Not sure exactly what the scripts purpose is but try this.
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.