Author: h4x0r
Site: here
Datas.sac - Main Archive
Datas.sai - FileTable
Before run script you need decrypt FileTable (Use tool in attach) -> Just copy in game folder and run BAT. After use script.
For unpack you need QuickBMS Tool.
Script for Unpack
HOW TO Use:PHP Code:
# Super Dancer Online-Xtreme Season 3 (SAI/SAC format)
#
# Written by Ekey (h4x0r)
# https://progamercity.net
#
# script for QuickBMS http://quickbms.aluigi.org
open FDSE "Datas.sai.dec" 0
open FDSE "Datas.sac" 1
idstring "SDO\x00" 0
get FILES long 0
get NAMETABLESIZE long 0
get NULLS long 0
get SIZE asize 0
math NAMETABLEOFF = SIZE
math NAMETABLEOFF -= NAMETABLESIZE
for i = 0 < FILES
get FLAG long 0
get SIZE long 0
get OFFSET long 0
get NAMEOFF long 0
savepos TEMP 0
math NAMETABLEOFF += NAMEOFF
goto NAMETABLEOFF 0
get NAME string 0
log NAME OFFSET SIZE 1
math NAMETABLEOFF -= NAMEOFF
goto TEMP 0
next i
- Run QuickBMS
- Select script
- Select Datas.sai.dec file for unpack
- Select dir to unpack
- Enjoy
Please register or login to download attachments.