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.

World Of One

Featured Replies

  • Author
  • Localization

Delutto, posted Thu Oct 12, 2017 8:35 am (27252)


The game uses a *.pak packpage which I already figured out your GRAF:
Code:
4 bytes Magic #10E1A44A
4 bytes FileCount
4 bytes HeaderSize
for each file
n bytes FileName (null terminator)
4 bytes FileSize
4 bytes FileOffset

The extracted files seens to be compresses, I guess is a zlib becouse game have a zlib1.dll in his folder, but his magic is not 789C, I alread try XOR by 17D6 but I get a invalid zlib data.
I uploaded the pak file with the extracted files, plus exe game and zlib1.dll.

World Of One.7z

  • Author
  • Localization

MerlinSVK, posted Thu Oct 12, 2017 3:47 pm (27260)


They are not compressed because:

1) you can compress them (unpacked sounds.xml => 61KB, zip compressed => 14KB)
2) you can see a repetitive strings there, like mxahl or ndpm.

So I guess they are some sort of compiled (binary) XMLs.

EDIT: Or they are obfuscated somehow, because JSON files are also non-readable.
  • Author
  • Localization

Zolodei, posted Thu Oct 12, 2017 9:12 pm (27269)


Delutto correct a typo.
Code:
4 bytes HeaderSize
4 bytes FileCount
encryption XOR:
KEY: "SukaPizda" ; .xml, .atlas, .json, .plist, .fsh, .pex
KEY: "*SPAM*" ?
  • Author
  • Localization

Delutto, posted Fri Oct 13, 2017 5:21 pm (27296)


Zolodei wrote:
Delutto correct a typo.
Code:
4 bytes HeaderSize
4 bytes FileCount
encryption XOR:
KEY: "SukaPizda" ; .xml, .atlas, .json, .plist, .fsh, .pex
KEY: "*SPAM*" ?
Oops, my bad... I was in a hurry and I ended up changing the order...
Thanks for the key! XOR always cheat me...
aluigi wrote:
http://aluigi.org/bms/worldofone.bms

Please let me know if ALL the files of ALL the archives are correctly decrypted.

Interesting bad words in the exe :D
All kind of data in all pak files of the game correctly decrypted.
Someone doesn't like the Suka... :lol:
Thanks guys!
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.