SHOW:
|
|
- or go back to the newest paste.
| 1 | Frozen | |
| 2 | - | game.Workspace.LinkinParker2:FindFirstChild("Torso").Anchored = true
|
| 2 | + | game.Workspace.XxXexe5:FindFirstChild("Torso").Anchored = true
|
| 3 | Upz Script | |
| 4 | - | game.Workspace.LinkinParker2.Torso.CFrame = CFrame.new(0,1000,0) |
| 4 | + | game.Workspace.XxXexe5.Torso.CFrame = CFrame.new(0,1000,0) |
| 5 | Kill Script | |
| 6 | - | game.Workspace.LinkinParker2.Torso:remove() |
| 6 | + | game.Workspace.XxXexe5.Torso:remove() |
| 7 | Message | |
| 8 | - | print("LinkinParker2 says hi. ")
|
| 8 | + | print("XxXexe5 says hi. ")
|
| 9 | while true do | |
| 10 | wait(120) | |
| 11 | local message = Instance.new("Message")
| |
| 12 | message.Text = "LinkinParker2!” | |
| 13 | message.Parent = game.Workspace | |
| 14 | wait(5) | |
| 15 | message:remove() | |
| 16 | end | |
| 17 | Ultimate Torso's | |
| 18 | model = game.Players.LinkinParker2.Character.Torso | |
| 19 | messageText = "Waka" | |
| 20 | ||
| 21 | message = Instance.new("Message")
| |
| 22 | message.Text = messageText | |
| 23 | backup = model:clone(math.random(2,10)) | |
| 24 | ||
| 25 | while true do | |
| 26 | wait(0.1) -- regenerate this model every 140 seconds | |
| 27 | ||
| 28 | message.Parent = game.Workspace | |
| 29 | ||
| 30 | wait(0.1) -- display regen message for 2 seconds | |
| 31 | ||
| 32 | model = backup:clone(math.random(2,10)) | |
| 33 | model.Parent = game.Workspace | |
| 34 | model:makeJoints() | |
| 35 | message.Parent = nil | |
| 36 | end | |
| 37 | Brick Script | |
| 38 | h = Instance.new("Part")
| |
| 39 | h.Position = Vector3.new(0,5,0) | |
| 40 | h.Size = Vector3.new(4,1,4) | |
| 41 | h.BrickColor = BrickColor.new(1) | |
| 42 | backup = h:clone() | |
| 43 | while true do | |
| 44 | h = backup:clone() | |
| 45 | h:makeJoints() | |
| 46 | h.Parent = game.Workspace | |
| 47 | wait(1) | |
| 48 | end | |
| 49 | Disco Head | |
| 50 | while true do | |
| 51 | game.Workspace.LinkinParker2.Head.Color = Color3.new(math.random(), math.random(), math.random()) | |
| 52 | wait(1) | |
| 53 | end | |
| 54 | Blow Up | |
| 55 | while true do | |
| 56 | wait() | |
| 57 | e = Instance.new("Explosion")
| |
| 58 | e.Position = game.Players:FindFirstChild("LinkinParker2").Character.Torso.Position
| |
| 59 | e.Parent = game.Workspace | |
| 60 | end | |
| 61 | Delimber Everyone | |
| 62 | local c = game.Players:children() | |
| 63 | for i=1,#c do | |
| 64 | if (string.lower(c[i].Name) ~= "brandonhare") then | |
| 65 | if (c[i].Character ~= nil and c[i].Character.Humanoid ~= nil) then | |
| 66 | c[i].Character:findFirstChild("Left Arm"):remove()
| |
| 67 | c[i].Character:findFirstChild("Right Arm"):remove()
| |
| 68 | c[i].Character:findFirstChild("Left Leg"):remove()
| |
| 69 | c[i].Character:findFirstChild("Right Leg"):remove()
| |
| 70 | end | |
| 71 | end | |
| 72 | end | |
| 73 | Kill Everyone | |
| 74 | local c = game.Players:children() | |
| 75 | for i=1,#c do | |
| 76 | if (string.lower(c[i].Name) ~= "LinkinParker2") then | |
| 77 | if (c[i].Character ~= nil and c[i].Character.Humanoid ~= nil) then | |
| 78 | c[i].Character:findFirstChild("Humanoid").Health = 0
| |
| 79 | end | |
| 80 | end | |
| 81 | end | |
| 82 | The Ghost Script | |
| 83 | D = game.Workspace.LinkinParker2 | |
| 84 | D:findFirstChild("Left Leg").Transparency = 0.5
| |
| 85 | D:findFirstChild("Right Leg").Transparency = 0.5
| |
| 86 | D:findFirstChild("Left Arm").Transparency = 0.5
| |
| 87 | D:findFirstChild("Right Arm").Transparency = 0.5
| |
| 88 | D.Torso.Transparency = 0.5 | |
| 89 | D.Head.Transparency = 0.5 | |
| 90 | D.Head.face:Remove() | |
| 91 | D.Torso.roblox:Remove() | |
| 92 | D:findFirstChild("Left Leg").CanCollide = false
| |
| 93 | D:findFirstChild("Right Leg").CanCollide = false
| |
| 94 | D:findFirstChild("Left Arm").CanCollide = false
| |
| 95 | D:findFirstChild("Right Arm").CanCollide = false
| |
| 96 | D.Torso.CanCollide = false | |
| 97 | D.Head.CanCollide = false | |
| 98 | D:findFirstChild("Left Leg").BrickColor = BrickColor.new(1)
| |
| 99 | D:findFirstChild("Right Leg").BrickColor = BrickColor.new(1)
| |
| 100 | D:findFirstChild("Left Arm").BrickColor = BrickColor.new(1)
| |
| 101 | D:findFirstChild("Right Arm").BrickColor = BrickColor.new(1)
| |
| 102 | D.Torso.BrickColor = BrickColor.new(1) | |
| 103 | D.Head.BrickColor = BrickColor.new(1) | |
| 104 | D.Humanoid.MaxHealth = 9999999999999999999999999999999999999999999999999999999999999999999 | |
| 105 | D.Humanoid.Health = 9999999999999999999999999999999999999999999999999999999999999999999999 | |
| 106 | Take Over Someone | |
| 107 | game.Players.LinkinParker2.Character = game.Players.kirbyace1.Character | |
| 108 | Make Someone Naked | |
| 109 | n = game.Workspace.LinkinParker2 | |
| 110 | n:findFirstChild("Left Leg").BrickColor = BrickColor.new(125)
| |
| 111 | n:findFirstChild("Right Leg").BrickColor = BrickColor.new(125)
| |
| 112 | n:findFirstChild("Left Arm").BrickColor = BrickColor.new(125)
| |
| 113 | n:findFirstChild("Right Arm").BrickColor = BrickColor.new(125)
| |
| 114 | n.Torso.BrickColor = BrickColor.new(1) | |
| 115 | n.Head.BrickColor = BrickColor.new(125) | |
| 116 | n.Torso.roblox:remove() | |
| 117 | n.Name = "Naked Guy: IM NAKED =D" |