Jump to content
  • 0

How To Find Offset


Agis300806

Question

Posted

gg.setRanges(gg.REGION_C_ALLOC | gg.REGION_ANONYMOUS)
gg.searchNumber("4F;3F;0.30000001192F;0F:13", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.searchNumber("4", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll("100", gg.TYPE_FLOAT)

1 answer to this question

Recommended Posts

Posted

By table. 

Example:

result= gg.getResults(1)
local table1={{address=result[1].address +offset, flags= 4}}
print(tostring(table1))

 

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.