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 :)

Pages: (4): « First [ 1 ] 2 3 4 » Last »
An idea if it wasnt there :)
Author: Message:
dr34m3r
Junior Member
**

Yousef AL-Rshed

Posts: 22
– / Male / Flag
Joined: Jul 2008
O.P. An idea if it wasnt there :)
Hello, I was thinking if there was a script that copies another person's PM and put it on my PM

Cuz i have 2 emails one for xbox live and the 2nd one for chatting

and i always write on my PM For example "Playing on XBOX LIVE"

so i think that if there was a script that copies other's PM i could've copied my XBOX LIVE PM on my CHATTING EMAIL's PM :)

what do u think ?

The whole idea is "copying someone's PM to ur PM"
07-31-2008 12:16 AM
Profile E-Mail PM Find Quote Report
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
dr34m3r
Junior Member
**

Yousef AL-Rshed

Posts: 22
– / Male / Flag
Joined: Jul 2008
O.P. RE: An idea if it wasnt there :)
hmm Ok thanks alot :) but im really not into scripting

can u do it and post it ?

:) i know nothing about these things .. !!

:P
07-31-2008 01:33 PM
Profile E-Mail PM Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: An idea if it wasnt there :)
here you go:

- added a window to configure

.plsc File Attachment: Xbox Live.plsc (1.94 KB)
This file has been downloaded 200 time(s).
[quote]
Ultimatess6
: What a noob mod
07-31-2008 02:26 PM
Profile PM Web Find Quote Report
dr34m3r
Junior Member
**

Yousef AL-Rshed

Posts: 22
– / Male / Flag
Joined: Jul 2008
O.P. RE: An idea if it wasnt there :)
Thanks alot bro ...

but it didnt work.. i also tried re-signing in my Xbox live account ... didnt work @_@
OK it worked when i re-signed in on my Chatting email :) thanks alot ! :) Thank you for ur help ..
Ops .. another problem

when i play a game .. my PM doesnt Update or stay on what it was .. it just removes the PM and stay empty
07-31-2008 05:41 PM
Profile E-Mail PM Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: An idea if it wasnt there :)
it works fine here
[quote]
Ultimatess6
: What a noob mod
07-31-2008 05:54 PM
Profile PM Web Find Quote Report
dr34m3r
Junior Member
**

Yousef AL-Rshed

Posts: 22
– / Male / Flag
Joined: Jul 2008
O.P. RE: An idea if it wasnt there :)
hmm well ... try it more ..

when i was on the dashboard .. it works ok .. but when i played COD 4 ... and my XBOX email changed ... my chatting email just removed the PM .. and didnt update =o
[Image: dr34m3r.gif]
07-31-2008 05:57 PM
Profile E-Mail PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: An idea if it wasnt there :)
This is great, i'll have to change my Xbox Live ID email to something else but this is amazing.

I wanted it to show but not actually talk on the 360 :p
07-31-2008 05:59 PM
Profile PM Find Quote Report
dr34m3r
Junior Member
**

Yousef AL-Rshed

Posts: 22
– / Male / Flag
Joined: Jul 2008
O.P. RE: An idea if it wasnt there :)
Yeah SonicSam :p i wanted this too .. can u try it and tell us if it works ok or not ?
[Image: dr34m3r.gif]
07-31-2008 06:04 PM
Profile E-Mail PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: An idea if it wasnt there :)
I'll get to it sometime, i'm busy now though :p

I may set a parental account to my current email...and a new email for the "kids" account which will redirect to the current email which will in turn still let me view all the emails easy :p
07-31-2008 06:08 PM
Profile PM Find Quote Report
Pages: (4): « First [ 1 ] 2 3 4 » Last »
« Next Oldest Return to Top Next Newest »


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