Posted: Tue Jun 16, 2020 7:30 pm Post subject: [HELP] How to you read value of multilevel pointer
Hello everyone I'm just wondering if someone can show me an example of constantly making cheatengine check if a mutlilevel pointer address from my addresslist too see if it = 1 or 0. if so then send mouse click.
Posted: Thu Jun 18, 2020 7:23 am Post subject: Re: [HELP] How to you read value of multilevel pointer
-----------------------------------
Timers=createTimer(MainForm)
Timers.Interval=100
Timers.OnTimer= function(timer)
if readPointer([[[[[[[Gunz.exe+00453410]+0x360]+0x2C0]+0x3D0]+0x2E4]+0x34]+0x8]+0x3D4) ==1 then
end
end
---------------------------------
or
---------------------------------
MainForm.UpdateTimer.Interval=2
Timers=createTimer(MainForm)
Timers.Interval=100
Timers.OnTimer= function(timer)
if AddressList[0].Value ==1 then
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