Kaemi

Untitled

Apr 20th, 2017
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 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 for ANTI - CRINGE thing"
  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. wait(1)
  19. for i = 1,20 do
  20. wait()
  21. game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0.07,0,-0.04)
  22. end
  23. local beep = Instance.new("Sound", vest)
  24. beep.SoundId = "rbxassetid://161164363"
  25. beep:Play()
  26. for i = 1,20 do
  27. wait()
  28. game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.07,0,0.04)
  29. end
  30. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 40
  31. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  32. game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1,0.5,0) * CFrame.fromEulerAnglesXYZ(0,4.7,0)
  33. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"ALLAHU AKBAR BITCHES!","Red")
  34. local allahusnackbar = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  35. allahusnackbar.SoundId = "rbxassetid://396873260"
  36. allahusnackbar.PlaybackSpeed = 0.25
  37. allahusnackbar:Play()
  38. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"ALLAHU AKBAR!!!!!!!!!","Red")
  39. wait(1.5)
  40. allahusnackbar:destroy()
  41. local bom = Instance.new("Sound", workspace)
  42. bom.SoundId = "rbxassetid://165969964"
  43. bom:Play()
  44. local bum = Instance.new("Explosion", vest)
  45. bum.Position = vest.Position
  46. bum.BlastPressure = 600000
  47. bum.BlastRadius = 80
  48. pressed = false
  49. end
  50. end
  51. text.MouseButton1Click:connect(cringe)
  52. while true do
  53. text.TextColor3 = Color3.fromRGB(255,0,0)
  54. wait()
  55. text.TextColor3 = Color3.fromRGB(255,0,255)
  56. wait()
  57. text.TextColor3 = Color3.fromRGB(0,0,255)
  58. wait()
  59. text.TextColor3 = Color3.fromRGB(0,255,255)
  60. wait()
  61. text.TextColor3 = Color3.fromRGB(0,255,0)
  62. wait()
  63. text.TextColor3 = Color3.fromRGB(255,255,0)
  64. wait()
  65. end
Advertisement
Add Comment
Please, Sign In to add comment