Jump to content
  • 0

this is the log file .... how to run it to simple lua


firma

Question

Posted

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.txtFetching info...

2 answers to this question

Recommended Posts

Posted

You tried to repeat actions? You need to specify address or it doesn't work. Except if address in code app.

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.