Advertisement
Muzze77

Bau Event Script

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