SHOW:
|
|
- or go back to the newest paste.
1 | wait(0.2) | |
2 | --Anti Kick/Ban/Banished Script By basstracker1970 | |
3 | - | local protected = "basstracker1970"--The Person Thats Defended |
3 | + | local protected = "Guest537561"--The Person Thats Defended |
4 | while true do | |
5 | wait(0.2) | |
6 | for i,v in next, game.Workspace:GetChildren() do | |
7 | if game.Workspace:FindFirstChild(protected) then | |
8 | else | |
9 | message = Instance.new("Hint",workspace) | |
10 | message.Text = protected.." Is Gone Time To Say Goodbye To The Server" | |
11 | while true do | |
12 | wait(0.2) | |
13 | for i,v in next, game.Players:GetChildren() do | |
14 | ||
15 | --Baseplate Remover | |
16 | if game.Workspace:FindFirstChild("Base") then | |
17 | game.Workspace.Base:Destroy() | |
18 | else | |
19 | print("Cant Find Baseplate") | |
20 | end | |
21 | end | |
22 | end | |
23 | end | |
24 | end | |
25 | end |