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.

WWE 2K22 [CAK & PCK Files!!!]

Featured Replies

  • Author
  • Localization

MuslimCyberGames, posted Sun Mar 13, 2022 10:10 pm (70471)


Image
WWE2K22

Hello, can anyone make some script for unpack/repack this files?

I attach some files for a test: (But, the file is a bit big)

- Bakedfiles.cak [1.39 GB] = CEK DISINI
- Story.pck [91.7 MB] = CEK DISINI

Thanks for helping.

Sorry for my bad English.
  • Author
  • Localization

JackTheRipper, posted Sun Mar 13, 2022 11:46 pm (70474)


MuslimCyberGames wrote:
Image
WWE2K22

Hello, can anyone make some script for unpack/repack this files?

I attach some files for a test: (But, the file is a bit big)

- Bakedfiles.cak [1.39 GB] = CEK DISINI
- Story.pck [91.7 MB] = CEK DISINI

Thanks for helping.

Sorry for my bad English.

The *.CAK files seems encrypted?
  • Author
  • Localization

MSQ, posted Thu Mar 17, 2022 12:54 pm (70555)


https://www.fileforums.com/showpost.php ... tcount=243
Razor12911 wrote:
Straight away I'll say working on this game has been a headache especially since there is no information online so I'll post some information if someone wants to continue to work on it but doesn't know where to start.

This game is heavily obfuscated/encrypted. The header structed is encrypted, the data itself is encrypted. They used weak xor encryption which is weak but the catch is these keys are different for each stream/block that's encrypted, they are generated based on a generated hash to produce a 256 byte key.

Since I had no idea how to decrypt the header to get these hash values, I just hijacked the exe by injecting code then to be able to obtain decrypted headers which has a structure that looks like this

Code:
type
  PWWEStruct = ^TWWEStruct;

  TWWEStruct = record
    Position, Hash: Int64; {not sure if Hash is 32-bit or 64-bit}
    StreamIndex, CSize, Format, DSize, Unk1, FileIndex: Int32; {FileIndex = bakedfile##.cak}
  end;


As for compression that was used, they used Hydra which comes from oodle library hence you see oo2core_9_win64.dll
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.