Advertisement
peptide

Loader

Jul 19th, 2013
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. print("Peptides BootLoader!")
  2.  
  3. fs.delete("startup")
  4. print("Updating Bootloader")
  5. shell.run("pastebin", "get", "rLk01CVd", "startup")
  6.  
  7. fs.delete("MAIN")
  8. print("Downloading Reactor Control")
  9. shell.run("pastebin", "get", "SByytCpq", "MAIN")
  10.  
  11. print("Starting Reactor Control")
  12. shell.run("MAIN")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement