Results 1 to 7 of 7
  1. #1
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored

    C# Spammer [Visual C# 2010]

    Here is a short TUT, how can you make a spammer in C#...

    What we need?

    A start button
    A stop button
    A text box, for the spamming text
    A text box for the interval (optional)
    A timer what will send the keys

    Lets get started

    Well, im a rookie programmer, that we will use the graphic builder of vc# 2010

    First place a RichTextBox , set the name of it: "spamtext"
    And place a TextBox , set the name of it: "spamint"
    Place a button , set the title: "SPAM"
    Place a timer
    Double click on SPAM button, and you will se the code editor
    Type the code:
    Code:
    timer1.Interval = int.Parse(spamint.Text);
    timer1.Enabled = True;
    This will set up the interval, and start the timer....

    Now double click on the STOP button
    The code:
    Code:
    timer1.Enabled = False;
    Now build the hearth of the spammer, double click on the timer
    Code:
    Sendkeys.Send(spamtext.Text)
    It will send all character what the user typed in the Spamming text...

    Excatly thats all, here is our spammer app, now use your brain.exe , and tuning it
    Good Luck for everybody







  2. The Following User Says Thank You to rabir007 For This Useful Post:

    Kaliu (12-29-2011)

  3. #2
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,140
    Reputation
    4764
    Thanks
    9,683
    Good job. Tutorial Approved.
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




  4. #3
    Kaliu's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Em um mundo onde todos usam H4CK3R nos games
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    /Aproved continue assim.

  5. #4
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    Roger That...







  6. #5
    .Radar's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    New World
    Posts
    329
    Reputation
    6
    Thanks
    1,955
    My Mood
    Relaxed
    meh u guys just spamming .. ? this won't work for CF ? you could put in programming section ..
    .Radar aka. Arsenol
    MSN: arsenol117@live.com




  7. #6
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    Yes i know, that it isnt work with CF, im now working on a spammer what dont use Sendkeys.Send method...







  8. #7
    .Radar's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    New World
    Posts
    329
    Reputation
    6
    Thanks
    1,955
    My Mood
    Relaxed
    well all right lets see
    .Radar aka. Arsenol
    MSN: arsenol117@live.com




Similar Threads

  1. [Help] Visual Studio 2010 Fails to Install
    By peanut627 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 06-01-2010, 08:37 PM
  2. [HELP] Visual Basics 2010 error
    By myheroking in forum Visual Basic Programming
    Replies: 2
    Last Post: 05-02-2010, 11:01 AM
  3. Visual Studios 2010
    By KABLE in forum C++/C Programming
    Replies: 10
    Last Post: 04-28-2010, 06:55 AM
  4. Visual Basic 2010 Beta 2
    By -iTz- xCt3xx in forum Visual Basic Programming
    Replies: 8
    Last Post: 12-14-2009, 04:13 PM
  5. [RELEASE]VISUAL BASIC 2010 IS NOW OUT[RELEASE]
    By IHelper in forum Visual Basic Programming
    Replies: 15
    Last Post: 11-03-2009, 12:22 PM