; Md5 Decoder By SCouNDReL ; This Addon Decodes Md5 texts ; Usage, /md5.decode text ; eg. /md5.decode 014fe11a93ce59a35f0a59a71dd87e89 alias md5.decode { if ($1) { set %md5.decode $1- | sockopen $+(md5,$ctime) md5.rednoize.com 80 } | else { echo -a write md5 text } } on *:SockOpen:md5*:{ var %s sockwrite -n $sockname %s GET $+(/,?q=,%md5.decode,&b=MD5-Search) HTTP/1.1 %s host: md5.rednoize.com %s $crlf } on *:SockRead:md5*:{ var %a sockread %a if ($sockerr) { echo -a Error! } if ($str( ,3) isin %a) { echo -a $remove(%a,<h3>, ) | sockclose md5* } } on *:SockClose:md5*:{ echo -a Couldn't Find }