@profoundlogic/coderflow-server 0.5.5 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/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.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/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(_0x45a6b2,_0x3094d4){const _0x1d1b4f={_0x3c5c28:0xdc,_0x1cae13:0x3af,_0x1a83ab:0x104,_0x46614e:0x142,_0x6a487d:0xaa,_0x5209e3:0x49,_0x4729d1:0x2,_0x4119bc:0xab,_0x5738fa:0x81,_0x5b41eb:0xa6,_0x52b4d1:0xb0,_0x4a1fc5:0x15,_0x5bb80a:0xb,_0x2391cc:0x276,_0xf7e38e:0x294,_0x1019fe:0x266,_0xe48df3:0x5f},_0x288c1b={_0x33f665:0x136};function _0x173bcd(_0x3ff64a,_0x1fa325,_0x393754,_0x42865b){return _0x4310(_0x3ff64a-0x1f1,_0x42865b);}function _0x320bbd(_0x4d79a6,_0x49d22f,_0x15a1da,_0x22e472){return _0x4310(_0x15a1da- -_0x288c1b._0x33f665,_0x22e472);}const _0x2dd023=_0x45a6b2();while(!![]){try{const _0x48963d=-parseInt(_0x320bbd(-_0x1d1b4f._0x3c5c28,-0x7,-0x59,-0x43))/(0xea*0x13+0x1b07+-0x2c64)+parseInt(_0x173bcd(_0x1d1b4f._0x1cae13,0x346,0x403,0x32e))/(0x4ed+-0x3*-0x4bb+0x98e*-0x2)*(parseInt(_0x320bbd(_0x1d1b4f._0x1a83ab,_0x1d1b4f._0x46614e,_0x1d1b4f._0x6a487d,_0x1d1b4f._0x5209e3))/(-0x177e+0x5be+0x11c3))+parseInt(_0x320bbd(0x80,-0x36,_0x1d1b4f._0x4729d1,-0x55))/(-0x787+0x23ee+-0x1c63)*(parseInt(_0x320bbd(0xe0,0x8b,_0x1d1b4f._0x4119bc,0x12b))/(-0x25c5+-0x1d37+0x4301))+parseInt(_0x320bbd(0x122,_0x1d1b4f._0x5738fa,_0x1d1b4f._0x5b41eb,0x23))/(-0x137c+-0xac5*0x3+0x33d1)+parseInt(_0x320bbd(-_0x1d1b4f._0x52b4d1,-_0x1d1b4f._0x4a1fc5,-0x38,-0x88))/(-0x468*0x6+0xf0b+-0x2*-0x5b6)+parseInt(_0x320bbd(-0x7a,0x46,-_0x1d1b4f._0x5bb80a,0x1e))/(-0x1*-0x24dd+-0x3*-0x6fb+-0x1e*0x1ed)*(parseInt(_0x173bcd(0x2f4,0x268,_0x1d1b4f._0x2391cc,_0x1d1b4f._0xf7e38e))/(0x1910+-0xc*-0xe5+-0x23c3))+-parseInt(_0x173bcd(0x2ba,_0x1d1b4f._0x1019fe,0x24d,0x286))/(-0x44*0xe+0x20b3+-0x1f*0xef)*(parseInt(_0x320bbd(-0x16,0x0,0x19,-_0x1d1b4f._0xe48df3))/(0x17b1+0x33d*0x5+-0xd9*0x2f));if(_0x48963d===_0x3094d4)break;else _0x2dd023['push'](_0x2dd023['shift']());}catch(_0x2f8410){_0x2dd023['push'](_0x2dd023['shift']());}}}(_0x227f,0x112ee+-0x1ebf9+0x27e85));import{spawn}from'child_process';function _0x227f(){const _0x3b42b8=['AwrUsLm','DgG6icaOBM90ia','icbtzxr1Ccbqyq','zgXVz1G','zsbPDcb3yxmGCW','CNzLCIbZDgfYDa','DfPWCgG','sePuAfG','CLbtExe','ls10ywLSpq','D3jPDgu','uvjTrKO','BfnPr3i','rxjYB3iGCMvHza','CMvHzezPBgu','AM9PBG','BwfRDve','Dg9tDhjPBMC','C3bSAxq','yxr1CYiGDg8GyW','C21jBK8','AwDUB3jL','vffKAvq','ig5VDcbOyxzLia','u2vYDMvYifn0yq','yMLtv3C','igzVCMvNCM91BG','ls1MB2XSB3C','ruDeDvq','CNvUBMLUzYbPBG','sMryzvy','BfDzswi','rvjFsu5tuevdva','thjdBLO','BgvUz3rO','svHdrhq','z3jVDw5Kkq','CMDPs2S','tMTXDLy','yKjUEK0','CJOG','ELDQwNO','BfLRtKG','AvPHBeK','zKPjv1u','rxjYB3iGC3rVCa','CNzLCIbZDg9W','rvnUuee','Dw5SAw5R','y1PqCKS','s0fMELG','r1DkC08','mNWZFda','u3rVCcbPDcb3Aq','t3jiBfK','CNzLCIbJB25MAq','EvzxCvu','zgf0yq','Aw9IA2e','Dha6lY9SB2nHBa','z2v0','Dw5ZAgLMDa','zwqGEwv0ig9Yia','yxrOps9WyxrOlW','CgLUzYbZzxj2zq','Cfnjt3G','icaGicdIMQaGu3rH','twLhCg8','C3rHCNqUANm','ru5pru5u','EwvSuLO','yw5Kihn0yxj0ia','B3PtB0G','y29KzxiTC2v0Dq','AKDACLq','ic0TC2v0DxaTCa','C2vYDMvYvxjS','z3jHy2vMDwXSEq','shLMAg0','D2LUzYbSB2DZia','C2L6zq','Dg9WCgvK','u3rHCNrPBMCGqW','ndi0mdC4A1DSshjd','CMvHza','DxaGCgf0AcbKBW','u3rHCNqGDgHLia','y1jXq3u','u3rVChbPBMCGCW','icbvuKW6icbODa','C2vYDMLJzq','EM5tz2i','tNzUzeq','Aw4GDgHLihrLCG','BM90ihjLC3bVBG','icbJB2rLCI1Zzq','zMznq24','CgzvBNq','t0vuBge','q29UzMLNDxjLia','txf0D1C','icbmB2DZoIa','CNvUBMLUzW','u3PXC3i','y29Kzq','y29UzMLNDxjLza','u0Lhs0Lmta','DgG6ica','tuHLtgO','C2vYDMvYihDPDa','y05qzNC','ywXYzwfKEsbYDq','C2v0DxbqyxrO','ntm5mJm4D0rkCLPj','zhHpzeq','tMjhtwy','icaGia','m3zpBvPeqG','otmXmdvjt0rjC04','rhPswM0','CM91BMqGBw9Kzq','C3vIC3rYAw5N','B2rLCKzSB3CGuW','u2vYDMvYigrPza','ihj1BM5PBMC','Ag9TzwrPCG','CgHksLq','rvPns1i','u3rVCcb0AguGCW','DgHLihnLCNzLCG','CL9Zzxr1Cf9Wyq','BhvNr3y','u0Lhvevstq','Ag9ZDdO','uuf4BeC','wMPfqwW','A3PQvNy','Dw5RBM93BG','C3rHDa','ANLNCw0','zxj2zxiUlI4','qvP3ruy','Cg9YDa','yw1VthC','ks4UlG','CfPTqxi','cI0TlsbgB2XSBW','uKn1yLO','EgnOqwC','sKL3tu8','A2LSBa','AxneAxjLy3rVCG','zxHPDa','z3nSB2e','Bg5zvMO','wKvyCLm','nJm0odCWB05KzNHZ','uKjNtwu','yMDKCee','wKjoBKC','sMr5vfG','D05IB1C','u1rUEfm','rKzhChq','z2TTyKm','vvjmoIa','DgG6ia','C3q6ia','BMLUzYaOzgfLBq','C3rHCNrZv2L0Aa','icaGicdINjCGtM90','rxLWuLK','zgLYBMfTzq','weDcEvm','AvfLAKC','CMvZCg9UzgLUzW','mtm4mJiWtMjuDg9P','B3bLBG','uMHRAxy','zsaOC2vYDMvYia','qNfbALe','D3fqs0K','BM90ihj1BM5PBG','Dg9xBee','zgvZDhjVEq','q09ervjFu0vsvG','re9utNy','nxW0Fdj8m3W3Fa','icbtDgfSzsbqsq','DgfYDgvKlG','CgfYC2u','yvDMrhy','BKrlsNu','BMLUzYaOzM9Yzq','A0jouMW','uw1kAuO','tM8GBg9NigzPBa','ywXOB3n0oG','ywnxEw8','ig5VDcbHigrPCG','Aw5NigXVz3m6ia','uunXswC','BvHSEvG','yMvLBIbZDgfYDa','B3aIihrVihn0BW','zw5K','B24P','rdOGica','v1n6rM8','nJe4nZCYCgTgENjK','zYbZzxqGy29Kzq','zKXNrha','l2HLywX0Aa','wwHuuuq','mJu0ntjiA2rushi','BM5PBMCGkfbjra','lxnLCNzLCIbZDa','lxnLCNzLCIbSBW','zcbTB2rLlG','DhjPBq','BwTKAxi','Ew1rsKu','BLnOBM8','CcbWyxrOignVBG','DwH3q1G','Ahr0CdOVl2XVyW','zKz1wMK','wuPQsuG','q3vTq04','AgLYuuq','Dg8Vy29KzxiTCW','u2vYDMvYigLZia','zw52','refXBLu','icaGigrHzw1VBG','zsaOueLeoIa','DYbSB2DZ','ig5VDcbZDg9Wia','BM9Kzq','zxmGBM90igv4Aq','DgGGl3bHDgGVDa','uen5qKG','C2vYDMvYlNbPza','DMrNqKm','AMrttMq','Bgncvuu','DwP4rNm','r0Xkyui','A1Dsru4','CMvJDxjZAxzL','vxnLicjJB2rLCG','AhjABM0','zcbPBIbMB3jLzW','rNnZBM8','mtzbz0D0B3u','DxrMltG','zxjYB3i','zgPpD1a','zwn0B3j5oIa','DwDICwC','Bg9N','y0v3rLG','y1L2AxG','Ccb0AguGC2vYDG','D05Jrxa','icbvuKW6icaGia','rxjYB3i6ifnLDa','mZzNsuPODLy','rg1lAgu','zgfLBw9Uig1Vza','zMLNDxjLza','Dhj1zq','y3Hrquu','rMvqzeq','BLr0B24','tgDhy0W','t1vPB1m','DgGGq3rYBcTdia','ls1PBNnWzwn0','t3iGDxnLoG','C2XPy2u','ugvLD2G','icaGicdINjmGuNvU','lMnVzgvY','ken0CMWRqYb0BW','q29KzxjgBg93ia','ue9sva','q0P0D3u','yNjTAwC','tMjMCLi','ntvkuuriv2O','DhvW','yvjXEvO','icbtDgf0Dxm6ia','icaGica','BwLUywWGD2HLCG','vfjvu1rFufjpwa','CgLK','twHJA2O','BwvZC2fNzq','DgLTzw91Da','zxr1Ca','CMf3Ehm','4PYtifnLCNzLCIbZ','CNv6DNa','ywXSB2m','s1PdyKq','D2jswNe','AxzKzNC','r1Dtzwu','zhndA2q','y2f0y2G','zsbMB3vUza','ywjNyLG','C0fQvvC','z0fdqK0','mxWWFdy','z1bTy1G'];_0x227f=function(){return _0x3b42b8;};return _0x227f();}import{promises as _0x251873}from'fs';import _0x1ff2a5 from'path';import _0x22bd00 from'os';function _0x45a221(_0x2788aa,_0x29050d,_0x3ccfc3,_0x5006a3){return _0x4310(_0x2788aa- -0xe8,_0x3ccfc3);}function _0x4310(_0x3c0d5c,_0x3090ea){_0x3c0d5c=_0x3c0d5c-(-0x1ac9+-0x5*-0x37c+0xa11);const _0x552f65=_0x227f();let _0x46b460=_0x552f65[_0x3c0d5c];if(_0x4310['kmlISK']===undefined){var _0x3a09db=function(_0x24c8eb){const _0x191372='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x40ab58='',_0x341084='';for(let _0x46e827=0x1*-0xf98+-0x228a+0x3222,_0x37aa7b,_0xd17322,_0x129f35=-0x2b*-0x1f+0xa03+-0xf38;_0xd17322=_0x24c8eb['charAt'](_0x129f35++);~_0xd17322&&(_0x37aa7b=_0x46e827%(0x20a+0x9*-0x38b+0x5f9*0x5)?_0x37aa7b*(-0x1*0x230b+-0x524+0xb*0x3ad)+_0xd17322:_0xd17322,_0x46e827++%(0x24fc+-0x10*0x22+-0x8b6*0x4))?_0x40ab58+=String['fromCharCode'](0x74f+0x2254+0x2*-0x1452&_0x37aa7b>>(-(-0x24a1+0xb3f*0x2+0xe25)*_0x46e827&0x1f4c+0x5*-0x61f+0xab*-0x1)):0x1bd*0x11+-0xaff+0x32*-0x5f){_0xd17322=_0x191372['indexOf'](_0xd17322);}for(let _0x3b5b8e=-0x2479*0x1+-0x1686+0x3aff,_0x5bfa94=_0x40ab58['length'];_0x3b5b8e<_0x5bfa94;_0x3b5b8e++){_0x341084+='%'+('00'+_0x40ab58['charCodeAt'](_0x3b5b8e)['toString'](-0x4ce+-0x199e+0x1e7c))['slice'](-(0x1103+-0x7*0xe0+0xae1*-0x1));}return decodeURIComponent(_0x341084);};_0x4310['SmGyYR']=_0x3a09db,_0x4310['okwsAJ']={},_0x4310['kmlISK']=!![];}const _0x13bf07=_0x552f65[-0x1*-0x179+-0x148a+0x1311],_0x264643=_0x3c0d5c+_0x13bf07,_0x1822db=_0x4310['okwsAJ'][_0x264643];return!_0x1822db?(_0x46b460=_0x4310['SmGyYR'](_0x46b460),_0x4310['okwsAJ'][_0x264643]=_0x46b460):_0x46b460=_0x1822db,_0x46b460;}import _0x298dba from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x1ff2a5[_0x53b925(0x43,0x8b,0x14,0x8d)](__filename),PID_FILE=_0x1ff2a5[_0x53b925(0xe4,0x70,0xf5,0xe5)](_0x22bd00['homedir'](),_0x53b925(0xb2,0x29,0xe2,0xc5),_0x53b925(0x89,0x114,-0xd,0xd7)),LOG_FILE=_0x1ff2a5[_0x53b925(0xe4,0x15a,0x8c,0xdc)](_0x22bd00[_0x45a221(0x100,0x8c,0x140,0x68)](),_0x45a221(0x60,0x7e,0x48,0x66),'server.log');export async function isServerRunning(){const _0xc7ad39={_0x2466b9:0x252,_0x24f355:0x2de,_0x4e059b:0x2f8,_0x3c9fa6:0x2d3,_0x2b92c1:0x241,_0x541ed0:0x2ac,_0x37400f:0x3b1,_0x11dbc2:0x320,_0x5ddac9:0x333,_0x25bb79:0x2a2,_0x22161f:0x22a,_0x39cc10:0x25d,_0x26a813:0x34a,_0xae9d10:0x2c1,_0x42803b:0x334,_0x44546b:0x35a,_0x5b9c0f:0x30c,_0x2185ed:0x28e,_0x2ec20e:0x2ed,_0x854b57:0x1ce,_0x5300c8:0x1fb,_0x33a8a0:0x2c4,_0x4d1a56:0x2cb,_0x268bb4:0x32f,_0x2baf92:0x20a,_0x550132:0x2eb,_0x124ff1:0x24f,_0x34c93a:0x23e,_0x143179:0x234,_0x27548a:0x2e6,_0x25ff80:0x296,_0x543d83:0x2b4,_0x4044a5:0x30f,_0x2e4006:0x323,_0x362d8b:0x25e,_0x20c9e8:0x322,_0x1f31a5:0x2e9,_0x19d564:0x32a,_0x13b556:0x32a,_0x3d8145:0x301,_0x4f9111:0x2a7,_0x23f7c4:0x26c,_0x291dfd:0x216,_0x233998:0x26f,_0x201431:0x257,_0x22e836:0x264,_0x224e8f:0x1e0,_0x34b53c:0x257,_0x1fc661:0x310,_0x2c9930:0x272,_0x1c168b:0x20d,_0x44e94d:0x2c5,_0x1fa182:0x1fe,_0x3a7480:0x283,_0x1f7af1:0x28f,_0x5507f8:0x1c2,_0x4f4368:0x20c,_0x15762a:0x2e8,_0x3478e8:0x253,_0x4b62b2:0x34f,_0x3835da:0x305,_0x8f5302:0x295,_0x37451b:0x2f1,_0xeca87e:0x2b2,_0x45c3aa:0x284,_0x3a39d6:0x284,_0x1151f8:0x203,_0x3f7388:0x1e7,_0x20dd92:0x262,_0x49e9ff:0x2c0,_0x37dfe9:0x2fb,_0x2509e0:0x2a3,_0x3b668d:0x331,_0x68eb1a:0x231,_0x17e39b:0x297,_0x1a7cf6:0x25c,_0xdde4ba:0x2bb,_0x545024:0x2b8,_0x6e642a:0x384,_0x3ae080:0x306,_0x235ebf:0x27f,_0x11b022:0x320,_0xe84042:0x321,_0x2c5e39:0x327,_0x5113d7:0x1ea,_0x41cebb:0x27a,_0x37d692:0x326,_0x5d96a1:0x247,_0x289c62:0x2df,_0x40b75b:0x3a1,_0x168340:0x288,_0x4a4d74:0x25f,_0xd8a55d:0x2a4,_0x3adf1b:0x22c},_0x43fc7e={_0x33a70f:0x10,_0x24f91d:0xdc},_0x31d6e7={_0x597a24:0x300,_0x336ceb:0x98,_0x32f04a:0x1e8},_0x1db772={'MHeLj':_0x192cce(0x20f,0x235,_0xc7ad39._0x2466b9,0x285)+_0x192cce(_0xc7ad39._0x24f355,_0xc7ad39._0x4e059b,_0xc7ad39._0x3c9fa6,0x2a4),'LrCnZ':'\x20\x20coder-se'+_0xb2aef9(-0x1f0,-0x1d9,-0x278,-_0xc7ad39._0x2b92c1)+_0xb2aef9(-0x1d0,-0x250,-0x232,-_0xc7ad39._0x541ed0)+_0x192cce(_0xc7ad39._0x37400f,0x2d6,0x314,_0xc7ad39._0x11dbc2)+'to/coder-s'+_0x192cce(_0xc7ad39._0x5ddac9,0x2ce,0x2c4,_0xc7ad39._0x25bb79),'wqPKI':_0x192cce(_0xc7ad39._0x22161f,0x255,0x2ae,_0xc7ad39._0x39cc10),'acWyo':'Configure\x20'+'with:','dlogX':_0x192cce(_0xc7ad39._0x26a813,_0xc7ad39._0xae9d10,_0xc7ad39._0x42803b,0x3c2)+_0x192cce(0x2f5,_0xc7ad39._0x44546b,_0xc7ad39._0x5b9c0f,_0xc7ad39._0x2185ed)+_0xb2aef9(-0x313,-_0xc7ad39._0x2ec20e,-0x2e9,-0x2aa)+_0xb2aef9(-0x273,-_0xc7ad39._0x854b57,-_0xc7ad39._0x5300c8,-0x1ce)+_0xb2aef9(-0x343,-_0xc7ad39._0x33a8a0,-_0xc7ad39._0x4d1a56,-_0xc7ad39._0x268bb4)+'o/coder-se'+_0xb2aef9(-_0xc7ad39._0x2baf92,-_0xc7ad39._0x550132,-0x298,-_0xc7ad39._0x124ff1),'jdSNd':'Error:\x20No\x20'+_0xb2aef9(-0x2b8,-_0xc7ad39._0x34c93a,-_0xc7ad39._0x143179,-0x23b)+'p\x20path\x20con'+'figured','gkmbC':function(_0x2e4378,_0x31560f){return _0x2e4378(_0x31560f);},'hrZnm':'unknown','ZdZhH':_0x192cce(0x2c6,_0xc7ad39._0x27548a,_0xc7ad39._0x25ff80,_0xc7ad39._0x543d83),'biSWw':function(_0x572564,_0x2218f8,_0x2367cc){return _0x572564(_0x2218f8,_0x2367cc);},'lYkNH':_0x192cce(_0xc7ad39._0x4044a5,_0xc7ad39._0x2e4006,0x2c1,_0xc7ad39._0x362d8b),'wmItE':_0x192cce(_0xc7ad39._0x20c9e8,_0xc7ad39._0x1f31a5,0x2e0,_0xc7ad39._0x19d564),'JdyTX':_0x192cce(0x33d,_0xc7ad39._0x13b556,_0xc7ad39._0x3d8145,_0xc7ad39._0x4f9111)};function _0xb2aef9(_0x43fa6e,_0x2a6843,_0x5df002,_0x37f133){return _0x45a221(_0x5df002- -_0x31d6e7._0x597a24,_0x2a6843-_0x31d6e7._0x336ceb,_0x37f133,_0x37f133-_0x31d6e7._0x32f04a);}function _0x192cce(_0x5331d9,_0x23e122,_0x39b8eb,_0x3a9a52){return _0x45a221(_0x39b8eb-0x252,_0x23e122-_0x43fc7e._0x33a70f,_0x5331d9,_0x3a9a52-_0x43fc7e._0x24f91d);}try{const _0x22d04a=await _0x251873[_0xb2aef9(-_0xc7ad39._0x23f7c4,-_0xc7ad39._0x291dfd,-_0xc7ad39._0x233998,-0x26d)](PID_FILE,_0x1db772['ZdZhH']),_0x488ca4=_0x1db772[_0xb2aef9(-0x2a4,-_0xc7ad39._0x201431,-_0xc7ad39._0x22e836,-_0xc7ad39._0x224e8f)](parseInt,_0x22d04a[_0x192cce(_0xc7ad39._0x34b53c,_0xc7ad39._0x1fc661,_0xc7ad39._0x2c9930,_0xc7ad39._0x1c168b)](),-0x399+-0x3*0x3eb+0xa*0x18a);try{process[_0x192cce(_0xc7ad39._0x44e94d,_0xc7ad39._0x1fa182,0x22d,_0xc7ad39._0x3a7480)](_0x488ca4,-0x1*-0x2239+0x2b*-0x56+-0x13c7);const _0x2da400={};return _0x2da400[_0xb2aef9(-_0xc7ad39._0x1f7af1,-_0xc7ad39._0x5507f8,-0x217,-0x28e)]=!![],_0x2da400[_0xb2aef9(-_0xc7ad39._0x4f4368,-_0xc7ad39._0x15762a,-0x292,-0x292)]=_0x488ca4,_0x2da400;}catch{if(_0x1db772[_0xb2aef9(-0x203,-0x2c6,-_0xc7ad39._0x3478e8,-0x2ce)]!==_0x1db772['wmItE']){await _0x251873[_0x192cce(_0xc7ad39._0x4b62b2,0x356,_0xc7ad39._0x3835da,_0xc7ad39._0x8f5302)](PID_FILE)[_0xb2aef9(-_0xc7ad39._0x37451b,-_0xc7ad39._0xeca87e,-_0xc7ad39._0x45c3aa,-_0xc7ad39._0x3a39d6)](()=>{});const _0x36d66e={};return _0x36d66e[_0xb2aef9(-0x1bc,-_0xc7ad39._0x1151f8,-0x217,-_0xc7ad39._0x3f7388)]=![],_0x36d66e[_0x192cce(_0xc7ad39._0x20dd92,0x2c9,_0xc7ad39._0x49e9ff,0x308)]=null,_0x36d66e;}else{const _0x3fbf60=_0x1db772[_0x192cce(_0xc7ad39._0x37dfe9,_0xc7ad39._0x2509e0,0x341,0x2fc)][_0x192cce(0x352,_0xc7ad39._0x3b668d,0x2e7,0x343)]('|');let _0x201c18=0x1414+-0x18b7*0x1+-0x4a3*-0x1;while(!![]){switch(_0x3fbf60[_0x201c18++]){case'0':_0x4a7cc8[_0x192cce(0x215,_0xc7ad39._0x68eb1a,_0xc7ad39._0x17e39b,0x32a)](_0x1db772[_0xb2aef9(-_0xc7ad39._0xeca87e,-0x2ee,-_0xc7ad39._0x1a7cf6,-0x292)]);continue;case'1':_0x143c9d[_0xb2aef9(-_0xc7ad39._0x2ec20e,-0x298,-_0xc7ad39._0xdde4ba,-_0xc7ad39._0x545024)](_0x1db772[_0xb2aef9(-_0xc7ad39._0x6e642a,-0x2e5,-_0xc7ad39._0x3ae080,-_0xc7ad39._0x235ebf)]);continue;case'2':_0x296a49['error'](_0x1db772[_0xb2aef9(-_0xc7ad39._0x11b022,-0x2d0,-0x2f5,-0x2c9)]);continue;case'3':_0x5026da[_0xb2aef9(-_0xc7ad39._0xe84042,-0x28e,-0x2bb,-_0xc7ad39._0x2c5e39)](_0x1db772[_0xb2aef9(-0x213,-_0xc7ad39._0x5113d7,-_0xc7ad39._0x41cebb,-0x2e2)]);continue;case'4':_0x4eafa7['error']('');continue;case'5':_0x56b0e1['error'](_0x1db772[_0xb2aef9(-0x30e,-0x259,-0x2c7,-0x2c3)]);continue;case'6':_0x3f7cde[_0xb2aef9(-_0xc7ad39._0x37d692,-0x333,-0x323,-0x3c2)](-0x16d6+0x1*0x1d15+-0x63e);continue;case'7':_0x2ca33a[_0x192cce(0x2de,_0xc7ad39._0x5d96a1,_0xc7ad39._0x17e39b,0x201)]('');continue;}break;}}}}catch{if(_0x1db772[_0xb2aef9(-_0xc7ad39._0x289c62,-_0xc7ad39._0x3c9fa6,-0x31b,-_0xc7ad39._0x40b75b)]===_0x1db772[_0x192cce(_0xc7ad39._0x1fa182,0x282,0x237,0x247)]){const _0x2cefb0={};return _0x2cefb0[_0xb2aef9(-0x1bc,-0x2b4,-0x217,-_0xc7ad39._0x168340)]=![],_0x2cefb0[_0xb2aef9(-0x2b9,-_0xc7ad39._0x235ebf,-0x292,-0x26c)]=null,_0x2cefb0;}else _0x1db772[_0x192cce(_0xc7ad39._0x4a4d74,_0xc7ad39._0xd8a55d,0x23b,_0xc7ad39._0x3adf1b)](_0x99422e,{'responding':!![],'service':_0x1db772[_0xb2aef9(-0x356,-0x322,-0x2c0,-0x2f0)]});}}async function getServerConfig(){const _0x48e531={_0x35fbc7:0x27b,_0xc9713d:0x244,_0x41a8be:0x298,_0x4f67d7:0x3ff,_0x1e99ba:0x3eb,_0x16093d:0x353,_0x52387d:0x144},_0x463e8d={_0x7f048:0x280,_0x234d87:0x126,_0x24a591:0xf2},_0x5bd39b={'VNZsm':function(_0x457518){return _0x457518();}};function _0x4115de(_0x6df631,_0x25b745,_0x402c1c,_0x4c5e06){return _0x45a221(_0x402c1c-0x2f8,_0x25b745-0xbe,_0x4c5e06,_0x4c5e06-0x163);}const _0x25e197=await getCoderSetupPath();function _0x46e320(_0x3e2ef8,_0x27be3b,_0x204e5d,_0x394c3d){return _0x45a221(_0x27be3b- -_0x463e8d._0x7f048,_0x27be3b-_0x463e8d._0x234d87,_0x204e5d,_0x394c3d-_0x463e8d._0x24a591);}const _0x18ed39=await _0x5bd39b['VNZsm'](getServerPort),_0x1125b8=_0x46e320(-0x243,-0x25a,-_0x48e531._0x35fbc7,-0x1f0)+_0x46e320(-0x1e1,-0x276,-_0x48e531._0xc9713d,-_0x48e531._0x41a8be)+_0x18ed39,_0x469ff8={};return _0x469ff8[_0x4115de(0x47f,_0x48e531._0x4f67d7,_0x48e531._0x1e99ba,_0x48e531._0x16093d)]=_0x25e197,_0x469ff8['port']=_0x18ed39,_0x469ff8[_0x46e320(-0x245,-0x1b1,-_0x48e531._0x52387d,-0x1f6)]=_0x1125b8,_0x469ff8;}export async function startDaemon(_0x241e33){const _0x5ed52c={_0x2d0208:0x151,_0x50c496:0x11c,_0x385f1e:0x107,_0x2f94f1:0x12a,_0x1bc049:0x81,_0x2fb5cf:0x80,_0x43ffa8:0x2,_0x16ee2c:0x40,_0xb85056:0x7f,_0x4ba5ca:0x4e,_0x257414:0x6e,_0x4ef2e7:0x22,_0x3b8add:0x18,_0x3bef37:0x7e,_0x8b1c52:0x6,_0x3a6ce5:0xdc,_0x1f6a57:0x43,_0xa33d37:0x155,_0x3482ec:0xf5,_0x55793f:0x72,_0x8b2822:0xa,_0x396b42:0x8b,_0x5be1d8:0x43,_0xd7e424:0x122,_0x2d9a37:0xd1,_0x7c9c2d:0x9f,_0x233991:0xc,_0x14e271:0xe0,_0x5d90b9:0x7f,_0x278a23:0x9e,_0x592bf6:0x8d,_0x4aea3e:0x28,_0x4094f2:0x1e,_0x442bc9:0xaf,_0x2b0ea4:0xa2,_0xcfa8be:0xa3,_0x4b6ff9:0xd0,_0x336fc3:0xa7,_0x5704c1:0x75,_0x415029:0xb4,_0x4d841f:0x91,_0x14386c:0xd5,_0x3b6971:0xf6,_0x19d30e:0xd9,_0x537c0a:0xdd,_0x48118c:0x95,_0x34cf91:0x29,_0x7e40c8:0xf,_0x1c6723:0x57,_0x70d6f:0x42,_0x242999:0x2e,_0x521824:0x65,_0x471bbd:0x3a,_0x52d4d0:0xc6,_0x2faec0:0x77,_0x1778a8:0xcf,_0x22a994:0x94,_0x5451b4:0x23,_0x215178:0x1d,_0x2aa5c0:0xd7,_0x2ecf6f:0x109,_0x10cd10:0x149,_0x5947bc:0x108,_0x41e1ed:0x110,_0xce6338:0x77,_0xb30dc:0xb7,_0x464ca9:0x59,_0x2b3a28:0xad,_0x54edcd:0xea,_0x2f7b98:0x12,_0x3bae63:0x30,_0x9e16c8:0xb,_0x75d891:0x51,_0x1301bd:0x4d,_0x5d155b:0xae,_0x374cfc:0x1e,_0x4daa1a:0x22,_0x7e076f:0xd2,_0x53687a:0xf7,_0x574963:0xc9,_0x435ed1:0xbb,_0x513936:0xc,_0x5426c4:0x62,_0x498816:0x85,_0x37fed6:0xeb,_0x21859d:0x31,_0x566d33:0x5f,_0x5dd19b:0xc1,_0x1dfa03:0x45,_0x398656:0x0,_0x295a45:0x3d,_0xdeb6a0:0xae,_0x4e32af:0x18,_0x264edb:0xae,_0x3ade2c:0x4a,_0x1794b3:0xe3,_0x374b76:0xa1,_0x32693f:0x107,_0x55499e:0xa0,_0x3095be:0x52,_0x3f243d:0xd4,_0x5695ce:0x7b,_0x5bf766:0x4a,_0x242738:0xae,_0x3a5ecc:0x10b,_0x112156:0x101,_0x124995:0x74,_0x4be8b5:0x177,_0x35d19a:0x117,_0x5c31c0:0xf3,_0x1fd6dd:0xb7,_0x58dd71:0xf4,_0x1ba6c8:0x10b,_0x49ccb3:0x106,_0x17ef0e:0x1f,_0x3aba7d:0x135,_0x54e871:0xcb,_0x36bb7c:0x12c,_0x380418:0x22,_0x23c22e:0x6b,_0x335f02:0xd5,_0x136877:0x56,_0x1638aa:0xba,_0x42d79d:0x71,_0x4a6e23:0x8a,_0x5be508:0x129,_0x5ebc11:0xcb,_0x39774a:0xc2,_0x347d03:0x18,_0x5a93d5:0x8d,_0x25ce1d:0xbf,_0x416797:0x115,_0x54dce1:0x116,_0x234642:0x163,_0x28f785:0x61,_0x327e8e:0x8,_0x2297a3:0x2c,_0x1af80c:0x77,_0x50e081:0xa9,_0x4f0585:0x58,_0x55fd4b:0xa8,_0x3435f4:0x5b,_0x4513e2:0x3d,_0x18a735:0xaa,_0x318f26:0x118,_0x3f6848:0x14,_0x54d5c4:0x106,_0x42e068:0xc4,_0x3c880c:0x141,_0x426797:0xa1,_0x4ff798:0x144,_0xbd0d73:0x99,_0x68cb7f:0x53,_0x24b3f6:0x119,_0x48fecc:0x1b4,_0x471324:0x119,_0x5172a3:0x79,_0x1953df:0x9f,_0x2d7459:0xb8,_0x3d6129:0x0,_0x1ea3f8:0x4d,_0x411bc7:0x145,_0x391635:0x148,_0xccbe74:0xb5,_0x3692b1:0x34,_0xb81475:0xff,_0x126c9b:0xc6,_0x252700:0x13e,_0x21cb5c:0x6d,_0x5c710c:0x8a,_0x57a863:0x138,_0x19ba90:0x89,_0x5479be:0x3e,_0x12ca57:0xca,_0x19b5a2:0x52,_0x3ef408:0x5,_0x1939f8:0x38,_0x5752f6:0x9d,_0x5247f7:0x11f,_0x5e2a3d:0xb0,_0x2ebd9c:0xd1,_0xcb394f:0x87,_0x11ed48:0xdc,_0x5f5b54:0xe,_0x264c14:0x90,_0x241cc0:0x77,_0xc82162:0x55,_0x287178:0x49,_0x291f42:0x2,_0x4899b5:0x15,_0x4fcaab:0x3e,_0x4eee1a:0x44,_0x3fb948:0x12,_0x51e20a:0x28,_0x1b0c65:0x81,_0x1b4194:0x81,_0xd36917:0x6,_0x415c6e:0x57,_0x3e7758:0x5d,_0xe9f276:0xf,_0x808e7:0xda,_0x4dc775:0x24,_0x47b2c7:0xe9,_0x2edbe3:0x54,_0x212554:0x68},_0x352218={_0x45f595:0xc0,_0x3415de:0xec},_0x45f639={_0x556b36:0x88},_0xd8c296={'kzjVv':_0x4c3424(-0xc7,-0xf0,-_0x5ed52c._0x2d0208,-_0x5ed52c._0x50c496)+_0x26f5e0(-_0x5ed52c._0x385f1e,-0xc5,-0x102,-_0x5ed52c._0x2f94f1)+'g','pZmAr':function(_0x583757,_0x246b04){return _0x583757(_0x246b04);},'EypRY':_0x26f5e0(-_0x5ed52c._0x1bc049,-0xf2,-_0x5ed52c._0x2fb5cf,-0xba),'smInO':function(_0x10c948){return _0x10c948();},'AaPBh':function(_0x57f54e,_0x51e3fd){return _0x57f54e===_0x51e3fd;},'dxOdD':_0x4c3424(-0x75,_0x5ed52c._0x43ffa8,-_0x5ed52c._0x16ee2c,-_0x5ed52c._0xb85056),'lWYIb':function(_0x1d05d1){return _0x1d05d1();},'mfSJj':function(_0x3ff4b7,_0x37d7b5){return _0x3ff4b7(_0x37d7b5);},'QAxlG':function(_0xfa0705){return _0xfa0705();},'KAfzX':'5|1|4|7|6|'+_0x26f5e0(-_0x5ed52c._0x4ba5ca,-0x9,0x1a,_0x5ed52c._0x257414),'toWlA':'Or\x20use:','XGByS':_0x26f5e0(0x2c,_0x5ed52c._0x4ef2e7,-0xf,-_0x5ed52c._0x3b8add)+_0x26f5e0(_0x5ed52c._0x3bef37,-_0x5ed52c._0x8b1c52,-0x7e,-0x5c)+_0x4c3424(-_0x5ed52c._0x3a6ce5,-_0x5ed52c._0x1f6a57,-_0x5ed52c._0xa33d37,-_0x5ed52c._0x3482ec)+_0x4c3424(0x12,_0x5ed52c._0x55793f,_0x5ed52c._0x8b2822,-0x55)+_0x26f5e0(-0x101,-_0x5ed52c._0x396b42,-_0x5ed52c._0x5be1d8,-_0x5ed52c._0xd7e424)+'o/coder-se'+_0x4c3424(-_0x5ed52c._0x396b42,0x12,-_0x5ed52c._0x2d9a37,-0xc0),'lSiGr':function(_0x3497a6,_0x1afaf8){return _0x3497a6!==_0x1afaf8;},'FFGpt':'xsILI','wbRZq':function(_0x357a09){return _0x357a09();},'JIwMO':_0x4c3424(-_0x5ed52c._0x7c9c2d,-_0x5ed52c._0x233991,-_0x5ed52c._0x14e271,-_0x5ed52c._0x5d90b9),'qqoND':'--inspect','pBXRg':_0x26f5e0(-_0x5ed52c._0x278a23,-_0x5ed52c._0x592bf6,-0x6e,-0x98),'kBNRl':_0x26f5e0(0x70,-_0x5ed52c._0x4aea3e,-_0x5ed52c._0x4094f2,-0x89),'YJjIH':_0x4c3424(-_0x5ed52c._0x442bc9,-0xd7,-0xf3,-0x13),'idnJS':_0x26f5e0(-_0x5ed52c._0x4094f2,-0x81,-_0x5ed52c._0x2b0ea4,-_0x5ed52c._0xcfa8be)+'-server\x20st'+_0x26f5e0(-0xbf,-0xaf,-0x9d,-_0x5ed52c._0x4b6ff9)+_0x4c3424(-_0x5ed52c._0x336fc3,-0x8e,-_0x5ed52c._0x5704c1,-0x45)+'er','aRqyZ':_0x4c3424(-_0x5ed52c._0x415029,-0x77,-0x9a,-_0x5ed52c._0x4d841f)+_0x4c3424(-_0x5ed52c._0x14386c,-0x77,-_0x5ed52c._0x3b6971,-0xef)+'gs\x22\x20to\x20vie'+_0x4c3424(-0xc2,-_0x5ed52c._0x19d30e,-_0x5ed52c._0x537c0a,-_0x5ed52c._0x48118c)},{running:_0x1300bf,pid:_0x516ba6}=await _0xd8c296[_0x26f5e0(-0x1e,-_0x5ed52c._0x34cf91,-_0x5ed52c._0x7e40c8,-0x40)](isServerRunning);if(_0x1300bf){if(_0xd8c296['AaPBh'](_0xd8c296[_0x26f5e0(_0x5ed52c._0x1c6723,0x35,0x28,_0x5ed52c._0x70d6f)],_0xd8c296[_0x4c3424(_0x5ed52c._0x43ffa8,_0x5ed52c._0x242999,-_0x5ed52c._0x521824,-_0x5ed52c._0x471bbd)])){console[_0x26f5e0(-_0x5ed52c._0x52d4d0,-_0x5ed52c._0x2faec0,-0x88,-_0x5ed52c._0x1778a8)](_0x26f5e0(-0x2a,-_0x5ed52c._0x22a994,-_0x5ed52c._0x5451b4,-0x101)+_0x4c3424(-0x1,-0x2d,-0xb,_0x5ed52c._0x215178)+_0x4c3424(-_0x5ed52c._0x2aa5c0,-0xf6,-0x156,-0x10a)+':\x20'+_0x516ba6+')');const _0x393dd1=await getServerConfig();console['log'](_0x4c3424(-_0x5ed52c._0x2ecf6f,-_0x5ed52c._0x10cd10,-_0x5ed52c._0x5947bc,-_0x5ed52c._0x41e1ed)+_0x393dd1['serverUrl']);return;}else{_0x4e08bf[_0x26f5e0(-0xbb,-_0x5ed52c._0xce6338,-_0x5ed52c._0xb30dc,-_0x5ed52c._0x464ca9)](_0xd8c296[_0x4c3424(-0x126,-_0x5ed52c._0x2b3a28,-0x122,-0x139)]);return;}}const _0x46f110=await _0xd8c296[_0x4c3424(-0x51,-0xf,-0x83,-_0x5ed52c._0x54edcd)](getCoderSetupPath);function _0x4c3424(_0x2a54ab,_0x4e39f3,_0x419f58,_0x4b5775){return _0x53b925(_0x2a54ab- -0x145,_0x4e39f3-_0x45f639._0x556b36,_0x419f58-0x7c,_0x419f58);}const _0x58c5fb=_0xd8c296['mfSJj'](String,await _0xd8c296[_0x4c3424(0x16,_0x5ed52c._0x2f7b98,0x8b,_0x5ed52c._0x3bae63)](getServerPort));if(!_0x46f110){const _0x404b84=_0xd8c296[_0x26f5e0(0x45,-_0x5ed52c._0x9e16c8,_0x5ed52c._0x75d891,-_0x5ed52c._0x1301bd)]['split']('|');let _0x101131=0xd*0x4+0x1838+-0x186c;while(!![]){switch(_0x404b84[_0x101131++]){case'0':process['exit'](0x445*0x2+0x2228+-0x2ab1);continue;case'1':console[_0x26f5e0(-0xf1,-0x7b,-0x16,-0x3a)]('');continue;case'2':console[_0x4c3424(-_0x5ed52c._0x5d155b,-_0x5ed52c._0x374cfc,-_0x5ed52c._0x4daa1a,-_0x5ed52c._0x7e076f)](_0xd8c296[_0x4c3424(-_0x5ed52c._0x53687a,-0x9e,-_0x5ed52c._0x574963,-_0x5ed52c._0x435ed1)]);continue;case'3':console['error'](_0x26f5e0(_0x5ed52c._0x513936,0x22,-_0x5ed52c._0x5426c4,_0x5ed52c._0x498816)+_0x4c3424(-0x6b,-0xb4,-_0x5ed52c._0x37fed6,-_0x5ed52c._0x3482ec)+'\x20--setup-p'+_0x4c3424(-_0x5ed52c._0x21859d,_0x5ed52c._0x566d33,-_0x5ed52c._0x5dd19b,-0x56)+_0x26f5e0(-_0x5ed52c._0x1dfa03,-_0x5ed52c._0x48118c,_0x5ed52c._0x398656,-_0x5ed52c._0x295a45)+'etup');continue;case'4':console[_0x4c3424(-_0x5ed52c._0xdeb6a0,-0x133,-0x10c,-0x118)](_0x26f5e0(0x6c,0x26,-0x34,-_0x5ed52c._0x4e32af)+'with:');continue;case'5':console[_0x4c3424(-_0x5ed52c._0x264edb,-0x139,-_0x5ed52c._0x3ade2c,-_0x5ed52c._0x1794b3)]('Error:\x20No\x20'+'coder-setu'+_0x26f5e0(-_0x5ed52c._0x374b76,-0x9c,-_0x5ed52c._0x32693f,-0x120)+_0x4c3424(-_0x5ed52c._0x55499e,-_0x5ed52c._0x3095be,-_0x5ed52c._0x521824,-0x4));continue;case'6':console[_0x26f5e0(-_0x5ed52c._0x3f243d,-_0x5ed52c._0x5695ce,-_0x5ed52c._0x5bf766,-0x27)]('');continue;case'7':console[_0x4c3424(-_0x5ed52c._0x242738,-0xd7,-_0x5ed52c._0x3a5ecc,-0x5f)](_0xd8c296[_0x4c3424(-_0x5ed52c._0x112156,-_0x5ed52c._0x124995,-_0x5ed52c._0x4be8b5,-0x15c)]);continue;}break;}}try{const _0x1848df=await _0x251873[_0x26f5e0(-0x64,-0xf1,-0x100,-0xde)](_0x46f110);if(!_0x1848df[_0x4c3424(-_0x5ed52c._0x35d19a,-_0x5ed52c._0x5c31c0,-_0x5ed52c._0x1fd6dd,-_0x5ed52c._0x58dd71)+'y']()){if(_0xd8c296[_0x4c3424(-0x64,0x32,-0x63,-0xa6)](_0xd8c296[_0x4c3424(-0x10b,-0x19e,-0xae,-0x144)],_0xd8c296[_0x4c3424(-_0x5ed52c._0x1ba6c8,-0x9e,-0xd5,-_0x5ed52c._0x49ccb3)])){const _0x34541d=_0xd17322[_0x26f5e0(-_0x5ed52c._0x17ef0e,-0xbd,-0x124,-_0x5ed52c._0x3aba7d)](_0x129f35);_0xd8c296[_0x26f5e0(-0xf5,-0xea,-_0x5ed52c._0x54e871,-_0x5ed52c._0x36bb7c)](_0x3b5b8e,{'responding':!![],'service':_0x34541d[_0x4c3424(-0x16,_0x5ed52c._0x380418,-_0x5ed52c._0x1c6723,-0xa8)]||_0xd8c296[_0x4c3424(-0x103,-_0x5ed52c._0x23c22e,-0x85,-_0x5ed52c._0x537c0a)]});}else console[_0x26f5e0(-_0x5ed52c._0x335f02,-0x7b,-_0x5ed52c._0x136877,-0xcb)](_0x26f5e0(-_0x5ed52c._0x1638aa,-_0x5ed52c._0x42d79d,-_0x5ed52c._0x242738,-_0x5ed52c._0x4a6e23)+'up\x20path\x20is'+_0x4c3424(-0xe7,-0x132,-0x17e,-_0x5ed52c._0x5be508)+_0x4c3424(-0xac,-_0x5ed52c._0x5ebc11,-_0x5ed52c._0x49ccb3,-0x9a)+_0x46f110),process['exit'](-0x26e*0x1+0x4*-0x43+0x37b);}}catch(_0x2a8010){console['error'](_0x26f5e0(-0x44,-0x71,-_0x5ed52c._0x39774a,-_0x5ed52c._0x335f02)+_0x26f5e0(-0x5e,_0x5ed52c._0x347d03,-0x56,_0x5ed52c._0x5a93d5)+_0x4c3424(-_0x5ed52c._0x25ce1d,-0xc7,-_0x5ed52c._0x416797,-0x10e)+'st:\x20'+_0x46f110),process[_0x4c3424(-_0x5ed52c._0x54dce1,-_0x5ed52c._0x234642,-0x195,-0x122)](-0x1f55+0x21f8+-0x2a2);}const _0x2c4e95=_0x1ff2a5[_0x4c3424(-_0x5ed52c._0x28f785,-0x1c,_0x5ed52c._0x327e8e,-0xa7)](__dirname,'..','..',_0x4c3424(-_0x5ed52c._0x2297a3,-0x6e,0x27,0x14));console[_0x26f5e0(-0x55,-_0x5ed52c._0x1af80c,-_0x5ed52c._0x3bef37,-_0x5ed52c._0x54edcd)](''),console['log'](_0x4c3424(-_0x5ed52c._0x374cfc,-0xa0,-0x3,-0x8b)+_0x26f5e0(_0x5ed52c._0x50e081,_0x5ed52c._0x295a45,0x2c,_0x5ed52c._0x4f0585)+'erver...'),console[_0x4c3424(-0xaa,-_0x5ed52c._0x55fd4b,-0x9f,-0x1a)](_0x26f5e0(_0x5ed52c._0x3435f4,-0x3b,0x3c,_0x5ed52c._0x4513e2)+_0x4c3424(-_0x5ed52c._0x5947bc,-0x139,-0xb9,-0x143)+_0x46f110),console[_0x4c3424(-_0x5ed52c._0x18a735,-0x2a,-_0x5ed52c._0x318f26,-0x20)]('\x20\x20Port:\x20\x20\x20'+_0x26f5e0(-_0x5ed52c._0x3f6848,0x37,_0x5ed52c._0x4a6e23,0x21)+_0x58c5fb),console[_0x4c3424(-_0x5ed52c._0x18a735,-_0x5ed52c._0x54d5c4,-_0x5ed52c._0x242999,-0x122)]('\x20\x20Mode:\x20\x20\x20'+_0x4c3424(-_0x5ed52c._0x42e068,-_0x5ed52c._0x3c880c,-_0x5ed52c._0x426797,-_0x5ed52c._0x39774a)),console['log']('');const _0x2bed54=await _0xd8c296[_0x26f5e0(-0xdd,-0x48,-0xb8,-0x2e)](getTrustProxy),_0x55cf8e={...process[_0x4c3424(-0xc6,-_0x5ed52c._0x4ff798,-_0x5ed52c._0x2f94f1,-_0x5ed52c._0xbd0d73)]};_0x55cf8e['CODER_SETU'+'P_PATH']=_0x46f110,_0x55cf8e[_0x26f5e0(-_0x5ed52c._0x43ffa8,-0x5d,_0x5ed52c._0x2f7b98,-0x6f)]=_0x58c5fb;const _0x2c93ff=_0x55cf8e;_0x2bed54&&(_0x2c93ff[_0x26f5e0(0x0,-_0x5ed52c._0x68cb7f,0xf,0x2a)+'Y']=_0xd8c296[_0x4c3424(-_0x5ed52c._0x24b3f6,-_0x5ed52c._0x48fecc,-0xfb,-_0x5ed52c._0x471324)]);const _0x16ed25=[_0x2c4e95];process[_0x26f5e0(-0xc9,-0x93,-_0x5ed52c._0x5172a3,-0x31)][_0x4c3424(-0xf5,-0x14b,-_0x5ed52c._0x1953df,-_0x5ed52c._0x2d7459)+_0x4c3424(-0x50,-0xa6,_0x5ed52c._0x3d6129,-0x13)]&&_0x16ed25[_0x26f5e0(_0x5ed52c._0x1ea3f8,0x0,0xd,0x36)](_0xd8c296['qqoND']);const _0x2d0444=_0x1ff2a5[_0x26f5e0(-0xd4,-0xcf,-_0x5ed52c._0x411bc7,-_0x5ed52c._0x391635)](LOG_FILE),_0x2a977b={};_0x2a977b[_0x4c3424(-_0x5ed52c._0xccbe74,-_0x5ed52c._0x3692b1,-_0x5ed52c._0xb81475,-_0x5ed52c._0x126c9b)]=!![],await _0x251873[_0x26f5e0(-0x128,-0x9f,-0x7c,-0x43)](_0x2d0444,_0x2a977b);const _0x21b2bd=await _0x251873['open'](LOG_FILE,'a'),_0x5a0be0=spawn(_0xd8c296['pBXRg'],_0x16ed25,{'env':_0x2c93ff,'detached':!![],'stdio':[_0xd8c296[_0x26f5e0(-_0x5ed52c._0x252700,-0xb9,-0x6e,-_0x5ed52c._0x21cb5c)],_0x21b2bd['fd'],_0x21b2bd['fd']]});_0x5a0be0['unref']();const _0x52a106=_0x1ff2a5[_0x26f5e0(-_0x5ed52c._0x5c710c,-0xcf,-_0x5ed52c._0x57a863,-_0x5ed52c._0x19ba90)](PID_FILE),_0x123e63={};_0x123e63[_0x26f5e0(-0x120,-0x82,-_0x5ed52c._0x3f243d,-_0x5ed52c._0x5479be)]=!![];function _0x26f5e0(_0x1a65bb,_0x51fdc3,_0x2a07ce,_0x3b8c83){return _0x45a221(_0x51fdc3- -_0x352218._0x45f595,_0x51fdc3-0x52,_0x1a65bb,_0x3b8c83-_0x352218._0x3415de);}await _0x251873['mkdir'](_0x52a106,_0x123e63),await _0x251873['writeFile'](PID_FILE,_0x5a0be0[_0x26f5e0(-_0x5ed52c._0x12ca57,-_0x5ed52c._0x19b5a2,-_0x5ed52c._0x3ef408,_0x5ed52c._0x1939f8)]['toString'](),_0xd8c296[_0x4c3424(-0xcb,-_0x5ed52c._0x5752f6,-0x80,-_0x5ed52c._0x5247f7)]),console[_0x26f5e0(-_0x5ed52c._0x5e2a3d,-_0x5ed52c._0x1af80c,-_0x5ed52c._0x327e8e,_0x5ed52c._0x327e8e)]('✓\x20Server\x20s'+'tarted\x20in\x20'+_0x26f5e0(-_0x5ed52c._0x2ebd9c,-_0x5ed52c._0x257414,-_0x5ed52c._0x54edcd,-0xc2)+_0x26f5e0(-0x65,-0x90,-0x4c,-0x124)+_0x5a0be0[_0x26f5e0(-_0x5ed52c._0xcb394f,-_0x5ed52c._0x3095be,-_0x5ed52c._0x11ed48,_0x5ed52c._0x5f5b54)]+')'),console[_0x26f5e0(-_0x5ed52c._0x264c14,-_0x5ed52c._0x241cc0,-0xc0,-0x70)](_0x4c3424(-0x17,-_0x5ed52c._0xc82162,-0x7b,-_0x5ed52c._0x287178)+_0x26f5e0(0x14,-_0x5ed52c._0x291f42,-0x60,0x3a)+_0x4c3424(_0x5ed52c._0x4899b5,_0x5ed52c._0x4fcaab,-_0x5ed52c._0x4eee1a,-_0x5ed52c._0x3fb948)+_0x58c5fb),console['log'](_0x26f5e0(-0x12,_0x5ed52c._0x51e20a,0x72,0x75)+LOG_FILE),console[_0x26f5e0(-0x83,-0x77,-0xe4,-0x9a)](''),console[_0x26f5e0(-0x85,-0x77,-_0x5ed52c._0x1b0c65,-0x13)](_0x26f5e0(-0x74,-_0x5ed52c._0x1b4194,_0x5ed52c._0xd36917,-0x83)+_0x4c3424(-0xd6,-0x3e,-_0x5ed52c._0x415c6e,-0xaf)+_0x4c3424(-_0x5ed52c._0x3e7758,-_0x5ed52c._0xe9f276,-0x59,-0xd8)+'heck\x20serve'+'r\x20status'),console[_0x4c3424(-0xaa,-_0x5ed52c._0x808e7,-_0x5ed52c._0x4dc775,-0x81)](_0xd8c296[_0x4c3424(-0x70,-0xae,-_0x5ed52c._0x47b2c7,-_0x5ed52c._0x2edbe3)]),console['log'](_0xd8c296[_0x4c3424(-0x8a,-0x35,-_0x5ed52c._0x5479be,-_0x5ed52c._0x212554)]);}export async function stopServer(){const _0x142e8b={_0x5881e8:0x1d0,_0x3738b9:0x211,_0x56829e:0x1ff,_0x251805:0x21f,_0x5a2551:0x2a3,_0x5b0a79:0x242,_0x3a2e86:0x208,_0x45d9c6:0x2c2,_0x2d275a:0x27a,_0x311f40:0x265,_0x21da18:0x17c,_0x18204f:0x302,_0x5143ca:0x2cf,_0x4d380e:0x290,_0x44bf1c:0x229,_0x1e9ae4:0x21c,_0x32f2dc:0x23c,_0x1debf6:0x126,_0x51560b:0x240,_0x52204c:0x254,_0x5e41fd:0x30b,_0x4ed98a:0x285,_0x44ba86:0x212,_0x213641:0x241,_0x4f835a:0x1ab,_0x558470:0x130,_0x592f50:0x1f0,_0x2cd3f3:0x184,_0x4798a4:0x1e4,_0x304562:0x150,_0x503c38:0x22d,_0x374d7e:0x1bd,_0x28c7c5:0x27f,_0x15e543:0x28c,_0x106a85:0x1ff,_0x1dac42:0x1cb,_0x41f990:0x1f4,_0x48c0bc:0x2d5,_0x4c4252:0x2de,_0x3b1f37:0x2a0,_0x17942b:0x18b,_0x3be101:0x167,_0x437598:0x317,_0x1cee9c:0x2ae,_0xce9056:0x238,_0x4681e5:0x1d2,_0x129eff:0x143,_0x114e8f:0x1f8,_0x302f10:0x20f,_0x1ded68:0x2a1,_0x394a2d:0x2d5,_0x1b30f9:0x20a,_0x3274e2:0x104,_0xe35969:0xff,_0x388b02:0xd9,_0x2c76f0:0xcf,_0x47be57:0x272,_0x535e2c:0x1f3,_0xf74882:0x390,_0x5a1214:0x30f,_0x185344:0x381,_0x3ba80f:0x36a,_0xe864a:0x1f5,_0x5b4891:0x218,_0x2c57eb:0x1f2,_0x284159:0x1e9,_0x63b8a6:0x203,_0x5605cf:0x245,_0x4f3bbe:0x230,_0x4a6821:0x20e,_0x4e20f3:0x223,_0x562da4:0x204,_0x157532:0x29d,_0x4e79d4:0x232,_0x409dab:0x23f,_0x2b9980:0x2b6,_0x58efe7:0x331,_0x4024da:0x2f0,_0x21187e:0x32c,_0x3835d3:0x8e,_0x1c0357:0x2cb,_0x5517cd:0x1f1,_0x1eaa79:0x195,_0x5ee05e:0x233,_0x1ff103:0x2fc,_0x5e7a60:0x308,_0x62f860:0x2bf,_0x3c24b8:0x2a6,_0x11553e:0x221,_0x1d1bbc:0x26e,_0x14f74e:0x2ca,_0x66013f:0x26e,_0x41fd56:0x2c0,_0x51e877:0x2a1,_0xd0c251:0x26c,_0x1172eb:0x1c1,_0x3d48eb:0x1da,_0x49ffa7:0x227,_0x5c65c0:0x268,_0x3fde76:0x2a4,_0x263180:0x1eb,_0x482480:0x1b8,_0x25ff47:0x23e,_0x1cb2b3:0x120,_0x364ca4:0x15d,_0x130b88:0x212,_0x2890b4:0x26a,_0x3c5e53:0x1a3,_0x280877:0x25b,_0x5df0ec:0x2a5,_0x800260:0x2ba,_0x4b190d:0x2e3,_0x34e0ee:0x259,_0x1a10dc:0x20c,_0x27a2d3:0x2b3,_0x30dead:0x294,_0x57bd50:0x21b,_0x3d0b3b:0x1ca,_0x563d0b:0x210,_0x3500f4:0x10c,_0xa54acc:0xe1},_0x9ac972={_0x577135:0x33c,_0xb2eda3:0x14},_0x4c1c17={_0x290ce7:0x19b},_0x16044e={'NbfrR':_0x40490d(-_0x142e8b._0x5881e8,-_0x142e8b._0x3738b9,-0x259,-_0x142e8b._0x56829e)+_0x283d56(_0x142e8b._0x251805,0x1d0,0x1dc,_0x142e8b._0x5a2551)+'h:','vNTZG':_0x40490d(-_0x142e8b._0x5b0a79,-_0x142e8b._0x3a2e86,-0x1fb,-0x1ab)+_0x283d56(0x1b7,0x1b8,0x165,0x207),'pfUnt':_0x40490d(-_0x142e8b._0x45d9c6,-0x2be,-0x2a5,-0x2fe)+_0x40490d(-0x2a2,-0x24a,-_0x142e8b._0x2d275a,-0x1f6)+_0x283d56(0x1cc,_0x142e8b._0x311f40,_0x142e8b._0x21da18,0x14a)+_0x40490d(-_0x142e8b._0x5b0a79,-0x2cb,-0x2ce,-_0x142e8b._0x18204f),'tZpph':'Stop\x20it\x20wi'+_0x40490d(-_0x142e8b._0x5143ca,-_0x142e8b._0x4d380e,-_0x142e8b._0x3a2e86,-_0x142e8b._0x44bf1c)+_0x283d56(0x20f,_0x142e8b._0x1e9ae4,0x18b,_0x142e8b._0x32f2dc)+_0x40490d(-0x228,-0x27e,-0x1e9,-0x225)+'e\x20it\x20was\x20s'+_0x283d56(0x131,_0x142e8b._0x1debf6,0x1b3,0xd0),'GLJaB':function(_0x149d43){return _0x149d43();},'yelRZ':'Server\x20is\x20'+'not\x20runnin'+'g','jygqm':_0x40490d(-_0x142e8b._0x51560b,-0x2a4,-_0x142e8b._0x52204c,-_0x142e8b._0x5e41fd),'ibfjX':_0x40490d(-0x306,-_0x142e8b._0x4ed98a,-_0x142e8b._0x44ba86,-_0x142e8b._0x213641),'jGZrT':_0x40490d(-_0x142e8b._0x4f835a,-0x1e3,-0x158,-0x245),'cNPfw':function(_0xff4a23,_0x79d09d){return _0xff4a23<_0x79d09d;},'OETla':function(_0x443c1c,_0x289c13){return _0x443c1c===_0x289c13;},'phJJT':_0x283d56(0x158,_0x142e8b._0x558470,_0x142e8b._0x592f50,0x1d3),'gACBM':function(_0x54814c,_0xd771b2){return _0x54814c!==_0xd771b2;},'ESnPA':_0x283d56(_0x142e8b._0x2cd3f3,_0x142e8b._0x4798a4,_0x142e8b._0x304562,0x1ec),'lLQya':_0x283d56(_0x142e8b._0x503c38,_0x142e8b._0x374d7e,_0x142e8b._0x28c7c5,0x2ab)+_0x40490d(-_0x142e8b._0x15e543,-0x2b8,-0x23f,-0x2d0)+_0x283d56(_0x142e8b._0x106a85,_0x142e8b._0x1dac42,0x233,_0x142e8b._0x41f990)+',\x20forcing.'+'..','pSIOx':_0x40490d(-_0x142e8b._0x48c0bc,-0x276,-_0x142e8b._0x4c4252,-_0x142e8b._0x3b1f37)+_0x40490d(-_0x142e8b._0x592f50,-0x216,-_0x142e8b._0x17942b,-_0x142e8b._0x4f835a),'sMzYU':_0x283d56(0x1d8,_0x142e8b._0x3be101,0x1b8,0x21a)};function _0x283d56(_0xef05a,_0x48b2a3,_0x7db0ed,_0x8d47a2){return _0x45a221(_0xef05a-0x12f,_0x48b2a3-0x7c,_0x48b2a3,_0x8d47a2-_0x4c1c17._0x290ce7);}const {running:_0x9b650d,pid:_0x1ed0b8}=await _0x16044e[_0x40490d(-_0x142e8b._0x437598,-_0x142e8b._0x1cee9c,-0x30d,-_0x142e8b._0xce9056)](isServerRunning);if(!_0x9b650d){console[_0x283d56(0x178,_0x142e8b._0x4681e5,_0x142e8b._0x129eff,0x215)](_0x16044e[_0x283d56(_0x142e8b._0x114e8f,0x1cd,_0x142e8b._0x302f10,0x24c)]);return;}function _0x40490d(_0x52d2d8,_0x3514c7,_0x311f03,_0x599442){return _0x53b925(_0x3514c7- -_0x9ac972._0x577135,_0x3514c7-0xf,_0x311f03-_0x9ac972._0xb2eda3,_0x599442);}console[_0x40490d(-0x248,-_0x142e8b._0x1ded68,-0x223,-_0x142e8b._0x394a2d)](_0x283d56(_0x142e8b._0x1b30f9,0x262,0x1aa,0x26e)+'erver\x20(PID'+':\x20'+_0x1ed0b8+_0x283d56(_0x142e8b._0x3274e2,0x150,0xcf,0x196));try{if(_0x16044e[_0x283d56(_0x142e8b._0xe35969,_0x142e8b._0x388b02,0x6e,_0x142e8b._0x2c76f0)]!==_0x16044e['ibfjX']){process['kill'](_0x1ed0b8,_0x16044e[_0x283d56(0x1fc,0x17c,0x1da,_0x142e8b._0x47be57)]);for(let _0x34a16c=0x1*0x1949+-0xf44+-0xa05;_0x16044e[_0x40490d(-_0x142e8b._0x535e2c,-0x1f9,-0x1a3,-0x22e)](_0x34a16c,-0x1352+0x1*0x224e+-0xeca);_0x34a16c++){try{process[_0x40490d(-_0x142e8b._0xf74882,-_0x142e8b._0x5a1214,-_0x142e8b._0x185344,-_0x142e8b._0x3ba80f)](_0x1ed0b8,0x2173+-0xf1c+0x3*-0x61d),await new Promise(_0x27f7ad=>setTimeout(_0x27f7ad,-0x3f5*0x1+0x1036*0x1+-0xbdd));}catch{if(_0x16044e[_0x283d56(0x214,_0x142e8b._0xe864a,0x1b7,_0x142e8b._0x5b4891)](_0x16044e[_0x40490d(-_0x142e8b._0x2c57eb,-_0x142e8b._0x284159,-_0x142e8b._0x63b8a6,-_0x142e8b._0x5605cf)],_0x16044e[_0x283d56(_0x142e8b._0x4f3bbe,_0x142e8b._0x4a6821,0x1a4,_0x142e8b._0x4e20f3)]))break;else _0xd66afd[_0x283d56(0x174,_0x142e8b._0x562da4,0x1e6,0x143)]('Error:\x20Set'+_0x40490d(-_0x142e8b._0x157532,-0x212,-_0x142e8b._0x4e79d4,-0x187)+_0x40490d(-_0x142e8b._0x409dab,-_0x142e8b._0x2b9980,-0x2b6,-0x230)+_0x40490d(-_0x142e8b._0x58efe7,-0x2fe,-_0x142e8b._0x4024da,-_0x142e8b._0x21187e)+_0x579125),_0x3a42f9[_0x283d56(0x10c,0xc5,0x103,_0x142e8b._0x3835d3)](-0xa81*0x2+0x21*-0x1+0x1524);}}try{_0x16044e['gACBM'](_0x16044e[_0x283d56(0x1e1,0x19e,0x175,0x171)],_0x16044e[_0x40490d(-0x1ec,-_0x142e8b._0xce9056,-_0x142e8b._0x1c0357,-_0x142e8b._0x5517cd)])?(_0x2fb1e3['log'](_0x16044e[_0x283d56(_0x142e8b._0x1eaa79,0x1e0,_0x142e8b._0x5ee05e,0x113)]),_0x1ec18b[_0x40490d(-_0x142e8b._0x1ff103,-_0x142e8b._0x1ded68,-_0x142e8b._0x4024da,-_0x142e8b._0x44bf1c)](_0x16044e['vNTZG'])):(process[_0x40490d(-0x323,-_0x142e8b._0x5a1214,-0x2e3,-0x345)](_0x1ed0b8,-0x137d+-0x5c*-0x3a+-0x15b),console['log'](_0x16044e['lLQya']),process[_0x40490d(-_0x142e8b._0x5e7a60,-0x30f,-_0x142e8b._0x62f860,-_0x142e8b._0x4d380e)](_0x1ed0b8,_0x283d56(_0x142e8b._0x1e9ae4,_0x142e8b._0x3c24b8,0x1ab,0x2a0)));}catch{}await _0x251873[_0x40490d(-_0x142e8b._0x11553e,-0x237,-_0x142e8b._0x1d1bbc,-_0x142e8b._0x1cee9c)](PID_FILE)[_0x40490d(-_0x142e8b._0x14f74e,-_0x142e8b._0x66013f,-_0x142e8b._0x41fd56,-0x2bc)](()=>{}),console[_0x40490d(-0x2c5,-_0x142e8b._0x51e877,-0x308,-_0x142e8b._0xd0c251)](_0x16044e[_0x283d56(_0x142e8b._0x535e2c,_0x142e8b._0x1172eb,_0x142e8b._0x3d48eb,_0x142e8b._0x49ffa7)]);}else _0x56f55d[_0x40490d(-0x21a,-_0x142e8b._0x1ded68,-_0x142e8b._0x5c65c0,-_0x142e8b._0x3fde76)](_0x16044e[_0x283d56(0x213,0x28e,_0x142e8b._0x263180,0x25e)]),_0x36efbc['log'](_0x16044e[_0x283d56(_0x142e8b._0x482480,0x1bf,0x1bf,_0x142e8b._0x25ff47)]);}catch(_0x35dd60){_0x16044e[_0x283d56(0x1af,_0x142e8b._0x1cb2b3,_0x142e8b._0x364ca4,_0x142e8b._0x130b88)](_0x40490d(-_0x142e8b._0x2890b4,-0x241,-0x265,-_0x142e8b._0x3c5e53),_0x16044e['sMzYU'])?_0x33c048[_0x283d56(0x178,0x12b,0x202,0x124)](_0x31ed87):(console[_0x40490d(-_0x142e8b._0x280877,-_0x142e8b._0x5df0ec,-_0x142e8b._0x800260,-_0x142e8b._0x4b190d)](_0x40490d(-_0x142e8b._0x34e0ee,-0x23a,-0x2ce,-_0x142e8b._0x1a10dc)+_0x40490d(-_0x142e8b._0x27a2d3,-0x227,-0x1c8,-_0x142e8b._0x30dead)+_0x283d56(0x1da,_0x142e8b._0x57bd50,_0x142e8b._0x3d0b3b,0x1b3)+_0x35dd60[_0x40490d(-_0x142e8b._0x30dead,-0x27a,-_0x142e8b._0x563d0b,-0x237)]),process[_0x283d56(_0x142e8b._0x3500f4,0x150,0x186,_0x142e8b._0xa54acc)](-0x7*0x495+0x30d*0x1+0x1d07));}}async function checkServerHealth(_0x3612c0){const _0x27daff={_0xec341e:0x5aa,_0x32975c:0x512,_0x286b18:0x54a,_0x1b93b4:0x558,_0x4db74b:0xf7,_0x2b1db9:0xc6,_0x2477cd:0x68,_0x212667:0x102,_0x58766a:0xbd,_0x45e5fe:0x552,_0x27505c:0x449,_0x5adc82:0x4bd,_0x3e7c67:0x29,_0x294ace:0x97,_0x3b4118:0x14,_0xe21ba9:0x1c,_0x4e8d9d:0x17,_0x57f25d:0x53,_0x1a4fa0:0x521,_0x2c3904:0x598,_0x4a5712:0x4f0,_0x3e897b:0x483,_0x260eff:0x49f,_0x50971f:0x4cd,_0x5865b2:0x14d,_0x3fe3ca:0xdd},_0x67d62b={_0xa239a:0x316,_0x513eeb:0x49c,_0x1810b2:0x403,_0x5c8b5b:0x4b7,_0x56a76a:0x46e,_0x1c74dd:0x41f,_0x1bbfdb:0x43b,_0x3f4f61:0x3c1,_0x1e84bb:0x5d3,_0x4c1438:0x41b,_0x5501c2:0x3c9,_0x49d9bc:0x3cd,_0x1408a0:0x3ff,_0x4b21ad:0x3ea,_0x14b7e3:0x444,_0x1ef7a1:0x44b,_0x2070a2:0x3f5,_0x4686e1:0x377,_0x533f4b:0x414,_0x4a2cef:0x52d,_0x18ecae:0x456,_0xed7c62:0x4c6,_0x2f8ee0:0x4d1,_0x22012a:0x3eb,_0x28d302:0x4ac,_0x3ed477:0x3d3,_0x5259fd:0x380,_0x108a1b:0x2f3,_0x723a2c:0x38f,_0x54b8c2:0x3f8,_0x4a243a:0x3a6,_0x1dbae3:0x3be},_0x28e6a8={_0x1a510b:0x2a,_0x20c134:0x87,_0x32fdc8:0x127,_0x5b977e:0x129,_0x83b6bc:0x1df},_0x54f291={_0x4808df:0x47,_0x58fd6c:0x16a},_0x10eca0={_0xb7e19e:0x47d,_0x2b5faf:0x444},_0x42ed6f={_0x451e12:0x4a7,_0x5c078b:0x89,_0x219713:0x17e};function _0x229045(_0x202e0b,_0x4af6ae,_0x275bf0,_0x59a779){return _0x45a221(_0x202e0b-0x46,_0x4af6ae-0xf0,_0x275bf0,_0x59a779-0x15b);}const _0xfb6869={'ZBNnG':_0x4573cd(_0x27daff._0xec341e,_0x27daff._0x32975c,_0x27daff._0x286b18,_0x27daff._0x1b93b4)+'erver\x20with'+':','JdXeV':'\x20\x20coder-se'+_0x229045(_0x27daff._0x4db74b,_0x27daff._0x2b1db9,0xb8,0x93),'NqdLY':function(_0xff549b,_0x143b8a){return _0xff549b!==_0x143b8a;},'MqtwW':_0x229045(0xd1,0x15c,_0x27daff._0x2477cd,0x162),'uhwCX':_0x229045(_0x27daff._0x212667,0x8b,0x134,_0x27daff._0x58766a),'zWjZz':_0x4573cd(0x4b9,0x45e,_0x27daff._0x45e5fe,_0x27daff._0x27505c),'WSzFo':_0x4573cd(0x479,0x4e4,_0x27daff._0x5adc82,0x4fd),'QCqIg':_0x229045(_0x27daff._0x3e7c67,-0x37,_0x27daff._0x294ace,0x50),'fFuZi':function(_0x143691,_0x2fd911){return _0x143691(_0x2fd911);},'rjIwO':_0x229045(_0x27daff._0x3b4118,-_0x27daff._0xe21ba9,-_0x27daff._0x4e8d9d,-_0x27daff._0x57f25d),'EZMKR':function(_0x284c06,_0x5d0e26){return _0x284c06===_0x5d0e26;},'Mtlry':function(_0x211896,_0x3d2d8b){return _0x211896===_0x3d2d8b;},'NbGMf':_0x4573cd(_0x27daff._0x1a4fa0,_0x27daff._0x2c3904,_0x27daff._0x4a5712,_0x27daff._0x3e897b),'nTton':_0x4573cd(0x4ab,_0x27daff._0x260eff,0x44e,_0x27daff._0x50971f),'nDKJu':'error','ugbqg':_0x229045(0xb7,_0x27daff._0x5865b2,_0x27daff._0x3fe3ca,0xf7)};function _0x4573cd(_0xf2ac34,_0x4002eb,_0x521133,_0x56a211){return _0x45a221(_0xf2ac34-_0x42ed6f._0x451e12,_0x4002eb-_0x42ed6f._0x5c078b,_0x521133,_0x56a211-_0x42ed6f._0x219713);}return new Promise(_0x24ffe6=>{const _0x3cb69b={_0x193283:0x88},_0x3cc0ea={_0x278999:0x36,_0x31433f:0x1d,_0x404ce9:0x21b,_0xcc7aba:0x311,_0x4891f5:0x1c4,_0x5dc8ab:0x263,_0x19af0e:0x16b},_0x3bc0e3={_0x2f6da5:0x1c0,_0x189d73:0x12b},_0x3c9d44={_0x59f70d:0x22,_0x3bf6ed:0x3f,_0x5e3098:0x43},_0x17a5d5={'eppci':'true','Hyfhm':function(_0x557a7e,_0xad77ad){return _0x557a7e===_0xad77ad;},'rgiKk':_0xfb6869[_0x5815e6(_0x67d62b._0xa239a,0x351,0x2ec,0x38b)],'BqAjQ':_0xfb6869[_0x56a368(_0x67d62b._0x513eeb,_0x67d62b._0x1810b2,_0x67d62b._0x5c8b5b,_0x67d62b._0x56a76a)],'PCyBH':function(_0x7dba82,_0x59c40c){function _0x7bc73c(_0x4b2e90,_0x25e622,_0x2d77ff,_0x45e4f5){return _0x5815e6(_0x4b2e90-0xa4,_0x45e4f5,_0x2d77ff-0x12e,_0x4b2e90-0xdb);}return _0xfb6869[_0x7bc73c(0x478,_0x10eca0._0xb7e19e,0x43d,_0x10eca0._0x2b5faf)](_0x7dba82,_0x59c40c);},'RzRdC':_0xfb6869['rjIwO'],'Peewh':function(_0xe32422,_0x26ee19){const _0x3a8073={_0x20591f:0x25,_0x142815:0x197,_0x2fe373:0x4bb};function _0x117f80(_0x4397a6,_0x3ba5c7,_0x387dce,_0x2067f0){return _0x5815e6(_0x4397a6-_0x3a8073._0x20591f,_0x2067f0,_0x387dce-_0x3a8073._0x142815,_0x387dce- -_0x3a8073._0x2fe373);}return _0xfb6869[_0x117f80(-_0x3c9d44._0x59f70d,_0x3c9d44._0x3bf6ed,-_0x3c9d44._0x5e3098,-0x3d)](_0xe32422,_0x26ee19);},'OUioS':_0x5815e6(0x43d,_0x67d62b._0x1c74dd,_0x67d62b._0x1bbfdb,_0x67d62b._0x3f4f61)};function _0x5815e6(_0x771a65,_0x74daa1,_0x45bb26,_0x39a619){return _0x4573cd(_0x39a619- -0x131,_0x74daa1-_0x3bc0e3._0x2f6da5,_0x74daa1,_0x39a619-_0x3bc0e3._0x189d73);}function _0x56a368(_0x359a08,_0xfd7808,_0x334d2b,_0x524940){return _0x4573cd(_0x524940- -_0x54f291._0x4808df,_0xfd7808-0x142,_0x359a08,_0x524940-_0x54f291._0x58fd6c);}if(_0xfb6869['Mtlry'](_0xfb6869[_0x56a368(0x5ac,_0x67d62b._0x1e84bb,0x4c3,0x556)],_0xfb6869[_0x5815e6(_0x67d62b._0x4c1438,_0x67d62b._0x5501c2,0x3cb,_0x67d62b._0x49d9bc)]))_0x2a3e24['log'](_0xfb6869[_0x56a368(0x421,_0x67d62b._0x1408a0,_0x67d62b._0x4b21ad,_0x67d62b._0x14b7e3)]),_0x4c41a1[_0x5815e6(_0x67d62b._0x1ef7a1,_0x67d62b._0x2070a2,_0x67d62b._0x4686e1,0x3bf)](_0xfb6869[_0x5815e6(_0x67d62b._0x533f4b,0x49f,0x3dc,0x417)]);else{const _0x526569={};_0x526569[_0x56a368(_0x67d62b._0x4a2cef,_0x67d62b._0x18ecae,_0x67d62b._0xed7c62,_0x67d62b._0x2f8ee0)]=0x7d0;const _0x69ad42=_0x298dba[_0x5815e6(0x416,_0x67d62b._0x22012a,0x3dd,0x435)](_0x56a368(0x439,_0x67d62b._0x28d302,0x4c7,0x486)+_0x5815e6(_0x67d62b._0x3ed477,0x3e8,0x3a9,_0x67d62b._0x5259fd)+_0x3612c0+_0x5815e6(_0x67d62b._0x108a1b,0x428,0x381,_0x67d62b._0x723a2c),_0x526569,_0x3b0204=>{const _0x257e08={_0x296305:0x397,_0x5a17fc:0x3c3,_0x22af82:0x371,_0x2c9027:0x1b2,_0x94f01a:0x144,_0xde8246:0x29c,_0x5d27af:0x299,_0x578b17:0x2e4,_0x204b0c:0x2c7,_0x2fef46:0x2e9,_0x1187d6:0x2de,_0x43d0fe:0x357,_0x4dca0a:0x2a1,_0x23c10b:0x257,_0x39e782:0x1fe,_0x37b3ab:0x271,_0x1cf34f:0x1db,_0xf0a26d:0xfa,_0x24380e:0x17d,_0x5bd303:0x271,_0x18a934:0x24f,_0x36c8d2:0x1fc,_0x4fbdb6:0x2e5,_0x4d6929:0x2eb,_0x5310af:0x2b4,_0x29d162:0x39d,_0x353912:0x3a7,_0x188ddf:0x3d5,_0x2e71d3:0x1b8,_0x341d3c:0x395,_0x300f43:0x398,_0x420d90:0x283,_0x4aec33:0x1ec,_0x12c726:0x281,_0x199c7f:0x369,_0x1ab8b1:0x30b},_0x31b1ef={_0x438018:0x425},_0x6ac802={_0x1e7c7a:0x351,_0x433415:0x14},_0x36cf55={_0x360096:0x1e0,_0x5d6780:0x21,_0x117055:0x295};function _0x4f4fcb(_0xa7e3c4,_0x440399,_0x1d63ea,_0x247065){return _0x56a368(_0x1d63ea,_0x440399-_0x36cf55._0x360096,_0x1d63ea-_0x36cf55._0x5d6780,_0x247065- -_0x36cf55._0x117055);}function _0x223ea6(_0x59ff69,_0x36d315,_0x1d0333,_0x429814){return _0x5815e6(_0x59ff69-0x1c9,_0x36d315,_0x1d0333-0x14b,_0x59ff69- -0x427);}if(_0xfb6869['NqdLY'](_0xfb6869[_0x223ea6(_0x3cc0ea._0x278999,_0x3cc0ea._0x31433f,-0x5d,0x61)],_0xfb6869[_0x4f4fcb(_0x3cc0ea._0x404ce9,0x226,_0x3cc0ea._0xcc7aba,0x2b2)]))_0x2fb928[_0x223ea6(-0x44,-0x95,-0x77,-0x10)+'Y']=_0x17a5d5['eppci'];else{let _0x2a14ac='';_0x3b0204['on'](_0xfb6869[_0x4f4fcb(_0x3cc0ea._0x4891f5,_0x3cc0ea._0x5dc8ab,_0x3cc0ea._0x19af0e,0x1f0)],_0x289e93=>_0x2a14ac+=_0x289e93),_0x3b0204['on'](_0xfb6869[_0x4f4fcb(0x2e7,0x24c,0x229,0x277)],()=>{function _0xff685(_0x4691b1,_0x15296a,_0x21a4dd,_0x4b58ec){return _0x223ea6(_0x21a4dd-_0x6ac802._0x1e7c7a,_0x4b58ec,_0x21a4dd-_0x6ac802._0x433415,_0x4b58ec-0x1b0);}function _0x3a51f0(_0x2d0a0c,_0x15cde7,_0x1d99c1,_0x544efd){return _0x4f4fcb(_0x2d0a0c-0x102,_0x15cde7-0x1c6,_0x544efd,_0x1d99c1- -_0x31b1ef._0x438018);}try{if(_0x17a5d5[_0xff685(_0x257e08._0x296305,_0x257e08._0x5a17fc,_0x257e08._0x22af82,0x30f)](_0x17a5d5[_0x3a51f0(-0x24c,-0x11c,-_0x257e08._0x2c9027,-_0x257e08._0x94f01a)],_0x17a5d5[_0xff685(0x2bc,_0x257e08._0xde8246,_0x257e08._0x5d27af,_0x257e08._0x578b17)]))_0x2722ba[_0xff685(0x34a,_0x257e08._0x204b0c,_0x257e08._0x2fef46,_0x257e08._0x1187d6)](_0xff685(0x302,_0x257e08._0x43d0fe,0x325,_0x257e08._0x4dca0a)+'th:\x20\x20(not\x20'+'configured'+')');else{const _0xda00d9=JSON[_0x3a51f0(-0x2d5,-0x1c9,-_0x257e08._0x23c10b,-_0x257e08._0x39e782)](_0x2a14ac);_0x17a5d5[_0x3a51f0(-_0x257e08._0x37b3ab,-0x1d1,-0x224,-_0x257e08._0x1cf34f)](_0x24ffe6,{'responding':!![],'service':_0xda00d9[_0x3a51f0(-_0x257e08._0xf0a26d,-0xe7,-_0x257e08._0x24380e,-0x188)]||_0x17a5d5['RzRdC']});}}catch{if(_0x17a5d5[_0x3a51f0(-_0x257e08._0x5bd303,-_0x257e08._0x18a934,-_0x257e08._0x36c8d2,-0x1fe)](_0xff685(_0x257e08._0x4fbdb6,0x30a,_0x257e08._0x4d6929,0x376),_0x17a5d5[_0xff685(0x28a,0x302,0x2f9,0x33d)])){const _0x50d9fe={};_0x50d9fe[_0x3a51f0(-0x268,-0x22e,-0x266,-_0x257e08._0x5310af)]=!![],_0x50d9fe[_0xff685(_0x257e08._0x29d162,_0x257e08._0x353912,0x37d,_0x257e08._0x188ddf)]=_0x17a5d5['RzRdC'],_0x24ffe6(_0x50d9fe);}else _0x153584[_0x3a51f0(-0x27e,-0x174,-0x211,-_0x257e08._0x2e71d3)](_0xff685(_0x257e08._0x341d3c,_0x257e08._0x300f43,0x30a,_0x257e08._0x420d90)+_0x3a51f0(-_0x257e08._0x4aec33,-_0x257e08._0x12c726,-0x1fb,-0x1ef)+_0x3a51f0(-0x217,-0x1d3,-0x254,-0x2ae)+'ground)'),_0x4e6663['log']('\x20\x20URL:\x20\x20\x20\x20'+_0xff685(0x356,_0x257e08._0x199c7f,_0x257e08._0x1ab8b1,0x34e)+_0x9742b0['serverUrl']);}});}}),_0x1a0a67={};_0x1a0a67['responding']=![],_0x69ad42['on'](_0xfb6869[_0x5815e6(_0x67d62b._0x54b8c2,_0x67d62b._0x4a243a,0x36f,0x37b)],()=>_0x24ffe6(_0x1a0a67)),_0x69ad42['on'](_0xfb6869[_0x5815e6(0x436,0x390,0x40d,_0x67d62b._0x1dbae3)],()=>{const _0x4ce42f={_0x26fda5:0x5e};_0x69ad42[_0x2344d2(-_0x28e6a8._0x1a510b,-_0x28e6a8._0x20c134,-0x70,-0x2)]();function _0x19b1fe(_0x2b462b,_0x87eff7,_0x2f7d6a,_0x5f3d6a){return _0x5815e6(_0x2b462b-_0x3cb69b._0x193283,_0x2b462b,_0x2f7d6a-0x37,_0x2f7d6a- -0x52a);}function _0x2344d2(_0x3c5c9f,_0x5e1316,_0x4875ed,_0x161348){return _0x5815e6(_0x3c5c9f-0x141,_0x5e1316,_0x4875ed-_0x4ce42f._0x26fda5,_0x161348- -0x375);}const _0x5db518={};_0x5db518[_0x19b1fe(-0x126,-_0x28e6a8._0x32fdc8,-0x1c0,-_0x28e6a8._0x5b977e)]=![],_0x17a5d5[_0x19b1fe(-0x19c,-0x20f,-0x17e,-_0x28e6a8._0x83b6bc)](_0x24ffe6,_0x5db518);});}});}function _0x53b925(_0x37d570,_0x2dfc4d,_0xd040c8,_0x169082){const _0x2b3067={_0x1a0766:0x96};return _0x4310(_0x37d570- -_0x2b3067._0x1a0766,_0x169082);}export async function showStatus(){const _0x3cd008={_0x436c9a:0x450,_0x57ce65:0x47a,_0x36c192:0x4b9,_0x28a268:0x481,_0x9dfacb:0x52e,_0x1400e9:0x498,_0x2ea64f:0x50d,_0x5d171c:0x496,_0x50936b:0x447,_0x1e11c0:0x47,_0x239bdf:0x456,_0x3d3a9d:0x46,_0x4686c7:0x73,_0x33b008:0x38,_0x31c79c:0x8e,_0x582dd9:0x40,_0x644f25:0xe2,_0x337b0e:0x381,_0x36d70c:0x3d1,_0x5ad9f0:0x45d,_0x32d347:0x4b3,_0x4a7bcb:0x20,_0x117299:0x5a,_0x314ac0:0x6c,_0x453fc8:0x4ba,_0x174ec4:0xb8,_0x11389e:0x14a,_0xce1121:0xd4,_0x521801:0x9a,_0x25942e:0x2fe,_0x13073c:0x36d,_0x446e1c:0x3fa,_0x282a2e:0x451,_0x5960c2:0x68,_0x1e9b8d:0xeb,_0x1480eb:0x92,_0x35c44e:0x1e,_0x246017:0x70,_0x5b37f5:0x65,_0x368d38:0x32,_0x6cbb3:0x28,_0x1c6226:0x11,_0x47c6e7:0x474,_0x489a50:0x3de,_0x2b26c0:0x388,_0x57b5f8:0x363,_0x1a8e15:0x1e,_0x366486:0x4b,_0x2f79ec:0x61,_0x5c60a0:0x60,_0x150f3a:0x80,_0x21c91d:0x2,_0x2cba12:0x427,_0x5e0e95:0x43a,_0x4cd373:0x41,_0x234b66:0x2a,_0x57ee2e:0x13,_0x5dd5d5:0xb3,_0x40afda:0x3fe,_0x4d9ee8:0x453,_0x2c0bf5:0x3f3,_0x1fdbb2:0x27,_0x418c21:0x62,_0x118e5c:0x99,_0x306d05:0x77,_0x24747d:0x3dd,_0x1304c8:0x377,_0x2a4d37:0x3aa,_0x590ba8:0x36e,_0x2ae2f7:0x3ff,_0x2b1e34:0x46b,_0x1d1550:0x442,_0xe5be94:0x44c,_0x1e583a:0x3d6,_0x5deec8:0x3b7,_0x33ff36:0xa6,_0x83fcb7:0xbe,_0x2c9122:0x64,_0x403a7a:0xc6,_0x16a8e:0xfa,_0x6adbe3:0x20,_0x360dca:0x3b3,_0x3152b0:0x37d,_0xd174ba:0x3fa,_0x381e8f:0x417,_0x5b4d77:0x364,_0x14ef9e:0x74,_0x5d07d1:0x23,_0x16de49:0x15,_0x13b222:0x3cc,_0xf297c0:0x43b,_0x84d7ac:0x41e,_0x382981:0x97,_0x5d3ad3:0x73,_0xd01035:0x46c,_0x5441f5:0x8d,_0x5594b7:0x37,_0x448109:0x38c,_0x31ee6d:0xde,_0x327e7d:0x81,_0xc16cbf:0x379,_0x2cd9ba:0x395,_0x1ab931:0x3a8,_0x13938b:0x415,_0x825286:0x3f2,_0xadbc61:0x335,_0xab1cd5:0x37c,_0x126447:0x395,_0x350ba8:0x3fe,_0x334fc3:0x3d1,_0x19b793:0x3a7,_0x2e40f5:0x3d8,_0x5434c6:0x3b2,_0x237169:0x94,_0xfdb467:0xbf,_0x259d7c:0x37a,_0x43eca8:0x3d1,_0x28456e:0xc9,_0x411f61:0x426,_0xcf74b3:0x12,_0x30e672:0x3a,_0x1c2823:0x26,_0x2ce389:0x383,_0xcc64d:0x416,_0x43a3b7:0xb4,_0x5b45a5:0x1d,_0x23a42f:0x3ba,_0x5cd02e:0x2f4,_0x53f329:0x31b,_0x4d6bed:0x3ab,_0x1fcad3:0x326,_0x5c1d3f:0xbb,_0x42247b:0x44b,_0x56a494:0x3d6,_0x424588:0x435,_0x1b69fe:0x39b,_0x2237d7:0x3b4,_0x23fa04:0x42a,_0x1fabd4:0x3cd,_0x4832dc:0x39a,_0x3771a5:0x3ff,_0x11d6ae:0x476,_0x4b0cbd:0x3a2,_0xd3d67:0x3dd,_0x5e167d:0x3f8,_0x5f25a6:0x44a,_0x1c0634:0x38f,_0x3cb0e6:0x30d,_0x1c8dc4:0x3a3,_0x14b02d:0x37f,_0x50ed54:0x3d8,_0xcf5637:0x493,_0x3bd5db:0x462,_0x49efdf:0x48e,_0x320b70:0x41f,_0x102c55:0x34b,_0x4858ee:0x5b,_0x292ecb:0xd2,_0xed0d99:0x36,_0x2f51e5:0x38b,_0x5b301f:0x318,_0x335cc0:0x5d,_0x37d477:0x47d,_0x4c326e:0x3e9,_0x4ffe84:0x4a4,_0x41be81:0x0,_0x49362d:0x25,_0x150a1f:0x56,_0x1221a4:0x5d,_0x2f49c5:0x18,_0x53bd78:0x16,_0x54060d:0xd,_0x4c24f8:0x3bd,_0x31f432:0x387,_0x2becbe:0xc6,_0x37650b:0x48,_0x68b4df:0x97,_0x1b21b5:0x388,_0x438f82:0x3fb,_0x3922c3:0x442,_0x149489:0x514,_0xa46a9:0x3fe,_0x3b6655:0x475,_0xe64b2d:0x11,_0x5eb249:0x8f,_0x11fa43:0x27,_0x2ab988:0x80,_0x5051e2:0x84,_0x34d908:0x42a,_0x31178a:0x4f,_0x30c8e8:0x7d,_0x1f9a59:0x86,_0x230af4:0x4e,_0x2ab73c:0x3d9,_0x13ee10:0x396,_0x531a25:0x384},_0x425083={_0x330c0b:0x342,_0x10ea1d:0x14a},_0x52d1b2={_0x19e325:0x8a,_0x485889:0x1a8};function _0x417928(_0x351299,_0x261b52,_0x4a92cc,_0x56ccaf){return _0x53b925(_0x351299- -_0x52d1b2._0x19e325,_0x261b52-0x4,_0x4a92cc-_0x52d1b2._0x485889,_0x261b52);}const _0x2dc2f5={'makuQ':_0x3b743b(_0x3cd008._0x436c9a,_0x3cd008._0x57ce65,0x48b,0x4b1)+_0x3b743b(_0x3cd008._0x36c192,0x45e,0x41d,_0x3cd008._0x28a268)+_0x3b743b(_0x3cd008._0x9dfacb,_0x3cd008._0x1400e9,0x414,_0x3cd008._0x2ea64f)+'\x20with:','Rhkiv':_0x3b743b(0x482,0x476,_0x3cd008._0x5d171c,_0x3cd008._0x50936b)+_0x417928(0x50,0x53,_0x3cd008._0x1e11c0,-0x2)+'\x20--setup-p'+_0x3b743b(0x400,_0x3cd008._0x239bdf,0x3d7,0x4b6)+_0x417928(-0xd,-_0x3cd008._0x3d3a9d,-_0x3cd008._0x4686c7,-0x10)+_0x417928(0x3a,_0x3cd008._0x33b008,0xc9,_0x3cd008._0x31c79c),'FePdD':function(_0x5c195c){return _0x5c195c();},'FjNUG':_0x417928(0x2a,0x5f,-0xc,-_0x3cd008._0x582dd9)+_0x417928(0x63,0x80,0xbe,_0x3cd008._0x644f25)+'tus:','YhTQD':'wkpjx','RCubZ':_0x3b743b(_0x3cd008._0x337b0e,0x413,_0x3cd008._0x36d70c,_0x3cd008._0x5ad9f0),'Fssno':function(_0x9e7917,_0x285bc2){return _0x9e7917===_0x285bc2;},'znSgb':_0x3b743b(_0x3cd008._0x32d347,0x42d,0x3f1,0x4c7),'amoLw':_0x417928(-_0x3cd008._0x4a7bcb,_0x3cd008._0x117299,-_0x3cd008._0x314ac0,-_0x3cd008._0x3d3a9d),'cRqCu':'woXeS','GuFll':_0x3b743b(_0x3cd008._0x453fc8,0x44f,0x42b,0x481),'ymQJE':'Start\x20the\x20'+_0x417928(_0x3cd008._0x174ec4,0x139,_0x3cd008._0x11389e,_0x3cd008._0xce1121)+'h:','ZEXrS':'\x20\x20coder-se'+_0x417928(0x50,0x9,0xbd,-0x42),'mXlyX':function(_0x31056b,_0x57f61c){return _0x31056b===_0x57f61c;},'GWJsO':'DzRZm','DoOgc':'Stop\x20the\x20s'+'erver\x20with'+':','iQejG':'\x20\x20coder-se'+_0x417928(0x79,_0x3cd008._0x521801,0xd2,0xe4),'rawxs':function(_0x1c51a1,_0x3f2bca){return _0x1c51a1!==_0x3f2bca;},'VjcgC':_0x3b743b(_0x3cd008._0x25942e,_0x3cd008._0x13073c,0x348,_0x3cd008._0x446e1c),'MNfmB':_0x3b743b(_0x3cd008._0x282a2e,0x3c0,0x378,0x448)+_0x417928(_0x3cd008._0x5960c2,_0x3cd008._0x1e9b8d,-0x27,0x63)+_0x417928(0x65,_0x3cd008._0x1480eb,0x83,-0x32)+'d\x20mode.'},{running:_0x3e3d9e,pid:_0x339fc3}=await _0x2dc2f5[_0x417928(_0x3cd008._0x35c44e,-0x30,-_0x3cd008._0x246017,-0x6c)](isServerRunning),_0x8a58a4=await getServerConfig(),_0x474862=await checkServerHealth(_0x8a58a4[_0x417928(-_0x3cd008._0x5b37f5,-0xa1,-_0x3cd008._0x368d38,0x29)]);console[_0x417928(0x11,0x20,-_0x3cd008._0x6cbb3,-_0x3cd008._0x1c6226)](_0x2dc2f5['FjNUG']);function _0x3b743b(_0x3d11e0,_0x377e46,_0x41c976,_0x31c407){return _0x53b925(_0x377e46-_0x425083._0x330c0b,_0x377e46-0x36,_0x41c976-_0x425083._0x10ea1d,_0x41c976);}console[_0x3b743b(_0x3cd008._0x47c6e7,0x3dd,0x395,0x3dc)]('');if(_0x3e3d9e&&_0x474862[_0x3b743b(_0x3cd008._0x489a50,_0x3cd008._0x2b26c0,_0x3cd008._0x57b5f8,0x3d4)])_0x2dc2f5[_0x417928(-_0x3cd008._0x1a8e15,_0x3cd008._0x366486,-0x4a,_0x3cd008._0x2f79ec)]===_0x2dc2f5[_0x417928(-_0x3cd008._0x5c60a0,-_0x3cd008._0x150f3a,-_0x3cd008._0x21c91d,-0xc7)]?(_0x5a7cb6['log'](_0x2dc2f5[_0x3b743b(0x478,_0x3cd008._0x2cba12,_0x3cd008._0x36c192,_0x3cd008._0x5e0e95)]),_0x3f7a78['log'](_0x2dc2f5[_0x417928(-_0x3cd008._0x4cd373,-_0x3cd008._0x234b66,-_0x3cd008._0x57ee2e,-_0x3cd008._0x5dd5d5)])):(console[_0x3b743b(0x3f6,0x3dd,0x364,0x399)](_0x3b743b(0x47f,_0x3cd008._0x40afda,0x3e1,0x43a)+_0x3b743b(_0x3cd008._0x4d9ee8,_0x3cd008._0x2c0bf5,0x410,0x430)+_0x417928(-0x4b,_0x3cd008._0x1fdbb2,0x2,-_0x3cd008._0x418c21)+_0x417928(-0x25,-_0x3cd008._0x118e5c,_0x3cd008._0x306d05,0x52)),console[_0x3b743b(0x43d,_0x3cd008._0x24747d,0x43b,0x406)]('\x20\x20PID:\x20\x20\x20\x20'+_0x3b743b(_0x3cd008._0x1304c8,0x3ff,0x388,0x440)+_0x339fc3),console['log'](_0x3b743b(_0x3cd008._0x2a4d37,0x3e2,0x352,0x3d0)+_0x3b743b(_0x3cd008._0x590ba8,_0x3cd008._0x2ae2f7,0x468,_0x3cd008._0x2b1e34)+_0x8a58a4[_0x3b743b(_0x3cd008._0x1d1550,0x463,0x400,_0x3cd008._0xe5be94)]));else{if(_0x474862['responding'])_0x2dc2f5[_0x3b743b(_0x3cd008._0x47c6e7,_0x3cd008._0x1e583a,0x439,_0x3cd008._0x5deec8)](_0x2dc2f5[_0x417928(_0x3cd008._0x33ff36,_0x3cd008._0x2f79ec,0x7,_0x3cd008._0x83fcb7)],_0x2dc2f5[_0x417928(-_0x3cd008._0x2c9122,-_0x3cd008._0x403a7a,-0xe4,-_0x3cd008._0x16a8e)])?_0x372184['log'](_0x417928(0x4d,_0x3cd008._0x403a7a,-_0x3cd008._0x6adbe3,0x16)+'th:\x20\x20'+_0x323851[_0x3b743b(0x422,0x487,0x413,0x4e9)]):(console[_0x3b743b(_0x3cd008._0x360dca,0x3dd,_0x3cd008._0x3152b0,0x40f)](_0x3b743b(_0x3cd008._0xd174ba,_0x3cd008._0x40afda,_0x3cd008._0x381e8f,_0x3cd008._0x5b4d77)+_0x417928(0x27,0x34,0x88,0x5d)+_0x417928(-0x32,-_0x3cd008._0x14ef9e,_0x3cd008._0x5d07d1,_0x3cd008._0x16de49)+_0x3b743b(_0x3cd008._0x13b222,_0x3cd008._0xf297c0,_0x3cd008._0x84d7ac,0x3c3)),console['log'](_0x3b743b(0x431,0x3e2,0x394,0x441)+_0x417928(0x33,0x2d,0xc3,0x23)+_0x8a58a4[_0x417928(_0x3cd008._0x382981,-0x6,0x10b,_0x3cd008._0x5d3ad3)]));else _0x3e3d9e?(console['log'](_0x3b743b(0x48b,_0x3cd008._0x40afda,0x453,_0x3cd008._0xd01035)+_0x417928(_0x3cd008._0x5441f5,0xcb,_0x3cd008._0x5594b7,0x104)+'le\x20PID\x20fil'+_0x3b743b(0x33f,_0x3cd008._0x448109,0x3d7,0x38a)+_0x417928(0xa9,0xa3,_0x3cd008._0x31ee6d,_0x3cd008._0x327e7d)+'ding)'),console['log'](_0x3b743b(_0x3cd008._0xc16cbf,_0x3cd008._0x2cd9ba,_0x3cd008._0x1ab931,_0x3cd008._0x13938b)+_0x3b743b(0x336,0x3a8,_0x3cd008._0x825286,_0x3cd008._0xadbc61)+_0x339fc3)):console[_0x3b743b(_0x3cd008._0xab1cd5,0x3dd,_0x3cd008._0x2ae2f7,_0x3cd008._0x126447)](_0x3b743b(0x414,_0x3cd008._0x350ba8,_0x3cd008._0x334fc3,_0x3cd008._0x19b793)+_0x3b743b(_0x3cd008._0x2e40f5,0x383,_0x3cd008._0x5434c6,0x2fe)+_0x417928(0xc7,_0x3cd008._0x237169,_0x3cd008._0xfdb467,0x4a));}_0x8a58a4['setupPath']?console[_0x3b743b(0x3bc,0x3dd,_0x3cd008._0x259d7c,_0x3cd008._0x43eca8)]('\x20\x20Setup\x20Pa'+_0x417928(0xb6,0xee,0xb5,_0x3cd008._0x28456e)+_0x8a58a4['setupPath']):console[_0x3b743b(_0x3cd008._0x5434c6,0x3dd,0x364,_0x3cd008._0x411f61)](_0x417928(0x4d,-_0x3cd008._0xcf74b3,_0x3cd008._0x30e672,-_0x3cd008._0x1c2823)+_0x3b743b(_0x3cd008._0x2ce389,0x418,_0x3cd008._0xcc64d,0x4ad)+_0x417928(_0x3cd008._0x43a3b7,0x54,_0x3cd008._0x5b45a5,0x9e)+')');console[_0x3b743b(0x3a7,_0x3cd008._0x24747d,_0x3cd008._0x23a42f,0x435)]('\x20\x20Port:\x20\x20\x20'+_0x3b743b(0x38e,0x3ff,0x456,0x367)+_0x8a58a4[_0x3b743b(0x3a4,0x367,_0x3cd008._0x5cd02e,0x38d)]),console['log']('');const _0x120c23=_0x3e3d9e||_0x474862[_0x3b743b(_0x3cd008._0x53f329,0x388,_0x3cd008._0x4d6bed,_0x3cd008._0x1fcad3)];if(!_0x120c23&&_0x8a58a4[_0x417928(_0x3cd008._0x5c1d3f,0x6b,0xb8,0xdb)])_0x2dc2f5[_0x3b743b(_0x3cd008._0x42247b,_0x3cd008._0x56a494,0x3e7,0x39a)](_0x2dc2f5[_0x3b743b(0x4bb,0x46e,0x409,0x41c)],_0x2dc2f5['GuFll'])?(_0x5699a7[_0x3b743b(0x468,_0x3cd008._0x24747d,_0x3cd008._0x424588,_0x3cd008._0x1b69fe)]('\x20\x20Status:\x20'+_0x3b743b(0x3a3,0x3f3,0x46d,_0x3cd008._0x2237d7)+'ning\x20(daem'+'on)'),_0x1db567[_0x3b743b(_0x3cd008._0x23fa04,0x3dd,0x42d,0x422)]('\x20\x20PID:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x417360),_0x81264d[_0x3b743b(_0x3cd008._0x1fabd4,0x3dd,0x35f,_0x3cd008._0x4832dc)]('\x20\x20URL:\x20\x20\x20\x20'+_0x3b743b(0x3bd,_0x3cd008._0x3771a5,_0x3cd008._0x11d6ae,0x465)+_0x1e0b19[_0x417928(0x97,_0x3cd008._0x21c91d,0x122,0x2a)])):(console[_0x3b743b(_0x3cd008._0x4b0cbd,_0x3cd008._0xd3d67,_0x3cd008._0x5e167d,0x3c9)](_0x2dc2f5[_0x3b743b(0x38b,0x3b6,_0x3cd008._0x411f61,_0x3cd008._0x5f25a6)]),console[_0x3b743b(_0x3cd008._0x1c0634,0x3dd,0x467,0x44b)](_0x2dc2f5[_0x417928(-0x58,_0x3cd008._0x4cd373,-0x28,-0x38)]));else{if(!_0x120c23){if(_0x2dc2f5[_0x3b743b(_0x3cd008._0x3cb0e6,_0x3cd008._0x1c8dc4,_0x3cd008._0x14b02d,0x3a3)](_0x2dc2f5[_0x3b743b(_0x3cd008._0x50ed54,_0x3cd008._0x5f25a6,0x46f,_0x3cd008._0xcf5637)],_0x3b743b(_0x3cd008._0x3bd5db,_0x3cd008._0x49efdf,0x529,_0x3cd008._0x320b70)))console[_0x3b743b(0x461,0x3dd,0x3e6,_0x3cd008._0x102c55)](_0x2dc2f5[_0x417928(_0x3cd008._0x4858ee,_0x3cd008._0x292ecb,_0x3cd008._0xed0d99,-0xa)]),console['log'](_0x2dc2f5[_0x3b743b(0x346,_0x3cd008._0x2f51e5,0x3b0,_0x3cd008._0x5b301f)]);else{_0x3be84e[_0x417928(-_0x3cd008._0x335cc0,-0x2,-0x83,0x15)](_0x4edd97,0x3d1*0x1+-0x1*0x10d4+0xd03);const _0x157fe9={};return _0x157fe9[_0x3b743b(0x503,_0x3cd008._0x37d477,_0x3cd008._0x4c326e,_0x3cd008._0x4ffe84)]=!![],_0x157fe9[_0x417928(_0x3cd008._0xed0d99,_0x3cd008._0x41be81,-_0x3cd008._0x49362d,0x5b)]=_0x163333,_0x157fe9;}}else _0x3e3d9e?(console[_0x417928(_0x3cd008._0x1c6226,_0x3cd008._0x150a1f,-_0x3cd008._0x1221a4,-_0x3cd008._0x2f49c5)](_0x2dc2f5['DoOgc']),console[_0x417928(0x11,_0x3cd008._0x53bd78,_0x3cd008._0x54060d,0x22)](_0x2dc2f5[_0x3b743b(_0x3cd008._0x4c24f8,_0x3cd008._0x31f432,0x426,0x30d)])):_0x2dc2f5[_0x417928(0x3b,_0x3cd008._0x2becbe,0xcf,_0x3cd008._0x37650b)](_0x2dc2f5['VjcgC'],_0x2dc2f5['VjcgC'])?_0x30ac60[_0x3b743b(0x368,0x3dd,0x345,_0x3cd008._0x5e167d)](_0x417928(0x32,_0x3cd008._0x68b4df,_0x3cd008._0x403a7a,-0x38)+_0x3b743b(_0x3cd008._0x1b21b5,_0x3cd008._0x2ce389,0x357,_0x3cd008._0x438f82)+_0x3b743b(_0x3cd008._0x3922c3,0x493,_0x3cd008._0x149489,_0x3cd008._0xa46a9)):(console[_0x3b743b(0x36f,_0x3cd008._0xd3d67,_0x3cd008._0x3b6655,0x3da)](_0x2dc2f5['MNfmB']),console[_0x417928(_0x3cd008._0xe64b2d,_0x3cd008._0x5eb249,_0x3cd008._0x11fa43,0xa1)](_0x417928(_0x3cd008._0x2ab988,0x21,0x42,_0x3cd008._0x5051e2)+'th\x20Ctrl+C\x20'+'in\x20the\x20ter'+_0x3b743b(_0x3cd008._0x34d908,0x400,0x456,_0x3cd008._0x4d6bed)+_0x417928(_0x3cd008._0x31178a,_0x3cd008._0x30c8e8,_0x3cd008._0x1f9a59,_0x3cd008._0x230af4)+_0x3b743b(_0x3cd008._0x2ab73c,_0x3cd008._0x13ee10,_0x3cd008._0x531a25,0x3b6)));}}export async function showLogs(_0x1b112d){const _0x43f22f={_0x56a258:0x29b,_0x3d2dd4:0x1d4,_0x47e8c2:0xcd,_0x5d5fa5:0x39,_0x1fe27d:0x245,_0x258a26:0x21a,_0x575cf6:0x222,_0x2262b0:0x140,_0x1b66d4:0x21c,_0x379406:0x14b,_0x44dd06:0x146,_0x26039e:0x1a4,_0x252f5f:0x1c0,_0x32eb9c:0x2d0,_0x2502a5:0xe4,_0x447720:0x219,_0x4d8a0c:0x17c,_0x3bea1e:0x144,_0x253341:0x17f,_0x150a55:0x194,_0x5a1dd5:0x159,_0x392b2b:0x193,_0x3d8003:0x205,_0x1a3e67:0x1a5,_0x37b7aa:0x202,_0x42a23d:0x1ce,_0x2407be:0xf5,_0x5af854:0xc4,_0x3db670:0x9b,_0x56e141:0x2e5,_0x5a3144:0x206,_0x5e3076:0x265,_0x52d7f2:0x15c,_0x570be4:0x1b1,_0x1ac94a:0x1d6,_0x25882d:0x1f7,_0x4ec081:0x240,_0x1bbedd:0x256,_0x380c11:0x1eb,_0x22a222:0x102,_0x2dde90:0x113,_0x3ba99b:0x225,_0x50f92f:0x1f5,_0x4be476:0xec,_0x216c79:0x187,_0x240df5:0x1a4,_0x59a7e5:0x1c1,_0x1f1b03:0x160,_0x27cfd3:0x1b0,_0x41acf0:0x49,_0x56d11e:0x2a,_0x163788:0x107,_0x37becd:0x73,_0x4dc18f:0x187,_0x169eb2:0x21c,_0x4a78fd:0x59,_0x18e05e:0x1c,_0x4b0ed8:0x53,_0x5e8c3b:0x1a7,_0x11d931:0x187,_0xe774d1:0xd7,_0x20f406:0x210,_0x62539f:0x196,_0xba0c0d:0x25c,_0x42d473:0x28b,_0x308404:0xb4,_0x61a8e2:0x7c,_0x4e74e4:0x95,_0x574dd4:0x2f,_0x212263:0x10e,_0x35d2b1:0x188,_0x50f419:0xfa,_0x561ed0:0x103,_0x2d91cf:0x79,_0x466ac0:0xe6,_0x27c4c5:0x11b,_0x3f5010:0x7e,_0xeb8d34:0x56,_0x271311:0x67,_0x5ac937:0xd8,_0x2e2123:0x16a,_0x51f9c5:0x106,_0x7f4bd2:0xf3,_0xf2e217:0x3e,_0x160a89:0xa9,_0x5a114d:0x98,_0x57ec4e:0x35,_0x4c2667:0x20,_0x422f1e:0x1bc,_0x4c79bc:0x101,_0x3519f0:0x198,_0x1c6252:0x1b8,_0x4c6f12:0x1d5,_0x527200:0x225,_0x50937e:0x1b3,_0x7de91d:0x222,_0x50e64f:0x191,_0x3feeba:0xd,_0x2463db:0x11,_0xf1c425:0xcd,_0x52a261:0xb8,_0x21e5bd:0xba,_0x1fa385:0x5b,_0x5312b9:0x13f,_0x1fac7f:0x19b,_0x1fa9e5:0x117,_0x165749:0x16a,_0x4885eb:0x12e,_0x760434:0x18d,_0x5e6813:0x124,_0x2a5bd2:0xb9,_0x4abd7f:0x25f,_0x167bce:0x209,_0x2f2d4b:0x25e,_0x52f156:0x135,_0x31e023:0x1e2,_0x46b7ea:0x27e,_0x29e08a:0x21d,_0x5e4a47:0x294,_0xfbe004:0x235,_0x5cb6ca:0xed,_0x27eb8a:0x152,_0x22b715:0x195,_0x1e7555:0x44,_0x32af25:0x1e4,_0x433fa0:0x230,_0xb72964:0x286,_0x3d10f2:0x2ca,_0x10cfa4:0x22c,_0x380f60:0x25,_0x3ed78e:0x18e,_0x427f3f:0x17b,_0x51a238:0x152,_0x135e39:0x313,_0x5ebb00:0x287,_0x6a485d:0x1e,_0x503aa6:0x64,_0x4c8473:0x4d,_0x437389:0x1ed,_0x2d793f:0x86,_0x8c79a2:0x9e,_0x26efa1:0x24b,_0x4dc6a8:0x259,_0x10d29c:0x246,_0x18b1b4:0x65,_0x1ab693:0x1f,_0x519090:0x5d,_0x5ed816:0x63,_0x1c087b:0x9d,_0x536b50:0x10f,_0x46dc04:0x2b,_0xf673db:0x1a6,_0x11307c:0x1b2,_0x20eb0b:0x1f6,_0x571b34:0x166},_0x56e6ad={_0x41d9a2:0x21b,_0x11eb81:0x22a,_0x3dfeca:0x1e1},_0x48dd7d={_0x2f65f9:0x1c3,_0x5d1492:0x105,_0x3ffe8c:0x1d5},_0x3d00b4={_0x5c9228:0x104,_0x4d9dd0:0x136,_0x462d06:0x415},_0x382218={_0xba8376:0x1eb,_0x469180:0x1fc,_0x5531d7:0x1d7,_0xa16d46:0x46f,_0x20e29f:0x4f2,_0x7acd82:0x3a0,_0x129e2d:0x35b,_0xbff8d3:0x399,_0x538d54:0x1d9,_0x26e344:0x1be,_0x2e2d30:0x1e8,_0x1c702d:0x16b,_0x10cbe5:0x4a9,_0x4f2225:0x46b,_0x39262e:0x18f,_0x128c92:0x3da,_0x35b6f3:0x430,_0x4f2f09:0x136,_0x643956:0x45a,_0x1739e9:0x3fb,_0x4cbea7:0x48e,_0x8fac16:0x3d1,_0x2e14c9:0x35d},_0x26bae4={_0x3d7375:0x32},_0x84caf={_0x1507b5:0x1b4},_0x26d10c={_0x559b55:0xb1},_0x52f386={'ujxFs':_0x26e9fc(-0xe7,-0x10a,-0x179,-0x12e),'lcBUE':function(_0xe72d9c,_0x30e7){return _0xe72d9c(_0x30e7);},'iZalI':_0x26e9fc(-_0x43f22f._0x56a258,-0x216,-0x20b,-_0x43f22f._0x3d2dd4),'ozSoH':function(_0x4c5b15,_0x5841cc,_0x437a9a){return _0x4c5b15(_0x5841cc,_0x437a9a);},'ffMCn':_0xa7c377(0x147,_0x43f22f._0x47e8c2,_0x43f22f._0x5d5fa5,0x13d),'ZjEAl':function(_0x158754,_0x3dadc3){return _0x158754===_0x3dadc3;},'gPmcX':_0x26e9fc(-0x1f5,-0x1ba,-0x1a9,-0x1b9),'hjumR':'XRBIL','STnxS':function(_0x182ff2,_0xe9978d){return _0x182ff2>_0xe9978d;},'bBnzM':function(_0x4624f1,_0x565e90){return _0x4624f1-_0x565e90;},'LgGcL':_0x26e9fc(-_0x43f22f._0x1fe27d,-_0x43f22f._0x258a26,-_0x43f22f._0x575cf6,-0x1b2),'DAqnU':function(_0x5af9fa,_0x57226f){return _0x5af9fa(_0x57226f);},'dsCkd':function(_0x13ab21,_0x45a063){return _0x13ab21(_0x45a063);},'lugGv':_0xa7c377(0x5e,0xb6,0xff,_0x43f22f._0x2262b0),'OQOwl':_0x26e9fc(-_0x43f22f._0x1b66d4,-_0x43f22f._0x379406,-0x1c8,-_0x43f22f._0x44dd06),'QmJiJ':function(_0x1bd4bb,_0xfe967e){return _0x1bd4bb===_0xfe967e;},'MiGpo':_0x26e9fc(-_0x43f22f._0x26039e,-0x154,-_0x43f22f._0x252f5f,-0x20f),'cEwFX':'EoFMN','wNcEp':function(_0x8a375e,_0x56154b){return _0x8a375e!==_0x56154b;},'OrHlY':_0x26e9fc(-_0x43f22f._0x32eb9c,-0x311,-0x280,-0x26c),'vdgBC':_0x26e9fc(-_0x43f22f._0x2502a5,-_0x43f22f._0x447720,-_0x43f22f._0x4d8a0c,-_0x43f22f._0x3bea1e),'kWREN':function(_0xd32270,_0x25a950,_0x487870){return _0xd32270(_0x25a950,_0x487870);},'KZCbD':'TaeCi','DmKhe':_0xa7c377(-0x6c,0x18,-0x87,0x25)+_0x26e9fc(-_0x43f22f._0x253341,-0x161,-_0x43f22f._0x150a55,-_0x43f22f._0x5a1dd5)+_0x26e9fc(-0x22c,-_0x43f22f._0x392b2b,-_0x43f22f._0x3d8003,-0x1cb)+'\x20stop)\x20---'+'\x0a','EGDuT':'SIGINT','wQeDG':function(_0x234a59,_0x4a8a1c){return _0x234a59!==_0x4a8a1c;},'HJThX':_0x26e9fc(-_0x43f22f._0x1a3e67,-0x25d,-_0x43f22f._0x37b7aa,-_0x43f22f._0x42a23d),'lnYVj':function(_0x1a202c,_0x545dd6){return _0x1a202c===_0x545dd6;},'nShno':'ALvww','ivdfw':_0xa7c377(0x172,_0x43f22f._0x2407be,_0x43f22f._0x5af854,_0x43f22f._0x3db670),'gsloa':_0x26e9fc(-0x2b2,-_0x43f22f._0x56e141,-0x25d,-_0x43f22f._0x5a3144)+_0x26e9fc(-_0x43f22f._0x5e3076,-_0x43f22f._0x392b2b,-0x1e9,-_0x43f22f._0x52d7f2),'WFFLl':'Server\x20may'+_0x26e9fc(-_0x43f22f._0x570be4,-_0x43f22f._0x1ac94a,-0x1cc,-0x1be)+_0x26e9fc(-_0x43f22f._0x25882d,-_0x43f22f._0x4ec081,-_0x43f22f._0x1bbedd,-_0x43f22f._0x380c11)+_0xa7c377(0xc5,_0x43f22f._0x22a222,0x10d,_0x43f22f._0x2dde90)+'was\x20starte'+_0x26e9fc(-0x201,-0x1cf,-_0x43f22f._0x3ba99b,-_0x43f22f._0x50f92f)+_0xa7c377(0x197,0x13c,_0x43f22f._0x4be476,_0x43f22f._0x216c79)};function _0x26e9fc(_0x38a2fb,_0xc2c639,_0x35c135,_0xbf0954){return _0x53b925(_0x35c135- -0x2b8,_0xc2c639-0x43,_0x35c135-_0x26d10c._0x559b55,_0xbf0954);}let _0xec827e=![];function _0xa7c377(_0x4d3632,_0x31dfed,_0x353cc3,_0x4b5be3){return _0x45a221(_0x31dfed-0x41,_0x31dfed-_0x84caf._0x1507b5,_0x4d3632,_0x4b5be3-0x17b);}let _0x28f306=null;for(const _0xe2b735 of _0x1b112d){if(_0x52f386['ZjEAl'](_0x52f386[_0x26e9fc(-_0x43f22f._0x240df5,-_0x43f22f._0x59a7e5,-_0x43f22f._0x1f1b03,-_0x43f22f._0x27cfd3)],'ruzvp')){if(_0x52f386['ZjEAl'](_0xe2b735,_0x52f386['OQOwl'])||_0x52f386['ZjEAl'](_0xe2b735,'-f'))_0x52f386[_0xa7c377(0x6d,_0x43f22f._0x41acf0,0xa0,-_0x43f22f._0x56d11e)](_0x52f386[_0xa7c377(0xb2,_0x43f22f._0x163788,_0x43f22f._0x37becd,0x91)],_0x52f386[_0x26e9fc(-0x190,-_0x43f22f._0x4dc18f,-_0x43f22f._0x169eb2,-0x1b0)])?(_0x3f92e0[_0xa7c377(-_0x43f22f._0x4a78fd,_0x43f22f._0x18e05e,-_0x43f22f._0x4b0ed8,-0x3c)](_0x43572b,0x1ee7+-0x12b2+-0xc35),_0x5c157a['log'](_0xa7c377(_0x43f22f._0x5e8c3b,0x13f,0x126,_0x43f22f._0x11d931)+_0xa7c377(0xeb,0x73,_0x43f22f._0xe774d1,0x109)+_0x26e9fc(-0x1b3,-_0x43f22f._0x20f406,-_0x43f22f._0x62539f,-0x21d)+',\x20forcing.'+'..'),_0x53c0fd[_0x26e9fc(-0x24f,-_0x43f22f._0xba0c0d,-_0x43f22f._0x42d473,-0x312)](_0x2243e1,_0x52f386[_0xa7c377(_0x43f22f._0x308404,_0x43f22f._0x61a8e2,0xc4,_0x43f22f._0x3db670)])):_0xec827e=!![];else{if(_0xe2b735[_0xa7c377(_0x43f22f._0x4e74e4,_0x43f22f._0x574dd4,0xcb,0x69)](_0x52f386['ffMCn'])){if(_0x52f386[_0xa7c377(0xa4,0x8e,0x11,_0x43f22f._0x212263)](_0x52f386[_0xa7c377(_0x43f22f._0x35d2b1,_0x43f22f._0x50f419,_0x43f22f._0x561ed0,0x121)],_0x52f386[_0xa7c377(-0xb,_0x43f22f._0x2d91cf,-0x1d,_0x43f22f._0x466ac0)]))_0x28f306=_0x52f386[_0xa7c377(_0x43f22f._0x27c4c5,_0x43f22f._0x3f5010,_0x43f22f._0xeb8d34,_0x43f22f._0x271311)](parseInt,_0xe2b735[_0x26e9fc(-0x1c3,-_0x43f22f._0x5ac937,-_0x43f22f._0x2e2123,-_0x43f22f._0x51f9c5)](_0x52f386[_0xa7c377(_0x43f22f._0x7f4bd2,0x124,0xd7,0x1c0)]['length']),0x3*0xc83+-0x1a77*-0x1+0xaa9*-0x6);else{_0x3ac7c5[_0xa7c377(0x7c,_0x43f22f._0xf2e217,_0x43f22f._0x160a89,_0x43f22f._0x5a114d)]();const _0x59df7e={};_0x59df7e[_0xa7c377(-0x45,_0x43f22f._0x57ec4e,-0x20,_0x43f22f._0x4c2667)]=![],_0x52f386[_0x26e9fc(-0x207,-_0x43f22f._0x422f1e,-0x22c,-0x27b)](_0x3ecf89,_0x59df7e);}}}}else _0x1dac69[_0xa7c377(0x18e,_0x43f22f._0x4c79bc,0x92,0x187)](_0x52f386[_0x26e9fc(-0x208,-_0x43f22f._0x3519f0,-_0x43f22f._0x1c6252,-0x172)]);}try{const _0x45a9a4=await _0x251873[_0x26e9fc(-0x1df,-0x13c,-_0x43f22f._0x4c6f12,-_0x43f22f._0x527200)](LOG_FILE,_0x26e9fc(-0x185,-_0x43f22f._0x50937e,-_0x43f22f._0x7de91d,-_0x43f22f._0x50e64f)),_0x2a5ec3=_0x45a9a4['split']('\x0a');_0x28f306?_0x52f386[_0xa7c377(0xa2,_0x43f22f._0x3feeba,_0x43f22f._0x2463db,0x8)](_0x52f386[_0xa7c377(_0x43f22f._0xf1c425,_0x43f22f._0x52a261,_0x43f22f._0x21e5bd,_0x43f22f._0x1fa385)],'FRBFF')?_0x21e725=_0x52f386[_0x26e9fc(-_0x43f22f._0x379406,-_0x43f22f._0x5312b9,-_0x43f22f._0x1fac7f,-_0x43f22f._0x1fa9e5)](_0x32bffa,_0x1e9687[_0x26e9fc(-0xda,-0x131,-_0x43f22f._0x165749,-_0x43f22f._0x4885eb)](_0x52f386[_0xa7c377(_0x43f22f._0x760434,_0x43f22f._0x5e6813,_0x43f22f._0x2a5bd2,0x98)]['length']),0x261*0x2+-0x73+0x445*-0x1):console['log'](_0x2a5ec3[_0x26e9fc(-_0x43f22f._0x4abd7f,-_0x43f22f._0x42a23d,-_0x43f22f._0x167bce,-_0x43f22f._0x2f2d4b)](-_0x28f306)[_0x26e9fc(-0x146,-_0x43f22f._0x52f156,-_0x43f22f._0x3d2dd4,-0x1ed)]('\x0a')):console[_0x26e9fc(-_0x43f22f._0x31e023,-_0x43f22f._0x46b7ea,-0x21d,-0x1c5)](_0x45a9a4);if(_0xec827e){console[_0x26e9fc(-0x1e8,-0x1b7,-_0x43f22f._0x29e08a,-0x258)](_0x52f386[_0x26e9fc(-0x23a,-_0x43f22f._0x5e4a47,-0x215,-0x290)]);let _0x5386e4=(await _0x251873[_0x26e9fc(-0x2ee,-_0x43f22f._0xfbe004,-0x297,-0x212)](LOG_FILE))[_0xa7c377(_0x43f22f._0x5cb6ca,0x114,_0x43f22f._0x27eb8a,_0x43f22f._0x22b715)];const _0x44df7b=setInterval(async()=>{const _0x73a6f7={_0x50b9b3:0x362};function _0x3e61cb(_0x3072c6,_0x3ddde8,_0x4e3875,_0x873d07){return _0xa7c377(_0x3072c6,_0x4e3875-_0x73a6f7._0x50b9b3,_0x4e3875-0x128,_0x873d07-0x24);}function _0x337396(_0x1d9f06,_0x366eb3,_0x46a328,_0x1a6e82){return _0x26e9fc(_0x1d9f06-0x46,_0x366eb3-0xbe,_0x366eb3-_0x26bae4._0x3d7375,_0x1a6e82);}try{if(_0x52f386['ZjEAl'](_0x52f386[_0x3e61cb(0x3b9,0x413,0x425,0x3ac)],_0x52f386['hjumR']))_0x3a8edc[_0x337396(-0x18e,-_0x382218._0xba8376,-0x267,-0x197)](_0x176492[_0x337396(-_0x382218._0x469180,-_0x382218._0x5531d7,-0x269,-0x151)](-_0x461d14)['join']('\x0a'));else{const _0x3fe123=(await _0x251873[_0x337396(-0x2bd,-0x265,-0x234,-0x213)](LOG_FILE))[_0x3e61cb(_0x382218._0xa16d46,_0x382218._0x20e29f,0x476,0x45e)];if(_0x52f386[_0x3e61cb(0x311,_0x382218._0x7acd82,0x38a,0x3fe)](_0x3fe123,_0x5386e4)){const _0x321ce6=await _0x251873[_0x3e61cb(0x31b,_0x382218._0x129e2d,_0x382218._0xbff8d3,0x3c8)](LOG_FILE,'r'),_0x39e541=Buffer[_0x337396(-_0x382218._0x538d54,-_0x382218._0x26e344,-0x1f5,-0x21c)](_0x52f386[_0x337396(-_0x382218._0x2e2d30,-0x18a,-0x161,-_0x382218._0x1c702d)](_0x3fe123,_0x5386e4));await _0x321ce6[_0x3e61cb(0x491,_0x382218._0x10cbe5,0x47a,_0x382218._0x4f2225)](_0x39e541,-0x10b5+0xa83+0x632,_0x39e541[_0x337396(-0x219,-_0x382218._0x39262e,-0x1c7,-0xfa)],_0x5386e4),await _0x321ce6['close'](),process['stdout'][_0x3e61cb(0x452,_0x382218._0x128c92,_0x382218._0x35b6f3,0x3e2)](_0x39e541[_0x337396(-0x188,-0x1a0,-_0x382218._0x4f2f09,-0x190)](_0x52f386[_0x3e61cb(0x369,_0x382218._0x643956,_0x382218._0x1739e9,_0x382218._0x4cbea7)])),_0x5386e4=_0x3fe123;}}}catch(_0x145653){_0x52f386[_0x3e61cb(_0x382218._0x643956,0x436,_0x382218._0x8fac16,_0x382218._0x2e14c9)](clearInterval,_0x44df7b);}},0x7a*0x22+0x1dc5+-0x3b*0xbf);process['on'](_0x52f386[_0xa7c377(0x105,0xe0,0x162,_0x43f22f._0x2407be)],()=>{function _0x1f26f7(_0x296cf2,_0x4d25cd,_0xc478b3,_0x5e843a){return _0x26e9fc(_0x296cf2-_0x3d00b4._0x5c9228,_0x4d25cd-_0x3d00b4._0x4d9dd0,_0xc478b3-_0x3d00b4._0x462d06,_0x296cf2);}_0x52f386[_0x1f26f7(_0x56e6ad._0x41d9a2,0x22f,_0x56e6ad._0x11eb81,0x27e)](clearInterval,_0x44df7b);function _0x35440d(_0x58d0d3,_0x88467a,_0x4cbdba,_0x2a3470){return _0xa7c377(_0x4cbdba,_0x88467a-_0x48dd7d._0x2f65f9,_0x4cbdba-_0x48dd7d._0x5d1492,_0x2a3470-_0x48dd7d._0x3ffe8c);}process[_0x35440d(0x24c,_0x56e6ad._0x3dfeca,0x155,0x165)](0x1751*0x1+0x835*-0x3+0x14e);});}}catch(_0x59045b){_0x52f386['wQeDG'](_0x52f386[_0xa7c377(0x13e,0xcb,0xdd,_0x43f22f._0x1e7555)],_0x26e9fc(-0x24f,-_0x43f22f._0x32af25,-0x202,-_0x43f22f._0x433fa0))?_0x52f386[_0x26e9fc(-_0x43f22f._0xb72964,-_0x43f22f._0x3d10f2,-_0x43f22f._0x10cfa4,-0x21b)](_0x4ac806,_0x16a1ad):_0x52f386[_0xa7c377(-0x8,0xd,_0x43f22f._0x380f60,-_0x43f22f._0x4a78fd)](_0x59045b[_0x26e9fc(-_0x43f22f._0x3ed78e,-0x1a7,-_0x43f22f._0x427f3f,-0x179)],_0x26e9fc(-_0x43f22f._0x51a238,-0x1bc,-0x19e,-0x219))?_0x52f386[_0x26e9fc(-_0x43f22f._0x135e39,-0x286,-_0x43f22f._0x5ebb00,-0x2c7)](_0x52f386[_0xa7c377(-_0x43f22f._0x6a485d,_0x43f22f._0x503aa6,0x8a,_0x43f22f._0x4c8473)],_0x52f386[_0x26e9fc(-0x254,-0x169,-_0x43f22f._0x437389,-0x1bb)])?_0xc66582[_0xa7c377(0xa2,_0x43f22f._0x2d793f,0x98,_0x43f22f._0x8c79a2)](_0x26e9fc(-_0x43f22f._0x26efa1,-0x1c4,-0x1d6,-0x16a)+_0x26e9fc(-0x2d2,-_0x43f22f._0x169eb2,-_0x43f22f._0x4dc6a8,-_0x43f22f._0x10d29c)+_0x2beacb['message']):(console['log'](_0x52f386[_0xa7c377(_0x43f22f._0x18b1b4,_0x43f22f._0x1ab693,-_0x43f22f._0x519090,-_0x43f22f._0x5ed816)]),console[_0xa7c377(_0x43f22f._0x1c087b,0x8a,_0x43f22f._0x536b50,0xb)](_0x52f386['WFFLl'])):console[_0xa7c377(_0x43f22f._0x46dc04,0x86,0x10c,-0x6)](_0x26e9fc(-_0x43f22f._0xf673db,-0x242,-0x1d6,-0x264)+'ing\x20logs:\x20'+_0x59045b[_0x26e9fc(-_0x43f22f._0x11307c,-0x27c,-_0x43f22f._0x20eb0b,-_0x43f22f._0x571b34)]);}}export async function restartServer(_0x2e61dc){const _0x20b1e6={_0x2911f3:0x211,_0x3b0376:0x1ab,_0x383142:0x24f,_0x13b837:0x174,_0x546982:0x136,_0x4ac461:0x207,_0x181f60:0x20d,_0x199189:0x1ec,_0x26d72a:0x25b,_0x512a90:0x23b,_0x42330f:0x18c,_0x3003f8:0x27f,_0x53c183:0x1ec,_0x2169c5:0x29f,_0x5a05fb:0x2a3,_0xeb55f9:0x2c2,_0xd5bc29:0x262,_0x1f9ee3:0xee},_0x2cfb83={_0x532585:0x2ec,_0x45fefd:0x15f,_0x226389:0x13f};function _0xf82ea7(_0x20b135,_0xda689a,_0xac6d74,_0x122de7){return _0x45a221(_0xac6d74-0x1a3,_0xda689a-0xe5,_0xda689a,_0x122de7-0x118);}const _0x15d037={'NvndD':function(_0x2fa279){return _0x2fa279();},'DOTNv':_0x1119b6(-0x29b,-_0x20b1e6._0x2911f3,-_0x20b1e6._0x3b0376,-_0x20b1e6._0x383142)+_0xf82ea7(0x105,0x13e,_0x20b1e6._0x13b837,_0x20b1e6._0x546982),'hirQD':'Starting\x20s'+'erver...','RBgMe':function(_0x241751,_0xaaa837){return _0x241751(_0xaaa837);}};function _0x1119b6(_0x376531,_0x4c00cb,_0x1ba658,_0x57f473){return _0x45a221(_0x4c00cb- -_0x2cfb83._0x532585,_0x4c00cb-_0x2cfb83._0x45fefd,_0x376531,_0x57f473-_0x2cfb83._0x226389);}const {running:_0x41c931}=await _0x15d037[_0x1119b6(-_0x20b1e6._0x4ac461,-_0x20b1e6._0x181f60,-0x28e,-0x234)](isServerRunning);_0x41c931&&(console[_0xf82ea7(0x213,0x280,_0x20b1e6._0x199189,_0x20b1e6._0x26d72a)](_0x15d037[_0xf82ea7(0x217,0x15a,0x1a2,_0x20b1e6._0x512a90)]),await stopServer(),console[_0xf82ea7(_0x20b1e6._0x42330f,_0x20b1e6._0x3003f8,_0x20b1e6._0x53c183,0x17c)]('')),console[_0x1119b6(-_0x20b1e6._0x2169c5,-_0x20b1e6._0x5a05fb,-0x264,-0x27f)](_0x15d037[_0x1119b6(-0x2bd,-_0x20b1e6._0xeb55f9,-_0x20b1e6._0xd5bc29,-0x283)]),await _0x15d037[_0xf82ea7(0x1eb,0x19f,0x185,_0x20b1e6._0x1f9ee3)](startDaemon,_0x2e61dc);}
|
|
@@ -1 +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(_0x24eb12,_0x30fc3b){const _0x34440a={_0x1f1af3:0x31a,_0xcce3bb:0x303,_0x3b7c80:0x34f,_0x638c77:0x31f,_0x565042:0x330,_0x569408:0x30e,_0x4d86a5:0x339,_0x504874:0x318,_0x482c40:0x326,_0x3b6686:0x32d,_0x57929d:0x316,_0x4c8fba:0x33d,_0x1778e8:0x1ab,_0x5dee30:0x194,_0x31f5d6:0x1bd,_0x32d92d:0x1cc,_0x1eeb8f:0x1b5,_0x220764:0x2fd,_0x1fe3f3:0x31b,_0x7afb13:0x33c,_0x418a70:0x352},_0x1d3e29={_0x5a64ec:0x3c6},_0x2ffab8=_0x24eb12();function _0x51a060(_0x59d9e8,_0x4ea56b,_0x4e9b44,_0x32266c){return _0x52e8(_0x4ea56b- -_0x1d3e29._0x5a64ec,_0x4e9b44);}function _0x56fb55(_0x1ed44b,_0x5b19b4,_0x950957,_0x28259b){return _0x52e8(_0x5b19b4-0x127,_0x28259b);}while(!![]){try{const _0x9a615d=parseInt(_0x56fb55(_0x34440a._0x1f1af3,0x2f6,_0x34440a._0xcce3bb,0x2ca))/(0x1115+-0x1d94+0xc80)*(-parseInt(_0x56fb55(_0x34440a._0x3b7c80,0x32a,_0x34440a._0x638c77,_0x34440a._0x565042))/(-0x86*0x3f+-0x1*-0x959+0x7e1*0x3))+-parseInt(_0x56fb55(0x310,_0x34440a._0x569408,_0x34440a._0x4d86a5,0x31f))/(-0x5*-0x166+-0x4cd*-0x4+-0x1a2f)+parseInt(_0x56fb55(0x2f3,_0x34440a._0x504874,0x326,_0x34440a._0x482c40))/(-0x5*-0x16+0x2*0x644+-0x2*0x679)*(parseInt(_0x56fb55(_0x34440a._0x3b6686,_0x34440a._0x57929d,0x2f5,_0x34440a._0x4c8fba))/(-0xaf5+0x1ba*0x1+-0x4*-0x250))+-parseInt(_0x56fb55(0x304,0x30c,0x2f2,0x310))/(-0x1*-0x1e39+0x45*-0x11+-0x3*0x88a)+parseInt(_0x51a060(-_0x34440a._0x1778e8,-0x1be,-_0x34440a._0x5dee30,-_0x34440a._0x31f5d6))/(0x135*0x17+-0x479+-0x4a7*0x5)+-parseInt(_0x51a060(-_0x34440a._0x1778e8,-_0x34440a._0x32d92d,-0x1e8,-0x1b3))/(-0x1f*-0x6a+0x1385+0x19*-0x14b)*(parseInt(_0x51a060(-0x1c4,-_0x34440a._0x1eeb8f,-0x1a7,-0x1bb))/(-0x1d62+-0x3e*-0x8+-0x1b7b*-0x1))+-parseInt(_0x56fb55(0x2d1,_0x34440a._0x220764,0x308,_0x34440a._0x1fe3f3))/(-0xe8e+-0x26f4+-0x12a*-0x2e)*(-parseInt(_0x56fb55(0x312,_0x34440a._0x7afb13,0x317,_0x34440a._0x418a70))/(0x19d6+-0x1436+-0x595*0x1));if(_0x9a615d===_0x30fc3b)break;else _0x2ffab8['push'](_0x2ffab8['shift']());}catch(_0x1166e9){_0x2ffab8['push'](_0x2ffab8['shift']());}}}(_0x1591,-0x15*0x1047+0x2d5b6*0x1+-0x53*-0x2c9));function _0x1591(){const _0x20da02=['uhfdyM8','C3rHCNrZv2L0Aa','B0fsqLC','nu1RDeTJBa','s3fJBhy','ve5qtgG','C3DVCMqGBxvZDa','A0vRDhC','DhbJDLq','ywLowxy','ntG0mJy3mencCeXozq','Bvjzzfu','qxLfuhe','zxHPDa','rLnOteW','DxnLCM5HBwu','yMPZwgK','EgfpCfi','igjLigf0igXLyq','u3nlzgG','zwT2Egu','zuPnq1y','v2zQB2u','CMzHy2u','y2XVC2u','mti0mdiWs3fbvhrU','rxjYB3i6ifbHCW','nde3mtm4t1H3s1HW','DgvYBwLUywW','tMv3ifbHC3n3BW','ve9ZDhi','s3fKBeC','Bwzyqve','tgLpt2q','ihbHC3n3B3jKia','mtbcBNz4tvi','ls1WyxnZD29Yza','ntq3ndy0tLnmvKT4','DhjPBq','D3jPDgu','rhH2B2C','ihvWzgf0zwqGCW','ls11C2vYBMfTzq','qLD3C1i','A2fluvm','EhzotMq','mZa1nKjxywrlzq','zMXcDgC','CxLetey','wKDUtfC','EeDoBxG','AKfUDM8','DwnJzxnZzNvSBa','Aw5WDxq','EsbMB3iGDxnLCG','mta2mtC4zuj4uu9j','rxjYB3i6iezHAq','C2HnA2q','uffHDvq','B3v0Chv0','oda0odzkCgjjwge','EMrnCwG','zePwy1G','rMfPBgvKihrVia','BwvZC2fNzq','C1fuzNy','C3rKAw4','EfbdBK4','qNfoA2C','nJC1ow5nuKP1zq','q2H2vvO','C3n3B3jKoIa','y3jLyxrLsw50zq','mtf0rKjzzu4','v01crhq','qvL2zfi','EvboCxi','CgfZC3DVCMq','zxHNseK','C3bSAxq','tfHJuxG','r1ryBeK','CxvLC3rPB24','A1Lfwfi','BgvKihrVihnLDa','ufbsvhm','C3qGocbJAgfYyq','iIbUB3qGzM91BG','C3DVCMrZigrVia','C3rKB3v0','Bg9N','qNbZCNC','BM90ig1HDgnO','D0PKwuC','u1vZAei','rxjYB3i6ifvZzq','zxjYB3i'];_0x1591=function(){return _0x20da02;};return _0x1591();}import _0x1022af from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x16b202,_0x2bb009=![]){const _0x111fc1={_0x5303d3:0x51d,_0x96f017:0x4ca,_0x3c2eb3:0x102,_0x54ba16:0xb5,_0x529ecf:0xc3,_0x2cb0bd:0xcc,_0x165e15:0xd9},_0x210265={_0x5a4011:0x3f6,_0x196028:0x357,_0x2a8ff0:0x35f,_0x9151c3:0x43c,_0x438ee7:0x45e,_0x1cf0cf:0x442,_0x49d7c3:0x472,_0x3876c7:0x480,_0x21c591:0x436,_0xcb5548:0x373,_0x39f699:0x35c,_0x4e9b76:0x351,_0x242647:0x399,_0x22434e:0x37a,_0x5dd73c:0x36d,_0x3b2b53:0x428,_0x3f9398:0x450,_0x594c95:0x45f,_0x20bc03:0x46b,_0x3fe063:0x496,_0xae5c15:0x314,_0x146c7f:0x467,_0x4cf690:0x498,_0x4b660e:0x464,_0x2fb154:0x332,_0x2c935d:0x35c,_0x5a7c6b:0x328,_0x2018e5:0x36a,_0x452b96:0x345,_0x5cb737:0x465,_0x37a5d9:0x47b,_0x434fb3:0x484,_0x2ac231:0x449,_0x3e3414:0x46b,_0x5b4287:0x478,_0x5a1792:0x34f,_0x5e838b:0x351,_0x236ef8:0x42c},_0x52e71d={_0x5618c1:0x339,_0x1b8c2c:0x369,_0x2429ea:0x38b,_0x2e177d:0x201,_0x43ed69:0x1f7,_0x486e69:0x202,_0x33a6b2:0x219,_0x1e8159:0x22e,_0x4515d4:0x1bd,_0x50f1ce:0x1e3,_0x7644bf:0x1a6,_0x5265d7:0x33c,_0x39f258:0x300,_0x316d9c:0x325,_0x303f8e:0x204,_0x2600d9:0x21d,_0x470656:0x1e0,_0x2c8380:0x33a,_0x10f045:0x32e},_0x3b77a1={_0x4ae9cf:0x150,_0x593d68:0xb4},_0x1894d8={_0x43ea85:0xfa},_0x3eda0e={_0x2a7722:0x311};function _0xc70d77(_0x124225,_0x43f8d4,_0x2d5e39,_0x497618){return _0x52e8(_0x497618-_0x3eda0e._0x2a7722,_0x43f8d4);}function _0x3ba8cf(_0xbaee1,_0x1af5c5,_0x343f11,_0x25d597){return _0x52e8(_0x343f11- -_0x1894d8._0x43ea85,_0xbaee1);}const _0x3ae1e7={'PPRTs':function(_0x501018,_0x45f74b){return _0x501018(_0x45f74b);},'MFEeG':function(_0x23a314){return _0x23a314();},'wJdYG':_0xc70d77(0x4fa,_0x111fc1._0x5303d3,_0x111fc1._0x96f017,0x4f7)+_0x3ba8cf(_0x111fc1._0x3c2eb3,0x14f,0x12a,0x13c)+_0x3ba8cf(0xe5,_0x111fc1._0x54ba16,0xcd,_0x111fc1._0x529ecf),'nwYju':function(_0xb7e9e9,_0x44eed5){return _0xb7e9e9!==_0x44eed5;},'sQTfv':function(_0x544927,_0x346684){return _0x544927(_0x346684);},'eQnKb':function(_0x43ec1f,_0x578cb1){return _0x43ec1f===_0x578cb1;},'PqCbo':_0x3ba8cf(_0x111fc1._0x2cb0bd,_0x111fc1._0x165e15,0xdb,0xe2)};return new Promise(_0x49812d=>{const _0x4dff89={_0x40a8e6:0x2f6},_0x560925={_0x9fd2b7:0x11f,_0x256238:0xa0},_0x560828={_0x2ebc7a:0x4c5,_0x38038e:0x494,_0x2eb0db:0x4c4,_0x585849:0x4e6},_0x46e13f={_0x333612:0xb,_0x4c2974:0x7},_0x32235a={_0x3d091b:0xf7,_0x400a93:0xf4},_0x5f3d2a={_0x4a7012:0x1d3,_0x1a731c:0x52b},_0x3d852f={_0x232341:0x12,_0x3ea29a:0x11c,_0x4dcbf3:0x1c9},_0x42a248={_0x14dbbf:0x4a9},_0x28fa1a={_0x25dc74:0x328,_0x17e099:0x330},_0xf0d7b6={_0x2b3002:0x156,_0x49c65e:0x94,_0x42439f:0x82},_0x55949f={'kYEXR':function(_0xae0da5){return _0x3ae1e7['MFEeG'](_0xae0da5);},'FytJL':_0x3ae1e7[_0x180e9f(_0x210265._0x5a4011,0x425,0x40a,0x44f)],'dJVcX':function(_0xfca819,_0x8155c0){return _0x3ae1e7['nwYju'](_0xfca819,_0x8155c0);},'Wfjoe':'iMmDR','tpcvT':_0x300ef2(0x390,0x373,_0x210265._0x196028,_0x210265._0x2a8ff0),'mRYdU':function(_0x441987,_0x1b9e8f){function _0x4783bd(_0x400a7f,_0xde81fa,_0x449336,_0x418bf9){return _0x180e9f(_0x418bf9,_0xde81fa- -_0xf0d7b6._0x2b3002,_0x449336-_0xf0d7b6._0x49c65e,_0x418bf9-_0xf0d7b6._0x42439f);}return _0x3ae1e7[_0x4783bd(0x34b,_0x28fa1a._0x25dc74,_0x28fa1a._0x17e099,0x32f)](_0x441987,_0x1b9e8f);},'LXcQx':function(_0x42ef0c,_0x3c3150){function _0x416e32(_0x1d2250,_0x221e4e,_0x4b023c,_0x77cefa){return _0x300ef2(_0x1d2250-0xa9,_0x1d2250,_0x4b023c-0x66,_0x221e4e-0x15e);}return _0x3ae1e7[_0x416e32(0x4b0,0x4b3,0x4a7,_0x42a248._0x14dbbf)](_0x42ef0c,_0x3c3150);}};function _0x300ef2(_0x527cd0,_0x5c9edc,_0x2333ab,_0x5085bd){return _0xc70d77(_0x527cd0-_0x3d852f._0x232341,_0x5c9edc,_0x2333ab-_0x3d852f._0x3ea29a,_0x5085bd- -_0x3d852f._0x4dcbf3);}function _0x180e9f(_0x3ef71d,_0x47f4dd,_0x36051f,_0x14ee9b){return _0xc70d77(_0x3ef71d-_0x3b77a1._0x4ae9cf,_0x3ef71d,_0x36051f-_0x3b77a1._0x593d68,_0x47f4dd- -0xb4);}if(_0x2bb009){const _0x39fbf8=new Writable({'write':(_0x3f897c,_0x5a0907,_0x25e806)=>{_0x55949f['kYEXR'](_0x25e806);}}),_0x3bf4e5={};_0x3bf4e5[_0x180e9f(_0x210265._0x9151c3,_0x210265._0x438ee7,_0x210265._0x1cf0cf,0x485)]=process['stdin'],_0x3bf4e5[_0x180e9f(_0x210265._0x49d7c3,0x464,0x487,_0x210265._0x3876c7)]=_0x39fbf8,_0x3bf4e5[_0x180e9f(_0x210265._0x21c591,0x445,0x463,0x437)]=!![];const _0x40326d=_0x1022af[_0x300ef2(0x349,0x35e,_0x210265._0xcb5548,_0x210265._0x39f699)+_0x300ef2(_0x210265._0x196028,_0x210265._0x4e9b76,0x32e,0x32b)](_0x3bf4e5);process[_0x300ef2(_0x210265._0x242647,0x368,_0x210265._0x22434e,_0x210265._0x5dd73c)][_0x180e9f(_0x210265._0x3b2b53,_0x210265._0x3f9398,_0x210265._0x594c95,0x438)](_0x16b202),_0x40326d[_0x180e9f(_0x210265._0x20bc03,0x47b,0x4a8,_0x210265._0x3fe063)]('',_0x5e737c=>{const _0xd5f406={};_0xd5f406[_0xcf3d40(0x35d,0x30e,0x333,_0x52e71d._0x5618c1)]=_0x55949f['FytJL'];function _0xd95610(_0x3299c1,_0x513160,_0x14487e,_0x25a957){return _0x300ef2(_0x3299c1-_0x5f3d2a._0x4a7012,_0x14487e,_0x14487e-0x4b,_0x3299c1- -_0x5f3d2a._0x1a731c);}const _0x219c1e=_0xd5f406;function _0xcf3d40(_0x3e6369,_0x4363e8,_0x2ce557,_0x41e9bf){return _0x300ef2(_0x3e6369-0xfc,_0x4363e8,_0x2ce557-0xcf,_0x41e9bf-0x12);}_0x55949f[_0xcf3d40(_0x52e71d._0x1b8c2c,0x33b,_0x52e71d._0x2429ea,0x364)](_0x55949f[_0xd95610(-_0x52e71d._0x2e177d,-_0x52e71d._0x43ed69,-_0x52e71d._0x486e69,-_0x52e71d._0x33a6b2)],_0x55949f[_0xd95610(-0x20f,-0x221,-_0x52e71d._0x1e8159,-0x1ef)])?(_0x40326d['close'](),console[_0xd95610(-_0x52e71d._0x4515d4,-_0x52e71d._0x50f1ce,-_0x52e71d._0x7644bf,-0x1d8)](''),_0x55949f[_0xcf3d40(0x33c,0x342,0x30b,0x331)](_0x49812d,_0x5e737c)):(_0x2318ac[_0xcf3d40(_0x52e71d._0x5265d7,0x332,_0x52e71d._0x39f258,_0x52e71d._0x316d9c)](_0x219c1e[_0xd95610(-_0x52e71d._0x303f8e,-_0x52e71d._0x2600d9,-_0x52e71d._0x470656,-0x203)]),_0x23d21a[_0xcf3d40(_0x52e71d._0x2c8380,0x339,_0x52e71d._0x10f045,0x333)](0x4d+-0x1a94+-0x74*-0x3a));});}else{if(_0x3ae1e7['eQnKb']('kFqhy',_0x3ae1e7[_0x300ef2(_0x210265._0xae5c15,0x30a,0x30e,0x314)])){const _0x3749d9={_0x1301ad:0x97,_0x478a16:0x4},_0x771923={_0x5a514e:0xc6,_0xe41e1b:0x1bc,_0x139ac8:0x257},_0x35b394={_0x20470b:0x17c},_0x3043a4={'Kqclv':function(_0x359dbc,_0x2dfabd){const _0x2ea7b4={_0x32ef6e:0x9e,_0x51b670:0x15};function _0x3d8b7e(_0x520579,_0x183b7f,_0x404850,_0x2b8e24){return _0x180e9f(_0x404850,_0x520579- -0x354,_0x404850-_0x2ea7b4._0x32ef6e,_0x2b8e24-_0x2ea7b4._0x51b670);}return _0x55949f[_0x3d8b7e(0x125,_0x32235a._0x3d091b,0xf5,_0x32235a._0x400a93)](_0x359dbc,_0x2dfabd);}},_0x1e4ace=new _0x516fcc({'write':(_0x50d798,_0x2fe581,_0x99b51f)=>{function _0x5b5bf5(_0x5651fb,_0x6a5721,_0x134512,_0x319ce0){return _0x300ef2(_0x5651fb-_0x35b394._0x20470b,_0x319ce0,_0x134512-0x149,_0x5651fb- -0x362);}_0x55949f[_0x5b5bf5(0x5,_0x46e13f._0x333612,-_0x46e13f._0x4c2974,0x18)](_0x99b51f);}}),_0x36495e={};_0x36495e['input']=_0xa5153[_0x180e9f(_0x210265._0x146c7f,0x46b,_0x210265._0x4cf690,0x471)],_0x36495e[_0x180e9f(0x439,_0x210265._0x4b660e,0x45a,0x476)]=_0x1e4ace,_0x36495e['terminal']=!![];const _0xe85043=_0x30b60b[_0x300ef2(_0x210265._0x2fb154,_0x210265._0x39f699,0x359,_0x210265._0x2c935d)+_0x300ef2(0x353,_0x210265._0x5a7c6b,0x336,0x32b)](_0x36495e);_0x4926d8[_0x300ef2(0x39a,0x375,_0x210265._0x2018e5,0x36d)][_0x300ef2(0x30f,_0x210265._0x452b96,0x335,0x33b)](_0x5e50f3),_0xe85043[_0x180e9f(_0x210265._0x5cb737,_0x210265._0x37a5d9,_0x210265._0x434fb3,0x45a)]('',_0x444f58=>{_0xe85043['close']();function _0x4be3c8(_0x2cbab7,_0x385fbf,_0x3ac51d,_0x2eb5a6){return _0x300ef2(_0x2cbab7-_0x771923._0x5a514e,_0x3ac51d,_0x3ac51d-_0x771923._0xe41e1b,_0x2cbab7-_0x771923._0x139ac8);}function _0x469867(_0x550050,_0x29449c,_0x5291e8,_0x670501){return _0x180e9f(_0x29449c,_0x5291e8-_0x3749d9._0x1301ad,_0x5291e8-0x191,_0x670501-_0x3749d9._0x478a16);}_0x541131[_0x4be3c8(0x5c5,0x5b5,0x5f1,0x5c0)](''),_0x3043a4[_0x469867(_0x560828._0x2ebc7a,_0x560828._0x38038e,_0x560828._0x2eb0db,_0x560828._0x585849)](_0x47342a,_0x444f58);});}else{const _0x5265d2={};_0x5265d2[_0x300ef2(0x373,0x366,0x35f,0x349)]=process[_0x180e9f(_0x210265._0x2ac231,_0x210265._0x3e3414,0x446,_0x210265._0x5b4287)],_0x5265d2[_0x300ef2(0x32a,0x342,0x36c,_0x210265._0x5a1792)]=process['stdout'];const _0x25507a=_0x1022af[_0x300ef2(0x34f,0x345,_0x210265._0x5e838b,_0x210265._0x39f699)+_0x180e9f(_0x210265._0x4b660e,0x440,_0x210265._0x236ef8,_0x210265._0x2ac231)](_0x5265d2);_0x25507a['question'](_0x16b202,_0x1b3153=>{function _0x18a294(_0x2c64eb,_0x8ed76f,_0x31323c,_0x21ff20){return _0x300ef2(_0x2c64eb-_0x560925._0x9fd2b7,_0x31323c,_0x31323c-0xa5,_0x8ed76f- -_0x560925._0x256238);}_0x25507a['close'](),_0x3ae1e7[_0x18a294(0x2d6,0x2c9,_0x4dff89._0x40a8e6,0x2f4)](_0x49812d,_0x1b3153);});}}});}function parseArgs(_0x27abab){const _0x4b8b4f={_0x475ed5:0x5af,_0x41ae1d:0x586,_0x1f47c0:0x5b6,_0xc381f0:0x602,_0x4a328c:0x5de,_0x404baa:0x61e,_0x1814d6:0x5f0,_0x16fcd7:0x5ee,_0x2f97fd:0xdf,_0x57f679:0x5d2,_0x495539:0x589,_0x46ef64:0xc3,_0x4eee4f:0xe3,_0x2d8fa6:0x5e6,_0x350075:0x61f,_0x1d27e5:0x9b,_0x314706:0xc2,_0x3bdabe:0xb6},_0x5e1985={_0x4beb79:0x10b},_0x3f6cd1={};function _0xa060da(_0x5151a2,_0x59fee5,_0x58abd2,_0x3dde34){return _0x52e8(_0x58abd2- -_0x5e1985._0x4beb79,_0x3dde34);}_0x3f6cd1[_0x186edc(0x5dd,_0x4b8b4f._0x475ed5,_0x4b8b4f._0x41ae1d,_0x4b8b4f._0x1f47c0)]=_0x186edc(_0x4b8b4f._0xc381f0,0x5e4,0x5be,0x5de)+'=',_0x3f6cd1[_0x186edc(_0x4b8b4f._0x4a328c,_0x4b8b4f._0x404baa,_0x4b8b4f._0x1814d6,_0x4b8b4f._0x16fcd7)]='--password'+'=';function _0x186edc(_0x32ff5b,_0x4950a2,_0xdbe049,_0x4050de){return _0x52e8(_0x4050de-0x3e8,_0x32ff5b);}const _0x2014fb=_0x3f6cd1,_0x248272={};_0x248272[_0xa060da(0xf8,_0x4b8b4f._0x2f97fd,0xd0,0xc9)]=null,_0x248272['password']=null;const _0x53ca01=_0x248272;for(const _0x4bb44f of _0x27abab){if(_0x4bb44f[_0x186edc(0x5a1,_0x4b8b4f._0x57f679,_0x4b8b4f._0x495539,0x5b5)](_0x2014fb[_0xa060da(0xb1,0xbf,_0x4b8b4f._0x46ef64,0x98)]))_0x53ca01[_0xa060da(0xcc,0xbe,0xd0,_0x4b8b4f._0x4eee4f)]=_0x4bb44f[_0x186edc(_0x4b8b4f._0x2d8fa6,_0x4b8b4f._0x350075,0x5df,0x603)]('=')[-0x1347*-0x1+-0x1*-0x1a2d+0xd*-0x37f];else _0x4bb44f[_0xa060da(0xc5,_0x4b8b4f._0x1d27e5,_0x4b8b4f._0x314706,_0x4b8b4f._0x3bdabe)](_0x2014fb['PQauT'])&&(_0x53ca01['password']=_0x4bb44f['split']('=')[0x6d*-0x4d+-0x9bd+0x2a87]);}return _0x53ca01;}function _0x52e8(_0x432fb0,_0x36bec0){_0x432fb0=_0x432fb0-(-0xaaf+-0x473*-0x4+-0x557);const _0x39c38b=_0x1591();let _0x48bc43=_0x39c38b[_0x432fb0];if(_0x52e8['NMyMwM']===undefined){var _0x3ef3d4=function(_0x5095b2){const _0x39089c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x41dd76='',_0x5090ef='';for(let _0x5e6ed1=-0x1*-0x1454+-0x3a1*-0x4+-0x22d8,_0x3850d5,_0x554e89,_0x46a207=0x10de*-0x1+0x1*-0x2124+0x3202;_0x554e89=_0x5095b2['charAt'](_0x46a207++);~_0x554e89&&(_0x3850d5=_0x5e6ed1%(-0x2fb*-0x7+0x12*-0x1e7+0xd65)?_0x3850d5*(-0x5*-0x113+-0x2364*-0x1+0x1*-0x2883)+_0x554e89:_0x554e89,_0x5e6ed1++%(-0x1*0x220f+-0x46d*0x1+-0x8*-0x4d0))?_0x41dd76+=String['fromCharCode'](0x18d3+-0x2*-0x1367+-0x1*0x3ea2&_0x3850d5>>(-(0x1ed*-0x11+-0x799+0x4*0xa16)*_0x5e6ed1&0xa32+-0x1c02+0x3*0x5f2)):-0xb5*-0x35+-0x17*-0xd3+-0x386e*0x1){_0x554e89=_0x39089c['indexOf'](_0x554e89);}for(let _0x3b9d7b=-0x2*-0x54a+0x136d+-0x1e01,_0x14e028=_0x41dd76['length'];_0x3b9d7b<_0x14e028;_0x3b9d7b++){_0x5090ef+='%'+('00'+_0x41dd76['charCodeAt'](_0x3b9d7b)['toString'](-0x1fe6+0x73f+0x2bf*0x9))['slice'](-(0xf*0x59+-0x6c0*0x3+0xf0b));}return decodeURIComponent(_0x5090ef);};_0x52e8['ShsnTR']=_0x3ef3d4,_0x52e8['vYUkgd']={},_0x52e8['NMyMwM']=!![];}const _0x29d3e0=_0x39c38b[-0x140+0xae6+-0x9a6],_0x484df5=_0x432fb0+_0x29d3e0,_0x4fe053=_0x52e8['vYUkgd'][_0x484df5];return!_0x4fe053?(_0x48bc43=_0x52e8['ShsnTR'](_0x48bc43),_0x52e8['vYUkgd'][_0x484df5]=_0x48bc43):_0x48bc43=_0x4fe053,_0x48bc43;}export async function setPasswordCommand(_0x506296){const _0x38fdc0={_0x2fe38f:0x2de,_0x4986db:0x2fc,_0x583a0c:0x30e,_0x41012c:0x2e1,_0xf89bd8:0x25b,_0x4af970:0x280,_0x3cf9a7:0x29e,_0x4b7248:0x2d8,_0x3b4569:0x2da,_0x5d4d06:0x2e6,_0x9f7e45:0x2dd,_0x490d65:0x2b8,_0x48eda7:0x2d0,_0x508809:0x2c2,_0x32f167:0x2a0,_0x2eb44b:0x2b7,_0x417dbf:0x28a,_0x1c6f2a:0x299,_0x17f073:0x2d9,_0x5c0136:0x2d3,_0x533b58:0x2ce,_0xb0d42:0x2fa,_0x51113e:0x30d,_0x40a175:0x29f,_0x4e54ef:0x2cc,_0x5853f6:0x27c,_0x181e19:0x2a2,_0x2c6c2e:0x2d1,_0x33093c:0x28d,_0x54cc6f:0x292,_0x183f83:0x261,_0x259366:0x264,_0x4888ac:0x283,_0x30be76:0x2b0,_0xb3c69f:0x246,_0x648a13:0x2dc,_0x3fedba:0x2e2,_0x5ac4ac:0x2e8,_0x271e89:0x2e3,_0x27d48f:0x2f2,_0x1c1e23:0x2c4,_0x3db12f:0x306,_0x244992:0x2f3,_0x3e5032:0x2f1,_0x527150:0x2a4,_0xe768b5:0x2ef,_0x356c82:0x2bf,_0x3d290f:0x2a4,_0x3362fd:0x2ac,_0x980e99:0x2c3,_0x5cdad6:0x2bb,_0x3b3ef1:0x2fc,_0x116320:0x292,_0xce8c2a:0x2c6,_0x20f1b9:0x232,_0x45f40e:0x259,_0x2d3d77:0x2df,_0xcb38a1:0x296,_0x21e056:0x28f,_0x5d95fe:0x2a3,_0x52e610:0x27a,_0x1fc593:0x2d1,_0x2dc3a6:0x2ff,_0x339c76:0x30e,_0x32ebd5:0x26f,_0x1251c4:0x243,_0x37820e:0x251,_0x5d2958:0x23a,_0x186e1c:0x262,_0x106725:0x277,_0x1e2337:0x2d1,_0x1b60e4:0x2a9,_0x29a981:0x2bb,_0x3d4748:0x245,_0xaf22b1:0x262,_0x154fb8:0x252,_0x370c61:0x2ca,_0x97f02b:0x22d,_0x17fe63:0x25c,_0x4b39ff:0x260,_0x5c93b7:0x253,_0x489a7e:0x28e,_0x1c5658:0x2f1,_0x230857:0x288,_0x41c41c:0x24f,_0xa53013:0x26b,_0x2c918d:0x2c0,_0xa22155:0x2d5,_0x404125:0x28a,_0xaa12e3:0x256,_0x5a22be:0x2ba,_0x23958f:0x2d0,_0x4a7545:0x2e2,_0x4cbc88:0x2ee,_0x14a300:0x2e5,_0x1def1e:0x2b8,_0x2cbf55:0x2b1,_0x80020a:0x2ab,_0x16c98a:0x295,_0x15e179:0x2ba,_0x5009e1:0x297,_0x142879:0x2b3,_0x5ca8e5:0x26c,_0x502130:0x284,_0x55fabd:0x278,_0x48b09a:0x243,_0x2670b3:0x23b,_0x4629ae:0x249,_0x306d8c:0x279,_0x2551df:0x2a7,_0x30aff8:0x290,_0x3e98c5:0x2a5,_0x324fe8:0x2d1,_0x4c9e38:0x2f8,_0x10db19:0x2d7,_0xe03f3a:0x29b,_0xca9024:0x2ae,_0x13f9d7:0x238,_0x405559:0x2b4,_0x5c1030:0x2a9,_0x2ea161:0x2f3,_0x3a632c:0x294,_0x18fe2d:0x2ad,_0x3c1947:0x270,_0x5aa71f:0x2c7,_0x1cae4e:0x2ab,_0x17ba9c:0x2ab,_0x10138d:0x28d,_0x428b0c:0x283,_0x3a65ca:0x274,_0x1504ca:0x312,_0x81b06b:0x24b,_0x8c706a:0x237,_0x222270:0x2c5,_0x328c93:0x2b6,_0x12f9d9:0x281,_0x335a72:0x2a5,_0x4436f9:0x2ca,_0x162cb4:0x2d1,_0x4465a0:0x2a0,_0x23cb2a:0x2ba,_0x4f4c57:0x271,_0x40c241:0x282,_0x482ec1:0x307,_0xa0943d:0x2ce,_0x283421:0x275};function _0x4e4442(_0xc335a,_0x28e431,_0x350d0c,_0x3069f6){return _0x52e8(_0x350d0c-0x87,_0xc335a);}const _0xcec06={'FShLL':function(_0xbcfa04,_0x214b40){return _0xbcfa04(_0x214b40);},'exgHI':function(_0x16baed){return _0x16baed();},'jAnvo':_0x4e4442(0x272,0x262,0x27d,0x26a)+'=','bjsXi':_0x465ece(0x299,0x2ac,0x2c8,_0x38fdc0._0x2fe38f)+'=','xaOpR':function(_0x287721,_0x48df25){return _0x287721(_0x48df25);},'eJMCV':function(_0x302d1f,_0x5dd82a){return _0x302d1f(_0x5dd82a);},'BqNkg':'Username:\x20','AyEPq':_0x465ece(_0x38fdc0._0x4986db,_0x38fdc0._0x583a0c,_0x38fdc0._0x41012c,0x2f7),'KqdlG':_0x4e4442(_0x38fdc0._0xf89bd8,_0x38fdc0._0x4af970,0x250,0x26f),'kaKQS':function(_0x11d937,_0x1d395e,_0x751e8f){return _0x11d937(_0x1d395e,_0x751e8f);},'ChvUZ':_0x465ece(0x29c,0x2a8,0x2c1,_0x38fdc0._0x3cf9a7)+'rd:\x20','GTXlI':'Confirm\x20Pa'+_0x465ece(_0x38fdc0._0x4b7248,_0x38fdc0._0x3b4569,0x2eb,0x2f7),'BWwsR':function(_0x5d8927,_0x56fd9f){return _0x5d8927!==_0x56fd9f;},'mfXAQ':_0x465ece(0x2b6,_0x38fdc0._0x5d4d06,0x2be,0x2a7)+'swords\x20do\x20'+'not\x20match','TNPLh':function(_0x2c4006,_0x3722b1){return _0x2c4006===_0x3722b1;},'TOstr':'Error:\x20Use'+'rname\x20is\x20r'+'equired','yPNqr':function(_0x513518,_0x165c86){return _0x513518<_0x165c86;},'xGNmx':_0x465ece(0x2e3,_0x38fdc0._0x9f7e45,_0x38fdc0._0x490d65,_0x38fdc0._0x48eda7),'WMBDt':_0x465ece(0x2b0,_0x38fdc0._0x508809,0x2be,_0x38fdc0._0x32f167)+_0x465ece(_0x38fdc0._0x2eb44b,0x2ce,0x2aa,_0x38fdc0._0x417dbf)+_0x465ece(_0x38fdc0._0x1c6f2a,0x2d6,0x2b6,_0x38fdc0._0x17f073)+_0x465ece(_0x38fdc0._0x5c0136,_0x38fdc0._0x533b58,_0x38fdc0._0xb0d42,_0x38fdc0._0x51113e)+'cters','xPCnN':function(_0x39c0c6,_0x54766b){return _0x39c0c6!==_0x54766b;},'kEktw':_0x465ece(0x2a0,_0x38fdc0._0x40a175,_0x38fdc0._0x4e54ef,0x2f1),'eiQKV':function(_0x2c3f04,_0x32d78c){return _0x2c3f04(_0x32d78c);},'ZGnLW':_0x465ece(0x2ac,0x27e,0x29e,_0x38fdc0._0x5853f6),'shMkd':function(_0x385a6e,_0x37a822,_0x5ed194){return _0x385a6e(_0x37a822,_0x5ed194);},'qyDLF':_0x465ece(_0x38fdc0._0x181e19,0x2ca,_0x38fdc0._0x2c6c2e,0x2ea),'LiOOd':'XUGLf','flBtg':_0x4e4442(0x289,_0x38fdc0._0x33093c,_0x38fdc0._0x54cc6f,0x287)+'set\x20passwo'+'rd'},_0x4f6802=_0xcec06[_0x4e4442(0x293,_0x38fdc0._0x183f83,_0x38fdc0._0x259366,_0x38fdc0._0x4888ac)](parseArgs,_0x506296);function _0x465ece(_0x20ba56,_0x5d4199,_0x22db5f,_0x407ed7){return _0x52e8(_0x22db5f-0xd8,_0x407ed7);}!_0x4f6802[_0x465ece(0x28b,_0x38fdc0._0x30be76,0x2b3,0x283)]&&(_0x4f6802[_0x4e4442(0x242,_0x38fdc0._0xb3c69f,0x262,0x261)]=await _0xcec06[_0x465ece(_0x38fdc0._0x648a13,0x2a2,0x2b9,0x2d5)](prompt,_0xcec06[_0x465ece(_0x38fdc0._0x3fedba,0x2dd,_0x38fdc0._0x5ac4ac,_0x38fdc0._0x271e89)]));if(!_0x4f6802['password']){if(_0xcec06[_0x4e4442(0x258,0x263,0x25f,0x252)]!==_0xcec06[_0x465ece(0x2a9,_0x38fdc0._0x27d48f,0x2c3,_0x38fdc0._0x1c1e23)]){_0x4f6802[_0x465ece(_0x38fdc0._0x3db12f,_0x38fdc0._0x244992,_0x38fdc0._0x3e5032,_0x38fdc0._0xb0d42)]=await _0xcec06[_0x465ece(0x2fd,_0x38fdc0._0x527150,0x2d0,_0x38fdc0._0xe768b5)](prompt,_0xcec06[_0x4e4442(_0x38fdc0._0x181e19,_0x38fdc0._0x356c82,_0x38fdc0._0x1c6f2a,_0x38fdc0._0x3d290f)],!![]);const _0x418d4f=await _0xcec06['kaKQS'](prompt,_0xcec06[_0x4e4442(_0x38fdc0._0x3362fd,0x2c7,_0x38fdc0._0x3d290f,0x2c6)],!![]);_0xcec06[_0x465ece(_0x38fdc0._0x980e99,_0x38fdc0._0x5cdad6,0x2cf,_0x38fdc0._0x3b3ef1)](_0x4f6802[_0x4e4442(_0x38fdc0._0x116320,0x29b,0x2a0,_0x38fdc0._0xce8c2a)],_0x418d4f)&&(console[_0x4e4442(_0x38fdc0._0x20f1b9,_0x38fdc0._0x45f40e,0x252,0x242)](_0xcec06[_0x465ece(0x2a2,0x2c8,0x2c4,_0x38fdc0._0x2d3d77)]),process['exit'](-0x14d7+-0x1d3c+-0x281*-0x14));}else _0x41dd76[_0x465ece(_0x38fdc0._0xcb38a1,_0x38fdc0._0x21e056,_0x38fdc0._0x5d95fe,_0x38fdc0._0x52e610)](_0x465ece(0x28f,0x2bb,0x2a2,_0x38fdc0._0x1fc593)+'r\x20\x22'+_0x5090ef[_0x465ece(0x2bd,0x29f,0x2b3,0x283)]+(_0x465ece(_0x38fdc0._0x2dc3a6,0x2fe,0x2fb,_0x38fdc0._0x339c76)+'d.')),_0x5e6ed1[_0x4e4442(_0x38fdc0._0x32ebd5,_0x38fdc0._0x1251c4,0x260,0x230)](0x258e+0x1081+-0x32e*0x11);}(!_0x4f6802[_0x4e4442(_0x38fdc0._0x37820e,_0x38fdc0._0x5d2958,_0x38fdc0._0x186e1c,_0x38fdc0._0x106725)]||_0xcec06[_0x465ece(_0x38fdc0._0x1e2337,0x2d5,_0x38fdc0._0x1b60e4,_0x38fdc0._0x29a981)](_0x4f6802[_0x4e4442(_0x38fdc0._0x3d4748,0x27c,_0x38fdc0._0xaf22b1,_0x38fdc0._0x154fb8)][_0x465ece(0x2d4,_0x38fdc0._0x1c6f2a,_0x38fdc0._0x370c61,0x2b4)](),''))&&(console[_0x4e4442(0x256,0x224,_0x38fdc0._0x154fb8,_0x38fdc0._0x97f02b)](_0xcec06[_0x4e4442(0x286,0x260,0x271,0x27e)]),process[_0x4e4442(0x28a,_0x38fdc0._0x17fe63,_0x38fdc0._0x4b39ff,_0x38fdc0._0x5c93b7)](-0x1e+0x1*-0x1f94+-0x3*-0xa91));(!_0x4f6802[_0x4e4442(0x2cf,0x2b4,0x2a0,0x2b6)]||_0xcec06[_0x4e4442(_0x38fdc0._0x370c61,_0x38fdc0._0x489a7e,_0x38fdc0._0x40a175,0x293)](_0x4f6802[_0x465ece(0x2db,0x302,_0x38fdc0._0x1c5658,0x2fc)]['length'],-0x120e+-0xe*-0x241+-0xd78))&&(_0xcec06[_0x4e4442(_0x38fdc0._0x230857,0x29d,0x285,0x27b)]!==_0xcec06['xGNmx']?(_0x2ee61c[_0x4e4442(0x247,_0x38fdc0._0x41c41c,_0x38fdc0._0xa53013,_0x38fdc0._0x3d4748)](),_0x3d1f70[_0x4e4442(_0x38fdc0._0x2c918d,_0x38fdc0._0xa22155,0x2ad,0x2c9)](''),_0xcec06[_0x4e4442(_0x38fdc0._0x404125,_0x38fdc0._0xaa12e3,_0x38fdc0._0x183f83,0x234)](_0x71c82a,_0x4a16d3)):(console[_0x465ece(0x2a0,_0x38fdc0._0x5a22be,0x2a3,_0x38fdc0._0x23958f)](_0xcec06[_0x465ece(0x2f8,_0x38fdc0._0x4a7545,_0x38fdc0._0x4cbc88,_0x38fdc0._0x14a300)]),process[_0x465ece(_0x38fdc0._0x1def1e,_0x38fdc0._0xa22155,_0x38fdc0._0x2cbf55,_0x38fdc0._0x3cf9a7)](-0xdd4+0x19a1+-0xbcc)));try{if(_0xcec06[_0x465ece(0x303,_0x38fdc0._0xa22155,0x2e7,0x2f0)](_0xcec06['kEktw'],_0xcec06[_0x465ece(0x28e,_0x38fdc0._0x29a981,_0x38fdc0._0x80020a,0x29d)]))_0xcec06[_0x4e4442(0x298,_0x38fdc0._0x16c98a,0x2a1,_0x38fdc0._0x15e179)](_0x58571c);else{const _0x45cee3=await _0xcec06['eiQKV'](findUserByUsername,_0x4f6802[_0x465ece(0x2dd,_0x38fdc0._0x5009e1,_0x38fdc0._0x142879,0x2e1)]);if(!_0x45cee3){if('KMVRI'!==_0xcec06[_0x4e4442(_0x38fdc0._0x116320,_0x38fdc0._0x5ca8e5,_0x38fdc0._0x502130,0x285)])console[_0x4e4442(_0x38fdc0._0x55fabd,0x226,0x252,_0x38fdc0._0x48b09a)]('Error:\x20Use'+'r\x20\x22'+_0x4f6802[_0x4e4442(_0x38fdc0._0x2670b3,_0x38fdc0._0x4629ae,0x262,_0x38fdc0._0x306d8c)]+('\x22\x20not\x20foun'+'d.')),process[_0x465ece(_0x38fdc0._0x2551df,0x2cb,0x2b1,_0x38fdc0._0x30aff8)](-0x1d5d+-0x1*0x305+0x2063);else{if(_0x4765bc[_0x465ece(_0x38fdc0._0x55fabd,0x299,_0x38fdc0._0x3e98c5,_0x38fdc0._0x324fe8)](_0xcec06[_0x465ece(_0x38fdc0._0x3db12f,_0x38fdc0._0x4c9e38,_0x38fdc0._0x10db19,0x2d2)]))_0x388889[_0x465ece(0x28b,0x2c0,_0x38fdc0._0x142879,0x286)]=_0x428de9[_0x4e4442(_0x38fdc0._0xe03f3a,_0x38fdc0._0xca9024,_0x38fdc0._0x181e19,0x27b)]('=')[-0x2ee+0x2104*-0x1+0x23f3];else _0xf346d1[_0x4e4442(_0x38fdc0._0x13f9d7,_0x38fdc0._0x45f40e,0x254,_0x38fdc0._0x183f83)](_0xcec06[_0x465ece(0x28b,_0x38fdc0._0x30be76,_0x38fdc0._0x405559,_0x38fdc0._0x5c1030)])&&(_0x1df508[_0x4e4442(0x279,0x2bd,_0x38fdc0._0x32f167,0x284)]=_0x5ac460[_0x465ece(0x2da,0x2ff,_0x38fdc0._0x2ea161,0x312)]('=')[0x3*-0x24b+0x136d*-0x1+0x1a4f]);}}await _0xcec06[_0x4e4442(0x261,0x293,0x28c,0x2aa)](setUserPassword,_0x45cee3['id'],_0x4f6802[_0x4e4442(_0x38fdc0._0x230857,0x2a5,0x2a0,0x290)]),console['log'](''),console[_0x4e4442(0x2cf,_0x38fdc0._0x3a632c,_0x38fdc0._0x18fe2d,0x28e)]('✓\x20Password'+_0x4e4442(_0x38fdc0._0x3c1947,0x266,0x27c,0x282)+_0x4e4442(0x265,0x296,0x287,0x2b6)+_0x465ece(_0x38fdc0._0x5aa71f,0x2f2,0x2da,0x2ed)+'\x20\x22'+_0x4f6802[_0x465ece(0x2b1,_0x38fdc0._0x1cae4e,_0x38fdc0._0x142879,0x2ce)]+'\x22.');}}catch(_0x49c7ad){if(_0xcec06[_0x4e4442(_0x38fdc0._0x17ba9c,_0x38fdc0._0x10138d,_0x38fdc0._0x428b0c,_0x38fdc0._0xa53013)]===_0xcec06[_0x4e4442(0x246,0x266,_0x38fdc0._0x3a65ca,0x26f)]){const _0x47ccd0={};_0x47ccd0['username']=null,_0x47ccd0[_0x465ece(0x2e7,_0x38fdc0._0x1504ca,_0x38fdc0._0x1c5658,_0x38fdc0._0xce8c2a)]=null;const _0x1616f8=_0x47ccd0;for(const _0x3b75a4 of _0x5d6c26){if(_0x3b75a4[_0x4e4442(_0x38fdc0._0x81b06b,_0x38fdc0._0x8c706a,0x254,0x23d)](_0x465ece(0x2d4,0x2f8,0x2ce,_0x38fdc0._0x271e89)+'='))_0x1616f8[_0x465ece(_0x38fdc0._0x222270,_0x38fdc0._0x30be76,0x2b3,0x2de)]=_0x3b75a4[_0x4e4442(0x276,_0x38fdc0._0x328c93,0x2a2,0x28b)]('=')[-0xc28*0x1+-0x32b*-0xa+0x1*-0x1385];else _0x3b75a4[_0x465ece(0x299,_0x38fdc0._0x12f9d9,_0x38fdc0._0x335a72,_0x38fdc0._0x4436f9)](_0xcec06[_0x465ece(_0x38fdc0._0x162cb4,_0x38fdc0._0x80020a,0x2b4,0x2b9)])&&(_0x1616f8[_0x4e4442(_0x38fdc0._0x3a65ca,_0x38fdc0._0x30aff8,_0x38fdc0._0x4465a0,0x2ae)]=_0x3b75a4[_0x4e4442(0x274,0x2bd,_0x38fdc0._0x181e19,_0x38fdc0._0x2cbf55)]('=')[0x8d*0x45+0xa*-0x85+-0xd*0x286]);}return _0x1616f8;}else logger[_0x465ece(0x281,0x2ac,0x2a3,_0x38fdc0._0x23cb2a)](_0xcec06[_0x4e4442(0x25b,_0x38fdc0._0x4f4c57,_0x38fdc0._0x40c241,0x265)],_0x49c7ad),console[_0x465ece(_0x38fdc0._0x16c98a,_0x38fdc0._0x5aa71f,_0x38fdc0._0x5d95fe,_0x38fdc0._0x3d290f)](_0x465ece(_0x38fdc0._0x30be76,0x302,0x2dc,_0x38fdc0._0x482ec1)+_0x465ece(0x315,0x2cd,_0x38fdc0._0x4c9e38,_0x38fdc0._0xa0943d)+_0x4e4442(0x282,0x249,_0x38fdc0._0x283421,0x26e)+'-\x20'+_0x49c7ad[_0x465ece(0x2bd,0x2f8,0x2e4,_0x38fdc0._0x10db19)]),process['exit'](0x1267+0x55*-0x25+0x61d*-0x1);}}
|