What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] emergency! block all script?

[request] emergency! block all script?
Author: Message:
gusdim
New Member
*


Posts: 2
Joined: Oct 2008
O.P. [request] emergency! block all script?
hi guys. I want a script that will have an option to block all contacts on msn so i will have to unblock whoever i dont want to see me online. im tired of keep appearing offline. I think it is very easy. Thanks in advance :)
10-17-2008 01:54 AM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [request] emergency! block all script?
code:
for ( var oContact = new Enumerator ( Messenger.MyContacts ); !oContact.atEnd(); oContact.moveNext() ) {
    oContact.item().Block = true;
}

This code will block everyone on your list (it is not irreversable) it does not take into account their current blocked status. It just blocks EVERYONE.
10-17-2008 03:22 AM
Profile E-Mail PM Find Quote Report
gusdim
New Member
*


Posts: 2
Joined: Oct 2008
O.P. RE: [request] emergency! block all script?
hmm.. trying to set it but it doesn't seem to work. can you set it up for me please? thanks in advance mate :)
10-19-2008 08:57 PM
Profile E-Mail 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