Cocos2d JSC: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 63: | Line 63: | ||
* [https://github.com/cocos2d/cocos2d-x cocos2d-x] + [https://github.com/cocos2d/cocos2d-x-samples cocos2d-x-samples] | * [https://github.com/cocos2d/cocos2d-x cocos2d-x] + [https://github.com/cocos2d/cocos2d-x-samples cocos2d-x-samples] | ||
* [https://github.com/takaaptech/cocos2d-jsc-decompiler cocos2d-jsc-decompiler] | |||
* [https://github.com/OEDx/cocos-jsc-endecryptor cocos-jsc-endecryptor] | * [https://github.com/OEDx/cocos-jsc-endecryptor cocos-jsc-endecryptor] | ||
* [https://platinmods.com/threads/tool-encryption-decryption-jsc-files-to-modded-games-based-cocos2djs.132148/ JSC decrypt tool] | * [https://platinmods.com/threads/tool-encryption-decryption-jsc-files-to-modded-games-based-cocos2djs.132148/ JSC decrypt tool] | ||
Revision as of 11:22, 4 September 2022
Back to index | Edit this page
JSC
- Format Type : Compiled Script
- Endian Order : Little Endian
- Signature : None
Format Specifications
x bytes - file data // it may be encrypted or compressed
Notes and Comments
- This file format occurs in games made using Cocos2d-x framework.
- JSC is a compiled JavaScript file.
- JSC may be compressed with GZIP / ZLIB and encrypted with XXTEA.
Games
List of games using this file format:
| Game Title | Platform | Extension | Type | Encryption Key |
|---|---|---|---|---|
| Brutal Street 2 | Android | *.JSC | Custom | None |
| Choang Club - Game bai dang cap | Android | *.JSC | Type 1 (XXTEA Only) | unknown |
| Jimi-Kare My Quiet Boyfriend | Android | *.JSC | Type 1 (XXTEA Only) | unknown |
| KungFu Hospital | Android | *.JSC | Type 3 (XXTEA + GZIP) | yiguangp |
| LifeSimulator - Chinese Life | Android | *.JSC | Type 3 (XXTEA + GZIP) | e07a4d47-b82e-4f |
| One Piece (chinese game) | Android | *.JSC | Type 3 (XXTEA + GZIP) | b81a1dd7-625d-43 |
QuickBMS Script
Compatible Programs
- cocos2d-x + cocos2d-x-samples
- cocos2d-jsc-decompiler
- cocos-jsc-endecryptor
- JSC decrypt tool
- JSC Tool
- jsc-decompile-mozjs-34
- Winrar / 7-zip (only for GZIP decompression)
See Also
Gallery