Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartlomiejduda/JSC-PyDecrypt-Tool
Tool for decrypting JSC files from Cocos2d games
https://github.com/bartlomiejduda/JSC-PyDecrypt-Tool
cocos-creator cocos2d cocos2d-x cocoscreator decode decompile decrypt encrypt extract gzip javascript jsc modding python spidermonkey tool xentax xxtea zip
Last synced: 4 months ago
JSON representation
Tool for decrypting JSC files from Cocos2d games
- Host: GitHub
- URL: https://github.com/bartlomiejduda/JSC-PyDecrypt-Tool
- Owner: bartlomiejduda
- License: gpl-3.0
- Created: 2022-09-04T17:36:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T21:51:41.000Z (over 2 years ago)
- Last Synced: 2024-07-30T21:09:10.829Z (7 months ago)
- Topics: cocos-creator, cocos2d, cocos2d-x, cocoscreator, decode, decompile, decrypt, encrypt, extract, gzip, javascript, jsc, modding, python, spidermonkey, tool, xentax, xxtea, zip
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 12
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Info
**JSC-PyDecrypt-Tool** is a Python program for decrypting Cocos2d JSC files.
# Building on Windows
1. Install **[Python 3.10.0](https://www.python.org/downloads/)**
2. Install **[PyCharm 2022.1 (Community Edition)](https://www.jetbrains.com/pycharm/download/#section=windows)**
3. Create virtualenv and activate it
- python3 -m venv \path\to\new\virtual\environment
- .\venv\Scripts\activate.bat
4. Install all libraries from requirements.txt
- pip3 install -r requirements.txt
5. Run the jsc_pydecrypt_tool.py file with proper command line argumentsNOTE: There is also "DECRYPT_ALL.BAT" script which can
be used for batch processing. Just set correct
encryption key, put your files inside "INPUT"
directory and run the script.