Poe - trade channel message spammer menu

User Tag List

Results 1 to 6 of 6
  1. #1
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    56
    Join Date
    May 2007
    Posts
    222
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Poe - trade channel message spammer



    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.
    Last edited by fonillius; 09-19-2017 at 03:07 AM.
    -fonillius

    Poe - trade channel message spammer
  2. Thanks toadskin, sketax (2 members gave Thanks to fonillius for this useful post)
  3. #2
    doomful's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fonillius View Post


    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:
    #IfWinActive, Path of Exile
    F6::
    {
        BlockInput On
        loop
        {
       sleep 500
            Send {ENTER}
       sleep 500
            Send /trade %A_Index%
       sleep 500
            Send {ENTER}
       sleep 500
            Send {ENTER}
            Send {Up 2}
       sleep 500
            Send {ENTER}
            If A_Index = 10
            Break
            else
       sleep 500
        }
        BlockInput Off
    }
    return
    
    
    
    
    
    
    F7::Suspend

    If you want to minimize path of exile, and do something else while spamming just press F6 once in a while and it sends the messages and you can continue again with this script:

    Code:
    
    
    #IfWinExist, Path of Exile
    
    
    F7::ExitApp
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    F6::
    {
    ControlGetFocus, focused_control, Path of Exile
    
    
        BlockInput On
        loop
        {
       sleep 500
    ControlSend, , {Enter Down}, Path of Exile
    sleep 50
    ControlSend , , {Enter Up}, Path of Exile
       sleep 500
            ControlSend, , {Shift Down}{7 Down}{7 Up}{Shift Up}, Path of Exile
    sleep 50
            ControlSend, ,trade %A_Index%, Path of Exile
       sleep 500
    ControlSend, , {Enter Down}, Path of Exile
    sleep 50
    ControlSend , , {Enter Up}, Path of Exile
       sleep 500
    ControlSend, , {Enter Down}, Path of Exile
    sleep 50
    ControlSend , , {Enter Up}, Path of Exile
    
    
    
    
    sleep 50
    WinActivate, Path of Exile
            Send {Up 2}
    
    
    
    
       sleep 500
    ControlSend, , {Enter Down}, Path of Exile
    sleep 50
    ControlSend , , {Enter Up}, Path of Exile
            If A_Index = 10
            Break
            else
       sleep 500
        }
        BlockInput Off
    
    
       sleep 5000
    }
    return








    KEYBINDS


    F6 = Spam your trade message in every trade channel





    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.

    This doesn't work for me, tried both. the ahk is running but when i press f6 nothing happens.

  4. #3
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    56
    Join Date
    May 2007
    Posts
    222
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    That is really wierd... It should atleast write /trade 1 into chat... Are you sure you opened the right script ?

    I mean simply copy one or other of those scripts into txt file and save as .ahk , it doesnt even matter what kind of Path Of Exile you are running. Then send your first trade message yourself and then open the script and press f6 , things should happen.
    -fonillius

  5. #4
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    56
    Join Date
    May 2007
    Posts
    222
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Updated the script into the best one.
    -fonillius

  6. #5
    Boostinglive.'s Avatar Member Boostinglive CoreCoins Purchaser
    Reputation
    10
    Join Date
    Sep 2015
    Posts
    35
    Thanks G/R
    0/4
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do i make it loop so i can go afk while it will spam? after it finishes the cicle it just stops.Is there a way to do it ?

  7. #6
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    56
    Join Date
    May 2007
    Posts
    222
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Boostinglive. View Post
    How do i make it loop so i can go afk while it will spam? after it finishes the cicle it just stops.Is there a way to do it ?

    Im afraid not, controlling the copypaste system of POE chat is currently really hard to crack.

    It can be done with python or other language that AHK though, if you find a way please share.
    -fonillius

Similar Threads

  1. Script/Prog to broadcast a message to 1-10 trade channels
    By Malaki2030 in forum Path of Exile
    Replies: 5
    Last Post: 09-05-2014, 08:45 PM
  2. [4fun] Itemlink into Trade Channel
    By adren4lin. in forum WoW UI, Macros and Talent Specs
    Replies: 4
    Last Post: 02-16-2010, 01:19 PM
  3. ''Undercutting'' In Trade Channel
    By BaboonX in forum World of Warcraft Guides
    Replies: 23
    Last Post: 01-30-2009, 01:08 PM
  4. [Halarious] How to drive trade channel CRAZY
    By thatguy331 in forum World of Warcraft General
    Replies: 10
    Last Post: 04-15-2008, 10:55 PM
  5. WoW Trade Channel
    By Weekday in forum Screenshot & Video Showoff
    Replies: 4
    Last Post: 03-29-2008, 08:36 PM
All times are GMT -5. The time now is 02:01 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search