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.

gjol (.zpkg,zpkg.index)

Featured Replies

  • Author
  • Localization

happyend, posted Wed Feb 04, 2015 7:50 am (3048)


Can someone help me to extract .zpkg files from this game?THX!!!
Web: http://gjol.gamebar.com/
Samples:http://www3.zippyshare.com/v/LkGpaK38/file.html
  • Author
  • Localization

Ekey, posted Wed Feb 04, 2015 10:23 am (3050)


Files encrypted -> RC6 - Key is : ief%d(y2f^q0e9%fli2$s1b$0u

note: key null terminated
  • Author
  • Localization

aluigi, posted Wed Feb 04, 2015 2:36 pm (3052)


Unfortunately quickbms supports rc6 only via tomcrypt and for some unknown reason currently tomcrypt doesn't work (output file just like input one)... another thing to fix in the next quickbms.
  • Author
  • Localization

happyend, posted Thu Feb 05, 2015 1:22 am (3064)


Ekey,How to use key?
  • Author
  • Localization

Ekey, posted Thu Feb 05, 2015 6:30 am (3067)


aluigi wrote:
quickbms supports rc6 only via tomcrypt and for some unknown reason currently tomcrypt doesn't work (output file just like input one)... another thing to fix in the next quickbms.
  • Author
  • Localization

happyend, posted Mon Jun 29, 2015 12:56 pm (5988)


QuickBMS 0.6.4 Release
  • Author
  • Localization

aluigi, posted Mon Jun 29, 2015 1:33 pm (5993)


If you can provide again the sample I can write a script
  • Author
  • Localization

aluigi, posted Mon Jun 29, 2015 4:49 pm (6003)


Unfortunately doesn't work, I tried both rc6 and "tomcrypt rc6" but the index is still garbage.
  • Author
  • Localization

aluigi, posted Fri Jul 03, 2015 12:08 pm (6083)


@Ekey
are you sure the key is correct?
what exact rc6 code did you use?
  • Author
  • Localization

giles_tesla, posted Sat Oct 22, 2016 1:22 am (18224)


I found that this game is really cool, don't know whether there is now extract their way?
.
  • Author
  • Localization

aluigi, posted Sat Oct 22, 2016 8:23 am (18231)


"If" the second post is correct or still correct, the script is:
Code:
encryption rc6 "ief%d(y2f^q0e9%fli2$s1b$0u\0"
get SIZE asize
get NAME basename
get EXT extension
string NAME "_crypt."
string NAME EXT
log NAME 0 SIZE
  • Author
  • Localization

giles_tesla, posted Sun Oct 23, 2016 3:29 pm (18283)


aluigi wrote:
"If" the second post is correct or still correct, the script is:
Code:
encryption rc6 "ief%d(y2f^q0e9%fli2$s1b$0u\0"
get SIZE asize
get NAME basename
get EXT extension
string NAME "_crypt."
string NAME EXT
log NAME 0 SIZE


Don't know why, unpack ZPKG seems just will add a new source file name, and did you get the file
  • Author
  • Localization

aluigi, posted Sun Oct 23, 2016 10:09 pm (18289)


Why don't you post a zpkg and zpkg.index sample?
  • Author
  • Localization

giles_tesla, posted Mon Oct 24, 2016 10:24 pm (18322)


aluigi wrote:
Why don't you post a zpkg and zpkg.index sample?

A total of two data file, a 16 GB, another 2.5 GB, and the head seems to be some place is different, so the advice to download the entire game :(
gjol-setup.exe
gjol-setup-1.bin
gjol-setup-2.bin
gjol-setup-3.bin
gjol-setup-4.bin
gjol-setup-5.bin
gjol-setup-6.bin
gjol-setup-7.bin
gjol-setup-8.bin
gjol-setup-9.bin
  • Author
  • Localization

giles_tesla, posted Tue Oct 25, 2016 3:08 pm (18336)


aluigi wrote:
Use the following script to provide the necessary samples when files are bigger than 1Gb:
http://aluigi.org/bms/filecutter.bms

How to use this script? I run the script, the source file into two 2 MB file
  • Author
  • Localization

aluigi, posted Tue Oct 25, 2016 3:41 pm (18339)


Yes, upload those 2 files that have been generated and the relative index file if available.
It's better if you run the script on the zpkg archive of 2.5Gb
  • Author
  • Localization

giles_tesla, posted Tue Oct 25, 2016 3:41 pm (18340)


aluigi wrote:
Use the following script to provide the necessary samples when files are bigger than 1Gb:
http://aluigi.org/bms/filecutter.bms

This game is a total of two data files, a size is 2.5 GB, another size is 16 GB, beyond the size limit of 1 GB, I don't know how to let them become a 1 GB file. :(
  • Author
  • Localization

giles_tesla, posted Tue Oct 25, 2016 3:42 pm (18341)


aluigi wrote:
Yes, upload those 2 files that have been generated and the relative index file if available.
It's better if you run the script on the zpkg archive of 2.5Gb

OK~ :D
  • Author
  • Localization

giles_tesla, posted Tue Oct 25, 2016 3:51 pm (18343)


aluigi wrote:
Yes, upload those 2 files that have been generated and the relative index file if available.
It's better if you run the script on the zpkg archive of 2.5Gb

Sample:https://yadi.sk/d/E340c1YdxbfCf
asset.zpkg_0_16282265062=16 GB file (1)
asset.zpkg_16280167910_16282265062=16 GB file (2)
asset_crypt.zpkg_0_16282265062=16 GB file (1) Run before you give to unpack the script file
data.zpkg_0_-1648754618=2.5 GB file (1)
data.zpkg_-1650851770_-1648754618=2.5 GB file (2)
  • Author
  • Localization

aluigi, posted Tue Oct 25, 2016 4:21 pm (18350)


Don't you have zpkg.index files?
  • Author
  • Localization

giles_tesla, posted Tue Oct 25, 2016 4:54 pm (18354)


aluigi wrote:
Don't you have zpkg.index files?

I don't know which of these files is index file. Is the source file?
  • Author
  • Localization

aluigi, posted Tue Oct 25, 2016 5:12 pm (18355)


Ah ok, I thought there were some files like data.zpkg.index because that was written in the title of the topic.
Anyway I have something working:
http://aluigi.org/bms/gjol.bms
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.