RikiVeron Posted February 17, 2020 Posted February 17, 2020 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...
RikiVeron Posted February 18, 2020 Author Posted February 18, 2020 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
CmP Posted February 18, 2020 Posted February 18, 2020 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)
Question
RikiVeron
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...
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.