Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jooapa authored Mar 10, 2024
1 parent e84db7f commit c00e4ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c00e4ca

Please sign in to comment.