Advertisement
Guest User

Untitled

a guest
May 29th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. pass = (" password ")
  2. write("Enter password.\n")
  3. a = read()
  4. if a == pass then
  5. write("Password correct!\n")
  6. rs.setOutput(" Output ", true)
  7. sleep( N )
  8. rs.setOutput(" Output ", false)
  9. else
  10. write("Password incorrect!\n")
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement