Advertisement
Guest User

Quick Stash Tabs

a guest
Feb 23rd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #IfWinActive, Path of Exile
  2. { ;Stash tabs (alt+12345, qwert, asdfg, zxcvb
  3. OpenStashTab(x, y) {
  4.     KeyWait Alt
  5.     BlockInput On
  6.     MouseGetPos, xpos, ypos
  7.     MouseMove, 639, 144
  8.     Click
  9.     MouseMove x, y
  10.    
  11.     Click
  12.     MouseMove xpos, ypos, 0
  13.     BlockInput Off
  14. return
  15. }
  16.  
  17. !1::OpenStashTab(682, 145)
  18. !2::OpenStashTab(682, 165)
  19. !3::OpenStashTab(682, 190)
  20. !4::OpenStashTab(682, 210)
  21. !5::OpenStashTab(682, 230)
  22. !q::OpenStashTab(682, 255)
  23. !w::OpenStashTab(682, 275)
  24. !e::OpenStashTab(682, 300)
  25. !r::OpenStashTab(682, 320)
  26. !t::OpenStashTab(682, 340)
  27. !a::OpenStashTab(682, 365)
  28. !s::OpenStashTab(682, 385)
  29. !d::OpenStashTab(682, 410)
  30. !f::OpenStashTab(682, 430)
  31. !g::OpenStashTab(682, 450)
  32. !z::OpenStashTab(682, 475)
  33. !x::OpenStashTab(682, 495)
  34. !c::OpenStashTab(682, 520)
  35. !v::OpenStashTab(682, 540)
  36. !b::OpenStashTab(682, 560)
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement