@profoundlogic/coderflow-server 0.5.6 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.css +6 -4
- package/dist/web-ui/public/feedback-widget.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/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/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +34 -4
- 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(_0x45a6b2,_0x3094d4){const _0x1d1b4f={_0x3c5c28:0xdc,_0x1cae13:0x3af,_0x1a83ab:0x104,_0x46614e:0x142,_0x6a487d:0xaa,_0x5209e3:0x49,_0x4729d1:0x2,_0x4119bc:0xab,_0x5738fa:0x81,_0x5b41eb:0xa6,_0x52b4d1:0xb0,_0x4a1fc5:0x15,_0x5bb80a:0xb,_0x2391cc:0x276,_0xf7e38e:0x294,_0x1019fe:0x266,_0xe48df3:0x5f},_0x288c1b={_0x33f665:0x136};function _0x173bcd(_0x3ff64a,_0x1fa325,_0x393754,_0x42865b){return _0x4310(_0x3ff64a-0x1f1,_0x42865b);}function _0x320bbd(_0x4d79a6,_0x49d22f,_0x15a1da,_0x22e472){return _0x4310(_0x15a1da- -_0x288c1b._0x33f665,_0x22e472);}const _0x2dd023=_0x45a6b2();while(!![]){try{const _0x48963d=-parseInt(_0x320bbd(-_0x1d1b4f._0x3c5c28,-0x7,-0x59,-0x43))/(0xea*0x13+0x1b07+-0x2c64)+parseInt(_0x173bcd(_0x1d1b4f._0x1cae13,0x346,0x403,0x32e))/(0x4ed+-0x3*-0x4bb+0x98e*-0x2)*(parseInt(_0x320bbd(_0x1d1b4f._0x1a83ab,_0x1d1b4f._0x46614e,_0x1d1b4f._0x6a487d,_0x1d1b4f._0x5209e3))/(-0x177e+0x5be+0x11c3))+parseInt(_0x320bbd(0x80,-0x36,_0x1d1b4f._0x4729d1,-0x55))/(-0x787+0x23ee+-0x1c63)*(parseInt(_0x320bbd(0xe0,0x8b,_0x1d1b4f._0x4119bc,0x12b))/(-0x25c5+-0x1d37+0x4301))+parseInt(_0x320bbd(0x122,_0x1d1b4f._0x5738fa,_0x1d1b4f._0x5b41eb,0x23))/(-0x137c+-0xac5*0x3+0x33d1)+parseInt(_0x320bbd(-_0x1d1b4f._0x52b4d1,-_0x1d1b4f._0x4a1fc5,-0x38,-0x88))/(-0x468*0x6+0xf0b+-0x2*-0x5b6)+parseInt(_0x320bbd(-0x7a,0x46,-_0x1d1b4f._0x5bb80a,0x1e))/(-0x1*-0x24dd+-0x3*-0x6fb+-0x1e*0x1ed)*(parseInt(_0x173bcd(0x2f4,0x268,_0x1d1b4f._0x2391cc,_0x1d1b4f._0xf7e38e))/(0x1910+-0xc*-0xe5+-0x23c3))+-parseInt(_0x173bcd(0x2ba,_0x1d1b4f._0x1019fe,0x24d,0x286))/(-0x44*0xe+0x20b3+-0x1f*0xef)*(parseInt(_0x320bbd(-0x16,0x0,0x19,-_0x1d1b4f._0xe48df3))/(0x17b1+0x33d*0x5+-0xd9*0x2f));if(_0x48963d===_0x3094d4)break;else _0x2dd023['push'](_0x2dd023['shift']());}catch(_0x2f8410){_0x2dd023['push'](_0x2dd023['shift']());}}}(_0x227f,0x112ee+-0x1ebf9+0x27e85));import{spawn}from'child_process';function _0x227f(){const _0x3b42b8=['AwrUsLm','DgG6icaOBM90ia','icbtzxr1Ccbqyq','zgXVz1G','zsbPDcb3yxmGCW','CNzLCIbZDgfYDa','DfPWCgG','sePuAfG','CLbtExe','ls10ywLSpq','D3jPDgu','uvjTrKO','BfnPr3i','rxjYB3iGCMvHza','CMvHzezPBgu','AM9PBG','BwfRDve','Dg9tDhjPBMC','C3bSAxq','yxr1CYiGDg8GyW','C21jBK8','AwDUB3jL','vffKAvq','ig5VDcbOyxzLia','u2vYDMvYifn0yq','yMLtv3C','igzVCMvNCM91BG','ls1MB2XSB3C','ruDeDvq','CNvUBMLUzYbPBG','sMryzvy','BfDzswi','rvjFsu5tuevdva','thjdBLO','BgvUz3rO','svHdrhq','z3jVDw5Kkq','CMDPs2S','tMTXDLy','yKjUEK0','CJOG','ELDQwNO','BfLRtKG','AvPHBeK','zKPjv1u','rxjYB3iGC3rVCa','CNzLCIbZDg9W','rvnUuee','Dw5SAw5R','y1PqCKS','s0fMELG','r1DkC08','mNWZFda','u3rVCcbPDcb3Aq','t3jiBfK','CNzLCIbJB25MAq','EvzxCvu','zgf0yq','Aw9IA2e','Dha6lY9SB2nHBa','z2v0','Dw5ZAgLMDa','zwqGEwv0ig9Yia','yxrOps9WyxrOlW','CgLUzYbZzxj2zq','Cfnjt3G','icaGicdIMQaGu3rH','twLhCg8','C3rHCNqUANm','ru5pru5u','EwvSuLO','yw5Kihn0yxj0ia','B3PtB0G','y29KzxiTC2v0Dq','AKDACLq','ic0TC2v0DxaTCa','C2vYDMvYvxjS','z3jHy2vMDwXSEq','shLMAg0','D2LUzYbSB2DZia','C2L6zq','Dg9WCgvK','u3rHCNrPBMCGqW','ndi0mdC4A1DSshjd','CMvHza','DxaGCgf0AcbKBW','u3rHCNqGDgHLia','y1jXq3u','u3rVChbPBMCGCW','icbvuKW6icbODa','C2vYDMLJzq','EM5tz2i','tNzUzeq','Aw4GDgHLihrLCG','BM90ihjLC3bVBG','icbJB2rLCI1Zzq','zMznq24','CgzvBNq','t0vuBge','q29UzMLNDxjLia','txf0D1C','icbmB2DZoIa','CNvUBMLUzW','u3PXC3i','y29Kzq','y29UzMLNDxjLza','u0Lhs0Lmta','DgG6ica','tuHLtgO','C2vYDMvYihDPDa','y05qzNC','ywXYzwfKEsbYDq','C2v0DxbqyxrO','ntm5mJm4D0rkCLPj','zhHpzeq','tMjhtwy','icaGia','m3zpBvPeqG','otmXmdvjt0rjC04','rhPswM0','CM91BMqGBw9Kzq','C3vIC3rYAw5N','B2rLCKzSB3CGuW','u2vYDMvYigrPza','ihj1BM5PBMC','Ag9TzwrPCG','CgHksLq','rvPns1i','u3rVCcb0AguGCW','DgHLihnLCNzLCG','CL9Zzxr1Cf9Wyq','BhvNr3y','u0Lhvevstq','Ag9ZDdO','uuf4BeC','wMPfqwW','A3PQvNy','Dw5RBM93BG','C3rHDa','ANLNCw0','zxj2zxiUlI4','qvP3ruy','Cg9YDa','yw1VthC','ks4UlG','CfPTqxi','cI0TlsbgB2XSBW','uKn1yLO','EgnOqwC','sKL3tu8','A2LSBa','AxneAxjLy3rVCG','zxHPDa','z3nSB2e','Bg5zvMO','wKvyCLm','nJm0odCWB05KzNHZ','uKjNtwu','yMDKCee','wKjoBKC','sMr5vfG','D05IB1C','u1rUEfm','rKzhChq','z2TTyKm','vvjmoIa','DgG6ia','C3q6ia','BMLUzYaOzgfLBq','C3rHCNrZv2L0Aa','icaGicdINjCGtM90','rxLWuLK','zgLYBMfTzq','weDcEvm','AvfLAKC','CMvZCg9UzgLUzW','mtm4mJiWtMjuDg9P','B3bLBG','uMHRAxy','zsaOC2vYDMvYia','qNfbALe','D3fqs0K','BM90ihj1BM5PBG','Dg9xBee','zgvZDhjVEq','q09ervjFu0vsvG','re9utNy','nxW0Fdj8m3W3Fa','icbtDgfSzsbqsq','DgfYDgvKlG','CgfYC2u','yvDMrhy','BKrlsNu','BMLUzYaOzM9Yzq','A0jouMW','uw1kAuO','tM8GBg9NigzPBa','ywXOB3n0oG','ywnxEw8','ig5VDcbHigrPCG','Aw5NigXVz3m6ia','uunXswC','BvHSEvG','yMvLBIbZDgfYDa','B3aIihrVihn0BW','zw5K','B24P','rdOGica','v1n6rM8','nJe4nZCYCgTgENjK','zYbZzxqGy29Kzq','zKXNrha','l2HLywX0Aa','wwHuuuq','mJu0ntjiA2rushi','BM5PBMCGkfbjra','lxnLCNzLCIbZDa','lxnLCNzLCIbSBW','zcbTB2rLlG','DhjPBq','BwTKAxi','Ew1rsKu','BLnOBM8','CcbWyxrOignVBG','DwH3q1G','Ahr0CdOVl2XVyW','zKz1wMK','wuPQsuG','q3vTq04','AgLYuuq','Dg8Vy29KzxiTCW','u2vYDMvYigLZia','zw52','refXBLu','icaGigrHzw1VBG','zsaOueLeoIa','DYbSB2DZ','ig5VDcbZDg9Wia','BM9Kzq','zxmGBM90igv4Aq','DgGGl3bHDgGVDa','uen5qKG','C2vYDMvYlNbPza','DMrNqKm','AMrttMq','Bgncvuu','DwP4rNm','r0Xkyui','A1Dsru4','CMvJDxjZAxzL','vxnLicjJB2rLCG','AhjABM0','zcbPBIbMB3jLzW','rNnZBM8','mtzbz0D0B3u','DxrMltG','zxjYB3i','zgPpD1a','zwn0B3j5oIa','DwDICwC','Bg9N','y0v3rLG','y1L2AxG','Ccb0AguGC2vYDG','D05Jrxa','icbvuKW6icaGia','rxjYB3i6ifnLDa','mZzNsuPODLy','rg1lAgu','zgfLBw9Uig1Vza','zMLNDxjLza','Dhj1zq','y3Hrquu','rMvqzeq','BLr0B24','tgDhy0W','t1vPB1m','DgGGq3rYBcTdia','ls1PBNnWzwn0','t3iGDxnLoG','C2XPy2u','ugvLD2G','icaGicdINjmGuNvU','lMnVzgvY','ken0CMWRqYb0BW','q29KzxjgBg93ia','ue9sva','q0P0D3u','yNjTAwC','tMjMCLi','ntvkuuriv2O','DhvW','yvjXEvO','icbtDgf0Dxm6ia','icaGica','BwLUywWGD2HLCG','vfjvu1rFufjpwa','CgLK','twHJA2O','BwvZC2fNzq','DgLTzw91Da','zxr1Ca','CMf3Ehm','4PYtifnLCNzLCIbZ','CNv6DNa','ywXSB2m','s1PdyKq','D2jswNe','AxzKzNC','r1Dtzwu','zhndA2q','y2f0y2G','zsbMB3vUza','ywjNyLG','C0fQvvC','z0fdqK0','mxWWFdy','z1bTy1G'];_0x227f=function(){return _0x3b42b8;};return _0x227f();}import{promises as _0x251873}from'fs';import _0x1ff2a5 from'path';import _0x22bd00 from'os';function _0x45a221(_0x2788aa,_0x29050d,_0x3ccfc3,_0x5006a3){return _0x4310(_0x2788aa- -0xe8,_0x3ccfc3);}function _0x4310(_0x3c0d5c,_0x3090ea){_0x3c0d5c=_0x3c0d5c-(-0x1ac9+-0x5*-0x37c+0xa11);const _0x552f65=_0x227f();let _0x46b460=_0x552f65[_0x3c0d5c];if(_0x4310['kmlISK']===undefined){var _0x3a09db=function(_0x24c8eb){const _0x191372='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x40ab58='',_0x341084='';for(let _0x46e827=0x1*-0xf98+-0x228a+0x3222,_0x37aa7b,_0xd17322,_0x129f35=-0x2b*-0x1f+0xa03+-0xf38;_0xd17322=_0x24c8eb['charAt'](_0x129f35++);~_0xd17322&&(_0x37aa7b=_0x46e827%(0x20a+0x9*-0x38b+0x5f9*0x5)?_0x37aa7b*(-0x1*0x230b+-0x524+0xb*0x3ad)+_0xd17322:_0xd17322,_0x46e827++%(0x24fc+-0x10*0x22+-0x8b6*0x4))?_0x40ab58+=String['fromCharCode'](0x74f+0x2254+0x2*-0x1452&_0x37aa7b>>(-(-0x24a1+0xb3f*0x2+0xe25)*_0x46e827&0x1f4c+0x5*-0x61f+0xab*-0x1)):0x1bd*0x11+-0xaff+0x32*-0x5f){_0xd17322=_0x191372['indexOf'](_0xd17322);}for(let _0x3b5b8e=-0x2479*0x1+-0x1686+0x3aff,_0x5bfa94=_0x40ab58['length'];_0x3b5b8e<_0x5bfa94;_0x3b5b8e++){_0x341084+='%'+('00'+_0x40ab58['charCodeAt'](_0x3b5b8e)['toString'](-0x4ce+-0x199e+0x1e7c))['slice'](-(0x1103+-0x7*0xe0+0xae1*-0x1));}return decodeURIComponent(_0x341084);};_0x4310['SmGyYR']=_0x3a09db,_0x4310['okwsAJ']={},_0x4310['kmlISK']=!![];}const _0x13bf07=_0x552f65[-0x1*-0x179+-0x148a+0x1311],_0x264643=_0x3c0d5c+_0x13bf07,_0x1822db=_0x4310['okwsAJ'][_0x264643];return!_0x1822db?(_0x46b460=_0x4310['SmGyYR'](_0x46b460),_0x4310['okwsAJ'][_0x264643]=_0x46b460):_0x46b460=_0x1822db,_0x46b460;}import _0x298dba from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x1ff2a5[_0x53b925(0x43,0x8b,0x14,0x8d)](__filename),PID_FILE=_0x1ff2a5[_0x53b925(0xe4,0x70,0xf5,0xe5)](_0x22bd00['homedir'](),_0x53b925(0xb2,0x29,0xe2,0xc5),_0x53b925(0x89,0x114,-0xd,0xd7)),LOG_FILE=_0x1ff2a5[_0x53b925(0xe4,0x15a,0x8c,0xdc)](_0x22bd00[_0x45a221(0x100,0x8c,0x140,0x68)](),_0x45a221(0x60,0x7e,0x48,0x66),'server.log');export async function isServerRunning(){const _0xc7ad39={_0x2466b9:0x252,_0x24f355:0x2de,_0x4e059b:0x2f8,_0x3c9fa6:0x2d3,_0x2b92c1:0x241,_0x541ed0:0x2ac,_0x37400f:0x3b1,_0x11dbc2:0x320,_0x5ddac9:0x333,_0x25bb79:0x2a2,_0x22161f:0x22a,_0x39cc10:0x25d,_0x26a813:0x34a,_0xae9d10:0x2c1,_0x42803b:0x334,_0x44546b:0x35a,_0x5b9c0f:0x30c,_0x2185ed:0x28e,_0x2ec20e:0x2ed,_0x854b57:0x1ce,_0x5300c8:0x1fb,_0x33a8a0:0x2c4,_0x4d1a56:0x2cb,_0x268bb4:0x32f,_0x2baf92:0x20a,_0x550132:0x2eb,_0x124ff1:0x24f,_0x34c93a:0x23e,_0x143179:0x234,_0x27548a:0x2e6,_0x25ff80:0x296,_0x543d83:0x2b4,_0x4044a5:0x30f,_0x2e4006:0x323,_0x362d8b:0x25e,_0x20c9e8:0x322,_0x1f31a5:0x2e9,_0x19d564:0x32a,_0x13b556:0x32a,_0x3d8145:0x301,_0x4f9111:0x2a7,_0x23f7c4:0x26c,_0x291dfd:0x216,_0x233998:0x26f,_0x201431:0x257,_0x22e836:0x264,_0x224e8f:0x1e0,_0x34b53c:0x257,_0x1fc661:0x310,_0x2c9930:0x272,_0x1c168b:0x20d,_0x44e94d:0x2c5,_0x1fa182:0x1fe,_0x3a7480:0x283,_0x1f7af1:0x28f,_0x5507f8:0x1c2,_0x4f4368:0x20c,_0x15762a:0x2e8,_0x3478e8:0x253,_0x4b62b2:0x34f,_0x3835da:0x305,_0x8f5302:0x295,_0x37451b:0x2f1,_0xeca87e:0x2b2,_0x45c3aa:0x284,_0x3a39d6:0x284,_0x1151f8:0x203,_0x3f7388:0x1e7,_0x20dd92:0x262,_0x49e9ff:0x2c0,_0x37dfe9:0x2fb,_0x2509e0:0x2a3,_0x3b668d:0x331,_0x68eb1a:0x231,_0x17e39b:0x297,_0x1a7cf6:0x25c,_0xdde4ba:0x2bb,_0x545024:0x2b8,_0x6e642a:0x384,_0x3ae080:0x306,_0x235ebf:0x27f,_0x11b022:0x320,_0xe84042:0x321,_0x2c5e39:0x327,_0x5113d7:0x1ea,_0x41cebb:0x27a,_0x37d692:0x326,_0x5d96a1:0x247,_0x289c62:0x2df,_0x40b75b:0x3a1,_0x168340:0x288,_0x4a4d74:0x25f,_0xd8a55d:0x2a4,_0x3adf1b:0x22c},_0x43fc7e={_0x33a70f:0x10,_0x24f91d:0xdc},_0x31d6e7={_0x597a24:0x300,_0x336ceb:0x98,_0x32f04a:0x1e8},_0x1db772={'MHeLj':_0x192cce(0x20f,0x235,_0xc7ad39._0x2466b9,0x285)+_0x192cce(_0xc7ad39._0x24f355,_0xc7ad39._0x4e059b,_0xc7ad39._0x3c9fa6,0x2a4),'LrCnZ':'\x20\x20coder-se'+_0xb2aef9(-0x1f0,-0x1d9,-0x278,-_0xc7ad39._0x2b92c1)+_0xb2aef9(-0x1d0,-0x250,-0x232,-_0xc7ad39._0x541ed0)+_0x192cce(_0xc7ad39._0x37400f,0x2d6,0x314,_0xc7ad39._0x11dbc2)+'to/coder-s'+_0x192cce(_0xc7ad39._0x5ddac9,0x2ce,0x2c4,_0xc7ad39._0x25bb79),'wqPKI':_0x192cce(_0xc7ad39._0x22161f,0x255,0x2ae,_0xc7ad39._0x39cc10),'acWyo':'Configure\x20'+'with:','dlogX':_0x192cce(_0xc7ad39._0x26a813,_0xc7ad39._0xae9d10,_0xc7ad39._0x42803b,0x3c2)+_0x192cce(0x2f5,_0xc7ad39._0x44546b,_0xc7ad39._0x5b9c0f,_0xc7ad39._0x2185ed)+_0xb2aef9(-0x313,-_0xc7ad39._0x2ec20e,-0x2e9,-0x2aa)+_0xb2aef9(-0x273,-_0xc7ad39._0x854b57,-_0xc7ad39._0x5300c8,-0x1ce)+_0xb2aef9(-0x343,-_0xc7ad39._0x33a8a0,-_0xc7ad39._0x4d1a56,-_0xc7ad39._0x268bb4)+'o/coder-se'+_0xb2aef9(-_0xc7ad39._0x2baf92,-_0xc7ad39._0x550132,-0x298,-_0xc7ad39._0x124ff1),'jdSNd':'Error:\x20No\x20'+_0xb2aef9(-0x2b8,-_0xc7ad39._0x34c93a,-_0xc7ad39._0x143179,-0x23b)+'p\x20path\x20con'+'figured','gkmbC':function(_0x2e4378,_0x31560f){return _0x2e4378(_0x31560f);},'hrZnm':'unknown','ZdZhH':_0x192cce(0x2c6,_0xc7ad39._0x27548a,_0xc7ad39._0x25ff80,_0xc7ad39._0x543d83),'biSWw':function(_0x572564,_0x2218f8,_0x2367cc){return _0x572564(_0x2218f8,_0x2367cc);},'lYkNH':_0x192cce(_0xc7ad39._0x4044a5,_0xc7ad39._0x2e4006,0x2c1,_0xc7ad39._0x362d8b),'wmItE':_0x192cce(_0xc7ad39._0x20c9e8,_0xc7ad39._0x1f31a5,0x2e0,_0xc7ad39._0x19d564),'JdyTX':_0x192cce(0x33d,_0xc7ad39._0x13b556,_0xc7ad39._0x3d8145,_0xc7ad39._0x4f9111)};function _0xb2aef9(_0x43fa6e,_0x2a6843,_0x5df002,_0x37f133){return _0x45a221(_0x5df002- -_0x31d6e7._0x597a24,_0x2a6843-_0x31d6e7._0x336ceb,_0x37f133,_0x37f133-_0x31d6e7._0x32f04a);}function _0x192cce(_0x5331d9,_0x23e122,_0x39b8eb,_0x3a9a52){return _0x45a221(_0x39b8eb-0x252,_0x23e122-_0x43fc7e._0x33a70f,_0x5331d9,_0x3a9a52-_0x43fc7e._0x24f91d);}try{const _0x22d04a=await _0x251873[_0xb2aef9(-_0xc7ad39._0x23f7c4,-_0xc7ad39._0x291dfd,-_0xc7ad39._0x233998,-0x26d)](PID_FILE,_0x1db772['ZdZhH']),_0x488ca4=_0x1db772[_0xb2aef9(-0x2a4,-_0xc7ad39._0x201431,-_0xc7ad39._0x22e836,-_0xc7ad39._0x224e8f)](parseInt,_0x22d04a[_0x192cce(_0xc7ad39._0x34b53c,_0xc7ad39._0x1fc661,_0xc7ad39._0x2c9930,_0xc7ad39._0x1c168b)](),-0x399+-0x3*0x3eb+0xa*0x18a);try{process[_0x192cce(_0xc7ad39._0x44e94d,_0xc7ad39._0x1fa182,0x22d,_0xc7ad39._0x3a7480)](_0x488ca4,-0x1*-0x2239+0x2b*-0x56+-0x13c7);const _0x2da400={};return _0x2da400[_0xb2aef9(-_0xc7ad39._0x1f7af1,-_0xc7ad39._0x5507f8,-0x217,-0x28e)]=!![],_0x2da400[_0xb2aef9(-_0xc7ad39._0x4f4368,-_0xc7ad39._0x15762a,-0x292,-0x292)]=_0x488ca4,_0x2da400;}catch{if(_0x1db772[_0xb2aef9(-0x203,-0x2c6,-_0xc7ad39._0x3478e8,-0x2ce)]!==_0x1db772['wmItE']){await _0x251873[_0x192cce(_0xc7ad39._0x4b62b2,0x356,_0xc7ad39._0x3835da,_0xc7ad39._0x8f5302)](PID_FILE)[_0xb2aef9(-_0xc7ad39._0x37451b,-_0xc7ad39._0xeca87e,-_0xc7ad39._0x45c3aa,-_0xc7ad39._0x3a39d6)](()=>{});const _0x36d66e={};return _0x36d66e[_0xb2aef9(-0x1bc,-_0xc7ad39._0x1151f8,-0x217,-_0xc7ad39._0x3f7388)]=![],_0x36d66e[_0x192cce(_0xc7ad39._0x20dd92,0x2c9,_0xc7ad39._0x49e9ff,0x308)]=null,_0x36d66e;}else{const _0x3fbf60=_0x1db772[_0x192cce(_0xc7ad39._0x37dfe9,_0xc7ad39._0x2509e0,0x341,0x2fc)][_0x192cce(0x352,_0xc7ad39._0x3b668d,0x2e7,0x343)]('|');let _0x201c18=0x1414+-0x18b7*0x1+-0x4a3*-0x1;while(!![]){switch(_0x3fbf60[_0x201c18++]){case'0':_0x4a7cc8[_0x192cce(0x215,_0xc7ad39._0x68eb1a,_0xc7ad39._0x17e39b,0x32a)](_0x1db772[_0xb2aef9(-_0xc7ad39._0xeca87e,-0x2ee,-_0xc7ad39._0x1a7cf6,-0x292)]);continue;case'1':_0x143c9d[_0xb2aef9(-_0xc7ad39._0x2ec20e,-0x298,-_0xc7ad39._0xdde4ba,-_0xc7ad39._0x545024)](_0x1db772[_0xb2aef9(-_0xc7ad39._0x6e642a,-0x2e5,-_0xc7ad39._0x3ae080,-_0xc7ad39._0x235ebf)]);continue;case'2':_0x296a49['error'](_0x1db772[_0xb2aef9(-_0xc7ad39._0x11b022,-0x2d0,-0x2f5,-0x2c9)]);continue;case'3':_0x5026da[_0xb2aef9(-_0xc7ad39._0xe84042,-0x28e,-0x2bb,-_0xc7ad39._0x2c5e39)](_0x1db772[_0xb2aef9(-0x213,-_0xc7ad39._0x5113d7,-_0xc7ad39._0x41cebb,-0x2e2)]);continue;case'4':_0x4eafa7['error']('');continue;case'5':_0x56b0e1['error'](_0x1db772[_0xb2aef9(-0x30e,-0x259,-0x2c7,-0x2c3)]);continue;case'6':_0x3f7cde[_0xb2aef9(-_0xc7ad39._0x37d692,-0x333,-0x323,-0x3c2)](-0x16d6+0x1*0x1d15+-0x63e);continue;case'7':_0x2ca33a[_0x192cce(0x2de,_0xc7ad39._0x5d96a1,_0xc7ad39._0x17e39b,0x201)]('');continue;}break;}}}}catch{if(_0x1db772[_0xb2aef9(-_0xc7ad39._0x289c62,-_0xc7ad39._0x3c9fa6,-0x31b,-_0xc7ad39._0x40b75b)]===_0x1db772[_0x192cce(_0xc7ad39._0x1fa182,0x282,0x237,0x247)]){const _0x2cefb0={};return _0x2cefb0[_0xb2aef9(-0x1bc,-0x2b4,-0x217,-_0xc7ad39._0x168340)]=![],_0x2cefb0[_0xb2aef9(-0x2b9,-_0xc7ad39._0x235ebf,-0x292,-0x26c)]=null,_0x2cefb0;}else _0x1db772[_0x192cce(_0xc7ad39._0x4a4d74,_0xc7ad39._0xd8a55d,0x23b,_0xc7ad39._0x3adf1b)](_0x99422e,{'responding':!![],'service':_0x1db772[_0xb2aef9(-0x356,-0x322,-0x2c0,-0x2f0)]});}}async function getServerConfig(){const _0x48e531={_0x35fbc7:0x27b,_0xc9713d:0x244,_0x41a8be:0x298,_0x4f67d7:0x3ff,_0x1e99ba:0x3eb,_0x16093d:0x353,_0x52387d:0x144},_0x463e8d={_0x7f048:0x280,_0x234d87:0x126,_0x24a591:0xf2},_0x5bd39b={'VNZsm':function(_0x457518){return _0x457518();}};function _0x4115de(_0x6df631,_0x25b745,_0x402c1c,_0x4c5e06){return _0x45a221(_0x402c1c-0x2f8,_0x25b745-0xbe,_0x4c5e06,_0x4c5e06-0x163);}const _0x25e197=await getCoderSetupPath();function _0x46e320(_0x3e2ef8,_0x27be3b,_0x204e5d,_0x394c3d){return _0x45a221(_0x27be3b- -_0x463e8d._0x7f048,_0x27be3b-_0x463e8d._0x234d87,_0x204e5d,_0x394c3d-_0x463e8d._0x24a591);}const _0x18ed39=await _0x5bd39b['VNZsm'](getServerPort),_0x1125b8=_0x46e320(-0x243,-0x25a,-_0x48e531._0x35fbc7,-0x1f0)+_0x46e320(-0x1e1,-0x276,-_0x48e531._0xc9713d,-_0x48e531._0x41a8be)+_0x18ed39,_0x469ff8={};return _0x469ff8[_0x4115de(0x47f,_0x48e531._0x4f67d7,_0x48e531._0x1e99ba,_0x48e531._0x16093d)]=_0x25e197,_0x469ff8['port']=_0x18ed39,_0x469ff8[_0x46e320(-0x245,-0x1b1,-_0x48e531._0x52387d,-0x1f6)]=_0x1125b8,_0x469ff8;}export async function startDaemon(_0x241e33){const _0x5ed52c={_0x2d0208:0x151,_0x50c496:0x11c,_0x385f1e:0x107,_0x2f94f1:0x12a,_0x1bc049:0x81,_0x2fb5cf:0x80,_0x43ffa8:0x2,_0x16ee2c:0x40,_0xb85056:0x7f,_0x4ba5ca:0x4e,_0x257414:0x6e,_0x4ef2e7:0x22,_0x3b8add:0x18,_0x3bef37:0x7e,_0x8b1c52:0x6,_0x3a6ce5:0xdc,_0x1f6a57:0x43,_0xa33d37:0x155,_0x3482ec:0xf5,_0x55793f:0x72,_0x8b2822:0xa,_0x396b42:0x8b,_0x5be1d8:0x43,_0xd7e424:0x122,_0x2d9a37:0xd1,_0x7c9c2d:0x9f,_0x233991:0xc,_0x14e271:0xe0,_0x5d90b9:0x7f,_0x278a23:0x9e,_0x592bf6:0x8d,_0x4aea3e:0x28,_0x4094f2:0x1e,_0x442bc9:0xaf,_0x2b0ea4:0xa2,_0xcfa8be:0xa3,_0x4b6ff9:0xd0,_0x336fc3:0xa7,_0x5704c1:0x75,_0x415029:0xb4,_0x4d841f:0x91,_0x14386c:0xd5,_0x3b6971:0xf6,_0x19d30e:0xd9,_0x537c0a:0xdd,_0x48118c:0x95,_0x34cf91:0x29,_0x7e40c8:0xf,_0x1c6723:0x57,_0x70d6f:0x42,_0x242999:0x2e,_0x521824:0x65,_0x471bbd:0x3a,_0x52d4d0:0xc6,_0x2faec0:0x77,_0x1778a8:0xcf,_0x22a994:0x94,_0x5451b4:0x23,_0x215178:0x1d,_0x2aa5c0:0xd7,_0x2ecf6f:0x109,_0x10cd10:0x149,_0x5947bc:0x108,_0x41e1ed:0x110,_0xce6338:0x77,_0xb30dc:0xb7,_0x464ca9:0x59,_0x2b3a28:0xad,_0x54edcd:0xea,_0x2f7b98:0x12,_0x3bae63:0x30,_0x9e16c8:0xb,_0x75d891:0x51,_0x1301bd:0x4d,_0x5d155b:0xae,_0x374cfc:0x1e,_0x4daa1a:0x22,_0x7e076f:0xd2,_0x53687a:0xf7,_0x574963:0xc9,_0x435ed1:0xbb,_0x513936:0xc,_0x5426c4:0x62,_0x498816:0x85,_0x37fed6:0xeb,_0x21859d:0x31,_0x566d33:0x5f,_0x5dd19b:0xc1,_0x1dfa03:0x45,_0x398656:0x0,_0x295a45:0x3d,_0xdeb6a0:0xae,_0x4e32af:0x18,_0x264edb:0xae,_0x3ade2c:0x4a,_0x1794b3:0xe3,_0x374b76:0xa1,_0x32693f:0x107,_0x55499e:0xa0,_0x3095be:0x52,_0x3f243d:0xd4,_0x5695ce:0x7b,_0x5bf766:0x4a,_0x242738:0xae,_0x3a5ecc:0x10b,_0x112156:0x101,_0x124995:0x74,_0x4be8b5:0x177,_0x35d19a:0x117,_0x5c31c0:0xf3,_0x1fd6dd:0xb7,_0x58dd71:0xf4,_0x1ba6c8:0x10b,_0x49ccb3:0x106,_0x17ef0e:0x1f,_0x3aba7d:0x135,_0x54e871:0xcb,_0x36bb7c:0x12c,_0x380418:0x22,_0x23c22e:0x6b,_0x335f02:0xd5,_0x136877:0x56,_0x1638aa:0xba,_0x42d79d:0x71,_0x4a6e23:0x8a,_0x5be508:0x129,_0x5ebc11:0xcb,_0x39774a:0xc2,_0x347d03:0x18,_0x5a93d5:0x8d,_0x25ce1d:0xbf,_0x416797:0x115,_0x54dce1:0x116,_0x234642:0x163,_0x28f785:0x61,_0x327e8e:0x8,_0x2297a3:0x2c,_0x1af80c:0x77,_0x50e081:0xa9,_0x4f0585:0x58,_0x55fd4b:0xa8,_0x3435f4:0x5b,_0x4513e2:0x3d,_0x18a735:0xaa,_0x318f26:0x118,_0x3f6848:0x14,_0x54d5c4:0x106,_0x42e068:0xc4,_0x3c880c:0x141,_0x426797:0xa1,_0x4ff798:0x144,_0xbd0d73:0x99,_0x68cb7f:0x53,_0x24b3f6:0x119,_0x48fecc:0x1b4,_0x471324:0x119,_0x5172a3:0x79,_0x1953df:0x9f,_0x2d7459:0xb8,_0x3d6129:0x0,_0x1ea3f8:0x4d,_0x411bc7:0x145,_0x391635:0x148,_0xccbe74:0xb5,_0x3692b1:0x34,_0xb81475:0xff,_0x126c9b:0xc6,_0x252700:0x13e,_0x21cb5c:0x6d,_0x5c710c:0x8a,_0x57a863:0x138,_0x19ba90:0x89,_0x5479be:0x3e,_0x12ca57:0xca,_0x19b5a2:0x52,_0x3ef408:0x5,_0x1939f8:0x38,_0x5752f6:0x9d,_0x5247f7:0x11f,_0x5e2a3d:0xb0,_0x2ebd9c:0xd1,_0xcb394f:0x87,_0x11ed48:0xdc,_0x5f5b54:0xe,_0x264c14:0x90,_0x241cc0:0x77,_0xc82162:0x55,_0x287178:0x49,_0x291f42:0x2,_0x4899b5:0x15,_0x4fcaab:0x3e,_0x4eee1a:0x44,_0x3fb948:0x12,_0x51e20a:0x28,_0x1b0c65:0x81,_0x1b4194:0x81,_0xd36917:0x6,_0x415c6e:0x57,_0x3e7758:0x5d,_0xe9f276:0xf,_0x808e7:0xda,_0x4dc775:0x24,_0x47b2c7:0xe9,_0x2edbe3:0x54,_0x212554:0x68},_0x352218={_0x45f595:0xc0,_0x3415de:0xec},_0x45f639={_0x556b36:0x88},_0xd8c296={'kzjVv':_0x4c3424(-0xc7,-0xf0,-_0x5ed52c._0x2d0208,-_0x5ed52c._0x50c496)+_0x26f5e0(-_0x5ed52c._0x385f1e,-0xc5,-0x102,-_0x5ed52c._0x2f94f1)+'g','pZmAr':function(_0x583757,_0x246b04){return _0x583757(_0x246b04);},'EypRY':_0x26f5e0(-_0x5ed52c._0x1bc049,-0xf2,-_0x5ed52c._0x2fb5cf,-0xba),'smInO':function(_0x10c948){return _0x10c948();},'AaPBh':function(_0x57f54e,_0x51e3fd){return _0x57f54e===_0x51e3fd;},'dxOdD':_0x4c3424(-0x75,_0x5ed52c._0x43ffa8,-_0x5ed52c._0x16ee2c,-_0x5ed52c._0xb85056),'lWYIb':function(_0x1d05d1){return _0x1d05d1();},'mfSJj':function(_0x3ff4b7,_0x37d7b5){return _0x3ff4b7(_0x37d7b5);},'QAxlG':function(_0xfa0705){return _0xfa0705();},'KAfzX':'5|1|4|7|6|'+_0x26f5e0(-_0x5ed52c._0x4ba5ca,-0x9,0x1a,_0x5ed52c._0x257414),'toWlA':'Or\x20use:','XGByS':_0x26f5e0(0x2c,_0x5ed52c._0x4ef2e7,-0xf,-_0x5ed52c._0x3b8add)+_0x26f5e0(_0x5ed52c._0x3bef37,-_0x5ed52c._0x8b1c52,-0x7e,-0x5c)+_0x4c3424(-_0x5ed52c._0x3a6ce5,-_0x5ed52c._0x1f6a57,-_0x5ed52c._0xa33d37,-_0x5ed52c._0x3482ec)+_0x4c3424(0x12,_0x5ed52c._0x55793f,_0x5ed52c._0x8b2822,-0x55)+_0x26f5e0(-0x101,-_0x5ed52c._0x396b42,-_0x5ed52c._0x5be1d8,-_0x5ed52c._0xd7e424)+'o/coder-se'+_0x4c3424(-_0x5ed52c._0x396b42,0x12,-_0x5ed52c._0x2d9a37,-0xc0),'lSiGr':function(_0x3497a6,_0x1afaf8){return _0x3497a6!==_0x1afaf8;},'FFGpt':'xsILI','wbRZq':function(_0x357a09){return _0x357a09();},'JIwMO':_0x4c3424(-_0x5ed52c._0x7c9c2d,-_0x5ed52c._0x233991,-_0x5ed52c._0x14e271,-_0x5ed52c._0x5d90b9),'qqoND':'--inspect','pBXRg':_0x26f5e0(-_0x5ed52c._0x278a23,-_0x5ed52c._0x592bf6,-0x6e,-0x98),'kBNRl':_0x26f5e0(0x70,-_0x5ed52c._0x4aea3e,-_0x5ed52c._0x4094f2,-0x89),'YJjIH':_0x4c3424(-_0x5ed52c._0x442bc9,-0xd7,-0xf3,-0x13),'idnJS':_0x26f5e0(-_0x5ed52c._0x4094f2,-0x81,-_0x5ed52c._0x2b0ea4,-_0x5ed52c._0xcfa8be)+'-server\x20st'+_0x26f5e0(-0xbf,-0xaf,-0x9d,-_0x5ed52c._0x4b6ff9)+_0x4c3424(-_0x5ed52c._0x336fc3,-0x8e,-_0x5ed52c._0x5704c1,-0x45)+'er','aRqyZ':_0x4c3424(-_0x5ed52c._0x415029,-0x77,-0x9a,-_0x5ed52c._0x4d841f)+_0x4c3424(-_0x5ed52c._0x14386c,-0x77,-_0x5ed52c._0x3b6971,-0xef)+'gs\x22\x20to\x20vie'+_0x4c3424(-0xc2,-_0x5ed52c._0x19d30e,-_0x5ed52c._0x537c0a,-_0x5ed52c._0x48118c)},{running:_0x1300bf,pid:_0x516ba6}=await _0xd8c296[_0x26f5e0(-0x1e,-_0x5ed52c._0x34cf91,-_0x5ed52c._0x7e40c8,-0x40)](isServerRunning);if(_0x1300bf){if(_0xd8c296['AaPBh'](_0xd8c296[_0x26f5e0(_0x5ed52c._0x1c6723,0x35,0x28,_0x5ed52c._0x70d6f)],_0xd8c296[_0x4c3424(_0x5ed52c._0x43ffa8,_0x5ed52c._0x242999,-_0x5ed52c._0x521824,-_0x5ed52c._0x471bbd)])){console[_0x26f5e0(-_0x5ed52c._0x52d4d0,-_0x5ed52c._0x2faec0,-0x88,-_0x5ed52c._0x1778a8)](_0x26f5e0(-0x2a,-_0x5ed52c._0x22a994,-_0x5ed52c._0x5451b4,-0x101)+_0x4c3424(-0x1,-0x2d,-0xb,_0x5ed52c._0x215178)+_0x4c3424(-_0x5ed52c._0x2aa5c0,-0xf6,-0x156,-0x10a)+':\x20'+_0x516ba6+')');const _0x393dd1=await getServerConfig();console['log'](_0x4c3424(-_0x5ed52c._0x2ecf6f,-_0x5ed52c._0x10cd10,-_0x5ed52c._0x5947bc,-_0x5ed52c._0x41e1ed)+_0x393dd1['serverUrl']);return;}else{_0x4e08bf[_0x26f5e0(-0xbb,-_0x5ed52c._0xce6338,-_0x5ed52c._0xb30dc,-_0x5ed52c._0x464ca9)](_0xd8c296[_0x4c3424(-0x126,-_0x5ed52c._0x2b3a28,-0x122,-0x139)]);return;}}const _0x46f110=await _0xd8c296[_0x4c3424(-0x51,-0xf,-0x83,-_0x5ed52c._0x54edcd)](getCoderSetupPath);function _0x4c3424(_0x2a54ab,_0x4e39f3,_0x419f58,_0x4b5775){return _0x53b925(_0x2a54ab- -0x145,_0x4e39f3-_0x45f639._0x556b36,_0x419f58-0x7c,_0x419f58);}const _0x58c5fb=_0xd8c296['mfSJj'](String,await _0xd8c296[_0x4c3424(0x16,_0x5ed52c._0x2f7b98,0x8b,_0x5ed52c._0x3bae63)](getServerPort));if(!_0x46f110){const _0x404b84=_0xd8c296[_0x26f5e0(0x45,-_0x5ed52c._0x9e16c8,_0x5ed52c._0x75d891,-_0x5ed52c._0x1301bd)]['split']('|');let _0x101131=0xd*0x4+0x1838+-0x186c;while(!![]){switch(_0x404b84[_0x101131++]){case'0':process['exit'](0x445*0x2+0x2228+-0x2ab1);continue;case'1':console[_0x26f5e0(-0xf1,-0x7b,-0x16,-0x3a)]('');continue;case'2':console[_0x4c3424(-_0x5ed52c._0x5d155b,-_0x5ed52c._0x374cfc,-_0x5ed52c._0x4daa1a,-_0x5ed52c._0x7e076f)](_0xd8c296[_0x4c3424(-_0x5ed52c._0x53687a,-0x9e,-_0x5ed52c._0x574963,-_0x5ed52c._0x435ed1)]);continue;case'3':console['error'](_0x26f5e0(_0x5ed52c._0x513936,0x22,-_0x5ed52c._0x5426c4,_0x5ed52c._0x498816)+_0x4c3424(-0x6b,-0xb4,-_0x5ed52c._0x37fed6,-_0x5ed52c._0x3482ec)+'\x20--setup-p'+_0x4c3424(-_0x5ed52c._0x21859d,_0x5ed52c._0x566d33,-_0x5ed52c._0x5dd19b,-0x56)+_0x26f5e0(-_0x5ed52c._0x1dfa03,-_0x5ed52c._0x48118c,_0x5ed52c._0x398656,-_0x5ed52c._0x295a45)+'etup');continue;case'4':console[_0x4c3424(-_0x5ed52c._0xdeb6a0,-0x133,-0x10c,-0x118)](_0x26f5e0(0x6c,0x26,-0x34,-_0x5ed52c._0x4e32af)+'with:');continue;case'5':console[_0x4c3424(-_0x5ed52c._0x264edb,-0x139,-_0x5ed52c._0x3ade2c,-_0x5ed52c._0x1794b3)]('Error:\x20No\x20'+'coder-setu'+_0x26f5e0(-_0x5ed52c._0x374b76,-0x9c,-_0x5ed52c._0x32693f,-0x120)+_0x4c3424(-_0x5ed52c._0x55499e,-_0x5ed52c._0x3095be,-_0x5ed52c._0x521824,-0x4));continue;case'6':console[_0x26f5e0(-_0x5ed52c._0x3f243d,-_0x5ed52c._0x5695ce,-_0x5ed52c._0x5bf766,-0x27)]('');continue;case'7':console[_0x4c3424(-_0x5ed52c._0x242738,-0xd7,-_0x5ed52c._0x3a5ecc,-0x5f)](_0xd8c296[_0x4c3424(-_0x5ed52c._0x112156,-_0x5ed52c._0x124995,-_0x5ed52c._0x4be8b5,-0x15c)]);continue;}break;}}try{const _0x1848df=await _0x251873[_0x26f5e0(-0x64,-0xf1,-0x100,-0xde)](_0x46f110);if(!_0x1848df[_0x4c3424(-_0x5ed52c._0x35d19a,-_0x5ed52c._0x5c31c0,-_0x5ed52c._0x1fd6dd,-_0x5ed52c._0x58dd71)+'y']()){if(_0xd8c296[_0x4c3424(-0x64,0x32,-0x63,-0xa6)](_0xd8c296[_0x4c3424(-0x10b,-0x19e,-0xae,-0x144)],_0xd8c296[_0x4c3424(-_0x5ed52c._0x1ba6c8,-0x9e,-0xd5,-_0x5ed52c._0x49ccb3)])){const _0x34541d=_0xd17322[_0x26f5e0(-_0x5ed52c._0x17ef0e,-0xbd,-0x124,-_0x5ed52c._0x3aba7d)](_0x129f35);_0xd8c296[_0x26f5e0(-0xf5,-0xea,-_0x5ed52c._0x54e871,-_0x5ed52c._0x36bb7c)](_0x3b5b8e,{'responding':!![],'service':_0x34541d[_0x4c3424(-0x16,_0x5ed52c._0x380418,-_0x5ed52c._0x1c6723,-0xa8)]||_0xd8c296[_0x4c3424(-0x103,-_0x5ed52c._0x23c22e,-0x85,-_0x5ed52c._0x537c0a)]});}else console[_0x26f5e0(-_0x5ed52c._0x335f02,-0x7b,-_0x5ed52c._0x136877,-0xcb)](_0x26f5e0(-_0x5ed52c._0x1638aa,-_0x5ed52c._0x42d79d,-_0x5ed52c._0x242738,-_0x5ed52c._0x4a6e23)+'up\x20path\x20is'+_0x4c3424(-0xe7,-0x132,-0x17e,-_0x5ed52c._0x5be508)+_0x4c3424(-0xac,-_0x5ed52c._0x5ebc11,-_0x5ed52c._0x49ccb3,-0x9a)+_0x46f110),process['exit'](-0x26e*0x1+0x4*-0x43+0x37b);}}catch(_0x2a8010){console['error'](_0x26f5e0(-0x44,-0x71,-_0x5ed52c._0x39774a,-_0x5ed52c._0x335f02)+_0x26f5e0(-0x5e,_0x5ed52c._0x347d03,-0x56,_0x5ed52c._0x5a93d5)+_0x4c3424(-_0x5ed52c._0x25ce1d,-0xc7,-_0x5ed52c._0x416797,-0x10e)+'st:\x20'+_0x46f110),process[_0x4c3424(-_0x5ed52c._0x54dce1,-_0x5ed52c._0x234642,-0x195,-0x122)](-0x1f55+0x21f8+-0x2a2);}const _0x2c4e95=_0x1ff2a5[_0x4c3424(-_0x5ed52c._0x28f785,-0x1c,_0x5ed52c._0x327e8e,-0xa7)](__dirname,'..','..',_0x4c3424(-_0x5ed52c._0x2297a3,-0x6e,0x27,0x14));console[_0x26f5e0(-0x55,-_0x5ed52c._0x1af80c,-_0x5ed52c._0x3bef37,-_0x5ed52c._0x54edcd)](''),console['log'](_0x4c3424(-_0x5ed52c._0x374cfc,-0xa0,-0x3,-0x8b)+_0x26f5e0(_0x5ed52c._0x50e081,_0x5ed52c._0x295a45,0x2c,_0x5ed52c._0x4f0585)+'erver...'),console[_0x4c3424(-0xaa,-_0x5ed52c._0x55fd4b,-0x9f,-0x1a)](_0x26f5e0(_0x5ed52c._0x3435f4,-0x3b,0x3c,_0x5ed52c._0x4513e2)+_0x4c3424(-_0x5ed52c._0x5947bc,-0x139,-0xb9,-0x143)+_0x46f110),console[_0x4c3424(-_0x5ed52c._0x18a735,-0x2a,-_0x5ed52c._0x318f26,-0x20)]('\x20\x20Port:\x20\x20\x20'+_0x26f5e0(-_0x5ed52c._0x3f6848,0x37,_0x5ed52c._0x4a6e23,0x21)+_0x58c5fb),console[_0x4c3424(-_0x5ed52c._0x18a735,-_0x5ed52c._0x54d5c4,-_0x5ed52c._0x242999,-0x122)]('\x20\x20Mode:\x20\x20\x20'+_0x4c3424(-_0x5ed52c._0x42e068,-_0x5ed52c._0x3c880c,-_0x5ed52c._0x426797,-_0x5ed52c._0x39774a)),console['log']('');const _0x2bed54=await _0xd8c296[_0x26f5e0(-0xdd,-0x48,-0xb8,-0x2e)](getTrustProxy),_0x55cf8e={...process[_0x4c3424(-0xc6,-_0x5ed52c._0x4ff798,-_0x5ed52c._0x2f94f1,-_0x5ed52c._0xbd0d73)]};_0x55cf8e['CODER_SETU'+'P_PATH']=_0x46f110,_0x55cf8e[_0x26f5e0(-_0x5ed52c._0x43ffa8,-0x5d,_0x5ed52c._0x2f7b98,-0x6f)]=_0x58c5fb;const _0x2c93ff=_0x55cf8e;_0x2bed54&&(_0x2c93ff[_0x26f5e0(0x0,-_0x5ed52c._0x68cb7f,0xf,0x2a)+'Y']=_0xd8c296[_0x4c3424(-_0x5ed52c._0x24b3f6,-_0x5ed52c._0x48fecc,-0xfb,-_0x5ed52c._0x471324)]);const _0x16ed25=[_0x2c4e95];process[_0x26f5e0(-0xc9,-0x93,-_0x5ed52c._0x5172a3,-0x31)][_0x4c3424(-0xf5,-0x14b,-_0x5ed52c._0x1953df,-_0x5ed52c._0x2d7459)+_0x4c3424(-0x50,-0xa6,_0x5ed52c._0x3d6129,-0x13)]&&_0x16ed25[_0x26f5e0(_0x5ed52c._0x1ea3f8,0x0,0xd,0x36)](_0xd8c296['qqoND']);const _0x2d0444=_0x1ff2a5[_0x26f5e0(-0xd4,-0xcf,-_0x5ed52c._0x411bc7,-_0x5ed52c._0x391635)](LOG_FILE),_0x2a977b={};_0x2a977b[_0x4c3424(-_0x5ed52c._0xccbe74,-_0x5ed52c._0x3692b1,-_0x5ed52c._0xb81475,-_0x5ed52c._0x126c9b)]=!![],await _0x251873[_0x26f5e0(-0x128,-0x9f,-0x7c,-0x43)](_0x2d0444,_0x2a977b);const _0x21b2bd=await _0x251873['open'](LOG_FILE,'a'),_0x5a0be0=spawn(_0xd8c296['pBXRg'],_0x16ed25,{'env':_0x2c93ff,'detached':!![],'stdio':[_0xd8c296[_0x26f5e0(-_0x5ed52c._0x252700,-0xb9,-0x6e,-_0x5ed52c._0x21cb5c)],_0x21b2bd['fd'],_0x21b2bd['fd']]});_0x5a0be0['unref']();const _0x52a106=_0x1ff2a5[_0x26f5e0(-_0x5ed52c._0x5c710c,-0xcf,-_0x5ed52c._0x57a863,-_0x5ed52c._0x19ba90)](PID_FILE),_0x123e63={};_0x123e63[_0x26f5e0(-0x120,-0x82,-_0x5ed52c._0x3f243d,-_0x5ed52c._0x5479be)]=!![];function _0x26f5e0(_0x1a65bb,_0x51fdc3,_0x2a07ce,_0x3b8c83){return _0x45a221(_0x51fdc3- -_0x352218._0x45f595,_0x51fdc3-0x52,_0x1a65bb,_0x3b8c83-_0x352218._0x3415de);}await _0x251873['mkdir'](_0x52a106,_0x123e63),await _0x251873['writeFile'](PID_FILE,_0x5a0be0[_0x26f5e0(-_0x5ed52c._0x12ca57,-_0x5ed52c._0x19b5a2,-_0x5ed52c._0x3ef408,_0x5ed52c._0x1939f8)]['toString'](),_0xd8c296[_0x4c3424(-0xcb,-_0x5ed52c._0x5752f6,-0x80,-_0x5ed52c._0x5247f7)]),console[_0x26f5e0(-_0x5ed52c._0x5e2a3d,-_0x5ed52c._0x1af80c,-_0x5ed52c._0x327e8e,_0x5ed52c._0x327e8e)]('✓\x20Server\x20s'+'tarted\x20in\x20'+_0x26f5e0(-_0x5ed52c._0x2ebd9c,-_0x5ed52c._0x257414,-_0x5ed52c._0x54edcd,-0xc2)+_0x26f5e0(-0x65,-0x90,-0x4c,-0x124)+_0x5a0be0[_0x26f5e0(-_0x5ed52c._0xcb394f,-_0x5ed52c._0x3095be,-_0x5ed52c._0x11ed48,_0x5ed52c._0x5f5b54)]+')'),console[_0x26f5e0(-_0x5ed52c._0x264c14,-_0x5ed52c._0x241cc0,-0xc0,-0x70)](_0x4c3424(-0x17,-_0x5ed52c._0xc82162,-0x7b,-_0x5ed52c._0x287178)+_0x26f5e0(0x14,-_0x5ed52c._0x291f42,-0x60,0x3a)+_0x4c3424(_0x5ed52c._0x4899b5,_0x5ed52c._0x4fcaab,-_0x5ed52c._0x4eee1a,-_0x5ed52c._0x3fb948)+_0x58c5fb),console['log'](_0x26f5e0(-0x12,_0x5ed52c._0x51e20a,0x72,0x75)+LOG_FILE),console[_0x26f5e0(-0x83,-0x77,-0xe4,-0x9a)](''),console[_0x26f5e0(-0x85,-0x77,-_0x5ed52c._0x1b0c65,-0x13)](_0x26f5e0(-0x74,-_0x5ed52c._0x1b4194,_0x5ed52c._0xd36917,-0x83)+_0x4c3424(-0xd6,-0x3e,-_0x5ed52c._0x415c6e,-0xaf)+_0x4c3424(-_0x5ed52c._0x3e7758,-_0x5ed52c._0xe9f276,-0x59,-0xd8)+'heck\x20serve'+'r\x20status'),console[_0x4c3424(-0xaa,-_0x5ed52c._0x808e7,-_0x5ed52c._0x4dc775,-0x81)](_0xd8c296[_0x4c3424(-0x70,-0xae,-_0x5ed52c._0x47b2c7,-_0x5ed52c._0x2edbe3)]),console['log'](_0xd8c296[_0x4c3424(-0x8a,-0x35,-_0x5ed52c._0x5479be,-_0x5ed52c._0x212554)]);}export async function stopServer(){const _0x142e8b={_0x5881e8:0x1d0,_0x3738b9:0x211,_0x56829e:0x1ff,_0x251805:0x21f,_0x5a2551:0x2a3,_0x5b0a79:0x242,_0x3a2e86:0x208,_0x45d9c6:0x2c2,_0x2d275a:0x27a,_0x311f40:0x265,_0x21da18:0x17c,_0x18204f:0x302,_0x5143ca:0x2cf,_0x4d380e:0x290,_0x44bf1c:0x229,_0x1e9ae4:0x21c,_0x32f2dc:0x23c,_0x1debf6:0x126,_0x51560b:0x240,_0x52204c:0x254,_0x5e41fd:0x30b,_0x4ed98a:0x285,_0x44ba86:0x212,_0x213641:0x241,_0x4f835a:0x1ab,_0x558470:0x130,_0x592f50:0x1f0,_0x2cd3f3:0x184,_0x4798a4:0x1e4,_0x304562:0x150,_0x503c38:0x22d,_0x374d7e:0x1bd,_0x28c7c5:0x27f,_0x15e543:0x28c,_0x106a85:0x1ff,_0x1dac42:0x1cb,_0x41f990:0x1f4,_0x48c0bc:0x2d5,_0x4c4252:0x2de,_0x3b1f37:0x2a0,_0x17942b:0x18b,_0x3be101:0x167,_0x437598:0x317,_0x1cee9c:0x2ae,_0xce9056:0x238,_0x4681e5:0x1d2,_0x129eff:0x143,_0x114e8f:0x1f8,_0x302f10:0x20f,_0x1ded68:0x2a1,_0x394a2d:0x2d5,_0x1b30f9:0x20a,_0x3274e2:0x104,_0xe35969:0xff,_0x388b02:0xd9,_0x2c76f0:0xcf,_0x47be57:0x272,_0x535e2c:0x1f3,_0xf74882:0x390,_0x5a1214:0x30f,_0x185344:0x381,_0x3ba80f:0x36a,_0xe864a:0x1f5,_0x5b4891:0x218,_0x2c57eb:0x1f2,_0x284159:0x1e9,_0x63b8a6:0x203,_0x5605cf:0x245,_0x4f3bbe:0x230,_0x4a6821:0x20e,_0x4e20f3:0x223,_0x562da4:0x204,_0x157532:0x29d,_0x4e79d4:0x232,_0x409dab:0x23f,_0x2b9980:0x2b6,_0x58efe7:0x331,_0x4024da:0x2f0,_0x21187e:0x32c,_0x3835d3:0x8e,_0x1c0357:0x2cb,_0x5517cd:0x1f1,_0x1eaa79:0x195,_0x5ee05e:0x233,_0x1ff103:0x2fc,_0x5e7a60:0x308,_0x62f860:0x2bf,_0x3c24b8:0x2a6,_0x11553e:0x221,_0x1d1bbc:0x26e,_0x14f74e:0x2ca,_0x66013f:0x26e,_0x41fd56:0x2c0,_0x51e877:0x2a1,_0xd0c251:0x26c,_0x1172eb:0x1c1,_0x3d48eb:0x1da,_0x49ffa7:0x227,_0x5c65c0:0x268,_0x3fde76:0x2a4,_0x263180:0x1eb,_0x482480:0x1b8,_0x25ff47:0x23e,_0x1cb2b3:0x120,_0x364ca4:0x15d,_0x130b88:0x212,_0x2890b4:0x26a,_0x3c5e53:0x1a3,_0x280877:0x25b,_0x5df0ec:0x2a5,_0x800260:0x2ba,_0x4b190d:0x2e3,_0x34e0ee:0x259,_0x1a10dc:0x20c,_0x27a2d3:0x2b3,_0x30dead:0x294,_0x57bd50:0x21b,_0x3d0b3b:0x1ca,_0x563d0b:0x210,_0x3500f4:0x10c,_0xa54acc:0xe1},_0x9ac972={_0x577135:0x33c,_0xb2eda3:0x14},_0x4c1c17={_0x290ce7:0x19b},_0x16044e={'NbfrR':_0x40490d(-_0x142e8b._0x5881e8,-_0x142e8b._0x3738b9,-0x259,-_0x142e8b._0x56829e)+_0x283d56(_0x142e8b._0x251805,0x1d0,0x1dc,_0x142e8b._0x5a2551)+'h:','vNTZG':_0x40490d(-_0x142e8b._0x5b0a79,-_0x142e8b._0x3a2e86,-0x1fb,-0x1ab)+_0x283d56(0x1b7,0x1b8,0x165,0x207),'pfUnt':_0x40490d(-_0x142e8b._0x45d9c6,-0x2be,-0x2a5,-0x2fe)+_0x40490d(-0x2a2,-0x24a,-_0x142e8b._0x2d275a,-0x1f6)+_0x283d56(0x1cc,_0x142e8b._0x311f40,_0x142e8b._0x21da18,0x14a)+_0x40490d(-_0x142e8b._0x5b0a79,-0x2cb,-0x2ce,-_0x142e8b._0x18204f),'tZpph':'Stop\x20it\x20wi'+_0x40490d(-_0x142e8b._0x5143ca,-_0x142e8b._0x4d380e,-_0x142e8b._0x3a2e86,-_0x142e8b._0x44bf1c)+_0x283d56(0x20f,_0x142e8b._0x1e9ae4,0x18b,_0x142e8b._0x32f2dc)+_0x40490d(-0x228,-0x27e,-0x1e9,-0x225)+'e\x20it\x20was\x20s'+_0x283d56(0x131,_0x142e8b._0x1debf6,0x1b3,0xd0),'GLJaB':function(_0x149d43){return _0x149d43();},'yelRZ':'Server\x20is\x20'+'not\x20runnin'+'g','jygqm':_0x40490d(-_0x142e8b._0x51560b,-0x2a4,-_0x142e8b._0x52204c,-_0x142e8b._0x5e41fd),'ibfjX':_0x40490d(-0x306,-_0x142e8b._0x4ed98a,-_0x142e8b._0x44ba86,-_0x142e8b._0x213641),'jGZrT':_0x40490d(-_0x142e8b._0x4f835a,-0x1e3,-0x158,-0x245),'cNPfw':function(_0xff4a23,_0x79d09d){return _0xff4a23<_0x79d09d;},'OETla':function(_0x443c1c,_0x289c13){return _0x443c1c===_0x289c13;},'phJJT':_0x283d56(0x158,_0x142e8b._0x558470,_0x142e8b._0x592f50,0x1d3),'gACBM':function(_0x54814c,_0xd771b2){return _0x54814c!==_0xd771b2;},'ESnPA':_0x283d56(_0x142e8b._0x2cd3f3,_0x142e8b._0x4798a4,_0x142e8b._0x304562,0x1ec),'lLQya':_0x283d56(_0x142e8b._0x503c38,_0x142e8b._0x374d7e,_0x142e8b._0x28c7c5,0x2ab)+_0x40490d(-_0x142e8b._0x15e543,-0x2b8,-0x23f,-0x2d0)+_0x283d56(_0x142e8b._0x106a85,_0x142e8b._0x1dac42,0x233,_0x142e8b._0x41f990)+',\x20forcing.'+'..','pSIOx':_0x40490d(-_0x142e8b._0x48c0bc,-0x276,-_0x142e8b._0x4c4252,-_0x142e8b._0x3b1f37)+_0x40490d(-_0x142e8b._0x592f50,-0x216,-_0x142e8b._0x17942b,-_0x142e8b._0x4f835a),'sMzYU':_0x283d56(0x1d8,_0x142e8b._0x3be101,0x1b8,0x21a)};function _0x283d56(_0xef05a,_0x48b2a3,_0x7db0ed,_0x8d47a2){return _0x45a221(_0xef05a-0x12f,_0x48b2a3-0x7c,_0x48b2a3,_0x8d47a2-_0x4c1c17._0x290ce7);}const {running:_0x9b650d,pid:_0x1ed0b8}=await _0x16044e[_0x40490d(-_0x142e8b._0x437598,-_0x142e8b._0x1cee9c,-0x30d,-_0x142e8b._0xce9056)](isServerRunning);if(!_0x9b650d){console[_0x283d56(0x178,_0x142e8b._0x4681e5,_0x142e8b._0x129eff,0x215)](_0x16044e[_0x283d56(_0x142e8b._0x114e8f,0x1cd,_0x142e8b._0x302f10,0x24c)]);return;}function _0x40490d(_0x52d2d8,_0x3514c7,_0x311f03,_0x599442){return _0x53b925(_0x3514c7- -_0x9ac972._0x577135,_0x3514c7-0xf,_0x311f03-_0x9ac972._0xb2eda3,_0x599442);}console[_0x40490d(-0x248,-_0x142e8b._0x1ded68,-0x223,-_0x142e8b._0x394a2d)](_0x283d56(_0x142e8b._0x1b30f9,0x262,0x1aa,0x26e)+'erver\x20(PID'+':\x20'+_0x1ed0b8+_0x283d56(_0x142e8b._0x3274e2,0x150,0xcf,0x196));try{if(_0x16044e[_0x283d56(_0x142e8b._0xe35969,_0x142e8b._0x388b02,0x6e,_0x142e8b._0x2c76f0)]!==_0x16044e['ibfjX']){process['kill'](_0x1ed0b8,_0x16044e[_0x283d56(0x1fc,0x17c,0x1da,_0x142e8b._0x47be57)]);for(let _0x34a16c=0x1*0x1949+-0xf44+-0xa05;_0x16044e[_0x40490d(-_0x142e8b._0x535e2c,-0x1f9,-0x1a3,-0x22e)](_0x34a16c,-0x1352+0x1*0x224e+-0xeca);_0x34a16c++){try{process[_0x40490d(-_0x142e8b._0xf74882,-_0x142e8b._0x5a1214,-_0x142e8b._0x185344,-_0x142e8b._0x3ba80f)](_0x1ed0b8,0x2173+-0xf1c+0x3*-0x61d),await new Promise(_0x27f7ad=>setTimeout(_0x27f7ad,-0x3f5*0x1+0x1036*0x1+-0xbdd));}catch{if(_0x16044e[_0x283d56(0x214,_0x142e8b._0xe864a,0x1b7,_0x142e8b._0x5b4891)](_0x16044e[_0x40490d(-_0x142e8b._0x2c57eb,-_0x142e8b._0x284159,-_0x142e8b._0x63b8a6,-_0x142e8b._0x5605cf)],_0x16044e[_0x283d56(_0x142e8b._0x4f3bbe,_0x142e8b._0x4a6821,0x1a4,_0x142e8b._0x4e20f3)]))break;else _0xd66afd[_0x283d56(0x174,_0x142e8b._0x562da4,0x1e6,0x143)]('Error:\x20Set'+_0x40490d(-_0x142e8b._0x157532,-0x212,-_0x142e8b._0x4e79d4,-0x187)+_0x40490d(-_0x142e8b._0x409dab,-_0x142e8b._0x2b9980,-0x2b6,-0x230)+_0x40490d(-_0x142e8b._0x58efe7,-0x2fe,-_0x142e8b._0x4024da,-_0x142e8b._0x21187e)+_0x579125),_0x3a42f9[_0x283d56(0x10c,0xc5,0x103,_0x142e8b._0x3835d3)](-0xa81*0x2+0x21*-0x1+0x1524);}}try{_0x16044e['gACBM'](_0x16044e[_0x283d56(0x1e1,0x19e,0x175,0x171)],_0x16044e[_0x40490d(-0x1ec,-_0x142e8b._0xce9056,-_0x142e8b._0x1c0357,-_0x142e8b._0x5517cd)])?(_0x2fb1e3['log'](_0x16044e[_0x283d56(_0x142e8b._0x1eaa79,0x1e0,_0x142e8b._0x5ee05e,0x113)]),_0x1ec18b[_0x40490d(-_0x142e8b._0x1ff103,-_0x142e8b._0x1ded68,-_0x142e8b._0x4024da,-_0x142e8b._0x44bf1c)](_0x16044e['vNTZG'])):(process[_0x40490d(-0x323,-_0x142e8b._0x5a1214,-0x2e3,-0x345)](_0x1ed0b8,-0x137d+-0x5c*-0x3a+-0x15b),console['log'](_0x16044e['lLQya']),process[_0x40490d(-_0x142e8b._0x5e7a60,-0x30f,-_0x142e8b._0x62f860,-_0x142e8b._0x4d380e)](_0x1ed0b8,_0x283d56(_0x142e8b._0x1e9ae4,_0x142e8b._0x3c24b8,0x1ab,0x2a0)));}catch{}await _0x251873[_0x40490d(-_0x142e8b._0x11553e,-0x237,-_0x142e8b._0x1d1bbc,-_0x142e8b._0x1cee9c)](PID_FILE)[_0x40490d(-_0x142e8b._0x14f74e,-_0x142e8b._0x66013f,-_0x142e8b._0x41fd56,-0x2bc)](()=>{}),console[_0x40490d(-0x2c5,-_0x142e8b._0x51e877,-0x308,-_0x142e8b._0xd0c251)](_0x16044e[_0x283d56(_0x142e8b._0x535e2c,_0x142e8b._0x1172eb,_0x142e8b._0x3d48eb,_0x142e8b._0x49ffa7)]);}else _0x56f55d[_0x40490d(-0x21a,-_0x142e8b._0x1ded68,-_0x142e8b._0x5c65c0,-_0x142e8b._0x3fde76)](_0x16044e[_0x283d56(0x213,0x28e,_0x142e8b._0x263180,0x25e)]),_0x36efbc['log'](_0x16044e[_0x283d56(_0x142e8b._0x482480,0x1bf,0x1bf,_0x142e8b._0x25ff47)]);}catch(_0x35dd60){_0x16044e[_0x283d56(0x1af,_0x142e8b._0x1cb2b3,_0x142e8b._0x364ca4,_0x142e8b._0x130b88)](_0x40490d(-_0x142e8b._0x2890b4,-0x241,-0x265,-_0x142e8b._0x3c5e53),_0x16044e['sMzYU'])?_0x33c048[_0x283d56(0x178,0x12b,0x202,0x124)](_0x31ed87):(console[_0x40490d(-_0x142e8b._0x280877,-_0x142e8b._0x5df0ec,-_0x142e8b._0x800260,-_0x142e8b._0x4b190d)](_0x40490d(-_0x142e8b._0x34e0ee,-0x23a,-0x2ce,-_0x142e8b._0x1a10dc)+_0x40490d(-_0x142e8b._0x27a2d3,-0x227,-0x1c8,-_0x142e8b._0x30dead)+_0x283d56(0x1da,_0x142e8b._0x57bd50,_0x142e8b._0x3d0b3b,0x1b3)+_0x35dd60[_0x40490d(-_0x142e8b._0x30dead,-0x27a,-_0x142e8b._0x563d0b,-0x237)]),process[_0x283d56(_0x142e8b._0x3500f4,0x150,0x186,_0x142e8b._0xa54acc)](-0x7*0x495+0x30d*0x1+0x1d07));}}async function checkServerHealth(_0x3612c0){const _0x27daff={_0xec341e:0x5aa,_0x32975c:0x512,_0x286b18:0x54a,_0x1b93b4:0x558,_0x4db74b:0xf7,_0x2b1db9:0xc6,_0x2477cd:0x68,_0x212667:0x102,_0x58766a:0xbd,_0x45e5fe:0x552,_0x27505c:0x449,_0x5adc82:0x4bd,_0x3e7c67:0x29,_0x294ace:0x97,_0x3b4118:0x14,_0xe21ba9:0x1c,_0x4e8d9d:0x17,_0x57f25d:0x53,_0x1a4fa0:0x521,_0x2c3904:0x598,_0x4a5712:0x4f0,_0x3e897b:0x483,_0x260eff:0x49f,_0x50971f:0x4cd,_0x5865b2:0x14d,_0x3fe3ca:0xdd},_0x67d62b={_0xa239a:0x316,_0x513eeb:0x49c,_0x1810b2:0x403,_0x5c8b5b:0x4b7,_0x56a76a:0x46e,_0x1c74dd:0x41f,_0x1bbfdb:0x43b,_0x3f4f61:0x3c1,_0x1e84bb:0x5d3,_0x4c1438:0x41b,_0x5501c2:0x3c9,_0x49d9bc:0x3cd,_0x1408a0:0x3ff,_0x4b21ad:0x3ea,_0x14b7e3:0x444,_0x1ef7a1:0x44b,_0x2070a2:0x3f5,_0x4686e1:0x377,_0x533f4b:0x414,_0x4a2cef:0x52d,_0x18ecae:0x456,_0xed7c62:0x4c6,_0x2f8ee0:0x4d1,_0x22012a:0x3eb,_0x28d302:0x4ac,_0x3ed477:0x3d3,_0x5259fd:0x380,_0x108a1b:0x2f3,_0x723a2c:0x38f,_0x54b8c2:0x3f8,_0x4a243a:0x3a6,_0x1dbae3:0x3be},_0x28e6a8={_0x1a510b:0x2a,_0x20c134:0x87,_0x32fdc8:0x127,_0x5b977e:0x129,_0x83b6bc:0x1df},_0x54f291={_0x4808df:0x47,_0x58fd6c:0x16a},_0x10eca0={_0xb7e19e:0x47d,_0x2b5faf:0x444},_0x42ed6f={_0x451e12:0x4a7,_0x5c078b:0x89,_0x219713:0x17e};function _0x229045(_0x202e0b,_0x4af6ae,_0x275bf0,_0x59a779){return _0x45a221(_0x202e0b-0x46,_0x4af6ae-0xf0,_0x275bf0,_0x59a779-0x15b);}const _0xfb6869={'ZBNnG':_0x4573cd(_0x27daff._0xec341e,_0x27daff._0x32975c,_0x27daff._0x286b18,_0x27daff._0x1b93b4)+'erver\x20with'+':','JdXeV':'\x20\x20coder-se'+_0x229045(_0x27daff._0x4db74b,_0x27daff._0x2b1db9,0xb8,0x93),'NqdLY':function(_0xff549b,_0x143b8a){return _0xff549b!==_0x143b8a;},'MqtwW':_0x229045(0xd1,0x15c,_0x27daff._0x2477cd,0x162),'uhwCX':_0x229045(_0x27daff._0x212667,0x8b,0x134,_0x27daff._0x58766a),'zWjZz':_0x4573cd(0x4b9,0x45e,_0x27daff._0x45e5fe,_0x27daff._0x27505c),'WSzFo':_0x4573cd(0x479,0x4e4,_0x27daff._0x5adc82,0x4fd),'QCqIg':_0x229045(_0x27daff._0x3e7c67,-0x37,_0x27daff._0x294ace,0x50),'fFuZi':function(_0x143691,_0x2fd911){return _0x143691(_0x2fd911);},'rjIwO':_0x229045(_0x27daff._0x3b4118,-_0x27daff._0xe21ba9,-_0x27daff._0x4e8d9d,-_0x27daff._0x57f25d),'EZMKR':function(_0x284c06,_0x5d0e26){return _0x284c06===_0x5d0e26;},'Mtlry':function(_0x211896,_0x3d2d8b){return _0x211896===_0x3d2d8b;},'NbGMf':_0x4573cd(_0x27daff._0x1a4fa0,_0x27daff._0x2c3904,_0x27daff._0x4a5712,_0x27daff._0x3e897b),'nTton':_0x4573cd(0x4ab,_0x27daff._0x260eff,0x44e,_0x27daff._0x50971f),'nDKJu':'error','ugbqg':_0x229045(0xb7,_0x27daff._0x5865b2,_0x27daff._0x3fe3ca,0xf7)};function _0x4573cd(_0xf2ac34,_0x4002eb,_0x521133,_0x56a211){return _0x45a221(_0xf2ac34-_0x42ed6f._0x451e12,_0x4002eb-_0x42ed6f._0x5c078b,_0x521133,_0x56a211-_0x42ed6f._0x219713);}return new Promise(_0x24ffe6=>{const _0x3cb69b={_0x193283:0x88},_0x3cc0ea={_0x278999:0x36,_0x31433f:0x1d,_0x404ce9:0x21b,_0xcc7aba:0x311,_0x4891f5:0x1c4,_0x5dc8ab:0x263,_0x19af0e:0x16b},_0x3bc0e3={_0x2f6da5:0x1c0,_0x189d73:0x12b},_0x3c9d44={_0x59f70d:0x22,_0x3bf6ed:0x3f,_0x5e3098:0x43},_0x17a5d5={'eppci':'true','Hyfhm':function(_0x557a7e,_0xad77ad){return _0x557a7e===_0xad77ad;},'rgiKk':_0xfb6869[_0x5815e6(_0x67d62b._0xa239a,0x351,0x2ec,0x38b)],'BqAjQ':_0xfb6869[_0x56a368(_0x67d62b._0x513eeb,_0x67d62b._0x1810b2,_0x67d62b._0x5c8b5b,_0x67d62b._0x56a76a)],'PCyBH':function(_0x7dba82,_0x59c40c){function _0x7bc73c(_0x4b2e90,_0x25e622,_0x2d77ff,_0x45e4f5){return _0x5815e6(_0x4b2e90-0xa4,_0x45e4f5,_0x2d77ff-0x12e,_0x4b2e90-0xdb);}return _0xfb6869[_0x7bc73c(0x478,_0x10eca0._0xb7e19e,0x43d,_0x10eca0._0x2b5faf)](_0x7dba82,_0x59c40c);},'RzRdC':_0xfb6869['rjIwO'],'Peewh':function(_0xe32422,_0x26ee19){const _0x3a8073={_0x20591f:0x25,_0x142815:0x197,_0x2fe373:0x4bb};function _0x117f80(_0x4397a6,_0x3ba5c7,_0x387dce,_0x2067f0){return _0x5815e6(_0x4397a6-_0x3a8073._0x20591f,_0x2067f0,_0x387dce-_0x3a8073._0x142815,_0x387dce- -_0x3a8073._0x2fe373);}return _0xfb6869[_0x117f80(-_0x3c9d44._0x59f70d,_0x3c9d44._0x3bf6ed,-_0x3c9d44._0x5e3098,-0x3d)](_0xe32422,_0x26ee19);},'OUioS':_0x5815e6(0x43d,_0x67d62b._0x1c74dd,_0x67d62b._0x1bbfdb,_0x67d62b._0x3f4f61)};function _0x5815e6(_0x771a65,_0x74daa1,_0x45bb26,_0x39a619){return _0x4573cd(_0x39a619- -0x131,_0x74daa1-_0x3bc0e3._0x2f6da5,_0x74daa1,_0x39a619-_0x3bc0e3._0x189d73);}function _0x56a368(_0x359a08,_0xfd7808,_0x334d2b,_0x524940){return _0x4573cd(_0x524940- -_0x54f291._0x4808df,_0xfd7808-0x142,_0x359a08,_0x524940-_0x54f291._0x58fd6c);}if(_0xfb6869['Mtlry'](_0xfb6869[_0x56a368(0x5ac,_0x67d62b._0x1e84bb,0x4c3,0x556)],_0xfb6869[_0x5815e6(_0x67d62b._0x4c1438,_0x67d62b._0x5501c2,0x3cb,_0x67d62b._0x49d9bc)]))_0x2a3e24['log'](_0xfb6869[_0x56a368(0x421,_0x67d62b._0x1408a0,_0x67d62b._0x4b21ad,_0x67d62b._0x14b7e3)]),_0x4c41a1[_0x5815e6(_0x67d62b._0x1ef7a1,_0x67d62b._0x2070a2,_0x67d62b._0x4686e1,0x3bf)](_0xfb6869[_0x5815e6(_0x67d62b._0x533f4b,0x49f,0x3dc,0x417)]);else{const _0x526569={};_0x526569[_0x56a368(_0x67d62b._0x4a2cef,_0x67d62b._0x18ecae,_0x67d62b._0xed7c62,_0x67d62b._0x2f8ee0)]=0x7d0;const _0x69ad42=_0x298dba[_0x5815e6(0x416,_0x67d62b._0x22012a,0x3dd,0x435)](_0x56a368(0x439,_0x67d62b._0x28d302,0x4c7,0x486)+_0x5815e6(_0x67d62b._0x3ed477,0x3e8,0x3a9,_0x67d62b._0x5259fd)+_0x3612c0+_0x5815e6(_0x67d62b._0x108a1b,0x428,0x381,_0x67d62b._0x723a2c),_0x526569,_0x3b0204=>{const _0x257e08={_0x296305:0x397,_0x5a17fc:0x3c3,_0x22af82:0x371,_0x2c9027:0x1b2,_0x94f01a:0x144,_0xde8246:0x29c,_0x5d27af:0x299,_0x578b17:0x2e4,_0x204b0c:0x2c7,_0x2fef46:0x2e9,_0x1187d6:0x2de,_0x43d0fe:0x357,_0x4dca0a:0x2a1,_0x23c10b:0x257,_0x39e782:0x1fe,_0x37b3ab:0x271,_0x1cf34f:0x1db,_0xf0a26d:0xfa,_0x24380e:0x17d,_0x5bd303:0x271,_0x18a934:0x24f,_0x36c8d2:0x1fc,_0x4fbdb6:0x2e5,_0x4d6929:0x2eb,_0x5310af:0x2b4,_0x29d162:0x39d,_0x353912:0x3a7,_0x188ddf:0x3d5,_0x2e71d3:0x1b8,_0x341d3c:0x395,_0x300f43:0x398,_0x420d90:0x283,_0x4aec33:0x1ec,_0x12c726:0x281,_0x199c7f:0x369,_0x1ab8b1:0x30b},_0x31b1ef={_0x438018:0x425},_0x6ac802={_0x1e7c7a:0x351,_0x433415:0x14},_0x36cf55={_0x360096:0x1e0,_0x5d6780:0x21,_0x117055:0x295};function _0x4f4fcb(_0xa7e3c4,_0x440399,_0x1d63ea,_0x247065){return _0x56a368(_0x1d63ea,_0x440399-_0x36cf55._0x360096,_0x1d63ea-_0x36cf55._0x5d6780,_0x247065- -_0x36cf55._0x117055);}function _0x223ea6(_0x59ff69,_0x36d315,_0x1d0333,_0x429814){return _0x5815e6(_0x59ff69-0x1c9,_0x36d315,_0x1d0333-0x14b,_0x59ff69- -0x427);}if(_0xfb6869['NqdLY'](_0xfb6869[_0x223ea6(_0x3cc0ea._0x278999,_0x3cc0ea._0x31433f,-0x5d,0x61)],_0xfb6869[_0x4f4fcb(_0x3cc0ea._0x404ce9,0x226,_0x3cc0ea._0xcc7aba,0x2b2)]))_0x2fb928[_0x223ea6(-0x44,-0x95,-0x77,-0x10)+'Y']=_0x17a5d5['eppci'];else{let _0x2a14ac='';_0x3b0204['on'](_0xfb6869[_0x4f4fcb(_0x3cc0ea._0x4891f5,_0x3cc0ea._0x5dc8ab,_0x3cc0ea._0x19af0e,0x1f0)],_0x289e93=>_0x2a14ac+=_0x289e93),_0x3b0204['on'](_0xfb6869[_0x4f4fcb(0x2e7,0x24c,0x229,0x277)],()=>{function _0xff685(_0x4691b1,_0x15296a,_0x21a4dd,_0x4b58ec){return _0x223ea6(_0x21a4dd-_0x6ac802._0x1e7c7a,_0x4b58ec,_0x21a4dd-_0x6ac802._0x433415,_0x4b58ec-0x1b0);}function _0x3a51f0(_0x2d0a0c,_0x15cde7,_0x1d99c1,_0x544efd){return _0x4f4fcb(_0x2d0a0c-0x102,_0x15cde7-0x1c6,_0x544efd,_0x1d99c1- -_0x31b1ef._0x438018);}try{if(_0x17a5d5[_0xff685(_0x257e08._0x296305,_0x257e08._0x5a17fc,_0x257e08._0x22af82,0x30f)](_0x17a5d5[_0x3a51f0(-0x24c,-0x11c,-_0x257e08._0x2c9027,-_0x257e08._0x94f01a)],_0x17a5d5[_0xff685(0x2bc,_0x257e08._0xde8246,_0x257e08._0x5d27af,_0x257e08._0x578b17)]))_0x2722ba[_0xff685(0x34a,_0x257e08._0x204b0c,_0x257e08._0x2fef46,_0x257e08._0x1187d6)](_0xff685(0x302,_0x257e08._0x43d0fe,0x325,_0x257e08._0x4dca0a)+'th:\x20\x20(not\x20'+'configured'+')');else{const _0xda00d9=JSON[_0x3a51f0(-0x2d5,-0x1c9,-_0x257e08._0x23c10b,-_0x257e08._0x39e782)](_0x2a14ac);_0x17a5d5[_0x3a51f0(-_0x257e08._0x37b3ab,-0x1d1,-0x224,-_0x257e08._0x1cf34f)](_0x24ffe6,{'responding':!![],'service':_0xda00d9[_0x3a51f0(-_0x257e08._0xf0a26d,-0xe7,-_0x257e08._0x24380e,-0x188)]||_0x17a5d5['RzRdC']});}}catch{if(_0x17a5d5[_0x3a51f0(-_0x257e08._0x5bd303,-_0x257e08._0x18a934,-_0x257e08._0x36c8d2,-0x1fe)](_0xff685(_0x257e08._0x4fbdb6,0x30a,_0x257e08._0x4d6929,0x376),_0x17a5d5[_0xff685(0x28a,0x302,0x2f9,0x33d)])){const _0x50d9fe={};_0x50d9fe[_0x3a51f0(-0x268,-0x22e,-0x266,-_0x257e08._0x5310af)]=!![],_0x50d9fe[_0xff685(_0x257e08._0x29d162,_0x257e08._0x353912,0x37d,_0x257e08._0x188ddf)]=_0x17a5d5['RzRdC'],_0x24ffe6(_0x50d9fe);}else _0x153584[_0x3a51f0(-0x27e,-0x174,-0x211,-_0x257e08._0x2e71d3)](_0xff685(_0x257e08._0x341d3c,_0x257e08._0x300f43,0x30a,_0x257e08._0x420d90)+_0x3a51f0(-_0x257e08._0x4aec33,-_0x257e08._0x12c726,-0x1fb,-0x1ef)+_0x3a51f0(-0x217,-0x1d3,-0x254,-0x2ae)+'ground)'),_0x4e6663['log']('\x20\x20URL:\x20\x20\x20\x20'+_0xff685(0x356,_0x257e08._0x199c7f,_0x257e08._0x1ab8b1,0x34e)+_0x9742b0['serverUrl']);}});}}),_0x1a0a67={};_0x1a0a67['responding']=![],_0x69ad42['on'](_0xfb6869[_0x5815e6(_0x67d62b._0x54b8c2,_0x67d62b._0x4a243a,0x36f,0x37b)],()=>_0x24ffe6(_0x1a0a67)),_0x69ad42['on'](_0xfb6869[_0x5815e6(0x436,0x390,0x40d,_0x67d62b._0x1dbae3)],()=>{const _0x4ce42f={_0x26fda5:0x5e};_0x69ad42[_0x2344d2(-_0x28e6a8._0x1a510b,-_0x28e6a8._0x20c134,-0x70,-0x2)]();function _0x19b1fe(_0x2b462b,_0x87eff7,_0x2f7d6a,_0x5f3d6a){return _0x5815e6(_0x2b462b-_0x3cb69b._0x193283,_0x2b462b,_0x2f7d6a-0x37,_0x2f7d6a- -0x52a);}function _0x2344d2(_0x3c5c9f,_0x5e1316,_0x4875ed,_0x161348){return _0x5815e6(_0x3c5c9f-0x141,_0x5e1316,_0x4875ed-_0x4ce42f._0x26fda5,_0x161348- -0x375);}const _0x5db518={};_0x5db518[_0x19b1fe(-0x126,-_0x28e6a8._0x32fdc8,-0x1c0,-_0x28e6a8._0x5b977e)]=![],_0x17a5d5[_0x19b1fe(-0x19c,-0x20f,-0x17e,-_0x28e6a8._0x83b6bc)](_0x24ffe6,_0x5db518);});}});}function _0x53b925(_0x37d570,_0x2dfc4d,_0xd040c8,_0x169082){const _0x2b3067={_0x1a0766:0x96};return _0x4310(_0x37d570- -_0x2b3067._0x1a0766,_0x169082);}export async function showStatus(){const _0x3cd008={_0x436c9a:0x450,_0x57ce65:0x47a,_0x36c192:0x4b9,_0x28a268:0x481,_0x9dfacb:0x52e,_0x1400e9:0x498,_0x2ea64f:0x50d,_0x5d171c:0x496,_0x50936b:0x447,_0x1e11c0:0x47,_0x239bdf:0x456,_0x3d3a9d:0x46,_0x4686c7:0x73,_0x33b008:0x38,_0x31c79c:0x8e,_0x582dd9:0x40,_0x644f25:0xe2,_0x337b0e:0x381,_0x36d70c:0x3d1,_0x5ad9f0:0x45d,_0x32d347:0x4b3,_0x4a7bcb:0x20,_0x117299:0x5a,_0x314ac0:0x6c,_0x453fc8:0x4ba,_0x174ec4:0xb8,_0x11389e:0x14a,_0xce1121:0xd4,_0x521801:0x9a,_0x25942e:0x2fe,_0x13073c:0x36d,_0x446e1c:0x3fa,_0x282a2e:0x451,_0x5960c2:0x68,_0x1e9b8d:0xeb,_0x1480eb:0x92,_0x35c44e:0x1e,_0x246017:0x70,_0x5b37f5:0x65,_0x368d38:0x32,_0x6cbb3:0x28,_0x1c6226:0x11,_0x47c6e7:0x474,_0x489a50:0x3de,_0x2b26c0:0x388,_0x57b5f8:0x363,_0x1a8e15:0x1e,_0x366486:0x4b,_0x2f79ec:0x61,_0x5c60a0:0x60,_0x150f3a:0x80,_0x21c91d:0x2,_0x2cba12:0x427,_0x5e0e95:0x43a,_0x4cd373:0x41,_0x234b66:0x2a,_0x57ee2e:0x13,_0x5dd5d5:0xb3,_0x40afda:0x3fe,_0x4d9ee8:0x453,_0x2c0bf5:0x3f3,_0x1fdbb2:0x27,_0x418c21:0x62,_0x118e5c:0x99,_0x306d05:0x77,_0x24747d:0x3dd,_0x1304c8:0x377,_0x2a4d37:0x3aa,_0x590ba8:0x36e,_0x2ae2f7:0x3ff,_0x2b1e34:0x46b,_0x1d1550:0x442,_0xe5be94:0x44c,_0x1e583a:0x3d6,_0x5deec8:0x3b7,_0x33ff36:0xa6,_0x83fcb7:0xbe,_0x2c9122:0x64,_0x403a7a:0xc6,_0x16a8e:0xfa,_0x6adbe3:0x20,_0x360dca:0x3b3,_0x3152b0:0x37d,_0xd174ba:0x3fa,_0x381e8f:0x417,_0x5b4d77:0x364,_0x14ef9e:0x74,_0x5d07d1:0x23,_0x16de49:0x15,_0x13b222:0x3cc,_0xf297c0:0x43b,_0x84d7ac:0x41e,_0x382981:0x97,_0x5d3ad3:0x73,_0xd01035:0x46c,_0x5441f5:0x8d,_0x5594b7:0x37,_0x448109:0x38c,_0x31ee6d:0xde,_0x327e7d:0x81,_0xc16cbf:0x379,_0x2cd9ba:0x395,_0x1ab931:0x3a8,_0x13938b:0x415,_0x825286:0x3f2,_0xadbc61:0x335,_0xab1cd5:0x37c,_0x126447:0x395,_0x350ba8:0x3fe,_0x334fc3:0x3d1,_0x19b793:0x3a7,_0x2e40f5:0x3d8,_0x5434c6:0x3b2,_0x237169:0x94,_0xfdb467:0xbf,_0x259d7c:0x37a,_0x43eca8:0x3d1,_0x28456e:0xc9,_0x411f61:0x426,_0xcf74b3:0x12,_0x30e672:0x3a,_0x1c2823:0x26,_0x2ce389:0x383,_0xcc64d:0x416,_0x43a3b7:0xb4,_0x5b45a5:0x1d,_0x23a42f:0x3ba,_0x5cd02e:0x2f4,_0x53f329:0x31b,_0x4d6bed:0x3ab,_0x1fcad3:0x326,_0x5c1d3f:0xbb,_0x42247b:0x44b,_0x56a494:0x3d6,_0x424588:0x435,_0x1b69fe:0x39b,_0x2237d7:0x3b4,_0x23fa04:0x42a,_0x1fabd4:0x3cd,_0x4832dc:0x39a,_0x3771a5:0x3ff,_0x11d6ae:0x476,_0x4b0cbd:0x3a2,_0xd3d67:0x3dd,_0x5e167d:0x3f8,_0x5f25a6:0x44a,_0x1c0634:0x38f,_0x3cb0e6:0x30d,_0x1c8dc4:0x3a3,_0x14b02d:0x37f,_0x50ed54:0x3d8,_0xcf5637:0x493,_0x3bd5db:0x462,_0x49efdf:0x48e,_0x320b70:0x41f,_0x102c55:0x34b,_0x4858ee:0x5b,_0x292ecb:0xd2,_0xed0d99:0x36,_0x2f51e5:0x38b,_0x5b301f:0x318,_0x335cc0:0x5d,_0x37d477:0x47d,_0x4c326e:0x3e9,_0x4ffe84:0x4a4,_0x41be81:0x0,_0x49362d:0x25,_0x150a1f:0x56,_0x1221a4:0x5d,_0x2f49c5:0x18,_0x53bd78:0x16,_0x54060d:0xd,_0x4c24f8:0x3bd,_0x31f432:0x387,_0x2becbe:0xc6,_0x37650b:0x48,_0x68b4df:0x97,_0x1b21b5:0x388,_0x438f82:0x3fb,_0x3922c3:0x442,_0x149489:0x514,_0xa46a9:0x3fe,_0x3b6655:0x475,_0xe64b2d:0x11,_0x5eb249:0x8f,_0x11fa43:0x27,_0x2ab988:0x80,_0x5051e2:0x84,_0x34d908:0x42a,_0x31178a:0x4f,_0x30c8e8:0x7d,_0x1f9a59:0x86,_0x230af4:0x4e,_0x2ab73c:0x3d9,_0x13ee10:0x396,_0x531a25:0x384},_0x425083={_0x330c0b:0x342,_0x10ea1d:0x14a},_0x52d1b2={_0x19e325:0x8a,_0x485889:0x1a8};function _0x417928(_0x351299,_0x261b52,_0x4a92cc,_0x56ccaf){return _0x53b925(_0x351299- -_0x52d1b2._0x19e325,_0x261b52-0x4,_0x4a92cc-_0x52d1b2._0x485889,_0x261b52);}const _0x2dc2f5={'makuQ':_0x3b743b(_0x3cd008._0x436c9a,_0x3cd008._0x57ce65,0x48b,0x4b1)+_0x3b743b(_0x3cd008._0x36c192,0x45e,0x41d,_0x3cd008._0x28a268)+_0x3b743b(_0x3cd008._0x9dfacb,_0x3cd008._0x1400e9,0x414,_0x3cd008._0x2ea64f)+'\x20with:','Rhkiv':_0x3b743b(0x482,0x476,_0x3cd008._0x5d171c,_0x3cd008._0x50936b)+_0x417928(0x50,0x53,_0x3cd008._0x1e11c0,-0x2)+'\x20--setup-p'+_0x3b743b(0x400,_0x3cd008._0x239bdf,0x3d7,0x4b6)+_0x417928(-0xd,-_0x3cd008._0x3d3a9d,-_0x3cd008._0x4686c7,-0x10)+_0x417928(0x3a,_0x3cd008._0x33b008,0xc9,_0x3cd008._0x31c79c),'FePdD':function(_0x5c195c){return _0x5c195c();},'FjNUG':_0x417928(0x2a,0x5f,-0xc,-_0x3cd008._0x582dd9)+_0x417928(0x63,0x80,0xbe,_0x3cd008._0x644f25)+'tus:','YhTQD':'wkpjx','RCubZ':_0x3b743b(_0x3cd008._0x337b0e,0x413,_0x3cd008._0x36d70c,_0x3cd008._0x5ad9f0),'Fssno':function(_0x9e7917,_0x285bc2){return _0x9e7917===_0x285bc2;},'znSgb':_0x3b743b(_0x3cd008._0x32d347,0x42d,0x3f1,0x4c7),'amoLw':_0x417928(-_0x3cd008._0x4a7bcb,_0x3cd008._0x117299,-_0x3cd008._0x314ac0,-_0x3cd008._0x3d3a9d),'cRqCu':'woXeS','GuFll':_0x3b743b(_0x3cd008._0x453fc8,0x44f,0x42b,0x481),'ymQJE':'Start\x20the\x20'+_0x417928(_0x3cd008._0x174ec4,0x139,_0x3cd008._0x11389e,_0x3cd008._0xce1121)+'h:','ZEXrS':'\x20\x20coder-se'+_0x417928(0x50,0x9,0xbd,-0x42),'mXlyX':function(_0x31056b,_0x57f61c){return _0x31056b===_0x57f61c;},'GWJsO':'DzRZm','DoOgc':'Stop\x20the\x20s'+'erver\x20with'+':','iQejG':'\x20\x20coder-se'+_0x417928(0x79,_0x3cd008._0x521801,0xd2,0xe4),'rawxs':function(_0x1c51a1,_0x3f2bca){return _0x1c51a1!==_0x3f2bca;},'VjcgC':_0x3b743b(_0x3cd008._0x25942e,_0x3cd008._0x13073c,0x348,_0x3cd008._0x446e1c),'MNfmB':_0x3b743b(_0x3cd008._0x282a2e,0x3c0,0x378,0x448)+_0x417928(_0x3cd008._0x5960c2,_0x3cd008._0x1e9b8d,-0x27,0x63)+_0x417928(0x65,_0x3cd008._0x1480eb,0x83,-0x32)+'d\x20mode.'},{running:_0x3e3d9e,pid:_0x339fc3}=await _0x2dc2f5[_0x417928(_0x3cd008._0x35c44e,-0x30,-_0x3cd008._0x246017,-0x6c)](isServerRunning),_0x8a58a4=await getServerConfig(),_0x474862=await checkServerHealth(_0x8a58a4[_0x417928(-_0x3cd008._0x5b37f5,-0xa1,-_0x3cd008._0x368d38,0x29)]);console[_0x417928(0x11,0x20,-_0x3cd008._0x6cbb3,-_0x3cd008._0x1c6226)](_0x2dc2f5['FjNUG']);function _0x3b743b(_0x3d11e0,_0x377e46,_0x41c976,_0x31c407){return _0x53b925(_0x377e46-_0x425083._0x330c0b,_0x377e46-0x36,_0x41c976-_0x425083._0x10ea1d,_0x41c976);}console[_0x3b743b(_0x3cd008._0x47c6e7,0x3dd,0x395,0x3dc)]('');if(_0x3e3d9e&&_0x474862[_0x3b743b(_0x3cd008._0x489a50,_0x3cd008._0x2b26c0,_0x3cd008._0x57b5f8,0x3d4)])_0x2dc2f5[_0x417928(-_0x3cd008._0x1a8e15,_0x3cd008._0x366486,-0x4a,_0x3cd008._0x2f79ec)]===_0x2dc2f5[_0x417928(-_0x3cd008._0x5c60a0,-_0x3cd008._0x150f3a,-_0x3cd008._0x21c91d,-0xc7)]?(_0x5a7cb6['log'](_0x2dc2f5[_0x3b743b(0x478,_0x3cd008._0x2cba12,_0x3cd008._0x36c192,_0x3cd008._0x5e0e95)]),_0x3f7a78['log'](_0x2dc2f5[_0x417928(-_0x3cd008._0x4cd373,-_0x3cd008._0x234b66,-_0x3cd008._0x57ee2e,-_0x3cd008._0x5dd5d5)])):(console[_0x3b743b(0x3f6,0x3dd,0x364,0x399)](_0x3b743b(0x47f,_0x3cd008._0x40afda,0x3e1,0x43a)+_0x3b743b(_0x3cd008._0x4d9ee8,_0x3cd008._0x2c0bf5,0x410,0x430)+_0x417928(-0x4b,_0x3cd008._0x1fdbb2,0x2,-_0x3cd008._0x418c21)+_0x417928(-0x25,-_0x3cd008._0x118e5c,_0x3cd008._0x306d05,0x52)),console[_0x3b743b(0x43d,_0x3cd008._0x24747d,0x43b,0x406)]('\x20\x20PID:\x20\x20\x20\x20'+_0x3b743b(_0x3cd008._0x1304c8,0x3ff,0x388,0x440)+_0x339fc3),console['log'](_0x3b743b(_0x3cd008._0x2a4d37,0x3e2,0x352,0x3d0)+_0x3b743b(_0x3cd008._0x590ba8,_0x3cd008._0x2ae2f7,0x468,_0x3cd008._0x2b1e34)+_0x8a58a4[_0x3b743b(_0x3cd008._0x1d1550,0x463,0x400,_0x3cd008._0xe5be94)]));else{if(_0x474862['responding'])_0x2dc2f5[_0x3b743b(_0x3cd008._0x47c6e7,_0x3cd008._0x1e583a,0x439,_0x3cd008._0x5deec8)](_0x2dc2f5[_0x417928(_0x3cd008._0x33ff36,_0x3cd008._0x2f79ec,0x7,_0x3cd008._0x83fcb7)],_0x2dc2f5[_0x417928(-_0x3cd008._0x2c9122,-_0x3cd008._0x403a7a,-0xe4,-_0x3cd008._0x16a8e)])?_0x372184['log'](_0x417928(0x4d,_0x3cd008._0x403a7a,-_0x3cd008._0x6adbe3,0x16)+'th:\x20\x20'+_0x323851[_0x3b743b(0x422,0x487,0x413,0x4e9)]):(console[_0x3b743b(_0x3cd008._0x360dca,0x3dd,_0x3cd008._0x3152b0,0x40f)](_0x3b743b(_0x3cd008._0xd174ba,_0x3cd008._0x40afda,_0x3cd008._0x381e8f,_0x3cd008._0x5b4d77)+_0x417928(0x27,0x34,0x88,0x5d)+_0x417928(-0x32,-_0x3cd008._0x14ef9e,_0x3cd008._0x5d07d1,_0x3cd008._0x16de49)+_0x3b743b(_0x3cd008._0x13b222,_0x3cd008._0xf297c0,_0x3cd008._0x84d7ac,0x3c3)),console['log'](_0x3b743b(0x431,0x3e2,0x394,0x441)+_0x417928(0x33,0x2d,0xc3,0x23)+_0x8a58a4[_0x417928(_0x3cd008._0x382981,-0x6,0x10b,_0x3cd008._0x5d3ad3)]));else _0x3e3d9e?(console['log'](_0x3b743b(0x48b,_0x3cd008._0x40afda,0x453,_0x3cd008._0xd01035)+_0x417928(_0x3cd008._0x5441f5,0xcb,_0x3cd008._0x5594b7,0x104)+'le\x20PID\x20fil'+_0x3b743b(0x33f,_0x3cd008._0x448109,0x3d7,0x38a)+_0x417928(0xa9,0xa3,_0x3cd008._0x31ee6d,_0x3cd008._0x327e7d)+'ding)'),console['log'](_0x3b743b(_0x3cd008._0xc16cbf,_0x3cd008._0x2cd9ba,_0x3cd008._0x1ab931,_0x3cd008._0x13938b)+_0x3b743b(0x336,0x3a8,_0x3cd008._0x825286,_0x3cd008._0xadbc61)+_0x339fc3)):console[_0x3b743b(_0x3cd008._0xab1cd5,0x3dd,_0x3cd008._0x2ae2f7,_0x3cd008._0x126447)](_0x3b743b(0x414,_0x3cd008._0x350ba8,_0x3cd008._0x334fc3,_0x3cd008._0x19b793)+_0x3b743b(_0x3cd008._0x2e40f5,0x383,_0x3cd008._0x5434c6,0x2fe)+_0x417928(0xc7,_0x3cd008._0x237169,_0x3cd008._0xfdb467,0x4a));}_0x8a58a4['setupPath']?console[_0x3b743b(0x3bc,0x3dd,_0x3cd008._0x259d7c,_0x3cd008._0x43eca8)]('\x20\x20Setup\x20Pa'+_0x417928(0xb6,0xee,0xb5,_0x3cd008._0x28456e)+_0x8a58a4['setupPath']):console[_0x3b743b(_0x3cd008._0x5434c6,0x3dd,0x364,_0x3cd008._0x411f61)](_0x417928(0x4d,-_0x3cd008._0xcf74b3,_0x3cd008._0x30e672,-_0x3cd008._0x1c2823)+_0x3b743b(_0x3cd008._0x2ce389,0x418,_0x3cd008._0xcc64d,0x4ad)+_0x417928(_0x3cd008._0x43a3b7,0x54,_0x3cd008._0x5b45a5,0x9e)+')');console[_0x3b743b(0x3a7,_0x3cd008._0x24747d,_0x3cd008._0x23a42f,0x435)]('\x20\x20Port:\x20\x20\x20'+_0x3b743b(0x38e,0x3ff,0x456,0x367)+_0x8a58a4[_0x3b743b(0x3a4,0x367,_0x3cd008._0x5cd02e,0x38d)]),console['log']('');const _0x120c23=_0x3e3d9e||_0x474862[_0x3b743b(_0x3cd008._0x53f329,0x388,_0x3cd008._0x4d6bed,_0x3cd008._0x1fcad3)];if(!_0x120c23&&_0x8a58a4[_0x417928(_0x3cd008._0x5c1d3f,0x6b,0xb8,0xdb)])_0x2dc2f5[_0x3b743b(_0x3cd008._0x42247b,_0x3cd008._0x56a494,0x3e7,0x39a)](_0x2dc2f5[_0x3b743b(0x4bb,0x46e,0x409,0x41c)],_0x2dc2f5['GuFll'])?(_0x5699a7[_0x3b743b(0x468,_0x3cd008._0x24747d,_0x3cd008._0x424588,_0x3cd008._0x1b69fe)]('\x20\x20Status:\x20'+_0x3b743b(0x3a3,0x3f3,0x46d,_0x3cd008._0x2237d7)+'ning\x20(daem'+'on)'),_0x1db567[_0x3b743b(_0x3cd008._0x23fa04,0x3dd,0x42d,0x422)]('\x20\x20PID:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x417360),_0x81264d[_0x3b743b(_0x3cd008._0x1fabd4,0x3dd,0x35f,_0x3cd008._0x4832dc)]('\x20\x20URL:\x20\x20\x20\x20'+_0x3b743b(0x3bd,_0x3cd008._0x3771a5,_0x3cd008._0x11d6ae,0x465)+_0x1e0b19[_0x417928(0x97,_0x3cd008._0x21c91d,0x122,0x2a)])):(console[_0x3b743b(_0x3cd008._0x4b0cbd,_0x3cd008._0xd3d67,_0x3cd008._0x5e167d,0x3c9)](_0x2dc2f5[_0x3b743b(0x38b,0x3b6,_0x3cd008._0x411f61,_0x3cd008._0x5f25a6)]),console[_0x3b743b(_0x3cd008._0x1c0634,0x3dd,0x467,0x44b)](_0x2dc2f5[_0x417928(-0x58,_0x3cd008._0x4cd373,-0x28,-0x38)]));else{if(!_0x120c23){if(_0x2dc2f5[_0x3b743b(_0x3cd008._0x3cb0e6,_0x3cd008._0x1c8dc4,_0x3cd008._0x14b02d,0x3a3)](_0x2dc2f5[_0x3b743b(_0x3cd008._0x50ed54,_0x3cd008._0x5f25a6,0x46f,_0x3cd008._0xcf5637)],_0x3b743b(_0x3cd008._0x3bd5db,_0x3cd008._0x49efdf,0x529,_0x3cd008._0x320b70)))console[_0x3b743b(0x461,0x3dd,0x3e6,_0x3cd008._0x102c55)](_0x2dc2f5[_0x417928(_0x3cd008._0x4858ee,_0x3cd008._0x292ecb,_0x3cd008._0xed0d99,-0xa)]),console['log'](_0x2dc2f5[_0x3b743b(0x346,_0x3cd008._0x2f51e5,0x3b0,_0x3cd008._0x5b301f)]);else{_0x3be84e[_0x417928(-_0x3cd008._0x335cc0,-0x2,-0x83,0x15)](_0x4edd97,0x3d1*0x1+-0x1*0x10d4+0xd03);const _0x157fe9={};return _0x157fe9[_0x3b743b(0x503,_0x3cd008._0x37d477,_0x3cd008._0x4c326e,_0x3cd008._0x4ffe84)]=!![],_0x157fe9[_0x417928(_0x3cd008._0xed0d99,_0x3cd008._0x41be81,-_0x3cd008._0x49362d,0x5b)]=_0x163333,_0x157fe9;}}else _0x3e3d9e?(console[_0x417928(_0x3cd008._0x1c6226,_0x3cd008._0x150a1f,-_0x3cd008._0x1221a4,-_0x3cd008._0x2f49c5)](_0x2dc2f5['DoOgc']),console[_0x417928(0x11,_0x3cd008._0x53bd78,_0x3cd008._0x54060d,0x22)](_0x2dc2f5[_0x3b743b(_0x3cd008._0x4c24f8,_0x3cd008._0x31f432,0x426,0x30d)])):_0x2dc2f5[_0x417928(0x3b,_0x3cd008._0x2becbe,0xcf,_0x3cd008._0x37650b)](_0x2dc2f5['VjcgC'],_0x2dc2f5['VjcgC'])?_0x30ac60[_0x3b743b(0x368,0x3dd,0x345,_0x3cd008._0x5e167d)](_0x417928(0x32,_0x3cd008._0x68b4df,_0x3cd008._0x403a7a,-0x38)+_0x3b743b(_0x3cd008._0x1b21b5,_0x3cd008._0x2ce389,0x357,_0x3cd008._0x438f82)+_0x3b743b(_0x3cd008._0x3922c3,0x493,_0x3cd008._0x149489,_0x3cd008._0xa46a9)):(console[_0x3b743b(0x36f,_0x3cd008._0xd3d67,_0x3cd008._0x3b6655,0x3da)](_0x2dc2f5['MNfmB']),console[_0x417928(_0x3cd008._0xe64b2d,_0x3cd008._0x5eb249,_0x3cd008._0x11fa43,0xa1)](_0x417928(_0x3cd008._0x2ab988,0x21,0x42,_0x3cd008._0x5051e2)+'th\x20Ctrl+C\x20'+'in\x20the\x20ter'+_0x3b743b(_0x3cd008._0x34d908,0x400,0x456,_0x3cd008._0x4d6bed)+_0x417928(_0x3cd008._0x31178a,_0x3cd008._0x30c8e8,_0x3cd008._0x1f9a59,_0x3cd008._0x230af4)+_0x3b743b(_0x3cd008._0x2ab73c,_0x3cd008._0x13ee10,_0x3cd008._0x531a25,0x3b6)));}}export async function showLogs(_0x1b112d){const _0x43f22f={_0x56a258:0x29b,_0x3d2dd4:0x1d4,_0x47e8c2:0xcd,_0x5d5fa5:0x39,_0x1fe27d:0x245,_0x258a26:0x21a,_0x575cf6:0x222,_0x2262b0:0x140,_0x1b66d4:0x21c,_0x379406:0x14b,_0x44dd06:0x146,_0x26039e:0x1a4,_0x252f5f:0x1c0,_0x32eb9c:0x2d0,_0x2502a5:0xe4,_0x447720:0x219,_0x4d8a0c:0x17c,_0x3bea1e:0x144,_0x253341:0x17f,_0x150a55:0x194,_0x5a1dd5:0x159,_0x392b2b:0x193,_0x3d8003:0x205,_0x1a3e67:0x1a5,_0x37b7aa:0x202,_0x42a23d:0x1ce,_0x2407be:0xf5,_0x5af854:0xc4,_0x3db670:0x9b,_0x56e141:0x2e5,_0x5a3144:0x206,_0x5e3076:0x265,_0x52d7f2:0x15c,_0x570be4:0x1b1,_0x1ac94a:0x1d6,_0x25882d:0x1f7,_0x4ec081:0x240,_0x1bbedd:0x256,_0x380c11:0x1eb,_0x22a222:0x102,_0x2dde90:0x113,_0x3ba99b:0x225,_0x50f92f:0x1f5,_0x4be476:0xec,_0x216c79:0x187,_0x240df5:0x1a4,_0x59a7e5:0x1c1,_0x1f1b03:0x160,_0x27cfd3:0x1b0,_0x41acf0:0x49,_0x56d11e:0x2a,_0x163788:0x107,_0x37becd:0x73,_0x4dc18f:0x187,_0x169eb2:0x21c,_0x4a78fd:0x59,_0x18e05e:0x1c,_0x4b0ed8:0x53,_0x5e8c3b:0x1a7,_0x11d931:0x187,_0xe774d1:0xd7,_0x20f406:0x210,_0x62539f:0x196,_0xba0c0d:0x25c,_0x42d473:0x28b,_0x308404:0xb4,_0x61a8e2:0x7c,_0x4e74e4:0x95,_0x574dd4:0x2f,_0x212263:0x10e,_0x35d2b1:0x188,_0x50f419:0xfa,_0x561ed0:0x103,_0x2d91cf:0x79,_0x466ac0:0xe6,_0x27c4c5:0x11b,_0x3f5010:0x7e,_0xeb8d34:0x56,_0x271311:0x67,_0x5ac937:0xd8,_0x2e2123:0x16a,_0x51f9c5:0x106,_0x7f4bd2:0xf3,_0xf2e217:0x3e,_0x160a89:0xa9,_0x5a114d:0x98,_0x57ec4e:0x35,_0x4c2667:0x20,_0x422f1e:0x1bc,_0x4c79bc:0x101,_0x3519f0:0x198,_0x1c6252:0x1b8,_0x4c6f12:0x1d5,_0x527200:0x225,_0x50937e:0x1b3,_0x7de91d:0x222,_0x50e64f:0x191,_0x3feeba:0xd,_0x2463db:0x11,_0xf1c425:0xcd,_0x52a261:0xb8,_0x21e5bd:0xba,_0x1fa385:0x5b,_0x5312b9:0x13f,_0x1fac7f:0x19b,_0x1fa9e5:0x117,_0x165749:0x16a,_0x4885eb:0x12e,_0x760434:0x18d,_0x5e6813:0x124,_0x2a5bd2:0xb9,_0x4abd7f:0x25f,_0x167bce:0x209,_0x2f2d4b:0x25e,_0x52f156:0x135,_0x31e023:0x1e2,_0x46b7ea:0x27e,_0x29e08a:0x21d,_0x5e4a47:0x294,_0xfbe004:0x235,_0x5cb6ca:0xed,_0x27eb8a:0x152,_0x22b715:0x195,_0x1e7555:0x44,_0x32af25:0x1e4,_0x433fa0:0x230,_0xb72964:0x286,_0x3d10f2:0x2ca,_0x10cfa4:0x22c,_0x380f60:0x25,_0x3ed78e:0x18e,_0x427f3f:0x17b,_0x51a238:0x152,_0x135e39:0x313,_0x5ebb00:0x287,_0x6a485d:0x1e,_0x503aa6:0x64,_0x4c8473:0x4d,_0x437389:0x1ed,_0x2d793f:0x86,_0x8c79a2:0x9e,_0x26efa1:0x24b,_0x4dc6a8:0x259,_0x10d29c:0x246,_0x18b1b4:0x65,_0x1ab693:0x1f,_0x519090:0x5d,_0x5ed816:0x63,_0x1c087b:0x9d,_0x536b50:0x10f,_0x46dc04:0x2b,_0xf673db:0x1a6,_0x11307c:0x1b2,_0x20eb0b:0x1f6,_0x571b34:0x166},_0x56e6ad={_0x41d9a2:0x21b,_0x11eb81:0x22a,_0x3dfeca:0x1e1},_0x48dd7d={_0x2f65f9:0x1c3,_0x5d1492:0x105,_0x3ffe8c:0x1d5},_0x3d00b4={_0x5c9228:0x104,_0x4d9dd0:0x136,_0x462d06:0x415},_0x382218={_0xba8376:0x1eb,_0x469180:0x1fc,_0x5531d7:0x1d7,_0xa16d46:0x46f,_0x20e29f:0x4f2,_0x7acd82:0x3a0,_0x129e2d:0x35b,_0xbff8d3:0x399,_0x538d54:0x1d9,_0x26e344:0x1be,_0x2e2d30:0x1e8,_0x1c702d:0x16b,_0x10cbe5:0x4a9,_0x4f2225:0x46b,_0x39262e:0x18f,_0x128c92:0x3da,_0x35b6f3:0x430,_0x4f2f09:0x136,_0x643956:0x45a,_0x1739e9:0x3fb,_0x4cbea7:0x48e,_0x8fac16:0x3d1,_0x2e14c9:0x35d},_0x26bae4={_0x3d7375:0x32},_0x84caf={_0x1507b5:0x1b4},_0x26d10c={_0x559b55:0xb1},_0x52f386={'ujxFs':_0x26e9fc(-0xe7,-0x10a,-0x179,-0x12e),'lcBUE':function(_0xe72d9c,_0x30e7){return _0xe72d9c(_0x30e7);},'iZalI':_0x26e9fc(-_0x43f22f._0x56a258,-0x216,-0x20b,-_0x43f22f._0x3d2dd4),'ozSoH':function(_0x4c5b15,_0x5841cc,_0x437a9a){return _0x4c5b15(_0x5841cc,_0x437a9a);},'ffMCn':_0xa7c377(0x147,_0x43f22f._0x47e8c2,_0x43f22f._0x5d5fa5,0x13d),'ZjEAl':function(_0x158754,_0x3dadc3){return _0x158754===_0x3dadc3;},'gPmcX':_0x26e9fc(-0x1f5,-0x1ba,-0x1a9,-0x1b9),'hjumR':'XRBIL','STnxS':function(_0x182ff2,_0xe9978d){return _0x182ff2>_0xe9978d;},'bBnzM':function(_0x4624f1,_0x565e90){return _0x4624f1-_0x565e90;},'LgGcL':_0x26e9fc(-_0x43f22f._0x1fe27d,-_0x43f22f._0x258a26,-_0x43f22f._0x575cf6,-0x1b2),'DAqnU':function(_0x5af9fa,_0x57226f){return _0x5af9fa(_0x57226f);},'dsCkd':function(_0x13ab21,_0x45a063){return _0x13ab21(_0x45a063);},'lugGv':_0xa7c377(0x5e,0xb6,0xff,_0x43f22f._0x2262b0),'OQOwl':_0x26e9fc(-_0x43f22f._0x1b66d4,-_0x43f22f._0x379406,-0x1c8,-_0x43f22f._0x44dd06),'QmJiJ':function(_0x1bd4bb,_0xfe967e){return _0x1bd4bb===_0xfe967e;},'MiGpo':_0x26e9fc(-_0x43f22f._0x26039e,-0x154,-_0x43f22f._0x252f5f,-0x20f),'cEwFX':'EoFMN','wNcEp':function(_0x8a375e,_0x56154b){return _0x8a375e!==_0x56154b;},'OrHlY':_0x26e9fc(-_0x43f22f._0x32eb9c,-0x311,-0x280,-0x26c),'vdgBC':_0x26e9fc(-_0x43f22f._0x2502a5,-_0x43f22f._0x447720,-_0x43f22f._0x4d8a0c,-_0x43f22f._0x3bea1e),'kWREN':function(_0xd32270,_0x25a950,_0x487870){return _0xd32270(_0x25a950,_0x487870);},'KZCbD':'TaeCi','DmKhe':_0xa7c377(-0x6c,0x18,-0x87,0x25)+_0x26e9fc(-_0x43f22f._0x253341,-0x161,-_0x43f22f._0x150a55,-_0x43f22f._0x5a1dd5)+_0x26e9fc(-0x22c,-_0x43f22f._0x392b2b,-_0x43f22f._0x3d8003,-0x1cb)+'\x20stop)\x20---'+'\x0a','EGDuT':'SIGINT','wQeDG':function(_0x234a59,_0x4a8a1c){return _0x234a59!==_0x4a8a1c;},'HJThX':_0x26e9fc(-_0x43f22f._0x1a3e67,-0x25d,-_0x43f22f._0x37b7aa,-_0x43f22f._0x42a23d),'lnYVj':function(_0x1a202c,_0x545dd6){return _0x1a202c===_0x545dd6;},'nShno':'ALvww','ivdfw':_0xa7c377(0x172,_0x43f22f._0x2407be,_0x43f22f._0x5af854,_0x43f22f._0x3db670),'gsloa':_0x26e9fc(-0x2b2,-_0x43f22f._0x56e141,-0x25d,-_0x43f22f._0x5a3144)+_0x26e9fc(-_0x43f22f._0x5e3076,-_0x43f22f._0x392b2b,-0x1e9,-_0x43f22f._0x52d7f2),'WFFLl':'Server\x20may'+_0x26e9fc(-_0x43f22f._0x570be4,-_0x43f22f._0x1ac94a,-0x1cc,-0x1be)+_0x26e9fc(-_0x43f22f._0x25882d,-_0x43f22f._0x4ec081,-_0x43f22f._0x1bbedd,-_0x43f22f._0x380c11)+_0xa7c377(0xc5,_0x43f22f._0x22a222,0x10d,_0x43f22f._0x2dde90)+'was\x20starte'+_0x26e9fc(-0x201,-0x1cf,-_0x43f22f._0x3ba99b,-_0x43f22f._0x50f92f)+_0xa7c377(0x197,0x13c,_0x43f22f._0x4be476,_0x43f22f._0x216c79)};function _0x26e9fc(_0x38a2fb,_0xc2c639,_0x35c135,_0xbf0954){return _0x53b925(_0x35c135- -0x2b8,_0xc2c639-0x43,_0x35c135-_0x26d10c._0x559b55,_0xbf0954);}let _0xec827e=![];function _0xa7c377(_0x4d3632,_0x31dfed,_0x353cc3,_0x4b5be3){return _0x45a221(_0x31dfed-0x41,_0x31dfed-_0x84caf._0x1507b5,_0x4d3632,_0x4b5be3-0x17b);}let _0x28f306=null;for(const _0xe2b735 of _0x1b112d){if(_0x52f386['ZjEAl'](_0x52f386[_0x26e9fc(-_0x43f22f._0x240df5,-_0x43f22f._0x59a7e5,-_0x43f22f._0x1f1b03,-_0x43f22f._0x27cfd3)],'ruzvp')){if(_0x52f386['ZjEAl'](_0xe2b735,_0x52f386['OQOwl'])||_0x52f386['ZjEAl'](_0xe2b735,'-f'))_0x52f386[_0xa7c377(0x6d,_0x43f22f._0x41acf0,0xa0,-_0x43f22f._0x56d11e)](_0x52f386[_0xa7c377(0xb2,_0x43f22f._0x163788,_0x43f22f._0x37becd,0x91)],_0x52f386[_0x26e9fc(-0x190,-_0x43f22f._0x4dc18f,-_0x43f22f._0x169eb2,-0x1b0)])?(_0x3f92e0[_0xa7c377(-_0x43f22f._0x4a78fd,_0x43f22f._0x18e05e,-_0x43f22f._0x4b0ed8,-0x3c)](_0x43572b,0x1ee7+-0x12b2+-0xc35),_0x5c157a['log'](_0xa7c377(_0x43f22f._0x5e8c3b,0x13f,0x126,_0x43f22f._0x11d931)+_0xa7c377(0xeb,0x73,_0x43f22f._0xe774d1,0x109)+_0x26e9fc(-0x1b3,-_0x43f22f._0x20f406,-_0x43f22f._0x62539f,-0x21d)+',\x20forcing.'+'..'),_0x53c0fd[_0x26e9fc(-0x24f,-_0x43f22f._0xba0c0d,-_0x43f22f._0x42d473,-0x312)](_0x2243e1,_0x52f386[_0xa7c377(_0x43f22f._0x308404,_0x43f22f._0x61a8e2,0xc4,_0x43f22f._0x3db670)])):_0xec827e=!![];else{if(_0xe2b735[_0xa7c377(_0x43f22f._0x4e74e4,_0x43f22f._0x574dd4,0xcb,0x69)](_0x52f386['ffMCn'])){if(_0x52f386[_0xa7c377(0xa4,0x8e,0x11,_0x43f22f._0x212263)](_0x52f386[_0xa7c377(_0x43f22f._0x35d2b1,_0x43f22f._0x50f419,_0x43f22f._0x561ed0,0x121)],_0x52f386[_0xa7c377(-0xb,_0x43f22f._0x2d91cf,-0x1d,_0x43f22f._0x466ac0)]))_0x28f306=_0x52f386[_0xa7c377(_0x43f22f._0x27c4c5,_0x43f22f._0x3f5010,_0x43f22f._0xeb8d34,_0x43f22f._0x271311)](parseInt,_0xe2b735[_0x26e9fc(-0x1c3,-_0x43f22f._0x5ac937,-_0x43f22f._0x2e2123,-_0x43f22f._0x51f9c5)](_0x52f386[_0xa7c377(_0x43f22f._0x7f4bd2,0x124,0xd7,0x1c0)]['length']),0x3*0xc83+-0x1a77*-0x1+0xaa9*-0x6);else{_0x3ac7c5[_0xa7c377(0x7c,_0x43f22f._0xf2e217,_0x43f22f._0x160a89,_0x43f22f._0x5a114d)]();const _0x59df7e={};_0x59df7e[_0xa7c377(-0x45,_0x43f22f._0x57ec4e,-0x20,_0x43f22f._0x4c2667)]=![],_0x52f386[_0x26e9fc(-0x207,-_0x43f22f._0x422f1e,-0x22c,-0x27b)](_0x3ecf89,_0x59df7e);}}}}else _0x1dac69[_0xa7c377(0x18e,_0x43f22f._0x4c79bc,0x92,0x187)](_0x52f386[_0x26e9fc(-0x208,-_0x43f22f._0x3519f0,-_0x43f22f._0x1c6252,-0x172)]);}try{const _0x45a9a4=await _0x251873[_0x26e9fc(-0x1df,-0x13c,-_0x43f22f._0x4c6f12,-_0x43f22f._0x527200)](LOG_FILE,_0x26e9fc(-0x185,-_0x43f22f._0x50937e,-_0x43f22f._0x7de91d,-_0x43f22f._0x50e64f)),_0x2a5ec3=_0x45a9a4['split']('\x0a');_0x28f306?_0x52f386[_0xa7c377(0xa2,_0x43f22f._0x3feeba,_0x43f22f._0x2463db,0x8)](_0x52f386[_0xa7c377(_0x43f22f._0xf1c425,_0x43f22f._0x52a261,_0x43f22f._0x21e5bd,_0x43f22f._0x1fa385)],'FRBFF')?_0x21e725=_0x52f386[_0x26e9fc(-_0x43f22f._0x379406,-_0x43f22f._0x5312b9,-_0x43f22f._0x1fac7f,-_0x43f22f._0x1fa9e5)](_0x32bffa,_0x1e9687[_0x26e9fc(-0xda,-0x131,-_0x43f22f._0x165749,-_0x43f22f._0x4885eb)](_0x52f386[_0xa7c377(_0x43f22f._0x760434,_0x43f22f._0x5e6813,_0x43f22f._0x2a5bd2,0x98)]['length']),0x261*0x2+-0x73+0x445*-0x1):console['log'](_0x2a5ec3[_0x26e9fc(-_0x43f22f._0x4abd7f,-_0x43f22f._0x42a23d,-_0x43f22f._0x167bce,-_0x43f22f._0x2f2d4b)](-_0x28f306)[_0x26e9fc(-0x146,-_0x43f22f._0x52f156,-_0x43f22f._0x3d2dd4,-0x1ed)]('\x0a')):console[_0x26e9fc(-_0x43f22f._0x31e023,-_0x43f22f._0x46b7ea,-0x21d,-0x1c5)](_0x45a9a4);if(_0xec827e){console[_0x26e9fc(-0x1e8,-0x1b7,-_0x43f22f._0x29e08a,-0x258)](_0x52f386[_0x26e9fc(-0x23a,-_0x43f22f._0x5e4a47,-0x215,-0x290)]);let _0x5386e4=(await _0x251873[_0x26e9fc(-0x2ee,-_0x43f22f._0xfbe004,-0x297,-0x212)](LOG_FILE))[_0xa7c377(_0x43f22f._0x5cb6ca,0x114,_0x43f22f._0x27eb8a,_0x43f22f._0x22b715)];const _0x44df7b=setInterval(async()=>{const _0x73a6f7={_0x50b9b3:0x362};function _0x3e61cb(_0x3072c6,_0x3ddde8,_0x4e3875,_0x873d07){return _0xa7c377(_0x3072c6,_0x4e3875-_0x73a6f7._0x50b9b3,_0x4e3875-0x128,_0x873d07-0x24);}function _0x337396(_0x1d9f06,_0x366eb3,_0x46a328,_0x1a6e82){return _0x26e9fc(_0x1d9f06-0x46,_0x366eb3-0xbe,_0x366eb3-_0x26bae4._0x3d7375,_0x1a6e82);}try{if(_0x52f386['ZjEAl'](_0x52f386[_0x3e61cb(0x3b9,0x413,0x425,0x3ac)],_0x52f386['hjumR']))_0x3a8edc[_0x337396(-0x18e,-_0x382218._0xba8376,-0x267,-0x197)](_0x176492[_0x337396(-_0x382218._0x469180,-_0x382218._0x5531d7,-0x269,-0x151)](-_0x461d14)['join']('\x0a'));else{const _0x3fe123=(await _0x251873[_0x337396(-0x2bd,-0x265,-0x234,-0x213)](LOG_FILE))[_0x3e61cb(_0x382218._0xa16d46,_0x382218._0x20e29f,0x476,0x45e)];if(_0x52f386[_0x3e61cb(0x311,_0x382218._0x7acd82,0x38a,0x3fe)](_0x3fe123,_0x5386e4)){const _0x321ce6=await _0x251873[_0x3e61cb(0x31b,_0x382218._0x129e2d,_0x382218._0xbff8d3,0x3c8)](LOG_FILE,'r'),_0x39e541=Buffer[_0x337396(-_0x382218._0x538d54,-_0x382218._0x26e344,-0x1f5,-0x21c)](_0x52f386[_0x337396(-_0x382218._0x2e2d30,-0x18a,-0x161,-_0x382218._0x1c702d)](_0x3fe123,_0x5386e4));await _0x321ce6[_0x3e61cb(0x491,_0x382218._0x10cbe5,0x47a,_0x382218._0x4f2225)](_0x39e541,-0x10b5+0xa83+0x632,_0x39e541[_0x337396(-0x219,-_0x382218._0x39262e,-0x1c7,-0xfa)],_0x5386e4),await _0x321ce6['close'](),process['stdout'][_0x3e61cb(0x452,_0x382218._0x128c92,_0x382218._0x35b6f3,0x3e2)](_0x39e541[_0x337396(-0x188,-0x1a0,-_0x382218._0x4f2f09,-0x190)](_0x52f386[_0x3e61cb(0x369,_0x382218._0x643956,_0x382218._0x1739e9,_0x382218._0x4cbea7)])),_0x5386e4=_0x3fe123;}}}catch(_0x145653){_0x52f386[_0x3e61cb(_0x382218._0x643956,0x436,_0x382218._0x8fac16,_0x382218._0x2e14c9)](clearInterval,_0x44df7b);}},0x7a*0x22+0x1dc5+-0x3b*0xbf);process['on'](_0x52f386[_0xa7c377(0x105,0xe0,0x162,_0x43f22f._0x2407be)],()=>{function _0x1f26f7(_0x296cf2,_0x4d25cd,_0xc478b3,_0x5e843a){return _0x26e9fc(_0x296cf2-_0x3d00b4._0x5c9228,_0x4d25cd-_0x3d00b4._0x4d9dd0,_0xc478b3-_0x3d00b4._0x462d06,_0x296cf2);}_0x52f386[_0x1f26f7(_0x56e6ad._0x41d9a2,0x22f,_0x56e6ad._0x11eb81,0x27e)](clearInterval,_0x44df7b);function _0x35440d(_0x58d0d3,_0x88467a,_0x4cbdba,_0x2a3470){return _0xa7c377(_0x4cbdba,_0x88467a-_0x48dd7d._0x2f65f9,_0x4cbdba-_0x48dd7d._0x5d1492,_0x2a3470-_0x48dd7d._0x3ffe8c);}process[_0x35440d(0x24c,_0x56e6ad._0x3dfeca,0x155,0x165)](0x1751*0x1+0x835*-0x3+0x14e);});}}catch(_0x59045b){_0x52f386['wQeDG'](_0x52f386[_0xa7c377(0x13e,0xcb,0xdd,_0x43f22f._0x1e7555)],_0x26e9fc(-0x24f,-_0x43f22f._0x32af25,-0x202,-_0x43f22f._0x433fa0))?_0x52f386[_0x26e9fc(-_0x43f22f._0xb72964,-_0x43f22f._0x3d10f2,-_0x43f22f._0x10cfa4,-0x21b)](_0x4ac806,_0x16a1ad):_0x52f386[_0xa7c377(-0x8,0xd,_0x43f22f._0x380f60,-_0x43f22f._0x4a78fd)](_0x59045b[_0x26e9fc(-_0x43f22f._0x3ed78e,-0x1a7,-_0x43f22f._0x427f3f,-0x179)],_0x26e9fc(-_0x43f22f._0x51a238,-0x1bc,-0x19e,-0x219))?_0x52f386[_0x26e9fc(-_0x43f22f._0x135e39,-0x286,-_0x43f22f._0x5ebb00,-0x2c7)](_0x52f386[_0xa7c377(-_0x43f22f._0x6a485d,_0x43f22f._0x503aa6,0x8a,_0x43f22f._0x4c8473)],_0x52f386[_0x26e9fc(-0x254,-0x169,-_0x43f22f._0x437389,-0x1bb)])?_0xc66582[_0xa7c377(0xa2,_0x43f22f._0x2d793f,0x98,_0x43f22f._0x8c79a2)](_0x26e9fc(-_0x43f22f._0x26efa1,-0x1c4,-0x1d6,-0x16a)+_0x26e9fc(-0x2d2,-_0x43f22f._0x169eb2,-_0x43f22f._0x4dc6a8,-_0x43f22f._0x10d29c)+_0x2beacb['message']):(console['log'](_0x52f386[_0xa7c377(_0x43f22f._0x18b1b4,_0x43f22f._0x1ab693,-_0x43f22f._0x519090,-_0x43f22f._0x5ed816)]),console[_0xa7c377(_0x43f22f._0x1c087b,0x8a,_0x43f22f._0x536b50,0xb)](_0x52f386['WFFLl'])):console[_0xa7c377(_0x43f22f._0x46dc04,0x86,0x10c,-0x6)](_0x26e9fc(-_0x43f22f._0xf673db,-0x242,-0x1d6,-0x264)+'ing\x20logs:\x20'+_0x59045b[_0x26e9fc(-_0x43f22f._0x11307c,-0x27c,-_0x43f22f._0x20eb0b,-_0x43f22f._0x571b34)]);}}export async function restartServer(_0x2e61dc){const _0x20b1e6={_0x2911f3:0x211,_0x3b0376:0x1ab,_0x383142:0x24f,_0x13b837:0x174,_0x546982:0x136,_0x4ac461:0x207,_0x181f60:0x20d,_0x199189:0x1ec,_0x26d72a:0x25b,_0x512a90:0x23b,_0x42330f:0x18c,_0x3003f8:0x27f,_0x53c183:0x1ec,_0x2169c5:0x29f,_0x5a05fb:0x2a3,_0xeb55f9:0x2c2,_0xd5bc29:0x262,_0x1f9ee3:0xee},_0x2cfb83={_0x532585:0x2ec,_0x45fefd:0x15f,_0x226389:0x13f};function _0xf82ea7(_0x20b135,_0xda689a,_0xac6d74,_0x122de7){return _0x45a221(_0xac6d74-0x1a3,_0xda689a-0xe5,_0xda689a,_0x122de7-0x118);}const _0x15d037={'NvndD':function(_0x2fa279){return _0x2fa279();},'DOTNv':_0x1119b6(-0x29b,-_0x20b1e6._0x2911f3,-_0x20b1e6._0x3b0376,-_0x20b1e6._0x383142)+_0xf82ea7(0x105,0x13e,_0x20b1e6._0x13b837,_0x20b1e6._0x546982),'hirQD':'Starting\x20s'+'erver...','RBgMe':function(_0x241751,_0xaaa837){return _0x241751(_0xaaa837);}};function _0x1119b6(_0x376531,_0x4c00cb,_0x1ba658,_0x57f473){return _0x45a221(_0x4c00cb- -_0x2cfb83._0x532585,_0x4c00cb-_0x2cfb83._0x45fefd,_0x376531,_0x57f473-_0x2cfb83._0x226389);}const {running:_0x41c931}=await _0x15d037[_0x1119b6(-_0x20b1e6._0x4ac461,-_0x20b1e6._0x181f60,-0x28e,-0x234)](isServerRunning);_0x41c931&&(console[_0xf82ea7(0x213,0x280,_0x20b1e6._0x199189,_0x20b1e6._0x26d72a)](_0x15d037[_0xf82ea7(0x217,0x15a,0x1a2,_0x20b1e6._0x512a90)]),await stopServer(),console[_0xf82ea7(_0x20b1e6._0x42330f,_0x20b1e6._0x3003f8,_0x20b1e6._0x53c183,0x17c)]('')),console[_0x1119b6(-_0x20b1e6._0x2169c5,-_0x20b1e6._0x5a05fb,-0x264,-0x27f)](_0x15d037[_0x1119b6(-0x2bd,-_0x20b1e6._0xeb55f9,-_0x20b1e6._0xd5bc29,-0x283)]),await _0x15d037[_0xf82ea7(0x1eb,0x19f,0x185,_0x20b1e6._0x1f9ee3)](startDaemon,_0x2e61dc);}
|
|
1
|
+
(function(_0x8dc60f,_0x311b33){const _0x5b86ee={_0x286f4e:0x134,_0x216e23:0x1b8,_0x2621ae:0x17d,_0x13a311:0x10c,_0x35163c:0x9c,_0xf44168:0xfb,_0x5bc37c:0x1e2,_0x4ed254:0x1f4,_0x211245:0x250,_0xa3dff2:0x278,_0x562df8:0x214,_0x1226f9:0x296,_0x4ae7f2:0x200,_0x18a02c:0x268,_0x241889:0x27d,_0x5a6061:0x25e,_0x102d8d:0x244,_0x277d5d:0x22c,_0x49fdf3:0x267,_0xcb4297:0x254};function _0x69340(_0x4fcbe8,_0x23594a,_0x388860,_0x4d9ec7){return _0x3aec(_0x388860- -0x61,_0x4fcbe8);}function _0x1682c1(_0x238937,_0x527dfc,_0x260fae,_0xc26a13){return _0x3aec(_0x238937- -0xff,_0xc26a13);}const _0x4e0fb6=_0x8dc60f();while(!![]){try{const _0x170ac5=parseInt(_0x69340(_0x5b86ee._0x286f4e,0x166,0x1c3,_0x5b86ee._0x216e23))/(-0x1b82+0x7c*0x23+0xa8f)*(-parseInt(_0x69340(0x24a,_0x5b86ee._0x2621ae,0x203,0x245))/(-0x1dac+0x1433+0x97b))+-parseInt(_0x1682c1(_0x5b86ee._0x13a311,_0x5b86ee._0x35163c,0x86,_0x5b86ee._0xf44168))/(-0x1a0f*-0x1+-0x9fb+-0x1011)*(parseInt(_0x1682c1(_0x5b86ee._0x5bc37c,0x215,0x25d,0x227))/(-0x1*0x3f2+-0x173*0x3+0x1*0x84f))+parseInt(_0x69340(_0x5b86ee._0x4ed254,_0x5b86ee._0x211245,0x20c,_0x5b86ee._0xa3dff2))/(0xe0e*-0x1+0x1*0x113f+0x196*-0x2)*(-parseInt(_0x69340(0x2c4,_0x5b86ee._0x562df8,0x259,_0x5b86ee._0x1226f9))/(0x2086+-0x7*0x53+-0x47*0x6d))+parseInt(_0x69340(0x1b8,_0x5b86ee._0x4ae7f2,0x248,0x1ef))/(0x226b+-0x264b*-0x1+-0x48af)+parseInt(_0x69340(_0x5b86ee._0x18a02c,0x1f4,_0x5b86ee._0x241889,0x1ef))/(0x1f*0x29+-0x1*-0x805+-0xcf4)+-parseInt(_0x69340(_0x5b86ee._0x5a6061,_0x5b86ee._0x102d8d,0x1db,_0x5b86ee._0x277d5d))/(0x41a+0x5c*-0x38+0x100f)*(-parseInt(_0x69340(0x1cf,_0x5b86ee._0x49fdf3,_0x5b86ee._0xcb4297,0x1e9))/(-0x1114*-0x1+-0x734*-0x4+-0x2dda))+parseInt(_0x1682c1(0x186,0x1c9,0x1f0,0x18e))/(-0x469+0x3b0*0x1+0xc4);if(_0x170ac5===_0x311b33)break;else _0x4e0fb6['push'](_0x4e0fb6['shift']());}catch(_0x4fb2f1){_0x4e0fb6['push'](_0x4e0fb6['shift']());}}}(_0x3150,-0x4432f+0xc4a7+0x6ea1e));import{spawn}from'child_process';function _0x3aec(_0x8a570b,_0x38710e){_0x8a570b=_0x8a570b-(0x1*-0xf3e+-0x2*-0x1c3+0xd86*0x1);const _0x2b5ea9=_0x3150();let _0x533593=_0x2b5ea9[_0x8a570b];if(_0x3aec['LMcSXo']===undefined){var _0xdfc883=function(_0x75b33c){const _0x524e55='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xff3163='',_0x169343='';for(let _0x40790a=0x1066*-0x1+-0x1a*-0x12d+-0xe2c,_0x5a2b2a,_0x5850c7,_0x3c146a=-0x109+-0x23*0xf3+-0x2242*-0x1;_0x5850c7=_0x75b33c['charAt'](_0x3c146a++);~_0x5850c7&&(_0x5a2b2a=_0x40790a%(-0x6f1*-0x5+0x5*-0x5c8+-0x5c9)?_0x5a2b2a*(-0x1*-0x2056+-0x2*-0x81a+0x7*-0x6e6)+_0x5850c7:_0x5850c7,_0x40790a++%(0x2*0xbf7+0x277*0xd+-0x37f5))?_0xff3163+=String['fromCharCode'](-0x709*0x2+0x84f*-0x1+0x160*0x11&_0x5a2b2a>>(-(0x265b*0x1+0x2*0xc4b+-0x3eef)*_0x40790a&0x1d*-0x113+-0x2592+0x44bf)):-0x449*-0x8+0xcb8+-0x80*0x5e){_0x5850c7=_0x524e55['indexOf'](_0x5850c7);}for(let _0x1beaba=-0x1*0x1375+0x1*-0x22be+-0x5*-0xad7,_0x350029=_0xff3163['length'];_0x1beaba<_0x350029;_0x1beaba++){_0x169343+='%'+('00'+_0xff3163['charCodeAt'](_0x1beaba)['toString'](-0x7f*0x41+0x494+-0x1f*-0xe5))['slice'](-(-0x1b5e*0x1+-0x7d*0x28+-0x9e*-0x4c));}return decodeURIComponent(_0x169343);};_0x3aec['DGSpPZ']=_0xdfc883,_0x3aec['BmzKzp']={},_0x3aec['LMcSXo']=!![];}const _0x395b76=_0x2b5ea9[-0x112d+0x298+0xe95],_0x2348c9=_0x8a570b+_0x395b76,_0x839973=_0x3aec['BmzKzp'][_0x2348c9];return!_0x839973?(_0x533593=_0x3aec['DGSpPZ'](_0x533593),_0x3aec['BmzKzp'][_0x2348c9]=_0x533593):_0x533593=_0x839973,_0x533593;}import{promises as _0xbad890}from'fs';import _0x3d00b8 from'path';import _0x4a1931 from'os';import _0x5d3785 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';function _0x267224(_0x2c2d6a,_0x1f244e,_0x1e5c41,_0x22985d){return _0x3aec(_0x1e5c41-0x136,_0x1f244e);}const __filename=fileURLToPath(import.meta.url),__dirname=_0x3d00b8[_0x267224(0x2a8,0x316,0x32e,0x31f)](__filename),PID_FILE=_0x3d00b8[_0x267224(0x3fb,0x332,0x3b0,0x43d)](_0x4a1931[_0x18a9d5(0xbb,0x1a0,0x116,0xf5)](),_0x267224(0x389,0x31b,0x374,0x378),_0x267224(0x3c3,0x401,0x3b7,0x3e8)),LOG_FILE=_0x3d00b8[_0x18a9d5(0xde,0xaa,0x109,0x165)](_0x4a1931[_0x18a9d5(0x86,0x189,0x116,0x113)](),_0x267224(0x2f3,0x3dc,0x374,0x3cc),_0x267224(0x439,0x3cf,0x3bc,0x3ba));export async function isServerRunning(){const _0x397a62={_0x5a65fa:0x2ef,_0x40d3ba:0x31c,_0x1d2ed9:0x36e,_0x215b2e:0x29a,_0x2d5fa6:0x18d,_0x338685:0x15e,_0x1b78fd:0x1e2,_0x5a356a:0xf3,_0x5c368d:0xa0,_0x470b8b:0x329,_0x216b9a:0x1,_0x33a15d:0x106,_0x5196a3:0x8e,_0x24f20b:0xb6,_0x2dbf21:0xec,_0x50d280:0x118,_0x4be9ee:0x19b,_0x5050ff:0x304,_0x306a10:0x31d,_0x4f2a83:0x39d,_0x5208fc:0x382,_0x3e62a4:0x60,_0x18c93a:0x4c,_0x13a0de:0xd5,_0x35cc77:0x388,_0xed9a1b:0x2f7,_0x73e614:0xa7,_0x20991c:0x82,_0x1cbba7:0xbc,_0x396691:0x431,_0xce1d0e:0x3e3,_0x4dc59b:0x411,_0x283007:0x3e5,_0x21d1e1:0x46e,_0xe685fb:0x301,_0x5ead18:0x352,_0x2e7c87:0x384,_0xb2f268:0x2d3,_0xf372cf:0x16d,_0x3eb3f9:0x196,_0x37ed38:0x197,_0x570ac2:0x2b3,_0x3caf5b:0x284,_0x50420d:0x2da,_0x5a877d:0x2ee,_0x1e8bd3:0x34d,_0x1f43cf:0x337,_0x327c36:0x3fc,_0x502937:0x3b7,_0x3baeb0:0x313,_0x2d5c05:0x368,_0x5030cb:0x39f,_0x1e4fca:0x2ec,_0x619f81:0x2ed,_0x4fb665:0x3ee,_0x19bd3d:0xef,_0x52714c:0x17a,_0x386761:0x358,_0x2bb687:0x349},_0x2c0547={_0x24e38a:0x27,_0xdc476c:0x27f},_0x461c81={_0x393269:0x3e},_0x326f28={'VAnby':'\x20\x20coder-se'+_0x4f6bc7(0x336,0x301,_0x397a62._0x5a65fa,0x310)+_0x4f6bc7(0x2ef,0x362,0x2e0,0x2f1)+'ath=/path/'+_0x4f6bc7(_0x397a62._0x40d3ba,0x39b,_0x397a62._0x1d2ed9,_0x397a62._0x215b2e)+_0x7f7345(0x12c,_0x397a62._0x2d5fa6,_0x397a62._0x338685,_0x397a62._0x1b78fd),'zXcuT':function(_0x2dee0e,_0x113651,_0x459c61){return _0x2dee0e(_0x113651,_0x459c61);},'rgPXk':_0x7f7345(0x109,_0x397a62._0x5a356a,0xfb,_0x397a62._0x5c368d),'TqIXI':'rxVFT','vxlWt':_0x4f6bc7(_0x397a62._0x470b8b,0x355,0x2a0,0x380),'TEFnv':_0x7f7345(-_0x397a62._0x216b9a,_0x397a62._0x33a15d,_0x397a62._0x5196a3,_0x397a62._0x24f20b)};function _0x7f7345(_0x404476,_0x2cbfe3,_0x12689d,_0x595436){return _0x267224(_0x404476-_0x461c81._0x393269,_0x595436,_0x12689d- -0x2aa,_0x595436-0xf5);}function _0x4f6bc7(_0x2f40ea,_0xbe3ea0,_0xb19e2c,_0x596e1f){return _0x18a9d5(_0x596e1f,_0xbe3ea0-_0x2c0547._0x24e38a,_0x2f40ea-_0x2c0547._0xdc476c,_0x596e1f-0x0);}try{if(_0x326f28[_0x7f7345(_0x397a62._0x2dbf21,0xfd,_0x397a62._0x50d280,_0x397a62._0x4be9ee)]!==_0x326f28['TqIXI'])_0x233b60[_0x4f6bc7(_0x397a62._0x5050ff,0x2ab,0x2a2,_0x397a62._0x306a10)](_0x4f6bc7(0x342,_0x397a62._0x4f2a83,_0x397a62._0x5208fc,0x310)+_0x7f7345(_0x397a62._0x3e62a4,_0x397a62._0x18c93a,_0x397a62._0x13a0de,0xe2)+_0x4f6bc7(0x349,0x35b,0x3ce,0x3d5)+_0x4f6bc7(0x2fe,_0x397a62._0x35cc77,0x277,_0x397a62._0xed9a1b)),_0x4ad9aa[_0x7f7345(_0x397a62._0x73e614,0x38,_0x397a62._0x20991c,_0x397a62._0x1cbba7)](_0x326f28['VAnby']);else{const _0x5a55cd=await _0xbad890[_0x4f6bc7(0x3e4,_0x397a62._0x396691,0x3d4,0x445)](PID_FILE,_0x326f28[_0x4f6bc7(0x3a7,0x375,0x3de,_0x397a62._0xce1d0e)]),_0x542b65=_0x326f28[_0x4f6bc7(0x3ad,0x344,_0x397a62._0x4dc59b,0x355)](parseInt,_0x5a55cd[_0x4f6bc7(_0x397a62._0x283007,_0x397a62._0x21d1e1,0x466,0x46e)](),-0x40e*-0x1+0xa7b+-0xe7f);try{process[_0x4f6bc7(_0x397a62._0xe685fb,_0x397a62._0x5ead18,_0x397a62._0x2e7c87,_0x397a62._0xb2f268)](_0x542b65,0xd3*0xb+0x233a+-0x2c4b);const _0x283b57={};return _0x283b57[_0x7f7345(_0x397a62._0xf372cf,_0x397a62._0x3eb3f9,0x17a,_0x397a62._0x37ed38)]=!![],_0x283b57[_0x4f6bc7(0x313,_0x397a62._0x570ac2,0x2c1,_0x397a62._0x3caf5b)]=_0x542b65,_0x283b57;}catch{if(_0x326f28['TEFnv']===_0x326f28['TEFnv']){await _0xbad890[_0x4f6bc7(0x30a,_0x397a62._0x50420d,0x36e,_0x397a62._0x5a877d)](PID_FILE)[_0x4f6bc7(_0x397a62._0x1e8bd3,_0x397a62._0x4f2a83,0x2f8,_0x397a62._0x1f43cf)](()=>{});const _0x76d872={};return _0x76d872[_0x4f6bc7(_0x397a62._0x327c36,0x475,0x3e6,_0x397a62._0x502937)]=![],_0x76d872[_0x4f6bc7(_0x397a62._0x3baeb0,_0x397a62._0x2d5c05,0x339,_0x397a62._0x5030cb)]=null,_0x76d872;}else _0x5e035d=_0x326f28['zXcuT'](_0x550a9d,_0x4bfd5b[_0x4f6bc7(_0x397a62._0x1e4fca,_0x397a62._0x619f81,0x327,0x2e4)](_0x326f28['rgPXk'][_0x4f6bc7(0x399,_0x397a62._0x4fb665,0x426,0x351)]),0x1f6*-0x1+-0xe4*0x6+0x3ac*0x2);}}}catch{const _0x2d057a={};return _0x2d057a[_0x7f7345(0x13d,_0x397a62._0x19bd3d,_0x397a62._0x52714c,0x195)]=![],_0x2d057a[_0x4f6bc7(0x313,_0x397a62._0x386761,0x28b,_0x397a62._0x2bb687)]=null,_0x2d057a;}}async function getServerConfig(){const _0x587e4f={_0x2fa5b8:0x442,_0x2e1b39:0x49f,_0x3b7550:0x3b7,_0x588055:0x36d,_0x28a0c9:0x4ae,_0x2051a6:0x3f4,_0x264a8d:0x57c,_0x3384e0:0x5c0},_0x298c86={_0x232163:0x66},_0x2984fb={_0x44c19b:0x45c},_0x256a0c={'hMcmt':function(_0x2be5e2){return _0x2be5e2();}},_0x3d68ab=await _0x256a0c[_0x498ddb(_0x587e4f._0x2fa5b8,0x3c6,_0x587e4f._0x2e1b39,0x3cf)](getCoderSetupPath),_0x1e6b1d=await getServerPort(),_0x1ee51d=_0x498ddb(0x412,0x42a,0x43a,0x47a)+_0x498ddb(0x36b,0x2db,_0x587e4f._0x3b7550,_0x587e4f._0x588055)+_0x1e6b1d,_0x43139a={};_0x43139a[_0x498ddb(0x479,0x425,_0x587e4f._0x28a0c9,_0x587e4f._0x2051a6)]=_0x3d68ab;function _0x142ac7(_0x3c40ab,_0x1500a5,_0x221d0c,_0x1bbd62){return _0x18a9d5(_0x221d0c,_0x1500a5-0x8d,_0x1500a5-_0x2984fb._0x44c19b,_0x1bbd62-0x6a);}_0x43139a['port']=_0x1e6b1d,_0x43139a[_0x142ac7(_0x587e4f._0x264a8d,_0x587e4f._0x3384e0,0x61a,0x583)]=_0x1ee51d;function _0x498ddb(_0x2cbd2f,_0xbe9926,_0x2795f7,_0x30d98c){return _0x267224(_0x2cbd2f-0xba,_0x2795f7,_0x2cbd2f-_0x298c86._0x232163,_0x30d98c-0x197);}return _0x43139a;}function _0x18a9d5(_0x738bda,_0xe90c21,_0x1d2ac1,_0x268d74){return _0x3aec(_0x1d2ac1- -0x171,_0x738bda);}export async function startDaemon(_0x316782){const _0x2f9a82={_0x3678d8:0x8a,_0x2c2aab:0x87,_0x25d3b4:0x5a,_0x4ade4e:0x25,_0x5a9991:0xd3,_0x5a59c3:0x28e,_0x3f1eec:0x2de,_0x1adf9e:0x2c1,_0x25f2a4:0x28a,_0xd6d1c3:0xb2,_0x2a8749:0xec,_0x19d073:0x2e3,_0x3fb6f7:0x2d5,_0x24da53:0x2f3,_0x425ee3:0x342,_0x3bfd43:0xae,_0x2f0c5b:0x50,_0x206a92:0x1e5,_0x118404:0x269,_0x514771:0x387,_0xed7f03:0x2e7,_0x30bcc6:0x4a,_0x54c4e6:0x80,_0x5851b0:0x41,_0xfeed69:0x2e4,_0x5857e3:0x306,_0x3fe5b5:0x278,_0x559689:0x372,_0x551a26:0x31a,_0x190707:0x255,_0x2b98b0:0x243,_0x4ebe14:0x22f,_0x5d4313:0xbb,_0x2e1974:0x2f2,_0x2e61ec:0x31c,_0x22622d:0x364,_0x4103dc:0x375,_0x48603a:0x2a,_0x331f45:0x40,_0x47389e:0x2b,_0x1b53f6:0x42,_0x1643bb:0x8e,_0x1dd7e7:0x1b,_0x5733e6:0x1c,_0x455375:0x14,_0xb6842a:0xa,_0x83b970:0x60,_0x5c928a:0x4f,_0x1ee46d:0x2a,_0x7ecddc:0x1f,_0x3ca16b:0x30,_0x61e993:0x97,_0x4d79b3:0x56,_0x3e6367:0x48,_0x366607:0x34,_0x205c0d:0x31,_0x3facd0:0xc8,_0x3d69a5:0x44,_0x3f4d1a:0x66,_0x3db4f8:0x92,_0x8d19eb:0xe,_0x126d27:0x36c,_0x1d90a8:0x35b,_0x515e1b:0x20,_0x386928:0x71,_0x2611c3:0xa2,_0x833714:0x291,_0x14d406:0x2a4,_0x298b08:0x2af,_0xe7be20:0x35a,_0x26fe99:0xf1,_0x33cfc3:0xf,_0xcd3c74:0x8a,_0x4217b0:0x375,_0x3e122f:0x360,_0x50cb84:0x363,_0x4c151e:0x5f,_0xedec5b:0xf,_0x2b80d1:0x6b,_0x3130eb:0x15,_0x31f69a:0xd2,_0x2ebe80:0x2d,_0x3e8ed5:0x22,_0x4547e0:0x8a,_0x37f6dc:0x16,_0x321eaf:0x6,_0x111a71:0x64,_0x45ffc3:0x28,_0x6ba63f:0x1e3,_0x3d73ca:0x260,_0x29d8eb:0x36,_0x326da3:0x3d,_0x3e4503:0x2f4,_0x19cd7e:0x272,_0x30952b:0x380,_0x5b952b:0x1f5,_0x5ec1b7:0x9f,_0x15685:0xfd,_0x120f25:0x72,_0x507b40:0x18,_0x29464d:0x38,_0x4e260d:0x15,_0x343be9:0xa5,_0x14f0ae:0x8b,_0x5b1d65:0x97,_0x3f3c4b:0x212,_0x45788a:0x280,_0x2f971d:0x304,_0x207402:0x315,_0x5e5412:0x37b,_0x19be17:0x309,_0xa5c0b8:0x2ed,_0x1f2750:0x29,_0x552e37:0x2,_0x39b359:0x2c3,_0x54103f:0x241,_0x412285:0x27e,_0x1c4aa5:0x2ac,_0x15bf70:0x327,_0x481605:0x2ff,_0xff3d3d:0x2cf,_0x144562:0x2c1,_0x189234:0x2c2,_0x603c8c:0x316,_0x19f935:0x305,_0x5e6570:0x6a,_0x379266:0x3e,_0x425290:0x9b,_0x2bcde1:0x2d6,_0x244dcd:0x74,_0x5ba02c:0x288,_0x285bc3:0x2b5,_0x503f6f:0x337,_0x26322e:0x9e,_0x4eec18:0x2f5,_0x265085:0x53,_0xa0804d:0x52,_0x1cbce7:0x24,_0x413987:0x360,_0x560a29:0x2f4,_0xc58036:0xac,_0x15c790:0xe9,_0x28cbc5:0xbb,_0x3a5b27:0x4a,_0x5fa0e7:0x34d,_0x27277a:0x2f9,_0x7065a:0x3e,_0x96f7ba:0xa4,_0x378ba8:0x1d,_0x4910ec:0x70,_0x16059c:0x2b6,_0x4b5413:0x23b,_0x2a4b6b:0x296,_0x5e2bd5:0x297,_0x35c2b5:0x298,_0x2c7f68:0x31d,_0x3dca45:0x67,_0x30f3ff:0x21,_0x4a5678:0xb8,_0x4ac233:0x65,_0xe66913:0x31,_0x1c5637:0x29,_0x477cac:0x379,_0x2a976e:0x3b3,_0x59a18c:0x2c6,_0x28b95d:0x285,_0x3bc986:0x49,_0x1269b9:0x84,_0x5adbb1:0x2fc,_0x48e9a3:0x35a,_0x334a41:0x26b,_0x2a3006:0x23a,_0x48c576:0xb,_0x1e5940:0xa7,_0x4fe87c:0x365,_0x39cb38:0x374,_0x5a4a0c:0x307,_0xa4a9e0:0x376,_0x45d170:0x227,_0x26ee0f:0x273,_0x272102:0x45,_0x4026a0:0xd0,_0x27489c:0x27,_0x2317bf:0x36f,_0x5ed54a:0x3eb,_0xca6bfd:0x373,_0x1b97fd:0x3b5,_0x529b04:0x3c6,_0x1900dd:0x36e,_0x5a7005:0x2e,_0x536fac:0x7,_0x5de4cf:0xa5,_0x322951:0x339,_0x1f87ef:0x2d3,_0x1458c1:0x246,_0xd8c77c:0x262,_0x3020ec:0x5,_0x1fcdd4:0x4f,_0x556a94:0x63,_0x5496fd:0x206,_0x25dbbf:0x283,_0x37b674:0x12,_0x45a7f6:0x8c,_0x1a336c:0x61,_0x83f23:0xc6,_0xbe07e1:0x25e,_0x336305:0x269,_0x159953:0x315,_0x13c3c0:0x2c5,_0x119f2d:0x2eb,_0xda2de3:0x29e,_0x58425e:0x350,_0x316b9a:0x2f4,_0x11a6e5:0x367,_0x423dd9:0x8,_0x353a35:0x2f,_0x12dedd:0x6f,_0x1fdf71:0x71,_0x432e38:0x1f1,_0x2fa228:0x277,_0xee747b:0x20e,_0x5d2638:0xa,_0x8db092:0xae,_0x3015a3:0x32a,_0x1f8bd1:0x23e,_0x4e8152:0x284,_0x3bc3ee:0x226,_0x4712c5:0x33e,_0x599b6d:0x30f,_0x504f95:0x389,_0x4d148e:0x33d,_0x51eb08:0x350,_0x53558d:0x325,_0x42e692:0x30c,_0x462b66:0x268,_0x448e0f:0x1e,_0x25c4b2:0x8,_0xa57e4c:0x64,_0x380d9a:0x51,_0x5e73c4:0x1a,_0xdf84f2:0x15,_0x4e6623:0x2f,_0x240313:0xf9,_0x33bf4c:0xf7,_0x4408b5:0x7b,_0xe2b009:0x102,_0x209dc4:0x26a,_0xaedc46:0x295,_0x52a8d4:0x34b,_0x2c83da:0x2de,_0x42e221:0x2e9,_0x23c2b5:0x2ef,_0x29f552:0x33},_0x6e3338={_0x53d629:0x1f3,_0x30ee30:0x1fe},_0x35f9a2={_0x3f565e:0x3b6,_0x13fd7c:0x4e},_0x46794a={'SiRyK':function(_0x20b364,_0x73f7a5){return _0x20b364===_0x73f7a5;},'HTpze':_0x3baa8c(-0x11,-0x9e,-_0x2f9a82._0x3678d8,-_0x2f9a82._0x2c2aab),'mZfJy':function(_0xe80dcc){return _0xe80dcc();},'Ijius':function(_0x36227b,_0x2eebe7){return _0x36227b!==_0x2eebe7;},'JttzW':_0x3baa8c(-_0x2f9a82._0x25d3b4,-0x4d,0x2e,-0x94),'aCUBK':function(_0x288bbb){return _0x288bbb();},'jJidN':function(_0xe7ceeb){return _0xe7ceeb();},'QKgdx':function(_0x1c8c7b,_0x24bcd9){return _0x1c8c7b!==_0x24bcd9;},'TMAOJ':_0x3baa8c(_0x2f9a82._0x4ade4e,-0x67,-0x1e,0xb6),'CeaDp':_0x3baa8c(-0x46,-0x5b,-_0x2f9a82._0x5a9991,-0x9a)+_0x35c1c7(0x2cd,_0x2f9a82._0x5a59c3,0x286,0x2db),'JVhST':_0x35c1c7(0x302,_0x2f9a82._0x3f1eec,_0x2f9a82._0x1adf9e,_0x2f9a82._0x25f2a4)+_0x3baa8c(-0xa5,-_0x2f9a82._0xd6d1c3,-0x124,-_0x2f9a82._0x2a8749),'oWqsT':_0x35c1c7(_0x2f9a82._0x19d073,0x25a,_0x2f9a82._0x3fb6f7,_0x2f9a82._0x24da53)+_0x35c1c7(0x325,0x2ce,0x35c,_0x2f9a82._0x425ee3)+'g\x20set\x20code'+_0x3baa8c(0x2e,_0x2f9a82._0x3bfd43,0x73,-_0x2f9a82._0x2f0c5b)+_0x35c1c7(0x2d7,_0x2f9a82._0x206a92,_0x2f9a82._0x118404,0x2c9)+_0x35c1c7(_0x2f9a82._0x514771,_0x2f9a82._0xed7f03,0x346,0x355)+_0x3baa8c(-_0x2f9a82._0x30bcc6,-_0x2f9a82._0x54c4e6,0x14,_0x2f9a82._0x5851b0),'jkhyU':_0x35c1c7(_0x2f9a82._0xfeed69,_0x2f9a82._0x5857e3,_0x2f9a82._0x3fe5b5,0x2ec),'gXHHu':_0x35c1c7(0x347,0x33c,_0x2f9a82._0x559689,_0x2f9a82._0x551a26),'JRCyQ':_0x35c1c7(_0x2f9a82._0x190707,_0x2f9a82._0x2b98b0,0x299,_0x2f9a82._0x4ebe14),'SUceX':_0x3baa8c(-0x92,-0x74,-_0x2f9a82._0x5d4313,-0x35),'hmnPj':_0x35c1c7(0x30b,_0x2f9a82._0x2e1974,_0x2f9a82._0x2e61ec,_0x2f9a82._0x22622d),'ebdGD':function(_0x53e183,_0x541abe,_0x5476e6,_0x4794dc){return _0x53e183(_0x541abe,_0x5476e6,_0x4794dc);},'OqQTG':_0x35c1c7(0x3c6,0x30b,_0x2f9a82._0x4103dc,0x32b),'XGvjB':'utf-8','GupZH':_0x3baa8c(_0x2f9a82._0x48603a,-_0x2f9a82._0x331f45,0x75,_0x2f9a82._0x47389e)+_0x3baa8c(_0x2f9a82._0x1b53f6,_0x2f9a82._0x1643bb,_0x2f9a82._0x1dd7e7,-_0x2f9a82._0x5733e6)+_0x3baa8c(_0x2f9a82._0x455375,0xd,0x74,_0x2f9a82._0xb6842a)+_0x3baa8c(-_0x2f9a82._0x83b970,-_0x2f9a82._0x5c928a,_0x2f9a82._0x1ee46d,-_0x2f9a82._0x7ecddc)+_0x3baa8c(-_0x2f9a82._0x3ca16b,-_0x2f9a82._0x61e993,-0x30,-_0x2f9a82._0x4d79b3),'nGZUx':_0x3baa8c(0x2a,_0x2f9a82._0x3e6367,_0x2f9a82._0x366607,-_0x2f9a82._0x205c0d)+_0x3baa8c(0x42,_0x2f9a82._0xd6d1c3,0x9b,_0x2f9a82._0x3facd0)+_0x3baa8c(_0x2f9a82._0x3d69a5,0x8c,0xc,_0x2f9a82._0x3f4d1a)+_0x3baa8c(0x3c,_0x2f9a82._0x3db4f8,-0x44,_0x2f9a82._0x8d19eb)+'er','YcYdk':_0x35c1c7(_0x2f9a82._0x126d27,0x3b0,0x337,_0x2f9a82._0x1d90a8)+'-server\x20lo'+_0x3baa8c(_0x2f9a82._0x515e1b,0x1a,-_0x2f9a82._0x386928,_0x2f9a82._0x2611c3)+_0x35c1c7(_0x2f9a82._0x833714,0x25f,_0x2f9a82._0x14d406,_0x2f9a82._0x298b08)},{running:_0x175d07,pid:_0x574abd}=await _0x46794a[_0x35c1c7(0x3d6,0x3b6,0x35d,_0x2f9a82._0xe7be20)](isServerRunning);if(_0x175d07){if(_0x46794a['Ijius'](_0x46794a[_0x3baa8c(-0x6e,-_0x2f9a82._0x26fe99,-0x80,-_0x2f9a82._0x33cfc3)],_0x46794a[_0x3baa8c(-0x6e,-0x2a,-0x1f,-0x4a)]))_0x3025a0[_0x3baa8c(-_0x2f9a82._0xcd3c74,-0xd2,-0xa1,-0xea)](_0x35c1c7(0x3c6,_0x2f9a82._0x4217b0,_0x2f9a82._0x3e122f,_0x2f9a82._0x50cb84)+'\x20\x20\x20\x20\x20✓\x20Run'+_0x3baa8c(-_0x2f9a82._0x4c151e,-_0x2f9a82._0xedec5b,-_0x2f9a82._0x2b80d1,_0x2f9a82._0x3130eb)+_0x3baa8c(-0xa9,-_0x2f9a82._0x31f69a,-0x93,-_0x2f9a82._0x2ebe80)),_0x2545a1[_0x3baa8c(-0x8a,0x4,-0xa7,-0xc4)](_0x3baa8c(-_0x2f9a82._0x3e8ed5,-0xa9,_0x2f9a82._0x3d69a5,-0x6c)+'\x20\x20\x20\x20\x20'+_0x39447c),_0x56bed1[_0x3baa8c(-_0x2f9a82._0x4547e0,-0xfa,-0x45,-_0x2f9a82._0x37f6dc)]('\x20\x20URL:\x20\x20\x20\x20'+_0x3baa8c(0x3f,-_0x2f9a82._0x321eaf,_0x2f9a82._0x111a71,0x12)+_0x2401ad['serverUrl']);else{console['log'](_0x3baa8c(-0x27,0x69,-_0x2f9a82._0x45ffc3,-0x72)+_0x35c1c7(_0x2f9a82._0x6ba63f,0x2e4,_0x2f9a82._0x3d73ca,0x29c)+_0x3baa8c(-_0x2f9a82._0x29d8eb,-_0x2f9a82._0x326da3,0x44,-0x1c)+':\x20'+_0x574abd+')');const _0x1a2c80=await _0x46794a[_0x35c1c7(_0x2f9a82._0x3e4503,_0x2f9a82._0x19cd7e,0x301,_0x2f9a82._0x30952b)](getServerConfig);console[_0x35c1c7(_0x2f9a82._0x5b952b,0x312,0x283,0x291)](_0x3baa8c(_0x2f9a82._0x2b80d1,_0x2f9a82._0x5ec1b7,_0x2f9a82._0x15685,_0x2f9a82._0x120f25)+_0x1a2c80['serverUrl']);return;}}const _0x15ed65=await getCoderSetupPath(),_0x1f8cae=String(await _0x46794a[_0x3baa8c(-0x4,_0x2f9a82._0x507b40,_0x2f9a82._0x29464d,_0x2f9a82._0x4e260d)](getServerPort));if(!_0x15ed65){if(_0x46794a[_0x3baa8c(-0xaf,-_0x2f9a82._0x343be9,-0xa6,-_0x2f9a82._0x14f0ae)](_0x46794a['TMAOJ'],_0x46794a[_0x3baa8c(-_0x2f9a82._0x5b1d65,-0x79,-0x11b,-0x112)])){_0x1e1feb[_0x35c1c7(0x213,_0x2f9a82._0x3f3c4b,_0x2f9a82._0x45788a,0x21d)](_0x2b81ce,-0xb5a+0x857+0x303*0x1);const _0x569e13={};return _0x569e13[_0x35c1c7(_0x2f9a82._0x2f971d,_0x2f9a82._0x207402,_0x2f9a82._0x5e5412,0x2ff)]=!![],_0x569e13['pid']=_0x2e6cbc,_0x569e13;}else{const _0x5eae26=_0x46794a[_0x35c1c7(_0x2f9a82._0x19be17,0x327,_0x2f9a82._0xa5c0b8,0x2f5)]['split']('|');let _0x31c9ae=0x868+0xecd+-0x1735;while(!![]){switch(_0x5eae26[_0x31c9ae++]){case'0':process['exit'](-0xf10+0x182d+-0x91c);continue;case'1':console[_0x3baa8c(-0x3e,-0xbc,_0x2f9a82._0x1f2750,_0x2f9a82._0x552e37)]('');continue;case'2':console['error'](_0x35c1c7(_0x2f9a82._0x39b359,_0x2f9a82._0x54103f,_0x2f9a82._0x412285,0x25f)+'coder-setu'+_0x35c1c7(0x32e,0x337,_0x2f9a82._0x1c4aa5,_0x2f9a82._0x15bf70)+'figured');continue;case'3':console[_0x35c1c7(_0x2f9a82._0x481605,0x2c5,_0x2f9a82._0xff3d3d,_0x2f9a82._0x144562)](_0x46794a[_0x35c1c7(0x2a2,0x289,_0x2f9a82._0x189234,0x2f5)]);continue;case'4':console[_0x35c1c7(_0x2f9a82._0x603c8c,0x26d,_0x2f9a82._0xff3d3d,_0x2f9a82._0x19f935)](_0x46794a[_0x3baa8c(_0x2f9a82._0x5e6570,0xa,0xb4,_0x2f9a82._0x379266)]);continue;case'5':console[_0x3baa8c(-0x3e,-0x3b,0x25,-_0x2f9a82._0x425290)]('');continue;case'6':console[_0x35c1c7(_0x2f9a82._0x2bcde1,0x2dc,0x2cf,0x263)](_0x3baa8c(-0x38,-_0x2f9a82._0x244dcd,0x54,0x49)+_0x35c1c7(0x2b2,_0x2f9a82._0x5ba02c,_0x2f9a82._0x285bc3,_0x2f9a82._0x503f6f)+_0x3baa8c(-_0x2f9a82._0x5ec1b7,-_0x2f9a82._0x26322e,-0xb9,-0xe5)+_0x35c1c7(_0x2f9a82._0x4eec18,0x314,0x2f5,0x30e)+_0x3baa8c(-0x72,-0x1e,-_0x2f9a82._0x265085,-0xac)+_0x3baa8c(_0x2f9a82._0xa0804d,_0x2f9a82._0x1cbce7,0x2b,_0x2f9a82._0x26322e));continue;case'7':console['error'](_0x46794a[_0x35c1c7(0x28e,_0x2f9a82._0x413987,_0x2f9a82._0x560a29,0x366)]);continue;}break;}}}try{const _0x252883=await _0xbad890[_0x3baa8c(-_0x2f9a82._0xc58036,-_0x2f9a82._0x15c790,-_0x2f9a82._0x28cbc5,-_0x2f9a82._0x3a5b27)](_0x15ed65);!_0x252883[_0x35c1c7(_0x2f9a82._0x5fa0e7,0x2c2,0x30d,_0x2f9a82._0x27277a)+'y']()&&(console[_0x3baa8c(-_0x2f9a82._0x7065a,-_0x2f9a82._0x96f7ba,_0x2f9a82._0x378ba8,-0x51)]('Error:\x20Set'+_0x3baa8c(-_0x2f9a82._0x4910ec,-0x4f,-0xc9,-0xef)+_0x35c1c7(_0x2f9a82._0x16059c,_0x2f9a82._0x4b5413,_0x2f9a82._0x2a4b6b,_0x2f9a82._0x5e2bd5)+_0x35c1c7(_0x2f9a82._0x35c2b5,0x316,0x2d0,_0x2f9a82._0x2c7f68)+_0x15ed65),process[_0x3baa8c(_0x2f9a82._0x3dca45,-_0x2f9a82._0x30f3ff,0xf1,_0x2f9a82._0x4a5678)](-0x6*0x47d+-0x116e+0x2c5d));}catch(_0x8dbea9){if(_0x3baa8c(_0x2f9a82._0x4ac233,_0x2f9a82._0xe66913,-_0x2f9a82._0x1c5637,0x2d)!==_0x46794a['gXHHu']){if(_0x46794a['SiRyK'](_0x8614a,_0x35c1c7(0x378,0x315,_0x2f9a82._0x477cac,_0x2f9a82._0x2a976e))||_0x46794a[_0x35c1c7(0x341,_0x2f9a82._0x59a18c,0x2b8,_0x2f9a82._0x28b95d)](_0x408fd3,'-f'))_0x5d9ce2=!![];else _0xf0c04f[_0x3baa8c(0x64,_0x2f9a82._0x3bc986,0xe3,_0x2f9a82._0x1269b9)](_0x35c1c7(0x322,0x2b8,_0x2f9a82._0x5adbb1,_0x2f9a82._0x48e9a3))&&(_0x34b1e4=_0x56da42(_0x13045e[_0x35c1c7(0x2b9,0x26e,_0x2f9a82._0x334a41,_0x2f9a82._0x2a3006)](_0x46794a['HTpze'][_0x3baa8c(_0x2f9a82._0x48c576,0x7,0x16,0x8a)]),0x1020+0x1*0x1fc1+-0x2fd7));}else console['error'](_0x3baa8c(-_0x2f9a82._0x1e5940,-_0x2f9a82._0x378ba8,-0x31,-0x12c)+_0x35c1c7(0x2ad,0x2b7,0x25b,0x1db)+'es\x20not\x20exi'+_0x3baa8c(0x5c,0x81,0xb7,-0x36)+_0x15ed65),process[_0x35c1c7(0x340,_0x2f9a82._0x4fe87c,_0x2f9a82._0x39cb38,0x352)](-0x66*-0x47+0x265+-0x1eae*0x1);}const _0x24c42b=_0x3d00b8[_0x35c1c7(_0x2f9a82._0x3f1eec,0x2a8,_0x2f9a82._0x5a4a0c,_0x2f9a82._0xa4a9e0)](__dirname,'..','..',_0x46794a['JRCyQ']);console[_0x35c1c7(_0x2f9a82._0x45d170,0x1f9,0x283,_0x2f9a82._0x26ee0f)](''),console[_0x3baa8c(-_0x2f9a82._0x3678d8,-_0x2f9a82._0x272102,-_0x2f9a82._0x4026a0,-0x57)](_0x3baa8c(0x5f,-0xc,0x68,_0x2f9a82._0x27489c)+_0x35c1c7(_0x2f9a82._0x2317bf,_0x2f9a82._0x5ed54a,_0x2f9a82._0xca6bfd,_0x2f9a82._0x1b97fd)+_0x35c1c7(_0x2f9a82._0x4103dc,_0x2f9a82._0x529b04,0x355,_0x2f9a82._0x1900dd)),console['log'](_0x3baa8c(-_0x2f9a82._0x5a7005,-_0x2f9a82._0x536fac,-0x14,-_0x2f9a82._0x5de4cf)+_0x35c1c7(_0x2f9a82._0x322951,_0x2f9a82._0x1f87ef,0x343,0x386)+_0x15ed65),console['log'](_0x35c1c7(_0x2f9a82._0x1458c1,0x1ea,_0x2f9a82._0xd8c77c,0x1d8)+_0x3baa8c(-_0x2f9a82._0x3020ec,-_0x2f9a82._0x1fcdd4,_0x2f9a82._0x556a94,-0x5a)+_0x1f8cae),console[_0x35c1c7(_0x2f9a82._0x54103f,_0x2f9a82._0x5496fd,_0x2f9a82._0x25dbbf,0x24e)](_0x3baa8c(0x69,_0x2f9a82._0x5733e6,-0x5,-_0x2f9a82._0x37b674)+_0x3baa8c(-_0x2f9a82._0x45a7f6,-_0x2f9a82._0x1a336c,-_0x2f9a82._0x83f23,-0xea));function _0x3baa8c(_0x4bf126,_0x1f231a,_0x520dd6,_0x58e59f){return _0x267224(_0x4bf126-0x189,_0x520dd6,_0x4bf126- -_0x35f9a2._0x3f565e,_0x58e59f-_0x35f9a2._0x13fd7c);}console[_0x35c1c7(0x23a,_0x2f9a82._0xbe07e1,0x283,_0x2f9a82._0x336305)]('');const _0x5e6440=await _0x46794a['jJidN'](getTrustProxy),_0x1638df={...process[_0x35c1c7(0x36c,0x38e,_0x2f9a82._0x159953,0x39f)]};_0x1638df[_0x35c1c7(_0x2f9a82._0x13c3c0,_0x2f9a82._0x119f2d,_0x2f9a82._0xda2de3,0x215)+_0x35c1c7(_0x2f9a82._0x58425e,_0x2f9a82._0x316b9a,_0x2f9a82._0x11a6e5,_0x2f9a82._0x316b9a)]=_0x15ed65,_0x1638df['PORT']=_0x1f8cae;const _0xf4a60b=_0x1638df;_0x5e6440&&(_0xf4a60b['TRUST_PROX'+'Y']=_0x46794a[_0x35c1c7(0x2df,0x222,0x28e,0x27c)]);const _0x361114=[_0x24c42b];process[_0x3baa8c(_0x2f9a82._0x423dd9,0x52,-_0x2f9a82._0x353a35,-0x7f)][_0x3baa8c(0x1c,-_0x2f9a82._0x12dedd,0x5c,-_0x2f9a82._0x3d69a5)+_0x3baa8c(-_0x2f9a82._0x1fdf71,-0x4d,-0xb5,-0xbf)]&&_0x361114[_0x35c1c7(0x2e6,_0x2f9a82._0x432e38,_0x2f9a82._0x2fa228,_0x2f9a82._0xee747b)](_0x46794a[_0x3baa8c(-0x43,-_0x2f9a82._0x3bfd43,-0x80,0x2a)]);const _0x44ef0f=_0x3d00b8[_0x3baa8c(-0x88,-_0x2f9a82._0x83b970,-_0x2f9a82._0x4c151e,-0x37)](LOG_FILE),_0x43e8d2={};_0x43e8d2[_0x3baa8c(0x43,-_0x2f9a82._0x5d2638,_0x2f9a82._0x8db092,0xd4)]=!![],await _0xbad890[_0x35c1c7(0x36f,0x29a,0x30c,_0x2f9a82._0x3015a3)](_0x44ef0f,_0x43e8d2);const _0xeaa68f=await _0xbad890['open'](LOG_FILE,'a'),_0x3bad23=_0x46794a['ebdGD'](spawn,_0x35c1c7(_0x2f9a82._0x1f8bd1,0x308,_0x2f9a82._0x4e8152,_0x2f9a82._0x3bc3ee),_0x361114,{'env':_0xf4a60b,'detached':!![],'stdio':[_0x46794a[_0x35c1c7(0x31c,_0x2f9a82._0x4712c5,_0x2f9a82._0x599b6d,_0x2f9a82._0x504f95)],_0xeaa68f['fd'],_0xeaa68f['fd']]});_0x3bad23['unref']();const _0x192b80=_0x3d00b8['dirname'](PID_FILE),_0x5d48d7={};_0x5d48d7[_0x35c1c7(_0x2f9a82._0x30952b,_0x2f9a82._0x4d148e,_0x2f9a82._0x51eb08,0x340)]=!![],await _0xbad890[_0x35c1c7(_0x2f9a82._0x53558d,0x28a,_0x2f9a82._0x42e692,_0x2f9a82._0x39cb38)](_0x192b80,_0x5d48d7),await _0xbad890['writeFile'](PID_FILE,_0x3bad23['pid'][_0x35c1c7(0x2de,_0x2f9a82._0x462b66,0x2d3,0x2d7)](),_0x46794a['XGvjB']);function _0x35c1c7(_0x2d9c32,_0x2924c2,_0x4755d3,_0x47a5a1){return _0x18a9d5(_0x2924c2,_0x2924c2-_0x6e3338._0x53d629,_0x4755d3-_0x6e3338._0x30ee30,_0x47a5a1-0x2c);}console['log'](_0x3baa8c(-_0x2f9a82._0x448e0f,_0x2f9a82._0x25c4b2,-0x2e,-_0x2f9a82._0xa57e4c)+'tarted\x20in\x20'+_0x3baa8c(-_0x2f9a82._0x380d9a,_0x2f9a82._0x5e73c4,0x1,-0x86)+_0x3baa8c(-_0x2f9a82._0xdf84f2,_0x2f9a82._0x4e6623,_0x2f9a82._0xb6842a,0x20)+_0x3bad23[_0x3baa8c(-0x7b,-0x2e,-_0x2f9a82._0x240313,-0x5d)]+')'),console[_0x3baa8c(-0x8a,-_0x2f9a82._0x33bf4c,-_0x2f9a82._0x4408b5,-_0x2f9a82._0xe2b009)](_0x35c1c7(0x2a1,0x285,_0x2f9a82._0x209dc4,0x231)+_0x3baa8c(-_0x2f9a82._0x1dd7e7,-0x4a,-0x86,-0x86)+_0x35c1c7(_0x2f9a82._0xaedc46,_0x2f9a82._0x52a8d4,0x30a,_0x2f9a82._0x59a18c)+_0x1f8cae),console[_0x35c1c7(0x23b,_0x2f9a82._0x2c83da,0x283,0x278)]('\x20\x20Logs:\x20'+LOG_FILE),console[_0x35c1c7(_0x2f9a82._0x42e221,0x2d3,_0x2f9a82._0x25dbbf,0x2cf)](''),console['log'](_0x46794a[_0x35c1c7(0x287,_0x2f9a82._0x5ba02c,0x2ff,0x30e)]),console[_0x35c1c7(_0x2f9a82._0x23c2b5,0x25e,_0x2f9a82._0x25dbbf,0x20c)](_0x46794a[_0x3baa8c(0x62,_0x2f9a82._0x3020ec,0x2d,-0x2a)]),console[_0x35c1c7(0x2ec,0x2e0,_0x2f9a82._0x25dbbf,0x2b6)](_0x46794a[_0x3baa8c(_0x2f9a82._0x29f552,_0x2f9a82._0x3ca16b,0x22,0x18)]);}export async function stopServer(){const _0x21e529={_0x3bdbc0:0x34b,_0x2392e6:0x1b0,_0x2e5c1b:0xf5,_0x1c3939:0x166,_0x21c2e6:0x1a3,_0x31df6a:0x1ee,_0x1a94e5:0x144,_0x5aad05:0xef,_0x5d47ae:0x28e,_0x148275:0x33b,_0x5008a8:0x25a,_0x33da31:0x1e0,_0x31f9c0:0x184,_0x3e2adb:0x103,_0x27d44e:0xd2,_0x2c4b94:0x1e2,_0x4b4cee:0x235,_0x48e580:0x27f,_0xe4bcc2:0x269,_0x62baa6:0x2ac,_0x2cdba4:0x2ad,_0x519c02:0x261,_0x597f09:0x191,_0x5f5995:0x141,_0x3c426b:0x12e,_0x3d1c7f:0xb8,_0x4b56b2:0x115,_0x597fa7:0x282,_0x3da3b1:0x38e,_0x3d0d13:0x26a,_0x453937:0x246,_0xe8bffc:0x249,_0x2a89fa:0x265,_0x21826d:0x2b3,_0x61aa37:0x246,_0x21609c:0x308,_0x3cb5fd:0x220,_0x2cbaeb:0x1b4,_0x5ab0f3:0x20f,_0x45710b:0x186,_0x38feac:0x1ac,_0x3e7886:0x1cb,_0x85ced7:0x202,_0x1add97:0xe6,_0x1d69dc:0x12b,_0xf718ef:0x117,_0x2ada2d:0x171,_0x3d4041:0x1d9,_0x239bfb:0x1c1,_0x5a2375:0x104,_0x34d3db:0x160,_0x526269:0x16a,_0x200a33:0x2a6,_0x18a3f8:0x1b1,_0xfb344:0x195,_0x2599a1:0x242,_0x1a4c79:0x1d0,_0x578c83:0x248,_0x401ffa:0x2da,_0x4194f2:0x134,_0x1fb12f:0x118,_0x40fed4:0x217,_0x2457d6:0x27d,_0x37237d:0x206,_0x4468e1:0x2ca,_0x2ab6ce:0x25c,_0x2e6571:0x1d6,_0xb73ab:0x252,_0x3c7aa3:0x175,_0x144be8:0x7a,_0x123eea:0xf4,_0xce39c2:0x162,_0x5926bc:0xf5,_0x3234df:0x21e,_0x2c1b1b:0x1ce,_0x436979:0x203,_0x5c7818:0x29e,_0x8dd749:0x111,_0x59ed46:0x27d,_0x5c9601:0x24f,_0x29e043:0x241,_0x3c28f1:0x25e,_0x1a175a:0x1e3,_0x3c4407:0x23d,_0x5153d7:0x1eb,_0xca58c9:0x170,_0xf1043c:0x231,_0x56bf83:0x1af,_0x9d7fa1:0x1ac,_0x4bba10:0x259,_0x2d3a54:0x2cb,_0x2eb8de:0x234,_0x4e096b:0x17c,_0x162b14:0x1fd,_0x5b2c15:0x221,_0x2dcf81:0x223},_0x129711={_0x2208fa:0x4d,_0x44d377:0x1a9},_0x34cc00={_0x1fcfb9:0x126,_0x1e8c97:0x11b};function _0x476520(_0x1fa629,_0x5682e,_0x3f0c23,_0x5ee2fa){return _0x267224(_0x1fa629-0x3a,_0x1fa629,_0x5ee2fa- -_0x34cc00._0x1fcfb9,_0x5ee2fa-_0x34cc00._0x1e8c97);}const _0x2df969={'CyQIt':_0x476520(0x24a,_0x21e529._0x3bdbc0,0x2e2,0x2c4)+_0x3e9c75(_0x21e529._0x2392e6,_0x21e529._0x2e5c1b,0x131,0x16f)+_0x3e9c75(_0x21e529._0x1c3939,0x1af,_0x21e529._0x21c2e6,_0x21e529._0x31df6a)+_0x3e9c75(_0x21e529._0x1a94e5,0xf2,_0x21e529._0x5aad05,0x14f)+'was\x20starte'+_0x476520(_0x21e529._0x5d47ae,_0x21e529._0x148275,_0x21e529._0x5008a8,0x2e4)+_0x3e9c75(0x19c,_0x21e529._0x33da31,0x181,_0x21e529._0x31f9c0),'NryRd':_0x3e9c75(0x176,0x155,_0x21e529._0x3e2adb,_0x21e529._0x27d44e),'tBnaX':function(_0x26af88){return _0x26af88();},'eeFZu':_0x476520(_0x21e529._0x2c4b94,_0x21e529._0x4b4cee,_0x21e529._0x48e580,_0x21e529._0xe4bcc2)+_0x476520(_0x21e529._0x48e580,_0x21e529._0x62baa6,_0x21e529._0x2cdba4,0x26b)+'g','LRMdR':_0x476520(0x24b,0x29e,0x22a,_0x21e529._0x519c02),'OrIQy':'FvYAi','LOWhb':_0x3e9c75(0x19c,_0x21e529._0x597f09,_0x21e529._0x5f5995,_0x21e529._0x3c426b),'evkHR':function(_0x2049d2,_0x38d96e){return _0x2049d2<_0x38d96e;},'BFROy':function(_0x47f749,_0x4b473c){return _0x47f749!==_0x4b473c;},'nzMhq':_0x3e9c75(0x1a7,_0x21e529._0x3d1c7f,_0x21e529._0x4b56b2,0x9a),'AguAF':'Server\x20did'+_0x476520(_0x21e529._0x597fa7,_0x21e529._0x3da3b1,0x337,0x300)+_0x476520(_0x21e529._0x3d0d13,0x27b,0x283,0x214)+_0x3e9c75(_0x21e529._0x453937,0x1e6,0x1de,0x1e0)+'..','ifqYZ':_0x3e9c75(0x24b,0x178,0x1dc,0x1d9),'uHFoE':'✓\x20Server\x20s'+'topped'},{running:_0x529191,pid:_0x29f5b1}=await _0x2df969[_0x476520(0x308,_0x21e529._0xe8bffc,_0x21e529._0x2a89fa,_0x21e529._0x21826d)](isServerRunning);function _0x3e9c75(_0xe8bd6,_0x4b00f6,_0x3b581e,_0x282a2d){return _0x267224(_0xe8bd6-_0x129711._0x2208fa,_0x282a2d,_0x3b581e- -0x221,_0x282a2d-_0x129711._0x44d377);}if(!_0x529191){console[_0x476520(0x238,0x1c5,_0x21e529._0x61aa37,0x206)](_0x2df969['eeFZu']);return;}console['log'](_0x476520(0x212,_0x21e529._0x21609c,_0x21e529._0x3cb5fd,0x285)+_0x3e9c75(0x162,_0x21e529._0x2cbaeb,0x1ab,_0x21e529._0x5ab0f3)+':\x20'+_0x29f5b1+_0x476520(0x165,0x17f,_0x21e529._0x45710b,_0x21e529._0x33da31));try{if(_0x2df969[_0x3e9c75(0x193,0x158,0x172,0x13a)]!==_0x2df969[_0x3e9c75(0x225,0x225,_0x21e529._0x38feac,0x15f)]){process[_0x476520(_0x21e529._0x3e7886,_0x21e529._0x85ced7,0x1cb,0x203)](_0x29f5b1,_0x2df969[_0x3e9c75(_0x21e529._0x1add97,0x189,_0x21e529._0x1d69dc,_0x21e529._0xf718ef)]);for(let _0x4bdc77=-0x8b9+-0x30d*-0x7+0x15*-0x9a;_0x2df969[_0x3e9c75(_0x21e529._0x2ada2d,0x1e4,_0x21e529._0x2ada2d,_0x21e529._0x3d4041)](_0x4bdc77,0x1c6d+0xa57*-0x2+0x1*-0x78d);_0x4bdc77++){try{_0x2df969['BFROy'](_0x2df969[_0x3e9c75(0x13f,0x1d7,0x1b2,0x1a2)],_0x2df969[_0x3e9c75(_0x21e529._0x239bfb,0x1f6,0x1b2,0x1e5)])?_0x46dbbf[_0x3e9c75(_0x21e529._0x5a2375,_0x21e529._0x34d3db,_0x21e529._0x526269,0x194)]===_0x476520(0x32f,_0x21e529._0x200a33,0x267,0x2cd)?(_0x42c7ba[_0x476520(_0x21e529._0x18a3f8,_0x21e529._0xfb344,0x244,0x206)]('No\x20log\x20fil'+_0x476520(0x284,_0x21e529._0x2599a1,0x2d2,0x243)),_0x18022a[_0x476520(_0x21e529._0x1a4c79,_0x21e529._0x578c83,0x245,0x206)](_0x2df969[_0x476520(0x31f,0x25c,0x2e0,_0x21e529._0x401ffa)])):_0x2d149c[_0x3e9c75(_0x21e529._0x4194f2,_0x21e529._0x1fb12f,0x157,0x13f)](_0x476520(0x1de,_0x21e529._0x40fed4,_0x21e529._0x2457d6,0x1f0)+_0x476520(0x229,0x1fd,0x2be,0x25f)+_0x1cf831[_0x476520(0x1e5,_0x21e529._0x37237d,_0x21e529._0x4468e1,_0x21e529._0x2ab6ce)]):(process['kill'](_0x29f5b1,-0x1*-0xd63+-0x20a3+-0x9a*-0x20),await new Promise(_0xf97971=>setTimeout(_0xf97971,-0xe2b+0x4c9*0x5+-0x95e)));}catch{break;}}try{process[_0x476520(_0x21e529._0x2e6571,_0x21e529._0xb73ab,_0x21e529._0x3c7aa3,0x203)](_0x29f5b1,0x3*-0xcd2+-0x23d9+-0x33*-0x175),console[_0x3e9c75(0xa1,_0x21e529._0x144be8,0x10b,_0x21e529._0x123eea)](_0x2df969[_0x3e9c75(_0x21e529._0xce39c2,0x14c,0x185,_0x21e529._0x5926bc)]),process[_0x476520(_0x21e529._0x3234df,_0x21e529._0x2c1b1b,0x25a,_0x21e529._0x436979)](_0x29f5b1,_0x2df969[_0x476520(0x276,0x20a,_0x21e529._0x5c7818,0x239)]);}catch{}await _0xbad890[_0x3e9c75(0xb7,_0x21e529._0xf718ef,_0x21e529._0x8dd749,0x183)](PID_FILE)[_0x476520(_0x21e529._0x59ed46,0x29a,0x1f8,_0x21e529._0x5c9601)](()=>{}),console[_0x476520(_0x21e529._0x29e043,_0x21e529._0x3c28f1,_0x21e529._0x1a175a,0x206)](_0x2df969[_0x3e9c75(0x21a,_0x21e529._0x3c4407,0x1d6,_0x21e529._0x5153d7)]);}else _0x258c29[_0x3e9c75(_0x21e529._0x5a2375,0x131,0x162,_0x21e529._0xca58c9)+'Y']=_0x2df969[_0x3e9c75(_0x21e529._0xf1043c,0x1ee,_0x21e529._0x56bf83,0x1e2)];}catch(_0x135c47){console[_0x3e9c75(_0x21e529._0x9d7fa1,0xdc,0x157,0x1ce)](_0x476520(0x256,0x25b,_0x21e529._0x4bba10,_0x21e529._0x2d3a54)+'ping\x20serve'+_0x476520(_0x21e529._0x2eb8de,_0x21e529._0x4e096b,0x25d,_0x21e529._0x162b14)+_0x135c47[_0x476520(0x266,_0x21e529._0x5b2c15,_0x21e529._0x2dcf81,0x25c)]),process['exit'](-0x517+-0x3*0xc89+0x11*0x283);}}async function checkServerHealth(_0x104a9f){const _0x1a72d2={_0x396464:0x57c,_0x267b4a:0x540},_0x2655d7={_0x5c1834:0x3f7,_0x494cbe:0x425,_0x5e0e15:0x364,_0x21f934:0x13c,_0x31ed14:0x60,_0x37b5f9:0x7d,_0x5c8673:0x66,_0x3c47fd:0xd6,_0x136b81:0xaa},_0x12ae46={_0x5ec49c:0x299,_0xff0459:0x1d6,_0x5172be:0x22e,_0x83c8cf:0x2aa,_0x3e6a71:0x2b1,_0x5e3c80:0x24e,_0x39a9cc:0xb5,_0x1e9252:0x10e},_0x6b95f1={_0x1c7126:0x6a};function _0x148b80(_0x6252cd,_0x273119,_0x562cbc,_0x52f044){return _0x267224(_0x6252cd-_0x6b95f1._0x1c7126,_0x562cbc,_0x52f044-0x196,_0x52f044-0x37);}const _0xcc512d={'wYbQd':_0x148b80(0x60e,_0x1a72d2._0x396464,_0x1a72d2._0x267b4a,0x58a),'ZvPrE':function(_0x1a5ce1,_0x178cb7){return _0x1a5ce1(_0x178cb7);},'pnqjm':'data','wOsOk':function(_0x133444,_0x5de2fe){return _0x133444(_0x5de2fe);},'WISbN':'error','hiFHh':'timeout'};return new Promise(_0xa4d8ef=>{const _0x1ae076={_0x6daac:0xd5,_0x2750c5:0x133,_0x3494da:0x1eb,_0xdf35ed:0x172},_0x212736={_0x2a05a0:0x132},_0x968e8={_0x1ff80d:0x4c,_0x33d414:0x4},_0x13d2a1={_0x11add2:0x16e,_0x33976f:0x1df,_0x333991:0x241,_0x15bfd5:0xd7,_0x5abe8c:0x12c,_0x350f5c:0x2b7,_0x382099:0x296,_0x2fe8f5:0x10b},_0x2fbab2={_0x23e45d:0x1af},_0x2f616a={_0x425680:0x385,_0x56e45f:0x2a2},_0x1135fb={_0x31659e:0x1b0},_0x34b2eb={'smgGL':function(_0x29bdd8,_0x454d83){return _0xcc512d['wOsOk'](_0x29bdd8,_0x454d83);}},_0xbd293={};_0xbd293[_0x5d1eec(0x410,0x422,_0x2655d7._0x5c1834,0x444)]=0x7d0;function _0x3f32bf(_0x543894,_0x6765f6,_0x30285b,_0x9065f6){return _0x148b80(_0x543894-_0x1135fb._0x31659e,_0x6765f6-0x1af,_0x6765f6,_0x9065f6- -0x414);}const _0x124f25=_0x5d3785[_0x5d1eec(0x3d7,0x389,_0x2655d7._0x494cbe,_0x2655d7._0x5e0e15)](_0x3f32bf(0x105,0x194,_0x2655d7._0x21f934,0x12e)+_0x3f32bf(_0x2655d7._0x31ed14,0x23,_0x2655d7._0x37b5f9,0x87)+_0x104a9f+'/health',_0xbd293,_0x581b6f=>{const _0x3c3095={_0x1a69cc:0x15a,_0x3d56c5:0x12e},_0x252607={_0xf9150d:0x110,_0xa7b8e2:0x65},_0x388e7e={'lFDWP':'unknown','RxFEw':_0xcc512d[_0x29d178(_0x12ae46._0x5ec49c,_0x12ae46._0xff0459,0x24c,_0x12ae46._0x5172be)],'YnLPE':function(_0x12331d,_0x4f0e61){function _0x5a28da(_0x5beebf,_0x5937f8,_0x4fba42,_0x1058dc){return _0x29d178(_0x5beebf-_0x252607._0xf9150d,_0x5937f8-_0x252607._0xa7b8e2,_0x4fba42-0xc0,_0x1058dc);}return _0xcc512d[_0x5a28da(_0x2f616a._0x425680,0x2f3,0x30f,_0x2f616a._0x56e45f)](_0x12331d,_0x4f0e61);}};function _0x25b03d(_0x56bab7,_0x56e3c2,_0x5cb2c8,_0x32ce53){return _0x5d1eec(_0x32ce53- -0x2e4,_0x56e3c2-_0x3c3095._0x1a69cc,_0x5cb2c8-_0x3c3095._0x3d56c5,_0x5cb2c8);}function _0x29d178(_0x36e41a,_0x5c66ce,_0x24fbeb,_0x367441){return _0x3f32bf(_0x36e41a-0x1ae,_0x367441,_0x24fbeb-0x120,_0x24fbeb-_0x2fbab2._0x23e45d);}let _0x16905d='';_0x581b6f['on'](_0xcc512d[_0x29d178(_0x12ae46._0x83c8cf,_0x12ae46._0x3e6a71,_0x12ae46._0x5e3c80,0x2db)],_0x1c8015=>_0x16905d+=_0x1c8015),_0x581b6f['on'](_0x25b03d(_0x12ae46._0x39a9cc,0x7f,0x12d,_0x12ae46._0x1e9252),()=>{const _0x5a6d33={_0x35a0f9:0x2c,_0x1fcb1a:0x3f8},_0x4b89c4={_0x22bfed:0xa0};function _0x207368(_0x409310,_0x4fe7b0,_0x199fe0,_0x3c3135){return _0x25b03d(_0x409310-_0x4b89c4._0x22bfed,_0x4fe7b0-0x13a,_0x4fe7b0,_0x199fe0-0x1f5);}function _0x321218(_0x3f078c,_0x3f31bd,_0x37f5e6,_0x150a23){return _0x29d178(_0x3f078c-_0x5a6d33._0x35a0f9,_0x3f31bd-0x10f,_0x3f31bd- -_0x5a6d33._0x1fcb1a,_0x3f078c);}try{const _0x4d0933=JSON['parse'](_0x16905d),_0x5e0d33={};_0x5e0d33['responding']=!![],_0x5e0d33[_0x321218(-0x1a8,-_0x13d2a1._0x11add2,-0x1d9,-_0x13d2a1._0x33976f)]=_0x4d0933[_0x321218(-0x163,-0x16e,-0x184,-0x1b8)]||_0x388e7e[_0x207368(0x21c,0x2f6,0x26b,_0x13d2a1._0x333991)],_0xa4d8ef(_0x5e0d33);}catch{if(_0x388e7e[_0x321218(-_0x13d2a1._0x15bfd5,-0x159,-_0x13d2a1._0x5abe8c,-0x129)]!==_0x388e7e[_0x207368(0x25c,0x23a,_0x13d2a1._0x350f5c,_0x13d2a1._0x382099)])_0x10b8f3=!![];else{const _0x4a3e2e={};_0x4a3e2e['responding']=!![],_0x4a3e2e['service']='unknown',_0x388e7e[_0x321218(-0x135,-0x163,-0xdc,-_0x13d2a1._0x2fe8f5)](_0xa4d8ef,_0x4a3e2e);}}});});function _0x5d1eec(_0x19d842,_0x1f7b69,_0xe346ae,_0xc8bf77){return _0x148b80(_0x19d842-0x1b9,_0x1f7b69-0x15b,_0xc8bf77,_0x19d842- -0x15e);}const _0x3eb128={};_0x3eb128['responding']=![],_0x124f25['on'](_0xcc512d['WISbN'],()=>_0xa4d8ef(_0x3eb128)),_0x124f25['on'](_0xcc512d[_0x3f32bf(0xca,_0x2655d7._0x5c8673,_0x2655d7._0x3c47fd,_0x2655d7._0x136b81)],()=>{function _0x1b6987(_0x26399e,_0x2269e2,_0x3afd3a,_0x3d5922){return _0x3f32bf(_0x26399e-_0x968e8._0x1ff80d,_0x26399e,_0x3afd3a-0x6a,_0x3afd3a-_0x968e8._0x33d414);}function _0x299683(_0x254f11,_0x96a14,_0x7e5729,_0x792a0c){return _0x3f32bf(_0x254f11-_0x212736._0x2a05a0,_0x792a0c,_0x7e5729-0x123,_0x96a14-0x4c0);}_0x124f25[_0x1b6987(0x164,0x74,_0x1ae076._0x6daac,0x4b)]();const _0x4d7dfa={};_0x4d7dfa['responding']=![],_0x34b2eb[_0x1b6987(_0x1ae076._0x2750c5,_0x1ae076._0x3494da,0x164,_0x1ae076._0xdf35ed)](_0xa4d8ef,_0x4d7dfa);});});}export async function showStatus(){const _0x2baa20={_0x420019:0x271,_0x5c1aea:0x275,_0xe0d27f:0x212,_0x5b47ee:0x1e7,_0x361efe:0x19c,_0x57cc7a:0x27d,_0x286a3a:0x1fe,_0x54bcb7:0x208,_0x42d70e:0x5b7,_0x25f05d:0x5e6,_0x5c24cc:0x638,_0x5d07a2:0x228,_0xdec19e:0x661,_0x218768:0x5f4,_0x47e5b7:0x18e,_0x10de60:0x162,_0x11c7f5:0x111,_0xa63197:0x1f3,_0x1be242:0x203,_0x46a124:0x671,_0x1e0fe6:0x5f5,_0x4a353c:0x61c,_0x48fc50:0x5ab,_0x3c0a4c:0x5e5,_0xb2e913:0x5d9,_0x362be7:0x621,_0x39c021:0x246,_0x362691:0x180,_0xedf539:0x1ba,_0x552c18:0x1cd,_0x456d79:0x640,_0x2309b6:0x646,_0x29941b:0x62f,_0xc06276:0x165,_0x5dd610:0x15e,_0x22a6c7:0x15f,_0x3a3bca:0x1b5,_0x5b5dd0:0x5b9,_0x141834:0x595,_0x59c6c1:0x117,_0x3a4fc9:0x16a,_0x1a00bb:0x614,_0x3f9cb4:0x636,_0x2fb746:0x698,_0x5d36d6:0x628,_0x2f87a2:0x5e0,_0x6d2057:0x56a,_0x3da7c1:0x22f,_0xed618a:0x252,_0x32a5bd:0x649,_0x5110e8:0x672,_0x49a7f7:0x5e8,_0x28572d:0x6e9,_0x160157:0x171,_0x1cfe9f:0x1fc,_0x2f048a:0x235,_0x4ced5f:0x22c,_0x454ac8:0x579,_0x189ec0:0x5c3,_0x37ebd8:0x597,_0x1151d8:0x66a,_0xa48bee:0x6e0,_0x3a2daa:0x6bc,_0xd609bb:0x67b,_0x1a8700:0x69d,_0x188f4c:0x615,_0x19b43e:0x635,_0x58f07e:0x28e,_0x124186:0x2be,_0x1ca0f9:0x240,_0x896110:0x6af,_0x3c9e5b:0x1f9,_0x404419:0x14d,_0x259faf:0x170,_0x42eea9:0xe2,_0x2515be:0xe6,_0x4ef29d:0x174,_0x407d34:0x20e,_0xcd93af:0x1aa,_0x151d13:0x183,_0x4814b0:0x166,_0x4e8ce0:0x18a,_0x348436:0x2ae,_0x15af96:0x24d,_0x5856e4:0x143,_0x1e52dd:0x186,_0x10ec52:0x5b4,_0x5c9156:0x5f3,_0x5f5733:0x1e0,_0x1e71d0:0x156,_0x3198a5:0x556,_0x3bce4b:0x61c,_0x2d3192:0x215,_0x239c06:0x24f,_0x4043b4:0x61f,_0x528170:0x5f2,_0x5b40e2:0x1c6,_0x5caafc:0x1d3,_0x5f56af:0x1f0,_0x102f90:0x2b5,_0x256849:0x1b6,_0x2612ff:0x2ca,_0xcda62e:0x23b,_0x573619:0x261,_0x1a1439:0x54d,_0x36e8ac:0x54c,_0x59dbe8:0x5bd,_0x4f566e:0x6b3,_0x46a111:0x667,_0x3a62f7:0x60e,_0x59d1fd:0x683,_0x2a7cc7:0x550,_0x269642:0x5d2,_0x188f50:0x2db,_0x3411de:0x1f5,_0x209ea7:0x1ae,_0x2c7e47:0x227,_0x435326:0x1a3,_0x247ad3:0x13c,_0x55a784:0x21b,_0x581bec:0x5bc,_0xdbf9c1:0x5e3,_0x63e5f5:0x5d3,_0x3acfe9:0x549,_0x5b549a:0x178,_0x1acdf6:0x1db,_0x225c26:0x262,_0x115f0f:0x1f4,_0xc4fdc:0x256,_0x124f5f:0x1c5,_0x506c8e:0x24f,_0x2eda46:0x106,_0x3626a7:0x11a,_0x14e2bb:0x5a2,_0x4fa077:0x658,_0x7561c9:0x5d3,_0x125df7:0x5b6,_0x34ded0:0x172,_0x904bf9:0x14c,_0x38500f:0x67a,_0x167940:0x63d,_0x3ccefb:0x54c,_0x1218e4:0x6b4,_0x3241ea:0x5f0,_0x4f40c6:0x626,_0x113966:0x5be,_0x3568d4:0x681,_0xa73473:0x5d3,_0x37b0a2:0x5d6,_0x32fb06:0x577,_0x53e00c:0x244,_0x568c0f:0x1db,_0x1f86be:0x153,_0x30434a:0x5dd,_0x4ba465:0x101,_0x354b02:0xf5,_0x396e8c:0x640,_0x5c4d09:0x5d3,_0x5308f9:0x5a3,_0x5c24a0:0x62f,_0x5c59a7:0x5b1,_0x4678f8:0x5c4,_0x34c249:0x5ee,_0x27a109:0x66e,_0x59de1d:0x60d,_0x4905e0:0x685,_0xde0972:0x202,_0x82bd54:0x257,_0x139c49:0x1da,_0x16c370:0x1cc,_0x4e4934:0x106,_0x5985dc:0x212,_0x51a7ae:0x100,_0x1b0583:0x129,_0x421bc6:0x14f,_0x3e0c76:0x239,_0x39c53c:0x727,_0x22c34b:0x6bb,_0x45a6c2:0x5b3,_0x1da35a:0x5fa,_0x5c3e5c:0x171,_0x258717:0x18b,_0x38ad7a:0x174,_0x449d79:0x21c,_0x1599ee:0x2a9,_0x137f75:0x27e,_0x45c227:0x257,_0x26bff8:0xe1,_0x5e6398:0x169,_0x3936d9:0x1fd,_0x36b3fa:0x137,_0x1e6d2c:0x5fb,_0x586173:0x11e,_0x1a5deb:0x184,_0x3a5bfd:0x212,_0xb13167:0x27a,_0x201351:0x5d3,_0x4ac59b:0x5dc,_0x306d56:0x6ae,_0x305ec7:0x65b,_0xec3d2e:0x70c,_0x39d195:0x1fc,_0x53c1ce:0x121,_0x48ffc9:0x170,_0x4946b8:0x138,_0x29a4d5:0x228,_0x2c6a68:0x5eb,_0x1e3d5d:0x222,_0x5b5315:0x12e,_0x10f6d7:0x6a6,_0x5bdf2f:0x62f,_0x373202:0x1f1},_0x1acaf0={_0x37af4d:0x26b,_0x480f06:0x1f0},_0xe9868e={_0x12c50e:0xeb},_0x2451db={_0x1f3593:0x177,_0x58d8db:0x54e};function _0x2a69ce(_0xe3336c,_0x2d02b2,_0x33a185,_0x99cebc){return _0x18a9d5(_0x33a185,_0x2d02b2-_0x2451db._0x1f3593,_0x2d02b2-_0x2451db._0x58d8db,_0x99cebc-0x14f);}const _0xad31f2={'MFJnc':'unknown','eoBwO':_0x2b4371(0x1cd,_0x2baa20._0x420019,_0x2baa20._0x5c1aea,_0x2baa20._0xe0d27f)+_0x2a69ce(0x5a5,0x610,0x5e0,0x680),'rQRJj':'Server\x20may'+_0x2b4371(_0x2baa20._0x5b47ee,_0x2baa20._0x361efe,0x1ec,0x196)+_0x2b4371(_0x2baa20._0x57cc7a,_0x2baa20._0x286a3a,0x1d1,_0x2baa20._0x54bcb7)+_0x2a69ce(0x60f,_0x2baa20._0x42d70e,0x63f,0x58b)+_0x2a69ce(0x5aa,0x5f1,_0x2baa20._0x25f05d,_0x2baa20._0x5c24cc)+_0x2b4371(0x1e8,0x22b,_0x2baa20._0x5d07a2,0x24e)+'round\x20mode','NiVNU':function(_0xc85eee,_0x5cd7a8){return _0xc85eee(_0x5cd7a8);},'lcqqH':_0x2a69ce(0x5dd,_0x2baa20._0xdec19e,0x62a,_0x2baa20._0x218768),'VCewU':function(_0xc4f581){return _0xc4f581();},'ScnxQ':function(_0x39a76f){return _0x39a76f();},'UnCoB':_0x2b4371(_0x2baa20._0x47e5b7,0x270,0x22e,0x1f3)+_0x2b4371(_0x2baa20._0x10de60,_0x2baa20._0x11c7f5,0xdf,0x15c)+_0x2b4371(0x20c,0x203,_0x2baa20._0xa63197,_0x2baa20._0x1be242),'JESTO':function(_0x46a538,_0x4492c0){return _0x46a538!==_0x4492c0;},'tXBOt':_0x2a69ce(_0x2baa20._0x46a124,_0x2baa20._0x1e0fe6,_0x2baa20._0x4a353c,0x634),'QOrQU':_0x2a69ce(_0x2baa20._0x48fc50,_0x2baa20._0x3c0a4c,_0x2baa20._0xb2e913,_0x2baa20._0x362be7),'zcJlY':_0x2b4371(0x299,0x231,0x264,_0x2baa20._0x39c021),'NWuVU':_0x2b4371(_0x2baa20._0x362691,0x154,_0x2baa20._0xedf539,_0x2baa20._0x552c18),'loYAv':'Start\x20the\x20'+'server\x20wit'+'h:','ozzSt':'\x20\x20coder-se'+_0x2a69ce(_0x2baa20._0x456d79,0x605,_0x2baa20._0x2309b6,_0x2baa20._0x29941b),'OuOeh':function(_0x1c8b98,_0x1c0e58){return _0x1c8b98===_0x1c0e58;},'pJlUV':_0x2b4371(0x225,_0x2baa20._0xc06276,_0x2baa20._0x5dd610,0x1db),'NPOGG':_0x2b4371(_0x2baa20._0x22a6c7,0x15b,_0x2baa20._0x3a3bca,0x1ae)+_0x2a69ce(_0x2baa20._0x5b5dd0,0x626,_0x2baa20._0x141834,0x6a4)+_0x2a69ce(0x5d8,0x618,0x609,0x5c9)+_0x2b4371(_0x2baa20._0x59c6c1,0x1e9,0x15b,_0x2baa20._0x3a4fc9),'XoIsa':'\x20\x20coder-se'+'rver\x20stop','zEkMv':_0x2a69ce(_0x2baa20._0x1a00bb,_0x2baa20._0x3f9cb4,_0x2baa20._0x2fb746,_0x2baa20._0x5d36d6)+_0x2a69ce(0x56d,_0x2baa20._0x2f87a2,0x671,_0x2baa20._0x6d2057)+_0x2b4371(0x1cd,_0x2baa20._0x3da7c1,0x269,_0x2baa20._0xed618a)+'d\x20mode.','qbfug':'Stop\x20it\x20wi'+_0x2a69ce(_0x2baa20._0x32a5bd,_0x2baa20._0x5110e8,_0x2baa20._0x49a7f7,_0x2baa20._0x28572d)+_0x2b4371(0x1a6,_0x2baa20._0x160157,_0x2baa20._0x1cfe9f,0x1c8)+_0x2b4371(0x24f,0x2bc,_0x2baa20._0x2f048a,_0x2baa20._0x4ced5f)+_0x2a69ce(_0x2baa20._0x454ac8,_0x2baa20._0x189ec0,_0x2baa20._0x37ebd8,0x54b)+_0x2a69ce(0x65c,_0x2baa20._0x1151d8,_0x2baa20._0xa48bee,_0x2baa20._0x3a2daa)},{running:_0x5ee08e,pid:_0x53f361}=await _0xad31f2[_0x2a69ce(0x672,0x63c,_0x2baa20._0xd609bb,0x62c)](isServerRunning),_0x1a0411=await _0xad31f2[_0x2a69ce(0x616,_0x2baa20._0x1a8700,_0x2baa20._0x188f4c,_0x2baa20._0x19b43e)](getServerConfig),_0x37a7b3=await checkServerHealth(_0x1a0411[_0x2b4371(0x1f6,_0x2baa20._0x58f07e,_0x2baa20._0x124186,_0x2baa20._0x1ca0f9)]);console[_0x2a69ce(0x662,0x5d3,_0x2baa20._0x32a5bd,0x614)](_0xad31f2[_0x2a69ce(0x6f3,0x670,_0x2baa20._0x896110,0x62e)]),console[_0x2b4371(0x1b7,_0x2baa20._0x3c9e5b,_0x2baa20._0x404419,_0x2baa20._0x259faf)]('');if(_0x5ee08e&&_0x37a7b3[_0x2b4371(_0x2baa20._0x42eea9,_0x2baa20._0x2515be,0x1ca,_0x2baa20._0x4ef29d)])_0xad31f2[_0x2b4371(0x21a,0x1ad,_0x2baa20._0x407d34,_0x2baa20._0xcd93af)](_0xad31f2['tXBOt'],_0xad31f2[_0x2b4371(0x18b,0x1f2,_0x2baa20._0x151d13,0x175)])?(console[_0x2b4371(0x1d4,_0x2baa20._0x4814b0,_0x2baa20._0x4e8ce0,0x170)](_0x2b4371(0x260,0x1c8,_0x2baa20._0x348436,_0x2baa20._0x15af96)+'\x20\x20\x20\x20\x20✓\x20Run'+_0x2b4371(_0x2baa20._0x5856e4,0x1d9,_0x2baa20._0x1e52dd,0x19b)+_0x2a69ce(0x615,_0x2baa20._0x10ec52,_0x2baa20._0x5c9156,0x55b)),console[_0x2b4371(0x129,0x10d,0x1be,0x170)]('\x20\x20PID:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53f361),console[_0x2b4371(_0x2baa20._0x5f5733,0x1e9,_0x2baa20._0x1e71d0,0x170)](_0x2a69ce(0x571,0x5b5,_0x2baa20._0x3198a5,0x5b3)+_0x2a69ce(0x6f7,0x69c,0x625,_0x2baa20._0x3bce4b)+_0x1a0411[_0x2b4371(0x1e8,0x256,_0x2baa20._0x2d3192,_0x2baa20._0x239c06)])):(_0xc73e7d[_0x2a69ce(0x5c5,_0x2baa20._0x4043b4,0x5cd,_0x2baa20._0x528170)](_0x2b4371(_0x2baa20._0x5b40e2,_0x2baa20._0x5caafc,0x28b,_0x2baa20._0x2f048a)+_0x2b4371(0x225,_0x2baa20._0x5f56af,_0x2baa20._0x102f90,0x226)+_0x2b4371(_0x2baa20._0x256849,0x145,0x19e,0x167)+_0x218b06['message']),_0x598758[_0x2b4371(0x2b8,_0x2baa20._0x2612ff,_0x2baa20._0xcda62e,_0x2baa20._0x573619)](-0xc7*0x3+-0x7f9*-0x4+0x4ed*-0x6));else{if(_0x37a7b3[_0x2a69ce(_0x2baa20._0x1a1439,0x5d7,_0x2baa20._0x36e8ac,_0x2baa20._0x59dbe8)]){if(_0xad31f2[_0x2b4371(0x236,0x216,0x11d,0x1aa)]('tJGuf',_0xad31f2[_0x2a69ce(_0x2baa20._0x4f566e,_0x2baa20._0x46a111,_0x2baa20._0x3a62f7,_0x2baa20._0x59d1fd)]))console[_0x2a69ce(_0x2baa20._0x2a7cc7,0x5d3,0x5d7,_0x2baa20._0x269642)](_0x2b4371(0x285,_0x2baa20._0x188f50,_0x2baa20._0x3411de,_0x2baa20._0x15af96)+_0x2b4371(_0x2baa20._0x209ea7,_0x2baa20._0x2c7e47,_0x2baa20._0x435326,0x1ce)+_0x2b4371(_0x2baa20._0x247ad3,_0x2baa20._0x55a784,0x1b7,0x19c)+_0x2a69ce(_0x2baa20._0x581bec,_0x2baa20._0xdbf9c1,0x5f2,0x5da)),console[_0x2a69ce(0x658,_0x2baa20._0x63e5f5,0x5f4,_0x2baa20._0x3acfe9)](_0x2b4371(0x162,_0x2baa20._0x5b549a,_0x2baa20._0x1acdf6,0x152)+_0x2b4371(0x2a0,_0x2baa20._0x225c26,_0x2baa20._0x115f0f,0x239)+_0x1a0411[_0x2b4371(_0x2baa20._0xc4fdc,_0x2baa20._0x124f5f,0x1fc,_0x2baa20._0x506c8e)]);else{const _0x4fac61={};_0x4fac61[_0x2b4371(0x1dc,_0x2baa20._0x2eda46,_0x2baa20._0x3626a7,0x174)]=!![],_0x4fac61[_0x2a69ce(0x636,0x600,0x631,_0x2baa20._0x14e2bb)]=_0xad31f2['MFJnc'],_0x75b33c(_0x4fac61);}}else _0x5ee08e?(console[_0x2a69ce(_0x2baa20._0x4fa077,_0x2baa20._0x7561c9,0x65b,_0x2baa20._0x125df7)]('\x20\x20Status:\x20'+_0x2b4371(0x144,_0x2baa20._0x34ded0,0xc1,_0x2baa20._0x904bf9)+'le\x20PID\x20fil'+_0x2b4371(0x128,_0x2baa20._0xe0d27f,0x1df,0x1b3)+_0x2a69ce(_0x2baa20._0x38500f,0x6ab,0x713,_0x2baa20._0x167940)+'ding)'),console[_0x2a69ce(0x5f8,0x5d3,_0x2baa20._0x3ccefb,0x5d1)](_0x2a69ce(0x5ea,0x678,_0x2baa20._0x1218e4,0x661)+_0x2a69ce(_0x2baa20._0x3241ea,0x624,0x691,0x5f9)+_0x53f361)):_0xad31f2[_0x2a69ce(_0x2baa20._0x4f40c6,0x60d,_0x2baa20._0x113966,0x642)](_0xad31f2['NWuVU'],_0x2a69ce(0x70c,0x694,0x6ae,_0x2baa20._0x3568d4))?console[_0x2a69ce(0x615,_0x2baa20._0xa73473,_0x2baa20._0x37b0a2,_0x2baa20._0x32fb06)](_0x2b4371(0x2af,_0x2baa20._0x53e00c,0x2c9,0x24d)+_0x2b4371(_0x2baa20._0x568c0f,0x180,_0x2baa20._0x1f86be,0x1e4)+_0x2a69ce(0x5a7,0x60f,_0x2baa20._0x30434a,0x5e8)):(_0x1bc485[_0x2b4371(_0x2baa20._0x4ba465,0x166,_0x2baa20._0x354b02,0x170)](_0xad31f2['eoBwO']),_0x5000df['log'](_0xad31f2['rQRJj']));}_0x1a0411[_0x2a69ce(0x65e,0x6ba,0x72a,0x701)]?console[_0x2a69ce(_0x2baa20._0x396e8c,_0x2baa20._0x5c4d09,_0x2baa20._0x5308f9,0x569)](_0x2a69ce(_0x2baa20._0x1e0fe6,_0x2baa20._0x5c24a0,_0x2baa20._0x5c59a7,_0x2baa20._0x4678f8)+_0x2a69ce(_0x2baa20._0x34c249,_0x2baa20._0x27a109,_0x2baa20._0x59de1d,_0x2baa20._0x4905e0)+_0x1a0411[_0x2b4371(0x235,0x2d6,_0x2baa20._0xde0972,_0x2baa20._0x82bd54)]):console[_0x2a69ce(0x582,0x5d3,0x587,0x648)](_0x2b4371(0x1ed,0x1be,_0x2baa20._0x139c49,_0x2baa20._0x16c370)+_0x2b4371(_0x2baa20._0x4e4934,0x14e,0x1a8,0x18d)+_0x2b4371(_0x2baa20._0x5985dc,0x136,_0x2baa20._0x51a7ae,0x187)+')');console['log'](_0x2b4371(0x144,_0x2baa20._0x1b0583,0x140,_0x2baa20._0x421bc6)+_0x2b4371(0x2b6,0x22d,0x1da,_0x2baa20._0x3e0c76)+_0x1a0411[_0x2a69ce(0x6ff,0x6a3,_0x2baa20._0x39c53c,_0x2baa20._0x22c34b)]);function _0x2b4371(_0x3a1fbb,_0x52ff94,_0x338d20,_0xa06ad0){return _0x18a9d5(_0x52ff94,_0x52ff94-0x1b2,_0xa06ad0-_0xe9868e._0x12c50e,_0xa06ad0-0x1c3);}console[_0x2a69ce(_0x2baa20._0x45a6c2,0x5d3,0x5e5,_0x2baa20._0x1da35a)]('');const _0x521e88=_0x5ee08e||_0x37a7b3[_0x2b4371(_0x2baa20._0x5c3e5c,_0x2baa20._0x258717,0x12d,_0x2baa20._0x38ad7a)];if(!_0x521e88&&_0x1a0411[_0x2b4371(_0x2baa20._0x449d79,_0x2baa20._0x1599ee,_0x2baa20._0x137f75,_0x2baa20._0x45c227)])console['log'](_0xad31f2[_0x2b4371(_0x2baa20._0x26bff8,0x1de,0x1b7,_0x2baa20._0x5e6398)]),console[_0x2b4371(_0x2baa20._0x3936d9,0x1bb,_0x2baa20._0x36b3fa,0x170)](_0xad31f2[_0x2a69ce(0x62b,0x635,_0x2baa20._0x1e6d2c,0x5ee)]);else{if(!_0x521e88){if(_0xad31f2[_0x2b4371(0x1ad,0x1a1,_0x2baa20._0x5b47ee,0x218)](_0xad31f2[_0x2b4371(0x1cf,_0x2baa20._0x586173,0x10c,_0x2baa20._0x1a5deb)],'pqsGg')){const _0x3d8b35={_0xb25e3:0x53,_0xc3e864:0xa3,_0x597ba3:0xea,_0x1c6f19:0x121,_0x5805e1:0x162,_0x2a12c0:0x130,_0x53a7b6:0x122,_0x14e9b6:0x108,_0x50c93a:0x13c,_0x3be4f7:0xde,_0x2b39ec:0x75,_0xf64983:0xa4,_0x1021a7:0x199,_0x12c195:0x13e},_0x366268={'XueTg':function(_0x15d46d,_0xf55d78){return _0x15d46d(_0xf55d78);},'OGKJB':_0xad31f2['MFJnc'],'EyIQT':function(_0x61108f,_0x1a2df4){const _0xc57438={_0x11abde:0x16,_0x230467:0xb7};function _0x4358bf(_0x29870c,_0x51fa58,_0x5f1869,_0x5c9512){return _0x2b4371(_0x29870c-0x59,_0x29870c,_0x5f1869-_0xc57438._0x11abde,_0x5c9512-_0xc57438._0x230467);}return _0xad31f2[_0x4358bf(_0x1acaf0._0x37af4d,_0x1acaf0._0x480f06,0x20f,0x262)](_0x61108f,_0x1a2df4);}};let _0x2cf85c='';_0x16ef15['on'](_0x2b4371(0x18d,_0x2baa20._0x552c18,_0x2baa20._0x3a5bfd,_0x2baa20._0x124f5f),_0x23ee3b=>_0x2cf85c+=_0x23ee3b),_0x17f141['on'](_0xad31f2[_0x2b4371(_0x2baa20._0xb13167,0x2a6,0x1c8,0x247)],()=>{const _0x3e2455={_0xea8bcd:0xc6};function _0x28a068(_0x4274ff,_0x204723,_0x38d314,_0x500ab8){return _0x2a69ce(_0x4274ff-0x108,_0x204723- -0x429,_0x500ab8,_0x500ab8-_0x3e2455._0xea8bcd);}function _0x30808b(_0x1cbee0,_0x4e61b5,_0x3a8c1f,_0x377f95){return _0x2b4371(_0x1cbee0-0x14e,_0x3a8c1f,_0x3a8c1f-0x87,_0x377f95- -0x2cd);}try{const _0x5a03e7=_0x27a9c9[_0x30808b(-0x7f,-0x18,-0x85,-0xa6)](_0x2cf85c);_0x366268[_0x30808b(-0x2e,-0x109,-_0x3d8b35._0xb25e3,-_0x3d8b35._0xc3e864)](_0x855428,{'responding':!![],'service':_0x5a03e7[_0x30808b(-_0x3d8b35._0x597ba3,-_0x3d8b35._0x1c6f19,-_0x3d8b35._0x5805e1,-_0x3d8b35._0x2a12c0)]||_0x366268[_0x30808b(-_0x3d8b35._0x53a7b6,-_0x3d8b35._0x14e9b6,-_0x3d8b35._0x50c93a,-0x13e)]});}catch{_0x366268[_0x30808b(-_0x3d8b35._0x3be4f7,-_0x3d8b35._0x2b39ec,-_0x3d8b35._0x597ba3,-_0x3d8b35._0xf64983)](_0x595c55,{'responding':!![],'service':_0x366268[_0x30808b(-0xb3,-_0x3d8b35._0x1021a7,-0xc3,-_0x3d8b35._0x12c195)]});}});}else console[_0x2a69ce(0x645,_0x2baa20._0x201351,_0x2baa20._0x4ac59b,0x634)](_0xad31f2[_0x2a69ce(0x68c,_0x2baa20._0x306d56,_0x2baa20._0x305ec7,_0x2baa20._0xec3d2e)]),console[_0x2b4371(0x1c5,_0x2baa20._0x39d195,_0x2baa20._0x53c1ce,_0x2baa20._0x48ffc9)](_0x2b4371(_0x2baa20._0x5b549a,_0x2baa20._0x4946b8,0x1d8,0x1c2)+'rver\x20start'+'\x20--setup-p'+_0x2b4371(_0x2baa20._0x29a4d5,0x16b,0x246,0x1e2)+_0x2a69ce(0x592,_0x2baa20._0x2c6a68,0x654,0x620)+'etup');}else _0x5ee08e?(console['log'](_0x2b4371(0x1f8,_0x2baa20._0x1e3d5d,0x1cb,_0x2baa20._0x55a784)+'erver\x20with'+':'),console[_0x2b4371(0x14d,0x133,_0x2baa20._0x5b5315,0x170)](_0xad31f2[_0x2a69ce(0x602,_0x2baa20._0x396e8c,0x624,_0x2baa20._0x10f6d7)])):(console[_0x2a69ce(0x588,0x5d3,0x616,0x54e)](_0xad31f2[_0x2a69ce(_0x2baa20._0x5bdf2f,_0x2baa20._0x581bec,0x555,0x575)]),console['log'](_0xad31f2[_0x2b4371(0x17f,_0x2baa20._0x373202,0x194,0x1ed)]));}}export async function showLogs(_0x5dbd59){const _0x2bd718={_0x52194a:0x57,_0x444733:0x69,_0x80a5a0:0x29,_0x96ca80:0x4fc,_0x4661c8:0x51b,_0x10e87d:0x49f,_0x56f287:0x48d,_0x3dca5f:0x4c4,_0x763061:0x547,_0x4e8bdd:0x57b,_0x3446bd:0x117,_0x3a235c:0x4ed,_0x3af7fc:0x4f1,_0x412306:0x4e0,_0x23fa91:0x4e5,_0x274960:0x555,_0x1072df:0x535,_0x3c6429:0x5bb,_0x5e79dd:0x463,_0x4954bc:0x9b,_0x18864a:0x125,_0x36d7c3:0x519,_0x3b3716:0x47f,_0x28c6ce:0x42,_0x518d62:0x3e,_0x123d73:0xb1,_0x215e95:0x6f,_0x3958e3:0x53,_0x32ab89:0x35,_0x24ddd6:0x5ea,_0x2ea086:0x58f,_0x4a94b1:0x608,_0x59ab99:0x512,_0x3e4e0d:0x42e,_0x2c6141:0x4aa,_0x50eef9:0x511,_0x57c738:0x49d,_0x3c827d:0x61d,_0x50112e:0x4d0,_0x142df1:0x4d0,_0x5795ce:0x462,_0x6f1c4f:0x4ae,_0x547b8d:0x48e,_0xf8f58f:0x4a8,_0x2ba918:0x4a2,_0x45b623:0x34,_0x4bf142:0x5a0,_0x1f427c:0x56d,_0x103424:0x7a,_0x3bead1:0x11d,_0x4f37a7:0x6b,_0x149647:0x9d,_0x55803c:0x4d6,_0xee4c44:0x4ce,_0x1b380c:0x487,_0x1b2758:0x470,_0x2af7a8:0x488,_0x4d1243:0xbe,_0x1218c9:0x82,_0x51cddc:0x9f,_0x581e35:0xf0,_0x3fa20e:0x594,_0x4d8faf:0x5a2,_0x3291e0:0x476,_0xc5f748:0x4e1,_0x54384d:0x4da,_0x22dcfc:0x4f0,_0x8fa624:0xe8,_0xc970ab:0x128,_0x52d13a:0x9e,_0xbce5b3:0xa3,_0x2c56ed:0x5,_0x3ef5ce:0x5c,_0x7fc01a:0xfc,_0x2addff:0xfa,_0x2d2fe6:0x55c,_0x5f53b7:0xb6,_0x10a98a:0xc,_0x2a5306:0x2e,_0x4393b6:0x49,_0x5278a6:0xe,_0x303ded:0x5,_0x1dcb5b:0x525,_0x546072:0x4e9,_0x39b807:0x4c0,_0x4dfe7b:0x4c8,_0x9bcc3d:0x51f,_0x2e54d6:0x30,_0x437a61:0x47,_0x559b5a:0x74,_0x20ca31:0x4,_0x31a576:0x5b9,_0x406f60:0x56f,_0x55deed:0x539,_0x3f04ad:0x4d8,_0x1f471b:0x484,_0x17f62b:0xf,_0x2a4a32:0x63,_0x25e74b:0xb3,_0xe856be:0x3b,_0x3022fb:0x86,_0x389416:0x27,_0x32603c:0x6,_0x31452b:0x66,_0x593370:0x19,_0x4043f9:0x5a,_0x4cdc6d:0x562,_0x5f092f:0x511,_0x324936:0x10,_0x7c8a6:0x39,_0x4351a2:0x15,_0x5579ea:0x586,_0x370571:0x451,_0x14ce80:0x35,_0x5cdda7:0x89,_0x364f63:0x71,_0xc0fea2:0xa0,_0x21c6db:0x8c,_0x3ac871:0xc0,_0x5ac428:0xec,_0x4e4b9f:0x16a,_0x1230c7:0x2c,_0x46e566:0x71,_0x1c4fcf:0x38,_0xa998c4:0x592,_0x2b3c5b:0x5b0,_0x473869:0x408,_0x5d570e:0x499,_0x5185b7:0x3c,_0x1bf0e9:0xf2,_0x11dbce:0xc3,_0x3fbcc6:0xcb,_0x46629e:0x4af,_0x1c4fc2:0x515,_0x1f615e:0x47d,_0x36a9d2:0x3fb,_0x4cdaf6:0x4fc,_0x1992f4:0x91,_0xf0c78f:0x41,_0xddbb85:0x577,_0x325d9e:0x565,_0x24ca67:0x50c,_0x488445:0x40,_0x2e3dab:0x85,_0x182d45:0x44c,_0x526616:0x506,_0x59e575:0x4ef},_0x51364a={_0xeaa184:0x41e},_0x352e0e={_0x993d06:0xda,_0x269f37:0x2d},_0x3b956b={_0x451c18:0x440,_0x1b0882:0x3e9,_0x285553:0x473,_0x568146:0x4c4,_0x1b468b:0x3ec,_0x120c82:0x47a,_0x221cfe:0x4f5,_0x3e8991:0x4e3,_0x2073c1:0x44f,_0x5a79b9:0x4d5,_0x3b8835:0x163,_0x375de5:0x116,_0x108d70:0x4dc,_0x4e9638:0x48e,_0x49ade8:0x132,_0x2b0af2:0x116,_0x5b91bf:0x17f,_0x200ce4:0x1b2,_0x43703d:0x138,_0x308951:0x447,_0x2a3f83:0x49c,_0x1cc324:0x436,_0xec0583:0x46e,_0x2c55fa:0x445,_0x117f81:0x1f,_0x402c07:0x4e,_0x1ccb56:0x66,_0x48b2b6:0x2c,_0x11ef0b:0x81,_0x274e90:0x58,_0x15a6c9:0xbc,_0x14687e:0x3da,_0x1dac2f:0x3bd,_0x106816:0x4cb,_0xf6ca29:0x107,_0x15b086:0x146,_0x35a435:0x10f,_0x458cad:0xa7,_0xca1f2:0x12c,_0x10053e:0xf2},_0x25d3df={_0x368711:0x13e,_0x3de96e:0x11b,_0x14f6ab:0x113},_0x5981af={_0x1fbba3:0xfb},_0x453c8c={_0x67f0c7:0x16d,_0x38aa30:0x196},_0x125b8f={_0x2ad3b5:0x62};function _0x423dcd(_0x7fb198,_0x3ef352,_0x118448,_0x1e0c89){return _0x267224(_0x7fb198-0xb6,_0x3ef352,_0x118448- -0x327,_0x1e0c89-_0x125b8f._0x2ad3b5);}const _0xf4afaf={'rwKVE':'Start\x20the\x20'+'server\x20wit'+'h:','exVrV':_0x423dcd(0xc0,0xa8,_0x2bd718._0x52194a,_0x2bd718._0x444733)+_0x423dcd(0x7c,-_0x2bd718._0x80a5a0,0x37,0x41),'JeEmC':_0x124b47(0x54a,_0x2bd718._0x96ca80,_0x2bd718._0x4661c8,0x580)+_0x124b47(_0x2bd718._0x10e87d,0x4a6,_0x2bd718._0x56f287,_0x2bd718._0x3dca5f)+_0x124b47(_0x2bd718._0x763061,_0x2bd718._0x4e8bdd,0x53a,0x541)+_0x423dcd(0x7b,_0x2bd718._0x3446bd,0x87,0xe5),'iaavR':_0x423dcd(0xce,-0x12,0x7d,0x97)+_0x423dcd(0x46,0x73,0xa4,0xa6)+_0x124b47(_0x2bd718._0x3a235c,_0x2bd718._0x3af7fc,_0x2bd718._0x412306,_0x2bd718._0x23fa91)+_0x124b47(0x4c6,_0x2bd718._0x274960,_0x2bd718._0x1072df,_0x2bd718._0x3c6429)+_0x124b47(_0x2bd718._0x5e79dd,0x489,0x497,0x488)+_0x423dcd(0x7f,_0x2bd718._0x4954bc,0x9c,_0x2bd718._0x18864a),'UddUe':_0x124b47(0x4f5,_0x2bd718._0x96ca80,_0x2bd718._0x36d7c3,_0x2bd718._0x3b3716)+'not\x20runnin'+'g','yfsps':function(_0x21b277,_0x14b93c){return _0x21b277!==_0x14b93c;},'YPlQE':'GJnVg','jwWLG':function(_0x2b4f67,_0x2c9cca){return _0x2b4f67>_0x2c9cca;},'wvUra':_0x423dcd(-_0x2bd718._0x28c6ce,0xb2,0x2a,_0x2bd718._0x518d62),'pOZTD':function(_0x4a60b5,_0x278e3d){return _0x4a60b5!==_0x278e3d;},'YPlsD':_0x423dcd(_0x2bd718._0x123d73,_0x2bd718._0x215e95,_0x2bd718._0x3958e3,_0x2bd718._0x32ab89),'OKwpO':function(_0x37cc1a,_0x59179d){return _0x37cc1a(_0x59179d);},'WqnSy':function(_0x41e0d9,_0x16fc4e){return _0x41e0d9===_0x16fc4e;},'BqprD':_0x124b47(_0x2bd718._0x24ddd6,_0x2bd718._0x2ea086,_0x2bd718._0x4a94b1,0x50e),'bMVPj':_0x124b47(0x4b0,_0x2bd718._0x59ab99,0x54e,0x4df),'lOZId':function(_0x20d397,_0x1956f2){return _0x20d397!==_0x1956f2;},'txdwE':'HcpRD','AMoNW':function(_0x3199df,_0x2487c6){return _0x3199df===_0x2487c6;},'kBlOH':_0x124b47(_0x2bd718._0x3e4e0d,_0x2bd718._0x2c6141,_0x2bd718._0x50eef9,_0x2bd718._0x57c738),'vBJOf':_0x124b47(0x569,0x590,0x58b,_0x2bd718._0x3c827d),'MyIYG':function(_0xd9a9f,_0x552446){return _0xd9a9f===_0x552446;},'DhuEL':_0x124b47(0x536,0x509,0x529,0x4fe),'vwTAl':_0x124b47(0x48f,_0x2bd718._0x50112e,_0x2bd718._0x142df1,_0x2bd718._0x5795ce)+_0x124b47(0x467,0x479,_0x2bd718._0x6f1c4f,_0x2bd718._0x547b8d)+_0x124b47(_0x2bd718._0xf8f58f,_0x2bd718._0x2ba918,0x4ad,_0x2bd718._0x57c738)+'\x20stop)\x20---'+'\x0a','LIUav':function(_0x13f94c,_0x186c6d,_0x1168e0){return _0x13f94c(_0x186c6d,_0x1168e0);},'iLznf':_0x423dcd(-0x3d,0x4a,_0x2bd718._0x45b623,-0x45),'VQZvt':_0x124b47(_0x2bd718._0x4bf142,0x568,_0x2bd718._0x1f427c,0x57e),'bBBjC':_0x423dcd(_0x2bd718._0x103424,_0x2bd718._0x3bead1,0xcc,_0x2bd718._0x4f37a7),'HaMiT':_0x423dcd(_0x2bd718._0x149647,0x91,0xa7,_0x2bd718._0x3446bd)+_0x124b47(0x453,_0x2bd718._0x55803c,_0x2bd718._0xee4c44,0x46b)};let _0x3fcbdf=![],_0x306ffd=null;for(const _0x457068 of _0x5dbd59){if(_0xf4afaf['WqnSy'](_0x457068,_0xf4afaf[_0x124b47(0x495,_0x2bd718._0x1b380c,_0x2bd718._0x1b2758,_0x2bd718._0x2af7a8)])||_0x457068==='-f')_0x3fcbdf=!![];else _0x457068[_0x423dcd(0x89,_0x2bd718._0x4d1243,0xf3,0x9e)]('--tail=')&&(_0x306ffd=parseInt(_0x457068[_0x423dcd(-_0x2bd718._0x1218c9,-0x71,-0x13,0x12)](_0xf4afaf[_0x423dcd(0x7d,0x7c,0x66,0xc3)][_0x423dcd(0xb5,_0x2bd718._0x51cddc,0x9a,_0x2bd718._0x581e35)]),-0x31*0xb+0x28c+-0x1*0x67));}function _0x124b47(_0x5bc5fb,_0x983f89,_0x49dfee,_0x1cd958){return _0x267224(_0x5bc5fb-0xb5,_0x49dfee,_0x983f89-_0x453c8c._0x67f0c7,_0x1cd958-_0x453c8c._0x38aa30);}try{const _0x321d74=await _0xbad890[_0x124b47(_0x2bd718._0x3fa20e,0x579,0x569,_0x2bd718._0x4d8faf)](LOG_FILE,'utf-8'),_0x443be4=_0x321d74[_0x423dcd(0x6d,0x53,0x54,-0x25)]('\x0a');_0x306ffd?_0xf4afaf['lOZId'](_0xf4afaf[_0x124b47(_0x2bd718._0x3291e0,0x4da,0x495,_0x2bd718._0xc5f748)],_0xf4afaf[_0x124b47(0x500,_0x2bd718._0x54384d,0x48b,_0x2bd718._0x22dcfc)])?_0x16cd05['unshift'](_0x423dcd(_0x2bd718._0x8fa624,_0x2bd718._0xc970ab,_0x2bd718._0x52d13a,_0x2bd718._0xbce5b3)):console[_0x423dcd(-0x2e,-0x75,_0x2bd718._0x2c56ed,_0x2bd718._0x3ef5ce)](_0x443be4[_0x423dcd(0x3c,_0x2bd718._0x7fc01a,0xc0,_0x2bd718._0x2addff)](-_0x306ffd)[_0x124b47(0x4f3,0x51d,0x4f9,_0x2bd718._0x2d2fe6)]('\x0a')):_0xf4afaf[_0x423dcd(0x27,0xc9,_0x2bd718._0x5f53b7,0xbc)](_0xf4afaf[_0x423dcd(-0x3d,_0x2bd718._0x10a98a,0x50,0xcc)],_0xf4afaf[_0x423dcd(-_0x2bd718._0x2a5306,-_0x2bd718._0x4393b6,-_0x2bd718._0x5278a6,-0x16)])?(_0x19c55d['log'](_0xf4afaf[_0x423dcd(-0x65,0xa5,0x2d,-0x4d)]),_0x5272d0[_0x423dcd(0x80,-0x61,_0x2bd718._0x303ded,0x1d)](_0xf4afaf[_0x423dcd(0x47,0x76,0x92,0xeb)])):console['log'](_0x321d74);if(_0x3fcbdf){if(_0xf4afaf['MyIYG'](_0xf4afaf[_0x124b47(0x536,0x4c0,0x448,_0x2bd718._0x1dcb5b)],_0xf4afaf[_0x124b47(_0x2bd718._0x546072,_0x2bd718._0x39b807,_0x2bd718._0x4dfe7b,_0x2bd718._0x9bcc3d)])){console[_0x423dcd(_0x2bd718._0x2e54d6,_0x2bd718._0x437a61,_0x2bd718._0x303ded,-0x4c)](_0xf4afaf['vwTAl']);let _0x4c5d6b=(await _0xbad890[_0x423dcd(-_0x2bd718._0x559b5a,-0x5f,-0x1d,-0x5b)](LOG_FILE))[_0x423dcd(-0x65,0x56,_0x2bd718._0x20ca31,0x18)];const _0x534814=_0xf4afaf[_0x124b47(_0x2bd718._0x31a576,0x57e,_0x2bd718._0x406f60,_0x2bd718._0x55deed)](setInterval,async()=>{function _0x1aa2c0(_0x17dc7a,_0x5adc67,_0x55483a,_0x454d40){return _0x423dcd(_0x17dc7a-0x1d1,_0x5adc67,_0x454d40-0x3ed,_0x454d40-_0x5981af._0x1fbba3);}function _0x24bc6b(_0x2a58c0,_0x52432a,_0x281108,_0x16fc75){return _0x423dcd(_0x2a58c0-_0x25d3df._0x368711,_0x52432a,_0x16fc75- -_0x25d3df._0x3de96e,_0x16fc75-_0x25d3df._0x14f6ab);}const _0x22c34f={};_0x22c34f[_0x1aa2c0(_0x3b956b._0x451c18,0x4c1,_0x3b956b._0x1b0882,_0x3b956b._0x285553)]=_0xf4afaf['UddUe'];const _0x445672=_0x22c34f;try{if(_0xf4afaf[_0x1aa2c0(_0x3b956b._0x568146,0x448,_0x3b956b._0x1b468b,_0x3b956b._0x120c82)](_0xf4afaf[_0x1aa2c0(_0x3b956b._0x221cfe,0x512,0x49c,0x4d5)],_0xf4afaf[_0x1aa2c0(_0x3b956b._0x3e8991,0x451,_0x3b956b._0x2073c1,_0x3b956b._0x5a79b9)]))_0x518399[_0x24bc6b(-_0x3b956b._0x3b8835,-0x118,-0x168,-_0x3b956b._0x375de5)](_0xf4afaf[_0x1aa2c0(_0x3b956b._0x108d70,0x4dd,0x4c1,_0x3b956b._0x4e9638)]),_0x38b36c[_0x24bc6b(-0x9e,-_0x3b956b._0x49ade8,-0xdd,-_0x3b956b._0x2b0af2)](_0xf4afaf['iaavR']);else{const _0x1f675a=(await _0xbad890[_0x24bc6b(-_0x3b956b._0x5b91bf,-0xad,-_0x3b956b._0x200ce4,-_0x3b956b._0x43703d)](LOG_FILE))['size'];if(_0xf4afaf['jwWLG'](_0x1f675a,_0x4c5d6b)){const _0x41dcc8=await _0xbad890[_0x1aa2c0(_0x3b956b._0x308951,_0x3b956b._0x2a3f83,_0x3b956b._0x1cc324,0x48c)](LOG_FILE,'r'),_0xbf971b=Buffer[_0x1aa2c0(_0x3b956b._0xec0583,0x531,_0x3b956b._0x2c55fa,0x4a7)](_0x1f675a-_0x4c5d6b);await _0x41dcc8[_0x24bc6b(_0x3b956b._0x117f81,-_0x3b956b._0x402c07,-_0x3b956b._0x1ccb56,-_0x3b956b._0x48b2b6)](_0xbf971b,-0x2*0x6+-0x2eb*0xa+0x6*0x4df,_0xbf971b[_0x24bc6b(-0xbd,-0x10a,-0x10f,-_0x3b956b._0x11ef0b)],_0x4c5d6b),await _0x41dcc8[_0x24bc6b(-_0x3b956b._0x274e90,-0x13f,-_0x3b956b._0x15a6c9,-0xb2)](),process['stdout'][_0x1aa2c0(_0x3b956b._0x14687e,0x406,0x44d,0x43c)](_0xbf971b[_0x1aa2c0(0x4b9,_0x3b956b._0x1dac2f,_0x3b956b._0x106816,0x442)](_0xf4afaf[_0x24bc6b(-_0x3b956b._0xf6ca29,-0xcc,-_0x3b956b._0x15b086,-_0x3b956b._0x35a435)])),_0x4c5d6b=_0x1f675a;}}}catch(_0x20f309){if(_0xf4afaf['pOZTD'](_0x24bc6b(-_0x3b956b._0x458cad,-_0x3b956b._0xca1f2,-0xe4,-0xc8),_0xf4afaf[_0x1aa2c0(0x4aa,0x509,0x43c,0x4b4)])){_0x545d32[_0x24bc6b(-0xab,-0xb2,-0xae,-0x116)](_0x445672['gYAtS']);return;}else _0xf4afaf[_0x24bc6b(-0x107,-0x174,-0x127,-_0x3b956b._0x10053e)](clearInterval,_0x534814);}},-0xc97+0x1*-0xd69+0x1bf4);process['on']('SIGINT',()=>{function _0x3a88ea(_0x1c352e,_0x33befb,_0x157f97,_0x1b85c5){return _0x124b47(_0x1c352e-0x134,_0x1b85c5- -_0x352e0e._0x993d06,_0x33befb,_0x1b85c5-_0x352e0e._0x269f37);}_0xf4afaf['OKwpO'](clearInterval,_0x534814),process[_0x3a88ea(_0x51364a._0xeaa184,0x450,0x47f,0x4b0)](-0xa84+-0x2460+-0x1*-0x2ee4);});}else _0x74ef3d[_0x124b47(0x51b,0x499,_0x2bd718._0x3f04ad,_0x2bd718._0x1f471b)]('\x20\x20Status:\x20'+_0x423dcd(-_0x2bd718._0x17f62b,0x6c,_0x2bd718._0x2a4a32,_0x2bd718._0x25e74b)+_0x423dcd(-_0x2bd718._0xe856be,_0x2bd718._0x3022fb,0x31,_0x2bd718._0x389416)+_0x423dcd(_0x2bd718._0x32603c,-0x34,0x15,_0x2bd718._0xbce5b3)),_0x14ea43[_0x423dcd(0x20,0x41,_0x2bd718._0x2c56ed,0x35)](_0x423dcd(-0x4a,_0x2bd718._0x31452b,-_0x2bd718._0x593370,_0x2bd718._0x4043f9)+_0x124b47(0x554,_0x2bd718._0x4cdc6d,_0x2bd718._0x5f092f,0x4f8)+_0x10a45e['serverUrl']);}}catch(_0x39f7c8){_0xf4afaf[_0x423dcd(-_0x2bd718._0x324936,0x1b,_0x2bd718._0x7c8a6,-_0x2bd718._0x4351a2)](_0xf4afaf[_0x124b47(0x59b,_0x2bd718._0x5579ea,0x53f,0x559)],_0xf4afaf[_0x124b47(_0x2bd718._0x4dfe7b,0x4a1,0x45b,_0x2bd718._0x370571)])?_0x1c096d[_0x423dcd(0x72,_0x2bd718._0x14ce80,0x5,_0x2bd718._0x5cdda7)]('\x20\x20Setup\x20Pa'+_0x423dcd(0x3f,_0x2bd718._0x364f63,_0x2bd718._0xc0fea2,_0x2bd718._0x21c6db)+_0x5070c2[_0x423dcd(_0x2bd718._0x3ac871,0x5e,_0x2bd718._0x5ac428,_0x2bd718._0x4e4b9f)]):_0xf4afaf[_0x423dcd(0x140,0xaa,_0x2bd718._0x5f53b7,0x90)](_0x39f7c8[_0x423dcd(0xb0,0x8d,0x64,-_0x2bd718._0x1230c7)],_0xf4afaf['bBBjC'])?(console[_0x423dcd(_0x2bd718._0x46e566,0x7f,0x5,-_0x2bd718._0x1c4fcf)](_0xf4afaf[_0x124b47(0x58f,_0x2bd718._0xa998c4,_0x2bd718._0x2b3c5b,0x52d)]),console[_0x124b47(_0x2bd718._0x473869,_0x2bd718._0x5d570e,0x4bf,0x40d)](_0x423dcd(_0x2bd718._0x5185b7,_0x2bd718._0x1bf0e9,_0x2bd718._0x11dbce,_0x2bd718._0x3fbcc6)+_0x124b47(0x528,0x4bf,_0x2bd718._0x46629e,_0x2bd718._0x1c4fc2)+_0x423dcd(0xa2,0x114,0x9d,0x10f)+_0x124b47(0x4a1,_0x2bd718._0x1f615e,_0x2bd718._0x36a9d2,_0x2bd718._0x4cdaf6)+_0x423dcd(_0x2bd718._0x1992f4,-_0x2bd718._0xf0c78f,0x23,-0x31)+_0x124b47(0x537,_0x2bd718._0xddbb85,_0x2bd718._0x325d9e,_0x2bd718._0x24ca67)+_0x423dcd(0xb2,0xd,0x7b,0xe))):console[_0x423dcd(_0x2bd718._0x488445,_0x2bd718._0x2e3dab,0x51,0x91)](_0x124b47(_0x2bd718._0x182d45,0x483,0x3fb,_0x2bd718._0x526616)+'ing\x20logs:\x20'+_0x39f7c8[_0x124b47(0x554,_0x2bd718._0x59e575,0x522,0x57c)]);}}export async function restartServer(_0x21f94f){const _0x36ea89={_0x31777c:0x152,_0x4671c5:0x108,_0x590b46:0x118,_0x1a76f5:0x12e,_0x26c1f5:0x16a,_0x2d280:0x266,_0x554486:0x246,_0x3cbdbe:0x2a0,_0xe894a5:0x78,_0x59241b:0x1ad,_0x57f08e:0x235,_0x469c71:0x252,_0x486828:0x150,_0xe2c105:0x159,_0x2b2d5b:0x22c,_0x3addd1:0x114},_0x34c1fc={_0x16910c:0xc0},_0x3177d2={_0x389080:0x25e},_0x2e9446={'pYNQW':function(_0x209f5d){return _0x209f5d();},'hbTUs':function(_0x58e5eb,_0x261f9c){return _0x58e5eb===_0x261f9c;},'DoKhI':_0x3167a1(0xef,0x1ce,0x149,_0x36ea89._0x31777c),'wnjny':_0x3167a1(_0x36ea89._0x4671c5,_0x36ea89._0x590b46,0xff,0xd8)};function _0x3167a1(_0x558875,_0xab8780,_0x45b935,_0x2668ef){return _0x267224(_0x558875-0x132,_0xab8780,_0x45b935- -_0x3177d2._0x389080,_0x2668ef-0x113);}const {running:_0x22f230}=await _0x2e9446[_0x3167a1(0xbd,0x185,_0x36ea89._0x1a76f5,_0x36ea89._0x26c1f5)](isServerRunning);_0x22f230&&(_0x2e9446[_0x26a103(_0x36ea89._0x2d280,0x309,_0x36ea89._0x554486,_0x36ea89._0x3cbdbe)](_0x2e9446['DoKhI'],_0x2e9446['wnjny'])?(_0x21d1a1(_0x4ec4ec),_0xd0e7b7['exit'](0xe*0x14c+-0x1a4d+-0xf*-0x8b)):(console[_0x3167a1(0xc6,0xa1,0xce,_0x36ea89._0xe894a5)]('Stopping\x20s'+_0x3167a1(0x195,_0x36ea89._0x59241b,0x1a0,0x185)),await _0x2e9446[_0x26a103(0x21b,0x29c,_0x36ea89._0x57f08e,_0x36ea89._0x469c71)](stopServer),console[_0x3167a1(0x81,_0x36ea89._0x486828,0xce,0xa7)]('')));console[_0x3167a1(0xfb,0x11a,0xce,_0x36ea89._0xe2c105)](_0x3167a1(0x1a9,_0x36ea89._0x2b2d5b,0x1a3,_0x36ea89._0x3addd1)+_0x26a103(0x323,0x346,0x2ac,0x2c4));function _0x26a103(_0x4fedea,_0x52fc50,_0x467935,_0xa8e89e){return _0x18a9d5(_0x52fc50,_0x52fc50-_0x34c1fc._0x16910c,_0xa8e89e-0x16d,_0xa8e89e-0x83);}await startDaemon(_0x21f94f);}function _0x3150(){const _0x5c6ec0=['y2XVC2u','BM90ihj1BM5PBG','zxzRsfi','tfjnzfi','icbqsuq6icaGia','vKnLD1u','q2vHrha','D2jkDuq','4PYtifnLCNzLCIbZ','wg9jC2e','mLHqEfLsqW','Dha6lY9SB2nHBa','ELLMy0S','AMTOEvu','yxrOps9WyxrOlW','z2v0','icaGicdINjCGtM90','zsaOueLeoIa','CM91BMqGBw9Kzq','mtb4Cxjxvui','u3rVCcbPDcb3Aq','ls10ywLSpq','qwD1quy','D2zYz0q','r3vWwKG','CwjMDwC','yunvqKS','u3rVChbPBMCGCW','Ahr0CdOVl2XVyW','z1LbDfm','zcbTB2rLlG','q29KzxjgBg93ia','AM9PBG','icaGia','AKPPze4','Ag9ZDdO','EwzZChm','BwTKAxi','AxneAxjLy3rVCG','C2vYDMvYlNbPza','t3frveC','zxHwCLy','zw5K','mZm2odaXm0XAwenRBa','C2vYDMvYlMXVzW','Ag9TzwrPCG','zw52','DhvZoG','EMnkBfK','BgvUz3rO','vhfjweK','DgfYDgvKlG','yMvLBIbZDgfYDa','ls1PBNnWzwn0','B3bLBG','DgG6ica','sMvfBum','vw5dB0i','yxr1CYiGDg8GyW','DgGGq3rYBcTdia','zxj2zxiGkfbjra','t3jjuxK','tM8GBg9NigzPBa','DNHSv3q','tNj5uMq','icbtDgfSzsbqsq','q09ervjFu0vsvG','BNPnAhe','t3vpzwG','ELHJDvq','z3mIihrVihzPzq','u3rVCcb0AguGCW','DgLTzw91Da','DejUyvG','Agjuvxm','qvvezg8','Ae1JBxq','qu1VtLC','C21Nr0W','mte4nda3mwjdsMzksG','vxnLicjJB2rLCG','ywXSB2m','CgLUzYbZzxj2zq','CgfYC2u','CL9Zzxr1Cf9Wyq','rxLjuvq','whvLvgC','C2XPy2u','BwLUywWGD2HLCG','wwnzzgS','u2vYDMvYig1HEq','ntbeu2TTtuu','DgG6ia','DKv1vLa','wvbSC0q','BY9JB2rLCI1Zzq','mJmXnJK2yK1JtgPl','rxjYB3iGC3rVCa','Ccb0AguGC2vYDG','ru5pru5u','A0LhDNm','icaGica','u2nUEfe','DuHgB0u','lxnLCNzLCIbZDa','CMvJDxjZAxzL','B3aIihrVihn0BW','rK5wwem','Cg9YDa','u0Lhs0Lmta','zxj2zxiUlI4','lcbMB3jJAw5NlG','q3Lrsxq','u3rHCNrPBMCGCW','quL6y1y','BgnXCuG','BM90ihjLC3bVBG','CNzLCIbJB25MAq','BvPMsNK','tLbpr0C','zxr1Ca','icbtDgf0Dxm6ia','zcbPBIbMB3jLzW','C2vYDMvYvxjS','CMvHzezPBgu','DhjPBq','igzVCMvNCM91BG','wvbSuuu','uf9qqvri','teLvyxy','C3q6ia','C2v0DxbqyxrO','otmYmZy4tg9vu0Hb','u3rHCNrPBMCGqW','CMvHza','mtz2uwreseS','BKDAvxG','AuX6BMy','C3rHCNrZv2L0Aa','rNrWrw0','B2rLCKzSB3CGuW','zxHPDa','AwDUB3jL','icbnB2rLoIaGia','B1DXC1q','vvjmoIa','ls1MB2XSB3C','r0rrveG','CNvUBMLUzW','sgfnAvq','ig5VDcbZDg9Wia','DxaGCgf0AcbKBW','ywXOB3n0oG','ks4UlG','uuTNzhG','icaGicdIMQaGu3rH','ywXYzwfKEsbYDq','C3rHDa','icbqB3j0oIaGia','D2LUzYbSB2DZia','B24P','icbvuKW6icaGia','rxjYB3i6ifnLDa','zwqGEwv0ig9Yia','D2L0AdO','DgGGl3bHDgGVDa','icbvuKW6icbODa','C3vIC3rYAw5N','EKvRtxy','rxjYB3iGCMvHza','ic0TC2v0DxaTCa','u2vYDMvYifn0yq','DKjkt2y','qNfWCKq','D1LIuwq','zsbPDcb3yxmGCW','Cg5XAM0','wNzqCKu','ve1bt0O','Dw5ZAgLMDa','t3iGDxnLoG','Bezev1a','CJOG','Dhj1zq','Bg9zqxy','ihDPDgG6','rxjYB3i6ie5Via','AgLgsgG','A2LSBa','icaGigrHzw1VBG','C2L6zq','Bg9N','BM9Kzq','zgLYBMfTzq','n3W2Fda','CMvZCg9UzgLUzW','uu9Yuvu','Dw5SAw5R','D3zvCMe','vLfADNq','ken0CMWRqYb0BW','q25Mtxq','u1vJzvG','Aw1Yue4','CNvUBMLUzYbPBG','z3jHy2vMDwXSEq','CgLK','z3jVDw5Kkq','zu5uvKq','DM5ztha','ig5VDcbHigrPCG','CePSvvy','mtu5mduXB21oCuPw','C3rHCNqUANm','y29UzMLNDxjLza','Dg8Vy29KzxiTCW','rvjFsu5tuevdva','DxaGCgf0AcbPCW','q09ervjFu0vuvq','sNr0ELC','DgG6icaOBM90ia','D2fZihn0yxj0zq','t0DlsKi','te9xAgi','DYbSB2DZ','wM5ktxu','zgvZDhjVEq','t0T3Ce8','DxrMltG','ig5VDcbOyxzLia','rgH1ruW','CNDlvKu','CcbWyxrOignVBG','AgvJAYbZzxj2zq','BMLUzYaOzgfLBq','BMLUzYaOzM9Yzq','C2vYDMLJzq','mte3mJi3sKDdy1bX','Dfjqs1O','AgHYEeu','DK51t1i','CNzLCIbZDgfYDa','AwzXwvO','txLjwuC','u2LsEuS','u0Lhvevstq','cI0TlsbgB2XSBW','ww5mueu','zgfLBw9Uig1Vza','sKvtve8','tMLwtLu','ihj1BM5PBMC','zsbMB3vUza','q29UzMLNDxjLia','sLzOu1q','DhvW','DhHKD0u','uNHgrxC','zsaOC2vYDMvYia','mNWXFdn8nhW1Fa','DgHLihnLCNzLCG','nJK4mZfSzefQq0u','Ag1UugO','lMnVzgvY','y2f0y2G','D3jPDgu','A0jSt0G','zxjYB3i','zwn0B3j5oIa','sMjysxu','C3bSAxq','Dg9tDhjPBMC','rdOGica','icbJB2rLCI1Zzq','yw5Kihn0yxj0ia','BM5PBMCGkfbjra','zgf0yq','BwvZC2fNzq','vfjvu1rFufjpwa','Aw4GDgHLihrLCG','Aw5NigXVz3m6ia','CIbZDgf0Dxm','v0Lly1G','icbtzxr1Ccbqyq','wgnhz0O','icaGicdINjmGuNvU','y29Kzq','CfLouvC','yK1wugO','B3P6u3q','u2vYDMvYigLZia'];_0x3150=function(){return _0x5c6ec0;};return _0x3150();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x24eb12,_0x30fc3b){const _0x34440a={_0x1f1af3:0x31a,_0xcce3bb:0x303,_0x3b7c80:0x34f,_0x638c77:0x31f,_0x565042:0x330,_0x569408:0x30e,_0x4d86a5:0x339,_0x504874:0x318,_0x482c40:0x326,_0x3b6686:0x32d,_0x57929d:0x316,_0x4c8fba:0x33d,_0x1778e8:0x1ab,_0x5dee30:0x194,_0x31f5d6:0x1bd,_0x32d92d:0x1cc,_0x1eeb8f:0x1b5,_0x220764:0x2fd,_0x1fe3f3:0x31b,_0x7afb13:0x33c,_0x418a70:0x352},_0x1d3e29={_0x5a64ec:0x3c6},_0x2ffab8=_0x24eb12();function _0x51a060(_0x59d9e8,_0x4ea56b,_0x4e9b44,_0x32266c){return _0x52e8(_0x4ea56b- -_0x1d3e29._0x5a64ec,_0x4e9b44);}function _0x56fb55(_0x1ed44b,_0x5b19b4,_0x950957,_0x28259b){return _0x52e8(_0x5b19b4-0x127,_0x28259b);}while(!![]){try{const _0x9a615d=parseInt(_0x56fb55(_0x34440a._0x1f1af3,0x2f6,_0x34440a._0xcce3bb,0x2ca))/(0x1115+-0x1d94+0xc80)*(-parseInt(_0x56fb55(_0x34440a._0x3b7c80,0x32a,_0x34440a._0x638c77,_0x34440a._0x565042))/(-0x86*0x3f+-0x1*-0x959+0x7e1*0x3))+-parseInt(_0x56fb55(0x310,_0x34440a._0x569408,_0x34440a._0x4d86a5,0x31f))/(-0x5*-0x166+-0x4cd*-0x4+-0x1a2f)+parseInt(_0x56fb55(0x2f3,_0x34440a._0x504874,0x326,_0x34440a._0x482c40))/(-0x5*-0x16+0x2*0x644+-0x2*0x679)*(parseInt(_0x56fb55(_0x34440a._0x3b6686,_0x34440a._0x57929d,0x2f5,_0x34440a._0x4c8fba))/(-0xaf5+0x1ba*0x1+-0x4*-0x250))+-parseInt(_0x56fb55(0x304,0x30c,0x2f2,0x310))/(-0x1*-0x1e39+0x45*-0x11+-0x3*0x88a)+parseInt(_0x51a060(-_0x34440a._0x1778e8,-0x1be,-_0x34440a._0x5dee30,-_0x34440a._0x31f5d6))/(0x135*0x17+-0x479+-0x4a7*0x5)+-parseInt(_0x51a060(-_0x34440a._0x1778e8,-_0x34440a._0x32d92d,-0x1e8,-0x1b3))/(-0x1f*-0x6a+0x1385+0x19*-0x14b)*(parseInt(_0x51a060(-0x1c4,-_0x34440a._0x1eeb8f,-0x1a7,-0x1bb))/(-0x1d62+-0x3e*-0x8+-0x1b7b*-0x1))+-parseInt(_0x56fb55(0x2d1,_0x34440a._0x220764,0x308,_0x34440a._0x1fe3f3))/(-0xe8e+-0x26f4+-0x12a*-0x2e)*(-parseInt(_0x56fb55(0x312,_0x34440a._0x7afb13,0x317,_0x34440a._0x418a70))/(0x19d6+-0x1436+-0x595*0x1));if(_0x9a615d===_0x30fc3b)break;else _0x2ffab8['push'](_0x2ffab8['shift']());}catch(_0x1166e9){_0x2ffab8['push'](_0x2ffab8['shift']());}}}(_0x1591,-0x15*0x1047+0x2d5b6*0x1+-0x53*-0x2c9));function _0x1591(){const _0x20da02=['uhfdyM8','C3rHCNrZv2L0Aa','B0fsqLC','nu1RDeTJBa','s3fJBhy','ve5qtgG','C3DVCMqGBxvZDa','A0vRDhC','DhbJDLq','ywLowxy','ntG0mJy3mencCeXozq','Bvjzzfu','qxLfuhe','zxHPDa','rLnOteW','DxnLCM5HBwu','yMPZwgK','EgfpCfi','igjLigf0igXLyq','u3nlzgG','zwT2Egu','zuPnq1y','v2zQB2u','CMzHy2u','y2XVC2u','mti0mdiWs3fbvhrU','rxjYB3i6ifbHCW','nde3mtm4t1H3s1HW','DgvYBwLUywW','tMv3ifbHC3n3BW','ve9ZDhi','s3fKBeC','Bwzyqve','tgLpt2q','ihbHC3n3B3jKia','mtbcBNz4tvi','ls1WyxnZD29Yza','ntq3ndy0tLnmvKT4','DhjPBq','D3jPDgu','rhH2B2C','ihvWzgf0zwqGCW','ls11C2vYBMfTzq','qLD3C1i','A2fluvm','EhzotMq','mZa1nKjxywrlzq','zMXcDgC','CxLetey','wKDUtfC','EeDoBxG','AKfUDM8','DwnJzxnZzNvSBa','Aw5WDxq','EsbMB3iGDxnLCG','mta2mtC4zuj4uu9j','rxjYB3i6iezHAq','C2HnA2q','uffHDvq','B3v0Chv0','oda0odzkCgjjwge','EMrnCwG','zePwy1G','rMfPBgvKihrVia','BwvZC2fNzq','C1fuzNy','C3rKAw4','EfbdBK4','qNfoA2C','nJC1ow5nuKP1zq','q2H2vvO','C3n3B3jKoIa','y3jLyxrLsw50zq','mtf0rKjzzu4','v01crhq','qvL2zfi','EvboCxi','CgfZC3DVCMq','zxHNseK','C3bSAxq','tfHJuxG','r1ryBeK','CxvLC3rPB24','A1Lfwfi','BgvKihrVihnLDa','ufbsvhm','C3qGocbJAgfYyq','iIbUB3qGzM91BG','C3DVCMrZigrVia','C3rKB3v0','Bg9N','qNbZCNC','BM90ig1HDgnO','D0PKwuC','u1vZAei','rxjYB3i6ifvZzq','zxjYB3i'];_0x1591=function(){return _0x20da02;};return _0x1591();}import _0x1022af from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x16b202,_0x2bb009=![]){const _0x111fc1={_0x5303d3:0x51d,_0x96f017:0x4ca,_0x3c2eb3:0x102,_0x54ba16:0xb5,_0x529ecf:0xc3,_0x2cb0bd:0xcc,_0x165e15:0xd9},_0x210265={_0x5a4011:0x3f6,_0x196028:0x357,_0x2a8ff0:0x35f,_0x9151c3:0x43c,_0x438ee7:0x45e,_0x1cf0cf:0x442,_0x49d7c3:0x472,_0x3876c7:0x480,_0x21c591:0x436,_0xcb5548:0x373,_0x39f699:0x35c,_0x4e9b76:0x351,_0x242647:0x399,_0x22434e:0x37a,_0x5dd73c:0x36d,_0x3b2b53:0x428,_0x3f9398:0x450,_0x594c95:0x45f,_0x20bc03:0x46b,_0x3fe063:0x496,_0xae5c15:0x314,_0x146c7f:0x467,_0x4cf690:0x498,_0x4b660e:0x464,_0x2fb154:0x332,_0x2c935d:0x35c,_0x5a7c6b:0x328,_0x2018e5:0x36a,_0x452b96:0x345,_0x5cb737:0x465,_0x37a5d9:0x47b,_0x434fb3:0x484,_0x2ac231:0x449,_0x3e3414:0x46b,_0x5b4287:0x478,_0x5a1792:0x34f,_0x5e838b:0x351,_0x236ef8:0x42c},_0x52e71d={_0x5618c1:0x339,_0x1b8c2c:0x369,_0x2429ea:0x38b,_0x2e177d:0x201,_0x43ed69:0x1f7,_0x486e69:0x202,_0x33a6b2:0x219,_0x1e8159:0x22e,_0x4515d4:0x1bd,_0x50f1ce:0x1e3,_0x7644bf:0x1a6,_0x5265d7:0x33c,_0x39f258:0x300,_0x316d9c:0x325,_0x303f8e:0x204,_0x2600d9:0x21d,_0x470656:0x1e0,_0x2c8380:0x33a,_0x10f045:0x32e},_0x3b77a1={_0x4ae9cf:0x150,_0x593d68:0xb4},_0x1894d8={_0x43ea85:0xfa},_0x3eda0e={_0x2a7722:0x311};function _0xc70d77(_0x124225,_0x43f8d4,_0x2d5e39,_0x497618){return _0x52e8(_0x497618-_0x3eda0e._0x2a7722,_0x43f8d4);}function _0x3ba8cf(_0xbaee1,_0x1af5c5,_0x343f11,_0x25d597){return _0x52e8(_0x343f11- -_0x1894d8._0x43ea85,_0xbaee1);}const _0x3ae1e7={'PPRTs':function(_0x501018,_0x45f74b){return _0x501018(_0x45f74b);},'MFEeG':function(_0x23a314){return _0x23a314();},'wJdYG':_0xc70d77(0x4fa,_0x111fc1._0x5303d3,_0x111fc1._0x96f017,0x4f7)+_0x3ba8cf(_0x111fc1._0x3c2eb3,0x14f,0x12a,0x13c)+_0x3ba8cf(0xe5,_0x111fc1._0x54ba16,0xcd,_0x111fc1._0x529ecf),'nwYju':function(_0xb7e9e9,_0x44eed5){return _0xb7e9e9!==_0x44eed5;},'sQTfv':function(_0x544927,_0x346684){return _0x544927(_0x346684);},'eQnKb':function(_0x43ec1f,_0x578cb1){return _0x43ec1f===_0x578cb1;},'PqCbo':_0x3ba8cf(_0x111fc1._0x2cb0bd,_0x111fc1._0x165e15,0xdb,0xe2)};return new Promise(_0x49812d=>{const _0x4dff89={_0x40a8e6:0x2f6},_0x560925={_0x9fd2b7:0x11f,_0x256238:0xa0},_0x560828={_0x2ebc7a:0x4c5,_0x38038e:0x494,_0x2eb0db:0x4c4,_0x585849:0x4e6},_0x46e13f={_0x333612:0xb,_0x4c2974:0x7},_0x32235a={_0x3d091b:0xf7,_0x400a93:0xf4},_0x5f3d2a={_0x4a7012:0x1d3,_0x1a731c:0x52b},_0x3d852f={_0x232341:0x12,_0x3ea29a:0x11c,_0x4dcbf3:0x1c9},_0x42a248={_0x14dbbf:0x4a9},_0x28fa1a={_0x25dc74:0x328,_0x17e099:0x330},_0xf0d7b6={_0x2b3002:0x156,_0x49c65e:0x94,_0x42439f:0x82},_0x55949f={'kYEXR':function(_0xae0da5){return _0x3ae1e7['MFEeG'](_0xae0da5);},'FytJL':_0x3ae1e7[_0x180e9f(_0x210265._0x5a4011,0x425,0x40a,0x44f)],'dJVcX':function(_0xfca819,_0x8155c0){return _0x3ae1e7['nwYju'](_0xfca819,_0x8155c0);},'Wfjoe':'iMmDR','tpcvT':_0x300ef2(0x390,0x373,_0x210265._0x196028,_0x210265._0x2a8ff0),'mRYdU':function(_0x441987,_0x1b9e8f){function _0x4783bd(_0x400a7f,_0xde81fa,_0x449336,_0x418bf9){return _0x180e9f(_0x418bf9,_0xde81fa- -_0xf0d7b6._0x2b3002,_0x449336-_0xf0d7b6._0x49c65e,_0x418bf9-_0xf0d7b6._0x42439f);}return _0x3ae1e7[_0x4783bd(0x34b,_0x28fa1a._0x25dc74,_0x28fa1a._0x17e099,0x32f)](_0x441987,_0x1b9e8f);},'LXcQx':function(_0x42ef0c,_0x3c3150){function _0x416e32(_0x1d2250,_0x221e4e,_0x4b023c,_0x77cefa){return _0x300ef2(_0x1d2250-0xa9,_0x1d2250,_0x4b023c-0x66,_0x221e4e-0x15e);}return _0x3ae1e7[_0x416e32(0x4b0,0x4b3,0x4a7,_0x42a248._0x14dbbf)](_0x42ef0c,_0x3c3150);}};function _0x300ef2(_0x527cd0,_0x5c9edc,_0x2333ab,_0x5085bd){return _0xc70d77(_0x527cd0-_0x3d852f._0x232341,_0x5c9edc,_0x2333ab-_0x3d852f._0x3ea29a,_0x5085bd- -_0x3d852f._0x4dcbf3);}function _0x180e9f(_0x3ef71d,_0x47f4dd,_0x36051f,_0x14ee9b){return _0xc70d77(_0x3ef71d-_0x3b77a1._0x4ae9cf,_0x3ef71d,_0x36051f-_0x3b77a1._0x593d68,_0x47f4dd- -0xb4);}if(_0x2bb009){const _0x39fbf8=new Writable({'write':(_0x3f897c,_0x5a0907,_0x25e806)=>{_0x55949f['kYEXR'](_0x25e806);}}),_0x3bf4e5={};_0x3bf4e5[_0x180e9f(_0x210265._0x9151c3,_0x210265._0x438ee7,_0x210265._0x1cf0cf,0x485)]=process['stdin'],_0x3bf4e5[_0x180e9f(_0x210265._0x49d7c3,0x464,0x487,_0x210265._0x3876c7)]=_0x39fbf8,_0x3bf4e5[_0x180e9f(_0x210265._0x21c591,0x445,0x463,0x437)]=!![];const _0x40326d=_0x1022af[_0x300ef2(0x349,0x35e,_0x210265._0xcb5548,_0x210265._0x39f699)+_0x300ef2(_0x210265._0x196028,_0x210265._0x4e9b76,0x32e,0x32b)](_0x3bf4e5);process[_0x300ef2(_0x210265._0x242647,0x368,_0x210265._0x22434e,_0x210265._0x5dd73c)][_0x180e9f(_0x210265._0x3b2b53,_0x210265._0x3f9398,_0x210265._0x594c95,0x438)](_0x16b202),_0x40326d[_0x180e9f(_0x210265._0x20bc03,0x47b,0x4a8,_0x210265._0x3fe063)]('',_0x5e737c=>{const _0xd5f406={};_0xd5f406[_0xcf3d40(0x35d,0x30e,0x333,_0x52e71d._0x5618c1)]=_0x55949f['FytJL'];function _0xd95610(_0x3299c1,_0x513160,_0x14487e,_0x25a957){return _0x300ef2(_0x3299c1-_0x5f3d2a._0x4a7012,_0x14487e,_0x14487e-0x4b,_0x3299c1- -_0x5f3d2a._0x1a731c);}const _0x219c1e=_0xd5f406;function _0xcf3d40(_0x3e6369,_0x4363e8,_0x2ce557,_0x41e9bf){return _0x300ef2(_0x3e6369-0xfc,_0x4363e8,_0x2ce557-0xcf,_0x41e9bf-0x12);}_0x55949f[_0xcf3d40(_0x52e71d._0x1b8c2c,0x33b,_0x52e71d._0x2429ea,0x364)](_0x55949f[_0xd95610(-_0x52e71d._0x2e177d,-_0x52e71d._0x43ed69,-_0x52e71d._0x486e69,-_0x52e71d._0x33a6b2)],_0x55949f[_0xd95610(-0x20f,-0x221,-_0x52e71d._0x1e8159,-0x1ef)])?(_0x40326d['close'](),console[_0xd95610(-_0x52e71d._0x4515d4,-_0x52e71d._0x50f1ce,-_0x52e71d._0x7644bf,-0x1d8)](''),_0x55949f[_0xcf3d40(0x33c,0x342,0x30b,0x331)](_0x49812d,_0x5e737c)):(_0x2318ac[_0xcf3d40(_0x52e71d._0x5265d7,0x332,_0x52e71d._0x39f258,_0x52e71d._0x316d9c)](_0x219c1e[_0xd95610(-_0x52e71d._0x303f8e,-_0x52e71d._0x2600d9,-_0x52e71d._0x470656,-0x203)]),_0x23d21a[_0xcf3d40(_0x52e71d._0x2c8380,0x339,_0x52e71d._0x10f045,0x333)](0x4d+-0x1a94+-0x74*-0x3a));});}else{if(_0x3ae1e7['eQnKb']('kFqhy',_0x3ae1e7[_0x300ef2(_0x210265._0xae5c15,0x30a,0x30e,0x314)])){const _0x3749d9={_0x1301ad:0x97,_0x478a16:0x4},_0x771923={_0x5a514e:0xc6,_0xe41e1b:0x1bc,_0x139ac8:0x257},_0x35b394={_0x20470b:0x17c},_0x3043a4={'Kqclv':function(_0x359dbc,_0x2dfabd){const _0x2ea7b4={_0x32ef6e:0x9e,_0x51b670:0x15};function _0x3d8b7e(_0x520579,_0x183b7f,_0x404850,_0x2b8e24){return _0x180e9f(_0x404850,_0x520579- -0x354,_0x404850-_0x2ea7b4._0x32ef6e,_0x2b8e24-_0x2ea7b4._0x51b670);}return _0x55949f[_0x3d8b7e(0x125,_0x32235a._0x3d091b,0xf5,_0x32235a._0x400a93)](_0x359dbc,_0x2dfabd);}},_0x1e4ace=new _0x516fcc({'write':(_0x50d798,_0x2fe581,_0x99b51f)=>{function _0x5b5bf5(_0x5651fb,_0x6a5721,_0x134512,_0x319ce0){return _0x300ef2(_0x5651fb-_0x35b394._0x20470b,_0x319ce0,_0x134512-0x149,_0x5651fb- -0x362);}_0x55949f[_0x5b5bf5(0x5,_0x46e13f._0x333612,-_0x46e13f._0x4c2974,0x18)](_0x99b51f);}}),_0x36495e={};_0x36495e['input']=_0xa5153[_0x180e9f(_0x210265._0x146c7f,0x46b,_0x210265._0x4cf690,0x471)],_0x36495e[_0x180e9f(0x439,_0x210265._0x4b660e,0x45a,0x476)]=_0x1e4ace,_0x36495e['terminal']=!![];const _0xe85043=_0x30b60b[_0x300ef2(_0x210265._0x2fb154,_0x210265._0x39f699,0x359,_0x210265._0x2c935d)+_0x300ef2(0x353,_0x210265._0x5a7c6b,0x336,0x32b)](_0x36495e);_0x4926d8[_0x300ef2(0x39a,0x375,_0x210265._0x2018e5,0x36d)][_0x300ef2(0x30f,_0x210265._0x452b96,0x335,0x33b)](_0x5e50f3),_0xe85043[_0x180e9f(_0x210265._0x5cb737,_0x210265._0x37a5d9,_0x210265._0x434fb3,0x45a)]('',_0x444f58=>{_0xe85043['close']();function _0x4be3c8(_0x2cbab7,_0x385fbf,_0x3ac51d,_0x2eb5a6){return _0x300ef2(_0x2cbab7-_0x771923._0x5a514e,_0x3ac51d,_0x3ac51d-_0x771923._0xe41e1b,_0x2cbab7-_0x771923._0x139ac8);}function _0x469867(_0x550050,_0x29449c,_0x5291e8,_0x670501){return _0x180e9f(_0x29449c,_0x5291e8-_0x3749d9._0x1301ad,_0x5291e8-0x191,_0x670501-_0x3749d9._0x478a16);}_0x541131[_0x4be3c8(0x5c5,0x5b5,0x5f1,0x5c0)](''),_0x3043a4[_0x469867(_0x560828._0x2ebc7a,_0x560828._0x38038e,_0x560828._0x2eb0db,_0x560828._0x585849)](_0x47342a,_0x444f58);});}else{const _0x5265d2={};_0x5265d2[_0x300ef2(0x373,0x366,0x35f,0x349)]=process[_0x180e9f(_0x210265._0x2ac231,_0x210265._0x3e3414,0x446,_0x210265._0x5b4287)],_0x5265d2[_0x300ef2(0x32a,0x342,0x36c,_0x210265._0x5a1792)]=process['stdout'];const _0x25507a=_0x1022af[_0x300ef2(0x34f,0x345,_0x210265._0x5e838b,_0x210265._0x39f699)+_0x180e9f(_0x210265._0x4b660e,0x440,_0x210265._0x236ef8,_0x210265._0x2ac231)](_0x5265d2);_0x25507a['question'](_0x16b202,_0x1b3153=>{function _0x18a294(_0x2c64eb,_0x8ed76f,_0x31323c,_0x21ff20){return _0x300ef2(_0x2c64eb-_0x560925._0x9fd2b7,_0x31323c,_0x31323c-0xa5,_0x8ed76f- -_0x560925._0x256238);}_0x25507a['close'](),_0x3ae1e7[_0x18a294(0x2d6,0x2c9,_0x4dff89._0x40a8e6,0x2f4)](_0x49812d,_0x1b3153);});}}});}function parseArgs(_0x27abab){const _0x4b8b4f={_0x475ed5:0x5af,_0x41ae1d:0x586,_0x1f47c0:0x5b6,_0xc381f0:0x602,_0x4a328c:0x5de,_0x404baa:0x61e,_0x1814d6:0x5f0,_0x16fcd7:0x5ee,_0x2f97fd:0xdf,_0x57f679:0x5d2,_0x495539:0x589,_0x46ef64:0xc3,_0x4eee4f:0xe3,_0x2d8fa6:0x5e6,_0x350075:0x61f,_0x1d27e5:0x9b,_0x314706:0xc2,_0x3bdabe:0xb6},_0x5e1985={_0x4beb79:0x10b},_0x3f6cd1={};function _0xa060da(_0x5151a2,_0x59fee5,_0x58abd2,_0x3dde34){return _0x52e8(_0x58abd2- -_0x5e1985._0x4beb79,_0x3dde34);}_0x3f6cd1[_0x186edc(0x5dd,_0x4b8b4f._0x475ed5,_0x4b8b4f._0x41ae1d,_0x4b8b4f._0x1f47c0)]=_0x186edc(_0x4b8b4f._0xc381f0,0x5e4,0x5be,0x5de)+'=',_0x3f6cd1[_0x186edc(_0x4b8b4f._0x4a328c,_0x4b8b4f._0x404baa,_0x4b8b4f._0x1814d6,_0x4b8b4f._0x16fcd7)]='--password'+'=';function _0x186edc(_0x32ff5b,_0x4950a2,_0xdbe049,_0x4050de){return _0x52e8(_0x4050de-0x3e8,_0x32ff5b);}const _0x2014fb=_0x3f6cd1,_0x248272={};_0x248272[_0xa060da(0xf8,_0x4b8b4f._0x2f97fd,0xd0,0xc9)]=null,_0x248272['password']=null;const _0x53ca01=_0x248272;for(const _0x4bb44f of _0x27abab){if(_0x4bb44f[_0x186edc(0x5a1,_0x4b8b4f._0x57f679,_0x4b8b4f._0x495539,0x5b5)](_0x2014fb[_0xa060da(0xb1,0xbf,_0x4b8b4f._0x46ef64,0x98)]))_0x53ca01[_0xa060da(0xcc,0xbe,0xd0,_0x4b8b4f._0x4eee4f)]=_0x4bb44f[_0x186edc(_0x4b8b4f._0x2d8fa6,_0x4b8b4f._0x350075,0x5df,0x603)]('=')[-0x1347*-0x1+-0x1*-0x1a2d+0xd*-0x37f];else _0x4bb44f[_0xa060da(0xc5,_0x4b8b4f._0x1d27e5,_0x4b8b4f._0x314706,_0x4b8b4f._0x3bdabe)](_0x2014fb['PQauT'])&&(_0x53ca01['password']=_0x4bb44f['split']('=')[0x6d*-0x4d+-0x9bd+0x2a87]);}return _0x53ca01;}function _0x52e8(_0x432fb0,_0x36bec0){_0x432fb0=_0x432fb0-(-0xaaf+-0x473*-0x4+-0x557);const _0x39c38b=_0x1591();let _0x48bc43=_0x39c38b[_0x432fb0];if(_0x52e8['NMyMwM']===undefined){var _0x3ef3d4=function(_0x5095b2){const _0x39089c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x41dd76='',_0x5090ef='';for(let _0x5e6ed1=-0x1*-0x1454+-0x3a1*-0x4+-0x22d8,_0x3850d5,_0x554e89,_0x46a207=0x10de*-0x1+0x1*-0x2124+0x3202;_0x554e89=_0x5095b2['charAt'](_0x46a207++);~_0x554e89&&(_0x3850d5=_0x5e6ed1%(-0x2fb*-0x7+0x12*-0x1e7+0xd65)?_0x3850d5*(-0x5*-0x113+-0x2364*-0x1+0x1*-0x2883)+_0x554e89:_0x554e89,_0x5e6ed1++%(-0x1*0x220f+-0x46d*0x1+-0x8*-0x4d0))?_0x41dd76+=String['fromCharCode'](0x18d3+-0x2*-0x1367+-0x1*0x3ea2&_0x3850d5>>(-(0x1ed*-0x11+-0x799+0x4*0xa16)*_0x5e6ed1&0xa32+-0x1c02+0x3*0x5f2)):-0xb5*-0x35+-0x17*-0xd3+-0x386e*0x1){_0x554e89=_0x39089c['indexOf'](_0x554e89);}for(let _0x3b9d7b=-0x2*-0x54a+0x136d+-0x1e01,_0x14e028=_0x41dd76['length'];_0x3b9d7b<_0x14e028;_0x3b9d7b++){_0x5090ef+='%'+('00'+_0x41dd76['charCodeAt'](_0x3b9d7b)['toString'](-0x1fe6+0x73f+0x2bf*0x9))['slice'](-(0xf*0x59+-0x6c0*0x3+0xf0b));}return decodeURIComponent(_0x5090ef);};_0x52e8['ShsnTR']=_0x3ef3d4,_0x52e8['vYUkgd']={},_0x52e8['NMyMwM']=!![];}const _0x29d3e0=_0x39c38b[-0x140+0xae6+-0x9a6],_0x484df5=_0x432fb0+_0x29d3e0,_0x4fe053=_0x52e8['vYUkgd'][_0x484df5];return!_0x4fe053?(_0x48bc43=_0x52e8['ShsnTR'](_0x48bc43),_0x52e8['vYUkgd'][_0x484df5]=_0x48bc43):_0x48bc43=_0x4fe053,_0x48bc43;}export async function setPasswordCommand(_0x506296){const _0x38fdc0={_0x2fe38f:0x2de,_0x4986db:0x2fc,_0x583a0c:0x30e,_0x41012c:0x2e1,_0xf89bd8:0x25b,_0x4af970:0x280,_0x3cf9a7:0x29e,_0x4b7248:0x2d8,_0x3b4569:0x2da,_0x5d4d06:0x2e6,_0x9f7e45:0x2dd,_0x490d65:0x2b8,_0x48eda7:0x2d0,_0x508809:0x2c2,_0x32f167:0x2a0,_0x2eb44b:0x2b7,_0x417dbf:0x28a,_0x1c6f2a:0x299,_0x17f073:0x2d9,_0x5c0136:0x2d3,_0x533b58:0x2ce,_0xb0d42:0x2fa,_0x51113e:0x30d,_0x40a175:0x29f,_0x4e54ef:0x2cc,_0x5853f6:0x27c,_0x181e19:0x2a2,_0x2c6c2e:0x2d1,_0x33093c:0x28d,_0x54cc6f:0x292,_0x183f83:0x261,_0x259366:0x264,_0x4888ac:0x283,_0x30be76:0x2b0,_0xb3c69f:0x246,_0x648a13:0x2dc,_0x3fedba:0x2e2,_0x5ac4ac:0x2e8,_0x271e89:0x2e3,_0x27d48f:0x2f2,_0x1c1e23:0x2c4,_0x3db12f:0x306,_0x244992:0x2f3,_0x3e5032:0x2f1,_0x527150:0x2a4,_0xe768b5:0x2ef,_0x356c82:0x2bf,_0x3d290f:0x2a4,_0x3362fd:0x2ac,_0x980e99:0x2c3,_0x5cdad6:0x2bb,_0x3b3ef1:0x2fc,_0x116320:0x292,_0xce8c2a:0x2c6,_0x20f1b9:0x232,_0x45f40e:0x259,_0x2d3d77:0x2df,_0xcb38a1:0x296,_0x21e056:0x28f,_0x5d95fe:0x2a3,_0x52e610:0x27a,_0x1fc593:0x2d1,_0x2dc3a6:0x2ff,_0x339c76:0x30e,_0x32ebd5:0x26f,_0x1251c4:0x243,_0x37820e:0x251,_0x5d2958:0x23a,_0x186e1c:0x262,_0x106725:0x277,_0x1e2337:0x2d1,_0x1b60e4:0x2a9,_0x29a981:0x2bb,_0x3d4748:0x245,_0xaf22b1:0x262,_0x154fb8:0x252,_0x370c61:0x2ca,_0x97f02b:0x22d,_0x17fe63:0x25c,_0x4b39ff:0x260,_0x5c93b7:0x253,_0x489a7e:0x28e,_0x1c5658:0x2f1,_0x230857:0x288,_0x41c41c:0x24f,_0xa53013:0x26b,_0x2c918d:0x2c0,_0xa22155:0x2d5,_0x404125:0x28a,_0xaa12e3:0x256,_0x5a22be:0x2ba,_0x23958f:0x2d0,_0x4a7545:0x2e2,_0x4cbc88:0x2ee,_0x14a300:0x2e5,_0x1def1e:0x2b8,_0x2cbf55:0x2b1,_0x80020a:0x2ab,_0x16c98a:0x295,_0x15e179:0x2ba,_0x5009e1:0x297,_0x142879:0x2b3,_0x5ca8e5:0x26c,_0x502130:0x284,_0x55fabd:0x278,_0x48b09a:0x243,_0x2670b3:0x23b,_0x4629ae:0x249,_0x306d8c:0x279,_0x2551df:0x2a7,_0x30aff8:0x290,_0x3e98c5:0x2a5,_0x324fe8:0x2d1,_0x4c9e38:0x2f8,_0x10db19:0x2d7,_0xe03f3a:0x29b,_0xca9024:0x2ae,_0x13f9d7:0x238,_0x405559:0x2b4,_0x5c1030:0x2a9,_0x2ea161:0x2f3,_0x3a632c:0x294,_0x18fe2d:0x2ad,_0x3c1947:0x270,_0x5aa71f:0x2c7,_0x1cae4e:0x2ab,_0x17ba9c:0x2ab,_0x10138d:0x28d,_0x428b0c:0x283,_0x3a65ca:0x274,_0x1504ca:0x312,_0x81b06b:0x24b,_0x8c706a:0x237,_0x222270:0x2c5,_0x328c93:0x2b6,_0x12f9d9:0x281,_0x335a72:0x2a5,_0x4436f9:0x2ca,_0x162cb4:0x2d1,_0x4465a0:0x2a0,_0x23cb2a:0x2ba,_0x4f4c57:0x271,_0x40c241:0x282,_0x482ec1:0x307,_0xa0943d:0x2ce,_0x283421:0x275};function _0x4e4442(_0xc335a,_0x28e431,_0x350d0c,_0x3069f6){return _0x52e8(_0x350d0c-0x87,_0xc335a);}const _0xcec06={'FShLL':function(_0xbcfa04,_0x214b40){return _0xbcfa04(_0x214b40);},'exgHI':function(_0x16baed){return _0x16baed();},'jAnvo':_0x4e4442(0x272,0x262,0x27d,0x26a)+'=','bjsXi':_0x465ece(0x299,0x2ac,0x2c8,_0x38fdc0._0x2fe38f)+'=','xaOpR':function(_0x287721,_0x48df25){return _0x287721(_0x48df25);},'eJMCV':function(_0x302d1f,_0x5dd82a){return _0x302d1f(_0x5dd82a);},'BqNkg':'Username:\x20','AyEPq':_0x465ece(_0x38fdc0._0x4986db,_0x38fdc0._0x583a0c,_0x38fdc0._0x41012c,0x2f7),'KqdlG':_0x4e4442(_0x38fdc0._0xf89bd8,_0x38fdc0._0x4af970,0x250,0x26f),'kaKQS':function(_0x11d937,_0x1d395e,_0x751e8f){return _0x11d937(_0x1d395e,_0x751e8f);},'ChvUZ':_0x465ece(0x29c,0x2a8,0x2c1,_0x38fdc0._0x3cf9a7)+'rd:\x20','GTXlI':'Confirm\x20Pa'+_0x465ece(_0x38fdc0._0x4b7248,_0x38fdc0._0x3b4569,0x2eb,0x2f7),'BWwsR':function(_0x5d8927,_0x56fd9f){return _0x5d8927!==_0x56fd9f;},'mfXAQ':_0x465ece(0x2b6,_0x38fdc0._0x5d4d06,0x2be,0x2a7)+'swords\x20do\x20'+'not\x20match','TNPLh':function(_0x2c4006,_0x3722b1){return _0x2c4006===_0x3722b1;},'TOstr':'Error:\x20Use'+'rname\x20is\x20r'+'equired','yPNqr':function(_0x513518,_0x165c86){return _0x513518<_0x165c86;},'xGNmx':_0x465ece(0x2e3,_0x38fdc0._0x9f7e45,_0x38fdc0._0x490d65,_0x38fdc0._0x48eda7),'WMBDt':_0x465ece(0x2b0,_0x38fdc0._0x508809,0x2be,_0x38fdc0._0x32f167)+_0x465ece(_0x38fdc0._0x2eb44b,0x2ce,0x2aa,_0x38fdc0._0x417dbf)+_0x465ece(_0x38fdc0._0x1c6f2a,0x2d6,0x2b6,_0x38fdc0._0x17f073)+_0x465ece(_0x38fdc0._0x5c0136,_0x38fdc0._0x533b58,_0x38fdc0._0xb0d42,_0x38fdc0._0x51113e)+'cters','xPCnN':function(_0x39c0c6,_0x54766b){return _0x39c0c6!==_0x54766b;},'kEktw':_0x465ece(0x2a0,_0x38fdc0._0x40a175,_0x38fdc0._0x4e54ef,0x2f1),'eiQKV':function(_0x2c3f04,_0x32d78c){return _0x2c3f04(_0x32d78c);},'ZGnLW':_0x465ece(0x2ac,0x27e,0x29e,_0x38fdc0._0x5853f6),'shMkd':function(_0x385a6e,_0x37a822,_0x5ed194){return _0x385a6e(_0x37a822,_0x5ed194);},'qyDLF':_0x465ece(_0x38fdc0._0x181e19,0x2ca,_0x38fdc0._0x2c6c2e,0x2ea),'LiOOd':'XUGLf','flBtg':_0x4e4442(0x289,_0x38fdc0._0x33093c,_0x38fdc0._0x54cc6f,0x287)+'set\x20passwo'+'rd'},_0x4f6802=_0xcec06[_0x4e4442(0x293,_0x38fdc0._0x183f83,_0x38fdc0._0x259366,_0x38fdc0._0x4888ac)](parseArgs,_0x506296);function _0x465ece(_0x20ba56,_0x5d4199,_0x22db5f,_0x407ed7){return _0x52e8(_0x22db5f-0xd8,_0x407ed7);}!_0x4f6802[_0x465ece(0x28b,_0x38fdc0._0x30be76,0x2b3,0x283)]&&(_0x4f6802[_0x4e4442(0x242,_0x38fdc0._0xb3c69f,0x262,0x261)]=await _0xcec06[_0x465ece(_0x38fdc0._0x648a13,0x2a2,0x2b9,0x2d5)](prompt,_0xcec06[_0x465ece(_0x38fdc0._0x3fedba,0x2dd,_0x38fdc0._0x5ac4ac,_0x38fdc0._0x271e89)]));if(!_0x4f6802['password']){if(_0xcec06[_0x4e4442(0x258,0x263,0x25f,0x252)]!==_0xcec06[_0x465ece(0x2a9,_0x38fdc0._0x27d48f,0x2c3,_0x38fdc0._0x1c1e23)]){_0x4f6802[_0x465ece(_0x38fdc0._0x3db12f,_0x38fdc0._0x244992,_0x38fdc0._0x3e5032,_0x38fdc0._0xb0d42)]=await _0xcec06[_0x465ece(0x2fd,_0x38fdc0._0x527150,0x2d0,_0x38fdc0._0xe768b5)](prompt,_0xcec06[_0x4e4442(_0x38fdc0._0x181e19,_0x38fdc0._0x356c82,_0x38fdc0._0x1c6f2a,_0x38fdc0._0x3d290f)],!![]);const _0x418d4f=await _0xcec06['kaKQS'](prompt,_0xcec06[_0x4e4442(_0x38fdc0._0x3362fd,0x2c7,_0x38fdc0._0x3d290f,0x2c6)],!![]);_0xcec06[_0x465ece(_0x38fdc0._0x980e99,_0x38fdc0._0x5cdad6,0x2cf,_0x38fdc0._0x3b3ef1)](_0x4f6802[_0x4e4442(_0x38fdc0._0x116320,0x29b,0x2a0,_0x38fdc0._0xce8c2a)],_0x418d4f)&&(console[_0x4e4442(_0x38fdc0._0x20f1b9,_0x38fdc0._0x45f40e,0x252,0x242)](_0xcec06[_0x465ece(0x2a2,0x2c8,0x2c4,_0x38fdc0._0x2d3d77)]),process['exit'](-0x14d7+-0x1d3c+-0x281*-0x14));}else _0x41dd76[_0x465ece(_0x38fdc0._0xcb38a1,_0x38fdc0._0x21e056,_0x38fdc0._0x5d95fe,_0x38fdc0._0x52e610)](_0x465ece(0x28f,0x2bb,0x2a2,_0x38fdc0._0x1fc593)+'r\x20\x22'+_0x5090ef[_0x465ece(0x2bd,0x29f,0x2b3,0x283)]+(_0x465ece(_0x38fdc0._0x2dc3a6,0x2fe,0x2fb,_0x38fdc0._0x339c76)+'d.')),_0x5e6ed1[_0x4e4442(_0x38fdc0._0x32ebd5,_0x38fdc0._0x1251c4,0x260,0x230)](0x258e+0x1081+-0x32e*0x11);}(!_0x4f6802[_0x4e4442(_0x38fdc0._0x37820e,_0x38fdc0._0x5d2958,_0x38fdc0._0x186e1c,_0x38fdc0._0x106725)]||_0xcec06[_0x465ece(_0x38fdc0._0x1e2337,0x2d5,_0x38fdc0._0x1b60e4,_0x38fdc0._0x29a981)](_0x4f6802[_0x4e4442(_0x38fdc0._0x3d4748,0x27c,_0x38fdc0._0xaf22b1,_0x38fdc0._0x154fb8)][_0x465ece(0x2d4,_0x38fdc0._0x1c6f2a,_0x38fdc0._0x370c61,0x2b4)](),''))&&(console[_0x4e4442(0x256,0x224,_0x38fdc0._0x154fb8,_0x38fdc0._0x97f02b)](_0xcec06[_0x4e4442(0x286,0x260,0x271,0x27e)]),process[_0x4e4442(0x28a,_0x38fdc0._0x17fe63,_0x38fdc0._0x4b39ff,_0x38fdc0._0x5c93b7)](-0x1e+0x1*-0x1f94+-0x3*-0xa91));(!_0x4f6802[_0x4e4442(0x2cf,0x2b4,0x2a0,0x2b6)]||_0xcec06[_0x4e4442(_0x38fdc0._0x370c61,_0x38fdc0._0x489a7e,_0x38fdc0._0x40a175,0x293)](_0x4f6802[_0x465ece(0x2db,0x302,_0x38fdc0._0x1c5658,0x2fc)]['length'],-0x120e+-0xe*-0x241+-0xd78))&&(_0xcec06[_0x4e4442(_0x38fdc0._0x230857,0x29d,0x285,0x27b)]!==_0xcec06['xGNmx']?(_0x2ee61c[_0x4e4442(0x247,_0x38fdc0._0x41c41c,_0x38fdc0._0xa53013,_0x38fdc0._0x3d4748)](),_0x3d1f70[_0x4e4442(_0x38fdc0._0x2c918d,_0x38fdc0._0xa22155,0x2ad,0x2c9)](''),_0xcec06[_0x4e4442(_0x38fdc0._0x404125,_0x38fdc0._0xaa12e3,_0x38fdc0._0x183f83,0x234)](_0x71c82a,_0x4a16d3)):(console[_0x465ece(0x2a0,_0x38fdc0._0x5a22be,0x2a3,_0x38fdc0._0x23958f)](_0xcec06[_0x465ece(0x2f8,_0x38fdc0._0x4a7545,_0x38fdc0._0x4cbc88,_0x38fdc0._0x14a300)]),process[_0x465ece(_0x38fdc0._0x1def1e,_0x38fdc0._0xa22155,_0x38fdc0._0x2cbf55,_0x38fdc0._0x3cf9a7)](-0xdd4+0x19a1+-0xbcc)));try{if(_0xcec06[_0x465ece(0x303,_0x38fdc0._0xa22155,0x2e7,0x2f0)](_0xcec06['kEktw'],_0xcec06[_0x465ece(0x28e,_0x38fdc0._0x29a981,_0x38fdc0._0x80020a,0x29d)]))_0xcec06[_0x4e4442(0x298,_0x38fdc0._0x16c98a,0x2a1,_0x38fdc0._0x15e179)](_0x58571c);else{const _0x45cee3=await _0xcec06['eiQKV'](findUserByUsername,_0x4f6802[_0x465ece(0x2dd,_0x38fdc0._0x5009e1,_0x38fdc0._0x142879,0x2e1)]);if(!_0x45cee3){if('KMVRI'!==_0xcec06[_0x4e4442(_0x38fdc0._0x116320,_0x38fdc0._0x5ca8e5,_0x38fdc0._0x502130,0x285)])console[_0x4e4442(_0x38fdc0._0x55fabd,0x226,0x252,_0x38fdc0._0x48b09a)]('Error:\x20Use'+'r\x20\x22'+_0x4f6802[_0x4e4442(_0x38fdc0._0x2670b3,_0x38fdc0._0x4629ae,0x262,_0x38fdc0._0x306d8c)]+('\x22\x20not\x20foun'+'d.')),process[_0x465ece(_0x38fdc0._0x2551df,0x2cb,0x2b1,_0x38fdc0._0x30aff8)](-0x1d5d+-0x1*0x305+0x2063);else{if(_0x4765bc[_0x465ece(_0x38fdc0._0x55fabd,0x299,_0x38fdc0._0x3e98c5,_0x38fdc0._0x324fe8)](_0xcec06[_0x465ece(_0x38fdc0._0x3db12f,_0x38fdc0._0x4c9e38,_0x38fdc0._0x10db19,0x2d2)]))_0x388889[_0x465ece(0x28b,0x2c0,_0x38fdc0._0x142879,0x286)]=_0x428de9[_0x4e4442(_0x38fdc0._0xe03f3a,_0x38fdc0._0xca9024,_0x38fdc0._0x181e19,0x27b)]('=')[-0x2ee+0x2104*-0x1+0x23f3];else _0xf346d1[_0x4e4442(_0x38fdc0._0x13f9d7,_0x38fdc0._0x45f40e,0x254,_0x38fdc0._0x183f83)](_0xcec06[_0x465ece(0x28b,_0x38fdc0._0x30be76,_0x38fdc0._0x405559,_0x38fdc0._0x5c1030)])&&(_0x1df508[_0x4e4442(0x279,0x2bd,_0x38fdc0._0x32f167,0x284)]=_0x5ac460[_0x465ece(0x2da,0x2ff,_0x38fdc0._0x2ea161,0x312)]('=')[0x3*-0x24b+0x136d*-0x1+0x1a4f]);}}await _0xcec06[_0x4e4442(0x261,0x293,0x28c,0x2aa)](setUserPassword,_0x45cee3['id'],_0x4f6802[_0x4e4442(_0x38fdc0._0x230857,0x2a5,0x2a0,0x290)]),console['log'](''),console[_0x4e4442(0x2cf,_0x38fdc0._0x3a632c,_0x38fdc0._0x18fe2d,0x28e)]('✓\x20Password'+_0x4e4442(_0x38fdc0._0x3c1947,0x266,0x27c,0x282)+_0x4e4442(0x265,0x296,0x287,0x2b6)+_0x465ece(_0x38fdc0._0x5aa71f,0x2f2,0x2da,0x2ed)+'\x20\x22'+_0x4f6802[_0x465ece(0x2b1,_0x38fdc0._0x1cae4e,_0x38fdc0._0x142879,0x2ce)]+'\x22.');}}catch(_0x49c7ad){if(_0xcec06[_0x4e4442(_0x38fdc0._0x17ba9c,_0x38fdc0._0x10138d,_0x38fdc0._0x428b0c,_0x38fdc0._0xa53013)]===_0xcec06[_0x4e4442(0x246,0x266,_0x38fdc0._0x3a65ca,0x26f)]){const _0x47ccd0={};_0x47ccd0['username']=null,_0x47ccd0[_0x465ece(0x2e7,_0x38fdc0._0x1504ca,_0x38fdc0._0x1c5658,_0x38fdc0._0xce8c2a)]=null;const _0x1616f8=_0x47ccd0;for(const _0x3b75a4 of _0x5d6c26){if(_0x3b75a4[_0x4e4442(_0x38fdc0._0x81b06b,_0x38fdc0._0x8c706a,0x254,0x23d)](_0x465ece(0x2d4,0x2f8,0x2ce,_0x38fdc0._0x271e89)+'='))_0x1616f8[_0x465ece(_0x38fdc0._0x222270,_0x38fdc0._0x30be76,0x2b3,0x2de)]=_0x3b75a4[_0x4e4442(0x276,_0x38fdc0._0x328c93,0x2a2,0x28b)]('=')[-0xc28*0x1+-0x32b*-0xa+0x1*-0x1385];else _0x3b75a4[_0x465ece(0x299,_0x38fdc0._0x12f9d9,_0x38fdc0._0x335a72,_0x38fdc0._0x4436f9)](_0xcec06[_0x465ece(_0x38fdc0._0x162cb4,_0x38fdc0._0x80020a,0x2b4,0x2b9)])&&(_0x1616f8[_0x4e4442(_0x38fdc0._0x3a65ca,_0x38fdc0._0x30aff8,_0x38fdc0._0x4465a0,0x2ae)]=_0x3b75a4[_0x4e4442(0x274,0x2bd,_0x38fdc0._0x181e19,_0x38fdc0._0x2cbf55)]('=')[0x8d*0x45+0xa*-0x85+-0xd*0x286]);}return _0x1616f8;}else logger[_0x465ece(0x281,0x2ac,0x2a3,_0x38fdc0._0x23cb2a)](_0xcec06[_0x4e4442(0x25b,_0x38fdc0._0x4f4c57,_0x38fdc0._0x40c241,0x265)],_0x49c7ad),console[_0x465ece(_0x38fdc0._0x16c98a,_0x38fdc0._0x5aa71f,_0x38fdc0._0x5d95fe,_0x38fdc0._0x3d290f)](_0x465ece(_0x38fdc0._0x30be76,0x302,0x2dc,_0x38fdc0._0x482ec1)+_0x465ece(0x315,0x2cd,_0x38fdc0._0x4c9e38,_0x38fdc0._0xa0943d)+_0x4e4442(0x282,0x249,_0x38fdc0._0x283421,0x26e)+'-\x20'+_0x49c7ad[_0x465ece(0x2bd,0x2f8,0x2e4,_0x38fdc0._0x10db19)]),process['exit'](0x1267+0x55*-0x25+0x61d*-0x1);}}
|
|
1
|
+
(function(_0x55221b,_0x4d3e6f){const _0x1a0aa5={_0x52a035:0x14e,_0x303198:0xd,_0x5930f0:0x50,_0x16d065:0x4a,_0x3875d4:0x151,_0xfcfa9:0x170,_0x501e08:0x1b,_0x219475:0x18,_0x5b7b78:0x152,_0x2f556b:0x178,_0x44f981:0x145,_0xbce4fa:0x171,_0x29a723:0x148,_0x442127:0x14d,_0xecbb60:0x54,_0x5437dd:0x1f},_0x88cef9={_0x583870:0x5d},_0x3c839e={_0x8eed73:0x1e8};function _0xbc0744(_0x1ebcad,_0x442b04,_0x37300d,_0x2730fe){return _0xc0c1(_0x2730fe- -_0x3c839e._0x8eed73,_0x442b04);}const _0x530969=_0x55221b();function _0x3e265b(_0x5d66de,_0x42badc,_0x198e6f,_0x48661c){return _0xc0c1(_0x198e6f- -_0x88cef9._0x583870,_0x5d66de);}while(!![]){try{const _0x1c8fda=parseInt(_0x3e265b(0x144,_0x1a0aa5._0x52a035,0x14d,0x14a))/(0x1415+0x1*0xd12+0x1093*-0x2)*(parseInt(_0xbc0744(-_0x1a0aa5._0x303198,-_0x1a0aa5._0x5930f0,-_0x1a0aa5._0x16d065,-0x2d))/(0x1666+0x3cd*-0x9+0xbd1))+-parseInt(_0x3e265b(_0x1a0aa5._0x3875d4,0x142,_0x1a0aa5._0xfcfa9,0x13d))/(0x1*-0x264+0x198d+-0x1726)+parseInt(_0xbc0744(_0x1a0aa5._0x501e08,-0x1,0x3,_0x1a0aa5._0x219475))/(0x95e+-0x1ea0+0xe*0x185)+parseInt(_0x3e265b(_0x1a0aa5._0x5b7b78,_0x1a0aa5._0x2f556b,0x168,_0x1a0aa5._0x44f981))/(-0x67*0x3d+-0x447+0x3*0x99d)+parseInt(_0x3e265b(0x185,0x15f,0x185,_0x1a0aa5._0x3875d4))/(0x1493+-0x2*0xc25+0x3bd)*(-parseInt(_0x3e265b(_0x1a0aa5._0xbce4fa,0x130,0x14f,0x153))/(-0x1452+-0x49d+-0x2c6*-0x9))+-parseInt(_0x3e265b(0x185,0x17b,0x17c,_0x1a0aa5._0x29a723))/(-0x14b4+0xe56+0x666)*(-parseInt(_0x3e265b(0x15c,0x145,0x165,_0x1a0aa5._0x442127))/(-0xaaf+-0x115d*0x1+0x1c15))+-parseInt(_0xbc0744(-_0x1a0aa5._0xecbb60,-0x49,-0x6,-_0x1a0aa5._0x5437dd))/(-0x2215+-0x1dad+-0xaa2*-0x6);if(_0x1c8fda===_0x4d3e6f)break;else _0x530969['push'](_0x530969['shift']());}catch(_0x146171){_0x530969['push'](_0x530969['shift']());}}}(_0x4898,-0x7a37*-0x1+0x4*0x2788+-0x1*-0xc9fd7));import _0x487421 from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';function _0xc0c1(_0xd39b8f,_0x202759){_0xd39b8f=_0xd39b8f-(-0xb8d*0x3+-0x25fc+0x33b*0x17);const _0x3df19f=_0x4898();let _0xe42292=_0x3df19f[_0xd39b8f];if(_0xc0c1['xIsnOK']===undefined){var _0x124427=function(_0x5e1d7f){const _0x2b8471='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5a9b26='',_0x139ef7='';for(let _0x146217=-0x1565*-0x1+0x135b+0x146*-0x20,_0x49518a,_0x101c23,_0x5947d9=0x745*-0x1+0x4ba+0x28b;_0x101c23=_0x5e1d7f['charAt'](_0x5947d9++);~_0x101c23&&(_0x49518a=_0x146217%(-0x13d6+0x830+0xbaa)?_0x49518a*(0x2b*0x87+-0x1e0e+0x28b*0x3)+_0x101c23:_0x101c23,_0x146217++%(-0x1582+-0x229b+0x3821))?_0x5a9b26+=String['fromCharCode'](0x213*0x9+-0x2066+0xeba&_0x49518a>>(-(0x1640+0x1a62+-0x185*0x20)*_0x146217&0x650+0x70a+-0x1*0xd54)):-0x1*0x1cb5+0x1818+0x1*0x49d){_0x101c23=_0x2b8471['indexOf'](_0x101c23);}for(let _0x3bd61f=-0x1748+-0x2*-0x70a+-0x13*-0x7c,_0x4e442e=_0x5a9b26['length'];_0x3bd61f<_0x4e442e;_0x3bd61f++){_0x139ef7+='%'+('00'+_0x5a9b26['charCodeAt'](_0x3bd61f)['toString'](-0x4cd+0x17e*-0x14+0x5*0x6f1))['slice'](-(-0x8*-0x304+0x1*0x343+-0x1*0x1b61));}return decodeURIComponent(_0x139ef7);};_0xc0c1['uVfdeS']=_0x124427,_0xc0c1['SrdNhG']={},_0xc0c1['xIsnOK']=!![];}const _0x45835c=_0x3df19f[0x35c+0x1712+-0x1a6e],_0x1e9e91=_0xd39b8f+_0x45835c,_0x46c3ca=_0xc0c1['SrdNhG'][_0x1e9e91];return!_0x46c3ca?(_0xe42292=_0xc0c1['uVfdeS'](_0xe42292),_0xc0c1['SrdNhG'][_0x1e9e91]=_0xe42292):_0xe42292=_0x46c3ca,_0xe42292;}import{logger}from'../logger.js';function _0x4898(){const _0x21917b=['C3rKAw4','zwDxtxO','zg5syw8','mti3otK2mMDQt0viCq','z2fPyLy','D1DJu2C','vxnLCM5HBwu6ia','Ae1TtNO','CuXpv2K','Au92t1O','CMzHy2u','rKnkrwe','vxvkshG','uLf6A3O','ENDdvwu','ihbHC3n3B3jKia','zxHPDa','zxjYB3i','yLLSr1m','uuvuBMu','yxjVAuK','vMLQCNK','C05vr1m','CIaI','uenoBM4','C3bSAxq','iIbUB3qGzM91BG','Aw5WDxq','uLjItvO','Dg1zrey','wK5xveq','DuLjB08','DhLbzNC','mZiXndG0ofHPz3DLzW','CMq6ia','DwnJzxnZzNvSBa','C3DVCMqGBxvZDa','BKLjAeO','C3n3B3jKoIa','s3DJu0i','zxf1AxjLza','C3rHCNrZv2L0Aa','DgXKDgW','AfnPsxC','EKj5zwy','t0LNDuO','C2XTCvy','y2XVC2u','r1H2rKG','tKrbsu8','wvvgtNe','CNnXyu8','svLbBuK','rxjYB3i6ifvZzq','rMfPBgvKihrVia','m09LtNrXvG','AK5kz0m','mtr3zhLgwKG','CxvLC3rPB24','4PYtifbHC3n3B3jK','BgvKihrVihnLDa','ls1WyxnZD29Yza','BgvUz3rO','rxjYB3i6ifbHCW','Eerxzxa','BM90ig1HDgnO','y3rLCNm','ANfxrge','igjLigf0igXLyq','zeDmq1u','Du9eDKC','zvvVvuu','nZu4nde0r2TRB2n6','s0XOyNe','DgvYBwLUywW','Bg9N','whzZruW','CgfZC3DVCMq','D3jPDgu','ow1UBMHKyW','zez6q28','r01drfq','mJyZodK3nvPZuuvpDa','rxjYB3i6iezHAq','u2zqrgK','B3v0Chv0','mtu4ntq4mZbsr2fjqxi','C2v0ihbHC3n3BW','ls11C2vYBMfTzq','y3jLyxrLsw50zq','mJyZmtG0mgf6uw9MuG','B2PMzNK','DxnLCM5HBwu','BwvZC2fNzq','CM5HBwuGAxmGCG','C3rKB3v0','BKnotKO','vhfLwNG','C3qGocbJAgfYyq','ELbXyu0','DhjPBq','EMTUwuK','mta1ntuYntzotxzxB3q','u01stLO','twTktwu','ihvWzgf0zwqGCW','rejNwMi','y2TRswm'];_0x4898=function(){return _0x21917b;};return _0x4898();}function prompt(_0x1f6458,_0x407f99=![]){const _0x128450={_0x5ae9f0:0x11e,_0x56ed16:0xe9,_0x3e1ca9:0x14b,_0x2d807b:0x127,_0x425900:0x107,_0x512796:0x118,_0x189676:0x220,_0x5372ae:0x10f,_0x36e5f0:0x226,_0x3191b8:0x22c,_0x551363:0x254},_0x51bb9d={_0x59b231:0x5c6,_0x5791a2:0x41d,_0x4888cd:0x3ec,_0x2a5dce:0x3be,_0x2518ee:0x3ab,_0x17cbc3:0x3d5,_0x41fc20:0x57b,_0x5ed974:0x5d0,_0x47116c:0x58e,_0x52258d:0x5aa,_0x2b3a0b:0x5ad,_0x5b9bc8:0x5b7,_0x565e69:0x5b4,_0x4714c8:0x390,_0x5ed15a:0x38d,_0x328434:0x3ef,_0x4c0eb5:0x5ef,_0x235bf6:0x3c2,_0x91e6fa:0x3aa,_0x3fe7b3:0x3ab,_0x50b522:0x387,_0x2f38a4:0x59a,_0x1754c2:0x588,_0x291594:0x3af,_0x1fa98c:0x3e1,_0x204cc9:0x3fd,_0x578997:0x3cb,_0x1a23b0:0x3b5,_0x251c70:0x38f,_0x2b1a07:0x563,_0x43db43:0x5a0,_0x441480:0x5f1,_0x421044:0x3d0,_0x3e71ac:0x5c5,_0x133bc1:0x5a3,_0x45f989:0x593,_0x27957f:0x57c,_0x1b97ec:0x595,_0x13ab3c:0x579,_0x2ea6b1:0x5a2,_0x3805e0:0x5cc,_0x194bb4:0x58b,_0x564eee:0x5e8,_0xa2d7ca:0x3b2,_0x1f74d9:0x394,_0x4ae946:0x3a2,_0x3bf83f:0x3a7,_0x47d244:0x3c0,_0x51d4d5:0x399,_0x37fd4c:0x3a8,_0x2de48:0x5ab,_0x146b0a:0x3eb,_0x3dc0d0:0x56b,_0x1cac2b:0x5a1,_0x578ca1:0x59a,_0x19cfc8:0x3db,_0x1e3f80:0x3dd,_0x321796:0x3c0,_0x8320af:0x3f2,_0x3a7390:0x3db,_0x343409:0x410,_0x248219:0x3ce,_0x5e88da:0x3c2,_0x1b3075:0x58d,_0x853f92:0x56e,_0x546b7c:0x59d,_0x537f5a:0x5c7,_0x589485:0x597,_0x1ea1b3:0x590,_0x1dab22:0x57e,_0x4aa372:0x3a4,_0x5cbadb:0x3d9,_0x21c720:0x3da,_0x1cb6d0:0x3b9,_0x28a29b:0x3ba},_0x1ad388={_0x45a5cb:0x32a,_0x4f2019:0x31b},_0x17cef9={_0x124ed5:0x4ae,_0x5179f:0x4d0,_0x7e046a:0x4ff,_0x2267a3:0x4b3,_0x4b9599:0xa3,_0x1eaba4:0xa7,_0x16f864:0x63,_0x1fc806:0x79,_0x13c9e6:0x59,_0x5092b3:0x5b,_0xeaa890:0x36,_0x2ebb14:0x62,_0x5282bc:0x6c,_0x5800b0:0x8b,_0x42c607:0x6c,_0x39a574:0x4f7,_0x143b1d:0x4e5,_0x586841:0x4e3,_0x4535bd:0x33,_0x57abf3:0x68,_0x5d3c6b:0x3f},_0x134f9c={_0x27ee01:0x46,_0x1de7f4:0x73,_0x55f50c:0x5ab,_0x402b93:0x5a2,_0xa76f0b:0x91,_0x49ecf8:0x99,_0x231296:0x571,_0x17d75b:0x588,_0x32f87d:0x595},_0x5d11a7={_0x21ad0d:0x18d},_0xd45a72={_0x2eb1d4:0x4bf},_0x3cb5ec={_0x2a8400:0x6d};function _0x37de8e(_0x449cf9,_0x234ec1,_0x2424aa,_0x3ade70){return _0xc0c1(_0x449cf9-_0x3cb5ec._0x2a8400,_0x2424aa);}const _0x38f95b={'XvsEL':function(_0x372093,_0x58e81d){return _0x372093===_0x58e81d;},'nIIhJ':_0x41c601(0xfe,_0x128450._0x5ae9f0,0x148,_0x128450._0x56ed16),'hSiIw':_0x41c601(_0x128450._0x3e1ca9,0x123,0x116,0x13c),'qLOWi':function(_0x588852){return _0x588852();},'egWMz':function(_0x5b20dd,_0x3d39f1){return _0x5b20dd(_0x3d39f1);},'RRbMZ':'Error:\x20Use'+_0x41c601(_0x128450._0x2d807b,_0x128450._0x425900,0x132,_0x128450._0x512796)+'equired','GMCDT':function(_0x32bf7c,_0x28f4f8){return _0x32bf7c!==_0x28f4f8;},'SVTcW':function(_0x1883d3,_0x1fb8b6){return _0x1883d3(_0x1fb8b6);},'MkJMe':_0x37de8e(0x238,0x25c,0x216,_0x128450._0x189676)+'=','SMRNZ':'--password'+'=','dnRao':function(_0x107e10,_0x32ca2d){return _0x107e10===_0x32ca2d;},'RQzkz':_0x41c601(_0x128450._0x5372ae,0x11c,0x133,0x109),'eamDt':function(_0x4582d8,_0x513329){return _0x4582d8===_0x513329;},'Vijry':function(_0x31fc4b,_0x6c5814){return _0x31fc4b!==_0x6c5814;},'aroiI':_0x37de8e(_0x128450._0x36e5f0,0x24f,_0x128450._0x3191b8,_0x128450._0x551363)};function _0x41c601(_0x116d19,_0x4307be,_0x3e3acb,_0x2215a8){return _0xc0c1(_0x4307be- -0xca,_0x116d19);}return new Promise(_0xf480d0=>{const _0x8dd0bf={_0x54e14c:0x1b7,_0x1de825:0x196},_0x59cbc4={_0x4e4fd0:0x11e,_0x319d73:0xfc},_0x4e6411={_0xe2c81e:0x119},_0x1a8019={_0x1d89ed:0x142},_0xe070e={_0x16a601:0xa5,_0x5e3bc3:0x25},_0x15d999={'ABYOl':_0x38f95b[_0x2d9048(0x5ab,0x5d1,_0x51bb9d._0x59b231,0x5fc)],'rsqaO':function(_0x1632ee){return _0x1632ee();},'TqeZx':function(_0x563260,_0x19b4f0){function _0x48068d(_0x183b35,_0x5e19b8,_0xcb7410,_0x59e681){return _0x2d9048(_0x183b35-_0xe070e._0x16a601,_0x5e19b8-_0xe070e._0x5e3bc3,_0x59e681- -0xa3,_0x183b35);}return _0x38f95b[_0x48068d(0x514,_0xd45a72._0x2eb1d4,0x4bf,0x4ec)](_0x563260,_0x19b4f0);},'zPqaM':_0x1ff06c(0x3f0,0x3db,_0x51bb9d._0x5791a2,_0x51bb9d._0x4888cd),'wUYcK':function(_0x1a1561,_0x3b5c4c){return _0x38f95b['SVTcW'](_0x1a1561,_0x3b5c4c);},'OIguJ':_0x38f95b[_0x1ff06c(_0x51bb9d._0x2a5dce,0x3d9,0x396,0x3db)],'sIibW':_0x38f95b[_0x1ff06c(0x3bd,0x3b3,_0x51bb9d._0x2518ee,_0x51bb9d._0x17cbc3)]};function _0x2d9048(_0x549149,_0x48e1a7,_0x549de6,_0x3d28aa){return _0x41c601(_0x3d28aa,_0x549de6-0x495,_0x549de6-_0x5d11a7._0x21ad0d,_0x3d28aa-0xf);}function _0x1ff06c(_0x3ef9fa,_0x33aa24,_0x5c85ba,_0x2f9c8f){return _0x37de8e(_0x3ef9fa-0x176,_0x33aa24-_0x1a8019._0x1d89ed,_0x5c85ba,_0x2f9c8f-0x7a);}if(_0x38f95b[_0x2d9048(_0x51bb9d._0x41fc20,_0x51bb9d._0x5ed974,0x5ac,_0x51bb9d._0x47116c)](_0x38f95b['RQzkz'],_0x38f95b[_0x2d9048(_0x51bb9d._0x52258d,_0x51bb9d._0x2b3a0b,_0x51bb9d._0x5b9bc8,_0x51bb9d._0x565e69)])){if(_0x407f99){if(_0x38f95b['eamDt'](_0x2d9048(0x592,0x589,0x592,0x5c5),_0x1ff06c(0x3bb,_0x51bb9d._0x4714c8,_0x51bb9d._0x5ed15a,_0x51bb9d._0x328434)))_0x46c3ca[_0x2d9048(0x587,_0x51bb9d._0x4c0eb5,0x5bb,0x5bd)](_0x15d999['ABYOl']),_0x5e1d7f['exit'](-0xb*-0x1d+-0x4b*0x55+0x9*0x2a1);else{const _0x47afd5=new Writable({'write':(_0x1773c7,_0x13d10e,_0x52881f)=>{const _0x4dfc5c={_0x48c94d:0x83},_0x3700d4={_0x31ef80:0x544};function _0x37f9ef(_0x1e13ce,_0x5a0e2f,_0x3bce1a,_0x2899a0){return _0x2d9048(_0x1e13ce-0x176,_0x5a0e2f-0x130,_0x3bce1a- -_0x3700d4._0x31ef80,_0x1e13ce);}function _0x87e142(_0xc85c44,_0x185ee1,_0x243f2e,_0x7508b6){return _0x1ff06c(_0x185ee1-0x1be,_0x185ee1-0xb0,_0x243f2e,_0x7508b6-_0x4dfc5c._0x48c94d);}_0x38f95b[_0x37f9ef(0x79,0x1e,_0x134f9c._0x27ee01,0x28)](_0x38f95b[_0x37f9ef(0x7b,_0x134f9c._0x1de7f4,0x8b,0x93)],_0x38f95b[_0x87e142(0x5d1,_0x134f9c._0x55f50c,0x580,_0x134f9c._0x402b93)])?_0x15d999[_0x37f9ef(_0x134f9c._0xa76f0b,0xb9,_0x134f9c._0x49ecf8,0xc4)](_0x573d51):_0x38f95b[_0x87e142(_0x134f9c._0x231296,_0x134f9c._0x17d75b,_0x134f9c._0x32f87d,0x596)](_0x52881f);}}),_0x21ecc6={};_0x21ecc6['input']=process[_0x1ff06c(_0x51bb9d._0x235bf6,0x3f3,_0x51bb9d._0x91e6fa,0x3b4)],_0x21ecc6[_0x1ff06c(_0x51bb9d._0x3fe7b3,_0x51bb9d._0x50b522,0x394,0x3cb)]=_0x47afd5,_0x21ecc6[_0x2d9048(0x5b6,_0x51bb9d._0x2f38a4,_0x51bb9d._0x1754c2,0x55b)]=!![];const _0x533094=_0x487421[_0x1ff06c(_0x51bb9d._0x291594,0x3c1,0x3b8,_0x51bb9d._0x1fa98c)+_0x1ff06c(0x3cc,_0x51bb9d._0x204cc9,0x3c8,_0x51bb9d._0x578997)](_0x21ecc6);process[_0x1ff06c(_0x51bb9d._0x1a23b0,0x3e2,_0x51bb9d._0x251c70,0x3df)]['write'](_0x1f6458),_0x533094[_0x2d9048(_0x51bb9d._0x2b1a07,0x597,0x578,0x567)]('',_0x1af27c=>{function _0x179bdc(_0x5daf23,_0x50c487,_0x455094,_0x15eed4){return _0x1ff06c(_0x50c487-_0x4e6411._0xe2c81e,_0x50c487-0xa4,_0x15eed4,_0x15eed4-0x2d);}function _0x92a8dc(_0x2fd086,_0x53d43f,_0x2f77cf,_0x443113){return _0x1ff06c(_0x443113- -0x349,_0x53d43f-0x1d4,_0x2fd086,_0x443113-0xdb);}if(_0x15d999[_0x179bdc(_0x17cef9._0x124ed5,_0x17cef9._0x5179f,_0x17cef9._0x7e046a,_0x17cef9._0x2267a3)](_0x15d999[_0x179bdc(0x4c8,0x4d2,0x4d8,0x4d4)],_0x15d999['zPqaM'])){const _0xb3036b={};_0xb3036b['input']=_0x150bba[_0x92a8dc(_0x17cef9._0x4b9599,_0x17cef9._0x1eaba4,_0x17cef9._0x16f864,_0x17cef9._0x1fc806)],_0xb3036b[_0x92a8dc(_0x17cef9._0x13c9e6,_0x17cef9._0x5092b3,_0x17cef9._0xeaa890,_0x17cef9._0x2ebb14)]=_0x376405[_0x92a8dc(0x9e,0x4f,0x73,_0x17cef9._0x5282bc)];const _0x33d807=_0x416945[_0x92a8dc(_0x17cef9._0x5800b0,0x51,_0x17cef9._0x42c607,0x66)+_0x179bdc(_0x17cef9._0x39a574,_0x17cef9._0x143b1d,_0x17cef9._0x586841,0x4eb)](_0xb3036b);_0x33d807[_0x92a8dc(_0x17cef9._0x4535bd,0x2a,_0x17cef9._0x57abf3,0x47)](_0x3847a5,_0x4a61f0=>{_0x33d807['close'](),_0x167794(_0x4a61f0);});}else _0x533094['close'](),console[_0x92a8dc(_0x17cef9._0x5d3c6b,0x47,0x5a,0x58)](''),_0x15d999['wUYcK'](_0xf480d0,_0x1af27c);});}}else{if(_0x38f95b[_0x2d9048(_0x51bb9d._0x43db43,_0x51bb9d._0x441480,0x5bf,0x5bc)]('lAPsY',_0x38f95b[_0x2d9048(0x5d8,0x5dd,0x5be,0x5c0)])){const _0x5cfbe4={};_0x5cfbe4[_0x1ff06c(0x3dd,_0x51bb9d._0x578997,_0x51bb9d._0x421044,0x3f5)]=process['stdin'],_0x5cfbe4[_0x2d9048(_0x51bb9d._0x3e71ac,_0x51bb9d._0x133bc1,_0x51bb9d._0x45f989,0x56c)]=process[_0x2d9048(_0x51bb9d._0x27957f,_0x51bb9d._0x1b97ec,0x59d,0x5c4)];const _0x3a6100=_0x487421[_0x2d9048(_0x51bb9d._0x13ab3c,_0x51bb9d._0x2ea6b1,0x597,0x5c0)+_0x2d9048(_0x51bb9d._0x3805e0,_0x51bb9d._0x194bb4,0x5b4,_0x51bb9d._0x564eee)](_0x5cfbe4);_0x3a6100['question'](_0x1f6458,_0x1f29cf=>{const _0x373de2={_0xbb83a8:0x13f};_0x3a6100[_0x544bbb(_0x1ad388._0x45a5cb,0x325,_0x1ad388._0x4f2019,0x309)]();function _0x544bbb(_0x482281,_0xaea129,_0x386987,_0x566146){return _0x1ff06c(_0x386987- -0xd6,_0xaea129-_0x373de2._0xbb83a8,_0x482281,_0x566146-0x181);}_0xf480d0(_0x1f29cf);});}else{const _0x389170={};_0x389170[_0x1ff06c(_0x51bb9d._0xa2d7ca,_0x51bb9d._0x1f74d9,_0x51bb9d._0x4ae946,_0x51bb9d._0x3bf83f)]=null,_0x389170[_0x1ff06c(0x3a3,_0x51bb9d._0x47d244,_0x51bb9d._0x51d4d5,_0x51bb9d._0x37fd4c)]=null;const _0x1bbe89=_0x389170;for(const _0x28521d of _0x40de94){if(_0x28521d[_0x2d9048(0x5bd,_0x51bb9d._0x2de48,0x5d3,0x5b0)](_0x15d999[_0x1ff06c(0x3ef,0x3ca,_0x51bb9d._0x146b0a,0x425)]))_0x1bbe89[_0x2d9048(_0x51bb9d._0x3dc0d0,_0x51bb9d._0x1cac2b,_0x51bb9d._0x578ca1,0x5b3)]=_0x28521d[_0x1ff06c(_0x51bb9d._0x19cfc8,_0x51bb9d._0x1e3f80,_0x51bb9d._0x321796,_0x51bb9d._0x8320af)]('=')[-0x88f*-0x3+-0x1e25*0x1+0x1*0x479];else _0x28521d[_0x1ff06c(_0x51bb9d._0x146b0a,0x3e8,0x3eb,0x3e3)](_0x15d999['sIibW'])&&(_0x1bbe89['password']=_0x28521d[_0x1ff06c(_0x51bb9d._0x3a7390,_0x51bb9d._0x343409,0x3e9,_0x51bb9d._0x248219)]('=')[-0xaf+0x1495+0x1cf*-0xb]);}return _0x1bbe89;}}}else{const _0x3b2e2c={_0x19590b:0x29d,_0x1973de:0x24d,_0xe92c68:0x283,_0x442dbf:0x274,_0x363a2d:0x48b},_0x101f82={'zByef':function(_0x3beaad,_0x3f9300){const _0x18d180={_0x1ffca2:0x13a,_0x169f3c:0x6f};function _0x204273(_0x416ca4,_0x2c805a,_0x32d2f5,_0x521dcc){return _0x1ff06c(_0x521dcc- -0x4d9,_0x2c805a-_0x18d180._0x1ffca2,_0x416ca4,_0x521dcc-_0x18d180._0x169f3c);}return _0x38f95b[_0x204273(-_0x59cbc4._0x4e4fd0,-_0x59cbc4._0x319d73,-0xf4,-0x116)](_0x3beaad,_0x3f9300);}},_0x4825f1=new _0x542915({'write':(_0x3ed3fd,_0x45dd53,_0x10bcf6)=>{const _0x2873a9={_0x3aa1fd:0x23e,_0x2e3b93:0xbf};function _0x254cb6(_0x3d063f,_0x26ccd6,_0x5781fc,_0x2cab99){return _0x1ff06c(_0x26ccd6- -_0x2873a9._0x3aa1fd,_0x26ccd6-_0x2873a9._0x2e3b93,_0x2cab99,_0x2cab99-0x50);}_0x15d999[_0x254cb6(0x1e1,_0x8dd0bf._0x54e14c,_0x8dd0bf._0x1de825,0x1ac)](_0x10bcf6);}}),_0x120e1b={};_0x120e1b[_0x1ff06c(0x3dd,0x3b2,0x404,_0x51bb9d._0x5e88da)]=_0x2bfa2d[_0x2d9048(0x5b2,_0x51bb9d._0x194bb4,0x5aa,0x5c5)],_0x120e1b['output']=_0x4825f1,_0x120e1b[_0x2d9048(_0x51bb9d._0x1b3075,_0x51bb9d._0x853f92,0x588,0x586)]=!![];const _0x476798=_0x24de4f[_0x2d9048(_0x51bb9d._0x546b7c,_0x51bb9d._0x537f5a,_0x51bb9d._0x589485,_0x51bb9d._0x1ea1b3)+'rface'](_0x120e1b);_0x177a91[_0x2d9048(_0x51bb9d._0x1dab22,0x59e,0x59d,0x579)][_0x1ff06c(_0x51bb9d._0x4aa372,_0x51bb9d._0x5cbadb,_0x51bb9d._0x21c720,_0x51bb9d._0x1cb6d0)](_0x39ae62),_0x476798[_0x1ff06c(_0x51bb9d._0x4714c8,0x378,0x383,_0x51bb9d._0x28a29b)]('',_0x22b446=>{const _0x30516b={_0x54ecd9:0x176,_0x961982:0xe9},_0x368869={_0x1dfdce:0x154,_0x244ac7:0xbf};_0x476798[_0x55d484(_0x3b2e2c._0x19590b,0x2c0,0x292,0x2a5)](),_0x2d1c6c[_0x55d484(_0x3b2e2c._0x1973de,_0x3b2e2c._0xe92c68,_0x3b2e2c._0x1973de,_0x3b2e2c._0x442dbf)]('');function _0x55d484(_0x383357,_0x5c288d,_0x598680,_0x3a06df){return _0x1ff06c(_0x383357- -_0x368869._0x1dfdce,_0x5c288d-_0x368869._0x244ac7,_0x3a06df,_0x3a06df-0x1e4);}function _0x3de200(_0x409a49,_0xb03bf3,_0x5d830c,_0x510b01){return _0x2d9048(_0x409a49-_0x30516b._0x54ecd9,_0xb03bf3-_0x30516b._0x961982,_0xb03bf3- -0x175,_0x409a49);}_0x101f82[_0x3de200(0x432,0x461,0x47a,_0x3b2e2c._0x363a2d)](_0x4b5d2b,_0x22b446);});}});}function parseArgs(_0x231efd){const _0x4cbcf6={_0x28e393:0x362,_0x1a8a9b:0x109,_0x1955e5:0x12a,_0x261e81:0x339,_0x20fdfd:0x355,_0x458232:0x388,_0x3b643b:0x342,_0x13fe36:0x17b,_0x3cc7ca:0x15d,_0x1c48b0:0x12c,_0x222f99:0x145,_0x1dffa0:0x33c,_0x3fa5f6:0x328,_0x2c3d6e:0x303,_0x1a7a4c:0x2f4,_0x1e3188:0x107,_0xc9ff4:0x31e,_0x55f774:0x107,_0x48c48c:0xfe,_0x46acf1:0xf9,_0x4a1848:0x111,_0x282b45:0x34a,_0x6afdca:0x309,_0x213f7c:0x34c,_0x3ca8e0:0x34b,_0x403b7f:0x33e,_0x49118b:0x130,_0x256b81:0x110,_0x3c6191:0xec,_0x506330:0xfd,_0x54620e:0xed,_0x3c5437:0x15e,_0x67df24:0x129,_0x49143b:0xdb,_0x2c3a48:0xe0,_0xea6bba:0x311,_0x1fd7c0:0x2e9},_0x7a8f1b={_0xdb0269:0x2f5},_0x5e12dc={'dGLCU':function(_0x35f923,_0x2ef722){return _0x35f923(_0x2ef722);},'UuJHx':_0x4125f1(0x330,_0x4cbcf6._0x28e393,0x38d,0x341),'wWcSg':_0xef836d(-0x13a,-_0x4cbcf6._0x1a8a9b,-0x108,-_0x4cbcf6._0x1955e5)+'=','KLhbq':'mDRRW','QETne':_0x4125f1(_0x4cbcf6._0x261e81,_0x4cbcf6._0x20fdfd,_0x4cbcf6._0x458232,_0x4cbcf6._0x3b643b),'EYTQg':_0xef836d(-_0x4cbcf6._0x13fe36,-_0x4cbcf6._0x3cc7ca,-_0x4cbcf6._0x1c48b0,-_0x4cbcf6._0x222f99)+'='},_0x4436b1={};_0x4436b1[_0x4125f1(_0x4cbcf6._0x1dffa0,_0x4cbcf6._0x3fa5f6,_0x4cbcf6._0x2c3d6e,_0x4cbcf6._0x1a7a4c)]=null;function _0x4125f1(_0x218322,_0x348b70,_0x4d0078,_0x36c6e1){return _0xc0c1(_0x348b70-0x159,_0x4d0078);}_0x4436b1[_0xef836d(-_0x4cbcf6._0x1e3188,-0x10f,-0x12b,-0x135)]=null;const _0x3a0846=_0x4436b1;function _0xef836d(_0x444050,_0x1bab63,_0x49b8b3,_0x5b18cb){return _0xc0c1(_0x5b18cb- -_0x7a8f1b._0xdb0269,_0x444050);}for(const _0x38205d of _0x231efd){if(_0x5e12dc[_0x4125f1(0x378,0x344,_0x4cbcf6._0xc9ff4,0x355)]!==_0x4125f1(0x34d,0x32c,0x2fd,0x361)){if(_0x38205d['startsWith'](_0x5e12dc[_0xef836d(-_0x4cbcf6._0x55f774,-_0x4cbcf6._0x48c48c,-_0x4cbcf6._0x46acf1,-_0x4cbcf6._0x4a1848)]))_0x5e12dc[_0x4125f1(0x342,0x315,_0x4cbcf6._0x282b45,_0x4cbcf6._0x6afdca)]!==_0x5e12dc[_0x4125f1(_0x4cbcf6._0x213f7c,_0x4cbcf6._0x3ca8e0,0x327,_0x4cbcf6._0x403b7f)]?_0x3a0846[_0xef836d(-_0x4cbcf6._0x49118b,-0x148,-_0x4cbcf6._0x48c48c,-0x126)]=_0x38205d[_0xef836d(-0x10a,-_0x4cbcf6._0x256b81,-_0x4cbcf6._0x3c6191,-_0x4cbcf6._0x506330)]('=')[0xf2e+-0x1f31*0x1+0x1004]:_0x33ca12['username']=_0x4bd8f8[_0x4125f1(0x335,0x351,0x329,0x353)]('=')[0x242*-0x6+0xf8a+-0x1fd];else _0x38205d[_0xef836d(-0xf6,-0x101,-0x122,-_0x4cbcf6._0x54620e)](_0x5e12dc['EYTQg'])&&(_0x3a0846[_0xef836d(-_0x4cbcf6._0x3c5437,-_0x4cbcf6._0x67df24,-_0x4cbcf6._0x222f99,-0x135)]=_0x38205d[_0xef836d(-0x12d,-_0x4cbcf6._0x49143b,-_0x4cbcf6._0x2c3a48,-0xfd)]('=')[0xd*-0x2cb+-0x1b8+0x2608]);}else _0x185e69['close'](),_0x5e12dc[_0x4125f1(_0x4cbcf6._0x1dffa0,_0x4cbcf6._0xea6bba,_0x4cbcf6._0x1fd7c0,0x2e7)](_0x171a16,_0x30d601);}return _0x3a0846;}export async function setPasswordCommand(_0x3c3778){const _0x4ddf21={_0x1722fd:0x484,_0xa63a9:0x497,_0x50954d:0x476,_0x395499:0x535,_0xc9fd09:0x510,_0x51be85:0x4c6,_0x213ae8:0x515,_0x4ae1b9:0x56b,_0x50d0cd:0x564,_0x4ffa5a:0x485,_0x27c739:0x554,_0x422180:0x54c,_0x5939e2:0x465,_0x16d672:0x40f,_0x3d20a8:0x55a,_0x5878d2:0x589,_0xf5fbf4:0x529,_0x546c4b:0x439,_0x566a69:0x43c,_0x47966e:0x458,_0x6c8379:0x480,_0x2c5165:0x48e,_0x129085:0x4be,_0x2bb4d6:0x560,_0xa4e136:0x549,_0x3b1da4:0x575,_0x403855:0x42b,_0x22e69e:0x458,_0x72d097:0x440,_0xba7ab4:0x45e,_0x17534f:0x435,_0x1a9139:0x410,_0x4aa576:0x53d,_0x4cbcd8:0x52f,_0x3d7e97:0x517,_0x537194:0x544,_0x1edd40:0x4fc,_0x22443c:0x478,_0x140e98:0x456,_0x3df8d1:0x526,_0x1fadc2:0x412,_0x815a14:0x43d,_0x1df972:0x432,_0x5400ad:0x449,_0x458a0d:0x420,_0x535c92:0x447,_0x70d8e7:0x448,_0x3189cd:0x52b,_0x1a51cd:0x543,_0x2fef47:0x528,_0x24b16b:0x506,_0x1dddc9:0x4fa,_0x512d6d:0x462,_0x52876d:0x45d,_0x51b8b2:0x57f,_0x58fff8:0x544,_0x5bda62:0x555,_0x3e7963:0x456,_0x77906d:0x47e,_0x349712:0x447,_0x26baa2:0x41e,_0x790cca:0x408,_0x567c27:0x52a,_0x2d6f4f:0x504,_0x13bc98:0x4db,_0x17655a:0x4e0,_0x3c36e6:0x515,_0x43d192:0x54f,_0x1af399:0x536,_0x3f6697:0x552,_0x10caca:0x548,_0x486d37:0x467,_0x3e8223:0x4d3,_0x29f1d5:0x48b,_0x18dc98:0x413,_0x4cfd49:0x44c,_0x392e5e:0x55e,_0x52f316:0x536,_0xd3b0d1:0x55c,_0x1fe524:0x55b,_0x1883ca:0x450,_0x5f205d:0x47a,_0x1222cd:0x476,_0x13e060:0x43a,_0x51f5bd:0x475,_0x5d03e2:0x470,_0x1fa97c:0x44b,_0x35777f:0x51d,_0x3067f5:0x50a,_0x1af2f8:0x53d,_0x5db04d:0x529,_0x1227dd:0x4fd,_0x3c2032:0x51a,_0x66f5ec:0x535,_0x168b48:0x53b,_0x1e2241:0x521,_0x2a5cb4:0x4d2,_0x1eb372:0x427,_0x42b7a5:0x462,_0x520a0a:0x4f7,_0xc2478:0x4fe,_0x47e599:0x500,_0x553d59:0x520,_0x53ccc2:0x48c,_0x394953:0x476,_0x346709:0x461,_0x195976:0x47c,_0x534335:0x44f,_0xeb07a3:0x4f2,_0x32943f:0x512,_0x3e7631:0x531,_0x9a8c3a:0x523,_0x501ca3:0x4f7,_0x2fe702:0x455,_0x3eaf72:0x559,_0x230284:0x55a,_0xa2432e:0x584,_0x43ca58:0x509,_0x29e6d2:0x53c,_0x186820:0x535,_0x4b64d0:0x53f,_0x3cf742:0x537,_0x510d05:0x553,_0x451737:0x4c5,_0x4cf843:0x473,_0x1a8691:0x444,_0x50e67f:0x430,_0x40e22e:0x4f4,_0x3ef0d1:0x4fb,_0x263fb8:0x53e,_0x53c54e:0x522,_0x586896:0x532,_0x5351e4:0x530,_0x36e95a:0x508,_0x4b39bc:0x46f,_0x222dd8:0x477,_0x1c1b59:0x472,_0xc5e07f:0x4d7,_0x5ecadb:0x4e4,_0x16530a:0x501,_0x349dba:0x534,_0x3abd1c:0x53a,_0x1be333:0x51f,_0x12f791:0x43e,_0x480e53:0x457,_0x339ed0:0x476,_0x7c60b9:0x536,_0x309ce7:0x56f,_0x1b7318:0x4d6,_0x11860f:0x52e,_0x117574:0x4f8},_0x5a4953={'ZNWTD':_0xc5debd(_0x4ddf21._0x1722fd,_0x4ddf21._0xa63a9,0x49c,_0x4ddf21._0x50954d)+_0x178553(_0x4ddf21._0x395499,_0x4ddf21._0xc9fd09,0x4e0,0x4fc)+'rd','FCJEa':function(_0x7cd240,_0x5d0fe5){return _0x7cd240(_0x5d0fe5);},'YUFNq':function(_0x2f15e0,_0x502fe1){return _0x2f15e0!==_0x502fe1;},'jNJgC':'keXLu','YWxvl':function(_0x3a13ce,_0x51bcaa){return _0x3a13ce(_0x51bcaa);},'ckkIc':_0xc5debd(_0x4ddf21._0x51be85,0x479,0x497,0x497),'QVViG':function(_0x371482,_0x271e4a,_0x269d7d){return _0x371482(_0x271e4a,_0x269d7d);},'IYAmI':'New\x20Passwo'+_0xc5debd(0x4bd,0x46a,0x488,0x49f),'UYYKk':function(_0x5e0ce1,_0x3074ff,_0x598d4c){return _0x5e0ce1(_0x3074ff,_0x598d4c);},'jqWDa':'Confirm\x20Pa'+_0x178553(_0x4ddf21._0x213ae8,0x54b,_0x4ddf21._0x4ae1b9,_0x4ddf21._0x50d0cd),'dFzCo':_0xc5debd(0x475,0x493,_0x4ddf21._0x4ffa5a,0x482),'RiBXV':_0x178553(_0x4ddf21._0x27c739,_0x4ddf21._0x422180,_0x4ddf21._0x27c739,0x540),'bYlGS':_0xc5debd(0x431,_0x4ddf21._0x5939e2,0x439,0x404)+'swords\x20do\x20'+_0xc5debd(_0x4ddf21._0x16d672,0x417,0x43b,0x464),'xDWep':function(_0x2a2d1f,_0x3fbd71){return _0x2a2d1f===_0x3fbd71;},'gaibV':_0x178553(0x52b,_0x4ddf21._0x3d20a8,_0x4ddf21._0x5878d2,_0x4ddf21._0xf5fbf4)+_0xc5debd(_0x4ddf21._0x546c4b,_0x4ddf21._0x566a69,_0x4ddf21._0x47966e,0x458)+_0xc5debd(_0x4ddf21._0x6c8379,0x486,_0x4ddf21._0x2c5165,_0x4ddf21._0x129085),'eUoUE':_0xc5debd(0x434,0x461,0x439,0x40d)+_0x178553(_0x4ddf21._0x2bb4d6,_0x4ddf21._0xa4e136,0x529,_0x4ddf21._0x3b1da4)+_0xc5debd(_0x4ddf21._0x403855,_0x4ddf21._0x22e69e,0x43e,0x470)+_0xc5debd(0x471,_0x4ddf21._0x72d097,0x45c,_0x4ddf21._0xba7ab4)+_0xc5debd(_0x4ddf21._0x17534f,_0x4ddf21._0x1a9139,0x43c,0x410),'sNUGS':function(_0x2a0765,_0x4d2ea2){return _0x2a0765!==_0x4d2ea2;},'ojffy':_0x178553(0x558,_0x4ddf21._0x4aa576,0x558,_0x4ddf21._0x4cbcd8),'DBgZb':_0x178553(0x56f,0x545,_0x4ddf21._0x3d7e97,_0x4ddf21._0x537194),'GXvFH':function(_0x1a827c,_0x20cb83,_0x3b3ee0){return _0x1a827c(_0x20cb83,_0x3b3ee0);}},_0x1fe377=_0x5a4953[_0x178553(0x525,0x530,_0x4ddf21._0x1edd40,_0x4ddf21._0x422180)](parseArgs,_0x3c3778);!_0x1fe377[_0xc5debd(_0x4ddf21._0x22443c,0x434,_0x4ddf21._0x140e98,0x426)]&&(_0x5a4953[_0x178553(_0x4ddf21._0x3b1da4,0x557,_0x4ddf21._0x3df8d1,0x557)](_0x5a4953[_0xc5debd(_0x4ddf21._0x1fadc2,_0x4ddf21._0x815a14,_0x4ddf21._0x1df972,_0x4ddf21._0x5400ad)],_0x5a4953['jNJgC'])?_0x2d4bca[_0xc5debd(_0x4ddf21._0x458a0d,0x42d,_0x4ddf21._0x535c92,0x412)]=_0xd39b8f['split']('=')[-0x23ef+-0x1*0x23bb+0x47ab*0x1]:_0x1fe377[_0xc5debd(0x48a,_0x4ddf21._0x70d8e7,_0x4ddf21._0x140e98,0x480)]=await _0x5a4953['YWxvl'](prompt,_0x178553(0x522,_0x4ddf21._0x3189cd,_0x4ddf21._0x4aa576,_0x4ddf21._0x1a51cd)));if(!_0x1fe377[_0x178553(_0x4ddf21._0x2fef47,_0x4ddf21._0x24b16b,_0x4ddf21._0x1dddc9,0x52d)]){if(_0x5a4953['YUFNq'](_0x5a4953[_0xc5debd(_0x4ddf21._0x512d6d,_0x4ddf21._0x52876d,0x465,0x44c)],_0x5a4953[_0x178553(0x51f,0x524,0x54c,0x522)]))_0x3bd61f['error'](_0x178553(_0x4ddf21._0x51b8b2,_0x4ddf21._0x3d20a8,_0x4ddf21._0x58fff8,_0x4ddf21._0x5bda62)+'r\x20\x22'+_0x4e442e[_0xc5debd(0x42f,0x433,_0x4ddf21._0x3e7963,_0x4ddf21._0x3e7963)]+('\x22\x20not\x20foun'+'d.')),_0x182513[_0xc5debd(0x491,_0x4ddf21._0x77906d,0x476,0x461)](0x10f9+-0x157+-0xfa1);else{_0x1fe377[_0xc5debd(_0x4ddf21._0x458a0d,0x424,_0x4ddf21._0x349712,0x421)]=await _0x5a4953['QVViG'](prompt,_0x5a4953[_0xc5debd(0x496,0x469,0x49a,0x486)],!![]);const _0x585f05=await _0x5a4953['UYYKk'](prompt,_0x5a4953[_0xc5debd(_0x4ddf21._0x26baa2,_0x4ddf21._0x790cca,0x43d,0x438)],!![]);_0x5a4953[_0x178553(0x574,0x557,_0x4ddf21._0x567c27,0x56a)](_0x1fe377[_0x178553(0x533,0x506,_0x4ddf21._0x2d6f4f,_0x4ddf21._0x13bc98)],_0x585f05)&&(_0x5a4953[_0x178553(_0x4ddf21._0x17655a,0x509,0x53d,_0x4ddf21._0x3c36e6)]===_0x5a4953['RiBXV']?(_0x139ef7[_0x178553(_0x4ddf21._0x43d192,_0x4ddf21._0x1af399,_0x4ddf21._0x3f6697,_0x4ddf21._0x10caca)]('Error:\x20Pas'+_0xc5debd(_0x4ddf21._0x486d37,0x487,0x48a,_0x4ddf21._0x486d37)+_0x178553(0x4d0,0x4fd,_0x4ddf21._0x3e8223,0x502)+_0xc5debd(0x48b,_0x4ddf21._0x29f1d5,0x45c,0x44c)+_0xc5debd(0x41d,_0x4ddf21._0x18dc98,0x43c,_0x4ddf21._0x4cfd49)),_0x146217['exit'](-0x13c8+-0x1ee8+-0x2ab*-0x13)):(console[_0x178553(_0x4ddf21._0x392e5e,_0x4ddf21._0x52f316,_0x4ddf21._0xd3b0d1,0x53d)](_0x5a4953[_0x178553(_0x4ddf21._0x1fe524,0x537,0x54c,0x55a)]),process[_0xc5debd(_0x4ddf21._0x1883ca,_0x4ddf21._0x5f205d,_0x4ddf21._0x1222cd,_0x4ddf21._0x1722fd)](0x158d+0x2e9+-0x1875)));}}(!_0x1fe377[_0xc5debd(_0x4ddf21._0x13e060,0x437,0x456,_0x4ddf21._0x51f5bd)]||_0x5a4953[_0xc5debd(0x46f,_0x4ddf21._0x5d03e2,0x43a,_0x4ddf21._0x1fa97c)](_0x1fe377['username'][_0x178553(0x53b,_0x4ddf21._0x35777f,0x518,_0x4ddf21._0x3067f5)](),''))&&(console['error'](_0x5a4953[_0x178553(_0x4ddf21._0x1af2f8,_0x4ddf21._0x5db04d,_0x4ddf21._0x1227dd,_0x4ddf21._0x3c2032)]),process[_0x178553(0x55c,_0x4ddf21._0x66f5ec,_0x4ddf21._0x168b48,0x50c)](0x4ea*0x2+-0x247a+0x1aa7));function _0x178553(_0x1e0b9e,_0x154ba3,_0x124a9a,_0x30d240){return _0xc0c1(_0x154ba3-0x346,_0x124a9a);}(!_0x1fe377[_0x178553(_0x4ddf21._0x1e2241,0x506,0x515,_0x4ddf21._0x2a5cb4)]||_0x1fe377[_0xc5debd(_0x4ddf21._0x1eb372,_0x4ddf21._0x1df972,0x447,_0x4ddf21._0x42b7a5)][_0x178553(0x510,_0x4ddf21._0x520a0a,0x51d,0x517)]<0x16*0x72+-0x6b6+-0x30e)&&(console['error'](_0x5a4953[_0x178553(_0x4ddf21._0xc2478,_0x4ddf21._0x47e599,0x4d9,_0x4ddf21._0x553d59)]),process[_0xc5debd(_0x4ddf21._0x53ccc2,_0x4ddf21._0x5939e2,_0x4ddf21._0x394953,0x444)](0x25*-0xaf+-0x8bb+0x2207));function _0xc5debd(_0x34f205,_0x2c1a83,_0x6b8626,_0x26fb02){return _0xc0c1(_0x6b8626-0x287,_0x26fb02);}try{if(_0x5a4953[_0xc5debd(_0x4ddf21._0x346709,0x494,_0x4ddf21._0x195976,_0x4ddf21._0x534335)](_0x5a4953[_0x178553(_0x4ddf21._0xeb07a3,0x514,_0x4ddf21._0x35777f,_0x4ddf21._0x32943f)],_0x5a4953[_0x178553(_0x4ddf21._0x3e7631,_0x4ddf21._0x9a8c3a,0x53f,_0x4ddf21._0x501ca3)])){const _0x37f72b=await findUserByUsername(_0x1fe377[_0x178553(0x533,0x515,0x4e4,0x543)]);!_0x37f72b&&(console[_0xc5debd(0x450,_0x4ddf21._0x2fe702,0x477,0x454)](_0x178553(_0x4ddf21._0x3eaf72,_0x4ddf21._0x230284,_0x4ddf21._0xa2432e,0x579)+_0x178553(_0x4ddf21._0x43ca58,_0x4ddf21._0x29e6d2,_0x4ddf21._0x3c36e6,0x565)+_0x1fe377['username']+(_0x178553(_0x4ddf21._0x186820,_0x4ddf21._0x4b64d0,_0x4ddf21._0x3cf742,0x53e)+'d.')),process[_0x178553(_0x4ddf21._0x510d05,0x535,0x52d,0x53a)](-0xf98*0x1+-0x1936+0x28cf)),await _0x5a4953[_0xc5debd(_0x4ddf21._0x451737,0x4bb,0x496,_0x4ddf21._0x4cf843)](setUserPassword,_0x37f72b['id'],_0x1fe377[_0x178553(0x4e4,0x506,0x4f1,0x4e4)]),console[_0xc5debd(_0x4ddf21._0x1a8691,0x43f,0x445,_0x4ddf21._0x50e67f)](''),console[_0x178553(_0x4ddf21._0x40e22e,_0x4ddf21._0x2d6f4f,_0x4ddf21._0x3ef0d1,0x527)](_0x178553(0x507,0x4f4,0x4be,0x4d8)+_0x178553(_0x4ddf21._0x263fb8,_0x4ddf21._0x53c54e,_0x4ddf21._0x586896,0x51f)+_0x178553(_0x4ddf21._0x5351e4,0x548,0x519,0x572)+'y\x20for\x20user'+'\x20\x22'+_0x1fe377[_0x178553(0x4e4,_0x4ddf21._0x213ae8,0x532,_0x4ddf21._0x36e95a)]+'\x22.');}else _0x38f70a[_0xc5debd(_0x4ddf21._0x4b39bc,0x48d,_0x4ddf21._0x222dd8,_0x4ddf21._0x1c1b59)](_0x5a4953[_0x178553(0x511,0x543,_0x4ddf21._0x230284,0x538)],_0x13849b),_0x95a5d4['error'](_0x178553(_0x4ddf21._0xc5e07f,0x50c,_0x4ddf21._0x24b16b,_0x4ddf21._0x5ecadb)+'led\x20to\x20set'+_0x178553(_0x4ddf21._0x16530a,_0x4ddf21._0x349dba,_0x4ddf21._0x3abd1c,_0x4ddf21._0x1be333)+'-\x20'+_0x2ca41f[_0xc5debd(0x43c,_0x4ddf21._0x12f791,_0x4ddf21._0x480e53,0x478)]),_0x4208a7[_0xc5debd(0x48e,0x47e,_0x4ddf21._0x339ed0,0x48f)](-0x22c+0x1*0x839+0x102*-0x6);}catch(_0x3477fb){logger[_0x178553(0x539,_0x4ddf21._0x7c60b9,0x513,0x568)](_0x5a4953[_0x178553(_0x4ddf21._0x309ce7,0x543,0x530,_0x4ddf21._0x263fb8)],_0x3477fb),console['error'](_0x178553(0x4f5,0x50c,0x537,0x52a)+_0x178553(_0x4ddf21._0x1b7318,0x4f5,0x4db,0x507)+'\x20password\x20'+'-\x20'+_0x3477fb[_0x178553(_0x4ddf21._0x11860f,0x516,0x512,_0x4ddf21._0x117574)]),process['exit'](0x519*-0x2+0x8a8*-0x2+0x1b83*0x1);}}
|