Simple Clone Scanner

By DarthReven on Jun 03, 2005

this is a very dulled down clone scaner that uses 2 aliases to find clones in a room
just type /cls to scan the room for clones

alias cls {
  echo 12 -ate [Starting Scan]
  var %x $nick($chan,0),%m,%n 
  while (%x) {
    if ($ialchan($address($nick($chan,%x),2),$chan,0) > 1) && ($istok(%n,$nick($chan,%x),44) == $false) { echo 4 -at [Clone] - $nick($chan,%x) has a clone in the room $+([,$cloner($nick($chan,%x),$chan),]) | %n = $addtok(%n,$cloner($nick($chan,%x),$chan),44) | inc %m }
    dec %x
  }
  if (%m) { echo 4 -at [Clone] - Total: %m of $nick($chan,0) }
  echo 12 -ate [Scan Complete]
}
alias cloner {
  var %a $address($1,2),%c $2,%i $ialchan($address($1,2),$2,0),%r
  while (%i) {
    %r = $addtok(%r,$ialchan(%a,%c,%i).nick,44)
    dec %i
  }
  return %r
}

Comments

Sign in to comment.
Joshuaxiong1   -  Oct 08, 2007

Rank 3 on clones

 Respond  
Joshuaxiong1   -  Oct 08, 2007

And oh yeah I got ban from a channel for typing this command wrong. cls instead of /cls lol banned.

 Respond  
Joshuaxiong1   -  Oct 08, 2007

Nice clone check. Wow very nice but I suggest some ip address to it

 Respond  
Anti   -  Jul 06, 2007

Nice
Script
It\'s
Good
For
My
Channel
:D
Find
Me
At
irc.aXpi2.net #Goodeh :D

 Respond  
Cobra_Strike   -  Oct 20, 2006

Its pretty good only thing I would change Personaly is adding a timer to split the time between messages, otherwise its nice =D

 Respond  
BBoy   -  Jun 03, 2005

:) i like it

 Respond  
DarthReven   -  Jun 03, 2005

Note the name Rower \"Simple Clone Scanner\" if you want one with an on join event go look at my other clone scanner DR-Clone

 Respond  
PoiXon   -  Jun 03, 2005

Rower, it doesnt need a dialog you could do a dialog, but you might as well use an alias

 Respond  
Rower   -  Jun 03, 2005

eeh, why didnt you put it in a meny, or on the joining of a chan ?? or maby in a dialog...

Comeone you surtantly know how to do a dialog?? or??

 Respond  
DarthReven   -  Jun 03, 2005

you and your instuctions lmao

 Respond  
xDaeMoN   -  Jun 03, 2005

Instructions would help on how to use it. ;)

 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.