SpaceRanger4321

OS INSTALLER

Dec 31st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.68 KB | None | 0 0
  1. term.setBackgroundColor(colors.orange)
  2. term.clear()
  3. shell.run("set shell.allow_disk_startup false")
  4. term.clear()
  5. shell.run("mkdir /.os/")
  6. shell.run("cd /.os/")
  7. shell.run("mkdir /.os/.backgrounds")
  8. shell.run("cd /")
  9. shell.run("delete startup")
  10. shell.run("pastebin get vGdX1f3Z startup")
  11. shell.run("pastebin get AUFnUb3M /.os/.password")
  12. shell.run("pastebin get gCVxvMY6 /.os/.gui")
  13. shell.run("pastebin get XMEFm89J /.os/.backgrounds/desktop")
  14. shell.run("pastebin get WJwBD9qy /.os/.backgrounds/pIcon")
  15. shell.run("pastebin get VRxvgCGk /.os/.boot")
  16. print("Downloading Files from Pastebin")
  17. textutils.slowPrint("><><><><><><><><><")
  18. print("Rebooting . . .")
  19. sleep(2)
  20. os.reboot()
Add Comment
Please, Sign In to add comment