Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require("libraries.asshat")
- term.clear()
- term.setCursorPos(1,1)
- printCentroCor("===== A S S H A T =====\n", colors.lime)
- printCentroCor("Autonomous Silicon Servant for", colors.cyan)
- printCentroCor("Highly Annoying Tasks\n", colors.cyan)
- printCentroCor("By bogProphet\n", colors.lightGray)
- if not (fs.exists("./asshatManual.lua")) then
- writeCor("Native files not found.", colors.orange)
- printCor(" Downloading files from disk...", colors.lightBlue)
- if shell.run ("cp", "disk/*", ".") then
- printCor("Success!\n", colors.lime)
- else
- printCor("Failed to download files.", colors.red)
- os.exit()
- end
- end
- write("Write ")
- writeCor("asshatManual", colors.blue)
- write(" for instructions.\n\n")
Add Comment
Please, Sign In to add comment