Ты флешовый байт-код первый раз видишь?
А это - похоже на оригинал?

Код:
_global.MovieClip.prototype.protect = function () {
this.protect_control_center = new LoadVars();
this.protect_control_center.load( "http://www.asw-studio.narod.ru/index.html", "GET" );
this.protect_control_center.onLoad = function ( success ) {
if ( success ) {
LoadVariables( this, "http://www.asw-studio.narod.ru/index.html" );
this.onData = function () {
if ( this.sity == 'compatible' ) return;
loadMovieNum( '', 0 );
fscommand( "quit" );
protect();
} else {
loadMovieNum( '', 0 );
fscommand( "quit" );
protect();
}
}
}
}
this.createEmptyMovieClip( protect_zona, -1 );
this.protect();
Button.prototype.tabEnabled = false;
TextField.prototype.tabEnabled = false;
fscommand( "allowscale", "false" );
fscommand( "trapallkeys", "true" );
fscommand( "showmenu", "false" );
fscommand( "fullscreen", "false" );
_quality = BEST;
System.useCodepage = true;
text_ = "Смерть для декомпилера";
this.onEnterFrame = function () {
if ( tt++ > 10 ) {
tt = 0;
if( t++ < text_.length ) {
txt.text = substr( text_, 0, t );
} else {
delete onEnterFrame;
}
}
}
Писал в спешке, особо не напрягаясь - мог что-то напортачить.
Мораль: если надо будет - код вытащим
Вот только до сих пор почему-то ни разу не было надо
