Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --------------------------------------------------
- -- --
- -- SDRC - Small Draconic Reactor Control --
- -- Installation --
- -- --
- --------------------------------------------------
- -- http://goo.gl/rL4XlX --
- -- Draconic Reactor more than 700 kRF/t --
- -- Computercraft for Minecraft --
- -- FTB Invinity Evolved --
- -- --
- -- install & update command --
- -- ---> pastebin run nrA4gNxb <--- --
- -- --
- --------------------------------------------------
- print("============================")
- print("= starting instal SDRC =")
- print("============================")
- sleep(.2)
- print("============================")
- print("loading pastebin SDRC")
- print("============================")
- sleep(.2)
- print("============================")
- print("pastebin loaded SDRC")
- print("============================")
- --print("starting download SDRC button")
- print("============================")
- sleep(.2)
- --shell.run("delete button")
- --shell.run("pastebin get pxErdUqv button")
- print("============================")
- print("downloading...")
- print("============================")
- shell.run("delete SDRC")
- shell.run("pastebin get Hw4kQwX9 SDRC")
- print("============================")
- print("= downloaded main program =")
- print("============================")
- sleep(.01)
- print("warning going to override startup in 10 seconds press ctrl+t for 5 seconds to cancel!")
- sleep(10)
- shell.run("delete startup")
- shell.run("pastebin get MSmMUSKR startup")
- print("downloaded SDRC startup file")
- sleep(.2)
- print("===================================")
- print("= rebooting computer in 3 seconds =")
- print("===================================")
- sleep(3)
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement