Advertisement
Marlingaming

Aperture Science OS System - startup 01(Civilian)

Sep 15th, 2021 (edited)
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. --startup
  2. --this program ensures that all files are named correctly, and in right positions, then it starts Boot
  3. --this program is for minecraft 1.16.5, CC Tweaked
  4.  
  5. if fs.exists("OS_Certificate") == false then
  6. local h = fs.open("Setup_Config","w")
  7. h.writeLine("1.0")
  8. h.writeLine("Civilian")
  9. h.close()
  10. if fs.exists("setup") == true then
  11. shell.run("setup")
  12. else
  13. shell.run("pastebin","get","vpd1c8JY","setup")
  14. shell.run("setup")
  15. end
  16. end
  17.  
  18. if fs.exists("setup") == true then
  19.  
  20. else
  21. shell.run("pastebin","get","vpd1c8JY","setup")
  22. shell.run("setup")
  23. end
  24.  
  25. shell.run("ApertureOS_Boot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement