Advertisement
Guest User

Untitled

a guest
Jan 10th, 2017
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. 1. download and install autohotkey
  2. 2. right click on your desktop > new > autohotkey script
  3. 3. copy and paste the following, editing "yourpassword"
  4.  
  5. ^1::
  6. Loop, 9999 {
  7. SendEvent, yourpassword{Enter}
  8. Sleep, 2000
  9. SendEvent, {Enter}
  10. }
  11. Return
  12.  
  13. Escape::
  14. ExitApp
  15. Return
  16.  
  17. 4. save
  18. 5. run the script
  19. 6. type in your account name in the wow client, put cursor in the password field
  20. 7. press ctrl+1 to start it, esc to end once you're in
  21. 8. laugh at authenticucks who still do it manually
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement