Recent content by min2

  1. M

    [Help] How to unpack the unity asset bundle file extracted from apk?

    Hello I am trying to extract data from a game called Final Order( link: https://play.google.com/store/apps/details?id=com.global.neocrisis2 ) First, I opened the apk file Inside it was a bunch of files that looked like unity asset bundles. I tried AssetStudioGUI or UABE but none of them...
  2. M

    [Kotlin] java.lang.NoClassDefFoundError from kotlin coroutines

    Hello I am trying to decompress .imy files in a game called Criminal Girls. After a few days of googling, I finally found a Kotlin script, but when I try to run it, I get a java.lang.NoClassDefFoundError in kotlin coroutines. I did a few googlings but failed. Does anyone know anything about...
  3. M

    How to Decompress .imy file?

    ok i'll send the error log auto https://pastebin.com/hjJhzEy5 here auto Also, where are the compiled files located?
  4. M

    How to Decompress .imy file?

    My problem hasn't been solved yet When I try to compile the whole project I get an error
  5. M

    How to Decompress .imy file?

    I have succeeded in compiling the IMY.kt file into IMY.class file but I don't know how to run this
  6. M

    How to Decompress .imy file?

    Okay, I'll try it once and let you know the result
  7. M

    How to Decompress .imy file?

    I found it on github also It's a .kt file, not a .kts file I will also attach a link
  8. M

    How to Decompress .imy file?

    Hello I extracted the .imy extension file from the game Criminal Girls. All I know is that it is a compressed image file. I searched on Google and found a Kotlin script that decompresses .imy files, but there was an error in the compilation process. Is there anyone here who is good at Kotlin...
  9. M

    Hacking How to Extract Content of Decrypted DAT File?

    thank you very much bro!
  10. M

    Hacking How to Extract Content of Decrypted DAT File?

    Hello I am trying to extract game assets from a game called Criminal Girls 2: Party Favors. I obtained a decrypted data.dat file using psvpfsparser. When I open this with hex editor, some file names such as anm0.fad, bgm_000.sps are displayed. But I'm not sure how to extract this, is there a way...