Advertisement
cornford-michael

autohotkey-user-password

Oct 9th, 2022
3,359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #IfWinActive Connect to page ahk_class #32770
  2. ^!q::
  3. ControlSetText, edit2, username,A
  4. ControlSetText, edit3, password,A
  5. ControlClick, button3,A
  6. Return
  7. #IfWinActive
  8. #https://www.autohotkey.com/board/topic/41884-userpass-authentication-pop-up/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement