Top

Code Snippets Tagged with crypter by KuTsuM

  (1)  
Sort by 
This snippet is a Hexadecimal encoder and decoder. Just add $hex(your text here).encode/decode IE: alias test { if ($1 == encode) { echo -a $hex($2-).encode } else { echo -a $hex($2-).decode } } NOTE:..
Tags: crypter 
+ 0 likes
3 comment(s)   |   Score: 1.4   |   Language: mIRC   |   Posted by KuTsuM on Sep 18, 2005
Bottom