Hi
I have scripting listener and xtools by xbytor loaded.
I am not able to record the things done(steps in the script) using scripting listener.
Code: Select all// =======================================================
var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" );
var desc3 = new ActionDescriptor();
var idjsNm = charIDToTypeID( "jsNm" );
desc3.putString( idjsNm, """***Name of Script***""" );
var idjsMs = charIDToTypeID( "jsMs" );
desc3.putString( idjsMs, """undefined""" );
executeAction( idAdobeScriptAutomationScripts, desc3, DialogModes.NO );
The script is encoded to I cannot see the contents
How to get the code?
Please help
Thanks, sbhar
How to record the steps in a script
How to record the steps in a script
The author encrypted the script because he did not want to share the source code. Try contacting him and see if there is some arrangement where he will allow you access to the source code.
This is not the forum to request help breaking the encryption. We respect the author's right to share his code in the way he wishes.
This is not the forum to request help breaking the encryption. We respect the author's right to share his code in the way he wishes.