Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #ifwinactive, ahk_class Diablo II
  2. {
  3.  
  4. *w::
  5. {
  6. Send {Blind}{Click}
  7. Keywait, w, T0.2
  8. If ErrorLevel  
  9.     while getkeystate("w","p"){
  10.         Send {Blind}{LButton Down}
  11.         sleep 90
  12.         Send {Blind}{LButton Up}
  13.         Sleep 20
  14.         }
  15. return
  16. }
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement