Top

mIRC Code Snippets Tagged with chr

  (18)  
Sort by 
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..
Tags: 44  addon  asc  ascii  change  chr  codes  decimal  help  hex  html  ini  jonesy  jonesy44  mirc  numbers  oct  octal  regex  script  text 
+ 0 likes
3 comment(s)    Score: 0.0    Platform: mIRC    Posted by jonesy44 on Jul 31, 2009
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
Similar to my last identifier, I now present you $chrpad(). $chrpad(txt, len, chr, s) txt is the text you want to apply padding to. len is the MAXIMUM length of the full string, including..
+ 1 likes
0 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Jul 02, 2009
Use /CF
Tags: art  asc  ascii  char  chr  symbols 
+ 0 likes
7 comment(s)    Score: 2.5    Platform: mIRC    Posted by ProIcons on Feb 05, 2009
/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..
Tags: asc  chr  list 
+ 1 likes
10 comment(s)    Score: 5.5    Platform: mIRC    Posted by dddanger on Jan 23, 2009
just a lil alias i made to play around with chr's. No real uses for it unless you like to play around with chr's . copy/paste into ur remotes
Tags: alias  chr  talk  text 
+ 0 likes
3 comment(s)    Score: 8.0    Platform: mIRC    Posted by napa182 on Oct 23, 2008
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..
Tags: chr  dialog 
+ 0 likes
5 comment(s)    Score: 6.5    Platform: mIRC    Posted by Scakk on Jul 07, 2008
This little dialog will search for the $chr() for up to 5 characters at one time.
Tags: ascii  chr  dialog 
+ 0 likes
9 comment(s)    Score: 8.3    Platform: mIRC    Posted by Scakk on Jul 05, 2008
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..
Tags: chr  converter  msl 
+ 0 likes
4 comment(s)    Score: 5.7    Platform: mIRC    Posted by Vox91 on May 20, 2008
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..
Tags: asc  ascii  chr 
+ 0 likes
3 comment(s)    Score: 4.0    Platform: mIRC    Posted by juhapuha on May 12, 2008
To Use: //echo -a $getChr(©) Will Return: $chr(169) Bot Use: <~Administrator> ~chr † <~Channel_bot> brand0n2: $chr(134) Fill Free to change anyt..
Tags: bot  chr  fun  getchr  mrc  rage 
+ 0 likes
5 comment(s)    Score: 1.0    Platform: mIRC    Posted by Ragex on Feb 12, 2008
This is a simple enough script to show the $chr() codes, i've added a search function too so you can find the $chr code easily, without having to search the list.
Tags: ascii  char  characters  chr  code  codes  dialog  mirc  search 
+ 0 likes
3 comment(s)    Score: 6.6    Platform: mIRC    Posted by jonesy44 on Feb 09, 2008
just a bit of fun, just echo it out
Tags: chr  xstatic 
+ 0 likes
7 comment(s)    Score: 2.7    Platform: mIRC    Posted by F*U*R*B*Y* on Dec 25, 2007
See comments below
Tags: asc  chr 
+ 0 likes
5 comment(s)    Score: 7.0    Platform: mIRC    Posted by opticlens on Dec 23, 2007
just add into remotes and type /ascii
Tags: chr  xstatic 
+ 0 likes
24 comment(s)    Score: 4.5    Platform: mIRC    Posted by F*U*R*B*Y* on Dec 19, 2007
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))..
Tags: alias  chr 
+ 0 likes
10 comment(s)    Score: 3.5    Platform: mIRC    Posted by Korvin on Nov 22, 2007
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
8 comment(s)    Score: 2.8    Platform: mIRC    Posted by BackoffJackson on Apr 05, 2007
Just place in remotes and right click in channel. Feel free to add to it. I know its simple but I plan to add more and make some more things. scruffy: Chrs: 242 243 Updated with more faces.
Tags: chr  faces 
+ 0 likes
5 comment(s)    Score: 3.0    Platform: mIRC    Posted by Raid on Nov 30, 2005
Bottom