We are going to combine net send with a batch file to flood a computer in your network with messages.
The comand to send messages to a computer in your network is
net send
Here is an exmaple, i am sending a message to myself.
net send docomo hello BijayMishra
Here docomo is my computer name.
Combining net send with a batch file:
Now we are going to execute net send command 1000 number of times using a batch file. Here is a step by step procedure
Open notepad and type “net send
copy and paste the same command in the note pad some 200 to 300 times.( 200 to 300 windows will pop up on your victims comp one after the other)
Now save the file as name.bat (make sure you select all files in “Save as type while saving”)
Now double click the batch file to flood your friends computer.