Bohunt.Org Forum

Would you like to react to this message? Create an account in a few clicks or log in to continue.

Bohunt.Org Forum Community


2 posters

    Vb Tutorial - Spammer

    Sawybean125
    Sawybean125
    HeuTeck
    HeuTeck


    Male
    Number of posts : 34
    Registration date : 2009-01-20

    Vb Tutorial - Spammer Empty Vb Tutorial - Spammer

    Post  Sawybean125 Tue Jan 20, 2009 11:50 am

    In This Tutorial I Am Going To Show You How To Create A Spammer.

    1.First Open Vb And Create A New Project. Make A Windows Form.
    2.Next Add 3 Buttons And A Textbox (Make The Textbox Multiline.)
    3.Add 2 Timers.
    4.After Double Click On Timer 1 And Enter This Code,


    Code:
    Timer2.enabled = true
    timer1.enabled = false
    What This Means Is The When You Press The Button There Will Be An
    Interval For You To Click On What You Want To Spam.

    5.Then Double Click On Timer2 And Enter This Code,

    Code:
    sendkeys.send(textbox1.text)
    sendkeys.send("{enter}")
    This Means That When Timer2 Has Started It Will Type In What Is In The Textbox
    And Press Enter.

    6.Double Click On Button1, Which Is The Start Button, And Type In This Code
    Code:
    timer1.enabled = True
    This Means That Timer1 Will Start So That The Dilay Is There For Timer2 To Start.

    Now Click On Button2, Which Is Your Close Button, And Type This Code,

    Code:
    Timer2.enabled = False

    This Means For Timer2 To Stop Which Is The Actual Spammer.

    Now When You Want To Spam, You Type What You Want Into Textbox1
    And Press Start, There Will Be A Delay. You Click On The Thing You Want To Spam.
    I.E If You Are In MSN Then Were You Useualy Type, Just Click On That.
    Then It Will Spam For You.
    To Stop It You Just Click Stop.

    To Change The Time Delay Go To Design View And Click Once On Timer1
    In The Bottem Cornor There Is Interval Next To It There Is A Number. Change That To How Many
    Seconds You Want The Delay. Remember 1 Second Is 1000.

    To Change How Quickly It Spams Do Exactly The Same But With Timer2.
    Remeber 1 Second Is 1000.
    JosephS
    JosephS
    Administrator
    Administrator


    Male
    Number of posts : 42
    Age : 29
    Location : UK
    Registration date : 2009-01-19

    Vb Tutorial - Spammer Empty Re: Vb Tutorial - Spammer

    Post  JosephS Mon Jan 26, 2009 4:51 am

    Perfect for annoying contacts Razz
    Sawybean125
    Sawybean125
    HeuTeck
    HeuTeck


    Male
    Number of posts : 34
    Registration date : 2009-01-20

    Vb Tutorial - Spammer Empty Hehe

    Post  Sawybean125 Mon Jan 26, 2009 2:18 pm

    Yea Just Don't Use It To Much Other Wise You Could Set Some Pike's On You!

    Sponsored content


    Vb Tutorial - Spammer Empty Re: Vb Tutorial - Spammer

    Post  Sponsored content


      Current date/time is Tue Nov 05, 2024 10:58 pm