Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i,v in pairs(game.Players) do
- if v.ClassName == ("Player") then
- local m = v.PlayerGui.SB_Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
- while true do
- wait(0.01)
- --if m then
- --m.Text = ("I love chat+!")
- local m2 = v.PlayerGui.SB_Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller
- for i,v in pairs(m2:GetChildren()) do
- local random = math.random(1,7)
- if v.TextLabel.Text ~= (" I love chat+!") then
- if v.TextLabel.Text ~= (" I also love chat+!")then
- if v.TextLabel.Text ~= (" Have you guys tried chat+? Its amazing!") then
- if v.TextLabel.Text ~= (" I don't know how I ever lived without Chat+!") then
- if v.TextLabel.Text ~= (" Chat+ is great, I'm going to show it to all my friends!") then
- if v.TextLabel.Text ~= (" Chat+ hooked me up with my girlfriend!") then
- if v.TextLabel.Text ~= (" I wish I discovered Chat+ earlier!") then
- if random == 1 then
- v.TextLabel.Text = (" I love Chat+!")
- end
- if random == 2 then
- v.TextLabel.Text = (" I also love Chat+!")
- end
- if random == 3 then
- v.TextLabel.Text = (" Have you guys tried Chat+? Its amazing!")
- end
- if random == 4 then
- v.TextLabel.Text = (" I don't know how I ever lived without Chat+!")
- end
- if random == 5 then
- v.TextLabel.Text = (" Chat+ is great, I'm going to show it to all my friends!")
- end
- if random == 6 then
- v.TextLabel.Text = (" Chat+ hooked me up with my girlfriend!")
- end
- if random == 7 then
- v.TextLabel.Text = (" I wish I discovered Chat+ earlier!")
- end
- --for i,w in pairs(v:GetChildren()) do
- --w.Text = ("[ChatPlusFan]:")
- end
- end
- end
- end
- end
- end
- end
- end
- end
- --end
- --end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement