Wait, is there a new hack already ?
LostQuote:
@teddy try this
how to create .bat files
create a new txt document each
in extract write this
abcexport game-v6.v6508.swf
rabcdasm game-v6.v6508-0.abc
in compile write this
rabcasm game-v6.v6508-0\game-v6.v6508-0.main.asasm
In Extract write this
abcreplace game-v6.v6508.swf 0 game-v6.v6508-0\game-v6.v6508-0.main.abc
del /q /f game-v6.v6508-0.abc
pause
....................... : )