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:
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. Message flooder
How would i replace this first if function?

code:
if(Message.BeginsWith(".Flood")
{
for(int i = 0; i<20; i++)
{
ChatWnd.SendMessage(Message.IndexOf( 8);
}
}

11-23-2007 08:42 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Message flooder
What? How would you change the if statement to see if the message starts with ".Flood"?

code:
if(Message.substr(0,6)==".Flood"){
    for(int i = 0; i<20; i++){
        ChatWnd.SendMessage(Message.IndexOf( 8);
    }
}

<Eljay> "Problems encountered: shit blew up" :zippy:
11-23-2007 08:57 PM
Profile PM Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: Message flooder
Btw, don't waste your time trying to make a message flooder. MP!L has built in protection to stop flood scripts.
YouTube closed-captions ripper (also allows you to download videos!)
11-23-2007 10:08 PM
Profile E-Mail PM Web Find Quote Report
Nathan
Veteran Member
*****

Avatar
Yeah, "large dimensions" ;)

Posts: 2984
Reputation: 76
– / Male / Flag
Joined: Apr 2005
RE: Message flooder
quote:
Originally posted by Jimbodude
How would i replace this first if function?

code:
if(Message.BeginsWith(".Flood")
{
for(int i = 0; i<20; i++)
{
ChatWnd.SendMessage(Message.IndexOf( 8);
}
}


And you wonder why you don't become a beta tester.
Touch Innovation - touch friendly programs/applications for the windows mobile!


11-23-2007 10:12 PM
Profile E-Mail PM Web Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. RE: Message flooder
quote:
Originally posted by Napbree
quote:
Originally posted by Jimbodude
How would i replace this first if function?

code:
if(Message.BeginsWith(".Flood")
{
for(int i = 0; i<20; i++)
{
ChatWnd.SendMessage(Message.IndexOf( 8);
}
}


And you wonder why you don't become a beta tester.
Its not for me, someone on WLM asked me to ask and they couldnt be fucked making an account
11-23-2007 11:31 PM
Profile E-Mail PM Find Quote Report
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
bobby2000
Full Member
***


Posts: 108
Reputation: -3
31 / Male / Flag
Joined: Jan 2007
RE: Message flooder
Plus only allows 14 messages to be sent from a script at once doesn't it? (feel free to correct me:P)
11-26-2007 04:57 PM
Profile E-Mail PM Find Quote Report
skyserpent
Junior Member
**

Bacon

Posts: 96
32 / Male / –
Joined: Aug 2006
RE: Message flooder
16 I believe.
11-26-2007 05:19 PM
Profile E-Mail PM Web 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