Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setCursorPos(1,1)
- term.setBackgroundColor(colors.gray)
- term.clear()
- function newLine()
- sleep(1)
- print()
- print()
- term.setTextColor(colors.orange)
- end
- function textLightGray()
- term.setTextColor(colors.lightGray)
- sleep(1)
- print()
- end
- term.setTextColor(colors.orange)
- sleep(1)
- textutils.slowWrite("Installing CadeOS...")
- newLine()
- textutils.slowWrite("Fetching CadeOS files from Pastebin.com...")
- newLine()
- textutils.slowWrite("- Downloading startup.lua")
- textLightGray()
- shell.run("pastebin get DXLMgbpm startup.lua")
- newLine()
- textutils.slowWrite("- Downloading CadeOS/alwaysListen.lua")
- textLightGray()
- shell.run("pastebin get afi6ZSMu CadeOS/alwaysListen.lua")
- newLine()
- textutils.slowWrite("- Downloading movement.lua")
- textLightGray()
- shell.run("pastebin get 8H8JcbXP CadeOS/movement.lua")
- newLine()
- textutils.slowWrite("- Downloading rotate.lua")
- textLightGray()
- shell.run("pastebin get tpkJMLfg CadeOS/rotate.lua")
- newLine()
- textutils.slowWrite("- Downloading cadeMine.lua")
- textLightGray()
- shell.run("pastebin get fDZ2x0f4 CadeOS/cadeMine.lua")
- newLine()
- textutils.slowWrite("- Downloading cadeMine2.lua")
- textLightGray()
- shell.run("pastebin get BA4hJt1P CadeOS/cadeMine2.lua")
- newLine()
- print("Installation successful!")
- print()
- print("Terminal restarting in 5 seconds.")
- sleep(5)
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement