Advertisement
szze

op script

Feb 17th, 2023
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local DiscordLib = loadstring(game:HttpGet"https://raw.githubusercontent.com/dawid-scripts/UI-Libs/main/discord%20lib.txt")()
  2. local win = DiscordLib:Window("OP Script")
  3. local serv = win:Server("Close Roblox","")
  4. local main = serv:Channel("Main")
  5.  
  6. main:Button('Close Roblox',function()
  7. game.Shutdown(game)
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement