Jump to content
  • 0

Scripting problem


Alfree101

Question

gg.alert('Thanks for using Rofree! How can Rofree help you?')

::mainmenu::
gg.choice({'Changelog','Info','Hacks','Exit'},nil, 'Main Menu')
if menu==1 then goto changelog end
if menu==2 then goto info end
if menu==3 then goto hacks end
if menu==4 then
os.exit()
end

::changelog::
menu=gg.choice({'Back'},nil,'Rofree is launched')
if menu==1 then goto mainmenu end


::info::
menu=gg.choice({'Back'},nil,'Rofree is a roblox hack menu using Game Guardian Rofree was made by Alfree101 or in roblox Alfree_101')
if menu==1 then goto mainmenu end

::hacks::
menu=gg.choice({'Flood Escape 2','COMING SOON'})
if menu==1 then goto fe2 end
if menu==2 then goto comingsoon end

::fe2::
menu=gg.choice({'Infinite Air'},nil, 'Flood Escape 2 Hacks')
if menu==1 then
gg.clearResults()
gg.searchNumber('100',gg.TYPE_DOUBLE)
gg.alert('Edit all and freeze it then you`re done!')
os.exit()
end

::comingsoon::
menu=gg.choice({'Main Menu'},nil,'I SAID "COMING SOON"')
if menu==1 then goto mainmenu end

All of the option redirect me to changelog menu

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.