What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » if i dissable some scripts they re enable themselves

if i dissable some scripts they re enable themselves
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: if i dissable some scripts they re enable themselves
quote:
Originally posted by danielth
everytime i open msn it re enables itself... can you guys stop this?
In order to stop that, you would have to edit the wlmsafe.js file which is located in the WLMSafe directory (C:\Program Files\Messenger Plus! Live\Scripts\WLM Safe), just look for the OnEvent_Uninitialize function and replace it for the following lines :D

JScript code:
function OnEvent_Uninitialize(MessengerExit) {
    if(MessengerExit==0) {
    //Shell.RegWrite(RegPath.substring(0, RegPath.length - 9) + "Enabled", 1, "REG_DWORD");        //MsgPlus.LockMessenger(1);        //Shell.Popup(Mess[5], 7, TitleWin, 0);        //ExitMessenger();    }
    if(RegR(RegPath2, "Installed")=="0"){ fso.DeleteFolder(MsgPlus.ScriptFilesPath, true); }
}



@mynetx: WLM Safe re enables itself in the OnEvent_Uninitialize function :P
08-16-2009 10:13 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
if i dissable some scripts they re enable themselves - by danielth on 08-16-2009 at 09:26 PM
RE: if i dissable some scripts they re enable themselves - by mynetx on 08-16-2009 at 09:42 PM
RE: if i dissable some scripts they re enable themselves - by felipEx on 08-16-2009 at 10:13 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