diff --git a/index.js b/index.js index 9824000..f634489 100644 --- a/index.js +++ b/index.js @@ -1,12 +1,194 @@ -const UUID = process.env.UUID || 'de04add9-5c68-6bab-950c-08cd5320df33'; -const uuid = UUID.replace(/-/g, ""); -const projectPageURL = process.env.URL || '';// 填写项目域名可自动访问,例如:https://www.google.com -const intervalInMilliseconds = process.env.TIME || 2 * 60 * 1000; // 自动访问间隔时间(2分钟) -const NEZHA_SERVER = process.env.NEZHA_SERVER || 'nz.abc.com'; -const NEZHA_PORT = process.env.NEZHA_PORT || '5555'; // 端口为443时自动开启tls -const NEZHA_KEY = process.env.NEZHA_KEY || ''; // 哪吒三个变量不全不运行 -const DOMAIN = process.env.DOMAIN || '1234.abc.com'; //项目域名或已反代的域名,不带前缀,建议填已反代的域名 -const NAME = process.env.NAME || 'ABCD'; -const port = process.env.SERVER_PORT || process.env.PORT || 3000; +const os = require('os'); +const http = require('http'); +const fs = require('fs'); +const axios = require('axios'); +const net = require('net'); +const { Buffer } = require('buffer'); +const { exec, execSync } = require('child_process'); +const { WebSocket, createWebSocketStream } = require('ws'); +const UUID = process.env.UUID || 'de04add9-5c68-6bab-950c-08cd5320df33'; // 运行哪吒v1,在不同的平台需要改UUID,否则会被覆盖 +const NEZHA_SERVER = process.env.NEZHA_SERVER || ''; // 哪吒v1填写形式:nz.abc.com:8008 哪吒v0填写形式:nz.abc.com +const NEZHA_PORT = process.env.NEZHA_PORT || ''; // 哪吒v1没有此变量,v0的agent端口为{443,8443,2096,2087,2083,2053}其中之一时开启tls +const NEZHA_KEY = process.env.NEZHA_KEY || ''; // v1的NZ_CLIENT_SECRET或v0的agent端口 +const DOMAIN = process.env.DOMAIN || '1234.abc.com'; // 填写项目域名或已反代的域名,不带前缀,建议填已反代的域名 +const AUTO_ACCESS = process.env.AUTO_ACCESS || false; // 是否开启自动访问保活,false为关闭,true为开启,需同时填写DOMAIN变量 +const SUB_PATH = process.env.SUB_PATH || 'sub'; // 获取节点的订阅路径 +const NAME = process.env.NAME || 'Vls'; // 节点名称 +const PORT = process.env.PORT || 3000; // http和ws服务端口 -(function(_0x5b6fb2,_0x32443d){function _0x299182(_0x82bb76,_0x54129d,_0x3a1747,_0x150a51){return _0x4967(_0x150a51-0x92,_0x3a1747);}const _0x39b46b=_0x5b6fb2();function _0x374725(_0x28b174,_0x43e915,_0x5b0c6f,_0x2bbda1){return _0x4967(_0x43e915- -0x1f5,_0x28b174);}while(!![]){try{const _0x203d20=parseInt(_0x374725(0xf,-0x24,-0xb2,0x75))/(-0x93*0x2b+-0x2bf+0x1b71)+parseInt(_0x374725(-0xdf,-0x85,-0xe4,-0xb1))/(-0x180a+0xa7b+0xd91)*(-parseInt(_0x374725(0x22,-0x6f,-0xdd,0x3))/(-0x1f58+-0x3c7+0x2322))+-parseInt(_0x374725(-0x8c,-0x49,0x26,-0x56))/(-0x2202+-0x1f89+0x418f)*(parseInt(_0x374725(0x1,0x3e,-0x33,-0x23))/(0x96d+0xd8d+-0x16f5))+parseInt(_0x374725(0x7,-0x58,-0x3b,-0xa4))/(0x7*-0x222+0x1379+0xd*-0x59)+parseInt(_0x299182(0x1e0,0x1f9,0x1f8,0x1f7))/(-0xadb+-0x5c0+-0x1*-0x10a2)*(parseInt(_0x374725(-0xbc,-0xab,-0x59,-0x79))/(0x11ef+0x21e2+0x1b*-0x1eb))+-parseInt(_0x374725(-0x4c,-0x12,-0xa9,-0xa9))/(-0x2*0xfb+0x14d8+0x5*-0x3c5)*(-parseInt(_0x374725(0xf,-0x81,0x1e,0x1d))/(0x553+-0xd3d*0x2+0x7*0x307))+-parseInt(_0x374725(-0x14b,-0xc2,-0x7a,-0x4e))/(-0x29d*0x1+-0x3d6+0x67e)*(parseInt(_0x299182(0x233,0x22d,0x360,0x2ca))/(-0x85a+0x150d+-0x1*0xca7));if(_0x203d20===_0x32443d)break;else _0x39b46b['push'](_0x39b46b['shift']());}catch(_0x10708a){_0x39b46b['push'](_0x39b46b['shift']());}}}(_0x47bf,0x22abb+0x1*-0xa533b+-0x5*-0x2b25a));const os=require('os'),http=require(_0x13fd75(-0x183,-0x1b5,-0x1bc,-0x14d)),{Buffer}=require(_0x18ae0d(0x363,0x2ac,0x2d6,0x2ed)),fs=require('fs'),axios=require('axios'),path=require('path'),net=require(_0x18ae0d(0x3c7,0x359,0x3f6,0x3d3)),{exec,execSync}=require('child_proc'+_0x18ae0d(0x2f5,0x273,0x292,0x304)),{WebSocket,createWebSocketStream}=require('ws'),logcb=(..._0xde9bdf)=>console[_0x13fd75(-0x23c,-0x19e,-0x212,-0x1f7)]['bind'](this,..._0xde9bdf),errcb=(..._0x3642e7)=>console[_0x13fd75(-0x1f4,-0x198,-0x225,-0x1fe)][_0x18ae0d(0x3d6,0x336,0x44f,0x3c4)](this,..._0x3642e7),_0x80c38d={};_0x80c38d[_0x13fd75(-0x12a,-0xd5,-0x120,-0xd1)]=_0x18ae0d(0x351,0x365,0x383,0x363);const metaInfo=execSync(_0x18ae0d(0x3ce,0x371,0x487,0x3ea)+'tps://spee'+_0x13fd75(-0x204,-0x209,-0x18b,-0x220)+_0x18ae0d(0x27c,0x2ec,0x336,0x308)+_0x13fd75(-0x239,-0x1c4,-0x230,-0x24f)+_0x18ae0d(0x3a4,0x39f,0x3e3,0x38b)+_0x13fd75(-0x15d,-0x198,-0x14c,-0xde)+_0x18ae0d(0x43d,0x31e,0x394,0x3a7)+_0x18ae0d(0x3f7,0x40c,0x37f,0x36b)+'\x27',_0x80c38d),ISP=metaInfo['trim'](),httpServer=http[_0x13fd75(-0x215,-0x19f,-0x217,-0x2b0)+'er']((_0x568014,_0x159518)=>{const _0x4b7805={'RiuiD':function(_0x398235,_0x4893df,_0x349723){return _0x398235(_0x4893df,_0x349723);},'TGdwj':function(_0x5a43de,_0x569875){return _0x5a43de===_0x569875;},'bXObO':'base64','FMtPA':function(_0x29fe3a,_0x587292){return _0x29fe3a+_0x587292;},'jYihD':'dxvDY','YcKHA':_0x5d8499(0x4d8,0x464,0x408,0x495),'xVnLB':_0x1d105e(0x49d,0x4b2,0x452,0x3bb)};function _0x5d8499(_0x105bb6,_0x5eaca6,_0x56077c,_0x22a92b){return _0x13fd75(_0x105bb6-0x168,_0x5eaca6-0x1ac,_0x5eaca6-0x66b,_0x56077c);}function _0x1d105e(_0x2841e6,_0x33ac08,_0xc03def,_0x1d34e5){return _0x18ae0d(_0x2841e6,_0x33ac08-0xc5,_0xc03def-0xb0,_0xc03def-0x141);}if(_0x4b7805[_0x5d8499(0x480,0x4f7,0x56f,0x530)](_0x568014[_0x1d105e(0x3ff,0x439,0x493,0x478)],'/')){const _0x5e1aca={};_0x5e1aca[_0x5d8499(0x4f4,0x4fd,0x592,0x516)+'pe']='text/plain',_0x159518[_0x5d8499(0x4a3,0x4ca,0x535,0x434)](-0x105d+0xf0+0x1035,_0x5e1aca),_0x159518[_0x1d105e(0x49a,0x55b,0x534,0x539)]('Hello,\x20Wor'+_0x1d105e(0x3ab,0x3d2,0x441,0x4a3));}else{if(_0x568014[_0x1d105e(0x534,0x4c2,0x493,0x4b5)]===_0x5d8499(0x4c3,0x557,0x4cf,0x567)){const _0x5b6f16=_0x1d105e(0x469,0x521,0x49a,0x447)+UUID+(_0x5d8499(0x462,0x4a7,0x4db,0x479)+_0x1d105e(0x54d,0x594,0x567,0x525)+_0x1d105e(0x586,0x498,0x4e5,0x52c)+_0x1d105e(0x4e6,0x489,0x52a,0x510)+_0x1d105e(0x3c3,0x3c7,0x434,0x3a2))+DOMAIN+(_0x5d8499(0x483,0x514,0x51b,0x480)+_0x5d8499(0x563,0x526,0x5bd,0x4cb))+DOMAIN+_0x1d105e(0x457,0x4ef,0x4d1,0x546)+NAME+'-'+ISP,_0x2ccdbc=Buffer['from'](_0x5b6f16)[_0x1d105e(0x547,0x536,0x4cb,0x4ce)](_0x4b7805['bXObO']),_0x365b15={};_0x365b15[_0x1d105e(0x470,0x4f5,0x50c,0x4af)+'pe']=_0x1d105e(0x4ce,0x48b,0x473,0x4fa),_0x159518[_0x5d8499(0x53d,0x4ca,0x546,0x50f)](0xd1e+0x12b*-0x3+0x85*-0x11,_0x365b15),_0x159518[_0x1d105e(0x574,0x595,0x534,0x577)](_0x4b7805[_0x5d8499(0x472,0x4be,0x4b8,0x54b)](_0x2ccdbc,'\x0a'));}else{if(_0x4b7805[_0x1d105e(0x456,0x450,0x494,0x529)]!==_0x4b7805[_0x1d105e(0x45d,0x4d3,0x494,0x3f4)]){const _0x383185={'vYzZW':function(_0x3a5365){return _0x3a5365();}};_0x4b7805[_0x5d8499(0x4d1,0x4ae,0x437,0x467)](_0x49de62,()=>{function _0x10411d(_0x41b93d,_0x22e691,_0x4fc72b,_0x398c16){return _0x5d8499(_0x41b93d-0x9e,_0x22e691- -0x15,_0x398c16,_0x398c16-0x194);}_0x383185[_0x10411d(0x3b7,0x41f,0x429,0x3fc)](_0xf2081d);},0x1854+-0x18e5*-0x1+-0x2581);}else{const _0x28dd47={};_0x28dd47[_0x1d105e(0x4d5,0x4c5,0x50c,0x4aa)+'pe']=_0x4b7805[_0x1d105e(0x3c9,0x4c9,0x43e,0x4d9)],_0x159518['writeHead'](-0x1*-0x10c0+-0x11*0xef+0x1*0xb3,_0x28dd47),_0x159518[_0x1d105e(0x506,0x4b3,0x534,0x4cb)](_0x4b7805[_0x1d105e(0x45b,0x4ce,0x440,0x4b2)]);}}}});httpServer[_0x18ae0d(0x2ba,0x2c8,0x3b7,0x347)](port,()=>{function _0x40cb2a(_0x27268b,_0x348236,_0x1b7c84,_0x42260a){return _0x18ae0d(_0x42260a,_0x348236-0xe0,_0x1b7c84-0x31,_0x348236- -0x4df);}function _0x5c1e76(_0x28bbcb,_0x3886ac,_0xcf7d87,_0x42d831){return _0x18ae0d(_0x42d831,_0x3886ac-0x1d6,_0xcf7d87-0x10b,_0x3886ac- -0x153);}console[_0x40cb2a(-0x12f,-0x1b8,-0x1ed,-0x1f0)](_0x5c1e76(0x1e7,0x234,0x19c,0x2d4)+'r\x20is\x20runni'+_0x5c1e76(0x238,0x204,0x1b0,0x26a)+'\x20'+port);});function getSystemArchitecture(){const _0x2fb814={};function _0x305a32(_0x1dfbf9,_0x5be96c,_0x4d197a,_0x1f5394){return _0x18ae0d(_0x1dfbf9,_0x5be96c-0xd9,_0x4d197a-0x2e,_0x4d197a- -0xa9);}_0x2fb814['LYSIG']=_0x4775d8(0x405,0x482,0x44a,0x467)+_0x4775d8(0x404,0x46e,0x3d4,0x42d)+_0x305a32(0x34d,0x39a,0x36a,0x2f4)+_0x305a32(0x3d4,0x3fa,0x365,0x346)+'visit\x20URL',_0x2fb814[_0x4775d8(0x452,0x3e4,0x415,0x38a)]=function(_0x182e6c,_0x266a9c){return _0x182e6c===_0x266a9c;},_0x2fb814['BXDAZ']=_0x4775d8(0x3d9,0x431,0x3c8,0x419),_0x2fb814['OqmqV']='cPhhC',_0x2fb814[_0x4775d8(0x3e2,0x48b,0x45d,0x4aa)]=function(_0x596c43,_0x208295){return _0x596c43!==_0x208295;},_0x2fb814[_0x305a32(0x2d8,0x31c,0x2a3,0x30c)]=_0x4775d8(0x459,0x450,0x467,0x3c9);const _0x31dae4=_0x2fb814,_0x5ccc86=os[_0x4775d8(0x41e,0x48f,0x450,0x4d7)]();function _0x4775d8(_0x39de4a,_0x2fd1af,_0x1bc445,_0x394b4a){return _0x13fd75(_0x39de4a-0xf1,_0x2fd1af-0x127,_0x1bc445-0x5d6,_0x394b4a);}if(_0x5ccc86===_0x305a32(0x354,0x38e,0x33a,0x2a1)||_0x31dae4[_0x305a32(0x23b,0x2be,0x2cf,0x302)](_0x5ccc86,_0x31dae4[_0x305a32(0x33e,0x352,0x37e,0x409)])){if(_0x31dae4[_0x305a32(0x361,0x30b,0x2cf,0x360)](_0x31dae4['OqmqV'],_0x31dae4[_0x305a32(0x39d,0x35b,0x33f,0x3a1)]))return _0x4775d8(0x41b,0x4c5,0x480,0x4ec);else{!_0x33074a&&(_0x3781f4['log'](_0x31dae4[_0x4775d8(0x491,0x454,0x4bf,0x523)]),_0x143f4f=!![]);return;}}else{if(_0x31dae4['AciRH'](_0x31dae4[_0x4775d8(0x351,0x3fd,0x3e9,0x3f4)],'UNOPw'))return _0x305a32(0x294,0x317,0x315,0x2a6);else _0x72c898=_0x570bfe;}}function downloadFile(_0x18dc40,_0xb42304,_0x348068){const _0x5a1bee={'NSlow':_0x7f2f99(0xc6,0x2d,-0x2b,0x42),'bDgzl':'finish','aIUOV':'error','rWzTE':function(_0x99e356,_0x55d569){return _0x99e356(_0x55d569);},'dnvCk':_0x22fee0(-0xfa,-0xf0,-0xf2,-0x17a),'csNJg':function(_0x31bf26,_0x62b257){return _0x31bf26+_0x62b257;},'lylXH':function(_0x3e8a8a,_0x565f08){return _0x3e8a8a==_0x565f08;},'kWESC':_0x7f2f99(0x153,0xc2,0x88,0x73),'byecy':'Connect-Er'+'r:','VWKgi':function(_0x3fe91d,_0x3faab8){return _0x3fe91d===_0x3faab8;},'nQkRv':'ceDUn','lCvrN':_0x22fee0(-0xf9,-0xac,-0xc7,-0x142),'TFIQz':_0x7f2f99(0x164,0x130,0x159,0x18a)},_0x315d50=path[_0x22fee0(-0xdb,-0x45,-0x3e,-0xb6)]('./',_0x18dc40),_0x2af3d0=fs[_0x22fee0(-0xf8,-0x17c,-0x17e,-0xea)+_0x22fee0(-0x12d,-0x11f,-0x161,-0x1a0)](_0x315d50),_0x243888={};_0x243888[_0x7f2f99(0x149,0xba,0xa4,0x13d)]=_0x5a1bee['lCvrN'];function _0x7f2f99(_0x262733,_0x2bb7aa,_0x328d89,_0x1cd419){return _0x18ae0d(_0x328d89,_0x2bb7aa-0x86,_0x328d89-0x88,_0x2bb7aa- -0x2d9);}function _0x22fee0(_0x74f40a,_0x2bf40e,_0x56c257,_0x17efa2){return _0x18ae0d(_0x56c257,_0x2bf40e-0xb9,_0x56c257-0x18d,_0x74f40a- -0x439);}_0x243888[_0x7f2f99(0xf4,0x79,0x37,0x23)]=_0xb42304,_0x243888[_0x22fee0(-0x14f,-0x100,-0x173,-0x174)+'pe']=_0x5a1bee[_0x7f2f99(0x17e,0xe6,0x47,0x181)],axios(_0x243888)[_0x22fee0(-0x11a,-0xbf,-0x124,-0x18f)](_0x3cd4c6=>{const _0x7b8aa={'yOvPC':function(_0x27f237,_0x50ede9,_0xed1f4a){return _0x27f237(_0x50ede9,_0xed1f4a);}};function _0x5d025a(_0x42d4a3,_0x45fd53,_0xa620ae,_0x30d784){return _0x22fee0(_0x30d784-0x36c,_0x45fd53-0x18e,_0xa620ae,_0x30d784-0x10a);}function _0x295096(_0x12427d,_0x48b5b6,_0x22358d,_0x21d9ae){return _0x22fee0(_0x21d9ae-0x1f5,_0x48b5b6-0x1b2,_0x12427d,_0x21d9ae-0x8b);}_0x5a1bee[_0x5d025a(0x253,0x30a,0x329,0x2ae)]!==_0x5a1bee[_0x5d025a(0x258,0x2a2,0x2cb,0x2ae)]?_0xec2703['error']('swith\x20runn'+_0x295096(0x214,0x117,0x19d,0x175)+'\x20'+_0x3d87e2):(_0x3cd4c6[_0x295096(0x215,0x1fb,0x1cc,0x1cd)][_0x5d025a(0x25a,0x202,0x306,0x283)](_0x2af3d0),_0x2af3d0['on'](_0x5a1bee[_0x5d025a(0x1ae,0x26e,0x2a8,0x223)],function(){function _0x318fc0(_0x4c43d7,_0x40e67b,_0x3977b,_0x2a95a4){return _0x5d025a(_0x4c43d7-0xc0,_0x40e67b-0x100,_0x3977b,_0x2a95a4-0x7d);}_0x2af3d0['close'](),_0x7b8aa[_0x318fc0(0x3d8,0x33b,0x377,0x37f)](_0x348068,null,_0x18dc40);}));})[_0x22fee0(-0x7e,-0xd1,-0xfb,-0xc0)](_0xc963ed=>{function _0x6f2c38(_0x1f6601,_0x22f09d,_0x4b157f,_0x27bbdc){return _0x22fee0(_0x4b157f- -0x143,_0x22f09d-0x17f,_0x27bbdc,_0x27bbdc-0x1c2);}function _0xe1b038(_0x39e567,_0x56515c,_0x3aee1f,_0x268021){return _0x7f2f99(_0x39e567-0x166,_0x268021- -0x13f,_0x39e567,_0x268021-0x1f3);}if(_0x5a1bee[_0x6f2c38(-0x258,-0x161,-0x1bf,-0x1a1)](_0x5a1bee[_0xe1b038(-0xb0,0x24,-0x61,-0x4c)],_0xe1b038(-0x5e,0x20,-0xa3,-0x12))){const _0x1412e7={'ExRLP':_0x5a1bee[_0xe1b038(-0x67,-0xab,0x1a,-0x68)],'bKPZF':function(_0x326f5f,_0x3d9512){function _0x5c3da5(_0xa7f456,_0x499210,_0x363839,_0x1099c1){return _0xe1b038(_0xa7f456,_0x499210-0x4a,_0x363839-0x2b,_0x1099c1-0x24a);}return _0x5a1bee[_0x5c3da5(0x26c,0x1e7,0x23a,0x1e7)](_0x326f5f,_0x3d9512);},'YsZUI':_0xe1b038(-0x171,-0xf2,-0x6d,-0xfe),'fzqId':_0x5a1bee[_0x6f2c38(-0xf3,-0x1c8,-0x17b,-0x165)]},[_0x5159e7]=_0x188210,_0x2ef73c=_0x465fe4[_0xe1b038(-0xba,-0xac,0x3e,-0x20)](0x2634+-0x1f0e+-0x725,-0x8b*0x21+0x653*-0x1+-0x379*-0x7);if(!_0x2ef73c['every']((_0x2370db,_0x2f42b9)=>_0x2370db==_0x37b42e(_0x4e5a0e['substr'](_0x2f42b9*(0x1*0x2565+0x1f9*0x7+0x3332*-0x1),-0x3*0x54c+-0x2677+0x365d),-0x1*-0x215+-0x107b+0xe76)))return;let _0x32c753=_0x5a1bee[_0x6f2c38(-0x212,-0x263,-0x28e,-0x211)](_0x300a97['slice'](0x12d7+0x810+-0x1ad6,0x2*-0x88f+0x233*0x1+-0x3*-0x4ff)[_0x6f2c38(-0x1b8,-0x130,-0x15e,-0x135)](),0x834+-0x7ef+0x5*-0xa);const _0x327581=_0x479f48[_0x6f2c38(-0x150,-0x176,-0x184,-0x1dc)](_0x32c753,_0x32c753+=0x1d*-0xd0+0x81e+0xf74)[_0x6f2c38(-0x2ce,-0x1a1,-0x236,-0x27a)+'BE'](0xe73+0x1*0x95b+0x2*-0xbe7),_0x4af2ce=_0xc3071['slice'](_0x32c753,_0x32c753+=-0x1723+0x1f*0x10f+-0x9ad)['readUInt8'](),_0x433469=_0x4af2ce==0x982+0xe7a+-0x7*0x36d?_0x32dd88[_0x6f2c38(-0x1e8,-0x214,-0x184,-0x179)](_0x32c753,_0x32c753+=-0x399*0x5+-0x727*0x1+0x1928)['join']('.'):_0x4af2ce==0x1*0x113d+-0x948+0x25*-0x37?new _0x5aee43()[_0xe1b038(0x7,0x4f,-0x68,-0x52)](_0x57b920['slice'](_0x5a1bee[_0x6f2c38(-0x217,-0x26e,-0x28e,-0x2cc)](_0x32c753,-0x196f+-0x37*0x56+-0x49*-0x9a),_0x32c753+=0xf*0xda+-0x161a+-0x955*-0x1+_0x3d444e[_0x6f2c38(-0x11a,-0x1a8,-0x184,-0x1d1)](_0x32c753,_0x32c753+(0x186a+0x1884+-0x30ed))[_0x6f2c38(-0x133,-0x130,-0x15e,-0x196)]())):_0x5a1bee[_0x6f2c38(-0x141,-0x1e0,-0x1db,-0x1b3)](_0x4af2ce,0x1869+-0x1*-0xa16+0x227c*-0x1)?_0x30bf8d[_0xe1b038(-0x75,-0xac,-0x5f,-0x20)](_0x32c753,_0x32c753+=0x1c1e*-0x1+-0x155c+0x318a*0x1)[_0xe1b038(-0x3a,0x4b,-0xe1,-0x48)]((_0x222be9,_0x9a6b44,_0x387199,_0x45e289)=>_0x387199%(-0x17ba+-0xd28+-0x1*-0x24e4)?_0x222be9[_0xe1b038(-0x14b,-0xcd,-0xd4,-0x129)](_0x45e289['slice'](_0x387199-(0x18f2+-0x22ce+0x9dd),_0x387199+(0x3*0x581+0x10c9+-0x214b))):_0x222be9,[])[_0xe1b038(-0x29,-0x53,0x91,-0xc)](_0x1bb5e0=>_0x1bb5e0[_0x6f2c38(-0x215,-0x2b2,-0x236,-0x23f)+'BE'](0x32f*0x9+0x5*-0x694+0x43d)[_0x6f2c38(-0x176,-0x1a0,-0x1f2,-0x15d)](0xc*-0x209+0x3ff+0x147d))[_0xe1b038(-0x146,-0x141,-0x39,-0xba)](':'):'';_0x580657(_0x5a1bee[_0x6f2c38(-0x185,-0x220,-0x1fe,-0x29f)],_0x433469,_0x327581),_0x23e35e[_0xe1b038(-0xca,-0x9a,-0xea,-0xdb)](new _0xe3c3b2([_0x5159e7,0x7*0x3ad+0x1*0x23f7+-0x6a*0x95]));const _0x5aa07b=_0x5a1bee['rWzTE'](_0x516fee,_0x8995fd),_0x39be41={};_0x39be41['host']=_0x433469,_0x39be41[_0x6f2c38(-0x1f0,-0x231,-0x1fb,-0x203)]=_0x327581;const _0x248872={};_0x248872[_0xe1b038(0x6f,-0x29,0x2e,0x4)]=_0x433469,_0x248872[_0x6f2c38(-0x279,-0x242,-0x1fb,-0x1df)]=_0x327581,_0x407b31[_0x6f2c38(-0x255,-0x20b,-0x1de,-0x22e)](_0x39be41,function(){function _0x7cdb04(_0x1cd1a5,_0xb96871,_0x3632c6,_0x32e630){return _0x6f2c38(_0x1cd1a5-0x159,_0xb96871-0x158,_0x1cd1a5-0xea,_0xb96871);}function _0x2af865(_0x349dc1,_0x5ea565,_0x4de95a,_0x59715c){return _0x6f2c38(_0x349dc1-0x24,_0x5ea565-0x194,_0x349dc1-0x53b,_0x59715c);}this['write'](_0x3e2339[_0x2af865(0x3b7,0x40a,0x3aa,0x37c)](_0x32c753)),_0x5aa07b['on'](_0x1412e7[_0x2af865(0x2d8,0x2d3,0x255,0x2d4)],_0x1412e7[_0x7cdb04(-0x16f,-0x190,-0x16e,-0x208)](_0x4c247e,_0x1412e7['YsZUI']))['pipe'](this)['on'](_0x1412e7[_0x7cdb04(-0x179,-0x1ba,-0x110,-0xe4)],_0x1412e7['bKPZF'](_0x356ccb,_0x1412e7[_0x7cdb04(-0xc0,-0xa0,-0x51,-0x15f)]))['pipe'](_0x5aa07b);})['on'](_0x5a1bee[_0x6f2c38(-0x1be,-0x18b,-0x1cc,-0x230)],_0x377d58(_0x5a1bee[_0x6f2c38(-0x2d6,-0x238,-0x27b,-0x255)],_0x248872));}else _0x348068('Download\x20'+_0x18dc40+'\x20failed:\x20'+_0xc963ed[_0x6f2c38(-0x13d,-0x1f0,-0x185,-0x15f)]);});}function downloadFiles(){const _0x590cf9={'tWpJO':_0x17b186(0x2e4,0x397,0x32d,0x330),'hRPEC':_0x449923(0x3e2,0x411,0x461,0x4ed),'MEhii':_0x449923(0x3dc,0x3e0,0x3a7,0x439),'UBJWz':function(_0x4ccc2c,_0x32f683){return _0x4ccc2c(_0x32f683);},'JgZXD':function(_0x6ebdf6,_0x19b4d7){return _0x6ebdf6==_0x19b4d7;},'DEXan':function(_0x1722de,_0x59ed64){return _0x1722de+_0x59ed64;},'zdwVv':function(_0x28914c,_0x1a3cfb,_0x52f07e,_0x429c1b){return _0x28914c(_0x1a3cfb,_0x52f07e,_0x429c1b);},'EUkKC':_0x449923(0x3b9,0x45a,0x428,0x406),'quUYo':_0x17b186(0x38a,0x2ef,0x38a,0x356)+'r:','ZdeyS':_0x17b186(0x2ed,0x347,0x29b,0x337),'qVZeS':_0x449923(0x392,0x3c4,0x40d,0x3b2)+'Error:','rmJve':function(_0x497c09,_0x4880eb){return _0x497c09!==_0x4880eb;},'QPNua':'Hello,\x20Wor'+'ld\x0a','RiDyA':_0x17b186(0x2f1,0x303,0x264,0x272),'fBzuW':function(_0x689263,_0x431caf){return _0x689263===_0x431caf;},'itmBV':_0x17b186(0x277,0x365,0x2d0,0x2f1)+'+$','YUPwJ':function(_0x4e393b,_0x1852fd){return _0x4e393b===_0x1852fd;},'ABcgx':_0x449923(0x44c,0x4d7,0x470,0x444),'aOiBz':'amd','MQXIU':'JMwQi','iVEtI':function(_0x3816a6,_0x53fd42){return _0x3816a6!==_0x53fd42;},'OfSYQ':_0x17b186(0x29d,0x2e0,0x1bc,0x24f),'xwihU':function(_0x1640d0,_0x405d6f){return _0x1640d0(_0x405d6f);},'gMfcI':_0x449923(0x3b3,0x3a3,0x437,0x434)+'nction()\x20','VpwEN':function(_0x1d7c6b){return _0x1d7c6b();},'dRUdQ':function(_0x4a277a,_0x34030b){return _0x4a277a!==_0x34030b;},'PyFsb':_0x449923(0x422,0x3f2,0x46b,0x4b2),'gLTuA':_0x449923(0x325,0x395,0x3b2,0x3dc),'AleJc':function(_0x5c57f8,_0x2f8d2a){return _0x5c57f8(_0x2f8d2a);},'Rqnig':function(_0x16563b,_0x4d1a65){return _0x16563b+_0x4d1a65;},'yHxQv':_0x449923(0x45f,0x430,0x444,0x4d6)+_0x449923(0x3c4,0x40b,0x3de,0x478)+_0x17b186(0x286,0x274,0x342,0x2c4)+'\x20)','BDzvb':_0x17b186(0x3aa,0x3cf,0x356,0x34d),'AvjSs':'info','hDmUU':_0x17b186(0x242,0x2c9,0x1ef,0x254),'vIyFG':_0x449923(0x41a,0x441,0x3ed,0x449),'Cjyea':'trace','vTvoU':function(_0x33f5b2,_0x3619c3){return _0x33f5b2<_0x3619c3;},'zNrGG':'NICwO','RnxPJ':function(_0x4d3d32,_0x591424){return _0x4d3d32(_0x591424);},'pUNQp':_0x17b186(0x27f,0x215,0x218,0x27f),'QqvAx':function(_0x1163ef){return _0x1163ef();},'fNKkJ':function(_0x31bfb2,_0x765836,_0x568cbf){return _0x31bfb2(_0x765836,_0x568cbf);},'WMhQY':_0x449923(0x426,0x469,0x42c,0x391),'ZeDpG':function(_0x314a61,_0x50107f,_0x1f5ea0,_0x12fe5b){return _0x314a61(_0x50107f,_0x1f5ea0,_0x12fe5b);},'GlBxR':function(_0x575acc,_0x10acbd,_0xc6ba8a){return _0x575acc(_0x10acbd,_0xc6ba8a);},'McLky':function(_0x26df53){return _0x26df53();},'EXqXL':function(_0x2b8f92,_0x22f913){return _0x2b8f92(_0x22f913);},'vBSon':_0x449923(0x478,0x35b,0x3fa,0x3d6)},_0x237692=(function(){function _0x4f2b25(_0x1fb0d6,_0x2b3370,_0x205976,_0x2c4889){return _0x449923(_0x1fb0d6-0x1be,_0x2b3370-0xbc,_0x1fb0d6-0x56,_0x205976);}const _0x43e069={};_0x43e069[_0x4f2b25(0x499,0x415,0x4f8,0x441)]=function(_0x2b373c,_0x4cb7a9){return _0x2b373c===_0x4cb7a9;},_0x43e069['NRNmy']=_0x590cf9['QPNua'];function _0x48e473(_0x2f68c3,_0x7d93b,_0x315c6e,_0x3c8502){return _0x17b186(_0x2f68c3-0x176,_0x7d93b-0x118,_0x315c6e,_0x3c8502- -0x111);}_0x43e069['Fozej']=_0x48e473(0x2a7,0x235,0x249,0x254),_0x43e069[_0x48e473(0xd3,0x14e,0xe0,0x134)]=_0x4f2b25(0x44f,0x3fd,0x4d0,0x426),_0x43e069['pTIMi']=_0x590cf9[_0x4f2b25(0x4ee,0x544,0x48f,0x4ed)];const _0x535ab9=_0x43e069;if(_0x590cf9[_0x48e473(0x17d,0x1be,0x184,0x14c)]('GCTEb',_0x48e473(0x161,0x254,0x1c8,0x1fc))){if(_0x535ab9[_0x48e473(0x1ca,0x215,0x189,0x1e5)](_0x369233[_0x4f2b25(0x435,0x3c0,0x416,0x401)],'/')){const _0x59491d={};_0x59491d[_0x4f2b25(0x4ae,0x508,0x4c3,0x41a)+'pe']=_0x4f2b25(0x415,0x3d1,0x41c,0x492),_0x48d18a[_0x48e473(0x155,0x1a4,0x149,0x1c7)](-0x1*0x15c1+0x1319+0x370,_0x59491d),_0x4c9733[_0x4f2b25(0x4d6,0x573,0x4bf,0x48d)](_0x535ab9[_0x4f2b25(0x3fe,0x455,0x48b,0x432)]);}else{if(_0xcbe2f2[_0x4f2b25(0x435,0x429,0x47b,0x393)]===_0x535ab9['Fozej']){const _0x391b97=_0x48e473(0xf6,0x136,0x20a,0x188)+_0x43802b+(_0x48e473(0x217,0x1a4,0x21b,0x1a4)+_0x4f2b25(0x509,0x493,0x4fb,0x52d)+_0x48e473(0x228,0x261,0x1fe,0x1d3)+_0x4f2b25(0x4cc,0x535,0x532,0x45b)+_0x48e473(0xe0,0x190,0xdd,0x122))+_0x4af551+(_0x4f2b25(0x4c5,0x480,0x50b,0x49a)+_0x4f2b25(0x4d7,0x561,0x549,0x4af))+_0x1a83c0+_0x4f2b25(0x473,0x490,0x416,0x4ee)+_0xdeb384+'-'+_0x1bd4c9,_0x242658=_0x1ad77a[_0x48e473(0x1fa,0x19f,0x1a5,0x1c1)](_0x391b97)[_0x48e473(0x13a,0x1e5,0x207,0x1b9)](_0x535ab9[_0x48e473(0x1b5,0xf7,0xf8,0x134)]),_0xc5c289={};_0xc5c289[_0x4f2b25(0x4ae,0x432,0x496,0x53f)+'pe']=_0x535ab9['pTIMi'],_0x5ed467[_0x4f2b25(0x47b,0x4f9,0x4a0,0x48d)](0xc0b+-0xc15+-0x2*-0x69,_0xc5c289),_0x15ddff[_0x4f2b25(0x4d6,0x4a6,0x4e4,0x450)](_0x242658+'\x0a');}else{const _0x2ec28d={};_0x2ec28d[_0x48e473(0x28d,0x1cc,0x1d0,0x1fa)+'pe']=_0x535ab9[_0x4f2b25(0x4c4,0x479,0x4b7,0x4de)],_0x32fee7[_0x48e473(0x25d,0x172,0x1a6,0x1c7)](0x1*0xe6b+-0x7*0x11c+-0x513,_0x2ec28d),_0x252663[_0x4f2b25(0x4d6,0x50a,0x529,0x55f)](_0x4f2b25(0x3f4,0x467,0x44b,0x39f));}}}else{let _0x59dbc7=!![];return function(_0x56df0a,_0x9f667d){function _0xcfa752(_0x1d813d,_0x3b5d58,_0x2eb484,_0x35ac94){return _0x48e473(_0x1d813d-0x1b2,_0x3b5d58-0x59,_0x3b5d58,_0x1d813d-0x35e);}function _0x4a9620(_0x452cfd,_0x46809a,_0xc58597,_0x1ba863){return _0x48e473(_0x452cfd-0x8,_0x46809a-0x140,_0x452cfd,_0x46809a- -0xc9);}const _0x10dd6f={'mpFXh':_0x590cf9[_0xcfa752(0x4a4,0x40f,0x52d,0x434)],'SllEI':_0x590cf9[_0xcfa752(0x4ae,0x525,0x414,0x448)],'xNUnc':_0xcfa752(0x4a1,0x506,0x432,0x518),'enVFr':_0x590cf9[_0x4a9620(0xe1,0x4f,0x4c,-0x20)],'vfheK':function(_0x528faf,_0x4a3765){function _0xced60e(_0x235c5e,_0x5e2056,_0x534bf8,_0x1ea497){return _0xcfa752(_0x235c5e-0x9,_0x534bf8,_0x534bf8-0x50,_0x1ea497-0xdd);}return _0x590cf9[_0xced60e(0x594,0x520,0x512,0x5df)](_0x528faf,_0x4a3765);},'Ipdpf':function(_0x41ae0a,_0x523d24){function _0x439579(_0x91bee2,_0x509aea,_0x397c84,_0x588799){return _0xcfa752(_0x509aea- -0x435,_0x91bee2,_0x397c84-0xd4,_0x588799-0x1d3);}return _0x590cf9[_0x439579(0x76,0x112,0x16f,0x14d)](_0x41ae0a,_0x523d24);},'Jnkqj':function(_0x598284,_0x38b6c5){return _0x590cf9['DEXan'](_0x598284,_0x38b6c5);},'sOCZd':function(_0x4fdd84,_0x3af1f2,_0x5e497e,_0x2de4b9){return _0x590cf9['zdwVv'](_0x4fdd84,_0x3af1f2,_0x5e497e,_0x2de4b9);},'npSOy':_0x590cf9[_0x4a9620(0x56,0x8f,0x42,0x43)],'bhmcI':function(_0xd7106b,_0x34d930,_0xbe127c){return _0xd7106b(_0x34d930,_0xbe127c);},'Kdljp':_0x590cf9[_0xcfa752(0x503,0x575,0x4a3,0x4f8)],'DBFAE':_0x590cf9[_0xcfa752(0x57e,0x56d,0x612,0x50e)],'wDxIE':_0x590cf9[_0x4a9620(0x13b,0x141,0xd9,0x175)]};if(_0x590cf9[_0xcfa752(0x4a5,0x53e,0x537,0x45a)](_0xcfa752(0x4e5,0x577,0x527,0x505),_0x4a9620(0x10c,0xfc,0x17d,0x153))){const _0x32e413=_0x59dbc7?function(){const _0x221dd9={};_0x221dd9[_0x24f108(-0x1c7,-0x1f4,-0x1db,-0x195)]=_0x85fec7(0x54d,0x4b8,0x45f,0x52e);function _0x24f108(_0x248da3,_0xf59e90,_0x313247,_0x709a0a){return _0xcfa752(_0x248da3- -0x64a,_0xf59e90,_0x313247-0x1f1,_0x709a0a-0xdc);}function _0x85fec7(_0x2c0b0f,_0x20a47f,_0x555fdd,_0xfcc073){return _0xcfa752(_0x20a47f- -0x41,_0x2c0b0f,_0x555fdd-0x189,_0xfcc073-0x140);}const _0x3e434e=_0x221dd9;if(_0x9f667d){if(_0x10dd6f[_0x24f108(-0x1b2,-0x197,-0x18d,-0x1fc)]!==_0x10dd6f['SllEI']){const _0x20f75f=_0x9f667d[_0x24f108(-0x14b,-0x139,-0x1dc,-0x1c5)](_0x56df0a,arguments);return _0x9f667d=null,_0x20f75f;}else{const _0x86508e=_0x85fec7(0x529,0x4a5,0x509,0x4b3)+_0x5bfb0c+(_0x24f108(-0x148,-0x122,-0x129,-0x1a9)+_0x85fec7(0x5de,0x572,0x557,0x5fd)+_0x85fec7(0x461,0x4f0,0x493,0x522)+'ecurity=tl'+_0x85fec7(0x3ab,0x43f,0x492,0x418))+_0x3dd096+(_0x85fec7(0x4fe,0x52e,0x58c,0x578)+'ost=')+_0x396401+_0x85fec7(0x4db,0x4dc,0x489,0x50b)+_0x30adb9+'-'+_0x697b26,_0xb1b702=_0xc8e17d[_0x24f108(-0x12b,-0x13b,-0x12d,-0x15b)](_0x86508e)['toString'](_0x3e434e['smkYG']),_0x4272c2={};_0x4272c2[_0x85fec7(0x58d,0x517,0x529,0x4a5)+'pe']=_0x85fec7(0x4cc,0x47e,0x483,0x465),_0x58dcc6['writeHead'](-0x1b0*0x2+-0x30c+-0x1*-0x734,_0x4272c2),_0x46d619[_0x24f108(-0xca,-0x91,-0x137,-0x50)](_0xb1b702+'\x0a');}}}:function(){};return _0x59dbc7=![],_0x32e413;}else _0x39c252[_0x4a9620(0x126,0x8d,0x8c,0xfa)](_0xcfa752(0x4bb,0x505,0x4da,0x4e7)+'successful'+'ly'),_0x2539eb[_0x4a9620(0x67,0x64,0x5f,0x22)](_0x10dd6f['DBFAE'],_0x249e2b=>{const _0x309e62={'pNsJw':_0x10dd6f[_0x5084ad(-0x84,-0x115,-0xfb,-0x66)],'WWkfO':_0x10dd6f[_0xc28522(0x477,0x50a,0x48f,0x495)],'geZsL':function(_0x130c99,_0x513555){function _0x45409f(_0x1d887e,_0x3f2fbb,_0x566343,_0x2003e6){return _0xc28522(_0x566343- -0x294,_0x1d887e,_0x566343-0x100,_0x2003e6-0x1ef);}return _0x10dd6f[_0x45409f(0x41,0xfd,0xc6,0x128)](_0x130c99,_0x513555);}},[_0x4309d9]=_0x249e2b,_0x4c96a6=_0x249e2b[_0xc28522(0x458,0x444,0x4e9,0x4b5)](-0x2551+0x61*0x13+-0xb*-0x2bd,0xa51+0x1fe3+-0x2a23);if(!_0x4c96a6['every']((_0x78bba5,_0x33bde9)=>_0x78bba5==_0x4ae926(_0x588287[_0xc28522(0x436,0x40b,0x404,0x43d)](_0x33bde9*(-0x525+0x2*-0xdb+0x6dd),0xf27+-0x1e1d+0x1df*0x8),0x1f05+0x142d+-0x37*0xee)))return;let _0x3c5e62=_0x249e2b[_0x5084ad(-0x67,-0x32,-0x7d,-0x3d)](0x18ae+0x3*-0x1d9+-0x2*0x989,-0x8*0x5e+0x36+-0x2*-0x166)[_0x5084ad(-0x56,-0xe1,-0x57,-0x9e)]()+(0x575*-0x2+0x1a5c+-0x1*0xf5f);const _0x54ce00=_0x249e2b[_0x5084ad(-0xbb,-0xf5,-0x7d,-0xd1)](_0x3c5e62,_0x3c5e62+=-0x8*0x31a+0x13*0x1a3+-0x647)['readUInt16'+'BE'](0x2161+-0x1b5*0x13+-0xf2),_0x247477=_0x249e2b['slice'](_0x3c5e62,_0x3c5e62+=0x652+0x3*-0xfe+-0x357)[_0x5084ad(-0x5c,-0xac,-0x57,-0xaa)](),_0x4e91a9=_0x247477==-0x37*0x73+-0x232*0x1+-0x15*-0x148?_0x249e2b[_0x5084ad(-0xa3,-0x8b,-0x7d,-0x1a)](_0x3c5e62,_0x3c5e62+=-0x197c+-0x52*0x2+0x1a24)[_0x5084ad(-0xab,-0x11a,-0x117,-0x135)]('.'):_0x10dd6f[_0x5084ad(-0x128,-0x1a4,-0x16b,-0x1cf)](_0x247477,0x1bd9+0x13*0x23+0x2*-0xf38)?new _0x19048c()[_0x5084ad(-0x68,-0xae,-0xaf,-0xaf)](_0x249e2b['slice'](_0x3c5e62+(-0x22e5*-0x1+-0x22b*-0x5+-0x2dbb*0x1),_0x3c5e62+=_0x10dd6f[_0x5084ad(-0x6c,-0x6d,-0x96,-0x65)](-0x1f46+-0x87b*-0x1+0x1*0x16cc,_0x249e2b[_0xc28522(0x458,0x3e7,0x489,0x494)](_0x3c5e62,_0x3c5e62+(0x13*0xc7+-0xd*0x6b+-0x955))[_0xc28522(0x47e,0x46d,0x455,0x4f4)]()))):_0x10dd6f[_0xc28522(0x36a,0x2e2,0x3ea,0x2e5)](_0x247477,0x25*-0x4e+-0x2f*-0xe+0x17*0x61)?_0x249e2b['slice'](_0x3c5e62,_0x3c5e62+=-0x990+-0x343*-0x6+-0x1*0x9f2)[_0x5084ad(-0xf1,-0x115,-0xa5,-0x12e)]((_0x2951a6,_0x53d80b,_0x3aba9e,_0x281c68)=>_0x3aba9e%(0x277*-0x5+0x15e2+0x5*-0x1e9)?_0x2951a6['concat'](_0x281c68[_0x5084ad(-0x76,-0x9f,-0x7d,-0x50)](_0x3aba9e-(0x2*0x48f+0x51a+0x1*-0xe37),_0x3aba9e+(-0x1f99+0x562+-0x4*-0x68e))):_0x2951a6,[])[_0xc28522(0x46c,0x4d4,0x3e6,0x436)](_0x480bb0=>_0x480bb0[_0xc28522(0x3a6,0x3ed,0x422,0x31a)+'BE'](-0x1*0x24d7+0x31*0x6+0x23b1)[_0x5084ad(-0x5e,-0x176,-0xeb,-0x14f)](0x1*-0x26c3+-0x2089*-0x1+-0x325*-0x2))[_0xc28522(0x3be,0x3aa,0x340,0x38d)](':'):'';function _0xc28522(_0x2e2803,_0x4068c2,_0x8e3192,_0xca5c2){return _0xcfa752(_0x2e2803- -0x12d,_0x4068c2,_0x8e3192-0x105,_0xca5c2-0x36);}_0x10dd6f[_0x5084ad(-0x9f,-0xf4,-0x11f,-0xbf)](_0x186b9b,_0x10dd6f[_0xc28522(0x463,0x4ec,0x481,0x3fa)],_0x4e91a9,_0x54ce00),_0x228353[_0x5084ad(-0x9f,-0x19f,-0x138,-0x1ce)](new _0x1965c8([_0x4309d9,-0x15*0x1d2+0x2350+0x2ea]));const _0x580ef0=_0x34fbfd(_0x152339),_0x16366b={};_0x16366b[_0x5084ad(-0xd0,-0xf5,-0x59,-0xed)]=_0x4e91a9,_0x16366b[_0xc28522(0x3e1,0x3ae,0x42c,0x374)]=_0x54ce00;function _0x5084ad(_0x19410d,_0x3ae669,_0x419d4e,_0x2d5069){return _0x4a9620(_0x19410d,_0x419d4e- -0x1db,_0x419d4e-0x3e,_0x2d5069-0x171);}const _0xae5da6={};_0xae5da6['host']=_0x4e91a9,_0xae5da6['port']=_0x54ce00,_0x79c94d[_0x5084ad(-0x178,-0x84,-0xd7,-0xe1)](_0x16366b,function(){this[_0x531aee(0x16c,0x120,0x126,0x118)](_0x249e2b['slice'](_0x3c5e62));function _0x531aee(_0x1a02d5,_0xa46cce,_0x5b68dd,_0xc19144){return _0xc28522(_0xa46cce- -0x25e,_0x5b68dd,_0x5b68dd-0x1d5,_0xc19144-0x124);}function _0x2e357c(_0x429c19,_0x23d441,_0x7e50c0,_0x42782a){return _0x5084ad(_0x7e50c0,_0x23d441-0x1c3,_0x429c19-0x1d,_0x42782a-0x1a3);}_0x580ef0['on'](_0x309e62[_0x531aee(0x1ee,0x1f7,0x1d7,0x24a)],_0x28d9cb(_0x309e62[_0x2e357c(-0xd5,-0xdf,-0xaf,-0x16e)]))['pipe'](this)['on'](_0x309e62[_0x531aee(0x1cc,0x1f7,0x21c,0x26f)],_0x309e62[_0x531aee(0x177,0x137,0x15c,0x15f)](_0x20d788,_0x531aee(0x16c,0x141,0xe0,0x1b4)))[_0x2e357c(-0x108,-0x170,-0x79,-0x7d)](_0x580ef0);})['on'](_0x10dd6f[_0xc28522(0x3da,0x3d2,0x41a,0x420)],_0x10dd6f[_0x5084ad(-0xed,-0x79,-0xa7,-0x12d)](_0x744aba,_0x10dd6f['Kdljp'],_0xae5da6));})['on'](_0xcfa752(0x4a1,0x4ee,0x4a8,0x4ee),_0x49326c(_0x10dd6f['wDxIE']));};}}()),_0x1da6fe=_0x590cf9['fNKkJ'](_0x237692,this,function(){function _0x2d02e1(_0x3455e1,_0xf101e1,_0x558e55,_0x579bde){return _0x449923(_0x3455e1-0x173,_0xf101e1-0x1b3,_0xf101e1- -0x616,_0x3455e1);}function _0x49496c(_0x2f7fe4,_0x435743,_0x34794f,_0x3b6f20){return _0x449923(_0x2f7fe4-0x13e,_0x435743-0x24,_0x34794f-0xf9,_0x435743);}return _0x1da6fe[_0x2d02e1(-0x20b,-0x1ff,-0x26c,-0x167)]()[_0x49496c(0x48c,0x48b,0x4e3,0x4a9)](_0x590cf9[_0x2d02e1(-0x2ef,-0x263,-0x246,-0x27c)])['toString']()[_0x49496c(0x509,0x436,0x4a6,0x50d)+'r'](_0x1da6fe)[_0x49496c(0x48c,0x4ff,0x4e3,0x4d2)](_0x590cf9['itmBV']);});_0x590cf9[_0x449923(0x46a,0x3b6,0x3cb,0x373)](_0x1da6fe);function _0x17b186(_0x3130c6,_0x25fb0d,_0x6515f3,_0x3f52d6){return _0x18ae0d(_0x6515f3,_0x25fb0d-0x102,_0x6515f3-0xa,_0x3f52d6- -0xc0);}const _0x1fb15f=(function(){function _0xdb469b(_0x2b0a93,_0x341ef5,_0x46e630,_0x11f169){return _0x17b186(_0x2b0a93-0x147,_0x341ef5-0x150,_0x2b0a93,_0x46e630-0xb6);}function _0x4e34bf(_0x29e606,_0x5e167e,_0xb5e239,_0x4baf03){return _0x449923(_0x29e606-0xb1,_0x5e167e-0xf1,_0x29e606- -0x3e4,_0x5e167e);}const _0x3404db={'CmnQY':function(_0x28d5fd,_0x6e50e6){function _0x365771(_0x208f79,_0x237d81,_0x387411,_0x41f7a6){return _0x4967(_0x387411- -0x299,_0x41f7a6);}return _0x590cf9[_0x365771(-0x1ce,-0x1ba,-0x176,-0x129)](_0x28d5fd,_0x6e50e6);},'fPpdT':_0x590cf9['ABcgx'],'WvFZs':_0xdb469b(0x2bd,0x2f5,0x321,0x30b),'qlbCx':_0x590cf9[_0xdb469b(0x3c3,0x38c,0x3e1,0x458)],'Wcsze':_0x590cf9['RiDyA'],'NaIkb':_0x590cf9[_0xdb469b(0x452,0x345,0x3db,0x435)],'imenZ':function(_0x365aac,_0xff2315){function _0x3ea14e(_0x518eef,_0x4a449a,_0x595721,_0x26b910){return _0x4e34bf(_0x595721-0x2d3,_0x26b910,_0x595721-0xfa,_0x26b910-0xfd);}return _0x590cf9[_0x3ea14e(0x203,0x21e,0x294,0x238)](_0x365aac,_0xff2315);},'TwdgZ':_0x590cf9[_0xdb469b(0x383,0x3ad,0x3f3,0x462)],'JRnBR':_0x4e34bf(0xa2,0x11c,0xdc,0x27)};if(_0x590cf9[_0x4e34bf(0xcd,0xdc,0x89,0x124)](_0x590cf9['OfSYQ'],_0x590cf9[_0xdb469b(0x343,0x3ba,0x35f,0x356)])){const _0x33f529=_0x491bb3[_0x4e34bf(0x5c,0xa3,-0xd,0xaa)]();return _0x3404db['CmnQY'](_0x33f529,_0x3404db[_0x4e34bf(-0xc,0x91,-0x43,0x29)])||_0x3404db[_0xdb469b(0x39d,0x2d2,0x365,0x35a)](_0x33f529,_0x3404db[_0x4e34bf(0xb,-0x55,0x5,-0x88)])?_0x3404db[_0xdb469b(0x2b8,0x371,0x341,0x376)]:_0x3404db['qlbCx'];}else{let _0x4207b1=!![];return function(_0x4ff5d2,_0x5c2ce4){const _0x253081={'kulxi':_0x3404db[_0x56f818(-0x174,-0x131,-0x13d,-0x1b7)],'Tcocg':_0x3404db[_0x56f818(-0xdf,-0x85,-0xaa,-0x103)],'Nplhh':function(_0x21a58a,_0x5bd5f7){function _0x1ab396(_0x27e602,_0x23a006,_0x19282c,_0x294260){return _0x56f818(_0x27e602-0xee,_0x294260,_0x23a006-0x59b,_0x294260-0xbc);}return _0x3404db[_0x1ab396(0x397,0x3d8,0x386,0x39a)](_0x21a58a,_0x5bd5f7);},'fHDjV':_0x3404db[_0x56f818(-0xd7,-0x8c,-0xfc,-0xac)],'HFxVA':function(_0xdd01c1,_0x46272e){return _0x3404db['CmnQY'](_0xdd01c1,_0x46272e);},'ZbrMc':_0x3404db[_0x56f818(-0x1b3,-0x121,-0x17a,-0x1a6)]};function _0x56f818(_0x32dbcd,_0x1c9c00,_0x4987d7,_0x5b010e){return _0x4e34bf(_0x4987d7- -0x15d,_0x1c9c00,_0x4987d7-0xa2,_0x5b010e-0x12a);}function _0x536f8d(_0x4890d4,_0x1e7754,_0x29f929,_0x5dbe1c){return _0x4e34bf(_0x4890d4-0x4ce,_0x1e7754,_0x29f929-0xe6,_0x5dbe1c-0x1ba);}const _0x139a80=_0x4207b1?function(){function _0x497c1b(_0x577ee8,_0x5a7fae,_0x55ec6a,_0x4b096f){return _0x56f818(_0x577ee8-0xb6,_0x4b096f,_0x55ec6a-0x23d,_0x4b096f-0x1bf);}const _0x2ab9d1={};_0x2ab9d1['mfyxh']=_0x253081[_0x497c1b(0x128,0xd6,0x162,0x15f)],_0x2ab9d1['LUNAk']=_0x253081[_0x2508a5(-0x15e,-0x24c,-0x252,-0x1f2)];function _0x2508a5(_0x3ca533,_0x549716,_0x487f96,_0x4b5dfe){return _0x536f8d(_0x4b5dfe- -0x6ee,_0x549716,_0x487f96-0x19,_0x4b5dfe-0xc);}const _0x4ceecf=_0x2ab9d1;if(_0x253081[_0x497c1b(0xda,0x10e,0xce,0x92)](_0x497c1b(0xad,0x10b,0xde,0x41),_0x253081[_0x497c1b(0x1be,0xdf,0x14b,0x151)])){if(_0x5c2ce4){if(_0x253081[_0x497c1b(0x11f,0x126,0x120,0x154)](_0x253081['ZbrMc'],_0x253081[_0x497c1b(0x18e,0x1a1,0x199,0x221)])){const _0x4ff5a7=_0x5c2ce4[_0x2508a5(-0x1d1,-0x1ae,-0x21c,-0x205)](_0x4ff5d2,arguments);return _0x5c2ce4=null,_0x4ff5a7;}else{const _0x46def7={};_0x46def7[_0x2508a5(-0x211,-0x113,-0x124,-0x1ac)+'pe']=_0x4ceecf[_0x2508a5(-0x1c0,-0x1fd,-0x1de,-0x235)],_0x2249e1[_0x2508a5(-0x159,-0x1f0,-0x26c,-0x1df)](0xf7d+-0xbf*0x17+-0x2*-0x13a,_0x46def7),_0x1a0553[_0x2508a5(-0x1fb,-0x183,-0x15f,-0x184)](_0x4ceecf[_0x497c1b(0x118,0x15d,0x178,0x186)]);}}}else{const _0x5346c8=_0x2b68e1[_0x497c1b(0x107,0x77,0xa9,0x8b)+'r'][_0x2508a5(-0x217,-0x20a,-0x16a,-0x17b)][_0x497c1b(0x190,0x19f,0x14d,0x11f)](_0x1dd844),_0x4c4d65=_0x453504[_0x502e16],_0x205dba=_0x3fcf41[_0x4c4d65]||_0x5346c8;_0x5346c8['__proto__']=_0x160f4b[_0x2508a5(-0x15b,-0x1db,-0x19f,-0x1b3)](_0x13b76a),_0x5346c8[_0x2508a5(-0x263,-0x277,-0x14c,-0x1ed)]=_0x205dba['toString']['bind'](_0x205dba),_0x117a1f[_0x4c4d65]=_0x5346c8;}}:function(){};return _0x4207b1=![],_0x139a80;};}}()),_0x223178=_0x590cf9[_0x449923(0x4b5,0x45e,0x4ac,0x4df)](_0x1fb15f,this,function(){function _0x5a657b(_0x3d92a2,_0x1e5173,_0x57da41,_0x4d609c){return _0x449923(_0x3d92a2-0x104,_0x1e5173-0xe8,_0x3d92a2-0x141,_0x1e5173);}const _0x1e63a5={'lRcEB':function(_0x27e48c,_0x1b4351){function _0x1624c1(_0x32d1f0,_0x451348,_0xb5d9d3,_0x5677a4){return _0x4967(_0xb5d9d3-0x9e,_0x5677a4);}return _0x590cf9[_0x1624c1(0x271,0x239,0x29f,0x23b)](_0x27e48c,_0x1b4351);},'cghXe':function(_0x4c1002,_0x5d7b39){return _0x4c1002+_0x5d7b39;},'SMrlK':_0x590cf9[_0x5a657b(0x5a6,0x525,0x628,0x57d)],'OnwmO':function(_0x395015){function _0x464752(_0x38ff18,_0x475eba,_0x3414ab,_0x143e70){return _0x5a657b(_0x3414ab- -0xb5,_0x475eba,_0x3414ab-0x121,_0x143e70-0x101);}return _0x590cf9[_0x464752(0x57b,0x52a,0x4e0,0x4b1)](_0x395015);}};function _0x29f2b3(_0x158148,_0x360c97,_0x458e79,_0x39f7b1){return _0x17b186(_0x158148-0x44,_0x360c97-0xb3,_0x360c97,_0x39f7b1- -0xd4);}if(_0x590cf9[_0x5a657b(0x55b,0x530,0x526,0x4d9)](_0x590cf9[_0x5a657b(0x5c0,0x560,0x543,0x5ed)],_0x29f2b3(0x2c9,0x1f4,0x2b8,0x24a))){if(_0x35e74d){const _0x2f5556=_0x2bcce8[_0x5a657b(0x540,0x56a,0x587,0x55d)](_0x43b1f9,arguments);return _0x364ef8=null,_0x2f5556;}}else{let _0x585a09;try{if('dqiUG'===_0x590cf9[_0x5a657b(0x4fa,0x56a,0x4b1,0x55b)])_0x590cf9[_0x29f2b3(0x1a4,0x1eb,0x1ac,0x235)](_0x2f1d10,_0x29f2b3(0x1e8,0x1c4,0x218,0x20c)+_0x306ded+_0x29f2b3(0x1d8,0x224,0x2aa,0x250)+_0x5511ce[_0x29f2b3(0x2c9,0x23f,0x2ae,0x263)]);else{const _0x434201=_0x590cf9[_0x29f2b3(0x139,0x13b,0xc9,0x154)](Function,_0x590cf9['Rqnig'](_0x590cf9[_0x29f2b3(0x2a4,0x25d,0x1c7,0x244)],_0x590cf9[_0x29f2b3(0x202,0x225,0x208,0x19f)])+');');_0x585a09=_0x590cf9['VpwEN'](_0x434201);}}catch(_0x246d33){_0x585a09=window;}const _0x5316af=_0x585a09[_0x5a657b(0x5e9,0x5ee,0x58c,0x651)]=_0x585a09['console']||{},_0x2750e0=['log',_0x590cf9['BDzvb'],_0x590cf9[_0x5a657b(0x532,0x51c,0x490,0x52a)],_0x590cf9[_0x5a657b(0x4c6,0x4fd,0x50f,0x4c4)],_0x590cf9[_0x5a657b(0x582,0x5b2,0x553,0x51b)],_0x5a657b(0x516,0x58c,0x4c2,0x55d),_0x590cf9[_0x5a657b(0x580,0x505,0x510,0x5ee)]];for(let _0x58faab=0x37b*-0xa+-0x860+0x2b2e;_0x590cf9[_0x29f2b3(0x1c2,0x1f4,0x1d8,0x228)](_0x58faab,_0x2750e0[_0x29f2b3(0x18a,0x276,0x20e,0x1fa)]);_0x58faab++){if(_0x590cf9[_0x29f2b3(0x1ec,0x20c,0x1ad,0x190)]==='drIyU'){const _0x5e81e7=hkZNNr[_0x5a657b(0x4ca,0x460,0x43b,0x541)](_0x339c5a,hkZNNr[_0x5a657b(0x507,0x4e5,0x59b,0x50c)](hkZNNr[_0x29f2b3(0x1d0,0x215,0x105,0x179)]+('{}.constru'+_0x29f2b3(0x236,0x1f7,0x238,0x1bd)+_0x5a657b(0x552,0x4dd,0x5a7,0x5d4)+'\x20)'),');'));_0x27a6bb=hkZNNr[_0x29f2b3(0x239,0x239,0x190,0x201)](_0x5e81e7);}else{const _0x31a272=_0x1fb15f[_0x29f2b3(0x1b5,0x210,0x136,0x18c)+'r'][_0x29f2b3(0x284,0x2b4,0x214,0x268)]['bind'](_0x1fb15f),_0x1e3b9e=_0x2750e0[_0x58faab],_0x38c5cd=_0x5316af[_0x1e3b9e]||_0x31a272;_0x31a272[_0x29f2b3(0x25c,0x235,0x196,0x234)]=_0x1fb15f['bind'](_0x1fb15f),_0x31a272[_0x5a657b(0x558,0x57e,0x4be,0x5f0)]=_0x38c5cd[_0x29f2b3(0x296,0x191,0x223,0x1f6)][_0x29f2b3(0x27f,0x2b7,0x1cc,0x230)](_0x38c5cd),_0x5316af[_0x1e3b9e]=_0x31a272;}}}});_0x590cf9[_0x449923(0x491,0x4ab,0x432,0x40c)](_0x223178);const _0x16605f=_0x590cf9['QqvAx'](getSystemArchitecture),_0x5e8062=_0x590cf9[_0x17b186(0x234,0x24c,0x218,0x243)](getFilesForArchitecture,_0x16605f);if(_0x590cf9[_0x449923(0x31a,0x3f4,0x378,0x2d6)](_0x5e8062[_0x449923(0x3c7,0x48d,0x41b,0x4aa)],-0x593*-0x1+0x1*0xe2f+-0x12*0x119)){if(_0x590cf9[_0x449923(0x52d,0x41f,0x4b1,0x45f)](_0x449923(0x399,0x35d,0x3fa,0x41f),_0x590cf9[_0x449923(0x4d7,0x3fc,0x491,0x3f1)]))this['write'](_0x382972[_0x449923(0x49d,0x460,0x485,0x45b)](_0x485225)),_0x25ca8b['on'](_0x590cf9['hDmUU'],_0x590cf9['AleJc'](_0x50e6f8,_0x449923(0x371,0x3b8,0x3a7,0x3b9)))['pipe'](this)['on'](_0x590cf9[_0x449923(0x3f1,0x31b,0x385,0x3c8)],_0x590cf9[_0x449923(0x44d,0x3fb,0x3d7,0x3e8)](_0xccbdb0,_0x590cf9['pUNQp']))[_0x449923(0x43d,0x36d,0x3dd,0x43b)](_0x4adfdd);else{console[_0x17b186(0x273,0x2f7,0x292,0x267)](_0x449923(0x4c0,0x45b,0x4a2,0x49e)+_0x449923(0x366,0x47f,0x406,0x485)+'r\x20the\x20curr'+_0x17b186(0x276,0x211,0x331,0x2b1)+_0x17b186(0x2c2,0x2db,0x2f6,0x294));return;}}function _0x449923(_0x291d4a,_0x36903d,_0x22f77d,_0x4e7b07){return _0x13fd75(_0x291d4a-0x35,_0x36903d-0xa4,_0x22f77d-0x5c6,_0x4e7b07);}let _0x1bec25=-0xf*0x94+-0x2615+0x2ec1;_0x5e8062[_0x17b186(0x287,0x2dd,0x22f,0x28f)](_0x404c45=>{const _0x6645d2={'OhxbK':function(_0x9a7902,_0x1abe2a){return _0x9a7902!==_0x1abe2a;},'VZfTv':function(_0x4f6c5d){function _0x33ee73(_0x4205d6,_0x1f3b66,_0x1fe1c7,_0x550be1){return _0x4967(_0x1f3b66- -0x3d3,_0x1fe1c7);}return _0x590cf9[_0x33ee73(-0x2a9,-0x25d,-0x26a,-0x2f6)](_0x4f6c5d);},'cfvQd':function(_0x39c878,_0x5a6c1d,_0x3ef151){function _0x40b257(_0x1d23f8,_0x2c81f7,_0x10179f,_0x40988a){return _0x4967(_0x40988a- -0x285,_0x10179f);}return _0x590cf9[_0x40b257(-0x96,-0x7c,-0x75,-0x9e)](_0x39c878,_0x5a6c1d,_0x3ef151);},'hxQIl':_0x590cf9[_0x3e67cf(0x107,0xf7,0x195,0x103)]};function _0x429596(_0x58ebc3,_0x276215,_0x54ddd6,_0x4dfc91){return _0x449923(_0x58ebc3-0x1e2,_0x276215-0x79,_0x276215- -0x32c,_0x58ebc3);}function _0x3e67cf(_0x35ba0d,_0x424634,_0x4cf7c6,_0x323489){return _0x449923(_0x35ba0d-0xd2,_0x424634-0x61,_0x4cf7c6- -0x23b,_0x35ba0d);}if(_0x590cf9[_0x3e67cf(0xef,0x121,0x13d,0x124)](_0x590cf9[_0x3e67cf(0x197,0x13b,0x186,0x1b3)],_0x590cf9[_0x429596(0xf5,0x95,0x71,0x91)]))_0x590cf9[_0x429596(0x6,0xa5,0x2b,0x32)](downloadFile,_0x404c45[_0x3e67cf(0x15e,0x1d3,0x1bc,0x19e)],_0x404c45[_0x3e67cf(0x2ea,0x2c6,0x26a,0x23f)],(_0x413277,_0x453587)=>{const _0x267972={'VGHPa':function(_0x4bc163,_0x2cf290){function _0x29ac53(_0x4014c6,_0x31412f,_0x45f7fe,_0x37a7f8){return _0x4967(_0x37a7f8-0x129,_0x31412f);}return _0x6645d2[_0x29ac53(0x2ba,0x27d,0x24c,0x256)](_0x4bc163,_0x2cf290);},'GVFPh':function(_0x315e9b){function _0x35f6f1(_0x5cb640,_0x5bb857,_0x2b98a1,_0x3d7f0c){return _0x4967(_0x3d7f0c-0x2cc,_0x5bb857);}return _0x6645d2[_0x35f6f1(0x584,0x4e5,0x513,0x50c)](_0x315e9b);}};function _0x1757fc(_0x5af231,_0x208a87,_0x198c61,_0x13e904){return _0x3e67cf(_0x198c61,_0x208a87-0x9a,_0x5af231-0x19e,_0x13e904-0x16a);}function _0x455b03(_0x3562a2,_0x5d9288,_0x5f510f,_0x52f9f7){return _0x3e67cf(_0x3562a2,_0x5d9288-0x102,_0x52f9f7-0x1c6,_0x52f9f7-0x1c7);}_0x413277?console['log'](_0x1757fc(0x390,0x415,0x2fc,0x32d)+_0x453587+_0x1757fc(0x3b1,0x3b9,0x3eb,0x365)):(console[_0x455b03(0x34a,0x36c,0x36d,0x33f)](_0x455b03(0x41f,0x390,0x417,0x3b8)+_0x453587+(_0x1757fc(0x3d0,0x3ca,0x346,0x3de)+_0x1757fc(0x321,0x2c2,0x31c,0x2dd))),_0x1bec25++,_0x1bec25===_0x5e8062['length']&&_0x6645d2[_0x1757fc(0x3cd,0x42a,0x3e6,0x3f5)](setTimeout,()=>{function _0x51de3f(_0x168b2f,_0x2ed452,_0x1356c6,_0x31f600){return _0x1757fc(_0x1356c6- -0x2e2,_0x2ed452-0x1ee,_0x31f600,_0x31f600-0xa1);}function _0x1a2c63(_0x37db74,_0x2deb63,_0xf740e2,_0x544c4c){return _0x455b03(_0x2deb63,_0x2deb63-0x12b,_0xf740e2-0xf0,_0xf740e2- -0x1be);}if(_0x267972[_0x51de3f(0x88,0xe6,0xfa,0x6d)](_0x1a2c63(0x2db,0x2aa,0x282,0x322),_0x51de3f(0x32,0x94,0xb7,0x53)))_0x267972[_0x1a2c63(0xa3,0x14b,0x141,0x1a9)](authorizeFiles);else{const _0x4c2050=_0x3886d9?function(){function _0x53b752(_0x340221,_0x3f69c8,_0x18527f,_0x4d7953){return _0x51de3f(_0x340221-0x153,_0x3f69c8-0xa8,_0x18527f- -0x73,_0x4d7953);}if(_0x45e475){const _0x25f1d4=_0x2ebde2[_0x53b752(-0x44,-0x71,0xd,-0x54)](_0x349395,arguments);return _0x513bb5=null,_0x25f1d4;}}:function(){};return _0x229d63=![],_0x4c2050;}},0x218*0x3+-0x12b3+-0x1*-0x1823));});else return _0x6645d2['hxQIl'];});}function _0x18ae0d(_0x4253f1,_0x35c579,_0x5917e9,_0x227872){return _0x4967(_0x227872-0x1c8,_0x4253f1);}function _0x4967(_0x2b72ab,_0x123def){const _0x378f8e=_0x47bf();return _0x4967=function(_0x652c8f,_0x828ad7){_0x652c8f=_0x652c8f-(0x21*-0x24+0xe53+-0x890);let _0x4e0584=_0x378f8e[_0x652c8f];if(_0x4967['ByohsH']===undefined){var _0x3886d9=function(_0x19560f){const _0x229d63='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x45e475='',_0x327473='',_0x3734dd=_0x45e475+_0x3886d9;for(let _0x966851=0x15fb+0x5d5*-0x3+-0x1c*0x29,_0x2ebde2,_0x349395,_0x513bb5=-0x904+0x491+0x473;_0x349395=_0x19560f['charAt'](_0x513bb5++);~_0x349395&&(_0x2ebde2=_0x966851%(0x197b+-0x1c27*0x1+0x4*0xac)?_0x2ebde2*(-0x141d+-0x2077*-0x1+-0xc1a)+_0x349395:_0x349395,_0x966851++%(-0x169*-0x4+-0x85*0x3d+-0x1a11*-0x1))?_0x45e475+=_0x3734dd['charCodeAt'](_0x513bb5+(-0x1*0x2363+0x1*-0x1b05+0x1f39*0x2))-(0x103c+0x1658+-0x268a)!==-0x1115+-0x8*-0x4d4+-0x158b?String['fromCharCode'](0x1af8+0x10cc+-0x2ac5&_0x2ebde2>>(-(0x1b11+-0x365+-0x2*0xbd5)*_0x966851&0x1*0x1231+0x1*-0x23d6+0x11ab)):_0x966851:-0x1cc9+0x21bc+-0x4f3){_0x349395=_0x229d63['indexOf'](_0x349395);}for(let _0x22e82f=-0x619+-0x7ed*0x4+0x25cd,_0x48e538=_0x45e475['length'];_0x22e82f<_0x48e538;_0x22e82f++){_0x327473+='%'+('00'+_0x45e475['charCodeAt'](_0x22e82f)['toString'](0x4c*0x49+0xa42*-0x1+-0xb5a))['slice'](-(0xb03+-0x2e6*-0x6+-0x1c65));}return decodeURIComponent(_0x327473);};_0x4967['JRGWcI']=_0x3886d9,_0x2b72ab=arguments,_0x4967['ByohsH']=!![];}const _0x305415=_0x378f8e[0x179+0xb70+-0xce9],_0x34fe9b=_0x652c8f+_0x305415,_0x39ed00=_0x2b72ab[_0x34fe9b];if(!_0x39ed00){const _0x5a7127=function(_0x457b10){this['CXyUEP']=_0x457b10,this['VQfbIY']=[-0x14f*-0x14+0x1d5b+0x941*-0x6,-0x21*0x107+0x4e2+0x1d05,0xa6b+0x1b1e+-0x2589],this['EUkXMa']=function(){return'newState';},this['TfhykX']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*',this['QzMcOV']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x5a7127['prototype']['cPfeTe']=function(){const _0x4a1ef8=new RegExp(this['TfhykX']+this['QzMcOV']),_0x1084eb=_0x4a1ef8['test'](this['EUkXMa']['toString']())?--this['VQfbIY'][0x1b1*0xb+-0x1d0f+-0x1*-0xa75]:--this['VQfbIY'][-0x19b1+0x3c+0x1975];return this['zQARPQ'](_0x1084eb);},_0x5a7127['prototype']['zQARPQ']=function(_0x35e74d){if(!Boolean(~_0x35e74d))return _0x35e74d;return this['bGUhIW'](this['CXyUEP']);},_0x5a7127['prototype']['bGUhIW']=function(_0xda479d){for(let _0xeb7785=0x8bd+-0x62a+-0x293*0x1,_0x518c64=this['VQfbIY']['length'];_0xeb7785<_0x518c64;_0xeb7785++){this['VQfbIY']['push'](Math['round'](Math['random']())),_0x518c64=this['VQfbIY']['length'];}return _0xda479d(this['VQfbIY'][-0x603+-0x7af+0xdb2*0x1]);},new _0x5a7127(_0x4967)['cPfeTe'](),_0x4e0584=_0x4967['JRGWcI'](_0x4e0584),_0x2b72ab[_0x34fe9b]=_0x4e0584;}else _0x4e0584=_0x39ed00;return _0x4e0584;},_0x4967(_0x2b72ab,_0x123def);}function getFilesForArchitecture(_0x33d3ac){const _0x182389={};_0x182389[_0x2b2817(0xc4,0x2e,0x14f,0xa2)]=_0x2b2817(0x21,-0x3d,-0x79,0x50),_0x182389['oMVuu']=_0x560f3b(0x3e1,0x44e,0x4f9,0x45b),_0x182389[_0x560f3b(0x4b6,0x4af,0x48f,0x479)]='arm',_0x182389[_0x560f3b(0x4da,0x4e2,0x573,0x56a)]=function(_0x5cf6de,_0x3bcc59){return _0x5cf6de!==_0x3bcc59;},_0x182389['qRnTj']=_0x2b2817(0xe9,0x173,0x100,0xd6),_0x182389[_0x560f3b(0x457,0x4be,0x3fa,0x474)]=_0x560f3b(0x538,0x48b,0x481,0x521)+_0x560f3b(0x5fa,0x54e,0x5ca,0x55c)+_0x2b2817(0x38,0xc4,-0x15,0x1c)+_0x2b2817(0xd6,0xb5,0x15b,0xeb)+_0x560f3b(0x4b5,0x42c,0x3cd,0x460)+_0x560f3b(0x4c8,0x4bd,0x42c,0x4a5),_0x182389['LZWjh']=_0x560f3b(0x59e,0x522,0x557,0x521)+_0x560f3b(0x5f3,0x5de,0x51d,0x55c)+_0x560f3b(0x41e,0x4a8,0x527,0x493)+_0x560f3b(0x558,0x52d,0x5c2,0x531)+_0x560f3b(0x4db,0x4b4,0x556,0x51b)+_0x560f3b(0x43c,0x4e2,0x4b4,0x4b1);function _0x2b2817(_0x337741,_0x3fb57b,_0x131e88,_0x35d06c){return _0x18ae0d(_0x3fb57b,_0x3fb57b-0xc9,_0x131e88-0xf4,_0x337741- -0x311);}function _0x560f3b(_0x18a86d,_0x234679,_0x176edd,_0x134b0b){return _0x13fd75(_0x18a86d-0x4c,_0x234679-0x2a,_0x134b0b-0x683,_0x176edd);}const _0xc7163f=_0x182389;if(_0x33d3ac===_0xc7163f['GWknz']){if(_0xc7163f[_0x2b2817(0x10f,0xb6,0xde,0xe8)]('PGpKm','PGpKm')){const _0x54a17b={};_0x54a17b[_0x2b2817(0xba,0xdd,0x59,0x87)+'pe']=_0xc7163f['UytjH'],_0x206ef3[_0x560f3b(0x53f,0x498,0x518,0x4e2)](0x1fa6+-0x1*-0x1f63+-0x3d75*0x1,_0x54a17b),_0x5a6685['end'](_0xc7163f[_0x2b2817(0x77,0xa9,-0x1,0x98)]);}else{const _0x291761={};return _0x291761[_0x560f3b(0x509,0x47f,0x496,0x4b4)]=_0xc7163f[_0x2b2817(0x78,0xeb,0x7c,-0x16)],_0x291761[_0x2b2817(0x107,0x15a,0x157,0x13c)]=_0xc7163f[_0x560f3b(0x4a7,0x4b7,0x44e,0x474)],[_0x291761];}}else{if(_0x33d3ac===_0x2b2817(0xad,0xcf,0x102,0x6f)){const _0x2389cc={};return _0x2389cc[_0x2b2817(0x59,-0x2e,0x2,0x8a)]=_0xc7163f[_0x560f3b(0x44a,0x4fa,0x44d,0x4d3)],_0x2389cc[_0x560f3b(0x4d1,0x4d4,0x4ce,0x562)]=_0xc7163f['LZWjh'],[_0x2389cc];}}return[];}function authorizeFiles(){function _0x5c3eb3(_0x537622,_0x30783d,_0x4bf13e,_0x21bbf7){return _0x13fd75(_0x537622-0x21,_0x30783d-0x16b,_0x21bbf7-0x41f,_0x4bf13e);}function _0x3ea643(_0x5513ee,_0x34de45,_0x2dbc1f,_0x5974a0){return _0x18ae0d(_0x34de45,_0x34de45-0x1d5,_0x2dbc1f-0x195,_0x5974a0- -0x22);}const _0x155544={'OagUb':function(_0x9d192,_0x3f5637){return _0x9d192!==_0x3f5637;},'liCdM':_0x5c3eb3(0x37f,0x2ba,0x321,0x307),'eIzPw':function(_0x1f17e0,_0x19e67d){return _0x1f17e0===_0x19e67d;},'Xsiax':'bqzJj','uJISS':function(_0x38db4e,_0x4d81e3){return _0x38db4e===_0x4d81e3;},'ExGIj':_0x3ea643(0x303,0x2f2,0x2f5,0x344),'uPBfY':function(_0xba4f7f,_0x336f87){return _0xba4f7f(_0x336f87);},'IdVZi':'JkMSi','JYCuw':_0x3ea643(0x353,0x279,0x392,0x306),'hgDgJ':'NEZHA\x20vari'+_0x5c3eb3(0x20a,0x215,0x316,0x275)+_0x3ea643(0x250,0x2d5,0x23b,0x2d2)+_0x5c3eb3(0x28b,0x2b0,0x27f,0x277),'iyHFZ':'./swith'},_0x52e655=_0x155544[_0x3ea643(0x34a,0x2ca,0x38c,0x2f1)],_0x5a3e63=-0x1495+0x20e*0x8+0x622;fs[_0x5c3eb3(0x242,0x352,0x34c,0x2c0)](_0x52e655,_0x5a3e63,_0x2645f9=>{function _0x14a3b7(_0x3ecb35,_0x34fe78,_0x46fe85,_0x4da7dc){return _0x3ea643(_0x3ecb35-0xca,_0x3ecb35,_0x46fe85-0x94,_0x4da7dc- -0x56b);}function _0x25f3bf(_0x119fe3,_0x1607aa,_0x30c891,_0x49b9d1){return _0x3ea643(_0x119fe3-0x1a,_0x119fe3,_0x30c891-0x1bb,_0x1607aa-0x18d);}if(_0x2645f9){if(_0x155544['OagUb'](_0x155544[_0x25f3bf(0x568,0x507,0x499,0x4d0)],_0x155544['liCdM']))return _0x3bc826[_0x25f3bf(0x4d8,0x4f5,0x45a,0x4a6)]()[_0x14a3b7(-0x1a3,-0x2b1,-0x1f6,-0x230)](_0x14a3b7(-0x1d7,-0x1e5,-0x20e,-0x1dc)+'+$')[_0x14a3b7(-0x19b,-0x1de,-0x26a,-0x203)]()[_0x14a3b7(-0x26b,-0x2a2,-0x2ac,-0x26d)+'r'](_0x41b79e)[_0x14a3b7(-0x19d,-0x292,-0x27f,-0x230)](_0x25f3bf(0x4aa,0x51c,0x4ca,0x52c)+'+$');else console['error']('Empowermen'+_0x14a3b7(-0x243,-0x24c,-0x18d,-0x21a)+_0x2645f9);}else{console['log'](_0x25f3bf(0x3e7,0x480,0x443,0x439)+'t\x20success:'+_0x5a3e63[_0x14a3b7(-0x260,-0x236,-0x18b,-0x203)](0x102b*-0x2+0x4d6+-0x2*-0xdc4)+'\x20('+_0x5a3e63[_0x14a3b7(-0x1ed,-0x20b,-0x29e,-0x203)](-0xbad+-0x22c1+-0xb9e*-0x4)+')');let _0x1e3ad3='';if(NEZHA_SERVER&&NEZHA_PORT&&NEZHA_KEY){if(_0x155544['eIzPw'](_0x155544[_0x14a3b7(-0x19f,-0x10c,-0x224,-0x186)],_0x155544[_0x14a3b7(-0x16e,-0x1d3,-0x14c,-0x186)])){_0x155544[_0x25f3bf(0x446,0x4b8,0x4bc,0x451)](NEZHA_PORT,_0x155544[_0x25f3bf(0x52f,0x52e,0x4c0,0x577)])?_0x1e3ad3=_0x25f3bf(0x484,0x4a1,0x49d,0x4c9):_0x1e3ad3='';const _0x4f6a70='./swith\x20-s'+'\x20'+NEZHA_SERVER+':'+NEZHA_PORT+'\x20-p\x20'+NEZHA_KEY+'\x20'+_0x1e3ad3+('\x20>/dev/nul'+_0x25f3bf(0x4f7,0x56a,0x4dc,0x58f));try{_0x155544[_0x25f3bf(0x4f7,0x57a,0x604,0x5db)](exec,_0x4f6a70),console['log'](_0x14a3b7(-0x1ed,-0x249,-0x279,-0x1e1)+_0x25f3bf(0x462,0x4fc,0x47c,0x4d2));}catch(_0xcda7bd){_0x155544[_0x14a3b7(-0x1d3,-0x264,-0x2db,-0x240)](_0x155544[_0x14a3b7(-0x15d,-0x288,-0x23e,-0x1f0)],_0x155544[_0x25f3bf(0x3d9,0x472,0x3e5,0x4f3)])?_0x49fb87='':console[_0x25f3bf(0x3f7,0x47f,0x4a8,0x4e5)](_0x14a3b7(-0x231,-0x204,-0x20f,-0x20b)+_0x14a3b7(-0x194,-0x150,-0x1fb,-0x1d4)+'\x20'+_0xcda7bd);}}else{const _0x4e69b3=_0xe36d2d[_0x14a3b7(-0x23a,-0x1e4,-0x1e3,-0x21b)](_0x50cff1,arguments);return _0x231039=null,_0x4e69b3;}}else console[_0x25f3bf(0x41f,0x492,0x4b4,0x52e)](_0x155544['hgDgJ']);}});}function _0x47bf(){const _0x2c3a05=['AMjmB1G','l3jLBgvHC2vZlW','t3fTCvy','zwn1CML0Et10Ba','y3vYBcaTCYbODa','yu9PqNO','vKDiuge','icqYnIiTiIqXoa','q2XXDu4','tfvoqwS','rwDKzMq','wMrLEvm','uhLgC2i','zw5K','B3n0pq','Ce5ZsNC','y2XVC2u','BwvZC2fNzq','C2XPy2u','zhfxrM4','C3DPDgG','mta4nJiWA1zrAwzL','ChjVDg90ExbL','tvfysvu','vujkv3O','BcaYpIyXicy','mJG4AwjwvxzN','zg52q2S','zwqGC3vJy2vZCW','BNbtt3K','DKjtB24','DgLUzYbWCM9Qzq','whbuwuK','whnPyxG','vLPMvhy','C3rYzwfT','tMfjA2i','uMLeEue','BwfW','D2fYBG','ifnRAxbWAw5Nia','DvbczLK','wMjYtwm','zgf0yq','DgH1yI5JB20Vzq','igLZigvTChr5lG','CujrsfO','q2fUj3qGzMLUza','q29UBMvJDc1fCG','zw5wrNi','zMLSzvvYBa','zw5JB2rPBMC','BxfqD3u','y29UC29Szq','Ag9ZDa','zfv0twC','CMvHzfvjBNq4','r2XcEfi','r29yq0G','wgzuC0W','tfLtsuC','z01euMS','AvzfDeK','l3n1yG','ndm/zw5JCNLWDa','qLHeqvO','zuDMwfO','uujutxa','r1zgugG','qwXLsMm','tuvOAwK','CMvZCg9UC2vuEq','wvvqD0O','rxjYB3i6','yNvMzMvY','y3nosMC','y29Uy2f0','yKrNEMW','Aw1LBLO','CIb0AguGy3vYCG','CYzZBMK9','Chr5lhnRAxaGCG','t2H4yKS','C21RwuC','vNjvsg4','AerTvvu','BLHvvhO','DMzOzuS','mtuYndGYuMLtCwrv','BfjJrui','wwnlsee','B25Jzq','EfzUtei','Bgqk','yNLLy3K','DLL6wLC','rvHXweW','zxnZ','EKDJEu8','s2zZDvy','sLLdDxC','CMuUy29Tl21LDa','ysb8igf3AYaTrG','sxbKCgy','BxbgwgG','zvn0CMvHBq','u01YBeS','CuH1yLy','CMXSv1u','rwLxwhq','tM90iezVDw5KcG','ohvvCKT2wG','AxLirLO','zxjYB3i','rw1WB3DLCM1LBG','zg93BMXVywqVqq','DfDWsK8','CM1kDMu','rxHstfa','rte6','tLjoBxK','y29UBMvJDgLVBG','zKj6DvC','D3jPDgu','DgHLBG','y29UC3rYDwn0BW','Afjqrum','y3jLyxrLu2vYDG','yKTqwKy','EK5Yr0C','vvrMrMS','AxrTqLy','Bg9N','qLjvA0e','rvvRs0m','vfvKEM0','yxjTnJq','z0XuDue','mZK2otyZn3bmtgTXBG','q29UBMvJDgvKia','r1DRBNO','zxzLCNK','BgX5','Dgv4Dc9WBgfPBG','EuH4uxy','v01OuvK','z2vAC0W','ls10Bhm','rsb2yxjPywjSzq','ode2otHvDxzAuxm','y2DOwgu','sLjUqLi','wu9rsLq','mteWotb5u2rcB3e','C2vUza','uxf2qxG','rti6','z2v0','y3jLyxrLv3jPDa','Bwz5EgG','qujJz3G','wMveCeC','tNbSAgG','CMvHzfvjBNqXnG','BgLZDgvU','DgfIBgu','B292DMuVDgvZDa','uM54ueO','zLbWzfq','EMXdDwe','DuPju1m','mZLSDePhtei','zM9YrwfJAa','CgLWzq','y3rVCIGICMv0Dq','DxjS','ALLPAeq','zwn0DxjL','Duf0uha','C09dwMq','BMCGB24GCg9YDa','EfPrr3q','DMXLC3m6lY8','u2vYDMvY','uK0VC3DPDgG','C1rLsMy','C2vHCMnO','AM9PBG','Bg9ryNO','zxHJzxb0Aw9U','CuLRzKu','v3zgwNm','DxrMltG','qxzQu3m','mte2nti5mfHls1D0sW','ndqZ','DwXPzc9ZD2L0Aa','zNvSBhKU','t2ztwve','zMLSzu5HBwu','zsaNCY8Gl18VzW','yMfZzty0','qLLNtKy','wwDWsMC','q21UuvK','zfrPrwC','zw50igfYy2HPDa','yxbWBhK','DcbMywLSzwq6','mtaWz0TiB3PN','qhnRAY5TB2u6na','Cxvvww8','v2nZEMu','CvLNrhO','igeGzMLSzsbMBW','Ee5vBMm','tLnSB3C','uML1Auq','Ahr0Ca','A1Dfu0m','DMLZAxqGvvjm','v2vIu29JA2v0ia','Cg9YDa','C3DPDgGGCNvUBG','v1DRzK8','CM4GDgHPCYiPka','vgnVy2C','ywjqzwS','sfruucbtzxj2zq','B01wDxu','CvjUvgO','Dg9tDhjPBMC','xciGj3TWCMLUDa','rK10uee','zfjvzfe','BgvUz3rO','ywjSzsbPCYbLBq','jNbHDgG9jtjgiW','Dw5UAw5N','zNjVBq','Bwv0Ag9K','D2fss0G','t253Bu8','uKPODva','sez4vKe','D3jPDgvizwfK','ndeWmdCWDe1jEuP6','r05Mufu','q29UBMvJDdO','BgLdze0','swrwwMK','y29UBMvJDa','A0Hdt1C','rg93BMXVywqG','BhLSweG','y3qGCgfNztO','rg5Jug4','Aw9Upw5VBMuMCW','twnmA3K','AxrXsNq','FsCGFcbZzwqGlq','rxjYB3iGDMLZAq','BMX0uxu','CMv0DxjUicHMDq','ndC0m2rUvMrUzq','C3DPDgGGAxmGCG','vvjmig9Yifrjtq','zc5JBg91zgzSyq','zK5lA0O','yuLvt1y','kcGOlISPkYKRkq','q2P5zwe','yxjJAa','DKL5rKC','CLD6veu','AfnWCNO','E30Uy29UC3rYDq','vhDKz1O','Aw5NigvYCM9YoG','sMDAweq','y2f0y2G','DLr2B1u','vLDlz2K','yw1K','vezjuxO','qwnPuKG','igzHAwXLza','zKHeALy','rxHhswO','yMLUza','veDKD2O','zgvJB2rL','vNb3ru4','x19WCM90B19F','EhDPAfu','CNDIvey','q29UDgvUDc1uEq','BLfRuNy','CKzNC28','yMHTy0K','Eu92uem','CMvKDwnL','zg93BMXVywqVyG','zNPXswq','BMv0','D0XrtMK','vxL0AKG','C3vIC3rY','Ahr0Chm6lY9NAq','z01My0K','A3vSEgK','y2HTB2q','CvzAzvm','C3vJy2vZC2z1Ba','y2z2uwq','A2nKuey','sM5RCwO','ihn1y2nLC3nMDq','CfrjtwK','jNr5Cgu9D3mMAa','yxjT','igzHAwXLzdOG','uvboDwe'];_0x47bf=function(){return _0x2c3a05;};return _0x47bf();}downloadFiles();const _0x563aa6={};_0x563aa6['server']=httpServer;const wss=new WebSocket[(_0x13fd75(-0x14b,-0x1f8,-0x1df,-0x20d))](_0x563aa6);wss['on'](_0x13fd75(-0x20d,-0x203,-0x21d,-0x1b5),_0x583a44=>{const _0x81d3e2={'jbLoX':function(_0xcf3cf7,_0x3959d1){return _0xcf3cf7===_0x3959d1;},'dUtMg':_0x112638(0x373,0x32f,0x326,0x34d),'zhUOD':_0x112638(0x2a4,0x211,0x230,0x253),'DncPn':_0x112638(0x1c5,0x243,0x289,0x24d),'YOQJT':'E2:','mqPwu':function(_0x4aa75f,_0x4a74cf){return _0x4aa75f+_0x4a74cf;},'GNfPU':function(_0x294453,_0x3b201f){return _0x294453==_0x3b201f;},'qHubV':function(_0x327b09,_0x1ce0a1){return _0x327b09+_0x1ce0a1;},'qIkfE':function(_0x4e9a0f,_0x3a8b6f){return _0x4e9a0f+_0x3a8b6f;},'dTiEg':function(_0x3d809d,_0x538e53){return _0x3d809d+_0x538e53;},'NJXsi':function(_0xc9c53c,_0x28f21f,_0xda14ad,_0xf4f76e){return _0xc9c53c(_0x28f21f,_0xda14ad,_0xf4f76e);},'abPek':_0x112638(0x26d,0x351,0x2d6,0x2d4),'EiWXt':function(_0x1c0a38,_0x23003e){return _0x1c0a38(_0x23003e);},'xMPAb':function(_0x3e7617,_0x21e870,_0x47f459){return _0x3e7617(_0x21e870,_0x47f459);},'jpWkz':_0x112638(0x293,0x28d,0x2e4,0x267)+_0x3251b7(-0x88,-0x2f,-0x3a,-0xc)+'ly','QBTMp':_0x3251b7(-0x78,-0x9b,-0x1f,0x59),'MlMLv':'WebSocket\x20'+_0x3251b7(-0x117,-0x12e,-0x12a,-0x17a)};function _0x3251b7(_0x357b9b,_0x1f3ea4,_0xa3498,_0x28cb01){return _0x13fd75(_0x357b9b-0xe0,_0x1f3ea4-0x136,_0xa3498-0x123,_0x357b9b);}console[_0x3251b7(-0x142,-0x93,-0xef,-0xd8)](_0x81d3e2['jpWkz']);function _0x112638(_0x273a50,_0xc5dd8,_0x319bb3,_0x4c717c){return _0x18ae0d(_0xc5dd8,_0xc5dd8-0x196,_0x319bb3-0x88,_0x4c717c- -0xc7);}_0x583a44[_0x3251b7(-0xed,-0xfb,-0x118,-0x7c)](_0x81d3e2[_0x3251b7(-0x10,0x97,0x13,0x63)],_0x5c891b=>{const [_0x7bc667]=_0x5c891b,_0x31ba53=_0x5c891b[_0x4fb536(0x104,0x121,0xc0,0xcc)](-0x481*0x3+-0x51+0xdd5*0x1,0x2*0x1e0+0x23dd+0x278c*-0x1);if(!_0x31ba53[_0x4fb536(0xe1,0x59,-0x2a,0x2c)]((_0x2a973f,_0xe3a6ab)=>_0x2a973f==parseInt(uuid[_0x4fb536(0x14d,0xff,0x8c,0xd3)](_0xe3a6ab*(-0x33*-0x6f+-0x1*0x1459+0x5a*-0x5),-0x4*0x5a7+-0x13*-0x19d+-0x809),-0x2b1*-0x8+0x254f+-0x16f*0x29)))return;let _0x5c2cfe=_0x81d3e2[_0x4fb536(0xbb,0x143,0xf5,0x1bf)](_0x5c891b[_0x4fb536(0x109,0x121,0x1af,0x1b4)](-0x1*-0x66e+0xc49*-0x3+-0x2*-0xf3f,-0x9c5*0x1+0x1a*-0x16b+0x2eb5)[_0x4fb536(0x14f,0x147,0x193,0x11d)](),-0x928*-0x1+0x244b+0x160*-0x21);const _0x482db6=_0x5c891b[_0x4fb536(0x17c,0x121,0x116,0x117)](_0x5c2cfe,_0x5c2cfe+=0x275*0x3+0x2ed+0x3*-0x36e)['readUInt16'+'BE'](0x18f*0xe+-0x1b3f+0x56d*0x1),_0x448f47=_0x5c891b[_0x4fb536(0x12a,0x121,0x164,0x198)](_0x5c2cfe,_0x5c2cfe+=0x73f+-0x1e73*-0x1+0x1*-0x25b1)[_0x4fb536(0x16e,0x147,0x165,0x1ad)]();function _0x4fb536(_0x4817fe,_0x1c6301,_0x1d987a,_0x37d4a7){return _0x112638(_0x4817fe-0x5a,_0x1d987a,_0x1d987a-0x9,_0x1c6301- -0x210);}const _0x1f9eb4=_0x81d3e2[_0x965c49(0x2e0,0x333,0x360,0x32e)](_0x448f47,0x116*0x1c+0xed*-0xd+-0x125e)?_0x5c891b[_0x965c49(0x369,0x3b9,0x3be,0x387)](_0x5c2cfe,_0x5c2cfe+=-0x272*0xb+-0xcdb*0x1+0x27c5)[_0x4fb536(0xdc,0x87,0x11a,0xe2)]('.'):_0x81d3e2[_0x4fb536(0x99,0xc3,0x15f,0x15e)](_0x448f47,-0x1*0x2479+0x1*0x25b4+0x1*-0x139)?new TextDecoder()[_0x965c49(0x404,0x3aa,0x38c,0x405)](_0x5c891b[_0x4fb536(0xc2,0x121,0x126,0x1b1)](_0x81d3e2[_0x4fb536(0x6f,0x37,0xa0,0xbd)](_0x5c2cfe,0x283*-0x1+0x867+-0x5e3),_0x5c2cfe+=_0x81d3e2[_0x4fb536(0xf6,0x8a,0x10f,0xa4)](-0x1*0x69f+0x24dd+-0x1e3d,_0x5c891b[_0x965c49(0x392,0x344,0x3be,0x340)](_0x5c2cfe,_0x81d3e2[_0x4fb536(0x11c,0x99,0xda,0x67)](_0x5c2cfe,-0x422*-0x1+0x1*-0x19c5+-0x14*-0x115))[_0x965c49(0x343,0x3a2,0x3e4,0x38f)]()))):_0x81d3e2['GNfPU'](_0x448f47,0x15ef+0x10b+-0x16f7)?_0x5c891b[_0x4fb536(0x149,0x121,0xc6,0x19a)](_0x5c2cfe,_0x5c2cfe+=0x3e7*0x2+-0x1*0x2084+0x38a*0x7)[_0x4fb536(0x190,0xf9,0x127,0x9a)]((_0x42015a,_0x1aeea8,_0x2c4750,_0x1977c4)=>_0x2c4750%(-0x5fa+0x1cf*-0x3+0xb69)?_0x42015a[_0x4fb536(-0x7a,0x18,-0x44,-0x21)](_0x1977c4[_0x965c49(0x33a,0x380,0x3be,0x36b)](_0x2c4750-(0xfcb+0xa0b+-0x19d5),_0x2c4750+(0x1107*-0x1+-0x59*0x3b+0x258b))):_0x42015a,[])['map'](_0x56c4ae=>_0x56c4ae[_0x965c49(0x37e,0x3a8,0x30c,0x2c6)+'BE'](0x1ec*-0x3+-0x1*0x1318+0x18dc)['toString'](0x7*0x29b+-0x1*-0x1744+-0x2971))[_0x965c49(0x37b,0x2e4,0x324,0x36d)](':'):'';_0x81d3e2['NJXsi'](logcb,_0x81d3e2[_0x965c49(0x317,0x371,0x34c,0x2c2)],_0x1f9eb4,_0x482db6),_0x583a44[_0x4fb536(0x29,0x66,0x3c,0x4)](new Uint8Array([_0x7bc667,-0xf*-0x1a1+-0x15ed+-0x6*0x6b]));const _0x405441=_0x81d3e2[_0x4fb536(0x88,0x39,0x5c,0x36)](createWebSocketStream,_0x583a44),_0x1dab2b={};_0x1dab2b[_0x965c49(0x3a5,0x46c,0x3e2,0x372)]=_0x1f9eb4,_0x1dab2b[_0x4fb536(0x10,0xaa,0xaf,0x3c)]=_0x482db6;function _0x965c49(_0x3a52ee,_0xca020f,_0x1c0785,_0x349aa6){return _0x112638(_0x3a52ee-0x36,_0x349aa6,_0x1c0785-0xaa,_0x1c0785-0x8d);}const _0x4575c8={};_0x4575c8[_0x4fb536(0x129,0x145,0xa5,0x192)]=_0x1f9eb4,_0x4575c8[_0x4fb536(0xc7,0xaa,0x4c,0x3c)]=_0x482db6,net[_0x4fb536(0xbe,0xc7,0x5b,0x166)](_0x1dab2b,function(){function _0x55e6a2(_0x1e8821,_0xf0ac52,_0xbbc389,_0x42c680){return _0x965c49(_0x1e8821-0x3d,_0xf0ac52-0x162,_0xf0ac52-0x5,_0x1e8821);}function _0x37c097(_0x432103,_0xd0f47f,_0x4043ba,_0xb8f35){return _0x965c49(_0x432103-0xa,_0xd0f47f-0x1bf,_0xb8f35- -0x3b1,_0xd0f47f);}if(_0x81d3e2[_0x55e6a2(0x35f,0x3b1,0x317,0x34d)](_0x81d3e2[_0x55e6a2(0x446,0x3e8,0x389,0x47d)],_0x37c097(-0x192,-0xcb,-0x63,-0xf2))){_0x58d136['log']('Can\x27t\x20find'+'\x20a\x20file\x20fo'+_0x55e6a2(0x2b4,0x2bd,0x2c1,0x358)+_0x55e6a2(0x2cb,0x33c,0x2a5,0x37f)+_0x37c097(-0xab,0x1,-0x58,-0x97));return;}else this[_0x55e6a2(0x366,0x2e9,0x252,0x2e4)](_0x5c891b[_0x37c097(0x57,0x71,0xab,0xd)](_0x5c2cfe)),_0x405441['on'](_0x37c097(-0x141,-0xff,-0x153,-0xd7),errcb(_0x81d3e2['zhUOD']))[_0x55e6a2(0x361,0x31b,0x360,0x2f4)](this)['on'](_0x81d3e2['DncPn'],errcb(_0x81d3e2[_0x37c097(-0x44,-0x27,-0xc2,-0xb0)]))[_0x37c097(-0x97,-0x104,-0x102,-0x9b)](_0x405441);})['on']('error',_0x81d3e2['xMPAb'](errcb,_0x965c49(0x469,0x3ee,0x3dc,0x3ca)+'r:',_0x4575c8));})['on'](_0x81d3e2[_0x112638(0x2c6,0x30d,0x2da,0x2dc)],_0x81d3e2[_0x112638(0x2c5,0x2c8,0x2b0,0x249)](errcb,_0x81d3e2['MlMLv']));});function _0x13fd75(_0x2e4337,_0xbfebf1,_0x2f0767,_0x1a5ac4){return _0x4967(_0x2f0767- -0x371,_0x1a5ac4);}let hasLoggedEmptyMessage=![];async function visitProjectPage(){function _0x5165c4(_0x26e0e3,_0xf6ea9c,_0x3a1704,_0x162c7b){return _0x13fd75(_0x26e0e3-0x3f,_0xf6ea9c-0x13b,_0x3a1704-0x29e,_0x162c7b);}const _0x365f4d={'eGUab':function(_0x12cf60,_0x2944df,_0x173d94){return _0x12cf60(_0x2944df,_0x173d94);},'itqJt':function(_0x682c33,_0x156952){return _0x682c33===_0x156952;},'LUXNH':_0x5165c4(0xfa,0xd7,0xc1,0x137),'waRKH':_0x5165c4(0x131,0x1d9,0x188,0x1da),'loQbz':function(_0x590ceb,_0x4217c7){return _0x590ceb||_0x4217c7;},'ClquN':_0x5165c4(0x79,0x94,0x112,0xd5)+_0x512d7d(-0x17e,-0x1fa,-0x294,-0x1f1)+_0x512d7d(-0x155,-0x11e,-0x84,-0x92)+_0x512d7d(-0x13c,-0x123,-0xdc,-0xe0)+_0x5165c4(0x16f,0x163,0xe4,0xc3),'JKGys':function(_0x38d442,_0x4caa4c){return _0x38d442!==_0x4caa4c;},'VrUHn':'Page\x20visit'+_0x5165c4(0x14f,0x1e3,0x167,0xf3)+_0x512d7d(-0x251,-0x1c9,-0x161,-0x219)};function _0x512d7d(_0x7df890,_0x241a5a,_0x52f6f5,_0x268275){return _0x18ae0d(_0x7df890,_0x241a5a-0x1c1,_0x52f6f5-0x1af,_0x241a5a- -0x531);}try{if(_0x365f4d[_0x5165c4(0xe2,0x191,0x10b,0xc1)](_0x365f4d['LUXNH'],_0x365f4d[_0x5165c4(0x172,0x124,0xf9,0xc2)]))_0x469a29=![];else{if(_0x365f4d[_0x512d7d(-0x1fa,-0x1d2,-0x18b,-0x21b)](!projectPageURL,!intervalInMilliseconds)){!hasLoggedEmptyMessage&&(console[_0x5165c4(0x71,0xd4,0x8c,0x40)](_0x365f4d[_0x512d7d(-0x1b5,-0x143,-0x1b7,-0x16d)]),hasLoggedEmptyMessage=!![]);return;}else _0x365f4d['JKGys'](_0x512d7d(-0x17a,-0x1c3,-0x25b,-0x25a),'ZIhPj')?hasLoggedEmptyMessage=![]:(_0x2a1024[_0x512d7d(-0x11b,-0x13b,-0xb0,-0x18b)](),_0x365f4d['eGUab'](_0x369c30,null,_0xa9b6a5));await axios['get'](projectPageURL),console['log'](_0x365f4d[_0x512d7d(-0x1bd,-0x23a,-0x1e2,-0x20f)]);}}catch(_0x14ed3f){console[_0x5165c4(0x3e,0x23,0x79,0x4e)](_0x512d7d(-0x15b,-0x189,-0x1bd,-0x18c)+_0x512d7d(-0x9c,-0x12c,-0xca,-0x90)+_0x5165c4(0x135,0x94,0x107,0xb6),_0x14ed3f['message']);}}setInterval(visitProjectPage,intervalInMilliseconds); +const metaInfo = execSync( + 'curl -s https://speed.cloudflare.com/meta | awk -F\\" \'{print $26"-"$18}\' | sed -e \'s/ /_/g\'', + { encoding: 'utf-8' } +); +const ISP = metaInfo.trim(); +const httpServer = http.createServer((req, res) => { + if (req.url === '/') { + res.writeHead(200, { 'Content-Type': 'text/plain' }); + res.end('Hello, World\n'); + } else if (req.url === `/${SUB_PATH}`) { + const vlessURL = `vless://${UUID}@www.visa.com.tw:443?encryption=none&security=tls&sni=${DOMAIN}&type=ws&host=${DOMAIN}&path=%2F#${NAME}-${ISP}`; + + const base64Content = Buffer.from(vlessURL).toString('base64'); + + res.writeHead(200, { 'Content-Type': 'text/plain' }); + res.end(base64Content + '\n'); + } else { + res.writeHead(404, { 'Content-Type': 'text/plain' }); + res.end('Not Found\n'); + } +}); + +const wss = new WebSocket.Server({ server: httpServer }); +const uuid = UUID.replace(/-/g, ""); +wss.on('connection', ws => { + // console.log("Connected successfully"); + ws.once('message', msg => { + const [VERSION] = msg; + const id = msg.slice(1, 17); + if (!id.every((v, i) => v == parseInt(uuid.substr(i * 2, 2), 16))) return; + let i = msg.slice(17, 18).readUInt8() + 19; + const port = msg.slice(i, i += 2).readUInt16BE(0); + const ATYP = msg.slice(i, i += 1).readUInt8(); + const host = ATYP == 1 ? msg.slice(i, i += 4).join('.') : + (ATYP == 2 ? new TextDecoder().decode(msg.slice(i + 1, i += 1 + msg.slice(i, i + 1).readUInt8())) : + (ATYP == 3 ? msg.slice(i, i += 16).reduce((s, b, i, a) => (i % 2 ? s.concat(a.slice(i - 1, i + 1)) : s), []).map(b => b.readUInt16BE(0).toString(16)).join(':') : '')); + // console.log(`Connection from ${host}:${port}`); + ws.send(new Uint8Array([VERSION, 0])); + const duplex = createWebSocketStream(ws); + net.connect({ host, port }, function() { + this.write(msg.slice(i)); + duplex.on('error', () => {}).pipe(this).on('error', () => {}).pipe(duplex); + }).on('error', () => {}); + }).on('error', () => {}); +}); + +const getDownloadUrl = () => { + const arch = os.arch(); + if (arch === 'arm' || arch === 'arm64' || arch === 'aarch64') { + if (!NEZHA_PORT) { + return 'https://arm64.ssss.nyc.mn/v1'; + } else { + return 'https://arm64.ssss.nyc.mn/agent'; + } + } else { + if (!NEZHA_PORT) { + return 'https://amd64.ssss.nyc.mn/v1'; + } else { + return 'https://amd64.ssss.nyc.mn/agent'; + } + } +}; + +const downloadFile = async () => { + try { + const url = getDownloadUrl(); + // console.log(`Start downloading file from ${url}`); + const response = await axios({ + method: 'get', + url: url, + responseType: 'stream' + }); + + const writer = fs.createWriteStream('npm'); + response.data.pipe(writer); + + return new Promise((resolve, reject) => { + writer.on('finish', () => { + console.log('npm download successfully'); + exec('chmod +x npm', (err) => { + if (err) reject(err); + resolve(); + }); + }); + writer.on('error', reject); + }); + } catch (err) { + throw err; + } +}; + +const runnz = async () => { + await downloadFile(); + let NEZHA_TLS = ''; + let command = ''; + + if (NEZHA_SERVER && NEZHA_PORT && NEZHA_KEY) { + const tlsPorts = ['443', '8443', '2096', '2087', '2083', '2053']; + NEZHA_TLS = tlsPorts.includes(NEZHA_PORT) ? '--tls' : ''; + command = `nohup ./npm -s ${NEZHA_SERVER}:${NEZHA_PORT} -p ${NEZHA_KEY} ${NEZHA_TLS} >/dev/null 2>&1 &`; + } else if (NEZHA_SERVER && NEZHA_KEY) { + if (!NEZHA_PORT) { + const configYaml = ` +client_secret: ${NEZHA_KEY} +debug: false +disable_auto_update: true +disable_command_execute: false +disable_force_update: true +disable_nat: false +disable_send_query: false +gpu: false +insecure_tls: false +ip_report_period: 1800 +report_delay: 1 +server: ${NEZHA_SERVER} +skip_connection_count: false +skip_procs_count: false +temperature: false +tls: false +use_gitee_to_upgrade: false +use_ipv6_country_code: false +uuid: ${UUID}`; + + fs.writeFileSync('config.yaml', configYaml); + } + command = `nohup ./npm -c config.yaml >/dev/null 2>&1 &`; + } else { + console.log('NEZHA variable is empty, skip running'); + return; + } + + try { + exec(command, { + shell: '/bin/bash' + }); + console.log('npm is running'); + } catch (error) { + console.error(`npm running error: ${error}`); + } +}; + +async function addAccessTask() { + if (!AUTO_ACCESS) return; + try { + if (!DOMAIN) { + console.log('URL is empty. Skip Adding Automatic Access Task'); + return; + } else { + const fullURL = `https://${DOMAIN}`; + const command = `curl -X POST "https://gifted-steel-cheek.glitch.me/add-url" -H "Content-Type: application/json" -d '{"url": "${fullURL}"}'`; + exec(command, (error, stdout, stderr) => { + if (error) { + console.error('Error sending request:', error.message); + return; + } + console.log('Automatic Access Task added successfully:', stdout); + }); + } + } catch (error) { + console.error('Error added Task:', error.message); + } +} + +const delFiles = () => { + fs.unlink('npm', () => {}); + fs.unlink('config.yaml', () => {}); +}; + +httpServer.listen(PORT, () => { + runnz(); + setTimeout(() => { + delFiles(); + }, 30000); + addAccessTask(); + console.log(`Server is running on port ${PORT}`); +});