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.

QuickBMS Script quick fix? [Angry Birds GO! XPK2]

Featured Replies

  • Author
  • Localization

SecretAgent2001, posted Sun Aug 06, 2017 3:48 am (25268)


(I originally posted this thread on xentax)
Quote:
I've created this script to extract the sounds of the iOS application Angry Birds GO!, but some flaws with it include getting the file names muddled up and some of the sounds not playing. Can someone fix it for me?
Here's the file I'm trying to extract: https://mega.nz/#!v1xUgIhB!P8FZpIj-wk26NhdiMHIfKoRoZ6bpZix9SXvovkEa5Z4
And here's the script that I'm using:

Code:
endian little
goto 1
idstring "KPX"
get FOLDERS long
get FILES long
get NAMESTABLESIZE long

math FOLDER_BASE = 16
math FILE_BASE = 0x0480
math NAME_BASE = 0x8454

goto FILE_BASE
for i = 0 < FILES
    get OFFSET long
    get FLAG long
    get NULL long
    get SIZE long
    get NULL long
    get NAMEOFF long
    get NULL long
    get ZSIZE long
    savepos TEMP
   
    math NAMEJUMP = NAME_BASE
   math NAMEJUMP = NAMEOFF
   goto NAMEJUMP
   get NAME string
   log NAME OFFSET SIZE
    goto TEMP
next i

Help is appreciated.
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.