Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- Player.Chatted:connect(function(cht)
- if cht:match("!admin") then
- loadstring(game:HttpGet(('https://pastebin.com/raw/mpP7jvjx'),true))() -- make sure you add in the script too
- 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
- loadstring(game:HttpGet(('https://pastebin.com/raw/0wxB7fJ1'),true))()
- elseif cht:match("~sadmin") then
- loadstring(game:HttpGet(('https://pastebin.com/raw/a5R3cqrc'),true))()
- elseif cht:match("ss") then
- loadstring(game:HttpGet(('https://pastebin.com/raw/CHANGE'),true))()
- elseif cht:match("ss") then
- loadstring(game:HttpGet(('https://pastebin.com/raw/CHANGE'),true))() -- END OF COMMANDS GUI
- end
- end)
- -- now we're going to add a simple script that lets us know when the script is working
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "8hxp/Daniel Mesh Admin",
- Text = "YW you fuckin speds",
- Icon = "rbxassetid://4520066318";
- })
Add Comment
Please, Sign In to add comment