Advertisement
MCFunRide

PasswordedElevatorAdvert

Apr 5th, 2015
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. monitor = peripheral.wrap("right")
  2.  
  3. while true do
  4. term.clear()
  5. term.setTextColor(colors.black)
  6. term.setBackgroundColor(colors.white)
  7. monitor.setTextScale(3)
  8. term.setCursorPos(1,7.5)
  9. textutils.slowPrint("Passworded Elevator")
  10. sleep(2)
  11. monitor.setTextScale(3)
  12. term.clear()
  13. term.setCursorPos(1,7.5)
  14. term.setTextColor(colors.cyan)
  15. textutils.slowPrint("By: SpectrifyKyle.")
  16. sleep(5)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement