Page 1 of 1

how do i unzip the .hyasb mobile game archive?

Posted: Wed Aug 16, 2023 5:34 pm
by AdmiralTraun
I recently found a beta release of one game, I would like someone to help me extract the files from the archive.
I already used one of the .hyasb scripts but it was developed for another game.

This is the error script
Безымянный.png
This is the script itself.

Code: Select all

# hyasb Android
#   Will of Shinobi

get DUMMY long  # 0xb28e87c2
get DUMMY long  # 0x88d8bca5
for
    get NAMESZ byte
    if NAMESZ == 0
        break
    endif
    getdstring NAME NAMESZ
    get OFFSET long
    get SIZE long
    log NAME OFFSET SIZE
next
https://drive.google.com/file/d/1tH2oIc ... sp=sharing this is archive

Re: how do i unzip the .hyasb mobile game archive?

Posted: Sat Aug 19, 2023 12:32 am
by AdmiralTraun
please help, I really need these models, if anyone knows how to decrypt this archive from the soul samurai game, help :(

Re: how do i unzip the .hyasb mobile game archive?

Posted: Wed Oct 04, 2023 12:05 pm
by AdmiralTraun
in general, I found a way to extract models, the archive after I looked through it turned out to be unencrypted, thanks to one friend I was able to extract all the resources of this game, he created a wonderful program that can extract all files, I will attach this program to the post so that anyone can extract game resources.
UnityHyasabParser.rar
You will need to place the program in the archive folder, then run it and drop the archive into it, it will extract all files with the UnityFs header.