Advertisement
Prestige_E

Clorox ROBLOX Exploit

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