View difference between Paste ID: XucFKrSh and UAvc61M6
SHOW: | | - or go back to the newest paste.
1
--Anti - Cringe Script (By Rufus14)nigger
2
gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
3
text = Instance.new("TextButton", gui)
4
text.Text = "Press To Launch The Gamfenschwieder"
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
15+
16-
	pressed = true
16+
17-
	gui:destroy()
17+
18-
	game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Wanna Giveaway?","Red")
18+
19-
	wait(2)
19+
20-
	game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Subscribe","Red")
20+
21-
	wait(2)
21+
22-
	game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Like the Video","Red")
22+
23-
	wait(2)
23+
24-
	game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
24+
25-
	game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
25+
26-
	game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"And You Would Like To Win","Red")
26+
27-
	wait(2)
27+
28-
	game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Enjoy the video","Red")
28+
29
	game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Al turiq du femnal ist juriah","Red")
30
	local allahusnackbar = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
31
	allahusnackbar.SoundId = "rbxassetid://396873260"
32
	allahusnackbar.PlaybackSpeed = 0.25
33
	allahusnackbar:Play()
34
	wait(1.5)
35
	allahusnackbar:destroy()
36
	local bom = Instance.new("Sound", workspace)
37
	bom.SoundId = "rbxassetid://165969964"
38
	bom:Play()
39
	local bum = Instance.new("Explosion", vest)
40
	bum.Position = vest.Position
41
	bum.BlastPressure = 600000
42
	bum.BlastRadius = 80
43
	pressed = false
44
	end
45
end
46
text.MouseButton1Click:connect(cringe)
47
while true do
48
	text.TextColor3 = Color3.fromRGB(255,0,0)
49
	wait()
50
	text.TextColor3 = Color3.fromRGB(255,0,255)
51
	wait()
52
	text.TextColor3 = Color3.fromRGB(0,0,255)
53
	wait()
54
	text.TextColor3 = Color3.fromRGB(0,255,255)
55
	wait()
56
	text.TextColor3 = Color3.fromRGB(0,255,0)
57
	wait()
58
	text.TextColor3 = Color3.fromRGB(255,255,0)
59
	wait()
60
end