Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
3,443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. #IfWinActive ahk_class Diablo II
  2.  
  3. F12::suspend,toggle ; suspends script when you want use chat, hotkey [F12]
  4.  
  5. space:: ; activates fortress script, hotkey [spacebar], hold until fortress shows, release to automatically switch to bear stance
  6. send v ; hotkey [V], bind fortress
  7. while GetKeyState("Space","P")
  8. {
  9. Click right
  10. sleep 25
  11. }
  12. send d ; hotkey [D], bind bear stance
  13.  
  14. #IfWinActive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement