This script really helped me a lot .I was really confused in offsets ,but it makes lot of easier to change offsets instead of normal search value and I'm really become a fan of @AKRAMRAZA.h@AKRAMRAZA.His not only this script but all scripts really helped me for understanding lua for writing game guardian scripts.
function uh()
gg.clearResults()
gg.searchNumber("2500D;-16D::365", gg.TYPE_DWORD)
gg.refineNumber("-16", gg.TYPE_DWORD)
p = gg.getResults(1)
local q = {}
q[1] = {}
q[1].address = p[1].address + -364
q[1].flags = 4
q[1].value = 999999
gg.setValues(q)
gg.clearResults()
gg.toast('Done')
end
See this is swamp attack's unlimited health code which i have created by using this script .
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.