View previous topic :: View next topic |
Author |
Message |
milosmml7777 Cheater
Reputation: 0
Joined: 31 Dec 2015 Posts: 39 Location: The Abyss
|
Posted: Mon Jan 04, 2016 4:43 pm Post subject: Help With Trainer |
|
|
Code: | function CEButton1Click(sender)
writeInteger("Tutorial-i386.exe"+245300, getProperty(CETrainer_CEEdit1,"Text"))
end
form_show(CETrainer)
strings_add(getAutoAttachList(),"Tutorial-i386.exe") |
When i click the button, it does not change the value, please tell me why, im new.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Mon Jan 04, 2016 5:04 pm Post subject: |
|
|
try [["Tutorial-i386.exe"+245300]]
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
milosmml7777 Cheater
Reputation: 0
Joined: 31 Dec 2015 Posts: 39 Location: The Abyss
|
Posted: Mon Jan 04, 2016 5:16 pm Post subject: Help With Trainer |
|
|
still it does not work, it has an offset 480
Description: |
|
Filesize: |
6.98 KB |
Viewed: |
3247 Time(s) |

|
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Mon Jan 04, 2016 5:53 pm Post subject: |
|
|
then do:
Code: |
writeInteger(readInteger([["Tutorial-i386.exe"+245300]])+0x480, getProperty(CETrainer_CEEdit1,"Text"))
|
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
milosmml7777 Cheater
Reputation: 0
Joined: 31 Dec 2015 Posts: 39 Location: The Abyss
|
Posted: Mon Jan 04, 2016 6:09 pm Post subject: |
|
|
Thanks DB
it works now!
|
|
Back to top |
|
 |
|