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

Pages: (2): « First « 1 [ 2 ] Last »
ChatWnd.SendMessage stops
Author: Message:
Patchou
Messenger Plus! Creator
*****

Avatar

Posts: 8607
Reputation: 201
43 / Male / Flag
Joined: Apr 2002
RE: ChatWnd.SendMessage stops
Well, think about it another way: 20 messages within 15 seconds... I do think that if you send more in such a short period of time, you'll be most likely annoying people.
[Image: signature2.gif]
08-02-2006 07:06 PM
Profile PM Web Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: RE: ChatWnd.SendMessage stops
quote:
Originally posted by Patchou
Well, think about it another way: 20 messages within 15 seconds... I do think that if you send more in such a short period of time, you'll be most likely annoying people.

True enough.

That said, if you send 1 nudge you'll be most likely annoying people.  :p

This post was edited on 08-02-2006 at 07:10 PM by alexp2_ad.
08-02-2006 07:09 PM
Profile E-Mail PM Find Quote Report
H-J
New Member
*


Posts: 5
– / Male / –
Joined: Aug 2006
O.P. RE: RE: ChatWnd.SendMessage stops
quote:
Originally posted by Patchou
If you add a timer to send your messages one after the other in a short interval( let's say 1 second) then it should work fine.


Yeah, That is what i want to do. But if I juse setTimeout("RSSong.moveNext()", 600) I get the error: Object expected.
  (Code: -2146823281)
Do I use the function setTimeout wrong or is it not supported?
Greetings H-J
--------------------------------
Friday Madness Radio
Music you control
www.fm-r.nl
--------------------------------
08-02-2006 07:11 PM
Profile E-Mail PM Web Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: ChatWnd.SendMessage stops
It means that setTimeout is not a function. You can use a Plus! timer though :)
08-02-2006 07:30 PM
Profile PM Find Quote Report
H-J
New Member
*


Posts: 5
– / Male / –
Joined: Aug 2006
O.P. RE: RE: ChatWnd.SendMessage stops
quote:
Originally posted by deAd
It means that setTimeout is not a function. You can use a Plus! timer though :)


:$
Greetings H-J
--------------------------------
Friday Madness Radio
Music you control
www.fm-r.nl
--------------------------------
08-02-2006 07:32 PM
Profile E-Mail PM Web Find Quote Report
R4000
Junior Member
**

W2M - GD Script Creator

Posts: 44
33 / Male / –
Joined: May 2006
RE: ChatWnd.SendMessage stops
Im making a 'bot' as such using msgplus, but it stops after 15 msg... even if the user types...

Its annoying cause of my number guessing script, they keep guessing numbers, ut after 14... it locks up.

any way around this?
[Image: msnsig/]
This image stops working when my PC is off, it isn't bad coding :)
The source to the image above. | MSN: peter@gsf.tv
10-01-2006 08:28 PM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: ChatWnd.SendMessage stops
quote:
Originally posted by R4000
Im making a 'bot' as such using msgplus, but it stops after 15 msg... even if the user types...

Its annoying cause of my number guessing script, they keep guessing numbers, ut after 14... it locks up.

any way around this?
read the thread and especially Patchou's answer...

quote:
Originally posted by alexp2_ad
Because I could make a script that would delete half of someones registry and critical system files, record their passwords and email them to me or never let them sign in without removing the script... but I couldn't make a flooder?
you're comparing two different things though. Your script which records all that stuff must be run by the user. A flooder doesn't need to be run by the user in order to flood him.

in other words: I have a choice to install/run your malicious script and as such it would be my own responsebility and I can do something about it/prevent it from happening, but I don't have a choice and I can't prevent it from happening if you start to flood me with a script you're running.

This post was edited on 10-01-2006 at 08:48 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
10-01-2006 08:46 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: ChatWnd.SendMessage stops
The way around this would be get the handle of the Chat Window (really easy as its a property of the ChatWnd object).

Use the PostMessage API to send the text to the window then you can simulate pressing Enter. That is a way around the flood protection.
10-01-2006 09:07 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« 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