@profoundlogic/coderflow-server 0.5.5 → 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(_0x47615d,_0x41d68e){const _0x129806={_0x1221fd:0x24c,_0x11696d:0x24a,_0x1228ea:0x1b3,_0x40a5a8:0x1c7,_0x181aff:0x1b9,_0x3a1dbf:0x144,_0x3c0b60:0x10f,_0x59b4b2:0x17b,_0x430f6f:0x208,_0x30015f:0x1f2,_0x2eee2f:0x1ed,_0x31e179:0x157,_0x4eba09:0x202,_0x26e445:0x1df,_0x244497:0x15d,_0x2ef9e6:0xd9,_0x12a7ef:0xfc,_0x48890c:0xe9,_0x2a0314:0x1bd,_0x593a84:0x1e0,_0x5b3199:0xfb,_0x9f2f07:0x1f3,_0x21d750:0x1ca,_0x4fd71d:0x18b};function _0x4dbee6(_0x298e7b,_0x563b59,_0x559585,_0x4e2f90){return _0x4a32(_0x559585- -0x39a,_0x563b59);}const _0x153496=_0x47615d();function _0x4af681(_0x110fd1,_0x576f97,_0x3d1283,_0x1d3b08){return _0x4a32(_0x1d3b08- -0x317,_0x3d1283);}while(!![]){try{const _0x43a070=-parseInt(_0x4dbee6(-_0x129806._0x1221fd,-_0x129806._0x11696d,-0x1b4,-_0x129806._0x1228ea))/(-0x3*0x6ff+-0x1558+0x2a56)*(parseInt(_0x4af681(-_0x129806._0x40a5a8,-0x1ba,-_0x129806._0x181aff,-_0x129806._0x3a1dbf))/(0xf8+0x240b*0x1+0x2501*-0x1))+parseInt(_0x4af681(-0x201,-_0x129806._0x3c0b60,-0x18e,-0x16d))/(0xe*-0x259+-0x1b*0xf1+-0x16c*-0x29)+-parseInt(_0x4dbee6(-0x165,-0x203,-_0x129806._0x59b4b2,-_0x129806._0x430f6f))/(0x1347+-0x1*-0x1949+-0x2c8c)*(-parseInt(_0x4dbee6(-_0x129806._0x30015f,-0x22e,-0x216,-_0x129806._0x2eee2f))/(-0x12ea+0x7*0x2b9+-0x20))+-parseInt(_0x4af681(-0x156,-0x151,-0xc0,-_0x129806._0x31e179))/(0x3*-0x43d+-0x5eb*-0x2+0xe7)+parseInt(_0x4af681(-0x228,-0x1cb,-_0x129806._0x4eba09,-0x1f7))/(-0xd8b+-0x525*0x1+-0x63d*-0x3)*(-parseInt(_0x4dbee6(-_0x129806._0x26e445,-0x227,-0x1b3,-_0x129806._0x244497))/(0x1ec2+0x16f*-0x9+0x1*-0x11d3))+-parseInt(_0x4af681(-_0x129806._0x2ef9e6,-_0x129806._0x12a7ef,-0xba,-_0x129806._0x48890c))/(-0x17*-0x8b+-0xa77*-0x1+-0x16eb)*(parseInt(_0x4af681(-0x1d8,-_0x129806._0x2a0314,-0xd4,-0x162))/(-0x4a*-0x32+0x149*-0x4+-0x946))+parseInt(_0x4af681(-0x168,-_0x129806._0x593a84,-_0x129806._0x5b3199,-0x176))/(0xa*0xae+-0x168f*0x1+0xfce)*(parseInt(_0x4af681(-_0x129806._0x9f2f07,-_0x129806._0x21d750,-0x160,-_0x129806._0x4fd71d))/(-0x1*-0x32b+0xa*-0x19e+0xd0d));if(_0x43a070===_0x41d68e)break;else _0x153496['push'](_0x153496['shift']());}catch(_0x389e8d){_0x153496['push'](_0x153496['shift']());}}}(_0xa4a2,0x59831*0x1+-0x1*0xecd7+0x5113d));function _0xa4a2(){const _0x33effe=['Dhzsy1y','yxrOps9WyxrOlW','q1jvCMS','zwn0B3j5oIa','DgG6icaOBM90ia','BgHZEha','yvPkuLy','y29UzMLNDxjLza','ww9nBe4','zw52','rLHVD2m','Dg9WCgvK','C1zuyxu','zsbPDcb3yxmGCW','nNWZFdC','AwvLteO','u3rHCNrPBMCGCW','B3bLBG','tffqvLu','vhLuvei','Ahr0CdOVl2XVyW','Aw5NigXVz3m6ia','Dg9tDhjPBMC','zMLNDxjLza','CMvZCg9UzgLUzW','CfH1rgK','s29tCMq','Dhj1zq','ken0CMWRqYb0BW','y2f0y2G','C2vYDMLJzq','CfLgC04','yxr1CYiGDg8GyW','DxaGCgf0AcbKBW','vxjwAeu','u0Lhvevstq','BguGueLeigzPBa','s3nxsNq','cI0TlsbgB2XSBW','icaGicdINjCGtM90','zgLUzYK','C2vYDMvYlMXVzW','ufLsBw8','zuf0z3y','l2HLywX0Aa','q09ervjFu0vsvG','ks4UlG','CNvUBMLUzYbPBG','BMLUzYaOzM9Yzq','DxrMltG','zxHPDa','CMvHzezPBgu','v29gDKS','quf3A28','mtq1sw9fvKHO','DKLpqMy','icbJB2rLCI1Zzq','ls10ywLSpq','yKjKu2K','uvDoAwK','lcbMB3jJAw5NlG','yu5pDxa','mtq0mtjWsu9dteO','wu1qB0G','Ccb0AguGC2vYDG','t3rpq3K','y1vHt1C','wurjBK8','sufhq2S','B3aIihrVihn0BW','DgG6ia','BLfUDxG','AKPns3K','ihDPDgG6','zsbMB3vUza','rvjFsu5tuevdva','AuTZq3K','zcbTB2rLlG','tMHurMG','t3iGDxnLoG','wvvnCuu','t2rSr3u','CxrNyvi','mZy5nNzbq3bjrG','qxzoAu4','z2v0','Ag9TzwrPCG','rxjYB3iGCMvHza','s0zOrNy','zxr1Ca','Dg8Vy29KzxiTCW','q1Pdr3G','mZmXmZq1nwPYEgLXDa','uM1zCKO','DgG6ica','zcbPBIbMB3jLzW','vxLOCei','seDKuNm','wwrqrhy','BLfbvxq','C2vYDMvYihDPDa','ru5pru5u','icbqsuq6icaGia','ndm4odC0me5NteDYuW','ihn0B3aPic0Tlq','Aw4GDgHLihrLCG','wfP0AvO','D2fZihn0yxj0zq','CNzLCIbZDgfYDa','D2L0AdO','ug1KA3q','DfvJzuS','r2jkDgO','CMXXrfO','mJmXndK1mgLnCeLoBa','Ewfet0m','B24P','icaGicdIMQaGu3rH','tu51vvm','vfjvu1rFufjpwa','Cg9YDa','wfPTreW','seHAAhe','u2vYDMvYig1HEq','uhvluKW','DhjPBq','u2vYDMvYigrPza','y0TfEgm','qKTZEuu','Ahvirue','u0Lhsu5u','C3vIC3rYAw5N','renSEuW','mtmZne1muufUDq','rNbADvq','AwDUB3jL','v09swhi','Awvhugm','Dg5evu0','DhvW','CgLUzYbZzxj2zq','vxPNBfO','icbqB3j0oIaGia','icbtDgfSzsbqsq','zxj2zxiGkfbjra','igzVCMvNCM91BG','Bg9N','v2XAt1y','u3rHCNrPBMCGqW','q29UzMLNDxjLia','s0nlufK','ig5VDcbZDg9Wia','mZmYDNvPuvDZ','mJC3mtm2u0T4Bgfu','CNzLCIbJB25MAq','D1rNCLK','BgvUz3rO','u3rVCcb0AguGCW','qLPtANy','veTdBgG','vvjmoIa','ig5VDcbHigrPCG','u3fMBhu','CM91BMqGBw9Kzq','CcbWyxrOignVBG','EgD2CMK','z3jVDw5Kkq','y29Kzq','zYbZzxqGy29Kzq','DgLTzw91Da','y2XVC2u','q09ervjFu0vuvq','qxjeuMW','ywXSB2m','zgLYBMfTzq','C3q6ia','u3rVChbPBMCGCW','BwvZC2fNzq','rdOGica','icbtDgf0Dxm6ia','zxj2zxiUlI4','CNzLCIbZDg9W','Dhjht1q','u2vYDMvYifn0yq','BM90ihjLC3bVBG','thDsBwO','yxLgAge','icbvuKW6icaGia','zKr3DKO','ls1PBNnWzwn0','AgzPy3G','whrhse8','zw5K','y3jXvgy','Dw5SAw5R','icaGigrHzw1VBG','vMLVEu4','DhvZoG','Aer0yxu','rxjYB3iGC3rVCa','vMvItgK','u2vYDMvYigLZia','ugjLAKO','CNvUBMLUzW','rxjYB3i6ifnLDa','CMvJDxjZAxzL','tMfLtve','Agnjshu','rfzxzMK','otu5odbptg1pBKW','u3rHCNqGDgHLia','rej5C0S','lMnVzgvY','sgjXrhi','ihj1BM5PBMC','rxjYB3i6ie5Via','r0jftK0','vxnLicjJB2rLCG','yw5Kihn0yxj0ia','BMLUzYaOzgfLBq','ue9sva','sLzWr1K','wenZwKC','yMTAq04','ounkvNLWBq','lxnLCNzLCIbZDa','seXuC1G','DxaGCgf0AcbPCW','Afr0u0q','ENj5AxK','C2HkwLq','AK9NBeq','zxmGBM90igv4Aq','yxzzyM8','u3rVCcbPDcb3Aq','4PYtifnLCNzLCIbZ','lxnLCNzLCIbSBW','zxj2zxiGD2L0Aa','D3rXD2O','t3j0A3e','D3jPDgu','Dvb2uLC','yMvLBIbZDgfYDa','zxv3zee','icbtzxr1Ccbqyq','C2vYDMvYvxjS','AxneAxjLy3rVCG','Ag9ZDdO','rxL0Cve','ywXSBuO','CgLK','B2rLCKzSB3CGuW','ls1MB2XSB3C','DgGGq3rYBcTdia','C2v0DxbqyxrO','zxjYB3i','zwqGEwv0ig9Yia','C3bSAxq','uNDPDhG','ywXYzwfKEsbYDq','mta1q2X6CgHO','A2LSBa','zgvZDhjVEq','ywXOB3n0oG','rfrSs2C','Dw5ZAgLMDa','zgfLBw9Uig1Vza','yKTMBfe','zMDmCgW','C2XPy2u','sgPyz1K','AhzhBLO','ufjXAhm','DYbSB2DZ','BwTKAxi','DKzfy0i','Dw5Yzwy','icaGicdINjmGuNvU','C2vYDMvYlNbPza','DMjJswO','icaGia','ic0TC2v0DxaTCa','zNP3BeO','icaGica','B2LkB1O','AM9PBG','txzdsKK','Bw5XzuO','Dw5RBM93BG','zsaOC2vYDMvYia','z3jHy2vMDwXSEq','AeXAAMu','BM5PBMCGkfbjra','qwH2Exi','tM8GBg9NigzPBa','BwLUywWGD2HLCG','DgHLihnLCNzLCG','DgfYDgvKlG','C2L6zq','zsaOueLeoIa','DgGGl3bHDgGVDa','C3rHCNrZv2L0Aa','C0LhAM8','y29KzxiTC2v0Dq','wgriAe8','CgfYC2u'];_0xa4a2=function(){return _0x33effe;};return _0xa4a2();}import{spawn}from'child_process';function _0x4a32(_0x358188,_0x172e35){_0x358188=_0x358188-(0x220+0x5*-0x71+0x120);const _0x2b5fff=_0xa4a2();let _0x554869=_0x2b5fff[_0x358188];if(_0x4a32['ZHsPhr']===undefined){var _0x541611=function(_0x298a47){const _0xbe3421='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xba7704='',_0xd2a0a7='';for(let _0x364805=-0xc2*0x28+0x2df+0x1b71,_0x26dd76,_0x1e5a5e,_0x374570=0x22bd*0x1+-0x10d9*-0x1+0x1aa*-0x1f;_0x1e5a5e=_0x298a47['charAt'](_0x374570++);~_0x1e5a5e&&(_0x26dd76=_0x364805%(0xd68+-0x5f6+-0x76e)?_0x26dd76*(0xd79*0x2+-0x4*-0xc5+-0x1dc6)+_0x1e5a5e:_0x1e5a5e,_0x364805++%(-0x2c3+0x1de9+-0x1b22))?_0xba7704+=String['fromCharCode'](-0x225+-0x6d4+0x9f8&_0x26dd76>>(-(0x7f*-0x47+-0x6ac+0x29e7)*_0x364805&0x1*-0xc5d+-0x56*-0x36+-0x5c1)):-0x1625+0x46b*0x1+0x11ba*0x1){_0x1e5a5e=_0xbe3421['indexOf'](_0x1e5a5e);}for(let _0x4d4a6d=0x2288+-0x7*-0x4f2+-0x4526,_0x22ab1f=_0xba7704['length'];_0x4d4a6d<_0x22ab1f;_0x4d4a6d++){_0xd2a0a7+='%'+('00'+_0xba7704['charCodeAt'](_0x4d4a6d)['toString'](-0xe8d+-0x17de+-0x267b*-0x1))['slice'](-(-0x19fb*-0x1+-0x1736+-0x65*0x7));}return decodeURIComponent(_0xd2a0a7);};_0x4a32['rNMUjs']=_0x541611,_0x4a32['dVRqde']={},_0x4a32['ZHsPhr']=!![];}const _0x3c3c7a=_0x2b5fff[-0x150+-0xc25*-0x2+0x1*-0x16fa],_0x508baf=_0x358188+_0x3c3c7a,_0x40493a=_0x4a32['dVRqde'][_0x508baf];return!_0x40493a?(_0x554869=_0x4a32['rNMUjs'](_0x554869),_0x4a32['dVRqde'][_0x508baf]=_0x554869):_0x554869=_0x40493a,_0x554869;}import{promises as _0xa08cb0}from'fs';function _0x5920d7(_0x5d0be0,_0x137c04,_0x3cd734,_0x1dbe29){return _0x4a32(_0x137c04- -0x27e,_0x5d0be0);}import _0x291c62 from'path';import _0x3a4a8e from'os';import _0x2c9191 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x291c62['dirname'](__filename),PID_FILE=_0x291c62[_0x739874(0x457,0x41f,0x4af,0x493)](_0x3a4a8e[_0x739874(0x507,0x48a,0x41a,0x500)](),_0x739874(0x53f,0x508,0x55d,0x4c3),_0x5920d7(-0x1bc,-0x14c,-0x1e0,-0xd4)),LOG_FILE=_0x291c62[_0x739874(0x3d8,0x41f,0x42e,0x447)](_0x3a4a8e[_0x5920d7(-0xf6,-0xda,-0xae,-0xee)](),_0x5920d7(-0x2f,-0x5c,-0xc4,0x32),_0x5920d7(-0x14d,-0x107,-0x131,-0xf4));export async function isServerRunning(){const _0xa71926={_0x5e545a:0x1e4,_0x5ef49b:0x1c2,_0x440bea:0x217,_0x56088:0xe6,_0x4d68e9:0x17c,_0x2c25cd:0x2ca,_0x5b67df:0x2a1,_0x2f280a:0x2ca,_0x3780e1:0x334,_0x1a3f27:0x316,_0x1f75a7:0x2a7,_0x370ee5:0x332,_0xbba882:0x2a6,_0x3e2cc6:0x3af,_0x4ee6c0:0x363,_0x3c2018:0x108,_0x24b70a:0xbd,_0x4e832f:0xd3,_0x4e5c76:0xfe,_0x23d242:0x37e,_0x198078:0x390,_0x209cf3:0x133,_0xcf3227:0x195,_0x28ca18:0x350,_0x34e1b6:0x359,_0x381046:0x3ed,_0x5b4500:0x30f,_0x188a5e:0x2ee,_0x21a7dd:0x19f,_0x42cdaa:0x16e,_0x4b6488:0x3f5,_0x272199:0x44a,_0x566972:0x14b,_0x17ea58:0x174,_0x1acadd:0x17b,_0x3f7618:0xcd,_0x39e41b:0xeb,_0x9edd2c:0x10c,_0x391bb1:0x36e,_0x3af39f:0x31e,_0x357f24:0x2ee,_0x25983e:0x42f,_0x293ad0:0x2b6,_0x578ea7:0x232,_0x31bc82:0x6d,_0x4d57c3:0x3e0,_0x2eadbe:0x442,_0x573213:0x38d,_0x239543:0x3f9,_0x5f0531:0x41e,_0x41e0c2:0x176,_0x9ab1a6:0x1b0,_0x40b5b9:0x125,_0x1ad0d0:0x139,_0x21473e:0xfc,_0x41d551:0x140,_0xdb248d:0xa2,_0x26fab0:0x3a7,_0xe37f01:0x41f,_0x35a325:0x458,_0x5ec81a:0x114,_0x2f6a98:0x7f,_0x2aa35e:0xd2,_0x4e0743:0x319,_0x252667:0x2ef,_0x2180e0:0x369,_0x5eabb1:0xd8,_0x41ab3b:0x7e,_0x14fa1b:0xc1},_0x1a61fa={_0x1cf60e:0x431,_0xcad67:0x4,_0x27bc99:0x154},_0x45c1ad={'UrVhE':_0x284e3e(0x171,0x17c,0x152,_0xa71926._0x5e545a),'tvRcV':function(_0x2c8f56,_0x30c191,_0x59c150){return _0x2c8f56(_0x30c191,_0x59c150);},'KFhFv':_0x284e3e(0xc6,_0xa71926._0x5ef49b,0x14c,0x16a),'qtgaR':function(_0x3ee59c,_0x4ff54b){return _0x3ee59c!==_0x4ff54b;},'pXuDi':_0x284e3e(_0xa71926._0x440bea,0x1fd,0x191,0x1f6)};function _0x284e3e(_0x4e9fe3,_0x1cd501,_0x2a3c3a,_0x311a6f){return _0x739874(_0x4e9fe3-0xfe,_0x2a3c3a- -0x361,_0x2a3c3a-0x149,_0x311a6f);}function _0x6a78d7(_0x2f1f61,_0x295d04,_0x1a4d3f,_0x1dc6de){return _0x5920d7(_0x1a4d3f,_0x2f1f61-_0x1a61fa._0x1cf60e,_0x1a4d3f-_0x1a61fa._0xcad67,_0x1dc6de-_0x1a61fa._0x27bc99);}try{if(_0x45c1ad[_0x284e3e(_0xa71926._0x56088,0x17b,0xf5,_0xa71926._0x4d68e9)]!==_0x6a78d7(0x314,_0xa71926._0x2c25cd,_0xa71926._0x5b67df,_0xa71926._0x2f280a)){const _0x4f13ff=await _0xa08cb0[_0x6a78d7(_0xa71926._0x3780e1,_0xa71926._0x1a3f27,_0xa71926._0x1f75a7,0x2e6)](PID_FILE,_0x6a78d7(_0xa71926._0x370ee5,_0xa71926._0xbba882,_0xa71926._0x3e2cc6,_0xa71926._0x4ee6c0)),_0x8c5f0=_0x45c1ad[_0x284e3e(_0xa71926._0x3c2018,_0xa71926._0x24b70a,_0xa71926._0x4e832f,_0xa71926._0x4e5c76)](parseInt,_0x4f13ff[_0x6a78d7(_0xa71926._0x23d242,0x34a,_0xa71926._0x198078,0x346)](),0x4c1+0x2099+-0x2550);try{process['kill'](_0x8c5f0,0xced+0xd71+-0x1a5e);const _0x1a1bf1={};return _0x1a1bf1[_0x284e3e(_0xa71926._0x209cf3,0x122,0x19e,_0xa71926._0xcf3227)]=!![],_0x1a1bf1[_0x6a78d7(0x2c9,0x317,_0xa71926._0x28ca18,0x24b)]=_0x8c5f0,_0x1a1bf1;}catch{if(_0x45c1ad[_0x6a78d7(_0xa71926._0x34e1b6,_0xa71926._0x381046,_0xa71926._0x5b4500,0x2db)]!==_0x45c1ad[_0x6a78d7(_0xa71926._0x34e1b6,_0xa71926._0x188a5e,0x2e7,0x35e)])_0x2be748['error'](_0x284e3e(0x224,0x135,_0xa71926._0x21a7dd,_0xa71926._0x42cdaa)+_0x6a78d7(0x3e4,0x3cc,_0xa71926._0x4b6488,_0xa71926._0x272199)+_0x284e3e(_0xa71926._0x566972,0xdf,_0xa71926._0x17ea58,_0xa71926._0x1acadd)+_0x284e3e(_0xa71926._0x3f7618,_0xa71926._0x39e41b,0xd6,_0xa71926._0x9edd2c)+_0x5a942b),_0x2d12c3[_0x6a78d7(0x333,_0xa71926._0x391bb1,0x3a4,0x29a)](0x12c8+0x3*-0x3d0+-0x1*0x757);else{await _0xa08cb0[_0x284e3e(0x155,0x1bf,0x195,0x12c)](PID_FILE)[_0x6a78d7(_0xa71926._0x3af39f,0x28a,0x2db,_0xa71926._0x357f24)](()=>{});const _0x1a48d8={};return _0x1a48d8[_0x6a78d7(0x3cc,0x38f,0x3c0,_0xa71926._0x25983e)]=![],_0x1a48d8[_0x6a78d7(0x2c9,_0xa71926._0x293ad0,0x30f,_0xa71926._0x578ea7)]=null,_0x1a48d8;}}}else _0x59f0c9[_0x284e3e(0xa1,_0xa71926._0x31bc82,0xa0,0xdd)](_0x6a78d7(0x3c8,_0xa71926._0x4d57c3,_0xa71926._0x2eadbe,0x35f)+_0x6a78d7(_0xa71926._0x573213,0x402,0x421,0x34b)+'r:\x20'+_0xfd0a29[_0x6a78d7(0x3b2,_0xa71926._0x239543,_0xa71926._0x5f0531,0x412)]),_0x4bcfcd['exit'](0x16a7+-0x15f*0xc+0x1a*-0x3d);}catch{if(_0x45c1ad[_0x284e3e(_0xa71926._0x41e0c2,_0xa71926._0x9ab1a6,_0xa71926._0x40b5b9,0x161)](_0x284e3e(0xff,_0xa71926._0x1ad0d0,0x115,_0xa71926._0x21473e),_0x45c1ad[_0x284e3e(0x11a,_0xa71926._0x41d551,0xec,_0xa71926._0xdb248d)])){const _0x47ddaa={};return _0x47ddaa[_0x6a78d7(0x3cc,_0xa71926._0x26fab0,_0xa71926._0xe37f01,_0xa71926._0x35a325)]=![],_0x47ddaa[_0x284e3e(0x11c,_0xa71926._0x5ec81a,0x9b,_0xa71926._0x2f6a98)]=null,_0x47ddaa;}else{const _0x18103e=_0x374570[_0x284e3e(0x140,0x114,_0xa71926._0x2aa35e,0x60)](_0x4d4a6d),_0x51ff09={};_0x51ff09[_0x6a78d7(_0xa71926._0x4e0743,0x31e,0x360,0x357)]=!![],_0x51ff09[_0x6a78d7(0x31f,_0xa71926._0x252667,0x34e,_0xa71926._0x2180e0)]=_0x18103e[_0x284e3e(0x17e,0xd6,0xf1,_0xa71926._0x5eabb1)]||_0x284e3e(0x121,_0xa71926._0x41ab3b,_0xa71926._0x14fa1b,0x68),_0x22ab1f(_0x51ff09);}}}function _0x739874(_0x2ff360,_0x2c62bd,_0x1d868e,_0x369808){const _0x2873c2={_0x5e024a:0x2e6};return _0x4a32(_0x2c62bd-_0x2873c2._0x5e024a,_0x369808);}async function getServerConfig(){const _0x174950={_0x1c29cc:0x434,_0x35154e:0x47d,_0x4e4aa2:0x454,_0x258bed:0x18f,_0x437e88:0x33d,_0x2286fa:0x2d8,_0x19e3eb:0x17d,_0x4d214b:0x134,_0x1dcd97:0x438,_0x4326fa:0x40b,_0x40768d:0x408,_0x366e54:0x398,_0x5f29b2:0x353},_0x4e30c8={_0x37e529:0x4c0,_0x5494e0:0x68},_0x54b100={_0x87ed46:0x163},_0x331f96={'VioyN':function(_0x56a0f5){return _0x56a0f5();}},_0x3a5635=await _0x331f96[_0x212b5b(_0x174950._0x1c29cc,_0x174950._0x35154e,_0x174950._0x4e4aa2,0x47f)](getCoderSetupPath),_0x1e95ed=await getServerPort(),_0x370aeb=_0x249b1d(-0x135,-_0x174950._0x258bed,-0x151,-0xff)+_0x212b5b(0x323,_0x174950._0x437e88,0x365,_0x174950._0x2286fa)+_0x1e95ed,_0x48f3b7={};_0x48f3b7[_0x249b1d(-_0x174950._0x19e3eb,-0x146,-0x18d,-_0x174950._0x4d214b)]=_0x3a5635;function _0x249b1d(_0x627338,_0x4a7c03,_0x14545e,_0x2f5ea7){return _0x739874(_0x627338-0x1cc,_0x627338- -0x57d,_0x14545e-_0x54b100._0x87ed46,_0x2f5ea7);}function _0x212b5b(_0x1630d9,_0x55f722,_0x34080c,_0x110758){return _0x5920d7(_0x110758,_0x34080c-_0x4e30c8._0x37e529,_0x34080c-0xbd,_0x110758-_0x4e30c8._0x5494e0);}return _0x48f3b7[_0x212b5b(_0x174950._0x1dcd97,_0x174950._0x4326fa,_0x174950._0x40768d,_0x174950._0x366e54)]=_0x1e95ed,_0x48f3b7[_0x212b5b(0x398,0x394,_0x174950._0x5f29b2,0x3ce)]=_0x370aeb,_0x48f3b7;}export async function startDaemon(_0x337c1c){const _0x3cd531={_0x1d7aa3:0x3a3,_0x56b6cd:0x383,_0xb349d6:0x33b,_0x25303e:0x42c,_0x98f3d:0x18a,_0x1ee447:0x284,_0x5bef38:0xe1,_0x33170a:0x1f1,_0x4d8a32:0x1ec,_0x4a57cf:0x268,_0x11c026:0x282,_0x4b7cbf:0x433,_0x5e0f19:0x3ee,_0x4451b1:0x3ca,_0x512252:0x3e8,_0x3c5d5d:0x1e1,_0x1ed1bd:0x245,_0x4d5e93:0x269,_0x4cd8f6:0x207,_0x3cce1a:0x2ce,_0x4bcd9e:0x49e,_0x1b9903:0x439,_0x4948b0:0x3b3,_0x2ff50e:0x42c,_0xc80c56:0x3c9,_0x1af28a:0x38a,_0x3c002a:0x227,_0x48bc23:0x295,_0x40dfe2:0x249,_0x57f60c:0x1ca,_0x283e57:0x219,_0x116c1f:0x23a,_0xa67c6d:0x1cf,_0x35beda:0x18c,_0x1f9057:0x1e1,_0x5e5f5b:0x3bf,_0x5cb4ff:0x3cb,_0x43307f:0x1e7,_0x129ea5:0x226,_0x52249b:0x24f,_0x25bb91:0x1e3,_0x3efc6e:0x35e,_0x45cdda:0x308,_0x29ec47:0x246,_0x30f569:0x2a6,_0x41e5af:0x223,_0x1a760c:0x382,_0xa2fe4e:0x3ae,_0x3692fd:0x20d,_0x45e392:0x2b0,_0x309aab:0x1df,_0x4c37bb:0x26b,_0x5c326d:0x4d8,_0x3f89d5:0x476,_0xa8f844:0x1f8,_0x476ec0:0x170,_0x13d860:0x1d2,_0x4f3d4b:0x156,_0x2ed80b:0x224,_0x3f8a0d:0x26b,_0x205798:0x29c,_0x3ebcec:0x44b,_0x574b29:0x25b,_0x471c71:0x2ef,_0x5b7174:0x29a,_0x4e2cf5:0x1e5,_0x2b3c11:0x1f3,_0x1a78a0:0x416,_0x3ac96e:0x44b,_0xbb8463:0x4b6,_0x582062:0x4a1,_0x57c865:0x427,_0x36f748:0x43f,_0x3e218a:0x412,_0x223255:0x441,_0xa019:0x3a6,_0x288b5f:0x153,_0x79fc1a:0x373,_0x12730c:0x330,_0x1d2445:0x32c,_0x4d285e:0x362,_0x1b1a70:0x35b,_0x5025c9:0x15f,_0x553048:0xe7,_0x47a4a3:0x188,_0x2eab5c:0x15f,_0x206d95:0x396,_0x5466ad:0x445,_0x480efc:0x387,_0x3d9a96:0x3e5,_0x5e386d:0x37b,_0x27ea65:0x140,_0x286d95:0x49e,_0x140920:0x48e,_0x2538be:0x4a0,_0x1360ee:0x3c7,_0x3e862f:0x401,_0x4a0ad6:0xc3,_0x13184c:0x1d5,_0x1e9200:0x39a,_0x531485:0x3ec,_0x2dd1a6:0x3c4,_0x755c56:0x434,_0x5d992a:0x41a,_0x44f2b1:0x4ab,_0x530f43:0x122,_0x1f9f2f:0x161,_0x45ba25:0xe4,_0x544003:0x3de,_0x410865:0x368,_0x2c6996:0x360,_0x5187e0:0x4a5,_0x2e071d:0x3d3,_0x453123:0x1e9,_0xab9839:0x120,_0x341e35:0x114,_0x47c223:0x1ae,_0x5b2b3d:0xe3,_0x4e21e6:0xf5,_0x200a34:0x165,_0x2bc37a:0x486,_0x858a5a:0x402,_0x4322e6:0x15f,_0x5c4aa5:0x184,_0x135f8d:0x12e,_0x4e8eb5:0x3b2,_0x494087:0x1cf,_0x169d90:0x22c,_0x1f9466:0x349,_0x3830a8:0x3aa,_0x3695c2:0x39b,_0x1ebaa7:0x185,_0x38a6c3:0x11c,_0x3e6b77:0x140,_0x1d5542:0x15c,_0x4408eb:0x353,_0x3ac753:0x41f,_0x1d2f88:0x358,_0x39a02a:0x362,_0x14a4f1:0x3a9,_0x27b04c:0x25e,_0xdbbed2:0x2ae,_0x427782:0x271,_0x1bcbbf:0x2f6,_0x2afc9d:0x275,_0x18cf39:0x232,_0x1a363c:0x401,_0x15df1a:0x3c7,_0x135cae:0x3f6,_0xc1bb4a:0x44f,_0x3e8ab4:0x27a,_0x31bc37:0x20a,_0x4fc99c:0x422,_0x58f373:0x444,_0x3c00a5:0x498,_0x32abc4:0x34a,_0x1af72f:0x36e,_0x3ba6b7:0x247,_0x4b79b0:0x252,_0x570119:0x479,_0x46715a:0x427,_0x1232ce:0x418,_0x28045d:0x450,_0x455650:0x406,_0x4e8138:0x3ff,_0x297d5c:0xc7,_0x27092a:0x245,_0x454e0a:0x1d8,_0x1873de:0x1f5,_0x3646a2:0x257,_0x5e8e66:0x220,_0x527cf5:0x2b0,_0x1411c5:0x1f0,_0x14f522:0x1dc,_0x13ccf2:0x178,_0x3b7d0b:0x1a0,_0x28e71f:0x42a,_0x368cfe:0x458,_0x190b96:0x4e9,_0x5636fe:0x412,_0x3cc15c:0x40f,_0x279a85:0x3e1,_0x2299db:0x3c9,_0x273403:0x440,_0x334f4b:0x428,_0x3db70f:0x26e,_0x1d9261:0x27d,_0x2fa732:0x4b7,_0x3362bc:0x3f8,_0x528115:0x298,_0x2e4580:0x209,_0x27f405:0x1b0,_0x2e2e01:0x404,_0x1f03f6:0x367,_0x37d5bc:0x3ce,_0x3dd6f1:0x3d6,_0x23254d:0x4b1,_0x1d3b23:0x43c,_0x2b10be:0x432,_0x1531c6:0x230,_0x176fb0:0x1ed,_0x5c6d37:0x203,_0x1b4591:0x19c,_0x40a87f:0x427,_0x4d9795:0x4ab,_0x188c7e:0x17a,_0x503456:0x233,_0x398ec4:0x224,_0x59acde:0x355,_0xb5c400:0x3b0,_0x2ab1c5:0x108,_0x1f1038:0xee,_0x27c40c:0x473,_0x165af1:0x459,_0x29be9b:0x149,_0x31af09:0x125,_0x14d5ee:0x358,_0x26d138:0x420,_0x45f09a:0x3b7,_0x828ee7:0x23d,_0x4ff735:0x243,_0x534517:0x200,_0x3cf726:0x1bf,_0x24f9ca:0x26c,_0x149901:0x2b3,_0x462753:0x24b,_0x32c5fb:0x36c,_0x5a8b92:0x47b,_0x4bce1e:0x477,_0x3e452e:0x1b5,_0x3a5fc4:0x4f9,_0x464d79:0x3cf,_0x22be13:0x172,_0x5548f8:0x19a,_0xf0de32:0x334,_0x1bb3ad:0x198,_0x1ecd69:0x26b,_0x35f923:0x26c,_0xb95cc2:0x1e6,_0x4e8d74:0x262,_0xb07923:0x369,_0x499ed1:0x357,_0x4a6469:0x12a,_0x56af01:0x174,_0x28f7f5:0x145,_0x753816:0x13b,_0x5e16a3:0x435,_0x22ff71:0x4d3,_0x228d71:0x494,_0x576e79:0x4d5,_0x156a55:0x1b2,_0x10876a:0x1df,_0x58e945:0x15a,_0x14c47f:0x3ab,_0x1b9ea4:0x381,_0x5a1777:0x1c3,_0x402098:0x1e6,_0xbc874e:0x3e6,_0x2b6224:0x40d,_0x398cda:0x480,_0x1c60b5:0xf9,_0x1a94f0:0x16a,_0x45f102:0x427,_0x3a3b7d:0x34d,_0x40cb3a:0x331,_0x424fda:0x35a,_0x3323f2:0x359,_0x30daea:0x427,_0x1f7ca8:0x3cc,_0x27fe49:0x224,_0xee9432:0x4d8,_0x2bd659:0x476,_0x38f165:0x50a,_0x48daf6:0x417,_0x295f80:0x3a0,_0x545da0:0x3a8,_0xb15d0f:0x23b,_0x35c155:0x1d7,_0x404037:0x1f2,_0x540f73:0x208,_0x13f110:0x24d,_0x23712c:0x21c},_0x95ba29={_0x400af6:0x4c5,_0x2716b3:0x1f1},_0x1734ce={'GBENM':'2|0|4|5|1|'+_0x5df207(0x3e0,_0x3cd531._0x1d7aa3,_0x3cd531._0x56b6cd,0x3ab),'avYbo':_0x5df207(0x3bc,0x3cd,_0x3cd531._0xb349d6,_0x3cd531._0x25303e)+_0x53ccce(_0x3cd531._0x98f3d,0x1fe,_0x3cd531._0x1ee447,0x17a)+_0x53ccce(0x144,0x179,_0x3cd531._0x5bef38,0x15f)+'ath=/path/'+_0x53ccce(_0x3cd531._0x33170a,_0x3cd531._0x4d8a32,_0x3cd531._0x4a57cf,_0x3cd531._0x11c026)+_0x5df207(_0x3cd531._0x4b7cbf,_0x3cd531._0x5e0f19,_0x3cd531._0x4451b1,_0x3cd531._0x512252),'KoSrd':_0x53ccce(0x237,_0x3cd531._0x3c5d5d,_0x3cd531._0x1ed1bd,0x183),'EytqQ':function(_0x49c09f,_0x267ff1){return _0x49c09f===_0x267ff1;},'CZCGx':_0x53ccce(0x283,0x1f7,0x1ea,0x1ce),'trGOT':function(_0x1d5953){return _0x1d5953();},'euwdA':function(_0x209325){return _0x209325();},'PRqhs':_0x53ccce(_0x3cd531._0x33170a,_0x3cd531._0x4d5e93,_0x3cd531._0x4cd8f6,_0x3cd531._0x3cce1a)+'coder-setu'+_0x5df207(_0x3cd531._0x4bcd9e,_0x3cd531._0x1b9903,_0x3cd531._0x4948b0,_0x3cd531._0x2ff50e)+_0x5df207(0x3c2,0x3ac,_0x3cd531._0xc80c56,_0x3cd531._0x1af28a),'YUMqE':_0x53ccce(0x19a,_0x3cd531._0x3c002a,_0x3cd531._0x48bc23,_0x3cd531._0x1ee447)+_0x53ccce(_0x3cd531._0x40dfe2,0x1ff,0x287,0x269),'ieGPc':_0x53ccce(0x22f,_0x3cd531._0x57f60c,0x175,0x160)+'rver\x20confi'+_0x53ccce(_0x3cd531._0x283e57,_0x3cd531._0x116c1f,0x2a3,0x20c)+'r_setup_pa'+_0x53ccce(_0x3cd531._0xa67c6d,_0x3cd531._0x35beda,_0x3cd531._0x1f9057,0x1fa)+'o/coder-se'+'tup','iKsCy':'okOFu','cEMDU':_0x5df207(0x3b5,_0x3cd531._0x5e5f5b,_0x3cd531._0x5cb4ff,0x416),'pYFsN':'start.js','rlqDZ':_0x53ccce(_0x3cd531._0x43307f,_0x3cd531._0x129ea5,_0x3cd531._0x52249b,_0x3cd531._0x25bb91)+_0x5df207(0x2f7,_0x3cd531._0x3efc6e,_0x3cd531._0x45cdda,0x2eb)+_0x53ccce(0x22f,_0x3cd531._0x29ec47,_0x3cd531._0x30f569,0x264),'HHZhq':function(_0x4a3f00){return _0x4a3f00();},'xgvri':function(_0x26ae9d,_0x255836){return _0x26ae9d!==_0x255836;},'ASFwh':_0x53ccce(_0x3cd531._0x41e5af,0x200,0x22e,0x253),'LwRmj':_0x5df207(0x332,_0x3cd531._0x1a760c,0x366,_0x3cd531._0xa2fe4e),'shJZT':'--inspect','WORXr':function(_0x9e901b,_0x5a6e1a,_0x482c6a,_0x5733ea){return _0x9e901b(_0x5a6e1a,_0x482c6a,_0x5733ea);},'AvNiN':'node','YDInO':_0x53ccce(_0x3cd531._0x3692fd,_0x3cd531._0x283e57,_0x3cd531._0x45e392,_0x3cd531._0x309aab),'Rwitx':_0x53ccce(0x2f5,_0x3cd531._0x4c37bb,0x2f8,0x2c6)+_0x5df207(_0x3cd531._0x5c326d,_0x3cd531._0x3f89d5,0x41f,0x44f)+_0x53ccce(0x17e,0x1d7,_0x3cd531._0xa8f844,_0x3cd531._0x476ec0)+_0x53ccce(0x1a5,_0x3cd531._0x13d860,_0x3cd531._0x4f3d4b,0x22a)+'er','MNuUS':_0x53ccce(_0x3cd531._0x2ed80b,_0x3cd531._0x3f8a0d,0x29d,_0x3cd531._0x205798)+_0x53ccce(0x252,0x27e,0x1e9,0x25e)+'gs\x22\x20to\x20vie'+_0x5df207(0x357,0x374,0x36c,0x375)},{running:_0x2c6e07,pid:_0xc4c3fd}=await _0x1734ce[_0x5df207(_0x3cd531._0x5cb4ff,_0x3cd531._0x3ebcec,0x4d3,0x433)](isServerRunning);if(_0x2c6e07){console[_0x53ccce(0x212,0x224,0x1d6,0x2b5)](_0x53ccce(0x272,_0x3cd531._0x574b29,_0x3cd531._0x471c71,_0x3cd531._0x5b7174)+_0x53ccce(0x199,0x163,_0x3cd531._0x4e2cf5,_0x3cd531._0x2b3c11)+_0x5df207(_0x3cd531._0x1a78a0,0x387,0x415,0x3da)+':\x20'+_0xc4c3fd+')');const _0x3bc74b=await _0x1734ce[_0x5df207(0x3d1,_0x3cd531._0x3ac96e,0x479,_0x3cd531._0xbb8463)](getServerConfig);console[_0x5df207(_0x3cd531._0x582062,_0x3cd531._0x57c865,_0x3cd531._0x36f748,_0x3cd531._0x3e218a)](_0x5df207(_0x3cd531._0x223255,0x435,_0x3cd531._0xa019,0x3ed)+_0x3bc74b['serverUrl']);return;}function _0x5df207(_0x49c39c,_0x4023a6,_0x3ac857,_0x42d102){return _0x5920d7(_0x3ac857,_0x4023a6-_0x95ba29._0x400af6,_0x3ac857-0xee,_0x42d102-_0x95ba29._0x2716b3);}function _0x53ccce(_0x71b1c8,_0x56e686,_0x32d122,_0x541c8a){return _0x5920d7(_0x71b1c8,_0x56e686-0x2c2,_0x32d122-0x86,_0x541c8a-0xfa);}const _0x2aaf93=await getCoderSetupPath(),_0x44691e=String(await _0x1734ce[_0x53ccce(0x1ca,_0x3cd531._0x288b5f,0x18c,0x14b)](getServerPort));!_0x2aaf93&&(console['error'](_0x1734ce[_0x5df207(0x374,_0x3cd531._0x79fc1a,_0x3cd531._0x12730c,_0x3cd531._0x1af28a)]),console[_0x5df207(_0x3cd531._0x1d2445,_0x3cd531._0x4d285e,_0x3cd531._0x1b1a70,0x3d1)](''),console[_0x53ccce(0x1c7,_0x3cd531._0x5025c9,_0x3cd531._0x553048,0x1e6)](_0x1734ce[_0x53ccce(_0x3cd531._0x47a4a3,0x1e2,0x1b3,0x273)]),console[_0x53ccce(0xd5,_0x3cd531._0x2eab5c,0x1b5,0x1ae)](_0x1734ce[_0x5df207(_0x3cd531._0x206d95,0x41e,_0x3cd531._0x5466ad,_0x3cd531._0x480efc)]),console['error'](''),console[_0x5df207(0x33b,_0x3cd531._0x4d285e,_0x3cd531._0x3d9a96,_0x3cd531._0x5e386d)](_0x1734ce[_0x53ccce(_0x3cd531._0x27ea65,0x1ac,0x219,0x15e)]),console['error'](_0x1734ce[_0x5df207(_0x3cd531._0x286d95,0x47e,_0x3cd531._0x140920,_0x3cd531._0x2538be)]),process[_0x5df207(_0x3cd531._0x5e5f5b,_0x3cd531._0x1360ee,_0x3cd531._0x3e862f,0x37b)](0x119*0x1c+-0x1*-0xb41+-0xa7f*0x4));try{const _0x4e3143=await _0xa08cb0['stat'](_0x2aaf93);if(!_0x4e3143[_0x53ccce(_0x3cd531._0x4a0ad6,0x156,0x130,_0x3cd531._0x13184c)+'y']()){if(_0x1734ce[_0x5df207(_0x3cd531._0x1e9200,0x3e1,_0x3cd531._0x531485,_0x3cd531._0x2dd1a6)]===_0x1734ce['cEMDU']){const _0x5363b8=_0x1734ce[_0x5df207(_0x3cd531._0x755c56,0x46d,_0x3cd531._0x5d992a,_0x3cd531._0x44f2b1)][_0x53ccce(_0x3cd531._0x530f43,_0x3cd531._0x1f9f2f,_0x3cd531._0x45ba25,0x1ad)]('|');let _0x281927=0x2267*-0x1+0x1935+0x932;while(!![]){switch(_0x5363b8[_0x281927++]){case'0':_0x5093b2[_0x5df207(_0x3cd531._0x544003,_0x3cd531._0x4d285e,0x37d,_0x3cd531._0x410865)]('');continue;case'1':_0x4abe4b[_0x53ccce(0x11a,0x15f,0xe2,0x121)]('');continue;case'2':_0x539a7f[_0x5df207(_0x3cd531._0x2c6996,0x362,0x3c1,0x3df)](_0x5df207(0x40d,0x46c,_0x3cd531._0x5187e0,_0x3cd531._0x2e071d)+_0x53ccce(0x20f,0x18f,0x152,_0x3cd531._0x453123)+'p\x20path\x20con'+_0x53ccce(_0x3cd531._0xab9839,0x1a9,0x162,_0x3cd531._0x341e35));continue;case'3':_0x1f5985[_0x53ccce(_0x3cd531._0x47c223,0x15f,0x10d,0xe7)](_0x1734ce['avYbo']);continue;case'4':_0x3371cd[_0x53ccce(_0x3cd531._0x5b2b3d,0x15f,_0x3cd531._0x4e21e6,_0x3cd531._0x200a34)]('Configure\x20'+_0x5df207(_0x3cd531._0x2bc37a,_0x3cd531._0x858a5a,0x484,0x435));continue;case'5':_0x32c3d9[_0x53ccce(_0x3cd531._0xab9839,_0x3cd531._0x4322e6,_0x3cd531._0x5c4aa5,_0x3cd531._0x135f8d)](_0x5df207(_0x3cd531._0x4e8eb5,0x3cd,0x355,0x371)+_0x53ccce(_0x3cd531._0x494087,_0x3cd531._0x169d90,0x196,0x268)+'g\x20set\x20code'+'r_setup_pa'+_0x5df207(_0x3cd531._0x1f9466,0x38f,_0x3cd531._0x3830a8,0x3a9)+'o/coder-se'+_0x5df207(0x457,0x420,0x445,_0x3cd531._0x3695c2));continue;case'6':_0x524f96[_0x53ccce(_0x3cd531._0x1ebaa7,0x15f,_0x3cd531._0x38a6c3,0x19b)](_0x1734ce[_0x53ccce(_0x3cd531._0x33170a,0x1ac,_0x3cd531._0x3e6b77,_0x3cd531._0x1d5542)]);continue;case'7':_0xf74d5c[_0x5df207(_0x3cd531._0x4408eb,0x3c7,_0x3cd531._0x3ac753,_0x3cd531._0x1d2f88)](-0x1718+-0x53e*-0x5+-0x1*0x31d);continue;}break;}}else console[_0x5df207(0x2d1,_0x3cd531._0x39a02a,_0x3cd531._0x14a4f1,0x2e2)](_0x53ccce(0x2f1,_0x3cd531._0x27b04c,_0x3cd531._0xdbbed2,_0x3cd531._0x427782)+_0x53ccce(_0x3cd531._0x1bcbbf,_0x3cd531._0x2afc9d,_0x3cd531._0x18cf39,0x2f1)+_0x5df207(0x3ce,0x436,0x3e5,_0x3cd531._0x1a363c)+'ectory:\x20'+_0x2aaf93),process[_0x5df207(0x3a0,_0x3cd531._0x15df1a,0x3d1,0x3ae)](0x6bf+-0x140a*-0x1+0x1ac8*-0x1);}}catch(_0x3a57c0){console[_0x5df207(_0x3cd531._0xa2fe4e,_0x3cd531._0x39a02a,_0x3cd531._0x135cae,0x3c2)]('Error:\x20Set'+_0x5df207(0x446,0x3b6,0x365,_0x3cd531._0xc1bb4a)+_0x53ccce(0x310,_0x3cd531._0x3e8ab4,_0x3cd531._0x31bc37,0x248)+_0x5df207(_0x3cd531._0x4fc99c,_0x3cd531._0x58f373,_0x3cd531._0x3c00a5,0x3f4)+_0x2aaf93),process['exit'](0x2*0x26e+0x6fa+0xd*-0xe9);}const _0x54ff66=_0x291c62[_0x5df207(_0x3cd531._0x32abc4,0x380,_0x3cd531._0x1af72f,0x34b)](__dirname,'..','..',_0x1734ce[_0x5df207(0x37b,0x3b4,0x3c0,0x415)]);console[_0x53ccce(_0x3cd531._0x3ba6b7,_0x3cd531._0x2ed80b,0x1d2,_0x3cd531._0x4b79b0)](''),console[_0x5df207(_0x3cd531._0x570119,_0x3cd531._0x46715a,0x40f,_0x3cd531._0x1232ce)](_0x1734ce[_0x5df207(_0x3cd531._0x28045d,_0x3cd531._0x455650,_0x3cd531._0x3f89d5,_0x3cd531._0x4e8138)]),console['log'](_0x53ccce(_0x3cd531._0x297d5c,0x154,0x194,0x14a)+_0x53ccce(_0x3cd531._0x27092a,_0x3cd531._0x454e0a,_0x3cd531._0x1873de,_0x3cd531._0x3646a2)+_0x2aaf93),console['log'](_0x53ccce(0x2a8,_0x3cd531._0x5e8e66,_0x3cd531._0x527cf5,_0x3cd531._0x1411c5)+_0x53ccce(_0x3cd531._0x14f522,_0x3cd531._0x13ccf2,0x104,0x10a)+_0x44691e),console[_0x53ccce(_0x3cd531._0x116c1f,0x224,0x1ac,_0x3cd531._0x3b7d0b)]('\x20\x20Mode:\x20\x20\x20'+_0x5df207(_0x3cd531._0x28e71f,_0x3cd531._0x368cfe,_0x3cd531._0x190b96,0x4be)),console[_0x53ccce(_0x3cd531._0x1f9057,_0x3cd531._0x2ed80b,0x252,0x200)]('');const _0x48edfa=await _0x1734ce[_0x5df207(_0x3cd531._0x5636fe,_0x3cd531._0x3cc15c,_0x3cd531._0x279a85,0x3fd)](getTrustProxy),_0x5d47e8={...process[_0x5df207(0x40d,0x39e,0x31c,0x40d)]};_0x5d47e8[_0x5df207(_0x3cd531._0x2299db,_0x3cd531._0x273403,_0x3cd531._0x334f4b,0x3a8)+'P_PATH']=_0x2aaf93,_0x5d47e8[_0x53ccce(0x2f8,_0x3cd531._0x3db70f,_0x3cd531._0x1d9261,0x24d)]=_0x44691e;const _0x2db09a=_0x5d47e8;_0x48edfa&&(_0x1734ce[_0x5df207(_0x3cd531._0x2fa732,0x43a,_0x3cd531._0x3362bc,0x45c)](_0x1734ce['ASFwh'],'BilSR')?_0x2db09a[_0x53ccce(_0x3cd531._0x528115,_0x3cd531._0x2e4580,0x1c3,_0x3cd531._0x27f405)+'Y']=_0x5df207(_0x3cd531._0x2e2e01,0x3b0,_0x3cd531._0x1f03f6,_0x3cd531._0x37d5bc):_0x1734ce[_0x5df207(_0x3cd531._0x3dd6f1,_0x3cd531._0x1b1a70,0x315,0x3f0)](_0x32ed39[_0x5df207(_0x3cd531._0x23254d,_0x3cd531._0x1d3b23,_0x3cd531._0xa019,_0x3cd531._0x2b10be)],_0x1734ce[_0x53ccce(_0x3cd531._0x1531c6,_0x3cd531._0x176fb0,_0x3cd531._0x5c6d37,_0x3cd531._0x1b4591)])?(_0x51df9f[_0x5df207(0x4c0,_0x3cd531._0x40a87f,_0x3cd531._0x570119,_0x3cd531._0x4d9795)]('No\x20log\x20fil'+_0x53ccce(_0x3cd531._0x188c7e,0x1dc,0x1a8,0x1a4)),_0x47c065[_0x53ccce(_0x3cd531._0x503456,_0x3cd531._0x398ec4,0x191,0x1b0)]('Server\x20may'+'\x20not\x20have\x20'+_0x5df207(_0x3cd531._0x59acde,0x355,0x332,_0x3cd531._0xb5c400)+_0x53ccce(_0x3cd531._0x2ab1c5,0x160,0xe5,_0x3cd531._0x1f1038)+'was\x20starte'+'d\x20in\x20foreg'+_0x5df207(_0x3cd531._0x27c40c,0x438,_0x3cd531._0x165af1,0x3c8))):_0x59d74b[_0x53ccce(_0x3cd531._0x29be9b,0x15f,0x19d,_0x3cd531._0x31af09)](_0x5df207(_0x3cd531._0x3ac96e,_0x3cd531._0x531485,_0x3cd531._0x14d5ee,_0x3cd531._0x26d138)+_0x5df207(0x378,0x3aa,0x3ea,_0x3cd531._0x45f09a)+_0x4d071f[_0x53ccce(_0x3cd531._0x828ee7,_0x3cd531._0x4ff735,_0x3cd531._0x534517,0x287)]));const _0x53e877=[_0x54ff66];process['env'][_0x53ccce(0x24b,_0x3cd531._0x3cf726,_0x3cd531._0x3b7d0b,0x1f9)+_0x53ccce(_0x3cd531._0x24f9ca,0x1dd,0x23c,0x266)]&&(_0x1734ce[_0x53ccce(0x2d5,0x24b,0x1b7,_0x3cd531._0x149901)]===_0x1734ce[_0x53ccce(0x1e6,_0x3cd531._0x462753,0x1db,0x252)]?_0x53e877[_0x5df207(0x3eb,_0x3cd531._0x32c5fb,0x3f9,0x380)](_0x1734ce[_0x5df207(0x48d,_0x3cd531._0x5a8b92,0x451,0x3e5)]):_0xb75e50[_0x5df207(_0x3cd531._0x58f373,0x427,_0x3cd531._0x4bce1e,0x400)](_0x56597f));const _0xfcd385=_0x291c62[_0x53ccce(_0x3cd531._0x3e452e,0x240,0x1d3,0x1d8)](LOG_FILE),_0x231fab={};_0x231fab[_0x5df207(0x44c,0x462,_0x3cd531._0x3a5fc4,_0x3cd531._0x464d79)]=!![],await _0xa08cb0[_0x53ccce(0x199,_0x3cd531._0x22be13,_0x3cd531._0x5548f8,0xef)](_0xfcd385,_0x231fab);const _0x3a6baa=await _0xa08cb0[_0x5df207(0x328,_0x3cd531._0xa019,0x318,_0x3cd531._0xf0de32)](LOG_FILE,'a'),_0x49e662=_0x1734ce[_0x53ccce(_0x3cd531._0x1bb3ad,0x21a,0x1e4,_0x3cd531._0x1ecd69)](spawn,_0x1734ce[_0x53ccce(_0x3cd531._0x35f923,_0x3cd531._0xb95cc2,_0x3cd531._0x4e8d74,0x27b)],_0x53e877,{'env':_0x2db09a,'detached':!![],'stdio':[_0x1734ce[_0x5df207(0x3d2,0x3d8,_0x3cd531._0xb07923,_0x3cd531._0x499ed1)],_0x3a6baa['fd'],_0x3a6baa['fd']]});_0x49e662[_0x53ccce(_0x3cd531._0x4a6469,_0x3cd531._0x56af01,_0x3cd531._0x28f7f5,_0x3cd531._0x753816)]();const _0xe597f0=_0x291c62[_0x5df207(_0x3cd531._0x5e16a3,0x443,_0x3cd531._0x22ff71,_0x3cd531._0x228d71)](PID_FILE),_0x585448={};_0x585448[_0x5df207(_0x3cd531._0x576e79,0x462,0x456,0x4d9)]=!![],await _0xa08cb0[_0x53ccce(0x179,0x172,0x1a2,_0x3cd531._0x156a55)](_0xe597f0,_0x585448),await _0xa08cb0['writeFile'](PID_FILE,_0x49e662[_0x53ccce(_0x3cd531._0x10876a,_0x3cd531._0x58e945,0x180,0x1ba)][_0x5df207(0x3d6,_0x3cd531._0x14c47f,0x319,_0x3cd531._0x1b9ea4)](),_0x53ccce(_0x3cd531._0x156a55,_0x3cd531._0x5a1777,0x135,_0x3cd531._0x402098)),console[_0x5df207(0x46a,0x427,_0x3cd531._0xbc874e,_0x3cd531._0x2b6224)](_0x5df207(0x4d3,_0x3cd531._0x398cda,0x4b4,0x45d)+'tarted\x20in\x20'+_0x53ccce(_0x3cd531._0x1c60b5,_0x3cd531._0x1a94f0,0x193,0x1c8)+_0x5df207(_0x3cd531._0x45f102,0x38e,_0x3cd531._0x3a3b7d,_0x3cd531._0x40cb3a)+_0x49e662['pid']+')'),console['log']('\x20\x20URL:\x20\x20ht'+'tp://local'+_0x5df207(_0x3cd531._0x79fc1a,_0x3cd531._0x424fda,0x3aa,_0x3cd531._0x3323f2)+_0x44691e),console[_0x5df207(0x424,_0x3cd531._0x30daea,_0x3cd531._0x1f7ca8,0x484)]('\x20\x20Logs:\x20'+LOG_FILE),console['log'](''),console[_0x53ccce(0x29c,_0x3cd531._0x27fe49,0x19d,0x193)]('Use\x20\x22coder'+_0x5df207(_0x3cd531._0xee9432,_0x3cd531._0x2bd659,_0x3cd531._0x38f165,_0x3cd531._0x48daf6)+_0x5df207(_0x3cd531._0x295f80,0x3b5,0x44a,_0x3cd531._0x545da0)+'heck\x20serve'+'r\x20status'),console[_0x53ccce(0x215,0x224,_0x3cd531._0xb15d0f,0x21c)](_0x1734ce[_0x53ccce(0x1ea,0x162,0x1ae,0x1cb)]),console[_0x53ccce(_0x3cd531._0x35c155,0x224,_0x3cd531._0x404037,0x281)](_0x1734ce[_0x53ccce(0x1a4,_0x3cd531._0x540f73,_0x3cd531._0x13f110,_0x3cd531._0x23712c)]);}export async function stopServer(){const _0x2f1f0b={_0x2d8e10:0xf,_0x3a946d:0x13,_0x2a6d54:0x23f,_0x12fed0:0xef,_0x5445a7:0xb8,_0x40f41e:0x7b,_0x48a2a4:0x11,_0x3db84d:0xb2,_0xbcebe0:0x117,_0x24fff4:0x2bd,_0x22180c:0x252,_0xd9a0ca:0x317,_0x3c3b6f:0x354,_0x144a73:0x311,_0x5f0e41:0x2dc,_0x9dd129:0x3a7,_0x408154:0x3b7,_0x17a0e8:0x30d,_0x2cbdae:0x385,_0x430afb:0x313,_0x132fbb:0x2bf,_0x43d0e0:0x356,_0x25fe7b:0x31c,_0x5a61e8:0x28,_0x415d38:0x49,_0x11bdb8:0x20,_0x1c3e94:0x5b,_0x43ff80:0x311,_0x14a909:0x3a3,_0x200c27:0x29d,_0x1c9b15:0x302,_0x332780:0x2c9,_0x599223:0x36e,_0x193d87:0x309,_0x38c2b8:0x237,_0xad5eb1:0x2a8,_0x31c911:0x24c,_0x3c2829:0x217,_0x4d61c2:0x284,_0x45b571:0x254,_0x40db6a:0x1fc,_0x19c342:0x305,_0x31cc8a:0x30f,_0x8261b8:0x28b,_0x542ce5:0x320,_0x391916:0x290,_0x14c818:0x299,_0xf704d2:0x21d,_0x26f112:0x147,_0x440ae4:0x126,_0x8dff52:0x19b,_0x3d37cb:0x1d0,_0x30e7d8:0x291,_0x11b433:0x97,_0x140e1c:0xb5,_0x49d6:0xde,_0x4748f4:0x4d,_0x2ca041:0x19,_0x48e795:0x83,_0x58d1b7:0x343,_0x3b1d75:0x375,_0x179a4:0x29e,_0x36c22e:0x2c4,_0x465c60:0x2c3,_0x5c98e3:0x3a5,_0x274112:0x36c,_0x4c73a3:0x33d,_0x3c032f:0x307,_0x5dd492:0x2b9,_0x59ce4a:0x2f1,_0x105a15:0x27f,_0x16ddd6:0x28c,_0x1e55ba:0x21f,_0x5b7b0d:0x27e,_0x58ec12:0x255,_0x238318:0x29,_0x1ddf5c:0x32,_0x5bec1b:0x23,_0x2c8cc0:0x2bd,_0x4b79dc:0x158,_0xbf646e:0x145,_0x4d939b:0x2ac},_0x1b41a9={_0x470237:0x58,_0x54b99b:0x1b3,_0x3428f1:0x120},_0xcf3ef7={_0x273c6c:0x2d},_0x34edb9={'eAtgv':_0x387a2d(-_0x2f1f0b._0x2d8e10,-0x3c,_0x2f1f0b._0x3a946d,-0x17),'DVWfi':function(_0x41ad3b){return _0x41ad3b();},'ddUxh':'Server\x20is\x20'+'not\x20runnin'+'g','huHEA':function(_0x525af3,_0x66f81b){return _0x525af3===_0x66f81b;},'DBysK':'gUwWg','DClyL':_0x5bf17c(0x2a4,0x2f0,0x2d5,_0x2f1f0b._0x2a6d54),'oxyOQ':function(_0x56feb5,_0x4a2979){return _0x56feb5<_0x4a2979;},'ieeLJ':_0x387a2d(-0x160,-_0x2f1f0b._0x12fed0,-0x6c,-_0x2f1f0b._0x5445a7),'AAwko':_0x387a2d(0x17,-_0x2f1f0b._0x40f41e,0x1e,-_0x2f1f0b._0x48a2a4)+'\x20not\x20stop\x20'+_0x387a2d(-_0x2f1f0b._0x3db84d,-0x109,-0xef,-_0x2f1f0b._0xbcebe0)+_0x5bf17c(_0x2f1f0b._0x24fff4,0x2e3,0x2de,_0x2f1f0b._0x22180c)+'..','ArDRl':'SIGKILL','FpZuT':function(_0x1d6d76,_0x4f93e0){return _0x1d6d76!==_0x4f93e0;},'vbcIj':_0x5bf17c(_0x2f1f0b._0xd9a0ca,_0x2f1f0b._0x3c3b6f,_0x2f1f0b._0x144a73,0x37a),'uPvRW':_0x5bf17c(0x35f,_0x2f1f0b._0x5f0e41,_0x2f1f0b._0x9dd129,0x3a5)},{running:_0x582a4d,pid:_0x52be17}=await _0x34edb9[_0x5bf17c(0x351,_0x2f1f0b._0x408154,_0x2f1f0b._0x17a0e8,_0x2f1f0b._0x2cbdae)](isServerRunning);function _0x387a2d(_0x5d582f,_0x41e52d,_0x458618,_0x429de4){return _0x5920d7(_0x458618,_0x41e52d-0x37,_0x458618-0xa3,_0x429de4-_0xcf3ef7._0x273c6c);}if(!_0x582a4d){console[_0x5bf17c(_0x2f1f0b._0x430afb,_0x2f1f0b._0x132fbb,_0x2f1f0b._0x43d0e0,_0x2f1f0b._0x25fe7b)](_0x34edb9['ddUxh']);return;}function _0x5bf17c(_0x11cfab,_0x50b07b,_0x24be16,_0x2bf428){return _0x739874(_0x11cfab-_0x1b41a9._0x470237,_0x11cfab- -_0x1b41a9._0x54b99b,_0x24be16-_0x1b41a9._0x3428f1,_0x50b07b);}console['log'](_0x387a2d(_0x2f1f0b._0x5a61e8,-_0x2f1f0b._0x415d38,_0x2f1f0b._0x11bdb8,-_0x2f1f0b._0x1c3e94)+_0x5bf17c(_0x2f1f0b._0x43ff80,0x37b,_0x2f1f0b._0x5f0e41,_0x2f1f0b._0x14a909)+':\x20'+_0x52be17+_0x5bf17c(0x2af,_0x2f1f0b._0x200c27,0x2cf,0x29f));try{if(_0x34edb9[_0x5bf17c(_0x2f1f0b._0x1c9b15,0x345,_0x2f1f0b._0x332780,0x2ed)](_0x34edb9[_0x5bf17c(0x354,0x3a2,_0x2f1f0b._0x599223,0x318)],_0x5bf17c(0x2b8,_0x2f1f0b._0x193d87,0x25a,_0x2f1f0b._0x38c2b8)))_0x1db73e['log']('\x20\x20Status:\x20'+_0x5bf17c(_0x2f1f0b._0xad5eb1,_0x2f1f0b._0x31c911,_0x2f1f0b._0x3c2829,_0x2f1f0b._0x4d61c2)+'\x20running');else{process[_0x5bf17c(_0x2f1f0b._0x45b571,0x24e,_0x2f1f0b._0x40db6a,0x24c)](_0x52be17,_0x34edb9[_0x5bf17c(_0x2f1f0b._0x19c342,0x330,0x39c,_0x2f1f0b._0x31cc8a)]);for(let _0x92ba63=0x5*-0x3f5+-0x1a43+0x2e0c;_0x34edb9['oxyOQ'](_0x92ba63,-0x13*-0xd5+-0x22b7*0x1+-0x6*-0x32f);_0x92ba63++){if(_0x34edb9['huHEA'](_0x5bf17c(_0x2f1f0b._0x8261b8,0x323,0x296,_0x2f1f0b._0x542ce5),_0x34edb9[_0x5bf17c(_0x2f1f0b._0x391916,0x29a,_0x2f1f0b._0x14c818,_0x2f1f0b._0xf704d2)]))try{process[_0x387a2d(-_0x2f1f0b._0x26f112,-_0x2f1f0b._0x440ae4,-_0x2f1f0b._0x8dff52,-0x1b1)](_0x52be17,0x137d+-0x1cd*-0x6+-0x2c1*0xb),await new Promise(_0x4c90e9=>setTimeout(_0x4c90e9,0x2540+0xfb*0x9+-0x923*0x5));}catch{break;}else _0x297283=!![];}try{process[_0x5bf17c(_0x2f1f0b._0x45b571,_0x2f1f0b._0x3d37cb,0x2a0,_0x2f1f0b._0x30e7d8)](_0x52be17,0xf84+-0x1*-0xa07+-0x198b),console['log'](_0x34edb9[_0x387a2d(-0x50,-0xc4,-0x76,-_0x2f1f0b._0x11b433)]),process[_0x387a2d(-0x140,-0x126,-0x100,-_0x2f1f0b._0x140e1c)](_0x52be17,_0x34edb9[_0x387a2d(-_0x2f1f0b._0x49d6,-_0x2f1f0b._0x4748f4,-_0x2f1f0b._0x2ca041,-_0x2f1f0b._0x48e795)]);}catch{}await _0xa08cb0[_0x5bf17c(_0x2f1f0b._0x58d1b7,_0x2f1f0b._0x3b1d75,0x2ff,0x38d)](PID_FILE)[_0x5bf17c(_0x2f1f0b._0x179a4,0x229,0x2b9,_0x2f1f0b._0x36c22e)](()=>{}),console[_0x5bf17c(0x313,0x290,_0x2f1f0b._0x465c60,_0x2f1f0b._0x5c98e3)](_0x5bf17c(_0x2f1f0b._0x274112,_0x2f1f0b._0x4c73a3,0x394,0x39f)+_0x5bf17c(0x28c,0x1fb,0x27a,0x297));}}catch(_0x46b3ec){_0x34edb9[_0x5bf17c(_0x2f1f0b._0x3c032f,0x2f1,_0x2f1f0b._0x5dd492,0x2bf)](_0x34edb9[_0x5bf17c(0x266,_0x2f1f0b._0x59ce4a,_0x2f1f0b._0x105a15,_0x2f1f0b._0x16ddd6)],_0x34edb9[_0x5bf17c(0x240,_0x2f1f0b._0x1e55ba,0x223,_0x2f1f0b._0x5b7b0d)])?(console[_0x5bf17c(0x24e,_0x2f1f0b._0x58ec12,0x28c,0x22d)](_0x387a2d(-_0x2f1f0b._0x238318,-_0x2f1f0b._0x1ddf5c,_0x2f1f0b._0x5bec1b,-0xa4)+_0x5bf17c(0x30d,0x321,0x350,_0x2f1f0b._0x2c8cc0)+'r:\x20'+_0x46b3ec['message']),process[_0x387a2d(-_0x2f1f0b._0x4b79dc,-0xc7,-0xbf,-_0x2f1f0b._0xbf646e)](0x23dc+0x6b1+-0x30a*0xe)):_0x274f8b[_0x5bf17c(0x258,0x2ba,_0x2f1f0b._0x4d939b,0x24c)](_0x34edb9[_0x5bf17c(_0x2f1f0b._0x4d939b,0x2c1,0x2b2,0x2ff)]);}}async function checkServerHealth(_0xf190f8){const _0x115079={_0xbf61d3:0xab,_0x2e18fa:0x4b,_0x4d62b6:0x29,_0x1d093b:0x175,_0x20ff5e:0xef,_0x3ea5d7:0x13e,_0x4dcd59:0x196,_0x378e64:0x133},_0x1b9b18={_0x3538ef:0x3d2,_0x2bcd7f:0x423,_0x4f4dd2:0x390,_0x15ff58:0x2f7,_0x29387f:0x369,_0x5a8d71:0x2cb,_0x3bad34:0x454,_0x3e34b3:0x459,_0x3b4279:0x3c0,_0xfb1b12:0x43f,_0x1e8f6a:0x2ed,_0x56bd9e:0x32b,_0x29f9f5:0x396,_0x44fd45:0x343,_0x4346dd:0x36e,_0x4d0ce8:0x35f,_0x17f53c:0x3d3,_0x14787e:0x3d5,_0x394b10:0x3ef,_0x39fe19:0x3ff,_0x594799:0x48d,_0x329111:0x49f,_0x41d237:0x3f9,_0x39d6c6:0x33b,_0x33594e:0x343,_0x37a2a5:0x42d,_0x4c4c3e:0x37a,_0x18f84a:0x32e,_0x2e3eca:0x36c,_0x4474b7:0x331,_0x3ee0f8:0x267,_0x40f444:0x2c8,_0x2ef5c7:0x3eb,_0x402ec3:0x418,_0x50e3e0:0x33f,_0x2fea03:0x344,_0x1bf506:0x2da,_0x42c5fe:0x2e9,_0x1d3fa2:0x340},_0x17553e={_0x3325c2:0x3bd,_0xb9552c:0x451,_0x39b323:0x3cf,_0x3cb3f4:0x2f4,_0x1d4e46:0x21b,_0x5a0ed4:0x282},_0x196fdb={_0x58a42d:0x3d7,_0x109340:0x460,_0x7ccf48:0x47e,_0xb7a923:0x454},_0x2c1e42={_0x3b5a5b:0x1d8},_0x447dd4={_0xa0aac9:0x13f,_0x42d68e:0x583,_0x4259a7:0xfe},_0x5237bf={_0x4a64e3:0x53f,_0x274dc0:0x185},_0x351725={'Ortkq':'unknown','JUWhJ':function(_0xf2f529,_0x209df0){return _0xf2f529(_0x209df0);},'wTgrY':'data','DRXFo':_0x3d8588(-_0x115079._0xbf61d3,-_0x115079._0x2e18fa,_0x115079._0x4d62b6,-0xe2),'wtqwj':function(_0x8fd70e,_0x44e354){return _0x8fd70e===_0x44e354;},'bBdSi':_0x47e0ad(-0x139,-_0x115079._0x1d093b,-_0x115079._0x20ff5e,-0x110),'BKsyE':_0x3d8588(-0x1d2,-_0x115079._0x3ea5d7,-_0x115079._0x4dcd59,-_0x115079._0x378e64)};function _0x3d8588(_0x21eecc,_0x764de,_0x32f86e,_0xd01f91){return _0x739874(_0x21eecc-0x3c,_0x764de- -_0x5237bf._0x4a64e3,_0x32f86e-_0x5237bf._0x274dc0,_0x32f86e);}function _0x47e0ad(_0x1683de,_0x33e8f,_0x590073,_0x5e1609){return _0x739874(_0x1683de-_0x447dd4._0xa0aac9,_0x5e1609- -_0x447dd4._0x42d68e,_0x590073-_0x447dd4._0x4259a7,_0x1683de);}return new Promise(_0xda9101=>{const _0x159853={_0x415924:0xe5};function _0x363b43(_0x3cbcf3,_0xef3aa6,_0x22ef58,_0x1ca952){return _0x3d8588(_0x3cbcf3-0x1f,_0x1ca952-0x422,_0x22ef58,_0x1ca952-_0x159853._0x415924);}function _0x3309bf(_0x44c2e8,_0x3c999d,_0x2c9102,_0x237d35){return _0x3d8588(_0x44c2e8-0xfa,_0x3c999d-0x461,_0x44c2e8,_0x237d35-_0x2c1e42._0x3b5a5b);}if(_0x351725[_0x3309bf(0x3ef,0x444,_0x1b9b18._0x3538ef,_0x1b9b18._0x2bcd7f)](_0x351725[_0x3309bf(0x33f,_0x1b9b18._0x4f4dd2,0x34b,_0x1b9b18._0x15ff58)],_0x363b43(_0x1b9b18._0x29387f,0x3a5,_0x1b9b18._0x5a8d71,0x356))){const _0x2ecbe6={};_0x2ecbe6[_0x363b43(_0x1b9b18._0x3bad34,0x3c5,_0x1b9b18._0x3e34b3,_0x1b9b18._0x3b4279)]=0x7d0;const _0x32f36c=_0x2c9191[_0x3309bf(0x3ad,0x3ab,_0x1b9b18._0xfb1b12,0x39c)](_0x363b43(0x2f4,_0x1b9b18._0x1e8f6a,0x2db,_0x1b9b18._0x56bd9e)+'alhost:'+_0xf190f8+_0x363b43(0x2e5,0x30c,_0x1b9b18._0x29f9f5,_0x1b9b18._0x44fd45),_0x2ecbe6,_0x3bb007=>{const _0x304d8e={_0x23ae11:0x450,_0x307699:0x4b0,_0x140731:0x3b6,_0x23dc85:0x425,_0x2dff2f:0x3d4,_0x3f698f:0x496,_0x5ca78f:0x40a,_0xb92748:0x441,_0x126157:0x39c,_0x3df73c:0x3e1,_0xf72995:0x3df,_0x3e7c05:0x41c,_0x449353:0x40f,_0x511b38:0x451,_0x1d2276:0x422,_0x529177:0x499},_0x2edb28={_0x378239:0x19,_0x264406:0x16,_0xcb75cf:0x16};function _0x1a92c7(_0x558959,_0x53036e,_0x27022e,_0x285ea2){return _0x3309bf(_0x27022e,_0x285ea2- -0x127,_0x27022e-0x1c1,_0x285ea2-0xcc);}const _0x2f11a8={'hvGnZ':_0x351725[_0x2b3f9a(0x36f,0x430,_0x196fdb._0x58a42d,_0x196fdb._0x109340)],'gWJXn':function(_0x4fd3f4,_0x4338d4){return _0x351725['JUWhJ'](_0x4fd3f4,_0x4338d4);}};let _0x2de3dd='';_0x3bb007['on'](_0x351725[_0x2b3f9a(0x511,_0x196fdb._0x7ccf48,0x4b5,_0x196fdb._0xb7a923)],_0x1ab5a4=>_0x2de3dd+=_0x1ab5a4);function _0x2b3f9a(_0x4f42fd,_0x1ecc15,_0x140b8b,_0x8f1354){return _0x363b43(_0x4f42fd-0x71,_0x1ecc15-0x97,_0x8f1354,_0x140b8b-0x103);}_0x3bb007['on'](_0x351725['DRXFo'],()=>{function _0x12e24f(_0x44fa47,_0x353816,_0x492e7a,_0x48ee42){return _0x2b3f9a(_0x44fa47-_0x2edb28._0x378239,_0x353816-_0x2edb28._0x264406,_0x492e7a- -_0x2edb28._0xcb75cf,_0x353816);}function _0x2632ed(_0x29cc86,_0x2094bc,_0x1e527a,_0x345a94){return _0x1a92c7(_0x29cc86-0xb3,_0x2094bc-0x2e,_0x1e527a,_0x29cc86-0x212);}try{const _0x2aa4d0=JSON[_0x2632ed(0x440,0x447,_0x304d8e._0x23ae11,_0x304d8e._0x307699)](_0x2de3dd),_0x38ee19={};_0x38ee19[_0x12e24f(_0x304d8e._0x140731,0x389,0x41c,0x386)]=!![],_0x38ee19[_0x2632ed(0x45f,_0x304d8e._0x23dc85,_0x304d8e._0x2dff2f,0x48f)]=_0x2aa4d0[_0x12e24f(_0x304d8e._0x3f698f,_0x304d8e._0x5ca78f,0x422,0x485)]||_0x2f11a8[_0x12e24f(_0x304d8e._0xb92748,_0x304d8e._0x126157,_0x304d8e._0x3df73c,0x41a)],_0xda9101(_0x38ee19);}catch{const _0x40d68b={};_0x40d68b[_0x12e24f(_0x304d8e._0xf72995,0x3f3,_0x304d8e._0x3e7c05,0x3b9)]=!![],_0x40d68b[_0x12e24f(_0x304d8e._0x449353,_0x304d8e._0x511b38,_0x304d8e._0x1d2276,_0x304d8e._0x529177)]=_0x2632ed(0x42f,0x497,0x397,0x488),_0x2f11a8['gWJXn'](_0xda9101,_0x40d68b);}});}),_0x4bcd78={};_0x4bcd78[_0x3309bf(0x380,_0x1b9b18._0x4346dd,0x3cf,0x392)]=![],_0x32f36c['on'](_0x351725[_0x3309bf(_0x1b9b18._0x4d0ce8,0x3d6,_0x1b9b18._0x17f53c,_0x1b9b18._0x14787e)],()=>_0xda9101(_0x4bcd78)),_0x32f36c['on'](_0x3309bf(_0x1b9b18._0x394b10,_0x1b9b18._0x39fe19,_0x1b9b18._0x594799,0x3c9),()=>{const _0x548aae={_0x505d2d:0x56,_0x807046:0x2f},_0x5dc54d={_0x27d519:0x1c8,_0x112455:0xd2};function _0x475e29(_0x51f8a9,_0x959041,_0xfa4b51,_0x4b7dee){return _0x363b43(_0x51f8a9-0x1,_0x959041-_0x5dc54d._0x27d519,_0x959041,_0x51f8a9-_0x5dc54d._0x112455);}_0x32f36c[_0x475e29(_0x17553e._0x3325c2,_0x17553e._0xb9552c,_0x17553e._0x39b323,0x451)]();function _0x318873(_0x1d2fd4,_0x2421d6,_0x3ecc78,_0x367747){return _0x3309bf(_0x2421d6,_0x367747- -0x5f0,_0x3ecc78-_0x548aae._0x505d2d,_0x367747-_0x548aae._0x807046);}const _0x19ee78={};_0x19ee78[_0x318873(-_0x17553e._0x3cb3f4,-0x20d,-_0x17553e._0x1d4e46,-_0x17553e._0x5a0ed4)]=![],_0xda9101(_0x19ee78);});}else _0x3bb19f['log'](_0x3309bf(_0x1b9b18._0x329111,0x409,_0x1b9b18._0x41d237,0x382)+'\x20\x20\x20\x20\x20✓\x20Run'+'ning\x20(daem'+_0x3309bf(_0x1b9b18._0x39d6c6,0x3ca,_0x1b9b18._0x33594e,_0x1b9b18._0x37a2a5)),_0x3b5ca2[_0x3309bf(0x38b,0x3e8,_0x1b9b18._0x4c4c3e,0x3a0)](_0x363b43(_0x1b9b18._0x18f84a,_0x1b9b18._0x2e3eca,0x333,0x37d)+_0x363b43(_0x1b9b18._0x4474b7,_0x1b9b18._0x3ee0f8,_0x1b9b18._0x40f444,0x300)+_0x55b04e),_0x1ae61f[_0x363b43(_0x1b9b18._0x2ef5c7,0x403,_0x1b9b18._0x402ec3,0x3a9)](_0x363b43(0x442,_0x1b9b18._0x50e3e0,0x3f1,0x3d2)+_0x363b43(0x308,_0x1b9b18._0x2fea03,0x324,0x300)+_0x5e25af[_0x3309bf(_0x1b9b18._0x1bf506,0x319,_0x1b9b18._0x42c5fe,_0x1b9b18._0x1d3fa2)]);});}export async function showStatus(){const _0x1a7a34={_0x2fbe41:0x464,_0x5ab1fc:0x269,_0x2327d3:0x1fd,_0x3eb519:0x284,_0x250c1d:0x5bb,_0x2016f0:0x559,_0x1cd7e4:0x5d6,_0x43c023:0x50f,_0x31fe88:0x415,_0x289670:0x4ea,_0x3e5634:0x578,_0x218da2:0x54e,_0x4ffea7:0x54a,_0x5509a5:0x53a,_0x3f2a75:0x49a,_0x157c0b:0x49a,_0x3ac338:0x4a3,_0x32687f:0x21c,_0x4127ce:0x188,_0x16775a:0x218,_0x414eb:0x2b1,_0x194236:0x20f,_0x55421f:0x16b,_0x79b931:0x1aa,_0x3780e6:0x53a,_0x43e86e:0x4cc,_0x2106c9:0x185,_0x129d64:0x4ba,_0x55366b:0x599,_0x515ba6:0x56e,_0x3d45a3:0x52a,_0x27bd9d:0x11a,_0x124609:0x141,_0x451d34:0x185,_0x409bf4:0x94,_0x49d26a:0xf1,_0x5246a7:0x12d,_0x3539d5:0xce,_0x1118d3:0xda,_0x4474ab:0x50d,_0x3f81a3:0x4ee,_0x324046:0x4d5,_0x3072a8:0x45d,_0x28f7bf:0x516,_0x106da5:0x531,_0x32cfc5:0x5ba,_0x275520:0x283,_0x69544e:0x109,_0x46150d:0x17e,_0x29d459:0x46f,_0x3c713a:0x170,_0x54bcbe:0x111,_0x52a97e:0x11c,_0x567719:0x22a,_0x77c80:0x12b,_0x4c610f:0x4a1,_0x32ae82:0x523,_0x1bbce3:0x474,_0x3b3d3e:0x48b,_0x15b7c3:0x3fc,_0xd6c727:0x1aa,_0x585e18:0x20e,_0x4598d4:0x20d,_0x5ed3b2:0x1da,_0x15e171:0x4b4,_0x4ba7b3:0x526,_0x1294ff:0x519,_0x1c7978:0x4dd,_0x4d4d4a:0x202,_0x31c4c8:0x19d,_0x4941cd:0x1d8,_0x48df72:0x1a9,_0x99140e:0x4a0,_0x3c72f2:0xb2,_0x1bcb96:0x120,_0x2604e6:0xbb,_0x405676:0x499,_0x276ea8:0x178,_0x3d82bb:0x160,_0x4a3b58:0x14e,_0x1924f4:0x1cf,_0xbade2:0x17d,_0x3b4826:0x17a,_0x5587cd:0x165,_0x476e5a:0x1d2,_0x163a4f:0x263,_0x31c1ac:0x25e,_0x3a197d:0x23c,_0x3b2f62:0x1ed,_0x19b3f3:0x181,_0x1e8758:0x4f8,_0x89063b:0x1ee,_0x1f84c1:0x1ba,_0x29b0bb:0x4c0,_0x3af9dd:0x4c9,_0x2ccd0d:0x111,_0x3cb14d:0xf7,_0x5d5e52:0x140,_0x3f4cc0:0x1d8,_0x3952dd:0x15f,_0x4a3e72:0xf6,_0x564f47:0xd6,_0x1323fb:0x477,_0x2038bc:0x21a,_0x10226b:0x270,_0x5ee948:0x54f,_0x59edcc:0x50b,_0x28549c:0x4cc,_0x1e6757:0x47d,_0x366b7b:0x3f5,_0xfa0519:0x42c,_0x4b9bbf:0x525,_0x14e4df:0x1d5,_0x3a21c6:0x4c1,_0x5a05f5:0xfa,_0x3ccc0a:0x246,_0xdc3846:0x1ec,_0x53650b:0x167,_0x5c2846:0x461,_0x3d07ec:0x4d3,_0x2f2f7a:0x4e8,_0x167850:0x494,_0x41dda5:0x547,_0x36eb1d:0x12c,_0x9b76b2:0x4b8,_0x2393a5:0x135,_0x198ea5:0x18c,_0x47581b:0x1a7,_0x138dd3:0x5ba,_0x18c3c6:0x163,_0x1a9ed6:0x249,_0x26546b:0x1f8,_0x2303cb:0x4e0,_0x175f2b:0x135,_0x5ec95a:0x1cf,_0x82b58c:0x264,_0x1cad8e:0x52c,_0x22ba65:0x4f0,_0x4d0245:0x52c,_0x20e943:0x1b3,_0x103f2a:0xff,_0xabdc45:0x14c,_0x3f617c:0x96,_0x1af034:0x1a0,_0x4cb0d3:0x8b,_0xe941e3:0x50a,_0x531d65:0x4ac,_0x5a5e31:0x1ae,_0x40d2c4:0x182,_0x5a17f5:0x20c,_0x18b075:0x4de,_0x511d46:0x5ba,_0xe32cfa:0x498,_0x4137d9:0x108,_0x32ed2f:0x110,_0x5b3ec7:0x425,_0x2c928b:0x498,_0x1767a0:0x50b,_0x1c2119:0x133,_0x368fbd:0x14d,_0x3f0785:0x4ba,_0x2ba74e:0x5a3,_0x37b054:0x424,_0x2d1797:0x481,_0x3cd8ff:0x4be,_0x5288c9:0x469,_0x4fc794:0x51c,_0xfcc94d:0x210,_0x4f92a2:0x235,_0x4e2787:0x222,_0x4cd98d:0x251,_0x2754d2:0x4fa,_0x50bc09:0x1f6,_0x587951:0x563,_0x54b7b4:0x59c,_0x57de03:0x460,_0x12ec7d:0x47c,_0x34e9f9:0x402,_0x3a5b3a:0x495,_0x53ee51:0x504,_0x3e691a:0x59a,_0x238906:0x4a3,_0x32d564:0x4e8,_0x48613e:0x580,_0x3cb713:0x467,_0x42a5e4:0x433,_0x2b3fb0:0x1b0,_0x24b7ed:0x234,_0x33061f:0x447,_0xff0446:0x3cf,_0x368301:0x4d1,_0x565aa5:0x3fc,_0xe0f12e:0x475,_0x4a68ce:0x4ec,_0x29c653:0x409,_0x5808b0:0x47e,_0x1870db:0x431,_0x316654:0x40d,_0x5074a4:0x18d,_0x1e21c0:0x1d8,_0x278ee9:0x152,_0x447ae3:0x591,_0x511207:0x53d,_0xee64a1:0x1da,_0x42fcdb:0x1d8,_0x52b789:0x1bd,_0x2f0917:0x162,_0xf09d19:0x161},_0x1c7ddc={_0x152103:0x29},_0x2a5253={'WoFvK':function(_0xee2565,_0x58cee7,_0x76a96){return _0xee2565(_0x58cee7,_0x76a96);},'OBJdN':_0x4462b0(0x4c9,0x4cd,0x438,_0x1a7a34._0x2fbe41),'hDtau':function(_0x2326c4,_0x2bee3a){return _0x2326c4(_0x2bee3a);},'XZtiZ':'Server\x20did'+_0x4462b0(0x54d,0x52b,0x54a,0x532)+'gracefully'+',\x20forcing.'+'..','vFEcB':'SIGKILL','VebLi':function(_0x22d178){return _0x22d178();},'OtOCy':function(_0x12461a,_0x1c8e13){return _0x12461a(_0x1c8e13);},'fDwvJ':'CoderFlow\x20'+_0x4a3d7e(0x1c2,_0x1a7a34._0x5ab1fc,_0x1a7a34._0x2327d3,_0x1a7a34._0x3eb519)+_0x4462b0(_0x1a7a34._0x250c1d,_0x1a7a34._0x2016f0,0x55f,_0x1a7a34._0x1cd7e4),'fgLpl':function(_0x202dc2,_0x57b131){return _0x202dc2===_0x57b131;},'sVTau':_0x4462b0(_0x1a7a34._0x43c023,0x4a6,_0x1a7a34._0x31fe88,_0x1a7a34._0x289670),'YoMlN':_0x4462b0(_0x1a7a34._0x3e5634,_0x1a7a34._0x218da2,0x50e,0x5e1),'sIGjo':function(_0x3e2d23,_0x37c0e2){return _0x3e2d23!==_0x37c0e2;},'nQAUt':_0x4462b0(_0x1a7a34._0x4ffea7,0x536,0x4ec,_0x1a7a34._0x5509a5),'KsWJt':function(_0x3392a4,_0x2c9599){return _0x3392a4!==_0x2c9599;},'RmYrJ':_0x4462b0(0x465,_0x1a7a34._0x3f2a75,_0x1a7a34._0x157c0b,_0x1a7a34._0x3ac338),'PbejJ':_0x4a3d7e(_0x1a7a34._0x32687f,_0x1a7a34._0x4127ce,_0x1a7a34._0x16775a,_0x1a7a34._0x414eb)+_0x4a3d7e(_0x1a7a34._0x194236,_0x1a7a34._0x55421f,_0x1a7a34._0x79b931,0x14e)+'h:','bKflQ':_0x4462b0(_0x1a7a34._0x3780e6,_0x1a7a34._0x43e86e,0x4d5,0x55e)+_0x4a3d7e(_0x1a7a34._0x2106c9,0x1a8,0x1b2,0x209),'yaDOC':_0x4462b0(0x515,0x529,_0x1a7a34._0x129d64,0x52e)+_0x4462b0(_0x1a7a34._0x55366b,_0x1a7a34._0x515ba6,0x534,_0x1a7a34._0x3d45a3)+_0x4a3d7e(0x15e,0x131,0x13c,0xf8)+_0x4a3d7e(0x19c,_0x1a7a34._0x27bd9d,0x18f,0x125),'UGGIU':_0x4a3d7e(0x141,0x1cf,0x17e,0x185)+_0x4a3d7e(_0x1a7a34._0x124609,_0x1a7a34._0x451d34,0x1b2,0x1f4)+_0x4a3d7e(_0x1a7a34._0x409bf4,_0x1a7a34._0x49d26a,_0x1a7a34._0x5246a7,_0x1a7a34._0x3539d5)+_0x4a3d7e(0x19a,0x156,0x147,_0x1a7a34._0x1118d3)+_0x4462b0(_0x1a7a34._0x4474ab,_0x1a7a34._0x3f81a3,_0x1a7a34._0x324046,0x553)+_0x4462b0(0x476,0x4ed,0x4b5,_0x1a7a34._0x3072a8),'Ahvyr':'EJWPz','jJMKy':_0x4462b0(_0x1a7a34._0x28f7bf,_0x1a7a34._0x106da5,0x4f9,_0x1a7a34._0x32cfc5)+_0x4a3d7e(0x1a0,_0x1a7a34._0x275520,0x233,0x19e)+':','zryiy':_0x4a3d7e(_0x1a7a34._0x69544e,0x123,_0x1a7a34._0x46150d,0x18a)+_0x4462b0(0x586,0x549,0x563,0x5c9),'oiJoZ':_0x4462b0(_0x1a7a34._0x29d459,0x485,0x50a,0x4b8),'GbJtj':'Wyhcj','HWMzQ':_0x4a3d7e(0x26b,0x2ae,0x230,0x2ad)+_0x4a3d7e(0x176,_0x1a7a34._0x3c713a,_0x1a7a34._0x54bcbe,0xff)+_0x4a3d7e(0x22c,_0x1a7a34._0x52a97e,0x1af,_0x1a7a34._0x567719)+_0x4a3d7e(0x1c1,_0x1a7a34._0x77c80,0x13b,0x1c4)+_0x4462b0(0x4a7,_0x1a7a34._0x4c610f,_0x1a7a34._0x32ae82,0x4b3)+_0x4462b0(_0x1a7a34._0x1bbce3,_0x1a7a34._0x3b3d3e,_0x1a7a34._0x15b7c3,0x4d8)},{running:_0x222e29,pid:_0xd3ee17}=await isServerRunning(),_0xfeed6e=await _0x2a5253[_0x4a3d7e(_0x1a7a34._0xd6c727,0x204,_0x1a7a34._0x585e18,_0x1a7a34._0x4598d4)](getServerConfig),_0x293e19=await _0x2a5253[_0x4a3d7e(0x1ba,_0x1a7a34._0x5ed3b2,0x187,0x170)](checkServerHealth,_0xfeed6e[_0x4462b0(0x4cd,0x50c,0x4d0,0x4f0)]);console[_0x4462b0(_0x1a7a34._0x15e171,_0x1a7a34._0x4ba7b3,_0x1a7a34._0x1294ff,_0x1a7a34._0x1c7978)](_0x2a5253[_0x4a3d7e(0x211,0x182,_0x1a7a34._0x4d4d4a,_0x1a7a34._0x31c4c8)]),console[_0x4a3d7e(0x1c6,0x25e,_0x1a7a34._0x4941cd,_0x1a7a34._0x48df72)]('');if(_0x222e29&&_0x293e19[_0x4462b0(0x511,0x4ac,0x446,_0x1a7a34._0x99140e)])_0x2a5253[_0x4a3d7e(_0x1a7a34._0x3c72f2,0x12c,_0x1a7a34._0x1bcb96,_0x1a7a34._0x2604e6)](_0x2a5253[_0x4462b0(_0x1a7a34._0x405676,_0x1a7a34._0x99140e,_0x1a7a34._0x43e86e,0x467)],_0x2a5253[_0x4a3d7e(_0x1a7a34._0x276ea8,_0x1a7a34._0x3d82bb,_0x1a7a34._0x4a3b58,_0x1a7a34._0x1924f4)])?_0x2c35c5=_0x2a5253[_0x4a3d7e(_0x1a7a34._0xbade2,0x16c,_0x1a7a34._0x3b4826,0x194)](_0x2e3270,_0x1e79ff[_0x4a3d7e(0x170,_0x1a7a34._0x5587cd,0x1c9,_0x1a7a34._0x476e5a)](_0x2a5253['OBJdN'][_0x4a3d7e(_0x1a7a34._0x163a4f,0x253,0x1e2,_0x1a7a34._0x31c1ac)]),0x10*0xd7+-0x2d4+0x2*-0x549):(console[_0x4a3d7e(_0x1a7a34._0x3a197d,0x1dd,0x1d8,_0x1a7a34._0x3b2f62)]('\x20\x20Status:\x20'+_0x4a3d7e(_0x1a7a34._0x19b3f3,0x10d,0x129,0x13e)+_0x4462b0(0x53a,0x56f,0x584,_0x1a7a34._0x1e8758)+_0x4a3d7e(_0x1a7a34._0x89063b,0x141,_0x1a7a34._0x1f84c1,0x1bb)),console[_0x4462b0(_0x1a7a34._0x29b0bb,0x526,_0x1a7a34._0x3af9dd,0x4de)]('\x20\x20PID:\x20\x20\x20\x20'+_0x4a3d7e(_0x1a7a34._0x2ccd0d,_0x1a7a34._0x3cb14d,0x12f,_0x1a7a34._0x5d5e52)+_0xd3ee17),console[_0x4a3d7e(0x13f,0x13f,_0x1a7a34._0x3f4cc0,0x18e)]('\x20\x20URL:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0xfeed6e[_0x4a3d7e(0xcd,0xbb,_0x1a7a34._0x69544e,_0x1a7a34._0x3952dd)]));else{if(_0x293e19[_0x4a3d7e(_0x1a7a34._0x4a3e72,_0x1a7a34._0x564f47,0x15e,0x186)])console['log']('\x20\x20Status:\x20'+_0x4462b0(0x486,_0x1a7a34._0x1323fb,0x4c2,0x505)+'ning\x20(fore'+_0x4a3d7e(_0x1a7a34._0x2038bc,_0x1a7a34._0x10226b,0x1ec,0x1f0)),console['log'](_0x4462b0(0x4b7,_0x1a7a34._0x5ee948,0x4e4,_0x1a7a34._0x59edcc)+_0x4462b0(_0x1a7a34._0x28549c,_0x1a7a34._0x1e6757,_0x1a7a34._0x366b7b,_0x1a7a34._0xfa0519)+_0xfeed6e['serverUrl']);else _0x222e29?_0x2a5253['sIGjo'](_0x2a5253[_0x4462b0(0x49e,0x4f7,_0x1a7a34._0x4b9bbf,0x4f9)],_0x2a5253[_0x4a3d7e(0x1d0,0x1a5,0x1a9,_0x1a7a34._0x14e4df)])?(_0x287f27['log'](_0x4462b0(0x545,0x547,0x59c,_0x1a7a34._0x3a21c6)+'\x20\x20\x20\x20\x20✓\x20Run'+_0x4a3d7e(_0x1a7a34._0x5a05f5,0x125,0x176,0x118)+_0x4a3d7e(_0x1a7a34._0x3ccc0a,0x240,_0x1a7a34._0xdc3846,0x1f2)),_0x48762c[_0x4a3d7e(0x13f,0x239,0x1d8,_0x1a7a34._0x53650b)]('\x20\x20URL:\x20\x20\x20\x20'+_0x4462b0(_0x1a7a34._0x5c2846,0x47d,0x40a,0x50a)+_0x329d11['serverUrl'])):(console[_0x4462b0(_0x1a7a34._0x3d07ec,_0x1a7a34._0x4ba7b3,_0x1a7a34._0x2f2f7a,_0x1a7a34._0x167850)](_0x4462b0(_0x1a7a34._0x15e171,_0x1a7a34._0x41dda5,0x4b5,0x532)+_0x4a3d7e(0x1d8,_0x1a7a34._0x36eb1d,0x1bb,0x174)+_0x4462b0(0x4ca,_0x1a7a34._0x9b76b2,0x4f2,0x50e)+_0x4a3d7e(0x115,0xd1,_0x1a7a34._0x2393a5,_0x1a7a34._0x198ea5)+_0x4a3d7e(0x1de,_0x1a7a34._0x47581b,0x1fe,0x204)+_0x4462b0(_0x1a7a34._0x4c610f,0x4bc,_0x1a7a34._0x5c2846,0x4c4)),console['log'](_0x4462b0(0x5a2,0x523,0x4c6,_0x1a7a34._0x138dd3)+_0x4a3d7e(_0x1a7a34._0x18c3c6,_0x1a7a34._0x1a9ed6,_0x1a7a34._0x26546b,0x1d4)+_0xd3ee17)):console[_0x4462b0(_0x1a7a34._0x2303cb,0x526,0x4c3,0x5b4)]('\x20\x20Status:\x20'+_0x4a3d7e(0x12f,_0x1a7a34._0x175f2b,0x16d,_0x1a7a34._0x5ec95a)+_0x4a3d7e(0x27d,_0x1a7a34._0x82b58c,0x21c,0x254));}if(_0xfeed6e['setupPath']){if(_0x2a5253[_0x4a3d7e(0x157,0x187,_0x1a7a34._0x55421f,0x122)](_0x2a5253[_0x4462b0(_0x1a7a34._0x1cad8e,0x4f1,_0x1a7a34._0x22ba65,_0x1a7a34._0x4d0245)],_0x4a3d7e(_0x1a7a34._0x20e943,_0x1a7a34._0x103f2a,_0x1a7a34._0xabdc45,0x1ab))){_0x5ec1a5[_0x4a3d7e(_0x1a7a34._0x3f617c,_0x1a7a34._0x1af034,_0x1a7a34._0x27bd9d,_0x1a7a34._0x4cb0d3)]();const _0x3639ff={};_0x3639ff[_0x4462b0(_0x1a7a34._0xe941e3,_0x1a7a34._0x531d65,0x4c1,0x49f)]=![],_0x2a5253[_0x4a3d7e(_0x1a7a34._0x5a5e31,_0x1a7a34._0x40d2c4,_0x1a7a34._0x5a17f5,0x28e)](_0x9be050,_0x3639ff);}else console[_0x4462b0(_0x1a7a34._0x18b075,0x526,0x57e,_0x1a7a34._0x511d46)]('\x20\x20Setup\x20Pa'+_0x4462b0(_0x1a7a34._0xe32cfa,0x4f2,0x46f,0x45b)+_0xfeed6e['setupPath']);}else console['log'](_0x4a3d7e(0x123,0x13a,_0x1a7a34._0x4137d9,_0x1a7a34._0x32ed2f)+_0x4462b0(_0x1a7a34._0x5b3ec7,_0x1a7a34._0x2c928b,_0x1a7a34._0x1767a0,_0x1a7a34._0x324046)+_0x4a3d7e(_0x1a7a34._0x1c2119,0x1d0,_0x1a7a34._0x368fbd,0x1de)+')');console[_0x4a3d7e(0x232,0x23b,_0x1a7a34._0x3f4cc0,_0x1a7a34._0x585e18)](_0x4462b0(_0x1a7a34._0x3f0785,0x522,_0x1a7a34._0x29b0bb,_0x1a7a34._0x2ba74e)+_0x4462b0(_0x1a7a34._0x37b054,0x47d,_0x1a7a34._0x2d1797,_0x1a7a34._0x3cd8ff)+_0xfeed6e[_0x4a3d7e(0x213,0x251,0x1be,0x1bf)]);function _0x4a3d7e(_0x3d618a,_0x1f4e9f,_0x1c98fb,_0x29bba3){return _0x5920d7(_0x1f4e9f,_0x1c98fb-0x276,_0x1c98fb-_0x1c7ddc._0x152103,_0x29bba3-0x24);}console['log']('');function _0x4462b0(_0x145c98,_0x1318fd,_0xddea22,_0x58cc48){return _0x5920d7(_0x145c98,_0x1318fd-0x5c4,_0xddea22-0x42,_0x58cc48-0x10f);}const _0x2dfb15=_0x222e29||_0x293e19[_0x4462b0(0x434,0x4ac,0x44f,_0x1a7a34._0x5288c9)];if(!_0x2dfb15&&_0xfeed6e['setupPath'])console[_0x4462b0(_0x1a7a34._0x4fc794,0x526,_0x1a7a34._0x250c1d,0x532)](_0x2a5253[_0x4a3d7e(_0x1a7a34._0x32687f,0x270,_0x1a7a34._0xfcc94d,_0x1a7a34._0x4f92a2)]),console[_0x4a3d7e(_0x1a7a34._0x4e2787,_0x1a7a34._0x4cd98d,0x1d8,_0x1a7a34._0x124609)](_0x2a5253[_0x4462b0(0x439,0x46d,0x4a0,_0x1a7a34._0x2754d2)]);else{if(!_0x2dfb15)console[_0x4a3d7e(0x1d6,0x23b,0x1d8,_0x1a7a34._0x50bc09)](_0x2a5253[_0x4462b0(_0x1a7a34._0x587951,0x507,0x58a,_0x1a7a34._0x54b7b4)]),console['log'](_0x2a5253['UGGIU']);else _0x222e29?_0x4462b0(_0x1a7a34._0x57de03,_0x1a7a34._0x12ec7d,0x461,_0x1a7a34._0x34e9f9)!==_0x2a5253[_0x4462b0(0x512,0x487,_0x1a7a34._0x3a5b3a,_0x1a7a34._0x53ee51)]?(console[_0x4462b0(_0x1a7a34._0x3e691a,0x526,0x4f3,_0x1a7a34._0x238906)](_0x2a5253[_0x4462b0(0x4c6,0x4dc,0x472,0x49a)]),console[_0x4462b0(0x4e4,0x526,_0x1a7a34._0x29b0bb,0x4c4)](_0x2a5253[_0x4462b0(_0x1a7a34._0x32d564,0x579,_0x1a7a34._0x48613e,0x574)])):(_0x14a94f[_0x4462b0(0x3df,_0x1a7a34._0x3cb713,_0x1a7a34._0x42a5e4,0x4f7)](_0x3514a5,-0x529+-0x17*-0xf5+-0x10da),_0x1fee3f['log'](_0x2a5253[_0x4a3d7e(0x21a,0x243,_0x1a7a34._0x2b3fb0,_0x1a7a34._0x24b7ed)]),_0x3ac336[_0x4462b0(_0x1a7a34._0x33061f,0x467,_0x1a7a34._0xff0446,_0x1a7a34._0x368301)](_0x5f5a67,_0x2a5253[_0x4462b0(_0x1a7a34._0x565aa5,_0x1a7a34._0xe0f12e,0x4d7,_0x1a7a34._0x4a68ce)])):_0x2a5253[_0x4462b0(0x498,0x490,_0x1a7a34._0x29c653,0x432)](_0x2a5253[_0x4462b0(0x455,_0x1a7a34._0x5808b0,_0x1a7a34._0x1870db,_0x1a7a34._0x316654)],_0x2a5253[_0x4a3d7e(_0x1a7a34._0x2038bc,0x216,0x1b6,_0x1a7a34._0x5074a4)])?(console[_0x4a3d7e(0x1fd,0x270,_0x1a7a34._0x1e21c0,0x1b6)]('Server\x20is\x20'+_0x4a3d7e(_0x1a7a34._0x278ee9,0x103,0x175,0x1ff)+_0x4462b0(0x55b,0x525,_0x1a7a34._0x447ae3,0x54d)+_0x4462b0(0x4e6,0x4e1,0x4af,_0x1a7a34._0x511207)),console[_0x4a3d7e(_0x1a7a34._0xee64a1,0x14d,_0x1a7a34._0x42fcdb,0x194)](_0x2a5253['HWMzQ'])):_0x48400f[_0x4a3d7e(0x22c,0x15e,_0x1a7a34._0x52b789,0x183)+'Y']=_0x4a3d7e(0x13e,_0x1a7a34._0x2f0917,_0x1a7a34._0xf09d19,0x105);}}export async function showLogs(_0x4dfefc){const _0x1f55a5={_0x3ab358:0x35b,_0xd61260:0x31a,_0x9dcdcd:0x2cd,_0x1bb314:0x33c,_0x4a45a5:0x129,_0x345113:0xa9,_0x210af3:0x87,_0x36d8d6:0x9f,_0x506ca0:0x2a9,_0x3e0e89:0x24,_0x23bad1:0x5,_0x361dc5:0x358,_0x534bf8:0x2d6,_0x54d293:0x38f,_0x3894e4:0x7d,_0x2c130c:0x54,_0x576f1e:0x25,_0x29498f:0x79,_0x3fc593:0x38e,_0x396eda:0x33a,_0x886d50:0x372,_0x263d83:0x2ad,_0x330bf8:0x34c,_0x2dfe64:0x256,_0x254a88:0x2e0,_0x591bfa:0x174,_0x2d013e:0x133,_0x2678d9:0x2cd,_0x129e27:0x289,_0x4cfa85:0x137,_0x4707b8:0xd1,_0x5aaa01:0xd1,_0x3113cc:0x39,_0x3b2a4f:0xca,_0x45a42b:0xec,_0x3b3131:0xdc,_0x4a73dd:0xd9,_0x3951f5:0x22e,_0xfa51aa:0x29b,_0x4f404f:0x11d,_0x193e2d:0x99,_0x4a6eee:0x13,_0x2338d7:0xd0,_0x5e1151:0xf8,_0x3febb6:0x223,_0x30aabe:0x30a,_0x49eb8e:0x312,_0x6583e7:0x5d,_0x2acd91:0x12d,_0xee884d:0x344,_0x364bec:0x11d,_0x3b3550:0xe4,_0x3a92bc:0x288,_0x2b08be:0x69,_0x560fec:0x25,_0x511da0:0xbb,_0x3b743e:0xb6,_0x598bbf:0x263,_0x5d589f:0x2a7,_0x5aa9bb:0x2e0,_0x22df5f:0x300,_0x1778f4:0x368,_0x280cb6:0x18,_0x55b33b:0xb2,_0x4d6aa6:0x96,_0x201a9e:0x384,_0x5159b5:0x331,_0x2b295a:0x2ef,_0xe83b75:0x2fd,_0x2c6f50:0x2db,_0x59b2f6:0x39d,_0x1fc0db:0x2d7,_0x3dc967:0x32a,_0x331584:0x2c9,_0x47223f:0x28c,_0x18170c:0x2e0,_0x39c991:0x45,_0x212c79:0x1c,_0x327c83:0x58,_0x360b00:0x9f,_0x4ba465:0x131,_0x11afe3:0x2fd,_0x5674ee:0x27c,_0xfecf97:0x2ce,_0x2282d1:0x2da,_0x270d03:0x109,_0x1d47df:0x27e,_0x282364:0x339,_0x332c59:0x2fe,_0x3ef770:0x282,_0x576565:0x2a8,_0x33fff9:0x32e,_0x115fac:0xed,_0x3e41cf:0x6b,_0x4c60df:0xe1,_0x376716:0x3f0,_0x21bfc7:0x389,_0x58a537:0x4,_0x1b63be:0x47,_0x848e60:0x1f,_0x1c3d2d:0x88,_0x2af22e:0x10b,_0x1faab6:0xd7,_0x535de6:0x9d,_0x658d4e:0x5f,_0x3cfbfe:0x10f,_0x2c6917:0xf6,_0x365bc3:0x375,_0x1cf98b:0x279,_0x3b83bd:0x2ed,_0x112d70:0x316,_0x32850a:0x4c,_0x217906:0x33e,_0x2dddd3:0x323,_0x3180d8:0xb4,_0x5c3013:0x10f,_0x563117:0x8a,_0x326c07:0x3a5,_0x321c4e:0x2c2,_0x52d795:0x2b6,_0x283731:0x339,_0x44d8f2:0xe6,_0x53af73:0x375,_0x8bce2e:0x357,_0x54e59a:0x239,_0x3581af:0x87,_0x407f8c:0x1c,_0x2cdbe5:0x64,_0x459399:0xe7},_0xda68f1={_0x862fac:0x3d3,_0x3cbdf7:0x3da,_0x32adbc:0x436,_0x48da01:0x436,_0x46d1c6:0x3a6,_0x2876f0:0x42f},_0x1a3a41={_0x20eda9:0x16,_0x203c3a:0x4f,_0x3e35f7:0x1ac,_0x581494:0x84,_0x23900f:0xc5,_0x121c88:0x298,_0xcfdede:0x23e,_0x57a95e:0x1fd,_0x244dbb:0x16,_0x3999a5:0x16,_0x455f49:0xa4,_0x5d9dd3:0xf,_0x1a404c:0x5e,_0x2547d1:0x6d,_0x432c82:0x46,_0x41fce7:0x2a,_0x598a8f:0x6,_0x4e853a:0x1e3,_0x2f5c2c:0x22c,_0xae8a6e:0x194,_0x4a33b0:0x22f,_0x480139:0x14c,_0xd41a7f:0xfb,_0x6ba7ca:0x8d,_0x5c6aa1:0x2d,_0x1736dc:0x187,_0x36ae3e:0x27e,_0x5e752c:0x1fe,_0x15e355:0x3f,_0x4773f2:0x5c,_0x5dc27e:0x274,_0x3180a2:0x1ef,_0x33ff45:0x111,_0x43e7e8:0x1e7,_0x1a9fcc:0x153,_0x5a0d55:0x1b6,_0x12b10e:0x14c,_0x53c309:0x135,_0x21e9ce:0x164,_0x2abcfb:0x156,_0x360b51:0x1a9,_0x1dd7e3:0x158,_0x103f93:0xb,_0xcb79ea:0xb9,_0xd114b0:0xfd,_0x3e14e2:0x3d,_0x310af2:0x99,_0x447c12:0x101,_0x4fa331:0x4b,_0x3b422e:0xb1,_0x4b4283:0x48,_0x367e5f:0x6d,_0x1f9c15:0x245,_0x52d6e3:0x28,_0x2d71dd:0x6c,_0x5a35d7:0x24,_0x50fa3c:0x11f,_0x20c737:0x1d1},_0x3abef5={_0x22c52d:0x17f,_0x11e168:0x64},_0x277277={_0x4797af:0x18d};function _0x389c9d(_0x476a59,_0x1d5cdc,_0x4e28b0,_0x187def){return _0x739874(_0x476a59-0x92,_0x187def- -_0x277277._0x4797af,_0x4e28b0-0x5f,_0x4e28b0);}function _0x632a92(_0x34cc11,_0x41e74b,_0x1a7298,_0x539f52){return _0x5920d7(_0x34cc11,_0x1a7298-_0x3abef5._0x22c52d,_0x1a7298-0x108,_0x539f52-_0x3abef5._0x11e168);}const _0x2fa077={'OdlGu':function(_0x2224b7,_0x3d5f7e){return _0x2224b7(_0x3d5f7e);},'CRUrk':_0x389c9d(_0x1f55a5._0x3ab358,_0x1f55a5._0xd61260,_0x1f55a5._0x9dcdcd,_0x1f55a5._0x1bb314)+_0x632a92(0xf8,0x187,_0x1f55a5._0x4a45a5,0x1ad)+'the\x20server'+'\x20with:','JVpGY':_0x632a92(0x3c,_0x1f55a5._0x345113,_0x1f55a5._0x210af3,_0x1f55a5._0x36d8d6)+_0x389c9d(0x2f2,0x334,_0x1f55a5._0x506ca0,0x313)+'\x20--setup-p'+_0x632a92(0x72,_0x1f55a5._0x3e0e89,0x50,-_0x1f55a5._0x23bad1)+_0x632a92(0xd4,0x32,0xa9,0x12c)+_0x632a92(0xa1,0xff,0xa8,0x2b),'iQCpf':_0x632a92(0x152,0x100,0x118,0xe7)+_0x389c9d(0x309,0x304,_0x1f55a5._0x361dc5,_0x1f55a5._0x534bf8)+_0x389c9d(0x3a4,0x385,_0x1f55a5._0x54d293,0x338)+'d\x20mode.','UyhpB':_0x632a92(0xca,_0x1f55a5._0x3894e4,_0x1f55a5._0x2c130c,0x3f),'nQnux':function(_0x4e6c4d,_0x5c0003){return _0x4e6c4d!==_0x5c0003;},'hcIHu':'PXZbY','TKClh':function(_0x368d64,_0x314add){return _0x368d64-_0x314add;},'YdPDv':_0x632a92(0xf7,_0x1f55a5._0x576f1e,0x80,_0x1f55a5._0x29498f),'HjXgY':_0x389c9d(0x3a0,0x39b,0x36d,_0x1f55a5._0x3fc593),'BZSjv':_0x389c9d(_0x1f55a5._0x396eda,0x322,_0x1f55a5._0x886d50,0x2eb),'NaeMQ':function(_0x256e4a,_0xa5d464){return _0x256e4a===_0xa5d464;},'nXRLO':function(_0xddb2d6,_0x4fda3f){return _0xddb2d6===_0x4fda3f;},'XdHhO':_0x632a92(0x8c,0x31,0x16,-0x40),'crqTf':_0x389c9d(_0x1f55a5._0x263d83,_0x1f55a5._0x330bf8,_0x1f55a5._0x2dfe64,_0x1f55a5._0x254a88),'FKvAq':_0x632a92(0x183,_0x1f55a5._0x591bfa,_0x1f55a5._0x2d013e,0x123),'MvCJI':function(_0x210169,_0xa36817,_0x8b64f3){return _0x210169(_0xa36817,_0x8b64f3);},'HLTsX':_0x389c9d(0x2a6,0x253,0x2cc,_0x1f55a5._0x2678d9)+'wing\x20logs\x20'+_0x389c9d(0x2cc,_0x1f55a5._0x129e27,_0x1f55a5._0x1bb314,0x2c3)+_0x632a92(0x119,_0x1f55a5._0x4cfa85,0xb7,0x5f)+'\x0a','NhTFh':_0x632a92(0x82,_0x1f55a5._0x4707b8,_0x1f55a5._0x5aaa01,_0x1f55a5._0x3113cc),'tUceK':_0x632a92(_0x1f55a5._0x3b2a4f,_0x1f55a5._0x45a42b,_0x1f55a5._0x3b3131,_0x1f55a5._0x4a73dd),'sUhDp':_0x389c9d(0x2b6,0x2c3,0x396,0x33a),'PuKRL':_0x389c9d(_0x1f55a5._0x3951f5,0x321,0x2e9,_0x1f55a5._0xfa51aa)+_0x632a92(0x99,_0x1f55a5._0x4f404f,_0x1f55a5._0x193e2d,_0x1f55a5._0x4a6eee),'QWNii':_0x632a92(_0x1f55a5._0x2338d7,_0x1f55a5._0x5e1151,0xca,0xd3)+'\x20not\x20have\x20'+_0x389c9d(_0x1f55a5._0x3febb6,0x1f4,0x1f0,0x267)+'ed\x20yet\x20or\x20'+_0x389c9d(_0x1f55a5._0x30aabe,0x335,0x373,_0x1f55a5._0x49eb8e)+_0x632a92(_0x1f55a5._0x6583e7,_0x1f55a5._0x2acd91,0xae,0x3a)+_0x389c9d(0x389,_0x1f55a5._0xee884d,0x337,0x34a)};let _0x53aed2=![],_0x53ebf1=null;for(const _0x4d1ace of _0x4dfefc){if(_0x2fa077[_0x632a92(0xd6,0x8e,_0x1f55a5._0x364bec,_0x1f55a5._0x3b3550)](_0x4d1ace,_0x389c9d(0x2dc,0x293,_0x1f55a5._0x3a92bc,0x271))||_0x2fa077['nXRLO'](_0x4d1ace,'-f'))_0x2fa077['nXRLO'](_0x632a92(-0x6b,-_0x1f55a5._0x2b08be,_0x1f55a5._0x560fec,_0x1f55a5._0x511da0),_0x2fa077[_0x632a92(0xda,0x47,0x4d,_0x1f55a5._0x3b743e)])?_0x2fa077['OdlGu'](_0x48a9f0,_0x13a941):_0x53aed2=!![];else _0x4d1ace[_0x389c9d(_0x1f55a5._0x598bbf,_0x1f55a5._0x5d589f,_0x1f55a5._0x5aa9bb,0x2a2)](_0x2fa077[_0x389c9d(_0x1f55a5._0x22df5f,0x3e2,0x36c,_0x1f55a5._0x1778f4)])&&(_0x2fa077[_0x632a92(_0x1f55a5._0x280cb6,_0x1f55a5._0x55b33b,_0x1f55a5._0x4d6aa6,0x5c)](_0x389c9d(0x29b,_0x1f55a5._0x201a9e,0x300,_0x1f55a5._0x5159b5),_0x2fa077['FKvAq'])?_0x53ebf1=_0x2fa077[_0x389c9d(_0x1f55a5._0x2b295a,_0x1f55a5._0xe83b75,_0x1f55a5._0x2c6f50,0x293)](parseInt,_0x4d1ace[_0x389c9d(_0x1f55a5._0x59b2f6,_0x1f55a5._0x1fc0db,0x3af,_0x1f55a5._0x3dc967)](_0x389c9d(_0x1f55a5._0x331584,0x339,_0x1f55a5._0x47223f,_0x1f55a5._0x18170c)[_0x389c9d(0x2ce,0x322,0x3d3,0x343)]),0x41a+-0x1*0xfdd+-0x35*-0x39):_0x18068a[_0x632a92(_0x1f55a5._0x39c991,-0x11,_0x1f55a5._0x212c79,-_0x1f55a5._0x327c83)]('Error\x20read'+'ing\x20logs:\x20'+_0x4c5cc4[_0x632a92(_0x1f55a5._0x360b00,_0x1f55a5._0x4ba465,0x100,0x13b)]));}try{const _0x2f2992=await _0xa08cb0[_0x389c9d(_0x1f55a5._0x11afe3,_0x1f55a5._0x5674ee,_0x1f55a5._0xfecf97,_0x1f55a5._0x2282d1)](LOG_FILE,_0x2fa077[_0x632a92(0xc6,0xfe,0xb1,_0x1f55a5._0x270d03)]),_0x51ac03=_0x2f2992[_0x389c9d(0x296,0x2f5,_0x1f55a5._0x1d47df,0x276)]('\x0a');_0x53ebf1?console[_0x389c9d(0x2dd,_0x1f55a5._0x886d50,0x2a2,_0x1f55a5._0x282364)](_0x51ac03[_0x389c9d(0x2d2,_0x1f55a5._0x332c59,0x28c,_0x1f55a5._0x3ef770)](-_0x53ebf1)[_0x632a92(0xd0,0xc1,0x3a,0x19)]('\x0a')):console[_0x389c9d(_0x1f55a5._0x576565,_0x1f55a5._0x33fff9,0x3a4,0x339)](_0x2f2992);if(_0x53aed2){console[_0x632a92(_0x1f55a5._0x115fac,_0x1f55a5._0x3e41cf,_0x1f55a5._0x4c60df,0x112)](_0x2fa077[_0x389c9d(_0x1f55a5._0x376716,0x3de,0x361,_0x1f55a5._0x21bfc7)]);let _0x468365=(await _0xa08cb0['stat'](LOG_FILE))[_0x632a92(-_0x1f55a5._0x58a537,-0xa,_0x1f55a5._0x1b63be,0x72)];const _0x6ff90d=_0x2fa077[_0x632a92(-_0x1f55a5._0x848e60,_0x1f55a5._0x1c3d2d,0x3b,0x52)](setInterval,async()=>{const _0x26383a={_0x387e9b:0xa8},_0x2779d2={};_0x2779d2['XtGHO']=_0x2fa077['iQCpf'],_0x2779d2[_0x399eaa(-_0x1a3a41._0x20eda9,0x35,-_0x1a3a41._0x203c3a,-0x4a)]=_0x28c4be(-_0x1a3a41._0x3e35f7,-_0x1a3a41._0x581494,-_0x1a3a41._0x23900f,-0x116)+_0x28c4be(-_0x1a3a41._0x121c88,-_0x1a3a41._0xcfdede,-_0x1a3a41._0x57a95e,-0x235)+_0x399eaa(_0x1a3a41._0x244dbb,-_0x1a3a41._0x3999a5,_0x1a3a41._0x455f49,-_0x1a3a41._0x5d9dd3)+_0x399eaa(-_0x1a3a41._0x1a404c,-_0x1a3a41._0x2547d1,-0x3f,-0x3)+_0x399eaa(-_0x1a3a41._0x432c82,-0x44,-0x6f,-0xa4)+_0x28c4be(-0x25e,-0x19a,-0x26e,-0x209);function _0x28c4be(_0x91d2e,_0x3c3a28,_0x32de67,_0x2f8a06){return _0x632a92(_0x91d2e,_0x3c3a28-0x8f,_0x2f8a06- -0x24f,_0x2f8a06-_0x26383a._0x387e9b);}const _0xcd6d28=_0x2779d2;function _0x399eaa(_0x9474f9,_0x225ce2,_0x3cdbac,_0x2a6ce4){return _0x632a92(_0x2a6ce4,_0x225ce2-0xc1,_0x9474f9- -0xa2,_0x2a6ce4-0x164);}if(_0x2fa077[_0x399eaa(0xd,-_0x1a3a41._0x41fce7,_0x1a3a41._0x598a8f,0x22)]===_0x28c4be(-_0x1a3a41._0x4e853a,-_0x1a3a41._0x2f5c2c,-_0x1a3a41._0xae8a6e,-0x1fb))try{if(_0x2fa077[_0x28c4be(-_0x1a3a41._0x4a33b0,-_0x1a3a41._0x480139,-0x1db,-0x1b9)]('PXZbY',_0x2fa077[_0x28c4be(-_0x1a3a41._0xd41a7f,-0x1c6,-0x108,-0x131)]))_0x4d088d[_0x399eaa(0x3f,0x30,_0x1a3a41._0x6ba7ca,_0x1a3a41._0x5c6aa1)](_0x2fa077[_0x28c4be(-0x16c,-_0x1a3a41._0x1736dc,-_0x1a3a41._0x36ae3e,-_0x1a3a41._0x5e752c)]),_0x5c2f2b[_0x399eaa(_0x1a3a41._0x15e355,_0x1a3a41._0x4773f2,0x5f,-0x4)](_0x2fa077[_0x28c4be(-_0x1a3a41._0x480139,-0x197,-_0x1a3a41._0x23900f,-0x123)]);else{const _0x28eb0f=(await _0xa08cb0['stat'](LOG_FILE))['size'];if(_0x28eb0f>_0x468365){const _0x1f98cb=await _0xa08cb0[_0x28c4be(-_0x1a3a41._0x5dc27e,-0x1c1,-0x234,-_0x1a3a41._0x3180a2)](LOG_FILE,'r'),_0x5662dc=Buffer[_0x28c4be(-0xdf,-_0x1a3a41._0x33ff45,-_0x1a3a41._0x43e7e8,-_0x1a3a41._0x1a9fcc)](_0x2fa077[_0x28c4be(-_0x1a3a41._0x5a0d55,-0x1a1,-_0x1a3a41._0x12b10e,-0x161)](_0x28eb0f,_0x468365));await _0x1f98cb['read'](_0x5662dc,-0x19dc+0x2484+-0xaa8,_0x5662dc[_0x28c4be(-_0x1a3a41._0x53c309,-0xf3,-0xf1,-_0x1a3a41._0x21e9ce)],_0x468365),await _0x1f98cb[_0x28c4be(-_0x1a3a41._0x2abcfb,-_0x1a3a41._0x360b51,-_0x1a3a41._0x1dd7e3,-0x156)](),process['stdout'][_0x399eaa(-0x95,-_0x1a3a41._0x103f93,-_0x1a3a41._0xcb79ea,-_0x1a3a41._0xd114b0)](_0x5662dc[_0x399eaa(-_0x1a3a41._0x3e14e2,-_0x1a3a41._0x310af2,-_0x1a3a41._0x5d9dd3,-0x90)](_0x2fa077['YdPDv'])),_0x468365=_0x28eb0f;}}}catch(_0x196b9f){_0x2fa077[_0x399eaa(-0x77,-0x1c,-_0x1a3a41._0x447c12,-0xce)]!==_0x2fa077[_0x399eaa(_0x1a3a41._0x4fa331,0x81,_0x1a3a41._0x3b422e,_0x1a3a41._0x4b4283)]?_0x2fa077[_0x399eaa(-0x2,-_0x1a3a41._0x367e5f,0x24,0x2d)](clearInterval,_0x6ff90d):(_0x2fa077['OdlGu'](_0x2bd6c3,_0x5883f7),_0x4161c3[_0x28c4be(-0x15a,-0x1eb,-_0x1a3a41._0x1f9c15,-0x1ce)](0x1d83*-0x1+-0xd0e+0x1*0x2a91));}else _0x4b0a17[_0x399eaa(0x3f,_0x1a3a41._0xcb79ea,-_0x1a3a41._0x52d6e3,0xa8)](_0xcd6d28[_0x399eaa(_0x1a3a41._0x2d71dd,_0x1a3a41._0x5a35d7,0xb9,-0x23)]),_0x282947[_0x28c4be(-_0x1a3a41._0x50fa3c,-0x1e4,-_0x1a3a41._0x20c737,-0x16e)](_0xcd6d28['aNOup']);},0x1*-0x1279+-0x20a9+0x5e6*0x9);process['on'](_0x2fa077[_0x632a92(_0x1f55a5._0x2af22e,_0x1f55a5._0x1faab6,_0x1f55a5._0x535de6,_0x1f55a5._0x658d4e)],()=>{const _0xd5a4c8={_0x15b0c1:0x227},_0x2d2bd5={_0x1c88d0:0x9f,_0x32e53d:0x1d6};_0x2fa077[_0x1fcbf9(_0xda68f1._0x862fac,_0xda68f1._0x3cbdf7,_0xda68f1._0x32adbc,0x458)](clearInterval,_0x6ff90d);function _0x1fcbf9(_0x19d640,_0x4a51f3,_0x540cc0,_0x32e551){return _0x389c9d(_0x19d640-_0x2d2bd5._0x1c88d0,_0x4a51f3-_0x2d2bd5._0x32e53d,_0x540cc0,_0x19d640-0xdb);}function _0x300bba(_0x26a137,_0xccb02a,_0x15dedb,_0x1a696a){return _0x389c9d(_0x26a137-0x121,_0xccb02a-0x16d,_0xccb02a,_0x1a696a-_0xd5a4c8._0x15b0c1);}process[_0x1fcbf9(0x3b4,_0xda68f1._0x48da01,_0xda68f1._0x46d1c6,_0xda68f1._0x2876f0)](0x1a1+-0x153*-0x4+0x1*-0x6ed);});}}catch(_0x159bba){_0x2fa077['nXRLO'](_0x159bba[_0x632a92(_0x1f55a5._0x3cfbfe,0x61,_0x1f55a5._0x2c6917,0x6c)],_0x389c9d(0x299,_0x1f55a5._0x365bc3,_0x1f55a5._0x1cf98b,0x30c))?_0x2fa077[_0x389c9d(0x336,0x2f9,_0x1f55a5._0x3b83bd,_0x1f55a5._0x112d70)]!==_0x2fa077['sUhDp']?(console[_0x632a92(_0x1f55a5._0x32850a,0x85,0xe1,0x109)](_0x2fa077[_0x389c9d(_0x1f55a5._0x217906,_0x1f55a5._0x54d293,0x3a1,_0x1f55a5._0x2dddd3)]),console[_0x632a92(_0x1f55a5._0x3180d8,0xac,_0x1f55a5._0x4c60df,0x160)](_0x2fa077[_0x632a92(_0x1f55a5._0x5c3013,0x92,_0x1f55a5._0x563117,0xd8)])):(_0x101be8[_0x389c9d(_0x1f55a5._0x326c07,_0x1f55a5._0x321c4e,_0x1f55a5._0x52d795,_0x1f55a5._0x283731)]('\x20\x20Status:\x20'+'\x20\x20\x20\x20\x20⚠\x20Sta'+_0x632a92(0xb2,_0x1f55a5._0x44d8f2,0x73,0x4a)+'e\x20(server\x20'+_0x389c9d(_0x1f55a5._0x53af73,0x368,0x323,0x35f)+_0x389c9d(_0x1f55a5._0x8bce2e,_0x1f55a5._0x54e59a,_0x1f55a5._0x598bbf,0x2cf)),_0x59f6ea[_0x632a92(0x169,0x60,_0x1f55a5._0x4c60df,0x10f)]('\x20\x20Stale\x20PI'+_0x632a92(_0x1f55a5._0x3581af,0xfb,0x101,0x161)+_0x1822e3)):console[_0x632a92(0x41,_0x1f55a5._0x576f1e,_0x1f55a5._0x407f8c,0x67)]('Error\x20read'+_0x632a92(0xd5,-0x18,_0x1f55a5._0x2cdbe5,_0x1f55a5._0x459399)+_0x159bba[_0x389c9d(0x32b,0x3f0,0x38c,0x358)]);}}export async function restartServer(_0x51a8b0){const _0x1fbd31={_0x484a78:0x14,_0x2a7a01:0x51,_0x2697d4:0x95,_0x5a92c4:0x18,_0x9165d6:0x72,_0x1bc4eb:0x67,_0x3378f9:0xba,_0x3fa60e:0x85,_0x511f6f:0x39,_0x548583:0xd,_0x2d787e:0x1,_0x51b478:0x108,_0x5e6288:0x162,_0x104768:0xab,_0x103e1f:0x173,_0x545796:0x4,_0x21f120:0x38,_0x4fe8ac:0x92,_0x4aa146:0x38,_0x28d9ca:0x55,_0x44e857:0x15},_0x67ca5={_0x9f5653:0x66,_0x53de9e:0x1e7},_0x3a6b31={_0x3a9168:0xf8};function _0x139f33(_0x2c361c,_0xc3ddda,_0x5ccd60,_0x3c6110){return _0x739874(_0x2c361c-0x119,_0x2c361c- -0x4d0,_0x5ccd60-_0x3a6b31._0x3a9168,_0xc3ddda);}const _0x48dceb={'HbqDr':function(_0x1ff549){return _0x1ff549();},'MeNmF':_0x1306f7(-0x15,-0x48,-0x69,-0xf7),'YNwCp':_0x139f33(_0x1fbd31._0x484a78,-0x33,_0x1fbd31._0x2a7a01,_0x1fbd31._0x2697d4)+_0x139f33(_0x1fbd31._0x5a92c4,0x3f,0x1b,-0x7f),'lfaIx':function(_0x583eed){return _0x583eed();},'bkZCN':_0x1306f7(-_0x1fbd31._0x9165d6,-_0x1fbd31._0x1bc4eb,-_0x1fbd31._0x3378f9,-_0x1fbd31._0x3fa60e)+'erver...'},{running:_0x2888fd}=await _0x48dceb[_0x139f33(_0x1fbd31._0x511f6f,0x52,0x57,0x35)](isServerRunning);_0x2888fd&&(_0x48dceb['MeNmF']==='NyScP'?_0x5d19ad[_0x139f33(-0xa,-_0x1fbd31._0x548583,0x3c,_0x1fbd31._0x2d787e)](_0x1306f7(-_0x1fbd31._0x2697d4,-0x16f,-_0x1fbd31._0x51b478,-_0x1fbd31._0x5e6288)+'th:\x20\x20'+_0x2baa6d[_0x1306f7(-_0x1fbd31._0x104768,-_0x1fbd31._0x103e1f,-0xfe,-0x82)]):(console[_0x1306f7(-0x64,_0x1fbd31._0x545796,-_0x1fbd31._0x21f120,-0x61)](_0x48dceb['YNwCp']),await _0x48dceb['lfaIx'](stopServer),console[_0x139f33(-0xa,-0x87,-0x9f,0x50)]('')));function _0x1306f7(_0x34bf53,_0x239fa9,_0x12431f,_0x58f0ba){return _0x5920d7(_0x58f0ba,_0x12431f-_0x67ca5._0x9f5653,_0x12431f-_0x67ca5._0x53de9e,_0x58f0ba-0x135);}console[_0x1306f7(-_0x1fbd31._0x4fe8ac,-0x21,-_0x1fbd31._0x4aa146,-0x61)](_0x48dceb[_0x1306f7(-_0x1fbd31._0x9165d6,-_0x1fbd31._0x28d9ca,_0x1fbd31._0x44e857,0x2a)]),await startDaemon(_0x51a8b0);}
|
|
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 _0x4033(_0x5121ea,_0x1f38a3){_0x5121ea=_0x5121ea-(0x1e39+-0x1*0x17ea+-0x469);const _0x975e2d=_0xad55();let _0x93db0b=_0x975e2d[_0x5121ea];if(_0x4033['QjQZuu']===undefined){var _0x1be621=function(_0x23baac){const _0xfcba4e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2e6641='',_0xd9cf02='';for(let _0x519268=0x9ed*0x1+0x114c+0x17*-0x12f,_0x983349,_0x108855,_0x3e5c7b=0x2b*-0xb1+-0x6f*-0x25+-0x92*-0x18;_0x108855=_0x23baac['charAt'](_0x3e5c7b++);~_0x108855&&(_0x983349=_0x519268%(-0x269b*0x1+-0x4ef+0x2b8e)?_0x983349*(0x2189+-0xafe+-0x164b)+_0x108855:_0x108855,_0x519268++%(-0xec+-0x17*0x18e+0x53e*0x7))?_0x2e6641+=String['fromCharCode'](-0xe72+0x1b9c+0x26f*-0x5&_0x983349>>(-(0x1*-0x4ee+0x2*0xe0a+0x2*-0xb92)*_0x519268&0xf*-0x157+-0x1*0x66b+0x56*0x4f)):-0x441*-0x9+0x8bd+-0x2f06){_0x108855=_0xfcba4e['indexOf'](_0x108855);}for(let _0xa81230=-0x190a+-0xafd*-0x3+0x1*-0x7ed,_0x473863=_0x2e6641['length'];_0xa81230<_0x473863;_0xa81230++){_0xd9cf02+='%'+('00'+_0x2e6641['charCodeAt'](_0xa81230)['toString'](-0x3*-0x2d1+0x3*-0x956+-0x1*-0x139f))['slice'](-(-0x187e+0x21f8+-0x978));}return decodeURIComponent(_0xd9cf02);};_0x4033['PDPqpZ']=_0x1be621,_0x4033['QoSrLR']={},_0x4033['QjQZuu']=!![];}const _0x4ef20a=_0x975e2d[0x2095*0x1+0x361*0x3+0x2*-0x155c],_0x377acf=_0x5121ea+_0x4ef20a,_0x573a82=_0x4033['QoSrLR'][_0x377acf];return!_0x573a82?(_0x93db0b=_0x4033['PDPqpZ'](_0x93db0b),_0x4033['QoSrLR'][_0x377acf]=_0x93db0b):_0x93db0b=_0x573a82,_0x93db0b;}function _0xad55(){const _0x3e1082=['Bg9N','ls1WyxnZD29Yza','igjLigf0igXLyq','vxnLCM5HBwu6ia','CgfZC3DVCMq','B3v0Chv0','BgvUz3rO','y3jLyxrLsw50zq','qwP2C3q','qK9AvKu','BwvZC2fNzq','B2fTuu0','rxjYB3i6ifbHCW','AhHSyxu','zxHPDa','y3HxEMO','q29UzMLYBsbqyq','BM90ig1HDgnO','mtaWmZyXmMX5rhzTwa','zxjYB3i','ndm4ndi3q1vMrenm','sMjXr2m','EsbMB3iGDxnLCG','nZq3nJqWog1LEvD1ra','ntjtwxLlrxa','DwnJzxnZzNvSBa','y2XVC2u','tNHruge','mtjhv09hthG','Ag5eyMq','AuzRyLq','BgvKihrVihnLDa','mtm3mJKWsfrqEMHI','C3qGocbJAgfYyq','C3rHCNrZv2L0Aa','C3rKAw4','vhzZsuW','tMv3ifbHC3n3BW','Aw5WDxq','CMq6ia','r2TyBKW','DgvYBwLUywW','iIbUB3qGzM91BG','BhrVDu8','AuvJuLu','v1PlBgK','EvviDxq','AMneC3e','ls11C2vYBMfTzq','vhriueu','C3rKB3v0','nJa5otq5off0te5QBq','u1HcCwK','CIaI','rxjYB3i6ifvZzq','oefQAhzxBq','ihbHC3n3B3jKia','DxL5vgG','rw92CKy','rxjYB3i6iezHAq','Cwjwtg8','A0ncDNC','s0jlse8','CM5HBwuGAxmGCG','ihvWzgf0zwqGCW','CxvLC3rPB24','mJC5mtaWnw5yyu1AsG','C3n3B3jKoIa','CMzHy2u','thvjDg4','zgfHtha','rMfPBgvKihrVia','ndmXmdyYDujgs29b','mZCWzeThs21m','D3jPDgu','wgTOD2e','vhH6C1e','C2v0ihbHC3n3BW','C3bSAxq','DxnLCM5HBwu','ufnizKu'];_0xad55=function(){return _0x3e1082;};return _0xad55();}(function(_0x3c0fbb,_0x3332e5){const _0x4b0830={_0x1aad46:0x1b0,_0x55bc5a:0x1bf,_0x166643:0x17d,_0x2f8f2d:0x1ba,_0x1b183d:0x199,_0x40b0ac:0x1a7,_0xc68493:0x191,_0x3088ff:0x172,_0x4a70fb:0x195,_0x1992ce:0x1d1,_0x4f7ead:0x1d1,_0x336f1f:0x180,_0x35f7c6:0x1a1,_0xb25f6d:0x18b,_0x5c08ac:0x1dc,_0x18f7ca:0x1b0,_0x424fb5:0x196},_0x34ed67={_0x19b8ba:0x50},_0x261caa={_0x2afe7a:0x39f};function _0x5265ea(_0x3ef0c7,_0x3318b5,_0x38994f,_0x2e8230){return _0x4033(_0x3ef0c7- -_0x261caa._0x2afe7a,_0x2e8230);}function _0x5c2af1(_0x1cd417,_0x385970,_0x51e4b4,_0x3760eb){return _0x4033(_0x385970- -_0x34ed67._0x19b8ba,_0x3760eb);}const _0x4761d0=_0x3c0fbb();while(!![]){try{const _0x437814=-parseInt(_0x5c2af1(0x19e,_0x4b0830._0x1aad46,_0x4b0830._0x55bc5a,0x1b0))/(0x388*-0x6+-0x1ab3+0x2fe4)+parseInt(_0x5265ea(-0x169,-0x185,-0x184,-_0x4b0830._0x166643))/(-0x9ac+-0x264e+0x2ffc)*(parseInt(_0x5c2af1(0x1a8,_0x4b0830._0x2f8f2d,0x1c5,0x1ac))/(-0x1*0x1567+-0xc4*0xb+0x1dd6))+parseInt(_0x5265ea(-_0x4b0830._0x1b183d,-_0x4b0830._0x40b0ac,-0x1b8,-0x1b8))/(0x1*0x22d8+-0x3*-0x355+-0x2cd3)*(-parseInt(_0x5265ea(-_0x4b0830._0xc68493,-0x169,-_0x4b0830._0x3088ff,-0x175))/(-0x2671+0x185a+0x204*0x7))+-parseInt(_0x5c2af1(_0x4b0830._0x4a70fb,0x1b5,_0x4b0830._0x1992ce,0x1c5))/(-0x1d2b+0x1c*0x122+-0x287)+parseInt(_0x5c2af1(0x1be,0x1e0,0x1d1,_0x4b0830._0x4f7ead))/(-0x193f+0x3*-0xc91+-0x157*-0x2f)*(parseInt(_0x5265ea(-0x17a,-_0x4b0830._0x336f1f,-_0x4b0830._0x35f7c6,-_0x4b0830._0xb25f6d))/(-0x151*0x1+-0x2082+0x6b*0x51))+parseInt(_0x5c2af1(0x1f1,0x1d1,_0x4b0830._0x5c08ac,_0x4b0830._0x18f7ca))/(-0x3d*0xd+-0x9*0x1+0x1*0x32b)+-parseInt(_0x5c2af1(_0x4b0830._0x424fb5,0x196,0x19c,0x1b5))/(-0x20b8+0xcf6+0x2*0x9e6)*(-parseInt(_0x5265ea(-0x19d,-0x19f,-0x19d,-0x175))/(-0x425+-0x17c1+0x1bf1*0x1));if(_0x437814===_0x3332e5)break;else _0x4761d0['push'](_0x4761d0['shift']());}catch(_0x5281aa){_0x4761d0['push'](_0x4761d0['shift']());}}}(_0xad55,-0xd660e+-0x22de6+0x1be2e0));import _0x5e95cb from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x2c1e8d,_0x15ea0c=![]){const _0x22f173={_0x3003a4:0x2f7,_0x26c78a:0x2e2,_0x5c52ec:0x329,_0x13d8e3:0x31b,_0x2af99c:0x2d0,_0x5d80c7:0xef,_0x21e659:0xda,_0x536454:0xd7,_0x4780c5:0x2db,_0x1a4d83:0x2f3},_0x28dee1={_0x3b5acb:0x371,_0x5d4ec3:0x38b,_0x425fdd:0x354,_0x5d2c66:0x361,_0xb6bbb5:0x355,_0x53367c:0x382,_0x498192:0x89,_0x97a906:0xa3,_0x1b97ca:0x389,_0x4595b4:0x366,_0x465d25:0x68,_0x52ea4f:0x82,_0x586371:0x396,_0x3df5d6:0x38d,_0x19d02b:0x370,_0x4d689d:0x99,_0x430be4:0x3a6,_0x1aded6:0x39c,_0x52ccbd:0x67,_0x392fca:0x76,_0x386c4a:0xd5,_0x933e24:0xbd,_0x52661b:0xbe,_0x41b5a8:0x3b9,_0x377eba:0x390,_0x39e5c4:0x39e,_0x6215e6:0x397,_0x18e0e3:0x36a,_0xfa2574:0xa6,_0x3d4ec4:0xd9,_0x2387cb:0xb7,_0x10a11d:0xa2,_0x3e847d:0x8d,_0x45f0a8:0x7a,_0xd4e25d:0xc8,_0x3a9f6d:0xb8,_0x39b75b:0xaf,_0x3c43f4:0x7f,_0x49d96d:0x74,_0x3a48fd:0x7b,_0x514c04:0x363,_0x5dd7f4:0x35a,_0x37c408:0x33c,_0x3f1206:0x350,_0x52ea35:0x9c,_0x2bc247:0xb5,_0x59f176:0x374,_0xfb312:0x35c,_0x2ed38f:0x35a,_0x31ee2b:0x363,_0x31202a:0x389,_0x37bea1:0x341,_0x39814a:0x350,_0x2e4562:0x79,_0x540fae:0x82,_0x55f1a4:0xb8,_0x5e3c37:0xaf,_0x224c9d:0x9d,_0x385a22:0xc1,_0x57a7e9:0x3a7,_0x533ae3:0x3c0,_0x278758:0x395},_0x5f4871={_0x3f1f81:0x48c,_0x2d7817:0x49c,_0x461542:0x40f,_0x37626a:0x3ef,_0x1fa09c:0x48b,_0x4ccace:0x476,_0x4b9e86:0x46c,_0x5bfb14:0x480,_0x2a05c9:0x3ce,_0x5181d7:0x3e9,_0x57ed3a:0x428,_0x16b7e5:0x43f,_0x243101:0x416,_0x571546:0x46b,_0xa36bf4:0x46e,_0x30d904:0x4a6,_0x2fc669:0x3c0,_0x4eca16:0x496,_0x4bb12f:0x436,_0x3d8cb0:0x461},_0x415202={_0x4e1f2e:0x104,_0x435c39:0xfa,_0x549f0b:0xe6},_0x30ca40={_0x5ddf82:0xe5};function _0x3360bf(_0x55902d,_0x224677,_0x280910,_0x41f41e){return _0x4033(_0x41f41e- -0x2fe,_0x55902d);}const _0x3b7854={'iFkbT':function(_0x3abaa1){return _0x3abaa1();},'GkXnL':function(_0x3eea75,_0x96596){return _0x3eea75(_0x96596);},'ltouO':_0x386f4d(_0x22f173._0x3003a4,0x304,_0x22f173._0x26c78a,0x2f5),'TtHPE':_0x386f4d(0x303,_0x22f173._0x5c52ec,0x313,_0x22f173._0x13d8e3)+'=','NxQPa':_0x386f4d(0x2d4,_0x22f173._0x2af99c,0x2cd,0x2d7)+'=','oamQM':_0x3360bf(-0xbf,-_0x22f173._0x5d80c7,-_0x22f173._0x21e659,-_0x22f173._0x536454),'xNmAs':function(_0x5c26e8,_0x20d61f){return _0x5c26e8!==_0x20d61f;},'EovrF':_0x386f4d(_0x22f173._0x4780c5,0x2fb,0x2e2,_0x22f173._0x1a4d83)};function _0x386f4d(_0x1dcd18,_0x52fe70,_0x3e6e2d,_0x1a2d8d){return _0x4033(_0x1dcd18-_0x30ca40._0x5ddf82,_0x52fe70);}return new Promise(_0x26d82a=>{const _0x21d9eb={_0x5285a5:0x2bf,_0x497a35:0x2d6},_0x41edc7={_0x510488:0x35},_0x4bc801={_0x5af4d2:0x2f1,_0x34d771:0x2eb,_0x24084a:0x2e5},_0x2d8d25={_0x415ccf:0xf7,_0x2a3a45:0x164,_0x4e996a:0x15d},_0x252f61={_0x57e2c4:0x118,_0x394c6c:0x1da},_0x312f47={_0x534320:0x121,_0x45c49d:0x177},_0x72fb3a={_0x52cf0b:0x1b7,_0x3a81f3:0xaf,_0x187ff1:0x18d};function _0x4be4b5(_0x4af704,_0x5497ac,_0x3fdb0a,_0x150a3e){return _0x3360bf(_0x3fdb0a,_0x5497ac-_0x72fb3a._0x52cf0b,_0x3fdb0a-_0x72fb3a._0x3a81f3,_0x150a3e-_0x72fb3a._0x187ff1);}function _0x4f9087(_0x275b93,_0x1b49dc,_0x3a72a4,_0x299911){return _0x3360bf(_0x1b49dc,_0x1b49dc-_0x312f47._0x534320,_0x3a72a4-_0x312f47._0x45c49d,_0x275b93-0x476);}if(_0x15ea0c){if(_0x3b7854[_0x4f9087(_0x28dee1._0x3b5acb,_0x28dee1._0x5d4ec3,_0x28dee1._0x425fdd,0x357)]!==_0x4f9087(_0x28dee1._0x5d2c66,_0x28dee1._0xb6bbb5,0x338,_0x28dee1._0x53367c)){const _0x152677=new Writable({'write':(_0x125a8d,_0x2384bd,_0x3d2b88)=>{function _0x74382e(_0x4777b8,_0x413625,_0x4200de,_0x54de06){return _0x4f9087(_0x4200de- -0x28a,_0x413625,_0x4200de-_0x252f61._0x57e2c4,_0x54de06-_0x252f61._0x394c6c);}_0x3b7854[_0x74382e(_0x415202._0x4e1f2e,0xd7,_0x415202._0x435c39,_0x415202._0x549f0b)](_0x3d2b88);}}),_0x5cee75={};_0x5cee75[_0x4be4b5(0x97,_0x28dee1._0x498192,0x82,_0x28dee1._0x97a906)]=process[_0x4f9087(_0x28dee1._0x1b97ca,0x38a,_0x28dee1._0x4595b4,0x39e)],_0x5cee75[_0x4be4b5(_0x28dee1._0x465d25,0x64,0xab,_0x28dee1._0x52ea4f)]=_0x152677,_0x5cee75[_0x4f9087(0x38f,0x376,0x397,_0x28dee1._0x586371)]=!![];const _0x398562=_0x5e95cb[_0x4f9087(0x36d,_0x28dee1._0x1b97ca,_0x28dee1._0x3df5d6,_0x28dee1._0x19d02b)+_0x4be4b5(_0x28dee1._0x4d689d,0xe0,0xb1,0xc1)](_0x5cee75);process[_0x4f9087(0x398,_0x28dee1._0x430be4,_0x28dee1._0x1aded6,0x3be)][_0x4be4b5(0x75,0x71,_0x28dee1._0x52ccbd,_0x28dee1._0x392fca)](_0x2c1e8d),_0x398562[_0x4be4b5(_0x28dee1._0x386c4a,0xe4,_0x28dee1._0x933e24,_0x28dee1._0x52661b)]('',_0x3b5597=>{const _0x4b68f6={_0x2c7598:0x398,_0x91f212:0x394,_0x4e36d7:0x397,_0x51e3e1:0x3b9},_0x818692={_0x45c751:0x42a},_0x4dd384={_0x56ba29:0x19};function _0x4ee457(_0x427f57,_0x32b508,_0xe0e438,_0x32d6bc){return _0x4f9087(_0x32d6bc-_0x2d8d25._0x415ccf,_0x427f57,_0xe0e438-_0x2d8d25._0x2a3a45,_0x32d6bc-_0x2d8d25._0x4e996a);}function _0x42879e(_0x15c606,_0xdb8169,_0x4087b0,_0x1283f3){return _0x4f9087(_0x15c606-0x7e,_0x1283f3,_0x4087b0-0xbf,_0x1283f3-0x160);}const _0x306db7={'jcDsq':function(_0x534a66){const _0x5654d1={_0x40f5ee:0xd9};function _0x560cbb(_0x2c535e,_0x206b2c,_0x3494da,_0x2003c5){return _0x4033(_0x2003c5-_0x5654d1._0x40f5ee,_0x3494da);}return _0x3b7854[_0x560cbb(0x2e6,_0x4bc801._0x5af4d2,_0x4bc801._0x34d771,_0x4bc801._0x24084a)](_0x534a66);},'iEcRU':function(_0xdb9f0e,_0x4ad3a7){const _0x2c000a={_0x3253a4:0x1fd};function _0x409e59(_0x352e30,_0x3707ec,_0x522404,_0x25fac8){return _0x4033(_0x25fac8- -_0x2c000a._0x3253a4,_0x352e30);}return _0x3b7854[_0x409e59(0x2,0x42,0x39,_0x4dd384._0x56ba29)](_0xdb9f0e,_0x4ad3a7);}};if(_0x3b7854[_0x4ee457(_0x5f4871._0x3f1f81,_0x5f4871._0x2d7817,0x47e,0x488)]!==_0x3b7854[_0x42879e(_0x5f4871._0x461542,0x3ff,_0x5f4871._0x37626a,0x414)]){const _0xc85c36={_0x1cc88d:0xa3,_0x1594d4:0xf1},_0x39fe27=new _0x49faac({'write':(_0x53e7c1,_0x24e901,_0x521328)=>{const _0x33b49d={_0x28de4d:0x9};function _0xa69b4(_0x228f2a,_0x64d8d8,_0x13b014,_0x46e154){return _0x4ee457(_0x13b014,_0x64d8d8-_0x33b49d._0x28de4d,_0x13b014-0x109,_0x228f2a- -0x67);}_0x306db7[_0xa69b4(0x425,0x41e,0x43c,_0x818692._0x45c751)](_0x521328);}}),_0x25adef={};_0x25adef[_0x4ee457(0x484,_0x5f4871._0x1fa09c,_0x5f4871._0x4ccace,0x483)]=_0x3cf37a[_0x4ee457(0x47e,0x49b,_0x5f4871._0x4b9e86,_0x5f4871._0x5bfb14)],_0x25adef[_0x42879e(0x3e9,_0x5f4871._0x2a05c9,0x3e2,_0x5f4871._0x5181d7)]=_0x39fe27,_0x25adef[_0x4ee457(0x461,0x47e,0x464,0x486)]=!![];const _0x6e2aae=_0x1019dd[_0x42879e(0x3eb,0x3fb,0x3d9,0x410)+_0x42879e(_0x5f4871._0x57ed3a,_0x5f4871._0x16b7e5,0x425,_0x5f4871._0x243101)](_0x25adef);_0x13bd11[_0x4ee457(_0x5f4871._0x571546,_0x5f4871._0xa36bf4,_0x5f4871._0x30d904,0x48f)][_0x42879e(0x3dd,0x3c0,_0x5f4871._0x2fc669,0x3df)](_0x9232e),_0x6e2aae['question']('',_0x45aa38=>{_0x6e2aae['close']();function _0x1052bb(_0x245e5f,_0x28f7fa,_0x19742e,_0x5ac31d){return _0x4ee457(_0x5ac31d,_0x28f7fa-_0xc85c36._0x1cc88d,_0x19742e-0x8f,_0x245e5f- -_0xc85c36._0x1594d4);}_0xed7374['log'](''),_0x306db7[_0x1052bb(_0x4b68f6._0x2c7598,_0x4b68f6._0x91f212,_0x4b68f6._0x4e36d7,_0x4b68f6._0x51e3e1)](_0x5dc0d1,_0x45aa38);});}else _0x398562[_0x4ee457(0x46b,0x46e,_0x5f4871._0x4eca16,0x477)](),console[_0x4ee457(_0x5f4871._0x4bb12f,_0x5f4871._0x3d8cb0,0x45b,0x45d)](''),_0x26d82a(_0x3b5597);});}else _0x2e6641['error'](_0x4f9087(0x39c,0x398,0x39b,_0x28dee1._0x41b5a8)+'r\x20\x22'+_0xd9cf02['username']+(_0x4f9087(_0x28dee1._0x377eba,_0x28dee1._0x39e5c4,0x391,0x37f)+'d.')),_0x519268[_0x4f9087(0x374,0x36e,_0x28dee1._0x6215e6,0x377)](0x253e+-0x9*-0x235+-0x391a);}else{if(_0x3b7854['xNmAs'](_0x4f9087(0x36e,0x34c,0x368,_0x28dee1._0x18e0e3),_0x3b7854[_0x4be4b5(0xd9,_0x28dee1._0xfa2574,_0x28dee1._0x3d4ec4,_0x28dee1._0x2387cb)])){if(_0x52ad7e[_0x4be4b5(_0x28dee1._0x10a11d,_0x28dee1._0x3e847d,_0x28dee1._0x45f0a8,0x9f)](_0x3b7854[_0x4be4b5(_0x28dee1._0xd4e25d,_0x28dee1._0x3a9f6d,_0x28dee1._0x39b75b,0xae)]))_0x4493d9[_0x4be4b5(0xa0,_0x28dee1._0x3c43f4,_0x28dee1._0x49d96d,_0x28dee1._0x3a48fd)]=_0x35b24e[_0x4f9087(_0x28dee1._0x514c04,_0x28dee1._0x5dd7f4,_0x28dee1._0x37c408,_0x28dee1._0x3f1206)]('=')[-0x173d+-0x185d+-0x1*-0x2f9b];else _0xd81b59['startsWith'](_0x3b7854[_0x4be4b5(_0x28dee1._0x52ea35,0xab,_0x28dee1._0x2bc247,0x98)])&&(_0x5383fd[_0x4f9087(0x36a,_0x28dee1._0x59f176,_0x28dee1._0xfb312,_0x28dee1._0x2ed38f)]=_0x2873e8[_0x4f9087(_0x28dee1._0x31ee2b,_0x28dee1._0x31202a,_0x28dee1._0x37bea1,_0x28dee1._0x39814a)]('=')[-0xc1*0x1+-0x255b+0x261d]);}else{const _0x204a5a={};_0x204a5a['input']=process['stdin'],_0x204a5a[_0x4be4b5(0xa7,_0x28dee1._0x2e4562,_0x28dee1._0x10a11d,_0x28dee1._0x540fae)]=process[_0x4be4b5(_0x28dee1._0x55f1a4,_0x28dee1._0x97a906,0xa2,_0x28dee1._0x5e3c37)];const _0x585246=_0x5e95cb['createInte'+_0x4be4b5(0xe4,_0x28dee1._0x224c9d,0xca,_0x28dee1._0x385a22)](_0x204a5a);_0x585246[_0x4f9087(_0x28dee1._0x57a7e9,_0x28dee1._0x533ae3,0x380,_0x28dee1._0x278758)](_0x2c1e8d,_0x49327f=>{function _0x300d36(_0x4705e8,_0x381da5,_0x341712,_0x179733){return _0x4f9087(_0x341712- -0xcb,_0x381da5,_0x341712-_0x41edc7._0x510488,_0x179733-0x6c);}_0x585246[_0x300d36(_0x21d9eb._0x5285a5,_0x21d9eb._0x497a35,0x2b5,0x2c1)](),_0x26d82a(_0x49327f);});}}});}function parseArgs(_0xed2a4b){const _0x237850={_0x2d4bd3:0x380,_0x20e08d:0x37f,_0x715e20:0x348,_0x5e1e06:0x333,_0x2d5f44:0x331,_0x4ae471:0x34b,_0x57f09f:0x352,_0x2287c5:0x36e,_0x5bb7cc:0x363,_0x15e464:0x47a,_0xf52b5f:0x473,_0xdcb44f:0x453,_0x5e8096:0x465,_0x134777:0x385,_0x58a4d7:0x357,_0x55a2e3:0x42f,_0x47ef34:0x42d,_0x2731fb:0x433,_0x4410f7:0x420,_0x7d963b:0x34e,_0xdc663a:0x33d,_0x3527bb:0x35e,_0x1c83b8:0x33a,_0x518e4d:0x453,_0x402dac:0x42b,_0x39a171:0x34e,_0x28878f:0x342,_0x497a2f:0x33e,_0x5ae706:0x351,_0x525601:0x404},_0x4ddb89={_0x13b28b:0x232};function _0x22db83(_0x1ea72f,_0x794c4a,_0x33c233,_0x51d260){return _0x4033(_0x51d260-_0x4ddb89._0x13b28b,_0x1ea72f);}const _0xdc9097={'BOZVE':function(_0x526680,_0x39bf71){return _0x526680(_0x39bf71);},'KBKHO':function(_0x411988,_0x109fa4){return _0x411988!==_0x109fa4;},'LuItn':'toDkh','cxWzj':_0x2b8136(0x375,_0x237850._0x2d4bd3,0x393,_0x237850._0x20e08d)+'=','hnDbd':_0x2b8136(0x346,0x327,_0x237850._0x715e20,_0x237850._0x5e1e06)+'='};function _0x2b8136(_0x37791d,_0x37cfc8,_0x8c6964,_0x3833d3){return _0x4033(_0x37791d-0x157,_0x37cfc8);}const _0x4a6f41={};_0x4a6f41[_0x2b8136(0x343,_0x237850._0x2d5f44,_0x237850._0x4ae471,_0x237850._0x57f09f)]=null,_0x4a6f41[_0x2b8136(0x349,0x322,_0x237850._0x2287c5,_0x237850._0x5bb7cc)]=null;const _0x22944b=_0x4a6f41;for(const _0x14109a of _0xed2a4b){if(_0xdc9097[_0x22db83(_0x237850._0x15e464,_0x237850._0xf52b5f,0x442,0x45e)](_0xdc9097[_0x22db83(0x444,_0x237850._0xdcb44f,0x482,_0x237850._0x5e8096)],_0xdc9097['LuItn']))_0x57fa80[_0x2b8136(0x35f,0x36b,_0x237850._0x134777,_0x237850._0x58a4d7)](),_0x1e0e8e[_0x22db83(_0x237850._0x55a2e3,_0x237850._0x47ef34,_0x237850._0x2731fb,_0x237850._0x4410f7)](''),_0xdc9097[_0x2b8136(_0x237850._0x7d963b,_0x237850._0xdc663a,_0x237850._0x3527bb,_0x237850._0x1c83b8)](_0x516285,_0xa70cf5);else{if(_0x14109a['startsWith'](_0xdc9097[_0x22db83(0x447,_0x237850._0x518e4d,_0x237850._0x402dac,_0x237850._0x55a2e3)]))_0x22944b[_0x2b8136(0x343,0x356,_0x237850._0x39a171,0x323)]=_0x14109a[_0x2b8136(_0x237850._0x28878f,0x31d,_0x237850._0x497a2f,_0x237850._0x5ae706)]('=')[-0x257*-0xd+-0xb7e+0x2b4*-0x7];else _0x14109a['startsWith'](_0xdc9097[_0x2b8136(0x362,0x35e,0x359,0x341)])&&(_0x22944b[_0x22db83(0x444,0x44a,_0x237850._0x525601,0x424)]=_0x14109a['split']('=')[-0x551+0x1*-0x51a+0xa6c]);}}return _0x22944b;}export async function setPasswordCommand(_0x41ba8c){const _0x25ca6c={_0x2b8e65:0x3bd,_0x500b9:0x398,_0x309c7d:0x3db,_0x1d58b8:0x407,_0x28395d:0x3e1,_0x417c52:0x400,_0x2896e3:0x3e6,_0x4e4ee0:0x3e7,_0x36c43e:0x5a3,_0x4c0e64:0x5c3,_0xfa9600:0x5ab,_0x53561f:0x5cc,_0x42eec5:0x5bf,_0x5b9d78:0x5c9,_0x33695f:0x5a4,_0x8797a0:0x58c,_0x2f3d8f:0x5ae,_0x70deed:0x3e4,_0x149d5d:0x3ab,_0x334308:0x3b6,_0x57df6e:0x5b7,_0x3bcb92:0x5a1,_0x34c289:0x3dd,_0x543784:0x3d2,_0x4a303b:0x3ad,_0x56a796:0x3cf,_0x3ba04f:0x3df,_0x56d9fa:0x3c3,_0x5bd026:0x3b8,_0x28d382:0x399,_0x10dab1:0x3a0,_0x5e4ffc:0x3c5,_0x507b2f:0x3be,_0x916c41:0x3dc,_0x4af611:0x3b6,_0x1bc39a:0x3fd,_0x226a36:0x586,_0x25526c:0x57b,_0xb5fd6:0x417,_0x2bb8c7:0x3f6,_0x23b81e:0x3ce,_0x398c6e:0x5d2,_0x1f15d7:0x5ae,_0x12065e:0x572,_0x23c720:0x584,_0x188647:0x5a5,_0x5dfbad:0x5b7,_0x410558:0x59e,_0x2e6458:0x3d6,_0x30a2fc:0x573,_0x2461ee:0x3f7,_0x2462f8:0x419,_0xbeeadd:0x3bc,_0x3c1343:0x3d3,_0x216b9c:0x402,_0x58b0af:0x3ee,_0x1a5758:0x592,_0x45feef:0x584,_0x3c1179:0x3c7,_0x53cd68:0x3cd,_0x315e38:0x3cb,_0x137578:0x586,_0x5c1630:0x58d,_0x2d7150:0x566,_0x723a2d:0x56d,_0x5e13e4:0x58e,_0x1f7b4c:0x57a,_0x206e74:0x58f,_0x111c19:0x3cd,_0x1c9505:0x591,_0x227880:0x5b6,_0x41b8d5:0x5b5,_0x4aeab5:0x5ac,_0x412385:0x3ef,_0x54bfaa:0x399,_0xed1dea:0x593,_0x43741d:0x5aa,_0x3c1380:0x5be,_0x179deb:0x3be,_0x809c30:0x3ba,_0x54326f:0x5bd,_0x340c83:0x5c0,_0x357e6f:0x3b2,_0x5755b6:0x3de,_0x57af41:0x58f,_0x1c634a:0x5ba,_0x12dfa9:0x58c,_0x3d2a76:0x3f5,_0x1641e5:0x3e9,_0x5a55a1:0x3e2,_0x21d197:0x3b4,_0x48f7d7:0x3d9,_0xfed3aa:0x3b9,_0x587a8d:0x5d5,_0x467c21:0x5b8,_0x5bc03d:0x3a6,_0xa36340:0x58c},_0x8ae70f={_0x42c312:0x392},_0x5695a5={'WZKli':function(_0x291bd3,_0x5acb90){return _0x291bd3!==_0x5acb90;},'PSHfE':function(_0x4a1535,_0x169de7){return _0x4a1535(_0x169de7);},'kQRyM':_0x34b3ee(0x39e,_0x25ca6c._0x2b8e65,_0x25ca6c._0x500b9,0x3d8),'daaLp':function(_0x76aace,_0x37d959,_0x407f8b){return _0x76aace(_0x37d959,_0x407f8b);},'Xkhwa':_0x34b3ee(0x3ef,0x3df,_0x25ca6c._0x309c7d,0x3c1)+_0x34b3ee(_0x25ca6c._0x1d58b8,_0x25ca6c._0x28395d,_0x25ca6c._0x417c52,_0x25ca6c._0x2896e3),'qbVLo':_0x34b3ee(0x3af,0x3ca,_0x25ca6c._0x4e4ee0,_0x25ca6c._0x309c7d)+_0x9aab53(_0x25ca6c._0x36c43e,_0x25ca6c._0x4c0e64,0x5db,_0x25ca6c._0xfa9600),'yUHut':function(_0x53d969,_0x263c5f){return _0x53d969!==_0x263c5f;},'ZMWkY':function(_0x2871cb,_0x268b6f){return _0x2871cb===_0x268b6f;},'kCBvw':'Error:\x20Use'+_0x9aab53(_0x25ca6c._0x53561f,_0x25ca6c._0x42eec5,0x5e3,_0x25ca6c._0x5b9d78)+'equired','SXBqi':function(_0x54c4b9,_0x330307){return _0x54c4b9<_0x330307;},'hxlau':_0x9aab53(_0x25ca6c._0x33695f,_0x25ca6c._0x8797a0,_0x25ca6c._0x2f3d8f,0x5a3)+'sword\x20must'+_0x34b3ee(_0x25ca6c._0x70deed,0x3bc,_0x25ca6c._0x149d5d,_0x25ca6c._0x334308)+_0x9aab53(_0x25ca6c._0x57df6e,_0x25ca6c._0x3bcb92,0x59e,0x59a)+'cters','mplAR':function(_0x577836,_0x287205){return _0x577836(_0x287205);},'czzpC':function(_0x13f757,_0x270db8,_0x5e6220){return _0x13f757(_0x270db8,_0x5e6220);}};function _0x34b3ee(_0x4625f6,_0x1e2a60,_0x5676,_0x1a6ae6){return _0x4033(_0x1e2a60-0x1cc,_0x5676);}const _0x1bdefb=parseArgs(_0x41ba8c);function _0x9aab53(_0x426ded,_0x31f230,_0x22289e,_0x3c3f69){return _0x4033(_0x31f230-_0x8ae70f._0x42c312,_0x3c3f69);}!_0x1bdefb[_0x34b3ee(0x3ab,0x3b8,0x3e1,0x3aa)]&&(_0x5695a5[_0x34b3ee(0x3e4,_0x25ca6c._0x4e4ee0,_0x25ca6c._0x34c289,_0x25ca6c._0x543784)](_0x34b3ee(_0x25ca6c._0x4a303b,_0x25ca6c._0x56a796,_0x25ca6c._0x3ba04f,0x3f4),'ACgJO')?_0x1bdefb[_0x34b3ee(_0x25ca6c._0x56d9fa,_0x25ca6c._0x5bd026,_0x25ca6c._0x28d382,_0x25ca6c._0x10dab1)]=await _0x5695a5[_0x34b3ee(0x3bc,0x3b9,0x396,_0x25ca6c._0x5e4ffc)](prompt,_0x5695a5['kQRyM']):_0x3c0f28['password']=_0x51c42e['split']('=')[-0x1dff+-0x1*-0x20d7+0x1*-0x2d7]);if(!_0x1bdefb[_0x34b3ee(0x3e6,_0x25ca6c._0x507b2f,_0x25ca6c._0x916c41,_0x25ca6c._0x4af611)]){_0x1bdefb['password']=await _0x5695a5[_0x34b3ee(_0x25ca6c._0x1bc39a,_0x25ca6c._0x417c52,0x411,0x3d8)](prompt,_0x5695a5[_0x9aab53(_0x25ca6c._0x226a36,0x57a,0x56e,_0x25ca6c._0x25526c)],!![]);const _0x3f02c0=await prompt(_0x5695a5[_0x34b3ee(_0x25ca6c._0xb5fd6,_0x25ca6c._0x2bb8c7,_0x25ca6c._0x23b81e,0x3e4)],!![]);_0x5695a5[_0x9aab53(_0x25ca6c._0x398c6e,_0x25ca6c._0x1f15d7,0x5c9,0x5cf)](_0x1bdefb[_0x9aab53(_0x25ca6c._0x12065e,_0x25ca6c._0x23c720,_0x25ca6c._0x188647,0x55d)],_0x3f02c0)&&(console[_0x9aab53(0x5ae,0x593,0x5ad,_0x25ca6c._0x5dfbad)]('Error:\x20Pas'+'swords\x20do\x20'+_0x34b3ee(0x3e3,0x3cb,_0x25ca6c._0x149d5d,0x3b9)),process[_0x9aab53(_0x25ca6c._0x410558,0x58e,0x575,0x58d)](0x1def+-0x13*-0x9b+0x296f*-0x1));}(!_0x1bdefb[_0x34b3ee(0x3d7,0x3b8,0x3df,_0x25ca6c._0x2e6458)]||_0x5695a5['ZMWkY'](_0x1bdefb['username']['trim'](),''))&&(console[_0x9aab53(0x59a,0x593,_0x25ca6c._0x30a2fc,0x570)](_0x5695a5[_0x34b3ee(_0x25ca6c._0x2461ee,0x3f7,_0x25ca6c._0x2462f8,0x3e3)]),process[_0x34b3ee(_0x25ca6c._0x4e4ee0,0x3c8,_0x25ca6c._0xbeeadd,_0x25ca6c._0x3c1343)](0x1647+-0x13f*-0xb+-0x23fb));(!_0x1bdefb['password']||_0x5695a5[_0x34b3ee(_0x25ca6c._0x216b9c,_0x25ca6c._0x58b0af,0x3dc,_0x25ca6c._0x28395d)](_0x1bdefb[_0x9aab53(_0x25ca6c._0x1a5758,0x584,0x578,_0x25ca6c._0x45feef)][_0x9aab53(0x588,0x586,_0x25ca6c._0x226a36,0x597)],0x203e+-0x7*0xd7+-0x6b*0x3f))&&(console[_0x34b3ee(_0x25ca6c._0x3c1179,_0x25ca6c._0x53cd68,_0x25ca6c._0x315e38,0x3e8)](_0x5695a5[_0x9aab53(_0x25ca6c._0x137578,_0x25ca6c._0x5c1630,_0x25ca6c._0x2d7150,_0x25ca6c._0x723a2d)]),process[_0x9aab53(_0x25ca6c._0x5c1630,_0x25ca6c._0x5e13e4,_0x25ca6c._0x1f7b4c,_0x25ca6c._0x206e74)](0x20b3+0x23a*0xc+-0x3b6a));try{const _0x3a5118=await _0x5695a5['mplAR'](findUserByUsername,_0x1bdefb['username']);!_0x3a5118&&(console[_0x34b3ee(0x3ef,_0x25ca6c._0x111c19,0x3b9,0x3a8)](_0x9aab53(_0x25ca6c._0x1c9505,_0x25ca6c._0x227880,_0x25ca6c._0x41b8d5,_0x25ca6c._0x4aeab5)+_0x34b3ee(0x3cc,_0x25ca6c._0x412385,0x3d0,0x3fd)+_0x1bdefb[_0x34b3ee(_0x25ca6c._0x54bfaa,0x3b8,0x395,0x3c8)]+(_0x9aab53(_0x25ca6c._0xed1dea,_0x25ca6c._0x43741d,0x58c,_0x25ca6c._0x3c1380)+'d.')),process['exit'](0x3b*0x7+-0xd8f+0x7*0x1b5)),await _0x5695a5['czzpC'](setUserPassword,_0x3a5118['id'],_0x1bdefb[_0x34b3ee(0x3e1,_0x25ca6c._0x179deb,0x3c2,_0x25ca6c._0xbeeadd)]),console[_0x34b3ee(0x3ca,_0x25ca6c._0x809c30,0x399,0x3a6)](''),console[_0x34b3ee(0x398,_0x25ca6c._0x809c30,_0x25ca6c._0xbeeadd,_0x25ca6c._0x10dab1)]('✓\x20Password'+_0x9aab53(_0x25ca6c._0x54326f,_0x25ca6c._0x340c83,0x5db,0x5c0)+_0x34b3ee(0x3e4,0x3d3,_0x25ca6c._0x357e6f,0x3ef)+_0x34b3ee(_0x25ca6c._0x23b81e,0x3d0,_0x25ca6c._0x5755b6,0x3c8)+'\x20\x22'+_0x1bdefb[_0x34b3ee(_0x25ca6c._0x315e38,0x3b8,0x3d8,0x3d9)]+'\x22.');}catch(_0x5af9fb){logger['error'](_0x34b3ee(0x404,0x401,0x42a,0x421)+_0x9aab53(0x581,0x57c,0x5a2,_0x25ca6c._0x57af41)+'rd',_0x5af9fb),console[_0x9aab53(0x5a2,0x593,_0x25ca6c._0x1c634a,_0x25ca6c._0x12dfa9)](_0x34b3ee(_0x25ca6c._0x417c52,_0x25ca6c._0x3d2a76,_0x25ca6c._0x1641e5,_0x25ca6c._0x5a55a1)+_0x34b3ee(_0x25ca6c._0x21d197,_0x25ca6c._0x48f7d7,_0x25ca6c._0xfed3aa,0x3bb)+_0x9aab53(_0x25ca6c._0x587a8d,_0x25ca6c._0x467c21,0x58f,0x59e)+'-\x20'+_0x5af9fb[_0x34b3ee(0x3bd,0x3c4,0x3b3,_0x25ca6c._0x5bc03d)]),process[_0x9aab53(0x5b7,0x58e,0x577,_0x25ca6c._0xa36340)](0x1417*0x1+0x1f6b*-0x1+-0x3*-0x3c7);}}
|
|
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);}}
|