View difference between Paste ID: crGyR2tc and BZRYvwQ4
SHOW: | | - or go back to the newest paste.
1-
 dot = false
1+
for i,v in pairs(game.Players:GetChildren()) do
2-
Player = game.Players.LocalPlayer
2+
	if v.ClassName == ("Player") then
3-
Character = Player.Character
3+
	if v.PlayerGui.SB_Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar ~= nil then
4-
local p = Instance.new("ParticleEmitter",Character.Torso)
4+
local m = v.PlayerGui.SB_Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
5-
p.Texture = "rbxassetid://244905904"
5+
6-
p.Name = "PepeP"
6+
	wait(0.01)
7-
p.ZOffset = 5
7+
	--if m then
8-
p.Lifetime = NumberRange.new(10,100)
8+
	--m.Text = ("I love chat+!")
9-
ra = Character:FindFirstChild("Right Arm")
9+
	local m2 = v.PlayerGui.SB_Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller
10-
rl = Character:FindFirstChild("Right Leg")
10+
	for i,v in pairs(m2:GetChildren()) do
11-
la = Character:FindFirstChild("Left Arm")
11+
	local random = math.random(1,7)
12-
ll = Character:FindFirstChild("Left Leg")
12+
	if v.TextLabel.Text ~= ("                                               I love chat+!") then
13-
h = Character:FindFirstChild("Head")
13+
	if v.TextLabel.Text ~= ("                                               I also love chat+!")then
14-
to = Character:FindFirstChild("Torso")
14+
	if v.TextLabel.Text ~= ("                                               Have you guys tried chat+? Its amazing!") then
15-
Image = Instance.new("ImageLabel")
15+
	if v.TextLabel.Text ~= ("                                               I don't know how I ever lived without Chat+!") then
16-
Character.Humanoid.MaxHealth = math.huge
16+
	if v.TextLabel.Text ~= ("                                               Chat+ is great, I'm going to show it to all my friends!") then
17-
wait()
17+
	if v.TextLabel.Text ~= ("                                               Chat+ hooked me up with my girlfriend!") then
18-
Character.Humanoid.Health = math.huge
18+
	if v.TextLabel.Text ~= ("                                               I wish I discovered Chat+ earlier!") then
19-
Billboard = Instance.new("BillboardGui")
19+
	if random == 1 then
20-
t = Instance.new("HopperBin")
20+
	v.TextLabel.Text = ("                                               I love Chat+!")
21-
bb = Instance.new("BillboardGui",Character.Head)
21+
	end
22-
bb.Enabled = true
22+
	if random == 2 then
23-
bb.AlwaysOnTop = true
23+
	v.TextLabel.Text = ("                                               I also love Chat+!")
24-
bb.Size = UDim2.new(0,200,0,50)
24+
	end
25-
bb.StudsOffset = Vector3.new(0,1,0)
25+
	if random == 3 then
26-
gui=Instance.new("TextBox",bb)
26+
	v.TextLabel.Text = ("                                               Have you guys tried Chat+? Its amazing!")
27-
gui.Size = UDim2.new(0,200,0,50)
27+
	end
28-
gui.Position=UDim2.new(0,0,0,-48)
28+
	if random == 4 then
29-
gui.BackgroundColor3=Color3.new(255,255,255)
29+
	v.TextLabel.Text = ("                                               I don't know how I ever lived without Chat+!")
30-
gui.BorderSizePixel = 0
30+
	end
31-
gui.TextWrapped = true
31+
	if random == 5 then
32-
gui.Font = "SourceSansBold"
32+
	v.TextLabel.Text = ("                                               Chat+ is great, I'm going to show it to all my friends!")
33-
gui.TextScaled = true
33+
	end
34-
gui.TextXAlignment = "Left"
34+
	if random == 6 then
35-
gui.TextYAlignment = "Top"
35+
	v.TextLabel.Text = ("                                               Chat+ hooked me up with my girlfriend!")
36-
gui.Visible = true
36+
	end
37-
gui.Text = "Pepe script loaded"
37+
	if random == 7 then
38-
gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
38+
	v.TextLabel.Text = ("                                               I wish I discovered Chat+ earlier!")
39-
wait(0.1)
39+
	end
40-
gui.Text = "Made by pepe himself"
40+
	--for i,w in pairs(v:GetChildren()) do
41-
gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
41+
	--w.Text = ("[ChatPlusFan]:")
42-
wait(0.1)
42+
43-
gui.BackgroundTransparency = 1
43+
44-
gui.Text = " "
44+
45-
gui.BorderColor3 = Color3.new(0,0,0)
45+
46-
Player.Chatted:connect(function(message)
46+
47-
gui.Visible = true
47+
48-
if dot == false then
48+
49-
if string.sub(message,2,2) == "/" or string.sub(message,1,1) == "/" then 
49+
50-
gui.Text = "cmd: "..message
50+
51-
gui.BackgroundTransparency = 0
51+
52-
gui.TextColor3 = Color3.new(255,0,0)
52+
--end
53-
else
53+
--end
54-
gui.Text = message
54+
	end
55-
gui.BackgroundTransparency = 0
55+