What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Nudges, Updated.

Pages: (4): « First [ 1 ] 2 3 4 » Last »
2 votes - 2 average   Nudges, Updated.
Author: Message:
EBFL
Full Member
***

Avatar
;o

Posts: 486
Reputation: 67
31 / Male / Flag
Joined: Oct 2006
O.P. Nudges, Updated.
Part A)
Is there a script where you can send as many nudges as you want to someone?

Coz If You try to send a nudge after another it says  'You may not send a Nudge that often.'

Part B)
Is there a way that you can stop nudges being done when someone sends it?
Coz they can get very annoying.

Part C)
How do you get nudges in Auto Messages Or The Busy Blocker Script.

Part D)
What is the maximum amount of nudges i can do before it'll make me crash?


In Your Reply's please put which part you're answering. Thank you.

This post was edited on 11-10-2006 at 04:37 PM by EBFL.
I'm awesome

10-28-2006 06:51 PM
Profile PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Nudges
Use APatch or Mess Patch to do both of them. If you want a script to do that i'll fetch the code for you [Image: msn_happy.gif].

This post was edited on 10-28-2006 at 06:55 PM by Felu.
10-28-2006 06:54 PM
Profile E-Mail PM Web Find Quote Report
EBFL
Full Member
***

Avatar
;o

Posts: 486
Reputation: 67
31 / Male / Flag
Joined: Oct 2006
O.P. RE: Nudges
:O
Thank you.
Can you get code then?
*Englandboyforlife. Smiles :)

This post was edited on 11-10-2006 at 04:36 PM by EBFL.
I'm awesome

10-28-2006 07:00 PM
Profile PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Nudges
For Patching WLM to allow unlimited nudges
CookieRevised's reply to Unlimited Nudges script

To send numerous nudge at once.
To use type "/nudge <no of nudges>" in a conversation without the quotes.
code:
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Created By BigBob85 <bigbob85@vizzed.com>
// Edited by Felu (http://www.feluowns.com)
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

function OnEvent_ChatWndSendMessage(ChatWnd, Message){
    if (Message.substr(0, 6) == "/nudge"){
        var Nudges = Message.substr(Message.search(' ')+1);
        MsgPlus.DisplayToast("Nudge Me", Nudges);
        for (var i = 0; i < Nudges; i++){
                //Little hack to send unlimited nudges
        var hwnd = Interop.Call('User32',"FindWindowW",'IMWindowClass',0);
        var nvoHwnd= Interop.Call('User32',"SendMessageW", hwnd, 273, 689,0);
        }
        return''
    }
}

function OnGetScriptCommands ()
{
commands  = "<ScriptCommands>";
commands +=     "<Command>";
commands +=         "<Name>nudge</Name>";
commands +=         "<Description>nudge</Description>";
commands +=         "<Parameters>&lt; No. of nudges !&gt;</Parameters>";
commands +=     "</Command>";
commands += "</ScriptCommands>";
return commands;
}


This post was edited on 10-29-2006 at 04:58 PM by Felu.
10-28-2006 07:19 PM
Profile E-Mail PM Web Find Quote Report
EBFL
Full Member
***

Avatar
;o

Posts: 486
Reputation: 67
31 / Male / Flag
Joined: Oct 2006
O.P. RE: Nudges
Ok..
But how do i use the script now?

This post was edited on 11-12-2006 at 12:11 PM by EBFL.
I'm awesome

10-28-2006 07:41 PM
Profile PM Find Quote Report
Zahid™
Senior Member
****

Avatar

Posts: 954
Reputation: 18
– / Male / Flag
Joined: Nov 2005
RE: Nudges
Messenger Plus Preferences>Scripts>Create New..>And then copy and paste the code in the text box.
[Image: Zahid.png]
10-28-2006 07:45 PM
Profile PM Web Find Quote Report
EBFL
Full Member
***

Avatar
;o

Posts: 486
Reputation: 67
31 / Male / Flag
Joined: Oct 2006
O.P. RE: Nudges
No
I mean
I have done it
But whats the command to use it?

This post was edited on 11-12-2006 at 12:10 PM by EBFL.
I'm awesome

10-28-2006 07:47 PM
Profile PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Nudges
quote:
Originally posted by -!Felu!-
To use type "/nudge <no of nudges>" in a conversation without the quotes.
10-28-2006 07:48 PM
Profile E-Mail PM Web Find Quote Report
EBFL
Full Member
***

Avatar
;o

Posts: 486
Reputation: 67
31 / Male / Flag
Joined: Oct 2006
O.P. RE: Nudges
ITS NOT WORKING :@
Please help
:(
I'm awesome

10-28-2006 07:57 PM
Profile PM Find Quote Report
Zahid™
Senior Member
****

Avatar

Posts: 954
Reputation: 18
– / Male / Flag
Joined: Nov 2005
RE: Nudges
quote:
Originally posted by EnglandBoyForLife.
ITS NOT WORKING :@
Please help
:(
Did you create the script by going into Messenger Plus Preferences>Scripts>Create New..>And then copy and paste the code in the text box?
[Image: Zahid.png]
10-28-2006 07:59 PM
Profile PM Web Find Quote Report
Pages: (4): « First [ 1 ] 2 3 4 » 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