| View previous topic :: View next topic |
| Author |
Message |
AHKPandit Guest
|
Posted: Fri Mar 14, 2008 6:02 am Post subject: Make a Trainer |
|
|
I want to create a trainer in AHK can anyone tell me the method
Regard |
|
| Back to top |
|
 |
AHK Guest
|
Posted: Fri Mar 14, 2008 6:29 am Post subject: Re: Make a Trainer |
|
|
Resident Evil 4 - SLES_527.02
codes for resident evil 4.
Can any one create a trainer of these codes for me?
thanks in advance.
Regard,
Infinite Ammo
2012032C 00000000
Max Infinite Ammo
09CC2083 934C68FD
Extra Ammo
1012031C 00000001
Max Infinite Grenades/RPG
2011F1B0 24020063 |
|
| Back to top |
|
 |
Lurker1457
Joined: 10 Mar 2008 Posts: 11
|
Posted: Fri Mar 14, 2008 6:51 am Post subject: |
|
|
| Code: | | [Hotkey]:: Send [KeyToOpenDevConsole][YourCheatCode]{enter}[KeyToCloseDevConsole] |
|
|
| Back to top |
|
 |
Guest
|
Posted: Fri Mar 14, 2008 7:15 am Post subject: |
|
|
| Lurker1457 wrote: | | Code: | | [Hotkey]:: Send [KeyToOpenDevConsole][YourCheatCode]{enter}[KeyToCloseDevConsole] |
|
Please explain I am new user of AHK
What is KeyToOpenDevConsole and KeyToCloseDevConsole |
|
| Back to top |
|
 |
pieczi
Joined: 08 Mar 2008 Posts: 5
|
Posted: Fri Mar 14, 2008 7:49 am Post subject: |
|
|
| key to open/close place where code will be written:P |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Mar 14, 2008 8:20 am Post subject: |
|
|
| pieczi wrote: | | key to open/close place where code will be written:P |
Thanks U
but where can I find the Open/Close place code
For example i want to make the Trainer for Infinite Ammo
the cheat code is
2012032C 00000000
now i will write the cheat code in [YourCheatCode]
now what will i write in [KeyToOpenDevConsole] and [KeyToCloseDevConsole]
F1:: Send [KeyToOpenDevConsole][2012032C 00000000]{enter}[KeyToCloseDevConsole]
Can u tell me please
 |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Fri Mar 14, 2008 8:41 am Post subject: |
|
|
Or ...
[KeyToOpenDevConsole]::Send, [2012032C 00000000]{enter}
[KeyToCloseDevConsole]::MsgBox Cheating rox Ur soxs off! Yeehaa!! |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Mar 19, 2008 10:26 am Post subject: |
|
|
can anyone give me a working example?
thanks in advance |
|
| Back to top |
|
 |
|