Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function secondCountdown(val)
- for i = val, 1, -1 do
- term.setBackgroundColor(2048)
- term.setTextColor(1)
- term.clear()
- term.setCursorPos(1,1)
- print("SimplyOS")
- term.setCursorPos(1,3)
- print("All finished with the downloading of the files!")
- print("Please reboot your computer or we'll do it for you in...")
- print(i)
- sleep(1)
- end
- end
- term.setBackgroundColor(2048)
- term.setTextColor(1)
- term.clear()
- print("SimplyOS")
- term.setCursorPos(1,3)
- print("Please wait while we install the OS for you!")
- shell.run("pastebin","get","H3k6xKPV","server")
- print("Downloaded chat server")
- shell.run("pastebin","get","UnHR7FMX","startup")
- print("Downloaded startup")
- shell.run("pastebin","get","4RHTai4D","disk")
- print("Downloaded file browser")
- shell.run("pastebin","get","RC89b6vd","client")
- print("Downloaded chat client")
- shell.run("pastebin","get","qRNmNTpX","browser")
- print("Downloaded yet another file browser?")
- shell.run("pastebin","get","e9Vfnv5T",".term")
- print("Downloaded background image")
- shell.run("pastebin","get","ANCABW4T",".back")
- print("Downloaded another image")
- term.clear()
- term.setCursorPos(1,1)
- print("SimplyOS")
- term.setCursorPos(1,3)
- print("All finished with the downloading of the files!")
- print("Please reboot your computer or we'll do it for you in...")
- secondCountdown(15)
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement