Advertisement
JOELwindows7

MCCC_Chat_Monitor.lua

May 13th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ServerName = "Perkedel"
  2. JoinName = "MonitorMe"
  3. monitorName = "monitor_0"
  4.  
  5. print("This is Chat Monitor Manager")
  6.  
  7. print("Joinning "..ServerName.." as "..JoinName.." at "..monitorName.."...")
  8. sleep(5)
  9. shell.openTab("monitor", monitorName.." chat join "..ServerName.." "..JoinName)
  10. print("Enjoy Chat Broadcast! thancc. cool and good")
  11.  
  12. print("\nBy JOELwindows7\nPerkedel Technologies\nGNU GPL v3")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement