Jump to content
  • 0

how to prevent gg from closing after activating a hack


animehack

Question

so like I got my script right and when i click click a hack it will activate it how do I prevent this from happening? so when I click a hack it will activate it and not close so I can activate more hacks without having to re open gg

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

put this at the end of your script:

while true do
 if gg.isVisible(true) then
    gg.setVisible(false)
    main()<--whatever your main menu name is put here.
end
end

if put - gg.setVisible(false) -

script will return to main menu after hack is done but GG will enter sleep mode( not visible) while keeping the script alive.you need to tap GG icon again to bring up the script main menu for next hack.

if not put script will return to main menu after hack is done but GG will be visible.

 

Link to comment
Share on other sites

On 6/24/2020 at 11:54 AM, MonkeySAN said:

put this at the end of your script:

while true do
 if gg.isVisible(true) then
    gg.setVisible(false)
    main()<--whatever your main menu name is put here.
end
end

if put - gg.setVisible(false) -

script will return to main menu after hack is done but GG will enter sleep mode( not visible) while keeping the script alive.you need to tap GG icon again to bring up the script main menu for next hack.

if not put script will return to main menu after hack is done but GG will be visible.

 

well thats what i would want to prevent i dont want gg to sleep after i activate a hack

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.