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.

Nicktoons HoverZone assets.ast

Featured Replies

  • Author
  • Localization

LolHacksRule, posted Wed Mar 11, 2020 3:13 am (54553)


Ok so I was bored so I decided to datamine SpongeBob games I own (or tried as a trial during the Nick Arcade era), I found this one called Nicktoons HoverZone, but there's nothing good in the game's directory but there is a big file called assets.ast, upon experimentation, its not zlib compressed (other than most Nick Arcade games), can someone figure out how to crack it? Its 22MB and for sure has the rest of the game assets. It has a header of ASSET.
https://we.tl/t-MrZoWipDV2
  • Author
  • Localization

LolHacksRule, posted Sat Mar 14, 2020 6:43 pm (54642)


Bump?
  • Author
  • Localization

lisomn, posted Mon Mar 16, 2020 8:01 am (54677)


bms script

Code:
# script for QuickBMS http://quickbms.aluigi.org
# by lisomn
idstring "ASSET\x00\x00\x00"
goto 0x18
get count long
set tmp_offset 0x2c
for i = 0 < count
   goto tmp_offset
   getdstring type 4
   if type == "XET"
      set type ".tex"
   elif type == "ATAD"
      set type ".data"
   elif type == "PMAS"
      set type ".samp"
   elif type == "3PM"
      set type ".mp3"
   elif type == "TRAP"
      set type ".part"
   else
      set type ".chunkdata"
   endif
   get data_offset long
   get data_size long
   get zero longlong
   get id1 long
   get id2 long
   get zero longlong
   set out_name data_offset
   string out_name type
   log out_name data_offset data_size
   math tmp_offset 0x24
next i
  • Author
  • Localization

LolHacksRule, posted Mon Mar 16, 2020 7:51 pm (54691)


Thanks
  • Author
  • Localization

LolHacksRule, posted Sat Mar 21, 2020 3:43 pm (54879)


Is this format really a drag to extract? I can up the game exe if you want...
  • Author
  • Localization

aluigi, posted Sat Mar 21, 2020 6:08 pm (54889)


Isn't the script working?
  • Author
  • Localization

LolHacksRule, posted Mon Mar 23, 2020 3:57 am (54972)


It is but there should be xml files and etc according to the game exe
  • Author
  • Localization

aluigi, posted Mon Mar 23, 2020 6:04 am (54976)


The script probably assign them the .chunkdata extension.

You can replace:
log out_name data_offset data_size

with:
log "" data_offset data_size

for automatic extensions
  • Author
  • Localization

LolHacksRule, posted Mon Mar 23, 2020 2:43 pm (54989)


Ah I see
  • Author
  • Localization

LolHacksRule, posted Tue Mar 31, 2020 2:48 am (55397)


I only get DATs and TXTs from changing that line. Anything wrong?
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.