Advertisement
SansIsLazy

Startup Manager

Jul 7th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print"Installing missing files..."
  4. shell.run("mkdir os/.backgrounds")
  5. shell.run("pastebin get VnkQnXJR gui")
  6. shell.run("cd os/.backgrounds")
  7. shell.run("pastebin get yY5gAA7h desktop")
  8. shell.run("cd ..")
  9. shell.run("mkdir programs")
  10. shell.run("cd programs")
  11. shell.run("pastebin get vyAZc6tJ luaide")
  12. shell.run("pastebin get ZyaXaVpv run")
  13. shell.run("pastebin get AfFfTW1b /os/bioswift/allDirs")
  14. shell.run("pastebin get pzWSRqNF /os/programs/npaintpro")
  15. shell.run("cd ..")
  16. shell.run("mkdir bioswift/windows/")
  17. shell.run("cd bioswift/windows/")
  18. shell.run("pastebin get CSxTMttE win")
  19. shell.run("pastebin get 0Me0xu6a runWin")
  20. shell.run("cd /")
  21. shell.run("pastebin get zvUXeSnU gamerchat")
  22. shell.run("pastebin run 8jid5M7E")
  23. shell.run("pastebin get QFR0p1Ue uninstall")
  24. print"Rebooting..."
  25. sleep(1.5)
  26. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement