Repositorio de scripts de irc.terrachat.cl desde los canales #TRAFFIC y #LATINWAREZ.
⬅️ Volver
-----------------------------------------------------------DIALOGO SPLIT----------------------------------------------------------
dialog netsplit {
title "Detector de Netsplit"
size -1 -1 250 250
button "Aceptar",1, 85 210 80 25, ok
box "Configuraci�n del Detector de Netsplit",2, 10 10 230 190
radio "Detector de Netsplit ON",3, 20 30 140 25
radio "Detector de Netsplit OFF",4, 20 60 140 25
edit "Esta opcion anuncia cuando hay un Netsplit en un server, y lo da a saber a todos los canales en que estas presente. No dejes de visitar http:\\www.Panamareggae.net",5, 30 100 190 90,multi, read
}
on 1:dialog:netsplit:init:0:{
if (%netspliton == on) { did -c netsplit 3 }
if (%netspliton == off) { did -c netsplit 4 }
}
on 1:dialog:netsplit:sclick:*:{
if ($did == 3) { /enable #split | set %netspliton on }
if ($did == 4) { /disable #split | set %netspliton off }
if ($did == 1) { if ($group(#split) == on) { echo -a 15,1Detector de Netsplit 0,1ON %hacksplit } | { else echo -a 15,1Detector de Netsplit 0,1OFF %hacksplit }
}
}
-----------------------------------------------------------------------DIALOG ABOUT--------------------------------------------
dialog nabout {
title "Detector de Panamareggae"
size 234 138 328 270
button "Aceptar",1,75 160 90 20,ok
button "Cancelar",2,180 160 90 20,cancel
button "Aplicar",3,428 320 66 24,disable
text "Detector De Netsplit � Para mIRC� 32bit",5,55 15 250 55
text "An Internet Relay Chat Client",6,55 28 250 55
text "PanamaReggae � 2000-2001 QuiTo CoRp. ",7,55 49 250 55
text "Derechos Reservados",8,55 62 250 55
text "Autor:Panamareggae",9,55 84 250 55
box "Echo Para:",10,55 104 150 40
text "Ustedes",11,75 120 250 30
text "Por favor visita la p�gina de Chevalier para que veas las nuevas versiones.",12,55 200 250 55
check "",13,10 240 15 15,cheked
edit "www.PanamaReggae.Net",14,50 240 115 20,center autohs
button "Visitar",15,167 240 66 20
}
on 1:dialog:nabout:sclick:*:{
if ($did == 15) { /run www.PanamaReggae.net.com }
}
-----------------------------------------------------------DETECTOR DE NETSPLIT-------------------------------------
#split on
on 1:QUIT: {
if (((.net isin $1) || (.com isin $1) || (.org isin $1) || (.edu isin $1) || (irc. isin $1) || (.irc isin $1)) && ((.net isin $2) || (.com isin $2) || (.org isin $2) || (.edu isin $2) || (irc. isin $2) || (.irc isin $2)) && (($3- == $null) && (/ !isin $1-))) {
if ($1- == %split) { halt }
.set %server1 $gettok($1,1,46) | .set %server2 $gettok($2,1,46)
ame 15,15_14,14_ 0,1Split Detected PRT=SLT 14,14_15,15_ 15,15_14,14_ 12,1�15 $+ %server1 $+ 12� 12�15 $+ %server2 $+ 12� 14,14_15,15_
set %split $1-
.timer 1 5 unset %split
halt
}
}
#split end
------------------------------------------------------------------------LOAD ADDON--------------------------------------------
On 1:LOAD:{
set %hacksplit 15,15_14,14_ 0,1Detector de Panamareggae 14,14_15,15_
/echo -a 15,1aDDoN Completamente Cargado... 14,1[ www.Panamaregga.Net Pa15,1Ra Mas aDDoNs,S0,1criPtS,MaNuaLeS etc...] %hacksplit
}
-------------------------------------------------------------------------------------------------------------------------------------------
menu menubar,channel,status {
|[Detectar Netsplit]|
.Configurar:/Desliza 13 netsplit -1 -1 250 250
.Acerca..:/Desliza 13 nabout 234 138 328 270
}
👁️ 5 vistas • 📥 0 descargas