Posted: Sun Feb 05, 2012 8:28 am Post subject: writefloat problem with pointer
Hi this is my first script. I am trying to change a float value from trackbar. I am trying to use this script.
Code:
addresslist=getAddressList()
zoomad = addresslist_getMemoryRecord(addresslist, 0)
value2=addresslist_getCount(addresslist)
function CETrackBar1Change(sender)
local value=trackbar_getPosition(CETrainer_1_CETrackBar1)
local gameaddress='[[game.exe+009836C0]+4]+1c8]+30'
writeFloat(zoomad, value);
control_setCaption(CETrainer_1_CELabel2,value)
end
strings_add(getAutoAttachList(), "game.exe")
gBeepOnAction=true
form_show(CETrainer_1)
function AboutClick()
showMessage(gAboutText)
end
gAboutText=[[blabala]]
function CloseClick()
closeCE()
return caFree --onClick doesn't care, but onClose would like a result
end
--TRAINERGENERATORSTOP--
There is only one pointer in addresslist. Here it is..
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