From c00e4caeafddceb9ba284a924e44551ee0495571 Mon Sep 17 00:00:00 2001 From: jooapa <37744313+jooapa@users.noreply.github.com> Date: Sun, 10 Mar 2024 15:58:37 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7c1965..8fc4327 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ You need to run this to the .lua file you want to en or decrypt ### Decrypt - openssl enc -aes-256-cbc -d -K [hex] -iv 0 -in [name].lua -out [new_name].lua.7z + openssl enc -aes-256-cbc -d -K [hex] -iv 0 -in [name].lua -out [new_name].luac.7z then you need to open the new lua file with 7z and extract the content or copy. -then you should have .luac file. It will say that it is a .lua file but it is actually a .luac file. +then you should have .luac file. then run: - java -jar unluac.jar "file_encrypted.lua" > "file_decrypted.lua" + java -jar unluac.jar "file_encrypted.lua" > "file_decrypted.luac" AND BOOM! ### Encrypt