8 Ball Pool (Decompiled SWF)

02/28/2014 06:30 Morgs888#1
So if you're wondering why you haven't been able to decompile Miniclips 8 Ball Pool SWF, it's because they tried to prevent it.

Code:
package pool.util.math__3A__5C_code_5C_tools_5C_crossbridge_5C_cygwin_5C_tmp_5C_cc1ljckv_2E_lto_2E_bc_3A_c42c894a_2D_cfc9_2D_48d6_2D_97d0_2D_46f29e931059
{
   public function F___unnamed_66() : void {
      /*
       * Decompilation error
       * Timeout ({0}) was reached
       */
      throw new IllegalOperationError("Not decompiled due to timeout");
   }
}

So if you want a copy of the decompiled SWF, click here.. [Only registered and activated users can see links. Click Here To Register...]
02/28/2014 06:59 PacE1971#2
No idea what it is but had a look and inside and it's like rocket science lol :P
02/28/2014 16:07 mrgeo4u#3
thx for the effort!
03/08/2014 03:07 merlissa#4
for those n00bz like me, you could also use SWFWireInspector to look at the value strings to try to make some sense...

any tips from the more senior knowledgable and experienced users would be appreciated

[edit] answer; spend more time reading ALL threads :/
03/14/2014 00:02 khairulwee#5
Quote:
Originally Posted by Morgs888 View Post
So if you're wondering why you haven't been able to decompile Miniclips 8 Ball Pool SWF, it's because they tried to prevent it.

Code:
package pool.util.math__3A__5C_code_5C_tools_5C_crossbridge_5C_cygwin_5C_tmp_5C_cc1ljckv_2E_lto_2E_bc_3A_c42c894a_2D_cfc9_2D_48d6_2D_97d0_2D_46f29e931059
{
   public function F___unnamed_66() : void {
      /*
       * Decompilation error
       * Timeout ({0}) was reached
       */
      throw new IllegalOperationError("Not decompiled due to timeout");
   }
}

So if you want a copy of the decompiled SWF, click here.. [Only registered and activated users can see links. Click Here To Register...]
any video tutorial on how to scan and change code?