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

Pages: (2): « First [ 1 ] 2 » Last »
Request : Auto-Blocker
Author: Message:
Luke555
New Member
*


Posts: 5
Joined: Oct 2006
O.P. Huh?  Request : Auto-Blocker
:D
Well nothing bad now is it?

I just it to do the following :
Soon as somebody speaks [ANY CONTACT]
It shall display a message, something like : "You have been blocked for speaking while busy"
& then, blocked.

Simple :)

But effective.
8-|

Is anybody willing to script this so i can stick it in my scripting file.

Thanks,
Luke

This post was edited on 10-24-2006 at 01:45 PM by Luke555.
10-24-2006 01:32 PM
Profile E-Mail PM Find Quote Report
EBFL
Full Member
***

Avatar
;o

Posts: 486
Reputation: 67
31 / Male / Flag
Joined: Oct 2006
RE: Request : Auto-Blocker
Hello,
This Idea Is Good Isn't It?
I had the same idea yesterday.
And I will share any success i get with you.
I'm awesome

10-24-2006 01:36 PM
Profile PM Find Quote Report
Luke555
New Member
*


Posts: 5
Joined: Oct 2006
O.P. RE: Request : Auto-Blocker
Great! :D

I'll just sit and wait here for somebody to post the script.

As i was told to come here. :P
Well i don't want to be rude & keep bumping so.

If you can do this script..
Or anything! [ the script :P ]
Please add me on msn :


This post was edited on 02-04-2008 at 09:08 PM by Luke555.
10-24-2006 01:43 PM
Profile E-Mail PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: Request : Auto-Blocker
quote:
Originally posted by Luke555
Well i don't want to be rude & keep bumping so.

If you can do this script..
Or anything! [ the script :P ]
Please add me on msn :

Admin edit: Email address removed by request.
Just be patient, it is possible and if no one has done it by tonight, i will do it for you.

This post was edited on 04-15-2013 at 05:34 PM by Menthix.
10-24-2006 02:06 PM
Profile E-Mail PM Find Quote Report
Luke555
New Member
*


Posts: 5
Joined: Oct 2006
O.P. RE: Request : Auto-Blocker
Alright, No problem.

Add through msn?

-- [ Last Post ] --
10-24-2006 02:08 PM
Profile E-Mail PM Find Quote Report
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: Request : Auto-Blocker
Just to clear it up a bit, do you want it to send that message and block anybody when you have your status as busy? (I assume this is what you mean, but you didn't explicitly state it in your post so I'm just making sure ;) )
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
10-24-2006 02:23 PM
Profile PM Find Quote Report
Luke555
New Member
*


Posts: 5
Joined: Oct 2006
O.P. RE: Request : Auto-Blocker
IF my status is busy.

And [any contact] speaks..

= Block.

;) , is it possible to block for a certain amount of time? if so.
Please have that in aswell! :D
Or, just leave for me to manuely do.


That'll just finsh it off nicely!

This post was edited on 10-24-2006 at 02:30 PM by Luke555.
10-24-2006 02:26 PM
Profile E-Mail PM Find Quote Report
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: Request : Auto-Blocker
You can actually set up a combination of quicktext/custom status to do most of what you want.

Using the settings shown in the attachment you can set it so when you set a custom status (which you can call busy, and be seen as busy) and someone talks, it sends a quicktext which sends the message then blocks them.

It should be a pretty simple script though so I'll have a go at that anyway in a bit.


Edit: You have to use the Custom status rather than the default WLM one :P

.png File Attachment: plussettings.PNG (32.33 KB)
This file has been downloaded 181 time(s).

This post was edited on 10-24-2006 at 03:46 PM by pollolibredegrasa.
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
10-24-2006 02:33 PM
Profile PM Find Quote Report
Luke555
New Member
*


Posts: 5
Joined: Oct 2006
O.P. RE: Request : Auto-Blocker
Sadly, no.


There is somepeople that talk to me about 'good stuff'

I hate people just as i log on saying : "hi, wut u doin?"

It just annoys me:@

Thats why this script must be scripted.:P


-Added-

:D



quote:
Originally posted by Phillip
Wouldn't it just be easier to appear offline..?


This post was edited on 10-24-2006 at 03:33 PM by Luke555.
10-24-2006 02:34 PM
Profile E-Mail PM Find Quote Report
Plan-1130
Full Member
***

I keep askin' myself: why?

Posts: 142
73 / Male / –
Joined: Feb 2005
RE: Request : Auto-Blocker
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind)
{
     if(Messenger.MyStatus == 4) //if status is set to "busy"
     {
          ChatWnd.SendMessage("You have been blocked for talking while I'm busy"); // Do the talking
          ChatWnd.SendMessage("/block"); //Do the blocking
     }
}


This post was edited on 10-24-2006 at 05:20 PM by Plan-1130.
My Scripts: UltimatFlooder, Advanced PSM Chat, PlusPrivacy, PlusRemote

[Image: Plan-1130.png]
10-24-2006 05:19 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » 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