What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [beta] Several Scripts Inside

[beta] Several Scripts Inside
Author: Message:
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
RE: [beta] Several Scripts Inside
If someone want a nudger, i've made a c++ script ( with a MP!L script, that freeze and crash WLM ) to send infinite nudge to the last focus chat window ( if the protection is disable ).

This code'll freeze WLM ( but not crashed it ), so you can add "Sleep(x);" if you want.

code:
#include <windows.h>
#include <stdio.h>
int main(){
    HWND hMSGRUI = FindWindow("IMWindowClass", NULL);
    for(int i=0; true; i++){
       SendMessage(hMSGRUI, 273, 689, 0);
       printf("\r %d", i);
      // Sleep(1);
    }
    return 0;
}

bigbob85 -> You can use the "SendMessage" function to send a nudge without limit. Look at : http://shoutbox.menthix.net/showthread.php?tid=65...d=719603#pid719603

This post was edited on 09-21-2006 at 04:04 PM by Huhu_Manix.
09-21-2006 04:04 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[beta] Several Scripts Inside - by bigbob85 on 09-21-2006 at 05:50 AM
RE: [beta] Several Scripts Inside - by cloudhunter on 09-21-2006 at 08:56 AM
RE: [beta] Several Scripts Inside - by Zoozoo on 09-21-2006 at 09:20 AM
RE: [beta] Several Scripts Inside - by cloudhunter on 09-21-2006 at 09:22 AM
RE: RE: [beta] Several Scripts Inside - by bigbob85 on 09-21-2006 at 09:35 AM
RE: [beta] Several Scripts Inside - by cloudhunter on 09-21-2006 at 09:38 AM
RE: [beta] Several Scripts Inside - by bigbob85 on 09-21-2006 at 09:43 AM
RE: [beta] Several Scripts Inside - by markee on 09-21-2006 at 09:45 AM
RE: [beta] Several Scripts Inside - by Ezra on 09-21-2006 at 11:56 AM
RE: [beta] Several Scripts Inside - by Plik on 09-21-2006 at 03:57 PM
RE: [beta] Several Scripts Inside - by Huhu_Manix on 09-21-2006 at 04:04 PM
RE: [beta] Several Scripts Inside - by Eljay on 09-21-2006 at 05:11 PM
RE: [beta] Several Scripts Inside - by MattyRid on 09-24-2006 at 02:32 AM
RE: RE: [beta] Several Scripts Inside - by bigbob85 on 09-24-2006 at 07:09 AM
RE: [beta] Several Scripts Inside - by Chris4 on 09-24-2006 at 02:50 AM
RE: [beta] Several Scripts Inside - by Kenji on 09-24-2006 at 07:19 AM
RE: [beta] Several Scripts Inside - by noroom on 09-24-2006 at 07:34 AM
RE: [beta] Several Scripts Inside - by markee on 09-24-2006 at 08:17 AM
RE: RE: [beta] Several Scripts Inside - by bigbob85 on 09-24-2006 at 11:04 AM
RE: [beta] Several Scripts Inside - by CookieRevised on 09-24-2006 at 11:59 AM
RE: [beta] Several Scripts Inside - by Chris4 on 09-24-2006 at 10:21 PM
RE: [beta] Several Scripts Inside - by bigbob85 on 09-25-2006 at 01:58 AM
RE: RE: [beta] Several Scripts Inside - by CookieRevised on 09-25-2006 at 06:34 AM
RE: [beta] Several Scripts Inside - by bigbob85 on 09-25-2006 at 09:24 AM
RE: [beta] Several Scripts Inside - by CookieRevised on 09-25-2006 at 10:06 AM
RE: [beta] Several Scripts Inside - by bigbob85 on 10-10-2006 at 12:24 AM
RE: [beta] Several Scripts Inside - by Zoozoo on 10-10-2006 at 06:00 AM
RE: [beta] Several Scripts Inside - by bigbob85 on 10-10-2006 at 08:58 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