Page 1 of 1

Spam Bot

Posted: Mon Feb 15, 2010 10:43 pm
by ManMega1
Spam Bot

NOTE: DO NOT USE THIS JUST FOR FUN, USE THIS ONLY FOR WHEN PEOPLE SPAM YOU!

Hello, And Welcome, Today Im Going To Show You How To Make A Simple/Advanced Spam Bot, First You Will Need To Add

*2 Buttons
*1 Textbox
*1 Timer
*And 1 Label

Button1 Text = Start
Button2 Text = Stop
Label1 Text = Enter Your Message :

Once Added The Buttons And Textbox Place Them Like So

Image

Double Click The Timer And Enter This Code
Code: Select all
SendKeys.send(Textbox1.text)
SendKeys.send("{ENTER}")
Double Click Button1 (START) And Enter This Code
Code: Select all
timer1.enabled = true
Double Click Button2 (STOP) And Enter This Code
Code: Select all
timer1.enabled = false
And Your Done Debug It Enter The Text In The Textbox Press Start And Click On A Chat Or Notepad Etc And There You Go, If You Want To Make It More Advanced Change The Background Colour Etc.

Re: Spam Bot

Posted: Wed Feb 17, 2010 1:45 am
by Livengood
Nice and easy coding :)
well i already knew that code but thanks for posting it :D

Re: Spam Bot

Posted: Tue Mar 02, 2010 3:56 pm
by AleRi8
thanks sure am going to try this lol

Re: Spam Bot

Posted: Sun Mar 21, 2010 3:43 am
by 35000vr
Add a hot key so it's easier to start and stop :D