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

[request]
Author: Message:
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: RE: [request]
quote:
Originally posted by skyserpent
thanks for that alexp!

just one more thing how could i intregrate that sending code into this script?

code:
var Wnd = null;
function OnEvent_ChatWndSendMessage(ChatWnd, Message) {
    if(Message == 'BOMB!') {
        Wnd = ChatWnd;
        MsgPlus.AddTimer("Bomb",500);
        return "";
    }
    if(Message == 'STOP!') {
        Wnd = null;
        MsgPlus.CancelTimer("Bomb");
        return "";
    }
}

function OnEvent_Timer(tId) {
    if(Wnd != null) {
        Wnd.SendMessage("Lemons");
        MsgPlus.AddTimer("Bomb",500);
    }
}

thanks for any help


The code posted won't help get round the flood protection, it still uses SendMessage, and doesn't simulate pressing the enter key, so it won't help you perform evil acts of spam.
08-28-2006 02:23 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request] - by skyserpent on 08-28-2006 at 12:42 PM
RE: [request] - by Matti on 08-28-2006 at 12:51 PM
RE: [request] - by Spunky on 08-28-2006 at 12:54 PM
RE: [request] - by Matti on 08-28-2006 at 01:17 PM
RE: [request] - by alexp2_ad on 08-28-2006 at 01:31 PM
RE: [request] - by skyserpent on 08-28-2006 at 02:20 PM
RE: RE: [request] - by alexp2_ad on 08-28-2006 at 02:23 PM
RE: [request] - by skyserpent on 08-28-2006 at 02:26 PM
RE: RE: [request] - by alexp2_ad on 08-28-2006 at 02:28 PM
RE: [request] - by skyserpent on 08-28-2006 at 02:32 PM
RE: RE: [request] - by alexp2_ad on 08-28-2006 at 02:34 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