What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » howto: Send Nudge

howto: Send Nudge
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
O.P. howto: Send Nudge
function OnEvent_ChatWndSendMessage(Wnd,Msg) {
if ( Msg == "nudge" ){
var hwnd = Interop.Call('User32',"FindWindowW",'IMWindowClass',0);
var nvoHwnd= Interop.Call('User32',"SendMessageW", hwnd, 273, 689,0);
return "";
}
}


^^ 


Greetings
08-26-2006 08:33 AM
Profile E-Mail PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: howto: Send Nudge
quote:
Originally posted by afelipE_scripts
function OnEvent_ChatWndSendMessage(Wnd,Msg) {
if ( Msg == "nudge" ){
var hwnd = Interop.Call('User32',"FindWindowW",'IMWindowClass',0);
var nvoHwnd= Interop.Call('User32',"SendMessageW", hwnd, 273, 689,0);
return "";
}
}


^^ 


Greetings
lol cool.

Could you also find out how to trace a received nudge :p.
08-26-2006 08:38 AM
Profile E-Mail PM Web Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: howto: Send Nudge
how about typing "/nudge" :cheesy: :refuck: :P
08-26-2006 08:39 AM
Profile PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: howto: Send Nudge
you can also use this
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
  if(Meassge == 'nudge')
  {
    ChatWnd.SendMesage('/nudge');
  }
}
08-26-2006 08:46 AM
Profile PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: howto: Send Nudge
quote:
Originally posted by Eljay
how about typing "/nudge" [img]http://shoutbox.menthix.net/images/smilies/xso_cheesy.gif"[/img] [Image: refuck.gif] [Image: msn_tongue.gif]
I thought this was going to be someone asking for how to send a nudge and I was going to recommend that :P
[Image: markee.png]
08-26-2006 08:46 AM
Profile PM Find Quote Report
saralk
Veteran Member
*****

Avatar

Posts: 2598
Reputation: 38
34 / Male / Flag
Joined: Feb 2003
RE: howto: Send Nudge
quote:
Originally posted by Eljay
how about typing "/nudge" :cheesy: :refuck: :P

I guess that would be slightly less reliable.
The Artist Formerly Known As saralk
London · New York · Paris
Est. 1989
08-26-2006 09:10 AM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: howto: Send Nudge
I guess the good old fashioned clicking the nudge button is out of the question nowadays? Not everything is made quicker via scripts y'know ;)

The only time I'd ever use "/nudge" is as part of a script, although I can't see why I'd ever want to send someone a nudge in one of my own scripts :p
<Eljay> "Problems encountered: shit blew up" :zippy:
08-26-2006 09:25 AM
Profile PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: howto: Send Nudge
quote:
Originally posted by saralk
quote:
Originally posted by Eljay
how about typing "/nudge" [img]http://shoutbox.menthix.net/images/smilies/xso_cheesy.gif"[/img] [Image: refuck.gif] [Image: msn_tongue.gif]

I guess that would be slightly less reliable.
That is true, and there are times when you can't send things through a message so I guess this other method woul be better for more important scripts (ones that aren't meant for your own use).
[Image: markee.png]
08-26-2006 09:27 AM
Profile PM Find Quote Report
« 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