Advertisement
CodeCrafter

News

Mar 6th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. function frame()
  2.  
  3. mon = peripheral.wrap("right")
  4. mon = peripheral.wrap("left")
  5. mon = peripheral.wrap("top")
  6. mon = peripheral.wrap("bottom")
  7.  
  8. term.redirect(mon)
  9. term.setTextScale(5)
  10. print(" ___________________________________________________________ ")
  11. print(" /|School| vandaag... \ ")
  12. print(" | *- New ComputerPorgram!!!!!! | ")
  13. print(" | *- if u bored you can watch the computer Talk! | ")
  14. print(" | | ")
  15. term.setTextColor(colors.blue)
  16. print(" | | ")
  17. print(" | | ")
  18. print(" | | ")
  19. print(" | | ")
  20. print(" | | ")
  21. print(" | | ")
  22. print(" | | ")
  23. print(" \___________________________________________________________/ ")
  24. end
  25.  
  26. frame()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement