SI've tried several methods but it still doesn't work. Maybe it's because I'm too stupid. I hope someone can help me solve the problem of how to create a code script.When you are on the save list, you are returned to the search menu
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.
Question
VELLIX_AO
SI've tried several methods but it still doesn't work. Maybe it's because I'm too stupid. I hope someone can help me solve the problem of how to create a code script.When you are on the save list, you are returned to the search menu
gg.searchNumber("21474836480", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
if gg.getResultsCount() == 0 then
end
local a = gg.getResults(1)
local t = gg.getResults(90000, nil, nil, nil, nil, nil, nil, nil, nil)
gg.addListItems(t)
t = nil
local copy = false
local t = gg.getListItems()
if not copy then gg.removeListItems(t) end
for i, v in ipairs(t) do
v.address = v.address + 0x4
if copy then v.name = v.name..' #2' end
end
gg.addListItems(t)
a = gg.getResults(1)
t = nil
copy = nil
gg.refineNumber("5", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.refineAddress("8", -1, gg.TYPE_QWORD, gg.SIGN_EQUAL, 0, -1, 0)
local t = gg.getResults(90000, nil, nil, nil, nil, nil, nil, nil, nil)
gg.addListItems(t)
t = nil
local copy = false
local t = gg.getListItems()
if not copy then gg.removeListItems(t) end
for i, v in ipairs(t) do
v.address = v.address + 0x4
if copy then v.name = v.name..' #2' end
end
gg.addListItems(t)
t = nil
copy = nil
gg.refineNumber("4294967296", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.refineAddress("C", -1, gg.TYPE_QWORD, gg.SIGN_EQUAL, 0, -1, 0)
local t = gg.getResults(90000, nil, nil, nil, nil, nil, nil, nil, nil)
gg.addListItems(t)
t = nil
local copy = false
local t = gg.getListItems()
if not copy then gg.removeListItems(t) end
for i, v in ipairs(t) do
v.address = v.address + 0x4
if copy then v.name = v.name..' #2' end
end
gg.addListItems(t)
t = nil
copy = nil
gg.refineNumber("12884901889", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
local t = gg.getResults(90000, nil, nil, nil, nil, nil, nil, nil, nil)
gg.addListItems(t)
t = nil
gg.refineAddress("0", -1, gg.TYPE_QWORD, gg.SIGN_EQUAL, 0, -1, 0)
Please help
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now