Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;Put your cursor on the item you want to price check
- ;Press F6, or your desired key to trigger this macro, it can be replaced on Line 7
- ;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
- ;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
- ;I use F7 key to open steam overlay, instead shift+tab
- F6::copyItem()
- F5::gotoHideout()
- gotoHideout(){
- Send {enter}
- sleep 20
- Send /hideout
- sleep 20
- Send {enter}
- }
- copyItem(){
- send ^!c
- sleep 200
- Send {F7}
- sleep 1000
- text = dontpad.com/whatever/youwanthere
- CoordMode, Mouse, Screen
- Click, 738, 1029
- sleep 300
- Click, 750, 234
- sleep 10
- Click, 750, 234
- sleep 500
- send %text%
- sleep 300
- send {Enter}
- sleep 30
- send {Enter}
- sleep 2000
- Click, 914, 428
- sleep 700
- Send ^a
- sleep 70
- Send ^a
- sleep 70
- send ^v
- sleep 1000
- Run chrome.exe dontpad.com/whatever/youwanthere
- sleep 200
- Click, 914, 428
- sleep 700
- Send ^a
- sleep 70
- Send ^d
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement