Advertisement
coolgoldboy166

anti cringe

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