Advertisement
TANONG9

Untitled

Nov 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. print("Do ya need a bleach? Then press Q!")
  2. STOP = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  3. STOP.SoundId = "http://roblox.com/asset?id=356970690"
  4. STOP.Looped = true
  5. STOP:Play()
  6. STOP.Volume = 2
  7. plr = game.Players.LocalPlayer
  8. char = plr.Character
  9. mouse = plr:GetMouse()
  10. local cough = Instance.new("Sound", workspace)
  11. cough.SoundId = "http://roblox.com/asset?id=178522287"
  12. Bleach = Instance.new("Part", char["Left Arm"])
  13. Bleach.CanCollide = false
  14. Mesh = Instance.new("SpecialMesh", Bleach)
  15. Mesh.MeshId = "http://roblox.com/asset?id=483388971"
  16. Mesh.Scale = Vector3.new(0.005, 0.005, 0.005)
  17. Mesh.TextureId = "http://roblox.com/asset?id=520016684"
  18. Handy = Instance.new("Weld", Bleach)
  19. Handy.Part0 = Bleach
  20. Handy.Part1 = char["Left Arm"]
  21. Handy.C0 = CFrame.new(0.5,1.8,0)
  22. Handy.C1 = CFrame.Angles(0,4,1)
  23. drink = Instance.new("Sound", char.Head)
  24. drink.SoundId = "http://roblox.com/asset?id=10722059"
  25. function cringe(key)
  26. key = key:lower()
  27. if key == "q" then
  28. game.Chat:Chat(char.Head,"This is too cringe","Blue")
  29. wait(2)
  30. game.Chat:Chat(char.Head,"This needs to stop, now","Red")
  31. wait(2)
  32. game.Chat:Chat(char.Head,"This is cancer.","Red")
  33. wait(2)
  34. game.Chat:Chat(char.Head,"This is too strong","Red")
  35. wait(2)
  36. game.Chat:Chat(char.Head,"I need to die","Red")
  37. for i = 1,10 do
  38. wait()
  39. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.018,0,0)
  40. Handy.C0 = Handy.C0 * CFrame.new(-0.05,-0.07,0.09)
  41. Handy.C0 = Handy.C0 * CFrame.Angles(0.12,0,0)
  42. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.Angles(0.2,0,-0.1)
  43. end
  44. STOP.Volume = 0
  45. drink:Play()
  46. for i = 1,50 do
  47. wait()
  48. char.Humanoid.Health = char.Humanoid.Health - 1
  49. end
  50. char.Humanoid.WalkSpeed = 0
  51. wait(2)
  52. for i = 1,10 do
  53. wait()
  54. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.xXCROSSFIRE_GAMERXx.C0 * CFrame.Angles(0.018,0,0)
  55. Handy.C0 = Handy.C0 * CFrame.new(0.05,0.07,-0.09)
  56. Handy.C0 = Handy.C0 * CFrame.Angles(-0.12,0,0)
  57. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.2,0,0.1)
  58. end
  59. char.Humanoid.WalkSpeed = 6
  60. cough:Play()
  61. for i = 1,100 do
  62. wait(0.05)
  63. char.Humanoid.Health = char.Humanoid.Health - 1
  64. end
  65. end
  66. end
  67. function kys()
  68. cough:destroy()
  69. local ded = Instance.new("Sound", char.Head)
  70. ded.SoundId = "http://roblox.com/asset?id=393884633"
  71. ded:Play()
  72. end
  73. mouse.KeyDown:connect(cringe)
  74. char.Humanoid.Died:connect(kys)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement