View difference between Paste ID: Tt0u3uES and D5c57wE2
SHOW: | | - or go back to the newest paste.
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")