how to compile a fla back to swf

01/17/2012 16:20 Zoltan17#16
Quote:
Originally Posted by anestisl View Post
i made it almost lol . i made a new swf file and i made some changes and every change i made i compile it and didnt show any error when i run it was freeze in 80% .May i ask if i take an old hack and i want just update it how i can i try compare the two files and add allfrom the hack inside the new one but too many rows to copy is there any way to do it faster may i have some help please im sorry again for my ignorance i dont know from c++ start read if that helps any suggestions acceptable thx again
I still have some really old battlepirates hacks, I uploaded them[Only registered and activated users can see links. Click Here To Register...]for you if you want to look at them...
01/17/2012 17:00 anestisl#17
thx for your answer i have old hacks but i mean i need some help how to update them
01/17/2012 17:12 Zoltan17#18
Quote:
Originally Posted by anestisl View Post
thx for your answer i have old hacks but i mean i need some help how to update them
Ok, well lets just start out like this, what did your old hacks do?
Did they disable hack checks? OK, well then lets compare a vanilla swf to the hacked on in the hack checks section!

hacked:
if (!gen){
gen = true;
returnvoid;
}

vanilla:
if (!gen){
gen = true;
}

There is a difference! It is as simple as comparing the various parts that the hack affected...
01/17/2012 17:23 anestisl#19
yes i delete them from notepad i search and i found 34 results
01/17/2012 17:28 Zoltan17#20
Quote:
Originally Posted by anestisl View Post
yes i delete them from notepad i search and i found 34 results
Well you have to remember, the namespaces change to, look for everything OTHER than namespace changes. If a namespace changes in the new version, you HAVE to update the new version to support these changes!
01/17/2012 17:47 anestisl#21
ok its any key hit and make changes or i must take it line to line and copy paste
01/17/2012 18:47 Zoltan17#22
Quote:
Originally Posted by anestisl View Post
ok its any key hit and make changes or i must take it line to line and copy paste
[Only registered and activated users can see links. Click Here To Register...]