gg.setRanges(gg.REGION_C_ALLOC)gg.searchNumber("2.2958874e-41;16384D;16384D;16384D;16384D;16384D::24",
gg.TYPE_FLOAT,false,
gg.SIGN_EQUAL,0,-1)
if
gg.getResultCount() >= 1 then
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.
Question
h4xcod
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)gg.searchNumber("2.2958874e-41;16384D;16384D;16384D;16384D;16384D::24",
gg.TYPE_FLOAT,false,
gg.SIGN_EQUAL,0,-1)
if
gg.getResultCount() >= 1 then
gg.searchNumber("2.2958874e-41", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
n=gg.getResultCount()
jz=gg.getResults(n)for i=1, n do
gg.addListItems({[1] = {address =jz.address +FC,flags = 4,freeze = true,value = 0}})
I use Calculate offset,XOR Find the value +FC But cannot run the script.
0 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.