View Single Post
  #94  
Old 03-26-2015, 10:25 AM
Liluy Liluy is offline
Junior Member
 
Join Date: Apr 2014
Posts: 14
Liluy is on a distinguished road
Default

Re: how to decrypt and decode png files to real file (.ass)


Yes, if you want to see the difference between the old and the new here.

AES constantes :
package com.longtailvideo.plugins.mulutibu6
{
import mx.core.ByteArrayAsset;

public class AES_Constantes extends ByteArrayAsset
{

public function AES_Constantes()
{
super();
}
}
}

and

public static function d(param1:String, param2:int, param3:int = 63) : String
{

The number after param3: int = changes every day
Attached Files
File Type: txt mulutibu_v4_3 (25-03-2015).txt (11.5 KB, 0 views)
File Type: txt mulutibu_v4_3 (21-03-2015).txt (13.3 KB, 0 views)
Reply With Quote