@profoundlogic/coderflow-server 0.6.2 → 0.6.4
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/Dockerfile +4 -2
- package/dist/base-image/agent-wrapper.sh +32 -4
- package/dist/base-image/entrypoint.sh +3 -0
- package/dist/coder-server.js +1 -1
- package/dist/config/cli-models.json +12 -0
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/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.html +39 -0
- 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.html +23 -0
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +101 -1
- package/dist/web-ui/public/task.html +46 -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
- package/dist/.claude/settings.local.json +0 -20
- package/dist/playwright-test-results/.last-run.json +0 -54
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x20b789,_0x54c82d){const _0x2d0e17={_0x1a9cc2:0x168,_0x360d1b:0x1bb,_0x486905:0x37e,_0x2ed428:0x348,_0x586b40:0x10a,_0x47fca0:0x100,_0x37fc06:0x129,_0x29148d:0x1fa,_0x449f74:0x182,_0x21f975:0x43f,_0x5ce7cc:0x3e5,_0xd58540:0x3c4,_0x13250f:0x428,_0x558c1e:0x183,_0x33e025:0x12d,_0x2410b8:0x1a6},_0x25b584={_0x38a960:0x2bd},_0x10bd4b={_0x5f3c28:0x268},_0x3f92b2=_0x20b789();function _0x587658(_0x2cd0ce,_0x47fcac,_0x4a0a4d,_0xe6382f){return _0x3c2c(_0x2cd0ce-_0x10bd4b._0x5f3c28,_0x47fcac);}function _0x104259(_0xdacc9,_0x4522ca,_0x40854b,_0x5a9f72){return _0x3c2c(_0x5a9f72- -_0x25b584._0x38a960,_0x4522ca);}while(!![]){try{const _0x1dd9e1=-parseInt(_0x104259(-0x17d,-0x1ba,-0x10d,-_0x2d0e17._0x1a9cc2))/(0x9ba+0x8c8+0x62b*-0x3)+parseInt(_0x104259(-0x138,-_0x2d0e17._0x360d1b,-0x1ab,-0x184))/(-0x1294*0x2+-0x1*-0xade+0x1*0x1a4c)*(parseInt(_0x587658(_0x2d0e17._0x486905,_0x2d0e17._0x2ed428,0x339,0x35a))/(0x1f17*-0x1+0xce5*0x2+-0x10*-0x55))+parseInt(_0x104259(-_0x2d0e17._0x586b40,-0x163,-_0x2d0e17._0x47fca0,-_0x2d0e17._0x37fc06))/(-0x2f8+0x9ca*0x2+-0x1098)*(-parseInt(_0x104259(-0x17e,-0x1bb,-_0x2d0e17._0x29148d,-_0x2d0e17._0x449f74))/(0x613+-0x1*-0xa88+-0x1096))+parseInt(_0x587658(0x40d,_0x2d0e17._0x21f975,0x3b5,0x3b6))/(-0x107*0x1f+0x165a*0x1+0x985)+-parseInt(_0x587658(_0x2d0e17._0x5ce7cc,0x420,0x363,_0x2d0e17._0xd58540))/(0x26a5+-0x113e+0x260*-0x9)+-parseInt(_0x587658(_0x2d0e17._0x13250f,0x49e,0x3a9,0x3d8))/(-0x1*-0x419+0x1ab5+-0x1ec6)+-parseInt(_0x104259(-_0x2d0e17._0x558c1e,-0x16d,-0x1d7,-0x163))/(0x49a+-0x1862+0x3*0x69b)*(-parseInt(_0x104259(-_0x2d0e17._0x33e025,-0x135,-0x145,-_0x2d0e17._0x2410b8))/(-0xca*0x21+-0xe83+0x2897));if(_0x1dd9e1===_0x54c82d)break;else _0x3f92b2['push'](_0x3f92b2['shift']());}catch(_0x1353d3){_0x3f92b2['push'](_0x3f92b2['shift']());}}}(_0x7312,-0x38f96+-0x5*-0xa87+0x7a135));import{spawn}from'child_process';import{promises as _0x50d3f1}from'fs';function _0x7312(){const _0x54d0e9=['u2vYDMvYigrPza','y3zRB3G','zw52','y2f0y2G','icbqsuq6icaGia','B24P','icbnB2rLoIaGia','nJaXodn6ELLctg8','mJy5mgnJCezzqG','yMvLBIbZDgfYDa','CMvZCg9UzgLUzW','ig5VDcbOyxzLia','CMvHzezPBgu','C3rKB3v0','Ae51yvi','sNfJrhe','suLtrfO','swnczvO','sLnoqvC','yKrRDwu','vfrrz0W','Dw5Yzwy','DgfYDgvKlG','A01qr1y','BMTVt0u','zeDmwxC','icbtDgfSzsbqsq','u0Lhvevstq','z2v0','Cg9YDa','Cxb4AK4','u3rVChbPBMCGCW','u2LWvhO','Ahr0CdOVl2XVyW','reLJsu8','z3jHy2vMDwXSEq','qKvrALq','t3iGDxnLoG','seDtqKu','rxjYB3iGC3rVCa','u3rHCNqGDgHLia','zxj2zxiGkfbjra','mLD2sMLWtq','CMvJDxjZAxzL','mtaXmtq1nxfgEwHJsq','B2rLCKzSB3CGuW','EgLYC2C','DNn6A0C','u0Lhsu5u','l2HLywX0Aa','ExLWsMu','lMnVzgvY','q0n3B0m','cI0TlsbgB2XSBW','zvDRzva','zgvZDhjVEq','CgP2u2q','CNvUBMLUzW','zw5K','DhvW','C2vYDMvYlMXVzW','zwqGEwv0ig9Yia','CgfYC2u','icbmB2DZoIa','DMTYDLG','rMDqvhG','rvjFsu5tuevdva','rNblr0q','u0Lhs0Lmta','AxneAxjLy3rVCG','ndyWodvIBLvbueK','Dw5SAw5R','Aw4GDgHLihrLCG','rfHRueu','ywXOB3n0oG','mti4mdDWuK9lBu4','u2vYDMvYigLZia','u1PfEva','C3bSAxq','ig5VDcbZDg9Wia','BMLUzYaOzM9Yzq','z1nIvMq','AM9PBG','CM91BMqGBw9Kzq','zxj2zxiGD2L0Aa','DgG6ia','DxaGCgf0AcbPCW','icbtDgf0Dxm6ia','ueXksLy','CJOG','BgvUz3rO','zLHysxa','yxH0DeW','D2fZihn0yxj0zq','ks4UlG','z3jVDw5Kkq','zMLNDxjLza','t1nzzhy','zxmGBM90igv4Aq','sxLru1y','rwHIsxO','wNzruwm','C2vYDMvYlNbPza','twnABKe','DYbSB2DZ','EM51twy','yKXzuMe','wvzdvuq','icaGicdINjmGuNvU','s01YAu4','mJiZnZK2m21stfPmsq','zgf0yq','uf9qqvri','DgHLihnLCNzLCG','rxHiBvy','C2vYDMvYvxjS','C01ZAKG','twf3zfC','ig5VDcbHigrPCG','yLP4sKq','rdOGica','ihj1BM5PBMC','BM90ihjLC3bVBG','uMfHrK0','v2XktLi','DKjABw8','y1LHshq','zxj2zxiUlI4','zcbTB2rLlG','rxjYB3i6ifnLDa','CNzLCIbJB25MAq','ENj1qxy','BM5PBMCGkfbjra','nfjQAg5pAG','Bg9N','B3bLBG','DgG6icaOBM90ia','Dg8Vy29KzxiTCW','ze1btNm','u2vYDMvYifn0yq','Eu1ovhq','BwvZC2fNzq','sNnsEfm','Dg9tDhjPBMC','icaGicdIMQaGu3rH','rxfODfK','Bhf6shO','qLvdsxy','y29Kzq','D3jPDgu','mJCWodyZngzXu1b6Da','icbJB2rLCI1Zzq','C2vYDMvYihDPDa','zsbPDcb3yxmGCW','DgG6ica','BwTKAxi','A0TfC1K','4PYtifnLCNzLCIbZ','C2v0DxbqyxrO','vwDorge','DwjkvMO','tevrwuC','y2XVC2u','rxjYB3iGCMvHza','C2L6zq','rNHXzvG','DgLTzw91Da','DhjPBq','C3rHCNrZv2L0Aa','zxr1Ca','DMzOA2m','Dw5RBM93BG','B2PeveG','DLL0DMK','Dg5WqKq','u3rHCNrPBMCGCW','zYbZzxqGy29Kzq','ndG1nZzhq09twLq','Dw5ZAgLMDa','zgfLBw9Uig1Vza','q29UzMLNDxjLia','ru9Mwvq','BM90ihj1BM5PBG','vvLPruG','Afrlu3G','qwLoDvK','zxjYB3i','DgGGl3bHDgGVDa','A2LSBa','CNzLCIbZDg9W','Aw5NigXVz3m6ia','zgLUzYK','D2L0AdO','B3aIihrVihn0BW','lxnLCNzLCIbSBW','C2XPy2u','zcbPBIbMB3jLzW','ihDPDgG6','r0jit0e','CNzLCIbZDgfYDa','DgfYDgvKigLUia','CgLK','ls10ywLSpq','yxnVBwK','zsaOueLeoIa','A0HJsvi','q09ervjFu0vsvG','DxrMltG','BY9JB2rLCI1Zzq','s0viy2G','qwnUqNa','wxbjAMq','CNvUBMLUzYbPBG','Ccb0AguGC2vYDG','vvjmoIa','icaGica','qM1wEK4','uhbNuxq','yxHjChi','lcbMB3jJAw5NlG','CgLUzYbZzxj2zq','BMLUzYaOzgfLBq','Ag9TzwrPCG','vuTsreO','zxHPDa','BgfRyvi','A0PAtMi','sMHYs2i','AxnSChy','CL9Zzxr1Cf9Wyq','uLLHrKG','yxrOps9WyxrOlW','C3rHDa','vfHrtxC','D2nyvMu','ihn0B3aPic0Tlq','icbvuKW6icaGia','ic0TC2v0DxaTCa','C2vYDMLJzq','Avrgs20','wvfLu2W','D2LUzYbSB2DZia','u3rVCcb0AguGCW','uxzPC3a','zgLYBMfTzq','zsaOC2vYDMvYia','ken0CMWRqYb0BW','s2L2r3a','zwn0B3j5oIa','icbqB3j0oIaGia','Dhj1zq','yxr1CYiGDg8GyW','icaGicdINjCGtM90','D1Livfe','lxnLCNzLCIbZDa','C3vIC3rYAw5N','q09ervjFu0vuvq','BM9Kzq','ls1PBNnWzwn0','y29KzxiTC2v0Dq','C3rHCNqUANm','wwDrtM4','y29UzMLNDxjLza','BguGueLeigzPBa','vxnLicjJB2rLCG','BwPuuvK','Ag9ZDdO','icaGia'];_0x7312=function(){return _0x54d0e9;};return _0x7312();}function _0xa985fe(_0xecd8b3,_0x23df00,_0x39af35,_0x182c90){return _0x3c2c(_0x23df00-0x11b,_0x182c90);}import _0x417bee from'path';import _0x4c9762 from'os';import _0x5ce480 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x417bee[_0x2bcdda(0xf5,0x95,0xd1,0x77)](__filename),PID_FILE=_0x417bee[_0xa985fe(0x269,0x27c,0x2aa,0x2d9)](_0x4c9762[_0x2bcdda(0x67,-0x4,0xc0,0x61)](),_0x2bcdda(-0x8c,0x27,-0x3c,-0x4a),_0x2bcdda(0x4c,0x25,-0x4f,-0x17)),LOG_FILE=_0x417bee['join'](_0x4c9762[_0x2bcdda(0xd5,-0x11,0x17,0x61)](),'.coder',_0x2bcdda(-0x6c,-0x64,-0x28,-0x41));export async function isServerRunning(){const _0x14330f={_0x213db2:0x1f,_0x12eb58:0x63,_0xd896cc:0x8,_0x1ce2f7:0x48,_0x419d41:0x8e,_0x599d25:0x50,_0x28fa6f:0x92,_0x4e69fe:0x1b,_0x2e93f2:0x2a,_0x388499:0x1c4,_0x14f6d1:0x152,_0x22e01a:0x1e7,_0x9a1dc6:0x1f9,_0x262b7c:0x4a,_0xd38d9b:0x214,_0x3b8cba:0x15f,_0x5405df:0x246,_0x5e3f7d:0x2bf,_0x18815c:0xf8,_0xa71f71:0xf6,_0x4c3411:0x2cc,_0x52edfb:0x276,_0xf1e1be:0xe,_0x59c202:0x85,_0x4db888:0x229,_0x618e02:0x23d,_0x37ab2b:0x173,_0x5be7f5:0x1c7,_0x46b789:0x1a7,_0x1c2779:0x122,_0x356afd:0x135,_0x3d9079:0x242,_0x1e96b1:0x175,_0x1b0b92:0x1df,_0x38aac3:0xac,_0x4e9686:0x9e,_0x3e531e:0x1b8,_0x1d48c2:0x6e},_0x528881={_0x59ff09:0x1e6,_0x1a816d:0x4b7},_0x395d8a={_0x4e1c1d:0x91,_0x896f74:0x15f,_0x56d508:0x5a};function _0x4a5d19(_0x211226,_0x3ac9d0,_0x464a2c,_0x35e0d4){return _0x2bcdda(_0x211226-_0x395d8a._0x4e1c1d,_0x3ac9d0-_0x395d8a._0x896f74,_0x3ac9d0,_0x464a2c- -_0x395d8a._0x56d508);}const _0x636a7e={'lqzHz':function(_0x3ecd4b,_0x4df45a){return _0x3ecd4b(_0x4df45a);},'UgNDa':'unknown','rclii':function(_0x279bc8,_0x233891,_0x3c9642){return _0x279bc8(_0x233891,_0x3c9642);},'wcXVe':_0x4a5d19(-0x8,-0xa5,-_0x14330f._0x213db2,-_0x14330f._0x12eb58),'RYaFH':'LEQYG'};function _0x5bd406(_0x444b3c,_0x4023bb,_0x25f90e,_0x447112){return _0xa985fe(_0x444b3c-_0x528881._0x59ff09,_0x444b3c- -_0x528881._0x1a816d,_0x25f90e-0x1b9,_0x447112);}try{const _0x171f8a=await _0x50d3f1['readFile'](PID_FILE,_0x4a5d19(0x5b,0x8,-_0x14330f._0xd896cc,_0x14330f._0x1ce2f7)),_0x6adf32=_0x636a7e['rclii'](parseInt,_0x171f8a[_0x4a5d19(-0x68,-0x8,-0x30,-_0x14330f._0x419d41)](),-0x61a*-0x2+-0x62f+-0x5fb);try{process[_0x4a5d19(_0x14330f._0x599d25,-_0x14330f._0x28fa6f,-_0x14330f._0x4e69fe,_0x14330f._0x2e93f2)](_0x6adf32,0x7c6+0x812+-0xfd8);const _0x8ce46={};return _0x8ce46[_0x5bd406(-0x254,-0x21f,-0x1f9,-0x213)]=!![],_0x8ce46[_0x5bd406(-_0x14330f._0x388499,-_0x14330f._0x14f6d1,-_0x14330f._0x22e01a,-_0x14330f._0x9a1dc6)]=_0x6adf32,_0x8ce46;}catch{if(_0x636a7e[_0x4a5d19(0x28,_0x14330f._0x12eb58,0x13,-_0x14330f._0x262b7c)]===_0x636a7e[_0x5bd406(-0x1a3,-_0x14330f._0xd38d9b,-0x175,-_0x14330f._0x3b8cba)]){await _0x50d3f1[_0x5bd406(-_0x14330f._0x5405df,-0x213,-_0x14330f._0x5e3f7d,-0x1ff)](PID_FILE)[_0x4a5d19(-_0x14330f._0x18815c,-_0x14330f._0xa71f71,-0xd4,-0x104)](()=>{});const _0x30b30a={};return _0x30b30a[_0x5bd406(-0x254,-_0x14330f._0x4c3411,-_0x14330f._0x52edfb,-0x272)]=![],_0x30b30a[_0x4a5d19(0x76,0x53,-_0x14330f._0xf1e1be,-_0x14330f._0x59c202)]=null,_0x30b30a;}else _0x636a7e[_0x5bd406(-0x1fb,-_0x14330f._0x4db888,-0x1e2,-_0x14330f._0x618e02)](_0x4e89ed,{'responding':!![],'service':_0x636a7e[_0x5bd406(-0x1ee,-0x18f,-_0x14330f._0x37ab2b,-_0x14330f._0x5be7f5)]});}}catch{if(_0x636a7e[_0x5bd406(-_0x14330f._0x46b789,-_0x14330f._0x1c2779,-0x159,-_0x14330f._0x356afd)]===_0x5bd406(-0x1ec,-_0x14330f._0x3d9079,-_0x14330f._0x1e96b1,-_0x14330f._0x1b0b92)){const _0x3b4673={};return _0x3b4673[_0x4a5d19(-_0x14330f._0xa71f71,-_0x14330f._0x38aac3,-_0x14330f._0x4e9686,-0x110)]=![],_0x3b4673[_0x5bd406(-0x1c4,-0x1ed,-0x1a0,-_0x14330f._0x3e531e)]=null,_0x3b4673;}else _0x2f46e4[_0x4a5d19(-0x1c,-0x4a,-0x25,0x11)](_0x4a5d19(-0xaa,-_0x14330f._0x1d48c2,-0xe1,-_0x14330f._0x1c2779));}}function _0x2bcdda(_0x517e60,_0x278d8f,_0xa42928,_0x3c619e){return _0x3c2c(_0x3c619e- -0x18c,_0xa42928);}async function getServerConfig(){const _0x24554e={_0x59893a:0x23d,_0xa3f00c:0x224,_0x2baaf8:0x54e,_0x29143c:0x4d2,_0xfa348c:0x4ba,_0x1b2e52:0x1d4,_0x3b8610:0x2bf,_0x322046:0x5a7,_0x4a682d:0x4df,_0x345614:0x23b,_0x42b077:0x2a0,_0x5338ce:0x291},_0x4036d1={_0x3bcb32:0x6d},_0x598be2={_0x2d6b46:0x113,_0x49aeb3:0x53e},_0x547785={'IcBeZ':function(_0x1d1666){return _0x1d1666();}},_0x502c3c=await _0x547785[_0x54a631(_0x24554e._0x59893a,0x235,_0x24554e._0xa3f00c,0x2b5)](getCoderSetupPath),_0x21e85d=await _0x547785[_0x2b88e5(_0x24554e._0x2baaf8,_0x24554e._0x29143c,0x48b,_0x24554e._0xfa348c)](getServerPort),_0x49ed3e=_0x54a631(0x24d,_0x24554e._0x1b2e52,0x1e0,_0x24554e._0x3b8610)+_0x2b88e5(0x55a,0x50b,0x529,0x56a)+_0x21e85d,_0x2e027d={};function _0x2b88e5(_0x59770f,_0x4277b6,_0xac6330,_0x4a075f){return _0x2bcdda(_0x59770f-_0x598be2._0x2d6b46,_0x4277b6-0x175,_0x59770f,_0x4277b6-_0x598be2._0x49aeb3);}_0x2e027d[_0x2b88e5(0x53b,0x55f,_0x24554e._0x322046,_0x24554e._0x4a682d)]=_0x502c3c;function _0x54a631(_0x531bfe,_0x4b9f0c,_0xb6ae8a,_0x23e6f5){return _0x2bcdda(_0x531bfe-_0x4036d1._0x3bcb32,_0x4b9f0c-0x167,_0x23e6f5,_0x531bfe-0x2a9);}return _0x2e027d['port']=_0x21e85d,_0x2e027d[_0x54a631(0x29f,_0x24554e._0x345614,_0x24554e._0x42b077,_0x24554e._0x5338ce)]=_0x49ed3e,_0x2e027d;}export async function startDaemon(_0x597996){const _0x5c54a1={_0x4d4fe5:0x403,_0x59d4c6:0x494,_0x1ba2e2:0x435,_0x1581d9:0x3db,_0xc340e8:0x3f8,_0x50f97d:0x41c,_0x2655b1:0x3f6,_0x45088e:0x3fc,_0x3c186f:0x3c6,_0x491515:0x432,_0x25eb73:0x44c,_0x134d33:0x455,_0x38af67:0x47d,_0x133497:0x42b,_0xaeb1aa:0x45e,_0x51fea7:0x40e,_0x4a8e13:0x483,_0x355f87:0x411,_0x2be20b:0x48c,_0x3ac3b9:0x4fc,_0x2069fb:0x3cb,_0x125053:0x38c,_0x122e15:0x462,_0x26251b:0x3e4,_0x297a5c:0x376,_0x31f423:0x311,_0x33220a:0x361,_0x435fa1:0x353,_0x5d9414:0x337,_0x2d38d2:0x387,_0x4e7977:0x362,_0x3fec37:0x443,_0x248fe9:0x34f,_0x2f0796:0x502,_0x1b6d32:0x494,_0x1ee462:0x4db,_0x5076cc:0x3f1,_0x50f44a:0x3b0,_0x31a744:0x37c,_0x3c4a2d:0x3eb,_0x5d0ef6:0x474,_0x5a3741:0x3c4,_0x217c0b:0x39d,_0x2672b8:0x42f,_0x3bf0c3:0x4d8,_0x1a2cb8:0x4f3,_0x4c88d3:0x48d,_0x533ac1:0x3c9,_0x25169f:0x3bb,_0x53076f:0x3ec,_0x3c41c6:0x423,_0x291dc4:0x456,_0x470d5d:0x35c,_0x21a0f9:0x321,_0x4d3a99:0x37e,_0x4ac489:0x375,_0x78dc70:0x482,_0x7de37f:0x4d1,_0x54669f:0x4c1,_0x596628:0x3c7,_0x5bb7d2:0x419,_0x545e89:0x390,_0x586f63:0x4b8,_0x49b5eb:0x53a,_0x4dc8cf:0x48e,_0x6f94df:0x47a,_0x9e9c86:0x3e5,_0x5ed5ec:0x46e,_0x50ea25:0x41f,_0x20322b:0x454,_0x15c241:0x418,_0x242bfa:0x41f,_0x257541:0x3ee,_0x160749:0x427,_0x24f0b0:0x4b6,_0x200ee3:0x41f,_0x3c7229:0x446,_0x52b291:0x445,_0x36ec59:0x466,_0x2a311d:0x484,_0xa7458a:0x479,_0x514f7f:0x3aa,_0x2b4909:0x46b,_0x5aef0c:0x3f5,_0x33849a:0x431,_0x13e85a:0x46a,_0x5acb3a:0x454,_0x26e43c:0x3d4,_0x4dd660:0x423,_0x4cd5f4:0x449,_0x3597f3:0x468,_0x49b82a:0x4cb,_0x1c10fe:0x4ea,_0x21c3bf:0x4ff,_0x2db1b5:0x4c1,_0x5652d9:0x487,_0x1e8c34:0x42e,_0x400f50:0x464,_0x4c3f0a:0x49e,_0x547d69:0x456,_0xe1d904:0x4b8,_0x48b32c:0x428,_0x48e174:0x3e4,_0x24e4a8:0x41e,_0x28718f:0x451,_0x3b61ef:0x408,_0x39ebe5:0x416,_0x1137a4:0x4aa,_0x341df9:0x461,_0x402d27:0x40c,_0x47c3f6:0x3e6,_0x5acc00:0x3e9,_0x5c638a:0x406,_0x29d3fa:0x435,_0x294146:0x405,_0x921c56:0x3ef,_0x19c131:0x41b,_0x4a57cf:0x40f,_0x1fcc06:0x4dc,_0x5bd688:0x4be,_0x354ffc:0x38b,_0x329a28:0x3ac,_0x49b1a8:0x37d,_0x24f99e:0x3eb,_0xc0668e:0x428,_0x56c1f0:0x459,_0x2ff86d:0x3f1,_0x461d0a:0x383,_0x4dcd45:0x37f,_0x34855c:0x368,_0x3d4ccc:0x38d,_0x56f6e3:0x412,_0xf0caf6:0x39c,_0x474297:0x3c6,_0x32578c:0x3c2,_0x110a57:0x3ea,_0x5766d4:0x4cd,_0x5f2577:0x52f,_0xc3d776:0x47c,_0x2fcfd0:0x3d5,_0x12dfb0:0x3d1,_0x570ef9:0x402,_0x4a7d06:0x3a7,_0xb3b980:0x3c9,_0x49fae0:0x3a2,_0x1c6114:0x39a,_0x674fcf:0x4df,_0x433c60:0x4a4,_0x52bba9:0x471,_0xa589a7:0x472,_0x12f5bb:0x4c7,_0x3e9575:0x331,_0x210b85:0x390,_0x9d07f2:0x450,_0x6e033c:0x400,_0x35f732:0x4b2,_0x4bde04:0x4c3,_0x3fc4c8:0x3ca,_0x1a23bb:0x416,_0x2ae8b8:0x407,_0x1631fc:0x3dc,_0x475c24:0x330,_0x48cc3e:0x533,_0x54ad37:0x326,_0x1c5a66:0x36c,_0x2ca0bc:0x4cf,_0x863ddb:0x49c,_0x1991c8:0x45a,_0x25cbd0:0x484,_0x3df181:0x370,_0x5960c9:0x46c,_0x44af58:0x42d,_0x13c41d:0x3e9,_0x578d94:0x4a3,_0x416f8c:0x486,_0x3dae3e:0x441,_0xde89d6:0x4a6,_0x2e542a:0x49f,_0x3ffbd4:0x4f6,_0x5c5222:0x419,_0x109a81:0x438,_0x495ac9:0x3b6,_0x1a7e31:0x2e2,_0x261066:0x363,_0x446d26:0x3e9,_0x330967:0x3bd,_0x33047c:0x45a,_0x3631f1:0x3e6,_0x122a46:0x424,_0x29cd67:0x4cd,_0x56ebbe:0x3da,_0x38271b:0x3f4,_0x4aa787:0x39e,_0x3258df:0x43f,_0x2f8dd4:0x42f,_0x3c221a:0x429,_0x3638af:0x44a,_0x191b69:0x427},_0x1db390={_0x23f2f3:0x107},_0x1f9669={_0x268e57:0x1e3,_0x2376dc:0x1a0,_0x20b3d6:0x3e2},_0x29e263={'qpxjN':function(_0x4586c8){return _0x4586c8();},'UYiEH':function(_0x5944c3,_0x499e50){return _0x5944c3(_0x499e50);},'JZvDz':_0x42341e(0x452,0x487,_0x5c54a1._0x4d4fe5,_0x5c54a1._0x59d4c6)+_0x3649c2(_0x5c54a1._0x1ba2e2,0x425,0x3e0,_0x5c54a1._0x1581d9),'YQeSl':_0x42341e(0x427,_0x5c54a1._0xc340e8,0x441,_0x5c54a1._0x50f97d),'IUXSN':_0x3649c2(_0x5c54a1._0x2655b1,_0x5c54a1._0x45088e,_0x5c54a1._0x3c186f,0x451)+'rver\x20start'+_0x3649c2(0x3e2,0x452,0x493,_0x5c54a1._0x491515)+_0x3649c2(0x4cb,_0x5c54a1._0x25eb73,0x3fb,_0x5c54a1._0x134d33)+_0x42341e(_0x5c54a1._0x38af67,0x45c,_0x5c54a1._0x133497,_0x5c54a1._0xaeb1aa)+_0x3649c2(0x43c,_0x5c54a1._0x51fea7,_0x5c54a1._0x4a8e13,_0x5c54a1._0x355f87),'fXXIp':function(_0x5603b1,_0x29900c){return _0x5603b1!==_0x29900c;},'zruAv':_0x42341e(0x4f4,_0x5c54a1._0x2be20b,0x4e0,_0x5c54a1._0x3ac3b9),'kzTzF':_0x42341e(0x3dd,_0x5c54a1._0x2069fb,0x347,0x3a3),'HGSBE':'Starting\x20C'+_0x42341e(_0x5c54a1._0x125053,0x400,0x396,_0x5c54a1._0x122e15)+_0x3649c2(0x452,_0x5c54a1._0x26251b,0x3dd,0x3d8),'KEHch':_0x3649c2(0x35b,0x35b,0x369,0x35b),'aOKUL':function(_0x2295b2,_0x31b438,_0x88ec6f,_0x494624){return _0x2295b2(_0x31b438,_0x88ec6f,_0x494624);},'FpKGD':_0x3649c2(_0x5c54a1._0x297a5c,0x35a,0x2f1,_0x5c54a1._0x31f423),'ZvQQc':'ignore','yrYSY':'utf-8','vszkG':_0x3649c2(0x37a,_0x5c54a1._0x33220a,_0x5c54a1._0x435fa1,_0x5c54a1._0x5d9414)+'-server\x20st'+_0x42341e(_0x5c54a1._0x2d38d2,0x3c2,0x3ee,_0x5c54a1._0x4e7977)+'heck\x20serve'+'r\x20status','MvAsx':_0x42341e(0x441,0x3cf,_0x5c54a1._0x3fec37,0x3a0)+_0x3649c2(0x36c,0x357,_0x5c54a1._0x248fe9,0x3cb)+_0x42341e(_0x5c54a1._0x2f0796,_0x5c54a1._0x1b6d32,0x4fc,0x46f)+_0x42341e(_0x5c54a1._0x1ee462,0x4a8,0x510,0x457)+'er'};function _0x3649c2(_0x2384c0,_0x5cfd9d,_0x157972,_0x5b3a57){return _0x2bcdda(_0x2384c0-_0x1f9669._0x268e57,_0x5cfd9d-_0x1f9669._0x2376dc,_0x5b3a57,_0x5cfd9d-_0x1f9669._0x20b3d6);}const {running:_0x5667d9,pid:_0x3e8c4d}=await _0x29e263[_0x42341e(0x403,_0x5c54a1._0x5076cc,_0x5c54a1._0x50f44a,_0x5c54a1._0x31a744)](isServerRunning);if(_0x5667d9){console[_0x3649c2(0x393,_0x5c54a1._0x3c4a2d,0x3fd,0x452)]('Server\x20is\x20'+'already\x20ru'+_0x42341e(0x46d,0x457,0x4cf,_0x5c54a1._0x5d0ef6)+':\x20'+_0x3e8c4d+')');const _0x25b418=await getServerConfig();console[_0x3649c2(_0x5c54a1._0x5a3741,_0x5c54a1._0x3c4a2d,_0x5c54a1._0x217c0b,_0x5c54a1._0x2672b8)](_0x42341e(_0x5c54a1._0x3bf0c3,0x4a9,0x456,_0x5c54a1._0x1a2cb8)+_0x25b418[_0x42341e(_0x5c54a1._0x4c88d3,0x446,0x438,0x3db)]);return;}const _0x5565c5=await _0x29e263[_0x3649c2(_0x5c54a1._0x533ac1,0x383,_0x5c54a1._0x25169f,_0x5c54a1._0x53076f)](getCoderSetupPath),_0x21eea4=_0x29e263[_0x3649c2(_0x5c54a1._0x3c41c6,_0x5c54a1._0x50f97d,0x412,_0x5c54a1._0x291dc4)](String,await getServerPort());!_0x5565c5&&(console['error']('Error:\x20No\x20'+_0x3649c2(0x34c,_0x5c54a1._0x470d5d,_0x5c54a1._0x21a0f9,_0x5c54a1._0x4d3a99)+'p\x20path\x20con'+_0x3649c2(0x400,0x3c5,0x382,_0x5c54a1._0x4ac489)),console[_0x3649c2(0x3ed,0x41f,0x3cd,0x4a2)](''),console['error'](_0x29e263['JZvDz']),console[_0x42341e(0x4f2,0x48d,0x4dd,_0x5c54a1._0x78dc70)](_0x42341e(_0x5c54a1._0x7de37f,0x46a,0x420,_0x5c54a1._0x54669f)+_0x3649c2(0x432,0x3e7,_0x5c54a1._0x596628,0x3e5)+_0x3649c2(_0x5c54a1._0x5bb7d2,0x415,0x38f,_0x5c54a1._0x545e89)+_0x42341e(0x448,_0x5c54a1._0x586f63,0x453,_0x5c54a1._0x49b5eb)+_0x42341e(0x48a,_0x5c54a1._0x4dc8cf,_0x5c54a1._0x6f94df,0x414)+_0x3649c2(0x407,0x435,_0x5c54a1._0x9e9c86,0x408)+_0x42341e(0x491,0x40e,0x38f,_0x5c54a1._0x5ed5ec)),console[_0x3649c2(0x45a,_0x5c54a1._0x50ea25,0x3de,_0x5c54a1._0x20322b)](''),console[_0x3649c2(_0x5c54a1._0x15c241,_0x5c54a1._0x242bfa,_0x5c54a1._0x257541,_0x5c54a1._0x160749)](_0x29e263[_0x3649c2(0x45f,0x455,_0x5c54a1._0x24f0b0,0x4c3)]),console[_0x3649c2(0x48f,_0x5c54a1._0x200ee3,0x4a5,_0x5c54a1._0x3c7229)](_0x29e263['IUXSN']),process[_0x3649c2(0x3dd,_0x5c54a1._0x52b291,0x45c,_0x5c54a1._0x36ec59)](0x4cf*-0x2+0x16d2+-0xd33));try{const _0xcd8094=await _0x50d3f1[_0x42341e(0x4c3,0x4bb,_0x5c54a1._0x2a311d,_0x5c54a1._0xa7458a)](_0x5565c5);!_0xcd8094[_0x3649c2(0x34f,_0x5c54a1._0x514f7f,0x35d,0x3f3)+'y']()&&(console[_0x3649c2(_0x5c54a1._0x2b4909,0x41f,_0x5c54a1._0x5aef0c,_0x5c54a1._0x33849a)](_0x42341e(_0x5c54a1._0x13e85a,_0x5c54a1._0x5acb3a,_0x5c54a1._0x26e43c,_0x5c54a1._0x4dd660)+'up\x20path\x20is'+_0x42341e(0x3f7,_0x5c54a1._0x4cd5f4,0x4a2,_0x5c54a1._0x3597f3)+_0x42341e(0x528,_0x5c54a1._0x49b82a,_0x5c54a1._0x1c10fe,_0x5c54a1._0x21c3bf)+_0x5565c5),process[_0x3649c2(0x422,_0x5c54a1._0x52b291,_0x5c54a1._0x2db1b5,0x4a7)](-0x57d*0x3+0x2*0x27b+-0x3*-0x3d6));}catch(_0x116706){_0x29e263[_0x42341e(_0x5c54a1._0x5652d9,_0x5c54a1._0x1e8c34,_0x5c54a1._0x400f50,0x3b1)]('AiNuY',_0x29e263[_0x42341e(_0x5c54a1._0x4c3f0a,_0x5c54a1._0x547d69,_0x5c54a1._0xe1d904,_0x5c54a1._0x48b32c)])?_0x1acc72[_0x3649c2(_0x5c54a1._0x48e174,_0x5c54a1._0x200ee3,_0x5c54a1._0x24e4a8,_0x5c54a1._0x28718f)](_0x3649c2(0x393,_0x5c54a1._0x3b61ef,0x42f,0x40b)+_0x42341e(_0x5c54a1._0x1ee462,0x491,_0x5c54a1._0x39ebe5,_0x5c54a1._0x1137a4)+_0x4356cb[_0x42341e(_0x5c54a1._0x341df9,0x460,_0x5c54a1._0x402d27,0x44e)]):(console['error'](_0x3649c2(0x438,_0x5c54a1._0x47c3f6,0x3a9,_0x5c54a1._0x5acc00)+'up\x20path\x20do'+_0x42341e(_0x5c54a1._0x5c638a,_0x5c54a1._0x29d3fa,0x43f,_0x5c54a1._0x294146)+'st:\x20'+_0x5565c5),process['exit'](0xb9c+0x1f*0xce+-0x248d));}const _0x4b093f=_0x417bee[_0x3649c2(_0x5c54a1._0x921c56,0x3b7,_0x5c54a1._0x19c131,_0x5c54a1._0x4a57cf)](__dirname,'..','..',_0x29e263['kzTzF']);console['log'](''),console[_0x42341e(_0x5c54a1._0x1fcc06,0x459,_0x5c54a1._0x20322b,_0x5c54a1._0x5bd688)](_0x29e263[_0x3649c2(0x38d,_0x5c54a1._0x354ffc,0x3f9,_0x5c54a1._0x329a28)]),console[_0x3649c2(_0x5c54a1._0x49b1a8,_0x5c54a1._0x24f99e,0x3d4,0x40a)]('\x20\x20Setup\x20Pa'+_0x42341e(0x467,_0x5c54a1._0xc0668e,0x459,0x423)+_0x5565c5),console[_0x42341e(0x3fc,_0x5c54a1._0x56c1f0,0x44e,0x41f)](_0x3649c2(0x3e6,0x45e,_0x5c54a1._0x2ff86d,0x46c)+_0x3649c2(_0x5c54a1._0x461d0a,0x364,_0x5c54a1._0x4dcd45,0x33b)+_0x21eea4),console['log'](_0x42341e(_0x5c54a1._0x34855c,0x3d9,_0x5c54a1._0x3d4ccc,_0x5c54a1._0x56f6e3)+'\x20\x20\x20\x20daemon'),console['log']('');const _0x367586=await getTrustProxy(),_0x4a6a98={...process[_0x42341e(_0x5c54a1._0xf0caf6,0x3d5,_0x5c54a1._0x474297,_0x5c54a1._0x32578c)]};_0x4a6a98[_0x42341e(0x41f,0x3c7,0x405,0x34c)+_0x42341e(0x484,0x443,_0x5c54a1._0x110a57,0x464)]=_0x5565c5,_0x4a6a98['PORT']=_0x21eea4;const _0x1d7049=_0x4a6a98;_0x367586&&(_0x1d7049['TRUST_PROX'+'Y']=_0x42341e(0x4b6,_0x5c54a1._0x5766d4,_0x5c54a1._0x5f2577,_0x5c54a1._0xc3d776));const _0xde0e0a=[_0x4b093f];process[_0x42341e(0x3cc,_0x5c54a1._0x2fcfd0,0x410,0x36f)][_0x3649c2(_0x5c54a1._0x12dfb0,0x433,_0x5c54a1._0x570ef9,_0x5c54a1._0x25eb73)+_0x3649c2(0x3ff,_0x5c54a1._0x4a7d06,0x341,_0x5c54a1._0xb3b980)]&&_0xde0e0a[_0x3649c2(_0x5c54a1._0x49fae0,0x417,0x41b,_0x5c54a1._0x1c6114)](_0x29e263[_0x42341e(_0x5c54a1._0x674fcf,_0x5c54a1._0x433c60,0x50a,_0x5c54a1._0x52bba9)]);const _0x59e2cf=_0x417bee[_0x42341e(_0x5c54a1._0xa589a7,_0x5c54a1._0x12f5bb,0x4b1,0x4f0)](LOG_FILE),_0x1ddb55={};_0x1ddb55[_0x3649c2(_0x5c54a1._0x3e9575,_0x5c54a1._0x210b85,0x3e3,0x378)]=!![],await _0x50d3f1[_0x3649c2(_0x5c54a1._0x9d07f2,_0x5c54a1._0x6e033c,0x468,0x45b)](_0x59e2cf,_0x1ddb55);const _0x5513a1=await _0x50d3f1[_0x42341e(_0x5c54a1._0x35f732,0x45a,0x3fa,_0x5c54a1._0x4bde04)](LOG_FILE,'a'),_0x2d8a07=_0x29e263['aOKUL'](spawn,_0x29e263[_0x42341e(_0x5c54a1._0x3fc4c8,_0x5c54a1._0x1a23bb,0x47d,0x433)],_0xde0e0a,{'env':_0x1d7049,'detached':!![],'stdio':[_0x29e263[_0x3649c2(_0x5c54a1._0x2ae8b8,_0x5c54a1._0x3fc4c8,0x42e,0x3c4)],_0x5513a1['fd'],_0x5513a1['fd']]});_0x2d8a07[_0x3649c2(0x3aa,0x37a,_0x5c54a1._0x1631fc,_0x5c54a1._0x475c24)]();const _0x16e716=_0x417bee[_0x42341e(0x4e4,_0x5c54a1._0x12f5bb,_0x5c54a1._0x48cc3e,0x4a0)](PID_FILE),_0x363c5a={};_0x363c5a[_0x3649c2(_0x5c54a1._0x54ad37,_0x5c54a1._0x210b85,_0x5c54a1._0x1c5a66,0x412)]=!![],await _0x50d3f1[_0x42341e(0x4ae,_0x5c54a1._0x5ed5ec,0x457,_0x5c54a1._0x12f5bb)](_0x16e716,_0x363c5a);function _0x42341e(_0x1ef6ac,_0x160bfc,_0x542a70,_0x3a721f){return _0xa985fe(_0x1ef6ac-0x1a5,_0x160bfc-0x1a9,_0x542a70-_0x1db390._0x23f2f3,_0x542a70);}await _0x50d3f1['writeFile'](PID_FILE,_0x2d8a07[_0x42341e(_0x5c54a1._0x2ca0bc,_0x5c54a1._0x863ddb,_0x5c54a1._0x1991c8,_0x5c54a1._0x25cbd0)]['toString'](),_0x29e263['yrYSY']),console[_0x3649c2(_0x5c54a1._0x3df181,0x3eb,_0x5c54a1._0x2ae8b8,0x461)](_0x42341e(_0x5c54a1._0x4cd5f4,0x470,0x4c2,0x447)+_0x3649c2(_0x5c54a1._0x5960c9,_0x5c54a1._0x44af58,_0x5c54a1._0x13c41d,_0x5c54a1._0x578d94)+_0x42341e(0x474,_0x5c54a1._0x416f8c,_0x5c54a1._0x3dae3e,_0x5c54a1._0xde89d6)+_0x42341e(0x437,_0x5c54a1._0x2e542a,_0x5c54a1._0x3ffbd4,_0x5c54a1._0x5c5222)+_0x2d8a07[_0x42341e(_0x5c54a1._0x109a81,0x49c,0x42d,0x474)]+')'),console[_0x3649c2(_0x5c54a1._0x495ac9,0x3eb,_0x5c54a1._0x56c1f0,0x412)]('\x20\x20URL:\x20\x20ht'+'tp://local'+_0x3649c2(_0x5c54a1._0x1a7e31,_0x5c54a1._0x261066,_0x5c54a1._0x446d26,_0x5c54a1._0x330967)+_0x21eea4),console[_0x3649c2(_0x5c54a1._0x33047c,_0x5c54a1._0x3c4a2d,0x3f9,0x3a9)](_0x3649c2(_0x5c54a1._0x3631f1,0x3a4,0x3bc,_0x5c54a1._0x122a46)+LOG_FILE),console[_0x42341e(_0x5c54a1._0x29cd67,0x459,0x3d4,0x421)](''),console['log'](_0x29e263[_0x42341e(_0x5c54a1._0x56ebbe,0x402,_0x5c54a1._0x38271b,_0x5c54a1._0x4aa787)]),console[_0x42341e(_0x5c54a1._0x3258df,0x459,_0x5c54a1._0x2f8dd4,0x441)](_0x29e263['MvAsx']),console[_0x3649c2(0x371,_0x5c54a1._0x3c4a2d,_0x5c54a1._0x3c221a,_0x5c54a1._0x3638af)]('Use\x20\x22coder'+_0x3649c2(_0x5c54a1._0x1b6d32,_0x5c54a1._0x191b69,0x3ee,_0x5c54a1._0x51fea7)+'gs\x22\x20to\x20vie'+_0x42341e(_0x5c54a1._0x12dfb0,0x43b,0x464,0x40a));}export async function stopServer(){const _0x4e61d9={_0xf6b317:0x4c5,_0x263038:0x4ff,_0x5d023a:0x311,_0x406ed1:0x300,_0x4045dc:0x48a,_0x4d4e8d:0x48d,_0x19d8cd:0x2ef,_0xf79d61:0x27f,_0x34b517:0x4d1,_0x11c67c:0x579,_0x452f13:0x5a5,_0x3ed05d:0x4a1,_0x5c0219:0x499,_0x1b8774:0x4b2,_0x250e06:0x45f,_0x2527e0:0x4b5,_0x55e12b:0x4fa,_0xf59285:0x1ec,_0x21f535:0x230,_0x1a938c:0x248,_0x43942e:0x22b,_0x3d6ce9:0x2e4,_0x407f36:0x4a3,_0x641df7:0x50e,_0x28d349:0x524,_0x323b29:0x523,_0x28f1f6:0x476,_0x1ec33c:0x46b,_0x39558b:0x21c,_0x29a09b:0x1c5,_0x50f5d7:0x254,_0x11fd56:0x1f5,_0x5793e9:0x25f,_0x30b1d2:0x58a,_0x3a2073:0x51e,_0x4ec335:0x54f,_0x5bec43:0x208,_0x3e0aa9:0x241,_0x382e65:0x2c8,_0x4a34b5:0x288,_0x3ced7e:0x238,_0x3da672:0x271,_0x1bd54f:0x282,_0x41c519:0x568,_0x5b8ee2:0x1c8,_0x3f7ab4:0x248,_0x148c33:0x2d8,_0x17346a:0x2cc,_0x4fae77:0x2a5,_0x3169e0:0x4cf,_0x1ea1c9:0x4bb,_0x9e7258:0x1f1,_0xec0b5b:0x235,_0x5d6fcf:0x519,_0x5ab111:0x50c,_0xfba055:0x538,_0x12dbd5:0x27a,_0x35d5c3:0x2aa,_0x503c2a:0x54a,_0x25619d:0x51a,_0x1b064f:0x21c,_0x200ab6:0x1f2,_0x11eaad:0x4a2,_0x3de604:0x58f,_0x4e1ecd:0x541,_0x42983e:0x5e9,_0x432bb6:0x5da,_0x39355b:0x2c0,_0x5d96c4:0x2c4,_0x2b9baf:0x298,_0x130128:0x2f7,_0x353b8e:0x29e,_0x458b87:0x2bb,_0x5656bc:0x27d,_0x30991c:0x232,_0x43053c:0x296,_0xf9bbd6:0x23e,_0x531c51:0x4cd,_0x4edd16:0x52b,_0x3946e6:0x4cb,_0x3ccdde:0x4f5,_0x2336ae:0x47b,_0x421490:0x4ab,_0x1cf41d:0x4cc,_0x1f4283:0x485,_0x57bb2f:0x5b4,_0x14ddcc:0x297,_0x4a7d87:0x254,_0x22e108:0x55d,_0x5ca217:0x515,_0x4f6637:0x23b,_0x2b20d2:0x249,_0xa3b1e1:0x2ba,_0x18de86:0x480,_0x5d7b83:0x4d4,_0x31b2a9:0x531,_0x2e9a5:0x2d7,_0x3f30d1:0x285,_0x3ff49e:0x521,_0x14a48e:0x561,_0x39d954:0x51b,_0x5c8d00:0x4dd,_0x32a1bc:0x543,_0xbc0ea2:0x522,_0x42bb2f:0x540,_0x113495:0x212,_0x20aaa0:0x509,_0x412006:0x340,_0x5a578f:0x2cb,_0xb719ed:0x4d7,_0x56a259:0x5ce,_0x3359a1:0x560,_0x5e4af3:0x572,_0x4f9c5d:0x244,_0x4afe4c:0x1df,_0x4ebfe1:0x5a7},_0x347b35={_0x4dc0f0:0x8e,_0x12a6f9:0xf6,_0x1001de:0x51b},_0x5451fb={'kMPGV':function(_0x245f8f){return _0x245f8f();},'axttL':function(_0x50914a,_0x51aaac){return _0x50914a!==_0x51aaac;},'IDUUd':_0x45c4b9(_0x4e61d9._0xf6b317,_0x4e61d9._0x263038,0x4b0,0x535),'BKKYg':_0x58f91c(-_0x4e61d9._0x5d023a,-_0x4e61d9._0x406ed1,-0x25f,-0x2b3),'bLYRa':function(_0x37881f,_0x1dcf42){return _0x37881f<_0x1dcf42;},'BEQjT':'RaaFM','eWkeP':function(_0x53b672,_0x316ebf){return _0x53b672===_0x316ebf;},'pjvSd':_0x45c4b9(_0x4e61d9._0x4045dc,0x4b1,_0x4e61d9._0x4d4e8d,0x534),'DXkPE':'BUCIv','FxqeX':_0x45c4b9(0x41a,0x49e,0x4f2,0x4e9)+_0x58f91c(-0x243,-_0x4e61d9._0x19d8cd,-0x26f,-_0x4e61d9._0xf79d61)+_0x45c4b9(0x506,0x4c1,_0x4e61d9._0x34b517,0x528)+_0x45c4b9(0x5ef,_0x4e61d9._0x11c67c,0x53f,_0x4e61d9._0x452f13)+'..','SZEyP':_0x45c4b9(_0x4e61d9._0x3ed05d,0x4e2,_0x4e61d9._0x5c0219,_0x4e61d9._0x1b8774)},{running:_0xf6ee9c,pid:_0x333bc9}=await _0x5451fb[_0x45c4b9(_0x4e61d9._0x250e06,_0x4e61d9._0x2527e0,0x4a9,0x4ea)](isServerRunning);if(!_0xf6ee9c){if(_0x5451fb[_0x45c4b9(0x4b7,_0x4e61d9._0x55e12b,0x541,0x541)](_0x5451fb['IDUUd'],_0x5451fb['IDUUd']))_0x20818d[_0x58f91c(-_0x4e61d9._0xf59285,-0x29f,-_0x4e61d9._0x21f535,-_0x4e61d9._0x1a938c)]('\x20\x20Status:\x20'+_0x58f91c(-_0x4e61d9._0x43942e,-_0x4e61d9._0x3d6ce9,-0x2dd,-0x262)+'ning\x20(daem'+_0x45c4b9(0x477,_0x4e61d9._0x407f36,0x48a,_0x4e61d9._0x641df7)),_0x356da7[_0x45c4b9(0x578,_0x4e61d9._0x28d349,0x52c,_0x4e61d9._0x323b29)](_0x45c4b9(_0x4e61d9._0x28f1f6,0x4a2,0x43e,_0x4e61d9._0x1ec33c)+_0x58f91c(-_0x4e61d9._0x39558b,-_0x4e61d9._0x29a09b,-_0x4e61d9._0x50f5d7,-0x1f7)+_0x1db6b1),_0x138ea1[_0x58f91c(-_0x4e61d9._0x11fd56,-0x2a5,-_0x4e61d9._0x5793e9,-_0x4e61d9._0x1a938c)](_0x45c4b9(0x5a4,_0x4e61d9._0x30b1d2,0x527,_0x4e61d9._0x3a2073)+_0x45c4b9(_0x4e61d9._0x4ec335,0x575,0x565,0x58e)+_0x27a6a0[_0x58f91c(-0x2cc,-0x293,-_0x4e61d9._0x5bec43,-0x25b)]);else{console[_0x58f91c(-_0x4e61d9._0x3e0aa9,-_0x4e61d9._0x382e65,-_0x4e61d9._0x4a34b5,-0x248)](_0x58f91c(-_0x4e61d9._0x3ced7e,-_0x4e61d9._0x3da672,-0x2a3,-_0x4e61d9._0x1bd54f)+_0x45c4b9(_0x4e61d9._0x41c519,0x554,0x5d0,0x590)+'g');return;}}function _0x58f91c(_0x2f0b44,_0x219481,_0x32d7e5,_0x349640){return _0xa985fe(_0x2f0b44-0x123,_0x349640- -0x4f8,_0x32d7e5-0x7,_0x32d7e5);}function _0x45c4b9(_0x368259,_0xb840f3,_0xbf5f75,_0x4329f8){return _0x2bcdda(_0x368259-_0x347b35._0x4dc0f0,_0xb840f3-_0x347b35._0x12a6f9,_0xbf5f75,_0xb840f3-_0x347b35._0x1001de);}console[_0x58f91c(-_0x4e61d9._0x5b8ee2,-0x24f,-0x2b0,-_0x4e61d9._0x3f7ab4)](_0x58f91c(-0x259,-0x2d3,-_0x4e61d9._0x148c33,-0x2af)+_0x58f91c(-0x291,-_0x4e61d9._0x17346a,-0x25f,-_0x4e61d9._0x4fae77)+':\x20'+_0x333bc9+_0x45c4b9(_0x4e61d9._0x3169e0,0x4fc,0x51e,_0x4e61d9._0x1ea1c9));try{process['kill'](_0x333bc9,_0x5451fb['BKKYg']);for(let _0x3b9b76=-0xd00+-0x2b*-0xa9+0x3*-0x521;_0x5451fb[_0x58f91c(-_0x4e61d9._0x9e7258,-_0x4e61d9._0xec0b5b,-0x2be,-0x264)](_0x3b9b76,-0x2325*0x1+0x1d71+0x5e6);_0x3b9b76++){if(_0x45c4b9(0x51f,_0x4e61d9._0x5d6fcf,_0x4e61d9._0x5ab111,_0x4e61d9._0xfba055)!==_0x5451fb[_0x58f91c(-0x31a,-_0x4e61d9._0x12dbd5,-0x22e,-_0x4e61d9._0x35d5c3)])_0x582ba3[_0x45c4b9(_0x4e61d9._0x503c2a,0x558,_0x4e61d9._0x25619d,0x54a)]('Error\x20stop'+_0x58f91c(-0x1c2,-0x268,-_0x4e61d9._0x1b064f,-_0x4e61d9._0x200ab6)+_0x45c4b9(0x553,0x4f7,0x4e8,_0x4e61d9._0x11eaad)+_0xb7cd10[_0x45c4b9(_0x4e61d9._0x3de604,0x52b,_0x4e61d9._0x4e1ecd,0x592)]),_0x5c172d[_0x45c4b9(_0x4e61d9._0x42983e,0x57e,_0x4e61d9._0x432bb6,0x5ab)](0x11a3+-0x26a1+0x1*0x14ff);else try{_0x5451fb[_0x58f91c(-_0x4e61d9._0x39355b,-0x2f8,-_0x4e61d9._0x5d96c4,-_0x4e61d9._0x2b9baf)](_0x58f91c(-_0x4e61d9._0x130128,-0x2ef,-_0x4e61d9._0x353b8e,-_0x4e61d9._0x458b87),_0x5451fb[_0x58f91c(-_0x4e61d9._0x5656bc,-0x2c5,-_0x4e61d9._0x30991c,-_0x4e61d9._0x43053c)])?(process[_0x58f91c(-0x25a,-0x1bb,-_0x4e61d9._0xf9bbd6,-0x212)](_0x333bc9,-0x2*-0x11f2+-0x13*-0x1a0+-0x2162*0x2),await new Promise(_0x669a68=>setTimeout(_0x669a68,-0x23bb*0x1+0x15a*-0x13+0x3dcd))):(_0x56fb44[_0x45c4b9(_0x4e61d9._0x531c51,0x524,_0x4e61d9._0x4edd16,0x57b)](_0x45c4b9(_0x4e61d9._0x3946e6,_0x4e61d9._0x3ccdde,_0x4e61d9._0x2336ae,_0x4e61d9._0x421490)+_0x58f91c(-0x285,-0x299,-0x2a6,-0x23e)+_0x45c4b9(0x4f9,0x499,_0x4e61d9._0x1cf41d,_0x4e61d9._0x1f4283)+_0x45c4b9(0x551,0x593,_0x4e61d9._0x57bb2f,0x54f)+_0x58f91c(-0x2b8,-_0x4e61d9._0x14ddcc,-0x2bb,-_0x4e61d9._0x4a7d87)+_0x45c4b9(0x4ed,_0x4e61d9._0x22e108,_0x4e61d9._0x5ca217,0x4fd)),_0x4bab69[_0x58f91c(-_0x4e61d9._0x4f6637,-0x1de,-_0x4e61d9._0x2b20d2,-0x248)](_0x58f91c(-0x2f3,-0x32c,-0x301,-0x2b4)+_0x58f91c(-0x1db,-_0x4e61d9._0xa3b1e1,-0x201,-0x256)+_0x62e9b5));}catch{break;}}try{if(_0x5451fb[_0x45c4b9(_0x4e61d9._0x18de86,_0x4e61d9._0x5d7b83,0x52a,0x4eb)](_0x45c4b9(0x52c,_0x4e61d9._0x31b2a9,0x5a5,0x593),_0x5451fb[_0x58f91c(-0x2dc,-0x212,-_0x4e61d9._0x2e9a5,-_0x4e61d9._0x3f30d1)]))process[_0x45c4b9(0x584,0x55a,0x51a,_0x4e61d9._0x3ff49e)](_0x333bc9,0x2b*0x53+0xd*-0x22d+-0x4c8*-0x3),console[_0x45c4b9(_0x4e61d9._0x14a48e,0x524,_0x4e61d9._0x39d954,_0x4e61d9._0x55e12b)](_0x5451fb[_0x45c4b9(_0x4e61d9._0x5c8d00,_0x4e61d9._0x32a1bc,_0x4e61d9._0xbc0ea2,_0x4e61d9._0x42bb2f)]),process[_0x58f91c(-0x287,-0x1e4,-0x23b,-_0x4e61d9._0x113495)](_0x333bc9,_0x5451fb[_0x45c4b9(_0x4e61d9._0x3ed05d,0x4eb,_0x4e61d9._0x20aaa0,0x532)]);else{const _0xcf4d09={};return _0xcf4d09['running']=![],_0xcf4d09['pid']=null,_0xcf4d09;}}catch{}await _0x50d3f1['unlink'](PID_FILE)[_0x58f91c(-0x324,-0x26d,-_0x4e61d9._0x412006,-_0x4e61d9._0x5a578f)](()=>{}),console['log'](_0x45c4b9(0x533,0x53b,0x52b,_0x4e61d9._0xb719ed)+'topped');}catch(_0x57dd71){console[_0x45c4b9(0x597,0x558,0x5da,_0x4e61d9._0x56a259)](_0x45c4b9(0x525,0x4c5,0x43f,0x4f5)+_0x45c4b9(_0x4e61d9._0x3359a1,0x57a,_0x4e61d9._0x5e4af3,0x5a8)+_0x45c4b9(0x568,0x4f7,0x49c,0x504)+_0x57dd71[_0x58f91c(-0x2b6,-_0x4e61d9._0x4f9c5d,-_0x4e61d9._0x4afe4c,-0x241)]),process[_0x45c4b9(0x5b1,0x57e,_0x4e61d9._0x4ebfe1,0x59a)](-0x52f+-0x977+0xea7);}}async function checkServerHealth(_0x2d0439){const _0x33049a={_0x1e99e7:0x378,_0x2f11d2:0x3ab,_0x49d2a7:0x28c,_0x5bcc55:0x236,_0x967ebc:0x26a,_0x59b727:0x251,_0x352173:0x3f8,_0x565b5a:0x42e,_0xfd93b9:0x3ea},_0x1cee68={_0x1375ff:0x18a,_0x5c4965:0x1e1,_0xb83f52:0x18f,_0x44cb56:0x1d4,_0x556ae8:0x11f,_0x24013b:0x180,_0x432ed4:0x1ff,_0x1bf786:0x124,_0x48e3fc:0x151,_0x1cc90f:0x19e,_0x1b9359:0x176,_0x3ef880:0x1c7,_0x20a629:0x16b,_0x5c4df0:0x1d4,_0x7d9a27:0x1c3,_0x5a7be0:0x191,_0x3ea476:0x22a},_0x35b5cd={_0x4ff1dc:0x107},_0x67b7eb={_0x281631:0x3,_0x33b2bd:0x17c},_0x9cd96a={_0x147eb5:0x147},_0x5ea7ed={_0x73046a:0x92,_0x3b6b2e:0x99,_0x5b6da0:0x3bb},_0x5e1481={};function _0x2e22e0(_0x24282f,_0x47f4d8,_0x2eca98,_0x435890){return _0x2bcdda(_0x24282f-_0x5ea7ed._0x73046a,_0x47f4d8-_0x5ea7ed._0x3b6b2e,_0x47f4d8,_0x24282f-_0x5ea7ed._0x5b6da0);}_0x5e1481['vYtvi']=_0x2e22e0(_0x33049a._0x1e99e7,0x366,0x3cf,_0x33049a._0x2f11d2),_0x5e1481['ExHmV']=_0x452657(_0x33049a._0x49d2a7,_0x33049a._0x5bcc55,0x2d0,0x272),_0x5e1481[_0x452657(_0x33049a._0x5bcc55,_0x33049a._0x967ebc,0x29b,_0x33049a._0x59b727)]=_0x2e22e0(_0x33049a._0x352173,0x476,_0x33049a._0x565b5a,_0x33049a._0xfd93b9);const _0x35b03a=_0x5e1481;function _0x452657(_0x4893a0,_0x161267,_0x523aa5,_0x3d73a9){return _0xa985fe(_0x4893a0-_0x9cd96a._0x147eb5,_0x3d73a9- -0x83,_0x523aa5-0x6c,_0x4893a0);}return new Promise(_0xcc846b=>{const _0x104b02={_0x4b80a9:0xe7,_0x2e33c4:0x18e,_0x26a6dc:0x117,_0x52c337:0x108,_0x31cb46:0x13c,_0xe31587:0xb9,_0x3bb368:0xea,_0x2124a4:0x11c,_0x2421e1:0x50c,_0x3b3e1c:0xf,_0x4b5ae9:0x9,_0x4562a9:0x1e,_0x373752:0x4ee},_0x79bda1={_0x1a04a1:0x263,_0x115bb1:0x65},_0x43028f={_0x5fd781:0x48e},_0x1669c2={'EOfYT':_0x3bd51f(-_0x1cee68._0x1375ff,-0x163,-_0x1cee68._0x5c4965,-0x11c),'kiXJs':function(_0x5be573,_0x1942a9){return _0x5be573(_0x1942a9);},'TXQMw':_0x35b03a[_0x1c2a2d(_0x1cee68._0xb83f52,0x1f8,_0x1cee68._0x44cb56,_0x1cee68._0x556ae8)]},_0x16ed7c={};_0x16ed7c[_0x1c2a2d(0x1c3,_0x1cee68._0x24013b,0x1d9,_0x1cee68._0x432ed4)]=0x7d0;function _0x1c2a2d(_0x44dc1f,_0x26ee23,_0x1b6368,_0x58a821){return _0x452657(_0x26ee23,_0x26ee23-_0x67b7eb._0x281631,_0x1b6368-_0x67b7eb._0x33b2bd,_0x44dc1f- -0x8a);}function _0x3bd51f(_0xd607b7,_0x159bb7,_0x1589f6,_0xca6675){return _0x452657(_0x1589f6,_0x159bb7-_0x35b5cd._0x4ff1dc,_0x1589f6-0x1d7,_0xd607b7- -0x3dc);}const _0x53dfb5=_0x5ce480[_0x3bd51f(-0x219,-0x1fc,-0x233,-0x26a)]('http://loc'+_0x1c2a2d(0x167,0xf3,0xf9,_0x1cee68._0x1bf786)+_0x2d0439+_0x1c2a2d(0x14e,_0x1cee68._0x48e3fc,_0x1cee68._0x1cc90f,_0x1cee68._0x1b9359),_0x16ed7c,_0x517e6d=>{const _0x1120eb={_0x9f5c98:0x164,_0x59380c:0xf0,_0x10a206:0x93,_0x1f4a78:0x1a5,_0x143e57:0x142,_0x402d8c:0x180,_0x4b0556:0xc1,_0x1a193b:0x280},_0xf38bb2={_0x2d60d7:0x172},_0x3ff183={_0x5376ee:0x44a,_0x28bdfd:0xa4},_0x1b31b4={_0x1eb742:0x26};let _0x10e318='';function _0x5cb3a7(_0x1096fa,_0x565048,_0x27d110,_0x2ac42a){return _0x3bd51f(_0x565048-0x616,_0x565048-0x148,_0x1096fa,_0x2ac42a-_0x1b31b4._0x1eb742);}_0x517e6d['on'](_0x5cb3a7(0x456,0x450,0x457,0x4b9),_0x1072dc=>_0x10e318+=_0x1072dc);function _0x4623ba(_0x2247af,_0x1cb653,_0x39ee40,_0x4e89aa){return _0x3bd51f(_0x4e89aa-_0x3ff183._0x5376ee,_0x1cb653-0x1dd,_0x2247af,_0x4e89aa-_0x3ff183._0x28bdfd);}_0x517e6d['on'](_0x35b03a[_0x5cb3a7(0x409,_0x43028f._0x5fd781,0x44f,0x45b)],()=>{const _0x198b42={_0x18e09b:0x20c,_0xe1e07b:0x65};function _0x8926fd(_0x378b6b,_0x4837c4,_0x4e2386,_0x34d863){return _0x5cb3a7(_0x4e2386,_0x34d863- -_0x198b42._0x18e09b,_0x4e2386-_0x198b42._0xe1e07b,_0x34d863-0x1b3);}function _0x29fedc(_0xd8bbfb,_0x4d2471,_0x2be164,_0x518905){return _0x5cb3a7(_0x2be164,_0x4d2471- -0x32a,_0x2be164-_0xf38bb2._0x2d60d7,_0x518905-0x1a5);}try{const _0x368989=JSON[_0x29fedc(_0x1120eb._0x9f5c98,0xf5,_0x1120eb._0x59380c,_0x1120eb._0x10a206)](_0x10e318),_0x1bd074={};_0x1bd074[_0x29fedc(0xab,0xc1,0x85,0xe1)]=!![],_0x1bd074[_0x29fedc(0x214,_0x1120eb._0x1f4a78,_0x1120eb._0x143e57,0x193)]=_0x368989['service']||_0x1669c2[_0x29fedc(0x1d4,0x16c,0x15e,_0x1120eb._0x402d8c)],_0xcc846b(_0x1bd074);}catch{const _0x2a94db={};_0x2a94db[_0x29fedc(0x10b,_0x1120eb._0x4b0556,0x43,0xc8)]=!![],_0x2a94db[_0x8926fd(_0x1120eb._0x1a193b,0x2ca,0x26d,0x2c3)]='unknown',_0x1669c2['kiXJs'](_0xcc846b,_0x2a94db);}});}),_0x4fc473={};_0x4fc473[_0x1c2a2d(0x127,_0x1cee68._0x556ae8,0xa4,0xf0)]=![],_0x53dfb5['on'](_0x35b03a[_0x1c2a2d(_0x1cee68._0x3ef880,_0x1cee68._0x20a629,_0x1cee68._0x5c4df0,0x1f0)],()=>_0xcc846b(_0x4fc473)),_0x53dfb5['on'](_0x1c2a2d(_0x1cee68._0x7d9a27,_0x1cee68._0x5a7be0,0x197,_0x1cee68._0x3ea476),()=>{function _0x126b95(_0x30f957,_0x1eda1f,_0x57dde9,_0x164944){return _0x1c2a2d(_0x1eda1f-0x3c7,_0x30f957,_0x57dde9-0x1b0,_0x164944-0x158);}function _0x1248b4(_0x39da17,_0x5b1fd2,_0x3ecc85,_0x46abc2){return _0x3bd51f(_0x3ecc85-_0x79bda1._0x1a04a1,_0x5b1fd2-0x138,_0x5b1fd2,_0x46abc2-_0x79bda1._0x115bb1);}if(_0x1669c2[_0x1248b4(_0x104b02._0x4b80a9,0xc7,0x117,0xb0)]!==_0x1669c2[_0x1248b4(0x9f,_0x104b02._0x2e33c4,_0x104b02._0x26a6dc,_0x104b02._0x52c337)]){_0x29a84e[_0x1248b4(_0x104b02._0x31cb46,_0x104b02._0xe31587,_0x104b02._0x3bb368,_0x104b02._0x2124a4)](_0x25d85f,0x2e*0x6d+-0x2e0+-0x10b6);const _0x3054da={};return _0x3054da[_0x126b95(0x4b2,0x51d,0x566,_0x104b02._0x2421e1)]=!![],_0x3054da['pid']=_0x5c9ebf,_0x3054da;}else{_0x53dfb5[_0x1248b4(_0x104b02._0x3b3e1c,-_0x104b02._0x4b5ae9,0x65,-_0x104b02._0x4562a9)]();const _0xaf384c={};_0xaf384c[_0x126b95(0x525,_0x104b02._0x373752,0x483,0x512)]=![],_0x1669c2['kiXJs'](_0xcc846b,_0xaf384c);}});});}function _0x3c2c(_0x436a8b,_0x47711e){_0x436a8b=_0x436a8b-(-0x1768+-0x3cc*-0x3+-0xf*-0xde);const _0x2befbe=_0x7312();let _0x4d3468=_0x2befbe[_0x436a8b];if(_0x3c2c['BjemMu']===undefined){var _0x37693e=function(_0x306643){const _0x2fedfc='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4b1fd8='',_0x4f8bcb='';for(let _0x42a510=0xb*0x87+0x1b3b*0x1+-0x2108,_0x3dd3b9,_0x565d8c,_0xa017a0=-0x811+0x24d0+0xdf*-0x21;_0x565d8c=_0x306643['charAt'](_0xa017a0++);~_0x565d8c&&(_0x3dd3b9=_0x42a510%(-0x63+-0x1*0x10a9+0x1110)?_0x3dd3b9*(0xcbb+-0x6ad*-0x3+-0x2082)+_0x565d8c:_0x565d8c,_0x42a510++%(0x12c+0x84d*0x1+-0x975))?_0x4b1fd8+=String['fromCharCode'](-0x22d5+-0x1*-0xa72+0x1962&_0x3dd3b9>>(-(-0x9e9+-0x1b5+0x6*0x1f0)*_0x42a510&-0xb15+0x23c+-0x8df*-0x1)):0x423*0x8+-0x150d+-0xc0b){_0x565d8c=_0x2fedfc['indexOf'](_0x565d8c);}for(let _0x5ee3d7=0x3b5+-0x1*-0x212b+0x2*-0x1270,_0x355ad1=_0x4b1fd8['length'];_0x5ee3d7<_0x355ad1;_0x5ee3d7++){_0x4f8bcb+='%'+('00'+_0x4b1fd8['charCodeAt'](_0x5ee3d7)['toString'](-0x12*0x21f+-0x10*-0x57+0xf7*0x22))['slice'](-(-0x15*-0x1a+0xaf2+-0xe*0xef));}return decodeURIComponent(_0x4f8bcb);};_0x3c2c['LOAwxm']=_0x37693e,_0x3c2c['gaDBja']={},_0x3c2c['BjemMu']=!![];}const _0x3e26dd=_0x2befbe[0x204+0x925+-0xb29],_0x46d569=_0x436a8b+_0x3e26dd,_0x4c2441=_0x3c2c['gaDBja'][_0x46d569];return!_0x4c2441?(_0x4d3468=_0x3c2c['LOAwxm'](_0x4d3468),_0x3c2c['gaDBja'][_0x46d569]=_0x4d3468):_0x4d3468=_0x4c2441,_0x4d3468;}export async function showStatus(){const _0x2d71bb={_0x14c94d:0x182,_0x5b09b1:0x1cd,_0x3edf3d:0x22e,_0x26e08f:0x255,_0x2fe0f4:0x251,_0x1e76a8:0x229,_0x164fc3:0x2a5,_0x1e44e1:0x1c7,_0x588bd4:0x20d,_0xec0762:0x247,_0x219d8d:0x231,_0x3fa156:0x2d7,_0x5e2d77:0x18f,_0x87a4b3:0x163,_0x27f1bb:0x1a6,_0x193d06:0x1bb,_0x1bc530:0xf7,_0x223fae:0x194,_0x798c62:0x216,_0x47bb6c:0x277,_0x2d426f:0x22a,_0x36a339:0x1c9,_0x4c475c:0x29f,_0x5578b8:0x2cd,_0x44d4d8:0x2c7,_0x380f64:0x208,_0xdb0df8:0x249,_0x446edb:0x2ed,_0xccda9a:0x2d3,_0x4bec74:0x160,_0x2a204a:0x158,_0x2ebfff:0x262,_0x541ab9:0x25d,_0x20768e:0x265,_0x30449b:0x287,_0x2d1e11:0x2f8,_0x2c712d:0x356,_0x37fcac:0x2be,_0x122add:0x29d,_0x2d560b:0x1ef,_0x513d75:0x2b4,_0x12a7e1:0x2dc,_0x10eee6:0x1e8,_0x2ab012:0x2d6,_0x3282d3:0x319,_0x23e38a:0x25e,_0x2bb849:0x266,_0x5e1d9d:0x241,_0x3ad30c:0xf9,_0x5ec3ac:0x17a,_0x4a2e71:0x232,_0x556951:0x21d,_0x4f6005:0xd2,_0x39bf6f:0x134,_0x454cba:0x1d3,_0x7d5d79:0x1ff,_0x874fab:0x2c9,_0xa1720f:0x1e3,_0x35d048:0x139,_0x54bff7:0x173,_0x2844ec:0x1a2,_0x1d04e0:0x331,_0x4cdf3f:0x30d,_0x8ba143:0x28c,_0x2e1001:0x17d,_0x3451dc:0x225,_0xa109b1:0x198,_0x3d38d0:0x1b8,_0x1e12c3:0x189,_0x3dcb63:0x1da,_0xcedbf5:0x288,_0xe36130:0x272,_0x58197d:0x26f,_0x55779e:0x2e3,_0x2f7148:0x31e,_0x1b8b6b:0x1e9,_0x44498f:0x26d,_0x1e36fd:0x205,_0x1c4afc:0x267,_0x1d7173:0x304,_0x13afb0:0x1e9,_0x389a2b:0x1a5,_0x3193e1:0x114,_0x56fb4f:0x14a,_0x19ff3c:0x13c,_0x360111:0x2e4,_0x2d37eb:0x25b,_0x33d683:0x2d3,_0xa2cb00:0x1bc,_0x1c069c:0x177,_0x515d65:0x1c0,_0x2ec940:0x218,_0x4c9671:0x20a,_0x15c31d:0x21b,_0x20490a:0x209,_0x176927:0x26b,_0x4635c3:0x1f9,_0x4a5d13:0x279,_0x32c3f1:0x2ea,_0x2b76b0:0x259,_0x31c472:0x2df,_0x3c1d2a:0x244,_0x142650:0x30e,_0x4a883a:0xfd,_0x6cddb2:0x241,_0x4fe4a7:0x227,_0x35380f:0x1eb,_0xfa508a:0x1ff,_0x204c4d:0x19d,_0x11a074:0x1fc,_0x4a320f:0x240,_0x1f5595:0x2a4,_0x36c64a:0x23c,_0x271cb4:0x2e0,_0x3e1031:0x2b1,_0x53f8df:0x156,_0x1efb91:0xd7,_0x22dfba:0x122,_0xf53cc0:0x29e,_0x71bbf3:0x21d,_0x3246e1:0x1b2,_0x49cddc:0x1d1,_0x5d8069:0x28f,_0x389917:0x28c,_0x587145:0x1fc,_0x4a8e5a:0x1f6,_0xf48485:0x20c,_0x5ed17a:0x1cc,_0x3bdb95:0x1b3,_0x5ef1cf:0x196,_0x42080f:0x1cf,_0x497306:0x1b8,_0x374329:0x1a7,_0x210e9a:0x228,_0x45dd75:0x200,_0x4bd72f:0x223,_0x21d689:0x283,_0x50bb7c:0x1db,_0x4475e2:0x1e6,_0x36a2c1:0x2a7,_0x432226:0x29e,_0x2d63fd:0x162,_0x2d6301:0x1d9,_0x55c797:0x1d4,_0x455b91:0x1a9,_0x136eaf:0x269,_0x5d0126:0x29a,_0x5b74a0:0x24d,_0x2249fc:0x164,_0x572e6c:0x1fe,_0x4a949b:0x284,_0x300c73:0x28c,_0x183ec3:0x204,_0x596b26:0x2de,_0x1819fa:0x236,_0x134ec8:0x20a,_0x27ac9a:0x11b,_0x2df13b:0x169,_0x2c8b30:0x2a6,_0x46b79c:0x151,_0x4ac689:0x1be,_0x37e55e:0x218,_0x3bdc96:0x302,_0x4b937b:0x28d,_0x50ec07:0x31d,_0x4e6e14:0x287,_0x1a055b:0x2a9,_0x3dd702:0x1d0,_0x25563f:0x1d7,_0x3a278b:0x2c0,_0x178b47:0x2e6,_0x3ee806:0x248,_0x2a799a:0x2e5},_0x2065af={_0x180c0a:0x14d},_0x7b7926={'KMriN':_0x40d0eb(_0x2d71bb._0x14c94d,_0x2d71bb._0x5b09b1,0x206,0x1c0)+_0x40d0eb(0x209,_0x2d71bb._0x3edf3d,_0x2d71bb._0x26e08f,0x1e2)+_0x40d0eb(_0x2d71bb._0x2fe0f4,0x273,_0x2d71bb._0x1e76a8,_0x2d71bb._0x164fc3)+_0x249227(0x197,_0x2d71bb._0x1e44e1,_0x2d71bb._0x588bd4,0x292)+'..','sMsjH':_0x40d0eb(0x294,_0x2d71bb._0xec0762,0x24a,_0x2d71bb._0x219d8d),'FgPTx':function(_0x4d3913,_0x23a480){return _0x4d3913(_0x23a480);},'MawdW':function(_0x1716af){return _0x1716af();},'PLJJV':function(_0x2b263e){return _0x2b263e();},'lakaR':'CoderFlow\x20'+_0x40d0eb(_0x2d71bb._0x3fa156,0x235,0x291,0x2ad)+'tus:','oeEwd':function(_0x1ece1e,_0x568a61){return _0x1ece1e!==_0x568a61;},'HWOAD':_0x249227(_0x2d71bb._0x5e2d77,0x19f,0x1bc,0x138),'kHcIR':function(_0x2767c2,_0x4a4040){return _0x2767c2!==_0x4a4040;},'cvkox':_0x249227(_0x2d71bb._0x87a4b3,0x15e,0x196,_0x2d71bb._0x27f1bb),'jUyhD':_0x249227(_0x2d71bb._0x193d06,0xdb,0x152,_0x2d71bb._0x1bc530),'bZxJD':'\x20\x20coder-se'+'rver\x20start','IyQSV':function(_0x3b045b,_0x4ab120){return _0x3b045b===_0x4ab120;},'ptQkM':_0x40d0eb(0x256,_0x2d71bb._0x223fae,_0x2d71bb._0x798c62,0x19e),'ZWXeO':'Configure\x20'+'and\x20start\x20'+_0x40d0eb(0x22f,0x210,_0x2d71bb._0x47bb6c,0x20e)+_0x249227(0x1d7,0x20f,0x1f7,_0x2d71bb._0x2d426f),'WlJNR':_0x249227(0x18d,0x1e4,_0x2d71bb._0x36a339,0x1ee)+_0x40d0eb(0x290,_0x2d71bb._0x4c475c,_0x2d71bb._0x5578b8,_0x2d71bb._0x44d4d8)+_0x249227(0x220,_0x2d71bb._0x380f64,0x21f,_0x2d71bb._0xdb0df8)+_0x40d0eb(0x28c,0x345,_0x2d71bb._0x446edb,_0x2d71bb._0xccda9a)+'to/coder-s'+_0x249227(0x19b,_0x2d71bb._0x4bec74,0x1db,_0x2d71bb._0x2a204a),'dcZWS':function(_0x3c90bc,_0x57141d){return _0x3c90bc!==_0x57141d;},'BmVzN':_0x40d0eb(_0x2d71bb._0x2ebfff,_0x2d71bb._0x541ab9,0x203,_0x2d71bb._0x20768e),'AcnBp':_0x40d0eb(_0x2d71bb._0x30449b,0x2dd,_0x2d71bb._0x2d1e11,_0x2d71bb._0x2c712d)+'erver\x20with'+':','yMNTt':_0x40d0eb(0x262,_0x2d71bb._0x37fcac,_0x2d71bb._0x122add,0x2c2)+_0x249227(0x21b,0x187,_0x2d71bb._0x2d560b,0x1d8),'AKpCG':function(_0x430042,_0x3d56a6){return _0x430042===_0x3d56a6;},'CWWsB':_0x40d0eb(0x263,0x240,_0x2d71bb._0x513d75,_0x2d71bb._0x12a7e1),'axIpr':_0x249227(0x135,0xee,0x160,0x1a5),'NQxEb':_0x40d0eb(0x1d9,_0x2d71bb._0x10eee6,0x252,_0x2d71bb._0x2ab012)+_0x40d0eb(_0x2d71bb._0x3282d3,_0x2d71bb._0x23e38a,0x2da,_0x2d71bb._0x2bb849)+'\x20foregroun'+_0x40d0eb(0x223,0x22f,0x286,_0x2d71bb._0x5e1d9d),'YpIjd':'Stop\x20it\x20wi'+'th\x20Ctrl+C\x20'+_0x249227(_0x2d71bb._0x3ad30c,0x122,_0x2d71bb._0x5ec3ac,0x187)+'minal\x20wher'+_0x40d0eb(0x31b,_0x2d71bb._0x4a2e71,0x29f,_0x2d71bb._0x556951)+_0x249227(_0x2d71bb._0x4f6005,0x1ac,0x148,_0x2d71bb._0x39bf6f)};function _0x40d0eb(_0x55bdfc,_0x30812f,_0x5330ae,_0x4da0a5){return _0x2bcdda(_0x55bdfc-0xc9,_0x30812f-_0x2065af._0x180c0a,_0x55bdfc,_0x5330ae-0x283);}const {running:_0x17ce22,pid:_0x331b4b}=await _0x7b7926[_0x249227(0x148,_0x2d71bb._0x454cba,0x1a7,_0x2d71bb._0x7d5d79)](isServerRunning),_0x3c8074=await _0x7b7926[_0x40d0eb(_0x2d71bb._0x874fab,_0x2d71bb._0xa1720f,0x25e,0x21b)](getServerConfig),_0x52dfb5=await _0x7b7926[_0x249227(_0x2d71bb._0x35d048,0x169,_0x2d71bb._0x54bff7,_0x2d71bb._0x2844ec)](checkServerHealth,_0x3c8074['port']);function _0x249227(_0x4d5cb6,_0x307ef0,_0x36be29,_0xade98){return _0xa985fe(_0x4d5cb6-0x1a4,_0x36be29- -0xf8,_0x36be29-0xdc,_0x307ef0);}console['log'](_0x7b7926[_0x40d0eb(0x2be,_0x2d71bb._0x1d04e0,0x2e7,_0x2d71bb._0x4cdf3f)]),console[_0x40d0eb(0x20f,0x20b,_0x2d71bb._0x8ba143,0x2cb)]('');if(_0x17ce22&&_0x52dfb5[_0x249227(0x102,_0x2d71bb._0x2e1001,0x13c,0x14e)])console[_0x249227(_0x2d71bb._0x3451dc,_0x2d71bb._0xa109b1,_0x2d71bb._0x3d38d0,0x13b)](_0x249227(0x105,0x1be,_0x2d71bb._0x1e12c3,_0x2d71bb._0x3dcb63)+_0x40d0eb(_0x2d71bb._0xcedbf5,0x233,_0x2d71bb._0xe36130,0x280)+_0x40d0eb(0x302,_0x2d71bb._0x58197d,_0x2d71bb._0x55779e,_0x2d71bb._0x2f7148)+_0x40d0eb(_0x2d71bb._0x1b8b6b,_0x2d71bb._0x44498f,0x20b,_0x2d71bb._0x1e36fd)),console[_0x40d0eb(0x26d,0x20d,0x28c,0x208)]('\x20\x20PID:\x20\x20\x20\x20'+_0x40d0eb(_0x2d71bb._0x1c4afc,0x317,0x2dd,_0x2d71bb._0x1d7173)+_0x331b4b),console['log']('\x20\x20URL:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x3c8074[_0x249227(_0x2d71bb._0x35d048,_0x2d71bb._0x13afb0,_0x2d71bb._0x389a2b,0x173)]);else{if(_0x52dfb5[_0x249227(_0x2d71bb._0x3193e1,_0x2d71bb._0x56fb4f,_0x2d71bb._0x19ff3c,0x1a2)])console['log'](_0x40d0eb(_0x2d71bb._0x2bb849,0x2a2,_0x2d71bb._0x541ab9,0x1fc)+_0x40d0eb(_0x2d71bb._0x360111,0x2b6,0x272,0x2f1)+_0x40d0eb(0x2b9,_0x2d71bb._0x2d37eb,0x256,_0x2d71bb._0x33d683)+_0x249227(_0x2d71bb._0xa2cb00,_0x2d71bb._0x1c069c,0x191,0x191)),console[_0x249227(0x1f2,_0x2d71bb._0x515d65,0x1b8,_0x2d71bb._0x2ec940)](_0x249227(0x287,_0x2d71bb._0x4c9671,0x21e,0x246)+_0x249227(_0x2d71bb._0x15c31d,0x274,_0x2d71bb._0x20490a,_0x2d71bb._0x176927)+_0x3c8074[_0x40d0eb(0x22a,_0x2d71bb._0x4635c3,_0x2d71bb._0x4a5d13,_0x2d71bb._0x32c3f1)]);else _0x17ce22?_0x7b7926['oeEwd'](_0x40d0eb(_0x2d71bb._0x2b76b0,0x330,_0x2d71bb._0x31c472,0x2c3),_0x7b7926['HWOAD'])?(console[_0x40d0eb(0x2ad,_0x2d71bb._0x3c1d2a,0x28c,_0x2d71bb._0x142650)]('\x20\x20Status:\x20'+_0x249227(0x1b5,0x19a,0x1c2,0x185)+_0x249227(_0x2d71bb._0x4a883a,0x165,0x12d,0xc5)+_0x249227(0x284,_0x2d71bb._0x6cddb2,_0x2d71bb._0x4fe4a7,_0x2d71bb._0x35380f)+_0x40d0eb(_0x2d71bb._0xfa508a,0x2c5,0x280,0x2a3)+'ding)'),console[_0x249227(0x141,_0x2d71bb._0x204c4d,_0x2d71bb._0x3d38d0,0x1bc)](_0x40d0eb(_0x2d71bb._0x5b09b1,_0x2d71bb._0x11a074,0x220,0x1d2)+_0x40d0eb(0x231,0x25e,0x27e,_0x2d71bb._0x4a320f)+_0x331b4b)):_0x399f01[_0x40d0eb(_0x2d71bb._0x1f5595,0x221,_0x2d71bb._0x8ba143,_0x2d71bb._0x36c64a)](_0x40d0eb(0x229,_0x2d71bb._0x271cb4,0x25d,_0x2d71bb._0x3e1031)+_0x249227(_0x2d71bb._0x53f8df,_0x2d71bb._0x1efb91,_0x2d71bb._0x22dfba,0xcd)+_0x40d0eb(0x2a6,_0x2d71bb._0xf53cc0,0x27f,0x228)):_0x7b7926[_0x249227(_0x2d71bb._0x71bbf3,0x265,_0x2d71bb._0xfa508a,_0x2d71bb._0x3246e1)](_0x7b7926[_0x40d0eb(_0x2d71bb._0x219d8d,0x21b,0x207,_0x2d71bb._0x49cddc)],_0x7b7926['jUyhD'])?console[_0x40d0eb(_0x2d71bb._0x5d8069,0x256,_0x2d71bb._0x389917,0x260)](_0x249227(_0x2d71bb._0x587145,0x122,0x189,0x14d)+_0x40d0eb(0x232,0x27a,_0x2d71bb._0x4a8e5a,0x18e)+'\x20running'):_0x3405df(_0x8d32bc);}_0x3c8074['setupPath']?console[_0x249227(0x18f,0x1d6,0x1b8,0x224)]('\x20\x20Setup\x20Pa'+_0x249227(_0x2d71bb._0xf48485,0x170,_0x2d71bb._0x5ed17a,0x211)+_0x3c8074[_0x249227(_0x2d71bb._0x3bdb95,0x193,0x1d0,0x168)]):console[_0x249227(_0x2d71bb._0x5ef1cf,_0x2d71bb._0x42080f,_0x2d71bb._0x497306,0x213)]('\x20\x20Setup\x20Pa'+_0x249227(0x151,_0x2d71bb._0x374329,0x1ba,0x189)+_0x40d0eb(_0x2d71bb._0x210e9a,0x25f,_0x2d71bb._0x45dd75,0x182)+')');console['log']('\x20\x20Port:\x20\x20\x20'+_0x249227(_0x2d71bb._0x4a2e71,0x1e2,0x209,0x1f2)+_0x3c8074[_0x40d0eb(0x1e7,_0x2d71bb._0x23e38a,_0x2d71bb._0x4bd72f,0x1ab)]),console['log']('');const _0x186969=_0x17ce22||_0x52dfb5[_0x40d0eb(0x217,0x1a9,0x210,_0x2d71bb._0x21d689)];if(!_0x186969&&_0x3c8074['setupPath'])console[_0x249227(0x18b,0x18f,0x1b8,_0x2d71bb._0x19ff3c)](_0x40d0eb(_0x2d71bb._0x50bb7c,0x1ca,0x22e,_0x2d71bb._0x4475e2)+_0x40d0eb(_0x2d71bb._0x36a2c1,0x24d,_0x2d71bb._0x432226,0x262)+'h:'),console[_0x249227(_0x2d71bb._0x2d63fd,_0x2d71bb._0x2d6301,0x1b8,0x234)](_0x7b7926[_0x249227(_0x2d71bb._0x3edf3d,_0x2d71bb._0x55c797,_0x2d71bb._0x455b91,0x21f)]);else{if(!_0x186969)_0x7b7926[_0x40d0eb(_0x2d71bb._0x58197d,0x257,_0x2d71bb._0x136eaf,0x1e6)](_0x7b7926['ptQkM'],'nCKDA')?(_0x84ce62[_0x40d0eb(0x2cd,0x32e,0x2c2,0x2a4)](_0x581514,0x1*0x3f5+-0x206c+0x1c77),_0x15ff16[_0x40d0eb(_0x2d71bb._0x380f64,_0x2d71bb._0x5d0126,0x28c,_0x2d71bb._0x5b74a0)](_0x7b7926[_0x249227(_0x2d71bb._0x2249fc,_0x2d71bb._0x572e6c,0x19f,_0x2d71bb._0x588bd4)]),_0x30f4b0['kill'](_0x4eab57,_0x7b7926[_0x40d0eb(0x257,0x2f0,0x27a,_0x2d71bb._0x4a949b)])):(console['log'](_0x7b7926['ZWXeO']),console[_0x40d0eb(0x2d8,0x20a,_0x2d71bb._0x300c73,0x233)](_0x7b7926[_0x40d0eb(0x248,0x2d5,0x282,_0x2d71bb._0x183ec3)]));else{if(_0x17ce22){if(_0x7b7926['dcZWS'](_0x7b7926[_0x40d0eb(0x28f,0x2a6,_0x2d71bb._0x596b26,0x2c5)],_0x7b7926[_0x249227(0x25b,_0x2d71bb._0x1819fa,_0x2d71bb._0x134ec8,0x196)])){_0x484e9b[_0x249227(_0x2d71bb._0x27ac9a,0x12d,_0x2d71bb._0x2df13b,0x160)]();const _0x32422a={};_0x32422a[_0x249227(0x197,0x10d,_0x2d71bb._0x19ff3c,0x10c)]=![],_0x7b7926[_0x40d0eb(0x21f,0x21b,0x247,_0x2d71bb._0x44d4d8)](_0x47ce2f,_0x32422a);}else console['log'](_0x7b7926[_0x40d0eb(0x33d,0x2e6,0x2d8,_0x2d71bb._0x2c8b30)]),console['log'](_0x7b7926[_0x249227(_0x2d71bb._0x46b79c,0x200,_0x2d71bb._0x4ac689,_0x2d71bb._0x37e55e)]);}else _0x7b7926['AKpCG'](_0x7b7926['CWWsB'],_0x7b7926[_0x40d0eb(_0x2d71bb._0x176927,_0x2d71bb._0x3bdc96,0x2e0,_0x2d71bb._0x4b937b)])?(_0x4c83ed[_0x40d0eb(0x27d,_0x2d71bb._0x50ec07,0x2c0,0x27c)](_0x40d0eb(0x2bf,0x2b8,_0x2d71bb._0x4e6e14,_0x2d71bb._0x1a055b)+_0x249227(0x11b,_0x2d71bb._0xa2cb00,0x188,_0x2d71bb._0x3dd702)+'\x20not\x20a\x20dir'+_0x249227(0x28d,_0x2d71bb._0x25563f,0x22a,_0x2d71bb._0x3246e1)+_0x5b5c28),_0x2dfd08[_0x40d0eb(_0x2d71bb._0x3a278b,0x2cc,_0x2d71bb._0x178b47,0x27f)](-0x2b*0x6a+0x62+0x3*0x5cf)):(console[_0x40d0eb(_0x2d71bb._0x3ee806,_0x2d71bb._0x2a799a,_0x2d71bb._0x8ba143,0x302)](_0x7b7926['NQxEb']),console['log'](_0x7b7926[_0x40d0eb(0x2cb,0x30b,0x2d9,0x276)]));}}}export async function showLogs(_0x1f4df3){const _0x179e89={_0x4c2a87:0xbd,_0x550e5a:0xf2,_0x35aa58:0x6,_0x11c19d:0x109,_0x5c0feb:0x4f,_0x17a16e:0xcc,_0x43ad5b:0xbc,_0x2fec14:0x176,_0x57c483:0x133,_0x5da6ee:0xf5,_0x35f339:0xc2,_0x4bec0e:0x13b,_0x2854e4:0x61,_0x39e683:0x6b,_0x14bb01:0xd6,_0x43eac6:0x5e,_0x1dd5d2:0x72,_0x31ea84:0xaa,_0x4357ba:0xdc,_0x17c6ab:0x8,_0x4cc72a:0xb1,_0x3bbf36:0xa6,_0x4a638f:0x87,_0x9003a6:0x82,_0x16d45e:0x103,_0x8a431d:0x16b,_0x4d2ac3:0x1ad,_0x3cbea6:0x12c,_0x1eab5d:0x183,_0x5d93e1:0x11c,_0x5e3250:0x15a,_0x4abe49:0x135,_0x27abcd:0xad,_0x636a:0xb4,_0x381ea0:0x17f,_0x36cb94:0x14d,_0x4cc2e0:0xa6,_0x152047:0xd2,_0x51445e:0x108,_0xede26a:0x8d,_0x24bec6:0x109,_0x19a44c:0x53,_0x2886e9:0x90,_0x3a5a34:0xa3,_0x11ad61:0x52,_0x515e32:0xc3,_0x533451:0x12f,_0xe6f84c:0x101,_0x3eba70:0x24,_0x1946c9:0xac,_0x3d7c6c:0x62,_0x3d06f1:0x64,_0x1c3cc7:0x5e,_0x30b163:0xa2,_0x29d0b9:0x24,_0x45660a:0x62,_0x31a049:0xc9,_0x4675f4:0xef,_0x3696c0:0x7b,_0x544a5f:0x1e,_0x3e29c2:0x12d,_0x379120:0xe1,_0x1b2da8:0x22,_0x3e266b:0xad,_0x258353:0x1d,_0x36d4a8:0x88,_0x502119:0x97,_0x30b685:0xb8,_0x1b7858:0x70,_0x3361f2:0xbe,_0x6c5749:0xfb,_0x4474a9:0xc0,_0x96e782:0x8b,_0x4d9204:0xe1,_0x2659ef:0x41,_0x58b756:0x37,_0x3b0b99:0x136,_0x407484:0x148,_0x34f127:0x110,_0x578a3a:0xea,_0xb91043:0x98,_0x3a36f4:0xa3,_0x5915c5:0x1e,_0x1aeef9:0x8a,_0x8e876a:0x1c9,_0x12490f:0x15e,_0x30ea18:0x17d,_0x2b3afd:0x13d,_0x49288a:0xc2,_0x229dfb:0xd8,_0x5403eb:0x14c,_0x3189a0:0xba,_0x2e537c:0x119,_0x1f85ad:0xf0,_0x538fd5:0x125,_0x16476c:0x6e,_0x4e9ce1:0x34,_0x24731e:0x5d,_0x4f862a:0x39,_0x26e6f9:0x46,_0x27571a:0x35,_0x32b970:0xdb,_0x11cd63:0x14e,_0x1c50fb:0xd9,_0x5420dc:0xb2,_0x36fe21:0x179,_0x363b38:0x12a,_0x17b361:0xfe,_0x30f0f6:0xa9,_0x11236a:0x9f,_0x6952ff:0x4a,_0xdedcd4:0x3c},_0x54b592={_0xe5f1e:0x56,_0x1aea4e:0x2c,_0x2566f5:0x60,_0x539242:0x4},_0x2cfb13={_0x3d295f:0x5b},_0x58c3fc={_0x508a25:0x2bc,_0x24dc18:0x118,_0x208eda:0xca,_0xc9b77f:0x108,_0x2a2378:0x25f,_0x20dd99:0x2a9,_0x78ba51:0x100,_0x31187c:0xc4,_0x497ff0:0xea,_0x1c930c:0x279,_0x2d7a46:0x136,_0x587e92:0x35d,_0x2a7fe6:0x31c,_0x2d08c5:0x338,_0x140028:0x318,_0x87eb01:0x2b3,_0x4cec32:0x2a5,_0x7c4ffb:0xf5,_0x19d335:0x177,_0x3385bf:0x317,_0xe756b:0x24f,_0x51ca35:0x235,_0x2dcbab:0xce,_0x3bef64:0xb2,_0x43e5f7:0x320,_0xa46b2e:0x377,_0x8ad63b:0x366,_0x54407b:0x374,_0x4be9a8:0x96,_0x3af3ec:0x62,_0x16ac9f:0xab,_0x119dbf:0x64,_0x13368b:0xab,_0xc4e692:0x17e,_0x2373a4:0x189,_0xec30fd:0x15b,_0x155c22:0x35e,_0x5407ae:0xd0,_0x525b17:0x174,_0x104f80:0xf6},_0xfe3939={_0x22b2b2:0x114,_0x518011:0xad,_0x54d5cd:0x5b},_0x152f9b={_0x25dd60:0x218,_0x8749aa:0x19},_0x3c2612={_0x461b17:0x1e0},_0x1415ee={'DIcIO':'No\x20log\x20fil'+'e\x20found','CCwoC':'Server\x20may'+_0x50119e(0xea,0x7a,_0x179e89._0x4c2a87,_0x179e89._0x550e5a)+_0x3fddc9(0x8a,-_0x179e89._0x35aa58,0x1b,-0x42)+_0x50119e(0xe3,0xac,_0x179e89._0x11c19d,_0x179e89._0x5c0feb)+_0x50119e(0xf1,_0x179e89._0x17a16e,_0x179e89._0x43ad5b,0xc6)+_0x50119e(_0x179e89._0x2fec14,_0x179e89._0x57c483,0x18d,_0x179e89._0x5da6ee)+_0x50119e(0xc7,_0x179e89._0x35f339,_0x179e89._0x4bec0e,_0x179e89._0x2854e4),'islpv':'unknown','UrUfL':function(_0x4b92fc,_0xe7f3cf){return _0x4b92fc(_0xe7f3cf);},'EqhtY':_0x50119e(_0x179e89._0x39e683,_0x179e89._0x14bb01,_0x179e89._0x43eac6,0x50),'wYHTQ':function(_0x142f19,_0xcd01d7){return _0x142f19===_0xcd01d7;},'yypJe':_0x3fddc9(_0x179e89._0x1dd5d2,_0x179e89._0x31ea84,0x8f,0xcb),'Qvisp':function(_0x3efa8f,_0x3b68c3){return _0x3efa8f>_0x3b68c3;},'JhrKb':'utf-8','GBHOA':function(_0x201320,_0x2a7473){return _0x201320!==_0x2a7473;},'KivGp':'cYaHt','vkrvX':function(_0x3a8c7a,_0x12d47b){return _0x3a8c7a===_0x12d47b;},'JSNAW':_0x3fddc9(0xb4,0x137,_0x179e89._0x4357ba,0xf2),'dGLYw':_0x50119e(0x42,0x7e,0xe5,-_0x179e89._0x17c6ab),'YgQNn':_0x50119e(0xc7,0xa4,_0x179e89._0x4cc72a,_0x179e89._0x3bbf36)+_0x3fddc9(_0x179e89._0x4a638f,_0x179e89._0x9003a6,_0x179e89._0x16d45e,_0x179e89._0x8a431d)+_0x50119e(_0x179e89._0x4d2ac3,0x165,_0x179e89._0x3cbea6,_0x179e89._0x1eab5d)+_0x50119e(_0x179e89._0x5d93e1,_0x179e89._0x5e3250,_0x179e89._0x57c483,_0x179e89._0x4abe49)+'\x0a','UKRDJ':function(_0x23e7fd,_0x1ca472,_0x5a051f){return _0x23e7fd(_0x1ca472,_0x5a051f);},'iTFKm':_0x3fddc9(0xaf,0xd,0x42,0x89),'znuMf':_0x50119e(_0x179e89._0x27abcd,0x10f,_0x179e89._0x636a,_0x179e89._0x381ea0)};let _0x3f6d2a=![],_0x5100b7=null;function _0x50119e(_0x3cdae8,_0x26b131,_0x3de4e3,_0x27951d){return _0x2bcdda(_0x3cdae8-0x110,_0x26b131-_0x3c2612._0x461b17,_0x3cdae8,_0x26b131-0xec);}function _0x3fddc9(_0x56b8d3,_0x4ab84d,_0x2081e3,_0x31b937){return _0xa985fe(_0x56b8d3-0xb5,_0x2081e3- -_0x152f9b._0x25dd60,_0x2081e3-_0x152f9b._0x8749aa,_0x31b937);}for(const _0x406b95 of _0x1f4df3){if(_0x1415ee[_0x3fddc9(_0x179e89._0x36cb94,_0x179e89._0x4cc2e0,0xd8,_0x179e89._0x152047)](_0x1415ee[_0x3fddc9(_0x179e89._0x51445e,_0x179e89._0xede26a,_0x179e89._0x24bec6,0x167)],_0x3fddc9(_0x179e89._0x19a44c,0x17,_0x179e89._0x2886e9,0x14)))_0x8c15d9['log'](_0x1415ee['DIcIO']),_0x100724['log'](_0x1415ee[_0x50119e(0x6d,_0x179e89._0x3a5a34,0x5b,0x8d)]);else{if(_0x1415ee[_0x3fddc9(0x1,0xac,_0x179e89._0x11ad61,0x74)](_0x406b95,'--follow')||_0x1415ee[_0x50119e(_0x179e89._0x515e32,0xaf,_0x179e89._0x533451,_0x179e89._0xe6f84c)](_0x406b95,'-f'))_0x3f6d2a=!![];else _0x406b95[_0x3fddc9(0x54,0x77,0xba,0x4f)](_0x1415ee[_0x3fddc9(0x25,-0x55,_0x179e89._0x3eba70,0x40)])&&(_0x5100b7=parseInt(_0x406b95[_0x50119e(_0x179e89._0x1946c9,_0x179e89._0x3d7c6c,0x80,_0x179e89._0x3d06f1)](_0x1415ee[_0x3fddc9(-_0x179e89._0x1c3cc7,_0x179e89._0x30b163,_0x179e89._0x29d0b9,-_0x179e89._0x45660a)][_0x50119e(0x58,_0x179e89._0x31a049,0xe1,_0x179e89._0x4675f4)]),-0x16cf+0x3*0x671+0x1c3*0x2));}}try{const _0x4298d8=await _0x50d3f1[_0x50119e(_0x179e89._0x515e32,_0x179e89._0x3696c0,0xeb,_0x179e89._0x544a5f)](LOG_FILE,_0x3fddc9(_0x179e89._0x3e29c2,0x8a,_0x179e89._0x379120,0xe1)),_0x88082=_0x4298d8[_0x3fddc9(0x62,_0x179e89._0x1b2da8,0x60,_0x179e89._0x3e266b)]('\x0a');_0x5100b7?_0x1415ee[_0x50119e(_0x179e89._0x258353,_0x179e89._0x36d4a8,_0x179e89._0x502119,_0x179e89._0x30b685)]===_0x3fddc9(_0x179e89._0x1b7858,0x143,_0x179e89._0x3361f2,_0x179e89._0x6c5749)?_0x293505[_0x50119e(0xb6,0xf5,0xc8,_0x179e89._0x4474a9)](_0x22ce31[_0x3fddc9(0x9e,0x120,0xd5,_0x179e89._0x96e782)](-_0x13a2ac)[_0x3fddc9(_0x179e89._0x4d9204,_0x179e89._0x2659ef,0x64,_0x179e89._0x58b756)]('\x0a')):console[_0x50119e(0x11a,0xf5,_0x179e89._0x3b0b99,_0x179e89._0x407484)](_0x88082[_0x3fddc9(_0x179e89._0x2854e4,_0x179e89._0x34f127,0xd5,0x51)](-_0x5100b7)['join']('\x0a')):console[_0x3fddc9(_0x179e89._0x578a3a,0x46,_0x179e89._0xb91043,_0x179e89._0x3a36f4)](_0x4298d8);if(_0x3f6d2a){console['log'](_0x1415ee[_0x50119e(0x2,0x68,_0x179e89._0x5915c5,0x1d)]);let _0x1b7157=(await _0x50d3f1['stat'](LOG_FILE))[_0x50119e(0xa2,0x113,0x107,0xba)];const _0x5d8029=_0x1415ee[_0x3fddc9(0xeb,_0x179e89._0x1aeef9,0xf1,0x165)](setInterval,async()=>{const _0x57cb1c={_0xea1c3f:0xe0};function _0x5188fe(_0x4b47d7,_0x64468c,_0x132542,_0x506d84){return _0x3fddc9(_0x4b47d7-_0xfe3939._0x22b2b2,_0x64468c-_0xfe3939._0x518011,_0x506d84-_0xfe3939._0x54d5cd,_0x64468c);}function _0x1139c4(_0x41f579,_0x414c94,_0x59daf3,_0x20f8e0){return _0x3fddc9(_0x41f579-0x1a0,_0x414c94-_0x57cb1c._0xea1c3f,_0x41f579-0x27f,_0x20f8e0);}if(_0x1415ee[_0x1139c4(0x322,_0x58c3fc._0x508a25,0x37a,0x39a)]===_0x1415ee[_0x5188fe(_0x58c3fc._0x24dc18,_0x58c3fc._0x208eda,_0x58c3fc._0xc9b77f,0xfe)])try{if(_0x1415ee[_0x1139c4(0x282,_0x58c3fc._0x2a2378,_0x58c3fc._0x20dd99,0x2be)](_0x5188fe(_0x58c3fc._0x78ba51,0x125,_0x58c3fc._0x31187c,_0x58c3fc._0x497ff0),_0x1415ee[_0x1139c4(0x2c3,_0x58c3fc._0x1c930c,0x258,0x2e1)])){const _0x162aae=(await _0x50d3f1[_0x5188fe(0x196,0xe4,_0x58c3fc._0x2d7a46,0x155)](LOG_FILE))[_0x1139c4(0x335,_0x58c3fc._0x587e92,0x31f,0x3b4)];if(_0x1415ee[_0x1139c4(0x384,0x387,_0x58c3fc._0x2a7fe6,_0x58c3fc._0x2d08c5)](_0x162aae,_0x1b7157)){const _0x37c6f7=await _0x50d3f1[_0x1139c4(_0x58c3fc._0x140028,_0x58c3fc._0x87eb01,_0x58c3fc._0x4cec32,0x299)](LOG_FILE,'r'),_0x12c93a=Buffer['alloc'](_0x162aae-_0x1b7157);await _0x37c6f7['read'](_0x12c93a,-0x1e92+-0x1*0xc9d+-0x8a3*-0x5,_0x12c93a['length'],_0x1b7157),await _0x37c6f7[_0x5188fe(_0x58c3fc._0x7c4ffb,0xa1,_0x58c3fc._0x19d335,0x10f)](),process[_0x1139c4(0x29e,_0x58c3fc._0x3385bf,_0x58c3fc._0xe756b,_0x58c3fc._0x51ca35)][_0x5188fe(_0x58c3fc._0x2dcbab,0x109,_0x58c3fc._0x3bef64,0x102)](_0x12c93a[_0x1139c4(_0x58c3fc._0x43e5f7,_0x58c3fc._0xa46b2e,0x30a,_0x58c3fc._0x8ad63b)](_0x1415ee[_0x1139c4(_0x58c3fc._0x54407b,0x3af,0x394,0x378)])),_0x1b7157=_0x162aae;}}else{const _0x548817=_0x565d8c[_0x5188fe(_0x58c3fc._0x4be9a8,_0x58c3fc._0x3af3ec,0x8d,_0x58c3fc._0x16ac9f)](_0xa017a0),_0x7db7be={};_0x7db7be[_0x5188fe(_0x58c3fc._0x119dbf,_0x58c3fc._0x13368b,0x6c,0x77)]=!![],_0x7db7be['service']=_0x548817[_0x5188fe(_0x58c3fc._0xc4e692,_0x58c3fc._0x2373a4,0x1ac,_0x58c3fc._0xec30fd)]||_0x1415ee[_0x1139c4(0x375,0x3e2,0x394,_0x58c3fc._0x155c22)],_0x5ee3d7(_0x7db7be);}}catch(_0x524a62){clearInterval(_0x5d8029);}else _0x1415ee['UrUfL'](_0x40e38a,_0x3c9a13),_0x493d51[_0x5188fe(_0x58c3fc._0x5407ae,_0x58c3fc._0x525b17,_0x58c3fc._0x104f80,0x14d)](0x40*0x9+0x3e5+-0x625);},-0x1*0xe5b+-0x12b3+-0x2*-0x1181);process['on'](_0x1415ee[_0x50119e(_0x179e89._0x8e876a,_0x179e89._0x12490f,_0x179e89._0x30ea18,_0x179e89._0x2b3afd)],()=>{function _0x1fc898(_0x301c4b,_0x3f2ddb,_0x5e44ea,_0x3cba8d){return _0x50119e(_0x5e44ea,_0x301c4b- -0x1a5,_0x5e44ea-0x149,_0x3cba8d-_0x2cfb13._0x3d295f);}_0x1415ee['UrUfL'](clearInterval,_0x5d8029),process[_0x1fc898(-_0x54b592._0xe5f1e,_0x54b592._0x1aea4e,-_0x54b592._0x2566f5,-_0x54b592._0x539242)](0x1e0d+0x19b8+-0x37c5);});}}catch(_0x1e02e6){_0x1e02e6[_0x3fddc9(0x85,_0x179e89._0x49288a,_0x179e89._0x4cc2e0,0x5f)]==='ENOENT'?_0x1415ee[_0x3fddc9(0xc2,0xbe,_0x179e89._0x229dfb,0x74)](_0x50119e(_0x179e89._0x5403eb,0xfd,_0x179e89._0x3189a0,_0x179e89._0x2e537c),_0x1415ee[_0x50119e(0xe3,_0x179e89._0x229dfb,_0x179e89._0x1f85ad,_0x179e89._0x538fd5)])?(console[_0x50119e(0xb3,0xf5,0x174,0xd3)](_0x1415ee[_0x3fddc9(_0x179e89._0x16476c,0x1e,_0x179e89._0x4e9ce1,-0x3a)]),console[_0x3fddc9(_0x179e89._0x24731e,0xca,0x98,0x116)](_0x1415ee[_0x3fddc9(_0x179e89._0x4f862a,-0xc,_0x179e89._0x26e6f9,_0x179e89._0x27571a)])):(_0x28b826['log']('\x20\x20Status:\x20'+_0x50119e(0x116,_0x179e89._0x32b970,0x76,_0x179e89._0x11cd63)+'ning\x20(fore'+_0x50119e(_0x179e89._0x1c50fb,0xce,0x82,_0x179e89._0x5420dc)),_0x314378[_0x50119e(0xe1,0xf5,0x9c,_0x179e89._0x1b7858)](_0x3fddc9(_0x179e89._0x36fe21,_0x179e89._0x363b38,_0x179e89._0x17b361,0xfe)+'\x20\x20\x20\x20\x20'+_0x340ded[_0x50119e(_0x179e89._0x1dd5d2,0xe2,0xed,_0x179e89._0x27abcd)])):console['error'](_0x3fddc9(_0x179e89._0x30f0f6,0x3a,0xb5,_0x179e89._0x11236a)+'ing\x20logs:\x20'+_0x1e02e6[_0x3fddc9(_0x179e89._0x6952ff,0xc6,_0x179e89._0x11236a,_0x179e89._0xdedcd4)]);}}export async function restartServer(_0x580deb){const _0x34ce68={_0x54e4b2:0x148,_0x4fffd1:0x39d,_0x55734a:0x3b7,_0x22ccee:0x406,_0x27f985:0x285,_0x2e84e3:0x22e,_0x28bdfc:0x26e,_0x2e19e5:0x18d,_0x4d581e:0x3ba,_0x12cba4:0x3e8,_0x5a7c62:0x398,_0x4074a8:0x377,_0x2d36e3:0x1cb,_0x3d3a62:0x3fb,_0x1b1115:0x42f,_0xd2cffc:0x190,_0x4eb3c6:0x20a,_0xbe444e:0x1e7,_0x3a94da:0x1da,_0x11f47e:0x23b,_0x14d4be:0x231,_0x2658df:0x1f4,_0x1e2e9f:0x368,_0xacc628:0x327,_0x8fcddd:0x386,_0x5e9696:0x2ab,_0x22580d:0x234,_0x2985a8:0x1cf,_0x2ba6f2:0x1f4,_0xea2514:0x36a,_0xa68872:0x357,_0x102a1d:0x335,_0x704cc1:0x208,_0x27853a:0x331,_0x1ca6c3:0x32a,_0xdbd28e:0x411,_0xb14b57:0x2fc,_0x17607f:0x32f,_0x39a126:0x1ca,_0x3409ed:0x198,_0x2acf04:0x18b,_0x23be92:0x1d9},_0x2f269e={_0x371947:0xba,_0x46b9de:0xef};function _0x49c992(_0x37d192,_0x506c20,_0xc4550a,_0x26a1ef){return _0xa985fe(_0x37d192-0x5b,_0x26a1ef- -0xbc,_0xc4550a-0xa9,_0xc4550a);}const _0x3d35b1={'hNuaR':'Stop\x20the\x20s'+_0x49c992(0x235,_0x34ce68._0x54e4b2,0x234,0x1c2)+':','TTQgL':_0x241bda(_0x34ce68._0x4fffd1,0x3b0,_0x34ce68._0x55734a,_0x34ce68._0x22ccee)+_0x49c992(_0x34ce68._0x27f985,_0x34ce68._0x2e84e3,_0x34ce68._0x28bdfc,0x22b),'gSbVd':function(_0x47e6b8){return _0x47e6b8();},'kJZNb':function(_0x425e51,_0x3c2959){return _0x425e51!==_0x3c2959;},'AqRqg':_0x49c992(0x20c,0x141,0x119,_0x34ce68._0x2e19e5)+_0x49c992(0x1a6,0x209,0x1b1,0x1ed),'nkoOE':_0x241bda(_0x34ce68._0x4d581e,0x3c8,_0x34ce68._0x12cba4,0x347)+_0x241bda(0x39c,_0x34ce68._0x5a7c62,_0x34ce68._0x4074a8,0x362),'YVCUD':function(_0x32d467,_0x4a06a2){return _0x32d467(_0x4a06a2);}};function _0x241bda(_0x3b692a,_0xb6a75a,_0x215a3c,_0x446e54){return _0xa985fe(_0x3b692a-_0x2f269e._0x371947,_0xb6a75a-_0x2f269e._0x46b9de,_0x215a3c-0x8d,_0x446e54);}const {running:_0x1f58a1}=await _0x3d35b1[_0x49c992(0x1b1,0x19f,_0x34ce68._0x2d36e3,0x1bf)](isServerRunning);_0x1f58a1&&(_0x3d35b1[_0x241bda(0x455,_0x34ce68._0x3d3a62,_0x34ce68._0x1b1115,0x414)](_0x49c992(_0x34ce68._0xd2cffc,0x264,0x22e,_0x34ce68._0x4eb3c6),_0x49c992(_0x34ce68._0xbe444e,_0x34ce68._0x3a94da,_0x34ce68._0x11f47e,_0x34ce68._0x4eb3c6))?(_0x549ef7[_0x49c992(0x176,0x242,_0x34ce68._0x14d4be,_0x34ce68._0x2658df)](_0x3d35b1[_0x241bda(_0x34ce68._0x1e2e9f,_0x34ce68._0xacc628,_0x34ce68._0x8fcddd,_0x34ce68._0x5e9696)]),_0x2c8f41[_0x49c992(_0x34ce68._0x22580d,_0x34ce68._0x2985a8,0x197,_0x34ce68._0x2ba6f2)](_0x3d35b1[_0x241bda(_0x34ce68._0xea2514,0x32d,_0x34ce68._0xa68872,_0x34ce68._0x102a1d)])):(console[_0x49c992(_0x34ce68._0x704cc1,0x22f,0x245,0x1f4)](_0x3d35b1['AqRqg']),await stopServer(),console[_0x241bda(_0x34ce68._0x27853a,0x39f,_0x34ce68._0x1ca6c3,_0x34ce68._0xdbd28e)](''))),console['log'](_0x3d35b1[_0x241bda(_0x34ce68._0xb14b57,_0x34ce68._0x27853a,_0x34ce68._0x17607f,0x38c)]),await _0x3d35b1[_0x49c992(_0x34ce68._0x39a126,_0x34ce68._0x3409ed,_0x34ce68._0x2acf04,_0x34ce68._0x23be92)](startDaemon,_0x580deb);}
|
|
1
|
+
(function(_0x50154d,_0x55230b){const _0x3fd4ee={_0x5d9345:0x53b,_0x1eeccd:0x465,_0x14bed2:0x4f5,_0x17f9f8:0x398,_0xe1ebdc:0x3d0,_0x5df452:0x355,_0x3bb997:0x353,_0x46b47f:0x459,_0x26bbff:0x3d4,_0x110720:0x36d,_0x220c4a:0x33e,_0x4affda:0x44a,_0x551eec:0x4aa,_0x67d40a:0x4c0,_0x45f064:0x4a2,_0x2c9b79:0x4cf,_0x124eb3:0x4ee,_0x3157c8:0x3f2,_0xe519b0:0x2cd,_0x5dc25d:0x369},_0x180b8b=_0x50154d();function _0x5b0596(_0xde30db,_0x30e201,_0x326a0f,_0x1daa07){return _0x4387(_0x1daa07-0x28b,_0x326a0f);}function _0x343e72(_0x562331,_0x1277f0,_0x506f36,_0x1193e4){return _0x4387(_0x1193e4-0x13c,_0x506f36);}while(!![]){try{const _0x2350ed=-parseInt(_0x5b0596(_0x3fd4ee._0x5d9345,0x4ca,_0x3fd4ee._0x1eeccd,_0x3fd4ee._0x14bed2))/(-0x246e+0x4*-0x2de+0x2fe7*0x1)*(parseInt(_0x5b0596(0x432,0x44c,0x4f5,0x47c))/(0x46+0xc77*0x3+-0x25a9))+-parseInt(_0x343e72(_0x3fd4ee._0x17f9f8,_0x3fd4ee._0xe1ebdc,_0x3fd4ee._0x5df452,0x3a9))/(0xc*-0x61+-0x1*-0x2685+-0x3c6*0x9)*(-parseInt(_0x343e72(0x37b,0x3c3,0x352,0x3e6))/(-0x560+0x34*-0x61+-0x8*-0x323))+parseInt(_0x343e72(_0x3fd4ee._0x3bb997,0x41d,_0x3fd4ee._0x46b47f,0x3c4))/(-0xb*0x6a+-0x83b*-0x1+0x1*-0x3a8)+parseInt(_0x343e72(0x2db,0x2e4,0x3be,0x32a))/(-0x6c3+0xebe+-0x3*0x2a7)*(parseInt(_0x343e72(_0x3fd4ee._0x26bbff,0x38b,0x319,0x365))/(0x1c2+-0x2370+0x21b5))+parseInt(_0x343e72(_0x3fd4ee._0x110720,0x3ef,0x449,0x3af))/(-0x19a4+0x17*-0x61+-0x2263*-0x1)*(-parseInt(_0x343e72(0x333,0x2dc,_0x3fd4ee._0x220c4a,0x2ee))/(0x133*-0x12+-0x1fbd+0x355c))+-parseInt(_0x5b0596(_0x3fd4ee._0x4affda,_0x3fd4ee._0x551eec,0x438,0x457))/(-0x17ff+0xce9*0x1+0x4*0x2c8)*(parseInt(_0x5b0596(_0x3fd4ee._0x67d40a,0x4ac,_0x3fd4ee._0x45f064,_0x3fd4ee._0x2c9b79))/(-0x1b9c+0x3e2+-0x5*-0x4c1))+parseInt(_0x5b0596(_0x3fd4ee._0x124eb3,0x4cd,_0x3fd4ee._0x3157c8,0x487))/(-0x23a2+0x4*0x3df+0x1d6*0xb)*(parseInt(_0x343e72(_0x3fd4ee._0xe519b0,_0x3fd4ee._0x5dc25d,0x358,0x2d6))/(-0x91+-0x3*0x27a+0x80c));if(_0x2350ed===_0x55230b)break;else _0x180b8b['push'](_0x180b8b['shift']());}catch(_0x233e52){_0x180b8b['push'](_0x180b8b['shift']());}}}(_0x4f35,-0x6a37+0x9d4e8+-0x3*0x17c8c));import{spawn}from'child_process';import{promises as _0x34a2fa}from'fs';import _0x33a2a3 from'path';function _0x168579(_0x1625ca,_0x48ffdf,_0x24a72b,_0x36958f){return _0x4387(_0x24a72b-0xa6,_0x1625ca);}import _0x171a41 from'os';function _0x19aa61(_0x40a949,_0x26e848,_0x36bece,_0x23f5d5){const _0x315565={_0x4543a8:0xa9};return _0x4387(_0x40a949-_0x315565._0x4543a8,_0x23f5d5);}import _0x584002 from'http';function _0x4387(_0x4a25fa,_0x22d995){_0x4a25fa=_0x4a25fa-(0x14*0x6a+-0x22a*-0x10+0x19*-0x1a8);const _0x257a56=_0x4f35();let _0x4a9715=_0x257a56[_0x4a25fa];if(_0x4387['UfqMqU']===undefined){var _0xefea2=function(_0x2bd359){const _0x269a65='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x206e40='',_0x2db3fa='';for(let _0x12220c=0xe1a+-0xec1+0xa7,_0x39fa69,_0x14488f,_0x4f9ec8=-0x2b2+-0x2*0x496+0xbde;_0x14488f=_0x2bd359['charAt'](_0x4f9ec8++);~_0x14488f&&(_0x39fa69=_0x12220c%(-0xd6*0xb+0x2*-0x1173+0x2c1c)?_0x39fa69*(0x4d*0x21+0x29f*-0x1+0xe*-0x81)+_0x14488f:_0x14488f,_0x12220c++%(0x12ee*0x1+0xc8e+-0x1f78))?_0x206e40+=String['fromCharCode'](0x3a+0x665+-0x50*0x12&_0x39fa69>>(-(0x683+-0x2e*-0x1+-0x6af)*_0x12220c&0x85b+0x5c7*-0x6+0x1a55)):0x3*-0x262+-0x10ef+-0x89*-0x2d){_0x14488f=_0x269a65['indexOf'](_0x14488f);}for(let _0x12d7c0=0xdd4+0xd0f*0x2+0x13f9*-0x2,_0x13d3b0=_0x206e40['length'];_0x12d7c0<_0x13d3b0;_0x12d7c0++){_0x2db3fa+='%'+('00'+_0x206e40['charCodeAt'](_0x12d7c0)['toString'](0x1a28+-0x5*-0x49f+-0xe5*0x37))['slice'](-(-0x3*-0x4ae+-0x1*0x18fd+0xaf5));}return decodeURIComponent(_0x2db3fa);};_0x4387['oebVPD']=_0xefea2,_0x4387['PeTsRN']={},_0x4387['UfqMqU']=!![];}const _0x36d8f4=_0x257a56[-0xa06+-0x7a3*0x5+0x3035],_0x572beb=_0x4a25fa+_0x36d8f4,_0x535704=_0x4387['PeTsRN'][_0x572beb];return!_0x535704?(_0x4a9715=_0x4387['oebVPD'](_0x4a9715),_0x4387['PeTsRN'][_0x572beb]=_0x4a9715):_0x4a9715=_0x535704,_0x4a9715;}import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x33a2a3[_0x19aa61(0x2a1,0x28c,0x21c,0x327)](__filename),PID_FILE=_0x33a2a3[_0x19aa61(0x345,0x37d,0x37e,0x2f1)](_0x171a41[_0x168579(0x2cc,0x310,0x2bc,0x2a3)](),_0x19aa61(0x2d8,0x265,0x2f4,0x2f2),_0x168579(0x280,0x365,0x2d6,0x306)),LOG_FILE=_0x33a2a3[_0x168579(0x3a1,0x33f,0x342,0x39d)](_0x171a41[_0x168579(0x339,0x2fd,0x2bc,0x30f)](),_0x19aa61(0x2d8,0x2e5,0x329,0x29c),_0x168579(0x2bc,0x31d,0x2c0,0x2ce));function _0x4f35(){const _0x5e281e=['DgfYDgvKlG','sgnjCvO','s29Mvvy','zuDYuuq','BM90ihj1BM5PBG','yNzOu0q','Bwnss3C','CNvUBMLUzW','DgG6ica','zfrhCwe','sgrJDxK','CgLK','vgPtBwi','ig5VDcbZDg9Wia','ru5pru5u','wK5lBuq','zcbTB2rLlG','rvjFsu5tuevdva','yxrOps9WyxrOlW','ks4UlG','BezMAum','zxHPDa','vxfXCuK','B3bLBG','ls1MB2XSB3C','BM5PBMCGkfbjra','y29KzxiTC2v0Dq','icaGicdINjmGuNvU','CwfMv1e','BY9JB2rLCI1Zzq','Bu1VAhe','zxr1Ca','nxW3Fdy','EKnqreS','mZmYmJi4zezMEeLb','C3rHDa','zMLNDxjLza','C3rKAw8','tNrRB1y','BMLUzYaOzM9Yzq','DvnjDeW','B2LJDxu','q09ervjFu0vuvq','y2f0y2G','C3vIC3rYAw5N','zgPqvvq','wLDHsLu','q0rIAM4','rwjMthO','tfLRzMi','z3zUs00','zxj2zxiGkfbjra','icaGica','C3rHCNrZv2L0Aa','D2zjy0S','zcbPBIbMB3jLzW','y2XVC2u','CNnft3q','mZi4odm1n0LnB0DXvG','ufDsAw8','zsbMB3vUza','z3jHy2vMDwXSEq','ALnVreu','zNbgsgW','wLPREfq','yxbKq0q','A2LSBa','BwvZC2fNzq','Dha6lY9SB2nHBa','AxneAxjLy3rVCG','z3fMyK0','AwDUB3jL','CgfYC2u','C2vYDMvYihDPDa','wgPbque','ihDPDgG6','z2fcEgm','zxLoAMW','Dg8Vy29KzxiTCW','sLj2yxi','Dw5RBM93BG','igzVCMvNCM91BG','rxjYB3i6ie5Via','icbqB3j0oIaGia','ota4odCWD29eCLP3','zgzXAgC','s011zg8','zxj2zxiGD2L0Aa','CcbWyxrOignVBG','wffzBfq','AgDWBgi','q2rxq3O','uwXcy1m','Dg9tDhjPBMC','Dw5Yzwy','AgvJAYbZzxj2zq','uLrND1e','tgDJBMe','zwn0B3j5oIa','DKHiueG','vvDLs0C','DxrMltG','uKL3Cvq','Ahr0CdOVl2XVyW','ig5VDcbHigrPCG','Dw5ZAgLMDa','zLrKuKK','zxjYB3i','t3HWAKW','u3HXBKu','ig5VDcbOyxzLia','rdOGica','D2fZihn0yxj0zq','CLH5B3a','BuHiD08','wMXAD2u','CM91BMqGBw9Kzq','vvjmoIa','mZeZotHmr05hBwu','rxjYB3iGCMvHza','Be1ptKe','mNjkzKH0EG','u2vYDMvYifn0yq','lcbMB3jJAw5NlG','zvPRs2u','ywXYzwfKEsbYDq','u0Lhvevstq','vgHhC1u','zgLYBMfTzq','B3aIihrVihn0BW','s3PSB2K','B3rrDMS','ndq0AKzhChrK','zsaOC2vYDMvYia','CMvZCg9UzgLUzW','zxj2zxiUlI4','rgH2C0O','wwzwA2W','rxLIBKK','rxjYB3i6ifnLDa','BgvUz3rO','l2HLywX0Aa','yw5Kihn0yxj0ia','u3rVCcb0AguGCW','BwLUywWGD2HLCG','r2TguKm','CNzLCIbJB25MAq','t1Pgt2u','q1fNzgW','icbtzxr1Ccbqyq','qxDyzuG','z3jVDw5Kkq','B2rLCKzSB3CGuW','zgfLBw9Uig1Vza','ywXSB2m','DhvZoG','tLrbr0O','CMjpvwy','Ag9TzwrPCG','zhnzwfa','AM1yq2C','EunPtxq','C2vYDMvYlMXVzW','y29Kzq','lxnLCNzLCIbZDa','zxmGBM90igv4Aq','rvjXB1q','CxLkBeu','EuvzDuK','r1bfrfO','zePAvhO','ue9sva','zwqGEwv0ig9Yia','uuT2D2e','AvfVuM4','u3nOzgi','r2TTsNK','mti2C0f2zgDp','C2vYDMvYvxjS','u0Lhs0Lmta','vfjvu1rFufjpwa','icbtDgf0Dxm6ia','vMjIyvy','lMnVzgvY','C2vYDMvYlNbPza','DgGGl3bHDgGVDa','Ag9ZDdO','v2r2u0i','CMvJDxjZAxzL','s2THtuu','u3rVChbPBMCGCW','CMvHzezPBgu','icbqsuq6icaGia','DgG6icaOBM90ia','CJOG','DgLTzw91Da','CgLUzYbZzxj2zq','rxjYB3iGC3rVCa','Dw5SAw5R','y254t3a','wKr6tgG','yK9JrvK','icbvuKW6icaGia','Bg9N','mJjNC0jqEeu','rKXXq24','zgLUzYK','CLHrtMu','BMLUzYaOzgfLBq','u3rHCNrPBMCGqW','zYbZzxqGy29Kzq','BxbXAvC','uu10Dwi','ls10ywLSpq','D3jPDgvgAwXL','tgHSsg4','BfDnwxi','q29UzMLNDxjLia','C2vYDMLJzq','u2vYDMvYig1HEq','DgfYDgvKigLUia','tKLeD1K','icbtDgfSzsbqsq','DwXXzve','zuvzzhO','wgzUyxu','Ccb0AguGC2vYDG','vxnLicjJB2rLCG','C2L6zq','yNfytMq','BNL5rwK','C3rHCNqUANm','zw52','A3H6CLO','ihn0B3aPic0Tlq','BNjvz2i','BguGueLeigzPBa','EeTnBvu','z3mIihrVihzPzq','BKTABMK','Bw5Ku3i','DYbSB2DZ','mJK1mJu4tuzfuffi','DxaGCgf0AcbPCW','D2L0AdO','nNj4ALvoza','ihj1BM5PBMC','qKnTy0i','D3jPDgu','AxnxsxK','zw5K','oeLuswjmDa','r3LqB28','t3iGDxnLoG','zgLtzee','BNHntMW','u3rHCNqGDgHLia','B24P','uvDergW','D2LUzYbSB2DZia','zgvZDhjVEq','4PYtifnLCNzLCIbZ','BM9Kzq','C3rKB3v0','zfv6tgy','A25Iwe4','icaGicdIMQaGu3rH','AfbICNi','u2vYDMvYigLZia','DLP4veW','zgf0yq','uxnKthO','mtmXoduWCLDRthfj','DvzKu3e','q29KzxjgBg93ia','D3PXwgO','u0jQtuS','icaGia','AgXZEgy','icbnB2rLoIaGia','CNvUBMLUzYbPBG','CvHsEgm','zsbPDcb3yxmGCW','Aw5NigXVz3m6ia','y29UzMLNDxjLza','Dhj1zq','r1PyDuS','C3bSAxq','BM90ihjLC3bVBG','tLPKDNC','q09ervjFu0vsvG','Cg9YDa','AM9PBG','tK1fAxe','yMvLBIbZDgfYDa','icbJB2rLCI1Zzq','Aw4GDgHLihrLCG','ic0TC2v0DxaTCa','EMjpC08','tM8GBg9NigzPBa','lxnLCNzLCIbSBW','DgG6ia','ywXOB3n0oG','zwH1BgK','B2Lkr3a','u29hwwW','mJaYmJKYDM1HteLN','CNzLCIbZDgfYDa','C2v0DxbqyxrO','Cu9StK8'];_0x4f35=function(){return _0x5e281e;};return _0x4f35();}export async function isServerRunning(){const _0x5eeba7={_0x5eded2:0x22e,_0x3bbd55:0x1c6,_0x1b6d07:0x151,_0x4b68f6:0x1f0,_0x4709ba:0x15c,_0x855d9f:0x1e2,_0x32e9d2:0x14c,_0x1e469a:0x236,_0x1c3da8:0x306,_0x3afed0:0x25a,_0x10591f:0x2ce,_0x5f8515:0x2c9,_0x9aa553:0x393,_0x326b04:0x35f,_0xa41e92:0x339,_0x432886:0x340,_0xa2a252:0x44b,_0x5dfe11:0x3a5,_0x36a53e:0x319,_0x5125fc:0x2e2},_0x3eafc4={_0x4f31c3:0xbd,_0x4aade5:0x7e,_0x257485:0x41},_0x565c8e={_0x394e94:0x67},_0x5e7a85={'NtkoV':'utf-8','xzjut':function(_0x39d2f7,_0x2c4a25,_0x13b154){return _0x39d2f7(_0x2c4a25,_0x13b154);}};function _0x1763e4(_0x565c59,_0x180326,_0x2f8479,_0x1abc1d){return _0x168579(_0x1abc1d,_0x180326-_0x565c8e._0x394e94,_0x180326-0xf0,_0x1abc1d-0x1bc);}function _0x1167dd(_0x4dc716,_0x4e133e,_0x4de35d,_0x7c4d7){return _0x168579(_0x7c4d7,_0x4e133e-_0x3eafc4._0x4f31c3,_0x4e133e- -_0x3eafc4._0x4aade5,_0x7c4d7-_0x3eafc4._0x257485);}try{const _0x5a19c9=await _0x34a2fa[_0x1167dd(0x28b,0x25f,0x2cb,0x1cb)](PID_FILE,_0x5e7a85[_0x1167dd(_0x5eeba7._0x5eded2,_0x5eeba7._0x3bbd55,_0x5eeba7._0x1b6d07,_0x5eeba7._0x4b68f6)]),_0x3cc5f7=_0x5e7a85['xzjut'](parseInt,_0x5a19c9['trim'](),0xd*-0x14e+-0x176d+-0x83*-0x4f);try{process[_0x1167dd(_0x5eeba7._0x4709ba,_0x5eeba7._0x855d9f,_0x5eeba7._0x32e9d2,_0x5eeba7._0x1e469a)](_0x3cc5f7,0xd5e+-0x10d4+0x376);const _0x33f9be={};return _0x33f9be[_0x1167dd(_0x5eeba7._0x1c3da8,0x2dd,_0x5eeba7._0x3afed0,_0x5eeba7._0x10591f)]=!![],_0x33f9be[_0x1763e4(0x328,0x319,0x2e5,_0x5eeba7._0x5f8515)]=_0x3cc5f7,_0x33f9be;}catch{await _0x34a2fa[_0x1763e4(0x406,0x3d4,_0x5eeba7._0x9aa553,0x453)](PID_FILE)[_0x1763e4(_0x5eeba7._0x326b04,_0x5eeba7._0xa41e92,0x307,_0x5eeba7._0x432886)](()=>{});const _0xdea073={};return _0xdea073[_0x1763e4(0x45f,_0x5eeba7._0xa2a252,0x4bc,0x4ad)]=![],_0xdea073[_0x1763e4(_0x5eeba7._0x5dfe11,_0x5eeba7._0x36a53e,0x349,0x2dc)]=null,_0xdea073;}}catch{const _0x4b18c8={};return _0x4b18c8[_0x1167dd(0x36a,0x2dd,_0x5eeba7._0x5125fc,0x34b)]=![],_0x4b18c8['pid']=null,_0x4b18c8;}}async function getServerConfig(){const _0x516deb={_0x54ad1a:0x236,_0x382b7a:0x220,_0x47b400:0x2c6,_0x194979:0x295,_0x2c1b00:0x369,_0x38a09d:0x2cb,_0x3b3240:0x35c,_0x100a9e:0x36c,_0x3572cc:0x351,_0x23321c:0x2e1,_0x852d28:0x2e0},_0x261f16={_0x12fb5d:0x29,_0x2f671d:0x92,_0x30a704:0x6e},_0xca3f3f={_0x473a28:0x174};function _0x22172f(_0x42f014,_0x5681a9,_0x4419fa,_0xd98b76){return _0x168579(_0x4419fa,_0x5681a9-_0xca3f3f._0x473a28,_0xd98b76-0x10,_0xd98b76-0x153);}const _0xef38ba={'uSItL':function(_0x3eeab0){return _0x3eeab0();},'MFGlo':function(_0x25c4d2){return _0x25c4d2();}};function _0x5c9cc2(_0x50a413,_0x4b0a3d,_0x1fb2b5,_0x2f511f){return _0x19aa61(_0x1fb2b5- -_0x261f16._0x12fb5d,_0x4b0a3d-_0x261f16._0x2f671d,_0x1fb2b5-_0x261f16._0x30a704,_0x2f511f);}const _0x59140e=await _0xef38ba[_0x22172f(0x29c,_0x516deb._0x54ad1a,_0x516deb._0x382b7a,0x256)](getCoderSetupPath),_0x4d92d5=await _0xef38ba['MFGlo'](getServerPort),_0x5d3207=_0x22172f(0x275,0x252,_0x516deb._0x47b400,_0x516deb._0x194979)+_0x22172f(0x3bb,_0x516deb._0x2c1b00,_0x516deb._0x38a09d,_0x516deb._0x3b3240)+_0x4d92d5,_0x34094b={};return _0x34094b['setupPath']=_0x59140e,_0x34094b[_0x22172f(0x3bb,0x2ed,_0x516deb._0x100a9e,_0x516deb._0x3572cc)]=_0x4d92d5,_0x34094b[_0x22172f(0x344,0x28f,_0x516deb._0x23321c,_0x516deb._0x852d28)]=_0x5d3207,_0x34094b;}export async function startDaemon(_0x42bc0b){const _0x33ed5d={_0x3d658e:0x87,_0x1fad25:0x12,_0x37d0ff:0x6b,_0x5c332d:0x217,_0x261997:0x2af,_0x5ea556:0x321,_0x647b52:0x24c,_0x48848b:0x360,_0x207373:0x72,_0x80fbf4:0x10f,_0x4911a1:0x107,_0x1e5a07:0x221,_0x5b34e2:0x2a5,_0xf60a4:0x39c,_0x53e144:0x28b,_0x4b3c80:0x301,_0x5e2b07:0x8c,_0x29979c:0x337,_0x2d07cf:0x2da,_0x56b663:0xe,_0x966b42:0x3a,_0x12e3c2:0x38,_0x1f432d:0x82,_0x22f55f:0x1e,_0x30636f:0x5,_0x47ff9b:0x51,_0x5c7c65:0x47,_0x234080:0xdb,_0x19fa9b:0x13f,_0x561bef:0x2f,_0x5f834e:0xa,_0x130c2c:0x5f,_0x37d873:0x0,_0x10eadd:0x68,_0x148163:0xaf,_0x25ff06:0x3e,_0xbd5b2c:0x2dc,_0x11e426:0x67,_0xfd2ac4:0xa5,_0x479405:0x70,_0x143525:0x43,_0x4e8191:0x72,_0x1e06ee:0x343,_0x213e57:0x30a,_0x886331:0x2fb,_0x2b379c:0x2c7,_0x2c62c9:0x290,_0x177f12:0x280,_0x5ad2ca:0x2f2,_0x3b231c:0x272,_0x13161e:0xcd,_0xaa0ee1:0x66,_0x33e1b4:0x99,_0x1b41eb:0x113,_0x24727c:0xd3,_0xba2605:0x166,_0x127c82:0x162,_0x2fce39:0x15,_0x5a95d1:0x33,_0x4bbcb0:0x76,_0x5eb0ea:0x355,_0x5b4227:0x2ef,_0x5f35ce:0x274,_0x23454c:0x311,_0x1b2b44:0x2b3,_0x45cabc:0x21c,_0xdb5602:0x2b6,_0x2e7ff0:0x20c,_0x209d09:0x2c0,_0x296928:0x324,_0x46d252:0x2ef,_0x4080ce:0x8,_0x2a59fc:0x50,_0x441771:0xa,_0x4a5f2a:0x47,_0x38c32d:0x2e2,_0x4b4fc1:0x2cf,_0x1cf9c1:0x265,_0x1fca66:0x27,_0x32f665:0x42,_0x59522c:0x238,_0x5ce298:0x26b,_0x253b30:0xa7,_0x141b44:0x31,_0x25b70f:0x8e,_0x4eea29:0xed,_0x7177df:0x48,_0x37069c:0x11b,_0x103698:0x32c,_0x14422e:0x294,_0x3eea66:0x131,_0x211bef:0x7c,_0x10405a:0x69,_0x5c264c:0x10b,_0x52e07e:0x8d,_0x4122f7:0x153,_0x4a7061:0xe8,_0x35cb14:0xd8,_0x5cc6e4:0x3a,_0x56cfe6:0x293,_0x704e6d:0x62,_0x1faea6:0x6d,_0x447c75:0x24,_0x3b096a:0x34,_0x5e55b0:0x7,_0x1e7df3:0x1b,_0x2a1f5f:0xdf,_0x28e242:0x4c,_0x434970:0x2c1,_0x4ee3bd:0x25a,_0x4f7924:0x219,_0x381b88:0x2b1,_0x4de4fb:0x323,_0x12f4b3:0x32e,_0x239d4a:0x277,_0x1a401c:0x256,_0x117236:0xa,_0xe5f133:0x5d,_0x1fce68:0x58,_0x48b65d:0x216,_0x7d6acd:0x25c,_0x1c5e90:0x25a,_0x2680e0:0x228,_0x3fafc0:0xd0,_0x53d56e:0x10b,_0xe171cc:0x110,_0x11824d:0x47,_0x3d50d8:0x4,_0x3a7c83:0x1f9,_0x58f3e9:0x26f,_0x42b6c3:0x25d,_0x84502c:0x2b8,_0x3dc9e7:0x26f,_0xa196ba:0xcb,_0x197946:0xac,_0x4763c2:0x1b0,_0x13af48:0x5c,_0x5b8474:0x13,_0x2ed1d3:0x1a,_0x3fc5cf:0x33a,_0x2edf5e:0x278,_0x376e30:0x1da,_0x1c9537:0x21,_0x16844f:0x11,_0x2f81e3:0x2a5,_0x16a7c2:0x2e5,_0x443b97:0x28f,_0xfc3306:0x213,_0x2f42ee:0x290,_0x29aa95:0x255,_0x109b72:0x26c,_0x33ef8f:0x1d8,_0x8d4fe:0x22d,_0xd3d553:0x353,_0xfc7c96:0x33b,_0x572004:0x2a6,_0x5e8133:0x31e,_0x5b3afe:0x2e3,_0x4e7cc7:0xaa,_0x3b0b7d:0xfb,_0x571f42:0x44,_0x146ef0:0x358,_0x464aea:0x326,_0x4f02ce:0x263,_0x52535a:0x2de,_0x54c485:0x253,_0xd90f29:0x317,_0x312a2d:0x2d2,_0x353784:0xad,_0x304f50:0x19,_0x59786e:0x2c2,_0xcf7d8d:0x29c,_0xf51457:0x324,_0x11d113:0xff,_0x426e07:0x133,_0x42e568:0x24f,_0x43cf40:0x228,_0x3fe742:0x109,_0x4fe0d9:0x7,_0x124bed:0x9d,_0x3d070c:0x2a,_0x27045e:0xf1,_0x5239ba:0x189,_0x322037:0xf7,_0x21179b:0x56,_0x50077a:0x6e,_0xb5ab3b:0xb0,_0x4c4796:0x31b,_0x793e24:0xd2,_0x2b28d1:0x105,_0x729305:0x2c9,_0x59c551:0x87,_0x218c54:0xfa,_0x4a90e0:0x22,_0x5f2947:0x4d,_0x3f0fc2:0x7c,_0x2ef2e7:0x71,_0x5689a:0xd0,_0xbcfcf4:0x1c7,_0x4b0d66:0x22f,_0x35f8c7:0x305,_0x57aeab:0x78,_0x572d6a:0xd,_0x2ab2a4:0xfe,_0x461c56:0x160,_0xde1e9d:0x232,_0x4e5117:0x260,_0x293b4c:0x215,_0x20bef3:0x1e8,_0xf6869b:0x233,_0x3cb3ce:0x287,_0x2f575f:0x30b,_0x46271d:0x291,_0x4764d0:0x203,_0x3d962f:0x284,_0x307a17:0x2ec,_0x619b55:0xd,_0x369326:0xc4,_0x3234c7:0x1,_0x26c117:0x1a,_0x374c7b:0x13,_0x49de3d:0x28d,_0x51cd17:0x4e,_0x3a6dba:0xf8,_0x231d20:0x1fe,_0x2f508f:0x1f3,_0x38ac5d:0x262,_0x246ec8:0x3,_0x4eed4c:0x4e,_0x3eebd3:0x2bd,_0x46fdad:0x308,_0x276761:0x1c1,_0xdea933:0x1ab,_0x5a7521:0x20f,_0x2961e6:0x183,_0x4b8c29:0x39,_0x37811c:0x4b,_0x13c2d8:0x29,_0xf1565f:0x298,_0x1af371:0x210,_0x522623:0xb8,_0x1bfeda:0x6f,_0xa704df:0x316,_0x10e90d:0x2e1,_0x18386f:0x248,_0x57f691:0x2d3,_0x1d808e:0x2be,_0x131a17:0x27a,_0x257b34:0xa7,_0x5cb9e7:0x128,_0x1e4503:0x332,_0x2b5323:0x375,_0x5bde17:0x346,_0x2f44f2:0x2e7,_0x5c8899:0xde,_0x2ad530:0xf5,_0x2cb28e:0x20e,_0x3d6097:0x208,_0x556a32:0x263,_0x818d4:0x293,_0x51dbf5:0x64,_0x3f008a:0x43,_0x473d9e:0x8a,_0x1ee5ed:0x80,_0x586f6a:0x119,_0x13b45d:0xc,_0x26ae8d:0xbe,_0x4cc575:0x120,_0x141ec5:0x2f},_0x526980={_0x5de1d1:0x1d,_0x368395:0x107},_0x58efc6={'dsYXP':function(_0x4ce830,_0x24594e){return _0x4ce830===_0x24594e;},'Sshdb':_0x1990bc(-0xc,-_0x33ed5d._0x3d658e,-_0x33ed5d._0x1fad25,0x62),'yEYuI':'--tail=','eZkKe':_0x1990bc(0x103,0x198,_0x33ed5d._0x37d0ff,0xfc)+_0x35562f(_0x33ed5d._0x5c332d,_0x33ed5d._0x261997,0x296,_0x33ed5d._0x5ea556)+_0x35562f(_0x33ed5d._0x647b52,_0x33ed5d._0x48848b,0x2d6,0x2f6)+'r_setup_pa'+_0x1990bc(0x95,_0x33ed5d._0x207373,_0x33ed5d._0x80fbf4,_0x33ed5d._0x4911a1)+_0x35562f(0x2b2,0x1e2,_0x33ed5d._0x1e5a07,_0x33ed5d._0x5b34e2)+'tup','nKZni':_0x35562f(_0x33ed5d._0xf60a4,_0x33ed5d._0x53e144,_0x33ed5d._0x4b3c80,0x2dc),'KkaME':_0x1990bc(0x103,0xa3,_0x33ed5d._0x5e2b07,0xf8)+_0x35562f(0x318,0x376,_0x33ed5d._0x29979c,0x382)+_0x35562f(0x354,0x349,0x32d,_0x33ed5d._0x2d07cf)+_0x1990bc(-0x12,0xd,_0x33ed5d._0x56b663,_0x33ed5d._0x966b42)+_0x1990bc(0x2a,_0x33ed5d._0x12e3c2,_0x33ed5d._0x1f432d,-_0x33ed5d._0x22f55f)+_0x1990bc(-_0x33ed5d._0x30636f,0x80,-_0x33ed5d._0x47ff9b,-_0x33ed5d._0x5c7c65),'BCmcB':function(_0x412209){return _0x412209();},'rsEOt':_0x1990bc(_0x33ed5d._0x234080,_0x33ed5d._0x19fa9b,0xa9,0xed),'cnxOp':function(_0x37d75b,_0x148c5e){return _0x37d75b(_0x148c5e);},'XaieN':function(_0x491918){return _0x491918();},'hlsxf':function(_0x4e03c4,_0x394271){return _0x4e03c4===_0x394271;},'ehuli':'ZWaJU','QWDDl':_0x1990bc(0x2e,_0x33ed5d._0x561bef,0xaf,-_0x33ed5d._0x37d0ff)+_0x1990bc(-_0x33ed5d._0x5f834e,-0x40,-0x13,_0x33ed5d._0x130c2c)+'p\x20path\x20con'+_0x1990bc(_0x33ed5d._0x37d873,-_0x33ed5d._0x10eadd,0x5,0x67),'LhlHn':'Configure\x20'+_0x1990bc(0xd0,_0x33ed5d._0x148163,0xf5,_0x33ed5d._0x25ff06),'QUHBS':_0x35562f(_0x33ed5d._0xbd5b2c,0x2d3,0x277,0x210),'HcIqZ':'EjEBt','RIwqT':function(_0x2b2fb8){return _0x2b2fb8();},'gqfbM':function(_0x1b424f,_0x26de77){return _0x1b424f!==_0x26de77;},'NTAGJ':_0x1990bc(0xf9,_0x33ed5d._0x11e426,0x175,_0x33ed5d._0xfd2ac4),'isWIy':_0x1990bc(_0x33ed5d._0x479405,_0x33ed5d._0x143525,_0x33ed5d._0x4e8191,_0x33ed5d._0x30636f),'ClMAW':function(_0x201019,_0x3ab66f,_0x3de388,_0x2ebf81){return _0x201019(_0x3ab66f,_0x3de388,_0x2ebf81);},'kxzrZ':_0x35562f(_0x33ed5d._0x1e06ee,0x2c5,_0x33ed5d._0x213e57,_0x33ed5d._0x886331),'TjSmb':_0x1990bc(0x41,0x18,-0x1d,0x1a),'fTdRI':'Use\x20\x22coder'+_0x35562f(_0x33ed5d._0x2b379c,0x34a,0x330,0x342)+_0x35562f(_0x33ed5d._0x2c62c9,_0x33ed5d._0x177f12,_0x33ed5d._0x5ad2ca,_0x33ed5d._0x3b231c)+_0x1990bc(_0x33ed5d._0x13161e,_0x33ed5d._0xaa0ee1,_0x33ed5d._0x33e1b4,_0x33ed5d._0x1b41eb)},{running:_0x380532,pid:_0x3978e3}=await _0x58efc6[_0x1990bc(_0x33ed5d._0x24727c,0x99,_0x33ed5d._0xba2605,_0x33ed5d._0x127c82)](isServerRunning);if(_0x380532){if(_0x58efc6[_0x1990bc(_0x33ed5d._0x2fce39,-_0x33ed5d._0x5a95d1,0x85,-_0x33ed5d._0x4bbcb0)]===_0x35562f(0x33b,_0x33ed5d._0x5eb0ea,_0x33ed5d._0x5b4227,0x326)){if(_0x58efc6[_0x35562f(0x313,0x308,0x2a3,0x28a)](_0x41adf8,_0x58efc6[_0x35562f(_0x33ed5d._0x5f35ce,_0x33ed5d._0x23454c,_0x33ed5d._0x1b2b44,_0x33ed5d._0x45cabc)])||_0x15e64f==='-f')_0x5353f4=!![];else _0x31289c[_0x35562f(_0x33ed5d._0xdb5602,_0x33ed5d._0x2e7ff0,0x239,0x229)](_0x58efc6[_0x35562f(_0x33ed5d._0x209d09,_0x33ed5d._0x296928,0x2ac,_0x33ed5d._0x46d252)])&&(_0x595993=_0x3ea217(_0x4a9b30[_0x1990bc(_0x33ed5d._0x4080ce,-0x25,_0x33ed5d._0x2a59fc,-_0x33ed5d._0x441771)](_0x58efc6[_0x1990bc(0x84,0x7,0x24,_0x33ed5d._0x4a5f2a)][_0x1990bc(_0x33ed5d._0x10eadd,0x9a,0x14,0xd4)]),0x1137+-0x90*0x36+-0x6d*-0x1f));}else{console[_0x35562f(0x365,_0x33ed5d._0x38c32d,_0x33ed5d._0x4b4fc1,_0x33ed5d._0x1cf9c1)]('Server\x20is\x20'+_0x1990bc(0x59,_0x33ed5d._0x1fca66,_0x33ed5d._0x32f665,_0x33ed5d._0x37d873)+_0x35562f(_0x33ed5d._0x59522c,_0x33ed5d._0x5ce298,0x21d,0x28d)+':\x20'+_0x3978e3+')');const _0x35aa2f=await getServerConfig();console[_0x1990bc(_0x33ed5d._0x253b30,0xf2,0x124,0x84)](_0x1990bc(_0x33ed5d._0x47ff9b,0xec,_0x33ed5d._0x47ff9b,-_0x33ed5d._0x141b44)+_0x35aa2f[_0x1990bc(_0x33ed5d._0x25b70f,0x4b,_0x33ed5d._0x4eea29,0x11e)]);return;}}function _0x35562f(_0x1b2afa,_0x36e071,_0xa769ea,_0x324936){return _0x19aa61(_0xa769ea- -_0x526980._0x5de1d1,_0x36e071-0x113,_0xa769ea-_0x526980._0x368395,_0x36e071);}const _0x555431=await _0x58efc6[_0x1990bc(0xd3,_0x33ed5d._0x7177df,_0x33ed5d._0x37069c,0x6f)](getCoderSetupPath),_0x20567a=_0x58efc6[_0x35562f(_0x33ed5d._0x103698,0x313,0x2cb,_0x33ed5d._0x14422e)](String,await _0x58efc6['XaieN'](getServerPort));if(!_0x555431){if(_0x58efc6[_0x1990bc(0xf2,_0x33ed5d._0x3eea66,_0x33ed5d._0x211bef,_0x33ed5d._0x10405a)](_0x58efc6[_0x1990bc(_0x33ed5d._0x5c264c,_0x33ed5d._0x52e07e,_0x33ed5d._0x4122f7,_0x33ed5d._0x4a7061)],_0x1990bc(0xa,-0x59,-_0x33ed5d._0x4bbcb0,-0x29)))console[_0x1990bc(_0x33ed5d._0x5c7c65,_0x33ed5d._0x35cb14,0x8f,-_0x33ed5d._0x5cc6e4)](_0x58efc6[_0x35562f(0x34e,_0x33ed5d._0x56cfe6,0x306,0x2c8)]),console[_0x1990bc(0x47,_0x33ed5d._0x704e6d,_0x33ed5d._0x1faea6,0x73)](''),console['error'](_0x58efc6[_0x1990bc(0xb3,_0x33ed5d._0x447c75,_0x33ed5d._0x3b096a,0x126)]),console[_0x1990bc(0x47,_0x33ed5d._0x5e55b0,-_0x33ed5d._0x1e7df3,_0x33ed5d._0x2a1f5f)](_0x58efc6['eZkKe']),console['error'](''),console[_0x1990bc(0x47,0xce,0x98,-0x4a)](_0x58efc6[_0x1990bc(0xcb,0x71,_0x33ed5d._0x80fbf4,0xa8)]),console[_0x1990bc(0x47,_0x33ed5d._0x28e242,0x46,0x4b)](_0x58efc6[_0x35562f(0x24d,0x2b0,_0x33ed5d._0x434970,0x309)]),process[_0x35562f(0x1fe,_0x33ed5d._0x4ee3bd,_0x33ed5d._0x4f7924,_0x33ed5d._0x381b88)](-0x11ea*0x2+-0x6ac*0x1+0x4b9*0x9);else{const _0x3a24b2=('0|3|1|4|2|'+_0x35562f(0x25a,0x1bc,0x224,0x1cd))[_0x35562f(0x3b5,0x2fa,_0x33ed5d._0x4de4fb,_0x33ed5d._0x12f4b3)]('|');let _0xac94e7=0x2*-0xf76+0x75a*0x4+0x184;while(!![]){switch(_0x3a24b2[_0xac94e7++]){case'0':_0x3ab71e['error'](_0x35562f(_0x33ed5d._0x239d4a,0x25e,_0x33ed5d._0x1a401c,0x233)+_0x1990bc(-_0x33ed5d._0x117236,_0x33ed5d._0xe5f133,-_0x33ed5d._0x1fce68,-0x7e)+_0x35562f(0x27c,_0x33ed5d._0x48b65d,_0x33ed5d._0x7d6acd,0x219)+_0x35562f(0x2ab,_0x33ed5d._0x1c5e90,_0x33ed5d._0x2680e0,_0x33ed5d._0x2c62c9));continue;case'1':_0x3bcd32['error'](_0x35562f(0x347,0x349,0x2dd,0x2ae)+_0x1990bc(_0x33ed5d._0x3fafc0,_0x33ed5d._0x53d56e,0x157,_0x33ed5d._0xe171cc));continue;case'2':_0x3cfc5b[_0x1990bc(_0x33ed5d._0x11824d,0x3c,0xd6,_0x33ed5d._0x3d50d8)]('');continue;case'3':_0xa7f378[_0x1990bc(0x47,0x1e,0x1,0xad)]('');continue;case'4':_0x2c7dc1[_0x35562f(0x2b2,_0x33ed5d._0x3a7c83,_0x33ed5d._0x58f3e9,0x269)](_0x58efc6[_0x35562f(_0x33ed5d._0x42b6c3,0x235,0x280,0x299)]);continue;case'5':_0x48c1f6[_0x35562f(0x2e4,_0x33ed5d._0x84502c,_0x33ed5d._0x3dc9e7,0x230)](_0x58efc6[_0x1990bc(_0x33ed5d._0xa196ba,_0x33ed5d._0x197946,0xb7,0x52)]);continue;case'6':_0x5ef32d[_0x35562f(_0x33ed5d._0x4763c2,0x224,0x219,0x1cf)](-0x105*0x8+0x104b*-0x2+0x9*0x487);continue;case'7':_0x3e34ab[_0x1990bc(0x47,_0x33ed5d._0x13af48,_0x33ed5d._0x5b8474,-_0x33ed5d._0x2ed1d3)](_0x58efc6[_0x35562f(0x252,_0x33ed5d._0x3fc5cf,0x2c1,0x35c)]);continue;}break;}}}try{const _0x518512=await _0x34a2fa[_0x35562f(_0x33ed5d._0x2edf5e,_0x33ed5d._0x376e30,0x227,0x1f8)](_0x555431);!_0x518512[_0x1990bc(_0x33ed5d._0x1c9537,_0x33ed5d._0x207373,_0x33ed5d._0x16844f,0xbb)+'y']()&&(console[_0x1990bc(0x47,0xe2,0x51,-0x25)](_0x35562f(_0x33ed5d._0x2f81e3,_0x33ed5d._0x16a7c2,_0x33ed5d._0x443b97,_0x33ed5d._0xfc3306)+_0x35562f(0x373,0x270,0x2f7,_0x33ed5d._0x2f42ee)+_0x35562f(_0x33ed5d._0x29aa95,0x20c,_0x33ed5d._0x109b72,0x2c6)+_0x35562f(0x202,_0x33ed5d._0x33ef8f,0x266,_0x33ed5d._0x8d4fe)+_0x555431),process['exit'](-0x1145*-0x2+-0x106f+0x121a*-0x1));}catch(_0x3bebf6){_0x58efc6[_0x35562f(0x308,0x281,0x31a,_0x33ed5d._0x4de4fb)](_0x58efc6['QUHBS'],_0x58efc6[_0x35562f(0x372,_0x33ed5d._0xd3d553,_0x33ed5d._0xfc7c96,_0x33ed5d._0x572004)])?(_0x3a7a71[_0x1990bc(_0x33ed5d._0x253b30,0x11a,0x62,0xeb)]('\x20\x20Status:\x20'+_0x35562f(0x317,0x27e,0x30e,0x2c3)+_0x35562f(_0x33ed5d._0x5e8133,0x2ab,0x2f0,_0x33ed5d._0x5b3afe)+'e\x20(server\x20'+'not\x20respon'+_0x1990bc(_0x33ed5d._0x4e7cc7,_0x33ed5d._0x3b0b7d,0x94,_0x33ed5d._0x571f42)),_0x1de958['log'](_0x35562f(_0x33ed5d._0x146ef0,_0x33ed5d._0x464aea,0x2e2,_0x33ed5d._0x4f02ce)+_0x35562f(0x296,0x253,0x273,_0x33ed5d._0x52535a)+_0x3e8ec6)):(console['error']('Error:\x20Set'+'up\x20path\x20do'+_0x35562f(0x2a2,0x252,0x2a9,0x2e6)+'st:\x20'+_0x555431),process['exit'](-0xd76+-0x1b9b+0x2912));}const _0x4210f9=_0x33a2a3['join'](__dirname,'..','..',_0x35562f(_0x33ed5d._0x54c485,_0x33ed5d._0xd90f29,0x2eb,0x2ba));console[_0x35562f(0x2ba,_0x33ed5d._0x312a2d,0x2cf,0x267)](''),console['log'](_0x1990bc(_0x33ed5d._0x353784,0xa5,_0x33ed5d._0x304f50,0x104)+_0x35562f(_0x33ed5d._0x59786e,0x27e,_0x33ed5d._0xcf7d8d,0x313)+_0x35562f(_0x33ed5d._0xf51457,0x28f,_0x33ed5d._0x53e144,0x263)),console[_0x1990bc(_0x33ed5d._0x253b30,_0x33ed5d._0x11d113,_0x33ed5d._0x426e07,_0x33ed5d._0x3d658e)](_0x35562f(_0x33ed5d._0x42e568,0x333,0x299,_0x33ed5d._0x43cf40)+_0x1990bc(_0x33ed5d._0x3fe742,0xa2,0x18d,0xd4)+_0x555431),console['log'](_0x1990bc(_0x33ed5d._0x561bef,-_0x33ed5d._0x4fe0d9,_0x33ed5d._0x124bed,_0x33ed5d._0x3d070c)+_0x1990bc(_0x33ed5d._0x27045e,_0x33ed5d._0x5239ba,0x104,_0x33ed5d._0x322037)+_0x20567a),console[_0x1990bc(0xa7,_0x33ed5d._0x21179b,_0x33ed5d._0x50077a,_0x33ed5d._0xb5ab3b)](_0x35562f(0x2c7,0x30f,_0x33ed5d._0x4c4796,0x2d8)+'\x20\x20\x20\x20daemon');function _0x1990bc(_0x45f45f,_0x4c59b7,_0x11d990,_0x4efe30){return _0x168579(_0x11d990,_0x4c59b7-0x47,_0x45f45f- -0x242,_0x4efe30-0xee);}console['log']('');const _0x2a012c=await _0x58efc6[_0x1990bc(0x42,0x52,_0x33ed5d._0x793e24,0x21)](getTrustProxy),_0x42a87c={...process[_0x1990bc(0xc4,0x146,0x88,_0x33ed5d._0x2b28d1)]};_0x42a87c[_0x35562f(0x205,0x2a6,0x22e,_0x33ed5d._0x729305)+'P_PATH']=_0x555431,_0x42a87c[_0x1990bc(_0x33ed5d._0x59c551,_0x33ed5d._0x218c54,0x42,0xd0)]=_0x20567a;const _0x33f908=_0x42a87c;_0x2a012c&&(_0x58efc6[_0x1990bc(_0x33ed5d._0x4a90e0,0x35,0x26,-_0x33ed5d._0x5f2947)](_0x1990bc(_0x33ed5d._0x3f0fc2,_0x33ed5d._0x2ef2e7,_0x33ed5d._0x5689a,0x0),_0x35562f(_0x33ed5d._0x84502c,_0x33ed5d._0xbcfcf4,0x259,0x297))?_0x33f908[_0x35562f(_0x33ed5d._0x4b0d66,0x25b,0x2b8,_0x33ed5d._0x35f8c7)+'Y']=_0x58efc6[_0x1990bc(_0x33ed5d._0x57aeab,-_0x33ed5d._0x304f50,0x1c,0xd3)]:_0x2bc600[_0x35562f(0x240,0x24f,_0x33ed5d._0x4b4fc1,_0x33ed5d._0xbd5b2c)](_0x1990bc(0x71,0x6e,0x26,0xa1)+_0x1990bc(0x9d,0x38,_0x33ed5d._0x572d6a,0x94)+'configured'+')'));const _0x23f3f1=[_0x4210f9];process['env'][_0x1990bc(_0x33ed5d._0x2ab2a4,0xbc,_0x33ed5d._0x461c56,0x151)+_0x35562f(_0x33ed5d._0xde1e9d,_0x33ed5d._0x4e5117,_0x33ed5d._0x293b4c,_0x33ed5d._0x20bef3)]&&(_0x35562f(_0x33ed5d._0xf6869b,_0x33ed5d._0x3cb3ce,0x298,0x298)!==_0x58efc6[_0x35562f(0x363,_0x33ed5d._0x2f575f,0x2fd,0x37c)]?_0x1b5b32[_0x1990bc(0xa7,0x117,0x6a,0x29)](_0x4fd943):_0x23f3f1[_0x1990bc(0x45,0x94,-0x44,0xbc)]('--inspect'));const _0x1373bb=_0x33a2a3[_0x35562f(_0x33ed5d._0x46271d,_0x33ed5d._0x4764d0,_0x33ed5d._0x3d962f,_0x33ed5d._0x307a17)](LOG_FILE),_0x17be35={};_0x17be35['recursive']=!![],await _0x34a2fa['mkdir'](_0x1373bb,_0x17be35);const _0x375380=await _0x34a2fa[_0x1990bc(-_0x33ed5d._0x619b55,-0x27,0x36,0x44)](LOG_FILE,'a'),_0x314e18={};_0x314e18[_0x1990bc(_0x33ed5d._0x369326,0x129,0x15b,0x9a)]=_0x33f908,_0x314e18['detached']=!![],_0x314e18[_0x1990bc(_0x33ed5d._0x3234c7,0x1f,_0x33ed5d._0x26c117,-_0x33ed5d._0x374c7b)]=[_0x35562f(0x1dc,_0x33ed5d._0x49de3d,0x24b,0x245),_0x375380['fd'],_0x375380['fd']];const _0x24eea0=_0x58efc6['ClMAW'](spawn,_0x58efc6[_0x1990bc(0xc5,_0x33ed5d._0x51cd17,0x100,_0x33ed5d._0x3a6dba)],_0x23f3f1,_0x314e18);_0x24eea0[_0x35562f(_0x33ed5d._0x231d20,_0x33ed5d._0x2f508f,_0x33ed5d._0x38ac5d,0x2dd)]();const _0x452e63=_0x33a2a3[_0x1990bc(0x5c,-_0x33ed5d._0x246ec8,0x57,_0x33ed5d._0x4eed4c)](PID_FILE),_0x5c435d={};_0x5c435d[_0x35562f(_0x33ed5d._0x3eebd3,_0x33ed5d._0x46fdad,0x2c0,_0x33ed5d._0xf6869b)]=!![],await _0x34a2fa['mkdir'](_0x452e63,_0x5c435d),await _0x34a2fa[_0x35562f(0x2cb,0x2a8,_0x33ed5d._0x2d07cf,0x2b4)](PID_FILE,_0x24eea0[_0x35562f(_0x33ed5d._0x276761,_0x33ed5d._0xdea933,_0x33ed5d._0x5a7521,_0x33ed5d._0x2961e6)][_0x1990bc(_0x33ed5d._0x4b8c29,-_0x33ed5d._0x37811c,_0x33ed5d._0x13c2d8,0x2f)](),_0x58efc6[_0x35562f(_0x33ed5d._0xf1565f,0x192,_0x33ed5d._0x1af371,0x1fc)]),console[_0x35562f(0x2f3,0x26e,_0x33ed5d._0x4b4fc1,0x25f)](_0x35562f(0x363,0x2d6,0x309,0x2fc)+_0x1990bc(_0x33ed5d._0x522623,_0x33ed5d._0x1bfeda,_0x33ed5d._0x3fafc0,0x52)+_0x35562f(0x25e,_0x33ed5d._0xa704df,0x29d,_0x33ed5d._0x10e90d)+'e\x20(PID:\x20'+_0x24eea0['pid']+')'),console['log']('\x20\x20URL:\x20\x20ht'+_0x35562f(0x29b,_0x33ed5d._0x38c32d,_0x33ed5d._0x18386f,0x25d)+_0x35562f(_0x33ed5d._0x57f691,0x2ce,_0x33ed5d._0x1d808e,_0x33ed5d._0x131a17)+_0x20567a),console[_0x1990bc(_0x33ed5d._0x257b34,0x3a,0x75,_0x33ed5d._0x5cb9e7)]('\x20\x20Logs:\x20'+LOG_FILE),console['log'](''),console[_0x35562f(_0x33ed5d._0x1e4503,0x253,0x2cf,0x23f)](_0x35562f(_0x33ed5d._0x2b5323,_0x33ed5d._0x5bde17,_0x33ed5d._0x2f44f2,0x2b0)+_0x1990bc(0x80,_0x33ed5d._0x5c8899,_0x33ed5d._0x2ad530,0x4c)+'atus\x22\x20to\x20c'+_0x35562f(_0x33ed5d._0x2cb28e,_0x33ed5d._0x3d6097,_0x33ed5d._0x556a32,_0x33ed5d._0x818d4)+'r\x20status'),console[_0x1990bc(0xa7,0x110,_0x33ed5d._0x51dbf5,_0x33ed5d._0x3f008a)](_0x1990bc(0xbf,0x8d,_0x33ed5d._0x473d9e,0x140)+_0x1990bc(_0x33ed5d._0x1ee5ed,_0x33ed5d._0x586f6a,_0x33ed5d._0x13b45d,0xb6)+_0x35562f(0x317,0x282,0x285,0x269)+_0x1990bc(_0x33ed5d._0x26ae8d,0x86,_0x33ed5d._0x4cc575,0x13a)+'er'),console['log'](_0x58efc6[_0x1990bc(0x46,_0x33ed5d._0x141ec5,0x30,0xd9)]);}export async function stopServer(){const _0x16dbb4={_0x2d3510:0x536,_0x3731ac:0x49c,_0x2947ce:0x2d8,_0xc8c4b:0x1ec,_0x5ec469:0x252,_0x15503a:0x185,_0x1b1fb0:0x2bb,_0x2f5606:0x396,_0x12065e:0x312,_0x3e4b1b:0x2b5,_0x12b137:0x36c,_0x5f9e59:0x343,_0x1211fa:0x3a1,_0x594fbd:0x385,_0x4eb8c8:0x212,_0x1d9dbe:0x1ad,_0x929529:0x227,_0x314fb6:0x49a,_0x458683:0x2b0,_0x89d52c:0x226,_0x461136:0x254,_0x2d01b4:0x281,_0x57fe12:0x2a7,_0x44b220:0x242,_0xbd984b:0x51b,_0x1d1c6b:0x532,_0x4393a6:0x4e3,_0x201ed8:0x2ca,_0x5bef91:0x307,_0x1cdb5a:0x264,_0xfb0075:0x501,_0x4d88dc:0x52b,_0x41321e:0x4e8,_0x18502c:0x4b4,_0x444724:0x3ef,_0x5d9aa0:0x43d,_0x2f9f29:0x4c8,_0x153be5:0x2ee,_0x1a52fe:0x21e,_0x13d242:0x207,_0x40d9ed:0x20b,_0x514b61:0x1f2,_0x1ae12b:0x552,_0x47815c:0x242,_0x340ca5:0x2a7,_0x31192b:0x28f,_0x4a2f66:0x1e4,_0x47bedd:0x257,_0x2c3deb:0x262,_0x1c7f7d:0x269,_0x3c4181:0x23b,_0x5acf88:0x508,_0x2e1fbf:0x4a5,_0x2cde8d:0x42c,_0x2002e9:0x451,_0xd2cf8d:0x56e,_0x4db2e7:0x4a3,_0x1d5c34:0x478,_0x357eb2:0x463,_0x2ff68d:0x455,_0x59bfef:0x405,_0x21e3d2:0x4e9,_0x5f33b2:0x4f5,_0x1863b9:0x23c,_0x3242cd:0x1f4,_0x5ba0eb:0x23f,_0x44ea74:0x472,_0x5cb142:0x4c3,_0x30a747:0x237,_0x2b5b27:0x1ba,_0x1df974:0x1da,_0xed873a:0x4cf,_0x153caa:0x49a,_0x780e48:0x2a0,_0x205e40:0x32d,_0x428204:0x2b9,_0x1600e1:0x29e,_0x413c0b:0x328,_0x4118fc:0x19f,_0x10c2bd:0x4f5,_0x1b514e:0x4aa,_0x70ce4:0x21d,_0x366a66:0x224,_0x34b716:0x2eb,_0x152713:0x2b1,_0x49c294:0x37c},_0x599c43={_0x2dc719:0x45,_0x250e5e:0x131},_0x52cce1={_0x2c8396:0x209,_0x36421b:0x199,_0x59579f:0x17e},_0x2e4ebb={'GPEDZ':function(_0x51c2ec,_0xa55ec9){return _0x51c2ec(_0xa55ec9);},'apdCD':_0x2b85a1(0x537,0x4cb,_0x16dbb4._0x2d3510,_0x16dbb4._0x3731ac)+_0x76bb77(0x2f4,0x336,_0x16dbb4._0x2947ce,0x321)+'\x20foregroun'+_0x76bb77(_0x16dbb4._0xc8c4b,_0x16dbb4._0x5ec469,_0x16dbb4._0x15503a,0x16d),'QsdLz':'Stop\x20it\x20wi'+'th\x20Ctrl+C\x20'+_0x76bb77(0x304,0x37f,_0x16dbb4._0x1b1fb0,_0x16dbb4._0x2f5606)+'minal\x20wher'+'e\x20it\x20was\x20s'+_0x76bb77(_0x16dbb4._0x12065e,0x39e,0x30e,0x353),'XjAAA':function(_0x274895){return _0x274895();},'dUzLf':_0x76bb77(0x2e8,_0x16dbb4._0x3e4b1b,_0x16dbb4._0x12b137,_0x16dbb4._0x5f9e59)+_0x76bb77(0x316,_0x16dbb4._0x1211fa,0x31e,_0x16dbb4._0x594fbd)+'g','CDbjn':_0x76bb77(_0x16dbb4._0x4eb8c8,0x27a,0x1bd,_0x16dbb4._0x1d9dbe),'UqqqI':_0x76bb77(0x20d,0x28c,0x182,_0x16dbb4._0x929529),'RTgwQ':_0x2b85a1(0x498,_0x16dbb4._0x314fb6,0x52f,0x4da)+'topped','Hdcuy':_0x76bb77(0x2ef,_0x16dbb4._0x458683,0x2bf,0x2a2)};function _0x2b85a1(_0x291783,_0x3fedaf,_0x5bfd96,_0x36a5dd){return _0x19aa61(_0x5bfd96-_0x52cce1._0x2c8396,_0x3fedaf-_0x52cce1._0x36421b,_0x5bfd96-_0x52cce1._0x59579f,_0x3fedaf);}const {running:_0x4b59e2,pid:_0x108689}=await _0x2e4ebb[_0x76bb77(_0x16dbb4._0x89d52c,_0x16dbb4._0x461136,0x263,_0x16dbb4._0x2d01b4)](isServerRunning);if(!_0x4b59e2){console[_0x76bb77(_0x16dbb4._0x57fe12,0x24b,0x24c,_0x16dbb4._0x44b220)](_0x2e4ebb[_0x2b85a1(_0x16dbb4._0xbd984b,0x57c,_0x16dbb4._0x1d1c6b,_0x16dbb4._0x4393a6)]);return;}console[_0x76bb77(0x2a7,_0x16dbb4._0x201ed8,_0x16dbb4._0x5bef91,_0x16dbb4._0x1cdb5a)](_0x2b85a1(_0x16dbb4._0xfb0075,_0x16dbb4._0x4d88dc,_0x16dbb4._0x41321e,_0x16dbb4._0x18502c)+_0x76bb77(0x20f,0x231,0x18b,0x1ba)+':\x20'+_0x108689+_0x2b85a1(0x46c,_0x16dbb4._0x444724,_0x16dbb4._0x5d9aa0,_0x16dbb4._0x2f9f29));function _0x76bb77(_0x2de8d6,_0x425cf1,_0x57d7a3,_0xd991de){return _0x19aa61(_0x2de8d6- -_0x599c43._0x2dc719,_0x425cf1-0x1d0,_0x57d7a3-_0x599c43._0x250e5e,_0xd991de);}try{process['kill'](_0x108689,_0x76bb77(0x25a,0x2bd,_0x16dbb4._0x153be5,0x21d));for(let _0x442c59=-0x12a8+-0x70*0xc+0x12*0x154;_0x442c59<0x13*0xce+0x17f4+0x11*-0x24c;_0x442c59++){try{process[_0x76bb77(_0x16dbb4._0x1a52fe,0x1e3,0x1a6,_0x16dbb4._0x13d242)](_0x108689,-0x488*0x8+-0x2565+0x49a5),await new Promise(_0x5e9e72=>setTimeout(_0x5e9e72,0xcdb+0x1724+-0x239b));}catch{if(_0x2e4ebb[_0x76bb77(_0x16dbb4._0x40d9ed,0x1f1,0x1c9,0x1d6)]!==_0x2e4ebb[_0x76bb77(_0x16dbb4._0x514b61,0x201,0x22f,0x262)])break;else _0x2e4ebb[_0x2b85a1(0x511,_0x16dbb4._0x1ae12b,0x4d3,0x44f)](_0xcac555,_0x13ae09);}}try{process[_0x76bb77(0x21e,0x1d4,0x192,_0x16dbb4._0x47815c)](_0x108689,0x463*-0x4+-0x2193+0x239*0x17),console[_0x76bb77(_0x16dbb4._0x340ca5,0x29c,_0x16dbb4._0x31192b,0x308)]('Server\x20did'+_0x76bb77(0x1e9,_0x16dbb4._0x4a2f66,0x1dc,_0x16dbb4._0x47bedd)+_0x76bb77(0x219,_0x16dbb4._0x2c3deb,_0x16dbb4._0x1c7f7d,_0x16dbb4._0x3c4181)+_0x2b85a1(0x4fd,_0x16dbb4._0x5acf88,_0x16dbb4._0x2e1fbf,_0x16dbb4._0x2cde8d)+'..'),process['kill'](_0x108689,_0x2b85a1(_0x16dbb4._0x2002e9,_0x16dbb4._0xd2cf8d,0x4dd,0x484));}catch{}await _0x34a2fa[_0x2b85a1(_0x16dbb4._0x4db2e7,_0x16dbb4._0x1d5c34,0x4f0,_0x16dbb4._0x357eb2)](PID_FILE)[_0x2b85a1(0x496,0x3e1,_0x16dbb4._0x2ff68d,_0x16dbb4._0x59bfef)](()=>{}),console[_0x2b85a1(_0x16dbb4._0x21e3d2,0x4a9,_0x16dbb4._0x5f33b2,0x4be)](_0x2e4ebb[_0x76bb77(_0x16dbb4._0x1863b9,0x23b,_0x16dbb4._0x3242cd,0x2c6)]);}catch(_0x59e357){_0x2e4ebb[_0x76bb77(0x1e6,0x1da,0x27a,_0x16dbb4._0x5ba0eb)]===_0x2e4ebb[_0x2b85a1(_0x16dbb4._0x44ea74,0x477,0x434,_0x16dbb4._0x5cb142)]?(console[_0x76bb77(0x247,_0x16dbb4._0x30a747,_0x16dbb4._0x2b5b27,_0x16dbb4._0x1df974)](_0x2b85a1(_0x16dbb4._0xed873a,0x53b,0x4ef,_0x16dbb4._0x153caa)+_0x76bb77(_0x16dbb4._0x780e48,0x314,_0x16dbb4._0x205e40,_0x16dbb4._0x428204)+_0x76bb77(_0x16dbb4._0x1600e1,_0x16dbb4._0x413c0b,0x2cf,0x26f)+_0x59e357['message']),process[_0x76bb77(0x1f1,0x1cc,0x19b,_0x16dbb4._0x4118fc)](-0x14ff+-0xa58+-0x2*-0xfac)):(_0x3ce8e1[_0x2b85a1(0x4f1,0x486,_0x16dbb4._0x10c2bd,_0x16dbb4._0x1b514e)](_0x2e4ebb[_0x76bb77(_0x16dbb4._0x70ce4,0x1df,0x1c3,_0x16dbb4._0x366a66)]),_0x4d884c['log'](_0x2e4ebb[_0x76bb77(_0x16dbb4._0x34b716,_0x16dbb4._0x152713,_0x16dbb4._0x49c294,0x252)]));}}async function checkServerHealth(_0x4f73bf){const _0xaaf2d2={_0x2b8f58:0x4df,_0x599ecf:0x45e,_0x1e532e:0x13d,_0x2d2f6a:0x19f,_0xb9150:0x114},_0x51faef={_0x4cbf9e:0x51d,_0x3bb699:0x519,_0xc1e932:0x560,_0x37d2fa:0x4b4,_0x1936e8:0x511,_0x3f705e:0x491,_0x3af0bf:0x5d4,_0xf63d4d:0x5b0,_0x308a2d:0x61d,_0x33590e:0x660,_0x57dc9e:0x5ef,_0x141b75:0x62b,_0x5993c2:0x5f4,_0x3f8c7c:0x4d4,_0x5c11b2:0x555,_0x351b83:0x52c,_0x331a0f:0x596,_0x275b84:0x4fc,_0x90e344:0x573,_0x2f5494:0x590,_0x1cf1f1:0x53a,_0x138622:0x579,_0x4d1092:0x5d6,_0x38302e:0x54e,_0x363d33:0x6c2,_0x3cdf22:0x608,_0x507cdb:0x549,_0x1850ba:0x59d,_0x4d78f9:0x550,_0x32add1:0x5b4,_0x497922:0x521},_0x5df247={_0x3f4a50:0x58e,_0x5ef908:0x5bf,_0x11c027:0x538,_0x395d14:0x344,_0x1549b6:0x2e0,_0x274019:0x5c0,_0x17154c:0x5d8,_0x45125a:0x4e5,_0x553fac:0x57c,_0x90b28:0x5e3,_0x184a34:0x552,_0x567793:0x628,_0x2158a0:0x626,_0x400ed4:0x33a,_0x387533:0x309,_0x149bf3:0x37a,_0x442c72:0x35f},_0x47e321={_0x1596cf:0x2a7,_0x294304:0x101,_0x51be34:0x148,_0x4f3968:0x3f},_0x3c7865={_0x2f7557:0x480},_0xac5b8={_0x7a6990:0x168,_0x20bcc7:0xc4,_0x5dd494:0x4};function _0x1bff5c(_0x5b56d6,_0x33b1f7,_0x3911a1,_0x53c11b){return _0x19aa61(_0x3911a1-_0xac5b8._0x7a6990,_0x33b1f7-_0xac5b8._0x20bcc7,_0x3911a1-_0xac5b8._0x5dd494,_0x53c11b);}const _0x479976={'GkmJy':function(_0x23f78d,_0x38c569){return _0x23f78d(_0x38c569);},'dTGqa':'unknown','Kzloi':function(_0x4dd4e5,_0x13066e){return _0x4dd4e5(_0x13066e);},'CdWCz':'KAzbe','eGrQD':_0x1bff5c(_0xaaf2d2._0x2b8f58,0x433,_0xaaf2d2._0x599ecf,0x410),'GyPoo':_0x1bff5c(0x472,0x4a7,0x458,0x4d2),'NIDwY':_0x43f571(-_0xaaf2d2._0x1e532e,-0x167,-_0xaaf2d2._0x2d2f6a,-_0xaaf2d2._0xb9150)};function _0x43f571(_0x3d229d,_0x5d4ec1,_0x3e2983,_0x3584e5){return _0x168579(_0x3d229d,_0x5d4ec1-0x2,_0x3e2983- -_0x3c7865._0x2f7557,_0x3584e5-0x33);}return new Promise(_0x1c5fad=>{const _0x58be4c={_0x9e2b0b:0x15e},_0x1920e9={_0x1f2fc5:0x2,_0xec5156:0x108},_0x5c779a={_0x1585f0:0x3b9},_0xa57e09={_0x2af99b:0x16a},_0x2e8b4c={_0x296ae5:0x1e,_0x291bb1:0x434},_0x27883c={_0x28547f:0x187};function _0x246411(_0x5ba0b4,_0x12b26d,_0x53c4a4,_0x4694c1){return _0x43f571(_0x5ba0b4,_0x12b26d-0x1e1,_0x53c4a4-0x718,_0x4694c1-0x45);}function _0x31f6cb(_0x4b9d0b,_0xa5a27d,_0x1632de,_0xc98ad){return _0x1bff5c(_0x4b9d0b-0x155,_0xa5a27d-0x194,_0x1632de-_0x27883c._0x28547f,_0x4b9d0b);}const _0x1e6e88={'lFfiC':_0x479976[_0x31f6cb(_0x51faef._0x4cbf9e,0x47e,_0x51faef._0x3bb699,0x553)],'DhvsJ':function(_0x5a43aa,_0x3a954e){function _0x1dcb3b(_0xce781,_0x13f5b0,_0x3adcb9,_0x2136c8){return _0x31f6cb(_0xce781,_0x13f5b0-_0x2e8b4c._0x296ae5,_0x3adcb9- -_0x2e8b4c._0x291bb1,_0x2136c8-0x58);}return _0x479976[_0x1dcb3b(_0xa57e09._0x2af99b,0x14a,0x15e,0x168)](_0x5a43aa,_0x3a954e);},'jSoDE':function(_0x3ca082,_0x429782){return _0x3ca082!==_0x429782;},'zCPDK':_0x479976[_0x246411(_0x51faef._0xc1e932,_0x51faef._0x37d2fa,_0x51faef._0x1936e8,_0x51faef._0x3f705e)],'djPUT':_0x246411(_0x51faef._0x3af0bf,0x536,_0x51faef._0xf63d4d,0x5e3),'rbOUf':_0x479976[_0x246411(_0x51faef._0x308a2d,_0x51faef._0x33590e,_0x51faef._0x57dc9e,_0x51faef._0x141b75)],'VbbaV':_0x479976[_0x246411(0x5cb,0x538,0x5b2,_0x51faef._0x5993c2)]};if(_0x246411(0x4e0,0x495,_0x51faef._0x3f8c7c,_0x51faef._0x5c11b2)==='aNMJa'){const _0x228f06={};_0x228f06[_0x31f6cb(_0x51faef._0x351b83,0x4fc,_0x51faef._0x331a0f,0x572)]=!![],_0x228f06[_0x246411(_0x51faef._0x275b84,_0x51faef._0x90e344,_0x51faef._0x2f5494,0x54c)]='unknown',_0x479976[_0x246411(_0x51faef._0x1cf1f1,0x541,0x566,0x501)](_0x12d7c0,_0x228f06);}else{const _0x2dcc9f={};_0x2dcc9f[_0x246411(0x5cd,0x507,_0x51faef._0x138622,0x5db)]=0x7d0;const _0x27196a=_0x584002['get'](_0x31f6cb(_0x51faef._0x4d1092,0x4fb,0x577,_0x51faef._0x38302e)+_0x31f6cb(0x674,_0x51faef._0x363d33,0x63e,_0x51faef._0x3cdf22)+_0x4f73bf+_0x31f6cb(_0x51faef._0x507cdb,0x561,_0x51faef._0x1850ba,_0x51faef._0x4d78f9),_0x2dcc9f,_0x10e51e=>{const _0x14e636={_0x36916b:0x2c8,_0x138bc7:0x3a3,_0x1fcf3b:0x308,_0x11582d:0x3d1,_0x4a2892:0x370,_0x43fd6b:0x34f,_0x158dd2:0x354,_0x1cd7e6:0x2e3,_0x302fa7:0x277,_0x1c1d23:0x27e,_0xc8b7:0x40e,_0x2a9de6:0x3e0,_0x360bd6:0x2bc,_0x157325:0x3b7,_0x4dd46a:0x3b4,_0x4efc75:0x351,_0x1508cc:0x321,_0x74b0b4:0x338,_0x244585:0x300,_0xef6c1e:0x467,_0x791bf:0x4aa,_0x1346ba:0x499,_0xd97b3c:0x48e,_0x185c91:0x47e,_0x570cc8:0x43d},_0x290cb8={_0x54d311:0x34b};function _0x391bbb(_0x24f081,_0x47e06b,_0x1d41e2,_0x23e1f8){return _0x31f6cb(_0x1d41e2,_0x47e06b-0xac,_0x23e1f8- -_0x5c779a._0x1585f0,_0x23e1f8-0x141);}let _0x4c474a='';function _0x292ca4(_0x228c02,_0x242b43,_0x2c97e7,_0x592748){return _0x246411(_0x242b43,_0x242b43-_0x1920e9._0x1f2fc5,_0x2c97e7- -0x431,_0x592748-_0x1920e9._0xec5156);}_0x10e51e['on'](_0x391bbb(0x215,0x2ca,_0x47e321._0x1596cf,0x265),_0x4729f6=>_0x4c474a+=_0x4729f6),_0x10e51e['on'](_0x1e6e88[_0x292ca4(_0x47e321._0x294304,_0x47e321._0x51be34,0xb2,_0x47e321._0x4f3968)],()=>{function _0x12dd63(_0x1d825d,_0x106660,_0x58813a,_0x198d56){return _0x292ca4(_0x1d825d-0xf3,_0x198d56,_0x106660-_0x290cb8._0x54d311,_0x198d56-0x31);}function _0x3aa486(_0x139846,_0x2ade2f,_0x1c1689,_0x3dbac6){return _0x292ca4(_0x139846-0x34,_0x139846,_0x3dbac6-0x216,_0x3dbac6-0x77);}const _0x341412={};_0x341412[_0x3aa486(_0x14e636._0x36916b,0x2b6,_0x14e636._0x138bc7,_0x14e636._0x1fcf3b)]=_0x1e6e88[_0x12dd63(_0x14e636._0x11582d,0x3e4,_0x14e636._0x4a2892,_0x14e636._0x43fd6b)];const _0x581c95=_0x341412;try{const _0x4de2c3=JSON[_0x3aa486(0x331,0x260,_0x14e636._0x158dd2,_0x14e636._0x1cd7e6)](_0x4c474a);_0x1e6e88['DhvsJ'](_0x1c5fad,{'responding':!![],'service':_0x4de2c3['service']||_0x1e6e88[_0x3aa486(_0x14e636._0x302fa7,_0x14e636._0x1c1d23,0x2be,0x2af)]});}catch{if(_0x1e6e88[_0x12dd63(0x425,_0x14e636._0xc8b7,0x3db,_0x14e636._0x2a9de6)](_0x1e6e88[_0x3aa486(0x24b,0x270,0x269,_0x14e636._0x360bd6)],_0x3aa486(_0x14e636._0x157325,0x33f,_0x14e636._0x4dd46a,0x381))){const _0x3773de={};_0x3773de['responding']=!![],_0x3773de['service']='unknown',_0x1c5fad(_0x3773de);}else{const _0x5080fd=_0x2db3fa[_0x3aa486(0x259,_0x14e636._0x4efc75,0x30f,0x2e3)](_0x12220c),_0x374120={};_0x374120[_0x3aa486(0x334,0x3a1,0x326,_0x14e636._0x1508cc)]=!![],_0x374120[_0x3aa486(_0x14e636._0x74b0b4,_0x14e636._0x244585,0x3cc,0x375)]=_0x5080fd[_0x12dd63(_0x14e636._0xef6c1e,_0x14e636._0x791bf,_0x14e636._0x1346ba,_0x14e636._0xd97b3c)]||_0x581c95[_0x12dd63(_0x14e636._0x185c91,_0x14e636._0x570cc8,0x44a,0x46c)],_0x39fa69(_0x374120);}}});}),_0x52733b={};_0x52733b['responding']=![],_0x27196a['on'](_0x246411(_0x51faef._0x32add1,0x4ea,_0x51faef._0x497922,0x53f),()=>_0x1c5fad(_0x52733b)),_0x27196a['on'](_0x479976[_0x246411(0x5ec,0x57f,0x593,0x591)],()=>{const _0x3ad0c5={};function _0x56f6e7(_0x294c7f,_0x2ebefc,_0x68e203,_0x4fa4e7){return _0x31f6cb(_0x68e203,_0x2ebefc-0x2c,_0x2ebefc-0x12,_0x4fa4e7-0x48);}_0x3ad0c5['hgplb']=_0x1e6e88[_0x56f6e7(_0x5df247._0x3f4a50,_0x5df247._0x5ef908,0x580,_0x5df247._0x11c027)];function _0x17f38b(_0x554d88,_0x390069,_0x4bb985,_0xd0c9b6){return _0x31f6cb(_0xd0c9b6,_0x390069-_0x58be4c._0x9e2b0b,_0x4bb985- -0x26e,_0xd0c9b6-0x6d);}const _0x5216b1=_0x3ad0c5;if(_0x1e6e88[_0x17f38b(_0x5df247._0x395d14,0x334,_0x5df247._0x1549b6,0x2ea)]('rXQNe',_0x1e6e88[_0x56f6e7(_0x5df247._0x274019,_0x5df247._0x17154c,0x5ef,0x61a)]))_0x314c00=_0x346592(_0x38be80['substring'](_0x5216b1[_0x56f6e7(_0x5df247._0x45125a,_0x5df247._0x553fac,0x5a7,_0x5df247._0x90b28)][_0x56f6e7(0x5df,0x5ae,_0x5df247._0x184a34,_0x5df247._0x567793)]),-0x1*-0x83+-0x1b33*-0x1+-0x1bac);else{_0x27196a[_0x56f6e7(0x5e0,_0x5df247._0x2158a0,0x63c,0x662)]();const _0x3ae1fc={};_0x3ae1fc[_0x17f38b(_0x5df247._0x400ed4,_0x5df247._0x387533,0x328,_0x5df247._0x149bf3)]=![],_0x1e6e88[_0x17f38b(0x332,_0x5df247._0x442c72,0x32a,0x362)](_0x1c5fad,_0x3ae1fc);}});}});}export async function showStatus(){const _0x52dc47={_0x5ebb0f:0x13c,_0x2d3acd:0x17f,_0x200f67:0x1a0,_0x27c6de:0x2f4,_0x4875f1:0x1d4,_0x2f57d9:0x2cd,_0x38fa92:0x2e1,_0x4d8192:0x25d,_0x34ddb7:0x2b9,_0x542e75:0x251,_0x8c1343:0x1ee,_0x596bc7:0x20d,_0x437233:0x1cc,_0x173c1d:0x1c8,_0x75255e:0x1b7,_0x214075:0x232,_0x18cff8:0x153,_0x5a9b72:0x1e5,_0x5857f7:0x184,_0x2fcf13:0x193,_0x1461d7:0x212,_0x686f4a:0x1d8,_0xe3fae2:0x1af,_0x5b3f76:0x1b2,_0x121175:0x25f,_0x484a95:0x170,_0x4b4505:0x17d,_0x9b67a7:0x222,_0x289d04:0x109,_0x310f07:0xaf,_0x222be1:0x19a,_0x16677e:0x29f,_0x1a11ac:0x246,_0xc75e74:0x1d1,_0x1bbbe6:0x1ae,_0x23260b:0x1df,_0x307cdb:0x12a,_0xe24311:0x265,_0x39d7e4:0x1cf,_0x244b62:0x221,_0x29d3b6:0x15b,_0x40821a:0x209,_0x4a60b6:0x210,_0x1d139b:0x1e3,_0x6b7fbe:0x1ac,_0x150816:0x195,_0x123039:0x1e9,_0x27823b:0xf8,_0x9a7f98:0x267,_0x3e2e58:0x293,_0x1d5a8b:0x252,_0x25fbc3:0x26c,_0x1a1be2:0x2b7,_0x5b7e6e:0x1d4,_0x14c1e8:0x1d2,_0x3c9ab2:0x1a2,_0x24e1cd:0x17d,_0x5677ba:0x190,_0x4cfc5e:0x1ef,_0x4a94c3:0x18b,_0x4766ba:0x22a,_0x12f9f9:0x24b,_0x5ce894:0x107,_0x1fe52d:0x129,_0x379564:0x1ce,_0x3d7ae6:0x16a,_0x30bd3f:0x23d,_0x441ab9:0x201,_0x4769dd:0x24e,_0x138ebc:0x21e,_0x3c881f:0x1fb,_0x327978:0x250,_0xf3ab21:0x16d,_0x1c7d3c:0x264,_0x5f2c0a:0x248,_0x4e9a30:0x2c4,_0x27b0c7:0x189,_0x304c4e:0x101,_0x370241:0x13a,_0x5f3874:0x199,_0x3021cf:0x22d,_0x281c04:0x263,_0x1bbb15:0x1f5,_0x43b94f:0x154,_0x4552c3:0x185,_0x4a64a0:0xf5,_0x2ff5ce:0x110,_0x14be92:0x16f,_0x593b75:0xf7,_0x185393:0xba,_0x297aad:0x151,_0x35ae9e:0x20b,_0x1e420f:0x1eb,_0x4f3a45:0x167,_0x58f849:0x1d3,_0x279cf8:0x1ff,_0x84224b:0x270,_0x1b2c12:0x1fe,_0xadab48:0x1eb,_0x5b4180:0x1f3,_0x1ee54a:0x22f,_0x4ab1b9:0x1e6,_0x4f6a15:0x194,_0x24b247:0x1f7,_0x42861d:0x16e,_0x47f0a9:0x14f,_0x5efe31:0x217,_0x109dfd:0x18a,_0x61a368:0x2be,_0x209bec:0x229,_0xbbf6af:0x1af,_0x2f8197:0x1d7,_0x5f4c5d:0xcb,_0x1638f5:0x18a,_0x103d75:0x168,_0x2068cc:0x11a,_0x3a5a87:0x171,_0x4fd11f:0x176,_0x2ea804:0x199,_0x5c1294:0x196,_0x4cdf74:0x1c4,_0x577aba:0xe7,_0x19b855:0xe5,_0x4dde1f:0x132,_0x4d48e7:0xc5,_0x3fd01e:0x16a,_0x2985fa:0x14f,_0x100ab5:0x183,_0x223895:0x1cb,_0xed17ea:0x158,_0x489618:0x187,_0x10207a:0x108,_0x22064b:0x152,_0x5e3104:0x1c9,_0x300add:0x146,_0x3cafaa:0x151,_0x4065ad:0x1c1,_0x42a192:0xbd,_0x2fe67a:0xfb,_0x13d024:0xeb,_0x58e98e:0x1bb,_0x32d290:0x1bc,_0x58d997:0x179,_0x386e6e:0x115,_0x5c0876:0x29f,_0x2e2781:0x169,_0x11f3bf:0x1b9,_0x159a8e:0x237,_0x2b6ead:0x178,_0x23510c:0xff,_0x3fc5fd:0x202,_0x157528:0x1da,_0x1f273e:0x130,_0x585073:0xf0,_0x1bdd97:0x270,_0x4da8c1:0x15f,_0x289be6:0x20f,_0x447bfb:0x268,_0x17d8fa:0x5f,_0x291edc:0xef,_0x2ca4ab:0x245,_0x29791d:0x231,_0x1b88a9:0x2cb,_0x2d9502:0xe8,_0x1982ed:0xfb,_0xe9d8f2:0x161,_0x3b5c03:0x1c9,_0x4b4941:0x140,_0x4f8165:0xf5,_0x1c7997:0x214,_0x3975c8:0x26d,_0x79d0a1:0x1eb,_0x29a1ab:0xd7,_0x29e892:0x10c,_0xc539a3:0x270,_0x10676e:0x1ae,_0x22ddc4:0x2ab,_0x1c1f7c:0x115,_0x137117:0xfb,_0x529b9f:0x194,_0x310ed0:0x12c,_0x11b121:0x165,_0x46af43:0xfd,_0xfb5f5:0x1aa,_0x408222:0xfd,_0x1aca39:0x133,_0x34f4f1:0x1b9,_0x175b48:0x1a5,_0x20bac8:0x1ba,_0x393f1d:0x17a,_0x5af09b:0x2b5,_0x323de4:0x2e8,_0x461299:0x233,_0x49a541:0x29b,_0x21de1d:0x19d,_0x50505d:0x172,_0x146ddd:0x208,_0x316543:0x1c1,_0x5406ce:0x164,_0x43afac:0x257,_0x374af2:0x1c2,_0x5d5cf8:0x25e,_0x316216:0x16c,_0x43f018:0x1b3,_0x9e2491:0x17a,_0x1701d1:0xe6,_0x43c96f:0x15c,_0xa8d106:0x255,_0x5cdb85:0x1ee,_0x995899:0x1e8,_0xa5562d:0x263,_0x449847:0x223,_0x38bbfb:0x1fa,_0x2886e7:0x201,_0x19d078:0x235,_0x8ae5b4:0x128,_0x17b462:0x178,_0x2e513b:0x1f1,_0x3f20bb:0x1cb,_0x5ca023:0x174,_0x14e70d:0x1db,_0x43f3a1:0x16b,_0x5cb680:0xc9,_0x27d583:0x1ad,_0x58f6fe:0x21d,_0x1d8f8f:0x211,_0x483d7c:0x1a9,_0x35ff97:0x127,_0xacc31c:0x114,_0x4d6708:0x18b,_0x2d46e1:0x1e4,_0x565994:0x233,_0x42b2a6:0x1b4,_0x324117:0x1f6,_0x283089:0x209,_0x434faa:0x157,_0x109e5f:0x24f,_0x3ff1fd:0x1f1,_0x474854:0x177,_0x251172:0x188,_0x3716f2:0x17d,_0x4c1d71:0xe3,_0x5bfdd7:0x24b,_0x2b973b:0x2a5,_0x579546:0x271,_0x2e8019:0x13f,_0x1f7b49:0xcd,_0x1a0dd8:0x1ba,_0x48fb58:0x157},_0x220678={_0x33413a:0xa0},_0xccbb01={'PmFNL':'Configure\x20'+_0x2d7f7c(_0x52dc47._0x5ebb0f,0x1c2,0x18f,0x218)+'the\x20server'+_0x2d7f7c(0x1a7,_0x52dc47._0x2d3acd,0x1a9,_0x52dc47._0x200f67),'vZxTL':'\x20\x20coder-se'+_0x2d7f7c(_0x52dc47._0x27c6de,0x267,_0x52dc47._0x4875f1,_0x52dc47._0x2f57d9)+_0x2d7f7c(_0x52dc47._0x38fa92,_0x52dc47._0x4d8192,_0x52dc47._0x34ddb7,0x2db)+_0x3e9a7e(-_0x52dc47._0x542e75,-_0x52dc47._0x8c1343,-_0x52dc47._0x596bc7,-_0x52dc47._0x437233)+_0x3e9a7e(-_0x52dc47._0x173c1d,-_0x52dc47._0x75255e,-0x1d1,-_0x52dc47._0x214075)+_0x2d7f7c(0x106,_0x52dc47._0x18cff8,_0x52dc47._0x5a9b72,0x187),'gQrzh':'Server\x20did'+_0x3e9a7e(-_0x52dc47._0x5857f7,-_0x52dc47._0x2fcf13,-_0x52dc47._0x1461d7,-0x211)+'gracefully'+_0x2d7f7c(_0x52dc47._0x686f4a,_0x52dc47._0xe3fae2,_0x52dc47._0x5b3f76,0x169)+'..','NMEiq':function(_0x2c376c,_0x19a0c5){return _0x2c376c(_0x19a0c5);},'lWMYr':_0x3e9a7e(-0x220,-0x255,-0x1cf,-0x16f),'WdvSB':function(_0x300b14,_0x35a8ee){return _0x300b14===_0x35a8ee;},'knbXN':_0x2d7f7c(0x20f,_0x52dc47._0x121175,0x2d8,_0x52dc47._0x542e75)+_0x2d7f7c(0x1fc,_0x52dc47._0x484a95,0x10b,0x102),'PWRio':'Server\x20may'+_0x2d7f7c(0x199,0x1a2,_0x52dc47._0x4b4505,_0x52dc47._0x9b67a7)+_0x3e9a7e(-0x8d,-_0x52dc47._0x289d04,-0xf9,-_0x52dc47._0x310f07)+'ed\x20yet\x20or\x20'+'was\x20starte'+'d\x20in\x20foreg'+_0x3e9a7e(-_0x52dc47._0x222be1,-0x121,-0x1ab,-0x18e),'KmrRa':function(_0xd11b89){return _0xd11b89();},'SBjMK':_0x2d7f7c(_0x52dc47._0x16677e,_0x52dc47._0x1a11ac,0x247,_0x52dc47._0xc75e74)+_0x2d7f7c(_0x52dc47._0x75255e,_0x52dc47._0x1bbbe6,_0x52dc47._0x23260b,_0x52dc47._0x307cdb)+_0x2d7f7c(_0x52dc47._0xe24311,_0x52dc47._0x39d7e4,_0x52dc47._0x244b62,_0x52dc47._0x29d3b6),'mpqiW':function(_0xbd064f,_0x3014af){return _0xbd064f!==_0x3014af;},'KXYOg':'lldUm','JRvar':_0x3e9a7e(-0x1b2,-_0x52dc47._0x40821a,-_0x52dc47._0x4a60b6,-0x263),'xKMmU':'gvnKM','oiJGp':function(_0x51d0ab,_0x403e9b){return _0x51d0ab!==_0x403e9b;},'TgwDn':_0x2d7f7c(_0x52dc47._0x1d139b,0x195,0x134,0x20e),'VhUwg':'JjBqg','vHHPH':_0x2d7f7c(0x1f3,_0x52dc47._0x6b7fbe,_0x52dc47._0x150816,_0x52dc47._0x123039),'OxpjL':_0x3e9a7e(-0xb5,-0x189,-_0x52dc47._0x27823b,-0x16f)+_0x2d7f7c(0x2b8,_0x52dc47._0x9a7f98,0x2ca,_0x52dc47._0x3e2e58),'XnJlW':_0x2d7f7c(_0x52dc47._0x1d5a8b,_0x52dc47._0x25fbc3,_0x52dc47._0x1a1be2,0x237),'vNWoj':function(_0x59ef43,_0x2e9a59){return _0x59ef43!==_0x2e9a59;},'ERqoT':'qBRGY','iQoRn':_0x2d7f7c(_0x52dc47._0x5b7e6e,0x1c3,0x1a1,_0x52dc47._0x14c1e8)+_0x2d7f7c(_0x52dc47._0x3c9ab2,0x18b,_0x52dc47._0x24e1cd,_0x52dc47._0x5677ba)+':','mcRKw':function(_0x6a52e1,_0x3113e9){return _0x6a52e1!==_0x3113e9;},'otQvk':_0x3e9a7e(-0x199,-0x282,-_0x52dc47._0x4cfc5e,-_0x52dc47._0x4a94c3),'iLTPJ':_0x2d7f7c(_0x52dc47._0x4766ba,0x240,0x29e,_0x52dc47._0x12f9f9)+_0x3e9a7e(-0xda,-0x8b,-_0x52dc47._0x5ce894,-_0x52dc47._0x1fe52d)+_0x3e9a7e(-0x1db,-0x202,-_0x52dc47._0x379564,-0x13a)+'d\x20mode.','KMudo':'Stop\x20it\x20wi'+'th\x20Ctrl+C\x20'+_0x3e9a7e(-0x76,-0x9c,-0xf7,-_0x52dc47._0x3d7ae6)+_0x2d7f7c(_0x52dc47._0x30bd3f,0x1c4,0x1b7,0x231)+_0x2d7f7c(_0x52dc47._0x441ab9,_0x52dc47._0x4769dd,_0x52dc47._0x138ebc,_0x52dc47._0x3c881f)+'tarted.'},{running:_0x54f740,pid:_0x175aec}=await isServerRunning(),_0x47f599=await _0xccbb01['KmrRa'](getServerConfig),_0x20c40d=await _0xccbb01[_0x2d7f7c(0x200,0x259,_0x52dc47._0x327978,0x2ba)](checkServerHealth,_0x47f599['port']);console[_0x2d7f7c(_0x52dc47._0xf3ab21,0x1ff,0x178,_0x52dc47._0x1c7d3c)](_0xccbb01[_0x2d7f7c(0x26f,_0x52dc47._0x5f2c0a,0x23b,_0x52dc47._0x4e9a30)]),console[_0x2d7f7c(_0x52dc47._0x27b0c7,0x1ff,0x1f2,0x1f7)]('');if(_0x54f740&&_0x20c40d[_0x3e9a7e(-_0x52dc47._0x304c4e,-_0x52dc47._0x370241,-_0x52dc47._0x5f3874,-0x199)])_0xccbb01[_0x2d7f7c(0x26a,0x207,_0x52dc47._0x3021cf,_0x52dc47._0x281c04)](_0xccbb01['KXYOg'],_0xccbb01[_0x3e9a7e(-_0x52dc47._0x1bbb15,-0x1fd,-0x1d0,-0x179)])?(console[_0x3e9a7e(-0x1e6,-0x128,-_0x52dc47._0x43b94f,-_0x52dc47._0x4552c3)]('\x20\x20Status:\x20'+_0x2d7f7c(_0x52dc47._0x4a64a0,0x14f,_0x52dc47._0x2ff5ce,_0x52dc47._0x14be92)+_0x3e9a7e(-_0x52dc47._0x593b75,-0x17a,-0x14f,-_0x52dc47._0x185393)+_0x3e9a7e(-0x17e,-_0x52dc47._0x297aad,-0x11e,-0x185)),console[_0x3e9a7e(-0x1a2,-0xdc,-_0x52dc47._0x43b94f,-0x16d)](_0x2d7f7c(0x1cb,0x1f4,0x1b4,0x223)+_0x3e9a7e(-0x281,-_0x52dc47._0x35ae9e,-_0x52dc47._0x1e420f,-_0x52dc47._0x4f3a45)+_0x175aec),console[_0x2d7f7c(_0x52dc47._0x58f849,_0x52dc47._0x279cf8,0x27a,_0x52dc47._0x84224b)](_0x2d7f7c(0x1d0,_0x52dc47._0x1b2c12,0x27d,0x1bb)+_0x3e9a7e(-0x249,-0x199,-_0x52dc47._0xadab48,-_0x52dc47._0x5b4180)+_0x47f599[_0x2d7f7c(_0x52dc47._0x1ee54a,_0x52dc47._0x4ab1b9,0x211,_0x52dc47._0x4f6a15)])):(_0x15dbe7[_0x3e9a7e(-0x1b5,-0x135,-0x154,-0x186)](_0x3e9a7e(-0x1bc,-_0x52dc47._0x24b247,-_0x52dc47._0x3d7ae6,-0x1ea)+_0x2d7f7c(_0x52dc47._0x42861d,_0x52dc47._0x47f0a9,0xc7,0x12c)+_0x2d7f7c(0x189,0x204,_0x52dc47._0x5efe31,_0x52dc47._0x109dfd)+_0x2d7f7c(_0x52dc47._0x61a368,0x235,_0x52dc47._0x5f2c0a,0x1c7)),_0x38b1c8[_0x2d7f7c(0x1c7,0x1ff,0x1a8,_0x52dc47._0x209bec)](_0x2d7f7c(_0x52dc47._0xbbf6af,0x1f4,_0x52dc47._0x2f8197,_0x52dc47._0x3021cf)+'\x20\x20\x20\x20\x20'+_0x23f07f),_0x297347[_0x3e9a7e(-_0x52dc47._0x5f4c5d,-0x109,-_0x52dc47._0x43b94f,-0x101)]('\x20\x20URL:\x20\x20\x20\x20'+_0x2d7f7c(_0x52dc47._0x1638f5,_0x52dc47._0x103d75,0x11a,_0x52dc47._0x2068cc)+_0x2ffb21[_0x2d7f7c(_0x52dc47._0x3a5a87,0x1e6,0x244,0x234)]));else{if(_0x20c40d[_0x3e9a7e(-0x1cf,-_0x52dc47._0x4fd11f,-_0x52dc47._0x2ea804,-_0x52dc47._0x5c1294)])_0xccbb01[_0x3e9a7e(-_0x52dc47._0x4cdf74,-_0x52dc47._0x577aba,-0x164,-_0x52dc47._0x19b855)](_0xccbb01[_0x3e9a7e(-0x139,-0x186,-_0x52dc47._0x4dde1f,-0xd1)],_0x2d7f7c(0x1ae,0x166,0x12f,0x1ac))?(console[_0x3e9a7e(-0xd2,-_0x52dc47._0x4d48e7,-0x154,-0x154)](_0x3e9a7e(-0x1f4,-0x1d8,-_0x52dc47._0x3fd01e,-0x15b)+_0x2d7f7c(0x15f,_0x52dc47._0x2985fa,0x107,_0x52dc47._0x100ab5)+_0x3e9a7e(-0x26c,-0x1da,-0x1f8,-0x1bf)+_0x2d7f7c(0x1c4,_0x52dc47._0x223895,_0x52dc47._0xed17ea,0x240)),console[_0x3e9a7e(-0x16e,-_0x52dc47._0x2068cc,-0x154,-_0x52dc47._0x489618)](_0x3e9a7e(-_0x52dc47._0x10207a,-0x191,-0x155,-_0x52dc47._0x22064b)+'\x20\x20\x20\x20\x20'+_0x47f599[_0x2d7f7c(_0x52dc47._0x5e3104,0x1e6,0x1ed,0x26a)])):_0x52c8ad[_0x3e9a7e(-0xd1,-0x1a3,-0x154,-_0x52dc47._0x300add)](_0x2d7f7c(0x177,_0x52dc47._0x5e3104,_0x52dc47._0x3cafaa,0x1c3)+_0x2d7f7c(_0x52dc47._0x4065ad,_0x52dc47._0x5ebb0f,0x1af,_0x52dc47._0x42a192)+_0x28a983[_0x3e9a7e(-0x152,-_0x52dc47._0x2fe67a,-_0x52dc47._0x13d024,-0x15f)]);else _0x54f740?(console[_0x3e9a7e(-_0x52dc47._0x58e98e,-_0x52dc47._0x32d290,-0x154,-0x137)](_0x3e9a7e(-_0x52dc47._0x58d997,-0x1e4,-_0x52dc47._0x3d7ae6,-0x153)+_0x3e9a7e(-0x12f,-0xb1,-_0x52dc47._0x386e6e,-0xef)+_0x2d7f7c(0x26b,0x220,0x1c9,_0x52dc47._0x5c0876)+_0x2d7f7c(_0x52dc47._0x2e2781,_0x52dc47._0x11f3bf,_0x52dc47._0x159a8e,_0x52dc47._0x2b6ead)+_0x3e9a7e(-0x150,-0x9a,-_0x52dc47._0x23510c,-0x193)+_0x2d7f7c(_0x52dc47._0x200f67,_0x52dc47._0x3fc5fd,_0x52dc47._0x157528,0x177)),console['log'](_0x3e9a7e(-_0x52dc47._0x1f273e,-0xc9,-0x141,-_0x52dc47._0x585073)+'D:\x20\x20\x20'+_0x175aec)):console[_0x2d7f7c(0x250,_0x52dc47._0x279cf8,0x239,_0x52dc47._0x4d8192)](_0x2d7f7c(0x17d,0x1e9,_0x52dc47._0x1bdd97,0x26c)+'\x20\x20\x20\x20\x20✗\x20Not'+_0x3e9a7e(-_0x52dc47._0x4da8c1,-0x124,-_0x52dc47._0x1fe52d,-_0x52dc47._0x42861d));}_0x47f599[_0x2d7f7c(_0x52dc47._0x289be6,_0x52dc47._0x447bfb,0x300,0x2bc)]?_0xccbb01[_0x3e9a7e(-_0x52dc47._0x17d8fa,-0x58,-_0x52dc47._0x291edc,-0xf6)](_0x2d7f7c(0x2a0,_0x52dc47._0x2ca4ab,_0x52dc47._0x29791d,_0x52dc47._0x1b88a9),_0xccbb01['TgwDn'])?console[_0x3e9a7e(-0xce,-_0x52dc47._0x2d9502,-0x154,-_0x52dc47._0x1982ed)](_0x2d7f7c(_0x52dc47._0xe9d8f2,_0x52dc47._0x3b5c03,0x1b0,_0x52dc47._0x4b4941)+_0x2d7f7c(_0x52dc47._0x42a192,0x13c,_0x52dc47._0x4f8165,_0x52dc47._0x4552c3)+_0x47f599[_0x2d7f7c(0x214,_0x52dc47._0x447bfb,0x2c1,_0x52dc47._0x1c7997)]):(_0x32ee28[_0x2d7f7c(_0x52dc47._0x281c04,0x1ff,_0x52dc47._0x3975c8,_0x52dc47._0x79d0a1)](_0xccbb01['PmFNL']),_0x124964[_0x3e9a7e(-0x1d9,-_0x52dc47._0x29a1ab,-0x154,-_0x52dc47._0x29e892)](_0xccbb01[_0x2d7f7c(_0x52dc47._0xc539a3,0x241,_0x52dc47._0x10676e,_0x52dc47._0x22ddc4)])):console[_0x3e9a7e(-_0x52dc47._0x1c1f7c,-_0x52dc47._0x137117,-0x154,-_0x52dc47._0x529b9f)](_0x2d7f7c(_0x52dc47._0x1a11ac,0x1c9,0x214,0x183)+_0x3e9a7e(-_0x52dc47._0x2d9502,-_0x52dc47._0x310ed0,-0x15e,-_0x52dc47._0x4b4505)+_0x3e9a7e(-_0x52dc47._0x11b121,-0x161,-0x103,-0xe1)+')');console[_0x3e9a7e(-_0x52dc47._0x46af43,-_0x52dc47._0xfb5f5,-0x154,-_0x52dc47._0x408222)](_0x2d7f7c(_0x52dc47._0x1aca39,_0x52dc47._0x489618,_0x52dc47._0x34f4f1,0x128)+_0x3e9a7e(-_0x52dc47._0x175b48,-0x232,-0x1eb,-_0x52dc47._0x327978)+_0x47f599['port']),console[_0x2d7f7c(0x23a,_0x52dc47._0x279cf8,0x26d,0x22a)]('');function _0x3e9a7e(_0x35f3fc,_0x2b77a6,_0x587e75,_0x170035){return _0x19aa61(_0x587e75- -0x440,_0x2b77a6-_0x220678._0x33413a,_0x587e75-0xc2,_0x35f3fc);}function _0x2d7f7c(_0x1c41c0,_0x3d70ab,_0x41c143,_0x27d20c){return _0x168579(_0x27d20c,_0x3d70ab-0x3c,_0x3d70ab- -0xea,_0x27d20c-0x29);}const _0x5bd96c=_0x54f740||_0x20c40d[_0x2d7f7c(0x163,_0x52dc47._0x20bac8,_0x52dc47._0x393f1d,0x20f)];if(!_0x5bd96c&&_0x47f599['setupPath'])_0xccbb01[_0x2d7f7c(_0x52dc47._0x5af09b,_0x52dc47._0x1c7d3c,_0x52dc47._0x323de4,0x1e6)](_0xccbb01['VhUwg'],_0xccbb01[_0x3e9a7e(-0x241,-_0x52dc47._0x27b0c7,-0x1bc,-_0x52dc47._0x461299)])?(console['log'](_0x2d7f7c(0x256,0x234,_0x52dc47._0x49a541,0x1b6)+_0x3e9a7e(-_0x52dc47._0x21de1d,-0x26c,-0x1d6,-0x1ff)+'h:'),console['log'](_0xccbb01[_0x2d7f7c(_0x52dc47._0x50505d,0x1a0,_0x52dc47._0xed17ea,_0x52dc47._0x146ddd)])):(_0x3796cf[_0x2d7f7c(_0x52dc47._0x4da8c1,0x176,_0x52dc47._0x316543,0xe3)](_0x5860ab,0x785+0x102b*0x1+-0x17b0),_0x1fdba6[_0x2d7f7c(_0x52dc47._0x5406ce,0x1ff,_0x52dc47._0x43afac,_0x52dc47._0x374af2)](_0xccbb01['gQrzh']),_0x26f673[_0x3e9a7e(-0x25e,-0x222,-0x1dd,-_0x52dc47._0x5d5cf8)](_0x1b04f6,_0x3e9a7e(-0x112,-0xe4,-_0x52dc47._0x316216,-0x136)));else{if(!_0x5bd96c){if(_0xccbb01['oiJGp'](_0x2d7f7c(_0x52dc47._0x12f9f9,_0x52dc47._0x43f018,_0x52dc47._0x2f8197,_0x52dc47._0x9e2491),_0xccbb01['XnJlW']))console[_0x3e9a7e(-_0x52dc47._0x1701d1,-0x186,-_0x52dc47._0x43b94f,-0x17a)](_0xccbb01['PmFNL']),console['log'](_0xccbb01[_0x2d7f7c(0x1ab,0x241,0x212,0x2bf)]);else try{const _0x5c5070=_0x257a56[_0x3e9a7e(-0x23c,-0x18b,-0x1d7,-0x1da)](_0x4a9715),_0xb7a95={};_0xb7a95[_0x2d7f7c(0x24d,0x1ba,_0x52dc47._0x43c96f,0x230)]=!![],_0xb7a95[_0x3e9a7e(-0xc9,-0xcb,-0x145,-_0x52dc47._0x32d290)]=_0x5c5070[_0x2d7f7c(_0x52dc47._0xa8d106,0x20e,0x1de,0x216)]||_0x3e9a7e(-_0x52dc47._0x29d3b6,-_0x52dc47._0x5cdb85,-_0x52dc47._0x39d7e4,-0x23d),_0xccbb01[_0x2d7f7c(0x1ef,0x259,_0x52dc47._0x995899,_0x52dc47._0xa5562d)](_0xefea2,_0xb7a95);}catch{const _0x488ce1={};_0x488ce1[_0x2d7f7c(0x125,0x1ba,_0x52dc47._0x449847,_0x52dc47._0x38bbfb)]=!![],_0x488ce1['service']=_0xccbb01[_0x2d7f7c(_0x52dc47._0x2886e7,0x20c,_0x52dc47._0x19d078,0x206)],_0x572beb(_0x488ce1);}}else{if(_0x54f740)_0xccbb01['vNWoj'](_0x3e9a7e(-0x134,-_0x52dc47._0x8ae5b4,-_0x52dc47._0x17b462,-_0x52dc47._0x2e513b),_0xccbb01[_0x3e9a7e(-_0x52dc47._0x3f20bb,-0x1d9,-0x179,-0xe5)])?(console['log'](_0xccbb01[_0x2d7f7c(_0x52dc47._0x5ca023,0x1e2,_0x52dc47._0x14e70d,_0x52dc47._0x43f3a1)]),console['log']('\x20\x20coder-se'+'rver\x20stop')):_0xccbb01[_0x3e9a7e(-_0x52dc47._0x5cb680,-0x164,-0x164,-_0x52dc47._0x27d583)](_0x196baa['code'],_0x3e9a7e(-0x177,-_0x52dc47._0x58f6fe,-_0x52dc47._0x1d8f8f,-0x1d9))?(_0x449615[_0x3e9a7e(-0x192,-0x1e6,-_0x52dc47._0x43b94f,-_0x52dc47._0x483d7c)](_0xccbb01[_0x2d7f7c(0x1bb,_0x52dc47._0x30bd3f,0x28c,0x24f)]),_0x1d7bec[_0x3e9a7e(-_0x52dc47._0x35ff97,-_0x52dc47._0xacc31c,-0x154,-_0x52dc47._0x4ab1b9)](_0xccbb01[_0x3e9a7e(-_0x52dc47._0x4d6708,-0x17a,-_0x52dc47._0x2d46e1,-0x210)])):_0x563c2c[_0x3e9a7e(-_0x52dc47._0x565994,-0x21b,-_0x52dc47._0x42b2a6,-0x1ee)](_0x3e9a7e(-_0x52dc47._0x324117,-_0x52dc47._0x283089,-0x1a8,-_0x52dc47._0x434faa)+_0x2d7f7c(0x2a8,_0x52dc47._0x109e5f,_0x52dc47._0x3ff1fd,0x1f3)+_0x125373[_0x2d7f7c(0x1e4,_0x52dc47._0x474854,_0x52dc47._0x251172,0x154)]);else{if(_0xccbb01[_0x3e9a7e(-_0x52dc47._0x3716f2,-0x9a,-_0x52dc47._0x4c1d71,-0x139)](_0xccbb01['otQvk'],_0xccbb01[_0x2d7f7c(_0x52dc47._0x5bfdd7,_0x52dc47._0x75255e,_0x52dc47._0x441ab9,0x1b5)])){const _0x3a7938={};return _0x3a7938[_0x2d7f7c(_0x52dc47._0x2b973b,_0x52dc47._0x579546,_0x52dc47._0x1a11ac,0x246)]=![],_0x3a7938[_0x2d7f7c(_0x52dc47._0x316543,_0x52dc47._0x2e8019,0x1d1,_0x52dc47._0x1f7b49)]=null,_0x3a7938;}else console['log'](_0xccbb01['iLTPJ']),console[_0x2d7f7c(_0x52dc47._0x109e5f,_0x52dc47._0x279cf8,_0x52dc47._0x58d997,_0x52dc47._0x1a0dd8)](_0xccbb01[_0x2d7f7c(0x221,0x18a,_0x52dc47._0x48fb58,0x11b)]);}}}}export async function showLogs(_0x5b7873){const _0x5a4c54={_0x3fb878:0x1d9,_0x3f13ac:0x274,_0x2b0b2a:0x185,_0x4e2929:0x261,_0x2ac86a:0x2f8,_0x3b6fa3:0x29d,_0x21ce82:0x2e2,_0x259a42:0x236,_0x10b647:0x3b5,_0x59fed8:0x359,_0xb83ef3:0x2c7,_0x25bc38:0x2b4,_0x4f3669:0x2d3,_0x2abb93:0x22a,_0x50c8ad:0x1fe,_0x2f8416:0x23a,_0x7b66f7:0x1a1,_0x32b3c0:0x1e0,_0xf48d59:0x1e5,_0x3c94f:0x14e,_0x2c3c0b:0x21d,_0x3ebbd0:0x280,_0x3b64af:0x271,_0x51dd6b:0x1fd,_0x2952e7:0x207,_0x5eb595:0x112,_0x2851bb:0x12b,_0x555d37:0x15a,_0x313dcd:0x267,_0x1e0876:0x2ac,_0x1d69cf:0x220,_0x1cfd7c:0x301,_0x346ded:0x30e,_0x77398e:0x259,_0x3dbeda:0x11d,_0x11a87d:0x237,_0xd4789d:0x246,_0x50305f:0x236,_0x571c32:0x29b,_0x4db31a:0x37d,_0x27b608:0x277,_0x5d2848:0x1ec,_0x32acb9:0x245,_0x375ce1:0x1da,_0x2f108b:0x1b8,_0x2f5a56:0x241,_0x94d054:0x168,_0x3596a7:0x28c,_0x1f6be4:0x2a6,_0x54bce9:0x14a,_0x586dcb:0x268,_0xbae076:0x250,_0x24f9b4:0x23b,_0x1baf3e:0x2da,_0x427f99:0x2cf,_0x435188:0x2c4,_0x12b31e:0x14d,_0x3b8ebe:0x134,_0x313a24:0xe6,_0x1af4cb:0x19b,_0x3b8667:0x10f,_0x4313ba:0x195,_0x5f2c57:0x149,_0x3532b4:0x2e6,_0x4f4f57:0x314,_0x870bf1:0x32c,_0x20516f:0x1d7,_0x37089f:0x296,_0x19c229:0x1ef,_0x609095:0x27b,_0x28b917:0x2e5,_0xb9cba:0x286,_0x56dc22:0x315,_0x1f73a7:0x2fa,_0x285ba6:0x1e1,_0x5109b:0x1a3,_0x3e547c:0x27c,_0x57d57d:0x310,_0x45bf79:0x297,_0x427bb3:0x303,_0x467b77:0x2a8,_0x50880b:0x20c,_0x1fe8be:0x176,_0x425aa8:0x131,_0x40bf80:0xe5,_0x42d7eb:0x10a,_0x2b3b61:0x306,_0x303484:0x132,_0x3b1322:0x137,_0x2608f3:0x18d,_0x32eff7:0x125,_0x5f0beb:0x98,_0x21a842:0xc6,_0x5cda00:0x26e,_0x4480a2:0x308,_0x50d911:0x322,_0x5ce0c2:0xb4,_0x3795d6:0x19e,_0x5f21a5:0xeb,_0x9303c2:0xc4,_0x461193:0xeb,_0x2ed151:0x121,_0x528fc8:0x351,_0x2acea3:0x1ac,_0x34ca7c:0x2c7,_0x7cbb0c:0x2dd,_0x1c0cdd:0x26b,_0x34040d:0x1a5,_0x4ad4ff:0x132,_0x19b9b2:0x2bb,_0x20b4ff:0x2cf,_0x2a42dd:0x266,_0x1fa7d6:0x299,_0x9fb1e8:0x271,_0x3bef40:0x279,_0x35c13a:0x357,_0x1401eb:0x177,_0x3050f9:0x1d1,_0x46ce97:0x2f5,_0x287210:0xc6,_0x411ddd:0x90,_0x38f1c8:0xe2,_0x2ba463:0x127,_0x3079d6:0x73,_0x2e00f3:0x66,_0x578fff:0x248,_0x3ce495:0x304,_0x328dd5:0xfa,_0x2d0016:0x6f,_0x583ca7:0x107,_0x1f6546:0xff},_0xf642df={_0xa12384:0x128,_0x5544c4:0x167,_0x26fa89:0x2b9},_0x1c5e97={_0x5c1b19:0x1bf,_0x13f288:0x246,_0x32c8be:0x4b3,_0x172d39:0x4b5,_0x39ee99:0x46e,_0x3b4657:0x4f5,_0x5d09c7:0x51e,_0x4eca86:0xcd,_0x39d03c:0x424,_0x2d644d:0x1fc,_0x24851c:0x22d,_0x1072c2:0x1a7,_0x5023c9:0x1e9,_0x17c0a3:0x4b4,_0x4929d7:0x481,_0x1386e3:0x180,_0x8bb5a5:0x1d7,_0x1844f6:0x210,_0x554b07:0x4c6,_0x3f0d5f:0x1d6,_0x23d705:0x244,_0x4ade4d:0x1ca,_0x2acfc9:0x183,_0x3b446a:0x1d3,_0x5aad10:0x453,_0x4fc80f:0x35e,_0x4e71c1:0x3d4,_0x1be9f3:0x3c3,_0x90baff:0x378,_0x1e7eeb:0x316,_0x1509a5:0x3a6,_0x4ed1b9:0x3f8,_0x1877a7:0x442,_0x25ae61:0x3d4,_0x2e9cae:0x42b,_0x3b0b58:0x3f5,_0x545cf6:0x3b5,_0x191905:0x3c9,_0x5b4c5c:0xda,_0x512064:0x13f,_0x1fdff:0xfa,_0x5a045c:0x1bf,_0x10d7f7:0x131},_0x4618d6={_0x2ba3f9:0x7e},_0x2dfb13={_0x1fbaa8:0x135},_0x293815={_0x12734d:0x1df,_0x59cd96:0xe1},_0x36a4ab={'rXyop':'No\x20log\x20fil'+_0x232e1e(-_0x5a4c54._0x3fb878,-_0x5a4c54._0x3f13ac,-_0x5a4c54._0x2b0b2a,-0x1f1),'eyNjl':_0x44baea(0x2f6,_0x5a4c54._0x4e2929,_0x5a4c54._0x2ac86a,0x35c)+_0x44baea(0x289,_0x5a4c54._0x3b6fa3,_0x5a4c54._0x21ce82,_0x5a4c54._0x259a42)+_0x44baea(0x341,0x2d6,_0x5a4c54._0x10b647,_0x5a4c54._0x59fed8)+_0x44baea(_0x5a4c54._0xb83ef3,0x2b2,_0x5a4c54._0x25bc38,_0x5a4c54._0x4f3669)+_0x44baea(0x28b,_0x5a4c54._0x2abb93,_0x5a4c54._0x50c8ad,0x223)+_0x44baea(0x252,0x213,0x25c,_0x5a4c54._0x2f8416)+_0x232e1e(-_0x5a4c54._0x7b66f7,-0x23b,-_0x5a4c54._0x32b3c0,-_0x5a4c54._0xf48d59),'AwXeH':_0x44baea(0x26b,0x2c4,0x239,0x2c2),'gaBxc':'end','yCiMt':'qXauO','XQYlT':function(_0x78900,_0x49dca1){return _0x78900>_0x49dca1;},'ZDzLh':function(_0x3dbf09,_0x46ec9f){return _0x3dbf09===_0x46ec9f;},'mHHwO':_0x232e1e(-0x1d5,-_0x5a4c54._0x3c94f,-_0x5a4c54._0x2c3c0b,-0x231),'zaPwU':_0x44baea(_0x5a4c54._0x3ebbd0,0x2d2,0x2e3,_0x5a4c54._0x3b64af),'GZXuK':function(_0x54e2d5,_0x535228){return _0x54e2d5(_0x535228);},'dJZTz':'true','QMtub':'Start\x20the\x20'+'server\x20wit'+'h:','SoGYl':'QlBcS','mndSr':function(_0x367378,_0x2c19ba){return _0x367378===_0x2c19ba;},'qafWQ':_0x232e1e(-_0x5a4c54._0x51dd6b,-_0x5a4c54._0x2952e7,-0x216,-0x1f8),'hPbrr':function(_0xd89397,_0x154049){return _0xd89397===_0x154049;},'oicuu':'--tail=','ulqeQ':'cHLCr','fpFHl':'\x0a---\x20Follo'+_0x232e1e(-_0x5a4c54._0x5eb595,-0xa1,-0x96,-0x79)+'(Ctrl+C\x20to'+_0x232e1e(-_0x5a4c54._0x2851bb,-0x95,-_0x5a4c54._0x555d37,-0xf9)+'\x0a','qXRxc':function(_0x42d870,_0xa24ff9,_0x5b3790){return _0x42d870(_0xa24ff9,_0x5b3790);},'FLqCn':'SIGINT','diSdA':_0x232e1e(-0x207,-0x22c,-0x1e6,-_0x5a4c54._0x313dcd),'NZdvw':function(_0x3af141,_0x12c28){return _0x3af141!==_0x12c28;},'QKvwa':_0x44baea(_0x5a4c54._0x1e0876,_0x5a4c54._0x1d69cf,_0x5a4c54._0x1cfd7c,0x2ce),'yjKcu':function(_0x2714e8,_0x25c124){return _0x2714e8!==_0x25c124;}};let _0x3aa66=![];function _0x44baea(_0x1e1395,_0x3056c0,_0x57c88f,_0xb6425d){return _0x168579(_0xb6425d,_0x3056c0-_0x293815._0x12734d,_0x1e1395- -0x3,_0xb6425d-_0x293815._0x59cd96);}function _0x232e1e(_0x51c67e,_0x102467,_0x57f6ef,_0x50b7e1){return _0x19aa61(_0x51c67e- -0x436,_0x102467-0x1,_0x57f6ef-_0x2dfb13._0x1fbaa8,_0x57f6ef);}let _0x332405=null;for(const _0x32d006 of _0x5b7873){if(_0x36a4ab['ZDzLh'](_0x44baea(0x277,0x2cc,_0x5a4c54._0x346ded,_0x5a4c54._0x77398e),_0x36a4ab[_0x232e1e(-0xe4,-_0x5a4c54._0x3dbeda,-0xe9,-0x90)])){if(_0x36a4ab[_0x232e1e(-0x125,-0x1ac,-0x8c,-0x154)](_0x32d006,_0x36a4ab[_0x44baea(_0x5a4c54._0x11a87d,_0x5a4c54._0xd4789d,_0x5a4c54._0x50305f,_0x5a4c54._0x571c32)])||_0x36a4ab[_0x44baea(0x326,0x394,0x341,_0x5a4c54._0x4db31a)](_0x32d006,'-f'))_0x3aa66=!![];else _0x32d006[_0x232e1e(-0x1e0,-0x1f6,-_0x5a4c54._0x27b608,-0x22a)](_0x36a4ab[_0x232e1e(-_0x5a4c54._0x5d2848,-_0x5a4c54._0x32acb9,-_0x5a4c54._0x375ce1,-0x1e4)])&&(_0x332405=parseInt(_0x32d006['substring'](_0x36a4ab[_0x232e1e(-0x1ec,-_0x5a4c54._0x2f108b,-_0x5a4c54._0x2f5a56,-_0x5a4c54._0x94d054)]['length']),0xd54*-0x2+0x1693+0x41f));}else _0x3a193b['log'](_0x36a4ab[_0x44baea(_0x5a4c54._0x3596a7,0x2c0,_0x5a4c54._0x1f6be4,0x235)]),_0x59166b[_0x232e1e(-_0x5a4c54._0x54bce9,-0x187,-0xf9,-0x118)](_0x36a4ab[_0x44baea(_0x5a4c54._0x586dcb,0x1d7,_0x5a4c54._0xbae076,_0x5a4c54._0x24f9b4)]);}try{const _0x53d46c=await _0x34a2fa[_0x44baea(_0x5a4c54._0x1baf3e,_0x5a4c54._0x427f99,_0x5a4c54._0x435188,0x361)](LOG_FILE,'utf-8'),_0x538e4b=_0x53d46c[_0x232e1e(-0xf6,-0x161,-0x130,-0xe8)]('\x0a');_0x332405?console['log'](_0x538e4b['slice'](-_0x332405)['join']('\x0a')):_0x36a4ab[_0x232e1e(-_0x5a4c54._0x12b31e,-_0x5a4c54._0x3b8ebe,-_0x5a4c54._0x313a24,-_0x5a4c54._0x1af4cb)](_0x36a4ab[_0x232e1e(-0x136,-0x196,-0x159,-0x137)],_0x36a4ab['ulqeQ'])?console[_0x232e1e(-0x14a,-_0x5a4c54._0x3b8667,-_0x5a4c54._0x4313ba,-_0x5a4c54._0x5f2c57)](_0x53d46c):(_0x45bf92[_0x44baea(_0x5a4c54._0x3532b4,0x323,_0x5a4c54._0x4f4f57,_0x5a4c54._0x870bf1)]('\x20\x20Status:\x20'+_0x232e1e(-0x1fa,-0x213,-0x1d0,-_0x5a4c54._0x20516f)+_0x44baea(0x242,_0x5a4c54._0x37089f,_0x5a4c54._0x19c229,_0x5a4c54._0x609095)+'ground)'),_0x31decd[_0x232e1e(-0x14a,-0x1a3,-_0x5a4c54._0x54bce9,-0x10b)](_0x44baea(_0x5a4c54._0x28b917,_0x5a4c54._0xb9cba,_0x5a4c54._0x56dc22,_0x5a4c54._0x1f73a7)+_0x232e1e(-_0x5a4c54._0x285ba6,-0x1bf,-0x1c4,-_0x5a4c54._0x5109b)+_0x123201[_0x44baea(0x2cd,_0x5a4c54._0x3e547c,0x233,_0x5a4c54._0x57d57d)]));if(_0x3aa66){console[_0x44baea(_0x5a4c54._0x3532b4,_0x5a4c54._0x45bf79,_0x5a4c54._0x427bb3,_0x5a4c54._0x467b77)](_0x36a4ab[_0x232e1e(-0x1d6,-_0x5a4c54._0x50880b,-0x252,-_0x5a4c54._0x1fe8be)]);let _0x2a9191=(await _0x34a2fa['stat'](LOG_FILE))[_0x232e1e(-_0x5a4c54._0x425aa8,-_0x5a4c54._0x40bf80,-_0x5a4c54._0x42d7eb,-0xae)];const _0x243b29=_0x36a4ab[_0x44baea(0x334,0x3a7,_0x5a4c54._0x2b3b61,0x2cf)](setInterval,async()=>{const _0x115c36={_0x3e2599:0xd8,_0x258597:0x22,_0x352d70:0xe7,_0x56b88a:0x155,_0x5f0675:0xb0,_0x5e90a5:0x102,_0x576dbe:0xf4,_0x557aa0:0x99,_0xa18bb:0xca,_0x10b6cc:0x13b,_0x2c8bc5:0x137,_0x2230e9:0xa4},_0x71ec06={_0x5b198e:0x176,_0x5e85b9:0x132};function _0x3e0921(_0x3e94d1,_0x2a30ce,_0x44315f,_0x5284d5){return _0x44baea(_0x3e94d1- -0x463,_0x2a30ce-_0x4618d6._0x2ba3f9,_0x44315f-0x1ea,_0x5284d5);}const _0x5c1092={};_0x5c1092[_0x3e0921(-_0x1c5e97._0x5c1b19,-_0x1c5e97._0x13f288,-0x1d1,-0x19b)]=_0x36a4ab[_0x2066e2(_0x1c5e97._0x32c8be,_0x1c5e97._0x172d39,_0x1c5e97._0x39ee99,0x427)],_0x5c1092[_0x2066e2(0x558,_0x1c5e97._0x3b4657,_0x1c5e97._0x5d09c7,0x4cc)]=_0x3e0921(-0x13a,-_0x1c5e97._0x4eca86,-0x139,-0x15a);function _0x2066e2(_0x155658,_0x45a752,_0x8b4324,_0x4c3101){return _0x44baea(_0x4c3101-_0x71ec06._0x5b198e,_0x45a752-_0x71ec06._0x5e85b9,_0x8b4324-0x140,_0x155658);}_0x5c1092[_0x2066e2(0x446,0x39b,0x434,_0x1c5e97._0x39d03c)]=_0x36a4ab[_0x3e0921(-_0x1c5e97._0x2d644d,-0x176,-0x16c,-_0x1c5e97._0x24851c)];const _0x5bf093=_0x5c1092;if(_0x36a4ab[_0x3e0921(-_0x1c5e97._0x1072c2,-0x1e3,-_0x1c5e97._0x5023c9,-0x23d)]!==_0x2066e2(0x4e9,_0x1c5e97._0x17c0a3,0x412,0x472))try{const _0x2a6d29=(await _0x34a2fa[_0x2066e2(0x364,0x418,0x3a3,0x3b4)](LOG_FILE))['size'];if(_0x36a4ab[_0x2066e2(0x3c1,_0x1c5e97._0x4929d7,0x406,0x3ea)](_0x2a6d29,_0x2a9191)){if(_0x36a4ab[_0x3e0921(-_0x1c5e97._0x1386e3,-0x178,-_0x1c5e97._0x8bb5a5,-_0x1c5e97._0x1844f6)](_0x2066e2(0x52c,0x534,0x46a,_0x1c5e97._0x554b07),_0x36a4ab[_0x3e0921(-_0x1c5e97._0x3f0d5f,-0x218,-_0x1c5e97._0x23d705,-_0x1c5e97._0x4ade4d)]))_0x5ebf51['error'](_0x3e0921(-_0x1c5e97._0x2acfc9,-0x11b,-0x206,-_0x1c5e97._0x3b446a)+'ping\x20serve'+_0x2066e2(0x44c,0x3c6,0x465,_0x1c5e97._0x5aad10)+_0x16f83b[_0x2066e2(0x452,_0x1c5e97._0x4fc80f,0x392,_0x1c5e97._0x4e71c1)]),_0x409155[_0x2066e2(_0x1c5e97._0x1be9f3,_0x1c5e97._0x90baff,_0x1c5e97._0x1e7eeb,_0x1c5e97._0x1509a5)](0x2433+-0x1*-0x1edd+-0x430f);else{const _0x42c26d=await _0x34a2fa['open'](LOG_FILE,'r'),_0x58c60e=Buffer[_0x2066e2(_0x1c5e97._0x4ed1b9,_0x1c5e97._0x1877a7,_0x1c5e97._0x25ae61,_0x1c5e97._0x2e9cae)](_0x2a6d29-_0x2a9191);await _0x42c26d['read'](_0x58c60e,-0x3*0x686+0xbf2+0x7a0,_0x58c60e['length'],_0x2a9191),await _0x42c26d[_0x2066e2(_0x1c5e97._0x3b0b58,_0x1c5e97._0x545cf6,0x34c,_0x1c5e97._0x191905)](),process[_0x3e0921(-0x141,-0x102,-_0x1c5e97._0x5b4c5c,-_0x1c5e97._0x512064)][_0x3e0921(-0x150,-0xd4,-0xf4,-_0x1c5e97._0x1fdff)](_0x58c60e['toString'](_0x36a4ab['zaPwU'])),_0x2a9191=_0x2a6d29;}}}catch(_0x3a72dc){clearInterval(_0x243b29);}else{const _0x13b2e9={_0x42e7fa:0x1ec,_0x208ce5:0xe0,_0x694115:0x3a1},_0x3b9ac1={'EybnI':_0x5bf093[_0x3e0921(-_0x1c5e97._0x5a045c,-0x1ee,-0x22a,-_0x1c5e97._0x10d7f7)],'UWeKG':function(_0x38b2a,_0x865c87){return _0x38b2a(_0x865c87);}};let _0x3f3ff8='';_0x494d9e['on'](_0x5bf093['bvhSD'],_0x3405ec=>_0x3f3ff8+=_0x3405ec),_0x4f9c5b['on'](_0x5bf093['OZFOe'],()=>{function _0x1a2144(_0x2e61d1,_0x2046c2,_0x25cb63,_0x5dc17a){return _0x2066e2(_0x2046c2,_0x2046c2-0x4e,_0x25cb63-0x44,_0x5dc17a- -0x377);}function _0x14a900(_0x929ae5,_0xc4a37,_0x1d326c,_0x3aa71e){return _0x2066e2(_0x1d326c,_0xc4a37-_0x13b2e9._0x42e7fa,_0x1d326c-_0x13b2e9._0x208ce5,_0xc4a37- -_0x13b2e9._0x694115);}try{const _0x2f0a4d=_0x40d2ef['parse'](_0x3f3ff8),_0x131253={};_0x131253[_0x1a2144(_0x115c36._0x3e2599,_0x115c36._0x258597,_0x115c36._0x352d70,0xa0)]=!![],_0x131253[_0x1a2144(_0x115c36._0x56b88a,_0x115c36._0x5f0675,_0x115c36._0x5e90a5,_0x115c36._0x576dbe)]=_0x2f0a4d[_0x14a900(_0x115c36._0x557aa0,_0x115c36._0xa18bb,0xc6,0x158)]||_0x3b9ac1['EybnI'],_0x113050(_0x131253);}catch{_0x3b9ac1[_0x1a2144(0x10c,0x3f,0x7a,0x7e)](_0x21e8d2,{'responding':!![],'service':_0x3b9ac1[_0x1a2144(_0x115c36._0x10b6cc,0x17,_0x115c36._0x2c8bc5,_0x115c36._0x2230e9)]});}});}},0x2676+-0xad5+-0x19ad);process['on'](_0x36a4ab[_0x232e1e(-0x148,-_0x5a4c54._0x303484,-_0x5a4c54._0x3b1322,-_0x5a4c54._0x2608f3)],()=>{const _0x55c375={_0x1d23b7:0x461,_0x11c2a5:0x152};_0x36a4ab[_0x1527ad(-_0xf642df._0xa12384,-_0xf642df._0x5544c4,-0x98,-0x130)](clearInterval,_0x243b29);function _0x1527ad(_0x3c7547,_0x37697e,_0x4bac5d,_0x2a268b){return _0x44baea(_0x3c7547- -_0x55c375._0x1d23b7,_0x37697e-0x1ce,_0x4bac5d-_0x55c375._0x11c2a5,_0x4bac5d);}function _0x2185f6(_0x49a7ea,_0x5a6d63,_0xe0609e,_0x197606){return _0x44baea(_0x49a7ea-0x1b0,_0x5a6d63-0x196,_0xe0609e-0x3e,_0x5a6d63);}process[_0x1527ad(-0x231,-0x21a,-0x220,-_0xf642df._0x26fa89)](-0xeaf+0x42*-0x54+0x7*0x531);});}}catch(_0x36bce7){_0x36a4ab[_0x232e1e(-_0x5a4c54._0x32eff7,-_0x5a4c54._0x5f0beb,-_0x5a4c54._0x21a842,-0x195)](_0x36bce7[_0x44baea(0x2be,_0x5a4c54._0x5cda00,_0x5a4c54._0x4480a2,_0x5a4c54._0x50d911)],_0x36a4ab[_0x232e1e(-0x117,-_0x5a4c54._0x5ce0c2,-_0x5a4c54._0x3b1322,-_0x5a4c54._0x3795d6)])?_0x36a4ab[_0x232e1e(-0xf4,-_0x5a4c54._0x5f21a5,-_0x5a4c54._0x9303c2,-0xa3)](_0x232e1e(-_0x5a4c54._0x461193,-0x17f,-_0x5a4c54._0x2ed151,-0xf2),_0x36a4ab[_0x44baea(0x2c8,0x34e,_0x5a4c54._0x528fc8,0x307)])?(console[_0x232e1e(-_0x5a4c54._0x54bce9,-0x1d9,-0x190,-_0x5a4c54._0x2acea3)](_0x36a4ab['rXyop']),console['log']('Server\x20may'+'\x20not\x20have\x20'+'been\x20start'+_0x44baea(_0x5a4c54._0x34ca7c,_0x5a4c54._0x7cbb0c,0x2ce,_0x5a4c54._0x1c0cdd)+_0x232e1e(-_0x5a4c54._0x34040d,-0x1d8,-0x125,-_0x5a4c54._0x4ad4ff)+'d\x20in\x20foreg'+_0x44baea(0x28f,0x221,_0x5a4c54._0x19b9b2,0x2c8))):_0x108381[_0x44baea(_0x5a4c54._0x20b4ff,0x26b,_0x5a4c54._0x2a42dd,_0x5a4c54._0x1fa7d6)+'Y']=_0x36a4ab[_0x44baea(0x2c5,_0x5a4c54._0x9fb1e8,_0x5a4c54._0x3bef40,_0x5a4c54._0x35c13a)]:_0x36a4ab['yjKcu'](_0x44baea(0x300,0x310,0x26b,0x365),'bqXNd')?(_0x1f47f8[_0x232e1e(-0x14a,-_0x5a4c54._0x1401eb,-0x1a3,-_0x5a4c54._0x3050f9)](_0x36a4ab[_0x232e1e(-0x141,-0x168,-0xd9,-0x18d)]),_0x5da213[_0x44baea(0x2e6,0x2dd,_0x5a4c54._0x46ce97,0x356)](_0x232e1e(-0xee,-0x14d,-_0x5a4c54._0x287210,-_0x5a4c54._0x411ddd)+_0x232e1e(-_0x5a4c54._0x38f1c8,-_0x5a4c54._0x2ba463,-_0x5a4c54._0x3079d6,-_0x5a4c54._0x2e00f3))):console['error'](_0x44baea(0x292,_0x5a4c54._0x578fff,0x2fa,_0x5a4c54._0x3ce495)+_0x232e1e(-_0x5a4c54._0x328dd5,-_0x5a4c54._0x2d0016,-_0x5a4c54._0x583ca7,-_0x5a4c54._0x1f6546)+_0x36bce7['message']);}}export async function restartServer(_0x6851d1){const _0x1621cc={_0x7ca4d1:0x2b1,_0x1504dc:0x204,_0x4c6106:0x1f6,_0x2c3863:0x430,_0x4682fc:0x444,_0x4abbb2:0x4ff,_0xa8ce44:0x22e,_0x42ca2d:0x298,_0x59a375:0x32f,_0x19accb:0x343},_0x5bebef={_0x5982b6:0x51},_0x4b5d9e={_0x406e7c:0x182},_0x31dc2c={'RXEYi':_0xfe2d00(_0x1621cc._0x7ca4d1,_0x1621cc._0x1504dc,0x28b,_0x1621cc._0x4c6106)+'erver...','eEYdz':'Starting\x20s'+_0x571ad2(_0x1621cc._0x2c3863,0x3ac,_0x1621cc._0x4682fc,0x427),'bOcEY':function(_0xb9b2ba,_0x5ea92b){return _0xb9b2ba(_0x5ea92b);}},{running:_0x2541e2}=await isServerRunning();function _0x571ad2(_0x273f0e,_0x2ba398,_0x30a0a0,_0x34b3f1){return _0x168579(_0x2ba398,_0x2ba398-0x80,_0x34b3f1-_0x4b5d9e._0x406e7c,_0x34b3f1-0x15f);}_0x2541e2&&(console[_0x571ad2(0x46c,0x4a4,_0x1621cc._0x4abbb2,0x46b)](_0x31dc2c['RXEYi']),await stopServer(),console[_0xfe2d00(0x321,_0x1621cc._0xa8ce44,_0x1621cc._0x42ca2d,_0x1621cc._0x59a375)](''));console['log'](_0x31dc2c[_0xfe2d00(0x2de,0x327,0x2ad,_0x1621cc._0x19accb)]);function _0xfe2d00(_0x1c0e40,_0x12244c,_0x5d5c73,_0xa5e8d5){return _0x168579(_0xa5e8d5,_0x12244c-0xec,_0x5d5c73- -_0x5bebef._0x5982b6,_0xa5e8d5-0x19a);}await _0x31dc2c[_0xfe2d00(0x2b6,0x2bd,0x296,0x1fd)](startDaemon,_0x6851d1);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x3acbe8,_0x17c8d4){const _0x4b2cf3={_0x48ee09:0x6c,_0x1dc5c0:0x73,_0x2e2c90:0x8f,_0x2e20e5:0x7f,_0x2049e6:0x62,_0x23d8f5:0x94,_0x44e93f:0xa6,_0x3f8e6e:0x8e,_0x37af63:0xa8,_0x2be131:0x9a,_0xe8f25c:0x99,_0x52ef74:0x9f,_0x10d6bc:0x3f,_0x54b020:0x6e,_0x3c2439:0x84,_0x543bf9:0x60,_0x3d36c6:0x91,_0x5b9511:0x62,_0x263708:0x78,_0x312771:0x54,_0x1c6740:0x5f,_0x507a62:0x3c,_0x255122:0x6a};function _0x53a326(_0x2893b2,_0x44266d,_0x18a3ce,_0xd5e406){return _0x5c38(_0x44266d- -0x1f6,_0x2893b2);}const _0x2425aa=_0x3acbe8();function _0x4db485(_0x4d9564,_0x12ae6e,_0x2bf31e,_0x215aeb){return _0x5c38(_0x215aeb- -0xf5,_0x2bf31e);}while(!![]){try{const _0x220d7a=parseInt(_0x53a326(-_0x4b2cf3._0x48ee09,-_0x4b2cf3._0x1dc5c0,-_0x4b2cf3._0x2e2c90,-_0x4b2cf3._0x2e20e5))/(-0x1893*-0x1+0x3*-0x91d+0x2c5)+-parseInt(_0x4db485(0x4a,_0x4b2cf3._0x2049e6,0x44,0x65))/(0xa3*0x7+-0x9c9*-0x3+-0x21ce)+-parseInt(_0x4db485(_0x4b2cf3._0x23d8f5,_0x4b2cf3._0x44e93f,0x63,0x85))/(-0xa9a+-0x23*-0x85+-0x792*0x1)*(-parseInt(_0x53a326(-0x6c,-_0x4b2cf3._0x3f8e6e,-0x8c,-_0x4b2cf3._0x37af63))/(0x10ea+0x4*0x16f+0x2*-0xb51))+parseInt(_0x4db485(0x8d,_0x4b2cf3._0x2be131,0xb2,_0x4b2cf3._0xe8f25c))/(0x92*-0x8+-0x7*-0x37c+-0x1*0x13cf)*(-parseInt(_0x53a326(-0xbe,-0x9d,-_0x4b2cf3._0x52ef74,-0xb9))/(0x86e+0x1827+0x208f*-0x1))+-parseInt(_0x4db485(_0x4b2cf3._0x10d6bc,_0x4b2cf3._0x54b020,_0x4b2cf3._0x3c2439,_0x4b2cf3._0x543bf9))/(-0x2218+0xd50+0x14cf)*(parseInt(_0x4db485(0x80,0x59,0x5e,0x5d))/(0x13ed+-0x1d90+0x9ab))+-parseInt(_0x4db485(_0x4b2cf3._0x3d36c6,_0x4b2cf3._0x5b9511,_0x4b2cf3._0x263708,0x74))/(-0xc73*-0x1+0xbad*-0x3+-0x33b*-0x7)+-parseInt(_0x4db485(_0x4b2cf3._0x312771,0x7e,0x75,_0x4b2cf3._0x1c6740))/(0xdee*-0x1+0x1*-0x159d+0x2395)*(-parseInt(_0x4db485(_0x4b2cf3._0x507a62,_0x4b2cf3._0x263708,_0x4b2cf3._0x255122,0x66))/(0x25eb+-0x657+-0x1f89));if(_0x220d7a===_0x17c8d4)break;else _0x2425aa['push'](_0x2425aa['shift']());}catch(_0x2fd6d8){_0x2425aa['push'](_0x2425aa['shift']());}}}(_0xe3ee,-0x2691*-0x2+0xc3bef+0x1*0x1a37d));import _0x4c501c from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x92f045,_0x4cb39b=![]){const _0x4dc304={_0x13cdd4:0x1c4,_0x3cfaf4:0x1de,_0x389968:0x1d8,_0x51ba8e:0x1bc,_0x4a5738:0x1a1,_0x2ebdf8:0x1ee,_0x60a470:0xc,_0x5e0fe2:0x1dd,_0xeadbb4:0x1ea},_0x56f8d8={_0x55a472:0x1d,_0xf02dfa:0x37,_0x465e94:0x2e,_0x401481:0x27,_0x115fb3:0x18,_0xefbb51:0x12,_0x5b23a3:0x118,_0x38789e:0x11,_0x594016:0x1e,_0x1b5e73:0x117,_0x564ea5:0x102,_0x383d19:0xf7,_0x1dbd04:0x1d,_0x4ad202:0x3f,_0x5d3c0e:0x8,_0x243743:0x9,_0x2587bd:0x1f,_0x3f0c61:0x111,_0x2599d0:0x12,_0x367681:0xf,_0x460167:0x164,_0x3b4300:0x158,_0x5e4bc0:0x157,_0x26c662:0x11a,_0x13d778:0x140,_0x1414ca:0x14f,_0x25d5f7:0x149,_0x3d30bd:0x127,_0x33818e:0x12a,_0x388dbf:0x12a,_0x13e185:0x144},_0x34e04a={_0x422543:0xad,_0x5d6664:0xb5},_0x2f6265={_0x942057:0x294},_0x457f77={_0x37399c:0x71},_0x5111eb={_0x230f8e:0x16a},_0x14ef03={'QhwZE':'YfxEu','EXFRX':_0x48d7e6(_0x4dc304._0x13cdd4,0x1b8,0x1c5,0x199),'glExj':function(_0x88e2f2){return _0x88e2f2();},'lzRDb':_0x48d7e6(0x1fc,_0x4dc304._0x3cfaf4,0x1ce,0x1f3)+_0x48d7e6(_0x4dc304._0x389968,_0x4dc304._0x51ba8e,0x1d8,0x1b4)+_0x48d7e6(0x18f,0x1b0,_0x4dc304._0x389968,_0x4dc304._0x4a5738)+'st\x208\x20chara'+_0x48d7e6(_0x4dc304._0x2ebdf8,0x1ce,0x1bf,0x1ad),'cdbtd':'--username'+'=','QSsjD':_0x31798f(-0xa,-0x1,_0x4dc304._0x60a470,0x16)+'=','vMlqP':function(_0x134d5d,_0x54fb40){return _0x134d5d===_0x54fb40;},'fnFvN':_0x48d7e6(0x1c5,_0x4dc304._0x5e0fe2,0x1bb,0x1b7),'vFgIo':function(_0xb76387,_0x15498c){return _0xb76387(_0x15498c);},'ZCYhR':function(_0x57b7f2,_0x2827fd){return _0x57b7f2===_0x2827fd;},'srfwB':_0x48d7e6(0x1da,0x1c7,0x1cd,_0x4dc304._0xeadbb4)};function _0x31798f(_0x55ede0,_0xe842af,_0x517e60,_0x212887){return _0x5c38(_0x55ede0- -_0x5111eb._0x230f8e,_0x517e60);}function _0x48d7e6(_0x41f3ea,_0x27a16e,_0x3e7591,_0x5240de){return _0x5c38(_0x27a16e-_0x457f77._0x37399c,_0x41f3ea);}return new Promise(_0x28f132=>{const _0x1d6d3d={_0x501a1e:0x21,_0x595d27:0x28},_0xf0cc5e={_0x4f17ec:0x277,_0x1e2e20:0x273,_0x4ea7d6:0x265,_0x55ee4d:0x22e,_0x3ea8ce:0x229,_0x39ff99:0x26a,_0x19c3fb:0x271,_0x20f589:0x254,_0x626f0c:0x28e,_0x3b14f7:0x289,_0x27c3e4:0x28d,_0x78d939:0x25f,_0xbf0dce:0x28b,_0x13ff21:0x284},_0x2630fb={_0x192ee0:0x55},_0x2e43a7={_0x9293d6:0x224,_0x305de7:0x1cf,_0x177165:0x1d5,_0x1f4758:0x2c,_0x4892a3:0x23},_0x5c90e4={_0x283962:0xd2,_0x1518ee:0x102},_0x2ba5f0={_0x3eee53:0x14c,_0x1aade3:0x15e,_0x373ecd:0x14a},_0x340d64={_0x501cfd:0x1,_0x29fe2a:0xb0,_0x26a2fb:0x2b};function _0x2c732c(_0x25b50d,_0x29497b,_0x57d9b3,_0xbe7cfd){return _0x31798f(_0xbe7cfd-_0x340d64._0x501cfd,_0x29497b-_0x340d64._0x29fe2a,_0x57d9b3,_0xbe7cfd-_0x340d64._0x26a2fb);}const _0x234e84={'oXpZA':_0x14ef03['cdbtd'],'vEZEU':_0x14ef03['QSsjD'],'UlIjk':function(_0x4f88f0,_0x246080){function _0x2e48d3(_0x43be80,_0x52af8e,_0x58ac1e,_0x1943c9){return _0x5c38(_0x52af8e-0x130,_0x43be80);}return _0x14ef03[_0x2e48d3(_0x2f6265._0x942057,0x2bd,0x2b1,0x2b5)](_0x4f88f0,_0x246080);},'UFGfX':_0x14ef03[_0x2c732c(_0x56f8d8._0x55a472,0x5,_0x56f8d8._0xf02dfa,0x26)],'xlgoZ':function(_0x331823,_0x418941){const _0x2df5b6={_0x467d5d:0x98,_0x2c69f9:0x15b};function _0x34c301(_0x24a878,_0x4af48c,_0x3efa67,_0x30e936){return _0x2c732c(_0x24a878-_0x2df5b6._0x467d5d,_0x4af48c-0x11f,_0x24a878,_0x30e936-_0x2df5b6._0x2c69f9);}return _0x14ef03[_0x34c301(_0x2ba5f0._0x3eee53,_0x2ba5f0._0x1aade3,_0x2ba5f0._0x373ecd,0x172)](_0x331823,_0x418941);}};function _0x4d81a3(_0x398cbe,_0x2bc567,_0x3859e3,_0x394cf5){return _0x48d7e6(_0x3859e3,_0x398cbe- -_0x34e04a._0x422543,_0x3859e3-0x33,_0x394cf5-_0x34e04a._0x5d6664);}if(_0x14ef03[_0x2c732c(-_0x56f8d8._0x465e94,-_0x56f8d8._0x401481,-0x18,-0x21)](_0x14ef03[_0x2c732c(0x12,0x7,-_0x56f8d8._0x115fb3,-_0x56f8d8._0xefbb51)],_0x14ef03['srfwB'])){if(_0x4cb39b){const _0x53d530=new Writable({'write':(_0xdc52a8,_0x4a411a,_0x1742a7)=>{function _0x4394e9(_0x2ca32d,_0x5d1b50,_0x29d6de,_0x393b55){return _0x4d81a3(_0x29d6de-_0x5c90e4._0x283962,_0x5d1b50-0x120,_0x393b55,_0x393b55-_0x5c90e4._0x1518ee);}function _0x5345da(_0x174108,_0x48affd,_0x5d3404,_0x4adaf2){return _0x4d81a3(_0x48affd- -0x141,_0x48affd-0x130,_0x174108,_0x4adaf2-0x130);}const _0x24da68={'SemVe':function(_0x48f23b,_0xbda43a){return _0x48f23b(_0xbda43a);}};_0x14ef03[_0x4394e9(_0x2e43a7._0x9293d6,0x204,0x20b,0x223)]!==_0x14ef03[_0x4394e9(_0x2e43a7._0x305de7,_0x2e43a7._0x177165,0x1f5,0x1d4)]?_0x14ef03['glExj'](_0x1742a7):(_0x1adb95['close'](),_0x30516c[_0x5345da(-0x4e,-_0x2e43a7._0x1f4758,-_0x2e43a7._0x4892a3,-0x45)](''),_0x24da68['SemVe'](_0x3c2567,_0x2ab3a5));}}),_0xb64cd6={};_0xb64cd6[_0x4d81a3(0x120,_0x56f8d8._0x5b23a3,0xfe,0x11e)]=process['stdin'],_0xb64cd6['output']=_0x53d530,_0xb64cd6[_0x2c732c(0x18,_0x56f8d8._0x38789e,0x47,_0x56f8d8._0x594016)]=!![];const _0x23da1c=_0x4c501c[_0x4d81a3(_0x56f8d8._0x1b5e73,0x103,0xf6,0x116)+_0x4d81a3(0x105,_0x56f8d8._0x564ea5,0xf0,_0x56f8d8._0x383d19)](_0xb64cd6);process[_0x2c732c(_0x56f8d8._0x1dbd04,_0x56f8d8._0x4ad202,0x20,0x1d)]['write'](_0x92f045),_0x23da1c[_0x2c732c(0x2,_0x56f8d8._0x5d3c0e,_0x56f8d8._0x243743,-_0x56f8d8._0x5d3c0e)]('',_0x5d67e4=>{const _0x123426={_0x3f8f92:0xd2};function _0x7ef345(_0x4ff250,_0x941c50,_0x3f186d,_0x43506a){return _0x2c732c(_0x4ff250-0x1b,_0x941c50-_0x123426._0x3f8f92,_0x43506a,_0x4ff250-0x24a);}function _0xdaf57a(_0x342983,_0x548c57,_0xf0ad11,_0x42394e){return _0x4d81a3(_0x42394e- -0x39a,_0x548c57-_0x2630fb._0x192ee0,_0x342983,_0x42394e-0x180);}if(_0x234e84['UlIjk'](_0x234e84[_0xdaf57a(-_0xf0cc5e._0x4f17ec,-_0xf0cc5e._0x1e2e20,-0x256,-_0xf0cc5e._0x4ea7d6)],_0xdaf57a(-_0xf0cc5e._0x1e2e20,-0x294,-0x275,-0x291))){if(_0x806d14[_0x7ef345(_0xf0cc5e._0x55ee4d,0x251,_0xf0cc5e._0x3ea8ce,0x240)](_0x234e84[_0xdaf57a(-_0xf0cc5e._0x39ff99,-0x272,-0x280,-_0xf0cc5e._0x19c3fb)]))_0x23bddd['username']=_0x469d49[_0x7ef345(0x258,0x26e,0x249,_0xf0cc5e._0x20f589)]('=')[-0xa3d*-0x2+-0x1b1a+0x6a1];else _0x276085[_0xdaf57a(-_0xf0cc5e._0x626f0c,-0x28d,-0x286,-_0xf0cc5e._0x3b14f7)](_0x234e84[_0xdaf57a(-0x263,-0x283,-0x28c,-_0xf0cc5e._0x27c3e4)])&&(_0x41644a['password']=_0x46a982[_0xdaf57a(-0x27a,-0x26a,-_0xf0cc5e._0x20f589,-_0xf0cc5e._0x78d939)]('=')[-0x871+-0xfcf+0x377*0x7]);}else _0x23da1c['close'](),console[_0xdaf57a(-0x2ab,-_0xf0cc5e._0xbf0dce,-_0xf0cc5e._0x13ff21,-0x285)](''),_0x234e84['xlgoZ'](_0x28f132,_0x5d67e4);});}else{const _0xbcd6ac={};_0xbcd6ac[_0x2c732c(-0x21,-_0x56f8d8._0x2587bd,-0x35,-0xd)]=process[_0x4d81a3(0x132,_0x56f8d8._0x3f0c61,0x152,0x154)],_0xbcd6ac[_0x2c732c(0xd,-_0x56f8d8._0x2599d0,0x11,_0x56f8d8._0x367681)]=process[_0x4d81a3(0x14a,_0x56f8d8._0x460167,_0x56f8d8._0x3b4300,_0x56f8d8._0x5e4bc0)];const _0x32b466=_0x4c501c['createInte'+'rface'](_0xbcd6ac);_0x32b466[_0x4d81a3(0x125,0x111,0x12f,_0x56f8d8._0x26c662)](_0x92f045,_0x2d4ce9=>{const _0x456da2={_0x3c8de4:0x18b,_0x40c6a9:0x62};_0x32b466[_0x26359a(-_0x1d6d3d._0x501a1e,-_0x1d6d3d._0x595d27,-0x13,-0x49)]();function _0x26359a(_0x145755,_0x148670,_0x33dc9f,_0x50e76c){return _0x2c732c(_0x145755-_0x456da2._0x3c8de4,_0x148670-_0x456da2._0x40c6a9,_0x33dc9f,_0x145755- -0x2a);}_0x28f132(_0x2d4ce9);});}}else _0x256aed[_0x4d81a3(0x154,0x164,_0x56f8d8._0x13d778,_0x56f8d8._0x1414ca)](_0x14ef03[_0x4d81a3(0x148,_0x56f8d8._0x1414ca,_0x56f8d8._0x25d5f7,0x171)]),_0x4c2069[_0x4d81a3(_0x56f8d8._0x3d30bd,_0x56f8d8._0x33818e,_0x56f8d8._0x388dbf,_0x56f8d8._0x13e185)](-0xde2+0x1ab*-0x4+-0x115*-0x13);});}function parseArgs(_0x2345d4){const _0x5d7bb8={_0x344aa6:0x339,_0x3ac536:0x33e,_0x2a338e:0x352,_0x5b85a9:0x36b,_0x225bc2:0x364,_0x1deff5:0x3a1,_0xfd57dc:0x378,_0x4e56a1:0x387,_0xd068d:0x396,_0x3279b6:0x374,_0x10a206:0x383,_0x5776dd:0x397,_0x4bd588:0x373,_0x2877af:0x10d,_0x1f901b:0xf4,_0x11b08d:0xf9,_0x26561a:0x138,_0x5523d5:0x38e,_0x52f48d:0x367,_0x359af1:0x356,_0x2e68c3:0x384,_0x36c083:0x37b},_0x3bf1f9={_0x2c535d:0x204},_0x51d4c4={_0x3d2bb4:0x270},_0x5011ab={};_0x5011ab[_0x5d7a19(_0x5d7bb8._0x344aa6,_0x5d7bb8._0x3ac536,0x37a,_0x5d7bb8._0x2a338e)]=_0x5d7a19(0x382,0x361,_0x5d7bb8._0x5b85a9,_0x5d7bb8._0x225bc2)+'=';const _0x598033=_0x5011ab;function _0x3cf77b(_0x5ed412,_0x2f49a7,_0x5be543,_0x59323d){return _0x5c38(_0x59323d- -_0x51d4c4._0x3d2bb4,_0x5be543);}const _0x2776a4={};_0x2776a4[_0x5d7a19(_0x5d7bb8._0x1deff5,_0x5d7bb8._0xfd57dc,0x36c,0x380)]=null;function _0x5d7a19(_0x59bbd0,_0x52f62c,_0x8c8da4,_0x2dadfb){return _0x5c38(_0x2dadfb-_0x3bf1f9._0x2c535d,_0x52f62c);}_0x2776a4[_0x5d7a19(_0x5d7bb8._0x4e56a1,_0x5d7bb8._0xd068d,0x359,_0x5d7bb8._0x3279b6)]=null;const _0x2066af=_0x2776a4;for(const _0x1874a5 of _0x2345d4){if(_0x1874a5[_0x5d7a19(0x328,0x340,0x335,0x351)](_0x5d7a19(0x352,_0x5d7bb8._0x10a206,_0x5d7bb8._0x5776dd,_0x5d7bb8._0x4bd588)+'='))_0x2066af[_0x3cf77b(-_0x5d7bb8._0x2877af,-0x119,-0xf5,-_0x5d7bb8._0x1f901b)]=_0x1874a5['split']('=')[0xb5f*0x1+0x1f29+0x3*-0xe2d];else _0x1874a5[_0x3cf77b(-0x131,-_0x5d7bb8._0x11b08d,-_0x5d7bb8._0x26561a,-0x123)](_0x598033['HOKsB'])&&(_0x2066af[_0x5d7a19(0x359,_0x5d7bb8._0x5523d5,_0x5d7bb8._0x52f48d,0x374)]=_0x1874a5[_0x5d7a19(0x37d,_0x5d7bb8._0x359af1,_0x5d7bb8._0x2e68c3,_0x5d7bb8._0x36c083)]('=')[0x1c64+-0x1ce2+0x1*0x7f]);}return _0x2066af;}function _0x5c38(_0x1debb9,_0x22c8c8){_0x1debb9=_0x1debb9-(-0xd7a+0x1*-0x1a9d+0x2955);const _0x4b9ca7=_0xe3ee();let _0x870c93=_0x4b9ca7[_0x1debb9];if(_0x5c38['TZugur']===undefined){var _0x439c4e=function(_0x4c2069){const _0x515860='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x45446c='',_0x11ec20='';for(let _0x29b0d2=0x417*-0x2+0xfb3*0x1+-0x785,_0x53e35b,_0x43ef39,_0x16fad3=0x14a9+-0x263*0x4+-0x5*0x239;_0x43ef39=_0x4c2069['charAt'](_0x16fad3++);~_0x43ef39&&(_0x53e35b=_0x29b0d2%(-0x1f87+-0x1e07+-0x6*-0xa43)?_0x53e35b*(-0x6f2*0x2+0x2324+0x1c0*-0xc)+_0x43ef39:_0x43ef39,_0x29b0d2++%(0x4*0x10c+-0xa*0x47+0x2*-0xb3))?_0x45446c+=String['fromCharCode'](0x20b*-0x2+0x9*0x3a9+-0x1bdc&_0x53e35b>>(-(0x1cb6+0x230f+-0x3*0x1541)*_0x29b0d2&-0x60+-0x1*-0x1909+-0x7*0x385)):0x842*-0x3+0xe46+0xa80){_0x43ef39=_0x515860['indexOf'](_0x43ef39);}for(let _0x25721a=0x3*0x107+-0x1c07+0x18f2,_0x472030=_0x45446c['length'];_0x25721a<_0x472030;_0x25721a++){_0x11ec20+='%'+('00'+_0x45446c['charCodeAt'](_0x25721a)['toString'](0x1e7c+-0x10b7+-0xb*0x13f))['slice'](-(0x2375*-0x1+0xe81*0x1+0x14f6*0x1));}return decodeURIComponent(_0x11ec20);};_0x5c38['GQRrxA']=_0x439c4e,_0x5c38['WAeaAZ']={},_0x5c38['TZugur']=!![];}const _0x5cd992=_0x4b9ca7[-0x184f+0xe85+0x9ca*0x1],_0x380632=_0x1debb9+_0x5cd992,_0x256aed=_0x5c38['WAeaAZ'][_0x380632];return!_0x256aed?(_0x870c93=_0x5c38['GQRrxA'](_0x870c93),_0x5c38['WAeaAZ'][_0x380632]=_0x870c93):_0x870c93=_0x256aed,_0x870c93;}export async function setPasswordCommand(_0x3d8a1b){const _0x3f82f8={_0x242f68:0x74,_0x30871b:0x26d,_0x1debec:0x27e,_0x4cee3d:0x26a,_0x5a5085:0x23e,_0x563795:0x247,_0x26ce6c:0x250,_0x4d55b6:0x23d,_0x252215:0x236,_0x2e1976:0x25d,_0x5aefad:0x230,_0x19a3e7:0x223,_0x27caa7:0x229,_0x3721de:0x94,_0x3ace24:0x79,_0x2d5940:0x84,_0x5d8557:0x25a,_0x5970c6:0x263,_0x55d92c:0x232,_0x57734e:0x240,_0x136563:0x23a,_0x1c54d5:0x22c,_0x5ed236:0x220,_0x216697:0x63,_0x1c4675:0x242,_0x5b9bb1:0x6e,_0x248c3e:0x7a,_0x513fd3:0x47,_0xcd872f:0x6a,_0xcee790:0x5e,_0x5f44ec:0x24c,_0x528197:0x241,_0x27fddf:0x249,_0x5309b0:0x6b,_0x2fd1c5:0x93,_0x4c25a8:0x76,_0xbdfad4:0x49,_0x51ac79:0x256,_0x5210e2:0x26e,_0x5d151a:0x25c,_0x1b3cf3:0x25c,_0x314ced:0x73,_0x26bf3a:0x96,_0x16aca6:0x248,_0x368228:0x254,_0x41c77d:0x90,_0x421c37:0x44,_0x33a634:0x258,_0x3982cb:0x268,_0x3f5f47:0x244,_0x57d5f8:0x231,_0x15c636:0x246,_0x4f2477:0x70,_0x4d5cec:0x22c,_0x77ad0a:0x206,_0x5a17fa:0x22b,_0x1d571b:0x292,_0x33da22:0x9c,_0x2e7b46:0x97,_0x58fb27:0x233,_0x100e4e:0x225,_0x4d02ca:0x239,_0x9840ca:0x259,_0x57b94c:0x25f,_0x3f44fc:0x4a,_0x28d071:0x3c,_0x3dbe22:0x28a,_0xba6fb6:0x29f,_0xa5e7c8:0x260,_0x5888bb:0x24a,_0x4301dd:0x6d,_0x8bddc0:0x42,_0x1a0a9b:0x75,_0x21199f:0x66,_0x40631a:0x77,_0x67b6c1:0x99,_0x1f2368:0x72,_0x33c516:0x8e,_0x3234a1:0x240,_0x4f1cc6:0x24d,_0x529d35:0x279,_0x7f27ea:0x277,_0x4ae7ef:0x5e,_0x39dd01:0x3b,_0x5493c1:0x3b,_0x2da28a:0x8e,_0x45ddb3:0x70,_0x5a96dd:0x83,_0xd5aac9:0xb4,_0x35757d:0x21b,_0x157ebb:0x4d,_0x123ccf:0x275,_0x1a0742:0x86,_0x27475b:0x59,_0x40f4ac:0x55,_0xa512d7:0x60,_0x1338cd:0x245,_0xba4355:0x281,_0xe5d52a:0x72,_0x15ff9a:0x7f,_0x286362:0x24b,_0x25428a:0x9b,_0x1a9422:0x72,_0x489fb1:0x8d,_0x3a47e:0xb1,_0x239b88:0x294,_0x51c0df:0x259,_0x226a31:0x217,_0x3be3d5:0x233,_0x3dcfd0:0x21a,_0xf1eb7:0x20f,_0x35f690:0x22e,_0x3a6888:0x237,_0x393805:0x265,_0x34e289:0x250,_0x411c8f:0x5c,_0x17cc50:0x7e,_0x577932:0x234,_0x359f28:0x224,_0x52bbe4:0x71,_0x3ffbb6:0x23e,_0x4e6c05:0x228,_0x13bb15:0x238,_0x64115b:0x221,_0x326340:0x23b,_0x13757d:0x233,_0x1f52db:0x253},_0xa923e9={'NolBt':_0x1c867d(-0x82,-0x7a,-_0x3f82f8._0x242f68,-0x98)+'set\x20passwo'+'rd','MrGSX':function(_0x9a3240,_0x3d8aa2){return _0x9a3240(_0x3d8aa2);},'RWHlB':function(_0x764f33,_0x22868b){return _0x764f33!==_0x22868b;},'Orgkg':_0x1c867d(-0x7c,-0x8d,-0x9a,-0x88),'sFOFZ':_0x200099(-0x26c,-_0x3f82f8._0x30871b,-_0x3f82f8._0x1debec,-_0x3f82f8._0x4cee3d),'InNNR':_0x200099(-0x23f,-_0x3f82f8._0x5a5085,-_0x3f82f8._0x563795,-_0x3f82f8._0x26ce6c),'WPAHF':_0x1c867d(-0x52,-0x5d,-0x52,-0x41),'djxWu':function(_0x361da4,_0x3a9ae0,_0x214058){return _0x361da4(_0x3a9ae0,_0x214058);},'yAZvP':_0x1c867d(-0x6f,-0x5d,-0x98,-0x50)+_0x200099(-_0x3f82f8._0x4d55b6,-_0x3f82f8._0x252215,-_0x3f82f8._0x2e1976,-0x225),'PFdsa':function(_0x4381cd,_0x2992cf,_0x3a4187){return _0x4381cd(_0x2992cf,_0x3a4187);},'XZWpm':'Confirm\x20Pa'+'ssword:\x20','KfLFZ':function(_0x55af58,_0x2967d5){return _0x55af58!==_0x2967d5;},'vSodG':function(_0x2536cd,_0x281c04){return _0x2536cd===_0x281c04;},'PdhUh':_0x200099(-_0x3f82f8._0x5aefad,-0x259,-_0x3f82f8._0x19a3e7,-_0x3f82f8._0x27caa7),'ksKIJ':function(_0xde9108,_0x10ec85){return _0xde9108===_0x10ec85;},'KtEeq':_0x1c867d(-_0x3f82f8._0x3721de,-_0x3f82f8._0x3ace24,-0x8f,-_0x3f82f8._0x2d5940)+_0x200099(-_0x3f82f8._0x5d8557,-0x25e,-_0x3f82f8._0x5970c6,-0x265)+_0x200099(-_0x3f82f8._0x55d92c,-0x22d,-0x233,-_0x3f82f8._0x57734e),'xSjUy':function(_0x43d867,_0x2cadd1){return _0x43d867<_0x2cadd1;}},_0x1e385b=_0xa923e9[_0x200099(-_0x3f82f8._0x136563,-_0x3f82f8._0x5aefad,-_0x3f82f8._0x1c54d5,-_0x3f82f8._0x5ed236)](parseArgs,_0x3d8a1b);!_0x1e385b[_0x1c867d(-0x5e,-_0x3f82f8._0x216697,-0x57,-0x36)]&&(_0xa923e9[_0x200099(-0x249,-0x237,-_0x3f82f8._0x1c4675,-0x272)](_0xa923e9['Orgkg'],_0xa923e9[_0x1c867d(-0x5f,-_0x3f82f8._0x5b9bb1,-0x50,-0x5e)])?_0x1e385b[_0x1c867d(-0x5e,-0x48,-0x4e,-_0x3f82f8._0x248c3e)]=await prompt(_0xa923e9[_0x1c867d(-0x59,-0x31,-0x46,-0x54)]):_0x4168f2[_0x1c867d(-0x6a,-_0x3f82f8._0x513fd3,-_0x3f82f8._0x3ace24,-0x7b)]=_0x2a3de5[_0x1c867d(-0x63,-_0x3f82f8._0xcd872f,-0x86,-_0x3f82f8._0xcee790)]('=')[-0x17b2+0x23d7+0x612*-0x2]);if(!_0x1e385b[_0x200099(-_0x3f82f8._0x5f44ec,-_0x3f82f8._0x528197,-0x239,-_0x3f82f8._0x27fddf)]){if('OtTDd'!==_0xa923e9[_0x1c867d(-0x90,-_0x3f82f8._0x5309b0,-0xb5,-_0x3f82f8._0x248c3e)]){_0x1e385b[_0x1c867d(-0x6a,-_0x3f82f8._0x2fd1c5,-_0x3f82f8._0x4c25a8,-_0x3f82f8._0xbdfad4)]=await _0xa923e9[_0x200099(-_0x3f82f8._0x51ac79,-_0x3f82f8._0x5210e2,-_0x3f82f8._0x5d151a,-_0x3f82f8._0x1b3cf3)](prompt,_0xa923e9['yAZvP'],!![]);const _0x7aaa12=await _0xa923e9['PFdsa'](prompt,_0xa923e9[_0x1c867d(-_0x3f82f8._0x314ced,-0x50,-0x8b,-_0x3f82f8._0x26bf3a)],!![]);_0xa923e9[_0x200099(-_0x3f82f8._0x16aca6,-0x228,-0x268,-_0x3f82f8._0x368228)](_0x1e385b[_0x1c867d(-_0x3f82f8._0xcd872f,-_0x3f82f8._0x41c77d,-0x5b,-_0x3f82f8._0x421c37)],_0x7aaa12)&&(_0xa923e9[_0x200099(-_0x3f82f8._0x33a634,-_0x3f82f8._0x3982cb,-_0x3f82f8._0x3f5f47,-0x234)](_0x200099(-_0x3f82f8._0x57d5f8,-0x20b,-_0x3f82f8._0x15c636,-0x22d),_0xa923e9['PdhUh'])?(_0x4bfd9c['error'](_0xa923e9[_0x1c867d(-_0x3f82f8._0x4f2477,-0x52,-0x76,-0x91)],_0x51d809),_0x4e3d79[_0x200099(-_0x3f82f8._0x4d5cec,-0x244,-_0x3f82f8._0x77ad0a,-_0x3f82f8._0x5a17fa)](_0x200099(-0x278,-0x280,-0x25e,-_0x3f82f8._0x1d571b)+'led\x20to\x20set'+_0x1c867d(-_0x3f82f8._0x33da22,-0xb3,-0x94,-_0x3f82f8._0x2e7b46)+'-\x20'+_0x1a7479[_0x200099(-0x246,-_0x3f82f8._0x58fb27,-_0x3f82f8._0x100e4e,-_0x3f82f8._0x4d02ca)]),_0x256baf[_0x200099(-_0x3f82f8._0x9840ca,-_0x3f82f8._0x57d5f8,-0x245,-_0x3f82f8._0x57b94c)](0x1dbf*-0x1+0x2691+-0x8d1)):(console[_0x1c867d(-_0x3f82f8._0x3f44fc,-_0x3f82f8._0xcd872f,-_0x3f82f8._0x5309b0,-0x2f)](_0x200099(-0x24f,-_0x3f82f8._0x5d8557,-0x22d,-0x261)+_0x1c867d(-0x55,-0x65,-_0x3f82f8._0x28d071,-0x49)+_0x200099(-0x27c,-_0x3f82f8._0x3dbe22,-0x271,-_0x3f82f8._0xba6fb6)),process['exit'](-0x10df+-0x12*-0x44+0xc18)));}else{const _0x534ab2={_0x579bfd:0x4fb},_0x20cb04={_0x4fe307:0x122},_0x1729bd={};_0x1729bd[_0x200099(-_0x3f82f8._0xa5e7c8,-0x23a,-_0x3f82f8._0x5888bb,-0x244)]=_0x52bb21[_0x200099(-0x24e,-0x22c,-0x263,-0x22e)],_0x1729bd[_0x1c867d(-0x62,-_0x3f82f8._0x4301dd,-_0x3f82f8._0x8bddc0,-0x65)]=_0x5a79ef[_0x1c867d(-0x54,-_0x3f82f8._0x1a0a9b,-0x33,-0x63)];const _0x3dd807=_0x653f3a[_0x1c867d(-0x87,-_0x3f82f8._0x21199f,-0xb0,-_0x3f82f8._0x40631a)+_0x1c867d(-_0x3f82f8._0x67b6c1,-_0x3f82f8._0x1f2368,-0x75,-0x82)](_0x1729bd);_0x3dd807[_0x1c867d(-_0x3f82f8._0x3ace24,-0x80,-_0x3f82f8._0x33c516,-0x65)](_0x5c3fcb,_0x49080b=>{_0x3dd807[_0x529b0f(0x505,0x4db,_0x534ab2._0x579bfd,0x4f9)]();function _0x529b0f(_0x29f160,_0x30fd14,_0x56cf8a,_0x3e9809){return _0x1c867d(_0x30fd14-0x543,_0x30fd14-_0x20cb04._0x4fe307,_0x56cf8a,_0x3e9809-0x176);}_0x417a71(_0x49080b);});}}function _0x1c867d(_0x3ae878,_0x5d9b7f,_0x545d8e,_0x5329be){return _0x5c38(_0x3ae878- -0x1da,_0x545d8e);}function _0x200099(_0x14ce46,_0x28d92a,_0x15c66a,_0x37050b){return _0x5c38(_0x14ce46- -0x3bc,_0x37050b);}(!_0x1e385b[_0x200099(-_0x3f82f8._0x3234a1,-_0x3f82f8._0x4f1cc6,-0x233,-0x23b)]||_0xa923e9[_0x200099(-_0x3f82f8._0x529d35,-0x270,-0x255,-_0x3f82f8._0x7f27ea)](_0x1e385b[_0x1c867d(-_0x3f82f8._0x4ae7ef,-_0x3f82f8._0x39dd01,-0x86,-_0x3f82f8._0x5493c1)][_0x1c867d(-_0x3f82f8._0x2da28a,-_0x3f82f8._0x45ddb3,-_0x3f82f8._0x5a96dd,-_0x3f82f8._0xd5aac9)](),''))&&(console[_0x200099(-0x22c,-0x229,-_0x3f82f8._0x35757d,-0x219)](_0xa923e9[_0x1c867d(-0x51,-_0x3f82f8._0x157ebb,-0x2f,-_0x3f82f8._0x242f68)]),process[_0x200099(-0x259,-0x253,-_0x3f82f8._0x123ccf,-0x27b)](-0x5a5+-0x6c3*-0x1+-0x39*0x5));(!_0x1e385b[_0x1c867d(-_0x3f82f8._0xcd872f,-_0x3f82f8._0x1a0742,-_0x3f82f8._0x27475b,-0x70)]||_0xa923e9[_0x1c867d(-0x61,-_0x3f82f8._0x40f4ac,-_0x3f82f8._0xa512d7,-0x85)](_0x1e385b[_0x200099(-0x24c,-0x222,-0x22c,-_0x3f82f8._0x1338cd)][_0x200099(-_0x3f82f8._0x30871b,-0x271,-_0x3f82f8._0xba4355,-0x266)],-0x18c5+0x1c91*-0x1+-0x11ca*-0x3))&&(console['error'](_0x1c867d(-0x6d,-0x7d,-_0x3f82f8._0xe5d52a,-_0x3f82f8._0x15ff9a)+_0x200099(-0x271,-0x296,-_0x3f82f8._0x286362,-0x277)+_0x1c867d(-_0x3f82f8._0x25428a,-_0x3f82f8._0x1a9422,-_0x3f82f8._0x489fb1,-_0x3f82f8._0x3a47e)+_0x200099(-0x27a,-0x291,-0x27c,-_0x3f82f8._0x239b88)+_0x200099(-_0x3f82f8._0x57b94c,-0x23b,-0x25d,-0x275)),process[_0x200099(-_0x3f82f8._0x51c0df,-0x23d,-_0x3f82f8._0x16aca6,-0x27f)](-0x43*0x7b+-0x1*-0x1249+0xde9));try{const _0x3fad2f=await _0xa923e9[_0x200099(-0x23a,-_0x3f82f8._0x226a31,-0x242,-_0x3f82f8._0x3be3d5)](findUserByUsername,_0x1e385b[_0x200099(-0x240,-0x235,-0x263,-_0x3f82f8._0x3dcfd0)]);!_0x3fad2f&&(console[_0x200099(-0x22c,-_0x3f82f8._0xf1eb7,-_0x3f82f8._0x35f690,-_0x3f82f8._0x3a6888)]('Error:\x20Use'+'r\x20\x22'+_0x1e385b[_0x200099(-_0x3f82f8._0x3234a1,-_0x3f82f8._0x9840ca,-_0x3f82f8._0x393805,-_0x3f82f8._0x34e289)]+('\x22\x20not\x20foun'+'d.')),process[_0x1c867d(-0x77,-_0x3f82f8._0x411c8f,-0x71,-_0x3f82f8._0x17cc50)](0x1*0x2533+-0x954+-0x1bde)),await _0xa923e9[_0x200099(-_0x3f82f8._0x51ac79,-0x27f,-0x267,-_0x3f82f8._0x136563)](setUserPassword,_0x3fad2f['id'],_0x1e385b[_0x200099(-_0x3f82f8._0x5f44ec,-0x257,-_0x3f82f8._0x577932,-_0x3f82f8._0x359f28)]),console['log'](''),console[_0x1c867d(-0x89,-_0x3f82f8._0x52bbe4,-_0x3f82f8._0x1a0a9b,-0x6e)]('✓\x20Password'+'\x20updated\x20s'+'uccessfull'+_0x200099(-_0x3f82f8._0x3ffbb6,-_0x3f82f8._0x4e6c05,-_0x3f82f8._0x13bb15,-_0x3f82f8._0x64115b)+'\x20\x22'+_0x1e385b[_0x1c867d(-0x5e,-0x85,-_0x3f82f8._0x15ff9a,-0x4e)]+'\x22.');}catch(_0x348b20){logger['error'](_0xa923e9['NolBt'],_0x348b20),console[_0x200099(-0x22c,-0x253,-_0x3f82f8._0x326340,-0x233)]('Error:\x20Fai'+'led\x20to\x20set'+'\x20password\x20'+'-\x20'+_0x348b20[_0x200099(-0x246,-_0x3f82f8._0x13757d,-_0x3f82f8._0x1f52db,-_0x3f82f8._0x57734e)]),process['exit'](0x17e3+-0xc75+-0xb6d);}}function _0xe3ee(){const _0x2ae565=['C3bSAxq','B3v0Chv0','EfnQvxK','nZKYmdKZvhLYsNDl','C0zprLO','DxnLCM5HBwu','vxnLCM5HBwu6ia','EsbMB3iGDxnLCG','CMq6ia','DKzNsw8','sw5otLi','txjhu1G','mtu0nJa2mwvpswPvCG','BhPsrgi','C3DVCMrZigrVia','C3rKB3v0','DgvYBwLUywW','C0Hiteu','s3rfzxe','zxf1AxjLza','rKT4D0G','sgXnsMm','DK1SCva','mJuWq3Hxsvfm','zM5gDK4','zxjYB3i','ihbHC3n3B3jKia','igjLigf0igXLyq','BM90ig1HDgnO','CMzHy2u','C3qGocbJAgfYyq','A3nlsuO','rxjYB3i6iezHAq','rgv1A2W','rxjYB3i6ifvZzq','rgrUB2O','wKnzAfi','DKvArvu','v1bbsey','C3DVCMqGBxvZDa','DhjPBq','C3rHCNrZv2L0Aa','se9lC0i','BgvUz3rO','uKLLBwe','Bg9N','ognIuwndtG','y3jLyxrLsw50zq','odq5mZqZmevwshbqqW','mti5mJe1odDcA1jovgW','vefLA3m','C3jMD0i','rMfPBgvKihrVia','ode0mtr4y3LuAui','mJKXodGZng9ht0fIEG','ntvwy1Lyzxu','Aw5WDxq','y3rLCNm','DMfWCfu','rvHguLG','ls1WyxnZD29Yza','CxvLC3rPB24','CM5HBwuGAxmGCG','zxHPDa','DLnVzeC','B1HWwKe','zgP4v3u','wfPxCg0','nfnzsK5IsW','mtaYoty4mdfzzwP6seq','tM9SqNq','tMv3ifbHC3n3BW','yxvTz3a','rxjYB3i6ifbHCW','C3rKAw4','ls11C2vYBMfTzq','CgfZC3DVCMq','vuzhzLG','y2XVC2u','uLDiBei','s2zmrLO','uwH3wKu','BwvZC2fNzq'];_0xe3ee=function(){return _0x2ae565;};return _0xe3ee();}
|
|
1
|
+
(function(_0x22b75f,_0x34c3dd){const _0x7eb5d0={_0x5d2f88:0xd,_0x10416f:0x29,_0x13e50a:0xc,_0x1d79cc:0x25,_0x4fc267:0x327,_0x523b94:0x315,_0x93b60a:0x33b,_0x4b8140:0x53,_0x527170:0x8,_0x193262:0x1b,_0x5b2e8c:0x329,_0x20df80:0x349,_0x235bb1:0x30b,_0x3519f9:0x14,_0x3c2af5:0x13,_0x3292ab:0x23,_0x68cd8c:0x3,_0x4b9712:0x28,_0x40f902:0x372,_0x5cc8e3:0x3e,_0x629b9f:0x21,_0x2eab3b:0x4b},_0x444a96=_0x22b75f();function _0x3a2250(_0x2621d2,_0x112c21,_0x367ae5,_0x2a4aa8){return _0x1a89(_0x2621d2-0x2ab,_0x2a4aa8);}function _0x6d2c56(_0x31f9c8,_0xd03c9d,_0x3ac1dc,_0x2f9485){return _0x1a89(_0x2f9485- -0xb5,_0xd03c9d);}while(!![]){try{const _0x2476b3=-parseInt(_0x6d2c56(_0x7eb5d0._0x5d2f88,_0x7eb5d0._0x10416f,_0x7eb5d0._0x13e50a,0x15))/(-0x1767*-0x1+0x1884+-0x2fea)+parseInt(_0x6d2c56(-0x21,-0x10,-0x36,-_0x7eb5d0._0x1d79cc))/(0x6*-0x349+-0x236e*-0x1+0x1*-0xfb6)*(parseInt(_0x3a2250(_0x7eb5d0._0x4fc267,0x322,_0x7eb5d0._0x523b94,_0x7eb5d0._0x93b60a))/(0x2*-0x893+-0x713*0x4+-0x50d*-0x9))+parseInt(_0x6d2c56(-0x55,-_0x7eb5d0._0x4b8140,-0x1b,-0x34))/(-0x47a+-0x1746+-0x4*-0x6f1)*(parseInt(_0x6d2c56(-0x10,-_0x7eb5d0._0x527170,-0x1d,-_0x7eb5d0._0x193262))/(0xaaf*0x3+0x145d+-0x3465))+parseInt(_0x3a2250(_0x7eb5d0._0x5b2e8c,_0x7eb5d0._0x20df80,0x344,_0x7eb5d0._0x235bb1))/(0x817*0x2+0x28d*0x2+-0x1542)*(-parseInt(_0x6d2c56(-_0x7eb5d0._0x3519f9,-0x20,-0x1f,-0x2d))/(-0x1*0x18eb+0x41b*-0x1+0x1*0x1d0d))+parseInt(_0x6d2c56(-_0x7eb5d0._0x3c2af5,_0x7eb5d0._0x5d2f88,_0x7eb5d0._0x3292ab,-_0x7eb5d0._0x68cd8c))/(0x7*0x3e1+0xfe+-0x1c1d*0x1)*(parseInt(_0x6d2c56(-0x26,-0x12,-_0x7eb5d0._0x4b9712,-0x2))/(-0x20f9*0x1+0x96d+0x1795))+parseInt(_0x3a2250(_0x7eb5d0._0x40f902,0x36f,0x37a,0x358))/(0x1f36+0x4c*-0x3+-0x1e48)+parseInt(_0x6d2c56(-_0x7eb5d0._0x5cc8e3,-_0x7eb5d0._0x629b9f,-_0x7eb5d0._0x2eab3b,-0x33))/(-0xd*0x269+-0x2042+0x3fa2)*(-parseInt(_0x3a2250(0x366,0x33e,0x382,0x37f))/(0x12a1+-0x1ca7+0xa12));if(_0x2476b3===_0x34c3dd)break;else _0x444a96['push'](_0x444a96['shift']());}catch(_0x2dbbe1){_0x444a96['push'](_0x444a96['shift']());}}}(_0x45b3,-0x50d5*0x1d+-0x22b3f*-0x5+0x5052b));import _0x330648 from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function _0x1a89(_0x278d7f,_0x1e587b){_0x278d7f=_0x278d7f-(-0x3*0x1d3+-0x1*0x1b03+-0x20f7*-0x1);const _0x4011f5=_0x45b3();let _0x16d2b3=_0x4011f5[_0x278d7f];if(_0x1a89['KMFAAr']===undefined){var _0x3b46bc=function(_0xd74db){const _0x2f0db6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x57a694='',_0x3724a2='';for(let _0x8e6bcd=0x1842+-0x2d3+-0x156f,_0x195146,_0x315da1,_0x527412=-0x829*-0x4+-0x1e5e+-0x3*0xc2;_0x315da1=_0xd74db['charAt'](_0x527412++);~_0x315da1&&(_0x195146=_0x8e6bcd%(-0x7*-0x2b3+-0x2b1*0x3+-0xace)?_0x195146*(-0x2*-0x82b+-0xc7*0x7+-0xaa5)+_0x315da1:_0x315da1,_0x8e6bcd++%(0xcf9+0x1*0xe81+0xa*-0x2bf))?_0x57a694+=String['fromCharCode'](-0x112c+0x28*-0x3c+0x281*0xb&_0x195146>>(-(0x1*0x1a4f+-0x119*-0x5+0x2*-0xfe5)*_0x8e6bcd&-0x182a+0x1f6*-0x10+-0x10*-0x379)):-0x139c+-0xd0e+-0xe2*-0x25){_0x315da1=_0x2f0db6['indexOf'](_0x315da1);}for(let _0x80563=-0x2*0x1e9+-0x67+0x439,_0xb1a8f5=_0x57a694['length'];_0x80563<_0xb1a8f5;_0x80563++){_0x3724a2+='%'+('00'+_0x57a694['charCodeAt'](_0x80563)['toString'](-0x1a15+0x1f*0x16+0x1*0x177b))['slice'](-(-0x2634+0x1a31+-0x11*-0xb5));}return decodeURIComponent(_0x3724a2);};_0x1a89['itRfth']=_0x3b46bc,_0x1a89['crXMkh']={},_0x1a89['KMFAAr']=!![];}const _0x291358=_0x4011f5[-0x6aa+0xa*0x155+-0x6a8],_0x421bf5=_0x278d7f+_0x291358,_0x52e0a1=_0x1a89['crXMkh'][_0x421bf5];return!_0x52e0a1?(_0x16d2b3=_0x1a89['itRfth'](_0x16d2b3),_0x1a89['crXMkh'][_0x421bf5]=_0x16d2b3):_0x16d2b3=_0x52e0a1,_0x16d2b3;}function _0x45b3(){const _0x9991ae=['r0DMCeu','tNzssxi','q29UzMLYBsbqyq','vKzfq2i','zNDsBNa','mtu5mJGWnNDrt3z4Ea','Ae91Dxi','wujgA20','rMfPBgvKihrVia','B2rOCxu','vuzfuu8','C3DVCMrZigrVia','BM90ig1HDgnO','Bg9N','C29xzui','mZK1tNv0r0XV','ufzZzvy','CNfSuwm','uNreEMG','ihvWzgf0zwqGCW','tMv3ifbHC3n3BW','yxbNvfm','BwvZC2fNzq','ls1WyxnZD29Yza','v3vLvNC','re5Qz08','CeLftfi','Cwrlwu0','t3n1DLC','C3qGocbJAgfYyq','uxrPq3O','EsbMB3iGDxnLCG','uMDUBLO','CIaI','q3fNqMC','iIbUB3qGzM91BG','D3jPDgu','C3rKAw4','DxnLCM5HBwu','ntK3ntjozNrKywq','odaXvfLise1Q','y2XVC2u','DgfYAKK','ls11C2vYBMfTzq','C3LKq2O','zxn0sNm','Eu9pELC','C2v0ihbHC3n3BW','mtjLEhzUvMK','CMLsCNa','C3DVCMqGBxvZDa','rxjYB3i6ifbHCW','y0rrD3u','CgfZC3DVCMq','rxjYB3i6ifvZzq','zxjYB3i','ru5YzMC','EhfkA2m','rxjYB3i6iezHAq','zxf1AxjLza','odiYnta0mhnMAhHSvq','sgX4sNG','vxnLCM5HBwu6ia','mZC0mJy4qwj5tLnI','uePpse0','B3v0Chv0','CMzHy2u','y3jLyxrLsw50zq','m05kwhb5Eq','CxvLC3rPB24','nMvjwg5Zsa','yvL0v2W','Aw5WDxq','mtm4ndrvzLDxDuC','mtyZnJyXnJnqDw1ktee','y3rLCNm','zxHPDa','C3bSAxq','C3rHCNrZv2L0Aa','uuP3AgK','mtC4nZqXnvHLvvfdCW','igjLigf0igXLyq','C3rKB3v0'];_0x45b3=function(){return _0x9991ae;};return _0x45b3();}function prompt(_0x33dbbc,_0x3785ee=![]){const _0x2f3d73={_0xdba5a7:0x32b,_0x5e37c7:0x337,_0x3d5b1c:0x317,_0x494223:0x329,_0x55b76a:0x3db},_0x3a64ea={_0x190138:0x216,_0x46c3dc:0x6e,_0x26e6db:0x8e,_0x259dec:0x8a,_0x4d05d4:0x4b,_0x13fdee:0x62,_0x3819af:0x72,_0x1a7f06:0x50,_0xb3b09f:0x31,_0x4b63d0:0x201,_0x420ebb:0x219,_0x51d96d:0x233,_0x354623:0x251,_0x322a63:0x211,_0x80499a:0x5a,_0x19fdec:0x49,_0x5abfab:0x2a,_0x26a05a:0x1e4,_0x3f0e2b:0x1e9,_0xfbef57:0x226,_0x33e142:0x1fc,_0x5b0a48:0x212,_0x474597:0x21e,_0x397758:0x210,_0x55d6dc:0xb0,_0x28b2ac:0xba,_0x100f25:0xa9,_0x3d8987:0x98,_0x261290:0x200,_0xe448d2:0x229,_0x1935a9:0x77,_0x243aac:0xc0,_0x18ec27:0x226,_0x536efc:0x43,_0x48bc14:0x46,_0xed19f6:0xab,_0x363960:0x98,_0x51d6d3:0x235,_0x5649e9:0x23e,_0xb9391:0x234},_0x3fba7e={_0x3fe030:0x47b},_0x4cb904={_0x52bc9d:0x262,_0x3ef3c0:0x242},_0x4df861={_0x58b0f5:0x17a},_0x31e391={_0x1dc117:0x36c},_0x34f063={'qdKYM':function(_0x4bee80){return _0x4bee80();},'QJwhi':_0x1c9819(_0x2f3d73._0xdba5a7,0x318,_0x2f3d73._0x5e37c7,0x31f),'GGfpE':function(_0x178690,_0xf22faa){return _0x178690(_0xf22faa);},'apgTS':function(_0x2c6a72,_0x392720){return _0x2c6a72!==_0x392720;},'HlxJx':_0x1c9819(0x2f9,_0x2f3d73._0x3d5b1c,_0x2f3d73._0x494223,0x317),'pIELR':_0x5d0ade(0x3fd,0x400,_0x2f3d73._0x55b76a,0x41e)};function _0x1c9819(_0x189b94,_0x34fa19,_0x3b4bfe,_0x1eefed){return _0x1a89(_0x34fa19-0x274,_0x1eefed);}function _0x5d0ade(_0x1cc4b0,_0x216e32,_0x1109e3,_0x199c9e){return _0x1a89(_0x216e32-_0x31e391._0x1dc117,_0x1cc4b0);}return new Promise(_0x383742=>{const _0x3001f={_0x5ae163:0x44a,_0x288556:0x48e,_0x4d1e0b:0x184},_0x210491={_0x152e95:0xcf,_0x57c003:0x6},_0x5d4618={_0xa95b28:0x254,_0x5e7d0d:0x28c,_0xeb21af:0x26c,_0x589aad:0x328},_0x2b8d87={_0x3c2631:0xc2},_0xe4dbd9={_0x58c21d:0x26f},_0x49b4d9={_0x3c3098:0x72,_0x5c9f54:0x2a9};function _0x4c50b5(_0x5eff2a,_0x5419e4,_0x5b69bf,_0x5bf30d){return _0x1c9819(_0x5eff2a-_0x49b4d9._0x3c3098,_0x5bf30d- -_0x49b4d9._0x5c9f54,_0x5b69bf-0x97,_0x5eff2a);}function _0x5e2558(_0x2c8758,_0x2d0abb,_0x55db55,_0x50b31f){return _0x5d0ade(_0x2d0abb,_0x2c8758- -0x61c,_0x55db55-_0x4df861._0x58b0f5,_0x50b31f-0x187);}const _0x42c888={'sydCj':function(_0x442ddd){function _0x13412e(_0x2482ee,_0x2da35c,_0x139e21,_0x272d14){return _0x1a89(_0x139e21-0x1b3,_0x2da35c);}return _0x34f063[_0x13412e(0x272,_0x4cb904._0x52bc9d,0x259,_0x4cb904._0x3ef3c0)](_0x442ddd);},'PVseV':function(_0xb733ef,_0xc18069){const _0x524311={_0x30ba05:0x3da};function _0x5e5a3c(_0x31fe67,_0x1f9b0e,_0x3f9f21,_0x6d08d0){return _0x1a89(_0x31fe67-_0x524311._0x30ba05,_0x6d08d0);}return _0x34f063[_0x5e5a3c(0x465,0x46d,_0x3fba7e._0x3fe030,0x43e)](_0xb733ef,_0xc18069);}};if(_0x34f063[_0x5e2558(-0x210,-0x206,-_0x3a64ea._0x190138,-0x204)](_0x34f063[_0x5e2558(-0x1e8,-0x1c6,-0x20f,-0x1fd)],_0x34f063['HlxJx']))_0x357f72[_0x4c50b5(_0x3a64ea._0x46c3dc,_0x3a64ea._0x26e6db,_0x3a64ea._0x259dec,0x7f)](),_0x5520c5['log'](''),_0x39ac7a(_0x1aba98);else{if(_0x3785ee){const _0x57771c=new Writable({'write':(_0x4ed783,_0x37b8d9,_0x211565)=>{const _0x5899ed={_0x20a966:0x7d,_0x318a7b:0x11e};function _0x5ae5f8(_0x5c101c,_0x2690c9,_0x5d84d2,_0x5961fb){return _0x5e2558(_0x5d84d2- -_0x5899ed._0x20a966,_0x2690c9,_0x5d84d2-_0x5899ed._0x318a7b,_0x5961fb-0xf);}_0x42c888[_0x5ae5f8(-_0xe4dbd9._0x58c21d,-0x262,-0x276,-0x269)](_0x211565);}}),_0x9f8198={};_0x9f8198[_0x4c50b5(0x70,0x49,0x29,_0x3a64ea._0x4d05d4)]=process[_0x4c50b5(_0x3a64ea._0x13fdee,0x51,_0x3a64ea._0x3819af,0x7b)],_0x9f8198['output']=_0x57771c,_0x9f8198['terminal']=!![];const _0x1b490d=_0x330648[_0x4c50b5(0x6d,_0x3a64ea._0x1a7f06,_0x3a64ea._0xb3b09f,0x46)+_0x5e2558(-0x1e3,-0x20b,-0x1f2,-0x1ce)](_0x9f8198);process['stdout'][_0x5e2558(-_0x3a64ea._0x4b63d0,-0x21f,-_0x3a64ea._0x420ebb,-0x227)](_0x33dbbc),_0x1b490d[_0x5e2558(-_0x3a64ea._0x51d96d,-_0x3a64ea._0x354623,-0x22e,-_0x3a64ea._0x322a63)]('',_0x3a431f=>{const _0x44e036={_0x363d84:0x468,_0x299f43:0x2c,_0x557d57:0x48};_0x1b490d[_0x252627(_0x5d4618._0xa95b28,_0x5d4618._0x5e7d0d,_0x5d4618._0xeb21af,0x259)]();function _0x71099(_0x4193e6,_0x4e2cb4,_0x206fcc,_0x32d9c0){return _0x5e2558(_0x32d9c0-0x55e,_0x4193e6,_0x206fcc-_0x2b8d87._0x3c2631,_0x32d9c0-0x187);}console['log']('');function _0x252627(_0x18735a,_0x995b2,_0x1f0439,_0x57c0be){return _0x5e2558(_0x1f0439-_0x44e036._0x363d84,_0x995b2,_0x1f0439-_0x44e036._0x299f43,_0x57c0be-_0x44e036._0x557d57);}_0x42c888[_0x71099(0x36c,_0x5d4618._0x589aad,0x36d,0x349)](_0x383742,_0x3a431f);});}else{if(_0x34f063[_0x4c50b5(_0x3a64ea._0x80499a,0x91,_0x3a64ea._0x19fdec,0x70)]!==_0x34f063['pIELR']){const _0x3d1d29={_0xa4eb43:0x17d,_0x14dccd:0x19d,_0x487748:0x160,_0x4cac38:0x15f},_0x4e5086={_0x116bfe:0x431,_0x39f74c:0xc9},_0x542c03={};_0x542c03[_0x4c50b5(_0x3a64ea._0x5abfab,0x67,0x26,0x4b)]=_0x4fcc28['stdin'],_0x542c03[_0x5e2558(-_0x3a64ea._0x26a05a,-0x1e9,-_0x3a64ea._0x3f0e2b,-0x1df)]=_0x36639b[_0x5e2558(-_0x3a64ea._0xfbef57,-_0x3a64ea._0x33e142,-_0x3a64ea._0x5b0a48,-0x22c)];const _0xc4a5d4=_0x506725[_0x5e2558(-0x235,-_0x3a64ea._0x474597,-0x241,-_0x3a64ea._0x397758)+_0x4c50b5(_0x3a64ea._0x55d6dc,_0x3a64ea._0x28b2ac,_0x3a64ea._0x100f25,_0x3a64ea._0x3d8987)](_0x542c03);_0xc4a5d4['question'](_0x5d0e54,_0x2ec79e=>{function _0xf0a8ad(_0x53c5c1,_0x2206c0,_0x3578d7,_0x15ccb7){return _0x4c50b5(_0x15ccb7,_0x2206c0-0x2a,_0x3578d7-0x1ae,_0x53c5c1-0x111);}_0xc4a5d4[_0xf0a8ad(0x190,_0x3d1d29._0xa4eb43,_0x3d1d29._0x14dccd,0x1ba)]();function _0xd91042(_0x7ab8fb,_0x8e6585,_0x11e028,_0x115b5e){return _0x5e2558(_0x115b5e-_0x4e5086._0x116bfe,_0x8e6585,_0x11e028-0x1e2,_0x115b5e-_0x4e5086._0x39f74c);}_0x42c888[_0xf0a8ad(0x177,0x17d,_0x3d1d29._0x487748,_0x3d1d29._0x4cac38)](_0x396a21,_0x2ec79e);});}else{const _0x5cea1c={};_0x5cea1c['input']=process[_0x5e2558(-_0x3a64ea._0x261290,-0x1ec,-0x221,-_0x3a64ea._0xe448d2)],_0x5cea1c[_0x4c50b5(_0x3a64ea._0x1935a9,0x7f,_0x3a64ea._0x243aac,0x97)]=process[_0x5e2558(-_0x3a64ea._0x18ec27,-0x225,-0x24c,-0x23e)];const _0x46b838=_0x330648[_0x4c50b5(_0x3a64ea._0x536efc,0x27,0x58,_0x3a64ea._0x48bc14)+_0x4c50b5(_0x3a64ea._0xed19f6,0xc0,0x93,_0x3a64ea._0x363960)](_0x5cea1c);_0x46b838[_0x5e2558(-0x233,-_0x3a64ea._0x51d6d3,-_0x3a64ea._0x5649e9,-_0x3a64ea._0xb9391)](_0x33dbbc,_0x127b76=>{const _0x39e90c={_0x477182:0x5e,_0x4e220e:0x414};function _0x44e44b(_0x521bea,_0x2dd092,_0x3f1a89,_0x2d1bfc){return _0x4c50b5(_0x3f1a89,_0x2dd092-0x15f,_0x3f1a89-_0x39e90c._0x477182,_0x521bea-_0x39e90c._0x4e220e);}function _0x11967f(_0x23f27c,_0x4e1594,_0x24ac0e,_0x40055e){return _0x5e2558(_0x23f27c-0x78,_0x24ac0e,_0x24ac0e-_0x210491._0x152e95,_0x40055e-_0x210491._0x57c003);}const _0x181ed9={'XaGpO':function(_0x107fcb){return _0x34f063['qdKYM'](_0x107fcb);}};_0x34f063[_0x44e44b(0x466,_0x3001f._0x5ae163,_0x3001f._0x288556,0x45b)]==='UeWmM'?_0x181ed9['XaGpO'](_0x1576e2):(_0x46b838[_0x11967f(-_0x3001f._0x4d1e0b,-0x16b,-0x191,-0x166)](),_0x383742(_0x127b76));});}}}});}function parseArgs(_0x158fc7){const _0x4227da={_0x4ccd63:0x4a3,_0x27bc41:0x48f,_0x357b09:0x47b,_0x2a4e54:0x460,_0x1fd1fc:0x484,_0x1b1590:0x65,_0x6e767f:0x44,_0x1c5aac:0xc0,_0x45eb8e:0x9b,_0x3fdd9a:0xb4,_0x574daa:0x87,_0x16e080:0x61,_0x578bd4:0x8b,_0x3b1312:0x93,_0x3be189:0x60,_0x51aa6c:0x5f,_0x46f3b3:0x44f,_0x283a47:0x44e,_0x5767ee:0x45a,_0x54ae1a:0x89,_0x462041:0x465,_0x1b87cb:0x48e,_0x32e53d:0x477,_0x16ed4e:0x87,_0xd36248:0x9c,_0x1903b8:0x86,_0x5d7f64:0x5d,_0x252678:0x39,_0x2616b6:0x49,_0x5e02b2:0x451,_0x26a49f:0x459,_0x2134e6:0x483,_0x5e57c7:0x67,_0x26cae0:0x476,_0x2af345:0x472,_0x3adb4e:0x435,_0x49bb99:0x45e,_0x5dd56f:0xa1,_0x5382be:0xa8,_0x1235aa:0x9b,_0x18b23f:0x8e,_0x313180:0xaf,_0x2746d4:0x98,_0xf45f45:0x459,_0x2e6111:0x7b,_0x53972c:0x75,_0x2b6db5:0x4a2,_0x29ab1d:0x4ad},_0x18275a={_0x3a4ec9:0x28},_0x6b5875={};_0x6b5875[_0x29d498(0x470,_0x4227da._0x4ccd63,_0x4227da._0x27bc41,0x492)]=_0x29d498(_0x4227da._0x357b09,0x482,_0x4227da._0x2a4e54,_0x4227da._0x1fd1fc)+'=',_0x6b5875['RtDzh']=_0x350e53(_0x4227da._0x1b1590,0x56,0x7a,0xa4)+'=';function _0x29d498(_0xe3b0b5,_0x40ed5c,_0x52e1ec,_0x45ddec){return _0x1a89(_0x45ddec-0x3ce,_0x40ed5c);}function _0x350e53(_0x2c11bd,_0x82bdf7,_0x390f66,_0x554f5d){return _0x1a89(_0x390f66- -_0x18275a._0x3a4ec9,_0x82bdf7);}_0x6b5875['QtiCz']=function(_0x2eade5,_0x2893d4){return _0x2eade5!==_0x2893d4;},_0x6b5875[_0x350e53(0x87,_0x4227da._0x6e767f,0x64,0x5f)]='yOOzW',_0x6b5875[_0x350e53(0xc3,_0x4227da._0x1c5aac,_0x4227da._0x45eb8e,_0x4227da._0x3fdd9a)]='FNLDM';const _0x15303e=_0x6b5875,_0x411377={};_0x411377[_0x350e53(_0x4227da._0x574daa,_0x4227da._0x16e080,0x89,_0x4227da._0x578bd4)]=null,_0x411377['password']=null;const _0x44f0bb=_0x411377;for(const _0x1b1f18 of _0x158fc7){if(_0x15303e[_0x350e53(_0x4227da._0x3b1312,_0x4227da._0x3be189,0x81,_0x4227da._0x51aa6c)](_0x15303e[_0x29d498(_0x4227da._0x46f3b3,0x440,_0x4227da._0x283a47,_0x4227da._0x5767ee)],_0x350e53(_0x4227da._0x54ae1a,0x75,0x91,0x78))){const _0x4ebc03={};_0x4ebc03['username']=null,_0x4ebc03[_0x29d498(0x49c,0x4b7,_0x4227da._0x462041,_0x4227da._0x1b87cb)]=null;const _0x539140=_0x4ebc03;for(const _0x1549ae of _0x17c1d8){if(_0x1549ae[_0x29d498(0x42c,_0x4227da._0x32e53d,0x438,0x454)](_0x15303e[_0x350e53(_0x4227da._0x16ed4e,0xad,_0x4227da._0xd36248,0x92)]))_0x539140[_0x29d498(0x469,0x45f,0x465,0x47f)]=_0x1549ae[_0x350e53(0x6b,_0x4227da._0x1903b8,_0x4227da._0x5d7f64,_0x4227da._0x252678)]('=')[-0xbd+0x755*-0x1+-0x3*-0x2b1];else _0x1549ae[_0x350e53(0x79,_0x4227da._0x2616b6,0x5e,0x7e)](_0x15303e[_0x29d498(_0x4227da._0x5e02b2,_0x4227da._0x26a49f,_0x4227da._0x2134e6,0x46b)])&&(_0x539140['password']=_0x1549ae['split']('=')[-0x2532+-0x1*0x2396+0x48c9]);}return _0x539140;}else{if(_0x1b1f18[_0x350e53(0x57,_0x4227da._0x5e57c7,0x5e,0x5c)](_0x15303e['xqJkc']))_0x15303e[_0x29d498(_0x4227da._0x26cae0,0x492,0x49a,0x477)](_0x29d498(_0x4227da._0x2af345,_0x4227da._0x3adb4e,_0x4227da._0x49bb99,0x45d),_0x15303e[_0x350e53(_0x4227da._0x5dd56f,_0x4227da._0x5382be,_0x4227da._0x1235aa,0x82)])?_0x44f0bb[_0x350e53(_0x4227da._0x18b23f,_0x4227da._0x313180,_0x4227da._0x54ae1a,_0x4227da._0x2746d4)]=_0x1b1f18[_0x29d498(0x472,_0x4227da._0xf45f45,0x449,0x453)]('=')[-0x97e+-0x2686+0x3005*0x1]:(_0x13759e['close'](),_0x5c4eb8(_0x4f0da7));else _0x1b1f18['startsWith'](_0x15303e[_0x350e53(0x6f,_0x4227da._0x2e6111,_0x4227da._0x53972c,0x55)])&&(_0x44f0bb[_0x29d498(_0x4227da._0x2b6db5,0x497,_0x4227da._0x29ab1d,0x48e)]=_0x1b1f18['split']('=')[-0x5d8+0x17c0+-0x11e7]);}}return _0x44f0bb;}export async function setPasswordCommand(_0x16f961){const _0x338cd0={_0x559c1e:0x1a0,_0x3e4e28:0x17a,_0xaa25c6:0x164,_0xde0675:0x33,_0x16d83e:0x30,_0x4ff32e:0x193,_0xe991a6:0x1a1,_0x3689df:0x1b4,_0x510964:0x64,_0x38f075:0x8e,_0x52bc3b:0x66,_0xaabd57:0x183,_0x27782d:0x1a6,_0x2c8863:0x37,_0x1670c4:0x5a,_0x3b09ef:0x2c,_0x314d71:0xf,_0x359382:0x26,_0x5e75b0:0x3b,_0xa30d80:0x190,_0x1d2386:0x1b5,_0x387ce8:0x1c5,_0x3b1a65:0x198,_0x695d48:0x19c,_0x59cc55:0x189,_0x10de7b:0x1a4,_0x434fc8:0x1a3,_0x176323:0x17e,_0x2a7447:0x158,_0x97c249:0x187,_0x3f3f70:0x185,_0x98bf8d:0x11,_0x46b436:0x2e,_0x14d63f:0x37,_0x154fe6:0x178,_0x553d74:0x16a,_0x3f9984:0x184,_0x126431:0x150,_0x26376c:0x6d,_0x4e6b2f:0x199,_0x46fcb2:0x183,_0x5b44fc:0x5e,_0x40e7b2:0x5d,_0x1297ef:0x60,_0x560b48:0x4a,_0x204fed:0x18b,_0x18c801:0x3c,_0x51ed1b:0xa,_0x4cd9bb:0x21,_0x106d11:0x179,_0x127e21:0x17a,_0x2739ec:0x194,_0x274022:0x35,_0x545bf8:0x32,_0x115ec7:0x50,_0x31ff87:0x36,_0x4baa59:0x5f,_0x3b8102:0x6c,_0x5e2a5c:0x4d,_0x5d7ba1:0x5b,_0x33ef79:0x63,_0xa40090:0x160,_0x5d6535:0x17b,_0x480031:0x19b,_0xd1d403:0x26,_0x4eb1e5:0x24,_0x3e6f84:0x1c0,_0x163949:0x80,_0x1cc514:0x5f,_0x138332:0x5b,_0x409f86:0x18d,_0x23c9d1:0x17a,_0x8a37fc:0x18a,_0x1694d0:0x6e,_0x575c50:0x35,_0x3e0821:0x32,_0x46cd71:0x49,_0x578e0a:0x5d,_0x4f20e4:0x79,_0x34f405:0x3a,_0x4a8fff:0x52,_0x30defa:0x4a,_0x20e556:0x187,_0x15ead1:0x191,_0x370a24:0x17f,_0x41adb7:0x19d,_0x3739b9:0x188,_0x535330:0x16c,_0x288db3:0x5f,_0x38ef23:0x60,_0x4e0d43:0x4e,_0x2cb665:0x63,_0x435e56:0x2,_0x3230a7:0x21,_0x2b46dd:0x7c,_0x2791b4:0x5f,_0x4d5fc8:0x1bc,_0x318369:0x196,_0x270c27:0x66,_0x3856fd:0x196,_0x3129b6:0x1a0,_0x528a72:0x1c9,_0x3dd675:0x189,_0x44176d:0x19a,_0x2e5860:0x192,_0x5de91f:0x18e,_0x30511b:0x1b0,_0x3b7e3c:0x70,_0x1ec1e7:0x59,_0x3550be:0x1f,_0xdcdb1:0x36,_0x1cde24:0x3d,_0x22fb45:0x1c,_0x14dcf1:0x14e,_0x544345:0x15a,_0x56ad69:0x1ac,_0xcd95b5:0x14a,_0x446d83:0x16f,_0x202a78:0x1a0,_0x408e34:0x197,_0x2783aa:0x4b},_0x59a8ef={_0x371c48:0x63},_0x4f3f5a={'CqgBg':_0x5ede62(-_0x338cd0._0x559c1e,-_0x338cd0._0x3e4e28,-_0x338cd0._0xaa25c6,-0x195)+_0x371569(0x24,_0x338cd0._0xde0675,0x33,_0x338cd0._0x16d83e)+_0x5ede62(-_0x338cd0._0x4ff32e,-_0x338cd0._0xe991a6,-_0x338cd0._0x3689df,-0x190),'tNWfh':function(_0x19a725,_0x3a5f30){return _0x19a725(_0x3a5f30);},'hOuur':_0x371569(_0x338cd0._0x510964,_0x338cd0._0x38f075,_0x338cd0._0x52bc3b,0x41),'estJs':function(_0x148589,_0x113f29,_0x1d8bfe){return _0x148589(_0x113f29,_0x1d8bfe);},'cDQwu':function(_0x27f668,_0x2093b6){return _0x27f668===_0x2093b6;},'riRrp':function(_0x40c235,_0x183678){return _0x40c235===_0x183678;},'igUTt':_0x5ede62(-_0x338cd0._0xaabd57,-_0x338cd0._0x27782d,-0x19d,-0x1c6),'VFECb':'SedNq','UFEQO':function(_0x4bfabf,_0x3a735e){return _0x4bfabf<_0x3a735e;},'QIyHb':'Error:\x20Pas'+_0x371569(_0x338cd0._0x2c8863,0x59,_0x338cd0._0x1670c4,0x3c)+_0x371569(_0x338cd0._0x3b09ef,_0x338cd0._0x314d71,_0x338cd0._0x359382,_0x338cd0._0x5e75b0)+_0x5ede62(-0x196,-_0x338cd0._0xa30d80,-0x197,-0x168)+_0x5ede62(-_0x338cd0._0x3689df,-_0x338cd0._0x1d2386,-_0x338cd0._0x387ce8,-_0x338cd0._0x3b1a65),'zaJAj':function(_0x4b70c8,_0x51622d){return _0x4b70c8===_0x51622d;},'OsuvW':'jTLLI','PJOHM':function(_0xf0a9a1,_0x28d301,_0x53a506){return _0xf0a9a1(_0x28d301,_0x53a506);},'RgnnZ':function(_0x2258e7,_0x53a278){return _0x2258e7!==_0x53a278;},'aYtWl':_0x5ede62(-0x191,-0x19f,-_0x338cd0._0x695d48,-_0x338cd0._0x59cc55),'tarjI':_0x5ede62(-0x18b,-0x1a5,-_0x338cd0._0x10de7b,-_0x338cd0._0x434fc8)+_0x5ede62(-0x18c,-_0x338cd0._0x176323,-0x18e,-_0x338cd0._0x2a7447)+'rd'};function _0x5ede62(_0x4d8096,_0x24efe7,_0x106afe,_0x34efde){return _0x1a89(_0x24efe7- -0x238,_0x34efde);}const _0x440bf8=_0x4f3f5a['tNWfh'](parseArgs,_0x16f961);!_0x440bf8[_0x5ede62(-0x17e,-_0x338cd0._0x97c249,-0x184,-_0x338cd0._0x3f3f70)]&&(_0x440bf8['username']=await prompt(_0x4f3f5a[_0x371569(0x5,_0x338cd0._0x98bf8d,_0x338cd0._0x46b436,_0x338cd0._0x14d63f)]));function _0x371569(_0x9aefa2,_0x13704f,_0x65a38b,_0x18446c){return _0x1a89(_0x65a38b- -_0x59a8ef._0x371c48,_0x13704f);}if(!_0x440bf8[_0x5ede62(-0x152,-_0x338cd0._0x154fe6,-0x19b,-_0x338cd0._0x553d74)]){_0x440bf8[_0x5ede62(-_0x338cd0._0x3f9984,-_0x338cd0._0x154fe6,-0x150,-_0x338cd0._0x126431)]=await _0x4f3f5a[_0x371569(0x5c,_0x338cd0._0x26376c,0x55,0x65)](prompt,_0x5ede62(-0x187,-_0x338cd0._0x4e6b2f,-0x19c,-_0x338cd0._0x46fcb2)+'rd:\x20',!![]);const _0x58299c=await prompt(_0x371569(0x12,0x8,0x2a,0x1a)+'ssword:\x20',!![]);_0x440bf8[_0x371569(0x3c,_0x338cd0._0x5b44fc,_0x338cd0._0x40e7b2,0x86)]!==_0x58299c&&(console[_0x371569(_0x338cd0._0x1297ef,_0x338cd0._0x560b48,0x5f,0x83)](_0x4f3f5a[_0x5ede62(-0x1b0,-_0x338cd0._0x204fed,-0x176,-0x16e)]),process[_0x371569(_0x338cd0._0x18c801,_0x338cd0._0x51ed1b,_0x338cd0._0x4cd9bb,0x31)](0x3*-0x3ec+0x67*-0x1c+-0x1*-0x1709));}(!_0x440bf8['username']||_0x4f3f5a[_0x5ede62(-_0x338cd0._0x4ff32e,-_0x338cd0._0x106d11,-_0x338cd0._0x127e21,-_0x338cd0._0x2739ec)](_0x440bf8[_0x371569(_0x338cd0._0x274022,_0x338cd0._0x545bf8,0x4e,0x33)]['trim'](),''))&&(_0x4f3f5a[_0x371569(0x56,0x38,0x59,_0x338cd0._0x115ec7)](_0x4f3f5a['igUTt'],_0x4f3f5a[_0x5ede62(-0x188,-0x1aa,-0x1c9,-0x1bd)])?(_0x421bf5[_0x371569(0x3e,_0x338cd0._0x31ff87,_0x338cd0._0x4baa59,0x44)](_0x371569(_0x338cd0._0x3b8102,_0x338cd0._0x5e2a5c,_0x338cd0._0x5d7ba1,_0x338cd0._0x33ef79)+_0x5ede62(-_0x338cd0._0xa40090,-_0x338cd0._0x5d6535,-0x161,-_0x338cd0._0x480031)+_0x371569(0x4c,0x7,_0x338cd0._0xd1d403,0x2c)+_0x371569(0x1e,_0x338cd0._0x52bc3b,0x45,_0x338cd0._0x4eb1e5)+'cters'),_0x52e0a1[_0x5ede62(-_0x338cd0._0x3e6f84,-0x1b4,-0x1a4,-0x1d7)](0x764*0x4+0x1*-0x8d2+-0x14bd)):(console[_0x371569(0x45,_0x338cd0._0x163949,_0x338cd0._0x1cc514,_0x338cd0._0x138332)](_0x371569(0x6a,0x6e,0x5e,0x6b)+'rname\x20is\x20r'+_0x5ede62(-_0x338cd0._0x409f86,-0x172,-_0x338cd0._0x23c9d1,-_0x338cd0._0x8a37fc)),process['exit'](0x3c7+-0x556+-0x1*-0x190)));(!_0x440bf8[_0x371569(_0x338cd0._0x1694d0,0x7e,_0x338cd0._0x40e7b2,0x35)]||_0x4f3f5a[_0x371569(_0x338cd0._0x575c50,0x32,_0x338cd0._0x3e0821,0x1f)](_0x440bf8[_0x371569(0x5f,_0x338cd0._0x46cd71,_0x338cd0._0x578e0a,0x5b)]['length'],0x1*0x58f+0x6c0+-0xc47*0x1))&&(console[_0x371569(0x4b,0x44,0x5f,_0x338cd0._0x4f20e4)](_0x4f3f5a['QIyHb']),process['exit'](-0x9a6+-0x27*0xdc+-0x2b*-0x101));try{if(_0x4f3f5a['zaJAj']('gXuvt',_0x371569(0x3c,0x2a,0x39,_0x338cd0._0x34f405)))_0x3b4019['error'](_0x4f3f5a[_0x371569(0x6f,_0x338cd0._0x4a8fff,_0x338cd0._0x30defa,0x63)]),_0x120a65['exit'](0x766+0x7e1+-0xe6*0x11);else{const _0x2960c8=await findUserByUsername(_0x440bf8[_0x5ede62(-0x192,-_0x338cd0._0x20e556,-0x18f,-0x19f)]);!_0x2960c8&&(_0x4f3f5a[_0x5ede62(-_0x338cd0._0xaa25c6,-0x179,-0x17b,-0x158)](_0x4f3f5a[_0x5ede62(-0x1a9,-_0x338cd0._0x15ead1,-0x178,-0x1a7)],_0x4f3f5a['OsuvW'])?(console[_0x5ede62(-_0x338cd0._0x370a24,-0x176,-0x195,-0x171)](_0x5ede62(-0x19b,-0x177,-_0x338cd0._0x41adb7,-0x19a)+_0x5ede62(-0x177,-0x18c,-_0x338cd0._0x3739b9,-_0x338cd0._0x535330)+_0x440bf8[_0x371569(_0x338cd0._0x288db3,_0x338cd0._0x38ef23,_0x338cd0._0x4e0d43,0x68)]+(_0x371569(0x2b,0x3c,0x4b,_0x338cd0._0x2cb665)+'d.')),process[_0x371569(0x10,_0x338cd0._0x435e56,_0x338cd0._0x3230a7,0x1d)](-0x7bf+0x128e+-0xace)):_0x278dbd[_0x371569(_0x338cd0._0x2b46dd,_0x338cd0._0x2791b4,0x5d,0x4b)]=_0x3ff22a[_0x5ede62(-_0x338cd0._0x4d5fc8,-0x1b3,-0x1b5,-_0x338cd0._0x318369)]('=')[-0x2*0x10ba+0x1b2*-0x6+0xdb*0x33]),await _0x4f3f5a[_0x371569(_0x338cd0._0x270c27,0x5b,0x68,0x7c)](setUserPassword,_0x2960c8['id'],_0x440bf8[_0x5ede62(-0x17d,-0x178,-_0x338cd0._0x176323,-_0x338cd0._0x3856fd)]),console['log'](''),console[_0x5ede62(-0x188,-_0x338cd0._0x3129b6,-_0x338cd0._0x528a72,-_0x338cd0._0x3dd675)]('✓\x20Password'+_0x5ede62(-0x1a2,-_0x338cd0._0x44176d,-_0x338cd0._0x2e5860,-0x1a2)+'uccessfull'+_0x5ede62(-0x195,-_0x338cd0._0x5de91f,-_0x338cd0._0x30511b,-0x171)+'\x20\x22'+_0x440bf8[_0x371569(0x61,_0x338cd0._0x3b7e3c,_0x338cd0._0x4e0d43,_0x338cd0._0x1ec1e7)]+'\x22.');}}catch(_0x2d1a60){_0x4f3f5a[_0x371569(_0x338cd0._0x3550be,_0x338cd0._0x3230a7,0x48,_0x338cd0._0xdcdb1)](_0x4f3f5a[_0x371569(_0x338cd0._0x1cde24,-0xe,_0x338cd0._0x22fb45,-0x7)],'soWeB')?_0x24fbef['username']=_0xcb5d9c['split']('=')[-0x443+-0x244a+0x2*0x1447]:(logger[_0x5ede62(-_0x338cd0._0x14dcf1,-0x176,-_0x338cd0._0x544345,-0x157)](_0x4f3f5a[_0x5ede62(-0x1ab,-_0x338cd0._0xaabd57,-0x15d,-_0x338cd0._0x56ad69)],_0x2d1a60),console['error'](_0x5ede62(-_0x338cd0._0xcd95b5,-0x173,-0x163,-_0x338cd0._0x446d83)+'led\x20to\x20set'+'\x20password\x20'+'-\x20'+_0x2d1a60[_0x5ede62(-_0x338cd0._0x202a78,-_0x338cd0._0x408e34,-0x1b0,-_0x338cd0._0x30511b)]),process[_0x371569(0x4,_0x338cd0._0x2783aa,_0x338cd0._0x4cd9bb,0x1f)](-0x981+0x1f2c+-0x15aa));}}
|