Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local password = "davidou"
- print ("Enter Password")
- local input = read("*")
- if input == password then
- print("Password is correct. Access granted.")
- else
- print("Password is incorrect. Access denied.")
- end
Advertisement
Add Comment
Please, Sign In to add comment