Advertisement
1ng0

Draconic Reactor Control v2.0 Installer

Mar 10th, 2016
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.47 KB | None | 0 0
  1. --------------------------------------------------
  2. --                                              --
  3. --  DRC v2 - Draconic Reactor Control           --
  4. --       Installation                           --
  5. --                                              --
  6. --------------------------------------------------
  7. --       http://goo.gl/rL4XlX                   --
  8. --  Draconic Reactor more than 1200000 RF/t     --
  9. --      Computercraft for Minecraft             --
  10. --          FTB Invinity Evolved                --
  11. --                                              --
  12. --          install & update command            --  
  13. --      --->  pastebin run kJizk7uY  <---       --
  14. --                                              --
  15. --------------------------------------------------
  16.  
  17. print("============================")
  18. print("=   starting install DRC   =")
  19. print("============================")
  20. sleep(.2)
  21. print("============================")
  22. print("    pastebin loaded DRC     ")
  23. print("============================")
  24. print("============================")
  25. print("    downloading...          ")
  26. print("============================")
  27. shell.run("delete DRC")
  28. shell.run("pastebin get G3VugAFr DRC ")
  29. print("============================")
  30. print("= downloaded main program  =")
  31. print("============================")
  32. sleep(.01)
  33. print("warning going to override startup in 10 seconds press ctrl+t for 5 seconds to cancel!")
  34. sleep(10)
  35. shell.run("delete startup")
  36. shell.run("pastebin get X0t1vf1q startup")
  37. print("downloaded DRC startup file ")
  38. sleep(.2)
  39. print("===================================")
  40. print("= rebooting computer in 3 seconds =")
  41. print("===================================")
  42. sleep(3)
  43. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement