Advertisement
cornford-michael

autohotkey-password-only

Oct 9th, 2022
1,309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #0::
  2. KeyWait, RWin
  3. KeyWait, LWin
  4. msgbox ok
  5. run, C:\Program Files\Fingerprint Analyze\fhide.exe
  6. ; sleep 500 ; uncomment this command to give your proggie time to load its GUI before sending keystrokes
  7. Sendinput, PASSWORD{enter}
  8. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement