View difference between Paste ID: v4mSvYGK and WrChAz8e
SHOW: | | - or go back to the newest paste.
1-
------Bansey's antiban script!--------------------------------------Dont take credits!------------------------------------
1+
2-
------------Don't change this!-----------
2+
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-
--------------You can change below------------------
11+
protect = "1" 
12-
respawntime = 1
12+
13-
protect = "Dryiu" 
13+
14-
-------Version [Don't change]------------
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 = protect.." is banned, the server will be removed..." 
20+
21-
wait(1) 
21+
wait(.1) 
22
for i= respawntime, 0, -1 do 
23-
wait(.5) 
23+
24
m.Text = "Server is out of control, bye." 
25
wait(.1) 
26-
m.Text = "Fucking script leechers banned Dryiu, Now it's time for payback." 
26+
27-
wait(.5) 
27+
28
if game.Players:findFirstChild(protect) ~= nil then 
29
m.Text = protect.."Oh wait, my bad" 
30
wait(.1) 
31-
m.Text = protect.." came back, nothing will happen!" 
31+
32-
wait(3) 
32+
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-
DIE.DestroyJointRadiusPercent = 1
39+
40
end 
41
else 
42
h.Parent = game.Workspace 
43
h.Text = "Leave"
44
end 
45-
h.Text = "Don't ban Me, or i'll explode the server :)"
45+
46
end