Advertisement
yutaponabe

test 94030035749554

Feb 28th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. while true do
  2. pass = ("4629")
  3. print("Enter password.")
  4. a = read()
  5. if a == pass then
  6. print("Password correct!")
  7. rs.setOutput("back", false)
  8.  
  9. elseif a == "close" then
  10. rs.setOutput("back", true)
  11. else
  12. print("Password incorrect!")
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement