Are there any trade spammers available? (AHK Version) menu

User Tag List

Results 1 to 3 of 3
  1. #1
    Ultimate_Raider's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Are there any trade spammers available? (AHK Version)

    I see a few trader spammers that use a botting program to do so but are there any AHK versions that you can set to join trade chats with specific messages and with set timers rather than having to constantly press a hotkey?

    I remember seeing something similar before but I have searched and can't find any.

    Are there any trade spammers available? (AHK Version)
  2. #2
    teapa's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    22
    Thanks G/R
    3/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    F6::
    {
    BlockInput On
    SendMode Input
    loop
    {
    Send {ENTER}
    Send /trade %A_Index%
    Send {ENTER}
    Send {ENTER}
    Send {Up 2}
    Sleep, 2200
    Send {ENTER}
    If A_Index = 12
    Break
    else
    Sleep, 1200
    }
    BlockInput Off
    }
    return

    f7::

    Pause

    Suspend

    return



    // using this one very simple and working, send trade msg first and the press F6

  3. #3
    Nipper's Avatar Member
    Reputation
    12
    Join Date
    Jun 2013
    Posts
    115
    Thanks G/R
    5/7
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Here is one I wrote 4 years ago.

    How to use type in trade chat your message "$WTS My Soul|" and send it. Then hit CTRL+End. Then it will send to the first 20 channels. To stop it form spamming at any time just hit the End key. If you end it and want to contune from where it left off hit |Shift+End| and it will do 20 channels from where you left off. If you want it to do more then 20 channels change the Total Channels. When it gets to the 20th channel it will start over at the starting chanel.

    Code:
    #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
    ; #Warn  ; Enable warnings to assist with detecting common errors.
    ;SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
    SetKeyDelay, 10, 10
    global TradeStart = 0
    global TradeIsitOK := "yes"
    TotalChannels = 20
    TotalCount = 0
    
    ~XButton1::MouseClick, WheelUp
    ~XButton2::MouseClick, WheelDown
    
    
    
    ~F12::
        Reload
    Return
    
    ^End::
    TradeStart = 0
    TotalCount = 5
    global TradeIsitOK := "yes"
    SendStart := TradeStart+1
    SendEnd := TradeStart+TotalChannels
    TradeStart := SendEnd
    ChatTradeSend(SendStart,SendEnd)
    
    return
    
    +End::
    ;TradeStart = 0
    ;TotalCount = 0
    global TradeIsitOK := "yes"
    SendStart := TradeStart+1
    SendEnd := TradeStart+TotalChannels
    TradeStart := SendEnd
    
    ChatTradeSend(SendStart,SendEnd)
    
    return
    
    
    End::
    TradeIsitOK := "Off"
    Return
    
    
    
        
    
    ChatTradeSend(Start,Stop){
    
    	Loop {
    
    if TradeIsitOK = yes
    {
    if (Start = 0)
        Start = 1
    sleep 100
    send {enter}
    Sleep 700
    send /trade %Start%
    global TradeStart = Start
    Sleep 700
    send {enter}
    Sleep 100
    send {enter}
    Sleep 100
    send {up}
    Sleep 100
    send {up}
    Sleep 800
    send {enter}
    Sleep 100
    }
    
    TotalCount++
    ;if TotalCount = 5 
    ;{
    ;sleep 2000
    ;TotalCount = 0
    ;}
    
    Start++
        if (Start-1 = Stop)
            Start = 1
    ;break
            
        if TradeIsitOK = Off
            break
    }
    
    }
    
    
    ;f2::
    ;    SendInput, {Enter}
    ;    sleep, 20
    ;    SendInput, {/}remaining
    ;    SendInput, {Enter}
    ;    return
    ;~XButton2::
    ;    SendInput, {Enter}
    ;    sleep, 20
    ;    SendInput, {/}oos
    ;    SendInput, {Enter}
    ;    return

Similar Threads

  1. Replies: 2
    Last Post: 03-01-2017, 01:02 PM
  2. Are there any bots available to farm coop vs bots?
    By qq6 in forum Defense of the Ancients 2
    Replies: 0
    Last Post: 12-27-2015, 10:38 AM
  3. are there any working auto clickers with the current version?
    By halo51 in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 10-24-2012, 08:17 PM
  4. Are there any sites that trade GameCards for Steam accounts
    By maggibesti in forum WoW Scam Prevention
    Replies: 4
    Last Post: 05-10-2009, 06:53 PM
  5. Are there any Macintosh Hacks/bots?...
    By Baphomet in forum World of Warcraft General
    Replies: 2
    Last Post: 03-22-2006, 12:56 AM
All times are GMT -5. The time now is 01:08 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search