YandZ1

UPDATE

Oct 14th, 2019
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2.  
  3. Player.Chatted:connect(function(cht)
  4. if cht:match("!admin") then
  5. loadstring(game:HttpGet(('https://pastebin.com/raw/mpP7jvjx'),true))() -- make sure you add in the script too
  6. elseif cht:match("-box") then -- add what you want to say for the script to execute so i put "admin" because i want it to load an admin script
  7. loadstring(game:HttpGet(('https://pastebin.com/raw/0wxB7fJ1'),true))()
  8. elseif cht:match("~sadmin") then
  9. loadstring(game:HttpGet(('https://pastebin.com/raw/a5R3cqrc'),true))()
  10. elseif cht:match("ss") then
  11. loadstring(game:HttpGet(('https://pastebin.com/raw/CHANGE'),true))()
  12. elseif cht:match("ss") then
  13. loadstring(game:HttpGet(('https://pastebin.com/raw/CHANGE'),true))() -- END OF COMMANDS GUI
  14.  
  15. end
  16. end)
  17.  
  18. -- now we're going to add a simple script that lets us know when the script is working
  19.  
  20. game:GetService("StarterGui"):SetCore("SendNotification", {
  21. Title = "8hxp/Daniel Mesh Admin",
  22. Text = "YW you fuckin speds",
  23. Icon = "rbxassetid://4520066318";
  24. })
Add Comment
Please, Sign In to add comment