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.

how to unpack file .pak BMRX

Featured Replies

  • Author
  • Localization

aluigi, posted Thu Aug 25, 2016 9:22 pm (16885)


Why you deleted the name of the game from your post?
  • Author
  • Localization

aluigi, posted Thu Aug 25, 2016 9:50 pm (16886)


This format is an encrypted version of JX3 Online for which I have already made even 2 scripts.
The encryption in this case is 0x62 for the whole data but I don't know how the 0x20 bytes header is encrypted. The header is necessary only to know where the information start.

The following are some of the games that use this PACK format:
  • Author
  • Localization

ThemGaiDesign, posted Fri Aug 26, 2016 1:28 am (16888)


I deleted the name game because this is a kind of pack file encryption others different from the standard version of the game.
it is encoded in the file bmrx.dll
name game: ????
The game's standard encoding of type PACK (KiemThe,wjx2,njx,...)
site of the coding: http://www.icmprotects.com/
  • Author
  • Localization

ThemGaiDesign, posted Fri Aug 26, 2016 2:13 pm (16899)


thank you!
  • Author
  • Localization

ThemGaiDesign, posted Sun Aug 28, 2016 5:33 am (16954)


how to decode file BMRX to PACK format?
I want to file MBRX format to the format PACK
Can you help me
  • Author
  • Localization

aluigi, posted Sun Aug 28, 2016 7:27 am (16958)


why you need that?
Anyway it's easy so no problem:
Code:
idstring "BMRX"
encryption xor "678iujhygrehFG$WE%*&iyukjhghU*&^890p-[;jhgfdvbjt5ijkbvfjklphgdfuijmfuiklmhngfre3uk;6"
log MEMORY_FILE 0 0x20
encryption "" ""
math SIGN = 0x4b434150
math SIGN ^ 0x62626262
putvarchr MEMORY_FILE 0 SIGN long
get NAME basename
get EXT extension
string NAME "_decrypt."
string NAME EXT
filexor 0x62
log NAME 0 0x20 MEMORY_FILE
get SIZE asize
math SIZE - 0x20
append
log NAME 0x20 SIZE
append
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.