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.

PDC World Championship Darts - DATA.BFF

Featured Replies

  • Author
  • Localization

phantaton, posted Wed Jul 06, 2022 9:50 am (72479)


Samples:
  • Author
  • Localization

phantaton, posted Wed Sep 21, 2022 8:42 am (73530)


bump
  • Author
  • Localization

Ekey, posted Thu Sep 22, 2022 8:45 pm (73552)


Code:
# PDC World Championship Darts (BFF) (PS2) format
# script for QuickBMS http://quickbms.aluigi.org

goto 4
math BASE_OFF = 0x79800
get FOLDERS long
get FILES long

goto 0x70

math FOLDERS -= 1
for i = 0 < FOLDERS
   getdstring FOLDER 100
   putarray 0 i FOLDER
next i

for i = 0 < FILES
   get FOLDER_ID long
   getdstring FILE_NAME 104
   
   get CRC long
   get ZSIZE long
   get SIZE long
   get OFFSET long
   math OFFSET = BASE_OFF
     
   math FOLDER_ID -= 1
   getarray FOLDER_NAME 0 FOLDER_ID 
   string NAME p "%s%s" FOLDER_NAME FILE_NAME
   
   if ZSIZE == SIZE
       log NAME OFFSET SIZE
   else
       clog NAME OFFSET ZSIZE SIZE
   endif
next i
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.