What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Idler - Idle on demand

Idler - Idle on demand
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15517
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Idler - Idle on demand
quote:
Originally posted by effection
that's why it's over complicated compared to your method.
I understand you made the "idler" just as an example of what can be done. I was talking about the hooking method (and especially how it is scripted) itself.

As for the "idler" example itself, I don't find it a good example at all as I don't see any benfit with your method in any way. There is no advantage of the hooking and injected code at all and it is actually useless. All you do is in fact patching Messenger and forcing a status change so that Messenger changes the status to something else than original. This is exactly what I do in my script too.

Currently I see the method you used more as a POC (proof of concept)* than anything else...without any benefits. Since the user of this method can't do anything with the redirected calls. I mean, you can redirect a certain specific call (and one should be extremely carefull in what to redirect, you also can't inject a 'redirection' everywhere as you need a certain amount of opcodes to do it), but then what? It would be benefitial if people could actually use a callback function instead (big hint hint ;):p). Without such a callback function I'm afraid your method is of not much use other than injecting some precompiled ASM code which isn't that usefull on its own. And overall it has some big disadvantages and is not so versitile as you might think (hence the just-a-POC-feeling).

still cool that you took the time to do it though (y)

;)



* which didn't needed much proof imho... You can use Windows APIs in scripting, that means you can patch stuff in memory and use ASM in scripting, that means you can inject code and direct a call...It is just a lot of work...

This post was edited on 06-30-2007 at 05:52 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
06-30-2007 12:54 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Idler - Idle on demand - by effection on 06-30-2007 at 12:14 AM
RE: Idler - Idle on demand - by Mike on 06-30-2007 at 12:18 AM
RE: Idler - Idle on demand - by Chris4 on 06-30-2007 at 12:19 AM
RE: RE: Idler - Idle on demand - by Phillip on 06-30-2007 at 12:23 AM
RE: Idler - Idle on demand - by MattyRid on 06-30-2007 at 12:20 AM
RE: Idler - Idle on demand - by effection on 06-30-2007 at 12:26 AM
RE: Idler - Idle on demand - by MattyRid on 06-30-2007 at 12:28 AM
RE: Idler - Idle on demand - by effection on 06-30-2007 at 12:30 AM
RE: Idler - Idle on demand - by Nathan on 06-30-2007 at 12:31 AM
RE: Idler - Idle on demand - by CookieRevised on 06-30-2007 at 12:43 AM
RE: Idler - Idle on demand - by effection on 06-30-2007 at 12:44 AM
RE: Idler - Idle on demand - by CookieRevised on 06-30-2007 at 12:50 AM
RE: Idler - Idle on demand - by effection on 06-30-2007 at 12:52 AM
RE: Idler - Idle on demand - by CookieRevised on 06-30-2007 at 12:54 AM
RE: Idler - Idle on demand - by effection on 06-30-2007 at 11:35 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