Advertisement
Guest User

Untitled

a guest
Apr 5th, 2020
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. function menu()
  2. menu=gg.choice({"NAO SE ELIMINA","MIRAR BRANCA","WALLHACK","SPEEDHACK","SAIR}) nil
  3.  
  4. if menu==1 then NÃO SE ELIMINA() end
  5. if menu==2 then MIRAR BRANCA() end
  6. if menu==3 then WALLHACK() end
  7. if menu==4 then SPEEDHACK
  8. if menu==5 then os.exit() end
  9. end
  10.  
  11.  
  12. while true do
  13.    if gg.isVisible(true) then
  14.        GSRamos = 1
  15.        gg.setVisible(false)
  16.    end
  17.    gg.clearResults()
  18.    if GSRamos == 1 then
  19.     menu()
  20.    end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement