firma Posted July 27, 2020 Posted July 27, 2020 gg.clearResults() gg.searchNumber("65,537D;1D;-1D::29", gg.TYPE_DWORD) --[[ found: 6 ]] gg.refineNumber("65537") --[[ found: 2 ]] gg.refineAddress("????????F4") --[[ found: 1 ]] gg.getResultsCount() gg.getResultsCount() gg.getResults(1) --[[ count: 1 ]] gg.setValues({ -- table(a97dceb) [1] = { -- table(bada48) ['address'] = 0x7374e77c68, ['flags'] = 4, -- gg.TYPE_DWORD ['value'] = 29, }, }) gg.setValues({ -- table(a97dceb) [1] = { -- table(bada48) ['address'] = 0x7374e77c6c, ['flags'] = 4, -- gg.TYPE_DWORD ['value'] = 6799, }, }) gg.setValues({ -- table(a97dceb) [1] = { -- table(bada48) ['address'] = 0x7374e77c70, ['flags'] = 4, -- gg.TYPE_DWORD ['value'] = 105339, }, }) gg.setValues({ -- table(a97dceb) [1] = { -- table(bada48) ['address'] = 0x7374e77c74, ['flags'] = 4, -- gg.TYPE_DWORD ['value'] = 3, }, }) gg.clearResults() gg.toast("Done") tes.txt
Rs92ks Posted July 30, 2020 Posted July 30, 2020 You tried to repeat actions? You need to specify address or it doesn't work. Except if address in code app.
SAGEPAPI Posted July 28, 2020 Posted July 28, 2020 Do u mean how to make this a lua? if so just change the name of the file from .txt file to .lua U dont have to do it anyomre here is the file : tes.lua
Question
firma
gg.clearResults()
gg.searchNumber("65,537D;1D;-1D::29", gg.TYPE_DWORD)
--[[ found: 6 ]]
gg.refineNumber("65537")
--[[ found: 2 ]]
gg.refineAddress("????????F4")
--[[ found: 1 ]]
gg.getResultsCount()
gg.getResultsCount()
gg.getResults(1)
--[[ count: 1 ]]
gg.setValues({ -- table(a97dceb)
[1] = { -- table(bada48)
['address'] = 0x7374e77c68,
['flags'] = 4, -- gg.TYPE_DWORD
['value'] = 29,
},
})
gg.setValues({ -- table(a97dceb)
[1] = { -- table(bada48)
['address'] = 0x7374e77c6c,
['flags'] = 4, -- gg.TYPE_DWORD
['value'] = 6799,
},
})
gg.setValues({ -- table(a97dceb)
[1] = { -- table(bada48)
['address'] = 0x7374e77c70,
['flags'] = 4, -- gg.TYPE_DWORD
['value'] = 105339,
},
})
gg.setValues({ -- table(a97dceb)
[1] = { -- table(bada48)
['address'] = 0x7374e77c74,
['flags'] = 4, -- gg.TYPE_DWORD
['value'] = 3,
},
})
gg.clearResults()
gg.toast("Done")
tes.txt
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.