Jump to content
  • 0

Revert selected on script


BaldiGT

Question

5 answers to this question

Recommended Posts

2 minutes ago, DESYROLLERSE said:

 

I invented this sh-it that maybe I can help him because no one answers.


if gg.isVisible(true) then
gg.setVisible(false) end

gg.searchNumber('39', gg.TYPE_DWORD)
revert = gg.getResults(1)
revert = gg.getValues(revert)
gg.editAll('45', gg.TYPE_DWORD)

gg.alert('the value will return to normal when you press the ***** button of gg')

while true do
  if gg.isVisible() then
    break
  else
    gg.sleep(100)
  end
  end


if revert ~= nil then gg.setValues(revert) end
gg.alert('the ***** value returned to normal ')

what it does is find a value and change it.

then the gg sleeps

and when I open it again it will return the original value.

Ty so much bro

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.