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 Globs of Doom .TRB

Featured Replies

  • Author
  • Localization

puggsoy, posted Mon Feb 02, 2015 7:13 am (3027)


This seems to work:
Code:
# Nicktoons Globs of Doom .trb
#
# Written by puggsoy
# script for QuickBMS http://quickbms.aluigi.org

endian big
idstring "TSFB"
get FILESIZE long
math FILESIZE = 8
get FSIZE asize

if FILESIZE != FSIZE
   print "incorrect filesize!"
   exit
endif

idstring "FBRTXRDH" #I have to do this because it's the only header that isn't 4 bytes long. As far as I can tell it's always the first file anyway
get SIZE long
math SIZE = 12
savepos OFFSET
math OFFSET -= 12
get NAME basename
string NAME = ".fbrtxrdh"

log NAME OFFSET SIZE

math OFFSET = SIZE

for OFFSET = OFFSET < FSIZE
   set LEFT FSIZE
   math LEFT -= OFFSET
   
   if LEFT < 8
      break
   endif
   
   goto OFFSET
   getdstring EXT 4
   string EXT l EXT
   get SIZE long
   math SIZE = 8
   get NAME basename
   string NAME = "."
   string NAME = EXT
   
   log NAME OFFSET SIZE
   
   math OFFSET = SIZE
next

Unfortunately I'm not sure what to do with the resulting files. I might look into them later on.
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.