Advertisement
Guest User

startup.lua

a guest
Jan 19th, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. Ver = "0.2"
  3. term.clear()
  4. term.setCursorPos(1,1)
  5. print("booting up")
  6. sleep(0.2)
  7. print("Oktdroid")
  8. sleep(0.3)
  9. print("private version")
  10. sleep(0.2)
  11. print("V", Ver)
  12. sleep(2)
  13. print("")
  14. print("device ID's:")
  15. print("id:",os.getComputerID())
  16. sleep(5)
  17. term.clear()
  18. term.setCursorPos(1,1)
  19.  
  20. shell.run("sys/lock.lua")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement