Advertisement
Loire

PoE.ahk

Sep 17th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #IfWinActive, Path of Exile
  2.  
  3. `::
  4. Send, 2345
  5. return
  6.  
  7.  
  8. ^r::
  9. SendInput, {Enter}
  10. sleep, 20
  11. SendInput, {/}remaining
  12. SendInput, {Enter}
  13. return
  14.  
  15. ^h::
  16. SendInput, {Enter}
  17. sleep, 20
  18. SendInput, {/}hideout
  19. SendInput, {Enter}
  20. return
  21.  
  22. XButton1::
  23. SendInput, {x}
  24. sleep, 300
  25. SendInput, {q}
  26. sleep, 300
  27. SendInput, {x}
  28. return
  29.  
  30.  
  31. F7::Suspend
  32. F8::ExitApp
  33.  
  34. F3::
  35. Process, Close, PathOfExile.exe
  36. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement