Thread: Spammer Tool

Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    AzzyG's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    I Think The Worst Thing You Can Do About a Situation Is Nothing
    Posts
    1,732
    Reputation
    261
    Thanks
    476

    Spammer Tool

    I was bored so I made this simple spammer


    If you want to piss off the enemy team, type "/all gg ez" in the box
    (I'm not responsible for any chat bans!)


    Cred to me


    Screenshot:


    If you need two scrn shots, tell me.

    Virus scans:
    https://www.virustotal.com/en/file/5...is/1480186776/

    https://virusscan.jotti.org/en-US/fi...job/btjow9hipa
    <b>Downloadable Files</b> Downloadable Files
    Last edited by DarknzNet; 11-30-2016 at 01:10 PM.

  2. The Following 4 Users Say Thank You to AzzyG For This Useful Post:

    DarknzNet (11-26-2016),Fla1194 (11-27-2016),mrtonyderp (11-26-2016),vizionplayyz (11-27-2016)

  3. #2
    DarknzNet's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    4,042
    Reputation
    563
    Thanks
    15,728
    File is safe to use. Approved.
    Last edited by DarknzNet; 11-26-2016 at 12:33 PM.
     
    Member since : 08-24-2015

    Premium Member since : 01-19-2016

    Contributor : 02-27-2016 - 11.09.2017

    League of Legends Minion since : 08-24-2016

    Counter Strike: Global Offensive Minion since : 12-29-2016

    Steam Minion since : 02-11-2017

    Resigned : 04-20-2017

  4. The Following User Says Thank You to DarknzNet For This Useful Post:

    AzzyG (11-27-2016)

  5. #3
    AzzyG's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    I Think The Worst Thing You Can Do About a Situation Is Nothing
    Posts
    1,732
    Reputation
    261
    Thanks
    476
    I'll add hotkeys in the next update. Someone else said that he would, he didn't so I decided to make it myself

  6. #4
    DarknzNet's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    4,042
    Reputation
    563
    Thanks
    15,728
    Quote Originally Posted by Jubs Jr View Post
    I'll add hotkeys in the next update. Someone else said that he would, he didn't so I decided to make it myself
    Yeah that would be nice .
     
    Member since : 08-24-2015

    Premium Member since : 01-19-2016

    Contributor : 02-27-2016 - 11.09.2017

    League of Legends Minion since : 08-24-2016

    Counter Strike: Global Offensive Minion since : 12-29-2016

    Steam Minion since : 02-11-2017

    Resigned : 04-20-2017

  7. #5
    AzzyG's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    I Think The Worst Thing You Can Do About a Situation Is Nothing
    Posts
    1,732
    Reputation
    261
    Thanks
    476
    I'll also change the speed. It spams way to fast now. @ @DarknzNet , how do you add change speed buttons?

    - - - Updated - - -

    If no one knows, I'll just change the speed

  8. #6
    Dynamite's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    1,622
    Reputation
    23
    Thanks
    219
    Quote Originally Posted by Jubs Jr View Post
    I'll also change the speed. It spams way to fast now. @ @DarknzNet , how do you add change speed buttons?

    - - - Updated - - -

    If no one knows, I'll just change the speed
    If you could instead make a button to change speed that would be great, sometimes on my alts I like to spam fast af.
     
    Quote Originally Posted by TheJoker View Post
    I would have to say it is so easy a 10-year-old can do it most likely.

    Quote Originally Posted by Kabbalah+ View Post
    im curious on whether i could phisically dominate this e-troll or not

    Quote Originally Posted by DJEZ0103 View Post
    i'd fuck bernie for sure, nothin' like a good ol' jewish shag
    Quote Originally Posted by arfary View Post
    I want a account member of barbarians babes now i got it thnks

    - - - Updated - - -

    How to hack a every porn game

    - - - Updated - - -

    How do i get access member account
    Quote Originally Posted by Dave84311 View Post
    I thought you were more of a dildo type of gay

  9. #7
    DarknzNet's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    4,042
    Reputation
    563
    Thanks
    15,728
    Quote Originally Posted by Jubs Jr View Post
    I'll also change the speed. It spams way to fast now. @ @DarknzNet , how do you add change speed buttons?

    - - - Updated - - -

    If no one knows, I'll just change the speed
    To change spam speed you can use Sleep function

    Code:
    int Delay = 5;
    
    //Spam
    Thread.Sleep(Delay);
    Or what do you mean?
    Last edited by DarknzNet; 11-28-2016 at 01:35 PM. Reason: Fixed.
     
    Member since : 08-24-2015

    Premium Member since : 01-19-2016

    Contributor : 02-27-2016 - 11.09.2017

    League of Legends Minion since : 08-24-2016

    Counter Strike: Global Offensive Minion since : 12-29-2016

    Steam Minion since : 02-11-2017

    Resigned : 04-20-2017

  10. #8
    AzzyG's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    I Think The Worst Thing You Can Do About a Situation Is Nothing
    Posts
    1,732
    Reputation
    261
    Thanks
    476
    Quote Originally Posted by DarknzNet View Post


    To change spam speed you can use Sleep function

    Code:
    int Delay = 5;
    
    //Spam
    Sleep(Delay);
    Or what do you mean?
    I meant. How do I add a button to the form, and make it change speed when you click the button.

    Also I added the hotkeys, but they don't work. I added them like:
    Code:
    if (e.KeyCode == Keys.V && e.Modifiers == Keys.Control)
    {
           timer1.Start();
    }

  11. #9
    DarknzNet's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    4,042
    Reputation
    563
    Thanks
    15,728
    Quote Originally Posted by Jubs Jr View Post


    I meant. How do I add a button to the form, and make it change speed when you click the button.

    Also I added the hotkeys, but they don't work. I added them like:
    Code:
    if (e.KeyCode == Keys.V && e.Modifiers == Keys.Control)
    {
           timer1.Start();
    }
    Both those are easy to do if you understand C# .NET

    You gotta learn more .
     
    Member since : 08-24-2015

    Premium Member since : 01-19-2016

    Contributor : 02-27-2016 - 11.09.2017

    League of Legends Minion since : 08-24-2016

    Counter Strike: Global Offensive Minion since : 12-29-2016

    Steam Minion since : 02-11-2017

    Resigned : 04-20-2017

  12. #10
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    Quote Originally Posted by Jubs Jr View Post


    I meant. How do I add a button to the form, and make it change speed when you click the button.

    Also I added the hotkeys, but they don't work. I added them like:
    Code:
    if (e.KeyCode == Keys.V && e.Modifiers == Keys.Control)
    {
           timer1.Start();
    }
    You have to use global keyboard hook
    So it will work not only in app


    - - - Updated - - -

    Quote Originally Posted by Jubs Jr View Post


    I meant. How do I add a button to the form, and make it change speed when you click the button.

    Also I added the hotkeys, but they don't work. I added them like:
    Code:
    if (e.KeyCode == Keys.V && e.Modifiers == Keys.Control)
    {
           timer1.Start();
    }
    + button: int delay +10
    - button: int delay -10

    spam thread:
    while(true) {
    doSpam();
    Thread.Sleep(delay);
    }
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  13. #11
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by DarknzNet View Post


    To change spam speed you can use Sleep function
    <...>
    Didn't find any threads in OP's code, Thread.Sleep would freeze the GUI thread.

    Instead I suggest OP uses tasks: (instead of timers as well)
    Code:
     
    const int DELAY = 5;
    public async void sendMsg(){
    //send keys
    
    await Task.Delay(DELAY);
    }
    or even better
    Code:
    const int DELAY = 5;
    public async void sendMsg(){
    //Sometimes sendkeys runs too fast, give some delay
    SendKeys("{ENTER}");
    await Task.Delay(DELAY);
    SendKeys(message);
    await Task.Delay(DELAY);
    SendKeys("{ENTER}");
    await Task.Delay(DELAY);
    }
    Then, put it in a do{}while() or call it recursively (not sure if tasks can cause stack memory overflow, so I suggest do while loop)

    PS: code written without an IDE or testing, so excuse possible false syntax.
    Last edited by New; 11-28-2016 at 02:21 PM.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  14. The Following User Says Thank You to New For This Useful Post:

    DarknzNet (11-28-2016)

  15. #12
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    Quote Originally Posted by PKTINOS View Post


    Didn't find any threads in OP's code, Thread.Sleep would freeze the GUI thread.

    Instead I suggest OP uses tasks: (instead of timers as well)
    Code:
     
    const int DELAY = 5;
    public async void sendMsg(){
    //send keys
    
    await Task.Delay(DELAY);
    }
    or even better
    Code:
    const int DELAY = 5;
    public async void sendMsg(){
    //Sometimes sendkeys runs too fast, give some delay
    SendKeys("{ENTER}");
    await Task.Delay(DELAY);
    SendKeys(message);
    await Task.Delay(DELAY);
    SendKeys("{ENTER}");
    await Task.Delay(DELAY);
    }
    Then, put it in a do{}while() or call it recursively (not sure if tasks can cause stack memory overflow, so I suggest do while loop)

    PS: code written without an IDE or testing, so excuse possible false syntax.
    Only stupid ppl use Thread.Sleep() in the gui thread
    Async isn't perfect.
    Everything before await is beeing invoked in the gui thread what means that it isn't 100% new thread and still can freeze the gui
    Create new thread instead
    Async is good for button clicks etc.
    If you use infinite loop use Thread.
    You can always abort it
    Last edited by Zaczero; 11-28-2016 at 02:34 PM.
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  16. #13
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by Zaczero View Post


    Only stupid ppl use Thread.Sleep() in the gui thread
    Async isn't perfect.
    Everything before await is beeing invoked in the gui thread what means that it isn't 100% new thread and still can freeze the gui
    Create new thread instead
    Threads are an overkill for sendkeys, also, his code uses Sendkeys(textbox1.text) which would crossthread with the gui thread since it tries to access textbox1, and could cause a deadlock, if crossthread checking is disabled

    Not to mention that closing the app doesn't always terminate the thread.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  17. #14
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    Quote Originally Posted by PKTINOS View Post


    Threads are an overkill for sendkeys, also, his code uses Sendkeys(textbox1.text) which would crossthread with the gui thread since it tries to access textbox1.

    Not to mention that closing the app doesn't always terminate the thread.
    It doesn't terminate the thread because you don't set thr.IsBackground = true;
    I would suggest adding textbox1 value change event to change global variable and then use this variable in the new thread without crash
    Ofc there is a way to invoke it in the gui thread but it is quite inefficient
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  18. #15
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by Zaczero View Post
    If you use infinite loop use Thread.
    You can always abort it
    Afaik, op has a stop button, thus he doesn't want an infinite loop.

    You can always abort it? Internally maybe, with the return keyword, but good luck with thread.abort
    Throwing an exception to the thread is unstable, you don't know where the code will stop running. Sure, it doesnt matter in this certain program, but why be lazy and do it like that.

    Tasks work just fine, sendkeys wouldnt freeze the GUI even if you run it on the GUI thread, it's very lightweight.
    Last edited by New; 11-28-2016 at 02:41 PM.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] HaxBall Spammer Tool
    By Sketchy in forum Visual Basic Programming
    Replies: 11
    Last Post: 08-24-2012, 03:09 AM
  2. Get your Spammer Tools
    By Pronome191 in forum Spammers Corner
    Replies: 2
    Last Post: 08-10-2012, 07:03 AM
  3. Any CA Spammer Tool?
    By zubni in forum Combat Arms Help
    Replies: 0
    Last Post: 06-30-2011, 03:20 PM
  4. [Detected] LFS Tool (Labyrinth Floor Spammer Tool
    By The_Ku in forum Vindictus Hacks & Cheats
    Replies: 79
    Last Post: 05-01-2011, 11:17 PM
  5. [Release] [BEST]Monster Tool Pack, Afkbot v.2, Freind hack, Texture, CBL, Tapper, Spammer PRO
    By Zoom in forum Combat Arms Hacks & Cheats
    Replies: 102
    Last Post: 12-21-2009, 01:31 AM

Tags for this Thread