Advertisement
Der_TJ

BlackTec Text Raum 2

Sep 10th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.28 KB | None | 0 0
  1. a = peripheral.wrap("top")
  2.  
  3. a.setCursorPos(1,1)
  4. a.setBackgroundColor(colors.white)
  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/evolved-server/"
  15. x8 = "Dann kannst du sicher die Frage"
  16. x9 = "im "
  17. x901 = "Goldenen Computer "
  18. x902 = "beantworten."
  19. x10 = " "
  20. x11 = " "
  21. x12 = " "
  22. x13 = " "
  23. x14 = " "
  24.  
  25. a.setTextColor( colors.gray )
  26. a.setTextScale(1.5)
  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.gray )
  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.setTextScale(1.5)
  43. a.setTextColor( colors.blue )
  44. a.write(x7)
  45. a.setTextColor( colors.gray )
  46. --a.setTextScale(2)
  47. a.setCursorPos(1,8)
  48. a.write(x8)
  49. a.setCursorPos(1,9)
  50. a.write(x9)
  51. a.setTextColor( colors.yellow )
  52. a.write(x901)
  53. a.setTextColor( colors.gray )
  54. a.write(x902)
  55. a.setCursorPos(1,10)
  56. a.write(x10)
  57. a.setCursorPos(1,11)
  58. a.write(x11)
  59. a.setCursorPos(1,12)
  60. a.write(x12)
  61. a.setCursorPos(1,13)
  62. a.write(x13)
  63. a.setCursorPos(1,14)
  64. a.write(x14)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement