Jump to content
  • 0

Doesn't work


ANOOB

Question

This isn't working for me

I watched a tutorial on yt and it worked for the people doing it but it doesn't work for me

while true do
if gg.isVisible(true) then
gg.setVisible(false)
gg.sleep(1000)
end
end

hax = 1

function main_menu()
menus = gg.choice{"Giveaway","Jump","Mod","Others","Exit","I Quit This Game"}

if menus == 1 then giveaway() end
if menus == 2 then jump() end
if menus == 3 then mod() end
if menus == 4 then other() end
if menus == 5 then os.exit() end
if menus == 6 then os.exit() end
if menus == nil then os.exit() end
hax = 0
end

function exit()
end

function giveaway()
end

function jump()
end

function mod()
end

function other()
end

function exit()
end

function quit()
end

if hax == 1 then main_menu() end

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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.