AUTO TRADE CHANNEL SPAMMER
Works in all resolutions
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Watch out not to spam too much = ban
Simple = Always works
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
HOW TO USE
1. Install AHK
2. Create text file and copy that text below in code box in to the text file
3. Save the text file "Save As...", name it what you want and add .ahk to the end
example: autoflasker.ahk (FOR TECHNICAL SAFETY ISSUES I DONT RECOMMEND NAMING IT ANYTHING RELATED TO AUTOFLASKER/TRADESPAMMER)
4. Save and run the file
5. Open poe, open the "tradespammer.ahk" (over whatever you named it)
6. Write "$WTS item1 1 chaos | item2 2 chaos....." etc, your trade message once
7. Press F6 - and you are ready to go
THIS SCRIPT:
Code:
#IfWinExist, Path of Exile
F7::Reload
F6::
loop
{
ControlGetFocus, focused_control, Path of Exile
BlockInput On
Sleep = rand(400,500)
ControlSend, , {Enter Down}, Path of Exile
Sleep = rand(400,500)
ControlSend , , {Enter Up}, Path of Exile
Sleep = rand(400,500)
ControlSend, , {Shift Down}{7 Down}{7 Up}{Shift Up}, Path of Exile
Sleep = rand(400,500)
ControlSend, ,trade %A_Index%, Path of Exile
Sleep = rand(400,500)
ControlSend, , {Enter Down}, Path of Exile
Sleep = rand(400,500)
ControlSend , , {Enter Up}, Path of Exile
Sleep = rand(400,500)
ControlSend, , {Enter Down}, Path of Exile
Sleep = rand(400,500)
ControlSend , , {Enter Up}, Path of Exile
Sleep, 2342
WinActivate, Path of Exile
Send {Up 2}
Sleep = rand(400,500)
ControlSend, , {Enter Down}, Path of Exile
Sleep = rand(400,500)
ControlSend , , {Enter Up}, Path of Exile
If A_Index = 10
Break
else
Sleep = rand(400,500)
}
BlockInput Off
return
KEYBINDS
F6 = Spam your trade message in every trade channel
F7 = Stop it!
PROBLEMS
When PoE is minimized, and the minimized macro is activated it opens up poe to send "arrow up" key twice, because this cannot be sent without the window active, trying to figure it out..
Please comment and post your improvements and ideas.
Not entirely made by me, but fixed by me for sure.
Enjoy the script.