Results 1 to 4 of 4
  1. #1
    sgt_eberhart's Avatar
    Join Date
    Dec 2008
    Location
    https://warhacking.ucoz.com/
    Posts
    23
    Reputation
    10
    Thanks
    4

    Exclamation [TUT]How to make spammer with VB 08

    First, you must have Visual Basics 2008 from Microsoft,
    You can download it here:
    Visual Basic 2008 Express Edition

    Now, (After you install it) open it, then click file, new project, Windows Application

    Now, you can pick the shape of the whole thing...
    After that, click new button in the tool box, then drag it over to the Form (The Spammer), then rename it (Look on the side (Not on the side of button, but on the side of the whole Visual Basics), and make sure you look where it says
    Text:
    in bold letters, that's where you rename it, and re name it to
    Start
    Now, make another button, and do the same thing, but name it:
    Stop
    Now, make a textbox, then click Multiline: True
    and make sure the text box is opened up for at least TWO lines, - you can stretch it out -
    Now, drag a timer into the form - it will put it on the bottom of the Visual Basics, not on the form, so don't worry - and rename it to:
    Spammer
    Now, double click on the button
    Start
    and type in:
    Spammer.Enabled = True
    now go back to the form - It is like tabs, so it will be on top, below all of the tools -
    Now, double click on the button
    Stop
    and type in:
    Spammer.Enabled = False
    Now go back to the form, and double click the Timer (Which should be named as Spammer),
    and type in:
    SendKeys.Send textbox1.text
    SendKeys.Send "{ENTER}"

    Now, you can choose a background image, but make sure you know how to add it before putting it...
    Now, you must click
    File - Up in the top corner of Visual Basics -
    then click save Form1 as...
    and type in the name you want it saved as...
    Now, click Build - Up some where on the top -
    and click the Build Application
    Now, click Publish Application, and click where you want to publish it -Desktop-
    Now, you actually have to Install it, by clicking on:
    Windows Application1
    OR
    Setup

    - AND THEY MUST BE IN SAME PLACE TO WORK!! -

    Just go here on youtube.com:


    Hope I helped you!

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

    sn3akyr4bb1t (04-12-2009)

  3. #2
    P0w3r0f1's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    13
    You posted this in the wrong section nice tutorial though.

  4. #3
    sgt_eberhart's Avatar
    Join Date
    Dec 2008
    Location
    https://warhacking.ucoz.com/
    Posts
    23
    Reputation
    10
    Thanks
    4
    How is it in wrong section??

  5. #4
    Toymaker's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Location
    Hannah, Montana
    Posts
    659
    Reputation
    14
    Thanks
    193
    My Mood
    Amused
    It's only in the wrong section because it's VB, and a tutorial, but you put it here in C++ section. I'll move it for you, no problem.

Similar Threads

  1. [Tut]How to Make KoWarrock Account Easy
    By EyalZamir in forum WarRock Korea Hacks
    Replies: 181
    Last Post: 06-08-2008, 12:05 PM
  2. how u make hacks with Dev-C++
    By devilslayer in forum C++/C Programming
    Replies: 4
    Last Post: 05-04-2008, 10:50 PM
  3. Qwestion , HOw to make hack with VB 6.0?
    By Jeffrey1993 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-24-2007, 10:02 PM
  4. [Request]Tut how to make his own bypass
    By BurakG in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-08-2007, 02:46 PM
  5. Tut: how to make cheese
    By ace76543 in forum General
    Replies: 14
    Last Post: 01-14-2007, 09:39 AM

Tags for this Thread