@profoundlogic/coderflow-server 0.7.8 → 0.8.0
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/entrypoint.sh +75 -5
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/compression-filter.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/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -0
- package/dist/lib/task-context-usage.js +1 -0
- 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/logs.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/stats.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/admin.css +108 -1
- package/dist/web-ui/public/admin.html +35 -23
- package/dist/web-ui/public/admin.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.html +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/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 +45 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.html +11 -0
- 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/lib/cli/config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x518ebd,_0x4b1dd9){const _0x1c8704={_0x2f16c2:0x1be,_0xe3fb95:0x191,_0x3ab755:0x18b,_0x4277f2:0x84,_0x1df25c:0x6b,_0x7f866f:0x53,_0x2626b1:0x1d4,_0x53e9ad:0x189,_0x586205:0x1b9,_0x20a149:0xae,_0x30ba5d:0x1e2,_0x333a91:0x1ca,_0x34ea65:0x185,_0x2d07b4:0x19e,_0x38e4bd:0x19c,_0xdf4c24:0x1c1,_0x49e682:0x19a,_0xf9566c:0x1c5,_0x4d654f:0x1bd,_0x225833:0x1e6,_0x3a5dc9:0x18d,_0x4ae857:0x19f,_0x2d411d:0x1bf,_0x1dbb26:0x9e,_0x5009a0:0x6d,_0x55e485:0x1ef,_0x2ebacf:0x1a0,_0x35d012:0x1c9},_0x49f576={_0x127a95:0x304},_0x440590={_0x58e914:0x1e6};function _0x404aec(_0x266028,_0x15eb27,_0x577a3b,_0xd852bb){return _0x378f(_0x266028- -_0x440590._0x58e914,_0x15eb27);}function _0x555f83(_0x260b3c,_0x8f002e,_0x32f664,_0xb19d1b){return _0x378f(_0xb19d1b- -_0x49f576._0x127a95,_0x32f664);}const _0x848fe=_0x518ebd();while(!![]){try{const _0x1a915d=parseInt(_0x555f83(-_0x1c8704._0x2f16c2,-_0x1c8704._0xe3fb95,-_0x1c8704._0x3ab755,-0x1b1))/(-0x1*-0x1b65+0x1360+-0x2ec4)+-parseInt(_0x404aec(-_0x1c8704._0x4277f2,-_0x1c8704._0x1df25c,-0x95,-_0x1c8704._0x7f866f))/(-0x1e73+0x1dbe+-0xb7*-0x1)*(parseInt(_0x555f83(-0x1a6,-_0x1c8704._0x2626b1,-_0x1c8704._0x53e9ad,-_0x1c8704._0x586205))/(-0xc27+0x2250+-0x32a*0x7))+-parseInt(_0x404aec(-0xad,-_0x1c8704._0x20a149,-0x82,-0x94))/(-0xf5d+-0x16bf+0x2620)+-parseInt(_0x555f83(-_0x1c8704._0x30ba5d,-0x1e1,-0x1ca,-_0x1c8704._0x333a91))/(-0xbcd+0x2126+-0x1554)*(parseInt(_0x555f83(-_0x1c8704._0x34ea65,-0x195,-0x175,-_0x1c8704._0x2d07b4))/(-0x1*0x19a9+0x1671+0x33e*0x1))+parseInt(_0x555f83(-_0x1c8704._0x38e4bd,-_0x1c8704._0xdf4c24,-_0x1c8704._0x49e682,-0x1cc))/(-0x16*0xe3+0x1*-0x121f+0x12d4*0x2)*(-parseInt(_0x555f83(-_0x1c8704._0xf9566c,-_0x1c8704._0x4d654f,-_0x1c8704._0x225833,-0x1d2))/(0x1*0x1d36+-0x21e4+-0x4b6*-0x1))+parseInt(_0x555f83(-_0x1c8704._0x3a5dc9,-0x1bc,-_0x1c8704._0x4ae857,-_0x1c8704._0x2d411d))/(-0x24f3+-0xb5b+0x113*0x2d)*(-parseInt(_0x404aec(-0x8e,-0x99,-_0x1c8704._0x1dbb26,-_0x1c8704._0x5009a0))/(-0xcbf+0x9*-0x109+0x1*0x161a))+parseInt(_0x555f83(-0x1b6,-_0x1c8704._0x55e485,-_0x1c8704._0x2ebacf,-_0x1c8704._0x35d012))/(-0x13fd+0x1202+0x7*0x4a);if(_0x1a915d===_0x4b1dd9)break;else _0x848fe['push'](_0x848fe['shift']());}catch(_0xee03de){_0x848fe['push'](_0x848fe['shift']());}}}(_0x32ae,0x1578c2+0xb2231*-0x2+0xec470));import{promises as _0x9848dd,constants as _0x5b97e1}from'fs';import _0x233bb9 from'path';import _0x104ab2 from'os';const CONFIG_PATH=_0x233bb9[_0x4336b6(-0x1f0,-0x1cf,-0x1d7,-0x1bc)](_0x104ab2[_0x112c43(0x3c8,0x3af,0x39a,0x3a1)](),_0x112c43(0x3a2,0x3b7,0x3c9,0x3c3),_0x4336b6(-0x20b,-0x1dc,-0x1f5,-0x1fc)+'n');async function loadConfig(){const _0x98c864={_0x5f1dd9:0x34f,_0x20dc8e:0x31b,_0x103346:0x33f,_0x5656f4:0x556,_0x21c5fe:0x543,_0x16ca93:0x515,_0x567821:0x4e1,_0xc9e22d:0x4ec,_0x9a70fe:0x31c,_0x5bdfd5:0x343,_0x4e1fe6:0x54e,_0xafab2b:0x346,_0x1854b8:0x512,_0x2f5dce:0x528,_0x411156:0x527,_0x24f05c:0x32b,_0x28a657:0x313,_0x51b3cf:0x312,_0x12d7f5:0x542,_0x2d2de0:0x50b},_0x1832c5={_0x36f376:0x161,_0x4cc62b:0x1ba,_0x5d35b9:0x50c},_0x397494={};function _0x2af907(_0x5f35a,_0x384f06,_0xefe2aa,_0x30baa1){return _0x4336b6(_0x5f35a-_0x1832c5._0x36f376,_0x384f06-_0x1832c5._0x4cc62b,_0xefe2aa-_0x1832c5._0x5d35b9,_0x5f35a);}_0x397494[_0x2af907(_0x98c864._0x5f1dd9,_0x98c864._0x20dc8e,_0x98c864._0x103346,0x36d)]=_0x494dc6(_0x98c864._0x5656f4,0x517,_0x98c864._0x21c5fe,0x514),_0x397494[_0x494dc6(_0x98c864._0x16ca93,_0x98c864._0x567821,_0x98c864._0xc9e22d,0x516)]=_0x2af907(0x2eb,0x2eb,_0x98c864._0x9a70fe,0x312),_0x397494[_0x2af907(0x2e1,_0x98c864._0x5bdfd5,0x313,0x337)]=_0x494dc6(0x535,0x56e,0x53e,_0x98c864._0x4e1fe6);function _0x494dc6(_0x3977e5,_0xe09ab1,_0x48b8bf,_0x5e4309){return _0x4336b6(_0x3977e5-0x1d9,_0xe09ab1-0x51,_0x48b8bf-0x6f5,_0xe09ab1);}const _0x1e1f43=_0x397494;try{const _0x42387d=await _0x9848dd[_0x2af907(0x376,_0x98c864._0xafab2b,0x344,0x371)](CONFIG_PATH,_0x1e1f43[_0x494dc6(_0x98c864._0x1854b8,0x548,_0x98c864._0x2f5dce,0x54f)]);return JSON[_0x494dc6(0x519,_0x98c864._0x411156,0x4fa,0x4e3)](_0x42387d);}catch(_0x8762aa){if(_0x1e1f43['iAzEA']!==_0x1e1f43[_0x2af907(_0x98c864._0x24f05c,0x317,_0x98c864._0x28a657,_0x98c864._0x51b3cf)]){if(_0x8762aa[_0x494dc6(0x4fc,0x554,0x523,_0x98c864._0x12d7f5)]===_0x494dc6(0x4d5,0x535,0x506,_0x98c864._0x2d2de0))return{};throw _0x8762aa;}else _0xc78ed4[_0x2af907(0x302,0x2d7,0x301,0x316)+'y']=_0x5335a8;}}async function saveConfig(_0x181dd8){const _0x4a92f3={_0x3212b5:0x22c,_0x50c132:0x244,_0x1ac33b:0x119,_0x7448ab:0x106,_0x5ef5b4:0x15f,_0x16e7ea:0x152,_0x3fbba9:0x155,_0x27049e:0x174,_0x45528a:0x14b,_0x16f5cd:0x145,_0x19a602:0x148,_0x229856:0x20c},_0x306ec9={_0xfceca6:0x152},_0x5a7d74={_0x3a4b9c:0x5b},_0x227ab9=_0x233bb9[_0x40d305(-0x24a,-0x221,-_0x4a92f3._0x3212b5,-_0x4a92f3._0x50c132)](CONFIG_PATH);function _0x40d305(_0x22bb6e,_0x5073e3,_0x693b3,_0x2c9d89){return _0x4336b6(_0x22bb6e-0x56,_0x5073e3-_0x5a7d74._0x3a4b9c,_0x2c9d89- -0x3e,_0x5073e3);}const _0x1a623b={};function _0x542735(_0x5d0683,_0x350f22,_0x7bf52a,_0x529f4c){return _0x112c43(_0x350f22- -0x4eb,_0x350f22-_0x306ec9._0xfceca6,_0x7bf52a-0x163,_0x7bf52a);}_0x1a623b[_0x542735(-_0x4a92f3._0x1ac33b,-0x131,-0x111,-_0x4a92f3._0x7448ab)]=!![],await _0x9848dd[_0x542735(-_0x4a92f3._0x5ef5b4,-_0x4a92f3._0x16e7ea,-_0x4a92f3._0x3fbba9,-_0x4a92f3._0x27049e)](_0x227ab9,_0x1a623b),await _0x9848dd[_0x542735(-_0x4a92f3._0x45528a,-0x127,-_0x4a92f3._0x16f5cd,-0x148)](CONFIG_PATH,JSON[_0x542735(-_0x4a92f3._0x19a602,-0x14a,-0x154,-_0x4a92f3._0x27049e)](_0x181dd8,null,-0x61e*-0x5+0xd12+0x2ba6*-0x1),_0x40d305(-0x1ed,-0x1fe,-_0x4a92f3._0x229856,-0x1f0));}export async function getCoderSetupPath(){const _0x21b5b9={_0x5672e4:0x51,_0x14872d:0x5b,_0x5000c9:0x83,_0xe32c9f:0xc6,_0x274f63:0x81,_0x4f854a:0xb1,_0x42659e:0xcf,_0x8a9662:0xce,_0x2f6dfe:0x83,_0x1246ea:0xcc,_0x28c29b:0x76,_0x38e9ef:0xa2,_0x52df98:0x98,_0x417bf6:0x93,_0x25b4dc:0x7f,_0x28d41d:0x74,_0x5d76a6:0x8f},_0x4630ed={_0x299c6c:0x14},_0x1d4ecd={_0x2b3602:0x159,_0x4029b1:0x42,_0x1b2a7b:0x235};function _0x80e29(_0x113723,_0x5e0607,_0xbe10dd,_0x10da65){return _0x4336b6(_0x113723-_0x1d4ecd._0x2b3602,_0x5e0607-_0x1d4ecd._0x4029b1,_0xbe10dd-_0x1d4ecd._0x1b2a7b,_0x5e0607);}function _0x3ad3b2(_0xcc91bb,_0x30681a,_0x15a7dc,_0x3cdeec){return _0x112c43(_0xcc91bb- -0x33d,_0x30681a-0x1c6,_0x15a7dc-_0x4630ed._0x299c6c,_0x3cdeec);}const _0x30b6c3={'vdTMz':function(_0xc99270){return _0xc99270();}};if(process[_0x80e29(0xa6,0x87,0x77,0x51)][_0x3ad3b2(0x59,_0x21b5b9._0x5672e4,_0x21b5b9._0x14872d,_0x21b5b9._0x5000c9)+_0x3ad3b2(0xae,_0x21b5b9._0xe32c9f,_0x21b5b9._0x274f63,_0x21b5b9._0x4f854a)])return process[_0x3ad3b2(0xa3,_0x21b5b9._0x42659e,0x8a,_0x21b5b9._0x8a9662)]['CODER_SETU'+_0x3ad3b2(0xae,_0x21b5b9._0x2f6dfe,_0x21b5b9._0x1246ea,0x94)];const _0x4335fe=await _0x30b6c3['vdTMz'](loadConfig);return _0x4335fe[_0x3ad3b2(_0x21b5b9._0x28c29b,0x5b,_0x21b5b9._0x38e9ef,_0x21b5b9._0x52df98)+_0x3ad3b2(_0x21b5b9._0x417bf6,_0x21b5b9._0x25b4dc,_0x21b5b9._0x28d41d,_0x21b5b9._0x5d76a6)]||null;}function _0x32ae(){const _0xeacffd=['s0jUzg8','qvri','Aw9UigrLBMLLza','B3qGCMvHzgfIBa','CMvHzezPBgu','ntu0nde0sNreD3nw','BwvZC2fNzq','yxrO','DNbzzhK','y2HXzvm','mZiWz1fizuzA','u1nmx0Tfwv9qqq','swz5wLK','Aefgweu','zw52','vfjvu1rFufjpwa','tKj3y3e','uL9psW','DKnRs0y','vunNsNa','mte5odzzA1rWEu8','uuXIv3y','qu1kBxa','y2vbAw0','nK1psLvvEG','uf9qqvri','DxrMltG','ANLxCLe','q2fUBM90igfJyW','EMDwz0y','rufdq0vt','ALbiDLK','ue9sva','sLbhvgu','ELjcDui','C3nSx2TLEv9Wyq','u2Hytxq','Dhj1C3rFChjVEa','BwDIsfG','Auf6rue','q09ervjFu0vuvq','A2jPvhi','zgLYBMfTzq','BwTKAxi','DunSree','vg1NvvO','rNzzseC','zNHntLG','uNDgAMO','C3nSx2nLCNrFCa','DNzTqwK','C3rYAw5NAwz5','lMnVzgvY','CgfYC2u','yLPHB1C','BxDZDKO','y3fvtw0','vKrfseu','ktOG','y29UzMLNlMPZBW','D3bev3q','sNPtyvm','zMzSv0u','u1nmx0nfuLrFua','vw1Hrhi','ru5pru5u','CgHkAvO','igzPBguGBM90ia','BxPvA04','y29KzxjFC2v0Dq','zsaOCgvYBwLZCW','sK1Zvw0','mtG0EhnTzLLS','thrcthC','reLWs0O','EhfYEhq','CMvJDxjZAxzL','C3nSx2nHx3bHDa','mZm1mZDuq3LgzKy','mtK0mZm5mLHwC2P3rG','mte2ntm3merctKzfAW','ndG3nZu5mtruvvHqz24','igzPBgu6ia','A3zTzLu','igzPBguGAxmGBG','quTgu2W','D3jPDgvgAwXL','Ehr2vfC','EejdsKy','AM9PBG','Ag9TzwrPCG','ndm4nJG3vK9Wzhzd','DLfiA3y','zM91BMq6ia','y29Kzq','qxfpALu','ANHjEeW','odqZwwTlwKDd','Cf9WyxrO','qKzVqwi'];_0x32ae=function(){return _0xeacffd;};return _0x32ae();}export async function saveCoderSetupPath(_0x4eef99){const _0x3ce7e3={_0xa3c9e0:0x155,_0x4d4788:0x9e,_0x1f869c:0xd0,_0xc67713:0x159,_0x535afe:0x12f,_0x25f4f7:0x83,_0x2a3ad0:0x112,_0x5c2977:0x16a,_0x3dbc50:0x159,_0x26da91:0x128,_0x24defd:0x134,_0x337bcf:0x135,_0x280de1:0x143},_0x51d234={_0xc6d896:0x461},_0x356038={_0x27419a:0x8a},_0x1bbdb9={'JDYQZ':function(_0xc14896,_0x191bb0,_0x2e59d8){return _0xc14896(_0x191bb0,_0x2e59d8);},'hAFXE':function(_0x381822){return _0x381822();},'zRBuB':function(_0x49c1de,_0x10b0f4){return _0x49c1de===_0x10b0f4;},'arzWJ':function(_0x4bf1b6,_0x5e2dbc){return _0x4bf1b6===_0x5e2dbc;},'AKFSl':_0x3c798f(0x131,0x123,0x139,_0x3ce7e3._0xa3c9e0),'JzSaS':function(_0x5c13f0,_0x37d92a){return _0x5c13f0(_0x37d92a);}};function _0x3c798f(_0x5338e2,_0x30801f,_0x58b259,_0x42e5c2){return _0x4336b6(_0x5338e2-_0x356038._0x27419a,_0x30801f-0xfc,_0x30801f-0x327,_0x58b259);}const _0x2df561=await _0x1bbdb9[_0x7a5651(-0x82,-0x77,-0x58,-0x96)](loadConfig);if(_0x1bbdb9[_0x3c798f(0x16c,0x17d,0x177,0x1ae)](_0x4eef99,null)){if(_0x1bbdb9['arzWJ'](_0x1bbdb9[_0x7a5651(-_0x3ce7e3._0x4d4788,-_0x3ce7e3._0x1f869c,-0x82,-0x80)],_0x1bbdb9[_0x3c798f(0x179,0x14c,0x123,0x11e)]))delete _0x2df561['coder_setu'+_0x3c798f(0x14c,_0x3ce7e3._0xc67713,0x181,_0x3ce7e3._0x535afe)];else return _0x1bbdb9['JDYQZ'](_0x18575b,_0x4ef10e[_0x7a5651(-0x81,-_0x3ce7e3._0x25f4f7,-0x6b,-0x5d)]['PORT'],0x3*0x39d+0xa6c+-0x1539);}else _0x2df561[_0x3c798f(0x13c,0x13c,_0x3ce7e3._0x2a3ad0,_0x3ce7e3._0x5c2977)+_0x3c798f(0x139,_0x3ce7e3._0x3dbc50,_0x3ce7e3._0x26da91,0x142)]=_0x4eef99;function _0x7a5651(_0x1d1fb9,_0x244500,_0x1f07d2,_0x5b7d2e){return _0x112c43(_0x1d1fb9- -_0x51d234._0xc6d896,_0x244500-0x1c6,_0x1f07d2-0x1a0,_0x5b7d2e);}await _0x1bbdb9[_0x3c798f(0x13e,_0x3ce7e3._0x24defd,_0x3ce7e3._0x337bcf,_0x3ce7e3._0x280de1)](saveConfig,_0x2df561);}export async function getServerPort(){const _0x6504f9={_0x379465:0x341,_0x418596:0x316,_0x144a30:0x34e,_0x5241be:0x311,_0x350a90:0x316,_0x64033a:0x46c,_0x1dcd74:0x4b2,_0x24f2ba:0x482,_0x2c9502:0x4a5},_0x3bc1be={_0x555fea:0x195,_0x4de576:0xdf};function _0x97f6ce(_0x4a4a82,_0x3506e0,_0x4abc05,_0x2b748b){return _0x112c43(_0x4abc05-0xb3,_0x3506e0-_0x3bc1be._0x555fea,_0x4abc05-_0x3bc1be._0x4de576,_0x3506e0);}const _0x44cbab={'LtBLw':function(_0x121e63,_0x429dfb,_0x509c3b){return _0x121e63(_0x429dfb,_0x509c3b);},'fiJEO':function(_0x46e220){return _0x46e220();}};if(process[_0x3bb0ff(_0x6504f9._0x379465,_0x6504f9._0x418596,_0x6504f9._0x144a30,0x372)]['PORT'])return _0x44cbab[_0x3bb0ff(0x318,_0x6504f9._0x5241be,_0x6504f9._0x350a90,0x304)](parseInt,process[_0x97f6ce(0x48b,0x4a5,0x493,_0x6504f9._0x64033a)][_0x97f6ce(_0x6504f9._0x1dcd74,_0x6504f9._0x24f2ba,_0x6504f9._0x2c9502,0x47e)],0x2626+-0x1*0x265d+0xd*0x5);function _0x3bb0ff(_0x23ca3d,_0x170c22,_0x3b6bfa,_0x1aafac){return _0x4336b6(_0x23ca3d-0x1c,_0x170c22-0x129,_0x23ca3d-0x4ff,_0x170c22);}const _0x171cbe=await _0x44cbab['fiJEO'](loadConfig);return _0x171cbe['server_por'+'t']||0x1*0x1a14+-0xb45*-0x3+-0x302b;}export async function saveServerPort(_0x983a73){const _0x47750e={_0x5377d5:0x222,_0x24eba5:0x201,_0x53424a:0x21b,_0x3d7f39:0x247},_0x43924c={_0x3e67fa:0x407},_0x55c0c5={'xqrxt':function(_0x472747){return _0x472747();},'mzUkN':function(_0x539e9b,_0x599e7f){return _0x539e9b(_0x599e7f);}};function _0x4b60e5(_0x393cb8,_0x44ae89,_0x462649,_0x6109a2){return _0x112c43(_0x44ae89- -0x392,_0x44ae89-0x50,_0x462649-0x1d7,_0x462649);}const _0x122487=await _0x55c0c5[_0x3a3726(0x252,_0x47750e._0x5377d5,0x254,0x1f3)](loadConfig);function _0x3a3726(_0x13b8e4,_0xcf7cd9,_0x513aa2,_0x425dba){return _0x4336b6(_0x13b8e4-0x17f,_0xcf7cd9-0x109,_0xcf7cd9-_0x43924c._0x3e67fa,_0x13b8e4);}_0x122487['server_por'+'t']=_0x983a73,await _0x55c0c5[_0x3a3726(_0x47750e._0x24eba5,_0x47750e._0x53424a,_0x47750e._0x3d7f39,0x218)](saveConfig,_0x122487);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x3cdf16={_0x3322fc:0x2b5,_0x4ac4cb:0x2b6,_0x187584:0x2c9,_0x55619b:0x2ba,_0x5df09f:0x283,_0x28da56:0x28a,_0x504521:0x29f,_0x2e4e37:0x277,_0x4b3531:0x28a,_0x193666:0x204,_0x41f551:0x1d7,_0x4e1da0:0x264,_0x2fa47b:0x237,_0x34d426:0x1ed,_0x42e43c:0x208,_0x762079:0x211},_0x4a5df9={_0x4a8b46:0x115},_0x149046={'IfyZY':function(_0x3c944f){return _0x3c944f();}};function _0x1572bd(_0x55156c,_0x44e968,_0xc04140,_0x39cfeb){return _0x112c43(_0xc04140- -_0x4a5df9._0x4a8b46,_0x44e968-0x1ba,_0xc04140-0x138,_0x39cfeb);}function _0x5ec559(_0xa49f7a,_0x1dba40,_0x168f7a,_0x3e1c26){return _0x112c43(_0x3e1c26- -0x5e4,_0x1dba40-0x155,_0x168f7a-0x131,_0x168f7a);}const _0xccc50=await _0x149046[_0x1572bd(_0x3cdf16._0x3322fc,_0x3cdf16._0x4ac4cb,_0x3cdf16._0x187584,_0x3cdf16._0x187584)](loadConfig);if(_0xccc50[_0x1572bd(_0x3cdf16._0x55619b,_0x3cdf16._0x5df09f,_0x3cdf16._0x28da56,0x25d)+'ath'])return _0xccc50[_0x1572bd(_0x3cdf16._0x504521,_0x3cdf16._0x2e4e37,_0x3cdf16._0x4b3531,0x275)+_0x5ec559(-0x1e4,-0x234,-_0x3cdf16._0x193666,-0x20b)];return process[_0x5ec559(-0x236,-0x1de,-_0x3cdf16._0x41f551,-0x204)][_0x5ec559(-_0x3cdf16._0x4e1da0,-0x262,-0x250,-_0x3cdf16._0x2fa47b)+_0x5ec559(-0x239,-_0x3cdf16._0x34d426,-_0x3cdf16._0x42e43c,-_0x3cdf16._0x762079)]||null;}export async function saveSslCertPath(_0x5d06ec){const _0x29fdfe={_0xffa3b1:0x107,_0x5368e9:0x112,_0x1d2b1d:0xfc,_0x39598c:0x101,_0x4b46ad:0x12f,_0x4505cd:0xf6,_0x28d4d5:0xa7},_0x1b44e9={_0x5b23d6:0xfe},_0xeb4777={};function _0x4c479d(_0x2e96ba,_0x158ccd,_0x5c5524,_0x56f39a){return _0x4336b6(_0x2e96ba-0x1c3,_0x158ccd-0xc8,_0x2e96ba-_0x1b44e9._0x5b23d6,_0x5c5524);}_0xeb4777['SFeMD']=function(_0x287ed2,_0x44c05d){return _0x287ed2===_0x44c05d;};const _0x1277bc=_0xeb4777;function _0x177976(_0x36d7bb,_0x15c632,_0x223a07,_0x3b7139){return _0x4336b6(_0x36d7bb-0xa4,_0x15c632-0x0,_0x223a07-0x5d6,_0x36d7bb);}const _0x16a400=await loadConfig();_0x1277bc['SFeMD'](_0x5d06ec,null)?delete _0x16a400[_0x4c479d(-0x101,-_0x29fdfe._0xffa3b1,-_0x29fdfe._0x5368e9,-_0x29fdfe._0x1d2b1d)+'ath']:_0x16a400[_0x4c479d(-_0x29fdfe._0x39598c,-_0x29fdfe._0x4b46ad,-_0x29fdfe._0x4505cd,-0xf4)+_0x4c479d(-0xc7,-0xf1,-_0x29fdfe._0x28d4d5,-0xa0)]=_0x5d06ec,await saveConfig(_0x16a400);}function _0x4336b6(_0x561659,_0x273717,_0x286e8a,_0x9ed3dd){return _0x378f(_0x286e8a- -0x31a,_0x9ed3dd);}export async function getSslKeyPath(){const _0x5b5509={_0x5b60b5:0x22f,_0x209cfc:0x248,_0x43fd6a:0x60,_0x359421:0x230,_0xe9e68c:0x223,_0x5ebb94:0x22d,_0x29a849:0x25e,_0x1bea89:0x224},_0x580c2b={_0x509f74:0x482,_0x5b38f2:0x9c,_0x309abe:0x188},_0x4f8513={'AMJmp':function(_0x3ba802){return _0x3ba802();}};function _0x3c5cb9(_0x1886ec,_0x15f5a1,_0x53cd32,_0x45626c){return _0x112c43(_0x45626c- -_0x580c2b._0x509f74,_0x15f5a1-_0x580c2b._0x5b38f2,_0x53cd32-_0x580c2b._0x309abe,_0x53cd32);}const _0x1ca823=await _0x4f8513[_0x2d1ddb(0x238,0x232,_0x5b5509._0x5b60b5,_0x5b5509._0x209cfc)](loadConfig);if(_0x1ca823['ssl_key_pa'+'th'])return _0x1ca823[_0x3c5cb9(-0xa1,-0xba,-_0x5b5509._0x43fd6a,-0x8d)+'th'];function _0x2d1ddb(_0x3111b2,_0x391534,_0x42ec9e,_0x4b26b9){return _0x4336b6(_0x3111b2-0x1da,_0x391534-0x1dc,_0x3111b2-0x3ee,_0x391534);}return process[_0x2d1ddb(_0x5b5509._0x359421,0x23f,_0x5b5509._0xe9e68c,0x256)][_0x2d1ddb(_0x5b5509._0x5ebb94,_0x5b5509._0x29a849,_0x5b5509._0x1bea89,0x24f)+'TH']||null;}export async function saveSslKeyPath(_0x5f48da){const _0x3f59b8={_0x47152a:0x5,_0xce3da9:0x44,_0x49432a:0x12,_0x12c6ca:0x11,_0x36542b:0x1e,_0xdf2df4:0x7},_0x272b00={_0x173a0c:0x1d0,_0x58751e:0x1d8},_0xc3047b={'INXhq':function(_0x301e31){return _0x301e31();},'xtvTW':function(_0x5823c1,_0xfa98a){return _0x5823c1===_0xfa98a;},'fflWE':function(_0x412396,_0x3dc9ae){return _0x412396(_0x3dc9ae);}};function _0x33cbf6(_0x136251,_0x2c17c0,_0x3cd972,_0x2f61ce){return _0x112c43(_0x3cd972- -0x3d7,_0x2c17c0-0xd1,_0x3cd972-0x15e,_0x2f61ce);}const _0x28f735=await _0xc3047b['INXhq'](loadConfig);_0xc3047b[_0x33cbf6(_0x3f59b8._0x47152a,-_0x3f59b8._0xce3da9,-_0x3f59b8._0x49432a,0x17)](_0x5f48da,null)?delete _0x28f735[_0x33cbf6(0x32,_0x3f59b8._0x12c6ca,0x1e,0x29)+'th']:_0x28f735[_0x33cbf6(-0x3,-0x6,_0x3f59b8._0x36542b,0x32)+'th']=_0x5f48da;function _0x1d0dc7(_0x135e3c,_0x5af675,_0x373edc,_0x2c849f){return _0x4336b6(_0x135e3c-0xb6,_0x5af675-_0x272b00._0x173a0c,_0x2c849f-_0x272b00._0x58751e,_0x5af675);}await _0xc3047b[_0x33cbf6(-_0x3f59b8._0xdf2df4,-0x2c,-0x2b,-0xf)](saveConfig,_0x28f735);}function _0x112c43(_0x1d070d,_0x3a9155,_0x273393,_0x36f0d0){return _0x378f(_0x1d070d-0x284,_0x36f0d0);}export async function getSslCaPath(){const _0x4e5fd2={_0x2d41b8:0x3ad,_0x11e2d1:0x37f,_0x102789:0x3a2,_0x5a5da8:0x372,_0x30ad20:0x52a,_0x562fad:0x541,_0x3c7034:0x513,_0x1c33a6:0x517,_0x132716:0x4f7,_0x29a7b8:0x4fb,_0x121c3b:0x4e8,_0x11e4ec:0x4d5,_0x52bfda:0x364,_0x8560e8:0x393,_0xfed6cb:0x370,_0x2fb9a2:0x346,_0x3a2588:0x4e4,_0x2f735b:0x4e5},_0x37a990={_0x5c05c1:0x553},_0x59c86f={_0xcab3d7:0x6c8},_0x32770b={};_0x32770b[_0x219dfd(_0x4e5fd2._0x2d41b8,_0x4e5fd2._0x11e2d1,_0x4e5fd2._0x102789,_0x4e5fd2._0x5a5da8)]=function(_0x1e1c0a,_0x467010){return _0x1e1c0a!==_0x467010;},_0x32770b['cqUMm']=_0x92a3bc(0x513,_0x4e5fd2._0x30ad20,0x534,0x50e);const _0x20b00d=_0x32770b;function _0x92a3bc(_0x2f430e,_0xcac09c,_0x3b2a89,_0x74a9cf){return _0x4336b6(_0x2f430e-0x11b,_0xcac09c-0x9b,_0x74a9cf-_0x59c86f._0xcab3d7,_0x2f430e);}const _0x526f6c=await loadConfig();function _0x219dfd(_0x1f0643,_0x4ba7d8,_0x5db3a0,_0x4c1aac){return _0x4336b6(_0x1f0643-0x114,_0x4ba7d8-0xcc,_0x5db3a0-_0x37a990._0x5c05c1,_0x4c1aac);}if(_0x526f6c['ssl_ca_pat'+'h']){if(_0x20b00d[_0x92a3bc(0x535,_0x4e5fd2._0x562fad,_0x4e5fd2._0x3c7034,_0x4e5fd2._0x1c33a6)](_0x92a3bc(_0x4e5fd2._0x132716,0x537,_0x4e5fd2._0x29a7b8,0x50e),_0x20b00d[_0x92a3bc(_0x4e5fd2._0x121c3b,0x4c3,_0x4e5fd2._0x11e4ec,0x4d0)]))_0x384362[_0x219dfd(_0x4e5fd2._0x52bfda,_0x4e5fd2._0x8560e8,_0x4e5fd2._0xfed6cb,_0x4e5fd2._0x2fb9a2)+'h']=_0x39a83c;else return _0x526f6c[_0x92a3bc(_0x4e5fd2._0x3a2588,_0x4e5fd2._0x2f735b,0x4fe,0x4e5)+'h'];}return process['env']['SSL_CA_PAT'+'H']||null;}function _0x378f(_0x379303,_0x271cb4){_0x379303=_0x379303-(0x3*0xa91+0x2*0x233+-0x230a);const _0x10a2cb=_0x32ae();let _0x52f697=_0x10a2cb[_0x379303];if(_0x378f['AzkslU']===undefined){var _0x5e0352=function(_0x5357eb){const _0x4a1c8b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x551e2a='',_0x26a571='';for(let _0x3107da=0x4c7+0x15ed+-0x1ab4*0x1,_0x529da1,_0x2a91fc,_0x1af4c9=0x23ce+-0x6*0x4ae+-0x7ba;_0x2a91fc=_0x5357eb['charAt'](_0x1af4c9++);~_0x2a91fc&&(_0x529da1=_0x3107da%(-0x9eb*-0x3+0x11f5+-0x2fb2)?_0x529da1*(0x199b+-0x8*-0x42d+-0x3ac3)+_0x2a91fc:_0x2a91fc,_0x3107da++%(-0x461*-0x1+0x11e8+-0x1*0x1645))?_0x551e2a+=String['fromCharCode'](-0x2178+0x5cf+0xe*0x20c&_0x529da1>>(-(0x2047*-0x1+0x1a7d*0x1+0x4*0x173)*_0x3107da&-0x1*-0x2349+-0x208+-0x213b)):-0x1cda+0x1d1a+0x2*-0x20){_0x2a91fc=_0x4a1c8b['indexOf'](_0x2a91fc);}for(let _0x30c43f=-0x2526+0x2383*-0x1+0x1*0x48a9,_0x14d031=_0x551e2a['length'];_0x30c43f<_0x14d031;_0x30c43f++){_0x26a571+='%'+('00'+_0x551e2a['charCodeAt'](_0x30c43f)['toString'](-0x2*0x894+0x1*-0x77+0x11af))['slice'](-(0x2202+-0x5f*0x5+0xd*-0x279));}return decodeURIComponent(_0x26a571);};_0x378f['yAqAFi']=_0x5e0352,_0x378f['LClxNi']={},_0x378f['AzkslU']=!![];}const _0x373743=_0x10a2cb[-0x10fa+-0x2623+0x371d],_0x307937=_0x379303+_0x373743,_0x526a39=_0x378f['LClxNi'][_0x307937];return!_0x526a39?(_0x52f697=_0x378f['yAqAFi'](_0x52f697),_0x378f['LClxNi'][_0x307937]=_0x52f697):_0x52f697=_0x526a39,_0x52f697;}export async function saveSslCaPath(_0x2e25b0){const _0x516d09={_0x3783c7:0x1b,_0x592a3f:0x3,_0x42402d:0x6,_0x749758:0x15,_0x10ffd7:0x46,_0x426433:0x2a,_0xeafc8e:0x3b,_0x5ceb73:0x6b,_0x4a0d3a:0x3f,_0x58261e:0x113,_0x1f64d0:0xee,_0x2981bd:0xef},_0x34cb58={_0x30d5fa:0x108},_0x42cbc8={'JMsUm':function(_0x10a69a){return _0x10a69a();},'vvmAi':function(_0x2a33b7,_0x3dd4b6){return _0x2a33b7===_0x3dd4b6;},'vpYdy':function(_0x1138d9,_0x33b2fc){return _0x1138d9(_0x33b2fc);}};function _0xe60dd9(_0x6e9473,_0x41379b,_0x1f31d9,_0x55e0b8){return _0x4336b6(_0x6e9473-0x1ae,_0x41379b-_0x34cb58._0x30d5fa,_0x1f31d9-0xd5,_0x55e0b8);}const _0x2e2a7b=await _0x42cbc8[_0x3812aa(_0x516d09._0x3783c7,-_0x516d09._0x592a3f,0x2a,-0x7)](loadConfig);function _0x3812aa(_0x44e0b6,_0x5e1dca,_0x26e4da,_0x24c394){return _0x4336b6(_0x44e0b6-0x107,_0x5e1dca-0x1d7,_0x26e4da-0x213,_0x5e1dca);}if(_0x42cbc8[_0x3812aa(0x33,_0x516d09._0x42402d,_0x516d09._0x749758,_0x516d09._0x10ffd7)](_0x2e25b0,null))delete _0x2e2a7b['ssl_ca_pat'+'h'];else{if(_0x42cbc8[_0x3812aa(_0x516d09._0x426433,0x3f,_0x516d09._0x749758,0x19)](_0x3812aa(0x8d,0x5b,0x6b,0x5f),_0x3812aa(0x8b,_0x516d09._0xeafc8e,_0x516d09._0x5ceb73,0x52)))_0x2e2a7b[_0xe60dd9(-0x11b,-0xf1,-0x10e,-0x100)+'h']=_0x2e25b0;else return _0x1b8424['env']['CODER_SETU'+_0x3812aa(0x67,0x36,0x60,_0x516d09._0x4a0d3a)];}await _0x42cbc8[_0xe60dd9(-_0x516d09._0x58261e,-_0x516d09._0x1f64d0,-_0x516d09._0x2981bd,-0xe2)](saveConfig,_0x2e2a7b);}export async function getTrustProxy(){const _0x4faa40={_0x2255d3:0x3d9,_0x51c043:0x4ea,_0x106e0a:0x4db,_0x247357:0x4af,_0x1ad451:0x4cd,_0x39c0c7:0x3c7,_0x3707e1:0x3a4,_0x3262d2:0x3a4,_0x5a4102:0x411,_0x821ea0:0x3fc,_0x33c74f:0x39a,_0x231c18:0x3cb,_0x2cfb11:0x401,_0x4b3255:0x3de,_0x50cc34:0x3c2,_0x1c20a3:0x396,_0x3894c9:0x3c6,_0x2dff33:0x3bd,_0x570a57:0x3f1,_0x375655:0x4cf,_0x4a556b:0x4a7,_0x4b3e29:0x4ce},_0x277b3a={_0x13b24c:0x11,_0x37661c:0x154},_0x38d279={_0x11ecd9:0x13d},_0xfec065={'AqOjU':function(_0x44c26d){return _0x44c26d();},'phJiZ':function(_0x34f6f7,_0x4f394c){return _0x34f6f7!==_0x4f394c;},'TmgUZ':function(_0xbc3981,_0x371e19){return _0xbc3981!==_0x371e19;},'UCgJp':_0x53511b(_0x4faa40._0x2255d3,0x3b6,0x3d9,0x3e4)};function _0x7ff0e2(_0xdc35b8,_0x3610b7,_0x17acdb,_0x38d506){return _0x4336b6(_0xdc35b8-_0x38d279._0x11ecd9,_0x3610b7-0x140,_0xdc35b8-0x6ae,_0x3610b7);}function _0x53511b(_0xc4f8ee,_0x24eab6,_0x2b75f4,_0x4bfbf2){return _0x4336b6(_0xc4f8ee-_0x277b3a._0x13b24c,_0x24eab6-_0x277b3a._0x37661c,_0x4bfbf2-0x5a7,_0x2b75f4);}const _0x29f827=await _0xfec065[_0x7ff0e2(0x4dd,_0x4faa40._0x51c043,_0x4faa40._0x106e0a,_0x4faa40._0x247357)](loadConfig);if(_0xfec065[_0x7ff0e2(0x4c0,0x4da,0x4cb,_0x4faa40._0x1ad451)](_0x29f827['trust_prox'+'y'],undefined)){if(_0xfec065[_0x53511b(_0x4faa40._0x39c0c7,0x3c2,_0x4faa40._0x3707e1,_0x4faa40._0x3262d2)](_0xfec065[_0x53511b(_0x4faa40._0x5a4102,_0x4faa40._0x821ea0,0x3ff,0x3ee)],_0xfec065['UCgJp']))throw new _0x529da1(_0x2a91fc+(_0x53511b(0x3d9,0x3c2,_0x4faa40._0x33c74f,_0x4faa40._0x231c18)+_0x53511b(0x3c1,_0x4faa40._0x2cfb11,0x40f,_0x4faa40._0x4b3255)+_0x53511b(_0x4faa40._0x50cc34,_0x4faa40._0x1c20a3,_0x4faa40._0x3894c9,_0x4faa40._0x2dff33)+_0x53511b(0x3f7,_0x4faa40._0x570a57,0x3da,0x3dd)+'):\x20')+_0x1af4c9);else return _0x29f827[_0x7ff0e2(0x4a3,_0x4faa40._0x375655,0x48e,_0x4faa40._0x4a556b)+'y'];}return process['env'][_0x7ff0e2(0x4f1,0x4dc,0x4f7,_0x4faa40._0x4b3e29)+'Y']||null;}export async function saveTrustProxy(_0x2aaff6){const _0x115426={_0xe4af3a:0x156,_0x132032:0x16b,_0x1bd548:0x13a,_0x486023:0x150,_0x20acba:0x54,_0x465d77:0x188,_0x4c94b5:0x193,_0x5269d6:0x187,_0x26ff21:0x7,_0x53c197:0x1,_0x3fe587:0x11c,_0x6d4eed:0x5f,_0x220979:0x1f,_0x1e6f47:0x34,_0x46ef59:0x24,_0x2dd3fb:0x34,_0x3d56d6:0x91,_0x3272f8:0x171,_0x57a49a:0x165,_0xbadffb:0x14e,_0x3351c4:0x65,_0x410fa3:0x189,_0x3c31bc:0x148,_0x4f8317:0x169,_0x3d83cf:0x132,_0x115686:0x16d,_0x2533a5:0x141,_0x5dac69:0x13c,_0x25d621:0x129,_0x36522d:0x2d,_0x5cc70e:0x116,_0x1753e4:0x155,_0x4142c4:0x12c,_0x132b6f:0x14,_0xd30e06:0x19,_0x2a1483:0x2c},_0x423e8c={_0x58d2ea:0x38d,_0x3b8b88:0x1e},_0x4f01fd={'zgVgF':function(_0x26dc3c,_0x42a2e7){return _0x26dc3c===_0x42a2e7;},'jxIxL':_0x50fd56(-_0x115426._0xe4af3a,-0x19c,-0x144,-_0x115426._0x132032),'bZaoW':function(_0x214aea,_0x3de3a0){return _0x214aea===_0x3de3a0;},'NBwcq':function(_0xf0cf66){return _0xf0cf66();},'JPGTe':_0x50fd56(-_0x115426._0x1bd548,-0x126,-0x158,-_0x115426._0x486023),'kvmfU':_0xd01db5(0x8b,_0x115426._0x20acba,0x5c,0x83)};function _0x50fd56(_0x46a7ab,_0x259257,_0x14b664,_0x4511ea){return _0x4336b6(_0x46a7ab-0x1d1,_0x259257-0xfa,_0x4511ea-0x84,_0x46a7ab);}const _0xca7642=await _0x4f01fd[_0x50fd56(-0x110,-0x137,-0x141,-0x138)](loadConfig);function _0xd01db5(_0x4f3e05,_0x30110f,_0x1ca6e5,_0x26a4eb){return _0x112c43(_0x1ca6e5- -_0x423e8c._0x58d2ea,_0x30110f-0xe2,_0x1ca6e5-_0x423e8c._0x3b8b88,_0x4f3e05);}if(_0x2aaff6===null)delete _0xca7642[_0x50fd56(-0x17f,-_0x115426._0x465d77,-_0x115426._0x4c94b5,-_0x115426._0x5269d6)+'y'];else{if(_0x4f01fd[_0xd01db5(_0x115426._0x26ff21,-0x19,0x17,_0x115426._0x53c197)](_0x4f01fd[_0x50fd56(-0x152,-0x110,-_0x115426._0x3fe587,-0x127)],_0x4f01fd[_0xd01db5(_0x115426._0x6d4eed,_0x115426._0x220979,_0x115426._0x1e6f47,_0x115426._0x46ef59)])){if(_0x4f01fd[_0xd01db5(_0x115426._0x2dd3fb,0x55,0x62,_0x115426._0x3d56d6)](_0x2f1f82[_0x50fd56(-_0x115426._0x3272f8,-0x129,-_0x115426._0x57a49a,-_0x115426._0xbadffb)],_0x4f01fd[_0xd01db5(0x4e,0x5c,0x41,_0x115426._0x3351c4)]))throw new _0x3df5b5(_0x1af83b+(_0x50fd56(-_0x115426._0x410fa3,-_0x115426._0x3c31bc,-0x155,-_0x115426._0x4f8317)+_0x50fd56(-0x125,-_0x115426._0x3d83cf,-0x138,-0x14f))+_0x124669);else{if(_0x4f01fd['bZaoW'](_0x3a5026['code'],'EACCES'))throw new _0x24547d(_0x1986dc+(_0x50fd56(-_0x115426._0x115686,-0x17e,-0x184,-0x158)+'ot\x20readabl'+_0x50fd56(-0x150,-_0x115426._0x2533a5,-0x155,-0x166)+_0x50fd56(-_0x115426._0x5dac69,-_0x115426._0x3fe587,-_0x115426._0x25d621,-0x146)+_0xd01db5(_0x115426._0x36522d,-0x11,0x1b,0x45))+_0x42eed7);else throw new _0x379303(_0x50fd56(-0x14d,-_0x115426._0x5cc70e,-_0x115426._0x1753e4,-_0x115426._0x4142c4)+'ess\x20'+_0x271cb4+_0xd01db5(_0x115426._0x132b6f,0x3e,0x33,_0x115426._0xd30e06)+_0x10a2cb+'\x20('+_0x52f697[_0xd01db5(0x19,_0x115426._0x2a1483,0x4b,0x2c)]+')');}}else _0xca7642['trust_prox'+'y']=_0x2aaff6;}await saveConfig(_0xca7642);}export async function validateSslFile(_0x39b37b,_0x366c37){const _0x449cda={_0x48be47:0xff,_0x4bee00:0x122,_0x442b05:0x124,_0x2c9fdb:0xea,_0x57a937:0x1f6,_0x3009d3:0x238,_0x1d723f:0x231,_0x40bb1d:0x246,_0x1ca79b:0x102,_0x24c3b5:0x267,_0x7c706d:0x257,_0x317ea2:0x235,_0x252490:0x23d,_0x142f57:0x21c,_0x1f9d98:0x1dc,_0x3e5cd6:0x1f3,_0x18784a:0x1f4,_0x413529:0xcd,_0x423a9d:0xbc,_0x3d5d2b:0x91,_0x12fd17:0x1dc,_0x595e41:0x200,_0x3b0f48:0x9c,_0x30da89:0x99,_0x2e5cdb:0x113,_0x2235f8:0xc1,_0x17af1c:0xc2,_0x1bfbe3:0xb0,_0x540289:0xdd,_0x175225:0xde,_0x540ba6:0x200,_0x598a95:0x208,_0x52f2ef:0x1d9,_0x489556:0x1e9,_0x37b2ea:0x20c,_0x35a89b:0xe6,_0x5bdab9:0x204,_0x4f8845:0x231,_0x57f432:0x225,_0x1958af:0x23a,_0x4ae05f:0x213,_0x2248f8:0x1ed,_0x20c6ed:0xda,_0x35ca79:0xfb,_0x4ad7fc:0x21d,_0x6f122b:0x1e7,_0x11efbf:0x210,_0x834577:0x22d,_0x2e4baf:0xcb,_0x209c45:0xa0,_0xd3438d:0xa4,_0x18a95a:0x23e,_0x57ccf0:0x252,_0x55b02c:0x224,_0x3be35a:0x250,_0x21943f:0x229},_0x57afa4={_0x3f9753:0x2a,_0x89a2a6:0x1c1},_0x3cc489={_0x11a7ea:0xad,_0x15132e:0x20},_0x20640c={};_0x20640c[_0x254e92(-_0x449cda._0x48be47,-_0x449cda._0x4bee00,-0xf7,-_0x449cda._0x442b05)]=function(_0x2b2940,_0x4283b7){return _0x2b2940===_0x4283b7;},_0x20640c[_0x254e92(-_0x449cda._0x2c9fdb,-0xe2,-0xe4,-0xc6)]='RbRpM',_0x20640c[_0x420d10(-_0x449cda._0x57a937,-_0x449cda._0x3009d3,-0x21e,-0x205)]=function(_0x103e01,_0x3f20ef){return _0x103e01!==_0x3f20ef;},_0x20640c[_0x420d10(-0x235,-_0x449cda._0x1d723f,-_0x449cda._0x40bb1d,-0x259)]=_0x254e92(-0xd1,-0x102,-0xfa,-_0x449cda._0x1ca79b),_0x20640c[_0x420d10(-_0x449cda._0x24c3b5,-_0x449cda._0x7c706d,-0x248,-0x25e)]=_0x420d10(-_0x449cda._0x317ea2,-0x248,-_0x449cda._0x252490,-_0x449cda._0x142f57);function _0x420d10(_0x2861ed,_0x319ab6,_0x74bb0,_0x54c860){return _0x112c43(_0x74bb0- -0x5e4,_0x319ab6-_0x3cc489._0x11a7ea,_0x74bb0-_0x3cc489._0x15132e,_0x54c860);}_0x20640c[_0x420d10(-0x212,-_0x449cda._0x1f9d98,-_0x449cda._0x3e5cd6,-0x1ee)]=_0x420d10(-0x1f8,-_0x449cda._0x57a937,-_0x449cda._0x18784a,-0x21b),_0x20640c[_0x254e92(-_0x449cda._0x413529,-0xbe,-_0x449cda._0x423a9d,-_0x449cda._0x3d5d2b)]=_0x254e92(-0x120,-0xc1,-0xf1,-0x10d);const _0x2e1acc=_0x20640c;function _0x254e92(_0x3f0a33,_0x5b684c,_0x3239dc,_0x4db45d){return _0x4336b6(_0x3f0a33-_0x57afa4._0x3f9753,_0x5b684c-_0x57afa4._0x89a2a6,_0x3239dc-0x110,_0x5b684c);}try{if(_0x2e1acc['kbiTr'](_0x2e1acc['wpDWt'],_0x2e1acc['wpDWt']))await _0x9848dd['access'](_0x39b37b,_0x5b97e1[_0x420d10(-_0x449cda._0x12fd17,-_0x449cda._0x595e41,-0x201,-0x213)]);else return _0x22d3ae;}catch(_0x30eeb7){if(_0x2e1acc[_0x254e92(-_0x449cda._0x3b0f48,-_0x449cda._0x30da89,-0xc8,-0xf2)](_0x2e1acc[_0x254e92(-0xdb,-0x101,-0xf0,-0xc4)],_0x2e1acc['FvYHG'])){if(_0x2e1acc[_0x254e92(-0x107,-_0x449cda._0x2e5cdb,-0xf7,-0xeb)](_0x30eeb7[_0x254e92(-_0x449cda._0x2235f8,-0xab,-_0x449cda._0x17af1c,-_0x449cda._0x1bfbe3)],_0x420d10(-0x214,-0x25f,-0x235,-0x263)))throw new Error(_0x366c37+(_0x254e92(-0xb8,-_0x449cda._0x413529,-_0x449cda._0x540289,-_0x449cda._0x175225)+'found:\x20')+_0x39b37b);else{if(_0x30eeb7[_0x420d10(-_0x449cda._0x540ba6,-_0x449cda._0x598a95,-0x218,-0x249)]===_0x2e1acc[_0x420d10(-0x1d6,-_0x449cda._0x52f2ef,-_0x449cda._0x3e5cd6,-_0x449cda._0x489556)]){if(_0x2e1acc[_0x420d10(-0x237,-0x233,-0x21e,-_0x449cda._0x37b2ea)](_0x2e1acc[_0x254e92(-0xd3,-_0x449cda._0x35a89b,-_0x449cda._0x423a9d,-0xb0)],_0x420d10(-_0x449cda._0x5bdab9,-_0x449cda._0x4f8845,-0x22c,-_0x449cda._0x57f432)))throw new Error(_0x366c37+(_0x420d10(-_0x449cda._0x1958af,-_0x449cda._0x4ae05f,-0x222,-0x253)+_0x420d10(-0x229,-0x1e8,-0x20f,-_0x449cda._0x2248f8)+_0x254e92(-0xc3,-_0x449cda._0x48be47,-_0x449cda._0x20c6ed,-_0x449cda._0x35ca79)+_0x420d10(-_0x449cda._0x4ad7fc,-_0x449cda._0x6f122b,-_0x449cda._0x11efbf,-_0x449cda._0x834577)+'):\x20')+_0x39b37b);else return{};}else throw new Error(_0x254e92(-0x80,-_0x449cda._0x2e4baf,-_0x449cda._0x209c45,-_0x449cda._0xd3438d)+'ess\x20'+_0x366c37+_0x420d10(-_0x449cda._0x18a95a,-_0x449cda._0x57ccf0,-_0x449cda._0x55b02c,-_0x449cda._0x3be35a)+_0x39b37b+'\x20('+_0x30eeb7[_0x420d10(-0x217,-0x239,-0x20c,-0x1f7)]+')');}}else delete _0x51850f[_0x420d10(-_0x449cda._0x21943f,-0x1ff,-_0x449cda._0x21943f,-0x240)+'h'];}}
|
|
1
|
+
(function(_0xffe7e6,_0x3e755a){const _0x585798={_0x1e7a62:0x3e,_0x94899:0x8,_0x408bb5:0x1d,_0x1a5048:0x1,_0x35dd21:0x24,_0x106034:0x41,_0x1650a8:0x2a,_0x469a61:0x48,_0xbfd571:0x1e,_0x3a1eba:0x17,_0x2d56ca:0xd,_0x40696b:0x27,_0x4f9ec0:0x24,_0x382564:0xf,_0x4bc05b:0x28,_0x508e66:0xe},_0x4f6671={_0x554528:0x10e};function _0x46faa0(_0x2c3af0,_0x5db296,_0x514350,_0x34bc37){return _0x5641(_0x5db296- -0x15e,_0x2c3af0);}const _0x44dece=_0xffe7e6();function _0x5eaad1(_0x7153b,_0x27ebf3,_0x2ea2d1,_0x2e2d2b){return _0x5641(_0x7153b- -_0x4f6671._0x554528,_0x2e2d2b);}while(!![]){try{const _0x47d7ee=-parseInt(_0x5eaad1(0x36,0x23,0x60,_0x585798._0x1e7a62))/(-0x3d8+-0x161c+0x19f5)+-parseInt(_0x46faa0(-0x38,-0x3d,-0x3c,-0x30))/(-0x1*-0x1327+0x2489+-0x37ae)*(-parseInt(_0x46faa0(-_0x585798._0x94899,-0x28,-_0x585798._0x408bb5,_0x585798._0x1a5048))/(-0xbd1*0x3+-0x68c+0x2*0x1501))+-parseInt(_0x5eaad1(_0x585798._0x35dd21,_0x585798._0x106034,0x14,_0x585798._0x1650a8))/(-0x1*-0x250d+0xfeb+-0x34f4*0x1)*(parseInt(_0x46faa0(-_0x585798._0x469a61,-_0x585798._0x469a61,-0x6f,-0x2c))/(0x9cb*0x2+0xd4+0x1*-0x1465))+-parseInt(_0x46faa0(-0x6,-_0x585798._0xbfd571,-0x1d,-0x40))/(-0x654+-0xaa6+0x8*0x220)+-parseInt(_0x46faa0(-0x9,-0x12,_0x585798._0x3a1eba,_0x585798._0x2d56ca))/(0x1e37+0xb89*-0x1+-0x12a7)+parseInt(_0x5eaad1(_0x585798._0x40696b,0x47,0x47,_0x585798._0x4f9ec0))/(0x1*0x1831+0x23c3+-0x49c*0xd)*(parseInt(_0x46faa0(0x8,-_0x585798._0x382564,-_0x585798._0x4bc05b,-0x2f))/(-0x1cbd+0x1*-0xd17+0x29dd*0x1))+parseInt(_0x46faa0(0x23,-0x7,-0xc,_0x585798._0x508e66))/(-0x12c7*0x1+0x200d+-0xd3c);if(_0x47d7ee===_0x3e755a)break;else _0x44dece['push'](_0x44dece['shift']());}catch(_0x10fdd9){_0x44dece['push'](_0x44dece['shift']());}}}(_0x1ea9,-0x3*0x17d76+0x8ca7d+0xd869));import{promises as _0x69584,constants as _0x1d2256}from'fs';function _0x5641(_0x88639f,_0x2ab55d){_0x88639f=_0x88639f-(0x1711+0x38c*-0x1+-0x4*0x4a0);const _0x420287=_0x1ea9();let _0x182a1a=_0x420287[_0x88639f];if(_0x5641['mhyemT']===undefined){var _0x5e17ec=function(_0x1c3132){const _0x2155ff='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x30b953='',_0x3f7f61='';for(let _0x372967=0x1e79*-0x1+-0x154d+0x11a*0x2f,_0x3ac119,_0xa006c7,_0x36b826=0x18ea+0x196+-0x1a80;_0xa006c7=_0x1c3132['charAt'](_0x36b826++);~_0xa006c7&&(_0x3ac119=_0x372967%(0x6ab+-0x248e+0x5fb*0x5)?_0x3ac119*(0x7d1+0x225+-0x9b6)+_0xa006c7:_0xa006c7,_0x372967++%(-0x17*0xd4+0x13da+-0xca))?_0x30b953+=String['fromCharCode'](-0x1f3a+-0x34e*0x8+-0x3aa9*-0x1&_0x3ac119>>(-(0x183f+-0x11c8+-0x675)*_0x372967&0x91f*-0x2+0x1d*0xce+-0x289*0x2)):0x14d7*-0x1+-0x153e+0x1b*0x18f){_0xa006c7=_0x2155ff['indexOf'](_0xa006c7);}for(let _0x3f6327=0x3f*-0x34+0x10e7*0x2+-0x1*0x1502,_0x3e0f3e=_0x30b953['length'];_0x3f6327<_0x3e0f3e;_0x3f6327++){_0x3f7f61+='%'+('00'+_0x30b953['charCodeAt'](_0x3f6327)['toString'](0x10b4+0x1cbf+-0x2d63))['slice'](-(-0x7a7*0x5+0xfe5+0x1660));}return decodeURIComponent(_0x3f7f61);};_0x5641['onkHTW']=_0x5e17ec,_0x5641['DrUsRT']={},_0x5641['mhyemT']=!![];}const _0x2b9ac4=_0x420287[-0x999+-0x2*0xeb6+-0x1*-0x2705],_0x25d48a=_0x88639f+_0x2b9ac4,_0x1d82cd=_0x5641['DrUsRT'][_0x25d48a];return!_0x1d82cd?(_0x182a1a=_0x5641['onkHTW'](_0x182a1a),_0x5641['DrUsRT'][_0x25d48a]=_0x182a1a):_0x182a1a=_0x1d82cd,_0x182a1a;}function _0x1dc704(_0x42d448,_0x43b8ba,_0x14963c,_0x41602d){const _0x3f0f9d={_0x45b2e:0xe4};return _0x5641(_0x41602d-_0x3f0f9d._0x45b2e,_0x43b8ba);}import _0x194fcd from'path';import _0xe86e1c from'os';const CONFIG_PATH=_0x194fcd[_0x131d31(0x1d6,0x1e4,0x1eb,0x1c3)](_0xe86e1c[_0x131d31(0x1ca,0x1f1,0x1d0,0x1e0)](),_0x131d31(0x20e,0x1f8,0x20b,0x204),_0x131d31(0x1c3,0x1e1,0x1d1,0x1e3)+'n');function _0x131d31(_0x281429,_0x418ea0,_0x16e8ff,_0x394bbc){const _0x28d867={_0x4b91d7:0xc2};return _0x5641(_0x16e8ff-_0x28d867._0x4b91d7,_0x281429);}async function loadConfig(){const _0x318499={_0x53c4bf:0x4b8,_0x981281:0x4bf,_0x6c8842:0x498,_0x2ab12b:0x472,_0x2765cd:0x496,_0x2df171:0x495,_0x5d56f3:0x49c,_0x4480ea:0x4a3},_0x4e5c2a={_0x272a54:0x7,_0x1e76fe:0x35},_0x3df119={_0x1671bd:0xba},_0x1f52fb={};function _0x3b6cef(_0x427c96,_0x496cb7,_0x86723c,_0x546932){return _0x1dc704(_0x427c96-0xe3,_0x86723c,_0x86723c-_0x3df119._0x1671bd,_0x496cb7-0x2a7);}_0x1f52fb['zMFng']=function(_0x4be1d6,_0x5a1745){return _0x4be1d6===_0x5a1745;},_0x1f52fb['TSMkk']='ENOENT';const _0x51247d=_0x1f52fb;function _0x1c5450(_0x1e3391,_0x4d3769,_0x141668,_0x1e297a){return _0x1dc704(_0x1e3391-0x92,_0x4d3769,_0x141668-_0x4e5c2a._0x272a54,_0x141668- -_0x4e5c2a._0x1e76fe);}try{const _0xfd3e91=await _0x69584[_0x3b6cef(0x48b,0x4a8,0x484,_0x318499._0x53c4bf)](CONFIG_PATH,_0x3b6cef(_0x318499._0x981281,_0x318499._0x6c8842,0x47b,_0x318499._0x2ab12b));return JSON['parse'](_0xfd3e91);}catch(_0x4b3cec){if(_0x51247d[_0x3b6cef(0x48d,_0x318499._0x2765cd,_0x318499._0x2df171,0x47a)](_0x4b3cec[_0x3b6cef(0x496,_0x318499._0x5d56f3,_0x318499._0x4480ea,0x4b9)],_0x51247d['TSMkk']))return{};throw _0x4b3cec;}}function _0x1ea9(){const _0x2e92ae=['CNrhtMq','z3PPt1i','rgjQyuq','EK1gBMC','zM91BMq6ia','DxrMltG','Ag9TzwrPCG','y29UzMLNlMPZBW','uf9qqvri','y29Kzq','wK9zC3a','AMTND0i','ktOG','BwnRrMy','mtuXoti4nuLeCej4Bq','igzPBguGBM90ia','zw52','yxrO','zfv1zuu','BwTKAxi','ru5pru5u','CMvHzezPBgu','C3nSx2nHx3bHDa','seXosum','BLjgrhy','ndzPCNbUvKi','Dhj1C3rFChjVEa','C3nSx2nLCNrFCa','wKTxDwK','Cf9WyxrO','qLzRDhC','CMvJDxjZAxzL','u1nmx0nfuLrFua','AM9PBG','t3jSwhq','wvHAAwm','q3r0r2G','CuTnANa','zMLpDxa','BejcuxO','uL9psW','vw9Aq1i','nfDPzxvwvq','C1DrAMq','v3bnAui','mZjothrTBw4','mZa5mdbzwvb6D0G','C2vYDMvYx3bVCG','u1nmx0Tfwv9qqq','igzPBguGAxmGBG','twLpDfO','DeTArwe','Aw9UigrLBMLLza','sfLRyuC','igzPBgu6ia','CNDxCxi','mJq4mdm4mLPLrxz0zG','BwvZC2fNzq','qvri','rufdq0vt','mtyWndqXrgLosK5j','wuzNCfa','ywnJzxnZ','y29KzxjFC2v0Dq','u1Huzu0','lMnVzgvY','zhriEeu','tgXgsgy','mZa0nda1nxrwB1HjBa','ue9sva','D3jPDgvgAwXL','mJa4odm2yKXxrNbY','B3qGCMvHzgfIBa','tvjmwg8','zxnZia','q2fUBM90igfJyW','sw14vLe','Cu5UBNq','v1buCNe','mtmYmtqWodbKueLYEwm','C3rYAw5NAwz5','C3nSx2TLEv9Wyq','vfjvu1rFufjpwa'];_0x1ea9=function(){return _0x2e92ae;};return _0x1ea9();}async function saveConfig(_0x15f6a6){const _0x2af6c2={_0x56bc08:0x172,_0x555a1a:0x176,_0x568e72:0x1b7,_0x4fd30e:0x196,_0x2b7a67:0x17f,_0x2b8560:0x1ab,_0x3d0178:0x58,_0x43c9fd:0x5f,_0x5db41a:0x57,_0x31ce69:0x180,_0x44b608:0x18a,_0x14f848:0x174,_0x1900c1:0x8b},_0x162907={_0x2aad07:0x57,_0x812a32:0x69},_0x57d87e={_0x5e9f89:0x165,_0x4dc080:0xf9,_0x193f6a:0x28a},_0x173e7e={};function _0x13967b(_0x5de527,_0x5d02e9,_0x3adc37,_0x31d0ab){return _0x1dc704(_0x5de527-_0x57d87e._0x5e9f89,_0x3adc37,_0x3adc37-_0x57d87e._0x4dc080,_0x5de527- -_0x57d87e._0x193f6a);}function _0x408e6c(_0x347916,_0x11ff79,_0x51ccf3,_0x255c3f){return _0x1dc704(_0x347916-_0x162907._0x2aad07,_0x255c3f,_0x51ccf3-0xd3,_0x347916- -_0x162907._0x812a32);}_0x173e7e[_0x408e6c(0x184,0x18d,_0x2af6c2._0x56bc08,_0x2af6c2._0x555a1a)]='utf-8';const _0x4a857d=_0x173e7e,_0xdefe45=_0x194fcd['dirname'](CONFIG_PATH),_0x371b4e={};_0x371b4e[_0x408e6c(0x1a2,0x1b8,0x183,_0x2af6c2._0x568e72)]=!![],await _0x69584[_0x408e6c(_0x2af6c2._0x4fd30e,_0x2af6c2._0x2b7a67,_0x2af6c2._0x2b8560,0x1b5)](_0xdefe45,_0x371b4e),await _0x69584[_0x13967b(-_0x2af6c2._0x3d0178,-_0x2af6c2._0x43c9fd,-0x65,-_0x2af6c2._0x5db41a)](CONFIG_PATH,JSON[_0x408e6c(_0x2af6c2._0x31ce69,_0x2af6c2._0x44b608,_0x2af6c2._0x14f848,0x182)](_0x15f6a6,null,-0x156d*-0x1+-0x67*0xd+0x1c*-0x94),_0x4a857d[_0x13967b(-0x9d,-_0x2af6c2._0x1900c1,-0xbc,-0x9c)]);}export async function getCoderSetupPath(){const _0x559de3={_0x103e4e:0xcc,_0x1a00ce:0xe6,_0x57625d:0xa9,_0x578a95:0xad,_0x493048:0xd0,_0x158bba:0xbb,_0x1803d6:0x91},_0x46bfda={_0x1d1339:0x51,_0x2d75cf:0x16},_0x5165f9={_0xc1c4e4:0x1b9};function _0x3b9ae8(_0x105ff5,_0x3e0aeb,_0x3126c9,_0x275814){return _0x1dc704(_0x105ff5-0xb4,_0x275814,_0x3126c9-_0x5165f9._0xc1c4e4,_0x3126c9- -0x2c4);}if(process['env']['CODER_SETU'+_0x3b9ae8(-_0x559de3._0x103e4e,-_0x559de3._0x1a00ce,-0xd0,-_0x559de3._0x57625d)])return process['env']['CODER_SETU'+_0x3b9ae8(-0xad,-_0x559de3._0x578a95,-_0x559de3._0x493048,-0xb1)];function _0x4d3af4(_0x9575a3,_0x388064,_0x4ce4d6,_0xbdf6e1){return _0x131d31(_0x4ce4d6,_0x388064-_0x46bfda._0x1d1339,_0x9575a3-0x284,_0xbdf6e1-_0x46bfda._0x2d75cf);}const _0x3b2184=await loadConfig();return _0x3b2184['coder_setu'+_0x3b9ae8(-0xad,-0x9e,-_0x559de3._0x158bba,-_0x559de3._0x1803d6)]||null;}export async function saveCoderSetupPath(_0x42344f){const _0x13fed0={_0x54f381:0x1f5,_0x2aae70:0x215,_0x506001:0x20b,_0x16d5cf:0x136,_0x51ab8d:0x155,_0x236321:0xf2,_0x21c2b5:0x134,_0xeadbdc:0x10f,_0x102462:0xf8,_0x30b847:0x131,_0x33262a:0x226,_0x4297ad:0x200,_0x15cddb:0x1f4,_0x3c01ef:0x1d8},_0x9baa03={_0x4539fc:0xd8},_0x34d341={_0x24c92a:0x3fb};function _0x147335(_0x150451,_0x54bbf7,_0x51a0f3,_0x12eceb){return _0x131d31(_0x12eceb,_0x54bbf7-0x39,_0x54bbf7- -_0x34d341._0x24c92a,_0x12eceb-0x190);}const _0x2e1d0a={'ZKWui':function(_0x23069d){return _0x23069d();},'LlFHf':function(_0x549368,_0x631928){return _0x549368===_0x631928;},'WPTrq':function(_0x3ea4c9,_0x35f4e7){return _0x3ea4c9(_0x35f4e7);}},_0x5038a1=await _0x2e1d0a[_0x147335(-_0x13fed0._0x54f381,-_0x13fed0._0x2aae70,-_0x13fed0._0x506001,-0x232)](loadConfig);_0x2e1d0a[_0x310f85(0x123,_0x13fed0._0x16d5cf,0x135,_0x13fed0._0x51ab8d)](_0x42344f,null)?delete _0x5038a1['coder_setu'+_0x310f85(_0x13fed0._0x236321,_0x13fed0._0x21c2b5,_0x13fed0._0xeadbdc,_0x13fed0._0x102462)]:_0x5038a1[_0x310f85(0x11c,0x10f,_0x13fed0._0x30b847,_0x13fed0._0x30b847)+_0x147335(-0x21c,-0x214,-_0x13fed0._0x33262a,-0x1f7)]=_0x42344f;function _0x310f85(_0x30d89f,_0x1083f2,_0x2ef0c2,_0x36b23a){return _0x131d31(_0x30d89f,_0x1083f2-0x1d2,_0x2ef0c2- -_0x9baa03._0x4539fc,_0x36b23a-0x76);}await _0x2e1d0a[_0x147335(-_0x13fed0._0x4297ad,-0x1e3,-_0x13fed0._0x15cddb,-_0x13fed0._0x3c01ef)](saveConfig,_0x5038a1);}export async function getServerPort(){const _0x1c8e62={_0x3ed94e:0x3b7,_0x19b9b4:0x3d8,_0x418f7b:0x3b2,_0x2500f2:0x12c,_0x13b745:0x146,_0x54be77:0x148,_0x230685:0x142,_0x43dfd8:0x18d,_0x433089:0x175,_0x3bb5fd:0x17d,_0x1ba0f3:0x3ec,_0x1aec9a:0x416},_0x516269={_0x521853:0x357,_0x32dd5a:0x94},_0x27e827={_0x4d9507:0x1c2,_0x2d6c2a:0x1cb},_0x64407={'dGKyT':function(_0x43a915){return _0x43a915();}};if(process[_0xf00e1b(_0x1c8e62._0x3ed94e,0x3db,_0x1c8e62._0x19b9b4,_0x1c8e62._0x418f7b)][_0x2c3eb8(-_0x1c8e62._0x2500f2,-_0x1c8e62._0x13b745,-_0x1c8e62._0x54be77,-_0x1c8e62._0x230685)])return parseInt(process[_0x2c3eb8(-_0x1c8e62._0x43dfd8,-_0x1c8e62._0x433089,-_0x1c8e62._0x3bb5fd,-0x19e)][_0xf00e1b(_0x1c8e62._0x1ba0f3,0x3e1,0x3cf,_0x1c8e62._0x1aec9a)],-0x2f*-0x29+-0x1413*-0x1+-0xc4*0x24);const _0x4eb9a3=await _0x64407['dGKyT'](loadConfig);function _0xf00e1b(_0x11617e,_0x1c7883,_0x2ffa18,_0x57e4b7){return _0x131d31(_0x1c7883,_0x1c7883-_0x27e827._0x4d9507,_0x11617e-0x1dd,_0x57e4b7-_0x27e827._0x2d6c2a);}function _0x2c3eb8(_0x88f3ee,_0x194581,_0x1d89ae,_0x350dff){return _0x131d31(_0x194581,_0x194581-0x169,_0x1d89ae- -_0x516269._0x521853,_0x350dff-_0x516269._0x32dd5a);}return _0x4eb9a3['server_por'+'t']||0x1*-0x20cc+0xe8b*0x2+0xf6e;}export async function saveServerPort(_0x370755){const _0x9ca55a={_0x53400e:0xe7,_0x511d4c:0x1a4,_0x38502f:0x1b0,_0x45893d:0x1e8,_0x3954f7:0x1cb,_0x34c108:0x1b5,_0x543392:0x197,_0x31ac5e:0x1bd},_0x489429={_0x2546fc:0xfc},_0x59f04a={_0x54bd01:0x143},_0x2cf689={'lBBQz':function(_0x1b7446){return _0x1b7446();},'YFgpP':function(_0x188dc9,_0x5705ef){return _0x188dc9(_0x5705ef);}},_0x27ff18=await _0x2cf689[_0x129177(_0x9ca55a._0x53400e,0xad,0xd0,0xd3)](loadConfig);_0x27ff18[_0x374959(-_0x9ca55a._0x511d4c,-_0x9ca55a._0x38502f,-_0x9ca55a._0x45893d,-_0x9ca55a._0x3954f7)+'t']=_0x370755;function _0x129177(_0x126fda,_0x52f543,_0x50aa41,_0x27ab89){return _0x1dc704(_0x126fda-0x194,_0x52f543,_0x50aa41-0x4e,_0x50aa41- -_0x59f04a._0x54bd01);}function _0x374959(_0x41d369,_0x136fcd,_0x290ae2,_0x37c13e){return _0x131d31(_0x290ae2,_0x136fcd-_0x489429._0x2546fc,_0x37c13e- -0x3c4,_0x37c13e-0xc1);}await _0x2cf689[_0x374959(-_0x9ca55a._0x34c108,-0x1e4,-_0x9ca55a._0x543392,-_0x9ca55a._0x31ac5e)](saveConfig,_0x27ff18);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x2f2f43={_0x1488c1:0xf,_0x3b3502:0x15,_0x1315da:0x12,_0x46e966:0x1a,_0x5ce291:0x6,_0x1a17a4:0x23,_0x540f15:0xd,_0x285c6d:0x11e,_0x2d4095:0x14a,_0x551d59:0x149,_0x41ad81:0x13a,_0x15d5c8:0x147,_0x10009a:0x12e,_0x577082:0x140,_0x236053:0x120,_0x1c20e8:0x121},_0x10e31a={_0x500893:0x1d9};function _0x3f43ef(_0x2bdab7,_0x19f2ca,_0x4396f8,_0x2ef9fd){return _0x1dc704(_0x2bdab7-0x181,_0x2bdab7,_0x4396f8-0xba,_0x2ef9fd- -0x201);}const _0x58092b={'rtGNd':function(_0x5b78aa){return _0x5b78aa();}},_0x38c693=await _0x58092b[_0x3f43ef(-_0x2f2f43._0x1488c1,-0x8,0x12,-_0x2f2f43._0x3b3502)](loadConfig);if(_0x38c693[_0x3f43ef(-0x15,-_0x2f2f43._0x1315da,_0x2f2f43._0x46e966,_0x2f2f43._0x5ce291)+_0x3f43ef(-0x16,_0x2f2f43._0x1a17a4,-_0x2f2f43._0x540f15,-0x4)])return _0x38c693[_0x4c28ad(-_0x2f2f43._0x285c6d,-0x13f,-0x121,-0x123)+_0x4c28ad(-_0x2f2f43._0x2d4095,-_0x2f2f43._0x551d59,-0x125,-0x150)];function _0x4c28ad(_0x560926,_0x2ffcea,_0x66f28b,_0x441ca6){return _0x131d31(_0x441ca6,_0x2ffcea-0x18c,_0x2ffcea- -0x324,_0x441ca6-_0x10e31a._0x500893);}return process['env'][_0x4c28ad(-0x12b,-_0x2f2f43._0x41ad81,-_0x2f2f43._0x15d5c8,-_0x2f2f43._0x10009a)+_0x4c28ad(-_0x2f2f43._0x577082,-_0x2f2f43._0x236053,-_0x2f2f43._0x1c20e8,-0x11b)]||null;}export async function saveSslCertPath(_0x2fdbf0){const _0x154b28={_0x287242:0x15,_0x4e0c3a:0x20,_0x40a820:0x18,_0x29aefc:0xe,_0x2ff0ce:0x4b7,_0x11bb6c:0x4b4,_0x3b5269:0x4dd,_0x5a5527:0x4cd,_0x14c4bc:0x4a3,_0x3dd523:0x48f,_0x1ebf1b:0x4ca,_0x2a2054:0x4cb,_0x511f9c:0x4be,_0x2dde13:0x49d,_0x361d75:0x59,_0xe7d168:0x61},_0x4f4455={_0x4ba81e:0x6c},_0x1f7d5b={_0x346940:0x1af,_0x2003be:0x159};function _0x3bd4ba(_0x4a1430,_0x1dbc14,_0x1c150b,_0x3fa8aa){return _0x1dc704(_0x4a1430-_0x1f7d5b._0x346940,_0x1c150b,_0x1c150b-_0x1f7d5b._0x2003be,_0x4a1430-0x2a6);}function _0x3b52b7(_0x550971,_0x8e25d2,_0x156e5d,_0x21b066){return _0x131d31(_0x8e25d2,_0x8e25d2-_0x4f4455._0x4ba81e,_0x21b066- -0x205,_0x21b066-0x13f);}const _0x32d05c={'MRLXo':function(_0x31beda){return _0x31beda();},'qKMjp':function(_0x46b890,_0x24e314){return _0x46b890===_0x24e314;},'DbjaD':function(_0x1ef875,_0x937ed5){return _0x1ef875(_0x937ed5);}},_0x832082=await _0x32d05c[_0x3b52b7(-_0x154b28._0x287242,_0x154b28._0x4e0c3a,-_0x154b28._0x40a820,_0x154b28._0x29aefc)](loadConfig);_0x32d05c[_0x3bd4ba(_0x154b28._0x2ff0ce,_0x154b28._0x11bb6c,_0x154b28._0x3b5269,_0x154b28._0x5a5527)](_0x2fdbf0,null)?delete _0x832082['ssl_cert_p'+_0x3bd4ba(_0x154b28._0x14c4bc,_0x154b28._0x3dd523,_0x154b28._0x1ebf1b,_0x154b28._0x2a2054)]:_0x832082['ssl_cert_p'+_0x3bd4ba(_0x154b28._0x14c4bc,_0x154b28._0x511f9c,_0x154b28._0x2dde13,0x492)]=_0x2fdbf0,await _0x32d05c[_0x3b52b7(-0x32,-_0x154b28._0x361d75,-_0x154b28._0xe7d168,-0x39)](saveConfig,_0x832082);}export async function getSslKeyPath(){const _0x35a07a={_0x467ff4:0x4c4,_0x4c89e1:0x490,_0x1fc04d:0x4a8,_0x1d66e4:0x4e4,_0x38f822:0x4e0,_0x5b95f9:0x2d2,_0x41a51c:0x2ba,_0x5cecf0:0x2c3,_0x57ae04:0x2ba,_0x22a3d7:0x2e1,_0x48ac7d:0x2cd,_0x410f14:0x2ae,_0x7a4c8b:0x4a7,_0x3b2c6d:0x2ba,_0x485215:0x296,_0x54f5d6:0x4cd,_0x1531bc:0x2d8,_0x4bd279:0x2d4,_0x2f6606:0x49d,_0x881c51:0x4c0,_0x2b495f:0x4b1,_0x405865:0x2d6,_0x122909:0x293,_0x390ca1:0x29c,_0x477749:0x2a2,_0x5b85a7:0x4c5,_0x3bb6fa:0x4dc,_0x2fd510:0x4de,_0x463c84:0x4d6,_0x5e4287:0x48d,_0x100716:0x4ae,_0x22f722:0x4df,_0x15ee7f:0x4e2,_0x35b146:0x512,_0x3c4bc0:0x504,_0x447941:0x2b2,_0x38cb3b:0x2a4,_0x3b3356:0x4d1,_0x361f83:0x4d9,_0x3c1cfd:0x4bf,_0x1d27a4:0x492,_0x57398a:0x48d,_0x5c2223:0x4b2,_0x56aec0:0x4d2},_0x419ad5={_0x5aee31:0x3f,_0x59fa6f:0x4c6},_0x53e817={_0xb30ccb:0x13a,_0x2c31cf:0x2b6},_0x6c4376={'HLNIC':function(_0x1f9114,_0x1f36d7){return _0x1f9114===_0x1f36d7;},'dUueE':_0x21646c(_0x35a07a._0x467ff4,_0x35a07a._0x4c89e1,_0x35a07a._0x1fc04d,0x4b6),'WpMiB':_0x21646c(_0x35a07a._0x1d66e4,_0x35a07a._0x38f822,0x4f3,0x4dd),'fiOup':function(_0x4ccc5f){return _0x4ccc5f();},'mckFf':_0x358f14(-0x291,-0x2b1,-_0x35a07a._0x5b95f9,-_0x35a07a._0x41a51c)};function _0x21646c(_0xb36508,_0x52514f,_0x8ef320,_0x29c872){return _0x1dc704(_0xb36508-0x154,_0xb36508,_0x8ef320-_0x53e817._0xb30ccb,_0x29c872-_0x53e817._0x2c31cf);}const _0x337845=await _0x6c4376[_0x358f14(-_0x35a07a._0x5cecf0,-0x2b4,-0x2b3,-0x2c9)](loadConfig);function _0x358f14(_0x65f3a9,_0x6bf118,_0x6d30ce,_0x2d89e0){return _0x1dc704(_0x65f3a9-_0x419ad5._0x5aee31,_0x65f3a9,_0x6d30ce-0x10a,_0x6bf118- -_0x419ad5._0x59fa6f);}if(_0x337845[_0x358f14(-_0x35a07a._0x57ae04,-0x2dc,-_0x35a07a._0x22a3d7,-_0x35a07a._0x48ac7d)+'th']){if(_0x6c4376[_0x358f14(-_0x35a07a._0x410f14,-0x2c3,-0x2cd,-0x2bc)](_0x6c4376[_0x21646c(0x497,_0x35a07a._0x7a4c8b,0x49e,0x4af)],_0x358f14(-0x2ae,-0x298,-_0x35a07a._0x3b2c6d,-_0x35a07a._0x485215))){if(_0x6c4376[_0x21646c(0x4a0,0x4e1,_0x35a07a._0x54f5d6,0x4b9)](_0x52c5c1[_0x358f14(-_0x35a07a._0x1531bc,-0x2d1,-_0x35a07a._0x4bd279,-_0x35a07a._0x410f14)],_0x6c4376[_0x21646c(_0x35a07a._0x2f6606,_0x35a07a._0x54f5d6,0x490,0x4b4)]))throw new _0x152e0c(_0x5e8867+(_0x21646c(_0x35a07a._0x881c51,0x4b5,0x4ca,_0x35a07a._0x2b495f)+_0x358f14(-0x2fb,-_0x35a07a._0x405865,-0x2e6,-0x2c4))+_0x2b49b3);else{if(_0xfd6b7['code']===_0x6c4376[_0x21646c(0x4ae,0x4ed,0x4d6,0x4ce)])throw new _0x31b8f5(_0x2dc947+(_0x358f14(-_0x35a07a._0x122909,-0x2a9,-_0x35a07a._0x390ca1,-_0x35a07a._0x477749)+'ot\x20readabl'+'e\x20(permiss'+_0x21646c(_0x35a07a._0x5b85a7,_0x35a07a._0x3bb6fa,_0x35a07a._0x2fd510,_0x35a07a._0x463c84)+_0x21646c(0x498,0x4b3,_0x35a07a._0x5e4287,_0x35a07a._0x100716))+_0x88639f);else throw new _0x2ab55d(_0x21646c(_0x35a07a._0x22f722,0x4c8,_0x35a07a._0x15ee7f,0x4ed)+_0x21646c(_0x35a07a._0x35b146,0x4fe,_0x35a07a._0x3c4bc0,0x4ec)+_0x420287+_0x358f14(-_0x35a07a._0x447941,-_0x35a07a._0x38cb3b,-0x2aa,-0x2bf)+_0x182a1a+'\x20('+_0x5e17ec[_0x21646c(_0x35a07a._0x3b3356,0x4be,_0x35a07a._0x361f83,0x4db)]+')');}}else return _0x337845[_0x21646c(0x4a1,_0x35a07a._0x3c1cfd,0x4a8,0x4a0)+'th'];}return process[_0x21646c(_0x35a07a._0x1d27a4,_0x35a07a._0x57398a,0x4ca,_0x35a07a._0x5c2223)][_0x21646c(0x4b6,0x4e9,0x4f3,_0x35a07a._0x56aec0)+'TH']||null;}export async function saveSslKeyPath(_0x173836){const _0x5e7574={_0x282de7:0x67,_0x31e472:0x9f,_0x5aefc4:0x68,_0x241a2c:0x52},_0x4e04a9={_0x28d483:0x101,_0x571743:0x1f2},_0x40b8bd={_0x38f540:0x16},_0x5a7ab3={'hqDKT':function(_0x2804e4,_0x3746c9){return _0x2804e4===_0x3746c9;},'tKZEa':function(_0x3fa4df,_0x1f8b37){return _0x3fa4df(_0x1f8b37);}},_0x458e7a=await loadConfig();function _0x1b22d3(_0x4eda67,_0x11ef03,_0x1d3e49,_0x27b71b){return _0x1dc704(_0x4eda67-0xb8,_0x11ef03,_0x1d3e49-_0x40b8bd._0x38f540,_0x1d3e49- -0x271);}function _0x444837(_0x33c352,_0x3a5d51,_0x200810,_0x59c458){return _0x1dc704(_0x33c352-0x10f,_0x200810,_0x200810-_0x4e04a9._0x28d483,_0x33c352-_0x4e04a9._0x571743);}_0x5a7ab3['hqDKT'](_0x173836,null)?delete _0x458e7a['ssl_key_pa'+'th']:_0x458e7a[_0x1b22d3(-_0x5e7574._0x282de7,-_0x5e7574._0x31e472,-0x87,-_0x5e7574._0x5aefc4)+'th']=_0x173836,await _0x5a7ab3[_0x1b22d3(-0x29,-0x63,-_0x5e7574._0x241a2c,-0x6d)](saveConfig,_0x458e7a);}export async function getSslCaPath(){const _0x15e02f={_0x3be323:0xce,_0x1154fe:0xb0},_0x48bb54={_0x231511:0x4d},_0xb32a9d={_0x4ea63a:0x107,_0x3254ba:0x1c0},_0x1a87e6=await loadConfig();function _0x19de40(_0x368873,_0x422ba0,_0xca2f58,_0x346001){return _0x131d31(_0x422ba0,_0x422ba0-_0xb32a9d._0x4ea63a,_0x368873-_0xb32a9d._0x3254ba,_0x346001-0x31);}function _0x36aaaa(_0x199342,_0x339a30,_0x19ecf2,_0x682258){return _0x1dc704(_0x199342-_0x48bb54._0x231511,_0x682258,_0x19ecf2-0x105,_0x19ecf2- -0x12e);}if(_0x1a87e6[_0x36aaaa(0xc0,0xe3,0xd4,0xc5)+'h'])return _0x1a87e6['ssl_ca_pat'+'h'];return process[_0x36aaaa(0xb6,0xe2,_0x15e02f._0x3be323,_0x15e02f._0x1154fe)]['SSL_CA_PAT'+'H']||null;}export async function saveSslCaPath(_0x4d0065){const _0x43df0a={_0x2dbbc5:0x337,_0x31ecd5:0x30d,_0x2c58c0:0x35f,_0x48cdb4:0x352,_0x4344f9:0x355,_0x2f66f3:0x34a,_0x7b695c:0x33b,_0x75c55b:0x309,_0x24911d:0x383,_0x1f0cd2:0x35f},_0x28320c={_0x2550b7:0x65},_0x229227={_0x11b007:0x2c,_0x21f6e3:0x116};function _0x55692f(_0x4b185c,_0x28ea5c,_0x330f6e,_0x3fd709){return _0x1dc704(_0x4b185c-_0x229227._0x11b007,_0x28ea5c,_0x330f6e-0x186,_0x3fd709-_0x229227._0x21f6e3);}const _0x827ff5={'ZOYsp':function(_0x12e6a6){return _0x12e6a6();},'jkgwB':function(_0x4db775,_0xf59f58){return _0x4db775===_0xf59f58;},'SXTeM':'JlNPX','MiOtZ':function(_0x1deb93,_0x5960f5){return _0x1deb93(_0x5960f5);}};function _0x3ffce2(_0x32e631,_0x4c491f,_0x2c32fa,_0x4f3bc4){return _0x1dc704(_0x32e631-0x46,_0x4c491f,_0x2c32fa-_0x28320c._0x2550b7,_0x2c32fa-0x141);}const _0x40f4c6=await _0x827ff5[_0x3ffce2(0x338,0x34f,_0x43df0a._0x2dbbc5,0x31a)](loadConfig);_0x4d0065===null?_0x827ff5[_0x55692f(0x2fb,0x32d,0x333,_0x43df0a._0x31ecd5)](_0x827ff5[_0x55692f(_0x43df0a._0x2c58c0,0x351,0x32a,0x342)],_0x827ff5['SXTeM'])?delete _0x40f4c6['ssl_ca_pat'+'h']:delete _0x71560a[_0x3ffce2(_0x43df0a._0x48cdb4,_0x43df0a._0x4344f9,0x36c,0x355)+_0x3ffce2(0x354,0x339,_0x43df0a._0x2f66f3,0x33a)]:_0x40f4c6[_0x55692f(_0x43df0a._0x7b695c,0x2f1,_0x43df0a._0x75c55b,0x318)+'h']=_0x4d0065,await _0x827ff5[_0x3ffce2(_0x43df0a._0x24911d,0x33f,_0x43df0a._0x1f0cd2,0x360)](saveConfig,_0x40f4c6);}export async function getTrustProxy(){const _0x2a7f58={_0x3083b1:0x3d5,_0x399b1c:0x3b2,_0x5b058e:0x3b0,_0x4757ef:0x3a4,_0x17db8a:0x3c0,_0xbea2dd:0x3bc};function _0xa2f43d(_0x5dfc67,_0x4f8cdd,_0xd1cd58,_0x3714bb){return _0x1dc704(_0x5dfc67-0x20,_0x3714bb,_0xd1cd58-0x79,_0x4f8cdd-0x1ac);}function _0x1edad6(_0x4de0eb,_0x519413,_0x201069,_0x3e95df){return _0x1dc704(_0x4de0eb-0x101,_0x3e95df,_0x201069-0xcc,_0x201069- -0x170);}const _0x21edaf={};_0x21edaf['nLqin']=function(_0x1bfef3,_0x3d4898){return _0x1bfef3!==_0x3d4898;};const _0xddce50=_0x21edaf,_0x4d8756=await loadConfig();if(_0xddce50['nLqin'](_0x4d8756[_0xa2f43d(_0x2a7f58._0x3083b1,_0x2a7f58._0x399b1c,0x39c,_0x2a7f58._0x5b058e)+'y'],undefined))return _0x4d8756[_0xa2f43d(0x39e,0x3b2,0x38f,0x3cf)+'y'];return process['env'][_0xa2f43d(_0x2a7f58._0x4757ef,0x397,_0x2a7f58._0x17db8a,_0x2a7f58._0xbea2dd)+'Y']||null;}export async function saveTrustProxy(_0x3b33f7){const _0x4a1ae7={_0x4fee83:0x287,_0x4f3c18:0x262,_0x32a69c:0xf5,_0x13d2e0:0x108,_0x292042:0x270,_0x141907:0x26f,_0x3c15f7:0x274,_0x5a2d8d:0x2b1,_0x571b6b:0xf8,_0x21229d:0xc4},_0x5e143c={_0x4ddda2:0x6b,_0x35768a:0x469},_0x5e9dd0={_0xf551fe:0x14d,_0x5d96e2:0x146};function _0x24adee(_0x13f10f,_0x5a13a1,_0x4ddb02,_0xf4e7d6){return _0x131d31(_0x4ddb02,_0x5a13a1-_0x5e9dd0._0xf551fe,_0x5a13a1- -0xf7,_0xf4e7d6-_0x5e9dd0._0x5d96e2);}const _0x429091={'KSOKu':function(_0x23ad66){return _0x23ad66();},'OrlXt':function(_0x255821,_0x3fc716){return _0x255821===_0x3fc716;},'rCows':function(_0x2aaf79,_0x3c3150){return _0x2aaf79===_0x3c3150;},'nRFDv':'sWQjd','GFAoR':function(_0x5bfa79,_0x13f03c){return _0x5bfa79(_0x13f03c);}},_0x2f9166=await _0x429091['KSOKu'](loadConfig);if(_0x429091[_0x35cc1a(-_0x4a1ae7._0x4fee83,-_0x4a1ae7._0x4f3c18,-0x295,-0x27d)](_0x3b33f7,null)){if(_0x429091['rCows'](_0x429091[_0x24adee(_0x4a1ae7._0x32a69c,0xeb,_0x4a1ae7._0x13d2e0,0x115)],_0x35cc1a(-_0x4a1ae7._0x292042,-_0x4a1ae7._0x141907,-0x24b,-_0x4a1ae7._0x3c15f7)))delete _0x2f9166['trust_prox'+'y'];else return _0xa82fa6[_0x35cc1a(-0x276,-_0x4a1ae7._0x5a2d8d,-0x294,-0x289)+'h'];}else _0x2f9166[_0x24adee(_0x4a1ae7._0x571b6b,0xed,_0x4a1ae7._0x21229d,0xe0)+'y']=_0x3b33f7;function _0x35cc1a(_0x373ff8,_0x4f8b6f,_0x40edc5,_0x4f5102){return _0x131d31(_0x4f8b6f,_0x4f8b6f-_0x5e143c._0x4ddda2,_0x4f5102- -_0x5e143c._0x35768a,_0x4f5102-0x14f);}await _0x429091['GFAoR'](saveConfig,_0x2f9166);}export async function validateSslFile(_0x378106,_0x27b33e){const _0x4c32ba={_0x56ffb1:0x4ff,_0x5149e1:0x504,_0x455a95:0x4ec,_0x4b74f5:0x534,_0x57da97:0x535,_0x388ccd:0x4f1,_0x3e2284:0x4ef,_0x109985:0x4e9,_0x4c5cf6:0x52c,_0xa71c3f:0x52c,_0x58e1e9:0x51b,_0x27065f:0x4fe,_0x9343ae:0x521,_0x5c202:0x171,_0x5eb04b:0x14d,_0x1ee22c:0x148,_0x22a082:0x4e0,_0x1fc1ca:0x4f9,_0x504c1d:0x51c,_0x17a98a:0x52e,_0x53bfc6:0x500,_0x3a2fd1:0x506,_0x1e012e:0x4f8,_0x516e26:0x1a7,_0x377b78:0x189,_0x26584e:0x180,_0x5c04a3:0x1b0,_0x4a17c7:0x4ef,_0x3409b2:0x514,_0x3de883:0x16a,_0x220c73:0x150,_0x4d12ae:0x136,_0x151bd6:0x17f,_0x43b5da:0x19c,_0x11e271:0x4df,_0x3a4f0d:0x4f0,_0x576a64:0x4f4,_0x4650ea:0x4f9,_0x1eeb85:0x153,_0x57170d:0x196,_0x338f36:0x181,_0x3f1382:0x14f,_0x4164c0:0x155,_0x351960:0x13c,_0x100a6b:0x164,_0xdd4f98:0x4de,_0x2669a9:0x4b4,_0xd0e21b:0x188,_0x512a96:0x167,_0x1127b1:0x15b,_0x378c90:0x169,_0x5d936f:0x19f},_0x185bad={_0xed5271:0x307,_0x1e73bc:0x66};function _0x4dfcde(_0xf0f2f,_0x58683e,_0x450a13,_0x1e1a13){return _0x131d31(_0x58683e,_0x58683e-0x196,_0x450a13-_0x185bad._0xed5271,_0x1e1a13-_0x185bad._0x1e73bc);}function _0x21098a(_0x30be99,_0x14bfe1,_0x460579,_0x5b9b7f){return _0x131d31(_0x5b9b7f,_0x14bfe1-0x1a0,_0x14bfe1- -0x367,_0x5b9b7f-0xe5);}const _0x58c174={};_0x58c174[_0x4dfcde(0x4da,_0x4c32ba._0x56ffb1,0x4f5,0x501)]=_0x4dfcde(0x52c,_0x4c32ba._0x5149e1,0x506,_0x4c32ba._0x455a95),_0x58c174[_0x4dfcde(_0x4c32ba._0x4b74f5,0x504,0x51d,_0x4c32ba._0x57da97)]=function(_0x3bc784,_0x3f841d){return _0x3bc784===_0x3f841d;},_0x58c174[_0x4dfcde(_0x4c32ba._0x388ccd,0x4c7,_0x4c32ba._0x3e2284,_0x4c32ba._0x109985)]=function(_0x46a117,_0x531ef7){return _0x46a117===_0x531ef7;},_0x58c174['qNnnt']=_0x4dfcde(_0x4c32ba._0x4c5cf6,_0x4c32ba._0xa71c3f,0x50c,0x52b),_0x58c174[_0x4dfcde(_0x4c32ba._0x58e1e9,0x516,0x4f4,_0x4c32ba._0x27065f)]=_0x4dfcde(_0x4c32ba._0x9343ae,0x4ec,0x508,0x519);const _0x450322=_0x58c174;try{await _0x69584[_0x21098a(-_0x4c32ba._0x5c202,-0x15f,-_0x4c32ba._0x5eb04b,-_0x4c32ba._0x1ee22c)](_0x378106,_0x1d2256[_0x4dfcde(0x505,_0x4c32ba._0x22a082,_0x4c32ba._0x1fc1ca,_0x4c32ba._0x504c1d)]);}catch(_0x35f21c){if(_0x450322['CttGh']===_0x4dfcde(_0x4c32ba._0x17a98a,_0x4c32ba._0x53bfc6,_0x4c32ba._0x3a2fd1,_0x4c32ba._0x1e012e)){if(_0x450322['ImxVQ'](_0x35f21c['code'],_0x21098a(-_0x4c32ba._0x516e26,-_0x4c32ba._0x377b78,-_0x4c32ba._0x26584e,-_0x4c32ba._0x5c04a3)))throw new Error(_0x27b33e+('\x20file\x20not\x20'+'found:\x20')+_0x378106);else{if(_0x450322[_0x4dfcde(0x4c9,0x515,_0x4c32ba._0x4a17c7,_0x4c32ba._0x3409b2)](_0x35f21c['code'],_0x450322[_0x21098a(-_0x4c32ba._0x3de883,-_0x4c32ba._0x220c73,-0x14d,-_0x4c32ba._0x4d12ae)])){if(_0x450322[_0x21098a(-0x180,-_0x4c32ba._0x151bd6,-_0x4c32ba._0x43b5da,-0x17e)](_0x450322[_0x4dfcde(_0x4c32ba._0x11e271,_0x4c32ba._0x3a4f0d,_0x4c32ba._0x576a64,_0x4c32ba._0x4650ea)],_0x450322[_0x21098a(-0x167,-0x17a,-_0x4c32ba._0x1eeb85,-_0x4c32ba._0x57170d)]))throw new Error(_0x27b33e+(_0x21098a(-0x178,-0x16c,-_0x4c32ba._0x338f36,-_0x4c32ba._0x3f1382)+_0x21098a(-0x158,-_0x4c32ba._0x4164c0,-0x130,-_0x4c32ba._0x351960)+'e\x20(permiss'+_0x21098a(-0x16d,-0x169,-0x189,-_0x4c32ba._0x100a6b)+_0x4dfcde(_0x4c32ba._0xdd4f98,0x4c3,0x4dd,_0x4c32ba._0x2669a9))+_0x378106);else return _0xf6b83e['ssl_key_pa'+'th'];}else throw new Error('Cannot\x20acc'+'ess\x20'+_0x27b33e+_0x21098a(-_0x4c32ba._0xd0e21b,-_0x4c32ba._0x512a96,-0x164,-0x156)+_0x378106+'\x20('+_0x35f21c[_0x21098a(-0x13b,-0x164,-_0x4c32ba._0x1127b1,-_0x4c32ba._0x378c90)]+')');}}else _0xc221b4[_0x21098a(-0x18e,-_0x4c32ba._0x5d936f,-0x1ab,-0x178)+'th']=_0x4d47a5;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x5d824b,_0x48b69c){const _0x448937={_0x5b2dcc:0x17a,_0x4936d1:0x133,_0x267e37:0x125,_0x54394b:0x3b6,_0x17edf4:0x407,_0xce9b42:0x395,_0x1f84ba:0x378,_0x403006:0x3cc,_0x25786d:0x124,_0x3105db:0x167,_0x262db3:0x74,_0xaaa1e5:0x141,_0x383cdf:0xde,_0x569bee:0x12b,_0x2e62fc:0x115,_0x203b0f:0x8e,_0x520cc1:0x132,_0x33cf92:0x401,_0xee12b9:0x3a6,_0x4f87e9:0x69,_0x26ffc0:0xa1},_0x1ed33c={_0x3f200e:0xfc};function _0x1061d9(_0x562c18,_0x88334c,_0x265e48,_0xe03d05){return _0x1191(_0xe03d05- -_0x1ed33c._0x3f200e,_0x562c18);}const _0x3c4dc3=_0x5d824b();function _0x28a105(_0x3260c5,_0x210067,_0x47a268,_0x2cd664){return _0x1191(_0x2cd664-0x1e7,_0x210067);}while(!![]){try{const _0x3bd062=-parseInt(_0x1061d9(0x182,0x14f,_0x448937._0x5b2dcc,_0x448937._0x4936d1))/(0xc*0x243+-0x1*0xa81+-0x2*0x851)+parseInt(_0x1061d9(0xee,0xea,0x14b,_0x448937._0x267e37))/(-0x13eb+0x1c7+0x1226)*(-parseInt(_0x28a105(0x3c6,0x436,_0x448937._0x54394b,_0x448937._0x17edf4))/(-0x1073*-0x1+0x3f1*-0x5+0x117*0x3))+-parseInt(_0x28a105(_0x448937._0xce9b42,_0x448937._0x1f84ba,0x3aa,_0x448937._0x403006))/(0x5*-0x17e+-0x168a+0xf02*0x2)*(-parseInt(_0x1061d9(0xe5,_0x448937._0x25786d,_0x448937._0x3105db,0x138))/(0x67+0x1*-0x74b+0x6e9))+-parseInt(_0x1061d9(_0x448937._0x262db3,0x123,0x91,0xd1))/(0x2500+0x675+-0x2b6f*0x1)*(-parseInt(_0x1061d9(0x17b,_0x448937._0xaaa1e5,_0x448937._0x383cdf,_0x448937._0x569bee))/(0x1d9f+-0x1dae+-0x2*-0xb))+parseInt(_0x1061d9(_0x448937._0x2e62fc,_0x448937._0x203b0f,_0x448937._0x520cc1,0xed))/(0x5*-0x11d+0x74e+-0x17*0x13)+parseInt(_0x28a105(0x3cc,_0x448937._0x33cf92,_0x448937._0xee12b9,0x3e3))/(-0x270d+0x3b5*-0x3+0x3235)+-parseInt(_0x1061d9(0x82,0xcc,_0x448937._0x4f87e9,_0x448937._0x26ffc0))/(0x2f*0x6d+0x25f*-0xe+-0x2a5*-0x5);if(_0x3bd062===_0x48b69c)break;else _0x3c4dc3['push'](_0x3c4dc3['shift']());}catch(_0x3ffe1d){_0x3c4dc3['push'](_0x3c4dc3['shift']());}}}(_0x35f7,-0x2415+0x8bd5b+-0x31b89));function _0x35f7(){const _0x200ee7=['yw1Lici','twzQBNC','zxHPDa','CMvHDguGywrTAq','t1HWs2u','v2fYBMLUzZOGlq','vxnLihrLyw1Zia','ugfZC3DVCMq6ia','A2vzCe0','rezACvK','D2TXDuS','ywnJzxnZlIa','zw1HAwW','BwfUywDLCG','Bhm6','zsbxzwiGvuKU','Aw5NCYbPBIb0Aa','v2fYBMLUzZOGrG','Bg9N','ls1Hzg1PBG','icbfBwfPBdOGia','C3nJreq','D0Ter1K','mZa0otC0DMvyt1rb','ywXPzcb1C2vYBG','iI4GvMfSAwqGDG','4PYtifvZzxiGy3jL','zMLUAxrPB25ZlG','v2fYBMLUzZOGqW','BLnquMS','B09eyNa','sKH2yMG','BIbPCYbKzxbYzq','yxHSzLe','refNrwi','zgv2zwXVCgvY','sw52ywXPzcb2yq','s2LtuxK','DMLYB25Tzw50ia','iI4GvxnLig9UBa','tNzQrwO','oIaGica','s3bnB3K','rxjYB3i6ia','yw4GBM93igXVzW','veniswi','ls1YB2XLpq','mtu2mJG3nMDXCuTqqG','tuvtA2y','Ae1PsMC','Ehf4C3i','mJy2mZaYneXAAg9IvG','zuXLwKu','y3rLCNm','DgvZDa','zxiSihzPzxDLCG','ugDkCNi','vgHLihvZzxiGyW','ugjwr2q','q3jLyxrPBMCGDq','yMXHCwq','y29Kzq','BNn0zwfKlG','CwP1Awy','icbvC2vYBMfTzq','C3bSAxq','CIaI','sNHws0S','zxjYB3i','BgvUz3rO','mtq4nJG1neDxsNfLrq','DgjUzNu','lxjVBgu9','EMTxuMu','BgvNywn5uM9Szq','BfD1q1q','BM1LBNqGyMLUza','zxf1AxjLza','ywX1zxm6igfKBq','BIbIAw5KAw5Nia','C3rKAw4','sw9yyKG','y2LXruK','uM9SzuzSywC','ic0TywrTAw4GAq','svPPrfm','Cvn5uuu','zs4GqwrTAw4GyG','y3jLyxrLsw50zq','BMfTzq','igLZigrLChjLyW','rfvcDvu','q29UzMLYBsbqyq','igzVCM1HDcaI','r3z3Dgu','BYbSB25NzxiGyW','wfzIwui','DxnLCM5HBwu','y2XVC2u','y2f0zwqUifvZzq','rw1HAwW6ia','icbtzxj2zxiGqq','DxnLzeXLz2fJEq','rxjYB3i6ieLUDG','B3v0Chv0','B250CM9SCYbLBG','mtKXmZKXouX6wMzHqW','mM9dr0zXrq','t1jnwwq','CM5HBwuGAxmGCG','BgvKihrVignYzq','tenmzM8','ufbdA2K','ndLere5rDKC','Aw5KifnLCNzLCG','BM90ig1HDgnO','sLrHA2G','wwLxt0C','wfDsDgi','CxvLC3rPB24','BMCGywXYzwfKEq','mtK1ntiXuM1QrNri','CgfZC3DVCMq','yw5KigvUDMLYBW','u2vYDMvYiefKBq','AxjLza','nxnbuM9jDq','BwLU','Aw5WDxq','C3n3B3jKoIa','BNzbCvu','Dw5KzxjZy29Yzq','CYWGyw5KigH5Ca','rxjYB3i6ifbHCW','zwHrt20','wLHoBu8','BwvZC2fNzq','DMLLD2vY','rMfPBgvKihrVia','D3jPDgu','BMCGy3jLyxrLza','BNbKyvK','zxHPC3rZlG','ls1Zzxj2zxiTyq','zfHVALO','vxnLCM5HBwu6ia','ignYzwf0zwqU','yMDczNa','DgvYBwLUywW','CM9SztOGiG','CY5QCW','wLbSwvy','CIWGzgv2zwXVCa','C0LYu1y','AgvPCIb1C2vYBG','AgvUCY4','D1n4vNO','Axntzxj2zxjbza','Aw5KAw5Nkq','rNHIuKO','ig51BwjLCNmSia','Dg9mB3DLCKnHCW','zg1PBJOG','CMzHy2u','vKfjqLC','yKLNCgi','sxbAtva','rxjYB3i6iezHAq','yxrLihvZzxiGlq','yMTZyxy','lxjVBgu9ywrTAq','u0jUA3i','zg1PBIbIAw5KAq','C3rKB3v0','EsbSzxr0zxjZla','yuPxug0','B3vSzcbUB3qGzG','wNviv0m','vK5KuKG','icbjrdOGicaGia','q25oD0S','lI4VyMLUzgLUzW','vKTosg8','Aw5KAw5Nig5VDa','nteYndmWuxrYEMfp','BhvLigzVCIaTlq','zg1PBG','CMvK','ls11C2vYBMfTzq','rxjYB3i6ifvZzq','rNvSBcboyw1LoG','uLPtshi','y3jLyxrLihvZzq','sNvcDMi','CNzntuW','ywLSzwqGDg8GyW','C3rHCNrZv2L0Aa','BhjfANi','B05Hufy','suf0C2m','DhjPBq','AgfZ','D2fYBG','rxjYB3i6ie5HBq','iefKBwLUihjVBa','Aw4Sig1HBMfNzq','icaGica','C2vYDMvY','sgzUtLK'];_0x35f7=function(){return _0x200ee7;};return _0x35f7();}function _0x1191(_0x5877c9,_0x795248){_0x5877c9=_0x5877c9-(-0x61f*0x4+-0x1cc9+0x2*0x1b56);const _0x2ceb92=_0x35f7();let _0xc95e39=_0x2ceb92[_0x5877c9];if(_0x1191['hJYraX']===undefined){var _0x262c96=function(_0x1a34bc){const _0x21d0ce='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2e9af1='',_0x2a5763='';for(let _0x2e6194=-0x1cf3+0xbf5+0x96*0x1d,_0x5dbdb8,_0x50b2e7,_0x2af7a5=0x2507*0x1+0x12f0+-0x37f7;_0x50b2e7=_0x1a34bc['charAt'](_0x2af7a5++);~_0x50b2e7&&(_0x5dbdb8=_0x2e6194%(0x1297*0x1+0x47*0x43+-0x2528)?_0x5dbdb8*(-0x17ae+-0xdb5+0x25a3)+_0x50b2e7:_0x50b2e7,_0x2e6194++%(0x1*0x1663+-0x1a6f+0x410))?_0x2e9af1+=String['fromCharCode'](-0x13c3+-0x1*-0x1e25+0x3*-0x321&_0x5dbdb8>>(-(0xd08+0x1f0d*-0x1+0x1207)*_0x2e6194&0x8bc+0x195b*-0x1+0x10a5)):-0xf43+-0xb40+0x269*0xb){_0x50b2e7=_0x21d0ce['indexOf'](_0x50b2e7);}for(let _0x456c8d=0x207f+0x16*-0x26+-0x1d3b,_0x36ee19=_0x2e9af1['length'];_0x456c8d<_0x36ee19;_0x456c8d++){_0x2a5763+='%'+('00'+_0x2e9af1['charCodeAt'](_0x456c8d)['toString'](0xa9d+-0xe53+0x3c6))['slice'](-(0x664*-0x5+0x17f*-0xb+0x306b));}return decodeURIComponent(_0x2a5763);};_0x1191['NSSQCC']=_0x262c96,_0x1191['POGRMm']={},_0x1191['hJYraX']=!![];}const _0x27d281=_0x2ceb92[0x1e39+0x4a3*-0x6+0x267*-0x1],_0x2c38ba=_0x5877c9+_0x27d281,_0x2184d4=_0x1191['POGRMm'][_0x2c38ba];return!_0x2184d4?(_0xc95e39=_0x1191['NSSQCC'](_0xc95e39),_0x1191['POGRMm'][_0x2c38ba]=_0xc95e39):_0xc95e39=_0x2184d4,_0xc95e39;}import _0x3266cf from'readline';import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function prompt(_0x47ff22,_0x5ab532=![]){const _0xa02e32={_0x3f12fb:0x176,_0x400469:0x163,_0x4053eb:0x1ce},_0x595be5={_0x24f4c5:0x2d,_0x593b3f:0x58,_0x4bad07:0x8f,_0x52864f:0x134,_0x20b136:0xef,_0x56f673:0x143,_0x3cbde6:0x118,_0x898869:0x12f,_0x5afcb4:0xbc,_0x1ea0fd:0xbd,_0x103631:0xa4,_0x7d3ac4:0xd6,_0x13d420:0x122,_0x3e5411:0x13b,_0x19cf55:0x12f,_0x2baf50:0x4,_0x5cd4b9:0x1e,_0x5747a2:0x4a,_0x1d576a:0xd4,_0xecac22:0x142,_0x24ee74:0x100,_0x48e348:0x159,_0x481f9f:0x13f,_0x26a81c:0x77,_0x94cd6a:0xca,_0x2166ee:0x109,_0x976198:0x35,_0x54df1b:0x148,_0x5a350e:0x105,_0x105db8:0xde,_0xe75ff6:0x122,_0x4fbd49:0x102,_0x25f99f:0x80,_0x3af324:0x83,_0xa84e6c:0x6c,_0x439a95:0x1c,_0x5dcb9d:0x95,_0x452e8f:0x54,_0x390868:0x17d,_0x3e7c1f:0xdf,_0x31b947:0x171,_0x272a64:0x148,_0x5a9ac9:0x147},_0x425107={_0x2913bd:0x1fe,_0xb45a71:0x1ad,_0x24eb2b:0x178,_0x9cd51f:0x1f4,_0x1917f3:0x200,_0x2368ca:0x1bf,_0x38b0d8:0x230},_0x4988db={_0x5be7fa:0x1e8},_0x388d7e={_0x540f6a:0x365},_0x31da94={'DAgEb':function(_0x4b6308){return _0x4b6308();},'MESkf':function(_0x16617b,_0x2cf203){return _0x16617b(_0x2cf203);},'Japyp':function(_0x1b3e6f,_0x1041c5){return _0x1b3e6f!==_0x1041c5;},'TCHIb':_0x123dc8(-_0xa02e32._0x3f12fb,-0x191,-0x17d,-_0xa02e32._0x400469),'QelGs':_0x123dc8(-0x1fb,-0x1b0,-0x1b4,-_0xa02e32._0x4053eb)};function _0x123dc8(_0x1071a1,_0x3be104,_0x3f35a7,_0x1f8714){return _0x1191(_0x3be104- -_0x388d7e._0x540f6a,_0x1071a1);}function _0x2a8125(_0x4578f8,_0x4d3622,_0x5af01e,_0x21ea44){return _0x1191(_0x21ea44- -0x20c,_0x4d3622);}return new Promise(_0x1f9606=>{const _0x41489e={_0x27c681:0x13c,_0xf7ddcc:0x10a},_0x544cf7={_0x2e3280:0x27},_0x5a4cf0={_0xc2a429:0x7c,_0x4fe3c7:0x53},_0x17e56b={_0x38a1e8:0x95};function _0xf2fdc6(_0x1943b5,_0x21c9d9,_0x572d20,_0x36e882){return _0x123dc8(_0x1943b5,_0x36e882-0xf3,_0x572d20-0x56,_0x36e882-_0x4988db._0x5be7fa);}const _0x278810={'sSLMW':function(_0x3bd7d0,_0x323947){function _0x236d8b(_0x29d53b,_0x34b7a3,_0x52513e,_0x4176c0){return _0x1191(_0x29d53b-0x26c,_0x34b7a3);}return _0x31da94[_0x236d8b(0x452,0x49b,0x3ee,0x468)](_0x3bd7d0,_0x323947);}};function _0x21f8b8(_0x5841b3,_0x19ddbb,_0x1a94f8,_0x11cc63){return _0x123dc8(_0x1a94f8,_0x19ddbb-_0x17e56b._0x38a1e8,_0x1a94f8-0xa9,_0x11cc63-0xcd);}if(_0x31da94['Japyp']('oODbp',_0x31da94[_0xf2fdc6(-_0x595be5._0x24f4c5,-0x77,-_0x595be5._0x593b3f,-_0x595be5._0x4bad07)]))_0x360e6d['error'](_0x21f8b8(-_0x595be5._0x52864f,-_0x595be5._0x20b136,-_0x595be5._0x56f673,-0xed)+_0x384ebb[_0x21f8b8(-0x105,-0x163,-0x1bd,-0x141)]),_0x555255[_0x21f8b8(-0xce,-_0x595be5._0x3cbde6,-_0x595be5._0x898869,-0xfc)](-0xac5*-0x2+0x4f*0x39+-0x2*0x1390);else{if(_0x5ab532){if(_0xf2fdc6(-0x72,-0x11b,-_0x595be5._0x5afcb4,-_0x595be5._0x1ea0fd)!==_0x31da94['QelGs']){_0x21ab3e[_0x21f8b8(-_0x595be5._0x103631,-_0x595be5._0x7d3ac4,-0x106,-_0x595be5._0x13d420)]('Warning:\x20C'+_0x21f8b8(-0x17d,-_0x595be5._0x3e5411,-0xe6,-_0x595be5._0x19cf55)+_0xf2fdc6(-0x32,-_0x595be5._0x2baf50,-_0x595be5._0x5cd4b9,-_0x595be5._0x5747a2)+'\x20Admin\x20rol'+'e.\x20Admin\x20b'+_0x21f8b8(-0xd6,-_0x595be5._0x52864f,-_0x595be5._0x1d576a,-_0x595be5._0xecac22)+_0x21f8b8(-_0x595be5._0x24ee74,-_0x595be5._0x48e348,-_0x595be5._0x481f9f,-0x179));return;}else{const _0x2ded64=new Writable({'write':(_0x806b8f,_0x19f667,_0x4e531d)=>{function _0x480456(_0x48cd99,_0x45c969,_0x16e481,_0x3fb4f8){return _0xf2fdc6(_0x45c969,_0x45c969-0xa3,_0x16e481-0x1a4,_0x3fb4f8-0x47);}_0x31da94[_0x480456(-_0x5a4cf0._0xc2a429,-0x6f,0x13,-_0x5a4cf0._0x4fe3c7)](_0x4e531d);}}),_0x1f80ca={};_0x1f80ca['input']=process[_0x21f8b8(-_0x595be5._0x26a81c,-_0x595be5._0x94cd6a,-0xde,-_0x595be5._0x2166ee)],_0x1f80ca[_0xf2fdc6(0x14,-_0x595be5._0x976198,-0x64,-0x54)]=_0x2ded64,_0x1f80ca['terminal']=!![];const _0x5262a7=_0x3266cf[_0x21f8b8(-0xaa,-0xc2,-0x87,-0xde)+_0x21f8b8(-0x16d,-_0x595be5._0x54df1b,-0xf5,-_0x595be5._0x5a350e)](_0x1f80ca);process['stdout'][_0xf2fdc6(-0x9d,-_0x595be5._0x105db8,-_0x595be5._0xe75ff6,-_0x595be5._0x4fbd49)](_0x47ff22),_0x5262a7['question']('',_0x341f1b=>{const _0x52a7d2={_0x31d173:0x1e4};_0x5262a7[_0x4783dd(-0x3a,-_0x544cf7._0x2e3280,-0xe,-0x6c)](),console['log']('');function _0x4783dd(_0x315169,_0x526402,_0xc7f4da,_0x1c8231){return _0xf2fdc6(_0x1c8231,_0x526402-_0x52a7d2._0x31d173,_0xc7f4da-0x95,_0xc7f4da-0x4c);}_0x278810['sSLMW'](_0x1f9606,_0x341f1b);});}}else{const _0x2fd23c={};_0x2fd23c[_0xf2fdc6(-0x62,-0x25,-0x21,-0x3c)]=process[_0xf2fdc6(-_0x595be5._0x25f99f,-0xaf,-_0x595be5._0x3af324,-_0x595be5._0xa84e6c)],_0x2fd23c[_0xf2fdc6(-0xb2,-_0x595be5._0x439a95,-_0x595be5._0x5dcb9d,-_0x595be5._0x452e8f)]=process[_0x21f8b8(-_0x595be5._0x390868,-0x13e,-_0x595be5._0x3e7c1f,-_0x595be5._0x31b947)];const _0x1f241b=_0x3266cf['createInte'+_0x21f8b8(-0x140,-_0x595be5._0x272a64,-_0x595be5._0x5a9ac9,-0x172)](_0x2fd23c);_0x1f241b[_0x21f8b8(-0x89,-0xa3,-0x3e,-0xa3)](_0x47ff22,_0x298eea=>{const _0xfe2fbb={_0x2b6f77:0x1a,_0x1162a3:0x270};function _0x32c035(_0x2825b9,_0x1a1fd3,_0x51d642,_0x30d479){return _0xf2fdc6(_0x51d642,_0x1a1fd3-0xaf,_0x51d642-_0xfe2fbb._0x2b6f77,_0x2825b9-_0xfe2fbb._0x1162a3);}_0x1f241b[_0x190d53(-0x1c2,-_0x425107._0x2913bd,-_0x425107._0xb45a71,-_0x425107._0x24eb2b)]();function _0x190d53(_0x2cf046,_0x1c95d7,_0x50411f,_0x3367c1){return _0x21f8b8(_0x2cf046-_0x41489e._0x27c681,_0x2cf046- -_0x41489e._0xf7ddcc,_0x50411f,_0x3367c1-0x121);}_0x31da94[_0x190d53(-_0x425107._0x9cd51f,-_0x425107._0x1917f3,-_0x425107._0x2368ca,-_0x425107._0x38b0d8)](_0x1f9606,_0x298eea);});}}});}export function parseCreateUserArgs(_0x53a62a){const _0x3b8986={_0x2b7c90:0x3e,_0x3ab0b0:0x2a2,_0x4ad9b2:0x32,_0x102335:0x2f,_0x13c12e:0xf,_0x312678:0xa4,_0x26eea6:0x51,_0x13d3fa:0x99,_0x3b4f03:0x2de,_0xd866b:0x2d4,_0x3bca5f:0x257,_0x3f2a9d:0x281,_0x134247:0x2a7,_0x26c690:0x33a,_0x17796e:0x2d8,_0x5a236c:0x2ee,_0x5dbb4c:0x28f,_0x158e8a:0x346,_0x5146ff:0x375,_0x11728f:0x345,_0x582993:0x382,_0x29be67:0x9,_0x32851f:0x5b,_0x4c0dda:0xad,_0x33a4c1:0xc9,_0x1aeb58:0x300,_0x1e1c7c:0x331,_0x377fcd:0x306,_0x41b62a:0x311,_0x3c64c5:0x22,_0x3a04e7:0x3c,_0x31b2cc:0x1e,_0x3ee7c3:0xe,_0x3b424e:0x2ab,_0x5d81ea:0x2b6,_0x1db3ab:0x2ac,_0x1e7c23:0x2c4,_0x1d6d72:0x30c,_0x2dcf22:0x21,_0x47eddd:0x10,_0x599c6d:0x27,_0x51040c:0x1d,_0x538b2c:0x8c,_0x56b887:0x5d,_0x3a5390:0x8,_0x298057:0x65,_0x21b051:0x3a,_0x306dfc:0x2c,_0x124fba:0x89,_0x2f8db9:0x6f,_0x4334af:0xbc,_0x3c73e1:0x94,_0x1ea891:0x2e1,_0x654c42:0x2f1,_0x404b99:0x2e4,_0x5dae14:0x31d,_0x1c000b:0x5d,_0x476314:0x7,_0xe43aca:0x2a7,_0x20e221:0x2d,_0x3b5b8d:0x3d,_0x129ef2:0x5a,_0x22b1dc:0x2cd,_0x5a2862:0x23b,_0x54711d:0x2,_0x34e2bf:0x310,_0x310980:0x29b,_0x915f83:0x280,_0x3e3447:0x98,_0x131f0a:0x2d3,_0x5708da:0x35b,_0x588883:0x72,_0x1ce228:0x1a,_0x517c61:0x374,_0x20e04e:0x324,_0x557d93:0x6f,_0x5d1e9c:0x63,_0xe984f0:0xa5,_0x3233a8:0x318,_0x5cd270:0x2cd,_0x51d449:0xe,_0x447b34:0x27b,_0x352427:0x29f,_0x43110b:0xa8,_0x55c5f9:0x9b,_0x2ee743:0x64,_0x13ff8b:0x2e0,_0x4e4242:0x24c,_0x482230:0x22c,_0x1f21a3:0x48,_0xf7e7eb:0x14,_0x5280c0:0x41,_0x575f40:0x7c,_0x1d1dab:0x17,_0x21fcd5:0x2e,_0x10e7c1:0x7e,_0x33466e:0x1c,_0x5d14c6:0x6b,_0x1c3478:0x311,_0x576b73:0x333,_0x2c1a34:0x3e,_0x402417:0x1c,_0x12b8aa:0x33,_0xd4c543:0x36c,_0x3c6b41:0x30b,_0x5543e5:0x27b,_0x46aba0:0x28e,_0x2ed7d9:0x254,_0x22659f:0x87,_0x1be03a:0x231,_0x2aaf28:0x285,_0x32a056:0xf6,_0x3de7d9:0x2b8,_0x27f8ad:0x2b7,_0x14cca4:0x8b,_0x4ec7dc:0x13,_0xca3b3c:0x4e,_0x1f3036:0x1b,_0x21efe6:0x8c,_0x2b9d7a:0xc3,_0x13816e:0x86,_0x44c537:0x25,_0x267fd3:0x2ba,_0x1cb279:0x280,_0x323d8c:0x84,_0x199c39:0x59,_0x41da3d:0x19,_0x3fa1d2:0x2a3,_0x5a6946:0x227,_0x463ab5:0x6d,_0x56fe6e:0x339,_0x1c8aed:0x5c,_0x2fe32f:0xd0,_0x3c44d9:0x2c3,_0x3a570e:0x81,_0x24ed42:0xd5,_0x3ec34b:0x78,_0x4f1356:0x89,_0x5c3d8d:0x2eb,_0x3a86bc:0x29d,_0x5ce235:0x2bb,_0x54e33e:0x269,_0x43a197:0x32c,_0x14073d:0x76,_0x3492be:0x96,_0x4ddeb8:0x2ed,_0x45beef:0x88,_0x210488:0x4d,_0x1ba370:0x97,_0x57eb11:0xf6,_0x48017a:0x8b,_0x2ec44e:0x5a,_0x3f168f:0x80,_0xb3fb5b:0x1e,_0xb2d9f1:0x2b,_0x26868a:0x31f,_0x15b924:0x2ad},_0x247706={_0x1a1ed0:0xd9,_0xd26ae:0xa6,_0x1c1023:0x44,_0x13a02b:0x8f},_0x5e31a8={_0x52abd7:0x4d,_0x16bf9c:0x9d},_0xe56b5e={_0x330ca5:0x188},_0x337d2e={'VJdTc':_0x1e6d4c(-0x2f,0x28,_0x3b8986._0x2b7c90,0x30)+'e\x20is\x20requi'+_0x582215(0x2f7,0x287,0x2b5,_0x3b8986._0x3ab0b0),'qjuif':function(_0x584707){return _0x584707();},'oizlK':function(_0x386536,_0x1d288e){return _0x386536(_0x1d288e);},'sscDD':function(_0x4d3cae,_0x45296b){return _0x4d3cae===_0x45296b;},'PbVGd':_0x1e6d4c(0x6b,_0x3b8986._0x4ad9b2,_0x3b8986._0x102335,-_0x3b8986._0x13c12e),'NvjEj':'--name=','JxVKK':function(_0xb5dee,_0x579332){return _0xb5dee!==_0x579332;},'pHoLW':_0x1e6d4c(-0x37,0x6,0x2,0x3a),'bIgpb':_0x1e6d4c(0x93,_0x3b8986._0x312678,_0x3b8986._0x26eea6,_0x3b8986._0x13d3fa),'sIrSV':function(_0x302488,_0x32c6b1){return _0x302488===_0x32c6b1;},'bioEq':_0x582215(0x303,0x318,_0x3b8986._0x3b4f03,0x2be),'ZXNmO':function(_0x2b2887,_0x4f01a9){return _0x2b2887===_0x4f01a9;},'blaqd':_0x582215(_0x3b8986._0xd866b,0x2d4,0x2ea,0x29a),'RZSHr':'dXude','bgBfp':_0x582215(0x2ac,_0x3b8986._0x3bca5f,0x2a9,_0x3b8986._0x3f2a9d),'qSyQE':_0x582215(_0x3b8986._0x134247,_0x3b8986._0x26c690,_0x3b8986._0x17796e,0x30b),'keYpM':_0x582215(0x2ba,0x285,_0x3b8986._0x5a236c,_0x3b8986._0x5dbb4c),'JuBvb':'admin'},_0x2b51fb={};function _0x1e6d4c(_0xc5f520,_0x3b0322,_0x1077f7,_0x44e08d){return _0x1191(_0x3b0322- -_0xe56b5e._0x330ca5,_0x44e08d);}function _0x582215(_0x5cebb8,_0x319824,_0x1c6d2c,_0x52590c){return _0x1191(_0x1c6d2c-0x115,_0x52590c);}_0x2b51fb[_0x1e6d4c(0x54,0x8f,0x6f,0xe2)]=null,_0x2b51fb['email']=null,_0x2b51fb[_0x582215(_0x3b8986._0x158e8a,_0x3b8986._0x5146ff,0x324,0x2da)]=null,_0x2b51fb[_0x582215(0x393,0x380,_0x3b8986._0x11728f,_0x3b8986._0x582993)]=null,_0x2b51fb[_0x1e6d4c(-_0x3b8986._0x29be67,-0x6,-0x5e,_0x3b8986._0x32851f)+_0x1e6d4c(0xa9,_0x3b8986._0x4c0dda,_0x3b8986._0x33a4c1,0x72)]=![],_0x2b51fb[_0x582215(_0x3b8986._0x1aeb58,0x2d2,_0x3b8986._0x1e1c7c,_0x3b8986._0x377fcd)+_0x582215(0x30b,_0x3b8986._0x41b62a,0x31e,0x350)]=![],_0x2b51fb[_0x1e6d4c(_0x3b8986._0x3c64c5,0x78,_0x3b8986._0x3a04e7,_0x3b8986._0x31b2cc)]=null;const _0x16401c=_0x2b51fb;let _0x260818=![];for(const _0x73172d of _0x53a62a){if(_0x73172d[_0x1e6d4c(0x5e,0x21,0x28,-_0x3b8986._0x3ee7c3)](_0x582215(0x282,_0x3b8986._0x3b424e,_0x3b8986._0x5d81ea,_0x3b8986._0x1db3ab)+'='))_0x16401c['username']=_0x73172d[_0x582215(_0x3b8986._0x1e7c23,0x30a,_0x3b8986._0x1d6d72,0x2f1)]('=')[-0xf59+-0xab1+0x1*0x1a0b];else{if(_0x73172d[_0x1e6d4c(-0x31,_0x3b8986._0x2dcf22,_0x3b8986._0x47eddd,-_0x3b8986._0x599c6d)]('--email='))_0x337d2e[_0x1e6d4c(-_0x3b8986._0x51040c,0x43,0x5c,_0x3b8986._0x538b2c)](_0x337d2e[_0x1e6d4c(_0x3b8986._0x56b887,0x68,_0x3b8986._0x3a5390,0x35)],_0x337d2e['PbVGd'])?_0x16401c[_0x1e6d4c(_0x3b8986._0x298057,_0x3b8986._0x21b051,_0x3b8986._0x306dfc,_0x3b8986._0x124fba)]=_0x73172d[_0x1e6d4c(0xb7,_0x3b8986._0x2f8db9,_0x3b8986._0x4334af,_0x3b8986._0x3c73e1)]('=')[0x24b7*-0x1+-0x39*-0xa+0x227e]:(_0x4a5398[_0x582215(_0x3b8986._0x1ea891,0x330,0x30f,0x2ef)](_0x582215(_0x3b8986._0x654c42,_0x3b8986._0x404b99,0x332,_0x3b8986._0x5dae14)+'alid\x20usern'+_0x1e6d4c(-_0x3b8986._0x102335,0x2e,_0x3b8986._0x1c000b,0x22)+_0x3ba682['username']+(_0x1e6d4c(-_0x3b8986._0x476314,0x55,0x1b,0x3d)+_0x582215(0x305,0x2ad,0x2a8,_0x3b8986._0xe43aca)+_0x1e6d4c(_0x3b8986._0x20e221,-0x3,-_0x3b8986._0x3b5b8d,_0x3b8986._0x129ef2)+'underscore'+_0x582215(0x292,_0x3b8986._0x22b1dc,0x27e,_0x3b8986._0x5a2862)+_0x1e6d4c(_0x3b8986._0x54711d,-_0x3b8986._0x3a5390,-0x51,-0x1b))),_0x1caf83[_0x582215(_0x3b8986._0x34e2bf,_0x3b8986._0x310980,0x2cd,0x2bc)](0x233*0xf+-0x4e4+-0x4*0x706));else{if(_0x73172d[_0x582215(0x2d0,0x2c3,0x2be,_0x3b8986._0x915f83)](_0x337d2e[_0x1e6d4c(_0x3b8986._0x3e3447,0x56,0x67,0x57)]))_0x337d2e[_0x582215(_0x3b8986._0x131f0a,0x2c5,0x30e,_0x3b8986._0x5708da)](_0x1e6d4c(-0xd,0x4b,_0x3b8986._0x588883,_0x3b8986._0x1ce228),_0x337d2e['pHoLW'])?_0x16401c[_0x582215(_0x3b8986._0x517c61,0x353,_0x3b8986._0x20e04e,0x36a)]=_0x73172d[_0x1e6d4c(0x73,_0x3b8986._0x557d93,0xa7,_0x3b8986._0x5d1e9c)]('=')[0x1*0xe37+-0xaf9+-0x33d]:(_0x275b14[_0x1e6d4c(_0x3b8986._0xe984f0,_0x3b8986._0x588883,0x8b,0xab)](_0x337d2e['VJdTc']),_0x252ba4[_0x582215(0x28f,_0x3b8986._0x3233a8,_0x3b8986._0x5cd270,0x2f5)](0x7*0x437+0x188d+-0x1*0x360d));else{if(_0x73172d['startsWith']('--password'+'='))_0x337d2e[_0x1e6d4c(0x4a,0x43,0x2d,_0x3b8986._0x51d449)](_0x337d2e['bIgpb'],_0x337d2e[_0x582215(0x2ae,_0x3b8986._0x447b34,_0x3b8986._0x352427,0x2d5)])?_0x16401c[_0x1e6d4c(0xe5,_0x3b8986._0x43110b,_0x3b8986._0x55c5f9,_0x3b8986._0x2ee743)]=_0x73172d['split']('=')[-0x1404+0x3*0x82f+-0x91*0x8]:_0x227da7=_0x52e260(_0x517001);else{if(_0x337d2e[_0x582215(_0x3b8986._0x13ff8b,_0x3b8986._0x4e4242,0x293,0x2e3)](_0x73172d,_0x337d2e['bioEq'])||_0x337d2e[_0x582215(_0x3b8986._0x482230,0x25d,0x293,0x23d)](_0x73172d,_0x1e6d4c(-_0x3b8986._0x1f21a3,-_0x3b8986._0xf7e7eb,_0x3b8986._0x5280c0,-0x3d)+_0x1e6d4c(_0x3b8986._0x575f40,_0x3b8986._0x1d1dab,-0x3f,-_0x3b8986._0x21fcd5))){if(_0x337d2e[_0x1e6d4c(-_0x3b8986._0x10e7c1,-_0x3b8986._0x33466e,-0x64,-_0x3b8986._0x5d14c6)](_0x337d2e[_0x582215(0x2d2,_0x3b8986._0x1c3478,0x307,_0x3b8986._0x576b73)],_0x337d2e[_0x1e6d4c(_0x3b8986._0x2c1a34,_0x3b8986._0x402417,0x3b,_0x3b8986._0x12b8aa)])){const _0x3ade8e={_0x4d5fd4:0x316,_0x5814da:0x121},_0x1ebca0={_0x173cf3:0x1a0,_0x3bd090:0x383},_0x1d6134={_0x4f2991:0x1a1,_0x1e357d:0xb3},_0x239934={'VAIBW':function(_0x36d63e,_0x14f37d){return _0x337d2e['oizlK'](_0x36d63e,_0x14f37d);}},_0xee3ed1=new _0x2cf45e({'write':(_0x2dc39b,_0x563039,_0x50903d)=>{function _0x38647c(_0x3b50ff,_0x4958b6,_0x332d96,_0x2919a7){return _0x582215(_0x3b50ff-_0x1d6134._0x4f2991,_0x4958b6-_0x1d6134._0x1e357d,_0x2919a7- -0x26d,_0x4958b6);}_0x337d2e[_0x38647c(0x54,0xa8,_0x5e31a8._0x52abd7,_0x5e31a8._0x16bf9c)](_0x50903d);}}),_0x5b52bc={};_0x5b52bc[_0x582215(0x359,0x393,0x34b,0x32a)]=_0x466023['stdin'],_0x5b52bc[_0x582215(_0x3b8986._0xd4c543,0x399,_0x3b8986._0x576b73,_0x3b8986._0x3c6b41)]=_0xee3ed1,_0x5b52bc[_0x582215(0x2e0,_0x3b8986._0x5543e5,_0x3b8986._0x46aba0,_0x3b8986._0x2ed7d9)]=!![];const _0x10934e=_0xe470bd[_0x1e6d4c(_0x3b8986._0x21fcd5,0x86,0x5c,_0x3b8986._0x22659f)+'rface'](_0x5b52bc);_0x465dae['stdout'][_0x582215(0x2ca,_0x3b8986._0x1be03a,_0x3b8986._0x2aaf28,0x253)](_0x53ce74),_0x10934e[_0x1e6d4c(0x8f,0xa5,0x43,_0x3b8986._0x32a056)]('',_0x57276b=>{function _0xaa2ff5(_0x29669b,_0x793a76,_0x4f3c7e,_0x1f50c6){return _0x582215(_0x29669b-0x76,_0x793a76-_0x1ebca0._0x173cf3,_0x793a76- -_0x1ebca0._0x3bd090,_0x29669b);}_0x10934e['close']();function _0x529bb9(_0x51d1d6,_0x2b5ee2,_0xdf340,_0x3354e7){return _0x1e6d4c(_0x51d1d6-0xe1,_0xdf340-_0x3ade8e._0x4d5fd4,_0xdf340-_0x3ade8e._0x5814da,_0x3354e7);}_0x4aa33c[_0xaa2ff5(-_0x247706._0x1a1ed0,-_0x247706._0xd26ae,-0xbc,-_0x247706._0x1c1023)](''),_0x239934[_0xaa2ff5(-0xcd,-0xe5,-0x13f,-_0x247706._0x13a02b)](_0x178f4f,_0x57276b);});}else _0x260818=!![],_0x16401c[_0x582215(0x267,0x2df,0x297,0x25a)+'min']=!![];}else{if(_0x73172d[_0x582215(0x2af,0x322,0x2be,0x269)](_0x582215(_0x3b8986._0x3de7d9,_0x3b8986._0x27f8ad,0x2f9,0x33d))){if(_0x337d2e[_0x1e6d4c(_0x3b8986._0x14cca4,0x71,0xb3,0x9a)](_0x1e6d4c(0x6b,_0x3b8986._0x4ec7dc,-0x28,-_0x3b8986._0xca3b3c),_0x337d2e[_0x1e6d4c(-0x19,-_0x3b8986._0x47eddd,-0x3a,-_0x3b8986._0x1f3036)])){const _0x107cc1=_0x73172d[_0x1e6d4c(0x29,_0x3b8986._0x2f8db9,_0x3b8986._0x21efe6,_0x3b8986._0x2b9d7a)]('=')[-0x1b2a+-0x4*0x91f+0x3fa7]?.[_0x1e6d4c(_0x3b8986._0x13816e,_0x3b8986._0x44c537,0x41,-_0x3b8986._0x1f3036)]()[_0x582215(0x288,_0x3b8986._0x267fd3,_0x3b8986._0x310980,_0x3b8986._0x1cb279)+'e'](),_0x1018eb=new Set(['admin',_0x337d2e[_0x1e6d4c(0xa6,_0x3b8986._0x323d8c,0x2a,0xb4)],_0x337d2e[_0x1e6d4c(_0x3b8986._0x199c39,0x36,-_0x3b8986._0x41da3d,0x62)],_0x582215(_0x3b8986._0x3fa1d2,_0x3b8986._0x5a6946,0x283,0x2b7)]);if(!_0x1018eb[_0x1e6d4c(0x5a,0x26,-0x9,0x34)](_0x107cc1))throw new Error('Invalid\x20va'+'lue\x20for\x20--'+_0x1e6d4c(-0x5b,-0xe,-_0x3b8986._0x463ab5,0x37)+_0x107cc1+(_0x582215(_0x3b8986._0x56fe6e,0x2d9,0x2e4,0x2a8)+_0x1e6d4c(_0x3b8986._0x1c8aed,0x7c,0x65,_0x3b8986._0x2fe32f)+_0x1e6d4c(-0x18,0x2a,0x22,-0xe)+'r,\x20develop'+_0x582215(_0x3b8986._0x3c44d9,0x309,0x302,0x2a2)));_0x16401c['usedLegacy'+_0x1e6d4c(0x81,_0x3b8986._0x3a570e,0x64,0x36)]=!![],_0x16401c[_0x1e6d4c(_0x3b8986._0x24ed42,_0x3b8986._0x3ec34b,0xba,0x4d)]=_0x107cc1,!_0x260818&&(_0x16401c['isServerAd'+'min']=_0x337d2e[_0x1e6d4c(0x78,0x43,_0x3b8986._0x4f1356,0x12)](_0x107cc1,_0x337d2e[_0x582215(_0x3b8986._0x5c3d8d,_0x3b8986._0x3a86bc,_0x3b8986._0x5ce235,0x320)]));}else _0x1c7d41[_0x1e6d4c(0xc,0x27,0x6e,0x2a)](_0x582215(_0x3b8986._0x54e33e,0x2fe,0x2d0,_0x3b8986._0x43a197)+_0x1e6d4c(_0x3b8986._0x3b5b8d,_0x3b8986._0x14073d,_0x3b8986._0x3492be,0x31)+_0x39c8f3[_0x582215(0x320,_0x3b8986._0x4ddeb8,0x315,0x2e1)]+(_0x1e6d4c(0xe8,_0x3b8986._0x45beef,0xc6,_0x3b8986._0x210488)+'ated\x20and\x20n'+'o\x20longer\x20c'+_0x1e6d4c(_0x3b8986._0x13816e,_0x3b8986._0x1ba370,0x86,_0x3b8986._0x57eb11)+_0x1e6d4c(_0x3b8986._0x48017a,0x54,0x4e,_0x3b8986._0x2ec44e)+_0x1e6d4c(_0x3b8986._0x3f168f,0x39,0x63,0x63))+(_0x1e6d4c(_0x3b8986._0xb3fb5b,0x34,-_0x3b8986._0xb2d9f1,_0x3b8986._0x51040c)+_0x582215(_0x3b8986._0x26868a,0x370,_0x3b8986._0x158e8a,0x374)+'nment\x20bind'+'ings\x20in\x20th'+_0x582215(_0x3b8986._0x15b924,0x2ae,0x2da,0x298)));}}}}}}}return _0x16401c;}async function createServerAdminBinding(_0x254622){const _0x41914d={_0x36386a:0x1e5,_0x11d9d6:0x206,_0x452924:0x222,_0x1270a5:0x20f,_0x522f7f:0x250,_0x1fad34:0x241,_0x4207dd:0x216,_0xdbe2f7:0x18a,_0x171250:0x17b,_0x4fef8e:0x25f,_0x10a65e:0x210,_0x38cd61:0x172,_0x7308e9:0x1b7,_0x4a7a4b:0x1dc,_0x54935d:0x227,_0x518f26:0x22e,_0x4fc969:0x20d,_0x42be15:0x1ea,_0xe780e3:0x20b,_0x1fc866:0x247,_0x5374ba:0x23a,_0x3087aa:0x1f2,_0x5b4c13:0x250,_0xfa344a:0x16f,_0x4a282a:0x1f1,_0x9b6e15:0x19f,_0x56c20c:0x1a1,_0x223dab:0x126,_0x4101ad:0x176,_0x237e0c:0x179,_0x2c94b6:0x1e7,_0x51711c:0x1a1,_0x27490a:0x1e9,_0xab8d96:0x17e,_0x30fc1d:0x285,_0x2a21f8:0x213,_0x347715:0x213,_0x56e020:0x206,_0x46c237:0x215,_0x598325:0x22d,_0x2bdf4f:0x1b5,_0x1706a0:0x1d8,_0x4fedc2:0x1fc,_0x5d680f:0x22f,_0x4af6e1:0x1c6,_0x2e7801:0x1cf,_0x5565a1:0x1a4,_0x1ff0cc:0x1a5,_0x3e8838:0x148,_0x1fcd88:0x20a,_0x29ce88:0x22a,_0x3845eb:0x12d,_0x4600d5:0x1be,_0x2da0bb:0x1a9,_0x24cd5d:0x1ad,_0x247054:0x158,_0x54045e:0x1e8,_0x46f6cd:0x212,_0x2001ff:0x235,_0x28621a:0x214,_0x4498fa:0x243,_0x584428:0x1f4,_0x22476d:0x214,_0x35c84f:0x1f5,_0x4b3f9f:0x153,_0x6aaead:0x18f,_0x5cb980:0x18d,_0x3a38be:0x1bf,_0x319ccf:0x19e,_0x606e55:0x110,_0x4aadf6:0x11e,_0x216abb:0x152},_0x33ea99={'jKMbw':'../role-de'+_0x1539dc(-_0x41914d._0x36386a,-0x1eb,-0x1bd,-_0x41914d._0x11d9d6)+'js','rvMML':_0x1539dc(-0x217,-_0x41914d._0x452924,-0x269,-_0x41914d._0x1270a5)+_0x1539dc(-_0x41914d._0x522f7f,-_0x41914d._0x1fad34,-_0x41914d._0x4207dd,-0x213),'hMiJg':function(_0x32cfef){return _0x32cfef();},'wkquK':_0x1539dc(-0x174,-_0x41914d._0xdbe2f7,-0x1bf,-_0x41914d._0x171250)+'in','DFZqY':_0x1539dc(-_0x41914d._0x4fef8e,-_0x41914d._0x10a65e,-0x1ef,-0x23f),'dXojZ':_0x2c7588(_0x41914d._0x38cd61,0x151,_0x41914d._0x7308e9,_0x41914d._0x4a7a4b)+_0x1539dc(-0x27c,-_0x41914d._0x54935d,-0x20f,-_0x41914d._0x518f26)+_0x2c7588(0x266,0x252,_0x41914d._0x4fc969,_0x41914d._0x42be15)+_0x1539dc(-0x1de,-_0x41914d._0xe780e3,-0x201,-0x239)+_0x2c7588(_0x41914d._0x1fc866,_0x41914d._0x5374ba,_0x41914d._0x3087aa,_0x41914d._0x5b4c13)+'inding\x20not'+_0x1539dc(-0x283,-0x245,-0x20b,-0x1e5),'hdGRk':function(_0x2acb87,_0x3b46c1){return _0x2acb87(_0x3b46c1);},'kHLcs':'user','cxYEl':_0x2c7588(_0x41914d._0xfa344a,0x1cf,0x199,_0x41914d._0x4a282a),'Gvwte':'cli','Posnh':_0x1539dc(-_0x41914d._0x9b6e15,-_0x41914d._0x56c20c,-0x1ec,-0x141)+_0x2c7588(0x1b8,_0x41914d._0x223dab,_0x41914d._0x4101ad,_0x41914d._0x237e0c)+_0x1539dc(-0x23a,-0x24b,-0x2b1,-_0x41914d._0x2c94b6),'lrEjr':'DUPLICATE','OTnaT':_0x1539dc(-0x1e8,-_0x41914d._0x51711c,-_0x41914d._0x27490a,-_0x41914d._0xab8d96)+_0x1539dc(-_0x41914d._0x30fc1d,-0x22b,-0x28b,-0x259)+_0x2c7588(_0x41914d._0x2a21f8,0x1ff,_0x41914d._0x347715,0x23f)+'\x20exists'};function _0x1539dc(_0x1e0a48,_0x5734e9,_0x4da006,_0x347617){return _0x1191(_0x5734e9- -0x3bc,_0x347617);}const {getRoleByName:_0x48552f,loadRoles:_0x116302}=await import(_0x33ea99['jKMbw']),{createBinding:_0xdb3877}=await import(_0x33ea99[_0x1539dc(-_0x41914d._0x56e020,-_0x41914d._0x46c237,-_0x41914d._0x598325,-0x227)]);await _0x33ea99[_0x1539dc(-0x23e,-0x1d5,-_0x41914d._0x2bdf4f,-_0x41914d._0x1706a0)](_0x116302);const _0x11767b=await _0x48552f(_0x33ea99[_0x1539dc(-0x1a1,-_0x41914d._0x4fedc2,-_0x41914d._0x5d680f,-0x262)]);if(!_0x11767b){if(_0x2c7588(0x1b7,0x1d3,0x191,0x191)!==_0x33ea99[_0x2c7588(_0x41914d._0x4af6e1,_0x41914d._0x2e7801,_0x41914d._0x5565a1,0x178)])_0x2bb46e[_0x1539dc(-0x1fe,-_0x41914d._0x1ff0cc,-_0x41914d._0x3e8838,-0x208)]=_0x1f31e7['split']('=')[0xca*0x26+-0x2*-0x4a7+-0x71*0x59];else{console[_0x1539dc(-_0x41914d._0x1fcd88,-0x1c2,-0x1d7,-_0x41914d._0x29ce88)](_0x33ea99[_0x2c7588(_0x41914d._0x3845eb,0x16c,0x15a,0x1b8)]);return;}}function _0x2c7588(_0x1db348,_0x2a9d09,_0x1f2789,_0x27d8dd){return _0x1191(_0x1f2789- -0x1b,_0x27d8dd);}try{await _0x33ea99['hdGRk'](_0xdb3877,{'subject_type':_0x33ea99['kHLcs'],'subject_id':_0x254622,'role_id':_0x11767b['id'],'resource_type':_0x33ea99['cxYEl'],'created_by':_0x33ea99[_0x2c7588(_0x41914d._0x4600d5,_0x41914d._0x2da0bb,0x1f9,0x249)]}),console[_0x2c7588(0x17f,0x181,_0x41914d._0x24cd5d,_0x41914d._0x247054)](_0x33ea99['Posnh']);}catch(_0x556d39){_0x556d39[_0x1539dc(-_0x41914d._0x54045e,-0x1c9,-0x1fd,-0x208)]===_0x33ea99[_0x1539dc(-0x233,-_0x41914d._0x46f6cd,-_0x41914d._0x2001ff,-_0x41914d._0x28621a)]?console[_0x1539dc(-_0x41914d._0x4498fa,-_0x41914d._0x584428,-0x1cd,-_0x41914d._0x22476d)](_0x33ea99['OTnaT']):console['error'](_0x1539dc(-0x225,-_0x41914d._0x35c84f,-0x24f,-0x1db)+_0x2c7588(_0x41914d._0x4b3f9f,_0x41914d._0x6aaead,_0x41914d._0x5cb980,0x1aa)+_0x2c7588(_0x41914d._0x3a38be,0x189,_0x41914d._0x319ccf,0x17f)+_0x2c7588(0x21f,0x183,0x1ea,0x237)+'-\x20'+_0x556d39[_0x2c7588(_0x41914d._0x606e55,_0x41914d._0x4aadf6,_0x41914d._0x216abb,0x1af)]);}}export async function createUserCommand(_0x1bf4f6){const _0x37ec12={_0x288326:0x2,_0x20a44b:0x3c,_0x276754:0x6d,_0x380559:0x44,_0x2e2b2d:0x99,_0x275297:0x9c,_0x7e8b8b:0x87,_0x30951b:0x4c,_0x41c6dc:0x3d,_0x5a5792:0x5b,_0x28eddc:0x15,_0x541f0e:0x2e,_0x2a9ddf:0x69,_0x14b37d:0x18,_0x10a989:0x4e,_0x5dfd2d:0xa9,_0x50330f:0x31,_0x4278b9:0x26,_0x9e1e9b:0x1d,_0x354cf9:0x26,_0x5d190d:0x82,_0x47ff1d:0xa7,_0x5157c1:0x71,_0x4ccf27:0x43,_0x5f8d09:0x22,_0x87f2c6:0x22,_0x564df9:0x34,_0x4728ae:0x3c,_0x471d76:0x97,_0x7a3b1:0x145,_0x4536e5:0xe4,_0x44b50d:0x80,_0x33cf5d:0x4,_0x12b545:0x3a,_0x21ac70:0x1a,_0x45d43d:0x2b,_0x257492:0x55,_0x3ff1a4:0x3f,_0x5787b0:0xc4,_0xf82690:0x9e,_0x3cce67:0xb1,_0x59f403:0xae,_0x598fca:0x12,_0x1d475a:0xbe,_0x6d3367:0x75,_0x47400a:0x70,_0x45aa4b:0x45,_0x539ce6:0x59,_0x3733c0:0x98,_0x2b1f2e:0x60,_0x1a2e82:0xaf,_0x3fc421:0x32,_0x534554:0x7b,_0x358d62:0xee,_0x58d894:0x96,_0x5436cb:0x5d,_0x5867e5:0x29,_0x46f5c6:0x2a,_0x3ea272:0x7e,_0x286e80:0x25,_0x3c4185:0x30,_0x14f665:0x73,_0x4aa7fa:0x104,_0x2921a8:0x13c,_0x3c6578:0xb0,_0x27a4fe:0xad,_0x39b45f:0x64,_0x218b95:0x51,_0x7c832d:0x66,_0x417648:0x4a,_0x2b6864:0x47,_0x134c9f:0x4a,_0x506861:0x58,_0x49d3e1:0x2d,_0x438e66:0x56,_0x34602f:0x4b,_0x4009d6:0x43,_0x2f142d:0xe6,_0xa7c0c3:0x1,_0x38a4fc:0x50,_0x20cc46:0x21,_0x39e8c5:0x3a,_0x398abb:0xa9,_0x59d88d:0xd,_0x396ac8:0x3,_0x5c45d7:0x43,_0x5b9a1f:0x5e,_0x1888b2:0x62,_0x4153d8:0x2a,_0x25ce38:0x2f,_0x1f1112:0xf,_0x48462b:0x76,_0x178c65:0x35,_0x418e65:0x3,_0x361ee2:0x5,_0x4ee9d3:0xb,_0x2ba388:0xb5,_0x584cee:0x8a,_0x184ee2:0x8c,_0x59fdd7:0xdf,_0x33e6c1:0x8e,_0x3bc308:0x56,_0x2be51e:0x8c,_0x4eb194:0x54,_0x170158:0x12,_0x509f15:0x49,_0x4c081d:0xe1,_0x5c2283:0xab,_0x126810:0x61,_0x52af2f:0xf1,_0x649262:0xb7,_0x2662ec:0x49,_0x4d3c5a:0x91,_0x5a8564:0x5,_0x3dd210:0x84,_0x56b89c:0x3f,_0x42bc2c:0x2a,_0x2df6c3:0xe,_0x4c7395:0x5e,_0x159ea4:0x67,_0x1dc7dc:0x8d,_0x5944e2:0x27,_0x52786c:0x86,_0x267e51:0xc6,_0x29ff15:0xd7,_0x136fdb:0x4f,_0x523522:0x8c,_0x5480fb:0x16,_0x250f46:0xd5,_0x21c1c5:0xa1,_0x5c8773:0x6a,_0x50295d:0xa5,_0x45cf43:0x4e,_0x1640ed:0x99,_0x1e0141:0x97,_0x36ea10:0x2c,_0x244757:0x42,_0x2b1e89:0x5c,_0x2b2ed5:0xd2,_0x52201d:0x96,_0x42712a:0x74,_0x33c422:0x7f,_0x30177f:0xe8,_0x26d8d8:0xcc,_0x26e289:0x54,_0x5bce1c:0x19,_0x1fcfb9:0x93,_0x50c4da:0x1e,_0x4d533b:0x2,_0x29eaeb:0x83,_0x414038:0xc,_0x370de5:0x8e,_0x21b022:0x96,_0x3770c6:0xa2,_0x30018c:0x54,_0x254b3c:0x4e,_0x3ecd45:0x13,_0x1f2003:0x24,_0x45ffd3:0x3f,_0x29c8c2:0x7c,_0x498bae:0x21,_0x529b18:0x6e,_0x549916:0x2a,_0x5db8f2:0x45,_0x2259af:0x32,_0x3be168:0xf6,_0x54b4d3:0x75,_0x4de04b:0xc2,_0x38473e:0x48,_0x4c4f3f:0x29,_0xa63a3a:0x2c,_0x4e38a2:0x61,_0x3eb868:0xc3,_0x10668f:0x3e,_0x12586d:0x96,_0x463855:0x28,_0x5504d6:0x3a,_0x8c4618:0x93,_0x5db56f:0xb5,_0x191fe7:0x10,_0x5b8b84:0x10,_0x2f4ef8:0x5e,_0x19f650:0x8c,_0x1c02fb:0x6,_0x31c9b9:0xc0,_0x270f32:0xd4,_0x257240:0x4a,_0x355f59:0xf2,_0x5e41a2:0x94,_0x1e6ab9:0x89,_0x435d04:0xd1,_0x509466:0x11,_0x33477d:0x1f,_0x5d02a1:0x54,_0xec50db:0x38,_0xb20ec8:0x8,_0x3283f9:0x30,_0x58e7df:0x31,_0x5672c9:0x71,_0x3b463f:0x1a,_0x374088:0x77,_0x214021:0x45,_0x276be4:0xde,_0xb16a90:0x4a,_0xd439dc:0x80,_0x59d7e3:0x31,_0x2f7d79:0x8b,_0x55d7d6:0x74,_0x5b90d4:0x98,_0x25c459:0x37,_0x39f028:0xd1,_0xeacb7c:0xa9,_0x2d255f:0xed,_0x4796c4:0x1d,_0x13279c:0x3f,_0x1db9b7:0x89,_0xaaf9cc:0x19,_0x15db2a:0x3a,_0x1a2c41:0x4e,_0x3102bf:0x5,_0x1ee7cc:0x61,_0x28e82f:0x14,_0x128ade:0x6f,_0x33793e:0x15,_0xfae687:0x37,_0x353d15:0x3b,_0x24f910:0x4f,_0xb3221:0x3e,_0x5199b3:0x14,_0x4c0ab5:0x37,_0x2b4525:0xdd,_0x178eff:0x55,_0x187a51:0x30,_0x372447:0x18,_0x733083:0xe,_0x556dbe:0x59,_0x4af184:0x5a,_0x2d0cfc:0x4a,_0x3bed14:0xc0,_0x35af23:0xa0,_0x101eca:0xcc,_0x5bd7b4:0x47,_0x163e6b:0xb1,_0xbec3d5:0x9b,_0x42b6fd:0x68,_0x1579cc:0xae,_0x184b86:0x86,_0x154021:0x2b,_0x28219e:0x8f,_0x277237:0x3c,_0x34d223:0x14,_0x2d90ed:0x8,_0x4b639d:0x77,_0x1c7481:0xd1,_0x3891a0:0x1a,_0x4628c4:0x45,_0x1ce69f:0x63,_0x483e96:0xb2,_0x43c042:0x90,_0x286cda:0x9a,_0x12df3c:0x3f,_0x2f754a:0xff,_0x1a6653:0xa1,_0x1c423e:0x54,_0x39f55e:0xa4,_0x1cbfdd:0x86,_0x2a94e2:0x86,_0x27ba1f:0xc7,_0x1a2b31:0x106,_0x401506:0x67,_0xf77477:0x11e,_0x489431:0x129,_0x6b308e:0xd7,_0x4e3c70:0x88,_0x1d4a35:0xc4,_0xd47b1f:0x86,_0x537964:0x5f,_0x106498:0xad,_0x78d81d:0x6c,_0x7feef5:0x1e,_0x3b7141:0x3c,_0x3a65dd:0x56,_0x2b8b32:0x40,_0x4db044:0xa3,_0x3303a9:0x9e,_0x370dba:0x39,_0x37a12e:0x5a},_0x5867b5={_0x55873f:0x1dc},_0x24f33e={'ciqEI':'Error:\x20Ema'+'il\x20is\x20requ'+_0x4cdfdb(_0x37ec12._0x288326,-0x6f,-_0x37ec12._0x20a44b,-0x1b),'otJNH':_0x295d36(-_0x37ec12._0x276754,-_0x37ec12._0x380559,-0x7a,-0x1b)+'create\x20use'+'r','zkWRe':function(_0xf4030b,_0x526ce4){return _0xf4030b(_0x526ce4);},'lWuCT':function(_0x556fcf,_0x41322a){return _0x556fcf===_0x41322a;},'npdaY':'admin','QcAFi':function(_0x58203d,_0x370caa){return _0x58203d===_0x370caa;},'eLeZE':'hxqNa','YiWOG':_0x4cdfdb(-_0x37ec12._0x2e2b2d,-_0x37ec12._0x275297,-0x4c,-0x93)+_0x4cdfdb(-0xb7,-0xb6,-_0x37ec12._0x7e8b8b,-0xbf)+_0x295d36(-0x6,0xe,-_0x37ec12._0x30951b,-0x38)+_0x295d36(_0x37ec12._0x41c6dc,0x98,_0x37ec12._0x5a5792,-_0x37ec12._0x28eddc)+_0x295d36(_0x37ec12._0x541f0e,_0x37ec12._0x2a9ddf,_0x37ec12._0x5a5792,0x0)+_0x295d36(_0x37ec12._0x14b37d,0xb,-_0x37ec12._0x10a989,-0x3c),'KiSQy':function(_0x5e3b87,_0x9fd95d){return _0x5e3b87+_0x9fd95d;},'IZiDS':_0x4cdfdb(-0xb7,-0xd5,-_0x37ec12._0x5dfd2d,-0x92)+_0x4cdfdb(_0x37ec12._0x50330f,0x33,_0x37ec12._0x4278b9,-_0x37ec12._0x9e1e9b)+_0x295d36(_0x37ec12._0x354cf9,_0x37ec12._0x5d190d,0x8,0x63)+_0x4cdfdb(-0x61,-0xe1,-_0x37ec12._0x47ff1d,-0x88)+_0x295d36(-0x17,-0x7f,-0x7a,-0x18),'DUBuU':function(_0x5485e6,_0x48c345){return _0x5485e6(_0x48c345);},'lLkaR':_0x295d36(-0x66,-0x8c,-_0x37ec12._0x50330f,-0x9a),'QZAvR':function(_0x1ca082,_0x365942){return _0x1ca082!==_0x365942;},'oNaPV':_0x295d36(0x12,_0x37ec12._0x5157c1,_0x37ec12._0x4ccf27,_0x37ec12._0x5f8d09),'ehQOm':_0x4cdfdb(_0x37ec12._0x87f2c6,-0x68,-0x1d,-_0x37ec12._0x564df9),'VNdRH':function(_0x6e3828,_0x2afd47,_0x4e631b){return _0x6e3828(_0x2afd47,_0x4e631b);},'YcXir':_0x4cdfdb(0xf,-0x92,0x25,-_0x37ec12._0x4728ae)+_0x4cdfdb(0x2d,-0x2d,0x40,-0x17),'axlfQ':function(_0x35604c,_0x1f55fa){return _0x35604c!==_0x1f55fa;},'LCLfo':_0x4cdfdb(-_0x37ec12._0x471d76,-_0x37ec12._0x7a3b1,-0xb8,-_0x37ec12._0x4536e5)+'swords\x20do\x20'+_0x295d36(0x4d,_0x37ec12._0x44b50d,-0xe,-_0x37ec12._0x33cf5d),'IpZMP':function(_0xbc94d3,_0x36f032){return _0xbc94d3===_0x36f032;},'nvAqU':_0x295d36(-_0x37ec12._0x12b545,-0x39,-_0x37ec12._0x4ccf27,-0x87)+_0x4cdfdb(_0x37ec12._0x21ac70,-0x70,-0x93,-_0x37ec12._0x45d43d)+_0x4cdfdb(-0x3b,-_0x37ec12._0x257492,-_0x37ec12._0x4ccf27,-0x4b),'tbnfu':function(_0x183b3b,_0x49b339){return _0x183b3b===_0x49b339;},'ORMYd':function(_0x3a28c2,_0x593d41){return _0x3a28c2!==_0x593d41;},'ZuHWC':_0x295d36(0xc,_0x37ec12._0x3ff1a4,-0x36,-0x20),'wKDGY':_0x4cdfdb(-0x40,-0x96,-0x43,-0x97),'XVbYB':function(_0x3be9c2,_0x532bb6){return _0x3be9c2===_0x532bb6;},'HgLPA':'tlpEP','STvnt':'QgGim','JTakh':_0x4cdfdb(-0x7a,-_0x37ec12._0x5787b0,-0x100,-_0x37ec12._0xf82690)+'e\x20is\x20requi'+_0x4cdfdb(-_0x37ec12._0x47ff1d,-_0x37ec12._0x2a9ddf,-_0x37ec12._0x3cce67,-_0x37ec12._0x59f403),'LFSxF':'ysMjc','SBnkr':_0x295d36(-0x72,-0x65,-0x21,-0x91)+'sword\x20must'+'\x20be\x20at\x20lea'+'st\x208\x20chara'+_0x4cdfdb(-0x93,-_0x37ec12._0x598fca,-0xc3,-0x63),'CnNwK':'PPCki','wSxVz':function(_0x3283a1,_0x422d8b){return _0x3283a1(_0x422d8b);},'FxbRJ':_0x4cdfdb(-_0x37ec12._0x1d475a,-_0x37ec12._0x30951b,-_0x37ec12._0x6d3367,-0x7e)+'ated\x20succe'+'ssfully!','IoXbH':'User\x20Detai'+_0x4cdfdb(-_0x37ec12._0x47400a,-_0x37ec12._0x45aa4b,-0x9d,-0x8a),'ZPlYV':'yes\x20(via\x20b'+_0x295d36(-_0x37ec12._0x539ce6,-_0x37ec12._0x3733c0,-0x2a,-0x64)};let _0x8c8088;try{_0x8c8088=_0x24f33e[_0x295d36(0x23,0x71,_0x37ec12._0x2b1f2e,0x1)](parseCreateUserArgs,_0x1bf4f6);}catch(_0x16395e){console[_0x295d36(0x1e,0x40,0x7c,0x29)](_0x4cdfdb(-0x54,-_0x37ec12._0x1a2e82,-_0x37ec12._0x3fc421,-0x6d)+_0x16395e[_0x4cdfdb(-0x111,-_0x37ec12._0x534554,-_0x37ec12._0x358d62,-0xe1)]),process[_0x4cdfdb(-0x87,-0xa7,-0xca,-_0x37ec12._0x58d894)](0x3d8+0x108d+0x6cc*-0x3);}_0x8c8088[_0x295d36(0x40,_0x37ec12._0x5436cb,-0x24,_0x37ec12._0x5867e5)+_0x295d36(0x2d,-0x12,-_0x37ec12._0x46f5c6,_0x37ec12._0x3ea272)]&&(_0x24f33e[_0x295d36(_0x37ec12._0x286e80,-_0x37ec12._0x3c4185,_0x37ec12._0x14f665,0x33)](_0x8c8088['legacyRole'],_0x24f33e[_0x4cdfdb(-_0x37ec12._0x4aa7fa,-_0x37ec12._0x2921a8,-0xb1,-0xdc)])?_0x24f33e['QcAFi'](_0x24f33e[_0x4cdfdb(-0x20,-_0x37ec12._0x3c6578,-_0x37ec12._0x27a4fe,-_0x37ec12._0x39b45f)],_0x24f33e['eLeZE'])?console[_0x295d36(-0x2d,-0x33,-0x8e,-_0x37ec12._0x218b95)](_0x24f33e[_0x4cdfdb(-0x2e,-0x1a,0x28,-0x23)]):(_0x239c7c[_0x4cdfdb(-_0x37ec12._0x7c832d,-0x60,-_0x37ec12._0x417648,-0x54)](_0x4cdfdb(-0x8b,-0x104,-0x5f,-0xac)+_0x295d36(_0x37ec12._0x2b6864,_0x37ec12._0x134c9f,0x74,_0x37ec12._0x506861)+_0x4cdfdb(-_0x37ec12._0x49d3e1,-_0x37ec12._0x438e66,-0x6b,-_0x37ec12._0x34602f)),_0x2421de['exit'](-0x21c3+-0x2281+0x4445)):console[_0x4cdfdb(-_0x37ec12._0x4009d6,-0x90,-_0x37ec12._0x2f142d,-0x9f)](_0x24f33e[_0x295d36(-_0x37ec12._0xa7c0c3,0x3b,-0x5b,_0x37ec12._0x38a4fc)](_0x295d36(-_0x37ec12._0x20cc46,-0x59,-_0x37ec12._0x39e8c5,-_0x37ec12._0x564df9)+_0x4cdfdb(-0x23,-_0x37ec12._0x398abb,-0x84,-0x50)+_0x8c8088[_0x295d36(0x24,-_0x37ec12._0x49d3e1,-_0x37ec12._0x59d88d,-0xd)]+('\x20is\x20deprec'+'ated\x20and\x20n'+_0x4cdfdb(-0x2b,-_0x37ec12._0x396ac8,0x26,-0x39)+_0x295d36(_0x37ec12._0x5c45d7,_0x37ec12._0x5b9a1f,_0x37ec12._0x1888b2,_0x37ec12._0x4153d8)+'vironment\x20'+'access.\x20'),_0x24f33e[_0x295d36(_0x37ec12._0x25ce38,0x66,_0x37ec12._0x38a4fc,_0x37ec12._0x1f1112)])));!_0x8c8088[_0x4cdfdb(-0x8a,-_0x37ec12._0x48462b,-0x43,-0x37)]&&(_0x8c8088['username']=await _0x24f33e[_0x295d36(_0x37ec12._0x178c65,-_0x37ec12._0x418e65,-_0x37ec12._0x361ee2,_0x37ec12._0x4ee9d3)](prompt,_0x24f33e['lLkaR']));!_0x8c8088[_0x4cdfdb(-_0x37ec12._0x2ba388,-0x2a,-_0x37ec12._0x584cee,-_0x37ec12._0x184ee2)]&&(_0x24f33e['QZAvR'](_0x24f33e[_0x4cdfdb(-0x51,-_0x37ec12._0x41c6dc,-0xf2,-0xa3)],_0x295d36(0x12,0x70,0xb,0x9))?_0x2e5d5b[_0x4cdfdb(-_0x37ec12._0x59fdd7,-_0x37ec12._0x33e6c1,-_0x37ec12._0x3bc308,-_0x37ec12._0x2be51e)]=_0x3ca486['split']('=')[0x3*-0xc8e+0xed3+0x158*0x11]:_0x8c8088[_0x295d36(-0x1a,-_0x37ec12._0x4eb194,-0x52,-_0x37ec12._0x39b45f)]=await prompt(_0x24f33e[_0x295d36(-0x71,-0x4c,-_0x37ec12._0x170158,-0xcb)]));!_0x8c8088[_0x295d36(0x33,0x44,-0x33,_0x37ec12._0x509f15)]&&(_0x8c8088['name']=await prompt(_0x4cdfdb(-0xd0,-0xe8,-_0x37ec12._0x4c081d,-_0x37ec12._0x5c2283)+'\x20'));if(!_0x8c8088[_0x4cdfdb(0x45,-_0x37ec12._0x126810,-0x6c,-0x1e)]){_0x8c8088[_0x4cdfdb(-0x16,-0xa,0x23,-0x1e)]=await _0x24f33e[_0x4cdfdb(-_0x37ec12._0x52af2f,-0x8d,-0x7b,-_0x37ec12._0x649262)](prompt,_0x4cdfdb(-_0x37ec12._0x30951b,-0x81,-_0x37ec12._0x2662ec,-_0x37ec12._0x4d3c5a),!![]);const _0x1fcb9d=await _0x24f33e['VNdRH'](prompt,_0x24f33e['YcXir'],!![]);_0x24f33e[_0x295d36(-_0x37ec12._0x5a8564,0x5a,-_0x37ec12._0x396ac8,0x35)](_0x8c8088[_0x4cdfdb(-_0x37ec12._0x3dd210,-0x37,_0x37ec12._0x56b89c,-0x1e)],_0x1fcb9d)&&(console['error'](_0x24f33e[_0x4cdfdb(_0x37ec12._0x42bc2c,-0x2f,_0x37ec12._0x2df6c3,-_0x37ec12._0x5867e5)]),process[_0x4cdfdb(-_0x37ec12._0x4c7395,-_0x37ec12._0x159ea4,-_0x37ec12._0x1dc7dc,-0x96)](0x2153*-0x1+0xa68*-0x3+0x144*0x33));}function _0x295d36(_0x33f892,_0x2a8fe8,_0x297b04,_0xbfe3d0){return _0x1191(_0x33f892- -_0x5867b5._0x55873f,_0x297b04);}(!_0x8c8088[_0x4cdfdb(-0x28,-_0x37ec12._0x5944e2,0x10,-0x37)]||_0x24f33e[_0x295d36(-_0x37ec12._0x218b95,0x6,-0x3e,-_0x37ec12._0x52786c)](_0x8c8088['username']['trim'](),''))&&(console['error'](_0x24f33e[_0x4cdfdb(-0xb3,-_0x37ec12._0x267e51,-_0x37ec12._0x29ff15,-0xe7)]),process['exit'](-0xec*0x17+0x2d+-0x1*-0x1508));(!_0x8c8088[_0x4cdfdb(-_0x37ec12._0x136fdb,-0x55,-_0x37ec12._0x584cee,-_0x37ec12._0x523522)]||_0x24f33e['tbnfu'](_0x8c8088[_0x295d36(-0x1a,-_0x37ec12._0x5480fb,0x3c,-0x5d)][_0x4cdfdb(-_0x37ec12._0x250f46,-0xda,-0x71,-_0x37ec12._0x21c1c5)](),''))&&(_0x24f33e[_0x295d36(0x46,_0x37ec12._0x3fc421,0x50,_0x37ec12._0x5c8773)](_0x24f33e[_0x295d36(-0x46,-_0x37ec12._0x47400a,-_0x37ec12._0x50295d,-0x8a)],_0x24f33e[_0x4cdfdb(-0x31,-0xbc,-_0x37ec12._0x45cf43,-_0x37ec12._0x5d190d)])?(console[_0x4cdfdb(-0x64,-_0x37ec12._0x1640ed,-_0x37ec12._0x1e0141,-0x54)](_0x24f33e[_0x295d36(_0x37ec12._0x36ea10,-0x29,_0x37ec12._0x244757,-0x16)]),process[_0x4cdfdb(-_0x37ec12._0x2b1e89,-_0x37ec12._0x2b2ed5,-0xbd,-_0x37ec12._0x52201d)](-0x21ec+0x1b57+0x6*0x119)):(_0x178605=!![],_0x5492d0[_0x4cdfdb(-_0x37ec12._0x42712a,-_0x37ec12._0x33c422,-_0x37ec12._0x30177f,-_0x37ec12._0x26d8d8)+_0x4cdfdb(-0x7,_0x37ec12._0x4153d8,-_0x37ec12._0x26e289,-_0x37ec12._0x5bce1c)]=!![]));(!_0x8c8088[_0x4cdfdb(-_0x37ec12._0x52786c,0x24,-0x3f,-_0x37ec12._0x56b89c)]||_0x24f33e[_0x295d36(-0x51,-_0x37ec12._0x1fcfb9,-0x87,-0xa7)](_0x8c8088[_0x4cdfdb(-_0x37ec12._0x159ea4,-0x5a,-_0x37ec12._0x3bc308,-_0x37ec12._0x56b89c)]['trim'](),''))&&(_0x24f33e[_0x295d36(_0x37ec12._0x12b545,0x8a,0x8b,0x30)](_0x24f33e['HgLPA'],_0x24f33e['STvnt'])?(_0x4eeb51[_0x295d36(_0x37ec12._0x50c4da,_0x37ec12._0x4d533b,_0x37ec12._0x29eaeb,_0x37ec12._0x414038)](_0x24f33e[_0x295d36(0x2c,0x35,0x2f,0x34)]),_0x3daf40[_0x4cdfdb(-_0x37ec12._0x370de5,-0x57,-0xfa,-_0x37ec12._0x21b022)](-0x1a6*0x1+0x2bd*-0x1+-0x4*-0x119)):(console[_0x4cdfdb(-0x6a,-_0x37ec12._0x3770c6,-_0x37ec12._0x47400a,-_0x37ec12._0x30018c)](_0x24f33e[_0x295d36(_0x37ec12._0x254b3c,0x6c,-0x17,-_0x37ec12._0x3ecd45)]),process[_0x295d36(-_0x37ec12._0x1f2003,-_0x37ec12._0x45ffd3,-0x5c,-_0x37ec12._0x29c8c2)](-0x303*0x3+0x210+0x2*0x37d)));(!_0x8c8088['password']||_0x8c8088[_0x295d36(0x54,_0x37ec12._0x564df9,-0x13,-_0x37ec12._0x4d533b)][_0x4cdfdb(-0x48,-0xb8,-0x41,-0x53)]<-0x3c*-0x4b+0x21d*-0x11+0x1261)&&(_0x24f33e[_0x295d36(_0x37ec12._0x498bae,-0x3b,-_0x37ec12._0x5480fb,0x28)](_0x4cdfdb(-0xa6,-0x9b,-0xbe,-_0x37ec12._0x529b18),_0x24f33e['LFSxF'])?(_0x33cbe3[_0x295d36(0x1e,-_0x37ec12._0x549916,_0x37ec12._0x5db8f2,-0x12)](_0x24f33e['otJNH'],_0x2f9457),_0x2d6a74[_0x295d36(0x1e,0x4f,-0x49,_0x37ec12._0x2259af)](_0x4cdfdb(-_0x37ec12._0x3be168,-_0x37ec12._0x54b4d3,-0xdd,-_0x37ec12._0x4de04b)+_0x295d36(_0x37ec12._0x38473e,0x37,0x2a,_0x37ec12._0x4c4f3f)+_0x295d36(-0x4f,-0x90,-_0x37ec12._0x33c422,-0x22)+'\x20'+_0x1a819e['message']),_0xdccfb8['exit'](-0x32+0x12a0*-0x2+-0x2573*-0x1)):(console[_0x295d36(0x1e,_0x37ec12._0x3bc308,_0x37ec12._0x39e8c5,-_0x37ec12._0xa63a3a)](_0x24f33e[_0x4cdfdb(-_0x37ec12._0x4e38a2,-0x97,-_0x37ec12._0x3eb868,-0xbe)]),process[_0x4cdfdb(-0x43,-0xdb,-_0x37ec12._0x10668f,-_0x37ec12._0x12586d)](0x26fc+0xaa9+-0x31a4)));const _0x406659=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x406659[_0x4cdfdb(-0x83,-0x22,-0x71,-_0x37ec12._0x1888b2)](_0x8c8088[_0x295d36(-0x1a,-0x11,_0x37ec12._0x463855,-_0x37ec12._0x5504d6)])){if(_0x24f33e[_0x4cdfdb(-0xcc,-0x73,-_0x37ec12._0x8c4618,-_0x37ec12._0x5db56f)]!==_0x295d36(0x4a,0x6,-_0x37ec12._0x191fe7,-_0x37ec12._0x5b8b84))throw new _0x50b2e7(_0x4cdfdb(-_0x37ec12._0x2f4ef8,-_0x37ec12._0x19f650,-0xb4,-0x74)+_0x295d36(-0x3e,-0x6c,-0x60,_0x37ec12._0x1c02fb)+_0x4cdfdb(-0xab,-_0x37ec12._0x31c9b9,-0xfe,-_0x37ec12._0x270f32)+_0x2af7a5+('\x22.\x20Valid\x20v'+_0x4cdfdb(-_0x37ec12._0x380559,-0x64,-0x93,-_0x37ec12._0x257240)+_0x4cdfdb(-_0x37ec12._0x355f59,-0xf3,-0xd1,-0x9c)+_0x4cdfdb(-_0x37ec12._0x5e41a2,-_0x37ec12._0x1e6ab9,-_0x37ec12._0x5c2283,-_0x37ec12._0x435d04)+_0x295d36(_0x37ec12._0x509466,_0x37ec12._0x49d3e1,0x44,_0x37ec12._0x33477d)));else console[_0x4cdfdb(0x12,-_0x37ec12._0x4ee9d3,-0xc,-_0x37ec12._0x5d02a1)](_0x4cdfdb(_0x37ec12._0xec50db,_0x37ec12._0xb20ec8,-_0x37ec12._0x3283f9,-_0x37ec12._0x58e7df)+'alid\x20email'+_0x295d36(0x37,_0x37ec12._0x5672c9,0x73,0x4e)+_0x8c8088[_0x295d36(-_0x37ec12._0x3b463f,0x2d,-0x4a,-0x77)]+'\x22.'),process[_0x295d36(-0x24,0x3e,-_0x37ec12._0x361ee2,-_0x37ec12._0x374088)](-0x1*-0x21a0+-0x2fb*0x2+-0x1ba9);}const _0x57fefe=/^[a-zA-Z0-9_-]+$/;!_0x57fefe[_0x295d36(0x10,0x2a,-_0x37ec12._0x9e1e9b,-0x4a)](_0x8c8088[_0x295d36(0x3b,-0x2b,0x6f,_0x37ec12._0x214021)])&&(console[_0x295d36(0x1e,0xc,_0x37ec12._0x38473e,-0x7)]('Error:\x20Inv'+_0x4cdfdb(-_0x37ec12._0x276be4,-_0x37ec12._0xb16a90,-0x32,-_0x37ec12._0xd439dc)+_0x4cdfdb(-_0x37ec12._0x59d7e3,-_0x37ec12._0x2f7d79,-_0x37ec12._0x55d7d6,-_0x37ec12._0x5b90d4)+_0x8c8088[_0x4cdfdb(0x13,-0x9b,-0x67,-_0x37ec12._0x25c459)]+('\x22.\x20Use\x20onl'+'y\x20letters,'+'\x20numbers,\x20'+_0x4cdfdb(-_0x37ec12._0x39f028,-_0x37ec12._0xeacb7c,-0x119,-0xe6)+_0x4cdfdb(-_0x37ec12._0x5c2283,-0x149,-_0x37ec12._0x2d255f,-0xe5)+_0x295d36(-_0x37ec12._0x2b1e89,-0x3d,-0x4f,-0xbb))),process[_0x295d36(-0x24,_0x37ec12._0x4796c4,_0x37ec12._0x13279c,-_0x37ec12._0x1db9b7)](0x1b7+0x359*0x6+-0x12*0x136));function _0x4cdfdb(_0xc27849,_0x24185e,_0x5040ff,_0x129a7f){return _0x1191(_0x129a7f- -0x24e,_0x5040ff);}try{const _0x501aa9=await findUserByUsername(_0x8c8088['username']);_0x501aa9&&(console[_0x295d36(0x1e,_0x37ec12._0x50330f,-_0x37ec12._0x50c4da,_0x37ec12._0xaaf9cc)](_0x295d36(-_0x37ec12._0x15db2a,-_0x37ec12._0x1a2c41,-0xd,-_0x37ec12._0x33c422)+_0x4cdfdb(-_0x37ec12._0x3c6578,-_0x37ec12._0x39b45f,-_0x37ec12._0x3102bf,-0x56)+_0x8c8088['username']+('\x22\x20already\x20'+_0x295d36(-_0x37ec12._0x2a9ddf,-0x1b,-0x9a,-0x3f))),process[_0x295d36(-_0x37ec12._0x1f2003,-0x58,-_0x37ec12._0x1ee7cc,-_0x37ec12._0x28e82f)](0x18bb+-0xa6+0x10c*-0x17));console[_0x295d36(-_0x37ec12._0x28e82f,-_0x37ec12._0x128ade,0x18,_0x37ec12._0x286e80)](_0x295d36(_0x37ec12._0x33793e,_0x37ec12._0x33477d,-_0x37ec12._0x25ce38,-0x25)+'ser\x20\x22'+_0x8c8088[_0x4cdfdb(-_0x37ec12._0x5d190d,-_0x37ec12._0x33793e,_0x37ec12._0x50c4da,-_0x37ec12._0xfae687)]+'\x22...');const _0x5e38d6={};_0x5e38d6[_0x295d36(_0x37ec12._0x353d15,-0x24,_0x37ec12._0x4e38a2,_0x37ec12._0x24f910)]=_0x8c8088[_0x4cdfdb(-_0x37ec12._0xb3221,-_0x37ec12._0x4eb194,_0x37ec12._0x5199b3,-_0x37ec12._0x4c0ab5)],_0x5e38d6[_0x4cdfdb(-0xbf,-0x62,-0xa3,-_0x37ec12._0x19f650)]=_0x8c8088[_0x4cdfdb(-0x2b,-_0x37ec12._0x2b4525,-0x6b,-_0x37ec12._0x2be51e)],_0x5e38d6[_0x4cdfdb(-0x10,_0x37ec12._0x42bc2c,-0x60,-0x3f)]=_0x8c8088[_0x4cdfdb(-_0x37ec12._0x178eff,-_0x37ec12._0x50c4da,-0x44,-0x3f)],_0x5e38d6[_0x295d36(_0x37ec12._0x30018c,_0x37ec12._0x187a51,_0x37ec12._0x372447,_0x37ec12._0x733083)]=_0x8c8088['password'],_0x5e38d6[_0x295d36(-0x5a,-0x68,-_0x37ec12._0x6d3367,-0x4d)+_0x295d36(_0x37ec12._0x556dbe,0x5b,_0x37ec12._0x47400a,_0x37ec12._0x396ac8)]=_0x8c8088[_0x295d36(-_0x37ec12._0x4af184,-_0x37ec12._0x2d0cfc,-_0x37ec12._0x3bed14,-_0x37ec12._0x44b50d)+'min']||undefined;const _0x560c63=await _0x24f33e[_0x4cdfdb(-0xcf,-0x132,-0x11d,-0xcd)](createUser,_0x5e38d6);_0x8c8088[_0x4cdfdb(-0xb6,-0xa3,-_0x37ec12._0x35af23,-_0x37ec12._0x101eca)+_0x4cdfdb(-0xd,-0x24,-_0x37ec12._0x5bd7b4,-0x19)]&&await createServerAdminBinding(_0x560c63['id']),console['log'](''),console[_0x4cdfdb(-0x74,-_0x37ec12._0x5c8773,-0x41,-0x86)](_0x24f33e[_0x4cdfdb(-0xa5,-0xe2,-_0x37ec12._0x163e6b,-0xca)]),console[_0x4cdfdb(-_0x37ec12._0xbec3d5,-_0x37ec12._0x42b6fd,-_0x37ec12._0x1579cc,-_0x37ec12._0x184b86)](''),console[_0x295d36(-_0x37ec12._0x28e82f,-0x7,-_0x37ec12._0x33793e,-_0x37ec12._0x4ee9d3)](_0x24f33e[_0x295d36(_0x37ec12._0x154021,-_0x37ec12._0x5944e2,_0x37ec12._0x28219e,-_0x37ec12._0x277237)]),console[_0x295d36(-_0x37ec12._0x34d223,0x23,_0x37ec12._0x2d90ed,-_0x37ec12._0x38473e)](_0x4cdfdb(-_0x37ec12._0x4b639d,-_0x37ec12._0x159ea4,-0x94,-0xb6)+_0x4cdfdb(-_0x37ec12._0x370de5,-_0x37ec12._0x1c7481,-0x6a,-0x9b)+_0x560c63['id']),console['log'](_0x295d36(_0x37ec12._0x3891a0,0x2c,_0x37ec12._0x598fca,-0x2f)+_0x295d36(0x3,_0x37ec12._0x4628c4,-_0x37ec12._0x1ce69f,0x5a)+_0x560c63['username']),console['log'](_0x4cdfdb(-0x46,-_0x37ec12._0x483e96,-_0x37ec12._0x43c042,-0x84)+_0x4cdfdb(-0x91,-0x43,-_0x37ec12._0x380559,-_0x37ec12._0xbec3d5)+_0x560c63['email']),console[_0x4cdfdb(-_0x37ec12._0x286cda,-_0x37ec12._0x12df3c,-0x7e,-0x86)]('\x20\x20Name:\x20\x20\x20'+_0x4cdfdb(-_0x37ec12._0x56b89c,-_0x37ec12._0x2f754a,-_0x37ec12._0x1a6653,-0x9b)+_0x560c63[_0x4cdfdb(-0x52,_0x37ec12._0x20cc46,-0x4,-0x3f)]),console[_0x4cdfdb(-0xc2,-_0x37ec12._0x1c423e,-_0x37ec12._0x39f55e,-_0x37ec12._0x1cbfdd)](_0x295d36(0x3f,0x2e,0x6,_0x37ec12._0x2a94e2)+_0x4cdfdb(-0x11d,-0xf2,-0xca,-_0x37ec12._0x27ba1f)+(_0x8c8088[_0x4cdfdb(-_0x37ec12._0x1a2b31,-_0x37ec12._0x401506,-_0x37ec12._0xf77477,-0xcc)+_0x4cdfdb(_0x37ec12._0x288326,_0x37ec12._0x49d3e1,-0x5f,-_0x37ec12._0x5bce1c)]?_0x24f33e[_0x4cdfdb(-0x7a,-_0x37ec12._0x489431,-0xf8,-_0x37ec12._0x2b2ed5)]:'no')),console[_0x4cdfdb(-_0x37ec12._0x6b308e,-_0x37ec12._0x463855,-_0x37ec12._0x4e3c70,-0x86)](''),console[_0x4cdfdb(-0xca,-0x77,-_0x37ec12._0x1d4a35,-_0x37ec12._0xd47b1f)](_0x4cdfdb(-0x5,-_0x37ec12._0x47400a,-_0x37ec12._0x4d533b,-_0x37ec12._0x537964)+_0x4cdfdb(-_0x37ec12._0x106498,-0x16,-_0x37ec12._0x1ee7cc,-_0x37ec12._0x78d81d)+'\x20in\x20with\x20t'+_0x295d36(-_0x37ec12._0x5436cb,-_0x37ec12._0x5c2283,-0x5a,-_0x37ec12._0x39b45f)+'ame\x20and\x20pa'+'ssword.');}catch(_0x4f58de){logger[_0x295d36(_0x37ec12._0x7feef5,0x35,-_0x37ec12._0x3b7141,_0x37ec12._0x3a65dd)]('Failed\x20to\x20'+_0x4cdfdb(-_0x37ec12._0x2b8b32,-0x101,-_0x37ec12._0x4db044,-_0x37ec12._0x5dfd2d)+'r',_0x4f58de),console[_0x295d36(0x1e,0x13,0x22,-0x33)](_0x295d36(-0x50,-0x5b,-0x8e,-_0x37ec12._0x3303a9)+_0x4cdfdb(-_0x37ec12._0x370dba,-_0x37ec12._0x37a12e,-_0x37ec12._0x4c7395,-_0x37ec12._0x4153d8)+'ate\x20user\x20-'+'\x20'+_0x4f58de[_0x295d36(-0x6f,-0x8e,-_0x37ec12._0x374088,-0x10)]),process[_0x295d36(-0x24,0x1,-_0x37ec12._0x584cee,-0x3f)](0xf7a+-0x1b69+0xbf0);}}
|
|
1
|
+
(function(_0x429917,_0x115d40){const _0x515bb3={_0x4a5cce:0x3cd,_0x37da1f:0x345,_0x455ea5:0x3ba,_0x8d742c:0x254,_0xfceaec:0x38d,_0x431dcc:0x30c,_0x15acea:0x355,_0x597540:0x39a,_0x52f0e6:0x397,_0x4e22af:0x1d8,_0x285dd6:0x18d,_0x14a3a0:0x3c7,_0xb8e6d0:0x39d,_0xaa28fc:0x3f5,_0x1ae6f4:0x3a9,_0x49ba56:0x1a6,_0x116310:0x225,_0x314d98:0x22d,_0xd1f84e:0x22c,_0xde6ade:0x3cb,_0x5a5035:0x3ac,_0x15962b:0x3fe,_0x14f452:0x3a8,_0xbad949:0x41c},_0x5e74e1={_0x58aa98:0x4},_0x71655c={_0x3e15b5:0x19c};function _0x59b836(_0x25b876,_0x19aa80,_0x2db3c0,_0x46d670){return _0x4124(_0x46d670-_0x71655c._0x3e15b5,_0x19aa80);}function _0x49e0ab(_0x326f0e,_0x295718,_0x225e1c,_0x9d0f89){return _0x4124(_0x326f0e-_0x5e74e1._0x58aa98,_0x9d0f89);}const _0x27d476=_0x429917();while(!![]){try{const _0x44ff81=-parseInt(_0x59b836(_0x515bb3._0x4a5cce,_0x515bb3._0x37da1f,0x36c,_0x515bb3._0x455ea5))/(-0x26cd+0x80a+-0xb*-0x2cc)+parseInt(_0x49e0ab(0x273,_0x515bb3._0x8d742c,0x29d,0x2c4))/(-0x1*0xfdd+-0x40b+0x9f5*0x2)*(parseInt(_0x59b836(0x3ba,_0x515bb3._0xfceaec,_0x515bb3._0x431dcc,_0x515bb3._0x15acea))/(-0x5*-0x241+-0xdf4+0x1*0x2b2))+parseInt(_0x59b836(_0x515bb3._0x597540,_0x515bb3._0x52f0e6,0x3fa,_0x515bb3._0x4a5cce))/(-0x1065+0x6f2+0x977)*(parseInt(_0x49e0ab(0x1a1,0x1c3,_0x515bb3._0x4e22af,_0x515bb3._0x285dd6))/(-0x5*-0x197+-0xe16+0x628*0x1))+-parseInt(_0x49e0ab(0x1db,0x172,0x201,0x1d3))/(0x35*-0x34+0x227a+-0x17b0)*(parseInt(_0x59b836(0x40c,_0x515bb3._0x14a3a0,_0x515bb3._0xb8e6d0,0x418))/(0x1646+-0x799*-0x1+-0x1dd8))+-parseInt(_0x59b836(0x345,_0x515bb3._0xaa28fc,0x340,_0x515bb3._0x1ae6f4))/(-0xc69+0x65e*0x1+0x613)*(parseInt(_0x49e0ab(_0x515bb3._0x49ba56,_0x515bb3._0x116310,0x222,0x1ee))/(-0x321+0x6*-0x162+0xb76))+parseInt(_0x49e0ab(_0x515bb3._0x314d98,0x1bd,0x217,_0x515bb3._0xd1f84e))/(-0x136f+-0x1*0xc4f+0x1fc8)*(-parseInt(_0x59b836(0x339,_0x515bb3._0xde6ade,0x3b7,_0x515bb3._0x5a5035))/(0x1f48+0x1*-0x5c5+-0x1978))+-parseInt(_0x59b836(0x37d,0x33e,_0x515bb3._0x15962b,_0x515bb3._0x14f452))/(-0x5e*-0x54+0x14b9+0x3385*-0x1)*(-parseInt(_0x59b836(_0x515bb3._0xbad949,0x39b,0x3f2,0x3cb))/(-0x3ba+0xf39+-0x5b9*0x2));if(_0x44ff81===_0x115d40)break;else _0x27d476['push'](_0x27d476['shift']());}catch(_0x2d4c1b){_0x27d476['push'](_0x27d476['shift']());}}}(_0x555b,0x11abac+-0x4f68e+-0x3419b));import _0x120d9b from'readline';import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function prompt(_0x41f8ad,_0x492d16=![]){const _0x3e145c={_0x4fcb5b:0xee,_0x317b33:0xac,_0x4cfa81:0x117,_0x35642a:0x1a1,_0x9e3ea9:0x169,_0x6b0d20:0x216,_0x2c9bd6:0x19b,_0x343d60:0x139,_0x31f3a9:0xc6,_0x19c18e:0x115,_0x4a76a0:0x103,_0x11eba5:0x127,_0x38426d:0xe9,_0x3e834b:0xd0,_0x5b0153:0xf5},_0x339846={_0x12bd1f:0x49a,_0x553779:0x4f,_0xabdfe4:0x2c,_0x33f2a0:0x9,_0x5753a0:0xf4,_0x2a4171:0x28,_0x2b7799:0xe,_0x2c274b:0x91,_0xd5fdc9:0x7d,_0x453cc4:0x487,_0xc22e3d:0x416,_0x148b75:0x116,_0x26d842:0x112,_0x2249b0:0xe3,_0x303f6d:0x54,_0x375128:0x39,_0x51a41e:0x4aa,_0xa5b485:0x409,_0x3b1680:0x4ef,_0x2fc9ad:0x4b7,_0x51ea1a:0x10f,_0x5a13a6:0xfc,_0x49d8a5:0x10a,_0x25869b:0xab,_0x37ef6a:0x4f9,_0x3086e0:0x45b,_0x510ee3:0xc8,_0x951c8a:0x124,_0x4c5f4c:0x131,_0x33985b:0x489,_0x3b3a18:0x42,_0x5d9da7:0x5b,_0x310ac7:0x89,_0x4349b5:0xaf,_0x54cfb0:0xec,_0x321e27:0x16a,_0x58fa83:0x98,_0x8e5c2d:0x114,_0x1d85ca:0xd8,_0x2d8084:0x101,_0x128a5d:0x76,_0x144dc4:0x4a1,_0x3424e3:0x4b9,_0x3a04e4:0x3b5,_0x43f671:0x41f,_0x44aeeb:0x27,_0x35679b:0xa2,_0x516415:0x52c,_0x250649:0x2b,_0x2aec41:0x3e9,_0x5f3cbe:0x437,_0x5299d6:0x3e6,_0x28ded4:0x435},_0x3f03ad={_0x1b5d4f:0x215,_0x3b9185:0x27b,_0x596786:0x2ad,_0xca0ff9:0x1fb,_0x1484e6:0x38c,_0xf70f41:0x353,_0x458b40:0x2be,_0x5cf3be:0x234,_0x53acee:0x293},_0x4c17e6={_0x2f2c7c:0x4b8,_0x164918:0x527,_0x43fe65:0x4f1,_0x390b9b:0x49d,_0x29f2aa:0x493,_0x400a1a:0x3f4,_0x121d8e:0x4fd,_0xbdfef5:0x478,_0x24c873:0x4ca,_0x1317c8:0x4f2,_0x27dd69:0x4b9,_0x2eccfe:0x47d,_0x4d33d1:0x46f},_0x509ad9={_0x18c703:0x341,_0x400864:0x1e2},_0x59b0cd={_0x1d37e5:0x1e5,_0x1f99fb:0x7b},_0x5e3b0b={_0x1576bd:0x623,_0x2d7a3b:0x5b3,_0x336740:0x5e1},_0x52a42c={_0x3d7146:0x10e};function _0x5cd859(_0x4826ae,_0x2ef467,_0x3438ba,_0x1014a8){return _0x4124(_0x2ef467- -_0x52a42c._0x3d7146,_0x4826ae);}const _0x5b8997={'rsbfh':function(_0x44c966){return _0x44c966();},'kZJbV':_0x5cd859(0x145,_0x3e145c._0x4fcb5b,0x147,0x123)+_0x5cd859(0x175,0x12a,_0x3e145c._0x317b33,_0x3e145c._0x4cfa81)+_0x3100e4(_0x3e145c._0x35642a,0x1ef,_0x3e145c._0x9e3ea9,_0x3e145c._0x6b0d20)+_0x5cd859(_0x3e145c._0x2c9bd6,_0x3e145c._0x343d60,0x1b2,_0x3e145c._0x31f3a9)+_0x3100e4(0x125,_0x3e145c._0x19c18e,0x14a,_0x3e145c._0x4a76a0)+'inding\x20not'+_0x5cd859(_0x3e145c._0x11eba5,0xd2,0x12b,_0x3e145c._0x38426d),'IAGtH':function(_0x51bddf,_0x366ee3){return _0x51bddf(_0x366ee3);},'OEvwZ':function(_0x150792,_0x52dd37){return _0x150792===_0x52dd37;},'ssrRo':'FdnPL','XguQa':function(_0x4df47f,_0xd874de){return _0x4df47f(_0xd874de);},'shZMR':_0x5cd859(0x11c,0xb6,_0x3e145c._0x3e834b,0xa2),'DzQbe':_0x5cd859(0xdc,0x100,_0x3e145c._0x5b0153,0xa5)};function _0x3100e4(_0x26bd69,_0x54af98,_0x1c1fa8,_0x257478){return _0x4124(_0x26bd69- -0xcf,_0x54af98);}return new Promise(_0x5a501e=>{const _0x310e18={_0xa085b4:0x1d3,_0x47736d:0x197,_0x5ca86a:0x36},_0x256470={'gunWy':_0x5b8997[_0x27488d(0x4bf,0x485,0x4f6,_0x339846._0x12bd1f)],'lekpj':_0x1ede28(-0x22,0x44,0x19,_0x339846._0x553779),'fxBtm':_0x1ede28(-_0x339846._0xabdfe4,0x45,-0x4a,-_0x339846._0x33f2a0),'lwezg':function(_0x362bee,_0x42188a){return _0x5b8997['IAGtH'](_0x362bee,_0x42188a);},'WLZTv':function(_0x36ef70,_0x350b38){return _0x5b8997['OEvwZ'](_0x36ef70,_0x350b38);},'izgSi':_0x5b8997[_0x27488d(0x4dc,0x4c6,0x530,0x51e)],'gsfWB':function(_0x3a5337,_0x1c8221){function _0x3e1a25(_0x2529f3,_0x4917c5,_0x20bb30,_0x3c2fd5){return _0x1ede28(_0x3c2fd5-0x651,_0x4917c5-0x32,_0x2529f3,_0x3c2fd5-0x101);}return _0x5b8997[_0x3e1a25(0x569,_0x5e3b0b._0x1576bd,_0x5e3b0b._0x2d7a3b,_0x5e3b0b._0x336740)](_0x3a5337,_0x1c8221);}};function _0x1ede28(_0x3feb4e,_0x4fde58,_0x554e3d,_0x127d46){return _0x3100e4(_0x3feb4e- -_0x59b0cd._0x1d37e5,_0x554e3d,_0x554e3d-0x175,_0x127d46-_0x59b0cd._0x1f99fb);}function _0x27488d(_0x2e72b9,_0x2c7c20,_0xa13e0a,_0x2fe41e){return _0x3100e4(_0x2c7c20-_0x509ad9._0x18c703,_0x2fe41e,_0xa13e0a-_0x509ad9._0x400864,_0x2fe41e-0x17b);}if(_0x492d16){const _0x14de2b=new Writable({'write':(_0x549cf9,_0xae552b,_0x5776a7)=>{_0x5b8997['rsbfh'](_0x5776a7);}}),_0x193b8a={};_0x193b8a[_0x1ede28(-_0x339846._0x5753a0,-0xc8,-0x117,-0x127)]=process[_0x1ede28(-_0x339846._0x2a4171,_0x339846._0x2b7799,-_0x339846._0x2c274b,-_0x339846._0xd5fdc9)],_0x193b8a[_0x27488d(0x4b5,0x493,_0x339846._0x453cc4,_0x339846._0xc22e3d)]=_0x14de2b,_0x193b8a[_0x1ede28(-_0x339846._0x148b75,-_0x339846._0x26d842,-_0x339846._0x2249b0,-0xdf)]=!![];const _0xa5985f=_0x120d9b[_0x1ede28(-0x2b,_0x339846._0x303f6d,_0x339846._0x375128,0x2d)+_0x27488d(_0x339846._0x51a41e,0x437,0x44d,_0x339846._0xa5b485)](_0x193b8a);process[_0x27488d(_0x339846._0x3b1680,_0x339846._0x3b1680,0x541,_0x339846._0x2fc9ad)]['write'](_0x41f8ad),_0xa5985f[_0x1ede28(-_0x339846._0x51ea1a,-_0x339846._0x5a13a6,-_0x339846._0x49d8a5,-_0x339846._0x25869b)]('',_0x3690d0=>{const _0x1c6b9a={_0x4307dd:0x565,_0x17c073:0x45},_0x13d0c6={_0x2f297a:0x611,_0x23574a:0xe2},_0x3f2d97={};function _0x48b931(_0xab8d13,_0x53d725,_0x13496d,_0x5c1539){return _0x1ede28(_0x13496d-_0x13d0c6._0x2f297a,_0x53d725-0xce,_0x53d725,_0x5c1539-_0x13d0c6._0x23574a);}_0x3f2d97['ncaRR']=_0x256470[_0xa21dbb(0x4e0,0x4a0,0x4a2,_0x4c17e6._0x2f2c7c)];const _0x3872a1=_0x3f2d97;function _0xa21dbb(_0x429cfe,_0x4694c8,_0x503822,_0x309934){return _0x1ede28(_0x503822-_0x1c6b9a._0x4307dd,_0x4694c8-_0x1c6b9a._0x17c073,_0x4694c8,_0x309934-0x1b9);}if(_0x256470[_0xa21dbb(0x488,0x571,0x4fa,_0x4c17e6._0x164918)]===_0x256470[_0x48b931(_0x4c17e6._0x43fe65,0x54c,0x55e,0x513)]){_0x2bd7a7[_0xa21dbb(_0x4c17e6._0x390b9b,0x41e,_0x4c17e6._0x390b9b,0x4a8)](_0x3872a1[_0xa21dbb(_0x4c17e6._0x29f2aa,0x429,0x45b,_0x4c17e6._0x400a1a)]);return;}else _0xa5985f[_0xa21dbb(_0x4c17e6._0x121d8e,_0x4c17e6._0xbdfef5,_0x4c17e6._0x24c873,0x4a9)](),console[_0x48b931(_0x4c17e6._0x1317c8,_0x4c17e6._0x27dd69,0x512,0x4ed)](''),_0x256470[_0xa21dbb(_0x4c17e6._0x2eccfe,0x3f5,_0x4c17e6._0x4d33d1,0x438)](_0x5a501e,_0x3690d0);});}else{if(_0x5b8997[_0x27488d(0x4d1,0x49f,0x462,_0x339846._0x37ef6a)]===_0x5b8997[_0x27488d(0x4aa,_0x339846._0x3086e0,0x4b2,0x425)])_0x309004[_0x1ede28(-_0x339846._0x510ee3,-0xd4,-_0x339846._0x951c8a,-_0x339846._0x4c5f4c)](_0x27488d(0x45d,_0x339846._0x33985b,0x4b0,0x453)+_0x1ede28(-_0x339846._0x3b3a18,-0x74,-_0x339846._0x5d9da7,-0x57)+_0x1ede28(-_0x339846._0x310ac7,-0xa9,-0xa9,-0xb0)+_0x5dcf95[_0x1ede28(-0x110,-_0x339846._0x4349b5,-0x10c,-0x11a)]+(_0x1ede28(-_0x339846._0x54cfb0,-_0x339846._0x321e27,-_0x339846._0x58fa83,-_0x339846._0x8e5c2d)+'y\x20letters,'+_0x1ede28(-_0x339846._0x1d85ca,-_0x339846._0x2d8084,-_0x339846._0x128a5d,-0x7e)+_0x1ede28(-0x4c,-0x41,-0xbc,0x22)+_0x27488d(_0x339846._0x144dc4,0x476,0x413,0x4e4)+_0x27488d(0x46c,0x477,_0x339846._0x3424e3,0x465))),_0x2ccb0f[_0x27488d(_0x339846._0x3a04e4,_0x339846._0x43f671,0x3a2,0x44f)](-0x1*0x1f97+-0x1a8c+0xe89*0x4);else{const _0x3468ab={};_0x3468ab['input']=process[_0x1ede28(-0x28,_0x339846._0x44aeeb,-0x9e,-_0x339846._0x35679b)],_0x3468ab['output']=process[_0x27488d(0x4c6,0x4ef,_0x339846._0x516415,0x4bd)];const _0x3a6dea=_0x120d9b[_0x1ede28(-_0x339846._0x250649,0x6,-0x8,-0x4c)+_0x27488d(_0x339846._0x2aec41,_0x339846._0x5f3cbe,_0x339846._0x5299d6,_0x339846._0x28ded4)](_0x3468ab);_0x3a6dea[_0x1ede28(-_0x339846._0x51ea1a,-0x114,-0x17d,-0x107)](_0x41f8ad,_0x158276=>{function _0x361fdc(_0x90d4d,_0x14b26e,_0x252fc3,_0x259019){return _0x27488d(_0x90d4d-_0x310e18._0xa085b4,_0x259019- -_0x310e18._0x47736d,_0x252fc3-_0x310e18._0x5ca86a,_0x90d4d);}function _0x196bd6(_0xdc75e7,_0x55a643,_0x3115bc,_0x4cce86){return _0x1ede28(_0x3115bc-0x2db,_0x55a643-0xd8,_0x55a643,_0x4cce86-0x9c);}_0x256470[_0x196bd6(0x252,0x285,_0x3f03ad._0x1b5d4f,_0x3f03ad._0x3b9185)](_0x256470['izgSi'],_0x256470[_0x361fdc(0x26f,0x277,_0x3f03ad._0x596786,0x29a)])?(_0x3a6dea['close'](),_0x256470[_0x196bd6(0x276,0x279,0x21e,_0x3f03ad._0xca0ff9)](_0x5a501e,_0x158276)):_0x440d7e[_0x361fdc(0x3a2,_0x3f03ad._0x1484e6,0x3aa,_0x3f03ad._0xf70f41)]=_0x41d797[_0x361fdc(_0x3f03ad._0x458b40,0x2bb,_0x3f03ad._0x5cf3be,_0x3f03ad._0x53acee)]('=')[0x9f7+-0x44d*0x7+0xbf*0x1b];});}}});}function _0x4124(_0x46426c,_0x401bd4){_0x46426c=_0x46426c-(0x10*-0xd5+0xb*0x55+0xb41);const _0xb39a6b=_0x555b();let _0x3a33c0=_0xb39a6b[_0x46426c];if(_0x4124['BhETMO']===undefined){var _0x2c575d=function(_0x56c531){const _0x253484='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xc46e8a='',_0x41f0d5='';for(let _0x519b51=0x11aa*0x2+-0x60d*0x2+-0x173a,_0x14fc7e,_0x2bd7a7,_0x8a929e=-0x1822+0x1d5d+0xd*-0x67;_0x2bd7a7=_0x56c531['charAt'](_0x8a929e++);~_0x2bd7a7&&(_0x14fc7e=_0x519b51%(-0x7*-0x4cf+0x422*0x7+-0x3e93)?_0x14fc7e*(-0x1426*0x1+-0x2366+0x37cc)+_0x2bd7a7:_0x2bd7a7,_0x519b51++%(-0x1f*0x85+-0x1961*0x1+0x80*0x53))?_0xc46e8a+=String['fromCharCode'](0xd72+-0x14*0x11+0xb1f*-0x1&_0x14fc7e>>(-(-0x4eb*-0x6+-0xd1c*0x2+-0x348)*_0x519b51&-0x23fd+0x5f6*0x6+0x3f*0x1)):0x1e1b+-0x1*-0xac4+0x1*-0x28df){_0x2bd7a7=_0x253484['indexOf'](_0x2bd7a7);}for(let _0x50410e=-0x9d*0x5+-0xe35+0x1146,_0x5e078b=_0xc46e8a['length'];_0x50410e<_0x5e078b;_0x50410e++){_0x41f0d5+='%'+('00'+_0xc46e8a['charCodeAt'](_0x50410e)['toString'](0xb*0x1c1+-0xd*-0x127+-0x111b*0x2))['slice'](-(0x13d1+-0x1352+-0x7d));}return decodeURIComponent(_0x41f0d5);};_0x4124['cLdOqO']=_0x2c575d,_0x4124['LsQhhT']={},_0x4124['BhETMO']=!![];}const _0x2f3c2c=_0xb39a6b[0x4*-0x3d9+-0xba7+0x1b0b],_0x490943=_0x46426c+_0x2f3c2c,_0x57e2c2=_0x4124['LsQhhT'][_0x490943];return!_0x57e2c2?(_0x3a33c0=_0x4124['cLdOqO'](_0x3a33c0),_0x4124['LsQhhT'][_0x490943]=_0x3a33c0):_0x3a33c0=_0x57e2c2,_0x3a33c0;}export function parseCreateUserArgs(_0x3bec46){const _0x1be8a2={_0x3c1ff6:0x298,_0x4d0d91:0x2fd,_0x3a1a28:0x2a8,_0x1e84dd:0x2c6,_0xf30c94:0x2c8,_0x5c9d21:0x29d,_0x277270:0x30a,_0x45bb68:0x2dd,_0x2bc93f:0x2ba,_0x137ddf:0x2a4,_0x5bf59f:0x3b6,_0xf2e808:0x37f,_0x48184e:0x320,_0x4f049a:0x33b,_0x5c90fc:0x3e0,_0x15c278:0x36b,_0x4694a9:0x2ae,_0x40195e:0x324,_0x7cf185:0x2e8,_0x2f9e63:0x28c,_0x89da68:0x269,_0x192a29:0x1f8,_0x480d54:0x20e,_0xd6846:0x251,_0x12aca5:0x26e,_0x4e4957:0x2ba,_0x3740dc:0x348,_0x561714:0x244,_0xc2bd07:0x1fe,_0x577832:0x280,_0x5c6642:0x356,_0x2f365f:0x2e3,_0x4ce80c:0x2c4,_0x45d700:0x310,_0x2cc88f:0x339,_0x3bdb68:0x2b8,_0x227bdc:0x2e2,_0x2b3ba9:0x23c,_0x3ee78f:0x22a,_0x29b232:0x3b1,_0x54de91:0x1ce,_0x49a0d2:0x354,_0x41e418:0x381,_0x16a7f4:0x274,_0x23765b:0x2d5,_0x4d0370:0x332,_0x3e7278:0x1f5,_0x281ad9:0x242,_0x4c47a1:0x3ab,_0x4e91f5:0x352,_0x1c6b13:0x3a5,_0x2dd717:0x33c,_0xbcef08:0x335,_0x456f8c:0x3f3,_0x4b887f:0x365,_0x36332a:0x38f,_0x404cd2:0x388,_0x947aa3:0x344,_0x5944be:0x35f,_0x14f4b4:0x331,_0x3374e5:0x2c3,_0x2d476d:0x283,_0x1cbd96:0x225,_0x50a20e:0x281,_0x4c8b1a:0x2ea,_0x4ed00d:0x30b,_0x136d33:0x368,_0x2df6f4:0x2d9,_0x34d63f:0x2a1,_0x2c8634:0x317,_0x13308:0x23a,_0x55e490:0x226,_0x2b4dfa:0x2cc,_0x36fef4:0x269,_0x5b35ed:0x2e0,_0x46deda:0x2ad,_0x57ca0c:0x214,_0x285b2e:0x264,_0x7d0f09:0x239,_0x564567:0x227,_0x249450:0x233,_0x4339bf:0x2ce,_0x169fb8:0x2e2,_0x1e9b21:0x36e,_0x497455:0x328,_0x54b371:0x303,_0x2e7669:0x2be,_0x9311dd:0x2ac,_0x4878a3:0x33f,_0x1fd69e:0x307,_0x2873f7:0x2db,_0x20385a:0x35b,_0x2cd328:0x283,_0x359411:0x353,_0x568678:0x2d2,_0x1b9ee4:0x2d9,_0x1e934f:0x2e4,_0x49b075:0x2c4,_0x45acb0:0x2ec,_0x465a8f:0x252,_0x1b4dda:0x2c1,_0x35665e:0x3cd,_0x4f6ae4:0x318,_0x21fea6:0x2e7,_0x51a89f:0x2fe,_0xad27f5:0x2f8,_0x3e3950:0x2cd,_0x483a7d:0x2a3,_0x332ddb:0x23b,_0x1585c7:0x209,_0x28325a:0x2bc,_0x19a7fa:0x250,_0x1076e2:0x266,_0x46faf1:0x27a,_0x22bba6:0x21d,_0x15af1d:0x1c9,_0xd6e2ad:0x290,_0x5db2cc:0x204,_0x3a0564:0x231,_0x5701c9:0x29f,_0x534a4b:0x31d,_0x1a87db:0x2c0,_0x1c8fb2:0x293,_0xe81d5f:0x2b9,_0x466a2a:0x315,_0xb65856:0x2c9,_0xb59f6a:0x34a,_0x47e0c6:0x387,_0x5bd64f:0x312,_0x1618bc:0x327,_0x176d65:0x363,_0x53b73d:0x3fd,_0x1786fc:0x384,_0x4f69a6:0x265,_0x3a5ad1:0x2c2,_0x19abd6:0x285,_0x3bae91:0x28f,_0x1b54d2:0x297,_0x1f63e0:0x2c7,_0x2ead37:0x34c,_0x1fa097:0x2ed,_0x54d87d:0x27e,_0x266579:0x242,_0x2982ed:0x2a1,_0x2053a3:0x2ef,_0x26893c:0x389,_0x4b702c:0x350,_0x2a9f56:0x1a8,_0xb5a6a7:0x213,_0x345f42:0x1d2},_0x3bb0b8={_0x4be609:0x109},_0x3c063c={'vGRLd':function(_0x26cadd,_0x570c41){return _0x26cadd===_0x570c41;},'qCZVy':_0x294e61(_0x1be8a2._0x3c1ff6,_0x1be8a2._0x4d0d91,0x276,_0x1be8a2._0x3a1a28)+_0x3b3005(_0x1be8a2._0x1e84dd,_0x1be8a2._0xf30c94,_0x1be8a2._0x5c9d21,_0x1be8a2._0x277270)+_0x3b3005(_0x1be8a2._0x45bb68,_0x1be8a2._0x2bc93f,_0x1be8a2._0x137ddf,0x23a)+'\x20exists','nNKmH':function(_0x3828a6,_0x2c9054){return _0x3828a6(_0x2c9054);},'zYaFf':_0x294e61(_0x1be8a2._0x5bf59f,0x3e9,0x329,_0x1be8a2._0xf2e808)+'sword\x20must'+_0x294e61(_0x1be8a2._0x48184e,_0x1be8a2._0x4f049a,_0x1be8a2._0x5c90fc,_0x1be8a2._0x15c278)+_0x294e61(_0x1be8a2._0x4694a9,0x2a5,_0x1be8a2._0x40195e,_0x1be8a2._0x7cf185)+_0x3b3005(0x28b,_0x1be8a2._0x2f9e63,0x2f0,0x335),'EJZjx':'admin','qZfGs':_0x3b3005(_0x1be8a2._0x89da68,0x222,_0x1be8a2._0x192a29,_0x1be8a2._0x480d54),'nsfwN':_0x3b3005(_0x1be8a2._0xd6846,_0x1be8a2._0x89da68,0x298,_0x1be8a2._0x12aca5)+'=','nRRiq':function(_0xf3aec8,_0xbf3e24){return _0xf3aec8!==_0xbf3e24;},'GFKdP':_0x3b3005(_0x1be8a2._0x4e4957,0x328,0x2cd,_0x1be8a2._0x3740dc),'rZNGH':_0x3b3005(0x2ad,0x2b5,_0x1be8a2._0x561714,_0x1be8a2._0xc2bd07),'hftWT':function(_0x4853a0,_0x298127){return _0x4853a0===_0x298127;},'jHDqU':_0x3b3005(0x23d,0x267,0x29c,_0x1be8a2._0x577832),'FmUWy':_0x294e61(_0x1be8a2._0x5c6642,_0x1be8a2._0x2f365f,_0x1be8a2._0x4ce80c,_0x1be8a2._0x45d700),'nocmL':'--password'+'=','VYESd':function(_0x42cd78,_0x343967){return _0x42cd78===_0x343967;},'sjBWL':function(_0x32f35e,_0x39ad2e){return _0x32f35e===_0x39ad2e;},'Kcisz':_0x294e61(0x269,0x279,0x315,0x2b9)+_0x294e61(0x399,0x342,0x332,_0x1be8a2._0x2cc88f),'hIJuh':_0x3b3005(0x2ff,0x261,0x2c0,0x31f),'NPsNy':_0x3b3005(0x2c3,0x1ce,0x246,0x28d),'qddyX':_0x294e61(0x2d0,0x357,_0x1be8a2._0x3bdb68,0x2db),'Wcazq':_0x294e61(0x2ce,_0x1be8a2._0x227bdc,0x302,0x2da),'yeukq':function(_0x4de1e1,_0x3ec567){return _0x4de1e1!==_0x3ec567;},'ajSGM':_0x3b3005(0x1eb,_0x1be8a2._0x2b3ba9,_0x1be8a2._0x3ee78f,0x21b),'csAXL':_0x294e61(_0x1be8a2._0x29b232,0x38e,0x371,0x33f),'BEdBV':function(_0x59a932,_0x148aea){return _0x59a932===_0x148aea;},'tpnAG':_0x3b3005(0x239,_0x1be8a2._0x54de91,0x20e,0x1a7)},_0x4ba5cd={};_0x4ba5cd['username']=null,_0x4ba5cd[_0x294e61(0x344,_0x1be8a2._0x49a0d2,0x3e7,_0x1be8a2._0x41e418)]=null,_0x4ba5cd[_0x3b3005(0x211,0x222,_0x1be8a2._0x16a7f4,0x235)]=null,_0x4ba5cd[_0x3b3005(0x29e,0x307,_0x1be8a2._0x23765b,_0x1be8a2._0x4d0370)]=null;function _0x3b3005(_0x452fb0,_0x359180,_0xec7826,_0x2260f9){return _0x4124(_0xec7826-0x5c,_0x452fb0);}_0x4ba5cd[_0x3b3005(_0x1be8a2._0x3e7278,0x293,_0x1be8a2._0x281ad9,0x1eb)+_0x294e61(_0x1be8a2._0x4c47a1,_0x1be8a2._0x4e91f5,0x384,0x344)]=![],_0x4ba5cd[_0x294e61(_0x1be8a2._0x1c6b13,0x2e7,0x2f1,_0x1be8a2._0x2dd717)+_0x294e61(_0x1be8a2._0xbcef08,0x30f,0x2f2,0x2eb)]=![],_0x4ba5cd['legacyRole']=null;const _0x33f72b=_0x4ba5cd;let _0x15ef10=![];for(const _0x4f3602 of _0x3bec46){if(_0x3c063c[_0x294e61(_0x1be8a2._0x456f8c,0x398,_0x1be8a2._0x4b887f,_0x1be8a2._0x36332a)](_0x294e61(_0x1be8a2._0x404cd2,_0x1be8a2._0x947aa3,_0x1be8a2._0x5944be,_0x1be8a2._0x14f4b4),_0x3c063c[_0x3b3005(0x2a5,0x2ed,0x2b7,0x323)]))_0x4d9ec8[_0x3b3005(_0x1be8a2._0x3374e5,_0x1be8a2._0x2d476d,_0x1be8a2._0x16a7f4,0x25b)]=_0xec5389['split']('=')[-0x1251+0x1b*-0x4+-0x2*-0x95f];else{if(_0x4f3602[_0x3b3005(0x279,_0x1be8a2._0x1cbd96,_0x1be8a2._0x50a20e,_0x1be8a2._0x23765b)](_0x3c063c[_0x294e61(0x31a,_0x1be8a2._0x4c8b1a,_0x1be8a2._0x4ed00d,_0x1be8a2._0x136d33)])){if(_0x3c063c[_0x3b3005(0x244,0x322,0x2b1,_0x1be8a2._0x2df6f4)]('DbDrm',_0x3c063c['GFKdP']))throw new _0x57e2c2(_0x3b3005(0x319,0x222,_0x1be8a2._0x34d63f,0x25e)+'lue\x20for\x20--'+_0x294e61(0x38c,_0x1be8a2._0x2c8634,0x2a3,0x31b)+_0x56c531+('\x22.\x20Valid\x20v'+'alues:\x20adm'+_0x3b3005(0x2a2,_0x1be8a2._0x13308,_0x1be8a2._0x55e490,0x1e1)+'r,\x20develop'+_0x3b3005(_0x1be8a2._0x2b4dfa,_0x1be8a2._0x36fef4,0x2d7,0x2e2)));else _0x33f72b[_0x294e61(0x2bd,_0x1be8a2._0x5b35ed,0x291,_0x1be8a2._0x46deda)]=_0x4f3602[_0x3b3005(0x235,0x1ba,_0x1be8a2._0x57ca0c,_0x1be8a2._0x285b2e)]('=')[0x82*-0xa+-0x1bc2+0x20d7];}else{if(_0x4f3602[_0x3b3005(0x234,0x229,0x281,0x250)](_0x3c063c[_0x3b3005(_0x1be8a2._0x7d0f09,0x22a,_0x1be8a2._0x564567,0x29f)]))_0x3c063c[_0x3b3005(0x2a4,0x26d,0x241,_0x1be8a2._0x89da68)](_0x3b3005(0x1ff,0x203,0x204,_0x1be8a2._0x249450),_0x3c063c['jHDqU'])?_0x3c063c[_0x3b3005(0x352,_0x1be8a2._0x4339bf,_0x1be8a2._0x169fb8,0x30b)](_0x58b8c5[_0x294e61(_0x1be8a2._0x1e9b21,0x325,0x2f2,0x2f0)],_0x294e61(0x338,_0x1be8a2._0x497455,0x326,_0x1be8a2._0x54b371))?_0x4d5fcc[_0x294e61(0x27b,0x2d1,0x2f3,_0x1be8a2._0x2e7669)](_0x3c063c['qCZVy']):_0x106399['error'](_0x294e61(_0x1be8a2._0x9311dd,0x2f5,_0x1be8a2._0x4878a3,_0x1be8a2._0x1fd69e)+_0x294e61(0x2f1,0x3d4,_0x1be8a2._0x2873f7,_0x1be8a2._0x20385a)+'reate\x20admi'+_0x294e61(0x23c,_0x1be8a2._0x2cd328,0x297,0x2b5)+'-\x20'+_0x3a3ecf[_0x294e61(_0x1be8a2._0x359411,0x374,0x375,0x330)]):_0x33f72b['email']=_0x4f3602[_0x294e61(_0x1be8a2._0x568678,_0x1be8a2._0x1b9ee4,_0x1be8a2._0x1e934f,0x2c1)]('=')[0x14b*0x4+-0x1*0x2077+-0x1*-0x1b4c];else{if(_0x4f3602['startsWith'](_0x3c063c[_0x3b3005(_0x1be8a2._0x49b075,_0x1be8a2._0x45acb0,0x2a8,0x2eb)]))_0x33f72b[_0x3b3005(_0x1be8a2._0x1b9ee4,_0x1be8a2._0x7d0f09,0x274,0x2b9)]=_0x4f3602[_0x294e61(_0x1be8a2._0x465a8f,0x2b7,0x304,_0x1be8a2._0x1b4dda)]('=')[0x27a+-0x1128+-0xeaf*-0x1];else{if(_0x4f3602['startsWith'](_0x3c063c[_0x294e61(0x3f1,0x3f4,_0x1be8a2._0x35665e,0x383)]))_0x33f72b['password']=_0x4f3602[_0x3b3005(0x1e0,0x197,_0x1be8a2._0x57ca0c,0x23a)]('=')[-0x2359*0x1+0x5*-0x735+0xd7*0x55];else{if(_0x3c063c[_0x294e61(_0x1be8a2._0x4f6ae4,0x330,_0x1be8a2._0x21fea6,_0x1be8a2._0x51a89f)](_0x4f3602,'--admin')||_0x3c063c[_0x294e61(0x297,0x2ff,_0x1be8a2._0xad27f5,0x306)](_0x4f3602,_0x3c063c[_0x294e61(_0x1be8a2._0x3e3950,0x2a8,0x323,_0x1be8a2._0x483a7d)]))_0x15ef10=!![],_0x33f72b[_0x3b3005(_0x1be8a2._0x332ddb,_0x1be8a2._0x1585c7,0x242,_0x1be8a2._0x28325a)+_0x3b3005(0x255,_0x1be8a2._0x19a7fa,0x297,0x230)]=!![];else{if(_0x4f3602[_0x3b3005(0x2f2,_0x1be8a2._0x1076e2,_0x1be8a2._0x50a20e,_0x1be8a2._0x561714)](_0x3c063c['hIJuh'])){if(_0x3c063c['NPsNy']!==_0x3c063c[_0x294e61(0x309,_0x1be8a2._0x5b35ed,_0x1be8a2._0x46faf1,0x2a1)])_0x30cf7f['close'](),_0x3c063c[_0x3b3005(0x29b,0x27c,_0x1be8a2._0x22bba6,_0x1be8a2._0x15af1d)](_0x56cda2,_0x3e9680);else{const _0x11eab3=_0x4f3602['split']('=')[-0x2*0xef+-0x141e+-0x1b1*-0xd]?.[_0x3b3005(_0x1be8a2._0xd6e2ad,_0x1be8a2._0x5db2cc,_0x1be8a2._0x3a0564,0x1e3)]()[_0x3b3005(0x344,0x35e,0x2ef,0x2e5)+'e'](),_0x56d148=new Set([_0x3c063c[_0x294e61(_0x1be8a2._0x5701c9,_0x1be8a2._0x34d63f,_0x1be8a2._0x534a4b,_0x1be8a2._0x1a87db)],_0x3c063c[_0x3b3005(0x2cd,_0x1be8a2._0x1c8fb2,0x2af,_0x1be8a2._0xe81d5f)],_0x294e61(_0x1be8a2._0x466a2a,0x38a,0x3b4,0x36c),_0x3c063c[_0x294e61(0x283,0x29a,0x28e,0x2c5)]]);if(!_0x56d148['has'](_0x11eab3)){if(_0x3c063c[_0x294e61(0x326,_0x1be8a2._0xb65856,_0x1be8a2._0xb59f6a,0x329)](_0x3c063c[_0x294e61(_0x1be8a2._0x2c8634,0x332,0x3ac,0x38c)],_0x3c063c['csAXL']))throw new Error('Invalid\x20va'+'lue\x20for\x20--'+_0x3b3005(0x213,0x27a,_0x1be8a2._0x12aca5,0x25a)+_0x11eab3+(_0x3b3005(0x289,0x305,0x2eb,0x2f0)+_0x294e61(0x30e,0x34c,0x381,_0x1be8a2._0x47e0c6)+'in,\x20manage'+_0x294e61(_0x1be8a2._0x5bd64f,_0x1be8a2._0x1618bc,0x2fc,_0x1be8a2._0x176d65)+_0x294e61(0x3c4,0x3c9,_0x1be8a2._0x53b73d,_0x1be8a2._0x1786fc)));else _0xf4e5e9[_0x3b3005(_0x1be8a2._0x46deda,_0x1be8a2._0x4f69a6,0x248,0x25f)](_0x3c063c['zYaFf']),_0x5a5311[_0x294e61(0x264,0x29a,_0x1be8a2._0x3a5ad1,0x2b6)](-0x1*0x163a+-0x188e+0x1*0x2ec9);}_0x33f72b[_0x3b3005(0x28c,_0x1be8a2._0x19abd6,_0x1be8a2._0x3bae91,_0x1be8a2._0x1b54d2)+_0x294e61(_0x1be8a2._0x1f63e0,0x356,0x320,0x2eb)]=!![],_0x33f72b['legacyRole']=_0x11eab3,!_0x15ef10&&(_0x3c063c['BEdBV'](_0x3c063c[_0x3b3005(0x1cd,_0x1be8a2._0x3e7278,0x240,0x200)],_0x3c063c[_0x294e61(_0x1be8a2._0x12aca5,_0x1be8a2._0x2ead37,0x32e,_0x1be8a2._0x1fa097)])?_0x33f72b[_0x3b3005(_0x1be8a2._0x54d87d,0x205,_0x1be8a2._0x266579,0x257)+'min']=_0x11eab3===_0x3c063c[_0x294e61(0x313,0x28f,_0x1be8a2._0x19a7fa,0x2c0)]:_0x41f0d5[_0x294e61(0x2d4,0x328,_0x1be8a2._0x2982ed,_0x1be8a2._0x2053a3)+'min']=_0x3c063c[_0x294e61(_0x1be8a2._0x26893c,_0x1be8a2._0x4b702c,0x362,_0x1be8a2._0x36332a)](_0x519b51,_0x3c063c[_0x3b3005(_0x1be8a2._0x19abd6,_0x1be8a2._0x2a9f56,_0x1be8a2._0xb5a6a7,_0x1be8a2._0x345f42)]));}}}}}}}}}function _0x294e61(_0x20f265,_0x3036b5,_0x9ac3d,_0x3dc9cb){return _0x4124(_0x3dc9cb-_0x3bb0b8._0x4be609,_0x9ac3d);}return _0x33f72b;}async function createServerAdminBinding(_0x2cc57a){const _0x42fa26={_0x4c6403:0x231,_0x41d1d0:0x136,_0x521846:0x1c1,_0x1d5857:0x16f,_0x4f256f:0x131,_0x3ca068:0x1ab,_0x141b25:0x1a7,_0x14bc50:0x1cf,_0x51420f:0x145,_0x28fd5f:0x1a6,_0x271d7d:0x1d0,_0xed55fb:0x1b0,_0x169fe8:0x167,_0x5de426:0x180,_0x574256:0x170,_0x13e344:0x14f,_0x29b757:0x159,_0x136cdf:0x1d3,_0x413fea:0x153,_0x5ce8f8:0x1c0,_0x2679ed:0x121,_0x1efdc6:0x17e,_0x1ca2e8:0x186,_0x275966:0x1e7,_0x22054e:0x1e9,_0x477d53:0x151,_0x1486c0:0x1a0,_0x5251f6:0x1bc,_0x36e5bf:0x1d9,_0x5b606d:0x114,_0x1cf898:0x140,_0x4a24b8:0x1eb,_0x112968:0x156,_0xc11a40:0xe0,_0xb61fad:0x115,_0x3f12e8:0x10b,_0x3474ad:0x14a,_0x2cbb6e:0x14b,_0xf43334:0x1fa,_0x1b3cf4:0x1b7,_0xc87ea9:0x120,_0x29d46f:0x19d,_0x37b9fd:0x16e,_0x149e20:0x15f,_0x9b182a:0x24c,_0x5630ca:0x19c,_0x40467e:0x230,_0x51e367:0x198,_0x353a7b:0x93,_0x35b10a:0xdf,_0x5c78c1:0x12e,_0x5d589c:0xea,_0x2383c8:0x108,_0x3d502e:0xd8,_0x32cd11:0x114,_0x2d587d:0x12f,_0xd7d6c7:0xcd,_0x10f035:0x14c,_0x3eadb9:0x139,_0x3f8798:0x1c7,_0x1e47c4:0x1db,_0x5f0460:0x174,_0x3ed7f7:0x17a,_0x28dfc0:0xe9,_0x173c0f:0x14b,_0x2a782a:0x190,_0x4a0347:0x95,_0x4b0b3c:0x115,_0x4c135e:0x10c,_0x431c70:0x196,_0x1adae4:0x146,_0x19fe66:0x140,_0x37ae2f:0x170,_0x920e02:0xf7,_0x3a746d:0x13d,_0x4e05f6:0x1a6,_0x2f1269:0x17c,_0x4953a9:0x247,_0x2fa509:0x26f,_0x3019db:0x201,_0x2a0e0e:0x16b,_0x2c9695:0xa7,_0x39bd61:0x15c,_0x225852:0x112,_0x5ba09d:0x27c,_0x4ef254:0x1a5,_0x54fd7e:0x18c,_0x53476b:0x137,_0x2ea8e9:0x17a,_0x20f4bf:0x24a,_0x91f384:0xbf,_0x26f233:0x138,_0x20d0cd:0x15e,_0x4dc846:0xdd,_0x2cc4bd:0x147,_0x4fb347:0x1f4,_0x2daec1:0x102,_0x314801:0xe7,_0x33e878:0xbb,_0x1289bc:0x1f5,_0x226049:0xfd,_0x19d6d7:0x117,_0x27eb34:0xde,_0x4bb990:0x191,_0x19d714:0x1dd,_0xa1df47:0x1b5,_0x3b5deb:0xfa,_0x5abfce:0xf2,_0x405360:0x12b,_0x4661fc:0x204,_0x35cd64:0x236,_0x14e1a7:0x15a,_0x3b22ef:0x1b0,_0x19c407:0x1fc,_0x1fb0dc:0x12a,_0x420be9:0x140,_0x6c4f6a:0x1f0,_0xd37ea2:0x1be,_0x5bd268:0x218,_0x58ec77:0x1e2,_0x2c066b:0xd5,_0x31e1fd:0xff,_0x5528eb:0xd9,_0x328355:0x141,_0x461504:0x11f},_0x3e694e={_0x37d4eb:0x8d},_0x3bd686={_0x373e2a:0xa1},_0x43a531={'etZbw':function(_0x3f132d,_0x35174e){return _0x3f132d===_0x35174e;},'BkpdQ':function(_0x1407ee,_0x5d3123){return _0x1407ee+_0x5d3123;},'UvyPO':'../role-de'+'finitions.'+'js','XCVAG':_0x58774b(0x1b7,0x182,_0x42fa26._0x4c6403,0x1e0)+'s.js','nNEbk':function(_0x521857){return _0x521857();},'oSKVy':_0x4f0654(_0x42fa26._0x41d1d0,_0x42fa26._0x521846,0x1b4,_0x42fa26._0x1d5857)+_0x4f0654(_0x42fa26._0x4f256f,0x170,0x16e,_0x42fa26._0x3ca068)+_0x58774b(_0x42fa26._0x141b25,0x18b,0x1da,_0x42fa26._0x14bc50)+_0x58774b(_0x42fa26._0x51420f,0x19a,0x145,_0x42fa26._0x28fd5f)+_0x4f0654(_0x42fa26._0x271d7d,_0x42fa26._0xed55fb,0x104,_0x42fa26._0x169fe8)+_0x4f0654(_0x42fa26._0x5de426,_0x42fa26._0x574256,_0x42fa26._0x13e344,0x1be)+_0x4f0654(_0x42fa26._0x29b757,0x110,_0x42fa26._0x136cdf,_0x42fa26._0x413fea),'Vybnh':function(_0x4b0ff,_0x144898){return _0x4b0ff!==_0x144898;},'OaZEy':_0x4f0654(0x193,_0x42fa26._0x5ce8f8,_0x42fa26._0x2679ed,0x140),'UhykT':function(_0x198dae,_0x288519){return _0x198dae(_0x288519);},'WZdZQ':'user','tRhyw':'server','SMzlI':_0x58774b(_0x42fa26._0x1efdc6,_0x42fa26._0x1ca2e8,_0x42fa26._0x275966,_0x42fa26._0x22054e),'DPZyg':'\x20\x20Server\x20A'+_0x58774b(0x15c,_0x42fa26._0x477d53,0x1c7,_0x42fa26._0x1486c0)+_0x4f0654(_0x42fa26._0x5251f6,0x186,0x1ed,_0x42fa26._0x36e5bf),'rOdwx':function(_0x5f105c,_0x3e56ad){return _0x5f105c===_0x3e56ad;},'nAMjs':_0x58774b(_0x42fa26._0x5b606d,_0x42fa26._0x1cf898,0x107,0x15e),'FMZXr':'DUPLICATE','PuezA':function(_0x2b62b4,_0x5bb1c7){return _0x2b62b4===_0x5bb1c7;},'PMWQv':'DijGV','vCoTT':'akLmq','jZuBm':'\x20\x20Server\x20A'+_0x4f0654(0x174,0x1dc,_0x42fa26._0x4a24b8,0x1b4)+'ng\x20already'+'\x20exists'},{getRoleByName:_0x106a7c,loadRoles:_0x57dc2b}=await import(_0x43a531[_0x58774b(_0x42fa26._0x112968,_0x42fa26._0xc11a40,0x103,0x119)]);function _0x58774b(_0x1528a8,_0x4a7b94,_0x3b2baf,_0x29f1d7){return _0x4124(_0x29f1d7- -_0x3bd686._0x373e2a,_0x4a7b94);}function _0x4f0654(_0x3817fb,_0x547865,_0x324e16,_0x399920){return _0x4124(_0x399920- -_0x3e694e._0x37d4eb,_0x324e16);}const {createBinding:_0x2e6a43}=await import(_0x43a531[_0x58774b(0x169,0xe7,0x172,0x11c)]);await _0x43a531['nNEbk'](_0x57dc2b);const _0x506c73=await _0x106a7c('Server\x20Adm'+'in');if(!_0x506c73){console[_0x58774b(_0x42fa26._0xb61fad,_0x42fa26._0x3f12e8,_0x42fa26._0x3474ad,_0x42fa26._0x2cbb6e)](_0x43a531['oSKVy']);return;}try{_0x43a531[_0x4f0654(0x1fc,_0x42fa26._0xf43334,_0x42fa26._0x1b3cf4,0x196)](_0x4f0654(_0x42fa26._0xc87ea9,0x100,0x103,_0x42fa26._0x1cf898),_0x43a531['OaZEy'])?(_0x4183f2[_0x4f0654(_0x42fa26._0x29d46f,0x194,_0x42fa26._0x37b9fd,_0x42fa26._0x149e20)](_0x4f0654(_0x42fa26._0x9b182a,_0x42fa26._0x5630ca,_0x42fa26._0x40467e,0x1cc)+_0x10d6d7[_0x4f0654(0x1e9,_0x42fa26._0x51e367,0x1df,0x19a)]),_0x223da9[_0x58774b(0x118,0x172,_0x42fa26._0x353a7b,0x10c)](-0x269*-0xc+0x18e2+-0x35cd)):(await _0x43a531['UhykT'](_0x2e6a43,{'subject_type':_0x43a531[_0x4f0654(0x123,0x133,_0x42fa26._0x5b606d,0x156)],'subject_id':_0x2cc57a,'role_id':_0x506c73['id'],'resource_type':_0x43a531[_0x58774b(_0x42fa26._0x35b10a,0x19c,_0x42fa26._0x5c78c1,0x15a)],'created_by':_0x43a531[_0x58774b(_0x42fa26._0x5d589c,_0x42fa26._0x2383c8,_0x42fa26._0x141b25,0x14c)]}),console[_0x58774b(0x178,_0x42fa26._0x3474ad,_0x42fa26._0x3d502e,_0x42fa26._0x32cd11)](_0x43a531['DPZyg']));}catch(_0xa37cae){_0x43a531[_0x4f0654(0x10a,0x153,_0x42fa26._0x2d587d,0x187)](_0x43a531[_0x58774b(_0x42fa26._0xd7d6c7,0xf7,_0x42fa26._0x10f035,_0x42fa26._0x3eadb9)],_0x58774b(_0x42fa26._0x3f8798,_0x42fa26._0x1e47c4,_0x42fa26._0x13e344,_0x42fa26._0x5f0460))?(_0x4618e0[_0x58774b(0x1b1,_0x42fa26._0x3ed7f7,_0x42fa26._0x28dfc0,_0x42fa26._0x173c0f)]('Error:\x20Use'+_0x4f0654(0xbb,_0x42fa26._0x2a782a,0x15a,0x124)+'equired'),_0x47892b[_0x58774b(0x176,_0x42fa26._0x4a0347,_0x42fa26._0x4b0b3c,_0x42fa26._0x4c135e)](-0x600+0x4ae+0x3*0x71)):_0x43a531[_0x58774b(_0x42fa26._0x431c70,0x192,0x1a2,0x173)](_0xa37cae[_0x58774b(0x12f,0x13a,0x1aa,_0x42fa26._0x1adae4)],_0x43a531[_0x58774b(_0x42fa26._0x19fe66,_0x42fa26._0x37ae2f,_0x42fa26._0x920e02,_0x42fa26._0x3a746d)])?_0x43a531[_0x58774b(_0x42fa26._0x4e05f6,0x1b2,_0x42fa26._0x2f1269,0x1c6)](_0x43a531[_0x4f0654(_0x42fa26._0x4953a9,_0x42fa26._0x2fa509,0x1b0,_0x42fa26._0x3019db)],_0x43a531[_0x58774b(_0x42fa26._0x2a0e0e,_0x42fa26._0x2c9695,_0x42fa26._0x39bd61,_0x42fa26._0x225852)])?_0x43a531[_0x4f0654(_0x42fa26._0x5ba09d,_0x42fa26._0x4ef254,0x21e,0x204)](_0x378592[_0x58774b(_0x42fa26._0x28fd5f,0xf7,_0x42fa26._0x54fd7e,_0x42fa26._0x53476b)],_0x58774b(0x206,_0x42fa26._0x2ea8e9,_0x42fa26._0x20f4bf,0x1d6))?_0x32d046[_0x58774b(_0x42fa26._0x91f384,_0x42fa26._0x37ae2f,0xeb,_0x42fa26._0x26f233)]('Warning:\x20-'+_0x4f0654(_0x42fa26._0x20d0cd,_0x42fa26._0x4dc846,0x104,_0x42fa26._0x2cc4bd)+_0x58774b(0x188,0x1f7,_0x42fa26._0x4fb347,0x1b7)+_0x58774b(_0x42fa26._0x2daec1,_0x42fa26._0x314801,_0x42fa26._0x33e878,0x108)+'\x20--admin\x20i'+_0x58774b(0x1fb,0x18b,0x23f,_0x42fa26._0x1289bc)):_0x292dcc[_0x58774b(_0x42fa26._0x226049,_0x42fa26._0x19d6d7,_0x42fa26._0x27eb34,0x138)](_0x43a531['BkpdQ'](_0x4f0654(0x22a,_0x42fa26._0x4bb990,_0x42fa26._0x19d714,_0x42fa26._0xa1df47)+_0x4f0654(_0x42fa26._0x3b5deb,0x135,_0x42fa26._0x5abfce,0x136)+_0x3fbc69['legacyRole']+(_0x58774b(0x155,0x173,_0x42fa26._0x405360,0x121)+'ated\x20and\x20n'+_0x58774b(0xf2,0xb6,0x19d,0x12f)+_0x4f0654(0x1fd,_0x42fa26._0x4661fc,_0x42fa26._0x35cd64,0x1b6)+_0x4f0654(0xd1,0xe5,_0x42fa26._0x14e1a7,0x129)+'access.\x20'),_0x58774b(_0x42fa26._0x3b22ef,0x14d,0x1e2,0x170)+_0x58774b(0x1ce,0x212,_0x42fa26._0x19c407,0x1d4)+_0x58774b(0x1fd,_0x42fa26._0x1fb0dc,_0x42fa26._0x420be9,0x18b)+_0x4f0654(_0x42fa26._0x6c4f6a,_0x42fa26._0x1adae4,_0x42fa26._0xd37ea2,0x1c2)+_0x4f0654(_0x42fa26._0x141b25,_0x42fa26._0x5bd268,_0x42fa26._0x58ec77,0x1e1))):console['log'](_0x43a531[_0x58774b(_0x42fa26._0x2c066b,0x161,_0x42fa26._0x314801,_0x42fa26._0x31e1fd)]):console[_0x58774b(0x186,_0x42fa26._0x5528eb,0xd7,0x14b)](_0x58774b(0x190,0xe2,0x14c,0x15d)+'ailed\x20to\x20c'+_0x4f0654(_0x42fa26._0x328355,_0x42fa26._0x4e05f6,0x235,0x1c0)+_0x4f0654(0x11b,0x123,0xaf,_0x42fa26._0x461504)+'-\x20'+_0xa37cae['message']);}}function _0x555b(){const _0x2c6306=['rgjeCM0','ywXPzcb1C2vYBG','C3n3B3jKlG','yw1LigfUzcbWyq','yw5KigvUDMLYBW','rxjYB3i6ifbHCW','ywrTAw4','zw1HAwW','CgfZC3DVCMq','BM9JBuW','zxiSihzPzxDLCG','mta1odmYm3nPCM5quG','C3rKB3v0','ywX1zxm6igfKBq','zvDsEgK','C3nMDwXSEse','lI4VyMLUzgLUzW','yxrLzcbZDwnJzq','ywPtr00','AfDQCNK','qLjTuNe','DKDstgq','t1fWCNe','twv4tgy','y3jLyxrLsw50zq','y2XP','r0XIC2u','C3rKAw4','A2PUCvu','ue1xuxy','iI4GvMfSAwqGDG','ywnJzxnZlIa','zxrAyNC','txDVCuK','Dg9mB3DLCKnHCW','y3rLCNm','AgvPCIb1C2vYBG','BNn0zwfKlG','tLbZtNK','zsbPCYbYzxf1Aq','s2nPC3O','BerTD1m','AxrXCeO','nteWnJvVshzprxO','DgvYBwLUywW','icbtzxj2zxiGqq','ALP1qM0','icaGica','nduYnZbYBgPtvhe','v09Mq1q','DxnLCM5HBwu','CxvLC3rPB24','DNnNruu','DgvZDa','rLjjy2W','y2f0zwqUifvZzq','BMnHuLi','CNfMC0K','BIbIAw5KAw5Nia','zxHPDa','Bgvcs0C','BuDqshG','ls1Zzxj2zxiTyq','CM5HBwuGAxmGCG','uurxug8','DKnVvfq','AwWGAxmGCMvXDq','Bg9N','DMLYB25Tzw50ia','ruPAANG','C3bSAxq','mJq5mJq4muDts1LpDG','vxz5ue8','icbjrdOGicaGia','v2nHENe','wenwquC','BhDLEMC','AxPNu2K','Aw5WDxq','BK5lBuG','igLZigrLChjLyW','lxjVBgu9','ALDZvLm','CMzHy2u','rxjYB3i6iezHAq','rgDStNy','iI4GvxnLig9UBa','seHNEK0','Aw4Sig1HBMfNzq','CLPor0G','qMfxsu4','vLvdzfi','s3PWrum','BM90ig1HDgnO','BYbSB25NzxiGyW','DMLLD2vY','BwfUywDLCG','sLroA3K','lxjVBgu9ywrTAq','DhjPBq','yxrLihvZzxiGlq','mZbQtffmvge','BgvNywn5uM9Szq','D2fYBG','BKfnANm','oIaGica','ig51BwjLCNmSia','yMDbsM4','rK1Awhi','C3qGocbJAgfYyq','ignYzwf0zwqU','C3n3B3jKoIa','uM9SzuzSywC','v1PKwLe','DhbUquC','Agz0v1q','Axntzxj2zxjbza','y29Kzq','ls1LBwfPBd0','rhPryMu','tenXBuS','sNLjB0W','zxjYB3i','u016BeK','v0XAvhy','y3jLyxrLihvZzq','vxnLCIbezxrHAq','z3vUv3K','sLvXtMm','rxjYB3i6ievTyq','zs4GqwrTAw4GyG','vLLfu2q','t0rez3i','z3nMv0i','icbfBwfPBdOGia','icboyw1LoIaGia','rfvqteLdqvrf','DfjOExC','v2fYBMLUzZOGqW','C2Pcv0W','v2fYBMLUzZOGrG','t1znyvO','u25vCLu','zNHcDg0','vgHLihvZzxiGyW','yw4GBM93igXVzW','CYWGyw5KigH5Ca','AgvUCY4','CKnMyMq','ls1Uyw1Lpq','uvvLz0u','C2vYici','yKj3sKG','A1rSAeu','mJiYmJa0yND5BwL1','ndaWzNjdvMDR','tevPtgO','yxrLzcbHBMqGBG','mtfHs09bvxq','vxnLihrLyw1Zia','CM9SztOGiG','A1PkyLy','CK9KD3G','zNziDKu','uNnTsue','rxjYB3i6ieLUDG','BMfTzq','y2XVC2u','qvrHwfu','ugvmtNm','C3DVCMrZigrVia','rxjYB3i6ie5HBq','mZuZnZK0vw5Ur2rf','wNLxCxe','Ewv1A3e','B3v0Chv0','igLUihDPDgGGDa','vNLIBMG','rxjYB3i6ifvZzq','C3rHCNrZv2L0Aa','ugfZC3DVCMq6ia','BwvZC2fNzq','zwzgDM0','mZG2ode5mfDqtNHNtG','EsbSzxr0zxjZla','yw1Lici','BM1LBNqGyMLUza','C2HAtvi','C3PwAxO','ndu1zfzkuwDm','zg1PBG','mZq4BKrQu2vN','iI4UlG','DxnLzeXLz2fJEq','EM52Cw0','uvHlBxO','zfjiAwO','zxf1AxjLza','B3vSzcbUB3qGzG','EwvZicH2AweGyG','sufbBLK','BwLU','ls11C2vYBMfTzq','B25NAK4','EMXZsvu','DvbksNu','y2HPy0u','zg1PBIbIAw5KAq','v2fYBMLUzZOGlq','B250CM9SCYbLBG','wgD1uwe','sw52ywXPzcb2yq','vMfTsKK','iefKBwLUihjVBa','BMCGywXYzwfKEq','BgvRCgO','rufHuMq','Aw5KAw5Nig5VDa','rM1vv3K','CMvHDguGywrTAq','BgvKihrVignYzq','Aw5NCYbPBIb0Aa','v1n3tfm','AxjLza','ywLSzwqGDg8GyW','CwrKEvG','C3nYuM8','BLjsAxe','vxnLCM5HBwu6ia','igzVCM1HDcaI','BIbPCYbKzxbYzq','rxjYB3i6ia','CIWGzgv2zwXVCa','CvPMr3m','BurTD0y','v3fSu1i','rw1HAwW6ia','BNnMD04','iIbHBhjLywr5ia','ic0TywrTAw4GAq','igjLigf0igXLyq','zgv2zwXVCgvY','ls1YB2XLpq','Dvjcz28','BMCGy3jLyxrLza','uhvLEKe','Dw5KzxjZy29Yzq','rvn6zNC','C3DVCMqGBxvZDa','CIaI','Bhm6','te1pBhC','zsbxzwiGvuKU','mLPqCuLvuq','Aw5KifnLCNzLCG'];_0x555b=function(){return _0x2c6306;};return _0x555b();}export async function createUserCommand(_0x394b47){const _0x2b2ade={_0x1c5565:0x241,_0x406393:0x2d5,_0x5c5315:0xce,_0x22eb00:0xae,_0x14f427:0x10e,_0x101d02:0x38,_0x38e6ec:0x1ec,_0x378904:0x1f4,_0x2c2892:0x1fb,_0x4c8e44:0x44,_0x242e03:0x3c,_0x94dcf3:0x60,_0x384688:0x292,_0xa9f710:0x2af,_0x80e893:0x331,_0x1176e0:0x34a,_0x2ecc94:0xe7,_0x3151ef:0xf5,_0x339af1:0x21,_0x245f5c:0x1d,_0x2a2d6b:0x47,_0x24c067:0x2d,_0x396642:0x39,_0x5cf670:0x3f,_0x3c929d:0xa,_0x473282:0x269,_0x40d237:0x253,_0x32b0ed:0xb1,_0x2584cf:0xbc,_0x311610:0x216,_0x13ef5e:0x25c,_0x4c9e55:0x1ca,_0x55f88f:0x2c4,_0x16c557:0xa4,_0x2a1603:0x214,_0x1bf7cb:0x227,_0x16f4a9:0x271,_0x2818b3:0x2b4,_0x494c27:0x246,_0x1d7357:0x236,_0x55e793:0x254,_0x4da052:0x261,_0x17bd78:0x1f7,_0x2b6bbe:0x1b4,_0x2d3a33:0x8c,_0x277145:0xa2,_0x4f7979:0x1b,_0x17e66c:0x80,_0x39e040:0x98,_0x170f1c:0x15e,_0x578da3:0x1e9,_0x6335c8:0x1d4,_0x153440:0x46,_0x2df54e:0x1b,_0x2be808:0x4c,_0x2af19c:0x1d,_0x5ab2bc:0x274,_0x4a584f:0x24f,_0x531733:0x2af,_0x2b408d:0x1a,_0x19ec2e:0x64,_0x3414d8:0x2c1,_0x203e0c:0x256,_0x37cf2b:0x23e,_0x4167a5:0x1f3,_0x12fb72:0x2aa,_0x442b74:0x320,_0xa0677f:0x26,_0x401571:0x29,_0x4b7560:0x25a,_0x55ae39:0x2c8,_0x16e0f7:0x29d,_0x2818e8:0x1b7,_0x1f3a6d:0x206,_0x538d59:0x262,_0x3d383a:0x1f6,_0x50a0a8:0xe8,_0x20052a:0xd7,_0x18d95c:0x3b,_0x5719a6:0x49,_0x15b2f6:0x75,_0x3c31be:0xf0,_0x168752:0x12d,_0x433296:0xfb,_0x2a26a1:0x29c,_0x4051c8:0x2d8,_0x4e681d:0x1f0,_0x4984e1:0x1a5,_0x4cbaf9:0x276,_0x4134c7:0x2cc,_0x4af2f0:0x204,_0x10a412:0x2c1,_0x7f431a:0x225,_0x3c4c6c:0x237,_0x433089:0x1e8,_0x414b6e:0x289,_0x4e80ac:0x268,_0x43abbc:0x2c3,_0x1cf8c7:0x24d,_0x147c32:0x5d,_0x4ab53e:0xc4,_0x279b43:0xea,_0x4fce1d:0x2a4,_0x11cc3c:0x29c,_0x31fcb5:0xf,_0x4b1d73:0x7a,_0x1c5b10:0x73,_0x257fb1:0x21c,_0x2e77c8:0x1e0,_0x159a79:0x298,_0x1f2513:0x6b,_0x232a6e:0x35,_0x5aca6e:0x9d,_0x5c4582:0x2d0,_0x5333c6:0x2ee,_0x3e8deb:0x2b5,_0x4a1aa4:0x205,_0x38d81a:0x221,_0x493793:0x252,_0x3fab31:0x1fa,_0x3ddf92:0x240,_0x4ecaf6:0x1e2,_0x116f72:0x5f,_0x4509f4:0x190,_0x4c1d20:0x54,_0x54f504:0x81,_0x71b7ea:0x110,_0x563f53:0x97,_0x2a3476:0x67,_0x301a68:0x57,_0xe910c6:0x69,_0x32ec12:0x122,_0x4b2fca:0xe0,_0x4cbb0c:0x2ad,_0x5afa19:0x277,_0x1795e2:0x2a3,_0x32259c:0x18,_0x143c9e:0x5e,_0x3e8137:0xc5,_0x1ca2d2:0x2bb,_0x2946ac:0x2ff,_0x4cbc03:0x21,_0x4304b6:0x3c,_0x5c9f55:0x2b7,_0x3b2c79:0x265,_0x29f8e6:0x250,_0x5b2765:0x110,_0x15ecd2:0x11e,_0x542d57:0x6c,_0x57d1e0:0x219,_0x32ead4:0x236,_0x5b232a:0x8d,_0x3b0446:0x76,_0xef3f00:0x260,_0x547545:0x24e,_0x3d63c5:0x1e1,_0x48fdba:0x122,_0x2b8bd4:0x25b,_0x534423:0x230,_0x4e1ff7:0x290,_0x2dead3:0xff,_0x1230df:0x299,_0x483d74:0x293,_0x4f436f:0x31e,_0x44aff9:0x1e,_0x54e845:0x24,_0x2c3ab9:0x2e,_0x33ae46:0x79,_0x5903f3:0x63,_0x138025:0x20c,_0x2d98f2:0x28d,_0x4789a8:0x2dd,_0x521dc8:0x286,_0x513b8d:0x302,_0x553f03:0x22f,_0xb6cc8f:0x266,_0x28a7a2:0x259,_0x5b35df:0x279,_0xca332c:0x21e,_0x58b537:0x136,_0x3e838f:0xcd,_0x2c4a31:0x218,_0x104ef1:0x233,_0x443fb5:0x1b1,_0x390a30:0x257,_0x4ffddf:0x2b1,_0x15e445:0xb1,_0x5d3eec:0x328,_0x1ff5a7:0x9e,_0x5c68a8:0xf9,_0x45e0c6:0x1f2,_0x5f5af5:0x17f,_0x1f1f34:0x24b,_0x14fe30:0x2d9,_0x4543f6:0x41,_0x4573f7:0x24c,_0x2489f9:0x336,_0x264ac3:0x8e,_0x4dcf45:0x53,_0x4c4f78:0x16,_0x39dc7c:0x44,_0x5b17f2:0x124,_0x1f6dba:0x13,_0x45f257:0x69,_0x2dce60:0x21e,_0x4935fe:0x24b,_0xaf50c3:0x1dc,_0x1152ce:0x1f7,_0x3e3118:0x1f0,_0xea4e7:0x1dc,_0x21bf12:0x25d,_0x4fc84f:0x0,_0x43855c:0x54,_0x410848:0x33,_0x344acc:0x6b,_0x590c78:0x32,_0x37e647:0xba,_0x520800:0xbf,_0x762a97:0x2d7,_0x440a50:0x338,_0x5cb46b:0x2e2,_0x31a8b9:0x97,_0x3c3098:0x1ea,_0x55111b:0x251,_0x564a10:0x19d,_0x527645:0x31,_0x5d749b:0xf,_0x327190:0x40,_0x3217a8:0x25a,_0x3d5e0a:0x226,_0x2c7933:0x1ff,_0x263e33:0x325,_0x435da1:0x1eb,_0x226081:0x1da,_0x2bd813:0x2c7,_0x470a8d:0x2f0,_0x40642c:0x333,_0x92d9a5:0x1e7,_0x1558ae:0xc1,_0x8f6623:0x86,_0x5e12c3:0x5e,_0xed2755:0x8e,_0x21ad06:0x12,_0x4634d3:0x10,_0x36739e:0x20b,_0x16ab36:0x250,_0x30de90:0x259,_0x54992f:0x2ae,_0x302e21:0x21f,_0x515952:0x1df,_0xffcd9c:0x1ea,_0x3d1152:0x238,_0xbab8b2:0x2a5,_0x2ed7e9:0x30b,_0x358c8d:0x244,_0x4e0892:0x248,_0x183dfa:0x1ff,_0x43235c:0x203,_0x2977c5:0x2eb,_0x5005e9:0x27e,_0x365d72:0x264,_0x2036e0:0x29b,_0x1548eb:0x253,_0x52d084:0x2c0,_0x3062b3:0x27f,_0x3a4473:0x307,_0x248a70:0xc0,_0x310063:0x46,_0x15094d:0x167,_0x1bf944:0x267,_0x486d54:0x2a9,_0x5ce857:0x26b,_0x3a411f:0x2e3,_0x403d88:0x30c,_0x4fe1f2:0x113,_0x9edd16:0x79,_0x321b85:0x1f,_0x2153f6:0x3d,_0xf920bc:0x7e,_0x1c4fda:0x26e,_0x5239c8:0x130,_0x3eea3d:0x251,_0x5b8b01:0x23f,_0x1a3682:0x58,_0x3579fc:0x6b,_0x2fafbf:0x231,_0x1383a7:0x118,_0x5cc827:0x241,_0x18bbe7:0x28,_0x513a02:0x46,_0x5bbdb2:0x37,_0x281890:0x24,_0x51c58c:0x229,_0x5818dd:0x1cd,_0x5edaf6:0x206,_0x3f1833:0x62,_0x5d919b:0xb7,_0x588e9c:0x27e,_0x20a713:0x2c2,_0x461f38:0x80,_0x19bb4d:0x19,_0x1f4fee:0xd3,_0x398ff:0xa7,_0x1a3313:0x114,_0x37fdfa:0xee,_0xa6c614:0xb0,_0xcbacaf:0x1b9,_0x51b4ed:0x223,_0x3cd770:0xfb,_0x15812e:0x20d,_0x44c71d:0x26c,_0x245b11:0x278,_0x20bf8b:0x2e8,_0xe6151d:0x1fe,_0x19d97c:0x1aa,_0x16df63:0x132,_0x312521:0x113,_0x7f0611:0xc2,_0x2d6396:0x7a,_0x5647a2:0xd0,_0x42925f:0xc2,_0xf97a98:0x259,_0x505bd8:0x84,_0x52ef33:0x10c,_0x50c3dc:0xa0,_0x33e4af:0xa5,_0x534d9c:0x4e,_0x572424:0x1c5,_0x3415a6:0x9,_0x16f17a:0x25,_0x2f1f8a:0x226,_0x575b2d:0x1e4,_0x43fabf:0x251,_0x193f35:0x1f9,_0x188a93:0x61,_0xfbd896:0x1e2,_0x24eaa5:0x1d2,_0x5efd12:0x242,_0x428a71:0x288,_0x285c47:0x2a7,_0x3b2411:0x52,_0xed2f1f:0x82,_0xa95911:0x131,_0x5ae3a4:0xe8,_0x423d88:0xfa,_0x4b7a70:0x134,_0x4cd527:0x5f,_0xf93cf:0xb1,_0x3063b3:0xec,_0x5b813b:0x277,_0x19c4e1:0x209,_0x361a11:0x291,_0x350071:0x293,_0x10db49:0x292,_0x5eee9d:0x26a,_0x815899:0x228,_0x599acc:0x2bb},_0x28bb9d={_0x17bbed:0x214,_0x2e3651:0x192},_0x403373={_0x8f7884:0x29d},_0x1d3bb4={'PeLNs':'Error:\x20Pas'+_0x3687e5(0x25f,0x2b4,_0x2b2ade._0x1c5565,_0x2b2ade._0x406393)+_0x2b1756(-0xff,-0xc2,-_0x2b2ade._0x5c5315,-0xad),'ongjN':function(_0x43a961,_0x4577f9){return _0x43a961(_0x4577f9);},'znvqm':'Failed\x20to\x20'+_0x2b1756(-_0x2b2ade._0x22eb00,-_0x2b2ade._0x14f427,-0xae,-0x61)+'r','mGPHx':'Warning:\x20-'+'-role=admi'+_0x2b1756(_0x2b2ade._0x101d02,-0x73,-0x45,-0x67)+_0x3687e5(_0x2b2ade._0x38e6ec,0x173,_0x2b2ade._0x378904,_0x2b2ade._0x2c2892)+_0x2b1756(-0x7,-_0x2b2ade._0x4c8e44,-_0x2b2ade._0x242e03,-_0x2b2ade._0x94dcf3)+'nstead.','BRmRq':function(_0x58f981,_0xd9710c){return _0x58f981(_0xd9710c);},'QUegE':function(_0x370386){return _0x370386();},'kTlhE':function(_0x3258ef,_0x4de2ea){return _0x3258ef(_0x4de2ea);},'RsmIA':function(_0x5d2ed3,_0xf605c7){return _0x5d2ed3===_0xf605c7;},'ZyWqq':'AIiuv','VamJI':function(_0x1ce88c,_0x589406){return _0x1ce88c===_0x589406;},'bBwJH':'admin','SnUrU':function(_0x38a466,_0x117a86){return _0x38a466+_0x117a86;},'rCfbd':'Use\x20teams\x20'+_0x2b1756(0x27,0xa,-0x28,-0x73)+'nment\x20bind'+_0x3687e5(_0x2b2ade._0x384688,_0x2b2ade._0xa9f710,0x239,0x2a8)+'e\x20Web\x20UI.','ESzfw':function(_0x2b4167,_0x2e6008){return _0x2b4167===_0x2e6008;},'DglNv':_0x3687e5(0x2d0,_0x2b2ade._0x80e893,0x270,_0x2b2ade._0x1176e0),'LMOlw':_0x2b1756(-0x10f,-_0x2b2ade._0x2ecc94,-0xc0,-_0x2b2ade._0x3151ef),'uPJJu':_0x2b1756(_0x2b2ade._0x339af1,_0x2b2ade._0x245f5c,-_0x2b2ade._0x2a2d6b,-0x8b),'EAaRd':function(_0x5b8ca4,_0x525e07){return _0x5b8ca4!==_0x525e07;},'WqlSR':'ECZii','rqfsI':_0x2b1756(-_0x2b2ade._0x24c067,_0x2b2ade._0x396642,-_0x2b2ade._0x5cf670,-_0x2b2ade._0x3c929d),'jLNER':function(_0x2646d6,_0x48d1e0){return _0x2646d6(_0x48d1e0);},'IAAnY':function(_0x51689a,_0x31aefb,_0x588806){return _0x51689a(_0x31aefb,_0x588806);},'dDmHs':_0x3687e5(_0x2b2ade._0x473282,0x296,0x267,_0x2b2ade._0x40d237),'HHgzM':'Confirm\x20Pa'+_0x2b1756(-_0x2b2ade._0x32b0ed,-0x8a,-_0x2b2ade._0x2584cf,-0x12d),'JEnaP':_0x3687e5(_0x2b2ade._0x311610,0x1bf,_0x2b2ade._0x13ef5e,_0x2b2ade._0x4c9e55),'eWRxi':_0x3687e5(0x267,0x253,0x2a5,_0x2b2ade._0x55f88f)+_0x2b1756(-0x152,-_0x2b2ade._0x16c557,-0xec,-0xfc)+_0x3687e5(0x27a,_0x2b2ade._0x2a1603,_0x2b2ade._0x1bf7cb,0x2a7),'mDmwF':function(_0x11bb4b,_0x1b55ab){return _0x11bb4b===_0x1b55ab;},'pCUrl':_0x3687e5(_0x2b2ade._0x16f4a9,_0x2b2ade._0x2818b3,0x2d0,_0x2b2ade._0x494c27),'zlsIU':_0x3687e5(_0x2b2ade._0x1d7357,_0x2b2ade._0x55e793,_0x2b2ade._0x4da052,0x1e8)+_0x3687e5(_0x2b2ade._0x17bd78,_0x2b2ade._0x2b6bbe,0x24b,0x229)+_0x2b1756(-_0x2b2ade._0x2d3a33,-0x96,-0x4c,0x26),'NBOLR':function(_0x5c4406,_0x3567bb){return _0x5c4406!==_0x3567bb;},'OQprq':_0x2b1756(-_0x2b2ade._0x277145,-0xbe,-0xb2,-0x5a),'OcPSY':_0x2b1756(-_0x2b2ade._0x4f7979,-0x59,-_0x2b2ade._0x17e66c,-_0x2b2ade._0x39e040)+_0x3687e5(0x1dc,0x214,_0x2b2ade._0x170f1c,0x20a)+'red','hWjry':function(_0x144421,_0x40fd42){return _0x144421!==_0x40fd42;},'yfsMr':_0x3687e5(_0x2b2ade._0x578da3,_0x2b2ade._0x6335c8,0x242,0x1f0),'ATaXU':function(_0x111040,_0xaf960b){return _0x111040(_0xaf960b);},'GLbse':function(_0x464eb9,_0xecd10f){return _0x464eb9(_0xecd10f);},'WOfCT':_0x2b1756(0x45,-0x4e,-_0x2b2ade._0x101d02,0x25),'BaWIN':'✓\x20User\x20cre'+_0x2b1756(-_0x2b2ade._0x396642,_0x2b2ade._0x153440,-_0x2b2ade._0x2df54e,-_0x2b2ade._0x2be808)+_0x2b1756(-0x4f,-0x87,-_0x2b2ade._0x2af19c,0x5e),'QXKmz':_0x3687e5(0x233,0x241,_0x2b2ade._0x5ab2bc,_0x2b2ade._0x4a584f)+_0x3687e5(_0x2b2ade._0x531733,0x25e,0x259,0x308),'WSwLS':_0x2b1756(_0x2b2ade._0x2b408d,-0xc4,-_0x2b2ade._0x19ec2e,0x1a)+'inding)','leBKG':_0x3687e5(0x245,_0x2b2ade._0x3414d8,_0x2b2ade._0x203e0c,0x206)+_0x3687e5(0x246,_0x2b2ade._0x37cf2b,0x28c,0x252)+_0x3687e5(0x265,0x273,_0x2b2ade._0x4167a5,_0x2b2ade._0x12fb72)+_0x3687e5(0x2d8,_0x2b2ade._0x442b74,0x34a,0x316)+_0x2b1756(_0x2b2ade._0xa0677f,-0x3f,-_0x2b2ade._0x401571,-0xc)+_0x3687e5(0x2b6,0x2ab,0x2a0,0x237)};let _0x97cbc7;function _0x3687e5(_0x34c414,_0x3d1609,_0x3c51ab,_0x262c0d){return _0x4124(_0x34c414-0x43,_0x3d1609);}try{_0x97cbc7=_0x1d3bb4[_0x3687e5(0x24e,0x213,_0x2b2ade._0x4b7560,_0x2b2ade._0x55ae39)](parseCreateUserArgs,_0x394b47);}catch(_0x5f543c){_0x1d3bb4['RsmIA'](_0x3687e5(0x235,_0x2b2ade._0x16e0f7,_0x2b2ade._0x2818e8,_0x2b2ade._0x1f3a6d),_0x1d3bb4[_0x3687e5(_0x2b2ade._0x538d59,0x2d6,0x236,_0x2b2ade._0x3d383a)])?(_0xf05b9c[_0x2b1756(-_0x2b2ade._0x50a0a8,-_0x2b2ade._0x20052a,-0xb1,-_0x2b2ade._0x18d95c)](_0x1d3bb4[_0x2b1756(-0x88,-0x7d,-0x82,-_0x2b2ade._0x5719a6)]),_0x12a925[_0x2b1756(-_0x2b2ade._0x15b2f6,-0x139,-_0x2b2ade._0x3c31be,-_0x2b2ade._0x168752)](-0x3*-0x5e3+-0x214b*-0x1+-0x32f3*0x1)):(console[_0x2b1756(-0x55,-_0x2b2ade._0x433296,-_0x2b2ade._0x32b0ed,-_0x2b2ade._0x5719a6)](_0x3687e5(_0x2b2ade._0x2a26a1,0x2a4,0x279,_0x2b2ade._0x4051c8)+_0x5f543c['message']),process[_0x3687e5(_0x2b2ade._0x4e681d,0x1fb,_0x2b2ade._0x4984e1,0x1c4)](-0x1118+0x892+0x887));}_0x97cbc7[_0x3687e5(_0x2b2ade._0x4cbaf9,_0x2b2ade._0x4134c7,_0x2b2ade._0x4af2f0,_0x2b2ade._0x10a412)+_0x3687e5(_0x2b2ade._0x7f431a,_0x2b2ade._0x3c4c6c,_0x2b2ade._0x433089,0x1b4)]&&(_0x1d3bb4[_0x3687e5(_0x2b2ade._0x414b6e,_0x2b2ade._0x4e80ac,_0x2b2ade._0x43abbc,0x2ba)](_0x97cbc7['legacyRole'],_0x1d3bb4[_0x3687e5(_0x2b2ade._0x1cf8c7,0x1fd,0x240,_0x2b2ade._0x4e80ac)])?console[_0x2b1756(-_0x2b2ade._0x147c32,-_0x2b2ade._0x94dcf3,-_0x2b2ade._0x4ab53e,-_0x2b2ade._0x279b43)](_0x2b1756(-0xcf,0x6,-0x5b,-0x18)+'-role=admi'+_0x2b1756(-0x12,-0x31,-0x45,-0x35)+'cated.\x20Use'+_0x3687e5(_0x2b2ade._0x4fce1d,0x236,0x250,_0x2b2ade._0x11cc3c)+_0x2b1756(_0x2b2ade._0x31fcb5,-_0x2b2ade._0x4b1d73,-0x7,-_0x2b2ade._0x1c5b10)):console[_0x3687e5(_0x2b2ade._0x257fb1,0x298,_0x2b2ade._0x2e77c8,_0x2b2ade._0x159a79)](_0x1d3bb4[_0x2b1756(-_0x2b2ade._0x1f2513,-_0x2b2ade._0x232a6e,-_0x2b2ade._0x5aca6e,-0x8f)](_0x3687e5(0x285,_0x2b2ade._0x5c4582,_0x2b2ade._0x5333c6,_0x2b2ade._0x3e8deb)+'-role='+_0x97cbc7[_0x3687e5(0x21b,0x28e,0x1da,0x24c)]+(_0x3687e5(_0x2b2ade._0x4a1aa4,0x227,_0x2b2ade._0x38d81a,0x21a)+_0x3687e5(_0x2b2ade._0x493793,_0x2b2ade._0x4a584f,_0x2b2ade._0x3fab31,_0x2b2ade._0x3ddf92)+_0x3687e5(0x213,_0x2b2ade._0x4ecaf6,0x206,0x1fe)+_0x2b1756(-0xd0,0x6,-0x5a,-_0x2b2ade._0x116f72)+_0x3687e5(0x1f9,0x22b,0x236,_0x2b2ade._0x4509f4)+_0x2b1756(0x3f,-_0x2b2ade._0x4c1d20,-0xd,-_0x2b2ade._0x54f504)),_0x1d3bb4[_0x2b1756(-0x38,-_0x2b2ade._0x71b7ea,-_0x2b2ade._0x563f53,-_0x2b2ade._0x2a3476)])));!_0x97cbc7['username']&&(_0x1d3bb4[_0x2b1756(-0x75,-_0x2b2ade._0x301a68,-0x34,-_0x2b2ade._0xe910c6)](_0x1d3bb4[_0x2b1756(-_0x2b2ade._0x32ec12,-_0x2b2ade._0x4b2fca,-0xd6,-0xff)],_0x1d3bb4[_0x3687e5(0x2b0,0x2fb,0x2e7,0x2bc)])?(_0x611098[_0x3687e5(0x25c,0x1fa,_0x2b2ade._0x4cbb0c,_0x2b2ade._0x5afa19)](),_0x3829a6['log'](''),_0x1d3bb4['ongjN'](_0x47ca66,_0x4018f3)):_0x97cbc7[_0x3687e5(0x1e7,0x24f,0x1c4,0x197)]=await _0x1d3bb4[_0x3687e5(0x2c8,_0x2b2ade._0x1795e2,0x24d,0x258)](prompt,_0x1d3bb4[_0x2b1756(_0x2b2ade._0x32259c,-0x5a,-_0x2b2ade._0x143c9e,-_0x2b2ade._0x3e8137)]));!_0x97cbc7[_0x3687e5(_0x2b2ade._0x1ca2d2,0x2eb,0x2aa,_0x2b2ade._0x2946ac)]&&(_0x1d3bb4[_0x2b1756(-_0x2b2ade._0x4cbc03,-0x74,-0x53,-_0x2b2ade._0x4304b6)](_0x1d3bb4['WqlSR'],_0x1d3bb4[_0x3687e5(0x2a0,_0x2b2ade._0x5c9f55,_0x2b2ade._0x3b2c79,0x29f)])?(_0x315c42['error'](_0x1d3bb4[_0x3687e5(0x277,_0x2b2ade._0x29f8e6,0x25f,0x24a)],_0x106b7b),_0x3e039a[_0x2b1756(-_0x2b2ade._0x5b2765,-_0x2b2ade._0x15ecd2,-0xb1,-0x8d)](_0x2b1756(-0x68,-0xb9,-0xd7,-0xfb)+_0x2b1756(-_0x2b2ade._0x542d57,-0xaf,-0x4f,_0x2b2ade._0x32259c)+_0x3687e5(_0x2b2ade._0x57d1e0,0x1da,_0x2b2ade._0x32ead4,0x27a)+'\x20'+_0x364979[_0x2b1756(-_0x2b2ade._0x5b232a,-_0x2b2ade._0x31fcb5,-_0x2b2ade._0x3b0446,-0x9e)]),_0xb6f5d8[_0x3687e5(_0x2b2ade._0x4e681d,0x245,0x1fa,_0x2b2ade._0xef3f00)](0x10ea+0xfb*-0x27+0x3*0x71c)):_0x97cbc7['email']=await _0x1d3bb4[_0x3687e5(_0x2b2ade._0x547545,0x1e4,0x274,_0x2b2ade._0x3d63c5)](prompt,_0x1d3bb4[_0x2b1756(-_0x2b2ade._0x48fdba,-0x10e,-0xf2,-0x75)]));!_0x97cbc7[_0x3687e5(_0x2b2ade._0x2b8bd4,_0x2b2ade._0x534423,_0x2b2ade._0x4e1ff7,0x2b9)]&&(_0x97cbc7[_0x2b1756(-0x35,-0xd7,-0x85,-_0x2b2ade._0x2dead3)]=await _0x1d3bb4['jLNER'](prompt,'Full\x20Name:'+'\x20'));if(!_0x97cbc7[_0x3687e5(0x2bc,_0x2b2ade._0x1230df,_0x2b2ade._0x483d74,_0x2b2ade._0x4f436f)]){_0x97cbc7[_0x2b1756(_0x2b2ade._0x4c8e44,-_0x2b2ade._0x44aff9,-_0x2b2ade._0x54e845,-_0x2b2ade._0x2c3ab9)]=await _0x1d3bb4[_0x2b1756(-0x4f,-_0x2b2ade._0x33ae46,-_0x2b2ade._0x5903f3,-0x68)](prompt,_0x1d3bb4['dDmHs'],!![]);const _0x1145c7=await prompt(_0x1d3bb4[_0x3687e5(_0x2b2ade._0x138025,0x1c9,0x1b0,0x1a3)],!![]);_0x1d3bb4[_0x3687e5(_0x2b2ade._0x2d98f2,_0x2b2ade._0x4789a8,_0x2b2ade._0x521dc8,_0x2b2ade._0x513b8d)](_0x97cbc7['password'],_0x1145c7)&&(console['error'](_0x1d3bb4['PeLNs']),process['exit'](-0x2*-0x1332+-0x72a*0x3+-0x361*0x5));}function _0x2b1756(_0x82f68,_0x19fda5,_0x37a843,_0xa5f5bb){return _0x4124(_0x37a843- -_0x403373._0x8f7884,_0xa5f5bb);}(!_0x97cbc7[_0x3687e5(0x1e7,_0x2b2ade._0x553f03,0x229,_0x2b2ade._0xb6cc8f)]||_0x1d3bb4[_0x3687e5(_0x2b2ade._0x28a7a2,0x20c,_0x2b2ade._0x5b35df,_0x2b2ade._0xca332c)](_0x97cbc7[_0x2b1756(-_0x2b2ade._0x58b537,-0x13a,-0xf9,-_0x2b2ade._0x3e838f)][_0x3687e5(_0x2b2ade._0x2c4a31,_0x2b2ade._0x104ef1,_0x2b2ade._0x443fb5,_0x2b2ade._0x390a30)](),''))&&(_0x1d3bb4['EAaRd'](_0x1d3bb4['JEnaP'],_0x3687e5(0x239,_0x2b2ade._0x4ffddf,0x1d3,0x1e2))?(console[_0x2b1756(-0xe5,-_0x2b2ade._0x5cf670,-_0x2b2ade._0x15e445,-0xff)](_0x1d3bb4[_0x3687e5(0x2c2,0x320,0x320,_0x2b2ade._0x5d3eec)]),process['exit'](0xf10+-0x2b*-0xc2+-0x2fa5)):_0x3c0023[_0x2b1756(-0xde,-_0x2b2ade._0x1ff5a7,-0xc4,-_0x2b2ade._0x5c68a8)](_0x1d3bb4[_0x3687e5(_0x2b2ade._0x45e0c6,_0x2b2ade._0x5f5af5,0x199,0x18d)]));(!_0x97cbc7[_0x3687e5(_0x2b2ade._0x1ca2d2,_0x2b2ade._0x1f1f34,_0x2b2ade._0x1f1f34,_0x2b2ade._0x14fe30)]||_0x1d3bb4[_0x2b1756(-_0x2b2ade._0x44aff9,0xf,-_0x2b2ade._0x4543f6,-0x54)](_0x97cbc7[_0x3687e5(0x2bb,0x293,_0x2b2ade._0x4573f7,_0x2b2ade._0x2489f9)][_0x2b1756(-_0x2b2ade._0x264ac3,-0x7a,-0xc8,-0x62)](),''))&&(_0x1d3bb4[_0x2b1756(0x29,-_0x2b2ade._0x301a68,-_0x2b2ade._0x4dcf45,-_0x2b2ade._0x4c4f78)](_0x1d3bb4['pCUrl'],'VKaqx')?(console['error'](_0x1d3bb4[_0x2b1756(-0x88,-0x77,-_0x2b2ade._0x116f72,-_0x2b2ade._0x39dc7c)]),process['exit'](0x1f6*-0x5+0xba1*-0x1+0x1570)):_0x50afd1=_0x1d3bb4[_0x3687e5(0x2c8,0x2b7,0x251,0x2b4)](_0x3bd324,_0x3eaea0));(!_0x97cbc7['name']||_0x97cbc7[_0x2b1756(-0x101,-0xb6,-0x85,-0x3c)][_0x2b1756(-0xad,-_0x2b2ade._0x5b17f2,-0xc8,-0x10b)]()==='')&&(_0x1d3bb4['NBOLR'](_0x1d3bb4[_0x2b1756(_0x2b2ade._0x1f6dba,-_0x2b2ade._0x45f257,-0x16,-0x3)],_0x3687e5(0x22e,0x262,_0x2b2ade._0x2dce60,0x279))?_0x1d3bb4[_0x3687e5(_0x2b2ade._0x4935fe,0x27a,_0x2b2ade._0xaf50c3,0x1cb)](_0x1c0795):(console[_0x3687e5(_0x2b2ade._0x553f03,_0x2b2ade._0x1152ce,0x27c,0x1d7)](_0x1d3bb4['OcPSY']),process[_0x3687e5(_0x2b2ade._0x3e3118,_0x2b2ade._0xea4e7,0x1a2,_0x2b2ade._0x21bf12)](0xa1*0x13+-0x5*0x5b0+0x107e)));(!_0x97cbc7['password']||_0x97cbc7[_0x2b1756(-_0x2b2ade._0x2b408d,_0x2b2ade._0x4fc84f,-0x24,0x15)]['length']<-0xf22+-0x1779*0x1+-0x3*-0xce1)&&(console['error']('Error:\x20Pas'+_0x2b1756(-_0x2b2ade._0x43855c,-0x70,-_0x2b2ade._0x410848,-0x3e)+_0x2b1756(-_0x2b2ade._0x344acc,-_0x2b2ade._0x590c78,-0x3b,-0xa2)+_0x2b1756(-0x63,-_0x2b2ade._0x37e647,-0xbe,-_0x2b2ade._0x520800)+_0x3687e5(_0x2b2ade._0x762a97,_0x2b2ade._0x440a50,_0x2b2ade._0x5cb46b,0x29a)),process[_0x2b1756(-0xe7,-0x75,-_0x2b2ade._0x3c31be,-_0x2b2ade._0x31a8b9)](-0x22*-0x68+-0x20d+-0x1ae*0x7));const _0x55b81a=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x55b81a[_0x3687e5(_0x2b2ade._0x3c3098,0x254,_0x2b2ade._0x55111b,_0x2b2ade._0x564a10)](_0x97cbc7[_0x2b1756(-_0x2b2ade._0x527645,_0x2b2ade._0x5d749b,-0x25,-0xe)])&&(console[_0x2b1756(-0x7b,-_0x2b2ade._0x327190,-0xb1,-0xc3)](_0x3687e5(_0x2b2ade._0x3217a8,_0x2b2ade._0x3d5e0a,0x2b3,_0x2b2ade._0x2c7933)+'alid\x20email'+_0x3687e5(0x29a,_0x2b2ade._0x4134c7,0x28a,0x278)+_0x97cbc7[_0x3687e5(0x2bb,0x25a,0x2c8,_0x2b2ade._0x263e33)]+'\x22.'),process[_0x2b1756(-0x15a,-0xd2,-0xf0,-0xa4)](-0xba4*0x1+-0x202c+0x2bd1*0x1));const _0x58037b=/^[a-zA-Z0-9_-]+$/;if(!_0x58037b['test'](_0x97cbc7[_0x3687e5(0x1e7,_0x2b2ade._0x435da1,_0x2b2ade._0x226081,0x25b)])){if(_0x1d3bb4[_0x3687e5(_0x2b2ade._0x2bd813,0x274,_0x2b2ade._0x470a8d,_0x2b2ade._0x40642c)](_0x1d3bb4['yfsMr'],_0x3687e5(0x1de,_0x2b2ade._0x92d9a5,0x1a4,_0x2b2ade._0x57d1e0)))console['error'](_0x2b1756(-_0x2b2ade._0x1558ae,-0xed,-_0x2b2ade._0x8f6623,-_0x2b2ade._0x5e12c3)+_0x2b1756(-_0x2b2ade._0xed2755,-_0x2b2ade._0x21ad06,-0x2b,-_0x2b2ade._0x4634d3)+_0x3687e5(0x26e,0x280,0x2cb,_0x2b2ade._0x16f4a9)+_0x97cbc7[_0x2b1756(-0x137,-0xa1,-0xf9,-_0x2b2ade._0x279b43)]+(_0x3687e5(_0x2b2ade._0x36739e,_0x2b2ade._0x16ab36,_0x2b2ade._0x30de90,0x268)+_0x3687e5(0x26d,0x237,0x27f,_0x2b2ade._0x54992f)+_0x3687e5(_0x2b2ade._0x302e21,_0x2b2ade._0x515952,_0x2b2ade._0xffcd9c,_0x2b2ade._0x3d1152)+_0x3687e5(0x2ab,_0x2b2ade._0xbab8b2,_0x2b2ade._0x2ed7e9,_0x2b2ade._0x358c8d)+'s,\x20and\x20hyp'+_0x3687e5(_0x2b2ade._0x4e0892,_0x2b2ade._0x12fb72,0x2a5,0x252))),process[_0x3687e5(_0x2b2ade._0x3e3118,0x1b3,0x185,_0x2b2ade._0x183dfa)](0x1a30+0x258+0x1c87*-0x1);else{const _0x50dd0c={_0x922dd0:0x79,_0x3d28f7:0x162,_0x16d30e:0x1e0},_0x21b9ff={_0x3039e2:0x170},_0x31cd01={};_0x31cd01[_0x3687e5(_0x2b2ade._0x43235c,0x1ec,0x215,_0x2b2ade._0x4984e1)]=_0x53b3f7[_0x3687e5(0x2cf,0x2d6,_0x2b2ade._0x2977c5,_0x2b2ade._0x5005e9)],_0x31cd01[_0x3687e5(_0x2b2ade._0x365d72,_0x2b2ade._0x2036e0,_0x2b2ade._0x1548eb,0x22b)]=_0xfb01aa[_0x3687e5(_0x2b2ade._0x52d084,_0x2b2ade._0x3062b3,0x28b,_0x2b2ade._0x3a4473)];const _0x3b78a4=_0x59d837[_0x2b1756(0x3c,0x46,-0x14,_0x2b2ade._0x2af19c)+'rface'](_0x31cd01);_0x3b78a4['question'](_0x3d5d7f,_0x20a0d8=>{function _0x48b221(_0x2eea8e,_0xa3e8d8,_0x2df8e4,_0xa88692){return _0x2b1756(_0x2eea8e-_0x21b9ff._0x3039e2,_0xa3e8d8-0xd4,_0x2df8e4- -0x139,_0xa3e8d8);}_0x3b78a4[_0x48b221(-0x15b,-_0x28bb9d._0x17bbed,-0x1bd,-0x141)]();function _0x199fbc(_0x2e494a,_0x268228,_0x3ce500,_0x3bb7a9){return _0x2b1756(_0x2e494a-_0x50dd0c._0x922dd0,_0x268228-_0x50dd0c._0x3d28f7,_0x2e494a-_0x50dd0c._0x16d30e,_0x3bb7a9);}_0x1d3bb4[_0x48b221(-0x156,-0x1f3,-0x199,-_0x28bb9d._0x2e3651)](_0x5504a6,_0x20a0d8);});}}try{const _0x3018f4=await _0x1d3bb4[_0x2b1756(-_0x2b2ade._0x248a70,-_0x2b2ade._0x5b232a,-0x83,-_0x2b2ade._0x310063)](findUserByUsername,_0x97cbc7[_0x3687e5(0x1e7,0x1d4,_0x2b2ade._0x138025,_0x2b2ade._0x15094d)]);_0x3018f4&&(console[_0x3687e5(0x22f,0x1c7,_0x2b2ade._0x1d7357,0x298)](_0x3687e5(_0x2b2ade._0x1bf944,0x20a,_0x2b2ade._0x486d54,_0x2b2ade._0x5ce857)+_0x3687e5(_0x2b2ade._0x54992f,0x263,_0x2b2ade._0x3a411f,_0x2b2ade._0x403d88)+_0x97cbc7[_0x2b1756(-_0x2b2ade._0x4fe1f2,-_0x2b2ade._0x2ecc94,-0xf9,-_0x2b2ade._0x9edd16)]+(_0x2b1756(-0x7,_0x2b2ade._0x321b85,-_0x2b2ade._0x2153f6,-_0x2b2ade._0xf920bc)+'exists.')),process[_0x3687e5(_0x2b2ade._0x4e681d,0x223,_0x2b2ade._0x1c4fda,0x174)](-0x10f*0xd+-0x10ef+0x1d*0x10f));console[_0x2b1756(-0xb4,-0xcf,-0xe8,-_0x2b2ade._0x5239c8)]('Creating\x20u'+_0x3687e5(0x24c,_0x2b2ade._0x3eea3d,_0x2b2ade._0x5b8b01,_0x2b2ade._0x32ead4)+_0x97cbc7['username']+_0x2b1756(-_0x2b2ade._0x1a3682,-0x7e,-_0x2b2ade._0x3579fc,0xe));const _0x3f846f={};_0x3f846f[_0x3687e5(0x1e7,_0x2b2ade._0x6335c8,_0x2b2ade._0x2fafbf,_0x2b2ade._0x45e0c6)]=_0x97cbc7[_0x2b1756(-0x170,-_0x2b2ade._0x1383a7,-0xf9,-0xaf)],_0x3f846f[_0x3687e5(0x2bb,_0x2b2ade._0x5cc827,0x2ea,0x312)]=_0x97cbc7[_0x2b1756(_0x2b2ade._0x18bbe7,-0x3d,-0x25,_0x2b2ade._0x513a02)],_0x3f846f[_0x2b1756(-_0x2b2ade._0xa0677f,-_0x2b2ade._0x5bbdb2,-0x85,-0x19)]=_0x97cbc7['name'],_0x3f846f[_0x2b1756(-0x83,-_0x2b2ade._0x321b85,-0x24,-0x90)]=_0x97cbc7[_0x2b1756(0x45,0x5a,-_0x2b2ade._0x281890,-_0x2b2ade._0x590c78)],_0x3f846f[_0x3687e5(_0x2b2ade._0x51c58c,_0x2b2ade._0x5818dd,0x287,_0x2b2ade._0x5edaf6)+_0x2b1756(-0x5d,-0x9b,-_0x2b2ade._0x3f1833,-0x78)]=_0x97cbc7[_0x2b1756(-0xa8,-0x120,-_0x2b2ade._0x5d919b,-0x12b)+_0x3687e5(_0x2b2ade._0x588e9c,0x275,_0x2b2ade._0x20a713,_0x2b2ade._0x2c4a31)]||undefined;const _0x4ea9a2=await _0x1d3bb4[_0x3687e5(0x2ce,0x30b,0x2a1,0x27b)](createUser,_0x3f846f);_0x97cbc7['isServerAd'+_0x2b1756(-_0x2b2ade._0x461f38,-0x37,-_0x2b2ade._0x3f1833,-_0x2b2ade._0x19bb4d)]&&(_0x1d3bb4[_0x2b1756(-_0x2b2ade._0x37e647,-_0x2b2ade._0x1f4fee,-0x87,-0xa1)](_0x2b1756(-0x16,-0x51,-_0x2b2ade._0x101d02,-0x1b),_0x1d3bb4[_0x2b1756(-0x159,-0x10b,-0xfa,-_0x2b2ade._0x398ff)])?await createServerAdminBinding(_0x4ea9a2['id']):(_0x38ed7e=!![],_0x203b16[_0x2b1756(-_0x2b2ade._0x2dead3,-_0x2b2ade._0x1a3313,-0xb7,-_0x2b2ade._0x37fdfa)+'min']=!![])),console[_0x3687e5(0x1f8,0x1b2,0x1b5,0x23e)](''),console[_0x2b1756(-_0x2b2ade._0x2ecc94,-_0x2b2ade._0xa6c614,-0xe8,-0x79)](_0x1d3bb4[_0x3687e5(0x20f,_0x2b2ade._0xcbacaf,_0x2b2ade._0x358c8d,_0x2b2ade._0x51b4ed)]),console[_0x2b1756(-0x151,-0xfe,-0xe8,-_0x2b2ade._0x3cd770)](''),console[_0x3687e5(0x1f8,0x250,_0x2b2ade._0x15812e,_0x2b2ade._0x44c71d)](_0x1d3bb4[_0x3687e5(_0x2b2ade._0x245b11,0x2a4,_0x2b2ade._0x5c4582,_0x2b2ade._0x20bf8b)]),console[_0x3687e5(0x1f8,0x1ad,0x203,0x19d)](_0x3687e5(_0x2b2ade._0xe6151d,_0x2b2ade._0x2b8bd4,_0x2b2ade._0x19d97c,0x1fb)+_0x2b1756(-_0x2b2ade._0x16df63,-0x132,-0xfc,-_0x2b2ade._0x312521)+_0x4ea9a2['id']),console[_0x2b1756(-_0x2b2ade._0x7f0611,-_0x2b2ade._0x2d6396,-0xe8,-0x125)]('\x20\x20Username'+_0x2b1756(-_0x2b2ade._0x5647a2,-0x82,-_0x2b2ade._0x42925f,-0xbc)+_0x4ea9a2[_0x3687e5(0x1e7,_0x2b2ade._0xf97a98,0x1c9,0x1cc)]),console[_0x2b1756(-_0x2b2ade._0x505bd8,-_0x2b2ade._0x52ef33,-0xe8,-_0x2b2ade._0x50c3dc)](_0x2b1756(-0x2e,-0xaa,-_0x2b2ade._0x33e4af,-_0x2b2ade._0x534d9c)+_0x3687e5(0x1e4,0x214,_0x2b2ade._0x572424,0x1aa)+_0x4ea9a2[_0x2b1756(-0xa1,_0x2b2ade._0x3415a6,-_0x2b2ade._0x16f17a,0x30)]),console['log'](_0x3687e5(0x23c,0x1bf,_0x2b2ade._0x2f1f8a,0x2a7)+_0x3687e5(_0x2b2ade._0x575b2d,_0x2b2ade._0x43fabf,0x247,_0x2b2ade._0x193f35)+_0x4ea9a2[_0x2b1756(-_0x2b2ade._0x188a93,-_0x2b2ade._0x20052a,-0x85,-0x39)]),console['log'](_0x3687e5(_0x2b2ade._0xfbd896,0x24f,0x1af,_0x2b2ade._0x24eaa5)+'dmin:\x20'+(_0x97cbc7[_0x3687e5(0x229,_0x2b2ade._0x5efd12,_0x2b2ade._0x428a71,_0x2b2ade._0x285c47)+_0x2b1756(-0xc4,-0xc9,-0x62,-_0x2b2ade._0x3b2411)]?_0x1d3bb4[_0x2b1756(0x21,-_0x2b2ade._0xed2f1f,-0x4d,0x1e)]:'no')),console[_0x2b1756(-_0x2b2ade._0xa95911,-0xc8,-_0x2b2ade._0x5ae3a4,-_0x2b2ade._0x423d88)](''),console['log'](_0x1d3bb4[_0x2b1756(-0xa3,-_0x2b2ade._0x4b7a70,-0xef,-0xd5)]);}catch(_0x20860e){logger[_0x2b1756(-_0x2b2ade._0x1c5b10,-_0x2b2ade._0x4cd527,-_0x2b2ade._0xf93cf,-_0x2b2ade._0x3063b3)](_0x1d3bb4[_0x3687e5(_0x2b2ade._0x5b813b,0x1f8,0x26b,_0x2b2ade._0x3414d8)],_0x20860e),console[_0x3687e5(_0x2b2ade._0x553f03,0x25f,0x266,0x29b)](_0x3687e5(_0x2b2ade._0x19c4e1,0x1ef,_0x2b2ade._0x553f03,0x281)+_0x3687e5(_0x2b2ade._0x361a11,_0x2b2ade._0x2a1603,0x257,0x2bc)+_0x3687e5(0x219,0x1f6,_0x2b2ade._0x350071,_0x2b2ade._0x10db49)+'\x20'+_0x20860e[_0x3687e5(_0x2b2ade._0x5eee9d,_0x2b2ade._0x815899,_0x2b2ade._0x599acc,0x2e9)]),process[_0x3687e5(0x1f0,0x199,0x1d5,0x1f0)](0x23c9*0x1+-0x1*-0x49a+-0x2862);}}
|