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

Pages: (3): « First « 1 [ 2 ] 3 » Last »
Nudge Blocker
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Nudge Blocker
quote:
Originally posted by xxx-jemmer-xxx
hey i was just wondering were did u get the thing so that u can nudge ppl non stop
Mess.be? Its called MessPatch I dont think there is a script to Patchy Messenger to allow multiple nudging.
12-04-2006 04:10 AM
Profile E-Mail PM Find Quote Report
Dethredic
New Member
*


Posts: 11
Joined: Nov 2006
O.P. RE: Nudge Blocker
Well, Does anyone have a solution to my problem?
12-04-2006 09:14 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Nudge Blocker
I think your best option is to patch messenger using MessPatch to stop the nudges from shaking the window (and IIRC making a sound).
<Eljay> "Problems encountered: shit blew up" :zippy:
12-04-2006 09:29 PM
Profile PM Find Quote Report
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
RE: Nudge Blocker
Or, another idea is you to use NudgeBack
Any time you recieve a nudge, it will be automaticly a nudge-back.

Or block your contact.
12-04-2006 09:35 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: Nudge Blocker
quote:
Originally posted by Dethredic
ok i modified the values to:

var floodCount = 0;        // max amount of nudges allowed in the time period
var floodTime = 0;        // period for floodchecking, in milliseconds
var blockTime = -1;        // period the contact is being block, in milliseconds
                        // (-1 = indefinitely, aka: contacts will not be unblocked automatically)
var blockMessage = false    // true = contact will be notified that he is blocked
                        // false = contact will not be notified


This is supposed to not let anyone be able to nudge me, but it didn't work. Did I do something wrong?
yes, you've set everything wrong...

Put everything back to what it was and alter the stuff logically.

var floodCount = 2;
var floodTime = 10000;
var blockTime = -1;
var blockMessage = true;

This will allow 2 nudges within 10 seconds, anything above will block the contact until you unblock him again yourself. A message is shown to the contact prior to blocking so he knows why he is blocked (I advise to leave this on, blocking a contact without letting him know why will either make him wanting to do it more or he either wont have a clue what he did wrong and will do it again).

quote:
Originally posted by Matty
quote:
Originally posted by xxx-jemmer-xxx
hey i was just wondering were did u get the thing so that u can nudge ppl non stop
Mess.be? Its called MessPatch...

I dont think there is a script to Patchy Messenger to allow multiple nudging.
yes there is

"CookieRevised's reply to Unlimited Nudges script"

This post was edited on 12-04-2006 at 11:52 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
12-04-2006 11:44 PM
Profile PM Find Quote Report
Dethredic
New Member
*


Posts: 11
Joined: Nov 2006
O.P. RE: Nudge Blocker
You guys are missing the point a bit

1) I don't want to block him
2) I want to be able to send nudges to him
3) I don't want him to send nudges to me
4) I am not worried about him annoying because when he nudges me the window doesn't shake, move to the top or make noise

This is supposed to be like: "Ha ha! I can nudge you and you can't nudge me back!!"
12-05-2006 01:39 AM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Nudge Blocker
quote:
Originally posted by Dethredic
You guys are missing the point a bit
We're not though... we are pointing you to alternatives because the thing you ask isn't available.

EDIT

quote:
Originally posted by Dethredic
Ok, you could have just told me the first time...
from the first reply in this thread people are giving you alternatives

:dodgy:

This post was edited on 12-05-2006 at 04:34 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
12-05-2006 01:52 AM
Profile PM Find Quote Report
Dethredic
New Member
*


Posts: 11
Joined: Nov 2006
O.P. RE: Nudge Blocker
Ok, you could have just told me the first time...
12-05-2006 03:06 PM
Profile E-Mail PM Find Quote Report
Jarrod
Veteran Member
*****

Avatar
woot simpson

Posts: 1304
Reputation: 20
– / Male / Flag
Joined: Sep 2006
RE: Nudge Blocker
i had a thought have a look at the code in the nudgeback script and it scans the packet for the nudge data could you convert that command to a string or something so you end up interceping the nudge right before it nudges you.

might not work but worth a thought

[Image: 5344.png]
[Image: sig.png]

A.k.a. The Glad Falconer














12-12-2006 10:07 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Nudge Blocker
It doesn't work that way...

Packages are either 'sniffed', which means they are detected but not interfeared with, like used in NudgeBack, Open Convo Notifiers, etc, and all other scripts depending on a sniffer like Xniff.

Or either you create a 'proxy' which will sit between the internet connection and the client and thus can do whatever it wants with the recieved and sent packages.

Converting something to a string or whatever else does not intercept anything or does anything, it just converts it to a string.

quote:
Originally posted by CookieRevised
Only possible if you can make a proxy which intercepts and can change protocol messages. Or if you know where to patch messenger.
.-= A 'frrrrrrrituurrr' for Wacky =-.
12-13-2006 12:55 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