Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.pullEvent = os.pullEventRaw
- if fs.exists(".bios.lua") then
- shell.run(".bios.lua")
- elseif fs.exists("bios.lua") then
- shell.run("bios.lua")
- else
- term.setBackgroundColor( colors.red )
- term.setCursorPos(1,1)
- print("AioHub RESCUE OPERATIONS!")
- textutils.slowPrint("Please hold")
- print("....")
- print("....")
- print("...")
- print("...")
- print("..")
- print("..")
- print(".")
- print(".")
- textutils.slowPrint("DO NOT PANIC!")
- term.clear()
- textutils.slowPrint("Fetching report!")
- term.setCursorPos(1,1)
- textutils.slowPrint("AioHub Rescue Operations!")
- textutils.slowPrint("DONT PANIC!")
- textutils.slowPrint("Your BIOS can not be found")
- textutils.slowPrint("--------------------------")
- print("AioHub ERR: 01A")
- print("Missing BIOS files")
- print("Possible causes include")
- print("1. Failed install")
- print("2. Malware")
- print("3. User error")
- textutils.slowPrint("---DO NOT PANIC--")
- sleep(1)
- textutils.slowPrint("Waiting 15 seconds then exiting into the unknown")
- print("-----")
- sleep(3)
- print("----<")
- sleep(3)
- print("---<-")
- sleep(3)
- print("--<--")
- sleep(3)
- print("-<---")
- print("Godspeed!")
- sleep(3)
- term.clear()
- term.setCursorPos(1,1)
- term.setBackgroundColor( colors.lime )
- print("OK")
- end
Add Comment
Please, Sign In to add comment