can you do it like this?
if menu == 1 then
gg.setRanges(gg.REGION_C_BSS)
gg.searchNumber("12,303,291", gg.TYPE_DWORD)
local w = gg.getResults(1)
local q = {}
q[1] = {}
q[1].address = w[1].address + 0x30
q[1].flags = gg.TYPE_DWORD
q[1].freeze = true
gg.setValues(q)
gg.addListItems(q)
gg.clearResults()
gg.toast("yes")
end
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.