Reply to Re: Time script
If you don't have an account, just leave the password field blank.
It crashes because there's no wait command between loop: and goto loop;
Put wait(100); right before goto loop; and it should work.
Put wait(100); right before goto loop; and it should work.