Advertisement
Guest User

Executer.lua

a guest
Feb 27th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. gg.alert('Thanks for using Rofree! How can Rofree help you?')
  2.  
  3. ::mainmenu::
  4. gg.choice({'Changelog','Info','Hacks','Exit'},nil, 'Main Menu')
  5. if menu==1 then goto changelog end
  6. if menu==2 then goto info end
  7. if menu==3 then goto hacks end
  8. if menu==4 then
  9. os.exit()
  10. end
  11.  
  12. ::changelog::
  13. menu=gg.choice({'Back'},nil,'Rofree is launched')
  14. if menu==1 then goto mainmenu end
  15.  
  16.  
  17. ::info::
  18. menu=gg.choice({'Back'},nil,'Rofree is a roblox hack menu using Game Guardian Rofree was made by Alfree101 or in roblox Alfree_101')
  19. if menu==1 then goto mainmenu end
  20.  
  21. ::hacks::
  22. menu=gg.choice({'Flood Escape 2','COMING SOON'})
  23. if menu==1 then goto fe2 end
  24. if menu==2 then goto comingsoon end
  25.  
  26. ::fe2::
  27. menu=gg.choice({'Infinite Air'},nil, 'Flood Escape 2 Hacks')
  28. if menu==1 then
  29. gg.clearResults()
  30. gg.searchNumber('100',gg.TYPE_DOUBLE)
  31. gg.alert('Edit all and freeze it then you`re done!')
  32. os.exit()
  33. end
  34.  
  35. ::comingsoon::
  36. menu=gg.choice({'Main Menu'},nil,'I SAID "COMING SOON"')
  37. if menu==1 then goto mainmenu end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement