FPS Hacks
PLEASE GO TO NEW SITE Fpshackersvip.megabyet.net

Join the forum, it's quick and easy

FPS Hacks
PLEASE GO TO NEW SITE Fpshackersvip.megabyet.net
FPS Hacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Visual Basic 2008 Simple Spam Bot TUT

Go down

Visual Basic 2008 Simple Spam Bot TUT Empty Visual Basic 2008 Simple Spam Bot TUT

Post by Awcomenoutjr Sat Feb 20, 2010 12:53 am

This is a tut on how to make a Very Simple Spam Bot in Visual Basic 2008 Express Edition.

1. Start a new Windows Forms Application.
2. Name it whatever you want.
3. Drag out 3 buttons and one Timer (MAKE SURE THE OPTION "Enabled" IS ON FALSE)
4. Rename button1 to Start, button2 to Stop, and button3 to Exit (or Close)
5. Drag out two text boxes. (textbox1 is for typing the message in, textbox2 is where you enter the interval in miliseconds.)
6. Arrange them however you like.
7. Double Click on Button1 and type in this:

Timer1.Interval = Textbox2.Text
Timer1.Enabled = True

8. Double Click on Button2 and type this:

Timer1.Interval = Textbox2.Text
Timer1.Enabled = False

9. Double click on Button3 and type this:

Me.close

10. Double Click on Timer1 and type in this:

Sendkeys.send(Textbox1.Text)
Sendkeys.Send("{Enter}")

Now Debug and you shouldn't get any problems Smile

PM me or post a reply if you get any errors or need help
Awcomenoutjr
Awcomenoutjr
Junior Member
Junior Member

Posts : 34
Join date : 2010-02-05
Age : 27
Location : Cosmopolis, Washington

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum