Is this possible with CE ?
Activate trainer with hotkey
Re: Activate trainer with hotkey
Sure, make one big script called it activation set a hotkey. Then simple have flags inside that toggle each cheat
e.g
activation script:
[enable]
cmp [unl_health], 1
jne @F
@@:
cmp [unl_stamina], 1
jne code
in your individual scripts, do
[enable]
unl_health:
dd 1
[disable]
unl_health:
dd 0
and so on
Re: Activate trainer with hotkey
sure
e.g
'========== this is lua script
enable=[[
---your assemble code
....
]]
function work()
autoAssemble(enale)
end
createHotkey("work",VK_HOME)
'==========
then it will run the code of enable
e.g
'========== this is lua script
enable=[[
---your assemble code
....
]]
function work()
autoAssemble(enale)
end
createHotkey("work",VK_HOME)
'==========
then it will run the code of enable
Re: Activate trainer with hotkey
er,maybe you want to activate the form
so that ,on hotkey event you can define
form.visible=true
so that ,on hotkey event you can define
form.visible=true
Who is online
Users browsing this forum: No registered users