Results 1 to 7 of 7
  1. #1
    dg123's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    552
    Reputation
    10
    Thanks
    264
    My Mood
    Bored

    Trade Message/Spammer Written in ahk

    i always had trouble with other peoples scripts...so i decided to make my own
    hotkeys:
    F10 -sets the trading message
    F11 -starts the spammer
    F12 -Stops the spammer

    If anyone has anyone has any requests id be glad to try them! comment below!

    Code:
    auto = off
    F10::
    InputBox, TMSG, Trading Message, Trading Message:
    Return
    
    F11::
    auto = On
    SplashTextOn, , , Auto Spammer is %auto%
    Sleep 750
    SplashTextOff
    Loop
    {
    SendInput {Enter}/yell %TMSG%{Enter}
    Sleep 2000
    If auto = Off
    Break
    SendInput {Enter}/yell %TMSG%.{Enter}
    Sleep 2000
    If auto = Off
    Break
    }
    Return
    
    F12::
    auto = Off
    SplashTextOn, , , Auto Spammer is %auto%
    Sleep 750
    SplashTextOff
    Return
    Enjoy!
    Last edited by dg123; 08-29-2013 at 09:52 PM.

  2. #2
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Yay you decided to release source finally.
    Looks pretty good, gj.
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  3. #3
    dg123's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    552
    Reputation
    10
    Thanks
    264
    My Mood
    Bored
    The one click login I released you can see the source too...you have to edit it to put your account info in

  4. #4
    munchkineatter's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Sleepy
    If anyone has anyone has any requests id be glad to try them! comment below!
    So I have been trying to do this quick chat in ahk, pretty simple, but what I am trying to do is make it so you can set your own hotkeys instead of it being coded into the script. It would be used for tp'ing to an anchor or something similar.
    What I run into and I am wondering if you can figure out is I can not set a variable as bind able.
    Example.

    gui, add, edit, vmessage1
    gui, add, hotkey, vhotkey1
    gui, add, button, gSubmit,Submit
    gui, show
    return

    Submit:
    gui, submit
    %hotkey1%:: Send %message1%
    return

    Not sure if I am missing something really simple...
    Last edited by munchkineatter; 09-24-2013 at 02:51 PM.

  5. #5
    dg123's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    552
    Reputation
    10
    Thanks
    264
    My Mood
    Bored
    Quote Originally Posted by munchkineatter View Post
    So I have been trying to do this quick chat in ahk, pretty simple, but what I am trying to do is make it so you can set your own hotkeys instead of it being coded into the script. It would be used for tp'ing to an anchor or something similar.
    What I run into and I am wondering if you can figure out is I can not set a variable as bind able.
    Example.

    gui, add, edit, vmessage1
    gui, add, hotkey, vhotkey1
    gui, add, button, gSubmit,Submit
    gui, show
    return

    Submit:
    gui, submit
    %hotkey1%:: Send %message1%
    return

    Not sure if I am missing something really simple...
    i dont see how you cant set your own hotkeys with mine

  6. #6
    dg123's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    552
    Reputation
    10
    Thanks
    264
    My Mood
    Bored
    #SelfNecroBump
    take out the /yell if you want it to work in nexus

  7. #7
    Kaynor's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic
    il have a use for this hehe thank you ^^!!

Similar Threads

  1. Replies: 31
    Last Post: 03-12-2010, 01:40 PM
  2. SUPER Spammer + hotkeys + ingame message changer
    By hopefordope in forum Combat Arms Spammers, Injectors and Multi Tools
    Replies: 14
    Last Post: 01-30-2010, 05:59 AM
  3. [TuT]Your very own message spammer!
    By FpsTibble in forum Visual Basic Programming
    Replies: 5
    Last Post: 10-23-2009, 04:57 PM
  4. [Release] Spam PR0 - Ultimate Message Spammer!
    By bug_NOT_ME in forum Combat Arms Hacks & Cheats
    Replies: 18
    Last Post: 09-18-2009, 04:57 AM