Webnode

VB/C# - Chat Spammer

Hello !
In this tutorial I'll teach you how you can make a chat spammer for msn, yahoo, ...

Start by creating a new windows forms application and call it Chat Spammer.

Change the form properties to your needs.

Add a

*Timer
*2 buttons
*TextBox

 

Like in the picture;

 

Double click the start button and add the following code:

Timer1.Start()

( in c# : Timer1.Start(); )

Now add the following code for the stop button:

Timer1.Stop()

( in c# : Timer1.Stop(); )

 

Double click the timer and add the following code:

SendKeys.Send(textBox1.Text)

SendKeys.Send("{ENTER}")

 

(in c# just add ";" to the end of each coding line)

That is how you make a chatspammer !


Webnode

Topic: VB/C# - Chat Spammer

Date: 16/05/2012

By:

Subject: âs

âs

Reply

—————