| View previous topic :: View next topic |
| Author |
Message |
Sebz07 How do I cheat?
Reputation: 0
Joined: 16 Aug 2010 Posts: 2
|
Posted: Mon Aug 16, 2010 10:37 am Post subject: Can't Find Pointer?????? |
|
|
Dear all
Im trying to hack the values and make a trainer for peggle but i have found the address and when i go "Find out what writes to this address" its telling me to search for the value of the adress, and this value is the same as the adress, but this is not the pointer where is it please help
BTW
the 0335CB24 Address is not in green is black
i uploaded a photo
| Description: |
|
| Filesize: |
140.78 KB |
| Viewed: |
5321 Time(s) |

|
|
|
| Back to top |
|
 |
justa_dude Grandmaster Cheater
Reputation: 23
Joined: 29 Jun 2010 Posts: 893
|
Posted: Sun Aug 22, 2010 7:25 am Post subject: |
|
|
| Any reason you can't just grab the address using the autoassembler from the code snippet you've located?
|
|
| Back to top |
|
 |
Hooch Newbie cheater
Reputation: 0
Joined: 08 Oct 2010 Posts: 19
|
Posted: Fri Oct 08, 2010 2:36 pm Post subject: |
|
|
| justa_dude wrote: | | Any reason you can't just grab the address using the autoassembler from the code snippet you've located? |
Can you tell more about this?
|
|
| Back to top |
|
 |
justa_dude Grandmaster Cheater
Reputation: 23
Joined: 29 Jun 2010 Posts: 893
|
Posted: Fri Oct 08, 2010 7:56 pm Post subject: |
|
|
I suspect that in his case, he found a static pointer. In general, though, you could do:
registersymbol(score)
alloc(score,4)
mov [score],eax
just before the mov at 453701. Then you could use the score symbol in your address list or trainer or whatever.
Cheers,
adude
|
|
| Back to top |
|
 |
|