quote:
Originally posted by Fike
quote:
Originally posted by Yustme
ok here it is, you have to add the email addresses manually in the script itself all the way at the top where it says
'var emailList = [ 'all email addresses here' ];'
separated by a comma.
i did made an interface for it, but i didnt got it to work back then, and i never intended to release this script for public.
Err... http://screencast.com/t/IZ7kxEyOCx
Don't worry, I'll see if I can extract it
EDIT: You made it a RAR, that's why. Just for future reference (in case you may be thinking of submitting a script), all script packs should be ZIPS, not RARS. And also, should have "ScriptInfo.xml" included to tell Messenger Plus! what the name, version etc. is.
the doc said to zip it up and rename it to .plcs or something. i use 7zip, should be the same right?
quote:
Originally posted by Fike
Not sure exactly what the scripts purpose is but try this.
can you tell me what you changed?
quote:
Originally posted by CookieRevised
quote:
Originally posted by Fike
Not sure exactly what the scripts purpose is but try this.
To automatically signin multiple accounts when Messenger starts (making fully use of the polygamy feature in Plus!). However, such scripts have been made in the past and they always end up being buggy since it is very hard to make something like that to always work properly in every situation (the same with this script; it will fail in some situations... but as long as it is for private use only and he has set up WLM in the proper way it may work for him).
---------------
PS:
js code:
if(WLMRunning() < 2) {
if(WLMRunning() < maxMsnWindows)
Doesn't make much sense though since maxMsnWindows is always bigger than 2 anyways.
well it works, it always has.
that < 2 was test code and also, it started out by itself as soon as msn starts. but that was the wrong way. also that code has been commented out.
now it starts after a button is pressed.
quote:
Originally posted by Spunky
You should also use backslashes for the WLM path in the ExecuteWLM function (should actually be double backslashes "c:\\...")
As Cookie said, the reg paths are wrong... use MsgPlus.ScriptRegPath
is that the only thing that changed? because if i reinstall msg plus 5 i dont wanna do a system restore. takes forever ;(
and what reg paths do you mean? this one:
Registry_SetKeyValue()