Advertisement
BluezModZ

Check-gg-roblox-1

Jun 30th, 2023 (edited)
983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. --made By BluezModZ
  2.  
  3.  
  4. --config
  5. yes = true
  6. no = false
  7.  
  8. --set
  9. checkupdate = no
  10.  
  11. if checkupdate == true then
  12. gg.alert('[📛Status] No Update Available ✔️')
  13. else
  14. gg.alert('[📛Status] Update Available ❗️')
  15. os.exit()
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement