1337
Platform: mIRC
Published Dec 11, 2005
Updated Dec 11, 2005
Just paste whole script in ur remote (Alt + R). And type: ''/1337 on''. (Type: ''/1337 off'' to stop the script)
And let the magic begin ;)
alias 1337 {
if ($1 = on) {
set %1337 on | echo -a The 1337 script is now on-line! | halt }
if ($1 = off) {
set %1337 off | echo -a The 1337 script is now off-line! | halt }
else {
echo -a Error! You have to type ''On'' or ''Off''! }
}
on *:input:*:{ if (/* iswm $1-) { $1- | halt }
if (%1337 = on) {
msg $active $replace($replace($replace($replace($replace($1-,e,3),a,4),o,0),i,1),t,7) | halt }
}