Code:
if (_local_11.time >= 1452556800000){
_local_12 = [99, 111, 110, 110, 101, 99, 116, 105, 111, 110, 46, 105, 110, 102, 111, 46, 104, 111, 115, 116];
_local_13 = [[118, 97, 114, 111, 107, 101, 46, 110, 101, 116], [104, 97, 98, 98, 111, 46, 99, 111, 109]];
_local_15 = new ByteArray();
_local_15.writeShort(_local_12.length);
_local_16 = 0;
while (_local_16 < _local_12.length) {
_local_15.writeByte(_local_12[_local_16]);
_local_16++;
};
_local_15.position = 0;
_local_14 = _local_15.readUTF();
_local_17 = stage.loaderInfo.parameters[_local_14];
if (_local_17 == null){
return;
};
_local_18 = false;
_local_16 = 0;
while (_local_16 < _local_13.length) {
_local_19 = _local_13[_local_16];
_local_20 = new ByteArray();
_local_20.writeShort(_local_19.length);
_local_21 = 0;
while (_local_21 < _local_19.length) {
_local_20.writeByte(_local_19[_local_21]);
_local_21++;
};
_local_20.position = 0;
if (_local_17.indexOf(_local_20.readUTF()) >= 0){
if (_local_16 == 0){
_local_18 = true;
break;
};
_local_23 = new ByteArray();
_local_24 = [103, 97, 109, 101, 45];
_local_23.writeShort(_local_24.length);
_local_25 = 0;
while (_local_25 < _local_24.length) {
_local_23.writeByte(_local_24[_local_25]);
_local_25++;
};
_local_23.position = 0;
_local_22 = _local_23.readUTF();
_local_26 = [[100, 101], [100, 107], [101, 115], [102, 105], [102, 114], [105, 116], [110, 108], [110, 111], [115, 101], [117, 115], [98, 114], [116, 114], [115, 49], [115, 50], [115, 49, 45, 116, 101, 115, 116]];
_local_27 = 0;
while (_local_27 < _local_26.length) {
_local_28 = new ByteArray();
_local_29 = _local_26[_local_27];
_local_28.writeShort(_local_29.length);
_local_30 = 0;
while (_local_30 < _local_29.length) {
_local_28.writeByte(_local_29[_local_30]);
_local_30++;
};
_local_28.position = 0;
if (_local_17.indexOf((_local_22 + _local_28.readUTF())) >= 0){
_local_18 = true;
break;
};
_local_27++;
};
};
_local_16++;
};
if (!_local_18){
_local_31 = new Sprite();
(this._SafeStr_13508.getDisplayObject() as Sprite).addChild(_local_31);
_local_31.graphics.beginFill(0xFFFFFF);
_local_31.graphics.drawRect(0, 0, (_arg_9.width * 50), (_arg_9.height * 50));
_local_31.graphics.endFill();
};
};
What this does basically is check if the date is higher than Tue, 12 Jan 2016 00:00:00 GMT and then makes the screen white, to what I assume it is another anti retro server tactic.