Advertisement
Guest User

POE Macro

a guest
Oct 1st, 2014
11,255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #IfWinActive, Path of Exile
  2.  
  3. +d::
  4. SendInput, {Enter}
  5. sleep, 20
  6. SendInput, {/}oos
  7. SendInput, {Enter}
  8. return
  9.  
  10. +r::
  11. SendInput, {Enter}
  12. sleep, 20
  13. SendInput, {/}remaining
  14. SendInput, {Enter}
  15. return
  16.  
  17. +h::
  18. SendInput, {Enter}
  19. sleep, 20
  20. SendInput, {/}hideout
  21. SendInput, {Enter}
  22. return
  23.  
  24. F7::Suspend
  25. F8::ExitApp
  26.  
  27. F3::
  28. Process, Close, PathOfExile.exe
  29. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement