SHOW:
|
|
- or go back to the newest paste.
| 1 | - | print("starting instal...")
|
| 1 | + | -------------------------------------------------- |
| 2 | -- -- | |
| 3 | - | print("loading pastebin...")
|
| 3 | + | -- SDRC - Small Draconic Reactor Control -- |
| 4 | -- Installation -- | |
| 5 | - | print("pastebin loaded")
|
| 5 | + | -- -- |
| 6 | - | print("starting download...")
|
| 6 | + | -------------------------------------------------- |
| 7 | -- http://goo.gl/rL4XlX -- | |
| 8 | -- Draconic Reactor more than 700 kRF/t -- | |
| 9 | - | shell.run("delete glasses")
|
| 9 | + | -- Computercraft for Minecraft -- |
| 10 | - | shell.run("pastebin get Bj8kY8zj glasses")
|
| 10 | + | -- FTB Invinity Evolved -- |
| 11 | - | print("downloaded glasses main program")
|
| 11 | + | -- -- |
| 12 | -- install & update command -- | |
| 13 | - | print("warning going to override startup in 10 seconds press ctrl+t for 5 seconds to cancel")
|
| 13 | + | -- ---> pastebin run nrA4gNxb <--- -- |
| 14 | -- -- | |
| 15 | -------------------------------------------------- | |
| 16 | - | shell.run("pastebin get EH109Lw2 startup")
|
| 16 | + | |
| 17 | - | print("downloaded glasses startup file")
|
| 17 | + | print("============================")
|
| 18 | print("= starting instal SDRC =")
| |
| 19 | - | print("rebooting computer in 2 seconds")
|
| 19 | + | print("============================")
|
| 20 | - | sleep(2) |
| 20 | + | |
| 21 | print("============================")
| |
| 22 | print("loading pastebin SDRC")
| |
| 23 | print("============================")
| |
| 24 | sleep(.2) | |
| 25 | print("============================")
| |
| 26 | print("pastebin loaded SDRC")
| |
| 27 | print("============================")
| |
| 28 | --print("starting download SDRC button")
| |
| 29 | print("============================")
| |
| 30 | sleep(.2) | |
| 31 | --shell.run("delete button")
| |
| 32 | --shell.run("pastebin get pxErdUqv button")
| |
| 33 | print("============================")
| |
| 34 | print("downloading...")
| |
| 35 | print("============================")
| |
| 36 | shell.run("delete SDRC")
| |
| 37 | shell.run("pastebin get Hw4kQwX9 SDRC")
| |
| 38 | print("============================")
| |
| 39 | print("= downloaded main program =")
| |
| 40 | print("============================")
| |
| 41 | sleep(.01) | |
| 42 | print("warning going to override startup in 10 seconds press ctrl+t for 5 seconds to cancel!")
| |
| 43 | sleep(10) | |
| 44 | shell.run("delete startup")
| |
| 45 | shell.run("pastebin get MSmMUSKR startup")
| |
| 46 | print("downloaded SDRC startup file")
| |
| 47 | sleep(.2) | |
| 48 | print("===================================")
| |
| 49 | print("= rebooting computer in 3 seconds =")
| |
| 50 | print("===================================")
| |
| 51 | sleep(3) | |
| 52 | os.reboot() |