The VG Resource

Full Version: Trying to Rip from APK
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey! I am trying to rip the sprites and models from Pokemon quest. So far I have managed to get the apk decompiled and retrieve unity AssetBundles... but I do not know how to get all the games sprites, decompile classes.dex, or anything else.. Does anyone else have any useful tips, help, or anything I can use to help me get what im looking for? Smile))
Mr C. in the comments:
https://www.spriters-resource.com/mobile/pokemonquest/

Quote:I extracted the contents of the apk file with WinRAR, then extracted the game's texture files with Unity Assets Bundle Extractor. The files are in the "assets" folder. Specifically, seleting "globalgamemanagers" or "MainData" (depending on the game) will give access to all of the game's files (assuming none are kept in an external location, usually happens with online-only games).