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.

Mini ninjas file help!

Featured Replies

  • Author
  • Localization

Evidence dot 7z, posted Thu Jun 22, 2017 7:56 pm (24250)


I am having much trouble decrypting and extracting 2 types of files from Mini Ninjas. I am trying to open the TEX and PRM files. I tried to create a script for these, but the tutorials i saw and the scripts it tried just wouldn't work. Can anyone help me in either creating a script or showing me how to make some for these files? :(

Link to example files: http://www.mediafire.com/file/cy4abdek1 ... e_Main.zip

Note: same file structure as Hitman: Blood Money.
  • Author
  • Localization

aluigi, posted Thu Jul 20, 2017 8:55 am (24829)


For the TEX files:
Code:
endian big
get TEX_SIZE asize
get OFFSET long
math OFFSET 0x200
goto OFFSET
for
    get OFFSET long
    if OFFSET == 0
        break
    endif
    savepos TMP
    goto OFFSET
    get SIZE long
    math SIZE   - 4
    math OFFSET 4
    log "" OFFSET SIZE
    goto TMP
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.