Advertisement
dragon_lord1

Startup.lua

Mar 29th, 2024 (edited)
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | Gaming | 0 0
  1. -- save file as startup.lua
  2. -- most of the code from Homelab youtube tut 1
  3. os.pullEvent = os.pullEventRaw
  4. term.clear()
  5. term.setCursorPos(1,1)
  6. print("Nexus OS") -- name of OS
  7. print("Loading...")
  8. term.setCursorPos(1,3)
  9. sleep(1)
  10. textutils.slowPrint("#########")
  11. sleep(1)
  12. shell.run(".login")                
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement