Advertisement
Der_TJ

BlackTec Text Raum 11

Sep 30th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.44 KB | None | 0 0
  1. a = peripheral.wrap("monitor_59")
  2. b = peripheral.wrap("monitor_60")
  3. c = peripheral.wrap("monitor_61")
  4. d = peripheral.wrap("monitor_62")
  5. e = peripheral.wrap("monitor_51")
  6.  
  7. a.setCursorPos(1,1)
  8. a.setBackgroundColor( colors.lightGray)
  9. a.clear()
  10.  
  11. b.setCursorPos(1,1)
  12. b.setBackgroundColor(colors.lightGray)
  13. b.clear()
  14.  
  15. c.setCursorPos(1,1)
  16. c.setBackgroundColor(colors.lightGray)
  17. c.clear()
  18.  
  19. d.setCursorPos(1,1)
  20. d.setBackgroundColor(colors.lightGray)
  21. d.clear()
  22.  
  23. e.setCursorPos(1,1)
  24. e.setBackgroundColor(colors.lightGray)
  25. e.clear()
  26.  
  27. x1 = "INFO:"
  28. x2 = "Bitte haltet genug abstand"
  29. x3 = "zu anderen stäten."
  30. x4 = ""
  31. x5 = "Bitte keine Großen mschinen"
  32. x6 = "und keine automatischen farmen."
  33. x7 = " "
  34. x8 = "Keine Quarrys"
  35. x9 = " "
  36. x10 = " "
  37. x11 = " "
  38. x12 = " "
  39. x13 = " "
  40. x14 = " "
  41.  
  42. y1 = "INFO:"
  43. y2 = "Ihr habt schäden in der"
  44. y3 = "Oberwelt angerichtet"
  45. y4 = "die ihr nicht reparieren"
  46. y5 = "Könnt, kein problemm"
  47. y6 = "richtet euch einfach an"
  48. y7 = "das Team wir helfen "
  49. y8 = "euch gerne."
  50. y9 = " "
  51. y10 = " "
  52. y11 = " "
  53. y12 = " "
  54. y13 = " "
  55. y14 = " "
  56.  
  57. z1 = "Die Oberwelt."
  58. z2 = "Hier entstehen eure Stäte."
  59. z3 = "Wen ihr mit /jobs browse "
  60. z4 = "jobs annehmt und geld"
  61. z5 = "verdint (/money) könnt"
  62. z6 = "ihr euch in der Oberwelt"
  63. z7 = "eine Stadt errichten."
  64. z8 = " "
  65. z9 = " "
  66. z10 = " "
  67. z11 = " "
  68. z12 = " "
  69. z13 = " "
  70. z14 = " "
  71.  
  72. f1 = "INFOS:"
  73. f2 = "Ihr wollt eure eigene"
  74. f3 = "stadt gründen? "
  75. f4 = "Dann schaut im forum"
  76. f5 = "unter:"
  77. f6 = "http://blacktec.biz/"
  78. f7 = "forum/wiki/towny/"
  79. f8 = " "
  80. f9 = " "
  81. f10 = " "
  82. f11 = " "
  83. f12 = " "
  84. f13 = " "
  85. f14 = " "
  86.  
  87. g1 = "INFOS:"
  88. g2 = "Mülltonne Welt."
  89. g3 = " "
  90. g4 = "Bitte werft nicht alle"
  91. g5 = "items durch die gegend"
  92. g6 = "du könntest noch"
  93. g7 = "jemanden treffen"
  94. g8 = "und der wirft dann"
  95. g9 = "noch zurück, nehmt"
  96. g10 = "lieber eine Trash can"
  97. g11 = "oder einen lava tümpel."
  98. g12 = " "
  99. g13 = " "
  100. g14 = " "
  101.  
  102. a.setTextColor( colors.black )
  103. a.setTextScale(1.5)
  104. a.write(x1)
  105. a.setCursorPos(1,2)
  106. a.write(x2)
  107. a.setCursorPos(1,3)
  108. a.write(x3)
  109. a.setCursorPos(1,4)
  110. a.write(x4)
  111. a.setCursorPos(1,5)
  112. a.write(x5)
  113. a.setCursorPos(1,6)
  114. a.write(x6)
  115. a.setCursorPos(1,7)
  116. a.write(x7)
  117. a.setCursorPos(1,8)
  118. a.write(x8)
  119. a.setCursorPos(1,9)
  120. a.write(x9)
  121. a.setCursorPos(1,10)
  122. a.write(x10)
  123. a.setCursorPos(1,11)
  124. a.write(x11)
  125. a.setCursorPos(1,12)
  126. a.write(x12)
  127. a.setCursorPos(1,13)
  128. a.write(x13)
  129. a.setCursorPos(1,14)
  130. a.write(x14)
  131.  
  132. b.setTextColor( colors.black )
  133. b.setTextScale(1.5)
  134. b.write(y1)
  135. b.setCursorPos(1,2)
  136. b.write(y2)
  137. b.setCursorPos(1,3)
  138. b.write(y3)
  139. b.setCursorPos(1,4)
  140. b.write(y4)
  141. b.setCursorPos(1,5)
  142. b.write(y5)
  143. b.setCursorPos(1,6)
  144. b.write(y6)
  145. b.setCursorPos(1,7)
  146. b.write(y7)
  147. b.setCursorPos(1,8)
  148. b.write(y8)
  149. b.setCursorPos(1,9)
  150. b.write(y9)
  151. b.setCursorPos(1,10)
  152. b.write(y10)
  153. b.setCursorPos(1,11)
  154. b.write(y11)
  155. b.setCursorPos(1,12)
  156. b.write(y12)
  157. b.setCursorPos(1,13)
  158. b.write(y13)
  159. b.setCursorPos(1,14)
  160. b.write(y14)
  161.  
  162. c.setTextColor( colors.black )
  163. c.setTextScale(2)
  164. c.write(z1)
  165. c.setCursorPos(1,2)
  166. c.write(z2)
  167. c.setCursorPos(1,3)
  168. c.write(z3)
  169. c.setCursorPos(1,4)
  170. c.write(z4)
  171. c.setCursorPos(1,5)
  172. c.write(z5)
  173. c.setCursorPos(1,6)
  174. c.write(z6)
  175. c.setCursorPos(1,7)
  176. c.write(z7)
  177. c.setCursorPos(1,8)
  178. c.write(z8)
  179. c.setCursorPos(1,9)
  180. c.write(z9)
  181. c.setCursorPos(1,10)
  182. c.write(z10)
  183. c.setCursorPos(1,11)
  184. c.write(z11)
  185. c.setCursorPos(1,12)
  186. c.write(z12)
  187. c.setCursorPos(1,13)
  188. c.write(z13)
  189. c.setCursorPos(1,14)
  190. c.write(z14)
  191.  
  192. d.setTextColor( colors.black )
  193. d.setTextScale(1.5)
  194. d.write(f1)
  195. d.setCursorPos(1,2)
  196. d.write(f2)
  197. d.setCursorPos(1,3)
  198. d.write(f3)
  199. d.setCursorPos(1,4)
  200. d.write(f4)
  201. d.setCursorPos(1,5)
  202. d.write(f5)
  203. d.setCursorPos(1,6)
  204. d.write(f6)
  205. d.setCursorPos(1,7)
  206. d.write(f7)
  207. d.setCursorPos(1,8)
  208. d.write(f8)
  209. d.setCursorPos(1,9)
  210. d.write(f9)
  211. d.setCursorPos(1,10)
  212. d.write(f10)
  213. d.setCursorPos(1,11)
  214. d.write(f11)
  215. d.setCursorPos(1,12)
  216. d.write(f12)
  217. d.setCursorPos(1,13)
  218. d.write(f13)
  219. d.setCursorPos(1,14)
  220. d.write(f14)
  221.  
  222. e.setTextColor( colors.black )
  223. e.setTextScale(1.5)
  224. e.write(g1)
  225. e.setCursorPos(1,2)
  226. e.write(g2)
  227. e.setCursorPos(1,3)
  228. e.write(g3)
  229. e.setCursorPos(1,4)
  230. e.write(g4)
  231. e.setCursorPos(1,5)
  232. e.write(g5)
  233. e.setCursorPos(1,6)
  234. e.write(g6)
  235. e.setCursorPos(1,7)
  236. e.write(g7)
  237. e.setCursorPos(1,8)
  238. e.write(g8)
  239. e.setCursorPos(1,9)
  240. e.write(g9)
  241. e.setCursorPos(1,10)
  242. e.write(g10)
  243. e.setCursorPos(1,11)
  244. e.write(g11)
  245. e.setCursorPos(1,12)
  246. e.write(g12)
  247. e.setCursorPos(1,13)
  248. e.write(g13)
  249. e.setCursorPos(1,14)
  250. e.write(g14)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement