开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 909|回复: 3
收起左侧

[已解决] 老师傅,大牛进、看看这段代码神马意思.

 关闭 [复制链接]
结帖率:77% (64/83)
发表于 2019-3-24 19:01:14 | 显示全部楼层 |阅读模式   河南省商丘市
5精币
class a {
    constructor(_0x1bfb72='', _0x19f032=0x0, _0x58cb30='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890') {
        var _0x30ee39 = {
            '\x6e\x49\x4d': function _0x19fc1e(_0x5f4bca, _0x4661ca) {
                return _0x5f4bca > _0x4661ca;
            },
            '\x69\x4d\x63': function _0x4d45f1(_0x1d75bd, _0x33c901, _0x31eed4) {
                return _0x1d75bd(_0x33c901, _0x31eed4);
            },
            '\x61\x46\x59': function _0x5c2d8d(_0x284347, _0x19a52b) {
                return _0x284347 === _0x19a52b;
            },
            '\x54\x48\x67': function _0x2469f4(_0xc8c163, _0x14d22c) {
                return _0xc8c163 === _0x14d22c;
            },
            '\x61\x61\x64': function _0x223103(_0x4adc84, _0x3d376e) {
                return _0x4adc84 !== _0x3d376e;
            },
            '\x66\x41\x55': function _0x1f8ace(_0x681309, _0x41b503) {
                return _0x681309 < _0x41b503;
            },
            '\x52\x64\x55': function _0x4d8ad9(_0x3e7520, _0x5cb536) {
                return _0x3e7520 === _0x5cb536;
            },
            '\x52\x66\x74': function _0x4654b3(_0x2e8f75, _0x2f8e44) {
                return _0x2e8f75 + _0x2f8e44;
            },
            '\x42\x52\x7a': function _0x2633af(_0x5d47df, _0x3ddc1c) {
                return _0x5d47df + _0x3ddc1c;
            },
            '\x50\x6a\x42': function _0x3555e1(_0x22e843, _0x322fd5) {
                return _0x22e843 + _0x322fd5;
            },
            '\x41\x79\x6c': function _0x37abd9(_0x502d26, _0x33653f) {
                return _0x502d26 + _0x33653f;
            },
            '\x47\x66\x6f': function _0x2894b8(_0x3f818b, _0x1e916a) {
                return _0x3f818b / _0x1e916a;
            },
            '\x6e\x69\x64': function _0x32b6ee(_0xee8ae7, _0x312263) {
                return _0xee8ae7 / _0x312263;
            },
            '\x46\x67\x55': function _0xc0d4e(_0x7f8ca3, _0x5b8874) {
                return _0x7f8ca3 > _0x5b8874;
            },
            '\x4b\x62\x59': function _0x47feef(_0x4ed874, _0x33ceb2) {
                return _0x4ed874 - _0x33ceb2;
            },
            '\x6f\x74\x7a': function _0x4cb823(_0x22c2bc, _0x17ffe9) {
                return _0x22c2bc / _0x17ffe9;
            },
            '\x6c\x65\x71': function _0x590a13(_0x42f802, _0x37d08d) {
                return _0x42f802 < _0x37d08d;
            }
        };
        const _0x297fd8 = 0x10;
        const _0x319a22 = 3.5;
        const _0x4acaee = 0xc;
        const _0x19f569 = 'error\x3a\x20alphabet\x20must\x20contain\x20at\x20least\x20X\x20unique\x20characters';
        const _0x2e39be = 'error\x3a\x20alphabet\x20cannot\x20contain\x20spaces';
        let _0x35ca14 = '', _0x55e361, _0x1448f9;
        this['escapeRegExp'] = _0x5748ce=>_0x5748ce['replace'](/[-[\]{}()*+?.,\\^$|#\s]/g, '\x5c\x24\x26');
        this['parseInt'] = (_0x465f07,_0x122d7c)=>/^(-|\+)?([0-9]+|Infinity)$/['test'](_0x465f07) ? parseInt(_0x465f07, _0x122d7c) : NaN;
        this['seps'] = 'cfhistuCFHISTU';
        this['minLength'] = _0x30ee39['nIM'](_0x30ee39['iMc'](parseInt, _0x19f032, 0xa), 0x0) ? _0x19f032 : 0x0;
        this['salt'] = _0x30ee39['aFY'](typeof _0x1bfb72, 'string') ? _0x1bfb72 : '';
        if (_0x30ee39['THg'](typeof _0x58cb30, 'string')) {
            this['alphabet'] = _0x58cb30;
        }
        for (let _0x5bd625 = 0x0; _0x30ee39['aad'](_0x5bd625, this['alphabet']['length']); _0x5bd625++) {
            if (_0x30ee39['THg'](_0x35ca14['indexOf'](this['alphabet']['charAt'](_0x5bd625)), -0x1)) {
                _0x35ca14 += this['alphabet']['charAt'](_0x5bd625);
            }
        }
        this['alphabet'] = _0x35ca14;
        if (_0x30ee39['fAU'](this['alphabet']['length'], _0x297fd8)) {
            throw _0x19f569['replace']('X', _0x297fd8);
        }
        if (_0x30ee39['aad'](this['alphabet']['search']('\x20'), -0x1)) {
            throw _0x2e39be;
        }
        for (let _0x25617e = 0x0; _0x30ee39['aad'](_0x25617e, this['seps']['length']); _0x25617e++) {
            const _0x253a9c = this['alphabet']['indexOf'](this['seps']['charAt'](_0x25617e));
            if (_0x30ee39['RdU'](_0x253a9c, -0x1)) {
                this['seps'] = _0x30ee39['Rft'](_0x30ee39['BRz'](this['seps']['substr'](0x0, _0x25617e), '\x20'), this['seps']['substr'](_0x30ee39['BRz'](_0x25617e, 0x1)));
            } else {
                this['alphabet'] = _0x30ee39['PjB'](_0x30ee39['PjB'](this['alphabet']['substr'](0x0, _0x253a9c), '\x20'), this['alphabet']['substr'](_0x30ee39['Ayl'](_0x253a9c, 0x1)));
            }
        }
        this['alphabet'] = this['alphabet']['replace'](/ /g, '');
        this['seps'] = this['seps']['replace'](/ /g, '');
        this['seps'] = this['\x5fshuffle'](this['seps'], this['salt']);
        if (!this['seps']['length'] || _0x30ee39['nIM'](_0x30ee39['Gfo'](this['alphabet']['length'], this['seps']['length']), _0x319a22)) {
            _0x55e361 = Math['ceil'](_0x30ee39['nid'](this['alphabet']['length'], _0x319a22));
            if (_0x30ee39['FgU'](_0x55e361, this['seps']['length'])) {
                _0x1448f9 = _0x30ee39['KbY'](_0x55e361, this['seps']['length']);
                this['seps'] += this['alphabet']['substr'](0x0, _0x1448f9);
                this['alphabet'] = this['alphabet']['substr'](_0x1448f9);
            }
        }
        this['alphabet'] = this['\x5fshuffle'](this['alphabet'], this['salt']);
        const _0x32c765 = Math['ceil'](_0x30ee39['otz'](this['alphabet']['length'], _0x4acaee));
        if (_0x30ee39['leq'](this['alphabet']['length'], 0x3)) {
            this['guards'] = this['seps']['substr'](0x0, _0x32c765);
            this['seps'] = this['seps']['substr'](_0x32c765);
        } else {
            this['guards'] = this['alphabet']['substr'](0x0, _0x32c765);
            this['alphabet'] = this['alphabet']['substr'](_0x32c765);
        }
    }
    ['encode'](..._0x7b06f1) {
        var _0x47129e = {
            '\x4e\x6b\x70': function _0x57bc86(_0x3c2248, _0x67b22b) {
                return _0x3c2248 === _0x67b22b;
            },
            '\x58\x4c\x6d': function _0x4c4c85(_0x2823d1, _0x2617b5) {
                return _0x2823d1 !== _0x2617b5;
            },
            '\x49\x7a\x52': function _0x34b00a(_0x2d0910, _0x33b884) {
                return _0x2d0910 >= _0x33b884;
            }
        };
        const _0x3ce321 = '';
        if (!_0x7b06f1['length']) {
            return _0x3ce321;
        }
        if (_0x7b06f1[0x0] && _0x47129e['Nkp'](_0x7b06f1[0x0]['constructor'], Array)) {
            _0x7b06f1 = _0x7b06f1[0x0];
            if (!_0x7b06f1['length']) {
                return _0x3ce321;
            }
        }
        for (let _0x18570 = 0x0; _0x47129e['XLm'](_0x18570, _0x7b06f1['length']); _0x18570++) {
            _0x7b06f1[_0x18570] = this['parseInt'](_0x7b06f1[_0x18570], 0xa);
            if (_0x47129e['IzR'](_0x7b06f1[_0x18570], 0x0)) {
                continue;
            } else {
                return _0x3ce321;
            }
        }
        return this['\x5fencode'](_0x7b06f1);
    }
    ['encodeHex'](_0x540a66) {
        var _0x50dfbe = {
            '\x4a\x68\x79': function _0x30d14d(_0x3e54a4, _0x12481c) {
                return _0x3e54a4 !== _0x12481c;
            },
            '\x45\x43\x54': function _0x2b3089(_0x4be32b, _0x5054a5, _0x3bcc79) {
                return _0x4be32b(_0x5054a5, _0x3bcc79);
            },
            '\x6e\x68\x43': function _0x31e761(_0x1b576a, _0x348ada) {
                return _0x1b576a + _0x348ada;
            }
        };
        _0x540a66 = _0x540a66['toString']();
        if (!/^[0-9a-fA-F]+$/['test'](_0x540a66)) {
            return '';
        }
        const _0x48ab3a = _0x540a66['match'](/[\w\W]{1,12}/g);
        for (let _0x1b0d80 = 0x0; _0x50dfbe['Jhy'](_0x1b0d80, _0x48ab3a['length']); _0x1b0d80++) {
            _0x48ab3a[_0x1b0d80] = _0x50dfbe['ECT'](parseInt, _0x50dfbe['nhC']('1', _0x48ab3a[_0x1b0d80]), 0x10);
        }
        return this['encode']['apply'](this, _0x48ab3a);
    }
    ['\x5fencode'](_0x5ad566) {
        var _0x1ac17b = {
            '\x4b\x64\x67': function _0x2109a5(_0x18841f, _0x41e310) {
                return _0x18841f !== _0x41e310;
            },
            '\x41\x54\x6b': function _0x4ead7b(_0x31c39d, _0x55bde7) {
                return _0x31c39d % _0x55bde7;
            },
            '\x58\x54\x65': function _0x227a97(_0x434050, _0x135302) {
                return _0x434050 + _0x135302;
            },
            '\x79\x70\x4b': function _0x1c495f(_0x5af5d2, _0x5e849a) {
                return _0x5af5d2 !== _0x5e849a;
            },
            '\x51\x53\x4e': function _0x2bf915(_0x275da6, _0x3087bb) {
                return _0x275da6 + _0x3087bb;
            },
            '\x62\x52\x55': function _0x19cedc(_0x18685a, _0x39433a) {
                return _0x18685a < _0x39433a;
            },
            '\x61\x4d\x56': function _0x2aaa37(_0x1ec1bc, _0x2b33cc) {
                return _0x1ec1bc + _0x2b33cc;
            },
            '\x62\x72\x50': function _0x5f5d4d(_0x52a0fd, _0x4c435f) {
                return _0x52a0fd + _0x4c435f;
            },
            '\x61\x48\x41': function _0x434c56(_0x1275b8, _0x1213ec) {
                return _0x1275b8 % _0x1213ec;
            },
            '\x77\x6b\x61': function _0x37ea62(_0x1262c3, _0x1e357f) {
                return _0x1262c3 < _0x1e357f;
            },
            '\x64\x68\x46': function _0x55d1f6(_0x2d4bee, _0x66f10a) {
                return _0x2d4bee % _0x66f10a;
            },
            '\x54\x4e\x75': function _0x18d590(_0x4a2b3d, _0x17e83c) {
                return _0x4a2b3d < _0x17e83c;
            },
            '\x46\x4c\x75': function _0x31c4d6(_0x5aabc2, _0x35bc1b) {
                return _0x5aabc2 + _0x35bc1b;
            },
            '\x70\x4f\x66': function _0x42af70(_0x5f5da3, _0x53c0a0, _0x543a55) {
                return _0x5f5da3(_0x53c0a0, _0x543a55);
            },
            '\x79\x71\x61': function _0x496349(_0x2c38c0, _0x1feda3) {
                return _0x2c38c0 / _0x1feda3;
            },
            '\x79\x4b\x54': function _0x2e6302(_0x5dcf1f, _0x47415d) {
                return _0x5dcf1f < _0x47415d;
            },
            '\x58\x61\x6a': function _0x29b7b1(_0x37d3c0, _0x448386) {
                return _0x37d3c0 + _0x448386;
            },
            '\x7a\x45\x6b': function _0x1a2189(_0x4dc6a0, _0x1026bc) {
                return _0x4dc6a0 + _0x1026bc;
            },
            '\x52\x75\x6f': function _0x442f82(_0x21e7b5, _0x3fdc6d) {
                return _0x21e7b5 - _0x3fdc6d;
            },
            '\x45\x6d\x46': function _0x17aa99(_0x6764bc, _0x2c6584) {
                return _0x6764bc > _0x2c6584;
            },
            '\x72\x52\x55': function _0xc66a88(_0x193d06, _0x4540ee) {
                return _0x193d06 / _0x4540ee;
            }
        };
        let _0x4557d7, _0x5f0615 = this['alphabet'], _0x817cd0 = 0x0;
        for (let _0x2e95f5 = 0x0; _0x1ac17b['Kdg'](_0x2e95f5, _0x5ad566['length']); _0x2e95f5++) {
            _0x817cd0 += _0x1ac17b['ATk'](_0x5ad566[_0x2e95f5], _0x1ac17b['XTe'](_0x2e95f5, 0x64));
        }
        _0x4557d7 = _0x5f0615['charAt'](_0x1ac17b['ATk'](_0x817cd0, _0x5f0615['length']));
        const _0x38d5a9 = _0x4557d7;
        for (let _0x28a985 = 0x0; _0x1ac17b['ypK'](_0x28a985, _0x5ad566['length']); _0x28a985++) {
            let _0x1162c1 = _0x5ad566[_0x28a985];
            const _0x2a2322 = _0x1ac17b['QSN'](_0x1ac17b['QSN'](_0x38d5a9, this['salt']), _0x5f0615);
            _0x5f0615 = this['\x5fshuffle'](_0x5f0615, _0x2a2322['substr'](0x0, _0x5f0615['length']));
            const _0x4f9c95 = this['\x5ftoAlphabet'](_0x1162c1, _0x5f0615);
            _0x4557d7 += _0x4f9c95;
            if (_0x1ac17b['bRU'](_0x1ac17b['aMV'](_0x28a985, 0x1), _0x5ad566['length'])) {
                _0x1162c1 %= _0x1ac17b['brP'](_0x4f9c95['charCodeAt'](0x0), _0x28a985);
                const _0x47994a = _0x1ac17b['aHA'](_0x1162c1, this['seps']['length']);
                _0x4557d7 += this['seps']['charAt'](_0x47994a);
            }
        }
        if (_0x1ac17b['wka'](_0x4557d7['length'], this['minLength'])) {
            let _0x598b26 = _0x1ac17b['dhF'](_0x1ac17b['brP'](_0x817cd0, _0x4557d7[0x0]['charCodeAt'](0x0)), this['guards']['length']);
            let _0x375cf1 = this['guards'][_0x598b26];
            _0x4557d7 = _0x1ac17b['brP'](_0x375cf1, _0x4557d7);
            if (_0x1ac17b['TNu'](_0x4557d7['length'], this['minLength'])) {
                _0x598b26 = _0x1ac17b['dhF'](_0x1ac17b['FLu'](_0x817cd0, _0x4557d7[0x2]['charCodeAt'](0x0)), this['guards']['length']);
                _0x375cf1 = this['guards'][_0x598b26];
                _0x4557d7 += _0x375cf1;
            }
        }
        const _0x42a4ef = _0x1ac17b['pOf'](parseInt, _0x1ac17b['yqa'](_0x5f0615['length'], 0x2), 0xa);
        while (_0x1ac17b['yKT'](_0x4557d7['length'], this['minLength'])) {
            _0x5f0615 = this['\x5fshuffle'](_0x5f0615, _0x5f0615);
            _0x4557d7 = _0x1ac17b['Xaj'](_0x1ac17b['zEk'](_0x5f0615['substr'](_0x42a4ef), _0x4557d7), _0x5f0615['substr'](0x0, _0x42a4ef));
            const _0x5c533f = _0x1ac17b['Ruo'](_0x4557d7['length'], this['minLength']);
            if (_0x1ac17b['EmF'](_0x5c533f, 0x0)) {
                _0x4557d7 = _0x4557d7['substr'](_0x1ac17b['rRU'](_0x5c533f, 0x2), this['minLength']);
            }
        }
        return _0x4557d7;
    }
    ['\x5fdecode'](_0x5a7473, _0x497717) {
        var _0x4fbe55 = {
            '\x6e\x68\x50': function _0x40bc50(_0x570ea1, _0x358106) {
                return _0x570ea1 === _0x358106;
            },
            '\x55\x7a\x4e': function _0x2de1d0(_0xb79b2f, _0x3868b4) {
                return _0xb79b2f === _0x3868b4;
            },
            '\x48\x6c\x69': function _0x17eeac(_0x13a6fe, _0x41adc6) {
                return _0x13a6fe !== _0x41adc6;
            },
            '\x45\x78\x5a': function _0x1e468a(_0x3bbfe4, _0x611b55) {
                return _0x3bbfe4 !== _0x611b55;
            },
            '\x65\x49\x4f': function _0x57fc7a(_0x3ab877, _0x5e0e12) {
                return _0x3ab877 + _0x5e0e12;
            },
            '\x78\x42\x6d': function _0x4bc108(_0xde976a, _0x4e8aba) {
                return _0xde976a + _0x4e8aba;
            }
        };
        let _0x2ad737 = []
          , _0x485403 = 0x0
          , _0x236a25 = new RegExp('\x5b' + this['escapeRegExp'](this['guards']) + '\x5d','g')
          , _0x3b509f = _0x5a7473['replace'](_0x236a25, '\x20')
          , _0x1a58a1 = _0x3b509f['split']('\x20');
        if (_0x4fbe55['nhP'](_0x1a58a1['length'], 0x3) || _0x4fbe55['UzN'](_0x1a58a1['length'], 0x2)) {
            _0x485403 = 0x1;
        }
        _0x3b509f = _0x1a58a1[_0x485403];
        if (_0x4fbe55['Hli'](typeof _0x3b509f[0x0], 'undefined')) {
            const _0x2edd5a = _0x3b509f[0x0];
            _0x3b509f = _0x3b509f['substr'](0x1);
            _0x236a25 = new RegExp('\x5b' + this['escapeRegExp'](this['seps']) + '\x5d','g');
            _0x3b509f = _0x3b509f['replace'](_0x236a25, '\x20');
            _0x1a58a1 = _0x3b509f['split']('\x20');
            for (let _0x243c0f = 0x0; _0x4fbe55['ExZ'](_0x243c0f, _0x1a58a1['length']); _0x243c0f++) {
                const _0x2030e9 = _0x1a58a1[_0x243c0f];
                const _0x4da727 = _0x4fbe55['eIO'](_0x4fbe55['xBm'](_0x2edd5a, this['salt']), _0x497717);
                _0x497717 = this['\x5fshuffle'](_0x497717, _0x4da727['substr'](0x0, _0x497717['length']));
                _0x2ad737['push'](this['\x5ffromAlphabet'](_0x2030e9, _0x497717));
            }
            if (_0x4fbe55['ExZ'](this['encode'](_0x2ad737), _0x5a7473)) {
                _0x2ad737 = [];
            }
        }
        return _0x2ad737;
    }
    ['\x5fshuffle'](_0x4a61b7, _0x351bf9) {
        var _0x164d93 = {
            '\x74\x78\x4b': function _0x466d69(_0x44650f, _0x47a95d) {
                return _0x44650f - _0x47a95d;
            },
            '\x62\x6c\x44': function _0x3e3494(_0xd35bd0, _0x495dcc) {
                return _0xd35bd0 > _0x495dcc;
            },
            '\x6d\x43\x7a': function _0x46eea1(_0x578171, _0x5ea6b1) {
                return _0x578171 % _0x5ea6b1;
            },
            '\x53\x64\x6d': function _0x3ad78c(_0x232f4c, _0x165fa6) {
                return _0x232f4c + _0x165fa6;
            }
        };
        let _0x567450;
        if (!_0x351bf9['length']) {
            return _0x4a61b7;
        }
        _0x4a61b7 = _0x4a61b7['split']('');
        for (let _0x50850e = _0x164d93['txK'](_0x4a61b7['length'], 0x1), _0x1b0cad = 0x0, _0x90d590 = 0x0, _0x36fdcc = 0x0; _0x164d93['blD'](_0x50850e, 0x0); _0x50850e--,
        _0x1b0cad++) {
            _0x1b0cad %= _0x351bf9['length'];
            _0x90d590 += _0x567450 = _0x351bf9['charCodeAt'](_0x1b0cad);
            _0x36fdcc = _0x164d93['mCz'](_0x164d93['Sdm'](_0x164d93['Sdm'](_0x567450, _0x1b0cad), _0x90d590), _0x50850e);
            const _0x5b3fb6 = _0x4a61b7[_0x36fdcc];
            _0x4a61b7[_0x36fdcc] = _0x4a61b7[_0x50850e];
            _0x4a61b7[_0x50850e] = _0x5b3fb6;
        }
        _0x4a61b7 = _0x4a61b7['join']('');
        return _0x4a61b7;
    }
    ['\x5ftoAlphabet'](_0x2222e2, _0x50c7e1) {
        var _0x4766fc = {
            '\x50\x65\x57': function _0x4c6039(_0x53d7bf, _0x432472) {
                return _0x53d7bf + _0x432472;
            },
            '\x4d\x4e\x4f': function _0x44792f(_0x282329, _0x2d9ae6) {
                return _0x282329 % _0x2d9ae6;
            },
            '\x49\x45\x76': function _0x269e3d(_0x39a165, _0x54d252, _0xbcd09f) {
                return _0x39a165(_0x54d252, _0xbcd09f);
            },
            '\x72\x47\x6f': function _0x21d2c6(_0x5a8085, _0x5e7e96) {
                return _0x5a8085 / _0x5e7e96;
            }
        };
        let _0x1f1ff9 = '';
        do {
            _0x1f1ff9 = _0x4766fc['PeW'](_0x50c7e1['charAt'](_0x4766fc['MNO'](_0x2222e2, _0x50c7e1['length'])), _0x1f1ff9);
            _0x2222e2 = _0x4766fc['IEv'](parseInt, _0x4766fc['rGo'](_0x2222e2, _0x50c7e1['length']), 0xa);
        } while (_0x2222e2);return _0x1f1ff9;
    }
    ['\x5ffromAlphabet'](_0x50d4ec, _0x47d2a3) {
        return _0x50d4ec['split']('')['map'](_0x597f64=>_0x47d2a3['indexOf'](_0x597f64))['reduce']((_0x1dde58,_0x48dcfa)=>_0x1dde58 * _0x47d2a3['length'] + _0x48dcfa, 0x0);
    }
}
$('a\x5bdata\x2dtype\x3d\x27save\x27\x5d')['click'](function() {
    var _0x411869 = {
        '\x6a\x44\x67': function _0x21cca7(_0x34378b, _0x2d63df) {
            return _0x34378b(_0x2d63df);
        },
        '\x6b\x69\x75': function _0x4b05ff(_0x94b1e0, _0x43c797, _0x30b7ff) {
            return _0x94b1e0(_0x43c797, _0x30b7ff);
        },
        '\x66\x6c\x76': function _0x3dc2bc(_0x2e8617, _0x339a49) {
            return _0x2e8617 == _0x339a49;
        },
        '\x59\x44\x79': function _0x4b6124(_0x1a8ccd, _0x4753d4) {
            return _0x1a8ccd == _0x4753d4;
        },
        '\x42\x50\x51': function _0x4e039f(_0x3fa00f, _0xf21d2d) {
            return _0x3fa00f(_0xf21d2d);
        },
        '\x4d\x4c\x48': function _0x30a606(_0x21cb07, _0x5e9099, _0x19ba52) {
            return _0x21cb07(_0x5e9099, _0x19ba52);
        },
        '\x51\x50\x4b': function _0x52c0a8(_0x50bf1a, _0x5da371) {
            return _0x50bf1a(_0x5da371);
        }
    };
    var _0x44e2c9 = '2\x7c0\x7c5\x7c4\x7c1\x7c3'['split']('\x7c')
      , _0x4f67ff = 0x0;
    while (!![]) {
        switch (_0x44e2c9[_0x4f67ff++]) {
        case '0':
            var _0x35d5ec = _0x411869['jDg']($, this)['attr']('data\x2did');
            continue;
        case '1':
            var _0x4f4f43 = _0x411869['jDg']($, this)['attr']('data\x2disspecs');
            continue;
        case '2':
            var _0x41560a = {
                '\x51\x62\x70': function _0x598678(_0x37b773, _0x313fab, _0x37e7fe) {
                    return _0x411869['kiu'](_0x37b773, _0x313fab, _0x37e7fe);
                },
                '\x67\x4a\x52': function _0x4720e0(_0x341654, _0x1a81d5, _0x400cff) {
                    return _0x411869['kiu'](_0x341654, _0x1a81d5, _0x400cff);
                }
            };
            continue;
        case '3':
            if (_0x411869['flv'](_0x29e279, 0x1) && _0x411869['flv'](_0x4f4f43, 0x1)) {
                layer['msg']('\u6b64\u5355\u9700\u8981\u5047\u804a\u548c\u89c4\u683c\u4e0b\u5355\uff0c\u8bf7\u60a8\u5728\u62fc\u591a\u591aAPP\u4e0a\u548c\u5546\u5bb6\u8fdb\u884c\u5047\u804a\u5929\uff0c\u5e76\u4e14\u6309\u7167\u4efb\u52a1\u89c4\u683c\u4e0b\u5355\x2c\u4ee5\u514d\u9020\u6210\u57ab\u4ed8\u91d1\u989d\u548c\u4f63\u91d1\u4e0a\u7684\u7ea0\u7eb7\u3002', {
                    '\x73\x68\x69\x66\x74': 0x6,
                    '\x74\x69\x6d\x65': 0x2710
                }, function() {
                    _0x41560a['Qbp'](submit, _0x35d5ec, _0x5340d7['encode'](_0x35d5ec));
                });
                _0x411869['jDg']($, '\x2elayui\x2dlayer\x2dcontent')['css']('text\x2dalign', 'left');
            } else if (_0x411869['YDy'](_0x29e279, 0x1)) {
                layer['msg']('\u6b64\u5355\u9700\u8981\u5047\u804a\uff0c\u8bf7\u60a8\u5728\u62fc\u591a\u591aAPP\u4e0a\u548c\u5546\u5bb6\u8fdb\u884c\u5047\u804a\u5929\uff0c\u4ee5\u514d\u9020\u6210\u4f63\u91d1\u4e0a\u7684\u7ea0\u7eb7\u3002', {
                    '\x73\x68\x69\x66\x74': 0x6,
                    '\x74\x69\x6d\x65': 0x1388
                }, function() {
                    _0x41560a['Qbp'](submit, _0x35d5ec, _0x5340d7['encode'](_0x35d5ec));
                });
                _0x411869['BPQ']($, '\x2elayui\x2dlayer\x2dcontent')['css']('text\x2dalign', 'left');
            } else if (_0x411869['YDy'](_0x4f4f43, 0x1)) {
                layer['msg']('\u6b64\u5355\u9700\u8981\u6309\u89c4\u683c\u4e0b\u5355\uff0c\u8bf7\u60a8\u6ce8\u610f\u67e5\u770b\u5546\u5bb6\u8981\u6c42\u7684\u4e0b\u5355\u89c4\u683c\x2c\u4ee5\u514d\u9020\u6210\u57ab\u4ed8\u91d1\u989d\u548c\u4f63\u91d1\u4e0a\u7684\u7ea0\u7eb7\u3002', {
                    '\x73\x68\x69\x66\x74': 0x6,
                    '\x74\x69\x6d\x65': 0x2710
                }, function() {
                    _0x41560a['gJR'](submit, _0x35d5ec, _0x5340d7['encode'](_0x35d5ec));
                });
                _0x411869['BPQ']($, '\x2elayui\x2dlayer\x2dcontent')['css']('text\x2dalign', 'left');
            } else {
                _0x411869['MLH'](submit, _0x35d5ec, _0x5340d7['encode'](_0x35d5ec));
            }
            continue;
        case '4':
            var _0x29e279 = _0x411869['QPK']($, this)['attr']('data\x2dfakechat');
            continue;
        case '5':
            var _0x5340d7 = new duoduotoken('duoduosk',0x0,'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890');
            continue;
        }
        break;
    }
});
function submit(_0x39ad45, _0x1d7002) {
    var _0xc3e998 = {
        '\x4e\x49\x46': function _0xf0679(_0x8741b2, _0x45fe85) {
            return _0x8741b2 + _0x45fe85;
        },
        '\x78\x59\x7a': function _0x535026(_0x16770b, _0xe31947) {
            return _0x16770b == _0xe31947;
        },
        '\x70\x50\x54': function _0x437489(_0x5486d3, _0x5082ef) {
            return _0x5486d3 != _0x5082ef;
        },
        '\x56\x6f\x66': function _0x1b94ae(_0x187b28, _0x35e941) {
            return _0x187b28 + _0x35e941;
        },
        '\x5a\x7a\x68': function _0x4380ea(_0x234555, _0x3d8f62) {
            return _0x234555 + _0x3d8f62;
        },
        '\x59\x75\x44': function _0x45de61(_0x1f51e5, _0x5db672) {
            return _0x1f51e5 + _0x5db672;
        },
        '\x7a\x47\x46': function _0x3238ea(_0x4ba18a, _0x4b50bc) {
            return _0x4ba18a + _0x4b50bc;
        },
        '\x5a\x73\x59': function _0x16b0c7(_0x3a3c03, _0x59292d) {
            return _0x3a3c03 + _0x59292d;
        }
    };
    layer['confirm'](_0xc3e998['NIF'](_0xc3e998['NIF'](_0xc3e998['Vof'](_0xc3e998['Zzh'](_0xc3e998['Zzh'](_0xc3e998['YuD'](_0xc3e998['YuD'](_0xc3e998['zGF'](_0xc3e998['ZsY']('\x3cp\x3e\u8bf7\u4e70\u624b\u52a1\u5fc5\u9075\u5b88\u4ee5\u4e0b\u51e0\u6761\u89c4\u5b9a\uff1a\x3c\x2fp\x3e', '\x3cp\x20style\x3d\x22color\x3ared\x22\x3e1\u3001\u65f6\u523b\u4fdd\u6301QQ\u5728\u7ebf\uff0c\u624b\u673a\u53f7\u7801\u5fc5\u987b\u4fdd\u6301\u7545\u901a\uff0c\u65b9\u4fbf\u8054\u7cfb\u3002\x3c\x2fp\x3e'), '\x3cp\x20style\x3d\x22color\x3ared\x22\x3e2\u3001\u8bf7\u4e25\u683c\u6309\u7167\u5546\u5bb6\u53d1\u5e03\u7684\u53c2\u56e2\uff08\u53bb\u62fc\u5355\uff09\u6216\u8005\u5f00\u56e2\uff08\u53d1\u8d77\u62fc\u5355\uff09\u8981\u6c42\u4e0b\u5355\u3002\x3c\x2fp\x3e'), '\x3cp\x20style\x3d\x22color\x3ared\x22\x3e3\u3001\u4e0d\u80fd\u7528\u4efb\u4f55\u4f18\u60e0\u5238\u548c\u4efb\u4f55\u8fd4\u5229\u7f51\u3002\x3c\x2fp\x3e'), '\x3cp\x20style\x3d\x22color\x3ared\x22\x3e4\u3001\u4e0d\u80fd\u6295\u8bc9\u7269\u6d41\u3002\x3c\x2fp\x3e'), '\x3cp\x20style\x3d\x22color\x3ared\x22\x3e5\u3001\u4e0d\u80fd\u7533\u8bf7\u9000\u6b3e\u3002\x3c\x2fp\x3e'), '\x3cp\x20style\x3d\x22color\x3ared\x22\x3e6\u3001\u4e0d\u80fd\u5728\u62fc\u591a\u591a\u4e0a\u627e\u5546\u5bb6\u5ba2\u670d\uff08\u53ea\u80fd\u8054\u7cfb\u5546\u5bb6QQ\uff09\u3002\x3c\x2fp\x3e'), '\x3cp\x20style\x3d\x22color\x3ared\x22\x3e7\u3001\u5237\u624b\u4e0d\u5f97\u81ea\u5df1\u4e3b\u52a8\u70b9\u514d\u62fc\u3002\x3c\x2fp\x3e'), '\x3cp\x20style\x3d\x22color\x3ared\x22\x3e8\u3001\u8bf7\u5728\u62fc\u591a\u591aAPP\x2d\x2d\u4e2a\u4eba\u4e2d\u5fc3\x2d\x2d\u8bbe\u7f6e\x2d\x2d\u514d\u62fc\u5361\u8bbe\u7f6e\x2d\x2d\u5f00\u542f\u81ea\u52a8\u4f7f\u7528\u514d\u62fc\u5361\u3002\x3c\x2fp\x3e'), '\x3cp\x3e\u4ee5\u4e0a8\u6761\u6709\u8fdd\u53cd\u8005\u5e73\u53f0\u7cfb\u7edf\u68c0\u6d4b\u5230\u6216\u63a5\u5230\u6295\u8bc9\u3010\u8f7b\u5fae\u65e0\u610f\u8005\u5c06\u6263\u9664\u8d26\u53f7\u53ef\u63a5\u5355\u6570\u91cf\u6216\u5bf9\u5e94\u4f63\u91d1\u3011\uff0c\u3010\u4e25\u91cd\u8005\u76f4\u63a5\u5c01\u53f7\u5904\u7406\u3011\uff01\u6709\u4efb\u4f55\u95ee\u9898\u8bf7\u53ca\u65f6\u8054\u7cfb\u5e73\u53f0QQ\uff0c\u6211\u4eec\u770b\u5230\u4f1a\u7b2c\u4e00\u65f6\u95f4\u8fdb\u884c\u5904\u7406\u3002\x3c\x2fp\x3e'), {
        '\x62\x74\x6e': ['\u786e\u5b9a', '\u53d6\u6d88'],
        '\x74\x69\x74\x6c\x65': '\u4e0b\u5355\u89c4\u5219',
        '\x61\x72\x65\x61': ['600px', '430px']
    }, function() {
        $['ajax']({
            '\x74\x79\x70\x65': 'post',
            '\x64\x61\x74\x61': {
                '\x74\x61\x73\x6b\x49\x44': _0x39ad45,
                '\x74\x6f\x6b\x65\x6e': _0x1d7002
            },
            '\x75\x72\x6c': '\x2fTask\x2fRedPacketTask\x2fTask',
            '\x73\x75\x63\x63\x65\x73\x73': function(_0x1c0f0f) {
                var _0x225f0f = {
                    '\x56\x49\x51': function _0x4dcddd(_0x9c926f, _0x270f13) {
                        return _0xc3e998['NIF'](_0x9c926f, _0x270f13);
                    }
                };
                if (_0x1c0f0f['timeout']) {
                    layer['msg'](_0x1c0f0f['msg'], {
                        '\x73\x68\x69\x66\x74': 0x0
                    }, function() {
                        window['location']['href'] = '\x2fUser\x2fLogin\x2f\x3freturnurl\x3d\x2fTask';
                    });
                    return;
                }
                if (_0x1c0f0f['status']) {
                    layer['msg'](_0x1c0f0f['msg'], {
                        '\x73\x68\x69\x66\x74': 0x0,
                        '\x74\x69\x6d\x65': 0x3e8
                    }, function() {
                        window['location']['href'] = _0x225f0f['VIQ']('\x2fTask\x2fMyRedPacketTask\x2fDetails\x2f', _0x1c0f0f['orderID']);
                    });
                } else {
                    if (_0xc3e998['xYz'](_0x1c0f0f['time'], 0xa)) {
                        layer['msg'](_0x1c0f0f['msg'], {
                            '\x74\x69\x6d\x65': 0x2710
                        });
                    } else if (_0xc3e998['pPT'](_0x1c0f0f['type'], 'error')) {
                        layer['msg'](_0x1c0f0f['msg'], {
                            '\x74\x69\x6d\x65': 0x1388
                        });
                    } else {
                        layer['closeAll']();
                    }
                }
            },
            '\x65\x72\x72\x6f\x72': function(_0x194212) {}
        });
    });
}


最佳答案

查看完整内容

代码混淆了 一些工具可以处理一些 classa{ constructor(_0x1bfb72 = '', _0x19f032 = 0, _0x58cb30 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890') { var _0x30ee39 = { 'nIM': function _0x19fc1e(_0x5f4bca, _0x4661ca) { return _0x5f4bca > _0x4661ca; }, 'iMc': function _0x4d45f1(_0x1d75bd, _0x33c901, _0x31eed4) { return _0x1d75bd(_0x33c901, _0x31ee ...

回答提醒:如果本帖被关闭无法回复,您有更好的答案帮助楼主解决,请发表至 源码区 可获得加分喔。
友情提醒:本版被采纳的主题可在 申请荣誉值 页面申请荣誉值,获得 1点 荣誉值,荣誉值可兑换荣誉会员、终身vip用户组。
快捷通道:申请荣誉值无答案申请取消悬赏投诉有答案未采纳为最佳

结帖率:100% (3/3)

签到天数: 27 天

发表于 2019-3-24 19:01:15 | 显示全部楼层   江苏省苏州市
代码混淆了
一些工具可以处理一些
classa{
  constructor(_0x1bfb72 = '', _0x19f032 = 0, _0x58cb30 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890') {
    var _0x30ee39 = {
      'nIM': function _0x19fc1e(_0x5f4bca, _0x4661ca) {
        return _0x5f4bca > _0x4661ca;
      },
      'iMc': function _0x4d45f1(_0x1d75bd, _0x33c901, _0x31eed4) {
        return _0x1d75bd(_0x33c901, _0x31eed4);
      },
      'aFY': function _0x5c2d8d(_0x284347, _0x19a52b) {
        return _0x284347 === _0x19a52b;
      },
      'THg': function _0x2469f4(_0xc8c163, _0x14d22c) {
        return _0xc8c163 === _0x14d22c;
      },
      'aad': function _0x223103(_0x4adc84, _0x3d376e) {
        return _0x4adc84 !== _0x3d376e;
      },
      'fAU': function _0x1f8ace(_0x681309, _0x41b503) {
        return _0x681309 < _0x41b503;
      },
      'RdU': function _0x4d8ad9(_0x3e7520, _0x5cb536) {
        return _0x3e7520 === _0x5cb536;
      },
      'Rft': function _0x4654b3(_0x2e8f75, _0x2f8e44) {
        return _0x2e8f75 + _0x2f8e44;
      },
      'BRz': function _0x2633af(_0x5d47df, _0x3ddc1c) {
        return _0x5d47df + _0x3ddc1c;
      },
      'PjB': function _0x3555e1(_0x22e843, _0x322fd5) {
        return _0x22e843 + _0x322fd5;
      },
      'Ayl': function _0x37abd9(_0x502d26, _0x33653f) {
        return _0x502d26 + _0x33653f;
      },
      'Gfo': function _0x2894b8(_0x3f818b, _0x1e916a) {
        return _0x3f818b / _0x1e916a;
      },
      'nid': function _0x32b6ee(_0xee8ae7, _0x312263) {
        return _0xee8ae7 / _0x312263;
      },
      'FgU': function _0xc0d4e(_0x7f8ca3, _0x5b8874) {
        return _0x7f8ca3 > _0x5b8874;
      },
      'KbY': function _0x47feef(_0x4ed874, _0x33ceb2) {
        return _0x4ed874 - _0x33ceb2;
      },
      'otz': function _0x4cb823(_0x22c2bc, _0x17ffe9) {
        return _0x22c2bc / _0x17ffe9;
      },
      'leq': function _0x590a13(_0x42f802, _0x37d08d) {
        return _0x42f802 < _0x37d08d;
      }
    };
    const_0x297fd8 = 16;
    const_0x319a22 = 3.5;
    const_0x4acaee = 12;
    const_0x19f569 = 'error: alphabet must contain at least X unique characters';
    const_0x2e39be = 'error: alphabet cannot contain spaces';
    let_0x35ca14 = '',
    _0x55e361,
    _0x1448f9;
    this['escapeRegExp'] = _0x5748ce = > _0x5748ce['replace'](/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&');
    this['parseInt'] = (_0x465f07, _0x122d7c) = > /^(-|\+)?([0-9]+|Infinity)$/['test'](_0x465f07) ? parseInt(_0x465f07, _0x122d7c)  : NaN;
    this['seps'] = 'cfhistuCFHISTU';
    this['minLength'] = _0x30ee39['nIM'](_0x30ee39['iMc'](parseInt, _0x19f032, 10), 0) ? _0x19f032 : 0;
    this['salt'] = _0x30ee39['aFY'](typeof _0x1bfb72, 'string') ? _0x1bfb72 : '';
    if (_0x30ee39['THg'](typeof _0x58cb30, 'string')) {
      this['alphabet'] = _0x58cb30;
    }
    for (let_0x5bd625 = 0; _0x30ee39['aad'](_0x5bd625, this['alphabet']['length']); _0x5bd625++) {
      if (_0x30ee39['THg'](_0x35ca14['indexOf'](this['alphabet']['charAt'](_0x5bd625)), - 1)) {
        _0x35ca14 += this['alphabet']['charAt'](_0x5bd625);
      }
    }
    this['alphabet'] = _0x35ca14;
    if (_0x30ee39['fAU'](this['alphabet']['length'], _0x297fd8)) {
      throw _0x19f569['replace']('X', _0x297fd8);
    }
    if (_0x30ee39['aad'](this['alphabet']['search'](' '), - 1)) {
      throw _0x2e39be;
    }
    for (let_0x25617e = 0; _0x30ee39['aad'](_0x25617e, this['seps']['length']); _0x25617e++) {
      const_0x253a9c = this['alphabet']['indexOf'](this['seps']['charAt'](_0x25617e));
      if (_0x30ee39['RdU'](_0x253a9c, - 1)) {
        this['seps'] = _0x30ee39['Rft'](_0x30ee39['BRz'](this['seps']['substr'](0, _0x25617e), ' '), this['seps']['substr'](_0x30ee39['BRz'](_0x25617e, 1)));
      } else {
        this['alphabet'] = _0x30ee39['PjB'](_0x30ee39['PjB'](this['alphabet']['substr'](0, _0x253a9c), ' '), this['alphabet']['substr'](_0x30ee39['Ayl'](_0x253a9c, 1)));
      }
    }
    this['alphabet'] = this['alphabet']['replace'](/ /g, '');
    this['seps'] = this['seps']['replace'](/ /g, '');
    this['seps'] = this['_shuffle'](this['seps'], this['salt']);
    if (!this['seps']['length'] || _0x30ee39['nIM'](_0x30ee39['Gfo'](this['alphabet']['length'], this['seps']['length']), _0x319a22)) {
      _0x55e361 = Math['ceil'](_0x30ee39['nid'](this['alphabet']['length'], _0x319a22));
      if (_0x30ee39['FgU'](_0x55e361, this['seps']['length'])) {
        _0x1448f9 = _0x30ee39['KbY'](_0x55e361, this['seps']['length']);
        this['seps'] += this['alphabet']['substr'](0, _0x1448f9);
        this['alphabet'] = this['alphabet']['substr'](_0x1448f9);
      }
    }
    this['alphabet'] = this['_shuffle'](this['alphabet'], this['salt']);
    const_0x32c765 = Math['ceil'](_0x30ee39['otz'](this['alphabet']['length'], _0x4acaee));
    if (_0x30ee39['leq'](this['alphabet']['length'], 3)) {
      this['guards'] = this['seps']['substr'](0, _0x32c765);
      this['seps'] = this['seps']['substr'](_0x32c765);
    } else {
      this['guards'] = this['alphabet']['substr'](0, _0x32c765);
      this['alphabet'] = this['alphabet']['substr'](_0x32c765);
    }
  }
  [
    'encode'
  ](..._0x7b06f1) {
    var _0x47129e = {
      'Nkp': function _0x57bc86(_0x3c2248, _0x67b22b) {
        return _0x3c2248 === _0x67b22b;
      },
      'XLm': function _0x4c4c85(_0x2823d1, _0x2617b5) {
        return _0x2823d1 !== _0x2617b5;
      },
      'IzR': function _0x34b00a(_0x2d0910, _0x33b884) {
        return _0x2d0910 >= _0x33b884;
      }
    };
    const_0x3ce321 = '';
    if (!_0x7b06f1['length']) {
      return _0x3ce321;
    }
    if (_0x7b06f1[0] && _0x47129e['Nkp'](_0x7b06f1[0]['constructor'], Array)) {
      _0x7b06f1 = _0x7b06f1[0];
      if (!_0x7b06f1['length']) {
        return _0x3ce321;
      }
    }
    for (let_0x18570 = 0; _0x47129e['XLm'](_0x18570, _0x7b06f1['length']); _0x18570++) {
      _0x7b06f1[_0x18570] = this['parseInt'](_0x7b06f1[_0x18570], 10);
      if (_0x47129e['IzR'](_0x7b06f1[_0x18570], 0)) {
        continue;
      } else {
        return _0x3ce321;
      }
    }
    return this['_encode'](_0x7b06f1);
  }
  [
    'encodeHex'
  ](_0x540a66) {
    var _0x50dfbe = {
      'Jhy': function _0x30d14d(_0x3e54a4, _0x12481c) {
        return _0x3e54a4 !== _0x12481c;
      },
      'ECT': function _0x2b3089(_0x4be32b, _0x5054a5, _0x3bcc79) {
        return _0x4be32b(_0x5054a5, _0x3bcc79);
      },
      'nhC': function _0x31e761(_0x1b576a, _0x348ada) {
        return _0x1b576a + _0x348ada;
      }
    };
    _0x540a66 = _0x540a66['toString']();
    if (!/^[0-9a-fA-F]+$/['test'](_0x540a66)) {
      return '';
    }
    const_0x48ab3a = _0x540a66['match'](/[\w\W]{1,12}/g);
    for (let_0x1b0d80 = 0; _0x50dfbe['Jhy'](_0x1b0d80, _0x48ab3a['length']); _0x1b0d80++) {
      _0x48ab3a[_0x1b0d80] = _0x50dfbe['ECT'](parseInt, _0x50dfbe['nhC']('1', _0x48ab3a[_0x1b0d80]), 16);
    }
    return this['encode']['apply'](this, _0x48ab3a);
  }
  [
    '_encode'
  ](_0x5ad566) {
    var _0x1ac17b = {
      'Kdg': function _0x2109a5(_0x18841f, _0x41e310) {
        return _0x18841f !== _0x41e310;
      },
      'ATk': function _0x4ead7b(_0x31c39d, _0x55bde7) {
        return _0x31c39d % _0x55bde7;
      },
      'XTe': function _0x227a97(_0x434050, _0x135302) {
        return _0x434050 + _0x135302;
      },
      'ypK': function _0x1c495f(_0x5af5d2, _0x5e849a) {
        return _0x5af5d2 !== _0x5e849a;
      },
      'QSN': function _0x2bf915(_0x275da6, _0x3087bb) {
        return _0x275da6 + _0x3087bb;
      },
      'bRU': function _0x19cedc(_0x18685a, _0x39433a) {
        return _0x18685a < _0x39433a;
      },
      'aMV': function _0x2aaa37(_0x1ec1bc, _0x2b33cc) {
        return _0x1ec1bc + _0x2b33cc;
      },
      'brP': function _0x5f5d4d(_0x52a0fd, _0x4c435f) {
        return _0x52a0fd + _0x4c435f;
      },
      'aHA': function _0x434c56(_0x1275b8, _0x1213ec) {
        return _0x1275b8 % _0x1213ec;
      },
      'wka': function _0x37ea62(_0x1262c3, _0x1e357f) {
        return _0x1262c3 < _0x1e357f;
      },
      'dhF': function _0x55d1f6(_0x2d4bee, _0x66f10a) {
        return _0x2d4bee % _0x66f10a;
      },
      'TNu': function _0x18d590(_0x4a2b3d, _0x17e83c) {
        return _0x4a2b3d < _0x17e83c;
      },
      'FLu': function _0x31c4d6(_0x5aabc2, _0x35bc1b) {
        return _0x5aabc2 + _0x35bc1b;
      },
      'pOf': function _0x42af70(_0x5f5da3, _0x53c0a0, _0x543a55) {
        return _0x5f5da3(_0x53c0a0, _0x543a55);
      },
      'yqa': function _0x496349(_0x2c38c0, _0x1feda3) {
        return _0x2c38c0 / _0x1feda3;
      },
      'yKT': function _0x2e6302(_0x5dcf1f, _0x47415d) {
        return _0x5dcf1f < _0x47415d;
      },
      'Xaj': function _0x29b7b1(_0x37d3c0, _0x448386) {
        return _0x37d3c0 + _0x448386;
      },
      'zEk': function _0x1a2189(_0x4dc6a0, _0x1026bc) {
        return _0x4dc6a0 + _0x1026bc;
      },
      'Ruo': function _0x442f82(_0x21e7b5, _0x3fdc6d) {
        return _0x21e7b5 - _0x3fdc6d;
      },
      'EmF': function _0x17aa99(_0x6764bc, _0x2c6584) {
        return _0x6764bc > _0x2c6584;
      },
      'rRU': function _0xc66a88(_0x193d06, _0x4540ee) {
        return _0x193d06 / _0x4540ee;
      }
    };
    let_0x4557d7,
    _0x5f0615 = this['alphabet'],
    _0x817cd0 = 0;
    for (let_0x2e95f5 = 0; _0x1ac17b['Kdg'](_0x2e95f5, _0x5ad566['length']); _0x2e95f5++) {
      _0x817cd0 += _0x1ac17b['ATk'](_0x5ad566[_0x2e95f5], _0x1ac17b['XTe'](_0x2e95f5, 100));
    }
    _0x4557d7 = _0x5f0615['charAt'](_0x1ac17b['ATk'](_0x817cd0, _0x5f0615['length']));
    const_0x38d5a9 = _0x4557d7;
    for (let_0x28a985 = 0; _0x1ac17b['ypK'](_0x28a985, _0x5ad566['length']); _0x28a985++) {
      let_0x1162c1 = _0x5ad566[_0x28a985];
      const_0x2a2322 = _0x1ac17b['QSN'](_0x1ac17b['QSN'](_0x38d5a9, this['salt']), _0x5f0615);
      _0x5f0615 = this['_shuffle'](_0x5f0615, _0x2a2322['substr'](0, _0x5f0615['length']));
      const_0x4f9c95 = this['_toAlphabet'](_0x1162c1, _0x5f0615);
      _0x4557d7 += _0x4f9c95;
      if (_0x1ac17b['bRU'](_0x1ac17b['aMV'](_0x28a985, 1), _0x5ad566['length'])) {
        _0x1162c1 %= _0x1ac17b['brP'](_0x4f9c95['charCodeAt'](0), _0x28a985);
        const_0x47994a = _0x1ac17b['aHA'](_0x1162c1, this['seps']['length']);
        _0x4557d7 += this['seps']['charAt'](_0x47994a);
      }
    }
    if (_0x1ac17b['wka'](_0x4557d7['length'], this['minLength'])) {
      let_0x598b26 = _0x1ac17b['dhF'](_0x1ac17b['brP'](_0x817cd0, _0x4557d7[0]['charCodeAt'](0)), this['guards']['length']);
      let_0x375cf1 = this['guards'][_0x598b26];
      _0x4557d7 = _0x1ac17b['brP'](_0x375cf1, _0x4557d7);
      if (_0x1ac17b['TNu'](_0x4557d7['length'], this['minLength'])) {
        _0x598b26 = _0x1ac17b['dhF'](_0x1ac17b['FLu'](_0x817cd0, _0x4557d7[2]['charCodeAt'](0)), this['guards']['length']);
        _0x375cf1 = this['guards'][_0x598b26];
        _0x4557d7 += _0x375cf1;
      }
    }
    const_0x42a4ef = _0x1ac17b['pOf'](parseInt, _0x1ac17b['yqa'](_0x5f0615['length'], 2), 10);
    while (_0x1ac17b['yKT'](_0x4557d7['length'], this['minLength'])) {
      _0x5f0615 = this['_shuffle'](_0x5f0615, _0x5f0615);
      _0x4557d7 = _0x1ac17b['Xaj'](_0x1ac17b['zEk'](_0x5f0615['substr'](_0x42a4ef), _0x4557d7), _0x5f0615['substr'](0, _0x42a4ef));
      const_0x5c533f = _0x1ac17b['Ruo'](_0x4557d7['length'], this['minLength']);
      if (_0x1ac17b['EmF'](_0x5c533f, 0)) {
        _0x4557d7 = _0x4557d7['substr'](_0x1ac17b['rRU'](_0x5c533f, 2), this['minLength']);
      }
    }
    return _0x4557d7;
  }
  [
    '_decode'
  ](_0x5a7473, _0x497717) {
    var _0x4fbe55 = {
      'nhP': function _0x40bc50(_0x570ea1, _0x358106) {
        return _0x570ea1 === _0x358106;
      },
      'UzN': function _0x2de1d0(_0xb79b2f, _0x3868b4) {
        return _0xb79b2f === _0x3868b4;
      },
      'Hli': function _0x17eeac(_0x13a6fe, _0x41adc6) {
        return _0x13a6fe !== _0x41adc6;
      },
      'ExZ': function _0x1e468a(_0x3bbfe4, _0x611b55) {
        return _0x3bbfe4 !== _0x611b55;
      },
      'eIO': function _0x57fc7a(_0x3ab877, _0x5e0e12) {
        return _0x3ab877 + _0x5e0e12;
      },
      'xBm': function _0x4bc108(_0xde976a, _0x4e8aba) {
        return _0xde976a + _0x4e8aba;
      }
    };
    let_0x2ad737 = [
    ],
    _0x485403 = 0,
    _0x236a25 = new RegExp('[' + this['escapeRegExp'](this['guards']) + ']', 'g'),
    _0x3b509f = _0x5a7473['replace'](_0x236a25, ' '),
    _0x1a58a1 = _0x3b509f['split'](' ');
    if (_0x4fbe55['nhP'](_0x1a58a1['length'], 3) || _0x4fbe55['UzN'](_0x1a58a1['length'], 2)) {
      _0x485403 = 1;
    }
    _0x3b509f = _0x1a58a1[_0x485403];
    if (_0x4fbe55['Hli'](typeof _0x3b509f[0], 'undefined')) {
      const_0x2edd5a = _0x3b509f[0];
      _0x3b509f = _0x3b509f['substr'](1);
      _0x236a25 = new RegExp('[' + this['escapeRegExp'](this['seps']) + ']', 'g');
      _0x3b509f = _0x3b509f['replace'](_0x236a25, ' ');
      _0x1a58a1 = _0x3b509f['split'](' ');
      for (let_0x243c0f = 0; _0x4fbe55['ExZ'](_0x243c0f, _0x1a58a1['length']); _0x243c0f++) {
        const_0x2030e9 = _0x1a58a1[_0x243c0f];
        const_0x4da727 = _0x4fbe55['eIO'](_0x4fbe55['xBm'](_0x2edd5a, this['salt']), _0x497717);
        _0x497717 = this['_shuffle'](_0x497717, _0x4da727['substr'](0, _0x497717['length']));
        _0x2ad737['push'](this['_fromAlphabet'](_0x2030e9, _0x497717));
      }
      if (_0x4fbe55['ExZ'](this['encode'](_0x2ad737), _0x5a7473)) {
        _0x2ad737 = [
        ];
      }
    }
    return _0x2ad737;
  }
  [
    '_shuffle'
  ](_0x4a61b7, _0x351bf9) {
    var _0x164d93 = {
      'txK': function _0x466d69(_0x44650f, _0x47a95d) {
        return _0x44650f - _0x47a95d;
      },
      'blD': function _0x3e3494(_0xd35bd0, _0x495dcc) {
        return _0xd35bd0 > _0x495dcc;
      },
      'mCz': function _0x46eea1(_0x578171, _0x5ea6b1) {
        return _0x578171 % _0x5ea6b1;
      },
      'Sdm': function _0x3ad78c(_0x232f4c, _0x165fa6) {
        return _0x232f4c + _0x165fa6;
      }
    };
    let_0x567450;
    if (!_0x351bf9['length']) {
      return _0x4a61b7;
    }
    _0x4a61b7 = _0x4a61b7['split']('');
    for (let_0x50850e = _0x164d93['txK'](_0x4a61b7['length'], 1), _0x1b0cad = 0, _0x90d590 = 0, _0x36fdcc = 0; _0x164d93['blD'](_0x50850e, 0); _0x50850e--, _0x1b0cad++) {
      _0x1b0cad %= _0x351bf9['length'];
      _0x90d590 += _0x567450 = _0x351bf9['charCodeAt'](_0x1b0cad);
      _0x36fdcc = _0x164d93['mCz'](_0x164d93['Sdm'](_0x164d93['Sdm'](_0x567450, _0x1b0cad), _0x90d590), _0x50850e);
      const_0x5b3fb6 = _0x4a61b7[_0x36fdcc];
      _0x4a61b7[_0x36fdcc] = _0x4a61b7[_0x50850e];
      _0x4a61b7[_0x50850e] = _0x5b3fb6;
    }
    _0x4a61b7 = _0x4a61b7['join']('');
    return _0x4a61b7;
  }
  [
    '_toAlphabet'
  ](_0x2222e2, _0x50c7e1) {
    var _0x4766fc = {
      'PeW': function _0x4c6039(_0x53d7bf, _0x432472) {
        return _0x53d7bf + _0x432472;
      },
      'MNO': function _0x44792f(_0x282329, _0x2d9ae6) {
        return _0x282329 % _0x2d9ae6;
      },
      'IEv': function _0x269e3d(_0x39a165, _0x54d252, _0xbcd09f) {
        return _0x39a165(_0x54d252, _0xbcd09f);
      },
      'rGo': function _0x21d2c6(_0x5a8085, _0x5e7e96) {
        return _0x5a8085 / _0x5e7e96;
      }
    };
    let_0x1f1ff9 = '';
    do {
      _0x1f1ff9 = _0x4766fc['PeW'](_0x50c7e1['charAt'](_0x4766fc['MNO'](_0x2222e2, _0x50c7e1['length'])), _0x1f1ff9);
      _0x2222e2 = _0x4766fc['IEv'](parseInt, _0x4766fc['rGo'](_0x2222e2, _0x50c7e1['length']), 10);
    } while (_0x2222e2);
    return _0x1f1ff9;
  }
  [
    '_fromAlphabet'
  ](_0x50d4ec, _0x47d2a3) {
    return _0x50d4ec['split']('') ['map'](_0x597f64 = > _0x47d2a3['indexOf'](_0x597f64)) ['reduce']((_0x1dde58, _0x48dcfa) = > _0x1dde58 * _0x47d2a3['length'] + _0x48dcfa, 0);
  }
}
$('a[data-type=\'save\']') ['click'](function () {
  var _0x411869 = {
    'jDg': function _0x21cca7(_0x34378b, _0x2d63df) {
      return _0x34378b(_0x2d63df);
    },
    'kiu': function _0x4b05ff(_0x94b1e0, _0x43c797, _0x30b7ff) {
      return _0x94b1e0(_0x43c797, _0x30b7ff);
    },
    'flv': function _0x3dc2bc(_0x2e8617, _0x339a49) {
      return _0x2e8617 == _0x339a49;
    },
    'YDy': function _0x4b6124(_0x1a8ccd, _0x4753d4) {
      return _0x1a8ccd == _0x4753d4;
    },
    'BPQ': function _0x4e039f(_0x3fa00f, _0xf21d2d) {
      return _0x3fa00f(_0xf21d2d);
    },
    'MLH': function _0x30a606(_0x21cb07, _0x5e9099, _0x19ba52) {
      return _0x21cb07(_0x5e9099, _0x19ba52);
    },
    'QPK': function _0x52c0a8(_0x50bf1a, _0x5da371) {
      return _0x50bf1a(_0x5da371);
    }
  };
  var _0x44e2c9 = '2|0|5|4|1|3'['split']('|'),
  _0x4f67ff = 0;
  while (!![]) {
    switch (_0x44e2c9[_0x4f67ff++]) {
      case '0':
        var _0x35d5ec = _0x411869['jDg']($, this) ['attr']('data-id');
        continue;
      case '1':
        var _0x4f4f43 = _0x411869['jDg']($, this) ['attr']('data-isspecs');
        continue;
      case '2':
        var _0x41560a = {
          'Qbp': function _0x598678(_0x37b773, _0x313fab, _0x37e7fe) {
            return _0x411869['kiu'](_0x37b773, _0x313fab, _0x37e7fe);
          },
          'gJR': function _0x4720e0(_0x341654, _0x1a81d5, _0x400cff) {
            return _0x411869['kiu'](_0x341654, _0x1a81d5, _0x400cff);
          }
        };
        continue;
      case '3':
        if (_0x411869['flv'](_0x29e279, 1) && _0x411869['flv'](_0x4f4f43, 1)) {
          layer['msg']('此单需要假聊和规格下单,请您在拼多多APP上和商家进行假聊天,并且按照任务规格下单,以免造成垫付金额和佣金上的纠纷。', {
            'shift': 6,
            'time': 10000
          }, function () {
            _0x41560a['Qbp'](submit, _0x35d5ec, _0x5340d7['encode'](_0x35d5ec));
          });
          _0x411869['jDg']($, '.layui-layer-content') ['css']('text-align', 'left');
        } else if (_0x411869['YDy'](_0x29e279, 1)) {
          layer['msg']('此单需要假聊,请您在拼多多APP上和商家进行假聊天,以免造成佣金上的纠纷。', {
            'shift': 6,
            'time': 5000
          }, function () {
            _0x41560a['Qbp'](submit, _0x35d5ec, _0x5340d7['encode'](_0x35d5ec));
          });
          _0x411869['BPQ']($, '.layui-layer-content') ['css']('text-align', 'left');
        } else if (_0x411869['YDy'](_0x4f4f43, 1)) {
          layer['msg']('此单需要按规格下单,请您注意查看商家要求的下单规格,以免造成垫付金额和佣金上的纠纷。', {
            'shift': 6,
            'time': 10000
          }, function () {
            _0x41560a['gJR'](submit, _0x35d5ec, _0x5340d7['encode'](_0x35d5ec));
          });
          _0x411869['BPQ']($, '.layui-layer-content') ['css']('text-align', 'left');
        } else {
          _0x411869['MLH'](submit, _0x35d5ec, _0x5340d7['encode'](_0x35d5ec));
        }
        continue;
      case '4':
        var _0x29e279 = _0x411869['QPK']($, this) ['attr']('data-fakechat');
        continue;
      case '5':
        var _0x5340d7 = new duoduotoken('duoduosk', 0, 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890');
        continue;
    }
    break;
  }
});
function submit(_0x39ad45, _0x1d7002) {
  var _0xc3e998 = {
    'NIF': function _0xf0679(_0x8741b2, _0x45fe85) {
      return _0x8741b2 + _0x45fe85;
    },
    'xYz': function _0x535026(_0x16770b, _0xe31947) {
      return _0x16770b == _0xe31947;
    },
    'pPT': function _0x437489(_0x5486d3, _0x5082ef) {
      return _0x5486d3 != _0x5082ef;
    },
    'Vof': function _0x1b94ae(_0x187b28, _0x35e941) {
      return _0x187b28 + _0x35e941;
    },
    'Zzh': function _0x4380ea(_0x234555, _0x3d8f62) {
      return _0x234555 + _0x3d8f62;
    },
    'YuD': function _0x45de61(_0x1f51e5, _0x5db672) {
      return _0x1f51e5 + _0x5db672;
    },
    'zGF': function _0x3238ea(_0x4ba18a, _0x4b50bc) {
      return _0x4ba18a + _0x4b50bc;
    },
    'ZsY': function _0x16b0c7(_0x3a3c03, _0x59292d) {
      return _0x3a3c03 + _0x59292d;
    }
  };
  layer['confirm'](_0xc3e998['NIF'](_0xc3e998['NIF'](_0xc3e998['Vof'](_0xc3e998['Zzh'](_0xc3e998['Zzh'](_0xc3e998['YuD'](_0xc3e998['YuD'](_0xc3e998['zGF'](_0xc3e998['ZsY']('<p>请买手务必遵守以下几条规定:</p>', '<p style="color:red">1、时刻保持QQ在线,手机号码必须保持畅通,方便联系。</p>'), '<p style="color:red">2、请严格按照商家发布的参团(去拼单)或者开团(发起拼单)要求下单。</p>'), '<p style="color:red">3、不能用任何优惠券和任何返利网。</p>'), '<p style="color:red">4、不能投诉物流。</p>'), '<p style="color:red">5、不能申请退款。</p>'), '<p style="color:red">6、不能在拼多多上找商家客服(只能联系商家QQ)。</p>'), '<p style="color:red">7、刷手不得自己主动点免拼。</p>'), '<p style="color:red">8、请在拼多多APP--个人中心--设置--免拼卡设置--开启自动使用免拼卡。</p>'), '<p>以上8条有违反者平台系统检测到或接到投诉【轻微无意者将扣除账号可接单数量或对应佣金】,【严重者直接封号处理】!有任何问题请及时联系平台QQ,我们看到会第一时间进行处理。</p>'), {
    'btn': [
      '确定',
      '取消'
    ],
    'title': '下单规则',
    'area': [
      '600px',
      '430px'
    ]
  }, function () {
    $['ajax']({
      'type': 'post',
      'data': {
        'taskID': _0x39ad45,
        'token': _0x1d7002
      },
      'url': '/Task/RedPacketTask/Task',
      'success': function (_0x1c0f0f) {
        var _0x225f0f = {
          'VIQ': function _0x4dcddd(_0x9c926f, _0x270f13) {
            return _0xc3e998['NIF'](_0x9c926f, _0x270f13);
          }
        };
        if (_0x1c0f0f['timeout']) {
          layer['msg'](_0x1c0f0f['msg'], {
            'shift': 0
          }, function () {
            window['location']['href'] = '/User/Login/?returnurl=/Task';
          });
          return;
        }
        if (_0x1c0f0f['status']) {
          layer['msg'](_0x1c0f0f['msg'], {
            'shift': 0,
            'time': 1000
          }, function () {
            window['location']['href'] = _0x225f0f['VIQ']('/Task/MyRedPacketTask/Details/', _0x1c0f0f['orderID']);
          });
        } else {
          if (_0xc3e998['xYz'](_0x1c0f0f['time'], 10)) {
            layer['msg'](_0x1c0f0f['msg'], {
              'time': 10000
            });
          } else if (_0xc3e998['pPT'](_0x1c0f0f['type'], 'error')) {
            layer['msg'](_0x1c0f0f['msg'], {
              'time': 5000
            });
          } else {
            layer['closeAll']();
          }
        }
      },
      'error': function (_0x194212) {
      }
    });
  });
}

评分

参与人数 1荣誉 +1 收起 理由
笨潴 + 1 热心帮助他人,荣誉+1,希望继续努力(*^__^*) 嘻嘻!

查看全部评分

回复

使用道具 举报

结帖率:100% (77/77)

签到天数: 26 天

发表于 2019-3-24 19:14:09 | 显示全部楼层   菲律宾
这么大一个对象对象的反编译,我看哪个闲人给翻译
回复

使用道具 举报

结帖率:77% (64/83)

签到天数: 2 天

 楼主| 发表于 2019-3-24 20:12:05 | 显示全部楼层   河南省商丘市
其实我压根没看懂。。就想知道是什么玩意
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 诚聘英才| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 800073686,邮箱:800073686@b.qq.com
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

快速回复 返回顶部 返回列表