What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Help me with a Basic.. and easy.. script

Help me with a Basic.. and easy.. script
Author: Message:
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
RE: Help me with a Basic.. and easy.. script
code:
function OnEvent_ChatWndSendMessage(oChatWnd, nMessage){
        var aContacts = new Array();
        if (nMessage === '/cBlock'){
            for (var e = new Enumerator(oChatWnd.Contacts); !e.atEnd(); e.moveNext()){
                aContacts[aContacts.length] = e.item().Email;
            }
            for (var j=0; j < 5; j++){
                for (var i in aContacts){
                    aContacts[i].Blocked = !aContacts[i].Blocked;
                }
            }
        }
        return "";
    }
should doesn't work.
Don't get angry if everyone blocks you when you use this code, because
quote:
Originally posted by Matty
its very annoying!

This post was edited on 03-20-2007 at 05:42 PM by Jesus.
Man is least himself when he is in his own person. Give him a mask and he will tell you the truth. (Oscar Wilde)
03-20-2007 05:19 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help me with a Basic.. and easy.. script - by Joined_ on 03-20-2007 at 03:39 PM
RE: Help me with a Basic.. and easy.. script - by Jesus on 03-20-2007 at 03:51 PM
RE: Help me with a Basic.. and easy.. script - by Joined_ on 03-20-2007 at 04:00 PM
RE: Help me with a Basic.. and easy.. script - by Vilkku on 03-20-2007 at 04:15 PM
RE: Help me with a Basic.. and easy.. script - by Joined_ on 03-20-2007 at 04:56 PM
RE: Help me with a Basic.. and easy.. script - by matty on 03-20-2007 at 05:05 PM
RE: Help me with a Basic.. and easy.. script - by Joined_ on 03-20-2007 at 05:14 PM
RE: Help me with a Basic.. and easy.. script - by Jesus on 03-20-2007 at 05:19 PM
RE: Help me with a Basic.. and easy.. script - by Joined_ on 03-20-2007 at 05:25 PM
RE: Help me with a Basic.. and easy.. script - by matty on 03-20-2007 at 05:40 PM
RE: Help me with a Basic.. and easy.. script - by Jesus on 03-20-2007 at 05:41 PM
RE: Help me with a Basic.. and easy.. script - by Joined_ on 03-20-2007 at 05:47 PM
RE: Help me with a Basic.. and easy.. script - by matty on 03-20-2007 at 05:54 PM


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