Join also our Discord channel! Click here.
Mobile Game Asset Download
-
- beginner
- Posts: 25
- Joined: Tue Aug 06, 2019 1:17 am
Re: Mobile Game Asset Download
someone to pass me the assets of GIRLS UND PANZER GAME AND TOKYO DOLLS PROJECT please!
Re: Mobile Game Asset Download
I need your help. This is its uasset and uexp files. Can you help extract its OBJ model? I'm in a hurry. Thank you for your help..
DragonRaja Sample file:https://mega.nz/#!224GAAha!CMlOzdWZqu8r ... xBXqStogSE
I hope I can get your help.
Re: Mobile Game Asset Download
I find there are some characters missing in the photograh,just like the "fumiya"&"ayako"\chrrox wrote: ↑Mon Oct 07, 2019 10:57 pmhttps://photos.app.goo.gl/S19vCsUoM5kiyx6U6
and some sub card image like "maya"、"hanzo" ard also not include in it .may i trouble u to check the script out once more?



Re: Mobile Game Asset Download
the two GIRLS UND PANZER GAME mobile game all can be download now ..zerotaku5123 wrote: ↑Wed Oct 09, 2019 1:35 amsomeone to pass me the assets of GIRLS UND PANZER GAME AND TOKYO DOLLS PROJECT please!
- chrrox
- Moderator
- Posts: 2569
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1323 times
Re: Mobile Game Asset Download
Ah found newer file
http://cache.lostzeromagichs.jp/assets/ ... files.json
http://cache.lostzeromagichs.jp/assets/ ... files.json
Re: Mobile Game Asset Download
THKS,and can u tell me how to find this url? in fact i have try to capture the network traffic while lunch the app,but i have not seen this file at allchrrox wrote: ↑Thu Oct 10, 2019 4:59 amAh found newer file
http://cache.lostzeromagichs.jp/assets/ ... files.json

i can only find a encrypted json file in the app data folder
- einherjar007
- veteran
- Posts: 93
- Joined: Sat Dec 23, 2017 7:56 am
- Has thanked: 104 times
- Been thanked: 15 times
- Contact:
Re: Mobile Game Asset Download
here.
This is what I created while checking internet samples.
Enter the file name + .unity3d and the corresponding key in urllist and convert it to md5 to get the URL hash of the asset.
Execution requires C# Compiler.
Code: Select all
using System;
using System.Text;
using System.Security.Cryptography;
public class Program
{
public static void Main()
{
MD5CryptoServiceProvider md5CryptoServiceProvider = new MD5CryptoServiceProvider();
string[] urllist = {"miyuki0283_l.unity3d1600150520"};
for (int x = 0; x < urllist.Length; x++)
{
string hashname = urllist[x];
byte[] array3 = md5CryptoServiceProvider.ComputeHash(Encoding.Unicode.GetBytes(hashname));
StringBuilder stringBuilder = new StringBuilder();
for (int i = 0; i < array3.Length; i++)
{
stringBuilder.Append(array3[i].ToString("x2"));
}
string text = stringBuilder.ToString();
Console.WriteLine(text);
}
}
}
Enter the file name + .unity3d and the corresponding key in urllist and convert it to md5 to get the URL hash of the asset.
Execution requires C# Compiler.
Re: Mobile Game Asset Download
thks. I have got all the dl links of the 18040 assets about the game and write them into the txt file:einherjar007 wrote: ↑Thu Oct 10, 2019 1:02 pmhere.
This is what I created while checking internet samples.Code: Select all
using System; using System.Text; using System.Security.Cryptography; public class Program { public static void Main() { MD5CryptoServiceProvider md5CryptoServiceProvider = new MD5CryptoServiceProvider(); string[] urllist = {"miyuki0283_l.unity3d1600150520"}; for (int x = 0; x < urllist.Length; x++) { string hashname = urllist[x]; byte[] array3 = md5CryptoServiceProvider.ComputeHash(Encoding.Unicode.GetBytes(hashname)); StringBuilder stringBuilder = new StringBuilder(); for (int i = 0; i < array3.Length; i++) { stringBuilder.Append(array3[i].ToString("x2")); } string text = stringBuilder.ToString(); Console.WriteLine(text); } } }
Enter the file name + .unity3d and the corresponding key in urllist and convert it to md5 to get the URL hash of the asset.
Execution requires C# Compiler.
https://mega.nz/#!h5NGBKqT!yDLP1B1sHsBL ... m4FQecw_F8
- chrrox
- Moderator
- Posts: 2569
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1323 times
Re: Mobile Game Asset Download
Birdie Crush™
バーディークラッシュ
Homepage https://www.facebook.com/pg/BirdieCrush ... e_internal https://image-glb.qpyou.cn/g2/Jenkins/A ... chInfo.xml

バーディークラッシュ
Homepage https://www.facebook.com/pg/BirdieCrush ... e_internal https://image-glb.qpyou.cn/g2/Jenkins/A ... chInfo.xml

You do not have the required permissions to view the files attached to this post.
Re: Mobile Game Asset Download
Regarding LLAS(Love Live School Idol Festival All Stars)
It seems address is getting updated as the assets get updated.
BTW is there any way to decrypt the database?
ex) https://jp-real-prod-v4tadlicuqeeumke.a ... _a_ja_0.db
https://jp-real-prod-v4tadlicuqeeumke.a ... 3a139e1e6/ + file name
It seems that
https://jp-real-prod-v4tadlicuqeeumke.a ... rdata_a_ja
contains the key but I don't know how to decrypt it.
It seems address is getting updated as the assets get updated.
BTW is there any way to decrypt the database?
ex) https://jp-real-prod-v4tadlicuqeeumke.a ... _a_ja_0.db
https://jp-real-prod-v4tadlicuqeeumke.a ... 3a139e1e6/ + file name
It seems that
https://jp-real-prod-v4tadlicuqeeumke.a ... rdata_a_ja
contains the key but I don't know how to decrypt it.
- chrrox
- Moderator
- Posts: 2569
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1323 times
-
- beginner
- Posts: 25
- Joined: Tue Aug 06, 2019 1:17 am
Re: Mobile Game Asset Download
Hello, help me please, I am looking for the 3D models of some costumes of the game "Project Tokyo dolls", and I read that they are encrypted but I do not have much knowledge of how to decipher them,
The models are these:

PLEASE HELP!!!!!
The models are these:

PLEASE HELP!!!!!
Re: Mobile Game Asset Download
someone helped grab files from iphone version of star ocean anamnesis, problem is the files are all .bin. can anyone please tell what to do with the .bin files?
- chrrox
- Moderator
- Posts: 2569
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1323 times
Re: Mobile Game Asset Download
complete download script for magic HS with file names.
You do not have the required permissions to view the files attached to this post.
-
- ultra-n00b
- Posts: 6
- Joined: Wed Oct 31, 2018 3:27 am
Re: Mobile Game Asset Download
I could use some help with locating the asset list for Alice Gear Aegis.
You have the option to do a "full install" of the game. However, some models do not get downloaded. For example the latest frame arms girl. I tried both fiddler and process hacker with no luck.
You have the option to do a "full install" of the game. However, some models do not get downloaded. For example the latest frame arms girl. I tried both fiddler and process hacker with no luck.