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.

Call of duty MW3 & Black ops sound file_PS3

Featured Replies

  • Author
  • Localization

rkthelegend, posted Fri Aug 16, 2019 6:15 pm (50328)


Hey everyone i'm here again with another problem and the problem is regarding sound files of Call of duty MW3 & Black ops 1.

as i looked at the files in hex editor i found that they are wav and mp3 files that have put inside a archive.
i was able to play them with windows media player but i couldn't extract them like rar or zip archives so i wrote here that somebody who is master in opening such file could help me out.

i am attaching all samples that you might need.

here are the samples
  • Author
  • Localization

rkthelegend, posted Fri Aug 16, 2019 6:19 pm (50329)


i googled every possible sites my only hope is this website
  • Author
  • Localization

aluigi, posted Sun Sep 29, 2019 12:38 pm (51114)


packfile1.pak is just an mp3 file with an ID3 that lists all the points of the audio.
This script dumps each single mp3 file referenced there:
Code:
endian big
goto 0x800
idstring "ID3\x03"
get DUMMY long
getdstring DUMMY 8
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY short
get FILES short
savepos TMP
xmath BASE_OFF "TMP (FILES * 4)"
math BASE_OFF x 0x100
for i = 0 < FILES
    get OFFSET long
    math OFFSET BASE_OFF
    putarray 0 i OFFSET
next i
    get OFFSET asize
    putarray 0 i OFFSET
for i = 0 < FILES
    getarray OFFSET 0 i
    math i 1
    getarray SIZE   0 i
    math SIZE - OFFSET
    string NAME p "%d.mp3" i
    log NAME OFFSET SIZE
next
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.