
Originally Posted by
bobo89
timer = createTimer(nil,true)
timer_setInterval(timer, 1000)
function setRound()
if (readInteger('[["ava.exe"+01C0F6F4]+14]+7ec') == 26) then
writeInteger('[["ava.exe"+01C0F6F4]+14]+7ec', 18)
end
end
timer_onTimer(timer, setRound)
There you go! The trick was to find the Multilevel pointer for the static adress of the box code! After that I just needed to replace the readinterger/write integer section!
Enjoy!
PS: Also the timer should be around 1000 since 2500 is to slow for the box to change from 26 back to 18 after the mission is complete!
thanks a lot for this man!!
---------- Post added at 01:55 PM ---------- Previous post was at 01:52 PM ----------
so put this all together ull get afk farm with 5k sply plus the box reward ( not 30 days of dam deagle silver)
copy all this down--- go to CE---- Ctrl+Alt+L--- Paste---Execute
timer = createTimer(nil,true)
timer_setInterval(timer, 2500)
function setRound()
if (readInteger('[[[[["ava.exe"+01BCA278]+394]+128]+69c]+74]+3dc') == 0) then
writeInteger('[[[[["ava.exe"+01BCA278]+394]+128]+69c]+74]+3dc', 25)
end
end
timer_onTimer(timer, setRound)
timer = createTimer(nil,true)
timer_setInterval(timer, 1000)
function setBox()
if (readInteger('[[[[["ava.exe"+01BCA278]+394]+128]+69c]+74]+7ec') == 26) then
writeInteger('[[[[["ava.exe"+01BCA278]+394]+128]+69c]+74]+7ec', 23)
end
end
timer_onTimer(timer, setBox)
@
89 is it possible to give the pointer for death valley box value?