@profoundlogic/coderflow-server 0.7.5 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-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/shipped-skills/environment-templates/SKILL.md +152 -17
- 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.css +6 -0
- 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-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0xc1f67f,_0x341595){const _0x479063={_0x294acf:0x25e,_0x41135d:0x24b,_0x46023c:0x1f0,_0x4a72b0:0x1f4,_0x2a5aea:0x1f1,_0x5b0a11:0x191,_0x1a17b6:0x1e3,_0x1da9b2:0x1ac,_0x18f220:0x447,_0x1bcf2a:0x51b,_0x180ba7:0x4a0,_0x55dfa0:0x513,_0x2e9f23:0x4e7,_0x248344:0x24c,_0x5702ec:0x451,_0x23e428:0x4c8,_0x13d202:0x3f9,_0x2cca9a:0x404,_0x2edffa:0x3ab,_0x3da26a:0x441,_0x27bb5c:0x1d2,_0x3081cb:0x10a,_0x5885a4:0x1a2,_0x1926a0:0x508,_0x2a7228:0x48d,_0x6241f7:0x48b},_0x4e18f3={_0x14fe0f:0x370},_0x5b465f={_0x39097d:0x355};function _0x537dd0(_0x3d9ae9,_0x4b062d,_0x1007e1,_0x5e94ef){return _0x2971(_0x1007e1- -_0x5b465f._0x39097d,_0x4b062d);}function _0x4327fb(_0x111780,_0x5eaa9c,_0xe135c9,_0x115cdd){return _0x2971(_0x115cdd-_0x4e18f3._0x14fe0f,_0xe135c9);}const _0x54e4bc=_0xc1f67f();while(!![]){try{const _0x183592=parseInt(_0x537dd0(-0x292,-_0x479063._0x294acf,-_0x479063._0x41135d,-_0x479063._0x46023c))/(0x1a5+0x10ab+-0x124f)*(parseInt(_0x537dd0(-_0x479063._0x4a72b0,-_0x479063._0x2a5aea,-_0x479063._0x5b0a11,-_0x479063._0x1a17b6))/(-0x9df+-0xfa0*0x2+0x2921))+parseInt(_0x537dd0(-_0x479063._0x1da9b2,-0x1cc,-0x204,-0x185))/(0x2f2+-0x752*0x1+-0x1*-0x463)*(parseInt(_0x4327fb(0x4b9,0x4c2,_0x479063._0x18f220,0x44e))/(0x50*0x28+-0x1*0x88b+-0x3f1))+parseInt(_0x4327fb(_0x479063._0x1bcf2a,0x569,0x4f7,0x50e))/(-0x1*0x1f26+0x1a89+0x4a2)*(-parseInt(_0x4327fb(_0x479063._0x180ba7,_0x479063._0x55dfa0,0x523,_0x479063._0x2e9f23))/(0x92f*-0x4+-0x66a*0x1+0x2b2c))+-parseInt(_0x537dd0(-0x28e,-_0x479063._0x248344,-0x257,-0x200))/(-0x2026+-0x1ee4+0x3f11)+-parseInt(_0x4327fb(_0x479063._0x5702ec,0x49d,0x3d8,0x453))/(0x24a*-0x2+0x235+0x267)*(parseInt(_0x4327fb(0x4e9,_0x479063._0x23e428,0x545,0x4ee))/(0x1484+-0x20*-0xc1+-0x2c9b))+parseInt(_0x4327fb(_0x479063._0x13d202,_0x479063._0x2cca9a,_0x479063._0x2edffa,_0x479063._0x3da26a))/(0x2456*0x1+0xd75*0x1+-0x31c1)+parseInt(_0x537dd0(-_0x479063._0x27bb5c,-_0x479063._0x3081cb,-_0x479063._0x5885a4,-0x150))/(-0x2b*0xb+0x13f1+-0x120d)*(parseInt(_0x4327fb(_0x479063._0x1926a0,_0x479063._0x2a7228,_0x479063._0x6241f7,0x522))/(0x1041+-0x23ff+0x13ca));if(_0x183592===_0x341595)break;else _0x54e4bc['push'](_0x54e4bc['shift']());}catch(_0x41674b){_0x54e4bc['push'](_0x54e4bc['shift']());}}}(_0x554b,-0x3419*0x25+0x1bb*-0x6d1+0x19cdf8));import{spawn}from'child_process';import{promises as _0x3e8e47}from'fs';import _0x1a2973 from'path';import _0xccd3ae from'os';import _0x15c44e from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url);function _0x2971(_0x487498,_0x462729){_0x487498=_0x487498-(-0x2*-0xf55+0x839+0x7*-0x571);const _0x367551=_0x554b();let _0x155782=_0x367551[_0x487498];if(_0x2971['CPZTKy']===undefined){var _0x633c16=function(_0x535425){const _0x432a0d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x38d6aa='',_0x535b81='';for(let _0x219367=-0x1715*-0x1+-0x24a4+0xd8f,_0x46ebf6,_0x49a4d7,_0x1e0d4f=0x1943+-0x1b4d+0x9*0x3a;_0x49a4d7=_0x535425['charAt'](_0x1e0d4f++);~_0x49a4d7&&(_0x46ebf6=_0x219367%(0xd45+0x170e+-0x244f)?_0x46ebf6*(-0x361+0x1*0x12f7+-0xf56)+_0x49a4d7:_0x49a4d7,_0x219367++%(0x3*0xb61+0x26d8+-0x48f7*0x1))?_0x38d6aa+=String['fromCharCode'](0x1*0x169f+-0x3*0x506+-0x68e&_0x46ebf6>>(-(0x1298+0xc80+-0xad*0x2e)*_0x219367&0x21ce+-0xa84+-0x1744)):-0x1*0x1780+-0x3*0x9a3+0x3469){_0x49a4d7=_0x432a0d['indexOf'](_0x49a4d7);}for(let _0x19dc86=-0x1987+-0x14a0+0x8b*0x55,_0xa79ffe=_0x38d6aa['length'];_0x19dc86<_0xa79ffe;_0x19dc86++){_0x535b81+='%'+('00'+_0x38d6aa['charCodeAt'](_0x19dc86)['toString'](-0x707*-0x2+-0x126b+0x46d))['slice'](-(0x1*-0x1ba4+-0x915+0x1*0x24bb));}return decodeURIComponent(_0x535b81);};_0x2971['CbyKlt']=_0x633c16,_0x2971['cqAazC']={},_0x2971['CPZTKy']=!![];}const _0x40ad30=_0x367551[0x797*0x3+-0x2621+-0x2*-0x7ae],_0x569b7c=_0x487498+_0x40ad30,_0x15902a=_0x2971['cqAazC'][_0x569b7c];return!_0x15902a?(_0x155782=_0x2971['CbyKlt'](_0x155782),_0x2971['cqAazC'][_0x569b7c]=_0x155782):_0x155782=_0x15902a,_0x155782;}function _0x4b3177(_0x3cf68e,_0x454c4e,_0x5a158b,_0x1d246f){const _0x37d60d={_0x7f2778:0x331};return _0x2971(_0x1d246f- -_0x37d60d._0x7f2778,_0x5a158b);}const __dirname=_0x1a2973['dirname'](__filename),PID_FILE=_0x1a2973[_0x4b3177(-0x232,-0x20c,-0x216,-0x232)](_0xccd3ae[_0x1e5290(0x4b,0x43,0x6e,-0x10)](),_0x4b3177(-0x1cf,-0x258,-0x1f9,-0x20a),_0x1e5290(0x12,-0x29,-0xb5,-0xc5)),LOG_FILE=_0x1a2973[_0x4b3177(-0x1c2,-0x2b0,-0x235,-0x232)](_0xccd3ae[_0x4b3177(-0x152,-0x100,-0x1be,-0x171)](),_0x1e5290(-0x16,-0x56,-0x62,-0x50),_0x4b3177(-0x1f4,-0x267,-0x1f2,-0x249));function _0x554b(){const _0x4a044d=['zwzkCgu','Dha6lY9SB2nHBa','ig5VDcbZDg9Wia','DxaGCgf0AcbPCW','rwT5q08','ywH3zfm','t3iGDxnLoG','B2rLCKzSB3CGuW','q09ervjFu0vsvG','zsbMB3vUza','CIbZDgf0Dxm','mtG2nfzhvffKyq','rerkAwe','icbtDgfSzsbqsq','DvjOuLG','ig5VDcbHigrPCG','nZi1nJHyrNLqBKy','y29UzMLNDxjLza','vxnLicjJB2rLCG','ve10zhC','AxneAxjLy3rVCG','C2vYDMvYlMXVzW','Dw5ZAgLMDa','Bwfhrvi','y3fTEu8','AuvKze4','vfjvu1rFufjpwa','icaGigrHzw1VBG','tujLEfO','t3DIsfO','ywXYzwfKEsbYDq','zsaOueLeoIa','u3rHCNqGDgHLia','u1bovNO','C3bSAxq','ALPuuNi','Bg9N','yLPxrLG','BMLUzYaOzM9Yzq','D2LUzYbSB2DZia','DvDzDxu','ExbSt0u','BM90ihjLC3bVBG','ndyWoda2nurxyMnMyq','AM9PBG','qxjgve0','rxjYB3iGCMvHza','rxjYB3iGC3rVCa','zxHPDa','D3jPDgu','CL9Zzxr1Cf9Wyq','yM1bEuy','CgLUzYbZzxj2zq','BwLUywWGD2HLCG','icbmB2DZoIa','odLfsfnODxC','Au5Wu3a','BM5PBMCGkfbjra','y0Lit1i','zw56DgK','tfztsxe','DLvYyuK','u3rVCcbPDcb3Aq','suzRs1y','z3jVDw5Kkq','u0Lhs0Lmta','C09dzwO','wu5Xz3u','DNfqs2S','uvjeExy','zxjYB3i','u2XXwMy','BMLUzYaOzgfLBq','rKzhqKi','lxnLCNzLCIbSBW','EuDyCNC','zYbZzxqGy29Kzq','C3rHCNrZv2L0Aa','zgf0yq','C3rKB3v0','wK5Wt3i','tNDkANC','y29KzxiTC2v0Dq','t3LqDwi','lMnVzgvY','C2v0DxbqyxrO','ihj1BM5PBMC','Cg10y3m','DgLIENC','C3rHDa','zw9zBum','yxveuM8','wNDhv2u','wM16uu8','vLDjshy','CgLK','z3jHy2vMDwXSEq','DNHqCuK','seflueq','BwvZC2fNzq','C2vYDMLJzq','uNP0yNa','CJOG','BuTUuM0','vMDYzhK','DgfYDgvKlG','DgG6icaOBM90ia','rwXiy3m','DgHLihnLCNzLCG','zcbTB2rLlG','qxnNCey','zxj2zxiGD2L0Aa','rNnMy2K','wMntwui','vgTntNC','CM1irg4','sw5mufe','u2r0zeu','Dw5RBM93BG','zwqGEwv0ig9Yia','y2rQrNy','wwvvAhC','se5HyNy','icaGicdINjCGtM90','sgr5q0u','EufoBuy','mJe3og5fy3bYEq','u2vYDMvYigLZia','whzdDuu','C2vYDMvYlNbPza','ywnmuw4','ywXSB2m','vgP0wKW','z1nRweS','BvDlCwW','zw52','icbqB3j0oIaGia','rdOGica','ue9sva','z3mIihrVihzPzq','CMvHza','C2vYDMvYihDPDa','icaGicdINjmGuNvU','ls10ywLSpq','Ag9ZDdO','zengsu8','z2XvCKi','D3jPDgvgAwXL','BwnmC2e','shroENy','icaGica','CNvUBMLUzW','4PYtifnLCNzLCIbZ','vejRCfK','rMntyvu','BM9Kzq','CM91BMqGBw9Kzq','shzmB3y','y0DyvgW','Aw5NigXVz3m6ia','zu5ryuC','y2Tyuxm','tePVuMi','ywXOB3n0oG','mta2otHszMvczvG','vuDrD0u','B3aIihrVihn0BW','qxHIuK0','Dg8Vy29KzxiTCW','wvvLwKW','icbvuKW6icbODa','nJu3sffvD1nT','Ahr0CdOVl2XVyW','qvrlrMW','Dw5SAw5R','zxmGBM90igv4Aq','rffqCMK','Cg9YDa','DgLTzw91Da','q09ervjFu0vuvq','zwn0B3j5oIa','zMPrr1u','sNHZreG','C3q6ia','shH0ruG','A25oA08','D3bxEeu','CNzLCIbZDgfYDa','rxjYB3i6ifnLDa','C2vYDMvYvxjS','u3rHCNrPBMCGCW','zcbPBIbMB3jLzW','DgG6ia','BwTKAxi','zxj2zxiUlI4','Dg9WCgvK','A0fVA3q','Dw5Yzwy','CMvZCg9UzgLUzW','CcbWyxrOignVBG','BgvUz3rO','D2HbuMe','t1beD0e','mtvny1vbqKG','rMvkzvm','wgfbBNa','q1Doyui','ls1PBNnWzwn0','u3rVCcb0AguGCW','CNvUBMLUzYbPBG','thDZthO','icaGicdIMQaGu3rH','icbtDgf0Dxm6ia','AhPTtNm','ken0CMWRqYb0BW','tM8GBg9NigzPBa','ugzMCMq','z2v0','zgLYBMfTzq','u0Lhvevstq','CgfYC2u','D2fZihn0yxj0zq','vK9brue','nZeYnJyZmNPAugrREG','mtfrwwjAueq','D2zpy0y','D2r3C3m','AffNvKm','BY9JB2rLCI1Zzq','Dg9tDhjPBMC','yw5Kihn0yxj0ia','DxrMltG','EeLmtNa','Cuvwwu4','A2LSBa','r0rTqxO','z2rXAg0','Ag9TzwrPCG','y2f0y2G','C3vIC3rYAw5N','Bxjny2y','mtq5ntH6AfvZtu0','icbqsuq6icaGia','icbnB2rLoIaGia','vNrrteG','DezpBue','DhjPBq','u2vYDMvYig1HEq','yuHwBMW','CNzLCIbZDg9W','CMvHzezPBgu','lxnLCNzLCIbZDa','ic0TC2v0DxaTCa','Cg96y0y','ig5VDcbOyxzLia','rvjFsu5tuevdva','vhvbwxO','AhvsDLu','tu5iwLq','u2vYDMvYifn0yq','AxzRqwS','ANzRq1O','q011AKO','y2j2AvK','ru5pru5u','ihn0B3aPic0Tlq','zLvLCNC','CNfmAKi','tM1LDKe','ugv2zfi','CMvJDxjZAxzL','icbJB2rLCI1Zzq','tKvXD00','DhvW','zw5K','C2XPy2u','y1zXvuK','B3bLBG','cI0TlsbgB2XSBW','icbvuKW6icaGia','vvjmoIa','wvvrBvq','DhvZoG','q1r5q0i','AvDNq1C','yMvLBIbZDgfYDa','icbtzxr1Ccbqyq','wMv0DK0','u2vYDMvYigrPza','u3rVChbPBMCGCW','ls1MB2XSB3C','Ccb0AguGC2vYDG','zgvZDhjVEq','DxaGCgf0AcbKBW','ks4UlG','DgGGq3rYBcTdia','q29UzMLNDxjLia','u0jdALe','zxj2zxiGkfbjra','q29KzxjgBg93ia','vffMr3G','DgfYDgvKigLUia','AKXVsKW','wLLwwLa','vgTUteq','yxrOps9WyxrOlW','C2L6zq','igzVCMvNCM91BG','zsbPDcb3yxmGCW','sxfitKu','ihDPDgG6','AwDUB3jL','z2LxCNu','mtuYnJe4mgjyruvira','zxr1Ca'];_0x554b=function(){return _0x4a044d;};return _0x554b();}export async function isServerRunning(){const _0xa03652={_0xb12d08:0x218,_0x572811:0x23f,_0x1b7828:0x242,_0x5b9b64:0x1cb,_0x4ff070:0x339,_0x43d2eb:0x2a3,_0x6bf68a:0x2e9,_0x4c3b26:0x8a,_0x56d333:0x25b,_0x57843e:0x1bc,_0x475ad7:0x15c,_0x554b82:0x18c,_0x49d2dd:0x229,_0x52c3d8:0xea,_0x5d50f8:0x133,_0x4d2500:0x10a,_0x565932:0x1b4,_0x49d9db:0x207,_0x2b912e:0x1f7,_0x12cf37:0x247,_0x177d8a:0x29d,_0x1fe63c:0x1f8,_0x4d9765:0x1a7,_0x2c4b31:0x129,_0x562a9e:0xcb,_0x38a74b:0x11a,_0x3a091b:0x185,_0x22df91:0x15b,_0x82af9:0x224,_0x54dae7:0x1a7,_0x57a76b:0x133,_0x3e643d:0xd7,_0x1ffd75:0x2aa,_0x4ce7a0:0x262,_0xb27b6c:0x1c8,_0x21b560:0x1fb,_0x2bf779:0x177,_0x2b1fdc:0x266,_0x869c9f:0x1b7,_0x2f132d:0x219,_0x6f0be5:0x147,_0x3164b7:0xf0,_0x26635e:0x188,_0x6790c6:0x13a,_0x3a91ed:0x22f,_0x22b95c:0x19b},_0x5e3072={_0x295353:0x1b8,_0x4fffe5:0x93},_0x37e62d={_0x3688ee:0x151,_0xfed06a:0x175,_0x3f158c:0x3c},_0x3ab97a={'QlaJr':'Server\x20is\x20'+_0x25fc9d(-_0xa03652._0xb12d08,-_0xa03652._0x572811,-_0xa03652._0x1b7828,-_0xa03652._0x5b9b64)+'\x20foregroun'+_0x25fc9d(-_0xa03652._0x4ff070,-_0xa03652._0x43d2eb,-0x2a6,-_0xa03652._0x6bf68a),'Vgrdy':'Stop\x20it\x20wi'+_0x149627(-0xa7,-0xf8,-_0xa03652._0x4c3b26,-0x187)+'in\x20the\x20ter'+_0x149627(-0x26f,-0x1ea,-0x151,-_0xa03652._0x56d333)+_0x149627(-0x1aa,-0x226,-0x25a,-_0xa03652._0x57843e)+_0x149627(-_0xa03652._0x475ad7,-0x1b6,-0x218,-_0xa03652._0x554b82),'uWYuu':_0x25fc9d(-0x1f4,-_0xa03652._0x49d2dd,-0x1d4,-0x2ab),'cGXTl':function(_0x1d5d4d,_0x516bc1,_0x2720c2){return _0x1d5d4d(_0x516bc1,_0x2720c2);},'FcSaU':_0x149627(-_0xa03652._0x52c3d8,-_0xa03652._0x5d50f8,-_0xa03652._0x4d2500,-0x137)};function _0x149627(_0x350190,_0x576dba,_0x193dc6,_0x352f19){return _0x1e5290(_0x350190-_0x37e62d._0x3688ee,_0x576dba- -_0x37e62d._0xfed06a,_0x193dc6,_0x352f19-_0x37e62d._0x3f158c);}function _0x25fc9d(_0x2710d1,_0x5814d3,_0xd6983c,_0x587c7a){return _0x1e5290(_0x2710d1-_0x5e3072._0x295353,_0x5814d3- -0x266,_0x2710d1,_0x587c7a-_0x5e3072._0x4fffe5);}try{const _0x3f9c07=await _0x3e8e47[_0x25fc9d(-0x237,-0x216,-_0xa03652._0x565932,-0x17b)](PID_FILE,_0x3ab97a[_0x149627(-_0xa03652._0x49d9db,-_0xa03652._0x2b912e,-0x210,-_0xa03652._0x12cf37)]),_0x5450d1=_0x3ab97a[_0x25fc9d(-_0xa03652._0x177d8a,-0x272,-_0xa03652._0x1fe63c,-0x24c)](parseInt,_0x3f9c07[_0x149627(-_0xa03652._0x4d9765,-_0xa03652._0x2c4b31,-_0xa03652._0x562a9e,-0x15a)](),-0x87b+0xb5*0x20+-0x17*0x9d);try{if(_0x3ab97a[_0x149627(-_0xa03652._0x38a74b,-_0xa03652._0x3a091b,-_0xa03652._0x22df91,-0x108)]===_0x25fc9d(-0x18c,-_0xa03652._0x82af9,-0x26f,-_0xa03652._0x54dae7)){process[_0x149627(-_0xa03652._0x57a76b,-0x135,-_0xa03652._0x3e643d,-0x1cb)](_0x5450d1,0x135d+0xc5b+-0x1fb8);const _0x25602b={};return _0x25602b['running']=!![],_0x25602b[_0x25fc9d(-_0xa03652._0x1ffd75,-0x2b1,-_0xa03652._0x4ce7a0,-0x272)]=_0x5450d1,_0x25602b;}else _0x46539f[_0x149627(-_0xa03652._0xb27b6c,-_0xa03652._0x21b560,-0x230,-_0xa03652._0x2bf779)](_0x3ab97a['QlaJr']),_0x63edaa[_0x25fc9d(-0x2af,-0x2ec,-0x297,-_0xa03652._0x2b1fdc)](_0x3ab97a[_0x149627(-0x165,-_0xa03652._0x869c9f,-_0xa03652._0x2f132d,-_0xa03652._0x6f0be5)]);}catch{await _0x3e8e47[_0x25fc9d(-0x24b,-_0xa03652._0x4ce7a0,-0x29d,-0x1f6)](PID_FILE)['catch'](()=>{});const _0x27fae0={};return _0x27fae0[_0x149627(-_0xa03652._0x3164b7,-_0xa03652._0x26635e,-0x1d7,-_0xa03652._0x6790c6)]=![],_0x27fae0[_0x25fc9d(-_0xa03652._0x3a91ed,-0x2b1,-0x222,-0x348)]=null,_0x27fae0;}}catch{const _0x5b51fe={};return _0x5b51fe['running']=![],_0x5b51fe[_0x149627(-0x15d,-0x1c0,-0x245,-_0xa03652._0x22b95c)]=null,_0x5b51fe;}}async function getServerConfig(){const _0xcbcd19={_0x5916b7:0x316,_0x703589:0x2a7,_0x110526:0x2bb,_0x45268e:0x24c,_0x1889e4:0x1cb,_0x6566bd:0x1ad,_0x3e5fe3:0x1ac,_0x210708:0x2c0,_0xa7867c:0x2c2,_0x11b853:0x322},_0x2d42e3={_0x3171bf:0x93,_0x499db9:0x1ed,_0x1c9616:0x57},_0x15eb18={_0x5ea939:0x2b9,_0x34a679:0x1cc},_0x15049f={'cbviY':function(_0x2483f6){return _0x2483f6();}},_0x23d4a2=await getCoderSetupPath(),_0x4572ae=await _0x15049f[_0xa023a7(_0xcbcd19._0x5916b7,0x321,_0xcbcd19._0x703589,0x392)](getServerPort);function _0xa023a7(_0x55a231,_0x245205,_0x27a233,_0x418d51){return _0x1e5290(_0x55a231-0x7c,_0x55a231-_0x15eb18._0x5ea939,_0x27a233,_0x418d51-_0x15eb18._0x34a679);}const _0x1fb246=_0xa023a7(_0xcbcd19._0x110526,0x2d5,0x30f,_0xcbcd19._0x45268e)+'alhost:'+_0x4572ae,_0x3af7ae={};_0x3af7ae[_0x596996(_0xcbcd19._0x1889e4,_0xcbcd19._0x6566bd,_0xcbcd19._0x3e5fe3,0x198)]=_0x23d4a2;function _0x596996(_0x115578,_0x3172b1,_0x46d4d0,_0x5f2dfc){return _0x1e5290(_0x115578-_0x2d42e3._0x3171bf,_0x5f2dfc-_0x2d42e3._0x499db9,_0x115578,_0x5f2dfc-_0x2d42e3._0x1c9616);}return _0x3af7ae[_0xa023a7(_0xcbcd19._0x210708,0x27d,_0xcbcd19._0xa7867c,0x32c)]=_0x4572ae,_0x3af7ae[_0xa023a7(0x2cc,_0xcbcd19._0x11b853,0x332,0x356)]=_0x1fb246,_0x3af7ae;}function _0x1e5290(_0x10233d,_0x481a7a,_0x2703e8,_0x2efa3d){const _0x4e2af0={_0x388c17:0x17d};return _0x2971(_0x481a7a- -_0x4e2af0._0x388c17,_0x2703e8);}export async function startDaemon(_0x6e8dca){const _0x1cd27b={_0x3a0be7:0x1bf,_0x94370c:0xfe,_0x2692f0:0x118,_0x333b73:0x89,_0x33b42e:0x9f,_0x1683f3:0x16f,_0x1830dd:0x151,_0x2dadc5:0x15b,_0x1494aa:0x199,_0x18a6ce:0x22f,_0x1f84e5:0x1bb,_0x1d6005:0xa6,_0x1efb81:0x19e,_0x5593f8:0x1a7,_0x3bbaf2:0x1d8,_0x61d8c9:0x1e3,_0xbed8a9:0x149,_0x3be74d:0xe7,_0x51e7e4:0x10d,_0x1c9eca:0x9b,_0x4be04a:0x114,_0x7257b8:0x167,_0x5ec898:0x160,_0x21c63c:0x229,_0x810d9e:0x1a8,_0x397c2e:0x17f,_0x5b770c:0x1de,_0x3e93c5:0x179,_0x2af2ba:0x25c,_0x46a27f:0x22f,_0x320508:0x281,_0xc0ca6c:0x140,_0x2680fe:0x17a,_0x3d9e6f:0x18e,_0xfa0482:0xba,_0x437ef9:0x104,_0x198887:0x177,_0x13eadf:0x226,_0x226dbe:0x18d,_0x39553f:0x181,_0x1eab06:0x10b,_0x566f36:0x204,_0x38e88b:0xf3,_0x264fdc:0x14e,_0x2b1d42:0x175,_0x510e8a:0x11a,_0x112e68:0x14e,_0x3616c7:0xe0,_0x4d96e3:0x1c8,_0x2b677e:0x13a,_0xd622ca:0x10a,_0x230072:0x1c8,_0x4530d7:0x1c3,_0x37edf8:0x202,_0x2c0a29:0x1b9,_0x970c71:0xba,_0x17e808:0x14d,_0x1b376a:0x18f,_0x1080d9:0x145,_0x344c25:0x1ae,_0x4c61c6:0x1e6,_0x46b754:0x2bb,_0x44ca96:0x28a,_0x391f1c:0x168,_0x51b2eb:0x1aa,_0x45cdd0:0x1b7,_0x42c0ce:0x22d,_0x3d02ee:0x138,_0x508e95:0x182,_0x1932d5:0x1ab,_0x2bac32:0x175,_0x3576d8:0x217,_0x421295:0x1f6,_0x4e12f7:0x1fc,_0x448e6e:0x156,_0x67e312:0x125,_0x1d9897:0x24c,_0x38ffad:0x1ec,_0x48953c:0xaa,_0x3c685b:0xd5,_0x5d7d55:0x1c0,_0x5afd84:0x1dd,_0x9a71fc:0x20a,_0x2eac24:0x1a9,_0x20b475:0x1dc,_0x594a2d:0x241,_0x7e59fb:0x1bc,_0x5d631a:0x1ff,_0x2b66e3:0x1ea,_0x5795f4:0x211,_0xd56223:0x161,_0x1b774d:0x198,_0x42d963:0x113,_0x110c6c:0x1a1,_0x10f066:0x23f,_0x4308a1:0x256,_0x516598:0x250,_0x29bc85:0x17f,_0x3f6065:0xf4,_0x52719a:0x1c1,_0x48b1e4:0x1ef,_0x3e5aae:0x1d9,_0x559cd1:0x1c4,_0xc87642:0x147,_0x6c8d26:0xbb,_0x4638b9:0x128,_0x16bfe6:0x287,_0x67df57:0x1ef,_0x48ef7c:0x1af,_0x4966b3:0x1ef,_0x5091c8:0x17b,_0x2693b0:0x268,_0xbdd828:0x17b,_0x593cdb:0x182,_0x1eb2de:0x1aa,_0x28a683:0x183,_0x4ed4e0:0x1d1,_0x3c7b8c:0x1e5,_0x420fdc:0x247,_0x2e1ba0:0x24f,_0x185097:0x1ca,_0x18641e:0x111,_0x13136a:0x28e,_0x57dca3:0x1ef,_0x5c3878:0x213,_0x5f54a4:0x1fa,_0x153e56:0x201,_0x56112d:0x1b7,_0x5e0bdf:0x1e0,_0x3b0aae:0x1f5,_0x48a104:0x179,_0x31940d:0x1cf,_0x193cab:0x15f,_0x9c10c1:0xeb,_0x432cc5:0x1be,_0x4a66dc:0x186,_0x41282a:0x161,_0x17e673:0x179,_0x462b72:0x205,_0x175c26:0x1e4,_0x73380c:0x154,_0x4add72:0x1af,_0x19b482:0x17a,_0x339659:0x297,_0x13b835:0x2a6,_0x317082:0x197,_0x347ac8:0x232,_0x55a665:0x171,_0xd80370:0x1ec,_0xfee516:0x191,_0x3e4ea8:0x1ae,_0xf69fd2:0x120,_0x68da19:0xf9,_0x2318e3:0x254,_0x41093d:0x211,_0x13f57b:0x176,_0x53a34f:0x1d8,_0x34e031:0x1af,_0x46dbb5:0x252,_0x2a036a:0x220,_0x2af5ee:0xe2,_0x3b9707:0xb1,_0xa0b930:0x11d,_0x2920c0:0x18b,_0x490aeb:0x1d5,_0x58ce01:0x193,_0x915841:0x21b,_0x55c592:0x18e,_0x3e7dcd:0xf1,_0x2e4ca6:0x1ed,_0x374dd1:0x169,_0x3458b9:0x1cd,_0x16e404:0x208,_0x1edff2:0x136,_0x3b1d10:0x19c,_0x19702d:0x1d6,_0x2449e3:0x125,_0x268277:0xff,_0x28a212:0x185,_0x56fd11:0x172,_0x266a3c:0x207,_0x3047c3:0x139,_0x5c4d25:0x115,_0x31dfb4:0x1b1,_0x35f647:0x130,_0x49f03b:0xc7,_0x3d3662:0x102,_0x19c19a:0xb2,_0x278d9d:0xfb,_0x1343d3:0x1e2,_0x9ffa43:0x192,_0x206470:0x1a0,_0x238cb3:0x184,_0x2ce8c2:0x127,_0x1ada44:0xc2,_0x4ede14:0x1b8,_0xac59c4:0xb3,_0x23a264:0x11b,_0x3698c5:0x1bf,_0x375c88:0x19d,_0x4ec8cc:0x108,_0x2137ad:0xfc,_0x93a3c:0x1c5,_0x231fee:0x1b0,_0x6eb021:0x1f1,_0xcefd0:0x1b1,_0x41d293:0x29a,_0x415578:0x211,_0x457e1d:0x18b,_0xa2f0ed:0x1fc,_0x4c0b3e:0x1a4,_0xc388a:0x238,_0x51239f:0x23e,_0x1b5e89:0x151,_0x504b13:0x167,_0x45f70c:0x286,_0x3474da:0x215,_0x58f36f:0x1ec,_0x260762:0x219,_0x486920:0x12f,_0x5a84ee:0x150},_0x29515e={_0x420ce4:0x120},_0x4c7387={_0x5e51bb:0x4e},_0x534875={'bmAyF':_0x435b18(-0x18e,-_0x1cd27b._0x3a0be7,-0x1d6,-0x19c),'JxsDH':_0x5baa4d(-0x84,-0x18a,-0xf1,-0x119)+_0x435b18(-0x14e,-0x137,-0xce,-0xd5)+_0x435b18(-_0x1cd27b._0x94370c,-_0x1cd27b._0x2692f0,-_0x1cd27b._0x333b73,-_0x1cd27b._0x33b42e)+_0x435b18(-0x1ac,-0x1be,-_0x1cd27b._0x1683f3,-0x1bb)+'was\x20starte'+_0x5baa4d(-0x1b1,-0x18a,-0xb8,-_0x1cd27b._0x1830dd)+_0x435b18(-_0x1cd27b._0x2dadc5,-_0x1cd27b._0x1494aa,-0x209,-0x12b),'ZcSYB':function(_0x55a36a,_0x14c15f){return _0x55a36a!==_0x14c15f;},'CMujJ':'eRFXN','mKnRm':_0x435b18(-0x1a4,-0x1f2,-_0x1cd27b._0x18a6ce,-0x26c),'ckXQs':function(_0x41e338){return _0x41e338();},'TkMNw':function(_0x2adc17){return _0x2adc17();},'eYUKy':function(_0x1fb7bf,_0x36b1f0){return _0x1fb7bf(_0x36b1f0);},'TjtZL':function(_0x20fc30){return _0x20fc30();},'YeUhw':function(_0x2affb4,_0x548465){return _0x2affb4===_0x548465;},'yplOE':_0x5baa4d(-0x17e,-_0x1cd27b._0x1f84e5,-_0x1cd27b._0x1d6005,-0x132),'cdjFv':_0x5baa4d(-_0x1cd27b._0x1efb81,-_0x1cd27b._0x5593f8,-0x1f4,-_0x1cd27b._0x3bbaf2),'InLPQ':'Error:\x20No\x20'+_0x435b18(-0x154,-_0x1cd27b._0x61d8c9,-0x229,-0x212)+_0x5baa4d(-0x1a8,-0x1de,-0x1c7,-_0x1cd27b._0xbed8a9)+'figured','uuYzG':_0x435b18(-_0x1cd27b._0x3be74d,-_0x1cd27b._0x51e7e4,-_0x1cd27b._0x1c9eca,-_0x1cd27b._0x4be04a)+'with:','xILNp':_0x435b18(-_0x1cd27b._0x7257b8,-0x126,-_0x1cd27b._0x5ec898,-0xff)+'rver\x20confi'+_0x435b18(-_0x1cd27b._0x21c63c,-0x1e9,-0x160,-0x1d5)+_0x5baa4d(-_0x1cd27b._0x810d9e,-_0x1cd27b._0x397c2e,-0x222,-_0x1cd27b._0x5b770c)+'th\x20/path/t'+_0x5baa4d(-0xcf,-0xf0,-0x14c,-0x12c)+_0x435b18(-0x117,-0x124,-0x193,-_0x1cd27b._0x3e93c5),'SlqZf':_0x435b18(-_0x1cd27b._0x2af2ba,-_0x1cd27b._0x46a27f,-0x2cb,-_0x1cd27b._0x320508),'IFkKV':'\x20\x20coder-se'+_0x435b18(-_0x1cd27b._0xc0ca6c,-_0x1cd27b._0x2680fe,-_0x1cd27b._0x61d8c9,-_0x1cd27b._0x3d9e6f)+_0x435b18(-0x1b6,-0x139,-0xf1,-0x13e)+_0x435b18(-_0x1cd27b._0xfa0482,-_0x1cd27b._0x437ef9,-0x120,-_0x1cd27b._0x198887)+_0x435b18(-_0x1cd27b._0x13eadf,-_0x1cd27b._0x226dbe,-_0x1cd27b._0x39553f,-0x18c)+_0x435b18(-0x1e9,-0x236,-0x2c5,-0x1a8),'wfOcF':'start.js','FeJeS':'true','ahwdS':function(_0x59eaa5,_0x224318){return _0x59eaa5===_0x224318;},'NEqwM':'rEHsF','iTnte':_0x5baa4d(-0xb7,-0x152,-_0x1cd27b._0x1eab06,-0x141),'OyPub':function(_0x1837fa,_0x3e4328,_0x2d77f9,_0x7ac26f){return _0x1837fa(_0x3e4328,_0x2d77f9,_0x7ac26f);},'hQgVC':_0x5baa4d(-_0x1cd27b._0x566f36,-_0x1cd27b._0x38e88b,-_0x1cd27b._0x264fdc,-_0x1cd27b._0x2b1d42),'CjEua':_0x5baa4d(-0x1a5,-0x2a5,-0x204,-0x214),'tFOmA':_0x435b18(-_0x1cd27b._0x510e8a,-_0x1cd27b._0x112e68,-_0x1cd27b._0x3616c7,-0xc0),'Fsfci':'Use\x20\x22coder'+_0x435b18(-_0x1cd27b._0x4d96e3,-_0x1cd27b._0x2b677e,-0x126,-_0x1cd27b._0xd622ca)+'atus\x22\x20to\x20c'+'heck\x20serve'+_0x5baa4d(-0x21f,-_0x1cd27b._0x230072,-0x261,-0x206),'FFGBB':_0x5baa4d(-_0x1cd27b._0x4530d7,-_0x1cd27b._0x37edf8,-_0x1cd27b._0x2c0a29,-0x1fe)+_0x435b18(-0x15b,-_0x1cd27b._0x2b677e,-_0x1cd27b._0x970c71,-0x149)+_0x435b18(-_0x1cd27b._0x17e808,-_0x1cd27b._0x1b376a,-0x15f,-0xfc)+_0x435b18(-0x9e,-0x112,-_0x1cd27b._0x1080d9,-_0x1cd27b._0x344c25)+'er','whARa':_0x435b18(-_0x1cd27b._0x4c61c6,-0x223,-_0x1cd27b._0x46b754,-_0x1cd27b._0x44ca96)+_0x435b18(-0x237,-0x1eb,-0x1bf,-_0x1cd27b._0x391f1c)+_0x435b18(-0x1b4,-_0x1cd27b._0x51b2eb,-_0x1cd27b._0x45cdd0,-0x160)+'w\x20logs'},{running:_0x27118f,pid:_0x3ddbc8}=await isServerRunning();if(_0x27118f){if(_0x534875[_0x435b18(-0x242,-0x1c4,-_0x1cd27b._0x42c0ce,-0x22b)](_0x534875[_0x435b18(-0x1c2,-0x12f,-_0x1cd27b._0x3d02ee,-0xbb)],_0x534875[_0x5baa4d(-_0x1cd27b._0x508e95,-0x1f7,-_0x1cd27b._0x1932d5,-0x1a9)])){console[_0x435b18(-0x1fe,-0x211,-0x1d4,-_0x1cd27b._0x2bac32)]('Server\x20is\x20'+_0x435b18(-0x277,-_0x1cd27b._0x3576d8,-0x191,-0x2b4)+_0x435b18(-_0x1cd27b._0x421295,-_0x1cd27b._0x4e12f7,-0x172,-0x18e)+':\x20'+_0x3ddbc8+')');const _0x374218=await _0x534875[_0x435b18(-0x175,-0x194,-_0x1cd27b._0x448e6e,-_0x1cd27b._0x67e312)](getServerConfig);console[_0x5baa4d(-0x1a0,-0x1f9,-_0x1cd27b._0x1d9897,-_0x1cd27b._0x38ffad)](_0x435b18(-0xa2,-0x11d,-_0x1cd27b._0x48953c,-0xb6)+_0x374218['serverUrl']);return;}else{const _0x25875f={};_0x25875f[_0x435b18(-_0x1cd27b._0x3c685b,-0x16f,-0x136,-0x1ff)]=!![],_0x25875f['service']=_0x534875[_0x5baa4d(-0x23f,-0x14a,-_0x1cd27b._0x5d7d55,-_0x1cd27b._0x5afd84)],_0x2eff38(_0x25875f);}}function _0x5baa4d(_0xaf2dec,_0x37a840,_0x5dd814,_0x186ddf){return _0x4b3177(_0xaf2dec-0x151,_0x37a840-0x1ae,_0x37a840,_0x186ddf-_0x4c7387._0x5e51bb);}const _0x3f0a02=await _0x534875[_0x5baa4d(-0x21d,-0x22e,-_0x1cd27b._0x9a71fc,-0x19e)](getCoderSetupPath),_0x5a8bf4=_0x534875['eYUKy'](String,await _0x534875[_0x435b18(-_0x1cd27b._0x2eac24,-0x1b1,-_0x1cd27b._0x20b475,-0x169)](getServerPort));!_0x3f0a02&&(_0x534875[_0x435b18(-_0x1cd27b._0x594a2d,-_0x1cd27b._0x7e59fb,-0x1e4,-0x1e7)](_0x534875[_0x5baa4d(-0x199,-0x171,-_0x1cd27b._0x5d631a,-0x1e7)],_0x534875[_0x5baa4d(-_0x1cd27b._0x2b66e3,-_0x1cd27b._0x5795f4,-_0x1cd27b._0xd56223,-_0x1cd27b._0x1b774d)])?(_0x21ebec[_0x435b18(-0x22f,-0x211,-0x2a3,-0x24d)](_0x5baa4d(-_0x1cd27b._0x42d963,-_0x1cd27b._0x110c6c,-0x136,-0x139)+_0x5baa4d(-0x1b9,-_0x1cd27b._0x10f066,-0x251,-0x207)),_0x181dd2[_0x435b18(-0x276,-0x211,-_0x1cd27b._0x4308a1,-_0x1cd27b._0x516598)](_0x534875[_0x435b18(-0x185,-_0x1cd27b._0x29bc85,-0x1e7,-_0x1cd27b._0x3f6065)])):(console[_0x5baa4d(-0x1e3,-_0x1cd27b._0x1efb81,-0x186,-0x1ca)](_0x534875[_0x5baa4d(-_0x1cd27b._0x52719a,-0x1d5,-0x184,-0x19c)]),console[_0x435b18(-0x237,-_0x1cd27b._0x48b1e4,-0x177,-_0x1cd27b._0x3e5aae)](''),console[_0x435b18(-0x260,-_0x1cd27b._0x48b1e4,-_0x1cd27b._0x559cd1,-0x167)](_0x534875['uuYzG']),console['error'](_0x534875[_0x5baa4d(-_0x1cd27b._0xc87642,-0x1c4,-_0x1cd27b._0x6c8d26,-_0x1cd27b._0x4638b9)]),console[_0x435b18(-_0x1cd27b._0x16bfe6,-_0x1cd27b._0x67df57,-_0x1cd27b._0x48ef7c,-0x1bc)](''),console[_0x435b18(-0x22e,-_0x1cd27b._0x4966b3,-_0x1cd27b._0x5091c8,-0x1f5)](_0x534875[_0x435b18(-_0x1cd27b._0x2693b0,-0x1ee,-0x1c2,-0x176)]),console[_0x5baa4d(-0x172,-_0x1cd27b._0xbdd828,-_0x1cd27b._0x593cdb,-0x1ca)](_0x534875[_0x5baa4d(-_0x1cd27b._0x1eb2de,-_0x1cd27b._0x28a683,-0x172,-_0x1cd27b._0x4ed4e0)]),process['exit'](-0x9bc*0x1+-0x1*-0x24b0+-0x1af3*0x1)));try{const _0x23221a=await _0x3e8e47[_0x435b18(-_0x1cd27b._0x3c7b8c,-_0x1cd27b._0x20b475,-0x228,-_0x1cd27b._0x420fdc)](_0x3f0a02);!_0x23221a[_0x435b18(-0x24b,-0x221,-0x27b,-_0x1cd27b._0x2e1ba0)+'y']()&&(console[_0x5baa4d(-0x1cb,-0x21d,-0x137,-_0x1cd27b._0x185097)](_0x5baa4d(-_0x1cd27b._0x18641e,-0x18c,-0x19b,-0x154)+_0x5baa4d(-_0x1cd27b._0x13136a,-0x1f2,-_0x1cd27b._0x57dca3,-0x20d)+_0x5baa4d(-_0x1cd27b._0x5c3878,-_0x1cd27b._0x1683f3,-_0x1cd27b._0x5f54a4,-_0x1cd27b._0x153e56)+_0x435b18(-0xfc,-_0x1cd27b._0x39553f,-0x1dd,-_0x1cd27b._0x56112d)+_0x3f0a02),process[_0x5baa4d(-0x1c6,-0x200,-_0x1cd27b._0x20b475,-_0x1cd27b._0x5e0bdf)](-0x23bb+0x62d+-0x149*-0x17));}catch(_0x366da5){console['error'](_0x435b18(-_0x1cd27b._0x3b0aae,-_0x1cd27b._0x48a104,-0x20f,-_0x1cd27b._0x31940d)+_0x5baa4d(-0xcb,-_0x1cd27b._0x193cab,-0xd2,-_0x1cd27b._0x9c10c1)+_0x435b18(-_0x1cd27b._0x432cc5,-_0x1cd27b._0x4a66dc,-_0x1cd27b._0x41282a,-0x1d2)+_0x435b18(-_0x1cd27b._0x17e673,-0x17e,-_0x1cd27b._0x38e88b,-_0x1cd27b._0x4be04a)+_0x3f0a02),process[_0x435b18(-0x1df,-_0x1cd27b._0x462b72,-0x170,-0x16c)](0x19*0x27+-0x1*0x15b+0x21*-0x13);}const _0x535002=_0x1a2973[_0x5baa4d(-_0x1cd27b._0x20b475,-0x25f,-0x1e2,-_0x1cd27b._0x175c26)](__dirname,'..','..',_0x534875[_0x435b18(-0x18c,-_0x1cd27b._0x73380c,-_0x1cd27b._0x4add72,-_0x1cd27b._0x19b482)]);console[_0x435b18(-0x21f,-0x211,-_0x1cd27b._0x339659,-_0x1cd27b._0x13b835)](''),console[_0x5baa4d(-_0x1cd27b._0x317082,-_0x1cd27b._0x347ac8,-_0x1cd27b._0x55a665,-_0x1cd27b._0xd80370)]('Starting\x20C'+_0x5baa4d(-_0x1cd27b._0xfee516,-0x233,-_0x1cd27b._0x3e4ea8,-0x209)+_0x435b18(-0x15f,-0x173,-_0x1cd27b._0xf69fd2,-_0x1cd27b._0x68da19)),console[_0x435b18(-_0x1cd27b._0x2318e3,-_0x1cd27b._0x41093d,-0x22c,-0x189)]('\x20\x20Setup\x20Pa'+_0x435b18(-_0x1cd27b._0x13f57b,-0x175,-0x16e,-_0x1cd27b._0x53a34f)+_0x3f0a02),console['log'](_0x435b18(-_0x1cd27b._0x34e031,-0x1ad,-0x195,-0x216)+'\x20\x20\x20\x20'+_0x5a8bf4),console[_0x5baa4d(-0x274,-_0x1cd27b._0x46dbb5,-_0x1cd27b._0x2a036a,-_0x1cd27b._0x38ffad)](_0x5baa4d(-_0x1cd27b._0x2af5ee,-0x10e,-_0x1cd27b._0x3b9707,-_0x1cd27b._0xa0b930)+_0x435b18(-0x21f,-0x21a,-_0x1cd27b._0x2920c0,-0x25b)),console[_0x435b18(-_0x1cd27b._0x490aeb,-0x211,-_0x1cd27b._0x3c7b8c,-_0x1cd27b._0x58ce01)]('');const _0x13dcf4=await getTrustProxy(),_0x53169f={...process[_0x435b18(-_0x1cd27b._0x915841,-_0x1cd27b._0x344c25,-0x13d,-_0x1cd27b._0x55c592)]};_0x53169f[_0x5baa4d(-_0x1cd27b._0x3e7dcd,-_0x1cd27b._0x20b475,-_0x1cd27b._0x2e4ca6,-0x15d)+'P_PATH']=_0x3f0a02,_0x53169f[_0x5baa4d(-0x217,-0x10f,-0x161,-0x186)]=_0x5a8bf4;const _0x4128ab=_0x53169f;_0x13dcf4&&(_0x4128ab[_0x435b18(-0x1b0,-0x21b,-0x1cf,-0x236)+'Y']=_0x534875[_0x435b18(-0xcb,-_0x1cd27b._0x374dd1,-0x148,-0x15d)]);const _0x466be7=[_0x535002];if(process[_0x435b18(-_0x1cd27b._0x31940d,-_0x1cd27b._0x3e4ea8,-0x216,-_0x1cd27b._0x1080d9)][_0x5baa4d(-0x279,-_0x1cd27b._0x3458b9,-0x23a,-_0x1cd27b._0x16e404)+_0x435b18(-0x159,-_0x1cd27b._0x1edff2,-0x124,-_0x1cd27b._0x3b1d10)]){if(_0x534875[_0x435b18(-0x278,-0x230,-_0x1cd27b._0x19702d,-0x1c8)](_0x534875[_0x435b18(-0x10a,-_0x1cd27b._0x2449e3,-_0x1cd27b._0x268277,-_0x1cd27b._0x28a212)],_0x534875[_0x435b18(-0x113,-0x125,-0x17f,-0x15e)]))_0x466be7[_0x5baa4d(-_0x1cd27b._0x56fd11,-_0x1cd27b._0x266a3c,-0x1f8,-_0x1cd27b._0x5f54a4)](_0x534875['iTnte']);else{const _0x1897d7={};return _0x1897d7[_0x435b18(-0x220,-0x19e,-_0x1cd27b._0x3047c3,-0x1a8)]=![],_0x1897d7[_0x5baa4d(-0x1fd,-_0x1cd27b._0x5c4d25,-0x18f,-_0x1cd27b._0x31dfb4)]=null,_0x1897d7;}}const _0x20913a=_0x1a2973[_0x5baa4d(-0x1bf,-_0x1cd27b._0x35f647,-0x9d,-0x136)](LOG_FILE),_0x274457={};_0x274457[_0x5baa4d(-_0x1cd27b._0x49f03b,-0x126,-0xc1,-_0x1cd27b._0x3d3662)]=!![],await _0x3e8e47[_0x5baa4d(-0xdc,-0x11b,-0x143,-0x14f)](_0x20913a,_0x274457);const _0x2f7e15=await _0x3e8e47[_0x5baa4d(-_0x1cd27b._0x2b1d42,-_0x1cd27b._0x19c19a,-_0x1cd27b._0x18641e,-_0x1cd27b._0x278d9d)](LOG_FILE,'a'),_0x5261ec=_0x534875[_0x435b18(-0x18a,-_0x1cd27b._0x1343d3,-0x191,-0x19b)](spawn,_0x534875[_0x5baa4d(-0x125,-0x182,-_0x1cd27b._0x9ffa43,-0x12d)],_0x466be7,{'env':_0x4128ab,'detached':!![],'stdio':[_0x534875['CjEua'],_0x2f7e15['fd'],_0x2f7e15['fd']]});_0x5261ec[_0x435b18(-0x16e,-0x170,-0x10c,-_0x1cd27b._0x206470)]();const _0x6c5b37=_0x1a2973[_0x435b18(-0xda,-0x15b,-0xf2,-_0x1cd27b._0x238cb3)](PID_FILE),_0x2335d1={};_0x2335d1[_0x435b18(-_0x1cd27b._0x374dd1,-_0x1cd27b._0x2ce8c2,-_0x1cd27b._0x1ada44,-_0x1cd27b._0x810d9e)]=!![],await _0x3e8e47['mkdir'](_0x6c5b37,_0x2335d1),await _0x3e8e47[_0x435b18(-0x1ca,-0x1a2,-0x148,-_0x1cd27b._0x4ede14)](PID_FILE,_0x5261ec['pid']['toString'](),_0x534875[_0x5baa4d(-_0x1cd27b._0xac59c4,-0xdd,-0x84,-_0x1cd27b._0x23a264)]),console['log'](_0x435b18(-_0x1cd27b._0x3698c5,-_0x1cd27b._0x375c88,-0x102,-0x18b)+_0x435b18(-0x15e,-_0x1cd27b._0x4ec8cc,-0x97,-_0x1cd27b._0x2137ad)+'daemon\x20mod'+_0x435b18(-_0x1cd27b._0x93a3c,-0x216,-0x257,-_0x1cd27b._0x93a3c)+_0x5261ec[_0x5baa4d(-_0x1cd27b._0x490aeb,-_0x1cd27b._0x231fee,-_0x1cd27b._0x6eb021,-_0x1cd27b._0xcefd0)]+')');function _0x435b18(_0xb10aad,_0x2c6998,_0x22573b,_0x159bfd){return _0x1e5290(_0xb10aad-0x1e4,_0x2c6998- -0x18b,_0x22573b,_0x159bfd-_0x29515e._0x420ce4);}console[_0x435b18(-_0x1cd27b._0x41d293,-_0x1cd27b._0x415578,-_0x1cd27b._0x1efb81,-_0x1cd27b._0x4308a1)](_0x435b18(-0x10a,-_0x1cd27b._0x457e1d,-_0x1cd27b._0xa2f0ed,-_0x1cd27b._0x4c0b3e)+_0x435b18(-_0x1cd27b._0x5d7d55,-0x234,-_0x1cd27b._0xc388a,-0x285)+_0x435b18(-_0x1cd27b._0x51239f,-0x1a5,-_0x1cd27b._0x1b5e89,-0x207)+_0x5a8bf4),console['log'](_0x5baa4d(-_0x1cd27b._0x504b13,-0x23b,-_0x1cd27b._0x21c63c,-0x1da)+LOG_FILE),console[_0x5baa4d(-0x1c3,-0x209,-0x1cd,-0x1ec)](''),console[_0x435b18(-0x2a6,-0x211,-_0x1cd27b._0x45f70c,-0x232)](_0x534875[_0x435b18(-0x25e,-0x1c5,-0x1cc,-_0x1cd27b._0x3474da)]),console[_0x435b18(-0x1e3,-0x211,-0x269,-0x219)](_0x534875[_0x435b18(-0x1af,-_0x1cd27b._0x58f36f,-_0x1cd27b._0x260762,-0x195)]),console[_0x435b18(-_0x1cd27b._0x10f066,-0x211,-0x184,-0x292)](_0x534875[_0x435b18(-_0x1cd27b._0x486920,-0x16c,-_0x1cd27b._0x5a84ee,-_0x1cd27b._0xa0b930)]);}export async function stopServer(){const _0x42294c={_0x2361b7:0x53f,_0x26a263:0x4f9,_0x51a8b8:0x529,_0x5ee8d2:0x4b5,_0xeae98f:0xce,_0x5074c4:0xb,_0x4c0dbe:0x74,_0x212c20:0xe,_0x6d4896:0x132,_0xa40b3a:0x96,_0x433c8f:0x46a,_0x2f3fe1:0x4b0,_0x3be016:0x4c3,_0x417989:0x56,_0x4ebdbd:0x4d,_0x234502:0x9c,_0x4c1221:0x418,_0x343c30:0x4be,_0x171b93:0x504,_0x2b30c0:0x4,_0x481b4c:0x1c,_0x59cae3:0x85,_0x59aee6:0x24,_0x4e8e09:0x80,_0x27b323:0x47b,_0x42f20a:0xf8,_0xb33af8:0x2d,_0x3ec661:0x64,_0x594856:0x434,_0x40df71:0x458,_0x5d0021:0x537,_0x118bf2:0xcd,_0x260170:0x78,_0x468831:0xe1,_0x100faa:0x4d4,_0x35c5d6:0x4ef,_0x466a17:0x4ab,_0x1f90b5:0x37,_0x1d2f3e:0x43,_0x5a7086:0xe1,_0xca634d:0x45,_0x4cf8f0:0x43f,_0x192b11:0x3e0,_0x4a915a:0x86,_0xe2b679:0x5a6,_0x2de603:0x545,_0x1fe69b:0x539,_0xb03ba3:0x541,_0x12ba88:0x557,_0x38d957:0x4,_0x1c0e5a:0x55,_0x2a36f1:0x505,_0x2d069a:0x69,_0x4a4146:0x4,_0x568d20:0x428,_0x5dbdb0:0x47a,_0x203f68:0x4e9,_0xbe91eb:0x4a3,_0x36c17e:0x56c,_0x109c20:0x30,_0x55a8df:0x40,_0x268e90:0x8a,_0x1d34b7:0x1f,_0x23424a:0xf2,_0x4a9b58:0x57,_0x4638e5:0x93,_0x37a6df:0x426,_0x3b63ab:0x43f,_0x52abec:0x448,_0x1db58d:0x6f,_0x318d12:0x77,_0x56cd63:0x96,_0x6123ff:0x53,_0x4312df:0x15,_0x22ad54:0x572,_0x516ca9:0x568,_0x8c6b61:0x505,_0x3b026a:0x500,_0x384688:0x7e,_0x21da64:0x7f,_0x15a80b:0x4f,_0x49d1b3:0x42b,_0x3f2812:0x4c7,_0x326497:0x499,_0x497dd9:0x4bd,_0x531425:0x98,_0x4ac664:0x7,_0x594166:0x3b3,_0x4a584e:0x43f,_0x46670b:0x3,_0x1efe6f:0x94,_0xc6851d:0x5d,_0x223244:0xac,_0x308be5:0x6c,_0x59f9ec:0x29,_0x1cd28b:0x3f2,_0x2ba57f:0x456,_0x3acb4:0x454,_0x529c5b:0x47e,_0x29280d:0x457,_0x49914b:0x7a,_0x3b9c28:0x8e,_0x53782b:0x81,_0x26df36:0x6b},_0x26ab43={_0x338076:0x128,_0x1966d6:0x106,_0x2a16ff:0x1c3},_0x56125c={_0x3a150e:0x133,_0x190a30:0x679},_0x12d59a={'ArFTM':_0x48c383(_0x42294c._0x2361b7,0x53f,0x543,_0x42294c._0x26a263)+_0x48c383(0x4ec,_0x42294c._0x51a8b8,0x501,_0x42294c._0x5ee8d2)+'the\x20server'+'\x20with:','DQPri':_0x33615f(_0x42294c._0xeae98f,-_0x42294c._0x5074c4,0x2c,_0x42294c._0x4c0dbe)+_0x33615f(0x98,0x17,-_0x42294c._0x212c20,0x20)+'\x20--setup-p'+_0x33615f(0x91,_0x42294c._0x6d4896,0xf0,_0x42294c._0xa40b3a)+_0x48c383(_0x42294c._0x433c8f,_0x42294c._0x2f3fe1,_0x42294c._0x3be016,0x47b)+_0x33615f(-0x1a,-_0x42294c._0x417989,-_0x42294c._0x4ebdbd,-_0x42294c._0x234502),'wpWxE':function(_0x883d42,_0x41f486){return _0x883d42(_0x41f486);},'vUraI':function(_0x1a99ba){return _0x1a99ba();},'iWgCW':function(_0x7a507,_0x163a68){return _0x7a507===_0x163a68;},'jZTRr':_0x48c383(0x42d,0x47d,_0x42294c._0x4c1221,0x4ae),'IDYSg':_0x48c383(_0x42294c._0x343c30,0x4de,_0x42294c._0x171b93,0x4c4),'DyebB':_0x33615f(0x52,-0x1c,_0x42294c._0x2b30c0,-_0x42294c._0x481b4c)+'not\x20runnin'+'g','mrMcf':_0x33615f(0xb9,0x12f,0xfb,0x95),'GCASk':function(_0x35a826,_0x348c80){return _0x35a826<_0x348c80;},'dCFIO':_0x33615f(0xa3,0xac,0x47,_0x42294c._0x59cae3)+_0x33615f(-0x7b,-_0x42294c._0x59aee6,-_0x42294c._0x4e8e09,-0x99)+_0x48c383(0x48d,0x456,_0x42294c._0x27b323,0x405)+',\x20forcing.'+'..','LJoRb':_0x33615f(-_0x42294c._0x42f20a,-_0x42294c._0xb33af8,-_0x42294c._0x3ec661,-0x5a),'ZYVZP':_0x33615f(-0x98,0x67,0x29,-0x3)+_0x33615f(0x93,0x63,0x6c,0x28),'aHVnl':'tWoOd'},{running:_0x5f3cae,pid:_0x50a445}=await _0x12d59a[_0x48c383(0x44f,_0x42294c._0x594856,_0x42294c._0x40df71,0x426)](isServerRunning);if(!_0x5f3cae){if(_0x12d59a[_0x48c383(0x571,0x4c6,_0x42294c._0x5d0021,0x4f7)](_0x12d59a[_0x33615f(-_0x42294c._0x118bf2,-_0x42294c._0x260170,-_0x42294c._0x468831,-0x78)],_0x12d59a['IDYSg']))_0x167863['log'](_0x48c383(0x54f,_0x42294c._0x100faa,_0x42294c._0x35c5d6,_0x42294c._0x466a17)+_0x33615f(_0x42294c._0x1f90b5,-0x42,-0x63,-0x20)+_0x33615f(-_0x42294c._0x1d2f3e,-0x96,-_0x42294c._0x5a7086,-_0x42294c._0xca634d));else{console['log'](_0x12d59a['DyebB']);return;}}function _0x48c383(_0x1e830c,_0x3382fb,_0x39dec5,_0x2c632f){return _0x4b3177(_0x1e830c-0xd,_0x3382fb-_0x56125c._0x3a150e,_0x3382fb,_0x39dec5-_0x56125c._0x190a30);}function _0x33615f(_0x167942,_0x17f1c9,_0x4e78f6,_0x52fff8){return _0x4b3177(_0x167942-_0x26ab43._0x338076,_0x17f1c9-_0x26ab43._0x1966d6,_0x167942,_0x52fff8-_0x26ab43._0x2a16ff);}console[_0x48c383(0x464,0x3b0,_0x42294c._0x4cf8f0,_0x42294c._0x192b11)](_0x33615f(0x68,0x10,0x115,_0x42294c._0x4a915a)+_0x48c383(_0x42294c._0xe2b679,0x54c,_0x42294c._0x2de603,_0x42294c._0x1fe69b)+':\x20'+_0x50a445+_0x48c383(0x576,0x4f3,_0x42294c._0xb03ba3,_0x42294c._0x12ba88));try{if(_0x12d59a[_0x33615f(-0x2f,-_0x42294c._0x38d957,0x7c,_0x42294c._0x1c0e5a)]!==_0x12d59a['mrMcf']){_0x4e852b[_0x48c383(0x56e,0x567,_0x42294c._0x2a36f1,0x4ee)](_0xe5e40f,-0x5c8+-0xb31+0x10f9);const _0x1301ad={};return _0x1301ad[_0x33615f(-0x6f,-_0x42294c._0x2d069a,0x7e,-_0x42294c._0x4a4146)]=!![],_0x1301ad[_0x48c383(0x426,_0x42294c._0x568d20,_0x42294c._0x5dbdb0,_0x42294c._0x203f68)]=_0x2df26d,_0x1301ad;}else{process[_0x48c383(_0x42294c._0xbe91eb,_0x42294c._0x36c17e,0x505,0x48c)](_0x50a445,_0x33615f(_0x42294c._0x109c20,0x23,-0x8,_0x42294c._0x55a8df));for(let _0x2da545=-0x1*0xaca+0x1*0x797+-0x3f*-0xd;_0x12d59a['GCASk'](_0x2da545,-0x1*-0x11ef+0x18c1+-0x15*0x206);_0x2da545++){if(_0x12d59a['iWgCW'](_0x33615f(-_0x42294c._0x268e90,0x5d,0x15,-_0x42294c._0x1d34b7),_0x33615f(_0x42294c._0x23424a,_0x42294c._0x4a9b58,_0x42294c._0x4638e5,0x69)))_0x448665[_0x48c383(_0x42294c._0x37a6df,0x463,_0x42294c._0x3b63ab,0x493)](_0x12d59a[_0x48c383(0x481,0x49e,_0x42294c._0x52abec,_0x42294c._0x594856)]),_0x30c7e3[_0x33615f(-0x7a,-0xdc,-_0x42294c._0x1db58d,-_0x42294c._0x318d12)](_0x12d59a[_0x33615f(_0x42294c._0x56cd63,-0x6c,_0x42294c._0x6123ff,_0x42294c._0x4312df)]);else try{process[_0x48c383(_0x42294c._0x22ad54,_0x42294c._0x516ca9,_0x42294c._0x8c6b61,_0x42294c._0x3b026a)](_0x50a445,0x1c*-0x9d+-0x1*0x1fdd+0x3109),await new Promise(_0x4d33e8=>setTimeout(_0x4d33e8,0xcd+0x26ef+0x9d6*-0x4));}catch{break;}}try{process[_0x33615f(_0x42294c._0x384688,_0x42294c._0x21da64,0x1d,_0x42294c._0x15a80b)](_0x50a445,-0x19*-0x18d+-0x48a+-0x223b*0x1),console[_0x48c383(0x4a5,_0x42294c._0x49d1b3,0x43f,_0x42294c._0x3f2812)](_0x12d59a[_0x48c383(0x4f4,_0x42294c._0x343c30,0x4ac,0x544)]),process['kill'](_0x50a445,_0x12d59a[_0x48c383(0x4fc,_0x42294c._0x326497,_0x42294c._0x497dd9,0x463)]);}catch{}await _0x3e8e47[_0x33615f(_0x42294c._0x531425,_0x42294c._0x384688,_0x42294c._0x4ac664,0x13)](PID_FILE)[_0x48c383(0x4cf,0x4bc,0x509,0x547)](()=>{}),console[_0x48c383(_0x42294c._0x594166,0x4c6,_0x42294c._0x4a584e,0x3be)](_0x12d59a[_0x33615f(0x34,0xf2,-_0x42294c._0x46670b,_0x42294c._0x1efe6f)]);}}catch(_0xd86efb){_0x12d59a[_0x33615f(0x89,0x81,0xb9,_0x42294c._0xc6851d)]===_0x12d59a['aHVnl']?(console['error'](_0x33615f(-0x3b,-_0x42294c._0x223244,-0x65,-_0x42294c._0x308be5)+_0x33615f(-_0x42294c._0x59f9ec,-0xc5,-0x2c,-0x67)+_0x48c383(_0x42294c._0x1cd28b,0x4fb,0x481,_0x42294c._0x2ba57f)+_0xd86efb[_0x48c383(_0x42294c._0x3acb4,0x400,_0x42294c._0x529c5b,0x441)]),process[_0x48c383(0x3cb,0x4d9,0x44b,_0x42294c._0x29280d)](-0x2d7*-0x9+-0x1b*0xf1+-0x23)):(_0x12d59a[_0x33615f(-0x6,_0x42294c._0x49914b,_0x42294c._0x3b9c28,0x1f)](_0x32c266,_0x4a4ad0),_0x276bba[_0x33615f(-_0x42294c._0x53782b,-0x105,-0x17,-_0x42294c._0x26df36)](0x1bb2+-0x1cf9+0x147));}}async function checkServerHealth(_0x3caa17){const _0xa271c8={_0x4845e8:0xc7,_0x52aded:0x1e4,_0x1eb544:0x158,_0x21ee50:0xff,_0x23e133:0x1fc,_0x472ae9:0x1ae,_0x4b113d:0x1ef,_0x5f029f:0x48e,_0x259f09:0x4f4,_0x4fd187:0x1a1,_0x4b7849:0x176,_0x1a671c:0x180,_0x120da1:0x3e8,_0x1504b9:0x420,_0x390b4b:0x48f,_0x1fcf7d:0x124},_0x3bcdf6={_0x72c1eb:0x488,_0x3c2329:0x4d8,_0x5f1699:0x4f8,_0x6a3997:0x369,_0x3cedee:0x3b0,_0x235c2c:0x417,_0x517556:0x48d,_0x3935bd:0x48c,_0xa2fa7c:0x49d,_0x114788:0x4c8,_0x712ef:0x52e,_0x400aac:0x386,_0x2c37ad:0x533,_0x151abd:0x49b,_0x392d51:0x4aa,_0x40b644:0x3b4,_0x5e693b:0x4e4,_0x2aed84:0x4c6,_0x435c03:0x3c3,_0x4ab203:0x4c8,_0x4103bd:0x4ac,_0x3dca07:0x4dc,_0x4171dc:0x505,_0x1004a2:0x490,_0x4cbe01:0x493,_0x4bfc8d:0x488,_0x4dd234:0x470},_0x53a616={_0x7d2bf:0x128,_0x46084b:0xe4,_0x3af7a5:0x7d,_0x32588a:0xc0,_0x49774b:0x48,_0x45387c:0x50,_0x318153:0xac,_0x3c7836:0x1c,_0x5329dd:0x4c,_0x87afbd:0x27},_0x1a31c2={_0x49ffe9:0x68,_0xfd90ae:0x5,_0x3dcdf5:0x39,_0x2d4517:0x3f,_0x41654b:0xd7,_0x5aa2a:0xd6,_0x4b44da:0x8b,_0xbe2d5e:0xa5,_0x190dc3:0xa8,_0xff6a84:0x9a,_0x311b37:0x54,_0x244090:0x3,_0x36a994:0x6,_0x7a6bea:0x1d,_0x149781:0xa,_0x409f40:0x5c,_0x51b670:0x88,_0x50ffc2:0x62,_0x568ca5:0x57,_0x2871b3:0xea,_0x1c820d:0x117},_0x55553a={_0x1f14b8:0x590,_0x3982aa:0x4ef,_0x3dcd32:0x545},_0x240fef={_0x522e02:0x20,_0x1172d8:0xba,_0x56549a:0x41},_0x1d1c41={_0x138f6:0x44},_0x5d6ba1={_0x1c030b:0x17e};function _0x34292e(_0x2950d4,_0x1cfa8c,_0x3830b4,_0x1d42c3){return _0x4b3177(_0x2950d4-0x13f,_0x1cfa8c-0xf9,_0x2950d4,_0x1cfa8c-0x666);}const _0x2dbd92={'pozcF':_0x1c72ff(-_0xa271c8._0x4845e8,-_0xa271c8._0x52aded,-_0xa271c8._0x1eb544,-_0xa271c8._0x21ee50),'uRhRX':function(_0x5af3d5,_0x3d5133){return _0x5af3d5===_0x3d5133;},'IqHNE':'DheDK','TuAYz':function(_0x1ebc8e,_0x4a35d5){return _0x1ebc8e(_0x4a35d5);},'TQfGx':function(_0x1d26c7,_0x5a8c45){return _0x1d26c7!==_0x5a8c45;},'pUGHH':_0x1c72ff(-_0xa271c8._0x23e133,-0x181,-_0xa271c8._0x472ae9,-_0xa271c8._0x4b113d)+'server\x20wit'+'h:','ATKFl':function(_0x1a6795,_0x18a662){return _0x1a6795===_0x18a662;},'mcLsa':_0x34292e(0x4d0,_0xa271c8._0x5f029f,0x4ef,_0xa271c8._0x259f09),'CTyCB':_0x1c72ff(-_0xa271c8._0x4fd187,-_0xa271c8._0x4b7849,-_0xa271c8._0x1a671c,-0x1fd),'CWNaB':_0x34292e(0x555,0x51a,0x58b,0x551),'PevdR':'iJxTJ','iEddN':_0x34292e(_0xa271c8._0x120da1,_0xa271c8._0x1504b9,_0xa271c8._0x390b4b,0x38b),'SdtdE':_0x1c72ff(-_0xa271c8._0x1fcf7d,-0x15d,-0x188,-0x1f1)};function _0x1c72ff(_0x1adeaa,_0x29dcea,_0x5de708,_0x50f733){return _0x1e5290(_0x1adeaa-0x9a,_0x5de708- -0x124,_0x29dcea,_0x50f733-_0x5d6ba1._0x1c030b);}return new Promise(_0x16ef05=>{const _0x2261c8={_0x33331b:0xe5,_0x2496f4:0x8a},_0x551659={_0x506c2a:0x1b4},_0xcfc1eb={_0x252d00:0x1c1},_0x24f97c={_0x12dcf6:0x2cd,_0x26bbe1:0x2bc,_0x5b3ac4:0x26b},_0x37afae={_0x13b580:0x25a},_0x53aba9={_0x3caae2:0x4b7,_0x16c7d5:0x4d8},_0x386369={_0x379d75:0xd,_0x2dffe2:0x1cd},_0x29f777={_0x290c26:0xb5};function _0x506e81(_0x489a3b,_0x1e1cc7,_0x45746f,_0x257fa6){return _0x1c72ff(_0x489a3b-0x17f,_0x1e1cc7,_0x257fa6-0x5b2,_0x257fa6-_0x29f777._0x290c26);}function _0x2bcb9f(_0x440045,_0x4925ff,_0xaf668b,_0x2d195f){return _0x34292e(_0x4925ff,_0x2d195f- -_0x386369._0x379d75,_0xaf668b-_0x386369._0x2dffe2,_0x2d195f-0x65);}const _0x2b8eb4={'sOCej':_0x2dbd92[_0x2bcb9f(_0x3bcdf6._0x72c1eb,0x4a7,_0x3bcdf6._0x3c2329,_0x3bcdf6._0x5f1699)],'kAokt':function(_0x5a60e1,_0x4c2ce7){const _0xa8b81a={_0x5b6b8e:0x429};function _0x54c3e2(_0x102d78,_0x56700b,_0x317a0,_0x5a773f){return _0x2bcb9f(_0x102d78-0xf9,_0x102d78,_0x317a0-0xb8,_0x56700b- -_0xa8b81a._0x5b6b8e);}return _0x2dbd92[_0x54c3e2(0x2c,-0x20,-_0x1d1c41._0x138f6,0x7a)](_0x5a60e1,_0x4c2ce7);},'xBxgN':_0x2dbd92[_0x2bcb9f(0x3d3,0x47c,_0x3bcdf6._0x6a3997,0x3f5)],'HxtEH':'UOEBR','cIHOR':function(_0x5b0f5e,_0x3a1d11){const _0x30cbc1={_0x326d8d:0x17,_0x1759ac:0x3c};function _0x475693(_0x519d09,_0x12ba6b,_0x10122b,_0x5bd271){return _0x506e81(_0x519d09-0x124,_0x12ba6b,_0x10122b-_0x30cbc1._0x326d8d,_0x519d09- -_0x30cbc1._0x1759ac);}return _0x2dbd92[_0x475693(0x4a8,_0x53aba9._0x3caae2,_0x53aba9._0x16c7d5,0x44f)](_0x5b0f5e,_0x3a1d11);},'eNQaG':function(_0x15f636,_0x891c23){function _0x2d6311(_0x3ad20c,_0x34d0be,_0x136084,_0x375daf){return _0x2bcb9f(_0x3ad20c-0x9a,_0x375daf,_0x136084-0x2f,_0x3ad20c- -_0x37afae._0x13b580);}return _0x2dbd92[_0x2d6311(_0x24f97c._0x12dcf6,_0x24f97c._0x26bbe1,_0x24f97c._0x5b3ac4,0x26f)](_0x15f636,_0x891c23);},'HNabv':_0x2bcb9f(0x3ba,_0x3bcdf6._0x3cedee,0x42c,_0x3bcdf6._0x235c2c),'rqLjB':function(_0xa392aa,_0x53e45){function _0x4ba3e1(_0x55c90c,_0x18408d,_0x300e7e,_0x4c8315){return _0x2bcb9f(_0x55c90c-_0xcfc1eb._0x252d00,_0x55c90c,_0x300e7e-0x9c,_0x4c8315- -0x53c);}return _0x2dbd92[_0x4ba3e1(-0x24,_0x240fef._0x522e02,-_0x240fef._0x1172d8,-_0x240fef._0x56549a)](_0xa392aa,_0x53e45);},'ZwGWe':_0x2dbd92['pUGHH'],'EjBun':function(_0x3c6ea5,_0x3b0a96){const _0x20f1a8={_0x5e7ca1:0x170,_0x5026b3:0xbd};function _0x2858bc(_0x3915f1,_0x53ffe2,_0x519aff,_0x1f96e0){return _0x506e81(_0x3915f1-0x19d,_0x1f96e0,_0x519aff-_0x20f1a8._0x5e7ca1,_0x519aff-_0x20f1a8._0x5026b3);}return _0x2dbd92[_0x2858bc(_0x55553a._0x1f14b8,_0x55553a._0x3982aa,0x54e,_0x55553a._0x3dcd32)](_0x3c6ea5,_0x3b0a96);},'EkyCO':_0x2dbd92[_0x506e81(_0x3bcdf6._0x517556,_0x3bcdf6._0x3935bd,0x447,0x478)],'YUeZL':_0x2dbd92[_0x506e81(0x504,_0x3bcdf6._0xa2fa7c,0x59a,0x4ff)],'MNHZT':_0x2dbd92[_0x506e81(0x473,0x4dc,0x450,0x4b2)],'HvLov':function(_0xb3ef27,_0x368f89){return _0x2dbd92['TuAYz'](_0xb3ef27,_0x368f89);}};if(_0x2dbd92[_0x506e81(0x4a7,_0x3bcdf6._0x114788,_0x3bcdf6._0x712ef,0x4f1)]===_0x2dbd92[_0x506e81(0x48e,_0x3bcdf6._0x400aac,0x452,0x3fd)]){const _0x1f6115=_0x1e0d4f[_0x506e81(_0x3bcdf6._0x2c37ad,0x51e,0x43f,0x4c0)](_0x19dc86),_0x27dcfe={};_0x27dcfe[_0x506e81(0x468,0x4ca,_0x3bcdf6._0x151abd,_0x3bcdf6._0x392d51)]=!![],_0x27dcfe[_0x506e81(_0x3bcdf6._0x40b644,_0x3bcdf6._0x5e693b,_0x3bcdf6._0x2aed84,0x448)]=_0x1f6115[_0x2bcb9f(_0x3bcdf6._0x435c03,0x4ac,0x4ab,0x45f)]||_0x2b8eb4['sOCej'],_0xa79ffe(_0x27dcfe);}else{const _0xef2e8e={};_0xef2e8e[_0x506e81(_0x3bcdf6._0x4ab203,0x481,0x467,0x496)]=0x7d0;const _0x4769bb=_0x15c44e[_0x506e81(_0x3bcdf6._0x4103bd,0x50d,_0x3bcdf6._0x3dca07,0x4bd)](_0x506e81(_0x3bcdf6._0x4171dc,_0x3bcdf6._0x517556,0x3f9,_0x3bcdf6._0x1004a2)+_0x2bcb9f(0x493,_0x3bcdf6._0x4cbe01,_0x3bcdf6._0x1004a2,0x49e)+_0x3caa17+'/health',_0xef2e8e,_0x506d80=>{const _0xcb545b={_0x2264da:0x130,_0x1705ca:0x2c,_0x3cf4ab:0x16,_0x4f74c3:0x1bb,_0x469824:0x238,_0x28dbcb:0x258,_0x5e96d2:0x256,_0x570383:0x2bf,_0xbcad79:0x7,_0x199648:0x74,_0x33c434:0x17,_0x482a43:0x2f,_0x1cc823:0xf8,_0x2fa961:0x9c,_0x123c3f:0x77,_0x554aab:0xbd,_0x2f22f9:0x29b,_0x4ca504:0x327,_0x55373b:0xd1,_0x37540c:0x0,_0x5d0bf1:0x41,_0x53ca66:0x202,_0x4406ff:0x19d,_0x33eae6:0x81,_0x4749b9:0x18,_0x55f9d9:0xeb,_0x596b66:0x5b,_0xe04225:0x40,_0x3d8873:0x2b,_0x32902c:0x181,_0x56fd25:0x20a,_0x2ecfe8:0x198,_0x2d0e97:0x20b,_0xfea2d4:0x192,_0x4c39fe:0x5,_0x13dc4e:0x199},_0x28dad7={_0x4442e8:0x68,_0x494faf:0x24c},_0x983576={_0x2a2f18:0xa1},_0x576972={};_0x576972[_0x33cbb3(0x41,_0x1a31c2._0x49ffe9,0x0,-0x99)]=_0x2b8eb4[_0x237318(-0x7,-0x28,0x3f,_0x1a31c2._0xfd90ae)];function _0x33cbb3(_0xd341d5,_0x3971c7,_0x3b6521,_0x52b83b){return _0x2bcb9f(_0xd341d5-0xe8,_0x3971c7,_0x3b6521-_0x983576._0x2a2f18,_0x3b6521- -0x41c);}_0x576972[_0x237318(_0x1a31c2._0x3dcdf5,-_0x1a31c2._0x2d4517,-_0x1a31c2._0x41654b,-_0x1a31c2._0x5aa2a)]=_0x237318(0xcb,_0x1a31c2._0x4b44da,0xd5,0x125)+_0x33cbb3(_0x1a31c2._0xbe2d5e,_0x1a31c2._0x190dc3,_0x1a31c2._0xff6a84,0x17);function _0x237318(_0x459b12,_0x1e62f4,_0x3ebd11,_0x4b6e3f){return _0x2bcb9f(_0x459b12-0xef,_0x3ebd11,_0x3ebd11-_0x551659._0x506c2a,_0x1e62f4- -0x47f);}const _0x4992eb=_0x576972;if(_0x2b8eb4['EjBun'](_0x2b8eb4[_0x33cbb3(-_0x1a31c2._0x311b37,-_0x1a31c2._0x244090,-0x1d,-_0x1a31c2._0x36a994)],_0x2b8eb4[_0x33cbb3(0x3f,-0x15,-_0x1a31c2._0x7a6bea,-_0x1a31c2._0x149781)])){let _0x1b3f0c='';_0x506d80['on'](_0x2b8eb4[_0x33cbb3(0x99,_0x1a31c2._0x409f40,_0x1a31c2._0x51b670,0x2)],_0x23609b=>_0x1b3f0c+=_0x23609b),_0x506d80['on'](_0x2b8eb4[_0x33cbb3(0x6d,0x114,0xe1,_0x1a31c2._0x50ffc2)],()=>{function _0x5417c8(_0x3c18b5,_0x5a9779,_0x28904c,_0x340dc1){return _0x33cbb3(_0x3c18b5-0x128,_0x5a9779,_0x3c18b5-0x2,_0x340dc1-0x19e);}function _0x244191(_0x141308,_0x5d794d,_0x15192f,_0x1a44a6){return _0x237318(_0x141308-_0x28dad7._0x4442e8,_0x5d794d-_0x28dad7._0x494faf,_0x15192f,_0x1a44a6-0x164);}try{if(_0x2b8eb4[_0x5417c8(0xa5,_0xcb545b._0x2264da,_0xcb545b._0x1705ca,0x127)](_0x2b8eb4['xBxgN'],_0x2b8eb4[_0x5417c8(0x99,_0xcb545b._0x3cf4ab,0xb2,0x6f)]))_0x406cda[_0x244191(0x1d8,0x1ec,_0xcb545b._0x4f74c3,0x25b)](_0x244191(_0xcb545b._0x469824,0x29c,0x241,_0xcb545b._0x28dbcb)+_0x244191(0x203,_0xcb545b._0x5e96d2,0x208,_0xcb545b._0x570383)+_0x5417c8(_0xcb545b._0xbcad79,_0xcb545b._0x199648,-0x25,-0x29)+_0x5417c8(0x21,-_0xcb545b._0x33c434,_0xcb545b._0x482a43,0x7a)),_0x4eb5d9['log'](_0x5417c8(_0xcb545b._0x1cc823,0x12a,0x6d,_0xcb545b._0x2fa961)+_0x5417c8(_0xcb545b._0x123c3f,0x5c,0x8f,0xb2)+_0x35e6a9['serverUrl']);else{const _0x3910b6=JSON[_0x5417c8(_0xcb545b._0x554aab,0x13b,0xe5,0x82)](_0x1b3f0c),_0x44cb22={};_0x44cb22[_0x244191(0x29e,0x28e,_0xcb545b._0x2f22f9,_0xcb545b._0x4ca504)]=!![],_0x44cb22[_0x5417c8(0x45,_0xcb545b._0x55373b,_0xcb545b._0x37540c,_0xcb545b._0x5d0bf1)]=_0x3910b6['service']||'unknown',_0x2b8eb4[_0x244191(0x269,_0xcb545b._0x53ca66,_0xcb545b._0x4406ff,0x295)](_0x16ef05,_0x44cb22);}}catch{_0x2b8eb4[_0x5417c8(_0xcb545b._0x33eae6,0xe4,_0xcb545b._0x4749b9,_0xcb545b._0x55f9d9)]('uIXvA',_0x2b8eb4[_0x5417c8(_0xcb545b._0x596b66,-_0xcb545b._0xe04225,-_0xcb545b._0x3d8873,0xa4)])?_0x2b8eb4['cIHOR'](_0x16ef05,{'responding':!![],'service':_0x2b8eb4[_0x244191(_0xcb545b._0x32902c,_0xcb545b._0x56fd25,0x19f,_0xcb545b._0x2ecfe8)]}):(_0x41a9f1[_0x244191(_0xcb545b._0x2d0e97,0x1ec,0x1da,_0xcb545b._0xfea2d4)](_0x4992eb['SPNVz']),_0x4dcd04[_0x5417c8(0x5,-0x64,0x92,_0xcb545b._0x4c39fe)](_0x4992eb[_0x244191(0x202,0x20d,_0xcb545b._0x13dc4e,0x18b)]));}});}else _0x2b8eb4[_0x33cbb3(_0x1a31c2._0x568ca5,0x137,_0x1a31c2._0x2871b3,_0x1a31c2._0x1c820d)](_0x2b4aac,_0x4e32cc);}),_0x4896b6={};_0x4896b6[_0x506e81(0x4a4,0x45f,_0x3bcdf6._0x3c2329,_0x3bcdf6._0x392d51)]=![],_0x4769bb['on'](_0x2dbd92[_0x2bcb9f(0x456,0x42b,_0x3bcdf6._0x4bfc8d,_0x3bcdf6._0x4dd234)],()=>_0x16ef05(_0x4896b6)),_0x4769bb['on']('timeout',()=>{const _0x1c5fc3={_0x1103b3:0xa9,_0x17c48c:0x106};function _0x366223(_0x2f08f0,_0x21429a,_0x1a6137,_0x3f0ec4){return _0x2bcb9f(_0x2f08f0-_0x2261c8._0x33331b,_0x3f0ec4,_0x1a6137-_0x2261c8._0x2496f4,_0x21429a- -0x5e4);}_0x4769bb[_0x4dd9d2(_0x53a616._0x7d2bf,_0x53a616._0x46084b,0xae,_0x53a616._0x3af7a5)]();function _0x4dd9d2(_0x4c3d40,_0x14ece7,_0x3272ff,_0x465b47){return _0x2bcb9f(_0x4c3d40-_0x1c5fc3._0x1103b3,_0x4c3d40,_0x3272ff-_0x1c5fc3._0x17c48c,_0x3272ff- -0x471);}const _0x93eed5={};_0x93eed5[_0x4dd9d2(_0x53a616._0x32588a,_0x53a616._0x49774b,_0x53a616._0x45387c,_0x53a616._0x318153)]=![],_0x2b8eb4[_0x4dd9d2(-_0x53a616._0x3c7836,_0x53a616._0x5329dd,_0x53a616._0x87afbd,0x72)](_0x16ef05,_0x93eed5);});}});}export async function showStatus(){const _0x31ea98={_0x2e6a23:0x331,_0x34f04a:0x252,_0x17239b:0x2de,_0x18c466:0x2f5,_0x436ec9:0x77,_0x15da97:0x21,_0x237091:0x2d,_0x2feaa5:0x1c9,_0x2038f3:0x27,_0x5830ce:0xac,_0x17a56e:0x2ea,_0x5ce323:0x2ab,_0xe9599d:0x31,_0x1eeaa7:0x68,_0x1fa0da:0x218,_0x2fd4d2:0x34e,_0x3a4c88:0x30e,_0x550292:0x5c,_0x2f1688:0x42,_0x575dc0:0x278,_0xf15709:0x7c,_0x5c2845:0x63,_0x27d585:0x11,_0x353d1c:0x20,_0x5326d1:0x17,_0x13fafe:0x1ff,_0x292fff:0x2b6,_0x30acff:0x30f,_0x2789b3:0x26b,_0x50610c:0x2b0,_0x58b596:0x58,_0x18be32:0x82,_0x32e137:0x2a1,_0x381f21:0x1be,_0x1735cc:0x264,_0x1a8582:0x2a,_0x2680c5:0x74,_0x15a930:0x93,_0x5f052f:0x83,_0x5608cf:0x271,_0x548263:0x6a,_0x4cc7d7:0xa3,_0x142b81:0x2e1,_0x458113:0x2f2,_0x404c3e:0x202,_0x1d40db:0x302,_0x99e43d:0x2ba,_0x270bf6:0xa7,_0x3ee0e7:0x3a,_0x36e54f:0xb,_0x317034:0x246,_0x4a8a6c:0x24b,_0x3a4593:0x24c,_0x1c91b7:0x16d,_0x1d29a9:0x2cc,_0x15bfec:0x288,_0x2b9767:0x61,_0xaf4ae3:0xb,_0x42cdbe:0xd2,_0x41e4c1:0xb2,_0x12a2b0:0x2c9,_0x1aa37b:0x30d,_0xb04c69:0x33c,_0x34d086:0x23d,_0x31c908:0x2ae,_0x2e6ff9:0x276,_0x5633e6:0x167,_0x13ab6c:0x265,_0x293603:0x251,_0x152d11:0x277,_0x5750ea:0x174,_0x30062c:0x279,_0x2b819a:0x2b8,_0x3dfa23:0x282,_0x1b5917:0x264,_0xe7f573:0x293,_0x4f92dc:0x239,_0x308098:0x245,_0xa838cb:0x75,_0x10b0e3:0xc,_0x25e40d:0x4e,_0x3d6ebe:0x283,_0x193ab6:0x256,_0x334be3:0x231,_0x272494:0xc2,_0x4c017e:0xa4,_0x5a9769:0x119,_0x122597:0x364,_0x4eea7c:0x2aa,_0x3cb7e9:0x2f9,_0x186ee5:0x27,_0x134fb9:0x73,_0x52da68:0x24,_0x4a6153:0x238,_0x1a0ce3:0xdd,_0x593caa:0x2b5,_0x1223c0:0x211,_0x35d115:0x2bb,_0x5c7b47:0xf7,_0x212aaa:0x23a,_0xdcf14e:0x1a7,_0x24b95a:0x173,_0x32d178:0x295,_0x2ab282:0x26c,_0x8b740d:0x212,_0x351188:0x21e,_0x2080c4:0x32b,_0x457c50:0x234,_0x245791:0xb5,_0x233d53:0x51,_0x3283dd:0x292,_0x1a8732:0x26,_0x1b5cb6:0x2c,_0x53387b:0x9f,_0x14f21b:0x4d,_0x4f30b2:0x350,_0x4f5aae:0x272,_0x1939fd:0x2ac,_0x1d1f5e:0x28e,_0x11e3c9:0x247,_0x3ff353:0x13a,_0x245815:0x8b,_0xf33655:0xc7,_0x3ae9e7:0x316,_0x50e6e1:0x310,_0x5e3c7f:0x2d8,_0x566283:0xd,_0xcaa87e:0x2d,_0x1d0657:0x319,_0x5420fb:0x280,_0x47af7b:0x12c,_0x24677f:0x78,_0x34d1b7:0x171,_0xa16f22:0x164,_0x3aba65:0x38,_0x361245:0x59,_0x5413ee:0x1c9,_0x529a97:0x6b,_0x5178fa:0xa4,_0x1bc7e8:0x1c,_0x454dfd:0xda,_0x108089:0x25},_0xea9af={_0x101ab5:0x1a1,_0x1fafd4:0x439},_0xc5a89b={_0x546ab2:0x1e,_0x441d8a:0x74},_0x2797ee={'VobXr':function(_0x2b45fc){return _0x2b45fc();},'Rztbp':function(_0x4cdc67){return _0x4cdc67();},'auDRo':function(_0x4b8139,_0x20b3cb){return _0x4b8139(_0x20b3cb);},'hzmNs':_0x3bfac1(_0x31ea98._0x2e6a23,0x2f6,0x274,0x306)+_0x3bfac1(0x2df,_0x31ea98._0x34f04a,0x294,_0x31ea98._0x17239b)+_0x3bfac1(0x2c5,0x27e,0x25f,_0x31ea98._0x18c466),'efJpe':_0x50d997(_0x31ea98._0x436ec9,-_0x31ea98._0x15da97,-0x23,-_0x31ea98._0x237091),'rmHDn':_0x3bfac1(_0x31ea98._0x2feaa5,0x1ac,0x18c,0x21f),'YUQmT':_0x50d997(-0x4f,-0xfc,-0xa8,-0x9d)+_0x50d997(_0x31ea98._0x2038f3,-0x3c,-0x3b,-_0x31ea98._0x5830ce)+'h:','VtQLH':_0x3bfac1(0x36a,0x2a2,0x2d6,_0x31ea98._0x17a56e)+_0x50d997(-0x65,-0x5a,-0xd,-0x72),'iJvJw':_0x3bfac1(_0x31ea98._0x5ce323,0x26f,0x33b,_0x31ea98._0x17a56e)+_0x50d997(0xad,0xb9,_0x31ea98._0xe9599d,_0x31ea98._0x1eeaa7),'pmtcs':_0x3bfac1(0x1e0,0x251,_0x31ea98._0x1fa0da,0x25a)+_0x3bfac1(0x2fa,0x32f,0x282,0x2ac)+_0x3bfac1(0x2c4,0x343,_0x31ea98._0x2fd4d2,_0x31ea98._0x3a4c88)+_0x3bfac1(0x2d4,0x28a,0x2e2,0x248),'fjQGU':_0x50d997(-0x40,-0x114,-0x8a,0xd)+_0x50d997(0x7a,_0x31ea98._0x550292,0x5f,0x10)+'in\x20the\x20ter'+_0x50d997(-_0x31ea98._0x2f1688,-0x70,-0x93,0x6)+'e\x20it\x20was\x20s'+_0x3bfac1(_0x31ea98._0x575dc0,0x27d,0x240,0x244)},{running:_0x32203e,pid:_0x4fea04}=await _0x2797ee['VobXr'](isServerRunning),_0x5407b2=await _0x2797ee[_0x50d997(-0x23,-_0x31ea98._0xf15709,-_0x31ea98._0x5c2845,-_0x31ea98._0x27d585)](getServerConfig),_0x19688c=await _0x2797ee[_0x3bfac1(0x27a,0x1ee,0x2d2,0x236)](checkServerHealth,_0x5407b2[_0x50d997(0x3d,-_0x31ea98._0x353d1c,-_0x31ea98._0x5326d1,-0xb3)]);console[_0x3bfac1(0x1f9,0x1c6,0x275,_0x31ea98._0x13fafe)](_0x2797ee[_0x3bfac1(_0x31ea98._0x292fff,_0x31ea98._0x30acff,_0x31ea98._0x2789b3,_0x31ea98._0x50610c)]),console[_0x50d997(-_0x31ea98._0x58b596,-_0x31ea98._0x18be32,-0xa4,-0x18)]('');function _0x50d997(_0x52c0bc,_0x2fcba9,_0x29600e,_0x43fa5b){return _0x1e5290(_0x52c0bc-0x167,_0x29600e- -_0xc5a89b._0x546ab2,_0x52c0bc,_0x43fa5b-_0xc5a89b._0x441d8a);}if(_0x32203e&&_0x19688c[_0x3bfac1(0x2e1,0x26e,0x336,_0x31ea98._0x32e137)])console[_0x3bfac1(_0x31ea98._0x381f21,0x22a,_0x31ea98._0x1735cc,0x1ff)](_0x50d997(-0x79,_0x31ea98._0x1a8582,0xc,-_0x31ea98._0x2680c5)+'\x20\x20\x20\x20\x20✓\x20Run'+_0x50d997(-0x100,-_0x31ea98._0x15a930,-0x80,-_0x31ea98._0x5f052f)+'on)'),console['log'](_0x3bfac1(0x342,0x350,_0x31ea98._0x5608cf,0x2cd)+_0x50d997(-_0x31ea98._0x548263,_0x31ea98._0x2f1688,-0x32,0xb)+_0x4fea04),console[_0x50d997(-_0x31ea98._0x5326d1,-_0x31ea98._0x4cc7d7,-0xa4,-0xb9)](_0x3bfac1(0x278,_0x31ea98._0x142b81,0x27a,_0x31ea98._0x458113)+_0x50d997(-0x2a,-0xa9,-0x32,-0x4c)+_0x5407b2[_0x3bfac1(0x1fa,_0x31ea98._0x404c3e,_0x31ea98._0x1d40db,0x298)]);else{if(_0x19688c[_0x3bfac1(0x26c,0x2df,_0x31ea98._0x99e43d,_0x31ea98._0x32e137)])console['log']('\x20\x20Status:\x20'+_0x50d997(-0xcd,-_0x31ea98._0x270bf6,-_0x31ea98._0x3ee0e7,-_0x31ea98._0x36e54f)+_0x50d997(-0x30,-0xfa,-0xa2,-0x128)+_0x3bfac1(_0x31ea98._0x317034,0x1e3,_0x31ea98._0x4a8a6c,0x21b)),console[_0x3bfac1(0x291,_0x31ea98._0x3a4593,_0x31ea98._0x1c91b7,_0x31ea98._0x13fafe)](_0x3bfac1(_0x31ea98._0x1d29a9,0x2a5,0x37d,0x2f2)+_0x3bfac1(0x1d4,_0x31ea98._0x15bfec,0x20f,0x271)+_0x5407b2[_0x50d997(0x53,_0x31ea98._0x2b9767,-_0x31ea98._0xaf4ae3,-0xe)]);else _0x32203e?(console[_0x50d997(-0x11f,-_0x31ea98._0x42cdbe,-0xa4,-_0x31ea98._0x41e4c1)](_0x3bfac1(0x25b,_0x31ea98._0x12a2b0,_0x31ea98._0x1aa37b,0x2af)+_0x3bfac1(_0x31ea98._0xb04c69,0x272,_0x31ea98._0x34d086,_0x31ea98._0x31c908)+'le\x20PID\x20fil'+'e\x20(server\x20'+_0x3bfac1(0x181,0x23c,_0x31ea98._0x2e6ff9,0x205)+'ding)'),console[_0x3bfac1(_0x31ea98._0x5633e6,0x1fe,_0x31ea98._0x13ab6c,_0x31ea98._0x13fafe)](_0x3bfac1(_0x31ea98._0x293603,_0x31ea98._0x152d11,_0x31ea98._0x5750ea,0x1e8)+_0x3bfac1(_0x31ea98._0x30062c,_0x31ea98._0x2b819a,_0x31ea98._0x3dfa23,_0x31ea98._0x1b5917)+_0x4fea04)):console[_0x3bfac1(_0x31ea98._0xe7f573,_0x31ea98._0x4f92dc,_0x31ea98._0x308098,_0x31ea98._0x13fafe)](_0x50d997(_0x31ea98._0xa838cb,0x29,_0x31ea98._0x10b0e3,-_0x31ea98._0x25e40d)+'\x20\x20\x20\x20\x20✗\x20Not'+_0x3bfac1(0x253,_0x31ea98._0x3d6ebe,_0x31ea98._0x193ab6,_0x31ea98._0x334be3));}function _0x3bfac1(_0xb3588f,_0x10bbc5,_0x1f84dd,_0x4e9a82){return _0x4b3177(_0xb3588f-0xfc,_0x10bbc5-_0xea9af._0x101ab5,_0x10bbc5,_0x4e9a82-_0xea9af._0x1fafd4);}_0x5407b2['setupPath']?console[_0x50d997(-_0x31ea98._0x272494,-0xf9,-_0x31ea98._0x4c017e,-_0x31ea98._0x5a9769)](_0x3bfac1(_0x31ea98._0x122597,_0x31ea98._0x4eea7c,_0x31ea98._0x30062c,_0x31ea98._0x3cb7e9)+'th:\x20\x20'+_0x5407b2[_0x50d997(-0xd4,-_0x31ea98._0x186ee5,-_0x31ea98._0x134fb9,-_0x31ea98._0x52da68)]):_0x2797ee[_0x50d997(-0x160,-0x100,-0xc8,-0x2f)]===_0x2797ee[_0x50d997(-0xe,-0xd6,-0x55,-0xe)]?_0x575860=!![]:console[_0x3bfac1(0x22b,0x211,_0x31ea98._0x4a6153,_0x31ea98._0x13fafe)](_0x50d997(0xbb,0x72,0x56,_0x31ea98._0x1a0ce3)+_0x3bfac1(_0x31ea98._0x593caa,_0x31ea98._0x1223c0,_0x31ea98._0x35d115,0x245)+_0x50d997(-0x137,-0x11e,-0xb7,-_0x31ea98._0x5c7b47)+')');console[_0x3bfac1(_0x31ea98._0x212aaa,_0x31ea98._0xdcf14e,_0x31ea98._0x24b95a,0x1ff)](_0x3bfac1(_0x31ea98._0x32d178,_0x31ea98._0x2ab282,_0x31ea98._0x8b740d,0x263)+_0x3bfac1(0x27b,_0x31ea98._0x3d6ebe,_0x31ea98._0x351188,_0x31ea98._0x5608cf)+_0x5407b2['port']),console[_0x3bfac1(0x232,0x28b,0x1d3,0x1ff)]('');const _0x3d6706=_0x32203e||_0x19688c[_0x3bfac1(_0x31ea98._0x2080c4,_0x31ea98._0x457c50,0x294,0x2a1)];if(!_0x3d6706&&_0x5407b2['setupPath'])console['log'](_0x2797ee[_0x50d997(_0x31ea98._0x245791,0x7,_0x31ea98._0x233d53,0x33)]),console[_0x3bfac1(0x17e,0x205,_0x31ea98._0x3283dd,0x1ff)](_0x2797ee[_0x50d997(-_0x31ea98._0x1a8732,0x1b,_0x31ea98._0x1b5cb6,-0x4)]);else{if(!_0x3d6706)console['log'](_0x50d997(_0x31ea98._0x53387b,_0x31ea98._0x14f21b,0x60,0xb)+_0x3bfac1(_0x31ea98._0x4f30b2,_0x31ea98._0x4f5aae,0x2c2,0x2c1)+_0x3bfac1(0x2cc,_0x31ea98._0x1939fd,_0x31ea98._0x1d1f5e,_0x31ea98._0x11e3c9)+_0x50d997(-_0x31ea98._0x3ff353,-0x134,-0xcd,-_0x31ea98._0x245815)),console[_0x50d997(-0xfc,-_0x31ea98._0xf33655,-_0x31ea98._0x4c017e,-0x7f)](_0x3bfac1(_0x31ea98._0x3ae9e7,_0x31ea98._0x50e6e1,_0x31ea98._0x5e3c7f,0x2ea)+_0x50d997(-0x9b,-0x86,-_0x31ea98._0x566283,-0x3b)+'\x20--setup-p'+_0x50d997(-_0x31ea98._0xcaa87e,0x4,0x69,0xbc)+_0x3bfac1(_0x31ea98._0x1d0657,_0x31ea98._0x5420fb,0x260,_0x31ea98._0x3d6ebe)+_0x50d997(-_0x31ea98._0x47af7b,-0xc5,-0xc9,-_0x31ea98._0x24677f));else _0x32203e?(console[_0x3bfac1(0x1f7,_0x31ea98._0x34d1b7,_0x31ea98._0xa16f22,0x1ff)](_0x50d997(_0x31ea98._0x3aba65,-_0x31ea98._0xe9599d,0x8,-0xe)+_0x50d997(0x39,-0x81,-_0x31ea98._0x361245,-0x6)+':'),console[_0x3bfac1(0x219,0x24c,_0x31ea98._0x5413ee,_0x31ea98._0x13fafe)](_0x2797ee['iJvJw'])):(console[_0x50d997(-_0x31ea98._0x529a97,-0xa7,-_0x31ea98._0x5178fa,-0x6b)](_0x2797ee[_0x50d997(_0x31ea98._0x1bc7e8,-_0x31ea98._0x454dfd,-0x71,-0xbe)]),console['log'](_0x2797ee[_0x50d997(_0x31ea98._0x245815,-_0x31ea98._0x108089,-0x13,-0x4)]));}}export async function showLogs(_0x469277){const _0x59524d={_0x429468:0x460,_0xa6a0bf:0x428,_0x33d97b:0x386,_0x195d95:0x3fe,_0x1ab3cb:0x50,_0x3e4a52:0x90,_0x1281d4:0x6d,_0x5e4939:0x84,_0x430061:0x1f,_0x42d9fa:0xb6,_0x2411dd:0xaf,_0x1771f1:0xb0,_0x46f9ee:0x92,_0x2632de:0x474,_0x1b5190:0x31,_0x473690:0x58,_0x4ffcec:0x341,_0x58c4db:0x310,_0x49a578:0x417,_0x5ec497:0x41b,_0x47ad01:0x420,_0x592039:0x75,_0x401191:0x2e,_0x418a13:0x7e,_0x138d1b:0x3db,_0x2e8ddd:0x38e,_0x13465d:0x454,_0x4320fa:0x3dc,_0x2912f1:0x358,_0x19166f:0x3e3,_0x56e2e2:0x37d,_0x42d84f:0x36e,_0x5757c4:0x3be,_0x106ece:0x382,_0x3be84d:0x311,_0x24d293:0x31,_0x37a19d:0x11,_0x5a4fbf:0x3ac,_0x3d249e:0x36b,_0x4a1050:0x354,_0xcf6433:0x23,_0xb76c9d:0x4a,_0x5a8058:0x3a8,_0x4a17b4:0x392,_0x1c39e5:0x2e2,_0x2d8cbc:0x69,_0x277e30:0x36f,_0x1febe9:0x15,_0x219c0e:0x66,_0x1786c0:0x94,_0x5ec84a:0x3e,_0x22f026:0x41,_0x5e540a:0xc,_0x37c292:0x21,_0x12f5ff:0x2ac,_0x43078b:0x2c3,_0x4a8576:0x397,_0x2d83f5:0x56,_0x437c45:0x6e,_0x177b5e:0x50,_0x623ba9:0x79,_0x37e002:0x329,_0x3ee202:0x30e,_0x1319ac:0x385,_0x2b95cb:0x35a,_0x790e24:0x3ec,_0x7e1a26:0x3fa,_0x53e58e:0x349,_0x494e33:0x352,_0x4345a0:0x367,_0x3d21c3:0x4,_0x47ea40:0x4a,_0x4ab7b7:0x5d,_0x1c06c5:0x2,_0x170a39:0x87,_0x1af50d:0x74,_0x2f741e:0x3ae,_0x1abcae:0x2b6,_0x5579eb:0x38a,_0x3e362f:0x364,_0x1a034a:0x6,_0x3738d8:0x3e9,_0x5b69b8:0x437,_0xf1d021:0x3d4,_0x139206:0x48b,_0x474dc1:0x6,_0x58c0e6:0x10,_0x10cdaf:0x1d,_0xf8452a:0xab,_0x52e760:0x36,_0x14d95e:0x5a,_0x13b42a:0x1,_0x4e609d:0x3ac,_0xb96a2b:0x5c,_0x3729e1:0x81,_0x13ab96:0x52,_0x5854c3:0x3b4,_0x58a3c4:0x24,_0xcde599:0x403,_0x540da2:0x3d1,_0x594688:0x1f,_0x27797a:0x2e,_0x57d0bc:0x41,_0x55d8e6:0x3e6,_0x51f162:0x35,_0x164716:0x1a,_0x51b4f8:0x32,_0x209f40:0x7b,_0x588367:0x5a,_0x43f0f3:0x9,_0x88c4c:0x6f,_0x45cf36:0x354,_0xec1d31:0x1a,_0x49ac3d:0x54,_0x3ba61f:0x3ad,_0x4e635c:0x94},_0x578825={_0x5af2e4:0x26f,_0x52cbc3:0x196,_0x359173:0x1cb,_0x35e606:0x190,_0x233509:0x12c,_0x44650b:0x143,_0xa9c713:0x45f,_0x5b8e41:0x1aa,_0x2cdeb4:0x195,_0x25ed0b:0x1a7,_0x30f9bf:0x141,_0x311d32:0x576,_0x358d05:0x50e,_0x3bea47:0x56f,_0x13e014:0x254,_0x22bd56:0x1f0,_0x1d8ab3:0x249,_0x2dae9f:0x217,_0x1bf161:0x236,_0x32909b:0x1e3},_0x5f57ac={_0x161472:0x81,_0x4cd3b0:0x1b,_0x46d508:0x26,_0x1c1d43:0x35,_0x3e5b1d:0xc3,_0xb6d702:0x2c,_0xbac6c1:0x112,_0xee755d:0x20a,_0x55a3c6:0x93,_0x2fb3e8:0xef,_0x53a5f5:0xd,_0x183d11:0xf5,_0x2729b4:0x77,_0x1f499b:0x41,_0x1ffee7:0x2,_0x392970:0x127,_0x546b98:0x89,_0x4701be:0x131,_0x2d188b:0x126,_0x5d843b:0x48,_0x426894:0x58,_0x58ffbe:0x37,_0x3759be:0x45,_0x684689:0x7b,_0x32bedf:0x50,_0x32d52d:0x8e,_0x2a5e72:0x196,_0x39b78e:0x62,_0x35f4d5:0xa1,_0x2a3915:0x38,_0x39492f:0x5d,_0x418df1:0x47,_0x2cf116:0x6,_0x4ad174:0x55,_0x5e7f57:0x64,_0x56294c:0x7a,_0x3fa317:0x7f},_0x155e49={_0x3f8fa2:0xe7,_0x3a0a74:0x370},_0x2886b9={_0x359554:0x89},_0x3302c0={_0x3e825e:0x10d,_0x473adf:0x3af,_0x38e312:0x59};function _0x2edf8c(_0x3dc633,_0x3a8972,_0x158259,_0x13bbfb){return _0x1e5290(_0x3dc633-_0x3302c0._0x3e825e,_0x3a8972-_0x3302c0._0x473adf,_0x158259,_0x13bbfb-_0x3302c0._0x38e312);}function _0x2ab440(_0x1981b6,_0x275956,_0x29506f,_0x4c949a){return _0x4b3177(_0x1981b6-_0x2886b9._0x359554,_0x275956-0x120,_0x275956,_0x29506f-0x1b9);}const _0x22aa86={'fUerw':_0x2edf8c(_0x59524d._0x429468,0x427,_0x59524d._0xa6a0bf,0x3a7),'yANmF':function(_0x1c8957,_0x5a2649){return _0x1c8957===_0x5a2649;},'AxbRM':_0x2edf8c(_0x59524d._0x33d97b,0x394,0x39a,_0x59524d._0x195d95),'ZNpOr':_0x2ab440(-0x2,0x4,-0x2f,-_0x59524d._0x1ab3cb),'ZmzQO':function(_0x68362c,_0x2cd694){return _0x68362c(_0x2cd694);},'jLoJL':_0x2ab440(0xa,_0x59524d._0x3e4a52,_0x59524d._0x1281d4,_0x59524d._0x5e4939),'maGER':_0x2ab440(-_0x59524d._0x430061,_0x59524d._0x42d9fa,0x6f,_0x59524d._0x2411dd),'Pffrd':_0x2ab440(-0xa0,-_0x59524d._0x1771f1,-_0x59524d._0x46f9ee,-0xd0),'DJNHO':function(_0x6b43cb,_0x4618ee){return _0x6b43cb>_0x4618ee;},'rIbmD':function(_0x15823f,_0x25021b){return _0x15823f===_0x25021b;},'LwsLz':_0x2edf8c(0x434,0x406,0x3c4,_0x59524d._0x2632de),'enzti':function(_0x316133,_0x50a02b){return _0x316133-_0x50a02b;},'vxPqI':function(_0x244b4f,_0x26f54b){return _0x244b4f!==_0x26f54b;},'GDmAz':'PcGDm','OwbHZ':function(_0x4c522a,_0x33befd){return _0x4c522a(_0x33befd);},'tYrCz':_0x2ab440(-0xc3,-_0x59524d._0x1b5190,-0x4d,-_0x59524d._0x473690),'HtNzv':function(_0x4f9552,_0x296c1e,_0x5c14b5){return _0x4f9552(_0x296c1e,_0x5c14b5);},'TBkpY':'utf-8','XvCuE':function(_0x5639d2,_0x4a5fdb){return _0x5639d2!==_0x4a5fdb;},'OPDwA':_0x2edf8c(0x38d,_0x59524d._0x4ffcec,0x2f2,_0x59524d._0x58c4db),'gSkXK':_0x2edf8c(_0x59524d._0x49a578,_0x59524d._0x5ec497,0x3fd,_0x59524d._0x47ad01)+_0x2ab440(-_0x59524d._0x592039,-_0x59524d._0x401191,-_0x59524d._0x418a13,-0x42)+_0x2edf8c(0x418,_0x59524d._0x138d1b,0x3a6,0x3b7)+_0x2edf8c(0x3a9,0x40e,0x417,0x437)+'\x0a','DDJia':'SIGINT','yGXrw':function(_0x23dc5a,_0x5991d0){return _0x23dc5a===_0x5991d0;},'NmevA':_0x2edf8c(_0x59524d._0x2e8ddd,0x40d,0x4a0,_0x59524d._0x13465d),'SBCjQ':_0x2edf8c(0x3e4,_0x59524d._0x4320fa,_0x59524d._0x2912f1,_0x59524d._0x19166f)+_0x2ab440(-0xdc,-0xe3,-0x9c,-0x90),'NwJjw':_0x2edf8c(0x3b9,0x363,0x2e6,_0x59524d._0x56e2e2)};let _0x38a2d4=![],_0x1a7448=null;for(const _0x5aba3c of _0x469277){if(_0x22aa86['vxPqI'](_0x2edf8c(_0x59524d._0x42d84f,_0x59524d._0x5757c4,0x39e,0x3cf),_0x22aa86['tYrCz'])){if(_0x22aa86[_0x2edf8c(0x387,_0x59524d._0x106ece,_0x59524d._0x3be84d,0x33d)](_0x5aba3c,_0x22aa86[_0x2edf8c(0x4a5,0x40f,0x439,0x400)])||_0x5aba3c==='-f')_0x38a2d4=!![];else _0x5aba3c[_0x2ab440(-_0x59524d._0x24d293,-0xa7,-0x58,-_0x59524d._0x37a19d)]('--tail=')&&(_0x1a7448=_0x22aa86['HtNzv'](parseInt,_0x5aba3c['substring'](_0x22aa86[_0x2edf8c(0x372,_0x59524d._0x5a4fbf,_0x59524d._0x3d249e,_0x59524d._0x4a1050)][_0x2ab440(0x2d,-0x6e,_0x59524d._0xcf6433,_0x59524d._0xb76c9d)]),0x2417+-0xf31*-0x2+-0x426f));}else _0x39a0bf[_0x2edf8c(_0x59524d._0x5a8058,0x329,_0x59524d._0x4a17b4,_0x59524d._0x1c39e5)](_0x2ab440(0xf7,0x64,0x79,_0x59524d._0x2d8cbc)+_0x2edf8c(0x36a,_0x59524d._0x277e30,0x355,0x3cf)+_0x2ab440(-_0x59524d._0x1febe9,-_0x59524d._0x219c0e,-_0x59524d._0x1786c0,-0xae)+')');}try{const _0x529fd4=await _0x3e8e47[_0x2ab440(0x9b,0xa7,0x55,0x37)](LOG_FILE,_0x22aa86[_0x2ab440(_0x59524d._0x5ec84a,_0x59524d._0x22f026,-_0x59524d._0x5e540a,-_0x59524d._0x37c292)]),_0x347e6d=_0x529fd4[_0x2edf8c(0x37c,0x327,_0x59524d._0x12f5ff,_0x59524d._0x43078b)]('\x0a');_0x1a7448?console[_0x2edf8c(0x2b7,0x329,_0x59524d._0x4a8576,0x3a2)](_0x347e6d[_0x2ab440(_0x59524d._0x2d83f5,0x2d,_0x59524d._0x437c45,_0x59524d._0x177b5e)](-_0x1a7448)[_0x2ab440(-0x7e,-0xe2,-_0x59524d._0x623ba9,-0xb8)]('\x0a')):console[_0x2edf8c(0x33a,_0x59524d._0x37e002,0x31d,0x28d)](_0x529fd4);if(_0x38a2d4){if(_0x22aa86[_0x2edf8c(_0x59524d._0x3ee202,_0x59524d._0x1319ac,0x316,0x3a5)](_0x22aa86['OPDwA'],_0x22aa86[_0x2edf8c(0x3eb,0x3cf,0x454,_0x59524d._0x2b95cb)])){if(_0x39508a===_0x22aa86[_0x2edf8c(0x3f2,0x40f,0x453,_0x59524d._0x790e24)]||_0x22aa86[_0x2edf8c(0x2ed,0x382,_0x59524d._0x7e1a26,_0x59524d._0x53e58e)](_0x2b5eb3,'-f'))_0xd5b49a=!![];else _0x48e4b6[_0x2edf8c(0x337,_0x59524d._0x494e33,_0x59524d._0x4345a0,0x2c1)](_0x22aa86[_0x2ab440(-0x17,-0x1a,0x2,-0x44)])&&(_0x401826=_0x452334(_0x388b73[_0x2ab440(0x66,_0x59524d._0x3d21c3,_0x59524d._0x47ea40,0xb9)](_0x22aa86[_0x2ab440(_0x59524d._0x4ab7b7,0x66,_0x59524d._0x1c06c5,0xf)][_0x2ab440(-0x5c,_0x59524d._0x170a39,0x23,-_0x59524d._0x1af50d)]),0x600+0xb*-0x34a+0x1e38));}else{console[_0x2edf8c(0x3bb,0x329,_0x59524d._0x2f741e,_0x59524d._0x1abcae)](_0x22aa86[_0x2edf8c(0x2ed,_0x59524d._0x5579eb,_0x59524d._0x3e362f,0x41f)]);let _0x5cf390=(await _0x3e8e47[_0x2ab440(-0x85,_0x59524d._0x1a034a,-0x4c,-0xd3)](LOG_FILE))[_0x2edf8c(_0x59524d._0x3738d8,_0x59524d._0x5b69b8,_0x59524d._0xf1d021,_0x59524d._0x139206)];const _0x525ece=_0x22aa86[_0x2ab440(0x38,_0x59524d._0x474dc1,-_0x59524d._0x58c0e6,_0x59524d._0x10cdaf)](setInterval,async()=>{const _0xebd1cf={_0x316167:0xdf,_0x5a505b:0x7b,_0x1401f4:0x121,_0x137176:0x87,_0x30e608:0x44e,_0x37daee:0x3a6,_0x4f3bc3:0x3a3,_0x286099:0x41e},_0x4687f8={_0x5d9add:0x1fc},_0x526e7e={_0x1f8483:0xfc,_0x41f2f9:0x12e};function _0x5a6948(_0x36c3ac,_0x4c9d69,_0x5b6118,_0x158c52){return _0x2edf8c(_0x36c3ac-_0x155e49._0x3f8fa2,_0x5b6118- -_0x155e49._0x3a0a74,_0x4c9d69,_0x158c52-0x116);}function _0x248aa9(_0x506448,_0x36011d,_0x3a3bde,_0x31afc3){return _0x2edf8c(_0x506448-_0x526e7e._0x1f8483,_0x36011d- -0x48f,_0x3a3bde,_0x31afc3-_0x526e7e._0x41f2f9);}const _0x1a13a9={'wdwss':_0x22aa86[_0x5a6948(_0x5f57ac._0x161472,0x43,-_0x5f57ac._0x4cd3b0,-0xab)],'AsgpF':function(_0x53f5db,_0x4fed14){const _0x5170d6={_0x28bf66:0x194,_0x1bf9c7:0xdf};function _0x269734(_0x544059,_0x21bf75,_0x586051,_0x4f5f1a){return _0x5a6948(_0x544059-_0x5170d6._0x28bf66,_0x4f5f1a,_0x544059- -0x156,_0x4f5f1a-_0x5170d6._0x1bf9c7);}return _0x22aa86[_0x269734(-0x164,-0x1e1,-_0x4687f8._0x5d9add,-0x1a5)](_0x53f5db,_0x4fed14);},'ZetvM':_0x22aa86[_0x5a6948(_0x5f57ac._0x46d508,_0x5f57ac._0x1c1d43,_0x5f57ac._0x3e5b1d,_0x5f57ac._0xb6d702)]};try{if(_0x22aa86['yANmF'](_0x22aa86[_0x248aa9(-_0x5f57ac._0xbac6c1,-0x173,-_0x5f57ac._0xee755d,-0x166)],_0x22aa86[_0x248aa9(-_0x5f57ac._0x55a3c6,-0xb2,-0xfe,-_0x5f57ac._0x2fb3e8)])){const _0x1215ea={_0x1860bc:0x3b4},_0x1b2b66={_0x2f43d9:0x0},_0x4f4484={_0x3e83e6:0x2f8,_0x1d2dc0:0x2e2},_0x515011={_0x38cf0a:0x3fe,_0x193a43:0x11a},_0x44dec7={'jvkCZ':_0x1a13a9[_0x5a6948(_0x5f57ac._0x53a5f5,_0x5f57ac._0x183d11,_0x5f57ac._0x2729b4,_0x5f57ac._0x1f499b)],'eoYmC':function(_0x179d4c,_0x5b03ca){function _0xc01fbf(_0xf0596,_0x2eb3ed,_0x4842ab,_0x46cb6f){return _0x248aa9(_0xf0596-0x157,_0x4842ab-_0x515011._0x38cf0a,_0x46cb6f,_0x46cb6f-_0x515011._0x193a43);}return _0x1a13a9[_0xc01fbf(_0x4f4484._0x3e83e6,0x24e,_0x4f4484._0x1d2dc0,0x259)](_0x179d4c,_0x5b03ca);}};let _0x2abee9='';_0xb84216['on'](_0x5a6948(-0x53,-0x42,-0x1d,_0x5f57ac._0x1ffee7),_0x27b4f2=>_0x2abee9+=_0x27b4f2),_0x203d66['on'](_0x1a13a9[_0x5a6948(0xd3,_0x5f57ac._0x392970,0xb4,_0x5f57ac._0x546b98)],()=>{function _0x5063b2(_0x486fcc,_0x13ba61,_0x1ebc20,_0x1a4603){return _0x248aa9(_0x486fcc-0x15c,_0x1ebc20-_0x1b2b66._0x2f43d9,_0x13ba61,_0x1a4603-0x1b8);}function _0x7c60b4(_0x119677,_0x504cc5,_0x58ee48,_0x47bcea){return _0x5a6948(_0x119677-0x150,_0x119677,_0x47bcea-_0x1215ea._0x1860bc,_0x47bcea-0xa4);}try{const _0x207f88=_0x3dd686[_0x5063b2(-_0xebd1cf._0x316167,-_0xebd1cf._0x5a505b,-0xae,-0x12b)](_0x2abee9),_0x4d50af={};_0x4d50af[_0x5063b2(-0x81,-_0xebd1cf._0x1401f4,-0xc4,-_0xebd1cf._0x137176)]=!![],_0x4d50af['service']=_0x207f88[_0x7c60b4(0x34e,0x31c,0x3bb,0x3ad)]||_0x44dec7[_0x7c60b4(0x3db,0x4b8,0x4e1,_0xebd1cf._0x30e608)],_0x412943(_0x4d50af);}catch{_0x44dec7[_0x7c60b4(0x41b,0x3cb,_0xebd1cf._0x37daee,_0xebd1cf._0x4f3bc3)](_0x1263c0,{'responding':!![],'service':_0x44dec7[_0x7c60b4(0x3b0,_0xebd1cf._0x286099,0x4bc,0x44e)]});}});}else{const _0x4a173f=(await _0x3e8e47[_0x248aa9(-0x11f,-_0x5f57ac._0x4701be,-_0x5f57ac._0x2d188b,-0x9c)](LOG_FILE))[_0x248aa9(-_0x5f57ac._0x5d843b,-_0x5f57ac._0x426894,-0xb6,-0x2)];if(_0x22aa86['DJNHO'](_0x4a173f,_0x5cf390)){if(_0x22aa86['rIbmD'](_0x5a6948(-0x1,_0x5f57ac._0x58ffbe,0x96,_0x5f57ac._0x3759be),_0x22aa86[_0x248aa9(-0x48,-0xb8,-0x40,-0x112)])){const _0x331f59=await _0x3e8e47['open'](LOG_FILE,'r'),_0x38483c=Buffer[_0x5a6948(_0x5f57ac._0x684689,-_0x5f57ac._0x32bedf,0x18,-0x20)](_0x22aa86[_0x5a6948(0x4b,-_0x5f57ac._0x32d52d,-0x30,-0x36)](_0x4a173f,_0x5cf390));await _0x331f59[_0x248aa9(-_0x5f57ac._0x392970,-0xfe,-_0x5f57ac._0x2a5e72,-_0x5f57ac._0x39b78e)](_0x38483c,0x362+-0x2*-0xa1f+-0x17a0,_0x38483c[_0x5a6948(_0x5f57ac._0x35f4d5,_0x5f57ac._0x2a3915,_0x5f57ac._0x39492f,0xf3)],_0x5cf390),await _0x331f59['close'](),process[_0x5a6948(_0x5f57ac._0x418df1,-_0x5f57ac._0x2cf116,-0x1c,-0x83)][_0x5a6948(0x36,-0x86,-0x3a,-_0x5f57ac._0x4ad174)](_0x38483c[_0x5a6948(_0x5f57ac._0x5e7f57,0x5a,_0x5f57ac._0x56294c,-0x11)]('utf-8')),_0x5cf390=_0x4a173f;}else _0x10ef1b[_0x248aa9(-0x133,-0x166,-0x1d3,-0x187)](_0x25dcb9[_0x248aa9(-0x28,-0x77,0x14,-_0x5f57ac._0x3fa317)](-_0x798a14)['join']('\x0a'));}}}catch(_0x554618){_0x22aa86[_0x5a6948(0x5c,-0x8,-0xe,-0x6c)](clearInterval,_0x525ece);}},0x1c76+0x7a*-0x11+-0x1268);process['on'](_0x22aa86[_0x2ab440(-_0x59524d._0x37a19d,-0xc2,-0x99,-_0x59524d._0xf8452a)],()=>{const _0x963a2b={_0x3b14ff:0x1a4,_0x44168f:0x1c1,_0x450df0:0x1a1};function _0x357196(_0x3c7001,_0x1dcafb,_0x4c9a72,_0x5b0d48){return _0x2edf8c(_0x3c7001-0x10d,_0x1dcafb-0x169,_0x3c7001,_0x5b0d48-0x8c);}function _0x590f2d(_0x45954c,_0x470104,_0x9e8451,_0xbc3210){return _0x2ab440(_0x45954c-_0x963a2b._0x3b14ff,_0xbc3210,_0x9e8451- -_0x963a2b._0x44168f,_0xbc3210-_0x963a2b._0x450df0);}_0x22aa86[_0x590f2d(-_0x578825._0x5af2e4,-0x225,-0x205,-_0x578825._0x52cbc3)](_0x22aa86[_0x590f2d(-0x14b,-_0x578825._0x359173,-0x17b,-_0x578825._0x35e606)],_0x22aa86[_0x590f2d(-_0x578825._0x233509,-0x190,-0x17b,-_0x578825._0x44650b)])?(_0x41cf3b[_0x357196(_0x578825._0xa9c713,0x4b4,0x4bf,0x50e)](_0x590f2d(-0x208,-0x175,-_0x578825._0x5b8e41,-0x1f3)+_0x590f2d(-_0x578825._0x2cdeb4,-_0x578825._0x25ed0b,-_0x578825._0x30f9bf,-0x1c9)+_0x357196(_0x578825._0x311d32,0x51d,_0x578825._0x358d05,_0x578825._0x3bea47)+'st:\x20'+_0x232fd4),_0x2b57b6[_0x590f2d(-_0x578825._0x13e014,-0x26e,-0x236,-0x25c)](-0x81a+-0x51c*0x3+0x176f)):(_0x22aa86[_0x590f2d(-0x29a,-_0x578825._0x22bd56,-_0x578825._0x1d8ab3,-0x284)](clearInterval,_0x525ece),process[_0x590f2d(-0x20e,-_0x578825._0x2dae9f,-_0x578825._0x1bf161,-_0x578825._0x32909b)](0x9f2+0x5cd+-0xfbf*0x1));});}}}catch(_0x5b6ea7){_0x22aa86[_0x2ab440(-0x48,-_0x59524d._0x52e760,-_0x59524d._0x14d95e,_0x59524d._0x13b42a)](_0x5b6ea7['code'],_0x22aa86[_0x2edf8c(0x441,0x411,0x48d,_0x59524d._0x4e609d)])?(console[_0x2ab440(-_0x59524d._0xb96a2b,-0x79,-_0x59524d._0x3729e1,-0xbb)](_0x22aa86[_0x2ab440(0x25,_0x59524d._0x13ab96,_0x59524d._0x5e4939,0xc9)]),console[_0x2edf8c(0x2be,_0x59524d._0x37e002,0x2c2,_0x59524d._0x5854c3)](_0x2ab440(0xb0,-_0x59524d._0x1c06c5,0x52,-_0x59524d._0x58a3c4)+_0x2edf8c(0x38a,_0x59524d._0xcde599,0x3ab,_0x59524d._0x540da2)+'been\x20start'+_0x2ab440(-0x66,_0x59524d._0x594688,-_0x59524d._0x27797a,-_0x59524d._0x57d0bc)+_0x2edf8c(_0x59524d._0x55d8e6,0x3e2,0x3b8,0x359)+_0x2ab440(-0x7c,_0x59524d._0x51f162,_0x59524d._0x164716,_0x59524d._0x51b4f8)+_0x2ab440(_0x59524d._0x209f40,-_0x59524d._0x588367,-_0x59524d._0x43f0f3,-_0x59524d._0x88c4c))):_0x22aa86[_0x2edf8c(0x350,0x356,0x3a7,_0x59524d._0x45cf36)]!==_0x22aa86[_0x2ab440(0x2c,-_0x59524d._0xec1d31,-_0x59524d._0x49ac3d,-0x9a)]?_0x19e115[_0x2edf8c(_0x59524d._0x4a8576,_0x59524d._0x37e002,0x2cd,0x297)](_0x4527e3):console['error'](_0x2edf8c(0x35a,0x333,_0x59524d._0x3ba61f,0x34d)+_0x2ab440(0x7d,-_0x59524d._0x4e635c,-_0x59524d._0x474dc1,-0x7c)+_0x5b6ea7['message']);}}export async function restartServer(_0x1827f1){const _0x54ec7c={_0x2c6f5a:0x21d,_0x2c98b8:0x221,_0x2c5eb3:0x2a2,_0x4f2502:0x1df,_0x39df93:0x1dd,_0x3e523c:0x265,_0x45e824:0x1e3,_0x1294ba:0x1a6,_0x4eb1bd:0x263,_0x552954:0x2e0,_0x45a6d7:0x26a,_0x5a7c3b:0x1ec,_0x27e05b:0x1c8,_0x21e399:0x1ee,_0x56716b:0x230,_0x35b1df:0x245,_0x48056b:0x2d5,_0x339d73:0x1ac,_0x18b91b:0x297,_0x443f5b:0x27a,_0x413d9a:0x1ff,_0x5ef569:0x1f7,_0x2e066a:0x2c1,_0x48dcaf:0x27d,_0x4614a2:0x227},_0x564c62={_0x133f36:0x16e,_0x3869cf:0x211,_0x237fe8:0x1d3},_0x2ff31a={_0x26315a:0x1a4,_0x54ab47:0x21d};function _0x4b7353(_0x5e8870,_0x11444a,_0xb51784,_0x1a7731){return _0x1e5290(_0x5e8870-_0x2ff31a._0x26315a,_0x5e8870- -_0x2ff31a._0x54ab47,_0xb51784,_0x1a7731-0x1c1);}function _0x59da5e(_0x50ad86,_0x1821eb,_0x5e47e0,_0x3291c1){return _0x1e5290(_0x50ad86-_0x564c62._0x133f36,_0x1821eb- -_0x564c62._0x3869cf,_0x50ad86,_0x3291c1-_0x564c62._0x237fe8);}const _0x477a72={'acLQn':function(_0x30cd08,_0x1fa2ae){return _0x30cd08(_0x1fa2ae);},'XaAnp':_0x59da5e(-_0x54ec7c._0x2c6f5a,-0x245,-_0x54ec7c._0x2c98b8,-0x28c),'XIHwQ':function(_0x464ac6,_0x2978ca){return _0x464ac6!==_0x2978ca;},'HAKPD':_0x4b7353(-_0x54ec7c._0x2c5eb3,-0x234,-0x286,-0x2d7),'ukpLX':'Stopping\x20s'+_0x4b7353(-0x205,-_0x54ec7c._0x4f2502,-_0x54ec7c._0x39df93,-0x17d),'glUrB':function(_0x18de78){return _0x18de78();},'ElHcs':_0x59da5e(-0x259,-0x1fd,-0x27c,-0x22e)+'erver...','TKFqD':function(_0x2e4de0,_0x4d13b0){return _0x2e4de0(_0x4d13b0);}},{running:_0x5059fe}=await isServerRunning();if(_0x5059fe){if(_0x477a72['XIHwQ'](_0x477a72[_0x4b7353(-_0x54ec7c._0x3e523c,-0x1f7,-0x2de,-0x2cf)],_0x477a72[_0x59da5e(-_0x54ec7c._0x45e824,-0x259,-0x1e0,-0x1c5)]))try{const _0x440e0e=_0x569b7c[_0x4b7353(-0x1eb,-_0x54ec7c._0x1294ba,-0x1a1,-0x1af)](_0x15902a);_0x477a72['acLQn'](_0x535425,{'responding':!![],'service':_0x440e0e[_0x4b7353(-_0x54ec7c._0x4eb1bd,-_0x54ec7c._0x552954,-_0x54ec7c._0x45a6d7,-_0x54ec7c._0x5a7c3b)]||_0x477a72[_0x59da5e(-_0x54ec7c._0x27e05b,-_0x54ec7c._0x21e399,-0x174,-_0x54ec7c._0x56716b)]});}catch{_0x477a72[_0x4b7353(-_0x54ec7c._0x35b1df,-_0x54ec7c._0x48056b,-0x219,-_0x54ec7c._0x339d73)](_0x38d6aa,{'responding':!![],'service':_0x477a72['XaAnp']});}else console[_0x59da5e(-0x2ec,-_0x54ec7c._0x18b91b,-_0x54ec7c._0x443f5b,-_0x54ec7c._0x2c6f5a)](_0x477a72['ukpLX']),await _0x477a72[_0x59da5e(-0x23e,-0x229,-_0x54ec7c._0x413d9a,-_0x54ec7c._0x5ef569)](stopServer),console['log']('');}console[_0x59da5e(-_0x54ec7c._0x2e066a,-0x297,-_0x54ec7c._0x48dcaf,-_0x54ec7c._0x4614a2)](_0x477a72[_0x59da5e(-0x287,-0x250,-0x1f7,-0x2b6)]),await _0x477a72['TKFqD'](startDaemon,_0x1827f1);}
|
|
1
|
+
(function(_0x2c598e,_0x51f21e){const _0x2ed873={_0x454af8:0x3fc,_0x269687:0x43d,_0x2ffdee:0x523,_0x5c4cf9:0x545,_0x21dc25:0x4f7,_0x18c3ce:0xd0,_0xaa5f71:0x14e,_0x3c47a4:0x502,_0xd1e52c:0x46f,_0x2e83c8:0x4aa,_0xc4a424:0x439,_0x1c0d70:0x248,_0x51524c:0x1a2,_0x13ef2b:0x164,_0x1b5b9b:0x175,_0x48c0a0:0x22f,_0x51a6a4:0x191,_0x14878b:0x194},_0x5406d6={_0x851f43:0x2c6};function _0xa593ea(_0x39a825,_0x137967,_0x5e639a,_0x4b4883){return _0x1105(_0x137967- -0x3c0,_0x39a825);}const _0x5939a7=_0x2c598e();function _0x84ccde(_0x501ece,_0x563682,_0x267647,_0x2b28b2){return _0x1105(_0x2b28b2-_0x5406d6._0x851f43,_0x501ece);}while(!![]){try{const _0x21bc30=parseInt(_0x84ccde(0x417,_0x2ed873._0x454af8,_0x2ed873._0x269687,0x42a))/(-0x1f3*0xd+-0x1367*-0x1+0x5f1*0x1)*(parseInt(_0x84ccde(_0x2ed873._0x2ffdee,_0x2ed873._0x5c4cf9,0x4d0,_0x2ed873._0x21dc25))/(0x2*-0x1379+0x3f+0x26b5))+-parseInt(_0x84ccde(0x43f,0x4eb,0x549,0x4b4))/(-0x18e1+0x1397+-0x54d*-0x1)+parseInt(_0xa593ea(-_0x2ed873._0x18c3ce,-_0x2ed873._0xaa5f71,-0x1b1,-0x178))/(-0x86*0x2f+-0x1ffe+0x389c)+parseInt(_0x84ccde(0x4bf,_0x2ed873._0x3c47a4,0x52e,0x523))/(0x10*-0x86+-0x3*-0x215+0x226)+parseInt(_0x84ccde(0x3c4,_0x2ed873._0xd1e52c,_0x2ed873._0x2e83c8,_0x2ed873._0xc4a424))/(-0x733+0x21*0x6+0xd*0x7f)*(parseInt(_0xa593ea(-0x259,-0x281,-_0x2ed873._0x1c0d70,-0x2ba))/(-0x3*0xa31+-0xf64*-0x2+-0x17*0x2))+parseInt(_0xa593ea(-_0x2ed873._0x51524c,-_0x2ed873._0x13ef2b,-_0x2ed873._0xaa5f71,-_0x2ed873._0x1b5b9b))/(-0x16a7+0x11d*-0x23+0x3da6)+-parseInt(_0xa593ea(-_0x2ed873._0x48c0a0,-_0x2ed873._0x51a6a4,-0x10f,-_0x2ed873._0x14878b))/(0x113e*0x2+-0x1c1*-0xa+0x33fd*-0x1);if(_0x21bc30===_0x51f21e)break;else _0x5939a7['push'](_0x5939a7['shift']());}catch(_0x4225e0){_0x5939a7['push'](_0x5939a7['shift']());}}}(_0x32f3,0x92*-0x1a91+0x57e1f+0x143fd9*0x1));import{spawn}from'child_process';function _0x32f3(){const _0x3d52d3=['zxj2zxiUlI4','C2L6zq','DhjPBq','C3vIC3rYAw5N','vwT5tw8','zgPtzgu','zxjYB3i','yuTjDwy','y0jUB0q','wuz6vMy','AwDUB3jL','icbvuKW6icaGia','ls10ywLSpq','BY9JB2rLCI1Zzq','ywXSB2m','BvPTvwm','EezZEu8','zcbPBIbMB3jLzW','Aw4GDgHLihrLCG','Dg9WCgvK','Aw5NigXVz3m6ia','C2vYDMvYlMXVzW','uu1otgW','rhL1ww4','AK52vfy','yxr1CYiGDg8GyW','vNbtCgO','u3rHCNrPBMCGqW','ndy0ntm3nMTIEhLrzG','ndqZntC5nvLOBwPvDG','AxnRz2W','DgLTzw91Da','Au1orNu','t2rLEfq','C2vYDMvYihDPDa','zxr1Ca','BM9Kzq','swnXwhq','ExbbELm','DgG6ia','q09ervjFu0vsvG','wuHWt3G','Ag9ZDdO','DhvW','CMvJDxjZAxzL','CgLK','CxjvAg8','zYbZzxqGy29Kzq','ruDWtLy','A2L0quq','ntaZntC2ogXRCgTrwG','C3rHCNqUANm','BMP5Beq','twLKqLu','uNHJA1O','Dhj1zq','ruj2B20','zNPotwS','AMXis0S','r1HiELG','mZaXDuPLBe1d','DeHABwe','C2vYDMvYvxjS','rxjYB3iGC3rVCa','rdOGica','Dg8Vy29KzxiTCW','EejZz1O','v0rtzvm','Chr2z0u','u2vYDMvYig1HEq','AMDXA1e','ywXOB3n0oG','z1zuu1K','AKzPCw8','C3rHCNrZv2L0Aa','B2jhtw8','zwqGEwv0ig9Yia','ic0TC2v0DxaTCa','u0Lhsu5u','DgfYDgvKlG','Cg9YDa','zw52','tMTLDKm','vvDoA0i','CMvHzezPBgu','yLHqCxC','icaGigrHzw1VBG','DYbSB2DZ','y3Lgzve','rujjwhe','rNDSDLG','DgGGq3rYBcTdia','D2LUzYbSB2DZia','u3rVCcbPDcb3Aq','BwLUywWGD2HLCG','rLLtzu0','BvbbBMu','ndCXmte2t3nRBfbi','u0Lhs0Lmta','sfPPDuW','CL9Zzxr1Cf9Wyq','CNvUBMLUzW','DxrMltG','yw5Kihn0yxj0ia','icbmB2DZoIa','q29KzxjgBg93ia','zxHPDa','icbqsuq6icaGia','zMLNDxjLza','C2vYDMLJzq','mhW0Fdj8mxW3Fa','zxj2zxiGkfbjra','mtu5ndGWwezJthvz','ANPJBgy','uLnPswm','icaGicdIMQaGu3rH','rhzjt2C','4PYtifnLCNzLCIbZ','yxLdqw8','qKDZrLO','CgfYC2u','C2v0DxbqyxrO','C2XPy2u','AePnAfG','Ew9fvM8','rxjYB3iGCMvHza','Bxnlr04','icaGicdINjmGuNvU','BLD6ALm','r1zgre4','uf9qqvri','zhjKENG','zw5K','BMLUzYaOzgfLBq','EvDoqum','rwnYseC','wMPky1C','AxneAxjLy3rVCG','CNzLCIbZDg9W','icbtzxr1Ccbqyq','wvHwAhu','ls1PBNnWzwn0','BxLowfe','v01dse4','A2DTuhK','A2LSBa','Cejgzgi','C2vYDMvYlNbPza','DgG6icaOBM90ia','lxnLCNzLCIbZDa','uwv1Bwq','ENfTv3i','AxL4D1a','Ag9TzwrPCG','icbJB2rLCI1Zzq','DwTryxK','icbqB3j0oIaGia','DhvZoG','zgLUzYK','DxDRBhm','wg1Aq2S','BwvZC2fNzq','CNzLCIbJB25MAq','lMnVzgvY','Cxruu1O','zxj2zxiGD2L0Aa','zgz1ufu','DgGGl3bHDgGVDa','rxjYB3i6ifnLDa','vxHguNm','CvDNA0m','CcbWyxrOignVBG','Dw5RBM93BG','tuzICKe','igzVCMvNCM91BG','CNvUBMLUzYbPBG','q05KtNK','ywrkA2m','u1boDw0','BgXxuem','cI0TlsbgB2XSBW','u2vYDMvYigLZia','icaGica','EM9UBgW','EKn0D0S','D3jPDgvgAwXL','Dg9tDhjPBMC','u05steK','CgLUzYbZzxj2zq','m3WXFdb8mNW2Fa','AgvJAYbZzxj2zq','quXWv3C','t3iGDxnLoG','Cxnvq1O','q09ervjFu0vuvq','BNr6wNa','rgjsq1e','zsaOC2vYDMvYia','r0zzDwi','vxvQALy','BM5PBMCGkfbjra','vhnuBLC','vxnAA2O','l2HLywX0Aa','CM1jt2q','CK1sBKe','zxmGBM90igv4Aq','BLnmBwK','ks4UlG','icbtDgfSzsbqsq','rgrvsvq','u0Lhvevstq','Dw5ZAgLMDa','ihn0B3aPic0Tlq','ELvWyvy','sLj5v08','s0jgqxG','icbvuKW6icbODa','wNrKqvq','CMvZCg9UzgLUzW','A1nlDgq','AhnqEhO','r1rNEgO','EurLq1O','u2vYDMvYigrPza','zNzRrKO','DxaGCgf0AcbKBW','zNLACMK','uhnmruW','vxnLicjJB2rLCG','AM9PBG','u1r3C1O','zNPsC1i','rvjFsu5tuevdva','DgHLihnLCNzLCG','mtqYmdy3ne5Ssuzewa','EK9RAgC','senLBeG','ihj1BM5PBMC','Ccb0AguGC2vYDG','uujqu2i','CNzLCIbZDgfYDa','qxLsyKK','D3Hlyva','rxjYB3i6ie5Via','sMrTDeK','C3q6ia','uuzlAxu','ig5VDcbHigrPCG','Ahr0CdOVl2XVyW','sxDrzLO','BMLUzYaOzM9Yzq','rNftDue','qM9Yuwu','y29KzxiTC2v0Dq','z2v0','C3rKB3v0','Du9pu28','u3rVChbPBMCGCW','DxaGCgf0AcbPCW','qKf6ugi','Dw5Yzwy','CJOG','Bg9N','CgXPr1i','BguGueLeigzPBa','v01mvfa','zgf5v2G','zcbTB2rLlG','icbtDgf0Dxm6ia','wurwqwW','BfbQD2i','D2L0AdO','CM91BMqGBw9Kzq','BhfRugG','BM90ihjLC3bVBG','n3W1Fdq','rhPJDNC','rMXzD3G','Dw5SAw5R','qvDbBg8','zgvZDhjVEq','zsbPDcb3yxmGCW','ENPRz2S','B1Hmy1G','rvvisfO','y2f0y2G','ywXYzwfKEsbYDq','B3aIihrVihn0BW','C3rHDa','yMvLBIbZDgfYDa','q29UzMLNDxjLia','v2Pit0i','B3bLBG','ru5pru5u','ihDPDgG6','zsbMB3vUza','CLDMqxG','wLzOrMG','zgLYBMfTzq','mZi3otG3mdLcz0vUBuS','z3jVDw5Kkq','nfnxyMDXra','B0vLzxC','zK5Pquy','D2fZihn0yxj0zq','vfjvu1rFufjpwa','q0HlDxe','BM90ihj1BM5PBG','D3jPDgu','ue9sva','icaGia','BgvUz3rO','u2vYDMvYifn0yq','sM1cDfG','yxrOps9WyxrOlW','uNfkvvq'];_0x32f3=function(){return _0x3d52d3;};return _0x32f3();}import{promises as _0x58da23}from'fs';import _0x761e04 from'path';import _0x476884 from'os';function _0x36bf5f(_0x40310b,_0x48194a,_0x1984e6,_0x2bbd38){const _0x1d6e91={_0x23fbd8:0x2f8};return _0x1105(_0x2bbd38- -_0x1d6e91._0x23fbd8,_0x1984e6);}import _0x5631d6 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x761e04['dirname'](__filename),PID_FILE=_0x761e04[_0x36bf5f(-0x12b,-0x164,-0x13b,-0x10f)](_0x476884[_0x36bf5f(-0xcf,-0x1d6,-0x180,-0x15c)](),_0x36bf5f(-0xd7,-0x146,-0x1e9,-0x152),_0x502c1d(0x3ab,0x3ec,0x49b,0x43b)),LOG_FILE=_0x761e04['join'](_0x476884[_0x502c1d(0x464,0x3dd,0x448,0x441)](),_0x502c1d(0x3c2,0x4b5,0x3e8,0x44b),_0x502c1d(0x481,0x4bd,0x4ea,0x4fa));export async function isServerRunning(){const _0x2e92f3={_0x5bfc47:0x54e,_0x2a3fe6:0x4e0,_0x2b10d7:0x5dc,_0x1f5145:0x569,_0x384d9d:0x168,_0x39886f:0x17f,_0x429377:0x130,_0x3efaf6:0x20c,_0x3a848e:0x209,_0x1783ad:0x172,_0x2a6b20:0x228,_0x55d28e:0x1e0,_0x2e0277:0x239,_0x62ddb3:0x22d,_0x1c400b:0x26d,_0x2c27b9:0x1a0,_0xff31f:0x4be,_0x43a27c:0x4c3,_0xff6ef7:0x11e,_0x39f5b7:0x4ea,_0x316b7d:0x4d7,_0x437b91:0x48d,_0x400068:0x493,_0x55e021:0x4b4,_0x2534c1:0x5a7,_0x3ed2ec:0x58d,_0x5ba8b3:0x12a,_0x1a9def:0x1a8,_0x4c7173:0x1e6,_0x5d1d9e:0x1da,_0x59c57e:0x536,_0x577aaf:0x5b5,_0x19fd88:0x4e8,_0x4c8751:0x543,_0x40cd27:0x52d,_0x5c1d08:0x1ef,_0x4274a4:0x13f,_0x3cbd71:0x5d3,_0x54ab5a:0x611,_0x12c3bc:0x613,_0xfec921:0x58d,_0x307538:0x4cc,_0x5337f2:0x465,_0x46dced:0x295,_0x4d97de:0x1a8,_0x52ff35:0x207,_0x2efc4c:0x55b},_0x2904e0={_0x5d393e:0x1a0,_0x37e54b:0x66},_0x1ee70b={_0x26aca5:0x98},_0x11ccd9={'CHKuq':function(_0x568695,_0x4de0ce){return _0x568695(_0x4de0ce);},'xBsgZ':function(_0x2291c8,_0x4769c9){return _0x2291c8===_0x4769c9;},'LXoSW':'--follow','yWNAC':'--tail=','XmZCk':_0x27f34d(_0x2e92f3._0x5bfc47,_0x2e92f3._0x2a3fe6,_0x2e92f3._0x2b10d7,_0x2e92f3._0x1f5145),'ypAzS':function(_0xe059ae,_0x4c0a36){return _0xe059ae!==_0x4c0a36;},'llWPC':_0x68ab41(-_0x2e92f3._0x384d9d,-_0x2e92f3._0x39886f,-0xe9,-_0x2e92f3._0x429377),'WMLTP':_0x68ab41(-0x21f,-0x20f,-0x25b,-_0x2e92f3._0x3efaf6),'zCtwK':_0x68ab41(-_0x2e92f3._0x3a848e,-0x158,-0x14a,-_0x2e92f3._0x1783ad)};function _0x68ab41(_0x434d88,_0x4be493,_0x16441a,_0x3537ee){return _0x36bf5f(_0x434d88-0xc5,_0x4be493-0x1bf,_0x4be493,_0x3537ee- -_0x1ee70b._0x26aca5);}function _0x27f34d(_0x37c7cc,_0x5b9b79,_0xd7e01c,_0x5375eb){return _0x36bf5f(_0x37c7cc-_0x2904e0._0x5d393e,_0x5b9b79-_0x2904e0._0x37e54b,_0x37c7cc,_0x5375eb-0x618);}try{const _0x5cefb3=await _0x58da23[_0x68ab41(-_0x2e92f3._0x2a6b20,-_0x2e92f3._0x55d28e,-0x2a4,-_0x2e92f3._0x2e0277)](PID_FILE,_0x68ab41(-0x193,-_0x2e92f3._0x62ddb3,-_0x2e92f3._0x1c400b,-0x227)),_0x396dbf=parseInt(_0x5cefb3[_0x68ab41(-0x1ce,-_0x2e92f3._0x2c27b9,-0x151,-0x14e)](),-0x1*0xd8b+0x1cac+-0xf17);try{if(_0x11ccd9[_0x27f34d(0x4b3,_0x2e92f3._0xff31f,0x49d,_0x2e92f3._0x43a27c)]==='tFxCY')_0x11ccd9[_0x68ab41(-0x157,-0x1ac,-_0x2e92f3._0xff6ef7,-0x15a)](_0xa16baa,_0x29ebf5),_0x45b473[_0x27f34d(_0x2e92f3._0x39f5b7,_0x2e92f3._0x316b7d,0x459,_0x2e92f3._0x437b91)](0xb*0x25+-0x648+0x4b1*0x1);else{process[_0x27f34d(_0x2e92f3._0x400068,0x508,0x539,_0x2e92f3._0x55e021)](_0x396dbf,0x7f*-0x1f+-0x1ea2+-0x2e03*-0x1);const _0x54ac8a={};return _0x54ac8a['running']=!![],_0x54ac8a[_0x27f34d(0x4f6,_0x2e92f3._0x2534c1,0x5a1,_0x2e92f3._0x3ed2ec)]=_0x396dbf,_0x54ac8a;}}catch{if(_0x11ccd9[_0x68ab41(-0xf9,-0x111,-0x100,-_0x2e92f3._0x5ba8b3)](_0x11ccd9[_0x68ab41(-0x266,-_0x2e92f3._0x1a9def,-_0x2e92f3._0x4c7173,-_0x2e92f3._0x5d1d9e)],_0x68ab41(-0x15c,-0xfd,-0x1a3,-_0x2e92f3._0x429377)))_0x2b8425=!![];else{await _0x58da23['unlink'](PID_FILE)['catch'](()=>{});const _0x2064a2={};return _0x2064a2['running']=![],_0x2064a2['pid']=null,_0x2064a2;}}}catch{if(_0x11ccd9[_0x27f34d(0x505,0x4ec,_0x2e92f3._0x59c57e,0x586)](_0x11ccd9[_0x27f34d(_0x2e92f3._0x577aaf,_0x2e92f3._0x19fd88,_0x2e92f3._0x4c8751,_0x2e92f3._0x40cd27)],_0x11ccd9[_0x68ab41(-0x156,-_0x2e92f3._0x5c1d08,-_0x2e92f3._0x4274a4,-0x1d5)])){const _0x2d55cc={};return _0x2d55cc['running']=![],_0x2d55cc[_0x27f34d(_0x2e92f3._0x3cbd71,_0x2e92f3._0x54ab5a,_0x2e92f3._0x12c3bc,_0x2e92f3._0xfec921)]=null,_0x2d55cc;}else{if(_0x11ccd9['xBsgZ'](_0x4eb5da,_0x11ccd9['LXoSW'])||_0x11ccd9[_0x27f34d(0x3c6,0x4f2,_0x2e92f3._0x307538,_0x2e92f3._0x5337f2)](_0x57e3ee,'-f'))_0x44df9c=!![];else _0x59926d['startsWith'](_0x11ccd9['yWNAC'])&&(_0x50e1bc=_0xfb112c(_0xef4226['substring'](_0x11ccd9[_0x68ab41(-0x25f,-_0x2e92f3._0x46dced,-_0x2e92f3._0x4d97de,-_0x2e92f3._0x52ff35)][_0x27f34d(0x4de,0x4e6,0x5a3,_0x2e92f3._0x2efc4c)]),-0x1e88+-0x256c+0x43fe));}}}async function getServerConfig(){const _0x567b0e={_0x5dcc4f:0x5ae,_0x35e7c9:0x54e,_0x5615b4:0x5a4,_0x400ae8:0x4df,_0x21ec48:0x521,_0x169bc0:0x533,_0x29d1d7:0x5e5,_0x5da7bf:0x588,_0x2386c3:0x481,_0x5b049a:0x488,_0x1006c2:0x4d6,_0x11b75a:0x1f1,_0x3effc4:0x1e8,_0x182f4d:0x215,_0x531f65:0x1c6,_0x5705ca:0x54e,_0x156770:0x4b3},_0x346733={_0x358608:0xda,_0x1b28d9:0x189,_0x5b4e70:0xe7},_0x5d9f28={_0x576e42:0x25b},_0x2f597b={'ALpWw':function(_0x27adfb){return _0x27adfb();},'qtTSZ':function(_0x55cd51){return _0x55cd51();}};function _0x152d6b(_0x20c3c0,_0x531e4d,_0x30480e,_0x38c6d8){return _0x502c1d(_0x20c3c0-0x99,_0x20c3c0,_0x30480e-0x19d,_0x38c6d8- -_0x5d9f28._0x576e42);}function _0x4ad9ab(_0x45172e,_0x3ab7d2,_0x47bf24,_0x55ae8c){return _0x502c1d(_0x45172e-_0x346733._0x358608,_0x3ab7d2,_0x47bf24-_0x346733._0x1b28d9,_0x55ae8c-_0x346733._0x5b4e70);}const _0x597cfd=await _0x2f597b[_0x4ad9ab(0x500,0x4c5,_0x567b0e._0x5dcc4f,_0x567b0e._0x35e7c9)](getCoderSetupPath),_0x5bf97f=await _0x2f597b[_0x4ad9ab(_0x567b0e._0x5615b4,_0x567b0e._0x400ae8,_0x567b0e._0x21ec48,_0x567b0e._0x169bc0)](getServerPort),_0x5b8184=_0x4ad9ab(0x5c6,_0x567b0e._0x29d1d7,0x565,_0x567b0e._0x5da7bf)+_0x4ad9ab(0x4b1,_0x567b0e._0x2386c3,_0x567b0e._0x5b049a,_0x567b0e._0x1006c2)+_0x5bf97f,_0x3b8798={};return _0x3b8798[_0x152d6b(_0x567b0e._0x11b75a,_0x567b0e._0x3effc4,_0x567b0e._0x182f4d,_0x567b0e._0x531f65)]=_0x597cfd,_0x3b8798['port']=_0x5bf97f,_0x3b8798[_0x4ad9ab(0x4b9,_0x567b0e._0x5705ca,_0x567b0e._0x156770,0x4cd)]=_0x5b8184,_0x3b8798;}export async function startDaemon(_0x2065a9){const _0x1e2606={_0x556a1d:0x5d6,_0x57f3b4:0x587,_0x1e0887:0x549,_0x20736b:0x4a4,_0x2182e2:0x4c2,_0x3858c4:0x42a,_0xe5d1cf:0x3f9,_0x80917:0x3ed,_0x50ea98:0x454,_0x351aeb:0x3df,_0x4d63eb:0x480,_0x15c0cf:0x449,_0x3c54a5:0x3f4,_0x557176:0x493,_0x27dd45:0x437,_0x457bb1:0x62b,_0x5d8129:0x614,_0x54d911:0x4f7,_0x128af6:0x4c3,_0x3f0bdb:0x57c,_0x71ce55:0x513,_0x4f386f:0x57b,_0x104c27:0x564,_0x1a06c9:0x529,_0x21b980:0x530,_0x15e244:0x478,_0x2e0bd:0x3fe,_0x2c019:0x5cf,_0x2440b3:0x5be,_0x40d1a5:0x4d9,_0xac839e:0x37f,_0x1911ba:0x3fc,_0x38f6f2:0x4cd,_0x382558:0x5ed,_0x11a38c:0x568,_0x42a903:0x5bb,_0x2aed71:0x658,_0xf5464d:0x37a,_0x3d1a92:0x366,_0xa02605:0x3dd,_0x262cea:0x62a,_0x512e25:0x618,_0x22b28b:0x473,_0x36ea23:0x54a,_0x1aaa8c:0x4c9,_0x488fcf:0x407,_0x256d3d:0x366,_0x3fb58d:0x3c7,_0x3c3379:0x5aa,_0x593281:0x5dc,_0x18460d:0x5e3,_0x2122ba:0x52a,_0x3b06b4:0x557,_0x4d2450:0x62f,_0x3b3986:0x62e,_0x4b9c9e:0x4c4,_0x1966d6:0x4a5,_0x58befc:0x4c3,_0x41d381:0x4c3,_0x2b77da:0x5e6,_0x17fe78:0x52e,_0x44bcef:0x588,_0x539914:0x545,_0x22390e:0x3ef,_0xc1ece5:0x475,_0x4197af:0x425,_0x56ed34:0x48d,_0x79e0ec:0x55e,_0xdad9c2:0x5b9,_0x65aac4:0x626,_0x2e87b3:0x4b3,_0x24ce81:0x444,_0x4fe6e9:0x475,_0x2aaa1f:0x36e,_0x209345:0x471,_0x1b6be6:0x4d3,_0x156a43:0x5ee,_0x4fc840:0x5ab,_0x4f2815:0x47f,_0x8ed82c:0x46f,_0x52c458:0x505,_0x12a2cf:0x4fc,_0x50d859:0x4f0,_0x11cc12:0x50b,_0x5d2c1b:0x4ad,_0x3b7867:0x4ee,_0x1630b4:0x56c,_0x429b6f:0x5da,_0xe63597:0x620,_0x342c83:0x50f,_0x5b5260:0x5f8,_0x4a8e1c:0x578,_0x4cd22d:0x5df,_0x535bb4:0x586,_0x2ff75e:0x575,_0x2d1060:0x55a,_0x10e354:0x5dd,_0x41259a:0x55c,_0x5bc4d4:0x5bb,_0xad22cf:0x50e,_0x5b699d:0x4b9,_0xb8af07:0x48d,_0x5bf261:0x48c,_0x225dff:0x573,_0x1059fc:0x60f,_0x4acb15:0x6a7,_0x4ead4c:0x62a,_0x1646a7:0x690,_0x8ccd27:0x584,_0x14df9e:0x60d,_0x571fa1:0x602,_0x1d4095:0x466,_0x1a5c70:0x65a,_0x401925:0x5d1,_0x27b2bd:0x5a6,_0x2b8b34:0x552,_0x195e11:0x57f,_0x14a1d4:0x52c,_0x2b0fd5:0x489,_0x4168a5:0x443,_0x588157:0x4a1,_0x5868f6:0x4af,_0x29055a:0x530,_0x29aecc:0x5dc,_0xb26d24:0x539,_0x29d609:0x540,_0x54a7ff:0x524,_0x510279:0x58a,_0x14d722:0x529,_0x420628:0x497,_0x5c36b3:0x38b,_0x2285b1:0x3ac,_0x1f2785:0x402,_0x11d7f7:0x513,_0x5a0ba5:0x5a8,_0x2cf803:0x5b1,_0x17e531:0x58c,_0x5ba22f:0x5fd,_0x3d7acf:0x680,_0x7528d4:0x5ce,_0x10644e:0x4f7,_0x27f585:0x55a,_0x55c492:0x4b8,_0x581c00:0x557,_0x269e96:0x533,_0x23d47c:0x60e,_0x44a6fe:0x50a,_0x1034fe:0x4f5,_0x5ee469:0x4e4,_0x12f174:0x3da,_0x412cdc:0x3d4,_0x5ac6bc:0x542,_0x10d6fe:0x546,_0x5e8166:0x51a,_0x5057f6:0x50a,_0x56d189:0x4be,_0x542bb0:0x4d4,_0x3bd679:0x4a6,_0x2611cf:0x4d1,_0x5dd714:0x544,_0x5471f5:0x5c7,_0x4580fc:0x4e4,_0x38a275:0x476,_0x1b8a92:0x5e3,_0x127a68:0x51b,_0x4c43e1:0x46e,_0x42b5b9:0x4c5,_0x2568d7:0x438,_0x114ddf:0x4db,_0x401892:0x452,_0x116d4d:0x513,_0x50032f:0x47b,_0x29d94c:0x4f2,_0x4e5135:0x572,_0x44bf4a:0x53d,_0x2b9f32:0x42a,_0x38807c:0x4f3,_0x19adbf:0x4b2,_0x3090ea:0x431,_0x516922:0x3fe,_0x486758:0x503,_0x5d34bf:0x499,_0x147f2e:0x3fa,_0x402e9f:0x421,_0x4397a4:0x44a,_0x4e186f:0x552,_0x220fed:0x613,_0x2cd48b:0x49e,_0x41a1cf:0x4ad,_0x1911e9:0x528,_0x51c85b:0x474,_0x8b1057:0x507,_0x169c65:0x497,_0x506e64:0x455,_0x3c82e2:0x41b,_0x433f5f:0x4f4,_0x469f4e:0x3df,_0xc0347:0x3a3,_0x5b92a0:0x584,_0x2df1b5:0x3e6,_0x25ec07:0x439,_0x404d01:0x418,_0x1c69ea:0x45b,_0x48147b:0x3e1,_0x4bf0d2:0x5e0,_0x375e4b:0x58c,_0x11d35b:0x55d,_0x1bb268:0x4c5,_0x39d9cb:0x631,_0x540f30:0x600,_0x445720:0x5e2,_0xa2e216:0x5cc,_0x1afaa5:0x579,_0x1e1844:0x5fc,_0x3c9af0:0x663,_0x4fd52b:0x429,_0x51501f:0x50a,_0x23de27:0x565,_0x2298b8:0x52f,_0x5720fd:0x56a,_0x52fb27:0x57e,_0x318937:0x58d,_0x5784ff:0x4fa,_0x56bd99:0x505,_0x5a7a9b:0x590,_0x423c6d:0x59e,_0x706d6e:0x5b0,_0x371f7d:0x48a,_0xb7ab4:0x683,_0x325379:0x485,_0x5848dd:0x53b,_0x27aa4c:0x593,_0x47fc5c:0x5cb,_0x32c2d5:0x62b,_0x4672e6:0x635,_0x10c240:0x504,_0x55f159:0x45d,_0x26380f:0x4b1,_0x44de4a:0x517,_0x24d6a2:0x4af,_0x43bc58:0x495,_0x3206dd:0x65f,_0x159e09:0x640,_0x6fd306:0x5a9,_0x402823:0x681,_0x492be2:0x634,_0x4a1e4a:0x5a7,_0xb3f5e3:0x44e,_0x43c34a:0x671,_0x4f5221:0x634,_0x339be6:0x6b5,_0x5b3e64:0x616,_0x449591:0x4d8,_0x39082f:0x458,_0x1a6308:0x405,_0x8db85a:0x469,_0x5e8bd6:0x4ef,_0x119c68:0x4dc,_0x910834:0x45c,_0x3405d9:0x497,_0x42253d:0x501,_0x224539:0x532,_0xd83bca:0x4fe,_0x2e583d:0x4b3,_0x1c04e3:0x527,_0x27496d:0x5f9,_0x3d27c6:0x64a},_0x2d2cc9={_0x3a65c0:0x18},_0x4de56c={_0x62a49c:0x5,_0x250206:0x106},_0x563687={'GXHzX':_0x5b8d7a(0x589,_0x1e2606._0x556a1d,_0x1e2606._0x57f3b4,_0x1e2606._0x1e0887)+_0x546b98(0x513,0x474,0x4ce,_0x1e2606._0x20736b),'hMwvq':_0x546b98(0x4b6,0x407,_0x1e2606._0x2182e2,_0x1e2606._0x3858c4)+_0x546b98(_0x1e2606._0xe5d1cf,_0x1e2606._0x80917,_0x1e2606._0x50ea98,0x432)+'g\x20set\x20code'+_0x546b98(_0x1e2606._0x351aeb,_0x1e2606._0x4d63eb,_0x1e2606._0x15c0cf,_0x1e2606._0x3c54a5)+_0x546b98(0x3c9,_0x1e2606._0x557176,0x3aa,_0x1e2606._0x27dd45)+_0x5b8d7a(_0x1e2606._0x457bb1,0x668,_0x1e2606._0x5d8129,0x6a4)+_0x546b98(_0x1e2606._0x54d911,_0x1e2606._0x128af6,_0x1e2606._0x3f0bdb,0x4f8),'zUpaV':_0x5b8d7a(0x5b2,_0x1e2606._0x71ce55,0x58a,0x550),'VpSpj':function(_0x3a8781,_0x4b5111){return _0x3a8781===_0x4b5111;},'fvkFJ':_0x5b8d7a(_0x1e2606._0x4f386f,_0x1e2606._0x104c27,_0x1e2606._0x1a06c9,_0x1e2606._0x21b980),'FwlvX':function(_0x4e0a24){return _0x4e0a24();},'RSiIc':_0x546b98(_0x1e2606._0x15e244,0x3d8,0x491,_0x1e2606._0x2e0bd)+'5|6|3','AWAlo':_0x5b8d7a(_0x1e2606._0x2c019,0x562,_0x1e2606._0x2440b3,0x5b5)+'coder-setu'+_0x546b98(0x3bc,0x3c2,_0x1e2606._0x40d1a5,0x43b)+_0x546b98(0x463,0x45d,_0x1e2606._0xac839e,_0x1e2606._0x1911ba),'QgPtM':'Configure\x20'+_0x5b8d7a(0x678,0x5bf,0x5da,0x65f),'HZiuL':_0x5b8d7a(_0x1e2606._0x38f6f2,_0x1e2606._0x382558,0x564,_0x1e2606._0x11a38c)+_0x5b8d7a(0x5a6,0x534,_0x1e2606._0x42a903,_0x1e2606._0x2aed71)+_0x546b98(_0x1e2606._0xf5464d,0x465,_0x1e2606._0x3d1a92,_0x1e2606._0xa02605)+'ath=/path/'+'to/coder-s'+_0x5b8d7a(0x600,0x636,_0x1e2606._0x262cea,_0x1e2606._0x512e25),'yoEVo':function(_0x5278d4,_0x232c8c){return _0x5278d4!==_0x232c8c;},'aKIuf':'njylD','LyZMf':_0x546b98(_0x1e2606._0x22b28b,_0x1e2606._0x36ea23,_0x1e2606._0x1aaa8c,0x500),'ZjJcW':function(_0x1c8c26){return _0x1c8c26();},'dfuPU':_0x546b98(0x453,_0x1e2606._0x488fcf,_0x1e2606._0x256d3d,_0x1e2606._0x3fb58d),'ukQay':'RBxoQ','GFjsO':_0x5b8d7a(0x583,_0x1e2606._0x3c3379,_0x1e2606._0x593281,_0x1e2606._0x18460d),'IwQfZ':_0x5b8d7a(_0x1e2606._0x2122ba,0x4ff,_0x1e2606._0x3b06b4,0x56d),'TsTnW':function(_0x4c4fda,_0x4f65be,_0x1f12e9,_0x2e95ab){return _0x4c4fda(_0x4f65be,_0x1f12e9,_0x2e95ab);},'HCelH':_0x5b8d7a(0x587,_0x1e2606._0x4d2450,0x611,_0x1e2606._0x3b3986),'QzRaG':_0x5b8d7a(_0x1e2606._0x4b9c9e,0x4e5,0x530,0x4c0),'oEeew':'Use\x20\x22coder'+_0x546b98(_0x1e2606._0x1966d6,0x43b,0x42f,0x425)+_0x546b98(_0x1e2606._0x58befc,0x4d5,_0x1e2606._0x41d381,0x4e6)+_0x5b8d7a(_0x1e2606._0x2b77da,_0x1e2606._0x17fe78,_0x1e2606._0x44bcef,_0x1e2606._0x539914)+'r\x20status','zonll':_0x546b98(_0x1e2606._0x22390e,0x45c,0x3d6,_0x1e2606._0xc1ece5)+_0x546b98(0x3e7,0x392,0x44a,_0x1e2606._0x4197af)+_0x546b98(0x42d,_0x1e2606._0x56ed34,0x48f,0x4b0)+_0x5b8d7a(0x5f5,_0x1e2606._0x79e0ec,_0x1e2606._0xdad9c2,_0x1e2606._0x65aac4)+'er','STwsZ':_0x546b98(_0x1e2606._0x2e87b3,_0x1e2606._0x24ce81,0x490,_0x1e2606._0x4fe6e9)+'-server\x20lo'+'gs\x22\x20to\x20vie'+_0x546b98(0x37b,_0x1e2606._0x2aaa1f,_0x1e2606._0x209345,0x3e7)},{running:_0x1d8c40,pid:_0x79a8ba}=await isServerRunning();if(_0x1d8c40){if(_0x563687[_0x546b98(_0x1e2606._0x1b6be6,0x4bb,0x545,0x4e7)](_0x563687[_0x5b8d7a(0x600,_0x1e2606._0x156a43,_0x1e2606._0x4fc840,0x5c6)],'bmgXY')){const _0x5e5329=_0x563687[_0x5b8d7a(_0x1e2606._0x4f2815,_0x1e2606._0x8ed82c,_0x1e2606._0x52c458,_0x1e2606._0x12a2cf)]['split']('|');let _0x3a814d=0x1*-0x1da5+-0x4*0x6e6+0x393d;while(!![]){switch(_0x5e5329[_0x3a814d++]){case'0':_0x1718d5[_0x546b98(_0x1e2606._0x50d859,_0x1e2606._0x11cc12,_0x1e2606._0x5d2c1b,0x4d3)](_0x546b98(0x449,0x426,_0x1e2606._0x3b7867,0x4b3)+_0x5b8d7a(0x632,_0x1e2606._0x1630b4,_0x1e2606._0x429b6f,_0x1e2606._0xe63597));continue;case'1':_0x3b7b51['error']('');continue;case'2':_0xa5d29f[_0x546b98(_0x1e2606._0x342c83,0x438,0x561,0x4d3)](_0x563687['hMwvq']);continue;case'3':_0x49f68e[_0x5b8d7a(_0x1e2606._0x5b5260,_0x1e2606._0x4a8e1c,0x60d,0x5d6)](_0x5b8d7a(0x533,0x548,0x5be,0x657)+_0x5b8d7a(_0x1e2606._0x4cd22d,0x553,0x5c8,0x618)+_0x5b8d7a(0x4ec,_0x1e2606._0x535bb4,_0x1e2606._0x2ff75e,_0x1e2606._0x2d1060)+'figured');continue;case'4':_0x34d32e['exit'](0x1*0x1ed3+0x13*0x1c4+-0x405e);continue;case'5':_0x210b52['error'](_0x5b8d7a(0x5b7,0x5cf,0x564,_0x1e2606._0x10e354)+_0x5b8d7a(0x56e,_0x1e2606._0x41259a,_0x1e2606._0x5bc4d4,0x567)+_0x5b8d7a(_0x1e2606._0xad22cf,_0x1e2606._0x5b699d,0x517,_0x1e2606._0xb8af07)+_0x546b98(0x46e,_0x1e2606._0x5bf261,0x553,0x4cb)+_0x5b8d7a(_0x1e2606._0x225dff,0x589,_0x1e2606._0x11cc12,0x4da)+_0x5b8d7a(_0x1e2606._0x1059fc,_0x1e2606._0x4acb15,_0x1e2606._0x4ead4c,_0x1e2606._0x1646a7));continue;case'6':_0x1628b9['error']('');continue;case'7':_0x1237bb[_0x5b8d7a(0x635,_0x1e2606._0x8ccd27,_0x1e2606._0x14df9e,_0x1e2606._0x571fa1)](_0x563687[_0x546b98(0x498,0x4c5,0x413,_0x1e2606._0x1d4095)]);continue;}break;}}else{console[_0x5b8d7a(0x622,_0x1e2606._0x1a5c70,_0x1e2606._0x401925,_0x1e2606._0x27b2bd)](_0x5b8d7a(_0x1e2606._0x2b8b34,0x4e0,_0x1e2606._0x195e11,_0x1e2606._0x14a1d4)+_0x546b98(_0x1e2606._0x2b0fd5,_0x1e2606._0x4168a5,_0x1e2606._0x588157,_0x1e2606._0x5868f6)+_0x5b8d7a(_0x1e2606._0x29055a,_0x1e2606._0x29aecc,0x592,0x53f)+':\x20'+_0x79a8ba+')');const _0x251121=await _0x563687[_0x5b8d7a(_0x1e2606._0xb26d24,_0x1e2606._0x29d609,_0x1e2606._0x54a7ff,_0x1e2606._0x510279)](getServerConfig);console[_0x546b98(0x407,_0x1e2606._0x14d722,0x475,_0x1e2606._0x420628)]('URL:\x20'+_0x251121[_0x546b98(0x34e,_0x1e2606._0x5c36b3,_0x1e2606._0x3fb58d,0x3ce)]);return;}}const _0x3d252c=await _0x563687[_0x5b8d7a(0x53d,0x5ab,_0x1e2606._0x54a7ff,0x4b9)](getCoderSetupPath),_0xfde052=String(await _0x563687['FwlvX'](getServerPort));if(!_0x3d252c){const _0x4f638d=_0x563687[_0x546b98(0x3ac,0x41f,_0x1e2606._0x2285b1,_0x1e2606._0x1f2785)]['split']('|');let _0x50f358=0x2b*0xae+-0x1087+-0xcb3;while(!![]){switch(_0x4f638d[_0x50f358++]){case'0':console[_0x546b98(0x442,_0x1e2606._0x11d7f7,0x4ff,_0x1e2606._0x1b6be6)](_0x563687[_0x5b8d7a(0x58a,_0x1e2606._0x5a0ba5,0x5e2,_0x1e2606._0x2cf803)]);continue;case'1':console[_0x5b8d7a(0x62d,0x667,0x60d,0x61a)](_0x5b8d7a(_0x1e2606._0x17e531,_0x1e2606._0x5ba22f,0x564,0x54d)+'rver\x20confi'+_0x5b8d7a(0x6d2,0x62d,0x636,_0x1e2606._0x3d7acf)+_0x546b98(0x383,0x460,0x459,_0x1e2606._0x3c54a5)+_0x5b8d7a(_0x1e2606._0x7528d4,0x544,0x571,0x4fa)+_0x546b98(0x4a3,_0x1e2606._0x10644e,_0x1e2606._0x27f585,0x4da)+_0x546b98(_0x1e2606._0x55c492,0x583,0x546,0x4f8));continue;case'2':console['error'](_0x563687['QgPtM']);continue;case'3':process[_0x5b8d7a(0x536,0x519,0x534,0x58e)](0x1*-0x110a+-0x7*0x50f+0x3474);continue;case'4':console[_0x546b98(0x482,0x4c3,0x567,0x4d3)]('');continue;case'5':console[_0x546b98(_0x1e2606._0x581c00,0x508,0x54c,0x4d3)](_0x563687[_0x5b8d7a(_0x1e2606._0x269e96,_0x1e2606._0x23d47c,0x5a0,0x63b)]);continue;case'6':console[_0x546b98(_0x1e2606._0x44a6fe,_0x1e2606._0x1034fe,_0x1e2606._0x5ee469,0x4d3)](_0x563687[_0x546b98(_0x1e2606._0x12f174,0x3f7,_0x1e2606._0x412cdc,0x3f3)]);continue;case'7':console[_0x546b98(0x474,0x567,_0x1e2606._0x36ea23,0x4d3)]('');continue;}break;}}try{if(_0x563687[_0x5b8d7a(_0x1e2606._0x5ac6bc,0x5ad,_0x1e2606._0x10d6fe,_0x1e2606._0x5e8166)](_0x563687[_0x546b98(_0x1e2606._0x5057f6,_0x1e2606._0x56d189,0x572,_0x1e2606._0x542bb0)],_0x546b98(0x4f6,_0x1e2606._0x3bd679,0x54d,0x501)))_0x5ac47a['log'](_0x2935f0[_0x5b8d7a(0x5b1,_0x1e2606._0x2611cf,_0x1e2606._0x5dd714,_0x1e2606._0x5471f5)](-_0x3ad336)[_0x546b98(_0x1e2606._0x4580fc,0x4b8,0x475,_0x1e2606._0x38a275)]('\x0a'));else{const _0x325a96=await _0x58da23['stat'](_0x3d252c);!_0x325a96[_0x5b8d7a(_0x1e2606._0x1b8a92,0x573,0x553,_0x1e2606._0x127a68)+'y']()&&(console['error'](_0x546b98(_0x1e2606._0x4c43e1,_0x1e2606._0x42b5b9,0x497,_0x1e2606._0x2568d7)+_0x546b98(_0x1e2606._0x114ddf,0x45d,_0x1e2606._0x401892,_0x1e2606._0x557176)+_0x546b98(_0x1e2606._0x116d4d,0x476,0x4a8,0x488)+'ectory:\x20'+_0x3d252c),process[_0x5b8d7a(0x576,0x54f,0x534,0x556)](0x1c4d+-0x4*0x481+-0xa48));}}catch(_0x4467a9){console[_0x546b98(_0x1e2606._0x50032f,_0x1e2606._0x29d94c,0x444,0x4d3)](_0x5b8d7a(0x519,0x50b,_0x1e2606._0x4e5135,_0x1e2606._0x44bf4a)+_0x546b98(0x4f1,_0x1e2606._0x2b9f32,_0x1e2606._0x38807c,0x472)+_0x546b98(_0x1e2606._0x19adbf,_0x1e2606._0x3090ea,0x479,0x45e)+_0x546b98(_0x1e2606._0x516922,_0x1e2606._0x486758,0x48e,0x486)+_0x3d252c),process[_0x546b98(0x3db,_0x1e2606._0x5d34bf,0x456,_0x1e2606._0x147f2e)](0x1f*-0xf1+0x10*-0x62+0x2350);}const _0x339c6d=_0x761e04[_0x546b98(0x3fc,_0x1e2606._0x402e9f,0x423,_0x1e2606._0x38a275)](__dirname,'..','..',_0x563687['LyZMf']);console[_0x546b98(_0x1e2606._0x4397a4,0x484,0x3fc,0x497)](''),console[_0x5b8d7a(_0x1e2606._0x4e186f,_0x1e2606._0x220fed,_0x1e2606._0x401925,0x66a)](_0x546b98(_0x1e2606._0x2cd48b,_0x1e2606._0x41a1cf,_0x1e2606._0x1911e9,0x4e8)+'oderFlow\x20S'+'erver...'),console[_0x546b98(0x510,_0x1e2606._0x51c85b,_0x1e2606._0x8b1057,_0x1e2606._0x169c65)](_0x546b98(0x37f,_0x1e2606._0x506e64,0x445,_0x1e2606._0x3c82e2)+_0x546b98(0x535,0x4cf,0x4e8,_0x1e2606._0x433f5f)+_0x3d252c),console['log'](_0x546b98(0x394,_0x1e2606._0x469f4e,_0x1e2606._0xc0347,0x42c)+_0x5b8d7a(_0x1e2606._0x5b92a0,_0x1e2606._0x2aed71,0x601,0x60f)+_0xfde052),console['log']('\x20\x20Mode:\x20\x20\x20'+_0x546b98(0x436,0x399,0x3fd,_0x1e2606._0x2df1b5)),console['log']('');const _0x3d5435=await _0x563687[_0x546b98(0x42e,_0x1e2606._0x38a275,_0x1e2606._0x25ec07,_0x1e2606._0x404d01)](getTrustProxy),_0x61cf3e={...process[_0x546b98(0x353,0x3ee,_0x1e2606._0x1c69ea,_0x1e2606._0x48147b)]};_0x61cf3e[_0x5b8d7a(0x50d,_0x1e2606._0x4bf0d2,_0x1e2606._0x375e4b,_0x1e2606._0x11d35b)+_0x5b8d7a(0x566,0x5bf,0x54c,_0x1e2606._0x1bb268)]=_0x3d252c,_0x61cf3e[_0x5b8d7a(0x65a,_0x1e2606._0x39d9cb,_0x1e2606._0x540f30,_0x1e2606._0x445720)]=_0xfde052;const _0x469128=_0x61cf3e;_0x3d5435&&(_0x469128[_0x5b8d7a(_0x1e2606._0xa2e216,_0x1e2606._0x1afaa5,_0x1e2606._0x1e1844,0x646)+'Y']=_0x563687[_0x5b8d7a(0x52b,0x5fb,0x570,0x5bf)]);const _0x1b0cc1=[_0x339c6d];if(process['env'][_0x5b8d7a(_0x1e2606._0x3c9af0,0x5d5,0x62f,0x656)+_0x546b98(_0x1e2606._0x50032f,_0x1e2606._0xa02605,_0x1e2606._0x4fd52b,0x479)]){if(_0x563687[_0x5b8d7a(0x4f4,_0x1e2606._0x51501f,_0x1e2606._0x23de27,0x4da)]===_0x563687['GFjsO']){_0x14f015[_0x5b8d7a(_0x1e2606._0x41259a,0x593,0x55b,0x5a1)](_0x3c68dc,0x15*-0x43+0x181f+0x1*-0x12a0);const _0x596ce5={};return _0x596ce5[_0x5b8d7a(0x56a,0x550,_0x1e2606._0x2298b8,0x586)]=!![],_0x596ce5[_0x546b98(_0x1e2606._0x5720fd,_0x1e2606._0x52fb27,_0x1e2606._0x318937,_0x1e2606._0x5784ff)]=_0x3631a0,_0x596ce5;}else _0x1b0cc1[_0x5b8d7a(_0x1e2606._0x56bd99,_0x1e2606._0x5a7a9b,_0x1e2606._0x423c6d,_0x1e2606._0x706d6e)](_0x563687[_0x546b98(0x3f7,0x4e5,0x3f3,_0x1e2606._0x371f7d)]);}const _0x2f4461=_0x761e04['dirname'](LOG_FILE),_0x501af6={};_0x501af6[_0x5b8d7a(_0x1e2606._0xb7ab4,0x687,0x633,0x625)]=!![],await _0x58da23['mkdir'](_0x2f4461,_0x501af6);const _0x20429f=await _0x58da23[_0x546b98(0x42c,_0x1e2606._0x325379,_0x1e2606._0x5848dd,0x4b5)](LOG_FILE,'a'),_0x4d7248=_0x563687[_0x5b8d7a(0x627,0x53b,_0x1e2606._0x27aa4c,_0x1e2606._0x47fc5c)](spawn,_0x5b8d7a(0x5b6,0x683,_0x1e2606._0x32c2d5,_0x1e2606._0x4672e6),_0x1b0cc1,{'env':_0x469128,'detached':!![],'stdio':[_0x563687[_0x546b98(_0x1e2606._0x10c240,_0x1e2606._0x55f159,0x3e6,0x47d)],_0x20429f['fd'],_0x20429f['fd']]});_0x4d7248[_0x546b98(_0x1e2606._0x26380f,_0x1e2606._0x44de4a,_0x1e2606._0x24d6a2,_0x1e2606._0x43bc58)]();function _0x5b8d7a(_0x21cd97,_0x5f4fb8,_0x98c437,_0x521564){return _0x502c1d(_0x21cd97-_0x4de56c._0x62a49c,_0x5f4fb8,_0x98c437-_0x4de56c._0x250206,_0x98c437-0x122);}const _0x20fdf9=_0x761e04[_0x5b8d7a(_0x1e2606._0x3206dd,_0x1e2606._0x159e09,0x5f5,0x60d)](PID_FILE),_0x1ca3e9={};_0x1ca3e9[_0x546b98(0x54e,0x51e,0x55a,0x4f9)]=!![],await _0x58da23['mkdir'](_0x20fdf9,_0x1ca3e9),await _0x58da23[_0x5b8d7a(0x588,0x523,0x583,0x550)](PID_FILE,_0x4d7248[_0x5b8d7a(_0x1e2606._0x6fd306,_0x1e2606._0x402823,_0x1e2606._0x492be2,_0x1e2606._0x4a1e4a)][_0x546b98(0x4e2,0x439,_0x1e2606._0xb3f5e3,_0x1e2606._0x4397a4)](),_0x563687['QzRaG']),console['log']('✓\x20Server\x20s'+'tarted\x20in\x20'+'daemon\x20mod'+'e\x20(PID:\x20'+_0x4d7248[_0x5b8d7a(0x610,_0x1e2606._0x43c34a,_0x1e2606._0x4f5221,_0x1e2606._0x339be6)]+')');function _0x546b98(_0x160e34,_0xb70caa,_0x75e5bb,_0x12b739){return _0x502c1d(_0x160e34-0x16f,_0x160e34,_0x75e5bb-0x52,_0x12b739- -_0x2d2cc9._0x3a65c0);}console[_0x5b8d7a(_0x1e2606._0x5b3e64,_0x1e2606._0x4a1e4a,0x5d1,0x555)](_0x546b98(_0x1e2606._0x449591,_0x1e2606._0x39082f,_0x1e2606._0x1a6308,_0x1e2606._0x8db85a)+'tp://local'+_0x546b98(0x522,_0x1e2606._0x5e8bd6,0x4b8,_0x1e2606._0x10644e)+_0xfde052),console[_0x546b98(_0x1e2606._0x119c68,_0x1e2606._0x56bd99,_0x1e2606._0x910834,_0x1e2606._0x3405d9)](_0x5b8d7a(0x49f,_0x1e2606._0x42253d,_0x1e2606._0x224539,0x4fb)+LOG_FILE),console[_0x546b98(_0x1e2606._0xd83bca,_0x1e2606._0x2e583d,_0x1e2606._0x224539,0x497)](''),console[_0x546b98(0x432,0x4b3,_0x1e2606._0x1c04e3,0x497)](_0x563687[_0x5b8d7a(_0x1e2606._0x2d1060,0x648,_0x1e2606._0x27496d,_0x1e2606._0x3d27c6)]),console[_0x546b98(0x41f,_0x1e2606._0x433f5f,0x407,0x497)](_0x563687[_0x5b8d7a(0x58c,_0x1e2606._0x27496d,0x581,0x5e4)]),console['log'](_0x563687[_0x5b8d7a(0x616,0x605,0x5b1,0x60a)]);}export async function stopServer(){const _0x44ff41={_0x28a123:0x18,_0x31003d:0x105,_0x2dbf3c:0xf2,_0x2376e7:0x91,_0x4bc7a6:0x11b,_0x5cb3da:0x2a,_0x5e9bd4:0xf3,_0x14723d:0xc4,_0x3d0b88:0x5a,_0x36e62b:0x10e,_0x4d478a:0xe3,_0x1bb3c4:0xee,_0x1802e5:0xc5,_0x4a1316:0x67,_0x35510b:0x102,_0x3611a3:0xca,_0x4ba313:0xc0,_0x7f7f8c:0x45,_0x5170d8:0x84,_0x3738a8:0xbf,_0x55c51a:0x148,_0x2a2c48:0x2a,_0x1c0056:0xb3,_0x358700:0xb8,_0x501f93:0x55,_0x2aa6bc:0x95,_0x2c3450:0x15f,_0x16e414:0xe7,_0x9c35c:0x60,_0x1404a0:0x16e,_0x4e9ac0:0xce,_0x114e70:0x3,_0x46588a:0x66,_0x234e8d:0x7a,_0x1f8962:0xc4,_0x5e1a19:0x57,_0x4ba0c6:0x15c,_0x27e5ab:0x122,_0x1ce053:0x9d,_0x3661dd:0x59,_0x436b4d:0x3,_0x46287c:0x6e,_0x26b8b8:0x41,_0x3509db:0x164,_0x2f6a82:0xe,_0x38b43f:0xd5,_0x271f17:0x59,_0x381ae3:0x163,_0x12b7cb:0xdc,_0x449c37:0x17a,_0x5bd6b0:0x4a,_0xf81824:0x70,_0x3b9b83:0x10b,_0x18ba2c:0xcb,_0x381772:0x74,_0x3be13a:0xc4,_0x5ca92e:0xc3,_0x454680:0x5f,_0x2a6d12:0xd8},_0x2a46b9={_0x44b2ee:0x175,_0x3e1610:0x129},_0x54b36f={'SNRLI':function(_0x60ee47){return _0x60ee47();},'pliGR':_0x21cf75(_0x44ff41._0x28a123,_0x44ff41._0x31003d,0x10a,0x6d)+_0x4c2503(_0x44ff41._0x2dbf3c,0x17c,0x14f,0x12b)+'g','zqmWr':_0x4c2503(_0x44ff41._0x2376e7,0x12c,_0x44ff41._0x4bc7a6,_0x44ff41._0x5cb3da),'QFKiu':function(_0x457976,_0x4a5664){return _0x457976<_0x4a5664;},'YDVAl':function(_0x5ea26b,_0x4845e8){return _0x5ea26b!==_0x4845e8;},'MidBU':'UNDrU','jlHKK':_0x4c2503(0x9e,0xf9,0x115,_0x44ff41._0x5e9bd4)+'\x20not\x20stop\x20'+'gracefully'+',\x20forcing.'+'..','nWzjS':_0x21cf75(_0x44ff41._0x14723d,-0x32,_0x44ff41._0x3d0b88,0x2d)+_0x4c2503(_0x44ff41._0x36e62b,_0x44ff41._0x4d478a,_0x44ff41._0x1bb3c4,0xd7)},{running:_0x24611e,pid:_0x38f9f7}=await _0x54b36f[_0x4c2503(0x79,0x26,0x9b,0xbb)](isServerRunning);if(!_0x24611e){console[_0x4c2503(_0x44ff41._0x1802e5,_0x44ff41._0x4a1316,_0x44ff41._0x35510b,0xdd)](_0x54b36f[_0x21cf75(_0x44ff41._0x3611a3,0x118,0x28,_0x44ff41._0x4ba313)]);return;}console[_0x21cf75(_0x44ff41._0x7f7f8c,_0x44ff41._0x5170d8,0x14d,_0x44ff41._0x3738a8)](_0x4c2503(0xc0,_0x44ff41._0x55c51a,0x4a,0x145)+_0x21cf75(0x9e,_0x44ff41._0x3738a8,_0x44ff41._0x2a2c48,0x27)+':\x20'+_0x38f9f7+_0x4c2503(0x8e,_0x44ff41._0x1c0056,0xf0,_0x44ff41._0x358700));function _0x4c2503(_0x375e92,_0x2ccf8b,_0x2b89a8,_0x1718dc){return _0x502c1d(_0x375e92-0xfe,_0x2ccf8b,_0x2b89a8-0x145,_0x375e92- -0x3ea);}function _0x21cf75(_0x1e2b73,_0xb915be,_0x430d38,_0x2c3f78){return _0x502c1d(_0x1e2b73-_0x2a46b9._0x44b2ee,_0x430d38,_0x430d38-_0x2a46b9._0x3e1610,_0x2c3f78- -0x3f0);}try{process['kill'](_0x38f9f7,_0x54b36f[_0x4c2503(_0x44ff41._0x501f93,0x68,_0x44ff41._0x2aa6bc,0xb6)]);for(let _0x30081b=0xeef*-0x2+-0x9ef*0x2+0x31bc;_0x54b36f[_0x4c2503(0xb5,0x9c,0xaa,0xb7)](_0x30081b,-0x1916+-0x3f1*0x8+-0xe34*-0x4);_0x30081b++){try{process['kill'](_0x38f9f7,0xd*0x9a+-0xf41+0x76f),await new Promise(_0x620998=>setTimeout(_0x620998,0x2661+0x2c3+-0x2*0x1460));}catch{if(_0x54b36f[_0x21cf75(_0x44ff41._0x2c3450,_0x44ff41._0x16e414,_0x44ff41._0x9c35c,0xc6)](_0x54b36f['MidBU'],_0x54b36f[_0x4c2503(0x130,0x143,_0x44ff41._0x1404a0,_0x44ff41._0x4e9ac0)]))_0x6cafb6['error'](_0x4c2503(-_0x44ff41._0x114e70,_0x44ff41._0x46588a,-0x8d,-0x76)+_0x4c2503(_0x44ff41._0x234e8d,0xfe,0x9a,0x6b)+_0x4c2503(_0x44ff41._0x1f8962,_0x44ff41._0x5e1a19,_0x44ff41._0x4ba0c6,_0x44ff41._0x27e5ab)+_0x410aff[_0x21cf75(0x15,0xae,_0x44ff41._0x1ce053,_0x44ff41._0x3661dd)]),_0x1faa24[_0x21cf75(0x88,-_0x44ff41._0x436b4d,_0x44ff41._0x46287c,0x22)](0x1199+-0x1*0x215f+0xfc7*0x1);else break;}}try{process['kill'](_0x38f9f7,0x17a3*0x1+0x1047+0x4e*-0x83),console[_0x4c2503(0xc5,_0x44ff41._0x26b8b8,_0x44ff41._0x3509db,0x48)](_0x54b36f[_0x4c2503(-0x8,0x43,-_0x44ff41._0x2f6a82,0x29)]),process['kill'](_0x38f9f7,'SIGKILL');}catch{}await _0x58da23[_0x4c2503(_0x44ff41._0x38b43f,_0x44ff41._0x271f17,_0x44ff41._0x381ae3,0xec)](PID_FILE)[_0x4c2503(_0x44ff41._0x12b7cb,_0x44ff41._0x449c37,0x59,0xb6)](()=>{}),console['log'](_0x54b36f[_0x4c2503(0x3e,0x19,-0x1,_0x44ff41._0x5bd6b0)]);}catch(_0x4dde95){console[_0x21cf75(0x13b,0x172,0x62,0xfb)](_0x4c2503(-0x3,-0x68,0x7f,-0xb)+_0x21cf75(_0x44ff41._0xf81824,_0x44ff41._0x3b9b83,_0x44ff41._0x18ba2c,_0x44ff41._0x381772)+_0x4c2503(_0x44ff41._0x3be13a,0x99,_0x44ff41._0x5ca92e,0xcb)+_0x4dde95[_0x4c2503(_0x44ff41._0x454680,-0x6,-0x15,_0x44ff41._0x2a6d12)]),process['exit'](0x907+-0x259c+0x1c96);}}function _0x502c1d(_0x5168b9,_0x3bc628,_0x821e44,_0x256694){return _0x1105(_0x256694-0x2a5,_0x3bc628);}async function checkServerHealth(_0x11c990){const _0x57ecb1={_0x180654:0x47e,_0x4efea1:0x4c9,_0x53ac97:0x484,_0x2c49b9:0x4e0,_0x4594dd:0x4ab,_0x8e236:0x525,_0x3278d2:0x54c},_0x585ef5={_0x504540:0x75,_0x11b605:0xa4,_0x1a2376:0xcd,_0x4c8d78:0x56,_0x245680:0xc9,_0x30bd47:0x33,_0x37aaef:0x4a,_0x55648d:0x14d,_0x347287:0x1ce,_0x220981:0x59,_0x370224:0x11f,_0x30f73a:0xe4,_0x4fa8a0:0x157,_0x249b5c:0x131,_0x1633dd:0xd6,_0x14e04f:0x1a3,_0x206b0e:0x1d1,_0xbbe67c:0x169,_0x1b8776:0xd1,_0xfb44ce:0x56,_0x3315c8:0x91,_0x38679f:0x129,_0x440e57:0xe3,_0x2063c7:0x131,_0x3f5ab2:0x185,_0x4a74d9:0x1dd,_0x1e8b3a:0x1c0,_0x1c94da:0x17a,_0x44706b:0x12d,_0x16a812:0x147},_0x3e52f9={_0x2b879c:0x4eb,_0x4b97a0:0x4bb},_0x27bf70={_0x375c54:0x14e},_0x551488={_0x192ea0:0x640},_0x18d472={'rMRnA':function(_0x4669f5,_0x362c2f){return _0x4669f5(_0x362c2f);},'KBFAx':_0x5dc0e6(-0x199,-0x136,-0x108,-0xbe)+'not\x20runnin'+'g','uOOSo':function(_0x2a75c0,_0x7386dd){return _0x2a75c0!==_0x7386dd;},'WjHOB':_0x3596a4(0x540,0x4f5,_0x57ecb1._0x180654,_0x57ecb1._0x4efea1),'JdmtI':function(_0x16b721,_0x58e105){return _0x16b721(_0x58e105);},'JLnjc':'Start\x20the\x20'+_0x3596a4(0x5bb,0x5aa,0x627,0x603)+'h:','GTgxj':_0x3596a4(0x459,0x4e5,_0x57ecb1._0x53ac97,_0x57ecb1._0x2c49b9)+'rver\x20start','kgmPy':_0x3596a4(0x4da,_0x57ecb1._0x4594dd,0x4bb,0x534),'XIlWG':'data','ntzZp':function(_0x5ce110,_0x1f0d81){return _0x5ce110===_0x1f0d81;},'QMNLl':'error','GFYub':_0x3596a4(0x601,0x5a7,_0x57ecb1._0x8e236,_0x57ecb1._0x3278d2)};function _0x3596a4(_0x2b41b7,_0x1d097e,_0x58f859,_0xc34210){return _0x36bf5f(_0x2b41b7-0x1f0,_0x1d097e-0xd4,_0xc34210,_0x1d097e-_0x551488._0x192ea0);}function _0x5dc0e6(_0x1ce679,_0x595d68,_0xba5ef1,_0x4f137d){return _0x502c1d(_0x1ce679-_0x27bf70._0x375c54,_0x4f137d,_0xba5ef1-0x12b,_0xba5ef1- -0x565);}return new Promise(_0x21e9bf=>{const _0x2123cf={_0x43d017:0xba,_0x370e58:0xef,_0x4d160c:0x33,_0x5b8623:0xf4,_0x1b9f7d:0x6e,_0x4a096c:0xf,_0x4cc7cc:0xa6,_0x535184:0x45,_0xfa6637:0x11c,_0x4bcbe3:0x7e,_0x52b3ef:0x5e,_0x1efe39:0xd9,_0x96eb5f:0xee,_0x7bc2e3:0xf},_0x28fed5={_0x5c7bee:0x189,_0x124e77:0x30,_0x3033ee:0x190},_0x37b278={_0x25538b:0x158,_0x253522:0x130,_0x286b15:0x116,_0x9399a7:0x133,_0xb84944:0x89,_0x3c8854:0xdb,_0x234084:0x119,_0x39b49b:0x159,_0x3dbfee:0xeb,_0x25f6eb:0x74},_0x580e89={_0x4f794d:0x48f,_0x110598:0x3d9},_0x57e3d2={_0x469e37:0xda,_0x53a891:0xed},_0x8b6f9f={_0x14b8d3:0x19d},_0x10046a={_0x5d7530:0x1ce,_0x2ee55e:0x1de,_0x901758:0x183};function _0xa56963(_0xaa2ddc,_0x20a2ff,_0x282ceb,_0x3cf405){return _0x5dc0e6(_0xaa2ddc-_0x10046a._0x5d7530,_0x20a2ff-_0x10046a._0x2ee55e,_0x282ceb-_0x10046a._0x901758,_0xaa2ddc);}const _0x233f5a={'gVTSY':_0x18d472['JLnjc'],'MFbrA':_0x18d472[_0xa56963(_0x585ef5._0x504540,0x74,_0x585ef5._0x11b605,_0x585ef5._0x1a2376)],'UWNkB':_0x18d472[_0xa56963(0xc7,0x3f,_0x585ef5._0x4c8d78,_0x585ef5._0x245680)],'lPjwb':function(_0x327b08,_0x5dec4b){function _0x4ab8a4(_0x2ded06,_0x42bf22,_0x1efcbe,_0x2e8070){return _0x134887(_0x2e8070,_0x2ded06-0x36c,_0x1efcbe-_0x8b6f9f._0x14b8d3,_0x2e8070-0x13f);}return _0x18d472[_0x4ab8a4(_0x3e52f9._0x2b879c,_0x3e52f9._0x4b97a0,0x544,0x50c)](_0x327b08,_0x5dec4b);},'gcESH':_0x18d472['XIlWG'],'EBIXq':_0xa56963(0x4c,_0x585ef5._0x30bd47,_0x585ef5._0x37aaef,0xf)};function _0x134887(_0x3bb310,_0x2018d1,_0x273033,_0x51f8f2){return _0x5dc0e6(_0x3bb310-_0x57e3d2._0x469e37,_0x2018d1-_0x57e3d2._0x53a891,_0x2018d1-0x247,_0x3bb310);}if(_0x18d472[_0x134887(0x1c4,_0x585ef5._0x55648d,0x184,_0x585ef5._0x347287)](_0xa56963(0xb5,0xae,0x54,_0x585ef5._0x220981),'cgVOg')){_0x5c936e[_0xa56963(_0x585ef5._0x370224,0x169,0xdf,0x45)]();const _0x439d2c={};_0x439d2c[_0xa56963(0xde,_0x585ef5._0x30f73a,0xa1,0x3f)]=![],_0x18d472[_0x134887(0x13f,_0x585ef5._0x4fa8a0,_0x585ef5._0x249b5c,_0x585ef5._0x1633dd)](_0x3d735c,_0x439d2c);}else{const _0x44c054={};_0x44c054['timeout']=0x7d0;const _0x466a90=_0x5631d6[_0x134887(_0x585ef5._0x14e04f,0x189,0xea,0x213)](_0x134887(0x100,0x183,0x167,_0x585ef5._0x206b0e)+_0x134887(_0x585ef5._0xbbe67c,_0x585ef5._0x1b8776,_0x585ef5._0xfb44ce,0xec)+_0x11c990+_0xa56963(0xe0,0x27,_0x585ef5._0x3315c8,_0x585ef5._0x38679f),_0x44c054,_0x29bd0a=>{const _0x1711ad={_0x5ccac9:0x432,_0x2bba54:0x8d,_0xd33cb6:0xef,_0x3d05d0:0x3f9,_0x487f64:0x395,_0x31d30b:0x3bc,_0x4fb96e:0x31e,_0x2ce09a:0xc2,_0x27c500:0xc1,_0x54c8cb:0x9f,_0x149bb6:0x1c,_0x503fab:0xc6,_0x1d8949:0x358,_0x3dd5ee:0x322,_0x63e7ef:0x441,_0x497f48:0x438,_0x5e4394:0x3a3,_0x9f21ac:0x3b0,_0x5729ed:0x459,_0x4be089:0x4a,_0x4041f9:0x11a,_0x374cf7:0x466,_0x496ef2:0x537,_0x2059b8:0x46a,_0x3f3a85:0x466,_0x314825:0x430,_0xfa82d5:0x42a,_0x4ed499:0x4bc,_0x360b78:0x46c,_0x3bfd23:0x4f,_0x3a7c73:0x7e,_0x3b0f7a:0x9f,_0x4cf738:0x149,_0x39141b:0xd5},_0x295fa3={_0x177766:0x172,_0x206f21:0xbe},_0x587b8f={_0x4404c5:0x39,_0x29b256:0x4c7},_0x4e20b7={_0x1c00aa:0x1e0,_0x43c807:0xcc,_0x22c560:0x6},_0xe5406d={_0x1ddabd:0x100,_0x774d95:0x13e},_0x496821={_0x417460:0x124},_0x3f32c9={'obGMo':_0x233f5a[_0xe81478(-0x167,-_0x37b278._0x25538b,-_0x37b278._0x253522,-_0x37b278._0x286b15)],'AyRbI':_0x233f5a[_0xe81478(-_0x37b278._0x9399a7,-_0x37b278._0xb84944,-0xcb,-_0x37b278._0x3c8854)],'fyZri':function(_0x1fcf48,_0x26c9b2){return _0x1fcf48===_0x26c9b2;},'zOkhg':_0x233f5a[_0x1e6821(0xe5,0x9c,0xbb,_0x37b278._0x234084)],'jzclf':function(_0xa3f1b9,_0x156651){function _0x5d0c3d(_0x54a379,_0x3750fd,_0x23161c,_0x906720){return _0x1e6821(_0x54a379-0x2be,_0x3750fd-0x10e,_0x23161c-_0x496821._0x417460,_0x3750fd);}return _0x233f5a[_0x5d0c3d(0x45f,_0x580e89._0x4f794d,0x489,_0x580e89._0x110598)](_0xa3f1b9,_0x156651);},'YHpOx':_0xe81478(-0x162,-_0x37b278._0x39b49b,-0xfd,-0x14b)};function _0xe81478(_0x3e32a9,_0x15a800,_0x44d95d,_0x580612){return _0xa56963(_0x15a800,_0x15a800-_0xe5406d._0x1ddabd,_0x44d95d- -_0xe5406d._0x774d95,_0x580612-0x61);}let _0x1d269d='';_0x29bd0a['on'](_0x233f5a['gcESH'],_0x36cb45=>_0x1d269d+=_0x36cb45);function _0x1e6821(_0x439056,_0x345cd2,_0x54d592,_0x50f085){return _0xa56963(_0x50f085,_0x345cd2-_0x4e20b7._0x1c00aa,_0x439056-_0x4e20b7._0x43c807,_0x50f085-_0x4e20b7._0x22c560);}_0x29bd0a['on'](_0x233f5a[_0x1e6821(_0x37b278._0x3dbfee,0x106,_0x37b278._0x25f6eb,0x6a)],()=>{function _0x37f79d(_0x210b17,_0x1fb3c2,_0xf934cf,_0x4d28f3){return _0xe81478(_0x210b17-_0x587b8f._0x4404c5,_0xf934cf,_0x210b17-_0x587b8f._0x29b256,_0x4d28f3-0xae);}function _0x17b5b5(_0x2ca4e1,_0x126e62,_0x182b66,_0x2ede01){return _0xe81478(_0x2ca4e1-_0x295fa3._0x177766,_0x2ca4e1,_0x182b66-0x2d,_0x2ede01-_0x295fa3._0x206f21);}try{if(_0x3f32c9[_0x37f79d(_0x1711ad._0x5ccac9,0x3ee,0x3d8,0x4c2)]('mPAne',_0x3f32c9[_0x17b5b5(-_0x1711ad._0x2bba54,0x35,-0x5f,-_0x1711ad._0xd33cb6)])){const _0x2a4722=JSON['parse'](_0x1d269d),_0xe74ddb={};_0xe74ddb[_0x37f79d(0x42a,0x437,_0x1711ad._0x3d05d0,_0x1711ad._0x487f64)]=!![],_0xe74ddb[_0x37f79d(_0x1711ad._0x31d30b,0x39f,_0x1711ad._0x4fb96e,0x388)]=_0x2a4722[_0x17b5b5(-0x109,-0x165,-0xde,-_0x1711ad._0x2ce09a)]||_0x17b5b5(-_0x1711ad._0x27c500,-0xde,-_0x1711ad._0x54c8cb,-_0x1711ad._0x149bb6),_0x3f32c9[_0x17b5b5(-0x92,-_0x1711ad._0x503fab,-0xda,-0xb3)](_0x21e9bf,_0xe74ddb);}else _0x22de1e['log'](_0x3f32c9[_0x37f79d(0x39a,_0x1711ad._0x1d8949,0x346,_0x1711ad._0x3dd5ee)]),_0x5d2c3f['log'](_0x3f32c9[_0x37f79d(_0x1711ad._0x63e7ef,_0x1711ad._0x497f48,0x3b6,0x495)]);}catch{if(_0x3f32c9[_0x37f79d(0x432,_0x1711ad._0x5e4394,_0x1711ad._0x9f21ac,_0x1711ad._0x5729ed)](_0x17b5b5(-_0x1711ad._0x4be089,-_0x1711ad._0x4041f9,-0x84,0x1),_0x3f32c9[_0x37f79d(0x4b5,0x481,_0x1711ad._0x374cf7,_0x1711ad._0x496ef2)]))_0x3c79f0[_0x37f79d(0x456,0x407,0x3c6,_0x1711ad._0x2059b8)]('\x20\x20Status:\x20'+'\x20\x20\x20\x20\x20✗\x20Not'+_0x37f79d(0x43d,_0x1711ad._0x3f3a85,0x48b,_0x1711ad._0x314825));else{const _0x2d1caf={};_0x2d1caf[_0x37f79d(_0x1711ad._0xfa82d5,_0x1711ad._0x4ed499,_0x1711ad._0x360b78,0x45b)]=!![],_0x2d1caf[_0x17b5b5(-0x71,-_0x1711ad._0x3bfd23,-0xde,-0x47)]=_0x17b5b5(-0xe7,-_0x1711ad._0x3a7c73,-_0x1711ad._0x3b0f7a,-0x3f),_0x3f32c9[_0x17b5b5(-0x5e,-_0x1711ad._0x4cf738,-0xda,-_0x1711ad._0x39141b)](_0x21e9bf,_0x2d1caf);}}});}),_0x591698={};_0x591698[_0x134887(_0x585ef5._0x440e57,0x165,_0x585ef5._0x2063c7,_0x585ef5._0x3f5ab2)]=![],_0x466a90['on'](_0x18d472[_0x134887(0x152,_0x585ef5._0x4a74d9,_0x585ef5._0x1e8b3a,_0x585ef5._0x1c94da)],()=>_0x21e9bf(_0x591698)),_0x466a90['on'](_0x18d472[_0x134887(_0x585ef5._0x44706b,0x150,0x10e,_0x585ef5._0x16a812)],()=>{const _0xee0754={_0xcf298b:0x1f3},_0x18d58a={};function _0xbf7bbd(_0x1160c4,_0x327dac,_0x252e5d,_0x52333b){return _0xa56963(_0x52333b,_0x327dac-_0x28fed5._0x5c7bee,_0x252e5d- -_0x28fed5._0x124e77,_0x52333b-_0x28fed5._0x3033ee);}_0x18d58a[_0x1e2360(-_0x2123cf._0x43d017,-0x5e,-_0x2123cf._0x370e58,0x2)]=_0x18d472[_0xbf7bbd(_0x2123cf._0x4d160c,_0x2123cf._0x5b8623,_0x2123cf._0x1b9f7d,_0x2123cf._0x4a096c)];function _0x1e2360(_0x463bbb,_0x145055,_0x825506,_0x143092){return _0x134887(_0x463bbb,_0x145055- -_0xee0754._0xcf298b,_0x825506-0x164,_0x143092-0xeb);}const _0x401937=_0x18d58a;if(_0x18d472[_0xbf7bbd(0x12d,_0x2123cf._0x4cc7cc,0x97,0x23)](_0x18d472['WjHOB'],_0x18d472[_0x1e2360(0x53,-_0x2123cf._0x535184,0x2,-0x5d)])){_0x4bc042[_0xbf7bbd(_0x2123cf._0xfa6637,0x91,0x9d,_0x2123cf._0x4bcbe3)](_0x401937[_0x1e2360(-0x60,-_0x2123cf._0x52b3ef,0x3a,0x32)]);return;}else{_0x466a90[_0x1e2360(-0xee,-0x50,-0x48,-_0x2123cf._0x1efe39)]();const _0x2d8c79={};_0x2d8c79['responding']=![],_0x18d472[_0x1e2360(-_0x2123cf._0x96eb5f,-0x74,-_0x2123cf._0x7bc2e3,0x2)](_0x21e9bf,_0x2d8c79);}});}});}export async function showStatus(){const _0x1f55d3={_0x2d0261:0xf8,_0x358906:0x89,_0x1649d5:0x3be,_0x2a572e:0x365,_0x3f7525:0x2d5,_0x2f97db:0x34b,_0x13c2c1:0x57,_0x476a41:0x5,_0x4db4be:0x3d4,_0x232f08:0x18b,_0x214e50:0x15c,_0x1495e7:0x44a,_0x50c200:0x398,_0xaad638:0x3c8,_0x4f463d:0x457,_0x6ecea8:0x2d5,_0x45d75d:0x2cc,_0x3a7b8:0x2e3,_0x4cadc2:0x3d3,_0x3f24a0:0xcf,_0x45ba9f:0x92,_0x2c8651:0x68,_0x3a685c:0x43c,_0x380499:0x354,_0x4665bf:0x5c,_0x5115a9:0x315,_0x4d312d:0x27b,_0x43c0a2:0x91,_0x3cc5fe:0x164,_0x574f9d:0x38d,_0x74b23b:0x339,_0x2beb15:0x380,_0xba7f60:0x15b,_0xc9d1a5:0xab,_0x57f1d2:0x135,_0x429177:0xe0,_0x43203a:0x2bb,_0x499157:0x34a,_0x2fc53d:0x45b,_0x2f226d:0x37a,_0x307ddb:0x400,_0x33462f:0xd0,_0x2e1562:0x134,_0x17e555:0xf,_0x6ef6ab:0x78,_0x2e4438:0xe4,_0x1c0084:0x10b,_0x542598:0xda,_0x18c060:0x143,_0x1e1383:0x169,_0x442c0e:0x37d,_0x73f921:0x3c0,_0x1e0bc1:0x41f,_0x49e6c3:0x3a5,_0xaee047:0x14e,_0xffb0e:0x40c,_0x8fd710:0x3bc,_0x2e3eb3:0x29c,_0x2ccc35:0x319,_0x4ccfab:0x31c,_0x5c647b:0x3ad,_0x496d54:0x378,_0x29e277:0x311,_0x5a03ec:0x3b2,_0x17d5f1:0x3e1,_0x61b2bd:0x3e,_0xcc9b9f:0xb7,_0x1a1f7a:0x10d,_0x1a80b9:0x17e,_0x56e3db:0x119,_0x4f180e:0x19c,_0x42684f:0x39c,_0x1e1cf0:0x40d,_0x48c11c:0x410,_0x559b9d:0x37c,_0x173093:0x294,_0x10394c:0x32a,_0x31da0c:0x22c,_0x5931b1:0x341,_0x191f9d:0x2b2,_0x168658:0x72,_0x5cbfdb:0x44,_0x2421a9:0x8b,_0x54a2e8:0x4e,_0x20ab21:0x42,_0x189dbd:0x27,_0x288358:0x85,_0x1abd89:0x2b0,_0x54af8f:0x2d3,_0x5caf3a:0x2f3,_0x52d12d:0x97,_0x8ea0ce:0x3e,_0x5854d6:0x4a,_0x4e4aaa:0x21,_0x44f7d2:0x154,_0x5b7937:0x65,_0x49649d:0xa,_0x28fe6a:0x1b0,_0x1e7690:0x35,_0x1788a9:0x33f,_0x44f7ef:0xb3,_0x246814:0x7f,_0x149938:0x14a,_0x4c6131:0xf4,_0x5a616c:0x18b,_0x1564ff:0x2af,_0x1277ab:0x3b2,_0x705c92:0x28a,_0x27ca83:0x2b4,_0x5a2feb:0x2e0,_0x134db4:0x37b,_0x1fd460:0x3b3,_0x21b42a:0x400,_0x56775b:0x362,_0x3426c6:0x366,_0xfa81ee:0x127,_0x3463d3:0x119,_0x4f8eea:0xea,_0x4742e0:0x419,_0x9f3630:0x3ae,_0x3aead8:0x3c8,_0x91d295:0x3aa,_0x31384a:0x85,_0x213024:0xd7,_0x509773:0x82,_0x4d4ed4:0x93,_0x4e3634:0x119,_0x5c663a:0x37b,_0x55eb4d:0xae,_0x3ef246:0x178,_0x5d4bdb:0xc9,_0xb502f4:0x2e7,_0x3a1599:0x368,_0x6a7f48:0x94,_0xcb5da5:0x8e,_0x40f851:0x26c,_0x5260d3:0x316,_0x131dec:0x37b,_0x5271ca:0x100,_0xf23e7f:0xe8,_0xdd2bf8:0xb7,_0x5ab6e3:0x151,_0x2edca5:0x10d,_0x378120:0x191,_0x58927f:0xe9,_0x565f07:0x8,_0x24d4f2:0x3bd,_0x2171d9:0x397,_0x3c059f:0x30f,_0x52ec2a:0xf5,_0x3fbc73:0xcf,_0x2f28fa:0x6b,_0x26a73f:0x387,_0xfac2f5:0x3b1,_0x372f91:0x3dd,_0x3bfd41:0xcd,_0xc508a1:0x75,_0x3c0e29:0x3e9,_0x26b024:0x327,_0x26cfce:0x2ea,_0x1faf0e:0x352,_0x25db09:0x3a6,_0x43b435:0x390,_0x31fff7:0x351,_0x432ea3:0x358,_0x3111de:0x339,_0x56382c:0xf0,_0x381843:0x8b,_0x369310:0x39,_0x3bc7be:0x123,_0x5a8039:0x3c6,_0xc5a6e6:0x3fa,_0x112e04:0x402,_0x3765fa:0x3ff,_0x9de001:0x361,_0xc151a5:0x110,_0x1ee70f:0x345,_0x431790:0x361,_0x332c09:0x2fe,_0x521f1a:0x36f,_0x4053d7:0x2ee,_0x3cb502:0xb3,_0x51640a:0x95,_0x2035ee:0xd9},_0x2d656b={_0x75921:0x134},_0x2b72d2={_0x18a090:0x39,_0x2cc487:0x53a},_0x1ff615={'EUHHZ':_0x39a025(-0x9e,-0xca,-_0x1f55d3._0x2d0261,-_0x1f55d3._0x358906)+_0x54bcd4(0x3a5,_0x1f55d3._0x1649d5,_0x1f55d3._0x2a572e,0x39e)+_0x54bcd4(_0x1f55d3._0x3f7525,_0x1f55d3._0x2f97db,0x2c1,0x317)+_0x39a025(-_0x1f55d3._0x13c2c1,-0xc4,-0x57,_0x1f55d3._0x476a41)+'to/coder-s'+_0x54bcd4(0x451,0x38f,_0x1f55d3._0x4db4be,0x449),'eIAvD':_0x39a025(-0x9a,-0x90,-0x105,-0x103),'mZmUc':function(_0x42f1cc){return _0x42f1cc();},'ptvgE':function(_0x140ea8,_0x25953a){return _0x140ea8(_0x25953a);},'JmBtX':function(_0x21f811,_0x10dadb){return _0x21f811===_0x10dadb;},'DzaPt':_0x39a025(-0x128,-_0x1f55d3._0x232f08,-0x106,-_0x1f55d3._0x214e50),'YmKTC':_0x54bcd4(_0x1f55d3._0x1495e7,_0x1f55d3._0x50c200,_0x1f55d3._0xaad638,_0x1f55d3._0x4f463d),'ayCAo':_0x54bcd4(_0x1f55d3._0x6ecea8,0x2b1,_0x1f55d3._0x45d75d,_0x1f55d3._0x3a7b8),'HOhvO':'Start\x20the\x20'+_0x54bcd4(0x41e,0x348,_0x1f55d3._0x4cadc2,0x3d8)+'h:','nSLmi':_0x39a025(-_0x1f55d3._0x3f24a0,-0x82,-0xf8,-0x140)+_0x39a025(-0xd1,-_0x1f55d3._0x45ba9f,-0xa1,-_0x1f55d3._0x2c8651),'hsPxz':function(_0x214a28,_0x4fba38){return _0x214a28!==_0x4fba38;},'PsLEL':_0x54bcd4(0x348,_0x1f55d3._0x3a685c,0x3cf,0x386),'NOJSF':_0x54bcd4(0x414,0x3a4,0x3b6,_0x1f55d3._0x380499),'CNdNy':_0x39a025(-0x108,-0xdf,-0x6f,-_0x1f55d3._0x4665bf)+'and\x20start\x20'+_0x54bcd4(_0x1f55d3._0x5115a9,_0x1f55d3._0x3f7525,0x35e,0x33b)+'\x20with:','DbRCQ':'Stop\x20the\x20s'+_0x54bcd4(_0x1f55d3._0x4d312d,0x35c,0x319,0x27e)+':','nPfuv':_0x39a025(-0x115,-_0x1f55d3._0x43c0a2,-0xdd,-_0x1f55d3._0x3cc5fe)+_0x54bcd4(_0x1f55d3._0x574f9d,0x35b,0x323,0x2b8)+'\x20foregroun'+_0x54bcd4(_0x1f55d3._0x74b23b,0x37f,_0x1f55d3._0x2beb15,0x394),'BorQe':_0x39a025(-_0x1f55d3._0xba7f60,-_0x1f55d3._0xc9d1a5,-_0x1f55d3._0x57f1d2,-_0x1f55d3._0x429177)+_0x54bcd4(_0x1f55d3._0x43203a,_0x1f55d3._0x499157,0x2cf,0x283)+_0x54bcd4(_0x1f55d3._0x2fc53d,_0x1f55d3._0x2f226d,0x3c3,_0x1f55d3._0x307ddb)+_0x39a025(-0x12b,-_0x1f55d3._0x33462f,-_0x1f55d3._0x2e1562,-0x1cf)+_0x39a025(-0x8d,_0x1f55d3._0x17e555,-_0x1f55d3._0x6ef6ab,-_0x1f55d3._0x2e4438)+_0x39a025(-_0x1f55d3._0x1c0084,-_0x1f55d3._0x542598,-_0x1f55d3._0x18c060,-_0x1f55d3._0x1e1383)},{running:_0x59378c,pid:_0x23bf6d}=await _0x1ff615[_0x54bcd4(_0x1f55d3._0x442c0e,0x3b6,_0x1f55d3._0x73f921,_0x1f55d3._0x1e0bc1)](isServerRunning),_0x1011ad=await _0x1ff615[_0x54bcd4(0x443,0x345,_0x1f55d3._0x73f921,_0x1f55d3._0x49e6c3)](getServerConfig),_0x51b4b8=await _0x1ff615[_0x39a025(-0x133,-0xce,-_0x1f55d3._0xaee047,-0x178)](checkServerHealth,_0x1011ad['port']);console[_0x54bcd4(0x2ff,_0x1f55d3._0xffb0e,0x37b,_0x1f55d3._0x8fd710)](_0x54bcd4(0x367,_0x1f55d3._0x2e3eb3,0x2dd,0x2e0)+_0x54bcd4(_0x1f55d3._0x2ccc35,_0x1f55d3._0x4ccfab,_0x1f55d3._0x5c647b,_0x1f55d3._0x496d54)+_0x54bcd4(0x339,0x385,_0x1f55d3._0x29e277,0x356)),console[_0x54bcd4(0x392,_0x1f55d3._0x5a03ec,0x37b,_0x1f55d3._0x17d5f1)]('');if(_0x59378c&&_0x51b4b8[_0x39a025(-_0x1f55d3._0x61b2bd,-0x57,-_0x1f55d3._0xcc9b9f,-0x1a)])console['log']('\x20\x20Status:\x20'+'\x20\x20\x20\x20\x20✓\x20Run'+_0x39a025(-0x11f,-0x119,-_0x1f55d3._0x1a1f7a,-0x158)+'on)'),console['log'](_0x39a025(-_0x1f55d3._0x1a80b9,-_0x1f55d3._0x56e3db,-0x127,-_0x1f55d3._0x4f180e)+_0x54bcd4(_0x1f55d3._0x42684f,0x2e3,0x32a,0x30c)+_0x23bf6d),console[_0x54bcd4(0x3b8,_0x1f55d3._0x1e1cf0,0x37b,_0x1f55d3._0x48c11c)]('\x20\x20URL:\x20\x20\x20\x20'+_0x54bcd4(_0x1f55d3._0x559b9d,_0x1f55d3._0x173093,_0x1f55d3._0x10394c,0x330)+_0x1011ad[_0x54bcd4(_0x1f55d3._0x31da0c,_0x1f55d3._0x5931b1,_0x1f55d3._0x191f9d,0x306)]);else{if(_0x51b4b8['responding'])console[_0x39a025(-_0x1f55d3._0x168658,-_0x1f55d3._0x5cbfdb,-_0x1f55d3._0x2421a9,-_0x1f55d3._0x54a2e8)](_0x39a025(-_0x1f55d3._0x20ab21,-_0x1f55d3._0x189dbd,-_0x1f55d3._0x288358,-0xb7)+_0x54bcd4(_0x1f55d3._0x1abd89,_0x1f55d3._0x54af8f,_0x1f55d3._0x5caf3a,0x384)+_0x39a025(-0x94,-_0x1f55d3._0x56e3db,-_0x1f55d3._0x52d12d,-0xcf)+_0x54bcd4(0x328,0x35d,0x3a1,0x3aa)),console['log'](_0x39a025(0x2a,-_0x1f55d3._0x8ea0ce,-_0x1f55d3._0x5854d6,_0x1f55d3._0x4e4aaa)+'\x20\x20\x20\x20\x20'+_0x1011ad[_0x39a025(-0xc6,-0xea,-_0x1f55d3._0x44f7d2,-0x135)]);else _0x59378c?(console[_0x39a025(-_0x1f55d3._0x5b7937,0x14,-_0x1f55d3._0x2421a9,-_0x1f55d3._0x49649d)]('\x20\x20Status:\x20'+_0x39a025(-0x12a,-0x1b4,-0x11f,-_0x1f55d3._0x28fe6a)+_0x39a025(-_0x1f55d3._0x1e7690,-0x16,-0x89,-0x87)+_0x54bcd4(0x357,_0x1f55d3._0x1788a9,0x339,0x332)+_0x39a025(-0xdb,-_0x1f55d3._0x44f7ef,-_0x1f55d3._0x246814,-0x39)+_0x39a025(-_0x1f55d3._0x149938,-0x18c,-_0x1f55d3._0x4c6131,-_0x1f55d3._0x5a616c)),console[_0x54bcd4(0x321,0x32f,0x37b,0x308)](_0x54bcd4(_0x1f55d3._0x1564ff,0x3b2,0x345,_0x1f55d3._0x1277ab)+_0x54bcd4(0x28e,_0x1f55d3._0x705c92,_0x1f55d3._0x27ca83,_0x1f55d3._0x5a2feb)+_0x23bf6d)):console[_0x54bcd4(0x38a,0x33e,_0x1f55d3._0x134db4,_0x1f55d3._0x1fd460)]('\x20\x20Status:\x20'+'\x20\x20\x20\x20\x20✗\x20Not'+_0x54bcd4(0x2e8,_0x1f55d3._0x21b42a,_0x1f55d3._0x56775b,_0x1f55d3._0x3426c6));}function _0x39a025(_0x5f06c5,_0x451b4e,_0x1a3e28,_0x217aec){return _0x502c1d(_0x5f06c5-0x15a,_0x5f06c5,_0x1a3e28-_0x2b72d2._0x18a090,_0x1a3e28- -_0x2b72d2._0x2cc487);}function _0x54bcd4(_0x25de80,_0x512c74,_0xd34759,_0x1c1ec3){return _0x502c1d(_0x25de80-0x1a7,_0x512c74,_0xd34759-0xfb,_0xd34759- -_0x2d656b._0x75921);}if(_0x1011ad[_0x39a025(-_0x1f55d3._0xfa81ee,-0x187,-_0x1f55d3._0x3463d3,-_0x1f55d3._0x4f8eea)]){if(_0x1ff615[_0x54bcd4(_0x1f55d3._0x4742e0,0x446,_0x1f55d3._0x9f3630,_0x1f55d3._0x4cadc2)](_0x1ff615['DzaPt'],_0x1ff615['YmKTC'])){const _0x50bcdc={};return _0x50bcdc['running']=![],_0x50bcdc[_0x54bcd4(_0x1f55d3._0x3aead8,_0x1f55d3._0x91d295,0x3de,0x46e)]=null,_0x50bcdc;}else console[_0x39a025(-0x3c,-_0x1f55d3._0x31384a,-0x8b,-_0x1f55d3._0x213024)](_0x39a025(-_0x1f55d3._0x509773,-0x6d,-0x107,-0x14b)+'th:\x20\x20'+_0x1011ad[_0x39a025(-_0x1f55d3._0x4d4ed4,-_0x1f55d3._0x4e3634,-_0x1f55d3._0x3463d3,-0x14e)]);}else console[_0x54bcd4(0x357,0x2f3,_0x1f55d3._0x5c663a,0x3a7)](_0x39a025(-_0x1f55d3._0x55eb4d,-_0x1f55d3._0x3ef246,-0x107,-_0x1f55d3._0x5d4bdb)+_0x54bcd4(_0x1f55d3._0xb502f4,0x355,0x308,_0x1f55d3._0x3a1599)+'configured'+')');console[_0x39a025(-_0x1f55d3._0x6a7f48,-_0x1f55d3._0xcb5da5,-0x8b,-0xe6)](_0x54bcd4(0x290,0x2c8,0x310,0x356)+'\x20\x20\x20\x20\x20'+_0x1011ad[_0x54bcd4(_0x1f55d3._0x40f851,_0x1f55d3._0x5260d3,0x2c4,0x2a5)]),console[_0x54bcd4(0x337,0x2e3,_0x1f55d3._0x131dec,0x308)]('');const _0x466c99=_0x59378c||_0x51b4b8[_0x39a025(-_0x1f55d3._0x5271ca,-_0x1f55d3._0xf23e7f,-_0x1f55d3._0xdd2bf8,-_0x1f55d3._0x5ab6e3)];if(!_0x466c99&&_0x1011ad['setupPath'])'CtvEe'===_0x1ff615[_0x39a025(-_0x1f55d3._0x2edca5,-0xe1,-0x11c,-_0x1f55d3._0x378120)]?(_0x16a401[_0x39a025(-_0x1f55d3._0x58927f,-_0x1f55d3._0x565f07,-_0x1f55d3._0x2421a9,-0x2a)](_0x54bcd4(_0x1f55d3._0x24d4f2,0x362,_0x1f55d3._0x2171d9,0x33d)+_0x54bcd4(_0x1f55d3._0x3c059f,0x2f7,0x2db,0x304)+_0x39a025(-0x131,-0xaa,-0xa8,-_0x1f55d3._0x52ec2a)+_0x39a025(-_0x1f55d3._0x3fbc73,-0xfc,-_0x1f55d3._0x2f28fa,-_0x1f55d3._0x4665bf)),_0x275bfb[_0x54bcd4(_0x1f55d3._0x26a73f,_0x1f55d3._0xfac2f5,0x37b,_0x1f55d3._0x372f91)](_0x1ff615[_0x39a025(-0xed,-_0x1f55d3._0x3bfd41,-_0x1f55d3._0xc508a1,-0x43)])):(console[_0x54bcd4(_0x1f55d3._0x3c0e29,_0x1f55d3._0x26b024,_0x1f55d3._0x134db4,0x33a)](_0x1ff615['HOhvO']),console[_0x54bcd4(_0x1f55d3._0x26cfce,_0x1f55d3._0x1faf0e,_0x1f55d3._0x131dec,0x333)](_0x1ff615[_0x54bcd4(_0x1f55d3._0x25db09,0x3b0,0x343,0x321)]));else{if(!_0x466c99)_0x1ff615[_0x54bcd4(_0x1f55d3._0x43b435,0x2bb,_0x1f55d3._0x31fff7,0x3a4)](_0x1ff615[_0x54bcd4(0x33f,0x33d,_0x1f55d3._0x432ea3,_0x1f55d3._0x3111de)],_0x1ff615['NOJSF'])?(console[_0x39a025(-0xb0,-_0x1f55d3._0x56382c,-_0x1f55d3._0x381843,-0x5c)](_0x1ff615[_0x54bcd4(0x2e6,0x28e,0x324,0x2a3)]),console[_0x39a025(-0x85,-_0x1f55d3._0x369310,-0x8b,-_0x1f55d3._0x3bc7be)](_0x1ff615[_0x54bcd4(_0x1f55d3._0x5a8039,_0x1f55d3._0xc5a6e6,0x391,_0x1f55d3._0x112e04)])):_0x2073fe['unshift'](_0x1ff615['eIAvD']);else _0x59378c?(console[_0x54bcd4(0x3a8,_0x1f55d3._0x3765fa,_0x1f55d3._0x131dec,_0x1f55d3._0x9de001)](_0x1ff615[_0x39a025(-0xcc,-_0x1f55d3._0xc151a5,-0xce,-0x169)]),console[_0x54bcd4(0x3fd,_0x1f55d3._0x574f9d,0x37b,0x3c4)](_0x54bcd4(0x33a,0x2c9,0x30e,0x31d)+_0x54bcd4(_0x1f55d3._0x1ee70f,_0x1f55d3._0x431790,_0x1f55d3._0x332c09,_0x1f55d3._0x521f1a))):(console[_0x39a025(0xa,-0x5,-0x8b,-0xfd)](_0x1ff615['nPfuv']),console[_0x54bcd4(_0x1f55d3._0x26a73f,0x343,_0x1f55d3._0x5c663a,_0x1f55d3._0x4053d7)](_0x1ff615[_0x39a025(-_0x1f55d3._0x3cb502,-0x95,-_0x1f55d3._0x51640a,-_0x1f55d3._0x2035ee)]));}}function _0x1105(_0x44e7e4,_0x31fa6f){_0x44e7e4=_0x44e7e4-(-0x108*0x25+-0xcb0+0x3411);const _0x3400d9=_0x32f3();let _0x626d1b=_0x3400d9[_0x44e7e4];if(_0x1105['KSbFay']===undefined){var _0x215b94=function(_0x56fefd){const _0xc87c0f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x25b2de='',_0x2ec406='';for(let _0x24b827=-0xc94+0xb4+0x13*0xa0,_0x4cc4d1,_0x3fd484,_0x7960e5=0x1*0x89+-0x15eb*0x1+0x11*0x142;_0x3fd484=_0x56fefd['charAt'](_0x7960e5++);~_0x3fd484&&(_0x4cc4d1=_0x24b827%(-0x1*0x1d8d+0xf*-0xe0+0x2ab1)?_0x4cc4d1*(-0x1e95+-0x14eb+0x12*0x2e0)+_0x3fd484:_0x3fd484,_0x24b827++%(0x1d26+-0x9ce+0x2*-0x9aa))?_0x25b2de+=String['fromCharCode'](-0x11*0x94+0x1*0x1229+-0x756&_0x4cc4d1>>(-(0x1f61+-0x31f*0x4+-0x12e3)*_0x24b827&-0x1*-0x1869+0x1*-0x10e2+0x1*-0x781)):-0x1b8b*-0x1+-0x2*0x407+-0x67f*0x3){_0x3fd484=_0xc87c0f['indexOf'](_0x3fd484);}for(let _0xbfaaeb=-0x1fcf*0x1+-0x2543*0x1+0x4512,_0x5c936e=_0x25b2de['length'];_0xbfaaeb<_0x5c936e;_0xbfaaeb++){_0x2ec406+='%'+('00'+_0x25b2de['charCodeAt'](_0xbfaaeb)['toString'](-0x1ae3*-0x1+-0x189*-0xf+-0x31da))['slice'](-(-0x1632+0x586+0x10ae));}return decodeURIComponent(_0x2ec406);};_0x1105['nWPRto']=_0x215b94,_0x1105['wyfgCU']={},_0x1105['KSbFay']=!![];}const _0xb99e49=_0x3400d9[-0x1a*-0x15d+-0x1*-0x196e+-0x3ce0],_0x355631=_0x44e7e4+_0xb99e49,_0x28bc1f=_0x1105['wyfgCU'][_0x355631];return!_0x28bc1f?(_0x626d1b=_0x1105['nWPRto'](_0x626d1b),_0x1105['wyfgCU'][_0x355631]=_0x626d1b):_0x626d1b=_0x28bc1f,_0x626d1b;}export async function showLogs(_0x27604e){const _0x39e718={_0x3f84ef:0xb8,_0x41c705:0x5e,_0x49e39d:0xb8,_0x5c07e7:0x58,_0x535260:0x3a,_0x450498:0xdb,_0x40d52b:0xe1,_0x1860c6:0x3c,_0x3cfbd1:0x4,_0x252597:0x1a,_0x455d4a:0x8f,_0x5c5a4e:0x82,_0x351fd4:0x11,_0x1edf23:0x7,_0x466b6c:0x6e,_0x5c5991:0xc3,_0x28b160:0xcf,_0x33620a:0x13c,_0xf0454d:0x9,_0x43f16f:0x5f,_0x477856:0x4,_0x428abe:0x79,_0x41d0c3:0xdc,_0x595112:0x61,_0x49a739:0x65,_0x10c31a:0x116,_0x2f73a2:0x19,_0x378b32:0x83,_0x13c2ff:0xee,_0x436d2c:0x72,_0x3b75a0:0x149,_0x1d42fa:0xb7,_0x3c0505:0x117,_0x74420f:0x4f,_0x4966c1:0x5,_0x51414a:0x14,_0x2cc473:0x1d,_0xd016e4:0x92,_0x27bc48:0x6,_0x58d64c:0x44,_0x139f89:0xf1,_0x58448e:0xcf,_0x52c12e:0xca,_0x41fcac:0xb3,_0x48c74e:0x12,_0x1f5f5a:0x71,_0x3b9a79:0xcb,_0xe9cc7:0x25,_0x540c57:0xb,_0x35a726:0x3e,_0x48f66a:0xd,_0x44e5f8:0x71,_0x11ee3d:0x43,_0x365e8b:0x10,_0x1ea3bf:0xa8,_0x596206:0x127,_0x357c27:0xba,_0xb17a62:0x14a,_0x50f6b1:0x5a,_0x4e134a:0x42,_0x3f0e47:0x78,_0x5a1f25:0xb0,_0x39dd5c:0x1,_0x5dd56f:0x3b,_0x4c7505:0x5c,_0x266aec:0x80,_0x78456d:0x18,_0x174e7e:0x98,_0x4844b7:0xd0,_0x508fba:0x146,_0x16a6e0:0x108,_0x22fb1a:0xdb,_0x19e171:0xb2,_0x4d3b6b:0x4b,_0x46cbb4:0xad,_0xd2b4df:0x11b,_0x599064:0xe9,_0xb377f4:0xa4,_0x44498b:0xe8,_0x37850c:0xf4,_0x3c33cf:0xa3,_0x45f86d:0x27,_0x5ade36:0xfb,_0x208b1b:0x82,_0x14ce17:0x12,_0x35cab8:0xc4,_0x3d78c3:0xb2,_0x51b8c5:0x64,_0x4c4928:0x62,_0x50b188:0x85,_0x15258b:0xc,_0x448f4f:0x96,_0x288a19:0x15b,_0x2cafe4:0x57,_0x2ada6f:0x42,_0x403133:0x6c,_0x51ac36:0xa9,_0x39f151:0xd2,_0x3b5241:0x151,_0x5751e4:0xd4,_0x5ba680:0xda,_0x14defc:0xc4,_0x5f46e2:0x12b,_0x59795d:0x9e,_0x2acc65:0x196,_0x5275b5:0xc1,_0x502066:0x37,_0x70bf8f:0x8e,_0x403633:0x11c,_0x29d312:0xd7,_0x173e6d:0x6d,_0x1c38a4:0x3d,_0x478ba9:0xe,_0x201c77:0x18,_0x161bc4:0x115,_0x2f3736:0xb8,_0x1b3655:0x94,_0x2e3001:0xe7,_0xaa9de8:0x153,_0x3765c0:0x79,_0x350e63:0xf6,_0x50183d:0xdf,_0x562fa8:0xae,_0x549f18:0xb0,_0x40785a:0xaa,_0x1bd3b8:0x178,_0x3320fc:0x120,_0x2f40c:0x3,_0x20ef28:0x159,_0x3c5c23:0x107,_0x7764de:0x186,_0x3b05ad:0xc8,_0x310883:0x135,_0xf85d41:0xb4,_0x5790b4:0x183,_0xbde695:0xfa,_0x5b9623:0xb1,_0xf55cc9:0x1e,_0x211176:0x1f,_0x1e7bb2:0x8e,_0x478d3e:0xfd,_0x31bd12:0x9e,_0x338bde:0xbb,_0x4b08a7:0xd1,_0xe806c2:0x105,_0x5510ee:0x5,_0x240c68:0x103},_0x2bf333={_0x1cc80b:0x290,_0x4d7d98:0x29d,_0x3a8589:0x2c7},_0x37be23={_0x5e850c:0x1d5,_0x48d88b:0x31e,_0xecdf09:0x293,_0x9e4d4d:0x3a,_0xaa7628:0x28,_0x3c1671:0x12,_0x29e1eb:0x41,_0x569a08:0x242,_0x4e9488:0x2ee,_0x3e928f:0x290,_0xb3090f:0x4e,_0x11c16b:0x2c2,_0x582570:0x2aa,_0x33bd71:0x45,_0x31b4d8:0x2ed,_0x191138:0x32f,_0x59fc7c:0x2a6,_0x51bf2c:0x79,_0x13f2d6:0xd,_0x597133:0x99,_0x5c55bd:0x7c,_0x1fcab9:0x2a7,_0x3a3995:0x2d6,_0x6a6a7:0x2a4,_0x389a0b:0x2da,_0x2341d4:0x28c,_0x510af3:0x26e,_0x47cc3c:0x23f,_0x598d75:0x19c,_0x196a1b:0x269,_0x582018:0x233,_0x449ed5:0x52,_0x157709:0x1f6,_0x5b71e9:0x212,_0xab9851:0xbe,_0x103116:0x69,_0x404694:0x2e9,_0xde21be:0x2d6,_0x67a740:0x2db,_0x985c1e:0x25e,_0xfbe193:0x14b,_0x2f7878:0x40,_0x3af349:0x22,_0x54ba0c:0x51,_0x10bb35:0x1a0,_0xf5c4fe:0x23c,_0x2e1760:0x264,_0x280088:0x22e,_0xdfb2:0x32c,_0x331efe:0x288,_0x29a460:0x2f2,_0x19fb78:0x259,_0x171e53:0x2c0,_0x146639:0x2c2,_0x5d9725:0xb6,_0x348e83:0x32d,_0x5a1b86:0x272,_0x13b4c0:0x29d,_0x504974:0x52,_0x594647:0x7d,_0x7f98fd:0x1f9,_0xf00ac0:0x257,_0x3cf6d4:0x1b7,_0x10a5c5:0x22c,_0x163ace:0x203,_0x57b655:0x25d,_0x4224ff:0x25b,_0x3b5b45:0x74,_0x52e83b:0x1fa,_0x50b5aa:0x5a,_0x47d513:0x8b,_0x47065c:0xa5,_0x15bdf8:0x80,_0x72cbe1:0xa0,_0x28154d:0x1e5,_0x3e9bb0:0x252,_0x5bfa3f:0x29a,_0x185bc5:0x21b,_0x14f885:0x6f,_0xacc908:0x9b,_0x3661b1:0x7b,_0x4f03b6:0x17a,_0x9dc89e:0x1f5,_0xe4e14:0x238,_0x55ff03:0x20a,_0x5a2465:0x11,_0x85785f:0x3c,_0x4ab298:0x44},_0x2424d0={_0x43315f:0x86},_0x4dfc86={_0x379c25:0x139,_0x2f38e2:0x2db},_0x1f5416={_0x4146db:0x114},_0x1f0b92={_0xee5693:0x86,_0x4ccfbf:0x85,_0x2984d5:0x19e},_0x4a8f81={'EGpNV':_0x1531d0(_0x39e718._0x3f84ef,_0x39e718._0x41c705,0x87,0x2b)+_0x1531d0(_0x39e718._0x49e39d,_0x39e718._0x5c07e7,-_0x39e718._0x535260,0xdb)+_0x1531d0(0x13,0x57,0x98,_0x39e718._0x450498)+'d\x20mode.','NpSbl':_0x258cea(-0xfe,-0x103,-_0x39e718._0x40d52b,-0xa6)+_0x1531d0(-_0x39e718._0x1860c6,_0x39e718._0x3cfbd1,-_0x39e718._0x252597,_0x39e718._0x455d4a)+_0x258cea(_0x39e718._0x5c5a4e,0x11,_0x39e718._0x351fd4,_0x39e718._0x5c07e7)+_0x1531d0(0x51,_0x39e718._0x1edf23,-0x2b,_0x39e718._0x466b6c)+_0x1531d0(0xd3,_0x39e718._0x5c5991,_0x39e718._0x28b160,_0x39e718._0x33620a)+_0x1531d0(-0x5a,-0x8,_0x39e718._0xf0454d,-0xa4),'FqSuA':function(_0x5b6cca,_0x54af46){return _0x5b6cca(_0x54af46);},'EBvom':_0x258cea(-_0x39e718._0x43f16f,_0x39e718._0x477856,-0x5e,-0x96)+'\x20not\x20stop\x20'+'gracefully'+',\x20forcing.'+'..','FlYwx':_0x258cea(-0x6c,-_0x39e718._0x428abe,-_0x39e718._0x41d0c3,-_0x39e718._0x595112),'BAzPb':_0x258cea(0x8d,0x4c,0xb,-0x30),'UsZkj':function(_0x249113,_0x5b4a5){return _0x249113===_0x5b4a5;},'BGsFZ':'Ftnlu','wxKaP':'IiXci','Qeumd':function(_0x1a842e,_0x38829d){return _0x1a842e!==_0x38829d;},'EcrHG':_0x1531d0(_0x39e718._0x49a739,0xbe,0x70,_0x39e718._0x10c31a),'fzRsR':_0x1531d0(_0x39e718._0x2f73a2,_0x39e718._0x378b32,0x7,0x11b),'RxckZ':function(_0x4d0577,_0x23dbd4){return _0x4d0577>_0x23dbd4;},'jFiqo':_0x1531d0(0x135,_0x39e718._0x13c2ff,0x107,0x147),'ZVhFh':function(_0x1c41f8,_0x4f76bd){return _0x1c41f8===_0x4f76bd;},'msKGN':_0x258cea(-0xa8,-0x7d,-0x95,-_0x39e718._0x436d2c),'kSKtd':function(_0x8dfb2f,_0x51f0b8){return _0x8dfb2f(_0x51f0b8);},'PBFcc':function(_0x584f58,_0x4df7d5){return _0x584f58(_0x4df7d5);},'UkyMo':'unknown','pBFdb':'--follow','rmIOd':function(_0x1c1ea0,_0xdd8e58){return _0x1c1ea0===_0xdd8e58;},'CGJps':_0x258cea(-_0x39e718._0x3b75a0,-0x147,-0x105,-_0x39e718._0x1d42fa),'SPNum':_0x1531d0(0x19b,_0x39e718._0x3c0505,0x12d,0xeb),'xFsyO':function(_0x4a8aa4,_0xa744c0){return _0x4a8aa4===_0xa744c0;},'WDSeS':'WMCHN','drdzx':function(_0x2d3ed7,_0x333774,_0x3ef2fa){return _0x2d3ed7(_0x333774,_0x3ef2fa);},'oXLcX':_0x258cea(-0xf2,-0xba,-0xd8,-_0x39e718._0x74420f),'DdUIT':function(_0x5cfc1f,_0x4f5f7f){return _0x5cfc1f===_0x4f5f7f;},'rWfAx':_0x1531d0(-0x79,-_0x39e718._0x4966c1,-0x8a,-_0x39e718._0x51414a),'IcqXt':_0x1531d0(-0x12,_0x39e718._0x2cc473,-0x31,_0x39e718._0xd016e4),'JRyWO':_0x258cea(-_0x39e718._0x27bc48,-0x72,-0x8a,-0x51)+_0x258cea(-0x156,-0x13a,-0xe2,-_0x39e718._0x58d64c)+'(Ctrl+C\x20to'+_0x1531d0(-0x3,0x7e,0x49,0xed)+'\x0a','yDeCZ':_0x258cea(-0x80,-0x107,-0xf0,-0x18e),'qsUCZ':_0x1531d0(_0x39e718._0x139f89,_0x39e718._0x58448e,0xb5,_0x39e718._0x52c12e),'RqJUT':'No\x20log\x20fil'+_0x1531d0(0x8c,0xd1,_0x39e718._0x41fcac,0x15b),'OdexT':_0x1531d0(-0xae,-_0x39e718._0x48c74e,0x19,-_0x39e718._0x1f5f5a)+'\x20not\x20have\x20'+_0x1531d0(0x8c,_0x39e718._0x3b9a79,0x155,0x74)+_0x1531d0(-_0x39e718._0xe9cc7,-_0x39e718._0x540c57,-0x20,-0x6c)+_0x258cea(_0x39e718._0x35a726,-0x8a,-_0x39e718._0x48f66a,_0x39e718._0x44e5f8)+_0x258cea(-_0x39e718._0x11ee3d,-0x3,_0x39e718._0x365e8b,_0x39e718._0x1ea3bf)+_0x1531d0(_0x39e718._0x596206,_0x39e718._0x357c27,0x4a,_0x39e718._0xb17a62),'tHZma':_0x1531d0(0x64,_0x39e718._0x50f6b1,-_0x39e718._0x4e134a,_0x39e718._0x3f0e47)};let _0x5dcb43=![],_0x46c498=null;function _0x1531d0(_0x1d344a,_0x2fa677,_0x2acb68,_0x3b4182){return _0x36bf5f(_0x1d344a-_0x1f0b92._0xee5693,_0x2fa677-_0x1f0b92._0x4ccfbf,_0x2acb68,_0x2fa677-_0x1f0b92._0x2984d5);}for(const _0x5dabe4 of _0x27604e){if(_0x4a8f81[_0x1531d0(0xcc,0x73,_0x39e718._0x5a1f25,_0x39e718._0x39dd5c)](_0x5dabe4,_0x4a8f81[_0x1531d0(0x35,_0x39e718._0x5dd56f,-_0x39e718._0x4c7505,_0x39e718._0x266aec)])||_0x4a8f81[_0x258cea(-0xbd,-0x62,-_0x39e718._0x436d2c,-_0x39e718._0x78456d)](_0x5dabe4,'-f'))_0x4a8f81[_0x1531d0(_0x39e718._0x174e7e,0x3f,_0x39e718._0x4844b7,0xe)](_0x4a8f81['CGJps'],_0x4a8f81[_0x258cea(-0x11f,-0xd6,-0x8c,-0x1a)])?_0x5dcb43=!![]:_0x2fd334['error'](_0x258cea(-_0x39e718._0x508fba,-_0x39e718._0x16a6e0,-0xc1,-0x129)+_0x1531d0(0x14b,0xfa,_0x39e718._0x22fb1a,_0x39e718._0x19e171)+_0x367f07[_0x1531d0(-_0x39e718._0x4d3b6b,0x4a,_0x39e718._0x46cbb4,-_0x39e718._0x5dd56f)]);else _0x5dabe4[_0x258cea(-_0x39e718._0xd2b4df,-_0x39e718._0x599064,-0xf4,-_0x39e718._0xb377f4)](_0x4a8f81[_0x1531d0(_0x39e718._0x44498b,0xad,_0x39e718._0x37850c,0x45)])&&(_0x4a8f81[_0x1531d0(_0x39e718._0x3c33cf,0xf6,0x16e,0x176)](_0x1531d0(-_0x39e718._0x45f86d,0x38,0xc6,0xb8),_0x4a8f81[_0x258cea(-0x7f,-0x17b,-_0x39e718._0x5ade36,-_0x39e718._0x208b1b)])?_0x46c498=_0x4a8f81[_0x1531d0(-_0x39e718._0x14ce17,0x2c,_0x39e718._0x1edf23,_0x39e718._0x35cab8)](parseInt,_0x5dabe4[_0x1531d0(0xd9,0xe9,0x17e,_0x39e718._0x3d78c3)](_0x4a8f81['BAzPb'][_0x258cea(-0x9c,-_0x39e718._0x51b8c5,-0x6,-0x9f)]),0x10a0+-0xaae*0x2+0x4c6):_0x86c3e5[_0x258cea(-_0x39e718._0x4c4928,-_0x39e718._0x50b188,-_0x39e718._0x15258b,0x42)+'Y']=_0x258cea(-_0x39e718._0x448f4f,-0x140,-0x107,-0x19d));}function _0x258cea(_0x1a327a,_0xd2c769,_0xd1fc45,_0x2bc900){return _0x502c1d(_0x1a327a-0x1f2,_0xd2c769,_0xd1fc45-_0x1f5416._0x4146db,_0xd1fc45- -0x4e6);}try{const _0x53535d=await _0x58da23[_0x258cea(-0x121,-0x5d,-0xea,-_0x39e718._0x288a19)](LOG_FILE,_0x4a8f81[_0x258cea(-_0x39e718._0x2cafe4,-0x2e,-0x22,_0x39e718._0x351fd4)]),_0x63bb3d=_0x53535d['split']('\x0a');_0x46c498?_0x4a8f81[_0x258cea(0x7,-_0x39e718._0x2ada6f,-_0x39e718._0x403133,-_0x39e718._0x51ac36)](_0x4a8f81['rWfAx'],_0x4a8f81[_0x1531d0(0xd5,_0x39e718._0x39f151,_0x39e718._0x3b5241,_0x39e718._0x5751e4)])?console[_0x258cea(-0x7a,-0x71,-0x37,-0x6f)](_0x63bb3d['slice'](-_0x46c498)['join']('\x0a')):(_0x4c4b07[_0x1531d0(_0x39e718._0x35a726,_0x39e718._0x5a1f25,_0x39e718._0x3b75a0,_0x39e718._0x5ba680)](_0x4a8f81[_0x1531d0(_0x39e718._0x14defc,_0x39e718._0x10c31a,0x197,_0x39e718._0x5f46e2)]),_0x52e625[_0x1531d0(_0x39e718._0x59795d,0xb0,0x14d,0x136)](_0x4a8f81['NpSbl'])):_0x4a8f81['ZVhFh'](_0x4a8f81[_0x1531d0(0xfd,0x10b,_0x39e718._0x2acc65,0x146)],_0x258cea(-0x133,-0x34,-0xca,-0x62))?console[_0x258cea(-_0x39e718._0x5275b5,-0xa7,-0x37,-0xcd)](_0x53535d):(_0x20f400[_0x258cea(-_0x39e718._0x502066,-_0x39e718._0x70bf8f,0x5,0x10)](_0x258cea(-0x4d,-_0x39e718._0x403633,-0x96,-_0x39e718._0x29d312)+_0x258cea(-0x75,-0xa0,-0x3b,-0x82)+_0x1531d0(_0x39e718._0x252597,0xa1,_0x39e718._0x173e6d,_0x39e718._0x1c38a4)+'ectory:\x20'+_0x8ad669),_0x4e5e0c['exit'](0x1*-0x674+-0x3*-0x721+-0x7*0x222));if(_0x5dcb43){console[_0x1531d0(_0x39e718._0xe9cc7,_0x39e718._0x5a1f25,0xcc,0xc3)](_0x4a8f81[_0x1531d0(_0x39e718._0x478ba9,0x80,0x8,-_0x39e718._0x201c77)]);let _0x3d4763=(await _0x58da23[_0x1531d0(_0x39e718._0x161bc4,0xca,_0x39e718._0x2f3736,_0x39e718._0x1b3655)](LOG_FILE))[_0x1531d0(0x173,_0x39e718._0x2e3001,_0x39e718._0xaa9de8,_0x39e718._0x3765c0)];const _0x450c12=setInterval(async()=>{function _0x312511(_0xe81822,_0x20e826,_0x5ebf84,_0x57b1e1){return _0x258cea(_0xe81822-_0x4dfc86._0x379c25,_0x5ebf84,_0x57b1e1-_0x4dfc86._0x2f38e2,_0x57b1e1-0x121);}function _0x1d53af(_0x3e22c1,_0x51b2c0,_0x5790b7,_0x3b2562){return _0x258cea(_0x3e22c1-0x194,_0x3e22c1,_0x3b2562-_0x2424d0._0x43315f,_0x3b2562-0xf);}const _0x35f33d={'uwkls':_0x4a8f81[_0x312511(0x16d,0x26a,0x1a6,_0x37be23._0x5e850c)],'jNvTV':_0x4a8f81[_0x312511(_0x37be23._0x48d88b,_0x37be23._0xecdf09,0x21a,0x2b3)],'iyxwP':function(_0x31009e,_0x460454,_0x372a76){return _0x31009e(_0x460454,_0x372a76);},'QBPSb':_0x4a8f81['BAzPb']};if(_0x4a8f81[_0x1d53af(0x3d,-_0x37be23._0x9e4d4d,-_0x37be23._0xaa7628,_0x37be23._0x3c1671)](_0x4a8f81[_0x1d53af(-0x79,-0x2b,-0x60,-_0x37be23._0x29e1eb)],_0x4a8f81[_0x312511(_0x37be23._0x569a08,_0x37be23._0x4e9488,0x2e9,_0x37be23._0x3e928f)]))_0x41c844[_0x1d53af(0x89,0x56,_0x37be23._0xb3090f,0x4f)](_0x312511(_0x37be23._0x11c16b,0x2b4,0x33d,_0x37be23._0x582570)+_0x1d53af(-0x1e,-0x8a,0x4f,-_0x37be23._0x33bd71)+_0x312511(0x255,_0x37be23._0x31b4d8,_0x37be23._0x191138,_0x37be23._0x59fc7c)+_0x1d53af(-0x74,0x54,_0x37be23._0x51bf2c,_0x37be23._0x13f2d6)+'not\x20respon'+_0x1d53af(-_0x37be23._0x597133,-0x8d,-_0x37be23._0x5c55bd,-0x1a)),_0xe5cab6[_0x312511(_0x37be23._0x1fcab9,0x335,_0x37be23._0x3a3995,_0x37be23._0x6a6a7)](_0x312511(_0x37be23._0x389a0b,_0x37be23._0x2341d4,0x2d2,_0x37be23._0x510af3)+_0x312511(0x152,_0x37be23._0x47cc3c,_0x37be23._0x598d75,0x1dd)+_0x312c95);else try{if(_0x4a8f81[_0x312511(0x1a5,_0x37be23._0x196a1b,0x281,_0x37be23._0x582018)](_0x4a8f81[_0x1d53af(0x15,-_0x37be23._0x449ed5,-0x20,-0x31)],_0x4a8f81[_0x312511(_0x37be23._0x157709,_0x37be23._0x5b71e9,0x290,0x285)])){const _0x2ecf0e=(await _0x58da23[_0x1d53af(_0x37be23._0xab9851,-0x1c,0xeb,_0x37be23._0x103116)](LOG_FILE))[_0x312511(_0x37be23._0x404694,_0x37be23._0xde21be,0x27c,_0x37be23._0x67a740)];if(_0x4a8f81[_0x312511(_0x37be23._0x5b71e9,_0x37be23._0x985c1e,_0x37be23._0xfbe193,0x1d3)](_0x2ecf0e,_0x3d4763)){if(_0x4a8f81[_0x1d53af(-0x72,-_0x37be23._0x2f7878,0x13,-_0x37be23._0x3af349)](_0x4a8f81['jFiqo'],_0x4a8f81[_0x1d53af(-0xd8,-0x44,-_0x37be23._0x54ba0c,-0x6f)]))_0x2c8b07['kill'](_0x322dcf,-0x35*0x1+-0x23bd+0x1*0x23f2),_0x30e59b['log'](_0x35f33d[_0x312511(0x208,0x1d9,_0x37be23._0x10bb35,_0x37be23._0xf5c4fe)]),_0x428b5a[_0x312511(_0x37be23._0x2e1760,0x1ec,0x252,_0x37be23._0x280088)](_0x34120d,_0x35f33d[_0x312511(0x29a,_0x37be23._0xdfb2,_0x37be23._0x331efe,_0x37be23._0x29a460)]);else{const _0xe14856=await _0x58da23[_0x312511(_0x37be23._0x19fb78,0x335,_0x37be23._0x171e53,_0x37be23._0x146639)](LOG_FILE,'r'),_0xf9247d=Buffer[_0x1d53af(0x43,0xd6,_0x37be23._0x5d9725,0x93)](_0x2ecf0e-_0x3d4763);await _0xe14856['read'](_0xf9247d,-0x7*0x67+-0x2275+0xd*0x2de,_0xf9247d['length'],_0x3d4763),await _0xe14856['close'](),process[_0x312511(_0x37be23._0x348e83,0x29f,_0x37be23._0x5a1b86,_0x37be23._0x13b4c0)][_0x1d53af(-0x22,_0x37be23._0x504974,0xf,_0x37be23._0x594647)](_0xf9247d[_0x312511(_0x37be23._0x7f98fd,0x1c4,0x1e2,_0x37be23._0xf00ac0)](_0x312511(_0x37be23._0x3cf6d4,_0x37be23._0x10a5c5,0x22b,_0x37be23._0x163ace))),_0x3d4763=_0x2ecf0e;}}}else _0x2c52e2=_0x35f33d[_0x312511(_0x37be23._0x57b655,0x234,_0x37be23._0x4224ff,0x235)](_0x12c720,_0x4b5177[_0x1d53af(_0x37be23._0x3b5b45,0xb1,0xfc,0x88)](_0x35f33d[_0x312511(_0x37be23._0x52e83b,0x219,0x27a,0x28d)][_0x1d53af(_0x37be23._0x50b5aa,_0x37be23._0x47d513,_0x37be23._0x47065c,_0x37be23._0x15bdf8)]),0xb9b+-0x2691+0x100*0x1b);}catch(_0x1faea9){if(_0x4a8f81[_0x1d53af(-0x9,-0x16,_0x37be23._0x72cbe1,0x72)](_0x4a8f81[_0x312511(_0x37be23._0x28154d,_0x37be23._0x3e9bb0,_0x37be23._0x5bfa3f,_0x37be23._0x185bc5)],'UxFRs'))_0x4a8f81[_0x1d53af(-_0x37be23._0x14f885,_0x37be23._0xacc908,-0x6b,0x24)](clearInterval,_0x450c12);else{const _0x5c34db=_0xc87c0f['parse'](_0x25b2de),_0x55b8b0={};_0x55b8b0[_0x1d53af(0x5b,-0x4,_0x37be23._0x3661b1,0x23)]=!![],_0x55b8b0[_0x312511(_0x37be23._0x4f03b6,0x1a0,_0x37be23._0x9dc89e,0x20a)]=_0x5c34db[_0x312511(_0x37be23._0xe4e14,0x1a6,0x1e2,_0x37be23._0x55ff03)]||'unknown',_0x4a8f81[_0x1d53af(-_0x37be23._0x5a2465,_0x37be23._0x85785f,0xda,_0x37be23._0x4ab298)](_0x2ec406,_0x55b8b0);}}},-0x241a*-0x1+0xa88+-0x2cae);process['on'](_0x4a8f81[_0x258cea(-0x44,-0xe1,-_0x39e718._0x43f16f,_0x39e718._0x540c57)],()=>{const _0x495982={_0x59aa38:0xdf,_0x34c31b:0x183};clearInterval(_0x450c12);function _0x2b924e(_0x484a7d,_0x2966a9,_0x570543,_0x5f3cb5){return _0x258cea(_0x484a7d-_0x495982._0x59aa38,_0x2966a9,_0x570543- -_0x495982._0x34c31b,_0x5f3cb5-0x170);}process[_0x2b924e(-_0x2bf333._0x1cc80b,-_0x2bf333._0x4d7d98,-0x257,-_0x2bf333._0x3a8589)](-0x8d*0x27+-0xaf1*-0x3+-0xb58);});}}catch(_0x11d9d2){if(_0x4a8f81[_0x1531d0(0x59,_0x39e718._0x350e63,_0x39e718._0x50183d,0x5b)](_0x11d9d2['code'],_0x4a8f81[_0x258cea(-_0x39e718._0x29d312,0x1,-0x7d,-_0x39e718._0x562fa8)]))console[_0x1531d0(0x1d,_0x39e718._0x549f18,_0x39e718._0x41c705,_0x39e718._0x40785a)](_0x4a8f81[_0x1531d0(_0x39e718._0x1bd3b8,0xe5,0x75,_0x39e718._0x3320fc)]),console[_0x258cea(-0xb5,_0x39e718._0x2f40c,-0x37,0x26)](_0x4a8f81[_0x1531d0(_0x39e718._0x20ef28,_0x39e718._0x3c5c23,_0x39e718._0x7764de,_0x39e718._0x3b05ad)]);else{if(_0x4a8f81[_0x258cea(-_0x39e718._0x310883,-0x166,-0x101,-_0x39e718._0xf85d41)]===_0x4a8f81['tHZma'])console[_0x1531d0(_0x39e718._0x5790b4,0xec,0xbb,0x80)](_0x1531d0(0x2d,0x26,-0x58,-0x78)+_0x1531d0(0x180,_0x39e718._0xbde695,0xa0,_0x39e718._0x5b9623)+_0x11d9d2['message']);else try{const _0x534489=_0x44e7e4[_0x1531d0(0x62,0x21,_0x39e718._0x357c27,-_0x39e718._0xf55cc9)](_0x31fa6f);_0x4a8f81['PBFcc'](_0x3400d9,{'responding':!![],'service':_0x534489['service']||_0x4a8f81[_0x258cea(-_0x39e718._0x211176,_0x39e718._0x1e7bb2,0x3,-_0x39e718._0x48f66a)]});}catch{const _0x33f037={};_0x33f037[_0x1531d0(_0x39e718._0x478d3e,0x84,_0x39e718._0x41c705,_0x39e718._0x31bd12)]=!![],_0x33f037[_0x258cea(-_0x39e718._0x338bde,-0x4c,-_0x39e718._0x4b08a7,-_0x39e718._0xe806c2)]=_0x258cea(_0x39e718._0x5510ee,-0xf,-0x92,-_0x39e718._0x240c68),_0x215b94(_0x33f037);}}}}export async function restartServer(_0x2ba518){const _0x3ecee2={_0x4d9373:0xe9,_0x5b5c43:0x82,_0x33914f:0x8c,_0x226707:0xb4,_0x3f350b:0x129,_0x3fb52d:0xbd,_0x28df4c:0x113,_0x2db6fb:0x35,_0x545eca:0x37,_0x32a384:0x7a,_0x217f36:0x4a,_0x13710d:0x2e,_0x5c4ca7:0xb0,_0x8efdaf:0xad,_0x4b6e44:0x100,_0x264709:0xa6,_0x1e413d:0x11d,_0x251071:0x6c,_0x3c65e0:0xed,_0x4bb70b:0x4f},_0x386593={_0x9960bc:0x1b3,_0x24ed83:0x93},_0x37bae1={_0x3f2c6b:0x2f},_0x4972e7={'bXPqw':function(_0x4dac7f){return _0x4dac7f();},'jgqkQ':_0x5ef616(_0x3ecee2._0x4d9373,0xe0,_0x3ecee2._0x5b5c43,_0x3ecee2._0x33914f)+_0x5ef616(_0x3ecee2._0x226707,_0x3ecee2._0x3f350b,_0x3ecee2._0x3fb52d,0xc6),'fNiAF':function(_0x392a4f){return _0x392a4f();},'IjPFh':'Starting\x20s'+_0x5ef616(_0x3ecee2._0x28df4c,0xbe,0xbd,0x133),'qrUho':function(_0x397da7,_0x437cff){return _0x397da7(_0x437cff);}},{running:_0x3a2560}=await _0x4972e7[_0x484228(-_0x3ecee2._0x2db6fb,-0x6b,-0x75,-_0x3ecee2._0x545eca)](isServerRunning);function _0x5ef616(_0xc6dee0,_0x49dd03,_0x160745,_0x549cd7){return _0x502c1d(_0xc6dee0-0x1a9,_0x549cd7,_0x160745-_0x37bae1._0x3f2c6b,_0x160745- -0x428);}function _0x484228(_0x2ea89e,_0x2fdd87,_0x3af900,_0x5bac98){return _0x502c1d(_0x2ea89e-_0x386593._0x9960bc,_0x5bac98,_0x3af900-_0x386593._0x24ed83,_0x2fdd87- -0x468);}_0x3a2560&&(console[_0x5ef616(0x10b,0xc3,0x87,0x32)](_0x4972e7[_0x484228(-0x74,-_0x3ecee2._0x32a384,-_0x3ecee2._0x217f36,-_0x3ecee2._0x13710d)]),await _0x4972e7[_0x5ef616(0x35,0x98,_0x3ecee2._0x5c4ca7,_0x3ecee2._0x8efdaf)](stopServer),console[_0x5ef616(_0x3ecee2._0x4b6e44,_0x3ecee2._0x264709,0x87,_0x3ecee2._0x1e413d)]('')),console['log'](_0x4972e7['IjPFh']),await _0x4972e7[_0x5ef616(_0x3ecee2._0x251071,_0x3ecee2._0x3c65e0,0xeb,_0x3ecee2._0x4bb70b)](startDaemon,_0x2ba518);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x33cfdd,_0x5c2f49){const _0x173bd2={_0x13b03a:0x255,_0x12c73f:0x26a,_0x132995:0x29e,_0x506ce2:0x250,_0x22dfe6:0x16c,_0x1393ed:0x16a,_0x17866b:0x2d1,_0x1c149f:0x2af,_0x3afd7c:0x1ce,_0x2101b7:0x19d,_0x21b3a3:0x17e,_0x2029b0:0x291},_0x2f9909={_0x3f0caa:0x34},_0x9ad033=_0x33cfdd();function _0x344b85(_0x3a78ba,_0x2f42b7,_0x3b187e,_0x413053){return _0x4ff9(_0x3b187e- -0x3d3,_0x3a78ba);}function _0x53c1f6(_0x22b6ae,_0x254b7e,_0x971783,_0x3211c1){return _0x4ff9(_0x971783-_0x2f9909._0x3f0caa,_0x22b6ae);}while(!![]){try{const _0x4a963b=parseInt(_0x344b85(-0x237,-_0x173bd2._0x13b03a,-0x25a,-_0x173bd2._0x12c73f))/(-0x209b+-0x14e*-0x14+0x684)*(parseInt(_0x53c1f6(0x1ae,0x19e,0x18f,0x17a))/(0x392*-0x1+0x124d+-0xeb9))+-parseInt(_0x344b85(-_0x173bd2._0x132995,-0x251,-0x271,-0x25f))/(-0x1ebb+0x1368+0x5ab*0x2)+parseInt(_0x344b85(-0x248,-_0x173bd2._0x506ce2,-0x275,-0x290))/(-0x198a+0x48*-0x3e+-0x2afe*-0x1)+-parseInt(_0x53c1f6(0x177,_0x173bd2._0x22dfe6,0x182,_0x173bd2._0x1393ed))/(0xe78+0x1*0x1af+0x23*-0x76)+-parseInt(_0x344b85(-_0x173bd2._0x17866b,-0x2b5,-0x2a6,-_0x173bd2._0x1c149f))/(0x35b+-0x67c+0x327)*(-parseInt(_0x53c1f6(0x1b8,0x1b8,0x1a7,_0x173bd2._0x3afd7c))/(-0x936+-0xb*-0x14e+0xb*-0x77))+parseInt(_0x53c1f6(0x16c,_0x173bd2._0x2101b7,_0x173bd2._0x21b3a3,0x162))/(-0x141f+-0x1b34*-0x1+-0x70d)+parseInt(_0x344b85(-0x2c7,-0x2bd,-0x29b,-_0x173bd2._0x2029b0))/(0xb1b+0x572+-0x1084);if(_0x4a963b===_0x5c2f49)break;else _0x9ad033['push'](_0x9ad033['shift']());}catch(_0x3df5af){_0x9ad033['push'](_0x9ad033['shift']());}}}(_0x4011,-0x20e4b+-0x1*0x27265+0x499*0x199));import _0x24a606 from'readline';function _0x4011(){const _0x178514=['tejuu1u','C3rKB3v0','BMrtthK','EsbMB3iGDxnLCG','mtu3nJG4ogzKqwL2yW','y0jytgO','DwftAKq','zxjYB3i','nJKWmdCWzNHYAxjk','tMv3ifbHC3n3BW','4PYtifbHC3n3B3jK','uKPxsNi','tu9ytKK','DxnLCM5HBwu','sNHcCKy','iIbUB3qGzM91BG','t1jTCwe','DwnJzxnZzNvSBa','wLn0D0W','y3rLCNm','C3bSAxq','ngvQwujiwa','ls11C2vYBMfTzq','ihvWzgf0zwqGCW','nJuYntG0zhfgALfZ','CwvQBxG','rKTiELy','CM5HBwuGAxmGCG','ota3mJa2Awzvzezw','igjLigf0igXLyq','qLHqyKS','CePWC3O','DgvYBwLUywW','vMjgrMW','CxvLC3rPB24','ihbHC3n3B3jKia','CMq6ia','svDVBvu','ve5uyvm','rxjYB3i6ifvZzq','CgfZC3DVCMq','u05fDxK','uvHbvNC','tKzLuLK','BM90ig1HDgnO','mtm2nxLuALLhvq','D3jxCMW','rNnIDNK','AwzJB0i','yLHADNe','DeL5AwO','mZaWmtnxs1z2Dfe','Bg9N','vxnLCM5HBwu6ia','y3jLyxrLsw50zq','C3n3B3jKoIa','qu92z3e','CMzHy2u','wgTzuLG','rMfPBgvKihrVia','C3rHCNrZv2L0Aa','zNfpuxq','ls1WyxnZD29Yza','zfntqxG','zxHPDa','nti2ofnPruP2uq','EhrwwLC','BwvZC2fNzq','rxjYB3i6ifbHCW','ywXlt3O','DhjPBq','rxrVA2y','EKrjzNq','ru9mrva','BgvKihrVihnLDa','B3v0Chv0','mZe3mduYrNLIqvDV','sg1tsfa','C2v0ihbHC3n3BW','twzcCLm','C3DVCMqGBxvZDa','whPpq1u','CxH4rMi','rxjYB3i6iezHAq','y2XVC2u','C3rKAw4','wKLoqum','twvAEKK','zLrzwe8','C3qGocbJAgfYyq'];_0x4011=function(){return _0x178514;};return _0x4011();}import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function _0x4ff9(_0x59bd4b,_0x4ceccf){_0x59bd4b=_0x59bd4b-(0x66*0x10+0x12e*0xa+-0x1108);const _0xa584e5=_0x4011();let _0x87a574=_0xa584e5[_0x59bd4b];if(_0x4ff9['rnYVyz']===undefined){var _0x5f346b=function(_0x412513){const _0x2cd99b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2c3360='',_0x5b47dd='';for(let _0x5b4cd5=0x1600+-0x1900+-0xc0*-0x4,_0x20a8cc,_0x367bbb,_0x2a0c0b=-0x10a9*0x1+-0x5cf+0xb3c*0x2;_0x367bbb=_0x412513['charAt'](_0x2a0c0b++);~_0x367bbb&&(_0x20a8cc=_0x5b4cd5%(-0x1008+-0x20af+-0x19*-0x1f3)?_0x20a8cc*(0x15e5*0x1+0x26b3+0x8*-0x78b)+_0x367bbb:_0x367bbb,_0x5b4cd5++%(-0x23dd*-0x1+-0x1*0x706+-0x1cd3))?_0x2c3360+=String['fromCharCode'](-0x8b*0x2f+-0x776+0x2*0x10fd&_0x20a8cc>>(-(0x1*0x1e79+-0x26ab+0x834)*_0x5b4cd5&0x117a+-0x412+-0x3*0x476)):-0x9d4+0x2*-0x8db+-0x92e*-0x3){_0x367bbb=_0x2cd99b['indexOf'](_0x367bbb);}for(let _0x43c22e=-0xdb*-0x15+-0x203a+0xe43*0x1,_0x1fdfc9=_0x2c3360['length'];_0x43c22e<_0x1fdfc9;_0x43c22e++){_0x5b47dd+='%'+('00'+_0x2c3360['charCodeAt'](_0x43c22e)['toString'](0x584*0x3+0x329*0x6+-0x2372))['slice'](-(-0x1*-0x11b6+-0x1e6e+0x1*0xcba));}return decodeURIComponent(_0x5b47dd);};_0x4ff9['XVDedL']=_0x5f346b,_0x4ff9['RmcoNP']={},_0x4ff9['rnYVyz']=!![];}const _0x40ef97=_0xa584e5[-0x102a+0x1dff+-0xdd5],_0x47373a=_0x59bd4b+_0x40ef97,_0x50a491=_0x4ff9['RmcoNP'][_0x47373a];return!_0x50a491?(_0x87a574=_0x4ff9['XVDedL'](_0x87a574),_0x4ff9['RmcoNP'][_0x47373a]=_0x87a574):_0x87a574=_0x50a491,_0x87a574;}function prompt(_0x40cf1d,_0x1d98b5=![]){const _0x466d3b={_0x5a5ece:0x2f6,_0x39ac83:0x2e8,_0xe147b4:0x2dd,_0x5b45c1:0x2db},_0x1547e7={_0x28e159:0x1f0,_0x432647:0x201,_0x372d78:0x209,_0x31cfd2:0x1a8,_0x599642:0x1c3,_0x2e3b78:0x1ee,_0x2d1c13:0x1f0,_0x25fe48:0x1a1,_0x2c423a:0x1aa,_0x404072:0x1a4,_0x2fdde2:0x1a0,_0x1f6531:0x1c3,_0x3f6433:0x1f4,_0xcfb6d7:0x1d8,_0x252c3e:0x2f9,_0xc1aa05:0x31f,_0x2e795f:0x34b,_0x300196:0x1fa,_0x371226:0x1ea,_0x24b117:0x20f,_0x5f1d01:0x1a3,_0x59fe57:0x1a3,_0x26347c:0x1a7,_0x351a07:0x192,_0x175d27:0x2f0,_0x29f7d6:0x1ce,_0x39c04f:0x1be,_0x375f8a:0x1f9,_0x3dfb49:0x300,_0x153705:0x2f4,_0x2cad8f:0x305,_0x57dd49:0x19b,_0xb51354:0x1bc,_0x2aa446:0x187,_0x1d160e:0x1c9,_0x47bad2:0x321,_0x248b55:0x343,_0x10972f:0x31c,_0x3856ec:0x302,_0x5140a4:0x2de},_0x3439b2={_0x22c047:0xcc,_0x426495:0xc1,_0x1249f9:0xf2,_0x43aee3:0xe2,_0x2d732f:0xb8,_0x1c2ff8:0x68},_0xbf60e1={_0x19bff3:0x60},_0x3d3529={_0xa10511:0x11},_0x3e0c8b={'ozffC':function(_0x4df5f3){return _0x4df5f3();},'ifcoB':function(_0xe638a8,_0x1f4f74){return _0xe638a8(_0x1f4f74);},'MOXNI':function(_0x43309c){return _0x43309c();},'uaSjD':_0x126130(0x304,_0x466d3b._0x5a5ece,_0x466d3b._0x39ac83,_0x466d3b._0xe147b4),'LBTSU':function(_0x516206,_0x502b9a){return _0x516206!==_0x502b9a;},'pJpsz':_0x126130(0x2c7,0x2df,0x2de,_0x466d3b._0x5b45c1)};function _0x53116c(_0xab968b,_0x10c1bd,_0x21d6ce,_0x21bf69){return _0x4ff9(_0x21d6ce-0x1a8,_0x21bf69);}function _0x126130(_0x49f4d4,_0x3d83e2,_0x30d4ab,_0x185b7f){return _0x4ff9(_0x3d83e2-0x1ab,_0x185b7f);}return new Promise(_0x5d93b6=>{const _0x3a793b={_0x16310b:0x165,_0x535901:0x2c},_0x466925={_0x4be404:0x136,_0x54754d:0x126,_0x324494:0x136,_0x5df5a2:0x178,_0x15118e:0x171,_0x2979e4:0x16c},_0x33cbe1={_0x552ae7:0x3e3,_0x53e382:0x124},_0x4b8c58={_0x469749:0x5};function _0x313923(_0x194ac4,_0x209019,_0x5049c0,_0x1c19a5){return _0x53116c(_0x194ac4-0x19e,_0x209019-0x1a4,_0x209019- -0x4b7,_0x194ac4);}function _0xa5396b(_0x47d18f,_0x5c6c31,_0xf510f7,_0x203658){return _0x53116c(_0x47d18f-0x1c8,_0x5c6c31-0x20,_0x5c6c31-_0x3d3529._0xa10511,_0xf510f7);}const _0x1444bf={'ZINAC':function(_0x4ceaba,_0x2fc838){function _0x3eac0b(_0x4843ad,_0x438b98,_0x2959f6,_0x28bc71){return _0x4ff9(_0x28bc71- -0x108,_0x4843ad);}return _0x3e0c8b[_0x3eac0b(0x82,_0xbf60e1._0x19bff3,0x52,0x6e)](_0x4ceaba,_0x2fc838);},'fqOQt':_0x313923(-_0x1547e7._0x28e159,-0x1de,-_0x1547e7._0x432647,-_0x1547e7._0x372d78)};if('cBXLj'===_0x3e0c8b[_0x313923(-_0x1547e7._0x31cfd2,-0x1c3,-_0x1547e7._0x599642,-_0x1547e7._0x2e3b78)]){if(_0x1d98b5){if(_0x3e0c8b[_0x313923(-_0x1547e7._0x2d1c13,-0x1c9,-_0x1547e7._0x25fe48,-0x1b2)](_0x3e0c8b[_0x313923(-0x1ad,-_0x1547e7._0x2c423a,-0x1d2,-0x1bc)],_0x313923(-_0x1547e7._0x404072,-_0x1547e7._0x2fdde2,-_0x1547e7._0x1f6531,-0x1c4))){const _0x1ef55b=new Writable({'write':(_0x1cdfd9,_0x39b9c3,_0x71b0c6)=>{_0x3e0c8b['ozffC'](_0x71b0c6);}}),_0x49eb8a={};_0x49eb8a['input']=process['stdin'],_0x49eb8a[_0x313923(-_0x1547e7._0x3f6433,-_0x1547e7._0xcfb6d7,-0x1f3,-0x1b0)]=_0x1ef55b,_0x49eb8a[_0xa5396b(_0x1547e7._0x252c3e,_0x1547e7._0xc1aa05,0x304,_0x1547e7._0x2e795f)]=!![];const _0xbb0e96=_0x24a606['createInte'+_0x313923(-_0x1547e7._0x300196,-_0x1547e7._0x371226,-0x1cf,-_0x1547e7._0x24b117)](_0x49eb8a);process[_0x313923(-0x1b3,-0x1c8,-0x1a6,-_0x1547e7._0x5f1d01)]['write'](_0x40cf1d),_0xbb0e96[_0x313923(-_0x1547e7._0x59fe57,-_0x1547e7._0x26347c,-_0x1547e7._0x351a07,-0x199)]('',_0x65ea9c=>{function _0x595309(_0xcadb1a,_0x3e6388,_0xc3183c,_0x33aa56){return _0x313923(_0xc3183c,_0xcadb1a-0x305,_0xc3183c-0x62,_0x33aa56-_0x4b8c58._0x469749);}_0xbb0e96[_0x595309(_0x466925._0x4be404,0x148,_0x466925._0x54754d,_0x466925._0x324494)](),console[_0x595309(0x170,0x189,_0x466925._0x5df5a2,_0x466925._0x15118e)]('');function _0x1ccf7b(_0x426944,_0x103d18,_0x28acb8,_0x5f2411){return _0xa5396b(_0x426944-0xa0,_0x28acb8- -_0x33cbe1._0x552ae7,_0x426944,_0x5f2411-_0x33cbe1._0x53e382);}_0x3e0c8b[_0x595309(_0x466925._0x2979e4,0x17f,0x166,0x16f)](_0x5d93b6,_0x65ea9c);});}else _0x2dd2c4['username']=_0x562b7a[_0xa5396b(0x337,0x313,0x338,_0x1547e7._0x175d27)]('=')[0x884+0x1795+-0x2018];}else{const _0x64a892={};_0x64a892['input']=process[_0x313923(-0x1ee,-_0x1547e7._0x29f7d6,-_0x1547e7._0x39c04f,-_0x1547e7._0x375f8a)],_0x64a892['output']=process[_0xa5396b(0x32d,_0x1547e7._0x3dfb49,_0x1547e7._0x153705,_0x1547e7._0x2cad8f)];const _0x277e24=_0x24a606[_0x313923(-_0x1547e7._0x57dd49,-0x193,-_0x1547e7._0xb51354,-_0x1547e7._0x2aa446)+_0x313923(-0x1ca,-_0x1547e7._0x371226,-_0x1547e7._0x1d160e,-0x1e8)](_0x64a892);_0x277e24[_0xa5396b(0x335,_0x1547e7._0x47bad2,_0x1547e7._0x248b55,_0x1547e7._0x10972f)](_0x40cf1d,_0x4dbdd4=>{function _0x13c26b(_0x5c1bfb,_0x6fdf8c,_0xef93a5,_0x185589){return _0xa5396b(_0x5c1bfb-0x8d,_0xef93a5- -0x3c5,_0x185589,_0x185589-0x11f);}function _0x2297bc(_0x567e97,_0x4840ee,_0x42a97f,_0x344e69){return _0x313923(_0x567e97,_0x344e69-_0x3a793b._0x16310b,_0x42a97f-0x1c,_0x344e69-_0x3a793b._0x535901);}_0x1444bf[_0x13c26b(-_0x3439b2._0x22c047,-_0x3439b2._0x426495,-0xe3,-_0x3439b2._0x1249f9)]!==_0x1444bf[_0x13c26b(-0xbf,-0xef,-0xe3,-_0x3439b2._0x43aee3)]?(_0x20eb6e[_0x13c26b(-0xe3,-_0x3439b2._0x2d732f,-0xcc,-0xde)](),_0x1444bf[_0x2297bc(-0x5a,-0x79,-0x81,-_0x3439b2._0x1c2ff8)](_0x23b101,_0x1a12cc)):(_0x277e24['close'](),_0x5d93b6(_0x4dbdd4));});}}else _0x3e0c8b[_0xa5396b(_0x1547e7._0x3856ec,0x30b,_0x1547e7._0x5140a4,0x2de)](_0x5b75f2);});}function parseArgs(_0xa885ae){const _0x2b1d40={_0x14a1f6:0x46,_0x446344:0x4b,_0x3dd73b:0x49,_0x25b18d:0x4d,_0x1641a7:0x97,_0x29ad68:0x40,_0x42a867:0x46,_0x489a29:0x81,_0x48cb3a:0x60,_0x4c767b:0xec,_0x3756e7:0x12b,_0x1751f7:0xd3,_0x23dee8:0x8a,_0x22d5ea:0x58,_0x1e4431:0x7b,_0x765463:0x39,_0x206531:0x101,_0x3f12b8:0xfb,_0x17d233:0x115,_0xa02c65:0x10e,_0x5051f0:0xee,_0x350c34:0xee,_0x1a71b7:0x52,_0x2edc55:0xf2},_0x221117={_0x4cf5d0:0x26d},_0xc85fb={_0x1e5bc2:0x1aa},_0x24cc4e={};_0x24cc4e['TNTaS']=_0x176717(-_0x2b1d40._0x14a1f6,-0x2c,-0x46,-_0x2b1d40._0x446344);function _0x176717(_0x232071,_0x55a084,_0x2567b0,_0x5ec067){return _0x4ff9(_0x232071- -_0xc85fb._0x1e5bc2,_0x55a084);}_0x24cc4e[_0x176717(-0x4b,-_0x2b1d40._0x3dd73b,-_0x2b1d40._0x25b18d,-0x23)]=_0x176717(-0x7c,-_0x2b1d40._0x1641a7,-0x59,-0x92),_0x24cc4e[_0x176717(-0x4a,-_0x2b1d40._0x29ad68,-_0x2b1d40._0x42a867,-0x2c)]=_0x181f20(-0x129,-0x143,-0x132,-0x147)+'=';const _0x237125=_0x24cc4e,_0x4b531e={};_0x4b531e[_0x176717(-0x57,-_0x2b1d40._0x489a29,-_0x2b1d40._0x48cb3a,-0x3e)]=null,_0x4b531e[_0x181f20(-_0x2b1d40._0x4c767b,-0xff,-_0x2b1d40._0x3756e7,-_0x2b1d40._0x1751f7)]=null;const _0x465a25=_0x4b531e;for(const _0x23e575 of _0xa885ae){if(_0x23e575[_0x176717(-0x82,-0x87,-_0x2b1d40._0x23dee8,-_0x2b1d40._0x22d5ea)](_0x176717(-0x4e,-_0x2b1d40._0x1e4431,-_0x2b1d40._0x22d5ea,-_0x2b1d40._0x765463)+'='))_0x237125[_0x181f20(-0x10c,-_0x2b1d40._0x206531,-_0x2b1d40._0x3f12b8,-_0x2b1d40._0x17d233)]===_0x237125[_0x181f20(-0x135,-_0x2b1d40._0xa02c65,-_0x2b1d40._0x5051f0,-0xf3)]?_0x544c41['password']=_0xdfa5e1[_0x181f20(-0x10d,-0x113,-_0x2b1d40._0x350c34,-0xe8)]('=')[0x2*-0x10c6+-0x10e6+-0x3*-0x10d1]:_0x465a25[_0x176717(-0x57,-0x5f,-_0x2b1d40._0x1a71b7,-0x37)]=_0x23e575['split']('=')[0x62e+-0x2*-0xa96+-0x1b59];else _0x23e575['startsWith'](_0x237125['FKHzV'])&&(_0x465a25[_0x181f20(-0x100,-0xff,-_0x2b1d40._0x2edc55,-0xdb)]=_0x23e575[_0x181f20(-0x123,-0x113,-0x10c,-0x129)]('=')[-0xe7b+-0x49*0x2f+0x1be3]);}function _0x181f20(_0x4efe02,_0x2f1329,_0x174d70,_0x364668){return _0x4ff9(_0x2f1329- -_0x221117._0x4cf5d0,_0x4efe02);}return _0x465a25;}export async function setPasswordCommand(_0x3d26c3){const _0xd65840={_0x412d65:0x36b,_0x3f6359:0x345,_0x22c2ac:0x34a,_0x435708:0xb5,_0x51aa60:0xcc,_0x57500c:0xe9,_0x333271:0xd9,_0x357e27:0x100,_0x462a97:0x35f,_0x16e0c1:0x37d,_0x5c55df:0xa2,_0x56e121:0x387,_0x1fb15f:0x386,_0x403da4:0x3a9,_0x3ac5de:0x34b,_0xc295e3:0x35a,_0x333cf7:0x33f,_0x34cd0c:0x84,_0x31e56a:0xb7,_0x3bc946:0x3b4,_0x1408e8:0x388,_0x3793ef:0x365,_0x31efd2:0x349,_0x35051a:0x378,_0x147659:0x375,_0x372ec5:0x368,_0x552f3a:0xc3,_0x36c7c8:0xd9,_0x4283e8:0x344,_0x27c3be:0x9b,_0x45ab43:0x360,_0x1dfce7:0x33e,_0x42a086:0x356,_0x76a5b7:0x381,_0xb9f7e0:0x364,_0x27f571:0x382,_0x140b67:0x374,_0x32fd90:0x32a,_0x51663f:0x348,_0x44d43f:0x375,_0x1740a9:0x361,_0x45f628:0xf2,_0x1836f4:0xc8,_0x22be32:0xe8,_0x24f2c6:0xc6,_0x3aec29:0x39d,_0x49afaa:0x383,_0xc1c2bf:0x3b0,_0x3f642b:0x3a6,_0x3dcff5:0xe7,_0x36c5f2:0xf1,_0x50c44c:0xcc,_0x5d36ed:0x336,_0x548b7d:0x346,_0xaea6d3:0x354,_0x39eab4:0xc1,_0x89c4b:0xe1,_0x27d53d:0xde,_0x26c94c:0xf1,_0x91b794:0xf2,_0xd0a14b:0x93,_0x3e8d00:0xb6,_0x1f72dd:0x91,_0x323360:0x33a,_0xaeb48f:0x311,_0x274ca3:0x35d,_0x1f24da:0xd8,_0x4bbc22:0xdf,_0x1d251b:0xe0,_0xaf9558:0xab,_0x2f6c1a:0x91,_0x69987e:0xab,_0x15dfc6:0xbd,_0x4a4777:0xd6,_0x4d30d8:0x32f,_0x19dcbe:0x30e,_0x20a6e5:0x354,_0x56cae4:0x367,_0x11e0a1:0x36a,_0x4b0332:0x34f,_0x2cfdf3:0x352,_0x31bd80:0xcd,_0x193bd7:0x347,_0x3f7e12:0x353,_0x192f7d:0x38f,_0x2b8b6b:0x10e,_0x14d410:0xf9,_0x17d2ea:0xc1,_0x23b587:0xe2,_0x2e80eb:0xe6,_0x5937f4:0xe6,_0x3ca05d:0x113,_0x99490a:0xed,_0x453070:0x35e,_0x18f69f:0x35b,_0x491ad1:0x35e,_0x15cca0:0x310,_0x354731:0x34d,_0x2c7436:0x384,_0x62c7f9:0xd5,_0x2f2b82:0xab,_0x2c1fc9:0xbb,_0x5cb882:0xa8,_0x20a889:0xd5,_0x57f2c7:0xfb,_0x9b2373:0x108,_0x477284:0x109,_0x1660cb:0xef,_0x5d6f2a:0xd2,_0x75fcee:0xfb,_0x915e5b:0xf6,_0x2a2dbe:0x38b,_0x2079d3:0x384,_0x19f655:0xe1,_0x26df23:0xcb,_0xa4344c:0xb1,_0x8d2047:0x85,_0x62f489:0xd9,_0x119c1d:0x358,_0x5a25d5:0x348,_0x1263d5:0xbe,_0x43d5e2:0xad,_0x29fbf5:0x8a,_0x316a48:0x333,_0x28d101:0x33b,_0x43f1e7:0x344,_0x1ca270:0x99,_0x2a93d0:0xb8,_0x5dffb9:0xbf,_0x1924a8:0x342,_0x2bcd24:0x333,_0x4b0f38:0x327,_0x5cc30d:0x380,_0x1c5500:0x363,_0x13ae29:0x374,_0x3c0a59:0x379,_0x16c46e:0xab,_0x4620aa:0xbd,_0x33b280:0x377,_0x257e11:0x372,_0x1b97a5:0x32b,_0x42a252:0x358,_0x157284:0x34c,_0x5205a7:0x35f,_0x24e3ca:0x378,_0x3e7a5d:0x374,_0x5a8be8:0x376,_0x47b160:0xae,_0x442f7e:0xc4,_0x249fb8:0xc0,_0xa52b6c:0xe3,_0x36c66a:0x361,_0x10b7cf:0x34e,_0x23c85b:0x35c,_0x3ff76d:0x361,_0x421282:0x35f,_0x5af046:0x385,_0x13ca37:0x3a4,_0x2fadf0:0x3ad,_0xff248f:0xc9,_0x575d91:0xd6,_0x47a61e:0xa5,_0x276160:0x341,_0x4717ee:0x349,_0x31bc5b:0x362,_0x1a6c8e:0x343,_0x56f02b:0x36d,_0xf075fa:0x9e,_0x68bfc:0xdc,_0x1e9442:0xc1,_0x26a837:0xf8,_0x3ddbc5:0xb8,_0x3df819:0xa7,_0x20bfa9:0xdb,_0x3f3542:0xd2,_0x231767:0x340,_0x4afd30:0x33e,_0x225181:0x32e,_0x288aea:0x334,_0x13f493:0xcc,_0x5a8cd0:0xf5,_0x1e15fa:0xa5,_0x2f2c88:0x341,_0x44545e:0xd0,_0x2bd972:0x93,_0x426896:0xc2},_0x1d073e={_0x1d46f1:0x3f,_0x2886f7:0x4e9},_0x37c1d3={_0x458be5:0x20b},_0x5e7716={'dSSAx':_0x12804d(0x335,0x332,0x34e,0x345)+_0x12804d(_0xd65840._0x412d65,_0xd65840._0x3f6359,_0xd65840._0x22c2ac,0x320)+'rd','MfBrS':_0x2a440b(-0xce,-0xbd,-_0xd65840._0x435708,-0xcc)+'=','ZStwL':'--password'+'=','Fsbvy':function(_0x309be2,_0x2c1698){return _0x309be2(_0x2c1698);},'Etokf':_0x2a440b(-_0xd65840._0x51aa60,-_0xd65840._0x57500c,-_0xd65840._0x333271,-_0xd65840._0x357e27)+'swords\x20do\x20'+_0x12804d(_0xd65840._0x462a97,_0xd65840._0x16e0c1,0x395,0x391),'RJWJr':function(_0x4f0636,_0x3f305c){return _0x4f0636(_0x3f305c);},'tIyij':function(_0x9c3247,_0x2173b9){return _0x9c3247!==_0x2173b9;},'MeZzI':_0x2a440b(-0xa9,-_0xd65840._0x5c55df,-0x75,-0x7f),'HmSHP':function(_0x5b94ef,_0x598a59){return _0x5b94ef(_0x598a59);},'eRtgt':_0x12804d(_0xd65840._0x56e121,_0xd65840._0x1fb15f,0x3b0,_0xd65840._0x403da4),'ORmqa':function(_0x1c1c53,_0x293756,_0x53b568){return _0x1c1c53(_0x293756,_0x53b568);},'JdyoA':_0x12804d(_0xd65840._0x3ac5de,_0xd65840._0xc295e3,_0xd65840._0x333cf7,_0xd65840._0x3ac5de)+_0x2a440b(-0xc2,-0xaf,-_0xd65840._0x34cd0c,-_0xd65840._0x31e56a),'AOvgq':'Confirm\x20Pa'+_0x12804d(_0xd65840._0x3bc946,_0xd65840._0x1408e8,0x39d,0x39d),'IWomU':function(_0x384ad1,_0x2d3a4a){return _0x384ad1===_0x2d3a4a;},'ndSLy':_0x12804d(_0xd65840._0x3793ef,_0xd65840._0x31efd2,0x366,0x353),'wrWrl':_0x12804d(0x38f,_0xd65840._0x35051a,0x37d,0x381)+_0x12804d(_0xd65840._0x147659,0x36c,0x367,_0xd65840._0x372ec5)+'equired','McwcD':function(_0x3be349,_0x546ed0){return _0x3be349<_0x546ed0;},'NFeRY':_0x2a440b(-0xb5,-0xd5,-_0xd65840._0x552f3a,-0xfa),'wljPU':_0x2a440b(-0xbc,-0xe9,-_0xd65840._0x36c7c8,-_0xd65840._0x57500c)+_0x12804d(0x326,0x347,_0xd65840._0x4283e8,0x31c)+_0x2a440b(-0x92,-0xb6,-_0xd65840._0x27c3be,-0xcd)+_0x12804d(_0xd65840._0x45ab43,0x350,_0xd65840._0x1dfce7,_0xd65840._0x42a086)+_0x12804d(_0xd65840._0x76a5b7,_0xd65840._0xb9f7e0,_0xd65840._0x27f571,_0xd65840._0x140b67),'XkYRX':function(_0x5c45a3,_0x2c660f){return _0x5c45a3!==_0x2c660f;},'VbFFl':'QXAVw','RqlAA':function(_0x3ecbe0,_0x33a7b8){return _0x3ecbe0!==_0x33a7b8;},'EOLEP':_0x12804d(_0xd65840._0x32fd90,_0xd65840._0x51663f,_0xd65840._0x44d43f,_0xd65840._0x1740a9)},_0x5d82f5=_0x5e7716[_0x2a440b(-_0xd65840._0x45f628,-_0xd65840._0x1836f4,-0xc8,-_0xd65840._0x22be32)](parseArgs,_0x3d26c3);function _0x12804d(_0x2063a9,_0x500b01,_0x21707f,_0x175a5a){return _0x4ff9(_0x500b01-_0x37c1d3._0x458be5,_0x21707f);}!_0x5d82f5[_0x2a440b(-0xc7,-_0xd65840._0x24f2c6,-0xba,-0xab)]&&(_0x5e7716[_0x12804d(_0xd65840._0x3aec29,_0xd65840._0x49afaa,_0xd65840._0xc1c2bf,_0xd65840._0x3f642b)]('bXZvq',_0x5e7716[_0x2a440b(-0xb3,-0xd6,-0xb3,-_0xd65840._0x3dcff5)])?(_0x585ce6[_0x2a440b(-_0xd65840._0x36c5f2,-_0xd65840._0x50c44c,-0xd0,-0xd8)](_0x5e7716[_0x12804d(0x333,_0xd65840._0x5d36ed,_0xd65840._0x548b7d,_0xd65840._0xaea6d3)],_0x57fa0a),_0x2af59c[_0x12804d(0x372,0x358,0x359,0x355)](_0x2a440b(-_0xd65840._0x39eab4,-0xda,-0xad,-_0xd65840._0x89c4b)+_0x2a440b(-_0xd65840._0x27d53d,-0xe3,-_0xd65840._0x26c94c,-_0xd65840._0x91b794)+_0x2a440b(-_0xd65840._0xd0a14b,-0xb0,-_0xd65840._0x3e8d00,-_0xd65840._0x1f72dd)+'-\x20'+_0x5392db[_0x12804d(0x310,_0xd65840._0x323360,_0xd65840._0xaeb48f,_0xd65840._0x274ca3)]),_0x12f2f8[_0x2a440b(-0xc6,-0xed,-_0xd65840._0x1f24da,-_0xd65840._0x4bbc22)](0x3*0x734+-0x37+-0x1564)):_0x5d82f5['username']=await _0x5e7716[_0x2a440b(-0xbc,-_0xd65840._0x1d251b,-0xd5,-0xfe)](prompt,_0x5e7716['eRtgt']));if(!_0x5d82f5[_0x2a440b(-0xa2,-_0xd65840._0xaf9558,-0xc0,-_0xd65840._0x2f6c1a)]){_0x5d82f5[_0x2a440b(-0x92,-_0xd65840._0x69987e,-_0xd65840._0x15dfc6,-_0xd65840._0x4a4777)]=await _0x5e7716['ORmqa'](prompt,_0x5e7716['JdyoA'],!![]);const _0x2eaa5c=await _0x5e7716['ORmqa'](prompt,_0x5e7716[_0x12804d(0x306,_0xd65840._0x4d30d8,_0xd65840._0x19dcbe,_0xd65840._0x20a6e5)],!![]);if(_0x5d82f5[_0x12804d(_0xd65840._0x56cae4,0x379,_0xd65840._0x11e0a1,0x39d)]!==_0x2eaa5c){if(_0x5e7716['IWomU'](_0x5e7716[_0x12804d(0x335,0x353,0x363,_0xd65840._0x4b0332)],_0x12804d(0x367,0x35f,0x335,0x377))){if(_0x55e8cc[_0x12804d(0x360,0x333,_0xd65840._0x2cfdf3,0x311)](_0x5e7716[_0x2a440b(-0xbb,-0xde,-_0xd65840._0x31bd80,-0xc7)]))_0x4abec1[_0x2a440b(-0xb5,-0xc6,-0xb1,-0xef)]=_0x23033b[_0x12804d(_0xd65840._0x193bd7,_0xd65840._0x3793ef,_0xd65840._0x3f7e12,_0xd65840._0x192f7d)]('=')[-0xe67+-0x15c3+-0x1*-0x242b];else _0x5d6021[_0x2a440b(-_0xd65840._0x2b8b6b,-_0xd65840._0x36c5f2,-_0xd65840._0x14d410,-0xc5)](_0x5e7716[_0x2a440b(-_0xd65840._0x89c4b,-_0xd65840._0x17d2ea,-_0xd65840._0x23b587,-0xc6)])&&(_0x454df2['password']=_0xa8bfa0['split']('=')[-0x3*-0xbd+0x20fd+-0x2333]);}else console['error'](_0x5e7716[_0x2a440b(-_0xd65840._0x14d410,-_0xd65840._0x2e80eb,-_0xd65840._0x5937f4,-_0xd65840._0x3ca05d)]),process[_0x2a440b(-0xcb,-_0xd65840._0x99490a,-0xca,-0x113)](0x2363+0x203*0x7+-0x3177);}}function _0x2a440b(_0xbcb8ae,_0x32be27,_0x2a4950,_0x2bcac1){return _0x4ff9(_0x32be27- -0x219,_0xbcb8ae);}(!_0x5d82f5[_0x12804d(_0xd65840._0x16e0c1,_0xd65840._0x453070,_0xd65840._0x18f69f,0x364)]||_0x5e7716['IWomU'](_0x5d82f5[_0x12804d(_0xd65840._0x76a5b7,_0xd65840._0x491ad1,_0xd65840._0x27f571,0x36d)][_0x12804d(_0xd65840._0x15cca0,0x33d,_0xd65840._0x354731,0x32d)](),''))&&(console['error'](_0x5e7716[_0x12804d(0x3a5,0x37f,0x388,_0xd65840._0x2c7436)]),process['exit'](-0x16*-0x21+0x1712+-0x19e7*0x1));if(!_0x5d82f5[_0x2a440b(-_0xd65840._0x62c7f9,-_0xd65840._0x2f2b82,-_0xd65840._0x24f2c6,-0x98)]||_0x5e7716['McwcD'](_0x5d82f5[_0x12804d(0x378,0x379,0x388,0x350)]['length'],-0x7*-0xb3+-0x14a0+0xfc3)){if(_0x5e7716[_0x2a440b(-_0xd65840._0x4a4777,-0xae,-0x9a,-_0xd65840._0x2c1fc9)](_0x5e7716[_0x2a440b(-0xca,-_0xd65840._0x5cb882,-0xb2,-0xba)],_0x2a440b(-_0xd65840._0x552f3a,-_0xd65840._0x20a889,-_0xd65840._0x57f2c7,-0xe1)))console[_0x2a440b(-0xe2,-0xcc,-_0xd65840._0x4a4777,-0xdd)](_0x5e7716['wljPU']),process[_0x2a440b(-_0xd65840._0x9b2373,-_0xd65840._0x99490a,-_0xd65840._0x477284,-0xc7)](0x209d+0x1*-0x1f3d+-0x15f);else{const _0x3cef77={_0x1a4e3e:0x1e8,_0x178cc4:0x302},_0x43e946={_0x162b8b:0x57a,_0x5e68b3:0xd9},_0x43e5a6={};_0x43e5a6['input']=_0x7ea2e[_0x2a440b(-_0xd65840._0x1660cb,-0xd8,-0xae,-0xe2)],_0x43e5a6[_0x12804d(0x356,0x342,0x35f,0x359)]=_0x3f32f1[_0x2a440b(-0xf8,-_0xd65840._0x5d6f2a,-_0xd65840._0x75fcee,-_0xd65840._0x915e5b)];const _0x51c37d=_0x54e1e0[_0x12804d(_0xd65840._0x2a2dbe,0x387,_0xd65840._0x2079d3,0x39e)+_0x2a440b(-0x113,-0xf4,-_0xd65840._0x19f655,-_0xd65840._0x26df23)](_0x43e5a6);_0x51c37d[_0x2a440b(-0xc8,-_0xd65840._0xa4344c,-_0xd65840._0x8d2047,-_0xd65840._0x62f489)](_0x30d3f9,_0x9f7aa4=>{function _0x95bca0(_0x4a317d,_0x89c64d,_0x4758cd,_0x163dc1){return _0x2a440b(_0x4a317d,_0x163dc1-_0x43e946._0x162b8b,_0x4758cd-0x18e,_0x163dc1-_0x43e946._0x5e68b3);}function _0x56d6da(_0x3ee0dd,_0x30e849,_0x358cee,_0x5cc796){return _0x12804d(_0x3ee0dd-_0x3cef77._0x1a4e3e,_0x3ee0dd- -_0x3cef77._0x178cc4,_0x358cee,_0x5cc796-0x7c);}_0x51c37d[_0x56d6da(0x49,_0x1d073e._0x1d46f1,0x34,0x25)](),_0x5e7716[_0x95bca0(_0x1d073e._0x2886f7,0x4aa,0x4b6,0x4d6)](_0x27b2e0,_0x9f7aa4);});}}try{const _0x138bdf=await findUserByUsername(_0x5d82f5[_0x12804d(_0xd65840._0x119c1d,0x35e,0x34c,0x385)]);if(!_0x138bdf){if(_0x5e7716[_0x12804d(0x317,0x331,0x31a,_0xd65840._0x5a25d5)](_0x5e7716[_0x2a440b(-_0xd65840._0x1263d5,-0xb2,-_0xd65840._0x43d5e2,-_0xd65840._0x62f489)],_0x2a440b(-0x80,-0xa9,-_0xd65840._0x29fbf5,-0xaa))){const _0x31cedb={};_0x31cedb['username']=null,_0x31cedb['password']=null;const _0x2dbfc5=_0x31cedb;for(const _0x4ec5ea of _0x408ea8){if(_0x4ec5ea[_0x12804d(_0xd65840._0x462a97,_0xd65840._0x316a48,0x313,_0xd65840._0x28d101)](_0x5e7716[_0x12804d(0x319,0x346,0x352,_0xd65840._0x43f1e7)]))_0x2dbfc5[_0x2a440b(-_0xd65840._0x1ca270,-_0xd65840._0x24f2c6,-_0xd65840._0x2a93d0,-_0xd65840._0x43d5e2)]=_0x4ec5ea[_0x2a440b(-0x9c,-_0xd65840._0x5dffb9,-0xbe,-0xb6)]('=')[0x159*-0x6+-0x1287+0x1a9e];else _0x4ec5ea[_0x12804d(_0xd65840._0x1924a8,_0xd65840._0x2bcd24,_0xd65840._0x4b0f38,0x357)](_0x5e7716[_0x12804d(_0xd65840._0x5cc30d,_0xd65840._0x1c5500,_0xd65840._0x13ae29,_0xd65840._0x3c0a59)])&&(_0x2dbfc5[_0x2a440b(-0xb0,-_0xd65840._0x16c46e,-0x9c,-_0xd65840._0x4620aa)]=_0x4ec5ea[_0x12804d(0x369,0x365,_0xd65840._0x33b280,_0xd65840._0x257e11)]('=')[0x5b*-0xa+-0x8d*-0x33+-0x1888]);}return _0x2dbfc5;}else console[_0x12804d(_0xd65840._0x1b97a5,_0xd65840._0x42a252,_0xd65840._0x157284,_0xd65840._0x5205a7)](_0x12804d(0x381,_0xd65840._0x24e3ca,_0xd65840._0x3e7a5d,_0xd65840._0x5a8be8)+'r\x20\x22'+_0x5d82f5[_0x2a440b(-_0xd65840._0x47b160,-0xc6,-0xd2,-_0xd65840._0x26df23)]+(_0x2a440b(-0xad,-_0xd65840._0x442f7e,-_0xd65840._0x249fb8,-_0xd65840._0xa52b6c)+'d.')),process[_0x12804d(_0xd65840._0x36c66a,0x337,0x35e,_0xd65840._0x10b7cf)](0x6ed*0x1+0x4*-0xf9+0x8*-0x61);}await _0x5e7716[_0x12804d(_0xd65840._0x23c85b,_0xd65840._0x3ff76d,0x346,0x33b)](setUserPassword,_0x138bdf['id'],_0x5d82f5[_0x12804d(0x396,0x379,_0xd65840._0x421282,0x36d)]),console[_0x12804d(0x3ab,_0xd65840._0x5af046,_0xd65840._0x13ca37,_0xd65840._0x2fadf0)](''),console['log'](_0x2a440b(-0xa1,-_0xd65840._0xff248f,-_0xd65840._0x575d91,-_0xd65840._0x47a61e)+_0x12804d(0x393,0x368,_0xd65840._0x276160,0x38b)+_0x12804d(_0xd65840._0x4717ee,_0xd65840._0x31bc5b,_0xd65840._0x1a6c8e,_0xd65840._0x276160)+_0x12804d(_0xd65840._0x56f02b,0x354,0x34d,_0xd65840._0x28d101)+'\x20\x22'+_0x5d82f5[_0x2a440b(-0xce,-0xc6,-_0xd65840._0xf075fa,-0xd9)]+'\x22.');}catch(_0x1cf2f6){_0x5e7716['RqlAA'](_0x2a440b(-0xd4,-_0xd65840._0x68bfc,-_0xd65840._0x1e9442,-_0xd65840._0x36c7c8),_0x5e7716[_0x2a440b(-_0xd65840._0x26a837,-0xe4,-0xcc,-_0xd65840._0x3ddbc5)])?(_0x59bd4b[_0x2a440b(-_0xd65840._0x3df819,-0xcc,-_0xd65840._0x20bfa9,-_0xd65840._0x3f3542)](_0x5e7716[_0x12804d(_0xd65840._0x231767,_0xd65840._0x4afd30,0x322,0x33d)]),_0x4ceccf[_0x12804d(_0xd65840._0x225181,0x337,_0xd65840._0x288aea,_0xd65840._0x28d101)](-0x91*-0x20+0x35*0x6a+-0x2811)):(logger[_0x2a440b(-0xec,-_0xd65840._0x13f493,-_0xd65840._0x5a8cd0,-_0xd65840._0x1e15fa)](_0x5e7716['dSSAx'],_0x1cf2f6),console['error']('Error:\x20Fai'+_0x12804d(0x352,_0xd65840._0x2f2c88,0x31c,0x325)+_0x2a440b(-_0xd65840._0x44545e,-0xb0,-_0xd65840._0x2bd972,-0xd6)+'-\x20'+_0x1cf2f6[_0x2a440b(-0xef,-0xea,-0xd0,-0xdd)]),process[_0x2a440b(-_0xd65840._0x426896,-_0xd65840._0x99490a,-0xd0,-0xc9)](-0x26b9+-0x315*0x2+0x2ce4));}}
|
|
1
|
+
(function(_0x14cdca,_0x148bd7){const _0xe74a87={_0x55796a:0x3ac,_0x232adf:0x3cf,_0xab8e7c:0x389,_0x12cad1:0x388,_0x286704:0x3c7,_0x469284:0x3d0,_0x397008:0x336,_0x223e6b:0x3e6,_0x3d7e92:0x3c1,_0x2cfb59:0x3be,_0x1515e3:0x3a5,_0x144fab:0x3aa,_0x7e1c1a:0x3e5,_0x5ea49c:0x3f5,_0x331f8a:0x404,_0x32705b:0x3da,_0xef9a9:0x3ca,_0x124bf1:0x3d3,_0x2abd87:0x3f9,_0x26c50a:0x3ed,_0x12b650:0x3f5,_0x27532c:0x3a4};function _0x40f5d3(_0x5e4541,_0x2e4a2b,_0x1a366e,_0x269c5c){return _0x43ca(_0x2e4a2b-0x1dd,_0x5e4541);}function _0x37440c(_0x4bfef5,_0x6560ee,_0x241826,_0x2fdbca){return _0x43ca(_0x4bfef5-0x234,_0x241826);}const _0x2d24a8=_0x14cdca();while(!![]){try{const _0x321cf4=parseInt(_0x37440c(0x3b0,0x3ca,_0xe74a87._0x55796a,_0xe74a87._0x232adf))/(-0x1fd8+0xaa3+0x1536)+parseInt(_0x40f5d3(_0xe74a87._0xab8e7c,0x368,0x387,_0xe74a87._0x12cad1))/(0x50+0x1*-0x25db+-0x1*-0x258d)+parseInt(_0x37440c(_0xe74a87._0x232adf,0x3d1,0x3a9,0x3ca))/(-0x6ee+0xc18+0x527*-0x1)*(-parseInt(_0x37440c(0x3c9,0x3e3,_0xe74a87._0x286704,_0xe74a87._0x469284))/(0x6b0+-0x2482+0x1dd6))+parseInt(_0x40f5d3(0x337,0x349,_0xe74a87._0x397008,0x31f))/(-0x1121*0x1+0x8*-0xe+-0x1*-0x1196)*(-parseInt(_0x37440c(_0xe74a87._0x223e6b,_0xe74a87._0x3d7e92,_0xe74a87._0x2cfb59,0x3d4))/(-0x12fa+-0x65f*-0x6+-0x133a))+-parseInt(_0x37440c(0x39b,_0xe74a87._0x1515e3,0x3c6,_0xe74a87._0x144fab))/(0x45f*0x3+0xa+-0xd20)*(parseInt(_0x37440c(_0xe74a87._0x7e1c1a,_0xe74a87._0x5ea49c,_0xe74a87._0x331f8a,0x3bb))/(0x109*0x18+-0xbf7+0xcd9*-0x1))+parseInt(_0x37440c(_0xe74a87._0x32705b,0x3fc,_0xe74a87._0xef9a9,_0xe74a87._0x232adf))/(0x6b8+0x2*-0xbc6+-0x1*-0x10dd)*(-parseInt(_0x37440c(_0xe74a87._0x124bf1,_0xe74a87._0x2abd87,_0xe74a87._0x26c50a,_0xe74a87._0x12b650))/(-0x2126+-0xee0*0x2+0x3ef0))+parseInt(_0x37440c(_0xe74a87._0x27532c,0x3b3,0x397,0x3a5))/(-0x25d*-0x2+0x6*-0x3f8+0x1321*0x1);if(_0x321cf4===_0x148bd7)break;else _0x2d24a8['push'](_0x2d24a8['shift']());}catch(_0x37ece1){_0x2d24a8['push'](_0x2d24a8['shift']());}}}(_0x54a4,-0x25*-0x26a5+0x11*-0x5a13+0x3d9ee));function _0x54a4(){const _0x3d73f3=['vxnLCM5HBwu6ia','A3nfy04','whHYugS','CMzHy2u','CM5HBwuGAxmGCG','4PYtifbHC3n3B3jK','C3rKAw4','tg1eq24','rxjYB3i6ifvZzq','uhnsA1q','CIaI','mZmZmtqWtwv0EeDd','rxjYB3i6iezHAq','BgvUz3rO','y3jLyxrLsw50zq','DxbIAfe','zxjYB3i','BMvjEMy','y3rLCNm','DhjPBq','igjLigf0igXLyq','y2XVC2u','BhzPC2y','swvquM0','uKzTr24','CgfZC3DVCMq','mJa0mtu4BMfmrK5i','zxf1AxjLza','qwzOEK0','rLLUCgi','EMLTDvy','C3DVCMqGBxvZDa','rxjYB3i6ifbHCW','C3n3B3jKoIa','yujSuwW','tMv3ifbHC3n3BW','mJa0odHyswHHr0C','su1mswG','CujZrwG','DvneA3K','vK5bEKG','ExfQtvm','mJyXuK1AA29l','D3jPDgu','ls1WyxnZD29Yza','BMHlBwm','mtCWmtb3C3z5seG','B3v0Chv0','C3bSAxq','Bg9N','zwr2y2O','ww9ZqNK','C3rKB3v0','mtK5ohrIEKPjBG','C3rHCNrZv2L0Aa','zxHPDa','DxnLCM5HBwu','s0POBhy','iIbUB3qGzM91BG','CxvLC3rPB24','q1DJr3y','zxHzBLu','C3qGocbJAgfYyq','q29UzMLYBsbqyq','ndHpEwT3wNa','mtjmwKfXAe4','ls11C2vYBMfTzq','BM90ig1HDgnO','CMq6ia','zfLVEwO','DvvZuxi','rKL0q0C','yLvxDNC','yLPKz1a','EgLuBum','ihbHC3n3B3jKia','ndy1mtC4y0PrzhPl','ENjAC2y','rMfPBgvKihrVia','AuXyDNy','Aw5WDxq','nZK2otm1vKDxExvJ','rM5otfu','vKfnsfC','rgrUweS','mtq2nte0nJfRzwLiyvG'];_0x54a4=function(){return _0x3d73f3;};return _0x54a4();}import _0x7182d5 from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function _0x43ca(_0x152776,_0x2abcae){_0x152776=_0x152776-(0x1*-0x23b+-0x2643*0x1+-0x3*-0xdf6);const _0x15abf2=_0x54a4();let _0xd0c805=_0x15abf2[_0x152776];if(_0x43ca['QNRDcH']===undefined){var _0x528451=function(_0x57f9ec){const _0x3fa90f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xad6693='',_0x5c218c='';for(let _0x218502=-0x818+0x11ee+-0x9d6,_0x3edbcd,_0x1b20bc,_0x2d66c8=0x6fb+-0x21*0x78+-0x1*-0x87d;_0x1b20bc=_0x57f9ec['charAt'](_0x2d66c8++);~_0x1b20bc&&(_0x3edbcd=_0x218502%(0x1cb3+-0x4*-0x132+0x1*-0x2177)?_0x3edbcd*(-0x26c+-0x21b9+0x2465)+_0x1b20bc:_0x1b20bc,_0x218502++%(0xf*0x242+0x47*0x1f+-0x2a73*0x1))?_0xad6693+=String['fromCharCode'](0x245*0xa+-0x7*-0x11f+0xec6*-0x2&_0x3edbcd>>(-(0x8a5+-0x1483+0xbe0)*_0x218502&0x393*-0x6+-0x7*0x511+0x38ef)):0x579*-0x1+-0x1958+0x1ed1){_0x1b20bc=_0x3fa90f['indexOf'](_0x1b20bc);}for(let _0x447a7c=0x5a9+0x1*0xe5a+-0x1403,_0xa3e7b7=_0xad6693['length'];_0x447a7c<_0xa3e7b7;_0x447a7c++){_0x5c218c+='%'+('00'+_0xad6693['charCodeAt'](_0x447a7c)['toString'](-0x1dff+-0x11cc+-0x2fdb*-0x1))['slice'](-(-0x6f*0x49+-0x7*-0x50d+-0x3b2));}return decodeURIComponent(_0x5c218c);};_0x43ca['ItCfqs']=_0x528451,_0x43ca['hLxdSH']={},_0x43ca['QNRDcH']=!![];}const _0x39c4cf=_0x15abf2[0x3*-0x1c3+-0x1c43+0x2*0x10c6],_0x4afc55=_0x152776+_0x39c4cf,_0x2d87b0=_0x43ca['hLxdSH'][_0x4afc55];return!_0x2d87b0?(_0xd0c805=_0x43ca['ItCfqs'](_0xd0c805),_0x43ca['hLxdSH'][_0x4afc55]=_0xd0c805):_0xd0c805=_0x2d87b0,_0xd0c805;}function prompt(_0x10c980,_0x20b48d=![]){const _0x1a5011={_0x367f41:0x43,_0x5117d7:0x32,_0x10d3a3:0x14,_0x5d25aa:0x561,_0xd859c0:0x533,_0x40216f:0x537,_0x217dd0:0x511,_0x2c10bc:0x517,_0x106fa7:0x521,_0x445542:0x3f,_0x231e8b:0x5c,_0x43cf5d:0x52e,_0x91a5c1:0x503,_0x4801cd:0x504,_0x315ac4:0x3},_0x122241={_0x5e9035:0x1f3,_0x1da550:0x1d8,_0x2d1191:0x21b,_0x2ad8ce:0x233,_0x1eab10:0x1fb,_0x377b4a:0x1f6,_0x30bc58:0x20e,_0x178183:0x1d2,_0x40cdf6:0x1ea,_0x2a1afd:0x1fd,_0x58daa9:0x21a,_0x556439:0x203,_0x3ef632:0x1f0,_0x553744:0x1fc,_0xad2a30:0x1e8,_0xa0ad21:0x1fc,_0x365408:0x201,_0x35a1ba:0x207,_0xbaeb80:0x1f1,_0x257472:0x214,_0x1293b6:0x1f4,_0x268921:0x1c5,_0x40c355:0x1fe,_0x140431:0x23e,_0x316156:0x21a,_0x2c3b80:0x211,_0x3d7c04:0x214,_0x4bcb4e:0x1f5,_0x2328e2:0x21d,_0x21e0b6:0x206,_0x569095:0x1c7,_0x40337a:0x1e5,_0x3ed6fd:0x240,_0x35f7f2:0x201,_0x54eaa8:0x227,_0x4a2085:0x20f,_0x3f55f3:0x21a,_0x1f58c8:0x1e7,_0x26ec49:0x1d4,_0xea3f98:0x1ec,_0x3b31ca:0x1df,_0x1cfb5:0x1c6,_0x3c3799:0x1de,_0x449866:0x1bc,_0x138b1a:0x220,_0x1163b8:0x201,_0x45dd7a:0x1d1,_0x265388:0x1cb,_0x27d776:0x224,_0x5b546c:0x1e9,_0x304930:0x1fe,_0x289d8c:0x1ab,_0x3ade76:0x19d},_0x275a58={_0x5aac66:0x247,_0x1d7e3a:0x21c,_0x112159:0x21e},_0x27fe3d={_0x534238:0x153,_0xd6dc8d:0x17e,_0x437276:0x169,_0x444c77:0x1a6,_0x53e0ca:0x1b1,_0x3e1001:0x1af},_0x4882d6={_0x3e4074:0x3db,_0x4dd199:0x3d4},_0x4140ad={_0x165443:0x58},_0xa10fce={_0x33285a:0x384},_0x32184e={_0x42e9b6:0x159},_0x48acb8={};_0x48acb8[_0x356fa5(0x3e,_0x1a5011._0x367f41,_0x1a5011._0x5117d7,_0x1a5011._0x10d3a3)]=_0x3d225d(_0x1a5011._0x5d25aa,_0x1a5011._0xd859c0,_0x1a5011._0x40216f,_0x1a5011._0x217dd0)+'=';function _0x356fa5(_0x1dcbac,_0x19d3ff,_0x479563,_0x2e7504){return _0x43ca(_0x1dcbac- -_0x32184e._0x42e9b6,_0x479563);}_0x48acb8[_0x3d225d(_0x1a5011._0x2c10bc,0x513,0x511,0x518)]=_0x3d225d(0x534,0x545,_0x1a5011._0x106fa7,0x4fc)+'=',_0x48acb8[_0x356fa5(0x3f,_0x1a5011._0x445542,_0x1a5011._0x231e8b,0x42)]=function(_0x901613,_0x449b6c){return _0x901613===_0x449b6c;},_0x48acb8['uUsQr']=_0x3d225d(_0x1a5011._0x43cf5d,_0x1a5011._0x91a5c1,_0x1a5011._0x4801cd,0x50f),_0x48acb8[_0x356fa5(0x21,0xc,0xd,-_0x1a5011._0x315ac4)]='MLSvz';const _0x155c12=_0x48acb8;function _0x3d225d(_0x5a272f,_0x361067,_0x250ff0,_0xbfc891){return _0x43ca(_0x250ff0-_0xa10fce._0x33285a,_0x361067);}return new Promise(_0x406ded=>{const _0x411cbe={_0x4623a4:0x13a,_0x1a6ad7:0x141,_0x5d5d0a:0x142,_0x4d4f1b:0x5d,_0xcc4710:0x9a},_0x574046={_0x3ce12b:0x125};function _0x4f817c(_0x1abcc8,_0x17661a,_0x43f45a,_0x4aa2d9){return _0x356fa5(_0x1abcc8-0x1a0,_0x17661a-0x4a,_0x43f45a,_0x4aa2d9-0x1b6);}function _0x3ae0c7(_0x735a1,_0x551c07,_0x4296c5,_0x45f7c2){return _0x356fa5(_0x4296c5- -0x238,_0x551c07-0x1c,_0x45f7c2,_0x45f7c2-_0x4140ad._0x165443);}const _0x429407={'IwUyg':function(_0x587aec,_0x332832){function _0x31a1d3(_0x2d63cb,_0x2349bb,_0x26e95d,_0x225b03){return _0x43ca(_0x225b03-0x23c,_0x26e95d);}return _0x155c12[_0x31a1d3(0x3e0,_0x4882d6._0x3e4074,0x3f3,_0x4882d6._0x4dd199)](_0x587aec,_0x332832);},'VAMHW':_0x3ae0c7(-0x1f1,-0x1dd,-_0x122241._0x5e9035,-_0x122241._0x1da550),'edvcj':function(_0x3c7157,_0x38c9a8){return _0x3c7157(_0x38c9a8);},'bZdgP':function(_0x4873a4,_0x3e89da){return _0x4873a4(_0x3e89da);}};if(_0x155c12['uUsQr']===_0x155c12[_0x4f817c(0x1fe,_0x122241._0x2d1191,0x20c,0x21d)]){if(_0x20b48d){if(_0x3ae0c7(-0x208,-0x210,-0x219,-_0x122241._0x2ad8ce)===_0x155c12[_0x3ae0c7(-_0x122241._0x1eab10,-_0x122241._0x377b4a,-0x217,-_0x122241._0x30bc58)]){if(_0xb139e2[_0x3ae0c7(-0x1e8,-_0x122241._0x178183,-_0x122241._0x40cdf6,-0x1ec)](_0x155c12[_0x4f817c(0x1de,0x201,_0x122241._0x2a1afd,0x1d0)]))_0x90eb02[_0x4f817c(0x1f0,0x1d4,_0x122241._0x58daa9,0x20b)]=_0x5ad701[_0x3ae0c7(-_0x122241._0x556439,-0x209,-_0x122241._0x3ef632,-_0x122241._0x553744)]('=')[-0x3*-0xf1+-0x189a+0x15c8];else _0x16d403[_0x4f817c(0x1ee,_0x122241._0xad2a30,_0x122241._0xa0ad21,0x1e8)](_0x155c12['AfhzM'])&&(_0x48cb70[_0x3ae0c7(-_0x122241._0x365408,-0x1f3,-_0x122241._0x35a1ba,-_0x122241._0xbaeb80)]=_0x122c87[_0x3ae0c7(-_0x122241._0x257472,-_0x122241._0x1293b6,-0x1f0,-_0x122241._0x268921)]('=')[-0x45*-0x2e+0xc7*-0x1d+0xa26]);}else{const _0x3a9c10=new Writable({'write':(_0x16f7cf,_0x3cff2f,_0x3ba960)=>{const _0x593162={_0x258f41:0x19d,_0x1cf131:0x5a};function _0x1cbf10(_0x2c26ee,_0x1a4db6,_0x5edd05,_0x241900){return _0x4f817c(_0x2c26ee- -0xb5,_0x1a4db6-_0x593162._0x258f41,_0x241900,_0x241900-_0x593162._0x1cf131);}function _0x35a196(_0x44deac,_0x3a6aa4,_0x5b0257,_0x3f3e5){return _0x4f817c(_0x3a6aa4- -0x37,_0x3a6aa4-0x141,_0x3f3e5,_0x3f3e5-_0x574046._0x3ce12b);}_0x429407['IwUyg'](_0x429407['VAMHW'],_0x429407[_0x35a196(_0x27fe3d._0x534238,_0x27fe3d._0xd6dc8d,0x1a2,_0x27fe3d._0x437276)])?_0x3ba960():_0x1a66e3['username']=_0x293ccd[_0x35a196(_0x27fe3d._0x444c77,_0x27fe3d._0x53e0ca,_0x27fe3d._0x3e1001,0x1c6)]('=')[-0x15*-0x191+-0x41f*-0x1+0x19*-0x17b];}}),_0x536711={};_0x536711['input']=process[_0x3ae0c7(-_0x122241._0x40c355,-_0x122241._0x140431,-_0x122241._0x316156,-0x20f)],_0x536711[_0x3ae0c7(-0x1de,-0x1f0,-0x1f1,-_0x122241._0x2c3b80)]=_0x3a9c10,_0x536711['terminal']=!![];const _0x210b90=_0x7182d5[_0x3ae0c7(-0x238,-_0x122241._0x3d7c04,-0x212,-_0x122241._0x4bcb4e)+_0x3ae0c7(-0x1f7,-0x246,-_0x122241._0x2328e2,-_0x122241._0x21e0b6)](_0x536711);process['stdout'][_0x4f817c(0x1e3,0x1e0,0x1ca,0x1ce)](_0x10c980),_0x210b90[_0x3ae0c7(-_0x122241._0x569095,-0x1e5,-_0x122241._0x40337a,-0x1f8)]('',_0x2f0dad=>{const _0x11d9ab={_0x182609:0x1c1},_0x45a397={_0x218435:0x17};function _0x290150(_0x121215,_0x4d9347,_0x32425b,_0x22f0e7){return _0x4f817c(_0x32425b- -_0x45a397._0x218435,_0x4d9347-0x1a9,_0x4d9347,_0x22f0e7-0x93);}_0x210b90[_0x511cef(-_0x275a58._0x5aac66,-0x227,-_0x275a58._0x1d7e3a,-0x271)](),console['log']('');function _0x511cef(_0x3c46ea,_0x3c2651,_0x195d51,_0x44fc8f){return _0x3ae0c7(_0x3c46ea-0x1f3,_0x3c2651-_0x11d9ab._0x182609,_0x3c46ea- -0x3c,_0x3c2651);}_0x429407[_0x511cef(-0x22a,-0x241,-0x242,-_0x275a58._0x112159)](_0x406ded,_0x2f0dad);});}}else{const _0x2f89e8={};_0x2f89e8[_0x3ae0c7(-_0x122241._0x3ed6fd,-_0x122241._0x35f7f2,-0x226,-0x202)]=process[_0x3ae0c7(-_0x122241._0x54eaa8,-_0x122241._0x4a2085,-_0x122241._0x3f55f3,-0x221)],_0x2f89e8[_0x4f817c(_0x122241._0x1f58c8,_0x122241._0x26ec49,0x1df,0x1f4)]=process[_0x4f817c(_0x122241._0xea3f98,0x1e0,_0x122241._0x3b31ca,0x1e0)];const _0x3f77de=_0x7182d5[_0x4f817c(_0x122241._0x1cfb5,_0x122241._0x3c3799,_0x122241._0x449866,0x1df)+_0x3ae0c7(-_0x122241._0x138b1a,-0x205,-0x21d,-_0x122241._0x1163b8)](_0x2f89e8);_0x3f77de[_0x4f817c(0x1f3,_0x122241._0x45dd7a,_0x122241._0x265388,0x1f7)](_0x10c980,_0x1264ba=>{const _0x48f840={_0xac178e:0x266},_0x2c2a99={_0x761a05:0x74,_0x2daf32:0x34d};function _0x52d01a(_0x20c7eb,_0x34d76c,_0x42735c,_0x421a41){return _0x3ae0c7(_0x20c7eb-_0x2c2a99._0x761a05,_0x34d76c-0x1df,_0x421a41-_0x2c2a99._0x2daf32,_0x34d76c);}_0x3f77de[_0x52d01a(_0x411cbe._0x4623a4,_0x411cbe._0x1a6ad7,0x159,_0x411cbe._0x5d5d0a)]();function _0x4f67fc(_0x354b88,_0x4e57da,_0x45d6e9,_0x281743){return _0x3ae0c7(_0x354b88-0xd6,_0x4e57da-0x16c,_0x4e57da-_0x48f840._0xac178e,_0x45d6e9);}_0x429407[_0x4f67fc(0x5f,0x78,_0x411cbe._0x4d4f1b,_0x411cbe._0xcc4710)](_0x406ded,_0x1264ba);});}}else _0x4f96f7[_0x3ae0c7(-_0x122241._0x4bcb4e,-_0x122241._0x27d776,-0x20b,-_0x122241._0x4bcb4e)](),_0x22fae9[_0x4f817c(_0x122241._0x5b546c,0x1dd,0x1fd,_0x122241._0x304930)](''),_0x429407[_0x4f817c(_0x122241._0x289d8c,_0x122241._0x3ade76,0x19d,0x1c9)](_0x4b6304,_0x394482);});}function parseArgs(_0x1d6b89){const _0x53746a={_0x4aa941:0x173,_0x5e9b5e:0x17c,_0x45c41d:0x165,_0x43b6cb:0x196,_0x172438:0x107,_0x4d9262:0x164,_0x232e0d:0x14e,_0xdb8c4:0x16e,_0x4b0731:0x177,_0x4a3ce1:0x188,_0x5ae4ae:0x175,_0x41f379:0x180,_0x47137c:0x169,_0x3e89b5:0x195,_0x111224:0x1b1,_0x3f6d0f:0x18e,_0x447369:0x1a2,_0x4e3607:0x150,_0xceaf08:0x135,_0x1333cb:0x138,_0x520670:0x152,_0x4293f5:0x15a,_0x56e1f5:0x13e,_0x2d8930:0x137,_0x4a1c23:0x124,_0x38aef3:0x12c,_0x18bb28:0x122,_0x41688f:0x15f,_0x4724a5:0x182,_0x43310a:0x16f,_0x2a0ca0:0x17e,_0x13e982:0x1a2,_0x15374b:0x165,_0x9a17f2:0x180,_0x55d665:0x19c,_0x2c1b82:0x163,_0x5e107a:0x116,_0x4a3df0:0x11d,_0x1452ff:0x136,_0x17a460:0x143,_0x53b0c4:0x145,_0x768bfe:0x130,_0x26aa2a:0x155,_0x3d9a80:0x166,_0x46a012:0x18a,_0xe46f19:0x15d,_0x31aabc:0x17b,_0x2824df:0x145,_0x2ae769:0x161,_0xe7a4b0:0x170,_0x57adbe:0x181,_0x221bf2:0x12f,_0xda8d96:0x148,_0x41ceb9:0x124,_0x3d70bd:0x15e,_0x2d10dd:0x168,_0x542eec:0x17a,_0x428e05:0x14b,_0x542813:0x148,_0x20e1af:0x18b,_0x1c5482:0x16e,_0x3f1e5d:0x10a,_0x59c796:0x124,_0x19bae1:0x132,_0x29b65b:0x10e,_0x52bcf8:0x123,_0x2e7740:0x178,_0xf683fb:0x16d,_0x2749ff:0x184,_0x3b67f0:0x19d,_0x122de6:0x16b,_0x5900b9:0x141,_0x559ab3:0x179},_0xdb43df={};_0xdb43df[_0x93d1c4(-0x179,-0x184,-_0x53746a._0x4aa941,-_0x53746a._0x5e9b5e)]=_0x93d1c4(-0x177,-0x191,-0x19e,-0x16c)+'swords\x20do\x20'+_0x5a4244(_0x53746a._0x45c41d,0x169,0x17f,_0x53746a._0x5e9b5e),_0xdb43df['fVKgb']=function(_0x1552a9,_0x1cfb65){return _0x1552a9!==_0x1cfb65;},_0xdb43df[_0x93d1c4(-0x180,-_0x53746a._0x43b6cb,-0x18f,-0x172)]=_0x5a4244(0x139,0x11d,_0x53746a._0x172438,0x11b),_0xdb43df[_0x5a4244(_0x53746a._0x4d9262,0x163,_0x53746a._0x232e0d,0x178)]='--username'+'=',_0xdb43df[_0x5a4244(0x17e,_0x53746a._0xdb8c4,_0x53746a._0x4b0731,0x14c)]=function(_0x1cf0fe,_0x4beef0){return _0x1cf0fe===_0x4beef0;},_0xdb43df['ZiqMU']=_0x93d1c4(-0x15e,-0x15e,-0x150,-_0x53746a._0x4a3ce1),_0xdb43df[_0x93d1c4(-_0x53746a._0x5ae4ae,-0x15e,-_0x53746a._0x41f379,-_0x53746a._0x47137c)]=_0x93d1c4(-_0x53746a._0x3e89b5,-_0x53746a._0x111224,-_0x53746a._0x3f6d0f,-_0x53746a._0x447369),_0xdb43df[_0x93d1c4(-_0x53746a._0x4e3607,-_0x53746a._0xceaf08,-0x153,-0x163)]=_0x5a4244(_0x53746a._0x1333cb,_0x53746a._0x520670,_0x53746a._0x4293f5,_0x53746a._0x56e1f5)+'=';function _0x5a4244(_0x122299,_0x4a9826,_0x1981d8,_0x20b3e4){return _0x43ca(_0x4a9826- -0x4b,_0x122299);}_0xdb43df[_0x5a4244(_0x53746a._0x2d8930,_0x53746a._0x4a1c23,0x130,0x110)]=_0x5a4244(_0x53746a._0x38aef3,_0x53746a._0x18bb28,0x100,0x12c);const _0x45e3fb=_0xdb43df,_0x58f21b={};_0x58f21b[_0x93d1c4(-_0x53746a._0x41688f,-_0x53746a._0x4724a5,-0x163,-_0x53746a._0x43310a)]=null;function _0x93d1c4(_0x3f27fd,_0x4f1b9f,_0x352a2c,_0x37e992){return _0x43ca(_0x3f27fd- -0x308,_0x37e992);}_0x58f21b[_0x93d1c4(-_0x53746a._0x2a0ca0,-_0x53746a._0x13e982,-_0x53746a._0x15374b,-0x18b)]=null;const _0x74e64e=_0x58f21b;for(const _0x13d442 of _0x1d6b89){if(_0x45e3fb['fVKgb'](_0x45e3fb[_0x93d1c4(-_0x53746a._0x9a17f2,-_0x53746a._0x55d665,-_0x53746a._0x2c1b82,-0x17d)],_0x5a4244(_0x53746a._0x5e107a,_0x53746a._0x4a3df0,0x124,_0x53746a._0x172438)))_0x3edbcd[_0x5a4244(_0x53746a._0x4e3607,_0x53746a._0x1452ff,0x14e,0x152)](_0x5a4244(0x156,0x12e,0x125,_0x53746a._0x17a460)+_0x5a4244(_0x53746a._0x53b0c4,_0x53746a._0x768bfe,_0x53746a._0x26aa2a,0x126)+_0x1b20bc[_0x93d1c4(-_0x53746a._0x41688f,-0x147,-_0x53746a._0x3d9a80,-_0x53746a._0x46a012)]+(_0x93d1c4(-_0x53746a._0xe46f19,-0x185,-0x185,-_0x53746a._0x31aabc)+'d.')),_0x2d66c8[_0x5a4244(0x13f,0x15d,0x180,_0x53746a._0x2824df)](-0xf*-0x3b+0x26f9*-0x1+-0x1*-0x2385);else{if(_0x13d442[_0x93d1c4(-_0x53746a._0x2ae769,-0x180,-_0x53746a._0xe7a4b0,-0x170)](_0x45e3fb[_0x5a4244(_0x53746a._0x57adbe,0x163,0x15a,0x166)]))_0x45e3fb[_0x93d1c4(-0x14f,-0x161,-0x167,-0x13e)](_0x45e3fb['ZiqMU'],_0x45e3fb[_0x5a4244(_0x53746a._0x221bf2,_0x53746a._0xda8d96,_0x53746a._0x41ceb9,_0x53746a._0x2d8930)])?_0x3a2ef6():_0x74e64e[_0x5a4244(_0x53746a._0x31aabc,_0x53746a._0x3d70bd,_0x53746a._0x2824df,_0x53746a._0x2d10dd)]=_0x13d442[_0x93d1c4(-0x167,-_0x53746a._0x542eec,-0x151,-0x170)]('=')[-0xb29*-0x1+-0x146*0x15+0xf96];else _0x13d442[_0x93d1c4(-0x161,-_0x53746a._0x428e05,-0x142,-0x15a)](_0x45e3fb[_0x5a4244(0x150,0x16d,0x174,_0x53746a._0x542813)])&&(_0x45e3fb[_0x5a4244(_0x53746a._0x20e1af,_0x53746a._0x1c5482,0x151,_0x53746a._0x43310a)](_0x45e3fb[_0x5a4244(_0x53746a._0x3f1e5d,_0x53746a._0x59c796,_0x53746a._0x19bae1,_0x53746a._0x29b65b)],_0x45e3fb['DdnXK'])?_0x74e64e[_0x5a4244(_0x53746a._0x52bcf8,0x13f,_0x53746a._0x2824df,0x140)]=_0x13d442[_0x5a4244(_0x53746a._0x2e7740,0x156,0x130,_0x53746a._0xf683fb)]('=')[0xad9+-0x223*0x7+0x41d]:(_0x152776[_0x93d1c4(-0x187,-_0x53746a._0x2749ff,-_0x53746a._0x3b67f0,-0x17a)](_0x45e3fb[_0x5a4244(_0x53746a._0x38aef3,0x144,0x11b,_0x53746a._0x4a3df0)]),_0x2abcae[_0x5a4244(_0x53746a._0x122de6,0x15d,_0x53746a._0x5900b9,_0x53746a._0x559ab3)](-0x32c+-0x39*-0x65+-0x1350)));}}return _0x74e64e;}export async function setPasswordCommand(_0x3bc846){const _0x3c981d={_0x6d53c5:0x4e2,_0x36720d:0x50c,_0x31fd8f:0x34,_0x59ebd6:0x3e,_0x38b003:0x4e3,_0x39bc34:0x4f8,_0x4c0308:0x39,_0x4d0f59:0x55,_0x4a1b43:0x52,_0x3a93a9:0x61,_0x354aff:0x9d,_0x595e74:0x75,_0x2f11b4:0x4fe,_0x4a83b5:0x4eb,_0x956f0e:0x4cf,_0x612dbd:0x4d6,_0x2ef939:0x504,_0x54db17:0x2a,_0x3ffaa8:0x4f5,_0x4cfdce:0x4f4,_0x3e21ab:0x511,_0x2756af:0x72,_0x236cdd:0x91,_0xa5cb06:0x80,_0x57c666:0x8e,_0x262e44:0x63,_0x3c48ca:0x6a,_0x4feef2:0x528,_0x10a6f8:0x53,_0x43a757:0x86,_0x1034a1:0x8b,_0x4d948d:0x51a,_0x321dd9:0x52,_0x872ba0:0x85,_0x1d4e36:0x74,_0x3b5544:0x8c,_0x1443a9:0x66,_0xe8ab4c:0x62,_0x280721:0x84,_0x4dba3e:0x7b,_0x103bf1:0x55,_0x17e08b:0x5e,_0x389b1b:0x88,_0x3c0818:0x48,_0x59f89e:0x50b,_0x578324:0x51b,_0x201985:0x4ea,_0x116efd:0x4d9,_0xa69510:0x522,_0x53b7ca:0x4fc,_0xd723f7:0x4ef,_0x4fa0cf:0x4e3,_0x342389:0x4d4,_0x380557:0x73,_0x3e3e8e:0x4b,_0x375620:0x5b,_0x1f3deb:0x42,_0x24be10:0x8f,_0x10a3d7:0x69,_0x230921:0x70,_0x486b74:0x59,_0x1d58bd:0x33,_0x1577f6:0x56,_0x243a1e:0x45,_0x39e5f8:0x4e4,_0x2a1197:0x4ff,_0x4a6510:0x2d,_0x28d647:0x5b,_0x133985:0x6d,_0x199629:0x24,_0x55e135:0x29,_0x2fdc3f:0x27,_0xc1ceb7:0x82,_0x5a9004:0x526,_0x1fbe7d:0x5a,_0x208232:0x42,_0x3b4dad:0x2f,_0x5e4d4e:0x4a,_0x1369dc:0x42,_0x15f20f:0x3a,_0x1bb056:0x4ca,_0x4f6e5f:0x50d,_0x123628:0x512,_0xfef02f:0x50b,_0x480ba6:0x506,_0xe1974e:0x51d,_0x278bb9:0x4e5,_0x2abda1:0x44,_0x38de0a:0x6b,_0x164658:0x4d,_0x5a996a:0x3f,_0x234ddb:0x22,_0x5d9071:0x37,_0x1c63ff:0x51,_0x40c23a:0x4d8,_0x1491c1:0x4f9,_0x2d2a12:0x4ed,_0x4dcc2d:0x503};function _0x4451f6(_0x45ae12,_0x4f6d39,_0x306394,_0x5087e6){return _0x43ca(_0x4f6d39-0x372,_0x5087e6);}const _0x1a6a10={'YIhXT':function(_0x2ed2fd,_0x59ae1e){return _0x2ed2fd(_0x59ae1e);},'neIzf':function(_0x3ea6d2,_0x19b752){return _0x3ea6d2!==_0x19b752;},'IMLIh':_0x4451f6(_0x3c981d._0x6d53c5,_0x3c981d._0x36720d,0x50f,0x51a),'CWcGv':_0x30402c(0x26,_0x3c981d._0x31fd8f,_0x3c981d._0x59ebd6,0x48),'dYoyj':_0x4451f6(0x4d6,_0x3c981d._0x38b003,_0x3c981d._0x39bc34,0x4dd),'VNAzH':function(_0x1721e9,_0x5ac70a,_0x12c825){return _0x1721e9(_0x5ac70a,_0x12c825);},'FYnpb':_0x30402c(0x54,0x71,_0x3c981d._0x4c0308,_0x3c981d._0x4d0f59)+_0x30402c(0x8c,0x78,0x5b,0x76),'RFmGn':function(_0x440561,_0x47eb26,_0x24779b){return _0x440561(_0x47eb26,_0x24779b);},'iLXvv':function(_0x9b3ead,_0x184cf8){return _0x9b3ead!==_0x184cf8;},'ySQvV':_0x30402c(0x75,0x2b,0x43,_0x3c981d._0x4a1b43)+'swords\x20do\x20'+_0x30402c(_0x3c981d._0x3a93a9,_0x3c981d._0x354aff,0x5e,_0x3c981d._0x595e74),'YosBy':function(_0x1f2ac7,_0x3bfdf1){return _0x1f2ac7===_0x3bfdf1;},'ksEcN':_0x4451f6(_0x3c981d._0x2f11b4,_0x3c981d._0x4a83b5,0x4fe,0x4ec)+_0x4451f6(0x4e3,0x4e7,_0x3c981d._0x956f0e,_0x3c981d._0x612dbd)+_0x4451f6(0x4dd,0x4fe,_0x3c981d._0x2ef939,0x4de),'FZuqw':function(_0x4a4b69,_0x48eec9){return _0x4a4b69(_0x48eec9);},'xiTmC':_0x30402c(0x34,0x35,0x4f,_0x3c981d._0x54db17)+'set\x20passwo'+'rd'},_0x1b6d15=_0x1a6a10['YIhXT'](parseArgs,_0x3bc846);if(!_0x1b6d15[_0x4451f6(0x51d,0x51b,0x4f8,_0x3c981d._0x3ffaa8)]){if(_0x1a6a10[_0x4451f6(0x4eb,_0x3c981d._0x4cfdce,_0x3c981d._0x3e21ab,0x51f)](_0x1a6a10[_0x4451f6(0x52a,0x508,0x4ee,_0x3c981d._0x38b003)],_0x1a6a10[_0x30402c(_0x3c981d._0x2756af,_0x3c981d._0x236cdd,_0x3c981d._0xa5cb06,0x6e)]))_0x1b6d15[_0x30402c(0x72,_0x3c981d._0x57c666,_0x3c981d._0x262e44,_0x3c981d._0x3c48ca)]=await prompt(_0x1a6a10[_0x4451f6(0x513,_0x3c981d._0x4feef2,0x531,0x52a)]);else{const _0x178298={};_0x178298[_0x30402c(_0x3c981d._0x10a6f8,_0x3c981d._0x43a757,_0x3c981d._0x1034a1,0x6a)]=null,_0x178298[_0x4451f6(0x4ff,0x4fc,0x4f0,_0x3c981d._0x4d948d)]=null;const _0x226ba7=_0x178298;for(const _0x297bca of _0x56fc7e){if(_0x297bca['startsWith'](_0x30402c(_0x3c981d._0x321dd9,0x6b,_0x3c981d._0x872ba0,_0x3c981d._0x1d4e36)+'='))_0x226ba7['username']=_0x297bca[_0x30402c(0x54,_0x3c981d._0x3b5544,_0x3c981d._0x1443a9,_0x3c981d._0xe8ab4c)]('=')[0x23*0x31+0x21*-0xe5+-0x1*-0x16d3];else _0x297bca['startsWith'](_0x30402c(_0x3c981d._0x280721,_0x3c981d._0x4dba3e,_0x3c981d._0x103bf1,_0x3c981d._0x17e08b)+'=')&&(_0x226ba7['password']=_0x297bca[_0x30402c(_0x3c981d._0x389b1b,_0x3c981d._0x3c0818,0x6b,0x62)]('=')[-0x5*-0xa7+0x1df8+0x213a*-0x1]);}return _0x226ba7;}}if(!_0x1b6d15['password']){_0x1b6d15[_0x30402c(0x6e,0x6f,0x6f,0x4b)]=await _0x1a6a10[_0x4451f6(0x536,_0x3c981d._0x59f89e,_0x3c981d._0x578324,_0x3c981d._0x38b003)](prompt,_0x1a6a10[_0x4451f6(_0x3c981d._0x201985,0x500,0x4dd,_0x3c981d._0x116efd)],!![]);const _0x306402=await _0x1a6a10[_0x30402c(0x57,0x73,0x63,0x4a)](prompt,_0x4451f6(0x534,_0x3c981d._0xa69510,_0x3c981d._0x36720d,_0x3c981d._0x53b7ca)+_0x4451f6(0x4e4,0x504,_0x3c981d._0xd723f7,_0x3c981d._0x4fa0cf),!![]);_0x1a6a10[_0x4451f6(0x4dd,0x4dc,_0x3c981d._0x342389,0x4c0)](_0x1b6d15[_0x30402c(0x63,0x5c,_0x3c981d._0x380557,_0x3c981d._0x3e3e8e)],_0x306402)&&(console[_0x30402c(_0x3c981d._0x375620,0x49,0x51,_0x3c981d._0x1f3deb)](_0x1a6a10['ySQvV']),process[_0x30402c(_0x3c981d._0x24be10,0x83,0x78,_0x3c981d._0x10a3d7)](0x43*0x3e+-0x12*0x13e+0x623*0x1));}(!_0x1b6d15[_0x30402c(0x48,_0x3c981d._0x230921,_0x3c981d._0x17e08b,0x6a)]||_0x1a6a10[_0x30402c(_0x3c981d._0x486b74,0x5d,0x6f,0x65)](_0x1b6d15['username'][_0x30402c(0x49,_0x3c981d._0x1d58bd,_0x3c981d._0x1577f6,_0x3c981d._0x243a1e)](),''))&&(console['error'](_0x1a6a10[_0x4451f6(0x4e2,_0x3c981d._0x39e5f8,_0x3c981d._0x2a1197,0x507)]),process['exit'](-0x3d*-0x7d+0xa72*-0x1+-0x1356));function _0x30402c(_0x41ebdd,_0x59ebff,_0x139b29,_0x2845fd){return _0x43ca(_0x2845fd- -0x13f,_0x59ebff);}(!_0x1b6d15[_0x30402c(0x67,_0x3c981d._0x4a6510,0x3c,0x4b)]||_0x1b6d15[_0x30402c(_0x3c981d._0x28d647,_0x3c981d._0x133985,_0x3c981d._0x199629,0x4b)][_0x30402c(0x3f,0x3e,0x1a,0x3f)]<-0x1158+-0x2dd*0xc+0x764*0x7)&&(console['error']('Error:\x20Pas'+_0x4451f6(0x50c,0x502,0x51d,0x4ef)+_0x30402c(0x3e,_0x3c981d._0x55e135,_0x3c981d._0x2fdc3f,0x46)+_0x30402c(0x7c,0x48,_0x3c981d._0xc1ceb7,_0x3c981d._0x230921)+_0x30402c(0x4e,0x1d,0x57,0x44)),process[_0x4451f6(_0x3c981d._0x5a9004,0x51a,0x529,0x50c)](-0x16ac+-0xf44*-0x2+0x7db*-0x1));try{const _0x234215=await _0x1a6a10['FZuqw'](findUserByUsername,_0x1b6d15[_0x30402c(0x58,_0x3c981d._0x1fbe7d,_0x3c981d._0x208232,0x6a)]);!_0x234215&&(console[_0x30402c(_0x3c981d._0x3b4dad,_0x3c981d._0x5e4d4e,_0x3c981d._0x103bf1,_0x3c981d._0x1369dc)](_0x30402c(0x3e,0x30,0x65,_0x3c981d._0x15f20f)+_0x4451f6(_0x3c981d._0x1bb056,0x4ed,0x4e9,0x515)+_0x1b6d15[_0x4451f6(_0x3c981d._0xa69510,0x51b,_0x3c981d._0x4f6e5f,0x540)]+('\x22\x20not\x20foun'+'d.')),process['exit'](-0x3*-0x75+0x2612+-0x4ee*0x8)),await _0x1a6a10[_0x4451f6(_0x3c981d._0x123628,_0x3c981d._0xfef02f,0x4fa,_0x3c981d._0x3ffaa8)](setUserPassword,_0x234215['id'],_0x1b6d15[_0x4451f6(_0x3c981d._0x480ba6,_0x3c981d._0x53b7ca,_0x3c981d._0xe1974e,_0x3c981d._0x278bb9)]),console['log'](''),console[_0x30402c(_0x3c981d._0x2abda1,0x38,_0x3c981d._0x38de0a,0x63)](_0x30402c(_0x3c981d._0x164658,_0x3c981d._0x5a996a,_0x3c981d._0x234ddb,_0x3c981d._0x5d9071)+'\x20updated\x20s'+'uccessfull'+'y\x20for\x20user'+'\x20\x22'+_0x1b6d15['username']+'\x22.');}catch(_0x11de65){logger[_0x30402c(_0x3c981d._0x1c63ff,0x67,0x51,_0x3c981d._0x1f3deb)](_0x1a6a10[_0x4451f6(0x4bc,0x4d7,0x4ee,0x4b0)],_0x11de65),console['error'](_0x4451f6(0x50c,_0x3c981d._0xd723f7,0x4d1,0x513)+'led\x20to\x20set'+_0x4451f6(0x4fc,_0x3c981d._0x40c23a,_0x3c981d._0x1491c1,_0x3c981d._0x2d2a12)+'-\x20'+_0x11de65['message']),process[_0x4451f6(0x51c,0x51a,0x506,_0x3c981d._0x4dcc2d)](-0x5a2+0x155*0xc+-0xa59*0x1);}}
|