Metacafe Header Takeover

How to Create a SpamBot in Visual Basic 6.0

Tags:
Create SpamBot In Visual Basic 6.0 SimpleVB6
SimpleVB6
  • Affiliate Submitter:
    SimpleVB6
  • International International
  • Comments: 0
  • Views: 123
  • Added: 23-May-08

How to create a SpamBot in Visual Basic 6.0

First open Visual Basic 6.0

Then create a label and change it to "Message :" or whatever you want it to be named. (optional)

Create a text box and delete the text insode of it.

Create a frame and name it "Control Panel" or whatever you want it to be named.

Create two buttons inside the frame and name the first one "Start Spam" and the second "Stop Spam"

Create a timer at any spot of the form. (Timers are invisible when you use the form)

Double-click the timer and insert the following script:
SendKeys text1.text
SendKeys "(enter)"

Double-click the first button and insert the following script:
Timer1.enabled = True

Double-click the second button and insert the following script:
Timer1.Enabled = False

Click the timer and change the interval to 300 (300 milliseconds) and "Enabled - False"

Now test the form and see if it works

  1. Categories: How To
Comments on

How to Create a SpamBot in Visual Basic 6.0

5 Comments | Add Comment 5 Comments | Add Comment