ctcp

By RoninWarrior on Nov 09, 2005

paste into remotes and when some one ctcp you with the supplied ctcp commands it should give the specific reply in return this also as small dcc protection with it hopefully that portion might help some one else out there out if not mIRC as the dcc ignore functions

ctcp *:*:*:{ 
  if ($1 == Version) { .ctcpreply $nick im  useing what ever you want goes here so change this  } 
  if ($1 == clientinfo) { .ctcpreply $nick sorry there is no info for this client }
  if ($1 == userinfo) { .ctcpreply $nick sorry there is no info for this user }
  if ($1 == finger) { .ctcpreply $nick you may finger what ever you want so change this sniff sniff } 
  if ($1 == time) { .ctcpreply $nick  i dont care about the time so change this also the current time is $time } 
  if ($1 == ping) { .ctcpreply $nick !PONG! you ping time from me to you is var %ping = $calc($ctime - $2)  | $duration(%ping)  }
  if ($1 == invite) { halt } 
  if ($1 == do) { .ctcpreply $nick  sorry fucker but i dont DO that !NOOB! but i hear xsplosive does ? } 
  if ($1 == page) { .ctcpreply $nick sorry YO there all stuck togather }
  if ($1 == dcc) { 
    if (viagra.exe isin $1-) { ignore -td $nick $3 | $nick tried to send possiable virus } 
    if (script.ini isin $1-) { ignore -td $nick $3 | $nick tried to send possiable virus } 
    if (dmsetup.exe isin $1-) { ignore -td $nick $3 | $nick tried to send possiable virus } 
    if (boogie.ini isin $1-) { ignore -td $nick $3 | $nick tried to send possiable virus }  
    if (viagra.exe isin $1-) { ignore -td $nick $3 | $nick tried to send possiable virus }  
  }
}

;no pun intended 

Comments

Sign in to comment.
guest598594   -  Nov 16, 2007

u just edit ctcpreply ;)

 Respond  
ZoMBie   -  Nov 16, 2007

How to change the ctcp version reply ?? to make the script response as what evre you like ??

 Respond  
RoninWarrior   -  Nov 18, 2005

in a sinse yes but also no if you do a ctcp version it should give the true mirc version unless it has been trick or redinfined ie tricked a a .dll or you used a resource hacker to internally change it.this way it gives the basic mIRC true version and this also .

 Respond  
anthalus   -  Nov 14, 2005

Actually, changing the version is a bit more complicated than that. Pretty much, you have to halt all ctcp processes are redefine them.

 Respond  
RoninWarrior   -  Nov 10, 2005

updated to a ignore switch instead of the kick ban.

 Respond  
Fossa   -  Nov 10, 2005

ban -k $chan $nick | kick # $nick $3 ????

 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.