5tapl3r Newbie cheater
Reputation: 0
Joined: 31 Dec 2013 Posts: 15
|
Posted: Thu Jan 02, 2014 10:16 am Post subject: Trying to get the addresses of a random number of values |
|
|
The game I'm trying to hack can have multiples windows open at the same time and each windows has a value that I want to change (money).
I can easily find the address of each values with CE, but these addresses obviously change whenever I restart the program since the number of windows is not always the same.
Now, when the address change I know you are supposed to find a static pointer, but I don't think it's possible in this scenario since I would need a static pointer that would point to a random number of different values...?
|
|