|
Post by AnkuLua on Jul 27, 2020 22:45:32 GMT
Which executable do I use in the downloaded folder and does the script need to be in certain directory? Compiling must be operated on PC directly, not emulator or android phone. The script could be in any directory. Encryption must be done on Android emulators or phones.
|
|
|
Post by Exilereven on Aug 24, 2020 5:28:48 GMT
Which executable do I use in the downloaded folder and does the script need to be in certain directory? Compiling must be operated on PC directly, not emulator or android phone. The script could be in any directory. Encryption must be done on Android emulators or phones. I compile (termux), squish(termux) and encrypt all from only device.
|
|
Eebado
Contributors
Posts: 165
|
Post by Eebado on Oct 21, 2021 18:04:19 GMT
I'm working on OSX, I downloaded the OSX specific binary (non 64-bit), compiled it. When I try and run it using AnkuLua 8.5.5 trial I get "bad header in precompiled chunk". From Google it seems this may be due to a mismatch in Lua versions. Not sure how this is possible as I downloaded the binaries from your like, 5.1.5: sourceforge.net/projects/luabinaries/files/5.1.5/Tools%20Executables/Any other suggestions? It seems that 32-bit version MacOS lua is not provided. Any word on when this may be supported?
|
|
|
Post by AnkuLua on Oct 22, 2021 12:13:43 GMT
It seems that 32-bit version MacOS lua is not provided. Any word on when this may be supported? Sorry. We can't find 32-bit MacOS lua.
|
|
ahmish
Contributors
Posts: 187
|
Post by ahmish on Dec 2, 2021 7:45:04 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 IntroductionHi there, i tried following the guide and i keep on getting an error. stdin:1 '=' expected near `.1` edit: How do i compile multiple lua file into 1? edit2: nevermind i figured it out. lol
|
|