What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST]Idle lies

[REQUEST]Idle lies
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [REQUEST]Idle lies
For the "Idle on demand" script: see below....

------------------------------------------------


quote:
Originally posted by absorbation
Shrbr is making something, he found a registry value to change to idle status and is intergrating it into a script.
The only idle related Messenger registry value there is is the one which indicates with what status you are going to signin. This is shown and used already 2 months ago in my Remember Status script.

But this is of no use whatsoever to the OP.

Even if you can set a registry value to "idle", that wont do anything good since Messenger does not constantly poll the registry to see if it needs to change the status.



------------------------------

To change the status on demand to 'Idle' you need to manipulate the protocol directly (this is how some addons like Messenger Discovery do it) or find a means to trick messenger into setting it to idle directly.

Also, don't forget that messenger reconizes when the computer goes to idle and out of idle by recieving a Windows message from Windows. It might by possible to manipulate that instead, but it will also have some possible drawbacks if you don't do it right and thus not do what has been requested (which is to set the status Idle on demand but still being able to use the computer; so the status stays on Idle and doesn't switch back to online). It depends on how you do it.



------------------------------

EDIT:
quote:
Originally posted by shrbr
Make a .reg file

Windows Registry Editor Version 5.00



[HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings\MSN ID]
"DefaultSignInState"=dword:00000012

Replace MSN ID: http://shoutbox.menthix.net/attachment.php?pid=132217

I already showed that registry key and the use of it in my Remember Status script. However this is of no use of what has been requested in this thread.



------------------------------

EDIT (because this post is linked to in several other threads):
you can not set your status to idle using
code:
Messenger.MyStatus = 6;
The idle status can be retrieved, but can not be set like this!

The MyStatus property is used to get or set the current status and 6 indicates the idle state.



------------------------------

EDIT: A known and very old method to set your status to Idle on demand is to patch Messenger. The patch consists of replacing an existing status with the Idle status in the protocol code which handles the setting of statusses.

However, doing this will have major drawbacks: say you change the 'Busy' status with the 'Idle' status, any contact who is busy will be shown as idle. Also, you wont be able to set your status to busy anymore either.

Hence I didn't considered this as a solution. However, since KnRd_WC recently used this method to make a patch, it got me thinking again about these drawbacks and how to eliminate them.

So, to overcome these drawbacks, you can use a dirty but simple hack: patch a messenger status, set your status to that patched one, and change the patched status back to what it was. This is exactly what is done in the attached script "Idle on demand".

But note that such simple patch scripts are version specific. They are designed for a particular build (or builds) and will not work on any other (unless they are made generic, but that requires more code and isn't always that easy/possible). The attached script is only compatible with build 8.0.0812, 8.1.0106, 8.1.0168, 8.1.0178, 8.5.0517, 8.5.0601 and 8.5.1018:

Idle on demand (WLM 8.0.0812, 8.1.0106, 8.1.0168, 8.1.0178, 8.5.0517, 8.5.0816 and 8.5.1018 (and very maybe 9.0)

Usage:
    - Select 'Idle' from the Plus! icon submenu for scripts
    - Use the '/idle' command in a conversation.

It will always be updated shortly after a new (public) Windows Live Messenger version comes out (when I got the time!). Please do not alter the script yourself.


;)

Previous downloads: 788

.plsc File Attachment: Idle_on_demand.plsc (2.16 KB)
This file has been downloaded 1529 time(s).

This post was edited on 12-05-2007 at 03:58 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-19-2006 07:22 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[REQUEST]Idle lies - by Kutar on 08-09-2006 at 10:28 AM
RE: [REQUEST]Idle lies - by RaceProUK on 08-09-2006 at 02:47 PM
RE: [REQUEST]Idle lies - by Kutar on 08-11-2006 at 10:26 AM
RE: [REQUEST]Idle lies - by Silentdragon on 08-11-2006 at 10:37 AM
RE: [REQUEST]Idle lies - by Intosia on 08-11-2006 at 10:52 AM
RE: RE: [REQUEST]Idle lies - by ZrednaZ on 01-30-2007 at 02:49 PM
RE: [REQUEST]Idle lies - by RaceProUK on 08-11-2006 at 11:44 AM
RE: [REQUEST]Idle lies - by absorbation on 08-11-2006 at 11:58 AM
RE: [REQUEST]Idle lies - by artfuldodga on 08-11-2006 at 12:51 PM
RE: [REQUEST]Idle lies - by Kutar on 08-12-2006 at 03:34 PM
RE: [REQUEST]Idle lies - by tony on 08-12-2006 at 03:51 PM
RE: [REQUEST]Idle lies - by CookieRevised on 08-19-2006 at 07:22 PM
RE: RE: [REQUEST]Idle lies - by bleezer on 08-19-2006 at 10:05 PM
RE: [REQUEST]Idle lies - by artfuldodga on 08-30-2006 at 10:21 PM
RE: [REQUEST]Idle lies - by CookieRevised on 08-31-2006 at 11:15 PM
RE: [REQUEST]Idle lies - by ~*McoreD*~ on 11-12-2006 at 01:06 AM
RE: [REQUEST]Idle lies - by CookieRevised on 11-12-2006 at 01:43 PM
RE: [REQUEST]Idle lies - by ~*McoreD*~ on 11-12-2006 at 11:52 PM
RE: RE: [REQUEST]Idle lies - by CookieRevised on 11-13-2006 at 02:03 AM
RE: [REQUEST]Idle lies - by RaceProUK on 11-13-2006 at 12:11 AM
RE: [REQUEST]Idle lies - by MicroWay on 11-13-2006 at 12:25 AM
RE: RE: [REQUEST]Idle lies - by ~*McoreD*~ on 11-13-2006 at 01:14 AM
RE: RE: [REQUEST]Idle lies - by CookieRevised on 11-13-2006 at 02:23 AM
RE: [REQUEST]Idle lies - by MicroWay on 11-13-2006 at 02:16 AM
RE: [REQUEST]Idle lies - by MicroWay on 11-13-2006 at 02:35 AM
RE: [REQUEST]Idle lies - by deAd on 11-13-2006 at 02:51 AM
RE: [REQUEST]Idle lies - by MicroWay on 11-13-2006 at 02:58 AM
RE: [REQUEST]Idle lies - by artfuldodga on 12-16-2006 at 03:33 PM
RE: [REQUEST]Idle lies - by Efe/ZX on 12-16-2006 at 07:34 PM
RE: RE: [REQUEST]Idle lies - by CookieRevised on 12-16-2006 at 10:45 PM
RE: [REQUEST]Idle lies - by artfuldodga on 12-17-2006 at 01:12 AM
RE: [REQUEST]Idle lies - by Lucette on 01-30-2007 at 02:27 AM
RE: [REQUEST]Idle lies - by artfuldodga on 01-30-2007 at 01:28 PM
RE: [REQUEST]Idle lies - by Eljay on 01-30-2007 at 02:29 PM
RE: [REQUEST]Idle lies - by Lucette on 01-30-2007 at 02:35 PM
RE: [REQUEST]Idle lies - by CookieRevised on 01-31-2007 at 12:09 AM
RE: [REQUEST]Idle lies - by artfuldodga on 05-28-2007 at 08:53 PM
RE: RE: [REQUEST]Idle lies - by ~*McoreD*~ on 06-02-2007 at 05:26 AM
RE: RE: [REQUEST]Idle lies - by ~*McoreD*~ on 06-02-2007 at 11:22 PM
RE: [REQUEST]Idle lies - by artfuldodga on 06-02-2007 at 05:33 AM
RE: [REQUEST]Idle lies - by CookieRevised on 06-03-2007 at 01:47 AM
RE: [REQUEST]Idle lies - by riahc4 on 06-03-2007 at 03:44 AM
RE: [REQUEST]Idle lies - by artfuldodga on 06-03-2007 at 09:00 AM
RE: [REQUEST]Idle lies - by Volv on 06-13-2007 at 03:02 PM
RE: [REQUEST]Idle lies - by artfuldodga on 09-06-2007 at 02:00 AM
RE: [REQUEST]Idle lies - by Mnjul on 09-06-2007 at 06:19 PM
RE: [REQUEST]Idle lies - by {ESO} on 09-09-2007 at 11:18 AM
RE: [REQUEST]Idle lies - by MondayX on 10-04-2007 at 05:57 PM
RE: [REQUEST]Idle lies - by scowl on 10-14-2007 at 04:40 PM
RE: [REQUEST]Idle lies - by MondayX on 10-14-2007 at 04:46 PM
RE: [REQUEST]Idle lies - by artfuldodga on 10-17-2007 at 07:07 PM
RE: [REQUEST]Idle lies - by snAke_LeAder on 11-03-2007 at 09:16 PM
RE: [REQUEST]Idle lies - by snAke_LeAder on 11-07-2007 at 02:07 PM
RE: RE: [REQUEST]Idle lies - by Firehalk on 11-12-2007 at 02:07 PM
RE: [REQUEST]Idle lies - by vikke on 11-12-2007 at 07:46 PM
RE: [REQUEST]Idle lies - by snAke_LeAder on 11-13-2007 at 11:00 AM
RE: [REQUEST]Idle lies - by John Anderton on 11-17-2007 at 10:39 AM
RE: RE: [REQUEST]Idle lies - by vikke on 11-17-2007 at 12:09 PM
RE: [REQUEST]Idle lies - by John Anderton on 11-17-2007 at 12:20 PM
RE: RE: [REQUEST]Idle lies - by vikke on 11-17-2007 at 08:19 PM
RE: RE: [REQUEST]Idle lies - by CookieRevised on 11-29-2007 at 09:46 PM
RE: [REQUEST]Idle lies - by TheGuruSupremacy on 11-29-2007 at 10:55 PM
RE: [REQUEST]Idle lies - by CookieRevised on 11-29-2007 at 11:09 PM
RE: [REQUEST]Idle lies - by John Anderton on 12-02-2007 at 11:40 AM
RE: [REQUEST]Idle lies - by Felu on 12-02-2007 at 11:53 AM
RE: RE: [REQUEST]Idle lies - by vikke on 12-02-2007 at 12:09 PM
RE: [REQUEST]Idle lies - by John Anderton on 12-02-2007 at 01:27 PM
RE: [REQUEST]Idle lies - by Felu on 12-02-2007 at 01:50 PM
RE: RE: [REQUEST]Idle lies - by snAke_LeAder on 12-02-2007 at 05:51 PM
RE: [REQUEST]Idle lies - by CookieRevised on 12-02-2007 at 07:06 PM
RE: [REQUEST]Idle lies - by vikke on 12-02-2007 at 07:38 PM
RE: [REQUEST]Idle lies - by CookieRevised on 12-03-2007 at 04:10 AM
RE: [REQUEST]Idle lies - by John Anderton on 12-03-2007 at 05:52 AM
RE: [REQUEST]Idle lies - by riahc4 on 12-22-2007 at 11:56 AM
RE: RE: [REQUEST]Idle lies - by High Speed Chaser on 12-22-2007 at 12:00 PM
RE: [REQUEST]Idle lies - by vikke on 12-22-2007 at 12:05 PM
RE: [REQUEST]Idle lies - by riahc4 on 12-22-2007 at 01:38 PM
RE: [REQUEST]Idle lies - by riahc4 on 01-02-2008 at 07:31 PM
RE: [REQUEST]Idle lies - by CookieRevised on 01-03-2008 at 03:59 AM
RE: [REQUEST]Idle lies - by isg on 03-09-2008 at 01:33 PM
RE: [REQUEST]Idle lies - by chance on 07-26-2008 at 05:44 PM
RE: [REQUEST]Idle lies - by chance on 11-11-2008 at 08:27 AM
RE: [REQUEST]Idle lies - by chance on 12-26-2008 at 11:40 AM
RE: [REQUEST]Idle lies - by Spunky on 12-26-2008 at 06:23 PM
RE: [REQUEST]Idle lies - by IA015 on 01-11-2009 at 12:19 PM
RE: [REQUEST]Idle lies - by jumpjet321 on 01-13-2009 at 07:14 PM
RE: [REQUEST]Idle lies - by Jag021 on 01-26-2009 at 08:47 PM
RE: [REQUEST]Idle lies - by MicroWay on 02-14-2009 at 08:57 PM
RE: [REQUEST]Idle lies - by Jag021 on 02-18-2009 at 10:30 PM
RE: [REQUEST]Idle lies - by John Anderton on 02-21-2009 at 07:03 AM
RE: RE: [REQUEST]Idle lies - by Jag021 on 02-21-2009 at 11:41 PM
RE: [REQUEST]Idle lies - by John Anderton on 02-22-2009 at 05:21 AM
RE: [REQUEST]Idle lies - by IA015 on 02-22-2009 at 06:29 PM
RE: [REQUEST]Idle lies - by Jag021 on 02-22-2009 at 08:51 PM
RE: [REQUEST]Idle lies - by TheGuruSupremacy on 02-22-2009 at 09:27 PM
RE: RE: [REQUEST]Idle lies - by IA015 on 02-22-2009 at 09:30 PM
RE: [REQUEST]Idle lies - by TheGuruSupremacy on 02-27-2009 at 07:26 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