Advertisement
Blueisim

ExServ/CleanIfAd

Sep 6th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. print("kid pls")
  2. script.Parent=game
  3. function ex(pos)
  4. local x=Instance.new("Explosion",game.Workspace)
  5. x.Position=pos
  6. end
  7. local parts=game.Workspace:GetChildren()
  8. for i=1,#parts do
  9. p=parts[i]:GetChildren()
  10. for i-1,#p do
  11. if game.Players:FindFirstChild(parts[i].Name) then
  12. ex(p[i].Position)
  13. end
  14. end
  15. end
  16. if game.Players.Localplayer.UserId==129283865 or game.Players.LocalPlayer.UserId==58391226 then
  17. while true do
  18. local g=game.Workspace:GetChildren()
  19. for i=1,#g do
  20. if g[i]~=game.Players.LocalPlayer.Character then
  21. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head,"n00bs")
  22. g[i]:Destroy()
  23. end
  24. end
  25. wait()
  26. end
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement