Advertisement
RichJMoney

Path Of Exile Macros

Jan 25th, 2014
2,246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1.  
  2.  
  3. #IfWinActive, Path of Exile
  4. F4::Hideout() ;
  5. +F4::Hideout() ;
  6. F2::Remaining() ;
  7. F3::Trade() ;
  8. `::logoutCommand() ;
  9. ^`::logoutCommand() ;
  10. +F2::Remaining() ;
  11. +F3::Trade() ;
  12. +`::logoutCommand() ;
  13. F12::logoutCommand() ;
  14. +F12::logoutCommand() ;
  15. F11::Trade() ;
  16. F5::AfterMap() ;
  17. F6::ty() ;
  18. F7::race() ;
  19.  
  20.  
  21.  
  22. OosCommand(){
  23. IfWinActive, Path of Exile
  24. {
  25. BlockInput On
  26. SendInput {Enter}
  27. Sleep 2
  28. SendInput /oos
  29. SendInput {Enter}
  30. BlockInput Off
  31.  
  32. }
  33. return
  34. }
  35.  
  36. Remaining(){
  37. IfWinActive, Path of Exile
  38. {
  39. BlockInput On
  40. SendInput {Enter}
  41. Sleep 2
  42. SendInput, /remaining
  43. SendInput, {Enter}
  44. Sleep, 75
  45. BlockInput Off
  46. }
  47. return
  48.  
  49. }
  50.  
  51. Hideout(){
  52. IfWinActive, Path of Exile
  53. {
  54. BlockInput On
  55. Send {Enter}
  56. Sleep 2
  57. SendInput, /hideout
  58. SendInput, {Enter}
  59. Sleep, 75
  60. BlockInput Off
  61. }
  62. return
  63.  
  64. }
  65.  
  66. logoutCommand(){
  67. IfWinActive Path of Exile
  68. {
  69. WinActivate
  70. BlockInput On
  71. SendInput, {space}
  72. SendInput, {esc}
  73. WinGetPos,,,Width,Height,A
  74. x := (Width / 2)
  75. y := Height * .44 - 30
  76. MouseClick, left, x, y, 1, 1
  77. Sleep, 1
  78. SendInput, {LButton}
  79. BlockInput Off
  80. }
  81. return
  82. }
  83.  
  84. Trade(){
  85. tradeText = Please include item name, league and buyout when asking about an item for sale. This is all available via the poe.trade whisper/contact seller link. Without this information I will not type a reply.
  86. IfWinActive, Path of Exile
  87. {
  88. BlockInput On
  89. SendInput ^{Enter}%tradeText%{Enter}
  90. BlockInput Off
  91. }
  92. return
  93. }
  94.  
  95. AfterMap(){
  96. mapText = I am currently in a map, I will respond afterwards.
  97. IfWinActive, Path of Exile
  98. {
  99. BlockInput On
  100. SendInput ^{Enter}%mapText%{Enter}
  101. BlockInput Off
  102. }
  103. return
  104. }
  105.  
  106. ty(){
  107. mapText = ty for scam <3
  108. IfWinActive, Path of Exile
  109. {
  110. BlockInput On
  111. SendInput ^{Enter}%mapText%{Enter}
  112. BlockInput Off
  113. }
  114. return
  115. }
  116.  
  117.  
  118. race(){
  119. raceText = I'm currently in a race, this is a macro. You can tell when I'll be done at pathofexile.com/events. Please whisper me afterwards.
  120. IfWinActive, Path of Exile
  121. {
  122. BlockInput On
  123. SendInput ^{Enter}%raceText%{Enter}
  124. BlockInput Off
  125. }
  126. return
  127. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement