If I am able to print that value then I also be able to search that value for 2700 result I do it manually you will understand in the video(below)
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
I don't know what to write further
Screenrecorder-2022-08-12-12-33-43-507-mc.mp4