Advertisement
Der_TJ

BlackTec Text Raum 1

Sep 10th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.09 KB | None | 0 0
  1. a = peripheral.wrap("back")
  2.  
  3.  
  4. a.setCursorPos(1,1)
  5. a.setBackgroundColor( colors.lightGray )
  6. a.clear()
  7.  
  8. x1 = "_*_*_Herzlich Wilkommen_*_*_"
  9. x2 = "Du befindest dich hier auf"
  10. x201 = "dem "
  11. x3 = "Black"
  12. x301 = "Tec"
  13. x302 = "Infinity Evolved"
  14. x4 = "Server."
  15. x5 = " "
  16. x6 = "DrΓΌcke auf den Knopf um zu"
  17. x7 = "beweisen, dass du wΓΌrdig bist"
  18. x8 = "auf unserem Server zu spielen."
  19. x9 = " "
  20. x10 = " "
  21. x11 = " "
  22. x12 = " "
  23. x13 = " "
  24. x14 = " "
  25.  
  26. a.setTextColor( colors.black )
  27. a.setTextScale(2.5)
  28. a.write(x1)
  29. a.setCursorPos(1,2)
  30. a.write(x2)
  31. a.setCursorPos(1,3)
  32. a.write(x201)
  33. a.setTextColor( colors.gray )
  34. a.write(x3)
  35. a.setTextColor( colors.red )
  36. a.write(x301)
  37. a.setTextColor( colors.black )
  38. a.write(x302)
  39. a.setCursorPos(1,4)
  40. a.write(x4)
  41. a.setCursorPos(1,5)
  42. a.write(x5)
  43. a.setCursorPos(1,6)
  44. a.write(x6)
  45. a.setCursorPos(1,7)
  46. a.write(x7)
  47. a.setCursorPos(1,8)
  48. a.write(x8)
  49. a.setCursorPos(1,9)
  50. a.write(x9)
  51. a.setCursorPos(1,10)
  52. a.write(x10)
  53. a.setCursorPos(1,11)
  54. a.write(x11)
  55. a.setCursorPos(1,12)
  56. a.write(x12)
  57. a.setCursorPos(1,13)
  58. a.write(x13)
  59. a.setCursorPos(1,14)
  60. a.write(x14)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement