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

Trying to use theLaucnh?
Author: Message:
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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Trying to use theLaucnh? - by aasselin on 10-22-2008 at 03:42 PM
RE: Trying to use theLaucnh? - by aasselin on 10-22-2008 at 08:28 PM
RE: Trying to use theLaucnh? - by SkH on 03-25-2009 at 07:06 AM
RE: Trying to use theLaucnh? - by CookieRevised on 03-25-2009 at 01:24 PM
RE: RE: Trying to use theLaucnh? - by SkH on 05-23-2009 at 09:16 AM
RE: Trying to use theLaucnh? - by u2pop on 07-19-2009 at 01:27 AM
RE: Trying to use theLaucnh? - by CookieRevised on 07-19-2009 at 02:39 PM
RE: Trying to use theLaucnh? - by Yustme on 08-09-2009 at 09:06 AM
RE: Trying to use theLaucnh? - by CookieRevised on 08-14-2009 at 08:57 AM
RE: RE: Trying to use theLaucnh? - by nicke157 on 08-17-2009 at 12:53 PM
RE: RE: RE: Trying to use theLaucnh? - by Yustme on 02-12-2010 at 11:17 PM
RE: Trying to use theLaucnh? - by L. Coyote on 02-13-2010 at 07:48 PM
RE: RE: Trying to use theLaucnh? - by Yustme on 02-13-2010 at 09:33 PM
RE: Trying to use theLaucnh? - by Menthix on 02-16-2010 at 10:39 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