Jump to content

How To Refine Search


Forza1112

Recommended Posts

So You Have A Script Like This

if menu==1 then
gg.searchNumber('0;0;0;11;0;0;-1;-1;0;8::65',gg.TYPE_DWORD)
gg.getResults(100)
gg.editAll('0',gg.TYPE_DWORD

)   Add After gg.getResults(100)

and delete gg.editAll('0',gg.TYPE_DWORD) then add

gg.refineNumber('11',gg.TYPE_DWORD)
gg.getResults(100)
gg.editAll('1',gg.TYPE_DWORD)
end

Add 

 

Link to comment
Share on other sites

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.