Mshraks How do I cheat?
Reputation: 0
Joined: 02 Nov 2019 Posts: 8
|
Posted: Sun Nov 03, 2019 7:24 pm Post subject: Need help badly with Grip level script hotkeys |
|
|
Dark Byte wrote: | give two script entries in the addresslist the same hotkey
one activates, the other deacticates
set the deactivate script to async mode
and add this to the deactivate script
Code: |
{$lua}
sleep(100)
{$asm}
|
this way the deactivate script will wait 300 milliseconds before deacticating
alternatively, you could use a more complex aa script that calls getasynckeystate and use gettickcount to determine when to disable |
I really dont know were to begin.
I have a working CT 1.15 i can change the grip levels and assign hotkeys to it but as soon i generate it to an exe,trainer nothing works and al my data is gone.
So to keep it working i have always start CE with the according CT 1.15.
Add the grip levels again and assign them to 2 kotkeys, start the game and it works.
I have to to this over and over again, everyday i want to play.
I simply want get the hotkeys binding to save. After closing everyting is gone.
My eyes are popping out of reading the whole forum and CE wiki but i cant find the solution.
Anybody have an idea what the hell im doing wrong?
|
|