Re: [Webgame 3D MMORPG] - Vân Trung Ca
In short, configs (those with extension .inf) really encrypted algorithm and they can all be decrypted. But here's the problem with resources. First, the names of their files can not be restored (if there is no dictionary file anywhere (I did not find it)), and secondly, the resources are not encrypted as configs. Trying to find out how they are coded, I found nothing in the source code. This may mean that these resources are just cached (loaded in the program for the first time in the form of a file, and stored in the form of just a set of bits), well, or it could mean that I have not found in this pile of code a piece with their uploading of the files.
Inf files are archives in json configs
1 Attachment(s)
Re: [Webgame 3D MMORPG] - Vân Trung Ca
Hey lokamber,
Yes. the configs are crypted with DES (See Post #16).
edit:// Did you managed to decrypt some on the inf files? if so, can you check the following files?
/res/34548711a02dffdbd260b8a116d53f8e
/res/946fadcb270e92686af7f50bfc16720b
/res/b75b95790dc92b51dbf56b1cbab30cd8
These are the res files, which the clients loads in the beginning. These doesn't have a header file and seem simmilar to the inf files.
After these, the client loads the atf, j3d etc.
as for askmyleg's tool. ive finally managed to run it (sorry, got lost in wow again). This tool is... somewhat usefull?
It can recrypt the RES data, but to work correctly, we need to have the RES Data imported into a database, which is missing from this release.
if you want to poke arround in the tool, here is the databse structure for it (but w/o data, its useless)
Re: [Webgame 3D MMORPG] - Vân Trung Ca
Re: [Webgame 3D MMORPG] - Vân Trung Ca
Meaning??
- - - Updated - - -
Quote:
Originally Posted by
bond271
@bond271
Re: [Webgame 3D MMORPG] - Vân Trung Ca
Thanks Bond.
And it's kinda what i've thought.
b75b95...are some model data db like. Has some strings in it.
946fad... is the Filelist, which data the client should load in what order.
345487 is the Client itself. and again, i've find as3crypto there with the same hex key for DES.
But more important, a shitton of text is stored inside that file, so for translation purposes, that file is the most interesting.
Re: [Webgame 3D MMORPG] - Vân Trung Ca
Re: [Webgame 3D MMORPG] - Vân Trung Ca
Re: [Webgame 3D MMORPG] - Vân Trung Ca
Quote:
Originally Posted by
hodias
Link decrypt tools!
Heh, where your promises sir?
Re: [Webgame 3D MMORPG] - Vân Trung Ca
Tools made.
1. See com.sunweb.game.util.CryptoUtil in JL3DGame.swf (34548711a02dffdbd260b8a116d53f8e) for unpacking files.
2. Use CryptoUtil.decryptDES() for unpacking and CryptoUtil.encryptDES() for packing files.
3. Use the file resGroups.inf (946fadcb270e92686af7f50bfc16720b) to structure the files of the entire client.
4. To decrypt server files use javax.crypto.SecretKey, Key: { 50, -3, -122, 37, -83, 61, -26, 24 }, "DES".
https://i.imgur.com/iH9F4kR.jpghttps://i.imgur.com/j1QM80X.jpg
https://imgur.com/iH9F4kR
https://imgur.com/iH9F4kR
https://imgur.com/iH9F4kR
Re: [Webgame 3D MMORPG] - Vân Trung Ca
Re: [Webgame 3D MMORPG] - Vân Trung Ca
What browser and flashplayer version are you guys using? I cannot seem to get through after selecting a character.
Re: [Webgame 3D MMORPG] - Vân Trung Ca
Can you actually fly in this game? with mounts, etc?
Re: [Webgame 3D MMORPG] - Vân Trung Ca
Quote:
Originally Posted by
Changzu
Hello Changzu! thanks for upload the game, could you please accept the request ? I can't download the game. Thanks!