naglareffe

Untitled

Jul 7th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local password = "davidou"
  2. print ("Enter Password")
  3. local input = read("*")
  4. if input == password then
  5. print("Password is correct. Access granted.")
  6. else
  7. print("Password is incorrect. Access denied.")
  8. end
Advertisement
Add Comment
Please, Sign In to add comment