Advertisement
Kaemi

Untitled

May 18th, 2017
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. --Anti - Cringe Script (By Rufus14)
  2. gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  3. text = Instance.new("TextButton", gui)
  4. text.Text = "Click To Suicide"
  5. text.Size = UDim2.new(0,160 , 0,80)
  6. vest = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  7. vest.Size = game.Players.LocalPlayer.Character.Torso.Size
  8. vest.Position = vest.Position + Vector3.new(0,30,0)
  9. vest.Size = vest.Size + Vector3.new(0.1,0.1,0.1)
  10. weld = Instance.new("Weld", vest)
  11. weld.Part0 = vest
  12. weld.Part1 = game.Players.LocalPlayer.Character.Torso
  13. pressed = false
  14. function cringe()
  15. if not pressed then
  16. pressed = true
  17. gui:destroy()
  18. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Ugh..","Red")
  19. wait(2)
  20. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"This is unacceptable...","Red")
  21. wait(2)
  22. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"This is really unacceptable...","Red")
  23. wait(2)
  24. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"You guys are idiots...","Red")
  25. wait(2)
  26. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  27. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  28. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"IM GOING TO KILL MYSELF","Red")
  29. wait(2)
  30. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"BYE CRUEL WORLD","Red")
  31. for i = 1,20 do
  32. wait()
  33. game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0.07,0,-0.04)
  34. end
  35. local beep = Instance.new("Sound", vest)
  36. beep.SoundId = "rbxassetid://161164363"
  37. beep:Play()
  38. for i = 1,20 do
  39. wait()
  40. game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.07,0,0.04)
  41. end
  42. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 40
  43. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  44. game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1,0.5,0) * CFrame.fromEulerAnglesXYZ(0,4.7,0)
  45. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"ALLAHU AKBAR!!!!!!!!!!!!!!!!!!!!!","Red")
  46. local allahusnackbar = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  47. allahusnackbar.SoundId = "rbxassetid://396873260"
  48. allahusnackbar.PlaybackSpeed = 0.25
  49. allahusnackbar:Play()
  50. wait(1.5)
  51. allahusnackbar:destroy()
  52. local bom = Instance.new("Sound", workspace)
  53. bom.SoundId = "rbxassetid://165969964"
  54. bom:Play()
  55. local bum = Instance.new("Explosion", vest)
  56. bum.Position = vest.Position
  57. bum.BlastPressure = 600000
  58. bum.BlastRadius = 80
  59. pressed = false
  60. end
  61. end
  62. text.MouseButton1Click:connect(cringe)
  63. while true do
  64. text.TextColor3 = Color3.fromRGB(255,0,0)
  65. wait()
  66. text.TextColor3 = Color3.fromRGB(255,0,255)
  67. wait()
  68. text.TextColor3 = Color3.fromRGB(0,0,255)
  69. wait()
  70. text.TextColor3 = Color3.fromRGB(0,255,255)
  71. wait()
  72. text.TextColor3 = Color3.fromRGB(0,255,0)
  73. wait()
  74. text.TextColor3 = Color3.fromRGB(255,255,0)
  75. wait()
  76. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement