@profoundlogic/coderflow-server 0.6.0 → 0.6.2
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/.claude/settings.local.json +15 -2
- 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/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/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-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-test-results/.last-run.json +52 -2
- 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/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/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/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.html +0 -61
- 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/server-health.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/styles.css +8 -2
- 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
- package/dist/playwright-test-results/result-screenshot.png +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x244e68,_0x39143f){const _0x18416c={_0x164917:0x1a5,_0x56d64f:0x160,_0x423483:0x11d,_0x33d706:0x282,_0x533758:0x2b5,_0x5a5baf:0x23e,_0x434e9f:0x2bd,_0x24a69a:0x290,_0x4b6a84:0x2b9,_0x4b3690:0xd6,_0x17c75d:0x16a,_0x4026dd:0x112,_0x515476:0x153,_0x43f91a:0x1c0,_0x433958:0x243,_0x37f4f9:0x27f,_0x5e19cc:0x312,_0x31b44b:0x2bb,_0x144ce3:0x2ff,_0x3c53a3:0x25c,_0x2d748b:0x14f,_0x38c4ee:0xaf,_0x30a7b9:0xef,_0x9edc25:0x24c,_0x1edbb9:0x225},_0x2626f4={_0x3832fb:0x4f};function _0x28b2f9(_0x1ed269,_0x384c0c,_0x3d4b24,_0x3b0558){return _0x51ee(_0x384c0c- -0xe4,_0x1ed269);}const _0x13405d=_0x244e68();function _0x52f2ff(_0x350d43,_0xbeef7e,_0x23c887,_0xdf19a2){return _0x51ee(_0xbeef7e-_0x2626f4._0x3832fb,_0x23c887);}while(!![]){try{const _0x2133b2=parseInt(_0x28b2f9(_0x18416c._0x164917,0x139,_0x18416c._0x56d64f,_0x18416c._0x423483))/(-0x1658+0x42e+-0x122b*-0x1)*(-parseInt(_0x52f2ff(0x1d2,0x202,_0x18416c._0x33d706,0x1ce))/(-0xb2c*0x1+0x101f+-0x37*0x17))+-parseInt(_0x52f2ff(0x217,_0x18416c._0x533758,_0x18416c._0x5a5baf,_0x18416c._0x434e9f))/(0x1*-0x16e3+0xe0a+0x8dc)+-parseInt(_0x52f2ff(0x2d0,_0x18416c._0x24a69a,_0x18416c._0x4b6a84,0x309))/(0x1052*0x2+0xd67+0x2e07*-0x1)+-parseInt(_0x28b2f9(_0x18416c._0x4b3690,_0x18416c._0x17c75d,_0x18416c._0x4026dd,_0x18416c._0x515476))/(0xe*0x112+-0x1d69*-0x1+-0x8e*0x50)*(parseInt(_0x52f2ff(_0x18416c._0x43f91a,_0x18416c._0x433958,0x23b,_0x18416c._0x37f4f9))/(-0x1*0x1ae1+-0x3d1+0x1eb8))+-parseInt(_0x52f2ff(_0x18416c._0x5e19cc,_0x18416c._0x31b44b,_0x18416c._0x144ce3,_0x18416c._0x3c53a3))/(0x7e3+-0x1*-0x1b6e+-0x234a*0x1)+-parseInt(_0x28b2f9(0x138,_0x18416c._0x2d748b,0x1e1,_0x18416c._0x38c4ee))/(-0x5*0xb0+-0xb5c+-0x1a*-0x92)+parseInt(_0x28b2f9(0x145,_0x18416c._0x30a7b9,0x175,0x172))/(-0x22a2+-0x25be+-0x4869*-0x1)*(parseInt(_0x52f2ff(0x224,_0x18416c._0x9edc25,0x294,_0x18416c._0x1edbb9))/(0x39*0x31+-0x3b*0x2f+0xa*-0x1));if(_0x2133b2===_0x39143f)break;else _0x13405d['push'](_0x13405d['shift']());}catch(_0x87ffcb){_0x13405d['push'](_0x13405d['shift']());}}}(_0x5189,-0x151f*0x1a+0x205a6*-0x1+0x64bd5));import{spawn}from'child_process';import{promises as _0x38a632}from'fs';import _0x27eab8 from'path';import _0x2ad641 from'os';import _0x958b14 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x27eab8[_0x5a8055(0xfa,0x170,0x197,0x16d)](__filename);function _0x30de06(_0x1f57f4,_0x7ec6f6,_0x545614,_0x27a03d){return _0x51ee(_0x545614-0x354,_0x7ec6f6);}const PID_FILE=_0x27eab8[_0x30de06(0x5c7,0x5aa,0x5a9,0x63f)](_0x2ad641[_0x5a8055(0x1a4,0x1dc,0x189,0x14f)](),_0x5a8055(0x1f1,0x1d5,0x25b,0x1f6),_0x30de06(0x4f3,0x4fd,0x505,0x52b)),LOG_FILE=_0x27eab8[_0x5a8055(0x1c7,0x16c,0x1c4,0x1ce)](_0x2ad641['homedir'](),_0x5a8055(0x22b,0x1e0,0x25b,0x2b4),_0x30de06(0x554,0x4f7,0x577,0x52f));export async function isServerRunning(){const _0x3341d7={_0x426039:0x3f2,_0x5cdab3:0x431,_0x3d417a:0xcb,_0x203c70:0x75,_0x1a1680:0x3f5,_0x412bb5:0x3ef,_0x5f2ce0:0xef,_0x1a52e6:0x42f,_0x55c4a9:0xe7,_0x4d0398:0x9d,_0x111af4:0x9e,_0x39b4dd:0x133,_0x6f581d:0x433,_0x2e3ebc:0x345,_0x2b66a1:0x3ad},_0x2730bd={_0x1215d7:0x5a},_0x2a5f91={_0x15ae11:0x1bc};function _0x18f397(_0x37b3bf,_0x37c255,_0x44098c,_0x509798){return _0x30de06(_0x37b3bf-0x97,_0x37b3bf,_0x509798- -_0x2a5f91._0x15ae11,_0x509798-0x30);}function _0x2ab1bb(_0x513149,_0x24104a,_0x8dbb00,_0x251d78){return _0x5a8055(_0x513149-_0x2730bd._0x1215d7,_0x24104a-0x185,_0x251d78- -0x224,_0x24104a);}const _0x41e829={'hcRsg':_0x18f397(_0x3341d7._0x426039,0x33d,_0x3341d7._0x5cdab3,0x3d2),'Zfnca':function(_0x1bd166,_0x23cccc,_0xf716b1){return _0x1bd166(_0x23cccc,_0xf716b1);}};try{const _0x53f626=await _0x38a632['readFile'](PID_FILE,_0x41e829[_0x2ab1bb(-0x57,-_0x3341d7._0x3d417a,-0x9c,-_0x3341d7._0x203c70)]),_0x17b507=_0x41e829[_0x18f397(0x3d1,_0x3341d7._0x1a1680,_0x3341d7._0x412bb5,0x35b)](parseInt,_0x53f626[_0x2ab1bb(-0xcf,-0xd5,-0x18f,-_0x3341d7._0x5f2ce0)](),0x14f*-0x14+-0x22a3+-0x3cd9*-0x1);try{process['kill'](_0x17b507,-0x25cd+-0x127+0x26f4);const _0x16c980={};return _0x16c980['running']=!![],_0x16c980[_0x2ab1bb(-0x45,-0x153,-0xd9,-0xcd)]=_0x17b507,_0x16c980;}catch{await _0x38a632[_0x18f397(0x3b7,0x4a9,0x399,_0x3341d7._0x1a52e6)](PID_FILE)[_0x2ab1bb(-_0x3341d7._0x55c4a9,-0x38,0x4,-0x45)](()=>{});const _0x380622={};return _0x380622[_0x2ab1bb(-0xb5,-_0x3341d7._0x4d0398,-_0x3341d7._0x203c70,-0xa0)]=![],_0x380622[_0x2ab1bb(-_0x3341d7._0x111af4,-_0x3341d7._0x39b4dd,-0xd8,-0xcd)]=null,_0x380622;}}catch{const _0x25fa60={};return _0x25fa60[_0x18f397(_0x3341d7._0x6f581d,0x3fb,_0x3341d7._0x2e3ebc,_0x3341d7._0x2b66a1)]=![],_0x25fa60['pid']=null,_0x25fa60;}}async function getServerConfig(){const _0x17ca88={_0x735fec:0x54d,_0x15c1a5:0x5b1,_0x148be3:0x59a,_0x2aa5d5:0x53a,_0x2a52f6:0x5a4,_0x23cbb9:0x54d,_0x1573fb:0x55d},_0x33cfb4={_0x5a4b48:0x25,_0x353e9c:0x2c,_0x3723c4:0x3b8},_0xc277a5={_0x1992de:0x4,_0x868e1a:0x3a0},_0x53fb7d={'bDVwY':function(_0x34bab3){return _0x34bab3();},'FKeLh':function(_0x122d77){return _0x122d77();}},_0x1278d5=await _0x53fb7d['bDVwY'](getCoderSetupPath),_0x33536d=await _0x53fb7d[_0x584325(_0x17ca88._0x735fec,0x601,_0x17ca88._0x15c1a5,_0x17ca88._0x148be3)](getServerPort),_0x2dbe6e='http://loc'+'alhost:'+_0x33536d;function _0x34665(_0x328087,_0x23b02f,_0x46095d,_0x9cf3c2){return _0x5a8055(_0x328087-_0xc277a5._0x1992de,_0x23b02f-0xf6,_0x9cf3c2-_0xc277a5._0x868e1a,_0x23b02f);}const _0x7956f6={};_0x7956f6[_0x584325(_0x17ca88._0x2aa5d5,_0x17ca88._0x2a52f6,0x493,0x501)]=_0x1278d5,_0x7956f6[_0x34665(0x59b,0x5d1,0x5a9,_0x17ca88._0x23cbb9)]=_0x33536d,_0x7956f6[_0x34665(_0x17ca88._0x1573fb,0x4ab,0x446,0x4e8)]=_0x2dbe6e;function _0x584325(_0x235ecf,_0x3daf08,_0x11a1d2,_0x16982c){return _0x5a8055(_0x235ecf-_0x33cfb4._0x5a4b48,_0x3daf08-_0x33cfb4._0x353e9c,_0x16982c-_0x33cfb4._0x3723c4,_0x11a1d2);}return _0x7956f6;}function _0x5189(){const _0x6ccc3b=['ywXSB2m','zLvjuNu','CMvHzezPBgu','ywXYzwfKEsbYDq','AwDUB3jL','B3bLBG','sNfVB0C','u2vYDMvYigrPza','ntqXodK1rLPRwuDw','vwjgwg4','zwn0B3j5oIa','zxmGBM90igv4Aq','ihj1BM5PBMC','DvriyK0','ywP2yu8','AM9PBG','CMvJDxjZAxzL','C2vYDMLJzq','rvjFsu5tuevdva','A050t1K','Dw9HvuW','ig5VDcbZDg9Wia','z1Dpq0e','C2L6zq','u2vYDMvYigLZia','B2rlsgW','zsaOueLeoIa','ELnUwgK','B2rLCKzSB3CGuW','4PYtifnLCNzLCIbZ','icbtDgf0Dxm6ia','uvfztNa','mJyZmJu2r2HICeDl','icaGica','CNzLCIbZDgfYDa','icbvuKW6icaGia','DhvW','icaGicdIMQaGu3rH','mtyYotu2nxHWtwzLAa','yNv6t08','u2Hrwuy','DMPPENO','y2f0y2G','rxjYB3i6ifnLDa','A2LSBa','rKTLtgG','zufJr2K','CNzLCIbJB25MAq','BMTrAve','EMPsz2i','DgGGl3bHDgGVDa','u1vlu1i','lxnLCNzLCIbZDa','zYbZzxqGy29Kzq','r09MvwC','CwnuCKi','uxPfyKe','u2vYDMvYifn0yq','icbtzxr1Ccbqyq','qM1ovue','vKLQv2O','tKjcD2u','q29UzMLNDxjLia','BM5PBMCGkfbjra','BM90ihj1BM5PBG','u3rVChbPBMCGCW','tMzet0O','y29UzMLNDxjLza','DxaGCgf0AcbPCW','ic0TC2v0DxaTCa','wgfpzLG','C3bSAxq','vePbC1O','A1bJALq','DhvZoG','rxjYB3iGCMvHza','BwvZC2fNzq','DgGGq3rYBcTdia','zsbPDcb3yxmGCW','BMXHAuy','C3rHDa','Dw5SAw5R','Bg9N','wMrSsLG','ls1PBNnWzwn0','y1DMwwK','wNzgrMW','DgvIwMy','rxjYB3i6ie5Via','sg9IuKe','CMvZCg9UzgLUzW','cI0TlsbgB2XSBW','DwLwAuC','Dha6lY9SB2nHBa','ig5VDcbOyxzLia','yw5Kihn0yxj0ia','CvPLwve','Dhj1zq','vwzxDuu','qM1vugS','C2vYDMvYihDPDa','u3rVCcbPDcb3Aq','vgPWsu4','icbvuKW6icbODa','C3rKB3v0','swzMs1G','Ahr0CdOVl2XVyW','ze5xwKy','v0TiugS','CL9Zzxr1Cf9Wyq','icaGigrHzw1VBG','y29Kzq','zgvZDhjVEq','zw5K','ue9sva','sgPTqLe','wuXAvMq','AK14tuG','r0TXsM0','AvrTvLm','nNWZFdC','DgLTzw91Da','ALHLy0S','B0HOz1e','vejSthG','igzVCMvNCM91BG','z3fsAhK','zgf0yq','vgfnDgO','yKr3uKK','ufvHBue','u2vYDMvYig1HEq','icbtDgfSzsbqsq','BwTKAxi','Eerosg4','z3jHy2vMDwXSEq','CJOG','u2Hjt2y','yMvLBIbZDgfYDa','BMLUzYaOzgfLBq','sKPTEvO','zNjfAKW','D2fZihn0yxj0zq','ENvqs1m','u3PMBMy','CcbWyxrOignVBG','yvPIq1G','ywLXtxG','veTZz3e','DgG6icaOBM90ia','yK5Vu0e','zxj2zxiGkfbjra','u3rHCNrPBMCGqW','ywXOB3n0oG','Ag9ZDdO','u3rHCNrPBMCGCW','q2LSENK','DKH5AM0','BguGueLeigzPBa','Dg9tDhjPBMC','Dw5Yzwy','B24P','C2XPy2u','Ew1qDMm','seXov2e','DwXMvNe','lMnVzgvY','t2njC1C','rdOGica','DgHLihnLCNzLCG','u0Lhsu5u','wNnbANq','tNH2r3e','Ee5dDKi','yw5dq1K','ls10ywLSpq','wg1rDKu','ALjcwwe','DfHqC3O','vwrsug8','rxjhEu0','v013txK','C2vYDMvYlNbPza','D2L0AdO','ndy1mtHMq0jIr2u','BgvUz3rO','z3mIihrVihzPzq','uLL5y3q','yvrWzxa','BwLUywWGD2HLCG','tvblvfK','v1futu0','vMzru2q','y29KzxiTC2v0Dq','zK9jqNi','t3iGDxnLoG','uMHMqMe','ihDPDgG6','Dw5ZAgLMDa','BKrYCxO','wMzUy2e','z2HbvMq','B09dwLq','DhjPBq','u09xAvC','zxHPDa','z0TjrKG','Dej2r2e','ww5ethy','reL6wg0','zcbPBIbMB3jLzW','u0Lhvevstq','t294sLG','v3Hgvu8','quT6rei','DgG6ia','mte3nde1odLVA2P6rNK','icaGicdINjmGuNvU','zgLvyuu','refLBMK','BM90ihjLC3bVBG','Dw5RBM93BG','C2vYDMvYvxjS','C2v0DxbqyxrO','DxaGCgf0AcbKBW','zwqGEwv0ig9Yia','Aw5NigXVz3m6ia','Bw1oBva','v1zhrhq','DgG6ica','icbmB2DZoIa','A09ivKq','yxrOps9WyxrOlW','Dg8Vy29KzxiTCW','t1vvCwO','rwjyq0m','CgfYC2u','CgLK','B0PZsuO','D09NvKG','CNvUBMLUzYbPBG','z3jVDw5Kkq','ken0CMWRqYb0BW','qwnNyKO','zgLUzYK','DNrYqvG','C3rHCNqUANm','rNrrr00','swr1t1m','mtjou3bQs0W','icbJB2rLCI1Zzq','y3zwte4','CKHkA1a','DLndBfC','zxj2zxiUlI4','zgfLBw9Uig1Vza','icaGia','vfjvu1rFufjpwa','mtbAC3fhAfC','sNbUENG','uhLLtLG','uw9ewxG','rLPXtei','AxneAxjLy3rVCG','DgzTzxm','tMLOAxC','twrLtxG','y3v4zuu','Exjovgi','Ccb0AguGC2vYDG','zw52','yxr1CYiGDg8GyW','lcbMB3jJAw5NlG','wvr3ALy','rNHbtNy','icbqsuq6icaGia','Aw4GDgHLihrLCG','DNv4wwC','ruTQr0q','zcbTB2rLlG','DgfYDgvKlG','yKvsuuC','CNvUBMLUzW','sgL0AeS','ig5VDcbHigrPCG','uwjXCuq','zsaOC2vYDMvYia','Ag9TzwrPCG','zwfvze0','zw1erMK','mtfoz2vcDvG','CMvHza','vxnLicjJB2rLCG','uf9qqvri','BMLUzYaOzM9Yzq','zsbMB3vUza','C2vYDMvYlMXVzW','q09ervjFu0vsvG','z3nbteC','CgLUzYbZzxj2zq','CM91BMqGBw9Kzq','zgLYBMfTzq','rLHPrg8','ks4UlG','A3nqy00','CKDjuLO','q293zwy','icbqB3j0oIaGia','rgj1B0G','CNzLCIbZDg9W','C3vIC3rYAw5N','zxj2zxiGD2L0Aa','mtuWotG2nhjsDhL2CW','yMnUwvq','EeD4uMu','zxr1Ca','zxjYB3i','q0DHveK','q09ervjFu0vuvq','DxrMltG','sw1jChC','u0Lhs0Lmta','z2v0','Cg9YDa','ihn0B3aPic0Tlq','AgnsC2C','nZmYodiWt2v0y0XT','u3rHCNqGDgHLia','ls1MB2XSB3C','Dg9WCgvK','sMPVqvy'];_0x5189=function(){return _0x6ccc3b;};return _0x5189();}export async function startDaemon(_0x4c2708){const _0xedf10c={_0x42e144:0x17c,_0x449a40:0x1b3,_0xd3eea1:0x18d,_0xfe8040:0x172,_0x132e6d:0xed,_0x4cb61e:0x14f,_0x5d72ca:0xe5,_0x544185:0x1f7,_0x1b4698:0x459,_0x9700e0:0x429,_0x13f313:0x410,_0x1f853d:0x3c4,_0x33e3c4:0x1b1,_0x971579:0x178,_0x21179f:0x157,_0x391de2:0x1f3,_0x5971f4:0x46e,_0x8ed6a9:0x553,_0x59a3c9:0x5d8,_0x335012:0x4d7,_0x3ce8f5:0x46c,_0x7a8312:0x52e,_0x2b35a7:0x133,_0x418775:0x14a,_0xf40027:0x140,_0x2658bb:0x234,_0xbda05b:0x160,_0x1e87a4:0x190,_0x421723:0x244,_0x8de8f0:0x3f5,_0xfa8367:0x519,_0x97416a:0x4ec,_0x27b1c0:0x4ff,_0x513673:0x523,_0xb9d014:0x4ef,_0x1bcf27:0x54a,_0x2f9f57:0x231,_0x4b3c5b:0x1d2,_0x164995:0x137,_0x534314:0x200,_0x4fc3ba:0x26d,_0x3959c8:0x223,_0x26e2f2:0x174,_0x4fded5:0xf5,_0x37c113:0xdb,_0x1cf192:0x121,_0x45d41b:0x158,_0x120244:0x572,_0xce3b6e:0x4fa,_0x56b8e8:0x4ba,_0x52fc9b:0x3c9,_0x2315ca:0x3df,_0x54192b:0x3d7,_0xba9e7:0x451,_0x517ad3:0x196,_0x3001c0:0x43a,_0x5b6081:0x4f6,_0x50eba1:0x533,_0x2aba58:0x51c,_0x459928:0x503,_0x5d4b44:0x515,_0x2004f8:0x497,_0x26e14e:0xcf,_0xf821c8:0x105,_0x1699ee:0x181,_0xb633f3:0x174,_0x4f02ca:0xe1,_0x1588c1:0x186,_0x9dad50:0x127,_0x55bb2c:0x4ed,_0x53ee4d:0xda,_0x55635c:0x170,_0x4e511a:0x1b7,_0x3dfe68:0x140,_0x59b174:0x1a3,_0x3bab28:0x11d,_0x20bd94:0x19c,_0x59245c:0xfc,_0x300103:0xd0,_0x41abef:0x209,_0x10ab8d:0x23f,_0x39a27b:0x228,_0x494e0b:0x3ad,_0x4b0734:0x38c,_0x51d2b4:0x10e,_0x4ea4d3:0x10f,_0x2c0876:0x1a7,_0x3a0b25:0x1a3,_0x3a2dc2:0x1de,_0xf298e6:0x234,_0x101a5d:0x271,_0x25c773:0x193,_0xe6ff32:0x52b,_0x3347d3:0x58a,_0x3d2fab:0x5a4,_0x991cfa:0xc8,_0x2f3688:0x100,_0x254e6b:0xde,_0x5b1aa7:0x50b,_0x1a66a1:0x1d8,_0x34e434:0x18f,_0x1e9d4f:0x254,_0x4eb8c3:0x14a,_0x50b1cf:0x1e2,_0x5c47cf:0xaf,_0x4bc13c:0x142,_0xab35d2:0x4c7,_0x5f47a3:0x4a3,_0x3b5a09:0x549,_0x155857:0x265,_0x417584:0x1fe,_0x17b376:0x285,_0x28b3d8:0x50d,_0x4669b0:0x13e,_0x127dc2:0x169,_0x4ce50b:0x1f3,_0x20f7ce:0x14c,_0x449abd:0xff,_0x158b7e:0x22d,_0x183f7b:0x4e6,_0x5422c0:0x51a,_0x3356c5:0x261,_0x43b56d:0x248,_0x51ea62:0x17c,_0x5e007f:0x15c,_0x17c746:0x482,_0x392bdd:0x50d,_0x17f735:0x504,_0x306966:0xa1,_0x15a3f6:0xb5,_0x5e8a92:0x558,_0x5ad4da:0x208,_0x2c80c4:0x19d,_0x141e9b:0x1df,_0x29b8fc:0x109,_0x40616f:0x138,_0x4da696:0x1db,_0x19bd5d:0x42c,_0x58aaf7:0x48a,_0x5b429b:0x3e4,_0x5d1442:0x195,_0x35d736:0x15d,_0x1ff203:0x45c,_0x256ac5:0x4ae,_0x53745d:0x418,_0x107a5d:0x161,_0x5de881:0x1ba,_0x3fff4c:0x509,_0x11c02f:0x148,_0x1376fa:0x1be,_0x2ce721:0x232,_0x3f33e0:0x1fc,_0x18eb45:0x235,_0x15cc6f:0x102,_0x186cd1:0x1d4,_0x21ed85:0x4f5,_0x3d96d1:0x4eb,_0x26f212:0x202,_0x1d592c:0x1a2,_0x1d7f1d:0x485,_0xd093b7:0x472,_0x4c1171:0x523,_0x154308:0x47e,_0x1ea474:0x509,_0x22fee4:0x499,_0x33656c:0x500,_0x3c00ce:0x4de,_0x1542d9:0x174,_0x2faeb9:0x4ae,_0x37e700:0x436,_0x369208:0x420,_0x4c7794:0x156,_0x16330a:0x256,_0x2b5c94:0x1c4,_0x519584:0x1a8,_0x123211:0x1b2,_0x2532ce:0x206,_0x109a25:0x123,_0x2a7def:0x113,_0x488d73:0x225,_0x29c83c:0x13d,_0x360b0e:0x104,_0x2d6825:0x7b,_0xf0d600:0xbc,_0x306c35:0x119,_0x1246b9:0x55b,_0x2b8550:0x576,_0xf6f77f:0x4ea,_0x2e354e:0x47b,_0x30d308:0x90,_0x4c6ece:0x10f,_0x17c452:0x12f,_0x591d81:0x1f2,_0x35dc43:0x240,_0x548f21:0x57,_0x4f61cc:0x10d,_0x13850b:0x11c,_0x40b672:0x181,_0x23661c:0x122,_0x59fdee:0x3d5,_0x24e095:0x4d5,_0xc525f3:0x459,_0x2dc869:0x112,_0x8d13b4:0x10c,_0x4c00fd:0x4c9,_0x1f151e:0x522,_0x22975c:0x4b9,_0x58ef23:0x120,_0x5ac368:0x176,_0x1ffda1:0x1f9,_0xdc51ac:0x520,_0x21d2e:0x479,_0x3e5f3f:0x1be,_0x4ddac4:0x2b2,_0x1a134f:0x221,_0xb7d6ad:0x203,_0xf2c813:0xe8,_0x1e7824:0x142,_0x50277d:0x220,_0x31de44:0x14d,_0x43ee8d:0x1c0,_0xec678c:0x42a},_0x26e345={_0x58f658:0x4a,_0x1d8291:0xf3,_0x58bd23:0x349},_0x24c426={_0x29e61d:0x134,_0x1081b5:0x306};function _0xb94ef5(_0xc5482c,_0x49c127,_0x3a60b6,_0x504eae){return _0x5a8055(_0xc5482c-_0x24c426._0x29e61d,_0x49c127-0x117,_0x49c127-_0x24c426._0x1081b5,_0x3a60b6);}const _0x345034={'TKsgq':function(_0x49ac06,_0x336cb4){return _0x49ac06(_0x336cb4);},'aTpep':function(_0x29c552){return _0x29c552();},'oOCZT':'BnmUt','BmNUA':_0xb94ef5(0x477,0x432,0x429,0x487),'kNtOY':_0x451ad9(-_0xedf10c._0x42e144,-0x220,-0x1e5,-_0xedf10c._0x449a40)+_0x451ad9(-0x1fe,-_0xedf10c._0xd3eea1,-_0xedf10c._0xfe8040,-_0xedf10c._0x132e6d)+_0x451ad9(-0x18d,-0x19b,-_0xedf10c._0x4cb61e,-_0xedf10c._0x5d72ca)+_0x451ad9(-0x204,-0x261,-_0xedf10c._0x544185,-0x1f8)+_0xb94ef5(0x4fd,_0xedf10c._0x1b4698,_0xedf10c._0x9700e0,_0xedf10c._0x13f313)+'etup','GOfUg':function(_0x5e9cbe,_0x110977){return _0x5e9cbe===_0x110977;},'AKzDB':_0xb94ef5(_0xedf10c._0x1f853d,0x45e,0x4cf,0x4a4),'vSClW':_0x451ad9(-_0xedf10c._0x33e3c4,-_0xedf10c._0x971579,-_0xedf10c._0x21179f,-_0xedf10c._0x391de2),'oWTnW':_0xb94ef5(0x4ff,0x4ad,_0xedf10c._0x5971f4,0x53c),'WxFUO':_0xb94ef5(0x520,_0xedf10c._0x8ed6a9,_0xedf10c._0x59a3c9,0x587)+_0xb94ef5(0x4e4,_0xedf10c._0x335012,_0xedf10c._0x3ce8f5,_0xedf10c._0x7a8312)+'erver...','ZdlJX':function(_0x5d9ec7,_0x2b56df){return _0x5d9ec7!==_0x2b56df;},'emDFi':'mmNmP','kPcjT':_0x451ad9(-0x137,-0x186,-_0xedf10c._0x2b35a7,-0x185),'HithK':_0x451ad9(-0x1ac,-_0xedf10c._0x418775,-_0xedf10c._0xf40027,-0x13b),'Szfnf':function(_0x50ff13,_0xf1d136,_0x303acd,_0xba5c7b){return _0x50ff13(_0xf1d136,_0x303acd,_0xba5c7b);},'frEjL':'node','UbFXn':_0x451ad9(-_0xedf10c._0x2658bb,-_0xedf10c._0xbda05b,-_0xedf10c._0x1e87a4,-0x234),'ShIOf':_0x451ad9(-0x1a3,-_0xedf10c._0x421723,-0x1a0,-0x182),'nkQiQ':'Use\x20\x22coder'+'-server\x20st'+_0xb94ef5(_0xedf10c._0x8de8f0,0x47f,_0xedf10c._0xfa8367,0x4ea)+'heck\x20serve'+'r\x20status','MPKTY':_0xb94ef5(_0xedf10c._0x97416a,0x494,_0xedf10c._0x27b1c0,_0xedf10c._0x513673)+_0xb94ef5(0x58b,_0xedf10c._0xb9d014,_0xedf10c._0x1bcf27,0x472)+'op\x22\x20to\x20sto'+_0x451ad9(-0x19b,-_0xedf10c._0x2f9f57,-_0xedf10c._0x4b3c5b,-_0xedf10c._0x164995)+'er'},{running:_0x35de69,pid:_0x4afa78}=await _0x345034[_0x451ad9(-_0xedf10c._0x534314,-_0xedf10c._0x4fc3ba,-_0xedf10c._0x3959c8,-0x20d)](isServerRunning);if(_0x35de69){console['log'](_0x451ad9(-_0xedf10c._0x26e2f2,-_0xedf10c._0x4fded5,-_0xedf10c._0x42e144,-_0xedf10c._0x37c113)+_0x451ad9(-_0xedf10c._0x1cf192,-0x220,-0x191,-_0xedf10c._0x45d41b)+_0xb94ef5(_0xedf10c._0x120244,_0xedf10c._0xce3b6e,0x587,0x4b6)+':\x20'+_0x4afa78+')');const _0xae38a3=await getServerConfig();console['log']('URL:\x20'+_0xae38a3[_0xb94ef5(_0xedf10c._0x56b8e8,0x44e,_0xedf10c._0x52fc9b,0x458)]);return;}const _0x3d6b4a=await _0x345034[_0xb94ef5(_0xedf10c._0x2315ca,0x42c,_0xedf10c._0x54192b,_0xedf10c._0xba9e7)](getCoderSetupPath),_0x4b1892=_0x345034[_0x451ad9(-0xbf,-_0xedf10c._0x517ad3,-0x100,-0x144)](String,await getServerPort());if(!_0x3d6b4a){if(_0x345034[_0xb94ef5(0x4bf,_0xedf10c._0x3001c0,0x459,0x4b0)]!==_0x345034[_0xb94ef5(0x52b,_0xedf10c._0x5b6081,_0xedf10c._0x50eba1,_0xedf10c._0x2aba58)]){const _0x29205e=('5|0|4|2|1|'+_0xb94ef5(_0xedf10c._0x459928,0x533,_0xedf10c._0x5d4b44,_0xedf10c._0x2004f8))[_0x451ad9(-0x1d8,-_0xedf10c._0x26e14e,-0x14d,-_0xedf10c._0xf821c8)]('|');let _0x21fe0b=0x1855*-0x1+-0x2518+0x3d6d;while(!![]){switch(_0x29205e[_0x21fe0b++]){case'0':console['error']('');continue;case'1':console[_0x451ad9(-0x1e4,-_0xedf10c._0x1699ee,-0x1a3,-0x200)]('');continue;case'2':console[_0xb94ef5(0x46b,0x4ac,0x4e6,0x452)]('\x20\x20coder-se'+_0xb94ef5(0x565,0x4ea,0x4ee,0x507)+_0x451ad9(-0x1de,-0xe1,-0x15f,-_0xedf10c._0xb633f3)+_0x451ad9(-_0xedf10c._0x4f02ca,-_0xedf10c._0x1588c1,-_0xedf10c._0x9dad50,-0xd3)+_0xb94ef5(0x471,_0xedf10c._0x55bb2c,0x526,0x565)+'o/coder-se'+_0x451ad9(-0x130,-_0xedf10c._0x53ee4d,-_0xedf10c._0x55635c,-_0xedf10c._0x4e511a));continue;case'3':console[_0x451ad9(-_0xedf10c._0x3dfe68,-0x16f,-_0xedf10c._0x59b174,-_0xedf10c._0x3bab28)](_0x345034[_0xb94ef5(0x4c8,0x4ce,0x53f,0x4c0)]);continue;case'4':console[_0xb94ef5(0x44c,0x4ac,0x421,0x544)](_0x451ad9(-_0xedf10c._0x20bd94,-_0xedf10c._0x59245c,-0x156,-_0xedf10c._0x300103)+_0x451ad9(-_0xedf10c._0x41abef,-_0xedf10c._0x10ab8d,-_0xedf10c._0x39a27b,-0x203));continue;case'5':console['error'](_0xb94ef5(0x53f,0x513,0x5a6,0x590)+_0xb94ef5(_0xedf10c._0x494e0b,0x431,_0xedf10c._0x4b0734,0x4a4)+_0x451ad9(-0xa7,-_0xedf10c._0x51d2b4,-0x103,-_0xedf10c._0x4ea4d3)+'figured');continue;case'6':console[_0x451ad9(-_0xedf10c._0x2c0876,-_0xedf10c._0x55635c,-_0xedf10c._0x3a0b25,-_0xedf10c._0x3a2dc2)](_0x451ad9(-_0xedf10c._0xf298e6,-_0xedf10c._0x101a5d,-0x21c,-_0xedf10c._0x25c773));continue;case'7':process['exit'](0x1f4+-0x36*0x17+0x2e7);continue;}break;}}else{_0x382f5f[_0xb94ef5(0x581,_0xedf10c._0xe6ff32,_0xedf10c._0x3347d3,_0xedf10c._0x3d2fab)]();const _0x36b110={};_0x36b110['responding']=![],_0x345034[_0x451ad9(-0x150,-_0xedf10c._0x991cfa,-_0xedf10c._0x2f3688,-_0xedf10c._0x254e6b)](_0x3f5081,_0x36b110);}}try{const _0x2ca0e2=await _0x38a632[_0xb94ef5(0x552,_0xedf10c._0x5b1aa7,0x4be,0x476)](_0x3d6b4a);!_0x2ca0e2[_0x451ad9(-0x217,-0x173,-_0xedf10c._0x1a66a1,-_0xedf10c._0x34e434)+'y']()&&(_0x345034[_0x451ad9(-0x145,-0x18a,-0x15e,-0x1ab)](_0x345034[_0xb94ef5(0x3cb,0x446,0x45d,0x4a7)],_0x345034[_0x451ad9(-_0xedf10c._0x1e9d4f,-_0xedf10c._0x4eb8c3,-_0xedf10c._0x50b1cf,-0x1bc)])?_0x31f95f[_0x451ad9(-_0xedf10c._0x5c47cf,-0x142,-_0xedf10c._0x4bc13c,-0xc0)](_0x451ad9(-_0xedf10c._0x33e3c4,-0x1a7,-0x176,-0x12f)+'\x20\x20\x20\x20\x20✗\x20Not'+_0xb94ef5(0x52c,_0xedf10c._0xab35d2,0x44d,_0xedf10c._0x5f47a3)):(console[_0x451ad9(-_0xedf10c._0x41abef,-0x12e,-0x1a3,-0x1e1)](_0xb94ef5(0x447,0x4e6,0x58c,_0xedf10c._0x3b5a09)+_0xb94ef5(0x4cd,0x4ff,0x58c,0x474)+'\x20not\x20a\x20dir'+'ectory:\x20'+_0x3d6b4a),process[_0x451ad9(-_0xedf10c._0x155857,-_0xedf10c._0x417584,-0x212,-_0xedf10c._0x17b376)](0x5c7*0x3+0x1*-0x187d+0xd*0x8d)));}catch(_0x3faf6f){_0x345034['GOfUg'](_0xb94ef5(0x4b3,0x558,_0xedf10c._0x28b3d8,0x562),_0x345034['oWTnW'])?_0x379400[_0x451ad9(-0xcc,-_0xedf10c._0x4669b0,-0x142,-0xc7)](_0x155112['slice'](-_0x6da370)[_0x451ad9(-_0xedf10c._0x127dc2,-0x215,-0x185,-_0xedf10c._0x4ce50b)]('\x0a')):(console[_0x451ad9(-_0xedf10c._0x20f7ce,-_0xedf10c._0x449abd,-0x1a3,-_0xedf10c._0x158b7e)](_0xb94ef5(0x55d,_0xedf10c._0x183f7b,_0xedf10c._0x5422c0,0x57d)+'up\x20path\x20do'+'es\x20not\x20exi'+'st:\x20'+_0x3d6b4a),process[_0x451ad9(-0x17d,-_0xedf10c._0x3356c5,-0x212,-_0xedf10c._0x43b56d)](-0x2433+-0x373+0x27a7));}const _0x555fff=_0x27eab8['join'](__dirname,'..','..',_0x451ad9(-0x1d8,-_0xedf10c._0x51ea62,-0x1e9,-_0xedf10c._0x5e007f));console[_0xb94ef5(_0xedf10c._0x17c746,_0xedf10c._0x392bdd,0x565,_0xedf10c._0x17f735)](''),console[_0x451ad9(-_0xedf10c._0x306966,-_0xedf10c._0x15a3f6,-0x142,-_0xedf10c._0x4ea4d3)](_0x345034[_0xb94ef5(0x4d8,0x445,0x4e3,0x3b0)]),console[_0xb94ef5(0x4a7,0x50d,_0xedf10c._0x5e8a92,0x4a8)]('\x20\x20Setup\x20Pa'+_0x451ad9(-0x201,-0x2a9,-_0xedf10c._0x5ad4da,-_0xedf10c._0x2c80c4)+_0x3d6b4a),console['log']('\x20\x20Port:\x20\x20\x20'+_0x451ad9(-0x25c,-0x27d,-_0xedf10c._0x141e9b,-0x183)+_0x4b1892);function _0x451ad9(_0x1b1858,_0x2c1a54,_0x1e9413,_0x891237){return _0x5a8055(_0x1b1858-_0x26e345._0x58f658,_0x2c1a54-_0x26e345._0x1d8291,_0x1e9413- -_0x26e345._0x58bd23,_0x2c1a54);}console[_0x451ad9(-0x10f,-0x9f,-_0xedf10c._0x4bc13c,-0xab)]('\x20\x20Mode:\x20\x20\x20'+_0x451ad9(-_0xedf10c._0xbda05b,-0xb8,-0x126,-_0xedf10c._0x29b8fc)),console[_0x451ad9(-_0xedf10c._0x40616f,-0x165,-0x142,-_0xedf10c._0x4da696)]('');const _0x50f7c3=await _0x345034[_0xb94ef5(0x4b6,_0xedf10c._0x19bd5d,_0xedf10c._0x58aaf7,_0xedf10c._0x5b429b)](getTrustProxy),_0x1052bc={...process[_0x451ad9(-_0xedf10c._0x5d1442,-_0xedf10c._0x35d736,-0x1d1,-0x1e1)]};_0x1052bc[_0xb94ef5(_0xedf10c._0x1ff203,_0xedf10c._0x256ac5,0x436,_0xedf10c._0x53745d)+_0x451ad9(-_0xedf10c._0x107a5d,-0x24d,-_0xedf10c._0x5de881,-0x24c)]=_0x3d6b4a,_0x1052bc[_0xb94ef5(0x550,0x52d,_0xedf10c._0x3fff4c,0x489)]=_0x4b1892;const _0x31756b=_0x1052bc;_0x50f7c3&&(_0x345034[_0xb94ef5(0x476,0x50e,0x4e0,0x4d4)](_0x345034[_0x451ad9(-_0xedf10c._0x11c02f,-0x244,-_0xedf10c._0x1376fa,-0x22b)],_0x451ad9(-0x27b,-_0xedf10c._0x2ce721,-_0xedf10c._0x3f33e0,-_0xedf10c._0x18eb45))?_0x4eaf7b[_0x451ad9(-_0xedf10c._0x15cc6f,-0x105,-0x142,-_0xedf10c._0x186cd1)](_0xb94ef5(0x4e4,_0xedf10c._0x21ed85,_0xedf10c._0x3d96d1,_0xedf10c._0x1bcf27)+_0x451ad9(-_0xedf10c._0x26f212,-0x172,-0x1fa,-0x265)+_0x5042cd[_0x451ad9(-0x16a,-_0xedf10c._0x1d592c,-0x200,-0x25a)]):_0x31756b[_0xb94ef5(0x448,0x471,0x48f,_0xedf10c._0x1d7f1d)+'Y']=_0x345034[_0xb94ef5(_0xedf10c._0xd093b7,0x504,_0xedf10c._0x4c1171,0x5a6)]);const _0x5a28b3=[_0x555fff];process[_0xb94ef5(0x4a9,_0xedf10c._0x154308,0x406,0x3da)][_0xb94ef5(_0xedf10c._0x1ea474,_0xedf10c._0x22fee4,_0xedf10c._0x33656c,_0xedf10c._0x3c00ce)+_0x451ad9(-0x14c,-0x1e4,-0x182,-_0xedf10c._0x1542d9)]&&_0x5a28b3[_0xb94ef5(_0xedf10c._0x2faeb9,_0xedf10c._0x37e700,_0xedf10c._0x369208,0x4c3)](_0x345034[_0x451ad9(-_0xedf10c._0x4c7794,-_0xedf10c._0x16330a,-_0xedf10c._0x2b5c94,-_0xedf10c._0x519584)]);const _0xda3bf4=_0x27eab8[_0x451ad9(-0x183,-0x146,-_0xedf10c._0x123211,-0x152)](LOG_FILE),_0xa53f63={};_0xa53f63[_0x451ad9(-_0xedf10c._0x2532ce,-_0xedf10c._0x109a25,-0x184,-_0xedf10c._0x2a7def)]=!![],await _0x38a632['mkdir'](_0xda3bf4,_0xa53f63);const _0x4b913e=await _0x38a632[_0x451ad9(-_0xedf10c._0x488d73,-0x1af,-0x18f,-0x1ce)](LOG_FILE,'a'),_0x25b8be=_0x345034[_0x451ad9(-_0xedf10c._0x29c83c,-0x197,-_0xedf10c._0x360b0e,-0x66)](spawn,_0x345034[_0x451ad9(-_0xedf10c._0x2d6825,-0x6f,-0x107,-_0xedf10c._0xf0d600)],_0x5a28b3,{'env':_0x31756b,'detached':!![],'stdio':[_0x345034[_0x451ad9(-_0xedf10c._0x306c35,-0x1aa,-0x18b,-_0xedf10c._0x2c0876)],_0x4b913e['fd'],_0x4b913e['fd']]});_0x25b8be[_0xb94ef5(0x5c8,_0xedf10c._0x1246b9,_0xedf10c._0x2b8550,_0xedf10c._0xf6f77f)]();const _0x269cef=_0x27eab8['dirname'](PID_FILE),_0x47cb4c={};_0x47cb4c[_0xb94ef5(_0xedf10c._0x2e354e,0x4cb,_0xedf10c._0x2aba58,0x43d)]=!![],await _0x38a632[_0x451ad9(-0x172,-_0xedf10c._0x30d308,-_0xedf10c._0x4c6ece,-_0xedf10c._0x17c452)](_0x269cef,_0x47cb4c),await _0x38a632['writeFile'](PID_FILE,_0x25b8be[_0x451ad9(-0x174,-_0xedf10c._0x5de881,-_0xedf10c._0x591d81,-_0xedf10c._0x35dc43)][_0x451ad9(-0x198,-_0xedf10c._0x548f21,-0xf5,-_0xedf10c._0x4f61cc)](),_0x345034[_0x451ad9(-_0xedf10c._0x13850b,-0xda,-0x10b,-0x74)]),console[_0x451ad9(-_0xedf10c._0x40b672,-0xee,-0x142,-0xca)](_0x451ad9(-0x159,-_0xedf10c._0x1e87a4,-0x177,-_0xedf10c._0x23661c)+'tarted\x20in\x20'+_0xb94ef5(_0xedf10c._0x59fdee,0x46f,0x414,0x4f2)+_0xb94ef5(0x497,_0xedf10c._0x24e095,0x515,_0xedf10c._0xc525f3)+_0x25b8be['pid']+')'),console[_0x451ad9(-_0xedf10c._0x2dc869,-_0xedf10c._0x8d13b4,-_0xedf10c._0x4bc13c,-_0xedf10c._0x5de881)](_0xb94ef5(_0xedf10c._0x4c00fd,_0xedf10c._0x1f151e,_0xedf10c._0x22975c,0x5a4)+_0x451ad9(-0x114,-_0xedf10c._0x58ef23,-_0xedf10c._0x164995,-_0xedf10c._0x34e434)+_0x451ad9(-_0xedf10c._0xd3eea1,-0x103,-0xfa,-0xdc)+_0x4b1892),console['log'](_0x451ad9(-_0xedf10c._0x5ac368,-0x229,-_0xedf10c._0x1ffda1,-_0xedf10c._0x1a66a1)+LOG_FILE),console[_0xb94ef5(0x535,0x50d,_0xedf10c._0xdc51ac,_0xedf10c._0x21d2e)](''),console['log'](_0x345034[_0x451ad9(-0xd2,-_0xedf10c._0x3e5f3f,-0x164,-0x173)]),console[_0xb94ef5(0x550,_0xedf10c._0x28b3d8,0x4d4,_0xedf10c._0xe6ff32)](_0x345034[_0x451ad9(-0x2bf,-_0xedf10c._0x4ddac4,-_0xedf10c._0x1a134f,-_0xedf10c._0xb7d6ad)]),console[_0x451ad9(-_0xedf10c._0xf2c813,-_0xedf10c._0x4bc13c,-_0xedf10c._0x1e7824,-_0xedf10c._0x1d592c)](_0x451ad9(-_0xedf10c._0x50277d,-_0xedf10c._0x31de44,-0x1bb,-_0xedf10c._0x43ee8d)+'-server\x20lo'+_0xb94ef5(0x466,_0xedf10c._0xec678c,0x441,0x43b)+'w\x20logs');}export async function stopServer(){const _0x3b8daf={_0x39dbfb:0x287,_0x19a974:0x2f8,_0x2a8d5f:0x1e2,_0x21102a:0x13d,_0x38cb14:0x16f,_0x502826:0x179,_0x46a215:0x22f,_0xdec936:0x109,_0x1105ca:0x169,_0x566266:0x185,_0x446dfd:0x246,_0x4b82ec:0x1e6,_0x3e5547:0x220,_0x33ed0f:0x277,_0x5255b8:0x29c,_0x1ffe49:0x219,_0xf9211c:0x215,_0x298869:0x1e8,_0x80aee9:0x1df,_0x496f8d:0x28e,_0xba0426:0x12b,_0x13b4bf:0x14e,_0x583666:0x16f,_0x55ade0:0x1a7,_0x1d8d16:0x2a2,_0x4860ef:0x234,_0x152cd1:0x2d3,_0x32c24f:0x2b9,_0x5961a9:0x198,_0x4fb66f:0x241,_0x14feda:0x1e3,_0x21e7ef:0x205,_0x5638c4:0x1d7,_0x3d1948:0x1f5,_0x276b04:0x335,_0x3c5454:0x2b0,_0x31a0b3:0x315,_0x5f4837:0x1f6,_0x1ea960:0x31e,_0x23d15a:0x2e3,_0x11d3bc:0x392,_0x15a337:0x35e,_0x325e31:0x149,_0x4264f7:0x195,_0x46643d:0x242,_0x1c8d99:0x294,_0x58a91d:0x162,_0x466f0e:0x175,_0x275953:0x1b7,_0x16c22d:0x164,_0x27eab1:0x10a,_0x2defd9:0x2bd,_0x22f2af:0x17f,_0x13c42a:0x189,_0x54bb74:0x14b,_0x3995e3:0x2a5,_0x1f7b3a:0x281,_0x412d2d:0x1eb,_0x353157:0x237,_0x2077ae:0x274,_0x124ec5:0x32f,_0x5867aa:0x2bc,_0x28a3c8:0x311,_0x27ab19:0x1d2,_0xb78c23:0x20a,_0x220049:0x21b,_0x619817:0x27d,_0x145a93:0x219,_0x5ace5e:0x2a1,_0x47826c:0x2c7,_0xe5fa99:0x19b,_0x1b7181:0x21f,_0x588599:0x2b3,_0xdeedb:0x304,_0xc1143c:0x19d,_0x588a64:0x97,_0x203f0b:0x115,_0x56f2dd:0xfc,_0x275f6e:0xb5,_0x5404c6:0x14b,_0x557153:0x2b2,_0xbca079:0x1cd,_0x195e4f:0x17d,_0x3b0350:0x17a,_0x336a79:0x16e,_0x2f8fe3:0x17c,_0x2b5ca3:0x26d,_0x1028fc:0x298,_0x2c01f1:0x33a,_0x2ad6ef:0x210,_0x515954:0x159,_0x5b3810:0x209,_0x3a1d9c:0x375,_0x2d4c4c:0x1e3,_0x23f24a:0x256,_0x30c699:0x28a,_0xdf2526:0x292,_0x23c7b4:0x1d2,_0x207c22:0x13f,_0xc2ffa8:0x128,_0x4d802d:0x2c8,_0x147b18:0x2ee,_0x508365:0x2d2,_0x1aa3b1:0x2d0,_0x400cfa:0x309,_0x2c9476:0x2d6,_0xb4c257:0x256,_0x46b1f1:0x25a,_0x1a5953:0x303,_0x2dab86:0x2a7,_0x214f5e:0x1bf,_0xa4ffbf:0xcc,_0x18f441:0x137,_0x278970:0x10a,_0xdb9507:0x11d,_0x1c63e4:0x19f,_0x37e742:0x356,_0x552d8a:0x32c,_0xe3583e:0x2f4,_0x2087a9:0x31e,_0x2d38e4:0x18b,_0x444c5a:0x1ff,_0x4616ee:0x1ac,_0x237c42:0x277,_0x48f52e:0x2bc,_0x3f23f1:0x27f,_0x32d17f:0x36c,_0x150dfa:0x2d5,_0x2ab064:0x232,_0x2d53c6:0x18f,_0x546b0e:0x148,_0x5356dd:0x1cc,_0x784f3b:0x236,_0x2bd260:0x193,_0x2fc52f:0x18a,_0x30a08e:0x2d9,_0xe74aed:0x128,_0x14d64f:0x319,_0x2265cf:0x313,_0x21d331:0x2dd,_0x1d9a36:0x1f9},_0x518c6e={_0x4b4934:0x9b,_0x4a9d7c:0x737},_0x46a9e6={_0x3c7bfe:0x66,_0x53ea25:0x309},_0x31aaf8={};_0x31aaf8[_0x57056b(0x208,0x204,0x25c,0x28e)]=_0x57056b(0x311,0x25e,_0x3b8daf._0x39dbfb,_0x3b8daf._0x19a974),_0x31aaf8['akGTK']=function(_0x2a5e39,_0x58a627){return _0x2a5e39===_0x58a627;},_0x31aaf8[_0xd60469(-0x156,-0x1c7,-0x203,-0x17e)]=_0xd60469(-0x170,-_0x3b8daf._0x2a8d5f,-_0x3b8daf._0x21102a,-0x1b8),_0x31aaf8[_0xd60469(-_0x3b8daf._0x38cb14,-_0x3b8daf._0x502826,-_0x3b8daf._0x46a215,-0x1e4)]=_0xd60469(-0x190,-_0x3b8daf._0xdec936,-_0x3b8daf._0x1105ca,-_0x3b8daf._0x566266)+_0x57056b(_0x3b8daf._0x446dfd,0x30e,0x2d1,0x339)+'g',_0x31aaf8[_0x57056b(0x1de,_0x3b8daf._0x4b82ec,_0x3b8daf._0x3e5547,_0x3b8daf._0x33ed0f)]=_0x57056b(_0x3b8daf._0x5255b8,0x279,_0x3b8daf._0x1ffe49,_0x3b8daf._0xf9211c),_0x31aaf8[_0xd60469(-0x22b,-_0x3b8daf._0x298869,-0x243,-_0x3b8daf._0x80aee9)]=function(_0x4a74c4,_0x258aa4){return _0x4a74c4!==_0x258aa4;},_0x31aaf8['BxzOv']=_0x57056b(0x3c5,_0x3b8daf._0x496f8d,0x320,0x36e),_0x31aaf8[_0x57056b(0x1b4,0x1f4,0x23e,0x1e7)]=function(_0x3665a1,_0x1d8fef){return _0x3665a1!==_0x1d8fef;},_0x31aaf8[_0x57056b(0x360,0x2dc,0x324,0x32a)]='UvSTt',_0x31aaf8[_0xd60469(-_0x3b8daf._0xba0426,-0x1e5,-_0x3b8daf._0x13b4bf,-_0x3b8daf._0x583666)]=function(_0x583220,_0x47b4e7){return _0x583220!==_0x47b4e7;},_0x31aaf8[_0x57056b(_0x3b8daf._0x55ade0,_0x3b8daf._0x1d8d16,0x215,_0x3b8daf._0x4860ef)]=_0x57056b(_0x3b8daf._0x152cd1,0x35c,_0x3b8daf._0x32c24f,0x22e);function _0x57056b(_0x140951,_0x3a8f6d,_0x58a30e,_0x252515){return _0x30de06(_0x140951-_0x46a9e6._0x3c7bfe,_0x3a8f6d,_0x58a30e- -_0x46a9e6._0x53ea25,_0x252515-0x121);}_0x31aaf8[_0xd60469(-_0x3b8daf._0x5961a9,-0x147,-0xa3,-0x13a)]=function(_0x4b758d,_0x210785){return _0x4b758d!==_0x210785;};function _0xd60469(_0x45f1ef,_0x549de8,_0x2d7f89,_0x501ea1){return _0x30de06(_0x45f1ef-_0x518c6e._0x4b4934,_0x2d7f89,_0x501ea1- -_0x518c6e._0x4a9d7c,_0x501ea1-0x10);}_0x31aaf8[_0xd60469(-0x24e,-0x212,-_0x3b8daf._0x4fb66f,-_0x3b8daf._0x14feda)]=_0x57056b(0x273,0x24f,_0x3b8daf._0x21e7ef,0x257);const _0x2c949f=_0x31aaf8,{running:_0x3db5e6,pid:_0x1bdc85}=await isServerRunning();if(!_0x3db5e6){if(_0x2c949f['akGTK'](_0xd60469(-_0x3b8daf._0x5638c4,-0x27a,-0x267,-_0x3b8daf._0x3d1948),_0x2c949f[_0x57056b(0x336,_0x3b8daf._0x276b04,_0x3b8daf._0x3c5454,_0x3b8daf._0x31a0b3)]))_0x31e387[_0x57056b(0x208,0x1d8,0x247,0x28c)+'Y']='true';else{console[_0x57056b(0x352,0x345,0x2e3,0x2d3)](_0x2c949f[_0xd60469(-0x185,-_0x3b8daf._0x5f4837,-0x1cc,-0x1e4)]);return;}}console[_0x57056b(_0x3b8daf._0x1ea960,0x363,_0x3b8daf._0x23d15a,0x352)]('Stopping\x20s'+_0x57056b(0x350,_0x3b8daf._0x11d3bc,0x328,_0x3b8daf._0x15a337)+':\x20'+_0x1bdc85+_0xd60469(-0x1ea,-0x185,-0x184,-0x1b9));try{process[_0xd60469(-0x1a3,-_0x3b8daf._0x325e31,-_0x3b8daf._0x4264f7,-0x171)](_0x1bdc85,_0x2c949f['diUaE']);for(let _0x2a6f80=-0x2604+-0x22e6+-0x3*-0x184e;_0x2a6f80<-0x1a51+0xbd6+-0x11*-0xdd;_0x2a6f80++){if(_0x2c949f['Nihiw'](_0x57056b(0x32d,_0x3b8daf._0x46643d,0x2aa,_0x3b8daf._0x1c8d99),_0x2c949f['BxzOv']))try{_0x2c949f['IduOS'](_0xd60469(-_0x3b8daf._0x58a91d,-0x1ee,-_0x3b8daf._0x466f0e,-_0x3b8daf._0x275953),_0x2c949f[_0xd60469(-0x191,-_0x3b8daf._0x16c22d,-0x199,-_0x3b8daf._0x27eab1)])?(process[_0x57056b(0x22c,0x27e,_0x3b8daf._0x2defd9,0x217)](_0x1bdc85,-0x991+-0x1*0x575+-0x6*-0x281),await new Promise(_0x45288d=>setTimeout(_0x45288d,-0xc1+-0xe06+0xf2b))):(_0x539777[_0xd60469(-_0x3b8daf._0x22f2af,-0x1ee,-_0x3b8daf._0x13c42a,-_0x3b8daf._0x54bb74)]('\x20\x20Status:\x20'+_0x57056b(_0x3b8daf._0x3995e3,_0x3b8daf._0x1ffe49,0x21f,_0x3b8daf._0x1f7b3a)+'ning\x20(fore'+_0x57056b(0x241,_0x3b8daf._0x412d2d,_0x3b8daf._0x353157,_0x3b8daf._0x2077ae)),_0x16b1d3[_0x57056b(0x305,_0x3b8daf._0x124ec5,_0x3b8daf._0x23d15a,0x2bd)](_0x57056b(_0x3b8daf._0x5867aa,0x32e,0x2b4,_0x3b8daf._0x3e5547)+_0x57056b(0x308,0x26c,0x2b2,_0x3b8daf._0x28a3c8)+_0x330a99[_0xd60469(-0x1b1,-0x29e,-_0x3b8daf._0x27ab19,-_0x3b8daf._0xb78c23)]));}catch{if(_0x2c949f[_0xd60469(-0x156,-0x1aa,-0x1b3,-_0x3b8daf._0x583666)](_0x2c949f[_0xd60469(-0x1cf,-_0x3b8daf._0x220049,-_0x3b8daf._0x619817,-_0x3b8daf._0x145a93)],_0x2c949f['tBvGa']))_0x3442c7[_0x57056b(_0x3b8daf._0x5ace5e,_0x3b8daf._0x47826c,0x2e3,0x345)]('\x20\x20Status:\x20'+_0x57056b(_0x3b8daf._0xe5fa99,0x26d,_0x3b8daf._0x1b7181,0x1bf)+_0x57056b(_0x3b8daf._0x588599,0x346,0x31c,_0x3b8daf._0xdeedb)+_0xd60469(-_0x3b8daf._0xc1143c,-_0x3b8daf._0x588a64,-_0x3b8daf._0x203f0b,-_0x3b8daf._0x56f2dd)),_0xeb5568[_0xd60469(-0x129,-_0x3b8daf._0x275f6e,-0x1b6,-_0x3b8daf._0x5404c6)]('\x20\x20PID:\x20\x20\x20\x20'+_0x57056b(0x2da,0x284,_0x3b8daf._0x557153,0x20e)+_0x250f1e),_0x579d3d['log'](_0xd60469(-0x144,-_0x3b8daf._0xbca079,-_0x3b8daf._0x195e4f,-_0x3b8daf._0x3b0350)+_0xd60469(-0x181,-0x1cf,-_0x3b8daf._0x336a79,-_0x3b8daf._0x2f8fe3)+_0x5c2a89['serverUrl']);else break;}else _0x5f4e8a['kill'](_0x1fc759,0xad3*-0x2+-0x22c4+0x386a),_0x34046a['log'](_0x57056b(0x33d,_0x3b8daf._0x2b5ca3,_0x3b8daf._0x1028fc,_0x3b8daf._0x2c01f1)+_0xd60469(-_0x3b8daf._0x2ad6ef,-_0x3b8daf._0x515954,-_0x3b8daf._0x5b3810,-0x188)+_0x57056b(0x2bf,0x2ac,0x318,_0x3b8daf._0x3a1d9c)+_0x57056b(_0x3b8daf._0x2d4c4c,0x1d0,_0x3b8daf._0x23f24a,0x296)+'..'),_0x3d8396[_0x57056b(_0x3b8daf._0x30c699,_0x3b8daf._0xdf2526,_0x3b8daf._0x2defd9,0x2c3)](_0x2a5de1,_0x2c949f[_0xd60469(-_0x3b8daf._0x80aee9,-0x24e,-_0x3b8daf._0x195e4f,-_0x3b8daf._0x23c7b4)]);}try{process['kill'](_0x1bdc85,-0x5*-0x53+0x1*0xcbc+-0xe5b),console[_0xd60469(-0x170,-_0x3b8daf._0x207c22,-_0x3b8daf._0xc2ffa8,-0x14b)](_0x57056b(_0x3b8daf._0x4d802d,_0x3b8daf._0x147b18,_0x3b8daf._0x1028fc,_0x3b8daf._0x508365)+_0x57056b(0x202,_0x3b8daf._0x1aa3b1,0x2a6,_0x3b8daf._0x400cfa)+'gracefully'+_0x57056b(_0x3b8daf._0x2c9476,0x2da,_0x3b8daf._0xb4c257,_0x3b8daf._0x46b1f1)+'..'),process[_0x57056b(_0x3b8daf._0x46b1f1,_0x3b8daf._0x1a5953,0x2bd,0x2c1)](_0x1bdc85,_0x57056b(0x200,0x258,0x287,_0x3b8daf._0x2dab86));}catch{}await _0x38a632[_0xd60469(-0x1c8,-_0x3b8daf._0x214f5e,-_0x3b8daf._0xa4ffbf,-0x14c)](PID_FILE)['catch'](()=>{}),console['log'](_0xd60469(-_0x3b8daf._0x18f441,-0x200,-0x1ba,-0x180)+_0xd60469(-0x232,-_0x3b8daf._0x278970,-_0x3b8daf._0xdb9507,-_0x3b8daf._0x1c63e4));}catch(_0x5ccc9b){_0x2c949f[_0x57056b(_0x3b8daf._0x37e742,_0x3b8daf._0x552d8a,_0x3b8daf._0xe3583e,_0x3b8daf._0x2087a9)](_0x2c949f['QoDYx'],_0x57056b(0x28d,_0x3b8daf._0x2d38e4,0x205,0x1fd))?(_0x341099[_0xd60469(-0x141,-_0x3b8daf._0x16c22d,-_0x3b8daf._0x444c5a,-_0x3b8daf._0x4616ee)](_0x57056b(_0x3b8daf._0x237c42,0x347,_0x3b8daf._0x48f52e,0x269)+_0x57056b(_0x3b8daf._0x3f23f1,_0x3b8daf._0x32d17f,_0x3b8daf._0x150dfa,_0x3b8daf._0x2ab064)+_0xd60469(-_0x3b8daf._0x2d53c6,-0x187,-_0x3b8daf._0x546b0e,-_0x3b8daf._0x5356dd)+_0xd60469(-0x202,-0x119,-_0x3b8daf._0x784f3b,-_0x3b8daf._0x2bd260)+_0x2c12fb),_0x3b3001[_0xd60469(-0x212,-0x2a0,-_0x3b8daf._0x2fc52f,-0x21b)](0x18da*0x1+-0x54e*0x3+-0x8ef*0x1)):(console[_0x57056b(0x2b0,0x220,0x282,_0x3b8daf._0x30a08e)]('Error\x20stop'+_0xd60469(-_0x3b8daf._0xe74aed,-0x219,-_0x3b8daf._0x444c5a,-0x1bd)+_0x57056b(0x2bd,0x3be,_0x3b8daf._0x14d64f,_0x3b8daf._0x1f7b3a)+_0x5ccc9b[_0x57056b(_0x3b8daf._0x2265cf,0x2a7,_0x3b8daf._0x21d331,_0x3b8daf._0x2b5ca3)]),process[_0xd60469(-0x211,-0x293,-_0x3b8daf._0x1d9a36,-0x21b)](0x2695+0x3d9+-0x2a6d));}}async function checkServerHealth(_0x4352ae){const _0x5a0aae={_0x202da6:0x441,_0x3d9187:0x3f1,_0x36ae5d:0x4b3,_0x2ebf43:0x369,_0x59ab19:0x367,_0x3d02a5:0x363,_0x10f73d:0x546,_0x5196af:0x587,_0x369c33:0x4f5,_0x432a92:0x40a,_0x377791:0x43a,_0x3ac451:0x4c7,_0x4fceb2:0x4c1,_0xa4aa86:0x4d9,_0x5c4614:0x54e,_0x1c75a6:0x574},_0x2df885={_0x5aa295:0x50f,_0x4eaa95:0x57a,_0x426be0:0x505,_0x23df66:0x316,_0x216c0e:0x399,_0x47f634:0x354,_0x589c6b:0x5c5,_0x622a85:0x418,_0x465cab:0x5ef,_0xb748b3:0x422,_0x516418:0x44c,_0x462ab4:0x5f5,_0xdc3aa7:0x2b3,_0xb9218e:0x408,_0x4d54ef:0x3a1,_0x5e007a:0x401},_0x49befa={_0x4651a6:0xc6},_0xe2b293={_0xbe1fea:0x11a},_0x39a66b={_0x52468d:0x138,_0x514b99:0xd2},_0x3ea024={_0x30d496:0x133},_0x305cef={_0x3a0ca5:0xc5};function _0x3cf8fe(_0x22dec7,_0x1bd47,_0x584e64,_0x235cb9){return _0x30de06(_0x22dec7-0xdc,_0x584e64,_0x1bd47- -_0x305cef._0x3a0ca5,_0x235cb9-0x145);}function _0x247bcd(_0x45ef69,_0x571f25,_0x1d65cd,_0x4ba86f){return _0x5a8055(_0x45ef69-0x6b,_0x571f25-0x2f,_0x571f25-_0x3ea024._0x30d496,_0x45ef69);}const _0x3cc575={'eaUdM':function(_0x3d7d81,_0x37d1c8){return _0x3d7d81!==_0x37d1c8;},'WMwMy':_0x3cf8fe(_0x5a0aae._0x202da6,0x43c,_0x5a0aae._0x3d9187,_0x5a0aae._0x36ae5d),'MVinj':'unknown','EQtcj':_0x247bcd(_0x5a0aae._0x2ebf43,_0x5a0aae._0x59ab19,0x3b2,_0x5a0aae._0x3d02a5),'nlaiF':_0x3cf8fe(0x583,_0x5a0aae._0x10f73d,_0x5a0aae._0x5196af,_0x5a0aae._0x369c33),'ZvFFl':_0x3cf8fe(_0x5a0aae._0x432a92,_0x5a0aae._0x377791,0x408,_0x5a0aae._0x3ac451),'aZbCX':function(_0x139a4a,_0x20f055){return _0x139a4a(_0x20f055);},'NxvGq':_0x3cf8fe(_0x5a0aae._0x4fceb2,0x4c6,0x46f,_0x5a0aae._0xa4aa86),'tebZf':_0x3cf8fe(0x54c,_0x5a0aae._0x5c4614,0x4c5,_0x5a0aae._0x1c75a6)};return new Promise(_0x2bfd23=>{const _0x5c7aed={_0xba8a61:0x3c8,_0x2488f8:0x153,_0x42df99:0x2fd,_0xf3083c:0x2f9,_0x3578f4:0x236,_0x5a8474:0xf4,_0x2e2490:0x117,_0x1863ff:0x11f,_0x23e64c:0x14f,_0x12f5a1:0x1cb,_0x11bec9:0xb1,_0x207a40:0x2d,_0x95adb6:0xba,_0x1fc27e:0x33d},_0x3dfc1d={_0x1d8679:0xea,_0x9bca47:0xef,_0x4566f7:0x10f},_0x587d96={_0x40329e:0xbc,_0xbe3934:0x13a,_0x29f410:0x9f},_0x1a75a7={_0x2e2fa7:0x71,_0x55b950:0x31},_0x4c3ee6={'WNHQb':function(_0x119cf0,_0x12e912){function _0x1fa6a5(_0x4ff129,_0xfde26b,_0x47fc66,_0x231e60){return _0x51ee(_0xfde26b- -0x364,_0x4ff129);}return _0x3cc575[_0x1fa6a5(-_0x39a66b._0x52468d,-0x149,-_0x39a66b._0x514b99,-0x15d)](_0x119cf0,_0x12e912);},'xDNHn':_0x3cc575[_0x33fc9d(_0x2df885._0x5aa295,_0x2df885._0x4eaa95,_0x2df885._0x426be0,0x476)],'DIzXm':function(_0x531481,_0x108293){return _0x531481(_0x108293);},'uiViG':_0x3cc575['MVinj'],'HjmBQ':_0x3cc575['EQtcj'],'JqooG':_0x3cc575[_0x28d15f(0x41a,_0x2df885._0x23df66,_0x2df885._0x216c0e,_0x2df885._0x47f634)],'Cilzy':function(_0xeb6bee,_0x3c342a){return _0xeb6bee(_0x3c342a);},'NfDOJ':function(_0x14a2ae,_0x5e6f5d){return _0x14a2ae===_0x5e6f5d;},'yrNTb':_0x3cc575[_0x33fc9d(_0x2df885._0x589c6b,0x572,0x5f1,0x638)],'jXecK':function(_0x14b6d3,_0x492dda){function _0x41b8b3(_0xe67c4d,_0x2c3788,_0x3ea89d,_0x767be0){return _0x33fc9d(_0xe67c4d-0x91,_0x2c3788,_0xe67c4d- -0x4ee,_0x767be0-0x192);}return _0x3cc575[_0x41b8b3(0x13f,0x182,_0xe2b293._0xbe1fea,0x1b5)](_0x14b6d3,_0x492dda);}},_0x2a02b3={};function _0x28d15f(_0x4d7af2,_0x57d90f,_0xc09c72,_0x50c339){return _0x3cf8fe(_0x4d7af2-0x119,_0xc09c72- -0x18b,_0x4d7af2,_0x50c339-0xdb);}_0x2a02b3[_0x28d15f(0x407,0x3d5,0x3c3,_0x2df885._0x622a85)]=0x7d0;const _0x457df2=_0x958b14[_0x33fc9d(_0x2df885._0x465cab,0x518,0x592,0x582)](_0x28d15f(0x39e,0x371,0x3b4,0x3fe)+_0x28d15f(_0x2df885._0xb748b3,0x35c,0x3e3,_0x2df885._0x516418)+_0x4352ae+'/health',_0x2a02b3,_0xbdf16=>{const _0x2de379={_0x5a9d40:0xb4,_0x441119:0x144,_0x5bf738:0x76,_0x256d97:0xf8,_0x572e70:0x400,_0x20a0e7:0x3e9,_0x1c2bb3:0x39e,_0x17c266:0x2a1,_0x4297bf:0x37c,_0x5b58eb:0x3bf,_0x553697:0x3fd,_0xaa2c3e:0x41b,_0x5bd5d8:0x370,_0x37598b:0x220,_0x4bfbad:0x1ad,_0x285e2d:0x119,_0x56aaea:0x350};function _0x3c942a(_0x323dd2,_0x13f232,_0x61d491,_0x4e4c76){return _0x33fc9d(_0x323dd2-_0x1a75a7._0x2e2fa7,_0x13f232,_0x323dd2- -0x640,_0x4e4c76-_0x1a75a7._0x55b950);}let _0x4fb89e='';function _0x53e015(_0xd61556,_0x19d6ed,_0x14bd4e,_0x3346f5){return _0x28d15f(_0xd61556,_0x19d6ed-0xc5,_0x19d6ed- -0x319,_0x3346f5-0x79);}_0xbdf16['on'](_0x4c3ee6[_0x53e015(0x1d,0xa4,_0x587d96._0x40329e,_0x587d96._0xbe3934)],_0x1a4654=>_0x4fb89e+=_0x1a4654),_0xbdf16['on'](_0x4c3ee6[_0x3c942a(-_0x587d96._0x29f410,-0x2e,-0x38,-0x42)],()=>{const _0x4f0803={_0x4a3035:0x33a,_0x230c78:0xcb};function _0x3bf3b6(_0xd7bddc,_0x4f0b57,_0xc9e206,_0x393cd9){return _0x3c942a(_0xc9e206- -0x8e,_0x393cd9,_0xc9e206-0x72,_0x393cd9-0x1d7);}function _0x5dc1d3(_0x36bee6,_0x2db37f,_0x3dcb91,_0x3d3854){return _0x53e015(_0x2db37f,_0x36bee6-_0x4f0803._0x4a3035,_0x3dcb91-0x18b,_0x3d3854-_0x4f0803._0x230c78);}if(_0x4c3ee6['WNHQb'](_0x4c3ee6[_0x3bf3b6(-_0x2de379._0x5a9d40,-0xeb,-0xad,-0xb6)],_0x4c3ee6[_0x3bf3b6(-0x14,-_0x2de379._0x441119,-0xad,-0x6b)]))_0x2d417c[_0x3bf3b6(-_0x2de379._0x5bf738,-0x12d,-0xe1,-_0x2de379._0x256d97)]('\x20\x20Setup\x20Pa'+_0x5dc1d3(_0x2de379._0x572e70,0x365,0x388,_0x2de379._0x20a0e7)+_0x3bf3b6(-0x12f,-0x76,-0xf0,-0x125)+')');else try{const _0x451e91=JSON[_0x5dc1d3(0x30c,0x336,_0x2de379._0x1c2bb3,_0x2de379._0x17c266)](_0x4fb89e),_0xacb38={};_0xacb38[_0x5dc1d3(0x3c5,_0x2de379._0x4297bf,_0x2de379._0x5b58eb,_0x2de379._0x553697)]=!![],_0xacb38[_0x5dc1d3(0x37c,_0x2de379._0xaa2c3e,_0x2de379._0x5bd5d8,0x2ed)]=_0x451e91['service']||'unknown',_0x2bfd23(_0xacb38);}catch{_0x4c3ee6[_0x3bf3b6(-_0x2de379._0x37598b,-0x16f,-_0x2de379._0x4bfbad,-_0x2de379._0x285e2d)](_0x2bfd23,{'responding':!![],'service':_0x4c3ee6[_0x5dc1d3(0x3c7,_0x2de379._0x56aaea,0x426,0x42d)]});}});}),_0x431003={};_0x431003[_0x33fc9d(0x66f,0x5c8,_0x2df885._0x462ab4,0x683)]=![];function _0x33fc9d(_0x603df2,_0x2ef303,_0x521b89,_0xb50b2e){return _0x3cf8fe(_0x603df2-0x13e,_0x521b89-_0x49befa._0x4651a6,_0x2ef303,_0xb50b2e-0x1c8);}_0x457df2['on'](_0x3cc575[_0x28d15f(0x329,_0x2df885._0xdc3aa7,0x2ab,0x2cc)],()=>_0x2bfd23(_0x431003)),_0x457df2['on'](_0x3cc575[_0x28d15f(0x419,_0x2df885._0xb9218e,_0x2df885._0x4d54ef,_0x2df885._0x5e007a)],()=>{const _0x452415={_0x4f7634:0xe},_0x69747d={_0x39ef47:0x1ce};function _0x2a1156(_0x2ad662,_0x588c23,_0x48d564,_0x577952){return _0x28d15f(_0x2ad662,_0x588c23-0x4a,_0x577952- -0x239,_0x577952-_0x69747d._0x39ef47);}function _0x5640bd(_0x1a33e1,_0x3e9711,_0x91d265,_0xc7fc71){return _0x28d15f(_0x1a33e1,_0x3e9711-0x19,_0xc7fc71- -_0x452415._0x4f7634,_0xc7fc71-0x179);}const _0x582d59={'vtrAX':function(_0x293cfa,_0x61cb7b){function _0x30f281(_0x194fda,_0x53eb5f,_0x53d3f5,_0x5cd18f){return _0x51ee(_0x53d3f5- -0x22c,_0x194fda);}return _0x4c3ee6[_0x30f281(_0x3dfc1d._0x1d8679,_0x3dfc1d._0x9bca47,0xb6,_0x3dfc1d._0x4566f7)](_0x293cfa,_0x61cb7b);},'jMxMH':_0x4c3ee6[_0x5640bd(0x300,_0x5c7aed._0xba8a61,0x3ab,0x398)]};if(_0x4c3ee6[_0x2a1156(0x1ae,0xd6,0x195,_0x5c7aed._0x2488f8)](_0x4c3ee6[_0x5640bd(0x28e,0x38e,0x398,_0x5c7aed._0x42df99)],_0x5640bd(_0x5c7aed._0xf3083c,0x30b,_0x5c7aed._0x3578f4,0x2a1))){_0x457df2[_0x2a1156(0x1a6,0x1b8,_0x5c7aed._0x5a8474,0x181)]();const _0x1956fa={};_0x1956fa[_0x2a1156(_0x5c7aed._0x2e2490,0x1ac,_0x5c7aed._0x1863ff,0x16b)]=![],_0x4c3ee6[_0x2a1156(_0x5c7aed._0x23e64c,_0x5c7aed._0x12f5a1,0x15d,0x18b)](_0x2bfd23,_0x1956fa);}else _0x582d59[_0x2a1156(_0x5c7aed._0x11bec9,_0x5c7aed._0x207a40,_0x5c7aed._0x95adb6,0xbb)](_0x21afd0,{'responding':!![],'service':_0x582d59[_0x5640bd(0x388,_0x5c7aed._0x1fc27e,0x34b,0x3b1)]});});});}function _0x51ee(_0x4eedcd,_0x105a7e){_0x4eedcd=_0x4eedcd-(0xf9*0x17+-0xd4b+0x1*-0x770);const _0x5e0492=_0x5189();let _0x5e361c=_0x5e0492[_0x4eedcd];if(_0x51ee['pFvdXN']===undefined){var _0x4558f5=function(_0x546bc9){const _0x4230db='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5b942d='',_0x32bc52='';for(let _0x5c4034=-0x14*-0xd+-0x8c5*-0x2+-0x32*0x5f,_0x21afd0,_0x13c0e4,_0x53df28=0x246a*-0x1+0x3*-0xaf7+0x454f;_0x13c0e4=_0x546bc9['charAt'](_0x53df28++);~_0x13c0e4&&(_0x21afd0=_0x5c4034%(-0x7*-0x3b5+-0x28f+-0x1760)?_0x21afd0*(0x1df0+-0x5*-0x331+0xf37*-0x3)+_0x13c0e4:_0x13c0e4,_0x5c4034++%(0x396+-0x2f6+-0x9c))?_0x5b942d+=String['fromCharCode'](-0x108d+-0x1*-0x16c4+0x14e*-0x4&_0x21afd0>>(-(0x1*0x2345+-0x2317+-0x2c)*_0x5c4034&-0xd*0x18d+-0x217f*-0x1+-0xd50)):0x1505+0x198*0x17+-0x39ad*0x1){_0x13c0e4=_0x4230db['indexOf'](_0x13c0e4);}for(let _0x382f5f=-0x209*-0xb+0x1d3f+0x33a2*-0x1,_0x3f5081=_0x5b942d['length'];_0x382f5f<_0x3f5081;_0x382f5f++){_0x32bc52+='%'+('00'+_0x5b942d['charCodeAt'](_0x382f5f)['toString'](-0x135f+0x1f50+-0xbe1*0x1))['slice'](-(-0x59*-0x26+0x9*-0x3ce+0x150a));}return decodeURIComponent(_0x32bc52);};_0x51ee['ZJSIes']=_0x4558f5,_0x51ee['PieKpr']={},_0x51ee['pFvdXN']=!![];}const _0x1913fd=_0x5e0492[-0x11*-0x3d+0x25*0x107+0x4*-0xa84],_0x44644c=_0x4eedcd+_0x1913fd,_0x2321bc=_0x51ee['PieKpr'][_0x44644c];return!_0x2321bc?(_0x5e361c=_0x51ee['ZJSIes'](_0x5e361c),_0x51ee['PieKpr'][_0x44644c]=_0x5e361c):_0x5e361c=_0x2321bc,_0x5e361c;}export async function showStatus(){const _0x151f42={_0x5056e3:0x302,_0x565d05:0x284,_0x2dabaf:0x26e,_0x4fc491:0x1bb,_0x451946:0x1ec,_0x10165d:0x1ce,_0x424afa:0x203,_0x2fb669:0x237,_0xfe1b6b:0x52a,_0x5f4926:0x4cb,_0x4b1a76:0x52c,_0x182be5:0x50a,_0x4b3072:0x51f,_0x442be3:0x4e2,_0x1d91fc:0x540,_0x2e83f3:0x52c,_0x1e74ee:0x4a7,_0x4f0a44:0x44b,_0xb46fe2:0x43f,_0x29270e:0x161,_0x87a878:0x202,_0x2a94d1:0x412,_0x40a731:0x467,_0x3c04ff:0x2be,_0x3d332:0x510,_0x19e0ad:0x3ea,_0x1109cd:0x47e,_0x4bf354:0x491,_0x3ac9e3:0x47f,_0xb9d494:0x525,_0x3f9425:0x491,_0x50bab1:0x4d1,_0x176f4e:0x43e,_0x3db558:0x273,_0x4dadd6:0x338,_0x4375e1:0x2dc,_0x212cae:0x2e4,_0x30cc59:0x26f,_0x39e326:0x2c1,_0x230c22:0x358,_0x589304:0x319,_0x3258ac:0x30a,_0x35fa1e:0x313,_0x2e4bc8:0x35b,_0x55b1c6:0x22c,_0x1bb8e3:0x58d,_0x5d4b20:0x45a,_0x229854:0x4f5,_0x18efb1:0x2c0,_0x59c23f:0x461,_0x13965f:0x290,_0x2a9489:0x2ec,_0x1bc403:0x2dc,_0xd0db90:0x27d,_0x1acf4f:0x237,_0xac0ecb:0x31b,_0x41c905:0x2aa,_0xc768c5:0x432,_0x259afb:0x4cd,_0x55cb9c:0x4f4,_0x5b6266:0x355,_0x4ab4da:0x51e,_0x583684:0x546,_0x215e39:0x53a,_0x4bbd4f:0x4db,_0x50f00c:0x4fe,_0x3417ef:0x4aa,_0x57066b:0x3b9,_0x1807bf:0x453,_0x1a60e2:0x470,_0x3cf104:0x52f,_0x475915:0x503,_0x57b2c2:0x4ed,_0x131d11:0x460,_0x4c518d:0x4ae,_0x5a90ae:0x4bd,_0x1dee94:0x4ee,_0x273571:0x451,_0xb17620:0x54b,_0x4eb5e2:0x280,_0x2c75fb:0x4ee,_0x2b4388:0x4a7,_0x38798f:0x440,_0x598274:0x304,_0x3c47ad:0x310,_0xcfa145:0x2da,_0x383732:0x5c1,_0x15609a:0x57b,_0x4fbecc:0x53b,_0x2b4f40:0x514,_0x4c344e:0x49e,_0x507f28:0x4b6,_0xd25108:0x5ab,_0x481b44:0x595,_0x222ab9:0x4a5,_0x4f291c:0x281,_0x1a179a:0x221,_0x2201f1:0x245,_0x190773:0x1b2,_0x3c63bc:0x186,_0x4c8902:0x201,_0x2d38c2:0x47b,_0x229a6e:0x561,_0x30e8d3:0x5fd,_0x463b22:0x29e,_0x14983e:0x26d,_0x55ec13:0x246,_0x5470f2:0x226,_0x4a0acd:0x1f6,_0x448f3c:0x347,_0x30e63a:0x2a5,_0x12b67a:0x2a6,_0x11d74d:0x366,_0x12ca5d:0x329,_0x3a703c:0x55e,_0xff374b:0x216,_0x3c683a:0x213,_0x424c94:0x250,_0x32793a:0x552,_0x269ef4:0x4e7,_0x5360f1:0x596,_0x7e2b10:0x4f0,_0xe93070:0x504,_0x538add:0x502,_0x3039a1:0x2e2,_0x23e72c:0x2ea,_0x52c2b7:0x440,_0x4451a8:0x46f,_0x1445c6:0x49a,_0x4a5c3f:0x4bc,_0x40e14a:0x52f,_0x1b56fc:0x405,_0x21f365:0x487,_0x12025d:0x41c,_0x427178:0x321,_0x17c44a:0x49e,_0x124339:0x1e6,_0x23ba8d:0x51c,_0x21b0be:0x4dd,_0x52a174:0x4fa,_0x234584:0x545,_0x5458a9:0x2cc,_0x1b2bf0:0x1b9,_0xd15bef:0x243,_0x131b5a:0x533,_0x203794:0x5af,_0xc5b326:0x544,_0x430ac6:0x354,_0x3e0009:0x326,_0x39ce5d:0x265,_0x1f3f0e:0x452,_0x56e8c4:0x48a,_0x463181:0x591,_0x469c08:0x30a,_0x2da794:0x1fb,_0x4030bd:0x2e9,_0x3fe554:0x1c1,_0x4fe908:0x1a3,_0x509bad:0x2a5,_0x135c41:0x248,_0x4f3bbb:0x44d,_0x4834e0:0x1b3,_0xf32799:0x1b4,_0x1ef233:0x22a,_0x2a9b2a:0x507,_0x493a74:0x475,_0x218387:0x261,_0x21d7e5:0x1e4,_0x32e0a9:0x254,_0x2987f1:0x1f0,_0x583ab1:0x28c,_0x4cb08b:0x2b9,_0x4750ca:0x25f,_0x5e0398:0x183,_0x387e79:0x502,_0x2d03a1:0x549,_0x1cf0de:0x282,_0x4f1efc:0x251,_0x135e67:0x1e3,_0x2cb878:0x21c,_0x2774e4:0x52b,_0x5eedff:0x4d3,_0x30caf3:0x4a0,_0x2037a4:0x3fd,_0x55c0bd:0x24f,_0x288720:0x19a,_0x5425c5:0x1eb,_0x21708c:0x481,_0x4a5b38:0x4e3,_0x3c3117:0x3db,_0x69d5df:0x4aa,_0x3c4e68:0x299,_0x16c825:0x238,_0x4427d7:0x51b,_0x598803:0x5c0,_0x37843c:0x570,_0x513c89:0x564,_0x3168da:0x23a,_0x4b308d:0x1fe,_0xad583f:0x25a,_0xddfb4d:0x2e6,_0x2892c1:0x270,_0x421c8b:0x2a9,_0x3aafd6:0x2a8,_0x17cfeb:0x529,_0x2334a2:0x53d,_0x426053:0x51b,_0x594dc4:0x28e,_0x353472:0x434,_0x21fa99:0x150,_0x4fb99c:0x1e1,_0xd2c2b6:0x183,_0x9a7b0d:0x286,_0x111913:0x51b,_0x4e2726:0x495,_0x5de670:0x2f7,_0x8e3dc9:0x244,_0x22c5e4:0x2a0,_0x5ee481:0x433,_0x28be0c:0x536,_0x20a4c3:0x327,_0x1cf36c:0x2ac,_0x1c228c:0x2ca,_0x1533af:0x32b,_0x1b0ece:0x238,_0x50f0fc:0x305,_0x2c3256:0x205,_0x204aa3:0x26b,_0x4fe5b7:0x277,_0x395509:0x311,_0x538015:0x2da,_0x6f0aea:0x247,_0x408fa3:0x5a9,_0x975cd0:0x18a,_0x430ae2:0x240,_0x2f20eb:0x2e5,_0x108031:0x25a,_0x5926d6:0x425,_0xcdf2bf:0x4f7,_0x3b5279:0x414,_0x3e0275:0x380,_0xb3388f:0x268,_0x27b623:0x4cb,_0x146eb3:0x5a4,_0x2849d1:0x58f,_0xfa144f:0x583,_0x1b85a1:0x32e,_0x5ef858:0x28f,_0x32fdf6:0x231,_0x46d44a:0x1c8,_0x11f6cf:0x1da,_0x4fbae0:0x25d,_0x594898:0x19e,_0x247685:0x226,_0x1f4d7c:0x22b,_0x3fdb2b:0x1aa,_0x51bad3:0x3a2,_0x350f49:0x571,_0x2aae5f:0x2f6,_0x247339:0x2c4,_0x4e70b1:0x5ca,_0x122799:0x533,_0x412819:0x215,_0x5bd25d:0x23c,_0x219a31:0x208,_0x809732:0x4fd,_0x526d4f:0x556,_0x5b9d59:0x4ad,_0x3899c2:0x4ab,_0x13b4a7:0x332,_0x48846b:0x2bb,_0x22a91a:0x4ec,_0x399a85:0x4ff},_0xf62ba6={_0x10cf1d:0xcf,_0x591fac:0xd3},_0x38e9b7={_0x27523a:0x13a,_0x5afba6:0xb9,_0x674928:0x32},_0x3c0b95={'tfmes':function(_0x22d317,_0x20301a){return _0x22d317===_0x20301a;},'RhfBa':_0x1d841a(0x280,_0x151f42._0x5056e3,_0x151f42._0x565d05,0x285),'gWOCA':_0x1d841a(_0x151f42._0x2dabaf,_0x151f42._0x4fc491,0x1c5,_0x151f42._0x451946),'TaMtj':function(_0x5f3c45,_0x280460,_0x592a65){return _0x5f3c45(_0x280460,_0x592a65);},'FZqLB':_0x1d841a(_0x151f42._0x10165d,_0x151f42._0x424afa,0x2bd,_0x151f42._0x2fb669)+_0x5863a7(0x4cf,_0x151f42._0xfe1b6b,_0x151f42._0x5f4926,_0x151f42._0x4b1a76),'MdeMx':_0x5863a7(_0x151f42._0x182be5,0x522,_0x151f42._0x4b3072,_0x151f42._0x442be3)+_0x5863a7(0x4d9,0x514,_0x151f42._0x1d91fc,_0x151f42._0x2e83f3)+_0x5863a7(_0x151f42._0x1e74ee,_0x151f42._0x4f0a44,_0x151f42._0xb46fe2,0x3b9)+_0x1d841a(_0x151f42._0x29270e,0x1f5,0x1d9,_0x151f42._0x87a878),'anCCY':_0x5863a7(_0x151f42._0x2a94d1,0x488,0x490,_0x151f42._0x40a731)+'rver\x20start'+_0x1d841a(0x2cf,0x281,_0x151f42._0x3c04ff,0x2cd)+_0x5863a7(_0x151f42._0x3d332,_0x151f42._0x19e0ad,_0x151f42._0x1109cd,0x4ca)+_0x5863a7(_0x151f42._0x4bf354,0x40c,_0x151f42._0x3ac9e3,0x514)+_0x5863a7(_0x151f42._0xb9d494,_0x151f42._0x3f9425,_0x151f42._0x50bab1,_0x151f42._0x176f4e),'ILStJ':_0x1d841a(0x2b4,_0x151f42._0x3db558,_0x151f42._0x4dadd6,_0x151f42._0x4375e1),'gKIFH':function(_0x1ee0e2){return _0x1ee0e2();},'YTwjV':'CoderFlow\x20'+_0x1d841a(0x282,_0x151f42._0x212cae,_0x151f42._0x30cc59,_0x151f42._0x39e326)+_0x1d841a(_0x151f42._0x230c22,0x2e0,_0x151f42._0x589304,0x2d2),'IffKX':_0x1d841a(_0x151f42._0x3258ac,_0x151f42._0x35fa1e,0x2b5,0x314),'Jpnzx':'nLNaa','TJAsZ':_0x1d841a(0x297,0x2f5,_0x151f42._0x2e4bc8,0x32c),'UdRPo':function(_0x3f024f,_0x323fcd){return _0x3f024f!==_0x323fcd;},'gsALG':_0x1d841a(_0x151f42._0x2dabaf,0x293,0x227,_0x151f42._0x55b1c6),'YnDLv':_0x5863a7(_0x151f42._0x1bb8e3,_0x151f42._0x5d4b20,_0x151f42._0x229854,0x48f),'EbXCC':_0x1d841a(0x2b8,_0x151f42._0x18efb1,0x2ee,0x289),'ZsAjt':'rfIdZ','OUUqj':_0x5863a7(0x440,0x470,0x4dd,_0x151f42._0x59c23f)+_0x1d841a(0x24d,0x25b,_0x151f42._0x13965f,_0x151f42._0x2a9489)+'h:','QzEbA':_0x1d841a(_0x151f42._0x1bc403,_0x151f42._0xd0db90,0x2db,_0x151f42._0x1acf4f)+_0x1d841a(0x2b7,_0x151f42._0xac0ecb,0x2a2,_0x151f42._0x41c905),'ymPvc':function(_0x28c60d,_0x185f6a){return _0x28c60d!==_0x185f6a;},'QbqqD':_0x1d841a(_0x151f42._0x3258ac,0x2fc,0x2b1,0x277),'kOHVD':'Stop\x20the\x20s'+_0x5863a7(_0x151f42._0xc768c5,0x542,_0x151f42._0x259afb,_0x151f42._0x55cb9c)+':','KRrDg':_0x1d841a(_0x151f42._0x5b6266,0x2a8,0x25c,0x2f3),'TBlLx':_0x5863a7(0x5d8,_0x151f42._0x4ab4da,_0x151f42._0x583684,_0x151f42._0x215e39)+'th\x20Ctrl+C\x20'+_0x5863a7(_0x151f42._0x4bbd4f,_0x151f42._0x50f00c,_0x151f42._0x3417ef,0x45f)+_0x5863a7(0x3df,_0x151f42._0x57066b,_0x151f42._0x1807bf,_0x151f42._0x1a60e2)+_0x5863a7(0x4e7,0x54d,_0x151f42._0x3cf104,_0x151f42._0x475915)+_0x5863a7(_0x151f42._0x57b2c2,_0x151f42._0x131d11,_0x151f42._0x4c518d,0x41b)},{running:_0x57a178,pid:_0x99b7f6}=await _0x3c0b95[_0x5863a7(_0x151f42._0x5a90ae,_0x151f42._0x1dee94,0x464,_0x151f42._0x273571)](isServerRunning),_0x502b14=await getServerConfig(),_0x10b35d=await checkServerHealth(_0x502b14[_0x5863a7(0x50d,_0x151f42._0xb17620,0x4d9,0x528)]);console[_0x1d841a(_0x151f42._0x4eb5e2,0x2d0,0x240,0x2da)](_0x3c0b95[_0x5863a7(_0x151f42._0x2c75fb,_0x151f42._0x176f4e,_0x151f42._0x2b4388,_0x151f42._0x38798f)]),console[_0x1d841a(_0x151f42._0x598274,_0x151f42._0x3c47ad,0x35a,_0x151f42._0xcfa145)]('');if(_0x57a178&&_0x10b35d[_0x5863a7(_0x151f42._0x383732,_0x151f42._0x15609a,_0x151f42._0x4fbecc,_0x151f42._0x2b4f40)]){if(_0x3c0b95[_0x5863a7(_0x151f42._0x2a94d1,0x43c,_0x151f42._0x4c344e,_0x151f42._0x507f28)](_0x3c0b95[_0x5863a7(_0x151f42._0xd25108,_0x151f42._0x481b44,0x54a,_0x151f42._0x222ab9)],_0x1d841a(_0x151f42._0x4f291c,0x19c,0x23d,_0x151f42._0x1a179a))){if(_0x3c0b95[_0x1d841a(0x236,0x223,0x239,_0x151f42._0x2201f1)](_0xcb925,_0x3c0b95[_0x1d841a(_0x151f42._0x190773,0x291,_0x151f42._0x3c63bc,_0x151f42._0x4c8902)])||_0x3c0b95['tfmes'](_0x2dcbd0,'-f'))_0x35eced=!![];else _0x1a590c['startsWith'](_0x3c0b95[_0x5863a7(0x45c,0x4f3,0x4f7,_0x151f42._0x2d38c2)])&&(_0x473d81=_0x3c0b95[_0x5863a7(_0x151f42._0x4fbecc,0x4fa,_0x151f42._0x229a6e,_0x151f42._0x30e8d3)](_0xb9f94c,_0x5de878[_0x1d841a(0x22c,0x29c,0x2b9,0x273)](_0x3c0b95[_0x1d841a(_0x151f42._0x463b22,_0x151f42._0x14983e,0x280,0x29e)][_0x1d841a(_0x151f42._0x55ec13,_0x151f42._0x5470f2,0x1eb,_0x151f42._0x4a0acd)]),-0x3d2*-0x1+-0x21e0+-0x9*-0x358));}else console['log'](_0x1d841a(_0x151f42._0x448f3c,_0x151f42._0x30e63a,0x287,_0x151f42._0x12b67a)+_0x1d841a(0x1db,0x296,0x210,0x216)+'ning\x20(daem'+_0x1d841a(0x3ae,0x374,_0x151f42._0x11d74d,_0x151f42._0x12ca5d)),console[_0x5863a7(0x50a,_0x151f42._0x3a703c,0x533,_0x151f42._0x182be5)](_0x1d841a(_0x151f42._0xff374b,0x2de,_0x151f42._0x3c683a,_0x151f42._0x424c94)+_0x5863a7(_0x151f42._0x32793a,0x506,0x502,_0x151f42._0x269ef4)+_0x99b7f6),console[_0x5863a7(0x4d4,0x4ce,0x533,0x507)](_0x5863a7(_0x151f42._0x5360f1,_0x151f42._0x7e2b10,_0x151f42._0xe93070,0x593)+_0x5863a7(0x500,0x52a,_0x151f42._0x538add,0x549)+_0x502b14['serverUrl']);}else{if(_0x10b35d[_0x1d841a(0x2ba,0x2c8,0x2d6,_0x151f42._0x3039a1)])console['log'](_0x1d841a(_0x151f42._0x23e72c,0x2aa,0x2fb,_0x151f42._0x12b67a)+_0x5863a7(0x505,_0x151f42._0x52c2b7,_0x151f42._0x4451a8,0x4de)+_0x5863a7(_0x151f42._0x1445c6,0x455,_0x151f42._0x4a5c3f,_0x151f42._0x40e14a)+_0x5863a7(_0x151f42._0x1b56fc,0x51b,_0x151f42._0x21f365,_0x151f42._0x12025d)),console['log']('\x20\x20URL:\x20\x20\x20\x20'+_0x1d841a(_0x151f42._0x427178,0x203,_0x151f42._0x2dabaf,0x2a9)+_0x502b14[_0x1d841a(0x223,0x211,0x235,0x21b)]);else{if(_0x57a178)_0x3c0b95[_0x5863a7(0x498,_0x151f42._0xb46fe2,_0x151f42._0x17c44a,0x4e0)](_0x3c0b95[_0x1d841a(_0x151f42._0x55ec13,_0x151f42._0x124339,0x20a,0x240)],_0x3c0b95[_0x5863a7(_0x151f42._0x23ba8d,_0x151f42._0x21b0be,0x529,0x54b)])?(_0x2cb61d[_0x5863a7(_0x151f42._0x52a174,_0x151f42._0x234584,0x533,0x4a6)]('Stop\x20the\x20s'+'erver\x20with'+':'),_0x26876d[_0x1d841a(0x32a,0x324,_0x151f42._0x5458a9,0x2da)](_0x3c0b95[_0x1d841a(_0x151f42._0x1b2bf0,0x1e9,0x2c5,_0x151f42._0xd15bef)])):(console[_0x5863a7(0x4bb,0x4e0,_0x151f42._0x131b5a,_0x151f42._0x203794)]('\x20\x20Status:\x20'+_0x5863a7(_0x151f42._0x507f28,_0x151f42._0xc5b326,0x506,0x5a8)+_0x1d841a(_0x151f42._0x430ac6,0x359,0x36e,_0x151f42._0x3e0009)+'e\x20(server\x20'+_0x1d841a(_0x151f42._0x39ce5d,0x1d4,0x18c,0x219)+_0x5863a7(_0x151f42._0x1f3f0e,0x4c4,_0x151f42._0x56e8c4,0x509)),console[_0x5863a7(0x570,_0x151f42._0x463181,0x533,0x564)](_0x1d841a(0x27d,_0x151f42._0x469c08,0x2a8,0x30c)+_0x5863a7(0x574,0x5ef,0x589,0x629)+_0x99b7f6));else{if(_0x1d841a(_0x151f42._0x2da794,_0x151f42._0x4030bd,_0x151f42._0x3fe554,0x248)===_0x1d841a(0x1ef,_0x151f42._0x4fe908,_0x151f42._0x509bad,_0x151f42._0x135c41))console['log']('\x20\x20Status:\x20'+'\x20\x20\x20\x20\x20✗\x20Not'+_0x5863a7(0x4bf,_0x151f42._0x4f3bbb,0x4ed,0x4a3));else{_0x4ed346['kill'](_0x1a55ef,0xb*0x230+-0xf*0xb5+-0xd75);const _0x33cdee={};return _0x33cdee['running']=!![],_0x33cdee[_0x1d841a(_0x151f42._0x4834e0,_0x151f42._0xf32799,0x25e,_0x151f42._0x1ef233)]=_0x33e78e,_0x33cdee;}}}}if(_0x502b14[_0x5863a7(_0x151f42._0x2a9b2a,0x4da,_0x151f42._0x493a74,0x4c5)])_0x3c0b95[_0x1d841a(_0x151f42._0x218387,_0x151f42._0x21d7e5,_0x151f42._0x32e0a9,_0x151f42._0x2987f1)](_0x3c0b95[_0x1d841a(_0x151f42._0x583ab1,_0x151f42._0x4cb08b,0x1c4,0x267)],_0x3c0b95[_0x1d841a(_0x151f42._0x4750ca,0x263,_0x151f42._0x5e0398,0x20d)])?console['log'](_0x5863a7(_0x151f42._0x387e79,0x522,0x51b,_0x151f42._0x2d03a1)+'th:\x20\x20'+_0x502b14[_0x1d841a(_0x151f42._0x1cf0de,_0x151f42._0x4f1efc,_0x151f42._0x135e67,_0x151f42._0x2cb878)]):(_0x472a99[_0x5863a7(0x4db,0x584,0x533,_0x151f42._0x2774e4)](_0x3c0b95[_0x5863a7(_0x151f42._0x5eedff,0x430,_0x151f42._0x30caf3,_0x151f42._0x2037a4)]),_0x123b73[_0x1d841a(0x247,0x2a7,_0x151f42._0x55c0bd,0x2da)](_0x3c0b95[_0x1d841a(0x288,_0x151f42._0x288720,0x231,_0x151f42._0x5425c5)]));else{if(_0x3c0b95['tfmes'](_0x3c0b95[_0x5863a7(_0x151f42._0x1445c6,0x51c,_0x151f42._0x21708c,0x3ea)],_0x3c0b95[_0x5863a7(_0x151f42._0x4a5b38,_0x151f42._0x3c3117,0x441,0x4dd)])){const _0x39d1e6={};return _0x39d1e6[_0x5863a7(0x4cd,_0x151f42._0x69d5df,0x4b0,0x40f)]=![],_0x39d1e6['pid']=null,_0x39d1e6;}else console[_0x1d841a(_0x151f42._0x3c4e68,_0x151f42._0x16c825,0x339,_0x151f42._0xcfa145)](_0x5863a7(0x481,0x593,_0x151f42._0x4427d7,0x518)+_0x5863a7(_0x151f42._0x598803,_0x151f42._0x37843c,0x576,_0x151f42._0x513c89)+_0x1d841a(0x2c7,0x314,_0x151f42._0x3168da,0x2cb)+')');}console[_0x1d841a(_0x151f42._0x2dabaf,0x297,0x2a1,0x2da)](_0x1d841a(_0x151f42._0x4b308d,_0x151f42._0xad583f,_0x151f42._0xddfb4d,_0x151f42._0x2892c1)+_0x1d841a(0x2f6,0x30a,0x22b,_0x151f42._0x421c8b)+_0x502b14[_0x1d841a(0x321,_0x151f42._0x3aafd6,0x2df,0x280)]);function _0x5863a7(_0xd9c7d8,_0x5cc85e,_0x4a1c47,_0x43cca3){return _0x30de06(_0xd9c7d8-_0x38e9b7._0x27523a,_0x5cc85e,_0x4a1c47- -_0x38e9b7._0x5afba6,_0x43cca3-_0x38e9b7._0x674928);}console[_0x5863a7(_0x151f42._0x17cfeb,_0x151f42._0x2334a2,0x533,_0x151f42._0x426053)]('');function _0x1d841a(_0x44221e,_0x2c81d2,_0x135f0b,_0x56af6e){return _0x5a8055(_0x44221e-_0xf62ba6._0x10cf1d,_0x2c81d2-0xab,_0x56af6e-_0xf62ba6._0x591fac,_0x135f0b);}const _0x7f54d9=_0x57a178||_0x10b35d[_0x1d841a(_0x151f42._0x594dc4,0x323,0x357,_0x151f42._0x3039a1)];if(!_0x7f54d9&&_0x502b14[_0x5863a7(0x4a4,_0x151f42._0x353472,0x475,0x4d9)]){if(_0x3c0b95[_0x1d841a(_0x151f42._0x21fa99,_0x151f42._0x4fb99c,_0x151f42._0xd2c2b6,0x1f0)](_0x1d841a(0x270,0x2c4,_0x151f42._0x9a7b0d,0x2ce),_0x5863a7(0x549,_0x151f42._0x111913,0x527,_0x151f42._0x4e2726))){_0x54cfb6['log'](_0x1d841a(0x201,_0x151f42._0x5de670,_0x151f42._0x8e3dc9,_0x151f42._0x22c5e4)+'not\x20runnin'+'g');return;}else console[_0x1d841a(0x27a,0x29f,0x2dd,0x2da)](_0x3c0b95[_0x5863a7(0x3f1,0x514,0x480,_0x151f42._0x5ee481)]),console[_0x5863a7(0x54e,_0x151f42._0x30caf3,_0x151f42._0x131b5a,_0x151f42._0x28be0c)](_0x3c0b95[_0x1d841a(_0x151f42._0x20a4c3,0x32d,_0x151f42._0x1cf36c,0x2c0)]);}else{if(!_0x7f54d9)_0x3c0b95[_0x1d841a(0x2aa,0x3bb,_0x151f42._0x1c228c,_0x151f42._0x1533af)](_0x1d841a(_0x151f42._0x1b0ece,_0x151f42._0x50f0fc,_0x151f42._0x2c3256,_0x151f42._0x204aa3),_0x1d841a(_0x151f42._0x4fe5b7,0x298,0x330,0x309))?(console[_0x1d841a(_0x151f42._0x4750ca,0x23c,_0x151f42._0x395509,_0x151f42._0x538015)](_0x3c0b95[_0x1d841a(0x2d1,0x296,0x215,_0x151f42._0x6f0aea)]),console['log'](_0x3c0b95['anCCY'])):_0x592fd7['error'](_0x5863a7(_0x151f42._0x408fa3,0x4df,_0x151f42._0x2e83f3,0x4e9)+_0x1d841a(_0x151f42._0x975cd0,0x271,_0x151f42._0x430ae2,0x21f)+_0x1ad38b[_0x5863a7(0x5ab,0x552,0x52d,0x4bd)]);else _0x57a178?'yKMve'!==_0x3c0b95[_0x1d841a(_0x151f42._0x2f20eb,0x1cc,0x24a,_0x151f42._0x108031)]?(console['log'](_0x3c0b95[_0x5863a7(_0x151f42._0x5926d6,_0x151f42._0xcdf2bf,0x47d,_0x151f42._0x3b5279)]),console[_0x1d841a(0x243,_0x151f42._0x3e0275,_0x151f42._0xb3388f,0x2da)](_0x5863a7(0x502,0x44a,0x490,0x40f)+_0x5863a7(0x564,0x4b4,_0x151f42._0x27b623,0x4cf))):(_0x50a8b4[_0x5863a7(_0x151f42._0x146eb3,_0x151f42._0x2849d1,0x533,_0x151f42._0xfa144f)](_0x1d841a(0x32d,0x26f,_0x151f42._0x1b85a1,0x2a6)+_0x1d841a(_0x151f42._0x5ef858,_0x151f42._0x32fdf6,0x2ae,0x2ad)+'le\x20PID\x20fil'+_0x1d841a(_0x151f42._0x46d44a,0x26a,_0x151f42._0x11f6cf,0x25b)+_0x1d841a(0x247,_0x151f42._0x4fbae0,_0x151f42._0x594898,0x219)+_0x1d841a(_0x151f42._0x247685,_0x151f42._0x1f4d7c,_0x151f42._0x3fdb2b,0x231)),_0x556647[_0x5863a7(0x544,0x491,_0x151f42._0x131b5a,0x4f9)](_0x1d841a(0x2fa,_0x151f42._0xd0db90,_0x151f42._0x51bad3,0x30c)+_0x5863a7(0x54b,0x519,0x589,_0x151f42._0x350f49)+_0x268604)):_0x3c0b95['ymPvc'](_0x3c0b95['KRrDg'],_0x1d841a(_0x151f42._0x2aae5f,0x2a4,0x2df,_0x151f42._0x247339))?(console[_0x5863a7(0x560,_0x151f42._0x4e70b1,_0x151f42._0x122799,0x59d)]('Server\x20is\x20'+_0x1d841a(_0x151f42._0x412819,_0x151f42._0x5bd25d,_0x151f42._0x219a31,0x22d)+_0x5863a7(_0x151f42._0x809732,_0x151f42._0x526d4f,_0x151f42._0x3a703c,0x5f5)+_0x5863a7(0x44a,0x4ac,_0x151f42._0x5b9d59,_0x151f42._0x3899c2)),console[_0x1d841a(_0x151f42._0x13b4a7,_0x151f42._0x48846b,_0x151f42._0x8e3dc9,0x2da)](_0x3c0b95[_0x5863a7(_0x151f42._0x22a91a,0x509,0x55d,_0x151f42._0x399a85)])):_0x5abca1['unshift'](_0x3c0b95['ILStJ']);}}function _0x5a8055(_0xf05102,_0x559f50,_0xa243ca,_0x140d11){const _0x1a2d0d={_0x2f34de:0x91};return _0x51ee(_0xa243ca- -_0x1a2d0d._0x2f34de,_0x140d11);}export async function showLogs(_0x24bd53){const _0x6c599c={_0x8c433b:0x164,_0x57bcf1:0x1fa,_0x32d922:0x45a,_0x3d6c80:0x389,_0x326b81:0x417,_0x1e7ec8:0x287,_0x232223:0x2ce,_0x418cda:0x2d9,_0x37f0a0:0x307,_0x4744ed:0x374,_0x22483a:0x21e,_0x3d1b36:0x1ee,_0x3aab16:0x2e5,_0x6005fd:0x41b,_0x207d8d:0x363,_0x486f40:0x2b1,_0x5274f1:0x254,_0x52d9c5:0x2b5,_0x2ee82f:0x1b1,_0x4249da:0x451,_0xe0afb1:0x3a1,_0x306ce0:0x4b3,_0x39b549:0x453,_0x4b4350:0x41b,_0x4244ca:0x2f4,_0x1dc4b6:0x43f,_0x5a08dd:0x48b,_0x1004e7:0x422,_0x379d78:0x3a4,_0x45ebf4:0x32e,_0x20de2e:0x2d1,_0x5de520:0x2f6,_0x344e61:0x2fc,_0x1c99bd:0x30f,_0x9b5a38:0x379,_0x2f9392:0x229,_0x1cf044:0x231,_0x9d62f8:0x460,_0x2cbce0:0x439,_0xba50d4:0x3c7,_0x3092c1:0x329,_0x52f7ce:0x244,_0x2e90a4:0x2b7,_0xa166:0x22f,_0x7e9e3:0x2c1,_0x17821c:0x3a0,_0xfca5e4:0x413,_0x11f08e:0x380,_0x158413:0x285,_0x3a1602:0x489,_0x5197ed:0x3f3,_0x42096b:0x1a1,_0x24a667:0x25d,_0x462299:0x346,_0x36aa25:0x3fe,_0x3ee023:0x391,_0x33a1e5:0x2de,_0xd02f6b:0x471,_0x2dfabc:0x3eb,_0x397928:0x3ca,_0x515ec6:0x2bb,_0x31e224:0x21c,_0x49d826:0x366,_0x147666:0x33c,_0x41c7d2:0x3bc,_0x341ac0:0x220,_0x16e1c5:0x273,_0x1e1f9b:0x196,_0x1862cf:0x1c1,_0x283516:0x1ea,_0x57a94a:0x230,_0xa3678d:0x1cc,_0x25088c:0x3e5,_0x2d909d:0x1fe,_0x1a3ec4:0x265,_0x501711:0x2dc,_0x2b36ef:0x2a2,_0x25e081:0x2dd,_0x1b546c:0x26a,_0x5ade2c:0x2d8,_0xba68c3:0x31b,_0xf3f99d:0x2c9,_0x1d9b0c:0x39a,_0x4ecf80:0x444,_0x590d2b:0x3b3,_0x5dd6ce:0x233,_0x5a94ac:0x1e4,_0x5c90f5:0x320,_0x547c5d:0x397,_0x58f804:0x355,_0x544b0b:0x32c,_0x39a00a:0x3e7,_0x13b09e:0x414,_0x1584c1:0x2ed,_0x20548e:0x365,_0x32f6d0:0x30a,_0x4064de:0x442,_0x21e9a6:0x324,_0x5450f7:0x35b,_0x19d25a:0x3ea,_0x3449e7:0x235,_0x54e2d5:0x22f,_0x1a41fd:0x315,_0xfcda72:0x1f1,_0xa5011f:0x35a,_0x1a6d94:0x306,_0x17b838:0x37f,_0x1f2c28:0x275,_0x5186fc:0x290,_0x38447e:0x347,_0x29c2cc:0x3a9,_0x1c89e0:0x379,_0x53c400:0x158,_0x262793:0x13c,_0xf463c3:0x12c,_0x256ed5:0x1c7,_0x3dfabc:0x3e5,_0x35fadc:0x29e,_0x44d258:0x328,_0x24afde:0x2cb,_0x41d8b5:0x2d3,_0xf392af:0x37b,_0x15a40e:0x3cd,_0x4d6c6f:0x367,_0x1d639b:0x3ea,_0x2b1404:0x468,_0x5c41e7:0x3c3,_0x22081e:0x3f8,_0x4b795d:0x2ba,_0x376d57:0x2e2,_0x5afbf4:0x4a7,_0x7a844c:0x421,_0x1ff806:0x47f,_0x5c210e:0x314,_0x50163f:0x3d0,_0xe5434:0x452,_0x320074:0x482,_0x52952f:0x2f1,_0x3be3fd:0x319,_0x34d2b5:0x2d7,_0x20e99a:0x314,_0x5dcf1d:0x1ff,_0x148a8f:0x164,_0x37717f:0x1e4,_0x1307cd:0x375,_0x5b0151:0x3e3,_0x3736e1:0x2bd,_0x5cb10b:0x259,_0x6e2e12:0x22e,_0xef18c9:0x267,_0x5af64a:0x35f,_0x3cb0ed:0x322,_0x1d5b2f:0x2e4,_0x2dfe84:0x2ff,_0x12c5dc:0x328,_0x10099b:0x1d5,_0x548a54:0x366,_0x3e9b8e:0x34f,_0x3e26d2:0x366,_0x2b03ec:0x23b,_0x201296:0x16a,_0x51b94a:0x1e4,_0x33a573:0x45d,_0x569f7f:0x3ed,_0x5c677e:0x16f,_0x4f1cf3:0x1d6,_0x3cfe17:0x1d6,_0x4cebd2:0x40f,_0x7f3c1a:0x3a7,_0x1fa986:0x354,_0x1ae2e:0x487,_0x53a153:0x1ae,_0x30f2d4:0x206,_0x3b0172:0x24d,_0x17048e:0x3ae},_0x4bfb45={_0x60fe81:0x239,_0x324dd8:0x221,_0x467519:0x1dc},_0x673978={_0x4d5cd8:0x4da,_0xaeff60:0x53a,_0x52474e:0x517,_0xec0ec0:0x57d,_0xe1b1b3:0x4a7,_0x25d9c1:0x1cc,_0x1de19e:0x169,_0x38b0ec:0x113,_0x6920b9:0x20a,_0x3265db:0x16a,_0x19df57:0x1d4,_0x31bdef:0x1fb,_0x2558a6:0x1f9,_0x380297:0x243,_0x34e9e8:0x1cd,_0x13c5af:0x21e,_0x2ca247:0x157,_0x352e32:0x1fa,_0x11066b:0x4d9,_0x409afc:0xb7,_0x41a5d1:0x164,_0x44110b:0x18b,_0x43e163:0x165,_0x34c578:0x579,_0x5ac4e3:0x569,_0x5da5e2:0x52f,_0x4e0cab:0x569,_0x2d41a2:0x564,_0x594c63:0x505,_0x40818d:0x504,_0x2284bc:0x514,_0x26da0e:0x209,_0x47dc94:0xce,_0x114506:0x145,_0x32e2d8:0x93,_0x5d7168:0x5f2,_0x24f46a:0x1d5,_0x390063:0x16c,_0x281454:0x230,_0x59d6da:0x1b0,_0x6d8d68:0x207,_0x38226a:0x141,_0x2e2e30:0x616,_0x5f36e8:0x524,_0x18def8:0x611,_0x293050:0xe8,_0x954e13:0xf2,_0x456430:0x96,_0x276765:0x25d,_0x371356:0x1ea,_0x349ecf:0x498,_0x4e4f25:0x45d,_0x28a9a8:0x594},_0x48525b={_0x463a43:0x3ea,_0x4ae6aa:0x4ca,_0xc84545:0x450,_0x3563fd:0x41e},_0x48cc42={_0x597fab:0x3e,_0x30a818:0x332},_0x465eb8={_0x5e02b6:0x7e,_0x482900:0x80,_0x1447c4:0x1e3},_0x28e29d={'cWfYi':function(_0x6d0443,_0x24c229){return _0x6d0443(_0x24c229);},'kFTLj':_0x174e6c(0x227,_0x6c599c._0x8c433b,0x1ad,_0x6c599c._0x57bcf1),'buzOO':_0x1e3b74(0x486,_0x6c599c._0x32d922,_0x6c599c._0x3d6c80,_0x6c599c._0x326b81),'Cowef':_0x174e6c(0x374,_0x6c599c._0x1e7ec8,_0x6c599c._0x232223,_0x6c599c._0x418cda),'nDrqz':'No\x20log\x20fil'+_0x1e3b74(_0x6c599c._0x37f0a0,0x3ad,0x3c0,_0x6c599c._0x4744ed),'DbuoH':function(_0x2f2bd,_0x2792b6){return _0x2f2bd===_0x2792b6;},'vjizz':'tUFmz','SUKSR':'YAQyl','PUamA':function(_0x49f6a5,_0xc38153){return _0x49f6a5>_0xc38153;},'uTHbM':function(_0x5c468d,_0x12c26e){return _0x5c468d===_0x12c26e;},'ulfVq':_0x174e6c(_0x6c599c._0x22483a,_0x6c599c._0x3d1b36,0x21b,0x256),'BEkUR':function(_0x4415a3,_0x1a9063){return _0x4415a3-_0x1a9063;},'vuxYg':function(_0x2990de,_0x1584e9){return _0x2990de(_0x1584e9);},'qZeYQ':'Server\x20is\x20'+'running\x20in'+_0x174e6c(0x2d9,0x252,0x282,_0x6c599c._0x3aab16)+_0x174e6c(0x20d,0x29b,0x230,0x234),'cvVLN':_0x1e3b74(_0x6c599c._0x6005fd,0x3b1,_0x6c599c._0x207d8d,0x3fd)+_0x174e6c(0x232,_0x6c599c._0x486f40,_0x6c599c._0x5274f1,_0x6c599c._0x52d9c5)+'in\x20the\x20ter'+_0x174e6c(0x1b3,_0x6c599c._0x2ee82f,0x1a7,0x1da)+_0x1e3b74(_0x6c599c._0x4249da,_0x6c599c._0xe0afb1,0x44b,0x3e6)+_0x1e3b74(0x304,0x308,0x3b3,0x365),'SOWiW':'ENOENT','bNoSA':_0x1e3b74(0x490,_0x6c599c._0x306ce0,_0x6c599c._0x39b549,_0x6c599c._0x4b4350)+_0x174e6c(_0x6c599c._0x4244ca,0x313,0x353,0x2c6)+_0x1e3b74(0x435,_0x6c599c._0x1dc4b6,_0x6c599c._0x5a08dd,_0x6c599c._0x1004e7)+_0x1e3b74(0x329,_0x6c599c._0x379d78,0x2d3,_0x6c599c._0x45ebf4)+_0x174e6c(0x285,_0x6c599c._0x20de2e,0x28e,_0x6c599c._0x5de520)+'d\x20in\x20foreg'+_0x1e3b74(_0x6c599c._0x344e61,0x38f,_0x6c599c._0x1c99bd,_0x6c599c._0x9b5a38),'jRBYa':function(_0x1711e8,_0x1c3736,_0x52f1e5){return _0x1711e8(_0x1c3736,_0x52f1e5);},'zjRgb':_0x174e6c(_0x6c599c._0x2f9392,0x150,_0x6c599c._0x1cf044,0x1cc),'oHhgQ':function(_0xebd912,_0x15b9c7){return _0xebd912===_0x15b9c7;},'LeVHv':'--follow','rHJkP':_0x1e3b74(_0x6c599c._0x9d62f8,_0x6c599c._0x2cbce0,_0x6c599c._0xba50d4,0x404),'TjpIN':function(_0x40e8b7,_0x50a7c0){return _0x40e8b7===_0x50a7c0;},'xNCvB':_0x174e6c(0x2d0,_0x6c599c._0x3092c1,_0x6c599c._0x1cf044,0x2ca),'zSnXi':_0x174e6c(0x23f,_0x6c599c._0x52f7ce,_0x6c599c._0x2e90a4,0x25c),'RYyct':function(_0x513d93,_0x1afb0b){return _0x513d93===_0x1afb0b;},'WwukZ':_0x174e6c(0x2ee,0x2d2,_0x6c599c._0xa166,_0x6c599c._0x7e9e3),'JjoAV':_0x1e3b74(0x36b,_0x6c599c._0x17821c,_0x6c599c._0xfca5e4,0x3cf),'ImIpw':function(_0x8d7eeb,_0x284536){return _0x8d7eeb!==_0x284536;},'FtQGM':_0x1e3b74(_0x6c599c._0x11f08e,_0x6c599c._0x158413,0x262,0x301),'VfQSd':_0x1e3b74(0x3c7,0x369,_0x6c599c._0x3a1602,_0x6c599c._0x5197ed)+'wing\x20logs\x20'+_0x174e6c(_0x6c599c._0x42096b,_0x6c599c._0x24a667,0x2a7,0x20f)+_0x1e3b74(_0x6c599c._0x462299,_0x6c599c._0x5de520,_0x6c599c._0x36aa25,_0x6c599c._0x3ee023)+'\x0a','DAeni':function(_0x5c685a,_0x5e7e93){return _0x5c685a!==_0x5e7e93;},'gqRhy':_0x174e6c(0x2b6,0x297,0x239,_0x6c599c._0x33a1e5),'FxANv':function(_0x344355,_0x577068){return _0x344355===_0x577068;},'OcIsW':'dxCPF','bERQG':'nYHRt'};let _0x3322d5=![],_0x185995=null;function _0x1e3b74(_0x39c00d,_0x3b9ee5,_0x330bf1,_0x263933){return _0x5a8055(_0x39c00d-_0x465eb8._0x5e02b6,_0x3b9ee5-_0x465eb8._0x482900,_0x263933-_0x465eb8._0x1447c4,_0x330bf1);}for(const _0x19f3ce of _0x24bd53){if(_0x28e29d['oHhgQ'](_0x19f3ce,_0x28e29d['LeVHv'])||_0x28e29d['oHhgQ'](_0x19f3ce,'-f'))_0x28e29d[_0x1e3b74(_0x6c599c._0xd02f6b,_0x6c599c._0x2dfabc,_0x6c599c._0x397928,0x413)](_0x28e29d['rHJkP'],_0x28e29d[_0x174e6c(_0x6c599c._0x515ec6,0x200,_0x6c599c._0x31e224,0x219)])?_0x3322d5=!![]:(_0x4b78f8['error'](_0x1e3b74(0x3b3,_0x6c599c._0x49d826,_0x6c599c._0x147666,0x3c3)+_0x1e3b74(0x32c,_0x6c599c._0x41c7d2,0x334,0x32d)+_0x174e6c(0x2f2,_0x6c599c._0x341ac0,0x22c,_0x6c599c._0x16e1c5)+'st:\x20'+_0x1f6893),_0x5e9d1c[_0x174e6c(_0x6c599c._0x1e1f9b,0x24f,_0x6c599c._0x1862cf,_0x6c599c._0x283516)](-0x1981*-0x1+-0x8*-0x28+-0x6b0*0x4));else _0x19f3ce['startsWith'](_0x174e6c(0x159,_0x6c599c._0x57a94a,0x14e,_0x6c599c._0xa3678d))&&(_0x185995=_0x28e29d[_0x1e3b74(0x2be,0x33c,0x39a,0x2fe)](parseInt,_0x19f3ce[_0x1e3b74(_0x6c599c._0x25088c,0x365,0x422,0x383)](_0x28e29d[_0x174e6c(_0x6c599c._0x2d909d,0x27f,_0x6c599c._0x1a3ec4,0x299)][_0x1e3b74(_0x6c599c._0x501711,_0x6c599c._0x2b36ef,_0x6c599c._0x25e081,0x306)]),-0x2c*-0x6f+-0x1*0x1189+-0x181*0x1));}function _0x174e6c(_0x2c6949,_0x263b23,_0x3afb12,_0x388760){return _0x30de06(_0x2c6949-_0x48cc42._0x597fab,_0x2c6949,_0x388760- -_0x48cc42._0x30a818,_0x388760-0xc7);}try{if(_0x28e29d[_0x174e6c(_0x6c599c._0x1b546c,_0x6c599c._0x5ade2c,_0x6c599c._0xba68c3,0x2ce)](_0x28e29d[_0x1e3b74(_0x6c599c._0xf3f99d,0x393,0x27f,0x2fa)],_0x28e29d[_0x174e6c(0x1f2,0x186,0x157,0x1ca)])){const _0x17b6c8=await _0x38a632[_0x1e3b74(0x33d,0x357,0x432,_0x6c599c._0x1d9b0c)](LOG_FILE,_0x28e29d[_0x1e3b74(0x333,0x409,_0x6c599c._0x4ecf80,_0x6c599c._0x590d2b)]),_0x231e3c=_0x17b6c8['split']('\x0a');_0x185995?_0x28e29d[_0x174e6c(_0x6c599c._0x5dd6ce,0x1be,_0x6c599c._0x5a94ac,0x1d8)](_0x28e29d['WwukZ'],_0x28e29d[_0x1e3b74(0x301,0x34e,_0x6c599c._0x5c90f5,_0x6c599c._0x547c5d)])?(_0x2e9f63(_0x8072ca),_0x1fa581[_0x1e3b74(0x2b2,_0x6c599c._0x58f804,_0x6c599c._0x544b0b,0x31a)](0x1f88+0x1aed+-0x3a75*0x1)):console[_0x1e3b74(_0x6c599c._0x39a00a,0x3e7,_0x6c599c._0x13b09e,0x3ea)](_0x231e3c[_0x174e6c(0x387,_0x6c599c._0x1584c1,_0x6c599c._0x20548e,_0x6c599c._0x32f6d0)](-_0x185995)[_0x1e3b74(0x3e2,_0x6c599c._0x4064de,_0x6c599c._0x21e9a6,0x3a7)]('\x0a')):console[_0x1e3b74(0x36b,_0x6c599c._0x5450f7,0x37e,_0x6c599c._0x19d25a)](_0x17b6c8);if(_0x3322d5){if(_0x28e29d[_0x1e3b74(0x31e,0x3fd,0x360,0x38d)](_0x28e29d[_0x174e6c(_0x6c599c._0x3449e7,_0x6c599c._0x54e2d5,0x235,0x214)],_0x1e3b74(0x2b2,0x359,_0x6c599c._0x1a41fd,0x301))){const _0x354551={_0xeea82d:0x3cf,_0x49784b:0x424,_0x45226d:0x4ce,_0x527c2f:0xad,_0x599307:0x100,_0x25e4d9:0xa,_0x566ed0:0x53,_0x4fdab3:0x14,_0xfa30e:0x7d},_0x29faaf={'YLZVd':function(_0x18afc7,_0x3009f2){const _0x548681={_0x1cb79d:0x49,_0x5a8eb4:0x1e2};function _0x57270e(_0x5db945,_0x55e8d7,_0x4e2101,_0x465bcc){return _0x174e6c(_0x5db945,_0x55e8d7-_0x548681._0x1cb79d,_0x4e2101-_0x548681._0x5a8eb4,_0x4e2101-0x193);}return _0x28e29d[_0x57270e(_0x48525b._0x463a43,_0x48525b._0x4ae6aa,_0x48525b._0xc84545,_0x48525b._0x3563fd)](_0x18afc7,_0x3009f2);},'ajvaO':_0x28e29d['kFTLj']};let _0x2bb2ca='';_0xf2b166['on'](_0x28e29d[_0x174e6c(0x2c2,_0x6c599c._0xfcda72,0x24e,0x28f)],_0x548bde=>_0x2bb2ca+=_0x548bde),_0x4af050['on'](_0x28e29d[_0x1e3b74(_0x6c599c._0xa5011f,_0x6c599c._0x1a6d94,0x404,_0x6c599c._0x17b838)],()=>{const _0x478694={_0x508a6b:0x1d7},_0x7e8bb3={_0x14a5fe:0x120,_0x45b322:0x1e5};function _0x23fc06(_0x33fd52,_0x62a161,_0x2cc54a,_0xde3464){return _0x1e3b74(_0x33fd52-_0x7e8bb3._0x14a5fe,_0x62a161-_0x7e8bb3._0x45b322,_0x2cc54a,_0x33fd52- -0x33e);}function _0x2ffda9(_0x39a63b,_0x10fb2b,_0x375bf8,_0x2d4408){return _0x174e6c(_0x39a63b,_0x10fb2b-0x1ee,_0x375bf8-_0x478694._0x508a6b,_0x10fb2b-0x177);}try{const _0x184714=_0xd735be['parse'](_0x2bb2ca);_0x29faaf[_0x2ffda9(_0x354551._0xeea82d,0x453,_0x354551._0x49784b,_0x354551._0x45226d)](_0x3fd060,{'responding':!![],'service':_0x184714[_0x23fc06(0x6b,_0x354551._0x527c2f,0xba,0xe8)]||_0x29faaf[_0x23fc06(0x68,0x0,_0x354551._0x599307,_0x354551._0x25e4d9)]});}catch{const _0x2d7fb9={};_0x2d7fb9['responding']=!![],_0x2d7fb9[_0x23fc06(0x6b,0x36,0x90,_0x354551._0x566ed0)]=_0x23fc06(-_0x354551._0x4fdab3,-0x40,-0x8b,_0x354551._0xfa30e),_0x32b5d7(_0x2d7fb9);}});}else{console[_0x174e6c(0x2ea,_0x6c599c._0x1f2c28,0x2de,0x2ba)](_0x28e29d[_0x1e3b74(_0x6c599c._0x5186fc,0x2fd,0x270,0x30d)]);let _0x2b536b=(await _0x38a632['stat'](LOG_FILE))[_0x1e3b74(_0x6c599c._0x38447e,_0x6c599c._0x29c2cc,_0x6c599c._0x1c89e0,0x3af)];const _0x56846b=_0x28e29d[_0x174e6c(0x211,_0x6c599c._0x53c400,_0x6c599c._0x1b546c,0x1ce)](setInterval,async()=>{const _0x33ab49={_0x24638a:0x179},_0x4d0996={_0x4aa3e0:0x150,_0x2b48a3:0x137};function _0x7dcf20(_0x44efcb,_0x15744e,_0x45fb57,_0x1be519){return _0x1e3b74(_0x44efcb-_0x4d0996._0x4aa3e0,_0x15744e-_0x4d0996._0x2b48a3,_0x1be519,_0x44efcb- -0x246);}function _0x1b5287(_0x54ff41,_0x39fa02,_0x4efc36,_0x6b3783){return _0x1e3b74(_0x54ff41-0xe0,_0x39fa02-0x42,_0x39fa02,_0x54ff41-_0x33ab49._0x24638a);}if(_0x28e29d[_0x1b5287(0x4fa,_0x673978._0x4d5cd8,0x547,0x518)](_0x28e29d[_0x1b5287(_0x673978._0xaeff60,0x5d3,_0x673978._0x52474e,0x5d0)],_0x28e29d[_0x1b5287(0x544,_0x673978._0xec0ec0,0x54c,_0x673978._0xe1b1b3)]))_0x4d6512[_0x7dcf20(0x1a4,0x1aa,0x1ff,_0x673978._0x25d9c1)](_0x35cfa4);else try{const _0x2e0ddb=(await _0x38a632['stat'](LOG_FILE))[_0x7dcf20(_0x673978._0x1de19e,_0x673978._0x38b0ec,_0x673978._0x6920b9,_0x673978._0x3265db)];if(_0x28e29d[_0x7dcf20(_0x673978._0x19df57,_0x673978._0x31bdef,_0x673978._0x2558a6,_0x673978._0x380297)](_0x2e0ddb,_0x2b536b)){if(_0x28e29d[_0x7dcf20(0x15f,0xc1,_0x673978._0x34e9e8,0x19c)](_0x28e29d[_0x7dcf20(0x1f7,0x1cf,0x276,_0x673978._0x13c5af)],'bcnYT')){const _0x14104c=await _0x38a632[_0x7dcf20(_0x673978._0x2ca247,_0x673978._0x352e32,0x1c5,0xdf)](LOG_FILE,'r'),_0x4c5b4e=Buffer[_0x1b5287(0x511,0x5b1,0x47d,_0x673978._0x11066b)](_0x28e29d['BEkUR'](_0x2e0ddb,_0x2b536b));await _0x14104c[_0x7dcf20(0x12a,_0x673978._0x409afc,_0x673978._0x41a5d1,_0x673978._0x44110b)](_0x4c5b4e,0xeb6*-0x2+-0x4a2*-0x5+0x12*0x59,_0x4c5b4e[_0x7dcf20(0xc0,0x4b,_0x673978._0x43e163,0xe7)],_0x2b536b),await _0x14104c['close'](),process[_0x1b5287(_0x673978._0x34c578,_0x673978._0x5ac4e3,0x521,0x583)]['write'](_0x4c5b4e[_0x1b5287(0x5b0,_0x673978._0x5da5e2,_0x673978._0x4e0cab,_0x673978._0x2d41a2)](_0x1b5287(_0x673978._0x594c63,_0x673978._0x40818d,_0x673978._0x2284bc,0x51a))),_0x2b536b=_0x2e0ddb;}else _0x3b50d6[_0x7dcf20(0x1a4,_0x673978._0x26da0e,0x100,0x121)](_0x28e29d[_0x7dcf20(_0x673978._0x47dc94,_0x673978._0x114506,_0x673978._0x32e2d8,0x110)]),_0xc7aa7c[_0x1b5287(0x563,_0x673978._0xec0ec0,_0x673978._0x5d7168,0x567)](_0x7dcf20(_0x673978._0x24f46a,0x242,_0x673978._0x390063,_0x673978._0x281454)+_0x7dcf20(_0x673978._0x59d6da,0x123,_0x673978._0x6d8d68,_0x673978._0x38226a)+_0x1b5287(0x59b,_0x673978._0x2e2e30,_0x673978._0x5f36e8,_0x673978._0x18def8)+_0x7dcf20(_0x673978._0x293050,_0x673978._0x954e13,0x157,_0x673978._0x456430)+_0x7dcf20(0x1e0,_0x673978._0x276765,_0x673978._0x371356,0x1c6)+_0x1b5287(_0x673978._0x349ecf,0x535,_0x673978._0x4e4f25,0x4de)+_0x1b5287(0x4f2,0x452,0x4af,_0x673978._0x28a9a8));}}catch(_0x39464b){clearInterval(_0x56846b);}},0x99*0x41+0x23ef+0x3b*-0x13c);process['on'](_0x174e6c(_0x6c599c._0x262793,_0x6c599c._0xf463c3,0x1cd,_0x6c599c._0x256ed5),()=>{const _0x18c9d1={_0x48457f:0x8a,_0x51c9ad:0x141};function _0x53c55a(_0x21aac1,_0x56cbd9,_0x8b3842,_0x58b9a3){return _0x1e3b74(_0x21aac1-_0x18c9d1._0x48457f,_0x56cbd9-0xb,_0x58b9a3,_0x8b3842- -_0x18c9d1._0x51c9ad);}_0x28e29d[_0x53c55a(_0x4bfb45._0x60fe81,0x287,_0x4bfb45._0x324dd8,_0x4bfb45._0x467519)](clearInterval,_0x56846b),process['exit'](-0x2250+-0x167b+0x38cb);});}}}else _0x28e29d[_0x1e3b74(0x35a,_0x6c599c._0x3dfabc,0x424,0x3ed)](_0x52cb65,_0x3e3ab2);}catch(_0x3fa5a1){_0x28e29d[_0x1e3b74(_0x6c599c._0x32f6d0,0x3bc,_0x6c599c._0x35fadc,_0x6c599c._0x44d258)](_0x28e29d[_0x174e6c(_0x6c599c._0x24afde,0x2c1,_0x6c599c._0x41d8b5,0x2e6)],_0x28e29d['gqRhy'])?(_0x234a08[_0x1e3b74(_0x6c599c._0xf392af,_0x6c599c._0x15a40e,_0x6c599c._0x4d6c6f,_0x6c599c._0x1d639b)](_0x28e29d[_0x1e3b74(_0x6c599c._0x2b1404,0x42f,_0x6c599c._0x5c41e7,_0x6c599c._0x22081e)]),_0x2c907a[_0x174e6c(0x32c,0x27f,0x2ef,_0x6c599c._0x4b795d)](_0x28e29d[_0x174e6c(0x260,0x1b4,0x29c,0x218)])):_0x28e29d[_0x174e6c(_0x6c599c._0x376d57,0x2bb,0x283,0x275)](_0x3fa5a1[_0x1e3b74(_0x6c599c._0x5afbf4,_0x6c599c._0x7a844c,_0x6c599c._0x1ff806,0x407)],_0x28e29d[_0x1e3b74(0x371,_0x6c599c._0x5c210e,0x39b,0x319)])?_0x28e29d[_0x1e3b74(0x397,0x2d5,_0x6c599c._0x50163f,0x35f)](_0x28e29d[_0x1e3b74(_0x6c599c._0xe5434,0x399,0x4a8,_0x6c599c._0x1dc4b6)],'HFEaJ')?_0x28e29d[_0x174e6c(0x22e,0x285,0x2e9,0x251)](_0x4666a6[_0x1e3b74(_0x6c599c._0x320074,0x437,0x48a,0x407)],_0x28e29d[_0x1e3b74(0x27d,_0x6c599c._0x52952f,0x2cc,_0x6c599c._0x3be3fd)])?(_0x480662[_0x174e6c(0x35b,_0x6c599c._0x34d2b5,_0x6c599c._0x20e99a,0x2ba)](_0x28e29d[_0x174e6c(_0x6c599c._0x5dcf1d,0x1c0,_0x6c599c._0x148a8f,_0x6c599c._0x37717f)]),_0x262be9['log'](_0x28e29d['bNoSA'])):_0x2c68d4[_0x174e6c(0x208,0x1d4,0x226,0x259)](_0x1e3b74(_0x6c599c._0x1307cd,0x488,0x3ce,_0x6c599c._0x5b0151)+_0x174e6c(0x1d0,_0x6c599c._0x31e224,0x1d0,0x1ff)+_0x3f6e65[_0x174e6c(_0x6c599c._0x3736e1,_0x6c599c._0x5cb10b,_0x6c599c._0x6e2e12,0x2b4)]):(console[_0x174e6c(_0x6c599c._0xef18c9,_0x6c599c._0x5af64a,0x35a,0x2ba)](_0x28e29d[_0x1e3b74(_0x6c599c._0x3cb0ed,0x329,_0x6c599c._0x1d5b2f,0x314)]),console[_0x174e6c(_0x6c599c._0x2dfe84,0x29e,0x2d2,0x2ba)](_0x28e29d[_0x174e6c(0x32b,0x378,_0x6c599c._0x12c5dc,0x2fe)])):_0x28e29d[_0x174e6c(0x2ff,_0x6c599c._0x10099b,0x2dd,_0x6c599c._0x24a667)](_0x28e29d[_0x1e3b74(0x3ad,0x35d,0x360,_0x6c599c._0x548a54)],_0x28e29d[_0x1e3b74(0x37a,0x3d7,_0x6c599c._0x3e9b8e,_0x6c599c._0x3e26d2)])?_0x355649=_0x28e29d[_0x174e6c(_0x6c599c._0x2b03ec,_0x6c599c._0x201296,0x22c,0x1ce)](_0x59cb69,_0x14fe05[_0x174e6c(_0x6c599c._0x51b94a,0x2e6,0x2d3,0x253)](_0x28e29d[_0x1e3b74(_0x6c599c._0x33a573,_0x6c599c._0x50163f,_0x6c599c._0x569f7f,0x3c9)][_0x174e6c(0x23e,_0x6c599c._0x5c677e,_0x6c599c._0x4f1cf3,_0x6c599c._0x3cfe17)]),0x11*0x83+0x1e3a+-0x26e3):console[_0x1e3b74(_0x6c599c._0x4cebd2,_0x6c599c._0x326b81,_0x6c599c._0x7f3c1a,0x389)](_0x1e3b74(_0x6c599c._0x1fa986,0x395,_0x6c599c._0x1ae2e,_0x6c599c._0x5b0151)+_0x174e6c(_0x6c599c._0x53a153,_0x6c599c._0x30f2d4,_0x6c599c._0x3b0172,0x1ff)+_0x3fa5a1[_0x1e3b74(_0x6c599c._0x17048e,0x391,0x43a,0x3e4)]);}}export async function restartServer(_0x30688b){const _0x3bd3b9={_0x2bf55e:0x26b,_0x38bf7f:0x249,_0x38dc29:0x29e,_0x14f17d:0x387,_0xae1464:0x353,_0x2eb64c:0x340,_0x5e1769:0x245,_0x266824:0x23c,_0x1d7be8:0x1bb,_0x30b00f:0x195,_0x1642d7:0x110,_0x1e7e3f:0x197,_0x52bfc1:0x2f5,_0x4f3634:0x283,_0x373e0b:0x27f,_0x317591:0x28d,_0x3e4684:0x2be,_0x3aeb82:0x236,_0x3d0ede:0x20b,_0x31e859:0x2ce,_0x1d7a53:0x163},_0x3c5cfb={_0x1d7efb:0x53},_0x1a65df={_0x596520:0x103},_0x1258a3={'ghAVd':function(_0x1bf587){return _0x1bf587();},'iTmVS':_0x389d59(_0x3bd3b9._0x2bf55e,0x1eb,_0x3bd3b9._0x38bf7f,_0x3bd3b9._0x38dc29)+'erver...','fShxZ':_0x1d922e(_0x3bd3b9._0x14f17d,0x34b,_0x3bd3b9._0xae1464,_0x3bd3b9._0x2eb64c)+_0x389d59(_0x3bd3b9._0x5e1769,_0x3bd3b9._0x266824,_0x3bd3b9._0x1d7be8,_0x3bd3b9._0x30b00f),'OoxJX':function(_0x370565,_0x32513c){return _0x370565(_0x32513c);}},{running:_0x485e5d}=await _0x1258a3[_0x389d59(_0x3bd3b9._0x1642d7,0x132,0x186,_0x3bd3b9._0x1e7e3f)](isServerRunning);_0x485e5d&&(console[_0x389d59(0x281,0x252,0x25a,_0x3bd3b9._0x52bfc1)](_0x1258a3[_0x389d59(_0x3bd3b9._0x4f3634,0x1da,_0x3bd3b9._0x373e0b,_0x3bd3b9._0x317591)]),await _0x1258a3[_0x1d922e(0x1da,_0x3bd3b9._0x3e4684,_0x3bd3b9._0x3aeb82,0x1df)](stopServer),console[_0x389d59(_0x3bd3b9._0x3d0ede,0x1f1,0x25a,_0x3bd3b9._0x31e859)](''));function _0x1d922e(_0x35f7bc,_0x3848cb,_0x3ee9b6,_0x478a51){return _0x5a8055(_0x35f7bc-0x1a2,_0x3848cb-0x1f0,_0x3ee9b6-_0x1a65df._0x596520,_0x478a51);}console['log'](_0x1258a3['fShxZ']);function _0x389d59(_0x267a9d,_0x38a75e,_0x4d9bbf,_0x3e5b02){return _0x5a8055(_0x267a9d-0x102,_0x38a75e-0x99,_0x4d9bbf-_0x3c5cfb._0x1d7efb,_0x267a9d);}await _0x1258a3[_0x389d59(0x20e,_0x3bd3b9._0x1d7a53,0x191,0x1a6)](startDaemon,_0x30688b);}
|
|
1
|
+
(function(_0x20b789,_0x54c82d){const _0x2d0e17={_0x1a9cc2:0x168,_0x360d1b:0x1bb,_0x486905:0x37e,_0x2ed428:0x348,_0x586b40:0x10a,_0x47fca0:0x100,_0x37fc06:0x129,_0x29148d:0x1fa,_0x449f74:0x182,_0x21f975:0x43f,_0x5ce7cc:0x3e5,_0xd58540:0x3c4,_0x13250f:0x428,_0x558c1e:0x183,_0x33e025:0x12d,_0x2410b8:0x1a6},_0x25b584={_0x38a960:0x2bd},_0x10bd4b={_0x5f3c28:0x268},_0x3f92b2=_0x20b789();function _0x587658(_0x2cd0ce,_0x47fcac,_0x4a0a4d,_0xe6382f){return _0x3c2c(_0x2cd0ce-_0x10bd4b._0x5f3c28,_0x47fcac);}function _0x104259(_0xdacc9,_0x4522ca,_0x40854b,_0x5a9f72){return _0x3c2c(_0x5a9f72- -_0x25b584._0x38a960,_0x4522ca);}while(!![]){try{const _0x1dd9e1=-parseInt(_0x104259(-0x17d,-0x1ba,-0x10d,-_0x2d0e17._0x1a9cc2))/(0x9ba+0x8c8+0x62b*-0x3)+parseInt(_0x104259(-0x138,-_0x2d0e17._0x360d1b,-0x1ab,-0x184))/(-0x1294*0x2+-0x1*-0xade+0x1*0x1a4c)*(parseInt(_0x587658(_0x2d0e17._0x486905,_0x2d0e17._0x2ed428,0x339,0x35a))/(0x1f17*-0x1+0xce5*0x2+-0x10*-0x55))+parseInt(_0x104259(-_0x2d0e17._0x586b40,-0x163,-_0x2d0e17._0x47fca0,-_0x2d0e17._0x37fc06))/(-0x2f8+0x9ca*0x2+-0x1098)*(-parseInt(_0x104259(-0x17e,-0x1bb,-_0x2d0e17._0x29148d,-_0x2d0e17._0x449f74))/(0x613+-0x1*-0xa88+-0x1096))+parseInt(_0x587658(0x40d,_0x2d0e17._0x21f975,0x3b5,0x3b6))/(-0x107*0x1f+0x165a*0x1+0x985)+-parseInt(_0x587658(_0x2d0e17._0x5ce7cc,0x420,0x363,_0x2d0e17._0xd58540))/(0x26a5+-0x113e+0x260*-0x9)+-parseInt(_0x587658(_0x2d0e17._0x13250f,0x49e,0x3a9,0x3d8))/(-0x1*-0x419+0x1ab5+-0x1ec6)+-parseInt(_0x104259(-_0x2d0e17._0x558c1e,-0x16d,-0x1d7,-0x163))/(0x49a+-0x1862+0x3*0x69b)*(-parseInt(_0x104259(-_0x2d0e17._0x33e025,-0x135,-0x145,-_0x2d0e17._0x2410b8))/(-0xca*0x21+-0xe83+0x2897));if(_0x1dd9e1===_0x54c82d)break;else _0x3f92b2['push'](_0x3f92b2['shift']());}catch(_0x1353d3){_0x3f92b2['push'](_0x3f92b2['shift']());}}}(_0x7312,-0x38f96+-0x5*-0xa87+0x7a135));import{spawn}from'child_process';import{promises as _0x50d3f1}from'fs';function _0x7312(){const _0x54d0e9=['u2vYDMvYigrPza','y3zRB3G','zw52','y2f0y2G','icbqsuq6icaGia','B24P','icbnB2rLoIaGia','nJaXodn6ELLctg8','mJy5mgnJCezzqG','yMvLBIbZDgfYDa','CMvZCg9UzgLUzW','ig5VDcbOyxzLia','CMvHzezPBgu','C3rKB3v0','Ae51yvi','sNfJrhe','suLtrfO','swnczvO','sLnoqvC','yKrRDwu','vfrrz0W','Dw5Yzwy','DgfYDgvKlG','A01qr1y','BMTVt0u','zeDmwxC','icbtDgfSzsbqsq','u0Lhvevstq','z2v0','Cg9YDa','Cxb4AK4','u3rVChbPBMCGCW','u2LWvhO','Ahr0CdOVl2XVyW','reLJsu8','z3jHy2vMDwXSEq','qKvrALq','t3iGDxnLoG','seDtqKu','rxjYB3iGC3rVCa','u3rHCNqGDgHLia','zxj2zxiGkfbjra','mLD2sMLWtq','CMvJDxjZAxzL','mtaXmtq1nxfgEwHJsq','B2rLCKzSB3CGuW','EgLYC2C','DNn6A0C','u0Lhsu5u','l2HLywX0Aa','ExLWsMu','lMnVzgvY','q0n3B0m','cI0TlsbgB2XSBW','zvDRzva','zgvZDhjVEq','CgP2u2q','CNvUBMLUzW','zw5K','DhvW','C2vYDMvYlMXVzW','zwqGEwv0ig9Yia','CgfYC2u','icbmB2DZoIa','DMTYDLG','rMDqvhG','rvjFsu5tuevdva','rNblr0q','u0Lhs0Lmta','AxneAxjLy3rVCG','ndyWodvIBLvbueK','Dw5SAw5R','Aw4GDgHLihrLCG','rfHRueu','ywXOB3n0oG','mti4mdDWuK9lBu4','u2vYDMvYigLZia','u1PfEva','C3bSAxq','ig5VDcbZDg9Wia','BMLUzYaOzM9Yzq','z1nIvMq','AM9PBG','CM91BMqGBw9Kzq','zxj2zxiGD2L0Aa','DgG6ia','DxaGCgf0AcbPCW','icbtDgf0Dxm6ia','ueXksLy','CJOG','BgvUz3rO','zLHysxa','yxH0DeW','D2fZihn0yxj0zq','ks4UlG','z3jVDw5Kkq','zMLNDxjLza','t1nzzhy','zxmGBM90igv4Aq','sxLru1y','rwHIsxO','wNzruwm','C2vYDMvYlNbPza','twnABKe','DYbSB2DZ','EM51twy','yKXzuMe','wvzdvuq','icaGicdINjmGuNvU','s01YAu4','mJiZnZK2m21stfPmsq','zgf0yq','uf9qqvri','DgHLihnLCNzLCG','rxHiBvy','C2vYDMvYvxjS','C01ZAKG','twf3zfC','ig5VDcbHigrPCG','yLP4sKq','rdOGica','ihj1BM5PBMC','BM90ihjLC3bVBG','uMfHrK0','v2XktLi','DKjABw8','y1LHshq','zxj2zxiUlI4','zcbTB2rLlG','rxjYB3i6ifnLDa','CNzLCIbJB25MAq','ENj1qxy','BM5PBMCGkfbjra','nfjQAg5pAG','Bg9N','B3bLBG','DgG6icaOBM90ia','Dg8Vy29KzxiTCW','ze1btNm','u2vYDMvYifn0yq','Eu1ovhq','BwvZC2fNzq','sNnsEfm','Dg9tDhjPBMC','icaGicdIMQaGu3rH','rxfODfK','Bhf6shO','qLvdsxy','y29Kzq','D3jPDgu','mJCWodyZngzXu1b6Da','icbJB2rLCI1Zzq','C2vYDMvYihDPDa','zsbPDcb3yxmGCW','DgG6ica','BwTKAxi','A0TfC1K','4PYtifnLCNzLCIbZ','C2v0DxbqyxrO','vwDorge','DwjkvMO','tevrwuC','y2XVC2u','rxjYB3iGCMvHza','C2L6zq','rNHXzvG','DgLTzw91Da','DhjPBq','C3rHCNrZv2L0Aa','zxr1Ca','DMzOA2m','Dw5RBM93BG','B2PeveG','DLL0DMK','Dg5WqKq','u3rHCNrPBMCGCW','zYbZzxqGy29Kzq','ndG1nZzhq09twLq','Dw5ZAgLMDa','zgfLBw9Uig1Vza','q29UzMLNDxjLia','ru9Mwvq','BM90ihj1BM5PBG','vvLPruG','Afrlu3G','qwLoDvK','zxjYB3i','DgGGl3bHDgGVDa','A2LSBa','CNzLCIbZDg9W','Aw5NigXVz3m6ia','zgLUzYK','D2L0AdO','B3aIihrVihn0BW','lxnLCNzLCIbSBW','C2XPy2u','zcbPBIbMB3jLzW','ihDPDgG6','r0jit0e','CNzLCIbZDgfYDa','DgfYDgvKigLUia','CgLK','ls10ywLSpq','yxnVBwK','zsaOueLeoIa','A0HJsvi','q09ervjFu0vsvG','DxrMltG','BY9JB2rLCI1Zzq','s0viy2G','qwnUqNa','wxbjAMq','CNvUBMLUzYbPBG','Ccb0AguGC2vYDG','vvjmoIa','icaGica','qM1wEK4','uhbNuxq','yxHjChi','lcbMB3jJAw5NlG','CgLUzYbZzxj2zq','BMLUzYaOzgfLBq','Ag9TzwrPCG','vuTsreO','zxHPDa','BgfRyvi','A0PAtMi','sMHYs2i','AxnSChy','CL9Zzxr1Cf9Wyq','uLLHrKG','yxrOps9WyxrOlW','C3rHDa','vfHrtxC','D2nyvMu','ihn0B3aPic0Tlq','icbvuKW6icaGia','ic0TC2v0DxaTCa','C2vYDMLJzq','Avrgs20','wvfLu2W','D2LUzYbSB2DZia','u3rVCcb0AguGCW','uxzPC3a','zgLYBMfTzq','zsaOC2vYDMvYia','ken0CMWRqYb0BW','s2L2r3a','zwn0B3j5oIa','icbqB3j0oIaGia','Dhj1zq','yxr1CYiGDg8GyW','icaGicdINjCGtM90','D1Livfe','lxnLCNzLCIbZDa','C3vIC3rYAw5N','q09ervjFu0vuvq','BM9Kzq','ls1PBNnWzwn0','y29KzxiTC2v0Dq','C3rHCNqUANm','wwDrtM4','y29UzMLNDxjLza','BguGueLeigzPBa','vxnLicjJB2rLCG','BwPuuvK','Ag9ZDdO','icaGia'];_0x7312=function(){return _0x54d0e9;};return _0x7312();}function _0xa985fe(_0xecd8b3,_0x23df00,_0x39af35,_0x182c90){return _0x3c2c(_0x23df00-0x11b,_0x182c90);}import _0x417bee from'path';import _0x4c9762 from'os';import _0x5ce480 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x417bee[_0x2bcdda(0xf5,0x95,0xd1,0x77)](__filename),PID_FILE=_0x417bee[_0xa985fe(0x269,0x27c,0x2aa,0x2d9)](_0x4c9762[_0x2bcdda(0x67,-0x4,0xc0,0x61)](),_0x2bcdda(-0x8c,0x27,-0x3c,-0x4a),_0x2bcdda(0x4c,0x25,-0x4f,-0x17)),LOG_FILE=_0x417bee['join'](_0x4c9762[_0x2bcdda(0xd5,-0x11,0x17,0x61)](),'.coder',_0x2bcdda(-0x6c,-0x64,-0x28,-0x41));export async function isServerRunning(){const _0x14330f={_0x213db2:0x1f,_0x12eb58:0x63,_0xd896cc:0x8,_0x1ce2f7:0x48,_0x419d41:0x8e,_0x599d25:0x50,_0x28fa6f:0x92,_0x4e69fe:0x1b,_0x2e93f2:0x2a,_0x388499:0x1c4,_0x14f6d1:0x152,_0x22e01a:0x1e7,_0x9a1dc6:0x1f9,_0x262b7c:0x4a,_0xd38d9b:0x214,_0x3b8cba:0x15f,_0x5405df:0x246,_0x5e3f7d:0x2bf,_0x18815c:0xf8,_0xa71f71:0xf6,_0x4c3411:0x2cc,_0x52edfb:0x276,_0xf1e1be:0xe,_0x59c202:0x85,_0x4db888:0x229,_0x618e02:0x23d,_0x37ab2b:0x173,_0x5be7f5:0x1c7,_0x46b789:0x1a7,_0x1c2779:0x122,_0x356afd:0x135,_0x3d9079:0x242,_0x1e96b1:0x175,_0x1b0b92:0x1df,_0x38aac3:0xac,_0x4e9686:0x9e,_0x3e531e:0x1b8,_0x1d48c2:0x6e},_0x528881={_0x59ff09:0x1e6,_0x1a816d:0x4b7},_0x395d8a={_0x4e1c1d:0x91,_0x896f74:0x15f,_0x56d508:0x5a};function _0x4a5d19(_0x211226,_0x3ac9d0,_0x464a2c,_0x35e0d4){return _0x2bcdda(_0x211226-_0x395d8a._0x4e1c1d,_0x3ac9d0-_0x395d8a._0x896f74,_0x3ac9d0,_0x464a2c- -_0x395d8a._0x56d508);}const _0x636a7e={'lqzHz':function(_0x3ecd4b,_0x4df45a){return _0x3ecd4b(_0x4df45a);},'UgNDa':'unknown','rclii':function(_0x279bc8,_0x233891,_0x3c9642){return _0x279bc8(_0x233891,_0x3c9642);},'wcXVe':_0x4a5d19(-0x8,-0xa5,-_0x14330f._0x213db2,-_0x14330f._0x12eb58),'RYaFH':'LEQYG'};function _0x5bd406(_0x444b3c,_0x4023bb,_0x25f90e,_0x447112){return _0xa985fe(_0x444b3c-_0x528881._0x59ff09,_0x444b3c- -_0x528881._0x1a816d,_0x25f90e-0x1b9,_0x447112);}try{const _0x171f8a=await _0x50d3f1['readFile'](PID_FILE,_0x4a5d19(0x5b,0x8,-_0x14330f._0xd896cc,_0x14330f._0x1ce2f7)),_0x6adf32=_0x636a7e['rclii'](parseInt,_0x171f8a[_0x4a5d19(-0x68,-0x8,-0x30,-_0x14330f._0x419d41)](),-0x61a*-0x2+-0x62f+-0x5fb);try{process[_0x4a5d19(_0x14330f._0x599d25,-_0x14330f._0x28fa6f,-_0x14330f._0x4e69fe,_0x14330f._0x2e93f2)](_0x6adf32,0x7c6+0x812+-0xfd8);const _0x8ce46={};return _0x8ce46[_0x5bd406(-0x254,-0x21f,-0x1f9,-0x213)]=!![],_0x8ce46[_0x5bd406(-_0x14330f._0x388499,-_0x14330f._0x14f6d1,-_0x14330f._0x22e01a,-_0x14330f._0x9a1dc6)]=_0x6adf32,_0x8ce46;}catch{if(_0x636a7e[_0x4a5d19(0x28,_0x14330f._0x12eb58,0x13,-_0x14330f._0x262b7c)]===_0x636a7e[_0x5bd406(-0x1a3,-_0x14330f._0xd38d9b,-0x175,-_0x14330f._0x3b8cba)]){await _0x50d3f1[_0x5bd406(-_0x14330f._0x5405df,-0x213,-_0x14330f._0x5e3f7d,-0x1ff)](PID_FILE)[_0x4a5d19(-_0x14330f._0x18815c,-_0x14330f._0xa71f71,-0xd4,-0x104)](()=>{});const _0x30b30a={};return _0x30b30a[_0x5bd406(-0x254,-_0x14330f._0x4c3411,-_0x14330f._0x52edfb,-0x272)]=![],_0x30b30a[_0x4a5d19(0x76,0x53,-_0x14330f._0xf1e1be,-_0x14330f._0x59c202)]=null,_0x30b30a;}else _0x636a7e[_0x5bd406(-0x1fb,-_0x14330f._0x4db888,-0x1e2,-_0x14330f._0x618e02)](_0x4e89ed,{'responding':!![],'service':_0x636a7e[_0x5bd406(-0x1ee,-0x18f,-_0x14330f._0x37ab2b,-_0x14330f._0x5be7f5)]});}}catch{if(_0x636a7e[_0x5bd406(-_0x14330f._0x46b789,-_0x14330f._0x1c2779,-0x159,-_0x14330f._0x356afd)]===_0x5bd406(-0x1ec,-_0x14330f._0x3d9079,-_0x14330f._0x1e96b1,-_0x14330f._0x1b0b92)){const _0x3b4673={};return _0x3b4673[_0x4a5d19(-_0x14330f._0xa71f71,-_0x14330f._0x38aac3,-_0x14330f._0x4e9686,-0x110)]=![],_0x3b4673[_0x5bd406(-0x1c4,-0x1ed,-0x1a0,-_0x14330f._0x3e531e)]=null,_0x3b4673;}else _0x2f46e4[_0x4a5d19(-0x1c,-0x4a,-0x25,0x11)](_0x4a5d19(-0xaa,-_0x14330f._0x1d48c2,-0xe1,-_0x14330f._0x1c2779));}}function _0x2bcdda(_0x517e60,_0x278d8f,_0xa42928,_0x3c619e){return _0x3c2c(_0x3c619e- -0x18c,_0xa42928);}async function getServerConfig(){const _0x24554e={_0x59893a:0x23d,_0xa3f00c:0x224,_0x2baaf8:0x54e,_0x29143c:0x4d2,_0xfa348c:0x4ba,_0x1b2e52:0x1d4,_0x3b8610:0x2bf,_0x322046:0x5a7,_0x4a682d:0x4df,_0x345614:0x23b,_0x42b077:0x2a0,_0x5338ce:0x291},_0x4036d1={_0x3bcb32:0x6d},_0x598be2={_0x2d6b46:0x113,_0x49aeb3:0x53e},_0x547785={'IcBeZ':function(_0x1d1666){return _0x1d1666();}},_0x502c3c=await _0x547785[_0x54a631(_0x24554e._0x59893a,0x235,_0x24554e._0xa3f00c,0x2b5)](getCoderSetupPath),_0x21e85d=await _0x547785[_0x2b88e5(_0x24554e._0x2baaf8,_0x24554e._0x29143c,0x48b,_0x24554e._0xfa348c)](getServerPort),_0x49ed3e=_0x54a631(0x24d,_0x24554e._0x1b2e52,0x1e0,_0x24554e._0x3b8610)+_0x2b88e5(0x55a,0x50b,0x529,0x56a)+_0x21e85d,_0x2e027d={};function _0x2b88e5(_0x59770f,_0x4277b6,_0xac6330,_0x4a075f){return _0x2bcdda(_0x59770f-_0x598be2._0x2d6b46,_0x4277b6-0x175,_0x59770f,_0x4277b6-_0x598be2._0x49aeb3);}_0x2e027d[_0x2b88e5(0x53b,0x55f,_0x24554e._0x322046,_0x24554e._0x4a682d)]=_0x502c3c;function _0x54a631(_0x531bfe,_0x4b9f0c,_0xb6ae8a,_0x23e6f5){return _0x2bcdda(_0x531bfe-_0x4036d1._0x3bcb32,_0x4b9f0c-0x167,_0x23e6f5,_0x531bfe-0x2a9);}return _0x2e027d['port']=_0x21e85d,_0x2e027d[_0x54a631(0x29f,_0x24554e._0x345614,_0x24554e._0x42b077,_0x24554e._0x5338ce)]=_0x49ed3e,_0x2e027d;}export async function startDaemon(_0x597996){const _0x5c54a1={_0x4d4fe5:0x403,_0x59d4c6:0x494,_0x1ba2e2:0x435,_0x1581d9:0x3db,_0xc340e8:0x3f8,_0x50f97d:0x41c,_0x2655b1:0x3f6,_0x45088e:0x3fc,_0x3c186f:0x3c6,_0x491515:0x432,_0x25eb73:0x44c,_0x134d33:0x455,_0x38af67:0x47d,_0x133497:0x42b,_0xaeb1aa:0x45e,_0x51fea7:0x40e,_0x4a8e13:0x483,_0x355f87:0x411,_0x2be20b:0x48c,_0x3ac3b9:0x4fc,_0x2069fb:0x3cb,_0x125053:0x38c,_0x122e15:0x462,_0x26251b:0x3e4,_0x297a5c:0x376,_0x31f423:0x311,_0x33220a:0x361,_0x435fa1:0x353,_0x5d9414:0x337,_0x2d38d2:0x387,_0x4e7977:0x362,_0x3fec37:0x443,_0x248fe9:0x34f,_0x2f0796:0x502,_0x1b6d32:0x494,_0x1ee462:0x4db,_0x5076cc:0x3f1,_0x50f44a:0x3b0,_0x31a744:0x37c,_0x3c4a2d:0x3eb,_0x5d0ef6:0x474,_0x5a3741:0x3c4,_0x217c0b:0x39d,_0x2672b8:0x42f,_0x3bf0c3:0x4d8,_0x1a2cb8:0x4f3,_0x4c88d3:0x48d,_0x533ac1:0x3c9,_0x25169f:0x3bb,_0x53076f:0x3ec,_0x3c41c6:0x423,_0x291dc4:0x456,_0x470d5d:0x35c,_0x21a0f9:0x321,_0x4d3a99:0x37e,_0x4ac489:0x375,_0x78dc70:0x482,_0x7de37f:0x4d1,_0x54669f:0x4c1,_0x596628:0x3c7,_0x5bb7d2:0x419,_0x545e89:0x390,_0x586f63:0x4b8,_0x49b5eb:0x53a,_0x4dc8cf:0x48e,_0x6f94df:0x47a,_0x9e9c86:0x3e5,_0x5ed5ec:0x46e,_0x50ea25:0x41f,_0x20322b:0x454,_0x15c241:0x418,_0x242bfa:0x41f,_0x257541:0x3ee,_0x160749:0x427,_0x24f0b0:0x4b6,_0x200ee3:0x41f,_0x3c7229:0x446,_0x52b291:0x445,_0x36ec59:0x466,_0x2a311d:0x484,_0xa7458a:0x479,_0x514f7f:0x3aa,_0x2b4909:0x46b,_0x5aef0c:0x3f5,_0x33849a:0x431,_0x13e85a:0x46a,_0x5acb3a:0x454,_0x26e43c:0x3d4,_0x4dd660:0x423,_0x4cd5f4:0x449,_0x3597f3:0x468,_0x49b82a:0x4cb,_0x1c10fe:0x4ea,_0x21c3bf:0x4ff,_0x2db1b5:0x4c1,_0x5652d9:0x487,_0x1e8c34:0x42e,_0x400f50:0x464,_0x4c3f0a:0x49e,_0x547d69:0x456,_0xe1d904:0x4b8,_0x48b32c:0x428,_0x48e174:0x3e4,_0x24e4a8:0x41e,_0x28718f:0x451,_0x3b61ef:0x408,_0x39ebe5:0x416,_0x1137a4:0x4aa,_0x341df9:0x461,_0x402d27:0x40c,_0x47c3f6:0x3e6,_0x5acc00:0x3e9,_0x5c638a:0x406,_0x29d3fa:0x435,_0x294146:0x405,_0x921c56:0x3ef,_0x19c131:0x41b,_0x4a57cf:0x40f,_0x1fcc06:0x4dc,_0x5bd688:0x4be,_0x354ffc:0x38b,_0x329a28:0x3ac,_0x49b1a8:0x37d,_0x24f99e:0x3eb,_0xc0668e:0x428,_0x56c1f0:0x459,_0x2ff86d:0x3f1,_0x461d0a:0x383,_0x4dcd45:0x37f,_0x34855c:0x368,_0x3d4ccc:0x38d,_0x56f6e3:0x412,_0xf0caf6:0x39c,_0x474297:0x3c6,_0x32578c:0x3c2,_0x110a57:0x3ea,_0x5766d4:0x4cd,_0x5f2577:0x52f,_0xc3d776:0x47c,_0x2fcfd0:0x3d5,_0x12dfb0:0x3d1,_0x570ef9:0x402,_0x4a7d06:0x3a7,_0xb3b980:0x3c9,_0x49fae0:0x3a2,_0x1c6114:0x39a,_0x674fcf:0x4df,_0x433c60:0x4a4,_0x52bba9:0x471,_0xa589a7:0x472,_0x12f5bb:0x4c7,_0x3e9575:0x331,_0x210b85:0x390,_0x9d07f2:0x450,_0x6e033c:0x400,_0x35f732:0x4b2,_0x4bde04:0x4c3,_0x3fc4c8:0x3ca,_0x1a23bb:0x416,_0x2ae8b8:0x407,_0x1631fc:0x3dc,_0x475c24:0x330,_0x48cc3e:0x533,_0x54ad37:0x326,_0x1c5a66:0x36c,_0x2ca0bc:0x4cf,_0x863ddb:0x49c,_0x1991c8:0x45a,_0x25cbd0:0x484,_0x3df181:0x370,_0x5960c9:0x46c,_0x44af58:0x42d,_0x13c41d:0x3e9,_0x578d94:0x4a3,_0x416f8c:0x486,_0x3dae3e:0x441,_0xde89d6:0x4a6,_0x2e542a:0x49f,_0x3ffbd4:0x4f6,_0x5c5222:0x419,_0x109a81:0x438,_0x495ac9:0x3b6,_0x1a7e31:0x2e2,_0x261066:0x363,_0x446d26:0x3e9,_0x330967:0x3bd,_0x33047c:0x45a,_0x3631f1:0x3e6,_0x122a46:0x424,_0x29cd67:0x4cd,_0x56ebbe:0x3da,_0x38271b:0x3f4,_0x4aa787:0x39e,_0x3258df:0x43f,_0x2f8dd4:0x42f,_0x3c221a:0x429,_0x3638af:0x44a,_0x191b69:0x427},_0x1db390={_0x23f2f3:0x107},_0x1f9669={_0x268e57:0x1e3,_0x2376dc:0x1a0,_0x20b3d6:0x3e2},_0x29e263={'qpxjN':function(_0x4586c8){return _0x4586c8();},'UYiEH':function(_0x5944c3,_0x499e50){return _0x5944c3(_0x499e50);},'JZvDz':_0x42341e(0x452,0x487,_0x5c54a1._0x4d4fe5,_0x5c54a1._0x59d4c6)+_0x3649c2(_0x5c54a1._0x1ba2e2,0x425,0x3e0,_0x5c54a1._0x1581d9),'YQeSl':_0x42341e(0x427,_0x5c54a1._0xc340e8,0x441,_0x5c54a1._0x50f97d),'IUXSN':_0x3649c2(_0x5c54a1._0x2655b1,_0x5c54a1._0x45088e,_0x5c54a1._0x3c186f,0x451)+'rver\x20start'+_0x3649c2(0x3e2,0x452,0x493,_0x5c54a1._0x491515)+_0x3649c2(0x4cb,_0x5c54a1._0x25eb73,0x3fb,_0x5c54a1._0x134d33)+_0x42341e(_0x5c54a1._0x38af67,0x45c,_0x5c54a1._0x133497,_0x5c54a1._0xaeb1aa)+_0x3649c2(0x43c,_0x5c54a1._0x51fea7,_0x5c54a1._0x4a8e13,_0x5c54a1._0x355f87),'fXXIp':function(_0x5603b1,_0x29900c){return _0x5603b1!==_0x29900c;},'zruAv':_0x42341e(0x4f4,_0x5c54a1._0x2be20b,0x4e0,_0x5c54a1._0x3ac3b9),'kzTzF':_0x42341e(0x3dd,_0x5c54a1._0x2069fb,0x347,0x3a3),'HGSBE':'Starting\x20C'+_0x42341e(_0x5c54a1._0x125053,0x400,0x396,_0x5c54a1._0x122e15)+_0x3649c2(0x452,_0x5c54a1._0x26251b,0x3dd,0x3d8),'KEHch':_0x3649c2(0x35b,0x35b,0x369,0x35b),'aOKUL':function(_0x2295b2,_0x31b438,_0x88ec6f,_0x494624){return _0x2295b2(_0x31b438,_0x88ec6f,_0x494624);},'FpKGD':_0x3649c2(_0x5c54a1._0x297a5c,0x35a,0x2f1,_0x5c54a1._0x31f423),'ZvQQc':'ignore','yrYSY':'utf-8','vszkG':_0x3649c2(0x37a,_0x5c54a1._0x33220a,_0x5c54a1._0x435fa1,_0x5c54a1._0x5d9414)+'-server\x20st'+_0x42341e(_0x5c54a1._0x2d38d2,0x3c2,0x3ee,_0x5c54a1._0x4e7977)+'heck\x20serve'+'r\x20status','MvAsx':_0x42341e(0x441,0x3cf,_0x5c54a1._0x3fec37,0x3a0)+_0x3649c2(0x36c,0x357,_0x5c54a1._0x248fe9,0x3cb)+_0x42341e(_0x5c54a1._0x2f0796,_0x5c54a1._0x1b6d32,0x4fc,0x46f)+_0x42341e(_0x5c54a1._0x1ee462,0x4a8,0x510,0x457)+'er'};function _0x3649c2(_0x2384c0,_0x5cfd9d,_0x157972,_0x5b3a57){return _0x2bcdda(_0x2384c0-_0x1f9669._0x268e57,_0x5cfd9d-_0x1f9669._0x2376dc,_0x5b3a57,_0x5cfd9d-_0x1f9669._0x20b3d6);}const {running:_0x5667d9,pid:_0x3e8c4d}=await _0x29e263[_0x42341e(0x403,_0x5c54a1._0x5076cc,_0x5c54a1._0x50f44a,_0x5c54a1._0x31a744)](isServerRunning);if(_0x5667d9){console[_0x3649c2(0x393,_0x5c54a1._0x3c4a2d,0x3fd,0x452)]('Server\x20is\x20'+'already\x20ru'+_0x42341e(0x46d,0x457,0x4cf,_0x5c54a1._0x5d0ef6)+':\x20'+_0x3e8c4d+')');const _0x25b418=await getServerConfig();console[_0x3649c2(_0x5c54a1._0x5a3741,_0x5c54a1._0x3c4a2d,_0x5c54a1._0x217c0b,_0x5c54a1._0x2672b8)](_0x42341e(_0x5c54a1._0x3bf0c3,0x4a9,0x456,_0x5c54a1._0x1a2cb8)+_0x25b418[_0x42341e(_0x5c54a1._0x4c88d3,0x446,0x438,0x3db)]);return;}const _0x5565c5=await _0x29e263[_0x3649c2(_0x5c54a1._0x533ac1,0x383,_0x5c54a1._0x25169f,_0x5c54a1._0x53076f)](getCoderSetupPath),_0x21eea4=_0x29e263[_0x3649c2(_0x5c54a1._0x3c41c6,_0x5c54a1._0x50f97d,0x412,_0x5c54a1._0x291dc4)](String,await getServerPort());!_0x5565c5&&(console['error']('Error:\x20No\x20'+_0x3649c2(0x34c,_0x5c54a1._0x470d5d,_0x5c54a1._0x21a0f9,_0x5c54a1._0x4d3a99)+'p\x20path\x20con'+_0x3649c2(0x400,0x3c5,0x382,_0x5c54a1._0x4ac489)),console[_0x3649c2(0x3ed,0x41f,0x3cd,0x4a2)](''),console['error'](_0x29e263['JZvDz']),console[_0x42341e(0x4f2,0x48d,0x4dd,_0x5c54a1._0x78dc70)](_0x42341e(_0x5c54a1._0x7de37f,0x46a,0x420,_0x5c54a1._0x54669f)+_0x3649c2(0x432,0x3e7,_0x5c54a1._0x596628,0x3e5)+_0x3649c2(_0x5c54a1._0x5bb7d2,0x415,0x38f,_0x5c54a1._0x545e89)+_0x42341e(0x448,_0x5c54a1._0x586f63,0x453,_0x5c54a1._0x49b5eb)+_0x42341e(0x48a,_0x5c54a1._0x4dc8cf,_0x5c54a1._0x6f94df,0x414)+_0x3649c2(0x407,0x435,_0x5c54a1._0x9e9c86,0x408)+_0x42341e(0x491,0x40e,0x38f,_0x5c54a1._0x5ed5ec)),console[_0x3649c2(0x45a,_0x5c54a1._0x50ea25,0x3de,_0x5c54a1._0x20322b)](''),console[_0x3649c2(_0x5c54a1._0x15c241,_0x5c54a1._0x242bfa,_0x5c54a1._0x257541,_0x5c54a1._0x160749)](_0x29e263[_0x3649c2(0x45f,0x455,_0x5c54a1._0x24f0b0,0x4c3)]),console[_0x3649c2(0x48f,_0x5c54a1._0x200ee3,0x4a5,_0x5c54a1._0x3c7229)](_0x29e263['IUXSN']),process[_0x3649c2(0x3dd,_0x5c54a1._0x52b291,0x45c,_0x5c54a1._0x36ec59)](0x4cf*-0x2+0x16d2+-0xd33));try{const _0xcd8094=await _0x50d3f1[_0x42341e(0x4c3,0x4bb,_0x5c54a1._0x2a311d,_0x5c54a1._0xa7458a)](_0x5565c5);!_0xcd8094[_0x3649c2(0x34f,_0x5c54a1._0x514f7f,0x35d,0x3f3)+'y']()&&(console[_0x3649c2(_0x5c54a1._0x2b4909,0x41f,_0x5c54a1._0x5aef0c,_0x5c54a1._0x33849a)](_0x42341e(_0x5c54a1._0x13e85a,_0x5c54a1._0x5acb3a,_0x5c54a1._0x26e43c,_0x5c54a1._0x4dd660)+'up\x20path\x20is'+_0x42341e(0x3f7,_0x5c54a1._0x4cd5f4,0x4a2,_0x5c54a1._0x3597f3)+_0x42341e(0x528,_0x5c54a1._0x49b82a,_0x5c54a1._0x1c10fe,_0x5c54a1._0x21c3bf)+_0x5565c5),process[_0x3649c2(0x422,_0x5c54a1._0x52b291,_0x5c54a1._0x2db1b5,0x4a7)](-0x57d*0x3+0x2*0x27b+-0x3*-0x3d6));}catch(_0x116706){_0x29e263[_0x42341e(_0x5c54a1._0x5652d9,_0x5c54a1._0x1e8c34,_0x5c54a1._0x400f50,0x3b1)]('AiNuY',_0x29e263[_0x42341e(_0x5c54a1._0x4c3f0a,_0x5c54a1._0x547d69,_0x5c54a1._0xe1d904,_0x5c54a1._0x48b32c)])?_0x1acc72[_0x3649c2(_0x5c54a1._0x48e174,_0x5c54a1._0x200ee3,_0x5c54a1._0x24e4a8,_0x5c54a1._0x28718f)](_0x3649c2(0x393,_0x5c54a1._0x3b61ef,0x42f,0x40b)+_0x42341e(_0x5c54a1._0x1ee462,0x491,_0x5c54a1._0x39ebe5,_0x5c54a1._0x1137a4)+_0x4356cb[_0x42341e(_0x5c54a1._0x341df9,0x460,_0x5c54a1._0x402d27,0x44e)]):(console['error'](_0x3649c2(0x438,_0x5c54a1._0x47c3f6,0x3a9,_0x5c54a1._0x5acc00)+'up\x20path\x20do'+_0x42341e(_0x5c54a1._0x5c638a,_0x5c54a1._0x29d3fa,0x43f,_0x5c54a1._0x294146)+'st:\x20'+_0x5565c5),process['exit'](0xb9c+0x1f*0xce+-0x248d));}const _0x4b093f=_0x417bee[_0x3649c2(_0x5c54a1._0x921c56,0x3b7,_0x5c54a1._0x19c131,_0x5c54a1._0x4a57cf)](__dirname,'..','..',_0x29e263['kzTzF']);console['log'](''),console[_0x42341e(_0x5c54a1._0x1fcc06,0x459,_0x5c54a1._0x20322b,_0x5c54a1._0x5bd688)](_0x29e263[_0x3649c2(0x38d,_0x5c54a1._0x354ffc,0x3f9,_0x5c54a1._0x329a28)]),console[_0x3649c2(_0x5c54a1._0x49b1a8,_0x5c54a1._0x24f99e,0x3d4,0x40a)]('\x20\x20Setup\x20Pa'+_0x42341e(0x467,_0x5c54a1._0xc0668e,0x459,0x423)+_0x5565c5),console[_0x42341e(0x3fc,_0x5c54a1._0x56c1f0,0x44e,0x41f)](_0x3649c2(0x3e6,0x45e,_0x5c54a1._0x2ff86d,0x46c)+_0x3649c2(_0x5c54a1._0x461d0a,0x364,_0x5c54a1._0x4dcd45,0x33b)+_0x21eea4),console['log'](_0x42341e(_0x5c54a1._0x34855c,0x3d9,_0x5c54a1._0x3d4ccc,_0x5c54a1._0x56f6e3)+'\x20\x20\x20\x20daemon'),console['log']('');const _0x367586=await getTrustProxy(),_0x4a6a98={...process[_0x42341e(_0x5c54a1._0xf0caf6,0x3d5,_0x5c54a1._0x474297,_0x5c54a1._0x32578c)]};_0x4a6a98[_0x42341e(0x41f,0x3c7,0x405,0x34c)+_0x42341e(0x484,0x443,_0x5c54a1._0x110a57,0x464)]=_0x5565c5,_0x4a6a98['PORT']=_0x21eea4;const _0x1d7049=_0x4a6a98;_0x367586&&(_0x1d7049['TRUST_PROX'+'Y']=_0x42341e(0x4b6,_0x5c54a1._0x5766d4,_0x5c54a1._0x5f2577,_0x5c54a1._0xc3d776));const _0xde0e0a=[_0x4b093f];process[_0x42341e(0x3cc,_0x5c54a1._0x2fcfd0,0x410,0x36f)][_0x3649c2(_0x5c54a1._0x12dfb0,0x433,_0x5c54a1._0x570ef9,_0x5c54a1._0x25eb73)+_0x3649c2(0x3ff,_0x5c54a1._0x4a7d06,0x341,_0x5c54a1._0xb3b980)]&&_0xde0e0a[_0x3649c2(_0x5c54a1._0x49fae0,0x417,0x41b,_0x5c54a1._0x1c6114)](_0x29e263[_0x42341e(_0x5c54a1._0x674fcf,_0x5c54a1._0x433c60,0x50a,_0x5c54a1._0x52bba9)]);const _0x59e2cf=_0x417bee[_0x42341e(_0x5c54a1._0xa589a7,_0x5c54a1._0x12f5bb,0x4b1,0x4f0)](LOG_FILE),_0x1ddb55={};_0x1ddb55[_0x3649c2(_0x5c54a1._0x3e9575,_0x5c54a1._0x210b85,0x3e3,0x378)]=!![],await _0x50d3f1[_0x3649c2(_0x5c54a1._0x9d07f2,_0x5c54a1._0x6e033c,0x468,0x45b)](_0x59e2cf,_0x1ddb55);const _0x5513a1=await _0x50d3f1[_0x42341e(_0x5c54a1._0x35f732,0x45a,0x3fa,_0x5c54a1._0x4bde04)](LOG_FILE,'a'),_0x2d8a07=_0x29e263['aOKUL'](spawn,_0x29e263[_0x42341e(_0x5c54a1._0x3fc4c8,_0x5c54a1._0x1a23bb,0x47d,0x433)],_0xde0e0a,{'env':_0x1d7049,'detached':!![],'stdio':[_0x29e263[_0x3649c2(_0x5c54a1._0x2ae8b8,_0x5c54a1._0x3fc4c8,0x42e,0x3c4)],_0x5513a1['fd'],_0x5513a1['fd']]});_0x2d8a07[_0x3649c2(0x3aa,0x37a,_0x5c54a1._0x1631fc,_0x5c54a1._0x475c24)]();const _0x16e716=_0x417bee[_0x42341e(0x4e4,_0x5c54a1._0x12f5bb,_0x5c54a1._0x48cc3e,0x4a0)](PID_FILE),_0x363c5a={};_0x363c5a[_0x3649c2(_0x5c54a1._0x54ad37,_0x5c54a1._0x210b85,_0x5c54a1._0x1c5a66,0x412)]=!![],await _0x50d3f1[_0x42341e(0x4ae,_0x5c54a1._0x5ed5ec,0x457,_0x5c54a1._0x12f5bb)](_0x16e716,_0x363c5a);function _0x42341e(_0x1ef6ac,_0x160bfc,_0x542a70,_0x3a721f){return _0xa985fe(_0x1ef6ac-0x1a5,_0x160bfc-0x1a9,_0x542a70-_0x1db390._0x23f2f3,_0x542a70);}await _0x50d3f1['writeFile'](PID_FILE,_0x2d8a07[_0x42341e(_0x5c54a1._0x2ca0bc,_0x5c54a1._0x863ddb,_0x5c54a1._0x1991c8,_0x5c54a1._0x25cbd0)]['toString'](),_0x29e263['yrYSY']),console[_0x3649c2(_0x5c54a1._0x3df181,0x3eb,_0x5c54a1._0x2ae8b8,0x461)](_0x42341e(_0x5c54a1._0x4cd5f4,0x470,0x4c2,0x447)+_0x3649c2(_0x5c54a1._0x5960c9,_0x5c54a1._0x44af58,_0x5c54a1._0x13c41d,_0x5c54a1._0x578d94)+_0x42341e(0x474,_0x5c54a1._0x416f8c,_0x5c54a1._0x3dae3e,_0x5c54a1._0xde89d6)+_0x42341e(0x437,_0x5c54a1._0x2e542a,_0x5c54a1._0x3ffbd4,_0x5c54a1._0x5c5222)+_0x2d8a07[_0x42341e(_0x5c54a1._0x109a81,0x49c,0x42d,0x474)]+')'),console[_0x3649c2(_0x5c54a1._0x495ac9,0x3eb,_0x5c54a1._0x56c1f0,0x412)]('\x20\x20URL:\x20\x20ht'+'tp://local'+_0x3649c2(_0x5c54a1._0x1a7e31,_0x5c54a1._0x261066,_0x5c54a1._0x446d26,_0x5c54a1._0x330967)+_0x21eea4),console[_0x3649c2(_0x5c54a1._0x33047c,_0x5c54a1._0x3c4a2d,0x3f9,0x3a9)](_0x3649c2(_0x5c54a1._0x3631f1,0x3a4,0x3bc,_0x5c54a1._0x122a46)+LOG_FILE),console[_0x42341e(_0x5c54a1._0x29cd67,0x459,0x3d4,0x421)](''),console['log'](_0x29e263[_0x42341e(_0x5c54a1._0x56ebbe,0x402,_0x5c54a1._0x38271b,_0x5c54a1._0x4aa787)]),console[_0x42341e(_0x5c54a1._0x3258df,0x459,_0x5c54a1._0x2f8dd4,0x441)](_0x29e263['MvAsx']),console[_0x3649c2(0x371,_0x5c54a1._0x3c4a2d,_0x5c54a1._0x3c221a,_0x5c54a1._0x3638af)]('Use\x20\x22coder'+_0x3649c2(_0x5c54a1._0x1b6d32,_0x5c54a1._0x191b69,0x3ee,_0x5c54a1._0x51fea7)+'gs\x22\x20to\x20vie'+_0x42341e(_0x5c54a1._0x12dfb0,0x43b,0x464,0x40a));}export async function stopServer(){const _0x4e61d9={_0xf6b317:0x4c5,_0x263038:0x4ff,_0x5d023a:0x311,_0x406ed1:0x300,_0x4045dc:0x48a,_0x4d4e8d:0x48d,_0x19d8cd:0x2ef,_0xf79d61:0x27f,_0x34b517:0x4d1,_0x11c67c:0x579,_0x452f13:0x5a5,_0x3ed05d:0x4a1,_0x5c0219:0x499,_0x1b8774:0x4b2,_0x250e06:0x45f,_0x2527e0:0x4b5,_0x55e12b:0x4fa,_0xf59285:0x1ec,_0x21f535:0x230,_0x1a938c:0x248,_0x43942e:0x22b,_0x3d6ce9:0x2e4,_0x407f36:0x4a3,_0x641df7:0x50e,_0x28d349:0x524,_0x323b29:0x523,_0x28f1f6:0x476,_0x1ec33c:0x46b,_0x39558b:0x21c,_0x29a09b:0x1c5,_0x50f5d7:0x254,_0x11fd56:0x1f5,_0x5793e9:0x25f,_0x30b1d2:0x58a,_0x3a2073:0x51e,_0x4ec335:0x54f,_0x5bec43:0x208,_0x3e0aa9:0x241,_0x382e65:0x2c8,_0x4a34b5:0x288,_0x3ced7e:0x238,_0x3da672:0x271,_0x1bd54f:0x282,_0x41c519:0x568,_0x5b8ee2:0x1c8,_0x3f7ab4:0x248,_0x148c33:0x2d8,_0x17346a:0x2cc,_0x4fae77:0x2a5,_0x3169e0:0x4cf,_0x1ea1c9:0x4bb,_0x9e7258:0x1f1,_0xec0b5b:0x235,_0x5d6fcf:0x519,_0x5ab111:0x50c,_0xfba055:0x538,_0x12dbd5:0x27a,_0x35d5c3:0x2aa,_0x503c2a:0x54a,_0x25619d:0x51a,_0x1b064f:0x21c,_0x200ab6:0x1f2,_0x11eaad:0x4a2,_0x3de604:0x58f,_0x4e1ecd:0x541,_0x42983e:0x5e9,_0x432bb6:0x5da,_0x39355b:0x2c0,_0x5d96c4:0x2c4,_0x2b9baf:0x298,_0x130128:0x2f7,_0x353b8e:0x29e,_0x458b87:0x2bb,_0x5656bc:0x27d,_0x30991c:0x232,_0x43053c:0x296,_0xf9bbd6:0x23e,_0x531c51:0x4cd,_0x4edd16:0x52b,_0x3946e6:0x4cb,_0x3ccdde:0x4f5,_0x2336ae:0x47b,_0x421490:0x4ab,_0x1cf41d:0x4cc,_0x1f4283:0x485,_0x57bb2f:0x5b4,_0x14ddcc:0x297,_0x4a7d87:0x254,_0x22e108:0x55d,_0x5ca217:0x515,_0x4f6637:0x23b,_0x2b20d2:0x249,_0xa3b1e1:0x2ba,_0x18de86:0x480,_0x5d7b83:0x4d4,_0x31b2a9:0x531,_0x2e9a5:0x2d7,_0x3f30d1:0x285,_0x3ff49e:0x521,_0x14a48e:0x561,_0x39d954:0x51b,_0x5c8d00:0x4dd,_0x32a1bc:0x543,_0xbc0ea2:0x522,_0x42bb2f:0x540,_0x113495:0x212,_0x20aaa0:0x509,_0x412006:0x340,_0x5a578f:0x2cb,_0xb719ed:0x4d7,_0x56a259:0x5ce,_0x3359a1:0x560,_0x5e4af3:0x572,_0x4f9c5d:0x244,_0x4afe4c:0x1df,_0x4ebfe1:0x5a7},_0x347b35={_0x4dc0f0:0x8e,_0x12a6f9:0xf6,_0x1001de:0x51b},_0x5451fb={'kMPGV':function(_0x245f8f){return _0x245f8f();},'axttL':function(_0x50914a,_0x51aaac){return _0x50914a!==_0x51aaac;},'IDUUd':_0x45c4b9(_0x4e61d9._0xf6b317,_0x4e61d9._0x263038,0x4b0,0x535),'BKKYg':_0x58f91c(-_0x4e61d9._0x5d023a,-_0x4e61d9._0x406ed1,-0x25f,-0x2b3),'bLYRa':function(_0x37881f,_0x1dcf42){return _0x37881f<_0x1dcf42;},'BEQjT':'RaaFM','eWkeP':function(_0x53b672,_0x316ebf){return _0x53b672===_0x316ebf;},'pjvSd':_0x45c4b9(_0x4e61d9._0x4045dc,0x4b1,_0x4e61d9._0x4d4e8d,0x534),'DXkPE':'BUCIv','FxqeX':_0x45c4b9(0x41a,0x49e,0x4f2,0x4e9)+_0x58f91c(-0x243,-_0x4e61d9._0x19d8cd,-0x26f,-_0x4e61d9._0xf79d61)+_0x45c4b9(0x506,0x4c1,_0x4e61d9._0x34b517,0x528)+_0x45c4b9(0x5ef,_0x4e61d9._0x11c67c,0x53f,_0x4e61d9._0x452f13)+'..','SZEyP':_0x45c4b9(_0x4e61d9._0x3ed05d,0x4e2,_0x4e61d9._0x5c0219,_0x4e61d9._0x1b8774)},{running:_0xf6ee9c,pid:_0x333bc9}=await _0x5451fb[_0x45c4b9(_0x4e61d9._0x250e06,_0x4e61d9._0x2527e0,0x4a9,0x4ea)](isServerRunning);if(!_0xf6ee9c){if(_0x5451fb[_0x45c4b9(0x4b7,_0x4e61d9._0x55e12b,0x541,0x541)](_0x5451fb['IDUUd'],_0x5451fb['IDUUd']))_0x20818d[_0x58f91c(-_0x4e61d9._0xf59285,-0x29f,-_0x4e61d9._0x21f535,-_0x4e61d9._0x1a938c)]('\x20\x20Status:\x20'+_0x58f91c(-_0x4e61d9._0x43942e,-_0x4e61d9._0x3d6ce9,-0x2dd,-0x262)+'ning\x20(daem'+_0x45c4b9(0x477,_0x4e61d9._0x407f36,0x48a,_0x4e61d9._0x641df7)),_0x356da7[_0x45c4b9(0x578,_0x4e61d9._0x28d349,0x52c,_0x4e61d9._0x323b29)](_0x45c4b9(_0x4e61d9._0x28f1f6,0x4a2,0x43e,_0x4e61d9._0x1ec33c)+_0x58f91c(-_0x4e61d9._0x39558b,-_0x4e61d9._0x29a09b,-_0x4e61d9._0x50f5d7,-0x1f7)+_0x1db6b1),_0x138ea1[_0x58f91c(-_0x4e61d9._0x11fd56,-0x2a5,-_0x4e61d9._0x5793e9,-_0x4e61d9._0x1a938c)](_0x45c4b9(0x5a4,_0x4e61d9._0x30b1d2,0x527,_0x4e61d9._0x3a2073)+_0x45c4b9(_0x4e61d9._0x4ec335,0x575,0x565,0x58e)+_0x27a6a0[_0x58f91c(-0x2cc,-0x293,-_0x4e61d9._0x5bec43,-0x25b)]);else{console[_0x58f91c(-_0x4e61d9._0x3e0aa9,-_0x4e61d9._0x382e65,-_0x4e61d9._0x4a34b5,-0x248)](_0x58f91c(-_0x4e61d9._0x3ced7e,-_0x4e61d9._0x3da672,-0x2a3,-_0x4e61d9._0x1bd54f)+_0x45c4b9(_0x4e61d9._0x41c519,0x554,0x5d0,0x590)+'g');return;}}function _0x58f91c(_0x2f0b44,_0x219481,_0x32d7e5,_0x349640){return _0xa985fe(_0x2f0b44-0x123,_0x349640- -0x4f8,_0x32d7e5-0x7,_0x32d7e5);}function _0x45c4b9(_0x368259,_0xb840f3,_0xbf5f75,_0x4329f8){return _0x2bcdda(_0x368259-_0x347b35._0x4dc0f0,_0xb840f3-_0x347b35._0x12a6f9,_0xbf5f75,_0xb840f3-_0x347b35._0x1001de);}console[_0x58f91c(-_0x4e61d9._0x5b8ee2,-0x24f,-0x2b0,-_0x4e61d9._0x3f7ab4)](_0x58f91c(-0x259,-0x2d3,-_0x4e61d9._0x148c33,-0x2af)+_0x58f91c(-0x291,-_0x4e61d9._0x17346a,-0x25f,-_0x4e61d9._0x4fae77)+':\x20'+_0x333bc9+_0x45c4b9(_0x4e61d9._0x3169e0,0x4fc,0x51e,_0x4e61d9._0x1ea1c9));try{process['kill'](_0x333bc9,_0x5451fb['BKKYg']);for(let _0x3b9b76=-0xd00+-0x2b*-0xa9+0x3*-0x521;_0x5451fb[_0x58f91c(-_0x4e61d9._0x9e7258,-_0x4e61d9._0xec0b5b,-0x2be,-0x264)](_0x3b9b76,-0x2325*0x1+0x1d71+0x5e6);_0x3b9b76++){if(_0x45c4b9(0x51f,_0x4e61d9._0x5d6fcf,_0x4e61d9._0x5ab111,_0x4e61d9._0xfba055)!==_0x5451fb[_0x58f91c(-0x31a,-_0x4e61d9._0x12dbd5,-0x22e,-_0x4e61d9._0x35d5c3)])_0x582ba3[_0x45c4b9(_0x4e61d9._0x503c2a,0x558,_0x4e61d9._0x25619d,0x54a)]('Error\x20stop'+_0x58f91c(-0x1c2,-0x268,-_0x4e61d9._0x1b064f,-_0x4e61d9._0x200ab6)+_0x45c4b9(0x553,0x4f7,0x4e8,_0x4e61d9._0x11eaad)+_0xb7cd10[_0x45c4b9(_0x4e61d9._0x3de604,0x52b,_0x4e61d9._0x4e1ecd,0x592)]),_0x5c172d[_0x45c4b9(_0x4e61d9._0x42983e,0x57e,_0x4e61d9._0x432bb6,0x5ab)](0x11a3+-0x26a1+0x1*0x14ff);else try{_0x5451fb[_0x58f91c(-_0x4e61d9._0x39355b,-0x2f8,-_0x4e61d9._0x5d96c4,-_0x4e61d9._0x2b9baf)](_0x58f91c(-_0x4e61d9._0x130128,-0x2ef,-_0x4e61d9._0x353b8e,-_0x4e61d9._0x458b87),_0x5451fb[_0x58f91c(-_0x4e61d9._0x5656bc,-0x2c5,-_0x4e61d9._0x30991c,-_0x4e61d9._0x43053c)])?(process[_0x58f91c(-0x25a,-0x1bb,-_0x4e61d9._0xf9bbd6,-0x212)](_0x333bc9,-0x2*-0x11f2+-0x13*-0x1a0+-0x2162*0x2),await new Promise(_0x669a68=>setTimeout(_0x669a68,-0x23bb*0x1+0x15a*-0x13+0x3dcd))):(_0x56fb44[_0x45c4b9(_0x4e61d9._0x531c51,0x524,_0x4e61d9._0x4edd16,0x57b)](_0x45c4b9(_0x4e61d9._0x3946e6,_0x4e61d9._0x3ccdde,_0x4e61d9._0x2336ae,_0x4e61d9._0x421490)+_0x58f91c(-0x285,-0x299,-0x2a6,-0x23e)+_0x45c4b9(0x4f9,0x499,_0x4e61d9._0x1cf41d,_0x4e61d9._0x1f4283)+_0x45c4b9(0x551,0x593,_0x4e61d9._0x57bb2f,0x54f)+_0x58f91c(-0x2b8,-_0x4e61d9._0x14ddcc,-0x2bb,-_0x4e61d9._0x4a7d87)+_0x45c4b9(0x4ed,_0x4e61d9._0x22e108,_0x4e61d9._0x5ca217,0x4fd)),_0x4bab69[_0x58f91c(-_0x4e61d9._0x4f6637,-0x1de,-_0x4e61d9._0x2b20d2,-0x248)](_0x58f91c(-0x2f3,-0x32c,-0x301,-0x2b4)+_0x58f91c(-0x1db,-_0x4e61d9._0xa3b1e1,-0x201,-0x256)+_0x62e9b5));}catch{break;}}try{if(_0x5451fb[_0x45c4b9(_0x4e61d9._0x18de86,_0x4e61d9._0x5d7b83,0x52a,0x4eb)](_0x45c4b9(0x52c,_0x4e61d9._0x31b2a9,0x5a5,0x593),_0x5451fb[_0x58f91c(-0x2dc,-0x212,-_0x4e61d9._0x2e9a5,-_0x4e61d9._0x3f30d1)]))process[_0x45c4b9(0x584,0x55a,0x51a,_0x4e61d9._0x3ff49e)](_0x333bc9,0x2b*0x53+0xd*-0x22d+-0x4c8*-0x3),console[_0x45c4b9(_0x4e61d9._0x14a48e,0x524,_0x4e61d9._0x39d954,_0x4e61d9._0x55e12b)](_0x5451fb[_0x45c4b9(_0x4e61d9._0x5c8d00,_0x4e61d9._0x32a1bc,_0x4e61d9._0xbc0ea2,_0x4e61d9._0x42bb2f)]),process[_0x58f91c(-0x287,-0x1e4,-0x23b,-_0x4e61d9._0x113495)](_0x333bc9,_0x5451fb[_0x45c4b9(_0x4e61d9._0x3ed05d,0x4eb,_0x4e61d9._0x20aaa0,0x532)]);else{const _0xcf4d09={};return _0xcf4d09['running']=![],_0xcf4d09['pid']=null,_0xcf4d09;}}catch{}await _0x50d3f1['unlink'](PID_FILE)[_0x58f91c(-0x324,-0x26d,-_0x4e61d9._0x412006,-_0x4e61d9._0x5a578f)](()=>{}),console['log'](_0x45c4b9(0x533,0x53b,0x52b,_0x4e61d9._0xb719ed)+'topped');}catch(_0x57dd71){console[_0x45c4b9(0x597,0x558,0x5da,_0x4e61d9._0x56a259)](_0x45c4b9(0x525,0x4c5,0x43f,0x4f5)+_0x45c4b9(_0x4e61d9._0x3359a1,0x57a,_0x4e61d9._0x5e4af3,0x5a8)+_0x45c4b9(0x568,0x4f7,0x49c,0x504)+_0x57dd71[_0x58f91c(-0x2b6,-_0x4e61d9._0x4f9c5d,-_0x4e61d9._0x4afe4c,-0x241)]),process[_0x45c4b9(0x5b1,0x57e,_0x4e61d9._0x4ebfe1,0x59a)](-0x52f+-0x977+0xea7);}}async function checkServerHealth(_0x2d0439){const _0x33049a={_0x1e99e7:0x378,_0x2f11d2:0x3ab,_0x49d2a7:0x28c,_0x5bcc55:0x236,_0x967ebc:0x26a,_0x59b727:0x251,_0x352173:0x3f8,_0x565b5a:0x42e,_0xfd93b9:0x3ea},_0x1cee68={_0x1375ff:0x18a,_0x5c4965:0x1e1,_0xb83f52:0x18f,_0x44cb56:0x1d4,_0x556ae8:0x11f,_0x24013b:0x180,_0x432ed4:0x1ff,_0x1bf786:0x124,_0x48e3fc:0x151,_0x1cc90f:0x19e,_0x1b9359:0x176,_0x3ef880:0x1c7,_0x20a629:0x16b,_0x5c4df0:0x1d4,_0x7d9a27:0x1c3,_0x5a7be0:0x191,_0x3ea476:0x22a},_0x35b5cd={_0x4ff1dc:0x107},_0x67b7eb={_0x281631:0x3,_0x33b2bd:0x17c},_0x9cd96a={_0x147eb5:0x147},_0x5ea7ed={_0x73046a:0x92,_0x3b6b2e:0x99,_0x5b6da0:0x3bb},_0x5e1481={};function _0x2e22e0(_0x24282f,_0x47f4d8,_0x2eca98,_0x435890){return _0x2bcdda(_0x24282f-_0x5ea7ed._0x73046a,_0x47f4d8-_0x5ea7ed._0x3b6b2e,_0x47f4d8,_0x24282f-_0x5ea7ed._0x5b6da0);}_0x5e1481['vYtvi']=_0x2e22e0(_0x33049a._0x1e99e7,0x366,0x3cf,_0x33049a._0x2f11d2),_0x5e1481['ExHmV']=_0x452657(_0x33049a._0x49d2a7,_0x33049a._0x5bcc55,0x2d0,0x272),_0x5e1481[_0x452657(_0x33049a._0x5bcc55,_0x33049a._0x967ebc,0x29b,_0x33049a._0x59b727)]=_0x2e22e0(_0x33049a._0x352173,0x476,_0x33049a._0x565b5a,_0x33049a._0xfd93b9);const _0x35b03a=_0x5e1481;function _0x452657(_0x4893a0,_0x161267,_0x523aa5,_0x3d73a9){return _0xa985fe(_0x4893a0-_0x9cd96a._0x147eb5,_0x3d73a9- -0x83,_0x523aa5-0x6c,_0x4893a0);}return new Promise(_0xcc846b=>{const _0x104b02={_0x4b80a9:0xe7,_0x2e33c4:0x18e,_0x26a6dc:0x117,_0x52c337:0x108,_0x31cb46:0x13c,_0xe31587:0xb9,_0x3bb368:0xea,_0x2124a4:0x11c,_0x2421e1:0x50c,_0x3b3e1c:0xf,_0x4b5ae9:0x9,_0x4562a9:0x1e,_0x373752:0x4ee},_0x79bda1={_0x1a04a1:0x263,_0x115bb1:0x65},_0x43028f={_0x5fd781:0x48e},_0x1669c2={'EOfYT':_0x3bd51f(-_0x1cee68._0x1375ff,-0x163,-_0x1cee68._0x5c4965,-0x11c),'kiXJs':function(_0x5be573,_0x1942a9){return _0x5be573(_0x1942a9);},'TXQMw':_0x35b03a[_0x1c2a2d(_0x1cee68._0xb83f52,0x1f8,_0x1cee68._0x44cb56,_0x1cee68._0x556ae8)]},_0x16ed7c={};_0x16ed7c[_0x1c2a2d(0x1c3,_0x1cee68._0x24013b,0x1d9,_0x1cee68._0x432ed4)]=0x7d0;function _0x1c2a2d(_0x44dc1f,_0x26ee23,_0x1b6368,_0x58a821){return _0x452657(_0x26ee23,_0x26ee23-_0x67b7eb._0x281631,_0x1b6368-_0x67b7eb._0x33b2bd,_0x44dc1f- -0x8a);}function _0x3bd51f(_0xd607b7,_0x159bb7,_0x1589f6,_0xca6675){return _0x452657(_0x1589f6,_0x159bb7-_0x35b5cd._0x4ff1dc,_0x1589f6-0x1d7,_0xd607b7- -0x3dc);}const _0x53dfb5=_0x5ce480[_0x3bd51f(-0x219,-0x1fc,-0x233,-0x26a)]('http://loc'+_0x1c2a2d(0x167,0xf3,0xf9,_0x1cee68._0x1bf786)+_0x2d0439+_0x1c2a2d(0x14e,_0x1cee68._0x48e3fc,_0x1cee68._0x1cc90f,_0x1cee68._0x1b9359),_0x16ed7c,_0x517e6d=>{const _0x1120eb={_0x9f5c98:0x164,_0x59380c:0xf0,_0x10a206:0x93,_0x1f4a78:0x1a5,_0x143e57:0x142,_0x402d8c:0x180,_0x4b0556:0xc1,_0x1a193b:0x280},_0xf38bb2={_0x2d60d7:0x172},_0x3ff183={_0x5376ee:0x44a,_0x28bdfd:0xa4},_0x1b31b4={_0x1eb742:0x26};let _0x10e318='';function _0x5cb3a7(_0x1096fa,_0x565048,_0x27d110,_0x2ac42a){return _0x3bd51f(_0x565048-0x616,_0x565048-0x148,_0x1096fa,_0x2ac42a-_0x1b31b4._0x1eb742);}_0x517e6d['on'](_0x5cb3a7(0x456,0x450,0x457,0x4b9),_0x1072dc=>_0x10e318+=_0x1072dc);function _0x4623ba(_0x2247af,_0x1cb653,_0x39ee40,_0x4e89aa){return _0x3bd51f(_0x4e89aa-_0x3ff183._0x5376ee,_0x1cb653-0x1dd,_0x2247af,_0x4e89aa-_0x3ff183._0x28bdfd);}_0x517e6d['on'](_0x35b03a[_0x5cb3a7(0x409,_0x43028f._0x5fd781,0x44f,0x45b)],()=>{const _0x198b42={_0x18e09b:0x20c,_0xe1e07b:0x65};function _0x8926fd(_0x378b6b,_0x4837c4,_0x4e2386,_0x34d863){return _0x5cb3a7(_0x4e2386,_0x34d863- -_0x198b42._0x18e09b,_0x4e2386-_0x198b42._0xe1e07b,_0x34d863-0x1b3);}function _0x29fedc(_0xd8bbfb,_0x4d2471,_0x2be164,_0x518905){return _0x5cb3a7(_0x2be164,_0x4d2471- -0x32a,_0x2be164-_0xf38bb2._0x2d60d7,_0x518905-0x1a5);}try{const _0x368989=JSON[_0x29fedc(_0x1120eb._0x9f5c98,0xf5,_0x1120eb._0x59380c,_0x1120eb._0x10a206)](_0x10e318),_0x1bd074={};_0x1bd074[_0x29fedc(0xab,0xc1,0x85,0xe1)]=!![],_0x1bd074[_0x29fedc(0x214,_0x1120eb._0x1f4a78,_0x1120eb._0x143e57,0x193)]=_0x368989['service']||_0x1669c2[_0x29fedc(0x1d4,0x16c,0x15e,_0x1120eb._0x402d8c)],_0xcc846b(_0x1bd074);}catch{const _0x2a94db={};_0x2a94db[_0x29fedc(0x10b,_0x1120eb._0x4b0556,0x43,0xc8)]=!![],_0x2a94db[_0x8926fd(_0x1120eb._0x1a193b,0x2ca,0x26d,0x2c3)]='unknown',_0x1669c2['kiXJs'](_0xcc846b,_0x2a94db);}});}),_0x4fc473={};_0x4fc473[_0x1c2a2d(0x127,_0x1cee68._0x556ae8,0xa4,0xf0)]=![],_0x53dfb5['on'](_0x35b03a[_0x1c2a2d(_0x1cee68._0x3ef880,_0x1cee68._0x20a629,_0x1cee68._0x5c4df0,0x1f0)],()=>_0xcc846b(_0x4fc473)),_0x53dfb5['on'](_0x1c2a2d(_0x1cee68._0x7d9a27,_0x1cee68._0x5a7be0,0x197,_0x1cee68._0x3ea476),()=>{function _0x126b95(_0x30f957,_0x1eda1f,_0x57dde9,_0x164944){return _0x1c2a2d(_0x1eda1f-0x3c7,_0x30f957,_0x57dde9-0x1b0,_0x164944-0x158);}function _0x1248b4(_0x39da17,_0x5b1fd2,_0x3ecc85,_0x46abc2){return _0x3bd51f(_0x3ecc85-_0x79bda1._0x1a04a1,_0x5b1fd2-0x138,_0x5b1fd2,_0x46abc2-_0x79bda1._0x115bb1);}if(_0x1669c2[_0x1248b4(_0x104b02._0x4b80a9,0xc7,0x117,0xb0)]!==_0x1669c2[_0x1248b4(0x9f,_0x104b02._0x2e33c4,_0x104b02._0x26a6dc,_0x104b02._0x52c337)]){_0x29a84e[_0x1248b4(_0x104b02._0x31cb46,_0x104b02._0xe31587,_0x104b02._0x3bb368,_0x104b02._0x2124a4)](_0x25d85f,0x2e*0x6d+-0x2e0+-0x10b6);const _0x3054da={};return _0x3054da[_0x126b95(0x4b2,0x51d,0x566,_0x104b02._0x2421e1)]=!![],_0x3054da['pid']=_0x5c9ebf,_0x3054da;}else{_0x53dfb5[_0x1248b4(_0x104b02._0x3b3e1c,-_0x104b02._0x4b5ae9,0x65,-_0x104b02._0x4562a9)]();const _0xaf384c={};_0xaf384c[_0x126b95(0x525,_0x104b02._0x373752,0x483,0x512)]=![],_0x1669c2['kiXJs'](_0xcc846b,_0xaf384c);}});});}function _0x3c2c(_0x436a8b,_0x47711e){_0x436a8b=_0x436a8b-(-0x1768+-0x3cc*-0x3+-0xf*-0xde);const _0x2befbe=_0x7312();let _0x4d3468=_0x2befbe[_0x436a8b];if(_0x3c2c['BjemMu']===undefined){var _0x37693e=function(_0x306643){const _0x2fedfc='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4b1fd8='',_0x4f8bcb='';for(let _0x42a510=0xb*0x87+0x1b3b*0x1+-0x2108,_0x3dd3b9,_0x565d8c,_0xa017a0=-0x811+0x24d0+0xdf*-0x21;_0x565d8c=_0x306643['charAt'](_0xa017a0++);~_0x565d8c&&(_0x3dd3b9=_0x42a510%(-0x63+-0x1*0x10a9+0x1110)?_0x3dd3b9*(0xcbb+-0x6ad*-0x3+-0x2082)+_0x565d8c:_0x565d8c,_0x42a510++%(0x12c+0x84d*0x1+-0x975))?_0x4b1fd8+=String['fromCharCode'](-0x22d5+-0x1*-0xa72+0x1962&_0x3dd3b9>>(-(-0x9e9+-0x1b5+0x6*0x1f0)*_0x42a510&-0xb15+0x23c+-0x8df*-0x1)):0x423*0x8+-0x150d+-0xc0b){_0x565d8c=_0x2fedfc['indexOf'](_0x565d8c);}for(let _0x5ee3d7=0x3b5+-0x1*-0x212b+0x2*-0x1270,_0x355ad1=_0x4b1fd8['length'];_0x5ee3d7<_0x355ad1;_0x5ee3d7++){_0x4f8bcb+='%'+('00'+_0x4b1fd8['charCodeAt'](_0x5ee3d7)['toString'](-0x12*0x21f+-0x10*-0x57+0xf7*0x22))['slice'](-(-0x15*-0x1a+0xaf2+-0xe*0xef));}return decodeURIComponent(_0x4f8bcb);};_0x3c2c['LOAwxm']=_0x37693e,_0x3c2c['gaDBja']={},_0x3c2c['BjemMu']=!![];}const _0x3e26dd=_0x2befbe[0x204+0x925+-0xb29],_0x46d569=_0x436a8b+_0x3e26dd,_0x4c2441=_0x3c2c['gaDBja'][_0x46d569];return!_0x4c2441?(_0x4d3468=_0x3c2c['LOAwxm'](_0x4d3468),_0x3c2c['gaDBja'][_0x46d569]=_0x4d3468):_0x4d3468=_0x4c2441,_0x4d3468;}export async function showStatus(){const _0x2d71bb={_0x14c94d:0x182,_0x5b09b1:0x1cd,_0x3edf3d:0x22e,_0x26e08f:0x255,_0x2fe0f4:0x251,_0x1e76a8:0x229,_0x164fc3:0x2a5,_0x1e44e1:0x1c7,_0x588bd4:0x20d,_0xec0762:0x247,_0x219d8d:0x231,_0x3fa156:0x2d7,_0x5e2d77:0x18f,_0x87a4b3:0x163,_0x27f1bb:0x1a6,_0x193d06:0x1bb,_0x1bc530:0xf7,_0x223fae:0x194,_0x798c62:0x216,_0x47bb6c:0x277,_0x2d426f:0x22a,_0x36a339:0x1c9,_0x4c475c:0x29f,_0x5578b8:0x2cd,_0x44d4d8:0x2c7,_0x380f64:0x208,_0xdb0df8:0x249,_0x446edb:0x2ed,_0xccda9a:0x2d3,_0x4bec74:0x160,_0x2a204a:0x158,_0x2ebfff:0x262,_0x541ab9:0x25d,_0x20768e:0x265,_0x30449b:0x287,_0x2d1e11:0x2f8,_0x2c712d:0x356,_0x37fcac:0x2be,_0x122add:0x29d,_0x2d560b:0x1ef,_0x513d75:0x2b4,_0x12a7e1:0x2dc,_0x10eee6:0x1e8,_0x2ab012:0x2d6,_0x3282d3:0x319,_0x23e38a:0x25e,_0x2bb849:0x266,_0x5e1d9d:0x241,_0x3ad30c:0xf9,_0x5ec3ac:0x17a,_0x4a2e71:0x232,_0x556951:0x21d,_0x4f6005:0xd2,_0x39bf6f:0x134,_0x454cba:0x1d3,_0x7d5d79:0x1ff,_0x874fab:0x2c9,_0xa1720f:0x1e3,_0x35d048:0x139,_0x54bff7:0x173,_0x2844ec:0x1a2,_0x1d04e0:0x331,_0x4cdf3f:0x30d,_0x8ba143:0x28c,_0x2e1001:0x17d,_0x3451dc:0x225,_0xa109b1:0x198,_0x3d38d0:0x1b8,_0x1e12c3:0x189,_0x3dcb63:0x1da,_0xcedbf5:0x288,_0xe36130:0x272,_0x58197d:0x26f,_0x55779e:0x2e3,_0x2f7148:0x31e,_0x1b8b6b:0x1e9,_0x44498f:0x26d,_0x1e36fd:0x205,_0x1c4afc:0x267,_0x1d7173:0x304,_0x13afb0:0x1e9,_0x389a2b:0x1a5,_0x3193e1:0x114,_0x56fb4f:0x14a,_0x19ff3c:0x13c,_0x360111:0x2e4,_0x2d37eb:0x25b,_0x33d683:0x2d3,_0xa2cb00:0x1bc,_0x1c069c:0x177,_0x515d65:0x1c0,_0x2ec940:0x218,_0x4c9671:0x20a,_0x15c31d:0x21b,_0x20490a:0x209,_0x176927:0x26b,_0x4635c3:0x1f9,_0x4a5d13:0x279,_0x32c3f1:0x2ea,_0x2b76b0:0x259,_0x31c472:0x2df,_0x3c1d2a:0x244,_0x142650:0x30e,_0x4a883a:0xfd,_0x6cddb2:0x241,_0x4fe4a7:0x227,_0x35380f:0x1eb,_0xfa508a:0x1ff,_0x204c4d:0x19d,_0x11a074:0x1fc,_0x4a320f:0x240,_0x1f5595:0x2a4,_0x36c64a:0x23c,_0x271cb4:0x2e0,_0x3e1031:0x2b1,_0x53f8df:0x156,_0x1efb91:0xd7,_0x22dfba:0x122,_0xf53cc0:0x29e,_0x71bbf3:0x21d,_0x3246e1:0x1b2,_0x49cddc:0x1d1,_0x5d8069:0x28f,_0x389917:0x28c,_0x587145:0x1fc,_0x4a8e5a:0x1f6,_0xf48485:0x20c,_0x5ed17a:0x1cc,_0x3bdb95:0x1b3,_0x5ef1cf:0x196,_0x42080f:0x1cf,_0x497306:0x1b8,_0x374329:0x1a7,_0x210e9a:0x228,_0x45dd75:0x200,_0x4bd72f:0x223,_0x21d689:0x283,_0x50bb7c:0x1db,_0x4475e2:0x1e6,_0x36a2c1:0x2a7,_0x432226:0x29e,_0x2d63fd:0x162,_0x2d6301:0x1d9,_0x55c797:0x1d4,_0x455b91:0x1a9,_0x136eaf:0x269,_0x5d0126:0x29a,_0x5b74a0:0x24d,_0x2249fc:0x164,_0x572e6c:0x1fe,_0x4a949b:0x284,_0x300c73:0x28c,_0x183ec3:0x204,_0x596b26:0x2de,_0x1819fa:0x236,_0x134ec8:0x20a,_0x27ac9a:0x11b,_0x2df13b:0x169,_0x2c8b30:0x2a6,_0x46b79c:0x151,_0x4ac689:0x1be,_0x37e55e:0x218,_0x3bdc96:0x302,_0x4b937b:0x28d,_0x50ec07:0x31d,_0x4e6e14:0x287,_0x1a055b:0x2a9,_0x3dd702:0x1d0,_0x25563f:0x1d7,_0x3a278b:0x2c0,_0x178b47:0x2e6,_0x3ee806:0x248,_0x2a799a:0x2e5},_0x2065af={_0x180c0a:0x14d},_0x7b7926={'KMriN':_0x40d0eb(_0x2d71bb._0x14c94d,_0x2d71bb._0x5b09b1,0x206,0x1c0)+_0x40d0eb(0x209,_0x2d71bb._0x3edf3d,_0x2d71bb._0x26e08f,0x1e2)+_0x40d0eb(_0x2d71bb._0x2fe0f4,0x273,_0x2d71bb._0x1e76a8,_0x2d71bb._0x164fc3)+_0x249227(0x197,_0x2d71bb._0x1e44e1,_0x2d71bb._0x588bd4,0x292)+'..','sMsjH':_0x40d0eb(0x294,_0x2d71bb._0xec0762,0x24a,_0x2d71bb._0x219d8d),'FgPTx':function(_0x4d3913,_0x23a480){return _0x4d3913(_0x23a480);},'MawdW':function(_0x1716af){return _0x1716af();},'PLJJV':function(_0x2b263e){return _0x2b263e();},'lakaR':'CoderFlow\x20'+_0x40d0eb(_0x2d71bb._0x3fa156,0x235,0x291,0x2ad)+'tus:','oeEwd':function(_0x1ece1e,_0x568a61){return _0x1ece1e!==_0x568a61;},'HWOAD':_0x249227(_0x2d71bb._0x5e2d77,0x19f,0x1bc,0x138),'kHcIR':function(_0x2767c2,_0x4a4040){return _0x2767c2!==_0x4a4040;},'cvkox':_0x249227(_0x2d71bb._0x87a4b3,0x15e,0x196,_0x2d71bb._0x27f1bb),'jUyhD':_0x249227(_0x2d71bb._0x193d06,0xdb,0x152,_0x2d71bb._0x1bc530),'bZxJD':'\x20\x20coder-se'+'rver\x20start','IyQSV':function(_0x3b045b,_0x4ab120){return _0x3b045b===_0x4ab120;},'ptQkM':_0x40d0eb(0x256,_0x2d71bb._0x223fae,_0x2d71bb._0x798c62,0x19e),'ZWXeO':'Configure\x20'+'and\x20start\x20'+_0x40d0eb(0x22f,0x210,_0x2d71bb._0x47bb6c,0x20e)+_0x249227(0x1d7,0x20f,0x1f7,_0x2d71bb._0x2d426f),'WlJNR':_0x249227(0x18d,0x1e4,_0x2d71bb._0x36a339,0x1ee)+_0x40d0eb(0x290,_0x2d71bb._0x4c475c,_0x2d71bb._0x5578b8,_0x2d71bb._0x44d4d8)+_0x249227(0x220,_0x2d71bb._0x380f64,0x21f,_0x2d71bb._0xdb0df8)+_0x40d0eb(0x28c,0x345,_0x2d71bb._0x446edb,_0x2d71bb._0xccda9a)+'to/coder-s'+_0x249227(0x19b,_0x2d71bb._0x4bec74,0x1db,_0x2d71bb._0x2a204a),'dcZWS':function(_0x3c90bc,_0x57141d){return _0x3c90bc!==_0x57141d;},'BmVzN':_0x40d0eb(_0x2d71bb._0x2ebfff,_0x2d71bb._0x541ab9,0x203,_0x2d71bb._0x20768e),'AcnBp':_0x40d0eb(_0x2d71bb._0x30449b,0x2dd,_0x2d71bb._0x2d1e11,_0x2d71bb._0x2c712d)+'erver\x20with'+':','yMNTt':_0x40d0eb(0x262,_0x2d71bb._0x37fcac,_0x2d71bb._0x122add,0x2c2)+_0x249227(0x21b,0x187,_0x2d71bb._0x2d560b,0x1d8),'AKpCG':function(_0x430042,_0x3d56a6){return _0x430042===_0x3d56a6;},'CWWsB':_0x40d0eb(0x263,0x240,_0x2d71bb._0x513d75,_0x2d71bb._0x12a7e1),'axIpr':_0x249227(0x135,0xee,0x160,0x1a5),'NQxEb':_0x40d0eb(0x1d9,_0x2d71bb._0x10eee6,0x252,_0x2d71bb._0x2ab012)+_0x40d0eb(_0x2d71bb._0x3282d3,_0x2d71bb._0x23e38a,0x2da,_0x2d71bb._0x2bb849)+'\x20foregroun'+_0x40d0eb(0x223,0x22f,0x286,_0x2d71bb._0x5e1d9d),'YpIjd':'Stop\x20it\x20wi'+'th\x20Ctrl+C\x20'+_0x249227(_0x2d71bb._0x3ad30c,0x122,_0x2d71bb._0x5ec3ac,0x187)+'minal\x20wher'+_0x40d0eb(0x31b,_0x2d71bb._0x4a2e71,0x29f,_0x2d71bb._0x556951)+_0x249227(_0x2d71bb._0x4f6005,0x1ac,0x148,_0x2d71bb._0x39bf6f)};function _0x40d0eb(_0x55bdfc,_0x30812f,_0x5330ae,_0x4da0a5){return _0x2bcdda(_0x55bdfc-0xc9,_0x30812f-_0x2065af._0x180c0a,_0x55bdfc,_0x5330ae-0x283);}const {running:_0x17ce22,pid:_0x331b4b}=await _0x7b7926[_0x249227(0x148,_0x2d71bb._0x454cba,0x1a7,_0x2d71bb._0x7d5d79)](isServerRunning),_0x3c8074=await _0x7b7926[_0x40d0eb(_0x2d71bb._0x874fab,_0x2d71bb._0xa1720f,0x25e,0x21b)](getServerConfig),_0x52dfb5=await _0x7b7926[_0x249227(_0x2d71bb._0x35d048,0x169,_0x2d71bb._0x54bff7,_0x2d71bb._0x2844ec)](checkServerHealth,_0x3c8074['port']);function _0x249227(_0x4d5cb6,_0x307ef0,_0x36be29,_0xade98){return _0xa985fe(_0x4d5cb6-0x1a4,_0x36be29- -0xf8,_0x36be29-0xdc,_0x307ef0);}console['log'](_0x7b7926[_0x40d0eb(0x2be,_0x2d71bb._0x1d04e0,0x2e7,_0x2d71bb._0x4cdf3f)]),console[_0x40d0eb(0x20f,0x20b,_0x2d71bb._0x8ba143,0x2cb)]('');if(_0x17ce22&&_0x52dfb5[_0x249227(0x102,_0x2d71bb._0x2e1001,0x13c,0x14e)])console[_0x249227(_0x2d71bb._0x3451dc,_0x2d71bb._0xa109b1,_0x2d71bb._0x3d38d0,0x13b)](_0x249227(0x105,0x1be,_0x2d71bb._0x1e12c3,_0x2d71bb._0x3dcb63)+_0x40d0eb(_0x2d71bb._0xcedbf5,0x233,_0x2d71bb._0xe36130,0x280)+_0x40d0eb(0x302,_0x2d71bb._0x58197d,_0x2d71bb._0x55779e,_0x2d71bb._0x2f7148)+_0x40d0eb(_0x2d71bb._0x1b8b6b,_0x2d71bb._0x44498f,0x20b,_0x2d71bb._0x1e36fd)),console[_0x40d0eb(0x26d,0x20d,0x28c,0x208)]('\x20\x20PID:\x20\x20\x20\x20'+_0x40d0eb(_0x2d71bb._0x1c4afc,0x317,0x2dd,_0x2d71bb._0x1d7173)+_0x331b4b),console['log']('\x20\x20URL:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x3c8074[_0x249227(_0x2d71bb._0x35d048,_0x2d71bb._0x13afb0,_0x2d71bb._0x389a2b,0x173)]);else{if(_0x52dfb5[_0x249227(_0x2d71bb._0x3193e1,_0x2d71bb._0x56fb4f,_0x2d71bb._0x19ff3c,0x1a2)])console['log'](_0x40d0eb(_0x2d71bb._0x2bb849,0x2a2,_0x2d71bb._0x541ab9,0x1fc)+_0x40d0eb(_0x2d71bb._0x360111,0x2b6,0x272,0x2f1)+_0x40d0eb(0x2b9,_0x2d71bb._0x2d37eb,0x256,_0x2d71bb._0x33d683)+_0x249227(_0x2d71bb._0xa2cb00,_0x2d71bb._0x1c069c,0x191,0x191)),console[_0x249227(0x1f2,_0x2d71bb._0x515d65,0x1b8,_0x2d71bb._0x2ec940)](_0x249227(0x287,_0x2d71bb._0x4c9671,0x21e,0x246)+_0x249227(_0x2d71bb._0x15c31d,0x274,_0x2d71bb._0x20490a,_0x2d71bb._0x176927)+_0x3c8074[_0x40d0eb(0x22a,_0x2d71bb._0x4635c3,_0x2d71bb._0x4a5d13,_0x2d71bb._0x32c3f1)]);else _0x17ce22?_0x7b7926['oeEwd'](_0x40d0eb(_0x2d71bb._0x2b76b0,0x330,_0x2d71bb._0x31c472,0x2c3),_0x7b7926['HWOAD'])?(console[_0x40d0eb(0x2ad,_0x2d71bb._0x3c1d2a,0x28c,_0x2d71bb._0x142650)]('\x20\x20Status:\x20'+_0x249227(0x1b5,0x19a,0x1c2,0x185)+_0x249227(_0x2d71bb._0x4a883a,0x165,0x12d,0xc5)+_0x249227(0x284,_0x2d71bb._0x6cddb2,_0x2d71bb._0x4fe4a7,_0x2d71bb._0x35380f)+_0x40d0eb(_0x2d71bb._0xfa508a,0x2c5,0x280,0x2a3)+'ding)'),console[_0x249227(0x141,_0x2d71bb._0x204c4d,_0x2d71bb._0x3d38d0,0x1bc)](_0x40d0eb(_0x2d71bb._0x5b09b1,_0x2d71bb._0x11a074,0x220,0x1d2)+_0x40d0eb(0x231,0x25e,0x27e,_0x2d71bb._0x4a320f)+_0x331b4b)):_0x399f01[_0x40d0eb(_0x2d71bb._0x1f5595,0x221,_0x2d71bb._0x8ba143,_0x2d71bb._0x36c64a)](_0x40d0eb(0x229,_0x2d71bb._0x271cb4,0x25d,_0x2d71bb._0x3e1031)+_0x249227(_0x2d71bb._0x53f8df,_0x2d71bb._0x1efb91,_0x2d71bb._0x22dfba,0xcd)+_0x40d0eb(0x2a6,_0x2d71bb._0xf53cc0,0x27f,0x228)):_0x7b7926[_0x249227(_0x2d71bb._0x71bbf3,0x265,_0x2d71bb._0xfa508a,_0x2d71bb._0x3246e1)](_0x7b7926[_0x40d0eb(_0x2d71bb._0x219d8d,0x21b,0x207,_0x2d71bb._0x49cddc)],_0x7b7926['jUyhD'])?console[_0x40d0eb(_0x2d71bb._0x5d8069,0x256,_0x2d71bb._0x389917,0x260)](_0x249227(_0x2d71bb._0x587145,0x122,0x189,0x14d)+_0x40d0eb(0x232,0x27a,_0x2d71bb._0x4a8e5a,0x18e)+'\x20running'):_0x3405df(_0x8d32bc);}_0x3c8074['setupPath']?console[_0x249227(0x18f,0x1d6,0x1b8,0x224)]('\x20\x20Setup\x20Pa'+_0x249227(_0x2d71bb._0xf48485,0x170,_0x2d71bb._0x5ed17a,0x211)+_0x3c8074[_0x249227(_0x2d71bb._0x3bdb95,0x193,0x1d0,0x168)]):console[_0x249227(_0x2d71bb._0x5ef1cf,_0x2d71bb._0x42080f,_0x2d71bb._0x497306,0x213)]('\x20\x20Setup\x20Pa'+_0x249227(0x151,_0x2d71bb._0x374329,0x1ba,0x189)+_0x40d0eb(_0x2d71bb._0x210e9a,0x25f,_0x2d71bb._0x45dd75,0x182)+')');console['log']('\x20\x20Port:\x20\x20\x20'+_0x249227(_0x2d71bb._0x4a2e71,0x1e2,0x209,0x1f2)+_0x3c8074[_0x40d0eb(0x1e7,_0x2d71bb._0x23e38a,_0x2d71bb._0x4bd72f,0x1ab)]),console['log']('');const _0x186969=_0x17ce22||_0x52dfb5[_0x40d0eb(0x217,0x1a9,0x210,_0x2d71bb._0x21d689)];if(!_0x186969&&_0x3c8074['setupPath'])console[_0x249227(0x18b,0x18f,0x1b8,_0x2d71bb._0x19ff3c)](_0x40d0eb(_0x2d71bb._0x50bb7c,0x1ca,0x22e,_0x2d71bb._0x4475e2)+_0x40d0eb(_0x2d71bb._0x36a2c1,0x24d,_0x2d71bb._0x432226,0x262)+'h:'),console[_0x249227(_0x2d71bb._0x2d63fd,_0x2d71bb._0x2d6301,0x1b8,0x234)](_0x7b7926[_0x249227(_0x2d71bb._0x3edf3d,_0x2d71bb._0x55c797,_0x2d71bb._0x455b91,0x21f)]);else{if(!_0x186969)_0x7b7926[_0x40d0eb(_0x2d71bb._0x58197d,0x257,_0x2d71bb._0x136eaf,0x1e6)](_0x7b7926['ptQkM'],'nCKDA')?(_0x84ce62[_0x40d0eb(0x2cd,0x32e,0x2c2,0x2a4)](_0x581514,0x1*0x3f5+-0x206c+0x1c77),_0x15ff16[_0x40d0eb(_0x2d71bb._0x380f64,_0x2d71bb._0x5d0126,0x28c,_0x2d71bb._0x5b74a0)](_0x7b7926[_0x249227(_0x2d71bb._0x2249fc,_0x2d71bb._0x572e6c,0x19f,_0x2d71bb._0x588bd4)]),_0x30f4b0['kill'](_0x4eab57,_0x7b7926[_0x40d0eb(0x257,0x2f0,0x27a,_0x2d71bb._0x4a949b)])):(console['log'](_0x7b7926['ZWXeO']),console[_0x40d0eb(0x2d8,0x20a,_0x2d71bb._0x300c73,0x233)](_0x7b7926[_0x40d0eb(0x248,0x2d5,0x282,_0x2d71bb._0x183ec3)]));else{if(_0x17ce22){if(_0x7b7926['dcZWS'](_0x7b7926[_0x40d0eb(0x28f,0x2a6,_0x2d71bb._0x596b26,0x2c5)],_0x7b7926[_0x249227(0x25b,_0x2d71bb._0x1819fa,_0x2d71bb._0x134ec8,0x196)])){_0x484e9b[_0x249227(_0x2d71bb._0x27ac9a,0x12d,_0x2d71bb._0x2df13b,0x160)]();const _0x32422a={};_0x32422a[_0x249227(0x197,0x10d,_0x2d71bb._0x19ff3c,0x10c)]=![],_0x7b7926[_0x40d0eb(0x21f,0x21b,0x247,_0x2d71bb._0x44d4d8)](_0x47ce2f,_0x32422a);}else console['log'](_0x7b7926[_0x40d0eb(0x33d,0x2e6,0x2d8,_0x2d71bb._0x2c8b30)]),console['log'](_0x7b7926[_0x249227(_0x2d71bb._0x46b79c,0x200,_0x2d71bb._0x4ac689,_0x2d71bb._0x37e55e)]);}else _0x7b7926['AKpCG'](_0x7b7926['CWWsB'],_0x7b7926[_0x40d0eb(_0x2d71bb._0x176927,_0x2d71bb._0x3bdc96,0x2e0,_0x2d71bb._0x4b937b)])?(_0x4c83ed[_0x40d0eb(0x27d,_0x2d71bb._0x50ec07,0x2c0,0x27c)](_0x40d0eb(0x2bf,0x2b8,_0x2d71bb._0x4e6e14,_0x2d71bb._0x1a055b)+_0x249227(0x11b,_0x2d71bb._0xa2cb00,0x188,_0x2d71bb._0x3dd702)+'\x20not\x20a\x20dir'+_0x249227(0x28d,_0x2d71bb._0x25563f,0x22a,_0x2d71bb._0x3246e1)+_0x5b5c28),_0x2dfd08[_0x40d0eb(_0x2d71bb._0x3a278b,0x2cc,_0x2d71bb._0x178b47,0x27f)](-0x2b*0x6a+0x62+0x3*0x5cf)):(console[_0x40d0eb(_0x2d71bb._0x3ee806,_0x2d71bb._0x2a799a,_0x2d71bb._0x8ba143,0x302)](_0x7b7926['NQxEb']),console['log'](_0x7b7926[_0x40d0eb(0x2cb,0x30b,0x2d9,0x276)]));}}}export async function showLogs(_0x1f4df3){const _0x179e89={_0x4c2a87:0xbd,_0x550e5a:0xf2,_0x35aa58:0x6,_0x11c19d:0x109,_0x5c0feb:0x4f,_0x17a16e:0xcc,_0x43ad5b:0xbc,_0x2fec14:0x176,_0x57c483:0x133,_0x5da6ee:0xf5,_0x35f339:0xc2,_0x4bec0e:0x13b,_0x2854e4:0x61,_0x39e683:0x6b,_0x14bb01:0xd6,_0x43eac6:0x5e,_0x1dd5d2:0x72,_0x31ea84:0xaa,_0x4357ba:0xdc,_0x17c6ab:0x8,_0x4cc72a:0xb1,_0x3bbf36:0xa6,_0x4a638f:0x87,_0x9003a6:0x82,_0x16d45e:0x103,_0x8a431d:0x16b,_0x4d2ac3:0x1ad,_0x3cbea6:0x12c,_0x1eab5d:0x183,_0x5d93e1:0x11c,_0x5e3250:0x15a,_0x4abe49:0x135,_0x27abcd:0xad,_0x636a:0xb4,_0x381ea0:0x17f,_0x36cb94:0x14d,_0x4cc2e0:0xa6,_0x152047:0xd2,_0x51445e:0x108,_0xede26a:0x8d,_0x24bec6:0x109,_0x19a44c:0x53,_0x2886e9:0x90,_0x3a5a34:0xa3,_0x11ad61:0x52,_0x515e32:0xc3,_0x533451:0x12f,_0xe6f84c:0x101,_0x3eba70:0x24,_0x1946c9:0xac,_0x3d7c6c:0x62,_0x3d06f1:0x64,_0x1c3cc7:0x5e,_0x30b163:0xa2,_0x29d0b9:0x24,_0x45660a:0x62,_0x31a049:0xc9,_0x4675f4:0xef,_0x3696c0:0x7b,_0x544a5f:0x1e,_0x3e29c2:0x12d,_0x379120:0xe1,_0x1b2da8:0x22,_0x3e266b:0xad,_0x258353:0x1d,_0x36d4a8:0x88,_0x502119:0x97,_0x30b685:0xb8,_0x1b7858:0x70,_0x3361f2:0xbe,_0x6c5749:0xfb,_0x4474a9:0xc0,_0x96e782:0x8b,_0x4d9204:0xe1,_0x2659ef:0x41,_0x58b756:0x37,_0x3b0b99:0x136,_0x407484:0x148,_0x34f127:0x110,_0x578a3a:0xea,_0xb91043:0x98,_0x3a36f4:0xa3,_0x5915c5:0x1e,_0x1aeef9:0x8a,_0x8e876a:0x1c9,_0x12490f:0x15e,_0x30ea18:0x17d,_0x2b3afd:0x13d,_0x49288a:0xc2,_0x229dfb:0xd8,_0x5403eb:0x14c,_0x3189a0:0xba,_0x2e537c:0x119,_0x1f85ad:0xf0,_0x538fd5:0x125,_0x16476c:0x6e,_0x4e9ce1:0x34,_0x24731e:0x5d,_0x4f862a:0x39,_0x26e6f9:0x46,_0x27571a:0x35,_0x32b970:0xdb,_0x11cd63:0x14e,_0x1c50fb:0xd9,_0x5420dc:0xb2,_0x36fe21:0x179,_0x363b38:0x12a,_0x17b361:0xfe,_0x30f0f6:0xa9,_0x11236a:0x9f,_0x6952ff:0x4a,_0xdedcd4:0x3c},_0x54b592={_0xe5f1e:0x56,_0x1aea4e:0x2c,_0x2566f5:0x60,_0x539242:0x4},_0x2cfb13={_0x3d295f:0x5b},_0x58c3fc={_0x508a25:0x2bc,_0x24dc18:0x118,_0x208eda:0xca,_0xc9b77f:0x108,_0x2a2378:0x25f,_0x20dd99:0x2a9,_0x78ba51:0x100,_0x31187c:0xc4,_0x497ff0:0xea,_0x1c930c:0x279,_0x2d7a46:0x136,_0x587e92:0x35d,_0x2a7fe6:0x31c,_0x2d08c5:0x338,_0x140028:0x318,_0x87eb01:0x2b3,_0x4cec32:0x2a5,_0x7c4ffb:0xf5,_0x19d335:0x177,_0x3385bf:0x317,_0xe756b:0x24f,_0x51ca35:0x235,_0x2dcbab:0xce,_0x3bef64:0xb2,_0x43e5f7:0x320,_0xa46b2e:0x377,_0x8ad63b:0x366,_0x54407b:0x374,_0x4be9a8:0x96,_0x3af3ec:0x62,_0x16ac9f:0xab,_0x119dbf:0x64,_0x13368b:0xab,_0xc4e692:0x17e,_0x2373a4:0x189,_0xec30fd:0x15b,_0x155c22:0x35e,_0x5407ae:0xd0,_0x525b17:0x174,_0x104f80:0xf6},_0xfe3939={_0x22b2b2:0x114,_0x518011:0xad,_0x54d5cd:0x5b},_0x152f9b={_0x25dd60:0x218,_0x8749aa:0x19},_0x3c2612={_0x461b17:0x1e0},_0x1415ee={'DIcIO':'No\x20log\x20fil'+'e\x20found','CCwoC':'Server\x20may'+_0x50119e(0xea,0x7a,_0x179e89._0x4c2a87,_0x179e89._0x550e5a)+_0x3fddc9(0x8a,-_0x179e89._0x35aa58,0x1b,-0x42)+_0x50119e(0xe3,0xac,_0x179e89._0x11c19d,_0x179e89._0x5c0feb)+_0x50119e(0xf1,_0x179e89._0x17a16e,_0x179e89._0x43ad5b,0xc6)+_0x50119e(_0x179e89._0x2fec14,_0x179e89._0x57c483,0x18d,_0x179e89._0x5da6ee)+_0x50119e(0xc7,_0x179e89._0x35f339,_0x179e89._0x4bec0e,_0x179e89._0x2854e4),'islpv':'unknown','UrUfL':function(_0x4b92fc,_0xe7f3cf){return _0x4b92fc(_0xe7f3cf);},'EqhtY':_0x50119e(_0x179e89._0x39e683,_0x179e89._0x14bb01,_0x179e89._0x43eac6,0x50),'wYHTQ':function(_0x142f19,_0xcd01d7){return _0x142f19===_0xcd01d7;},'yypJe':_0x3fddc9(_0x179e89._0x1dd5d2,_0x179e89._0x31ea84,0x8f,0xcb),'Qvisp':function(_0x3efa8f,_0x3b68c3){return _0x3efa8f>_0x3b68c3;},'JhrKb':'utf-8','GBHOA':function(_0x201320,_0x2a7473){return _0x201320!==_0x2a7473;},'KivGp':'cYaHt','vkrvX':function(_0x3a8c7a,_0x12d47b){return _0x3a8c7a===_0x12d47b;},'JSNAW':_0x3fddc9(0xb4,0x137,_0x179e89._0x4357ba,0xf2),'dGLYw':_0x50119e(0x42,0x7e,0xe5,-_0x179e89._0x17c6ab),'YgQNn':_0x50119e(0xc7,0xa4,_0x179e89._0x4cc72a,_0x179e89._0x3bbf36)+_0x3fddc9(_0x179e89._0x4a638f,_0x179e89._0x9003a6,_0x179e89._0x16d45e,_0x179e89._0x8a431d)+_0x50119e(_0x179e89._0x4d2ac3,0x165,_0x179e89._0x3cbea6,_0x179e89._0x1eab5d)+_0x50119e(_0x179e89._0x5d93e1,_0x179e89._0x5e3250,_0x179e89._0x57c483,_0x179e89._0x4abe49)+'\x0a','UKRDJ':function(_0x23e7fd,_0x1ca472,_0x5a051f){return _0x23e7fd(_0x1ca472,_0x5a051f);},'iTFKm':_0x3fddc9(0xaf,0xd,0x42,0x89),'znuMf':_0x50119e(_0x179e89._0x27abcd,0x10f,_0x179e89._0x636a,_0x179e89._0x381ea0)};let _0x3f6d2a=![],_0x5100b7=null;function _0x50119e(_0x3cdae8,_0x26b131,_0x3de4e3,_0x27951d){return _0x2bcdda(_0x3cdae8-0x110,_0x26b131-_0x3c2612._0x461b17,_0x3cdae8,_0x26b131-0xec);}function _0x3fddc9(_0x56b8d3,_0x4ab84d,_0x2081e3,_0x31b937){return _0xa985fe(_0x56b8d3-0xb5,_0x2081e3- -_0x152f9b._0x25dd60,_0x2081e3-_0x152f9b._0x8749aa,_0x31b937);}for(const _0x406b95 of _0x1f4df3){if(_0x1415ee[_0x3fddc9(_0x179e89._0x36cb94,_0x179e89._0x4cc2e0,0xd8,_0x179e89._0x152047)](_0x1415ee[_0x3fddc9(_0x179e89._0x51445e,_0x179e89._0xede26a,_0x179e89._0x24bec6,0x167)],_0x3fddc9(_0x179e89._0x19a44c,0x17,_0x179e89._0x2886e9,0x14)))_0x8c15d9['log'](_0x1415ee['DIcIO']),_0x100724['log'](_0x1415ee[_0x50119e(0x6d,_0x179e89._0x3a5a34,0x5b,0x8d)]);else{if(_0x1415ee[_0x3fddc9(0x1,0xac,_0x179e89._0x11ad61,0x74)](_0x406b95,'--follow')||_0x1415ee[_0x50119e(_0x179e89._0x515e32,0xaf,_0x179e89._0x533451,_0x179e89._0xe6f84c)](_0x406b95,'-f'))_0x3f6d2a=!![];else _0x406b95[_0x3fddc9(0x54,0x77,0xba,0x4f)](_0x1415ee[_0x3fddc9(0x25,-0x55,_0x179e89._0x3eba70,0x40)])&&(_0x5100b7=parseInt(_0x406b95[_0x50119e(_0x179e89._0x1946c9,_0x179e89._0x3d7c6c,0x80,_0x179e89._0x3d06f1)](_0x1415ee[_0x3fddc9(-_0x179e89._0x1c3cc7,_0x179e89._0x30b163,_0x179e89._0x29d0b9,-_0x179e89._0x45660a)][_0x50119e(0x58,_0x179e89._0x31a049,0xe1,_0x179e89._0x4675f4)]),-0x16cf+0x3*0x671+0x1c3*0x2));}}try{const _0x4298d8=await _0x50d3f1[_0x50119e(_0x179e89._0x515e32,_0x179e89._0x3696c0,0xeb,_0x179e89._0x544a5f)](LOG_FILE,_0x3fddc9(_0x179e89._0x3e29c2,0x8a,_0x179e89._0x379120,0xe1)),_0x88082=_0x4298d8[_0x3fddc9(0x62,_0x179e89._0x1b2da8,0x60,_0x179e89._0x3e266b)]('\x0a');_0x5100b7?_0x1415ee[_0x50119e(_0x179e89._0x258353,_0x179e89._0x36d4a8,_0x179e89._0x502119,_0x179e89._0x30b685)]===_0x3fddc9(_0x179e89._0x1b7858,0x143,_0x179e89._0x3361f2,_0x179e89._0x6c5749)?_0x293505[_0x50119e(0xb6,0xf5,0xc8,_0x179e89._0x4474a9)](_0x22ce31[_0x3fddc9(0x9e,0x120,0xd5,_0x179e89._0x96e782)](-_0x13a2ac)[_0x3fddc9(_0x179e89._0x4d9204,_0x179e89._0x2659ef,0x64,_0x179e89._0x58b756)]('\x0a')):console[_0x50119e(0x11a,0xf5,_0x179e89._0x3b0b99,_0x179e89._0x407484)](_0x88082[_0x3fddc9(_0x179e89._0x2854e4,_0x179e89._0x34f127,0xd5,0x51)](-_0x5100b7)['join']('\x0a')):console[_0x3fddc9(_0x179e89._0x578a3a,0x46,_0x179e89._0xb91043,_0x179e89._0x3a36f4)](_0x4298d8);if(_0x3f6d2a){console['log'](_0x1415ee[_0x50119e(0x2,0x68,_0x179e89._0x5915c5,0x1d)]);let _0x1b7157=(await _0x50d3f1['stat'](LOG_FILE))[_0x50119e(0xa2,0x113,0x107,0xba)];const _0x5d8029=_0x1415ee[_0x3fddc9(0xeb,_0x179e89._0x1aeef9,0xf1,0x165)](setInterval,async()=>{const _0x57cb1c={_0xea1c3f:0xe0};function _0x5188fe(_0x4b47d7,_0x64468c,_0x132542,_0x506d84){return _0x3fddc9(_0x4b47d7-_0xfe3939._0x22b2b2,_0x64468c-_0xfe3939._0x518011,_0x506d84-_0xfe3939._0x54d5cd,_0x64468c);}function _0x1139c4(_0x41f579,_0x414c94,_0x59daf3,_0x20f8e0){return _0x3fddc9(_0x41f579-0x1a0,_0x414c94-_0x57cb1c._0xea1c3f,_0x41f579-0x27f,_0x20f8e0);}if(_0x1415ee[_0x1139c4(0x322,_0x58c3fc._0x508a25,0x37a,0x39a)]===_0x1415ee[_0x5188fe(_0x58c3fc._0x24dc18,_0x58c3fc._0x208eda,_0x58c3fc._0xc9b77f,0xfe)])try{if(_0x1415ee[_0x1139c4(0x282,_0x58c3fc._0x2a2378,_0x58c3fc._0x20dd99,0x2be)](_0x5188fe(_0x58c3fc._0x78ba51,0x125,_0x58c3fc._0x31187c,_0x58c3fc._0x497ff0),_0x1415ee[_0x1139c4(0x2c3,_0x58c3fc._0x1c930c,0x258,0x2e1)])){const _0x162aae=(await _0x50d3f1[_0x5188fe(0x196,0xe4,_0x58c3fc._0x2d7a46,0x155)](LOG_FILE))[_0x1139c4(0x335,_0x58c3fc._0x587e92,0x31f,0x3b4)];if(_0x1415ee[_0x1139c4(0x384,0x387,_0x58c3fc._0x2a7fe6,_0x58c3fc._0x2d08c5)](_0x162aae,_0x1b7157)){const _0x37c6f7=await _0x50d3f1[_0x1139c4(_0x58c3fc._0x140028,_0x58c3fc._0x87eb01,_0x58c3fc._0x4cec32,0x299)](LOG_FILE,'r'),_0x12c93a=Buffer['alloc'](_0x162aae-_0x1b7157);await _0x37c6f7['read'](_0x12c93a,-0x1e92+-0x1*0xc9d+-0x8a3*-0x5,_0x12c93a['length'],_0x1b7157),await _0x37c6f7[_0x5188fe(_0x58c3fc._0x7c4ffb,0xa1,_0x58c3fc._0x19d335,0x10f)](),process[_0x1139c4(0x29e,_0x58c3fc._0x3385bf,_0x58c3fc._0xe756b,_0x58c3fc._0x51ca35)][_0x5188fe(_0x58c3fc._0x2dcbab,0x109,_0x58c3fc._0x3bef64,0x102)](_0x12c93a[_0x1139c4(_0x58c3fc._0x43e5f7,_0x58c3fc._0xa46b2e,0x30a,_0x58c3fc._0x8ad63b)](_0x1415ee[_0x1139c4(_0x58c3fc._0x54407b,0x3af,0x394,0x378)])),_0x1b7157=_0x162aae;}}else{const _0x548817=_0x565d8c[_0x5188fe(_0x58c3fc._0x4be9a8,_0x58c3fc._0x3af3ec,0x8d,_0x58c3fc._0x16ac9f)](_0xa017a0),_0x7db7be={};_0x7db7be[_0x5188fe(_0x58c3fc._0x119dbf,_0x58c3fc._0x13368b,0x6c,0x77)]=!![],_0x7db7be['service']=_0x548817[_0x5188fe(_0x58c3fc._0xc4e692,_0x58c3fc._0x2373a4,0x1ac,_0x58c3fc._0xec30fd)]||_0x1415ee[_0x1139c4(0x375,0x3e2,0x394,_0x58c3fc._0x155c22)],_0x5ee3d7(_0x7db7be);}}catch(_0x524a62){clearInterval(_0x5d8029);}else _0x1415ee['UrUfL'](_0x40e38a,_0x3c9a13),_0x493d51[_0x5188fe(_0x58c3fc._0x5407ae,_0x58c3fc._0x525b17,_0x58c3fc._0x104f80,0x14d)](0x40*0x9+0x3e5+-0x625);},-0x1*0xe5b+-0x12b3+-0x2*-0x1181);process['on'](_0x1415ee[_0x50119e(_0x179e89._0x8e876a,_0x179e89._0x12490f,_0x179e89._0x30ea18,_0x179e89._0x2b3afd)],()=>{function _0x1fc898(_0x301c4b,_0x3f2ddb,_0x5e44ea,_0x3cba8d){return _0x50119e(_0x5e44ea,_0x301c4b- -0x1a5,_0x5e44ea-0x149,_0x3cba8d-_0x2cfb13._0x3d295f);}_0x1415ee['UrUfL'](clearInterval,_0x5d8029),process[_0x1fc898(-_0x54b592._0xe5f1e,_0x54b592._0x1aea4e,-_0x54b592._0x2566f5,-_0x54b592._0x539242)](0x1e0d+0x19b8+-0x37c5);});}}catch(_0x1e02e6){_0x1e02e6[_0x3fddc9(0x85,_0x179e89._0x49288a,_0x179e89._0x4cc2e0,0x5f)]==='ENOENT'?_0x1415ee[_0x3fddc9(0xc2,0xbe,_0x179e89._0x229dfb,0x74)](_0x50119e(_0x179e89._0x5403eb,0xfd,_0x179e89._0x3189a0,_0x179e89._0x2e537c),_0x1415ee[_0x50119e(0xe3,_0x179e89._0x229dfb,_0x179e89._0x1f85ad,_0x179e89._0x538fd5)])?(console[_0x50119e(0xb3,0xf5,0x174,0xd3)](_0x1415ee[_0x3fddc9(_0x179e89._0x16476c,0x1e,_0x179e89._0x4e9ce1,-0x3a)]),console[_0x3fddc9(_0x179e89._0x24731e,0xca,0x98,0x116)](_0x1415ee[_0x3fddc9(_0x179e89._0x4f862a,-0xc,_0x179e89._0x26e6f9,_0x179e89._0x27571a)])):(_0x28b826['log']('\x20\x20Status:\x20'+_0x50119e(0x116,_0x179e89._0x32b970,0x76,_0x179e89._0x11cd63)+'ning\x20(fore'+_0x50119e(_0x179e89._0x1c50fb,0xce,0x82,_0x179e89._0x5420dc)),_0x314378[_0x50119e(0xe1,0xf5,0x9c,_0x179e89._0x1b7858)](_0x3fddc9(_0x179e89._0x36fe21,_0x179e89._0x363b38,_0x179e89._0x17b361,0xfe)+'\x20\x20\x20\x20\x20'+_0x340ded[_0x50119e(_0x179e89._0x1dd5d2,0xe2,0xed,_0x179e89._0x27abcd)])):console['error'](_0x3fddc9(_0x179e89._0x30f0f6,0x3a,0xb5,_0x179e89._0x11236a)+'ing\x20logs:\x20'+_0x1e02e6[_0x3fddc9(_0x179e89._0x6952ff,0xc6,_0x179e89._0x11236a,_0x179e89._0xdedcd4)]);}}export async function restartServer(_0x580deb){const _0x34ce68={_0x54e4b2:0x148,_0x4fffd1:0x39d,_0x55734a:0x3b7,_0x22ccee:0x406,_0x27f985:0x285,_0x2e84e3:0x22e,_0x28bdfc:0x26e,_0x2e19e5:0x18d,_0x4d581e:0x3ba,_0x12cba4:0x3e8,_0x5a7c62:0x398,_0x4074a8:0x377,_0x2d36e3:0x1cb,_0x3d3a62:0x3fb,_0x1b1115:0x42f,_0xd2cffc:0x190,_0x4eb3c6:0x20a,_0xbe444e:0x1e7,_0x3a94da:0x1da,_0x11f47e:0x23b,_0x14d4be:0x231,_0x2658df:0x1f4,_0x1e2e9f:0x368,_0xacc628:0x327,_0x8fcddd:0x386,_0x5e9696:0x2ab,_0x22580d:0x234,_0x2985a8:0x1cf,_0x2ba6f2:0x1f4,_0xea2514:0x36a,_0xa68872:0x357,_0x102a1d:0x335,_0x704cc1:0x208,_0x27853a:0x331,_0x1ca6c3:0x32a,_0xdbd28e:0x411,_0xb14b57:0x2fc,_0x17607f:0x32f,_0x39a126:0x1ca,_0x3409ed:0x198,_0x2acf04:0x18b,_0x23be92:0x1d9},_0x2f269e={_0x371947:0xba,_0x46b9de:0xef};function _0x49c992(_0x37d192,_0x506c20,_0xc4550a,_0x26a1ef){return _0xa985fe(_0x37d192-0x5b,_0x26a1ef- -0xbc,_0xc4550a-0xa9,_0xc4550a);}const _0x3d35b1={'hNuaR':'Stop\x20the\x20s'+_0x49c992(0x235,_0x34ce68._0x54e4b2,0x234,0x1c2)+':','TTQgL':_0x241bda(_0x34ce68._0x4fffd1,0x3b0,_0x34ce68._0x55734a,_0x34ce68._0x22ccee)+_0x49c992(_0x34ce68._0x27f985,_0x34ce68._0x2e84e3,_0x34ce68._0x28bdfc,0x22b),'gSbVd':function(_0x47e6b8){return _0x47e6b8();},'kJZNb':function(_0x425e51,_0x3c2959){return _0x425e51!==_0x3c2959;},'AqRqg':_0x49c992(0x20c,0x141,0x119,_0x34ce68._0x2e19e5)+_0x49c992(0x1a6,0x209,0x1b1,0x1ed),'nkoOE':_0x241bda(_0x34ce68._0x4d581e,0x3c8,_0x34ce68._0x12cba4,0x347)+_0x241bda(0x39c,_0x34ce68._0x5a7c62,_0x34ce68._0x4074a8,0x362),'YVCUD':function(_0x32d467,_0x4a06a2){return _0x32d467(_0x4a06a2);}};function _0x241bda(_0x3b692a,_0xb6a75a,_0x215a3c,_0x446e54){return _0xa985fe(_0x3b692a-_0x2f269e._0x371947,_0xb6a75a-_0x2f269e._0x46b9de,_0x215a3c-0x8d,_0x446e54);}const {running:_0x1f58a1}=await _0x3d35b1[_0x49c992(0x1b1,0x19f,_0x34ce68._0x2d36e3,0x1bf)](isServerRunning);_0x1f58a1&&(_0x3d35b1[_0x241bda(0x455,_0x34ce68._0x3d3a62,_0x34ce68._0x1b1115,0x414)](_0x49c992(_0x34ce68._0xd2cffc,0x264,0x22e,_0x34ce68._0x4eb3c6),_0x49c992(_0x34ce68._0xbe444e,_0x34ce68._0x3a94da,_0x34ce68._0x11f47e,_0x34ce68._0x4eb3c6))?(_0x549ef7[_0x49c992(0x176,0x242,_0x34ce68._0x14d4be,_0x34ce68._0x2658df)](_0x3d35b1[_0x241bda(_0x34ce68._0x1e2e9f,_0x34ce68._0xacc628,_0x34ce68._0x8fcddd,_0x34ce68._0x5e9696)]),_0x2c8f41[_0x49c992(_0x34ce68._0x22580d,_0x34ce68._0x2985a8,0x197,_0x34ce68._0x2ba6f2)](_0x3d35b1[_0x241bda(_0x34ce68._0xea2514,0x32d,_0x34ce68._0xa68872,_0x34ce68._0x102a1d)])):(console[_0x49c992(_0x34ce68._0x704cc1,0x22f,0x245,0x1f4)](_0x3d35b1['AqRqg']),await stopServer(),console[_0x241bda(_0x34ce68._0x27853a,0x39f,_0x34ce68._0x1ca6c3,_0x34ce68._0xdbd28e)](''))),console['log'](_0x3d35b1[_0x241bda(_0x34ce68._0xb14b57,_0x34ce68._0x27853a,_0x34ce68._0x17607f,0x38c)]),await _0x3d35b1[_0x49c992(_0x34ce68._0x39a126,_0x34ce68._0x3409ed,_0x34ce68._0x2acf04,_0x34ce68._0x23be92)](startDaemon,_0x580deb);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x4567a5,_0x3763fe){const _0x358620={_0x336711:0xc9,_0x2ef53d:0xa8,_0x4ca730:0xab,_0x341ebe:0x2f4,_0x37af31:0x2f3,_0x1ea212:0x315,_0x44951c:0x2fd,_0x46763f:0x30c,_0x429052:0x2cf,_0x2dfa30:0xf9,_0x599f23:0xb7,_0x445dc8:0xd3,_0x54b4c2:0x2e3,_0x1be7cd:0x2e4,_0x4d7c6f:0x2dd,_0x44e5f3:0x2e1,_0x1c15e8:0xb9,_0x478bce:0xac,_0x466160:0xcd,_0x2e7451:0xb6};function _0x8039a1(_0x4b3115,_0x2874b4,_0x9d5c39,_0x41fb1e){return _0x4b98(_0x41fb1e-0x264,_0x2874b4);}function _0x4df416(_0x54efec,_0x5c8c32,_0xa64598,_0x27091e){return _0x4b98(_0x27091e- -0x147,_0x5c8c32);}const _0x59dbde=_0x4567a5();while(!![]){try{const _0x3f0879=parseInt(_0x4df416(-_0x358620._0x336711,-0x81,-0xbe,-0xa8))/(-0x6d+0x68c*-0x1+0x1*0x6fa)+parseInt(_0x4df416(-0x97,-_0x358620._0x2ef53d,-0xc0,-_0x358620._0x4ca730))/(-0x31*0xb+-0x8f6+0x2d*0x3f)*(-parseInt(_0x8039a1(0x308,_0x358620._0x341ebe,0x2f3,_0x358620._0x37af31))/(-0x11*0x187+-0x7*-0x239+0xa6b))+-parseInt(_0x8039a1(_0x358620._0x1ea212,0x2f6,_0x358620._0x44951c,_0x358620._0x46763f))/(-0x1*0x9eb+0x4*-0x51e+-0x2b*-0xb5)*(-parseInt(_0x8039a1(0x2c7,0x2f9,0x2c7,_0x358620._0x429052))/(0x1c63+-0xa1*-0x19+-0x2c17))+parseInt(_0x4df416(-_0x358620._0x2dfa30,-_0x358620._0x599f23,-0xac,-_0x358620._0x445dc8))/(-0xccb+0x2*-0x1215+0x30fb*0x1)+-parseInt(_0x8039a1(0x2ff,0x2fc,0x2d0,_0x358620._0x54b4c2))/(-0x9bd+0x1de1*0x1+-0x141d)*(-parseInt(_0x8039a1(_0x358620._0x1be7cd,_0x358620._0x4d7c6f,_0x358620._0x44e5f3,0x2e0))/(0x1*0x1a91+0x1772*-0x1+0x7*-0x71))+-parseInt(_0x4df416(-0xef,-_0x358620._0x1c15e8,-_0x358620._0x478bce,-_0x358620._0x466160))/(0x1*0x4ed+-0xfe2+0xafe)+-parseInt(_0x4df416(-_0x358620._0x2e7451,-0x97,-0xb8,-0x99))/(0x1f*-0x127+0x52b+0x1e98)*(parseInt(_0x4df416(-0xc6,-0xbf,-0xda,-0xbc))/(-0x504*-0x3+-0x2234+0x1333));if(_0x3f0879===_0x3763fe)break;else _0x59dbde['push'](_0x59dbde['shift']());}catch(_0x481766){_0x59dbde['push'](_0x59dbde['shift']());}}}(_0x44e0,-0x158aeb+-0x11ec73+-0x5a679*-0x9));function _0x4b98(_0x4a987d,_0x26b172){_0x4a987d=_0x4a987d-(0xbf*-0x1a+0x1*0x1415+-0x48);const _0x34b0e9=_0x44e0();let _0x231e20=_0x34b0e9[_0x4a987d];if(_0x4b98['ojfVAN']===undefined){var _0x331fbe=function(_0x328c4e){const _0x36fa84='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4872a9='',_0x58f24b='';for(let _0x18a048=-0x1*0x29b+0x138e+0x1*-0x10f3,_0x2058c6,_0xc15a3d,_0x5327c9=0x1bb*-0x11+0xec8+0xea3;_0xc15a3d=_0x328c4e['charAt'](_0x5327c9++);~_0xc15a3d&&(_0x2058c6=_0x18a048%(0x1ca+-0x2679+0x24b3)?_0x2058c6*(-0x20e*0x3+0x13fd+-0x5*0x2b7)+_0xc15a3d:_0xc15a3d,_0x18a048++%(0x21d6+-0x13b8*0x1+-0x5f*0x26))?_0x4872a9+=String['fromCharCode'](-0x1*-0xd8e+-0x9bc+-0x2d3&_0x2058c6>>(-(0x1a*-0x37+-0x183a+0x1dd2)*_0x18a048&-0x1eab+-0x21d*-0x2+-0x5*-0x54b)):0xd*0x205+-0xcf0+-0xd51){_0xc15a3d=_0x36fa84['indexOf'](_0xc15a3d);}for(let _0x4cf53e=0x1*-0xef9+0x1*0x1eb6+-0xfbd,_0x1f72ec=_0x4872a9['length'];_0x4cf53e<_0x1f72ec;_0x4cf53e++){_0x58f24b+='%'+('00'+_0x4872a9['charCodeAt'](_0x4cf53e)['toString'](0x1a12+-0x5*-0x565+-0x34fb))['slice'](-(-0x2264+-0x13*-0x8+0x21ce));}return decodeURIComponent(_0x58f24b);};_0x4b98['arLWVU']=_0x331fbe,_0x4b98['cOphMc']={},_0x4b98['ojfVAN']=!![];}const _0x33660f=_0x34b0e9[-0x1bab*-0x1+-0x10a8+-0xb03],_0x49e834=_0x4a987d+_0x33660f,_0x12358c=_0x4b98['cOphMc'][_0x49e834];return!_0x12358c?(_0x231e20=_0x4b98['arLWVU'](_0x231e20),_0x4b98['cOphMc'][_0x49e834]=_0x231e20):_0x231e20=_0x12358c,_0x231e20;}import _0x5df949 from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x83dd15,_0x2f00e5=![]){const _0x3684dc={_0x1ed9a0:0x3d3,_0x343c09:0x3bb,_0x1003ad:0x1d3,_0x225c50:0x1cb,_0x483119:0x196,_0x31d1f7:0x1a2,_0x2178f9:0x3c2,_0x47d74f:0x3ae,_0x55cb23:0x3aa,_0x1795ba:0x1bc,_0x54e85e:0x1b0,_0x4038f4:0x1ba,_0x583de0:0x381,_0x103982:0x3c2,_0x20b1eb:0x195,_0x331759:0x1a0,_0x444f16:0x1c2,_0x34c990:0x1df,_0x4f2d78:0x3ae,_0x53deae:0x1b2,_0x1b3c2a:0x197,_0x2e469a:0x1ab,_0x1e0ecc:0x187,_0x5b3fd2:0x3b0,_0x13c2f5:0x1c0},_0x1c8a13={_0x401b33:0x49d,_0x53dde5:0x48e,_0x4a03e5:0x489,_0x36c13c:0x4a6,_0x3234c3:0x4b5,_0x3c40aa:0x497},_0x366fe0={_0x10d1e7:0x129},_0x208750={'sOWlh':function(_0x5d50ce){return _0x5d50ce();}};return new Promise(_0x20c051=>{function _0x155d9b(_0x496655,_0x1034f3,_0x35eae9,_0x280f2a){return _0x4b98(_0x1034f3-0x31c,_0x496655);}function _0x489dd3(_0x22339d,_0xc2a41e,_0x275d0b,_0x22a319){return _0x4b98(_0x275d0b-_0x366fe0._0x10d1e7,_0xc2a41e);}if(_0x2f00e5){const _0x4b9017=new Writable({'write':(_0x5dd980,_0x189e21,_0x25748d)=>{function _0x381347(_0x3cea97,_0x44b3ef,_0x1e3ed5,_0x35ea94){return _0x4b98(_0x35ea94-0x14f,_0x44b3ef);}_0x208750[_0x381347(0x1ae,0x1c2,0x19f,0x1c1)](_0x25748d);}}),_0x414e4b={};_0x414e4b[_0x155d9b(_0x3684dc._0x1ed9a0,0x3d0,0x3b7,_0x3684dc._0x343c09)]=process[_0x489dd3(_0x3684dc._0x1003ad,_0x3684dc._0x225c50,0x1bb,0x1ad)],_0x414e4b[_0x489dd3(_0x3684dc._0x483119,0x192,0x1b5,_0x3684dc._0x31d1f7)]=_0x4b9017,_0x414e4b[_0x155d9b(_0x3684dc._0x2178f9,0x3b2,_0x3684dc._0x47d74f,_0x3684dc._0x55cb23)]=!![];const _0x1e77ae=_0x5df949[_0x489dd3(_0x3684dc._0x1795ba,_0x3684dc._0x54e85e,_0x3684dc._0x4038f4,_0x3684dc._0x1003ad)+'rface'](_0x414e4b);process[_0x155d9b(_0x3684dc._0x583de0,0x3a0,_0x3684dc._0x103982,0x3ab)][_0x489dd3(0x17f,0x1a5,_0x3684dc._0x20b1eb,_0x3684dc._0x331759)](_0x83dd15),_0x1e77ae[_0x155d9b(0x3ba,0x3be,0x396,0x3dc)]('',_0x8e9927=>{const _0x4f50a0={_0x10c738:0x27b,_0x4d175b:0x6f};_0x1e77ae[_0x290027(0x466,_0x1c8a13._0x401b33,0x49e,_0x1c8a13._0x53dde5)](),console[_0x290027(_0x1c8a13._0x4a03e5,_0x1c8a13._0x36c13c,_0x1c8a13._0x3234c3,_0x1c8a13._0x3c40aa)]('');function _0x1a63dd(_0x499a3b,_0x5a3d74,_0x364898,_0x381d30){return _0x155d9b(_0x5a3d74,_0x381d30- -_0x4f50a0._0x10c738,_0x364898-0x1d8,_0x381d30-_0x4f50a0._0x4d175b);}function _0x290027(_0x4f7922,_0x39b1c9,_0xa8bcfd,_0x174158){return _0x489dd3(_0x4f7922-0xff,_0x39b1c9,_0x174158-0x2bf,_0x174158-0x66);}_0x20c051(_0x8e9927);});}else{const _0x17a3a8={};_0x17a3a8[_0x489dd3(_0x3684dc._0x444f16,0x1e8,0x1dd,_0x3684dc._0x34c990)]=process[_0x155d9b(0x3a3,_0x3684dc._0x4f2d78,0x398,0x3b6)],_0x17a3a8[_0x489dd3(_0x3684dc._0x53deae,_0x3684dc._0x1b3c2a,0x1b5,_0x3684dc._0x2e469a)]=process[_0x489dd3(0x196,_0x3684dc._0x1e0ecc,0x1ad,0x1c7)];const _0xd9d9ab=_0x5df949['createInte'+_0x155d9b(0x3b7,0x391,_0x3684dc._0x5b3fd2,0x392)](_0x17a3a8);_0xd9d9ab[_0x489dd3(_0x3684dc._0x13c2f5,0x1e0,_0x3684dc._0x225c50,0x1c4)](_0x83dd15,_0x1c3558=>{_0xd9d9ab['close'](),_0x20c051(_0x1c3558);});}});}function _0x44e0(){const _0x401e35=['mJeWodbUu2niCNu','C3DVCMrZigrVia','CIaI','CxvLC3rPB24','qNvqAKi','tK9uq3y','EsbMB3iGDxnLCG','y2XVC2u','rxjYB3i6ifbHCW','mtjKs3bwBu8','q29UzMLYBsbqyq','C3n3B3jKoIa','BgfHvMS','BM90ig1HDgnO','ls11C2vYBMfTzq','mJbVCvfQB2m','Bg9N','CM5HBwuGAxmGCG','ufrmtgK','u0jAyxq','CMq6ia','Aw5WDxq','swDhtLa','r0LgC1e','C3qGocbJAgfYyq','BwvZC2fNzq','u3fdDha','zvfdAuO','sLz5uuy','Egn6z2K','BgvUz3rO','mtmXntqXnuTrrg1fsq','D3jPDgu','BgvKihrVihnLDa','vxnLCM5HBwu6ia','t0z0t0O','AvjgrMG','DxnLCM5HBwu','C09xBgG','sNLdzMG','odq1mJK5ohDUELHlvW','CMzHy2u','Ewj0A08','zxjYB3i','sLzfBfu','C3bSAxq','mZK4nZKXog5IvLbZDa','ls1WyxnZD29Yza','mtmWntC2tvzzA1HQ','ihvWzgf0zwqGCW','u0HfELm','mtmZufrdvxfP','zM5pEKO','ANnvyLa','zxHPDa','DhjPBq','C3rKB3v0','D3zXwfa','C3rHCNrZv2L0Aa','sxPIAMy','rxjYB3i6ifvZzq','vKDqBwS','4PYtifbHC3n3B3jK','nJG2odyWovDju2fksW','B3v0Chv0','zvfJsNO','wfPjB1m','mJCZmZG3wMPjvfjr','C2v0ihbHC3n3BW','y3jLyxrLsw50zq','C3rKAw4','rxjYB3i6iezHAq','rMfPBgvKihrVia','wKryA2y','DgvYBwLUywW','ihbHC3n3B3jKia','BuPUAwu','zxf1AxjLza','C3DVCMqGBxvZDa','EhDss0W','mNf3AMnTqq','CgfZC3DVCMq','y3rLCNm'];_0x44e0=function(){return _0x401e35;};return _0x44e0();}function parseArgs(_0x1a6cb6){const _0x265d3c={_0x5dbe68:0x28e,_0x17e978:0xda,_0x395dce:0xd9,_0x3408cb:0x2b6,_0x16c4c0:0x29a,_0x545639:0x28c,_0xb65de4:0x2a5,_0x532977:0x2b8,_0xde9cad:0x2be,_0x9fd455:0xcd,_0x4c811d:0xae,_0x436327:0xe2,_0x54e228:0x2ab,_0xa0b321:0x2d8,_0x368457:0xa8,_0x537bd9:0xca,_0x594f54:0x2c3,_0x32461f:0x2bb,_0x6f6b88:0x2cb,_0x297cc7:0x2c8,_0x227248:0x8c,_0x1524a1:0xb4,_0x3ab8be:0x2d7,_0x5af106:0x2b9,_0x2815ea:0xd5,_0x59366e:0x8b,_0x729f64:0x2df,_0x7a1189:0x2bb,_0x46cd10:0x2b7,_0x4f38ff:0x299,_0x491040:0x26c,_0xb99d96:0x2c1},_0x3626b7={};_0x3626b7[_0x242a1c(0x2a3,_0x265d3c._0x5dbe68,0x2b0,0x28a)]='Error:\x20Use'+_0x4f9f4a(0xff,0xda,0xba,0xe7)+'equired',_0x3626b7[_0x4f9f4a(0xd4,0xdf,_0x265d3c._0x17e978,_0x265d3c._0x395dce)]=_0x242a1c(_0x265d3c._0x3408cb,_0x265d3c._0x16c4c0,0x2b6,_0x265d3c._0x545639),_0x3626b7[_0x242a1c(_0x265d3c._0xb65de4,_0x265d3c._0x532977,0x2c7,_0x265d3c._0xde9cad)]=_0x4f9f4a(0xdd,_0x265d3c._0x9fd455,_0x265d3c._0x4c811d,_0x265d3c._0x436327),_0x3626b7[_0x242a1c(_0x265d3c._0x54e228,_0x265d3c._0x16c4c0,0x2c7,0x2d2)]=function(_0x262970,_0x3613a6){return _0x262970!==_0x3613a6;},_0x3626b7['laaVk']='ZKBdi';const _0x5d1e61=_0x3626b7;function _0x242a1c(_0x2a2231,_0xa36722,_0x4b8fdf,_0x55af4d){return _0x4b98(_0x2a2231-0x21e,_0x55af4d);}const _0x1f5875={};_0x1f5875['username']=null,_0x1f5875['password']=null;const _0x405baf=_0x1f5875;for(const _0x4107c5 of _0x1a6cb6){if(_0x5d1e61[_0x242a1c(0x2d3,_0x265d3c._0xa0b321,0x2ca,0x2ac)]!==_0x5d1e61[_0x4f9f4a(_0x265d3c._0x368457,0xb1,0x9c,_0x265d3c._0x537bd9)]){if(_0x4107c5[_0x242a1c(0x2a4,_0x265d3c._0x594f54,_0x265d3c._0xde9cad,_0x265d3c._0x32461f)](_0x242a1c(_0x265d3c._0x6f6b88,0x2b8,0x2f3,_0x265d3c._0x297cc7)+'='))_0x405baf[_0x242a1c(0x28f,0x26b,0x278,0x27c)]=_0x4107c5[_0x4f9f4a(0x8b,0xa3,0x8b,0xbc)]('=')[-0x1eb8+-0x742*-0x1+0x1777];else _0x4107c5['startsWith'](_0x4f9f4a(0x7e,0xa5,0xa3,_0x265d3c._0x227248)+'=')&&(_0x5d1e61[_0x4f9f4a(0xa4,0xb7,_0x265d3c._0x1524a1,0xde)](_0x242a1c(_0x265d3c._0x3ab8be,0x2c5,0x2c7,_0x265d3c._0x5af106),_0x5d1e61[_0x4f9f4a(0xfd,_0x265d3c._0x2815ea,0xfb,0xb6)])?_0x405baf[_0x242a1c(0x2bb,0x2d1,0x292,0x2d3)]=_0x4107c5[_0x4f9f4a(0xb1,0xa3,0xc1,_0x265d3c._0x59366e)]('=')[0x172c+0x1f10+0x363b*-0x1]:_0x254704[_0x242a1c(_0x265d3c._0x32461f,_0x265d3c._0x729f64,0x296,0x29c)]=_0x4a987d[_0x242a1c(0x297,0x2a1,0x2b2,_0x265d3c._0x7a1189)]('=')[0x1*0xc61+0x5*-0x6f1+0x1655]);}else _0x12358c[_0x242a1c(0x295,_0x265d3c._0x46cd10,_0x265d3c._0x4f38ff,_0x265d3c._0x491040)](_0x5d1e61['wvqXP']),_0x328c4e[_0x242a1c(0x2a0,0x290,0x28f,_0x265d3c._0xb99d96)](0x1*-0x12a4+-0x1b35+-0x2dda*-0x1);}function _0x4f9f4a(_0x1d67ef,_0x14d4ea,_0x2ed00f,_0x773ae0){return _0x4b98(_0x14d4ea-0x2a,_0x773ae0);}return _0x405baf;}export async function setPasswordCommand(_0x1ceb4e){const _0x2a5f7d={_0x35a3e1:0x13f,_0x5b144:0x220,_0xc3b410:0x1fe,_0x41c3e1:0x265,_0x5bd60b:0x245,_0x22e1c3:0x123,_0x565141:0x11f,_0x290664:0x12a,_0x3fe5aa:0x146,_0x268fd4:0x259,_0x33b66f:0x139,_0x5c3a4b:0x140,_0x239e52:0x13f,_0x5b18ac:0x25e,_0x476a7f:0x260,_0x53302a:0x251,_0x512a07:0x230,_0x28bf36:0x22c,_0x1d3da0:0x23a,_0x453a7b:0x225,_0x520da3:0x244,_0x4fbb1c:0x262,_0x21c354:0x26f,_0x2268bb:0x14f,_0x28e68b:0x235,_0x461374:0x136,_0x2f0214:0x25e,_0x365b2b:0x118,_0x382364:0x133,_0x142d3e:0x167,_0x5f0ca4:0x12e,_0x14aae8:0x223,_0x5b0a72:0x228,_0x15ab38:0x241,_0x584703:0x25b,_0x7cf803:0x254,_0x330fab:0x110,_0x582d6b:0x225,_0x282cd7:0x208,_0xf2939:0x209,_0x75663d:0x10f,_0x2e2f3b:0x11c,_0x4fb764:0xfd,_0x211fcf:0x10f,_0xa755a1:0x23b,_0x1cbcc6:0x256,_0x57a654:0x23b,_0x1f526f:0x123,_0x4f703d:0x222,_0x27e348:0x200,_0x9da78f:0x22b,_0x55f53b:0x11e,_0x10b89f:0x135,_0x3ce440:0x245,_0x2f995b:0x202,_0x10b63f:0xf7,_0x4a5bfc:0x108,_0x5a1f6f:0x145,_0xbc1655:0x147,_0x2f7c37:0x11f,_0xc9e218:0x221,_0x15f0e5:0x211,_0x34318f:0x237,_0x272f94:0x1f7,_0x24b7e4:0x130,_0xe23570:0x13a,_0x125b93:0x164,_0x5ad376:0x150,_0x683d34:0x23e,_0x204dad:0x256,_0x12ae36:0x139,_0x59f879:0x116,_0x425ce3:0x243,_0x8bebb9:0x252,_0x57e679:0xfc,_0x2eb921:0x11f,_0x6c0775:0x21e,_0x207a03:0x23c,_0x423a34:0x102,_0x34f8d2:0x130,_0x3e027e:0x124,_0x1e12bf:0x113,_0x59489b:0xf7,_0x22d81d:0x107,_0x2eb104:0x11e,_0x23077a:0x21c,_0x2e9d35:0x22a,_0x2c3fee:0x216,_0x4de5e7:0x233,_0x33486b:0x24d,_0x423442:0x275,_0x318f8d:0x240,_0x5dd601:0x15f,_0x4e21bc:0x172,_0x44f3a5:0x244,_0x2cc82c:0x263,_0x17b5e5:0x105,_0x58f8cc:0x139,_0x5e7357:0x243,_0x369996:0x231,_0x5bf25c:0x24f,_0x5db7ea:0xed,_0x2b3fe1:0x10a,_0x32c885:0x25d,_0x43287c:0x232,_0x4435b0:0x122,_0x2cd0c2:0x10e,_0x114d56:0x250,_0x38ffa4:0x256,_0x22f634:0x237,_0x4f07fd:0x267,_0x55c8fe:0x241,_0x10ebdd:0x239,_0x580058:0x12e,_0x3e23c1:0x106,_0x5f417a:0xf4,_0x14cb54:0x232,_0x40db40:0x253,_0x321bba:0x215,_0x486e74:0x234,_0x3b3662:0x254,_0xce85fb:0x219,_0x4c9f1d:0x164,_0x122668:0x145,_0x48d3b5:0x14b,_0x4fc8c8:0x12c,_0x289209:0x13b,_0xe91739:0x126,_0x271739:0x22f,_0x57d2b6:0x24d,_0x21a779:0x131,_0x187a61:0x12d,_0x18073b:0x141,_0x57121e:0x223,_0x59bcb8:0x248,_0x1cc279:0x210,_0x55b765:0x107,_0x383125:0x141,_0x2bc9b1:0xff,_0x520f5:0x112,_0x5ca2e8:0x128,_0x20ff74:0x10d,_0x2e7841:0x10e,_0x53ab16:0x115,_0x461eb4:0x137,_0x31b73e:0x127,_0x516cde:0x11d,_0x3866e8:0x10a,_0x5d36d5:0x117,_0x20c63:0x138,_0x3a0311:0x10d,_0x16b579:0x144,_0x17aba9:0x122,_0x14e6b6:0xf2,_0x9853d9:0x13e,_0x1d3195:0x130,_0x3b7bc9:0x21f,_0x18785f:0x212,_0x2c6c4d:0x233,_0x5afaf8:0x133,_0x414bf4:0x157,_0x299a56:0x154},_0x145800={_0x2fedc4:0x9c},_0x200bf3={_0xb81453:0x295,_0x30f898:0x279,_0x3c6cfc:0x2cd,_0x23613c:0x2bf},_0x1063fa={_0x31a65a:0x1b2};function _0x394f94(_0x4a0f99,_0x25c9f3,_0x158985,_0x4e37ef){return _0x4b98(_0x4a0f99-_0x1063fa._0x31a65a,_0x25c9f3);}const _0x728097={'xczgi':function(_0x152b9e,_0x56d8bd){return _0x152b9e(_0x56d8bd);},'GIFsQ':function(_0x295e9b){return _0x295e9b();},'ybtkO':_0x4fa30b(_0x2a5f7d._0x35a3e1,0x12c,0x161,0x149)+'=','SBZat':function(_0x114dbe,_0x40f7c9){return _0x114dbe(_0x40f7c9);},'xScjk':_0x394f94(_0x2a5f7d._0x5b144,0x21f,0x210,_0x2a5f7d._0xc3b410),'JyCfh':function(_0x2768c5,_0x30537f,_0x30c7c2){return _0x2768c5(_0x30537f,_0x30c7c2);},'fnOzJ':'New\x20Passwo'+_0x394f94(_0x2a5f7d._0x41c3e1,0x24f,_0x2a5f7d._0x5bd60b,0x251),'VGPmk':_0x4fa30b(_0x2a5f7d._0x22e1c3,_0x2a5f7d._0x565141,0x126,0x145)+_0x4fa30b(0x165,_0x2a5f7d._0x290664,0x15d,_0x2a5f7d._0x3fe5aa),'iRFFh':_0x394f94(_0x2a5f7d._0x268fd4,0x241,0x23f,0x249)+_0x4fa30b(_0x2a5f7d._0x33b66f,_0x2a5f7d._0x5c3a4b,_0x2a5f7d._0x239e52,0x13c)+_0x394f94(_0x2a5f7d._0x5b18ac,0x283,_0x2a5f7d._0x476a7f,_0x2a5f7d._0x53302a),'OFtOJ':_0x394f94(_0x2a5f7d._0x512a07,0x20f,0x22d,_0x2a5f7d._0x28bf36),'jsUbP':_0x394f94(_0x2a5f7d._0x1d3da0,0x247,_0x2a5f7d._0x453a7b,_0x2a5f7d._0x520da3)+_0x394f94(_0x2a5f7d._0x4fbb1c,0x283,_0x2a5f7d._0x21c354,0x24b)+_0x4fa30b(0x146,_0x2a5f7d._0x2268bb,0x135,0x135),'NOTCv':function(_0xb78789,_0x418844){return _0xb78789===_0x418844;},'xPlrc':'VaFFl','xwRKL':_0x394f94(0x240,0x260,0x236,_0x2a5f7d._0x28e68b),'JVElU':'Error:\x20Pas'+_0x4fa30b(0x150,0x137,0x11a,_0x2a5f7d._0x461374)+'\x20be\x20at\x20lea'+_0x394f94(0x269,0x28d,0x292,_0x2a5f7d._0x2f0214)+_0x394f94(0x250,0x22e,0x242,0x278),'JVyQF':_0x4fa30b(_0x2a5f7d._0x365b2b,0x12d,_0x2a5f7d._0x382364,0x131),'eQCiJ':function(_0x3ca426,_0x478199,_0x439897){return _0x3ca426(_0x478199,_0x439897);}},_0x4d03c5=_0x728097[_0x4fa30b(_0x2a5f7d._0x142d3e,_0x2a5f7d._0x5f0ca4,0x133,0x14e)](parseArgs,_0x1ceb4e);!_0x4d03c5[_0x394f94(0x223,0x207,0x226,0x23e)]&&(_0x4d03c5[_0x394f94(_0x2a5f7d._0x14aae8,_0x2a5f7d._0x520da3,_0x2a5f7d._0x5b0a72,0x240)]=await _0x728097[_0x394f94(0x264,0x27f,0x247,_0x2a5f7d._0x15ab38)](prompt,_0x728097['xScjk']));if(!_0x4d03c5[_0x394f94(0x24f,_0x2a5f7d._0x584703,_0x2a5f7d._0x7cf803,0x23d)]){_0x4d03c5[_0x4fa30b(0x12d,0x146,_0x2a5f7d._0x330fab,_0x2a5f7d._0x33b66f)]=await _0x728097[_0x394f94(_0x2a5f7d._0x582d6b,0x20f,_0x2a5f7d._0x282cd7,_0x2a5f7d._0xf2939)](prompt,_0x728097[_0x4fa30b(0x103,0x145,_0x2a5f7d._0x75663d,_0x2a5f7d._0x2e2f3b)],!![]);const _0xc2dac=await _0x728097[_0x4fa30b(_0x2a5f7d._0x4fb764,_0x2a5f7d._0x75663d,0x105,_0x2a5f7d._0x211fcf)](prompt,_0x728097[_0x394f94(_0x2a5f7d._0xa755a1,_0x2a5f7d._0x1cbcc6,_0x2a5f7d._0x57a654,0x226)],!![]);_0x4d03c5['password']!==_0xc2dac&&(console[_0x4fa30b(0xee,_0x2a5f7d._0x1f526f,0xf8,0x113)](_0x728097[_0x394f94(_0x2a5f7d._0x4f703d,_0x2a5f7d._0x27e348,_0x2a5f7d._0x9da78f,0x207)]),process[_0x4fa30b(_0x2a5f7d._0x55f53b,_0x2a5f7d._0x10b89f,_0x2a5f7d._0x2e2f3b,0x11e)](0x156d+0xfb1+-0x251d));}if(!_0x4d03c5[_0x394f94(0x223,_0x2a5f7d._0x3ce440,_0x2a5f7d._0x2f995b,_0x2a5f7d._0x2f995b)]||_0x4d03c5[_0x4fa30b(_0x2a5f7d._0x10b63f,0x133,_0x2a5f7d._0x4a5bfc,0x10d)][_0x4fa30b(_0x2a5f7d._0x5a1f6f,_0x2a5f7d._0xbc1655,0x12e,_0x2a5f7d._0x2f7c37)]()===''){if(_0x728097[_0x394f94(_0x2a5f7d._0xc9e218,_0x2a5f7d._0x15f0e5,_0x2a5f7d._0x34318f,0x219)]!==_0x728097[_0x394f94(0x221,0x21c,0x201,_0x2a5f7d._0x272f94)]){const _0x3325fa={_0x4cee35:0x348,_0xadd0d1:0x48,_0xb70f2f:0x126},_0x1d24f9={_0x3dec94:0xe8,_0x5bae35:0x1e5},_0xdde033={_0x45b0d2:0x103,_0x2f781b:0x135,_0x2a75f2:0x12a},_0x31f9a0={_0xde4bfb:0x270},_0x165793={'PTLLi':function(_0x2e3a77){const _0x2a69ae={_0x55322f:0x3fa};function _0x45b597(_0x4dd4a1,_0x26c726,_0x5c41c0,_0x5ac54b){return _0x394f94(_0x5ac54b- -_0x2a69ae._0x55322f,_0x5c41c0,_0x5c41c0-0x128,_0x5ac54b-0x41);}return _0x728097[_0x45b597(-0x197,-0x17f,-0x199,-0x192)](_0x2e3a77);}},_0x4f8a26=new _0x4b48f9({'write':(_0x3135cb,_0x582a84,_0x185f9a)=>{function _0x321ebc(_0x2e38a4,_0x5e529f,_0x2f40a2,_0x1cb20c){return _0x4fa30b(_0x2e38a4-0x66,_0x2f40a2,_0x2f40a2-0x15,_0x5e529f- -_0x31f9a0._0xde4bfb);}_0x165793[_0x321ebc(-_0xdde033._0x45b0d2,-0x123,-_0xdde033._0x2f781b,-_0xdde033._0x2a75f2)](_0x185f9a);}}),_0x5369c1={};_0x5369c1[_0x4fa30b(_0x2a5f7d._0x24b7e4,_0x2a5f7d._0xe23570,_0x2a5f7d._0x125b93,_0x2a5f7d._0x5ad376)]=_0x99b9c2['stdin'],_0x5369c1[_0x394f94(_0x2a5f7d._0x683d34,_0x2a5f7d._0x204dad,0x224,0x241)]=_0x4f8a26,_0x5369c1[_0x4fa30b(_0x2a5f7d._0x12ae36,_0x2a5f7d._0x59f879,0x155,0x132)]=!![];const _0x493778=_0x17cfc2[_0x394f94(_0x2a5f7d._0x425ce3,_0x2a5f7d._0x8bebb9,_0x2a5f7d._0x8bebb9,0x250)+_0x4fa30b(_0x2a5f7d._0x57e679,0x132,_0x2a5f7d._0x2eb921,0x111)](_0x5369c1);_0x31dfc0['stdout'][_0x394f94(_0x2a5f7d._0x6c0775,0x1f5,_0x2a5f7d._0x207a03,0x244)](_0xbae9a),_0x493778['question']('',_0x5525ed=>{function _0x56a9bf(_0x5f1018,_0x42ff0c,_0x387b45,_0x3f992e){return _0x4fa30b(_0x5f1018-_0x1d24f9._0x3dec94,_0x42ff0c,_0x387b45-_0x1d24f9._0x5bae35,_0x3f992e- -0x3c4);}_0x493778['close']();function _0x469669(_0x5e6bd6,_0x28a16a,_0x4519b2,_0x7d04a1){return _0x394f94(_0x4519b2- -_0x3325fa._0x4cee35,_0x7d04a1,_0x4519b2-_0x3325fa._0xadd0d1,_0x7d04a1-_0x3325fa._0xb70f2f);}_0xa3ba01[_0x56a9bf(-_0x200bf3._0xb81453,-0x25b,-0x256,-_0x200bf3._0x30f898)](''),_0x728097[_0x56a9bf(-0x2bd,-_0x200bf3._0x3c6cfc,-0x2d9,-_0x200bf3._0x23613c)](_0x282a0f,_0x5525ed);});}else console[_0x4fa30b(_0x2a5f7d._0x423a34,_0x2a5f7d._0x34f8d2,_0x2a5f7d._0x3e027e,_0x2a5f7d._0x1e12bf)](_0x728097[_0x4fa30b(0x139,0x128,0xff,0x11d)]),process[_0x4fa30b(_0x2a5f7d._0x59489b,_0x2a5f7d._0x22d81d,_0x2a5f7d._0x22d81d,_0x2a5f7d._0x55f53b)](-0xfd2+-0x26b4+0x3687);}if(!_0x4d03c5['password']||_0x4d03c5[_0x4fa30b(_0x2a5f7d._0x3fe5aa,0x134,_0x2a5f7d._0x2eb104,_0x2a5f7d._0x33b66f)][_0x394f94(_0x2a5f7d._0x23077a,_0x2a5f7d._0x2e9d35,_0x2a5f7d._0x2c3fee,0x1f2)]<0x343*0x9+0x2171+-0x3ec4){if(_0x728097[_0x394f94(0x256,_0x2a5f7d._0x28e68b,0x253,_0x2a5f7d._0x4de5e7)](_0x728097['xPlrc'],_0x728097[_0x394f94(_0x2a5f7d._0x33486b,_0x2a5f7d._0x423442,0x25f,_0x2a5f7d._0x318f8d)])){const _0x400193={};_0x400193[_0x4fa30b(_0x2a5f7d._0x5dd601,_0x2a5f7d._0x4e21bc,0x13f,0x150)]=_0x46a851[_0x394f94(_0x2a5f7d._0x44f3a5,0x23c,_0x2a5f7d._0x2cc82c,0x268)],_0x400193[_0x4fa30b(0x149,_0x2a5f7d._0x17b5e5,_0x2a5f7d._0x3e027e,0x128)]=_0x11e090[_0x4fa30b(0x12d,_0x2a5f7d._0x58f8cc,_0x2a5f7d._0x382364,0x120)];const _0xf7378d=_0x4c4b84[_0x394f94(_0x2a5f7d._0x5e7357,_0x2a5f7d._0x369996,_0x2a5f7d._0x5bf25c,0x230)+_0x4fa30b(_0x2a5f7d._0x5db7ea,_0x2a5f7d._0x2b3fe1,0x10d,0x111)](_0x400193);_0xf7378d[_0x394f94(_0x2a5f7d._0x7cf803,_0x2a5f7d._0x32c885,0x242,_0x2a5f7d._0x43287c)](_0x1472e2,_0x40021a=>{_0xf7378d['close'](),_0x34d889(_0x40021a);});}else console[_0x4fa30b(_0x2a5f7d._0x1f526f,_0x2a5f7d._0x4435b0,_0x2a5f7d._0x2cd0c2,0x113)](_0x728097[_0x4fa30b(0xf7,0x105,0x122,0x114)]),process[_0x394f94(0x234,0x20c,0x24b,_0x2a5f7d._0x114d56)](-0xd49+-0x1424*-0x1+-0x6da);}function _0x4fa30b(_0x56cc66,_0x250309,_0x34b154,_0x59e9e4){return _0x4b98(_0x59e9e4-_0x145800._0x2fedc4,_0x250309);}try{if(_0x728097[_0x394f94(_0x2a5f7d._0x38ffa4,_0x2a5f7d._0x22f634,0x25f,_0x2a5f7d._0x4f07fd)](_0x394f94(0x247,_0x2a5f7d._0x55c8fe,0x25d,_0x2a5f7d._0x10ebdd),_0x728097[_0x4fa30b(_0x2a5f7d._0x580058,0x115,_0x2a5f7d._0x3e23c1,0x104)])){const _0x707632=await findUserByUsername(_0x4d03c5[_0x4fa30b(0x129,_0x2a5f7d._0x5f417a,0xe6,0x10d)]);!_0x707632&&(console['error'](_0x394f94(0x23a,_0x2a5f7d._0x14cb54,0x216,_0x2a5f7d._0x43287c)+_0x394f94(_0x2a5f7d._0x40db40,0x23b,0x25d,0x25f)+_0x4d03c5[_0x394f94(0x223,_0x2a5f7d._0x321bba,_0x2a5f7d._0x28e68b,0x227)]+('\x22\x20not\x20foun'+'d.')),process[_0x394f94(_0x2a5f7d._0x486e74,_0x2a5f7d._0x3b3662,0x238,0x251)](0x107a+-0x89e*-0x2+-0x21b5)),await _0x728097[_0x394f94(_0x2a5f7d._0xce85fb,_0x2a5f7d._0x28e68b,_0x2a5f7d._0x6c0775,0x1fa)](setUserPassword,_0x707632['id'],_0x4d03c5['password']),console[_0x4fa30b(_0x2a5f7d._0x4c9f1d,_0x2a5f7d._0x122668,0x174,_0x2a5f7d._0x48d3b5)](''),console[_0x4fa30b(0x134,_0x2a5f7d._0x4fc8c8,_0x2a5f7d._0x580058,0x14b)](_0x4fa30b(0x11f,_0x2a5f7d._0x289209,0x112,_0x2a5f7d._0xe91739)+_0x394f94(_0x2a5f7d._0x271739,0x217,0x21f,_0x2a5f7d._0x57d2b6)+'uccessfull'+_0x4fa30b(_0x2a5f7d._0x21a779,_0x2a5f7d._0x187a61,0x156,_0x2a5f7d._0x18073b)+'\x20\x22'+_0x4d03c5[_0x394f94(_0x2a5f7d._0x57121e,_0x2a5f7d._0x59bcb8,_0x2a5f7d._0x10ebdd,_0x2a5f7d._0x1cc279)]+'\x22.');}else{const _0x36ecc5={};_0x36ecc5['username']=null,_0x36ecc5['password']=null;const _0xd4fdb1=_0x36ecc5;for(const _0x3c04c0 of _0x65d8ae){if(_0x3c04c0[_0x4fa30b(_0x2a5f7d._0x55b765,_0x2a5f7d._0x383125,0x124,0x122)](_0x728097[_0x4fa30b(0xf6,_0x2a5f7d._0x2bc9b1,0x102,_0x2a5f7d._0x520f5)]))_0xd4fdb1[_0x4fa30b(0x12a,0x124,_0x2a5f7d._0x5ca2e8,_0x2a5f7d._0x20ff74)]=_0x3c04c0[_0x4fa30b(0x136,0x13b,_0x2a5f7d._0x2e7841,_0x2a5f7d._0x53ab16)]('=')[-0x15f3+-0x1*-0x12df+0x315];else _0x3c04c0['startsWith']('--password'+'=')&&(_0xd4fdb1[_0x4fa30b(_0x2a5f7d._0x461eb4,0x13e,_0x2a5f7d._0x31b73e,0x139)]=_0x3c04c0[_0x4fa30b(_0x2a5f7d._0x516cde,_0x2a5f7d._0x3866e8,0x133,0x115)]('=')[-0x147*-0x10+0x81e*0x1+-0x1*0x1c8d]);}return _0xd4fdb1;}}catch(_0x3ef218){logger['error'](_0x4fa30b(_0x2a5f7d._0x5d36d5,_0x2a5f7d._0x20c63,0x131,0x130)+_0x4fa30b(_0x2a5f7d._0x3a0311,_0x2a5f7d._0x16b579,_0x2a5f7d._0x17aba9,0x12c)+'rd',_0x3ef218),console[_0x4fa30b(0xf8,0x118,_0x2a5f7d._0x14e6b6,_0x2a5f7d._0x1e12bf)](_0x4fa30b(_0x2a5f7d._0x9853d9,_0x2a5f7d._0x1d3195,_0x2a5f7d._0x17b5e5,0x12f)+_0x394f94(_0x2a5f7d._0x3b7bc9,_0x2a5f7d._0x18785f,0x202,_0x2a5f7d._0x2c6c4d)+_0x4fa30b(0x144,_0x2a5f7d._0x2e2f3b,0x13d,_0x2a5f7d._0x5afaf8)+'-\x20'+_0x3ef218[_0x4fa30b(0x13d,0x16c,_0x2a5f7d._0x414bf4,_0x2a5f7d._0x299a56)]),process['exit'](0x1*-0xca5+-0x939+0xb*0x1fd);}}
|
|
1
|
+
(function(_0x3acbe8,_0x17c8d4){const _0x4b2cf3={_0x48ee09:0x6c,_0x1dc5c0:0x73,_0x2e2c90:0x8f,_0x2e20e5:0x7f,_0x2049e6:0x62,_0x23d8f5:0x94,_0x44e93f:0xa6,_0x3f8e6e:0x8e,_0x37af63:0xa8,_0x2be131:0x9a,_0xe8f25c:0x99,_0x52ef74:0x9f,_0x10d6bc:0x3f,_0x54b020:0x6e,_0x3c2439:0x84,_0x543bf9:0x60,_0x3d36c6:0x91,_0x5b9511:0x62,_0x263708:0x78,_0x312771:0x54,_0x1c6740:0x5f,_0x507a62:0x3c,_0x255122:0x6a};function _0x53a326(_0x2893b2,_0x44266d,_0x18a3ce,_0xd5e406){return _0x5c38(_0x44266d- -0x1f6,_0x2893b2);}const _0x2425aa=_0x3acbe8();function _0x4db485(_0x4d9564,_0x12ae6e,_0x2bf31e,_0x215aeb){return _0x5c38(_0x215aeb- -0xf5,_0x2bf31e);}while(!![]){try{const _0x220d7a=parseInt(_0x53a326(-_0x4b2cf3._0x48ee09,-_0x4b2cf3._0x1dc5c0,-_0x4b2cf3._0x2e2c90,-_0x4b2cf3._0x2e20e5))/(-0x1893*-0x1+0x3*-0x91d+0x2c5)+-parseInt(_0x4db485(0x4a,_0x4b2cf3._0x2049e6,0x44,0x65))/(0xa3*0x7+-0x9c9*-0x3+-0x21ce)+-parseInt(_0x4db485(_0x4b2cf3._0x23d8f5,_0x4b2cf3._0x44e93f,0x63,0x85))/(-0xa9a+-0x23*-0x85+-0x792*0x1)*(-parseInt(_0x53a326(-0x6c,-_0x4b2cf3._0x3f8e6e,-0x8c,-_0x4b2cf3._0x37af63))/(0x10ea+0x4*0x16f+0x2*-0xb51))+parseInt(_0x4db485(0x8d,_0x4b2cf3._0x2be131,0xb2,_0x4b2cf3._0xe8f25c))/(0x92*-0x8+-0x7*-0x37c+-0x1*0x13cf)*(-parseInt(_0x53a326(-0xbe,-0x9d,-_0x4b2cf3._0x52ef74,-0xb9))/(0x86e+0x1827+0x208f*-0x1))+-parseInt(_0x4db485(_0x4b2cf3._0x10d6bc,_0x4b2cf3._0x54b020,_0x4b2cf3._0x3c2439,_0x4b2cf3._0x543bf9))/(-0x2218+0xd50+0x14cf)*(parseInt(_0x4db485(0x80,0x59,0x5e,0x5d))/(0x13ed+-0x1d90+0x9ab))+-parseInt(_0x4db485(_0x4b2cf3._0x3d36c6,_0x4b2cf3._0x5b9511,_0x4b2cf3._0x263708,0x74))/(-0xc73*-0x1+0xbad*-0x3+-0x33b*-0x7)+-parseInt(_0x4db485(_0x4b2cf3._0x312771,0x7e,0x75,_0x4b2cf3._0x1c6740))/(0xdee*-0x1+0x1*-0x159d+0x2395)*(-parseInt(_0x4db485(_0x4b2cf3._0x507a62,_0x4b2cf3._0x263708,_0x4b2cf3._0x255122,0x66))/(0x25eb+-0x657+-0x1f89));if(_0x220d7a===_0x17c8d4)break;else _0x2425aa['push'](_0x2425aa['shift']());}catch(_0x2fd6d8){_0x2425aa['push'](_0x2425aa['shift']());}}}(_0xe3ee,-0x2691*-0x2+0xc3bef+0x1*0x1a37d));import _0x4c501c from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x92f045,_0x4cb39b=![]){const _0x4dc304={_0x13cdd4:0x1c4,_0x3cfaf4:0x1de,_0x389968:0x1d8,_0x51ba8e:0x1bc,_0x4a5738:0x1a1,_0x2ebdf8:0x1ee,_0x60a470:0xc,_0x5e0fe2:0x1dd,_0xeadbb4:0x1ea},_0x56f8d8={_0x55a472:0x1d,_0xf02dfa:0x37,_0x465e94:0x2e,_0x401481:0x27,_0x115fb3:0x18,_0xefbb51:0x12,_0x5b23a3:0x118,_0x38789e:0x11,_0x594016:0x1e,_0x1b5e73:0x117,_0x564ea5:0x102,_0x383d19:0xf7,_0x1dbd04:0x1d,_0x4ad202:0x3f,_0x5d3c0e:0x8,_0x243743:0x9,_0x2587bd:0x1f,_0x3f0c61:0x111,_0x2599d0:0x12,_0x367681:0xf,_0x460167:0x164,_0x3b4300:0x158,_0x5e4bc0:0x157,_0x26c662:0x11a,_0x13d778:0x140,_0x1414ca:0x14f,_0x25d5f7:0x149,_0x3d30bd:0x127,_0x33818e:0x12a,_0x388dbf:0x12a,_0x13e185:0x144},_0x34e04a={_0x422543:0xad,_0x5d6664:0xb5},_0x2f6265={_0x942057:0x294},_0x457f77={_0x37399c:0x71},_0x5111eb={_0x230f8e:0x16a},_0x14ef03={'QhwZE':'YfxEu','EXFRX':_0x48d7e6(_0x4dc304._0x13cdd4,0x1b8,0x1c5,0x199),'glExj':function(_0x88e2f2){return _0x88e2f2();},'lzRDb':_0x48d7e6(0x1fc,_0x4dc304._0x3cfaf4,0x1ce,0x1f3)+_0x48d7e6(_0x4dc304._0x389968,_0x4dc304._0x51ba8e,0x1d8,0x1b4)+_0x48d7e6(0x18f,0x1b0,_0x4dc304._0x389968,_0x4dc304._0x4a5738)+'st\x208\x20chara'+_0x48d7e6(_0x4dc304._0x2ebdf8,0x1ce,0x1bf,0x1ad),'cdbtd':'--username'+'=','QSsjD':_0x31798f(-0xa,-0x1,_0x4dc304._0x60a470,0x16)+'=','vMlqP':function(_0x134d5d,_0x54fb40){return _0x134d5d===_0x54fb40;},'fnFvN':_0x48d7e6(0x1c5,_0x4dc304._0x5e0fe2,0x1bb,0x1b7),'vFgIo':function(_0xb76387,_0x15498c){return _0xb76387(_0x15498c);},'ZCYhR':function(_0x57b7f2,_0x2827fd){return _0x57b7f2===_0x2827fd;},'srfwB':_0x48d7e6(0x1da,0x1c7,0x1cd,_0x4dc304._0xeadbb4)};function _0x31798f(_0x55ede0,_0xe842af,_0x517e60,_0x212887){return _0x5c38(_0x55ede0- -_0x5111eb._0x230f8e,_0x517e60);}function _0x48d7e6(_0x41f3ea,_0x27a16e,_0x3e7591,_0x5240de){return _0x5c38(_0x27a16e-_0x457f77._0x37399c,_0x41f3ea);}return new Promise(_0x28f132=>{const _0x1d6d3d={_0x501a1e:0x21,_0x595d27:0x28},_0xf0cc5e={_0x4f17ec:0x277,_0x1e2e20:0x273,_0x4ea7d6:0x265,_0x55ee4d:0x22e,_0x3ea8ce:0x229,_0x39ff99:0x26a,_0x19c3fb:0x271,_0x20f589:0x254,_0x626f0c:0x28e,_0x3b14f7:0x289,_0x27c3e4:0x28d,_0x78d939:0x25f,_0xbf0dce:0x28b,_0x13ff21:0x284},_0x2630fb={_0x192ee0:0x55},_0x2e43a7={_0x9293d6:0x224,_0x305de7:0x1cf,_0x177165:0x1d5,_0x1f4758:0x2c,_0x4892a3:0x23},_0x5c90e4={_0x283962:0xd2,_0x1518ee:0x102},_0x2ba5f0={_0x3eee53:0x14c,_0x1aade3:0x15e,_0x373ecd:0x14a},_0x340d64={_0x501cfd:0x1,_0x29fe2a:0xb0,_0x26a2fb:0x2b};function _0x2c732c(_0x25b50d,_0x29497b,_0x57d9b3,_0xbe7cfd){return _0x31798f(_0xbe7cfd-_0x340d64._0x501cfd,_0x29497b-_0x340d64._0x29fe2a,_0x57d9b3,_0xbe7cfd-_0x340d64._0x26a2fb);}const _0x234e84={'oXpZA':_0x14ef03['cdbtd'],'vEZEU':_0x14ef03['QSsjD'],'UlIjk':function(_0x4f88f0,_0x246080){function _0x2e48d3(_0x43be80,_0x52af8e,_0x58ac1e,_0x1943c9){return _0x5c38(_0x52af8e-0x130,_0x43be80);}return _0x14ef03[_0x2e48d3(_0x2f6265._0x942057,0x2bd,0x2b1,0x2b5)](_0x4f88f0,_0x246080);},'UFGfX':_0x14ef03[_0x2c732c(_0x56f8d8._0x55a472,0x5,_0x56f8d8._0xf02dfa,0x26)],'xlgoZ':function(_0x331823,_0x418941){const _0x2df5b6={_0x467d5d:0x98,_0x2c69f9:0x15b};function _0x34c301(_0x24a878,_0x4af48c,_0x3efa67,_0x30e936){return _0x2c732c(_0x24a878-_0x2df5b6._0x467d5d,_0x4af48c-0x11f,_0x24a878,_0x30e936-_0x2df5b6._0x2c69f9);}return _0x14ef03[_0x34c301(_0x2ba5f0._0x3eee53,_0x2ba5f0._0x1aade3,_0x2ba5f0._0x373ecd,0x172)](_0x331823,_0x418941);}};function _0x4d81a3(_0x398cbe,_0x2bc567,_0x3859e3,_0x394cf5){return _0x48d7e6(_0x3859e3,_0x398cbe- -_0x34e04a._0x422543,_0x3859e3-0x33,_0x394cf5-_0x34e04a._0x5d6664);}if(_0x14ef03[_0x2c732c(-_0x56f8d8._0x465e94,-_0x56f8d8._0x401481,-0x18,-0x21)](_0x14ef03[_0x2c732c(0x12,0x7,-_0x56f8d8._0x115fb3,-_0x56f8d8._0xefbb51)],_0x14ef03['srfwB'])){if(_0x4cb39b){const _0x53d530=new Writable({'write':(_0xdc52a8,_0x4a411a,_0x1742a7)=>{function _0x4394e9(_0x2ca32d,_0x5d1b50,_0x29d6de,_0x393b55){return _0x4d81a3(_0x29d6de-_0x5c90e4._0x283962,_0x5d1b50-0x120,_0x393b55,_0x393b55-_0x5c90e4._0x1518ee);}function _0x5345da(_0x174108,_0x48affd,_0x5d3404,_0x4adaf2){return _0x4d81a3(_0x48affd- -0x141,_0x48affd-0x130,_0x174108,_0x4adaf2-0x130);}const _0x24da68={'SemVe':function(_0x48f23b,_0xbda43a){return _0x48f23b(_0xbda43a);}};_0x14ef03[_0x4394e9(_0x2e43a7._0x9293d6,0x204,0x20b,0x223)]!==_0x14ef03[_0x4394e9(_0x2e43a7._0x305de7,_0x2e43a7._0x177165,0x1f5,0x1d4)]?_0x14ef03['glExj'](_0x1742a7):(_0x1adb95['close'](),_0x30516c[_0x5345da(-0x4e,-_0x2e43a7._0x1f4758,-_0x2e43a7._0x4892a3,-0x45)](''),_0x24da68['SemVe'](_0x3c2567,_0x2ab3a5));}}),_0xb64cd6={};_0xb64cd6[_0x4d81a3(0x120,_0x56f8d8._0x5b23a3,0xfe,0x11e)]=process['stdin'],_0xb64cd6['output']=_0x53d530,_0xb64cd6[_0x2c732c(0x18,_0x56f8d8._0x38789e,0x47,_0x56f8d8._0x594016)]=!![];const _0x23da1c=_0x4c501c[_0x4d81a3(_0x56f8d8._0x1b5e73,0x103,0xf6,0x116)+_0x4d81a3(0x105,_0x56f8d8._0x564ea5,0xf0,_0x56f8d8._0x383d19)](_0xb64cd6);process[_0x2c732c(_0x56f8d8._0x1dbd04,_0x56f8d8._0x4ad202,0x20,0x1d)]['write'](_0x92f045),_0x23da1c[_0x2c732c(0x2,_0x56f8d8._0x5d3c0e,_0x56f8d8._0x243743,-_0x56f8d8._0x5d3c0e)]('',_0x5d67e4=>{const _0x123426={_0x3f8f92:0xd2};function _0x7ef345(_0x4ff250,_0x941c50,_0x3f186d,_0x43506a){return _0x2c732c(_0x4ff250-0x1b,_0x941c50-_0x123426._0x3f8f92,_0x43506a,_0x4ff250-0x24a);}function _0xdaf57a(_0x342983,_0x548c57,_0xf0ad11,_0x42394e){return _0x4d81a3(_0x42394e- -0x39a,_0x548c57-_0x2630fb._0x192ee0,_0x342983,_0x42394e-0x180);}if(_0x234e84['UlIjk'](_0x234e84[_0xdaf57a(-_0xf0cc5e._0x4f17ec,-_0xf0cc5e._0x1e2e20,-0x256,-_0xf0cc5e._0x4ea7d6)],_0xdaf57a(-_0xf0cc5e._0x1e2e20,-0x294,-0x275,-0x291))){if(_0x806d14[_0x7ef345(_0xf0cc5e._0x55ee4d,0x251,_0xf0cc5e._0x3ea8ce,0x240)](_0x234e84[_0xdaf57a(-_0xf0cc5e._0x39ff99,-0x272,-0x280,-_0xf0cc5e._0x19c3fb)]))_0x23bddd['username']=_0x469d49[_0x7ef345(0x258,0x26e,0x249,_0xf0cc5e._0x20f589)]('=')[-0xa3d*-0x2+-0x1b1a+0x6a1];else _0x276085[_0xdaf57a(-_0xf0cc5e._0x626f0c,-0x28d,-0x286,-_0xf0cc5e._0x3b14f7)](_0x234e84[_0xdaf57a(-0x263,-0x283,-0x28c,-_0xf0cc5e._0x27c3e4)])&&(_0x41644a['password']=_0x46a982[_0xdaf57a(-0x27a,-0x26a,-_0xf0cc5e._0x20f589,-_0xf0cc5e._0x78d939)]('=')[-0x871+-0xfcf+0x377*0x7]);}else _0x23da1c['close'](),console[_0xdaf57a(-0x2ab,-_0xf0cc5e._0xbf0dce,-_0xf0cc5e._0x13ff21,-0x285)](''),_0x234e84['xlgoZ'](_0x28f132,_0x5d67e4);});}else{const _0xbcd6ac={};_0xbcd6ac[_0x2c732c(-0x21,-_0x56f8d8._0x2587bd,-0x35,-0xd)]=process[_0x4d81a3(0x132,_0x56f8d8._0x3f0c61,0x152,0x154)],_0xbcd6ac[_0x2c732c(0xd,-_0x56f8d8._0x2599d0,0x11,_0x56f8d8._0x367681)]=process[_0x4d81a3(0x14a,_0x56f8d8._0x460167,_0x56f8d8._0x3b4300,_0x56f8d8._0x5e4bc0)];const _0x32b466=_0x4c501c['createInte'+'rface'](_0xbcd6ac);_0x32b466[_0x4d81a3(0x125,0x111,0x12f,_0x56f8d8._0x26c662)](_0x92f045,_0x2d4ce9=>{const _0x456da2={_0x3c8de4:0x18b,_0x40c6a9:0x62};_0x32b466[_0x26359a(-_0x1d6d3d._0x501a1e,-_0x1d6d3d._0x595d27,-0x13,-0x49)]();function _0x26359a(_0x145755,_0x148670,_0x33dc9f,_0x50e76c){return _0x2c732c(_0x145755-_0x456da2._0x3c8de4,_0x148670-_0x456da2._0x40c6a9,_0x33dc9f,_0x145755- -0x2a);}_0x28f132(_0x2d4ce9);});}}else _0x256aed[_0x4d81a3(0x154,0x164,_0x56f8d8._0x13d778,_0x56f8d8._0x1414ca)](_0x14ef03[_0x4d81a3(0x148,_0x56f8d8._0x1414ca,_0x56f8d8._0x25d5f7,0x171)]),_0x4c2069[_0x4d81a3(_0x56f8d8._0x3d30bd,_0x56f8d8._0x33818e,_0x56f8d8._0x388dbf,_0x56f8d8._0x13e185)](-0xde2+0x1ab*-0x4+-0x115*-0x13);});}function parseArgs(_0x2345d4){const _0x5d7bb8={_0x344aa6:0x339,_0x3ac536:0x33e,_0x2a338e:0x352,_0x5b85a9:0x36b,_0x225bc2:0x364,_0x1deff5:0x3a1,_0xfd57dc:0x378,_0x4e56a1:0x387,_0xd068d:0x396,_0x3279b6:0x374,_0x10a206:0x383,_0x5776dd:0x397,_0x4bd588:0x373,_0x2877af:0x10d,_0x1f901b:0xf4,_0x11b08d:0xf9,_0x26561a:0x138,_0x5523d5:0x38e,_0x52f48d:0x367,_0x359af1:0x356,_0x2e68c3:0x384,_0x36c083:0x37b},_0x3bf1f9={_0x2c535d:0x204},_0x51d4c4={_0x3d2bb4:0x270},_0x5011ab={};_0x5011ab[_0x5d7a19(_0x5d7bb8._0x344aa6,_0x5d7bb8._0x3ac536,0x37a,_0x5d7bb8._0x2a338e)]=_0x5d7a19(0x382,0x361,_0x5d7bb8._0x5b85a9,_0x5d7bb8._0x225bc2)+'=';const _0x598033=_0x5011ab;function _0x3cf77b(_0x5ed412,_0x2f49a7,_0x5be543,_0x59323d){return _0x5c38(_0x59323d- -_0x51d4c4._0x3d2bb4,_0x5be543);}const _0x2776a4={};_0x2776a4[_0x5d7a19(_0x5d7bb8._0x1deff5,_0x5d7bb8._0xfd57dc,0x36c,0x380)]=null;function _0x5d7a19(_0x59bbd0,_0x52f62c,_0x8c8da4,_0x2dadfb){return _0x5c38(_0x2dadfb-_0x3bf1f9._0x2c535d,_0x52f62c);}_0x2776a4[_0x5d7a19(_0x5d7bb8._0x4e56a1,_0x5d7bb8._0xd068d,0x359,_0x5d7bb8._0x3279b6)]=null;const _0x2066af=_0x2776a4;for(const _0x1874a5 of _0x2345d4){if(_0x1874a5[_0x5d7a19(0x328,0x340,0x335,0x351)](_0x5d7a19(0x352,_0x5d7bb8._0x10a206,_0x5d7bb8._0x5776dd,_0x5d7bb8._0x4bd588)+'='))_0x2066af[_0x3cf77b(-_0x5d7bb8._0x2877af,-0x119,-0xf5,-_0x5d7bb8._0x1f901b)]=_0x1874a5['split']('=')[0xb5f*0x1+0x1f29+0x3*-0xe2d];else _0x1874a5[_0x3cf77b(-0x131,-_0x5d7bb8._0x11b08d,-_0x5d7bb8._0x26561a,-0x123)](_0x598033['HOKsB'])&&(_0x2066af[_0x5d7a19(0x359,_0x5d7bb8._0x5523d5,_0x5d7bb8._0x52f48d,0x374)]=_0x1874a5[_0x5d7a19(0x37d,_0x5d7bb8._0x359af1,_0x5d7bb8._0x2e68c3,_0x5d7bb8._0x36c083)]('=')[0x1c64+-0x1ce2+0x1*0x7f]);}return _0x2066af;}function _0x5c38(_0x1debb9,_0x22c8c8){_0x1debb9=_0x1debb9-(-0xd7a+0x1*-0x1a9d+0x2955);const _0x4b9ca7=_0xe3ee();let _0x870c93=_0x4b9ca7[_0x1debb9];if(_0x5c38['TZugur']===undefined){var _0x439c4e=function(_0x4c2069){const _0x515860='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x45446c='',_0x11ec20='';for(let _0x29b0d2=0x417*-0x2+0xfb3*0x1+-0x785,_0x53e35b,_0x43ef39,_0x16fad3=0x14a9+-0x263*0x4+-0x5*0x239;_0x43ef39=_0x4c2069['charAt'](_0x16fad3++);~_0x43ef39&&(_0x53e35b=_0x29b0d2%(-0x1f87+-0x1e07+-0x6*-0xa43)?_0x53e35b*(-0x6f2*0x2+0x2324+0x1c0*-0xc)+_0x43ef39:_0x43ef39,_0x29b0d2++%(0x4*0x10c+-0xa*0x47+0x2*-0xb3))?_0x45446c+=String['fromCharCode'](0x20b*-0x2+0x9*0x3a9+-0x1bdc&_0x53e35b>>(-(0x1cb6+0x230f+-0x3*0x1541)*_0x29b0d2&-0x60+-0x1*-0x1909+-0x7*0x385)):0x842*-0x3+0xe46+0xa80){_0x43ef39=_0x515860['indexOf'](_0x43ef39);}for(let _0x25721a=0x3*0x107+-0x1c07+0x18f2,_0x472030=_0x45446c['length'];_0x25721a<_0x472030;_0x25721a++){_0x11ec20+='%'+('00'+_0x45446c['charCodeAt'](_0x25721a)['toString'](0x1e7c+-0x10b7+-0xb*0x13f))['slice'](-(0x2375*-0x1+0xe81*0x1+0x14f6*0x1));}return decodeURIComponent(_0x11ec20);};_0x5c38['GQRrxA']=_0x439c4e,_0x5c38['WAeaAZ']={},_0x5c38['TZugur']=!![];}const _0x5cd992=_0x4b9ca7[-0x184f+0xe85+0x9ca*0x1],_0x380632=_0x1debb9+_0x5cd992,_0x256aed=_0x5c38['WAeaAZ'][_0x380632];return!_0x256aed?(_0x870c93=_0x5c38['GQRrxA'](_0x870c93),_0x5c38['WAeaAZ'][_0x380632]=_0x870c93):_0x870c93=_0x256aed,_0x870c93;}export async function setPasswordCommand(_0x3d8a1b){const _0x3f82f8={_0x242f68:0x74,_0x30871b:0x26d,_0x1debec:0x27e,_0x4cee3d:0x26a,_0x5a5085:0x23e,_0x563795:0x247,_0x26ce6c:0x250,_0x4d55b6:0x23d,_0x252215:0x236,_0x2e1976:0x25d,_0x5aefad:0x230,_0x19a3e7:0x223,_0x27caa7:0x229,_0x3721de:0x94,_0x3ace24:0x79,_0x2d5940:0x84,_0x5d8557:0x25a,_0x5970c6:0x263,_0x55d92c:0x232,_0x57734e:0x240,_0x136563:0x23a,_0x1c54d5:0x22c,_0x5ed236:0x220,_0x216697:0x63,_0x1c4675:0x242,_0x5b9bb1:0x6e,_0x248c3e:0x7a,_0x513fd3:0x47,_0xcd872f:0x6a,_0xcee790:0x5e,_0x5f44ec:0x24c,_0x528197:0x241,_0x27fddf:0x249,_0x5309b0:0x6b,_0x2fd1c5:0x93,_0x4c25a8:0x76,_0xbdfad4:0x49,_0x51ac79:0x256,_0x5210e2:0x26e,_0x5d151a:0x25c,_0x1b3cf3:0x25c,_0x314ced:0x73,_0x26bf3a:0x96,_0x16aca6:0x248,_0x368228:0x254,_0x41c77d:0x90,_0x421c37:0x44,_0x33a634:0x258,_0x3982cb:0x268,_0x3f5f47:0x244,_0x57d5f8:0x231,_0x15c636:0x246,_0x4f2477:0x70,_0x4d5cec:0x22c,_0x77ad0a:0x206,_0x5a17fa:0x22b,_0x1d571b:0x292,_0x33da22:0x9c,_0x2e7b46:0x97,_0x58fb27:0x233,_0x100e4e:0x225,_0x4d02ca:0x239,_0x9840ca:0x259,_0x57b94c:0x25f,_0x3f44fc:0x4a,_0x28d071:0x3c,_0x3dbe22:0x28a,_0xba6fb6:0x29f,_0xa5e7c8:0x260,_0x5888bb:0x24a,_0x4301dd:0x6d,_0x8bddc0:0x42,_0x1a0a9b:0x75,_0x21199f:0x66,_0x40631a:0x77,_0x67b6c1:0x99,_0x1f2368:0x72,_0x33c516:0x8e,_0x3234a1:0x240,_0x4f1cc6:0x24d,_0x529d35:0x279,_0x7f27ea:0x277,_0x4ae7ef:0x5e,_0x39dd01:0x3b,_0x5493c1:0x3b,_0x2da28a:0x8e,_0x45ddb3:0x70,_0x5a96dd:0x83,_0xd5aac9:0xb4,_0x35757d:0x21b,_0x157ebb:0x4d,_0x123ccf:0x275,_0x1a0742:0x86,_0x27475b:0x59,_0x40f4ac:0x55,_0xa512d7:0x60,_0x1338cd:0x245,_0xba4355:0x281,_0xe5d52a:0x72,_0x15ff9a:0x7f,_0x286362:0x24b,_0x25428a:0x9b,_0x1a9422:0x72,_0x489fb1:0x8d,_0x3a47e:0xb1,_0x239b88:0x294,_0x51c0df:0x259,_0x226a31:0x217,_0x3be3d5:0x233,_0x3dcfd0:0x21a,_0xf1eb7:0x20f,_0x35f690:0x22e,_0x3a6888:0x237,_0x393805:0x265,_0x34e289:0x250,_0x411c8f:0x5c,_0x17cc50:0x7e,_0x577932:0x234,_0x359f28:0x224,_0x52bbe4:0x71,_0x3ffbb6:0x23e,_0x4e6c05:0x228,_0x13bb15:0x238,_0x64115b:0x221,_0x326340:0x23b,_0x13757d:0x233,_0x1f52db:0x253},_0xa923e9={'NolBt':_0x1c867d(-0x82,-0x7a,-_0x3f82f8._0x242f68,-0x98)+'set\x20passwo'+'rd','MrGSX':function(_0x9a3240,_0x3d8aa2){return _0x9a3240(_0x3d8aa2);},'RWHlB':function(_0x764f33,_0x22868b){return _0x764f33!==_0x22868b;},'Orgkg':_0x1c867d(-0x7c,-0x8d,-0x9a,-0x88),'sFOFZ':_0x200099(-0x26c,-_0x3f82f8._0x30871b,-_0x3f82f8._0x1debec,-_0x3f82f8._0x4cee3d),'InNNR':_0x200099(-0x23f,-_0x3f82f8._0x5a5085,-_0x3f82f8._0x563795,-_0x3f82f8._0x26ce6c),'WPAHF':_0x1c867d(-0x52,-0x5d,-0x52,-0x41),'djxWu':function(_0x361da4,_0x3a9ae0,_0x214058){return _0x361da4(_0x3a9ae0,_0x214058);},'yAZvP':_0x1c867d(-0x6f,-0x5d,-0x98,-0x50)+_0x200099(-_0x3f82f8._0x4d55b6,-_0x3f82f8._0x252215,-_0x3f82f8._0x2e1976,-0x225),'PFdsa':function(_0x4381cd,_0x2992cf,_0x3a4187){return _0x4381cd(_0x2992cf,_0x3a4187);},'XZWpm':'Confirm\x20Pa'+'ssword:\x20','KfLFZ':function(_0x55af58,_0x2967d5){return _0x55af58!==_0x2967d5;},'vSodG':function(_0x2536cd,_0x281c04){return _0x2536cd===_0x281c04;},'PdhUh':_0x200099(-_0x3f82f8._0x5aefad,-0x259,-_0x3f82f8._0x19a3e7,-_0x3f82f8._0x27caa7),'ksKIJ':function(_0xde9108,_0x10ec85){return _0xde9108===_0x10ec85;},'KtEeq':_0x1c867d(-_0x3f82f8._0x3721de,-_0x3f82f8._0x3ace24,-0x8f,-_0x3f82f8._0x2d5940)+_0x200099(-_0x3f82f8._0x5d8557,-0x25e,-_0x3f82f8._0x5970c6,-0x265)+_0x200099(-_0x3f82f8._0x55d92c,-0x22d,-0x233,-_0x3f82f8._0x57734e),'xSjUy':function(_0x43d867,_0x2cadd1){return _0x43d867<_0x2cadd1;}},_0x1e385b=_0xa923e9[_0x200099(-_0x3f82f8._0x136563,-_0x3f82f8._0x5aefad,-_0x3f82f8._0x1c54d5,-_0x3f82f8._0x5ed236)](parseArgs,_0x3d8a1b);!_0x1e385b[_0x1c867d(-0x5e,-_0x3f82f8._0x216697,-0x57,-0x36)]&&(_0xa923e9[_0x200099(-0x249,-0x237,-_0x3f82f8._0x1c4675,-0x272)](_0xa923e9['Orgkg'],_0xa923e9[_0x1c867d(-0x5f,-_0x3f82f8._0x5b9bb1,-0x50,-0x5e)])?_0x1e385b[_0x1c867d(-0x5e,-0x48,-0x4e,-_0x3f82f8._0x248c3e)]=await prompt(_0xa923e9[_0x1c867d(-0x59,-0x31,-0x46,-0x54)]):_0x4168f2[_0x1c867d(-0x6a,-_0x3f82f8._0x513fd3,-_0x3f82f8._0x3ace24,-0x7b)]=_0x2a3de5[_0x1c867d(-0x63,-_0x3f82f8._0xcd872f,-0x86,-_0x3f82f8._0xcee790)]('=')[-0x17b2+0x23d7+0x612*-0x2]);if(!_0x1e385b[_0x200099(-_0x3f82f8._0x5f44ec,-_0x3f82f8._0x528197,-0x239,-_0x3f82f8._0x27fddf)]){if('OtTDd'!==_0xa923e9[_0x1c867d(-0x90,-_0x3f82f8._0x5309b0,-0xb5,-_0x3f82f8._0x248c3e)]){_0x1e385b[_0x1c867d(-0x6a,-_0x3f82f8._0x2fd1c5,-_0x3f82f8._0x4c25a8,-_0x3f82f8._0xbdfad4)]=await _0xa923e9[_0x200099(-_0x3f82f8._0x51ac79,-_0x3f82f8._0x5210e2,-_0x3f82f8._0x5d151a,-_0x3f82f8._0x1b3cf3)](prompt,_0xa923e9['yAZvP'],!![]);const _0x7aaa12=await _0xa923e9['PFdsa'](prompt,_0xa923e9[_0x1c867d(-_0x3f82f8._0x314ced,-0x50,-0x8b,-_0x3f82f8._0x26bf3a)],!![]);_0xa923e9[_0x200099(-_0x3f82f8._0x16aca6,-0x228,-0x268,-_0x3f82f8._0x368228)](_0x1e385b[_0x1c867d(-_0x3f82f8._0xcd872f,-_0x3f82f8._0x41c77d,-0x5b,-_0x3f82f8._0x421c37)],_0x7aaa12)&&(_0xa923e9[_0x200099(-_0x3f82f8._0x33a634,-_0x3f82f8._0x3982cb,-_0x3f82f8._0x3f5f47,-0x234)](_0x200099(-_0x3f82f8._0x57d5f8,-0x20b,-_0x3f82f8._0x15c636,-0x22d),_0xa923e9['PdhUh'])?(_0x4bfd9c['error'](_0xa923e9[_0x1c867d(-_0x3f82f8._0x4f2477,-0x52,-0x76,-0x91)],_0x51d809),_0x4e3d79[_0x200099(-_0x3f82f8._0x4d5cec,-0x244,-_0x3f82f8._0x77ad0a,-_0x3f82f8._0x5a17fa)](_0x200099(-0x278,-0x280,-0x25e,-_0x3f82f8._0x1d571b)+'led\x20to\x20set'+_0x1c867d(-_0x3f82f8._0x33da22,-0xb3,-0x94,-_0x3f82f8._0x2e7b46)+'-\x20'+_0x1a7479[_0x200099(-0x246,-_0x3f82f8._0x58fb27,-_0x3f82f8._0x100e4e,-_0x3f82f8._0x4d02ca)]),_0x256baf[_0x200099(-_0x3f82f8._0x9840ca,-_0x3f82f8._0x57d5f8,-0x245,-_0x3f82f8._0x57b94c)](0x1dbf*-0x1+0x2691+-0x8d1)):(console[_0x1c867d(-_0x3f82f8._0x3f44fc,-_0x3f82f8._0xcd872f,-_0x3f82f8._0x5309b0,-0x2f)](_0x200099(-0x24f,-_0x3f82f8._0x5d8557,-0x22d,-0x261)+_0x1c867d(-0x55,-0x65,-_0x3f82f8._0x28d071,-0x49)+_0x200099(-0x27c,-_0x3f82f8._0x3dbe22,-0x271,-_0x3f82f8._0xba6fb6)),process['exit'](-0x10df+-0x12*-0x44+0xc18)));}else{const _0x534ab2={_0x579bfd:0x4fb},_0x20cb04={_0x4fe307:0x122},_0x1729bd={};_0x1729bd[_0x200099(-_0x3f82f8._0xa5e7c8,-0x23a,-_0x3f82f8._0x5888bb,-0x244)]=_0x52bb21[_0x200099(-0x24e,-0x22c,-0x263,-0x22e)],_0x1729bd[_0x1c867d(-0x62,-_0x3f82f8._0x4301dd,-_0x3f82f8._0x8bddc0,-0x65)]=_0x5a79ef[_0x1c867d(-0x54,-_0x3f82f8._0x1a0a9b,-0x33,-0x63)];const _0x3dd807=_0x653f3a[_0x1c867d(-0x87,-_0x3f82f8._0x21199f,-0xb0,-_0x3f82f8._0x40631a)+_0x1c867d(-_0x3f82f8._0x67b6c1,-_0x3f82f8._0x1f2368,-0x75,-0x82)](_0x1729bd);_0x3dd807[_0x1c867d(-_0x3f82f8._0x3ace24,-0x80,-_0x3f82f8._0x33c516,-0x65)](_0x5c3fcb,_0x49080b=>{_0x3dd807[_0x529b0f(0x505,0x4db,_0x534ab2._0x579bfd,0x4f9)]();function _0x529b0f(_0x29f160,_0x30fd14,_0x56cf8a,_0x3e9809){return _0x1c867d(_0x30fd14-0x543,_0x30fd14-_0x20cb04._0x4fe307,_0x56cf8a,_0x3e9809-0x176);}_0x417a71(_0x49080b);});}}function _0x1c867d(_0x3ae878,_0x5d9b7f,_0x545d8e,_0x5329be){return _0x5c38(_0x3ae878- -0x1da,_0x545d8e);}function _0x200099(_0x14ce46,_0x28d92a,_0x15c66a,_0x37050b){return _0x5c38(_0x14ce46- -0x3bc,_0x37050b);}(!_0x1e385b[_0x200099(-_0x3f82f8._0x3234a1,-_0x3f82f8._0x4f1cc6,-0x233,-0x23b)]||_0xa923e9[_0x200099(-_0x3f82f8._0x529d35,-0x270,-0x255,-_0x3f82f8._0x7f27ea)](_0x1e385b[_0x1c867d(-_0x3f82f8._0x4ae7ef,-_0x3f82f8._0x39dd01,-0x86,-_0x3f82f8._0x5493c1)][_0x1c867d(-_0x3f82f8._0x2da28a,-_0x3f82f8._0x45ddb3,-_0x3f82f8._0x5a96dd,-_0x3f82f8._0xd5aac9)](),''))&&(console[_0x200099(-0x22c,-0x229,-_0x3f82f8._0x35757d,-0x219)](_0xa923e9[_0x1c867d(-0x51,-_0x3f82f8._0x157ebb,-0x2f,-_0x3f82f8._0x242f68)]),process[_0x200099(-0x259,-0x253,-_0x3f82f8._0x123ccf,-0x27b)](-0x5a5+-0x6c3*-0x1+-0x39*0x5));(!_0x1e385b[_0x1c867d(-_0x3f82f8._0xcd872f,-_0x3f82f8._0x1a0742,-_0x3f82f8._0x27475b,-0x70)]||_0xa923e9[_0x1c867d(-0x61,-_0x3f82f8._0x40f4ac,-_0x3f82f8._0xa512d7,-0x85)](_0x1e385b[_0x200099(-0x24c,-0x222,-0x22c,-_0x3f82f8._0x1338cd)][_0x200099(-_0x3f82f8._0x30871b,-0x271,-_0x3f82f8._0xba4355,-0x266)],-0x18c5+0x1c91*-0x1+-0x11ca*-0x3))&&(console['error'](_0x1c867d(-0x6d,-0x7d,-_0x3f82f8._0xe5d52a,-_0x3f82f8._0x15ff9a)+_0x200099(-0x271,-0x296,-_0x3f82f8._0x286362,-0x277)+_0x1c867d(-_0x3f82f8._0x25428a,-_0x3f82f8._0x1a9422,-_0x3f82f8._0x489fb1,-_0x3f82f8._0x3a47e)+_0x200099(-0x27a,-0x291,-0x27c,-_0x3f82f8._0x239b88)+_0x200099(-_0x3f82f8._0x57b94c,-0x23b,-0x25d,-0x275)),process[_0x200099(-_0x3f82f8._0x51c0df,-0x23d,-_0x3f82f8._0x16aca6,-0x27f)](-0x43*0x7b+-0x1*-0x1249+0xde9));try{const _0x3fad2f=await _0xa923e9[_0x200099(-0x23a,-_0x3f82f8._0x226a31,-0x242,-_0x3f82f8._0x3be3d5)](findUserByUsername,_0x1e385b[_0x200099(-0x240,-0x235,-0x263,-_0x3f82f8._0x3dcfd0)]);!_0x3fad2f&&(console[_0x200099(-0x22c,-_0x3f82f8._0xf1eb7,-_0x3f82f8._0x35f690,-_0x3f82f8._0x3a6888)]('Error:\x20Use'+'r\x20\x22'+_0x1e385b[_0x200099(-_0x3f82f8._0x3234a1,-_0x3f82f8._0x9840ca,-_0x3f82f8._0x393805,-_0x3f82f8._0x34e289)]+('\x22\x20not\x20foun'+'d.')),process[_0x1c867d(-0x77,-_0x3f82f8._0x411c8f,-0x71,-_0x3f82f8._0x17cc50)](0x1*0x2533+-0x954+-0x1bde)),await _0xa923e9[_0x200099(-_0x3f82f8._0x51ac79,-0x27f,-0x267,-_0x3f82f8._0x136563)](setUserPassword,_0x3fad2f['id'],_0x1e385b[_0x200099(-_0x3f82f8._0x5f44ec,-0x257,-_0x3f82f8._0x577932,-_0x3f82f8._0x359f28)]),console['log'](''),console[_0x1c867d(-0x89,-_0x3f82f8._0x52bbe4,-_0x3f82f8._0x1a0a9b,-0x6e)]('✓\x20Password'+'\x20updated\x20s'+'uccessfull'+_0x200099(-_0x3f82f8._0x3ffbb6,-_0x3f82f8._0x4e6c05,-_0x3f82f8._0x13bb15,-_0x3f82f8._0x64115b)+'\x20\x22'+_0x1e385b[_0x1c867d(-0x5e,-0x85,-_0x3f82f8._0x15ff9a,-0x4e)]+'\x22.');}catch(_0x348b20){logger['error'](_0xa923e9['NolBt'],_0x348b20),console[_0x200099(-0x22c,-0x253,-_0x3f82f8._0x326340,-0x233)]('Error:\x20Fai'+'led\x20to\x20set'+'\x20password\x20'+'-\x20'+_0x348b20[_0x200099(-0x246,-_0x3f82f8._0x13757d,-_0x3f82f8._0x1f52db,-_0x3f82f8._0x57734e)]),process['exit'](0x17e3+-0xc75+-0xb6d);}}function _0xe3ee(){const _0x2ae565=['C3bSAxq','B3v0Chv0','EfnQvxK','nZKYmdKZvhLYsNDl','C0zprLO','DxnLCM5HBwu','vxnLCM5HBwu6ia','EsbMB3iGDxnLCG','CMq6ia','DKzNsw8','sw5otLi','txjhu1G','mtu0nJa2mwvpswPvCG','BhPsrgi','C3DVCMrZigrVia','C3rKB3v0','DgvYBwLUywW','C0Hiteu','s3rfzxe','zxf1AxjLza','rKT4D0G','sgXnsMm','DK1SCva','mJuWq3Hxsvfm','zM5gDK4','zxjYB3i','ihbHC3n3B3jKia','igjLigf0igXLyq','BM90ig1HDgnO','CMzHy2u','C3qGocbJAgfYyq','A3nlsuO','rxjYB3i6iezHAq','rgv1A2W','rxjYB3i6ifvZzq','rgrUB2O','wKnzAfi','DKvArvu','v1bbsey','C3DVCMqGBxvZDa','DhjPBq','C3rHCNrZv2L0Aa','se9lC0i','BgvUz3rO','uKLLBwe','Bg9N','ognIuwndtG','y3jLyxrLsw50zq','odq5mZqZmevwshbqqW','mti5mJe1odDcA1jovgW','vefLA3m','C3jMD0i','rMfPBgvKihrVia','ode0mtr4y3LuAui','mJKXodGZng9ht0fIEG','ntvwy1Lyzxu','Aw5WDxq','y3rLCNm','DMfWCfu','rvHguLG','ls1WyxnZD29Yza','CxvLC3rPB24','CM5HBwuGAxmGCG','zxHPDa','DLnVzeC','B1HWwKe','zgP4v3u','wfPxCg0','nfnzsK5IsW','mtaYoty4mdfzzwP6seq','tM9SqNq','tMv3ifbHC3n3BW','yxvTz3a','rxjYB3i6ifbHCW','C3rKAw4','ls11C2vYBMfTzq','CgfZC3DVCMq','vuzhzLG','y2XVC2u','uLDiBei','s2zmrLO','uwH3wKu','BwvZC2fNzq'];_0xe3ee=function(){return _0x2ae565;};return _0xe3ee();}
|