mIRC Code Snippets Tagged with asc
(8)
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
I was going to make a nice little addon out of this, but I don't have the motivation. If you want to use this be my guest, as of right now, it doesn't really serve a purpose.
Have fun.
Edit: Updated..
+ 3 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


