Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Anti - Cringe Script (By Rufus14, and edited by boss_kiddos.)
- gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- text = Instance.new("TextButton", gui)
- text.Text = "if you click i dare u."
- text.Size = UDim2.new(0,160 , 0,80)
- vest = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
- vest.Size = game.Players.LocalPlayer.Character.Torso.Size
- vest.Position = vest.Position + Vector3.new(0,30,0)
- vest.Size = vest.Size + Vector3.new(0.1,0.1,0.1)
- weld = Instance.new("Weld", vest)
- weld.Part0 = vest
- weld.Part1 = game.Players.LocalPlayer.Character.Torso
- pressed = false
- function cringe()
- if not pressed then
- pressed = true
- gui:destroy()
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"This is unacceptable...","Red")
- wait(2)
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"This is really unacceptable...","Red")
- wait(2)
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"You guys are idiots...","Red")
- wait(2)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"IM GOING TO KILL MYSELF","Red")
- wait(2)
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"BYE CRUEL WORLD","Red")
- for i = 1,20 do
- wait()
- game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0.07,0,-0.04)
- end
- local beep = Instance.new("Sound", vest)
- beep.SoundId = "rbxassetid://161164363"
- beep:Play()
- for i = 1,20 do
- wait()
- game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.07,0,0.04)
- end
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 40
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
- game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1,0.5,0) * CFrame.fromEulerAnglesXYZ(0,4.7,0)
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"ALLAHU AKBAR BETCHES","Red")
- local allahusnackbar = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
- allahusnackbar.SoundId = "rbxassetid://271550300"
- allahusnackbar.PlaybackSpeed = 0.25
- allahusnackbar:Play()
- wait(1.5)
- allahusnackbar:destroy()
- local bom = Instance.new("Sound", workspace)
- bom.SoundId = "rbxassetid://681582832"
- bom:Play()
- local bum = Instance.new("Explosion", vest)
- bum.Position = vest.Position
- bum.BlastPressure = 600000
- bum.BlastRadius = 80
- pressed = false
- end
- end
- text.MouseButton1Click:connect(cringe)
- while true do
- text.TextColor3 = Color3.fromRGB(255,0,0)
- wait()
- text.TextColor3 = Color3.fromRGB(255,0,255)
- wait()
- text.TextColor3 = Color3.fromRGB(0,0,255)
- wait()
- text.TextColor3 = Color3.fromRGB(0,255,255)
- wait()
- text.TextColor3 = Color3.fromRGB(0,255,0)
- wait()
- text.TextColor3 = Color3.fromRGB(255,255,0)
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement