What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » An idea if it wasnt there :)

An idea if it wasnt there :)
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: An idea if it wasnt there :)
i have made a script like this, but formatted my computer so i lost it lol:P

anyway here's the code (non-tested, all from heart):

code:
var XboxEmail = "lol@whatever.com";
var lastpsm = "";

function OnEvent_SigninReady(){
var Contact = Messenger.MyContacts.GetContact(XboxEmail);
if(Contact.Status != 1){
lastpsm = Messenger.MyPersonalMessage;
Messenger.MyPersonalMessage = Contact.PersonalMessage;
}
}
function OnEvent_Initialize(s){
if(!s) OnEvent_SigninReady();
}
function OnEvent_ContactSignin(email){
if(email == XboxEmail) OnEvent_SigninReady();
}
function OnEvent_ContactSignout(email){
if(email == XboxEmail) Messenger.MyPersonalMessage = lastpsm;
}


when Xbox Live signs into your account, the personal message would be similar to:

Xbox 360: Dashboard (gamertag)

This post was edited on 07-31-2008 at 02:52 AM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
07-31-2008 02:51 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
An idea if it wasnt there :) - by dr34m3r on 07-31-2008 at 12:16 AM
RE: An idea if it wasnt there :) - by roflmao456 on 07-31-2008 at 02:51 AM
RE: An idea if it wasnt there :) - by dr34m3r on 07-31-2008 at 01:33 PM
RE: An idea if it wasnt there :) - by roflmao456 on 07-31-2008 at 02:26 PM
RE: An idea if it wasnt there :) - by dr34m3r on 07-31-2008 at 05:41 PM
RE: An idea if it wasnt there :) - by roflmao456 on 07-31-2008 at 05:54 PM
RE: An idea if it wasnt there :) - by dr34m3r on 07-31-2008 at 05:57 PM
RE: An idea if it wasnt there :) - by prashker on 07-31-2008 at 05:59 PM
RE: An idea if it wasnt there :) - by dr34m3r on 07-31-2008 at 06:04 PM
RE: An idea if it wasnt there :) - by prashker on 07-31-2008 at 06:08 PM
RE: An idea if it wasnt there :) - by dr34m3r on 07-31-2008 at 07:28 PM
RE: An idea if it wasnt there :) - by matty on 08-01-2008 at 03:16 AM
RE: An idea if it wasnt there :) - by prashker on 08-01-2008 at 04:19 AM
RE: An idea if it wasnt there :) - by matty on 08-01-2008 at 11:13 AM
RE: An idea if it wasnt there :) - by dr34m3r on 08-01-2008 at 12:36 PM
RE: An idea if it wasnt there :) - by matty on 08-01-2008 at 12:46 PM
RE: An idea if it wasnt there :) - by dr34m3r on 08-01-2008 at 01:05 PM
RE: An idea if it wasnt there :) - by aNILEator on 08-01-2008 at 01:07 PM
RE: An idea if it wasnt there :) - by matty on 08-01-2008 at 11:30 PM
RE: An idea if it wasnt there :) - by dr34m3r on 08-02-2008 at 12:08 AM
RE: An idea if it wasnt there :) - by roflmao456 on 08-02-2008 at 12:16 AM
RE: An idea if it wasnt there :) - by dr34m3r on 08-02-2008 at 12:21 AM
RE: An idea if it wasnt there :) - by matty on 08-02-2008 at 12:36 AM
RE: An idea if it wasnt there :) - by dr34m3r on 08-02-2008 at 02:24 AM
RE: An idea if it wasnt there :) - by matty on 08-03-2008 at 01:04 PM
RE: An idea if it wasnt there :) - by dr34m3r on 08-03-2008 at 01:39 PM
RE: An idea if it wasnt there :) - by Eddie on 08-03-2008 at 02:39 PM
RE: An idea if it wasnt there :) - by dr34m3r on 08-03-2008 at 02:45 PM
RE: An idea if it wasnt there :) - by matty on 08-06-2008 at 05:26 AM
RE: An idea if it wasnt there :) - by dr34m3r on 08-09-2008 at 11:14 PM
RE: An idea if it wasnt there :) - by dr34m3r on 08-10-2008 at 01:01 AM
RE: An idea if it wasnt there :) - by Eddie on 08-15-2008 at 10:20 AM


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