Posted: Sat Oct 01, 2011 1:56 am Post subject: Need help for pointers finding??
Sorry for my bad English.
1. I have a problem: In my game, it changes the subpointer and address constantly, i can find out the needed address (It has 5 offset ^^). So i must use "scan pointer" to new scan pointer by value. And I know that the pointer i need begin with something like this "abc.dll"+address + offset. So can i only scan for pointers that begin with abc.dll?
2. Well, another question ^^. I have found the address i need, i scan pointer for this address and i have a list of pointer. As above, i know that my true game pointer begins with abc.dll, So i want to keep only pointers in list with begin with abc.dll and delete another pointers (such as: ccc.dll+offset, cmn.dll+offset...). How can i do that?
Please help me if you know!!! Thanks for reading .
Joined: 14 Mar 2010 Posts: 94 Location: Teabag Party
Posted: Sun Oct 09, 2011 9:18 am Post subject:
Not sure you are doing it right. Why .dll? As far as I know games are hacked through their main exe. It should begin with game.exe+address
If it begins with dll it is probably pointing to some HPI hook from Steam or Fraps or PlayClaw. In this case, unless you are trying to hack steam achievements, the pointer is wrong. Use the one that begins with the game's exe.
As for pointer scanner, it can actually fail pretty miserably, but if you can't avoid using it, scan the address for pointer, save the results, close the game then reopen it, find the address for the value you wanna hack again and open the pointer scanner again.
This time click cancel and in the pointer scanner windows click File>open, open your previous scan results file and click scan>rescan memory. In the field under "address to find" paste the new address that you just found. Rescan.
Repeat the above procedure until you only have pointers with more or less the same offsets (usually 2000-4000, but it varies).
N.B. Its sometimes enough to load a save instead of relaunching the whole game.
Also its hard to help you when I don't know what you are hacking. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum