Re: how to decrypt and decode png files to real file (.ass)I do not understand absolutely nothing.
Only half response everywhere it has become incomprehensible. Can somebody explain everything from A to Z (how retrieve PNG, what and how to decrypt use etc ...) Explain everything step by step in one post, please. Thank you in advance. (If anyone could do it in French post also it would be nice, it's been dead for a while) |
Re: how to decrypt and decode png files to real file (.ass)Thank you guys!
For those who are still searching, read posts from page 10 to now carefully. Answers are given, you just need to open your eyes. :) // FRENCH // Merci les gars ! Pour ceux qui cherchent encore, lisez attentivement les messages de la page 10 jusqu'a maintenant. Les réponses sont dedans, il n'y a qu'a ouvrir les yeux. :) |
Re: how to decrypt and decode png files to real file (.ass)new modification of mulutibu
need you ksv ^^ |
Re: how to decrypt and decode png files to real file (.ass)Yep new mulutibu, .bin file has been enamed 5.bin to 31.bin, it seems to have the same content, but the AES.as have changed
|
Re: how to decrypt and decode png files to real file (.ass)i have sent a mp to KSV
waiting now ^^ |
Re: how to decrypt and decode png files to real file (.ass)i don't have the sufficient time to look into it right now but probably later this weekend.
|
Re: how to decrypt and decode png files to real file (.ass)thx a lot for helping us
|
Re: how to decrypt and decode png files to real file (.ass)no news ?
|
Re: how to decrypt and decode png files to real file (.ass)nop
or ksv is very busy or the news script are strong (but i don't think so:D ) |
Re: how to decrypt and decode png files to real file (.ass)i have looked into this today. they have changed few things but nothing too drastic. i have pushed the update to the repo.
|
Re: how to decrypt and decode png files to real file (.ass)Great thx KSV
your're our god |
Re: how to decrypt and decode png files to real file (.ass)Hello ! I'm new here ! Someone can explain from A to Z ? How can I use THIS ?
If I have understood correctly, it's to recover the subtitles video from ADN ? THANKS ! ps : si y'a des frenchies dans le coin ^^ |
Re: how to decrypt and decode png files to real file (.ass)No need of mulutibu anymore ?
|
Re: how to decrypt and decode png files to real file (.ass)always need constant and start variable in mulutibu sxf
|
Re: how to decrypt and decode png files to real file (.ass)It became too difficult for me.
|
Re: how to decrypt and decode png files to real file (.ass)Thanks you, KSV.
Where is the start in the mulutibu now ? |
Re: how to decrypt and decode png files to real file (.ass)Quote:
|
Re: how to decrypt and decode png files to real file (.ass)Quote:
Unfortunately, I can not find mulutibu.as French : Je ne trouve pas le as dans le mulutibu. |
Re: how to decrypt and decode png files to real file (.ass)Hi
$start is 60 :) |
Re: how to decrypt and decode png files to real file (.ass)Quote:
|
Re: how to decrypt and decode png files to real file (.ass)Quote:
|
Re: how to decrypt and decode png files to real file (.ass)Apparently my post went unnoticed ^^
Hello ! I'm new here ! Someone can explain from A to Z ? How can I use THIS ? If I have understood correctly, it's to recover the subtitles video from ADN ? THANKS ! Fr : Apparemment mon post est passé inaperçu ^^ je voudrais juste savoir si c'est bel et bien une méthode pour avoir les .ass des vidéo de chez ADN ? Si oui pourrait-on m'expliquer la marche a suivre ? Merci ! :) |
Re: how to decrypt and decode png files to real file (.ass)One last thing. How to decompil the mulutibu please ?
|
Re: how to decrypt and decode png files to real file (.ass)Hello !
How to get the *correct* constants format, please ? In the swf file, the constants are an array of numbers, but how to convert them to the hex form ? I tried many converters, changed 0x to \x, but it doesn't work. :( Thanks for your help ! |
Re: how to decrypt and decode png files to real file (.ass)Quote:
Code:
import os,sys,urllib,time,binascii edit = replace url of mulutibu by the correct url |
Re: how to decrypt and decode png files to real file (.ass)Thanks a lot ! ;)
|
Re: how to decrypt and decode png files to real file (.ass)I re-wrote blurg's python script and changed a few K-S-V's php script (thanks to them), to get automatically the constants and the start variable.
Code:
#!/usr/bin/env python Code:
Code:
P.S2 : When you finish, delete : 31.bin, mulutibu6.as and mulutibu_v4_3.swf files. Delete also com and mx folders. P.S3 : Be sure to have the path of the JPEXS Free Flash Decompiler folder in your environment path variable, e.g : C:\Programe Files\FFDec Hope it helps ! EDIT : You MUST download the mulutibu file with fiddler or from your browser to get the valid file and rename it to mulutibu_v4_3.swf, then put it in the same folder as adn.py and run the script ! |
Re: how to decrypt and decode png files to real file (.ass)@ Paradox : I tried your method but I get this message:
C:\adn.py Traceback (most recent call last): File "C:\adn.py", line 21, in <module> with open(dirName + "\\com\\longtailvideo\\plugins\\mulutibu6\\Mulutib u.as", "r") as startFile: IOError: [Errno 2] No such file or directory: 'C:\\com\\longtailvideo\\plugin s\\mulutibu6\\Mulutibu.as' |
Re: how to decrypt and decode png files to real file (.ass)don't try anymore
they have change 1 more time the methode of decryptage plz don't indicate url or anything because they change every time |
Re: how to decrypt and decode png files to real file (.ass)Quote:
Quote:
The script has been revised BTW. |
Re: how to decrypt and decode png files to real file (.ass)Hmm where is the new $start in the multibu.as ? someone can give me the sample of the line please ?
Edit: is the line is this one => var _loc2_:String = AES.dec(param1,d1(20),false); in this case 20 ? |
Re: how to decrypt and decode png files to real file (.ass)Can someone make a script to get the multibu file and the .png please ?
|
Re: how to decrypt and decode png files to real file (.ass)They have changed their method another time , can we have an update please ?
|
Re: how to decrypt and decode png files to real file (.ass)People keep PM'ing me to ask if this script currently works or not because most of them don't bother to read few pages to know what needs to be done exactly. The short answer is Yes this script still works as expected and doesn't require any other update except the two values ($constants and $start) which they keep changing on rotational basis (probably daily).
1. First you need to grab the mulutibu swf file and encrypted png file correctly. I recommend using Fiddler to save both the swf file and encrypted png file. When you try to grab the file otherwise server may send you wrong file and decryption won't work even if you follow other steps correctly. 2. Now grab a good swf decompiler (JPEXS Free Flash Decompiler) and extract new constants which are embedded as binary data in swf file. in the saved file replace all 0x with \x. ![]() Code:
\x61\x65\x63\x64\x61\x35\x33\x30\x65\x38\x36\x65\x61\x63\x33\x65\x64\x64\x36\x63\x38\x66\x66\x65\x61\x38\x36\x31\x64\x35\x32\x64\x39\x34\x31\x30\x65\x39\x39\x34\x37\x35\x38\x37\x38\x31\x62\x61\x34\x38\x63\x32\x64\x33\x36\x65\x31\x31\x36\x34\x61\x66\x35\x36\x65\x65\x37\x65\x32\x65\x36\x39\x31\x63\x38\x64\x36\x64\x62\x30\x34\x37\x62\x64\x65\x38\x63\x64\x33\x35\x63\x31\x34\x63\x37\x30\x36\x63\x30\x61\x62\x39 ![]() 4. after updating those two values in the script you can now use it to decrypt the png file to ass file. Code:
php AnimeDigital.php encrypted.png |
Re: how to decrypt and decode png files to real file (.ass)Hello
WHen i start the php, i have this error ![]() What's the problem ? |
Re: how to decrypt and decode png files to real file (.ass)Hey
Any News ? Cordialy |
Re: how to decrypt and decode png files to real file (.ass)In this new year, new protection :) Doesn't work anymore ;)
|
Re: how to decrypt and decode png files to real file (.ass)I will look into it in a day or two and provide the update.
|
Re: how to decrypt and decode png files to real file (.ass)Ok thanks, I have MP you what I find on this update ;)
|
Re: how to decrypt and decode png files to real file (.ass)Quote:
|
All times are GMT -6. The time now is 12:28 AM. |