Advertisement
Muzze77

Bau Event

Jan 7th, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. ---------------------------------------------------------------
  2. ----------------- Bau Event Script By Muzze77 -----------------
  3. ---------------------------------------------------------------
  4. local sle = 4
  5. ---------------------------------------------------------------
  6. local function cut()
  7. sleep(sle)
  8. shell.run("clear")
  9. sleep(sle)
  10. end
  11. ---------------------------------------------------------------
  12. while rs.getInput("right") == true do
  13. local m = peripheral.wrap("top")
  14. term.redirect(peripheral.wrap("top"))
  15. mon.write("Auswertungen zum Event:")
  16. cut()
  17. mon.write("Ausgewertet wird am 07.02.2014 von Muzze77|Sgt_Ancu|Moondog")
  18. cut()
  19. mon.write("Momentan 36 dabei")
  20. sle = 2
  21. cut()
  22. mon.write("Name:|Standtort: MANR = Manarola / AREN = Arenosus|Punkte: 0-10|")
  23. cut()
  24. mon.write("AnneTori|MANR|0")
  25. cut()
  26. mon.write("DerNeonFrosh|MANR|0")
  27. cut()
  28. mon.write("Anebro|MANR|0")
  29. cut()
  30. mon.write("DerRusseLp|MANR|0")
  31. cut()
  32. mon.write("Der_Originale|MANR|0")
  33. cut()
  34. mon.write("Big_Bag_Dog|MANR|0")
  35. cut()
  36. mon.write("Otto_O|MANR|0")
  37. cut()
  38. mon.write("xXLetsChisXx|MANR|0")
  39. cut()
  40. mon.write("Doenerdennis|MANR|0")
  41. cut()
  42. mon.write("Slippie05|MANR|0")
  43. cut()
  44. mon.write("YanZock33433|MANR|0")
  45. cut()
  46. mon.write("S2000LP|MANR|0")
  47. cut()
  48. mon.write("Pyrotecbln|AREN|0")
  49. cut()
  50. mon.write("Killercem|MANR|0")
  51. cut()
  52. mon.write("Cybercavin|MANR|0")
  53. cut()
  54. mon.write("GeorgCavin|MANR|0")
  55. cut()
  56. mon.write("Awsomeo400|MANR|0")
  57. cut()
  58. mon.write("Kirby2012|MANR|0")
  59. cut()
  60. mon.write("SlimeX3|MANR|0")
  61. cut()
  62. mon.write("Shokx2010|MANR|0")
  63. cut()
  64. mon.write("Mwubi|MANR|0")
  65. cut()
  66. mon.write("Warssage|MANR|0")
  67. cut()
  68. mon.write("PlayLikeFabi|MANR|0")
  69. cut()
  70. mon.write("Hellskellet|MANR|0")
  71. cut()
  72. mon.write("Rubcube/Jahnn|AREN|0")
  73. cut()
  74. mon.write("PuddingPanzer|AREN|0")
  75. cut()
  76. mon.write("Marvinziemer|AREN|0")
  77. cut()
  78. mon.write("Jnkobi|AREN|0")
  79. cut()
  80. mon.write("TheFrogFoot|AREN|0")
  81. cut()
  82. mon.write("Nick1705|AREN|0")
  83. cut()
  84. mon.write("Paulleicht|AREN|0")
  85. cut()
  86. mon.write("Sontox|AREN|0")
  87. cut()
  88. mon.write("DMRCrafter45|AREN|0")
  89. cut()
  90. mon.write("Auf Platzt 1 ist : NAME")
  91. cut()
  92. mon.write("Auf Platzt 2 ist : NAME")
  93. cut()
  94. mon.write("Auf Platzt 3 ist : NAME")
  95. cut()
  96. mon.write("Vielen Dank fürs Mitmachen!")
  97. cut()
  98. end
  99. print("no Input")
  100. cut()
  101. shell.run("reboot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement