| Viewing Single Post From: MSN Messenger flooder | |
|---|---|
| Hacker-X | Jul 9 2006, 08:13 PM |
|
Dedicated Member
![]() ![]() ![]() ![]() ![]() ![]()
|
First of all start a standard exe. Go to Project--> References and put a tick in the Messenger API Type Library. You'll need these controls: 3 labels.............................. caption: Victim's email, name: Label1 caption: Message, name: (default name) caption: Victim's Email Address, name: (default name) caption: Flooder interval in miliseconds, name: (default name) 2 command buttons............. caption: Start, name: cmd1 caption: Stop, name: cmd2 1 timer............................. interval: (blank), name: Timer1 3 text boxes...................... name: Text2 name: Text1 name: Text3 So now we've got all that out of the way, we should start the code...
Since we referenced the MessengerAPI Type Library the above code needs to come first!
The above code will allow the application to communicate with MSN Messenger when the form loads.
Just a simple code to make the timer fire the contents of the message text box to MSN Messenger and send the message. As you can see I've used SendKeys to send the keystrokes of the message box to an MSN Messenger window, which will automatically send itself. This code is the heart of the flooder.
The above will start the timer which will perform the flooding.
The above will stop the flooder by disabling the timer and thus stopping the flooder! Full code:
Notes: Obiously setting the interval too low puts quite a huge strain on your computer, doing this will cause your computer to freeze or hang. When you signed up for MSN Messenger you agreed to their terms of use which generally states not to use any bot, and it directly says not to use a flooder... however, this tutorial is not mean't to show malicious code practices but rather to learn the SendKeys function in coordination with timers and MSN Messenger. Bugs, comments, or suggestions are always welcomed! PS. Thanks to Rob Car for saying it was okay to post this! |
![]() |
|
| MSN Messenger flooder · Visual Basic | |




![]](http://209.85.12.237/static/1/pip_r.png)


5:00 PM Nov 26