oldwise2 1 Report post Posted March 22, 2022 still getting the same error , I did everything you said Quote Share this post Link to post Share on other sites
Jonathan 36 Report post Posted March 22, 2022 Since your files to decrypt are on the desktop, you won't need to run the bat file as administrator. However, the two dashes in front of decrypt_texture() mean that the line is commented out, so will not execute. There is a large block of commands at the of the file, and if you aren't going to put your method call there then you may want to check that nothing else is being called by accident. To have your method run, remove those two dashes; then, running the bat file normally (not as administrator) should be fine. In any case! My mistake for not catching this nuance running as admin - when you run a bat file as admin the current directory defaults to system32, as in your screenshot. To remedy this, you will need to: 1. Open a command prompt as administrator; 2. Change to the appropriate directory 3. Run the batch file commands manually So, assuming your decompiler is located on the Desktop: 1. Open a command prompt as administrator 2. Run the following commands: i) cd "C:\Users\OldWise\Desktop\top-decompiler (1)" ii) luajit decompiler.lua Let me know how it goes, regardless whether you decide to do it by running as administrator or not. Quote Share this post Link to post Share on other sites
d3ux 25 Report post Posted March 22, 2022 1 hour ago, oldwise2 said: still getting the same error , I did everything you said This is outdated. In order to make that work you have to debugg / use reverse engineering and find how encrypt and decrypt works in the launcher or client exe, then you can break the encryption and the decompiler may work. 1 Quote Share this post Link to post Share on other sites
oldwise2 1 Report post Posted March 23, 2022 3 hours ago, Jonathan said: friend I don't know how to use this, is there any tutorial I can learn? Quote Share this post Link to post Share on other sites
fhandror 8 Report post Posted December 7, 2022 On 3/22/2022 at 6:25 PM, oldwise2 said: still getting the same error , I did everything you said the error you are getting is super easy to fix, your error is happening because you don't have lua and/or luajit installed in your pc just need to install lua and luajit and set the path to it as you speak portuguese: seu erro é super simples de resolver, seu erro acontece porque você não tem Lua e/ou Luajit instalado no seu PC você precisa fazer o seguinte, instalar lua e o luajit e configurar o path correto no windows link lua and luajit (compiled by myself using visual studio): https://www.mediafire.com/file/0fsn9wz8zvcewh4/Lua_and_Luajit.rar/file Open "Local Disk C/" drive -> "Program Files" Open the file you downloaded "Lua and Luajit.rar" Drag the "Lua" folder into your program files and authorize it to paste hit Windows key on your keyboard -> type Advanced -> hit Enter in the window "System Properties" -> look botton right corner -> click "System Variables" botton window "System Variables" -> click "Path" and click "edit" -> click "new" -> type this C:\Program Files\Lua Click "OK" -> "OK" again -> "OK" again Done luajit and lua are installed and path to them configured, now you can use the decompiler without this error showing up again! Português: Abra "Disco Local C/" no Windows explorer -> "Arquivos de Programas" Abra o arquivo que você baixou "Lua and Luajit.rar" descompacte a pasta "Lua" dentro de "Arquivos e Programas" e autorize ele colar Aperte a tecla Windows no seu teclado -> digite Avançado -> aperte Enter na janela "Propriedades do Sistema" -> olhe no canto inferior direito -> clique "Variáveis de Sistema" na parte de baixo veja "Variáveis de Sistema" -> clique "Path" e clique "editar" -> clique "novo" -> digite isso aqui C:\Program Files\Lua Clique "OK" -> "OK" de novo -> "OK" de novo Pronto, lua e luajit foram instalados e o Path for configurado correto, agora você pode usar o decompilador sem ter esse erro de novo! Quote Share this post Link to post Share on other sites