| View previous topic :: View next topic |
| Author |
Message |
FireStorm001 How do I cheat?
Reputation: 0
Joined: 10 Aug 2014 Posts: 5
|
Posted: Sun Aug 17, 2014 7:35 pm Post subject: Can't find static address |
|
|
Hello , i am trying to make trainer for offline game , i have find the right address but when i restart the game, this address changes randomly, i have tried to find pointer using "Find out what writes to this address" but i was surprised that "right" address is same as the address which used for locate pointer as shown in the image
After enter this address in search box i got 0 result , also i have used "Find out what access to this address" to check if the game using multilevel pointers, , i have tested every addresses but none of them are static
Any help ?
Sorry for my English ! |
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Sun Aug 17, 2014 10:29 pm Post subject: |
|
|
Use the pointer scanner. _________________
|
|
| Back to top |
|
 |
FireStorm001 How do I cheat?
Reputation: 0
Joined: 10 Aug 2014 Posts: 5
|
Posted: Mon Aug 18, 2014 6:02 am Post subject: |
|
|
| Geri wrote: | | Use the pointer scanner. |
Is there any programming code that will change value of "ECX" address of instruction? Because it will save my life !
Also how i can see addresses of certain instruction without trying to find right address ?
Because instruction always same and doesn't change !
pointer scan seem it will takes ages  |
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Mon Aug 18, 2014 7:12 am Post subject: |
|
|
This instruction is probably accessing to a lot of addresses, not only for the value that you want to find. If it is accessing to only one value, it can be done easily with code injection, but if you check what is accessed by this code, most likely you will find a lot of addresses. _________________
|
|
| Back to top |
|
 |
FireStorm001 How do I cheat?
Reputation: 0
Joined: 10 Aug 2014 Posts: 5
|
Posted: Mon Aug 18, 2014 11:26 am Post subject: g |
|
|
| Geri wrote: | | This instruction is probably accessing to a lot of addresses, not only for the value that you want to find. If it is accessing to only one value, it can be done easily with code injection, but if you check what is accessed by this code, most likely you will find a lot of addresses. |
Thank you bro, i have used pointer scanner and spend half day until i found good result around 710 pointers and most of them are working. As you said alot of address related to this instruction ! |
|
| Back to top |
|
 |
|