Jump to content

VELLIX_AO

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by VELLIX_AO

  1. 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
×
×
  • 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.