View previous topic :: View next topic |
Author |
Message |
FireStorm001 How do I cheat?
Reputation: 0
Joined: 10 Aug 2014 Posts: 5
|
|
Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5636
|
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: 111
Joined: 05 Feb 2010 Posts: 5636
|
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 |
|
 |
|