***8Ball-PooL-HacK***

03/29/2014 01:06 kushal7t#16
everything we need just have to but pro version of my decomplier and its done..
got gline codes and string for versions .

Quote:
Originally Posted by shopmaster View Post
in what file did u find that?

Can you take a pic of that open in the program you using so i know exactly where it is at?
i have export my swf into fla and then fla into html5 so edit html5 its the easy part and then re compike to swf wgich is lil trick and tuff part after tat its all done :)
03/29/2014 01:20 shopmaster#17
U think u will beable to upload the swf today?
03/29/2014 01:23 kushal7t#18
Quote:
Originally Posted by shopmaster View Post
U think u will beable to upload the swf today?
Sorry No-Chance..
for all this i have to buy pro version of softwares..
an which i am not going to do now..

if any experienced person who want to try .. this cracky part of 8ball
PM me :)
03/29/2014 01:42 Morgs888#19
Quote:
Originally Posted by kushal7t View Post
i have export my swf into fla and then fla into html5 so edit html5 its the easy part and then re compike to swf wgich is lil trick and tuff part after tat its all done :)
Yep......Decompiling and compiling again is the difficult part.

There are 2 files containing this string. import pool.util.math.cg;
You must delete that string from both files.

Then you must find this....
Code:
public static function get const use(param1:Number, param2:Number) : Number {
         var _loc3_:* = false;
         var _loc4_:* = true;
         return cg(param1,param2,-__---___-.value==0.2?1:0);
and change it to this....
Code:
public static function get const use(param1:Number, param2:Number) : Number {
         return (YOUR SPECIAL NUMBER)
That's the easy part.
Like you said....Decompiling and compiling may require a little extra knowledge and skill. Miniclip did that intentionally to filter out all the skiddies. And it worked very well too.

autowin is the only one I know who has done it and shared it here publicly.
Unless he is kind enough to do it again for you, then you must learn to do it yourselves now.
03/29/2014 01:47 kushal7t#20
Quote:
Originally Posted by Morgs888 View Post
Yep......Decompiling and compiling again is the difficult part.

There are 2 files containing this string. import pool.util.math.cg;
You must delete that string from both files.

Then you must find this....
Code:
public static function get const use(param1:Number, param2:Number) : Number {
         var _loc3_:* = false;
         var _loc4_:* = true;
         return cg(param1,param2,-__---___-.value==0.2?1:0);
and change it to this....
Code:
public static function get const use(param1:Number, param2:Number) : Number {
         return (YOUR SPECIAL NUMBER)
That's the easy part.
Like you said....Decompiling and compiling may require a little extra knowledge and skill. Miniclip did that intentionally to filter out all the skiddies. And it worked very well too.

autowin is the only one I know who has done it and shared it here publicly.
Unless he is kind enough to do it again for you, then you must learn to do it yourselves now.
thanks alot for your help :)
an few more help needed can u gmail me here>>[Only registered and activated users can see links. Click Here To Register...]
i have some tricky problm here hop u can help me soo..pls
03/29/2014 02:10 Morgs888#21
If you need more help, just ask me here.

But sometimes I don't log onto the internet for a couple of days, so you may have to wait for a reply.
03/29/2014 02:22 kushal7t#22
Quote:
Originally Posted by Morgs888 View Post
If you need more help, just ask me here.

But sometimes I don't log onto the internet for a couple of days, so you may have to wait for a reply.
haha okayy..
i was thinking i shoud offer you a joB..
which type of hacker you are basically?
and txt me on my email ID
if u'r intrested in working wid me and on a future big company
called Fungangs
>>>
<<<
and lol again my email>>>
03/29/2014 04:28 superchuckles#23
Quote:
Originally Posted by Morgs888 View Post
Yep......Decompiling and compiling again is the difficult part.

There are 2 files containing this string. import pool.util.math.cg;
You must delete that string from both files.

Then you must find this....
Code:
public static function get const use(param1:Number, param2:Number) : Number {
         var _loc3_:* = false;
         var _loc4_:* = true;
         return cg(param1,param2,-__---___-.value==0.2?1:0);
and change it to this....
Code:
public static function get const use(param1:Number, param2:Number) : Number {
         return (YOUR SPECIAL NUMBER)
That's the easy part.
Like you said....Decompiling and compiling may require a little extra knowledge and skill. Miniclip did that intentionally to filter out all the skiddies. And it worked very well too.

autowin is the only one I know who has done it and shared it here publicly.
Unless he is kind enough to do it again for you, then you must learn to do it yourselves now.
ok, what decompiler are you using, & what swf version are you using? i'm using jpex's free flash decompiler, & swf ver 2.8.3, & it looks nothing like what you've posted.
03/29/2014 05:13 autowin#24
Quote:
Originally Posted by Morgs888 View Post
Yep......Decompiling and compiling again is the difficult part.

There are 2 files containing this string. import pool.util.math.cg;
You must delete that string from both files.

Then you must find this....
Code:
public static function get const use(param1:Number, param2:Number) : Number {
         var _loc3_:* = false;
         var _loc4_:* = true;
         return cg(param1,param2,-__---___-.value==0.2?1:0);
and change it to this....
Code:
public static function get const use(param1:Number, param2:Number) : Number {
         return (YOUR SPECIAL NUMBER)
That's the easy part.
Like you said....Decompiling and compiling may require a little extra knowledge and skill. Miniclip did that intentionally to filter out all the skiddies. And it worked very well too.

autowin is the only one I know who has done it and shared it here publicly.
Unless he is kind enough to do it again for you, then you must learn to do it yourselves now.
The new version (v2.8.3) has this function:

public static function -__--_-__-_-(param1:Number, param2:Number) : Number {
var _loc3_:* = false;
var _loc4_:* = true;
if(---_---_-__.value == 0.2)
{
if(_loc3_)
{
}
}
else
{
if(_loc3_)
{
}
}
if(---_---_-__.value == 0.2)
{
return cg(param1,param2,1);
}
return cg(param1,param2,0);
}

I changed to:

public static function -__--_-__-_-(param1:Number, param2:Number) : Number {
return 9999;
}

But using Cheat Engine will not work.... only using modified SWF.
Regards
03/29/2014 06:33 minong25#25
Can you make a video tutorial? please.....
03/29/2014 11:53 kushal7t#26
Quote:
Originally Posted by autowin View Post
The new version (v2.8.3) has this function:

public static function -__--_-__-_-(param1:Number, param2:Number) : Number {
var _loc3_:* = false;
var _loc4_:* = true;
if(---_---_-__.value == 0.2)
{
if(_loc3_)
{
}
}
else
{
if(_loc3_)
{
}
}
if(---_---_-__.value == 0.2)
{
return cg(param1,param2,1);
}
return cg(param1,param2,0);
}

I changed to:

public static function -__--_-__-_-(param1:Number, param2:Number) : Number {
return 9999;
}

But using Cheat Engine will not work.... only using modified SWF.
Regards
Sorry but i tried to do this..
and there no file or action scripts contaionin (parram2:Number and all :(((
can u help me pls..
and PM me for A Team viewer ID-PAss
u can teach me there.. ;)
03/29/2014 14:02 abdelouahid#27
what's the best decompiler to use
03/29/2014 14:12 vcl_jf#28
could you show, which one scrpits contain string verison of game?
03/29/2014 14:38 minong25#29
I can not do decompile to 8 ball pool.swf, I use Shotink SWF Decompiler and the result is always an error...
Anyone Help me please....
sorry iam newbie
03/29/2014 15:36 kushal7t#30
Quote:
Originally Posted by minong25 View Post
I can not do decompile to 8 ball pool.swf, I use Shotink SWF Decompiler and the result is always an error...
Anyone Help me please....
sorry iam newbie
You nEED to use PRO Software..
OR
u need to reinstall it..
and clear cach files of your old software..
this way u can fix your Error, or software stoped BUG
Hop this helped you :)