SWF Editing Tutorial

12/30/2011 01:28 duyle73#16
anyone knows how to compile multiple abc files back into one original swf?

ex: when you export the original swf, it returns xxx-0.abc, xxx-1.abc, etc...

neither the readme nor the instruction on website are helpful. Trying to abcreplace each individual main.abc back into the original swf doesn't help.
01/07/2012 11:09 Inspex#17
duyle73 - Create 2 different .bat export and compile files (4 files total, 2 for extract, 2 for compile). In one of the extract.bat files, use game-0.abc, in the other, use game-1.abc. The same goes for the compile.bat Run 1 at a time and it will do what you are wanting.
01/07/2012 18:20 duyle73#18
so I just need to compile the 0.abc first and then 1.abc and it will automatically compile into one swf? I thought it would simply replace it base on the dos instruction
01/07/2012 18:39 SaidJan#19
I extracted the original SWF file of Yahoo BYM.
Now I have 2 .abc files and a folder that contains 74 folders and about 1000 files.
Now what should I do?
Which files have to be changed?
Teach me how to change some of them, and then I will find the anothers.
01/07/2012 18:51 Inspex#20
Quote:
Originally Posted by duyle73 View Post
so I just need to compile the 0.abc first and then 1.abc and it will automatically compile into one swf? I thought it would simply replace it base on the dos instruction
Yes, run a batch file to compile 1 at a time, or u can just make 1 long batch file to do them both.

Example...

Code:
rabcasm game-0\game-0.main.asasm
pause
abcreplace game.swf 1 game-0\game-0.main.abc
pause
rabcasm game-1\game-1.main.asasm
pause
abcreplace game.swf 1 game-1\game-1.main.abc
pause
01/07/2012 20:42 xxmahrixx#21
ummm I have a problem > Im trying to hack a game but I cant find the values :-/
I decompiled weapons.swf (wich is the weapons shop) , opened all the files but couldnt find any prices :-/
01/08/2012 14:13 zXoom24#22
this guide works for me!
01/08/2012 18:12 duyle73#23
Quote:
Originally Posted by Inspex View Post
Yes, run a batch file to compile 1 at a time, or u can just make 1 long batch file to do them both.

Example...

Code:
rabcasm game-0\game-0.main.asasm
pause
abcreplace game.swf 1 game-0\game-0.main.abc
pause
rabcasm game-1\game-1.main.asasm
pause
abcreplace game.swf 1 game-1\game-1.main.abc
pause
Thanks a lot. I'll give it a swing and see how it works.
01/09/2012 00:09 Freezer101#24
hi KalMoran

i would like to know how to edit the swf file please or any help on where to start thanx
01/14/2012 18:44 Freezer101#25
Posting here to keep this post active ..... can any one pm me with some help on this subject thanx editng the action folder in the swf file .... cheerz
01/15/2012 10:30 flinchme#26
regarding edgeworld Hey Dilicroix - were you able to recomple and get it working? every edit or insert the values would show on my screen but then errors out and the numbers reset to the original value.
01/16/2012 10:49 anestisl#27
how do I select & copy just the added lines (highlighted in green with the + sign icon to the left)? thankagain for your interest.
01/31/2012 00:11 Velocity83#28
This might help some.

rabcdasm - ABC disassembler
rabcasm - ABC assembler
abcexport - extracts ABC from SWF files
abcreplace - replaces ABC in SWF files
swfdecompress - decompresses zlib-compressed SWF files
swf7zcompress - (re-)compress the contents of a SWF using 7-Zip
swfbinexport / swfbinreplace - extract/replace contents of binary data tags from SWF files
01/31/2012 16:56 suxman#29
If someone to lazy make a .bat here is some one ;D

You must only enter at the .bat the name and the number what you want ;D
Deutsche/English Versions ;)
[Only registered and activated users can see links. Click Here To Register...]

No Virus..

[Only registered and activated users can see links. Click Here To Register...]
05/19/2012 07:46 mitdapanisher1#30
I cannot open rabcdasm
all files are .d
help