Fuckmypussy12

Untitled

Mar 19th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1.  
  2. -- 100 HITS!!!!
  3. --
  4. --
  5. --
  6. script.Parent = nil
  7. Banned = {"wasp1234567891011","StolenMemes"}
  8. game.Players.ihatemondayz221.Chatted:connect(function(ban)--replace ! with ur name
  9. if ban:lower():sub(1,4) == ">Ban " then
  10. local pl = ban.sub(ban,5)
  11. for i,v in pairs(game.Players:GetPlayers()) do
  12. if v.Name:lower():sub(1,2) == pl:lower():sub(1,2) then
  13. table.insert(Banned,v.Name)
  14. end
  15. end
  16. end
  17. end)
  18. while true do
  19. wait()
  20. for i,v in pairs(game.Players:GetPlayers()) do
  21. for j,k in pairs(Banned) do
  22. if k == v.Name then
  23. v:Kick()
  24. end
  25. end
  26. end
  27. end
Add Comment
Please, Sign In to add comment