Advertisement
30000legos

Installer

Mar 27th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. textutils.slowPrint("Welcome to the DruOS Installer. Please wait while we load assets.")
  4. sleep(1)
  5. print("Loading Assets...")
  6. textutils.slowPrint(".................................")
  7. print("Loading Main OS...")
  8. textutils.slowPrint("...............................................................................................................................................................................................................................................................................................................................................................................................................................................................")
  9. shell.run("pastebin","get","eZ8KQKu9","startup")
  10. shell.run("pastebin","get","HD2ruhTW","gui")
  11. print("Finding Online Game Library...")
  12. sleep(1)
  13. print("Online library found!")
  14. sleep(0.3)
  15. print("Finalizing...")
  16. textutils.slowPrint("....................................")
  17. shell.run("pastebin","get","LU61tFXj",".backgroundmain")
  18. shell.run("pastebin","get","mPmjG07u",".background")
  19. shell.run("pastebin","get","niwDMhvv","2048.ico")
  20. print("DruOS ready to go!")
  21. sleep(1)
  22. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement