HelmDeepYT

Texte Defilant 2lx1h Serveur is on

Nov 19th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.66 KB | None | 0 0
  1. monitor = peripheral.wrap("left")
  2. monitor.clear()
  3.  
  4. while true do
  5.  
  6. monitor.clear()
  7. monitor.setCursorPos(5,1)
  8. monitor.setTextScale(4)
  9. monitor.setTextColor(colors.green)
  10. monitor.write("Serveur is on")
  11.  
  12. sleep(1)
  13. monitor.clear()
  14. monitor.setCursorPos(4,1)
  15. monitor.write("Serveur is on")
  16.  
  17. sleep(1)
  18. monitor.clear()
  19. monitor.setCursorPos(3,1)
  20. monitor.write("Serveur is on")
  21.  
  22. sleep(1)
  23. monitor.clear()
  24. monitor.setCursorPos(2,1)
  25. monitor.write("Serveur is on")
  26.  
  27. sleep(1)
  28. monitor.clear()
  29. monitor.setCursorPos(1,1)
  30. monitor.write("Serveur is on")
  31.  
  32. sleep(1)
  33. monitor.clear()
  34. monitor.setCursorPos(0,1)
  35. monitor.write("Serveur is on")
  36.  
  37. sleep(1)
  38. monitor.clear()
  39. monitor.setCursorPos(-1,1)
  40. monitor.write("Serveur is on")
  41.  
  42. sleep(1)
  43. monitor.clear()
  44. monitor.setCursorPos(-2,1)
  45. monitor.write("Serveur is on")
  46.  
  47. sleep(1)
  48. monitor.clear()
  49. monitor.setCursorPos(-3,1)
  50. monitor.write("Serveur is on")
  51.  
  52. sleep(1)
  53. monitor.clear()
  54. monitor.setCursorPos(-4,1)
  55. monitor.write("Serveur is on")
  56.  
  57. sleep(1)
  58. monitor.clear()
  59. monitor.setCursorPos(-5,1)
  60. monitor.write("Serveur is on")
  61.  
  62. sleep(1)
  63. monitor.clear()
  64. monitor.setCursorPos(-6,1)
  65. monitor.write("Serveur is on")
  66.  
  67. sleep(1)
  68. monitor.clear()
  69. monitor.setCursorPos(-7,1)
  70. monitor.write("Serveur is on")
  71.  
  72. sleep(1)
  73. monitor.clear()
  74. monitor.setCursorPos(-8,1)
  75. monitor.write("Serveur is on")
  76.  
  77. sleep(1)
  78. monitor.clear()
  79. monitor.setCursorPos(-9,1)
  80. monitor.write("Serveur is on")
  81.  
  82. sleep(1)
  83. monitor.clear()
  84. monitor.setCursorPos(-10,1)
  85. monitor.write("Serveur is on")
  86.  
  87. sleep(1)
  88. monitor.clear()
  89. monitor.setCursorPos(-11,1)
  90. monitor.write("Serveur is on")
  91.  
  92.  
  93. sleep(1)
  94.  
  95. monitor.clear()
  96.  
  97. sleep(2)
  98. end
Advertisement
Add Comment
Please, Sign In to add comment