Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. #IfWinActive, Path of Exile
  2.  
  3. ::
  4. BlockInput On
  5. SendInput, {Enter}
  6. sleep, 20
  7. SendInput, {/}oos
  8. SendInput, {Enter}
  9. BlockInput Off
  10. return
  11.  
  12.  
  13. F8::ExitApp
  14.  
  15. F1::
  16. BlockInput On
  17. SendInput, 1112345
  18. SendInput, {Esc}
  19. MouseClick, Left, 962, 432,,Fast
  20. sleep, 20
  21. MouseClick, Left, 962, 432,,Fast
  22. BlockInput Off
  23. return
  24.  
  25. F4::
  26. Process, Close, PathOfExile.exe
  27. return
  28.  
  29. F5::
  30. SendInput, {Enter}
  31. sleep, 20
  32. SendInput, {/}hideout
  33. SendInput, {Enter}
  34. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement