Advertisement
Der_TJ

BlackTec Text Raum 2.2

Sep 10th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.25 KB | None | 0 0
  1. a = peripheral.wrap("top")
  2.  
  3. a.setCursorPos(1,1)
  4. a.setBackgroundColor( colors.lightGray )
  5. a.clear()
  6.  
  7. x1 = "Wenn du hier bist wurdest du"
  8. x2 = "sicherlich im Forum unter:"
  9. x3 = "wwww.BlackTec.biz "
  10. x301 = "freigeschaltet."
  11. x4 = " "
  12. x5 = "Hast du auch schon die"
  13. x6 = "Regeln fΓΌr diesen Server gelesen?"
  14. x7 = "www.BlackTec.biz/forum/wiki/"
  15. x8 = "evolved-server/"
  16. x9 = "Dann kannst du sicher die Fragen"
  17. x10 = "im "
  18. x1001 = "Goldenen Computer "
  19. x1002 = "beantworten."
  20. x11 = " "
  21. x12 = " "
  22. x13 = " "
  23. x14 = " "
  24.  
  25. a.setTextColor( colors.black )
  26. a.setTextScale(2)
  27. a.write(x1)
  28. a.setCursorPos(1,2)
  29. a.write(x2)
  30. a.setCursorPos(1,3)
  31. a.setTextColor( colors.blue )
  32. a.write(x3)
  33. a.setTextColor( colors.black )
  34. a.write(x301)
  35. a.setCursorPos(1,4)
  36. a.write(x4)
  37. a.setCursorPos(1,5)
  38. a.write(x5)
  39. a.setCursorPos(1,6)
  40. a.write(x6)
  41. a.setCursorPos(1,7)
  42. a.setTextColor( colors.blue )
  43. a.write(x7)
  44. a.setCursorPos(1,8)
  45. a.write(x8)
  46. a.setTextColor( colors.black )
  47. a.setCursorPos(1,9)
  48. a.write(x9)
  49. a.setCursorPos(1,10)
  50. a.write(x10)
  51. a.setTextColor( colors.yellow )
  52. a.write(x1001)
  53. a.setTextColor( colors.black )
  54. a.write(x1002)
  55. a.setCursorPos(1,11)
  56. a.write(x11)
  57. a.setCursorPos(1,12)
  58. a.write(x12)
  59. a.setCursorPos(1,13)
  60. a.write(x13)
  61. a.setCursorPos(1,14)
  62. a.write(x14)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement