Clone Scan & Detector

By SaNCaKx on Nov 08, 2016

on *:load: { 
  .echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Clone Scan Detector $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 17/10/2016 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Thank you for using this Addon,igo,Addon: Clone Scan Detector $chr(40) $+ v5.4 $+ $chr(41))
  .echo -s _____________________________________________________
  .echo -s 0,1 Loading 9,1Clone Scan Detector0,1 Add-On... 
  .echo -s 0,1 You are running mIRC $version on Windows $+ $os
  .echo -s ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
}
on *:unload: { 
  .echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Clone Scan Detector $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 17/10/2016 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Unloading...,igo,Addon: Clone Scan Detector $chr(40) $+ v5.4 $+ $chr(41))
}
;############################  -«•»SaNCaK ScripT«•»-    ############################

menu status,menubar,channel {  
$iif(%clonededector,$style(1)) CLone Dedector ( $+ $iif(%clonededector,On,Off) $+ ) {
    if (%clonededector) { unset %clonededector | .disable #clonededector | echo -a $timestamp 2,15CLone Dedector  4CLOSE }
    else { set %clonededector on | .enable #clonededector | echo -a $timestamp 2,15CLone Dedector  3OPEN }
  }
}
#clonededector on
on *:join:#:{
  if ($nick != $me) {
    if ($ial($address($nick,2),0) > 1) {
      set %clone.count [ $+ [ $nick ] ] $ial($address($nick,2),0)
      :cloop
      if (%clone.count [ $+ [ $nick ] ] < 1) { goto clend }
      set %clecho %clecho 2 $+ $ial($address($nick,2), %clone.count [ $+ [ $nick ] ] ).nick
      dec %clone.count [ $+ [ $nick ] ]
      goto cloop
      :clend
      echo $chan $timestamp Clone 4( $+ %clecho $address($nick,2) $+ )
    }
    unset %clecho*
    unset %clone.count*
  }
}

#clonededector end

Comments

Sign in to comment.
warlords1973   -  Jan 10, 2020

I am sure this was created before this site came into play but mibbit.com with its generic ircip*.mibbitt.com and same IP for all users really causes your script problems.

 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.