Advertisement
AdventurousMR

.command

Sep 24th, 2021 (edited)
908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.76 KB | None | 0 0
  1. function startupText()
  2.     while true do
  3.     term.clear()
  4.     term.setCursorPos(1,1)
  5.     print('AshOS |')
  6.     sleep(0.1)
  7.     term.clear()
  8.     term.setCursorPos(1,1)
  9.     print('AshOS /')
  10.     sleep(0.1)
  11.     term.clear()
  12.     term.setCursorPos(1,1)
  13.     print('AshOS -')
  14.     sleep(0.1)
  15.     term.clear()
  16.     term.setCursorPos(1,1)
  17.     print('AshOS \\')
  18.     sleep(0.1)
  19.     end
  20. end
  21. term.clear()
  22. term.setCursorPos(1,1)
  23. print("##############################")
  24. term.setCursorPos(1,2)
  25.  
  26. print("    ___         __  ")
  27. print("   /   |  _____/ /_ ")
  28. print("  / /| | / ___/ __ \\")
  29. print(" / ___ |(__  ) / / /")
  30. print("/_/  |_/____/_/ /_/  1.0.2")
  31.  
  32. term.setCursorPos(1,8)
  33. print("##############################")
  34. print("Command Prompt")
  35. print("Do '.menu' to go back.")
  36. print("######################")
  37.                  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement