Advertisement
EnverX

a

Jan 20th, 2022 (edited)
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.73 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2.  
  3. Player.Chatted:connect(function(cht)
  4.     if cht:match("!cmds") then
  5.         setclipboard("https://pastebin.com/edit/GaR5pCTq")
  6. game:GetService("StarterGui"):SetCore("SendNotification",{
  7.     Title = "Commands Copied!";
  8.     Text = "Command list copied to your clipboard";
  9. })
  10.     elseif cht:match("shazam!") then
  11.         loadstring(game:HttpGet('https://raw.githubusercontent.com/22kristina/swag/main/admin_fly'))()
  12. game:GetService("StarterGui"):SetCore("SendNotification",{
  13.     Title = "SHAZAM LOADED!";
  14.     Text = "Remember to troll and have fun!";
  15. })
  16.     end
  17. end)
  18.  
  19.  
  20. game:GetService("StarterGui"):SetCore("SendNotification",{
  21.     Title = "Loaded Shazam!";
  22.     Text = "Type shazam! to run the command";
  23. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement