Advertisement
oxb

PoE

oxb
Dec 14th, 2022
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. F6::hideout()
  2.  
  3. #IfWinActive Path of Exile
  4.  
  5. F11:: ; window resize, good if you have multiple monitors
  6. {
  7. WinMove, Path of Exile,, 0, 0, 2560, 1200 ; numbers = Xoffset, Yoffset, Window width, Height
  8. }
  9. return
  10.  
  11. WheelUp:: ;PlagueWalk
  12. {
  13. MouseClick, X2
  14. Sleep, 50
  15. Send {Mbutton}
  16. Sleep, 25
  17. Send {Q}
  18. }
  19. return
  20.  
  21. 2:: ;Flasks
  22. {
  23. SendEvent {2}
  24. Sleep, 54 ; 1 second
  25. SendEvent {1}
  26. Sleep, 54 ; 1 second
  27. SendEvent {4}
  28. Sleep, 54 ; 1 second
  29. SendEvent {3}
  30. Sleep, 54 ; 1 second
  31. SendEvent {Space}
  32. Sleep, 54 ; 1 second
  33.  
  34. }
  35.  
  36. return
  37.  
  38. remaining(){
  39. IfWinActive Path of Exile
  40. {
  41. BlockInput On
  42. SendInput, {Enter}
  43. Sleep 2
  44. SendInput, {/}remaining
  45. SendInput, {Enter}
  46. BlockInput Off
  47. }
  48. return
  49. }
  50.  
  51. F5:: ;global
  52. IfWinActive Path of Exile
  53. {
  54. BlockInput On
  55. SendInput, {Enter}
  56. Sleep 2
  57. SendInput, {/}global 820
  58. SendInput, {Enter}
  59. BlockInput Off
  60. }
  61. return
  62.  
  63. hideout(){
  64. IfWinActive Path of Exile
  65. {
  66. BlockInput On
  67. SendInput, {Enter}
  68. Sleep 2
  69. SendInput, {/}hideout
  70. SendInput, {Enter}
  71. BlockInput Off
  72. }
  73. return
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement