tallion

POE Macros

Aug 22nd, 2019
1,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. F8::
  2. IfWinActive, Path of Exile
  3. {
  4. BlockInput On
  5. SendInput {Tab}
  6. SendInput /hideout
  7. SendInput {Enter}
  8. BlockInput Off
  9. return
  10. }
  11.  
  12. F11::
  13. IfWinActive, Path of Exile
  14. {
  15. BlockInput On
  16. SendInput {Tab}
  17. SendInput /kick TOONNAME
  18. SendInput {Enter}
  19. BlockInput Off
  20. return
  21. }
  22.  
  23. F12::
  24. IfWinActive, Path of Exile
  25. {
  26. BlockInput On
  27. SendInput ^{Tab}
  28. Sleep 2
  29. SendInput Thanks for the trade!
  30. SendInput {Enter}
  31. BlockInput Off
  32. return
  33. }
  34.  
  35. F9::
  36. IfWinActive, Path of Exile
  37. {
  38. BlockInput On
  39. SendInput ^{Tab}
  40. SendInput That item just sold a few minutes ago...
  41. SendInput {Enter}
  42. BlockInput Off
  43. return
  44. }
  45.  
  46. F10::
  47. IfWinActive, Path of Exile
  48. {
  49. BlockInput On
  50. SendInput ^{Tab}
  51. SendInput I am gonna need a few minutes before i can make that trade...
  52. SendInput {Enter}
  53. BlockInput Off
  54. return
  55. }
  56.  
  57. F4::
  58. IfWinActive, Path of Exile
  59. {
  60. BlockInput On
  61. SendInput ^{Tab}
  62. SendInput /AutoReply busy for a few minutes... will reach out if that item is still available...
  63. SendInput {Enter}
  64. BlockInput Off
  65. return
  66. }
  67. F2::
  68. IfWinActive, Path of Exile
  69. {
  70. BlockInput On
  71. SendInput {Tab}
  72. SendInput @USERNAME End
  73. SendInput {Enter}
  74. BlockInput Off
  75. return
  76. }
Add Comment
Please, Sign In to add comment