Nudges, Updated. |
Author: |
Message: |
EBFL
Full Member
;o
Posts: 486 Reputation: 67
31 / /
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.
|
|
10-28-2006 06:51 PM |
|
|
Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
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 .
This post was edited on 10-28-2006 at 06:55 PM by Felu.
|
|
10-28-2006 06:54 PM |
|
|
EBFL
Full Member
;o
Posts: 486 Reputation: 67
31 / /
Joined: Oct 2006
|
O.P. RE: Nudges
Thank you.
Can you get code then?
*Englandboyforlife. Smiles
This post was edited on 11-10-2006 at 04:36 PM by EBFL.
|
|
10-28-2006 07:00 PM |
|
|
Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
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>< No. of nudges !></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 |
|
|
EBFL
Full Member
;o
Posts: 486 Reputation: 67
31 / /
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.
|
|
10-28-2006 07:41 PM |
|
|
Zahid™
Senior Member
Posts: 954 Reputation: 18
– / /
Joined: Nov 2005
|
RE: Nudges
Messenger Plus Preferences>Scripts>Create New..>And then copy and paste the code in the text box.
|
|
10-28-2006 07:45 PM |
|
|
EBFL
Full Member
;o
Posts: 486 Reputation: 67
31 / /
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.
|
|
10-28-2006 07:47 PM |
|
|
Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
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 |
|
|
EBFL
Full Member
;o
Posts: 486 Reputation: 67
31 / /
Joined: Oct 2006
|
O.P. RE: Nudges
ITS NOT WORKING
Please help
|
|
10-28-2006 07:57 PM |
|
|
Zahid™
Senior Member
Posts: 954 Reputation: 18
– / /
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?
|
|
10-28-2006 07:59 PM |
|
|
Pages: (4):
« First
[ 1 ]
2
3
4
»
Last »
|
|