Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Super Stringe and thanks for rufus14 for this script :3
- 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("Royal purple")
- part.Transparency = 0.5
- 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 = 0
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
- 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,1 do
- wait()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = game.Players.LocalPlayer.Character.Humanoid.JumpPower + 150
- wait()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed + 80
- wait()
- game.Players.LocalPlayer.Character.Humanoid.MaxHealth = game.Players.LocalPlayer.Character.Humanoid.MaxHealth + 400
- wait()
- game.Players.LocalPlayer.Character.Humanoid.Health = game.Players.LocalPlayer.Character.Humanoid.Health + 400
- 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
- wait()
- 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