DoneState = false
local addr = 0x5097CF84
local val = 50
local function timer_tick(timer)
-- writeInteger(addr, val + readInteger(addr))
writeFloat(addr, val + readFloat(addr))
if DoneState == true then
timer.destroy()
end
end
local someTimer = createTimer(MainForm)
someTimer.Interval = 10000
someTimer.OnTimer = timer_tick
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