I need help for coding of offsett
This topic is for pubg mobile
The wallhack i.e vehicle wallhack and body wallhack is 804 offset distance from vehicle cokor and body color.....
But 1 problem after every search the table location for vehicle color and body color change thats why i am not able to locate the exact position of that address
The code i write with the offset is below
Any help
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("3152519739159347240" , gg.TYPE_QWORD) ---your group search value / or your search number
p = gg.getResults(20)
gg.editAll("36", gg.TYPE_QWORD)
-- saving the result
for i, v in ipairs(p) do
if v == nil then goto exit
else
v.address = p.address + 0x804
v.flags = gg.TYPE_QWORD
v.value = "4878524296349089792"
v.freeze = true
end
end
exit: