View previous topic :: View next topic |
Author |
Message |
Boomslangnz How do I cheat?
Reputation: 0
Joined: 26 Jun 2015 Posts: 4
|
Posted: Fri Jun 26, 2015 2:06 am Post subject: Help with finding pointer address please |
|
|
Hi guys, Im pretty new to doing any memory work and while ive read a few tutorials im getting stuck on something (which might be simple)
I am trying to find the speed value in a game and ive narrowed it down to 2 Dynamic Addresses
15A9EF68 and 15A9DA10
now when I click 'Find out what writes to this address' both of them give readings
15A9EF68 has in assembler mov [rdx],r9w and says The value of the pointer is properly 15A9EF68 but scanning for this address with hex ticked shows no addresses at all
15A9DA10 has in assembler mov [rdx+rax],r8w and says The Value of the pointer is properly 15A8F000 but scanning for this address with hex ticked shows 9 addresses but none of them are green
RDX=15A8F000
RAX=0000EA12
could anyone give me a tip on how I find this pointer address please
Thanks
|
|
Back to top |
|
 |
zm0d Master Cheater
Reputation: 7
Joined: 06 Nov 2013 Posts: 423
|
Posted: Fri Jun 26, 2015 4:01 am Post subject: |
|
|
Boomslangnz wrote: | 15A9EF68 and 15A9DA10 |
Determine wich one is responsible for the speed -> Freeze one of them and check if you can get faster. If you still can get faster, then freeze the other address and check it again. If you can still drive faster check both addresses. That mean's address 15A9EF68 and 15A9DA10 are calculating your speed value and you have to find 2 static pointer.
You often don't find a green pointer address after your first scanning. E.g. there could be a level 4 pointer chain. So a pointer, to a pointer, to a pointer, to a pointer... Use the built-in CE pointer-scanner for high comfort..
|
|
Back to top |
|
 |
Boomslangnz How do I cheat?
Reputation: 0
Joined: 26 Jun 2015 Posts: 4
|
Posted: Fri Jun 26, 2015 4:09 am Post subject: |
|
|
I froze each one separately and 15A9DA10 stops me being able to raise speed. The other one still allows me to speed up once frozen
|
|
Back to top |
|
 |
Boomslangnz How do I cheat?
Reputation: 0
Joined: 26 Jun 2015 Posts: 4
|
Posted: Fri Jun 26, 2015 6:50 pm Post subject: |
|
|
so I sorta got this working except the pointer only works on windows 8 computers, as soon as I try it on a windows 7 pc it wont work but on any windows 8 pc it will
I attempted to try pointer scanner on the speed value but it gives 0 results if I try to pointer scan for the speed address or even the other address, tried raising level to 8 even
anything else I can try if pointer scanner doesn't give any results?
|
|
Back to top |
|
 |
|