Advertisement
Guest User

password

a guest
Dec 11th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. oldPull = os.pullEvent
  2. os.pullEvent = os.pullEventRaw
  3.  
  4.     term.clear()
  5.     term.setCursorPos(1,1)
  6.     print("Random Security Vista 0.2")
  7.     print("Username: RandomZFx")
  8.     write("Password: ")
  9.    
  10.     if read("*") == "max12alan" then
  11.        print("Access Granted")
  12.       sleep(2)
  13.       term.clear()
  14.       term.setCursorPos(1,1)
  15.     else
  16.       print("Incorrect Login Details.")
  17.       sleep(1)
  18.       os.shutdown()
  19.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement