Advertisement
Guest User

startup

a guest
Dec 11th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. oldPull = os.pullEvent
  2. os.pullEvent = os.pullEventRaw
  3.  
  4.   term.clear()
  5.      print("Loading Windows Vista")
  6.     sleep(5)
  7.     term.clear()
  8.     print("Windows Vista Loaded")
  9.     sleep(3)
  10.     term.clear()
  11.     print("Loading Security")
  12.     sleep(3)
  13.     term.clear()
  14.  sleep(1)
  15.  
  16.   shell.run("password")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement