|
Post by BotsOFF on Nov 30, 2018 21:11:16 GMT
Я хочу запустить из скрипта другой файл, зашифрованный с помощью Ankulua (file.luae2). Как мне это сделать?
dofile("script.luae2") выдает ошибку
|
|
|
Post by AnkuLua on Nov 30, 2018 22:13:55 GMT
dofile() on encrypted file isn't supported.
|
|
|
Post by BotsOFF on Dec 1, 2018 6:52:46 GMT
То есть запустить из *.lua скрипта нельзя файл *.luae2 ?
*.luae2 запустить можно только из программы Ankulua?
|
|
|
Post by AnkuLua on Dec 1, 2018 7:36:51 GMT
То есть запустить из *.lua скрипта нельзя файл *.luae2 ? *.luae2 запустить можно только из программы Ankulua? No, you cannot start a * .luae2 file from * .lua script. * .luae2 can be run only from the Ankulua program.
|
|
larry
New Member
Posts: 5
|
Post by larry on Dec 10, 2018 19:40:54 GMT
Hello you can give me some help i am new in this topic I was tap in encrypt but I can find original file exis any way to decrypt in or need create another
|
|
larry
New Member
Posts: 5
|
Post by larry on Dec 10, 2018 19:42:09 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[ Hello you can give me some help i am new in this topic I was tap in encrypt but I can find original file exis any way to decrypt in or need create another
|
|
|
Post by AnkuLua on Dec 11, 2018 0:08:50 GMT
AnkuLua didn't provide decrypted files. If you lost original files, you can only create another. So keep the original scripts well.
|
|
Eebado
Contributors
Posts: 165
|
Post by Eebado on Oct 10, 2019 19:18:00 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?
|
|
|
Post by AnkuLua on Oct 11, 2019 3:23:12 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.
|
|
Eebado
Contributors
Posts: 165
|
Post by Eebado on Oct 11, 2019 22:13:47 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. That's a huge bummer. I guess I'll figure out a way to do it another way.
|
|
|
Post by andreos on Oct 13, 2019 17:45:41 GMT
I've seen some decrypting tools. How safe is the encrypting?
|
|
|
Post by AnkuLua on Oct 13, 2019 23:36:08 GMT
I've seen some decrypting tools. How safe is the encrypting? We did our best to make it safe in many ways. And many script authors keep making money.
|
|
|
Post by Exilereven on Oct 15, 2019 18:04:18 GMT
I've seen some decrypting tools. How safe is the encrypting? We did our best to make it safe in many ways. And many script authors keep making money. Just a personal note: I've yet to have any issues with decryption. Yes people have cracked versions of ankulua(reason why I require the latest build or near it) and I'm sure with enough effort someone could decrypt scripts fully but it would be tough. I always: shrink it all up into one file with luac, and also encrypt with Ankulua. You could also funk it up a little obfuscating and such, but luac and ankulua encrypt seem to be enough so far.
|
|
|
Post by andreos on Oct 25, 2019 11:25:49 GMT
We did our best to make it safe in many ways. And many script authors keep making money. Just a personal note: I've yet to have any issues with decryption. Yes people have cracked versions of ankulua(reason why I require the latest build or near it) and I'm sure with enough effort someone could decrypt scripts fully but it would be tough. I always: shrink it all up into one file with luac, and also encrypt with Ankulua. You could also funk it up a little obfuscating and such, but luac and ankulua encrypt seem to be enough so far. Interesting. Could you elaborate the shrinking process with luac, please? Edit: nvm. Got it.
|
|
|
Post by kittycatz on Jul 27, 2020 10:40:50 GMT
Which executable do I use in the downloaded folder and does the script need to be in certain directory?
|
|