mIRC Code Snippets Tagged with chr
(18)
5 Seperate aliases to do some fairly simple tasks
- html2chr: converts html encoded ascii characters to normal symbols
-- helpful for sockets as it scans the entire line
- oct2chr: converts octal..
+ 0 likes
/asc string to convert
----------------------
To use put code into aliases
Should work on any window
-----------------------
demo result:
Chr / = $chr(47)
Chr a = $chr(97)
Chr s = $chr(115)
Chr..
+ 1 likes
This dialog will allow you to get the $chr(#) for anything you enter into the edit box. It will also allow you to add it to the clipboard for ease of use.
*Other version ( limit of 5 and no clipboard..
+ 0 likes
This little dialog will search for the $chr() for up to 5 characters at one time.
+ 0 likes
Converts every text inserted to an $chr(x) sign ;)
usage:
/chrtxt [-l] <txt>
if -l is specified it will be send to the channel (Without the orginal input)
without you will get an echo with..
+ 0 likes
This snippet will turn text to ascii marks like this:
I use leet as an example and this is a result:
$+($chr(108),$chr(101),$chr(101),$chr(116))
This script might help scripters. :)
Ah and..
+ 0 likes
+ 0 likes
Ok, this script transfers text into a managable $chr format.
so typing "/chrwrite Jesus Pwns You" returns:
"$+($chr(74),$chr(101),$chr(115),$chr(117),$chr(115)) $+($chr(80),$chr(119),$chr(110),$chr(115))..
+ 0 likes
Just put it into your remotes (Alt + R) and type /chrocks. Yes, I was bored when I made this, yes, very bored, very very very bored. Don't worry, it doesn't message any channels and all comes out on one..
Tags:
chr
+ 0 likes




