Top

mIRC Code Snippets Tagged with asc

  (8)  
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
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
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..
Tags: asc  asctime  calendar  date  hadd  hash  hfree  hget  pic  picwin  table  time  window 
+ 3 likes
18 comment(s)    Score: 7.5    Platform: mIRC    Posted by TheImrac on Nov 13, 2008
This is pretty much alike my old ascii snippet, but I remade this one a bit. A friend asked for a script which will output the ascii in this way (output idea taken from TCLbot and "Scripting"..
Tags: asc  ascii  bot  channel 
+ 0 likes
2 comment(s)    Score: 0.0    Platform: mIRC    Posted by Lindrian on Jun 05, 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
See comments below
Tags: asc  chr 
+ 0 likes
5 comment(s)    Score: 7.0    Platform: mIRC    Posted by opticlens on Dec 23, 2007
; $getasc - Roy_ ; Credits ; ------- ; This snippet may appear similar to Lindrian's $asc_ snippet, part of the snippet actually does what Lindrian's snippet does. ; I give credit to Lindrian for the..
Tags: asc  character  format  number 
+ 0 likes
8 comment(s)    Score: 4.0    Platform: mIRC    Posted by Roy_ on Oct 03, 2007
Bottom