Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local monitor = peripheral.wrap("back")
  2. monitor.clear()
  3. monitor.setTextScale(1)
  4. monitor.setCursorPos(1,1)
  5. monitor.write("We get it on most every night")
  6. monitor.setCursorPos(1,2)
  7. monitor.write("When that old moon gets so big and bright")
  8. monitor.setCursorPos(1,3)
  9. monitor.write("It's a supernatural delight")
  10. monitor.setCursorPos(1,4)
  11. monitor.write("Everybody was dancin' in the moonlight")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement