Page 1 of 1

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

Posted: 16 Oct 2020, 16:23
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.

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

Posted: 17 Oct 2020, 15:55
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.