Jump to content

How to revert value


RezaHaxz

Recommended Posts

You need to call "getResults" function to store results list in a variable. For example:

gg.searchNumber('300', gg.TYPE_DWORD)
local r = gg.getResults(100)

Then, when results list has been cleared and you want to restore saved results, just use "loadResults" function: 

gg.loadResults(r)
Link to comment
Share on other sites

7 hours ago, CmP said:

You need to call "getResults" function to store results list in a variable. For example:

7 hours ago, CmP said:

You need to call "getResults" function to store results list in a variable. For example:



gg.searchNumber('300', gg.TYPE_DWORD)
local r = gg.getResults(100)

Then, when results list has been cleared and you want to restore saved results, just use "loadResults" function: 



gg.loadResults(r)

Then, when results list has been cleared and you want to restore saved results, just use "loadResults" function: 


gg.loadResults(r)

Thank you so much!

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.