SHOW:
|
|
- or go back to the newest paste.
| 1 | local monitorTop = peripheral.wrap("top")
| |
| 2 | local monitorSide = peripheral.wrap("left")
| |
| 3 | ||
| 4 | monitorTop.setTextColor(colors.lime) | |
| 5 | monitorSide.setTextColor(colors.lime) | |
| 6 | ||
| 7 | while true do | |
| 8 | monitorTop.setCursorPos(1,1) | |
| 9 | - | monitorTop.write(math.random(1000000000,999999999)) |
| 9 | + | monitorTop.write(math.random(1000000,9999999)) |
| 10 | monitorTop.setCursorPos(1,2) | |
| 11 | - | monitorTop.write(math.random(100000000,999999999)) |
| 11 | + | monitorTop.write(math.random(1000000,9999999)) |
| 12 | monitorTop.setCursorPos(1,3) | |
| 13 | - | monitorTop.write(math.random(100000000,999999999)) |
| 13 | + | monitorTop.write(math.random(1000000,9999999)) |
| 14 | monitorTop.setCursorPos(1,4) | |
| 15 | - | monitorTop.write(math.random(100000000,999999999)) |
| 15 | + | monitorTop.write(math.random(1000000,9999999)) |
| 16 | monitorTop.setCursorPos(1,5) | |
| 17 | - | monitorTop.write(math.random(100000000,999999999)) |
| 17 | + | monitorTop.write(math.random(1000000,9999999)) |
| 18 | monitorTop.setCursorPos(10,1) | |
| 19 | - | monitorTop.write(math.random(1000000000,999999999)) |
| 19 | + | monitorTop.write(math.random(1000000,9999999)) |
| 20 | monitorTop.setCursorPos(10,2) | |
| 21 | - | monitorTop.write(math.random(100000000,999999999)) |
| 21 | + | monitorTop.write(math.random(1000000,9999999)) |
| 22 | monitorTop.setCursorPos(10,3) | |
| 23 | - | monitorTop.write(math.random(100000000,999999999)) |
| 23 | + | monitorTop.write(math.random(1000000,9999999)) |
| 24 | monitorTop.setCursorPos(10,4) | |
| 25 | - | monitorTop.write(math.random(100000000,999999999)) |
| 25 | + | monitorTop.write(math.random(1000000,9999999)) |
| 26 | monitorTop.setCursorPos(10,5) | |
| 27 | - | monitorTop.write(math.random(100000000,999999999)) |
| 27 | + | monitorTop.write(math.random(1000000,9999999)) |
| 28 | ||
| 29 | sleep(0.5) | |
| 30 | monitorSide.setCursorPos(1,1) | |
| 31 | - | monitorSide.write(math.random(100000000,999999999)) |
| 31 | + | monitorSide.write(math.random(1000000,9999999)) |
| 32 | monitorSide.setCursorPos(1,2) | |
| 33 | - | monitorSide.write(math.random(100000000,999999999)) |
| 33 | + | monitorSide.write(math.random(1000000,9999999)) |
| 34 | monitorSide.setCursorPos(1,3) | |
| 35 | - | monitorSide.write(math.random(100000000,999999999)) |
| 35 | + | monitorSide.write(math.random(1000000,9999999)) |
| 36 | monitorSide.setCursorPos(1,4) | |
| 37 | - | monitorSide.write(math.random(100000000,999999999)) |
| 37 | + | monitorSide.write(math.random(1000000,9999999)) |
| 38 | monitorSide.setCursorPos(1,5) | |
| 39 | - | monitorSide.write(math.random(100000000,999999999)) |
| 39 | + | monitorSide.write(math.random(1000000,9999999)) |
| 40 | monitorSide.setCursorPos(1,6) | |
| 41 | - | monitorSide.write(math.random(100000000,999999999)) |
| 41 | + | monitorSide.write(math.random(1000000,9999999)) |
| 42 | monitorSide.setCursorPos(1,7) | |
| 43 | - | monitorSide.write(math.random(100000000,999999999)) |
| 43 | + | monitorSide.write(math.random(1000000,9999999)) |
| 44 | monitorSide.setCursorPos(1,8) | |
| 45 | - | monitorSide.write(math.random(100000000,999999999)) |
| 45 | + | monitorSide.write(math.random(1000000,9999999)) |
| 46 | monitorSide.setCursorPos(1,9) | |
| 47 | - | monitorSide.write(math.random(100000000,999999999)) |
| 47 | + | monitorSide.write(math.random(1000000,9999999)) |
| 48 | monitorSide.setCursorPos(1,10) | |
| 49 | - | monitorSide.write(math.random(100000000,999999999)) |
| 49 | + | monitorSide.write(math.random(1000000,9999999)) |
| 50 | monitorSide.setCursorPos(1,11) | |
| 51 | - | monitorSide.write(math.random(100000000,999999999)) |
| 51 | + | monitorSide.write(math.random(1000000,9999999)) |
| 52 | monitorSide.setCursorPos(1,12) | |
| 53 | - | monitorSide.write(math.random(100000000,999999999)) |
| 53 | + | monitorSide.write(math.random(1000000,9999999)) |
| 54 | monitorSide.setCursorPos(10,1) | |
| 55 | - | monitorSide.write(math.random(100000000,999999999)) |
| 55 | + | monitorSide.write(math.random(1000000,9999999)) |
| 56 | monitorSide.setCursorPos(10,2) | |
| 57 | - | monitorSide.write(math.random(100000000,999999999)) |
| 57 | + | monitorSide.write(math.random(1000000,9999999)) |
| 58 | monitorSide.setCursorPos(10,3) | |
| 59 | - | monitorSide.write(math.random(100000000,999999999)) |
| 59 | + | monitorSide.write(math.random(1000000,9999999)) |
| 60 | monitorSide.setCursorPos(10,4) | |
| 61 | - | monitorSide.write(math.random(100000000,999999999)) |
| 61 | + | monitorSide.write(math.random(1000000,9999999)) |
| 62 | monitorSide.setCursorPos(10,5) | |
| 63 | - | monitorSide.write(math.random(100000000,999999999)) |
| 63 | + | monitorSide.write(math.random(1000000,9999999)) |
| 64 | monitorSide.setCursorPos(10,6) | |
| 65 | - | monitorSide.write(math.random(100000000,999999999)) |
| 65 | + | monitorSide.write(math.random(1000000,9999999)) |
| 66 | monitorSide.setCursorPos(10,7) | |
| 67 | - | monitorSide.write(math.random(100000000,999999999)) |
| 67 | + | monitorSide.write(math.random(1000000,9999999)) |
| 68 | monitorSide.setCursorPos(10,8) | |
| 69 | - | monitorSide.write(math.random(100000000,999999999)) |
| 69 | + | monitorSide.write(math.random(1000000,9999999)) |
| 70 | monitorSide.setCursorPos(10,9) | |
| 71 | - | monitorSide.write(math.random(100000000,999999999)) |
| 71 | + | monitorSide.write(math.random(1000000,9999999)) |
| 72 | monitorSide.setCursorPos(10,10) | |
| 73 | - | monitorSide.write(math.random(100000000,999999999)) |
| 73 | + | monitorSide.write(math.random(1000000,9999999)) |
| 74 | monitorSide.setCursorPos(10,11) | |
| 75 | - | monitorSide.write(math.random(100000000,999999999)) |
| 75 | + | monitorSide.write(math.random(1000000,9999999)) |
| 76 | monitorSide.setCursorPos(10,12) | |
| 77 | - | monitorSide.write(math.random(100000000,999999999)) |
| 77 | + | monitorSide.write(math.random(1000000,9999999)) |
| 78 | sleep(0.5) | |
| 79 | end |