CultistaDeCrocs

startup

Sep 15th, 2024 (edited)
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.74 KB | None | 0 0
  1. require("libraries.asshat")
  2.  
  3. term.clear()
  4. term.setCursorPos(1,1)
  5. printCentroCor("===== A S S H A T =====\n", colors.lime)
  6. printCentroCor("Autonomous Silicon Servant for", colors.cyan)
  7. printCentroCor("Highly Annoying Tasks\n", colors.cyan)
  8.  
  9. printCentroCor("By bogProphet\n", colors.lightGray)
  10.  
  11. if not (fs.exists("./asshatManual.lua")) then
  12.     writeCor("Native files not found.", colors.orange)
  13.     printCor(" Downloading files from disk...", colors.lightBlue)
  14.    
  15.     if shell.run ("cp", "disk/*", ".") then
  16.         printCor("Success!\n", colors.lime)
  17.     else
  18.         printCor("Failed to download files.", colors.red)
  19.         os.exit()
  20.     end
  21. end
  22.  
  23. write("Write ")
  24. writeCor("asshatManual", colors.blue)
  25. write(" for instructions.\n\n")
Add Comment
Please, Sign In to add comment