Advertisement
thepepperoniguy

Geforce Now Poe Price checking

Jul 5th, 2022
1,437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. ;Put your cursor on the item you want to price check
  2. ;Press F6, or your desired key to trigger this macro, it can be replaced on Line 7
  3. ;you are free to modify the delays as you wish, I put them this long just to be sure the macro won't skip some steps
  4. ;normally f5 is a shortcut to send you to your hideout when using woke poe trade, but it won't work with GFN, so there's a fix on line 8, feel free to change the keybind
  5. ;I use F7 key to open steam overlay, instead shift+tab
  6.  
  7. F6::copyItem()
  8. F5::gotoHideout()
  9.  
  10. gotoHideout(){
  11.  
  12. Send {enter}
  13. sleep 20
  14. Send /hideout
  15. sleep 20
  16. Send {enter}
  17. }
  18.  
  19.  
  20. copyItem(){
  21.  
  22. send ^!c
  23. sleep 200
  24. Send {F7}
  25. sleep 1000
  26.  
  27. text = dontpad.com/whatever/youwanthere
  28.  
  29. CoordMode, Mouse, Screen
  30. Click, 738, 1029
  31. sleep 300
  32. Click, 750, 234
  33. sleep 10
  34. Click, 750, 234
  35. sleep 500
  36. send %text%
  37. sleep 300
  38. send {Enter}
  39. sleep 30
  40. send {Enter}
  41. sleep 2000
  42.  
  43. Click, 914, 428
  44. sleep 700
  45. Send ^a
  46. sleep 70
  47. Send ^a
  48. sleep 70
  49. send ^v
  50. sleep 1000
  51.  
  52. Run chrome.exe dontpad.com/whatever/youwanthere
  53. sleep 200
  54.  
  55. Click, 914, 428
  56. sleep 700
  57. Send ^a
  58. sleep 70
  59.  
  60. Send ^d
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement