Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVJS Image Decryptor

This is a simple Node.js application that decrypts image files (*.png_) from games made with MVJS. The decrypted images will be saved in the output_img folder within the game's root directory.

🚀 How It Works

  1. Input: The user selects the root directory of the MVJS game.
  2. Process: The application searches for all encrypted image files (*.png_) in the img folder, decrypts them, and saves the decrypted .png files to the output_img directory.
  3. Output: Decrypted images are stored in output_img at the root of the selected directory.

🛠️ Requirements

  • Node.js
  • npm

💻 How to Use

  1. Clone the repository:
git clone https://github.com/YourUsername/MVJS-Image-Decryptor.git
cd MVJS-Image-Decryptor
  1. Install dependencies:
npm install
  1. Run the application:
npm start
  1. Select the Game's Root Directory: When prompted, enter the path to the root directory of the MVJS game.

  2. Decryption Process: The app will automatically search for encrypted images and decrypt them to output_img.

  3. Check the Results: Open the output_img folder to view the decrypted .png files.


📂 Example Directory Structure

Before:

MVJS-Game/
│
├─ img/
│    ├─ image1.png_
│    └─ image2.png_
└─ other_folders/

After running the app:

MVJS-Game/
│
├─ img/
│    ├─ image1.png_
│    └─ image2.png_
├─ output_img/
│    ├─ image1.png
│    └─ image2.png
└─ other_folders/

📝 Notes

  • Make sure you have the necessary permissions to decrypt and use the images.
  • The application only processes files with the .png_ extension.

📧 Support

For any issues, please create an issue on the GitHub repository or contact me at [Hero0008@proton.me].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages