Shoutbox

Multiple message Sending (flood:$) - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Multiple message Sending (flood:$) (/showthread.php?tid=13028)

Multiple message Sending (flood:$) by wipey on 07-15-2003 at 12:11 PM

Okay I'm wondering how do I make MSN Send more than one message in one chat window after typing say /xflood.  I don't mean to be malicious just me and my mates use this to wake someone up or get their attention when they're playing an online game and such.


RE: Multiple message Sending (flood:$) by musicalmidget on 07-17-2003 at 08:41 AM

If it's just to alert them that you are there then why not just send one message instead of flooding them.  It will have the same affect, and it's less likely to annoy your friends.


RE: Multiple message Sending (flood:$) by wipey on 07-18-2003 at 08:24 PM

yea but annoying them until they wake up...is what I'm after:P


RE: Multiple message Sending (flood:$) by Learner on 07-18-2003 at 08:38 PM

It's possible in c++, you just need a different event between messages, i.e. playsound. You could possibly just do playsound (NULL, NULL.......); which wouldn't generate any output, then create a loop round the two commands. If you program in VBasic however, i'm not sure if the principle would work, but it's worth a shot ;)


RE: Multiple message Sending (flood:$) by lylesback2 on 07-19-2003 at 12:42 AM

just cut and paste /flood and Ctrl+V as many times as you want lol :Pthats what i do :)


RE: Multiple message Sending (flood:$) by SuriV on 07-19-2003 at 03:06 AM

If you use the new command /all from the native MSN Plus you can flood, this command send a message to all opened windows talks. Bye !


RE: Multiple message Sending (flood:$) by wipey on 07-19-2003 at 06:28 PM

I've tried a loop with sResult (no sound or anythin tho) aand it failed:(
and yea I'm programmin in VB6


RE: Multiple message Sending (flood:$) by Learner on 07-19-2003 at 06:50 PM

What happened for the loop? did nothing display or did the message appear only once?

If it appeared only once, you need to put a function in that does nothing, to "reset it" or else (in my experience, anyway) you only get the last string sent of a loop.

If it didn't appear at all, are you sure you put the bit that actually sends it in the loop, or else it will only set the variable to your message, and then keep setting the var to the same value, and never actually get to the send command outside the loop. (if the loop is set only to happen, say 50 times, only the last one would send, so that could also be a reason it appears once)
Hope that helps.
:D:wave:


RE: Multiple message Sending (flood:$) by wipey on 07-19-2003 at 08:57 PM

I'm not sure there is a send command, you just set the return value:( and yea it just displayed one message


RE: Multiple message Sending (flood:$) by Derusc on 07-21-2003 at 04:58 PM

U have to use notofy event:


u send a comand like /xflood   

this command send a notify with code: flood.


    else if(stricmp(sCommand, "/xflood") == 0)
    {
    strcpy(sResult, sCCNotify); 
    strcat(sResult, "flood");         
                strcat(sResult, "word word word");         
return TRUE;
    }


in the code of this received notify u generete onother notify with the same code.


    else if(strcmp(sNotifyCode, "flood") == 0)
    {
                strcpy(sTextToSend, sCCNotify); 
    strcat(sTextToSend, "flood"); 
    strcat(sTextToSend, "word word word");

    return TRUE;
    }

so u enter in a loop. I think.


u have to put a counter bc  u can fall for too msg.


Bye


RE: Multiple message Sending (flood:$) by wipey on 07-21-2003 at 09:44 PM

wont that mean it will only work if they have my plugin? as they'll be sendin the next message/every other?


RE: Multiple message Sending (flood:$) by Derusc on 07-24-2003 at 07:42 AM

no "my flood" works also the other person haven't  ur .dll   because when u notify an event also u recived it.

Can u  understand?


RE: Multiple message Sending (flood:$) by wipey on 07-24-2003 at 10:16 AM

yea, I'll try it out:D thx


RE: Multiple message Sending (flood:$) by Xerxis on 07-24-2003 at 10:22 AM

* Xerxis slaps Derusc around a bit with a large trout.

very stupid method :p


RE: Multiple message Sending (flood:$) by Derusc on 07-24-2003 at 10:26 AM

if my method is stupid u can add a new method to this thread.

so we can learn .  Thanks   


RE: Multiple message Sending (flood:$) by Xerxis on 07-24-2003 at 10:28 AM

nope, i have a method (i use it in my plugin) but i won't share it. not because i don't want to share my methods with other people but because i think flooding should be stopped.


RE: Multiple message Sending (flood:$) by Predatory Kangaroo on 07-24-2003 at 10:31 AM

True
If anyone is really desperate to flood, make a plugin out of that (then you really will need to use wouter's real status viewer)


RE: Multiple message Sending (flood:$) by Derusc on 07-24-2003 at 10:31 AM

tell my only the method with out the code.

this is wan't a real flood bc u fall too. like hte other person.



RE: Multiple message Sending (flood:$) by Xerxis on 07-24-2003 at 10:35 AM

can't do that man, the code is that simple that if i tell you the method you know the code


RE: Multiple message Sending (flood:$) by Derusc on 07-24-2003 at 10:39 AM

so tell me where i can download ur plugin. thx

and why u said that :

>nope, i have a method (i use it in my plugin) but i won't share it. >not because i don't want to share my methods with other >people but because i think flooding should be stopped


flood should be stopped and u add a flood in ur plugin ???????


RE: Multiple message Sending (flood:$) by Xerxis on 07-24-2003 at 10:41 AM

plugin http://www.freedownloads.be/Plugins.zip

it is a plugin for windows media player

open a long playlist in wmp and use the xwmpslist command

so it's not a flooder :)


RE: Multiple message Sending (flood:$) by Predatory Kangaroo on 07-24-2003 at 10:43 AM

He doesn't have a flooder in his plugin, but he has a really long message to send (longer than the message character limit), so he has to split it up


RE: Multiple message Sending (flood:$) by Derusc on 07-24-2003 at 10:48 AM

ok i see sorry i will never spread stupid code for flood.  :D


RE: Multiple message Sending (flood:$) by Xerxis on 07-24-2003 at 10:55 AM

no, keep going, it could work :)