Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("back")
- function time()
- mon.write(textutils.formatTime(os.time(),false))
- end
- mon.setCursorPos(18,2)
- mon.setTextColor(colors.blue)
- mon.write("Aerial Computing")
- mon.setCursorPos(16,3)
- mon.setTextColor(colors.white)
- mon.write("Hosting done right!")
- while true do
- mon.setTextColor(colors.red)
- mon.setCursorPos(43,1)
- time()
- sleep(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement