Jump to content
  • 0

Help me to complete this script. I found a value type Qword by using offset(below is my code and a video) this value help me in speed hack and many more in future


Nikhil336

Question

function find()
     if menu == 1 then gg.clearResults()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("1,072,861,020D;152,727D:21", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("152727", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)

local j = gg.getResults(100000, nil, nil, nil, nil, nil, nil, nil, nil)
gg.addListItems(j)
j = nil
gg.clearResults()
local copy = false
local j = gg.getListItems()
if not copy then gg.removeListItems(j) end
for i, v in ipairs(j) do
    v.address = v.address + 0x28
    v.flags = gg.TYPE_QWORD
    if copy then v.name = v.name..' #2' end
end
gg.addListItems(j)
j = nil
copy = nil

 

You can see I manually search that value to get 2677 result can anyone write a script I am beginner.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

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.