shadowpt Advanced Cheater
Reputation: 0
Joined: 04 Jun 2011 Posts: 82
|
Posted: Sat Jun 04, 2011 12:17 am Post subject: Dynamic addresses : can't find pointer |
|
|
Hi there, i have a bit of a problem here.
I am trying to find a certain pointer, however the method that is usually used for that does not work.
While in most cases we have this
pointer > pointer > pointer > address > address value
in my case i have something like this
something here > pointer > totally random address value
What happens is that each time the value is updated, it takes a place in a different address. That being said, if i have 98 HP and i find his address, when i suffer damage and my HP is reduced, the address for ex 97 HP is different than of the 98 HP, so it doesnt matter if i change the value.
How can i make this work if i the address is allways changing when the value changes?
(No, the game is not server-sided, it is client sided by 90%, it only communicates with the server to tell him how much have i won/lost in the end of the game)
Appreciate any help on this situation.
|
|