Advertisement
DOGGYWOOF

Untitled

Feb 1st, 2025 (edited)
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. while true do
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. term.setTextColor(colors.red)
  5. print([[
  6. |\_/|
  7. | X X
  8. | <> _
  9. | _/\------____ ((| |))
  10. | `--' |
  11. ____|_ ___| |___.'
  12. /_/_____/____/_______|
  13. ]])
  14.  
  15. term.setTextColor(colors.red)
  16. term.setCursorPos(1, 10)
  17. term.write(string.rep("=", 40))
  18. term.setCursorPos(1, 11)
  19. print(" [ DOGGY OS ACPI BIOS ERROR ] ")
  20. term.setCursorPos(1, 12)
  21. term.write(string.rep("=", 40))
  22.  
  23. term.setTextColor(colors.white)
  24. term.setCursorPos(1, 14)
  25. print("Error: ACPI power signal failed")
  26.  
  27. term.setTextColor(colors.white)
  28. term.setCursorPos(1, 16)
  29. print("This may be due to ACPI system components being corrupted or ACPI is disabled")
  30.  
  31.  
  32. os.pullEvent("key")
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement