Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Android One Piece Cocos creator(cocos2djs) xxtea need decrypt .jsc .png

Featured Replies

  • Author
  • Localization

jessijung, posted Sun May 05, 2019 4:52 am (47604)


APK: https://drive.google.com/file/d/1aS343gvl_1pmXNNojRG0cBouL8dzS005
i found key xxtea : "b81a1dd7-625d-43" but bms script not work
please help me ^^
Code:
get NAME basename

comtype deflate_noerror
get SIZE asize
clog MEMORY_FILE 0 SIZE SIZE

comtype base64
get SIZE asize MEMORY_FILE
clog MEMORY_FILE 0 SIZE SIZE MEMORY_FILE

set KEY string "b81a1dd7-625d-43"
encryption xxtea KEY "0x9e3779b9 0" 0 16    # cocos2d
get SIZE asize MEMORY_FILE
log NAME 0 SIZE MEMORY_FILE

Can you help me decrypt assets\src\project.jsc? and .png file
Thanks for all
  • Author
  • Localization

jessijung, posted Wed May 29, 2019 9:52 am (48097)


please help me, thank you very much!
  • Author
  • Localization

Ekey, posted Wed May 29, 2019 10:18 pm (48103)


Code:
# One Piece (Android) JSC decryptor
# script for QuickBMS http://quickbms.aluigi.org

set SUFFIX string "_decrypt"
get NAME basename
get EXT extension

string NAME p "%s%s.%s" NAME SUFFIX EXT

get SIZE asize
log MEMORY_FILE 0 SIZE

set KEY string "b81a1dd7-625d-43"
encryption xxtea KEY "0x9e3779b9 0" 0 16 MEMORY_FILE   # cocos2d

comtype gzip
clog NAME 0 SIZE SIZE MEMORY_FILE
  • Author
  • Localization

chrrox, posted Thu May 30, 2019 8:09 am (48107)


games name

????????
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.