mercwear

banner

Jun 21st, 2025 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. mon = peripheral.wrap("top")
  2.  
  3. while true do
  4. mon.setCursorPos(1, 1)
  5. mon.write(utf8.char(25))
  6. mon.write("Free Stuff")
  7. mon.write(utf8.char(25))
  8. sleep(1)
  9. mon.clear()
  10. sleep(.5)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment