Guest User

installer.lua

a guest
Jun 11th, 2024
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.99 KB | None | 0 0
  1. print("Installing CC OS 2.")
  2. shell.run("rm os/*")
  3. shell.run("pastebin get j5cPhBrp startup")
  4. shell.run("pastebin get 7PtHy6q5 chkdisk")
  5. shell.run("pastebin get rwUaHn75 back")
  6. shell.run("pastebin get TMKxkyTj shutdown")
  7. shell.run("pastebin get P6ADNNT0 reboot")
  8. shell.run("pastebin get d1NAr7qG os/.EXECUTIVE")
  9. shell.run("pastebin get VPqVrDq0 os/.SHUTDOWN")
  10. shell.run("pastebin get rm4LmAKh os/.functions")
  11. shell.run("pastebin get WZFP0qWP os/.DOS")
  12. shell.run("pastebin get Yhied9XW os/setup")
  13. shell.run("pastebin get 946Y1wc3 clear")
  14. shell.run("pastebin get tscycuNL os/chkdisker")
  15. shell.run("pastebin get WwwJtJ2U os/Starter")
  16. shell.run("pastebin get 6xFDuU0G os/.startupscreen")
  17. shell.run("pastebin get 90LUxwmC os/.logo")
  18. shell.run("pastebin get 9kqVJRea os/.logo0")
  19. shell.run("pastebin get 6Mk5jQPv os/.logo1")
  20. shell.run("pastebin get EAjMJXTB os/.logo2")
  21. shell.run("pastebin get FBgKtZvd os/.logo3")
  22. print("CC OS 2 has been installed. Rebooting...")
  23. sleep(3)
  24. shell.run("os/setup")
Advertisement
Add Comment
Please, Sign In to add comment