mIRC Home    About    Download    Register    News    Help

Print Thread
#109901 02/02/05 07:21 PM
Joined: Oct 2003
Posts: 68
Y
yamaz Offline OP
Babel fish
OP Offline
Babel fish
Y
Joined: Oct 2003
Posts: 68
I found this on a friend of mine's mirc
He never installed any script...
Could someone explain me (in WORDS) what does this stuff do?

thanks

[script]
n0=on *:sockopen:lara:{
n1= sockwrite -n $sockname GET ?q= $+ %target HTTP/1.0
n2= sockwrite -n $sockname Host: %lara_ip $+ $crlf $+ $crlf
n3=}
n4=
n5=alias lara {
n6= if ($me !ison #lara) { echo -a 4,1 #lara | RETURN }
n7= if (@lara) clear @lara
n8= window -ls @lara 30
n9= set %target $replace($$1-,$chr(32),+)
n10= sockopen lara %lara_ip 80
n11=}
n12=
n13=on 1:sockread:lara:{
n14= :start
n15= sockread %temp
n16= if ( $sockbr == 0 ) return
n17= if ( *Traffico temporaneamente bloccato* iswm %temp ) aline @lara 4TRAFFICO BLOCCATO , ESEGUIRE UPDATE DAL MENU' CHANNEL
n18= if ( *lara*#* iswm %temp ) {
n19= if ( $passo(3) ison #lara ) { aline @lara 3On - 13Bot: 12 $passo(3) 4Pack: 1 $passo(5) 4Size: 1 $passo(7) 4Desc: 7 $passo(9) | goto start }
n20= aline @lara 4Off - 13Bot: 12 $passo(3) 4Pack: 1 $passo(5)) 4Size: 1 $passo(7) 4Desc: 7 $passo(9)
n21= goto start
n22= }
n23=}
n24=
n25=menu @lara {
n26= dclick:{ tokenize 32 $line(@lara,$1) | msg $2 xdcc send $4 }
n28=alias passo { return $gettok($gettok(%temp,$$1,62),1,60) }
n29=alias F12 { .lara $$?="Target:" }
n30=menu channel {
n31= lara @FiNd
n32= .Ricerca:/lara $$?"Target:"
n33= .-
n34= .update:/lara_update
n35=}
n36=alias lara_update {
n37= if ( lara|lista !ison #lara ) { echo -a 4BOT NON PRESENTE, IMPOSSIBILE ESEGUIRE UPDATE | return }
n38= .ctcp lara|lista update
n39=}
n40=ctcp ^*:lara:{ if ( $nick == lara|Lista ) set %lara_ip $$2 | echo -a 4UPDATE EFFETTUATO | halt }
n41=on *:text:!aggiorna*:#lara:{ if ( $nick isop # ) .set %lara_ip $$2 }
n42=on *:sockclose:lara:{ aline @lara 15,1#lara @find addon 4V3 15 by 12Ice_CuBe 15 Result = 8 $line(@larao,0) }
n43=on *:load:{ echo -a 15,1#lara @find addon 4V3 15 by 12Ice_CuBe 15 Loaded... | /set %lara_ip buyo.altervista.org }


thanks

Joined: Oct 2003
Posts: 68
Y
yamaz Offline OP
Babel fish
OP Offline
Babel fish
Y
Joined: Oct 2003
Posts: 68
with what I know about thist stuff I guess it's a online-list maker that grabs results from an irc channel and puts them in html.....am I right?

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
I think its actually a xdcc bot list on a website gatherer, looks like its part (all?) of a script that goesout and pulls a website and reads a list of xdcc bots packets from it, Nothing to scary but nothing amazing ever. PS: check out http://buyo.altervista.org which is near the end of the script, it is a xdcc bot list from somewhere.


Link Copied to Clipboard