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

Message flooder
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: Message flooder
code:
// Usage: /flood [msg]
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
if(Message.substr(0,6).toLowerCase() == "/flood"){
for(i=0;i<15;i++){
ChatWnd.SendMessage(Message.substr(8));
}
}
}

This post was edited on 11-24-2007 at 02:01 AM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
11-24-2007 02:01 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Message flooder - by Jimbo on 11-23-2007 at 08:42 PM
RE: Message flooder - by Spunky on 11-23-2007 at 08:57 PM
RE: Message flooder - by Mike on 11-23-2007 at 10:08 PM
RE: Message flooder - by Nathan on 11-23-2007 at 10:12 PM
RE: Message flooder - by Jimbo on 11-23-2007 at 11:31 PM
RE: Message flooder - by roflmao456 on 11-24-2007 at 02:01 AM
RE: Message flooder - by bobby2000 on 11-26-2007 at 04:57 PM
RE: Message flooder - by skyserpent on 11-26-2007 at 05:19 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