|
Post by AnkuLua on Sept 27, 2015 6:35:45 GMT
If you want to share your scripts with others, but don't want somebody to modify them. Then you can compile the scripts before sharing. And only share the compiled scripts. AnkuLua uses lua 5.1.5 32-bit version. Download windows version from this link.If you need other platforms, here is the link.Don't download 64-bit version, the compiled code is not compatible. Then all you have to do is typing command as following luac5.1 -s -o filename.luac filename.lua To protect your scripts further, you can encrypt luac files to luae2 files with AnkuLua. First, select the luac script to encrypt. Then click the upper right three dots and "Encrypt Scripts". The encrypted luae file will be in the same directory. [Next]: Script Optimization[Previous]: Advanced Methods[Home]: AnkuLua Introduction
|
|
|
Post by Sikat on Mar 16, 2017 14:22:35 GMT
Any performance benefits from compiling? Any performance benefits from not compiling but minifying the code? Like this : mothereff.in/lua-minifier
|
|
|
Post by AnkuLua on Mar 16, 2017 14:35:40 GMT
The performance benefits should be small, if any.
|
|
|
Post by AutoBOT on Mar 16, 2017 15:14:28 GMT
I just notice we have something like this. what's the difference between compiler and encrypter from the ankulua?
|
|
|
Post by AnkuLua on Mar 16, 2017 15:16:23 GMT
Encryption adds another layer of security. Uses can encrypt after compiling the scripts.
|
|
|
Post by xxdxmhippiexx on Mar 26, 2017 14:59:07 GMT
Encryption adds another layer of security. Uses can encrypt after compiling the scripts. Is their a tutorial for encrypting? I tried to search for that a while back and read that its not allowed anymore due to viruses..
|
|
|
Post by AnkuLua on Mar 26, 2017 15:17:01 GMT
There are many ways to encrypt. And it's our secret. To keep encrypted scripts safe. Sorry. Can't disclose.
Don't know what do you mean by " its not allowed anymore due to viruses.".
|
|
|
Post by theycallmek on Mar 26, 2017 15:44:03 GMT
|
|
|
Post by xxdxmhippiexx on Mar 26, 2017 17:28:44 GMT
So..i have to create my own encrypt method?..
|
|
|
Post by AnkuLua on Mar 27, 2017 0:36:44 GMT
You can. Or just use the embedded one.
|
|
|
Post by xxdxmhippiexx on Mar 28, 2017 22:50:40 GMT
You can. Or just use the embedded one. Omg..never even saw that button.. XD thank you!
|
|
|
Post by joseltr on Jul 12, 2018 19:10:56 GMT
hi sir, is this tool can compile both script and image into only 1 package?
|
|
|
Post by AnkuLua on Jul 13, 2018 1:05:12 GMT
hi sir, is this tool can compile both script and image into only 1 package? Only script.
|
|
|
Post by joseltr on Jul 19, 2018 12:41:40 GMT
sir, is there any program can pack script and image to 1 package, or enscript the img folder, i dont want others see my img folder
thanks sir
|
|
|
Post by AnkuLua on Jul 20, 2018 0:44:10 GMT
sir, is there any program can pack script and image to 1 package, or enscript the img folder, i dont want others see my img folder thanks sir No. There is not many secret on which image to click. You can add other unused images to prevent guessing what images are really used.
|
|