@profoundlogic/coderflow-server 0.7.0 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/standard-instructions/ibmi-exploratory-verification.md +2 -0
- 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-aliases.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x3c412b,_0x294de0){const _0x39417e={_0x2d5780:0x86,_0x54a28c:0x3a,_0x3937e6:0x5f,_0xf9cba5:0x6c,_0x2a6089:0xcf,_0x591884:0x2a,_0x45beed:0x3,_0x1a2fe2:0x1be,_0x531001:0x1c1,_0x8e2db3:0x227,_0x4048ca:0xf3,_0x360c0a:0x15c,_0x178bf6:0x67,_0x235c48:0xcc,_0x1acd4:0x194,_0x5f08f8:0x160,_0x57769f:0x163,_0x44d05b:0x82,_0x5651c0:0xf5,_0x5979ae:0x68,_0x558029:0xa7,_0x4fd77f:0x88,_0x2fc758:0x116,_0x12e417:0x162,_0x304661:0x1bc,_0x322a0f:0x56,_0x4caf2a:0xad,_0x39b435:0x144,_0x2ddf7f:0x107,_0x268e2a:0x154,_0x1fd3e0:0x1c7},_0x5edf66={_0x226886:0x14c},_0xe851dc={_0x35f084:0x338};function _0x59fd46(_0x308ad6,_0x2a26d7,_0x27988a,_0x5a0138){return _0x2e82(_0x27988a- -_0xe851dc._0x35f084,_0x2a26d7);}function _0x541280(_0x21cddf,_0x38a3ea,_0x228c30,_0x40689d){return _0x2e82(_0x21cddf- -_0x5edf66._0x226886,_0x40689d);}const _0x18dfc5=_0x3c412b();while(!![]){try{const _0xcce0d=-parseInt(_0x541280(_0x39417e._0x2d5780,_0x39417e._0x54a28c,_0x39417e._0x3937e6,_0x39417e._0xf9cba5))/(0x1*-0x1011+-0x3*-0x551+0x1f)*(-parseInt(_0x541280(0x50,_0x39417e._0x2a6089,-0x1e,0xbc))/(0x2185*-0x1+-0x50a*-0x1+-0xbb*-0x27))+parseInt(_0x541280(_0x39417e._0x591884,0x7d,-_0x39417e._0x45beed,0x4c))/(0x25*0x1a+-0x1b7c+0x17bd)*(-parseInt(_0x59fd46(-0x227,-_0x39417e._0x1a2fe2,-_0x39417e._0x531001,-_0x39417e._0x8e2db3))/(0x7*-0x4e3+0x132d+0xf0c))+parseInt(_0x541280(_0x39417e._0x4048ca,_0x39417e._0x360c0a,0x131,0x138))/(0xf00+0x2336+-0x3*0x10bb)*(-parseInt(_0x541280(_0x39417e._0x178bf6,0x26,_0x39417e._0x235c48,0x9a))/(-0x161*-0x3+-0x1618+0x11fb*0x1))+parseInt(_0x59fd46(-_0x39417e._0x1acd4,-0x16e,-0x118,-_0x39417e._0x5f08f8))/(-0x1*-0x124a+0x211*0x5+0x262*-0xc)*(-parseInt(_0x59fd46(-_0x39417e._0x57769f,-_0x39417e._0x44d05b,-_0x39417e._0x5651c0,-_0x39417e._0x5979ae))/(0x2627+0x6b5+-0x2cd4))+parseInt(_0x541280(_0x39417e._0x558029,0x6d,0xa8,0x39))/(0x1*-0x22e1+-0x177e+0x3a68)*(-parseInt(_0x59fd46(-0xce,-_0x39417e._0x4fd77f,-_0x39417e._0x2fc758,-0x16e))/(0x1*-0x11c9+0xe*0x207+-0xa8f))+parseInt(_0x59fd46(-_0x39417e._0x12e417,-0x100,-0x14d,-_0x39417e._0x304661))/(0x3ad+0x1162+0x4*-0x541)*(-parseInt(_0x541280(_0x39417e._0x322a0f,0x3a,_0x39417e._0x4caf2a,_0x39417e._0x178bf6))/(-0x13c3+0x14f+-0x2*-0x940))+parseInt(_0x541280(0xd1,_0x39417e._0x39b435,_0x39417e._0x2ddf7f,_0x39417e._0x268e2a))/(0x6*0x136+0xe75+-0x124*0x13)*(parseInt(_0x59fd46(-0x1ec,-0x264,-0x1f6,-_0x39417e._0x1fd3e0))/(-0xf2c+0x1*0x24af+-0x1575));if(_0xcce0d===_0x294de0)break;else _0x18dfc5['push'](_0x18dfc5['shift']());}catch(_0x1f8ab3){_0x18dfc5['push'](_0x18dfc5['shift']());}}}(_0x2d92,0x22cc9*0x1+-0xbe494+0x16e70f));import{spawn}from'child_process';function _0x2d92(){const _0x5a2d55=['yLvev1a','CcbWyxrOignVBG','ig5VDcbZDg9Wia','BhblELq','icaGicdIMQaGu3rH','zxj2zxiUlI4','ntC5mZvXyxjUvwC','icaGigrHzw1VBG','C1Htu2O','y0Xtze8','ohnTtgDmDa','AvPjDeS','zcbTB2rLlG','AKLIBxm','C1PIELe','DgLTzw91Da','rxjYB3iGCMvHza','B1HKCxe','ENPZBei','DwvLzg0','B24P','B3bLBG','ks4UlG','A2LSBa','ic0TC2v0DxaTCa','ls1MB2XSB3C','AKvZs1q','BfD5B0i','zgLYBMfTzq','uuHfuLe','zwv1vxm','EeDztvm','q29KzxjgBg93ia','zxHPDa','te52zeO','CgLK','CgfYC2u','su1Lq00','tgHRsKy','yLLvs28','rxjYB3i6ie5Via','zw52','DgGGq3rYBcTdia','DgG6ia','s1ngCKq','icbJB2rLCI1Zzq','rMPUqMO','teXPCM0','BY9JB2rLCI1Zzq','mteYr1b0AeX2','Aw5NigXVz3m6ia','CefPBKy','BguGueLeigzPBa','shvqEvG','zvjHEhq','rvPJwgO','icbtDgf0Dxm6ia','ihj1BM5PBMC','zxr1Ca','C2vYDMLJzq','rxjYB3i6ifnLDa','zxjYB3i','A2fQCgO','ywXYzwfKEsbYDq','zgfLBw9Uig1Vza','C2vYDMvYihDPDa','CLP0we8','Dha6lY9SB2nHBa','CuzQEue','DNnOENG','y2f0y2G','rKTAEhK','zsaOueLeoIa','CMvJDxjZAxzL','BM5PBMCGkfbjra','yw5Kihn0yxj0ia','BwLUywWGD2HLCG','CIbZDgf0Dxm','rdOGica','CL9Zzxr1Cf9Wyq','zgvZDhjVEq','icbvuKW6icaGia','DhjPBq','AxneAxjLy3rVCG','y2XVC2u','DxaGCgf0AcbKBW','DgnhAK0','vxnLicjJB2rLCG','vuTcs2q','Ag9TzwrPCG','qvD1DwS','B3aIihrVihn0BW','BwzLAMO','tfDRAMC','vwn3A0G','C3bSAxq','u0Lhs0Lmta','qMPSq3y','CNzLCIbZDgfYDa','zMfwDMy','ls1PBNnWzwn0','ndG4otrnA3jKrvC','mZG0ruDlq2fs','y2rVB08','BwTKAxi','Dxjdy04','4PYtifnLCNzLCIbZ','vKLsrMq','CMvZCg9UzgLUzW','C2XPy2u','BM90ihj1BM5PBG','CJOG','z2v0','BwvZC2fNzq','zfvjswG','zgvozNC','wKvmu3e','icaGicdINjmGuNvU','q29UzMLNDxjLia','DxaGCgf0AcbPCW','ENnZC0C','icaGicdINjCGtM90','wvfRs2m','CgLUzYbZzxj2zq','uuXyvLa','vwPYve4','sLzwAgm','CM91BMqGBw9Kzq','zuPSyLC','Bg9N','lMnVzgvY','v09VELG','ihn0B3aPic0Tlq','DLPiAeG','Aw4GDgHLihrLCG','veLUB0u','icbtzxr1Ccbqyq','lxnLCNzLCIbZDa','rvfQy2m','mKLNBefyuW','vfzwCMK','Dg9tDhjPBMC','yvv3Ee0','DhvZoG','C2vYDMvYlMXVzW','mZuXmdG0wMrNC1Py','CKvRzem','r210uwG','vfjvu1rFufjpwa','zxj2zxiGD2L0Aa','zgHWrxO','ls10ywLSpq','AKTsy1G','vM5NDwe','t3iGDxnLoG','u2r4yLm','zwn0B3j5oIa','EvrSvKK','yMvLBIbZDgfYDa','De9MDwC','zxmGBM90igv4Aq','DgG6icaOBM90ia','nZH2wxvUshe','u2vYDMvYigrPza','yxPpC28','q09xthu','tLjKDgu','BMLUzYaOzM9Yzq','ywLtBLi','AM9PBG','BM9Kzq','vgftA0e','rfjyu1O','C3vIC3rYAw5N','yuf4uvm','wK50vxe','ken0CMWRqYb0BW','icbqB3j0oIaGia','wergwxi','D3jPDgvgAwXL','C2v0DxbqyxrO','Dw5Yzwy','Ccb0AguGC2vYDG','qu14vLi','tK90uve','icbmB2DZoIa','ueXxrhm','yxr1CYiGDg8GyW','q0fKwgq','AgvJAYbZzxj2zq','uLzisei','zsbPDcb3yxmGCW','z2DMwK4','mJC1odeZC3bZDev3','u3rVCcb0AguGCW','Ahr0CdOVl2XVyW','Dw5SAw5R','Cg9YDa','wgPkr1i','wLPNAMO','B2rLCKzSB3CGuW','ywXOB3n0oG','icbqsuq6icaGia','u0Lhvevstq','rxjYB3iGC3rVCa','sfjMwuK','y29Kzq','B0PstLK','Du9yBem','sgjzsKy','CNvUBMLUzYbPBG','C2L6zq','u2vYDMvYig1HEq','l2HLywX0Aa','u3rVChbPBMCGCW','qM9qtxu','t3DoDei','DgfYDgvKlG','nJi3qvPkA2n4','D3jPDgu','u3rHCNrPBMCGCW','AwLzAMG','AwDmDvC','C2vYDMvYlNbPza','wxHNDNG','Dg8Vy29KzxiTCW','odfuu3PWtMu','u0Lhsu5u','DxrMltG','y29UzMLNDxjLza','vwfowuy','Dhj1zq','DgG6ica','zYbZzxqGy29Kzq','ru1REwq','rLbWuvm','r3zbsMm','BMLUzYaOzgfLBq','uf9qqvri','zgrquMO','ExLSANi','yujxqKu','z3jVDw5Kkq','CNvUBMLUzW','q09ervjFu0vsvG','uNnzBva','uLLMExu','Dw5RBM93BG','D2LUzYbSB2DZia','lcbMB3jJAw5NlG','z3jHy2vMDwXSEq','D2L0AdO','tLrpy3y','ig5VDcbHigrPCG','zsaOC2vYDMvYia','zMLNDxjLza','icbtDgfSzsbqsq','zxj2zxiGkfbjra','qw1LBxG','vhPYsu0','tLPHwKS','icaGia','ywXSB2m','CNzLCIbZDg9W','y29KzxiTC2v0Dq','DhvW','qK1IEM8','wNv4Du4','mtaWnJeZodLIDuPKsxi','z2f0y0K','DYbSB2DZ','ndqYmdy1nfvuvLHcsq','tM8GBg9NigzPBa','mtC2ntuXmhD2rMPtrG','C2vYDMvYvxjS','AhPdzKG','DgGGl3bHDgGVDa','C3rHCNrZv2L0Aa','icaGica','C3rKB3v0','zgLUzYK','u2vYDMvYigLZia','BgvUz3rO','AgjzyLa','Dujxthi','C3rHDa','AvjLEuq','Du16whC','Defmy0e','EvD3vuG','Ag9ZDdO','qvjPAhu','Dw5ZAgLMDa','igzVCMvNCM91BG','D2fZihn0yxj0zq','CNzLCIbJB25MAq'];_0x2d92=function(){return _0x5a2d55;};return _0x2d92();}import{promises as _0x3b6ee7}from'fs';function _0xe8ae1d(_0x37bdab,_0x22af3d,_0x41643a,_0xad35c8){return _0x2e82(_0x37bdab-0x162,_0x22af3d);}import _0x20065a from'path';import _0x1de417 from'os';function _0x4d669e(_0x36b4c8,_0x1965e8,_0x2a21c9,_0x1ddcbe){return _0x2e82(_0x1965e8- -0x27c,_0x2a21c9);}import _0x339096 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x20065a[_0xe8ae1d(0x3b7,0x386,0x3a2,0x332)](__filename),PID_FILE=_0x20065a[_0xe8ae1d(0x31c,0x35c,0x371,0x2de)](_0x1de417['homedir'](),'.coder',_0x4d669e(-0xfe,-0x8c,-0x120,-0x31)),LOG_FILE=_0x20065a[_0xe8ae1d(0x31c,0x336,0x395,0x29b)](_0x1de417[_0x4d669e(-0x107,-0x112,-0x18e,-0x91)](),_0xe8ae1d(0x2f5,0x2ae,0x2f7,0x33a),_0x4d669e(-0x71,-0xdb,-0xf2,-0x68));export async function isServerRunning(){const _0x2bb926={_0x5b72d1:0x93,_0x5f23a2:0x14a,_0x5896fd:0xc1,_0x57065a:0x5d,_0x2eca36:0xc3,_0x1f22f5:0x26,_0x692431:0xa9,_0x1ea340:0x9d,_0x5e4138:0x59,_0x396f27:0x4d,_0xbaca88:0x191,_0x25e2ac:0x18e,_0xce1994:0x166,_0x365790:0xf4,_0x21ce9a:0x128,_0x5228b9:0xc0,_0x2c97f8:0x75,_0x18562b:0x1a9},_0x5e534d={_0x491fc7:0xb3,_0x45e111:0x31};function _0x1fedfe(_0xaf1768,_0x27709c,_0x3e4f2b,_0x5edbeb){return _0xe8ae1d(_0xaf1768- -0x16e,_0x5edbeb,_0x3e4f2b-0x12a,_0x5edbeb-0x116);}const _0x177f6e={'KcEge':function(_0x4df6df,_0x2f4f0a,_0x2ef74d){return _0x4df6df(_0x2f4f0a,_0x2ef74d);}};function _0x8c242a(_0x40dd3a,_0x42b17a,_0x41baa0,_0x3560f7){return _0x4d669e(_0x40dd3a-_0x5e534d._0x491fc7,_0x40dd3a- -_0x5e534d._0x45e111,_0x3560f7,_0x3560f7-0xca);}try{const _0x1085c4=await _0x3b6ee7['readFile'](PID_FILE,_0x8c242a(-0xb8,-_0x2bb926._0x5b72d1,-0xd1,-0x62)),_0x2ec920=_0x177f6e['KcEge'](parseInt,_0x1085c4[_0x8c242a(-_0x2bb926._0x5f23a2,-0x115,-0x12b,-_0x2bb926._0x5896fd)](),-0x828+-0x14*0xa3+0x14ee);try{process[_0x8c242a(-_0x2bb926._0x57065a,-_0x2bb926._0x2eca36,_0x2bb926._0x1f22f5,0x19)](_0x2ec920,-0x10a5+-0x42f+0x3e*0x56);const _0x48ac33={};return _0x48ac33[_0x8c242a(-_0x2bb926._0x692431,-_0x2bb926._0x1ea340,-_0x2bb926._0x5e4138,-_0x2bb926._0x396f27)]=!![],_0x48ac33[_0x1fedfe(0x128,_0x2bb926._0xbaca88,_0x2bb926._0x25e2ac,0x153)]=_0x2ec920,_0x48ac33;}catch{await _0x3b6ee7[_0x1fedfe(0x1c9,0x20c,0x15d,_0x2bb926._0xce1994)](PID_FILE)[_0x8c242a(-0x156,-0x127,-0x175,-_0x2bb926._0x365790)](()=>{});const _0x235c8b={};return _0x235c8b['running']=![],_0x235c8b[_0x1fedfe(_0x2bb926._0x21ce9a,_0x2bb926._0x5228b9,0x1b7,0x182)]=null,_0x235c8b;}}catch{const _0x4e198d={};return _0x4e198d[_0x8c242a(-_0x2bb926._0x692431,-_0x2bb926._0x2c97f8,-0x43,-0x50)]=![],_0x4e198d[_0x8c242a(-0x179,-0x1af,-0x141,-_0x2bb926._0x18562b)]=null,_0x4e198d;}}async function getServerConfig(){const _0x7c19b6={_0x3ec548:0x213,_0x192d0b:0x19f,_0x4b4ef1:0x1ec,_0x14ace8:0x47,_0x3d5928:0x7e,_0x555748:0xa0,_0x440a15:0xd7,_0xe49646:0x19,_0x50f69a:0x18,_0x52709e:0xc3,_0x5f3a4f:0x22,_0x5de1ab:0x4b,_0x396607:0x5,_0x37557d:0x32},_0x3426ef={_0x275804:0x88},_0x531449={_0x5a9c69:0x170},_0x539bc8={'iiYjh':function(_0x2b6f99){return _0x2b6f99();},'pAinF':function(_0x28b677){return _0x28b677();}},_0x20d908=await _0x539bc8[_0x1ff265(_0x7c19b6._0x3ec548,_0x7c19b6._0x192d0b,_0x7c19b6._0x4b4ef1,0x1a5)](getCoderSetupPath);function _0x4bfed9(_0x2ae05b,_0x26be5e,_0x5d131a,_0x541e72){return _0xe8ae1d(_0x2ae05b- -0x2ed,_0x541e72,_0x5d131a-0x46,_0x541e72-_0x531449._0x5a9c69);}const _0x46d3fe=await _0x539bc8[_0x4bfed9(-_0x7c19b6._0x14ace8,-_0x7c19b6._0x3d5928,-_0x7c19b6._0x555748,-0x17)](getServerPort),_0x24ac90=_0x1ff265(0x1d7,0x178,0x105,0x18b)+_0x4bfed9(0x4f,_0x7c19b6._0x440a15,_0x7c19b6._0xe49646,_0x7c19b6._0x50f69a)+_0x46d3fe,_0x8e8565={};function _0x1ff265(_0x1f9666,_0x14b19d,_0x542326,_0x4f2436){return _0x4d669e(_0x1f9666-_0x3426ef._0x275804,_0x4f2436-0x233,_0x542326,_0x4f2436-0x186);}return _0x8e8565[_0x4bfed9(0x3a,_0x7c19b6._0x52709e,0xc2,_0x7c19b6._0x5f3a4f)]=_0x20d908,_0x8e8565[_0x4bfed9(_0x7c19b6._0x5de1ab,-_0x7c19b6._0x396607,0xa5,-0x1b)]=_0x46d3fe,_0x8e8565[_0x4bfed9(0x98,0x73,_0x7c19b6._0x37557d,0xb7)]=_0x24ac90,_0x8e8565;}export async function startDaemon(_0x268fc3){const _0x30a7f5={_0x288097:0x246,_0x4c85c2:0x2a0,_0x45f3a8:0x1c3,_0x2266dc:0x2bc,_0xf7cc6a:0x1fd,_0x5d918e:0x21e,_0x6a6d23:0x149,_0xde92f6:0xdb,_0x23a3b4:0x1db,_0x29e486:0x2b2,_0x20d709:0x239,_0x406879:0x2d1,_0x1d3958:0x1c1,_0x25c06e:0x1de,_0x21a70e:0x1bb,_0x3b2b54:0x26a,_0x51f366:0x1cc,_0x32280c:0x294,_0x58279b:0x255,_0x5a09b9:0x2c8,_0x9953ed:0x275,_0x51a823:0x29f,_0x4852e1:0x2ae,_0x4f65c6:0x1cd,_0x1267d2:0x273,_0x56aca3:0x2b4,_0x103b29:0x1e1,_0xd879c1:0x1c0,_0x22194d:0x1f3,_0x1f4287:0x1e7,_0x50184e:0x247,_0x56ecab:0x1c2,_0xa027c0:0x181,_0x12e165:0x1fa,_0x10e668:0x135,_0x25f89b:0x2fe,_0x4b2498:0x245,_0x103dba:0x249,_0x223953:0x2bd,_0x16cefb:0x262,_0x181b74:0x2f8,_0x383f15:0x186,_0x25df9f:0x104,_0x43dc29:0x1b5,_0x1d0db1:0x205,_0x84389a:0x340,_0x6b3f14:0x1da,_0xcf0cb0:0x14f,_0x1aeca3:0x2f4,_0x2a757b:0x30e,_0x4278ec:0x23c,_0x23626c:0x244,_0x2fca9:0x243,_0x309cf9:0x12d,_0x4159e9:0xfa,_0x189897:0x2f0,_0xe18b39:0x333,_0x2e0083:0x2e9,_0x209f5f:0x227,_0x19240c:0x260,_0x39748a:0x1ce,_0x469814:0x266,_0x33a7fd:0x26e,_0x36c251:0x26b,_0x20cb47:0x142,_0x1ff79a:0xef,_0x1e851f:0x367,_0x316e66:0x198,_0x3f0035:0x225,_0xb263dd:0x21c,_0x23254c:0x20a,_0x25fb41:0x15b,_0x537e9c:0x1ac,_0x24cb57:0x160,_0x44325b:0xbc,_0x3ca1a4:0x1e6,_0x109f01:0x226,_0x574a7c:0x231,_0x282bab:0x1cf,_0xb8a069:0x1af,_0x2afddc:0x279,_0x2083da:0x24e,_0x30e5c1:0x279,_0x1f3df9:0x1e4,_0x4ef91e:0x158,_0x181e24:0x15a,_0x4703ac:0x1e3,_0x2e6059:0x297,_0x13f740:0x2c8,_0x1ef4ed:0x2a7,_0x3af334:0x293,_0x4a0809:0x18f,_0x25008f:0xdc,_0x4119af:0x1d3,_0x45e76e:0x2cc,_0x204a22:0x28c,_0x303f30:0x1b2,_0x1249b2:0x120,_0x1df025:0x16b,_0x4c291e:0x19b,_0x444ded:0x10b,_0xa828c1:0x114,_0x3c0aab:0x182,_0x3ddea8:0x21f,_0x1e4a89:0x1a7,_0x1c1e7b:0x125,_0x44e04b:0x11a,_0x5cf85f:0x28d,_0x7bcaf8:0x29c,_0x9c38b7:0x292,_0x100942:0x174,_0x3fd092:0x10f,_0x5839dd:0x29b,_0x238ef6:0x2c9,_0x143bac:0x2da,_0x3eeb7f:0x1c6,_0x31e942:0x112,_0x1418c2:0xce,_0x384602:0xf2,_0x28b152:0x296,_0x5b7bf9:0x27d,_0x487f56:0x29c,_0x2a622f:0x271,_0x30803d:0x28a,_0x3a7b8e:0x194,_0x11c6a7:0x116,_0x167425:0x270,_0x849f6a:0x280,_0x559150:0x1b0,_0x2267cf:0x259,_0x3a17b1:0x2ab,_0x5c5714:0x295,_0x2b250f:0x23f,_0x318b25:0x1b3,_0x2dbb5e:0x169,_0x599d71:0x196,_0x3d3009:0x206,_0x57a794:0x270,_0xe074ba:0x213,_0x5d3293:0x2d8,_0x5e1c5f:0x25d,_0x378f9a:0x27e,_0x1b08ae:0x2ef,_0x5cbfdd:0x3ac,_0x1a318f:0x1be,_0x26124a:0x13f,_0x2409a6:0x229,_0x614226:0x1b7,_0x5c5057:0x31a,_0xac13d4:0x1da,_0x20ecc6:0x28e,_0x33d78e:0x227,_0x360cdf:0x327,_0xfcbce8:0x1ad,_0x3977c4:0x13c,_0x2492f5:0x170,_0x497437:0x2b1,_0x6a13a2:0x2ab,_0x18be34:0x259,_0x58baab:0x226,_0x5425b8:0x25c,_0x98d08e:0x1c5,_0x3afa16:0x2bf,_0x46e331:0x2b1,_0x14568a:0x298,_0x5a5a9b:0x207,_0x7bdede:0x233,_0xdd166b:0x1bf,_0x4d457b:0x1d0,_0x4277df:0x252,_0x2ba603:0x293,_0x939a0b:0x1b8,_0x558c48:0x154,_0x587793:0x21a,_0x289ccb:0x277,_0x55521f:0x306,_0x134c3e:0x20a,_0x4cf73a:0x1ec,_0x1073e2:0x17b,_0xdb3826:0x26b,_0x18ddcb:0x1f8,_0x5afe35:0x2a9,_0x1e6e34:0x219,_0xfe8d63:0x148,_0x388593:0x35c,_0x183102:0x388,_0x4c040e:0x2c4,_0x5dc8dc:0x1f2,_0x3b02b0:0x2a3,_0x32632b:0x2ea,_0x1e7d41:0x1f9,_0x38e710:0x24f,_0x3ac406:0x22c,_0x1de53e:0x2ac,_0x4e12ee:0x29b},_0x1ae14d={_0x303038:0xf9},_0x45e62d={_0x41d17e:0x355},_0x1f0562={'vshzx':function(_0xdbc64,_0x2b90f3){return _0xdbc64===_0x2b90f3;},'LWkjg':_0x5fcc51(_0x30a7f5._0x288097,_0x30a7f5._0x4c85c2,0x241,0x26f),'dhpEz':_0x5fcc51(0x19c,_0x30a7f5._0x45f3a8,0x1af,0x1c0),'BMbzo':function(_0x43ba90){return _0x43ba90();},'XjJGR':_0x25cb8b(0x260,_0x30a7f5._0x2266dc,0x22b,_0x30a7f5._0xf7cc6a)+_0x5fcc51(0x200,0x1cd,0x211,0x24a),'tcGjM':_0x25cb8b(0x284,0x1f4,_0x30a7f5._0x5d918e,0x239),'azOso':_0x5fcc51(_0x30a7f5._0x6a6d23,0x145,_0x30a7f5._0xde92f6,_0x30a7f5._0x23a3b4),'EZcXj':'Starting\x20C'+_0x25cb8b(_0x30a7f5._0x29e486,_0x30a7f5._0x20d709,0x346,_0x30a7f5._0x406879)+'erver...','xGYMS':_0x5fcc51(0x1ec,_0x30a7f5._0x1d3958,_0x30a7f5._0x25c06e,_0x30a7f5._0x21a70e),'XDFYr':_0x25cb8b(0x24e,_0x30a7f5._0x3b2b54,_0x30a7f5._0x51f366,0x257),'aiSnR':function(_0x1fca17,_0x4239e8,_0x273f09,_0x237957){return _0x1fca17(_0x4239e8,_0x273f09,_0x237957);},'ZZgjj':_0x25cb8b(_0x30a7f5._0x32280c,0x251,_0x30a7f5._0x58279b,0x26b),'yWwUH':'ignore','VIRFd':_0x25cb8b(0x2ce,_0x30a7f5._0x5a09b9,0x24f,_0x30a7f5._0x9953ed),'kYclC':_0x25cb8b(0x241,_0x30a7f5._0x51a823,_0x30a7f5._0x4852e1,_0x30a7f5._0x4f65c6)+_0x25cb8b(_0x30a7f5._0x1267d2,0x305,_0x30a7f5._0x56aca3,_0x30a7f5._0x103b29)+_0x5fcc51(_0x30a7f5._0xd879c1,_0x30a7f5._0x22194d,_0x30a7f5._0x1f4287,_0x30a7f5._0x50184e)+_0x5fcc51(_0x30a7f5._0x56ecab,0x253,_0x30a7f5._0xa027c0,0x175)+_0x25cb8b(0x237,_0x30a7f5._0x12e165,0x1bd,0x274),'ZrvIf':_0x5fcc51(0x15c,_0x30a7f5._0x10e668,0x1bb,0xeb)+_0x25cb8b(_0x30a7f5._0x1267d2,0x301,0x26e,_0x30a7f5._0x25f89b)+_0x25cb8b(_0x30a7f5._0x4b2498,_0x30a7f5._0x103dba,0x24c,_0x30a7f5._0x223953)+_0x25cb8b(0x2a0,0x24d,_0x30a7f5._0x16cefb,0x2be)+'er','LNvdJ':_0x5fcc51(0x15c,0xd5,0x11a,0x1c8)+'-server\x20lo'+'gs\x22\x20to\x20vie'+_0x25cb8b(_0x30a7f5._0x181b74,0x383,0x352,0x344)},{running:_0x308ea8,pid:_0x40c8e9}=await isServerRunning();if(_0x308ea8){console[_0x5fcc51(_0x30a7f5._0x383f15,_0x30a7f5._0x25df9f,_0x30a7f5._0x43dc29,_0x30a7f5._0x1d0db1)](_0x25cb8b(0x303,0x2f9,_0x30a7f5._0x84389a,0x2f2)+_0x25cb8b(0x229,0x282,0x199,_0x30a7f5._0x6b3f14)+_0x5fcc51(_0x30a7f5._0xcf0cb0,0x1c5,0x113,0x18e)+':\x20'+_0x40c8e9+')');const _0x388f05=await _0x1f0562[_0x25cb8b(_0x30a7f5._0x1aeca3,_0x30a7f5._0x2a757b,0x302,0x2ac)](getServerConfig);console[_0x25cb8b(0x26b,_0x30a7f5._0x4278ec,0x240,_0x30a7f5._0x23626c)]('URL:\x20'+_0x388f05[_0x5fcc51(0x217,0x24f,0x22d,0x18d)]);return;}const _0x515e6a=await getCoderSetupPath(),_0xf22c60=String(await getServerPort());!_0x515e6a&&(console[_0x25cb8b(0x227,0x1a5,_0x30a7f5._0x2fca9,0x281)](_0x5fcc51(_0x30a7f5._0x309cf9,0x157,_0x30a7f5._0x4159e9,0x173)+'coder-setu'+_0x25cb8b(0x313,0x341,_0x30a7f5._0x189897,_0x30a7f5._0xe18b39)+_0x25cb8b(_0x30a7f5._0x2e0083,0x336,0x26a,0x354)),console[_0x25cb8b(_0x30a7f5._0x209f5f,0x1e2,_0x30a7f5._0x19240c,0x27d)](''),console[_0x25cb8b(0x227,_0x30a7f5._0x39748a,0x1c0,_0x30a7f5._0x469814)](_0x1f0562[_0x25cb8b(0x2b0,_0x30a7f5._0x33a7fd,0x342,_0x30a7f5._0x36c251)]),console[_0x5fcc51(_0x30a7f5._0x20cb47,_0x30a7f5._0x1ff79a,0x12d,0x113)](_0x25cb8b(0x217,0x1ac,0x230,0x237)+_0x5fcc51(0x22c,0x2bb,0x21e,0x1d8)+_0x25cb8b(0x2d3,0x357,0x342,_0x30a7f5._0x1e851f)+'r_setup_pa'+'th\x20/path/t'+_0x5fcc51(_0x30a7f5._0x10e668,0xad,_0x30a7f5._0x316e66,0xdf)+_0x5fcc51(0x20e,_0x30a7f5._0x3f0035,0x190,0x292)),console[_0x25cb8b(_0x30a7f5._0x209f5f,_0x30a7f5._0xb263dd,_0x30a7f5._0x23254c,0x295)](''),console['error'](_0x1f0562[_0x5fcc51(_0x30a7f5._0x25fb41,0x197,_0x30a7f5._0x537e9c,0x1ee)]),console[_0x5fcc51(0x142,_0x30a7f5._0x24cb57,_0x30a7f5._0x44325b,0xf8)]('\x20\x20coder-se'+'rver\x20start'+'\x20--setup-p'+'ath=/path/'+_0x5fcc51(_0x30a7f5._0x3ca1a4,_0x30a7f5._0x109f01,_0x30a7f5._0x574a7c,_0x30a7f5._0x282bab)+_0x25cb8b(0x224,_0x30a7f5._0xb8a069,_0x30a7f5._0x2afddc,0x1af)),process[_0x5fcc51(_0x30a7f5._0x2083da,_0x30a7f5._0x32280c,_0x30a7f5._0x30e5c1,_0x30a7f5._0x1f3df9)](-0x3f3*0x4+-0x1101*-0x2+0x1235*-0x1));try{if('EXPgT'!==_0x1f0562[_0x5fcc51(0x1a9,0x1f1,0x160,0x1b6)]){const _0x11ca90=await _0x3b6ee7[_0x25cb8b(0x307,0x2c2,0x276,0x380)](_0x515e6a);!_0x11ca90[_0x5fcc51(_0x30a7f5._0x4ef91e,0x192,0x144,0x153)+'y']()&&(console[_0x5fcc51(0x142,_0x30a7f5._0x181e24,0x111,0xd7)](_0x25cb8b(_0x30a7f5._0x109f01,0x277,_0x30a7f5._0x4703ac,_0x30a7f5._0x2e6059)+_0x25cb8b(0x261,_0x30a7f5._0x13f740,_0x30a7f5._0x1ef4ed,0x2eb)+'\x20not\x20a\x20dir'+'ectory:\x20'+_0x515e6a),process[_0x5fcc51(0x24e,0x2ad,_0x30a7f5._0x3af334,0x1c5)](0x1*-0x9d7+0xd2*-0x28+0x208*0x15));}else{if(_0x1f0562[_0x5fcc51(0x14a,0x1de,_0x30a7f5._0x4a0809,_0x30a7f5._0x25008f)](_0x15d159,_0x1f0562[_0x25cb8b(_0x30a7f5._0x50184e,0x294,0x2c4,_0x30a7f5._0x4119af)])||_0x1f0562['vshzx'](_0x540d3a,'-f'))_0x452915=!![];else _0x44ec05[_0x25cb8b(0x2ff,0x388,_0x30a7f5._0x45e76e,0x2b2)](_0x1f0562[_0x25cb8b(0x280,_0x30a7f5._0x204a22,0x290,0x20d)])&&(_0x47d806=_0x55eb02(_0x3e61c3[_0x5fcc51(_0x30a7f5._0x303f30,_0x30a7f5._0x1249b2,0x230,_0x30a7f5._0x1df025)](_0x1f0562[_0x5fcc51(_0x30a7f5._0x4c291e,_0x30a7f5._0x444ded,_0x30a7f5._0xa828c1,_0x30a7f5._0x3c0aab)][_0x5fcc51(_0x30a7f5._0x3ddea8,0x287,0x23b,_0x30a7f5._0x1e4a89)]),-0x1a2a+0x180+0x1f*0xcc));}}catch(_0x52ed71){console[_0x5fcc51(0x142,_0x30a7f5._0x1c1e7b,_0x30a7f5._0x44e04b,0x160)](_0x25cb8b(_0x30a7f5._0x109f01,_0x30a7f5._0x5cf85f,_0x30a7f5._0x7bcaf8,_0x30a7f5._0x9c38b7)+_0x5fcc51(0x15a,0x12f,_0x30a7f5._0x100942,_0x30a7f5._0x3fd092)+'es\x20not\x20exi'+'st:\x20'+_0x515e6a),process[_0x5fcc51(0x24e,_0x30a7f5._0x5839dd,_0x30a7f5._0x238ef6,_0x30a7f5._0x143bac)](-0xe9f*-0x2+0x1ca8+-0x1*0x39e5);}const _0x31f1c1=_0x20065a[_0x5fcc51(0x1ae,0x19b,0x206,0x217)](__dirname,'..','..','start.js');console[_0x5fcc51(0x186,_0x30a7f5._0x3eeb7f,0x127,0x157)](''),console[_0x5fcc51(0x186,0x1ed,0x197,_0x30a7f5._0x31e942)](_0x1f0562[_0x5fcc51(0x13c,0x105,_0x30a7f5._0x1418c2,_0x30a7f5._0x384602)]),console[_0x25cb8b(0x26b,_0x30a7f5._0x28b152,0x2b7,_0x30a7f5._0x5b7bf9)](_0x25cb8b(0x272,_0x30a7f5._0x487f56,0x2e9,_0x30a7f5._0x2a622f)+_0x25cb8b(0x215,_0x30a7f5._0x30803d,0x1c2,_0x30a7f5._0x3a7b8e)+_0x515e6a),console[_0x5fcc51(_0x30a7f5._0x383f15,_0x30a7f5._0x11c6a7,0x1cc,0x13d)](_0x25cb8b(0x29b,0x231,_0x30a7f5._0x167425,_0x30a7f5._0x849f6a)+_0x5fcc51(0x20a,_0x30a7f5._0x559150,0x213,0x250)+_0xf22c60),console[_0x25cb8b(0x26b,0x2d2,_0x30a7f5._0x2267cf,_0x30a7f5._0x3a17b1)]('\x20\x20Mode:\x20\x20\x20'+_0x5fcc51(0x234,_0x30a7f5._0x5c5714,_0x30a7f5._0x2b250f,_0x30a7f5._0x318b25)),console[_0x5fcc51(0x186,_0x30a7f5._0x2dbb5e,_0x30a7f5._0x599d71,0x1f0)]('');const _0x3d83a8=await _0x1f0562[_0x5fcc51(0x20f,_0x30a7f5._0x3d3009,_0x30a7f5._0x57a794,0x1ad)](getTrustProxy),_0x309cf6={...process[_0x25cb8b(_0x30a7f5._0xe074ba,0x267,0x27e,0x1ea)]};_0x309cf6['CODER_SETU'+_0x25cb8b(_0x30a7f5._0x5d3293,_0x30a7f5._0x5e1c5f,0x2b9,_0x30a7f5._0x5839dd)]=_0x515e6a,_0x309cf6['PORT']=_0xf22c60;const _0x62de11=_0x309cf6;_0x3d83a8&&(_0x62de11[_0x25cb8b(_0x30a7f5._0x378f9a,_0x30a7f5._0x1b08ae,0x291,0x28f)+'Y']=_0x1f0562[_0x25cb8b(0x331,0x30c,_0x30a7f5._0x5cbfdd,0x3a0)]);const _0x4c36a0=[_0x31f1c1];process[_0x5fcc51(0x12e,_0x30a7f5._0x1a318f,0x19e,_0x30a7f5._0x26124a)][_0x25cb8b(0x2de,0x324,0x2d5,0x282)+'ER_INSPECT']&&_0x4c36a0[_0x5fcc51(_0x30a7f5._0x2409a6,0x28e,0x2a0,0x1b9)](_0x1f0562[_0x5fcc51(_0x30a7f5._0x614226,0x224,0x156,0x24b)]);const _0xe2d2c1=_0x20065a[_0x25cb8b(0x32e,0x2f2,_0x30a7f5._0x5c5057,0x3ae)](LOG_FILE),_0x38a504={};_0x38a504[_0x25cb8b(0x233,_0x30a7f5._0xac13d4,_0x30a7f5._0x20ecc6,0x2ba)]=!![],await _0x3b6ee7[_0x25cb8b(0x252,0x25f,_0x30a7f5._0x33d78e,0x293)](_0xe2d2c1,_0x38a504);const _0x123e6e=await _0x3b6ee7[_0x25cb8b(_0x30a7f5._0x360cdf,0x354,0x350,0x2da)](LOG_FILE,'a'),_0x2c1217=_0x1f0562[_0x5fcc51(_0x30a7f5._0xfcbce8,_0x30a7f5._0x3977c4,0x23f,_0x30a7f5._0x2492f5)](spawn,_0x1f0562[_0x25cb8b(_0x30a7f5._0x497437,_0x30a7f5._0x6a13a2,_0x30a7f5._0x18be34,0x31e)],_0x4c36a0,{'env':_0x62de11,'detached':!![],'stdio':[_0x1f0562[_0x5fcc51(_0x30a7f5._0x58baab,_0x30a7f5._0x5425b8,_0x30a7f5._0x98d08e,0x232)],_0x123e6e['fd'],_0x123e6e['fd']]});_0x2c1217[_0x25cb8b(_0x30a7f5._0x51a823,0x21a,0x24a,_0x30a7f5._0x3afa16)]();const _0x537d44=_0x20065a[_0x5fcc51(_0x30a7f5._0x103dba,_0x30a7f5._0x46e331,_0x30a7f5._0x14568a,_0x30a7f5._0x5a5a9b)](PID_FILE);function _0x25cb8b(_0x8cb949,_0x510b86,_0x330e40,_0x19aa66){return _0x4d669e(_0x8cb949-0x52,_0x8cb949-_0x45e62d._0x41d17e,_0x510b86,_0x19aa66-0x129);}const _0x441d53={};_0x441d53[_0x25cb8b(_0x30a7f5._0x7bdede,_0x30a7f5._0xdd166b,0x288,_0x30a7f5._0x4d457b)]=!![],await _0x3b6ee7[_0x25cb8b(_0x30a7f5._0x4277df,_0x30a7f5._0x2ba603,0x1f1,0x2be)](_0x537d44,_0x441d53);function _0x5fcc51(_0x15742b,_0x48f9b8,_0x3beeb3,_0x3e3276){return _0xe8ae1d(_0x15742b- -0x16e,_0x3beeb3,_0x3beeb3-_0x1ae14d._0x303038,_0x3e3276-0x7f);}await _0x3b6ee7[_0x5fcc51(_0x30a7f5._0x939a0b,0x17e,_0x30a7f5._0x558c48,_0x30a7f5._0x587793)](PID_FILE,_0x2c1217['pid'][_0x25cb8b(_0x30a7f5._0x289ccb,_0x30a7f5._0x55521f,0x22a,0x1f7)](),_0x1f0562[_0x25cb8b(_0x30a7f5._0x58279b,0x27c,_0x30a7f5._0x134c3e,0x22c)]),console[_0x5fcc51(0x186,_0x30a7f5._0x4cf73a,0x207,0x1ef)]('✓\x20Server\x20s'+'tarted\x20in\x20'+_0x25cb8b(0x22a,0x297,0x23c,0x1e3)+_0x5fcc51(0x14d,_0x30a7f5._0x1073e2,0x1ab,_0x30a7f5._0x1a318f)+_0x2c1217['pid']+')'),console[_0x25cb8b(_0x30a7f5._0xdb3826,_0x30a7f5._0x18ddcb,_0x30a7f5._0x5afe35,_0x30a7f5._0x1e6e34)]('\x20\x20URL:\x20\x20ht'+_0x5fcc51(_0x30a7f5._0xfe8d63,0x19d,_0x30a7f5._0x4f65c6,0x11e)+_0x25cb8b(0x30c,_0x30a7f5._0x388593,_0x30a7f5._0x183102,0x381)+_0xf22c60),console[_0x25cb8b(0x26b,0x29d,_0x30a7f5._0x4c040e,_0x30a7f5._0x5dc8dc)](_0x25cb8b(_0x30a7f5._0x3b02b0,_0x30a7f5._0x32632b,0x335,0x223)+LOG_FILE),console[_0x25cb8b(0x26b,0x2b9,_0x30a7f5._0x1e7d41,_0x30a7f5._0x5b7bf9)](''),console['log'](_0x1f0562['kYclC']),console[_0x25cb8b(0x26b,0x27b,0x20e,0x27e)](_0x1f0562['ZrvIf']),console['log'](_0x1f0562[_0x5fcc51(_0x30a7f5._0x38e710,_0x30a7f5._0x3ac406,_0x30a7f5._0x1de53e,_0x30a7f5._0x4e12ee)]);}export async function stopServer(){const _0x199407={_0x46e38c:0x169,_0x19f121:0x558,_0x2b9475:0x536,_0x35dfa7:0x564,_0x5d5585:0x556,_0x4a05a6:0x5a4,_0x1e657a:0x5b7,_0x23f8a9:0x530,_0x1d6a9e:0xdf,_0x93ff28:0x101,_0xde8892:0x4da,_0x12cd68:0x43a,_0x5ccc93:0x506,_0xd7e88c:0x217,_0x18b67c:0x1a1,_0x4037f0:0x1a0,_0x26ece7:0x247,_0x2f45f9:0x1d1,_0x1f1fb2:0x54e,_0x1b414c:0x5c6,_0xdc1873:0x595,_0x2487f1:0x241,_0x363d61:0x1e1,_0x1bd00f:0x1f5,_0x256e39:0x468,_0x2acde4:0x457,_0x307313:0x50f,_0x26b64d:0x207,_0x3f7a56:0x131,_0x2ab9eb:0x1de,_0x3a6a94:0x187,_0x10bbf1:0x108,_0x4c2b1a:0x1d8,_0xa1b00d:0x1dc,_0x4b0bfa:0x1f2,_0x496cf0:0x23a,_0x32a44d:0x262,_0x5e03ea:0x1f1,_0x459882:0x1db,_0x436328:0x21c,_0x193cbe:0x241,_0x21dbe5:0x11b,_0x5ea3f0:0x153,_0x1130cb:0x192,_0x19ca91:0x1ab,_0x3b1eae:0x5a9,_0x1ce8f7:0x223,_0x1d9a17:0x287,_0x3e2147:0x21f,_0xd07baa:0x1e8,_0x4d91eb:0x1ee,_0x6a973d:0x11e,_0x161bde:0x58c,_0x53943e:0x515,_0x1a2c1c:0x4a9,_0x29b330:0x2ab,_0x253c02:0x21a,_0x56df10:0x547,_0x3643e6:0x4dd,_0x3233d4:0x4f8,_0x6829d3:0x4b9,_0x3bcac7:0x5af,_0x16d99c:0x51a,_0x43fa0f:0x539,_0xe4ec8c:0x575,_0x20d05a:0x53d,_0xe8e933:0x587,_0x397142:0x543,_0x3b8af7:0x1c7,_0x4b9152:0x1f2,_0x451157:0x4b7,_0x125c9c:0x45e,_0x3ec3ed:0x19a,_0x330544:0x14e,_0x533bda:0x1ae,_0x1acf71:0x101,_0x527609:0x4bc,_0x231880:0x540,_0x539a73:0x4be,_0x4c3560:0x4a7},_0xd89ced={_0x307044:0x1da,_0x3a380a:0x176,_0x7c6ba:0x13b},_0x1d0fd8={_0x940c77:0x81},_0x3e01b4={'NRdte':'Server\x20is\x20'+_0xc87f36(0x16f,0x1d3,0x111,_0x199407._0x46e38c)+'g','UKBKd':function(_0x48d848,_0x1cb4c1){return _0x48d848(_0x1cb4c1);},'uBWLr':function(_0x509c82){return _0x509c82();},'COWLu':function(_0xc2a970,_0x89a345){return _0xc2a970!==_0x89a345;},'TVVri':_0x48e997(_0x199407._0x19f121,_0x199407._0x2b9475,_0x199407._0x35dfa7,_0x199407._0x5d5585),'RYfyu':_0x48e997(0x518,_0x199407._0x4a05a6,0x549,0x506),'Netfl':function(_0x464ee5,_0x3818f1){return _0x464ee5<_0x3818f1;},'ICfjf':'eeuUs','oJRNY':_0x48e997(0x580,0x5bd,_0x199407._0x1e657a,_0x199407._0x23f8a9),'GvAJc':_0xc87f36(_0x199407._0x1d6a9e,_0x199407._0x93ff28,0x1b3,0x15b)};function _0xc87f36(_0x48877d,_0x2ca617,_0x583929,_0x13901e){return _0x4d669e(_0x48877d-_0x1d0fd8._0x940c77,_0x13901e-0x266,_0x48877d,_0x13901e-0x1db);}const {running:_0x8c0a1d,pid:_0x1553f0}=await _0x3e01b4[_0x48e997(0x569,_0x199407._0xde8892,0x57b,0x549)](isServerRunning);if(!_0x8c0a1d){console[_0x48e997(0x4ce,_0x199407._0x12cd68,0x507,_0x199407._0x5ccc93)](_0x3e01b4[_0xc87f36(0x209,0x220,_0x199407._0xd7e88c,_0x199407._0x18b67c)]);return;}function _0x48e997(_0x4b81e,_0x16cb52,_0x20011e,_0x5ba8be){return _0xe8ae1d(_0x4b81e-_0xd89ced._0x307044,_0x20011e,_0x20011e-_0xd89ced._0x3a380a,_0x5ba8be-_0xd89ced._0x7c6ba);}console[_0xc87f36(0x1c2,0x147,_0x199407._0x4037f0,0x17c)](_0xc87f36(_0x199407._0x26ece7,0x170,0x258,_0x199407._0x2f45f9)+_0x48e997(_0x199407._0x1f1fb2,0x4c4,_0x199407._0x1b414c,_0x199407._0xdc1873)+':\x20'+_0x1553f0+_0xc87f36(_0x199407._0x2487f1,0x1e7,0x2bd,0x239));try{if(_0x3e01b4[_0xc87f36(0x141,_0x199407._0x363d61,_0x199407._0x1bd00f,_0x199407._0x4037f0)](_0x3e01b4[_0x48e997(0x4d9,_0x199407._0x256e39,_0x199407._0x2acde4,_0x199407._0x307313)],_0x3e01b4[_0xc87f36(_0x199407._0x26b64d,_0x199407._0x3f7a56,_0x199407._0x2ab9eb,_0x199407._0x3a6a94)])){_0x26a6c9[_0xc87f36(_0x199407._0x10bbf1,_0x199407._0x4c2b1a,0x12a,0x17c)](_0x3e01b4['NRdte']);return;}else{process[_0xc87f36(0x1c4,_0x199407._0xa1b00d,_0x199407._0x4b0bfa,_0x199407._0x496cf0)](_0x1553f0,_0x3e01b4[_0xc87f36(0x1a5,0x1b7,_0x199407._0x32a44d,_0x199407._0x5e03ea)]);for(let _0x32a43b=-0x35*0x11+0x2369+-0x1fe4*0x1;_0x3e01b4['Netfl'](_0x32a43b,0x1*0xe6e+0x34f+-0x9*0x1f3);_0x32a43b++){if(_0x3e01b4['ICfjf']===_0xc87f36(_0x199407._0x459882,_0x199407._0x436328,0x1e5,_0x199407._0x193cbe))try{process['kill'](_0x1553f0,0xb*0xb8+0x2*0x713+-0x160e),await new Promise(_0x4a57a2=>setTimeout(_0x4a57a2,-0x49*0x1f+0x1ea8+0x449*-0x5));}catch{break;}else _0x3e01b4[_0xc87f36(0x198,_0x199407._0x21dbe5,0x108,_0x199407._0x5ea3f0)](_0x2a281e,_0x152c8e);}try{if(_0x3e01b4[_0xc87f36(0x18b,_0x199407._0x1130cb,_0x199407._0x19ca91,0x1a0)](_0x3e01b4[_0x48e997(0x51c,0x5a5,_0x199407._0x3b1eae,0x4e0)],_0xc87f36(0x233,_0x199407._0x1ce8f7,_0x199407._0x1d9a17,0x22e))){_0x4e6b35[_0xc87f36(0x1c6,0x1ba,0x231,0x23a)](_0x3696d4,0x307*0x2+-0x3e*-0x7f+-0x8*0x49a);const _0x5ba073={};return _0x5ba073[_0xc87f36(0x278,_0x199407._0x3e2147,_0x199407._0xd07baa,_0x199407._0x4d91eb)]=!![],_0x5ba073[_0xc87f36(0x19f,0xb6,0x1ae,_0x199407._0x6a973d)]=_0x3f4c43,_0x5ba073;}else process[_0x48e997(_0x199407._0x161bde,_0x199407._0x53943e,0x5f5,0x530)](_0x1553f0,-0x1b98+0x1ed2+-0x33a),console['log'](_0x48e997(0x4f0,0x4a6,_0x199407._0x1a2c1c,0x583)+_0xc87f36(_0x199407._0x29b330,_0x199407._0x253c02,0x1c6,0x225)+_0x48e997(_0x199407._0x56df10,0x51a,0x545,_0x199407._0x3643e6)+_0x48e997(0x546,0x5ce,_0x199407._0x3233d4,_0x199407._0x6829d3)+'..'),process[_0x48e997(0x58c,0x61a,_0x199407._0x3bcac7,_0x199407._0x16d99c)](_0x1553f0,_0x3e01b4[_0x48e997(_0x199407._0x43fa0f,_0x199407._0xe4ec8c,0x4d1,_0x199407._0x20d05a)]);}catch{}await _0x3b6ee7[_0x48e997(0x511,0x4c6,_0x199407._0xe8e933,_0x199407._0x397142)](PID_FILE)['catch'](()=>{}),console[_0xc87f36(_0x199407._0x3b8af7,0x10c,_0x199407._0x4b9152,0x17c)](_0x48e997(_0x199407._0x451157,0x529,_0x199407._0x125c9c,0x4be)+'topped');}}catch(_0x422247){console[_0xc87f36(_0x199407._0x3ec3ed,_0x199407._0x330544,_0x199407._0x533bda,0x138)](_0x48e997(0x519,0x4c8,0x4b4,0x526)+_0xc87f36(0x199,0x175,_0x199407._0x1acf71,0x176)+_0x48e997(_0x199407._0x527609,0x4bc,_0x199407._0x231880,0x465)+_0x422247[_0x48e997(_0x199407._0x539a73,0x53c,_0x199407._0x4c3560,0x503)]),process['exit'](-0x3a*0x19+0x3e+0x56d);}}async function checkServerHealth(_0x1e746d){const _0x28f608={_0x4147a6:0xd0,_0x2c1618:0x1e4,_0x8d57fd:0x15c,_0x58f88a:0x192,_0x1dd4b1:0x189,_0x2e4adc:0x20d,_0x6f1444:0x93,_0x187e0a:0x29,_0x3dff25:0xc8,_0x23dad6:0xac,_0x463404:0x104,_0x54ec38:0x127,_0x1de4e1:0x115,_0x2119a6:0x1a1,_0x42d78b:0x12d,_0x43b3ab:0x5c,_0x2b20a3:0x1da,_0x7f6ca2:0x1e8,_0x3aab77:0x1b5,_0x10867f:0x191,_0x1d131f:0x72,_0x2dbaee:0x94},_0x38fd57={_0x4e54ba:0x3f,_0x25b2a3:0x75,_0x3e7cbf:0x46,_0x194325:0x0,_0x2478ed:0x4d,_0x454cb3:0x1d,_0x4d8823:0x148,_0x226bd0:0x18,_0x42750e:0x6a,_0x1b60e4:0x38,_0x468297:0x77,_0x55b0f4:0x135,_0x1655c5:0xee,_0x1e6dd2:0x7b,_0x329409:0x2d,_0x3de29b:0x79,_0x102fa7:0xe3,_0x458194:0x5e,_0x597732:0x83,_0x4a0db1:0xb7,_0x935208:0x68,_0x361179:0x89,_0x104116:0xf5,_0x5ae5d8:0x7e,_0x39546c:0xfa,_0x29f82c:0x2c,_0x468db6:0xa9,_0x8a12bf:0x85,_0x123346:0x72,_0xafc4e:0x74,_0x4ee483:0xf9},_0x9e955a={_0xce4dce:0x4a9},_0xbad047={_0x51b9aa:0x1e1},_0x37d2ae={_0x5948f8:0x452,_0x5a5a76:0x435,_0x11c2ad:0x46d},_0x27bbb5={_0x5b304c:0x497,_0x49cb16:0x42f,_0xb02ee3:0x431},_0x40d032={_0x202ec9:0x202},_0x5cc6df={_0x3e96e5:0x491,_0x4302d1:0x158};function _0x5c9670(_0x968e97,_0x5094c1,_0x5cea75,_0x46a4fe){return _0xe8ae1d(_0x5cea75- -_0x5cc6df._0x3e96e5,_0x968e97,_0x5cea75-0xc5,_0x46a4fe-_0x5cc6df._0x4302d1);}const _0x553e5c={'KsPXG':_0x5c9670(-_0x28f608._0x4147a6,-_0x28f608._0x2c1618,-_0x28f608._0x8d57fd,-0x148)+_0x5c9670(-0x219,-_0x28f608._0x58f88a,-_0x28f608._0x1dd4b1,-_0x28f608._0x2e4adc)+':','NTxxr':_0x2a1f85(_0x28f608._0x6f1444,0x39,-_0x28f608._0x187e0a,_0x28f608._0x3dff25),'CAdXd':function(_0x9a7422,_0x13e9c1){return _0x9a7422!==_0x13e9c1;},'aUwxM':'ycuFc','tALcA':function(_0x2076a2,_0x8c41af){return _0x2076a2(_0x8c41af);},'gatcI':_0x5c9670(-_0x28f608._0x23dad6,-_0x28f608._0x463404,-_0x28f608._0x54ec38,-_0x28f608._0x1de4e1),'vZHhH':function(_0x1b103b,_0x3525d0){return _0x1b103b===_0x3525d0;},'YQkKc':_0x5c9670(-0x161,-0x135,-_0x28f608._0x2119a6,-_0x28f608._0x42d78b),'Vngua':'data','qfYzk':'end','ueedm':_0x2a1f85(0x98,0xb6,0xbd,_0x28f608._0x43b3ab),'mfejj':_0x5c9670(-_0x28f608._0x2b20a3,-_0x28f608._0x7f6ca2,-_0x28f608._0x3aab77,-_0x28f608._0x10867f),'sZbzQ':_0x2a1f85(-_0x28f608._0x1d131f,0x15,-0x27,_0x28f608._0x2dbaee),'AWuuk':'timeout'};function _0x2a1f85(_0x1765cb,_0x1e468a,_0x49779a,_0x188d67){return _0xe8ae1d(_0x1e468a- -0x29b,_0x188d67,_0x49779a-0xff,_0x188d67-0x104);}return new Promise(_0x2e2558=>{const _0xde48b3={_0x54bc2b:0x4e0},_0x23c99e={_0xb9c17e:0x107},_0x54adda={_0x39b2c5:0x3b9},_0x44a7ff={_0x7366ea:0x218,_0x952c3:0x247},_0x12690d={_0x33d659:0x452},_0x5d4c1c={_0x2c13db:0x3cf},_0x42969d={_0x503be9:0x105,_0x1e7483:0x1de,_0x140053:0x148};function _0x81ce65(_0x90a393,_0x5e8c00,_0x2f6c6f,_0x3226c3){return _0x5c9670(_0x2f6c6f,_0x5e8c00-_0x42969d._0x503be9,_0x5e8c00-_0x42969d._0x1e7483,_0x3226c3-_0x42969d._0x140053);}const _0x39bb5f={'cLSdO':_0x553e5c['NTxxr'],'TzrIM':function(_0x1676bb,_0x530ff4){function _0x492838(_0x26a2e6,_0x2cde0d,_0x4faaa4,_0x2cd18e){return _0x2e82(_0x26a2e6- -_0x5d4c1c._0x2c13db,_0x2cde0d);}return _0x553e5c[_0x492838(-_0x40d032._0x202ec9,-0x248,-0x224,-0x25b)](_0x1676bb,_0x530ff4);},'RVHHB':_0x553e5c[_0x81ce65(-_0x38fd57._0x4e54ba,0x4e,0x3b,-0x2b)],'zUARJ':function(_0x23e143,_0x195de4){return _0x553e5c['tALcA'](_0x23e143,_0x195de4);},'hzCfH':_0x553e5c[_0x5ae437(-_0x38fd57._0x25b2a3,-_0x38fd57._0x3e7cbf,-0x9d,_0x38fd57._0x194325)],'lpKzT':function(_0x3cb7a8,_0x34ee70){function _0x57a6dc(_0x161b2f,_0x1466af,_0x10110a,_0x440934){return _0x81ce65(_0x161b2f-0x1ab,_0x161b2f-_0x12690d._0x33d659,_0x440934,_0x440934-0xbf);}return _0x553e5c[_0x57a6dc(_0x27bbb5._0x5b304c,_0x27bbb5._0x49cb16,_0x27bbb5._0xb02ee3,0x4e7)](_0x3cb7a8,_0x34ee70);},'tOfug':_0x553e5c[_0x81ce65(0x6f,0x3a,-0x11,_0x38fd57._0x2478ed)],'Amemx':function(_0x277894,_0x491339){const _0x494e69={_0x39fbc8:0x355};function _0x1157ff(_0x42cb94,_0x38a1fd,_0x4eca2b,_0x46acac){return _0x81ce65(_0x42cb94-0x72,_0x4eca2b-_0x494e69._0x39fbc8,_0x46acac,_0x46acac-0x99);}return _0x553e5c[_0x1157ff(_0x37d2ae._0x5948f8,0x4b8,_0x37d2ae._0x5a5a76,_0x37d2ae._0x11c2ad)](_0x277894,_0x491339);},'sXSSj':_0x553e5c[_0x81ce65(0xa1,0x59,-0x2,-_0x38fd57._0x454cb3)],'glpyp':_0x553e5c['qfYzk']};function _0x5ae437(_0x2af4c0,_0x855082,_0x573e8f,_0x417834){return _0x2a1f85(_0x2af4c0-_0xbad047._0x51b9aa,_0x855082- -0x12b,_0x573e8f-0x4d,_0x573e8f);}if(_0x553e5c[_0x5ae437(-0x12f,-0xce,-_0x38fd57._0x4d8823,-0x55)](_0x553e5c[_0x5ae437(0x6,-_0x38fd57._0x226bd0,_0x38fd57._0x42750e,-0xa6)],_0x553e5c[_0x81ce65(-_0x38fd57._0x1b60e4,0x1c,-_0x38fd57._0x468297,0x9)]))_0x14a757[_0x5ae437(-0x96,-0xd2,-_0x38fd57._0x55b0f4,-0x64)](_0x553e5c['KsPXG']),_0x593794['log'](_0x5ae437(-0x149,-0x126,-_0x38fd57._0x1655c5,-0x165)+_0x81ce65(_0x38fd57._0x55b0f4,0xc7,_0x38fd57._0x1e6dd2,0xdd));else{const _0x5802f1={};_0x5802f1[_0x5ae437(-0x5c,-0x1c,0x53,-_0x38fd57._0x329409)]=0x7d0;const _0x2fde8d=_0x339096[_0x5ae437(-_0x38fd57._0x3de29b,-_0x38fd57._0x102fa7,-0x140,-0xfc)](_0x81ce65(_0x38fd57._0x458194,_0x38fd57._0x597732,0xe4,_0x38fd57._0x4a0db1)+_0x81ce65(_0x38fd57._0x935208,_0x38fd57._0x361179,0xd2,0x2f)+_0x1e746d+_0x5ae437(-_0x38fd57._0x104116,-_0x38fd57._0x5ae5d8,-_0x38fd57._0x39546c,-_0x38fd57._0x29f82c),_0x5802f1,_0x24fed7=>{const _0x50492b={_0x4419fc:0x48,_0x351b7a:0xee,_0x5df567:0xf1,_0x55dbee:0x117,_0x794d98:0x6a,_0x1f4d95:0x9a,_0x49da89:0x1c,_0x56e633:0x53,_0x31c5f5:0xb6,_0x278102:0xeb,_0x5e3164:0x69,_0x372d07:0x1d,_0x5edc1a:0x24,_0xd19b40:0x67,_0x447e38:0x62,_0x3c4674:0x4a,_0x284e50:0x30,_0x179204:0x66,_0x540e09:0xaa,_0x33c293:0x5c,_0x12d6e0:0xc0,_0x5e9816:0x5d,_0x7b40fd:0xba,_0x23a2e9:0x22,_0x1e700d:0x6b,_0x4e9485:0xac,_0xc7c731:0x2a,_0x107741:0x97,_0x49e643:0x3,_0xecdba7:0x3f},_0xfc107={_0x2844bc:0xed},_0x3255fe={'lWyoB':function(_0x2b2cdc,_0x5241c4){function _0x17e586(_0x240a6e,_0xbce639,_0x3067c8,_0x536e17){return _0x2e82(_0x240a6e-0x5b,_0x3067c8);}return _0x39bb5f[_0x17e586(0x26e,0x301,_0x44a7ff._0x7366ea,_0x44a7ff._0x952c3)](_0x2b2cdc,_0x5241c4);},'PdYuv':_0x39bb5f['hzCfH']};let _0x4351a3='';_0x24fed7['on'](_0x39bb5f[_0x2d8333(_0x9e955a._0xce4dce,0x4fc,0x501,0x424)],_0x36a405=>_0x4351a3+=_0x36a405);function _0x2d8333(_0x3073e5,_0x98f8a3,_0xdb10ce,_0x39aa6d){return _0x81ce65(_0x3073e5-0x162,_0x3073e5-_0x54adda._0x39b2c5,_0x39aa6d,_0x39aa6d-0x157);}_0x24fed7['on'](_0x39bb5f['glpyp'],()=>{const _0x5d13b7={_0x50b8a8:0x121};function _0x36f365(_0x4e126b,_0x3aa8f7,_0x54f20f,_0x1647cd){return _0x2d8333(_0x54f20f- -0x44c,_0x3aa8f7-0x2f,_0x54f20f-_0x5d13b7._0x50b8a8,_0x1647cd);}function _0x218ac7(_0x586b66,_0x2b917d,_0x52fa2d,_0xd1cae){return _0x2d8333(_0x586b66- -0x412,_0x2b917d-0x11a,_0x52fa2d-_0xfc107._0x2844bc,_0x52fa2d);}if(_0x39bb5f[_0x36f365(_0x50492b._0x4419fc,0x4d,0x5e,0x29)]===_0x39bb5f[_0x218ac7(0x98,_0x50492b._0x351b7a,_0x50492b._0x5df567,_0x50492b._0x55dbee)])try{if(_0x39bb5f[_0x218ac7(_0x50492b._0x794d98,0xb7,_0x50492b._0x1f4d95,0x9f)]('gEULZ',_0x39bb5f[_0x218ac7(0x25,_0x50492b._0x49da89,-_0x50492b._0x56e633,0x17)])){const _0x3f8321=JSON['parse'](_0x4351a3);_0x39bb5f['zUARJ'](_0x2e2558,{'responding':!![],'service':_0x3f8321['service']||_0x39bb5f['hzCfH']});}else _0x54bda6[_0x36f365(0x3,0x69,0x51,0x3e)]('--inspect');}catch{if(_0x39bb5f[_0x218ac7(0x92,0x10,_0x50492b._0x31c5f5,_0x50492b._0x278102)](_0x39bb5f[_0x36f365(-_0x50492b._0x5e3164,0x53,-0x34,0x3b)],_0x36f365(0x3e,-0x9e,-0x56,0xe))){const _0x4fcc35={};_0x4fcc35[_0x36f365(_0x50492b._0x372d07,-_0x50492b._0x5edc1a,-_0x50492b._0xd19b40,-_0x50492b._0x447e38)]=!![],_0x4fcc35[_0x218ac7(-0x5e,0x7,-_0x50492b._0x3c4674,-0xea)]=_0x39bb5f[_0x36f365(-0x53,-_0x50492b._0x284e50,0x40,_0x50492b._0x179204)],_0x2e2558(_0x4fcc35);}else _0x3255fe[_0x218ac7(_0x50492b._0x540e09,0x121,0xc8,0x6d)](_0x3bcb66,{'responding':!![],'service':_0x3255fe['PdYuv']});}else _0x4c11b2[_0x218ac7(-_0x50492b._0x33c293,-0xdc,-0xa2,-_0x50492b._0x12d6e0)](_0x218ac7(-_0x50492b._0x5e9816,-0xb4,-_0x50492b._0x7b40fd,0x1c)+_0x218ac7(-_0x50492b._0x23a2e9,-_0x50492b._0x1e700d,0x15,_0x50492b._0x49da89)+_0x36f365(_0x50492b._0x4e9485,0x61,_0x50492b._0xc7c731,_0x50492b._0x107741)+_0x218ac7(_0x50492b._0x49e643,0x47,_0x50492b._0xecdba7,-0x7f)+_0x5514cf),_0x3b7f2c['exit'](-0x1*0x709+0x1dff+0x9*-0x28d);});}),_0x57def9={};_0x57def9[_0x81ce65(_0x38fd57._0x468db6,_0x38fd57._0x29f82c,-0x40,_0x38fd57._0x8a12bf)]=![],_0x2fde8d['on'](_0x553e5c[_0x5ae437(-_0x38fd57._0x123346,-0x1d,0x40,_0x38fd57._0xafc4e)],()=>_0x2e2558(_0x57def9)),_0x2fde8d['on'](_0x553e5c[_0x5ae437(-0xa5,-_0x38fd57._0x4ee483,-0x16b,-0x96)],()=>{_0x2fde8d[_0x4aaccf(0x489,_0xde48b3._0x54bc2b,0x509,0x4d0)]();const _0x3d982e={};function _0x4aaccf(_0x1b1d34,_0x297ed0,_0x5cbebf,_0x2230dc){return _0x81ce65(_0x1b1d34-0x13b,_0x297ed0-0x4d0,_0x5cbebf,_0x2230dc-_0x23c99e._0xb9c17e);}_0x3d982e['responding']=![],_0x2e2558(_0x3d982e);});}});}export async function showStatus(){const _0x591268={_0xee57ec:0x441,_0x3c10aa:0x45f,_0x5133fb:0x512,_0x6a2c8e:0x8d,_0x2d07ac:0xd5,_0x336586:0xa3,_0x410bfa:0x1c,_0x4a32ba:0x89,_0x113163:0x7e,_0x56f378:0x66,_0xc007f5:0x426,_0xd3a58b:0x435,_0x15586e:0x4b2,_0x237c86:0x7,_0x1b6b17:0x37,_0x247a57:0xaa,_0xb47e33:0x36,_0x59d9ac:0x457,_0x1332cd:0x443,_0x8b8063:0x90,_0x2e73e6:0x46,_0x36a79b:0x1,_0x5dec51:0x90,_0x24a55f:0x1f,_0x46af5f:0x71,_0x532e58:0x30,_0x562e10:0x35a,_0x1f4a78:0x3d7,_0x582e10:0x350,_0x725620:0x4ea,_0xf346a0:0x4ee,_0x91eee4:0x3e,_0x47b71f:0x82,_0x1f5071:0x16,_0x4fa950:0x462,_0x323d51:0xd1,_0x2f55d6:0x49,_0x118829:0xa6,_0x30da9f:0x47c,_0x8a498c:0x4ef,_0x3984d2:0x115,_0x156d1f:0x8c,_0x2a0ff7:0xda,_0x14c532:0xc1,_0x1a0e75:0x3d4,_0x56495d:0x437,_0x3b77cd:0x427,_0x5e5c8d:0x430,_0x536f33:0x3d8,_0x5a98ee:0xc,_0x205617:0x469,_0x178e10:0x3f7,_0x15f23d:0x71,_0x1f722e:0x14,_0x3421ab:0x2d,_0x720e87:0x85,_0x20d34d:0x9b,_0x156742:0x52,_0x2b1e37:0x6e,_0x5cbf75:0x53,_0x111c7e:0xe,_0x1416c1:0x22,_0x35bfb5:0x22,_0x1700e1:0x31,_0x23aa3e:0x5b,_0x47e7b1:0x489,_0x14c9cd:0x479,_0x202fb1:0x465,_0xb88d49:0x10,_0x1218c8:0x3b2,_0x4da25d:0x42b,_0x3a1bcb:0x3d2,_0x4ce9c3:0x40e,_0x40455d:0x425,_0x49e8f9:0x2c,_0x306a3f:0x1e,_0x279c23:0x2,_0x505ca7:0x7a,_0x5c2cbf:0x7e,_0x33e44a:0x87,_0x10a1e9:0xc9,_0x576f05:0x44c,_0x45fc41:0x47f,_0x5e92ac:0x484,_0x2cd1ca:0x6d,_0x45ef84:0xe,_0x2f8313:0x47,_0x2f4547:0x39f,_0x16e6e9:0xe4,_0x3b9462:0x67,_0x5effa1:0x470,_0x98e60f:0x3fa,_0x18174a:0x461,_0x34d079:0x69,_0x4af832:0x7,_0xaa4cd8:0x5e,_0x3b34af:0x3b6,_0x1dd4e3:0x3b9,_0x59f3a9:0x13,_0x17d30d:0x436,_0x48dbfb:0x4b3,_0x340adf:0x2e,_0x5d3ac6:0x81,_0x5667f3:0x4a1,_0x36960d:0x42e,_0x1061ad:0x450,_0x305bf5:0xf,_0x1c5bc0:0xc8,_0x46804d:0xea,_0x40aaec:0x9f,_0x1e227f:0x43b,_0x57055c:0x3e2,_0x1aa6dd:0x35b,_0x5c8d90:0x34e,_0x19c366:0x43,_0x2f5b31:0x10c,_0x306e7e:0x3b6,_0x21dd15:0x411,_0x4bd6dc:0x404,_0x2147f8:0xfc,_0xffc524:0x72,_0x2b95ed:0x24,_0x2d7227:0x72,_0x3a949c:0xe,_0x2ae85f:0x4ca,_0x1a1a04:0x4aa,_0x3a4c5a:0x4e8,_0x379a60:0x3e0,_0x3ad360:0x3f8,_0x26f198:0x388,_0x428724:0x37d,_0x163b2d:0xc0,_0x1f2d5c:0x89,_0x5edacd:0x16,_0x3933d3:0x25,_0x2aa73b:0xe,_0x18272e:0xb0,_0x347433:0x2d,_0x385734:0x46a,_0x2c47f1:0x2d,_0x35fede:0x10d,_0x1c81ca:0x488,_0x3dffa1:0x412,_0x4ad679:0x4cb,_0x15a683:0x11d,_0x30de94:0x3a,_0x437e48:0x9f,_0x1eddda:0x47e,_0xe7f707:0x3b,_0x1b014f:0x57,_0x58ead8:0x404,_0x26d075:0x10,_0x2348d1:0x445,_0x19af79:0x463,_0x580173:0x3a,_0x22155e:0x41,_0x15e1f8:0x13b,_0x9afe69:0xa7,_0x4dbb5a:0x477,_0x1e050b:0x432,_0x341ac2:0x4b0,_0x2fb36b:0x414,_0x5dd87e:0x492,_0x3b737b:0x24,_0x4bd963:0x112,_0x5c1281:0x79,_0x432971:0x446,_0xa5c79a:0x39b,_0x5695f8:0x42b,_0x339342:0x16,_0x5e892a:0x4b,_0x1b76dc:0x38d,_0x4c176c:0x3e3,_0x39d610:0x405,_0xaecc42:0x4d,_0x4524a9:0xb8,_0x23a1e8:0x4d9,_0x47da1c:0x3fd,_0x62a94a:0x541,_0x40fd8b:0x4c0,_0x3ff50e:0x488,_0x5658d2:0xdf,_0x370fc2:0x69,_0x1785bd:0x3d1,_0x41f5ae:0x419,_0x5d4249:0x7,_0x46d402:0x44a,_0x62b063:0x94,_0x19767d:0xb,_0x5ea770:0xc3,_0x2f9514:0xac,_0x21d1f5:0x65,_0x290f4a:0x4f9,_0x5e5f7e:0x499,_0x4c07dc:0x4c2,_0x3a89d6:0x494,_0xcca2e5:0x5c,_0xc95694:0x6b,_0x1ff807:0x2c,_0x1cb903:0x44f,_0x5f2021:0x28,_0x49410f:0x10,_0x9f21a9:0x480,_0x3c9f52:0x4f,_0x3a36f8:0x1a,_0x349e8d:0x8,_0x55afda:0x7,_0x1d06fd:0x35,_0x159610:0x40,_0x7aa9dc:0x1,_0x274505:0x97,_0x265850:0x43f,_0x3404f5:0x3fb,_0x151b3f:0x3bc,_0x5b0794:0x3e7,_0x14fdd6:0x4a4,_0x5d6d92:0x457,_0x4fa49d:0x94,_0x3089e5:0x56,_0x42c73b:0x5,_0x30b2bf:0x78,_0x58e643:0x43c,_0xe82848:0x47a,_0x5f237f:0x4af,_0x5b0a8f:0x3ca,_0x181bcc:0x4a0,_0x238974:0x4df,_0x36188a:0x4b1,_0x2cb03a:0x1b,_0x4ea7a7:0x67,_0x23b9ed:0x42b,_0x22b39c:0x3d2,_0x145a0a:0x39a,_0x27ea18:0x4b,_0x9e694a:0x114,_0x5b6fba:0x36f,_0x347329:0x3de,_0x4cd316:0x4a3,_0x411435:0x4d1,_0x203030:0x11b,_0x3a3713:0x5e,_0x331a4c:0x3ff},_0x2e0ade={'cdooO':function(_0x15cf52,_0x3f9679){return _0x15cf52(_0x3f9679);},'ZNtUq':function(_0x5f4b9a,_0x5977d3,_0x58a99b){return _0x5f4b9a(_0x5977d3,_0x58a99b);},'zzslB':_0x2903de(0x3f8,_0x591268._0xee57ec,_0x591268._0x3c10aa,0x4bb),'kajpj':_0x2903de(0x4e7,0x4a1,_0x591268._0x5133fb,0x4c6),'rZtXO':_0x280aac(0xbd,_0x591268._0x6a2c8e,_0x591268._0x2d07ac,_0x591268._0x336586)+'Server\x20Sta'+_0x280aac(0xaa,0x34,_0x591268._0x410bfa,-0x6c),'NZaZK':_0x280aac(-_0x591268._0x4a32ba,_0x591268._0x113163,0x0,-_0x591268._0x56f378),'faVvf':'hPAMC','yJqCh':function(_0x10bb7f,_0x2c2868){return _0x10bb7f!==_0x2c2868;},'eJlbW':_0x2903de(0x3ac,_0x591268._0xc007f5,_0x591268._0xd3a58b,_0x591268._0x15586e),'NTOcv':function(_0x424283,_0x1d6a05){return _0x424283===_0x1d6a05;},'CVect':_0x280aac(_0x591268._0x237c86,-_0x591268._0x1b6b17,-0x2c,-_0x591268._0x247a57),'RsYmP':_0x280aac(-0x64,-_0x591268._0xb47e33,0x2a,0x63),'hbYbP':'Start\x20the\x20'+_0x2903de(_0x591268._0x59d9ac,0x3eb,0x3dd,_0x591268._0x1332cd)+'h:','JVVhc':_0x280aac(-_0x591268._0x8b8063,-0x27,-_0x591268._0x2e73e6,-0x97)+_0x280aac(-0x4d,_0x591268._0x36a79b,-0x11,-0x82),'uMzXw':function(_0x2455c5,_0x1b106e){return _0x2455c5===_0x1b106e;},'ddPRj':_0x280aac(-0x33,-_0x591268._0x5dec51,-0x44,-0xcd),'EMkyd':_0x280aac(_0x591268._0x24a55f,-_0x591268._0x46af5f,0x1f,_0x591268._0x532e58),'UVNwK':_0x2903de(_0x591268._0x562e10,_0x591268._0x1f4a78,_0x591268._0x582e10,0x39e)+'rver\x20start'+_0x2903de(0x533,_0x591268._0x725620,_0x591268._0xf346a0,0x4cf)+'ath=/path/'+'to/coder-s'+_0x280aac(_0x591268._0x91eee4,-_0x591268._0x47b71f,-0x39,_0x591268._0x1f5071),'mwsoT':_0x2903de(0x34f,0x3d0,_0x591268._0x4fa950,0x415),'uOXlC':_0x280aac(-0x1d,-_0x591268._0x323d51,-0x3e,-_0x591268._0x2f55d6),'jIbms':_0x280aac(0x126,0xae,_0x591268._0x118829,0x83)+_0x2903de(0x474,_0x591268._0x30da9f,0x4b1,_0x591268._0x8a498c)+_0x280aac(_0x591268._0x3984d2,_0x591268._0x156d1f,0xb2,0x8c)+_0x280aac(_0x591268._0x2a0ff7,0x47,_0x591268._0x14c532,0x136),'xmAjG':'Stop\x20it\x20wi'+_0x2903de(0x417,_0x591268._0x1a0e75,0x40a,_0x591268._0x56495d)+_0x2903de(_0x591268._0x3b77cd,_0x591268._0x5e5c8d,_0x591268._0x536f33,0x467)+_0x280aac(-0xb9,0x21,-0x27,_0x591268._0x5a98ee)+_0x2903de(0x410,_0x591268._0x205617,_0x591268._0x178e10,0x46b)+_0x280aac(_0x591268._0x15f23d,0x3b,_0x591268._0x56f378,-_0x591268._0x1f722e)},{running:_0x156359,pid:_0x34d931}=await isServerRunning(),_0x3af75c=await getServerConfig();function _0x280aac(_0x29e858,_0x1cd339,_0x2a7af7,_0xb48578){return _0x4d669e(_0x29e858-0xf,_0x2a7af7-0xf8,_0x29e858,_0xb48578-0x14c);}const _0x420b95=await _0x2e0ade[_0x280aac(-_0x591268._0x3421ab,-_0x591268._0x720e87,-_0x591268._0x5a98ee,0x47)](checkServerHealth,_0x3af75c[_0x280aac(_0x591268._0x20d34d,-0x35,_0x591268._0x156742,0xa)]);function _0x2903de(_0x19a3cf,_0x3cbd0b,_0x4cfbe8,_0x175020){return _0x4d669e(_0x19a3cf-0x1c,_0x3cbd0b-0x515,_0x4cfbe8,_0x175020-0xde);}console[_0x280aac(_0x591268._0x2b1e37,-_0x591268._0x5cbf75,_0x591268._0x111c7e,-0x65)](_0x2e0ade[_0x280aac(-_0x591268._0x1416c1,_0x591268._0x35bfb5,-_0x591268._0x1700e1,-_0x591268._0x156742)]),console[_0x280aac(0x17,-_0x591268._0x23aa3e,0xe,0x4b)]('');if(_0x156359&&_0x420b95[_0x2903de(0x45b,0x416,_0x591268._0x47e7b1,0x3f8)]){if(_0x2e0ade[_0x2903de(0x473,0x4ae,_0x591268._0x14c9cd,_0x591268._0x202fb1)]!==_0x2e0ade[_0x280aac(0x10,0x44,-_0x591268._0xb88d49,-_0x591268._0x23aa3e)])console[_0x2903de(_0x591268._0x1218c8,_0x591268._0x4da25d,_0x591268._0x3a1bcb,0x42f)](_0x2903de(_0x591268._0x4ce9c3,0x3e2,0x360,_0x591268._0x40455d)+_0x280aac(_0x591268._0x49e8f9,_0x591268._0x306a3f,_0x591268._0x279c23,-0x61)+_0x280aac(0xd2,0xbb,_0x591268._0x505ca7,_0x591268._0x5c2cbf)+_0x280aac(0x94,_0x591268._0x33e44a,_0x591268._0x10a1e9,0x88)),console['log'](_0x2903de(_0x591268._0x576f05,0x474,_0x591268._0x45fc41,0x438)+_0x2903de(0x519,0x4c0,0x4c9,_0x591268._0x5e92ac)+_0x34d931),console[_0x280aac(-_0x591268._0x2cd1ca,-0x78,_0x591268._0x45ef84,-_0x591268._0x2f8313)](_0x2903de(0x431,0x3fb,0x484,_0x591268._0x2f4547)+_0x280aac(_0x591268._0x16e6e9,0xab,_0x591268._0x336586,_0x591268._0x3b9462)+_0x3af75c[_0x2903de(0x4e5,0x4bc,0x4d0,_0x591268._0x5effa1)]);else{_0xd104e5[_0x2903de(0x3ae,_0x591268._0x98e60f,0x418,_0x591268._0x18174a)]();const _0x4883a2={};_0x4883a2[_0x280aac(-_0x591268._0x34d079,0x48,-_0x591268._0x4af832,_0x591268._0xaa4cd8)]=![],_0x2e0ade[_0x2903de(0x3c0,0x411,_0x591268._0x3b34af,_0x591268._0x1dd4e3)](_0x43937f,_0x4883a2);}}else{if(_0x420b95[_0x280aac(0x35,_0x591268._0x59f3a9,-_0x591268._0x4af832,-0x57)])console[_0x2903de(_0x591268._0x17d30d,_0x591268._0x4da25d,_0x591268._0x48dbfb,0x457)]('\x20\x20Status:\x20'+_0x280aac(-0x2b,_0x591268._0x340adf,_0x591268._0x279c23,_0x591268._0x5d3ac6)+_0x2903de(0x3ec,0x451,_0x591268._0x5667f3,0x492)+_0x2903de(0x528,0x49c,0x4f4,0x429)),console[_0x2903de(_0x591268._0x36960d,0x42b,_0x591268._0x1061ad,0x3ad)]('\x20\x20URL:\x20\x20\x20\x20'+_0x280aac(0x82,_0x591268._0x305bf5,0xa3,0x7b)+_0x3af75c[_0x280aac(_0x591268._0x1c5bc0,_0x591268._0x46804d,_0x591268._0x40aaec,0xe7)]);else _0x156359?(console[_0x2903de(0x3ce,_0x591268._0x4da25d,_0x591268._0x1e227f,0x44e)](_0x2903de(0x40b,_0x591268._0x57055c,_0x591268._0x1aa6dd,_0x591268._0x5c8d90)+_0x280aac(_0x591268._0x19c366,_0x591268._0x2f5b31,0xb9,0xbc)+_0x2903de(_0x591268._0x306e7e,0x3de,_0x591268._0x21dd15,_0x591268._0x4bd6dc)+_0x280aac(_0x591268._0x2147f8,_0x591268._0xffc524,0x8b,_0x591268._0x2b95ed)+'not\x20respon'+'ding)'),console[_0x280aac(-0x6d,-_0x591268._0x2d7227,_0x591268._0x3a949c,-0x7a)](_0x2903de(_0x591268._0x2ae85f,_0x591268._0x1a1a04,0x514,_0x591268._0x3a4c5a)+_0x2903de(_0x591268._0x379a60,_0x591268._0x3ad360,_0x591268._0x26f198,_0x591268._0x428724)+_0x34d931)):_0x2e0ade['yJqCh'](_0x280aac(-_0x591268._0x163b2d,0x14,-0x4e,-_0x591268._0x1f2d5c),'IMeCM')?(_0x37cb31[_0x280aac(_0x591268._0x5edacd,-_0x591268._0x3933d3,_0x591268._0x2aa73b,-0x10)](_0x280aac(-_0x591268._0x18272e,-0xc8,-0x3b,-_0x591268._0x347433)+_0x2903de(0x3e3,0x41f,0x3d1,_0x591268._0x385734)+_0x280aac(_0x591268._0x2c47f1,-0x15,0x7a,_0x591268._0x35fede)+_0x280aac(0xc1,_0x591268._0x5cbf75,0xc9,0xe4)),_0x246acf[_0x2903de(0x413,0x42b,_0x591268._0x1c81ca,0x417)](_0x2903de(0x406,0x474,_0x591268._0x3dffa1,_0x591268._0x4ad679)+_0x280aac(_0x591268._0x15a683,0x129,0xa3,0x4b)+_0x2ba8b0),_0x2e8cec['log'](_0x280aac(_0x591268._0x30de94,-0x4,-0x22,0x27)+'\x20\x20\x20\x20\x20'+_0x28be4b[_0x280aac(0x103,0x94,_0x591268._0x437e48,0x12e)])):console[_0x2903de(_0x591268._0x1eddda,0x42b,0x464,0x469)](_0x280aac(0x40,0x29,-_0x591268._0xe7f707,_0x591268._0x1b014f)+_0x280aac(0x2e,0x80,0x6,-0x23)+_0x2903de(_0x591268._0x26f198,0x3e3,0x461,_0x591268._0x58ead8));}_0x3af75c[_0x280aac(0x32,0x7e,0x41,0xb9)]?_0x2e0ade['yJqCh'](_0x2e0ade['eJlbW'],_0x2e0ade[_0x280aac(0x32,0x15,0xd,_0x591268._0x26d075)])?_0x25f7cb=_0x2e0ade[_0x2903de(_0x591268._0x2348d1,0x459,_0x591268._0x19af79,0x3da)](_0x3308c4,_0x5e2732[_0x280aac(0x51,0x5f,_0x591268._0x580173,0x3b)](_0x2e0ade[_0x280aac(0x151,_0x591268._0x22155e,0xc7,0x34)][_0x280aac(0xc3,_0x591268._0x15e1f8,_0x591268._0x9afe69,0x3f)]),-0x1*0x16cf+-0x117a+-0x9*-0x47b):console['log'](_0x2903de(_0x591268._0x4dbb5a,_0x591268._0x1e050b,_0x591268._0x341ac2,0x3d2)+_0x2903de(_0x591268._0x2fb36b,_0x591268._0x5dd87e,0x525,0x4d9)+_0x3af75c[_0x280aac(-_0x591268._0x3b737b,0x86,_0x591268._0x22155e,0xa7)]):_0x2e0ade[_0x280aac(_0x591268._0x4bd963,0xb8,_0x591268._0x1f2d5c,_0x591268._0x5c1281)](_0x2e0ade['CVect'],_0x2e0ade[_0x2903de(_0x591268._0x432971,0x49f,0x4e0,0x489)])?_0x8ce9c1[_0x2903de(_0x591268._0xa5c79a,_0x591268._0x5695f8,0x3e0,0x3f3)]('\x20\x20Status:\x20'+_0x280aac(_0x591268._0x339342,-_0x591268._0x5e892a,0x6,0xa)+_0x2903de(_0x591268._0x1b76dc,_0x591268._0x4c176c,_0x591268._0x39d610,_0x591268._0x40455d)):console[_0x280aac(-0x6e,-0x68,_0x591268._0x111c7e,0x86)](_0x2903de(0x3f7,_0x591268._0x1e050b,0x46f,0x3ff)+_0x280aac(0x1a,-_0x591268._0xaecc42,0x2e,_0x591268._0x4524a9)+_0x2903de(_0x591268._0x23a1e8,0x48f,_0x591268._0x47da1c,0x472)+')');console['log']('\x20\x20Port:\x20\x20\x20'+_0x2903de(_0x591268._0x62a94a,_0x591268._0x40fd8b,_0x591268._0x3ff50e,0x48b)+_0x3af75c[_0x280aac(_0x591268._0x5658d2,0x6d,0x52,_0x591268._0x370fc2)]),console[_0x2903de(_0x591268._0x1785bd,0x42b,0x420,_0x591268._0x41f5ae)]('');const _0x3e700b=_0x156359||_0x420b95['responding'];if(!_0x3e700b&&_0x3af75c['setupPath'])console[_0x280aac(_0x591268._0x5d4249,-0x28,0xe,-0x25)](_0x2e0ade[_0x2903de(_0x591268._0x59d9ac,0x4c5,_0x591268._0x46d402,0x464)]),console['log'](_0x2e0ade[_0x280aac(-_0x591268._0x720e87,_0x591268._0x62b063,_0x591268._0x19767d,0x1)]);else{if(!_0x3e700b)_0x2e0ade[_0x280aac(0x7b,_0x591268._0x5ea770,_0x591268._0x2f9514,_0x591268._0x21d1f5)](_0x2e0ade[_0x2903de(_0x591268._0x290f4a,_0x591268._0x5e5f7e,0x453,_0x591268._0x4c07dc)],_0x2e0ade[_0x2903de(0x45f,_0x591268._0x3a89d6,0x45c,0x469)])?_0x48134c[_0x280aac(-_0x591268._0xcca2e5,-_0x591268._0xc95694,_0x591268._0x2aa73b,0x6d)](_0x1f6657[_0x280aac(_0x591268._0x1ff807,-0x1c,-0x6,0x19)](-_0x860cdd)[_0x2903de(0x4c3,0x453,0x40c,_0x591268._0x1cb903)]('\x0a')):(console['log']('Configure\x20'+_0x280aac(0x20,-0x65,-_0x591268._0x5f2021,_0x591268._0x49410f)+'the\x20server'+'\x20with:'),console[_0x2903de(_0x591268._0x9f21a9,_0x591268._0x5695f8,0x3ac,0x41d)](_0x2e0ade['UVNwK']));else{if(_0x156359){if(_0x2e0ade['yJqCh'](_0x2e0ade['mwsoT'],'LhkJF'))try{const _0x3a0576=_0x505664[_0x280aac(-0x1c,-0xde,-_0x591268._0x3c9f52,-_0x591268._0x3a36f8)](_0x57c705),_0x48355f={};_0x48355f[_0x280aac(_0x591268._0x2d7227,_0x591268._0x349e8d,-_0x591268._0x55afda,-0x8e)]=!![],_0x48355f['service']=_0x3a0576[_0x280aac(-0xa7,-0x5,-0x38,-0x3a)]||_0x2e0ade['kajpj'],_0x5aea33(_0x48355f);}catch{_0x2e0ade[_0x280aac(0x86,-0x7c,-_0x591268._0x5a98ee,0x6b)](_0x48fe91,{'responding':!![],'service':_0x2e0ade[_0x280aac(0x11,0x20,-_0x591268._0x1d06fd,-_0x591268._0x159610)]});}else console[_0x280aac(_0x591268._0x7aa9dc,_0x591268._0xaecc42,0xe,0x42)](_0x280aac(0x3b,_0x591268._0x2c47f1,0x4f,_0x591268._0x274505)+_0x2903de(0x45f,_0x591268._0x265850,_0x591268._0x3404f5,_0x591268._0x151b3f)+':'),console[_0x2903de(_0x591268._0x5b0794,0x42b,_0x591268._0x14fdd6,0x469)](_0x2903de(_0x591268._0x5d6d92,_0x591268._0x1f4a78,0x35d,0x3eb)+_0x280aac(0xa3,0x61,_0x591268._0x4fa49d,0xca));}else _0x280aac(_0x591268._0x306a3f,_0x591268._0x3089e5,_0x591268._0x42c73b,-_0x591268._0x30b2bf)!==_0x2e0ade[_0x2903de(_0x591268._0x58e643,_0x591268._0xe82848,_0x591268._0x5f237f,0x452)]?(console[_0x2903de(_0x591268._0x5b0a8f,0x42b,_0x591268._0x181bcc,0x3d2)](_0x2e0ade[_0x2903de(0x496,_0x591268._0x238974,0x4ff,_0x591268._0x36188a)]),console[_0x280aac(_0x591268._0x2cb03a,-_0x591268._0x4ea7a7,_0x591268._0x3a949c,0x4a)](_0x2e0ade['xmAjG'])):(_0xe3af43[_0x2903de(0x3a2,_0x591268._0x23b9ed,_0x591268._0x22b39c,_0x591268._0x145a0a)](_0x280aac(-0xb0,_0x591268._0x27ea18,-0x3b,0x3d)+_0x280aac(0x2b,_0x591268._0x9e694a,0xb9,0xfc)+_0x2903de(_0x591268._0x5b6fba,_0x591268._0x347329,0x437,0x379)+_0x2903de(_0x591268._0x4cd316,0x4a8,_0x591268._0xd3a58b,_0x591268._0x411435)+'not\x20respon'+_0x280aac(0x122,_0x591268._0x203030,0xa5,_0x591268._0x3a3713)),_0x4fca4d[_0x2903de(0x467,_0x591268._0x4da25d,_0x591268._0x205617,0x422)](_0x2903de(_0x591268._0x1c81ca,0x4aa,0x4fa,0x489)+_0x2903de(_0x591268._0x331a4c,_0x591268._0x3ad360,_0x591268._0x205617,_0x591268._0x3ad360)+_0x269618));}}}export async function showLogs(_0x47e7c5){const _0x2d479c={_0x1138bd:0xeb,_0x173a96:0xdd,_0x253ab0:0x105,_0x2f6005:0x95,_0xd19c6b:0x7b,_0x448390:0x108,_0x18d7c1:0x9c,_0x5c1a1e:0xef,_0x575547:0x20b,_0xb62e88:0x188,_0x552e81:0x148,_0x34deb0:0x196,_0x2d922f:0x1dd,_0x441ac0:0x192,_0x532921:0xe7,_0x570f13:0xf8,_0x104602:0x7d,_0x4db3ea:0xa8,_0x2731f3:0xb5,_0x122285:0x120,_0x477c9c:0x7e,_0x19d3eb:0xcf,_0x4216c8:0x90,_0x490713:0x8d,_0x5147f1:0xec,_0x25d470:0xab,_0x6602a6:0xc9,_0x16c60c:0x9b,_0x2ce2b0:0x1c9,_0x29d266:0x182,_0x2b5779:0x10f,_0x98f0e:0x12c,_0x127995:0x10c,_0x3bd264:0x15e,_0x37ffea:0x13e,_0x310528:0x1ba,_0x3e2dc2:0xf3,_0x4300a8:0xeb,_0x44d212:0xae,_0x478c74:0x9f,_0x7b87fb:0x19f,_0x1f8559:0x1d4,_0x589598:0x115,_0x50d125:0x150,_0x50b8f6:0x103,_0x87a125:0x135,_0x6cc393:0x1df,_0x4cfcb1:0x273,_0x3669ad:0x260,_0x29dc13:0x215,_0x1834bc:0xcc,_0x546658:0x179,_0x32591d:0x100,_0x5146cf:0x1e2,_0x5c4ce2:0x258,_0x29f9bf:0xb6,_0x2cf2fd:0xde,_0x21839f:0x5d,_0x570112:0x88,_0x3a6002:0x106,_0x44fd11:0x155,_0x52294b:0xee,_0x3adc78:0xf8,_0x2df910:0x172,_0x454fc7:0xcf,_0x296789:0xd0,_0x3a55a6:0x174,_0x451112:0x1d8,_0x2c3cb1:0x6e,_0x386ac0:0x4d,_0x3946d8:0x174,_0x4fc3e4:0x1ed,_0x5703e4:0xe0,_0x2b18bc:0x146,_0x187ec6:0x145,_0x2c4f28:0x19c,_0x1112e9:0x125,_0x5a1111:0x91,_0x22afb5:0x184,_0x29e3be:0x211,_0x251d5f:0x1e8,_0x173780:0x194,_0x81dd44:0xfa,_0x1f6b3b:0x176,_0x4dd2ce:0x147,_0x1a7bf8:0x101,_0x4a2218:0xb4,_0x294ccf:0xf6,_0x4f6bf4:0x1bb,_0x382a31:0x12a,_0x44dd3c:0xed,_0x4127f7:0x144,_0x18a6f4:0x201,_0x550036:0x1f1,_0x49fd5b:0x1d9,_0x306b0d:0x18d,_0x54c4bd:0x130,_0x3977a0:0x1e9,_0x2f1bba:0x107,_0x1cb6ab:0x149,_0x3f0de3:0xcc,_0x5b124a:0x165,_0x2850b0:0xb8,_0x356b7d:0x118,_0x1653f9:0xc0,_0x32133b:0xf5,_0x29d554:0xb0,_0x4302e5:0xf,_0x345189:0xda,_0x1075ef:0x124,_0x54584b:0xa5,_0x33f272:0xf8,_0x1cb9d7:0xd3,_0x246fc9:0x7a,_0x187908:0x73,_0x556349:0x151,_0x4560b8:0x112,_0x30ae4e:0xd3,_0x497bea:0xb1,_0x5b0388:0x12b,_0x343272:0x183,_0x49c488:0x1a4,_0x17af0f:0x209,_0x50427a:0x153,_0x3c1f86:0x61,_0x4b5124:0x50,_0x8c497e:0xa0,_0x5a6878:0x1a0,_0x4aa7d8:0x6d,_0x30c44c:0x13,_0x2bcc05:0x80,_0x497c80:0x21b,_0x2503db:0x1d8,_0x510b33:0x1fa,_0x4a8089:0x1d8,_0x208dc4:0x160,_0x1a2bd7:0x104,_0x5a9478:0x221,_0x5d3b78:0x1e3,_0x13f583:0x169,_0x45cad7:0x1c2,_0x2b8899:0x131,_0x190fc5:0x116,_0x236e28:0x18a,_0x5b1cdc:0x243,_0x1646cb:0x92,_0x1e41e5:0x3d,_0x25f318:0x1fe,_0x3f9fda:0x1e5,_0x30a80e:0x228,_0x2c7915:0x195,_0x56dd1b:0x1b9,_0xb3f55b:0x1b7,_0x55b616:0x1fd,_0x2989ba:0x233,_0x2a8cc8:0x1b3,_0xc81c18:0x66,_0x2a1f21:0xc3,_0x42724d:0x1b6,_0x3ae977:0x44},_0x2ae473={_0x18b261:0x285,_0x37b5be:0x1eb,_0x4d8fea:0x1ad,_0x495793:0x1f2,_0x3d9926:0x233,_0xbb8e9e:0x1b0},_0x25ca38={_0x1e03bf:0x55b,_0x49fc64:0x5ca,_0x123f2c:0x10d,_0xcd291:0x18b,_0x4dd058:0x17d,_0x193d7f:0x15c,_0x2f07df:0x98,_0x50bdb5:0xd5,_0x362db5:0x4c9,_0x548e26:0x558,_0x297498:0x110,_0x2b0ca5:0x138,_0x50eb96:0xb2,_0x4433d5:0x566,_0x66c862:0x538,_0x5b9cb4:0x4bb,_0x2c30a4:0x624,_0x363164:0x5fb,_0x862821:0x14f,_0x4c79a4:0xc9,_0x48a77b:0xca,_0x8d3357:0x227,_0x5126ab:0x148,_0xb68d1a:0x170,_0x278fa5:0x605,_0x4c32cc:0x5a6,_0x2b8ef9:0x51c,_0x1c2351:0x19b,_0x1f967a:0x1b5,_0x5668a5:0x241,_0x43bcf3:0x1de,_0x29f784:0x609,_0x1e0eb6:0x5d6,_0x1f4690:0x1a9,_0x2dd810:0x1d5,_0x4e3ccf:0x1d9,_0x1d26ef:0x5bc,_0x1f47b1:0x5f6,_0xd9121:0x688,_0x47209d:0x53a,_0x111807:0x556,_0x5c305b:0x1be,_0x4c1b7f:0x104,_0x59b36f:0x150,_0x2bb6f5:0x105,_0x37a701:0x67f,_0x546750:0x62d},_0x2c2d24={_0x28fd4a:0x1f3,_0x13cf0d:0x2a8,_0x220478:0x215},_0xe76823={_0x1740ab:0x7d,_0x246e85:0x1cb,_0x445e9b:0x6f9},_0x410a2f={_0x40068c:0x37},_0x122960={_0x1d609f:0x419,_0x14a36c:0x18,_0x29dee8:0x92};function _0xd9391(_0x33f8c4,_0xa226b2,_0x36960e,_0x224725){return _0xe8ae1d(_0x33f8c4- -_0x122960._0x1d609f,_0x224725,_0x36960e-_0x122960._0x14a36c,_0x224725-_0x122960._0x29dee8);}const _0x3091c8={'NOtQQ':'ENOENT','QHERQ':_0x7fbc4c(-0x140,-_0x2d479c._0x1138bd,-_0x2d479c._0x173a96,-_0x2d479c._0x253ab0)+'e\x20found','iixOb':_0xd9391(-0xd2,-_0x2d479c._0x2f6005,-_0x2d479c._0xd19c6b,-0xf3)+'\x20not\x20have\x20'+_0xd9391(-_0x2d479c._0x448390,-0x175,-0xe6,-0x17f)+'ed\x20yet\x20or\x20'+_0x7fbc4c(-0x8d,-0xd1,-_0x2d479c._0x18d7c1,-_0x2d479c._0x5c1a1e)+'d\x20in\x20foreg'+_0x7fbc4c(-_0x2d479c._0x575547,-_0x2d479c._0xb62e88,-_0x2d479c._0x552e81,-_0x2d479c._0x34deb0),'FjnBj':function(_0x26b290,_0x221635){return _0x26b290(_0x221635);},'ARihu':_0x7fbc4c(-0x195,-_0x2d479c._0x2d922f,-0x13f,-_0x2d479c._0x441ac0),'GzVzK':function(_0x45b5c4,_0x57fd16){return _0x45b5c4>_0x57fd16;},'ZELSq':function(_0x320f38,_0x5d81bf){return _0x320f38-_0x5d81bf;},'DRXSZ':_0x7fbc4c(-0x16b,-0xd4,-_0x2d479c._0x532921,-0x131),'jKRcX':function(_0x5443c3,_0x2af678){return _0x5443c3!==_0x2af678;},'dUIIh':'wTsPS','OwNtB':_0xd9391(-_0x2d479c._0x570f13,-0x160,-_0x2d479c._0x104602,-0x113),'TInoE':function(_0x86dfc4,_0xbc078f){return _0x86dfc4(_0xbc078f);},'WPzUB':_0x7fbc4c(-_0x2d479c._0x441ac0,-0x102,-_0x2d479c._0x4db3ea,-0x11e),'Yxgvx':function(_0x35ef49,_0x444066){return _0x35ef49===_0x444066;},'eAsSo':_0xd9391(-_0x2d479c._0x2731f3,-_0x2d479c._0x122285,-0x72,-_0x2d479c._0x477c9c),'cQIPm':'Error:\x20No\x20'+_0x7fbc4c(-_0x2d479c._0x19d3eb,-0x113,-_0x2d479c._0x4216c8,-0x10d)+_0x7fbc4c(-0x109,-0xf2,-_0x2d479c._0x490713,-_0x2d479c._0x5147f1)+_0x7fbc4c(-0x173,-0x12d,-0xd4,-0x116),'HRfYI':_0x7fbc4c(-0x1c7,-0x183,-0x20e,-0x19f)+_0xd9391(-_0x2d479c._0x25d470,-_0x2d479c._0x6602a6,-0x123,-_0x2d479c._0x16c60c),'eRaxt':_0x7fbc4c(-0x131,-0x19b,-_0x2d479c._0x2ce2b0,-_0x2d479c._0x29d266),'HlzmS':'--follow','bYUKo':_0xd9391(-_0x2d479c._0x2b5779,-0x137,-0x188,-0x125),'yyljr':function(_0x371102,_0x3e54fa){return _0x371102===_0x3e54fa;},'iReyD':_0x7fbc4c(-_0x2d479c._0x98f0e,-0x173,-0x1fc,-0x1b7),'ggfZN':_0x7fbc4c(-_0x2d479c._0x253ab0,-_0x2d479c._0x127995,-_0x2d479c._0x3bd264,-_0x2d479c._0x37ffea),'PLWDs':function(_0xdbd57d,_0x338828,_0x5cce46){return _0xdbd57d(_0x338828,_0x5cce46);},'FPpQS':function(_0x53b381,_0x552e7b){return _0x53b381!==_0x552e7b;},'MTkGU':_0x7fbc4c(-_0x2d479c._0x310528,-_0x2d479c._0x3e2dc2,-_0x2d479c._0x4300a8,-0x144),'bUDWP':'\x0a---\x20Follo'+_0xd9391(-_0x2d479c._0x44d212,-_0x2d479c._0x478c74,-0xe5,-0x87)+_0x7fbc4c(-_0x2d479c._0x7b87fb,-_0x2d479c._0x1f8559,-0xda,-0x165)+_0x7fbc4c(-_0x2d479c._0x589598,-0xfd,-_0x2d479c._0x50d125,-0x191)+'\x0a','jEsKT':function(_0x35a79f,_0x35fa68){return _0x35a79f!==_0x35fa68;},'UaNYF':'FYsVQ','AMxVR':'qfTTt','mwisM':'Ooher'};let _0x27be0f=![],_0x202c49=null;for(const _0x10ceac of _0x47e7c5){if(_0x3091c8[_0x7fbc4c(-_0x2d479c._0x50b8f6,-_0x2d479c._0x589598,-0x1a6,-_0x2d479c._0x87a125)](_0x3091c8[_0x7fbc4c(-0x20d,-0x231,-0x211,-_0x2d479c._0x6cc393)],_0x3091c8[_0x7fbc4c(-_0x2d479c._0x4cfcb1,-_0x2d479c._0x3669ad,-_0x2d479c._0x29dc13,-0x1df)])){if(_0x10ceac===_0x3091c8['HlzmS']||_0x10ceac==='-f')_0x27be0f=!![];else _0x10ceac[_0x7fbc4c(-_0x2d479c._0x1834bc,-_0x2d479c._0x546658,-0x15c,-_0x2d479c._0x32591d)](_0x3091c8[_0x7fbc4c(-_0x2d479c._0x5146cf,-0x1ee,-_0x2d479c._0x5c4ce2,-0x1ee)])&&(_0x3091c8[_0xd9391(-_0x2d479c._0x29f9bf,-_0x2d479c._0x2cf2fd,-_0x2d479c._0x21839f,-0x2b)](_0x3091c8[_0xd9391(-_0x2d479c._0x570112,-0xb5,-0x68,-0x101)],_0x3091c8[_0x7fbc4c(-0x10b,-0x1d7,-_0x2d479c._0x3a6002,-_0x2d479c._0x44fd11)])?_0x2d9694[_0xd9391(-0xd8,-0xf7,-0x55,-0xd6)]===_0x3091c8[_0xd9391(-_0x2d479c._0x52294b,-_0x2d479c._0x3adc78,-0x157,-_0x2d479c._0x2df910)]?(_0x1355e0[_0x7fbc4c(-0x213,-0x1db,-0x1ec,-0x194)](_0x3091c8[_0x7fbc4c(-_0x2d479c._0x454fc7,-0x14c,-0x50,-_0x2d479c._0x296789)]),_0x14f3eb['log'](_0x3091c8['iixOb'])):_0x46ed12[_0x7fbc4c(-0x155,-0x1d5,-_0x2d479c._0x3a55a6,-_0x2d479c._0x451112)](_0xd9391(-_0x2d479c._0x2c3cb1,-0x59,-_0x2d479c._0x386ac0,-0x96)+_0xd9391(-_0x2d479c._0x3946d8,-0x18e,-0x16d,-0x14e)+_0x300dba[_0x7fbc4c(-0x226,-0x1bc,-_0x2d479c._0x4fc3e4,-0x1a4)]):_0x202c49=_0x3091c8[_0x7fbc4c(-_0x2d479c._0x5703e4,-_0x2d479c._0x2b18bc,-_0x2d479c._0x187ec6,-0x15b)](parseInt,_0x10ceac['substring'](_0x3091c8[_0xd9391(-0x17f,-0x1a6,-0x111,-_0x2d479c._0x2c4f28)]['length']),-0x1fb9+-0x142f+0x33f2*0x1));}else _0x5c1139[_0xd9391(-_0x2d479c._0x1112e9,-_0x2d479c._0x5a1111,-_0x2d479c._0x22afb5,-0x1ac)](_0x3091c8['QHERQ']),_0x20c8cd[_0x7fbc4c(-_0x2d479c._0x29e3be,-_0x2d479c._0x251d5f,-_0x2d479c._0x5146cf,-_0x2d479c._0x173780)](_0x3091c8['iixOb']);}function _0x7fbc4c(_0x1b401a,_0x3df4e1,_0x400089,_0x5dea9d){return _0x4d669e(_0x1b401a-_0x410a2f._0x40068c,_0x5dea9d- -0xaa,_0x400089,_0x5dea9d-0x182);}try{const _0x44ba24=await _0x3b6ee7['readFile'](LOG_FILE,_0x3091c8[_0xd9391(-_0x2d479c._0x81dd44,-_0x2d479c._0x1f6b3b,-0x110,-0xc6)]),_0x5430d8=_0x44ba24[_0xd9391(-_0x2d479c._0x4dd2ce,-_0x2d479c._0x1a7bf8,-_0x2d479c._0x4a2218,-0xfd)]('\x0a');_0x202c49?_0x3091c8[_0x7fbc4c(-_0x2d479c._0x294ccf,-0xb4,-_0x2d479c._0x4f6bf4,-_0x2d479c._0x382a31)](_0x7fbc4c(-_0x2d479c._0x44dd3c,-0x16b,-0x17f,-_0x2d479c._0x4127f7),_0x3091c8['MTkGU'])?(_0x59c1ba['error'](_0x7fbc4c(-0x254,-_0x2d479c._0x18a6f4,-_0x2d479c._0x550036,-_0x2d479c._0x49fd5b)+_0x7fbc4c(-0x212,-_0x2d479c._0x306b0d,-_0x2d479c._0x54c4bd,-0x1c0)+_0x7fbc4c(-_0x2d479c._0x3977a0,-0x13d,-_0x2d479c._0x2f1bba,-0x175)+'st:\x20'+_0x2fc941),_0x2fb4ab[_0x7fbc4c(-0x57,-_0x2d479c._0x1cb6ab,-0x11d,-_0x2d479c._0x3f0de3)](-0x88c+-0x2*-0xc82+-0x1077)):console[_0xd9391(-0x125,-_0x2d479c._0x5b124a,-_0x2d479c._0x2850b0,-0x14b)](_0x5430d8[_0xd9391(-0x139,-_0x2d479c._0x356b7d,-_0x2d479c._0x5147f1,-0x1b8)](-_0x202c49)[_0xd9391(-0xfd,-_0x2d479c._0x1653f9,-0x12a,-_0x2d479c._0x32133b)]('\x0a')):console[_0xd9391(-0x125,-_0x2d479c._0x306b0d,-0x105,-_0x2d479c._0x2b5779)](_0x44ba24);if(_0x27be0f){console['log'](_0x3091c8[_0xd9391(-_0x2d479c._0x477c9c,-_0x2d479c._0x4216c8,-_0x2d479c._0x29d554,_0x2d479c._0x4302e5)]);let _0x1ab37d=(await _0x3b6ee7[_0x7fbc4c(-_0x2d479c._0x345189,-_0x2d479c._0x1075ef,-_0x2d479c._0x54584b,-_0x2d479c._0x33f272)](LOG_FILE))[_0xd9391(-_0x2d479c._0x1cb9d7,-_0x2d479c._0x246fc9,-_0x2d479c._0x187908,-0xdb)];const _0x1c8b6f=_0x3091c8[_0xd9391(-0xec,-_0x2d479c._0x556349,-_0x2d479c._0x478c74,-0x156)](setInterval,async()=>{function _0x269546(_0x51c92c,_0x431689,_0x2b3d7a,_0x5a9d18){return _0x7fbc4c(_0x51c92c-_0xe76823._0x1740ab,_0x431689-_0xe76823._0x246e85,_0x51c92c,_0x2b3d7a-_0xe76823._0x445e9b);}function _0x1d71f7(_0x32eb6d,_0x743e8c,_0x1203bf,_0x27faba){return _0x7fbc4c(_0x32eb6d-0xad,_0x743e8c-0x12e,_0x32eb6d,_0x743e8c- -0x15);}const _0x4c1404={'SdxbS':function(_0x343519,_0x5afaa3){function _0x34ae06(_0x3c978e,_0x1fdce2,_0x5917ac,_0x2cb77d){return _0x2e82(_0x2cb77d-0xd6,_0x5917ac);}return _0x3091c8[_0x34ae06(0x1e7,_0x2c2d24._0x28fd4a,_0x2c2d24._0x13cf0d,_0x2c2d24._0x220478)](_0x343519,_0x5afaa3);}};try{if(_0x269546(_0x25ca38._0x1e03bf,0x4d3,0x567,0x5a5)===_0x3091c8[_0x269546(0x60c,0x59e,0x607,_0x25ca38._0x49fc64)]){const _0x4bebc5=(await _0x3b6ee7[_0x1d71f7(-0x82,-_0x25ca38._0x123f2c,-0x158,-0x121)](LOG_FILE))[_0x1d71f7(-0x19d,-0x157,-_0x25ca38._0xcd291,-0x18d)];if(_0x3091c8['GzVzK'](_0x4bebc5,_0x1ab37d)){const _0x22bc31=await _0x3b6ee7[_0x1d71f7(-0x122,-0xed,-_0x25ca38._0x4dd058,-_0x25ca38._0x193d7f)](LOG_FILE,'r'),_0x2ddc0b=Buffer[_0x1d71f7(-_0x25ca38._0x2f07df,-0x124,-0xeb,-_0x25ca38._0x50bdb5)](_0x3091c8[_0x269546(_0x25ca38._0x362db5,0x4d9,_0x25ca38._0x548e26,0x52d)](_0x4bebc5,_0x1ab37d));await _0x22bc31['read'](_0x2ddc0b,0x161a+-0x112*0x12+0xb*-0x42,_0x2ddc0b[_0x1d71f7(-0x12b,-_0x25ca38._0x297498,-_0x25ca38._0x2b0ca5,-_0x25ca38._0x50eb96)],_0x1ab37d),await _0x22bc31[_0x269546(_0x25ca38._0x4433d5,0x509,_0x25ca38._0x66c862,_0x25ca38._0x5b9cb4)](),process[_0x269546(_0x25ca38._0x2c30a4,0x657,_0x25ca38._0x363164,0x606)][_0x1d71f7(-0x174,-_0x25ca38._0x862821,-_0x25ca38._0x4c79a4,-_0x25ca38._0x48a77b)](_0x2ddc0b[_0x1d71f7(-_0x25ca38._0x8d3357,-0x19d,-_0x25ca38._0x5126ab,-_0x25ca38._0xb68d1a)](_0x3091c8[_0x269546(0x5ec,_0x25ca38._0x278fa5,0x590,0x550)])),_0x1ab37d=_0x4bebc5;}}else _0x339f3a[_0x269546(0x5d3,0x561,0x565,0x5cb)](_0x269546(_0x25ca38._0x4c32cc,0x523,_0x25ca38._0x2b8ef9,0x535)+_0x1d71f7(-_0x25ca38._0x1c2351,-_0x25ca38._0x1f967a,-_0x25ca38._0x5668a5,-_0x25ca38._0x43bcf3)+'ning\x20(fore'+_0x269546(0x5a8,_0x25ca38._0x29f784,_0x25ca38._0x1e0eb6,0x584)),_0x39eb7b[_0x1d71f7(-0x1ad,-_0x25ca38._0x1f4690,-0x205,-_0x25ca38._0x2dd810)](_0x1d71f7(-0x22a,-_0x25ca38._0x4e3ccf,-0x193,-0x20a)+'\x20\x20\x20\x20\x20'+_0x4d01bb[_0x269546(0x664,_0x25ca38._0x1d26ef,_0x25ca38._0x1f47b1,_0x25ca38._0xd9121)]);}catch(_0x3299f0){_0x3091c8[_0x269546(0x5eb,0x4f0,0x57c,0x5a7)](_0x3091c8[_0x269546(_0x25ca38._0x47209d,0x523,_0x25ca38._0x111807,0x572)],_0x3091c8[_0x1d71f7(-0x185,-0x152,-_0x25ca38._0x5c305b,-_0x25ca38._0x4c1b7f)])?_0x3091c8['FjnBj'](clearInterval,_0x1c8b6f):(_0x4c1404[_0x1d71f7(-_0x25ca38._0x59b36f,-0x18f,-_0x25ca38._0x2bb6f5,-0x1f8)](_0x8e53fc,_0x2fba36),_0x50f010[_0x269546(_0x25ca38._0x37a701,0x617,_0x25ca38._0x546750,0x5c3)](0x1093+-0x2ce+-0xdc5));}},-0x2b*0x56+-0x1d79+0x1*0x2ddf);process['on'](_0xd9391(-0xc3,-0xc6,-0x139,-_0x2d479c._0x4560b8),()=>{const _0x10b3cf={_0x1071f6:0x17d},_0x3cdb94={_0x23b506:0x16a};function _0x395d14(_0x35f586,_0x1a1853,_0x42ab54,_0x2fbf7b){return _0xd9391(_0x1a1853-0x31b,_0x1a1853-_0x3cdb94._0x23b506,_0x42ab54-0x1f,_0x42ab54);}function _0x283ba3(_0x1d6c68,_0x5e1a58,_0x18f532,_0x2ced89){return _0xd9391(_0x5e1a58-0x1f9,_0x5e1a58-_0x10b3cf._0x1071f6,_0x18f532-0x175,_0x18f532);}if(_0x3091c8[_0x395d14(_0x2ae473._0x18b261,0x255,_0x2ae473._0x37b5be,0x23c)](_0x3091c8['eAsSo'],_0x283ba3(0x12c,0x144,_0x2ae473._0x4d8fea,0x13f)))_0x3091c8[_0x395d14(0x184,0x1fc,0x289,_0x2ae473._0x495793)](clearInterval,_0x1c8b6f),process['exit'](0x1707+-0x71+0x31*-0x76);else{const _0x4f9792=_0xfce91['parse'](_0x176ff1);_0x3091c8['TInoE'](_0x2c44e7,{'responding':!![],'service':_0x4f9792[_0x395d14(_0x2ae473._0x3d9926,_0x2ae473._0xbb8e9e,0x12e,0x1ca)]||_0x3091c8['WPzUB']});}});}}catch(_0x2884f2){_0x3091c8[_0x7fbc4c(-0xd4,-0xc7,-0xcb,-_0x2d479c._0x30ae4e)](_0x3091c8[_0xd9391(-0xc0,-0x103,-0x55,-0x136)],_0x3091c8[_0xd9391(-_0x2d479c._0x5c1a1e,-_0x2d479c._0x497bea,-_0x2d479c._0x5b0388,-0xf2)])?_0x3091c8[_0x7fbc4c(-0x175,-0x16a,-_0x2d479c._0x343272,-0x125)](_0x2884f2['code'],_0x3091c8[_0xd9391(-_0x2d479c._0x52294b,-0x142,-0x115,-0x7c)])?(console[_0x7fbc4c(-_0x2d479c._0x49c488,-_0x2d479c._0x17af0f,-_0x2d479c._0x50427a,-_0x2d479c._0x173780)](_0x3091c8[_0xd9391(-_0x2d479c._0x3c1f86,-0xdf,-_0x2d479c._0x4b5124,-0x39)]),console[_0xd9391(-_0x2d479c._0x1112e9,-0x160,-_0x2d479c._0x8c497e,-_0x2d479c._0x5a6878)](_0x3091c8['iixOb'])):_0xd9391(-_0x2d479c._0x4aa7d8,_0x2d479c._0x30c44c,-0x88,-_0x2d479c._0x2bcc05)===_0x3091c8['mwisM']?(_0xb1cbde[_0x7fbc4c(-0x1ad,-_0x2d479c._0x173780,-_0x2d479c._0x497c80,-_0x2d479c._0x2503db)]('Error\x20stop'+'ping\x20serve'+_0x7fbc4c(-_0x2d479c._0x510b33,-_0x2d479c._0x4a8089,-_0x2d479c._0x208dc4,-0x1a6)+_0x2313f5['message']),_0x4356b8['exit'](-0x1cfb*-0x1+0x1*-0x2a5+-0x1a55)):console[_0xd9391(-0x169,-0x17b,-0x1b6,-_0x2d479c._0x1a2bd7)]('Error\x20read'+_0x7fbc4c(-0x1e1,-_0x2d479c._0x5a9478,-0x26d,-_0x2d479c._0x5d3b78)+_0x2884f2['message']):(_0x548762['error'](_0x3091c8['cQIPm']),_0x581333['error'](''),_0x2f3fc3[_0xd9391(-_0x2d479c._0x13f583,-0x150,-0x1dc,-0x1ad)](_0x3091c8[_0x7fbc4c(-0xba,-_0x2d479c._0x45cad7,-_0x2d479c._0x2b8899,-_0x2d479c._0x552e81)]),_0x4ee515['error']('\x20\x20coder-se'+_0x7fbc4c(-0xe3,-0x114,-0xa2,-0xee)+_0x7fbc4c(-_0x2d479c._0x190fc5,-0x137,-0x1a1,-0x12c)+_0x7fbc4c(-_0x2d479c._0x236e28,-_0x2d479c._0x5b1cdc,-0x192,-0x1c6)+_0xd9391(-_0x2d479c._0x1646cb,-0x2b,-_0x2d479c._0x1e41e5,-0xe4)+_0x7fbc4c(-0x17e,-0x23c,-_0x2d479c._0x25f318,-_0x2d479c._0x3f9fda)+'tup'),_0x963623[_0x7fbc4c(-_0x2d479c._0x30a80e,-_0x2d479c._0x2c7915,-_0x2d479c._0x56dd1b,-0x1d8)](''),_0x5f352b[_0xd9391(-_0x2d479c._0x13f583,-0xeb,-0x1d2,-_0x2d479c._0xb3f55b)]('Or\x20use:'),_0xd5eb16['error'](_0xd9391(-_0x2d479c._0x546658,-_0x2d479c._0x55b616,-0x1a7,-0x1ca)+_0x7fbc4c(-_0x2d479c._0x2989ba,-0x1e5,-0x1c3,-_0x2d479c._0x2a8cc8)+_0xd9391(-_0x2d479c._0xc81c18,-0x57,-_0x2d479c._0x2a1f21,0x11)+'ath=/path/'+'to/coder-s'+_0xd9391(-0x16c,-_0x2d479c._0x42724d,-0x1b8,-0x14e)),_0x4839fc[_0x7fbc4c(-0x109,-_0x2d479c._0x3ae977,-0x120,-_0x2d479c._0x3f0de3)](0xbbd+-0x12dd*-0x1+-0x1e99));}}function _0x2e82(_0x57c705,_0x5aea33){_0x57c705=_0x57c705-(-0x33b+0x1841+-0x13d2);const _0x4e8c5b=_0x2d92();let _0x48fe91=_0x4e8c5b[_0x57c705];if(_0x2e82['hRpkFE']===undefined){var _0x15209f=function(_0xfce91){const _0x176ff1='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2c44e7='',_0x19bc4d='';for(let _0x491b3f=-0x5*-0x3b3+-0x1*-0x1861+-0x62*0x70,_0x3bcb66,_0xc68718,_0x1fd22e=-0x24a*-0xb+-0x5a7*-0x1+-0x36d*0x9;_0xc68718=_0xfce91['charAt'](_0x1fd22e++);~_0xc68718&&(_0x3bcb66=_0x491b3f%(0xe05*0x2+-0x1*-0x231d+-0x3f23*0x1)?_0x3bcb66*(-0x6*0x5b3+0x3b*-0x7a+0x3e9*0x10)+_0xc68718:_0xc68718,_0x491b3f++%(0x9ad+-0x2ef+0x1*-0x6ba))?_0x2c44e7+=String['fromCharCode'](0x4+-0x21f9+-0x1*-0x22f4&_0x3bcb66>>(-(0x1*-0x767+0x71e*0x4+-0x150f)*_0x491b3f&-0x2082+-0x127c+0x2*0x1982)):0xc78+0x7*-0x448+-0x1*-0x1180){_0xc68718=_0x176ff1['indexOf'](_0xc68718);}for(let _0xd104e5=-0xd20+0x1e65+-0x1145,_0x43937f=_0x2c44e7['length'];_0xd104e5<_0x43937f;_0xd104e5++){_0x19bc4d+='%'+('00'+_0x2c44e7['charCodeAt'](_0xd104e5)['toString'](-0x5*0x3a1+-0x1*-0x1723+0x1*-0x4ee))['slice'](-(0x2212+0x153+0x1*-0x2363));}return decodeURIComponent(_0x19bc4d);};_0x2e82['BBChXq']=_0x15209f,_0x2e82['apzCep']={},_0x2e82['hRpkFE']=!![];}const _0x1c701a=_0x4e8c5b[0x3*-0x56c+0xcdb*-0x3+0x36d5],_0x113dec=_0x57c705+_0x1c701a,_0x46c1f3=_0x2e82['apzCep'][_0x113dec];return!_0x46c1f3?(_0x48fe91=_0x2e82['BBChXq'](_0x48fe91),_0x2e82['apzCep'][_0x113dec]=_0x48fe91):_0x48fe91=_0x46c1f3,_0x48fe91;}export async function restartServer(_0x45ab0a){const _0x3137bc={_0x586490:0x2e5,_0x5126cb:0x347,_0x40bd98:0x26d,_0x3ad0c8:0x2df,_0x1ce950:0x3c7,_0x435f48:0x336,_0x4e47ca:0x2fb,_0x19b151:0x2af,_0x561575:0x269,_0xe0c250:0x29c,_0x3321cc:0x28a,_0x2e7e3c:0x2b4,_0x21fedb:0x297,_0x169d69:0x558,_0x1885ed:0x59f,_0x94e03a:0x5b4,_0x2bcac0:0x585,_0x32724f:0x1df,_0x577515:0x235,_0x5c3883:0x202,_0x3ac42e:0x2c1,_0x287e18:0x22b,_0x15c758:0x2d4},_0x707f44={_0x21a69f:0x36},_0x119f3b={_0x159930:0x264,_0x156f5e:0x11c,_0x1ec960:0x147};function _0x54e81e(_0x31a2d7,_0x504843,_0x5284d5,_0x260a46){return _0xe8ae1d(_0x31a2d7-_0x119f3b._0x159930,_0x260a46,_0x5284d5-_0x119f3b._0x156f5e,_0x260a46-_0x119f3b._0x1ec960);}const _0x4654d={'EQjcc':function(_0x1c53f7){return _0x1c53f7();},'KSFrD':_0x1688d7(0x34d,_0x3137bc._0x586490,_0x3137bc._0x5126cb,0x313)+'erver...','TaSkA':function(_0x3f9ed8,_0x3288f3){return _0x3f9ed8(_0x3288f3);}};function _0x1688d7(_0x3defe9,_0x4294f0,_0xe3ce83,_0x2b2701){return _0xe8ae1d(_0x4294f0- -0x6a,_0xe3ce83,_0xe3ce83-0x54,_0x2b2701-_0x707f44._0x21a69f);}const {running:_0x222cbd}=await isServerRunning();_0x222cbd&&(console['log'](_0x1688d7(_0x3137bc._0x40bd98,_0x3137bc._0x3ad0c8,0x265,0x28a)+_0x1688d7(_0x3137bc._0x1ce950,_0x3137bc._0x435f48,0x2e3,_0x3137bc._0x4e47ca)),await _0x4654d[_0x1688d7(_0x3137bc._0x19b151,0x293,0x2c4,_0x3137bc._0x561575)](stopServer),console[_0x1688d7(_0x3137bc._0xe0c250,_0x3137bc._0x3321cc,_0x3137bc._0x2e7e3c,_0x3137bc._0x21fedb)]('')),console[_0x54e81e(_0x3137bc._0x169d69,_0x3137bc._0x1885ed,_0x3137bc._0x94e03a,_0x3137bc._0x2bcac0)](_0x4654d[_0x1688d7(_0x3137bc._0x32724f,_0x3137bc._0x577515,_0x3137bc._0x5c3883,_0x3137bc._0x3ac42e)]),await _0x4654d[_0x1688d7(_0x3137bc._0x287e18,0x2b4,0x2a7,_0x3137bc._0x15c758)](startDaemon,_0x45ab0a);}
|
|
1
|
+
(function(_0x5024e1,_0x4e54b1){const _0x148560={_0x16a2c9:0x37e,_0x2595fe:0x3a2,_0x549430:0x48e,_0x1d722f:0x549,_0x16548a:0x514,_0xb5eced:0x4b5,_0x2d7641:0x501,_0x3f7885:0x345,_0x406590:0x428,_0x171308:0x3b9,_0x36f64d:0x2fc,_0x86ee2d:0x35e,_0x15d4fd:0x299,_0x1243bb:0x2ff,_0x5630f2:0x40b,_0x4140de:0x39f,_0x5884b2:0x435,_0x143de9:0x34d,_0x3998e2:0x3b6,_0x164a90:0x3ce,_0xe603f6:0x3cd,_0x2cc8e3:0x5a1,_0x173a67:0x53e,_0x106f80:0x4df,_0x3958b5:0x47f,_0xc0b4e7:0x4ad,_0x183450:0x529},_0xeacdd9={_0x239332:0x325},_0x28b8cc={_0x3a6243:0x1c3},_0x5e4278=_0x5024e1();function _0x298f6d(_0x2252f8,_0x5aa8a2,_0x13ebcd,_0x3bedbb){return _0x4832(_0x3bedbb-_0x28b8cc._0x3a6243,_0x13ebcd);}function _0x44ba47(_0x21e81c,_0x494192,_0x29f484,_0x5c7e29){return _0x4832(_0x5c7e29-_0xeacdd9._0x239332,_0x494192);}while(!![]){try{const _0x1e9c3a=-parseInt(_0x298f6d(0x3b4,_0x148560._0x16a2c9,0x31b,_0x148560._0x2595fe))/(0x126+0x3ec+-0x511)*(-parseInt(_0x44ba47(_0x148560._0x549430,_0x148560._0x1d722f,_0x148560._0x16548a,0x4cb))/(-0xabd*-0x1+-0xb7*0x26+-0x106f*-0x1))+parseInt(_0x44ba47(_0x148560._0xb5eced,_0x148560._0x2d7641,0x484,0x4e3))/(0x1676+-0x13f8+-0x27b)*(-parseInt(_0x298f6d(_0x148560._0x3f7885,_0x148560._0x406590,0x3d6,_0x148560._0x171308))/(0x1e24*-0x1+0x1*-0x13b5+0x31dd))+parseInt(_0x298f6d(0x3c9,_0x148560._0x36f64d,0x2d6,_0x148560._0x86ee2d))/(-0x1*-0x16e1+0x6d2*-0x1+-0x805*0x2)+parseInt(_0x298f6d(_0x148560._0x15d4fd,0x36c,0x34d,_0x148560._0x1243bb))/(-0x201e+-0x1bc1+0x3be5)*(-parseInt(_0x298f6d(0x366,_0x148560._0x5630f2,_0x148560._0x4140de,0x384))/(0x1e9*-0xd+0x116a*0x1+0x2*0x3b9))+parseInt(_0x298f6d(_0x148560._0x5884b2,_0x148560._0x143de9,_0x148560._0x3998e2,_0x148560._0x164a90))/(0x2b*-0x2e+0x1c93+-0x14d1)+-parseInt(_0x298f6d(0x34e,_0x148560._0xe603f6,0x3f0,0x3c8))/(-0x2367+0x2da+0x2096*0x1)*(-parseInt(_0x44ba47(_0x148560._0x2cc8e3,0x4ba,0x514,_0x148560._0x173a67))/(-0xe68+-0xcec+0x1b5e))+-parseInt(_0x44ba47(_0x148560._0x106f80,0x4c6,_0x148560._0x3958b5,_0x148560._0xc0b4e7))/(0x1923+-0x8*-0xfe+-0xe*0x25c)*(parseInt(_0x44ba47(_0x148560._0x183450,_0x148560._0x549430,0x4f2,0x505))/(-0x1b23+0x93*0x7+0x172a));if(_0x1e9c3a===_0x4e54b1)break;else _0x5e4278['push'](_0x5e4278['shift']());}catch(_0x51bb87){_0x5e4278['push'](_0x5e4278['shift']());}}}(_0x2fc6,0x71cf1*0x1+-0x1*-0x7abbc+-0x7a7aa*0x1));import{spawn}from'child_process';import{promises as _0x2aa729}from'fs';function _0xcca3fb(_0x51e393,_0x14aa27,_0xad1934,_0x8ff794){const _0x429743={_0x5c3022:0x1da};return _0x4832(_0x14aa27-_0x429743._0x5c3022,_0xad1934);}function _0x2fc6(){const _0x491f43=['icbqB3j0oIaGia','zsaOC2vYDMvYia','B2jouKG','DxaGCgf0AcbKBW','mtmZmJruq21YrMi','Bw5mzeO','Bg9bAKi','Dg9WCgvK','zxj2zxiUlI4','CgLUzYbZzxj2zq','CcbWyxrOignVBG','zwn0B3j5oIa','AM9PBG','u0Lhs0Lmta','rdOGica','z3mIihrVihzPzq','BM90ihjLC3bVBG','lMnVzgvY','Cg9YDa','Ccb0AguGC2vYDG','wxHHthi','t1nTuum','mhWZFdy','zgf0yq','r01zsKu','CNzLCIbZDgfYDa','CMvJDxjZAxzL','DgHLihnLCNzLCG','odi4v1nTDujd','y2vrrue','BwPcrNC','ndi5nJi0m1fqv2viwa','zhfIyxK','C3rKB3v0','CxHQuw0','4PYtifnLCNzLCIbZ','rvjFsu5tuevdva','q09ervjFu0vuvq','r0nuBMK','teL0zfi','Dg8Vy29KzxiTCW','CgLK','u2vYDMvYigrPza','B2rLCKzSB3CGuW','CMvHza','ken0CMWRqYb0BW','CM91BMqGBw9Kzq','rxjYB3iGCMvHza','DhjPBq','B3n3q3m','q09ervjFu0vsvG','qK1czwO','y2XVC2u','DgLTzw91Da','s2HzEMW','u2vYDMvYigLZia','sg1gse0','CLPyDhq','CNzLCIbJB25MAq','u3rVCcbPDcb3Aq','EvL4uKq','mtmXwwXzt0rA','mtG3mJuWntjhs0zgvKe','icbvuKW6icaGia','sKTKAhu','CNvUBMLUzW','icaGicdINjmGuNvU','C2vYDMvYvxjS','C2vYDMvYlMXVzW','zMvRrgi','wxvXyK4','u2vYDMvYifn0yq','EMfKChi','D0LuDKi','D2LUzYbSB2DZia','BY9JB2rLCI1Zzq','C2L6zq','zcbTB2rLlG','z3jHy2vMDwXSEq','zsaOueLeoIa','ywXYzwfKEsbYDq','icaGigrHzw1VBG','Eg5KC1C','ruvqtg4','mZu5mNv2svP1uW','y29KzxiTC2v0Dq','uKn2yKO','CLfmAu0','u0Lhsu5u','s0HpCg4','cI0TlsbgB2XSBW','B24P','BgvUz3rO','Dw5SAw5R','q29UzMLNDxjLia','icaGia','BM5PBMCGkfbjra','DfHrALq','v1Dktgy','owHrC1r4tG','lcbMB3jJAw5NlG','zw52','C3z1suy','ru5pru5u','u3rVChbPBMCGCW','mZK2mdiXnM9WvujQsG','Dw5Yzwy','r3HvB0G','Dha6lY9SB2nHBa','zgvZDhjVEq','icbtzxr1Ccbqyq','BM9Kzq','C3vIC3rYAw5N','zKHcvfC','CvzdvK8','t3iGDxnLoG','Bw5Qr1q','zgLUzYK','sxndsuu','odaWmZuZme9KEMnNDa','CMvHzezPBgu','Ahr0CdOVl2XVyW','BwLUywWGD2HLCG','CL9Zzxr1Cf9Wyq','zxr1Ca','zsbPDcb3yxmGCW','ig5VDcbZDg9Wia','ls1PBNnWzwn0','vvjmoIa','qxvQzhy','A2jvvK0','tfzYvM4','CgDZsvq','wLfYDxm','vhz1reC','Dhj1zq','vLvWuuq','icaGica','tNfkvvK','zw5K','icaGicdIMQaGu3rH','re5Kz3u','u2vYDMvYig1HEq','rxjYB3i6ifnLDa','tKnwzu8','B0PYyuy','vfjvu1rFufjpwa','qKLLqwe','twjUDNy','C2vYDMvYlNbPza','swL5Ce8','ic0TC2v0DxaTCa','r3rTzhy','DxaGCgf0AcbPCW','icaGicdINjCGtM90','ls10ywLSpq','ig5VDcbHigrPCG','AxneAxjLy3rVCG','Ag9TzwrPCG','DgG6icaOBM90ia','uf9qqvri','yKD2Deq','DxP4C3C','uKrrDLi','Aw9wyLC','rKL1z2C','l2HLywX0Aa','DKvNzLm','D3jPDgvgAwXL','ig5VDcbOyxzLia','DgfYDgvKlG','C2vYDMLJzq','DxrMltG','z2v0','lxnLCNzLCIbSBW','z0X4vhq','Cu1jvNm','u0Lhvevstq','zxjYB3i','Ce9rBvC','Ewfou0m','nNruzgrWyG','rNzHt2O','B3aIihrVihn0BW','icbmB2DZoIa','zKzntgi','CefTsg0','tM8GBg9NigzPBa','Aw5NigXVz3m6ia','C0rls0e','yMvLBIbZDgfYDa','CerHEfC','Dg9tDhjPBMC','DgfYDgvKigLUia','qMjbu2m','Ag9ZDdO','twX5vNu','C2vYDMvYihDPDa','EwXuy0G','CIbZDgf0Dxm','ufPzt0W','txLbBNa','lxnLCNzLCIbZDa','y2fgsuq','zgfLBw9Uig1Vza','ANbmCKi','q29KzxjgBg93ia','A2LSBa','yxrOps9WyxrOlW','ihj1BM5PBMC','C2v0DxbqyxrO','zMPnzhi','zYbZzxqGy29Kzq','icbtDgfSzsbqsq','Bg9N','zMj3vMy','BwvZC2fNzq','y1rMCNO','zxHPDa','B3bLBG','CuHSsNy','v3f4DhG','zgLYBMfTzq','D2XMrMC','igzVCMvNCM91BG','tejks2G','Ewn3yvq','AgvJAYbZzxj2zq','yxr1CYiGDg8GyW','DhvZoG','EfHyww8','ze9NruG','q0vbruy','A1zwq2K','yMzqB1u','Aw4GDgHLihrLCG','AwDUB3jL','u3boBwq','C3bSAxq','D2L0AdO','tvLUD2q','zcbPBIbMB3jLzW','vxnLicjJB2rLCG','Dw5RBM93BG','ywXOB3n0oG','wxDcBKq','q2H0q0C','u3rVCcb0AguGCW','zxmGBM90igv4Aq','zxj2zxiGD2L0Aa','C3q6ia','ww9oyMy','icbJB2rLCI1Zzq','CNvUBMLUzYbPBG','AxnpB3e','ue9sva','Dg5MyK8','mtfADLvJB2O','DgGGq3rYBcTdia','BM90ihj1BM5PBG','CNzLCIbZDg9W','C3rHCNrZv2L0Aa','DKnAyxa','q3j3rKq','DYbSB2DZ','CMvZCg9UzgLUzW','sND1tgG','zwqGEwv0ig9Yia','CgfYC2u','DgG6ica','BguGueLeigzPBa','icbtDgf0Dxm6ia','y29UzMLNDxjLza','zuv5tLu','C2XPy2u','ruDHs1e','mZyWntu5nxDquxjdwq','C3rHCNqUANm','ihn0B3aPic0Tlq','DgGGl3bHDgGVDa','rvDPsuu','C3rHDa','CgDJB3a'];_0x2fc6=function(){return _0x491f43;};return _0x2fc6();}import _0x142db9 from'path';import _0x1abdc7 from'os';import _0x109088 from'http';function _0x4a23d9(_0x11f35d,_0xe1d78f,_0x462495,_0x7d1320){return _0x4832(_0xe1d78f- -0x3ad,_0x462495);}import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x142db9['dirname'](__filename),PID_FILE=_0x142db9[_0x4a23d9(-0x197,-0x1ff,-0x1a5,-0x1a4)](_0x1abdc7[_0xcca3fb(0x3d3,0x41a,0x3e6,0x452)](),_0x4a23d9(-0x16f,-0x1fa,-0x252,-0x21e),_0xcca3fb(0x475,0x411,0x477,0x40e)),LOG_FILE=_0x142db9[_0xcca3fb(0x416,0x388,0x362,0x38d)](_0x1abdc7[_0x4a23d9(-0x14f,-0x16d,-0x1b1,-0xe3)](),'.coder',_0x4a23d9(-0x1ba,-0x1c7,-0x1e1,-0x1a7));export async function isServerRunning(){const _0x2bd481={_0x12f806:0x261,_0x8708c5:0x223,_0x178e96:0x202,_0x32a6ce:0x273,_0x8fca28:0x27e,_0xd8ee29:0x2ee,_0x5b51c6:0x382,_0x2c850e:0x267,_0x5dd9cb:0x294,_0x23fc15:0x21d,_0x547abb:0x300,_0x1253f4:0x2eb,_0x62a626:0x2b5,_0x5eef4e:0x3af,_0x359e85:0x39b,_0x39a8b:0x393,_0x523c82:0x360,_0x4c6f4e:0x3b0,_0x244934:0x458,_0xbbc2a1:0x4e0,_0x54a1e9:0x476,_0x3b45f1:0x4b5,_0x2c9777:0x337,_0x45886:0x2da,_0x1bdb2c:0x297,_0x133e64:0x34b,_0x5b54b2:0x314,_0x4987d4:0x3b6,_0x121131:0x35d,_0x5effcb:0x1fd,_0x51c4e3:0x293,_0x5ed523:0x38e,_0x155b72:0x30c,_0x4c99c4:0x381,_0x389a91:0x42a,_0x2738f9:0x49c,_0x49b844:0x3bc,_0x49bd2c:0x329,_0x9e03f:0x33a,_0x370803:0x306,_0x1f85a8:0x387,_0x1827cf:0x28b,_0x2e343f:0x373,_0x13412d:0x2f9,_0x6439a5:0x273,_0x2b3d13:0x274},_0x3b1b59={_0x144003:0x7f,_0x2d3dbe:0x1ac},_0x4fb8cb={'tjeyT':_0x2bc43d(0x202,_0x2bd481._0x12f806,_0x2bd481._0x8708c5,_0x2bd481._0x178e96),'wlfFg':function(_0x4c901b,_0x5db9ec,_0x674cdf){return _0x4c901b(_0x5db9ec,_0x674cdf);},'JOQfA':function(_0x13f03e,_0x34a686){return _0x13f03e!==_0x34a686;},'NCVeO':_0x2bc43d(_0x2bd481._0x32a6ce,_0x2bd481._0x8fca28,0x2e9,0x206),'mYBuI':'oKRoP','zoZDN':function(_0x585d05,_0x3d50af){return _0x585d05!==_0x3d50af;},'htowI':'yYxRD'};function _0x2bc43d(_0x58eda5,_0x1ffcbe,_0x4006f2,_0x5f168c){return _0xcca3fb(_0x58eda5-0xec,_0x1ffcbe- -0xac,_0x58eda5,_0x5f168c-0x38);}function _0x4cde11(_0x3c0103,_0x116bc6,_0x5af3dc,_0x3f08d6){return _0xcca3fb(_0x3c0103-0x1de,_0x3c0103-_0x3b1b59._0x144003,_0x3f08d6,_0x3f08d6-_0x3b1b59._0x2d3dbe);}try{const _0x5cb211=await _0x2aa729[_0x2bc43d(0x35a,0x348,_0x2bd481._0xd8ee29,_0x2bd481._0x5b51c6)](PID_FILE,_0x4fb8cb['tjeyT']),_0x458cd3=_0x4fb8cb[_0x2bc43d(_0x2bd481._0x2c850e,_0x2bd481._0x5dd9cb,_0x2bd481._0x23fc15,0x2fc)](parseInt,_0x5cb211[_0x2bc43d(0x2b3,_0x2bd481._0x547abb,_0x2bd481._0x1253f4,_0x2bd481._0x62a626)](),0x586*0x2+0x1*-0xa94+-0x6e);try{process[_0x4cde11(_0x2bd481._0x5eef4e,_0x2bd481._0x359e85,0x40e,_0x2bd481._0x39a8b)](_0x458cd3,0x2005*-0x1+-0x8a9+0x28ae);const _0x217b68={};return _0x217b68[_0x4cde11(0x43c,0x46f,0x42e,0x49d)]=!![],_0x217b68['pid']=_0x458cd3,_0x217b68;}catch{if(_0x4fb8cb['JOQfA'](_0x4fb8cb[_0x2bc43d(0x3aa,_0x2bd481._0x523c82,_0x2bd481._0x4c6f4e,0x37b)],_0x4fb8cb['mYBuI'])){await _0x2aa729[_0x4cde11(_0x2bd481._0x244934,_0x2bd481._0xbbc2a1,_0x2bd481._0x54a1e9,_0x2bd481._0x3b45f1)](PID_FILE)['catch'](()=>{});const _0xbe8473={};return _0xbe8473[_0x2bc43d(0x319,0x311,_0x2bd481._0x2c9777,_0x2bd481._0x45886)]=![],_0xbe8473[_0x2bc43d(_0x2bd481._0x1bdb2c,0x2f9,_0x2bd481._0x133e64,_0x2bd481._0x5b54b2)]=null,_0xbe8473;}else _0x125032[_0x4cde11(_0x2bd481._0x4987d4,0x3ed,_0x2bd481._0x121131,0x3cd)]('\x20\x20Status:\x20'+_0x2bc43d(0x357,0x36a,0x353,0x3f3)+_0x2bc43d(_0x2bd481._0x5effcb,0x286,0x243,_0x2bd481._0x51c4e3));}}catch{if(_0x4fb8cb['zoZDN'](_0x2bc43d(_0x2bd481._0x5ed523,_0x2bd481._0x155b72,0x36b,_0x2bd481._0x4c99c4),_0x4fb8cb['htowI']))_0x3786f4['error'](_0x4cde11(_0x2bd481._0x389a91,_0x2bd481._0x2738f9,_0x2bd481._0x49b844,0x3a2)+_0x4cde11(0x39c,0x424,0x3c5,_0x2bd481._0x49bd2c)+_0x4af607[_0x4cde11(0x3b8,0x357,0x341,_0x2bd481._0x9e03f)]);else{const _0x5b27ff={};return _0x5b27ff[_0x2bc43d(_0x2bd481._0x370803,0x311,_0x2bd481._0x1f85a8,_0x2bd481._0x1827cf)]=![],_0x5b27ff[_0x2bc43d(_0x2bd481._0x2e343f,_0x2bd481._0x13412d,_0x2bd481._0x6439a5,_0x2bd481._0x2b3d13)]=null,_0x5b27ff;}}}async function getServerConfig(){const _0x42ed6c={_0x58e733:0xd3,_0x3b27ad:0x69,_0x26a97f:0xf0,_0x3c8283:0xb4,_0x3ff720:0x11d,_0x54d425:0x78,_0x4ade0e:0xe,_0x4f8f1d:0x26,_0x14432b:0x146,_0x3f9324:0x1e2},_0x2992df={_0x171daa:0xcd},_0x535721={'Gtmdv':function(_0x5dcb7b){return _0x5dcb7b();}},_0x1a3bbb=await _0x535721['Gtmdv'](getCoderSetupPath),_0x3e2d42=await _0x535721[_0xc83006(_0x42ed6c._0x58e733,_0x42ed6c._0x3b27ad,0x91,_0x42ed6c._0x26a97f)](getServerPort),_0xc78e8d=_0xc83006(_0x42ed6c._0x3c8283,0xc7,_0x42ed6c._0x3ff720,0x68)+_0xc83006(0x14,0x4,-_0x42ed6c._0x54d425,0x23)+_0x3e2d42,_0x1dcf7d={};function _0x4459c0(_0x40bc71,_0x4ff80d,_0x1fd89b,_0x1dc628){return _0x4a23d9(_0x40bc71-_0x2992df._0x171daa,_0x4ff80d-0xc,_0x1dc628,_0x1dc628-0x17b);}_0x1dcf7d[_0x4459c0(-0x1ef,-0x248,-0x2c2,-0x25f)]=_0x1a3bbb,_0x1dcf7d[_0xc83006(0x4d,0x2e,_0x42ed6c._0x4ade0e,-_0x42ed6c._0x4f8f1d)]=_0x3e2d42,_0x1dcf7d[_0x4459c0(-_0x42ed6c._0x14432b,-0x1bc,-0x131,-_0x42ed6c._0x3f9324)]=_0xc78e8d;function _0xc83006(_0x4d61d7,_0x37f760,_0x4282d5,_0x5a9979){return _0xcca3fb(_0x4d61d7-0x26,_0x4d61d7- -0x341,_0x37f760,_0x5a9979-0x1ac);}return _0x1dcf7d;}function _0x4832(_0x3b5792,_0x37a088){_0x3b5792=_0x3b5792-(0x40*0x25+-0x16e5+0x21d*0x7);const _0x3d0cef=_0x2fc6();let _0x3f4e3f=_0x3d0cef[_0x3b5792];if(_0x4832['AdSxHk']===undefined){var _0x15e98d=function(_0x55dcde){const _0x5d8ef6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4384ff='',_0x518fc4='';for(let _0x2ab0b5=-0x361*0x1+-0x1*-0x12a9+-0xf48,_0x18efa2,_0x59f4cc,_0x4c59a6=0x209*-0x13+0x19f4+0x43d*0x3;_0x59f4cc=_0x55dcde['charAt'](_0x4c59a6++);~_0x59f4cc&&(_0x18efa2=_0x2ab0b5%(-0x1*0x150b+-0x926+0x1e35)?_0x18efa2*(-0x2a1+-0x1*-0xea3+-0xbc2*0x1)+_0x59f4cc:_0x59f4cc,_0x2ab0b5++%(-0xd77+-0x1f6+0xf71))?_0x4384ff+=String['fromCharCode'](-0x3*0x96d+0x602+0x4*0x5d1&_0x18efa2>>(-(-0x98f*-0x2+-0x617*0x1+-0xd05)*_0x2ab0b5&0x574*-0x1+-0x1*-0x1fb9+-0x1a3f)):-0x30a*-0x6+0xc*-0x225+0x780){_0x59f4cc=_0x5d8ef6['indexOf'](_0x59f4cc);}for(let _0x292928=-0x9c*0x18+-0x1774+0x1*0x2614,_0x3fc638=_0x4384ff['length'];_0x292928<_0x3fc638;_0x292928++){_0x518fc4+='%'+('00'+_0x4384ff['charCodeAt'](_0x292928)['toString'](-0x1b3*-0xb+-0x1*-0x1c67+-0x2f08))['slice'](-(-0x244*0x8+0x1*-0x22fd+0x351f));}return decodeURIComponent(_0x518fc4);};_0x4832['iFjmnO']=_0x15e98d,_0x4832['ZqStaA']={},_0x4832['AdSxHk']=!![];}const _0x36bbc4=_0x3d0cef[-0x1c1b+0x1df9+0x1*-0x1de],_0x5ce3f7=_0x3b5792+_0x36bbc4,_0x24eedc=_0x4832['ZqStaA'][_0x5ce3f7];return!_0x24eedc?(_0x3f4e3f=_0x4832['iFjmnO'](_0x3f4e3f),_0x4832['ZqStaA'][_0x5ce3f7]=_0x3f4e3f):_0x3f4e3f=_0x24eedc,_0x3f4e3f;}export async function startDaemon(_0x4ffd05){const _0x34aa96={_0x1511c4:0x3b3,_0x3b4029:0x444,_0x22d03e:0x501,_0x3315e8:0x46f,_0x26606a:0x315,_0x2e1241:0x335,_0x180299:0x489,_0x1f5cb2:0x481,_0xc7b06a:0x47e,_0x404621:0x488,_0x3cb29b:0x43e,_0x11d513:0x32a,_0x9249d6:0x3ac,_0x48f747:0x588,_0xb6a2de:0x5eb,_0x4c5805:0x42d,_0x5d6342:0x45d,_0x1d257c:0x52d,_0x481b43:0x48b,_0x2b17dc:0x541,_0x752cb3:0x550,_0x35ccbb:0x4d0,_0x41b363:0x372,_0x3f83db:0x313,_0xb26502:0x4ad,_0x451b73:0x52c,_0x418e6f:0x4c6,_0x5af27a:0x43f,_0x57b9ef:0x5af,_0x481eaf:0x545,_0x52f924:0x56d,_0x22e913:0x575,_0x35aed6:0x38c,_0xe398fd:0x3c7,_0x219e7d:0x551,_0x1d540d:0x543,_0x2c299f:0x467,_0x261d48:0x4d7,_0x22b0a9:0x45a,_0x5e20d1:0x40f,_0x1425c5:0x3fe,_0x522dfc:0x49c,_0x529950:0x4c5,_0x36b08a:0x4a2,_0x69b6c5:0x522,_0x4ee0ba:0x398,_0x8a8c89:0x559,_0x2c63c2:0x497,_0x18f9d4:0x4a8,_0x3b12f5:0x44e,_0x331d07:0x571,_0x3d26bb:0x4e3,_0x451dec:0x505,_0x29c5c8:0x58f,_0x10acea:0x474,_0x3738cb:0x44a,_0x3e44d3:0x321,_0x2548d5:0x32f,_0x5f389c:0x37b,_0x123e20:0x374,_0x5162f7:0x46d,_0x4ab6cc:0x4bb,_0xb511b9:0x515,_0x5c89c9:0x4ba,_0x5d970c:0x433,_0x25b625:0x34e,_0x10c699:0x33a,_0x1dbfc8:0x31a,_0x21e802:0x3fb,_0x3b6031:0x3b1,_0x5a2ebc:0x332,_0x7a5dfc:0x364,_0xa11f64:0x4c9,_0x167040:0x44a,_0x5dac49:0x2da,_0x290eb8:0x331,_0x1b579c:0x2ff,_0x2bd428:0x3ad,_0x52ede1:0x38e,_0x51ff8c:0x43e,_0x419b3d:0x3c0,_0x40390f:0x3d6,_0x132c1d:0x353,_0x395ec1:0x423,_0x45b76a:0x333,_0xfa4055:0x3cb,_0x2a3890:0x359,_0x2853bf:0x2d5,_0x5655fa:0x4a3,_0x3ad3c7:0x4db,_0x523522:0x542,_0x924894:0x4f9,_0x2161c7:0x552,_0x2f43a7:0x514,_0x1ccd16:0x3d8,_0x3d5092:0x333,_0x45e626:0x320,_0x468671:0x4ec,_0xe50f8a:0x519,_0xe096ba:0x432,_0x30d9f0:0x4f4,_0x11447c:0x529,_0x4939c5:0x379,_0x1893b6:0x3c1,_0x2fe532:0x363,_0x53ebc7:0x3e9,_0x3e4b3c:0x341,_0x2dacb5:0x524,_0x1908a4:0x5cc,_0x394d04:0x4ff,_0xd46ca5:0x501,_0x36382f:0x339,_0x46ccac:0x526,_0x2e4f2f:0x4ab,_0xd6e7cd:0x4c5,_0x9b9dbd:0x4a7,_0x75e0e5:0x4e7,_0x444237:0x496,_0x47d811:0x489,_0x282ed3:0x39e,_0x2b9f69:0x3cf,_0x324c38:0x4e9,_0x32065d:0x4bb,_0x113139:0x461,_0x5dac38:0x53c,_0x3394ce:0x588,_0x1c9c2f:0x537,_0x27fbf2:0x547,_0x583380:0x5c2,_0x2082ff:0x3c8,_0x36e1b2:0x35e,_0x4fc083:0x486,_0xe184f8:0x41a,_0x543a53:0x37e,_0x4f6a12:0x38f,_0xbf4298:0x401,_0x2379ac:0x43b,_0x2464b3:0x44f,_0x49a1cf:0x4f5,_0x5af873:0x42f,_0x3e689a:0x489,_0x3a24ab:0x576,_0x2f333d:0x60a,_0x1bbe0a:0x5dd,_0x13fa1a:0x509,_0x59a14d:0x43a,_0xab8f29:0x461,_0x4c49bc:0x323,_0x216db2:0x51d,_0x12c14d:0x316,_0x7b3cfc:0x300,_0x3404e7:0x37d,_0x499b7d:0x39a,_0x2b9b26:0x3fd,_0x460c97:0x35d,_0x3c05e1:0x355,_0x5c002d:0x4fe,_0x1458b1:0x325,_0x273d71:0x2eb,_0xe91eb8:0x2d0,_0x508e85:0x30d,_0x247e08:0x2d4,_0x48c2dd:0x561,_0xb5265e:0x533,_0x21faa8:0x560,_0x1c174d:0x5a1,_0x49bc25:0x4fa,_0x4af0f2:0x4f2,_0x166b33:0x396,_0x589d49:0x3fd,_0x4d0eef:0x42f,_0x7c8f1d:0x40c,_0xf06eff:0x3e1,_0x252585:0x3b7,_0x416eea:0x425,_0x10a36c:0x3ef,_0x4eb35d:0x3e1,_0xb56335:0x427,_0x589176:0x418,_0x138cd7:0x557,_0x226019:0x586,_0x296382:0x3db,_0x23ee86:0x37a,_0x4f314d:0x382,_0x4fb273:0x31d,_0x5eae6c:0x564,_0x5c2aa6:0x5a9,_0x13e04f:0x5b7,_0xe39c6b:0x4cb,_0x17f09e:0x557,_0x25676f:0x4d4,_0x3a200:0x34c,_0x2c84ac:0x328,_0x3d2bf6:0x59a,_0x12aa44:0x50c,_0x5d0855:0x584,_0x45be71:0x4cd,_0x137833:0x4ec,_0x3d856d:0x4e8,_0x5d1ba8:0x3bf,_0x431f63:0x378,_0x2cf396:0x39d,_0x2daf1e:0x42d,_0x523391:0x48d,_0x4b7173:0x51b,_0x3d55fc:0x50c,_0x2dfafe:0x53a,_0x26c226:0x2a7,_0xbf274:0x35b,_0x5d0c7c:0x53d,_0x58e0c1:0x483,_0x8bf265:0x479,_0x5f3028:0x45b,_0x4331fe:0x493,_0x18e945:0x520,_0x2198e5:0x344,_0x18923f:0x2c4,_0x3bc4d9:0x30d,_0x3b23af:0x2ca,_0x37631e:0x55a,_0x493c80:0x4f2,_0x702c69:0x4c6,_0x1ed365:0x59e,_0x38eb44:0x4e2,_0x55b0c2:0x50d,_0x471f58:0x54c,_0x33be22:0x55e,_0x2d688f:0x437,_0x11033b:0x41c,_0x48c706:0x4e4,_0x53f722:0x4de,_0x58e246:0x48f,_0x399030:0x398,_0x72567d:0x343,_0xd99436:0x345,_0xe0e7e5:0x34c,_0x5e1174:0x522,_0x4345c4:0x2da,_0x1d7718:0x30e,_0x52f80d:0x36c},_0x505f07={_0x2b2b5c:0x17d,_0x35f5a3:0x101},_0x4ae64d={_0x524be4:0xa0,_0x35f3be:0x5a9},_0x2a8e8f={'FvaOj':_0xa0c375(_0x34aa96._0x1511c4,0x3d9,_0x34aa96._0x3b4029,0x439)+_0x300013(_0x34aa96._0x22d03e,0x4be,0x4d9,_0x34aa96._0x3315e8)+_0xa0c375(_0x34aa96._0x26606a,0x36e,_0x34aa96._0x2e1241,0x3dd)+_0xa0c375(0x3a8,0x418,0x497,_0x34aa96._0x180299)+'e\x20it\x20was\x20s'+_0x300013(0x509,0x45a,_0x34aa96._0x1f5cb2,_0x34aa96._0xc7b06a),'BFBBU':_0x300013(0x53d,_0x34aa96._0x404621,0x4ca,_0x34aa96._0x3cb29b),'qxjQm':function(_0x1928a1){return _0x1928a1();},'fjMdr':_0xa0c375(0x309,_0x34aa96._0x11d513,_0x34aa96._0x9249d6,0x2a3),'OFIMA':function(_0x44c29a){return _0x44c29a();},'CEAEF':_0x300013(_0x34aa96._0x48f747,0x5cb,0x565,_0x34aa96._0xb6a2de),'yaNSC':'\x20\x20coder-se'+'rver\x20start'+_0xa0c375(0x488,0x435,0x417,_0x34aa96._0x4c5805)+_0x300013(_0x34aa96._0x5d6342,0x501,0x4a7,0x44a)+_0x300013(0x54f,0x490,0x51a,_0x34aa96._0x1d257c)+_0xa0c375(0x420,0x41a,_0x34aa96._0x481b43,0x40b),'PupAu':_0x300013(0x5a1,_0x34aa96._0x2b17dc,_0x34aa96._0x752cb3,_0x34aa96._0x35ccbb)+_0xa0c375(0x383,_0x34aa96._0x41b363,0x3f0,0x3c0),'LVrVn':_0xa0c375(0x30c,0x37f,0x3aa,_0x34aa96._0x3f83db)+_0x300013(0x52c,_0x34aa96._0xb26502,_0x34aa96._0x451b73,_0x34aa96._0x418e6f)+_0x300013(_0x34aa96._0x5af27a,0x52b,0x4ab,_0x34aa96._0x180299)+_0x300013(_0x34aa96._0x57b9ef,_0x34aa96._0x481eaf,_0x34aa96._0x52f924,_0x34aa96._0x22e913)+_0xa0c375(0x3ca,0x39a,_0x34aa96._0x35aed6,_0x34aa96._0xe398fd)+_0x300013(_0x34aa96._0x219e7d,_0x34aa96._0x1d540d,0x53d,0x579)+'tup','mnLdJ':_0x300013(_0x34aa96._0x2c299f,0x49f,_0x34aa96._0x261d48,0x44f),'oswCs':function(_0x3aefe8,_0x20a2b0){return _0x3aefe8!==_0x20a2b0;},'YNggU':_0xa0c375(_0x34aa96._0x22b0a9,_0x34aa96._0x5e20d1,_0x34aa96._0x1425c5,_0x34aa96._0x522dfc),'zlBcp':_0x300013(_0x34aa96._0x529950,0x50e,_0x34aa96._0x36b08a,_0x34aa96._0x69b6c5),'uzxsw':_0xa0c375(0x343,_0x34aa96._0x4ee0ba,0x3b4,0x37a),'LeBbd':'Starting\x20C'+_0x300013(_0x34aa96._0x8a8c89,0x583,0x51d,_0x34aa96._0x2c63c2)+'erver...','bGvtD':function(_0x320f63){return _0x320f63();},'IFMcV':_0xa0c375(0x3ce,0x425,_0x34aa96._0x18f9d4,_0x34aa96._0x3b12f5),'FIugg':_0x300013(0x53c,0x558,_0x34aa96._0x331d07,_0x34aa96._0x3d26bb),'ePITe':function(_0x90ccb7,_0xbd5f81,_0x4d1c48,_0xea1155){return _0x90ccb7(_0xbd5f81,_0x4d1c48,_0xea1155);},'eEyNU':_0x300013(_0x34aa96._0x451dec,0x5c1,0x561,_0x34aa96._0x29c5c8),'YwBnD':_0x300013(0x516,_0x34aa96._0x10acea,0x4c3,_0x34aa96._0x3738cb),'luYBL':_0xa0c375(_0x34aa96._0x3e44d3,_0x34aa96._0x2548d5,_0x34aa96._0x5f389c,_0x34aa96._0x123e20),'BbASc':'Use\x20\x22coder'+_0x300013(0x441,0x44a,0x4a1,_0x34aa96._0x5162f7)+_0x300013(0x469,0x525,_0x34aa96._0x4ab6cc,0x45a)+_0x300013(_0x34aa96._0xb511b9,0x479,_0x34aa96._0x5c89c9,0x508)+_0x300013(0x4c9,_0x34aa96._0x5d970c,0x49e,0x43d),'svuIF':'Use\x20\x22coder'+'-server\x20st'+_0xa0c375(_0x34aa96._0x25b625,_0x34aa96._0x10c699,0x33d,_0x34aa96._0x1dbfc8)+_0xa0c375(_0x34aa96._0x21e802,_0x34aa96._0x3b6031,_0x34aa96._0x5a2ebc,_0x34aa96._0x7a5dfc)+'er','kVVCi':_0x300013(0x442,0x453,_0x34aa96._0xa11f64,_0x34aa96._0x167040)+_0xa0c375(_0x34aa96._0x5dac49,_0x34aa96._0x290eb8,_0x34aa96._0x1b579c,0x3b3)+_0xa0c375(0x410,_0x34aa96._0x2bd428,0x32d,_0x34aa96._0x52ede1)+_0xa0c375(0x3c3,0x38b,0x359,0x385)},{running:_0x5a28a0,pid:_0x383d71}=await _0x2a8e8f[_0xa0c375(_0x34aa96._0x51ff8c,_0x34aa96._0x419b3d,_0x34aa96._0x40390f,_0x34aa96._0x132c1d)](isServerRunning);if(_0x5a28a0){if(_0x2a8e8f[_0x300013(_0x34aa96._0x395ec1,0x4c7,0x4aa,0x4c2)]===_0x2a8e8f[_0xa0c375(0x30a,0x356,_0x34aa96._0x45b76a,_0x34aa96._0xfa4055)]){console[_0xa0c375(0x2e3,_0x34aa96._0x2a3890,_0x34aa96._0x2853bf,0x3a8)](_0x300013(0x52b,_0x34aa96._0x5655fa,0x529,0x4d5)+_0x300013(0x5aa,_0x34aa96._0x3ad3c7,_0x34aa96._0x523522,_0x34aa96._0x924894)+_0x300013(0x5ae,0x523,_0x34aa96._0x2161c7,0x508)+':\x20'+_0x383d71+')');const _0x41a635=await _0x2a8e8f[_0x300013(0x567,0x4e5,_0x34aa96._0x2f43a7,0x495)](getServerConfig);console[_0xa0c375(_0x34aa96._0x1ccd16,0x359,_0x34aa96._0x3d5092,_0x34aa96._0x45e626)](_0x300013(0x4f9,_0x34aa96._0x468671,0x572,_0x34aa96._0xe50f8a)+_0x41a635['serverUrl']);return;}else _0x3f3208[_0x300013(_0x34aa96._0xe096ba,0x4e7,0x4ad,0x47f)](_0x300013(_0x34aa96._0x30d9f0,0x58e,_0x34aa96._0x11447c,0x50a)+_0xa0c375(_0x34aa96._0x4939c5,0x380,_0x34aa96._0x1893b6,0x34e)+_0xa0c375(0x36b,_0x34aa96._0x2fe532,_0x34aa96._0x53ebc7,_0x34aa96._0x3e4b3c)+_0x300013(0x582,_0x34aa96._0x2dacb5,0x53f,_0x34aa96._0x1908a4)),_0x121532[_0x300013(0x4d5,_0x34aa96._0x394d04,0x4ad,_0x34aa96._0xd46ca5)](_0x2a8e8f[_0xa0c375(0x383,_0x34aa96._0x36382f,0x2bf,_0x34aa96._0x1511c4)]);}const _0x2b75f9=await getCoderSetupPath(),_0x2a816c=String(await _0x2a8e8f['OFIMA'](getServerPort));if(!_0x2b75f9){const _0x374934=('7|2|4|5|1|'+_0x300013(0x514,0x516,0x508,0x4d6))[_0x300013(_0x34aa96._0x46ccac,_0x34aa96._0x2e4f2f,_0x34aa96._0xd6e7cd,_0x34aa96._0x9b9dbd)]('|');let _0x3211bf=-0x9*0x371+-0x11f*-0x1c+-0x6b;while(!![]){switch(_0x374934[_0x3211bf++]){case'0':console[_0x300013(_0x34aa96._0x75e0e5,_0x34aa96._0x444237,_0x34aa96._0x47d811,0x42f)](_0x2a8e8f[_0xa0c375(_0x34aa96._0x282ed3,0x36b,_0x34aa96._0x2b9f69,0x3af)]);continue;case'1':console[_0x300013(_0x34aa96._0x3315e8,_0x34aa96._0x324c38,0x489,_0x34aa96._0x32065d)]('');continue;case'2':console['error']('');continue;case'3':console['error'](_0x2a8e8f[_0x300013(0x427,_0x34aa96._0xe096ba,_0x34aa96._0x481b43,0x4bd)]);continue;case'4':console['error'](_0x2a8e8f['PupAu']);continue;case'5':console[_0x300013(0x473,0x483,_0x34aa96._0x47d811,_0x34aa96._0x113139)](_0x2a8e8f[_0x300013(_0x34aa96._0x5dac38,_0x34aa96._0x3394ce,_0x34aa96._0x22e913,0x4fe)]);continue;case'6':process['exit'](0x526+0x36a*-0x2+0x1af);continue;case'7':console[_0xa0c375(0x308,_0x34aa96._0x2e1241,0x375,0x300)]('Error:\x20No\x20'+_0x300013(_0x34aa96._0x1c9c2f,_0x34aa96._0x324c38,_0x34aa96._0x27fbf2,_0x34aa96._0x583380)+_0xa0c375(0x3f3,0x3a8,_0x34aa96._0x2082ff,_0x34aa96._0x36e1b2)+'figured');continue;}break;}}try{if(_0x2a8e8f[_0x300013(0x482,_0x34aa96._0x4fc083,0x4f7,0x46f)]!==_0x2a8e8f[_0xa0c375(0x344,0x3a3,_0x34aa96._0xe184f8,0x37f)]){const _0x2a7c0f=_0x5d8ef6[_0xa0c375(_0x34aa96._0x543a53,_0x34aa96._0x4f6a12,0x31f,_0x34aa96._0xbf4298)](_0x4384ff),_0x4bade1={};_0x4bade1[_0xa0c375(0x3a3,_0x34aa96._0x35aed6,0x3c4,0x382)]=!![],_0x4bade1['service']=_0x2a7c0f['service']||_0x2a8e8f['BFBBU'],_0x518fc4(_0x4bade1);}else{const _0x16c90b=await _0x2aa729['stat'](_0x2b75f9);!_0x16c90b[_0xa0c375(0x42a,_0x34aa96._0x2379ac,0x3b8,_0x34aa96._0x2464b3)+'y']()&&(console[_0x300013(_0x34aa96._0x49a1cf,_0x34aa96._0x5af873,_0x34aa96._0x3e689a,0x465)](_0x300013(_0x34aa96._0x3a24ab,_0x34aa96._0x2f333d,0x581,_0x34aa96._0x1bbe0a)+_0x300013(0x5fb,0x55d,0x58b,_0x34aa96._0x13fa1a)+_0xa0c375(0x479,_0x34aa96._0x59a14d,0x3fd,_0x34aa96._0xab8f29)+_0xa0c375(0x32a,0x3a9,0x320,_0x34aa96._0x4c49bc)+_0x2b75f9),process['exit'](0x24c+0xad3+-0x17*0x92));}}catch(_0x443eca){_0x2a8e8f[_0x300013(_0x34aa96._0x216db2,_0x34aa96._0x22e913,0x523,0x4a1)](_0x2a8e8f['YNggU'],_0x2a8e8f['zlBcp'])?(console['error'](_0xa0c375(0x3bd,_0x34aa96._0x4c5805,0x3e9,0x48e)+_0xa0c375(0x3a3,0x3a1,0x338,_0x34aa96._0x12c14d)+_0xa0c375(0x390,_0x34aa96._0x5f389c,_0x34aa96._0x7b3cfc,0x371)+_0xa0c375(_0x34aa96._0x2b9f69,_0x34aa96._0x3404e7,_0x34aa96._0x499b7d,_0x34aa96._0x2b9b26)+_0x2b75f9),process[_0xa0c375(0x2d4,_0x34aa96._0x460c97,_0x34aa96._0x3c05e1,0x352)](-0x11c0+-0x3b*-0x6b+-0x22*0x34)):(_0x113f8c['error']('Error\x20stop'+'ping\x20serve'+'r:\x20'+_0x537187['message']),_0x3c5027['exit'](-0xac+-0x361*-0x1+-0xad*0x4));}function _0xa0c375(_0x4ae0fa,_0x6e4ad6,_0x280c80,_0x37b9fe){return _0x4a23d9(_0x4ae0fa-_0x4ae64d._0x524be4,_0x6e4ad6-_0x4ae64d._0x35f3be,_0x4ae0fa,_0x37b9fe-0x192);}const _0x4a694a=_0x142db9[_0x300013(0x4db,0x512,_0x34aa96._0x5c002d,0x51e)](__dirname,'..','..',_0x2a8e8f[_0xa0c375(0x297,_0x34aa96._0x1458b1,_0x34aa96._0x273d71,_0x34aa96._0xe91eb8)]);console[_0x300013(0x47e,0x4ab,0x4ad,0x4e6)](''),console[_0xa0c375(_0x34aa96._0x508e85,0x359,0x3c0,_0x34aa96._0x247e08)](_0x2a8e8f['LeBbd']),console[_0x300013(0x459,0x428,_0x34aa96._0xb26502,0x4d6)](_0x300013(_0x34aa96._0x48c2dd,_0x34aa96._0xb5265e,_0x34aa96._0x21faa8,_0x34aa96._0x1c174d)+'th:\x20'+_0x2b75f9),console[_0x300013(_0x34aa96._0x49bc25,0x47d,0x4ad,0x45e)](_0x300013(0x552,0x503,_0x34aa96._0x4af0f2,0x505)+_0xa0c375(_0x34aa96._0x166b33,_0x34aa96._0x589d49,_0x34aa96._0x4d0eef,_0x34aa96._0x7c8f1d)+_0x2a816c),console[_0xa0c375(_0x34aa96._0xf06eff,0x359,_0x34aa96._0x252585,0x3b6)]('\x20\x20Mode:\x20\x20\x20'+_0xa0c375(_0x34aa96._0x416eea,_0x34aa96._0x10a36c,0x402,0x423)),console[_0xa0c375(0x2ce,0x359,0x3d1,_0x34aa96._0x4eb35d)]('');const _0x2c7f9b=await _0x2a8e8f[_0x300013(_0x34aa96._0xb56335,_0x34aa96._0xc7b06a,0x478,_0x34aa96._0x589176)](getTrustProxy),_0x1b94a8={...process[_0x300013(0x5cb,0x4f4,_0x34aa96._0x138cd7,_0x34aa96._0x226019)]};_0x1b94a8[_0xa0c375(_0x34aa96._0x296382,0x3c3,_0x34aa96._0x1425c5,_0x34aa96._0x1511c4)+_0x300013(0x455,0x433,0x477,0x4d8)]=_0x2b75f9,_0x1b94a8[_0xa0c375(_0x34aa96._0x23ee86,_0x34aa96._0x4f314d,0x34e,_0x34aa96._0x4fb273)]=_0x2a816c;const _0x32e6c6=_0x1b94a8;_0x2c7f9b&&(_0x32e6c6[_0x300013(_0x34aa96._0x5eae6c,0x5ad,0x584,_0x34aa96._0x5c2aa6)+'Y']=_0x2a8e8f['IFMcV']);const _0x3cd2c=[_0x4a694a];process[_0x300013(_0x34aa96._0x13e04f,_0x34aa96._0xe39c6b,_0x34aa96._0x17f09e,0x591)][_0x300013(_0x34aa96._0x25676f,_0x34aa96._0x30d9f0,0x524,0x57b)+_0xa0c375(0x40b,0x3c2,_0x34aa96._0x3a200,0x36d)]&&_0x3cd2c['unshift'](_0x2a8e8f[_0xa0c375(0x394,_0x34aa96._0x2c84ac,0x2a4,0x344)]);const _0x1744e1=_0x142db9['dirname'](LOG_FILE),_0x197393={};_0x197393[_0x300013(_0x34aa96._0x3d2bf6,0x4fd,_0x34aa96._0x12aa44,_0x34aa96._0x5d0855)]=!![],await _0x2aa729['mkdir'](_0x1744e1,_0x197393);const _0x576c9a=await _0x2aa729['open'](LOG_FILE,'a'),_0x8a72a2=_0x2a8e8f['ePITe'](spawn,_0x2a8e8f[_0x300013(_0x34aa96._0x45be71,_0x34aa96._0x137833,_0x34aa96._0x3d856d,0x4e3)],_0x3cd2c,{'env':_0x32e6c6,'detached':!![],'stdio':[_0x2a8e8f[_0xa0c375(_0x34aa96._0x5d1ba8,_0x34aa96._0x431f63,_0x34aa96._0x2cf396,_0x34aa96._0x4eb35d)],_0x576c9a['fd'],_0x576c9a['fd']]});_0x8a72a2[_0xa0c375(0x3b6,0x408,0x474,0x37d)]();const _0x307a72=_0x142db9[_0x300013(_0x34aa96._0x2daf1e,_0x34aa96._0x523391,0x4b5,0x49e)](PID_FILE),_0x43ec60={};_0x43ec60[_0x300013(0x51d,_0x34aa96._0x4b7173,_0x34aa96._0x3d55fc,_0x34aa96._0x2dfafe)]=!![];function _0x300013(_0x59308e,_0xfde2b7,_0x385945,_0x5e9a42){return _0xcca3fb(_0x59308e-_0x505f07._0x2b2b5c,_0x385945-0x176,_0x59308e,_0x5e9a42-_0x505f07._0x35f5a3);}await _0x2aa729['mkdir'](_0x307a72,_0x43ec60),await _0x2aa729[_0xa0c375(0x336,0x32b,_0x34aa96._0x26c226,_0x34aa96._0xbf274)](PID_FILE,_0x8a72a2[_0x300013(_0x34aa96._0x5d0c7c,0x4d0,0x51b,0x494)][_0x300013(_0x34aa96._0x58e0c1,0x487,_0x34aa96._0x2c63c2,0x44f)](),_0x2a8e8f['luYBL']),console[_0x300013(_0x34aa96._0x8bf265,0x50c,0x4ad,_0x34aa96._0x5f3028)](_0x300013(_0x34aa96._0x4331fe,0x4e8,_0x34aa96._0xb511b9,_0x34aa96._0x18e945)+_0xa0c375(0x31b,_0x34aa96._0x2198e5,0x31d,0x2f9)+_0xa0c375(_0x34aa96._0x18923f,0x34f,_0x34aa96._0x3bc4d9,_0x34aa96._0x3b23af)+_0x300013(_0x34aa96._0x37631e,_0x34aa96._0x493c80,0x541,_0x34aa96._0x702c69)+_0x8a72a2[_0x300013(_0x34aa96._0x1ed365,_0x34aa96._0x38eb44,0x51b,_0x34aa96._0x55b0c2)]+')'),console['log']('\x20\x20URL:\x20\x20ht'+_0x300013(_0x34aa96._0x471f58,0x59e,_0x34aa96._0x33be22,0x556)+_0x300013(_0x34aa96._0x2d688f,0x4ef,0x49a,_0x34aa96._0x11033b)+_0x2a816c),console['log'](_0x300013(_0x34aa96._0x48c706,_0x34aa96._0x53f722,_0x34aa96._0x58e246,0x49b)+LOG_FILE),console[_0xa0c375(0x336,0x359,_0x34aa96._0x399030,0x30b)](''),console['log'](_0x2a8e8f[_0xa0c375(_0x34aa96._0x72567d,_0x34aa96._0xd99436,0x34c,_0x34aa96._0xe0e7e5)]),console[_0x300013(_0x34aa96._0x58e246,_0x34aa96._0xb56335,_0x34aa96._0xb26502,_0x34aa96._0x5e1174)](_0x2a8e8f[_0xa0c375(0x38c,0x404,0x3e9,0x3dc)]),console[_0xa0c375(_0x34aa96._0x4345c4,0x359,0x330,_0x34aa96._0x1d7718)](_0x2a8e8f[_0xa0c375(0x324,_0x34aa96._0x52f80d,0x384,0x3a7)]);}export async function stopServer(){const _0x5b9137={_0x2d1da2:0x4e2,_0x3873c4:0x58e,_0x4a267d:0x5e2,_0x2c2fb8:0x4e3,_0x3d4a03:0x581,_0x3d9a82:0x41d,_0x4dbaea:0x417,_0x3d739f:0x3d1,_0x324baa:0x42c,_0x423512:0x56d,_0x5bfea5:0x552,_0x2b2b35:0x50c,_0x2c73f0:0x522,_0x28753b:0x599,_0x5d7eee:0x4d9,_0x4c5859:0x54a,_0x3906b6:0x527,_0x28faaa:0x558,_0x4a8d1d:0x460,_0x3d5a5d:0x48e,_0x979632:0x51b,_0x52167d:0x48d,_0x1c8a2c:0x432,_0x1ff5a8:0x43d,_0xee0494:0x4ce,_0x2f9c6c:0x501,_0x339d5a:0x4aa,_0x3e61e6:0x475,_0x4e1efc:0x49e,_0x1fb560:0x482,_0x20c859:0x50d,_0x560e83:0x4f0,_0x3b4998:0x537,_0x97342b:0x4c7,_0x168128:0x499,_0x1efa7a:0x4bf,_0x4b2d85:0x5cf,_0x28eb20:0x44e,_0x5b16ac:0x40c,_0x5ce5fa:0x4af,_0x5a3099:0x494,_0x23201c:0x4ab,_0x49c6ca:0x48e,_0x369931:0x534,_0x5b20a1:0x4f1,_0x53b06d:0x3bd,_0x3ac50f:0x4ae,_0x241029:0x47d,_0x286632:0x48f,_0x3b1bb7:0x414,_0x3c854b:0x507,_0x51cc19:0x4d3,_0x152cb4:0x54b,_0x1a23af:0x435,_0x124d0a:0x3fd,_0xf1d673:0x4c2,_0x3c64d6:0x488,_0x258f77:0x49f,_0xd2ac0b:0x587,_0x3b6f74:0x517,_0x513da4:0x4ef,_0x328a47:0x514,_0x43987a:0x4fa,_0x321287:0x4f6,_0x2d19db:0x4a7,_0x15cd64:0x4db,_0x9e37e7:0x54f,_0x32b019:0x4b3,_0x2a2e72:0x422,_0x52f309:0x486,_0x2d3d71:0x4f2,_0x41568b:0x51d,_0x184c39:0x599,_0x4e30b0:0x56d,_0x206d63:0x55c,_0x3d068b:0x4cf,_0x317e84:0x48c,_0x2a4f7a:0x490,_0x4bdb33:0x46a,_0xcd3e24:0x440,_0x3e5a31:0x470,_0x9bebb0:0x3b4,_0x3c7804:0x418,_0x5f13b4:0x409,_0x5d08e1:0x425,_0x1fa554:0x48a,_0x2a39ab:0x4d7,_0x50b6f4:0x48f,_0x5146ac:0x4b3,_0x3dca17:0x3cd,_0x45cce0:0x46c},_0x394ac1={_0x622a0d:0x158,_0x391ef6:0x17e},_0x3c5015={_0x39212a:0x56,_0x26a715:0x68c},_0x15209e={};_0x15209e[_0x51ba7d(0x477,_0x5b9137._0x2d1da2,0x497,0x519)]=function(_0x26478c,_0x565390){return _0x26478c!==_0x565390;},_0x15209e[_0x1f961a(0x5d2,_0x5b9137._0x3873c4,0x565,_0x5b9137._0x4a267d)]=_0x51ba7d(0x4ce,0x514,_0x5b9137._0x2c2fb8,_0x5b9137._0x3d4a03);function _0x51ba7d(_0x531ed8,_0x9acb2a,_0x5997c4,_0x2463cc){return _0x4a23d9(_0x531ed8-_0x3c5015._0x39212a,_0x9acb2a-_0x3c5015._0x26a715,_0x531ed8,_0x2463cc-0xe);}_0x15209e['xndsW']=_0x51ba7d(_0x5b9137._0x3d9a82,_0x5b9137._0x4dbaea,0x475,_0x5b9137._0x3d739f);function _0x1f961a(_0x58795f,_0x2236d3,_0x167bff,_0x5ff0a9){return _0xcca3fb(_0x58795f-0xb7,_0x167bff-_0x394ac1._0x622a0d,_0x2236d3,_0x5ff0a9-_0x394ac1._0x391ef6);}_0x15209e[_0x1f961a(0x474,0x4c5,0x481,_0x5b9137._0x324baa)]=function(_0x4c16d6,_0x195748){return _0x4c16d6<_0x195748;},_0x15209e['IiypO']='Server\x20did'+_0x1f961a(0x5cb,_0x5b9137._0x423512,_0x5b9137._0x5bfea5,_0x5b9137._0x2b2b35)+_0x1f961a(0x4ee,0x5a6,_0x5b9137._0x2c73f0,_0x5b9137._0x28753b)+_0x1f961a(_0x5b9137._0x5d7eee,0x5bc,0x538,_0x5b9137._0x4c5859)+'..',_0x15209e[_0x1f961a(0x49d,_0x5b9137._0x3906b6,0x4fa,_0x5b9137._0x28faaa)]=_0x51ba7d(_0x5b9137._0x4a8d1d,_0x5b9137._0x3d5a5d,_0x5b9137._0x979632,0x50c),_0x15209e[_0x51ba7d(0x4b4,0x433,0x4bf,_0x5b9137._0x52167d)]='ogBbW',_0x15209e[_0x51ba7d(0x479,0x495,0x41c,0x408)]=_0x51ba7d(_0x5b9137._0x1c8a2c,_0x5b9137._0x1ff5a8,0x42b,0x48c);const _0x3ed159=_0x15209e,{running:_0x64ac69,pid:_0x1fa570}=await isServerRunning();if(!_0x64ac69){if(_0x3ed159[_0x51ba7d(_0x5b9137._0xee0494,0x4e2,_0x5b9137._0x2f9c6c,0x4ea)](_0x3ed159['oJraF'],_0x1f961a(0x503,0x5b5,0x567,0x55c)))_0x4f277b['log'](_0x51ba7d(_0x5b9137._0x339d5a,_0x5b9137._0x3e61e6,_0x5b9137._0x3d9a82,_0x5b9137._0x4e1efc)+_0x51ba7d(_0x5b9137._0x1fb560,_0x5b9137._0x20c859,0x538,_0x5b9137._0x560e83)+_0x1f961a(_0x5b9137._0x3b4998,0x53e,_0x5b9137._0x97342b,0x50d)+_0x1f961a(_0x5b9137._0x168128,_0x5b9137._0x1efa7a,0x4d5,0x536)+'not\x20respon'+_0x1f961a(_0x5b9137._0x4b2d85,0x58a,0x549,0x5d1)),_0x43be70[_0x1f961a(_0x5b9137._0x28eb20,_0x5b9137._0x5b16ac,0x48f,_0x5b9137._0x5ce5fa)](_0x1f961a(_0x5b9137._0x5a3099,_0x5b9137._0x23201c,_0x5b9137._0x49c6ca,0x401)+_0x1f961a(0x4f6,_0x5b9137._0x369931,0x4e2,_0x5b9137._0x5b20a1)+_0x24d7f1);else{console[_0x51ba7d(0x41f,0x43c,0x3fc,_0x5b9137._0x53b06d)]('Server\x20is\x20'+'not\x20runnin'+'g');return;}}console[_0x1f961a(_0x5b9137._0x3ac50f,_0x5b9137._0x241029,_0x5b9137._0x286632,_0x5b9137._0x3b1bb7)]('Stopping\x20s'+'erver\x20(PID'+':\x20'+_0x1fa570+')...');try{process['kill'](_0x1fa570,_0x3ed159[_0x51ba7d(_0x5b9137._0x3c854b,_0x5b9137._0x51cc19,0x4bb,_0x5b9137._0x152cb4)]);for(let _0x5d0cd2=-0x1745+0x23da+-0xc95;_0x3ed159['PZYOL'](_0x5d0cd2,0x1728+0x7*0x1b+-0x17b3*0x1);_0x5d0cd2++){try{process[_0x51ba7d(0x48c,_0x5b9137._0x1a23af,0x3e2,_0x5b9137._0x124d0a)](_0x1fa570,0x2*-0xf85+-0x43*0x37+0x2d6f),await new Promise(_0x1e552f=>setTimeout(_0x1e552f,0x257a+-0x805*-0x1+-0x3*0xf09));}catch{break;}}try{process[_0x1f961a(0x4bc,_0x5b9137._0xf1d673,_0x5b9137._0x3c64d6,_0x5b9137._0x258f77)](_0x1fa570,-0x646+0x1*-0xa49+-0x585*-0x3),console[_0x1f961a(0x4fa,0x516,_0x5b9137._0x286632,0x45c)](_0x3ed159[_0x51ba7d(_0x5b9137._0xd2ac0b,_0x5b9137._0x3b6f74,_0x5b9137._0x513da4,0x559)]),process['kill'](_0x1fa570,_0x3ed159[_0x1f961a(0x490,_0x5b9137._0x328a47,_0x5b9137._0x43987a,0x548)]);}catch{}await _0x2aa729['unlink'](PID_FILE)['catch'](()=>{}),console['log'](_0x1f961a(_0x5b9137._0x20c859,_0x5b9137._0x321287,0x4f7,_0x5b9137._0x2d19db)+_0x1f961a(0x515,0x546,_0x5b9137._0x15cd64,_0x5b9137._0x9e37e7));}catch(_0x139dc2){_0x3ed159[_0x1f961a(_0x5b9137._0x32b019,_0x5b9137._0x2a2e72,_0x5b9137._0x52f309,0x4f1)]===_0x3ed159[_0x51ba7d(0x41a,0x495,0x454,0x4ba)]?(_0x2d4bd1[_0x1f961a(0x4cd,0x474,0x46b,0x40e)](_0x1f961a(_0x5b9137._0x2d3d71,0x584,0x563,_0x5b9137._0x41568b)+_0x1f961a(_0x5b9137._0x328a47,_0x5b9137._0x184c39,_0x5b9137._0x4e30b0,0x518)+_0x51ba7d(_0x5b9137._0x206d63,0x51d,0x57f,_0x5b9137._0x3d068b)+_0x51ba7d(_0x5b9137._0x324baa,_0x5b9137._0x317e84,_0x5b9137._0x2a4f7a,_0x5b9137._0x4bdb33)+_0x1c7a83),_0x88dfb[_0x51ba7d(0x3bc,_0x5b9137._0xcd3e24,_0x5b9137._0x3e5a31,0x44b)](-0xb3*0x6+0x901+-0x4ce)):(console[_0x51ba7d(_0x5b9137._0x9bebb0,_0x5b9137._0x3c7804,_0x5b9137._0x5f13b4,_0x5b9137._0x5d08e1)]('Error\x20stop'+_0x51ba7d(0x4a8,_0x5b9137._0x1fa554,_0x5b9137._0x2a39ab,_0x5b9137._0x50b6f4)+'r:\x20'+_0x139dc2['message']),process[_0x51ba7d(_0x5b9137._0x5146ac,0x440,_0x5b9137._0x3dca17,_0x5b9137._0x45cce0)](0x3e*0x7c+-0x34b*-0xa+-0x3ef5));}}async function checkServerHealth(_0x583879){const _0x24fcd3={_0x2587d0:0x474,_0x176f8a:0x42d,_0x5b2ec7:0x461,_0x3524c0:0x4e7,_0x4675c3:0x46a,_0x5b94be:0x505,_0x10739a:0x561,_0x1fdf82:0x4d7,_0x2aa496:0x559,_0x17d74e:0x55b,_0x3dde55:0x500,_0x55fcdc:0x554,_0x127873:0x4e0,_0x1da9a8:0x523,_0x59b256:0x53a,_0x15b522:0x425,_0x30bb41:0x4e7,_0xc11d90:0x49f,_0x3a086d:0x4b7,_0x1ff328:0x4e2,_0x35a492:0x40a,_0x5d8b94:0x533,_0x47d9f9:0x497,_0x308f31:0x4a8},_0x34ca57={_0x343c03:0xd,_0x5632c4:0x3b,_0x1e77d5:0x59,_0x37db1c:0xa9,_0x4cf30f:0x1c,_0x39c2b9:0x11b,_0x38269a:0x169,_0x1f1bbc:0xb6,_0x480df6:0x64,_0x36b4c4:0x13},_0xa33777={_0x5966bd:0x2a2},_0x3079d5={_0x3097a0:0x5f,_0x1e130a:0x19e},_0xb6a2f9={_0x206e34:0x15e,_0x38150f:0x6e1};function _0x24b649(_0x48b26c,_0x45ab82,_0x21aa8d,_0x41f933){return _0x4a23d9(_0x48b26c-_0xb6a2f9._0x206e34,_0x41f933-_0xb6a2f9._0x38150f,_0x45ab82,_0x41f933-0xdd);}const _0x10f40f={'ceQEA':_0x5dc804(_0x24fcd3._0x2587d0,_0x24fcd3._0x176f8a,0x426,_0x24fcd3._0x5b2ec7),'YuqbN':function(_0x349cd9,_0x2ba209){return _0x349cd9(_0x2ba209);},'VUpQD':function(_0x3af84c,_0x19b393){return _0x3af84c(_0x19b393);},'fekDb':_0x5dc804(_0x24fcd3._0x3524c0,0x47f,0x46c,_0x24fcd3._0x4675c3),'LBJKh':function(_0x104fc2,_0x4e3080){return _0x104fc2!==_0x4e3080;},'tsDfq':_0x24b649(_0x24fcd3._0x5b94be,0x528,0x5b4,_0x24fcd3._0x10739a),'GMYJE':_0x24b649(_0x24fcd3._0x1fdf82,_0x24fcd3._0x2aa496,_0x24fcd3._0x17d74e,_0x24fcd3._0x3dde55)+_0x24b649(0x54d,0x55e,0x58f,_0x24fcd3._0x55fcdc)+_0x5dc804(0x522,0x567,0x516,_0x24fcd3._0x127873)+_0x24b649(_0x24fcd3._0x1da9a8,0x531,0x5a7,_0x24fcd3._0x59b256)+'..','Mbnvv':_0x5dc804(_0x24fcd3._0x15b522,_0x24fcd3._0x30bb41,0x47f,_0x24fcd3._0xc11d90),'IsCIE':_0x24b649(_0x24fcd3._0x3a086d,_0x24fcd3._0x1ff328,_0x24fcd3._0x35a492,0x46d),'YRYWP':_0x5dc804(_0x24fcd3._0x5d8b94,_0x24fcd3._0x47d9f9,_0x24fcd3._0x308f31,0x4c7)};function _0x5dc804(_0x4665f0,_0x14b36f,_0x132c25,_0x20b7e3){return _0xcca3fb(_0x4665f0-_0x3079d5._0x3097a0,_0x20b7e3-0x116,_0x14b36f,_0x20b7e3-_0x3079d5._0x1e130a);}return new Promise(_0x46515b=>{const _0x57eca0={_0x5f2d6f:0x4cd,_0x408eda:0x509,_0x16bd38:0x42b,_0x4797b7:0x4e8,_0x4a9101:0x4ab,_0xde8a5f:0x464,_0xa1b21b:0x3db,_0x160b8c:0x43b,_0x4e6b99:0x50c,_0x541560:0x588,_0x4b864d:0x13f,_0x51c2c1:0x14c,_0x488838:0x107,_0x543333:0x4f6,_0x5d46b6:0x578,_0x1c868f:0x4aa,_0x3620dc:0x472},_0x364383={_0xacf669:0xff},_0x2b315b={_0x274ce2:0x1ee,_0x45016a:0x4e4},_0x2e29d6={_0x3ed4a1:0x16c,_0x4aa843:0x198},_0xa9d10c={_0x24c12d:0x21a,_0x5f26d7:0x1a6},_0x4babe4={_0x567075:0x122,_0xe0583a:0x15c,_0x7f176c:0x39b},_0xeecdb2={_0x11c7ee:0x1f1},_0x48b165={'TvuDG':function(_0x488436,_0x4f168c){function _0x58e6c6(_0x23e148,_0x274841,_0x752375,_0x235b36){return _0x4832(_0x752375- -_0xeecdb2._0x11c7ee,_0x23e148);}return _0x10f40f[_0x58e6c6(0x9d,0xb5,0x39,-0x38)](_0x488436,_0x4f168c);},'vCZap':_0x10f40f[_0x209210(0x1e,-_0x34ca57._0x343c03,-0x92,0xe)],'QPOPx':function(_0xdc82d,_0x4a51be){const _0x2dabb3={_0x3857f0:0x48,_0x44cda9:0x199};function _0x420bbd(_0x3151a4,_0x3ba575,_0x21080b,_0x27cad9){return _0x209210(_0x3151a4-_0x2dabb3._0x3857f0,_0x21080b- -_0x2dabb3._0x44cda9,_0x21080b-0x1d0,_0x3151a4);}return _0x10f40f[_0x420bbd(-0x1de,-0x259,-0x225,-_0xa33777._0x5966bd)](_0xdc82d,_0x4a51be);},'RCvbJ':'BwrjX','TraKf':_0x10f40f['tsDfq'],'qVCVO':_0x10f40f[_0x209210(-_0x34ca57._0x5632c4,-0x3a,-_0x34ca57._0x1e77d5,-0x53)],'obNRH':_0x10f40f[_0x209210(0x73,0x42,_0x34ca57._0x37db1c,0x75)]},_0x4d9b7b={};_0x4d9b7b[_0x209210(0x60,-0x1d,_0x34ca57._0x4cf30f,0x54)]=0x7d0;const _0x346bd0=_0x109088[_0x209210(-0x134,-0xc0,-0x12a,-0x114)]('http://loc'+'alhost:'+_0x583879+_0x2b4284(0x13a,_0x34ca57._0x39c2b9,0x14d,_0x34ca57._0x38269a),_0x4d9b7b,_0xd38553=>{const _0x29decf={_0x517519:0x3c4,_0x281e0e:0x259,_0x49184d:0x2b6,_0x5d7908:0x30a,_0x33eca8:0x2ce,_0x70fb4c:0x0,_0x46c2c0:0x2f,_0x514792:0x27,_0x3bce90:0x5f,_0x32caf6:0x27d,_0x3ccf39:0x261,_0x49f8d4:0x44,_0x22bf36:0x47,_0x3a7352:0xd8,_0x581511:0x69},_0xd0edee={_0x56b7c5:0x1b,_0x3f17e4:0x486};function _0x4abb2a(_0x112f27,_0x36621c,_0x45022a,_0x4dbe6d){return _0x2b4284(_0x36621c,_0x36621c-_0x4babe4._0x567075,_0x45022a-_0x4babe4._0xe0583a,_0x4dbe6d- -_0x4babe4._0x7f176c);}let _0x101686='';_0xd38553['on'](_0x4abb2a(-0x1be,-_0xa9d10c._0x24c12d,-0x1c1,-_0xa9d10c._0x5f26d7),_0x9884ce=>_0x101686+=_0x9884ce),_0xd38553['on'](_0x48b165['TraKf'],()=>{const _0x3e82a6={_0x5a8bf2:0xa7,_0x3e1c34:0x138};function _0x537246(_0x22e530,_0x46bfe5,_0x3f2542,_0xd4aea){return _0x4abb2a(_0x22e530-0x102,_0x3f2542,_0x3f2542-_0xd0edee._0x56b7c5,_0x46bfe5-_0xd0edee._0x3f17e4);}function _0x1aaaf1(_0x35c2e1,_0x5f1391,_0x4d2097,_0x3c940d){return _0x4abb2a(_0x35c2e1-_0x3e82a6._0x5a8bf2,_0x4d2097,_0x4d2097-0x1f1,_0x5f1391-_0x3e82a6._0x3e1c34);}try{const _0x440f2e=JSON['parse'](_0x101686);_0x48b165[_0x537246(0x3b1,0x34f,0x2fe,_0x29decf._0x517519)](_0x46515b,{'responding':!![],'service':_0x440f2e[_0x537246(0x2bc,_0x29decf._0x281e0e,0x1e9,0x2a4)]||_0x48b165[_0x537246(0x268,0x2b4,_0x29decf._0x49184d,_0x29decf._0x5d7908)]});}catch{if(_0x48b165['QPOPx'](_0x537246(0x37c,0x34e,0x3da,_0x29decf._0x33eca8),_0x48b165[_0x1aaaf1(_0x29decf._0x70fb4c,-_0x29decf._0x46c2c0,0x35,-0x70)])){const _0x181159={};_0x181159[_0x1aaaf1(-_0x29decf._0x514792,-0x97,-_0x29decf._0x3bce90,-0x91)]=!![],_0x181159['service']=_0x48b165[_0x537246(0x29f,0x2b4,0x2af,0x327)],_0x46515b(_0x181159);}else{_0x1404e9[_0x537246(0x225,_0x29decf._0x32caf6,_0x29decf._0x3ccf39,0x20a)](_0x7e642,0x2*0x1063+0x233*-0xf+0x37);const _0x1ee35f={};return _0x1ee35f[_0x1aaaf1(0x47,-_0x29decf._0x49f8d4,-0xb5,-_0x29decf._0x22bf36)]=!![],_0x1ee35f[_0x1aaaf1(-_0x29decf._0x3a7352,-0x5c,-0xdd,-_0x29decf._0x581511)]=_0x4f5da4,_0x1ee35f;}}});});function _0x2b4284(_0x13b94d,_0x8e5f55,_0x5accd7,_0x17270a){return _0x5dc804(_0x13b94d-_0x2e29d6._0x3ed4a1,_0x13b94d,_0x5accd7-_0x2e29d6._0x4aa843,_0x17270a- -0x2b4);}const _0x246fc3={};function _0x209210(_0x5d950c,_0x99793c,_0x1ce6c7,_0x5ee7e4){return _0x5dc804(_0x5d950c-0xd4,_0x5ee7e4,_0x1ce6c7-_0x2b315b._0x274ce2,_0x99793c- -_0x2b315b._0x45016a);}_0x246fc3[_0x209210(-_0x34ca57._0x1f1bbc,-_0x34ca57._0x480df6,-0xbb,-_0x34ca57._0x36b4c4)]=![],_0x346bd0['on'](_0x10f40f[_0x209210(0x2f,0x24,0x7b,-0x12)],()=>_0x46515b(_0x246fc3)),_0x346bd0['on'](_0x10f40f['YRYWP'],()=>{const _0x58dfc6={_0x59ebfa:0x14c};function _0x3a6c27(_0x18c3c9,_0x530c13,_0x37c129,_0x47ad13){return _0x209210(_0x18c3c9-0x128,_0x18c3c9-0x502,_0x37c129-_0x364383._0xacf669,_0x47ad13);}function _0x43fb10(_0x1b415a,_0x256219,_0x459927,_0xbd5558){return _0x209210(_0x1b415a-0x10c,_0x1b415a- -0xdb,_0x459927-_0x58dfc6._0x59ebfa,_0x459927);}if(_0x10f40f[_0x3a6c27(_0x57eca0._0x5f2d6f,_0x57eca0._0x408eda,0x451,0x4da)]!==_0x10f40f['ceQEA'])_0x5b21f9['kill'](_0x58cfe6,-0x172f+0x2*-0xf03+-0x101*-0x35),_0x45bc68[_0x3a6c27(0x46b,_0x57eca0._0x16bd38,0x488,_0x57eca0._0x4797b7)](_0x48b165[_0x3a6c27(0x522,0x53b,_0x57eca0._0x4a9101,0x4eb)]),_0x290c02[_0x3a6c27(_0x57eca0._0xde8a5f,0x42a,_0x57eca0._0xa1b21b,_0x57eca0._0x160b8c)](_0x22b4d1,_0x48b165[_0x3a6c27(0x4b2,0x518,_0x57eca0._0x4e6b99,0x488)]);else{_0x346bd0[_0x3a6c27(0x51d,0x564,0x50c,_0x57eca0._0x541560)]();const _0x29fd7e={};_0x29fd7e[_0x43fb10(-_0x57eca0._0x4b864d,-_0x57eca0._0x51c2c1,-_0x57eca0._0x488838,-0x148)]=![],_0x10f40f[_0x3a6c27(_0x57eca0._0x543333,_0x57eca0._0x5d46b6,_0x57eca0._0x1c868f,_0x57eca0._0x3620dc)](_0x46515b,_0x29fd7e);}});});}export async function showStatus(){const _0x110668={_0x50888f:0x40b,_0x2c1157:0x487,_0x23a1d0:0x482,_0x471083:0x3cc,_0x4b2d4e:0x309,_0xf47109:0x2cf,_0x16c4cf:0x4ad,_0x14d8a6:0x4c3,_0x5cb8a6:0x4e5,_0x26c14c:0x470,_0x2b838d:0x4bb,_0x1c18f9:0x494,_0x25bcc5:0x36b,_0x14eaa5:0x3c1,_0x356a8a:0x306,_0x4a9af8:0x4ff,_0xd9611e:0x4e2,_0x10c9fc:0x569,_0x4e8a8c:0x504,_0x36798a:0x4e8,_0x1566df:0x4b0,_0x1a6a9d:0x2fe,_0x3372db:0x591,_0x51de2a:0x4f7,_0x1f079e:0x563,_0x7e4b9:0x57e,_0x43d1c3:0x353,_0x32d578:0x2ed,_0x5273e7:0x434,_0x202ede:0x2c1,_0x50015a:0x2e3,_0x2293f0:0x2a9,_0x4af3d2:0x26c,_0x3b2c2f:0x42d,_0x5942e7:0x4b7,_0x2ae8bf:0x3d8,_0x29cf49:0x3ff,_0x4ae125:0x389,_0x74e978:0x31f,_0x59b58d:0x345,_0x19ee38:0x386,_0x132d06:0x308,_0x29c7f3:0x2ca,_0x3b48be:0x48f,_0x2f7cbd:0x551,_0x532ad4:0x4e4,_0x6eaef:0x526,_0x245b76:0x423,_0x2e325d:0x2e4,_0x26b325:0x302,_0x56ee6b:0x26f,_0x3b958f:0x35e,_0x3456a0:0x2a6,_0x3e3737:0x2f9,_0x596e1c:0x3bb,_0x5c49f7:0x3d0,_0x33ac73:0x347,_0x2da38a:0x549,_0x146f2e:0x4b5,_0x1f3c44:0x2c0,_0x2ec9ce:0x4fa,_0x351f13:0x48a,_0x668121:0x4b8,_0x58532f:0x538,_0x3794b4:0x50e,_0x1f68dd:0x514,_0x252141:0x529,_0x2c3473:0x46a,_0x484abb:0x46d,_0x331353:0x447,_0x447d90:0x4b4,_0x2a236b:0x34d,_0x4f5aac:0x4c7,_0x523585:0x511,_0x49cd97:0x581,_0x4d2203:0x558,_0x5df524:0x348,_0x2e8f46:0x527,_0x12b48b:0x48f,_0x2ad397:0x56a,_0x22aeeb:0x56b,_0x21fac4:0x3b8,_0x303b39:0x2c9,_0x578d30:0x33d,_0x34c7c6:0x48a,_0x57229b:0x31c,_0x5250e7:0x2f8,_0x41d4ae:0x319,_0x40d65b:0x2bf,_0x4064c5:0x45b,_0x36406a:0x4dd,_0x399a3b:0x4d0,_0x261b8a:0x2b3,_0x31cb94:0x306,_0x4274a1:0x314,_0x4af814:0x39a,_0x1781b8:0x426,_0x450b26:0x2fd,_0x41fbd5:0x2f0,_0x11a707:0x2ef,_0x529ae6:0x30b,_0x425b43:0x2a5,_0x22d6a7:0x2f7,_0x1f5b4f:0x265,_0x4b4f0e:0x32d,_0x625698:0x2d5,_0xa89885:0x2bc,_0x523a9d:0x4ba,_0x329de1:0x477,_0xabd485:0x453,_0x44ce8d:0x4f0,_0x11bc36:0x2ac,_0x582328:0x2ff,_0x5e90a2:0x326,_0x16ecc8:0x323,_0x2a1cc0:0x305,_0x3e134a:0x371,_0x3fc5aa:0x34c,_0x3196a5:0x38e,_0x4bf95d:0x2b6,_0x475177:0x317,_0x2aa048:0x2e4,_0x3268ca:0x2f3,_0x156770:0x2d1,_0x4d7a6e:0x267,_0x348a3e:0x281,_0x3b7667:0x28d,_0x12e630:0x54f,_0x5cecf1:0x529,_0x2d2825:0x289,_0x30ec5e:0x32c,_0x39b373:0x2f3,_0x2379c8:0x31e,_0x6d7252:0x26e,_0x376a7c:0x257,_0x57c881:0x42f,_0x18a28e:0x468,_0xd81991:0x48b,_0xcd703a:0x304,_0x11b4c2:0x28c,_0x1ff50f:0x2c6,_0x367395:0x26d,_0x21f46b:0x2c2,_0x44d497:0x3d3,_0x4f63da:0x357,_0xd6aaec:0x363,_0x405ab4:0x520,_0x2cf60c:0x496,_0x23ae9f:0x234,_0x1a8782:0x329,_0x101228:0x2c0,_0x73a150:0x586,_0x40f576:0x4a2,_0x14f864:0x48b,_0x22a473:0x438,_0x2752f6:0x4b1,_0x393532:0x48a,_0x2e73e2:0x33e,_0x2a483f:0x4a9,_0x21f916:0x4c4,_0x334a9a:0x3f6,_0x191806:0x4f8,_0x175d42:0x557,_0xab7c11:0x5cc,_0x13dd9b:0x364,_0x316607:0x28e,_0x178ade:0x299,_0xcee101:0x4fd,_0x1a4f4c:0x48a,_0x3ffacf:0x3b4,_0x54ccbb:0x35c,_0x1f8494:0x260,_0x3a385b:0x2f4,_0x1a899b:0x3bf,_0x131001:0x4f1,_0xb8da41:0x577,_0x28f676:0x382,_0x3b172f:0x403,_0x155323:0x45e,_0xe0869c:0x42a,_0x54d6da:0x303,_0xb734e4:0x28f,_0x433a91:0x440,_0x1bf77a:0x4bd,_0x419fa2:0x4d3,_0x97f4ab:0x486},_0x491e7c={_0x42d699:0x70,_0x4ca53c:0x77,_0x2dcead:0x1af},_0x17666f={'SpNmd':function(_0x815df1,_0x31d7d3){return _0x815df1(_0x31d7d3);},'sDKKA':'unknown','OSmQC':function(_0x2828a9,_0x36f3aa){return _0x2828a9(_0x36f3aa);},'MlyVu':_0x303916(_0x110668._0x50888f,_0x110668._0x2c1157,_0x110668._0x23a1d0,0x48d)+_0x48f244(_0x110668._0x471083,_0x110668._0x4b2d4e,0x3a4,0x34c)+_0x48f244(0x341,0x34c,0x340,_0x110668._0xf47109),'pDaxW':_0x303916(_0x110668._0x16c4cf,_0x110668._0x14d8a6,0x4af,_0x110668._0x5cb8a6),'hHlbg':_0x303916(_0x110668._0x26c14c,0x442,_0x110668._0x2b838d,_0x110668._0x1c18f9),'wITvB':function(_0x21ee75,_0x386678){return _0x21ee75===_0x386678;},'HmFHM':'mODxS','RDQvR':_0x48f244(_0x110668._0x25bcc5,_0x110668._0x14eaa5,_0x110668._0x356a8a,0x358),'DwVNn':'Start\x20the\x20'+_0x48f244(0x27d,0x2de,0x239,0x2af)+'h:','qHlJv':_0x303916(0x471,_0x110668._0x4a9af8,0x4b0,_0x110668._0xd9611e)+_0x303916(_0x110668._0x10c9fc,_0x110668._0x4e8a8c,_0x110668._0x36798a,0x461),'eEioB':_0x303916(0x517,0x4cb,_0x110668._0x1566df,0x4a8)+_0x48f244(_0x110668._0x1a6a9d,0x2fa,0x385,0x31e)+_0x303916(0x511,_0x110668._0x3372db,0x566,0x4fa)+'ath=/path/'+_0x303916(0x51b,0x4dd,_0x110668._0x51de2a,_0x110668._0x1f079e)+_0x303916(_0x110668._0x7e4b9,0x5d2,0x54b,0x5bd),'dOgEH':_0x48f244(_0x110668._0x43d1c3,0x2be,_0x110668._0x32d578,0x2c7),'rZXtt':_0x303916(_0x110668._0x5273e7,0x474,0x4ab,0x4e8)+_0x48f244(0x2a8,_0x110668._0x202ede,0x259,_0x110668._0x50015a)+':','GxUoH':_0x48f244(_0x110668._0x2293f0,0x265,_0x110668._0x4af3d2,0x2e6)+_0x303916(0x4be,_0x110668._0x3b2c2f,0x4b8,_0x110668._0x5942e7),'kbUVM':function(_0x43cfde,_0x3ee9fc){return _0x43cfde!==_0x3ee9fc;},'JwuLh':_0x48f244(0x36f,_0x110668._0x2ae8bf,_0x110668._0x29cf49,_0x110668._0x4ae125),'gLxTt':_0x48f244(_0x110668._0x74e978,0x343,0x37c,_0x110668._0x59b58d),'rQLiM':_0x48f244(0x307,_0x110668._0x19ee38,0x395,0x33c)+'running\x20in'+_0x48f244(_0x110668._0x132d06,0x26f,0x2b5,_0x110668._0x29c7f3)+_0x303916(0x4da,_0x110668._0x3b48be,0x51c,0x4f3)},{running:_0x956089,pid:_0x353d09}=await isServerRunning(),_0x2f5c75=await getServerConfig();function _0x48f244(_0x40f30b,_0x32cae8,_0x50cac5,_0xb58edd){return _0xcca3fb(_0x40f30b-_0x491e7c._0x42d699,_0xb58edd- -_0x491e7c._0x4ca53c,_0x50cac5,_0xb58edd-_0x491e7c._0x2dcead);}const _0x1ba7ab=await _0x17666f[_0x303916(_0x110668._0x2f7cbd,0x4c5,_0x110668._0x532ad4,_0x110668._0x6eaef)](checkServerHealth,_0x2f5c75['port']);function _0x303916(_0xfbaa6,_0x375909,_0x1e24ac,_0x43a081){return _0xcca3fb(_0xfbaa6-0x158,_0x1e24ac-0x153,_0x43a081,_0x43a081-0xaf);}console['log'](_0x17666f[_0x303916(0x412,_0x110668._0x245b76,0x478,0x48f)]),console[_0x48f244(0x284,0x27c,_0x110668._0x2e325d,0x2c0)]('');if(_0x956089&&_0x1ba7ab['responding'])console[_0x48f244(0x2e9,0x247,_0x110668._0x26b325,0x2c0)](_0x48f244(_0x110668._0x56ee6b,_0x110668._0x3b958f,_0x110668._0x3456a0,_0x110668._0x3e3737)+_0x48f244(0x3ab,_0x110668._0x596e1c,_0x110668._0x5c49f7,_0x110668._0x33ac73)+'ning\x20(daem'+_0x303916(_0x110668._0x2da38a,_0x110668._0x146f2e,0x52a,0x510)),console[_0x48f244(0x296,0x253,0x302,_0x110668._0x1f3c44)]('\x20\x20PID:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x353d09),console[_0x303916(0x402,_0x110668._0x2ec9ce,_0x110668._0x351f13,_0x110668._0x668121)](_0x303916(_0x110668._0x58532f,0x55a,_0x110668._0x3794b4,0x4cd)+_0x303916(0x5d8,0x595,0x558,_0x110668._0x1f68dd)+_0x2f5c75['serverUrl']);else{if(_0x1ba7ab[_0x303916(_0x110668._0x252141,0x4a3,0x4bd,_0x110668._0x2c3473)])_0x17666f[_0x303916(_0x110668._0x484abb,_0x110668._0x331353,0x473,_0x110668._0x447d90)]===_0x17666f['hHlbg']?_0x568cde['log'](_0x3e05ad):(console[_0x48f244(_0x110668._0x2a236b,0x2ee,0x324,0x2c0)](_0x303916(_0x110668._0x4f5aac,0x4dd,0x4c3,0x4ef)+_0x303916(0x4c9,0x4cd,_0x110668._0x523585,0x545)+'ning\x20(fore'+'ground)'),console['log']('\x20\x20URL:\x20\x20\x20\x20'+_0x303916(0x4ce,_0x110668._0x49cd97,_0x110668._0x4d2203,0x517)+_0x2f5c75[_0x48f244(0x32b,0x306,0x33a,_0x110668._0x5df524)]));else _0x956089?_0x17666f[_0x303916(0x548,0x58b,0x518,_0x110668._0x2e8f46)](_0x17666f[_0x303916(_0x110668._0x12b48b,_0x110668._0x2ad397,0x507,_0x110668._0x22aeeb)],_0x17666f[_0x48f244(0x3b1,_0x110668._0x21fac4,_0x110668._0x303b39,_0x110668._0x578d30)])?(console[_0x303916(0x4ce,0x4e7,_0x110668._0x34c7c6,_0x110668._0x5942e7)]('\x20\x20Status:\x20'+'\x20\x20\x20\x20\x20⚠\x20Sta'+_0x48f244(0x2c9,0x2dd,_0x110668._0x57229b,_0x110668._0x5250e7)+'e\x20(server\x20'+_0x48f244(_0x110668._0x41d4ae,0x388,0x3a0,0x315)+'ding)'),console['log'](_0x48f244(0x2ab,0x31c,0x333,_0x110668._0x40d65b)+_0x303916(0x4b0,_0x110668._0x4064c5,_0x110668._0x36406a,_0x110668._0x399a3b)+_0x353d09)):_0x1c4b9c=!![]:console['log'](_0x48f244(_0x110668._0x261b8a,_0x110668._0x31cb94,_0x110668._0x4274a1,0x2f9)+_0x48f244(_0x110668._0x4af814,0x366,_0x110668._0x1781b8,0x39f)+'\x20running');}_0x2f5c75['setupPath']?console[_0x48f244(_0x110668._0x450b26,_0x110668._0x41fbd5,_0x110668._0x11a707,0x2c0)]('\x20\x20Setup\x20Pa'+_0x48f244(0x295,_0x110668._0x529ae6,_0x110668._0x425b43,_0x110668._0x22d6a7)+_0x2f5c75[_0x48f244(_0x110668._0x1f5b4f,_0x110668._0x4b4f0e,_0x110668._0x625698,_0x110668._0xa89885)]):console['log'](_0x303916(0x5ba,_0x110668._0x523a9d,0x53d,0x585)+_0x303916(_0x110668._0x329de1,0x3ed,_0x110668._0xabd485,0x462)+_0x303916(0x44c,_0x110668._0x44ce8d,0x4c4,0x480)+')');console[_0x48f244(_0x110668._0x11bc36,_0x110668._0x582328,0x2be,0x2c0)](_0x48f244(_0x110668._0x5e90a2,_0x110668._0x16ecc8,0x2b1,_0x110668._0x2a1cc0)+_0x48f244(_0x110668._0x3e134a,0x3b0,_0x110668._0x3fc5aa,_0x110668._0x3196a5)+_0x2f5c75[_0x48f244(0x302,_0x110668._0x4bf95d,0x2d3,_0x110668._0x475177)]),console[_0x48f244(_0x110668._0x2aa048,0x29d,0x304,0x2c0)]('');const _0x4629a8=_0x956089||_0x1ba7ab[_0x48f244(0x2f0,0x280,_0x110668._0x625698,_0x110668._0x3268ca)];if(!_0x4629a8&&_0x2f5c75[_0x48f244(0x2b6,_0x110668._0x156770,_0x110668._0x4d7a6e,_0x110668._0xa89885)]){if(_0x17666f[_0x48f244(0x298,0x20b,_0x110668._0x348a3e,_0x110668._0x3b7667)]!==_0x17666f['RDQvR']){_0x3fc638[_0x303916(_0x110668._0x12e630,_0x110668._0x5cecf1,0x53c,0x4bc)]();const _0x34367c={};_0x34367c[_0x48f244(_0x110668._0x2d2825,0x26a,_0x110668._0x30ec5e,_0x110668._0x39b373)]=![],_0x17666f[_0x48f244(0x30b,_0x110668._0x2379c8,0x339,0x2d7)](_0x1e96e8,_0x34367c);}else console[_0x48f244(_0x110668._0x6d7252,0x2e3,_0x110668._0x376a7c,_0x110668._0x1f3c44)](_0x17666f['DwVNn']),console[_0x303916(_0x110668._0x57c881,_0x110668._0x18a28e,0x48a,_0x110668._0xd81991)](_0x17666f[_0x48f244(_0x110668._0xcd703a,_0x110668._0x11b4c2,0x25c,_0x110668._0x1ff50f)]);}else{if(!_0x4629a8)console[_0x48f244(_0x110668._0x367395,_0x110668._0x21f46b,0x2c8,0x2c0)](_0x48f244(_0x110668._0x44d497,_0x110668._0x4f63da,_0x110668._0x450b26,_0x110668._0xd6aaec)+'and\x20start\x20'+_0x303916(0x56c,_0x110668._0x405ab4,0x4ea,_0x110668._0x2cf60c)+'\x20with:'),console[_0x48f244(_0x110668._0x23ae9f,0x2e7,_0x110668._0x1a8782,_0x110668._0x101228)](_0x17666f['eEioB']);else{if(_0x956089){if(_0x303916(_0x110668._0x73a150,0x56f,0x531,0x59a)!==_0x17666f[_0x303916(_0x110668._0x40f576,_0x110668._0x14f864,0x49b,_0x110668._0x22a473)])console[_0x303916(0x456,_0x110668._0x2752f6,_0x110668._0x393532,0x475)](_0x17666f[_0x48f244(0x3aa,0x369,0x332,_0x110668._0x2e73e2)]),console[_0x303916(0x442,_0x110668._0x2a483f,0x48a,_0x110668._0x21f916)](_0x17666f[_0x48f244(_0x110668._0x334a9a,0x3a0,0x394,0x370)]);else{const _0x58885b={};return _0x58885b[_0x303916(0x57f,0x585,0x510,0x493)]=![],_0x58885b[_0x303916(0x503,0x50d,_0x110668._0x191806,0x534)]=null,_0x58885b;}}else{if(_0x17666f[_0x303916(0x4cb,_0x110668._0x175d42,0x551,_0x110668._0xab7c11)](_0x17666f[_0x48f244(_0x110668._0x13dd9b,0x358,_0x110668._0x316607,0x2f4)],_0x17666f[_0x48f244(0x2c3,0x224,0x316,_0x110668._0x178ade)]))console[_0x303916(0x480,_0x110668._0xcee101,_0x110668._0x1a4f4c,0x486)](_0x17666f[_0x48f244(_0x110668._0x44d497,0x3cd,_0x110668._0x3ffacf,_0x110668._0x54ccbb)]),console[_0x48f244(_0x110668._0x178ade,_0x110668._0x1f8494,0x316,_0x110668._0x1f3c44)](_0x48f244(0x3a5,_0x110668._0x3a385b,_0x110668._0x1a899b,0x340)+'th\x20Ctrl+C\x20'+_0x303916(0x460,0x43a,0x49f,_0x110668._0x131001)+_0x303916(0x510,0x5a6,_0x110668._0x2da38a,_0x110668._0xb8da41)+_0x48f244(0x3e6,0x300,_0x110668._0x4b2d4e,_0x110668._0x28f676)+_0x303916(_0x110668._0x3b172f,0x4da,_0x110668._0x155323,_0x110668._0xe0869c));else try{const _0x23412b=_0x3b5792['parse'](_0x37a088);_0x17666f['SpNmd'](_0x3d0cef,{'responding':!![],'service':_0x23412b[_0x48f244(0x27d,_0x110668._0x54d6da,_0x110668._0xb734e4,0x295)]||_0x17666f[_0x303916(_0x110668._0x433a91,_0x110668._0x5273e7,0x471,0x3f9)]});}catch{const _0x3cf35f={};_0x3cf35f[_0x303916(0x478,_0x110668._0xabd485,_0x110668._0x1bf77a,_0x110668._0x419fa2)]=!![],_0x3cf35f[_0x48f244(0x323,0x293,0x2b1,0x295)]=_0x17666f[_0x303916(_0x110668._0x97f4ab,0x416,0x471,0x45f)],_0x15e98d(_0x3cf35f);}}}}}export async function showLogs(_0x4864f9){const _0x3a28f7={_0x20f6c2:0x5b,_0x360e7d:0xab,_0x16f073:0x61,_0x164b7c:0xaf,_0x5b8bb0:0x95,_0x2319f1:0xb8,_0x54ecec:0x34,_0x32a15a:0x43,_0xe77688:0x74,_0x14dd71:0x117,_0x3bda1b:0x174,_0x233ba1:0x73,_0x35ba5b:0x64,_0x2ed090:0x63,_0x4cca56:0x5e,_0x1d105f:0x22,_0x5e168a:0x1d,_0x1e17f9:0x8,_0x499e16:0x8f,_0x229d8b:0x5b,_0x2d0bc7:0x202,_0x2b0b63:0x1f6,_0x3440e1:0x19b,_0x1c51ef:0x112,_0x3feb8c:0xe3,_0x3e9024:0x1a7,_0x4ff55b:0xd7,_0x3b1f47:0xbc,_0x27f25e:0xb1,_0xd7664:0x35,_0x4994c7:0x38,_0x5e36bf:0x53,_0x33bd97:0x3a,_0xca06b2:0xb7,_0x5551b5:0x154,_0x2e9ae3:0x19d,_0x561458:0x205,_0xa2d0ab:0x105,_0x2c213b:0x1ba,_0x16f364:0x166,_0x3e7512:0x1e4,_0x4b253f:0x1b,_0x4e9df7:0x49,_0x10992f:0x24,_0x3fc5ef:0x157,_0x15af5e:0x99,_0xe14e60:0x5,_0x532628:0x12,_0x145d52:0x13,_0x3a3854:0x2b,_0x436738:0x4b,_0x178089:0x8e,_0x4374de:0xcd,_0x9ee0d9:0x142,_0x5502d9:0x16b,_0x33bedd:0x74,_0x1ceccc:0x180,_0x26dbdb:0x7b,_0x252641:0x6,_0x23bcd5:0xb3,_0x2a7e99:0x17a,_0x18ffb3:0xed,_0x23ee89:0x111,_0x112aba:0x17d,_0x5a577e:0x13e,_0x1d1a5c:0x1af,_0x4e2ed7:0x11c,_0x301828:0x143,_0xb25f52:0xbd,_0x1d5383:0xa8,_0x4532d4:0x130,_0x1dc996:0x20,_0xdcccef:0x46,_0xecf4a6:0x2a,_0x27259e:0x38,_0x51219f:0x33,_0x55b63f:0xda,_0x30853d:0x1a1,_0x1d7c26:0x12d,_0x23075c:0x7b,_0x3c7a6d:0x8a,_0xc0f48b:0x4a,_0xacd25b:0x16,_0x20edfa:0xf3,_0x17392d:0x196,_0x2147cf:0x51,_0x111bd5:0x6d,_0x53fc05:0x10c,_0x445127:0x180,_0x907f:0x170,_0x32a96e:0x177,_0x397569:0x117,_0x2f62c0:0xca,_0x48792d:0x109,_0x200887:0xbf,_0x549da5:0x187,_0x1a5ae3:0x114,_0x25856f:0x1e1,_0x3d374f:0x19c,_0x3e1ba7:0x1a9,_0x324ea4:0x183,_0x57bd7f:0x6,_0x579741:0x4,_0x510e98:0x50,_0x2650ab:0x32,_0x4e5c26:0x96,_0x5d53c2:0x1b7,_0xdfe3d2:0x160,_0x2e7ee2:0x1ad,_0x3c11da:0xa6,_0x37213a:0x4c,_0x424566:0xbb,_0x2c2506:0x18,_0x3abd7f:0x34,_0x2c3d36:0x5,_0x136f40:0x1b,_0x203f3f:0x36,_0x26a4a7:0xbf,_0x5b6e56:0xe0,_0x462fb8:0x17c,_0x3fe74a:0x17e},_0x26c34b={_0x16ac1d:0x44d,_0x52bb32:0x410},_0x3413e5={_0x2ffc49:0x58c},_0x3a3aa6={_0x2350f9:0x3c,_0x15a66a:0xa,_0x3d7f7c:0x61,_0x4a4fe2:0x1bc,_0x422287:0x9f,_0x4e1010:0x33,_0x580c25:0x4c,_0x264bce:0x18f,_0x13242a:0xc4,_0x2cfbaf:0x18b,_0x34f634:0x91,_0x4aebcc:0x107,_0x2b08ea:0xb3,_0x184eb9:0x41,_0x230c8d:0x26,_0x11d099:0xb,_0x46eb40:0x146,_0x240156:0x1b2,_0x446e6b:0x17b,_0xb1d912:0x18a,_0x40350e:0x1a5,_0x4718ad:0x19f,_0x4577a6:0x115,_0x569f51:0x161,_0x44cebb:0x17e,_0x3b9d21:0x13c,_0x4deb5c:0xf5,_0x151277:0xf2,_0x29d99b:0x134,_0x5e0d25:0x35,_0x25bb52:0x59,_0x1152ea:0xc0,_0x3d073c:0x12d,_0x2fff7f:0xb7,_0x5349ef:0xf3,_0x2ce0ba:0x83,_0x1ceadc:0x1f,_0x2f5536:0x1cd,_0x28f48e:0x170},_0x2cd2df={_0x449a3b:0xf,_0x36c85c:0x1b0},_0x58bdbb={_0x356f86:0x25,_0x283938:0xec},_0x2c6410={_0x5915ea:0x1c2},_0x45d248={'cTfrz':function(_0x1706dd,_0x40f342){return _0x1706dd===_0x40f342;},'qMIVs':'--follow','QLjLP':function(_0x4bc1df,_0x9300b1){return _0x4bc1df===_0x9300b1;},'MYnwd':_0x551d63(-0x115,-_0x3a28f7._0x20f6c2,-0xa0,-0x119),'KhYzl':'Server\x20is\x20'+_0x26c506(-_0x3a28f7._0x360e7d,-_0x3a28f7._0x16f073,-_0x3a28f7._0x164b7c,-_0x3a28f7._0x5b8bb0)+'g','mbzaC':function(_0xb6c77,_0x4a2b79){return _0xb6c77(_0x4a2b79);},'pgcop':function(_0x22f212,_0x4e1166){return _0x22f212>_0x4e1166;},'mjBFw':'WuQyd','ioVbW':function(_0x234df2,_0x534b07){return _0x234df2-_0x534b07;},'isOoq':_0x26c506(-0x50,-_0x3a28f7._0x2319f1,-0x7f,-_0x3a28f7._0x54ecec),'dqbay':_0x26c506(-_0x3a28f7._0x164b7c,-_0x3a28f7._0x32a15a,-_0x3a28f7._0xe77688,0x43),'ylTcH':function(_0x38f95f,_0x339f39){return _0x38f95f===_0x339f39;},'NqJUY':_0x551d63(-_0x3a28f7._0x14dd71,-0x54,-0xc7,-0x152),'fFMLb':function(_0x9d1b5b,_0x487d0c,_0x5446a0){return _0x9d1b5b(_0x487d0c,_0x5446a0);},'EWiIE':_0x551d63(-0x190,-0x1e5,-_0x3a28f7._0x3bda1b,-0x1a8),'OgnCz':function(_0x3c2745,_0x2314d5){return _0x3c2745===_0x2314d5;},'xXXYo':_0x26c506(0x22,0x11,0x55,-_0x3a28f7._0x233ba1)+_0x26c506(_0x3a28f7._0x35ba5b,0x1,-_0x3a28f7._0x2ed090,-_0x3a28f7._0x4cca56)+_0x26c506(_0x3a28f7._0x1d105f,-0x1c,-0x1e,_0x3a28f7._0x5e168a)+_0x26c506(-_0x3a28f7._0x1e17f9,-0x4e,-_0x3a28f7._0x499e16,-_0x3a28f7._0x229d8b)+'\x0a','LItdR':function(_0x286b3b,_0x3d39bd){return _0x286b3b===_0x3d39bd;},'pAmHm':_0x551d63(-0xbe,-0x70,-0xd4,-0x12f),'KHOpn':_0x551d63(-_0x3a28f7._0x2d0bc7,-_0x3a28f7._0x2b0b63,-_0x3a28f7._0x3440e1,-0x228)+'e\x20found'};function _0x26c506(_0x597664,_0x47d210,_0x39d328,_0x4cfb6c){return _0x4a23d9(_0x597664-0x8b,_0x47d210-_0x2c6410._0x5915ea,_0x39d328,_0x4cfb6c-0x117);}function _0x551d63(_0x186ee1,_0x5b1cbe,_0x2264e6,_0x1281cf){return _0x4a23d9(_0x186ee1-_0x58bdbb._0x356f86,_0x2264e6-0xd0,_0x186ee1,_0x1281cf-_0x58bdbb._0x283938);}let _0x14ba30=![],_0x44bf9f=null;for(const _0xe35119 of _0x4864f9){if(_0x45d248[_0x26c506(-_0x3a28f7._0x1c51ef,-0x9e,-_0x3a28f7._0x3feb8c,-0x2d)](_0xe35119,_0x45d248[_0x551d63(-0x137,-_0x3a28f7._0x3e9024,-0x1a6,-0x1b6)])||_0x45d248['QLjLP'](_0xe35119,'-f'))_0x14ba30=!![];else{if(_0xe35119[_0x26c506(0x20,-0x5f,-_0x3a28f7._0x4ff55b,-0x4)](_0x45d248[_0x26c506(-_0x3a28f7._0x3b1f47,-0x74,-_0x3a28f7._0x27f25e,-0x55)])){if(_0x26c506(-_0x3a28f7._0xd7664,_0x3a28f7._0x4994c7,-_0x3a28f7._0x5e36bf,_0x3a28f7._0x33bd97)!==_0x45d248[_0x26c506(_0x3a28f7._0xca06b2,0x41,0x48,0x92)])_0x44bf9f=_0x45d248[_0x551d63(-_0x3a28f7._0x5551b5,-0x20b,-_0x3a28f7._0x2e9ae3,-_0x3a28f7._0x561458)](parseInt,_0xe35119[_0x551d63(-0xdb,-_0x3a28f7._0xa2d0ab,-0xcb,-0x58)](_0x45d248[_0x551d63(-0x12c,-_0x3a28f7._0x2c213b,-_0x3a28f7._0x16f364,-_0x3a28f7._0x3e7512)][_0x26c506(-_0x3a28f7._0x4b253f,0x13,_0x3a28f7._0x4e9df7,-_0x3a28f7._0x10992f)]),-0x86*0x21+-0xd28+0x96*0x34);else{if(_0x45d248[_0x551d63(-0x207,-_0x3a28f7._0x3fc5ef,-0x17d,-0x12f)](_0x1e51e6,_0x45d248['qMIVs'])||_0x45d248['QLjLP'](_0x26a2c9,'-f'))_0x504c72=!![];else _0x123ea5['startsWith'](_0x26c506(_0x3a28f7._0x15af5e,0x52,-_0x3a28f7._0xe14e60,0x2d))&&(_0x560f76=_0x4c55b2(_0x3a3c5f['substring'](_0x45d248['MYnwd'][_0x26c506(_0x3a28f7._0x532628,_0x3a28f7._0x145d52,_0x3a28f7._0x3a3854,_0x3a28f7._0x436738)]),-0x1740+0x1*0x2479+-0xd2f));}}}}try{const _0x30569b=await _0x2aa729[_0x551d63(-_0x3a28f7._0x178089,-_0x3a28f7._0x4374de,-0xc3,-_0x3a28f7._0x9ee0d9)](LOG_FILE,_0x45d248[_0x551d63(-_0x3a28f7._0x5502d9,-0x1dd,-0x158,-0x12e)]),_0x3a208a=_0x30569b[_0x26c506(-0xa6,-0x76,-0xc,-_0x3a28f7._0x33bedd)]('\x0a');_0x44bf9f?console[_0x551d63(-0x147,-0x131,-_0x3a28f7._0x1ceccc,-0x1c7)](_0x3a208a[_0x26c506(-_0x3a28f7._0x26dbdb,-0x52,_0x3a28f7._0x252641,-_0x3a28f7._0x23bcd5)](-_0x44bf9f)[_0x551d63(-_0x3a28f7._0x2a7e99,-0xe6,-0x12f,-_0x3a28f7._0x18ffb3)]('\x0a')):_0x45d248[_0x551d63(-0x184,-_0x3a28f7._0x23ee89,-_0x3a28f7._0x112aba,-0x16c)](_0x45d248[_0x551d63(-0x188,-0x1ad,-_0x3a28f7._0x5a577e,-_0x3a28f7._0x1d1a5c)],_0x551d63(-0x140,-_0x3a28f7._0x4e2ed7,-_0x3a28f7._0x301828,-0xec))?(_0x3309cd[_0x26c506(-_0x3a28f7._0xb25f52,-0xb2,-_0x3a28f7._0x1d5383,-_0x3a28f7._0x4532d4)](_0x26c506(-_0x3a28f7._0x1dc996,_0x3a28f7._0xdcccef,-_0x3a28f7._0xecf4a6,0x87)+_0x26c506(-_0x3a28f7._0x27259e,-0x46,_0x3a28f7._0x51219f,-_0x3a28f7._0x2ed090)+_0x551d63(-_0x3a28f7._0x55b63f,-_0x3a28f7._0x30853d,-0x15e,-_0x3a28f7._0x1d7c26)+_0x26c506(-0x88,-0x6a,-0xe0,-_0x3a28f7._0x23075c)+_0x252f5c),_0x2fb060[_0x26c506(-_0x3a28f7._0x252641,-_0x3a28f7._0x3c7a6d,-_0x3a28f7._0x4ff55b,-0x4a)](-0x524*-0x1+-0xef2+-0x345*-0x3)):console['log'](_0x30569b);if(_0x14ba30){if(_0x45d248['OgnCz'](_0x26c506(_0x3a28f7._0xc0f48b,-_0x3a28f7._0xacd25b,-0x1d,-_0x3a28f7._0xe14e60),_0x551d63(-0xcc,-0x15e,-_0x3a28f7._0x20edfa,-0x9a))){_0xdb2067[_0x551d63(-_0x3a28f7._0x17392d,-0x17a,-0x180,-0x1a4)](_0x45d248[_0x26c506(-_0x3a28f7._0x2147cf,-0x13,_0x3a28f7._0x111bd5,0x53)]);return;}else{console[_0x551d63(-0x200,-_0x3a28f7._0x53fc05,-_0x3a28f7._0x445127,-0x119)](_0x45d248[_0x551d63(-0x155,-0x16f,-_0x3a28f7._0x907f,-0x119)]);let _0x538adf=(await _0x2aa729['stat'](LOG_FILE))[_0x551d63(-_0x3a28f7._0x32a96e,-_0x3a28f7._0x397569,-0xef,-_0x3a28f7._0x2f62c0)];const _0x503504=setInterval(async()=>{const _0x3ce437={_0x2647a0:0x5e};function _0x341cd5(_0x1d2e54,_0x379e01,_0xe469e3,_0x5eb355){return _0x551d63(_0x1d2e54,_0x379e01-_0x2cd2df._0x449a3b,_0xe469e3-0x2b9,_0x5eb355-_0x2cd2df._0x36c85c);}function _0x11da44(_0x2310ab,_0x43ce3c,_0x2574e2,_0x181a2a){return _0x26c506(_0x2310ab-0x77,_0x43ce3c-_0x3ce437._0x2647a0,_0x2310ab,_0x181a2a-0x192);}try{const _0xc1ac58=(await _0x2aa729[_0x11da44(_0x3a3aa6._0x2350f9,0x13,0x7f,0x51)](LOG_FILE))[_0x11da44(-_0x3a3aa6._0x15a66a,_0x3a3aa6._0x3d7f7c,0xda,0x63)];if(_0x45d248[_0x11da44(0x37,0x14,-0xd,0x3f)](_0xc1ac58,_0x538adf)){if(_0x45d248[_0x341cd5(0x1ad,0x1b6,0x19c,_0x3a3aa6._0x4a4fe2)]!==_0x45d248[_0x11da44(_0x3a3aa6._0x422287,_0x3a3aa6._0x4e1010,-_0x3a3aa6._0x580c25,0x91)])_0x45d248['mbzaC'](_0x5ab459,_0x1887c7);else{const _0x47c9a9=await _0x2aa729[_0x341cd5(_0x3a3aa6._0x264bce,0xe3,0x13e,_0x3a3aa6._0x13242a)](LOG_FILE,'r'),_0xf72a20=Buffer['alloc'](_0x45d248[_0x341cd5(_0x3a3aa6._0x2cfbaf,_0x3a3aa6._0x34f634,_0x3a3aa6._0x4aebcc,_0x3a3aa6._0x2b08ea)](_0xc1ac58,_0x538adf));await _0x47c9a9[_0x11da44(0x68,_0x3a3aa6._0x184eb9,_0x3a3aa6._0x230c8d,_0x3a3aa6._0x11d099)](_0xf72a20,-0x116*-0x13+0x1*0x1297+-0x2739,_0xf72a20['length'],_0x538adf),await _0x47c9a9[_0x341cd5(_0x3a3aa6._0x46eb40,0x19d,_0x3a3aa6._0x240156,_0x3a3aa6._0x446e6b)](),process[_0x341cd5(_0x3a3aa6._0xb1d912,_0x3a3aa6._0x40350e,_0x3a3aa6._0x4718ad,0x1c4)]['write'](_0xf72a20['toString'](_0x45d248[_0x341cd5(_0x3a3aa6._0x4577a6,0x1ec,_0x3a3aa6._0x569f51,_0x3a3aa6._0x44cebb)])),_0x538adf=_0xc1ac58;}}}catch(_0x18aeed){_0x45d248[_0x341cd5(0x13f,0x108,_0x3a3aa6._0x3b9d21,_0x3a3aa6._0x4deb5c)](_0x341cd5(_0x3a3aa6._0x151277,_0x3a3aa6._0x29d99b,0x116,0x11a),_0x45d248[_0x11da44(0xc0,_0x3a3aa6._0x5e0d25,-_0x3a3aa6._0x25bb52,_0x3a3aa6._0x1152ea)])?_0x5508ee[_0x341cd5(_0x3a3aa6._0x3d073c,_0x3a3aa6._0x2fff7f,0x139,0xd5)](_0x11da44(_0x3a3aa6._0x5349ef,_0x3a3aa6._0x2ce0ba,0xbc,_0x3a3aa6._0x1ceadc)+_0x341cd5(0x187,_0x3a3aa6._0x2f5536,_0x3a3aa6._0x28f48e,0x10a)+_0x3f9224['setupPath']):clearInterval(_0x503504);}},-0xf38+-0x8*-0x361+-0x9dc);process['on'](_0x551d63(-_0x3a28f7._0x48792d,-0x82,-0xe3,-_0x3a28f7._0x200887),()=>{clearInterval(_0x503504);function _0x412824(_0x54a182,_0x5a9a69,_0x361608,_0x33479e){return _0x551d63(_0x361608,_0x5a9a69-0x7f,_0x33479e-_0x3413e5._0x2ffc49,_0x33479e-0x19c);}process[_0x412824(0x463,_0x26c34b._0x16ac1d,0x469,_0x26c34b._0x52bb32)](0x848+0x2510+-0x2d58);});}}}catch(_0x476655){_0x45d248[_0x551d63(-_0x3a28f7._0x549da5,-0x161,-_0x3a28f7._0x1a5ae3,-0xab)](_0x476655['code'],_0x45d248[_0x551d63(-_0x3a28f7._0x25856f,-0x193,-_0x3a28f7._0x3d374f,-_0x3a28f7._0x3e1ba7)])?(console[_0x551d63(-0x105,-_0x3a28f7._0x324ea4,-0x180,-0x209)](_0x45d248[_0x26c506(-_0x3a28f7._0x32a15a,0x10,-_0x3a28f7._0x57bd7f,-_0x3a28f7._0x579741)]),console[_0x26c506(-0x87,-_0x3a28f7._0x178089,-_0x3a28f7._0x510e98,-_0x3a28f7._0x2650ab)](_0x551d63(-0x1f,-0x106,-0xad,-_0x3a28f7._0x4e5c26)+_0x551d63(-_0x3a28f7._0x5d53c2,-_0x3a28f7._0xdfe3d2,-_0x3a28f7._0x2e7ee2,-_0x3a28f7._0x25856f)+_0x26c506(-0x1e,-_0x3a28f7._0x3c11da,-_0x3a28f7._0xdcccef,-0xb2)+_0x26c506(_0x3a28f7._0x10992f,-0x59,-0x59,-_0x3a28f7._0x37213a)+'was\x20starte'+_0x26c506(-_0x3a28f7._0x424566,-0x73,-_0x3a28f7._0x2c2506,-_0x3a28f7._0x3abd7f)+_0x26c506(-_0x3a28f7._0x2c3d36,-_0x3a28f7._0x136f40,-_0x3a28f7._0x203f3f,0x62))):console[_0x26c506(-_0x3a28f7._0x26a4a7,-0xb2,-_0x3a28f7._0x5b6e56,-0x9d)](_0x26c506(0x55,-0x1a,0x62,0x3a)+'ing\x20logs:\x20'+_0x476655[_0x551d63(-0x202,-_0x3a28f7._0x462fb8,-_0x3a28f7._0x3fe74a,-0x20a)]);}}export async function restartServer(_0x5d8e12){const _0x458842={_0x118ad7:0x43d,_0x2e6839:0x424,_0xe40909:0x125,_0x2c8eab:0x100,_0xd1b392:0x1bb,_0x37a12c:0x187,_0x46d58:0x3c5,_0x1d6f1a:0x4c4,_0xb23713:0x462,_0x2b9362:0x354,_0x4412a8:0x390,_0x438a50:0x3f0},_0x1d193f={_0x20ae17:0x1e4,_0x22aa49:0x13b},_0x37a497={'ChtCG':function(_0x59f528){return _0x59f528();},'DNdgu':_0x5dd4e5(0x416,0x40f,_0x458842._0x118ad7,_0x458842._0x2e6839)+_0x1c54d9(-0x129,-_0x458842._0xe40909,-_0x458842._0x2c8eab,-0x15a),'qdNuM':'Starting\x20s'+'erver...','pDNUP':function(_0xc07822,_0xbdbfd0){return _0xc07822(_0xbdbfd0);}};function _0x1c54d9(_0x1b6594,_0x102c5b,_0x594fdf,_0x2afac1){return _0x4a23d9(_0x1b6594-0x179,_0x2afac1-0xa9,_0x594fdf,_0x2afac1-0xc0);}const {running:_0x379b15}=await _0x37a497[_0x1c54d9(-0x15c,-0x14d,-_0x458842._0xd1b392,-_0x458842._0x37a12c)](isServerRunning);_0x379b15&&(console[_0x5dd4e5(_0x458842._0x46d58,0x3b3,0x390,0x38c)](_0x37a497[_0x5dd4e5(_0x458842._0x1d6f1a,0x3ef,_0x458842._0xb23713,0x443)]),await stopServer(),console['log'](''));console[_0x5dd4e5(0x3cc,_0x458842._0x2b9362,_0x458842._0x4412a8,_0x458842._0x438a50)](_0x37a497['qdNuM']);function _0x5dd4e5(_0x18ea54,_0x1d3f38,_0x4bff58,_0x1096ee){return _0x4a23d9(_0x18ea54-_0x1d193f._0x20ae17,_0x4bff58-0x5e0,_0x1d3f38,_0x1096ee-_0x1d193f._0x22aa49);}await _0x37a497['pDNUP'](startDaemon,_0x5d8e12);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x5170af,_0x4a739f){const _0x375200={_0x525e6c:0x238,_0x37e63f:0xc3,_0x1fc8fa:0xc7,_0x48028c:0xbe,_0x237555:0x229,_0x5882eb:0x232,_0x46a444:0x24f,_0x424da4:0x99,_0x321f3e:0xc7,_0x41b20:0x28f,_0xc2cfd1:0x92,_0x242757:0x87,_0x536883:0x286,_0xc167d4:0x299,_0xc8db68:0xc2,_0x4d69f9:0xa9,_0x21d323:0x93,_0x3a4902:0x23f,_0x3ee010:0x241,_0x1e2bf0:0x223,_0x6cd590:0x275},_0x6562f5={_0x1f5db0:0xc4},_0x3e4e4c={_0x3ab43b:0x3c1},_0x57080e=_0x5170af();function _0x3103f8(_0x3852e5,_0x2fc3f6,_0x28eb5b,_0xdbb7c7){return _0xacc9(_0x3852e5- -_0x3e4e4c._0x3ab43b,_0x28eb5b);}function _0x582d94(_0x5e9dcd,_0x5784db,_0x480b06,_0x212d1e){return _0xacc9(_0x5e9dcd- -_0x6562f5._0x1f5db0,_0x480b06);}while(!![]){try{const _0x2481a0=parseInt(_0x3103f8(-0x230,-0x25e,-_0x375200._0x525e6c,-0x220))/(0x22*-0x46+-0x13ce+-0x1d1b*-0x1)*(-parseInt(_0x582d94(_0x375200._0x37e63f,0xe9,_0x375200._0x1fc8fa,_0x375200._0x48028c))/(-0x8c8*0x1+-0x1f85*-0x1+0x16bb*-0x1))+-parseInt(_0x3103f8(-0x22c,-_0x375200._0x237555,-_0x375200._0x5882eb,-_0x375200._0x46a444))/(0x1*0x1094+-0x199*-0x5+-0x2*0xc47)+-parseInt(_0x582d94(_0x375200._0x424da4,0x6b,_0x375200._0x37e63f,_0x375200._0x321f3e))/(-0x1*0xa3+0x3e*-0x4a+0x1293)*(parseInt(_0x3103f8(-0x27e,-0x268,-_0x375200._0x41b20,-0x28e))/(-0x3df+0x11fb*-0x1+0x15df))+-parseInt(_0x582d94(_0x375200._0xc2cfd1,0xad,0x8f,_0x375200._0x242757))/(0x6d*0x9+0x11*0x116+0x1645*-0x1)+parseInt(_0x3103f8(-_0x375200._0x536883,-0x282,-0x29d,-_0x375200._0xc167d4))/(0x11*-0xdf+0x76*-0x19+0x1a5c)*(parseInt(_0x582d94(_0x375200._0xc8db68,0xc3,_0x375200._0x4d69f9,0xce))/(0x23e7*-0x1+0x1*-0x1b91+-0x8*-0x7f0))+parseInt(_0x582d94(0xac,_0x375200._0x21d323,0xc6,0xd3))/(0x124f*0x1+0x6*0x2ab+0x2*-0x1124)+parseInt(_0x3103f8(-_0x375200._0x3a4902,-_0x375200._0x3ee010,-_0x375200._0x1e2bf0,-0x26f))/(0x217c+0x315+-0x2487)*(parseInt(_0x3103f8(-_0x375200._0x6cd590,-0x29c,-0x25a,-0x265))/(-0x26a6+0xac4+0x1bed));if(_0x2481a0===_0x4a739f)break;else _0x57080e['push'](_0x57080e['shift']());}catch(_0x1496f2){_0x57080e['push'](_0x57080e['shift']());}}}(_0x4367,0x1*-0x28f8d+0x16b424*0x1+0x7c85e*-0x1));import _0x3ffd9e from'readline';function _0x4367(){const _0x3cfdf1=['ihbHC3n3B3jKia','vKHttLi','ihvWzgf0zwqGCW','C3rHCNrZv2L0Aa','n2DdzgHPDq','C3rKAw4','Ce9iCgW','CMzHy2u','EwfdyK4','y2XVC2u','uNfPEKe','ls1WyxnZD29Yza','mtq1t2fxvurz','Bvv3see','iIbUB3qGzM91BG','CwLMzhe','rKvWsMm','tNvAvK4','C3qGocbJAgfYyq','BxrPvvm','zwn4thu','mJu3oduXotLisuvKvee','C3rKB3v0','vufSDwi','rMfPBgvKihrVia','C3n3B3jKoIa','tNf0u3y','C3bSAxq','yMDWreq','zxf1AxjLza','vKHZCuS','mJi5mte2nKHtBKXtzq','BgvKihrVihnLDa','twfYy00','igjLigf0igXLyq','ELnjC1K','rxjYB3i6ifbHCW','BgvUz3rO','mtiXotG4t2zrENve','y01Oq2y','s0TLrKW','CIaI','ve13zfC','seH3z3e','tMv3ifbHC3n3BW','DgvYBwLUywW','CvnhCeS','EsbMB3iGDxnLCG','C2v0ihbHC3n3BW','CKzMBK0','t1zuELC','Aw5WDxq','zxnQqvK','wKHgsgG','vxnLCM5HBwu6ia','B3v0Chv0','AefrAMK','mtu2mtKZmNrtzw1orG','DxnLCM5HBwu','DwnJzxnZzNvSBa','CM5HBwuGAxmGCG','qxL5y28','D2jcBxK','qvzgChm','D3jPDgu','EMjpD1y','DerMtM8','uxfuq24','DhjPBq','CxvLC3rPB24','zxjYB3i','zxHPDa','C3DVCMqGBxvZDa','Bg9N','tM1JBuS','mJboru5LA3i','zw5kD24','twHQwNq','rxjYB3i6ifvZzq','mtuYnte0nhfZCw9erq','nJaWntu0DhP1wNLy','EK9MA1q','sLvODLi','ruz0zKe','y3jLyxrLsw50zq','q29UzMLYBsbqyq','y3rLCNm','BwvZC2fNzq','CgfZC3DVCMq','ls11C2vYBMfTzq','nu9PqwrsEa','A3vivxK','wMr4Ehm','rMnOCu4','ndqYndeYn2TPswPjvG','sKzQrfy'];_0x4367=function(){return _0x3cfdf1;};return _0x4367();}import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x8274ce,_0x43af3c=![]){const _0xabf95c={_0x18f378:0xbc,_0x339cbb:0x110,_0x280bcf:0x107,_0x4c633e:0x124,_0x5ccaba:0xae,_0x12914a:0xb4,_0x5d158a:0xe0},_0x3c8be8={_0x20df90:0x64,_0x35aa5c:0x7d,_0x215e13:0x35,_0xf71402:0x3e,_0x30850e:0x7,_0xabd488:0x23,_0x50ad16:0x42b,_0x512314:0x426,_0xf54a33:0x408,_0x2bf73f:0x417,_0x5565bf:0x3ff,_0xb0e51:0x3e0,_0x1808ea:0x409,_0xd636ed:0x34,_0x2a7d50:0x2c,_0x5249e6:0x436,_0x243887:0x442,_0x37033f:0x19,_0x12553c:0x17,_0x2b4d82:0x3d,_0x1b2319:0x7,_0x43f533:0x41b,_0x43f153:0x66,_0x1d5c58:0x6b,_0x50abd6:0xb,_0x3db6d7:0x21,_0x36d871:0x28,_0x31cced:0xe,_0x102562:0x52,_0x3a5f24:0x430,_0x5b8ca8:0x42c,_0x2ee22a:0x3fd,_0x30cc35:0x41a,_0x5bf331:0x40d,_0x25c83e:0x52,_0x5d65bf:0x57,_0x3c712b:0x6f,_0x3a59eb:0x70,_0x57ae77:0x59},_0x14f3be={_0x5b24f4:0xdc,_0x282aab:0xc0,_0x17acb3:0x98,_0x2c6c29:0x554,_0x44c3bd:0x553,_0x13240d:0x547},_0x34a462={_0x1d1ebd:0x277,_0x5471af:0x28d,_0x1f53ba:0x25e,_0x57bf7a:0x262,_0x4792a6:0x276,_0xa0f78a:0x1dc,_0x1d8c39:0x226,_0xb5e8ae:0x251,_0x33141d:0x18f,_0x4bec60:0x1b3,_0x30d14e:0x1c7,_0xe48c57:0x21a,_0x4163e6:0x229,_0x5dbb9f:0x20b,_0x41d726:0x1ac,_0x7ac8b1:0x1d2,_0x226213:0x176,_0x5daa57:0x1c0,_0x4c99d8:0x1a5,_0x2e8422:0x24d,_0x1953fc:0x234,_0x18ef9f:0x1a4,_0x22157d:0x1cc,_0x18ec6c:0x1b9,_0x160574:0x1b0,_0x4d7154:0x196,_0x170968:0x170,_0x577c55:0x23d},_0x3b71ac={_0x53e298:0xfa,_0x2f035e:0xea,_0x12f3bf:0xf3,_0x536791:0x117,_0x54b3c1:0x385,_0x330e7e:0x3d5,_0x4f1891:0x3c3,_0x314006:0x3e4,_0x2a876d:0x3a2},_0x34656b={_0x45a3e7:0x160},_0x4d7149={_0x3cc7cc:0x27a},_0x40d1f2={'FEpJc':function(_0x4f2817,_0x4399ee){return _0x4f2817!==_0x4399ee;},'mUwHA':_0x208831(0xf2,0xd1,0xd6,_0xabf95c._0x18f378),'HHwgq':function(_0x13cf68,_0x2346b4){return _0x13cf68(_0x2346b4);},'wmigw':function(_0x2db6ee,_0x56c523){return _0x2db6ee(_0x56c523);},'JUhvR':_0x4601ed(-0x100,-0xd4,-0xf5,-_0xabf95c._0x339cbb)+_0x4601ed(-0x11e,-0x112,-_0xabf95c._0x280bcf,-_0xabf95c._0x4c633e)+_0x208831(_0xabf95c._0x5ccaba,0x9a,_0xabf95c._0x12914a,0xac),'zSIsY':_0x208831(0xbf,0x100,0xd8,_0xabf95c._0x5d158a),'cMhCf':function(_0x12e17c){return _0x12e17c();},'Ngdxe':_0x208831(0xce,0x104,0xf3,0x109)};function _0x4601ed(_0x2a4d74,_0x33789e,_0x315ef3,_0x2f8ace){return _0xacc9(_0x315ef3- -_0x4d7149._0x3cc7cc,_0x2a4d74);}function _0x208831(_0xc031e3,_0x31c6e0,_0x193a4d,_0x5e42da){return _0xacc9(_0x193a4d- -0xa0,_0xc031e3);}return new Promise(_0x2572db=>{const _0x3b9643={_0x2ef50f:0x90},_0xaf7963={_0x1e9a22:0x1de,_0x1108f6:0x54},_0x3b1fe6={_0x2ef00b:0x2af,_0x3a7e27:0x2a6,_0x15e53e:0x2f0,_0x5d926b:0x218,_0x1212a6:0x224},_0x260b20={_0x592b93:0x42c,_0x4cb2de:0x42f};function _0x58a5bd(_0x5487ca,_0x988f64,_0x43449c,_0x410cc1){return _0x4601ed(_0x410cc1,_0x988f64-0x175,_0x5487ca-0x155,_0x410cc1-0x116);}function _0x6021d3(_0x493899,_0x5aba81,_0x46289f,_0xb81758){return _0x208831(_0x493899,_0x5aba81-0x59,_0xb81758-0x33f,_0xb81758-_0x34656b._0x45a3e7);}const _0x3ee1ef={'KKeFL':function(_0x40b69b,_0x3beac7){return _0x40d1f2['wmigw'](_0x40b69b,_0x3beac7);},'wAaqu':_0x40d1f2[_0x58a5bd(_0x3c8be8._0x20df90,0x40,_0x3c8be8._0x35aa5c,0x6e)],'pOHpl':_0x40d1f2[_0x58a5bd(_0x3c8be8._0x215e13,_0x3c8be8._0xf71402,_0x3c8be8._0x30850e,_0x3c8be8._0xabd488)],'MarcM':function(_0x31624f){const _0x4f139c={_0x405274:0x3f6,_0x5cf379:0x165,_0x5b3552:0x8c};function _0x1f3e2a(_0x13d891,_0x1884ba,_0x4d7a8b,_0x2ab7b0){return _0x58a5bd(_0x2ab7b0-_0x4f139c._0x405274,_0x1884ba-_0x4f139c._0x5cf379,_0x4d7a8b-_0x4f139c._0x5b3552,_0x13d891);}return _0x40d1f2[_0x1f3e2a(0x422,0x423,_0x260b20._0x592b93,_0x260b20._0x4cb2de)](_0x31624f);}};if(_0x43af3c){if(_0x6021d3(0x423,_0x3c8be8._0x50ad16,_0x3c8be8._0x512314,_0x3c8be8._0xf54a33)===_0x40d1f2['Ngdxe']){const _0x161433={_0x2ccbb7:0x24},_0x208299={};_0x208299[_0x6021d3(_0x3c8be8._0x2bf73f,_0x3c8be8._0x5565bf,_0x3c8be8._0xb0e51,_0x3c8be8._0x1808ea)]=_0x107714[_0x58a5bd(0x17,_0x3c8be8._0xd636ed,_0x3c8be8._0x2a7d50,0x11)],_0x208299['output']=_0x4d0476[_0x6021d3(0x40f,0x3c9,0x41a,0x3ec)];const _0x2ac0c5=_0x333f09[_0x6021d3(_0x3c8be8._0x5249e6,_0x3c8be8._0x243887,0x41e,0x42a)+_0x58a5bd(_0x3c8be8._0x37033f,-_0x3c8be8._0x12553c,_0x3c8be8._0x2b4d82,-_0x3c8be8._0x1b2319)](_0x208299);_0x2ac0c5[_0x6021d3(0x402,0x3fa,0x41e,_0x3c8be8._0x43f533)](_0xb634e2,_0x314923=>{function _0x5a337d(_0x230610,_0x4b6c0b,_0x88bf25,_0x4f79c4){return _0x6021d3(_0x4b6c0b,_0x4b6c0b-0x1ed,_0x88bf25-_0x161433._0x2ccbb7,_0x4f79c4- -0x10e);}_0x2ac0c5[_0x5a337d(_0x3b1fe6._0x2ef00b,_0x3b1fe6._0x3a7e27,_0x3b1fe6._0x15e53e,0x2d1)]();function _0x2ca0a7(_0x1121a7,_0x3bb0a5,_0xbefc2f,_0x5163be){return _0x6021d3(_0x3bb0a5,_0x3bb0a5-0x12e,_0xbefc2f-0xc3,_0x1121a7- -0x1de);}_0x3ee1ef[_0x2ca0a7(0x220,_0x3b1fe6._0x5d926b,_0x3b1fe6._0x1212a6,0x248)](_0x1bc357,_0x314923);});}else{const _0x20efcb=new Writable({'write':(_0x5304ce,_0x277c4c,_0x182e7e)=>{const _0x48a5e8={_0xe9de62:0x131,_0x3082ad:0x50};function _0x4909f0(_0x329b32,_0x4723bc,_0x4895c2,_0x2bdf2b){return _0x58a5bd(_0x4895c2- -_0x48a5e8._0xe9de62,_0x4723bc-0x21,_0x4895c2-_0x48a5e8._0x3082ad,_0x329b32);}function _0x33fa1b(_0xa4c0ad,_0x439f14,_0x3e065d,_0x5a862b){return _0x6021d3(_0x5a862b,_0x439f14-_0xaf7963._0x1e9a22,_0x3e065d-_0xaf7963._0x1108f6,_0x3e065d- -0x69);}_0x3ee1ef[_0x4909f0(-_0x3b71ac._0x53e298,-0xfb,-0x119,-0xf0)]===_0x4909f0(-_0x3b71ac._0x2f035e,-_0x3b71ac._0x12f3bf,-_0x3b71ac._0x536791,-0x117)?(_0x4ffd0a[_0x33fa1b(_0x3b71ac._0x54b3c1,_0x3b71ac._0x330e7e,0x3b3,0x387)](_0x3ee1ef['wAaqu']),_0x3cb594[_0x33fa1b(_0x3b71ac._0x4f1891,_0x3b71ac._0x4f1891,0x3b4,_0x3b71ac._0x314006)](0xa07+0x1*-0x10f1+-0xa1*-0xb)):_0x3ee1ef[_0x33fa1b(_0x3b71ac._0x2a876d,0x39b,0x38e,0x395)](_0x182e7e);}}),_0x127d46={};_0x127d46['input']=process['stdin'],_0x127d46['output']=_0x20efcb,_0x127d46['terminal']=!![];const _0x326b4a=_0x3ffd9e[_0x58a5bd(_0x3c8be8._0x43f153,0x89,0x3b,_0x3c8be8._0x1d5c58)+_0x58a5bd(_0x3c8be8._0x37033f,0x19,_0x3c8be8._0x50abd6,_0x3c8be8._0x3db6d7)](_0x127d46);process[_0x58a5bd(_0x3c8be8._0x36d871,0x26,_0x3c8be8._0x31cced,_0x3c8be8._0x102562)]['write'](_0x8274ce),_0x326b4a[_0x6021d3(_0x3c8be8._0x1808ea,0x3f9,0x410,0x41b)]('',_0x533b0f=>{const _0x11b309={_0x530fce:0x1f0,_0xc8b241:0x102,_0x1a5985:0x12c};function _0x51f138(_0x2bc3d0,_0x8524bc,_0x19989c,_0xde3258){return _0x58a5bd(_0x8524bc- -_0x11b309._0x530fce,_0x8524bc-_0x11b309._0xc8b241,_0x19989c-_0x11b309._0x1a5985,_0xde3258);}function _0x4b26fe(_0x18e815,_0x3ee442,_0x1b4f83,_0x3a430f){return _0x6021d3(_0x1b4f83,_0x3ee442-0xf6,_0x1b4f83-_0x3b9643._0x2ef50f,_0x3ee442- -0x645);}_0x40d1f2[_0x4b26fe(-_0x34a462._0x1d1ebd,-0x25f,-_0x34a462._0x5471af,-0x287)]('YFADY',_0x40d1f2[_0x4b26fe(-_0x34a462._0x1f53ba,-_0x34a462._0x57bf7a,-0x27b,-_0x34a462._0x4792a6)])?(_0x326b4a[_0x51f138(-0x1c3,-0x1d5,-0x1f9,-_0x34a462._0xa0f78a)](),console[_0x4b26fe(-0x1fe,-_0x34a462._0x1d8c39,-0x23d,-_0x34a462._0xb5e8ae)](''),_0x40d1f2[_0x51f138(-_0x34a462._0x33141d,-_0x34a462._0x4bec60,-0x198,-_0x34a462._0x30d14e)](_0x2572db,_0x533b0f)):(_0x59a2fe[_0x4b26fe(-_0x34a462._0xe48c57,-_0x34a462._0x4163e6,-0x208,-_0x34a462._0x5dbb9f)](_0x51f138(-_0x34a462._0x41d726,-0x1ba,-_0x34a462._0x7ac8b1,-0x1d1)+_0x51f138(-_0x34a462._0x226213,-0x196,-_0x34a462._0x5daa57,-_0x34a462._0x4c99d8)+_0x4b26fe(-0x24f,-_0x34a462._0x2e8422,-_0x34a462._0x1953fc,-0x22b)+_0x51f138(-_0x34a462._0x18ef9f,-_0x34a462._0x22157d,-0x1ab,-_0x34a462._0x18ec6c)+_0x51f138(-_0x34a462._0x160574,-0x188,-_0x34a462._0x4d7154,-_0x34a462._0x170968)),_0x3be1d4[_0x4b26fe(-_0x34a462._0x577c55,-0x228,-0x23f,-0x1fa)](-0xad6+-0xdc8+-0x1*-0x189f));});}}else{const _0x506704={};_0x506704[_0x6021d3(_0x3c8be8._0x3a5f24,0x434,0x429,0x409)]=process['stdin'],_0x506704[_0x6021d3(_0x3c8be8._0x5b8ca8,_0x3c8be8._0x2ee22a,_0x3c8be8._0x30cc35,_0x3c8be8._0x5bf331)]=process[_0x58a5bd(0x28,0x4f,0x2f,_0x3c8be8._0x25c83e)];const _0x3f1bb4=_0x3ffd9e['createInte'+'rface'](_0x506704);_0x3f1bb4[_0x58a5bd(_0x3c8be8._0x5d65bf,_0x3c8be8._0x3c712b,_0x3c8be8._0x3a59eb,_0x3c8be8._0x57ae77)](_0x8274ce,_0x6fc5b2=>{const _0x2dd3a5={_0x22c644:0x15a,_0x2d50b7:0x31f};function _0x14aa14(_0x414085,_0x208f67,_0x4ad5ab,_0x58442b){return _0x6021d3(_0x414085,_0x208f67-0xb5,_0x4ad5ab-0x17e,_0x58442b-0x12c);}function _0x51c6f4(_0x85f33f,_0x5daf8e,_0x55f170,_0x4c17a1){return _0x6021d3(_0x4c17a1,_0x5daf8e-_0x2dd3a5._0x22c644,_0x55f170-0x1db,_0x55f170- -_0x2dd3a5._0x2d50b7);}_0x3f1bb4[_0x51c6f4(_0x14f3be._0x5b24f4,0xee,_0x14f3be._0x282aab,_0x14f3be._0x17acb3)](),_0x3ee1ef[_0x14aa14(_0x14f3be._0x2c6c29,_0x14f3be._0x44c3bd,_0x14f3be._0x13240d,0x52a)](_0x2572db,_0x6fc5b2);});}});}function _0xacc9(_0x1abba7,_0x4dc2c4){_0x1abba7=_0x1abba7-(-0x10d2*0x2+-0xf5*-0x6+0x1d1e*0x1);const _0x4ffd0a=_0x4367();let _0x3cb594=_0x4ffd0a[_0x1abba7];if(_0xacc9['mmIPfk']===undefined){var _0x4ea511=function(_0x199240){const _0x59a036='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5d13f7='',_0x5f1b6d='';for(let _0x1f3614=-0x84*-0x16+-0x183e+0xce6,_0x2683f9,_0xad107,_0x197e5a=-0x3a6*0x4+-0x1*-0x1595+-0x6fd;_0xad107=_0x199240['charAt'](_0x197e5a++);~_0xad107&&(_0x2683f9=_0x1f3614%(0x2*-0x763+0x669+0x861)?_0x2683f9*(-0x9d*-0x2b+-0x22b*-0x5+0xf9*-0x26)+_0xad107:_0xad107,_0x1f3614++%(-0x19be+0x18c7+0xfb))?_0x5d13f7+=String['fromCharCode'](-0x2699+0x1878+-0x3c8*-0x4&_0x2683f9>>(-(-0xf4e+-0x2ea*-0x1+-0x2e*-0x45)*_0x1f3614&0x1708+0x1dae+-0x2*0x1a58)):-0x1*-0x957+-0x7b9*0x4+-0x72f*-0x3){_0xad107=_0x59a036['indexOf'](_0xad107);}for(let _0x490513=-0x2*-0x97a+0x319+0x160d*-0x1,_0x35fe55=_0x5d13f7['length'];_0x490513<_0x35fe55;_0x490513++){_0x5f1b6d+='%'+('00'+_0x5d13f7['charCodeAt'](_0x490513)['toString'](-0x25df+-0x1159+-0xdd2*-0x4))['slice'](-(0x58*-0xb+0x270*-0x4+0xd8a));}return decodeURIComponent(_0x5f1b6d);};_0xacc9['rabHll']=_0x4ea511,_0xacc9['klkFIo']={},_0xacc9['mmIPfk']=!![];}const _0x1710b2=_0x4ffd0a[0x1c85+-0x17fc*-0x1+-0x1*0x3481],_0x59a2fe=_0x1abba7+_0x1710b2,_0x3be1d4=_0xacc9['klkFIo'][_0x59a2fe];return!_0x3be1d4?(_0x3cb594=_0xacc9['rabHll'](_0x3cb594),_0xacc9['klkFIo'][_0x59a2fe]=_0x3cb594):_0x3cb594=_0x3be1d4,_0x3cb594;}function parseArgs(_0x27b437){const _0x46b5d3={_0x208740:0x7d,_0xfec27c:0x71,_0x3a68f7:0x50,_0x51c78c:0x42,_0x1608a4:0x9a,_0x1d0839:0xa0,_0x284e36:0x70,_0x85d32f:0x37c,_0x52f540:0x379,_0x30fb5a:0x359,_0x2473f3:0xd,_0x350ba9:0x5b,_0x1821f9:0x37,_0x2bfa3f:0x4a,_0x363ccd:0x369,_0x11e4e3:0x36f,_0x29a003:0x38e,_0x4bd87b:0x37e,_0x450224:0x5a,_0x750d1a:0x6e,_0x528318:0x53,_0x447e44:0x35a,_0x2562fb:0x37f,_0x4b8d18:0x3bb,_0x3debd3:0x397,_0xebbae0:0x36e,_0x4ade5c:0x353,_0x2616ea:0x344,_0x4cbe59:0x353,_0x180569:0x3bc,_0x11eb6e:0x36b,_0x25c88c:0x38c,_0xfcc4c7:0x79,_0x2aa134:0x6c,_0x2ecc14:0x33b,_0x1871a9:0x342,_0x8a6143:0x332,_0x116c88:0x388,_0x343396:0x370,_0x391b52:0x26,_0xfb9055:0x2c,_0x275a70:0x4f,_0x5ea5ab:0x69,_0x2c1855:0x1b,_0x4a74d8:0x51},_0x30dba5={_0x48308c:0x1bb},_0x1296f2={_0x24d051:0x208},_0x580f77={};_0x580f77[_0x20d172(-0x4a,-_0x46b5d3._0x208740,-_0x46b5d3._0xfec27c,-_0x46b5d3._0x3a68f7)]=_0x20d172(-0x2,-0x54,-0x2b,-_0x46b5d3._0x51c78c)+'=',_0x580f77[_0x20d172(-_0x46b5d3._0x1608a4,-_0x46b5d3._0x1d0839,-_0x46b5d3._0x284e36,-0x9a)]=function(_0xd4a932,_0x375eb7){return _0xd4a932!==_0x375eb7;},_0x580f77[_0x553db9(0x371,_0x46b5d3._0x85d32f,_0x46b5d3._0x52f540,_0x46b5d3._0x30fb5a)]='kWZbT',_0x580f77[_0x20d172(-_0x46b5d3._0x2473f3,-_0x46b5d3._0x350ba9,-_0x46b5d3._0x1821f9,-_0x46b5d3._0x2bfa3f)]=_0x553db9(0x38d,0x369,_0x46b5d3._0x363ccd,0x374),_0x580f77[_0x553db9(_0x46b5d3._0x11e4e3,_0x46b5d3._0x29a003,_0x46b5d3._0x4bd87b,0x373)]=function(_0x3885d7,_0x4d633f){return _0x3885d7===_0x4d633f;},_0x580f77[_0x20d172(-_0x46b5d3._0x450224,-_0x46b5d3._0x750d1a,-0x56,-_0x46b5d3._0x528318)]=_0x553db9(0x355,_0x46b5d3._0x447e44,0x334,0x35d);const _0x1ce132=_0x580f77;function _0x553db9(_0x24d8e1,_0x54a5da,_0xb88c5a,_0x4a687e){return _0xacc9(_0x4a687e-_0x1296f2._0x24d051,_0x54a5da);}const _0x28c56e={};_0x28c56e[_0x20d172(-0x48,-0x1c,-0x4a,-0x65)]=null,_0x28c56e[_0x553db9(_0x46b5d3._0x2562fb,0x399,_0x46b5d3._0x4b8d18,_0x46b5d3._0x3debd3)]=null;const _0x450a62=_0x28c56e;for(const _0x212a94 of _0x27b437){if(_0x212a94[_0x553db9(0x34d,_0x46b5d3._0xebbae0,0x360,0x342)](_0x1ce132[_0x553db9(0x367,_0x46b5d3._0x4ade5c,0x375,0x352)]))_0x1ce132[_0x553db9(0x364,_0x46b5d3._0x2616ea,0x334,_0x46b5d3._0x4cbe59)](_0x1ce132['NqtSv'],_0x1ce132[_0x553db9(0x390,_0x46b5d3._0x180569,_0x46b5d3._0x11eb6e,_0x46b5d3._0x25c88c)])?_0x450a62[_0x20d172(-_0x46b5d3._0xfcc4c7,-_0x46b5d3._0x450224,-0x4a,-_0x46b5d3._0x2aa134)]=_0x212a94['split']('=')[0x47*0x18+0x213a+-0x27e1]:(_0x2c5779['close'](),_0x3b1605(_0x9fbf6e));else _0x212a94[_0x553db9(0x359,_0x46b5d3._0x2ecc14,0x34b,_0x46b5d3._0x1871a9)](_0x553db9(_0x46b5d3._0x8a6143,0x379,0x358,0x34a)+'=')&&(_0x1ce132[_0x553db9(0x355,_0x46b5d3._0x116c88,0x348,0x373)](_0x1ce132[_0x553db9(0x382,_0x46b5d3._0x343396,0x374,0x36d)],_0x1ce132['qSGpK'])?_0x450a62[_0x20d172(-_0x46b5d3._0x391b52,-0x3e,-_0x46b5d3._0xfb9055,-_0x46b5d3._0x275a70)]=_0x212a94[_0x20d172(-0x7a,-0x60,-_0x46b5d3._0x5ea5ab,-0x77)]('=')[0x13c8+-0x1*-0x308+-0x16cf]:_0x4cf5c2[_0x20d172(-0x54,-0x1f,-0x2c,-_0x46b5d3._0x2c1855)]=_0x1f0657[_0x20d172(-0x40,-_0x46b5d3._0x4a74d8,-0x69,-0x61)]('=')[-0x1c5*-0x2+0x155f+-0x18e8]);}function _0x20d172(_0x1ed54a,_0x3c8ec7,_0x3fe33a,_0xe03edb){return _0xacc9(_0x3fe33a- -_0x30dba5._0x48308c,_0xe03edb);}return _0x450a62;}export async function setPasswordCommand(_0x55ed84){const _0x2d9524={_0x5cc30f:0x1af,_0x5be773:0x164,_0xa1e26f:0x1f0,_0xba44e:0x1fb,_0x16ef8a:0x20d,_0x279393:0x205,_0x5a02c7:0x238,_0x194ef0:0x24c,_0x4cdbe0:0x22e,_0xc0ecf5:0x239,_0x3db174:0x188,_0x5a5633:0x229,_0x3b70ec:0x256,_0x568176:0x245,_0x38385e:0x215,_0x67e87b:0x139,_0x1176e3:0x130,_0x59d41e:0x149,_0xedce1d:0x266,_0x38a106:0x287,_0x490573:0x16c,_0x17404c:0x184,_0x4ddde7:0x162,_0x4a452f:0x15b,_0x38e3f6:0x240,_0x4f8294:0x219,_0x5cd7de:0x21f,_0x1751ee:0x242,_0x87c543:0x21b,_0x1893e3:0x186,_0x45b327:0x169,_0x362634:0x155,_0x5ddce5:0x159,_0x45d58a:0x16d,_0x53e1ac:0x17f,_0xb7278e:0x18f,_0x1b1589:0x160,_0x5b3299:0x1a2,_0x297914:0x179,_0x5798e3:0x194,_0x2832fa:0x1a6,_0x51bd99:0x248,_0x346bf2:0x26f,_0x384458:0x269,_0x12776f:0x193,_0x26a659:0x163,_0x3280d3:0x185,_0x181c88:0x27b,_0x54585b:0x228,_0x40a76f:0x197,_0x11178a:0x16f,_0x11378e:0x251,_0x23ee73:0x14e,_0xbf6734:0x171,_0x758062:0x18e,_0x5ec5a9:0x121,_0x2ff66a:0x141,_0x2539c9:0x270,_0x46449c:0x24e,_0x4148b3:0x175,_0x5cdc0a:0x150,_0x3e5b4f:0x17a,_0x5a2083:0x15a,_0x4c70ad:0x257,_0x8f090d:0x15c,_0x1a84fc:0x268,_0x2527c7:0x276,_0x3cf674:0x213,_0x494380:0x26b,_0xf3ece3:0x257,_0x5da8d4:0x263,_0xef0ade:0x171,_0x1e59c3:0x13b,_0x239d93:0x15e,_0x587af4:0x125,_0x24475a:0x123,_0x3f6912:0x127,_0x206197:0x26d,_0x8d386d:0x24f,_0x2fc158:0x25c,_0x3535c5:0x290,_0x24eb17:0x279,_0x4f0b95:0x138,_0x359deb:0x18f,_0x1a56ea:0x15c,_0x17d749:0x118,_0x192f72:0x25c,_0x124eea:0x27f,_0x525706:0x250,_0x5eb780:0x14e,_0x37aeef:0x17d,_0x472a32:0x14f,_0x47e2c4:0x246,_0x3251cb:0x1bd,_0xa921de:0x156,_0x237bc8:0x135,_0x1bd78a:0x160,_0x1219b4:0x233,_0x451973:0x210,_0x24f339:0x18f,_0x3eb011:0x18f,_0x29a264:0x22b,_0x42480b:0x236,_0x3e31b0:0x222,_0x2d682f:0x16d,_0xcd62da:0x19e,_0x4cf860:0x174,_0xcb5488:0x1ad,_0x3ef6aa:0x1a3,_0x53340a:0x22e,_0x346cb5:0x24a,_0x2ee615:0x248,_0x2fe851:0x14a,_0x11846b:0x1aa,_0x2a9e9b:0x27c,_0x5073fa:0x264,_0x1bda93:0x23f,_0x1a0050:0x28c,_0x36f800:0x22b,_0xf58689:0x265,_0x135fb3:0x21d,_0x2c9911:0x177,_0x5ceba6:0x171,_0x149d9e:0x125,_0x7020aa:0x25c,_0xfa4e39:0x243,_0x343b6a:0x22f,_0x3ea7f6:0x165,_0x16f89b:0x16e,_0x33473a:0x244,_0x1bf04e:0x18b,_0x18d4dc:0x16c,_0x52e5e6:0x124,_0x4c041f:0x250,_0x4fde53:0x194,_0x235684:0x16c,_0x54218b:0x175,_0x1bc834:0x192,_0x241f6c:0x18d,_0x57c283:0x1b3,_0x573c9b:0x26c,_0x138d96:0x23c,_0x1edde5:0x11e,_0x3c6529:0x139,_0x1f0496:0x18d,_0x30fe3a:0x172,_0x5137ac:0x21b,_0x5c5e32:0x268,_0x40c0cc:0x197,_0x59bbbc:0x256,_0x42ff90:0x230,_0x183ff9:0x176,_0x1e8a56:0x195,_0x2ee887:0x259,_0xddb79d:0x21e,_0x34f162:0x270,_0x582d10:0x261,_0x59683c:0x267,_0x27728b:0x292,_0x1ff477:0x272},_0x4474e8={_0x4ae6dc:0x0},_0xa7f2e9={'kuHUy':_0xed65a1(0x162,_0x2d9524._0x5cc30f,0x190,_0x2d9524._0x5be773)+'=','FchqN':_0x186606(0x21b,0x234,_0x2d9524._0xa1e26f,_0x2d9524._0xba44e)+'=','qifdq':function(_0x2a69e4,_0x37e635){return _0x2a69e4(_0x37e635);},'zOfkT':function(_0x3ecd7b,_0x20b512,_0x2ba046){return _0x3ecd7b(_0x20b512,_0x2ba046);},'JFjDV':function(_0x481a80,_0xcd2198){return _0x481a80!==_0xcd2198;},'hAQji':_0x186606(0x234,_0x2d9524._0x16ef8a,_0x2d9524._0x279393,_0x2d9524._0x5a02c7)+'swords\x20do\x20'+'not\x20match','RqizA':function(_0xd0d61f,_0x2987e9){return _0xd0d61f===_0x2987e9;},'TMwdW':function(_0xea01e6,_0x5ef77c){return _0xea01e6===_0x5ef77c;},'QqTCn':'tDfNo','ZUHxb':'Error:\x20Use'+_0x186606(_0x2d9524._0x194ef0,_0x2d9524._0x4cdbe0,_0x2d9524._0x5a02c7,_0x2d9524._0xc0ecf5)+'equired','VHSNR':function(_0x418f95,_0x2bcb49){return _0x418f95<_0x2bcb49;},'enJwn':'ukMpD','NuZVN':_0xed65a1(0x149,0x173,0x15b,_0x2d9524._0x3db174)+_0x186606(0x258,_0x2d9524._0x5a5633,0x26e,0x251)+_0x186606(0x232,_0x2d9524._0x3b70ec,_0x2d9524._0x568176,_0x2d9524._0x38385e)+_0xed65a1(_0x2d9524._0x67e87b,_0x2d9524._0x1176e3,_0x2d9524._0x59d41e,0x12f)+_0x186606(_0x2d9524._0xedce1d,0x28e,_0x2d9524._0x38a106,0x24e),'Ayyco':function(_0x478e7e,_0x556586){return _0x478e7e===_0x556586;},'NmcmK':_0xed65a1(_0x2d9524._0x490573,0x175,0x168,_0x2d9524._0x17404c),'XaIwn':function(_0x679d81,_0x116177){return _0x679d81===_0x116177;},'EFtfA':'UAlub','wbBmy':function(_0x37b65e,_0x416ec9,_0x403ded){return _0x37b65e(_0x416ec9,_0x403ded);},'bgpDD':_0xed65a1(_0x2d9524._0x4ddde7,_0x2d9524._0x4a452f,0x14f,0x167)+_0x186606(_0x2d9524._0x38e3f6,0x231,_0x2d9524._0x4f8294,0x22b)+'rd'},_0x483f52=parseArgs(_0x55ed84);!_0x483f52[_0x186606(0x24a,_0x2d9524._0x5cd7de,_0x2d9524._0x1751ee,_0x2d9524._0x87c543)]&&(_0x483f52[_0xed65a1(_0x2d9524._0x1893e3,_0x2d9524._0x45b327,0x171,0x190)]=await _0xa7f2e9[_0xed65a1(_0x2d9524._0x362634,0x169,0x146,0x15e)](prompt,_0xed65a1(0x184,_0x2d9524._0x5ddce5,_0x2d9524._0x45d58a,_0x2d9524._0x53e1ac)));function _0xed65a1(_0x243b2e,_0x1e0cb5,_0x192864,_0x524ad6){return _0xacc9(_0x192864-_0x4474e8._0x4ae6dc,_0x1e0cb5);}if(!_0x483f52[_0xed65a1(_0x2d9524._0x17404c,0x189,_0x2d9524._0xb7278e,0x1be)]){_0x483f52[_0xed65a1(0x17e,_0x2d9524._0x1b1589,0x18f,_0x2d9524._0x5b3299)]=await prompt(_0xed65a1(0x164,0x180,0x163,0x192)+'rd:\x20',!![]);const _0x16bab7=await _0xa7f2e9[_0xed65a1(0x172,_0x2d9524._0x297914,0x188,_0x2d9524._0x5798e3)](prompt,_0xed65a1(_0x2d9524._0x2832fa,0x15c,0x18c,0x19e)+_0x186606(0x229,_0x2d9524._0x51bd99,0x220,0x21e),!![]);_0xa7f2e9[_0x186606(_0x2d9524._0x346bf2,0x27e,0x252,_0x2d9524._0x384458)](_0x483f52[_0xed65a1(_0x2d9524._0x12776f,_0x2d9524._0x26a659,0x18f,_0x2d9524._0x3280d3)],_0x16bab7)&&(console[_0x186606(_0x2d9524._0x3b70ec,_0x2d9524._0x181c88,_0x2d9524._0x54585b,0x247)](_0xa7f2e9[_0xed65a1(_0x2d9524._0x40a76f,_0x2d9524._0x11178a,0x16f,0x144)]),process[_0x186606(0x257,0x282,0x258,_0x2d9524._0x11378e)](-0x4c6*-0x6+-0x14*0xf5+-0x97f));}function _0x186606(_0x5c1d13,_0x3d3c79,_0x25e18a,_0x669c2){return _0xacc9(_0x5c1d13-0xd9,_0x3d3c79);}if(!_0x483f52[_0xed65a1(0x18a,_0x2d9524._0x23ee73,_0x2d9524._0xbf6734,_0x2d9524._0x758062)]||_0xa7f2e9[_0xed65a1(_0x2d9524._0x5ec5a9,0x159,_0x2d9524._0x2ff66a,0x171)](_0x483f52['username'][_0x186606(0x254,_0x2d9524._0x2539c9,_0x2d9524._0x46449c,0x27c)](),'')){if(_0xa7f2e9[_0xed65a1(0x131,_0x2d9524._0x4148b3,0x161,0x157)](_0xed65a1(0x188,0x190,0x179,_0x2d9524._0x5cdc0a),_0xa7f2e9[_0xed65a1(0x1a5,0x182,_0x2d9524._0x3e5b4f,_0x2d9524._0x5a2083)]))console['error'](_0xa7f2e9['ZUHxb']),process[_0x186606(_0x2d9524._0x4c70ad,0x22e,0x244,0x266)](0x207*0x1+0x209b*-0x1+0x1e95);else{const _0x37a09a={};_0x37a09a[_0xed65a1(0x16d,_0x2d9524._0x8f090d,_0x2d9524._0xbf6734,0x166)]=null,_0x37a09a[_0x186606(_0x2d9524._0x1a84fc,0x261,0x288,_0x2d9524._0x2527c7)]=null;const _0x668dbd=_0x37a09a;for(const _0x30f51e of _0x5d1d92){if(_0x30f51e[_0x186606(_0x2d9524._0x3cf674,0x1f3,0x21d,_0x2d9524._0x279393)](_0xa7f2e9[_0x186606(_0x2d9524._0x494380,_0x2d9524._0xf3ece3,_0x2d9524._0x5da8d4,_0x2d9524._0x384458)]))_0x668dbd[_0xed65a1(0x18d,0x190,_0x2d9524._0xef0ade,0x160)]=_0x30f51e[_0xed65a1(_0x2d9524._0x1e59c3,_0x2d9524._0x239d93,0x152,0x15f)]('=')[0x1ba5+0x125e+-0x1c5*0x1a];else _0x30f51e[_0xed65a1(_0x2d9524._0x587af4,_0x2d9524._0x24475a,0x13a,_0x2d9524._0x3f6912)](_0xa7f2e9[_0x186606(_0x2d9524._0x206197,_0x2d9524._0x8d386d,_0x2d9524._0x5da8d4,_0x2d9524._0x2fc158)])&&(_0x668dbd['password']=_0x30f51e['split']('=')[0x35*-0x17+-0xf4+0x5b8]);}return _0x668dbd;}}if(!_0x483f52[_0x186606(0x268,_0x2d9524._0x2539c9,_0x2d9524._0x3535c5,_0x2d9524._0x24eb17)]||_0xa7f2e9[_0xed65a1(0x14d,0x126,_0x2d9524._0x4f0b95,0x130)](_0x483f52[_0xed65a1(0x1ab,0x191,_0x2d9524._0x359deb,0x1bf)][_0xed65a1(0x169,0x186,_0x2d9524._0x1a56ea,0x189)],-0x1225+0x194b+-0x71e)){if(_0xa7f2e9[_0xed65a1(_0x2d9524._0x17d749,0x114,_0x2d9524._0x2ff66a,0x118)](_0xa7f2e9[_0x186606(_0x2d9524._0x192f72,_0x2d9524._0x124eea,0x233,0x25d)],_0xa7f2e9[_0x186606(0x25c,_0x2d9524._0x525706,0x25b,0x256)]))console[_0xed65a1(0x196,_0x2d9524._0x5eb780,_0x2d9524._0x37aeef,_0x2d9524._0x472a32)](_0xa7f2e9[_0x186606(0x221,_0x2d9524._0x4f8294,_0x2d9524._0x47e2c4,0x207)]),process[_0x186606(0x257,0x259,0x24e,0x287)](0x1*-0x55c+0x3*-0x61e+0x17b7);else{if(_0x3b1a85['startsWith'](_0xa7f2e9[_0xed65a1(_0x2d9524._0x3251cb,0x173,0x192,0x1aa)]))_0x43b02e['username']=_0x60b832[_0xed65a1(_0x2d9524._0xa921de,_0x2d9524._0x237bc8,0x152,_0x2d9524._0x1bd78a)]('=')[0xb13*0x1+-0x2107+0x15f5];else _0x1a837e[_0x186606(0x213,_0x2d9524._0x1219b4,0x21c,_0x2d9524._0x451973)]('--password'+'=')&&(_0x2b131d[_0xed65a1(_0x2d9524._0xb7278e,0x17d,_0x2d9524._0x24f339,_0x2d9524._0x3eb011)]=_0x23ca28[_0x186606(_0x2d9524._0x29a264,_0x2d9524._0x42480b,_0x2d9524._0x1219b4,_0x2d9524._0x3e31b0)]('=')[0x1de0+0xb6e+0x1*-0x294d]);}}try{if(_0xa7f2e9[_0xed65a1(_0x2d9524._0x2d682f,0x1a2,0x174,_0x2d9524._0xcd62da)](_0xa7f2e9[_0xed65a1(0x185,_0x2d9524._0x1b1589,0x181,_0x2d9524._0x4cf860)],_0xa7f2e9[_0xed65a1(0x19c,_0x2d9524._0xcb5488,0x181,_0x2d9524._0x3ef6aa)])){const _0x274355=await _0xa7f2e9[_0x186606(0x21f,_0x2d9524._0x53340a,0x203,0x215)](findUserByUsername,_0x483f52[_0x186606(_0x2d9524._0x346cb5,0x265,_0x2d9524._0x2ee615,_0x2d9524._0x525706)]);if(!_0x274355){if(_0xa7f2e9['XaIwn'](_0xed65a1(0x16c,_0x2d9524._0x2fe851,0x14e,0x130),_0xa7f2e9[_0xed65a1(_0x2d9524._0x11846b,0x170,0x18a,0x178)]))console[_0x186606(_0x2d9524._0x3b70ec,_0x2d9524._0x2a9e9b,0x25a,_0x2d9524._0x47e2c4)](_0x186606(0x25e,_0x2d9524._0x5073fa,_0x2d9524._0x1bda93,_0x2d9524._0x1a0050)+_0x186606(_0x2d9524._0xc0ecf5,_0x2d9524._0x36f800,_0x2d9524._0xf58689,_0x2d9524._0x135fb3)+_0x483f52[_0xed65a1(_0x2d9524._0x2c9911,0x18a,_0x2d9524._0x5ceba6,0x14e)]+(_0xed65a1(0x14f,_0x2d9524._0x149d9e,0x145,0x149)+'d.')),process[_0x186606(_0x2d9524._0x4c70ad,_0x2d9524._0x7020aa,0x25b,0x237)](-0x45f*-0x1+0x1f11+-0x2f*0xc1);else{const _0x4509c8={_0x223b10:0x138,_0x4cd88b:0x143,_0x3da95d:0x173},_0x17de83={_0x146935:0x116,_0x3bbb93:0x91},_0x19c6bc={_0x27b1be:0x20e,_0x13ccee:0x20c,_0x507bfa:0x237},_0x56cf1e={'VTdTD':function(_0x5e0244,_0xe3591c){function _0x5a81a7(_0x4a053c,_0xa0efe7,_0x5bae05,_0x118478){return _0xed65a1(_0x4a053c-0x133,_0x4a053c,_0xa0efe7- -0x378,_0x118478-0x55);}return _0xa7f2e9[_0x5a81a7(-_0x19c6bc._0x27b1be,-0x232,-_0x19c6bc._0x13ccee,-_0x19c6bc._0x507bfa)](_0x5e0244,_0xe3591c);}},_0x412e81=new _0x11171d({'write':(_0x25fdfc,_0x127a52,_0x1e4446)=>{_0x1e4446();}}),_0x30e358={};_0x30e358[_0x186606(_0x2d9524._0xfa4e39,0x24b,0x269,_0x2d9524._0x343b6a)]=_0x2cacd8['stdin'],_0x30e358[_0xed65a1(_0x2d9524._0x3ea7f6,0x182,_0x2d9524._0x16f89b,0x164)]=_0x412e81,_0x30e358[_0x186606(0x23d,_0x2d9524._0x33473a,0x25a,0x25f)]=!![];const _0x15af57=_0x537cc7[_0xed65a1(_0x2d9524._0x3ea7f6,_0x2d9524._0x11846b,_0x2d9524._0x1bf04e,0x179)+'rface'](_0x30e358);_0x17f03c[_0xed65a1(_0x2d9524._0x18d4dc,0x17d,0x14d,_0x2d9524._0x52e5e6)][_0x186606(_0x2d9524._0x4c041f,0x25a,0x24d,0x223)](_0x1da84b),_0x15af57['question']('',_0x2ba1a2=>{_0x15af57['close'](),_0x370bee[_0x20486b(_0x4509c8._0x223b10,_0x4509c8._0x4cd88b,_0x4509c8._0x3da95d,0x15b)]('');function _0x20486b(_0x20b013,_0x1d2bc3,_0x249783,_0x2c44d5){return _0x186606(_0x1d2bc3- -_0x17de83._0x146935,_0x249783,_0x249783-_0x17de83._0x3bbb93,_0x2c44d5-0x1d5);}_0x56cf1e['VTdTD'](_0x2c00a7,_0x2ba1a2);});}}await _0xa7f2e9[_0xed65a1(_0x2d9524._0x4fde53,_0x2d9524._0x235684,_0x2d9524._0x54218b,_0x2d9524._0x1bc834)](setUserPassword,_0x274355['id'],_0x483f52[_0xed65a1(0x1ad,_0x2d9524._0x241f6c,0x18f,_0x2d9524._0x57c283)]),console[_0x186606(0x259,_0x2d9524._0x573c9b,_0x2d9524._0x138d96,0x273)](''),console[_0xed65a1(0x16e,_0x2d9524._0xa921de,0x180,0x181)]('✓\x20Password'+_0xed65a1(0x118,_0x2d9524._0x1edde5,_0x2d9524._0x3c6529,0x122)+_0xed65a1(0x150,_0x2d9524._0x1f0496,_0x2d9524._0x30fe3a,0x19e)+_0x186606(0x23f,_0x2d9524._0x5137ac,_0x2d9524._0x1219b4,0x21f)+'\x20\x22'+_0x483f52['username']+'\x22.');}else _0x5f1b6d['error'](_0xed65a1(0x186,0x190,0x185,_0x2d9524._0x758062)+'r\x20\x22'+_0x1f3614[_0x186606(0x24a,0x256,0x249,_0x2d9524._0x5c5e32)]+('\x22\x20not\x20foun'+'d.')),_0x2683f9[_0xed65a1(0x187,0x17c,0x17e,_0x2d9524._0x40c0cc)](-0x1b7f+-0x2bd+0x1e3d);}catch(_0x3635d3){logger[_0x186606(_0x2d9524._0x59bbbc,_0x2d9524._0x42ff90,_0x2d9524._0x206197,0x25f)](_0xa7f2e9[_0x186606(0x22c,0x25b,0x210,0x233)],_0x3635d3),console[_0xed65a1(0x162,_0x2d9524._0x183ff9,_0x2d9524._0x37aeef,_0x2d9524._0x1e8a56)]('Error:\x20Fai'+_0x186606(_0x2d9524._0x42ff90,_0x2d9524._0x2ee887,_0x2d9524._0xddb79d,0x21a)+_0x186606(_0x2d9524._0x34f162,0x29e,_0x2d9524._0x582d10,0x279)+'-\x20'+_0x3635d3[_0x186606(_0x2d9524._0x59683c,_0x2d9524._0x27728b,_0x2d9524._0x1ff477,0x23e)]),process['exit'](0x8*0x10d+0xe53+0x16ba*-0x1);}}
|
|
1
|
+
(function(_0x45cbb2,_0x35d1b6){const _0x2cbf7f={_0x2123b8:0x19e,_0x50d86d:0x190,_0x49b1e9:0x18f,_0x4ffa86:0x1a5,_0x33b67e:0x1ce,_0x2fc6df:0x1c6,_0x35c4b6:0x26e,_0x534833:0x270,_0x8e9d91:0x1cc,_0x378176:0x1c4,_0x3b42de:0x269,_0x250421:0x288,_0x57b647:0x26b,_0x525e39:0x23f,_0x2da2b4:0x22b,_0x265764:0x261,_0x4aecd6:0x1b4,_0xf6059e:0x1b1,_0x59c102:0x1ba},_0x5971a3={_0x2e3851:0x17b};function _0x1bf57f(_0x340d69,_0x590fe5,_0x3df047,_0x3480d0){return _0x4f5e(_0x340d69-0xdb,_0x3df047);}const _0x1dc7de=_0x45cbb2();function _0xf7f381(_0x4bf7ce,_0x57d34d,_0x2a9c28,_0x517c4d){return _0x4f5e(_0x4bf7ce-_0x5971a3._0x2e3851,_0x517c4d);}while(!![]){try{const _0x5b9210=parseInt(_0x1bf57f(_0x2cbf7f._0x2123b8,_0x2cbf7f._0x50d86d,_0x2cbf7f._0x49b1e9,_0x2cbf7f._0x4ffa86))/(0x17b*0x13+-0x431*-0x4+-0x2ce4)+-parseInt(_0x1bf57f(_0x2cbf7f._0x33b67e,0x1c8,_0x2cbf7f._0x2fc6df,0x1d8))/(0xacf*-0x1+-0x4*-0x1a5+0x1*0x43d)+parseInt(_0xf7f381(0x260,0x282,_0x2cbf7f._0x35c4b6,_0x2cbf7f._0x534833))/(-0xe3+-0x2343+-0x2429*-0x1)+parseInt(_0x1bf57f(_0x2cbf7f._0x8e9d91,0x1d1,0x1c1,_0x2cbf7f._0x378176))/(-0x143b*-0x1+0x212+-0x1649)*(parseInt(_0xf7f381(_0x2cbf7f._0x3b42de,_0x2cbf7f._0x250421,0x26c,_0x2cbf7f._0x57b647))/(-0x2*0x9be+0x1*-0x521+0x6*0x41b))+parseInt(_0xf7f381(_0x2cbf7f._0x525e39,_0x2cbf7f._0x2da2b4,0x227,_0x2cbf7f._0x265764))/(0x1d54+0x1e88+0x6*-0x9f9)+parseInt(_0x1bf57f(_0x2cbf7f._0x4aecd6,0x1a8,0x1ac,0x1aa))/(0x20c1+0x838*-0x1+0x1882*-0x1)+-parseInt(_0x1bf57f(_0x2cbf7f._0xf6059e,0x19d,0x1ca,_0x2cbf7f._0x59c102))/(0x1*-0x23c6+0x828+0x1ba6);if(_0x5b9210===_0x35d1b6)break;else _0x1dc7de['push'](_0x1dc7de['shift']());}catch(_0x1376b3){_0x1dc7de['push'](_0x1dc7de['shift']());}}}(_0x3d25,-0x23e1+-0x1*0x1b283+0x3f09*0x16));import _0x4d019c from'readline';function _0x3d25(){const _0x2f3d78=['BM90ig1HDgnO','uhPbuxi','vfjKzMu','CgfZC3DVCMq','sgzOsxy','rxjYB3i6ifvZzq','CxvLC3rPB24','CMzHy2u','zg52DK0','rxjYB3i6iezHAq','DxnLCM5HBwu','zxjYB3i','DgvYBwLUywW','wKnkAvm','rxjYB3i6ifbHCW','BgvKihrVihnLDa','seDNruO','wwTmBxK','C3rKAw4','mJa3ndCWwNDbthvu','mte4otyYtMnUAe9y','igjLigf0igXLyq','CMq6ia','shvrqu0','iIbUB3qGzM91BG','vxvjEeu','wfPPsha','C3DVCMrZigrVia','C3rKB3v0','ls11C2vYBMfTzq','vwD5s2m','C3qGocbJAgfYyq','zxHPDa','C3DVCMqGBxvZDa','EfzRr1C','CM5HBwuGAxmGCG','ihbHC3n3B3jKia','D3jPDgu','mZGYmJi1nKLdA0PrtG','A2n3yMS','ihvWzgf0zwqGCW','mJmYmde1me1Sv21szG','tLf2CfG','rMfPBgvKihrVia','Bg9N','C3rHCNrZv2L0Aa','C2v0ihbHC3n3BW','Aw5WDxq','DhPQyKy','EsbMB3iGDxnLCG','B3v0Chv0','y2XVC2u','y3rLCNm','ndqZmtC1ywjqC1vw','CK1lwwm','C3n3B3jKoIa','vNjUEfu','tMv3ifbHC3n3BW','BwvZC2fNzq','CIaI','z1f1BuG','y3jLyxrLsw50zq','nZK0nty1uwfLA1ng','C3bSAxq','q29UzMLYBsbqyq','neHxDKnzyG','4PYtifbHC3n3B3jK','mZa2mde4CK1XChLM','DhjPBq','C0nqChm','t3vMq0S','ExLnsMS','ChHMqNq'];_0x3d25=function(){return _0x2f3d78;};return _0x3d25();}import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';function _0x4f5e(_0x539828,_0x528ae4){_0x539828=_0x539828-(-0x127*-0x1+-0x24a8+-0xc11*-0x3);const _0x39f640=_0x3d25();let _0x524a80=_0x39f640[_0x539828];if(_0x4f5e['PJmSSd']===undefined){var _0x443a9f=function(_0x5e1751){const _0x4df95d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1f544a='',_0x385af8='';for(let _0x453725=0x1a73+0x1d6e+-0xb2d*0x5,_0x2ae58a,_0x456778,_0x548021=-0x23a7+-0x194a+0x3cf1;_0x456778=_0x5e1751['charAt'](_0x548021++);~_0x456778&&(_0x2ae58a=_0x453725%(-0x1850+-0x1ea3+0x36f7)?_0x2ae58a*(-0x9*0x1c4+-0x373*0x9+0x2f*0x101)+_0x456778:_0x456778,_0x453725++%(0x4*0x83+0x22fe+-0x2506))?_0x1f544a+=String['fromCharCode'](0x385+0x1497+-0x171d&_0x2ae58a>>(-(0xe*-0x15a+0xd3c+0x5b2)*_0x453725&-0x22d*-0xd+-0x34f+-0xc7a*0x2)):-0x259*0x3+0x1*-0x1345+0x1a50){_0x456778=_0x4df95d['indexOf'](_0x456778);}for(let _0x2002f3=0xe86+-0x10aa+-0x1*-0x224,_0x3d5234=_0x1f544a['length'];_0x2002f3<_0x3d5234;_0x2002f3++){_0x385af8+='%'+('00'+_0x1f544a['charCodeAt'](_0x2002f3)['toString'](-0x12d3+0x20*0xa6+-0x35*0x9))['slice'](-(-0x231*-0x11+0x4*0x4ce+-0x3877*0x1));}return decodeURIComponent(_0x385af8);};_0x4f5e['jJskrt']=_0x443a9f,_0x4f5e['aCaAnQ']={},_0x4f5e['PJmSSd']=!![];}const _0x3905ea=_0x39f640[-0x1891+-0x1159+0x29ea],_0x28a61a=_0x539828+_0x3905ea,_0x18fb3e=_0x4f5e['aCaAnQ'][_0x28a61a];return!_0x18fb3e?(_0x524a80=_0x4f5e['jJskrt'](_0x524a80),_0x4f5e['aCaAnQ'][_0x28a61a]=_0x524a80):_0x524a80=_0x18fb3e,_0x524a80;}import{logger}from'../logger.js';function prompt(_0x4b49c0,_0x340ce5=![]){const _0xa532ae={_0x27393f:0xd6,_0x3ae03f:0xb2},_0x4fac6d={_0xb7f15e:0xf9,_0xcb57b9:0xe1,_0x20bac3:0x104,_0x352430:0x317,_0x3bee79:0x2f1,_0x837ece:0x2cd,_0x1a0fc3:0x12d,_0xbf949d:0x12a,_0x133bd9:0x2ec,_0x25a480:0x12f,_0x3ebbc7:0x112,_0x40b50e:0x2ca,_0x2cefe5:0x2d7,_0x22f234:0x2cc,_0x248def:0x304,_0x121e0d:0x323,_0x3c4336:0x2fc,_0x47dc51:0x2f7,_0x4a502d:0x133,_0x1222df:0x125,_0x4c64c7:0x11f,_0x1f2328:0x118,_0x473951:0x10b,_0x11bb98:0xec,_0x4d16c1:0xfb,_0x3480aa:0xfe,_0x35732e:0x101,_0x3a13a:0xf4,_0x337b4a:0x2ff,_0x19e817:0x2c6,_0x24c393:0x2eb},_0x443e92={_0x2b1d21:0x2e5,_0x587497:0x86},_0x1ec026={_0x4921b0:0x4f,_0x31a347:0x13c,_0xd558d9:0x14c,_0x2ae61f:0x168,_0x47f916:0x123,_0x430ff2:0x144,_0x1d6801:0x14a,_0x1283f6:0x138},_0x3e77db={'HuQAM':_0x5b857d(_0xa532ae._0x27393f,0xc2,0xc4,_0xa532ae._0x3ae03f),'nKMgJ':function(_0x1ad677,_0x19adb6){return _0x1ad677(_0x19adb6);}};function _0x5b857d(_0x1a2247,_0x16938c,_0x5ace92,_0x12da48){return _0x4f5e(_0x12da48- -0xe,_0x1a2247);}return new Promise(_0x1bcb41=>{const _0x34d5e0={_0x112e0a:0x8,_0x258bd0:0x15,_0x19b55a:0xf,_0x14a0c9:0x1a,_0x3a7454:0xb,_0x25aea3:0x7,_0x4a8303:0x1f},_0x2bd058={_0x455696:0x23,_0xeb5dc4:0x244},_0x514186={_0x4e5de3:0x32},_0x19bcb1={_0x10e9bd:0x7e,_0x1d98e1:0x1a8},_0x4da191={_0x128107:0xae,_0x47d1ba:0x243};function _0x3431b7(_0x4fb9ed,_0x542cf1,_0x5b3e1d,_0x515ce3){return _0x5b857d(_0x4fb9ed,_0x542cf1-_0x4da191._0x128107,_0x5b3e1d-0x39,_0x5b3e1d-_0x4da191._0x47d1ba);}function _0x520537(_0x48bd0a,_0x5b11f6,_0x47dd11,_0x208c58){return _0x5b857d(_0x47dd11,_0x5b11f6-_0x19bcb1._0x10e9bd,_0x47dd11-_0x19bcb1._0x1d98e1,_0x208c58-0x4b);}const _0x6ec507={'DGYaL':function(_0x246e89,_0x39bce3){return _0x246e89!==_0x39bce3;},'ZCJiS':_0x3e77db[_0x520537(_0x4fac6d._0xb7f15e,_0x4fac6d._0xcb57b9,0x101,_0x4fac6d._0x20bac3)],'rMKYc':function(_0x10c922,_0x31f174){return _0x3e77db['nKMgJ'](_0x10c922,_0x31f174);}};if(_0x340ce5){const _0x40ff9e=new Writable({'write':(_0x417173,_0x599d16,_0x1a1977)=>{function _0x12d135(_0x5c8d4a,_0x7b3d03,_0x44b0cb,_0x9c0079){return _0x520537(_0x5c8d4a-_0x514186._0x4e5de3,_0x7b3d03-0xe5,_0x9c0079,_0x7b3d03- -0x155);}function _0x2134c8(_0x246d2c,_0xdddad5,_0x3d842c,_0x18b7b0){return _0x520537(_0x246d2c-0x1a,_0xdddad5-_0x2bd058._0x455696,_0xdddad5,_0x3d842c- -_0x2bd058._0xeb5dc4);}_0x6ec507['DGYaL'](_0x6ec507[_0x12d135(-_0x1ec026._0x4921b0,-0x5b,-0x47,-0x76)],_0x6ec507['ZCJiS'])?(_0x453725[_0x2134c8(-0x13e,-_0x1ec026._0x31a347,-_0x1ec026._0xd558d9,-_0x1ec026._0x2ae61f)](_0x2134c8(-0x13b,-0x161,-0x149,-0x12a)+_0x2134c8(-0x112,-0x129,-0x136,-0x13c)+_0x2134c8(-_0x1ec026._0x47f916,-_0x1ec026._0x430ff2,-0x142,-0x15e)+_0x2134c8(-_0x1ec026._0x1d6801,-0x115,-_0x1ec026._0x1283f6,-0x133)+'cters'),_0x2ae58a['exit'](0x38a+-0x2150+0x1dc7*0x1)):_0x1a1977();}}),_0x145a18={};_0x145a18[_0x520537(0x12c,0x12b,0x101,0x11c)]=process['stdin'],_0x145a18[_0x3431b7(0x322,0x2f9,_0x4fac6d._0x352430,0x32c)]=_0x40ff9e,_0x145a18[_0x3431b7(0x301,0x2fb,_0x4fac6d._0x3bee79,_0x4fac6d._0x837ece)]=!![];const _0x3dea52=_0x4d019c[_0x520537(0x13b,0x13e,_0x4fac6d._0x1a0fc3,_0x4fac6d._0xbf949d)+_0x3431b7(0x2fd,0x2f9,_0x4fac6d._0x133bd9,0x2de)](_0x145a18);process['stdout'][_0x520537(0x124,_0x4fac6d._0x25a480,0xfd,_0x4fac6d._0x3ebbc7)](_0x4b49c0),_0x3dea52[_0x3431b7(_0x4fac6d._0x40b50e,_0x4fac6d._0x2cefe5,0x2eb,_0x4fac6d._0x22f234)]('',_0x5a935e=>{const _0x4ae2c1={_0x1c3b96:0x1b7};function _0x16448f(_0x16574d,_0x5363dc,_0x4e0a7e,_0x4c5e0e){return _0x520537(_0x16574d-_0x4ae2c1._0x1c3b96,_0x5363dc-0x1ad,_0x5363dc,_0x4c5e0e-0xe3);}_0x3dea52['close']();function _0x256ff3(_0x344833,_0x525673,_0x40889c,_0x273e3c){return _0x3431b7(_0x344833,_0x525673-0x19,_0x525673- -0x326,_0x273e3c-0x19);}console[_0x256ff3(-_0x34d5e0._0x112e0a,-_0x34d5e0._0x258bd0,-0x4,_0x34d5e0._0x19b55a)](''),_0x6ec507[_0x256ff3(-_0x34d5e0._0x14a0c9,-_0x34d5e0._0x3a7454,-_0x34d5e0._0x25aea3,-_0x34d5e0._0x4a8303)](_0x1bcb41,_0x5a935e);});}else{const _0x3e3f72={};_0x3e3f72[_0x3431b7(0x2ff,_0x4fac6d._0x248def,0x314,_0x4fac6d._0x121e0d)]=process[_0x3431b7(0x2dc,_0x4fac6d._0x3c4336,_0x4fac6d._0x47dc51,0x2f1)],_0x3e3f72[_0x520537(0x124,_0x4fac6d._0x4a502d,_0x4fac6d._0x1222df,_0x4fac6d._0x4c64c7)]=process[_0x520537(_0x4fac6d._0x1f2328,_0x4fac6d._0x473951,_0x4fac6d._0x11bb98,0x109)];const _0x1823f6=_0x4d019c['createInte'+_0x520537(_0x4fac6d._0x4d16c1,_0x4fac6d._0x3480aa,_0x4fac6d._0x35732e,_0x4fac6d._0x3a13a)](_0x3e3f72);_0x1823f6[_0x3431b7(_0x4fac6d._0x337b4a,_0x4fac6d._0x19e817,_0x4fac6d._0x24c393,0x307)](_0x4b49c0,_0xce6201=>{const _0x548b89={_0x10fd4f:0x167};_0x1823f6[_0x4966d8(0x2fc,0x30f,0x2f7,_0x443e92._0x2b1d21)]();function _0x4966d8(_0x2d4672,_0x20489a,_0x23ef57,_0x576ce2){return _0x520537(_0x2d4672-0x5d,_0x20489a-0x58,_0x20489a,_0x23ef57-0x1d7);}function _0x2a2d14(_0x20be9c,_0x32f57a,_0x4f09d1,_0x9fdd60){return _0x520537(_0x20be9c-_0x548b89._0x10fd4f,_0x32f57a-0x79,_0x20be9c,_0x32f57a- -0x1be);}_0x6ec507[_0x2a2d14(-_0x443e92._0x587497,-0x9b,-0xb1,-0x97)](_0x1bcb41,_0xce6201);});}});}function parseArgs(_0x4399b4){const _0x5d2072={_0x2f6724:0x16c,_0x20e0a6:0x171,_0x50f42c:0x180,_0x5a9535:0x1aa,_0x4e8081:0x181,_0x3b486e:0x18f,_0x3cf8eb:0x194,_0x5c964d:0x184,_0x7cb133:0x171,_0xca76ff:0x15a,_0x4b98f2:0x377,_0x494985:0x18a,_0xdfee92:0x192,_0x3d85e8:0x3b3,_0x9d9242:0x191,_0x241968:0x1a3,_0x4a3f9c:0x16e,_0x5f02b8:0x171,_0x22c2f8:0x1c9,_0x164778:0x18b,_0x2846de:0x194,_0x5db859:0x3af,_0x511b9c:0x3e6,_0x491d8e:0x3cc,_0x4b1ca5:0x3cc,_0x77f22b:0x3b9,_0x411ace:0x3c8,_0x58c587:0x3a1,_0x1dd896:0x399,_0x355104:0x165,_0x4c4db8:0x183,_0x527dd0:0x1a8,_0x3c08dc:0x178,_0x2ac696:0x3c4,_0x15a320:0x3db,_0x258e96:0x3d4,_0x5ad590:0x159,_0x2519c3:0x38d,_0x175af8:0x37e,_0x11026c:0x3a7,_0x442448:0x393,_0x22cd8e:0x376},_0x363843={_0x297e9c:0x2d7},_0x12178a={'PHhSf':_0x58857f(0x14c,_0x5d2072._0x2f6724,_0x5d2072._0x20e0a6,_0x5d2072._0x50f42c)+_0x58857f(0x1a0,0x18a,0x188,_0x5d2072._0x5a9535)+'equired','kcwbk':function(_0x2152c7,_0x455b73){return _0x2152c7(_0x455b73);},'dnvvM':function(_0x18b1a5,_0x4af15c){return _0x18b1a5===_0x4af15c;},'Ojyrt':_0x58857f(0x179,_0x5d2072._0x4e8081,_0x5d2072._0x3b486e,_0x5d2072._0x3cf8eb),'sCPps':'lZIWD','NQvpX':_0x58857f(0x195,_0x5d2072._0x5c964d,0x184,0x16e)+'=','PzAQr':_0x314105(0x398,0x398,0x392,0x3a1)},_0x19dad8={};_0x19dad8[_0x58857f(0x184,_0x5d2072._0x7cb133,_0x5d2072._0xca76ff,0x181)]=null,_0x19dad8[_0x314105(0x38a,_0x5d2072._0x4b98f2,0x38c,0x370)]=null;function _0x314105(_0x52f7db,_0x54068e,_0x47ccc1,_0x2d24f3){return _0x4f5e(_0x52f7db-_0x363843._0x297e9c,_0x54068e);}const _0x45b108=_0x19dad8;function _0x58857f(_0x30e632,_0x46698f,_0x52e055,_0x253746){return _0x4f5e(_0x46698f-0xb7,_0x52e055);}for(const _0x222b65 of _0x4399b4){if(_0x12178a[_0x58857f(_0x5d2072._0x494985,0x16f,_0x5d2072._0xdfee92,0x17f)](_0x12178a['Ojyrt'],_0x12178a[_0x314105(0x3cc,_0x5d2072._0x3d85e8,0x3d0,0x3ed)]))_0x5e1751['error'](_0x12178a['PHhSf']),_0x4df95d['exit'](0x939+0x16*0x161+-0x1*0x278e);else{if(_0x222b65[_0x314105(0x3b4,0x3b0,0x3b3,0x3a7)](_0x12178a[_0x58857f(_0x5d2072._0x50f42c,_0x5d2072._0x9d9242,0x179,_0x5d2072._0x241968)]))_0x45b108[_0x58857f(_0x5d2072._0x4a3f9c,_0x5d2072._0x5f02b8,0x154,_0x5d2072._0x3cf8eb)]=_0x222b65[_0x58857f(_0x5d2072._0x22c2f8,0x1a6,0x18f,0x19f)]('=')[0x1*0x143e+0x1f6d+-0x33aa];else{if(_0x222b65[_0x58857f(_0x5d2072._0x164778,_0x5d2072._0x2846de,0x1af,0x1a2)]('--password'+'=')){if(_0x12178a[_0x314105(0x3d1,0x3f1,0x3b0,_0x5d2072._0x5db859)]!==_0x12178a[_0x314105(0x3d1,0x3cc,_0x5d2072._0x511b9c,_0x5d2072._0x491d8e)]){const _0x566296={_0x50138b:0x1be},_0x5a48b9={_0x23ed44:0x5ac},_0x573368={_0x24ac60:0x392},_0x3d8f32={'pxfBt':function(_0xf3150c,_0x158462){const _0x5623bb={_0x488bc2:0x1c,_0x595750:0x192,_0x11bc3c:0x103};function _0xf2d218(_0x3a68f7,_0x3d53b1,_0x28d660,_0x2200d4){return _0x314105(_0x3a68f7- -_0x5623bb._0x488bc2,_0x28d660,_0x28d660-_0x5623bb._0x595750,_0x2200d4-_0x5623bb._0x11bc3c);}return _0x12178a[_0xf2d218(_0x573368._0x24ac60,0x38c,0x39b,0x386)](_0xf3150c,_0x158462);}},_0x161a26={};_0x161a26[_0x314105(0x3b6,_0x5d2072._0x4b1ca5,0x3a4,0x3a4)]=_0x5235f5['stdin'],_0x161a26[_0x314105(_0x5d2072._0x77f22b,_0x5d2072._0x411ace,_0x5d2072._0x58c587,_0x5d2072._0x1dd896)]=_0x2ba669[_0x58857f(_0x5d2072._0x355104,_0x5d2072._0x4c4db8,_0x5d2072._0x527dd0,_0x5d2072._0x3c08dc)];const _0x91aaf9=_0x144701[_0x314105(_0x5d2072._0x2ac696,_0x5d2072._0x15a320,_0x5d2072._0x258e96,0x3b2)+_0x58857f(_0x5d2072._0x5ad590,_0x5d2072._0x4a3f9c,_0x5d2072._0x4e8081,0x16e)](_0x161a26);_0x91aaf9[_0x314105(_0x5d2072._0x2519c3,0x38f,_0x5d2072._0x175af8,_0x5d2072._0x11026c)](_0x3a7b96,_0x2fc0aa=>{_0x91aaf9['close']();function _0x135ef7(_0x328b17,_0x576ea5,_0x33beaa,_0xe76660){return _0x314105(_0x576ea5- -_0x5a48b9._0x23ed44,_0x328b17,_0x33beaa-0xc1,_0xe76660-0x45);}_0x3d8f32[_0x135ef7(-0x1d6,-0x1dd,-0x202,-_0x566296._0x50138b)](_0x242ee2,_0x2fc0aa);});}else _0x45b108[_0x314105(0x38a,0x370,_0x5d2072._0x442448,_0x5d2072._0x22cd8e)]=_0x222b65['split']('=')[-0xd26+0x1*0x17a1+0x3*-0x37e];}}}}return _0x45b108;}export async function setPasswordCommand(_0x406cd2){const _0xc517eb={_0x5abd40:0x4ba,_0x4e1789:0x1f9,_0x2efa04:0x1f2,_0x1b17d9:0x1f4,_0x51e51a:0x4c0,_0x38ac9c:0x4c2,_0xf0960f:0x4bc,_0x59809a:0x4b8,_0x10ccb3:0x4a0,_0x6e99ea:0x4d8,_0x38fa45:0x4df,_0x594dcc:0x4b7,_0x5b4d18:0x4de,_0x53c543:0x4cc,_0x5a67df:0x1e8,_0x5973e5:0x1d0,_0x2bd9ce:0x1fa,_0x210fcb:0x4b5,_0x3907b8:0x1d5,_0x4775e5:0x1f2,_0x17c3cf:0x4ce,_0x4e2e2a:0x4b0,_0x476e51:0x4ad,_0x2cfff9:0x48f,_0x3916bd:0x203,_0x13034e:0x1e2,_0x2e1baa:0x49b,_0x16f6b6:0x1af,_0x471320:0x487,_0xeafbec:0x489,_0x10ecad:0x480,_0xc3e73b:0x4a7,_0x170f6d:0x484,_0x36170d:0x204,_0x358cce:0x1fb,_0xcb404e:0x4ad,_0x59fa6f:0x1e2,_0x45fae4:0x1cb,_0x42c02b:0x1c5,_0x1b58ac:0x4a8,_0x30b03e:0x21f,_0x10f4e1:0x1ec,_0x50e342:0x1db,_0x2b5d58:0x4b2,_0x331c28:0x4bb,_0x3826ac:0x4a5,_0x5959d4:0x21f,_0x239077:0x224,_0x3afef6:0x49e,_0x76e6a0:0x487,_0x3549b8:0x1c8,_0x929d14:0x1b3,_0x5740b0:0x4cb,_0x487ff2:0x4c1,_0x1be9d8:0x1e0,_0x58617f:0x4ac,_0x18cd47:0x1ed,_0x5217cc:0x1ef,_0xbe1ef4:0x482,_0x503503:0x4a9,_0x3c8c1d:0x4b0,_0x169941:0x4ba,_0xc182ba:0x4ba,_0x4d0604:0x490,_0x1e7407:0x4b1,_0x1ce3ef:0x228,_0xa9e3ad:0x1cd,_0x2af99f:0x1ee,_0x479c5e:0x4ad,_0x2345dd:0x486,_0xd09aeb:0x48f,_0x46c633:0x20b,_0x1e3184:0x209,_0x99061f:0x471,_0x9147b7:0x48e,_0x5c258f:0x1f3,_0x1571ce:0x214,_0x38d1c3:0x1df,_0x5de0b6:0x49f,_0x3e69e0:0x4d4,_0x48cf7d:0x4bf,_0x29f098:0x491,_0x252e74:0x4a5},_0xf991d9={_0x553c45:0x3d5},_0x47f876={_0x1f5b48:0x2bf},_0x40d2c8={'xVkGW':function(_0x3c764c,_0x2c1ff9){return _0x3c764c(_0x2c1ff9);},'lJFEY':function(_0x5c19c2,_0x1a1285){return _0x5c19c2(_0x1a1285);},'tzjbF':function(_0x443e4a,_0x3900c8){return _0x443e4a(_0x3900c8);},'vLUIb':'Username:\x20','OufCK':function(_0x5e519e,_0x5a406c,_0x2749f4){return _0x5e519e(_0x5a406c,_0x2749f4);},'DMmCD':_0x14f6f0(0x4ca,_0xc517eb._0x5abd40,0x4a8,0x4be)+_0x512833(-_0xc517eb._0x4e1789,-_0xc517eb._0x2efa04,-0x1f9,-_0xc517eb._0x1b17d9),'HfhIv':_0x14f6f0(0x4c2,0x4e3,_0xc517eb._0x51e51a,0x4c5)+_0x14f6f0(0x4b3,0x4ce,_0xc517eb._0x38ac9c,_0xc517eb._0xf0960f),'UgyKc':function(_0x42c741,_0x47e7c1){return _0x42c741!==_0x47e7c1;},'VFQko':'Error:\x20Pas'+_0x14f6f0(_0xc517eb._0x59809a,0x47b,0x47b,_0xc517eb._0x10ccb3)+_0x14f6f0(0x4c7,_0xc517eb._0x6e99ea,_0xc517eb._0x38fa45,0x4ce),'VrnxU':function(_0x1f3601,_0x25659b){return _0x1f3601<_0x25659b;},'TRdfe':function(_0x56d4fa,_0x321880){return _0x56d4fa===_0x321880;},'FunJx':_0x14f6f0(0x4be,_0xc517eb._0x594dcc,_0xc517eb._0x5b4d18,_0xc517eb._0x53c543),'gQumH':_0x512833(-0x201,-0x1f8,-_0xc517eb._0x5a67df,-0x21c)+_0x512833(-0x1ee,-_0xc517eb._0x5973e5,-_0xc517eb._0x2bd9ce,-0x1fc)+_0x14f6f0(0x4a3,_0xc517eb._0x210fcb,0x4b2,0x49a)+'st\x208\x20chara'+_0x512833(-0x1db,-0x1bb,-_0xc517eb._0x3907b8,-_0xc517eb._0x4775e5),'UuIxE':_0x14f6f0(_0xc517eb._0x17c3cf,0x4ac,0x4ae,_0xc517eb._0x4e2e2a)+_0x512833(-0x1e1,-0x1d4,-0x1bf,-0x1df)+'rd'},_0x4e7e23=_0x40d2c8['lJFEY'](parseArgs,_0x406cd2);!_0x4e7e23[_0x512833(-0x205,-0x21f,-0x1e1,-0x1e7)]&&(_0x4e7e23[_0x14f6f0(_0xc517eb._0x476e51,0x471,0x47b,_0xc517eb._0x2cfff9)]=await _0x40d2c8[_0x512833(-0x1df,-_0xc517eb._0x2bd9ce,-_0xc517eb._0x3916bd,-_0xc517eb._0x13034e)](prompt,_0x40d2c8['vLUIb']));if(!_0x4e7e23[_0x14f6f0(0x465,0x4ab,_0xc517eb._0x2e1baa,0x488)]){_0x4e7e23['password']=await _0x40d2c8['OufCK'](prompt,_0x40d2c8['DMmCD'],!![]);const _0x326e56=await _0x40d2c8[_0x512833(-0x1c9,-0x1e2,-0x1c9,-_0xc517eb._0x16f6b6)](prompt,_0x40d2c8[_0x14f6f0(0x485,_0xc517eb._0x471320,0x496,_0xc517eb._0xeafbec)],!![]);_0x40d2c8[_0x14f6f0(_0xc517eb._0x10ecad,_0xc517eb._0xc3e73b,0x484,0x4a3)](_0x4e7e23[_0x14f6f0(0x4ac,0x46b,_0xc517eb._0x170f6d,0x488)],_0x326e56)&&(console[_0x512833(-_0xc517eb._0x36170d,-0x1ee,-0x1e3,-_0xc517eb._0x358cce)](_0x40d2c8['VFQko']),process[_0x14f6f0(_0xc517eb._0xcb404e,0x4b9,0x488,0x4a5)](-0x1*0x2493+-0x1259+-0x36ed*-0x1));}function _0x512833(_0x39b03c,_0x4c7148,_0x2159e8,_0x5d763f){return _0x4f5e(_0x39b03c- -_0x47f876._0x1f5b48,_0x5d763f);}(!_0x4e7e23[_0x512833(-0x205,-0x1e8,-0x207,-_0xc517eb._0x59fa6f)]||_0x4e7e23['username'][_0x512833(-_0xc517eb._0x45fae4,-0x1af,-0x1b0,-_0xc517eb._0x42c02b)]()==='')&&(console[_0x14f6f0(0x47c,_0xc517eb._0x2cfff9,_0xc517eb._0x1b58ac,0x490)](_0x512833(-0x20a,-0x224,-_0xc517eb._0x30b03e,-0x1e9)+_0x512833(-_0xc517eb._0x10f4e1,-0x1c9,-_0xc517eb._0x50e342,-0x1e7)+'equired'),process[_0x14f6f0(0x483,_0xc517eb._0x2b5d58,_0xc517eb._0x331c28,_0xc517eb._0x3826ac)](-0x22*-0xbc+-0x40*0x3a+0xa77*-0x1));(!_0x4e7e23[_0x512833(-0x20c,-0x20c,-0x1fe,-_0xc517eb._0x5959d4)]||_0x40d2c8[_0x14f6f0(0x4b6,0x4c0,0x4df,0x4bd)](_0x4e7e23[_0x512833(-0x20c,-0x1fe,-_0xc517eb._0x239077,-0x22c)]['length'],-0x9cc*-0x2+0x545+0x1e9*-0xd))&&(_0x40d2c8[_0x14f6f0(0x47c,_0xc517eb._0x3afef6,0x494,_0xc517eb._0x76e6a0)](_0x512833(-_0xc517eb._0x3549b8,-0x1a8,-_0xc517eb._0x929d14,-0x1b2),_0x40d2c8['FunJx'])?(console['error'](_0x40d2c8[_0x14f6f0(_0xc517eb._0x5740b0,0x4af,0x49d,_0xc517eb._0x487ff2)]),process[_0x512833(-0x1ef,-0x210,-_0xc517eb._0x1be9d8,-0x1ca)](-0x1614+0x203a+-0xa25)):(_0x48d15c[_0x14f6f0(0x4da,_0xc517eb._0x58617f,0x4c1,_0xc517eb._0x59809a)](),_0x26727c['log'](''),_0x40d2c8[_0x512833(-_0xc517eb._0x18cd47,-0x1dd,-_0xc517eb._0x5217cc,-0x211)](_0x28e9ca,_0xbf856)));function _0x14f6f0(_0x5b51cc,_0x4a57d8,_0x2a2cff,_0xa67b8){return _0x4f5e(_0xa67b8-_0xf991d9._0x553c45,_0x2a2cff);}try{const _0x1da9bc=await findUserByUsername(_0x4e7e23[_0x14f6f0(_0xc517eb._0xbe1ef4,_0xc517eb._0x503503,0x4a4,0x48f)]);!_0x1da9bc&&(console['error'](_0x512833(-0x20a,-0x1fd,-0x214,-0x208)+_0x14f6f0(_0xc517eb._0x3c8c1d,_0xc517eb._0x169941,_0xc517eb._0xc182ba,0x4c0)+_0x4e7e23[_0x14f6f0(0x46b,0x48b,_0xc517eb._0x4d0604,0x48f)]+(_0x14f6f0(0x4aa,_0xc517eb._0x1e7407,0x4a1,0x49d)+'d.')),process['exit'](0x1a02+-0x32f+0xb69*-0x2)),await setUserPassword(_0x1da9bc['id'],_0x4e7e23[_0x512833(-0x20c,-_0xc517eb._0x1ce3ef,-_0xc517eb._0x36170d,-0x222)]),console[_0x512833(-0x1e3,-0x1d1,-0x1d2,-0x1d8)](''),console[_0x14f6f0(0x4bf,0x48f,0x4c6,0x4b1)](_0x512833(-_0xc517eb._0xa9e3ad,-0x1c2,-_0xc517eb._0x2af99f,-0x1bd)+_0x14f6f0(0x495,0x4a0,0x49c,_0xc517eb._0x479c5e)+'uccessfull'+_0x14f6f0(0x4c6,_0xc517eb._0x476e51,0x4a4,0x4b6)+'\x20\x22'+_0x4e7e23[_0x14f6f0(0x476,0x478,_0xc517eb._0x2345dd,_0xc517eb._0xd09aeb)]+'\x22.');}catch(_0x45e79e){logger[_0x512833(-_0xc517eb._0x36170d,-_0xc517eb._0x46c633,-0x1e2,-_0xc517eb._0x1e3184)](_0x40d2c8[_0x512833(-0x1f6,-0x1da,-0x1e4,-_0xc517eb._0x10f4e1)],_0x45e79e),console['error'](_0x14f6f0(_0xc517eb._0x99061f,0x48e,_0xc517eb._0x10ecad,_0xc517eb._0x9147b7)+_0x512833(-0x200,-_0xc517eb._0x5c258f,-_0xc517eb._0x1571ce,-_0xc517eb._0x59fa6f)+_0x512833(-0x1eb,-_0xc517eb._0x10f4e1,-_0xc517eb._0x38d1c3,-0x1da)+'-\x20'+_0x45e79e[_0x14f6f0(_0xc517eb._0xc3e73b,_0xc517eb._0x5de0b6,_0xc517eb._0x3e69e0,_0xc517eb._0x48cf7d)]),process[_0x14f6f0(0x4c0,_0xc517eb._0x29f098,_0xc517eb._0xf0960f,_0xc517eb._0x252e74)](0x15c+-0x3df*-0x3+0xa*-0x14c);}}
|