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.