Jump to content
  • 0

need help setting up my script


animehack

Question

ok look so right now i am using this right

while true do

    if gg.isVisible(true) then

        gg.setVisible(false)

        Qjctx = 1

    end

    gg.sleep(100)

    if Qjctx == 1 then

        main()

    end

end

and that works fine and all gose to main() on start up but just on start up i want it to go to startup() and not main() but after start up and after i have selected a option in startup() i want it to defualt to main if main was selected in startup() but if lets say lite()  was selected in startup() then i want it to defualt to lite()

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

15 hours ago, HEROGAMEOfficial said:

gg.setVisible(false)

while true do

if gg.isVisible() then

if menu then

Menu()

elseif home then

Home()

end

end

end

thx for the help but i cant seem to get it to work if you cuold explain where i shuold put what that wuold help a lot thx

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.