Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --startup
- --this program ensures that all files are named correctly, and in right positions, then it starts Boot
- --this program is for minecraft 1.16.5, CC Tweaked
- if fs.exists("OS_Certificate") == false then
- local h = fs.open("Setup_Config","w")
- h.writeLine("1.0")
- h.writeLine("Civilian")
- h.close()
- if fs.exists("setup") == true then
- shell.run("setup")
- else
- shell.run("pastebin","get","vpd1c8JY","setup")
- shell.run("setup")
- end
- end
- if fs.exists("setup") == true then
- else
- shell.run("pastebin","get","vpd1c8JY","setup")
- shell.run("setup")
- end
- shell.run("ApertureOS_Boot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement