Advertisement
Birog

SPAWN

Feb 20th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.04 KB | None | 0 0
  1. z = 0
  2. while z < 10 do
  3. shell.run("clear")
  4. term.setTextColor(4)
  5. term.setBackgroundColor(2)
  6. print()
  7. print("        Willkommen auf dem Server      ")
  8. print("")
  9. if term.setTextColor == (4) then
  10. else
  11.  
  12.  term.setTextColor(32)
  13.  
  14. print("                MyBlocks               ")
  15.  
  16.  print("")
  17.  print("")
  18.  
  19.  
  20. end
  21. if term.setTextColor == (4) then
  22. else
  23.  term.setTextColor(1)
  24. end
  25. print("   Wenn du neu auf dem Server bist,   ")
  26. print("   schreibe bitte eine Bewerbung im   ")
  27. write("         Forum - ")
  28. term.setTextColor(2048)
  29. print("myblocks.eu          ")
  30. term.setTextColor(1)
  31. print("")
  32. print("")
  33. if term.setTextColor == (4) then
  34. else
  35. term.setTextColor(16384)
  36. print("             Moderatoren")
  37. end
  38. if term.setTextColor == (4) then
  39. else
  40. term.setTextColor(32768)
  41. print("")
  42. print("             Agent_Plop               ")
  43. print("")
  44. print("             Birog                    ")
  45. print()
  46. print("             LukeSkywalker            ")
  47. end
  48. textutils.slowPrint("                                      ", 1.5)
  49. z = z + 1
  50. end
  51. shell.run("59")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement