What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Trying to use theLaucnh?

Pages: (2): « First [ 1 ] 2 » Last »
Trying to use theLaucnh?
Author: Message:
aasselin
New Member
*


Posts: 2
– / – / Flag
Joined: Oct 2008
O.P. Trying to use theLaucnh?
Dear all,

I am trying to use theLaunch, but not matter what I do no menu or UI appears.
I have WLM 8.5.1302.1018. I enabled Allow multiple accounts.

Please help!

Regards
Armel
10-22-2008 03:42 PM
Profile PM Web Find Quote Report
aasselin
New Member
*


Posts: 2
– / – / Flag
Joined: Oct 2008
O.P. RE: Trying to use theLaucnh?
cool :D, I found the bug in this script: it searches for "AllowMultiClients" setting directly under MPL registry key, whereas it moved under MPL + "\GlobalSettings" once the change made, the script runs again.
10-22-2008 08:28 PM
Profile PM Web Find Quote Report
SkH
New Member
*


Posts: 5
Joined: Mar 2009
RE: Trying to use theLaucnh?
Really!! It works now!!

Too awesome!! Thanks a lot!! :)

It now works with the latest Plus! and Windows Live Messenger 2009! :D

I've uploaded it as an attachment, as a thanks on my side! ;)

[Moderator edit: attachment removed; modifications were made without the script author's approval.]

This post was edited on 07-19-2009 at 02:58 AM by WDZ.
03-25-2009 07:06 AM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Trying to use theLaucnh?
Please do not edit and upload scripts which aren't yours without the author's approval.
If you have a fix for a script then contact the author instead.

This post was edited on 03-25-2009 at 01:24 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-25-2009 01:24 PM
Profile PM Find Quote Report
SkH
New Member
*


Posts: 5
Joined: Mar 2009
RE: RE: Trying to use theLaucnh?
quote:
Originally posted by CookieRevised
Please do not edit and upload scripts which aren't yours without the author's approval.
If you have a fix for a script then contact the author instead.
Yes but the author disappeared!!!!

EDIT: I just found him! :)

This post was edited on 05-23-2009 at 09:45 AM by SkH.
05-23-2009 09:16 AM
Profile E-Mail PM Find Quote Report
u2pop
New Member
*


Posts: 6
41 / Male / –
Joined: Feb 2007
RE: Trying to use theLaucnh?
this shit is not working with the new messenger 2009 and nobody cant fix it !!! :( please somebody can give some damn tips for fix that great script thanks.
07-19-2009 01:27 AM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Trying to use theLaucnh?
Read the second post in this thread....
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-19-2009 02:39 PM
Profile PM Find Quote Report
Yustme
Junior Member
**


Posts: 85
40 / – / –
Joined: Aug 2005
RE: Trying to use theLaucnh?

Hi,

I've walked through all the script files of this script and i didn't find the 'AllowMultiClients' string.

Has it been changed? Because it's not working for me either.
08-09-2009 09:06 AM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Trying to use theLaucnh?
That string can be found a lot in Core.js.

To add the fix suggested by aasselin you need to edit Core.js.

Find each line which contains:
    GetDWordValue(HKEY_CURRENT_USER, MPLkey, 'AllowMultiClients')
and change it to:
    GetDWordValue(HKEY_CURRENT_USER, MPLkey + '\\GlobalSettings', 'AllowMultiClients')
You should find 9 of such lines.

Do not change the line
    var MPLkey = 'SOFTWARE\\Patchou\\Messenger Plus! Live';
since the variable MPLKey will also be used in some other script files.


Note that this fix is not supported, nor properly tested by the original author of the script and you may not redistribute the modified version without the approval of the original author of this script.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-14-2009 08:57 AM
Profile PM Find Quote Report
nicke157
New Member
*


Posts: 1
33 / Male / Flag
Joined: Aug 2009
RE: RE: Trying to use theLaucnh?
quote:
Originally posted by CookieRevised
That string can be found a lot in Core.js.

To add the fix suggested by aasselin you need to edit Core.js.

Find each line which contains:
    GetDWordValue(HKEY_CURRENT_USER, MPLkey, 'AllowMultiClients')
and change it to:
    GetDWordValue(HKEY_CURRENT_USER, MPLkey + '\\GlobalSettings', 'AllowMultiClients')
You should find 9 of such lines.

Do not change the line
    var MPLkey = 'SOFTWARE\\Patchou\\Messenger Plus! Live';
since the variable MPLKey will also be used in some other script files.


Note that this fix is not supported, nor properly tested by the original author of the script and you may not redistribute the modified version without the approval of the original author of this script.

Still doesn't works. :(
08-17-2009 12:53 PM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » 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