Finding walls
1. Go into the cash shop and Search 4294966946 which is the value of the wall
2. Exit the cash shop and search changed value
3. Repeat those steps until you have 1 address left
4. Add that address then right click on it and click "find out what writes to this address"
5. Right click on it then click "find out what writes to this address"
6. Enter or exit the cash shop and there should be 2 addresses
7. Click on the one with 04 (04 is the offest) and click "more information"
8. It should say what the value from the pointer is, search that value 4bytes and hex
9. Click add address manually and click "pointer" and add the green address (not the value)
Add the offset, which is in the []
You now have the left wall.
To find the other walls change to offset to:
Right wall: c
Bottom wall: 10
Top wall: 8
Finding character coordinates (you will need the right and left walls)
1.Walk to the left of a map and search the left wall value
2.Walk to the right of the map and search the right wall value
3.Go to a different map and move left and right and pick the value that is still the same as your wall
4.Right click it and click "find out what writes to this address" and you should get 1 address
5.Click "more information" and It should say what the value from the pointer is then search that value 4 bytes in hex
6.Click on add address manually and click "pointer" and add the green address (not the value) add the offset which is in the [].
You now have the X character coordinate.
To find your Y coordinate add 4 to your address, example: 123+4=127.
Finding Unlimited attack
1. Go to any map (don?t attack)
2. Search 0 4bytes
3. Attack 2 times
4. Search 1
5. Attack 1 time
6. Search 2
7. Attack 1 time
8. Search 3, you should now have 1 address left
9. Right click on it and click "find out what writes to this address"
10. Move and attack
11.Pick the address with a offset
12. Click on "more information" and it should say what the value from the pointer is then search that value 4 bytes in hex then
click add address manually
click pointer and then add the green address
13. Add the offset which is in the [].
Finding Tubi
1. Search 0 4bytes
2. Drop some loot
3. Search 1 WHILE picking up the loot
4. Search 0 while not picking up
5. Repeat thos steps untill you get the address.
Finding other hacks and general knowledge on finding hacks
1.Search 2000 (double) and pick the first address on the list.
2.Double cick on it so it adds to your cheat table.
3.Right click on it and select "find out what accesses this address"
then go back into the game and jump and an address should appear.
4.Highlight that address and click "show disassembler" this will open the memory view on that address.
5.Look down in the memory view and find the word "call", (the closest one)
and next to the word call there should be an address, right click and select "go to address" then enter the address
that was next to the word call.
6.After you have gone to that address scroll down and look for any
"jumps", when you highlight an adress it will say somthing down
the bottom in the memory view, when its a jump it should say somthing like "jump close if not equal" etc. so look for any jumps.
7.Then go to
http://www.unixwiz.net/techtips/x86-jumps.html
this is a chart that will tell you which flags to tick according to the type of jump, example: je - ZF = 0 (tick the flag
once to make it 0 and tick it twice to make it 1)
8.You will find "je" or "jae" etc. in the memory view of course, these are jumps look on that chart and
tick the right flags according to the jumps then go back into the game and move around and jump and see what effect this had on the game.