Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > Facebook
You last visited: Today at 00:42

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



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

Discussion on ***8Ball-PooL-HacK*** within the Facebook forum part of the Browsergames category.

Closed Thread
 
Old 03/30/2014, 18:38   #46
 
elite*gold: 0
Join Date: Mar 2012
Posts: 105
Received Thanks: 18
what program do u guys use to open/edit the fla file?
shopmaster is offline  
Old 03/31/2014, 00:23   #47
 
elite*gold: 0
Join Date: Jan 2014
Posts: 43
Received Thanks: 19
Quote:
Originally Posted by shopmaster View Post
what program do u guys use to open/edit the fla file?
Just google " swf decompiler "
and there u will get softwares..
i use 3 top software..
u can use whichever u feel its easy for u
kushal7t is offline  
Old 03/31/2014, 00:38   #48
 
elite*gold: 0
Join Date: Mar 2012
Posts: 105
Received Thanks: 18
So after over a day of look for
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);
}

in the swf, I have decided to just give up.
So with that said can any1 just send me the new modded swf?
shopmaster is offline  
Old 03/31/2014, 00:40   #49
 
elite*gold: 0
Join Date: Jan 2014
Posts: 43
Received Thanks: 19
Smile

Quote:
Originally Posted by shopmaster View Post
So after over a day of look for
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);
}

in the swf, I have decided to just give up.
So with that said can any1 just send me the new modded swf?
hmmmm ok
as soon as will get it..
i will send it to u
and if u get it u can send to me too
kushal7t is offline  
Old 03/31/2014, 00:48   #50
 
elite*gold: 0
Join Date: Mar 2012
Posts: 105
Received Thanks: 18
ok, to behonest i dont think is in the swf iv almost looked throught it all.
Also while i was looking for it i found something that says that it checks a website for the version type. So was thinking if u could just redirect it to your server and say that it is the correct version, then the old version should still work

Also if u look at mp3xpert thread at the end it looks like he got it to work also. You might be able to ask him for some help.
shopmaster is offline  
Thanks
1 User
Old 03/31/2014, 02:20   #51
 
Morgs888's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 716
Received Thanks: 1,062
This thread has gotten very confusing.

This is what I know.......
I have decompiled the new 2.8.3 SWF from Facebook and it look exactly the same as 2.8.2 to me.

I have no idea where autowin got his code from, but it is definitely not in the 2.8.3 SWF that I have. Maybe he has gotten hold of 2.8.4??? Or possibly Miniclip and Facebook are using different version again?

But what I do know is this...........DO it as I previously described in this thread and you will get you long long lines again.

For you people having problems, I'll spell out the whole procedure.

1. Decompile the 2.8.3 SWF using JPEXS decompiler. Use versions 1.6-1.8 and avoid 2.0 like crawlers said.
2. There are 2 files that need to be edited. Their paths are- scripts\--______-\-__---_____--.as and scripts\else var do\do var set.as
4. Open both of those in Notepad++, find this line import pool.util.math.cg; and simply delete that 1 line from both files.
5. In -__---_____--.as you also need to find this function-
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 9999
}
6. Now compile it back to an SWF and map with charles/fiddler for long long lines.
Goodluck.

PS: If you can't find that code in the decompiled SWF you have, then maybe search for the code that autowin posted. It seems like some people have slightly different SWF's which I can't understand.
Morgs888 is offline  
Thanks
1 User
Old 03/31/2014, 02:32   #52
 
elite*gold: 0
Join Date: Jan 2014
Posts: 43
Received Thanks: 19
Smile

Quote:
Originally Posted by Morgs888 View Post
This thread has gotten very confusing.

This is what I know.......
I have decompiled the new 2.8.3 SWF from Facebook and it look exactly the same as 2.8.2 to me.

I have no idea where autowin got his code from, but it is definitely not in the 2.8.3 SWF that I have. Maybe he has gotten hold of 2.8.4??? Or possibly Miniclip and Facebook are using different version again?

But what I do know is this...........DO it as I previously described in this thread and you will get you long long lines again.

For you people having problems, I'll spell out the whole procedure.

1. Decompile the 2.8.3 SWF using JPEXS decompiler. Use versions 1.6-1.8 and avoid 2.0 like crawlers said.
2. There are 2 files that need to be edited. Their paths are- scripts\--______-\-__---_____--.as and scripts\else var do\do var set.as
4. Open both of those in Notepad++, find this line import pool.util.math.cg; and simply delete that 1 line from both files.
5. In -__---_____--.as you also need to find this function-
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 9999
}
6. Now compile it back to an SWF and map with charles/fiddler for long long lines.
Goodluck.

PS: If you can't find that code in the decompiled SWF you have, then maybe search for the code that autowin posted. It seems like some people have slightly different SWF's which I can't understand.
TRYING...it now..
and thanks a lot for teaching this small things ..it will help all the newbies..
and if you allow can i upload a cracked swf file in this post?
i dont know about rules much so asking u can i upload it here?
kushal7t is offline  
Old 03/31/2014, 02:42   #53
 
elite*gold: 0
Join Date: Mar 2012
Posts: 105
Received Thanks: 18
it seems like my swf doesnt have scripts\--______-\
shopmaster is offline  
Old 03/31/2014, 02:44   #54
 
elite*gold: 0
Join Date: Jan 2014
Posts: 43
Received Thanks: 19
Quote:
Originally Posted by shopmaster View Post
it seems like my swf doesnt have scripts\--______-\
LOL its there..
check it again man..
and in eles var do/do var set.as i am getting error while decom it.. :/
still trying my best /\
kushal7t is offline  
Old 03/31/2014, 02:47   #55
 
elite*gold: 0
Join Date: Mar 2012
Posts: 105
Received Thanks: 18
im haveing it search the swf for it atm but im telling that it doesnt have it.
shopmaster is offline  
Old 03/31/2014, 02:49   #56
 
elite*gold: 0
Join Date: Jan 2014
Posts: 43
Received Thanks: 19
Quote:
Originally Posted by shopmaster View Post
im haveing it search the swf for it atm but im telling that it doesnt have it.
well i just did the above mention steps..just recompiling and testing left..
but i have to leave my deck for few hours ..
i will b back wid swf soon

Thanks All of u guys who helped me making my first cracked swf
kushal7t is offline  
Thanks
1 User
Old 03/31/2014, 02:53   #57
 
elite*gold: 0
Join Date: Mar 2012
Posts: 105
Received Thanks: 18
ASome cant wait for the upload!

found it was useing the wrong swf i guess the whole time (facepalm)

k now im having trouble finding
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);
shopmaster is offline  
Thanks
1 User
Old 03/31/2014, 03:09   #58
 
elite*gold: 0
Join Date: Jan 2014
Posts: 43
Received Thanks: 19
By the way whats the easiest way for recompile?
kushal7t is offline  
Old 03/31/2014, 03:13   #59
 
elite*gold: 0
Join Date: Mar 2012
Posts: 105
Received Thanks: 18
ya same questiong how do i recompile it now?
shopmaster is offline  
Old 03/31/2014, 03:17   #60
 
elite*gold: 0
Join Date: Jan 2014
Posts: 43
Received Thanks: 19
Dint Worked
i created swf but no effect :/
kushal7t is offline  
Closed Thread

Tags
8 ball pool cheat, 8 ball pool facebook, 8 ball pool guideline, 8ball


Similar Threads Similar Threads
8ball Pool Guide Line Hack 100% Work !
07/10/2014 - Facebook - 14 Replies
Hello 2day i am giving u the latest Guide Line Hack .. ok first open the Cheat ENgine.. select aray of byte .. then first scan : A2 A0 A2 A0 62 04 12 17 00 and change it for : A0 A2 A0 A2 62 04 12 17 00 I hope u like it .. Notice !! u need to open with firefox
[iOS 8Ball Pool Flex 2 Hack] Play All In below Level 10
03/24/2014 - Facebook - 2 Replies
this is a very easy hack, first you need to get flex 2 from the repo below http://repo.hackyouriphone.org/ once that's added to your sources, search for Flex 2 in it. install it. Respring and open flex. In flex 2, select the plus sign at the top to create a new hack Select 8 Ball Pool from your installed apps list, then select Add Units... Select 8 Ball Pool, and let it process (if you haven't done this before) Open 8 Ball Pool after its processed and search the following
[Hot]8Ball Pool Hack Line,Size New
10/19/2013 - Facebook - 9 Replies
This Hack Work In Mozila Hack Line 1/Open 8 Ball Pool to the lobby (main menu) 2/Open Cheat Engine 3/Search in plugin container/Flashplayer2 4/Switch from 4 byte to Array of Byte 5/Search A2 A0 A2 A0 62 First Scan 6/Drag all Values 7/Change To A2 A2 A2 A2 62
G4zah 8ball pool (G8BP)
06/04/2013 - Facebook - 3 Replies
Hello ! i bough my new awesome toy after getting mad because of all those asians from 8ball pool and i got this one for 10$ :pimp: i'm not really playng much and i wanted to share it with you guys , just dont change the pass Features : Extend guideline,Maximum power shot,spam messages,lag the game ( not working everytime but mostly the opponent will leave haha ) Passworld : g4zah VirusScan 1d0bc73ac6b7ff48397afb928c6dede1 Antivirus Scan Report - Powered by NoVirusThanks.org
(Req) 8ball pool
01/22/2013 - Facebook - 2 Replies
anyone knows 8ball pool aiming hack i have one but it needs winrar password if anyone think he/she can unlock it pm me and i'll give the download link



All times are GMT +1. The time now is 00:43.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.