So sothink decompiles every single AQ swf hack as something like
Code:
// Action script...

// [onClipEvent of sprite 3 in frame 1]
onClipEvent (load)
{
    function ()
    {
        \x03 = 2851 % 511 * 5;
        return (eval("\x03"));
    } // End of the function
    var \x01 = -509 + \x04\x05();
    for (\x01 = eval("\x01") - 266; eval("\x01") == 154; \x01 = eval("\x01") + 474)
    {
        \x01 = eval("\x01") + 69;
        if (false)
        {
            continue;
        } // end if
    } // end of for
    if (eval("\x01") == 697)
    {
due to the swfs being encrypted, the encrypted DF ones do the same thing. I am wondering how can I decrypt these files? I've tried retracing the code but I can't figure it out.