Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Frozen
- game.Workspace.LinkinParker2:FindFirstChild("Torso").Anchored = true
- Upz Script
- game.Workspace.LinkinParker2.Torso.CFrame = CFrame.new(0,1000,0)
- Kill Script
- game.Workspace.LinkinParker2.Torso:remove()
- Message
- print("LinkinParker2 says hi. ")
- while true do
- wait(120)
- local message = Instance.new("Message")
- message.Text = "LinkinParker2!”
- message.Parent = game.Workspace
- wait(5)
- message:remove()
- end
- Ultimate Torso's
- model = game.Players.LinkinParker2.Character.Torso
- messageText = "Waka"
- message = Instance.new("Message")
- message.Text = messageText
- backup = model:clone(math.random(2,10))
- while true do
- wait(0.1) -- regenerate this model every 140 seconds
- message.Parent = game.Workspace
- wait(0.1) -- display regen message for 2 seconds
- model = backup:clone(math.random(2,10))
- model.Parent = game.Workspace
- model:makeJoints()
- message.Parent = nil
- end
- Brick Script
- h = Instance.new("Part")
- h.Position = Vector3.new(0,5,0)
- h.Size = Vector3.new(4,1,4)
- h.BrickColor = BrickColor.new(1)
- backup = h:clone()
- while true do
- h = backup:clone()
- h:makeJoints()
- h.Parent = game.Workspace
- wait(1)
- end
- Disco Head
- while true do
- game.Workspace.LinkinParker2.Head.Color = Color3.new(math.random(), math.random(), math.random())
- wait(1)
- end
- Blow Up
- while true do
- wait()
- e = Instance.new("Explosion")
- e.Position = game.Players:FindFirstChild("LinkinParker2").Character.Torso.Position
- e.Parent = game.Workspace
- end
- Delimber Everyone
- local c = game.Players:children()
- for i=1,#c do
- if (string.lower(c[i].Name) ~= "brandonhare") then
- if (c[i].Character ~= nil and c[i].Character.Humanoid ~= nil) then
- c[i].Character:findFirstChild("Left Arm"):remove()
- c[i].Character:findFirstChild("Right Arm"):remove()
- c[i].Character:findFirstChild("Left Leg"):remove()
- c[i].Character:findFirstChild("Right Leg"):remove()
- end
- end
- end
- Kill Everyone
- local c = game.Players:children()
- for i=1,#c do
- if (string.lower(c[i].Name) ~= "LinkinParker2") then
- if (c[i].Character ~= nil and c[i].Character.Humanoid ~= nil) then
- c[i].Character:findFirstChild("Humanoid").Health = 0
- end
- end
- end
- The Ghost Script
- D = game.Workspace.LinkinParker2
- D:findFirstChild("Left Leg").Transparency = 0.5
- D:findFirstChild("Right Leg").Transparency = 0.5
- D:findFirstChild("Left Arm").Transparency = 0.5
- D:findFirstChild("Right Arm").Transparency = 0.5
- D.Torso.Transparency = 0.5
- D.Head.Transparency = 0.5
- D.Head.face:Remove()
- D.Torso.roblox:Remove()
- D:findFirstChild("Left Leg").CanCollide = false
- D:findFirstChild("Right Leg").CanCollide = false
- D:findFirstChild("Left Arm").CanCollide = false
- D:findFirstChild("Right Arm").CanCollide = false
- D.Torso.CanCollide = false
- D.Head.CanCollide = false
- D:findFirstChild("Left Leg").BrickColor = BrickColor.new(1)
- D:findFirstChild("Right Leg").BrickColor = BrickColor.new(1)
- D:findFirstChild("Left Arm").BrickColor = BrickColor.new(1)
- D:findFirstChild("Right Arm").BrickColor = BrickColor.new(1)
- D.Torso.BrickColor = BrickColor.new(1)
- D.Head.BrickColor = BrickColor.new(1)
- D.Humanoid.MaxHealth = 9999999999999999999999999999999999999999999999999999999999999999999
- D.Humanoid.Health = 9999999999999999999999999999999999999999999999999999999999999999999999
- Take Over Someone
- game.Players.LinkinParker2.Character = game.Players.kirbyace1.Character
- Make Someone Naked
- n = game.Workspace.LinkinParker2
- n:findFirstChild("Left Leg").BrickColor = BrickColor.new(125)
- n:findFirstChild("Right Leg").BrickColor = BrickColor.new(125)
- n:findFirstChild("Left Arm").BrickColor = BrickColor.new(125)
- n:findFirstChild("Right Arm").BrickColor = BrickColor.new(125)
- n.Torso.BrickColor = BrickColor.new(1)
- n.Head.BrickColor = BrickColor.new(125)
- n.Torso.roblox:remove()
- n.Name = "Naked Guy: IM NAKED =D"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement