local user1 = "" local user2 = "" local user3 = "" local pass1 = "" local pass2 = "" local pass3 = "" write "User: " input = read() if input == user1 then write "Pass: " input == read() if input == pass1 then print "Computer Unlocked" else print "Unknown Pass" sleep(1) os.shutdown() end end elseif input == user2 then write "Pass: " input = read() if input == pass2 then print "Computer Unlocked" else print "Unknown Pass" sleep(1) os.shutdown() end end elsif input == user3 then write "Pass: " input = read() if input == pass3 then print "Computer Unlocked" else print "Uknown Pass" sleep(1) os.shutdown() end end else print "Unknown User,cannot find user in database,shutting down CraftOS1.4 by Dan200..." end