Jump to content
  • 0

Help with the sequence


soffter

Question

hello, can anyone help me? I tried everything and I can't fix it and the "help" of gameguardian isn't very helpful ...
After the script performs the following sequence:

function bar() 
gg.searchNumber("14;6,619,250;7,274,611;7,471,221;6,619,235;6,422,623;7,471,201;3,211,359:29",
gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0)
gg.searchNumber("14",
gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0)
gg.getResults (1)
end

instead of finishing the script, you go to another menu

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

2 hours ago, Enyby said:

Si desea terminar el script, use el comando os.exit ().

I have another problem, could you help me?
in my script I have this alert
function wait ()
gg.alert ("TEXT", "Ok")
if menu == 1 then base () end
end
when I give OK I want to return to the menu, but the script ends

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.