headshooter How do I cheat?
Reputation: 0
Joined: 05 Feb 2014 Posts: 1
|
Posted: Wed Feb 05, 2014 7:40 pm Post subject: Problem with trainer generator (Adding pointer) |
|
|
So i have a pointer for a string value that i would like to change.
Pointer3: 40
Pointer2: 2a0
Pointer1: 60
"game.exe"+02402900
Points to: 652b3a40 (In that case)
I added a edit box and a button to change the string value to the edit box text.
Now my problem:
If i add this to the button script
writeString("652b3a40", getProperty(CETrainer_CEEdit1,"Text"))
It works fine.
But if i try to add the pointer to the button script
writeString("[[[game.exe+02402900]+60]+2a0]+40", getProperty(CETrainer_CEEdit1,"Text"))
It doesn't works...
|
|