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

Pages: (3): « First « 1 [ 2 ] 3 » Last »
[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
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: [beta] Several Scripts Inside
quote:
Originally posted by Plik
quote:
Originally posted by bigbob85
Ahhh. I never knew that.

What about if you sit in a chat box, with /nudge copied, and you keep pasting it, you can have endless then right?
Or you could send the window the correct windows message to make it think the nudge button has been pressed. (Use a message spy like spy++ to work out the message :P)

Example:
code:
var WM_COMMAND = 0x0111;
function SendNudge(ChatWnd){
  Interop.Call('User32', 'SendMessageW', ChatWnd.Handle, WM_COMMAND, (689 | (0 << 8)), 0);
}
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
  if(Message == '!nudge') SendNudge(ChatWnd);
}
09-21-2006 05:11 PM
Profile PM Find Quote Report
MattyRid
Veteran Member
*****

Avatar
Red Bull Racing Australia

Posts: 1321
Reputation: 21
– / Male / Flag
Joined: Jan 2006
Status: Away
RE: [beta] Several Scripts Inside
Just as a question...why are you script when I'm downloading them come up as zip files rather than pslc files?

P.S I did realise that I had to change the file extenstion but I just want to know the cause of that.
Red Bull Racing Australia - Triple Eight Race Engineering - Holden
09-24-2006 02:32 AM
Profile PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: [beta] Several Scripts Inside
'Sme' is nice, just wish it wouldn't lg the name change. :-\
Twitter: @ChrisLozeau
09-24-2006 02:50 AM
Profile PM Find Quote Report
bigbob85
Full Member
***

Avatar
Is Good, Is Bob...

Posts: 128
Reputation: 4
36 / Male / Flag
Joined: Jul 2003
O.P. RE: RE: [beta] Several Scripts Inside
quote:
Originally posted by MattyRid
Just as a question...why are you script when I'm downloading them come up as zip files rather than pslc files?

P.S I did realise that I had to change the file extenstion but I just want to know the cause of that.

Err... There downloading as .plsc for me.
Anyone know what could be causing this?


quote:
Originally posted by Chris4
'Sme' is nice, just wish it wouldn't lg the name change. :-\

lg?
09-24-2006 07:09 AM
Profile E-Mail PM Web Find Quote Report
Kenji
Veteran Member
*****

Avatar
Previously: Dazmatic, Dazzy, :zippy:

Posts: 1226
Reputation: 39
32 / Male / Flag
Joined: Jun 2006
Status: Away
RE: [beta] Several Scripts Inside

quote:
Originally posted by bigbob85
lg?
I think he means lag, Doesnt for me though :P
09-24-2006 07:19 AM
Profile PM Find Quote Report
noroom
Full Member
***

Avatar
www.noroom.tk

Posts: 107
Reputation: 4
Joined: Sep 2003
RE: [beta] Several Scripts Inside
So Clear-er will stop filetransfers and activities? Not good. =/
09-24-2006 07:34 AM
Profile E-Mail PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: [beta] Several Scripts Inside
quote:
Originally posted by Dazmatic
quote:
Originally posted by bigbob85
lg?
I think he means lag, Doesnt for me though [Image: msn_tongue.gif]
I think he actually means log, as in the event logger.  This would spam it quite a lot.
[Image: markee.png]
09-24-2006 08:17 AM
Profile PM Find Quote Report
bigbob85
Full Member
***

Avatar
Is Good, Is Bob...

Posts: 128
Reputation: 4
36 / Male / Flag
Joined: Jul 2003
O.P. RE: RE: [beta] Several Scripts Inside
quote:
Originally posted by markee
I think he actually means log, as in the event logger.  This would spam it quite a lot.


Ah, yeah, I didn't think of that.
Well theres heaps of scripts out there that change your PSM, surely that would spam it alot to.

quote:
Originally posted by noroom
So Clear-er will stop filetransfers and activities? Not good. =/


I didn't think of that either. :P
09-24-2006 11:04 AM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [beta] Several Scripts Inside
quote:
Originally posted by Zoozoo
ATS is good, although i think the sound may gete to be a bit annoying, though it works so heck it doesnt really matter.
ATS does not work at all... it is full of bugs and has very big flaws.

look here:
CookieRevised's reply to [Request] Block someone if login too many times for X period of time

quote:
Originally posted by noroom
So Clear-er will stop filetransfers and activities? Not good. =/
indeed


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

sorry bigbob85, although the ideas are nice, you need to take in account a whole bunch of stuff when you're scripting and making stuff like that (especially when releasing such things in publics)

;)

This post was edited on 09-24-2006 at 12:12 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-24-2006 11:59 AM
Profile PM Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » 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