Jump to content
  • 0

anyone who can change the script compiler results (in description) into scripts that can be used in game guardian I will give 20 $ paypal


RikiVeron

Question

gg.setRanges(32)
gg.searchNumber("256;100F;30F::65", 4, false, 536870912, 0, -1)
gg.getResults(1)
gg.searchNumber("256", 4, false, 536870912, 0, -1)
gg.getResults(1)
gg.setValues({ -- table(f0daf39)
    [1] = { -- table(34d297e)
        ['address'] = 0xabf68a54,
        ['flags'] = 4, -- gg.TYPE_DWORD
        ['value'] = 1,
    },
})
gg.addListItems({ -- table(ff33edf)
    [1] = { -- table(733e72c)
        ['address'] = 0xabf68a54,
        ['flags'] = 4, -- gg.TYPE_DWORD
        ['freeze'] = true,
        ['value'] = 1,
    },
    [2] = { -- table(99105f5)
        ['address'] = 0xabf68a60,
        ['flags'] = 4, -- gg.TYPE_DWORD
        ['freeze'] = true,
        ['value'] = 0,
    },
})

 

PM me= [email protected]

Because i rarely online in game guardian forum. Thanks

Please help me...

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Thank you my brother,  but where is gg.setValues..??

your script is not error, but not work in game... 

I have 7 day trial of this script, and decript all except this one who has so important....

I will pay $20 PayPal who can build the script.

Thans

Link to comment
Share on other sites

The following code may have identical effect to the code you have logged:

gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber('256;100F;30F::65', gg.TYPE_DWORD)
gg.refineNumber('256', gg.TYPE_DWORD)
local results = gg.getResults(1)
results[1].value = 1
results[1].freeze = true
results[2] = {address = results[1].address + 12, flags = gg.TYPE_DWORD, value = 0, freeze = true}
gg.addListItems(results)
Link to comment
Share on other sites

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.