Reply to Re: Push script?
If you don't have an account, just leave the password field blank.
As far as a script is concerned, I don't think there is one, but you can add this to a script to disable push...
push_active(0); //disables push
...and to get push back...
push_active(1); //enables push
push_active(0); //disables push
...and to get push back...
push_active(1); //enables push