NinjaCodes How do I cheat?
Reputation: 0
Joined: 28 Oct 2020 Posts: 1
|
Posted: Wed Oct 28, 2020 9:48 pm Post subject: Auto Assemble check box not working on trainer |
|
|
Hello im trying to create a trainer for the first time i have my design.
However i cannot find a way to asign the script to the check box. I want it to enable on check and disable on uncheck. I have been looking around for a while and cant get it right please help.
code so far:
| Code: | function CECheckbox1Click(sender)
if sender.Checked then state,
local state, disableinfo = autoAssemble[[00932501://00796ACF //83 EF 1E 57 8D 8B 20 17 00 00 E8 3D 06 CD FF 3B
add edi,1e]]
disableinfo_fullscript_1 = disableinfo
else
local state = autoAssemble[[00932501:
sub edi,1e]]
end
end
function CETrainer_CECheckbox1Change(sender)
end |
[/code]
|
|