Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mon = peripheral.wrap("monitor_4")
- local mon2 = peripheral.wrap("monitor_5")
- local mon3 = peripheral.wrap("monitor_6")
- local mon4 = peripheral.wrap("monitor_7")
- mon.setBackgroundColor(colors.red)
- mon2.setBackgroundColor(colors.yellow)
- mon3.setBackgroundColor(colors.green)
- mon4.setBackgroundColor(colors.cyan)
- mon.setTextColor(colors.blue)
- mon2.setTextColor(colors.red)
- mon3.setTextColor(colors.black)
- mon4.setTextColor(colors.gray)
- mon.setCursorPos(1,1)
- mon2.setCursorPos(1,1)
- mon3.setCursorPos(1,1)
- mon4.setCursorPos(1,1)
- mon.clear()
- mon2.clear()
- mon3.clear()
- mon4.clear()
- mon.write("Teleporting...")
- mon2.write("Teleporting...")
- mon3.write("Teleporting...")
- mon4.write("Teleporting...")
- os.sleep(1)
- mon.setBackgroundColor(colors.lime)
- mon2.setBackgroundColor(colors.lightblue)
- mon3.setBackgroundColor(colors.pink)
- mon4.setBackgroundColor(colors.orange)
- mon.setTextColor(colors.blue)
- mon2.setTextColor(colors.black)
- mon3.setTextColor(colors.gray)
- mon4.setTextColor(colors.green)
- mon.setCursorPos(1,1)
- mon2.setCursorPos(1,1)
- mon3.setCursorPos(1,1)
- mon4.setCursorPos(1,1)
- mon.clear()
- mon2.clear()
- mon3.clear()
- mon4.clear()
- mon.write("Teleporting...")
- mon2.write("Teleporting...")
- mon3.write("Teleporting...")
- mon4.write("Teleporting...")
- os.sleep(1)
- mon.setBackgroundColor(colors.magenta)
- mon2.setBackgroundColor(colors.red)
- mon3.setBackgroundColor(colors.blue)
- mon4.setBackgroundColor(colors.purple)
- mon.setTextColor(colors.green)
- mon2.setTextColor(colors.blue)
- mon3.setTextColor(colors.red)
- mon4.setTextColor(colors.pink)
- mon.setCursorPos(1,1)
- mon2.setCursorPos(1,1)
- mon3.setCursorPos(1,1)
- mon4.setCursorPos(1,1)
- mon.clear()
- mon2.clear()
- mon3.clear()
- mon4.clear()
- mon.write("Teleporting...")
- mon2.write("Teleporting...")
- mon3.write("Teleporting...")
- mon4.write("Teleporting...")
- os.sleep(1)
- mon.setBackgroundColor(colors.lightblue)
- mon2.setBackgroundColor(colors.white)
- mon3.setBackgroundColor(colors.lime)
- mon4.setBackgroundColor(colors.yellow)
- mon.setTextColor(colors.red)
- mon2.setTextColor(colors.black)
- mon3.setTextColor(colors.blue)
- mon4.setTextColor(colors.purple)
- mon.setCursorPos(1,1)
- mon2.setCursorPos(1,1)
- mon3.setCursorPos(1,1)
- mon4.setCursorPos(1,1)
- mon.clear()
- mon2.clear()
- mon3.clear()
- mon4.clear()
- mon.write("Teleporting...")
- mon2.write("Teleporting...")
- mon3.write("Teleporting...")
- mon4.write("Teleporting...")
- os.sleep(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement