What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script Work for One Account

Script Work for One Account
Author: Message:
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: RE: Script Work for One Account
quote:
Originally posted by [b
markee[/b]]
code:
//write as many strings separated by commas as you want.  have a single quoted string if you only want one.
var emails = new Array("<put your email address here","<a
second email address if you want","<want a third one as well>");
function OnEvent_ChatWndSendMessage(pChatWnd,sMessage){
    for(i in emails){
        if (Messenger.MyUserId == emails[i]){
            return sMessage.replace(/:(?:\)|D|O|P|-\#|S|\||\(|-\*|\$|\@)|\((?:h|brb|6|co|a|e|t|i|mp|p|~|o|um|%|xx|au|ap|so|y|n|yn|h5|m|ip|#|r|\*|st|pi|b|d|c|&|@|tu|sn|bah|nah|l|u|k|f|w|z|x|\{\)\(\})\)|8-\|\^o\)|\+o\(|8o\|/gi,function($1){
                if($1.charAt(0) === ":"){
                    $1.replace(/:-?/,"=");
                }else if($1.charAt(0 === "("){
                    $1.replace(/\(|\)|\*|&/g,function($1){
                        switch($1){
                            case "(": return "{";
                            case ")": return "}";
                            case "*": return "*2";
                            case "&": return "dog";
                        }
                    }
                }else{
                    switch($1){
                        case "8-|": return "8o)";
                        case "^o)": return "=/";
                        case "\+o(": return "=o(";
                        case "8o|": return "=o|";
                    }
                }
            });
        }
    }
}

:O

This post was edited on 12-19-2007 at 02:17 PM by davidpolitis.
12-19-2007 01:46 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script Work for One Account - by Eddie on 12-19-2007 at 03:05 AM
RE: Script Work for One Account - by MeEtc on 12-19-2007 at 03:21 AM
RE: Script Work for One Account - by Eddie on 12-19-2007 at 03:34 AM
RE: Script Work for One Account - by prashker on 12-19-2007 at 03:37 AM
RE: Script Work for One Account - by Eddie on 12-19-2007 at 03:40 AM
RE: Script Work for One Account - by davidpolitis on 12-19-2007 at 05:01 AM
RE: Script Work for One Account - by aNILEator on 12-19-2007 at 05:29 AM
RE: RE: Script Work for One Account - by davidpolitis on 12-19-2007 at 05:34 AM
RE: Script Work for One Account - by aNILEator on 12-19-2007 at 05:36 AM
RE: Script Work for One Account - by Eddie on 12-19-2007 at 05:39 AM
RE: Script Work for One Account - by aNILEator on 12-19-2007 at 02:39 PM
RE: Script Work for One Account - by markee on 12-23-2007 at 12:01 PM
RE: Script Work for One Account - by aNILEator on 12-23-2007 at 12:07 PM
RE: Script Work for One Account - by markee on 12-23-2007 at 12:11 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On