Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local monitor = peripheral.wrap("right")
  2. monitor.setTextScale(1)
  3. t = "lol"
  4. while true do
  5. term.clear()
  6. term.setCursorPos(3,3)
  7. monitor.clear()
  8. monitor.setCursorPos(3,3)
  9. monitor.write("ROSS IS A CUNT!")
  10. t = t.." lol"
  11. monitor.write(t)
  12. sleep(2)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement