View Single Post
  #7  
Old 06-13-2006, 17:44
Fade
 
Posts: n/a
Quote:
Originally Posted by conan981
here something useful for you



nice utility, a little dll that intercept and modify on the fly the version reply when someone "CTCP VERSION" you

Thanks for this, I appreciate it but it is mainly about the learning side of things, not so much just having my version changed

Quote:
Originally Posted by baatazu
there is special command on the mIRC scripting language of changing the CTCP VERSION reply. At least it has one, dont know if the latest versions removed that option.
Yes this is possible and from what the readme says that comes with the DLL posted above, this is how it works. Something like this below.

Code:
ctcp *:VERSION:{ 
  ctcpreply $nick VERSION Whatever IRC Client. | halt 
}
However the readme in that DLL says copyright 2000 - 2002, which implies it was created in 2002. Also it says in the readme that the version of mIRC is v6.01
The current version of mIRC is v6.17 it has either been changed on purpose to stop version spoofing or there is a bug. Because the first time you version someone using a script like this it says.

Quote:
-> [Fade] VERSION
-
[Fade VERSION reply]: mIRC v6.17 Khaled Mardam-Bey
-
[Fade VERSION reply]: Whatever IRC Client.
If you do it again quite quickly it seems it sends only the "Whatever IRC Client." reply, but if you wait a short while and do it again. It will send the real version reply and fake version reply.

-----------------------------------
Well I'm a little closer thanks to 0KRam, I guess this might be a bit more difficult than I thought though.
Reply With Quote