Advertisement
Guest User

startup

a guest
Mar 31st, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. term.clear()
  2. local w, h = term.getSize()
  3. term.setCursorPos( w/2 - (string.len("Loading...")/2), h/2)
  4. print("Loading...")
  5. shell.run("update")
  6. print("Booting...")
  7. shell.run("password")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement