Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("top")
- while true do
- mon.setCursorPos(1, 1)
- mon.write(utf8.char(25))
- mon.write("Free Stuff")
- mon.write(utf8.char(25))
- sleep(1)
- mon.clear()
- sleep(.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment