Top

mIRC Code Snippets Tagged with encoder

  (4)  
Sort by 
This snippet turns the input in a $chr string example: if the input is 'Hi Sam!' the output will be: $+($chr(72),$chr(105),$chr(32),$chr(83),$chr(97),$chr(109),$chr(33)) if you wan't to get it..
Tags: chr  decoder  encoder  irc  mirc 
+ 0 likes
6 comment(s)    Score: 7.0    Platform: mIRC    Posted by Patatje-oorlog on Jul 30, 2009
Well as the title sais, this is a html encoder. I know it's not 100% correct atm, but it's a start. Usage: $htmlencode(html goes here)
Tags: encoder  html 
+ 0 likes
2 comment(s)    Score: 0.0    Platform: mIRC    Posted by Ayon on Jul 16, 2009
So... this is my first dialog script. ever. Have fun with it. although its quite simple. type /encoder to start the dialog.
+ 0 likes
4 comment(s)    Score: 0.0    Platform: mIRC    Posted by sercan386 on Oct 24, 2008
This is probably the best code snippet submitted to Hawkee.com for 2 reasons. You can set it to automatically encode everything you type in like normal text, making it much easier to type full paragraphs..
+ 0 likes
10 comment(s)    Score: 5.5    Platform: mIRC    Posted by supergeo on Aug 24, 2005
Bottom