What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Photo Sharing Disabler

Pages: (6): « First [ 1 ] 2 3 4 5 » Last »
[Release] Photo Sharing Disabler
Author: Message:
master4523
New Member
*


Posts: 1
Joined: May 2009
O.P. [Release] Photo Sharing Disabler
Photo Sharing Disabler
Version 1.0

Description :
Photo Sharing was made to annoy you while sending a screenshot (with PrintScreen & CTRL+V). Bored of that ? With this script you can enable or disable this feature.

Made by Master4523.
Thanks to CookieRevised for functions to read and write bytes in memory.

Only works on WLM 14.0.0206.

DOWNLOAD LINK

This post was edited on 05-20-2009 at 11:16 AM by master4523.
05-20-2009 11:14 AM
Profile E-Mail PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: [Release] Photo Sharing Disabler
this can be easily done with the registry setting made available by Patchou with MP!L.

see Messenger Plus! Live - Registry Settings and search for "OverrideImgTransfer"

a simple .reg file would be all that is required to fix the issue...
05-20-2009 11:33 AM
Profile PM Find Quote Report
Schnappi
Junior Member
**


Posts: 93
Joined: Mar 2009
RE: [Release] Photo Sharing Disabler
yes but sometimes you would prefer to switch between photo sharing and normal file sending.
this is useful in that case.
05-20-2009 12:33 PM
Profile PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: [Release] Photo Sharing Disabler
quote:
Originally posted by Schnappi
yes but sometimes you would prefer to switch between photo sharing and normal file sending.
this is useful in that case.
That will only work when Messenger is restarted,
AND:
quote:
Originally posted by master4523
Made by Master4523.
Thanks to CookieRevised for functions to read and write bytes in memory.
That strangely reminds me of guru (the one who created the Offline Helper, Idle Liar, and Nudges Tools scripts)....

AND:
quote:
Originally posted by NanaFreak
this can be easily done with the registry setting made available by Patchou with MP!L.

see Messenger Plus! Live - Registry Settings and search for "OverrideImgTransfer"

a simple .reg file would be all that is required to fix the issue...
An activate and an deactivate reg file would be much faster than using a script.
[Image: Empty.png]
05-21-2009 12:50 AM
Profile PM Web Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: [Release] Photo Sharing Disabler
I think by the way that the script is working is that it will be instant as its changing the memory of the program... so it would be faster than a .reg file... but i prefer it if i could totally delete the photosharing instead of just for print screens...
05-21-2009 06:46 AM
Profile PM Find Quote Report
Menthix
forum admin
*******

Avatar

Posts: 5537
Reputation: 102
39 / Male / Flag
Joined: Mar 2002
RE: [Release] Photo Sharing Disabler
quote:
Originally posted by blessedguy
That will only work when Messenger is restarted
This scripts doesn't need a restart to switch.
quote:
Originally posted by NanaFreak
I think by the way that the script is working is that it will be instant as its changing the memory of the program... so it would be faster than a .reg file
Indeed.
Finish the problem
Menthix.net | Contact Me
05-21-2009 11:04 AM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Release] Photo Sharing Disabler
fail.

Javascript code:
function OnGetScriptMenu() {
    if (Address) {
        var ret = "<ScriptMenu>";
        if (Enabled) ret += "<MenuEntry Id=\"MnuChange\">Disable</MenuEntry>";
        else ret += "<MenuEntry Id=\"MnuChange\">Enable</MenuEntry>";
        ret += "</ScriptMenu>";
        return ret;
    }
}
 
function OnGetScriptCommands(){
    if (Address) {
        var ret = "<ScriptMenu>";
        if (Enabled) ret += "<MenuEntry Id=\"MnuChange\">Disable</MenuEntry>";
        else ret += "<MenuEntry Id=\"MnuChange\">Enable</MenuEntry>";
        ret += "</ScriptMenu>";
        return ret;
    }
}

05-21-2009 11:09 AM
Profile E-Mail PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: [Release] Photo Sharing Disabler
quote:
Originally posted by Menthix
quote:
Originally posted by blessedguy
That will only work when Messenger is restarted
This scripts doesn't need a restart to switch.
Why?
[Image: Empty.png]
05-21-2009 05:33 PM
Profile PM Web Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: [Release] Photo Sharing Disabler
quote:
Originally posted by NanaFreak
but i prefer it if i could totally delete the photosharing instead of just for print screens...
iirc shouldn't this patching stop all the photosharing thing, instead of just print screens (which Patchou's registry does?)
05-21-2009 05:35 PM
Profile PM Web Find Quote Report
Menthix
forum admin
*******

Avatar

Posts: 5537
Reputation: 102
39 / Male / Flag
Joined: Mar 2002
RE: [Release] Photo Sharing Disabler
quote:
Originally posted by blessedguy
Why?
I assume because of what Nana said. I didn't really look at the code, but used it to see if everything works properly.
Finish the problem
Menthix.net | Contact Me
05-21-2009 05:42 PM
Profile E-Mail PM Web Find Quote Report
Pages: (6): « First [ 1 ] 2 3 4 5 » 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