Jump to content
  • 0

Script


SamiraCkise

Question

1 answer to this question

Recommended Posts

not tested but should work
 

gg.clearResults()
gg.searchNumber("50", gg.TYPE_DWORD)
gg.refineNumber("90", gg.TYPE_DWORD)

local resultCount = gg.getResultsCount()

if resultCount > 0 then
  gg.editAll("9999", gg.TYPE_DWORD)
else
  gg.alert("No results found")
end

 

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.