View previous topic :: View next topic |
Author |
Message |
D4mir How do I cheat?
Reputation: 0
Joined: 15 Feb 2010 Posts: 6 Location: Italy
|
Posted: Thu May 20, 2010 7:08 pm Post subject: how to use 'execute command' in trainer creator |
|
|
can i use the 'execute command' in trainer creator to set a value with a command like "mov [xxxxxxxx],xxxxxxxx"...if it is possible, how can i do ?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Thu May 20, 2010 7:30 pm Post subject: |
|
|
no, you do that by adding a cheat entry with an auto assemble script that does that
the execute command is useful for executing batch files and opening websites
_________________
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 |
|
 |
D4mir How do I cheat?
Reputation: 0
Joined: 15 Feb 2010 Posts: 6 Location: Italy
|
Posted: Thu May 20, 2010 7:43 pm Post subject: |
|
|
how can i set a value without using a pointer (in a trainer)
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Thu May 20, 2010 7:53 pm Post subject: |
|
|
cheat entry with aa script:
Code: |
[enable]
address:
dd 12345
[disable]
//nothing or the same as enable
|
_________________
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 |
|
 |
D4mir How do I cheat?
Reputation: 0
Joined: 15 Feb 2010 Posts: 6 Location: Italy
|
Posted: Thu May 20, 2010 8:04 pm Post subject: |
|
|
i have to set to 9990 this point "mov [edi+00005560],esi"
i know how to set him to 9990 when it's being executed with
"mov [edi+00005560],00002706"
but i don't understand how to execute that code pressing a button on the trainer
and i don't understand the aa scripts
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Thu May 20, 2010 8:09 pm Post subject: |
|
|
You can't just execute that because you don't have the value of edi
do a code injection at the location of the instruction that has mov [edi+00005560],esi and use that to store the value of edi at a known location
then use a pointer using the address you stored edi to set the value
_________________
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 |
|
 |
D4mir How do I cheat?
Reputation: 0
Joined: 15 Feb 2010 Posts: 6 Location: Italy
|
Posted: Thu May 20, 2010 8:12 pm Post subject: |
|
|
thanks...tomorrow i'll try...now it's too late
|
|
Back to top |
|
 |
|