Advertisement
darearkin

Untitled

Apr 3rd, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local monitorTop = peripheral.wrap("top")
  2. local monitorLeft = peripheral.wrap("left")
  3. local monitorRight = peripheral.wrap("right")
  4.  
  5. monitorTop.setTextColor(colors.lime)
  6. monitorLeft.setTextColor(colors.lime)
  7. monitorRight.setTextColor(colors.lime)
  8.  
  9. while true do
  10. monitorTop.setCursorPos(1,1)
  11. monitorTop.write(math.random(1000000,9999999))
  12. monitorTop.setCursorPos(1,2)
  13. monitorTop.write(math.random(1000000,9999999))
  14. monitorTop.setCursorPos(1,3)
  15. monitorTop.write(math.random(1000000,9999999))
  16. monitorTop.setCursorPos(1,4)
  17. monitorTop.write(math.random(1000000,9999999))
  18. monitorTop.setCursorPos(1,5)
  19. monitorTop.write(math.random(1000000,9999999))
  20. monitorTop.setCursorPos(1,6)
  21. monitorTop.write(math.random(1000000,9999999))
  22. monitorTop.setCursorPos(1,7)
  23. monitorTop.write(math.random(1000000,9999999))
  24. sleep(0.5)
  25. monitorLeft.setCursorPos(1,1)
  26. monitorLeft.write(math.random(1000000,9999999))
  27. monitorLeft.setCursorPos(1,2)
  28. monitorLeft.write(math.random(1000000,9999999))
  29. monitorLeft.setCursorPos(1,3)
  30. monitorLeft.write(math.random(1000000,9999999))
  31. monitorLeft.setCursorPos(1,4)
  32. monitorLeft.write(math.random(1000000,9999999))
  33. monitorLeft.setCursorPos(1,5)
  34. monitorLeft.write(math.random(1000000,9999999))
  35. monitorLeft.setCursorPos(1,6)
  36. monitorLeft.write(math.random(1000000,9999999))
  37. monitorLeft.setCursorPos(1,7)
  38. monitorLeft.write(math.random(1000000,9999999))
  39. monitorLeft.setCursorPos(1,8)
  40. monitorLeft.write(math.random(1000000,9999999))
  41. monitorLeft.setCursorPos(1,9)
  42. monitorLeft.write(math.random(1000000,9999999))
  43. monitorLeft.setCursorPos(1,10)
  44. monitorLeft.write(math.random(1000000,9999999))
  45. monitorLeft.setCursorPos(1,11)
  46. monitorLeft.write(math.random(1000000,9999999))
  47. monitorLeft.setCursorPos(1,12)
  48. monitorLeft.write(math.random(1000000,9999999))
  49. sleep(0.5)
  50. monitorRight.setCursorPos(1,1)
  51. monitorRight.write(math.random(1000000,9999999))
  52. monitorRight.setCursorPos(1,2)
  53. monitorRight.write(math.random(1000000,9999999))
  54. monitorRight.setCursorPos(1,3)
  55. monitorRight.write(math.random(1000000,9999999))
  56. monitorRight.setCursorPos(1,4)
  57. monitorRight.write(math.random(1000000,9999999))
  58. monitorRight.setCursorPos(1,5)
  59. monitorRight.write(math.random(1000000,9999999))
  60. monitorRight.setCursorPos(1,6)
  61. monitorRight.write(math.random(1000000,9999999))
  62. monitorRight.setCursorPos(1,7)
  63. monitorRight.write(math.random(1000000,9999999))
  64. monitorRight.setCursorPos(1,8)
  65. monitorRight.write(math.random(1000000,9999999))
  66. monitorRight.setCursorPos(1,9)
  67. monitorRight.write(math.random(1000000,9999999))
  68. monitorRight.setCursorPos(1,10)
  69. monitorRight.write(math.random(1000000,9999999))
  70. monitorRight.setCursorPos(1,11)
  71. monitorRight.write(math.random(1000000,9999999))
  72. monitorRight.setCursorPos(1,12)
  73. monitorRight.write(math.random(1000000,9999999))
  74. sleep (0.5)
  75. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement