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.

Scripts

All scripts can go here. (qbms, ps1, etc)

511 files

  1. .

    .
    .
     
     
     
    • 316 Downloads
    Updated
  2. Title: paktool – Cooking Academy PAK Unpacker/Repacker (Python)
    CLI to unpack/repack Cooking Academy series archives. Auto-detects XOR 0xF7, validates header (MAGIC 0xBAC04AC0 / VERSION 0), preserves entry order and per-entry fields. Shows progress by default and writes export/pack logs. Works on Windows/Linux/macOS (Python 3.9+).
    File format (reverse-engineered, little-endian):
    • On-disk obfuscation: entire file XOR 0xF7
    • Header (8 bytes): u32 magic = 0xBAC04AC0, u32 version = 0
    • Directory: repeated entries until 0xFF (terminator)
    s8 type (0..127; observed 0 = stored, no compression)
    u8 nameLen
    name[nameLen] (Latin-1 path)
    u32 compSize (stored size)
    u32 fieldA (metadata; keep as-is)
    u32 fieldB (metadata; constant in observed build)
    • Terminator: 0xFF (signed -1)
    • Data region: immediately after directory; file blobs concatenated in the same order. For entry i, data offset = base_offset + sum(compSize of entries < i). Observed build uses type=0 (no per-file compression).
    Usage:
    Unpack: python paktool.py unpack main.pak out_dir --write-plain
    Pack: python paktool.py pack out_dir out_dir/manifest.json main_custom.pak
    Plain: add --no-xor to emit de-XOR’d output
    Quiet: add --quiet to suppress progress
    Logs: unpack → out_dir/export.log, pack → .log (override with --log)
    Notes:
    • Keep original names and order for best compatibility.
    • fieldA/fieldB are preserved verbatim.
    • If a replaced asset crashes in-game, verify format/dimensions of the replacement.
    • 4 Downloads
    Updated
  3. A script that extracts COD.PAK files from the PS2 and Xbox versions of Call of Duty: Finest Hour, with mostly complete filename support.
    Requires Python 3.9 or newer.  Usage: (X to extract, B to rebuild)
    python script.py X "/path/to/COD.PAK" -o "/path/to/outfolder" python script.py B "/path/to/outfolder" -o "/path/to/COD.PAK"  
    All of the filenames are hashed, and this script is the result of about half a year of on and off work on it.  In the end I've gathered roughly 10000 valid/known filenames, and only about 30 files left with unresolved hashes.  If you're interested in assisting with these, see my spreadsheet below for more details.
    https://docs.google.com/spreadsheets/d/1QEDncvs6EH_KhAWjfUEabVK3r2VhDJDIWftD2pYOkho/edit#gid=0
    • 33 Downloads
    Updated
  4. This BMS script will let you convert the .MESH files extracted from GAMEDATA.WAD to .3ds with UVs. Level .MESH files will be converted to single submesh .3ds files.

    This script was made by AlbinoLeopard from PS23DFormat.
    • 6 Downloads
    Submitted
  5. Use the BMS-Script and target the GAMEDATA.WAD to extract the games .TEX files. The Noesis script will let you view/convert the resulting .TEX files.
    This Method works for all PS2-Versions of Backyard Wrestling 1 & 2.

    This script was originally made by AlbinoLeopard from PS23DFormat then edited & improved to make the conversion with Noesis easier.
    • 6 Downloads
    Updated
  6. This QuickBMS Script unpacks the GAMEDATA.WAD from all versions of Backyard Wrestling 1 & 2 (PS2 & XBOX).
    This will result in lots of files without names (numbered chronologically) seperated into .MESH and .DATA files.

    This script was made by AlbinoLeopard from PS23DFormat.
    • 6 Downloads
    Updated
  7. This is attachment from ZenHAX posted by t1op in topic:
    Need help unpacking character files in Wrath Unleashed (PS2/Xbox)
    • 1 Downloads
    Submitted
  8. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 1 Downloads
    Submitted
  9. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 1 Downloads
    Submitted
  10. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 2 Downloads
    Submitted
  11. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 8 Downloads
    Submitted
  12. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 0 Downloads
    Submitted
  13. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 0 Downloads
    Submitted
  14. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 0 Downloads
    Submitted
  15. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 0 Downloads
    Submitted
  16. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 0 Downloads
    Submitted
  17. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 0 Downloads
    Submitted
  18. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 0 Downloads
    Submitted
  19. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 0 Downloads
    Submitted
  20. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 0 Downloads
    Submitted
  21. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 0 Downloads
    Submitted
  22. This is attachment from ZenHAX posted by AnonBaiter in topic:
    Batman Rise of Sin Tzu (PS2) - *.int files
    • 5 Downloads
    Submitted
  23. This is attachment from ZenHAX posted by GHFear in topic:
    My Collection Of Tools And QuickBMS Scripts [GHFear]
    • 1 Downloads
    Submitted
  24. This is attachment from ZenHAX posted by Eldinen in topic:
    Help with OFFZIP tool
    • 0 Downloads
    Submitted
  25. This is attachment from ZenHAX posted by fignyafsyakaya in topic:
    .core and .corestream files from Until Dawn (PS4)
    • 7 Downloads
    Submitted

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.