How to record the steps in a script

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

sbhar

How to record the steps in a script

Post by sbhar »

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

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

Mike Hale

How to record the steps in a script

Post by Mike Hale »

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.