(() => {
    function block() {
        if (window.outerHeight - window.innerHeight > 200 ||window.outerWidth - window.innerWidth > 200) {
            document.body.innerHTML ="检测到非法调试,请关闭后刷新重试!";
        }
        setInterval(() => {
            (function () {
                return false;
            }
                ["constructor"]("debugger")
                ["call"]());
        }, 50);
    }
    try {
        block();
    } catch (err) {}
})();
# 混淆加密代码
var _0xf6ed=['call','innerHTML','innerHeight','检测到非法调试,请关闭后刷新重试!','debugger'];var _0x2af1=function(_0xf6edd5,_0x2af1a2){_0xf6edd5=_0xf6edd5-0x0;var _0x5aebf6=_0xf6ed[_0xf6edd5];return _0x5aebf6;};(()=>{function _0x1ca95f(){if(window['outerHeight']-window[_0x2af1('0x2')]>0xc8||window['outerWidth']-window['innerWidth']>0xc8){document['body'][_0x2af1('0x1')]=_0x2af1('0x3');}setInterval(()=>{(function(){return![];}['constructor'](_0x2af1('0x4'))[_0x2af1('0x0')]());},0x32);}try{_0x1ca95f();}catch(_0x1f97aa){}})();
最后修改日期: 2022年12月18日

作者