View previous topic :: View next topic |
Author |
Message |
VMS Newbie cheater
Reputation: 0
Joined: 23 Jan 2015 Posts: 12 Location: Michigan
|
Posted: Fri Jan 23, 2015 3:58 pm Post subject: Help With Multiple Addresses |
|
|
Alright, so I've had this problem for a while now and am seeking any sort of help here.
I am able to find, for example, the address(es) for health for a game and can modify them freely, but only if I modify all the addresses at once. The addresses also change, albeit one or two stay the same, and I am wondering if there's a way to have CE automatically find the changing address every time a new level loads. |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Fri Jan 23, 2015 4:04 pm Post subject: |
|
|
Usually only one of them is the real address and the other ones are temporary display values (that update when you actually get hurt but are only used to draw the health indicator)
I recommend finding the one, and then try a code injection or (easier) a pointer( scan) on that address.
But, if you really want to change all of them, you have to do this for every results. A code injection or a pointer(scan) _________________
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 |
|
 |
VMS Newbie cheater
Reputation: 0
Joined: 23 Jan 2015 Posts: 12 Location: Michigan
|
Posted: Fri Jan 23, 2015 4:16 pm Post subject: |
|
|
I can find the one address that doesn't change and is the same throughout the game loading new levels, but changing that value does nothing unless I have the other address. I can change the value and it will immediately change back. Would a pointer scan fix this problem like you suggested? |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Fri Jan 23, 2015 4:27 pm Post subject: |
|
|
No(a pointer has no use on addresses that have no effect), but it is what I described. That one address that always stays the same is just a temporary display value that has no effect.
Changing that one is not needed as it will change next time you get hurt anyhow
From the results you have found you should first find the one address that has an actual effect in the game.
e.g:
change the first half of the results to 50% max health and the other half to 100%
now lose 1% health and see what the new health indicator gives.
49%? Then the real address is in the first half. 99% ? Then the real address is in the second half.
Now try it on each result of the half that did have an effect (if it was 50, change it to 100, if it was 100, change it to 50)
Eventually you should pin it down to only one address.
First off, note down the address. It's very common that the last 2-3 digits of that address are always the same, which can help you next time (you do need to find it one more time)
Now with a pointerscan you can find a path to that address, and then restart the game, and do a rescan for the new address.
The results left are paths that point to the address after a restart, and probably after a map change as well _________________
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 |
|
 |
VMS Newbie cheater
Reputation: 0
Joined: 23 Jan 2015 Posts: 12 Location: Michigan
|
Posted: Fri Jan 23, 2015 5:51 pm Post subject: |
|
|
Alright, so after doing some testing, it seems that the 9 addresses work in tandem with each other and all of them need to be changed in order for it to take effect. Does the fact that they are doubles have anything to do with it? |
|
Back to top |
|
 |
|