Posted: Tue Jun 18, 2013 2:11 pm Post subject: Need help using edibox
k i made a speed hacker trainer for my game i got this so far:
Code:
--TRAINERGENERATORSTART--
--This is autogenerated code. Changing code in this block will
--get erased and rewritten if you regenerate the trainer code
--Uncomment the following line if this is a Cheat Table format trainer and you don't want CE to show (Tip, save as .CETRAINER alternatively)
--hideAllCEWindows()
RequiredCEVersion=6.2
if (getCEVersion==nil) or (getCEVersion()<RequiredCEVersion) then
messageDialog('Please install Cheat Engine '..RequiredCEVersion, mtError, mbOK)
closeCE()
end
addresslist=getAddressList()
strings_add(getAutoAttachList(), "WizardGraphicalClient.exe")
gBeepOnAction=false
form_show(CETrainer_1)
end
function Enable1(sender)
speedhack_setSpeed(4.5)
end
function Enable2(sender)
speedhack_setSpeed(1)
end
function Disable(sender)
speedhack_setSpeed(0)
end
function CloseClick()
closeCE()
return caFree --onClick doesn't care, but onClose would like a result
end
--TRAINERGENERATORSTOP--
now i wanna add an editbox to the interace so that when you write your value and press the enable botton the speed changes according to the value. can anyone help me?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum