@profoundlogic/coderflow-server 0.6.1 → 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/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.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.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/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x585c04(_0x3da3c6,_0x4a9b17,_0xcb08a,_0x25692f){const _0x4e567b={_0x53f899:0x2cf};return _0x5d95(_0x25692f-_0x4e567b._0x53f899,_0x3da3c6);}(function(_0x3ac337,_0x26a0b6){const _0x5a1684={_0x11b8ad:0x9b,_0x23376a:0x29,_0x3002c9:0xa0,_0x782d24:0x187,_0x1471d6:0xe1,_0x17ed53:0xd,_0x3fe937:0x175,_0x5dda13:0x137,_0x552812:0x172,_0x3e4ed7:0x1a4,_0x38f8ef:0x1ca,_0x34bb6d:0x77,_0x447b60:0xdd,_0x54d31d:0x111,_0x24bb65:0xce,_0x29bdfd:0x129,_0x48d26b:0x6b},_0x5db252={_0x27f8f4:0x288},_0x5b4155=_0x3ac337();function _0x6b613c(_0x46c3cc,_0x87b47e,_0x433174,_0x3b7ffc){return _0x5d95(_0x3b7ffc- -_0x5db252._0x27f8f4,_0x87b47e);}function _0x22e82d(_0x509af2,_0x239f9c,_0x499577,_0x197f5e){return _0x5d95(_0x197f5e- -0x219,_0x509af2);}while(!![]){try{const _0xc1ffe3=parseInt(_0x22e82d(-_0x5a1684._0x11b8ad,-0x95,-_0x5a1684._0x23376a,-_0x5a1684._0x3002c9))/(-0x1274+-0x3*-0x115+0xf36)*(-parseInt(_0x6b613c(-0x168,-0x173,-0x18f,-_0x5a1684._0x782d24))/(-0x1*-0xa4d+-0x43*-0x22+0x11*-0x121))+parseInt(_0x22e82d(-0x61,-_0x5a1684._0x1471d6,-0x6a,-0xc2))/(0x1*0x853+0xe6e+-0x16be)*(-parseInt(_0x6b613c(-0xfe,-0x142,-0xda,-0x164))/(-0x3*-0x679+0x12*0x68+-0x1ab7*0x1))+parseInt(_0x22e82d(_0x5a1684._0x17ed53,0x33,-0x9c,-0x3c))/(-0xa45+0x2d*0xa9+-0x136b)*(-parseInt(_0x6b613c(-0x188,-0x17a,-_0x5a1684._0x3fe937,-_0x5a1684._0x5dda13))/(-0x1*0x96c+-0x1b4+-0x1*-0xb26))+parseInt(_0x22e82d(-_0x5a1684._0x552812,-_0x5a1684._0x3e4ed7,-_0x5a1684._0x38f8ef,-0x135))/(0xa1*-0x27+0x2135+-0x1*0x8a7)+-parseInt(_0x22e82d(-0x156,-_0x5a1684._0x34bb6d,-_0x5a1684._0x447b60,-_0x5a1684._0x54d31d))/(0x16cb+-0x11b9+-0x50a)+parseInt(_0x6b613c(-_0x5a1684._0x24bb65,-0x92,-0xea,-_0x5a1684._0x29bdfd))/(-0x1006+0x13c7+0x44*-0xe)+parseInt(_0x22e82d(_0x5a1684._0x23376a,-0x7c,-0xf6,-_0x5a1684._0x48d26b))/(-0x2*-0x65b+-0x1fdd+0x1331*0x1);if(_0xc1ffe3===_0x26a0b6)break;else _0x5b4155['push'](_0x5b4155['shift']());}catch(_0x575c0e){_0x5b4155['push'](_0x5b4155['shift']());}}}(_0x4e54,0x17e93+0x4604*-0x1+-0x1*-0x6b5a));import{spawn}from'child_process';import{promises as _0x445287}from'fs';import _0x47d540 from'path';import _0xd5e71e from'os';import _0x45a225 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';function _0x5d95(_0x1f282f,_0x179eb0){_0x1f282f=_0x1f282f-(0x1684*-0x1+0x1*-0x62b+0x1d75);const _0x4b2a7a=_0x4e54();let _0x3accad=_0x4b2a7a[_0x1f282f];if(_0x5d95['NbUVDt']===undefined){var _0x4b9f8a=function(_0x272b74){const _0x5c5e98='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1cad79='',_0x36cfd8='';for(let _0x53cd98=0x1f+-0xa34+0xa15,_0x3e6ec8,_0x486f0a,_0x6f5b04=0x2*-0x10af+0x24a4+-0x346;_0x486f0a=_0x272b74['charAt'](_0x6f5b04++);~_0x486f0a&&(_0x3e6ec8=_0x53cd98%(0x1b31*-0x1+0x1e2c*0x1+-0x2f7)?_0x3e6ec8*(-0x195c+-0x2076+-0x1*-0x3a12)+_0x486f0a:_0x486f0a,_0x53cd98++%(-0x1*0x623+-0xb57+0x117e))?_0x1cad79+=String['fromCharCode'](0x1c1*0x2+0x13f*0xb+-0x3*0x568&_0x3e6ec8>>(-(-0x561*-0x5+0x1*0x2537+-0x446*0xf)*_0x53cd98&-0x1d4a+-0x1e82+0x3bd2)):-0x34a+-0x2507*0x1+-0x2851*-0x1){_0x486f0a=_0x5c5e98['indexOf'](_0x486f0a);}for(let _0x4c0ed1=0x1896+-0x13f2+0x63*-0xc,_0x8f195a=_0x1cad79['length'];_0x4c0ed1<_0x8f195a;_0x4c0ed1++){_0x36cfd8+='%'+('00'+_0x1cad79['charCodeAt'](_0x4c0ed1)['toString'](0x9*-0x151+0x126*-0x15+0x2407))['slice'](-(-0x1a21*-0x1+-0x2445+0xa26));}return decodeURIComponent(_0x36cfd8);};_0x5d95['lbyUmN']=_0x4b9f8a,_0x5d95['TPvPbV']={},_0x5d95['NbUVDt']=!![];}const _0x387f43=_0x4b2a7a[-0xbc5+0x2328+-0x1*0x1763],_0x8bbafe=_0x1f282f+_0x387f43,_0x3f9abd=_0x5d95['TPvPbV'][_0x8bbafe];return!_0x3f9abd?(_0x3accad=_0x5d95['lbyUmN'](_0x3accad),_0x5d95['TPvPbV'][_0x8bbafe]=_0x3accad):_0x3accad=_0x3f9abd,_0x3accad;}const __filename=fileURLToPath(import.meta.url),__dirname=_0x47d540[_0x585c04(0x3ca,0x370,0x3bb,0x3ad)](__filename),PID_FILE=_0x47d540[_0x2910ff(0x388,0x340,0x37e,0x3ac)](_0xd5e71e[_0x2910ff(0x28f,0x384,0x304,0x31c)](),_0x585c04(0x3d4,0x3ce,0x430,0x3bd),_0x2910ff(0x39b,0x2ab,0x348,0x34f)),LOG_FILE=_0x47d540['join'](_0xd5e71e['homedir'](),'.coder',_0x585c04(0x491,0x42f,0x476,0x498));export async function isServerRunning(){const _0x4998ba={_0xf6b57f:0x122,_0x2f329a:0xcc,_0x182897:0x372,_0x135215:0x386,_0x4d8dab:0x330,_0x171392:0x7c,_0x31f546:0xcb,_0x47e5e1:0xbc,_0x2c06c3:0x1b5,_0x31607f:0x18b,_0x34a494:0x1a7,_0x322b03:0x187,_0x5253d0:0xc7,_0x2ba919:0x24a,_0x312449:0x2ea,_0x481575:0x28a,_0x2f6783:0x2eb,_0x3b2558:0x2f2,_0x3443b3:0xe2,_0x2eeed2:0x12a,_0x174930:0x120,_0x20004a:0x107,_0x1e4c3a:0x118,_0x54e72a:0x34c,_0x1334d5:0x2c0,_0x21f734:0xde,_0x4bb223:0xbf,_0x91cb31:0x2e,_0x6545a4:0x150},_0x145daf={_0x57cb3f:0xe3,_0x2fe8e0:0x38},_0xe30e17={_0x33cdfe:0x3ff},_0x48d422={'sKJtz':_0x203519(-0x127,-_0x4998ba._0xf6b57f,-0x128,-_0x4998ba._0x2f329a),'huHaD':function(_0x495598,_0x1e139d,_0x554b0f){return _0x495598(_0x1e139d,_0x554b0f);},'NPUHt':_0x69c3d1(_0x4998ba._0x182897,_0x4998ba._0x135215,0x2e1,_0x4998ba._0x4d8dab)};function _0x203519(_0x553b81,_0x235b38,_0x2ff875,_0x5cf739){return _0x2910ff(_0x5cf739,_0x235b38-0xda,_0x235b38- -_0xe30e17._0x33cdfe,_0x5cf739-0x10a);}function _0x69c3d1(_0x1cbc85,_0x3318c9,_0x3b3bf0,_0x125769){return _0x2910ff(_0x3b3bf0,_0x3318c9-_0x145daf._0x57cb3f,_0x125769- -_0x145daf._0x2fe8e0,_0x125769-0x13d);}try{const _0x1570e6=await _0x445287['readFile'](PID_FILE,_0x48d422[_0x203519(-0x67,-_0x4998ba._0x171392,-0x1d,-_0x4998ba._0x31f546)]),_0x4ace86=_0x48d422[_0x203519(-0x11a,-0x10c,-_0x4998ba._0x47e5e1,-0xeb)](parseInt,_0x1570e6[_0x203519(-_0x4998ba._0x2c06c3,-_0x4998ba._0x31607f,-0x1cc,-0x199)](),0x2*-0x10e7+-0x684+0x285c);try{if(_0x69c3d1(0x199,0x1ee,_0x4998ba._0x34a494,0x21b)!==_0x48d422[_0x203519(-0x200,-_0x4998ba._0x322b03,-0x1eb,-0x221)]){process[_0x203519(-0x7c,-_0x4998ba._0x5253d0,-0xae,-0xf9)](_0x4ace86,0x1f5d+-0x2*0x83+-0x1e57);const _0x17fa8f={};return _0x17fa8f[_0x69c3d1(0x29b,_0x4998ba._0x2ba919,0x273,0x2c0)]=!![],_0x17fa8f[_0x69c3d1(_0x4998ba._0x312449,0x26b,_0x4998ba._0x481575,0x308)]=_0x4ace86,_0x17fa8f;}else{const _0x3ae69a={};return _0x3ae69a[_0x69c3d1(0x31f,0x30b,_0x4998ba._0x2f6783,0x2c0)]=![],_0x3ae69a[_0x69c3d1(_0x4998ba._0x3b2558,0x2c2,0x35b,0x308)]=null,_0x3ae69a;}}catch{await _0x445287[_0x203519(-_0x4998ba._0x3443b3,-0x132,-_0x4998ba._0x2eeed2,-0xab)](PID_FILE)['catch'](()=>{});const _0x3f4cc7={};return _0x3f4cc7[_0x203519(-_0x4998ba._0x174930,-_0x4998ba._0x20004a,-0xae,-_0x4998ba._0x1e4c3a)]=![],_0x3f4cc7[_0x203519(-0xd9,-0xbf,-0xb5,-0x4c)]=null,_0x3f4cc7;}}catch{const _0x577249={};return _0x577249[_0x69c3d1(_0x4998ba._0x4d8dab,_0x4998ba._0x54e72a,0x312,_0x4998ba._0x1334d5)]=![],_0x577249[_0x203519(-_0x4998ba._0x21f734,-_0x4998ba._0x4bb223,-_0x4998ba._0x91cb31,-_0x4998ba._0x6545a4)]=null,_0x577249;}}async function getServerConfig(){const _0x26436b={_0x34fa6d:0x307,_0x176957:0x378,_0x5295f4:0x3ab,_0x36f243:0x329,_0x50e0bc:0x430,_0x1b45d2:0x414,_0x136742:0x3bf,_0x3d07f0:0x38b},_0x337e1e={_0x1ab544:0x94,_0x5a91ed:0xf6},_0x330340={_0x5222d1:0x7c},_0x374e8d={'WgXZH':function(_0x4fe921){return _0x4fe921();},'VLmjX':function(_0x51378c){return _0x51378c();}},_0x2ba603=await _0x374e8d[_0x29e570(_0x26436b._0x34fa6d,_0x26436b._0x176957,_0x26436b._0x5295f4,0x2f9)](getCoderSetupPath);function _0x29e570(_0x592ac0,_0x58d16e,_0x2b27bf,_0x778786){return _0x2910ff(_0x2b27bf,_0x58d16e-0x8f,_0x58d16e-_0x330340._0x5222d1,_0x778786-0x1c9);}function _0x202108(_0x9668ba,_0x3bf535,_0x252fcf,_0x324527){return _0x2910ff(_0x3bf535,_0x3bf535-_0x337e1e._0x1ab544,_0x9668ba-_0x337e1e._0x5a91ed,_0x324527-0x16c);}const _0x3108e4=await _0x374e8d['VLmjX'](getServerPort),_0xa73a14=_0x202108(0x3c1,0x346,_0x26436b._0x36f243,_0x26436b._0x50e0bc)+_0x202108(_0x26436b._0x1b45d2,_0x26436b._0x136742,_0x26436b._0x3d07f0,0x390)+_0x3108e4,_0x81005d={};return _0x81005d[_0x202108(0x345,0x3aa,0x3d4,0x3cd)]=_0x2ba603,_0x81005d['port']=_0x3108e4,_0x81005d['serverUrl']=_0xa73a14,_0x81005d;}export async function startDaemon(_0x57d57d){const _0x57d665={_0xee3f95:0x2e6,_0x224514:0x2c2,_0xd62926:0x30b,_0x5c3ea0:0x26f,_0x168490:0x2d2,_0x391665:0x303,_0x2ff46d:0x2c4,_0x41e4a5:0x2dd,_0x1e3e6f:0x36b,_0x2a0922:0x35d,_0x369151:0x2a0,_0x36b8b0:0x296,_0x36e91a:0x153,_0x53fff2:0x2d4,_0x3ab26e:0x2cd,_0x389d54:0x22b,_0x25b497:0x256,_0x4b7365:0x26c,_0xccfffd:0x267,_0x5e36c5:0x21e,_0x2f4c64:0x236,_0x568916:0x25e,_0xa9ba23:0x2d7,_0x392536:0x310,_0x1fdd76:0x2f8,_0x2fc005:0x1ac,_0x56c782:0x1ed,_0x7fa3e9:0x295,_0x573557:0x356,_0xcb76d2:0x287,_0x19c4b5:0x2e7,_0x112e4d:0x1fb,_0x224333:0x1da,_0x52f5e0:0x377,_0x583b75:0x2f2,_0x4de5ad:0x1dd,_0x105752:0x22d,_0x2244bc:0x22c,_0x5ab5b1:0x1a6,_0x556eea:0x31b,_0x2031eb:0x224,_0x108a67:0x261,_0x5a934c:0x234,_0x5ea0cc:0x308,_0x4171ff:0x254,_0x4566aa:0x2d8,_0x365c95:0x238,_0x2f916d:0x26a,_0x3f0899:0x2cb,_0x3a8a54:0x2e0,_0x37ad54:0x33b,_0x4e2f08:0x1d7,_0x331bca:0x315,_0x30ce03:0x355,_0x18b0c1:0x30f,_0x41fa42:0x2db,_0x7f34c9:0x26e,_0x4226ab:0x2ed,_0x8a875d:0x1b3,_0x2ab82d:0x1db,_0x4f2f92:0x202,_0x2e585:0x220,_0x1360b5:0x1f6,_0x17477f:0x1e7,_0xe9188c:0x15e,_0x30f694:0x1eb,_0x170ab5:0x27d,_0x328dfb:0x28d,_0x4781f6:0x1f9,_0x5d816f:0x215,_0x21ab03:0x227,_0x6b0f7:0x318,_0x322f3b:0x169,_0x24b775:0x1fd,_0x5210c0:0x27a,_0x2f9d96:0x350,_0x40383f:0x1a1,_0x3fd9e9:0x1f8,_0x675e69:0x21c,_0x2fbeb7:0x3d8,_0x26e110:0x2ff,_0x4e50eb:0x21d,_0xaa6051:0x337,_0x526a2b:0x3b1,_0x10189a:0x361,_0x1ddbf3:0x389,_0x5402ce:0x3a2,_0x33b883:0x360,_0x29912c:0x24f,_0x4be10b:0x2ac,_0x221867:0x2c8,_0xdd2427:0x31f,_0xbbddd0:0x212,_0x1ded61:0x2a3,_0x5da65f:0x26e,_0x266d02:0x1cc,_0x198866:0x201,_0x1a17a2:0x2e9,_0x11da71:0x323,_0xf1edeb:0x27f,_0x223a05:0x2ae,_0x4c88cd:0x276,_0x1f6eb:0x203,_0x28b608:0x218,_0x8def16:0x252,_0x5422f5:0x2d6,_0x5d270b:0x2de,_0x27503c:0x28e,_0x816b23:0x2dc,_0x3b6f3c:0x261,_0xdea938:0x299,_0x49069b:0x264,_0x343ff9:0x177,_0x5c171a:0x26d,_0x458187:0x173,_0x45b6a4:0x1e9,_0xc4bc9:0x294,_0x5a9ad1:0x319,_0xe0fd7f:0x2be,_0xee915:0x267,_0x392bb4:0x252,_0x1b430c:0x175,_0x303b2e:0x1a3,_0x31c837:0x1a0,_0x3f75ba:0x12a,_0x547953:0x245,_0x5470ae:0x282,_0x455792:0x1cb,_0x3cfcda:0x3b9,_0x562b2d:0x33d,_0x48a84c:0x3b6,_0x5a78a4:0x304,_0x25157b:0x231,_0x51a1fc:0x25b,_0x1d9c3e:0x2f4,_0x36c639:0x1d2,_0x532800:0x258,_0x568620:0x2a5,_0x48aeda:0x249,_0xa68915:0x260,_0x2ea47a:0x285,_0x47bccb:0x1c7,_0x3a0aa7:0x243,_0x357848:0x292,_0xccc32f:0x305,_0x4e23f6:0x26b,_0x2e5156:0x290,_0x31649f:0x361,_0x15ad42:0x1f5,_0x117707:0x272,_0x2fe887:0x3ee,_0x32ee08:0x39c,_0xb2e260:0x23c,_0x3e5cd8:0x368,_0x13cf5b:0x218,_0x45536a:0x254,_0x529bf0:0x1e9,_0x463658:0x261,_0x37c42f:0x30e,_0xf3456c:0x361,_0x935ab:0x1b0,_0x3523ca:0x14e,_0x401260:0x30d,_0x2745c3:0x396,_0x4b713f:0x113,_0x390c8e:0x1a3,_0x298f5c:0x2f7,_0x27cee7:0x30a,_0x30203f:0x20d,_0x1a5c23:0x244,_0x2d55b5:0x1dd,_0x8c5580:0x2a4,_0xdb7c46:0x261,_0x5a924a:0x22a,_0xc4fc2e:0x1d8,_0x4ba7e2:0x21e,_0x5bae89:0x2c7,_0x555b80:0x257,_0x11a0f4:0x201,_0x4bc093:0x251,_0x3b52fe:0x346,_0x4336ff:0x1c9,_0x42f8ac:0x1a0,_0x29cdf6:0x280,_0x2146cd:0x252,_0x5689ad:0x1ea,_0xf8ce78:0x1de,_0x59b348:0x20b,_0x23ca9f:0x149,_0x3e1c79:0x13b,_0x4af60b:0x2f7,_0x3f6fad:0x15b,_0x22d98b:0x1d4,_0x649c09:0x15c,_0x3e0269:0x13d,_0x358d44:0x1e8,_0x56d9e8:0x176,_0x412b60:0x20d,_0x49e6ee:0x270,_0x33a056:0x23a,_0x55b920:0x309,_0x216314:0x2fa,_0x163acb:0x28a,_0x371c9b:0x37c,_0x3e38e1:0x35d,_0x3f9880:0x1ba,_0x35b843:0x133,_0x2777bf:0x1b8,_0x5da3c4:0x228,_0x2a59d9:0x2aa,_0x389863:0x25c,_0x5807d2:0x312,_0x29df52:0x238,_0x48195c:0x302,_0x2aee6e:0x342,_0x34b0a1:0x373,_0x78374d:0x28b,_0x49d08b:0x326,_0x33f27:0x31c,_0x3c41eb:0x2e1,_0x550bd3:0x1fa,_0x1a059a:0x25c,_0x4cec3b:0x2d3,_0x551beb:0x322,_0x552390:0x307,_0x3cd933:0x37f,_0xf46c61:0x32c,_0x5e57b6:0x1f0,_0x3d072d:0x154,_0x1a1308:0x3b0,_0x3fe295:0x361,_0x46d9b6:0x1c8,_0x172825:0x254,_0x2d87e5:0x3d1,_0x50d988:0x372,_0x3df480:0x166,_0x3b6294:0x2e7,_0x132ec8:0x318,_0x4dc413:0x281,_0xde2d54:0x2f5,_0x5e19b7:0x34f,_0x269c08:0x119,_0x492a9d:0x270,_0x312f20:0x242,_0x582d76:0x277,_0x4465aa:0x300},_0x20af50={_0x167ae8:0x13f,_0x2976b4:0x10f,_0x3c1757:0x15a},_0x57bf88={_0x2efa84:0x518},_0x42e4ca={'Qvnvv':_0x262856(0x286,_0x57d665._0xee3f95,0x2ad,0x28b)+_0x262856(0x36f,_0x57d665._0x224514,0x2b5,_0x57d665._0xd62926)+_0x262856(_0x57d665._0x5c3ea0,_0x57d665._0x168490,_0x57d665._0x391665,0x2aa)+_0x262856(0x34e,_0x57d665._0x2ff46d,0x265,_0x57d665._0x41e4a5)+'was\x20starte'+_0x262856(_0x57d665._0x1e3e6f,0x2ca,0x3d4,_0x57d665._0x2a0922)+'round\x20mode','UuRHK':_0x394db4(-_0x57d665._0x369151,-0x263,-0x1dd,-_0x57d665._0x36b8b0)+_0x394db4(-0x197,-0x1a0,-_0x57d665._0x36e91a,-0x1d4)+_0x394db4(-_0x57d665._0x53fff2,-0x268,-_0x57d665._0x3ab26e,-_0x57d665._0x389d54)+'\x20with:','oZcht':function(_0x209ff6){return _0x209ff6();},'JJnjD':function(_0x68ba97){return _0x68ba97();},'uWAbx':function(_0x4c9cf0,_0x5ebdb4){return _0x4c9cf0(_0x5ebdb4);},'cHMAs':_0x262856(_0x57d665._0x25b497,0x256,0x321,0x2ab),'LpIFv':'VEOOt','HdUmL':_0x262856(0x29c,_0x57d665._0x4b7365,_0x57d665._0xccfffd,0x262)+_0x394db4(-_0x57d665._0x5e36c5,-_0x57d665._0x2f4c64,-_0x57d665._0xccfffd,-_0x57d665._0x568916),'fexvG':_0x262856(_0x57d665._0xa9ba23,_0x57d665._0x392536,_0x57d665._0x1fdd76,0x2e6)+_0x394db4(-_0x57d665._0x2fc005,-_0x57d665._0x56c782,-0x1fb,-0x152)+_0x394db4(-0x1e9,-0x245,-0x248,-_0x57d665._0x7fa3e9)+'r_setup_pa'+_0x262856(_0x57d665._0x573557,_0x57d665._0xcb76d2,0x34a,_0x57d665._0x19c4b5)+_0x394db4(-0x1dd,-_0x57d665._0x112e4d,-_0x57d665._0x224333,-0x243)+_0x262856(0x292,_0x57d665._0x52f5e0,0x34c,_0x57d665._0x583b75),'kKLYX':_0x394db4(-_0x57d665._0x4de5ad,-0x21e,-0x22f,-_0x57d665._0x105752)+'rver\x20start'+_0x394db4(-0x2bd,-_0x57d665._0x2244bc,-0x1e3,-_0x57d665._0x5ab5b1)+'ath=/path/'+_0x262856(0x39d,_0x57d665._0x556eea,0x2dc,0x34a)+_0x394db4(-_0x57d665._0x2031eb,-0x2b2,-_0x57d665._0x108a67,-_0x57d665._0x389d54),'jgoJa':_0x262856(_0x57d665._0x5a934c,_0x57d665._0x5ea0cc,_0x57d665._0x4171ff,0x27a),'rTjie':'Configure\x20'+_0x262856(_0x57d665._0x4566aa,_0x57d665._0x5ea0cc,0x2dd,0x26c),'INVEc':_0x262856(0x274,_0x57d665._0x365c95,0x2a0,_0x57d665._0x2f916d)+'coder-setu'+'p\x20path\x20con'+_0x262856(0x38f,_0x57d665._0x3f0899,_0x57d665._0x3a8a54,_0x57d665._0x37ad54),'Jifut':_0x394db4(-0x195,-0x1ff,-0x272,-0x19e),'YDeal':_0x394db4(-0x173,-0x1b1,-_0x57d665._0x4e2f08,-0x15b)+_0x262856(0x321,0x211,0x265,0x2a2)+_0x262856(0x36e,_0x57d665._0x331bca,_0x57d665._0x30ce03,_0x57d665._0x18b0c1),'XQvUr':function(_0x126670){return _0x126670();},'zshOT':function(_0x350e82,_0x3e1fd0){return _0x350e82===_0x3e1fd0;},'nseKG':_0x394db4(-_0x57d665._0x41fa42,-_0x57d665._0x7f34c9,-0x1fc,-0x2ae),'VysHD':_0x262856(0x36e,0x2cb,0x36e,_0x57d665._0x4226ab),'mORSl':function(_0x4ad48c,_0x4ebc8a){return _0x4ad48c!==_0x4ebc8a;},'xXgNQ':'ambzj','kaUKv':_0x394db4(-_0x57d665._0x8a875d,-_0x57d665._0x2ab82d,-_0x57d665._0x4f2f92,-_0x57d665._0x2e585),'dYcWd':_0x394db4(-0x194,-_0x57d665._0x1360b5,-_0x57d665._0x17477f,-_0x57d665._0xe9188c),'BCtbb':_0x394db4(-0x221,-_0x57d665._0x30f694,-0x266,-0x168),'JyFNr':_0x394db4(-0x215,-0x23b,-_0x57d665._0x170ab5,-_0x57d665._0x328dfb),'uCPqg':_0x394db4(-_0x57d665._0x4781f6,-_0x57d665._0x5d816f,-0x2a2,-0x20a)+_0x394db4(-_0x57d665._0x21ab03,-0x2ba,-_0x57d665._0x6b0f7,-0x301)+'atus\x22\x20to\x20c'+_0x394db4(-_0x57d665._0x322f3b,-0x1c0,-_0x57d665._0x24b775,-0x222)+'r\x20status','eAbEK':'Use\x20\x22coder'+_0x394db4(-0x2ae,-0x2ba,-_0x57d665._0x5210c0,-0x26b)+_0x394db4(-0x21d,-0x191,-0x1c5,-0x213)+_0x262856(_0x57d665._0x2f9d96,_0x57d665._0x392536,0x332,0x345)+'er','YiQXj':_0x394db4(-0x244,-0x215,-0x222,-_0x57d665._0x40383f)+_0x262856(0x2da,_0x57d665._0x3fd9e9,0x222,0x277)+_0x394db4(-_0x57d665._0x4f2f92,-0x1ac,-_0x57d665._0x675e69,-0x1b0)+_0x262856(_0x57d665._0x2fbeb7,_0x57d665._0x26e110,_0x57d665._0x4226ab,0x347)},{running:_0x25371e,pid:_0x8c2270}=await _0x42e4ca[_0x394db4(-0x279,-0x226,-_0x57d665._0x4e50eb,-0x232)](isServerRunning);if(_0x25371e){console[_0x262856(_0x57d665._0xaa6051,0x395,_0x57d665._0x526a2b,_0x57d665._0x10189a)]('Server\x20is\x20'+_0x262856(0x309,_0x57d665._0x1ddbf3,_0x57d665._0x5402ce,_0x57d665._0x33b883)+_0x394db4(-0x2a1,-_0x57d665._0x29912c,-0x267,-0x244)+':\x20'+_0x8c2270+')');const _0x3f97f0=await _0x42e4ca[_0x262856(_0x57d665._0x4be10b,0x213,0x2f9,0x26e)](getServerConfig);console['log'](_0x262856(0x32b,0x22b,0x2e3,_0x57d665._0x221867)+_0x3f97f0[_0x262856(0x321,_0x57d665._0xdd2427,0x362,0x369)]);return;}const _0x54049d=await _0x42e4ca[_0x262856(_0x57d665._0xbbddd0,0x222,_0x57d665._0x1ded61,_0x57d665._0x5da65f)](getCoderSetupPath),_0x5d5bf7=_0x42e4ca['uWAbx'](String,await getServerPort());if(!_0x54049d){if(_0x42e4ca[_0x394db4(-_0x57d665._0x266d02,-0x21b,-0x288,-_0x57d665._0x198866)]!==_0x42e4ca[_0x262856(_0x57d665._0x1a17a2,_0x57d665._0x11da71,_0x57d665._0xf1edeb,_0x57d665._0x223a05)]){const _0x5355a4=_0x42e4ca['HdUmL'][_0x262856(_0x57d665._0x4c88cd,0x211,0x20e,0x258)]('|');let _0x2a44c9=-0x1f73*-0x1+-0x2ed+0x3*-0x982;while(!![]){switch(_0x5355a4[_0x2a44c9++]){case'0':console[_0x394db4(-0x2cb,-0x267,-_0x57d665._0x1f6eb,-0x27b)]('');continue;case'1':console[_0x394db4(-_0x57d665._0x568916,-0x267,-_0x57d665._0x28b608,-_0x57d665._0x8def16)](_0x42e4ca[_0x262856(0x31f,_0x57d665._0x5422f5,_0x57d665._0x5d270b,_0x57d665._0x27503c)]);continue;case'2':console['error'](_0x42e4ca[_0x394db4(-_0x57d665._0x816b23,-0x282,-_0x57d665._0x3b6f3c,-0x2df)]);continue;case'3':console[_0x394db4(-_0x57d665._0xdea938,-0x267,-0x2fa,-_0x57d665._0x49069b)](_0x42e4ca[_0x394db4(-0x1af,-0x194,-_0x57d665._0x343ff9,-0x1fc)]);continue;case'4':console[_0x394db4(-_0x57d665._0x5c171a,-_0x57d665._0xccfffd,-0x1d9,-0x2db)](_0x42e4ca[_0x394db4(-_0x57d665._0x458187,-_0x57d665._0x45b6a4,-0x214,-0x240)]);continue;case'5':process[_0x262856(0x238,0x1d2,_0x57d665._0xc4bc9,0x241)](-0x1117*-0x1+0x1ad3+-0x4e1*0x9);continue;case'6':console[_0x262856(_0x57d665._0x5a9ad1,0x29c,0x31e,0x29d)](_0x42e4ca['INVEc']);continue;case'7':console[_0x394db4(-_0x57d665._0xe0fd7f,-_0x57d665._0xee915,-0x227,-_0x57d665._0x392bb4)]('');continue;}break;}}else _0x12c772[_0x394db4(-_0x57d665._0x1b430c,-_0x57d665._0x303b2e,-_0x57d665._0x31c837,-_0x57d665._0x3f75ba)]('\x20\x20Status:\x20'+'\x20\x20\x20\x20\x20⚠\x20Sta'+_0x394db4(-_0x57d665._0x56c782,-_0x57d665._0x4b7365,-_0x57d665._0x547953,-_0x57d665._0x5470ae)+'e\x20(server\x20'+'not\x20respon'+_0x394db4(-0x1a6,-_0x57d665._0x455792,-0x205,-0x1a3)),_0x274fc0[_0x262856(_0x57d665._0x3cfcda,_0x57d665._0x562b2d,_0x57d665._0x48a84c,0x361)]('\x20\x20Stale\x20PI'+_0x262856(_0x57d665._0x5a78a4,0x247,0x2b8,0x283)+_0x44e841);}try{const _0x35ca00=await _0x445287['stat'](_0x54049d);!_0x35ca00['isDirector'+'y']()&&(console['error'](_0x394db4(-0x19d,-0x22d,-0x1b9,-_0x57d665._0x25157b)+'up\x20path\x20is'+_0x394db4(-0x270,-_0x57d665._0x51a1fc,-_0x57d665._0x1d9c3e,-_0x57d665._0x36c639)+_0x262856(_0x57d665._0x532800,_0x57d665._0x568620,0x2ce,_0x57d665._0x48aeda)+_0x54049d),process['exit'](0x8*-0x23b+-0x5ce*-0x2+0x63d));}catch(_0x43a54c){console['error']('Error:\x20Set'+'up\x20path\x20do'+_0x394db4(-_0x57d665._0xa68915,-_0x57d665._0x2ea47a,-0x2ff,-0x222)+_0x394db4(-_0x57d665._0x47bccb,-_0x57d665._0x3a0aa7,-_0x57d665._0x357848,-0x2dd)+_0x54049d),process['exit'](0x1023+0x3*-0x254+0x493*-0x2);}function _0x394db4(_0x29c5b0,_0x20a3b3,_0x153bff,_0x5f1071){return _0x2910ff(_0x153bff,_0x20a3b3-0x44,_0x20a3b3- -_0x57bf88._0x2efa84,_0x5f1071-0x139);}const _0xcf2d21=_0x47d540[_0x262856(0x30a,_0x57d665._0xccc32f,0x33e,0x36a)](__dirname,'..','..',_0x42e4ca[_0x262856(0x2f0,_0x57d665._0x4e23f6,0x2b5,_0x57d665._0x2e5156)]);console[_0x262856(0x3ba,0x3ab,0x39d,_0x57d665._0x31649f)](''),console['log'](_0x42e4ca[_0x262856(0x22f,_0x57d665._0x15ad42,0x232,_0x57d665._0x117707)]),console[_0x262856(_0x57d665._0x562b2d,_0x57d665._0x2fe887,_0x57d665._0x32ee08,_0x57d665._0x31649f)]('\x20\x20Setup\x20Pa'+_0x262856(_0x57d665._0xb2e260,0x29b,0x261,0x23d)+_0x54049d),console[_0x262856(0x3c4,0x301,_0x57d665._0x3e5cd8,0x361)](_0x262856(_0x57d665._0x13cf5b,_0x57d665._0x45536a,_0x57d665._0x529bf0,_0x57d665._0x463658)+'\x20\x20\x20\x20'+_0x5d5bf7),console[_0x262856(_0x57d665._0x37c42f,0x395,0x350,_0x57d665._0xf3456c)](_0x394db4(-_0x57d665._0x935ab,-0x1ce,-0x235,-_0x57d665._0x3523ca)+_0x262856(_0x57d665._0x401260,0x36e,_0x57d665._0x2745c3,0x332)),console[_0x394db4(-0x10e,-0x1a3,-_0x57d665._0x4b713f,-_0x57d665._0x390c8e)]('');const _0x45b0c0=await _0x42e4ca[_0x394db4(-_0x57d665._0x298f5c,-0x2c4,-0x29b,-_0x57d665._0x27cee7)](getTrustProxy),_0x4266b2={...process['env']};_0x4266b2[_0x394db4(-0x1e7,-_0x57d665._0x30203f,-_0x57d665._0x1a5c23,-0x210)+_0x262856(_0x57d665._0x2d55b5,_0x57d665._0x8c5580,0x1e6,0x248)]=_0x54049d,_0x4266b2[_0x394db4(-_0x57d665._0xdb7c46,-_0x57d665._0x5a924a,-0x2c2,-_0x57d665._0xc4fc2e)]=_0x5d5bf7;const _0x205748=_0x4266b2;_0x45b0c0&&(_0x42e4ca['zshOT'](_0x262856(0x206,_0x57d665._0x4ba7e2,_0x57d665._0x5bae89,0x296),_0x42e4ca[_0x394db4(-0x275,-_0x57d665._0x555b80,-_0x57d665._0x11a0f4,-_0x57d665._0x4bc093)])?_0x205748['TRUST_PROX'+'Y']=_0x42e4ca[_0x262856(0x3d5,0x341,0x2d5,_0x57d665._0x3b52fe)]:(_0x39b21f[_0x394db4(-0x1d4,-_0x57d665._0x390c8e,-_0x57d665._0x4336ff,-_0x57d665._0x42f8ac)](_0x394db4(-0x1e0,-0x1dd,-_0x57d665._0x24b775,-0x172)+_0x262856(_0x57d665._0x11da71,_0x57d665._0x29cdf6,0x2a0,0x2cd)),_0x3ed71c[_0x394db4(-0x13b,-_0x57d665._0x390c8e,-0x164,-0x107)](_0x42e4ca[_0x394db4(-_0x57d665._0x2146cd,-0x232,-_0x57d665._0x5689ad,-_0x57d665._0xb2e260)])));const _0x232f73=[_0xcf2d21];process[_0x394db4(-0x23f,-_0x57d665._0xf8ce78,-0x27b,-_0x57d665._0x59b348)][_0x394db4(-_0x57d665._0x23ca9f,-0x1cd,-_0x57d665._0x3e1c79,-0x1be)+_0x262856(0x270,0x349,_0x57d665._0x4af60b,_0x57d665._0x391665)]&&(_0x42e4ca[_0x394db4(-_0x57d665._0x3f6fad,-_0x57d665._0x22d98b,-0x18d,-0x166)](_0x42e4ca[_0x394db4(-_0x57d665._0x649c09,-0x1af,-_0x57d665._0x3e0269,-0x220)],_0x42e4ca[_0x394db4(-_0x57d665._0x358d44,-0x1f3,-_0x57d665._0x56d9e8,-0x1dc)])?_0x232f73[_0x262856(_0x57d665._0x412b60,_0x57d665._0x547953,0x2c2,0x25d)](_0x394db4(-_0x57d665._0x49e6ee,-_0x57d665._0x33a056,-0x1ea,-0x1bc)):(_0x5109c3[_0x262856(0x395,_0x57d665._0x55b920,_0x57d665._0x216314,0x361)](_0x42e4ca['UuRHK']),_0x507299[_0x262856(0x3ac,_0x57d665._0x1a17a2,0x2d0,0x361)](_0x394db4(-0x1d5,-0x21e,-_0x57d665._0x163acb,-0x25e)+_0x262856(0x3bd,_0x57d665._0x371c9b,_0x57d665._0x3e38e1,0x36c)+_0x262856(0x2a1,0x374,0x280,0x2d8)+_0x394db4(-0x344,-0x2bd,-_0x57d665._0x5c171a,-0x24c)+_0x394db4(-0x1ee,-_0x57d665._0x3f9880,-0x1e8,-_0x57d665._0x35b843)+_0x262856(0x2ed,_0x57d665._0x2777bf,0x212,0x252))));const _0x2e8fcf=_0x47d540[_0x394db4(-0x2da,-0x2b1,-_0x57d665._0x5da3c4,-0x27e)](LOG_FILE),_0xd7a75f={};function _0x262856(_0x7d5bfe,_0x2aa3db,_0x4bbd67,_0x409a9a){return _0x585c04(_0x4bbd67,_0x2aa3db-_0x20af50._0x167ae8,_0x4bbd67-_0x20af50._0x2976b4,_0x409a9a- -_0x20af50._0x3c1757);}_0xd7a75f[_0x262856(_0x57d665._0x357848,_0x57d665._0x4be10b,_0x57d665._0x2a59d9,_0x57d665._0x389863)]=!![],await _0x445287[_0x262856(0x31d,0x2b5,0x2e3,_0x57d665._0x5807d2)](_0x2e8fcf,_0xd7a75f);const _0x32ea6d=await _0x445287[_0x262856(_0x57d665._0x29df52,0x245,_0x57d665._0x48195c,0x2a0)](LOG_FILE,'a'),_0x5aa20a=spawn(_0x42e4ca[_0x262856(0x35d,_0x57d665._0x2aee6e,0x33b,0x362)],_0x232f73,{'env':_0x205748,'detached':!![],'stdio':[_0x42e4ca['BCtbb'],_0x32ea6d['fd'],_0x32ea6d['fd']]});_0x5aa20a[_0x262856(0x340,_0x57d665._0x34b0a1,0x384,0x2f3)]();const _0x118b02=_0x47d540[_0x394db4(-_0x57d665._0x78374d,-0x2b1,-_0x57d665._0x49d08b,-_0x57d665._0x33f27)](PID_FILE),_0x27ad31={};_0x27ad31[_0x262856(_0x57d665._0x3c41eb,0x24d,_0x57d665._0x550bd3,_0x57d665._0x1a059a)]=!![],await _0x445287[_0x262856(0x2bd,_0x57d665._0x4cec3b,0x386,0x312)](_0x118b02,_0x27ad31),await _0x445287[_0x262856(_0x57d665._0x49e6ee,_0x57d665._0x551beb,0x2b4,_0x57d665._0x552390)](PID_FILE,_0x5aa20a[_0x262856(_0x57d665._0x3cd933,0x2f1,0x383,_0x57d665._0xf46c61)][_0x394db4(-0x24e,-_0x57d665._0x5e57b6,-_0x57d665._0x3d072d,-0x180)](),_0x42e4ca['JyFNr']),console[_0x262856(_0x57d665._0x1a1308,0x3e4,0x349,_0x57d665._0x3fe295)](_0x394db4(-0x13b,-0x19e,-0x1f5,-_0x57d665._0x46d9b6)+_0x262856(_0x57d665._0x5bae89,0x20f,0x283,_0x57d665._0x172825)+'daemon\x20mod'+_0x262856(0x352,_0x57d665._0x2d87e5,0x3da,_0x57d665._0x50d988)+_0x5aa20a['pid']+')'),console[_0x394db4(-0x128,-0x1a3,-_0x57d665._0x3df480,-0x152)](_0x262856(_0x57d665._0x2ff46d,0x2a0,_0x57d665._0x3b6294,0x2f8)+_0x262856(0x2c1,_0x57d665._0x132ec8,0x204,_0x57d665._0x4dc413)+_0x262856(0x261,0x2e4,0x311,_0x57d665._0xcb76d2)+_0x5d5bf7),console[_0x262856(_0x57d665._0xde2d54,0x3c4,_0x57d665._0x5e19b7,_0x57d665._0x10189a)](_0x394db4(-0x245,-0x23f,-0x2bf,-0x243)+LOG_FILE),console[_0x394db4(-0x23f,-_0x57d665._0x303b2e,-0x1d5,-_0x57d665._0x269c08)](''),console['log'](_0x42e4ca[_0x394db4(-0x28c,-_0x57d665._0x492a9d,-_0x57d665._0x312f20,-0x282)]),console['log'](_0x42e4ca[_0x262856(_0x57d665._0x582d76,_0x57d665._0x4465aa,_0x57d665._0x223a05,0x2ba)]),console['log'](_0x42e4ca[_0x262856(_0x57d665._0x11da71,0x391,0x3dd,0x36d)]);}function _0x4e54(){const _0x11fc20=['Dhj1zq','mte1nJDjwM5cquS','vxnLicjJB2rLCG','Ag9TzwrPCG','tgjLzeC','DhvW','Dw5Yzwy','ywXSB2m','AuXJqvu','yLvZB28','q09ervjFu0vuvq','icbvuKW6icbODa','ihDPDgG6','u3rVCcbPDcb3Aq','zefTELe','tNfzuva','z3jHy2vMDwXSEq','BKzJt2K','swvqBfK','t1Dmq04','rxLjy1K','tKfXDgy','rvjFsu5tuevdva','CL9Zzxr1Cf9Wyq','C3rHCNqUANm','zNDSufu','D3jPDgvgAwXL','CgfYC2u','BY9JB2rLCI1Zzq','ywXOB3n0oG','ig5VDcbOyxzLia','ELrdBgm','ihj1BM5PBMC','BM9Kzq','zxj2zxiUlI4','CgLUzYbZzxj2zq','A2fvs3y','BwTKAxi','ru5pru5u','Dg9tDhjPBMC','q2X5thq','AfLlCwK','CNzLCIbJB25MAq','u3rHCNqGDgHLia','AwDUB3jL','ls10ywLSpq','CLrQAwu','AxHLs3a','icbqsuq6icaGia','u2vYDMvYigLZia','D1bNwK8','lcbMB3jJAw5NlG','quTNAeO','EhLkq2y','mta5nJiXmgDtzhv6zW','A2LSBa','D2LUzYbSB2DZia','zw52','tM8GBg9NigzPBa','BwHjsuG','ANPVtwS','uvvtvwK','C2XPy2u','CgLK','DgG6ica','Cg9YDa','yLDluuW','Bu9su2W','BwvZC2fNzq','icaGigrHzw1VBG','vvnLque','C2vYDMvYlNbPza','u3rVCcb0AguGCW','icbnB2rLoIaGia','q09ervjFu0vsvG','vvjhBKG','zgLUzYK','D1vUvfC','zMLNDxjLza','D3jPDgu','DurSwhm','C2vYDMvYlMXVzW','BgvUz3rO','CvnxEgW','u3rVChbPBMCGCW','ken0CMWRqYb0BW','wNvUtwK','AgvJAYbZzxj2zq','Ccb0AguGC2vYDG','vNLZseq','DYbSB2DZ','icbtzxr1Ccbqyq','zLjuAwS','Dg8Vy29KzxiTCW','BMLUzYaOzM9Yzq','Dw5RBM93BG','q29KzxjgBg93ia','C3rKB3v0','zsaOC2vYDMvYia','y2f0y2G','CgrUAhm','ntC0nxLVtuLqCq','u3rHCNrPBMCGqW','zgLtEKO','EfHNtLe','CJOG','zgvZDhjVEq','z3mIihrVihzPzq','z254ueG','DxfvD2G','CNPxtKW','u0Lhsu5u','zcbPBIbMB3jLzW','sun5B1m','u0X1Cw0','ywXYzwfKEsbYDq','Bg9N','zfLJv2q','zuHctK0','yw5Kihn0yxj0ia','vur4DM8','4PYtifnLCNzLCIbZ','icaGica','DgG6icaOBM90ia','C2vYDMvYvxjS','AM9PBG','uvvfAxu','CNzLCIbZDgfYDa','wwLrwgO','CMvZCg9UzgLUzW','C0TkDhO','AMDVsMe','rvLPCgK','zsaOueLeoIa','B3aIihrVihn0BW','z2v0','C2v0DxbqyxrO','vNb1rwi','DgG6ia','yxjjwvu','wKLevgS','wff2vxi','zxHPDa','vNLAuxO','Cg9WB3y','BxDdsg4','uxfgwhC','AuHJrvy','yxrOps9WyxrOlW','uf9qqvri','zwn0B3j5oIa','lxnLCNzLCIbZDa','sNbWv0G','D2jbDuG','Aw5NigXVz3m6ia','ww1QuhK','vuTuqMK','u2vYDMvYigrPza','vgL4BeG','zxr1Ca','zgLYBMfTzq','DgfYDgvKigLUia','ihn0B3aPic0Tlq','C3rHDa','BM90ihj1BM5PBG','C3bSAxq','ndK5mJGYyvnmr21X','CuLWuK8','wwLRy0S','CMvJDxjZAxzL','Dw5ZAgLMDa','DfPps3e','u3rHCNrPBMCGCW','DhjPBq','icbqB3j0oIaGia','nNWWFdr8mxW3Fa','lMnVzgvY','tLbvshq','s0jsreW','l2HLywX0Aa','DgLTzw91Da','Cevfu0W','ks4UlG','rxjYB3i6ie5Via','wwXcrve','D2L0AdO','uuPoyxu','sKPUAKq','y29KzxiTC2v0Dq','yLLbq2G','u0TQruq','wurLywW','zKPbEu4','vKXSt1O','y0Dxr2G','mtr3Ce91DeS','lxnLCNzLCIbSBW','vgzlCxe','Dg9WCgvK','t3iGDxnLoG','C2vYDMvYihDPDa','C3vIC3rYAw5N','nJmWntC2EgviBLD5','icbtDgfSzsbqsq','zxmGBM90igv4Aq','t3fkyuq','Dha6lY9SB2nHBa','A0TmwvG','rdOGica','rxjYB3iGC3rVCa','C2vYDMLJzq','swrhtuu','Ag9ZDdO','D01fA0C','wxnTDNq','AeD6wfm','u2vYDMvYig1HEq','u2vYDMvYifn0yq','AeLMCeO','zMv4DKC','C2jyt1i','sMLMDxq','BffqrM8','z3jVDw5Kkq','ig5VDcbZDg9Wia','DunqCwC','icaGicdINjCGtM90','A2D3yvi','rKnsrwe','BguGueLeigzPBa','nJy0zwnvwu5Z','tNfUvNq','cI0TlsbgB2XSBW','DgHLihnLCNzLCG','zxjYB3i','zgf0yq','DeXZsgO','B3bLBG','q29UzMLNDxjLia','B2rLCKzSB3CGuW','CMvHzezPBgu','AerfC0e','t0vlBMG','DhjWwMy','DxvNqw0','q2DIru8','ig5VDcbHigrPCG','yMvLBIbZDgfYDa','r2rUEw0','B24P','BNnLs0C','thbjrNy','DgjXwK0','ruLVu0C','s1rpv00','CMvHza','D2fZihn0yxj0zq','zsbPDcb3yxmGCW','BM5PBMCGkfbjra','C2L6zq','Ahr0CdOVl2XVyW','zxj2zxiGD2L0Aa','Dw5SAw5R','zufIruS','icaGicdINjmGuNvU','tvD5z3y','v1nMrxu','tuH0zLm','zYbZzxqGy29Kzq','CM91BMqGBw9Kzq','C3q6ia','zw5K','rxjYB3iGCMvHza','Aw4GDgHLihrLCG','icbmB2DZoIa','odrNsNPSvxK','sLHgBwi','vvjmoIa','DxrMltG','ls1PBNnWzwn0','zxj2zxiGkfbjra','mZKZD09hq05H','zsbMB3vUza','m3WYFdu','igzVCMvNCM91BG','y29UzMLNDxjLza','BNbHANi','uxzUDNy','v2LUC0W','mteXnZu1n09wuwjpBq','tvzJvhi','C1jdDMe','rxjYB3i6ifnLDa','ic0TC2v0DxaTCa','q1vyENm','ue9sva','BKzlsfu','rNLnz3u','zwqGEwv0ig9Yia','B1PJAhq','Ahviyuq','tgnPsKy','DLD1CMy','icbtDgf0Dxm6ia','wwHWz0y','CNvUBMLUzW','EgDMtNK','icbJB2rLCI1Zzq','DgGGl3bHDgGVDa','v2DywKG','y0Hnqxm','icbvuKW6icaGia','uNbeELq','tNzzCxu'];_0x4e54=function(){return _0x11fc20;};return _0x4e54();}export async function stopServer(){const _0x536ae9={_0x4d26c5:0x10d,_0x34cfa2:0x155,_0x3fc4e7:0x191,_0x4b772c:0x214,_0x33ac49:0x259,_0x371a76:0x22b,_0x284a45:0x22c,_0x507a15:0x38c,_0xb72698:0x389,_0x1ba517:0x3f5,_0x3ff4b5:0x19e,_0x141602:0x1f7,_0x397b38:0x448,_0x4e01fe:0x3e1,_0x1740b0:0x1ad,_0x13e76c:0x1cd,_0x1685de:0x1d9,_0x504155:0x470,_0x1fc1c9:0x503,_0x5ddcb2:0x273,_0x2e5d68:0x3f8,_0xbc767e:0x39e,_0x14b06f:0x4a4,_0xac7c1e:0x169,_0x4db6ab:0x1bf,_0x28f679:0x3b5,_0x369238:0x397,_0x2b04d8:0x400,_0x311da3:0x1e1,_0x57c18e:0x105,_0x5e436d:0x1df,_0x3e13f4:0x1c5,_0x4048a8:0x328,_0x327f5a:0x251,_0x5303e2:0x299,_0x1e3ed4:0x3d9,_0xab6d2e:0x39c,_0x5b1ba9:0x36c,_0x578ecf:0x407,_0x1dbf83:0x474,_0x139d5c:0x4d9,_0x2dc4b7:0x421,_0x44f710:0x206,_0x176f39:0x1b1,_0x20bc2f:0x177,_0x2fccfa:0x1fb,_0x2d7dcc:0x2a5,_0xef375:0x293,_0x259939:0x4ea,_0x2fba6d:0x46b,_0x43b5b2:0x465,_0x4dc2e2:0x221,_0x5b028a:0x1c8,_0x5431e5:0x17c,_0x264118:0x1f2,_0x5c863d:0x296,_0x32a759:0x212,_0x3099ef:0x3de,_0x31d47d:0x425,_0x198ccd:0x455,_0x45e758:0x4c9,_0x596f1f:0x552,_0x304e19:0x4fa,_0x1dcb2e:0x4cf,_0x190d86:0x233,_0x55529b:0x1d5,_0x3611bc:0x3b7,_0x3c2854:0x4a0,_0x32d9a2:0x292,_0x482adf:0x2f2,_0x34e73b:0x128,_0x453c69:0x188,_0x26b8ef:0x261,_0x435dbc:0x258,_0x1092f9:0x4ad,_0x3a0e78:0x24d,_0x51389e:0x1e1,_0x2abf46:0x3fa,_0x33ba96:0x3de,_0x2f10ef:0x3c8,_0x31ea98:0x263,_0x5d9d97:0x265,_0x37bc02:0x42d,_0x4a50c1:0x462,_0x13d805:0x45a,_0x55a262:0x4f7,_0x378079:0x1db,_0x26de01:0x23f,_0x1909f8:0x1c1,_0x2fd0b5:0x4a5,_0x63104d:0x468,_0x40988a:0x296,_0x58b79c:0x253,_0x13e44b:0x285,_0xcd187b:0x239,_0x37d2af:0x1ed,_0x2167cd:0x1d2,_0xbc49f5:0x426,_0x3f6945:0x498,_0x77336:0x190,_0x84573b:0x185,_0x567b55:0x1f7,_0x161892:0x202,_0x2d1333:0x1de,_0xf09046:0x2cb,_0x55cea5:0x217,_0x53b9b2:0x172,_0x1b7bda:0x29f,_0x2519ca:0x21b,_0xa4e029:0x28b,_0x24a47d:0x426,_0x51d9a7:0x3b6,_0x41b9b3:0x4af,_0x2a9698:0x2bf,_0x4aef4f:0x2a9,_0x51ea34:0x376,_0x42e964:0x278,_0x3abf94:0x2cc,_0x1935b8:0x2ec,_0x1e12b5:0x435,_0x2a5a03:0x47d,_0x40bb13:0x189,_0x566ebd:0x1dd,_0x3795c9:0x196,_0x50aa23:0x47e,_0x5c2216:0x488,_0x4ca8e1:0x4a8,_0x4e44c3:0x473,_0x6b5d73:0x4ec,_0x1c86ad:0x49a,_0x532a8d:0x46d,_0x4972ec:0x17c,_0x197aeb:0x260,_0x54ea25:0x28c,_0x2d0041:0x44e,_0x547a7a:0x154,_0x38e48d:0x1db,_0x49a0f8:0x16a,_0x55b945:0x1fd,_0x466908:0x508,_0x3fb37f:0x286,_0x3d1cc8:0x29c},_0xa7f01a={_0x411ff8:0x5f,_0x51e6d8:0x165},_0x3a2701={_0xe54ba7:0x2f},_0x3ddea1={'RujzW':function(_0x2ebd77,_0x3007d5){return _0x2ebd77(_0x3007d5);},'JppWH':_0x2b6a6f(-0x1da,-_0x536ae9._0x4d26c5,-_0x536ae9._0x34cfa2,-_0x536ae9._0x3fc4e7),'fXrBx':_0x2b6a6f(-_0x536ae9._0x4b772c,-0x1ae,-0x1f1,-0x23c)+_0x2b6a6f(-_0x536ae9._0x33ac49,-_0x536ae9._0x371a76,-_0x536ae9._0x284a45,-0x271),'NqnVt':_0x4b9066(0x403,_0x536ae9._0x507a15,_0x536ae9._0xb72698,_0x536ae9._0x1ba517),'hGzXS':_0x2b6a6f(-0x18b,-0x237,-_0x536ae9._0x3ff4b5,-_0x536ae9._0x141602)+_0x2b6a6f(-0x1d3,-0x157,-0x1b5,-0x1c6)+_0x4b9066(_0x536ae9._0x397b38,0x46a,0x42f,_0x536ae9._0x4e01fe)+_0x2b6a6f(-0x174,-_0x536ae9._0x1740b0,-_0x536ae9._0x13e76c,-_0x536ae9._0x1685de)+_0x4b9066(_0x536ae9._0x504155,_0x536ae9._0x1fc1c9,0x3e0,0x3fa)+_0x2b6a6f(-0x14f,-0x1c7,-0x184,-0x1d4)+'tup','EChPx':_0x2b6a6f(-0x2f9,-_0x536ae9._0x5ddcb2,-0x1db,-0x273)+_0x4b9066(_0x536ae9._0x2e5d68,0x396,_0x536ae9._0xbc767e,0x3d1)+'p\x20path\x20con'+_0x4b9066(0x4c4,_0x536ae9._0x14b06f,0x445,0x55c),'VyZQz':_0x2b6a6f(-_0x536ae9._0xac7c1e,-0x1e5,-0x1e8,-_0x536ae9._0x4db6ab)+_0x4b9066(0x3e0,_0x536ae9._0x28f679,_0x536ae9._0x369238,_0x536ae9._0x2b04d8)+'g','qSWxl':function(_0x481426,_0x1219a7){return _0x481426!==_0x1219a7;},'EYipi':_0x2b6a6f(-_0x536ae9._0x311da3,-0xfd,-_0x536ae9._0x57c18e,-0x184),'NqYQP':'SIGTERM','kBfQK':function(_0x3b5df1,_0x201dac){return _0x3b5df1<_0x201dac;},'WSfEu':'pBIqy','EIoSG':'gJldl','TfKqq':function(_0x38fdf8,_0x1b5ec7){return _0x38fdf8!==_0x1b5ec7;},'hDEsA':'smVuj','npajr':'tWYSf','KBRDL':function(_0x4d82da,_0x209fe1){return _0x4d82da===_0x209fe1;},'ixeKp':_0x2b6a6f(-0x12d,-_0x536ae9._0x5e436d,-_0x536ae9._0x3e13f4,-0x1b3),'paAXY':_0x2b6a6f(-_0x536ae9._0x4048a8,-_0x536ae9._0x327f5a,-0x300,-_0x536ae9._0x5303e2),'OWLCN':_0x4b9066(_0x536ae9._0x1e3ed4,_0x536ae9._0xab6d2e,_0x536ae9._0x5b1ba9,_0x536ae9._0x578ecf)+_0x4b9066(0x41c,0x419,0x45c,_0x536ae9._0x1dbf83)+_0x4b9066(0x486,0x452,0x4eb,_0x536ae9._0x139d5c)+_0x4b9066(0x4a9,0x4ab,_0x536ae9._0x2dc4b7,0x516)+'..','iLcAU':'SIGKILL','TixlH':_0x2b6a6f(-0x1e2,-_0x536ae9._0x44f710,-_0x536ae9._0x176f39,-_0x536ae9._0x20bc2f)+_0x2b6a6f(-_0x536ae9._0x2fccfa,-_0x536ae9._0x2d7dcc,-_0x536ae9._0xef375,-0x264)},{running:_0x361cd0,pid:_0x1c3d5c}=await isServerRunning();function _0x4b9066(_0x3ca5b5,_0x2addf9,_0x4a2d85,_0x4abdd7){return _0x585c04(_0x4a2d85,_0x2addf9-0xa2,_0x4a2d85-0x131,_0x3ca5b5-_0x3a2701._0xe54ba7);}if(!_0x361cd0){console[_0x4b9066(_0x536ae9._0x259939,_0x536ae9._0x2fba6d,_0x536ae9._0x259939,_0x536ae9._0x43b5b2)](_0x3ddea1[_0x2b6a6f(-0x270,-0x2c8,-_0x536ae9._0x4dc2e2,-0x29b)]);return;}function _0x2b6a6f(_0x4643d0,_0x5c0f0b,_0x475b4e,_0x2c14ac){return _0x585c04(_0x5c0f0b,_0x5c0f0b-_0xa7f01a._0x411ff8,_0x475b4e-_0xa7f01a._0x51e6d8,_0x2c14ac- -0x637);}console[_0x2b6a6f(-_0x536ae9._0x5b028a,-0x1b4,-0x107,-_0x536ae9._0x5431e5)](_0x4b9066(0x4ca,0x474,0x513,0x558)+_0x2b6a6f(-_0x536ae9._0x264118,-_0x536ae9._0x5c863d,-0x292,-_0x536ae9._0x32a759)+':\x20'+_0x1c3d5c+_0x4b9066(0x3f2,_0x536ae9._0x3099ef,_0x536ae9._0x31d47d,_0x536ae9._0x198ccd));try{if(_0x3ddea1[_0x4b9066(_0x536ae9._0x45e758,_0x536ae9._0x596f1f,0x548,0x4bb)](_0x3ddea1[_0x4b9066(_0x536ae9._0x304e19,0x4a9,0x4ca,_0x536ae9._0x1dcb2e)],_0x3ddea1['EYipi']))try{const _0x3fcdbd=_0x4b9f8a[_0x2b6a6f(-_0x536ae9._0x190d86,-0x17b,-0x18a,-_0x536ae9._0x55529b)](_0x387f43);_0x3ddea1['RujzW'](_0x8bbafe,{'responding':!![],'service':_0x3fcdbd[_0x4b9066(0x40e,_0x536ae9._0x3611bc,0x47d,_0x536ae9._0x3c2854)]||_0x3ddea1[_0x2b6a6f(-_0x536ae9._0x32d9a2,-_0x536ae9._0x482adf,-0x2dc,-0x292)]});}catch{const _0x1e2037={};_0x1e2037[_0x2b6a6f(-_0x536ae9._0x34e73b,-0xe0,-_0x536ae9._0x453c69,-0x16f)]=!![],_0x1e2037[_0x2b6a6f(-0x28d,-_0x536ae9._0x26b8ef,-0x2ef,-_0x536ae9._0x435dbc)]=_0x3ddea1['JppWH'],_0x272b74(_0x1e2037);}else{process[_0x4b9066(_0x536ae9._0x1092f9,0x457,0x51c,0x4ca)](_0x1c3d5c,_0x3ddea1[_0x2b6a6f(-_0x536ae9._0x3a0e78,-0x24f,-0x222,-_0x536ae9._0x51389e)]);for(let _0x4212bd=-0x4*-0x4a6+0x29*0xe5+-0x3745;_0x3ddea1['kBfQK'](_0x4212bd,-0x26*0x59+-0x17*-0x18b+-0x1615);_0x4212bd++){if(_0x3ddea1[_0x4b9066(0x446,_0x536ae9._0x2abf46,0x3ed,_0x536ae9._0x33ba96)]!==_0x3ddea1[_0x4b9066(0x439,0x39f,_0x536ae9._0x1dbf83,_0x536ae9._0x2f10ef)])try{_0x3ddea1[_0x2b6a6f(-0x2f5,-_0x536ae9._0x31ea98,-0x1f5,-_0x536ae9._0x5d9d97)](_0x3ddea1[_0x4b9066(_0x536ae9._0x37bc02,0x432,0x3f5,0x3b5)],_0x3ddea1[_0x4b9066(0x45a,_0x536ae9._0x4a50c1,_0x536ae9._0x13d805,_0x536ae9._0x55a262)])?(process['kill'](_0x1c3d5c,-0x7*-0x512+-0x1*-0x11a5+-0x3523),await new Promise(_0x5a515b=>setTimeout(_0x5a515b,0x15e+-0xa1b+0x39*0x29))):_0x53a647=!![];}catch{if(_0x3ddea1['KBRDL'](_0x3ddea1[_0x2b6a6f(-_0x536ae9._0x378079,-0x21d,-_0x536ae9._0x26de01,-_0x536ae9._0x1909f8)],_0x3ddea1[_0x4b9066(_0x536ae9._0x2fd0b5,_0x536ae9._0x63104d,0x490,0x4f0)]))break;else{const _0x45e632=('6|7|0|5|2|'+'3|4|1')[_0x2b6a6f(-_0x536ae9._0x40988a,-_0x536ae9._0x58b79c,-0x318,-_0x536ae9._0x13e44b)]('|');let _0x28c1a0=-0x2447+0x23e1+0x66;while(!![]){switch(_0x45e632[_0x28c1a0++]){case'0':_0x811bec['error'](_0x3ddea1['fXrBx']);continue;case'1':_0x283243['exit'](0x12f0+0x14b2+-0x7ed*0x5);continue;case'2':_0xfe0963['error']('');continue;case'3':_0x527c96[_0x2b6a6f(-_0x536ae9._0xcd187b,-_0x536ae9._0x37d2af,-0x2dc,-0x240)](_0x3ddea1[_0x2b6a6f(-0x26c,-_0x536ae9._0x2167cd,-0x23f,-0x243)]);continue;case'4':_0x285e08[_0x4b9066(_0x536ae9._0xbc49f5,0x3d5,_0x536ae9._0x3f6945,0x45d)](_0x2b6a6f(-_0x536ae9._0x77336,-0x27d,-_0x536ae9._0x84573b,-_0x536ae9._0x567b55)+'rver\x20start'+_0x2b6a6f(-_0x536ae9._0x161892,-0x217,-_0x536ae9._0x2d1333,-0x205)+_0x2b6a6f(-_0x536ae9._0xf09046,-0x324,-_0x536ae9._0x58b79c,-0x296)+_0x2b6a6f(-_0x536ae9._0x55cea5,-_0x536ae9._0x53b9b2,-0x1a4,-0x193)+_0x2b6a6f(-_0x536ae9._0x1b7bda,-0x2cf,-_0x536ae9._0x2519ca,-_0x536ae9._0xa4e029));continue;case'5':_0x2f2c0a['error'](_0x3ddea1[_0x2b6a6f(-0x23b,-0x2a0,-0x265,-0x253)]);continue;case'6':_0x12d172[_0x4b9066(_0x536ae9._0x24a47d,0x49b,_0x536ae9._0x51d9a7,_0x536ae9._0x41b9b3)](_0x3ddea1['EChPx']);continue;case'7':_0x10bc63[_0x2b6a6f(-0x292,-_0x536ae9._0x2a9698,-_0x536ae9._0x4aef4f,-0x240)]('');continue;}break;}}}else _0x50b4e0(_0x368cb5),_0x80d27[_0x4b9066(0x3ca,_0x536ae9._0x51ea34,0x43d,0x3ff)](-0x13dd+0x5a4*-0x2+0x1f25*0x1);}try{_0x3ddea1[_0x2b6a6f(-0x2ac,-_0x536ae9._0x42e964,-_0x536ae9._0x3abf94,-0x278)](_0x2b6a6f(-0x32b,-0x315,-_0x536ae9._0x1935b8,-0x299),_0x3ddea1['paAXY'])?(process[_0x4b9066(0x4ad,0x4f6,_0x536ae9._0x1e12b5,_0x536ae9._0x304e19)](_0x1c3d5c,0xc9+-0x133*0xf+0x16f*0xc),console[_0x4b9066(0x4ea,_0x536ae9._0x2a5a03,0x4f8,0x531)](_0x3ddea1[_0x2b6a6f(-0x149,-0x140,-_0x536ae9._0x40bb13,-_0x536ae9._0x566ebd)]),process[_0x2b6a6f(-0x13b,-0x1b9,-_0x536ae9._0x3795c9,-0x1b9)](_0x1c3d5c,_0x3ddea1[_0x4b9066(_0x536ae9._0x50aa23,_0x536ae9._0x5c2216,_0x536ae9._0x4ca8e1,_0x536ae9._0x4e44c3)])):_0x48067c['log'](_0x5c4a21);}catch{}await _0x445287['unlink'](PID_FILE)[_0x4b9066(0x4d9,_0x536ae9._0x6b5d73,_0x536ae9._0x1c86ad,_0x536ae9._0x532a8d)](()=>{}),console[_0x2b6a6f(-0xe3,-0x1d4,-0x213,-_0x536ae9._0x4972ec)](_0x3ddea1[_0x2b6a6f(-0x293,-_0x536ae9._0x197aeb,-0x30d,-_0x536ae9._0x54ea25)]);}}catch(_0x3921d1){console[_0x4b9066(0x426,0x3b1,0x438,0x3a9)](_0x4b9066(0x40d,_0x536ae9._0x2d0041,0x401,0x3e9)+_0x2b6a6f(-0x13f,-_0x536ae9._0x547a7a,-_0x536ae9._0x38e48d,-0x1cd)+_0x2b6a6f(-0x13e,-_0x536ae9._0x49a0f8,-_0x536ae9._0x55b945,-0x187)+_0x3921d1[_0x4b9066(0x4ba,0x420,0x45c,_0x536ae9._0x466908)]),process[_0x2b6a6f(-0x2ac,-_0x536ae9._0xf09046,-_0x536ae9._0x3fb37f,-_0x536ae9._0x3d1cc8)](0x833*-0x1+0x21d8+-0x6*0x446);}}function _0x2910ff(_0x5ab19b,_0x18622c,_0x101677,_0x45fc08){return _0x5d95(_0x101677-0x189,_0x5ab19b);}async function checkServerHealth(_0x5b6b00){const _0x3f6faa={_0x531231:0x1e4,_0x155336:0x258,_0xa81324:0x2eb,_0x333c44:0x25f,_0x229643:0x2c8,_0x52eb1f:0x549,_0x4c2f64:0x4ed,_0x3183ea:0x549,_0x41ee92:0x4df,_0x4692d3:0x487,_0x5d0ee3:0x511,_0x4eb9fa:0x27c,_0x16a59b:0x340,_0x809b89:0x315,_0x5dd07a:0x244,_0x48b25b:0x1e9},_0x27a2a7={_0xc1b2dd:0xe7,_0x5d269b:0x112,_0x41f904:0x78,_0x184227:0x1ce,_0x18c926:0x131,_0x4276d2:0x174,_0x209357:0x139,_0x3eb9a9:0x122,_0x11e5a8:0x10c,_0x2c2cd6:0x16a,_0x38ba11:0x18e,_0x36e322:0x14d,_0x2012c2:0x164,_0x39a5fd:0x13e,_0x5293a9:0x24c,_0x4d1509:0x21a,_0x77e4c2:0x1de,_0x404723:0x236,_0x38d36e:0x18c,_0x113709:0x260,_0x210fda:0xab,_0x5f55cc:0x103,_0x1d7521:0x132,_0x444322:0x1b1,_0x1a919f:0x153,_0x2e4c93:0x13e,_0x186413:0x175,_0x5852b8:0x168,_0x100f89:0x107,_0x44e407:0x155,_0x106907:0xff,_0x51d973:0x16f,_0x8551f6:0xc2,_0x312614:0x20e,_0x2561f9:0x247,_0x1049c5:0x208},_0x4c0daf={_0x5b378c:0x1cf,_0x259724:0x1f2,_0x333719:0x11b,_0x43d359:0xfe,_0x1a45fd:0x90},_0x30d8bf={_0x33dfc0:0x4b0,_0x50f11d:0x57e,_0x1f9d2d:0x5d0,_0x12324e:0x4a1,_0x58704b:0x52c,_0x2201c1:0x4a5,_0x1899e8:0x4f6,_0x50b86e:0x516,_0x22b7a3:0x441,_0x338dd1:0x49d,_0x3fe558:0x121,_0x484480:0xa1,_0x3ed95d:0xd1,_0x3d1cdf:0x1a,_0x3a1284:0x534,_0x4c7b6a:0x572},_0xfce9e={_0x9066a4:0x6c4,_0x4da9c8:0x6a},_0x43ef75={_0x222c55:0x9e},_0x11135d={_0x42f894:0x38,_0x28609d:0xf5};function _0xe2c446(_0x42140c,_0x399a9a,_0x7765e6,_0x2f885a){return _0x585c04(_0x2f885a,_0x399a9a-0xe,_0x7765e6-_0x11135d._0x42f894,_0x42140c-_0x11135d._0x28609d);}function _0x530777(_0xc9cd0b,_0x1ecf49,_0x2929c4,_0x4c028c){return _0x585c04(_0x2929c4,_0x1ecf49-_0x43ef75._0x222c55,_0x2929c4-0x190,_0x4c028c- -0x1b1);}const _0x2c806f={'eHBNM':_0xe2c446(0x519,0x4d3,0x5a2,0x5a0),'dAmzQ':function(_0x37498d,_0x4477ec){return _0x37498d===_0x4477ec;},'sbXOR':_0x530777(0x1c7,0x28f,_0x3f6faa._0x531231,_0x3f6faa._0x155336),'iHcEV':function(_0x4ab95d,_0x25ee7b){return _0x4ab95d(_0x25ee7b);},'EYhrx':'BqpwX','EyIcY':_0x530777(_0x3f6faa._0xa81324,0x2a1,_0x3f6faa._0x333c44,_0x3f6faa._0x229643),'vWurf':_0xe2c446(0x545,0x4ce,0x518,_0x3f6faa._0x52eb1f),'pdnhs':_0xe2c446(_0x3f6faa._0x4c2f64,_0x3f6faa._0x3183ea,_0x3f6faa._0x41ee92,_0x3f6faa._0x4692d3),'tDgIi':_0xe2c446(_0x3f6faa._0x5d0ee3,0x559,0x4b6,0x53d),'mhIIH':function(_0xc04ff5,_0x2be7ab){return _0xc04ff5!==_0x2be7ab;},'sbihp':_0x530777(_0x3f6faa._0x4eb9fa,_0x3f6faa._0x16a59b,_0x3f6faa._0x809b89,0x2a8),'ICyoS':_0x530777(0x29d,_0x3f6faa._0x5dd07a,_0x3f6faa._0x48b25b,0x246)};return new Promise(_0x419f79=>{const _0x259146={_0xb65da6:0x205,_0x2d387e:0x167},_0x21d925={_0x4c19af:0xb1,_0x55b9d5:0x9f,_0x127aeb:0x58},_0x40008d={_0x165c5b:0x116,_0x1e0912:0x44},_0x3b3cbd={_0x37e2f6:0x1d2},_0x36b20b={_0x60973e:0x271,_0x5b97a8:0x2d1};function _0x3dd35f(_0x3b650d,_0x1b8471,_0x1ca884,_0x4750e4){return _0xe2c446(_0x1b8471- -_0xfce9e._0x9066a4,_0x1b8471-0x1d8,_0x1ca884-_0xfce9e._0x4da9c8,_0x3b650d);}const _0x4d8b85={'FCREa':_0x2c806f[_0x3dd35f(-_0x27a2a7._0xc1b2dd,-_0x27a2a7._0x5d269b,-_0x27a2a7._0x41f904,-0x143)],'QUEiu':function(_0x10970b,_0x54efa2){const _0x14eb9c={_0x58b769:0x431,_0xcd1c3:0x1f3};function _0x4d2839(_0x4b8756,_0x10b4a2,_0x17ee8d,_0x470161){return _0x3dd35f(_0x470161,_0x10b4a2-_0x14eb9c._0x58b769,_0x17ee8d-_0x14eb9c._0xcd1c3,_0x470161-0x1ac);}return _0x2c806f[_0x4d2839(_0x36b20b._0x60973e,0x2b7,_0x36b20b._0x5b97a8,0x24c)](_0x10970b,_0x54efa2);},'USeAA':_0x2c806f[_0x2e2d83(-_0x27a2a7._0x184227,-0x18e,-0x216,-0x1e3)],'ZunMi':function(_0x460fb2,_0x1ef525){return _0x2c806f['iHcEV'](_0x460fb2,_0x1ef525);},'wMEkG':_0x2c806f['EYhrx'],'QJNau':_0x2c806f[_0x3dd35f(-_0x27a2a7._0x18c926,-_0x27a2a7._0x4276d2,-0x1a8,-_0x27a2a7._0x209357)],'iBbUE':function(_0x37246e,_0x20e9bc){function _0x1dd6d3(_0x2399e9,_0x40105b,_0x70a65b,_0x176a01){return _0x2e2d83(_0x2399e9-0x675,_0x40105b-0x191,_0x70a65b-0x1c1,_0x70a65b);}return _0x2c806f[_0x1dd6d3(0x45e,0x3cb,0x3ea,0x3f4)](_0x37246e,_0x20e9bc);},'fJAyN':_0x2e2d83(-0x111,-_0x27a2a7._0x3eb9a9,-0x158,-0xe2),'LbedG':_0x2c806f[_0x3dd35f(-0x107,-0x194,-0x20f,-0x224)],'tLsHj':_0x2c806f[_0x2e2d83(-_0x27a2a7._0x11e5a8,-_0x27a2a7._0x2c2cd6,-0x157,-_0x27a2a7._0x38ba11)],'nFKHU':_0x2c806f['tDgIi']};function _0x2e2d83(_0x43dab7,_0x4c806a,_0x399f66,_0x26a12){return _0xe2c446(_0x43dab7- -0x6ac,_0x4c806a-0x19d,_0x399f66-_0x3b3cbd._0x37e2f6,_0x26a12);}if(_0x2c806f[_0x3dd35f(-0x130,-_0x27a2a7._0x36e322,-_0x27a2a7._0x2012c2,-_0x27a2a7._0x39a5fd)](_0x2c806f['sbihp'],_0x2c806f['sbihp']))_0x512408[_0x2e2d83(-0x200,-0x169,-_0x27a2a7._0x5293a9,-_0x27a2a7._0x4d1509)](_0x4d8b85[_0x3dd35f(-0x1d5,-_0x27a2a7._0x77e4c2,-_0x27a2a7._0x404723,-0x1ea)]);else{const _0x594474={};_0x594474[_0x3dd35f(-0x1ed,-0x20e,-_0x27a2a7._0x38d36e,-_0x27a2a7._0x113709)]=0x7d0;const _0x42b508=_0x45a225[_0x3dd35f(-_0x27a2a7._0x210fda,-0x101,-0x127,-_0x27a2a7._0x5f55cc)](_0x2e2d83(-0x1a6,-_0x27a2a7._0x1d7521,-_0x27a2a7._0x444322,-0x125)+_0x2e2d83(-_0x27a2a7._0x1a919f,-_0x27a2a7._0x2e4c93,-_0x27a2a7._0x186413,-0x175)+_0x5b6b00+_0x2e2d83(-0x1f7,-0x1e8,-_0x27a2a7._0x5852b8,-0x25d),_0x594474,_0x5244f5=>{const _0x1c4278={_0x91ea80:0x18f,_0x23d17e:0x14d,_0x58c24:0x12b,_0x372573:0x169,_0x5280d0:0x185,_0x163b4b:0x178,_0x44688f:0x1b5,_0x30c7f0:0x76,_0x147b4b:0x117,_0x5b7bc0:0xdc,_0x8ae85f:0x1f4,_0x28d5a7:0x227,_0x128d61:0x18c,_0x57f977:0x227,_0x4143b7:0x1ad,_0x1ccbab:0x132,_0x3d27d8:0x1eb,_0x499487:0x176,_0x1cb144:0x19e,_0x47f293:0x22e,_0x24c670:0x1e2,_0xd37b39:0x269,_0x29fd7f:0x253,_0x4b0b52:0x152,_0x16b2b2:0x183,_0x1b3f66:0x296,_0x39d3f4:0x226,_0x1dc628:0x12a,_0x5ce80e:0x134,_0x343fc2:0x206,_0x3489ef:0x10a,_0x85aa44:0x156,_0x28dfb3:0x1cb,_0x4fc198:0x1a4,_0x9c4b6a:0x117,_0x10d649:0x1fe,_0x22214c:0x27d,_0x2da6d8:0xbf,_0x5d5f0f:0x11f,_0x5004e2:0xae,_0x4e2794:0x114,_0x556b40:0x1dc,_0x17c798:0x14e},_0x23fbe1={_0x80fc2b:0x711,_0x1546b5:0x1ce},_0x48f669={_0x44f766:0x126,_0x3e1bc0:0x184};function _0x5356b7(_0x5b400f,_0x5760f9,_0x2937e4,_0x421e6a){return _0x3dd35f(_0x5b400f,_0x5760f9-0x6ce,_0x2937e4-0x117,_0x421e6a-0x1e);}function _0x33b14f(_0x36eb69,_0x482b35,_0x542619,_0x2815fb){return _0x3dd35f(_0x542619,_0x36eb69-0x265,_0x542619-_0x40008d._0x165c5b,_0x2815fb-_0x40008d._0x1e0912);}if(_0x4d8b85['QUEiu'](_0x4d8b85[_0x5356b7(_0x30d8bf._0x33dfc0,0x54a,_0x30d8bf._0x50f11d,_0x30d8bf._0x1f9d2d)],_0x5356b7(_0x30d8bf._0x12324e,_0x30d8bf._0x58704b,0x5a3,0x4e7)))_0x26d127[_0x5356b7(_0x30d8bf._0x2201c1,_0x30d8bf._0x1899e8,_0x30d8bf._0x50b86e,0x551)]('Error\x20read'+_0x5356b7(0x515,0x4a6,_0x30d8bf._0x22b7a3,_0x30d8bf._0x338dd1)+_0x3693c7[_0x33b14f(_0x30d8bf._0x3fe558,0xf0,0xa9,_0x30d8bf._0x484480)]);else{let _0x20d6de='';_0x5244f5['on'](_0x4d8b85[_0x33b14f(0x8f,0x33,_0x30d8bf._0x3ed95d,_0x30d8bf._0x3d1cdf)],_0x3629ee=>_0x20d6de+=_0x3629ee),_0x5244f5['on'](_0x4d8b85[_0x5356b7(0x564,_0x30d8bf._0x3a1284,_0x30d8bf._0x4c7b6a,0x4b2)],()=>{function _0x365bc9(_0x32b81b,_0x5561d8,_0x1ef566,_0x1f899d){return _0x5356b7(_0x32b81b,_0x5561d8- -0x6d9,_0x1ef566-_0x48f669._0x44f766,_0x1f899d-_0x48f669._0x3e1bc0);}function _0x1fdc19(_0xd1cea4,_0x5ac1bd,_0x557797,_0x4f5435){return _0x5356b7(_0x557797,_0x4f5435- -_0x23fbe1._0x80fc2b,_0x557797-0x12b,_0x4f5435-_0x23fbe1._0x1546b5);}if(_0x4d8b85[_0x1fdc19(-_0x1c4278._0x91ea80,-0x164,-0x18b,-_0x1c4278._0x23d17e)](_0x4d8b85[_0x1fdc19(-0x100,-_0x1c4278._0x58c24,-_0x1c4278._0x372573,-_0x1c4278._0x5280d0)],_0x4d8b85['USeAA']))try{const _0x206d21=JSON[_0x365bc9(-0x1ac,-_0x1c4278._0x163b4b,-_0x1c4278._0x44688f,-0x1bb)](_0x20d6de),_0x5e824c={};_0x5e824c[_0x365bc9(-_0x1c4278._0x30c7f0,-0x112,-_0x1c4278._0x147b4b,-_0x1c4278._0x5b7bc0)]=!![],_0x5e824c[_0x365bc9(-_0x1c4278._0x8ae85f,-0x1fb,-_0x1c4278._0x28d5a7,-_0x1c4278._0x128d61)]=_0x206d21[_0x1fdc19(-0x297,-0x249,-_0x1c4278._0x57f977,-0x233)]||'unknown',_0x4d8b85[_0x1fdc19(-0x128,-0x1ae,-_0x1c4278._0x4143b7,-0x175)](_0x419f79,_0x5e824c);}catch{_0x4d8b85[_0x365bc9(-0xc9,-0x115,-_0x1c4278._0x1ccbab,-0xfd)](_0x4d8b85[_0x1fdc19(-0x236,-0x25b,-_0x1c4278._0x3d27d8,-0x230)],_0x4d8b85[_0x365bc9(-0x2a4,-0x213,-_0x1c4278._0x499487,-0x223)])?(_0x1b0721[_0x365bc9(-0x16b,-0x11f,-0x16a,-0x115)](_0x365bc9(-0x12b,-_0x1c4278._0x1cb144,-_0x1c4278._0x47f293,-_0x1c4278._0x24c670)+_0x1fdc19(-0x252,-_0x1c4278._0xd37b39,-_0x1c4278._0x29fd7f,-0x1fd)+_0x1fdc19(-0x1ef,-_0x1c4278._0x4b0b52,-_0x1c4278._0x16b2b2,-0x16d)+_0x1fdc19(-_0x1c4278._0x1b3f66,-0x222,-0x282,-_0x1c4278._0x39d3f4)),_0x457c19[_0x365bc9(-_0x1c4278._0x1dc628,-0x11f,-0x128,-_0x1c4278._0x5ce80e)](_0x365bc9(-_0x1c4278._0x343fc2,-0x196,-_0x1c4278._0x3489ef,-_0x1c4278._0x85aa44)+_0x1fdc19(-0x187,-0xd8,-_0x1c4278._0x28dfb3,-0x151)+_0x51dfbd[_0x365bc9(-_0x1c4278._0x4fc198,-_0x1c4278._0x9c4b6a,-0x1af,-0xf4)])):_0x4d8b85['iBbUE'](_0x419f79,{'responding':!![],'service':_0x4d8b85[_0x365bc9(-_0x1c4278._0x10d649,-0x20d,-0x1fd,-_0x1c4278._0x22214c)]});}else _0x4536fc[_0x365bc9(-_0x1c4278._0x2da6d8,-_0x1c4278._0x5d5f0f,-0xf5,-_0x1c4278._0x5004e2)](_0x8d3322['slice'](-_0x181e21)[_0x1fdc19(-_0x1c4278._0x4e2794,-_0x1c4278._0x556b40,-0x168,-_0x1c4278._0x17c798)]('\x0a'));});}}),_0x5654e4={};_0x5654e4[_0x3dd35f(-0x171,-_0x27a2a7._0x100f89,-_0x27a2a7._0x44e407,-0x6b)]=![],_0x42b508['on'](_0x2c806f[_0x2e2d83(-_0x27a2a7._0x106907,-_0x27a2a7._0x51d973,-0x8e,-_0x27a2a7._0x8551f6)],()=>_0x419f79(_0x5654e4)),_0x42b508['on'](_0x3dd35f(-0x1d8,-_0x27a2a7._0x312614,-_0x27a2a7._0x2561f9,-_0x27a2a7._0x1049c5),()=>{_0x42b508[_0x56e8a0(-0x183,-_0x4c0daf._0x5b378c,-0x17c,-_0x4c0daf._0x259724)]();const _0x2b7b6b={};function _0x56e8a0(_0x1e4d77,_0x1c142b,_0x2f9e97,_0x43a7e6){return _0x3dd35f(_0x43a7e6,_0x1c142b- -_0x21d925._0x4c19af,_0x2f9e97-_0x21d925._0x55b9d5,_0x43a7e6-_0x21d925._0x127aeb);}function _0x460f1e(_0x4782d2,_0x4e2b1c,_0x328dd2,_0x38c589){return _0x3dd35f(_0x328dd2,_0x4e2b1c-_0x259146._0xb65da6,_0x328dd2-_0x259146._0x2d387e,_0x38c589-0x1a1);}_0x2b7b6b[_0x460f1e(_0x4c0daf._0x333719,_0x4c0daf._0x43d359,0x74,_0x4c0daf._0x1a45fd)]=![],_0x419f79(_0x2b7b6b);});}});}export async function showStatus(){const _0x4f8759={_0x1c5ba5:0x105,_0x5e857c:0x86,_0xe98a96:0x120,_0x2866b9:0xf5,_0x9a8ebb:0xb5,_0x579451:0x11,_0x2f80a0:0x4c,_0x374555:0xfc,_0xdeb00f:0xc4,_0x38fe0f:0xc6,_0x400cb2:0xf6,_0x5a3814:0x6e,_0x434917:0x6,_0x481c88:0x1bb,_0x938816:0x167,_0x13fd21:0x0,_0x405a8e:0x2b,_0x2620de:0x27,_0x563e2a:0x5e,_0x219224:0x9e,_0x5314b8:0xce,_0x3a47f5:0xde,_0x13f6a2:0x11f,_0x54e5c7:0x104,_0x3331a5:0x119,_0x10e32d:0x11a,_0x27337f:0xf6,_0x4863e2:0x79,_0x5dc895:0x33,_0x5504eb:0xe8,_0x3424d2:0xca,_0x286d0b:0x14c,_0x2ef466:0x16e,_0x27a11f:0x139,_0x44023c:0xa3,_0x41ab36:0xf7,_0x5d2f05:0x53,_0x2e5d95:0xa6,_0x1fe453:0x11f,_0x2e3011:0xfb,_0x3063c2:0x56,_0x49f72f:0x133,_0x34ad8d:0xbb,_0x1ebaf7:0xd1,_0x4a0783:0x14c,_0x3432d1:0x117,_0x4da934:0x54,_0x296a4d:0x5c,_0x4a38de:0x10f,_0x2c82cc:0xba,_0x10b684:0x2d,_0xa15262:0x3d,_0x453297:0x17d,_0x1d83ac:0x99,_0x376f88:0xed,_0xe5a0a3:0x164,_0x923396:0x94,_0x5bdd7d:0xee,_0x50335a:0xc6,_0x5678a6:0xfe,_0xaaede9:0x116,_0x1a335a:0x20c,_0x3df83f:0x170,_0x5946f4:0xf9,_0x102ceb:0xb3,_0x2d10b2:0xd8,_0x313c3b:0xe4,_0x3fceaf:0x137,_0x2dfbb7:0xd,_0x2472db:0x90,_0x5554ce:0xae,_0x30d409:0x92,_0x2d59a7:0xd9,_0x2a68e7:0x32,_0x35c873:0xed,_0x6d5fcc:0x186,_0x368ea9:0x12b,_0x27ce52:0x50,_0x49a471:0x11a,_0x5ee421:0x55,_0x4bb2a5:0x3c,_0x91fbd5:0xfc,_0x52aed7:0xb9,_0x25a813:0x10f,_0x48341e:0x19c,_0x2f515e:0x16c,_0x13ca34:0x1a6,_0x258da4:0x2,_0x50343b:0x41,_0x16b56c:0x25,_0x5599af:0xaf,_0x5574c6:0x1df,_0x40f02b:0x13d,_0x36fda8:0x163,_0x421f23:0x1eb,_0x1a2dcb:0xc2,_0xab4fd2:0x15f,_0x68b94f:0xd,_0x427fad:0xf8,_0x56da1f:0xbb,_0x116557:0x9d,_0x33e790:0xa1,_0x4e2938:0x69,_0x1741f1:0x101,_0x51ecd4:0xf0,_0x38af29:0x108,_0x11fa8e:0xec,_0x49654e:0x1b1,_0x212bc4:0x6a,_0x4f49a2:0x2d,_0x46adc2:0x16,_0x1246a7:0xa4,_0x3640f7:0x3b,_0x2ba826:0x8b,_0x4d7c13:0x128,_0x264aba:0x174,_0x209c8c:0x3,_0x2cc7ec:0x114,_0x1fe967:0x7,_0x13e1b9:0x36,_0x169ff9:0x13,_0x4933ab:0x58,_0xa5af51:0x141,_0x4e9bd6:0x126,_0x1cbadd:0xe9,_0x598497:0x88,_0x546c91:0x71,_0x3ec4de:0x1d,_0x2fabb1:0x5f,_0x50f852:0x12,_0x3f10ff:0x10b,_0x385221:0x73,_0x57ba32:0x194,_0x269d5e:0xee,_0x6ffeca:0xb0,_0x2217d8:0x48,_0x29876b:0x1a,_0x1e9c9d:0xa9,_0x3d6fce:0x6d,_0x217640:0x81,_0x2bce0c:0xe5,_0x41f59f:0x7e,_0x3c9d7f:0x9c,_0x23d761:0x1c9,_0x2973b6:0xb9,_0x50c7a0:0x38,_0x15885a:0x3f,_0x4f8070:0x127,_0x375c87:0xbc,_0x3a740c:0x143,_0x3ff829:0x172,_0x5eb192:0x146,_0x486cf9:0xba,_0x15c05a:0x16a,_0x2c0567:0xd2,_0x5107a3:0x135,_0x52eb6f:0x156,_0x498b51:0x163,_0x306482:0x102,_0x3e212e:0x25,_0x477ac9:0x11d,_0x142a00:0x33,_0x3520a9:0x170,_0x272fc3:0x1f6,_0x33fb57:0x34,_0xbd052d:0x168,_0x379a5e:0x167,_0xaf70a6:0x1b5,_0x1d8c4f:0xf6,_0x4337be:0x9e,_0x1595c3:0x32,_0x138a05:0x147,_0x4e1ae5:0x20,_0x2e2e41:0xad,_0x29be95:0x1eb,_0xb5573f:0x163,_0x2b655e:0x14e,_0x48525c:0x7a,_0x2a6b19:0xb3,_0x5091cf:0x4b,_0x30965a:0xa5,_0x21340f:0xb3,_0x5b4b1c:0x43,_0x5cb5f2:0x19,_0x41d114:0xc9,_0x196350:0xf4,_0xb59f17:0x104,_0x2d5cc1:0x4f,_0x307719:0x37,_0x11f323:0x38,_0x70c4da:0x193,_0x8754ea:0xcc,_0x37febc:0xa9,_0x27a77c:0x100,_0x56e30f:0x138},_0x2b8fc5={_0x14d3ad:0x1b2,_0x3e9088:0x408},_0x504ea9={_0x4661fb:0xcf,_0x367618:0xd8},_0x54208c={'xyJCf':function(_0x5ac1d5,_0x29b8fa){return _0x5ac1d5(_0x29b8fa);},'widAV':_0x35d0b9(0x49,_0x4f8759._0x1c5ba5,0xcd,0x9e),'ClyLt':function(_0x5da844,_0x2bc23f){return _0x5da844(_0x2bc23f);},'IdGME':_0x5dc748(0x137,_0x4f8759._0x5e857c,_0x4f8759._0xe98a96,_0x4f8759._0x2866b9)+'running\x20in'+_0x5dc748(0x138,0xdc,0xd1,_0x4f8759._0x9a8ebb)+'d\x20mode.','nFcOi':_0x35d0b9(-_0x4f8759._0x579451,0x30,0xe9,_0x4f8759._0x2f80a0)+'th\x20Ctrl+C\x20'+_0x5dc748(_0x4f8759._0x374555,_0x4f8759._0xdeb00f,_0x4f8759._0x38fe0f,_0x4f8759._0x400cb2)+'minal\x20wher'+_0x35d0b9(-0xb,-_0x4f8759._0x5a3814,-0x49,_0x4f8759._0x434917)+'tarted.','SKjED':function(_0xc557e1){return _0xc557e1();},'RpDzT':function(_0x4b5012){return _0x4b5012();},'pAhns':_0x5dc748(_0x4f8759._0x481c88,_0x4f8759._0x938816,0x14f,0xd6)+_0x5dc748(_0x4f8759._0x2f80a0,_0x4f8759._0x13fd21,0x8e,0x3a)+'tus:','AKghJ':function(_0x5148ed,_0x469f0){return _0x5148ed===_0x469f0;},'UHyPo':_0x5dc748(0xe8,0x106,0xc0,0x73),'Ysmvt':_0x35d0b9(-_0x4f8759._0x405a8e,0x11,-_0x4f8759._0x2620de,_0x4f8759._0x563e2a),'hYKqi':function(_0x50b257,_0x1fb5fc){return _0x50b257!==_0x1fb5fc;},'CUXzs':_0x5dc748(0xf2,-0x9,0x72,0x10),'CgbEO':_0x5dc748(_0x4f8759._0x219224,_0x4f8759._0x5314b8,_0x4f8759._0x3a47f5,0x175),'xgfNy':_0x5dc748(_0x4f8759._0x13f6a2,0x19c,_0x4f8759._0x54e5c7,0x83),'UDxvo':function(_0x31dadb,_0x3e0195){return _0x31dadb===_0x3e0195;},'LciJF':'SLuqm','rzWNL':_0x5dc748(_0x4f8759._0x3331a5,0x9d,_0x4f8759._0x10e32d,_0x4f8759._0x27337f)+_0x35d0b9(-0x6e,-0x72,-_0x4f8759._0x4863e2,-_0x4f8759._0x5dc895)+'h:','UBbWD':_0x5dc748(0x132,0x63,_0x4f8759._0x5504eb,_0x4f8759._0x3424d2)+_0x5dc748(0x102,_0x4f8759._0x286d0b,_0x4f8759._0x2ef466,_0x4f8759._0x27a11f),'arIYU':_0x5dc748(0x32,0xb0,_0x4f8759._0x44023c,_0x4f8759._0x54e5c7)+_0x35d0b9(0xc0,_0x4f8759._0x41ab36,0x72,0xb6)+_0x35d0b9(_0x4f8759._0x5d2f05,-0x34,-_0x4f8759._0x2e5d95,-0x12)+_0x5dc748(_0x4f8759._0x1fe453,0x72,_0x4f8759._0x2e3011,0x132),'iBhsG':_0x5dc748(_0x4f8759._0x3063c2,_0x4f8759._0x49f72f,0xe8,0xe6)+_0x35d0b9(0x28,_0x4f8759._0x34ad8d,0x125,0xbe)+'\x20--setup-p'+_0x35d0b9(-_0x4f8759._0x1ebaf7,-0x17,-0x27,-0x67)+_0x5dc748(0x116,0x180,_0x4f8759._0x4a0783,_0x4f8759._0x3432d1)+_0x35d0b9(-_0x4f8759._0x4da934,-0x6,0x41,-_0x4f8759._0x296a4d),'uDlXs':_0x5dc748(0xcd,0xb0,0x137,_0x4f8759._0x4a38de)+_0x5dc748(0x118,0xfb,_0x4f8759._0x2c82cc,0x120)+':'},{running:_0x3eceac,pid:_0x3a1008}=await _0x54208c[_0x35d0b9(-0xd2,_0x4f8759._0x10b684,-0x28,-_0x4f8759._0xa15262)](isServerRunning);function _0x5dc748(_0xbfe2ef,_0x56f16f,_0x41a00f,_0x3008fd){return _0x585c04(_0x3008fd,_0x56f16f-_0x504ea9._0x4661fb,_0x41a00f-_0x504ea9._0x367618,_0x41a00f- -0x358);}const _0x57f4c6=await _0x54208c[_0x5dc748(_0x4f8759._0x453297,_0x4f8759._0x1d83ac,_0x4f8759._0x376f88,0x11a)](getServerConfig),_0x2a206f=await checkServerHealth(_0x57f4c6[_0x5dc748(0xe6,_0x4f8759._0xe5a0a3,0x130,_0x4f8759._0x923396)]);console[_0x35d0b9(0x145,0x53,_0x4f8759._0x5bdd7d,0xb3)](_0x54208c['pAhns']);function _0x35d0b9(_0x4f7bd0,_0x451101,_0xb145d0,_0x1b6298){return _0x585c04(_0x451101,_0x451101-_0x2b8fc5._0x14d3ad,_0xb145d0-0x179,_0x1b6298- -_0x2b8fc5._0x3e9088);}console[_0x35d0b9(_0x4f8759._0x50335a,_0x4f8759._0x5678a6,_0x4f8759._0xaaede9,0xb3)]('');if(_0x3eceac&&_0x2a206f[_0x5dc748(_0x4f8759._0x1a335a,0x1bc,_0x4f8759._0x3df83f,_0x4f8759._0x5946f4)])console[_0x35d0b9(0x13c,0x14e,0x51,_0x4f8759._0x102ceb)](_0x5dc748(0x175,_0x4f8759._0x2d10b2,_0x4f8759._0x313c3b,_0x4f8759._0x3fceaf)+_0x35d0b9(0x42,_0x4f8759._0x13fd21,0x12,_0x4f8759._0x2dfbb7)+'ning\x20(daem'+_0x5dc748(0x48,_0x4f8759._0x2472db,_0x4f8759._0x5554ce,_0x4f8759._0x30d409)),console[_0x5dc748(_0x4f8759._0x2d59a7,0x166,0x163,0xe5)](_0x35d0b9(-0x11,0x15,_0x4f8759._0x2a68e7,0x6f)+_0x5dc748(0x1c3,_0x4f8759._0x35c873,0x169,_0x4f8759._0x6d5fcc)+_0x3a1008),console[_0x35d0b9(_0x4f8759._0x368ea9,_0x4f8759._0x27ce52,_0x4f8759._0x49a471,_0x4f8759._0x102ceb)](_0x35d0b9(-0x60,0x3c,_0x4f8759._0x5ee421,_0x4f8759._0x4bb2a5)+_0x35d0b9(0x42,0x143,_0x4f8759._0x91fbd5,_0x4f8759._0x52aed7)+_0x57f4c6[_0x5dc748(0x1d7,_0x4f8759._0x25a813,0x16b,_0x4f8759._0x48341e)]);else{if(_0x2a206f[_0x35d0b9(0xa3,0x140,0xe1,0xc0)])_0x54208c[_0x5dc748(0x16e,_0x4f8759._0x2f515e,0x123,_0x4f8759._0x13ca34)](_0x54208c['UHyPo'],_0x54208c[_0x35d0b9(_0x4f8759._0x258da4,-_0x4f8759._0x50343b,-0x1c,-_0x4f8759._0x16b56c)])?_0x54208c[_0x5dc748(_0x4f8759._0x5599af,0x147,0x124,_0x4f8759._0x3432d1)](_0x49df9f,{'responding':!![],'service':_0x54208c['widAV']}):(console[_0x5dc748(_0x4f8759._0x5574c6,_0x4f8759._0x40f02b,_0x4f8759._0x36fda8,_0x4f8759._0x421f23)](_0x5dc748(_0x4f8759._0x1a2dcb,0x172,0xe4,_0x4f8759._0xab4fd2)+_0x35d0b9(-0x45,0x1b,-0x3b,_0x4f8759._0x68b94f)+_0x35d0b9(_0x4f8759._0x427fad,_0x4f8759._0x5504eb,_0x4f8759._0x56da1f,_0x4f8759._0x116557)+_0x5dc748(_0x4f8759._0x33e790,_0x4f8759._0x4e2938,0x94,_0x4f8759._0x1741f1)),console['log'](_0x5dc748(_0x4f8759._0x51ecd4,_0x4f8759._0x38af29,_0x4f8759._0x11fa8e,0xa4)+'\x20\x20\x20\x20\x20'+_0x57f4c6[_0x5dc748(0x1d7,_0x4f8759._0x49654e,0x16b,0x168)]));else{if(_0x3eceac)console['log'](_0x5dc748(_0x4f8759._0x212bc4,0x102,_0x4f8759._0x313c3b,0x143)+'\x20\x20\x20\x20\x20⚠\x20Sta'+_0x35d0b9(_0x4f8759._0x4f49a2,0x79,0x48,-_0x4f8759._0x46adc2)+_0x35d0b9(_0x4f8759._0x1246a7,0x30,_0x4f8759._0x3640f7,_0x4f8759._0x33e790)+'not\x20respon'+_0x35d0b9(0xa7,0x84,0x1,_0x4f8759._0x2ba826)),console[_0x5dc748(_0x4f8759._0x4d7c13,0x143,0x163,_0x4f8759._0x264aba)](_0x5dc748(-_0x4f8759._0x209c8c,_0x4f8759._0x2cc7ec,0x80,0xa5)+_0x5dc748(0xff,0x52,0x85,0x82)+_0x3a1008);else{if(_0x54208c[_0x35d0b9(-_0x4f8759._0x1fe967,_0x4f8759._0x1c5ba5,_0x4f8759._0x5504eb,0x68)](_0x54208c[_0x35d0b9(0x26,_0x4f8759._0x13e1b9,_0x4f8759._0x169ff9,0x2b)],_0x54208c[_0x5dc748(_0x4f8759._0x4933ab,0xe1,0xaa,0xfe)]))console[_0x35d0b9(0x4b,_0x4f8759._0x2d10b2,_0x4f8759._0xa5af51,_0x4f8759._0x102ceb)](_0x5dc748(0x96,_0x4f8759._0x4e9bd6,0xe4,0x150)+_0x5dc748(_0x4f8759._0x1cbadd,_0x4f8759._0x598497,0x97,_0x4f8759._0x1c5ba5)+_0x35d0b9(0xf2,_0x4f8759._0x546c91,-_0x4f8759._0x3ec4de,_0x4f8759._0x2fabb1));else{_0x406920['destroy']();const _0x86beaa={};_0x86beaa[_0x5dc748(0xdd,0x1a1,0x170,0x144)]=![],_0x54208c[_0x35d0b9(0x24,-_0x4f8759._0x13e1b9,0xdb,0x67)](_0x3d9eb6,_0x86beaa);}}}}if(_0x57f4c6[_0x35d0b9(-_0x4f8759._0x50f852,-_0x4f8759._0x3f10ff,-0x9a,-_0x4f8759._0x385221)]){if(_0x54208c[_0x5dc748(_0x4f8759._0x57ba32,_0x4f8759._0x269d5e,0x118,0xc2)](_0x54208c['xgfNy'],_0x54208c[_0x35d0b9(_0x4f8759._0x6ffeca,-_0x4f8759._0x2217d8,-_0x4f8759._0x29876b,0x37)])){_0x5c68b3[_0x5dc748(0x109,_0x4f8759._0x1e9c9d,_0x4f8759._0x4e9bd6,_0x4f8759._0xaaede9)](_0x4e87b2,0xc8b+-0x9e0+-0x2ab);const _0x28483c={};return _0x28483c['running']=!![],_0x28483c[_0x35d0b9(_0x4f8759._0x3d6fce,_0x4f8759._0x217640,_0x4f8759._0x2bce0c,_0x4f8759._0x41f59f)]=_0x3c6f51,_0x28483c;}else console['log']('\x20\x20Setup\x20Pa'+_0x5dc748(_0x4f8759._0x3c9d7f,_0x4f8759._0x23d761,0x12f,_0x4f8759._0x36fda8)+_0x57f4c6[_0x5dc748(_0x4f8759._0x2973b6,-_0x4f8759._0x50c7a0,_0x4f8759._0xa15262,-_0x4f8759._0x15885a)]);}else console[_0x35d0b9(_0x4f8759._0x4f8070,0xd2,_0x4f8759._0x375c87,_0x4f8759._0x102ceb)](_0x5dc748(0x1e2,_0x4f8759._0x3a740c,0x14a,_0x4f8759._0x3ff829)+_0x35d0b9(_0x4f8759._0x49f72f,0x13f,_0x4f8759._0x5eb192,_0x4f8759._0x486cf9)+_0x5dc748(_0x4f8759._0x15c05a,0x138,_0x4f8759._0x2c0567,_0x4f8759._0x5107a3)+')');console[_0x5dc748(_0x4f8759._0x52eb6f,0x1f1,_0x4f8759._0x498b51,_0x4f8759._0x306482)](_0x35d0b9(-0x50,-_0x4f8759._0x2e5d95,_0x4f8759._0x3e212e,-0x4d)+'\x20\x20\x20\x20\x20'+_0x57f4c6[_0x5dc748(0x15b,0x1a2,0x130,_0x4f8759._0x477ac9)]),console[_0x35d0b9(0x82,0x4f,_0x4f8759._0x142a00,_0x4f8759._0x102ceb)]('');const _0x19d7bd=_0x3eceac||_0x2a206f[_0x5dc748(0x178,0x12e,_0x4f8759._0x3520a9,_0x4f8759._0x272fc3)];if(!_0x19d7bd&&_0x57f4c6[_0x5dc748(0x5d,_0x4f8759._0x33fb57,_0x4f8759._0xa15262,0xc8)])_0x54208c[_0x5dc748(0xf1,_0x4f8759._0xbd052d,_0x4f8759._0x379a5e,_0x4f8759._0xaf70a6)](_0x35d0b9(_0x4f8759._0x598497,_0x4f8759._0x1d8c4f,_0x4f8759._0x4337be,0xb1),_0x54208c[_0x35d0b9(0x35,0x96,0x79,_0x4f8759._0x1595c3)])?(console[_0x5dc748(_0x4f8759._0x138a05,0x12b,_0x4f8759._0x498b51,0x13d)](_0x54208c[_0x35d0b9(_0x4f8759._0x4e1ae5,0x4e,0x9c,_0x4f8759._0x2e2e41)]),console[_0x5dc748(0xf0,_0x4f8759._0x29be95,_0x4f8759._0xb5573f,_0x4f8759._0x2b655e)](_0x54208c['UBbWD'])):(_0x47eb66[_0x35d0b9(0xa3,0x11a,_0x4f8759._0x48525c,_0x4f8759._0x2a6b19)](_0x54208c['IdGME']),_0x1bb944[_0x35d0b9(0x7f,_0x4f8759._0x5091cf,_0x4f8759._0x30965a,_0x4f8759._0x21340f)](_0x54208c[_0x35d0b9(0xda,0xaf,-_0x4f8759._0x5b4b1c,_0x4f8759._0x27ce52)]));else{if(!_0x19d7bd)console[_0x5dc748(0x1b4,0x1fe,0x163,0x1d4)](_0x54208c[_0x35d0b9(-_0x4f8759._0x54e5c7,-_0x4f8759._0x1ebaf7,-_0x4f8759._0x5cb5f2,-0x70)]),console[_0x5dc748(_0x4f8759._0x41d114,0xf2,0x163,0xcf)](_0x54208c['iBhsG']);else _0x3eceac?(console[_0x35d0b9(0x45,0x39,_0x4f8759._0x196350,0xb3)](_0x54208c[_0x35d0b9(_0x4f8759._0xb59f17,_0x4f8759._0x1c5ba5,_0x4f8759._0x2d5cc1,0x8f)]),console['log'](_0x35d0b9(-_0x4f8759._0x307719,0x44,-0x14,_0x4f8759._0x11f323)+'rver\x20stop')):(console[_0x5dc748(0x120,_0x4f8759._0x70c4da,0x163,0x1cf)](_0x54208c[_0x5dc748(_0x4f8759._0x8754ea,0x68,_0x4f8759._0x598497,0x5d)]),console['log'](_0x54208c[_0x5dc748(_0x4f8759._0x37febc,0x67,_0x4f8759._0x27a77c,_0x4f8759._0x56e30f)]));}}export async function showLogs(_0x46e21f){const _0x131c90={_0x5b9926:0x2d9,_0x516ca8:0x2df,_0x5927e7:0x299,_0x4c945f:0x204,_0x11e8ae:0x24a,_0x2af55e:0x288,_0x558aa1:0x14d,_0x296ade:0x137,_0x5b91b1:0xc6,_0x32eba4:0x1a1,_0x3fcf5c:0x22b,_0xc6bfae:0x191,_0x308aaf:0x2c4,_0x18427b:0x23c,_0x14039a:0x2c3,_0x151d85:0x18a,_0x121a1f:0x1e8,_0x59587f:0x208,_0x17b0ff:0xc8,_0x7bf2c6:0x8f,_0x30f7b4:0x1f,_0x519f01:0xa9,_0x2a2c68:0xf2,_0x1b92e0:0x2e3,_0x26e5fe:0x298,_0x5214c0:0x242,_0x371459:0x2d,_0x5b4568:0x1,_0x1b9d1b:0x6d,_0x22b887:0xf1,_0x3e348e:0x102,_0x68f264:0x12f,_0x56a040:0x147,_0x5cc5a1:0x1f3,_0x4118ed:0x1e7,_0x379ec8:0x129,_0x290ee2:0x297,_0x5a8b97:0x8d,_0x13ad40:0x276,_0xd10dd2:0x59,_0x5b2be7:0x2d0,_0x5b1767:0x2ce,_0x246f08:0x1fe,_0x50b54c:0x15d,_0x5ac184:0x262,_0x5c508d:0x1b8,_0x20e08a:0x167,_0x564b98:0xbe,_0x327d53:0x20b,_0x253f6a:0x1ef,_0x166e35:0x1ca,_0x5df6b0:0x22d,_0x38ae25:0x2b2,_0x50c77d:0x2ea,_0x16facf:0x51,_0x32e45c:0xed,_0x1d5a71:0xa5,_0x575ca3:0x2b,_0xae71f:0x152,_0x399919:0xd7,_0x3f116e:0x17,_0x17c872:0xa7,_0xf089f0:0x23a,_0xe45320:0x95,_0x170977:0x12,_0x24b9be:0x60,_0x54cfbb:0xb1,_0x124ec9:0x32,_0x326356:0x111,_0x4e0142:0x97,_0x1db07e:0xd7,_0x4d75f4:0x10f,_0x3aa713:0xad,_0x3f4d65:0x27f,_0x41653e:0x317,_0x1fc887:0x29e,_0x53aee9:0x1ec,_0x570cfe:0x154,_0x3e39ef:0x16c,_0x404889:0x2ee,_0x92952a:0x2e2,_0x394b41:0x50,_0x850c8a:0x5,_0x586096:0x163,_0x179f93:0x1b2,_0x3f0d91:0x163,_0x5a885d:0x168,_0x5c6578:0x1ba,_0x155c7f:0x1ae,_0x5b1ea4:0x1a5,_0xf82299:0x1ac,_0x22fc3d:0x114,_0x9c83d9:0x1be,_0x294784:0x1c9,_0x48e767:0x1c6,_0x353002:0xca,_0x3fc623:0x88,_0x50b1f3:0x4e,_0x48ade5:0x15e,_0xbc6aa:0x1af,_0x221b50:0x27b,_0x324f7e:0x2c1,_0x30ed07:0x22c,_0x4c2a60:0x1f8,_0x4306f6:0x195,_0x4e00fc:0x15f,_0x1d89d1:0x25c,_0x36019e:0x27e,_0x463339:0x287,_0x4ce8bc:0x18f,_0x14bedd:0x224,_0x24569d:0x2a2,_0x2e3072:0x251,_0x5af588:0x2bc,_0x581845:0x274,_0x3e7f55:0x244,_0x17aced:0x1f3,_0x50eacd:0xe0,_0x981f53:0x136,_0x2bb05d:0x69,_0x145811:0x1b5,_0x138cce:0xd4,_0x593766:0x1e9,_0x508a89:0x22e,_0x105c1c:0x1e4,_0x57f8df:0x1d2,_0x3925c6:0x210,_0x5bdaf7:0x267,_0x4eda6d:0x1d7,_0x253750:0x87,_0x50b804:0x4f,_0x3c1758:0x94,_0x51c3ec:0x135,_0x5702e0:0x133,_0x4bd7e4:0x19a},_0x14a5b9={_0x5227cf:0x143,_0x954cd6:0x1a0,_0x463631:0x1d3},_0x69ab51={_0x564dc3:0x1e3,_0x261624:0x119},_0x3b3ef3={_0x257564:0x440,_0x2d2108:0x4a3,_0x293645:0x522,_0x40f937:0x4c4,_0x38a5a0:0x509,_0x178244:0x270,_0x253ae:0x217,_0x2e18c7:0x2f0,_0x196223:0x2fa,_0x282d49:0x2ab,_0x512216:0x2e6,_0x39f326:0x28a,_0x5b38ab:0x345,_0x4eff84:0x2d5,_0x1f4e81:0x32e,_0x3cb7de:0x4b3,_0x3ecefe:0x41a,_0x1c0b4e:0x5d9,_0x5dbfd9:0x5b0,_0xea42a6:0x1f5,_0x78bb07:0x2ac,_0x45e718:0x330,_0x26887f:0x2de,_0x3db69b:0x257},_0x335f37={_0x24c104:0x17e,_0x23a950:0x18f},_0x4be2fb={_0x172719:0xed,_0x47a5b0:0x41},_0x506852={_0x24c2e9:0x358},_0x59e05b={_0x2b80de:0x3a},_0x1357b8={'NvYqu':'\x20\x20coder-se'+_0x38b345(_0x131c90._0x5b9926,_0x131c90._0x516ca8,_0x131c90._0x5927e7,0x2a7),'URGnH':function(_0x262587,_0x1d4620){return _0x262587>_0x1d4620;},'XLAsf':_0x38b345(0x297,_0x131c90._0x4c945f,_0x131c90._0x11e8ae,_0x131c90._0x2af55e),'RhwQo':function(_0x3f050e,_0x294163){return _0x3f050e(_0x294163);},'IWawU':function(_0x140896,_0x4cf5f5){return _0x140896(_0x4cf5f5);},'UKTBi':'unknown','XLOJt':_0x3b533b(0x150,_0x131c90._0x558aa1,_0x131c90._0x296ade,_0x131c90._0x5b91b1)+_0x38b345(_0x131c90._0x32eba4,_0x131c90._0x3fcf5c,0x209,_0x131c90._0xc6bfae)+':','pEESL':function(_0x1a5247,_0x201af3){return _0x1a5247===_0x201af3;},'QqFXw':'--follow','JXFmb':function(_0x3493f1,_0x88e1ca){return _0x3493f1===_0x88e1ca;},'MWygv':_0x38b345(0x2c2,0x28d,0x303,_0x131c90._0x308aaf),'CjLBz':function(_0x47ca44,_0x17758d,_0x19cb98){return _0x47ca44(_0x17758d,_0x19cb98);},'MVcTr':_0x38b345(0x1ff,_0x131c90._0x18427b,0x266,_0x131c90._0x14039a),'tZOKq':_0x38b345(_0x131c90._0x151d85,_0x131c90._0x121a1f,_0x131c90._0x4c945f,_0x131c90._0x59587f),'wUnTW':function(_0x1f9a52,_0x2b797b){return _0x1f9a52!==_0x2b797b;},'uqUwh':_0x3b533b(_0x131c90._0x17b0ff,0xee,_0x131c90._0x7bf2c6,0x119),'YmjPy':_0x3b533b(0x13e,_0x131c90._0x30f7b4,_0x131c90._0x519f01,_0x131c90._0x2a2c68),'SRlEg':_0x38b345(0x1bf,0x20e,0x1db,0x196)+_0x38b345(_0x131c90._0x1b92e0,_0x131c90._0x26e5fe,0x207,_0x131c90._0x5214c0)+_0x3b533b(0x150,0x1cf,0x144,0x12a)+_0x38b345(0x1da,0x1c8,0x149,0x24b)+'\x0a','wbAuH':function(_0xeea79d,_0x255e24,_0x1a082f){return _0xeea79d(_0x255e24,_0x1a082f);},'VpuEb':_0x3b533b(_0x131c90._0x371459,-_0x131c90._0x5b4568,_0x131c90._0x1b9d1b,_0x131c90._0x22b887),'KTOWM':_0x3b533b(_0x131c90._0x3e348e,_0x131c90._0x68f264,0x115,_0x131c90._0x56a040),'fRTik':function(_0x4d6114,_0x21271f){return _0x4d6114!==_0x21271f;},'fwlPU':_0x38b345(_0x131c90._0x5cc5a1,_0x131c90._0x4118ed,0x20c,0x20f),'YhpgF':_0x3b533b(0xd2,0xf0,_0x131c90._0x379ec8,0xee)+_0x38b345(_0x131c90._0x290ee2,0x240,0x208,0x250),'bWKQL':_0x3b533b(0x96,0x53,_0x131c90._0x5a8b97,0x2a)+'\x20not\x20have\x20'+_0x38b345(_0x131c90._0x13ad40,0x21d,0x2a8,0x1be)+'ed\x20yet\x20or\x20'+_0x3b533b(_0x131c90._0xd10dd2,0x117,0xb5,0x151)+_0x38b345(0x33b,_0x131c90._0x5b2be7,0x333,0x2d0)+_0x38b345(_0x131c90._0x5b1767,0x233,0x2b9,_0x131c90._0x246f08)};function _0x38b345(_0xee50a5,_0x1166fc,_0x42b155,_0x158dd7){return _0x585c04(_0x42b155,_0x1166fc-0x6e,_0x42b155-_0x59e05b._0x2b80de,_0x1166fc- -0x1e7);}let _0x2ed3b0=![],_0x348736=null;for(const _0x2e46eb of _0x46e21f){if(_0x1357b8[_0x38b345(0x1c8,0x1db,_0x131c90._0x50b54c,_0x131c90._0x5ac184)](_0x2e46eb,_0x1357b8[_0x38b345(0x1a2,_0x131c90._0x5c508d,_0x131c90._0x20e08a,0x21a)])||_0x1357b8['JXFmb'](_0x2e46eb,'-f'))_0x2ed3b0=!![];else _0x2e46eb['startsWith'](_0x1357b8[_0x3b533b(0xac,0x12c,_0x131c90._0x564b98,0xa6)])&&(_0x348736=_0x1357b8['CjLBz'](parseInt,_0x2e46eb[_0x38b345(_0x131c90._0x327d53,_0x131c90._0x253f6a,_0x131c90._0x166e35,_0x131c90._0x5df6b0)]('--tail='[_0x38b345(0x25b,_0x131c90._0x38ae25,0x2a2,_0x131c90._0x50c77d)]),-0x3b3*0x7+-0xbda+0x1*0x25c9));}function _0x3b533b(_0x14c675,_0x33e5c1,_0x12fd13,_0x36f7e6){return _0x585c04(_0x14c675,_0x33e5c1-0x19b,_0x12fd13-0x186,_0x12fd13- -_0x506852._0x24c2e9);}try{const _0xbba624=await _0x445287[_0x3b533b(_0x131c90._0x16facf,_0x131c90._0x32e45c,_0x131c90._0x1d5a71,_0x131c90._0x575ca3)](LOG_FILE,_0x1357b8[_0x3b533b(0xcf,_0x131c90._0xae71f,_0x131c90._0x399919,0xa5)]),_0x12fb87=_0xbba624[_0x3b533b(-_0x131c90._0x3f116e,0x94,0x5a,_0x131c90._0x17c872)]('\x0a');_0x348736?_0x1357b8[_0x38b345(0x2c3,_0x131c90._0xf089f0,0x20e,0x2b1)](_0x1357b8[_0x3b533b(_0x131c90._0xe45320,_0x131c90._0x170977,_0x131c90._0x24b9be,_0x131c90._0x54cfbb)],_0x38b345(0x1b9,0x1cd,0x1ed,0x1ca))?_0x38bf3e['log']('\x20\x20Status:\x20'+_0x3b533b(_0x131c90._0x124ec9,_0x131c90._0x326356,_0x131c90._0x4e0142,_0x131c90._0x1db07e)+_0x3b533b(0x10c,0x12b,_0x131c90._0x4d75f4,_0x131c90._0x3aa713)):console[_0x38b345(0x2a4,0x2d4,_0x131c90._0x3f4d65,_0x131c90._0x41653e)](_0x12fb87[_0x38b345(0x2ed,_0x131c90._0x1fc887,0x2b7,0x2b8)](-_0x348736)[_0x3b533b(_0x131c90._0x53aee9,_0x131c90._0x570cfe,_0x131c90._0x3e39ef,0x205)]('\x0a')):_0x1357b8[_0x38b345(0x2a1,0x2ad,_0x131c90._0x404889,0x2b4)](_0x1357b8[_0x38b345(0x2ea,0x2cd,_0x131c90._0x92952a,0x2db)],_0x1357b8[_0x3b533b(0xda,-0x30,_0x131c90._0x394b41,-_0x131c90._0x850c8a)])?console[_0x3b533b(0x1cf,0x1d6,_0x131c90._0x586096,0xeb)](_0xbba624):_0x2162e1[_0x3b533b(_0x131c90._0x296ade,_0x131c90._0x179f93,_0x131c90._0x3f0d91,0x170)]('\x20\x20Setup\x20Pa'+_0x3b533b(_0x131c90._0x5a885d,0xf7,0x12f,_0x131c90._0x5c6578)+_0x44e629[_0x38b345(0x172,_0x131c90._0x155c7f,0x193,_0x131c90._0x5b1ea4)]);if(_0x2ed3b0){console[_0x3b533b(_0x131c90._0xf82299,_0x131c90._0x22fc3d,_0x131c90._0x586096,0xdd)](_0x1357b8['SRlEg']);let _0x1fe77e=(await _0x445287[_0x38b345(_0x131c90._0x9c83d9,_0x131c90._0x294784,0x1da,_0x131c90._0x48e767)](LOG_FILE))['size'];const _0x216345=_0x1357b8[_0x3b533b(_0x131c90._0x353002,_0x131c90._0x3fc623,_0x131c90._0x50b1f3,-0x26)](setInterval,async()=>{function _0x1863dd(_0x59695a,_0x5b1b11,_0x3a16df,_0x83fde6){return _0x38b345(_0x59695a-_0x4be2fb._0x172719,_0x3a16df-0x7f,_0x5b1b11,_0x83fde6-_0x4be2fb._0x47a5b0);}function _0x4a33f8(_0x3bb893,_0x4cc167,_0x80e4b9,_0x36d6b8){return _0x3b533b(_0x80e4b9,_0x4cc167-_0x335f37._0x24c104,_0x3bb893-0x3e8,_0x36d6b8-_0x335f37._0x23a950);}try{const _0xb50351=(await _0x445287[_0x4a33f8(_0x3b3ef3._0x257564,0x3ee,0x3be,0x43b)](LOG_FILE))[_0x4a33f8(0x4a0,_0x3b3ef3._0x2d2108,0x457,0x513)];if(_0x1357b8[_0x4a33f8(_0x3b3ef3._0x293645,_0x3b3ef3._0x40f937,_0x3b3ef3._0x38a5a0,0x5a1)](_0xb50351,_0x1fe77e)){const _0x2a221d=await _0x445287[_0x1863dd(_0x3b3ef3._0x178244,_0x3b3ef3._0x253ae,0x292,_0x3b3ef3._0x2e18c7)](LOG_FILE,'r'),_0x3ad005=Buffer[_0x1863dd(_0x3b3ef3._0x196223,_0x3b3ef3._0x282d49,_0x3b3ef3._0x512216,_0x3b3ef3._0x39f326)](_0xb50351-_0x1fe77e);await _0x2a221d[_0x1863dd(0x299,0x296,0x2a4,0x294)](_0x3ad005,0x3*0x931+-0xa27*0x3+0x2e2,_0x3ad005[_0x1863dd(0x386,0x36b,0x331,_0x3b3ef3._0x5b38ab)],_0x1fe77e),await _0x2a221d['close'](),process[_0x1863dd(0x2e9,0x31f,0x340,_0x3b3ef3._0x4eff84)][_0x1863dd(0x2df,0x2f8,_0x3b3ef3._0x1f4e81,0x2cb)](_0x3ad005['toString'](_0x4a33f8(_0x3b3ef3._0x3cb7de,0x460,_0x3b3ef3._0x3ecefe,0x545))),_0x1fe77e=_0xb50351;}}catch(_0x194c7c){_0x1357b8['XLAsf']!==_0x1357b8['XLAsf']?(_0x10f6cc[_0x4a33f8(0x54b,_0x3b3ef3._0x1c0b4e,_0x3b3ef3._0x5dbfd9,0x5b1)]('Start\x20the\x20'+_0x1863dd(_0x3b3ef3._0xea42a6,0x2c3,0x26d,_0x3b3ef3._0x78bb07)+'h:'),_0x3febf4['log'](_0x1357b8[_0x1863dd(0x2a2,_0x3b3ef3._0x45e718,_0x3b3ef3._0x26887f,_0x3b3ef3._0x3db69b)])):_0x1357b8['RhwQo'](clearInterval,_0x216345);}},0xff3*-0x1+-0x2074+-0x10c9*-0x3);process['on'](_0x3b533b(_0x131c90._0x151d85,0x151,_0x131c90._0x48ade5,0x17f),()=>{clearInterval(_0x216345);function _0x413421(_0x5a18e4,_0x5affac,_0x3b0d0d,_0x53c4f4){return _0x3b533b(_0x53c4f4,_0x5affac-0x85,_0x5affac- -_0x69ab51._0x564dc3,_0x53c4f4-_0x69ab51._0x261624);}process[_0x413421(-_0x14a5b9._0x5227cf,-_0x14a5b9._0x954cd6,-0x17a,-_0x14a5b9._0x463631)](-0x85*-0x1d+-0x35*0x4f+0x14a);});}}catch(_0x1aa5b6){if(_0x1357b8['wUnTW'](_0x1357b8[_0x38b345(0x241,_0x131c90._0xbc6aa,0x1a0,0x21e)],'YlBEQ')){const _0x3b35ad=_0x3e6ec8[_0x38b345(0x20e,_0x131c90._0x221b50,_0x131c90._0x324f7e,0x2c8)](_0x486f0a);_0x1357b8['IWawU'](_0x6f5b04,{'responding':!![],'service':_0x3b35ad[_0x38b345(_0x131c90._0x30ed07,_0x131c90._0x4c2a60,0x28e,0x186)]||_0x1357b8[_0x38b345(_0x131c90._0x4306f6,0x1c2,_0x131c90._0x4e00fc,_0x131c90._0x1d89d1)]});}else _0x1357b8[_0x38b345(0x1b0,0x23a,_0x131c90._0x36019e,_0x131c90._0x463339)](_0x1aa5b6['code'],_0x1357b8[_0x38b345(_0x131c90._0x4ce8bc,_0x131c90._0x14bedd,_0x131c90._0x24569d,_0x131c90._0x5cc5a1)])?_0x1357b8[_0x38b345(_0x131c90._0x2e3072,_0x131c90._0x5af588,_0x131c90._0x581845,_0x131c90._0x38ae25)](_0x38b345(_0x131c90._0x3e7f55,_0x131c90._0x17aced,0x251,0x20e),_0x1357b8[_0x3b533b(_0x131c90._0x50eacd,_0x131c90._0x981f53,0x108,0xcb)])?(console[_0x3b533b(0x184,0xc7,0x163,0xc9)](_0x1357b8[_0x3b533b(_0x131c90._0x2bb05d,0xb7,0xe5,0x78)]),console[_0x3b533b(0x1de,_0x131c90._0x145811,0x163,_0x131c90._0x138cce)](_0x1357b8[_0x3b533b(0x1a8,0xfc,0x131,0x190)])):(_0x25f585['log'](_0x1357b8['XLOJt']),_0x610f34['log'](_0x38b345(_0x131c90._0x593766,0x259,_0x131c90._0x508a89,_0x131c90._0x105c1c)+'rver\x20stop')):console[_0x38b345(_0x131c90._0x57f8df,_0x131c90._0x3925c6,0x231,_0x131c90._0x5bdaf7)](_0x38b345(0x1c0,0x236,_0x131c90._0x4eda6d,0x265)+_0x3b533b(_0x131c90._0x253750,0xe0,_0x131c90._0x50b804,_0x131c90._0x3c1758)+_0x1aa5b6[_0x3b533b(_0x131c90._0x51c3ec,0x150,_0x131c90._0x5702e0,_0x131c90._0x4bd7e4)]);}}export async function restartServer(_0x46d92d){const _0x25444d={_0x2f8fc6:0x1f0,_0x3f173c:0x107,_0x7e71ac:0x152,_0x7456e5:0x159,_0x166464:0x10f,_0xdd557b:0xa2,_0x5f1704:0x10a,_0x58a9b5:0x1d8,_0x401703:0x1a4,_0x476afe:0x18a,_0x3c24b0:0x141,_0x254e72:0x10e,_0x26ca5a:0x138,_0x1ce749:0x126,_0xd4b37f:0x213,_0x3fc416:0x285,_0x17bd4b:0x19c,_0x1339f9:0x1e3,_0xda095d:0x1cf,_0x46afae:0x16a},_0xe2fea9={_0x591ae2:0xcd,_0x27d9bf:0x15b,_0x87e2b2:0x317},_0x56719a={_0x13977f:0x1af,_0x540cd5:0x21d},_0x1efdc1={'popov':function(_0x14759f){return _0x14759f();},'YikcK':_0x16e9a7(0x184,_0x25444d._0x2f8fc6,_0x25444d._0x3f173c,0x19a)+_0x16e9a7(_0x25444d._0x7e71ac,0x1e9,_0x25444d._0x7456e5,_0x25444d._0x166464),'OEKnh':function(_0x2c9b12){return _0x2c9b12();},'sRCva':_0x16e9a7(_0x25444d._0xdd557b,0xd9,0x24,0x128)+_0x16e9a7(_0x25444d._0x7e71ac,0x17e,0x13b,_0x25444d._0x5f1704),'trpZf':function(_0x3e4637,_0x132283){return _0x3e4637(_0x132283);}},{running:_0x3e81f5}=await _0x1efdc1[_0x4cff5d(0x180,_0x25444d._0x58a9b5,0x1e3,0x11a)](isServerRunning);_0x3e81f5&&(console[_0x16e9a7(_0x25444d._0x401703,0x12b,_0x25444d._0x476afe,_0x25444d._0x3c24b0)](_0x1efdc1[_0x4cff5d(0x198,0x144,_0x25444d._0x254e72,0x167)]),await _0x1efdc1[_0x16e9a7(0xe8,0x11e,_0x25444d._0x26ca5a,_0x25444d._0x1ce749)](stopServer),console['log'](''));console['log'](_0x1efdc1[_0x4cff5d(_0x25444d._0xd4b37f,_0x25444d._0x3fc416,_0x25444d._0x17bd4b,0x17a)]);function _0x4cff5d(_0x41a7ba,_0x539e32,_0x58b667,_0xd44130){return _0x585c04(_0xd44130,_0x539e32-0x9,_0x58b667-_0x56719a._0x13977f,_0x41a7ba- -_0x56719a._0x540cd5);}function _0x16e9a7(_0xf046a8,_0x5139d5,_0x2932ef,_0x1d9ef1){return _0x585c04(_0x5139d5,_0x5139d5-_0xe2fea9._0x591ae2,_0x2932ef-_0xe2fea9._0x27d9bf,_0xf046a8- -_0xe2fea9._0x87e2b2);}await _0x1efdc1[_0x4cff5d(_0x25444d._0x1339f9,_0x25444d._0xda095d,_0x25444d._0x46afae,0x20d)](startDaemon,_0x46d92d);}
|
|
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(_0x203cd0,_0x482006){const _0x219919={_0x53d52d:0x4cf,_0x48e269:0x4d5,_0x4650cd:0x500,_0x27e18a:0x1,_0x223748:0x27,_0x477ab5:0x5b,_0xeafecb:0x2a,_0x317ea4:0x4af,_0x10281d:0x8,_0x134a84:0x23,_0x3de457:0x25,_0x1ef87e:0x24,_0x1057da:0x5,_0x221c9f:0x475,_0x5052a6:0x47e,_0x346194:0x3a,_0x1b6176:0x11,_0x24ba76:0x4a7,_0x43a316:0x4c0,_0x4055ac:0x4ac},_0x39d624={_0x3e7a2a:0x2ef};function _0xe8ccf1(_0x1a819b,_0x292a71,_0x3cd426,_0x18910e){return _0x3758(_0x292a71-_0x39d624._0x3e7a2a,_0x18910e);}function _0x4c0fc6(_0x111dff,_0x4e2de8,_0x3a149e,_0x5e13c2){return _0x3758(_0x5e13c2- -0x1c1,_0x3a149e);}const _0x596731=_0x203cd0();while(!![]){try{const _0x538ba4=-parseInt(_0xe8ccf1(_0x219919._0x53d52d,_0x219919._0x48e269,_0x219919._0x4650cd,0x4e4))/(0x241*-0x4+0x35*-0x71+-0x567*-0x6)+-parseInt(_0x4c0fc6(-_0x219919._0x27e18a,0x52,-0x5,_0x219919._0x223748))/(-0x76+0x3*-0x815+0x18b7)*(-parseInt(_0x4c0fc6(-_0x219919._0x477ab5,-0x31,-0x12,-_0x219919._0xeafecb))/(-0xb50+-0x1*0x7ba+0x130d))+-parseInt(_0xe8ccf1(0x48c,0x487,0x4b8,_0x219919._0x317ea4))/(0x1*0x2188+0x1ee6+-0x1*0x406a)*(parseInt(_0x4c0fc6(-0xf,_0x219919._0x10281d,-0x41,-0x25))/(-0x4fc+-0x16ea+0x1beb))+parseInt(_0x4c0fc6(-0x2,-0x28,-0xf,-_0x219919._0x134a84))/(0x2658+-0x2*-0xd91+-0x4174)+parseInt(_0x4c0fc6(_0x219919._0x3de457,_0x219919._0x1ef87e,-0x1f,_0x219919._0x1057da))/(0x1*0xfc3+0x1971+-0x292d)*(parseInt(_0x4c0fc6(-0x1a,-0xb,-0x3a,-0x27))/(-0x7*-0x3b+0x3*0x957+-0x1d9a))+parseInt(_0xe8ccf1(0x4bc,0x496,_0x219919._0x221c9f,_0x219919._0x5052a6))/(-0x1962+0x11bb+-0xc*-0xa4)*(parseInt(_0x4c0fc6(_0x219919._0x3de457,0x2c,_0x219919._0x346194,0x18))/(-0x2*0xb15+-0x1*-0x11b3+0x481))+parseInt(_0x4c0fc6(0x4,_0x219919._0x1b6176,0x59,0x2e))/(0xf03+-0x1e7c+0xf84)*(parseInt(_0xe8ccf1(_0x219919._0x24ba76,_0x219919._0x43a316,_0x219919._0x4055ac,0x4b2))/(-0x597*-0x3+-0x2*-0x107+-0x12c7));if(_0x538ba4===_0x482006)break;else _0x596731['push'](_0x596731['shift']());}catch(_0x35efd3){_0x596731['push'](_0x596731['shift']());}}}(_0x2f3c,0x95a5a+0x1*-0x6b24b+0x1*0x3abda));import _0x3d0099 from'readline';function _0x2f3c(){const _0xbb531f=['CfflCu4','D2nOEhq','rMfPBgvKihrVia','CM5HBwuGAxmGCG','C3rKAw4','vxnLCM5HBwu6ia','C3qGocbJAgfYyq','BM90ig1HDgnO','CwDzqLK','teTcq1e','B3v0Chv0','rxjYB3i6ifvZzq','ww5bBMO','CgfZC3DVCMq','yvzkAuC','wMPYtuW','qxnkuvC','tvftuxC','igjLigf0igXLyq','Cwj5zKG','zu9lzuy','zNLwzwq','sMD4s2C','y2XVC2u','EsbMB3iGDxnLCG','Bg9N','ls1WyxnZD29Yza','q29UzMLYBsbqyq','y3jLyxrLsw50zq','tu9lCxm','mZmYotmZm0XKwe1yzW','Cgz4Chm','rxjYB3i6ifbHCW','ihbHC3n3B3jKia','yxnbvwq','z1Dcve4','vhvsz0S','C2v0ihbHC3n3BW','wKj2D0K','tfDbyKO','ls11C2vYBMfTzq','mtq4odm2wgfRCMv4','ELjArwu','uLfRz1C','zxHPDa','DxnLCM5HBwu','rgTdqNK','s3jzqNm','y09mvMe','nJKWzffet3rT','ru5qsKG','rxjYB3i6iezHAq','iIbUB3qGzM91BG','zu55DeS','wKfYBMm','zwvKCeG','C3rKB3v0','D3jPDgu','u0LKA2i','ANzNCuq','Dwfpwg8','CMzHy2u','ntG3mdaYv2rTDKLl','DeDrBMS','mKrbCuXnqW','DgvYBwLUywW','v0XOAuW','qw10Efm','teLTAMy','tffnvMO','C3rHCNrZv2L0Aa','mJqYu2XKCNfP','C3bSAxq','C3DVCMrZigrVia','B3jeDuO','rhv5wMu','CIaI','AK9kywK','BwvZC2fNzq','C3n3B3jKoIa','mtq0mZi3oxPpEejywG','mtzHA0f5txa','z21XEhC','ogfWq3veEa','BgvKihrVihnLDa','ntCXnJq1rxnYAwjV','CxvLC3rPB24','mtmZodeYmeDiBKvMyq','zxjYB3i','swfRCu0','AfnHs2i','rxrXs2K','u1PMBeG','qNv3DeO','rKX0uMS','z1verLG','odm3t01syLDV'];_0x2f3c=function(){return _0xbb531f;};return _0x2f3c();}import{Writable}from'stream';function _0x3758(_0x46fb60,_0x18e0e7){_0x46fb60=_0x46fb60-(0x1a6b+0x1*0x24f5+-0x3dd1);const _0x5d93cf=_0x2f3c();let _0x57cf58=_0x5d93cf[_0x46fb60];if(_0x3758['hQFJng']===undefined){var _0x53e591=function(_0x3d682d){const _0x483dc5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x57ebd5='',_0x39ffcf='';for(let _0x195f06=-0x1*0x9eb+-0x71f+0x110a,_0x1c68ab,_0x1f1ec0,_0x4eee30=-0x1b17+0x23*-0x7f+0x2c74;_0x1f1ec0=_0x3d682d['charAt'](_0x4eee30++);~_0x1f1ec0&&(_0x1c68ab=_0x195f06%(-0x32d+0x1000+-0xccf)?_0x1c68ab*(-0x5*0x6d1+0x142a+0x75*0x1f)+_0x1f1ec0:_0x1f1ec0,_0x195f06++%(-0x24b4+0xce1+0x17d7))?_0x57ebd5+=String['fromCharCode'](0xcfc+-0x24df+0x18e2&_0x1c68ab>>(-(-0x9bb*0x2+-0x7*0x593+0x3a7d)*_0x195f06&-0xbd9+-0x966+0x1545)):0x1249+-0x6f*-0x35+-0x26*0x116){_0x1f1ec0=_0x483dc5['indexOf'](_0x1f1ec0);}for(let _0x275366=-0x18aa+-0x14c2*0x1+0x2d6c,_0x5b861c=_0x57ebd5['length'];_0x275366<_0x5b861c;_0x275366++){_0x39ffcf+='%'+('00'+_0x57ebd5['charCodeAt'](_0x275366)['toString'](-0x1a1d+-0x3d*0x95+0xc56*0x5))['slice'](-(0x5f6+0x398+-0x98c));}return decodeURIComponent(_0x39ffcf);};_0x3758['Bsayga']=_0x53e591,_0x3758['rOfyRk']={},_0x3758['hQFJng']=!![];}const _0x518c33=_0x5d93cf[-0x1*0x248c+0xc5+0xd5*0x2b],_0x365d36=_0x46fb60+_0x518c33,_0x4653da=_0x3758['rOfyRk'][_0x365d36];return!_0x4653da?(_0x57cf58=_0x3758['Bsayga'](_0x57cf58),_0x3758['rOfyRk'][_0x365d36]=_0x57cf58):_0x57cf58=_0x4653da,_0x57cf58;}import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x2491bd,_0x4960d4=![]){const _0x235234={_0x7de923:0x10d,_0x54d5bf:0x126,_0x52469c:0x2c,_0x2fd847:0x35,_0x100b62:0x14,_0x4aca4e:0x40,_0x273ccb:0x68,_0x265d9f:0x67,_0x408064:0x11,_0x1f78d1:0x14e,_0x5c9513:0x181,_0x32ce86:0x150,_0x27ad75:0x16b,_0x49df35:0x168,_0x2d4b72:0x5d,_0x12930a:0x35,_0x12e730:0x17,_0x4e77e9:0x11},_0x257772={_0x916d1e:0x4d3,_0x441e9a:0x90,_0x2f39d0:0xb3,_0x262752:0x4f7,_0x2aaed7:0x8f,_0x1f4585:0x4ed,_0x18b091:0x4e6,_0xa52dd5:0x65,_0x1cd5f4:0x37,_0x1e28b8:0x4d9,_0x4522f4:0x4e1,_0x48b517:0x4fe,_0x1a8f43:0x50f,_0x24bcfb:0x518,_0x2052ca:0x51c,_0x4d5a99:0x4fc,_0xb8f58a:0x514,_0x3f20bc:0x517,_0xb760e9:0x509,_0x474cad:0x506,_0x399808:0x50f,_0x36eb8f:0x4ff,_0x10e1c5:0x505,_0x2b02f1:0x510,_0x23230f:0x4ab,_0x3b514d:0x4a7,_0x43e49c:0x4ff,_0x3488c7:0x516,_0x16a555:0x4e7,_0x343527:0x4e,_0x41ab1f:0x2b,_0x59b4fe:0x58,_0x5c5ff2:0x30,_0x5a7a20:0x5a,_0x356e28:0x30,_0x3efc55:0x7e,_0x7dca9f:0x4ea,_0x545b83:0x4e9,_0x35260b:0x4c2,_0x6dc960:0x4e4,_0x282f20:0x93,_0x1b2a9b:0x4f,_0x19607b:0x45,_0x4092aa:0x4ef,_0x300b9:0x504,_0x52a452:0x51f,_0x317dab:0x4da,_0x53368e:0x4be,_0x5ecbc3:0x514,_0x3fecb4:0x541,_0x4b56ea:0x524,_0xd33d5f:0xa3,_0x269374:0x4da,_0x1c2db9:0x4c7,_0x34630a:0x4c2,_0x2c0d9e:0x7e,_0x2a341a:0x6c,_0xc06802:0x5d,_0x202b84:0x533,_0x18b102:0x507,_0x2ff8b1:0x514},_0x373b37={_0xe007d7:0xec,_0x4374b3:0x14a,_0x591fe7:0x4bc,_0x2c3485:0x492,_0x1f5f9e:0x147,_0x4fd4dc:0x14c,_0x2960d0:0x13a,_0x54a8ac:0x130,_0x3c71c7:0x14b,_0x57602f:0x4c3,_0x5d6be0:0x4ab,_0x201b82:0x484,_0x2c66aa:0x48a},_0xf5f6d5={_0x3775a1:0x39,_0x4bc40d:0x5,_0x4cfa16:0xc,_0x25b213:0x4d9,_0x4cfeb8:0x4d1,_0x4d0030:0x508,_0x5ed3cf:0x25,_0x339a0c:0x55,_0x398956:0x521,_0x170ad3:0x50c,_0x5b537d:0x515,_0x2261c5:0x50e,_0x39e5c3:0x29,_0x24d2e2:0x17,_0x17289d:0x4bf,_0x29b4a3:0x11,_0x24b62c:0x10,_0x32da2e:0x3e,_0xac41ac:0xb},_0x41e291={_0x59d56a:0xf},_0x5e6cba={_0x4735f7:0xb,_0x3e576b:0x641},_0x301083={_0xb9c21a:0x312},_0x4a7961={_0x3fa60e:0x190};function _0x3c70c5(_0x1f444b,_0x432393,_0xb963e8,_0x1357f7){return _0x3758(_0x1f444b- -_0x4a7961._0x3fa60e,_0xb963e8);}function _0x45e161(_0x246539,_0x40ff67,_0x16fca2,_0x4490c7){return _0x3758(_0x4490c7- -_0x301083._0xb9c21a,_0x16fca2);}const _0x39181a={'KrYBs':function(_0x3238c0,_0x3ea43f){return _0x3238c0!==_0x3ea43f;},'qbyfH':'mfXmP','ENPJH':_0x45e161(-0x11e,-0x11a,-_0x235234._0x7de923,-_0x235234._0x54d5bf),'RxROI':function(_0x454bfc){return _0x454bfc();},'lErjB':function(_0x13642c,_0x5772dd){return _0x13642c===_0x5772dd;},'WLhiL':_0x3c70c5(_0x235234._0x52469c,_0x235234._0x2fd847,_0x235234._0x100b62,0x3e),'ZArnc':function(_0x659793,_0x246416){return _0x659793(_0x246416);},'AsJQW':_0x3c70c5(0x23,-0x8,0x25,0x51)+'rname\x20is\x20r'+'equired','TuRgK':_0x3c70c5(_0x235234._0x4aca4e,_0x235234._0x273ccb,_0x235234._0x265d9f,_0x235234._0x408064)+'=','azXJd':_0x45e161(-_0x235234._0x1f78d1,-_0x235234._0x5c9513,-0x164,-_0x235234._0x32ce86)+'=','BuwtJ':_0x45e161(-_0x235234._0x27ad75,-0x13d,-0x194,-_0x235234._0x49df35)+_0x3c70c5(0x3d,0x10,0x49,_0x235234._0x2d4b72)+'rd','ZjrML':'RNMae','gWBTN':_0x3c70c5(_0x235234._0x12930a,_0x235234._0x12e730,0x3c,_0x235234._0x4e77e9),'NmPFd':function(_0x1b2ce4,_0x5152c3){return _0x1b2ce4!==_0x5152c3;},'cOLVa':_0x3c70c5(0x37,_0x235234._0x4aca4e,0x67,0x17)};return new Promise(_0x4d7d9d=>{const _0x4be5ef={_0x2fd015:0x4a5,_0x182825:0x4aa,_0x1cfdda:0x492,_0x245c83:0x4ea},_0x3554e7={_0x4d4624:0x5f9},_0x1bbff3={_0x57fcb5:0x148,_0x3970f9:0x49},_0x3a7886={_0x5c6672:0x19e},_0x3692e2={_0x267011:0x56a,_0x20c1ab:0x3c},_0x385b67={};_0x385b67['zRZEe']=_0x39181a[_0x3a8960(0x4c2,0x4af,0x4c1,_0x257772._0x916d1e)],_0x385b67[_0x4d69c1(-_0x257772._0x441e9a,-0x8b,-_0x257772._0x2f39d0,-0x69)]=_0x3a8960(0x503,0x4fb,_0x257772._0x262752,0x4ff)+'=',_0x385b67[_0x4d69c1(-_0x257772._0x2aaed7,-0xb3,-0x7e,-0x83)]=_0x39181a['azXJd'];function _0x3a8960(_0x50e267,_0x526b32,_0x39bca9,_0x30ff85){return _0x45e161(_0x50e267-_0x5e6cba._0x4735f7,_0x526b32-0x7d,_0x50e267,_0x30ff85-_0x5e6cba._0x3e576b);}const _0x5bcdde=_0x385b67;function _0x4d69c1(_0x288137,_0x269010,_0x1b5086,_0x4d99e6){return _0x45e161(_0x288137-_0x41e291._0x59d56a,_0x269010-0xd9,_0x4d99e6,_0x288137-0xe2);}if(_0x4960d4){if(_0x39181a['KrYBs'](_0x39181a[_0x3a8960(0x50e,_0x257772._0x1f4585,0x4cb,_0x257772._0x18b091)],_0x39181a[_0x4d69c1(-_0x257772._0xa52dd5,-0x60,-0x50,-_0x257772._0x1cd5f4)])){const _0x546759=new Writable({'write':(_0x2e72f3,_0x1b661f,_0x56c5fa)=>{function _0x16fc88(_0x4389b3,_0x1d72ff,_0x34cfcc,_0x358f8c){return _0x4d69c1(_0x34cfcc-_0x3692e2._0x267011,_0x1d72ff-0x74,_0x34cfcc-_0x3692e2._0x20c1ab,_0x1d72ff);}function _0x31ccb8(_0x4dccdc,_0x5e812b,_0x138b9c,_0x52f4b2){return _0x3a8960(_0x138b9c,_0x5e812b-0x31,_0x138b9c-_0x3a7886._0x5c6672,_0x5e812b- -0x4f3);}_0x39181a[_0x16fc88(0x537,0x4ed,0x511,0x508)](_0x39181a[_0x31ccb8(-0x26,-0x9,-0x27,-_0xf5f6d5._0x3775a1)],_0x39181a[_0x31ccb8(_0xf5f6d5._0x4bc40d,0x16,0x33,_0xf5f6d5._0x4cfa16)])?_0x39181a['RxROI'](_0x56c5fa):(_0x4614d4[_0x16fc88(0x4de,0x4e1,_0xf5f6d5._0x25b213,_0xf5f6d5._0x4cfeb8)](_0x5bcdde[_0x16fc88(_0xf5f6d5._0x4d0030,0x536,0x50c,0x50f)],_0x443cca),_0x3db6bc[_0x31ccb8(-0x47,-_0xf5f6d5._0x5ed3cf,-_0xf5f6d5._0x339a0c,-0x4a)](_0x16fc88(_0xf5f6d5._0x398956,_0xf5f6d5._0x170ad3,_0xf5f6d5._0x5b537d,_0xf5f6d5._0x2261c5)+_0x31ccb8(-0x40,-_0xf5f6d5._0x39e5c3,-0x2,-_0xf5f6d5._0x24d2e2)+'\x20password\x20'+'-\x20'+_0x5d246a[_0x16fc88(0x4f1,_0xf5f6d5._0x17289d,0x4cf,0x4de)]),_0x218975[_0x31ccb8(_0xf5f6d5._0x29b4a3,_0xf5f6d5._0x24b62c,_0xf5f6d5._0x32da2e,_0xf5f6d5._0xac41ac)](0x2653+-0x15c3+0x3*-0x585));}}),_0x9ea14={};_0x9ea14['input']=process['stdin'],_0x9ea14[_0x3a8960(0x4e3,_0x257772._0x1e28b8,0x4e9,_0x257772._0x4522f4)]=_0x546759,_0x9ea14[_0x3a8960(0x537,_0x257772._0x48b517,_0x257772._0x1a8f43,_0x257772._0x24bcfb)]=!![];const _0x46bdb3=_0x3d0099[_0x3a8960(0x50a,0x4c5,0x4c8,0x4f3)+_0x3a8960(_0x257772._0x2052ca,_0x257772._0x4d5a99,0x523,_0x257772._0xb8f58a)](_0x9ea14);process[_0x3a8960(_0x257772._0x3f20bc,_0x257772._0xb760e9,_0x257772._0x474cad,_0x257772._0x399808)][_0x3a8960(0x50a,_0x257772._0x36eb8f,_0x257772._0x10e1c5,_0x257772._0x2b02f1)](_0x2491bd),_0x46bdb3[_0x3a8960(_0x257772._0x23230f,0x4d8,0x4e5,0x4cc)]('',_0x883b3f=>{const _0x5d761b={_0x4c48d6:0x609},_0x1733f6={_0x39ea6f:0x58};function _0x1ee850(_0x5b5df8,_0x3ca7ba,_0x20f9b0,_0x273f28){return _0x4d69c1(_0x3ca7ba-0x505,_0x3ca7ba-0xfa,_0x20f9b0-_0x1733f6._0x39ea6f,_0x5b5df8);}function _0x17ec3b(_0x8ca49,_0x5afe1e,_0x14316e,_0x1a0030){return _0x3a8960(_0x8ca49,_0x5afe1e-0x46,_0x14316e-0x1ab,_0x14316e- -_0x5d761b._0x4c48d6);}if(_0x39181a['lErjB']('eOKeF',_0x39181a[_0x17ec3b(-0xf4,-0xcd,-0xf0,-0xd8)]))_0x46bdb3[_0x17ec3b(-_0x373b37._0xe007d7,-0x111,-0x11b,-_0x373b37._0x4374b3)](),console['log'](''),_0x39181a[_0x1ee850(0x4a7,0x4b3,_0x373b37._0x591fe7,0x495)](_0x4d7d9d,_0x883b3f);else{if(_0x36f6bd[_0x1ee850(0x4a6,0x4c3,_0x373b37._0x2c3485,0x4eb)](_0x5bcdde[_0x17ec3b(-_0x373b37._0x1f5f9e,-_0x373b37._0x4fd4dc,-_0x373b37._0x2960d0,-0x145)]))_0x30a052['username']=_0x3a07fd[_0x17ec3b(-0x13b,-_0x373b37._0x54a8ac,-_0x373b37._0x3c71c7,-0x165)]('=')[0x1736+-0x218a+-0x1*-0xa55];else _0x2ee8ed[_0x1ee850(0x4c5,_0x373b37._0x57602f,_0x373b37._0x5d6be0,0x4cd)](_0x5bcdde['hSaKb'])&&(_0x281771[_0x1ee850(_0x373b37._0x201b82,_0x373b37._0x2c66aa,0x48e,0x486)]=_0x182860['split']('=')[-0x1a8f+0x449+0x76d*0x3]);}});}else _0x195f06[_0x3a8960(_0x257772._0x3b514d,0x4ab,0x4d7,0x4ce)](_0x39181a[_0x3a8960(0x4c9,_0x257772._0x43e49c,_0x257772._0x3488c7,_0x257772._0x16a555)]),_0x1c68ab['exit'](-0x139*-0xb+-0x8f9*-0x1+-0x166b);}else{if(_0x39181a['NmPFd'](_0x39181a[_0x4d69c1(-0x58,-_0x257772._0x343527,-_0x257772._0x41ab1f,-0x34)],_0x39181a[_0x4d69c1(-_0x257772._0x59b4fe,-_0x257772._0x5c5ff2,-_0x257772._0x5a7a20,-0x3f)])){const _0x4c50a8={};_0x4c50a8[_0x4d69c1(-0x5b,-_0x257772._0x356e28,-_0x257772._0x3efc55,-0x56)]=null,_0x4c50a8[_0x3a8960(_0x257772._0x7dca9f,_0x257772._0x545b83,_0x257772._0x35260b,_0x257772._0x6dc960)]=null;const _0x499cfa=_0x4c50a8;for(const _0x54ce20 of _0x18c770){if(_0x54ce20['startsWith'](_0x39181a[_0x4d69c1(-0x64,-_0x257772._0x282f20,-_0x257772._0x1b2a9b,-_0x257772._0x19607b)]))_0x499cfa[_0x3a8960(_0x257772._0x4092aa,_0x257772._0x300b9,_0x257772._0x52a452,0x504)]=_0x54ce20[_0x3a8960(0x4ce,0x4b9,_0x257772._0x317dab,_0x257772._0x53368e)]('=')[0x39*0x17+-0x5b*0x39+0xf25*0x1];else _0x54ce20[_0x3a8960(_0x257772._0x5ecbc3,_0x257772._0x3fecb4,_0x257772._0x4b56ea,0x51d)](_0x39181a['azXJd'])&&(_0x499cfa[_0x3a8960(_0x257772._0x53368e,_0x257772._0x300b9,0x513,_0x257772._0x6dc960)]=_0x54ce20[_0x4d69c1(-0xa1,-_0x257772._0xd33d5f,-0x9a,-0x82)]('=')[0x127a+-0x11cd+0xac*-0x1]);}return _0x499cfa;}else{const _0x43f61c={};_0x43f61c['input']=process[_0x3a8960(_0x257772._0x269374,_0x257772._0x1c2db9,_0x257772._0x34630a,0x4db)],_0x43f61c[_0x4d69c1(-_0x257772._0x2c0d9e,-0xa9,-0x88,-0x72)]=process['stdout'];const _0x45d7ee=_0x3d0099[_0x4d69c1(-_0x257772._0x2a341a,-_0x257772._0xc06802,-0x68,-0x7e)+_0x3a8960(_0x257772._0x202b84,0x51f,_0x257772._0x18b102,_0x257772._0x2ff8b1)](_0x43f61c);_0x45d7ee['question'](_0x2491bd,_0x3f0ae6=>{function _0x491575(_0x367757,_0x5bc411,_0x57d4de,_0x1d2919){return _0x3a8960(_0x57d4de,_0x5bc411-_0x1bbff3._0x57fcb5,_0x57d4de-0x66,_0x367757- -_0x1bbff3._0x3970f9);}function _0x101234(_0x53c1d3,_0x336849,_0x14a4c0,_0x2f0eb8){return _0x3a8960(_0x53c1d3,_0x336849-0x19e,_0x14a4c0-0x1e1,_0x14a4c0- -_0x3554e7._0x4d4624);}_0x45d7ee[_0x491575(_0x4be5ef._0x2fd015,0x4c8,_0x4be5ef._0x182825,_0x4be5ef._0x1cfdda)](),_0x39181a[_0x491575(0x4c4,0x4b5,_0x4be5ef._0x245c83,0x4d4)](_0x4d7d9d,_0x3f0ae6);});}}});}function parseArgs(_0x42734d){const _0x1ae7b3={_0x291d3f:0x186,_0x76bfc8:0x19b,_0x180031:0x476,_0x1fe15d:0x44d,_0x46fa8a:0x469,_0x466733:0x402,_0x1f69fc:0x45a,_0x33654e:0x41f,_0x2a51a4:0x204,_0x301581:0x1d7,_0x2502b7:0x1fe,_0x276f8e:0x43d,_0x216ca8:0x427,_0x713f1f:0x1df,_0x28c732:0x1d8,_0x3f5e06:0x1bf,_0x54e093:0x480,_0x1c3cd:0x46a,_0x15ba7f:0x1e1,_0x3f1f0e:0x1b3,_0x31d57f:0x422,_0x20b1b7:0x436,_0xc114d:0x430,_0x22f35d:0x407,_0x5c8911:0x1ad,_0x4ebe98:0x195,_0x5d9498:0x1fb,_0x531b0c:0x1bc,_0x1f5fcc:0x1c2,_0x184aa7:0x481,_0x5c0335:0x469,_0x5982bc:0x46b,_0x552345:0x1e5,_0x165c3:0x1b7,_0x3df7aa:0x43f,_0x4ce9c5:0x44a,_0x32b954:0x45c,_0x59e3e8:0x191,_0x52a3a9:0x161,_0x1e5f9a:0x192,_0x1108cf:0x1c5,_0x3acc2a:0x1f0,_0x48785c:0x21a,_0x5ee938:0x1eb,_0x318a83:0x1ed,_0x55d567:0x1fe,_0x283703:0x1e9,_0x113fe:0x433,_0x551567:0x449,_0x490274:0x42f,_0x425fa6:0x420,_0x23e359:0x40c,_0x42b670:0x1aa,_0x168c44:0x1ce,_0x4356a2:0x432,_0x5a64de:0x42b,_0x4e65c2:0x3dd,_0xe16e03:0x40c},_0x6dc39f={_0x162f64:0x2},_0x459bc8={_0x4f5a11:0x27d},_0x13eda3={};_0x13eda3['aVJiG']=function(_0xcff98c,_0x19ded9){return _0xcff98c!==_0x19ded9;},_0x13eda3['eedpH']=_0x490f5b(_0x1ae7b3._0x291d3f,_0x1ae7b3._0x76bfc8,0x190,0x17c);function _0x526ef9(_0x4c8eae,_0x52fb2d,_0x116427,_0xfa26cc){return _0x3758(_0x116427-_0x459bc8._0x4f5a11,_0x52fb2d);}_0x13eda3['jvgqD']=_0x526ef9(0x45c,_0x1ae7b3._0x180031,_0x1ae7b3._0x1fe15d,_0x1ae7b3._0x46fa8a)+'=',_0x13eda3['AmtxS']='--password'+'=',_0x13eda3[_0x526ef9(_0x1ae7b3._0x466733,0x41f,0x420,0x3ef)]=_0x526ef9(0x46e,0x47e,_0x1ae7b3._0x1f69fc,0x47a),_0x13eda3[_0x526ef9(0x40f,0x435,0x436,0x41a)]=_0x526ef9(0x43e,_0x1ae7b3._0x1fe15d,_0x1ae7b3._0x33654e,0x41d);const _0x32d5f2=_0x13eda3;function _0x490f5b(_0x4569a2,_0x19cfd6,_0x48624f,_0x12ff9d){return _0x3758(_0x19cfd6-_0x6dc39f._0x162f64,_0x4569a2);}const _0x3bae5e={};_0x3bae5e[_0x490f5b(_0x1ae7b3._0x2a51a4,_0x1ae7b3._0x301581,0x1d3,_0x1ae7b3._0x2502b7)]=null,_0x3bae5e[_0x526ef9(_0x1ae7b3._0x276f8e,0x462,0x432,_0x1ae7b3._0x216ca8)]=null;const _0x33a33f=_0x3bae5e;for(const _0x1fc595 of _0x42734d){if(_0x32d5f2[_0x490f5b(_0x1ae7b3._0x713f1f,0x1b8,_0x1ae7b3._0x28c732,_0x1ae7b3._0x3f5e06)](_0x32d5f2[_0x526ef9(_0x1ae7b3._0x54e093,0x457,0x45c,_0x1ae7b3._0x1c3cd)],_0x32d5f2[_0x490f5b(0x1fc,_0x1ae7b3._0x15ba7f,0x1c6,_0x1ae7b3._0x3f1f0e)]))_0x161077['error'](_0x526ef9(_0x1ae7b3._0x31d57f,_0x1ae7b3._0x20b1b7,_0x1ae7b3._0xc114d,_0x1ae7b3._0x22f35d)+_0x490f5b(_0x1ae7b3._0x5c8911,_0x1ae7b3._0x4ebe98,0x171,0x1a8)+_0x559767['username']+(_0x490f5b(_0x1ae7b3._0x5d9498,0x1de,_0x1ae7b3._0x531b0c,_0x1ae7b3._0x1f5fcc)+'d.')),_0x40b5fe[_0x526ef9(_0x1ae7b3._0x184aa7,_0x1ae7b3._0x276f8e,0x451,_0x1ae7b3._0x5c0335)](-0xa5f+0x998+0xc8);else{if(_0x1fc595[_0x526ef9(_0x1ae7b3._0x1fe15d,0x48b,_0x1ae7b3._0x5982bc,0x49a)](_0x32d5f2[_0x490f5b(0x1d7,_0x1ae7b3._0x552345,_0x1ae7b3._0x165c3,0x1e9)]))_0x33a33f[_0x526ef9(_0x1ae7b3._0x3df7aa,_0x1ae7b3._0x4ce9c5,0x452,_0x1ae7b3._0x32b954)]=_0x1fc595[_0x490f5b(0x16e,_0x1ae7b3._0x59e3e8,_0x1ae7b3._0x52a3a9,_0x1ae7b3._0x1e5f9a)]('=')[0x7de+-0x2126+-0x1949*-0x1];else _0x1fc595[_0x490f5b(_0x1ae7b3._0x1108cf,_0x1ae7b3._0x3acc2a,_0x1ae7b3._0x48785c,_0x1ae7b3._0x5ee938)](_0x32d5f2[_0x490f5b(0x1bc,_0x1ae7b3._0x318a83,_0x1ae7b3._0x55d567,_0x1ae7b3._0x283703)])&&(_0x32d5f2[_0x526ef9(0x433,0x427,_0x1ae7b3._0x113fe,0x408)](_0x32d5f2[_0x526ef9(_0x1ae7b3._0x551567,_0x1ae7b3._0x490274,_0x1ae7b3._0x425fa6,_0x1ae7b3._0x23e359)],_0x32d5f2[_0x490f5b(_0x1ae7b3._0x42b670,0x1bb,_0x1ae7b3._0x168c44,0x197)])?_0x33a33f[_0x526ef9(0x427,0x424,_0x1ae7b3._0x4356a2,_0x1ae7b3._0x5a64de)]=_0x1fc595[_0x526ef9(_0x1ae7b3._0x4e65c2,_0x1ae7b3._0x4e65c2,0x40c,0x418)]('=')[-0x1b51+0x101e+0xb34]:_0x46fb60[_0x490f5b(0x202,0x1d7,0x1df,0x1d6)]=_0x18e0e7[_0x526ef9(0x430,0x3dd,_0x1ae7b3._0xe16e03,0x417)]('=')[-0x1aaf+-0x20f1*-0x1+-0x641*0x1]);}}return _0x33a33f;}export async function setPasswordCommand(_0xc3d8e5){const _0x36e123={_0x1ba0f1:0x2f,_0x3813c4:0x5e,_0x19f430:0x59,_0x2f8fb3:0x69,_0x550f56:0xd4,_0x4e75f8:0x28,_0x3f75b0:0x34,_0x533b88:0x61,_0x296d7f:0x68,_0x51bd08:0x8c,_0x555e9a:0x38,_0x559d17:0xa,_0x336ebf:0x1,_0x5b124f:0x67,_0x599779:0x3e,_0x364949:0xf0,_0x363b45:0xdc,_0x1592fc:0xcb,_0x43e79c:0x4c,_0x3c9982:0x68,_0x4d4d73:0x4,_0x54eb4a:0x14,_0xe41929:0x3,_0x1bcf63:0xe0,_0x59f1bb:0x2a,_0x197ea7:0x22,_0x2b9699:0x1,_0x7b620e:0x1d,_0x1b7bfe:0x8e,_0xa81344:0x29,_0xa11d9:0x4d,_0x5866ad:0x66,_0x55673e:0x40,_0x165d98:0x4f,_0x54abca:0xbf,_0x20c0f4:0xbb,_0x44af4b:0x26,_0x44d7ea:0x9,_0x5dab5b:0x53,_0x460b63:0x21,_0xba9cae:0x23,_0x4233d0:0x19,_0x324417:0xa1,_0x30c3b1:0x45,_0x2fa657:0x12,_0x19b534:0x43,_0x3b5d91:0x15,_0x4af0fe:0x1,_0xc28b7a:0x62,_0x7c5deb:0x6d,_0x3cf3a9:0x58,_0x476db6:0x39,_0x56e38b:0x64,_0x174ca4:0xac,_0x431243:0xa9,_0xc7db74:0xc9,_0xea35c1:0x9c,_0x2a311e:0xc7,_0x5ab727:0xc8,_0x36cb9e:0xcb,_0x1db219:0xa3,_0x78ffe4:0xbb,_0x2e48f9:0x3a,_0x48737d:0xb,_0x1c0661:0x44,_0x48afd0:0x88,_0x1ec08b:0xca,_0x2280b0:0x80,_0x142603:0xa1,_0x57d81a:0x8d,_0x4120da:0x9c,_0x2afbed:0xbc,_0x43fd32:0x66,_0x37ceac:0x39,_0x6c34b1:0x63,_0x30eb05:0x57,_0x461bbe:0x61,_0x1254fa:0x9e,_0xc65caf:0x97,_0x48a23f:0xb3,_0x5aff07:0x4c,_0x3ffc60:0x37,_0x167d3c:0xb5,_0x4537ff:0x3b,_0x7c6df7:0x42,_0x3a3d9a:0x48,_0xb724be:0x47,_0x4fd78b:0x1e,_0x35c73c:0xcb,_0x29a2a4:0xaf,_0x16f83a:0xb0,_0x13234c:0x6b,_0x46c160:0xb8,_0x4807b1:0xce,_0x2d0380:0xe0,_0x28f2aa:0xc4,_0xfaa08e:0xe1,_0x5768fd:0xbe,_0x29e0a6:0xc3,_0x48723a:0x63,_0x214d6b:0x71,_0x53d0a0:0x5c,_0x317f45:0x4a,_0x1faa7d:0x56,_0x475b80:0x9b,_0x2de988:0xa7},_0x295afb={_0x439dfd:0x56c,_0x3d108f:0x54a};function _0x45de5c(_0x2d770e,_0x4757b9,_0x16e8c4,_0x14dd0d){return _0x3758(_0x2d770e- -0x1f7,_0x14dd0d);}const _0x564606={'ZBvwI':function(_0x24c178){return _0x24c178();},'LWAbJ':_0x45de5c(-_0x36e123._0x1ba0f1,-_0x36e123._0x3813c4,-_0x36e123._0x19f430,-0x6)+'sword\x20must'+_0x45de5c(-0x3d,-0x3d,-_0x36e123._0x2f8fb3,-0x12)+_0x480c0e(-0xc1,-_0x36e123._0x550f56,-0xd6,-0xc2)+'cters','FLtRk':function(_0x3bda2d,_0x2f7d78){return _0x3bda2d(_0x2f7d78);},'NLOZY':function(_0x1dcdfc,_0x5e7dfa){return _0x1dcdfc!==_0x5e7dfa;},'SIdkb':'GtGTh','RQkgW':function(_0x4441d4,_0x46b96e,_0x3b8238){return _0x4441d4(_0x46b96e,_0x3b8238);},'pQKqN':_0x45de5c(-0x34,-_0x36e123._0x4e75f8,-0x4f,-_0x36e123._0x3f75b0)+_0x45de5c(-_0x36e123._0x533b88,-0x48,-0x80,-0x44),'LQMVj':function(_0x29076b,_0x3d9ceb){return _0x29076b!==_0x3d9ceb;},'LKBCQ':_0x480c0e(-0xa1,-_0x36e123._0x296d7f,-0xb8,-_0x36e123._0x51bd08),'eQkAi':_0x45de5c(-0x2f,-_0x36e123._0x555e9a,-_0x36e123._0x559d17,-_0x36e123._0x336ebf)+_0x45de5c(-_0x36e123._0x5b124f,-0x3d,-0x54,-0x55)+_0x45de5c(-0x48,-_0x36e123._0x599779,-0x26,-0x56),'CUIzI':function(_0x326a55,_0x5e2d8f){return _0x326a55===_0x5e2d8f;},'DkCBy':function(_0x5a4c83,_0x488b3c){return _0x5a4c83!==_0x488b3c;},'tGQnk':_0x480c0e(-0xee,-_0x36e123._0x364949,-0xd4,-_0x36e123._0x363b45),'SGEZl':_0x480c0e(-0xc1,-0xe3,-_0x36e123._0x1592fc,-0xde),'gUDFX':'Error:\x20Use'+_0x45de5c(-_0x36e123._0x43e79c,-_0x36e123._0x3c9982,-0x60,-0x1d)+'equired','fyVed':function(_0x244b9a,_0xa96df7){return _0x244b9a<_0xa96df7;},'YnAnj':function(_0x117ea5,_0x2c431b){return _0x117ea5!==_0x2c431b;},'orDuJ':_0x45de5c(-0x2d,_0x36e123._0x4d4d73,-_0x36e123._0x54eb4a,_0x36e123._0xe41929),'wchxt':function(_0x4b12b4,_0x4220d6,_0x4be37a){return _0x4b12b4(_0x4220d6,_0x4be37a);},'qgYBY':_0x480c0e(-0xe8,-_0x36e123._0x1bcf63,-0x9e,-0xc6)+_0x45de5c(-_0x36e123._0x59f1bb,-0x2,-0x48,-0x4d)+'rd'},_0x51723b=parseArgs(_0xc3d8e5);!_0x51723b[_0x45de5c(-_0x36e123._0x197ea7,-_0x36e123._0x3f75b0,0xe,-_0x36e123._0x2b9699)]&&(_0x51723b['username']=await prompt(_0x45de5c(-0x4a,-_0x36e123._0x7b620e,-0x51,-0x1b)));if(!_0x51723b[_0x480c0e(-0xe9,-0xd4,-0xb0,-0xbb)]){if(_0x564606['NLOZY'](_0x564606['SIdkb'],_0x564606[_0x480c0e(-0xb7,-0x84,-0xbd,-_0x36e123._0x1b7bfe)]))_0x564606[_0x45de5c(-_0x36e123._0xa81344,-0x30,0x5,-0x21)](_0x30716a);else{_0x51723b[_0x45de5c(-0x42,-0x1f,-_0x36e123._0xa11d9,-_0x36e123._0x5866ad)]=await prompt('New\x20Passwo'+'rd:\x20',!![]);const _0x290dc0=await _0x564606[_0x45de5c(-0x24,-_0x36e123._0x55673e,_0x36e123._0x4d4d73,-0x4d)](prompt,_0x564606[_0x45de5c(-_0x36e123._0x165d98,-0x6d,-0x4a,-0x7f)],!![]);_0x564606[_0x45de5c(-0xa,0x10,_0x36e123._0x559d17,-0x22)](_0x51723b[_0x480c0e(-0xbb,-_0x36e123._0x54abca,-_0x36e123._0x51bd08,-_0x36e123._0x20c0f4)],_0x290dc0)&&(_0x564606[_0x45de5c(-_0x36e123._0x559d17,_0x36e123._0x44af4b,-_0x36e123._0x4d4d73,-_0x36e123._0x44d7ea)](_0x564606[_0x45de5c(-0x46,-_0x36e123._0x5dab5b,-0x3f,-_0x36e123._0x460b63)],'VMUtE')?(console['error'](_0x564606['eQkAi']),process[_0x45de5c(-_0x36e123._0xba9cae,-0x19,-0x39,-_0x36e123._0x4233d0)](0xa*-0x1d3+-0x104e+0x5*0x6e9)):(_0x275366['error'](_0x564606[_0x480c0e(-0xa8,-0x97,-0xb8,-_0x36e123._0x324417)]),_0x5b861c[_0x45de5c(-0x23,-_0x36e123._0x30c3b1,-_0x36e123._0x2fa657,-0x20)](0x17*-0x16d+-0x25d6+0x46a2)));}}function _0x480c0e(_0x18a575,_0x4415b7,_0x1fc1f1,_0x4143d8){return _0x3758(_0x4143d8- -0x270,_0x1fc1f1);}(!_0x51723b['username']||_0x564606['CUIzI'](_0x51723b[_0x45de5c(-_0x36e123._0x197ea7,-_0x36e123._0x19b534,-_0x36e123._0x3b5d91,-_0x36e123._0x4233d0)]['trim'](),''))&&(_0x564606[_0x45de5c(-0x21,-_0x36e123._0x4af0fe,-0x26,-0x31)](_0x564606[_0x480c0e(-_0x36e123._0xc28b7a,-_0x36e123._0x7c5deb,-0xb4,-0x89)],_0x564606['SGEZl'])?(console[_0x45de5c(-_0x36e123._0x3cf3a9,-_0x36e123._0x476db6,-0x4b,-_0x36e123._0x56e38b)](_0x564606[_0x480c0e(-0xcb,-0xab,-_0x36e123._0x174ca4,-0xca)]),process[_0x480c0e(-_0x36e123._0x431243,-_0x36e123._0xc7db74,-0x96,-_0x36e123._0xea35c1)](-0x1154+0x1511+-0x2*0x1de)):(_0x1d854c['close'](),_0x564606[_0x480c0e(-0xf8,-_0x36e123._0x2a311e,-_0x36e123._0x5ab727,-_0x36e123._0x36cb9e)](_0x119647,_0x165a3d)));(!_0x51723b[_0x480c0e(-_0x36e123._0xea35c1,-0xe7,-_0x36e123._0x1db219,-_0x36e123._0x78ffe4)]||_0x564606[_0x45de5c(-_0x36e123._0x2e48f9,-0x64,-0x5a,-_0x36e123._0x48737d)](_0x51723b[_0x45de5c(-0x42,-0x12,-_0x36e123._0x1c0661,-0x5d)]['length'],-0x1841+-0xf*-0x1a5+0x31*-0x2))&&(console[_0x45de5c(-0x58,-0x49,-_0x36e123._0x48afd0,-0x5e)](_0x564606[_0x480c0e(-_0x36e123._0x1ec08b,-0xb5,-_0x36e123._0x2280b0,-_0x36e123._0x142603)]),process[_0x480c0e(-0x7f,-_0x36e123._0xc7db74,-_0x36e123._0x57d81a,-_0x36e123._0x4120da)](-0x11b*0x21+0x1436+0x1046*0x1));try{if(_0x564606[_0x480c0e(-0x9e,-0x90,-0xb3,-_0x36e123._0x2afbed)](_0x564606[_0x45de5c(-_0x36e123._0x43fd32,-_0x36e123._0x37ceac,-0x94,-0x6e)],_0x45de5c(-0x39,-0x50,-0x63,-_0x36e123._0x6c34b1))){const _0x4e3964=await _0x564606[_0x45de5c(-0x52,-_0x36e123._0x30eb05,-_0x36e123._0x461bbe,-0x36)](findUserByUsername,_0x51723b[_0x480c0e(-_0x36e123._0x1254fa,-_0x36e123._0xc65caf,-0xa4,-0x9b)]);!_0x4e3964&&(console['error'](_0x480c0e(-_0x36e123._0x54abca,-0xc8,-_0x36e123._0x48a23f,-0xbd)+'r\x20\x22'+_0x51723b[_0x45de5c(-_0x36e123._0x197ea7,-_0x36e123._0x5aff07,-0x1a,-_0x36e123._0x3ffc60)]+(_0x480c0e(-0x72,-_0x36e123._0x167d3c,-0x77,-0x94)+'d.')),process['exit'](0x1*-0x20c3+-0x12a4+0x3368)),await _0x564606[_0x45de5c(-0x4e,-0x20,-_0x36e123._0x4537ff,-0x39)](setUserPassword,_0x4e3964['id'],_0x51723b[_0x45de5c(-_0x36e123._0x7c6df7,-_0x36e123._0x3a3d9a,-_0x36e123._0xb724be,-0x20)]),console[_0x45de5c(-0x36,-0x33,-_0x36e123._0x4fd78b,-0x53)](''),console[_0x480c0e(-0xd6,-_0x36e123._0x35c73c,-0x81,-_0x36e123._0x29a2a4)]('✓\x20Password'+'\x20updated\x20s'+'uccessfull'+_0x480c0e(-0xa8,-_0x36e123._0xc65caf,-0xd8,-_0x36e123._0x16f83a)+'\x20\x22'+_0x51723b[_0x480c0e(-0x9e,-_0x36e123._0x13234c,-_0x36e123._0x174ca4,-0x9b)]+'\x22.');}else{const _0x53771a={};_0x53771a['input']=_0x243754[_0x480c0e(-_0x36e123._0x46c160,-_0x36e123._0x4807b1,-_0x36e123._0x2d0380,-_0x36e123._0x28f2aa)],_0x53771a[_0x480c0e(-0xdd,-0xc4,-_0x36e123._0xfaa08e,-_0x36e123._0x5768fd)]=_0x13a6ac['stdout'];const _0xed4353=_0x213a22[_0x480c0e(-0xc2,-0xc6,-0xb2,-_0x36e123._0x174ca4)+'rface'](_0x53771a);_0xed4353[_0x480c0e(-0xd3,-_0x36e123._0x29e0a6,-0xf0,-0xd3)](_0x28cc07,_0xfaeeaa=>{const _0x1ada79={_0x5186a4:0xf7};_0xed4353[_0x5c5023(_0x295afb._0x439dfd,0x54b,0x523,_0x295afb._0x3d108f)]();function _0x5c5023(_0x43bd61,_0x256e30,_0x39f5ac,_0x231b09){return _0x480c0e(_0x43bd61-0x1d0,_0x256e30-_0x1ada79._0x5186a4,_0x256e30,_0x231b09-0x5fb);}_0x564606['FLtRk'](_0x4600ec,_0xfaeeaa);});}}catch(_0x4dcddd){logger['error'](_0x564606[_0x45de5c(-0x47,-0x17,-0x28,-_0x36e123._0x48723a)],_0x4dcddd),console['error'](_0x480c0e(-0x72,-_0x36e123._0x214d6b,-0xbd,-0x95)+_0x45de5c(-_0x36e123._0x53d0a0,-_0x36e123._0x317f45,-0x7c,-_0x36e123._0x1faa7d)+_0x480c0e(-0xad,-_0x36e123._0x475b80,-_0x36e123._0x2de988,-0xa7)+'-\x20'+_0x4dcddd['message']),process['exit'](0x592*0x3+-0x2223+-0x61*-0x2e);}}
|
|
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();}
|