Advertisement
dahpiglz

Memechat

Aug 11th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. for i,v in pairs(game.Players) do
  2. if v.ClassName == ("Player") then
  3.  
  4. local m = v.PlayerGui.SB_Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
  5. while true do
  6. wait(0.01)
  7. --if m then
  8. --m.Text = ("I love chat+!")
  9. local m2 = v.PlayerGui.SB_Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller
  10. for i,v in pairs(m2:GetChildren()) do
  11. local random = math.random(1,7)
  12. if v.TextLabel.Text ~= (" I love chat+!") then
  13. if v.TextLabel.Text ~= (" I also love chat+!")then
  14. if v.TextLabel.Text ~= (" Have you guys tried chat+? Its amazing!") then
  15. if v.TextLabel.Text ~= (" I don't know how I ever lived without Chat+!") then
  16. if v.TextLabel.Text ~= (" Chat+ is great, I'm going to show it to all my friends!") then
  17. if v.TextLabel.Text ~= (" Chat+ hooked me up with my girlfriend!") then
  18. if v.TextLabel.Text ~= (" I wish I discovered Chat+ earlier!") then
  19. if random == 1 then
  20. v.TextLabel.Text = (" I love Chat+!")
  21. end
  22. if random == 2 then
  23. v.TextLabel.Text = (" I also love Chat+!")
  24. end
  25. if random == 3 then
  26. v.TextLabel.Text = (" Have you guys tried Chat+? Its amazing!")
  27. end
  28. if random == 4 then
  29. v.TextLabel.Text = (" I don't know how I ever lived without Chat+!")
  30. end
  31. if random == 5 then
  32. v.TextLabel.Text = (" Chat+ is great, I'm going to show it to all my friends!")
  33. end
  34. if random == 6 then
  35. v.TextLabel.Text = (" Chat+ hooked me up with my girlfriend!")
  36. end
  37. if random == 7 then
  38. v.TextLabel.Text = (" I wish I discovered Chat+ earlier!")
  39. end
  40. --for i,w in pairs(v:GetChildren()) do
  41. --w.Text = ("[ChatPlusFan]:")
  42. end
  43. end
  44. end
  45. end
  46. end
  47. end
  48. end
  49. end
  50. end
  51. --end
  52. --end
  53. end
  54. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement