pointer for roundskipper
could someone explain to me how to find the right offsets for the pointer? i want to use the script to auto skip to round 26 ld:e. however it seems like the given pointer is wrong for me, that's why i have to find the real pointer for my pc. (right now im doing it manually always, but i want to do it afk too)
here is the script i want to use (by NekroX):
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)
the big marked pointer isn't working for me .. thx in advance
- chunggohan -
If you have the AoB adress you can do it.