What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Script that blocks someone that nudges 5 times in 1 min

[Request] Script that blocks someone that nudges 5 times in 1 min
Author: Message:
gotest
New Member
*


Posts: 4
30 / Male / Flag
Joined: Sep 2008
O.P. [Request] Script that blocks someone that nudges 5 times in 1 min
Can it be done?

This post was edited on 08-24-2009 at 07:38 PM by gotest.
08-24-2009 07:37 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Request] Script that blocks someone that nudges 5 times in 1 min
Several threads already exist about this. eg:
Nudge Blocker
Blocking nudges, buzzes or zumbidos [SOLVED]
[Request] Block on x nudges in x seconds
etc


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

For a script, see CookieRevised's reply to [Request] Block on x nudges in x seconds

and change the internal variables of that script to:
JScript code:
var floodCount = 4;     // max amount of nudges allowed in the time period
var floodTime = 60000;  // period for floodchecking, in milliseconds
var blockTime = -1;     // period the contact is being blocked, in milliseconds
                        // (-1 = indefinitely time, aka: contacts will not be unblocked automatically)
var blockMessage = true // true = contact will be notified that he is being blocked
                        // false = contact will not be notified

This will block any contact indefinitely when he/she nudges you 5 or more times. It notifies the contact that he/she is being 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).


Note that this old script uses Xniff. This is an ActiveX control which actually may not work for you (depending on the type of network and/or network card you use) and it may result in conflicts with other scripts which use this ActiveX control. So, if you experience problems (any kind of script related problems), disable and uninstall this script. (Original Xniff info here)

Note that this is a very old script and may not work anymore on the newer Messenger versions with the newer Messenger Plus!. Use at your own risk.

This post was edited on 08-24-2009 at 09:50 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-24-2009 09:35 PM
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