Advertisement
Guest User

sysboot

a guest
Aug 28th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3.  
  4. local monitor = peripheral.wrap("right")
  5. local name = os.getComputerLabel()
  6.  
  7. rednet.open("back")
  8.  
  9. term.setTextColor( colors.orange )
  10. print(" RedPort running with CraftOS 1.7 - NodeID:", name)
  11. term.setTextColor( colors.white )
  12. term.setCursorPos(1,2)
  13. print("+---------------------------------------------+")
  14. term.setCursorPos(1,4)
  15. print("+---------------------------------------------+")
  16. print("+                                             +")
  17. print("+                                             +")
  18. print("+---------------------------------------------+")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement