Citazione:
Originalmente inviato da Jianwei
Do you mean i use " Cheat Searcher " in CWCHEATS menu in game?
i found 3 address using the Cheat Searcher, again... i dump and search , still couldn't find the pointer
here are the 3 address
0x003E0010
0x00EB2B60
0x017DF4B8
i put 0x003E0010 on the MEMDUMP0 box and 0x017DF4B8 on the 2nd box with MEMDUMP1
search ... Result = nothing
|
You seem to be confused. You need to find a working address for whatever value you're trying to find the pointer for. So if you're looking for an HP value (for example), use cheat searcher to find that value, and note it on a piece of paper (for example). Then do a memdump. Then play/change (go to the next level, etc.) the game so that the HP cheat you found earlier doesn't 'work' anymore, because it's reading its value from a pointer. Then repeat the process of finding the 'new' HP address. Write it down again, make a memdump. Do this 2, 3, 4 times or so, and then you have enough info so search for the pointers.
The pointer searcher requires memdumps, and the address that you're trying to find the pointer for. So, this is why you take note of the address each time. Load memdump 1, tell it what address the HP value is stored. Load memdump 2, and tell it what address the HP value was stored, etc.
By comparing dumps 1+2, 1+3, 1+4, 2+3, 2+4, etc, you should be left with the pointer. Easy, no?