Jump to content
  • 0

Record script didn't work


BaldiGT
 Share

Question

Recommended Posts

  • 0
15 minutes ago, DESYROLLERSE said:

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

gg.searchNumber('39', gg.TYPE_DWORD)
local t = gg.getResults(4)
gg.addListItems(t)
gg.getValues(t)
gg.editAll('45', gg.TYPE_DWORD)
gg.clearResults()

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

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

 

Thanks for information 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.