Jump to content
  • 0

imskeletonking

Question

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:

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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.