fireblade1555 How do I cheat?
Reputation: 0
Joined: 22 Jan 2014 Posts: 9
|
Posted: Wed Jan 22, 2014 3:45 pm Post subject: Script changing 3 Values |
|
|
Hi , I want to make teleport hack Trainer in Cheat Engine , with Buttons - every button must set the 3 values. Im big novice in programming. How should look the lua code?
For now, i have something like this - i now it's incorrect and don't works
Code: | form_show(CETrainer)
setMethodProperty(CETrainer,'OnClose',function (sender) closeCE(); return caFree end)
strings_add(getAutoAttachList(), "gta_sa")
function CEButton1Click(sender)
local mr = addresslist_getMemoryRecordByDescription(getAddressList(),'ew','ns','wys')
mrew.Value = 1129.328735
mrns.Value = 2796.748047
mrwys.Value = 10.8203125
end
function FormClick(sender)
end |
I need to load 3 addres from the CE table and changed the value.
Thx for any help. |
|