How can I add a license key feature to my script?

Post here if you need help using Actiona
Post Reply
dinoucs
Posts: 1
Joined: 16 Oct 2020, 16:22

How can I add a license key feature to my script?

Post by dinoucs »

Hi,

I created a automated script and now I want to sell it for some clients, so I thought I need a license key feature added in.

I read that Advanced users can use JavaScript (EcmaScript) to extend its functionality.

So would that be possible?

Thanks in advance.
eureka
Posts: 204
Joined: 08 Mar 2016, 22:18

Re: How can I add a license key feature to my script?

Post by eureka »

Difficult to protect an Actionscript2 script. I would consider placing some logic in a remote server and calling this through loadurl for licence key validation.
Post Reply