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