Proxy Killer 2.0(beta)

By CoCoRiCo on May 17, 2009

for IRCOPs..
Input and output(connect,disconnect user notice) of the code not to work have to see ..
I'm sorry to have such power now, the beta:)
good luck (;

Fidex 26/09/2009:
yes, because the beta can see some errors, but our..
I was also wrong token
ERR:[1]
if %pi !isin $gettok($conf(server)) && %pi !isin $gettok($conf(excempt))...

FIX:[1]
if !$regex($conf(server),(%pi)) && !$regex($conf(excempt),(%pi))..
;-----------------------------------------------------------------------------
ERR[2]
CLAC, of course he does something:)

if $right($2,1) == M && $left($2,$calc($len($2) -1)) isnum { var %exp $clac($gettok($2,1,$asc(m)) * %min) }

FIX:[2]
$calc($gettok($2,1,$asc(m))
;-----------------------------------------------------------------------------
does not take user-mode and output does not appear to Insert Entity therefore did not scan
ERR[3]
if $hget(Sver,Server) == CR {
var %sj FJOIN
.timer 1 5 $sockname UMODE +fc
}
if $hget(Sver,Server) == Unreal {
var %sj SAJOIN $sockname
.timers 1 5 $sockname $conf(umodes)
;+scfF +scfF
}
FIX:[3]
if $hget(Sver,Server) == CR {
var %sj FJOIN
.timer 1 5 s $sockname UMODE +fc
}
if $hget(Sver,Server) == Unreal {
var %sj SAJOIN $sockname
.timers 1 5 s $sockname $conf(umodes)
}

;-----------------------------------------------------------------------------

I hope there is no other errors :D
if there is to send a message

Semple:
[21:05] Proxy: 80 - 78.188.15.??? Type: tcp N\A: $true
[21:05] :sil:debug: :irc.chatfox.net NOTICE ProxyKiller1 :You are not allowed to add a GZLINE on *@78.188.15.112
[21:05] :sil:debug: :irc.chatfox.net NOTICE ProxyKiller1 : Notice -- ProxyKiller1 tried to add a GZLINE on *@78.188.15.???

/* 
****************************************
ProxyKiller v2.0 MN                    *
Turkish made, Author by CoCoRiCo       *
---------------------------------------*
This protection is using on big network*
(M)ulti  (N)etwork  Proxy  scanner  and*
Sockbot  structure  on  mIRC 09/01/09  *
****************************************

Aliases "/"command: 
a = load servers
b = connect all 
c = reset all 
d = debug out sock window
e = debug echoing window
f = from language
g  [ + @ -] | [ < > ] = config file cpu
l = [g - k] X:line for ban
s = sock writer
conf = main alias 

#########################################
*/

;#Config aliases:
alias conf {
  GOTO $1
  :server {
    ; return $a
    return 192.168.1.1:6667 192.168.1.2:7000

  }
  :nick {
    ;return $+(Bot_,$left($md5($ticks),$r(3,8)))
    return $+($r(a,z),$r(a,z),$left($md5($ticks),$r(3,8)))
  }
  :me {
    return  ProxyKiller
  }
  :ident {
    return $+($r(a,z),$r(a,z),$left($md5($ticks),$r(3,8)),@,syrix.net)
  }
  :usern {
    return $+(:,$read($script,3))
  }
  :nicpass {
    return nickpss
  }
  :operpass {
    return admin operpass  }
  :umodes {
    return +SsBRDc-G +sFSc
  }
  :excempt {
    return 192.168.1.2 192.168.1.1
  }
  :banreason {
    return Proxy sux!.
  }
  :domain {
    return syrix.net
  }
  :controthle {
    return 5
  }
  :prxport {
    ;return 80 81 443 9090 3128 8080 8090 3124 3127 1080 25 5001 1214 
    return 80 33 31 47 56 54 70 1046 1080 1182 1183 1184 1188 1214 1278 1279 1745 1795 2124 2172 2173 2174 2175 2301 3128 3124 3127 3743 4095 4480 4747 5463 6588 7777 8080 8000 8001 8118 8888 8922  9090 10102 10777 10886 217745 26260 30247 31337 36417 39641 44322 49531 59759 
  }
  :conport {
    return 443
  }
  :ajoin {
    return #status
  }
  :timeoutsec {
    return 3
  }
  :dns {
    ;1=Open \ 0=Close
    return 1
  }
  :cfile {
    return config.txt 
  }
}

alias a {
  var %a = 1
  while %a <= $ini($conf(cfile),servers,0) {
    %servers = $addtok(%servers,$readini($conf(cfile),servers,$+(n,%a)),32)
    inc %a
  }
  return  %servers
  unset %servers
}
alias b {
  var %s = 1
  while %s <= $gettok($conf(server),0,32) {
    if $sock($+($conf(me),%s)).status != active {
      $iif($sock($+($conf(me),%s)),.sockclose $sock($+($conf(me),%s)))
      if !$sock($+($conf(me),%s),1).name {
        $+(.timer,_ct,%s) 1 $calc($conf(controthle) + %s) .sockopen $+($conf(me),%s) $replace($gettok($conf(server),%s,32),$chr(58),$chr(32))
      }
    }
    inc %s
  }
}
alias c {
  sockclose $+(*,$conf(me),*)
  var %i = 1
  while %i <= $gettok($conf(server),0,32) {
    if !$sock($+($conf(me),%i),1).name {
      $+(.timer,_ctc,%i) 1 $calc($conf(controthle) + %i) .sockopen $+($conf(me),%i) $replace($gettok($conf(server),%i,32),$chr(58),$chr(32))
    }
    inc %i
  }
  .timer_c 0 10 b
}
alias d { 
  if ($hget(debug,debug) == acik) { 
    echo *** Debug Closed
    hadd -m debug debug kapali
    hsave -i debug $conf(cfile)
    e -c
    return
  }
  :b
  if ($hget(debug,debug) == kapali) { 
    echo *** Debug Open
    hadd -m debug debug acik
    hsave -i debug $conf(cfile)
    return
  }
  if !$hget(debug,debug) {
    err Debug Config line missing..! Actualy standart debug config making.
    hadd -m debug debug acik
    hsave -i debug $conf(cfile)
    hload -i debug $conf(cfile)
    goto b
    return
  }
  if !$1 { hload -i debug $conf(cfile) }
  if $1 == -i && $2 && !$3 {
    if !$isalias($2) {
      err Aliases function not found!, Plaease make first aliases function then use this command!.
    }
    if $isalias($2) {
      hadd -m dalias debugal $2
      err *** Debug outputing $2 function.
    }
  }
}
alias e { 
  if $hget(debug,debug) == acik {
    $iif(!$window($+(@db-,$1)),window -fen $+(@db-,$1),aline $+(@db-,$1) <-- $1- ) 
    $iif($hget(dalias,debugal),$hget(dalias,debugal) $1-)
  } 
  if $1 == -c { close -@ }
}
alias f {
  ;flush alias

}
alias g {
  /*
  ;+
  if $1 == $chr(43) && $3 { 
    hadd -m $2 $3- 
    hsave -i $2 $conf(cfile) 
    hload -i $2 $conf(cfile)
  }
  ;-
  if $1 == $chr(45) { 
    hfree  $2 $3-  
    hsave -i $2 $conf(cfile)
    hload -i $2 $conf(cfile)
  }
  ;@
  if $1 == $chr(64) { return $hget($2,$3-) }
  */
  ;<
  if $1 == $chr(60) { writeini $cofn(cfile) $1 $2- }
  ;<
  if $1 == $chr(62) { return $readini($cofn(cfile),$1,$2-) }
  if !$1  { hload -i c $conf(cfile) | echo *** Config file load }
  ;/
  if $1 == $chr(47) { hadd -m m $2- }
  ;\  
  if $1 == $chr(92) { return $hget(m,$2) }
  ;!
  if $1 == $chr(33) { return hfree m }

}
alias l {
  ;ceza <1=sname> <2=time> <3=ip> <4=reason>
  ;cr only 
  var %year = 525941 
  var %month = 43829
  var %week = 10080
  var %day = 1440 
  var %hour = 60
  var %min = 1 
  if $right($2,1) == Y && $left($2,$calc($len($2) -1)) isnum { var %exp $calc($gettok($2,1,$asc(y)) * %year) }
  if $right($2,1) == A && $left($2,$calc($len($2) -1)) isnum { var %exp $calc($gettok($2,1,$asc(a)) * %month) }
  if $right($2,1) == W && $left($2,$calc($len($2) -1)) isnum { var %exp $calc($gettok($2,1,$asc(w)) * %week) }
  if $right($2,1) == D && $left($2,$calc($len($2) -1)) isnum { var %exp $calc($gettok($2,1,$asc(d)) * %day) }
  if $right($2,1) == H && $left($2,$calc($len($2) -1)) isnum { var %exp $calc($gettok($2,1,$asc(h)) * %hour }
  if $right($2,1) == M && $left($2,$calc($len($2) -1)) isnum { var %exp $calc($gettok($2,1,$asc(m)) * %min) }
  if $hget(Sver,Server) == CR {
    s $1 KLINE $3 $4- %exp
    s $1 AKILL $3 $4- %exp
    return 
  }
  if $hget(Sver,Server) == Unreal {
s $1 GZLINE $2 $3 $4
    return  
  }
  else {
s $1 KLINE $3 0 $4 -
  }
}
alias s {
  $iif($window(@db-,$1),echo $+(@db-,$1) ---> $1- )
  if $sock($1).status == active { sockwrite -nt $1- }
}
alias err {
  echo :: 4,8 DATA $1-
}
##Event
on *:START: { c | g }
ON *:SOCKOPEN:*: {
  ;echo :: $sockerr
  ;###System open sock
  if $+(*,$conf(me),*) iswm $sockname {
    var %n $conf(nick)
    s $sockname NICK %n  
    g / $sockname %n 
    ; ident "domain" "ip" :user
    s $sockname USER $+($iif(!$gettok($conf(ident),1,$asc(@)),$conf(ident),$gettok($conf(ident),1,$asc(@))),$chr(32),",$iif(!$gettok($conf(ident),2,$asc(@)),$conf(domain),$gettok($conf(ident),2,$asc(@))),",$chr(32),",$iif(!$ip,127.0.0.1,$ip),",$chr(32),$conf(usern))
  }
  ;##proxy sock
  if *prx-* iswm $sockname {
    if ($sockerr) { sockclose $sockname | return }
    echo 2 Proxy: $chr(32)4Port: $sock($sockname).port - $sock($sockname).ip 4Type: $sock($sockname).type 4N\A: $portfree($sockerr) 
    if $sock($sockname).port isin $conf(conport) {
      ;normal web 
      s $sockname GET / HTTP/1.1
      s $sockname Host: $gettok($sockname,2,$asc(=)) $v2 $+ $str($crlf,2)
      s $sockname Referer: $+($conf(me),$chr(40),User:,$sockname,$chr(41))
      s $sockname User-Agent: Mozilla/4.6 [tr] $+($chr(40),Win,$os,;,$chr(32),I,$chr(41))  
      /*
      s $sockname Accept-Encoding: gzip, deflate
      s $sockname Accept-Language: tr
      s $sockname Connection: Keep-Alive
      s $sockname Cache-Control: no-cache
      s $sockname $crlf
      */
      ;poxy connect
      s $sockname CONNECT $+(irc.,$conf(domain),:666,$r(0,9)) HTTP/1.0 $str($crlf,2)
      s $sockname $crlf
      ;proxy web
      s $sockname GET $+(HTTP://,www.,$conf(domain),:,$v2) HTTP/1.0 $str($crlf,2)
      s $sockname $crlf
      /*     
      */
    } 
    if ($portfree($sockerr)) && $sock($sockname).port !isin $conf(conport) {
      ;%D detayli - %S standart 
      var %D $+($conf(BanReason),~,$gettok($sock($sockname).ip,1-3,$asc(.)),.,$str(*,$len($gettok($sock($sockname).ip,-1,46))),:,$sock($sockname).port)
      var %Q $conf(BanReason)

      l $gettok($sockname,1,$asc(~))  $+(*@,$sock($sockname).ip) 1d %D 
      .sockclose $+(*,$gettok($sockname,2,$asc(=)),*)
    }
  }
}
ON *:SOCKREAD:*: {
  var %s 
  ;##system sock
  if $+(*,$conf(me),*) iswm $sockname {
    sockread %s
    tokenize 32 %s
    ;##DEBUG
    if $hget(debug,debug) == acik { e $sockname $1- }
    echo :sil:debug: $1-
    ;##PING!PONG?
    if $1 == PING { s $sockname PONG $2- }
    ;##RAWs    
    if $2 isnum {   
      if $2 == 001 {
        ;  g / $sockname $gettok($1-,-1,32)
      }
      if $2 == 004 {
        ;server version
        if *Unreal?.* iswm $2- { hadd -m Sver Server Unreal | return }
        if ConferenceRoom isin $2- { hadd -m Sver Server CR | return }
        else { hadd -m Sver Server diger | return }
      } 
      if $2 == 005 {
        s $sockname OPER $conf(operpass)
        s $sockname JOIN 0,
        .timer 1 5 s $sockname JOIN $replace($conf(ajoin),$chr(44),$chr(32))
      }
      if $2 == 302 {
        ;user host 
      }
      if $2 == 376 || $2 == 422 {
        ;end motd -  motd yok
      }
      if $2 == 381 {
        ;now oper
        s $sockname NICK  $sockname
        if $hget(Sver,Server) == CR { var %sj FJOIN | .timer 1 5 $sockname UMODE +fc }
        if $hget(Sver,Server) == Unreal { 
          var %sj SAJOIN $sockname 
          .timers 1 5 $sockname $conf(umodes) 
        }
        else { var %sj JOIN }
        s $sockname %sj $replace($conf(ajoin),$chr(44),$chr(32))
      }
      if $2 == 491 || $2 == 464 {
        ;non oper
        err $sockname $1-
      }
      if $2 == 433 {
        ;nick in use
        err $2-
      } 
    } ;end raw

    ;##SCOMMAND
    if $2 == NICK {
      if $remove($gettok($1,1,$asc(!)),:) == $g(\,$sockname) {
        ;bot nick <$me> function
        if $remove($3,:) != $g(\,$sockname) && $+($conf(me),*) !iswm $remove($3,:) {
          g / $sockname $remove($3,:)
          if $sockname != $remove($3,:) {
            s $sockname NICK $sockname
            g / $sockname $remove($3,:)
          }
          $iif($g(\,$sockname) != $sockname,$+(.timer,$sockname) 0 5 s $sockname NICK $sockname)
        }
      } 
      ; if $remove($3,:) != $g(\,$sockname) && $+($conf(me),*) == $remove($3,:) { err :no:19  }
      else { 
        ;end more 
      }
    } ;#end Scommands

    ;##SNOTICE 
    if *Notice*--*Client*connecting*on*port* iswm $5- {
      var %ip = $remove($gettok($13,2,64),$chr(40),$chr(41),$chr(64)) 
      ;server ip noscan - excemp ip'ler
      if !$regex($conf(server),(%pi)) && !$regex($conf(excempt),(%pi)) {
        var %pi = 1
        while (%pi <= $gettok($conf(prxport),0,32)) {
          var %ki = $gettok($conf(prxport),%pi,32) 
          var %pxn = $+($sockname,~prx-,%ki,=,%ip) 
          if !$sock(%pxn,1).name {
            sockopen %pxn %ip %ki
            $+(.timer,%pxn) 1 $conf(timeoutsec) .sockclose %pxn
            if $conf(dns) { .dns %ip }
          }
          inc %pi
        }
      } 
      if *Notice?Client?connecting* iswm $5- || *Client?exiting:* iswm $5- {
        $iif(!$window(@G\C),window -fen @G\C,aline @G\C $1-)
      }

    } ;#end Snotice

    ;##PRIVMSG 
    if $2 === PRIVMSG {
      err ----> $1-
      if :FINGER === $4 {
        if $3 == $sockname || $left($3,1) == $chr(35) {
          if !$hget(finger,$sockname) {
            hinc -mu10 finger $sockname 
            $iif($remove($gettok($1,1,$asc(!)),:) != $sockname,s $sockname NOTICE $remove($gettok($1,1,$asc(!)),:) $+(:,$chr(1),FINGER,$chr(32),$conf(usern),$chr(32),$chr(40),$emailaddr,$chr(41),$chr(32),Idle,$chr(32),$idle,$chr(1)))
          }
        }
      } 
      if $4 === :VERSION && !$5 {
        if $3 == $sockname || $left($3,1) == $chr(35) {
          if !$hget(Fversion,$sockname) {
            hinc -mu8 Fversion $sockname 
            $iif($remove($gettok($1,1,$asc(!)),:) != $sockname,s $sockname NOTICE $remove($gettok($1,1,$asc(!)),:) $+(:,$chr(1),VERSION,$chr(32),mIRC,$chr(32),v,$version,$chr(32),Khaled,$chr(32),Mardam-Bey,$chr(1)))
          }
          if $hget(Fversion,$sockname) {
            ;diger
          }
        }
      } 
    } ;#end Privmsg

    ;##Scanner Sock
    if *prx-* iswm $sockname {
      if $sock($sockname).port isin $conf(conport) {
        sockread %s
        if  *<?>* iswm %s || *-*:* iswm %s  {
          echo :REAL-SITE: %s 
          ;real web
          ; .sockclose $sockname
          return
        }
        if $regex(%s,.*HTTP\/1\.. 200 .*) {
          echo :PROXY-SITE: %s  
          echo : s $gettok($sockname,1,$asc(~)) privmsg os akill add +1d $+(*@,$sock($sockname).ip) $+($conf(BanReason),~,$left($sock($sockname).ip,-3),$str(*,$len($gettok($sock($sockname).ip,-1,46))),:,$sock($sockname).port )
        }
        if *<?>* iswm %s && $regex(%s,.*HTTP ERROR: 501 Method+NICK+.*) {
          echo :WEB-PROXY-SITE: %s  
          echo : s $gettok($sockname,1,$asc(~)) privmsg os akill add +1d $+(*@,$sock($sockname).ip) $+($conf(BanReason),~,$left($sock($sockname).ip,-3),$str(*,$len($gettok($sock($sockname).ip,-1,46))),:,$sock($sockname).port )
        }
        else {
          echo :--: %s 
          ; echo : s $gettok($sockname,1,$asc(~)) privmsg os akill add +1d $+(*@,$sock($sockname).ip) $+($conf(BanReason),~,$left($sock($sockname).ip,-3),$str(*,$len($gettok($sock($sockname).ip,-1,46))),:,$sock($sockname).port )
          ; return
        }
      }
      if $sock($sockname).port !isin $conf(conport) {
        sockread %s
      }
      if $sockerr > 0 { err $sock($sockname).wserr | return }
      ;echo 4 -s :-> $sock($sockname).ip $sock($sockname).port 
      .sockclose $sockname
    }
  }
}

alias tr {
  var %prx $ticks 
  .dns $1 
  var %ip  $1 
  var  %pi = 1
  while (%pi <= $gettok($conf(prxport),0,32)) {
    var %ki = $gettok($conf(prxport),%pi,32) 

    var %pxn = $+($2,~prx-,%ki,=,$1) 
    if !$sock(%pxn,1).name {
      sockopen %pxn %ip %ki
      $+(.timer,%pxn) 1 $conf(timeoutsec) sockclose %pxn
    }
    inc %pi
  }
}

Comments

Sign in to comment.
Mafia05   -  Dec 27, 2012

this code do NOT work at all..

 Respond  
PowerOfDarkness   -  Jan 05, 2012

Blessful-Hell, don't find it out, love the Proxy Bots :P

 Respond  
Blessful-Hell   -  Jun 13, 2011

well i wanted to have an addon which check DNSBL database and den ban those proxy ips. i am looking for it but didn't find it out.

 Respond  
Dani_l11   -  Jun 13, 2011

All those errors, why don't you just change your uploaded script?

 Respond  
Frenetic   -  Jun 13, 2011

Well this won't do much good if they've got a lot of them..it'd lag your mIRC and possibly disconnect you.

 Respond  
Blessful-Hell   -  Jun 13, 2011

FRenetic yea its not up fully yet so thats why we didn't setup bopm but we will.

and Jethro thanks man :) i will give it a try den i will report about it

 Respond  
Jethro   -  Jun 13, 2011

You get that error because the hash table hasn't been created. mIRC has to see a hash table first before it can load it. To work around that, locate this line:

if !$1  { hload -i c $conf(cfile) | echo *** Config file load }

and change it to:

if !$1  { $iif(!$hget(c),hmake c 100) | hload -i c $conf(cfile) | echo *** Config file load }
 Respond  
Frenetic   -  Jun 13, 2011

The admin of the server should setup BOPM not use a mIRC 'proxy killer' =/

 Respond  
Blessful-Hell   -  Jun 13, 2011

i am netadmin. though i loaded it on remote but it says "* /hload: no such table 'c' (line 187, proxy killer 2.0(beta).mrc)"

what should i do ??

 Respond  
CoCoRiCo   -  Sep 30, 2009

to understand ip addresses scanned..
write /socklist prx command scan or Glinde application understand let

;-

Do you have admin or post IRCop

+

attacks on other computers that do not use the bar and the proxy does not use proxy offensive BOT.

To understand them too mIRC is a specific feature of this feature is actually real and fake user secrets can be separated.

I wrote this feature is seen in the code
version is related to response time.

SerioZ  -  Sep 18, 2017
  • /;#end: not connected to server (line 372
CoCoRiCo  -  Oct 03, 2017

parentheses can be added in recent versions. but not in older versions.
; From the perspective you can include or delete a subset from the description.

Sign in to comment

ALONE   -  Sep 29, 2009

thxx beax
but
still its not working
i park two proxies in my server
still not done gline or kline

09:40:50 * Joins: iLlSiCKN (nluurzbzo@Dostiplus-575D1F88.dsl.clevoh.ameritech.net)

09:41:02 * Joins: yDAnPHjFYU (pyenz@Dostiplus-FF6E472E.cpe.cableone.net)

look
its stay in server
not glined
so what shud i do for that ?

 Respond  
CoCoRiCo   -  Sep 26, 2009

now everything seems normal
Beta errors such as missing when normal

 Respond  
Jethro   -  Sep 21, 2009

There is no definite, foolproof way to fight against proxies via irc.

 Respond  
ALONE   -  Sep 21, 2009

ok :)
if any body have any kind of tcl..with will be efective against of proxies;
hope it will be usefull for me
if any one have
shyer with me

 Respond  
[jonathan]   -  Sep 19, 2009

Proxy scanner works with shell but doesn't work with script. if u wanna use proxy scanner in ur script then you have to add all the proxies in ur blacklist manually.. with is time consuming...
whatever.. forget this idea..

 Respond  
ALONE   -  Sep 18, 2009

am still wating for reply from beax

 Respond  
ALONE   -  Sep 17, 2009

hey beax
i paste ur script code in remote
its not working
i connect close in my shell..for chaking this.
but still proxies join :
can any body inroduce any code with is work againt of proxies
?

 Respond  
OverSmart   -  Aug 15, 2009

Its Not Working :(

 Respond  
CoCoRiCo   -  May 28, 2009

Q="irchainscriptz"
I can not claim that 100% can get the fastest protection proxy
1000 pieces of scanning ip takes only seconds
ode has been organized to ban no longer in the running.. Thanks

 Respond  
CoCoRiCo   -  May 28, 2009

Q="siddikurt"

the server for each LINK NETWORK if you need a bot..
because it can not be viewed via a link to all of the connection
therefore a separate board must each LINK
PASS entry into the server with bots Oper
-irc.syrix.net- *** Notice -- Client connecting on port 6667: rt48d5c16 (~cvc95bbe@134.002.172.252)
see the message will get this message from the IP address and checks.
IP address in the list of the port is open ports will ban bots from the server
any one port to be scanned are detected in the list
scan for other ports and ip addresses close to finished with the process.

if you want to scan menual

EXM: /TR 134.002.172.252
*** Proxy: 80 - 134.002.172.252 Type: tcp N\A: $true

 Respond  
CoCoRiCo   -  May 28, 2009

Q="Blitzz"
I want to say sorry, only +o user flag required:)

FIXED :
here (292 line) s $gettok($sockname,1,$asc(~)) GZLINE 1d $+(@,$sock($sockname).ip) %D l $gettok($sockname,1,$asc(~)) 1d $+(@,$sock($sockname).ip) %D
in this way

  L $gettok($sockname,1,$asc(~)) 1d $+(*@,$sock($sockname).ip) %D 
 Respond  
blitzz   -  May 28, 2009

ohh sorry did't read da introduction..

 Respond  
blitzz   -  May 28, 2009

is this for ircop beax?

 Respond  
irchainscriptz   -  May 28, 2009

Nice code there beax. out of the blue what made you decide to make this code?

 Respond  
SudsyUncle   -  May 28, 2009

looks good

 Respond  
siddukurt   -  May 28, 2009

Still couldnt figure out what it does. 2 clone connects from my side and then joins some channel. And then?

 Respond  
CoCoRiCo   -  May 25, 2009

As with the example of all the settings you've made / c or / b use

The administrator password and other settings must have the full
user connection to the server and displaying the output flags should be open

If everything is okay all can help if you still do not work
a working copy to add the file to download sites

Good luck

 Respond  
[jonathan]   -  May 25, 2009

hey how to use it.. i hav pasted in my remote but i was unable to work with it help me plz

 Respond  
CoCoRiCo   -  May 23, 2009

great job they've hurt, I would like to tell you see the shortcomings of

 Respond  
_Daniel_   -  May 18, 2009

Dude wt a beautiful code ;D

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.