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.

Devil Hunters (*.PAK)

Featured Replies

  • Author
  • Localization

Ekey, posted Sun Feb 22, 2015 3:57 pm (3361)


Official Site: here
Download: here

Code:
# Devil Hunters (PAK format)
#
# Written by Ekey (h4x0r)
#
# script for QuickBMS http://quickbms.aluigi.org

goto -0x8
get FILETABLE long
get STRTABLE long

goto FILETABLE
get FILES long
get DUMMY long
get DUMMY long
get DUMMY long
savepos TEMP

goto STRTABLE
get FLAG byte # some flag crypt/compress?

for i = 0 < FILES
    get NAME string
    putarray 0 i NAME
next i

goto TEMP

for i = 0 < FILES
    get SIZE long
    get ZSIZE long
    get OFFSET long
    get UNKN long
    get DUMMY long
    get DUMMY long
    get DUMMY long
    savepos ETEMP
   
    getarray NAME 0 i
    if SIZE == ZSIZE
        log NAME OFFSET SIZE
    else
        math OFFSET = 8
        clog NAME OFFSET ZSIZE SIZE
    endif
next i
  • Author
  • Localization

raykingnihong, posted Thu Feb 26, 2015 6:06 pm (3479)


Hi Ekey My friend, thank you very much for the great work, the script runs very well, how to extract the cache folder material.cache , ask for help, thanks again
  • Author
  • Localization

Ekey, posted Thu Feb 26, 2015 7:06 pm (3480)


Share files.
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.