Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
6,132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. while true do
  2.     if gg.isVisible(true) then
  3.         GSRamos = 1
  4.         gg.setVisible(false)
  5.     end
  6.     gg.clearResults()
  7.     if GSRamos == 1 then
  8.      menu()
  9.     end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement