Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --By Rufus14 (so this is a health syringe)
- part = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
- part.Shape = "Cylinder"
- part.Size = Vector3.new(1.6, 0.6, 0.4)
- part.BrickColor = BrickColor.new("Bright green")
- part.Transparency = 0.2
- weld = Instance.new("Weld", part)
- weld.Part0 = part
- weld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
- weld.C0 = weld.C0 * CFrame.new(0,1,0)
- needle = Instance.new("Part", part)
- needle.Size = Vector3.new(1, 0.2, 0.2)
- needle.Shape = "Cylinder"
- needle.Position = needle.Position + Vector3.new(0,999,0)
- needle.BrickColor = BrickColor.new("Smoky grey")
- weld1 = Instance.new("Weld", needle)
- weld1.Part0 = needle
- weld1.Part1 = part
- weld1.C0 = weld1.C0 * CFrame.new(1.3,0,0)
- print(id)
- for i = 1,20 do
- wait()
- game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,-0.03)
- game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.08)
- end
- syringe = false
- mouse = game.Players.LocalPlayer:GetMouse()
- function lol(key)
- key = key:lower()
- if key == "q" then
- if not syringe then
- syringe = true
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 3
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 15
- for i = 1,15 do
- wait()
- game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0.02,0,0)
- weld.C0 = weld.C0 * CFrame.Angles(0,-0.02,0)
- game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.04)
- game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0.05,0,-0.06) * CFrame.new(0,-0.035,0)
- end
- wait(0.1)
- for i = 1,5 do
- wait()
- weld.C0 = weld.C0 * CFrame.Angles(0,0,-0.1)
- game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0.2,0,-0.03)
- end
- for i = 1,70 do
- wait(0.1)
- game.Players.LocalPlayer.Character.Humanoid.Health = game.Players.LocalPlayer.Character.Humanoid.Health - 10
- wait(0.2)
- game.Players.LocalPlayer.Character.Humanoid.Health = game.Players.LocalPlayer.Character.Humanoid.Health - 20
- wait(0.3)
- game.Players.LocalPlayer.Character.Humanoid.Health = game.Players.LocalPlayer.Character.Humanoid.Health - 30
- wait(0.4)
- game.Players.LocalPlayer.Character.Humanoid.Health = game.Players.LocalPlayer.Character.Humanoid.Health - 40
- wait(0.5)
- game.Players.LocalPlayer.Character.Humanoid.Health = game.Players.LocalPlayer.Character.Humanoid.Health - 50
- wait(0.6)
- game.Players.LocalPlayer.Character.Humanoid.Health = game.Players.LocalPlayer.Character.Humanoid.Health - 60
- end
- for i = 1,5 do
- wait()
- weld.C0 = weld.C0 * CFrame.Angles(0,0,0.1)
- game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(-0.2,0,0.03)
- end
- for i = 1,15 do
- wait()
- game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(-0.02,0,0)
- weld.C0 = weld.C0 * CFrame.Angles(0,0.02,0)
- game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.04)
- game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.05,0,0.06) * CFrame.new(0,0.035,0)
- end
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- weld:destroy()
- game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1,0.5,0) * CFrame.fromEulerAnglesXYZ(0,4.7,0)
- end
- end
- end
- mouse.KeyDown:connect(lol)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement