@profoundlogic/coderflow-server 0.8.5 → 0.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/compression-filter.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -1
- package/dist/lib/task-context-usage.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/logs.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/stats.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/admin.css +60 -0
- package/dist/web-ui/public/admin.html +6 -0
- package/dist/web-ui/public/admin.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x205e29,_0x39525e){const _0x2cc448={_0x5e10b7:0x267,_0xbe7588:0x2a0,_0x48a65e:0x254,_0x545d19:0x1fd,_0x35687f:0x24f,_0xbb9f46:0x232,_0xe4577b:0x227,_0x5b947c:0x1df,_0x25a1c3:0x2ec,_0x1a8935:0x300,_0xdf6a06:0x2a4,_0x38b5bb:0x276,_0x1f7a24:0x2aa,_0x29ea16:0x32e,_0x32bbd0:0x313,_0x441ada:0x300,_0x5f1722:0x381,_0xf15a47:0x2fb,_0x54ba95:0x15a,_0x13c882:0x27a,_0xaf0280:0x284,_0x4ba8f6:0x203},_0x183b88={_0x103625:0x17};function _0x48cb60(_0x9dcc3,_0x233e1f,_0x1958f6,_0x58aa3b){return _0x31cd(_0x1958f6- -_0x183b88._0x103625,_0x9dcc3);}const _0x5f3df5=_0x205e29();function _0x26f697(_0x488b40,_0x11a96d,_0x59d45a,_0xf96975){return _0x31cd(_0x488b40-0x75,_0x11a96d);}while(!![]){try{const _0x50557b=parseInt(_0x26f697(_0x2cc448._0x5e10b7,0x22e,0x201,_0x2cc448._0xbe7588))/(0x1976*-0x1+-0x1*0x1f76+0x38ed)*(-parseInt(_0x48cb60(0x219,_0x2cc448._0x48a65e,_0x2cc448._0x545d19,_0x2cc448._0x35687f))/(0x7*-0x2bd+-0x39d+0x2*0xb65))+-parseInt(_0x48cb60(_0x2cc448._0xbb9f46,_0x2cc448._0xe4577b,_0x2cc448._0x5b947c,0x189))/(0x68b+0x2*-0x6dd+0x732)*(-parseInt(_0x48cb60(0x2b3,0x287,0x281,_0x2cc448._0x25a1c3))/(0x1565+-0x219e+0xd*0xf1))+parseInt(_0x26f697(0x2eb,_0x2cc448._0x1a8935,_0x2cc448._0xdf6a06,_0x2cc448._0x38b5bb))/(0x18d+-0x49e*-0x1+-0x313*0x2)*(-parseInt(_0x26f697(0x2b9,_0x2cc448._0x1f7a24,_0x2cc448._0x29ea16,_0x2cc448._0x32bbd0))/(0xbe*-0x21+0x7*-0x37e+0x30f6))+-parseInt(_0x26f697(_0x2cc448._0x441ada,0x2d5,_0x2cc448._0x5f1722,0x372))/(-0x2*-0x1309+-0xbcf+-0x1a3c)+parseInt(_0x26f697(_0x2cc448._0xf15a47,0x276,0x379,0x322))/(0x63a*0x1+0x13ea*0x1+0x6*-0x45a)*(-parseInt(_0x26f697(0x2af,0x2da,0x288,0x2bf))/(-0x1134*-0x2+-0x52b+-0x1d34))+-parseInt(_0x48cb60(_0x2cc448._0x54ba95,0x20d,0x1d7,0x1ae))/(0x487+-0x26fa+0x6d*0x51)+parseInt(_0x48cb60(_0x2cc448._0x13c882,_0x2cc448._0xaf0280,_0x2cc448._0x4ba8f6,0x1c6))/(-0x1*0xc5f+-0x1*-0x1425+-0x7bb);if(_0x50557b===_0x39525e)break;else _0x5f3df5['push'](_0x5f3df5['shift']());}catch(_0x501d31){_0x5f3df5['push'](_0x5f3df5['shift']());}}}(_0x98d1,0x187*0x7b+-0x12cc*0x6+0x4aee8));import{spawn}from'child_process';import{promises as _0x167a94}from'fs';import _0x4a39bb from'path';import _0x1fddff from'os';function _0x1de838(_0x243e8d,_0x39f00d,_0x1b4323,_0x363d67){const _0x233d34={_0x3fced4:0x25a};return _0x31cd(_0x39f00d-_0x233d34._0x3fced4,_0x243e8d);}import _0x10ea99 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url);function _0x577067(_0x886f55,_0x51dead,_0x48b2ff,_0x8ba58b){const _0x5de55d={_0x4c6a66:0x153};return _0x31cd(_0x48b2ff- -_0x5de55d._0x4c6a66,_0x8ba58b);}function _0x31cd(_0x1e4276,_0x145a3c){_0x1e4276=_0x1e4276-(-0xf69+0x31*0x2b+0x8e8);const _0xae6133=_0x98d1();let _0x48d940=_0xae6133[_0x1e4276];if(_0x31cd['VoOHNR']===undefined){var _0x3f559b=function(_0x528c49){const _0x178c33='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2274aa='',_0x1f2c9b='';for(let _0x57c6b5=-0x49*0x7e+-0x996+0x3cb*0xc,_0x538700,_0xde4929,_0x301114=-0xf*-0xc+-0x144a+0x1396;_0xde4929=_0x528c49['charAt'](_0x301114++);~_0xde4929&&(_0x538700=_0x57c6b5%(-0x1*0x1c9c+0x20*0x72+0xe60)?_0x538700*(0xdbe+-0xb1*0x32+0x1*0x1514)+_0xde4929:_0xde4929,_0x57c6b5++%(0x4aa+-0x2*-0x1005+0x24b0*-0x1))?_0x2274aa+=String['fromCharCode'](-0x4*0x7eb+0xeb3+0x14*0xe6&_0x538700>>(-(0x1ed*0x13+-0x34+-0x1*0x2461)*_0x57c6b5&0x25ba+-0x12dc+-0x648*0x3)):0xccc+-0x1cc*-0x1+-0x2*0x74c){_0xde4929=_0x178c33['indexOf'](_0xde4929);}for(let _0x37e6a4=-0x14c*0xa+-0x2209+0x2f01,_0x5c1555=_0x2274aa['length'];_0x37e6a4<_0x5c1555;_0x37e6a4++){_0x1f2c9b+='%'+('00'+_0x2274aa['charCodeAt'](_0x37e6a4)['toString'](0x1ac4+0xd8f+0xb*-0x3a9))['slice'](-(-0x2*0x8d7+-0x280*-0xa+-0x750));}return decodeURIComponent(_0x1f2c9b);};_0x31cd['fnQrob']=_0x3f559b,_0x31cd['FPZzNo']={},_0x31cd['VoOHNR']=!![];}const _0x3ea403=_0xae6133[-0xd15+-0x2*-0x1217+-0x1b*0xdb],_0x17fc7d=_0x1e4276+_0x3ea403,_0x20010d=_0x31cd['FPZzNo'][_0x17fc7d];return!_0x20010d?(_0x48d940=_0x31cd['fnQrob'](_0x48d940),_0x31cd['FPZzNo'][_0x17fc7d]=_0x48d940):_0x48d940=_0x20010d,_0x48d940;}const __dirname=_0x4a39bb['dirname'](__filename),PID_FILE=_0x4a39bb[_0x1de838(0x4cc,0x519,0x598,0x4d9)](_0x1fddff[_0x1de838(0x43d,0x42b,0x477,0x3c6)](),'.coder',_0x1de838(0x4ae,0x4bf,0x49f,0x4a7)),LOG_FILE=_0x4a39bb['join'](_0x1fddff[_0x1de838(0x413,0x42b,0x3cc,0x498)](),'.coder',_0x1de838(0x44b,0x45b,0x4b2,0x3f3));export async function isServerRunning(){const _0x40ca46={_0x142fc6:0x340,_0x4576c4:0x37f,_0x2951b5:0x202,_0x45daf7:0x187,_0x36f98d:0x37b,_0x4a6ede:0x401,_0x3cbaa9:0x402,_0x52911f:0x367,_0x35a789:0xf5,_0x1aeb80:0xfb,_0xc1a7b9:0x1b2,_0x390cc7:0x216,_0x5ab99d:0x372,_0x292a63:0x317,_0x1b25c2:0x345,_0x3d6a3d:0x3d1,_0x3eb909:0x3e9,_0x16f162:0x14e,_0x285170:0x16a,_0xef50e:0x162,_0x68cb52:0x18d,_0x201fce:0xd8,_0x4f2f6d:0x143,_0x33180c:0x17b,_0x576ec2:0x2cd,_0x517dd6:0x2dc,_0x5f5c92:0x35b,_0x3ec315:0x15e,_0x4b533f:0x22a,_0x4f06fa:0x137,_0x5acbbb:0x110,_0x3cd4cc:0xf1,_0x29ae8f:0xa4,_0x2b5e50:0x24a,_0x2af079:0x357,_0x24fcf6:0x3a0,_0x3070c4:0x15d,_0x541001:0x1b5,_0xefddff:0x223,_0x29948e:0x295,_0x5a3d08:0x272,_0x32a1c1:0x395,_0xed0047:0x343,_0x1d3d9b:0x33a,_0x410b1e:0x131,_0x4c2cfe:0x12c,_0x1f84da:0x354,_0x1949d4:0x2f0,_0x28255f:0x2aa,_0x3aa227:0x21d,_0x596cb7:0x3bb,_0x28e24e:0x2c0,_0xecc730:0x326,_0x2a15e2:0x298,_0x198065:0x2f7,_0x45cc4b:0x1b0,_0x5717e6:0x147,_0x368093:0xe0,_0x4f8fbc:0x168,_0x3c0f41:0xbc,_0x44f28c:0x305,_0x1bc987:0x36f,_0x522cb4:0x2cc,_0x51c9a8:0x17e,_0x22f327:0x2ab,_0x415aed:0x1da,_0x1de9e2:0x179,_0x120eea:0x212},_0x286721={_0x1f2199:0x1dd},_0x379c6d={_0x52a6c1:0x30a,_0x1ff693:0x170},_0x2c57ae={'gwUQc':_0x4a7ce8(0x33e,0x2ec,_0x40ca46._0x142fc6,_0x40ca46._0x4576c4)+_0x1d212f(0x205,_0x40ca46._0x2951b5,_0x40ca46._0x45daf7,0x1f9)+_0x4a7ce8(_0x40ca46._0x36f98d,_0x40ca46._0x4a6ede,_0x40ca46._0x3cbaa9,_0x40ca46._0x52911f)+_0x1d212f(_0x40ca46._0x35a789,0x153,_0x40ca46._0x1aeb80,0xf2),'YeNRM':_0x1d212f(0x12a,_0x40ca46._0xc1a7b9,0x190,_0x40ca46._0x390cc7)+_0x4a7ce8(_0x40ca46._0x5ab99d,0x378,0x37b,_0x40ca46._0x292a63)+_0x4a7ce8(0x36a,_0x40ca46._0x1b25c2,_0x40ca46._0x3d6a3d,_0x40ca46._0x3eb909)+'ath=/path/'+_0x1d212f(0x1a6,_0x40ca46._0x16f162,0xd0,_0x40ca46._0x285170)+_0x1d212f(_0x40ca46._0xef50e,0x1c5,_0x40ca46._0x285170,_0x40ca46._0x68cb52),'DBPKS':function(_0x5c69b1,_0x2ae090){return _0x5c69b1(_0x2ae090);},'udtlr':_0x1d212f(_0x40ca46._0x201fce,_0x40ca46._0x4f2f6d,0x1b9,_0x40ca46._0x33180c),'pZkKH':_0x4a7ce8(0x2ee,0x2e8,0x2f9,0x290),'xoCDV':function(_0x316801,_0x33efce){return _0x316801===_0x33efce;},'Zgiwy':_0x4a7ce8(0x2ef,_0x40ca46._0x576ec2,0x31a,_0x40ca46._0x517dd6),'DSAQc':_0x4a7ce8(_0x40ca46._0x5f5c92,0x346,0x36e,0x347)};function _0x1d212f(_0x56b6fb,_0xe5750e,_0x25ea47,_0x174987){return _0x1de838(_0x56b6fb,_0xe5750e- -_0x379c6d._0x52a6c1,_0x25ea47-0x9f,_0x174987-_0x379c6d._0x1ff693);}function _0x4a7ce8(_0x718606,_0x3fadee,_0x40bc8c,_0x1b14dc){return _0x1de838(_0x1b14dc,_0x718606- -0x190,_0x40bc8c-_0x286721._0x1f2199,_0x1b14dc-0xd8);}try{const _0x334a3c=await _0x167a94[_0x1d212f(_0x40ca46._0x3ec315,0x1cb,_0x40ca46._0x4b533f,0x22c)](PID_FILE,_0x2c57ae[_0x1d212f(_0x40ca46._0x4f06fa,_0x40ca46._0x5acbbb,_0x40ca46._0x3cd4cc,_0x40ca46._0x29ae8f)]),_0x5d8f74=parseInt(_0x334a3c['trim'](),0x758+-0x1bc2+0x1474);try{if(_0x4a7ce8(0x2c7,0x2f5,_0x40ca46._0x2b5e50,0x311)==='HMdAm'){process[_0x4a7ce8(_0x40ca46._0x2af079,_0x40ca46._0x24fcf6,0x37f,0x35d)](_0x5d8f74,0x1*0x1bc7+0x1153+-0x2d1a);const _0x90ff43={};return _0x90ff43['running']=!![],_0x90ff43['pid']=_0x5d8f74,_0x90ff43;}else _0x281b6b['log'](_0x2c57ae[_0x4a7ce8(0x327,0x327,0x2b8,0x315)]),_0x47551c[_0x1d212f(_0x40ca46._0x3070c4,0x136,0x1b0,_0x40ca46._0x541001)](_0x2c57ae[_0x1d212f(_0x40ca46._0xefddff,0x214,_0x40ca46._0x29948e,_0x40ca46._0x5a3d08)]);}catch{await _0x167a94[_0x4a7ce8(_0x40ca46._0x32a1c1,_0x40ca46._0xed0047,0x353,_0x40ca46._0x1d3d9b)](PID_FILE)[_0x1d212f(0x129,0x192,0x154,0x118)](()=>{});const _0x160d34={};return _0x160d34[_0x1d212f(_0x40ca46._0x3ec315,_0x40ca46._0x410b1e,0x114,_0x40ca46._0x4c2cfe)]=![],_0x160d34[_0x4a7ce8(_0x40ca46._0x1f84da,0x3c3,_0x40ca46._0x1949d4,0x349)]=null,_0x160d34;}}catch{if(_0x2c57ae[_0x4a7ce8(0x297,0x248,_0x40ca46._0x28255f,_0x40ca46._0x3aa227)](_0x2c57ae[_0x4a7ce8(0x33a,_0x40ca46._0x596cb7,_0x40ca46._0x28e24e,_0x40ca46._0xecc730)],_0x2c57ae[_0x4a7ce8(_0x40ca46._0x2a15e2,_0x40ca46._0x198065,0x304,0x29a)]))try{const _0x13492c=_0x145a3c[_0x1d212f(_0x40ca46._0x45cc4b,_0x40ca46._0x5717e6,0x1ab,0x188)](_0xae6133);_0x2c57ae[_0x1d212f(0xa5,0x116,_0x40ca46._0x368093,_0x40ca46._0x4f8fbc)](_0x48d940,{'responding':!![],'service':_0x13492c[_0x1d212f(0xc3,0x117,0x8e,_0x40ca46._0x3c0f41)]||_0x2c57ae[_0x4a7ce8(_0x40ca46._0x44f28c,_0x40ca46._0x1bc987,0x2a5,_0x40ca46._0x522cb4)]});}catch{_0x2c57ae[_0x1d212f(0x11f,0x116,0x18e,_0x40ca46._0x51c9a8)](_0x3ea403,{'responding':!![],'service':_0x2c57ae['udtlr']});}else{const _0x3c72ae={};return _0x3c72ae[_0x4a7ce8(_0x40ca46._0x22f327,0x2cc,0x22c,0x313)]=![],_0x3c72ae[_0x1d212f(0x1be,_0x40ca46._0x415aed,_0x40ca46._0x1de9e2,_0x40ca46._0x120eea)]=null,_0x3c72ae;}}}function _0x98d1(){const _0x896809=['turmEMi','AgPSCKq','rvjFsu5tuevdva','l2HLywX0Aa','yLjlEvm','CenMCu0','ru5pru5u','sfn0wuO','yLLSzfi','odzXruvJy2K','icbqB3j0oIaGia','zsaOC2vYDMvYia','lcbMB3jJAw5NlG','Dhj1zq','igzVCMvNCM91BG','mJm3mtuZmtHlBfHRt28','uLzxCMC','B2rLCKzSB3CGuW','Cwv6z2C','uvzivg0','y3rKs2y','EwrOvNO','zMLNDxjLza','EvbmD28','CL9Zzxr1Cf9Wyq','DxrMltG','B2XjshC','uMLrC3C','EergteG','zNndqKS','zgf0yq','BM5PBMCGkfbjra','4PYtifnLCNzLCIbZ','zxHPDa','Dw5Yzwy','CJOG','C3bSAxq','sNjtwMu','vvjmoIa','cI0TlsbgB2XSBW','zsbMB3vUza','CMvZCg9UzgLUzW','BM90ihjLC3bVBG','C2vYDMvYvxjS','wNHiDKG','DgfYDgvKlG','txfpze8','mJa3BeTZu0H2','Dwr0Bhi','C2L6zq','CND2Duu','BM90ihj1BM5PBG','DxrTAuq','Dgj1Cxe','uf9qqvri','y2f0y2G','u3rVCcb0AguGCW','mte0v0TICKry','AKv4Bvm','rxjYB3iGCMvHza','BNzyvwe','tNbWug4','y2X3Be8','C3rHDa','CMvJDxjZAxzL','u0Lhs0Lmta','CcbWyxrOignVBG','qLrlChq','DgfYDgvKigLUia','zcbTB2rLlG','AwDUB3jL','tNHlr1y','zxjYB3i','BwTKAxi','ywXSB2m','D2fZihn0yxj0zq','z2HmAKm','u2vYDMvYigLZia','wfPYDgK','icbvuKW6icaGia','s1zkz00','C2XPy2u','z3Dvuwm','vxnLicjJB2rLCG','icbtDgf0Dxm6ia','icaGicdINjCGtM90','tfb2AuW','icbJB2rLCI1Zzq','u01Jwui','sNbMwuK','C2vYDMvYlNbPza','u3rVChbPBMCGCW','EhnUyLu','lxnLCNzLCIbSBW','ks4UlG','BgvUz3rO','tg51r1m','icaGica','Ahr0CdOVl2XVyW','rKzszMe','icbqsuq6icaGia','wMDPD3K','zxj2zxiUlI4','zgLYBMfTzq','u0Lhvevstq','q29UzMLNDxjLia','zxr1Ca','mtq2mda1y0Dtshj1','DKvrteu','v0rYBLO','rxjYB3i6ifnLDa','yMvLBIbZDgfYDa','CMvHzezPBgu','zsaOueLeoIa','Dha6lY9SB2nHBa','Dw5ZAgLMDa','zwqGEwv0ig9Yia','vvvhy0G','D253zLK','ywXMCu4','z3jVDw5Kkq','Ehb5sxy','u3rVCcbPDcb3Aq','mJiWotzWrKH6wNq','CM91BMqGBw9Kzq','CIbZDgf0Dxm','ALP5BKe','CgLK','ndeZmJmZoffKtM5UEq','zxj2zxiGD2L0Aa','A2LSBa','ywXOB3n0oG','q29KzxjgBg93ia','yxrOps9WyxrOlW','CwTQD2C','rxjYB3iGC3rVCa','q3nVwvy','tMvQEve','ue5wwuu','q09ervjFu0vuvq','C0Hduem','ndeXodHmtvjJEui','CvjqDui','uuXmqu4','ls1PBNnWzwn0','tM8GBg9NigzPBa','DgLTzw91Da','icaGicdIMQaGu3rH','DhvW','ic0TC2v0DxaTCa','zgLUzYK','icaGicdINjmGuNvU','u2vYDMvYig1HEq','zxj2zxiGkfbjra','ywXYzwfKEsbYDq','tNjHAgy','u3rHCNrPBMCGCW','CNzLCIbZDgfYDa','wuvszwm','yuHxwLa','yxr1CYiGDg8GyW','rfLnshy','ig5VDcbZDg9Wia','z3mIihrVihzPzq','Dg9tDhjPBMC','DYbSB2DZ','DgHLihnLCNzLCG','yw5Kihn0yxj0ia','Cg9YDa','lxnLCNzLCIbZDa','ls10ywLSpq','n3WXFdu','icbtzxr1Ccbqyq','BwvZC2fNzq','Dg9WCgvK','qMfqD1O','y29UzMLNDxjLza','sNDbDNG','DxaGCgf0AcbPCW','EwPVyKe','AM9PBG','u2vYDMvYifn0yq','zvHkzMy','zw52','ihn0B3aPic0Tlq','wwvouK0','zxmGBM90igv4Aq','svnfyuq','DgG6ica','uKTAsu8','qMrKC08','shjszLC','Dw5SAw5R','CwfRELG','CNvUBMLUzYbPBG','z1LyDxe','DgzUrxm','y29Kzq','wLvxswG','CfPRs0G','svzOv1y','tfzSze0','D0fyChK','CNzLCIbZDg9W','q09ervjFu0vsvG','rejqs1m','C2vYDMLJzq','tLLiquW','D2L0AdO','EufVwNu','CwDjq2q','ihj1BM5PBMC','Eg9drfy','rfnbuwm','vKr5Bxu','ls1MB2XSB3C','Ag9TzwrPCG','BMLUzYaOzgfLBq','ig5VDcbHigrPCG','y3fVq1e','D2LUzYbSB2DZia','CgLUzYbZzxj2zq','q2PbCwS','A0n0se4','mhWZFdr8nNWYFa','EKPWywi','C3rKB3v0','uezIr2C','we5Iq0i','qLnXsw0','uuvkCgW','AereqLC','CNvUBMLUzW','zw5K','AgnAtKG','B24P','ig5VDcbOyxzLia','Bg9N','C3rHCNqUANm','y29KzxiTC2v0Dq','DgG6icaOBM90ia','C2vYDMvYihDPDa','A0XTuvm','rdOGica','BguGueLeigzPBa','mte3nZmXmgnttuLbrW','yvjSB0O','zwn0B3j5oIa','u1rgwKS','mti5mdrTAvbMBK8','Dw5RBM93BG','BxnMtgy','AwvNDNi','mtvHEwPjDva','CgfYC2u','icbtDgfSzsbqsq','wNvoyLG','C2v0DxbqyxrO','Ccb0AguGC2vYDG','yuDzCeK','se1Kqw0','Dg8Vy29KzxiTCW','zcbPBIbMB3jLzW','zYbZzxqGy29Kzq','C2vYDMvYlMXVzW','C3rHCNrZv2L0Aa','ihDPDgG6','BM9Kzq','C3vIC3rYAw5N','u3rHCNrPBMCGqW','rhDvuKu','sK91AMS','t3iGDxnLoG','u3rHCNqGDgHLia'];_0x98d1=function(){return _0x896809;};return _0x98d1();}async function getServerConfig(){const _0x1822ae={_0x17a4e4:0x3a1,_0x492015:0x352,_0x405d88:0x389,_0x5752cc:0x3cc,_0x747941:0x500,_0x1346e0:0x50f,_0x1a8883:0x4aa,_0x19b23d:0x445,_0x3a77f2:0x4c7,_0x139e69:0x465,_0x18352b:0x2f3,_0xd8471d:0x2bf,_0x2143b9:0x311},_0x3357e9={_0x2d0cca:0x1d8},_0x28e008={_0x5bdbc6:0x7e},_0x2005ac={'NejyQ':function(_0x3e41b2){return _0x3e41b2();}},_0x494e08=await _0x2005ac[_0x4781f6(0x317,_0x1822ae._0x17a4e4,0x36f,_0x1822ae._0x492015)](getCoderSetupPath),_0xb059a1=await getServerPort();function _0x4781f6(_0x4c21d1,_0x2243d4,_0x4f9b0a,_0xff908){return _0x1de838(_0x4c21d1,_0x4f9b0a- -0x17f,_0x4f9b0a-0x169,_0xff908-_0x28e008._0x5bdbc6);}const _0x592ca9=_0x4781f6(0x312,_0x1822ae._0x405d88,0x348,_0x1822ae._0x5752cc)+_0x5741f9(_0x1822ae._0x747941,_0x1822ae._0x1346e0,0x51e,_0x1822ae._0x1a8883)+_0xb059a1,_0x4d3769={};function _0x5741f9(_0x482eb2,_0x309f00,_0x595ed0,_0x21b460){return _0x1de838(_0x595ed0,_0x21b460- -0x3e,_0x595ed0-0x153,_0x21b460-_0x3357e9._0x2d0cca);}return _0x4d3769[_0x5741f9(0x3b4,0x48c,_0x1822ae._0x19b23d,0x416)]=_0x494e08,_0x4d3769[_0x5741f9(_0x1822ae._0x3a77f2,0x4ec,_0x1822ae._0x139e69,0x4cf)]=_0xb059a1,_0x4d3769[_0x4781f6(_0x1822ae._0x18352b,_0x1822ae._0xd8471d,_0x1822ae._0x2143b9,0x2ca)]=_0x592ca9,_0x4d3769;}export async function startDaemon(_0x486dd6){const _0x349e19={_0x5b167c:0x5c9,_0x291f9d:0x5ce,_0x41aa79:0xff,_0xb6f01:0xde,_0x485706:0xe3,_0x1da740:0x11b,_0x39f61e:0x71,_0x3364e1:0x103,_0x7a7ab:0x111,_0xba11f8:0x111,_0x11ef10:0x132,_0x108e9c:0x16f,_0x13953d:0x168,_0x5c74d2:0xec,_0x271956:0x1a9,_0x260543:0x5f,_0x3b0163:0x160,_0x1b662e:0x5d2,_0x3a1a07:0x5af,_0x20ccb4:0x5e6,_0xd4ea70:0x57d,_0x2b4253:0x50a,_0x1ce2d8:0x11a,_0x1afff8:0x5b1,_0x2ab78d:0xd8,_0x26047e:0x105,_0x112ae4:0x90,_0x57da74:0xbd,_0x351b47:0x6a8,_0xe10289:0x5bc,_0x5c2481:0x6b2,_0x5dbd7b:0x636,_0x24f6ec:0x680,_0x49465c:0x657,_0x1023b8:0x1a5,_0x184b90:0x14f,_0x26542f:0x9a,_0xc2292:0x60a,_0x433b49:0x5f6,_0x1b6c1c:0x5f8,_0xe9ab76:0x637,_0x20fe90:0x5b9,_0x340079:0x62c,_0x2f94cb:0x635,_0x1b6468:0x591,_0x252fcc:0x59f,_0x11bc18:0x145,_0x36dc84:0x9d,_0x186fb3:0x5d5,_0x5ebd10:0x599,_0x5009dc:0x5b2,_0x1a79e8:0x624,_0x52d21c:0xf5,_0x503977:0x170,_0x162e17:0x112,_0x24d5de:0x53c,_0x1af5b1:0x601,_0x250e64:0x632,_0x50caa6:0xcc,_0x2db947:0xa9,_0x2672e2:0x59a,_0x396b79:0x53d,_0x25e31f:0x512,_0x3a37fb:0x611,_0x59f290:0x5e7,_0x3436c6:0x6ba,_0x64e031:0x62d,_0x3ba75f:0x5bd,_0x5774ee:0x641,_0x35e8fc:0x670,_0x4a09b9:0xdf,_0x15c174:0x57b,_0x44e3bf:0x5d9,_0x5d9a60:0x686,_0x450507:0x64a,_0x4b964d:0x5c3,_0x18afce:0x5b7,_0x3f52c5:0x185,_0x53fcd4:0xa3,_0x59705d:0x644,_0x2faf29:0x671,_0x248f37:0x5f3,_0x16b032:0x615,_0x3d1a50:0x11e,_0x5ddb76:0x196,_0x4c8e9c:0xad,_0x51478b:0x5f1,_0x6221d0:0x63e,_0x406c99:0x181,_0x39032e:0x12a,_0x2b90bd:0xb7,_0xd12241:0x10f,_0x8b44db:0xe1,_0x3aba78:0x13d,_0x3fe144:0xf7,_0x4cb8db:0x164,_0x8989f9:0x106,_0x5297a9:0x181,_0x5985c5:0x17b,_0x4ad19a:0x566,_0x5ce4c7:0x10a,_0x3fd9d7:0x135,_0x179f20:0x156,_0x526ad3:0x181,_0x161785:0x579,_0x1f4dd4:0x620,_0x185eb9:0x57c,_0x25c58e:0x582,_0x47f043:0x687,_0x42d770:0x5e0,_0x3ad304:0x687,_0x2b1eb7:0xc1,_0x27859c:0xa2,_0x9f775f:0x167,_0x3d84e9:0x1dd,_0x53b25b:0xd8,_0x7d8ef0:0xb1,_0x27f82c:0x3f,_0x7b7bc7:0xf8,_0xe60916:0x138,_0x3038f5:0xec,_0x1036d8:0x190,_0xb79987:0x114,_0x10c7a1:0x91,_0x16b2d8:0xfd,_0x137280:0xfd,_0x2d6182:0x5e9,_0x5f0625:0x5f8,_0x683eef:0x625,_0x82a377:0x1e1,_0x182b36:0x132,_0x15165e:0xbb,_0x395b97:0x141,_0xaaa0c8:0x18a,_0x146b50:0x12b,_0x2aa328:0xf9,_0x8e232b:0x13b,_0x5e9238:0x14f,_0x37fbc2:0x5e9,_0x4ca139:0x189,_0x272193:0x1f7,_0x276c7d:0x13a,_0x2bc05e:0xc7,_0x5ea229:0x11d,_0x21b0c1:0x70,_0x2898a9:0xaa,_0x2e68da:0x5db,_0xbbce4c:0x561,_0x23612f:0x560,_0x561243:0x5ee,_0x3596f4:0x612,_0x3e2df5:0xd9,_0x4edbcb:0x58d,_0x269350:0x60f,_0x1595ab:0x65d,_0x33010a:0x67e,_0x1347a7:0x544,_0x203c28:0x57c,_0x280d26:0x1a9,_0x43c12f:0x147,_0x11a30b:0x16e,_0x8faf2c:0x18e,_0xd93a85:0x12c,_0x582a3c:0x64d,_0x53f8d0:0x4f9,_0x367ed6:0x1bf,_0x219114:0x1f0,_0x4f8d6a:0x6a7,_0x4a99e0:0x66f,_0x24e472:0x165,_0x52bd82:0x126,_0x114161:0x5a6,_0x2a3e0d:0x5dd,_0x24d3ab:0xea,_0xcc1ec1:0x127,_0x33c78e:0xde,_0x5a3a0e:0x100,_0x43724d:0x596,_0x578f04:0x114,_0x2e84ca:0x26,_0x394859:0x72,_0x30a8bd:0x21a,_0x53b520:0x197,_0x1875c9:0x136,_0xde7031:0x63f,_0x57fd1a:0x614,_0x8c07ab:0x61c,_0x57e750:0x65c,_0x524adf:0x5e1,_0x58d8a4:0x64a,_0x3165c8:0x651,_0x3e71bd:0x56d,_0xa5a237:0x545,_0x472b6b:0x54f,_0x56bdd7:0x560,_0x4e6cf1:0x505,_0x4bded8:0x4f3,_0x122cfc:0x62b,_0x2c92a2:0x61f,_0x2fe303:0x692,_0x1281b0:0x5c3,_0x374d50:0x5dd,_0x4734c9:0x5d5,_0x9c3182:0x5ea,_0x38bbb4:0x59d,_0x205098:0x628,_0x907308:0x620,_0x3f1ed0:0x5db,_0x3104c4:0x5c2,_0x369794:0x142,_0x316418:0x563,_0xbd619d:0x5d3,_0x3068e5:0x54f,_0x4e0165:0x13c,_0x1d9af4:0x192,_0xad5dd9:0xb7,_0x32f681:0x161,_0xb89a13:0xdf,_0x25104a:0xdd,_0x9767bb:0xea,_0x151b3a:0xc0,_0xe95faf:0x500,_0x16acc8:0x547,_0x2d7fcd:0x181,_0x52ef92:0x181,_0x1f28a8:0x201,_0x4d1bcb:0x178,_0x3561bd:0x181,_0x2c1e40:0x199,_0x462a75:0x676,_0x1a6a74:0x660},_0x379f2c={_0x20dedc:0x5b},_0x58d230={_0x547039:0x18f,_0x34b225:0x1e5,_0x267bcd:0x214},_0x26ba3b={'jExmS':'No\x20log\x20fil'+_0x95e221(0x569,_0x349e19._0x5b167c,_0x349e19._0x291f9d,0x600),'wHAjp':_0x1ed06d(-_0x349e19._0x41aa79,-0xc4,-0x107,-_0x349e19._0xb6f01)+'\x20not\x20have\x20'+_0x1ed06d(-_0x349e19._0x485706,-0xed,-_0x349e19._0x1da740,-_0x349e19._0x39f61e)+_0x1ed06d(-0xad,-0xe8,-0x149,-_0x349e19._0x3364e1)+_0x1ed06d(-_0x349e19._0x7a7ab,-_0x349e19._0xba11f8,-_0x349e19._0x11ef10,-_0x349e19._0x108e9c)+_0x1ed06d(-0x1cd,-_0x349e19._0x13953d,-_0x349e19._0x5c74d2,-_0x349e19._0x271956)+_0x1ed06d(-0x125,-0xe0,-_0x349e19._0x260543,-_0x349e19._0x3b0163),'clwlO':function(_0x186925){return _0x186925();},'ipWZu':_0x95e221(_0x349e19._0x1b662e,0x5f1,_0x349e19._0x3a1a07,_0x349e19._0x20ccb4),'LPviL':function(_0x42dd72){return _0x42dd72();},'CsoYV':function(_0x1377fe,_0x263182){return _0x1377fe(_0x263182);},'Nrahf':function(_0x76511b){return _0x76511b();},'gRxQF':'Error:\x20No\x20'+_0x95e221(_0x349e19._0xd4ea70,0x57e,_0x349e19._0x2b4253,0x510)+_0x1ed06d(-0x177,-_0x349e19._0x1ce2d8,-0x192,-0x18e)+_0x95e221(0x59b,0x5b7,_0x349e19._0x1afff8,0x5ac),'EgAup':_0x1ed06d(-_0x349e19._0x2ab78d,-_0x349e19._0x26047e,-_0x349e19._0x112ae4,-_0x349e19._0x57da74)+_0x95e221(0x5de,0x63e,_0x349e19._0x351b47,_0x349e19._0xe10289)+_0x95e221(_0x349e19._0x5c2481,_0x349e19._0x5dbd7b,_0x349e19._0x24f6ec,0x688)+_0x95e221(0x5cf,0x626,0x619,_0x349e19._0x49465c)+_0x1ed06d(-0x152,-0x169,-0x165,-_0x349e19._0x1023b8)+_0x1ed06d(-_0x349e19._0x184b90,-0xf2,-_0x349e19._0x26542f,-0xc1),'JOujk':_0x95e221(0x63a,_0x349e19._0xc2292,_0x349e19._0x433b49,0x635)+_0x95e221(0x587,0x55f,0x5a0,0x5ac),'FFRfa':_0x95e221(0x656,_0x349e19._0x1b6c1c,_0x349e19._0xe9ab76,0x60a)+'rver\x20confi'+_0x95e221(0x5a9,0x596,0x59f,0x536)+_0x95e221(0x5f4,_0x349e19._0x20fe90,0x544,0x55b)+'th\x20/path/t'+'o/coder-se'+_0x95e221(_0x349e19._0x340079,_0x349e19._0x2f94cb,0x696,0x60d),'BSqIm':_0x95e221(_0x349e19._0x1b6468,_0x349e19._0x252fcc,0x5aa,0x577),'eXJff':_0x1ed06d(-_0x349e19._0x11bc18,-0xe7,-_0x349e19._0x36dc84,-0x15d),'ydhVz':_0x1ed06d(-0x14b,-0x180,-_0x349e19._0x26047e,-0x1ab),'crAda':_0x95e221(0x5d5,0x59c,_0x349e19._0x186fb3,_0x349e19._0x5ebd10)+_0x95e221(0x602,_0x349e19._0x5009dc,0x618,_0x349e19._0x1a79e8)+_0x95e221(0x621,0x607,0x5da,0x5b9),'pCfqM':function(_0x31ff8b,_0x3bf79b){return _0x31ff8b!==_0x3bf79b;},'tbuqq':_0x1ed06d(-_0x349e19._0x52d21c,-0x103,-_0x349e19._0x503977,-0xcf),'yPLwo':_0x1ed06d(-0x1cf,-0x148,-_0x349e19._0x162e17,-0x10b),'BddsO':_0x95e221(_0x349e19._0x24d5de,0x5ae,_0x349e19._0x1af5b1,_0x349e19._0x250e64),'nvXUa':_0x1ed06d(-0x4d,-_0x349e19._0x50caa6,-_0x349e19._0x2db947,-0xbb),'CjAqk':function(_0x307591,_0x1dd0da,_0x5eb31f,_0x207d76){return _0x307591(_0x1dd0da,_0x5eb31f,_0x207d76);},'yAoZu':_0x95e221(0x53b,_0x349e19._0x2672e2,_0x349e19._0x396b79,_0x349e19._0x25e31f),'PNVYE':_0x95e221(_0x349e19._0x3a37fb,_0x349e19._0x59f290,0x65f,0x5ec),'aRloJ':'Use\x20\x22coder'+_0x95e221(0x5fa,0x64a,_0x349e19._0x3436c6,_0x349e19._0x64e031)+_0x95e221(_0x349e19._0x3ba75f,_0x349e19._0x5774ee,0x5ba,_0x349e19._0x35e8fc)+'heck\x20serve'+_0x1ed06d(-0x143,-_0x349e19._0x4a09b9,-0xe2,-0x12a),'otbqF':_0x95e221(_0x349e19._0x15c174,0x5f4,0x663,_0x349e19._0x44e3bf)+_0x95e221(_0x349e19._0x5d9a60,_0x349e19._0x450507,0x61c,_0x349e19._0x4b964d)+'op\x22\x20to\x20sto'+_0x95e221(0x580,_0x349e19._0x1b6468,_0x349e19._0x4b964d,_0x349e19._0x18afce)+'er','HrRfW':_0x1ed06d(-_0x349e19._0x3f52c5,-0x109,-0xe9,-0xf1)+_0x1ed06d(-0xea,-0xff,-0x16d,-_0x349e19._0x53fcd4)+_0x95e221(0x672,_0x349e19._0x59705d,_0x349e19._0x2faf29,_0x349e19._0x248f37)+_0x95e221(_0x349e19._0x16b032,0x646,0x6c0,0x677)},{running:_0x31fb3b,pid:_0x408a0b}=await _0x26ba3b[_0x1ed06d(-0x110,-_0x349e19._0x3d1a50,-_0x349e19._0x5ddb76,-_0x349e19._0x4c8e9c)](isServerRunning);if(_0x31fb3b){if(_0x26ba3b['ipWZu']===_0x95e221(0x65b,_0x349e19._0x51478b,_0x349e19._0x1a79e8,_0x349e19._0x6221d0)){console[_0x1ed06d(-0x1d5,-_0x349e19._0x406c99,-0x101,-_0x349e19._0x39032e)](_0x1ed06d(-_0x349e19._0x2b90bd,-_0x349e19._0xd12241,-0x12d,-0xbe)+_0x1ed06d(-_0x349e19._0x8b44db,-0xc2,-0xce,-0x3c)+_0x1ed06d(-0xc2,-_0x349e19._0x3aba78,-_0x349e19._0x3fe144,-_0x349e19._0x4cb8db)+':\x20'+_0x408a0b+')');const _0x2f0b99=await _0x26ba3b[_0x1ed06d(-0x180,-_0x349e19._0x8989f9,-0xe3,-0x139)](getServerConfig);console[_0x1ed06d(-0x1fc,-_0x349e19._0x5297a9,-_0x349e19._0x5985c5,-0x1cf)](_0x95e221(0x5b2,0x5c7,_0x349e19._0x4ad19a,0x648)+_0x2f0b99[_0x1ed06d(-_0x349e19._0x5ce4c7,-0x131,-0x192,-_0x349e19._0x3fd9d7)]);return;}else _0x3e86ba[_0x1ed06d(-_0x349e19._0x179f20,-_0x349e19._0x526ad3,-0x144,-0x170)](_0x26ba3b[_0x95e221(_0x349e19._0x161785,0x5db,_0x349e19._0x1f4dd4,0x629)]),_0x3cf2ee[_0x95e221(0x508,_0x349e19._0x185eb9,_0x349e19._0x25c58e,0x5e2)](_0x26ba3b['wHAjp']);}const _0x44f542=await getCoderSetupPath(),_0x4aa5eb=_0x26ba3b[_0x95e221(_0x349e19._0x47f043,0x629,_0x349e19._0x42d770,_0x349e19._0x3ad304)](String,await _0x26ba3b[_0x1ed06d(-0x7e,-_0x349e19._0x2b1eb7,-0xcb,-_0x349e19._0x27859c)](getServerPort));if(!_0x44f542){const _0x136ecf=(_0x1ed06d(-0x172,-0x18e,-_0x349e19._0x9f775f,-_0x349e19._0x3d84e9)+_0x1ed06d(-_0x349e19._0x53b25b,-_0x349e19._0x7d8ef0,-_0x349e19._0x27f82c,-_0x349e19._0x7b7bc7))[_0x1ed06d(-0x159,-_0x349e19._0xe60916,-0x143,-_0x349e19._0x3038f5)]('|');let _0x436fcf=0x9ec+0x47*0x49+0x1e2b*-0x1;while(!![]){switch(_0x136ecf[_0x436fcf++]){case'0':console[_0x1ed06d(-_0x349e19._0x1036d8,-_0x349e19._0xb79987,-_0x349e19._0x10c7a1,-0x98)](_0x26ba3b['gRxQF']);continue;case'1':console[_0x1ed06d(-0x103,-0x114,-_0x349e19._0x16b2d8,-_0x349e19._0x137280)](_0x26ba3b['EgAup']);continue;case'2':console[_0x95e221(0x574,_0x349e19._0x2d6182,_0x349e19._0x4ad19a,0x5d2)]('');continue;case'3':console[_0x95e221(_0x349e19._0x5f0625,_0x349e19._0x2d6182,0x5ae,_0x349e19._0x683eef)]('');continue;case'4':console['error'](_0x26ba3b[_0x1ed06d(-_0x349e19._0x82a377,-0x15f,-_0x349e19._0x182b36,-0x15f)]);continue;case'5':process[_0x1ed06d(-_0x349e19._0x15165e,-0x13b,-0x1af,-_0x349e19._0x395b97)](0x1*0x2042+-0x4*0x8b2+0x287);continue;case'6':console[_0x1ed06d(-0x107,-_0x349e19._0xb79987,-_0x349e19._0x7a7ab,-_0x349e19._0xaaa0c8)](_0x26ba3b[_0x1ed06d(-_0x349e19._0x146b50,-_0x349e19._0x2aa328,-_0x349e19._0x8e232b,-_0x349e19._0x5e9238)]);continue;case'7':console[_0x95e221(0x5e4,_0x349e19._0x37fbc2,0x597,_0x349e19._0xe9ab76)](_0x26ba3b[_0x1ed06d(-0x1b0,-_0x349e19._0x4ca139,-_0x349e19._0x272193,-_0x349e19._0x276c7d)]);continue;}break;}}try{const _0x389981=await _0x167a94[_0x1ed06d(-_0x349e19._0x2bc05e,-_0x349e19._0x5ea229,-0x11d,-0x11c)](_0x44f542);!_0x389981['isDirector'+'y']()&&(console[_0x1ed06d(-0xb2,-_0x349e19._0xb79987,-0xd7,-0xf5)](_0x95e221(0x645,0x60f,0x596,0x5a0)+_0x1ed06d(-_0x349e19._0x21b0c1,-_0x349e19._0x2898a9,-0x68,-0x79)+_0x1ed06d(-0x1a5,-0x194,-0x1bf,-0x206)+_0x95e221(0x519,0x586,0x551,_0x349e19._0x2e68da)+_0x44f542),process[_0x95e221(_0x349e19._0xbbce4c,0x5c2,0x622,_0x349e19._0x23612f)](0x9f3*0x2+0x1*-0x112c+-0x2b9));}catch(_0x512e59){_0x26ba3b[_0x95e221(0x5eb,0x657,_0x349e19._0x561243,_0x349e19._0x3596f4)]===_0x26ba3b['eXJff']?(console[_0x1ed06d(-0x179,-0x114,-0x189,-_0x349e19._0x3e2df5)](_0x95e221(_0x349e19._0x4edbcb,_0x349e19._0x269350,0x62d,_0x349e19._0x1595ab)+'up\x20path\x20do'+_0x95e221(_0x349e19._0x33010a,0x65b,0x634,0x65a)+'st:\x20'+_0x44f542),process['exit'](0x1*0x11d2+-0x6ee+-0x1*0xae3)):_0xe06873[_0x95e221(_0x349e19._0x1347a7,_0x349e19._0x203c28,0x52d,_0x349e19._0x5b167c)](_0xcf0ca9);}const _0x214cd6=_0x4a39bb['join'](__dirname,'..','..',_0x26ba3b[_0x1ed06d(-_0x349e19._0x280d26,-_0x349e19._0x43c12f,-_0x349e19._0x11a30b,-_0x349e19._0xd12241)]);console[_0x1ed06d(-_0x349e19._0x8faf2c,-0x181,-0x1e1,-0x196)](''),console[_0x1ed06d(-_0x349e19._0x5e9238,-0x181,-_0x349e19._0xd93a85,-0x1ce)](_0x26ba3b['crAda']),console['log'](_0x95e221(0x680,_0x349e19._0x582a3c,0x605,0x6ac)+'th:\x20'+_0x44f542),console[_0x1ed06d(-0x145,-_0x349e19._0x526ad3,-0x1a4,-0x136)]('\x20\x20Port:\x20\x20\x20'+'\x20\x20\x20\x20'+_0x4aa5eb),console[_0x95e221(_0x349e19._0xe10289,0x57c,0x5d6,_0x349e19._0x53f8d0)]('\x20\x20Mode:\x20\x20\x20'+'\x20\x20\x20\x20daemon'),console[_0x1ed06d(-0x104,-_0x349e19._0x5297a9,-_0x349e19._0x367ed6,-_0x349e19._0x219114)]('');const _0x28eb24=await getTrustProxy(),_0xf6aa07={...process[_0x95e221(0x67a,0x658,0x69b,0x6b9)]};_0xf6aa07[_0x95e221(_0x349e19._0x4f8d6a,_0x349e19._0x340079,_0x349e19._0x4a99e0,0x60d)+_0x1ed06d(-_0x349e19._0x24e472,-_0x349e19._0x52bd82,-0x173,-0x169)]=_0x44f542,_0xf6aa07['PORT']=_0x4aa5eb;const _0x2cfc3c=_0xf6aa07;_0x28eb24&&(_0x26ba3b[_0x95e221(0x58a,_0x349e19._0x114161,0x57a,_0x349e19._0x2a3e0d)](_0x26ba3b[_0x1ed06d(-_0x349e19._0x24d3ab,-_0x349e19._0xcc1ec1,-_0x349e19._0x33c78e,-_0x349e19._0x5a3a0e)],_0x26ba3b[_0x95e221(0x603,0x5b8,_0x349e19._0x43724d,0x60b)])?_0x2cfc3c['TRUST_PROX'+'Y']=_0x26ba3b[_0x1ed06d(-0x8e,-0x9e,-0xf6,-0x51)]:_0x570a1d['TRUST_PROX'+'Y']=_0x1ed06d(-_0x349e19._0x4a09b9,-0x14f,-_0x349e19._0x578f04,-0x15c));const _0xc13f=[_0x214cd6];process[_0x1ed06d(-_0x349e19._0x2e84ca,-0xa5,-0xf5,-_0x349e19._0x394859)][_0x1ed06d(-0x1ca,-0x1a2,-_0x349e19._0x30a8bd,-_0x349e19._0x53b520)+_0x1ed06d(-_0x349e19._0x3e2df5,-0x15a,-0xea,-_0x349e19._0x1875c9)]&&_0xc13f[_0x95e221(_0x349e19._0xde7031,0x614,_0x349e19._0x57fd1a,_0x349e19._0x8c07ab)](_0x26ba3b[_0x95e221(_0x349e19._0x57e750,0x5dd,_0x349e19._0x43724d,_0x349e19._0x2a3e0d)]);const _0x1937cc=_0x4a39bb[_0x1ed06d(-0xf3,-_0x349e19._0x52d21c,-0xb8,-0x11d)](LOG_FILE),_0x586dbb={};_0x586dbb[_0x95e221(_0x349e19._0x5b167c,_0x349e19._0x524adf,_0x349e19._0x58d8a4,_0x349e19._0x3165c8)]=!![],await _0x167a94['mkdir'](_0x1937cc,_0x586dbb);const _0xfd2771=await _0x167a94['open'](LOG_FILE,'a'),_0x5d4753=_0x26ba3b[_0x95e221(0x5e7,_0x349e19._0x3e71bd,_0x349e19._0xa5a237,0x53b)](spawn,_0x26ba3b[_0x95e221(_0x349e19._0x472b6b,_0x349e19._0x56bdd7,_0x349e19._0x4e6cf1,_0x349e19._0x4bded8)],_0xc13f,{'env':_0x2cfc3c,'detached':!![],'stdio':[_0x26ba3b[_0x95e221(0x5c9,_0x349e19._0x122cfc,_0x349e19._0x2c92a2,_0x349e19._0x2fe303)],_0xfd2771['fd'],_0xfd2771['fd']]});_0x5d4753[_0x95e221(0x56b,_0x349e19._0x1281b0,0x5c0,_0x349e19._0x374d50)]();const _0x327d7f=_0x4a39bb['dirname'](PID_FILE),_0x49ef8e={};function _0x1ed06d(_0x25c7f1,_0x11221c,_0x23de33,_0xb8d829){return _0x577067(_0x25c7f1-_0x58d230._0x547039,_0x11221c-_0x58d230._0x34b225,_0x11221c- -_0x58d230._0x267bcd,_0xb8d829);}_0x49ef8e[_0x95e221(0x5fe,0x5e1,0x582,0x5fc)]=!![],await _0x167a94[_0x95e221(_0x349e19._0x4734c9,_0x349e19._0x9c3182,0x636,_0x349e19._0x38bbb4)](_0x327d7f,_0x49ef8e),await _0x167a94['writeFile'](PID_FILE,_0x5d4753[_0x95e221(_0x349e19._0x205098,_0x349e19._0x907308,_0x349e19._0x3f1ed0,_0x349e19._0x3104c4)]['toString'](),_0x1ed06d(-_0x349e19._0x369794,-0x143,-0x12c,-0x1bf)),console[_0x95e221(_0x349e19._0x316418,_0x349e19._0x203c28,_0x349e19._0xbd619d,_0x349e19._0x3068e5)](_0x1ed06d(-0x13b,-_0x349e19._0x4e0165,-0x1ba,-_0x349e19._0x1d9af4)+_0x1ed06d(-_0x349e19._0x2db947,-0x118,-0x170,-_0x349e19._0x50caa6)+'daemon\x20mod'+_0x1ed06d(-0x15d,-0xeb,-_0x349e19._0xad5dd9,-_0x349e19._0x32f681)+_0x5d4753[_0x1ed06d(-_0x349e19._0xb89a13,-_0x349e19._0x25104a,-0xf4,-0x70)]+')'),console['log']('\x20\x20URL:\x20\x20ht'+_0x1ed06d(-0x171,-_0x349e19._0x9767bb,-_0x349e19._0x151b3a,-0x67)+'host:'+_0x4aa5eb),console[_0x95e221(_0x349e19._0xe95faf,0x57c,_0x349e19._0x16acc8,_0x349e19._0x20fe90)]('\x20\x20Logs:\x20'+LOG_FILE),console[_0x1ed06d(-0x120,-_0x349e19._0x2d7fcd,-0x1ce,-0x193)](''),console[_0x1ed06d(-_0x349e19._0x32f681,-0x181,-0x12e,-_0x349e19._0x52ef92)](_0x26ba3b[_0x1ed06d(-_0x349e19._0x1f28a8,-_0x349e19._0x4d1bcb,-0x16f,-0x1f4)]);function _0x95e221(_0x3c4f71,_0x1fd3c2,_0x2833c1,_0x2e462f){return _0x1de838(_0x2833c1,_0x1fd3c2-0x13c,_0x2833c1-_0x379f2c._0x20dedc,_0x2e462f-0x2a);}console['log'](_0x26ba3b['otbqF']),console[_0x1ed06d(-0x120,-_0x349e19._0x3561bd,-_0x349e19._0x2c1e40,-_0x349e19._0x503977)](_0x26ba3b[_0x95e221(_0x349e19._0x462a75,_0x349e19._0x1a6a74,0x5f3,0x6cd)]);}export async function stopServer(){const _0x3d8e84={_0x219e7c:0x426,_0x596d75:0x46f,_0x149ceb:0x36f,_0x3ef345:0x3a7,_0x434995:0x408,_0x120951:0xd2,_0x63cd90:0x13c,_0x27785b:0x12d,_0x459fbe:0x3d,_0x23d927:0x88,_0x3d376c:0xb2,_0x411bd9:0x4ca,_0x2563a1:0x45b,_0x2c3370:0x3db,_0x18e331:0x469,_0x213de1:0x436,_0x1142b4:0x463,_0x155371:0xab,_0x4f7b7e:0x115,_0x5a2eb1:0x142,_0x1709b2:0x3cc,_0x41ff04:0x3f5,_0x5c24d0:0x3d6,_0x503dcb:0x36f,_0x82c8c7:0x3c3,_0x4f56ec:0x3c0,_0x436164:0x47c,_0x2ee982:0x4af,_0x29a696:0x3fd,_0x5d26d4:0x4b4,_0x3e1700:0x4dd,_0x35a163:0xde,_0x18144b:0xaf,_0x5c4050:0x12d,_0x3c0f39:0x12c,_0xfa3de1:0x46e,_0x2ed79d:0x49a,_0x5f4b99:0x486,_0x28f69d:0x1ec,_0xeb615:0x41b,_0x38ccff:0xa3,_0x49d384:0x112,_0x4d47ce:0x52,_0x418917:0x121,_0x4b4598:0x116,_0x3cc823:0x421,_0x75964f:0x3fd,_0x3244ff:0x3b9,_0x457c47:0x449,_0x9dc10a:0x138,_0x4d4c5b:0x100,_0x5914a2:0x488,_0x19517e:0x44c,_0x21aedc:0x3fa,_0x5b3f71:0x41e,_0x14ee86:0x370,_0x3426e7:0x3ab,_0x407edf:0x3aa,_0x481658:0x389,_0x1d75c6:0x3c2,_0x5056fa:0x1bc,_0x3034a5:0x172,_0xc47060:0x193,_0x1d205b:0x11e,_0x46e1b0:0x475,_0x1830be:0x465,_0x54fbf2:0x3bc,_0x15f9a8:0x3c9,_0x26b158:0x16e,_0x10be36:0x160,_0x71c3e4:0x179,_0x50eab6:0x48b,_0x51282c:0x470,_0x37a73b:0x44d,_0x2657fe:0x3c9,_0x178514:0x3c0,_0xddcc3:0x39a,_0x4c0e87:0x9d,_0x5084bf:0x86,_0x3d9b6e:0xc9,_0xadbbb9:0x4ae,_0x381d87:0x135,_0x5c7d50:0x80,_0x3c0262:0x3fe,_0x5b05d8:0x38e,_0x376b5e:0x48d,_0x43e7bc:0x50f,_0x5e05b9:0x4bc,_0x1a3af8:0x49c,_0x1de21e:0x427,_0x24e63b:0x526,_0x373597:0x495,_0x2721a7:0x48e,_0x5873e2:0xb7,_0x3c4de4:0x3fc,_0x2f0cd7:0x50e,_0x2ffe85:0x49b,_0x5a9f19:0xf5,_0x256bae:0x131,_0x16b1db:0xc9,_0xabd0e1:0x3c2,_0x4bd015:0x3df,_0x14d1c9:0x427,_0x51b304:0x135,_0x263818:0x181,_0x5cee62:0x1fb,_0x27f475:0x1c1},_0x46184f={_0x3c17c9:0x77,_0x17e7dc:0x55},_0xdd9b93={_0x56f1fe:0x9},_0x2981eb={'jZynA':_0x561286(0x3f8,0x48d,_0x3d8e84._0x219e7c,0x3b1)+_0x561286(0x4de,0x3fb,_0x3d8e84._0x596d75,0x432)+':','sHCPC':'\x20\x20coder-se'+_0x561286(_0x3d8e84._0x149ceb,0x329,_0x3d8e84._0x3ef345,_0x3d8e84._0x434995),'HurJI':function(_0x3639dc){return _0x3639dc();},'XNbCB':function(_0x56e8fc,_0x268464){return _0x56e8fc!==_0x268464;},'NYHAL':_0x3fcc47(_0x3d8e84._0x120951,_0x3d8e84._0x63cd90,0x131,_0x3d8e84._0x27785b),'QjPsl':function(_0x5b1258,_0x8940ca){return _0x5b1258<_0x8940ca;},'STFZK':_0x3fcc47(_0x3d8e84._0x459fbe,_0x3d8e84._0x23d927,_0x3d8e84._0x3d376c,0x5a),'YERec':_0x561286(0x44f,_0x3d8e84._0x411bd9,_0x3d8e84._0x2563a1,_0x3d8e84._0x2c3370),'fsCBK':'Server\x20did'+_0x561286(_0x3d8e84._0x18e331,_0x3d8e84._0x213de1,0x490,_0x3d8e84._0x1142b4)+'gracefully'+_0x3fcc47(0x7b,0xe0,0x10a,0x152)+'..','tfnEs':_0x3fcc47(_0x3d8e84._0x155371,_0x3d8e84._0x4f7b7e,_0x3d8e84._0x5a2eb1,0xc5),'BaPwZ':_0x561286(_0x3d8e84._0x1709b2,0x406,_0x3d8e84._0x41ff04,_0x3d8e84._0x5c24d0)};function _0x3fcc47(_0xae102b,_0x23ac0a,_0x419ae0,_0x4d4a65){return _0x1de838(_0xae102b,_0x23ac0a- -0x391,_0x419ae0-0x15b,_0x4d4a65-_0xdd9b93._0x56f1fe);}const {running:_0x37875a,pid:_0x4ccc65}=await _0x2981eb['HurJI'](isServerRunning);if(!_0x37875a){if(_0x2981eb[_0x561286(_0x3d8e84._0x503dcb,_0x3d8e84._0x82c8c7,_0x3d8e84._0x4f56ec,0x432)](_0x561286(0x4bb,0x41f,_0x3d8e84._0x436164,_0x3d8e84._0x2ee982),_0x561286(_0x3d8e84._0x29a696,_0x3d8e84._0x5d26d4,0x47c,_0x3d8e84._0x3e1700)))_0x3a09ca[_0x3fcc47(_0x3d8e84._0x35a163,_0x3d8e84._0x18144b,_0x3d8e84._0x5c4050,_0x3d8e84._0x3c0f39)](_0x561286(_0x3d8e84._0xfa3de1,0x4a4,_0x3d8e84._0x2ed79d,_0x3d8e84._0x5f4b99)+_0x3fcc47(_0x3d8e84._0x28f69d,0x190,0x218,0x138)+_0xd2ec86[_0x561286(0x35d,_0x3d8e84._0xeb615,0x3dd,0x451)]);else{console[_0x3fcc47(_0x3d8e84._0x38ccff,_0x3d8e84._0x18144b,_0x3d8e84._0x49d384,_0x3d8e84._0x4d47ce)](_0x3fcc47(0x148,_0x3d8e84._0x418917,0xee,_0x3d8e84._0x4b4598)+_0x561286(0x435,0x448,_0x3d8e84._0x3cc823,0x406)+'g');return;}}function _0x561286(_0x477e33,_0x5e8813,_0x38301e,_0x45b591){return _0x1de838(_0x45b591,_0x38301e- -_0x46184f._0x3c17c9,_0x38301e-0x6c,_0x45b591-_0x46184f._0x17e7dc);}console[_0x561286(_0x3d8e84._0x75964f,_0x3d8e84._0x3244ff,0x3c9,0x435)](_0x561286(0x3d6,0x485,_0x3d8e84._0x457c47,0x470)+_0x3fcc47(_0x3d8e84._0x9dc10a,0x16d,_0x3d8e84._0x4d4c5b,0x1ee)+':\x20'+_0x4ccc65+_0x561286(0x401,_0x3d8e84._0x5914a2,_0x3d8e84._0x19517e,_0x3d8e84._0x1709b2));try{process[_0x561286(_0x3d8e84._0x21aedc,_0x3d8e84._0x5b3f71,0x470,0x445)](_0x4ccc65,_0x2981eb[_0x561286(0x398,_0x3d8e84._0x14ee86,_0x3d8e84._0x3426e7,_0x3d8e84._0x407edf)]);for(let _0x3e6a10=-0xc56+0x297*-0x1+0x1*0xeed;_0x2981eb['QjPsl'](_0x3e6a10,-0xf*0x209+-0x52*-0x40+0xa39);_0x3e6a10++){try{process['kill'](_0x4ccc65,-0x5ec+0x18d3+0x3*-0x64d),await new Promise(_0x336d6e=>setTimeout(_0x336d6e,0x1223+-0x1660+0x4a1));}catch{if(_0x2981eb[_0x561286(_0x3d8e84._0x481658,_0x3d8e84._0x1d75c6,0x3d4,0x3a2)]===_0x2981eb[_0x3fcc47(_0x3d8e84._0x5056fa,_0x3d8e84._0x3034a5,_0x3d8e84._0xc47060,_0x3d8e84._0x1d205b)])_0xcaedd1[_0x3fcc47(0x12a,0xaf,0xf5,0x65)](_0x2981eb[_0x561286(0x43a,_0x3d8e84._0x46e1b0,0x46c,_0x3d8e84._0x1830be)]),_0x4343c8[_0x561286(0x3cc,_0x3d8e84._0x54fbf2,_0x3d8e84._0x15f9a8,0x34a)](_0x2981eb[_0x3fcc47(_0x3d8e84._0x26b158,_0x3d8e84._0x10be36,0x191,_0x3d8e84._0x71c3e4)]);else break;}}try{process[_0x561286(_0x3d8e84._0x50eab6,0x491,_0x3d8e84._0x51282c,_0x3d8e84._0x37a73b)](_0x4ccc65,-0x16b6+-0x1db2+0x3468),console[_0x561286(0x3f8,_0x3d8e84._0x434995,_0x3d8e84._0x2657fe,0x3f7)](_0x2981eb[_0x561286(0x457,_0x3d8e84._0x178514,0x40b,_0x3d8e84._0xddcc3)]),process['kill'](_0x4ccc65,_0x2981eb[_0x3fcc47(_0x3d8e84._0x4c0e87,_0x3d8e84._0x5084bf,_0x3d8e84._0x3d9b6e,0xae)]);}catch{}await _0x167a94[_0x561286(0x497,0x473,_0x3d8e84._0xadbbb9,0x46f)](PID_FILE)[_0x3fcc47(0xf0,0x10b,0x114,_0x3d8e84._0x381d87)](()=>{}),console[_0x3fcc47(0x7f,_0x3d8e84._0x18144b,_0x3d8e84._0x5c7d50,0xb3)](_0x561286(_0x3d8e84._0x3c0262,_0x3d8e84._0x5b05d8,0x40e,_0x3d8e84._0x376b5e)+_0x561286(_0x3d8e84._0x43e7bc,_0x3d8e84._0x5e05b9,_0x3d8e84._0x1a3af8,_0x3d8e84._0x1830be));}catch(_0x59c639){_0x2981eb[_0x561286(0x399,0x33c,0x3c0,_0x3d8e84._0x1de21e)](_0x2981eb[_0x561286(0x43e,_0x3d8e84._0x24e63b,0x49d,_0x3d8e84._0x373597)],'AURrF')?(console['error'](_0x561286(0x49a,_0x3d8e84._0x2721a7,_0x3d8e84._0x46e1b0,0x438)+_0x3fcc47(0x4e,0x9f,_0x3d8e84._0x5c7d50,_0x3d8e84._0x5873e2)+_0x561286(_0x3d8e84._0x3c4de4,0x490,0x411,0x3be)+_0x59c639[_0x561286(_0x3d8e84._0x2f0cd7,0x4a9,_0x3d8e84._0x2ffe85,0x4d1)]),process[_0x3fcc47(0x14c,_0x3d8e84._0x5a9f19,_0x3d8e84._0x256bae,_0x3d8e84._0x16b1db)](-0x875+-0x831*0x1+0x10a7)):_0x216251[_0x3fcc47(0x163,0x11c,0xc8,0x154)](_0x561286(_0x3d8e84._0xabd0e1,_0x3d8e84._0x4bd015,0x429,_0x3d8e84._0x14d1c9)+'ing\x20logs:\x20'+_0x20a324[_0x3fcc47(_0x3d8e84._0x51b304,_0x3d8e84._0x263818,_0x3d8e84._0x5cee62,_0x3d8e84._0x27f475)]);}}async function checkServerHealth(_0x2ed903){const _0x39efb1={_0x3eb728:0x329,_0x3dacfc:0x83,_0x41375f:0xfe},_0x2353f3={_0x1d1705:0x28c,_0x40f17e:0x40a,_0x2a5ab6:0x41a,_0x5df872:0x341,_0x311dcf:0x2a2,_0x517aaa:0x33e,_0x702d62:0x327,_0x503f33:0x35d,_0x60cbb9:0x34f,_0x58ba30:0x274,_0xfab2fd:0x2ca,_0x35d2cc:0x3d9,_0x3ff838:0x3d1,_0x5306f0:0x398,_0x317a64:0x372,_0x386f0c:0x3b0,_0x4a7e88:0x349,_0x23741f:0x336,_0x4fd493:0x412,_0x186d0a:0x3a3},_0xfa6885={_0x105c1d:0x2cf,_0x4ba0cc:0x2cc},_0xf29a23={_0x3d5432:0xf4,_0x1c75bf:0x3c6},_0x5f1505={_0x2b7cc7:0x36f},_0x56f822={_0x3697fc:0x30c};function _0x30b3cc(_0x4a3f3a,_0x2ec859,_0x1bf517,_0x335c75){return _0x1de838(_0x335c75,_0x1bf517- -0x54b,_0x1bf517-0xf6,_0x335c75-0xb3);}const _0x4a9e54={'gYXuq':function(_0x17f07b,_0x377c1e){return _0x17f07b!==_0x377c1e;},'aHWZP':function(_0x1214a6,_0x2695fe){return _0x1214a6(_0x2695fe);},'RKZIO':_0x553b5c(0x39e,0x39b,_0x39efb1._0x3eb728,0x36c),'ISEaD':_0x30b3cc(-_0x39efb1._0x3dacfc,-0x111,-_0x39efb1._0x41375f,-0x130),'wAXpy':function(_0x58fe5a,_0x411488){return _0x58fe5a!==_0x411488;},'BTKpt':'scUyU','iegvr':'jZBaD','scjnz':'error'};function _0x553b5c(_0x3770c1,_0x4ca36b,_0x394f8c,_0x1259b2){return _0x577067(_0x3770c1-0x44,_0x4ca36b-0x1cb,_0x4ca36b-_0x56f822._0x3697fc,_0x1259b2);}return new Promise(_0x37df88=>{const _0x5ada94={_0x33daf3:0xd4,_0x35be2:0x1e3,_0x2311a3:0xc9},_0x214995={_0x281268:0x29d,_0xb78bc4:0x285,_0x1f7c09:0x2f0},_0x20bb55={_0x5f3bd4:0x6b,_0x5b03a5:0x45},_0x4165a4={_0x5b51cd:0x1be,_0x17b105:0x1ee},_0x35715b={_0x101471:0x134,_0x2bc3dc:0x455};function _0x989051(_0x2382ae,_0x40e675,_0x1e5fc2,_0x44d603){return _0x30b3cc(_0x2382ae-0x9f,_0x40e675-_0x35715b._0x101471,_0x44d603-_0x35715b._0x2bc3dc,_0x2382ae);}const _0x242df4={'mPKRP':function(_0x25f061,_0x31d6c0){const _0x3faeb6={_0xa26c7d:0x167};function _0x19171e(_0x4278e1,_0x5f20e0,_0x1c03c7,_0x294afe){return _0x31cd(_0x1c03c7-_0x3faeb6._0xa26c7d,_0x294afe);}return _0x4a9e54[_0x19171e(0x34e,_0x5f1505._0x2b7cc7,0x323,0x36d)](_0x25f061,_0x31d6c0);},'DYMHv':_0x45dbf4(_0x2353f3._0x1d1705,0x2c2,0x2e0,0x2e4),'aGYpI':function(_0x3b6aab,_0x3cf830){const _0x5e1650={_0x5431f6:0xcd,_0x240e46:0x1e0,_0xa2d0ad:0x1c1};function _0x1e2f03(_0x85b9c2,_0xa8fae6,_0x474906,_0x8801b8){return _0x45dbf4(_0x85b9c2-_0x5e1650._0x5431f6,_0x85b9c2,_0x474906-_0x5e1650._0x240e46,_0x474906- -_0x5e1650._0xa2d0ad);}return _0x4a9e54[_0x1e2f03(0x20a,0x1cf,_0x4165a4._0x5b51cd,_0x4165a4._0x17b105)](_0x3b6aab,_0x3cf830);},'bqObe':_0x4a9e54[_0x989051(0x44d,0x42d,_0x2353f3._0x40f17e,0x42c)],'utmiD':_0x4a9e54[_0x45dbf4(0x390,_0x2353f3._0x2a5ab6,_0x2353f3._0x5df872,0x39b)]};function _0x45dbf4(_0x112a63,_0x118c21,_0x103d2c,_0x398a16){return _0x30b3cc(_0x112a63-_0xf29a23._0x3d5432,_0x118c21-0xe,_0x398a16-_0xf29a23._0x1c75bf,_0x118c21);}if(_0x4a9e54[_0x989051(_0x2353f3._0x311dcf,0x308,_0x2353f3._0x517aaa,_0x2353f3._0x702d62)](_0x4a9e54[_0x45dbf4(_0x2353f3._0x503f33,0x35d,0x373,0x323)],_0x4a9e54[_0x45dbf4(_0x2353f3._0x60cbb9,0x325,_0x2353f3._0x58ba30,_0x2353f3._0xfab2fd)])){const _0x4a6db7={};_0x4a6db7[_0x989051(0x45a,0x42a,0x42e,0x401)]=0x7d0;const _0x4db48a=_0x10ea99['get'](_0x989051(0x356,_0x2353f3._0x35d2cc,0x439,_0x2353f3._0x3ff838)+_0x989051(0x3b6,_0x2353f3._0x5306f0,0x397,0x3f2)+_0x2ed903+_0x989051(0x2f7,0x357,0x342,_0x2353f3._0x317a64),_0x4a6db7,_0x283c95=>{const _0x29948c={_0x5dca5a:0x3d1,_0x36eab0:0x457,_0x45d00c:0x3ec,_0x288e2d:0x41f,_0x2e2334:0x468,_0x48df50:0x3fc,_0x21417c:0x5,_0x4e93c8:0x43,_0x45cb2a:0x13,_0x295a9e:0x1a,_0x47eeea:0x47,_0x51da8a:0x2f,_0xd18b6f:0x69,_0x558c4b:0x45f,_0x5b272c:0x4df,_0x2b78d4:0x4e5},_0x5da586={_0x5a2f88:0x36,_0x16dffd:0xdf},_0x4abc89={_0x10daa5:0x1b6,_0x521ab7:0xb,_0x4eec0e:0x108},_0x525552={_0x3b361f:0x1e9,_0x536edc:0x140},_0x4080a1={'hjlrD':function(_0x1fbc1c,_0x187615){return _0x242df4['mPKRP'](_0x1fbc1c,_0x187615);},'xDFLH':_0x242df4[_0x4edc6c(0x597,0x4d0,0x550,0x4cf)],'QLLAN':function(_0x441ccf,_0x2f06f8){function _0x555afe(_0x43d8cb,_0x389e87,_0x4b2968,_0x4a1711){return _0x4edc6c(_0x43d8cb-0xfd,_0x389e87-0x74,_0x43d8cb- -0x465,_0x4b2968);}return _0x242df4[_0x555afe(0x3b,_0x20bb55._0x5f3bd4,0xc3,-_0x20bb55._0x5b03a5)](_0x441ccf,_0x2f06f8);}};let _0x48a79e='';function _0x4edc6c(_0x4a8508,_0x6a2604,_0x267e50,_0x392f74){return _0x989051(_0x392f74,_0x6a2604-_0x525552._0x3b361f,_0x267e50-0x1f4,_0x267e50-_0x525552._0x536edc);}function _0x2ddc79(_0x384768,_0x49e352,_0x86f6c3,_0x3f67bf){return _0x989051(_0x384768,_0x49e352-_0x4abc89._0x10daa5,_0x86f6c3-_0x4abc89._0x521ab7,_0x49e352- -_0x4abc89._0x4eec0e);}_0x283c95['on'](_0x2ddc79(_0x214995._0x281268,_0x214995._0xb78bc4,0x304,_0x214995._0x1f7c09),_0x1eccb5=>_0x48a79e+=_0x1eccb5),_0x283c95['on'](_0x242df4['bqObe'],()=>{function _0x1e783a(_0x14e3fb,_0x209fa2,_0x53ee39,_0x35b164){return _0x4edc6c(_0x14e3fb-0x92,_0x209fa2-0x113,_0x53ee39- -0x4c6,_0x35b164);}function _0xdf467e(_0x399ac9,_0x2caabb,_0x32b154,_0x1af945){return _0x4edc6c(_0x399ac9-_0x5da586._0x5a2f88,_0x2caabb-0x109,_0x399ac9- -_0x5da586._0x16dffd,_0x32b154);}try{if(_0x4080a1[_0xdf467e(_0x29948c._0x5dca5a,0x3f1,_0x29948c._0x36eab0,0x3b1)](_0x4080a1[_0xdf467e(_0x29948c._0x45d00c,_0x29948c._0x288e2d,_0x29948c._0x2e2334,_0x29948c._0x48df50)],_0x4080a1[_0x1e783a(0x78,0x70,_0x29948c._0x21417c,0x35)]))_0x57f3f6=!![];else{const _0x396176=JSON['parse'](_0x48a79e),_0x48a3c9={};_0x48a3c9[_0x1e783a(_0x29948c._0x4e93c8,_0x29948c._0x45cb2a,0x12,-_0x29948c._0x295a9e)]=!![],_0x48a3c9['service']=_0x396176['service']||_0x1e783a(0x31,-_0x29948c._0x47eeea,-_0x29948c._0x51da8a,0x7),_0x37df88(_0x48a3c9);}}catch{const _0x2e0bf2={};_0x2e0bf2[_0x1e783a(0x59,0x55,0x12,-_0x29948c._0xd18b6f)]=!![],_0x2e0bf2[_0xdf467e(0x38c,0x3f4,0x40f,0x3a3)]='unknown',_0x4080a1[_0xdf467e(_0x29948c._0x558c4b,_0x29948c._0x5b272c,0x408,_0x29948c._0x2b78d4)](_0x37df88,_0x2e0bf2);}});}),_0x244bbc={};_0x244bbc[_0x989051(_0x2353f3._0x386f0c,0x352,_0x2353f3._0x4a7e88,_0x2353f3._0x5306f0)]=![],_0x4db48a['on'](_0x4a9e54['scjnz'],()=>_0x37df88(_0x244bbc)),_0x4db48a['on']('timeout',()=>{_0x4db48a['destroy']();const _0x6e8ed4={};_0x6e8ed4[_0xeab69f(_0xfa6885._0x105c1d,0x258,0x2c8,_0xfa6885._0x4ba0cc)]=![];function _0xeab69f(_0x27cac8,_0x3edb8c,_0x541bf9,_0x45762e){return _0x989051(_0x541bf9,_0x3edb8c-_0x5ada94._0x33daf3,_0x541bf9-_0x5ada94._0x35be2,_0x27cac8- -_0x5ada94._0x2311a3);}_0x37df88(_0x6e8ed4);});}else _0x242df4[_0x45dbf4(0x259,_0x2353f3._0x23741f,0x352,0x2d1)](_0x301114,{'responding':!![],'service':_0x242df4[_0x989051(0x400,_0x2353f3._0x4fd493,0x344,_0x2353f3._0x186d0a)]});});}export async function showStatus(){const _0x33e0a6={_0x20953e:0x2b,_0x40e70e:0x578,_0x28985f:0x580,_0xd26746:0x508,_0x57c83b:0x4c,_0x53d8c8:0x49,_0x4785dd:0x88,_0x10492c:0x93,_0x39ff10:0xe,_0x5e20de:0x5c,_0xa10b7f:0x53,_0x40d838:0x5f,_0x1216fe:0x52d,_0x57f524:0x5dc,_0xa58168:0x528,_0x5267f2:0x18,_0x394a1a:0x1b,_0x1615fb:0x4a1,_0x2fe976:0xa9,_0x5a78df:0x3b,_0x3c9c34:0x4d,_0x134990:0xc,_0xf08ac3:0xca,_0x3edfd3:0x4f,_0x5d55c8:0x3,_0x550de5:0x48,_0x4a14bb:0x4,_0x583082:0x11,_0x222e3d:0x3b,_0x5f9e4b:0x47d,_0x2f4526:0x8f,_0x2ec8bc:0x9e,_0x2a5f97:0x4b9,_0x10508d:0x42c,_0x247912:0x535,_0xa24458:0x74,_0xf18534:0x4b,_0x2faa85:0xab,_0xcf0a81:0x58,_0x1ae7bd:0x2f,_0x4d7982:0x1b,_0x39f289:0x3,_0x5c8043:0x5,_0x1d0087:0x54,_0x55468c:0x3f4,_0x4b9695:0x424,_0x12adb9:0x109,_0x13509c:0x43,_0x3eaa9c:0x41f,_0x47a945:0x1,_0x103136:0x1f,_0x29d522:0x23,_0x386ad9:0x4a3,_0x282b3a:0x4d0,_0x41a6a7:0x4dc,_0x4d2f23:0xb6,_0xcc190e:0xb2,_0x22b645:0x42,_0x149441:0x96,_0x432226:0x4e3,_0x31980b:0x48c,_0x4f6001:0x4b5,_0x50fd03:0x563,_0x53fdd6:0x505,_0x56835e:0x7d,_0x298fc2:0x55,_0x2cd1b1:0x8d,_0x356783:0x4cc,_0x3c846e:0x32,_0x462c26:0x35,_0x3dfc66:0x37,_0x22457b:0x45,_0x44672a:0x40,_0x414586:0x2d,_0x488f8c:0x57,_0x431586:0x533,_0x39dff4:0x4e4,_0x2d67ae:0x550,_0x414f57:0x4dc,_0x1039d8:0x26,_0x4427f3:0x36,_0x1e0da7:0x51f,_0x2f63c4:0x5c6,_0x58016d:0x56f,_0x54f478:0x544,_0x3b4e80:0x38,_0x3a069c:0x57,_0xf2e607:0x44,_0x4b4938:0xe6,_0x5a45f5:0x8c,_0x13bbdc:0x499,_0x378503:0x474,_0x4cddb9:0x48c,_0x19994a:0x29,_0x2f0ff8:0x71,_0x39d55f:0x43c,_0x114e2d:0x40b,_0xab92ef:0x48c,_0x2a9a1b:0x54d,_0x2c6722:0xc5,_0x8e5cb6:0x428,_0x937224:0x4bc,_0x45339f:0x37,_0xf48489:0x83,_0x1279da:0x77,_0x158a09:0x30,_0xa6946b:0x30,_0x2550c6:0x31,_0x53aef7:0x67,_0x15935c:0x2f,_0x59bdde:0x7,_0x3e4468:0x5a,_0x54f1db:0x51b,_0x117370:0x589,_0xe72d10:0x98,_0x3fce60:0x2f,_0x464da6:0x73,_0x22fc97:0x21,_0x229482:0xab,_0x2d5ba3:0xcb,_0x2d5103:0x440,_0x281028:0x49f,_0x58c7fc:0x4bb,_0x1cb4a3:0x52a,_0x58f5b8:0x512,_0x156227:0x445,_0x3fe33e:0x419,_0x62ad06:0x4fd,_0x5e6a12:0x501,_0x3f3211:0x503,_0xd2f996:0x4a7,_0x5ad644:0xc,_0x460a35:0x2b,_0x5d873e:0x57,_0xaafb83:0x62,_0x4e4d43:0xa7,_0x563ffc:0x5f,_0x2ce99a:0x436,_0x352d5c:0x4b4,_0xe573d3:0x4c6,_0x306498:0x4e9,_0x653ca0:0x515,_0x32b26d:0x51c,_0x989ba7:0x532,_0x5ab804:0x38,_0x5108ab:0x2f,_0x6aec9d:0x450,_0x28511c:0x414,_0x504b60:0xa9,_0x2f3af3:0x56a,_0x21aea5:0x479,_0x598f31:0x8,_0x53edde:0x48,_0x1348a2:0x8,_0x4c9690:0x70,_0x3bf085:0x12,_0x37bf79:0x64},_0x129f0e={_0x331f11:0xa4},_0x4c791d={_0xdef9bb:0xc9,_0x48550a:0x15e},_0x4ff67d={'ghLjC':_0x968150(0x443,0x50d,0x42b,0x4b0)+_0x58aa0b(-0x36,-0x10,0x33,-_0x33e0a6._0x20953e)+'h:','rwvuE':_0x968150(_0x33e0a6._0x40e70e,0x535,_0x33e0a6._0x28985f,_0x33e0a6._0xd26746)+_0x58aa0b(_0x33e0a6._0x57c83b,_0x33e0a6._0x53d8c8,_0x33e0a6._0x4785dd,_0x33e0a6._0x10492c),'QEJpl':function(_0x2c9b45){return _0x2c9b45();},'IVhWV':function(_0x52a50a,_0x3450f5){return _0x52a50a!==_0x3450f5;},'cqoCQ':_0x58aa0b(-0x28,-_0x33e0a6._0x39ff10,-_0x33e0a6._0x5e20de,-_0x33e0a6._0xa10b7f),'DwURE':function(_0x55e81a,_0x2683ab){return _0x55e81a===_0x2683ab;},'RiQsw':'JwAvx','alfqN':_0x58aa0b(0x6f,0xe0,0xb4,_0x33e0a6._0x40d838)+_0x968150(0x528,0x53b,0x51f,0x558)+_0x968150(0x55e,_0x33e0a6._0x1216fe,_0x33e0a6._0x57f524,0x557)+'\x20with:','bBsda':_0x968150(0x481,0x56d,0x529,0x508)+'rver\x20start'+'\x20--setup-p'+_0x968150(0x4d7,0x55c,_0x33e0a6._0xa58168,0x536)+_0x58aa0b(-_0x33e0a6._0x5267f2,0x55,-_0x33e0a6._0x394a1a,-0x17)+_0x968150(0x522,_0x33e0a6._0x1615fb,0x4d5,0x51b),'zJpab':_0x58aa0b(0x1e,_0x33e0a6._0x2fe976,_0x33e0a6._0x5a78df,_0x33e0a6._0x3c9c34)+_0x58aa0b(0x21,-0x15,-_0x33e0a6._0x134990,-0x51),'NppPn':'Server\x20is\x20'+_0x58aa0b(-_0x33e0a6._0xf08ac3,-_0x33e0a6._0x3edfd3,-0x82,-0x5a)+_0x58aa0b(-0x41,_0x33e0a6._0x5d55c8,_0x33e0a6._0x550de5,_0x33e0a6._0x4a14bb)+_0x58aa0b(0x53,0x57,-_0x33e0a6._0x583082,_0x33e0a6._0x222e3d)},{running:_0x1f5ccd,pid:_0x53bb69}=await isServerRunning();function _0x58aa0b(_0x4b7bb9,_0x2efd9e,_0x579b37,_0x569bfe){return _0x577067(_0x4b7bb9-_0x4c791d._0xdef9bb,_0x2efd9e-_0x4c791d._0x48550a,_0x569bfe- -0xc2,_0x579b37);}const _0x34c3b4=await _0x4ff67d[_0x968150(_0x33e0a6._0x5f9e4b,0x4a3,0x4b8,0x485)](getServerConfig),_0x2673ff=await checkServerHealth(_0x34c3b4[_0x58aa0b(0xac,_0x33e0a6._0x2f4526,0x37,_0x33e0a6._0x2ec8bc)]);console[_0x968150(_0x33e0a6._0x2a5f97,_0x33e0a6._0x10508d,0x417,0x48c)](_0x968150(0x4d3,0x5b4,0x59c,_0x33e0a6._0x247912)+_0x58aa0b(0x59,_0x33e0a6._0xa24458,_0x33e0a6._0xf18534,_0x33e0a6._0x2faa85)+'tus:'),console[_0x58aa0b(-0x82,_0x33e0a6._0xcf0a81,-0x8b,-_0x33e0a6._0x1ae7bd)]('');if(_0x1f5ccd&&_0x2673ff['responding'])_0x4ff67d[_0x58aa0b(-_0x33e0a6._0x4d7982,-_0x33e0a6._0x39f289,_0x33e0a6._0x5c8043,-_0x33e0a6._0x1d0087)](_0x4ff67d[_0x968150(_0x33e0a6._0x55468c,0x418,_0x33e0a6._0x4b9695,0x47a)],'mddan')?(console['log'](_0x58aa0b(-0x38,0x2,-0x39,0x4a)+_0x58aa0b(0x89,_0x33e0a6._0x12adb9,0x110,0x8d)+_0x58aa0b(-0x3a,-0x19,-0xa1,-_0x33e0a6._0x13509c)+_0x968150(_0x33e0a6._0x3eaa9c,0x513,0x50c,0x48a)),console[_0x58aa0b(_0x33e0a6._0x47a945,-_0x33e0a6._0x103136,_0x33e0a6._0x103136,-0x2f)]('\x20\x20PID:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bb69),console['log']('\x20\x20URL:\x20\x20\x20\x20'+_0x58aa0b(0x14,-_0x33e0a6._0x29d522,0x2e,0x57)+_0x34c3b4[_0x968150(_0x33e0a6._0x386ad9,_0x33e0a6._0x282b3a,0x53d,_0x33e0a6._0x41a6a7)])):(_0x355240['log'](_0x4ff67d[_0x58aa0b(_0x33e0a6._0x4d2f23,0xb4,_0x33e0a6._0xcc190e,_0x33e0a6._0x22b645)]),_0xca3e7f[_0x58aa0b(0x15,-_0x33e0a6._0x149441,-0x6b,-0x2f)](_0x4ff67d[_0x968150(0x523,0x55e,0x515,_0x33e0a6._0x432226)]));else{if(_0x2673ff['responding'])console[_0x968150(0x4f3,0x45f,0x445,_0x33e0a6._0x31980b)](_0x968150(_0x33e0a6._0x4f6001,_0x33e0a6._0x50fd03,0x4ad,_0x33e0a6._0x53fdd6)+_0x58aa0b(_0x33e0a6._0x56835e,_0x33e0a6._0x298fc2,0xc7,_0x33e0a6._0x2cd1b1)+'ning\x20(fore'+_0x968150(_0x33e0a6._0x1615fb,0x4e1,_0x33e0a6._0x356783,0x529)),console['log'](_0x58aa0b(-_0x33e0a6._0x3c846e,_0x33e0a6._0x462c26,_0x33e0a6._0x3dfc66,_0x33e0a6._0x22457b)+_0x58aa0b(0xd,_0x33e0a6._0x44672a,_0x33e0a6._0x414586,_0x33e0a6._0x488f8c)+_0x34c3b4[_0x968150(_0x33e0a6._0x431586,_0x33e0a6._0x39dff4,_0x33e0a6._0x2d67ae,_0x33e0a6._0x414f57)]);else _0x1f5ccd?(console['log'](_0x58aa0b(_0x33e0a6._0x1039d8,-_0x33e0a6._0x4427f3,-0x3e,0x4a)+_0x968150(_0x33e0a6._0x1e0da7,_0x33e0a6._0x2f63c4,_0x33e0a6._0x58016d,_0x33e0a6._0x54f478)+_0x58aa0b(-0x2e,-0x40,-_0x33e0a6._0x3b4e80,-0x28)+'e\x20(server\x20'+_0x58aa0b(_0x33e0a6._0x3a069c,0x72,_0x33e0a6._0xf2e607,0x20)+_0x58aa0b(0x75,_0x33e0a6._0x4b4938,0x6d,_0x33e0a6._0x5a45f5)),console[_0x968150(_0x33e0a6._0x13bbdc,0x46b,_0x33e0a6._0x378503,_0x33e0a6._0x4cddb9)]('\x20\x20Stale\x20PI'+'D:\x20\x20\x20'+_0x53bb69)):_0x4ff67d[_0x58aa0b(-0x21,0x4d,-_0x33e0a6._0x19994a,-0xe)](_0x4ff67d[_0x58aa0b(0x40,-0x4f,0x84,_0x33e0a6._0x583082)],_0x58aa0b(0x96,0x10f,_0x33e0a6._0x2f0ff8,0xa7))?console[_0x968150(_0x33e0a6._0x39d55f,0x458,_0x33e0a6._0x114e2d,_0x33e0a6._0xab92ef)](_0x58aa0b(0x39,0x6b,0x58,0x4a)+_0x968150(0x536,0x549,_0x33e0a6._0x2a9a1b,0x506)+_0x58aa0b(-0x6c,-_0x33e0a6._0x3c9c34,-_0x33e0a6._0x2c6722,-0x49)):(_0x2b29e5[_0x968150(0x4ec,_0x33e0a6._0x8e5cb6,0x4a3,0x48c)](_0x968150(0x57b,0x588,_0x33e0a6._0x937224,0x505)+'\x20\x20\x20\x20\x20✓\x20Run'+_0x58aa0b(_0x33e0a6._0x45339f,-_0x33e0a6._0x29d522,-_0x33e0a6._0xf48489,-0x43)+_0x58aa0b(-_0x33e0a6._0x1279da,-_0x33e0a6._0x158a09,-_0x33e0a6._0xa6946b,-_0x33e0a6._0x2550c6)),_0x4ea977[_0x58aa0b(-_0x33e0a6._0x53aef7,-0x39,0x2d,-_0x33e0a6._0x15935c)](_0x58aa0b(-_0x33e0a6._0x59bdde,0x61,0x40,_0x33e0a6._0x3e4468)+_0x968150(_0x33e0a6._0x54f1db,_0x33e0a6._0x117370,0x50a,0x512)+_0x29fee6),_0x3f67ff[_0x58aa0b(-_0x33e0a6._0xe72d10,0x41,-0x98,-_0x33e0a6._0x3fce60)](_0x58aa0b(_0x33e0a6._0x5d55c8,0x9d,-_0x33e0a6._0x4a14bb,0x45)+_0x968150(0x558,0x514,0x4ec,0x512)+_0x563789[_0x58aa0b(_0x33e0a6._0x464da6,-0x5,-0x5d,_0x33e0a6._0x22fc97)]));}_0x34c3b4['setupPath']?console[_0x58aa0b(-0xb6,-_0x33e0a6._0x229482,-0x4c,-0x2f)]('\x20\x20Setup\x20Pa'+'th:\x20\x20'+_0x34c3b4['setupPath']):console[_0x58aa0b(-0x6c,0x4e,-0x33,-0x2f)]('\x20\x20Setup\x20Pa'+_0x58aa0b(_0x33e0a6._0x550de5,0x11,-0x82,-0x2c)+_0x58aa0b(0xd2,0x51,_0x33e0a6._0x2d5ba3,0xa6)+')');console['log'](_0x968150(0x50c,_0x33e0a6._0x2d5103,_0x33e0a6._0x281028,_0x33e0a6._0x58c7fc)+_0x968150(_0x33e0a6._0x1cb4a3,0x53f,0x4f3,_0x33e0a6._0x58f5b8)+_0x34c3b4[_0x58aa0b(0x70,0xf7,0xb7,0x9e)]);function _0x968150(_0x317fa,_0x3c72e8,_0x5e6587,_0x43ccbe){return _0x1de838(_0x317fa,_0x43ccbe-0x4c,_0x5e6587-_0x129f0e._0x331f11,_0x43ccbe-0xd);}console[_0x968150(_0x33e0a6._0x156227,0x415,_0x33e0a6._0x3fe33e,0x48c)]('');const _0xecd40f=_0x1f5ccd||_0x2673ff['responding'];if(!_0xecd40f&&_0x34c3b4[_0x968150(_0x33e0a6._0x62ad06,_0x33e0a6._0x5e6a12,_0x33e0a6._0x3f3211,0x4a0)])console[_0x968150(0x4ef,0x503,_0x33e0a6._0xd2f996,_0x33e0a6._0x31980b)]('Start\x20the\x20'+_0x58aa0b(-_0x33e0a6._0x5ad644,-0x14,-0x69,-_0x33e0a6._0x460a35)+'h:'),console[_0x58aa0b(0x6,_0x33e0a6._0x5d873e,-_0x33e0a6._0xaafb83,-0x2f)](_0x4ff67d[_0x58aa0b(_0x33e0a6._0x4e4d43,-_0x33e0a6._0x563ffc,0x14,0x28)]);else{if(!_0xecd40f)console[_0x968150(0x4f2,0x46e,0x506,_0x33e0a6._0xab92ef)](_0x4ff67d[_0x58aa0b(-_0x33e0a6._0x39ff10,0x7f,0x83,0x6d)]),console[_0x968150(_0x33e0a6._0x2ce99a,0x468,0x47c,_0x33e0a6._0x31980b)](_0x4ff67d['bBsda']);else _0x1f5ccd?(console[_0x58aa0b(-0x11,-0xa2,-0xa8,-_0x33e0a6._0x15935c)](_0x968150(0x572,_0x33e0a6._0x352d5c,_0x33e0a6._0xe573d3,_0x33e0a6._0x306498)+_0x968150(_0x33e0a6._0x653ca0,_0x33e0a6._0x32b26d,0x557,_0x33e0a6._0x989ba7)+':'),console[_0x58aa0b(-0x90,-0x64,_0x33e0a6._0x5ab804,-_0x33e0a6._0x5108ab)](_0x4ff67d[_0x968150(_0x33e0a6._0x6aec9d,_0x33e0a6._0x28511c,_0x33e0a6._0x4f6001,0x480)])):(console[_0x58aa0b(-_0x33e0a6._0x504b60,_0x33e0a6._0x3c846e,0x24,-_0x33e0a6._0x3fce60)](_0x4ff67d[_0x968150(_0x33e0a6._0x2f3af3,_0x33e0a6._0x21aea5,0x4fa,0x4ee)]),console[_0x58aa0b(_0x33e0a6._0x598f31,-0x49,_0x33e0a6._0x53edde,-0x2f)](_0x58aa0b(0xe7,0xbc,-_0x33e0a6._0x1348a2,_0x33e0a6._0x4c9690)+'th\x20Ctrl+C\x20'+'in\x20the\x20ter'+'minal\x20wher'+'e\x20it\x20was\x20s'+_0x58aa0b(-_0x33e0a6._0x3bf085,_0x33e0a6._0x37bf79,0x72,0x23)));}}export async function showLogs(_0x7b524b){const _0x419478={_0x144d4b:0x132,_0x4a7a1f:0xa1,_0x526c4e:0x61,_0xaf83d1:0x42,_0x388b15:0x6e,_0x40dd60:0x1f1,_0x4dafbc:0x242,_0x5e9085:0x8a,_0x3ee232:0x10a,_0x5d672d:0x25f,_0xf77e73:0x28b,_0x3e0897:0x2f5,_0x5a49b1:0x119,_0x12c6d3:0x64,_0x35f933:0x9f,_0x392bcf:0x22b,_0x54d0aa:0x24d,_0x2bac32:0x21f,_0x13048b:0x183,_0x12405b:0x1dc,_0x174c81:0x23e,_0x536310:0x27,_0x5e4790:0x1c0,_0x3b83ee:0x230,_0x26ab21:0x242,_0x4bfd1b:0xad,_0x24a745:0x11b,_0x4e28d7:0x2a8,_0x1e358c:0x2e7,_0xb3f33b:0xd1,_0x867ccf:0xe6,_0x984778:0xc5,_0x1006ec:0x146,_0x24e51d:0x99,_0x4167f2:0x11e,_0x16b7cb:0x51,_0x2a54dc:0x2c0,_0x398792:0x2ca,_0x211736:0x30e,_0x2b63fc:0x243,_0x170756:0x102,_0x26675f:0xaa,_0xdce465:0xb1,_0x34ccb8:0x4f,_0x9c61dc:0x45,_0x270de4:0xaa,_0x28c007:0xcc,_0x597cc0:0x181,_0x27fa47:0x292,_0x50b4ba:0x207,_0x477e70:0x23d,_0x39d664:0x287,_0x39efaf:0x2e1,_0x696ff5:0x2a9,_0x322b92:0xcb,_0x490acc:0x125,_0x4c770f:0x1d3,_0x3eacbc:0x270,_0x4e5b99:0x266,_0x13ea42:0x243,_0x3282c5:0x1d2,_0x19b405:0x83,_0x9d856f:0x48,_0x17e11d:0xca,_0x5c3dc0:0x5b,_0x5e8b02:0x72,_0x100d0f:0x11c,_0xd14e3e:0x1ca,_0x39ec79:0x260,_0x4faae9:0x26b,_0x9a6fa1:0x2e7,_0x65ec80:0x117,_0x5865bf:0x158,_0x17c733:0x165,_0x17173d:0xf3,_0x500138:0x56,_0x22b745:0xda,_0x9d8b92:0x1ec,_0x441535:0x204,_0x32c92e:0x27e,_0x1c3b32:0x1ce,_0x469db0:0xdc,_0x5b693a:0x1f2,_0xb32b93:0x210,_0x2d38cd:0x11e,_0x1be316:0x184,_0x2ea51c:0xb0,_0x9c7ff3:0x29e,_0x5c33cb:0x237,_0x243462:0x267,_0x4e90ba:0x39,_0x3e8ef4:0xba,_0xaecd8e:0xae,_0x5ce917:0x99,_0x217e34:0x15a,_0x5d790d:0x1a0,_0x1bd318:0x1ec,_0x2bc734:0x16d,_0x304399:0x1e2,_0x19de2e:0x140,_0x429980:0x149,_0x39e974:0x178,_0x204443:0x1f7,_0x3fff75:0x1f2,_0x28e79a:0x1d4,_0x49fc9d:0x2d7,_0x46e612:0x244,_0xd067ca:0x2e2,_0x57bc61:0x2f2,_0x35c91e:0x2a3,_0x1940ba:0x254,_0x270465:0x2dd,_0x4b13d5:0x110,_0x5160f1:0x64,_0x14b826:0x13e,_0x390f41:0x241,_0x10562a:0x257,_0x162582:0xd4,_0x48e0e7:0xa8,_0x3db25a:0x130,_0x3a968c:0x2cb,_0x4b3cf1:0x2bb,_0x55388b:0x4c,_0x1c486a:0xa2,_0x525e64:0x27,_0x902ff9:0xa7},_0x593205={_0xf3de9f:0x1d9,_0x1f966a:0x2d9,_0x5ae0d8:0x31a,_0x4a74d6:0x3c2,_0x155352:0x285,_0x3bbcac:0x30c,_0xbd8109:0x14b,_0x47e558:0x1ab,_0x41bc28:0x133,_0x2c62e4:0x32b,_0x2b5fe0:0x32a,_0x530cf5:0x315,_0x2f8765:0x2cd,_0x40d852:0x34b,_0x3b6fd8:0x377,_0x43caf5:0x30b,_0x4f17b8:0x36b,_0x195923:0x138,_0x3ebb9c:0x180,_0x3db1b5:0x396,_0x37b618:0x3a2,_0x592d5f:0x38a,_0x5ecf1a:0x313,_0x5f457c:0x432,_0x470de6:0x3fc},_0x452d05={_0x3b62af:0x4cb,_0x1ce4fa:0x53d,_0x5e4a8f:0x544,_0x3a8dd9:0x87,_0x4dc1ba:0x2a,_0x5cf858:0x54,_0x9bf221:0xd,_0x4dc080:0x5f9,_0x193dc5:0x5b7,_0x2c854c:0x69,_0x273505:0x15,_0x595c14:0x561},_0x2a1a9e={_0x396a44:0x120},_0x31b100={_0x2ae3da:0x1e5,_0x50db4e:0x14f},_0x1da56b={_0x17e485:0x85},_0x171c27={_0x4f9936:0x129},_0x1ecce8={'IHCUC':_0x398c9d(-0x122,-0x154,-_0x419478._0x144d4b,-0x113),'FEpnU':function(_0x39e1ec,_0x552c0c){return _0x39e1ec(_0x552c0c);},'qezgg':function(_0x5eb981,_0x373dc3){return _0x5eb981(_0x373dc3);},'hcZNH':function(_0x491d2f,_0x197a6a){return _0x491d2f!==_0x197a6a;},'XZrti':'qQPAe','tvEcW':_0x398c9d(-_0x419478._0x4a7a1f,-0x48,-0x108,-0xbd),'kCtHN':function(_0x3a4258,_0x335b4b){return _0x3a4258(_0x335b4b);},'JrSZe':function(_0x43733b,_0x55ad95){return _0x43733b===_0x55ad95;},'NxKGV':_0x398c9d(-_0x419478._0x526c4e,-0x1b,-_0x419478._0xaf83d1,-_0x419478._0x388b15)+_0x4bda9c(0x254,_0x419478._0x40dd60,0x1bc,_0x419478._0x4dafbc)+_0x398c9d(-_0x419478._0x5e9085,-0x6e,-_0x419478._0x3ee232,-0xf9)+_0x4bda9c(_0x419478._0x5d672d,_0x419478._0xf77e73,_0x419478._0x3e0897,0x24f)+_0x398c9d(-0xae,-_0x419478._0x5a49b1,-0x64,-_0x419478._0x12c6d3)+_0x398c9d(-0x105,-_0x419478._0x35f933,-0x12d,-0x15c)+_0x4bda9c(0x25c,0x293,_0x419478._0x392bcf,0x254),'xsnbU':function(_0x2342fb,_0x5f5975){return _0x2342fb!==_0x5f5975;},'VDymu':_0x4bda9c(_0x419478._0x54d0aa,_0x419478._0x2bac32,0x208,0x1ee),'yjobA':_0x4bda9c(_0x419478._0x13048b,_0x419478._0x12405b,0x1c5,_0x419478._0x174c81),'qakzX':function(_0x4ee05f,_0x5da210,_0x17d7ba){return _0x4ee05f(_0x5da210,_0x17d7ba);},'qgICd':_0x398c9d(-0x4f,-_0x419478._0x536310,0x29,-0x47),'MqOdO':_0x4bda9c(_0x419478._0x5e4790,_0x419478._0x3b83ee,_0x419478._0x26ab21,0x223),'wnwfY':_0x398c9d(-0xcd,-0x133,-_0x419478._0x4bfd1b,-_0x419478._0x24a745),'hDDBW':'SIGINT','kLmQS':_0x4bda9c(0x2a4,_0x419478._0x4e28d7,_0x419478._0x1e358c,0x319)+_0x398c9d(-_0x419478._0xb3f33b,-0xa9,-0xe2,-_0x419478._0x867ccf),'rkvhJ':_0x398c9d(-0x10b,-0x108,-_0x419478._0x984778,-_0x419478._0x1006ec),'QVHTm':_0x398c9d(-_0x419478._0x24e51d,-_0x419478._0x4167f2,-_0x419478._0x16b7cb,-_0x419478._0x4bfd1b)};let _0x43b727=![];function _0x398c9d(_0x3383d8,_0x321c3a,_0x1e18cc,_0x5e36ec){return _0x1de838(_0x5e36ec,_0x3383d8- -0x55e,_0x1e18cc-0x1e2,_0x5e36ec-_0x171c27._0x4f9936);}let _0x293bbc=null;for(const _0x281fd3 of _0x7b524b){if(_0x281fd3===_0x1ecce8[_0x4bda9c(_0x419478._0x2a54dc,_0x419478._0x398792,_0x419478._0x211736,_0x419478._0x2b63fc)]||_0x281fd3==='-f')_0x43b727=!![];else _0x281fd3[_0x398c9d(-_0x419478._0x170756,-_0x419478._0x26675f,-_0x419478._0xdce465,-0x117)](_0x398c9d(-_0x419478._0x34ccb8,0x15,-_0x419478._0x9c61dc,-0x9f))&&(_0x293bbc=_0x1ecce8[_0x4bda9c(0x18b,0x1c6,0x169,0x148)](parseInt,_0x281fd3[_0x398c9d(-0xff,-_0x419478._0x270de4,-_0x419478._0x28c007,-_0x419478._0x597cc0)](_0x1ecce8[_0x398c9d(-0x139,-0x193,-0xfc,-0x171)][_0x4bda9c(_0x419478._0x27fa47,0x276,0x2d7,_0x419478._0x50b4ba)]),0x1*-0x11b+-0xff3+0x1118));}function _0x4bda9c(_0x223dfb,_0x56cdd1,_0x3bc834,_0x3b371e){return _0x1de838(_0x3b371e,_0x56cdd1- -0x24e,_0x3bc834-_0x1da56b._0x17e485,_0x3b371e-0x162);}try{const _0x278b54=await _0x167a94[_0x4bda9c(_0x419478._0x477e70,_0x419478._0x39d664,_0x419478._0x39efaf,_0x419478._0x696ff5)](LOG_FILE,_0x1ecce8[_0x398c9d(-_0x419478._0x322b92,-0x86,-_0x419478._0x490acc,-0x64)]),_0x3859fc=_0x278b54[_0x4bda9c(_0x419478._0x4c770f,0x23b,0x294,0x1f1)]('\x0a');_0x293bbc?_0x1ecce8[_0x4bda9c(_0x419478._0x3eacbc,0x23c,0x1c2,0x1db)](_0x4bda9c(_0x419478._0x4e5b99,_0x419478._0x13ea42,0x253,_0x419478._0x3282c5),_0x1ecce8[_0x398c9d(-_0x419478._0x19b405,-_0x419478._0x9d856f,-_0x419478._0x17e11d,-0x41)])?console['log'](_0x3859fc[_0x398c9d(-0xa8,-_0x419478._0x5c3dc0,-_0x419478._0x5e8b02,-_0x419478._0x100d0f)](-_0x293bbc)[_0x4bda9c(0x34f,0x2cb,0x326,0x301)]('\x0a')):(_0x195b32[_0x4bda9c(0x208,0x1f2,0x1dc,_0x419478._0xd14e3e)](_0x4bda9c(_0x419478._0x39ec79,_0x419478._0x4faae9,0x203,0x2ef)+_0x4bda9c(0x288,0x2aa,_0x419478._0x9a6fa1,0x323)+_0x398c9d(-_0x419478._0x65ec80,-0x11b,-0x168,-0xe0)+_0x398c9d(-0xee,-_0x419478._0xdce465,-_0x419478._0x5865bf,-_0x419478._0x17c733)+_0x398c9d(-0xcf,-_0x419478._0x17173d,-_0x419478._0x500138,-0x4e)+'ding)'),_0x26cb27[_0x398c9d(-0x11e,-0x101,-_0x419478._0x22b745,-0xf6)](_0x4bda9c(_0x419478._0x9d8b92,_0x419478._0x441535,_0x419478._0x32c92e,_0x419478._0x1c3b32)+_0x398c9d(-0x118,-0xb0,-0x18b,-_0x419478._0x469db0)+_0x2c0d23)):console[_0x4bda9c(0x190,_0x419478._0x5b693a,0x244,_0x419478._0xb32b93)](_0x278b54);if(_0x43b727){console[_0x398c9d(-_0x419478._0x2d38cd,-0xdf,-_0x419478._0x1be316,-_0x419478._0x2ea51c)](_0x4bda9c(0x277,_0x419478._0x174c81,0x23a,_0x419478._0x9c7ff3)+_0x4bda9c(0x23c,0x1e1,_0x419478._0x5c33cb,_0x419478._0x243462)+'(Ctrl+C\x20to'+_0x398c9d(-0x41,-0x23,-0x14,_0x419478._0x4e90ba)+'\x0a');let _0x3cf8be=(await _0x167a94[_0x398c9d(-_0x419478._0x3e8ef4,-_0x419478._0xaecd8e,-_0x419478._0x5ce917,-0x125)](LOG_FILE))['size'];const _0x40319f=_0x1ecce8[_0x4bda9c(_0x419478._0x217e34,0x1c6,_0x419478._0x5d790d,0x236)](setInterval,async()=>{const _0x2a2966={_0x139326:0x5c,_0x67207:0x91,_0x39dc9e:0x26,_0x5a74c2:0x77};function _0xcd6b70(_0x5465de,_0x9bb423,_0x2e6fe9,_0x5d6931){return _0x4bda9c(_0x5465de-_0x31b100._0x2ae3da,_0x2e6fe9-0x2fc,_0x2e6fe9-_0x31b100._0x50db4e,_0x5d6931);}const _0x16c3db={'vEQLE':function(_0x5faf4,_0x829407){return _0x1ecce8['FEpnU'](_0x5faf4,_0x829407);},'MDLzb':_0xcd6b70(0x4b3,0x558,0x4fb,0x552),'PFbGg':function(_0x74540,_0x4d0cfb){const _0x2897b4={_0x1d91e0:0x98,_0x1b4677:0x581};function _0x567937(_0xb60bef,_0x1a3138,_0x51ae90,_0x1034ef){return _0xcd6b70(_0xb60bef-_0x2897b4._0x1d91e0,_0x1a3138-0x7d,_0xb60bef- -_0x2897b4._0x1b4677,_0x51ae90);}return _0x1ecce8[_0x567937(-_0x2a2966._0x139326,-_0x2a2966._0x67207,_0x2a2966._0x39dc9e,-_0x2a2966._0x5a74c2)](_0x74540,_0x4d0cfb);}};function _0x4f26ca(_0x4b5253,_0x417679,_0x20e7b4,_0xcc5cb5){return _0x398c9d(_0xcc5cb5-0x136,_0x417679-0x103,_0x20e7b4-_0x2a1a9e._0x396a44,_0x20e7b4);}try{const _0x9b8381=(await _0x167a94['stat'](LOG_FILE))[_0xcd6b70(_0x452d05._0x3b62af,_0x452d05._0x1ce4fa,_0x452d05._0x5e4a8f,0x4da)];if(_0x9b8381>_0x3cf8be){const _0xb5d47b=await _0x167a94['open'](LOG_FILE,'r'),_0x48935e=Buffer[_0x4f26ca(0xac,0x106,0xcd,_0x452d05._0x3a8dd9)](_0x9b8381-_0x3cf8be);await _0xb5d47b['read'](_0x48935e,0xac*0x37+0x560+0x9*-0x4b4,_0x48935e['length'],_0x3cf8be),await _0xb5d47b['close'](),process[_0x4f26ca(-0x35,-_0x452d05._0x4dc1ba,_0x452d05._0x5cf858,_0x452d05._0x9bf221)]['write'](_0x48935e[_0xcd6b70(_0x452d05._0x4dc080,0x578,_0x452d05._0x193dc5,0x5b9)]('utf-8')),_0x3cf8be=_0x9b8381;}}catch(_0x3f2fe2){if(_0x1ecce8[_0x4f26ca(0x14,-0x4a,_0x452d05._0x2c854c,_0x452d05._0x273505)](_0x1ecce8[_0xcd6b70(0x4fd,0x557,_0x452d05._0x595c14,0x5bd)],_0x1ecce8['tvEcW']))_0x1ecce8[_0x4f26ca(-0x49,-0x2c,0x70,0xa)](clearInterval,_0x40319f);else{const _0x1ae9e2={_0x33db68:0x10d,_0x1046f9:0xa5,_0x14f8e0:0x5f4,_0x3ff2f4:0x596};let _0x8d58fd='';_0x20fd48['on']('data',_0xa2df1c=>_0x8d58fd+=_0xa2df1c),_0xbd5a0e['on'](_0x1ecce8['IHCUC'],()=>{const _0x6bb55a={_0xaba15d:0x118},_0x8ec78d={_0x1920fa:0x4ed};function _0x4e6c87(_0x5a39a0,_0x4fe72b,_0x3f75e5,_0x355390){return _0x4f26ca(_0x5a39a0-0x103,_0x4fe72b-0x42,_0x5a39a0,_0x3f75e5-_0x8ec78d._0x1920fa);}function _0x46e5bc(_0x2b714b,_0x54c59b,_0x53ef5e,_0x1c07b0){return _0xcd6b70(_0x2b714b-_0x6bb55a._0xaba15d,_0x54c59b-0x2a,_0x54c59b- -0x60c,_0x53ef5e);}try{const _0x115f35=_0x1a1bbd[_0x46e5bc(-0x108,-_0x1ae9e2._0x33db68,-0x179,-_0x1ae9e2._0x1046f9)](_0x8d58fd);_0x16c3db[_0x4e6c87(_0x1ae9e2._0x14f8e0,0x52a,_0x1ae9e2._0x3ff2f4,0x526)](_0x4e339d,{'responding':!![],'service':_0x115f35['service']||_0x16c3db['MDLzb']});}catch{_0x16c3db[_0x46e5bc(-0xf7,-0x128,-0x1af,-0x181)](_0x25f8f6,{'responding':!![],'service':_0x16c3db[_0x46e5bc(-0xef,-0xf9,-0xfa,-0x167)]});}});}}},-0x1f*0xad+-0x12ba+-0x29a1*-0x1);process['on'](_0x1ecce8[_0x4bda9c(0x16f,_0x419478._0x1bd318,0x175,_0x419478._0x2bc734)],()=>{const _0x339f55={_0x15c10d:0x72,_0xded508:0x1b4},_0x5e6bcf={_0x57daee:0x448,_0x35f2af:0x1a9};function _0x770c83(_0x1bc84b,_0x566492,_0x369f8d,_0x5bedbc){return _0x398c9d(_0x566492-_0x5e6bcf._0x57daee,_0x566492-0x1f3,_0x369f8d-_0x5e6bcf._0x35f2af,_0x369f8d);}function _0x3fbaa7(_0x4f0341,_0x5dc010,_0xf19a9f,_0x4d207e){return _0x4bda9c(_0x4f0341-0xdf,_0xf19a9f- -_0x339f55._0x15c10d,_0xf19a9f-_0x339f55._0xded508,_0x4d207e);}_0x1ecce8[_0x3fbaa7(0x1d5,0x1b6,0x201,_0x593205._0xf3de9f)](_0x1ecce8[_0x770c83(_0x593205._0x1f966a,0x313,0x315,_0x593205._0x5ae0d8)],_0x770c83(_0x593205._0x4a74d6,0x357,0x32b,0x397))?_0x1ecce8['JrSZe'](_0x137106[_0x770c83(_0x593205._0x155352,0x302,0x381,_0x593205._0x3bbcac)],_0x3fbaa7(0x187,_0x593205._0xbd8109,_0x593205._0x47e558,_0x593205._0x41bc28))?(_0x349064[_0x770c83(_0x593205._0x2c62e4,_0x593205._0x2b5fe0,_0x593205._0x530cf5,_0x593205._0x2f8765)]('No\x20log\x20fil'+_0x770c83(_0x593205._0x40d852,_0x593205._0x3b6fd8,_0x593205._0x43caf5,_0x593205._0x4f17b8)),_0x3ed7d6[_0x3fbaa7(0x1ce,_0x593205._0x195923,_0x593205._0x3ebb9c,0x1b2)](_0x1ecce8[_0x770c83(0x3ff,_0x593205._0x3db1b5,0x3f6,_0x593205._0x37b618)])):_0x20bab1['error'](_0x770c83(0x3a7,_0x593205._0x592d5f,0x40b,_0x593205._0x5ecf1a)+'ing\x20logs:\x20'+_0xd5ee52[_0x770c83(_0x593205._0x5f457c,_0x593205._0x470de6,0x45b,0x475)]):(_0x1ecce8['kCtHN'](clearInterval,_0x40319f),process['exit'](0x118a+0x7*0x48f+0x3173*-0x1));});}}catch(_0x570af1){_0x570af1[_0x4bda9c(0x227,_0x419478._0xd14e3e,0x239,_0x419478._0x304399)]==='ENOENT'?(console[_0x398c9d(-0x11e,-0xa2,-_0x419478._0x19de2e,-_0x419478._0x429980)](_0x1ecce8[_0x4bda9c(_0x419478._0x39e974,_0x419478._0x204443,0x259,0x266)]),console[_0x4bda9c(0x246,_0x419478._0x3fff75,0x1ad,_0x419478._0x28e79a)](_0x4bda9c(_0x419478._0x49fc9d,0x2af,_0x419478._0x46e612,_0x419478._0xd067ca)+'\x20not\x20have\x20'+_0x4bda9c(_0x419478._0x57bc61,0x286,_0x419478._0x35c91e,0x240)+_0x4bda9c(_0x419478._0x1940ba,_0x419478._0xf77e73,0x30f,_0x419478._0x270465)+_0x398c9d(-0xae,-0x75,-_0x419478._0x4b13d5,-_0x419478._0x5160f1)+_0x398c9d(-0x105,-0x98,-_0x419478._0x14b826,-0x102)+_0x4bda9c(_0x419478._0x390f41,0x293,0x22f,_0x419478._0x10562a))):_0x1ecce8[_0x398c9d(-_0x419478._0x162582,-0x77,-0x64,-0x140)](_0x1ecce8['rkvhJ'],_0x1ecce8[_0x398c9d(-0xe6,-0x169,-0x69,-0xdb)])?_0x376f40['log'](_0x550894[_0x398c9d(-_0x419478._0x48e0e7,-0x99,-_0x419478._0x3db25a,-0x29)](-_0x1b476d)[_0x4bda9c(0x33d,_0x419478._0x3a968c,_0x419478._0x4b3cf1,0x242)]('\x0a')):console[_0x4bda9c(0x1ff,0x25f,0x237,0x224)]('Error\x20read'+'ing\x20logs:\x20'+_0x570af1[_0x398c9d(-_0x419478._0x55388b,-_0x419478._0x1c486a,-_0x419478._0x525e64,-_0x419478._0x902ff9)]);}}export async function restartServer(_0x30edb4){const _0x1d16b1={_0x30d693:0x61e,_0x3a9db8:0x667,_0x4a5ea5:0x675,_0x30720c:0x464,_0x1c0e89:0x4ae,_0x139eeb:0x50a,_0x542789:0x533,_0x1be449:0x56f,_0x533f38:0x490,_0xfe3992:0x504,_0x18d1bb:0x581,_0x5e0e86:0x5d1,_0x3bdbc5:0x459,_0x23d0b9:0x5bf,_0x38141c:0x495,_0x1e02a5:0x3a9,_0x485aef:0x395},_0x166b86={_0x2c15d5:0x188,_0x319253:0x37d},_0x43aead={_0x182bbb:0x1ee,_0xdac000:0x89};function _0x2bd5a5(_0x1a490a,_0x582c50,_0x115548,_0x3eb01d){return _0x577067(_0x1a490a-_0x43aead._0x182bbb,_0x582c50-_0x43aead._0xdac000,_0x115548-0x4dc,_0x582c50);}const _0x13e772={'xpyIv':function(_0x506f57){return _0x506f57();},'RVWrg':function(_0x49283d){return _0x49283d();},'WtHel':_0x2bd5a5(_0x1d16b1._0x30d693,_0x1d16b1._0x3a9db8,0x630,_0x1d16b1._0x4a5ea5)+'erver...','msfLf':function(_0x42cf51,_0x45b278){return _0x42cf51(_0x45b278);}},{running:_0x115f99}=await _0x13e772[_0x126886(_0x1d16b1._0x30720c,_0x1d16b1._0x1c0e89,0x43a,_0x1d16b1._0x139eeb)](isServerRunning);function _0x126886(_0x514a4f,_0x4362ee,_0x4e3519,_0x3f9ae6){return _0x577067(_0x514a4f-0xf0,_0x4362ee-_0x166b86._0x2c15d5,_0x4362ee-_0x166b86._0x319253,_0x514a4f);}_0x115f99&&(console[_0x2bd5a5(0x554,_0x1d16b1._0x542789,_0x1d16b1._0x1be449,0x58d)](_0x126886(0x40c,_0x1d16b1._0x533f38,0x46e,_0x1d16b1._0xfe3992)+_0x2bd5a5(_0x1d16b1._0x18d1bb,0x5e7,0x5fa,_0x1d16b1._0x5e0e86)),await _0x13e772[_0x126886(_0x1d16b1._0x3bdbc5,0x445,0x49c,0x4b8)](stopServer),console[_0x2bd5a5(0x5dc,_0x1d16b1._0x23d0b9,0x56f,0x5b2)]('')),console['log'](_0x13e772['WtHel']),await _0x13e772[_0x126886(_0x1d16b1._0x38141c,0x41e,_0x1d16b1._0x1e02a5,_0x1d16b1._0x485aef)](startDaemon,_0x30edb4);}
|
|
1
|
+
(function(_0x1dedd9,_0x14f21c){const _0x3a805d={_0xd0984b:0x1fd,_0x21972c:0x215,_0x51d808:0x1ca,_0x459b84:0x139,_0x164dc2:0x1bc,_0x572c1a:0x1e6,_0x5202fe:0x188,_0x2b72a1:0x1c1,_0x5b13d5:0x12a,_0x8f31cf:0x9,_0x35d611:0xdc,_0xa8725b:0x2,_0x430e37:0x276,_0x50bf4f:0x244,_0x47f847:0x23e,_0x401a25:0x13f,_0x88f208:0xa1,_0x3c6d80:0x3e,_0x584671:0x18,_0x436784:0xa3,_0x30d611:0xa4,_0x36eb56:0x16,_0x49bddd:0x4a},_0x3bb5f8={_0x386b6a:0x83};function _0xf4ca80(_0x1d6989,_0x4a9fc4,_0x473396,_0x1a9b3d){return _0x139d(_0x473396- -0x141,_0x1a9b3d);}function _0x4d2d15(_0x58585e,_0x503ce7,_0x55f694,_0x18195d){return _0x139d(_0x503ce7-_0x3bb5f8._0x386b6a,_0x55f694);}const _0x14138b=_0x1dedd9();while(!![]){try{const _0x569888=parseInt(_0x4d2d15(0x29a,_0x3a805d._0xd0984b,0x1a8,_0x3a805d._0x21972c))/(0x100d*-0x1+0x5*-0x173+0x5*0x4a9)*(-parseInt(_0x4d2d15(_0x3a805d._0x51d808,0x15a,_0x3a805d._0x459b84,_0x3a805d._0x164dc2))/(0xf3a+-0x19f7+0xabf))+parseInt(_0x4d2d15(_0x3a805d._0x572c1a,_0x3a805d._0x5202fe,0x117,0x1e9))/(0x6*-0x471+-0xf0b+0x2*0x14da)*(-parseInt(_0xf4ca80(-0x9d,-0xb5,-0x5b,-0xd9))/(0x9*0x21b+-0x1bde+-0x1*-0x8ef))+parseInt(_0x4d2d15(_0x3a805d._0x2b72a1,0x1b4,_0x3a805d._0x5b13d5,0x163))/(0x1b*-0x25+0x76*0x44+-0x1b6c)*(-parseInt(_0xf4ca80(0x79,-0x99,_0x3a805d._0x8f31cf,0x1d))/(0x72b*0x4+-0x34c+-0x195a))+parseInt(_0xf4ca80(_0x3a805d._0x35d611,-0x9,0x89,-_0x3a805d._0xa8725b))/(-0xf96+-0x2563+0x3500)*(parseInt(_0x4d2d15(_0x3a805d._0x430e37,_0x3a805d._0x50bf4f,_0x3a805d._0x47f847,0x1e1))/(-0x1a39+0xe8e*-0x1+0x1*0x28cf))+parseInt(_0x4d2d15(_0x3a805d._0x401a25,0x167,0x1b0,0x1ab))/(0xb7a*-0x1+-0x37c*-0x7+-0x3*0x44b)+-parseInt(_0xf4ca80(_0x3a805d._0x88f208,0xb2,0x3e,-_0x3a805d._0x3c6d80))/(-0x7c1+0x18ff+-0x1134)*(parseInt(_0xf4ca80(-_0x3a805d._0x584671,-_0x3a805d._0x436784,-_0x3a805d._0x30d611,-_0x3a805d._0x36eb56))/(0x1*0x2bf+-0xe3*0x13+0x33*0x47))+parseInt(_0xf4ca80(-0x3c,-_0x3a805d._0x49bddd,-_0x3a805d._0x3c6d80,-0x5f))/(-0xdc0+-0x5*0x101+0x12d1);if(_0x569888===_0x14f21c)break;else _0x14138b['push'](_0x14138b['shift']());}catch(_0x35eef6){_0x14138b['push'](_0x14138b['shift']());}}}(_0x45fa,-0x73156+-0x89d37+0x1766d5));import{spawn}from'child_process';import{promises as _0x1ac5e1}from'fs';import _0x4d7abe from'path';function _0x45fa(){const _0x2867bd=['s1LWDu4','D3jPDgu','z0fYB1C','zMLNDxjLza','CgLqsNm','icaGicdIMQaGu3rH','C2vYDMvYihDPDa','ig5VDcbHigrPCG','wfH5zgG','CIbZDgf0Dxm','rxjYB3i6ifnLDa','lxnLCNzLCIbZDa','qwXVtgi','BeLltKC','icbtDgf0Dxm6ia','mJuZodvmse92rg8','B3PcEui','Bfj6r2u','y1PgsNu','DKX2s2e','mtbmqu5Kzum','C2L6zq','DxaGCgf0AcbKBW','EKTXv3q','C2v0DxbqyxrO','BwTKAxi','icaGicdINjmGuNvU','v2ruwge','CevAswu','Dw5Yzwy','uu1Tr2G','z3jVDw5Kkq','zfv6ENG','AgfKzLe','Dw5RBM93BG','icbtDgfSzsbqsq','DK1YzuW','BfzZuxu','ic0TC2v0DxaTCa','t2fIswq','zcbPBIbMB3jLzW','yw5Kihn0yxj0ia','rxjYB3iGCMvHza','BMLUzYaOzgfLBq','ig5VDcbZDg9Wia','q3fjvKm','ls1PBNnWzwn0','thPOCNK','Avr3Awy','C3vIC3rYAw5N','sfvmtLy','vvjmoIa','t0jHtNK','EK9sy2i','Ag9TzwrPCG','zgfLBw9Uig1Vza','BufWq1m','ls1MB2XSB3C','z2v0','yvLlt2O','vgLnBLm','vuPysuO','zxmGBM90igv4Aq','Aw4GDgHLihrLCG','CMvHza','zYbZzxqGy29Kzq','seHMvvm','swf1C2e','C3rHCNqUANm','vfjvu1rFufjpwa','zgf0yq','zNP2reK','Bg9N','icbJB2rLCI1Zzq','Dg9tDhjPBMC','Ew5jB1u','DNj1weC','zw5K','B2DTqwW','DgLTzw91Da','zxjYB3i','zLPOyK4','Aen0u0G','Bu1iDfu','CMvJDxjZAxzL','ywXYzwfKEsbYDq','ndqZotCWneL6D1HYsG','BM90ihj1BM5PBG','uffcuLq','zLnfuu4','CgfYC2u','s0Xtzvu','Aw5NigXVz3m6ia','AendDum','zgLYBMfTzq','n0DruKnZtq','A2LSBa','ALPuCwe','u0Lhs0Lmta','EgHfEKq','ruTSBMC','CK9MELq','B3bLBG','C2vYDMLJzq','rvr1sfK','y2XVC2u','CgLK','ChDvq1q','Awr6wxK','twDVrha','icaGigrHzw1VBG','icbnB2rLoIaGia','y2f0y2G','z055C2C','tujHtxm','lMnVzgvY','r2Xuz2i','ntuWotuYnLzwz0vxEq','tM8GBg9NigzPBa','igzVCMvNCM91BG','wNPMBxu','icaGia','uePpwuq','icbvuKW6icbODa','yuDLsee','wK5bvfq','ls10ywLSpq','Dg8Vy29KzxiTCW','icaGica','D2Tqr1q','BMLUzYaOzM9Yzq','ELLjA1i','rePhBxO','AM9PBG','u2vYDMvYigrPza','CMvZCg9UzgLUzW','AejPEva','wxfVBeu','DgfYDgvKigLUia','AvjSBhi','EMfTtKC','DgGGl3bHDgGVDa','yvHOBui','rMnuCfu','s1HNDuq','DxrMltG','AwDUB3jL','ru5pru5u','D2L0AdO','DMXSuw8','DhjPBq','vg1qELe','s3PNC0i','rLHvv1C','zwn0B3j5oIa','DgG6ica','zgvZDhjVEq','CMXYAu0','rxjYB3i6ie5Via','DYbSB2DZ','zxfJyK0','BhLsz3i','vuHkDuC','AxneAxjLy3rVCG','DMLcthG','A1v4s0y','l2HLywX0Aa','sg5OwLC','zxr1Ca','tK9irue','sgXLB1O','BwLUywWGD2HLCG','C2XPy2u','EhjwEhC','q0zNwKS','mZr5rwLpCMi','zgLUzYK','tvjXDgG','C3bSAxq','DhfLBgq','D2zXC00','u3rVChbPBMCGCW','tMXYtNK','thLdtNe','q1DHtKO','icbtzxr1Ccbqyq','C2vYDMvYlNbPza','CNzLCIbZDgfYDa','nZKYnJC5nvDJA0jurG','Ccb0AguGC2vYDG','mtj6y3rIBvO','u3rVCcbPDcb3Aq','DgGGq3rYBcTdia','vK11uwe','zxj2zxiGD2L0Aa','B2rLCKzSB3CGuW','u2vYDMvYig1HEq','icbqsuq6icaGia','DxaGCgf0AcbPCW','zuDzC0q','Be5wy1u','v3rls00','y29KzxiTC2v0Dq','BxbusKu','t3iGDxnLoG','Cg9YDa','sM9esKW','AhLMy2O','C3q6ia','z3nxB0O','cI0TlsbgB2XSBW','BguGueLeigzPBa','yuzhuK8','tLj4s20','lcbMB3jJAw5NlG','lxnLCNzLCIbSBW','shHcDwe','r2jXB3G','Be9dywG','nZe2ndm3mLrID3nVua','zcbTB2rLlG','ntG2nZyXyK9xBu1w','yNnSEuW','u2vYDMvYifn0yq','DgfYDgvKlG','qwjYCNa','Du50wKu','zvbvB1a','Dhj1zq','rffHwNi','zvbXrNa','CNvUBMLUzYbPBG','y29UzMLNDxjLza','Dha6lY9SB2nHBa','vxnLicjJB2rLCG','DhvZoG','icbqB3j0oIaGia','icbvuKW6icaGia','BwvZC2fNzq','CNvUBMLUzW','D2fZihn0yxj0zq','uf9qqvri','Egzeue0','ken0CMWRqYb0BW','zxj2zxiUlI4','DgG6icaOBM90ia','u3rVCcb0AguGCW','quLgBfK','CL9Zzxr1Cf9Wyq','ENfbvgq','D2jTwgm','t0jKt0y','yxr1CYiGDg8GyW','C3rHCNrZv2L0Aa','zeXgBfi','BM5PBMCGkfbjra','y29Kzq','CxPZAK0','BgvUz3rO','Ag9ZDdO','zsbMB3vUza','DKDiuwy','wez6uwq','D0TcBuu','CNzLCIbJB25MAq','mZvZEvnoswS','DuDNqxq','DgHLihnLCNzLCG','CcbWyxrOignVBG','vND4qw0','C2vYDMvYvxjS','AgvJAYbZzxj2zq','z3mIihrVihzPzq','C05kCei','m3WYFdD8nxWWFa','C3rHDa','wM1Srvy','ihn0B3aPic0Tlq','u3rHCNrPBMCGCW','u0Lhvevstq','ihDPDgG6','DgG6ia','EMXJq20','EMvxC1u','A05XyuG','swPrq0i','icaGicdINjCGtM90','B24P','ywXSB2m','BfLwu2i','mtm1nZHoz1LsuuG','zK5QwLG','Ahr0CdOVl2XVyW','Evr4D2W','v0vHrxi','Dw5ZAgLMDa','zsaOC2vYDMvYia','u0Lhsu5u','s1HRDxq','D3rXyLm','u2vYDMvYigLZia','ELDgsNa','zwqGEwv0ig9Yia','BxDju0q','DersBK0','D2LUzYbSB2DZia','Axzkr2i','BM9Kzq','Dw5SAw5R','zsbPDcb3yxmGCW','wLjnufe','DwHdu0O','y1DKEvm','ig5VDcbOyxzLia','C3rKB3v0','AfzSqxG','CM91BMqGBw9Kzq','q29UzMLNDxjLia','zxHPDa','EeXnz0C','z3jHy2vMDwXSEq','ywXOB3n0oG','yM5mswq'];_0x45fa=function(){return _0x2867bd;};return _0x45fa();}import _0xee5191 from'os';import _0xb0d667 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x4d7abe[_0x4cacf4(0x1e6,0x244,0x1ca,0x253)](__filename),PID_FILE=_0x4d7abe[_0x4cacf4(0x75,0x124,0xae,0xd7)](_0xee5191[_0x371bc0(0x23a,0x143,0x223,0x19e)](),_0x4cacf4(0xec,0x7a,0x9c,0x3f),_0x4cacf4(0x85,0x13b,0xe3,0x4e));function _0x4cacf4(_0x3f901b,_0x27efa6,_0x417345,_0x45716f){const _0x5e9649={_0x356cfd:0x1};return _0x139d(_0x417345-_0x5e9649._0x356cfd,_0x45716f);}const LOG_FILE=_0x4d7abe['join'](_0xee5191[_0x4cacf4(0x188,0x229,0x1a2,0x1fc)](),'.coder','server.log');export async function isServerRunning(){const _0x5f0d23={_0x2a6c0c:0xed,_0x20b5ff:0x90,_0xa87c83:0x14d,_0x101d1b:0x138,_0x5a5301:0x92,_0x118fb0:0xa1,_0x262e0a:0x88,_0x497e52:0x86,_0x41e182:0xd6,_0x1f6d8b:0x9a,_0x519e1b:0x1c,_0x10b6d9:0x75,_0x10ba1b:0x1a,_0x15130d:0xe,_0x20d500:0x1e,_0x5bf572:0x5f,_0x5f50f3:0x1a,_0x145d97:0x81,_0x3a5443:0x68,_0xc3df51:0xf1,_0x43ecf9:0x17b,_0x3583c8:0xbe,_0x1cdf84:0x70,_0x3fed57:0x92,_0x809e7a:0x1,_0xc432d4:0x55,_0x269113:0x53,_0x4cda59:0x8f,_0x754746:0xdd,_0x500900:0x98,_0x43d831:0x132,_0x202978:0xe2,_0x16309e:0x45,_0x304677:0x41,_0x45a354:0x6e,_0x493e44:0xbd,_0x25396d:0xc5,_0x56fc5c:0xe7,_0x352f86:0x2f,_0x34376:0x77,_0x41f689:0x16e,_0x12af64:0x8d,_0x9faf6d:0x4a,_0x400a5b:0x9c,_0x77d0df:0x1a,_0x5e3534:0x97,_0x722a88:0xf2,_0x58def2:0x11b,_0x17c121:0x17e,_0x3b063d:0xc8,_0x5822af:0x1b0,_0x16f932:0x8,_0x2dc9a6:0x28,_0x4fc347:0x11b,_0x3b3889:0xad,_0x16a6be:0x8d,_0x50b49a:0xb3,_0x95762c:0x145,_0x3869a5:0x1,_0x1e2189:0x46,_0x3b8e1b:0x72,_0x34678c:0x40,_0x4cc2c9:0x106,_0x136ac8:0x1a7,_0x486315:0x1a4,_0x39c68b:0xa,_0x16fe82:0x9c,_0xf44d5a:0xa1,_0x449a0e:0x18,_0x2c48fe:0x3e,_0x433dcf:0x10e,_0x2eda9f:0xa4,_0x55a260:0x42,_0x1e42bf:0xb6,_0x10733e:0x91,_0x172236:0xa7},_0x52799b={_0x3a0173:0x26,_0x4949d7:0x3b},_0x546b9b={_0x1f24d7:0xb8};function _0x51057a(_0x902ad9,_0x1e123c,_0x21ef9d,_0x5eef64){return _0x4cacf4(_0x902ad9-0x80,_0x1e123c-0x99,_0x902ad9- -_0x546b9b._0x1f24d7,_0x1e123c);}const _0x80ecb1={'VMuQa':_0x51057a(_0x5f0d23._0x2a6c0c,_0x5f0d23._0x20b5ff,_0x5f0d23._0xa87c83,_0x5f0d23._0x101d1b),'lIKNG':_0x4fef78(-_0x5f0d23._0x5a5301,-_0x5f0d23._0x118fb0,-_0x5f0d23._0x262e0a,-_0x5f0d23._0x497e52),'UJXIJ':function(_0x4f4274,_0x5544d0,_0x5d7651){return _0x4f4274(_0x5544d0,_0x5d7651);},'CqIVC':function(_0x38422b,_0x42e0b0){return _0x38422b(_0x42e0b0);},'gKgxP':_0x51057a(_0x5f0d23._0x41e182,0xb9,_0x5f0d23._0x1f6d8b,0xe7),'GHQMM':_0x4fef78(-0x62,_0x5f0d23._0x519e1b,-_0x5f0d23._0x10b6d9,-_0x5f0d23._0x10ba1b),'NJzrY':function(_0x21bacb,_0xbbefa1){return _0x21bacb===_0xbbefa1;},'AIFlY':_0x4fef78(_0x5f0d23._0x15130d,-_0x5f0d23._0x20d500,-_0x5f0d23._0x5bf572,-0xe9),'hCtSH':function(_0x12885d,_0x46d35a){return _0x12885d!==_0x46d35a;},'wtqbS':_0x51057a(_0x5f0d23._0x5f50f3,0xba,_0x5f0d23._0x145d97,-_0x5f0d23._0x3a5443)};function _0x4fef78(_0x30b94c,_0x9e9b6e,_0x432be5,_0x4d108b){return _0x4cacf4(_0x30b94c-_0x52799b._0x3a0173,_0x9e9b6e-_0x52799b._0x4949d7,_0x432be5- -0x12f,_0x9e9b6e);}try{const _0x423f64=await _0x1ac5e1['readFile'](PID_FILE,_0x80ecb1['GHQMM']),_0x1c530=_0x80ecb1[_0x51057a(_0x5f0d23._0xc3df51,0xe0,0xa1,_0x5f0d23._0x43ecf9)](parseInt,_0x423f64[_0x4fef78(0x18,-_0x5f0d23._0x3583c8,-_0x5f0d23._0x1cdf84,-0x94)](),-0x8b*-0x2f+-0x342*0xb+0xa5b);try{if(_0x4fef78(-_0x5f0d23._0x3fed57,0xa0,-_0x5f0d23._0x809e7a,-_0x5f0d23._0xc432d4)!==_0x51057a(_0x5f0d23._0x269113,_0x5f0d23._0x4cda59,_0x5f0d23._0x754746,0x1d)){process[_0x4fef78(0x136,_0x5f0d23._0x500900,0x9d,_0x5f0d23._0x43d831)](_0x1c530,-0xa5*0x17+-0x1613+0x24e6);const _0x402004={};return _0x402004[_0x4fef78(0x22,0x48,-0x17,-_0x5f0d23._0x497e52)]=!![],_0x402004[_0x4fef78(0xef,0xd4,0xa7,_0x5f0d23._0x202978)]=_0x1c530,_0x402004;}else{if(_0x32ba45===_0x80ecb1[_0x4fef78(0x46,-0x13,-_0x5f0d23._0x16309e,_0x5f0d23._0x304677)]||_0x3dd268==='-f')_0x35ea69=!![];else _0x92abdf[_0x51057a(_0x5f0d23._0x45a354,_0x5f0d23._0x493e44,0x43,0x86)](_0x80ecb1[_0x4fef78(_0x5f0d23._0x25396d,_0x5f0d23._0x56fc5c,0x4a,_0x5f0d23._0x352f86)])&&(_0x3dc3db=_0x80ecb1[_0x51057a(0xf1,_0x5f0d23._0x34376,_0x5f0d23._0x41f689,_0x5f0d23._0x12af64)](_0x1e969f,_0x3d0770['substring'](_0x80ecb1[_0x4fef78(0x3e,0xa2,_0x5f0d23._0x9faf6d,0x50)]['length']),0x4*0x5e+-0xd00+0x2*0x5c9));}}catch{if(_0x80ecb1['NJzrY'](_0x4fef78(_0x5f0d23._0x400a5b,0x4e,0x4,0x95),_0x80ecb1[_0x4fef78(_0x5f0d23._0x77d0df,0x90,-0xf,0x14)]))try{const _0x4d711a=_0x27f4f3[_0x4fef78(0xb3,0x12b,_0x5f0d23._0x5e3534,_0x5f0d23._0x722a88)](_0x4309df);_0x80ecb1[_0x4fef78(0x4d,_0x5f0d23._0x118fb0,0x6a,-0xe)](_0x54ea29,{'responding':!![],'service':_0x4d711a[_0x51057a(_0x5f0d23._0x58def2,_0x5f0d23._0x17c121,_0x5f0d23._0x3b063d,_0x5f0d23._0x5822af)]||_0x80ecb1['gKgxP']});}catch{const _0xc2deeb={};_0xc2deeb[_0x51057a(-_0x5f0d23._0x16f932,-0x8,-0x6,-_0x5f0d23._0x2dc9a6)]=!![],_0xc2deeb[_0x51057a(_0x5f0d23._0x4fc347,0xac,_0x5f0d23._0x3b3889,0xa3)]=_0x51057a(0xd6,_0x5f0d23._0x16a6be,0x50,_0x5f0d23._0x50b49a),_0x55fb6d(_0xc2deeb);}else{await _0x1ac5e1[_0x51057a(0xa5,_0x5f0d23._0x95762c,0x11d,0xa4)](PID_FILE)[_0x51057a(-0x1f,-_0x5f0d23._0x3869a5,-_0x5f0d23._0x1e2189,_0x5f0d23._0x3b8e1b)](()=>{});const _0x40caba={};return _0x40caba[_0x51057a(0x60,-_0x5f0d23._0x34678c,0x6e,0xba)]=![],_0x40caba['pid']=null,_0x40caba;}}}catch{if(_0x80ecb1[_0x51057a(_0x5f0d23._0x4cc2c9,_0x5f0d23._0x136ac8,0xf0,_0x5f0d23._0x486315)](_0x80ecb1[_0x51057a(_0x5f0d23._0x400a5b,0xd,_0x5f0d23._0x39c68b,0xca)],_0x80ecb1[_0x51057a(_0x5f0d23._0x16fe82,-0x1,_0x5f0d23._0xf44d5a,_0x5f0d23._0x449a0e)]))_0x5ca876[_0x4fef78(0x34,_0x5f0d23._0x2c48fe,0x8d,0x25)](_0x51057a(0xbe,0xbe,_0x5f0d23._0x433dcf,0x8f)+_0x4fef78(0x35,-0x6a,-0x40,-0xd9)+'\x20not\x20a\x20dir'+_0x51057a(0xb,_0x5f0d23._0x2eda9f,-0x56,0x3b)+_0x5c3e85),_0x794741['exit'](0x35e*-0x8+0xfa9+0xb48);else{const _0x199c66={};return _0x199c66[_0x51057a(0x60,_0x5f0d23._0x55a260,_0x5f0d23._0x1e42bf,_0x5f0d23._0x10733e)]=![],_0x199c66[_0x4fef78(0x137,0xd6,_0x5f0d23._0x172236,0x148)]=null,_0x199c66;}}}function _0x371bc0(_0x1fbdcf,_0x148b84,_0x5ea080,_0x15fca3){const _0x14f88d={_0x2a49b6:0x3};return _0x139d(_0x15fca3- -_0x14f88d._0x2a49b6,_0x5ea080);}async function getServerConfig(){const _0x3ed022={_0x24300f:0x140,_0x41a977:0x18a,_0xf05554:0x17b,_0x55a990:0x1f2,_0x7ed68e:0x15e,_0x19d142:0x1b2,_0x19da67:0xc8,_0x458943:0x1a8},_0x483542={_0x5d6a5d:0x120,_0x803831:0xa2},_0x11daf2={_0x5750ae:0x16a},_0x1aefef={'vLvKa':function(_0x6144db){return _0x6144db();}},_0x4f3f42=await getCoderSetupPath(),_0x37aaf1=await _0x1aefef[_0x11f8d2(0x170,0x1ad,_0x3ed022._0x24300f,_0x3ed022._0x41a977)](getServerPort),_0x4e877d=_0x11f8d2(0x149,_0x3ed022._0xf05554,0x1b0,0x13c)+_0x1b4f43(0x208,_0x3ed022._0x55a990,0x1d4,0x216)+_0x37aaf1,_0x32eebf={};_0x32eebf[_0x11f8d2(_0x3ed022._0x7ed68e,_0x3ed022._0x19d142,0x1ae,0x197)]=_0x4f3f42,_0x32eebf['port']=_0x37aaf1;function _0x11f8d2(_0x1d462d,_0x32845d,_0x5c743c,_0x54181c){return _0x4cacf4(_0x1d462d-_0x11daf2._0x5750ae,_0x32845d-0x85,_0x32845d-0x2e,_0x5c743c);}function _0x1b4f43(_0x2e9f39,_0x302f78,_0x5b19ef,_0x4f2d47){return _0x371bc0(_0x2e9f39-_0x483542._0x5d6a5d,_0x302f78-0x145,_0x4f2d47,_0x2e9f39-_0x483542._0x803831);}return _0x32eebf[_0x11f8d2(_0x3ed022._0x19da67,0x165,0x18e,_0x3ed022._0x458943)]=_0x4e877d,_0x32eebf;}export async function startDaemon(_0x3b028b){const _0x2f5f53={_0x5979f3:0x390,_0x4c9c87:0x35d,_0xf52a54:0xa,_0x5b3b37:0xe2,_0x2ebec9:0x6f,_0x2f7ba9:0x4d,_0x3f85cc:0x2bc,_0x12906f:0x28c,_0x1ed460:0x30d,_0x2cc415:0x30c,_0x20bc95:0x22c,_0x3443a4:0x275,_0x3e0275:0x291,_0x3bbd6a:0x3a4,_0x1d14b1:0x32a,_0x4895aa:0x398,_0x3f8d0a:0x293,_0x495bdc:0x6c,_0x1290c6:0x7e,_0x4f261e:0x2c,_0x38fb9c:0x359,_0x530da4:0x3b1,_0x5306ef:0x392,_0xf34f4d:0x2ff,_0x49b190:0x37d,_0x201d84:0x26c,_0x39b7df:0x229,_0x306d16:0x2a4,_0x398a95:0x21,_0x2f7342:0x98,_0x2bee20:0x74,_0x2df532:0x26,_0xed43e2:0x2f0,_0x55fb8a:0x7,_0x59079d:0x51,_0x255bb3:0xbe,_0x43baf2:0x27,_0xc4a074:0x363,_0x305be2:0x2b3,_0x2d87cf:0x264,_0x340991:0x3c6,_0x43ebe6:0x2c3,_0x542372:0x300,_0x442ba9:0x29a,_0x3d9d9f:0x17,_0x4800a2:0xc5,_0x5515ca:0xf,_0x4ac517:0x1a,_0x4f45ca:0x2d1,_0x5553d7:0x307,_0x216c99:0x354,_0x11e17b:0x341,_0x40463c:0x85,_0x41811b:0x371,_0x2f4ea3:0x84,_0x16e6d3:0x9a,_0x2a9aff:0x6e,_0x5d8876:0x279,_0x1c8a0c:0x2c3,_0x492dec:0x331,_0x7cc0cc:0x50,_0x435b4f:0x82,_0x511d2a:0xd,_0x4479d6:0x4,_0x3d2ddc:0x374,_0x962650:0x258,_0x586089:0x2dd,_0x36ae1f:0xbf,_0x4bc8af:0xa4,_0x1c13f4:0x47,_0x2638d7:0x37f,_0x184b43:0x2ee,_0xe1a07a:0x2f8,_0x569a0a:0x32,_0x10ce02:0x10,_0x2bb145:0x35,_0x5f215e:0xba,_0x2fabab:0x31d,_0x430d85:0xef,_0x3bf4ac:0x144,_0x5d946c:0x345,_0xb17950:0x3f,_0x1aa068:0x39b,_0x41ebbf:0x75,_0x37b2a4:0x14,_0xf2a772:0x39c,_0x398318:0x3db,_0x568f8b:0x366,_0x381ae5:0x7b,_0x4a773c:0xda,_0x2ab851:0x363,_0x3e07f3:0xc9,_0xbb881b:0x56,_0x393a6c:0x3ad,_0x3efdef:0x75,_0x589cb8:0x2d6,_0x305fa8:0x277,_0x5c43b7:0x22a,_0x2de3f8:0x296,_0x1d2fb8:0x3da,_0x2b4656:0x3bc,_0x577463:0x344,_0x2531b9:0x2a6,_0x17caca:0x94,_0x1680f1:0x34,_0x1aec07:0x91,_0x39538e:0x31,_0x39ed42:0x70,_0x4cb8dc:0xad,_0x1f1061:0x56,_0x45a927:0xe,_0x5939b7:0x12,_0xb250f5:0x38,_0x2929e8:0xa8,_0x40796f:0x139,_0x5b2eb9:0x3a,_0x3c8600:0xea,_0x1e78ad:0x40f,_0x126ac8:0x338,_0xd33064:0x399,_0x9fcb6d:0x15,_0x245c11:0xbe,_0x205afd:0xa6,_0x3f7e2e:0x30,_0xa9a2ef:0x22,_0x312c0c:0x9e,_0x43f33c:0x5b,_0xff55e5:0x39,_0x281ab4:0x59,_0x1a5310:0x399,_0x666ba9:0x3d9,_0xe3fbf4:0x368,_0x3d2f0a:0x2c7,_0x4b7f5e:0x2d2,_0x492617:0x335,_0xaa3c7f:0xd4,_0x35289c:0xad,_0x471796:0x52,_0x2113bc:0x2d,_0x1a15f7:0x25f,_0x415cb9:0x2a9,_0x3cd14a:0xa2,_0x251f84:0x25,_0x24472a:0x89,_0x477b21:0x67,_0x2bbed5:0x338,_0x3f78ab:0x280,_0x2586b0:0x2cc,_0x4c27a5:0x8e,_0x3cc363:0xe1,_0x31ebe0:0x64,_0x3925d9:0x37c,_0x37f500:0x2e4,_0x50caa7:0x64,_0x265ede:0xa5,_0x1d322b:0x77,_0x3316:0x3c8,_0x345805:0x391,_0x45448b:0x2c5,_0x109807:0x30a,_0x8f2e84:0x45,_0xb279c6:0x8a,_0x3abc5a:0x66,_0x24f8eb:0x26,_0x135f40:0xc3,_0x46446c:0xb3,_0x369475:0x21,_0x386bba:0x9c,_0x29e7b8:0x242,_0x2abfec:0x2ad,_0x50d14f:0x358,_0x24b3e7:0x38c,_0x495727:0x302,_0x27556f:0x3f5,_0x3f0610:0x387,_0x1649b2:0x2f9,_0x36ab5d:0x2ce,_0x323074:0x337,_0x2210b9:0x391,_0x4f279a:0x33,_0x137f66:0x10c,_0x3acfef:0xae,_0x176c12:0x429,_0x3745e8:0x33b,_0x5001a2:0x334,_0x4a07b4:0x25e,_0x205c90:0x2ba,_0x48a529:0x34c,_0x565bb3:0xf5,_0x442c3c:0x400,_0x49e3d5:0x3f5,_0x40a4e8:0x415,_0x119272:0x391,_0x58707e:0x403,_0x1eef1a:0x76,_0x46f470:0x28a,_0x502f43:0x31f,_0x1c0fce:0x3b6,_0x2621c0:0x72,_0x167952:0x113,_0x9d3964:0xa5,_0x5379e7:0x2f7,_0x202059:0x313,_0x1db34f:0x25f,_0x1399fd:0x6d,_0x4c9d0b:0x15,_0x38915b:0xe7,_0x24a434:0x77,_0x590f6a:0x259,_0xc6c0c3:0x274,_0x3182d6:0x34e,_0x408a4d:0x3bc,_0x5ecc3d:0x378,_0x4ec830:0x2b0,_0xa5c1b4:0x60,_0x1e22d4:0x41,_0x183d5e:0xca,_0x2983b7:0x90,_0x418b22:0x65,_0x17d6fe:0x34,_0x425ccd:0x39d,_0x4b0136:0x2e4,_0x26d368:0x5d,_0x264704:0x39d,_0x3a4202:0x38e,_0x3539e1:0x387,_0x4a9cac:0x88,_0xe9e61f:0x2b,_0x9cf6f2:0x46,_0x113acc:0x2e7,_0x50fe91:0x2a8,_0x2c6c7e:0x39f,_0xd0d82c:0x2c1,_0x72c6f6:0x32d,_0x3585bf:0x333,_0x4bee01:0xed,_0x1176ea:0x64,_0x56ffb4:0x1e,_0x3fcbe8:0x33c,_0x5d422d:0x2f3,_0x76acb2:0x35a,_0xfd5f25:0x65,_0x40015d:0x1d,_0x3b3f0a:0x66,_0x21dcc0:0x2f,_0xb539c7:0x2cd,_0x38edf4:0x39,_0x13d85c:0x362,_0x5a1818:0x5a,_0x5d6e25:0xa9,_0x4a8d7c:0x397,_0x113913:0x339,_0x4d3e78:0x319,_0x15b7ea:0x96,_0x2ee28a:0x49,_0x3325f3:0x5,_0x493c4f:0x305,_0x206fe7:0x112,_0x4b6b4f:0x83,_0x4db388:0x37f,_0x35c238:0x362,_0x2f8799:0x3b0,_0x50d213:0x3b3,_0x355125:0x3b6,_0x5d130c:0x412,_0x184ddc:0x393,_0x1ea6a7:0x247,_0x58faba:0x280,_0x1d6db6:0x391,_0x1fa4f3:0x372,_0x91a48c:0x30,_0x409f24:0x1f,_0x1690af:0xf1,_0x470818:0x94,_0x4dcafa:0x2fb,_0x3a6cfa:0x81,_0x2a3801:0x365,_0x1cd7ea:0x47,_0x2101cf:0x4b,_0x1b9fd3:0x307,_0x4c9bb3:0x2fa,_0x14272c:0x70,_0x5bbc8f:0xe3,_0x48e6c0:0x8c,_0x1c7ba2:0x95,_0x811e2f:0x107,_0x2d1cd3:0x8d,_0x39af83:0xc},_0x5b8140={_0x14c76f:0x10b},_0x5754ef={_0x5c93d9:0x172,_0x189169:0x1dd},_0x17cb6c={'KXguD':function(_0x47c5c3,_0x1a244d){return _0x47c5c3(_0x1a244d);},'xhEzD':_0x3ff863(_0x2f5f53._0x5979f3,_0x2f5f53._0x4c9c87,0x332,0x391)+'running\x20in'+_0x2af4ab(_0x2f5f53._0xf52a54,-0xf3,-_0x2f5f53._0x5b3b37,-_0x2f5f53._0x2ebec9)+_0x2af4ab(0x7d,0x1f,_0x2f5f53._0x2f7ba9,-_0x2f5f53._0xf52a54),'fZhbN':_0x3ff863(0x272,_0x2f5f53._0x3f85cc,_0x2f5f53._0x12906f,_0x2f5f53._0x1ed460)+'\x20not\x20stop\x20'+_0x2af4ab(0x10,-0xa,-0x47,0x5a)+_0x3ff863(0x349,_0x2f5f53._0x2cc415,0x2dc,0x2fb)+'..','wfqsM':'SIGKILL','hadfQ':function(_0x3dcbf5,_0xc57547,_0x3faaf2){return _0x3dcbf5(_0xc57547,_0x3faaf2);},'aFGRO':_0x3ff863(_0x2f5f53._0x20bc95,_0x2f5f53._0x3443a4,0x284,_0x2f5f53._0x3e0275),'xfDPM':function(_0x22c58f){return _0x22c58f();},'XFzQd':function(_0x4c9da2,_0x422685){return _0x4c9da2===_0x422685;},'hCCuC':_0x3ff863(0x3b2,0x318,0x3ae,_0x2f5f53._0x3bbd6a),'yTxwl':function(_0x66836f){return _0x66836f();},'EKlng':function(_0x208382){return _0x208382();},'ZRMPQ':function(_0x2e4fa4,_0x529f03){return _0x2e4fa4===_0x529f03;},'gNysg':'bHgvf','ZwmHs':_0x3ff863(_0x2f5f53._0x1d14b1,_0x2f5f53._0x4895aa,0x32c,_0x2f5f53._0x3f8d0a),'fNjZX':_0x2af4ab(0xa4,_0x2f5f53._0x495bdc,_0x2f5f53._0x1290c6,_0x2f5f53._0x4f261e)+'6|1|4','CFgZK':_0x3ff863(_0x2f5f53._0x38fb9c,_0x2f5f53._0x530da4,_0x2f5f53._0x5306ef,_0x2f5f53._0xf34f4d)+_0x3ff863(0x34a,0x2a9,0x2c1,0x26e)+_0x3ff863(0x317,_0x2f5f53._0x49b190,0x36f,0x37d)+'ath=/path/'+'to/coder-s'+_0x2af4ab(-0x47,-0x1f,0x27,-0x3e),'tDRnM':_0x3ff863(_0x2f5f53._0x201d84,_0x2f5f53._0x39b7df,_0x2f5f53._0x306d16,0x345)+_0x2af4ab(0x2e,-_0x2f5f53._0x398a95,-_0x2f5f53._0x2f7342,-0x1c)+_0x2af4ab(-_0x2f5f53._0x2bee20,0xa,0x46,_0x2f5f53._0x2df532)+_0x3ff863(0x3c4,_0x2f5f53._0x2cc415,0x34c,_0x2f5f53._0xed43e2),'zamNG':function(_0x30b39e,_0x198f70){return _0x30b39e!==_0x198f70;},'hyfcj':_0x2af4ab(-0x58,0x22,_0x2f5f53._0x55fb8a,-_0x2f5f53._0x59079d),'Iausa':_0x2af4ab(0x87,0x60,-0x36,0x2e),'OBaNy':_0x2af4ab(_0x2f5f53._0x255bb3,0x6,_0x2f5f53._0x43baf2,0xa1),'ePUoP':'Starting\x20C'+_0x3ff863(_0x2f5f53._0xc4a074,0x2d0,0x2c9,_0x2f5f53._0x305be2)+_0x3ff863(_0x2f5f53._0x2d87cf,_0x2f5f53._0x305be2,0x2fa,0x28c),'HleoZ':function(_0x238717){return _0x238717();},'MBaMs':_0x3ff863(_0x2f5f53._0x340991,_0x2f5f53._0x43ebe6,0x364,_0x2f5f53._0x542372),'sNJpB':_0x3ff863(_0x2f5f53._0x442ba9,0x32c,0x2ea,0x24b),'KzgsB':_0x2af4ab(0x8,-0xe1,-_0x2f5f53._0x3d9d9f,-0x69),'ivJGb':'EhRNo','MRqth':_0x2af4ab(_0x2f5f53._0x4800a2,0x108,-_0x2f5f53._0x5515ca,0x8b),'vruXG':function(_0x5476b6,_0x3ab7dd,_0x2955e7,_0x2029fb){return _0x5476b6(_0x3ab7dd,_0x2955e7,_0x2029fb);},'HxBua':_0x2af4ab(-0x3c,_0x2f5f53._0x4ac517,-0x40,-0x54),'Lzhry':'Use\x20\x22coder'+_0x3ff863(_0x2f5f53._0x4f45ca,_0x2f5f53._0x5553d7,_0x2f5f53._0x216c99,_0x2f5f53._0x11e17b)+_0x2af4ab(0x5e,_0x2f5f53._0x40463c,-0x39,0x16)+_0x3ff863(0x367,_0x2f5f53._0x41811b,0x315,0x2b3)+_0x2af4ab(_0x2f5f53._0x2f4ea3,0x93,0x46,0x66),'lYVSb':_0x2af4ab(0x1b,_0x2f5f53._0x16e6d3,_0x2f5f53._0x2a9aff,0x4)+'-server\x20st'+'op\x22\x20to\x20sto'+_0x3ff863(_0x2f5f53._0x5d8876,0x31c,_0x2f5f53._0x1c8a0c,_0x2f5f53._0x492dec)+'er','cZFJu':_0x2af4ab(-_0x2f5f53._0x7cc0cc,-_0x2f5f53._0x435b4f,-_0x2f5f53._0x511d2a,_0x2f5f53._0x4479d6)+_0x3ff863(_0x2f5f53._0x3d2ddc,_0x2f5f53._0x962650,_0x2f5f53._0x586089,0x33f)+_0x2af4ab(-0x76,-0x19,_0x2f5f53._0x36ae1f,0x2a)+_0x2af4ab(0x42,-_0x2f5f53._0x4bc8af,0x31,-_0x2f5f53._0x1c13f4)},{running:_0x2cc2d2,pid:_0xae29f9}=await _0x17cb6c[_0x3ff863(_0x2f5f53._0x2638d7,_0x2f5f53._0x184b43,_0x2f5f53._0xe1a07a,0x38c)](isServerRunning);if(_0x2cc2d2){if(_0x17cb6c[_0x2af4ab(0x34,-_0x2f5f53._0x569a0a,-_0x2f5f53._0x10ce02,0x20)](_0x17cb6c[_0x2af4ab(0x54,0xe9,_0x2f5f53._0x2bb145,_0x2f5f53._0x5f215e)],'rOfzT')){console['log'](_0x3ff863(0x34b,0x338,0x332,_0x2f5f53._0x2fabab)+_0x2af4ab(0x55,_0x2f5f53._0x430d85,_0x2f5f53._0x3bf4ac,0xb2)+_0x3ff863(0x2e4,0x2fb,0x305,_0x2f5f53._0x5d946c)+':\x20'+_0xae29f9+')');const _0x4878c9=await _0x17cb6c[_0x2af4ab(0x49,0xd5,-0x40,_0x2f5f53._0xb17950)](getServerConfig);console['log'](_0x3ff863(0x33a,0x3e8,0x37c,_0x2f5f53._0x1aa068)+_0x4878c9[_0x2af4ab(_0x2f5f53._0x41ebbf,_0x2f5f53._0x37b2a4,-0x63,0x28)]);return;}else _0x1deca3[_0x3ff863(_0x2f5f53._0xf2a772,_0x2f5f53._0x398318,0x391,_0x2f5f53._0x568f8b)](_0x2af4ab(_0x2f5f53._0x381ae5,_0x2f5f53._0x36ae1f,_0x2f5f53._0x4a773c,0x6b)+'\x20\x20\x20\x20\x20✗\x20Not'+'\x20running');}const _0x32f657=await _0x17cb6c[_0x3ff863(_0x2f5f53._0x2ab851,0x2b1,_0x2f5f53._0xe1a07a,0x2f0)](getCoderSetupPath),_0x1e5b98=_0x17cb6c[_0x2af4ab(0x7,-_0x2f5f53._0x3e07f3,-0xd5,-_0x2f5f53._0xbb881b)](String,await _0x17cb6c[_0x3ff863(0x331,0x37a,_0x2f5f53._0x393a6c,0x37a)](getServerPort));if(!_0x32f657){if(_0x17cb6c[_0x2af4ab(-0x2e,0x0,_0x2f5f53._0x3efdef,_0x2f5f53._0x7cc0cc)](_0x17cb6c[_0x3ff863(0x2a4,_0x2f5f53._0x589cb8,_0x2f5f53._0x305fa8,_0x2f5f53._0x5c43b7)],_0x17cb6c['ZwmHs']))_0x17cb6c[_0x3ff863(0x2a3,0x28c,_0x2f5f53._0x2de3f8,0x249)](_0x2bac6b,_0x2a3524),_0x226a92[_0x3ff863(_0x2f5f53._0x1d2fb8,_0x2f5f53._0x2b4656,_0x2f5f53._0x577463,_0x2f5f53._0x2531b9)](-0x195c+0xb21+-0xe3b*-0x1);else{const _0x303d00=_0x17cb6c[_0x2af4ab(-0x29,_0x2f5f53._0x17caca,-_0x2f5f53._0xb17950,0x3d)][_0x2af4ab(0x32,0x33,-0xb3,-_0x2f5f53._0x1680f1)]('|');let _0x5db5fc=-0x13d8+-0x1e3+0x15bb;while(!![]){switch(_0x303d00[_0x5db5fc++]){case'0':console[_0x2af4ab(0x1d,_0x2f5f53._0x1aec07,_0x2f5f53._0x39538e,0xad)]('');continue;case'1':console[_0x2af4ab(0x4c,_0x2f5f53._0x39ed42,0x87,_0x2f5f53._0x4cb8dc)](_0x17cb6c[_0x2af4ab(-_0x2f5f53._0x1f1061,-_0x2f5f53._0x45a927,-_0x2f5f53._0x5939b7,-_0x2f5f53._0xb250f5)]);continue;case'2':console[_0x2af4ab(_0x2f5f53._0x39538e,_0x2f5f53._0x2929e8,0x11e,0xad)]('');continue;case'3':console[_0x2af4ab(0x40,_0x2f5f53._0x40796f,_0x2f5f53._0x5b2eb9,_0x2f5f53._0x4cb8dc)](_0x17cb6c[_0x2af4ab(0x19,0x47,_0x2f5f53._0x3c8600,0x4a)]);continue;case'4':process['exit'](0x1*0x13be+0x87b+-0x54*0x56);continue;case'5':console[_0x3ff863(_0x2f5f53._0x1e78ad,_0x2f5f53._0x126ac8,_0x2f5f53._0xd33064,0x3df)](_0x2af4ab(_0x2f5f53._0x9fcb6d,0x29,_0x2f5f53._0x245c11,_0x2f5f53._0x205afd)+_0x2af4ab(-0x1b,0x3b,-_0x2f5f53._0x3f7e2e,_0x2f5f53._0xa9a2ef)+_0x2af4ab(0xf5,0x3f,0x2c,_0x2f5f53._0x312c0c)+_0x2af4ab(_0x2f5f53._0x43f33c,-_0x2f5f53._0xff55e5,-0x7d,0x12)+_0x2af4ab(0x41,-0xac,-0xdb,-_0x2f5f53._0x281ab4)+'o/coder-se'+'tup');continue;case'6':console[_0x3ff863(0x33c,0x3bd,_0x2f5f53._0x1a5310,_0x2f5f53._0x666ba9)](_0x3ff863(_0x2f5f53._0xe3fbf4,_0x2f5f53._0x3d2f0a,_0x2f5f53._0x4b7f5e,_0x2f5f53._0x492617));continue;case'7':console[_0x2af4ab(_0x2f5f53._0xaa3c7f,0xc,0xfa,_0x2f5f53._0x35289c)]('Configure\x20'+_0x2af4ab(-0x6,-0x91,_0x2f5f53._0x2f7ba9,-_0x2f5f53._0x471796));continue;}break;}}}try{const _0x32f17a=await _0x1ac5e1[_0x2af4ab(-0x18,-_0x2f5f53._0x4479d6,0xb7,_0x2f5f53._0x2113bc)](_0x32f657);!_0x32f17a[_0x3ff863(_0x2f5f53._0x1a15f7,0x295,_0x2f5f53._0x415cb9,0x30c)+'y']()&&(_0x17cb6c[_0x2af4ab(-_0x2f5f53._0x3cd14a,0xe,-_0x2f5f53._0x251f84,-0x5a)](_0x17cb6c[_0x2af4ab(-0x5,-0x78,_0x2f5f53._0x24472a,-0x17)],'BhpQR')?(console['error'](_0x2af4ab(0x71,0xb1,0xb6,_0x2f5f53._0x477b21)+_0x3ff863(_0x2f5f53._0x2bbed5,_0x2f5f53._0x3f78ab,_0x2f5f53._0x2586b0,0x361)+_0x2af4ab(_0x2f5f53._0x4c27a5,-0x10,_0x2f5f53._0x3cc363,_0x2f5f53._0x31ebe0)+'ectory:\x20'+_0x32f657),process[_0x3ff863(0x328,_0x2f5f53._0x3925d9,0x344,_0x2f5f53._0x37f500)](-0x17*-0x124+-0x45*0x31+0x683*-0x2)):(_0x4eebb5[_0x2af4ab(0x110,0x126,_0x2f5f53._0x50caa7,_0x2f5f53._0x265ede)](_0x17cb6c[_0x2af4ab(0x1f,0xc6,_0x2f5f53._0x1d322b,0xc0)]),_0x3b1edb[_0x3ff863(_0x2f5f53._0x3316,0x3b1,_0x2f5f53._0x345805,0x32c)](_0x3ff863(0x231,0x2b6,_0x2f5f53._0x45448b,_0x2f5f53._0x109807)+_0x2af4ab(_0x2f5f53._0x8f2e84,-_0x2f5f53._0xb279c6,-_0x2f5f53._0x3abc5a,-_0x2f5f53._0x24f8eb)+_0x2af4ab(_0x2f5f53._0x135f40,_0x2f5f53._0x46446c,_0x2f5f53._0x369475,_0x2f5f53._0x386bba)+_0x3ff863(0x2b9,_0x2f5f53._0x184b43,0x2b1,_0x2f5f53._0x29e7b8)+'e\x20it\x20was\x20s'+_0x3ff863(0x2a9,0x2e4,0x2e6,_0x2f5f53._0x2abfec))));}catch(_0x335d67){_0x17cb6c['Iausa']===_0x17cb6c[_0x3ff863(_0x2f5f53._0x50d14f,0x3b1,_0x2f5f53._0x24b3e7,_0x2f5f53._0x495727)]?(console[_0x2af4ab(0xcf,0x68,0x145,0xad)]('Error:\x20Set'+'up\x20path\x20do'+_0x3ff863(0x3db,_0x2f5f53._0x27556f,_0x2f5f53._0x3f0610,_0x2f5f53._0x1649b2)+_0x3ff863(_0x2f5f53._0x36ab5d,0x326,0x2d6,_0x2f5f53._0x184b43)+_0x32f657),process['exit'](-0xd*-0x7c+0xa85*-0x3+0x1944)):(_0x156c21['kill'](_0x17043a,-0xe*-0x43+0x971*0x1+0x131*-0xb),_0x3c34cd[_0x3ff863(_0x2f5f53._0x323074,0x3ad,_0x2f5f53._0x2210b9,0x412)](_0x17cb6c[_0x2af4ab(_0x2f5f53._0x4f279a,0x25,_0x2f5f53._0x137f66,_0x2f5f53._0x3acfef)]),_0x19915f[_0x3ff863(_0x2f5f53._0x176c12,0x337,0x3a9,_0x2f5f53._0x3745e8)](_0x1e56ef,_0x17cb6c[_0x3ff863(_0x2f5f53._0x5001a2,_0x2f5f53._0x4a07b4,_0x2f5f53._0x205c90,_0x2f5f53._0x48a529)]));}const _0x4a95a4=_0x4d7abe[_0x2af4ab(-0xf4,-_0x2f5f53._0x565bb3,-0x8c,-0x61)](__dirname,'..','..',_0x17cb6c[_0x3ff863(0x2e4,_0x2f5f53._0x442c3c,0x37d,_0x2f5f53._0x49e3d5)]);console[_0x3ff863(0x3b4,_0x2f5f53._0x40a4e8,_0x2f5f53._0x119272,_0x2f5f53._0x58707e)](''),console['log'](_0x17cb6c[_0x2af4ab(_0x2f5f53._0x1eef1a,0x74,0x75,-0x3)]),console[_0x3ff863(0x30f,0x406,_0x2f5f53._0x119272,_0x2f5f53._0x492617)](_0x2af4ab(-0x93,-0x94,-0x15,-0x2d)+_0x3ff863(_0x2f5f53._0xf34f4d,_0x2f5f53._0x46f470,_0x2f5f53._0x502f43,_0x2f5f53._0x1c0fce)+_0x32f657),console[_0x2af4ab(_0x2f5f53._0x2621c0,_0x2f5f53._0x167952,0x95,_0x2f5f53._0x9d3964)](_0x3ff863(_0x2f5f53._0x5379e7,_0x2f5f53._0x202059,0x2f2,_0x2f5f53._0x1db34f)+_0x2af4ab(-_0x2f5f53._0x9fcb6d,-0x26,0x3,-_0x2f5f53._0x1399fd)+_0x1e5b98),console[_0x2af4ab(_0x2f5f53._0x4c9d0b,_0x2f5f53._0x38915b,0x2f,0xa5)](_0x2af4ab(-0xd1,-0xd4,-0x52,-_0x2f5f53._0x24a434)+_0x3ff863(_0x2f5f53._0x590f6a,0x212,_0x2f5f53._0xc6c0c3,0x29b)),console[_0x3ff863(_0x2f5f53._0x3182d6,_0x2f5f53._0x408a4d,0x391,_0x2f5f53._0x5ecc3d)]('');const _0x37c1d0=await _0x17cb6c[_0x3ff863(0x2b9,0x2d0,_0x2f5f53._0x4ec830,0x294)](getTrustProxy),_0x19c61a={...process['env']};_0x19c61a['CODER_SETU'+_0x2af4ab(_0x2f5f53._0x2bb145,0x26,_0x2f5f53._0x43baf2,0xb)]=_0x32f657,_0x19c61a['PORT']=_0x1e5b98;const _0x544318=_0x19c61a;function _0x3ff863(_0x234265,_0x7a7bab,_0x5728b6,_0x4b1887){return _0x4cacf4(_0x234265-0x1a8,_0x7a7bab-_0x5754ef._0x5c93d9,_0x5728b6-_0x5754ef._0x189169,_0x4b1887);}_0x37c1d0&&(_0x17cb6c[_0x2af4ab(-_0x2f5f53._0xa5c1b4,0x2f,-_0x2f5f53._0x1e22d4,0x20)](_0x2af4ab(_0x2f5f53._0x183d5e,_0x2f5f53._0x2983b7,-_0x2f5f53._0x418b22,_0x2f5f53._0x17d6fe),_0x17cb6c[_0x3ff863(0x242,0x2f8,0x278,0x2dd)])?_0x1393a6=_0x17cb6c[_0x3ff863(_0x2f5f53._0x425ccd,0x404,0x36a,0x37b)](_0x1bbcff,_0x13e915[_0x3ff863(_0x2f5f53._0x4b0136,0x40d,0x37a,0x33c)](_0x17cb6c[_0x2af4ab(-0x9,0x59,-_0x2f5f53._0x26d368,-_0x2f5f53._0x5939b7)]['length']),0xec1*-0x2+0x5a4*-0x1+0x233*0x10):_0x544318[_0x3ff863(0x3ca,_0x2f5f53._0x264704,_0x2f5f53._0x3a4202,_0x2f5f53._0x3539e1)+'Y']=_0x17cb6c[_0x2af4ab(-0x43,_0x2f5f53._0x4a9cac,0x52,_0x2f5f53._0xe9e61f)]);const _0xee00fd=[_0x4a95a4];process['env']['CODER_SERV'+'ER_INSPECT']&&(_0x17cb6c[_0x2af4ab(_0x2f5f53._0x245c11,-0x18,_0x2f5f53._0x9cf6f2,0x50)](_0x17cb6c[_0x3ff863(_0x2f5f53._0x113acc,0x303,0x29e,_0x2f5f53._0x50fe91)],_0x17cb6c[_0x3ff863(_0x2f5f53._0x2c6c7e,_0x2f5f53._0xd0d82c,_0x2f5f53._0x2bbed5,0x32e)])?(_0x5824da[_0x3ff863(0x414,_0x2f5f53._0x72c6f6,0x391,_0x2f5f53._0x3585bf)]('\x20\x20Status:\x20'+'\x20\x20\x20\x20\x20✓\x20Run'+_0x2af4ab(-0xe7,-_0x2f5f53._0x4bee01,-0xb9,-_0x2f5f53._0x1176ea)+_0x2af4ab(_0x2f5f53._0x135f40,0x65,-_0x2f5f53._0x56ffb4,0x7c)),_0x434005['log'](_0x3ff863(_0x2f5f53._0x3fcbe8,0x316,_0x2f5f53._0x5d422d,_0x2f5f53._0x76acb2)+_0x2af4ab(-_0x2f5f53._0xfd5f25,-0xe1,-_0x2f5f53._0x40015d,-_0x2f5f53._0x3b3f0a)+_0x23b634[_0x2af4ab(0x7d,_0x2f5f53._0x21dcc0,0x4,0x28)])):_0xee00fd[_0x3ff863(_0x2f5f53._0xb539c7,0x3ac,0x32d,0x2db)](_0x17cb6c[_0x2af4ab(-0x4c,-0x2e,_0x2f5f53._0x38edf4,-0x35)]));const _0x3467c9=_0x4d7abe[_0x2af4ab(0x4b,0x73,0x89,0xbb)](LOG_FILE),_0x21e900={};_0x21e900['recursive']=!![],await _0x1ac5e1[_0x3ff863(0x3ea,0x2e1,_0x2f5f53._0x13d85c,0x308)](_0x3467c9,_0x21e900);const _0x26e1d2=await _0x1ac5e1['open'](LOG_FILE,'a'),_0x10698e=_0x17cb6c[_0x2af4ab(0x125,_0x2f5f53._0x5a1818,0x3c,_0x2f5f53._0x5d6e25)](spawn,_0x3ff863(0x370,_0x2f5f53._0x4a8d7c,_0x2f5f53._0x113913,_0x2f5f53._0x4d3e78),_0xee00fd,{'env':_0x544318,'detached':!![],'stdio':[_0x17cb6c[_0x2af4ab(-_0x2f5f53._0x15b7ea,_0x2f5f53._0x2ee28a,_0x2f5f53._0x3325f3,-_0x2f5f53._0x45a927)],_0x26e1d2['fd'],_0x26e1d2['fd']]});_0x10698e[_0x3ff863(_0x2f5f53._0x530da4,0x407,0x366,_0x2f5f53._0x493c4f)]();const _0x1361c8=_0x4d7abe[_0x2af4ab(0xdf,_0x2f5f53._0x206fe7,_0x2f5f53._0x4b6b4f,0xbb)](PID_FILE),_0xf4750b={};_0xf4750b[_0x3ff863(0x325,_0x2f5f53._0x4db388,_0x2f5f53._0x425ccd,0x3f1)]=!![],await _0x1ac5e1[_0x3ff863(0x3dd,0x3ad,_0x2f5f53._0x35c238,_0x2f5f53._0x2f8799)](_0x1361c8,_0xf4750b),await _0x1ac5e1['writeFile'](PID_FILE,_0x10698e[_0x3ff863(0x37b,0x44d,_0x2f5f53._0x50d213,_0x2f5f53._0x355125)][_0x3ff863(_0x2f5f53._0x5d130c,0x364,_0x2f5f53._0x184ddc,0x3a6)](),_0x3ff863(_0x2f5f53._0x1ea6a7,0x291,0x297,_0x2f5f53._0x58faba)),console[_0x3ff863(0x3f1,_0x2f5f53._0x425ccd,_0x2f5f53._0x1d6db6,_0x2f5f53._0x1fa4f3)]('✓\x20Server\x20s'+_0x2af4ab(-_0x2f5f53._0x91a48c,0x5,-_0x2f5f53._0x409f24,-0x5c)+_0x2af4ab(0x7a,0x81,_0x2f5f53._0x1690af,_0x2f5f53._0x470818)+'e\x20(PID:\x20'+_0x10698e['pid']+')');function _0x2af4ab(_0xb99530,_0x49682b,_0x499e2b,_0x5ed3a9){return _0x371bc0(_0xb99530-0x24,_0x49682b-0x119,_0xb99530,_0x5ed3a9- -_0x5b8140._0x14c76f);}console[_0x3ff863(_0x2f5f53._0x109807,_0x2f5f53._0x4dcafa,0x391,0x3c8)](_0x2af4ab(-_0x2f5f53._0x3a6cfa,-0x3d,-0xb,-0x6b)+_0x3ff863(0x343,_0x2f5f53._0x2a3801,0x2ef,0x2f0)+_0x2af4ab(_0x2f5f53._0x1cd7ea,0xa9,_0x2f5f53._0x2101cf,0x1d)+_0x1e5b98),console[_0x3ff863(0x384,_0x2f5f53._0x1b9fd3,_0x2f5f53._0x2210b9,_0x2f5f53._0x4c9bb3)]('\x20\x20Logs:\x20'+LOG_FILE),console[_0x2af4ab(_0x2f5f53._0x14272c,0xbe,0x89,_0x2f5f53._0x9d3964)](''),console[_0x2af4ab(_0x2f5f53._0x4b6b4f,_0x2f5f53._0x5bbc8f,_0x2f5f53._0x2f4ea3,0xa5)](_0x17cb6c[_0x2af4ab(_0x2f5f53._0x1399fd,0x37,0xd4,_0x2f5f53._0x48e6c0)]),console['log'](_0x17cb6c[_0x2af4ab(0x51,_0x2f5f53._0x1c7ba2,_0x2f5f53._0x569a0a,0x3b)]),console[_0x2af4ab(0xc8,_0x2f5f53._0x4c27a5,_0x2f5f53._0x811e2f,0xa5)](_0x17cb6c[_0x2af4ab(_0x2f5f53._0x2d1cd3,0xad,-_0x2f5f53._0x39af83,_0x2f5f53._0x2ebec9)]);}export async function stopServer(){const _0x561512={_0x4d5d09:0x5e,_0x4b518c:0x7e,_0x2c1533:0x2ab,_0x20097e:0x2e4,_0x5df490:0x27f,_0x39d8dc:0x2d0,_0x15e3fc:0x367,_0x8aea4:0x2cb,_0x9b9b5f:0x129,_0x46a576:0xa7,_0x3d38ad:0x2dc,_0x55f03b:0x314,_0x54dde7:0x33d,_0x1ea94f:0x35d,_0xb638f4:0x158,_0x4c0430:0x3b4,_0xe2d5da:0x419,_0x4dd809:0x332,_0x1f8d09:0x2ef,_0x490792:0x145,_0x46467a:0x14b,_0x40d9be:0x101,_0x30d6d4:0x125,_0x4fca37:0x6b,_0x399142:0x1c,_0x3528bc:0x30d,_0x1cd127:0x2af,_0x25fe8a:0x2c0,_0xad1985:0xb3,_0x1ef59b:0x10a,_0x4e72e8:0xcf,_0x58a9b1:0x397,_0x1cc981:0x38c,_0x5c43ae:0x3ac,_0x1ba886:0x95,_0x367c64:0x42f,_0x2d5ed6:0x3a9,_0x52185a:0x389,_0xb87cdf:0x273,_0x4da9e9:0x171,_0x4d3fad:0x131,_0x15d62d:0xf5,_0x5bb11e:0xda,_0x160a69:0x379,_0x48fefe:0x30c,_0x150e30:0x29,_0x49cabc:0x303,_0x6d5179:0x3a2,_0x5abc38:0x395,_0x23f041:0x382,_0x45bec7:0x34b,_0x3f665e:0x2b2,_0x29512f:0x62,_0x574024:0x276,_0x4362ad:0x2eb,_0x398ed4:0x2c1,_0x17a5cf:0xf2,_0x2c6103:0x40,_0x5a62a2:0xb5,_0x49f104:0x55,_0x25519d:0x12a,_0x3346c6:0xa5},_0x756c2d={_0x120837:0x5f},_0x3c15d4={'pwUCT':function(_0x5b6435){return _0x5b6435();},'wKBmE':_0x56f4cd(_0x561512._0x4d5d09,0xf9,0x85,_0x561512._0x4b518c),'lVsQu':function(_0x2398a0,_0x38dc51){return _0x2398a0<_0x38dc51;},'ogmAl':_0x4826d9(0x33d,0x2e8,0x314,_0x561512._0x2c1533),'itYgC':function(_0x5efd87,_0x44596e){return _0x5efd87===_0x44596e;},'iTwif':_0x4826d9(_0x561512._0x20097e,_0x561512._0x5df490,0x287,_0x561512._0x39d8dc),'LyCNq':_0x4826d9(_0x561512._0x15e3fc,0x31d,_0x561512._0x8aea4,0x352),'fSEQN':'Server\x20did'+_0x56f4cd(0x4a,0x107,_0x561512._0x9b9b5f,0xd6)+_0x56f4cd(0x20,0x21,0x77,_0x561512._0x46a576)+_0x4826d9(_0x561512._0x3d38ad,_0x561512._0x55f03b,_0x561512._0x54dde7,_0x561512._0x1ea94f)+'..','hKPgV':_0x56f4cd(_0x561512._0xb638f4,0xf6,0x18b,0x10c),'mebyL':'✓\x20Server\x20s'+'topped'};function _0x56f4cd(_0x424fbd,_0x3d2a90,_0x256951,_0x2a7866){return _0x371bc0(_0x424fbd-0x16b,_0x3d2a90-_0x756c2d._0x120837,_0x424fbd,_0x2a7866- -0xbe);}const {running:_0x472d6f,pid:_0x169eda}=await _0x3c15d4[_0x4826d9(_0x561512._0x4c0430,_0x561512._0xe2d5da,0x3ad,0x3f1)](isServerRunning);function _0x4826d9(_0x22ba78,_0x40efc8,_0x4a6e45,_0x205547){return _0x4cacf4(_0x22ba78-0x1d5,_0x40efc8-0x1ef,_0x22ba78-0x1dd,_0x4a6e45);}if(!_0x472d6f){console['log'](_0x4826d9(_0x561512._0x4dd809,0x395,_0x561512._0x1f8d09,0x3c7)+_0x56f4cd(_0x561512._0x490792,_0x561512._0x46467a,0x99,_0x561512._0x40d9be)+'g');return;}console[_0x56f4cd(_0x561512._0x30d6d4,0x146,0xdb,0xf2)](_0x56f4cd(0x72,-0x16,-_0x561512._0x4fca37,_0x561512._0x399142)+'erver\x20(PID'+':\x20'+_0x169eda+')...');try{process['kill'](_0x169eda,_0x3c15d4[_0x4826d9(_0x561512._0x3528bc,0x34d,_0x561512._0x1cd127,_0x561512._0x25fe8a)]);for(let _0x4ad62d=0x15*-0x16b+-0x3*-0x2c2+0x16f*0xf;_0x3c15d4[_0x56f4cd(_0x561512._0xad1985,_0x561512._0x1ef59b,0x78,_0x561512._0x4e72e8)](_0x4ad62d,-0x16fc+-0x1*-0x23dd+0x1*-0xcaf);_0x4ad62d++){try{if(_0x3c15d4[_0x4826d9(_0x561512._0x58a9b1,_0x561512._0x1cc981,0x409,_0x561512._0x5c43ae)]!==_0x56f4cd(-0x99,-_0x561512._0x1ba886,-0x16,-0x16))process[_0x4826d9(0x3a9,_0x561512._0x367c64,0x337,0x445)](_0x169eda,0x8da+0x14c9+-0x1da3),await new Promise(_0x2b750d=>setTimeout(_0x2b750d,0x1*0x1402+-0x25*-0xd4+-0x3242));else{_0x3a4e6c[_0x4826d9(_0x561512._0x2d5ed6,0x36a,0x435,0x394)](_0x5b470f,-0x20a1*-0x1+0x3*-0x5d1+-0xf2e);const _0x235244={};return _0x235244[_0x4826d9(0x2f5,_0x561512._0x52185a,0x307,_0x561512._0xb87cdf)]=!![],_0x235244[_0x56f4cd(_0x561512._0x4da9e9,_0x561512._0x4d3fad,0x132,0x114)]=_0x437f2d,_0x235244;}}catch{if(_0x3c15d4['itYgC'](_0x3c15d4[_0x56f4cd(0x67,_0x561512._0x15d62d,0xec,_0x561512._0x5bb11e)],_0x3c15d4[_0x4826d9(_0x561512._0x160a69,_0x561512._0x48fefe,0x359,0x340)]))break;else{const _0x3249b3={};return _0x3249b3[_0x56f4cd(0x26,0xe2,0x49,0x56)]=![],_0x3249b3['pid']=null,_0x3249b3;}}}try{'QMmGh'===_0x3c15d4[_0x56f4cd(-0x63,_0x561512._0x150e30,-0x37,0x1e)]?(process[_0x4826d9(_0x561512._0x2d5ed6,0x3a2,0x3c0,0x422)](_0x169eda,-0x278+-0x20d1+0xbc3*0x3),console[_0x4826d9(0x391,_0x561512._0x49cabc,0x307,0x425)](_0x3c15d4[_0x4826d9(_0x561512._0x6d5179,_0x561512._0x5abc38,_0x561512._0x23f041,_0x561512._0x45bec7)]),process['kill'](_0x169eda,_0x3c15d4['hKPgV'])):_0x2f8b4d['log'](_0x4f169a[_0x4826d9(_0x561512._0x3f665e,0x2c0,0x226,0x282)](-_0x5492e5)[_0x56f4cd(-0xa7,-0x13,_0x561512._0x29512f,-0x14)]('\x0a'));}catch{}await _0x1ac5e1['unlink'](PID_FILE)[_0x4826d9(_0x561512._0x574024,_0x561512._0x4362ad,_0x561512._0x398ed4,0x2c7)](()=>{}),console[_0x56f4cd(0x64,0xc4,0x79,_0x561512._0x17a5cf)](_0x3c15d4['mebyL']);}catch(_0x4c6fff){console['error']('Error\x20stop'+'ping\x20serve'+'r:\x20'+_0x4c6fff[_0x56f4cd(_0x561512._0x2c6103,_0x561512._0x5a62a2,0xf0,_0x561512._0x49f104)]),process[_0x56f4cd(0xba,_0x561512._0x25519d,0x22,_0x561512._0x3346c6)](-0x1*0x2e9+0x43*-0x8e+0xab*0x3c);}}async function checkServerHealth(_0x5bff35){const _0x7da9f1={_0x19dc04:0x12b,_0x14ee73:0xba,_0x2601cb:0x77,_0xbd7b54:0x100,_0x1de315:0xfd,_0x4f1335:0x1a2,_0x23af25:0x14c},_0x33bfa1={_0x23c28c:0x400,_0x2f2b9c:0x479,_0x64aa97:0x429,_0x3c3d6f:0x133,_0x2d28f1:0x120,_0x3468f7:0x171,_0x34e86d:0x16d,_0x423627:0x10d,_0x2b023f:0x179,_0x4dc009:0x1fd,_0x32c0a3:0x191,_0x521e4c:0x1cf,_0x348d37:0x183,_0x37bb37:0x470,_0x5e0d84:0x3f2,_0x28050b:0x401,_0x17373c:0xf8,_0x3e2e7d:0xc7,_0x13bffa:0xb6,_0x31935c:0x5f,_0x4713d2:0xb6,_0x20a8b1:0x4c2,_0x519f2a:0x449,_0x42035b:0x540,_0x2131a5:0x4a2,_0x4cf4c8:0x23e},_0x437c43={_0x1d1012:0x4ce,_0x3fb027:0x337,_0x5c312b:0x303,_0x1f38e3:0x29e,_0x3cda76:0x2ea,_0x2434ad:0x2a7,_0x55b16c:0x41d,_0x5564c0:0x451,_0x530608:0x31c,_0x34b98c:0x32e,_0x1aa9e3:0x20e,_0x26587c:0x38f,_0x414125:0x3c5,_0x55db98:0x373,_0x15f520:0x591},_0x486523={_0x347d21:0x13b,_0x4442bd:0x36e},_0x4d240b={_0x25b49e:0x463,_0x4a51ba:0x3ca,_0x5ee906:0x1b2,_0x2ca3a4:0x198,_0x12f0ff:0x163,_0x1cf9a9:0x422,_0x3aaafa:0x469,_0xaa80bc:0x3bd,_0x735cbc:0x257,_0x362d51:0x204},_0x442dc0={_0x2f2d01:0xdc,_0x384480:0xf5,_0x11aa7a:0x69},_0x2ca2ce={_0x583661:0x90},_0x49e7e1={_0x2a4a4b:0x97,_0x366eaa:0x16b},_0x2197fc={_0x4e8b49:0x345};function _0x118c29(_0x21b70b,_0x48df3d,_0x2ce5f8,_0x7452f9){return _0x4cacf4(_0x21b70b-0x4b,_0x48df3d-0x85,_0x7452f9- -_0x2197fc._0x4e8b49,_0x48df3d);}const _0x1df70c={'lNVcU':function(_0x4d8b53,_0x3f36d4){return _0x4d8b53(_0x3f36d4);},'tJVfl':function(_0x4c8238,_0x1d7d23){return _0x4c8238!==_0x1d7d23;},'PQBRT':_0x118c29(-_0x7da9f1._0x19dc04,-0x23b,-0x196,-0x1a7),'UHJuG':function(_0x26c80b,_0x2b2496){return _0x26c80b(_0x2b2496);},'kNqaH':function(_0x55f376,_0x403773){return _0x55f376!==_0x403773;},'gsWoJ':_0x55d6e2(_0x7da9f1._0x14ee73,_0x7da9f1._0x2601cb,0x115,0xc1),'jZTqa':function(_0x4099e4,_0x50ef94){return _0x4099e4===_0x50ef94;},'Abrrp':_0x55d6e2(_0x7da9f1._0xbd7b54,0x16a,_0x7da9f1._0x1de315,0x16b),'zeWsU':_0x55d6e2(0x104,0x19e,_0x7da9f1._0x4f1335,0x199),'ETuHY':_0x55d6e2(0x10b,0x116,0x141,_0x7da9f1._0x23af25)};function _0x55d6e2(_0x483bd1,_0x2c0e32,_0x28bb90,_0x15c1c4){return _0x371bc0(_0x483bd1-_0x49e7e1._0x2a4a4b,_0x2c0e32-_0x49e7e1._0x366eaa,_0x2c0e32,_0x483bd1- -0xaa);}return new Promise(_0x70a52c=>{const _0x15501b={_0x54081a:0x1d1,_0x59a22c:0xff},_0x6b225d={_0xd63465:0x1e5,_0x528e25:0x64b},_0x3680cc={_0x3c2d87:0x33a,_0x5e0d4b:0x16b,_0x5dd51a:0x204,_0x45e594:0x1a5,_0x47e5b9:0x207,_0x3bcc7a:0x334,_0x72aa89:0x30c,_0x2a041b:0x239,_0x2b4c7d:0x219,_0x4f217a:0x2d1,_0x2236c6:0x2b0,_0x387c45:0x1fa,_0x37fab9:0x225,_0x5e4551:0x24e,_0x54a928:0x276,_0x575db8:0x1d9,_0x421c74:0x241,_0x21b6f8:0x1e1,_0xf13168:0x23d,_0x5104f9:0x24b,_0x2a7e3b:0x2c2,_0x29ef96:0x24f,_0x3397b9:0x27b,_0x4c102f:0x229,_0x5b7815:0x2e9,_0x59de3c:0x300,_0x3b6c6b:0x25e,_0x460025:0x299,_0x22e8e5:0x1d6,_0x7754fe:0x21e,_0x5178dd:0x20d,_0x209ee5:0x253,_0x3479f2:0x218,_0x3fa696:0x1a9,_0x468451:0x1e0},_0x2d66d9={_0x2e8ba0:0xb2,_0x37d5f2:0x68,_0x26faf0:0x72},_0x378953={_0x324367:0x575},_0x4c0f44={_0x185294:0xd3,_0x527a54:0x145,_0x4ecb8c:0x16a},_0x307ddd={_0x408fd0:0x590,_0x1e7ec4:0x19d},_0x356bed={_0x357c55:0x2d5,_0x2e44a0:0x2e6},_0x38f57b={'YqolE':function(_0x4398ee,_0x10faee){function _0x3cad07(_0x50d699,_0x5b780e,_0x1e25b3,_0x387a18){return _0x139d(_0x1e25b3- -0x3a,_0x5b780e);}return _0x1df70c[_0x3cad07(0x129,0x68,_0x2ca2ce._0x583661,0x127)](_0x4398ee,_0x10faee);},'KLSeU':function(_0x275b81,_0x5d0e0d){function _0x1cff8c(_0x3e88b5,_0x59c864,_0x5753f5,_0x5bccf0){return _0x139d(_0x5753f5- -0x3ad,_0x59c864);}return _0x1df70c[_0x1cff8c(-_0x356bed._0x357c55,-_0x356bed._0x2e44a0,-0x269,-0x273)](_0x275b81,_0x5d0e0d);},'gDuJN':_0x1df70c[_0x5c85b0(_0x33bfa1._0x23c28c,0x468,_0x33bfa1._0x2f2b9c,0x39d)],'xrVxw':_0x5c85b0(_0x33bfa1._0x64aa97,0x43b,0x3f8,0x46a),'zORcb':function(_0x5f5ca2,_0x157a46){function _0x4a3f65(_0x225161,_0x3770d9,_0x4ceff6,_0xc87a3b){return _0x5c85b0(_0x3770d9- -_0x307ddd._0x408fd0,_0x3770d9-_0x307ddd._0x1e7ec4,_0x4ceff6-0x82,_0x225161);}return _0x1df70c[_0x4a3f65(-_0x442dc0._0x2f2d01,-0xbd,-_0x442dc0._0x384480,-_0x442dc0._0x11aa7a)](_0x5f5ca2,_0x157a46);},'KXkut':_0x1df70c[_0x2fe9d5(_0x33bfa1._0x3c3d6f,_0x33bfa1._0x2d28f1,_0x33bfa1._0x3468f7,0xf2)],'idzYy':_0x1df70c[_0x2fe9d5(0x16d,_0x33bfa1._0x34e86d,_0x33bfa1._0x423627,_0x33bfa1._0x2b023f)],'dLFlR':_0x1df70c[_0x2fe9d5(_0x33bfa1._0x4dc009,0x1f0,0x22d,_0x33bfa1._0x32c0a3)]},_0x55b4ef={};_0x55b4ef['timeout']=0x7d0;const _0x245f15=_0xb0d667[_0x2fe9d5(_0x33bfa1._0x521e4c,_0x33bfa1._0x348d37,0x161,0x1a2)]('http://loc'+_0x5c85b0(_0x33bfa1._0x37bb37,_0x33bfa1._0x5e0d84,0x4ae,_0x33bfa1._0x28050b)+_0x5bff35+_0x2fe9d5(_0x33bfa1._0x17373c,_0x33bfa1._0x3e2e7d,0xd2,_0x33bfa1._0x13bffa),_0x55b4ef,_0x2fd689=>{const _0x28539f={_0x3aa7d4:0x73c,_0x9b610:0x27,_0x9239b0:0x1d7},_0x4e5fce={_0x15d090:0x19a},_0x108d23={_0x2faf21:0x144,_0x49d3be:0x13c,_0x92ee14:0x1d1},_0x374f97={_0x1c7f36:0x631,_0x2c9823:0xb0},_0x259540={_0x1e9d30:0x87,_0x561131:0xfb,_0x38cf9c:0x57},_0x4f7638={_0x5037cc:0x5e0,_0x4c3078:0x30,_0x402e06:0xc3},_0x16552c={'rlriM':function(_0x29e2b1,_0x2e8638){function _0x1fb288(_0x3f7dad,_0x57f90a,_0x13e028,_0x449360){return _0x139d(_0x13e028-0x94,_0x57f90a);}return _0x38f57b[_0x1fb288(_0x4c0f44._0x185294,0xcc,_0x4c0f44._0x527a54,_0x4c0f44._0x4ecb8c)](_0x29e2b1,_0x2e8638);},'aYKOj':function(_0x37762b,_0x2d7d1e){const _0x40b20f={_0xab0a83:0x35d};function _0x4d7100(_0x13eac0,_0x3276b1,_0x58a650,_0x469c0e){return _0x139d(_0x13eac0-_0x40b20f._0xab0a83,_0x3276b1);}return _0x38f57b[_0x4d7100(0x523,0x49d,_0x378953._0x324367,0x59a)](_0x37762b,_0x2d7d1e);},'ePqFp':_0x38f57b['gDuJN'],'qzsjM':_0x38f57b[_0x23ac6c(_0x4d240b._0x25b49e,0x480,0x465,_0x4d240b._0x4a51ba)],'lyRgr':function(_0x4c21c9,_0x44bf75){function _0x3a5f66(_0x449351,_0x44d16b,_0x378fd0,_0x2b9ced){return _0x23ac6c(_0x449351- -_0x4f7638._0x5037cc,_0x44d16b-_0x4f7638._0x4c3078,_0x378fd0-_0x4f7638._0x402e06,_0x44d16b);}return _0x38f57b[_0x3a5f66(-_0x2d66d9._0x2e8ba0,-0x39,-_0x2d66d9._0x37d5f2,-_0x2d66d9._0x26faf0)](_0x4c21c9,_0x44bf75);},'hVlAx':_0x38f57b[_0x2a7a5f(-_0x4d240b._0x5ee906,-_0x4d240b._0x2ca3a4,-_0x4d240b._0x12f0ff,-0x1d8)]};let _0xcf627e='';function _0x23ac6c(_0x4f4398,_0xe34545,_0x535181,_0x4a8e62){return _0x5c85b0(_0x4f4398-_0x259540._0x1e9d30,_0xe34545-_0x259540._0x561131,_0x535181-_0x259540._0x38cf9c,_0x4a8e62);}function _0x2a7a5f(_0x3351e1,_0x203218,_0x3ea61c,_0x1836b1){return _0x5c85b0(_0x1836b1- -_0x374f97._0x1c7f36,_0x203218-_0x374f97._0x2c9823,_0x3ea61c-0xc5,_0x203218);}_0x2fd689['on'](_0x38f57b[_0x23ac6c(_0x4d240b._0x1cf9a9,_0x4d240b._0x3aaafa,_0x4d240b._0xaa80bc,0x4c2)],_0x1bff21=>_0xcf627e+=_0x1bff21),_0x2fd689['on'](_0x38f57b[_0x2a7a5f(-0x185,-0x245,-_0x4d240b._0x735cbc,-_0x4d240b._0x362d51)],()=>{const _0x3532fe={'PChQH':function(_0x1f1d24,_0x390d64){function _0x20a354(_0x3d6795,_0x33dd81,_0x57e434,_0x12689d){return _0x139d(_0x57e434-0x77,_0x12689d);}return _0x16552c[_0x20a354(_0x108d23._0x2faf21,0x193,_0x108d23._0x49d3be,_0x108d23._0x92ee14)](_0x1f1d24,_0x390d64);}};function _0x3332a9(_0x19d266,_0x42afb4,_0x2ff39f,_0x249a80){return _0x2a7a5f(_0x19d266-0x113,_0x42afb4,_0x2ff39f-_0x4e5fce._0x15d090,_0x249a80-0x408);}function _0x209e7d(_0x3269f1,_0x19404d,_0x4d776a,_0x4b94b3){return _0x23ac6c(_0x4d776a- -_0x28539f._0x3aa7d4,_0x19404d-_0x28539f._0x9b610,_0x4d776a-_0x28539f._0x9239b0,_0x4b94b3);}if(_0x16552c[_0x209e7d(-0x204,-0x190,-0x208,-0x186)](_0x16552c[_0x209e7d(-0x295,-0x25b,-0x2a0,-_0x3680cc._0x3c2d87)],_0x16552c[_0x3332a9(_0x3680cc._0x5e0d4b,_0x3680cc._0x5dd51a,_0x3680cc._0x45e594,_0x3680cc._0x47e5b9)]))try{const _0x3cf90f=JSON['parse'](_0xcf627e),_0x5ba06f={};_0x5ba06f['responding']=!![],_0x5ba06f[_0x3332a9(_0x3680cc._0x3bcc7a,_0x3680cc._0x72aa89,_0x3680cc._0x2a041b,0x2b0)]=_0x3cf90f[_0x3332a9(_0x3680cc._0x2b4c7d,0x281,_0x3680cc._0x4f217a,_0x3680cc._0x2236c6)]||_0x209e7d(-_0x3680cc._0x387c45,-0x2a0,-0x221,-_0x3680cc._0x37fab9),_0x70a52c(_0x5ba06f);}catch{if(_0x16552c[_0x209e7d(-_0x3680cc._0x5e4551,-0x2a5,-0x2e5,-_0x3680cc._0x54a928)](_0x16552c[_0x3332a9(0x2d8,_0x3680cc._0x575db8,0x1ff,_0x3680cc._0x421c74)],_0x16552c[_0x209e7d(-_0x3680cc._0x21b6f8,-_0x3680cc._0xf13168,-_0x3680cc._0x5104f9,-_0x3680cc._0x2a7e3b)])){const _0x36438b={};_0x36438b['responding']=!![],_0x36438b[_0x3332a9(0x22f,0x2eb,_0x3680cc._0x29ef96,0x2b0)]=_0x3332a9(_0x3680cc._0x3397b9,0x242,_0x3680cc._0x4c102f,0x26b),_0x16552c[_0x209e7d(-0x2fa,-0x25b,-_0x3680cc._0x5b7815,-_0x3680cc._0x59de3c)](_0x70a52c,_0x36438b);}else _0x49d2df[_0x3332a9(0x287,_0x3680cc._0x3b6c6b,0x283,_0x3680cc._0x460025)](_0x3332a9(_0x3680cc._0x22e8e5,_0x3680cc._0x7754fe,_0x3680cc._0x5178dd,_0x3680cc._0x209ee5)+_0x209e7d(-_0x3680cc._0x3479f2,-_0x3680cc._0x3fa696,-0x22d,-0x242)+_0x209e7d(-0x212,-0x1ee,-0x205,-_0x3680cc._0x468451)+'st:\x20'+_0x35e84b),_0xff4848[_0x3332a9(0x203,0x21b,_0x3680cc._0x5dd51a,0x244)](-0x1*-0x109c+-0x25b*0x9+0x498);}else _0x3532fe['PChQH'](_0x3eb400,_0x5cce9);});}),_0xd7ded5={};_0xd7ded5[_0x2fe9d5(0xd9,_0x33bfa1._0x31935c,0x56,_0x33bfa1._0x4713d2)]=![];function _0x2fe9d5(_0x5d96a9,_0x3137d7,_0x5ab517,_0x53997e){return _0x118c29(_0x5d96a9-0x10,_0x5ab517,_0x5ab517-_0x486523._0x347d21,_0x5d96a9-_0x486523._0x4442bd);}function _0x5c85b0(_0x1a00cf,_0x5c5ad9,_0x19dc4a,_0x1844d8){return _0x118c29(_0x1a00cf-0xcc,_0x1844d8,_0x19dc4a-_0x6b225d._0xd63465,_0x1a00cf-_0x6b225d._0x528e25);}_0x245f15['on'](_0x5c85b0(_0x33bfa1._0x20a8b1,_0x33bfa1._0x519f2a,_0x33bfa1._0x42035b,_0x33bfa1._0x2131a5),()=>_0x70a52c(_0xd7ded5)),_0x245f15['on'](_0x2fe9d5(0x1e4,0x168,0x20d,_0x33bfa1._0x4cf4c8),()=>{const _0x1e24aa={_0x1ee79e:0xd0},_0x188306={_0x1d9b58:0x14d},_0xb34437={'zWXXy':function(_0x4e8d5d,_0x1ebdb4){function _0x4d6a34(_0x25e5cd,_0x2f2128,_0x5ad97c,_0x38cad6){return _0x139d(_0x5ad97c- -_0x188306._0x1d9b58,_0x25e5cd);}return _0x1df70c[_0x4d6a34(-0x56,-0x92,-0x5d,-_0x1e24aa._0x1ee79e)](_0x4e8d5d,_0x1ebdb4);}};function _0xfb6c5a(_0x13c356,_0x48ca09,_0x39e4fa,_0x4e9297){return _0x2fe9d5(_0x48ca09-0x344,_0x48ca09-_0x15501b._0x54081a,_0x13c356,_0x4e9297-_0x15501b._0x59a22c);}function _0x5a5df6(_0x5574f0,_0xe6a215,_0x5a1b95,_0x4290e7){return _0x2fe9d5(_0xe6a215-0x1b0,_0xe6a215-0x2d,_0x4290e7,_0x4290e7-0x8b);}if(_0x1df70c['tJVfl'](_0xfb6c5a(_0x437c43._0x1d1012,0x43b,0x476,0x3e8),_0x1df70c[_0x5a5df6(_0x437c43._0x3fb027,0x39d,0x339,_0x437c43._0x5c312b)])){_0x245f15[_0x5a5df6(0x1fe,_0x437c43._0x1f38e3,_0x437c43._0x3cda76,_0x437c43._0x2434ad)]();const _0x46696d={};_0x46696d[_0xfb6c5a(0x483,_0x437c43._0x55b16c,_0x437c43._0x5564c0,0x417)]=![],_0x1df70c[_0x5a5df6(_0x437c43._0x530608,0x2a4,_0x437c43._0x34b98c,_0x437c43._0x1aa9e3)](_0x70a52c,_0x46696d);}else{const _0x32c42b={};_0x32c42b[_0x5a5df6(0x282,0x289,_0x437c43._0x2434ad,0x231)]=!![],_0x32c42b[_0x5a5df6(_0x437c43._0x26587c,0x3ac,_0x437c43._0x414125,_0x437c43._0x55db98)]=_0xfb6c5a(0x4c2,0x4fb,_0x437c43._0x15f520,0x507),_0xb34437['zWXXy'](_0x560d90,_0x32c42b);}});});}export async function showStatus(){const _0x3c66e0={_0x1e32ba:0x83,_0x43b6da:0x145,_0x3d55ac:0x18c,_0x4c3b32:0x183,_0xe443a9:0x17c,_0x12ac6e:0x121,_0x1c1c83:0x119,_0x44c0ba:0x1a7,_0xa5241a:0x1e5,_0x178d50:0x1a8,_0x5236a6:0x11f,_0x69773b:0x117,_0xc3971f:0x21f,_0xf7df98:0x270,_0x1173d1:0x266,_0x2e6fe2:0x1d7,_0x5cfab6:0x14b,_0x1c222a:0x155,_0x59f91c:0x155,_0x34f114:0x9d,_0x3eeee2:0x126,_0x528b75:0xee,_0x3ef289:0x187,_0x5b401d:0x9c,_0x2d9605:0xab,_0x47da4e:0x18f,_0x324f2a:0x182,_0x323ff0:0x195,_0x53584d:0x135,_0x45b559:0x18e,_0x4c2a7c:0x24e,_0x597ee4:0x277,_0x576a52:0x13c,_0x24ee4a:0x1ad,_0x1004ef:0x16c,_0x32a0e5:0x248,_0x304147:0x25e,_0x3b9b7d:0xbc,_0x459895:0x67,_0x359cac:0x164,_0x13db53:0x166,_0x230634:0xcd,_0x49eb06:0x16e,_0x47e87e:0x48,_0x739b41:0x153,_0x59d6af:0x132,_0x51f499:0x13c,_0x2b6e7c:0xaf,_0x2c2ebb:0xeb,_0x133d81:0x173,_0x12975c:0x113,_0x56c9b9:0x1c5,_0x523578:0x9b,_0xb081b8:0x1be,_0x3b8bff:0x14d,_0x7f1089:0x60,_0x4af21b:0x146,_0x3a0345:0xd7,_0xef7d8f:0x135,_0x582bb4:0x9,_0x5e41df:0x46,_0x29af34:0xa6,_0xdbcc2:0xa2,_0x35021d:0x1b7,_0x195db9:0x19f,_0x3246fb:0x142,_0x308c41:0x134,_0x1c8246:0xa8,_0x1df642:0xe0,_0x56cf13:0x161,_0x33c2eb:0x168,_0x517c95:0x267,_0x5a7a44:0x174,_0x489cca:0x1a6,_0x27a88f:0x177,_0x266110:0x20d,_0x4e0412:0x184,_0x3ae0a3:0x19b,_0x3e9238:0x23a,_0x510170:0x20b,_0x44c72a:0x74,_0x4640c4:0x29,_0xccc048:0x1d,_0x1fc23a:0x1,_0x1ba184:0x63,_0x3115d2:0xe0,_0x4cae5a:0x18c,_0x2c3e35:0x130,_0x489862:0xa7,_0x39a09a:0x29,_0x477d76:0x56,_0x4f6101:0x12e,_0xa153ad:0x11f,_0x30fe13:0x54,_0x5be5b2:0xb,_0x4efca2:0x138,_0x50946e:0x164,_0x3f27bb:0x141,_0x246642:0x15e,_0x1fe6b8:0x167,_0x2be958:0xe1,_0xcbcbf8:0x170,_0x1b5f44:0x1f3,_0x513ab0:0x1cb,_0x52ec2e:0x16a,_0x493880:0xbf,_0x57195b:0x104,_0x579d91:0x20,_0x223b8e:0xa7,_0x1fcff8:0x0,_0x3f6d5c:0x13f,_0x5826f1:0x13,_0x1173e2:0x6f,_0xd5cd2e:0x77,_0xa199b4:0x1d,_0x526e90:0x75,_0x3a48f1:0x5b,_0x3a3c0d:0xfa,_0x4dcad7:0x117,_0x37b1fb:0x196,_0x3bdf30:0x141,_0x2df608:0xa7,_0x34c4f9:0x96,_0x230222:0x157,_0x26fa8f:0x196,_0x3bccf4:0x1d5,_0x39bb65:0x1ab,_0x232021:0x1c4,_0x2cd311:0x1d9,_0x17f571:0xee,_0x2fab51:0x6e,_0x6c5eab:0x59,_0x500841:0xa3,_0x9f4c0:0x4e,_0x588625:0x93,_0x4fcf4a:0x119,_0x5baf8a:0x120,_0x265767:0x137,_0x30452d:0xb5,_0x28cf1a:0xcf,_0x10a47b:0x7c,_0x2feacd:0x61,_0x7dc165:0xbb,_0x230d0b:0x3c,_0x31faa8:0x125,_0x51ef9f:0x87,_0x81a92f:0x123,_0xa1010b:0xe9,_0x33255c:0xae,_0x47eba9:0xfb,_0x498835:0x109,_0x4ac945:0x19d,_0x2990c3:0x1aa,_0x4cc134:0x193,_0x350402:0x81,_0x5aa332:0xe7,_0x41ab4d:0x156,_0x373a67:0x65,_0x3cb3b2:0x89,_0x156ae1:0x226,_0x1fb2bf:0x277,_0x2b4351:0x111,_0x2766ca:0x165,_0x5114a0:0x107,_0x183a60:0x152,_0x5d0d0c:0x14f,_0xc15e69:0x1a0,_0xc37a15:0x17a,_0x1bfe1d:0x1ac,_0x55b5db:0x128,_0x2f845c:0xed,_0xe326d0:0x138,_0x3fc525:0xbc,_0x26981e:0x15f,_0x459395:0x19c,_0x24c468:0x7c,_0x406fcf:0x167,_0x2756bd:0x8d,_0x4bafd8:0x26,_0x4c1391:0x4a,_0x3f7232:0x39,_0x3220cf:0x7a,_0x2417a7:0x35,_0x185827:0xf5,_0x427814:0x12b,_0x37a50d:0x132,_0xf14640:0xfc,_0x4e2267:0xd8,_0x4d732b:0xbb,_0x29660b:0x110,_0x1d5874:0x7f,_0x495f1c:0x3d,_0x32d808:0xd4,_0x5cc781:0x122},_0x45c6ed={_0x39c501:0x1e0,_0x195d95:0xe9},_0x307dbb={_0x27f00e:0x31b,_0x18ad3f:0x30b,_0x21ea1c:0x2ef,_0x31c2c0:0x370},_0x4460b5={_0x1192d0:0x152,_0x40cb92:0x120},_0x2886e3={'eGYsD':function(_0xd2acae,_0x5e579b){return _0xd2acae(_0x5e579b);},'zqATd':_0x5e5465(0x12,-0x4f,-_0x3c66e0._0x1e32ba,-0x76),'NlrNy':_0x377521(-0x13e,-0x182,-_0x3c66e0._0x43b6da,-0x109),'zWFJp':_0x377521(-_0x3c66e0._0x3d55ac,-_0x3c66e0._0x4c3b32,-0xbf,-0x102),'cEQUu':'--inspect','WtKKM':function(_0x53797a){return _0x53797a();},'ZsstS':function(_0x3e267d){return _0x3e267d();},'TiMnS':function(_0x5a22df,_0x25c5a7){return _0x5a22df(_0x25c5a7);},'TmPzQ':'CoderFlow\x20'+_0x377521(-_0x3c66e0._0xe443a9,-0x1eb,-0x242,-0x1b3)+_0x377521(-_0x3c66e0._0x12ac6e,-_0x3c66e0._0x1c1c83,-0x127,-_0x3c66e0._0x44c0ba),'gAroW':function(_0x46894b,_0x4653bf){return _0x46894b!==_0x4653bf;},'MKaCg':_0x377521(-_0x3c66e0._0xa5241a,-0xd2,-_0x3c66e0._0x178d50,-0x150),'fzvDI':'qHSBz','mMHtU':function(_0x2c6e08,_0x484b10){return _0x2c6e08!==_0x484b10;},'eqcbM':'Start\x20the\x20'+'server\x20wit'+'h:','JoDJL':_0x377521(-_0x3c66e0._0x5236a6,-0x135,-_0x3c66e0._0x69773b,-0x106)+_0x377521(-_0x3c66e0._0xc3971f,-_0x3c66e0._0xf7df98,-_0x3c66e0._0x1173d1,-_0x3c66e0._0x2e6fe2),'XXydh':_0x377521(-_0x3c66e0._0x5cfab6,-0x194,-0x12a,-_0x3c66e0._0x1c222a)+_0x377521(-0x90,-_0x3c66e0._0x59f91c,-_0x3c66e0._0x34f114,-_0x3c66e0._0x3eeee2)+_0x377521(-0x1fb,-_0x3c66e0._0x528b75,-0x1cd,-_0x3c66e0._0x3ef289)+_0x5e5465(-0x133,-_0x3c66e0._0x5b401d,-0x33,-_0x3c66e0._0x2d9605),'NRxKm':'\x20\x20coder-se'+_0x5e5465(-_0x3c66e0._0x47da4e,-0xf9,-_0x3c66e0._0x324f2a,-_0x3c66e0._0x323ff0)+'\x20--setup-p'+'ath=/path/'+_0x5e5465(-0x142,-_0x3c66e0._0x53584d,-0xc9,-0x1d7)+_0x377521(-_0x3c66e0._0x45b559,-0x229,-_0x3c66e0._0x4c2a7c,-0x1ea),'OabId':function(_0xd2476b,_0x3d3445){return _0xd2476b===_0x3d3445;},'zKqWt':_0x377521(-_0x3c66e0._0x597ee4,-0x28b,-0x1a4,-0x21a),'nZSwY':_0x377521(-_0x3c66e0._0x576a52,-0x142,-_0x3c66e0._0x24ee4a,-0x19c)+_0x377521(-_0x3c66e0._0x1004ef,-_0x3c66e0._0x32a0e5,-_0x3c66e0._0x304147,-0x1d0)+':','aXhmB':_0x5e5465(-_0x3c66e0._0x3b9b7d,-0x28,0x5e,_0x3c66e0._0x459895)+'rver\x20stop','ynIoU':_0x377521(-_0x3c66e0._0x359cac,-0x15c,-0x153,-_0x3c66e0._0x13db53)+_0x5e5465(-0x64,-_0x3c66e0._0x230634,-_0x3c66e0._0x49eb06,-_0x3c66e0._0x47e87e)+'\x20foregroun'+_0x377521(-_0x3c66e0._0x739b41,-_0x3c66e0._0x59d6af,-_0x3c66e0._0x51f499,-0x1b6)},{running:_0xbeb98e,pid:_0x20399d}=await _0x2886e3[_0x5e5465(-_0x3c66e0._0x2b6e7c,-_0x3c66e0._0x2c2ebb,-0x160,-0x59)](isServerRunning),_0x21f163=await _0x2886e3['ZsstS'](getServerConfig),_0x2270c7=await _0x2886e3[_0x377521(-0x1ad,-0x174,-_0x3c66e0._0x133d81,-_0x3c66e0._0x12975c)](checkServerHealth,_0x21f163[_0x377521(-0x19e,-0x218,-0x180,-_0x3c66e0._0x56c9b9)]);console[_0x5e5465(-0x69,-0x29,-_0x3c66e0._0x523578,-0xad)](_0x2886e3[_0x5e5465(-_0x3c66e0._0xb081b8,-0x11d,-_0x3c66e0._0x3b8bff,-0x130)]),console[_0x5e5465(0x37,-0x29,_0x3c66e0._0x7f1089,-0x40)]('');if(_0xbeb98e&&_0x2270c7['responding'])console['log'](_0x377521(-0x193,-0xf5,-_0x3c66e0._0x4af21b,-0x141)+_0x377521(-_0x3c66e0._0x3a0345,-_0x3c66e0._0x528b75,-0x161,-_0x3c66e0._0xef7d8f)+_0x5e5465(_0x3c66e0._0x582bb4,-_0x3c66e0._0x5e41df,-_0x3c66e0._0x29af34,-_0x3c66e0._0xdbcc2)+_0x377521(-0xe2,-_0x3c66e0._0x35021d,-0x193,-0x173)),console['log'](_0x377521(-_0x3c66e0._0x195db9,-0x210,-0x14e,-0x1cd)+_0x5e5465(-_0x3c66e0._0x3246fb,-0x134,-0x1c5,-_0x3c66e0._0x308c41)+_0x20399d),console[_0x377521(-0xf5,-0xb6,-_0x3c66e0._0x1c8246,-0x107)](_0x5e5465(-_0x3c66e0._0x1df642,-0xc7,-_0x3c66e0._0x56cf13,-_0x3c66e0._0x33c2eb)+_0x377521(-_0x3c66e0._0x517c95,-_0x3c66e0._0x5a7a44,-_0x3c66e0._0x489cca,-0x212)+_0x21f163[_0x377521(-_0x3c66e0._0x27a88f,-_0x3c66e0._0x266110,-0x1c1,-_0x3c66e0._0x4e0412)]);else{if(_0x2270c7[_0x377521(-_0x3c66e0._0x3ae0a3,-_0x3c66e0._0x3e9238,-0x1db,-_0x3c66e0._0x510170)])console[_0x5e5465(_0x3c66e0._0x44c72a,-_0x3c66e0._0x4640c4,0x64,_0x3c66e0._0xccc048)](_0x5e5465(-_0x3c66e0._0x1fc23a,-_0x3c66e0._0x1ba184,-_0x3c66e0._0x3115d2,-0x4d)+'\x20\x20\x20\x20\x20✓\x20Run'+'ning\x20(fore'+_0x377521(-0x1b2,-_0x3c66e0._0x4cae5a,-0x1b6,-_0x3c66e0._0x2c3e35)),console[_0x5e5465(-_0x3c66e0._0x489862,-_0x3c66e0._0x39a09a,_0x3c66e0._0x477d76,-0xb4)]('\x20\x20URL:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x21f163[_0x5e5465(-_0x3c66e0._0x4f6101,-_0x3c66e0._0x29af34,-0x102,-_0x3c66e0._0xa153ad)]);else _0xbeb98e?(console[_0x5e5465(-_0x3c66e0._0x30fe13,-_0x3c66e0._0x4640c4,0x42,_0x3c66e0._0x5be5b2)](_0x377521(-_0x3c66e0._0x4efca2,-0x163,-_0x3c66e0._0x50946e,-_0x3c66e0._0x3f27bb)+_0x377521(-_0x3c66e0._0x246642,-0x172,-_0x3c66e0._0x1fe6b8,-0x14a)+_0x5e5465(-0xa2,-_0x3c66e0._0x2be958,-_0x3c66e0._0xcbcbf8,-0xca)+_0x377521(-_0x3c66e0._0x1b5f44,-_0x3c66e0._0x513ab0,-0x132,-_0x3c66e0._0x52ec2e)+'not\x20respon'+_0x5e5465(-_0x3c66e0._0x493880,-_0x3c66e0._0x57195b,-_0x3c66e0._0x739b41,-0x121)),console[_0x5e5465(_0x3c66e0._0x579d91,-0x29,-_0x3c66e0._0x223b8e,_0x3c66e0._0x1fcff8)](_0x377521(-0xc1,-0x176,-_0x3c66e0._0x3f6d5c,-0x12c)+'D:\x20\x20\x20'+_0x20399d)):_0x2886e3[_0x5e5465(_0x3c66e0._0x5826f1,-_0x3c66e0._0x1173e2,-_0x3c66e0._0xd5cd2e,-0xa5)](_0x2886e3['MKaCg'],_0x2886e3[_0x5e5465(_0x3c66e0._0xa199b4,-0x2a,_0x3c66e0._0x526e90,_0x3c66e0._0x3a48f1)])?console['log'](_0x377521(-_0x3c66e0._0x3a3c0d,-_0x3c66e0._0x4dcad7,-_0x3c66e0._0x37b1fb,-_0x3c66e0._0x3bdf30)+_0x5e5465(-_0x3c66e0._0x2df608,-_0x3c66e0._0x34c4f9,-0x62,-0x132)+'\x20running'):_0x47fe10[_0x377521(-_0x3c66e0._0x230222,-_0x3c66e0._0x5a7a44,-_0x3c66e0._0x26fa8f,-0x107)](_0x377521(-_0x3c66e0._0x3bccf4,-_0x3c66e0._0x39bb65,-_0x3c66e0._0x232021,-_0x3c66e0._0x2cd311)+_0x5e5465(-0x167,-0x119,-0x8e,-_0x3c66e0._0x17f571)+_0x285c3f[_0x5e5465(-_0x3c66e0._0x2fab51,-_0x3c66e0._0x6c5eab,-0x10,-_0x3c66e0._0x500841)]);}function _0x377521(_0x186d85,_0x411aae,_0x313ded,_0x4fde42){return _0x4cacf4(_0x186d85-_0x4460b5._0x1192d0,_0x411aae-_0x4460b5._0x40cb92,_0x4fde42- -0x2bb,_0x313ded);}if(_0x21f163[_0x377521(-0x11e,-0x13f,-0x1ab,-0x137)])console[_0x5e5465(-_0x3c66e0._0x9f4c0,-0x29,-_0x3c66e0._0x588625,-0x57)]('\x20\x20Setup\x20Pa'+_0x5e5465(-0x79,-_0x3c66e0._0x4fcf4a,-0x1b2,-0xa0)+_0x21f163[_0x377521(-0xa8,-_0x3c66e0._0x5baf8a,-0xfa,-_0x3c66e0._0x265767)]);else{if(_0x2886e3[_0x377521(-0x63,-_0x3c66e0._0x30452d,-_0x3c66e0._0x28cf1a,-0xfc)](_0x5e5465(-0x86,-_0x3c66e0._0x10a47b,-_0x3c66e0._0x3b9b7d,0x13),_0x5e5465(-_0x3c66e0._0x2feacd,-0x7c,0x1a,-0x28))){const _0x5ba151={_0xf91433:0x2,_0x58bd3d:0x1b4},_0x918b39={_0x1255c0:0x1b7},_0x103031={_0xaa02ce:0x30c,_0x3fb6eb:0x2b4},_0x53c02c={'wqNJd':function(_0x3cee42,_0x43ee2e){return _0x2886e3['eGYsD'](_0x3cee42,_0x43ee2e);},'CWaNJ':_0x2886e3[_0x5e5465(-0x147,-_0x3c66e0._0x7dc165,-0x143,-_0x3c66e0._0x230d0b)],'FXUWW':function(_0x2fe550,_0x2cd215){const _0x192cae={_0x251eb3:0x154,_0x44f6e1:0x1b8,_0x4bbe2b:0x4d7};function _0x348a59(_0x3f121f,_0x294472,_0x105222,_0x10f37d){return _0x377521(_0x3f121f-_0x192cae._0x251eb3,_0x294472-_0x192cae._0x44f6e1,_0x10f37d,_0x294472-_0x192cae._0x4bbe2b);}return _0x2886e3[_0x348a59(0x291,_0x103031._0xaa02ce,_0x103031._0x3fb6eb,0x2b4)](_0x2fe550,_0x2cd215);}};let _0x30cfad='';_0x3dffc5['on'](_0x2886e3[_0x377521(-0x149,-0x152,-0x178,-0x1dc)],_0x244177=>_0x30cfad+=_0x244177),_0x4159b1['on'](_0x2886e3[_0x5e5465(-_0x3c66e0._0x31faa8,-_0x3c66e0._0x51ef9f,-_0x3c66e0._0x81a92f,-_0x3c66e0._0x31faa8)],()=>{function _0x16452a(_0x1839b0,_0x388c50,_0x48257d,_0x36af05){return _0x377521(_0x1839b0-0x7b,_0x388c50-_0x918b39._0x1255c0,_0x36af05,_0x1839b0-0x4f5);}function _0x318609(_0x34099e,_0x2f3aa6,_0x291074,_0x12c038){return _0x5e5465(_0x34099e-_0x5ba151._0xf91433,_0x12c038-0x48b,_0x291074-_0x5ba151._0x58bd3d,_0x2f3aa6);}try{const _0x294834=_0x5d2f12['parse'](_0x30cfad);_0x53c02c['wqNJd'](_0x44edea,{'responding':!![],'service':_0x294834[_0x16452a(0x40d,0x47e,0x3c5,0x4a0)]||_0x53c02c[_0x16452a(_0x307dbb._0x27f00e,0x2d4,0x37e,0x34c)]});}catch{_0x53c02c[_0x318609(_0x307dbb._0x18ad3f,_0x307dbb._0x21ea1c,0x3f6,_0x307dbb._0x31c2c0)](_0x49147d,{'responding':!![],'service':_0x53c02c['CWaNJ']});}});}else console[_0x377521(-_0x3c66e0._0xa1010b,-_0x3c66e0._0x33255c,-0x17b,-0x107)](_0x5e5465(-0xe2,-_0x3c66e0._0x47eba9,-_0x3c66e0._0x498835,-_0x3c66e0._0x493880)+_0x377521(-0x125,-0x234,-0x14b,-_0x3c66e0._0x4ac945)+_0x377521(-0x1d1,-_0x3c66e0._0x5a7a44,-0x243,-_0x3c66e0._0x2990c3)+')');}console[_0x377521(-0xac,-0x97,-_0x3c66e0._0x4cc134,-0x107)]('\x20\x20Port:\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x21f163[_0x5e5465(-_0x3c66e0._0x350402,-_0x3c66e0._0x5aa332,-_0x3c66e0._0x41ab4d,-0x105)]);function _0x5e5465(_0x2c82f5,_0x5d0fee,_0x206b3e,_0x1e50fb){return _0x4cacf4(_0x2c82f5-_0x45c6ed._0x39c501,_0x5d0fee-_0x45c6ed._0x195d95,_0x5d0fee- -0x1dd,_0x1e50fb);}console[_0x5e5465(0x4a,-_0x3c66e0._0x39a09a,-0x1e,-_0x3c66e0._0x373a67)]('');const _0x2a6987=_0xbeb98e||_0x2270c7['responding'];if(!_0x2a6987&&_0x21f163[_0x377521(-0xdf,-0x160,-0x1cc,-0x137)])console[_0x5e5465(-_0x3c66e0._0x3cb3b2,-_0x3c66e0._0x4640c4,0x4,0x6)](_0x2886e3[_0x377521(-_0x3c66e0._0x156ae1,-0x1ae,-_0x3c66e0._0x1fb2bf,-0x1f2)]),console['log'](_0x2886e3[_0x5e5465(-_0x3c66e0._0x2b4351,-0xe6,-0xa0,-_0x3c66e0._0x2766ca)]);else{if(!_0x2a6987)console[_0x377521(-_0x3c66e0._0x4f6101,-0xab,-0xde,-_0x3c66e0._0x5114a0)](_0x2886e3[_0x377521(-_0x3c66e0._0x183a60,-_0x3c66e0._0x5d0d0c,-0x15e,-0x147)]),console[_0x5e5465(-0x96,-0x29,-0xa6,0xd)](_0x2886e3[_0x377521(-0x123,-0x185,-_0x3c66e0._0x183a60,-0x1bd)]);else _0xbeb98e?_0x2886e3[_0x377521(-_0x3c66e0._0xc15e69,-_0x3c66e0._0xc37a15,-_0x3c66e0._0x1bfe1d,-_0x3c66e0._0x55b5db)](_0x2886e3[_0x377521(-_0x3c66e0._0x2f845c,-0xd9,-0x14e,-_0x3c66e0._0xe326d0)],_0x2886e3[_0x377521(-_0x3c66e0._0x1c8246,-0x133,-_0x3c66e0._0x3fc525,-0x138)])?(console[_0x377521(-_0x3c66e0._0x26981e,-0x188,-0x71,-_0x3c66e0._0x5114a0)](_0x2886e3['nZSwY']),console['log'](_0x2886e3[_0x5e5465(-_0x3c66e0._0x459395,-0x126,-0x14c,-0x98)])):_0x4f867a['unshift'](_0x2886e3['cEQUu']):(console[_0x377521(-_0x3c66e0._0x24c468,-0xae,-_0x3c66e0._0x406fcf,-_0x3c66e0._0x5114a0)](_0x2886e3[_0x5e5465(-_0x3c66e0._0x2756bd,-_0x3c66e0._0x4bafd8,-_0x3c66e0._0x4c1391,-_0x3c66e0._0x3f7232)]),console[_0x5e5465(-0x52,-_0x3c66e0._0x39a09a,-_0x3c66e0._0x3220cf,_0x3c66e0._0x2417a7)](_0x5e5465(-_0x3c66e0._0x49eb06,-_0x3c66e0._0x185827,-0x111,-_0x3c66e0._0x427814)+_0x5e5465(-_0x3c66e0._0x37a50d,-0xf4,-0xff,-_0x3c66e0._0x2d9605)+_0x377521(-_0x3c66e0._0xf14640,-_0x3c66e0._0x4e2267,-_0x3c66e0._0x4d732b,-_0x3c66e0._0x29660b)+_0x5e5465(-0x6d,-_0x3c66e0._0x498835,-_0x3c66e0._0x55b5db,-0x108)+_0x5e5465(-0x119,-_0x3c66e0._0x1d5874,-0x96,-_0x3c66e0._0x495f1c)+_0x5e5465(-0x14b,-_0x3c66e0._0x32d808,-_0x3c66e0._0x5cc781,-0x98)));}}function _0x139d(_0x3217d2,_0x28a9e2){_0x3217d2=_0x3217d2-(-0x33*0x1b+0x199d+0x4ea*-0x4);const _0x27f4f3=_0x45fa();let _0x4309df=_0x27f4f3[_0x3217d2];if(_0x139d['vOfziK']===undefined){var _0x54ea29=function(_0x5bb92c){const _0x3699f9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1003c0='',_0x22fd18='';for(let _0x4d9ddc=0x1019+0x10f5+0x210e*-0x1,_0x230a38,_0x52468c,_0x48e3d3=-0x1*-0x8b3+0x23b7+0x17b*-0x1e;_0x52468c=_0x5bb92c['charAt'](_0x48e3d3++);~_0x52468c&&(_0x230a38=_0x4d9ddc%(-0x1*-0xb7e+0xd73+-0x18ed*0x1)?_0x230a38*(-0x1*0xd0f+-0xc7c+0x19cb)+_0x52468c:_0x52468c,_0x4d9ddc++%(0x179c*-0x1+0x619+0x1187))?_0x1003c0+=String['fromCharCode'](0x1*-0x4a5+0x17a8+-0x1204&_0x230a38>>(-(0x1*0x1328+-0x1171+-0x1b5)*_0x4d9ddc&-0x77f+-0x25e1*-0x1+-0x1e5c)):0xa42+-0xa*0x1d0+-0x2*-0x3ef){_0x52468c=_0x3699f9['indexOf'](_0x52468c);}for(let _0x560d90=0x567+-0x6a*0xd+-0x1*0x5,_0x3868d4=_0x1003c0['length'];_0x560d90<_0x3868d4;_0x560d90++){_0x22fd18+='%'+('00'+_0x1003c0['charCodeAt'](_0x560d90)['toString'](0x2*0x5dd+0x11d*0xd+0x1a23*-0x1))['slice'](-(-0x224d+-0x1b*-0xa5+0x10e8));}return decodeURIComponent(_0x22fd18);};_0x139d['SpOpVD']=_0x54ea29,_0x139d['uNajGR']={},_0x139d['vOfziK']=!![];}const _0x7225f2=_0x27f4f3[-0x99a+-0x299*-0x7+-0x1*0x895],_0x55fb6d=_0x3217d2+_0x7225f2,_0x45f38d=_0x139d['uNajGR'][_0x55fb6d];return!_0x45f38d?(_0x4309df=_0x139d['SpOpVD'](_0x4309df),_0x139d['uNajGR'][_0x55fb6d]=_0x4309df):_0x4309df=_0x45f38d,_0x4309df;}export async function showLogs(_0x546016){const _0x5749a7={_0x40110e:0x1f0,_0x4a3d8f:0x22c,_0x2fc546:0x1ff,_0x126c1d:0x22a,_0x3fab0c:0x2ea,_0xd8d511:0x243,_0x43af70:0x1f1,_0x185931:0x1a3,_0x409e01:0x327,_0x1e0183:0x2a4,_0x1fb8b8:0x221,_0x365780:0x2c5,_0x460b8e:0x241,_0x2036ad:0x1d8,_0x3d26ec:0x1fb,_0x2bd4df:0x20f,_0x46ce6b:0x206,_0x1b22e1:0x34f,_0x29f498:0x34b,_0x178c82:0x2fc,_0x114ccc:0x2dd,_0xfa35c3:0x189,_0x2bbe2e:0x289,_0x53c4b7:0x267,_0x2dadd7:0x249,_0x25a3f5:0x1cd,_0x5ead47:0x239,_0x13b654:0x21f,_0x50ccef:0x297,_0x564213:0x32d,_0x5825f9:0x21e,_0x1e8da7:0x23e,_0x400d85:0x1df,_0x7c770f:0x359,_0x2437ed:0x2dc,_0x24c3e0:0x2a2,_0x4e3147:0x307,_0x491fc3:0x325,_0x2a8927:0x2aa,_0xfe3f09:0x2bf,_0x3ea6a9:0x266,_0x364f9a:0x278,_0x449172:0x2d1,_0x179194:0x275,_0x541566:0x212,_0x2d9505:0x258,_0xb71169:0x208,_0x32b235:0x260,_0x5bf8eb:0x286,_0x536428:0x29d,_0x5b0ec3:0x2cb,_0x29b506:0x30e,_0x1ebeef:0x2fc,_0x3043ae:0x2a3,_0x9ad23a:0x1ef,_0x2a3f49:0x2bd,_0x4b22db:0x323,_0x2e8808:0x290,_0x1a3129:0x20b,_0x1f805e:0x256,_0x2803af:0x176,_0x146aff:0x265,_0x4ef441:0x1db,_0x5b8f21:0x254,_0x2eb1fb:0x28b,_0x1f9dec:0x2e9,_0x50ad4c:0x203,_0x42f389:0x14b,_0x88b1af:0x1e9,_0x4ab3a5:0x2ca,_0x3f4419:0x312,_0x536b50:0x210,_0x8850dc:0x261},_0x2a93fd={_0x1c5599:0x1f3,_0x552f54:0x172,_0x28fae5:0xfc,_0x552216:0x18f,_0x34e80e:0x1af,_0x365fd4:0x151,_0xdbe562:0x19c},_0x3a6872={_0x4f6381:0x369},_0xf81b74={_0xb2af78:0x28b,_0x199b96:0x246,_0x30fc56:0x1e9,_0x5a834f:0x22b,_0x4b885e:0x1dd,_0x2b9b5b:0x1e9,_0x3596b1:0x25b,_0x4118ec:0x290,_0x50ca94:0x450,_0x554404:0x286,_0x54b6cb:0x219,_0xffec58:0x51d,_0x5c1db1:0x524,_0x33b839:0x58f,_0x22a514:0x102,_0x23569f:0x183,_0x40e81d:0x234,_0x264c6f:0x23a,_0x59a456:0x4d9,_0x3ef85b:0x4d8,_0x3d7237:0x526,_0x55ff46:0x4f0,_0x2e2f4b:0x25a,_0x4e0b20:0x29a,_0xeca0db:0x5b5,_0x3de8c2:0x46e,_0x2b0ca6:0x537,_0x2eb2b0:0x237,_0xbebd21:0x17f},_0x305441={_0x283bcd:0x54,_0x1f4a20:0x2a},_0x5d2b26={_0x432644:0x14e},_0x47ff23={'NBagi':function(_0x58cb5d,_0x5361d2){return _0x58cb5d(_0x5361d2);},'mwISD':function(_0x165ca7,_0xc418d4){return _0x165ca7!==_0xc418d4;},'KYpuN':_0x274f53(0x1a8,_0x5749a7._0x40110e,0x198,0x217),'AloLb':function(_0x448bd3,_0x26ec8b){return _0x448bd3-_0x26ec8b;},'dUzzx':'utf-8','BbyWG':function(_0x31cba,_0x400ed5){return _0x31cba(_0x400ed5);},'pEZIe':function(_0x2f300a,_0x5371ca){return _0x2f300a(_0x5371ca);},'aGeHA':_0x3db4c1(-_0x5749a7._0x4a3d8f,-0x2a1,-_0x5749a7._0x2fc546,-_0x5749a7._0x126c1d)+_0x274f53(0x395,_0x5749a7._0x3fab0c,0x28b,0x30d)+'g','IjQCB':function(_0x2c3066,_0x5eef6d){return _0x2c3066===_0x5eef6d;},'Gbqox':'--follow','FcTpU':_0x274f53(_0x5749a7._0xd8d511,0x16a,0x216,_0x5749a7._0x43af70),'mpTJE':'lTCqe','DQaZr':_0x274f53(0x22e,_0x5749a7._0x185931,0x2bd,0x245)+_0x274f53(0x20b,0x206,_0x5749a7._0x409e01,_0x5749a7._0x1e0183)+_0x274f53(_0x5749a7._0x1fb8b8,0x29d,_0x5749a7._0x365780,0x266)+_0x3db4c1(-0x1f0,-0x296,-0x2cb,-_0x5749a7._0x460b8e)+'\x0a','dZkIs':function(_0xd074c7,_0x2df65c,_0x4ff608){return _0xd074c7(_0x2df65c,_0x4ff608);},'tqeld':_0x3db4c1(-0x28f,-0x2a2,-0x296,-0x22d),'vMreL':_0x274f53(_0x5749a7._0x2036ad,_0x5749a7._0x3d26ec,_0x5749a7._0x2bd4df,_0x5749a7._0x46ce6b),'mApCS':_0x3db4c1(-0x267,-_0x5749a7._0x1b22e1,-_0x5749a7._0x29f498,-0x2e0)+_0x274f53(0x24b,0x227,0x26b,0x277),'MgoDp':_0x3db4c1(-0x2ba,-0x284,-_0x5749a7._0x178c82,-0x292)+_0x274f53(_0x5749a7._0x114ccc,0x2e8,0x28d,0x2ac)+'been\x20start'+_0x3db4c1(-0x200,-_0x5749a7._0xfa35c3,-0x236,-0x228)+_0x3db4c1(-_0x5749a7._0x365780,-0x216,-_0x5749a7._0x2bbe2e,-0x266)+_0x274f53(_0x5749a7._0x53c4b7,0x259,_0x5749a7._0x2dadd7,0x2de)+_0x3db4c1(-0x192,-_0x5749a7._0x25a3f5,-0x254,-0x21a)};function _0x274f53(_0x5b02d9,_0x2702ce,_0x58c788,_0x52de51){return _0x371bc0(_0x5b02d9-0x7,_0x2702ce-0x18b,_0x2702ce,_0x52de51-_0x5d2b26._0x432644);}let _0x8387a8=![];function _0x3db4c1(_0x23bfd4,_0x1590f3,_0x28b669,_0x574642){return _0x371bc0(_0x23bfd4-0x14a,_0x1590f3-0x13,_0x1590f3,_0x574642- -0x37b);}let _0x29da51=null;for(const _0x7a395a of _0x546016){if(_0x47ff23[_0x3db4c1(-_0x5749a7._0x185931,-0x275,-0x1ee,-_0x5749a7._0x5ead47)](_0x7a395a,_0x47ff23[_0x3db4c1(-_0x5749a7._0x13b654,-0x316,-0x216,-0x27d)])||_0x7a395a==='-f')_0x8387a8=!![];else _0x7a395a['startsWith'](_0x47ff23[_0x3db4c1(-0x274,-_0x5749a7._0x50ccef,-_0x5749a7._0x564213,-0x2c7)])&&(_0x29da51=parseInt(_0x7a395a[_0x274f53(0x2cc,0x259,0x33b,0x2e7)](_0x47ff23['FcTpU'][_0x3db4c1(-0x235,-0x248,-0x2e1,-0x254)]),0xdb3*-0x1+-0x117e+-0x215*-0xf));}try{if(_0x47ff23['mwISD'](_0x47ff23[_0x274f53(0x1fe,_0x5749a7._0x5825f9,0x25b,_0x5749a7._0x1e8da7)],_0x274f53(0x1f2,0x215,0x266,0x1fe))){const _0x2c369e=await _0x1ac5e1['readFile'](LOG_FILE,_0x47ff23[_0x3db4c1(-_0x5749a7._0x400d85,-0x23f,-0x26d,-0x1f3)]),_0x70a777=_0x2c369e['split']('\x0a');_0x29da51?_0x47ff23['IjQCB'](_0x3db4c1(-0x375,-_0x5749a7._0x7c770f,-0x338,-_0x5749a7._0x2437ed),_0x3db4c1(-0x1f1,-0x1e5,-0x2d4,-_0x5749a7._0x2dadd7))?_0xc2c759=!![]:console['log'](_0x70a777[_0x3db4c1(-_0x5749a7._0x24c3e0,-_0x5749a7._0x4e3147,-_0x5749a7._0x491fc3,-_0x5749a7._0x2a8927)](-_0x29da51)[_0x3db4c1(-_0x5749a7._0xfe3f09,-_0x5749a7._0x3ea6a9,-_0x5749a7._0x364f9a,-_0x5749a7._0x449172)]('\x0a')):console[_0x274f53(0x358,_0x5749a7._0x179194,0x2dd,0x2fe)](_0x2c369e);if(_0x8387a8){console['log'](_0x47ff23[_0x274f53(_0x5749a7._0x541566,_0x5749a7._0x126c1d,0x294,_0x5749a7._0x2d9505)]);let _0x2796c1=(await _0x1ac5e1[_0x274f53(_0x5749a7._0xb71169,0x26b,_0x5749a7._0x32b235,_0x5749a7._0x5bf8eb)](LOG_FILE))[_0x274f53(_0x5749a7._0x536428,0x24b,0x2b8,_0x5749a7._0x5b0ec3)];const _0xaedacb=_0x47ff23['dZkIs'](setInterval,async()=>{const _0x233f98={'DJGmz':function(_0x43905a,_0x7b3fc){return _0x47ff23['NBagi'](_0x43905a,_0x7b3fc);}};function _0x123397(_0x41ea51,_0x549ff5,_0x3cf3f6,_0x1b96f8){return _0x3db4c1(_0x41ea51-_0x305441._0x283bcd,_0x3cf3f6,_0x3cf3f6-0x161,_0x1b96f8-_0x305441._0x1f4a20);}function _0x5a298f(_0x1b7cc4,_0x2bd5cb,_0x1f79a8,_0xf410e4){return _0x274f53(_0x1b7cc4-0x10e,_0x1b7cc4,_0x1f79a8-0x1c5,_0x2bd5cb-0x259);}try{if(_0x47ff23[_0x123397(-_0xf81b74._0xb2af78,-0x22a,-_0xf81b74._0x199b96,-0x1fd)](_0x47ff23[_0x123397(-0x168,-0x276,-0x212,-_0xf81b74._0x30fc56)],_0x47ff23[_0x123397(-0x1a0,-_0xf81b74._0x5a834f,-_0xf81b74._0x4b885e,-_0xf81b74._0x2b9b5b)])){_0x5bba0c[_0x123397(-_0xf81b74._0x3596b1,-0x24e,-0x2f5,-_0xf81b74._0x4118ec)]();const _0x233cb1={};_0x233cb1['responding']=![],_0x233f98[_0x5a298f(0x447,_0xf81b74._0x50ca94,0x408,0x3b3)](_0xcda9c3,_0x233cb1);}else{const _0x2527b9=(await _0x1ac5e1[_0x123397(-0x23c,-0x1e2,-_0xf81b74._0x554404,-_0xf81b74._0x54b6cb)](LOG_FILE))[_0x5a298f(_0xf81b74._0xffec58,_0xf81b74._0x5c1db1,0x5a3,_0xf81b74._0x33b839)];if(_0x2527b9>_0x2796c1){const _0x6d5d25=await _0x1ac5e1[_0x123397(-0x131,-0x122,-_0xf81b74._0x22a514,-_0xf81b74._0x23569f)](LOG_FILE,'r'),_0x5d7c2a=Buffer[_0x123397(-_0xf81b74._0x40e81d,-0x296,-_0xf81b74._0x264c6f,-0x20c)](_0x47ff23[_0x5a298f(_0xf81b74._0x59a456,0x51b,_0xf81b74._0x3ef85b,0x557)](_0x2527b9,_0x2796c1));await _0x6d5d25[_0x5a298f(_0xf81b74._0x3d7237,0x54f,0x5ef,_0xf81b74._0x55ff46)](_0x5d7c2a,0x1002+0x1a0f+-0x2a11,_0x5d7c2a[_0x123397(-_0xf81b74._0x2e2f4b,-_0xf81b74._0x4e0b20,-0x1db,-0x22a)],_0x2796c1),await _0x6d5d25[_0x5a298f(0x574,0x578,0x5bc,_0xf81b74._0xeca0db)](),process[_0x5a298f(_0xf81b74._0x3de8c2,0x506,0x574,_0xf81b74._0x2b0ca6)][_0x123397(-0x239,-_0xf81b74._0x2eb2b0,-_0xf81b74._0xbebd21,-0x1e8)](_0x5d7c2a['toString'](_0x47ff23['dUzzx'])),_0x2796c1=_0x2527b9;}}}catch(_0x32dcb6){_0x47ff23['BbyWG'](clearInterval,_0xaedacb);}},0x1*0x1e89+0x173c+0x33d1*-0x1);process['on'](_0x47ff23[_0x3db4c1(-_0x5749a7._0x29b506,-_0x5749a7._0x1ebeef,-0x262,-_0x5749a7._0x3043ae)],()=>{const _0x2a3cdc={_0x3ec703:0x1d3};function _0x2c62ea(_0x334bba,_0x3c8281,_0x965a5a,_0xf24d92){return _0x274f53(_0x334bba-0x15d,_0xf24d92,_0x965a5a-_0x2a3cdc._0x3ec703,_0x965a5a- -0x3a2);}function _0x30e53e(_0x245890,_0x4bfb89,_0x59f288,_0x5afe6d){return _0x3db4c1(_0x245890-0x5a,_0x59f288,_0x59f288-0x10b,_0x4bfb89-_0x3a6872._0x4f6381);}_0x47ff23[_0x30e53e(_0x2a93fd._0x1c5599,_0x2a93fd._0x552f54,_0x2a93fd._0x28fae5,_0x2a93fd._0x552216)](clearInterval,_0xaedacb),process[_0x30e53e(_0x2a93fd._0x34e80e,_0x2a93fd._0x365fd4,0x132,_0x2a93fd._0xdbe562)](0x1*-0x4ee+0xde6+-0x148*0x7);});}}else{_0x22c96f['log'](_0x47ff23[_0x274f53(0x18d,0x1d3,0x270,_0x5749a7._0x9ad23a)]);return;}}catch(_0x41968d){_0x47ff23[_0x274f53(_0x5749a7._0x2a3f49,_0x5749a7._0x4b22db,0x301,_0x5749a7._0x2e8808)](_0x41968d[_0x3db4c1(-0x211,-_0x5749a7._0x1a3129,-_0x5749a7._0x365780,-_0x5749a7._0x1f805e)],_0x47ff23[_0x3db4c1(-0x28b,-_0x5749a7._0x2803af,-_0x5749a7._0x126c1d,-0x1ef)])?(console['log'](_0x47ff23[_0x3db4c1(-0x162,-0x239,-_0x5749a7._0x146aff,-_0x5749a7._0x4ef441)]),console['log'](_0x47ff23[_0x3db4c1(-_0x5749a7._0x5b8f21,-_0x5749a7._0x2eb1fb,-0x34e,-_0x5749a7._0x1f9dec)])):console[_0x3db4c1(-0x1f5,-0x23c,-_0x5749a7._0x50ad4c,-0x1c3)](_0x3db4c1(-0x174,-0x17d,-_0x5749a7._0x42f389,-_0x5749a7._0x88b1af)+_0x274f53(0x391,0x2e4,_0x5749a7._0x4ab3a5,_0x5749a7._0x3f4419)+_0x41968d[_0x274f53(_0x5749a7._0x536b50,0x1d7,0x2f9,_0x5749a7._0x8850dc)]);}}export async function restartServer(_0x14d2cc){const _0x2ae5e3={_0x4776a1:0x2f3,_0x2ea0ce:0x2f0,_0x54402c:0x2c9,_0x53b899:0x302,_0xcd6bfd:0x261,_0xcce384:0x409,_0x1af1ea:0x3d7,_0x245755:0x3f8,_0x57c8d3:0x2ea,_0x2e7ff7:0x2bc,_0x4da2b:0x393,_0x5ec3b5:0x311,_0x1aed38:0x380,_0x4cb590:0x25a,_0x2e7ae5:0x1c1,_0x2294bd:0x21a,_0x2dd28d:0x41b,_0x16159d:0x392,_0x4b8457:0x3e4,_0x2a24c4:0x3ef,_0x1882f1:0x359,_0x333b91:0x331,_0x570a6d:0x40b,_0x1fe4e6:0x45f,_0x5e8d5c:0x3fe,_0x4ff790:0x25a,_0x394064:0x22e,_0x44b36b:0x2d2,_0x31e67b:0x25b,_0x51aaf6:0x29a,_0x20a3a2:0x2c9,_0x5c8266:0x332,_0x3ca513:0x279,_0x9a8ff1:0x2a1,_0x4f7f42:0x294,_0x29d267:0x2be,_0x589908:0x280},_0x46932e={_0x409fd5:0x1ac,_0x594a0e:0x1d2,_0x1957c1:0x17d},_0x20cc14={_0x4aeb63:0x177,_0x3c2c46:0xd6,_0x398308:0x26b};function _0x2fdecf(_0x131a12,_0x44e7fb,_0xeee407,_0x11c72a){return _0x371bc0(_0x131a12-_0x20cc14._0x4aeb63,_0x44e7fb-_0x20cc14._0x3c2c46,_0x44e7fb,_0xeee407-_0x20cc14._0x398308);}const _0x41d5c8={'lRzGe':'Start\x20the\x20'+_0xf247b(0x287,_0x2ae5e3._0x4776a1,_0x2ae5e3._0x2ea0ce,0x2ef)+'h:','ozByB':'\x20\x20coder-se'+_0xf247b(0x2ea,_0x2ae5e3._0x54402c,_0x2ae5e3._0x53b899,_0x2ae5e3._0xcd6bfd),'wkPGT':_0x2fdecf(_0x2ae5e3._0xcce384,0x44a,_0x2ae5e3._0x1af1ea,_0x2ae5e3._0x245755),'hBiyP':function(_0x5a4191){return _0x5a4191();},'OBdOF':_0xf247b(_0x2ae5e3._0x57c8d3,0x28f,0x241,_0x2ae5e3._0x2e7ff7)+'erver...','lOCah':function(_0x7ba396,_0x299581){return _0x7ba396(_0x299581);}},{running:_0x166bfc}=await isServerRunning();_0x166bfc&&(_0x41d5c8[_0x2fdecf(_0x2ae5e3._0x4da2b,0x2bf,_0x2ae5e3._0x5ec3b5,_0x2ae5e3._0x1aed38)]===_0xf247b(_0x2ae5e3._0x4cb590,0x208,_0x2ae5e3._0x2e7ae5,_0x2ae5e3._0x2294bd)?(_0x2d0f11[_0x2fdecf(0x411,0x3eb,_0x2ae5e3._0x2dd28d,_0x2ae5e3._0x16159d)](_0x41d5c8[_0x2fdecf(0x3b8,0x3a5,_0x2ae5e3._0x4b8457,_0x2ae5e3._0x2a24c4)]),_0x519431[_0xf247b(0x2ec,_0x2ae5e3._0x1882f1,0x2a7,_0x2ae5e3._0x333b91)](_0x41d5c8[_0x2fdecf(_0x2ae5e3._0x570a6d,0x437,0x3e3,0x457)])):(console[_0x2fdecf(0x4a7,_0x2ae5e3._0x1fe4e6,0x41b,_0x2ae5e3._0x5e8d5c)](_0xf247b(_0x2ae5e3._0x4ff790,_0x2ae5e3._0x394064,_0x2ae5e3._0x44b36b,_0x2ae5e3._0x31e67b)+_0xf247b(0x2d9,0x308,0x2d5,_0x2ae5e3._0x51aaf6)),await _0x41d5c8[_0x2fdecf(0x2f5,0x2cf,0x318,_0x2ae5e3._0x20a3a2)](stopServer),console[_0xf247b(0x336,0x30d,_0x2ae5e3._0x5c8266,0x331)]('')));console['log'](_0x41d5c8[_0xf247b(0x204,_0x2ae5e3._0x3ca513,0x25f,_0x2ae5e3._0x9a8ff1)]);function _0xf247b(_0xd76368,_0x1a4e45,_0x7a76ad,_0x51b619){return _0x4cacf4(_0xd76368-_0x46932e._0x409fd5,_0x1a4e45-_0x46932e._0x594a0e,_0x51b619-_0x46932e._0x1957c1,_0x1a4e45);}await _0x41d5c8[_0xf247b(_0x2ae5e3._0x4f7f42,0x2f9,_0x2ae5e3._0x29d267,_0x2ae5e3._0x589908)](startDaemon,_0x14d2cc);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x5c88(_0x359d12,_0x31580f){_0x359d12=_0x359d12-(0xace*-0x1+-0xb92+0xa*0x258);const _0x5b13d8=_0x54f7();let _0x1af646=_0x5b13d8[_0x359d12];if(_0x5c88['pQYWjM']===undefined){var _0x338f1d=function(_0x485c4d){const _0x50d331='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4dddfd='',_0x6d7def='';for(let _0x3dc094=-0x90d*-0x3+-0xb55*-0x3+-0x3d26,_0x2f83ef,_0x56e6fc,_0x4e174d=-0x873+0xc13*0x3+-0x1bc6;_0x56e6fc=_0x485c4d['charAt'](_0x4e174d++);~_0x56e6fc&&(_0x2f83ef=_0x3dc094%(-0x2f*0x95+0x650+-0x150f*-0x1)?_0x2f83ef*(0x2*-0x98f+0x2380*-0x1+0x36de)+_0x56e6fc:_0x56e6fc,_0x3dc094++%(0x23*-0x79+0x5f0+0xa9f))?_0x4dddfd+=String['fromCharCode'](-0x1a83+0x2a4+0x1*0x18de&_0x2f83ef>>(-(-0x8bd*0x2+-0x24fe+0x367a)*_0x3dc094&-0xb4+0x110a+-0x1050)):0x1529+0x11d2*-0x2+0xe7b){_0x56e6fc=_0x50d331['indexOf'](_0x56e6fc);}for(let _0x1030be=-0x31*-0x2b+0x1a0e+-0x2249,_0x4fd836=_0x4dddfd['length'];_0x1030be<_0x4fd836;_0x1030be++){_0x6d7def+='%'+('00'+_0x4dddfd['charCodeAt'](_0x1030be)['toString'](-0x1*0xc2e+-0x1*-0x904+-0x33a*-0x1))['slice'](-(-0x6*-0x408+0x7*0x57+0xd*-0x20b));}return decodeURIComponent(_0x6d7def);};_0x5c88['rScMsr']=_0x338f1d,_0x5c88['zgOWsL']={},_0x5c88['pQYWjM']=!![];}const _0x3113c0=_0x5b13d8[-0xb3*-0xc+0x1dc5+0x2629*-0x1],_0x4a07f3=_0x359d12+_0x3113c0,_0x54c0a1=_0x5c88['zgOWsL'][_0x4a07f3];return!_0x54c0a1?(_0x1af646=_0x5c88['rScMsr'](_0x1af646),_0x5c88['zgOWsL'][_0x4a07f3]=_0x1af646):_0x1af646=_0x54c0a1,_0x1af646;}(function(_0x1a0ccd,_0x878de5){const _0x1e103f={_0x29c540:0x3d7,_0x941bf8:0x3c3,_0x513a93:0x3b3,_0x13d46a:0x399,_0xe4453:0x3ab,_0x3308c6:0x80,_0x244240:0x9b,_0x271995:0x97,_0x21b040:0x6d,_0x43eb37:0x47,_0x1dbcd2:0x51,_0x3c333e:0x5c,_0x26e476:0x6c,_0x438b4b:0x31,_0x2a9736:0x3b8,_0x45f12b:0x3bb,_0x1a23a2:0x3c1,_0x46edff:0x3af,_0x53ae7b:0x82,_0x420658:0xa6,_0x874cb3:0x62},_0x29a095={_0x11e47d:0xbd},_0x1d096c=_0x1a0ccd();function _0x52c82b(_0x377130,_0x1ac12a,_0x5eedb3,_0xd12041){return _0x5c88(_0x5eedb3-0x27d,_0x1ac12a);}function _0xe16a77(_0x5cff6c,_0x4ec62b,_0x462ec2,_0x37cf6b){return _0x5c88(_0x5cff6c- -_0x29a095._0x11e47d,_0x37cf6b);}while(!![]){try{const _0x2965f1=parseInt(_0x52c82b(_0x1e103f._0x29c540,0x3a7,_0x1e103f._0x941bf8,0x3bc))/(0x2210+0x1a6+-0x23b5)+-parseInt(_0x52c82b(0x3f3,0x3a9,0x3ca,_0x1e103f._0x513a93))/(-0x2354+0x833*0x2+-0x4bc*-0x4)+-parseInt(_0x52c82b(_0x1e103f._0x13d46a,0x3d2,_0x1e103f._0xe4453,0x3c0))/(0x2323+-0x5c6+-0x1a*0x121)*(parseInt(_0xe16a77(_0x1e103f._0x3308c6,_0x1e103f._0x244240,_0x1e103f._0x271995,0x59))/(-0x1b68+0x3*0xaf3+-0x56d))+parseInt(_0xe16a77(0x5c,0x3a,0x83,0x85))/(-0xd3f+-0xd7*0x4+0x260*0x7)+-parseInt(_0xe16a77(_0x1e103f._0x21b040,_0x1e103f._0x43eb37,_0x1e103f._0x1dbcd2,_0x1e103f._0x3c333e))/(-0x21d4+0x834+0x19a6)+parseInt(_0xe16a77(0x55,0x3b,_0x1e103f._0x26e476,_0x1e103f._0x438b4b))/(0x22cc+-0xf07+-0x13be)+-parseInt(_0x52c82b(_0x1e103f._0x2a9736,_0x1e103f._0x45f12b,_0x1e103f._0x1a23a2,_0x1e103f._0x46edff))/(-0x17*0x11+-0x3bc+-0x10f*-0x5)*(-parseInt(_0xe16a77(_0x1e103f._0x53ae7b,0xa9,_0x1e103f._0x420658,_0x1e103f._0x874cb3))/(0x7*-0x2e3+0x101b*0x1+0x423));if(_0x2965f1===_0x878de5)break;else _0x1d096c['push'](_0x1d096c['shift']());}catch(_0x450843){_0x1d096c['push'](_0x1d096c['shift']());}}}(_0x54f7,0x1*0x10816d+-0xe440f+0xacf62));import _0x16e012 from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x9cb34e,_0x40c9da=![]){const _0xdd9ba={_0x4e83b8:0x50e,_0x2ea4ac:0x53b,_0x1284ad:0x516,_0x271f3f:0x51a,_0x177816:0x2e7,_0x1120cb:0x2df,_0x562206:0x4ec,_0x2109d1:0x4e8,_0x13ad78:0x512,_0x1cb50a:0x4f7,_0x522e70:0x4e5,_0x29a09b:0x288,_0x4770fe:0x28a,_0x4ee6d7:0x4df,_0x296aa7:0x50a,_0xe103b6:0x4f6,_0x42a969:0x516,_0x54ece2:0x4ff},_0x542885={_0x3c621c:0x40,_0xb996e0:0x3b,_0x5ee977:0x412,_0x539df1:0x40c,_0xfc5004:0x3b,_0x407a22:0x21,_0x3bf6fc:0x27,_0x1d56f2:0x79,_0x377d84:0x6a,_0xc89964:0x9e,_0x3acba6:0x7a,_0x430718:0x46a,_0x153e50:0x480,_0x2d691e:0x453,_0x1ebc05:0x41f,_0xeb1070:0x44e,_0x2c998d:0x42a,_0x1b8914:0x445,_0x11d3a9:0x458,_0x463a42:0x85,_0x1606d8:0x94,_0x1ef17c:0x7d,_0x3550fa:0x9f,_0x3f4e7e:0x71,_0x556203:0x6e,_0x22eaf4:0x81,_0x71e02f:0x72,_0x445b3c:0x448,_0x5db0ec:0x42e,_0x59406c:0x46e,_0x294d00:0x46d,_0x2342b5:0x42,_0xf311af:0x61,_0x54a6e1:0x4e,_0x5ef238:0x471,_0x46fca9:0x456,_0x451fe6:0x428,_0x5478ef:0x432,_0x20745d:0x3e,_0x56b9bb:0x23,_0x1fccfa:0x407,_0xda5307:0x426,_0x1b2796:0x63,_0x59b3a5:0x57,_0x4ea748:0x55,_0x3443ec:0x45},_0x5a6a2c={_0x33b313:0x3bc,_0x3ec179:0x3b8,_0x130f2a:0x15d,_0x5ceccd:0x42b,_0x15065b:0x41d,_0x5e57c9:0x404,_0x1b766c:0x41b},_0x105d66={_0x441467:0x2e5},_0x32a622={_0x2c40e5:0x9b,_0x1ac1db:0x49b},_0x37b6d2={_0x163f1b:0x183,_0x32c79f:0x6d8},_0x3c2791={_0x474b5c:0x3c1},_0x103f98={'jAtLB':'Error:\x20Use'+'rname\x20is\x20r'+_0x26f18d(0x50b,_0xdd9ba._0x4e83b8,_0xdd9ba._0x2ea4ac,_0xdd9ba._0x1284ad),'TXzTD':function(_0x1de848,_0x411b0e){return _0x1de848!==_0x411b0e;},'nIIaj':_0x26f18d(_0xdd9ba._0x2ea4ac,_0xdd9ba._0x271f3f,0x50d,0x51a),'JRBmO':function(_0x2c56f6){return _0x2c56f6();},'cNGJD':'SrbTR','vXuSn':function(_0x4db437,_0x5db4a3){return _0x4db437(_0x5db4a3);},'EFqRJ':_0x592ddc(-_0xdd9ba._0x177816,-0x2cc,-_0xdd9ba._0x1120cb,-0x2bd)+_0x26f18d(_0xdd9ba._0x562206,0x4e0,0x4e1,_0xdd9ba._0x2109d1)+'rd','SbAai':function(_0x1c72e5,_0x5f186a){return _0x1c72e5===_0x5f186a;},'yXLdA':_0x26f18d(_0xdd9ba._0x13ad78,_0xdd9ba._0x1cb50a,_0xdd9ba._0x522e70,0x4f4),'CWoPS':function(_0x2e6c5b,_0x882b5b){return _0x2e6c5b!==_0x882b5b;},'wgAer':_0x592ddc(-_0xdd9ba._0x29a09b,-0x285,-0x284,-_0xdd9ba._0x4770fe),'XMjHZ':_0x26f18d(_0xdd9ba._0x4ee6d7,0x518,_0xdd9ba._0x296aa7,_0xdd9ba._0xe103b6),'aEUlR':_0x26f18d(0x4e3,_0xdd9ba._0x42a969,0x4f1,_0xdd9ba._0x54ece2),'ZnYUu':'SAjTP'};function _0x26f18d(_0x1702b1,_0x16b4ce,_0x51814a,_0x3130de){return _0x5c88(_0x3130de-_0x3c2791._0x474b5c,_0x1702b1);}function _0x592ddc(_0x5edeb6,_0x5302c2,_0x3b99ee,_0x2e7af5){return _0x5c88(_0x2e7af5- -0x3cd,_0x5edeb6);}return new Promise(_0x5845cc=>{const _0xec9600={_0x232c1e:0x134,_0x2d527e:0x4,_0x5e69a7:0x53},_0x2c68ac={_0x2d39bf:0x43,_0xa7ae7f:0x2e,_0x2a9a8d:0x27,_0x122f84:0x78,_0x2cf245:0x34,_0x20991f:0x5d,_0x3b6811:0x44,_0x452162:0x60,_0x5115be:0x5d,_0x194525:0x3fc,_0x18d70f:0x405,_0x50aedf:0x40c,_0x4ce67a:0x424,_0x382a66:0x4,_0x213245:0x11,_0x35192c:0x425,_0x999370:0x42c},_0x564a71={_0x1effc5:0x3d7,_0xdf4c:0x3b6,_0x3c5ae6:0x425,_0x4bb056:0x43c,_0x1ff91c:0x3b6,_0x34d336:0x3c2,_0x1a8864:0x409,_0x29f5e4:0x446,_0x2ae60e:0x41e,_0x42ab67:0x3f1,_0x332ea6:0x412},_0x3411e2={_0x4774f8:0x381,_0x274e04:0x3b},_0x116741={_0x4d6af3:0x3af,_0x317e68:0xde};function _0x3b7b91(_0x38b16e,_0x5ae6cf,_0x1bd256,_0x259899){return _0x592ddc(_0x38b16e,_0x5ae6cf-0x130,_0x1bd256-_0x37b6d2._0x163f1b,_0x259899-_0x37b6d2._0x32c79f);}function _0x1eba43(_0x5ce22e,_0x35a350,_0x3b78aa,_0x31eed2){return _0x26f18d(_0x35a350,_0x35a350-_0x32a622._0x2c40e5,_0x3b78aa-0x14a,_0x5ce22e- -_0x32a622._0x1ac1db);}const _0x5b90a0={'AhjMm':function(_0x305ac9,_0x58e816){function _0x5cd3f4(_0x47efa6,_0x438dc7,_0x530510,_0x53e2aa){return _0x5c88(_0x47efa6-0x130,_0x530510);}return _0x103f98[_0x5cd3f4(0x280,0x279,0x26d,0x2a3)](_0x305ac9,_0x58e816);},'ZLORn':_0x103f98[_0x1eba43(_0x542885._0x3c621c,0x47,0x1b,_0x542885._0xb996e0)],'BYvFo':function(_0x853cf5,_0x519859){const _0x1141a2={_0x430963:0x2cf,_0x5021a8:0x1de,_0x3827e9:0xb0};function _0x45c7f5(_0x350865,_0x1f9e8,_0x56fc57,_0x291e87){return _0x1eba43(_0x1f9e8-_0x1141a2._0x430963,_0x350865,_0x56fc57-_0x1141a2._0x5021a8,_0x291e87-_0x1141a2._0x3827e9);}return _0x103f98[_0x45c7f5(0x330,0x30c,_0x105d66._0x441467,0x333)](_0x853cf5,_0x519859);}};if(_0x103f98[_0x3b7b91(0x433,_0x542885._0x5ee977,_0x542885._0x539df1,0x42f)](_0x103f98[_0x1eba43(_0x542885._0xfc5004,_0x542885._0x407a22,_0x542885._0x3bf6fc,0x62)],_0x103f98[_0x1eba43(_0x542885._0x1d56f2,_0x542885._0x377d84,_0x542885._0xc89964,_0x542885._0x3acba6)])){if(_0x40c9da){const _0x5c0f9a=new Writable({'write':(_0x338e52,_0x903417,_0x492824)=>{const _0x456fd2={};function _0x13db51(_0x7e920e,_0x261609,_0x215887,_0x4a15a8){return _0x1eba43(_0x4a15a8-_0x116741._0x4d6af3,_0x7e920e,_0x215887-0x10d,_0x4a15a8-_0x116741._0x317e68);}function _0x47f595(_0x4963b5,_0xa09501,_0x5b7d5a,_0x37ba5b){return _0x1eba43(_0xa09501-_0x3411e2._0x4774f8,_0x4963b5,_0x5b7d5a-_0x3411e2._0x274e04,_0x37ba5b-0x1d7);}_0x456fd2[_0x47f595(0x3f4,_0x564a71._0x1effc5,_0x564a71._0xdf4c,0x3b4)]=_0x103f98[_0x13db51(0x43d,_0x564a71._0x3c5ae6,_0x564a71._0x4bb056,0x42b)];const _0x2901f0=_0x456fd2;_0x103f98[_0x47f595(_0x564a71._0x1ff91c,_0x564a71._0x34d336,0x3b6,0x3ad)](_0x103f98['nIIaj'],'aHtXM')?(_0x338f1d[_0x13db51(0x429,0x447,_0x564a71._0x1a8864,0x420)](_0x2901f0['AgPHY']),_0x3113c0[_0x13db51(_0x564a71._0x29f5e4,0x41b,_0x564a71._0x2ae60e,0x432)](-0x1762+-0x4ec+0x1c4f)):_0x103f98[_0x47f595(0x3eb,0x408,_0x564a71._0x42ab67,_0x564a71._0x332ea6)](_0x492824);}}),_0x419364={};_0x419364['input']=process[_0x3b7b91(0x47a,0x476,0x466,_0x542885._0x430718)],_0x419364[_0x3b7b91(_0x542885._0x153e50,_0x542885._0x2d691e,0x454,0x45a)]=_0x5c0f9a,_0x419364[_0x3b7b91(0x425,0x41c,0x3fc,_0x542885._0x1ebc05)]=!![];const _0xdd7dc5=_0x16e012['createInte'+_0x3b7b91(0x42b,_0x542885._0xeb1070,0x447,_0x542885._0x2c998d)](_0x419364);process['stdout']['write'](_0x9cb34e),_0xdd7dc5[_0x3b7b91(_0x542885._0x1b8914,0x43c,_0x542885._0x11d3a9,0x445)]('',_0x158d22=>{const _0x3cee52={_0x5456b2:0xe3,_0x218131:0x9},_0x178be0={_0x55efff:0x1ea};function _0x27eda0(_0x2404d4,_0x40c885,_0x5ac0b1,_0x53d164){return _0x3b7b91(_0x5ac0b1,_0x40c885-0x17c,_0x5ac0b1-_0x178be0._0x55efff,_0x53d164- -0x48a);}function _0x50f4c2(_0x287cf,_0x2ccc7d,_0x4714c0,_0x414a80){return _0x3b7b91(_0x4714c0,_0x2ccc7d-_0x3cee52._0x5456b2,_0x4714c0-_0x3cee52._0x218131,_0x414a80- -0x33);}_0x5b90a0[_0x27eda0(-_0x2c68ac._0x2d39bf,0x2,-_0x2c68ac._0xa7ae7f,-_0x2c68ac._0x2a9a8d)](_0x5b90a0[_0x27eda0(-0x3c,-_0x2c68ac._0x122f84,-_0x2c68ac._0x2cf245,-_0x2c68ac._0x20991f)],_0x5b90a0[_0x27eda0(-0x57,-_0x2c68ac._0x3b6811,-_0x2c68ac._0x452162,-_0x2c68ac._0x5115be)])?(_0xdd7dc5[_0x50f4c2(0x3f1,_0x2c68ac._0x194525,0x3fa,_0x2c68ac._0x18d70f)](),console[_0x50f4c2(0x419,0x42d,_0x2c68ac._0x50aedf,0x414)](''),_0x5b90a0[_0x50f4c2(0x40a,0x440,_0x2c68ac._0x4ce67a,0x42a)](_0x5845cc,_0x158d22)):(_0x2f83ef[_0x50f4c2(0x448,0x445,0x439,0x423)]('Error:\x20Use'+_0x27eda0(_0x2c68ac._0x382a66,-_0x2c68ac._0x213245,-0x34,-0x25)+_0x56e6fc['username']+(_0x50f4c2(0x414,_0x2c68ac._0x35192c,0x427,_0x2c68ac._0x999370)+'d.')),_0x4e174d['exit'](-0x1b01+-0x1*-0x1d0d+-0x1*0x20b));});}else{if(_0x103f98['aEUlR']!==_0x103f98['ZnYUu']){const _0x205b2d={};_0x205b2d[_0x3b7b91(_0x542885._0x2d691e,0x450,0x42d,0x433)]=process[_0x1eba43(_0x542885._0x463a42,0xa2,_0x542885._0x1606d8,_0x542885._0x1ef17c)],_0x205b2d[_0x1eba43(0x75,_0x542885._0x3550fa,_0x542885._0x3f4e7e,_0x542885._0x556203)]=process[_0x1eba43(_0x542885._0x22eaf4,0x5f,0x91,_0x542885._0x71e02f)];const _0x1334de=_0x16e012[_0x3b7b91(_0x542885._0x445b3c,0x417,0x42b,0x429)+'rface'](_0x205b2d);_0x1334de[_0x3b7b91(_0x542885._0x5db0ec,_0x542885._0x59406c,0x423,0x445)](_0x9cb34e,_0x365ad7=>{const _0x587e91={_0x236454:0x8d,_0x17c65d:0x1a9};function _0x444746(_0x5985ac,_0x365c8d,_0x4dd0f0,_0x18231a){return _0x3b7b91(_0x365c8d,_0x365c8d-_0xec9600._0x232c1e,_0x4dd0f0-_0xec9600._0x2d527e,_0x4dd0f0- -_0xec9600._0x5e69a7);}function _0x15ebf3(_0x19783e,_0x3b91d5,_0x45cf7e,_0x3ce8e4){return _0x3b7b91(_0x3ce8e4,_0x3b91d5-_0x587e91._0x236454,_0x45cf7e-_0x587e91._0x17c65d,_0x3b91d5- -0x2b3);}_0x103f98[_0x444746(0x3af,_0x5a6a2c._0x33b313,0x3d3,_0x5a6a2c._0x3ec179)]('FecWF',_0x103f98['cNGJD'])?(_0x1334de['close'](),_0x103f98[_0x15ebf3(0x17e,0x16f,_0x5a6a2c._0x130f2a,0x194)](_0x5845cc,_0x365ad7)):_0x476a06[_0x444746(_0x5a6a2c._0x5ceccd,_0x5a6a2c._0x15065b,_0x5a6a2c._0x5e57c9,_0x5a6a2c._0x1b766c)]=_0x39ede1['split']('=')[0x1aa*-0x1+0x1*-0x1492+0x1*0x163d];});}else _0x376508[_0x3b7b91(_0x542885._0x294d00,0x469,0x44a,0x456)](_0x103f98[_0x1eba43(0x49,_0x542885._0x2342b5,_0x542885._0xf311af,_0x542885._0x54a6e1)],_0x2c7298),_0x4ae4ed[_0x3b7b91(_0x542885._0x5ef238,0x456,0x466,_0x542885._0x46fca9)](_0x3b7b91(_0x542885._0x451fe6,0x46d,_0x542885._0x5478ef,0x452)+_0x1eba43(_0x542885._0x20745d,0x20,_0x542885._0x56b9bb,0x45)+'\x20password\x20'+'-\x20'+_0x3d5091[_0x3b7b91(_0x542885._0x1fccfa,_0x542885._0xda5307,0x43b,0x42b)]),_0x4de775['exit'](0x1163+0x1*0x851+-0x19b3);}}else _0x160d4d[_0x1eba43(0x6e,_0x542885._0x1b2796,_0x542885._0x59b3a5,_0x542885._0x4ea748)]=_0x2f590c[_0x1eba43(0x5f,0x89,_0x542885._0x3443ec,0x3d)]('=')[-0x1d62+0x1*0x315+-0x4a*-0x5b];});}function parseArgs(_0x22cdaa){const _0x26fff5={_0x13ef94:0x351,_0x5d5f68:0x366,_0x4cb63f:0x34c,_0x3972e3:0x23,_0x1c9b56:0x18,_0x3cdd9f:0x383,_0x392d99:0x32,_0x52242e:0x4c,_0x2f7c15:0x33,_0x18826c:0x34d,_0x272032:0x36c,_0x3e5c36:0x36d,_0x5c30e8:0x366,_0x52a187:0x363,_0x40caf2:0xa,_0x2df1ad:0x44,_0x273a31:0x1c,_0x56bd29:0x27,_0x78d442:0x2c},_0x36ba8a={_0x58d280:0x164},_0x97230f={};_0x97230f[_0x2ae80a(_0x26fff5._0x13ef94,0x344,_0x26fff5._0x5d5f68,0x38e)]=_0x2ae80a(0x370,0x36c,_0x26fff5._0x4cb63f,0x355)+'=';const _0x29005b=_0x97230f,_0x1cbda9={};_0x1cbda9[_0x51e6d4(-0x32,-_0x26fff5._0x3972e3,0xc,-_0x26fff5._0x1c9b56)]=null,_0x1cbda9[_0x2ae80a(0x39c,0x367,_0x26fff5._0x3cdd9f,0x3a6)]=null;function _0x51e6d4(_0x240a0c,_0x4175bd,_0x179335,_0x59ef94){return _0x5c88(_0x59ef94- -_0x36ba8a._0x58d280,_0x240a0c);}function _0x2ae80a(_0x4970eb,_0x2baa83,_0x16336f,_0x2bb071){return _0x5c88(_0x16336f-0x23b,_0x4970eb);}const _0x24eb95=_0x1cbda9;for(const _0x195fe4 of _0x22cdaa){if(_0x195fe4[_0x51e6d4(-0x4d,-_0x26fff5._0x392d99,-_0x26fff5._0x52242e,-_0x26fff5._0x2f7c15)](_0x2ae80a(0x344,0x34b,0x351,_0x26fff5._0x4cb63f)+'='))_0x24eb95[_0x51e6d4(-0x3d,-0x5,0x10,-_0x26fff5._0x1c9b56)]=_0x195fe4['split']('=')[0x218e+0x2002+-0x418f];else _0x195fe4[_0x2ae80a(0x367,_0x26fff5._0x18826c,_0x26fff5._0x272032,0x367)](_0x29005b[_0x2ae80a(0x381,_0x26fff5._0x3e5c36,_0x26fff5._0x5c30e8,_0x26fff5._0x52a187)])&&(_0x24eb95[_0x51e6d4(-0x27,_0x26fff5._0x40caf2,-_0x26fff5._0x2df1ad,-_0x26fff5._0x273a31)]=_0x195fe4[_0x51e6d4(-_0x26fff5._0x56bd29,-_0x26fff5._0x78d442,-0x32,-0x2b)]('=')[-0x264+0x15c5+-0x2*0x9b0]);}return _0x24eb95;}function _0x54f7(){const _0x5ee8a7=['ALzlsNK','sLjcBu8','rLDwz3C','rMfPBgvKihrVia','ls1WyxnZD29Yza','mtaZmde5nZDTy0Pxuvq','sfjvrwu','DgvYBwLUywW','D2Dbzxi','ls11C2vYBMfTzq','DLH1u24','BgvKihrVihnLDa','mtaZnJK2mhLnEw53CG','EvHmzee','vfH6veq','tfzJwum','4PYtifbHC3n3B3jK','y3jLyxrLsw50zq','CMzHy2u','BwvZC2fNzq','CLnZywK','wKXpuM4','ruzXuKO','q1DVufm','C3qGocbJAgfYyq','EsbMB3iGDxnLCG','C2v0ihbHC3n3BW','Aw5WDxq','C3DVCMrZigrVia','nZi1mJm2mNPgvMfewa','ug9Qs2i','CMq6ia','y2XVC2u','mtvUANLzBw4','rxjYB3i6ifbHCW','qwDqsfK','C3rHCNrZv2L0Aa','sfjZuw8','thDdu0C','DhjPBq','q3r6DgG','igjLigf0igXLyq','ihbHC3n3B3jKia','BgvUz3rO','C3bSAxq','CxvLC3rPB24','tMv3ifbHC3n3BW','Bg9N','mti0otCWofrPrhPyDW','q0D4whu','ndyWndq2m1jmCwvjCG','s2Hxr0i','C3DVCMqGBxvZDa','vMvpD1K','DLrAquq','ndb5yvvHuem','Ewn0yMC','ndGXnJC3q0DLCMzk','rxjYB3i6iezHAq','CgfZC3DVCMq','quTqrKC','BgnvzfO','zxjYB3i','DxnLCM5HBwu','mJe4ntq0mM1TzLnjsW','te1jzKq','B3v0Chv0','u2jbywK','uLzXs2m','qLL2rM8','we1QsfO','iIbUB3qGzM91BG','zxf1AxjLza','AKf0tei','y3rLCNm','qwHQtw0','yuH0we0','CIaI','C3rKB3v0','rxjYB3i6ifvZzq','zxHPDa','ihvWzgf0zwqGCW','C3rKAw4'];_0x54f7=function(){return _0x5ee8a7;};return _0x54f7();}export async function setPasswordCommand(_0x5b52ab){const _0x50ea9d={_0x6137aa:0x3f,_0x5e4af5:0x56,_0x19c193:0x68,_0x17426c:0x6d,_0x127242:0x62,_0x2da187:0x2b8,_0x4af98b:0x85,_0x3e2add:0x2a7,_0x5c4bb4:0x2c2,_0x44e0ea:0x284,_0x1d3779:0x2a9,_0xda2fec:0x2ae,_0x4d410b:0x61,_0x51c3ff:0x89,_0x1426ed:0x263,_0x2e0c4e:0x288,_0x9ab20b:0x2cf,_0x46b3e2:0x2cb,_0x249dda:0x2bb,_0x33a0b4:0x6d,_0x290338:0x65,_0x19acb6:0x67,_0x592da8:0x5b,_0x2efb78:0x2be,_0x4ad634:0x2b4,_0x6cbdd0:0x26b,_0x108710:0x283,_0x1a8c04:0x297,_0x313a49:0xa4,_0x2b7210:0x4e,_0x4f320f:0x5e,_0x48cdaf:0x75,_0x125fbc:0x58,_0x518622:0x5d,_0x1f87e0:0x284,_0x4a61de:0x29c,_0x3317de:0x2ab,_0x24cdff:0x2aa,_0x562076:0x2b3,_0x54f962:0x2e0,_0x28a62e:0x2b3,_0xcec73e:0x2c6,_0x2aba9e:0x2cd,_0x45d002:0x5c,_0x1b522d:0x32,_0x6c1914:0x65,_0x17d521:0x5f,_0x55c826:0x2a4,_0x30d052:0x2c1,_0x448323:0x2b3,_0x541308:0x295,_0x4793e3:0x296,_0x4cf242:0x6d,_0x5427af:0x285,_0x2a80d1:0x277,_0x2d92bc:0x272,_0x6e76e:0x2b1,_0xd58f4c:0x5a,_0xf76df5:0x7e,_0x485e48:0x7a,_0x18b75a:0x282,_0x2bf2b2:0x28d,_0x580101:0x2b2,_0x8a4a6f:0x2b5,_0x4d1b0a:0x29c,_0x50c436:0x28a,_0x690a89:0x2a6,_0x5ad5d5:0x23,_0x2ccbef:0x52,_0x461058:0x26d,_0x4142c0:0x69,_0x5c47e1:0x5f,_0xbe765a:0x72,_0x231004:0x4d,_0x2042fd:0x39,_0x534271:0x88,_0x132c04:0x72,_0x349b9c:0x54,_0x529687:0x94,_0x3c8636:0x94,_0x3331db:0x5b,_0x4bc898:0x3e,_0x29529d:0x268,_0x429f49:0x2ac,_0x521fe2:0x29e,_0x38a6ba:0x29e,_0x476df9:0x7f,_0x2a0ee9:0x76,_0x4e6372:0x55,_0x3e555b:0x6b,_0x529764:0x77,_0x2f6f81:0x49,_0x3baacd:0x2ad,_0xafd464:0x27e,_0x2dcff0:0x294,_0x54d8f2:0x27a,_0x1f7b3b:0x86,_0x35c553:0xb4,_0x25bd2f:0x83,_0xc301a9:0x53,_0x4fc9d1:0x5e,_0xb824db:0x60,_0x5e9f3f:0x8f,_0x45ee19:0x29e,_0x51912d:0x2a8,_0x229485:0x2d1,_0x4f16db:0x6c,_0x337a00:0x87,_0x2521e8:0x62,_0x18387c:0x4f},_0x3156c3={_0x44121b:0x3df},_0x436871={'HRsQo':function(_0x58d11d,_0xa11c9e){return _0x58d11d(_0xa11c9e);},'KhWGB':function(_0x11c521,_0x5df137){return _0x11c521(_0x5df137);},'rSsai':_0x481d2c(-0x52,-_0x50ea9d._0x6137aa,-_0x50ea9d._0x5e4af5,-_0x50ea9d._0x19c193),'LMIfD':_0x481d2c(-_0x50ea9d._0x17426c,-0x6c,-_0x50ea9d._0x127242,-0x85),'cGNiq':'Username:\x20','AKPFG':function(_0x3b3d47,_0x400475,_0x303c8f){return _0x3b3d47(_0x400475,_0x303c8f);},'FWVgw':'Confirm\x20Pa'+'ssword:\x20','jVKJy':function(_0x5be724,_0x44149a){return _0x5be724<_0x44149a;},'lcUdZ':_0xc74268(-0x275,-0x29d,-_0x50ea9d._0x2da187,-0x2be),'hHTUa':_0x481d2c(-0x93,-_0x50ea9d._0x4af98b,-0x78,-0x58)+_0xc74268(-_0x50ea9d._0x3e2add,-0x29e,-_0x50ea9d._0x5c4bb4,-_0x50ea9d._0x44e0ea)+_0xc74268(-0x2d1,-_0x50ea9d._0x1d3779,-_0x50ea9d._0xda2fec,-0x2a1)+_0x481d2c(-_0x50ea9d._0x4d410b,-_0x50ea9d._0x51c3ff,-0x82,-0x8a)+_0xc74268(-_0x50ea9d._0x1426ed,-_0x50ea9d._0x2e0c4e,-0x298,-0x2a1),'HRUEe':function(_0x3f4082,_0x161d73){return _0x3f4082(_0x161d73);},'ffsDW':function(_0x36ea47,_0x1bb38d,_0x2540dc){return _0x36ea47(_0x1bb38d,_0x2540dc);},'LVcYC':_0xc74268(-0x2e9,-_0x50ea9d._0x9ab20b,-_0x50ea9d._0x46b3e2,-0x2f8)+_0xc74268(-0x2b3,-0x2b8,-0x2d4,-_0x50ea9d._0x249dda)+'rd'},_0x27dee2=_0x436871[_0x481d2c(-_0x50ea9d._0x33a0b4,-_0x50ea9d._0x290338,-_0x50ea9d._0x19acb6,-0x83)](parseArgs,_0x5b52ab);if(!_0x27dee2[_0x481d2c(-0x7c,-0x32,-_0x50ea9d._0x592da8,-0x54)]){if(_0x436871[_0xc74268(-_0x50ea9d._0x5c4bb4,-_0x50ea9d._0x2efb78,-_0x50ea9d._0x4ad634,-0x2d6)]===_0x436871[_0xc74268(-_0x50ea9d._0x6cbdd0,-0x291,-_0x50ea9d._0x108710,-_0x50ea9d._0x1a8c04)]){const _0x571a6a={};_0x571a6a[_0x481d2c(-_0x50ea9d._0x313a49,-0x82,-0x7f,-0x92)]=_0x484cb2[_0x481d2c(-0x46,-_0x50ea9d._0x2b7210,-0x48,-0x36)],_0x571a6a[_0x481d2c(-_0x50ea9d._0x4f320f,-_0x50ea9d._0x48cdaf,-_0x50ea9d._0x125fbc,-_0x50ea9d._0x518622)]=_0x11071f[_0xc74268(-0x29c,-_0x50ea9d._0x1f87e0,-_0x50ea9d._0x4a61de,-_0x50ea9d._0x3317de)];const _0x1bc043=_0x28a3a4[_0xc74268(-0x2b1,-0x2c1,-_0x50ea9d._0x24cdff,-0x29c)+_0xc74268(-_0x50ea9d._0x562076,-0x2c0,-_0x50ea9d._0x54f962,-_0x50ea9d._0x28a62e)](_0x571a6a);_0x1bc043[_0xc74268(-0x286,-0x2a5,-_0x50ea9d._0xcec73e,-_0x50ea9d._0x2aba9e)](_0x2944b0,_0x30809c=>{_0x1bc043['close'](),_0x2ed4ed(_0x30809c);});}else _0x27dee2[_0x481d2c(-_0x50ea9d._0x45d002,-_0x50ea9d._0x1b522d,-_0x50ea9d._0x592da8,-_0x50ea9d._0x127242)]=await prompt(_0x436871['cGNiq']);}if(!_0x27dee2[_0xc74268(-0x291,-_0x50ea9d._0x1a8c04,-0x297,-0x27d)]){_0x27dee2[_0x481d2c(-0x6d,-_0x50ea9d._0x6c1914,-_0x50ea9d._0x17d521,-0x3e)]=await _0x436871['AKPFG'](prompt,_0xc74268(-0x2bb,-_0x50ea9d._0x55c826,-0x2ad,-0x2bb)+_0xc74268(-_0x50ea9d._0x30d052,-_0x50ea9d._0x448323,-_0x50ea9d._0x541308,-_0x50ea9d._0x4793e3),!![]);const _0x71b719=await _0x436871[_0x481d2c(-_0x50ea9d._0x4cf242,-0x5f,-0x5e,-0x43)](prompt,_0x436871[_0xc74268(-_0x50ea9d._0x5427af,-0x27d,-0x2a3,-0x27c)],!![]);_0x27dee2[_0xc74268(-0x275,-_0x50ea9d._0x1a8c04,-_0x50ea9d._0x2a80d1,-_0x50ea9d._0x2d92bc)]!==_0x71b719&&(console[_0x481d2c(-0x46,-0x33,-0x5c,-0x40)](_0xc74268(-_0x50ea9d._0x6e76e,-0x2b0,-0x2b7,-0x2a5)+_0x481d2c(-0x9d,-_0x50ea9d._0xd58f4c,-_0x50ea9d._0xf76df5,-_0x50ea9d._0x485e48)+'not\x20match'),process[_0xc74268(-0x27e,-_0x50ea9d._0x18b75a,-0x268,-_0x50ea9d._0x2bf2b2)](0x4a*-0x18+-0x41*0x1f+-0x10*-0xed));}(!_0x27dee2['username']||_0x27dee2['username'][_0xc74268(-0x2a2,-0x2ab,-_0x50ea9d._0x30d052,-_0x50ea9d._0x580101)]()==='')&&(console[_0xc74268(-0x284,-0x294,-_0x50ea9d._0x8a4a6f,-0x26a)]('Error:\x20Use'+'rname\x20is\x20r'+_0xc74268(-_0x50ea9d._0x4d1b0a,-_0x50ea9d._0x50c436,-0x2a3,-_0x50ea9d._0x690a89)),process[_0x481d2c(-_0x50ea9d._0x5ad5d5,-0x3b,-0x4a,-_0x50ea9d._0x2ccbef)](0x202*0xf+0xd7d+-0x2b9a));(!_0x27dee2['password']||_0x436871[_0xc74268(-0x297,-0x27f,-_0x50ea9d._0x461058,-0x2a4)](_0x27dee2[_0x481d2c(-_0x50ea9d._0x4142c0,-_0x50ea9d._0x5e4af5,-_0x50ea9d._0x5c47e1,-0x47)][_0x481d2c(-0x56,-0x7c,-0x6f,-0x66)],-0x291+-0x1f*-0x12a+-0x217d))&&('XFpgw'!==_0x436871[_0x481d2c(-_0x50ea9d._0xbe765a,-0x74,-_0x50ea9d._0x518622,-_0x50ea9d._0x4142c0)]?(console[_0x481d2c(-_0x50ea9d._0x231004,-0x4e,-0x5c,-_0x50ea9d._0x2042fd)](_0x436871['hHTUa']),process['exit'](-0x2f*0x13+-0x125*-0xd+-0xb63)):(_0x274016['close'](),_0xcafa93[_0x481d2c(-_0x50ea9d._0x534271,-_0x50ea9d._0x132c04,-0x6b,-0x5b)](''),_0x436871[_0x481d2c(-0x6b,-_0x50ea9d._0x349b9c,-_0x50ea9d._0x48cdaf,-0x50)](_0xf54108,_0x32e984)));function _0x481d2c(_0x80c8fd,_0x1c2c7a,_0x5bcd75,_0x3efd83){return _0x5c88(_0x5bcd75- -0x1a7,_0x1c2c7a);}function _0xc74268(_0x4aa43a,_0x1f407c,_0x373e93,_0x17a3a9){return _0x5c88(_0x1f407c- -_0x3156c3._0x44121b,_0x17a3a9);}try{const _0x572fff=await _0x436871[_0x481d2c(-0xa3,-0xa7,-_0x50ea9d._0x529687,-_0x50ea9d._0x3c8636)](findUserByUsername,_0x27dee2[_0x481d2c(-0x62,-0x48,-_0x50ea9d._0x3331db,-_0x50ea9d._0x4bc898)]);!_0x572fff&&(console[_0x481d2c(-_0x50ea9d._0x4f320f,-0x44,-0x5c,-0x64)](_0xc74268(-_0x50ea9d._0x29529d,-0x283,-_0x50ea9d._0x429f49,-_0x50ea9d._0x521fe2)+_0xc74268(-0x274,-0x285,-0x29b,-0x266)+_0x27dee2['username']+(_0xc74268(-0x2b0,-0x28b,-0x2b3,-_0x50ea9d._0x38a6ba)+'d.')),process['exit'](-0xd5f+-0xd*-0x259+-0x1125)),await _0x436871['ffsDW'](setUserPassword,_0x572fff['id'],_0x27dee2[_0x481d2c(-_0x50ea9d._0x476df9,-0x53,-0x5f,-_0x50ea9d._0x2a0ee9)]),console['log'](''),console[_0x481d2c(-_0x50ea9d._0x4e6372,-0x8b,-_0x50ea9d._0x3e555b,-0x8e)](_0x481d2c(-_0x50ea9d._0x529764,-0x67,-0x8a,-0x6e)+_0x481d2c(-_0x50ea9d._0x19c193,-_0x50ea9d._0x4d410b,-_0x50ea9d._0x2f6f81,-0x6e)+'uccessfull'+_0xc74268(-0x2e1,-0x2b9,-_0x50ea9d._0x3baacd,-0x2a1)+'\x20\x22'+_0x27dee2[_0xc74268(-0x2b1,-0x293,-0x27c,-_0x50ea9d._0x2a80d1)]+'\x22.');}catch(_0x55415a){logger[_0xc74268(-_0x50ea9d._0xafd464,-_0x50ea9d._0x2dcff0,-_0x50ea9d._0x3317de,-_0x50ea9d._0x54d8f2)](_0x436871[_0x481d2c(-_0x50ea9d._0x1f7b3b,-_0x50ea9d._0x35c553,-0x8b,-_0x50ea9d._0x19acb6)],_0x55415a),console[_0x481d2c(-_0x50ea9d._0x25bd2f,-_0x50ea9d._0xc301a9,-0x5c,-_0x50ea9d._0xf76df5)](_0x481d2c(-_0x50ea9d._0x4fc9d1,-0x87,-_0x50ea9d._0xb824db,-0x73)+_0x481d2c(-0x67,-0x6b,-_0x50ea9d._0x5e9f3f,-0x7f)+_0xc74268(-_0x50ea9d._0x45ee19,-_0x50ea9d._0x51912d,-0x289,-_0x50ea9d._0x229485)+'-\x20'+_0x55415a[_0x481d2c(-0x6d,-_0x50ea9d._0x4f16db,-_0x50ea9d._0x337a00,-0x63)]),process[_0x481d2c(-_0x50ea9d._0x2521e8,-_0x50ea9d._0x18387c,-0x4a,-0x3c)](-0x1121+0x2*0x7b+0x2b2*0x6);}}
|
|
1
|
+
(function(_0x35218d,_0x4ec52a){const _0x309053={_0xa7513b:0x25,_0x18c7be:0x7b,_0x198221:0x50,_0x31b891:0x4f,_0x160842:0x58,_0x55ec1f:0x53,_0x3bed62:0x88,_0x2c3cc2:0x9d,_0xafdb98:0x260,_0x3bd10e:0x4b,_0x343944:0x5a,_0x2932d7:0x59,_0x3e3968:0x4e,_0xdfaa30:0x25d,_0x4f8e8f:0x281,_0x52f694:0x86,_0x3877e2:0x72,_0x59706b:0x63,_0x6423e4:0x26d,_0x95947d:0x28a,_0x54745d:0x27f},_0x15069e={_0x5d6012:0x398},_0x92a2f3={_0xe5bc8c:0x1ae};function _0x32b7a2(_0x366bc1,_0x2b70a0,_0x14e875,_0x2e0a32){return _0x3241(_0x366bc1- -_0x92a2f3._0xe5bc8c,_0x2b70a0);}function _0x25c684(_0x4293e4,_0x32c6a7,_0xba2b3c,_0x126c26){return _0x3241(_0x32c6a7- -_0x15069e._0x5d6012,_0x4293e4);}const _0x5380f6=_0x35218d();while(!![]){try{const _0x2921c8=-parseInt(_0x32b7a2(-0x4e,-0x6e,-0x3d,-_0x309053._0xa7513b))/(-0xd2d*-0x1+0xaa9+0x17d5*-0x1)+parseInt(_0x32b7a2(-0x78,-0xa1,-_0x309053._0x18c7be,-0x6b))/(-0x80c+0x1787+-0xf79)*(parseInt(_0x32b7a2(-0x62,-0x71,-_0x309053._0x198221,-0x56))/(0x155d+0x8*-0x112+0x665*-0x2))+-parseInt(_0x32b7a2(-_0x309053._0x31b891,-_0x309053._0x160842,-0x4b,-_0x309053._0x55ec1f))/(-0x5*-0x4a5+-0x11*0x17+-0x39d*0x6)*(parseInt(_0x32b7a2(-0x84,-0xa7,-_0x309053._0x3bed62,-_0x309053._0x2c3cc2))/(0x11da*0x2+0x22d*0x6+-0x3*0x103f))+-parseInt(_0x25c684(-_0x309053._0xafdb98,-0x27c,-0x2a6,-0x278))/(0x3*0x61b+0x9*-0x397+0xe04)+parseInt(_0x32b7a2(-_0x309053._0x3bd10e,-_0x309053._0x343944,-_0x309053._0x2932d7,-_0x309053._0x3e3968))/(0x11*0x101+0x5d*-0x23+-0x453)*(-parseInt(_0x25c684(-0x287,-_0x309053._0xdfaa30,-_0x309053._0x4f8e8f,-0x28a))/(0x51*0x4b+0xde0+0x2593*-0x1))+parseInt(_0x32b7a2(-_0x309053._0x52f694,-_0x309053._0x3877e2,-_0x309053._0x59706b,-0x72))/(-0x1594+0x897*0x3+-0x428)+parseInt(_0x25c684(-_0x309053._0x6423e4,-_0x309053._0x95947d,-_0x309053._0x54745d,-0x265))/(0x3*0xb11+-0x262d+0x6b*0xc);if(_0x2921c8===_0x4ec52a)break;else _0x5380f6['push'](_0x5380f6['shift']());}catch(_0x52c32a){_0x5380f6['push'](_0x5380f6['shift']());}}}(_0x13f1,0x92497+0x1b4404+-0x15b22b));function _0x13f1(){const _0xf84d8b=['zxHPDa','C3DVCMqGBxvZDa','ls11C2vYBMfTzq','tMv3ifbHC3n3BW','senvDMq','D0PVrgu','C2ntwfC','zxjYB3i','y0Hwyxm','ihbHC3n3B3jKia','rxjYB3i6ifbHCW','DgvYBwLUywW','rxb0u3m','C3DVCMrZigrVia','Dwr5uvq','nJaWyvbzAhbk','wxDNDKi','A0DOru0','DwnJzxnZzNvSBa','C3rKAw4','B1z0ru0','v1bnrLu','CIaI','C3qGocbJAgfYyq','y3D6Bvm','B3v0Chv0','zfPPqNi','C3rHCNrZv2L0Aa','thrstLq','CMq6ia','DhjPBq','s2TXsxy','B05HCfy','BM90ig1HDgnO','ntjWrwnRsgq','ntu0nJa5D0vnqvL0','4PYtifbHC3n3B3jK','C2v0ihbHC3n3BW','mty0nJu0qxvewLHZ','q1vTBeS','tKDysNK','C3rKB3v0','BgvUz3rO','CM5HBwuGAxmGCG','qNrKB2u','C1bZC0y','mZi0mJmXmJb6uMHMvMq','rxjYB3i6iezHAq','AKvUtMS','rxjYB3i6ifvZzq','ls1WyxnZD29Yza','weTSrfe','vxveEwe','CMzHy2u','D3jyyK8','z2vZCwy','y3jLyxrLsw50zq','uwXdAgq','q1Dxque','CxvLC3rPB24','otKXnta3mKnOAMvLtq','EsbMB3iGDxnLCG','CgfZC3DVCMq','CgDhAvK','yMXSDeW','uKLvDw4','Bg9N','C3bSAxq','zxf1AxjLza','DvLjANG','ihvWzgf0zwqGCW','tMruywW','mti3mZiWnJzsELjgte0','rMfPBgvKihrVia','ntKYmJG1s3bPt2n3','BgvKihrVihnLDa','vxnLCM5HBwu6ia','v1DJrKi','wxPdzMq','C3n3B3jKoIa','BwvZC2fNzq','uKXzEwq','BufjC2i','su9Yq1C','igjLigf0igXLyq','z1v2sum','mtG4otbKyNvIvMK','DxnLCM5HBwu','y2XVC2u','Aw5WDxq','sLDgBM0','nJi0wMTzqwH0','EuzMExG'];_0x13f1=function(){return _0xf84d8b;};return _0x13f1();}function _0x3241(_0x18c28a,_0x311804){_0x18c28a=_0x18c28a-(-0x2681+0x39*0x7f+0xb43);const _0x26f509=_0x13f1();let _0xf75c49=_0x26f509[_0x18c28a];if(_0x3241['wbYrZi']===undefined){var _0x4c4770=function(_0x4fbe4e){const _0x2c9a5a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x19025b='',_0x2f104a='';for(let _0x25dea1=0x2361+0x145b*-0x1+0x2*-0x783,_0x3c4a08,_0x1fa545,_0x2bad66=0x44c*0x5+-0x2cc*-0x8+-0x2bdc;_0x1fa545=_0x4fbe4e['charAt'](_0x2bad66++);~_0x1fa545&&(_0x3c4a08=_0x25dea1%(-0x1042*0x2+-0x15bb+0x3643)?_0x3c4a08*(0x1975+0x78a+0x1*-0x20bf)+_0x1fa545:_0x1fa545,_0x25dea1++%(-0x19f+-0x41f+0x5c2))?_0x19025b+=String['fromCharCode'](-0x1*0x1f83+0x5cb*-0x4+-0x1*-0x37ae&_0x3c4a08>>(-(-0x1cf*0xd+0xd0*-0x30+0x3e85)*_0x25dea1&-0x362*-0x1+-0x4*-0x7c1+-0x2260)):0x7e8+0x1d94*-0x1+-0x13*-0x124){_0x1fa545=_0x2c9a5a['indexOf'](_0x1fa545);}for(let _0x10d00b=-0x6*0xb+-0x1d91+0x1dd3,_0x539b6a=_0x19025b['length'];_0x10d00b<_0x539b6a;_0x10d00b++){_0x2f104a+='%'+('00'+_0x19025b['charCodeAt'](_0x10d00b)['toString'](0x1*0x25b7+0xd4f*-0x1+0x26*-0xa4))['slice'](-(-0x1fa0+-0x1520+0x34c2));}return decodeURIComponent(_0x2f104a);};_0x3241['RajbyX']=_0x4c4770,_0x3241['vgqExy']={},_0x3241['wbYrZi']=!![];}const _0x23030f=_0x26f509[0xb4+-0x1400+0x134c],_0x1e2dab=_0x18c28a+_0x23030f,_0x4467fb=_0x3241['vgqExy'][_0x1e2dab];return!_0x4467fb?(_0xf75c49=_0x3241['RajbyX'](_0xf75c49),_0x3241['vgqExy'][_0x1e2dab]=_0xf75c49):_0xf75c49=_0x4467fb,_0xf75c49;}import _0x545053 from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x1f5f8b,_0x46b821=![]){const _0x80ed24={_0x454bd2:0x1c2,_0x4e1a99:0x1ab,_0x36cd66:0x1d4,_0x51082d:0x31,_0x361335:0x42},_0x7533a4={_0x1a9e68:0x4d6,_0x468542:0x1c9,_0x3d5cdf:0x206,_0x97b7dd:0x4e2,_0x3efe60:0x4c0,_0xdef4fd:0x49a,_0x33a01d:0x198,_0x5c381d:0x1c7,_0x19e4dd:0x4c4,_0x372b9e:0x4ba,_0x475ce4:0x206,_0x13fb3c:0x1e2,_0x5f0961:0x1c0,_0x116904:0x4f9,_0x4bf3a4:0x4ec,_0x3be73d:0x4fd,_0x1fa690:0x1d4,_0x13d216:0x1b9,_0x2baf03:0x1f3,_0x40c896:0x1a9,_0x5b2799:0x4da,_0x18baf3:0x4d9,_0x294e6f:0x4b6,_0x596ff4:0x4db,_0x2e0512:0x199,_0x291fbe:0x1dd,_0x4d907b:0x1b7,_0x425d04:0x1a1,_0xec07bc:0x508,_0x3e77d0:0x4fc,_0x516a3c:0x4f4,_0x21c2ea:0x1b5,_0x92825c:0x187,_0x23351d:0x1a7,_0x1fcce3:0x4c5,_0x1520b9:0x4e5,_0x51db6b:0x1af,_0x50f6cb:0x1d6},_0x4a57b1={_0x4eb443:0x1cb,_0x2e7740:0x193},_0x497439={_0x283813:0x30c,_0x5106f1:0x2fa,_0x245256:0x311,_0x2196f3:0x2da},_0x567586={_0x382bb4:0x665},_0x858678={_0x522140:0x18e,_0x3cc247:0x1d4},_0x1bb392={_0x3dc46c:0x189},_0x5a31f9={'nOzTd':function(_0x2d496f,_0x1c72a3){return _0x2d496f(_0x1c72a3);},'HCUvd':function(_0x5e0eca,_0x7d5f26){return _0x5e0eca===_0x7d5f26;},'XKlDQ':_0x87690f(-_0x80ed24._0x454bd2,-_0x80ed24._0x4e1a99,-_0x80ed24._0x36cd66,-0x1b9),'NdTal':_0x2fa0eb(-_0x80ed24._0x51082d,-0x44,-_0x80ed24._0x361335,-0x21)+'swords\x20do\x20'+'not\x20match','CUmlK':_0x87690f(-0x1b0,-0x1a1,-0x1c5,-0x178)};function _0x87690f(_0x402129,_0x179097,_0x3e05c2,_0x2748e7){return _0x3241(_0x179097- -0x2b8,_0x3e05c2);}function _0x2fa0eb(_0x129ab0,_0x19bb40,_0x103e6c,_0xe18284){return _0x3241(_0x103e6c- -_0x1bb392._0x3dc46c,_0xe18284);}return new Promise(_0x1d2154=>{const _0x3720a8={_0x409912:0x47,_0x27b6e0:0x140},_0x4e8b9d={_0xb61c26:0x157,_0x242b1b:0x25e},_0x27ec38={_0x36cbc6:0x3d4,_0x19bfe9:0xe5,_0x3c3e06:0x112,_0x4e5285:0xec,_0x5ef2c3:0xe0,_0x252c25:0x426,_0x41fb3c:0x461,_0x16545d:0x127,_0x75f0bb:0xfd,_0x7777d5:0x41a,_0x10743a:0x427,_0x4eddaa:0x462,_0x37004f:0xbf,_0x49e4cf:0xe9},_0x2a473c={_0x5aff5d:0x9c,_0x6ddcf4:0x207},_0x16d1dc={_0x2b4b2f:0xd5,_0x5a9d63:0x6aa,_0x557924:0xa9},_0xdae985={'WPMFU':_0x1d2cf5(0x4f5,0x4f3,_0x7533a4._0x1a9e68,0x4f4)+_0x66ef3a(_0x7533a4._0x468542,0x200,0x1e0,_0x7533a4._0x3d5cdf)+'rd','wSJyf':function(_0x816e26,_0x5effb7){function _0x409118(_0x518f2b,_0x3aa566,_0x57f5ec,_0x4c7cf3){return _0x1d2cf5(_0x518f2b-_0x16d1dc._0x2b4b2f,_0x4c7cf3,_0x3aa566- -_0x16d1dc._0x5a9d63,_0x4c7cf3-_0x16d1dc._0x557924);}return _0x5a31f9[_0x409118(-_0x858678._0x522140,-0x1bc,-0x1cb,-_0x858678._0x3cc247)](_0x816e26,_0x5effb7);},'jEnNk':_0x5a31f9[_0x1d2cf5(0x4d0,_0x7533a4._0x97b7dd,_0x7533a4._0x3efe60,_0x7533a4._0xdef4fd)],'cwzmS':_0x66ef3a(_0x7533a4._0x33a01d,0x1de,_0x7533a4._0x5c381d,0x1ca),'dqlix':function(_0x5e5078){return _0x5e5078();},'Btdoe':_0x5a31f9[_0x1d2cf5(0x4bb,0x500,0x4d4,0x4b8)]};function _0x1d2cf5(_0x407ed4,_0x1fc781,_0x1e9f0d,_0x2846f3){return _0x87690f(_0x407ed4-0x9c,_0x1e9f0d-_0x567586._0x382bb4,_0x1fc781,_0x2846f3-0x1ee);}function _0x66ef3a(_0x43706a,_0x2c17ba,_0x232fe9,_0x18486e){return _0x2fa0eb(_0x43706a-_0x2a473c._0x5aff5d,_0x2c17ba-0x142,_0x232fe9-_0x2a473c._0x6ddcf4,_0x18486e);}if(_0x1d2cf5(0x4c0,0x4a2,_0x7533a4._0x19e4dd,_0x7533a4._0x372b9e)===_0x5a31f9[_0x66ef3a(_0x7533a4._0x475ce4,0x1e3,_0x7533a4._0x13fb3c,_0x7533a4._0x5f0961)]){if(_0x46b821){const _0x466882=new Writable({'write':(_0x5a97df,_0x36444b,_0x56fcaf)=>{const _0x4e5af1={_0x8414ef:0x3f4};function _0x59a5e2(_0x4baf1c,_0x37d599,_0x38f1da,_0xc05ce4){return _0x66ef3a(_0x4baf1c-0x63,_0x37d599-0x10,_0x4baf1c-0x271,_0x38f1da);}function _0x40ee4a(_0x1068c3,_0x42bedc,_0x588de1,_0x2a0927){return _0x1d2cf5(_0x1068c3-0x190,_0x2a0927,_0x588de1- -_0x4e5af1._0x8414ef,_0x2a0927-0xc9);}_0xdae985['wSJyf'](_0xdae985[_0x59a5e2(0x3ff,_0x27ec38._0x36cbc6,0x412,0x417)],_0xdae985[_0x40ee4a(_0x27ec38._0x19bfe9,_0x27ec38._0x3c3e06,0x10e,0x10d)])?(_0x2bc32e[_0x40ee4a(0x10c,_0x27ec38._0x4e5285,0xfd,_0x27ec38._0x5ef2c3)](_0xdae985[_0x59a5e2(0x441,0x43b,_0x27ec38._0x252c25,_0x27ec38._0x41fb3c)],_0x1c7d65),_0x4f05cd[_0x40ee4a(_0x27ec38._0x16545d,0x127,_0x27ec38._0x75f0bb,0x127)](_0x40ee4a(0xf5,0xb1,0xc8,0xb0)+_0x59a5e2(_0x27ec38._0x7777d5,0x407,0x407,0x444)+_0x59a5e2(0x435,_0x27ec38._0x10743a,_0x27ec38._0x4eddaa,_0x27ec38._0x252c25)+'-\x20'+_0x365017[_0x40ee4a(_0x27ec38._0x37004f,0xff,_0x27ec38._0x49e4cf,0xfa)]),_0x598c05['exit'](0xda7+-0x1*-0x1b6c+-0x2912)):_0xdae985['dqlix'](_0x56fcaf);}}),_0x337303={};_0x337303[_0x1d2cf5(0x4f3,0x4c0,0x4e6,_0x7533a4._0x116904)]=process[_0x1d2cf5(_0x7533a4._0x4bf3a4,0x526,_0x7533a4._0x3be73d,0x524)],_0x337303[_0x66ef3a(0x1f4,0x1b7,_0x7533a4._0x1fa690,_0x7533a4._0x13d216)]=_0x466882,_0x337303[_0x66ef3a(_0x7533a4._0x2baf03,0x1bd,0x1c6,0x1c8)]=!![];const _0x4829bf=_0x545053['createInte'+_0x66ef3a(0x1a7,0x186,0x193,_0x7533a4._0x40c896)](_0x337303);process[_0x1d2cf5(_0x7533a4._0x5b2799,_0x7533a4._0x18baf3,_0x7533a4._0x294e6f,_0x7533a4._0x596ff4)]['write'](_0x1f5f8b),_0x4829bf[_0x66ef3a(0x1bb,0x197,_0x7533a4._0x2e0512,0x171)]('',_0x275554=>{const _0xa8fcf5={_0x118e8b:0x18a,_0x1ec53d:0x172};_0x4829bf[_0x48fc5e(_0x497439._0x283813,0x2f0,_0x497439._0x5106f1,_0x497439._0x245256)](),console[_0x48fc5e(0x2bd,_0x497439._0x2196f3,0x2f8,0x2e4)]('');function _0x48fc5e(_0x53ea49,_0x6424a0,_0x2f84ff,_0x16284c){return _0x1d2cf5(_0x53ea49-_0xa8fcf5._0x118e8b,_0x16284c,_0x6424a0- -0x1f5,_0x16284c-_0xa8fcf5._0x1ec53d);}function _0x362b29(_0x2576c6,_0x24a924,_0xe00e55,_0x10b070){return _0x1d2cf5(_0x2576c6-_0x4e8b9d._0xb61c26,_0x2576c6,_0x24a924- -_0x4e8b9d._0x242b1b,_0x10b070-0x122);}_0x1d2154(_0x275554);});}else{const _0x15654f={};_0x15654f[_0x66ef3a(0x1cb,_0x7533a4._0x291fbe,_0x7533a4._0x4d907b,_0x7533a4._0x425d04)]=process[_0x1d2cf5(_0x7533a4._0xec07bc,_0x7533a4._0x3e77d0,0x4fd,_0x7533a4._0x516a3c)],_0x15654f[_0x66ef3a(0x1f4,_0x7533a4._0x21c2ea,_0x7533a4._0x1fa690,0x1ba)]=process[_0x66ef3a(0x1ae,0x19e,_0x7533a4._0x92825c,_0x7533a4._0x23351d)];const _0xe8bd9b=_0x545053[_0x1d2cf5(0x4a2,0x4b4,_0x7533a4._0x1fcce3,0x4aa)+_0x1d2cf5(0x499,0x4c7,0x4c2,_0x7533a4._0x1520b9)](_0x15654f);_0xe8bd9b['question'](_0x1f5f8b,_0x16a7c4=>{function _0x27e0d0(_0x30f979,_0x10c733,_0x4330b5,_0x4f88ea){return _0x1d2cf5(_0x30f979-_0x3720a8._0x409912,_0x10c733,_0x4f88ea- -0x324,_0x4f88ea-_0x3720a8._0x27b6e0);}_0xe8bd9b[_0x27e0d0(_0x4a57b1._0x4eb443,_0x4a57b1._0x2e7740,0x1ef,0x1c1)](),_0x5a31f9['nOzTd'](_0x1d2154,_0x16a7c4);});}}else _0x26f509[_0x66ef3a(0x1cc,0x1f1,0x1c2,0x1bb)](_0xdae985[_0x1d2cf5(0x4e7,0x49c,0x4b9,0x4d2)]),_0xf75c49[_0x66ef3a(_0x7533a4._0x51db6b,_0x7533a4._0x50f6cb,0x1bb,0x18d)](-0x1534+-0x1*-0x22fd+-0x62*0x24);});}function parseArgs(_0x3e2942){const _0x25f695={_0x17e6b3:0x2be,_0x5d53be:0x2ba,_0x2ba59b:0x285,_0x196385:0x17f,_0x25c932:0x167,_0x4f2120:0x2b1,_0x451d81:0x2c1,_0x36c220:0x2c2,_0x4e2a86:0x2bf,_0x540dd9:0x296,_0xaaacc2:0x2b9,_0x3671ad:0x2bd,_0x3239a3:0x175,_0xb9098f:0x148,_0x32a35c:0x181,_0x14df6b:0x16f,_0x5654e3:0x2b1,_0x197833:0x2b0,_0x4482cb:0x2a1,_0x1c7a10:0x2b4,_0x198abe:0x2d4,_0x507e63:0x2cd,_0x4c069f:0x2e3,_0x17564a:0x27e,_0x5e2ad8:0x2bb,_0x423168:0x161,_0x1d4b45:0x198},_0x25c4ee={_0x2a97fc:0x2a6},_0x39f637={};function _0x1c6db2(_0x18c44e,_0x11f092,_0x122319,_0x49b180){return _0x3241(_0x49b180- -_0x25c4ee._0x2a97fc,_0x122319);}_0x39f637[_0x1c92dc(_0x25f695._0x17e6b3,_0x25f695._0x5d53be,0x2a3,_0x25f695._0x2ba59b)]=_0x1c6db2(-_0x25f695._0x196385,-0x181,-0x151,-_0x25f695._0x25c932)+'=',_0x39f637['mAIsb']='--password'+'=',_0x39f637[_0x1c6db2(-0x175,-0x1a0,-0x17f,-0x175)]=function(_0x19dfcc,_0x2da655){return _0x19dfcc===_0x2da655;},_0x39f637['NGXJy']=_0x1c92dc(_0x25f695._0x4f2120,0x2ad,0x2cb,_0x25f695._0x451d81);const _0x2d29cf=_0x39f637,_0x48f86d={};_0x48f86d[_0x1c92dc(_0x25f695._0x36c220,0x2a8,0x2b5,_0x25f695._0x4e2a86)]=null;function _0x1c92dc(_0x3c3f6d,_0x57063d,_0x1bc751,_0x3c51fd){return _0x3241(_0x1bc751-0x17e,_0x3c3f6d);}_0x48f86d[_0x1c92dc(_0x25f695._0x540dd9,_0x25f695._0xaaacc2,0x29c,0x2c4)]=null;const _0x58bed2=_0x48f86d;for(const _0x31f1de of _0x3e2942){if(_0x31f1de[_0x1c6db2(-0x163,-0x17b,-0x14d,-0x14e)](_0x2d29cf[_0x1c92dc(_0x25f695._0x3671ad,0x2b7,0x2a3,_0x25f695._0x540dd9)]))_0x58bed2[_0x1c6db2(-_0x25f695._0x3239a3,-_0x25f695._0xb9098f,-_0x25f695._0x32a35c,-_0x25f695._0x14df6b)]=_0x31f1de[_0x1c92dc(_0x25f695._0x5654e3,_0x25f695._0x197833,_0x25f695._0x4482cb,0x2c1)]('=')[0x25ee+-0xfbd*0x1+-0x1630];else _0x31f1de['startsWith'](_0x2d29cf[_0x1c6db2(-0x172,-0x18e,-0x1a1,-0x174)])&&(_0x2d29cf[_0x1c92dc(_0x25f695._0x1c7a10,_0x25f695._0x198abe,0x2af,_0x25f695._0x198abe)](_0x2d29cf[_0x1c92dc(0x2e2,_0x25f695._0x507e63,_0x25f695._0x4c069f,0x2ff)],'TcejX')?_0x4c300e['password']=_0xf901f4[_0x1c92dc(0x2a2,_0x25f695._0x1c7a10,0x2a1,_0x25f695._0x17564a)]('=')[0x1f*-0xed+0xab*0x3+-0x1ab3*-0x1]:_0x58bed2[_0x1c92dc(0x2c0,0x279,0x29c,_0x25f695._0x5e2ad8)]=_0x31f1de[_0x1c6db2(-_0x25f695._0x423168,-_0x25f695._0x1d4b45,-0x1a5,-0x183)]('=')[-0x2*-0x63+-0x2122+0x5*0x679]);}return _0x58bed2;}export async function setPasswordCommand(_0x4acbe9){const _0x4941b3={_0x5aaaaf:0x165,_0x2d9b96:0x191,_0xab7c2e:0x136,_0x178314:0x13f,_0x20de09:0x147,_0x21c22e:0x10e,_0x26c09f:0x12e,_0x149964:0x138,_0x5eb054:0x17c,_0x150cce:0x15c,_0x47c816:0x116,_0x51691f:0x140,_0x20f35e:0x131,_0x386f7d:0x169,_0x371598:0x157,_0x47bd31:0x173,_0x3a9836:0x14c,_0x347ee8:0x16e,_0x177d6c:0x16f,_0xafd68d:0x139,_0x437ce5:0xf1,_0x553129:0x161,_0x4d2f7a:0x14a,_0x46761f:0x12d,_0x4a5d6c:0x17d,_0x53918e:0x15b,_0x364604:0x142,_0x115e37:0x13f,_0x142665:0x176,_0xd2a278:0x156,_0x4023c8:0x186,_0xa6b5e6:0x16a,_0xb06b55:0x148,_0x21657f:0x113,_0x5f3210:0x142,_0x512673:0x160,_0x52bdb5:0x180,_0x56bc27:0x15e,_0x474ac1:0x155,_0x5e4893:0x152,_0x261685:0x196,_0x24f8a2:0x167,_0x5a8082:0x114,_0x330ddb:0x158,_0x385696:0x188,_0x33dc1f:0x164,_0x45a818:0x17d,_0x6a7da3:0x185,_0x489009:0x16f,_0x416ba3:0x189,_0x10a7cd:0x13e,_0x360bd1:0x117,_0x3eb989:0x126,_0x422fcb:0xfa,_0x4808ed:0x15d,_0x1be50c:0x15a,_0x21cfd8:0x183,_0x3507dc:0x120,_0x58b545:0x13c,_0x28431d:0x146,_0x1784df:0x133,_0x2d3c60:0x145,_0x5c63ed:0x16d,_0xae9d8c:0x11b,_0x258bbc:0x168,_0x25d505:0x14f,_0x5daaf3:0x15a,_0x4233bd:0x13c,_0x208473:0x18e,_0x13e0e4:0x16c,_0x270271:0x181,_0x877f45:0x164,_0x26df01:0x153,_0x3c106b:0x141,_0x49c80b:0x139,_0x27b9df:0x135,_0x3d83d9:0x10f,_0x516638:0x179,_0x519fb3:0x129,_0x5d9fa7:0x14a,_0x4d575e:0x12f,_0x1e75e4:0x142,_0x328772:0x15d,_0x49f8a6:0x18d,_0x30a7eb:0x14b,_0x235418:0x140,_0x54a7bd:0x164,_0xbc254f:0x123,_0x290c1d:0x15f,_0x47537c:0x188,_0x1e894b:0x172,_0x415fdf:0x145,_0x5543cd:0x130,_0x560639:0x115,_0x131c12:0xfe,_0x1c2589:0x104,_0x7d072d:0x102,_0x29374e:0x15c,_0x17bc3e:0x15c,_0x198554:0x18c,_0x2c202d:0x17e,_0x1da51f:0x185,_0x1cad18:0x162,_0x420078:0x12f,_0x25a71b:0x120,_0xf62b7e:0x133,_0x4477e7:0x15a,_0x345aa7:0x12a,_0x2229be:0x1a1,_0xe82b98:0x17f,_0x2948aa:0x165,_0x2fa425:0x16b,_0xdb50d5:0x171,_0x18ed09:0xf4,_0x1cc6a1:0x120,_0x1deada:0x11d,_0x20f671:0x166,_0x30cf69:0x19b,_0x315510:0x195,_0xa26069:0x154,_0x1d1de0:0x142,_0x497036:0x18a,_0x3e8c2f:0x151,_0x4c968f:0x189,_0x4ab754:0x17a,_0xce0bfc:0x139,_0x5638f2:0x112,_0x498293:0x134,_0x4d9d4a:0x149,_0x2a30f0:0x131,_0x3aabd2:0x182,_0xfb7089:0x144,_0x87fcc8:0x18b,_0x66e64:0x15e,_0x3dab2a:0x15e,_0x257506:0x13a,_0x1eca96:0x195,_0x47d74e:0x16b,_0x93defa:0x13e,_0x17fbfe:0x180,_0x569bbd:0x1a4,_0x414a18:0x183},_0x5c59b7={_0x3f16a1:0x3c8,_0x5bd596:0x26a,_0x821906:0x25b},_0xc58dc4={_0x492c92:0x2},_0x371ae9={_0x2b11d3:0x27};function _0x131811(_0x269791,_0x14f5f5,_0x48ec42,_0x337864){return _0x3241(_0x48ec42-_0x371ae9._0x2b11d3,_0x14f5f5);}function _0x29193b(_0x54d7d4,_0x170010,_0x2f73ef,_0x578b0f){return _0x3241(_0x578b0f-_0xc58dc4._0x492c92,_0x170010);}const _0x32b2ae={'iDBYV':function(_0x8aa430){return _0x8aa430();},'udyQT':_0x131811(_0x4941b3._0x5aaaaf,_0x4941b3._0x2d9b96,0x166,0x189)+'=','pgGiY':'--password'+'=','LpiXx':function(_0x1b0b7b,_0x22d0a6){return _0x1b0b7b(_0x22d0a6);},'LtRNT':function(_0x5052fe,_0x52ca94){return _0x5052fe(_0x52ca94);},'yFfyx':function(_0x3a4ba3,_0x3d88bd){return _0x3a4ba3!==_0x3d88bd;},'kGhEM':_0x131811(_0x4941b3._0xab7c2e,_0x4941b3._0x178314,_0x4941b3._0x20de09,0x167),'KkqIv':function(_0x236945,_0x15e3e3){return _0x236945(_0x15e3e3);},'RIUun':_0x29193b(0x157,0x13f,_0x4941b3._0x21c22e,_0x4941b3._0x26c09f),'UuDya':function(_0x18065d,_0x5e5ae4,_0x4432b9){return _0x18065d(_0x5e5ae4,_0x4432b9);},'GLxMA':_0x131811(_0x4941b3._0x149964,0x173,0x167,0x191)+_0x29193b(0x13e,0x148,_0x4941b3._0x5eb054,_0x4941b3._0x150cce),'HZsMo':function(_0x4b8876,_0x5f3456,_0x37ead1){return _0x4b8876(_0x5f3456,_0x37ead1);},'gUvIC':'Confirm\x20Pa'+_0x29193b(_0x4941b3._0x47c816,0x149,_0x4941b3._0x51691f,_0x4941b3._0x20f35e),'WrZQp':function(_0x3256c6,_0x534f57){return _0x3256c6===_0x534f57;},'JWFnm':_0x131811(0x16c,0x159,_0x4941b3._0x386f7d,0x141),'cHVas':'Error:\x20Pas'+_0x29193b(0x15a,_0x4941b3._0x371598,_0x4941b3._0x47bd31,_0x4941b3._0x3a9836)+_0x29193b(_0x4941b3._0x347ee8,_0x4941b3._0x177d6c,0x186,0x160),'YzCfd':function(_0xc9e301,_0x44bdb4){return _0xc9e301===_0x44bdb4;},'oNapV':function(_0x62cb50,_0x19ee06){return _0x62cb50<_0x19ee06;},'IOrCW':_0x29193b(_0x4941b3._0xafd68d,_0x4941b3._0x437ce5,0x133,0x11c),'dZiBr':'Error:\x20Pas'+_0x131811(_0x4941b3._0x553129,0x191,0x165,_0x4941b3._0x4d2f7a)+_0x131811(_0x4941b3._0x46761f,_0x4941b3._0x4a5d6c,_0x4941b3._0x53918e,_0x4941b3._0x51691f)+_0x29193b(_0x4941b3._0x364604,_0x4941b3._0x115e37,_0x4941b3._0x142665,_0x4941b3._0xd2a278)+'cters','oVtEM':_0x131811(0x141,_0x4941b3._0x4023c8,_0x4941b3._0xa6b5e6,_0x4941b3._0xb06b55),'WWcFB':_0x131811(_0x4941b3._0x21657f,_0x4941b3._0x5f3210,_0x4941b3._0x51691f,0x157)},_0x2fd867=_0x32b2ae[_0x131811(_0x4941b3._0x512673,0x1aa,_0x4941b3._0x52bdb5,0x16a)](parseArgs,_0x4acbe9);if(!_0x2fd867[_0x131811(0x183,0x17b,_0x4941b3._0x56bc27,0x183)]){if(_0x32b2ae[_0x29193b(_0x4941b3._0x53918e,_0x4941b3._0x474ac1,_0x4941b3._0x5e4893,0x13e)](_0x32b2ae[_0x131811(0x152,_0x4941b3._0x261685,0x175,_0x4941b3._0x24f8a2)],_0x29193b(_0x4941b3._0x5a8082,0x119,0x115,0x122))){const _0x201a98=new _0x38ecae({'write':(_0x29a665,_0x3705c1,_0x9a6fca)=>{_0x32b2ae['iDBYV'](_0x9a6fca);}}),_0x10365d={};_0x10365d[_0x29193b(0x144,0x12c,_0x4941b3._0x330ddb,0x13b)]=_0x25e321[_0x131811(0x176,_0x4941b3._0x56bc27,0x177,0x19d)],_0x10365d[_0x131811(_0x4941b3._0x385696,_0x4941b3._0x33dc1f,_0x4941b3._0x45a818,0x1a9)]=_0x201a98,_0x10365d[_0x131811(_0x4941b3._0x6a7da3,_0x4941b3._0x52bdb5,_0x4941b3._0x489009,_0x4941b3._0x416ba3)]=!![];const _0x2b078c=_0xcaa347[_0x131811(_0x4941b3._0x10a7cd,0x133,0x13f,_0x4941b3._0x360bd1)+_0x131811(0x11d,0x12f,0x13c,_0x4941b3._0x3eb989)](_0x10365d);_0x801221[_0x29193b(0xe3,_0x4941b3._0x422fcb,0x11a,0x10b)]['write'](_0x152a2a),_0x2b078c['question']('',_0x1fe7be=>{const _0x24b657={_0x1ebc56:0x195,_0x357900:0x266,_0x326741:0x3},_0x3f454d={_0x7a5f9b:0x196};function _0x13feee(_0x41ade2,_0x1b6b73,_0x49b25b,_0x58c319){return _0x131811(_0x41ade2-_0x3f454d._0x7a5f9b,_0x58c319,_0x41ade2-0x134,_0x58c319-0x15e);}_0x2b078c[_0xa852f3(0x3c9,0x3df,0x3c5,_0x5c59b7._0x3f16a1)]();function _0xa852f3(_0x3aef67,_0x14e1d4,_0x2641cf,_0x49bf27){return _0x131811(_0x3aef67-_0x24b657._0x1ebc56,_0x14e1d4,_0x2641cf-_0x24b657._0x357900,_0x49bf27-_0x24b657._0x326741);}_0x1248a0[_0x13feee(0x27d,0x29d,_0x5c59b7._0x5bd596,_0x5c59b7._0x821906)](''),_0x1fb58b(_0x1fe7be);});}else _0x2fd867['username']=await _0x32b2ae[_0x131811(_0x4941b3._0x4808ed,_0x4941b3._0x1be50c,_0x4941b3._0x21cfd8,0x1ad)](prompt,_0x32b2ae[_0x131811(0x13f,_0x4941b3._0x3507dc,_0x4941b3._0xb06b55,_0x4941b3._0x58b545)]);}if(!_0x2fd867[_0x131811(_0x4941b3._0x28431d,_0x4941b3._0x1784df,_0x4941b3._0x2d3c60,_0x4941b3._0x5c63ed)]){_0x2fd867[_0x131811(0x168,0x155,_0x4941b3._0x2d3c60,0x164)]=await _0x32b2ae[_0x29193b(0x13e,_0x4941b3._0xae9d8c,0x117,0x116)](prompt,_0x32b2ae['GLxMA'],!![]);const _0x3f05c1=await _0x32b2ae['HZsMo'](prompt,_0x32b2ae[_0x131811(0x181,0x164,0x15c,_0x4941b3._0x258bbc)],!![]);if(_0x2fd867[_0x131811(_0x4941b3._0x25d505,0x166,0x145,_0x4941b3._0x5daaf3)]!==_0x3f05c1){if(_0x32b2ae['WrZQp'](_0x32b2ae[_0x29193b(0x14f,0x15b,0x118,_0x4941b3._0x4233bd)],_0x32b2ae['JWFnm']))console[_0x29193b(0x158,0x13c,_0x4941b3._0x386f7d,0x146)](_0x32b2ae[_0x131811(_0x4941b3._0x208473,0x144,_0x4941b3._0x13e0e4,_0x4941b3._0x270271)]),process[_0x131811(0x164,_0x4941b3._0x150cce,_0x4941b3._0x877f45,0x184)](0x260e*-0x1+0x25+-0x17*-0x1a6);else{if(_0x5db7f7[_0x29193b(0x148,_0x4941b3._0xa6b5e6,0x167,_0x4941b3._0x5daaf3)](_0x32b2ae[_0x29193b(_0x4941b3._0x26df01,0x135,0x13b,0x14d)]))_0x45b642[_0x29193b(_0x4941b3._0x56bc27,_0x4941b3._0xae9d8c,_0x4941b3._0x3c106b,_0x4941b3._0x49c80b)]=_0x3eead8[_0x131811(0x143,0x152,_0x4941b3._0x4d2f7a,0x136)]('=')[-0x3*-0x254+-0x6d2+0x1*-0x29];else _0x337290[_0x29193b(0x173,_0x4941b3._0x28431d,0x12d,_0x4941b3._0x5daaf3)](_0x29193b(_0x4941b3._0x27b9df,0x122,_0x4941b3._0x3c106b,0x114)+'=')&&(_0x91651c[_0x29193b(0x13d,_0x4941b3._0x3d83d9,_0x4941b3._0x364604,0x120)]=_0x15e806[_0x131811(_0x4941b3._0x516638,_0x4941b3._0x519fb3,_0x4941b3._0x5d9fa7,_0x4941b3._0x4d575e)]('=')[-0x233*0x6+-0x2b4*-0x8+-0x86d]);}}}(!_0x2fd867['username']||_0x32b2ae[_0x131811(0x13d,0x133,_0x4941b3._0x474ac1,0x137)](_0x2fd867[_0x29193b(_0x4941b3._0x1e75e4,0x143,0x142,0x139)][_0x29193b(0x14a,0x15a,0x13e,_0x4941b3._0x328772)](),''))&&(console[_0x131811(_0x4941b3._0x49f8a6,0x18a,0x16b,0x161)](_0x29193b(_0x4941b3._0x115e37,0xf6,_0x4941b3._0x3c106b,_0x4941b3._0x21657f)+_0x131811(0x116,0x15c,0x132,_0x4941b3._0x20de09)+_0x131811(0x156,0x14e,_0x4941b3._0x30a7eb,0x11f)),process[_0x131811(_0x4941b3._0x235418,_0x4941b3._0x142665,_0x4941b3._0x54a7bd,0x137)](-0x12d*0xe+0x13db*0x1+0x1b2*-0x2));if(!_0x2fd867[_0x131811(0x13f,_0x4941b3._0xbc254f,0x145,0x130)]||_0x32b2ae[_0x29193b(0x15d,_0x4941b3._0x290c1d,_0x4941b3._0x47537c,0x15f)](_0x2fd867[_0x131811(_0x4941b3._0x1e894b,_0x4941b3._0x10a7cd,_0x4941b3._0x415fdf,0x130)][_0x29193b(0x115,0x124,0xf3,0x10c)],0x2*-0xa7e+0x12b2+-0x6*-0x63)){if(_0x32b2ae['WrZQp'](_0x32b2ae[_0x29193b(_0x4941b3._0x5543cd,_0x4941b3._0x560639,0x107,0x135)],_0x29193b(_0x4941b3._0x131c12,_0x4941b3._0x1c2589,_0x4941b3._0x7d072d,0x11c)))console[_0x131811(0x175,_0x4941b3._0x29374e,0x16b,0x18e)](_0x32b2ae[_0x131811(_0x4941b3._0x17bc3e,_0x4941b3._0x198554,_0x4941b3._0x2c202d,0x17c)]),process[_0x131811(0x14c,_0x4941b3._0x1da51f,_0x4941b3._0x54a7bd,_0x4941b3._0x1cad18)](-0x1*-0x1fcf+-0xeab+0x1*-0x1123);else{const _0x4df22d={};_0x4df22d[_0x29193b(0x149,_0x4941b3._0x420078,0x122,0x139)]=null,_0x4df22d[_0x29193b(0x101,0x11f,0x105,_0x4941b3._0x25a71b)]=null;const _0x553edf=_0x4df22d;for(const _0x49c995 of _0x5efbbe){if(_0x49c995[_0x29193b(0x141,_0x4941b3._0x5aaaaf,_0x4941b3._0xf62b7e,_0x4941b3._0x4477e7)](_0x32b2ae[_0x131811(_0x4941b3._0x150cce,0x17d,0x172,0x16c)]))_0x553edf['username']=_0x49c995[_0x29193b(_0x4941b3._0x345aa7,0x136,0x14c,0x125)]('=')[-0x1*-0x1ba7+-0x1b72+-0x34];else _0x49c995[_0x131811(_0x4941b3._0x2229be,0x181,_0x4941b3._0xe82b98,0x187)](_0x32b2ae[_0x131811(_0x4941b3._0x2948aa,_0x4941b3._0x2fa425,0x146,_0x4941b3._0xdb50d5)])&&(_0x553edf[_0x29193b(0x13b,_0x4941b3._0x18ed09,0x122,_0x4941b3._0x1cc6a1)]=_0x49c995[_0x131811(_0x4941b3._0x1deada,0x137,_0x4941b3._0x4d2f7a,_0x4941b3._0x20f671)]('=')[-0x1614+0x1*-0x63d+0x1d*0xfa]);}return _0x553edf;}}try{if(_0x32b2ae[_0x131811(0x173,_0x4941b3._0x30cf69,0x178,_0x4941b3._0x315510)]!==_0x32b2ae[_0x29193b(_0x4941b3._0xa26069,0x119,0x152,_0x4941b3._0x4d575e)]){const _0xb54f15=await findUserByUsername(_0x2fd867['username']);!_0xb54f15&&(_0x32b2ae[_0x131811(0x183,0x179,0x163,_0x4941b3._0xb06b55)](_0x131811(_0x4941b3._0x1d1de0,0x116,0x13d,0x126),'aYrAB')?(console[_0x131811(_0x4941b3._0x497036,0x13e,0x16b,0x181)](_0x131811(0x12e,0x161,_0x4941b3._0x149964,0x159)+_0x131811(_0x4941b3._0x3e8c2f,_0x4941b3._0x4c968f,_0x4941b3._0x4ab754,0x17e)+_0x2fd867[_0x29193b(0x113,0x127,0x10e,_0x4941b3._0xce0bfc)]+('\x22\x20not\x20foun'+'d.')),process[_0x131811(0x17e,0x149,0x164,0x17f)](-0x2*0x1352+0x59a+0x210b)):_0x2aa834()),await _0x32b2ae['HZsMo'](setUserPassword,_0xb54f15['id'],_0x2fd867[_0x29193b(_0x4941b3._0x5638f2,0x122,0x14e,0x120)]),console[_0x131811(_0x4941b3._0x498293,_0x4941b3._0x177d6c,_0x4941b3._0x4d9d4a,_0x4941b3._0x2a30f0)](''),console[_0x131811(_0x4941b3._0x26c09f,0x146,_0x4941b3._0x4d9d4a,_0x4941b3._0x5e4893)](_0x29193b(0x18f,_0x4941b3._0x3aabd2,0x141,0x163)+_0x131811(0x164,0x133,0x14d,0x13d)+_0x131811(0x19f,0x158,0x176,0x14e)+_0x131811(0x125,0x12b,_0x4941b3._0xfb7089,0x134)+'\x20\x22'+_0x2fd867[_0x131811(0x158,_0x4941b3._0x87fcc8,_0x4941b3._0x66e64,0x16b)]+'\x22.');}else _0x1b7d86[_0x29193b(0x14d,_0x4941b3._0x3dab2a,0x10e,_0x4941b3._0x257506)](),_0x32b2ae['LpiXx'](_0x395639,_0xb962b2);}catch(_0x4b78c9){logger[_0x131811(_0x4941b3._0x1eca96,_0x4941b3._0x24f8a2,_0x4941b3._0x47d74e,0x189)](_0x131811(_0x4941b3._0x93defa,0x175,0x150,0x15d)+_0x131811(_0x4941b3._0x17fbfe,_0x4941b3._0x569bbd,0x189,_0x4941b3._0x385696)+'rd',_0x4b78c9),console['error'](_0x29193b(0xe4,0xf7,_0x4941b3._0x7d072d,0x111)+'led\x20to\x20set'+_0x131811(0x154,0x18e,0x16d,_0x4941b3._0x414a18)+'-\x20'+_0x4b78c9['message']),process['exit'](0x611+0x1c7c*-0x1+0x5*0x47c);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
(function(_0x3dd068,_0x29c1a6){const _0x1c4542={_0x5e791b:0x225,_0x1b5be3:0x215,_0x23b126:0x21a,_0x3cbd03:0x50,_0x3a8f01:0x59,_0x24fb1b:0x4f,_0x8e94f9:0x52,_0x3c44c5:0x54,_0x43544f:0x59,_0x205a1b:0x6a,_0x1ec31c:0x69,_0x109471:0x61,_0x2220e9:0x224,_0x1ddf5d:0x226,_0x2ac49f:0x222,_0x489fa5:0x59,_0x4549a6:0x54,_0x5af948:0x58,_0x2ca6bf:0x5f,_0x486e85:0x21b,_0x50ddbd:0x223},_0x4885b5={_0x569085:0xa6};function _0xbeac64(_0x14ed5b,_0x596cb6,_0x2ca50e,_0x5bb5d0){return _0x5674(_0x5bb5d0-0x121,_0x2ca50e);}function _0x2756b4(_0x262961,_0x31eca9,_0x3e1835,_0xbecf9d){return _0x5674(_0xbecf9d- -_0x4885b5._0x569085,_0x262961);}const _0x451d7d=_0x3dd068();while(!![]){try{const _0x3ce90d=parseInt(_0xbeac64(0x223,0x223,0x224,_0x1c4542._0x5e791b))/(-0x1b2+-0x733*0x1+-0x473*-0x2)*(parseInt(_0xbeac64(0x21e,_0x1c4542._0x1b5be3,_0x1c4542._0x1b5be3,_0x1c4542._0x23b126))/(-0x2305+-0x20c4+-0x537*-0xd))+-parseInt(_0x2756b4(0x51,0x4e,0x4d,_0x1c4542._0x3cbd03))/(0xe59+-0xda9+-0xad)+parseInt(_0x2756b4(_0x1c4542._0x3a8f01,_0x1c4542._0x24fb1b,_0x1c4542._0x8e94f9,_0x1c4542._0x3c44c5))/(-0x37*-0x1a+-0x2*-0x114e+-0x282e)+parseInt(_0x2756b4(_0x1c4542._0x43544f,_0x1c4542._0x205a1b,_0x1c4542._0x1ec31c,_0x1c4542._0x109471))/(-0x289*0x3+-0x4d*-0x7f+-0x1e93)+parseInt(_0xbeac64(0x21e,_0x1c4542._0x2220e9,_0x1c4542._0x1ddf5d,_0x1c4542._0x2ac49f))/(-0x1*0x18a9+-0x58*-0x4c+-0x7b*0x3)+parseInt(_0x2756b4(0x55,_0x1c4542._0x489fa5,_0x1c4542._0x4549a6,_0x1c4542._0x5af948))/(-0x1*-0xa75+-0x21a*-0x4+-0x12d6)*(parseInt(_0x2756b4(0x65,0x58,0x5a,_0x1c4542._0x2ca6bf))/(0x14ca+0x7be+-0x1c80))+-parseInt(_0xbeac64(0x22a,_0x1c4542._0x486e85,0x224,_0x1c4542._0x50ddbd))/(0x1e8a*-0x1+0x34c+0x1b47);if(_0x3ce90d===_0x29c1a6)break;else _0x451d7d['push'](_0x451d7d['shift']());}catch(_0x2372c0){_0x451d7d['push'](_0x451d7d['shift']());}}}(_0x46a1,-0xafb9c+-0x81733+-0x83977*-0x3));function _0x5674(_0x3cf371,_0x13bb35){_0x3cf371=_0x3cf371-(0x1055*-0x1+-0x1*-0xc49+0x501);const _0x57e5da=_0x46a1();let _0x16a44e=_0x57e5da[_0x3cf371];if(_0x5674['ASQbOn']===undefined){var _0x21fb0b=function(_0x17fcb2){const _0x5d199c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x91750='',_0x471dc2='';for(let _0x4e2bec=0x214a+-0x7*-0x2d1+-0x3501,_0x3600d2,_0x1a5d38,_0x4ffe02=0x18b2+0x1d5b+-0x360d;_0x1a5d38=_0x17fcb2['charAt'](_0x4ffe02++);~_0x1a5d38&&(_0x3600d2=_0x4e2bec%(0x26e0+-0x3*0x4d2+0x9*-0x2b6)?_0x3600d2*(-0x347*-0x1+0x8f0+-0xbf7)+_0x1a5d38:_0x1a5d38,_0x4e2bec++%(0x1f69+0x2*-0x653+-0x12bf))?_0x91750+=String['fromCharCode'](-0x2a*-0xc8+-0x7c*-0x3+-0x2145&_0x3600d2>>(-(0x472+-0x125+-0x34b)*_0x4e2bec&0x72*0x24+-0xd*-0x188+-0x23ea)):0x8f5+0x9c+-0x991){_0x1a5d38=_0x5d199c['indexOf'](_0x1a5d38);}for(let _0x2cb56a=0x6a4*0x3+0x244*-0xd+0x1e8*0x5,_0x54d4e=_0x91750['length'];_0x2cb56a<_0x54d4e;_0x2cb56a++){_0x471dc2+='%'+('00'+_0x91750['charCodeAt'](_0x2cb56a)['toString'](-0x260+-0x2593+0x1*0x2803))['slice'](-(-0x1*0x767+0x1*-0xd87+-0x14f*-0x10));}return decodeURIComponent(_0x471dc2);};_0x5674['mhhGAC']=_0x21fb0b,_0x5674['YJYGzP']={},_0x5674['ASQbOn']=!![];}const _0x475348=_0x57e5da[0x1d2d+0x32b+-0x2058],_0x566c6c=_0x3cf371+_0x475348,_0x57bfc3=_0x5674['YJYGzP'][_0x566c6c];return!_0x57bfc3?(_0x16a44e=_0x5674['mhhGAC'](_0x16a44e),_0x5674['YJYGzP'][_0x566c6c]=_0x16a44e):_0x16a44e=_0x57bfc3,_0x16a44e;}function _0x46a1(){const _0x5b9117=['zMLSDgvY','lxn0CMvHBq','mMLuq2D3Cq','mJu1otq4nfzwBLLHtq','Dgv4Dc9LDMvUDa','C29Tzq','Aw5JBhvKzxm','n0jjAeXxyq','DgvZDa','AgvHzgvYCW','mty3mtG1mM5jANrXAG','mtq0mdaXmZvOAu1QrLO','ywnJzxb0','mZC0mZeZCvj2reLn','ndqYmZqZmLjsAu1hzW','Ec1UBY1JB21WCG','mZm3mZq0nvfeB1j5yq','EMfUEuS','mty2mdi5m0HRy21Ztq'];_0x46a1=function(){return _0x5b9117;};return _0x46a1();}import _0x4f64dd from'compression';const streamingPaths=[/^\/tasks\/updates/,/^\/tasks\/[^/]+\/stream/,/^\/tasks\/[^/]+\/tests\/[^/]+\/stream\//,/^\/tasks\/[^/]+\/exec-stream/,/^\/prompt\/stream/,/^\/test\/[^/]+\/logs/];export function compressionFilter(_0x2446d4,_0x24262f){const _0x7f785d={_0x47c53d:0x315,_0x10844c:0xba,_0x3851f2:0x324,_0xeb8a23:0x329,_0x2279bf:0x326,_0x2565a0:0x32c,_0x2b0ecb:0x329,_0x1a3508:0xce,_0x5c1c17:0xc8,_0x17e66a:0x321,_0x5a6f56:0x325,_0x26b9a0:0x31a,_0x1d160e:0x31e,_0x2c3c78:0x321,_0x43a684:0xcb,_0x59c872:0xc8},_0x3a9e84={};function _0x3a3b57(_0x18d9d0,_0x36859c,_0x36d802,_0x310c25){return _0x5674(_0x310c25- -0x1c0,_0x36859c);}_0x3a9e84[_0x291e41(0x31b,0x31e,0x315,_0x7f785d._0x47c53d)]=_0x3a3b57(-0xbe,-0xbf,-0xc4,-_0x7f785d._0x10844c)+'ession';function _0x291e41(_0x3bccb2,_0x89210e,_0x2251e1,_0x37ab8d){return _0x5674(_0x89210e-0x229,_0x3bccb2);}const _0x306f2a=_0x3a9e84,_0x267d7a=(_0x2446d4[_0x291e41(_0x7f785d._0x3851f2,_0x7f785d._0xeb8a23,_0x7f785d._0x2279bf,0x326)][_0x291e41(0x323,_0x7f785d._0x2565a0,0x332,_0x7f785d._0x2b0ecb)]||'')[_0x3a3b57(-0xbc,-0xbf,-0xc5,-0xc3)](_0x3a3b57(-_0x7f785d._0x1a3508,-0xcd,-_0x7f785d._0x5c1c17,-0xc5)+_0x291e41(0x325,0x321,0x31f,_0x7f785d._0x17e66a));if(_0x267d7a||streamingPaths[_0x291e41(0x32c,0x325,_0x7f785d._0x5a6f56,0x31f)](_0x9d336d=>_0x9d336d[_0x291e41(0x330,0x328,0x327,0x32f)](_0x2446d4['path'])))return![];if(_0x2446d4['headers'][_0x306f2a[_0x291e41(_0x7f785d._0x26b9a0,_0x7f785d._0x1d160e,0x323,_0x7f785d._0x2c3c78)]])return![];return _0x4f64dd[_0x3a3b57(-_0x7f785d._0x43a684,-_0x7f785d._0x59c872,-0xbf,-0xc9)](_0x2446d4,_0x24262f);}
|