View difference between Paste ID: qGhLFhFd and crGyR2tc
SHOW: | | - or go back to the newest paste.
1-
for i,v in pairs(game.Players:GetChildren()) do
1+
 dot = false
2-
	if v.ClassName == ("Player") then
2+
Player = game.Players.LocalPlayer
3-
	if v.PlayerGui.SB_Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar ~= nil then
3+
Character = Player.Character
4-
local m = v.PlayerGui.SB_Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
4+
local p = Instance.new("ParticleEmitter",Character.Torso)
5
p.Texture = "rbxassetid://244905904"
6-
	wait(0.01)
6+
p.Name = "PepeP"
7-
	--if m then
7+
p.ZOffset = 5
8-
	--m.Text = ("I love chat+!")
8+
p.Lifetime = NumberRange.new(10,100)
9-
	local m2 = v.PlayerGui.SB_Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller
9+
ra = Character:FindFirstChild("Right Arm")
10-
	for i,v in pairs(m2:GetChildren()) do
10+
rl = Character:FindFirstChild("Right Leg")
11-
	local random = math.random(1,7)
11+
la = Character:FindFirstChild("Left Arm")
12-
	if v.TextLabel.Text ~= ("                                               I love chat+!") then
12+
ll = Character:FindFirstChild("Left Leg")
13-
	if v.TextLabel.Text ~= ("                                               I also love chat+!")then
13+
h = Character:FindFirstChild("Head")
14-
	if v.TextLabel.Text ~= ("                                               Have you guys tried chat+? Its amazing!") then
14+
to = Character:FindFirstChild("Torso")
15-
	if v.TextLabel.Text ~= ("                                               I don't know how I ever lived without Chat+!") then
15+
Image = Instance.new("ImageLabel")
16-
	if v.TextLabel.Text ~= ("                                               Chat+ is great, I'm going to show it to all my friends!") then
16+
Character.Humanoid.MaxHealth = math.huge
17-
	if v.TextLabel.Text ~= ("                                               Chat+ hooked me up with my girlfriend!") then
17+
wait()
18-
	if v.TextLabel.Text ~= ("                                               I wish I discovered Chat+ earlier!") then
18+
Character.Humanoid.Health = math.huge
19-
	if random == 1 then
19+
Billboard = Instance.new("BillboardGui")
20-
	v.TextLabel.Text = ("                                               I love Chat+!")
20+
t = Instance.new("HopperBin")
21-
	end
21+
bb = Instance.new("BillboardGui",Character.Head)
22-
	if random == 2 then
22+
bb.Enabled = true
23-
	v.TextLabel.Text = ("                                               I also love Chat+!")
23+
bb.AlwaysOnTop = true
24-
	end
24+
bb.Size = UDim2.new(0,200,0,50)
25-
	if random == 3 then
25+
bb.StudsOffset = Vector3.new(0,1,0)
26-
	v.TextLabel.Text = ("                                               Have you guys tried Chat+? Its amazing!")
26+
gui=Instance.new("TextBox",bb)
27-
	end
27+
gui.Size = UDim2.new(0,200,0,50)
28-
	if random == 4 then
28+
gui.Position=UDim2.new(0,0,0,-48)
29-
	v.TextLabel.Text = ("                                               I don't know how I ever lived without Chat+!")
29+
gui.BackgroundColor3=Color3.new(255,255,255)
30-
	end
30+
gui.BorderSizePixel = 0
31-
	if random == 5 then
31+
gui.TextWrapped = true
32-
	v.TextLabel.Text = ("                                               Chat+ is great, I'm going to show it to all my friends!")
32+
gui.Font = "SourceSansBold"
33-
	end
33+
gui.TextScaled = true
34-
	if random == 6 then
34+
gui.TextXAlignment = "Left"
35-
	v.TextLabel.Text = ("                                               Chat+ hooked me up with my girlfriend!")
35+
gui.TextYAlignment = "Top"
36-
	end
36+
gui.Visible = true
37-
	if random == 7 then
37+
gui.Text = "Pepe script loaded"
38-
	v.TextLabel.Text = ("                                               I wish I discovered Chat+ earlier!")
38+
gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
39-
	end
39+
wait(0.1)
40-
	--for i,w in pairs(v:GetChildren()) do
40+
gui.Text = "Made by pepe himself"
41-
	--w.Text = ("[ChatPlusFan]:")
41+
gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
42
wait(0.1)
43
gui.BackgroundTransparency = 1
44
gui.Text = " "
45
gui.BorderColor3 = Color3.new(0,0,0)
46
Player.Chatted:connect(function(message)
47
gui.Visible = true
48
if dot == false then
49
if string.sub(message,2,2) == "/" or string.sub(message,1,1) == "/" then 
50
gui.Text = "cmd: "..message
51
gui.BackgroundTransparency = 0
52-
--end
52+
gui.TextColor3 = Color3.new(255,0,0)
53-
--end
53+
else
54-
	end
54+
gui.Text = message
55
gui.BackgroundTransparency = 0
56
gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
57
end
58
end
59
wait(0.1)
60
gui.Text = " "
61
gui.BackgroundTransparency = 1
62
end)
63
mouse = Player:GetMouse()
64
t.Parent = Player.Backpack
65
t.Name = " "
66
t.Selected:connect(function(tool)
67
tool.Button1Down:connect(function() 
68
local p = Character.Head
69
local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
70
local mag = (p.Position - mouse.Hit.p).magnitude if (mag > 2048) then return end
71
local r = Instance.new("Part",workspace)
72
r.Name = "Lazer"
73
r.formFactor = "Custom" r.TopSurface = "Smooth"
74
r.Size = Vector3.new(2,2,mag) 
75
r.CFrame = cf 
76
r.Anchored = true 
77
r.CanCollide = true
78
r.Material = Enum.Material.Neon 
79
r.BrickColor = BrickColor.new("Bright green")
80
local s = Instance.new("Sound",workspace)
81
s.SoundId = "rbxassetid://357614490" 
82
s.Volume = 1
83
s:Play()
84
local e = Instance.new("Explosion",workspace) 
85
e.BlastRadius = 500000
86
e.BlastPressure = 5000000 
87
e.Position = mouse.Hit.p 
88
wait(.1) 
89
r:Destroy()
90
end)
91
mouse.KeyDown:connect(function(key)
92
if key == "0" then
93
local p = Instance.new("ParticleEmitter",Character.Torso)
94
p.Texture = "rbxassetid://244905904"
95
p.Name = "PepeP"
96
p.ZOffset = 5
97
p.Lifetime = NumberRange.new(.5,.5)
98
Character.Humanoid.WalkSpeed = 180
99
Character.Humanoid.JumpPower = 200
100
elseif key == "v" then
101
Character.Torso.CFrame = CFrame.new(mouse.hit.p+Vector3.new(0,5,0))
102
elseif key == "t" then
103
if Character and Character.Humanoid.Health ~= nil then
104
Character.Humanoid.Health = Character.Humanoid.MaxHealth
105
end
106
elseif key == "e" then
107
local name = Instance.new("Part",workspace)
108
name.Size = Vector3.new(10,10,10)
109
name.Shape = "Ball"
110
name.CanCollide = false
111
name.Anchored = true
112
name.BrickColor = BrickColor.new("Bright blue")
113
name.Material = Enum.Material.Neon
114
name.Position = Player.Character.Torso.Position
115
local name2 = Instance.new("Part",workspace)
116
name.Size = Vector3.new(10,10,10)
117
name.Shape = "Ball"
118
name.CanCollide = false
119
name.Anchored = true
120
name.BrickColor = BrickColor.new("Bright blue")
121
name.Material = Enum.Material.Neon
122
name.Position = Player.Character.Torso.Position
123
end
124
end)
125
mouse.KeyUp:connect(function(key)
126
if key == "0" then
127
local pd = Character.Torso:FindFirstChild("PepeP")
128
if pd ~= nil then
129
pd:Destroy()
130
end
131
Character.Humanoid.WalkSpeed = 16
132
Character.Humanoid.JumpPower = 50
133
end
134
end)
135
end)
136
local thing = Instance.new("Part",workspace)
137
thing.Name = "Spawn"
138
thing.Shape = "Ball"
139
thing.CanCollide = false
140
thing.Material = Enum.Material.Neon
141
thing.BrickColor = BrickColor.new("Institutional white")
142
thing.Size = Vector3.new(10,10,10)
143
thing.Position = Player.Character.Torso.Position
144
thing.Anchored = true
145
Character.Humanoid.WalkSpeed = 24
146
Character.Humanoid.JumpPower = 75
147
wait(5)
148
for i=1,5 do
149
thing.Transparency = (i / 5)
150
wait(.1)
151
end
152
wait()
153
Character.Humanoid.WalkSpeed = 24
154
Character.Humanoid.JumpPower = 75
155
Billboard.AlwaysOnTop = true
156
Image.Parent = Billboard
157
Billboard.Parent = Character.Head
158
Image.Size = UDim2.new(1, 0, 1, 0)
159
Billboard.Size = UDim2.new(5, 0, 5, 0)
160
Image.Position = UDim2.new(0, 0, 0, 0)
161
Billboard.StudsOffset = Vector3.new(0, 0, 0)
162
Image.BackgroundTransparency = 1
163
local BC = Character["Body Colors"]
164
BC.HeadColor = BrickColor.new("Bright green")
165
BC.LeftArmColor = BrickColor.new("Bright green")
166
BC.LeftLegColor = BrickColor.new("Bright green")
167
BC.RightArmColor = BrickColor.new("Bright green")
168
BC.RightLegColor = BrickColor.new("Bright green")
169
BC.TorsoColor = BrickColor.new("Bright green")
170
repeat wait() until Character and Character:findFirstChild("Head")
171
Billboard.Adornee = Character.Head
172
Image.Image = "rbxassetid://244905904"
173
while true do
174
Image.ImageColor3 = Color3.new(1,1,1)
175
wait(0.1)
176
Image.ImageColor3 = Color3.new(252/255,0/255,6/255)
177
wait(0.1)
178
Image.ImageColor3 = Color3.new(249/255, 121/255, 8/255)
179
wait(0.1)
180
Image.ImageColor3 = Color3.new(248/255, 250/255, 14/255)
181
wait(0.1)
182
Image.ImageColor3 = Color3.new(47/255, 1, 14/255)
183
wait(0.1)
184
Image.ImageColor3 = Color3.new(36/255, 1, 219/255)
185
wait(0.1)
186
Image.ImageColor3 = Color3.new(27/255, 71/255, 1)
187
wait(0.1)
188
Image.ImageColor3 = Color3.new(225/255, 0/255, 1)
189
wait(0.1)
190
Image.ImageColor3 = Color3.new(252/255, 0/255, 10/255)
191
wait(0.1)
192
end