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.

[SOLVED] Question about a quickbms script

Featured Replies

  • Author
  • Localization

moonpaladin, posted Thu Feb 17, 2022 5:40 am (69932)


Hello everyonE! I have around 65k .dat files, many of them are .dds but them have an extra information in the header, so I should check it, remove the extra info and save the file as .dds, and it works. so I was searching and reading a bit and maked a quickbms script to do this task, it works, but the main problem is that it not override the .dat file, it makes a new one as .dds. I wanna know if there is a way to override the existing file that the quickbms script uses, because I have tried with a powershell script for delete duplicate files that are not .dds but it takes so long checking every file and deleting it. Thanks for read!

Code:
get NAME basename
get SIZE asize
string NAME ".dds"
findloc OFFSET binary "\x44\x44\x53\x20"
math SIZE - OFFSET
log NAME OFFSET SIZE


sample: https://www.mediafire.com/file/tzecoq9u ... f.dat/file
  • Author
  • Localization

moonpaladin, posted Thu Feb 17, 2022 5:59 am (69933)


NVM is solved xD
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.