What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Multiple Accounts Nick Changer

[Request] Multiple Accounts Nick Changer
Author: Message:
MrT
Junior Member
**

Coding For Fun

Posts: 62
35 / Male / Flag
Joined: Jul 2006
RE: [Request] Multiple Accounts Nick Changer
you can make two scripts.

one(for your first account)
code:
function OnEvent_ContactNameChange(mail,isim) {
if (mail == "yourSECONDmail@hotmail.com") { Messenger.MyName = isim; }
}

two(for your second account)
code:
function OnEvent_ContactNameChange(mail,isim) {
if (mail == "yourFIRSTmail@hotmail.com") { Messenger.MyName = isim; }
}


will it work?
i didn't test it
(sorry for my english)
02-01-2007 10:48 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Multiple Accounts Nick Changer - by warmth on 01-31-2007 at 10:56 PM
RE: [Request] Multiple Accounts Nick Changer - by roflmao456 on 01-31-2007 at 11:02 PM
RE: [Request] Multiple Accounts Nick Changer - by MrT on 02-01-2007 at 10:48 PM
RE: [Request] Multiple Accounts Nick Changer - by roflmao456 on 02-01-2007 at 11:05 PM
RE: [Request] Multiple Accounts Nick Changer - by warmth on 05-06-2007 at 03:44 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