even if there is a new method added, you will not be able to use it
because your jscript process is waiting for the AA to return back the
ops. basically your jscipt is just blocked. you cannot interrupt the
thread with itself. i think you better start using a language with more
power like ruby or c#. then you can use threadmanagment and kill the
thread waiting for aa. i basically would prefer ruby because it has
such a great helpful user community and you can learn it over the
weekend to start tweaking around.