View previous topic :: View next topic |
Author |
Message |
BinaryAbuse Newbie cheater
Reputation: 0
Joined: 04 Aug 2010 Posts: 19
|
Posted: Thu Aug 26, 2010 12:16 pm Post subject: finding static addresses (pointer) |
|
|
Hey there.
I just found a address, which is not static.
Thats why this address changes everytime i restart the game.
(yeah, you may know this already ^^ )
normally i just Pointer Scan for that value and find static pointer,
which will work after restarting the game.
But if i scan for Pointers, i get 197 static Level-3-Pointers on it.
And they all dont work after restarting the game. -.-'
Any suggestions?
-BinaryAbuse
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25806 Location: The netherlands
|
Posted: Thu Aug 26, 2010 12:21 pm Post subject: |
|
|
try level 5 (or higher)
or a bigger structsize
and/or combine it with debugging so you know at least the last offset yourself and fill that in to speed up the scan and cut down on useless results
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
BinaryAbuse Newbie cheater
Reputation: 0
Joined: 04 Aug 2010 Posts: 19
|
Posted: Thu Aug 26, 2010 12:56 pm Post subject: |
|
|
with debugging you mean 'find out what accesses this address', right?
if i do so, i get offset '4' and over 7.000.000 level-5-Pointers
Edit:
after 7 times of restarting the game and rescanning the pointers,
i got 55 pointers left now... and also a static and always working
level-2-pointer.
Thanks for your help. Good thing with the Offset.
-BinaryAbuse
|
|
Back to top |
|
 |
|