Results 1 to 7 of 7
  1. #1
    ZenoCoder's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    20
    Reputation
    7
    Thanks
    30
    My Mood
    Relaxed

    [Tutorial]How to make a spammer Step-by-Step (with pictures xD)

    Alright guys, its me ZenoCoder,
    I will show you guys how to make a spammer in VB.NET (2008,2005,2010)
    Really simple actually.

    Interface Part

    First create a timer
    (it should be called timer1)
    [IMG]https://i673.photobucke*****m/albums/vv92/Mogen1000/1-1.png[/IMG]

    Put it on enabled=false
    Put interval to whatever you like (1000 interval = 1 second)
    [IMG]https://i673.photobucke*****m/albums/vv92/Mogen1000/2.png[/IMG]

    Now create a textbox, and a label.
    Label text should be Message:
    Textbox should just be nothing
    [IMG]https://i673.photobucke*****m/albums/vv92/Mogen1000/3.png[/IMG]

    Now put a button that says Start and put another button that says stop.
    [IMG]https://i673.photobucke*****m/albums/vv92/Mogen1000/4.png[/IMG]

    Coding Part
    Double click the timer1 and you should go into the code mode. Type in this code:

    [php]SendKeys.Send(TextBox1.Text)
    SendKeys.Send("{enter}")[/php]
    [IMG]https://i673.photobucke*****m/albums/vv92/Mogen1000/5.png[/IMG]

    Now double click on Button1 (start button) and type in this code:
    [php]Timer1.Start()[/php]
    [IMG]https://i673.photobucke*****m/albums/vv92/Mogen1000/6.png[/IMG]

    Now double click on Button2 (stop button) and type this code:
    [php]Timer1.Stop()[/php]
    [img]https://i673.photobucke*****m/albums/vv92/Mogen1000/8.png[/img]

    Now Design your Interface!
    [IMG]https://i673.photobucke*****m/albums/vv92/Mogen1000/7.png[/IMG]
    This is how mine looked lol i didnt put that much stuff into it.

    Please thank this post if it helped. Message me if any code doesnt work, or if you dont get it. I'm pretty sure its simple.

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

    bbhing98 (05-04-2010)

  3. #2
    Shark23's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Kansas
    Posts
    424
    Reputation
    10
    Thanks
    55
    My Mood
    Cool
    Well, we have about half a million of these threads. It would be a lot better if you had another textbox for the interval (Timer1.Interval = TextBox2.Text) and hotkeys(GetAsyncKeyState or others) and a hook. You also don't tell people how to design an interface. Not too bad I guess, and you included pictures, but we really have a ton.
    Assembly Programmer

  4. #3
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Yay, another one...

    looks good


     


     


     



    The Most complete application MPGH will ever offer - 68%




  5. #4
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    Lol @ Nextgen's sarcastic tone
    Its a good tut, but done in VB2010 =.=

  6. #5
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    If you are going to redo a tutorial which was done 100 times before, atleast do it more advanced as the other ones.

    Thanks.



  7. #6
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    Quoted for troof.

  8. #7
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    I am actually going to create a sticky which will handle some of this stuff, just got to run a few things by dave.

    again, meantime, looks decent and thanks for sharing


     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. [Tutorial]How to make a chat spammer
    By -BloodyE- in forum Visual Basic Programming
    Replies: 26
    Last Post: 08-22-2010, 03:14 PM
  2. [Tutorial] How to make your own undetected module in VB6
    By markfracasso11 in forum Visual Basic Programming
    Replies: 17
    Last Post: 10-15-2007, 09:34 AM
  3. [Tutorial] How to make your own undetected module in VB6
    By markfracasso11 in forum WarRock - International Hacks
    Replies: 22
    Last Post: 09-25-2007, 05:35 AM
  4. [Tutorial] How to make you'r first hack in CE!!!
    By Darky in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-29-2007, 11:02 AM
  5. {Tutorial} How to make a hack with VB
    By ltkort213 in forum WarRock - International Hacks
    Replies: 31
    Last Post: 06-10-2007, 03:15 PM