Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("left")
- while true do
- mon.setBackgroundColor(colors.red)
- mon.setTextColor(colors.blue)
- mon.clear()
- mon.setCursorPos(1, 1)
- mon.setTextScale(5)
- mon.write("Is reality")
- mon.setCursorPos(1, 2)
- mon.write("REAL?????")
- os.sleep(0.25)
- mon.setBackgroundColor(colors.blue)
- mon.setTextColor(colors.red)
- mon.clear()
- mon.setCursorPos(1, 1)
- mon.write("You are not")
- mon.setCursorPos(1, 2)
- mon.write("the truth??")
- os.sleep(0.25)
- mon.setBackgroundColor(colors.lime)
- mon.setTextColor(colors.yellow)
- mon.clear()
- mon.setCursorPos(1, 1)
- mon.write("WHERE ")
- mon.setCursorPos(1, 2)
- mon.write("AM I???")
- os.sleep(0.25)
- mon.setBackgroundColor(colors.orange)
- mon.setTextColor(colors.magneta)
- mon.clear()
- mon.setCursorPos(1, 1)
- mon.write("WHERE IS ")
- mon.setCursorPos(1, 2)
- mon.write("LIFE????")
- os.sleep(0.25)
- end
Advertisement
Add Comment
Please, Sign In to add comment