Posts: 7
Threads: 2
Joined: Jan 2015
Hi
How i do rip android games??
I wants some models but i dont now how i do this.
I use bluestacks with 3D Ripper DX but this dont work
Have somone a another idea??
Ps: I can rip unity3d games pc android ... but not unity3d i cant :/
Posts: 1,678
Threads: 58
Joined: Mar 2012
01-16-2015, 03:41 PM
(This post was last modified: 01-16-2015, 03:45 PM by ~Axis~.)
If it's an apk file then just rename the extension to zip and extract. Then open the folder contents and post the file extensions here so the pros can help but Im assuming you already did the extraction thing already.
Anonymous Wrote:...the world is so much simpler if you just dont give a FUCK...
Posts: 7
Threads: 2
Joined: Jan 2015
(01-16-2015, 03:41 PM)BlueBlur97 Wrote: If it's an apk file then just rename the extension to zip and extract. Then open the folder contents and post the file extensions here so the pros can help but Im assuming you already did the extraction thing already.
Here i upload a file but i cant open the files
i want some models
http://www71.zippyshare.com/v/LSz7FXXS/file.html
Posts: 362
Threads: 8
Joined: Dec 2014
(01-17-2015, 11:16 AM)rayleigh Wrote: (01-16-2015, 03:41 PM)BlueBlur97 Wrote: If it's an apk file then just rename the extension to zip and extract. Then open the folder contents and post the file extensions here so the pros can help but Im assuming you already did the extraction thing already.
Here i upload a file but i cant open the files i want some models
http://www71.zippyshare.com/v/LSz7FXXS/file.html
That folder doesn't have models, assuming it's a UNITY3D game.
Some guy who just lurks this place nowadays.
Posts: 7
Threads: 2
Joined: Jan 2015
01-17-2015, 12:15 PM
(This post was last modified: 01-17-2015, 12:22 PM by rayleigh.)
(01-17-2015, 11:44 AM)nobody231 Wrote: (01-17-2015, 11:16 AM)rayleigh Wrote: (01-16-2015, 03:41 PM)BlueBlur97 Wrote: If it's an apk file then just rename the extension to zip and extract. Then open the folder contents and post the file extensions here so the pros can help but Im assuming you already did the extraction thing already.
Here i upload a file but i cant open the files i want some models
http://www71.zippyshare.com/v/LSz7FXXS/file.html
That folder doesn't have models, assuming it's a UNITY3D game.
Can somone say me how i can open a *.jet data??
There are texutere and models i think because with hex edior it says me
........v..?...........data/ui/textures/fe_trailclosed.png.
.......U...!..w!......data/ui/textures/fe_trailarrow_green.png.....
Posts: 7
Threads: 2
Joined: Jan 2015
(01-17-2015, 01:32 PM)TGE Wrote: I've written a script to extract the jet file, but the files are compressed and I don't know the compression type used :/
By the way, is the game by any chance made by Planet Team?
EDIT:
yay!
Code:
# Game: Sledmania (Android)
# by TGE Jan 2015
# script for QuickBMS http://aluigi.org/papers.htm#quickbms
comtype LZMA
endian little
get dummy long
get PSIZE long
get dummy long
get PZSIZE long
get dummy long
get FILES long
get INFO_OFFSET long
goto INFO_OFFSET
for i = 0 < FILES
get OFFSET long
math OFFSET += 4
get ZSIZE long
get SIZE long
get dummy long
getdstring NAME 0x104
clog NAME OFFSET ZSIZE SIZE
next i
I can only say awesome
Thx you how do you now to extract the *.jet data??
The is make by Best Free games inc
Posts: 7
Threads: 2
Joined: Jan 2015
(01-20-2015, 02:49 AM)TGE Wrote: Save the script I posted above, and use QuickBMS to extract the files using the script.
I know how to extract the *.jet data.
But my question was how do you do you script the script ?????
Do you have some tutorials for scripting ?????