@profoundlogic/coderflow-server 0.4.5 → 0.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/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/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/server-manager.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/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/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/scripts/migrate-to-scoped-rbac.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
package/dist/lib/cli/config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x1732b3,_0x37ac9d){const _0x4ad569={_0x45116e:0x51d,_0x45295f:0x4fc,_0x38e9e5:0x4e2,_0xce1bfe:0x525,_0x2dfcc0:0x4e4,_0x44cb0c:0x505,_0x479e65:0x503,_0x1a572f:0x556,_0x18c829:0x51e,_0x4d1853:0x546,_0xae0e6d:0x543,_0x28dc68:0x53d,_0x347680:0x16e,_0x35444f:0x168,_0x5e924d:0x15e,_0x43851b:0x131,_0x2da10:0x182,_0x16de0c:0x178,_0x3fd938:0x1a3,_0x45b082:0x15a,_0x1d9e50:0x17b,_0x1834c9:0x4fc,_0x3b6c1d:0x4e3,_0x4a8252:0x4fd},_0x21b948={_0x56e203:0x83},_0xf987de={_0x4edfbc:0x319},_0x5e2c32=_0x1732b3();function _0x1fc6ce(_0x1a685c,_0x97fee2,_0xd83005,_0x62e029){return _0x1e3e(_0x62e029-_0xf987de._0x4edfbc,_0xd83005);}function _0xc5d978(_0x123724,_0x34230b,_0x251bc7,_0x24587a){return _0x1e3e(_0x251bc7- -_0x21b948._0x56e203,_0x123724);}while(!![]){try{const _0x466092=-parseInt(_0x1fc6ce(_0x4ad569._0x45116e,_0x4ad569._0x45295f,_0x4ad569._0x38e9e5,0x4ef))/(0x171e+0x1*-0x23c7+-0x1*-0xcaa)*(parseInt(_0x1fc6ce(_0x4ad569._0xce1bfe,0x4f0,0x537,0x51e))/(-0x17da+0x937*-0x4+-0x797*-0x8))+-parseInt(_0x1fc6ce(_0x4ad569._0x2dfcc0,0x51f,_0x4ad569._0x44cb0c,_0x4ad569._0x479e65))/(-0x1c9d+-0x2125+-0x1*-0x3dc5)+-parseInt(_0x1fc6ce(0x55b,_0x4ad569._0x1a572f,_0x4ad569._0x479e65,0x532))/(0xf3e*-0x1+-0x1*-0x1dc5+0x2e7*-0x5)*(parseInt(_0x1fc6ce(0x553,0x533,_0x4ad569._0x18c829,0x539))/(-0xb27+-0x1c0d+-0x1*-0x2739))+-parseInt(_0x1fc6ce(_0x4ad569._0x4d1853,_0x4ad569._0xae0e6d,0x55c,_0x4ad569._0x28dc68))/(0x1952+0x265e+-0x3faa)+parseInt(_0xc5d978(_0x4ad569._0x347680,_0x4ad569._0x35444f,0x180,_0x4ad569._0x5e924d))/(0xc89*0x1+-0x1*0x23a1+0x171f*0x1)*(parseInt(_0xc5d978(0x129,_0x4ad569._0x43851b,0x14e,0x157))/(0x1b0e+0x116*-0xf+-0xabc))+-parseInt(_0xc5d978(0x17a,_0x4ad569._0x2da10,0x171,0x14f))/(0x2347+-0xce1+0x1*-0x165d)*(parseInt(_0xc5d978(0x154,_0x4ad569._0x16de0c,0x17e,_0x4ad569._0x3fd938))/(-0x30d+0x2*-0x12c5+0x28a1))+parseInt(_0xc5d978(_0x4ad569._0x45b082,_0x4ad569._0x1d9e50,0x17b,0x14f))/(-0xe77+-0x41c+0x129e)*(parseInt(_0x1fc6ce(_0x4ad569._0x1834c9,_0x4ad569._0x3b6c1d,0x50d,_0x4ad569._0x4a8252))/(0x1168+-0x14a6+0x34a));if(_0x466092===_0x37ac9d)break;else _0x5e2c32['push'](_0x5e2c32['shift']());}catch(_0x497309){_0x5e2c32['push'](_0x5e2c32['shift']());}}}(_0x4ac8,0x90b64+-0xacf0f+0x85419));import{promises as _0x4c273e,constants as _0x35537c}from'fs';import _0x2117e5 from'path';function _0x4ac8(){const _0x580491=['DhfeD0u','u1nmx0nfuLrFua','uuHjs2W','ntGYohbyAe1zsW','sLfhs08','CxbnAxe','BwnKquy','AurTDNC','CgfYC2u','sNf1rhq','mtm5mhPjvvPVCa','zgLYBMfTzq','y29UzMLNlMPZBW','vxLHsfm','mtC4ntiWngXTChrdqq','AM9PBG','zw52','C3nSx2nHx3bHDa','runLtgO','lMnVzgvY','v3jXvMe','igzPBguGAxmGBG','wNfSv3u','igzPBgu6ia','mtyWmgHhBxPWvG','qNHswNG','z0jTAgW','txHwB2G','DNbtvMK','mZK4uxvOA3Dx','seXmr0O','qwLzBgC','vfjvu1rFufjpwa','wuTABKi','ktOG','q0HQAxq','DxrMltG','q2fUBM90igfJyW','BgDivem','zxnZia','uwX0D2m','C2vYDMvYx3bVCG','y29Kzq','mZiXmdKYndbwu1zqtM0','B05PBei','ANv5Bgm','DgH6su4','sNrQqKC','Ag9TzwrPCG','mtq1ntC2nvf5zgjQrG','z3LOyLi','uNHxsLC','yLnuD08','AgzUtw0','CxbQBeW','B3qGCMvHzgfIBa','Aw9UigrLBMLLza','C3nSx2nLCNrFCa','reXsr0u','mtm3n0DuCwvYBa','CMvJDxjZAxzL','CMvHzezPBgu','ru5pru5u','zvrLtue','C216BxC','Dhj1C3rFChjVEa','y29KzxjFC2v0Dq','sxvwz0e','uL9psW','mtfxBvbREeK','uf9qqvri','C3rYAw5NAwz5','ndGWmZbWqKXPAgS','ywnJzxnZ','nJm3ENDMsLnf','zM91BMq6ia','mtCXnfDcC05zvG','z3Pmu0G','zsaOCgvYBwLZCW','AfvxAvy','q09ervjFu0vuvq','u1nmx0nbx1bbva','yLvsA2q','vvn6BgW','seDcwfu','Ew5cEgu','yxrO','vKzUvKC','rufdq0vt','C3nSx2TLEv9Wyq','D3jPDgvgAwXL','ue56wvi','ue9sva'];_0x4ac8=function(){return _0x580491;};return _0x4ac8();}import _0x19609b from'os';const CONFIG_PATH=_0x2117e5[_0x45c44f(0x562,0x53f,0x544,0x55b)](_0x19609b[_0x3835fa(0x15e,0x15f,0x16d,0x152)](),_0x45c44f(0x566,0x554,0x572,0x57f),_0x45c44f(0x55f,0x54c,0x55c,0x55e)+'n');async function loadConfig(){const _0x584845={_0x21f1b8:0x22,_0x2a07f2:0x19,_0x1a5a09:0x20,_0x78801:0x30,_0x248ea8:0x4d,_0x2425f1:0x5f,_0x11523b:0x41,_0x467625:0x2,_0x4f912f:0x15,_0x38a49e:0xe,_0x116510:0x1,_0x190c6c:0x13,_0x1245f6:0xe,_0x9b1c56:0x18,_0x15080:0x5,_0x82137e:0x3,_0x542776:0x531,_0x2aa230:0x4f6,_0x38a191:0x4ad,_0x4b1381:0x4d2,_0x1dc35b:0xb,_0x4df64b:0x24,_0x142b9a:0x20,_0x1fc500:0x4e8,_0x4316fe:0x4f5,_0x448df9:0x4f2,_0x2b7c58:0x11,_0x423859:0x33,_0x2dd540:0x13},_0x543caf={_0x3a3526:0x70,_0x55d758:0x374,_0x5f0c22:0x1dc},_0x2e747d={_0x1c8161:0xc9},_0x1759a5={};function _0x5064f2(_0x286c71,_0x34d599,_0x1d67d3,_0xe19618){return _0x3835fa(_0x286c71-_0x2e747d._0x1c8161,_0x286c71- -0x15e,_0x1d67d3-0x1de,_0x1d67d3);}_0x1759a5[_0x5064f2(0x0,_0x584845._0x21f1b8,-_0x584845._0x2a07f2,_0x584845._0x1a5a09)]=function(_0x5d88a4,_0x47c138){return _0x5d88a4===_0x47c138;},_0x1759a5[_0x5064f2(_0x584845._0x78801,_0x584845._0x248ea8,_0x584845._0x2425f1,_0x584845._0x11523b)]='ENOENT';function _0x1b592c(_0x16929b,_0x27b710,_0x210bae,_0x478d05){return _0x3835fa(_0x16929b-_0x543caf._0x3a3526,_0x210bae-_0x543caf._0x55d758,_0x210bae-_0x543caf._0x5f0c22,_0x16929b);}_0x1759a5[_0x5064f2(0x24,0x4a,0x7,-_0x584845._0x467625)]=function(_0x36acf3,_0x3e1b3b){return _0x36acf3===_0x3e1b3b;},_0x1759a5[_0x5064f2(0x11,_0x584845._0x4f912f,-_0x584845._0x38a49e,0x3a)]=_0x5064f2(-_0x584845._0x116510,0x15,-_0x584845._0x190c6c,-_0x584845._0x2a07f2);const _0x1fb9c3=_0x1759a5;try{const _0x8a9042=await _0x4c273e[_0x5064f2(_0x584845._0x1245f6,_0x584845._0x467625,-_0x584845._0x38a49e,-_0x584845._0x9b1c56)](CONFIG_PATH,_0x5064f2(-0xb,-0x2a,-_0x584845._0x15080,_0x584845._0x82137e));return JSON[_0x1b592c(_0x584845._0x542776,_0x584845._0x2aa230,0x508,_0x584845._0x542776)](_0x8a9042);}catch(_0x42f2d0){if(_0x1fb9c3[_0x1b592c(_0x584845._0x38a191,0x4b5,_0x584845._0x4b1381,0x4c1)](_0x42f2d0[_0x5064f2(-_0x584845._0x15080,0x9,-0x25,_0x584845._0x1dc35b)],_0x1fb9c3['QHIKl']))return _0x1fb9c3[_0x5064f2(_0x584845._0x4df64b,0x29,_0x584845._0x142b9a,0x40)](_0x1b592c(_0x584845._0x1fc500,0x4fb,_0x584845._0x4316fe,_0x584845._0x448df9),_0x1fb9c3[_0x5064f2(_0x584845._0x2b7c58,-0x15,_0x584845._0x423859,-0x2)])?_0x3c6255[_0x5064f2(0xa,_0x584845._0x2dd540,-0x6,0xb)+'ath']:{};throw _0x42f2d0;}}function _0x1e3e(_0x1ee9c9,_0x2fc6a6){_0x1ee9c9=_0x1ee9c9-(-0x29*0xca+0x22*-0x82+0x336c);const _0x3f2568=_0x4ac8();let _0x57e5d4=_0x3f2568[_0x1ee9c9];if(_0x1e3e['jifFuS']===undefined){var _0x27d16d=function(_0x4fdd47){const _0x3ac789='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x479921='',_0x541af9='';for(let _0x4698fd=-0x1168+-0x1*0x270d+0x95*0x61,_0x2f3ae3,_0x262a9c,_0x4c21de=-0x9*-0x161+0x158*-0xd+-0x23*-0x25;_0x262a9c=_0x4fdd47['charAt'](_0x4c21de++);~_0x262a9c&&(_0x2f3ae3=_0x4698fd%(0x1a52+0xd*-0x159+-0x8c9)?_0x2f3ae3*(-0x22eb+0x1*0xa67+0x18c4)+_0x262a9c:_0x262a9c,_0x4698fd++%(0x220e+-0x152*-0x14+-0x3c72))?_0x479921+=String['fromCharCode'](-0x11c2+0x53*0x13+0xc98&_0x2f3ae3>>(-(0x2*0x167+0x1b20+-0x5*0x5fc)*_0x4698fd&0x1*0x12c3+0x16c*0x16+-0x3205)):0x14d+0x130f+-0x145c){_0x262a9c=_0x3ac789['indexOf'](_0x262a9c);}for(let _0x44d80c=-0x1deb+-0x2*-0xd91+-0x1*-0x2c9,_0x31dab4=_0x479921['length'];_0x44d80c<_0x31dab4;_0x44d80c++){_0x541af9+='%'+('00'+_0x479921['charCodeAt'](_0x44d80c)['toString'](-0x87a+-0x1*-0x842+0x48))['slice'](-(-0x102c+0x1*-0x2239+0x3267));}return decodeURIComponent(_0x541af9);};_0x1e3e['xtLhIA']=_0x27d16d,_0x1e3e['reuynj']={},_0x1e3e['jifFuS']=!![];}const _0x4ecc14=_0x3f2568[-0x326+0x19d5+0x16af*-0x1],_0x1f5cc9=_0x1ee9c9+_0x4ecc14,_0x1ba597=_0x1e3e['reuynj'][_0x1f5cc9];return!_0x1ba597?(_0x57e5d4=_0x1e3e['xtLhIA'](_0x57e5d4),_0x1e3e['reuynj'][_0x1f5cc9]=_0x57e5d4):_0x57e5d4=_0x1ba597,_0x57e5d4;}async function saveConfig(_0x4db0ce){const _0x51db30={_0x170c2a:0x3ef,_0x270dea:0x413,_0x5b5fa2:0x404,_0x59860d:0x422,_0x2af439:0x424,_0x418b2c:0x40e,_0x47c5da:0x412,_0x24723b:0x3d1,_0x4ee524:0x39c,_0x380a75:0x3bd,_0x302121:0x3c1},_0x109bed={_0x128577:0x77},_0x1f3e5e={_0x2a0b30:0x299,_0xd3a8a6:0x112},_0x80dbb2={};_0x80dbb2['RxWJW']='utf-8';function _0x999d0f(_0x4b8ae5,_0x2616e7,_0x3143d9,_0x2c8558){return _0x3835fa(_0x4b8ae5-0x1e3,_0x4b8ae5-_0x1f3e5e._0x2a0b30,_0x3143d9-_0x1f3e5e._0xd3a8a6,_0x2c8558);}const _0xc936c5=_0x80dbb2;function _0x1d83e1(_0x1038ca,_0x37d744,_0x3bf136,_0x31de14){return _0x45c44f(_0x3bf136- -0x16c,_0x37d744-0x174,_0x3bf136-_0x109bed._0x128577,_0x37d744);}const _0x40590d=_0x2117e5[_0x1d83e1(_0x51db30._0x170c2a,_0x51db30._0x270dea,0x3f2,0x3df)](CONFIG_PATH),_0x2c17dd={};_0x2c17dd[_0x999d0f(_0x51db30._0x5b5fa2,0x415,0x410,0x432)]=!![],await _0x4c273e['mkdir'](_0x40590d,_0x2c17dd),await _0x4c273e[_0x999d0f(_0x51db30._0x59860d,_0x51db30._0x2af439,0x413,0x423)](CONFIG_PATH,JSON[_0x999d0f(0x40f,_0x51db30._0x418b2c,0x3f8,_0x51db30._0x47c5da)](_0x4db0ce,null,-0xb79+-0xfd*-0x5+0x3*0x22e),_0xc936c5[_0x1d83e1(_0x51db30._0x24723b,_0x51db30._0x4ee524,_0x51db30._0x380a75,_0x51db30._0x302121)]);}function _0x45c44f(_0x2e9660,_0x30effb,_0x256c1c,_0x574ff3){return _0x1e3e(_0x2e9660-0x33d,_0x574ff3);}export async function getCoderSetupPath(){const _0x4694dc={_0x1aefdd:0x13,_0xbed726:0x3,_0x4fb5e0:0x2a,_0xb984b2:0x9,_0x518d0e:0x166,_0x3a1666:0x173,_0x59ff63:0x35,_0x406a0d:0x3f,_0x69eab3:0xc},_0xb12b={_0x5685e1:0x54f,_0x26d40b:0x14f,_0x45bdb6:0x106},_0x2baa92={_0x35d2e0:0x2db,_0x466477:0x125};function _0x38ab10(_0xfc8321,_0x1eb00e,_0xaea78c,_0x213450){return _0x3835fa(_0xfc8321-0x92,_0xfc8321- -_0x2baa92._0x35d2e0,_0xaea78c-_0x2baa92._0x466477,_0x213450);}function _0x1c18a7(_0xb1eacc,_0x2a9c78,_0x2c9fed,_0x56a692){return _0x45c44f(_0xb1eacc- -_0xb12b._0x5685e1,_0x2a9c78-_0xb12b._0x26d40b,_0x2c9fed-_0xb12b._0x45bdb6,_0x2a9c78);}const _0x22eb19={'dEisQ':function(_0x84eae2){return _0x84eae2();}};if(process['env'][_0x38ab10(-0x15c,-0x135,-0x184,-0x13a)+_0x1c18a7(-_0x4694dc._0x1aefdd,-_0x4694dc._0xbed726,-_0x4694dc._0x4fb5e0,-0x2a)])return process['env'][_0x1c18a7(-_0x4694dc._0xb984b2,0x1a,0xc,-0x38)+_0x38ab10(-_0x4694dc._0x518d0e,-0x186,-_0x4694dc._0x3a1666,-0x189)];const _0x1dc31a=await _0x22eb19['dEisQ'](loadConfig);return _0x1dc31a[_0x1c18a7(-0x17,-_0x4694dc._0x59ff63,-_0x4694dc._0x406a0d,_0x4694dc._0x69eab3)+'p_path']||null;}export async function saveCoderSetupPath(_0x1b99aa){const _0x424c59={_0x20ebe8:0x160,_0x36a8a3:0x3a2,_0x55abdd:0x37e,_0x39ecf6:0x358,_0x455f49:0x33b,_0x31c8be:0x366,_0x30fb08:0x36a,_0x5020a2:0x1d6,_0x42f97b:0x196,_0x589c0a:0x1be,_0x46f71f:0x372,_0x5e13c7:0x37e,_0xd4e464:0x37d},_0x160954={_0x96b517:0x1ba,_0xe357bd:0x173,_0x3b5c13:0x18c},_0x2beaf2={_0x2fb7b8:0x391};function _0x26d67c(_0xb434cb,_0xdca6bf,_0x3bcbe5,_0x4dcefd){return _0x45c44f(_0x4dcefd- -_0x2beaf2._0x2fb7b8,_0xdca6bf-0xf7,_0x3bcbe5-0x1c3,_0xdca6bf);}const _0x309e38={'OJuBO':function(_0x34fee5,_0x159364){return _0x34fee5===_0x159364;},'JquDt':function(_0xc1904e,_0x5d4482){return _0xc1904e!==_0x5d4482;},'vpSVi':_0x26d67c(0x155,_0x424c59._0x20ebe8,0x19c,0x17e),'erKdE':function(_0x22794a,_0xf3a36c){return _0x22794a(_0xf3a36c);}},_0xad2a1f=await loadConfig();function _0x468c60(_0x62035,_0x1017b8,_0x1bd564,_0x50e8ca){return _0x45c44f(_0x1017b8- -_0x160954._0x96b517,_0x1017b8-_0x160954._0xe357bd,_0x1bd564-_0x160954._0x3b5c13,_0x62035);}_0x309e38['OJuBO'](_0x1b99aa,null)?delete _0xad2a1f['coder_setu'+'p_path']:_0x309e38[_0x468c60(0x390,_0x424c59._0x36a8a3,0x3a6,0x3a8)](_0x309e38[_0x468c60(_0x424c59._0x55abdd,_0x424c59._0x39ecf6,_0x424c59._0x455f49,0x347)],_0x309e38[_0x468c60(0x375,0x358,_0x424c59._0x31c8be,_0x424c59._0x30fb08)])?delete _0x10d1cd[_0x26d67c(_0x424c59._0x5020a2,_0x424c59._0x42f97b,0x19c,_0x424c59._0x589c0a)+'th']:_0xad2a1f[_0x468c60(_0x424c59._0x46f71f,_0x424c59._0x5e13c7,0x374,_0x424c59._0xd4e464)+'p_path']=_0x1b99aa,await _0x309e38['erKdE'](saveConfig,_0xad2a1f);}export async function getServerPort(){const _0x44895a={_0xc19ae1:0x310,_0x40f318:0x343,_0x164bb6:0x345,_0x1c96c2:0x247,_0x821ac1:0x225,_0x126b1f:0x228,_0x291b3a:0x2e2,_0x1c9da4:0x2c5,_0x4de8d2:0x2ef},_0xb544fa={_0x3c60a9:0x230,_0x12a1d7:0x43},_0x9cc31a={_0xd651d9:0xb6,_0x1ae873:0xdd},_0x1a30d1={'qpjlL':function(_0x207305){return _0x207305();}};if(process[_0x29a0fe(_0x44895a._0xc19ae1,0x333,_0x44895a._0x40f318,0x333)][_0x29a0fe(_0x44895a._0x164bb6,0x2f3,0x2fc,0x322)])return parseInt(process['env'][_0x5977e3(_0x44895a._0x1c96c2,0x24b,0x220,0x261)],-0x7*0x183+0x46c*-0x8+-0x311*-0xf);function _0x5977e3(_0x106819,_0xf1fae6,_0x39fff5,_0x4444d0){return _0x3835fa(_0x106819-_0x9cc31a._0xd651d9,_0xf1fae6-0xc0,_0x39fff5-_0x9cc31a._0x1ae873,_0x4444d0);}function _0x29a0fe(_0x48ef8f,_0x2a87bc,_0x4227db,_0x4e241d){return _0x45c44f(_0x4e241d- -_0xb544fa._0x3c60a9,_0x2a87bc-0x175,_0x4227db-_0xb544fa._0x12a1d7,_0x4227db);}const _0x3bf4b6=await _0x1a30d1[_0x5977e3(0x251,_0x44895a._0x821ac1,_0x44895a._0x126b1f,0x210)](loadConfig);return _0x3bf4b6[_0x29a0fe(_0x44895a._0x291b3a,_0x44895a._0x1c9da4,0x2f2,_0x44895a._0x4de8d2)+'t']||0x1777+-0x6e*0x2a+0x64d;}export async function saveServerPort(_0x4eb026){const _0x77ebb4={_0x534c86:0x2d2,_0x22dedc:0x2a7,_0x417284:0x2f9,_0x1ddd06:0x2b6,_0x28f917:0x2f5,_0x352c9c:0x32c},_0x5c0de6={_0x448716:0xee},_0x411604={_0x459b92:0xef,_0x3d0d3f:0x182};function _0x5ac5e5(_0x458d90,_0x21cc9d,_0x16a0d7,_0x32247a){return _0x3835fa(_0x458d90-_0x411604._0x459b92,_0x458d90-_0x411604._0x3d0d3f,_0x16a0d7-0x98,_0x32247a);}const _0x5b14c4={'YKZnB':function(_0x47705e){return _0x47705e();},'qpMiq':function(_0x16d56e,_0x4e633d){return _0x16d56e(_0x4e633d);}},_0x46d95d=await _0x5b14c4[_0x5ac5e5(_0x77ebb4._0x534c86,_0x77ebb4._0x22dedc,_0x77ebb4._0x417284,_0x77ebb4._0x1ddd06)](loadConfig);_0x46d95d[_0x5ac5e5(0x2da,_0x77ebb4._0x28f917,0x2c7,0x2f4)+'t']=_0x4eb026;function _0x32cb80(_0x41c67f,_0x1f87d7,_0x94a7f8,_0x4c2125){return _0x3835fa(_0x41c67f-0x51,_0x1f87d7-0x264,_0x94a7f8-_0x5c0de6._0x448716,_0x41c67f);}await _0x5b14c4[_0x5ac5e5(0x313,_0x77ebb4._0x352c9c,0x31d,0x327)](saveConfig,_0x46d95d);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x4a3ad3={_0x6e88c5:0x12c,_0x15fe96:0x135,_0x190469:0xd5,_0x12cf9c:0x86,_0xe6503d:0x6a,_0x52424a:0x5e,_0x9068f4:0x44},_0x2f8954={_0x43ab2d:0x61,_0x95dc79:0x20},_0x2f2171={_0x4a424e:0x113,_0x4c34b7:0x11b,_0x3dd334:0xd9},_0x2b96c2={'WrqVa':function(_0x15638c){return _0x15638c();}},_0xec3d17=await _0x2b96c2[_0x5b15a4(0x140,_0x4a3ad3._0x6e88c5,_0x4a3ad3._0x15fe96,0x12d)](loadConfig);if(_0xec3d17[_0x19456e(0x3b,0x42,0x37,0x4d)+_0x19456e(0x51,0x7b,0x43,0x6a)])return _0xec3d17[_0x5b15a4(_0x4a3ad3._0x190469,0xf4,0x112,0xea)+_0x19456e(0x64,0x99,_0x4a3ad3._0x12cf9c,_0x4a3ad3._0xe6503d)];function _0x19456e(_0x2bfec7,_0x410f52,_0x559be9,_0x300d7d){return _0x3835fa(_0x2bfec7-_0x2f2171._0x4a424e,_0x300d7d- -_0x2f2171._0x4c34b7,_0x559be9-_0x2f2171._0x3dd334,_0x2bfec7);}function _0x5b15a4(_0xea9331,_0x19d28a,_0x53e707,_0x24400d){return _0x3835fa(_0xea9331-_0x2f8954._0x43ab2d,_0x19d28a- -0x74,_0x53e707-_0x2f8954._0x95dc79,_0x24400d);}return process['env'][_0x19456e(_0x4a3ad3._0x52424a,_0x4a3ad3._0x9068f4,0x4b,0x72)+'ATH']||null;}export async function saveSslCertPath(_0x1b91ad){const _0x1524a9={_0x317845:0x1f4,_0x140128:0x1ba,_0xa76512:0x1c5,_0x4a0678:0x1dc,_0x517970:0x433,_0x5388ab:0x428,_0x22dd37:0x431,_0x4c280c:0x445,_0x13cc69:0x450},_0x49a834={_0x3926dd:0x1bb,_0x1e3aa7:0x1a4},_0x29569a={_0x53091a:0x136,_0x1f126c:0x2},_0x239668={'WDyzQ':function(_0x3eb393,_0x2b744b){return _0x3eb393(_0x2b744b);}};function _0xa46f9b(_0x3dce1f,_0x3aa68c,_0x3c8e5a,_0x18c61e){return _0x45c44f(_0x3c8e5a- -0x107,_0x3aa68c-_0x29569a._0x53091a,_0x3c8e5a-_0x29569a._0x1f126c,_0x3dce1f);}const _0x3377c3=await loadConfig();_0x1b91ad===null?delete _0x3377c3['ssl_cert_p'+_0x406bf7(_0x1524a9._0x317845,_0x1524a9._0x140128,_0x1524a9._0xa76512,_0x1524a9._0x4a0678)]:_0x3377c3[_0xa46f9b(_0x1524a9._0x517970,0x403,_0x1524a9._0x5388ab,0x441)+_0xa46f9b(0x451,_0x1524a9._0x22dd37,_0x1524a9._0x4c280c,_0x1524a9._0x13cc69)]=_0x1b91ad;function _0x406bf7(_0x4f35af,_0x1d4a3c,_0x2fdc84,_0x3a3d2e){return _0x45c44f(_0x2fdc84- -0x387,_0x1d4a3c-_0x49a834._0x3926dd,_0x2fdc84-_0x49a834._0x1e3aa7,_0x3a3d2e);}await _0x239668['WDyzQ'](saveConfig,_0x3377c3);}export async function getSslKeyPath(){const _0x1f8ba0={_0x44b676:0x110,_0x478ea0:0xfa},_0x212166={_0x9de5c6:0x8e,_0x1aeced:0xc8},_0x31c57c={'MEnyo':function(_0x28bca3){return _0x28bca3();}},_0x54a3d5=await _0x31c57c['MEnyo'](loadConfig);function _0x237e28(_0x3b32d6,_0x2f3ba1,_0x21e408,_0x10d570){return _0x3835fa(_0x3b32d6-0xc4,_0x10d570- -_0x212166._0x9de5c6,_0x21e408-_0x212166._0x1aeced,_0x3b32d6);}if(_0x54a3d5[_0x237e28(_0x1f8ba0._0x44b676,0x111,0x128,_0x1f8ba0._0x478ea0)+'th'])return _0x54a3d5['ssl_key_pa'+'th'];return process['env']['SSL_KEY_PA'+'TH']||null;}export async function saveSslKeyPath(_0x56fcce){const _0x1cc1f9={_0x385596:0x260,_0x515893:0x26d,_0x4ae769:0x50e,_0x2b0704:0x4c4,_0x39f91f:0x226,_0x5c75fc:0x201,_0xa66cbf:0x222,_0x3e6f78:0x20c,_0x364cd0:0x224,_0x59f1f4:0x4ee,_0x23b149:0x264,_0x141bf1:0x26d,_0x1151be:0x261,_0x1ecc55:0x253,_0x2cba47:0x4b0,_0x419a67:0x4e8,_0x15c76d:0x4e4,_0x29a0b0:0x4cf,_0x55b086:0x23d,_0x14f7a4:0x25c,_0x46fe80:0x285,_0x76c201:0x24e},_0x1898dd={_0x1bdb46:0x7c},_0x59895b={_0x38d05c:0x110},_0x504f6d={};_0x504f6d[_0x16db71(_0x1cc1f9._0x385596,0x270,0x273,_0x1cc1f9._0x515893)]=function(_0x5d6066,_0x43820a){return _0x5d6066===_0x43820a;},_0x504f6d[_0x3be06f(0x4ef,_0x1cc1f9._0x4ae769,_0x1cc1f9._0x2b0704,0x4e3)]=_0x16db71(0x230,_0x1cc1f9._0x39f91f,_0x1cc1f9._0x5c75fc,_0x1cc1f9._0xa66cbf),_0x504f6d[_0x16db71(0x23f,_0x1cc1f9._0x3e6f78,_0x1cc1f9._0x364cd0,_0x1cc1f9._0x39f91f)]=_0x3be06f(0x4e7,_0x1cc1f9._0x59f1f4,0x509,0x4c9);const _0x210892=_0x504f6d,_0x5d7611=await loadConfig();function _0x3be06f(_0xfca424,_0x3811de,_0x56c9c2,_0x565bc9){return _0x45c44f(_0xfca424- -0x5e,_0x3811de-_0x59895b._0x38d05c,_0x56c9c2-0x19d,_0x56c9c2);}_0x210892['UyaHS'](_0x56fcce,null)?_0x210892[_0x16db71(0x26a,_0x1cc1f9._0x23b149,0x282,_0x1cc1f9._0x141bf1)](_0x210892[_0x16db71(_0x1cc1f9._0x1151be,0x26d,_0x1cc1f9._0x1ecc55,0x25a)],_0x210892[_0x3be06f(0x4bb,_0x1cc1f9._0x2cba47,0x4b2,_0x1cc1f9._0x419a67)])?delete _0x5d6d37['ssl_cert_p'+_0x3be06f(_0x1cc1f9._0x59f1f4,_0x1cc1f9._0x15c76d,0x4c8,_0x1cc1f9._0x29a0b0)]:delete _0x5d7611[_0x16db71(_0x1cc1f9._0x55b086,0x236,0x25b,_0x1cc1f9._0x14f7a4)+'th']:_0x5d7611[_0x16db71(0x26d,_0x1cc1f9._0x46fe80,_0x1cc1f9._0x76c201,0x25c)+'th']=_0x56fcce;function _0x16db71(_0x1e48e7,_0x39b4cf,_0x3cc3b8,_0x5b6d21){return _0x45c44f(_0x5b6d21- -0x2f3,_0x39b4cf-_0x1898dd._0x1bdb46,_0x3cc3b8-0x19d,_0x1e48e7);}await saveConfig(_0x5d7611);}export async function getSslCaPath(){const _0x335b38={_0x180a97:0x2ea,_0x2c6516:0x2dd,_0x4c52ef:0x2e7,_0x37e69b:0x2ec,_0x5f0a84:0x2c1,_0x358324:0x454},_0x3e85f1={_0x5bf701:0x303,_0x23817b:0x32},_0x1aed1f={_0x1e6545:0x1b0};function _0x483d7a(_0xb04fd6,_0x15c913,_0x262a09,_0x49adcc){return _0x45c44f(_0x49adcc- -0x278,_0x15c913-_0x1aed1f._0x1e6545,_0x262a09-0xf0,_0xb04fd6);}function _0x5509d4(_0x46138e,_0x32ff56,_0x39bedd,_0x4ac759){return _0x3835fa(_0x46138e-0xf3,_0x4ac759-_0x3e85f1._0x5bf701,_0x39bedd-_0x3e85f1._0x23817b,_0x46138e);}const _0x430345={'tqDwE':function(_0x1e8e79){return _0x1e8e79();}},_0x2b11d2=await _0x430345[_0x483d7a(_0x335b38._0x180a97,0x305,0x2b2,0x2db)](loadConfig);if(_0x2b11d2['ssl_ca_pat'+'h'])return _0x2b11d2[_0x483d7a(0x2e2,_0x335b38._0x2c6516,_0x335b38._0x4c52ef,_0x335b38._0x37e69b)+'h'];return process[_0x483d7a(_0x335b38._0x5f0a84,0x315,0x2de,0x2eb)][_0x5509d4(_0x335b38._0x358324,0x477,0x495,0x483)+'H']||null;}export async function saveSslCaPath(_0x410dc9){const _0x573807={_0x529422:0x1f,_0x1e2fc6:0x597,_0x6845c0:0x59c,_0x4f011e:0x54a},_0x112f9a={_0xfc6ae8:0x4b,_0x4c4544:0x1ea},_0x1519cd={_0x2e7a0a:0x1b3,_0x5e49e0:0x181,_0x1d5951:0x8e},_0x6fef02={'DLRGE':function(_0x48e98d){return _0x48e98d();},'gBmhl':function(_0x27ae4f,_0x55f7d5){return _0x27ae4f===_0x55f7d5;},'hfnMm':function(_0x2d2d7b,_0x25c4df){return _0x2d2d7b(_0x25c4df);}},_0x620b29=await _0x6fef02[_0x3204fc(-0x11,-0x18,-0x42,-0x10)](loadConfig);_0x6fef02[_0x3204fc(-_0x573807._0x529422,-0x38,-0x14,-0x64)](_0x410dc9,null)?delete _0x620b29[_0x3204fc(0x16,0x1c,0x49,0x19)+'h']:_0x620b29['ssl_ca_pat'+'h']=_0x410dc9;function _0x3204fc(_0xf7df6b,_0x42e35e,_0x1eb920,_0x155b91){return _0x3835fa(_0xf7df6b-_0x1519cd._0x2e7a0a,_0x42e35e- -_0x1519cd._0x5e49e0,_0x1eb920-_0x1519cd._0x1d5951,_0xf7df6b);}function _0x3ab073(_0x3a1bbb,_0x55ad79,_0x170999,_0x5abc64){return _0x45c44f(_0x55ad79-_0x112f9a._0xfc6ae8,_0x55ad79-_0x112f9a._0x4c4544,_0x170999-0xe3,_0x3a1bbb);}await _0x6fef02[_0x3ab073(_0x573807._0x1e2fc6,0x576,_0x573807._0x6845c0,_0x573807._0x4f011e)](saveConfig,_0x620b29);}function _0x3835fa(_0x3911ae,_0x47819e,_0x5b7a45,_0x20a12d){return _0x1e3e(_0x47819e- -0x8a,_0x20a12d);}export async function getTrustProxy(){const _0x412f6f={_0x16b8c8:0x1b9,_0x5e3735:0x1c4,_0x32ff2e:0x178,_0x921d9c:0x1b4,_0x55352b:0x196,_0x53b586:0x15a,_0x26ddf9:0x175,_0xa90c60:0x197,_0x58ecf5:0x1f2,_0x2f8c51:0x1e1,_0x561a74:0x1e2,_0x53f9b2:0x1f7,_0x34db82:0x1fa,_0x2a5160:0x189,_0x5b7224:0x15b,_0x5b0015:0x131,_0x2d2c13:0x15b,_0x37561c:0x15c,_0x4d9911:0x210},_0x316e95={_0x19417d:0x109,_0x53c4b6:0xd9},_0x4a40c5={_0x4ba243:0x710,_0x39142c:0x1d5,_0x1b1ccd:0x1c3},_0x3e9a25={'PNzYR':function(_0x1c8e98){return _0x1c8e98();},'juylc':function(_0x3d104a,_0x529322){return _0x3d104a!==_0x529322;},'HGBXU':function(_0x4c45e9,_0x2c0592){return _0x4c45e9!==_0x2c0592;},'Qltwc':_0x535825(-_0x412f6f._0x16b8c8,-0x1b0,-0x1b7,-_0x412f6f._0x5e3735)};function _0x535825(_0xd2e2eb,_0x4eebe3,_0x2ae421,_0x40cf84){return _0x45c44f(_0xd2e2eb- -_0x4a40c5._0x4ba243,_0x4eebe3-_0x4a40c5._0x39142c,_0x2ae421-_0x4a40c5._0x1b1ccd,_0x40cf84);}const _0x8c5414=await _0x3e9a25[_0x535825(-0x1bf,-0x194,-0x1c2,-0x1b6)](loadConfig);if(_0x3e9a25[_0x321978(-_0x412f6f._0x32ff2e,-0x1c5,-0x19c,-0x19c)](_0x8c5414[_0x321978(-0x188,-_0x412f6f._0x921d9c,-_0x412f6f._0x55352b,-0x188)+'y'],undefined)){if(_0x3e9a25[_0x321978(-_0x412f6f._0x53b586,-0x170,-0x14a,-_0x412f6f._0x26ddf9)](_0x321978(-0x16b,-0x172,-0x1a8,-_0x412f6f._0xa90c60),_0x3e9a25[_0x535825(-_0x412f6f._0x58ecf5,-0x1d5,-_0x412f6f._0x2f8c51,-_0x412f6f._0x561a74)]))return _0x8c5414[_0x535825(-0x1d9,-_0x412f6f._0x53f9b2,-_0x412f6f._0x34db82,-0x1c4)+'y'];else delete _0x50cc17[_0x321978(-_0x412f6f._0x2a5160,-0x15e,-0x134,-_0x412f6f._0x5b7224)+'h'];}function _0x321978(_0x5d21b0,_0x267e49,_0x337066,_0x359329){return _0x3835fa(_0x5d21b0-_0x316e95._0x19417d,_0x359329- -0x2f8,_0x337066-_0x316e95._0x53c4b6,_0x337066);}return process[_0x321978(-_0x412f6f._0x5b0015,-_0x412f6f._0x2d2c13,-0x187,-_0x412f6f._0x37561c)][_0x535825(-0x1fa,-_0x412f6f._0x4d9911,-0x222,-0x1fa)+'Y']||null;}export async function saveTrustProxy(_0x1250b6){const _0x4a6aba={_0x5d2b59:0x2a,_0x3eaf2c:0x4b,_0x592d2e:0x7c,_0x41db74:0x60,_0x2582ce:0x21b,_0x46fb40:0x1e3,_0x599578:0x48,_0x2a6519:0x7e,_0x9a2073:0x2f,_0x20d897:0x58,_0x1cb815:0x1df,_0x33114b:0x1f1,_0x2d763d:0x20c,_0x203d8d:0x213,_0x575927:0x1dd,_0x315af6:0x1b6,_0x51796f:0x4b,_0x18a0b7:0x66,_0x269ec8:0x1fc,_0x5b084c:0x1df,_0xeaf165:0x50,_0x92536d:0x3a,_0x2a32f8:0x33,_0xefa7e2:0x21,_0x13ac37:0x44,_0x24ba4d:0x49},_0x5d06e4={_0x33eb00:0x582,_0xda7518:0xb3},_0x2a85c4={_0x1f97c5:0x358,_0x176f83:0x179},_0x4f2db2={'oNilB':function(_0x225d56){return _0x225d56();},'cRJAA':function(_0x3ca5b,_0x476c51){return _0x3ca5b!==_0x476c51;},'lgHTC':_0xe09e77(-0x2b,-_0x4a6aba._0x5d2b59,-0x57,-0x3f),'IuVgA':function(_0x5be723,_0x205ff1){return _0x5be723(_0x205ff1);}};function _0x18fcd0(_0x50fc4f,_0x4449d0,_0x59b720,_0x266c8f){return _0x45c44f(_0x4449d0- -_0x2a85c4._0x1f97c5,_0x4449d0-0x85,_0x59b720-_0x2a85c4._0x176f83,_0x266c8f);}function _0xe09e77(_0x581c8b,_0x244d62,_0x18a58f,_0x3b7eb3){return _0x45c44f(_0x3b7eb3- -_0x5d06e4._0x33eb00,_0x244d62-0xd4,_0x18a58f-_0x5d06e4._0xda7518,_0x244d62);}const _0x4502fe=await _0x4f2db2[_0xe09e77(-_0x4a6aba._0x3eaf2c,-0x73,-_0x4a6aba._0x592d2e,-_0x4a6aba._0x41db74)](loadConfig);_0x1250b6===null?_0x18fcd0(0x1f3,0x20d,_0x4a6aba._0x2582ce,_0x4a6aba._0x46fb40)!==_0xe09e77(-_0x4a6aba._0x599578,-_0x4a6aba._0x2a6519,-_0x4a6aba._0x9a2073,-_0x4a6aba._0x20d897)?delete _0x4502fe[_0x18fcd0(_0x4a6aba._0x1cb815,0x1df,0x1f5,_0x4a6aba._0x33114b)+'y']:_0x29e58c[_0x18fcd0(0x239,_0x4a6aba._0x2d763d,_0x4a6aba._0x203d8d,_0x4a6aba._0x575927)+'h']=_0x5301ee:_0x4f2db2['cRJAA'](_0x18fcd0(0x1b9,0x1b4,0x1cd,_0x4a6aba._0x315af6),_0x4f2db2[_0xe09e77(-0x92,-0x5a,-_0x4a6aba._0x51796f,-_0x4a6aba._0x18a0b7)])?_0x4502fe[_0x18fcd0(_0x4a6aba._0x269ec8,_0x4a6aba._0x5b084c,0x1ba,0x1d4)+'y']=_0x1250b6:delete _0x5de59c[_0xe09e77(-_0x4a6aba._0xeaf165,-_0x4a6aba._0x92536d,-_0x4a6aba._0x2a32f8,-0x4b)+'y'],await _0x4f2db2[_0xe09e77(-0x59,-_0x4a6aba._0xefa7e2,-_0x4a6aba._0x13ac37,-_0x4a6aba._0x24ba4d)](saveConfig,_0x4502fe);}export async function validateSslFile(_0x44d81c,_0x2b3305){const _0x122ef8={_0x869b5e:0x40,_0x46e8ee:0x5b,_0x4d8ccf:0x49,_0x3d4faf:0x87,_0x9b349d:0x98,_0x359635:0x6a,_0x2737d0:0xa5,_0x274fb4:0x8e,_0x3db4f0:0x9d,_0xf2da74:0x74,_0x48b8e8:0x80,_0x4f83d0:0x419,_0x1580d4:0x40d,_0x572ba7:0x3e3,_0x18ed83:0x41e,_0x38d7ed:0x42c,_0x3a5984:0x3df,_0x301fe5:0x409,_0x253beb:0x3f0,_0x28f116:0x57,_0x5e293d:0x46,_0x1e9495:0x42a,_0x456046:0x84,_0x54b89e:0x76,_0x272d46:0x78,_0x510f43:0x56,_0x1057e2:0x428,_0x1f4845:0x403,_0x2a68c2:0x27,_0x5d3bbd:0x3e1,_0x829618:0x3d5,_0xbb2c09:0x3da,_0x421a4a:0x40f,_0x31c9df:0x3e0,_0x522bf2:0x3de,_0x2c765c:0x3db,_0x14b3f5:0x5a,_0x130f13:0x3e6,_0x20b469:0x3f0,_0x51ca9f:0x40c,_0x9161b2:0x30,_0x3f3b64:0x53},_0x14c4aa={_0x5133d3:0x29,_0x42e8ff:0x9},_0x12d34f={_0x1c79ab:0x119,_0x45ba85:0x104,_0x87fe56:0x97},_0x5f2164={};_0x5f2164[_0x554d0a(_0x122ef8._0x869b5e,_0x122ef8._0x46e8ee,0x39,_0x122ef8._0x4d8ccf)]=function(_0x202ea9,_0x5855e4){return _0x202ea9===_0x5855e4;};function _0x554d0a(_0x1073dc,_0x33b5aa,_0x18bbc5,_0xc88af0){return _0x3835fa(_0x1073dc-_0x12d34f._0x1c79ab,_0xc88af0- -_0x12d34f._0x45ba85,_0x18bbc5-_0x12d34f._0x87fe56,_0x18bbc5);}_0x5f2164['MxVoh']=_0x554d0a(_0x122ef8._0x3d4faf,0x7f,_0x122ef8._0x9b349d,_0x122ef8._0x359635),_0x5f2164[_0x554d0a(0x69,0x9f,_0x122ef8._0x2737d0,_0x122ef8._0x274fb4)]=_0x554d0a(0x83,_0x122ef8._0x3db4f0,_0x122ef8._0xf2da74,_0x122ef8._0x48b8e8),_0x5f2164['iDmvw']=_0x3e34fe(_0x122ef8._0x4f83d0,0x434,0x430,_0x122ef8._0x1580d4);const _0x4e320b=_0x5f2164;function _0x3e34fe(_0x5729d5,_0x229670,_0x2f60ed,_0x4d5793){return _0x3835fa(_0x5729d5-_0x14c4aa._0x5133d3,_0x5729d5-0x292,_0x2f60ed-_0x14c4aa._0x42e8ff,_0x4d5793);}try{await _0x4c273e[_0x3e34fe(0x40a,_0x122ef8._0x572ba7,_0x122ef8._0x18ed83,0x3e9)](_0x44d81c,_0x35537c[_0x3e34fe(0x405,_0x122ef8._0x38d7ed,0x3ee,0x3e3)]);}catch(_0x515f0e){if(_0x4e320b[_0x3e34fe(_0x122ef8._0x3a5984,_0x122ef8._0x301fe5,0x3fa,0x405)](_0x515f0e['code'],_0x3e34fe(0x3ff,0x41d,0x3dd,_0x122ef8._0x253beb))){if(_0x4e320b[_0x3e34fe(0x3df,0x3fa,0x3eb,0x3c8)](_0x4e320b[_0x554d0a(0x1f,0x4d,_0x122ef8._0x28f116,_0x122ef8._0x5e293d)],_0x4e320b[_0x3e34fe(0x424,0x42e,_0x122ef8._0x1e9495,0x40f)]))return{};else throw new Error(_0x2b3305+('\x20file\x20not\x20'+_0x554d0a(_0x122ef8._0x456046,0x5a,0x80,_0x122ef8._0x54b89e))+_0x44d81c);}else{if(_0x515f0e[_0x554d0a(_0x122ef8._0x272d46,_0x122ef8._0x510f43,0x4a,0x55)]===_0x4e320b[_0x3e34fe(0x425,_0x122ef8._0x1057e2,0x43e,_0x122ef8._0x1f4845)])throw new Error(_0x2b3305+(_0x554d0a(_0x122ef8._0x2a68c2,0x49,0x43,_0x122ef8._0x869b5e)+_0x3e34fe(0x3f8,_0x122ef8._0x5d3bbd,_0x122ef8._0x829618,_0x122ef8._0xbb2c09)+_0x3e34fe(_0x122ef8._0x421a4a,0x3fb,0x41a,_0x122ef8._0x31c9df)+_0x3e34fe(0x3f9,_0x122ef8._0x522bf2,_0x122ef8._0x2c765c,0x3ec)+_0x554d0a(_0x122ef8._0x14b3f5,0x45,0x51,0x4d))+_0x44d81c);else throw new Error(_0x3e34fe(_0x122ef8._0x130f13,_0x122ef8._0x20b469,_0x122ef8._0x51ca9f,0x40c)+_0x554d0a(0x63,0x25,0x38,0x52)+_0x2b3305+_0x554d0a(_0x122ef8._0x9161b2,_0x122ef8._0x3f3b64,0x24,0x42)+_0x44d81c+'\x20('+_0x515f0e['message']+')');}}}
|
|
1
|
+
(function(_0xc2ce40,_0x38f6f2){const _0x46d37b={_0x10f17f:0x1c4,_0x2cd858:0x1ed,_0x5d070d:0x201,_0xd564a7:0x48c,_0x8edf6f:0x498,_0x2d66ff:0x210,_0x1c4b24:0x4c6,_0x56d33c:0x4eb,_0x354e71:0x4d6,_0x5bd3e6:0x4ee,_0x3775d7:0x4d3,_0x46d6fe:0x1a9,_0x506830:0x1ad,_0x597213:0x1e2,_0x3f4a82:0x1f0,_0x1de243:0x4dd,_0x4da195:0x4d3,_0x5b6d6c:0x4d5,_0xbf4ef9:0x1c9},_0x3efde4={_0x43a01e:0x2d4},_0x4442b4={_0x347132:0x3b3},_0x1aac18=_0xc2ce40();function _0x5f4d6f(_0x2fdf80,_0x163f16,_0x3f2a15,_0x5a2c6a){return _0x2862(_0x5a2c6a-_0x4442b4._0x347132,_0x163f16);}function _0x3bb375(_0x1b063b,_0x3b653e,_0x3ed90b,_0x1c1b7b){return _0x2862(_0x3ed90b- -_0x3efde4._0x43a01e,_0x1c1b7b);}while(!![]){try{const _0x34c740=-parseInt(_0x3bb375(-_0x46d37b._0x10f17f,-0x1cf,-_0x46d37b._0x2cd858,-_0x46d37b._0x5d070d))/(0x180+0x24e7*0x1+0x1*-0x2666)+-parseInt(_0x5f4d6f(_0x46d37b._0xd564a7,0x46d,0x4bd,_0x46d37b._0x8edf6f))/(-0x7*-0x203+0x3e1*0x1+0x2*-0x8fa)*(-parseInt(_0x3bb375(-0x1e4,-_0x46d37b._0x2d66ff,-0x1e9,-0x201))/(0x144c+-0x1f28+0x17*0x79))+-parseInt(_0x5f4d6f(0x4be,_0x46d37b._0x1c4b24,_0x46d37b._0x56d33c,0x4d4))/(0x818+0x1*0xebf+-0x16d3)*(parseInt(_0x5f4d6f(_0x46d37b._0x354e71,0x4ae,_0x46d37b._0x5bd3e6,_0x46d37b._0x3775d7))/(-0x18fd*0x1+-0x49*-0x53+-0x1*-0x157))+parseInt(_0x3bb375(-0x1ac,-_0x46d37b._0x46d6fe,-_0x46d37b._0x506830,-0x1b1))/(-0x776+0x2381*0x1+0x9*-0x31d)+parseInt(_0x3bb375(-_0x46d37b._0x597213,-_0x46d37b._0x597213,-0x1fa,-_0x46d37b._0x3f4a82))/(-0x13a4+-0x5*0x23f+0x1ee6)+parseInt(_0x5f4d6f(_0x46d37b._0x1de243,0x4ae,_0x46d37b._0x4da195,_0x46d37b._0x5b6d6c))/(0x200c+0x2209*-0x1+0x1*0x205)+-parseInt(_0x3bb375(-0x1eb,-0x1e0,-_0x46d37b._0xbf4ef9,-0x1d0))/(-0x1b0c+-0x21+0x1b36);if(_0x34c740===_0x38f6f2)break;else _0x1aac18['push'](_0x1aac18['shift']());}catch(_0x325d84){_0x1aac18['push'](_0x1aac18['shift']());}}}(_0x1308,-0x5036*-0xd+-0x8e2d*-0x19+0x1869*-0x57));import{promises as _0x4aca60,constants as _0x537cde}from'fs';import _0x1077ae from'path';function _0x4f9733(_0x3b6d10,_0x3ba824,_0x111082,_0x336b68){const _0x2dd365={_0x118d97:0x18};return _0x2862(_0x3ba824-_0x2dd365._0x118d97,_0x336b68);}import _0x106c1c from'os';function _0x1308(){const _0x33a793=['D01erMC','igzPBgu6ia','EujzsLe','txzhAfq','yxrO','wvzZyuO','s0LIrNK','AvPHyNG','BwPftK4','Aw9UigrLBMLLza','u1nmx0Tfwv9qqq','CMvJDxjZAxzL','qw1vuLa','lMnVzgvY','rufdq0vt','igzPBguGBM90ia','ExbxALe','u1nmx0nfuLrFua','mtiWnJm1mZDNwfnJthK','z2XIzu4','z1DzEKC','qLb1sui','C3nSx2nLCNrFCa','BxP0vM0','zsaOCgvYBwLZCW','ktOG','EvbAv0y','BwTKAxi','y29Kzq','C3nSx2TLEv9Wyq','wM1st1K','C3nSx2nHx3bHDa','Cf9WyxrO','q0TOAgS','q09ervjFu0vuvq','sMT1t1K','Dhj1C3rFChjVEa','C2vYDMvYx3bVCG','AM9PBG','nvP5se5mzW','mZi0mJK1nLbnr3vYBa','odK5odi5nK1jEhDnua','BwvZC2fNzq','u1nmx0nbx1bbva','Dff3A28','s25TBvO','nty0odK4oejtze5PDG','Chjhvfq','vvn0sfK','wfHruLq','qvri','uw1hzKu','CMfOtfO','DKvPzwe','ELrmCKq','AwLLsvq','ywnJzxnZ','mJC1nJa4mLnlCfHfCG','zM91BMq6ia','rgXrCM4','twjKCLu','ugzvD3q','AMzpvgG','yNnStem','AKfLuwy','zxnZia','ue9sva','wMD6tem','mJi1otHorwPAAuO','D3jPDgvgAwXL','odi4mtCZy0zWseTl','sNLzyMS','uf9qqvri','C3rYAw5NAwz5','mZa2tgz5rfH3','q2fUBM90igfJyW','Ag9TzwrPCG','De52ufm','u0TIEKK','rfb6v3a','vfjvu1rFufjpwa','y29KzxjFC2v0Dq','y2fIrMe','y0rLtxK','DfveBwu','CvLeu3G','ru5pru5u','zw52'];_0x1308=function(){return _0x33a793;};return _0x1308();}const CONFIG_PATH=_0x1077ae[_0x4f9733(0x131,0x137,0x14b,0x12d)](_0x106c1c[_0x4f9733(0xdd,0x105,0x111,0xfb)](),_0x4f9733(0x14a,0x11e,0x145,0x101),'config.jso'+'n');async function loadConfig(){const _0xe8c738={_0x429cbc:0x254,_0x3bc06d:0xf3,_0x1309ae:0x277,_0x3f40e5:0x248,_0x2b150b:0x282,_0x2fa405:0x272,_0x29ec67:0x23e,_0x25c19c:0xef,_0x41587a:0x11f,_0x4bf490:0x256,_0x265898:0x27b,_0x3b7660:0x264,_0x2095b0:0x11d,_0x3caed6:0x100,_0x3c7e36:0x249,_0x430250:0x24c,_0x1fdaf1:0x23b,_0x4cc5e1:0xd3,_0x3972e7:0xc0,_0x5cda0b:0xe8,_0x323857:0x26f,_0x175b03:0x28c,_0x2e7a4f:0xf0,_0xd7f3f8:0x268,_0x591956:0x253,_0x1414e8:0x281,_0x1e4ab1:0x269,_0x36ad7a:0x124,_0x383044:0x13a,_0x6e9377:0xfa,_0x489067:0xe6,_0x3ca656:0x258,_0x24cf7a:0x262,_0xe76d60:0x243},_0x59f5dc={_0x34fb49:0x189,_0x7bb112:0x1ae,_0x36d2ed:0x316},_0x9d75f0={};_0x9d75f0[_0x14860f(-0x233,-0x24e,-_0xe8c738._0x429cbc,-0x23b)]=function(_0x49d8cb,_0x26a9eb){return _0x49d8cb!==_0x26a9eb;},_0x9d75f0[_0x343bb5(0xd9,0xe6,0xe2,_0xe8c738._0x3bc06d)]=_0x14860f(-_0xe8c738._0x1309ae,-_0xe8c738._0x3f40e5,-_0xe8c738._0x2b150b,-_0xe8c738._0x2fa405),_0x9d75f0['iieIT']='utf-8',_0x9d75f0[_0x14860f(-0x250,-_0xe8c738._0x29ec67,-0x26f,-0x252)]=function(_0x51947b,_0x24e999){return _0x51947b!==_0x24e999;},_0x9d75f0[_0x343bb5(0xfa,0xe1,_0xe8c738._0x25c19c,_0xe8c738._0x41587a)]=_0x14860f(-_0xe8c738._0x4bf490,-_0xe8c738._0x265898,-_0xe8c738._0x4bf490,-_0xe8c738._0x3b7660);function _0x14860f(_0x2186ab,_0x5cc254,_0x52ece7,_0x2f11a2){return _0x17c5a(_0x2186ab,_0x5cc254-_0x59f5dc._0x34fb49,_0x52ece7-_0x59f5dc._0x7bb112,_0x2f11a2- -_0x59f5dc._0x36d2ed);}function _0x343bb5(_0x986611,_0xb256f3,_0x4c6b43,_0x3fa75b){return _0x17c5a(_0x4c6b43,_0xb256f3-0x77,_0x4c6b43-0x7b,_0x986611-0x4f);}_0x9d75f0[_0x343bb5(0x115,0xef,_0xe8c738._0x2095b0,0xf2)]=_0x343bb5(_0xe8c738._0x3caed6,0x114,0x109,0xf9);const _0x525a52=_0x9d75f0;try{if(_0x525a52[_0x14860f(-_0xe8c738._0x3c7e36,-_0xe8c738._0x3f40e5,-_0xe8c738._0x430250,-_0xe8c738._0x1fdaf1)](_0x525a52[_0x343bb5(0xd9,_0xe8c738._0x4cc5e1,_0xe8c738._0x3972e7,_0xe8c738._0x5cda0b)],_0x525a52[_0x14860f(-0x26d,-_0xe8c738._0x323857,-0x277,-_0xe8c738._0x175b03)]))_0x17b940['trust_prox'+'y']=_0x402898;else{const _0x120780=await _0x4aca60['readFile'](CONFIG_PATH,_0x525a52[_0x343bb5(0xdd,0xe9,_0xe8c738._0x2e7a4f,0xcc)]);return JSON['parse'](_0x120780);}}catch(_0x6e6672){if(_0x6e6672[_0x14860f(-_0xe8c738._0xd7f3f8,-0x262,-0x275,-0x24b)]===_0x14860f(-_0xe8c738._0x591956,-_0xe8c738._0x1414e8,-0x288,-_0xe8c738._0x1e4ab1))return _0x525a52[_0x343bb5(0x113,_0xe8c738._0x36ad7a,0x11c,_0xe8c738._0x383044)](_0x525a52[_0x343bb5(_0xe8c738._0x6e9377,_0xe8c738._0x5cda0b,0x10e,_0xe8c738._0x489067)],_0x525a52['mztVm'])?{}:_0x35da6e[_0x14860f(-_0xe8c738._0x3ca656,-_0xe8c738._0x24cf7a,-0x230,-_0xe8c738._0xe76d60)+'y'];throw _0x6e6672;}}async function saveConfig(_0x4f0bf9){const _0x5b1614={_0x57254c:0x12d,_0x5793d9:0x133,_0x153ab2:0x131,_0x273570:0x117,_0x345c9c:0x10b,_0x9a5083:0x143},_0xa6af4e={_0x3ce7ab:0x108},_0x2b87fd={_0x1af244:0x130,_0x386b66:0x5,_0x4986bf:0x103};function _0x12e7b4(_0x559352,_0x201fa7,_0x4ab27f,_0x1cb555){return _0x4f9733(_0x559352-_0x2b87fd._0x1af244,_0x1cb555-_0x2b87fd._0x386b66,_0x4ab27f-_0x2b87fd._0x4986bf,_0x4ab27f);}function _0x13135b(_0x15ffac,_0xe565ec,_0x37cf9f,_0x5ad046){return _0x17c5a(_0x37cf9f,_0xe565ec-0x101,_0x37cf9f-_0xa6af4e._0x3ce7ab,_0xe565ec- -0x18b);}const _0x185dee={};_0x185dee['KnmmZ']='utf-8';const _0xccf1ff=_0x185dee,_0x548f50=_0x1077ae['dirname'](CONFIG_PATH),_0x1e5fbe={};_0x1e5fbe[_0x12e7b4(0x127,0x128,0x130,0x121)]=!![],await _0x4aca60[_0x12e7b4(0x12d,_0x5b1614._0x57254c,_0x5b1614._0x5793d9,_0x5b1614._0x153ab2)](_0x548f50,_0x1e5fbe),await _0x4aca60[_0x13135b(-0xc8,-0xef,-_0x5b1614._0x273570,-0xf4)](CONFIG_PATH,JSON[_0x13135b(-0xf7,-0xeb,-_0x5b1614._0x345c9c,-0x102)](_0x4f0bf9,null,0x1b12+0x1*-0x4e1+-0x1*0x162f),_0xccf1ff[_0x12e7b4(0x144,0x14e,0x162,_0x5b1614._0x9a5083)]);}export async function getCoderSetupPath(){const _0x2dedc9={_0x53aa1c:0x11e,_0x4bdc2f:0x12e,_0x155f82:0x114,_0xebf81e:0xe2,_0x362fd9:0xd0,_0x26cda6:0xd4,_0x25ff70:0x129,_0x3acb54:0x150,_0x13c491:0x138,_0xad902d:0x158,_0x36fe57:0x170,_0xe642cc:0xd9,_0x454619:0xd2,_0x3f68c2:0xb2,_0x23f84e:0xc9,_0x254644:0xac},_0x31ed17={_0x7e1582:0x6a,_0x43553b:0x1e3,_0x1d6ccd:0x178},_0x3785e={_0x45883d:0x1b5,_0x3ed412:0x1b4,_0x218582:0x1ef},_0x22dc1a={'jAeQf':function(_0x4a7699){return _0x4a7699();}};if(process['env'][_0x18b042(-_0x2dedc9._0x53aa1c,-_0x2dedc9._0x4bdc2f,-_0x2dedc9._0x155f82,-0x111)+_0x14696e(-_0x2dedc9._0xebf81e,-0xef,-_0x2dedc9._0x362fd9,-_0x2dedc9._0x26cda6)])return process[_0x18b042(-0x141,-0x14d,-0x154,-_0x2dedc9._0x25ff70)]['CODER_SETU'+_0x18b042(-_0x2dedc9._0x3acb54,-_0x2dedc9._0x13c491,-0x176,-0x153)];function _0x18b042(_0x271f03,_0x2dbac0,_0x56f30f,_0x2d2632){return _0x17c5a(_0x2dbac0,_0x2dbac0-_0x3785e._0x45883d,_0x56f30f-_0x3785e._0x3ed412,_0x271f03- -_0x3785e._0x218582);}const _0x39c39e=await _0x22dc1a[_0x18b042(-_0x2dedc9._0xad902d,-_0x2dedc9._0x36fe57,-0x15a,-0x136)](loadConfig);function _0x14696e(_0x3a334b,_0x2cf565,_0x1b317a,_0x367569){return _0x4f9733(_0x3a334b-_0x31ed17._0x7e1582,_0x3a334b- -_0x31ed17._0x43553b,_0x1b317a-_0x31ed17._0x1d6ccd,_0x367569);}return _0x39c39e[_0x14696e(-_0x2dedc9._0xe642cc,-0xf5,-_0x2dedc9._0x454619,-0xfa)+_0x14696e(-_0x2dedc9._0x3f68c2,-_0x2dedc9._0x23f84e,-_0x2dedc9._0x254644,-0xde)]||null;}export async function saveCoderSetupPath(_0x12a4ae){const _0x2111ed={_0x274efb:0x3ec,_0x3992a9:0x3f8,_0x35cd71:0x1ff,_0xf11f3b:0x446,_0xf02a84:0x465,_0x3bd12c:0x43f},_0xad22b={_0x159c82:0x16e},_0x12dbbb={_0x45d6f4:0x193},_0x512ae9={};_0x512ae9[_0x2837e6(_0x2111ed._0x274efb,0x3d5,0x3e9,_0x2111ed._0x3992a9)]=function(_0xbfed36,_0x39dfa2){return _0xbfed36===_0x39dfa2;};function _0x45d143(_0x13dd40,_0x473d47,_0x3d6560,_0x5b757a){return _0x17c5a(_0x5b757a,_0x473d47-_0x12dbbb._0x45d6f4,_0x3d6560-0x111,_0x13dd40-0x163);}const _0x145f67=_0x512ae9;function _0x2837e6(_0x2081ac,_0x1476dc,_0x8cfda8,_0x1409b5){return _0x4f9733(_0x2081ac-_0xad22b._0x159c82,_0x1409b5-0x30e,_0x8cfda8-0x27,_0x1476dc);}const _0xd42c96=await loadConfig();_0x145f67['XXQRT'](_0x12a4ae,null)?delete _0xd42c96[_0x45d143(0x20b,_0x2111ed._0x35cd71,0x213,0x234)+_0x2837e6(_0x2111ed._0xf11f3b,_0x2111ed._0xf02a84,0x45b,_0x2111ed._0x3bd12c)]:_0xd42c96['coder_setu'+'p_path']=_0x12a4ae,await saveConfig(_0xd42c96);}export async function getServerPort(){const _0x25a584={_0x3d439b:0xc8,_0x1a093e:0xcd,_0x1cf617:0x178,_0x113ed1:0xd8,_0x1e690a:0x183,_0x45c9d7:0x169,_0x1e7037:0x17d,_0x51738b:0x1a6,_0x44ead2:0x190},_0x3bde23={_0x5743bd:0x17b};function _0xe3b08(_0x4219dc,_0x9218ae,_0x4b169d,_0x5becbc){return _0x17c5a(_0x9218ae,_0x9218ae-0x131,_0x4b169d-0x50,_0x4b169d- -_0x3bde23._0x5743bd);}const _0x116bed={'qYDSx':function(_0x2ab48f,_0x397784,_0x2735eb){return _0x2ab48f(_0x397784,_0x2735eb);}};function _0x42efad(_0x4a64aa,_0x3971ef,_0x41a070,_0x33f7a2){return _0x17c5a(_0x41a070,_0x3971ef-0xd2,_0x41a070-0x119,_0x4a64aa-0xd5);}if(process[_0xe3b08(-0xac,-_0x25a584._0x3d439b,-_0x25a584._0x1a093e,-0xd8)][_0x42efad(0x16e,0x149,0x18d,_0x25a584._0x1cf617)])return _0x116bed[_0xe3b08(-0xbf,-0xb8,-0xcf,-_0x25a584._0x113ed1)](parseInt,process[_0x42efad(_0x25a584._0x1e690a,0x19b,0x199,_0x25a584._0x45c9d7)]['PORT'],0x1ffa*-0x1+0x267c+0x6*-0x114);const _0x3548a4=await loadConfig();return _0x3548a4[_0x42efad(0x1a9,_0x25a584._0x1e7037,_0x25a584._0x51738b,_0x25a584._0x44ead2)+'t']||0x10f4*0x1+-0x2*0x134e+0x2160;}function _0x2862(_0x398db8,_0x2c1f57){_0x398db8=_0x398db8-(0x25db+-0x9ce+0x15*-0x14c);const _0xc9ea29=_0x1308();let _0x37079c=_0xc9ea29[_0x398db8];if(_0x2862['aBpgAz']===undefined){var _0x339e4a=function(_0x89584d){const _0x1499b7='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x325aae='',_0x391bfd='';for(let _0x58f3b2=0x35*0x23+-0xc85+0x1b*0x32,_0x181e84,_0x3dec36,_0x55939f=0x2205*-0x1+-0x20ed+0x386*0x13;_0x3dec36=_0x89584d['charAt'](_0x55939f++);~_0x3dec36&&(_0x181e84=_0x58f3b2%(0x1d*0x8d+0xbd7*-0x2+0x7b9*0x1)?_0x181e84*(-0x1bd3+-0x38a+-0x1f9d*-0x1)+_0x3dec36:_0x3dec36,_0x58f3b2++%(0x20fb*0x1+0xaa0+-0x2b97))?_0x325aae+=String['fromCharCode'](0x145e+-0x2*0x68f+-0x641&_0x181e84>>(-(-0xdbd+0x605*0x3+-0x114*0x4)*_0x58f3b2&0x50d+-0x1f22+0x1a1b)):-0x13a3+-0xd7f*-0x1+0x1*0x624){_0x3dec36=_0x1499b7['indexOf'](_0x3dec36);}for(let _0x3dc634=-0x85e+-0x20f+0xa6d,_0x29fec6=_0x325aae['length'];_0x3dc634<_0x29fec6;_0x3dc634++){_0x391bfd+='%'+('00'+_0x325aae['charCodeAt'](_0x3dc634)['toString'](-0x1403+-0x732+0xb3*0x27))['slice'](-(0x2541+0x17ff*-0x1+-0x350*0x4));}return decodeURIComponent(_0x391bfd);};_0x2862['nbkWBC']=_0x339e4a,_0x2862['JaBQpG']={},_0x2862['aBpgAz']=!![];}const _0x2a3345=_0xc9ea29[0x252+-0x213a+0x1ee8],_0x46396b=_0x398db8+_0x2a3345,_0x1fb153=_0x2862['JaBQpG'][_0x46396b];return!_0x1fb153?(_0x37079c=_0x2862['nbkWBC'](_0x37079c),_0x2862['JaBQpG'][_0x46396b]=_0x37079c):_0x37079c=_0x1fb153,_0x37079c;}export async function saveServerPort(_0x42cd55){const _0x1341a3={_0x40711b:0x438,_0x25ee3:0x496,_0x14c910:0x467,_0x187193:0x46d},_0x163ac2={_0x2bd194:0xb0},_0x521a10={_0x208110:0x1a3};function _0x2be9b2(_0x577dda,_0x4a1ba0,_0x938342,_0x11aafa){return _0x17c5a(_0x938342,_0x4a1ba0-_0x521a10._0x208110,_0x938342-0x1f1,_0x11aafa-0x279);}const _0x4b1624={'rahLZ':function(_0x521898){return _0x521898();},'PPcKU':function(_0x3b318e,_0x1668fb){return _0x3b318e(_0x1668fb);}};function _0x299887(_0x5c44e3,_0x5a93c9,_0x23d19e,_0x28d9c9){return _0x17c5a(_0x28d9c9,_0x5a93c9-0x18e,_0x23d19e-_0x163ac2._0x2bd194,_0x23d19e-0x399);}const _0x500add=await _0x4b1624[_0x299887(0x444,_0x1341a3._0x40711b,0x424,0x427)](loadConfig);_0x500add[_0x299887(_0x1341a3._0x25ee3,_0x1341a3._0x14c910,_0x1341a3._0x187193,0x479)+'t']=_0x42cd55,await _0x4b1624['PPcKU'](saveConfig,_0x500add);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x41a062={_0x2b8b26:0x5b,_0x3e8857:0x41,_0x2fe592:0x28,_0x13b7c2:0x39,_0x60c38e:0x1e5,_0x53112:0x1ea,_0x4d8a27:0x1e8,_0x500e5d:0x19,_0x1203bd:0x1f9,_0xe6520c:0x211,_0x372cf4:0x1e0,_0x258ab6:0x20d,_0x3fcce3:0x37,_0x5b29a8:0x35,_0x42cd21:0xc,_0x18c262:0x1e1,_0x24f4dc:0x1e2,_0x523d61:0x24,_0x3ab68d:0x23,_0x556675:0xe,_0x2c4592:0x32,_0x59aebf:0x13,_0x1774cf:0x31},_0x4870c7={_0x5f04c7:0x3b,_0x327a6f:0x11e},_0x300634={_0x5551f2:0x1bb,_0x246e32:0xd2},_0x2c72ec={'LyciZ':function(_0x54b0ad){return _0x54b0ad();},'iZabx':function(_0x29902,_0x2704f3){return _0x29902!==_0x2704f3;},'glbeN':_0x1632dd(_0x41a062._0x2b8b26,0x36,_0x41a062._0x3e8857,_0x41a062._0x2fe592)};function _0x548bf3(_0x57acf2,_0x12fc0a,_0x127475,_0x322a84){return _0x4f9733(_0x57acf2-_0x300634._0x5551f2,_0x127475-_0x300634._0x246e32,_0x127475-0x28,_0x12fc0a);}function _0x1632dd(_0x3a7218,_0x41fefc,_0x307e50,_0x302000){return _0x4f9733(_0x3a7218-_0x4870c7._0x5f04c7,_0x41fefc- -0xfe,_0x307e50-_0x4870c7._0x327a6f,_0x3a7218);}const _0x724496=await _0x2c72ec['LyciZ'](loadConfig);if(_0x724496[_0x1632dd(_0x41a062._0x13b7c2,0x29,0x24,0x45)+'ath']){if(_0x2c72ec[_0x548bf3(_0x41a062._0x60c38e,0x213,_0x41a062._0x53112,_0x41a062._0x4d8a27)](_0x1632dd(0x12,_0x41a062._0x500e5d,-0xd,0x38),_0x2c72ec[_0x1632dd(0x21,0x26,0x50,0x1e)]))return _0x724496[_0x548bf3(0x1da,0x213,_0x41a062._0x1203bd,_0x41a062._0xe6520c)+_0x548bf3(_0x41a062._0x372cf4,0x1db,0x1e7,_0x41a062._0x258ab6)];else delete _0x15253a[_0x1632dd(0x4b,_0x41a062._0x3fcce3,_0x41a062._0x5b29a8,_0x41a062._0x42cd21)+'y'];}return process[_0x548bf3(_0x41a062._0x18c262,0x1ea,_0x41a062._0x24f4dc,0x1f7)][_0x1632dd(0x8,_0x41a062._0x523d61,_0x41a062._0x3ab68d,_0x41a062._0x556675)+_0x1632dd(-_0x41a062._0x2c4592,-_0x41a062._0x59aebf,-_0x41a062._0x1774cf,0x11)]||null;}export async function saveSslCertPath(_0x544dee){const _0x43ebc4={_0x1d5abb:0x140,_0x4245e2:0x137,_0x301d93:0x455,_0xffa649:0x448,_0x1bafbf:0x452},_0x1b2592={_0x66d27b:0x26},_0xc6881e={_0x3c7363:0xc6},_0x2cf9b7={'GHQqR':function(_0x16a856){return _0x16a856();},'prGTT':function(_0x3161fe,_0x4f7621){return _0x3161fe===_0x4f7621;},'RaPiv':function(_0x522313,_0x2a3e38){return _0x522313(_0x2a3e38);}};function _0x576e9a(_0x14e852,_0x216f92,_0x597d03,_0x4955d8){return _0x4f9733(_0x14e852-0x1f4,_0x14e852-0x34a,_0x597d03-_0xc6881e._0x3c7363,_0x4955d8);}function _0x2d9304(_0x417912,_0x2ef050,_0x175989,_0x2c32f6){return _0x17c5a(_0x2ef050,_0x2ef050-0x12d,_0x175989-_0x1b2592._0x66d27b,_0x417912- -0x21e);}const _0x266e60=await _0x2cf9b7['GHQqR'](loadConfig);_0x2cf9b7[_0x2d9304(-_0x43ebc4._0x1d5abb,-0x119,-0x11e,-_0x43ebc4._0x4245e2)](_0x544dee,null)?delete _0x266e60[_0x576e9a(0x471,0x455,_0x43ebc4._0x301d93,0x477)+_0x576e9a(0x45f,0x46b,0x475,_0x43ebc4._0xffa649)]:_0x266e60['ssl_cert_p'+_0x576e9a(0x45f,0x48a,_0x43ebc4._0x1bafbf,0x442)]=_0x544dee,await _0x2cf9b7['RaPiv'](saveConfig,_0x266e60);}export async function getSslKeyPath(){const _0x2f5216={_0x2e982f:0x2ee,_0x14dc11:0x30d,_0x4bebfa:0x2f0,_0xde0ffc:0x310,_0x31df5c:0x322,_0x13bdcd:0x32d,_0x1b7337:0x321,_0x29bb1a:0x16c,_0x389bd7:0x143,_0x310f28:0x13e,_0x1fd952:0x14a,_0x411a7a:0x33f,_0x242b2c:0x2f3,_0x2be95f:0x11c,_0x239074:0x143,_0x4b7160:0x325,_0xe41067:0x2fa},_0x434021={_0x51db40:0x16e},_0xce0a07={_0x2f414e:0x100,_0x294cc0:0x205};function _0x3fcdc4(_0x4f62fb,_0x4d719e,_0x287e91,_0x4e4ac8){return _0x17c5a(_0x4f62fb,_0x4d719e-0x11a,_0x287e91-_0xce0a07._0x2f414e,_0x4e4ac8- -_0xce0a07._0x294cc0);}function _0x2fdcde(_0x438f55,_0x3e74b3,_0x3228f4,_0x44bb63){return _0x4f9733(_0x438f55-0x144,_0x44bb63-0x1f3,_0x3228f4-_0x434021._0x51db40,_0x3228f4);}const _0x2fd19d={};_0x2fd19d[_0x2fdcde(_0x2f5216._0x2e982f,_0x2f5216._0x14dc11,_0x2f5216._0x4bebfa,_0x2f5216._0xde0ffc)]=_0x2fdcde(0x2cc,0x2c7,0x2f3,0x2f3);const _0x193d43=_0x2fd19d,_0x291720=await loadConfig();if(_0x291720[_0x2fdcde(_0x2f5216._0x31df5c,_0x2f5216._0x13bdcd,0x349,_0x2f5216._0x1b7337)+'th']){if(_0x193d43[_0x3fcdc4(-_0x2f5216._0x29bb1a,-_0x2f5216._0x389bd7,-_0x2f5216._0x310f28,-_0x2f5216._0x1fd952)]==='JyYbk')return _0x291720[_0x2fdcde(_0x2f5216._0x411a7a,0x32e,0x2fe,0x321)+'th'];else _0x432ec5[_0x2fdcde(_0x2f5216._0x242b2c,0x2d6,0x2ea,0x2fd)+_0x3fcdc4(-_0x2f5216._0x2be95f,-0x143,-_0x2f5216._0x239074,-0x136)]=_0x12ca0a;}return process[_0x2fdcde(_0x2f5216._0x4b7160,0x30a,_0x2f5216._0xe41067,0x303)][_0x2fdcde(0x30e,0x2f4,0x2e8,0x30e)+'TH']||null;}function _0x17c5a(_0x2a416b,_0x27d281,_0x8780fd,_0x4ca50a){return _0x2862(_0x4ca50a- -0x4a,_0x2a416b);}export async function saveSslKeyPath(_0x2be948){const _0x2f56ff={_0x66d682:0x4d9,_0x475771:0x4c8,_0xcd85b4:0x4ba,_0x3f449d:0x4b5,_0xb858d:0x5,_0x2edf58:0x1a,_0x2eb868:0xe,_0x25c6c4:0x512,_0x471e53:0x4ce},_0x1916af={_0x535d8b:0x91};function _0x347a5f(_0x17b724,_0x1f96c6,_0x4e3327,_0x19e8e7){return _0x17c5a(_0x4e3327,_0x1f96c6-0x30,_0x4e3327-0x1bf,_0x17b724- -_0x1916af._0x535d8b);}const _0x24e59e={'ZgzLC':function(_0x2c1e9b){return _0x2c1e9b();},'vEiea':function(_0x309ca9,_0x52dcc6){return _0x309ca9===_0x52dcc6;},'VjJlL':function(_0x3c6fb9,_0x49902d){return _0x3c6fb9(_0x49902d);}},_0x20a15a=await _0x24e59e[_0x2f9981(_0x2f56ff._0x66d682,_0x2f56ff._0x475771,_0x2f56ff._0xcd85b4,_0x2f56ff._0x3f449d)](loadConfig);function _0x2f9981(_0x3e542b,_0x270b4f,_0xb18ba2,_0x23830b){return _0x17c5a(_0xb18ba2,_0x270b4f-0x87,_0xb18ba2-0x42,_0x270b4f-0x42e);}_0x24e59e[_0x347a5f(-_0x2f56ff._0xb858d,-_0x2f56ff._0x2edf58,_0x2f56ff._0x2eb868,-0x29)](_0x2be948,null)?delete _0x20a15a[_0x347a5f(0x3b,0x5e,0x31,0x4f)+'th']:_0x20a15a[_0x2f9981(_0x2f56ff._0x25c6c4,0x4fa,0x4e4,_0x2f56ff._0x471e53)+'th']=_0x2be948,await _0x24e59e['VjJlL'](saveConfig,_0x20a15a);}export async function getSslCaPath(){const _0x267ea7={_0x57a922:0x1c9,_0x387fb2:0x1e2,_0x5bdadd:0x1f1,_0x53d934:0x1e4,_0x5079e8:0x200,_0x23c9e5:0x198,_0x3f28d9:0x270,_0x188404:0x27d},_0x4858a7={_0xada311:0x54},_0x1cadf3={_0x89fe3:0x153,_0x1f71dd:0x1b0};function _0x5e2224(_0x1f14fc,_0x773131,_0x1d18c6,_0x510353){return _0x4f9733(_0x1f14fc-_0x1cadf3._0x89fe3,_0x1d18c6-0x11d,_0x1d18c6-_0x1cadf3._0x1f71dd,_0x773131);}function _0x162359(_0x3f36bd,_0x38bcb0,_0x3cbe79,_0x2073a0){return _0x4f9733(_0x3f36bd-0x143,_0x3cbe79- -0x2d8,_0x3cbe79-_0x4858a7._0xada311,_0x38bcb0);}const _0x534cd4={'DlQrn':function(_0x29fc43){return _0x29fc43();},'cDeMy':function(_0x143c5d,_0x37d900){return _0x143c5d===_0x37d900;},'pzgAH':_0x162359(-0x201,-_0x267ea7._0x57a922,-_0x267ea7._0x387fb2,-0x1ba)},_0x5a091a=await _0x534cd4[_0x5e2224(0x1f8,_0x267ea7._0x5bdadd,0x211,0x202)](loadConfig);if(_0x5a091a['ssl_ca_pat'+'h'])return _0x534cd4[_0x162359(-0x1ee,-_0x267ea7._0x53d934,-0x1cc,-0x1c4)](_0x5e2224(0x23c,0x1f8,0x213,_0x267ea7._0x5079e8),_0x534cd4['pzgAH'])?_0x5a091a[_0x162359(-0x18b,-0x199,-0x1a8,-_0x267ea7._0x23c9e5)+'h']:_0x252a47['ssl_ca_pat'+'h'];return process['env'][_0x5e2224(0x267,_0x267ea7._0x3f28d9,0x259,_0x267ea7._0x188404)+'H']||null;}export async function saveSslCaPath(_0x3c1de5){const _0x241936={_0x2acbc1:0x125,_0xb0ae9a:0x13f,_0x217f89:0x1d5,_0x35cb20:0x1f2,_0x4e6cac:0x18b,_0x2dd297:0x1ca,_0x5d387a:0x1ea,_0x22b6ef:0x1ae},_0x12fc4b={_0x423c18:0x52},_0x533e51={'yWlSO':function(_0x15abb4){return _0x15abb4();},'jfOTh':function(_0x300f36,_0x5831e1){return _0x300f36===_0x5831e1;},'YVsaJ':function(_0x54dbe9,_0x2e31e3){return _0x54dbe9===_0x2e31e3;},'UStHY':'sqIKt','mjENN':function(_0xe0a422,_0x373f8a){return _0xe0a422(_0x373f8a);}},_0x23c5c7=await _0x533e51['yWlSO'](loadConfig);function _0x580408(_0x43d3a9,_0x6f5af3,_0xb375a4,_0x515844){return _0x4f9733(_0x43d3a9-0x8e,_0x43d3a9- -0x2db,_0xb375a4-_0x12fc4b._0x423c18,_0xb375a4);}if(_0x533e51[_0xf2a1c3(0x103,0x13f,_0x241936._0x2acbc1,_0x241936._0xb0ae9a)](_0x3c1de5,null))delete _0x23c5c7['ssl_ca_pat'+'h'];else{if(_0x533e51[_0x580408(-0x1c5,-_0x241936._0x217f89,-0x1c1,-0x1e1)]('sqIKt',_0x533e51[_0x580408(-_0x241936._0x35cb20,-0x20c,-0x1ee,-0x1e9)]))_0x23c5c7['ssl_ca_pat'+'h']=_0x3c1de5;else return _0x554b1d[_0x580408(-0x1ad,-_0x241936._0x4e6cac,-0x1ad,-_0x241936._0x2dd297)+'th'];}function _0xf2a1c3(_0x2fd1cf,_0x139649,_0x27126,_0x4d867d){return _0x17c5a(_0x2fd1cf,_0x139649-0xa0,_0x27126-0x14e,_0x27126-0x90);}await _0x533e51[_0x580408(-0x1c2,-_0x241936._0x5d387a,-0x1a5,-_0x241936._0x22b6ef)](saveConfig,_0x23c5c7);}export async function getTrustProxy(){const _0x213442={_0x3b0851:0x19,_0x2394ff:0xa,_0xe1948e:0x18,_0x409459:0xa,_0x58fc85:0x35,_0x1fd0f:0x25,_0x474329:0x2e,_0x3c8466:0x44},_0x3dcbd9={_0x101690:0x11e},_0x2db1ac={_0x46f304:0x132,_0x4d4a9b:0xd7,_0x44d81f:0xb2},_0x5469c8={'wMDFg':function(_0x1e1ee6){return _0x1e1ee6();},'sMrcX':function(_0x26be66,_0x55a072){return _0x26be66!==_0x55a072;}},_0x45d3a5=await _0x5469c8[_0x5e3ba1(-_0x213442._0x3b0851,-_0x213442._0x2394ff,-0x3,-0x17)](loadConfig);if(_0x5469c8['sMrcX'](_0x45d3a5[_0x296e8a(0xb,-_0x213442._0xe1948e,-_0x213442._0x409459,-_0x213442._0x58fc85)+'y'],undefined))return _0x45d3a5[_0x5e3ba1(0x2a,_0x213442._0x1fd0f,0x21,_0x213442._0x474329)+'y'];function _0x5e3ba1(_0x449167,_0x2501d2,_0x3b8587,_0xee9c74){return _0x17c5a(_0x2501d2,_0x2501d2-_0x2db1ac._0x46f304,_0x3b8587-_0x2db1ac._0x4d4a9b,_0x3b8587- -_0x2db1ac._0x44d81f);}function _0x296e8a(_0x231c18,_0x139c3b,_0x271656,_0x268829){return _0x4f9733(_0x231c18-0xb6,_0x139c3b- -0x14d,_0x271656-_0x3dcbd9._0x101690,_0x268829);}return process['env'][_0x296e8a(-0x27,-_0x213442._0x3c8466,-0x55,-0x66)+'Y']||null;}export async function saveTrustProxy(_0x38a823){const _0x44d2f9={_0x4edf1c:0xa3,_0x2ee860:0x323,_0xc276ea:0x2fc,_0x3ca371:0x30c,_0x44deb7:0x2fb,_0x4d7bfa:0x32a,_0x371949:0x353,_0x27870f:0x30d,_0x32bbe8:0x31a,_0x193a1:0x30f,_0x1f2549:0x2fc,_0x26c2e9:0x353,_0x434b4a:0x336,_0x5af559:0x9d,_0x45b3a8:0x8c,_0x509d0a:0xc9,_0x3a3c2a:0x5a,_0x205e63:0x61,_0xed1f2e:0x6c,_0x514e88:0x327,_0x3f4eee:0x2ef,_0x4e4995:0x9a,_0x23367f:0x8b,_0x509868:0xaa,_0x588b3c:0xa6,_0x38cb3f:0x314},_0x56e426={_0x4156e3:0x76,_0x14cf40:0x1b8},_0x551fb7={_0x42aa1a:0x20,_0x162c5a:0x205},_0x3d1c5a={'rvepx':function(_0x2c2c39,_0x3cd710,_0x3a5ebc){return _0x2c2c39(_0x3cd710,_0x3a5ebc);},'SKbzI':function(_0x3e3c35){return _0x3e3c35();},'gWYzG':function(_0x9c844a,_0x39a61d){return _0x9c844a===_0x39a61d;},'ZmROY':function(_0x9f8b34,_0x512b45){return _0x9f8b34===_0x512b45;},'yPZWF':_0x1b4215(0xae,0xbc,_0x44d2f9._0x4edf1c,0x9c),'ypWjQ':function(_0x1a94d2,_0x1efc28){return _0x1a94d2===_0x1efc28;},'cabFa':_0xef6a99(0x327,0x30d,_0x44d2f9._0x2ee860,0x308)};function _0xef6a99(_0x44acd6,_0x5e670d,_0x270659,_0x3a11f8){return _0x4f9733(_0x44acd6-_0x551fb7._0x42aa1a,_0x5e670d-_0x551fb7._0x162c5a,_0x270659-0x4e,_0x3a11f8);}const _0x1b4c1f=await _0x3d1c5a[_0xef6a99(_0x44d2f9._0xc276ea,_0x44d2f9._0x3ca371,_0x44d2f9._0x44deb7,0x307)](loadConfig);function _0x1b4215(_0x81906e,_0x179577,_0x1c8684,_0x1d0d7b){return _0x4f9733(_0x81906e-0x63,_0x179577- -_0x56e426._0x4156e3,_0x1c8684-_0x56e426._0x14cf40,_0x1d0d7b);}if(_0x3d1c5a[_0xef6a99(0x355,_0x44d2f9._0x4d7bfa,0x319,0x31a)](_0x38a823,null))_0x3d1c5a[_0xef6a99(_0x44d2f9._0x371949,0x334,0x331,_0x44d2f9._0x27870f)](_0x3d1c5a[_0x1b4215(0xb1,0xb5,0x9e,0x91)],_0x3d1c5a['yPZWF'])?delete _0x1b4c1f['trust_prox'+'y']:delete _0x8c25d3[_0xef6a99(_0x44d2f9._0x32bbe8,_0x44d2f9._0x193a1,_0x44d2f9._0x1f2549,0x320)+_0xef6a99(_0x44d2f9._0x26c2e9,_0x44d2f9._0x434b4a,0x343,0x35a)];else{if(_0x3d1c5a[_0x1b4215(_0x44d2f9._0x5af559,0xab,_0x44d2f9._0x45b3a8,_0x44d2f9._0x509d0a)](_0x1b4215(_0x44d2f9._0x3a3c2a,0x82,_0x44d2f9._0x205e63,_0x44d2f9._0xed1f2e),_0x3d1c5a[_0xef6a99(_0x44d2f9._0x514e88,0x310,_0x44d2f9._0x3f4eee,0x304)]))return _0x3d1c5a['rvepx'](_0x42bcff,_0x560a4a[_0x1b4215(0x92,_0x44d2f9._0x4e4995,_0x44d2f9._0x23367f,0xbf)][_0x1b4215(_0x44d2f9._0x5af559,0x85,_0x44d2f9._0x509868,_0x44d2f9._0x588b3c)],-0x1896+0x2299*-0x1+0x1*0x3b39);else _0x1b4c1f[_0xef6a99(_0x44d2f9._0x38cb3f,0x33a,0x328,0x347)+'y']=_0x38a823;}await saveConfig(_0x1b4c1f);}export async function validateSslFile(_0x548c5b,_0x387ff3){const _0x3bb6b3={_0x261a4d:0x28f,_0x4fc3e5:0x289,_0x59770a:0x282,_0x4ae7dc:0x29e,_0x525f13:0x330,_0x262584:0x32f,_0x312f9b:0x30b,_0x6b6049:0x21d,_0x258d62:0x342,_0x34da0f:0x319,_0x49e6db:0x314,_0x7f9216:0x383,_0x2f61e:0x257,_0x326e82:0x27a,_0x164a2c:0x26b,_0x2ec930:0x244,_0x1b7d8d:0x253,_0x116572:0x225,_0x4e4940:0x22c,_0xc61f42:0x252,_0x5e85c2:0x23b,_0xeb2fa0:0x368,_0x476f46:0x359,_0x58cb72:0x354,_0x576288:0x350,_0x3ffa57:0x343,_0x1e85d4:0x318,_0x454807:0x31f,_0xea1a41:0x260},_0x3a9d41={_0x47e53f:0x15,_0x5aaea6:0x371},_0x3ce532={_0x5e6a36:0x158,_0x341021:0x1e9,_0x4d0481:0x2a1};function _0x4a4cde(_0x3a61c3,_0x1c9523,_0x72ba70,_0x2252f0){return _0x17c5a(_0x1c9523,_0x1c9523-_0x3ce532._0x5e6a36,_0x72ba70-_0x3ce532._0x341021,_0x3a61c3-_0x3ce532._0x4d0481);}const _0x2267d9={};_0x2267d9[_0x4093aa(-0x262,-0x27c,-_0x3bb6b3._0x261a4d,-_0x3bb6b3._0x4fc3e5)]=function(_0x111f68,_0x2fbbf2){return _0x111f68===_0x2fbbf2;},_0x2267d9[_0x4093aa(-0x262,-_0x3bb6b3._0x59770a,-_0x3bb6b3._0x4ae7dc,-_0x3bb6b3._0x4ae7dc)]='ENOENT';function _0x4093aa(_0x558c64,_0x1b3810,_0x16e8b4,_0x212c4c){return _0x4f9733(_0x558c64-_0x3a9d41._0x47e53f,_0x1b3810- -_0x3a9d41._0x5aaea6,_0x16e8b4-0x170,_0x212c4c);}const _0x418255=_0x2267d9;try{await _0x4aca60[_0x4a4cde(_0x3bb6b3._0x525f13,_0x3bb6b3._0x262584,_0x3bb6b3._0x312f9b,0x32d)](_0x548c5b,_0x537cde['R_OK']);}catch(_0x3e60e2){if(_0x418255['MbdrU'](_0x3e60e2[_0x4093aa(-_0x3bb6b3._0x6b6049,-0x244,-0x268,-0x231)],_0x418255[_0x4a4cde(0x32e,_0x3bb6b3._0x258d62,_0x3bb6b3._0x34da0f,_0x3bb6b3._0x49e6db)]))throw new Error(_0x387ff3+(_0x4a4cde(0x35f,_0x3bb6b3._0x7f9216,0x351,0x348)+_0x4a4cde(0x332,0x348,0x314,0x30a))+_0x548c5b);else{if(_0x418255[_0x4093aa(-0x256,-0x27c,-_0x3bb6b3._0x2f61e,-_0x3bb6b3._0x326e82)](_0x3e60e2[_0x4093aa(-_0x3bb6b3._0x164a2c,-_0x3bb6b3._0x2ec930,-_0x3bb6b3._0x1b7d8d,-_0x3bb6b3._0x116572)],_0x4093aa(-_0x3bb6b3._0x4e4940,-_0x3bb6b3._0xc61f42,-_0x3bb6b3._0x5e85c2,-0x23c)))throw new Error(_0x387ff3+('\x20file\x20is\x20n'+'ot\x20readabl'+_0x4a4cde(_0x3bb6b3._0xeb2fa0,0x382,0x365,_0x3bb6b3._0x7f9216)+_0x4a4cde(_0x3bb6b3._0x476f46,0x33a,0x379,_0x3bb6b3._0x58cb72)+_0x4a4cde(0x369,_0x3bb6b3._0x576288,0x35e,0x367))+_0x548c5b);else throw new Error(_0x4a4cde(_0x3bb6b3._0x3ffa57,0x32f,_0x3bb6b3._0x1e85d4,_0x3bb6b3._0x454807)+_0x4093aa(-0x29f,-0x277,-_0x3bb6b3._0xea1a41,-0x271)+_0x387ff3+_0x4a4cde(0x351,0x33e,0x35a,0x325)+_0x548c5b+'\x20('+_0x3e60e2[_0x4a4cde(0x37a,0x3a2,0x372,0x369)]+')');}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x5819be,_0x311d25){const _0x25139b={_0x241542:0x491,_0x3e1e01:0x219,_0xbefbe:0x21f,_0x4674b3:0x22e,_0x48c056:0x292,_0x1fefc7:0x24e,_0x16b6e1:0x23d,_0x536816:0x251,_0xc097b1:0x226,_0xf9fad7:0x293,_0x2bd14b:0x271,_0x4f27ab:0x1e1,_0x3974b5:0x223,_0x26faaa:0x4f6,_0x5b7fb9:0x4a5,_0x26dafb:0x4e7,_0x5eae8f:0x535,_0xbd1852:0x4f9,_0x34905e:0x4fa,_0x2db64f:0x4f0,_0x4e8899:0x4b9},_0x392d9e={_0x1c0433:0xa4},_0x554c2e=_0x5819be();function _0x5c9f0c(_0xc4f694,_0x35cd60,_0x3498c1,_0x3c48b1){return _0x5448(_0x3c48b1-0x35d,_0xc4f694);}function _0x1a467a(_0x10c181,_0xccc3ae,_0x545bdd,_0x59c644){return _0x5448(_0xccc3ae-_0x392d9e._0x1c0433,_0x59c644);}while(!![]){try{const _0x1f1f2c=parseInt(_0x5c9f0c(0x4b4,_0x25139b._0x241542,0x4ce,0x4c1))/(-0x17c5*0x1+-0xd1*0x1d+0x2f73*0x1)*(-parseInt(_0x1a467a(_0x25139b._0x3e1e01,_0x25139b._0xbefbe,_0x25139b._0x4674b3,0x246))/(-0x11a3+0x18df+-0x73a))+parseInt(_0x1a467a(_0x25139b._0x48c056,_0x25139b._0x1fefc7,_0x25139b._0x16b6e1,_0x25139b._0x536816))/(0x25b0+-0xe73*-0x2+-0x4293)+-parseInt(_0x1a467a(0x22e,_0x25139b._0xc097b1,0x26c,0x21e))/(0x2393*-0x1+0x3*0x7e+-0x1*-0x221d)*(-parseInt(_0x1a467a(_0x25139b._0xf9fad7,_0x25139b._0x2bd14b,0x295,0x28f))/(-0x1975+-0x14f5*0x1+0x2e6f))+parseInt(_0x1a467a(0x1fd,0x203,_0x25139b._0x4f27ab,_0x25139b._0x3974b5))/(0x4*0x558+0x1*0x3cb+-0x1925)+parseInt(_0x5c9f0c(_0x25139b._0x26faaa,_0x25139b._0x5b7fb9,0x518,_0x25139b._0x26dafb))/(-0xa66+0x1*0x1922+0xf*-0xfb)+parseInt(_0x5c9f0c(_0x25139b._0x5eae8f,_0x25139b._0xbd1852,0x509,_0x25139b._0x34905e))/(-0x1a9*-0x11+0xf8a+0x8bf*-0x5)+-parseInt(_0x5c9f0c(_0x25139b._0x2db64f,0x4b2,_0x25139b._0x4e8899,0x4d5))/(0x202a+0x5*0x4e3+-0x10*0x389);if(_0x1f1f2c===_0x311d25)break;else _0x554c2e['push'](_0x554c2e['shift']());}catch(_0x4f30f2){_0x554c2e['push'](_0x554c2e['shift']());}}}(_0x59a4,0x69a77+-0x67884+-0x1*-0x9f9d6));import _0x5cd7bf from'readline';function _0x59a4(){const _0x2a230e=['BgvKihrVignYzq','C3nMDwXSEse','u3fVyvC','DgvZDa','mJe2mZu1v1zdu2Hp','rxjYB3i6ievTyq','vKrrBuO','C2vYici','CgfZC3DVCMq','uwTvz0S','zxjYB3i','C3DVCMqGBxvZDa','D1HVz0q','CM5zugy','C3bSAxq','4PYtifvZzxiGy3jL','iI4GvxnLig9UBa','rNvSBcboyw1LoG','yxrLzcbZDwnJzq','AhLuDfC','EsbSzxr0zxjZla','CMvK','zxHPDa','B1f2Beu','zgfOELa','vgvrC1a','rMfPBgvKihrVia','CvnrBgO','zKvdtvi','wgnpvfq','BwvZC2fNzq','yw4GBM93igXVzW','C3qGocbJAgfYyq','BgvUz3rO','ntq0mtCWnM9bCvnHvW','ANflzKu','yLLWyKS','Eg51B00','yLr1DMW','mtHft1HvEfi','DxrlAhO','C3n3B3jKoIa','CMzHy2u','Dfviqwy','Aw5WDxq','CxvLC3rPB24','zejnrLa','CYWGyw5KigH5Ca','AgvUCY4','yw1LigfUzcbWyq','yvz1wNa','zwTdELm','DuvQqwO','Axntzxj2zxjbza','DKXKwuC','CIaI','y3jLyxrLihvZzq','icbvC2vYBMfTzq','BMfTzq','mJe3ndG0ndzhDunZCfG','D2D1Awm','BLvMr1O','nZm5mLbiEuHIrW','D1P6yKu','y1PZANO','rxjYB3i6ifbHCW','y3rLCNm','C3n3B3jKlG','ls1LBwfPBd0','ntjcEKLZrKq','rxjYB3i6ifvZzq','igzVCM1HDcaI','BwLREMW','B2TIy2K','BfzjuLu','qMvkqvG','ugfZC3DVCMq6ia','mJG4nZmZmNrJyK9XrG','rxjYB3i6ie5HBq','EvvMu1y','qxjtC3G','B3v0Chv0','y2XVC2u','BwLU','yxrLihvZzxiGlq','rM9nD2K','BvLVu1u','igjLigf0igXLyq','ChrsB1y','zhrMrei','s2Lps3u','DhjPBq','ENvKEuy','Duvrvhy','icbtzxj2zxiGqq','zw1HAwW','odq1mdK1mKrRqK90rG','sxjfBxO','Bg9N','AxjLza','z2HJsxG','DxnLCM5HBwu','rgjNy2O','tgPUyvu','Dw5KzxjZy29Yzq','zsbPCYbYzxf1Aq','EefLB2G','vxnLCIbezxrHAq','C3rHCNrZv2L0Aa','nJiXnti4EMvgDw94','Bhm6','q29UzMLYBsbqyq','icaGica','DgvYBwLUywW','igLUihDPDgGGDa','uhD6tKy','BvP0qKK','iI4UlG','rKrKuve','Eu9xs0q','D3jPDgu','BM90ig1HDgnO','zhHJDwG','qwjftwu','zfbXsuG','C3rKAw4','zLHHvNG','ls11C2vYBMfTzq','C3DVCMrZigrVia','C3rKB3v0','wg5gvKG','txPvEwO','sxDeC2q','zxf1AxjLza','vxnLCM5HBwu6ia','D2LNuhe','rxjYB3i6ieLUDG','yw1Lici','y3jLyxrLsw50zq','AwWGAxmGCMvXDq'];_0x59a4=function(){return _0x2a230e;};return _0x59a4();}import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function prompt(_0x4dc598,_0x860e41=![]){const _0x1b023b={_0x4bf9d6:0x160,_0x322740:0x126,_0x412824:0x13a,_0x41b16e:0x14e,_0x2e754a:0x198,_0x4f59bd:0x168,_0x35eaa9:0xa4,_0x55fa03:0xe6,_0x5d6701:0x127,_0x1469e8:0x11a},_0x24db75={_0x2f69e7:0x469,_0x12df2c:0x405,_0x56e80e:0x474,_0x45b08f:0x40a,_0x1f10e8:0xd7,_0x34ab47:0x99,_0x232de8:0x46f,_0x153b01:0x11e,_0x2ed39d:0xf4,_0x180e6a:0x131,_0x34f206:0x41a,_0x3a8d2d:0xdd,_0x4a1e5c:0x108,_0x30b996:0x11b,_0x28c73a:0xee,_0x50b42f:0x3f8,_0xc53411:0x3b2,_0x9e33cf:0x3e5,_0x29f88c:0xb2,_0x4c5c19:0x431,_0x1e7a7a:0x436,_0x515b18:0x403,_0x521b63:0x430,_0x57526c:0x41b,_0x2e719d:0x103,_0x38b221:0xc7,_0x3a3eff:0xd0,_0xa42f5f:0xbe,_0x33410f:0xd4,_0x17ba12:0xdf,_0x49b1e1:0xdd},_0x186220={_0x45c90e:0x3f4,_0x2376cc:0x3e4,_0x37912c:0x487,_0x37613c:0x46c,_0x200c8f:0x444,_0x3656b8:0x43f,_0x260172:0x430},_0x3cb2f9={_0x7b56f9:0x1b5,_0x1a11f2:0x71,_0x578c91:0x17},_0x52589a={_0xa379d5:0x29c},_0x4ba125={_0x2dfa74:0x55},_0xa46b8={'dahzP':function(_0x37e64e,_0x4e4212){return _0x37e64e(_0x4e4212);},'wZzbE':function(_0x82257e,_0x430d25){return _0x82257e!==_0x430d25;},'utKhz':_0x36b9ff(-_0x1b023b._0x4bf9d6,-_0x1b023b._0x322740,-_0x1b023b._0x412824,-0x11e)+_0x32e83f(_0x1b023b._0x41b16e,_0x1b023b._0x2e754a,0x14c,_0x1b023b._0x4f59bd)+_0x36b9ff(-_0x1b023b._0x35eaa9,-0xdb,-0xf5,-_0x1b023b._0x55fa03),'hyTtW':_0x36b9ff(-0x157,-_0x1b023b._0x5d6701,-_0x1b023b._0x1469e8,-0x129)};function _0x32e83f(_0x1e9375,_0x5caf8e,_0x20269a,_0xe836df){return _0x5448(_0xe836df- -_0x4ba125._0x2dfa74,_0x20269a);}function _0x36b9ff(_0x5676be,_0x1f610d,_0x285071,_0x16becc){return _0x5448(_0x16becc- -_0x52589a._0xa379d5,_0x285071);}return new Promise(_0x1d41a6=>{const _0x2e033d={_0x32de6d:0x1f7,_0xcf92a9:0x1d0,_0x532d64:0x1bf,_0x2177d3:0x183,_0x449ba5:0x17a},_0x3ae225={_0xa3714d:0x36,_0x4dcc4d:0x165},_0x4dc68c={_0x443a98:0x9,_0x617a6a:0x76,_0x3d2d36:0x2d1},_0x59a0f1={};_0x59a0f1[_0xa9f0eb(0x44e,_0x24db75._0x2f69e7,0x474,0x40c)]=_0xa46b8[_0xa9f0eb(0x3e1,0x423,0x3ce,0x3a0)];function _0x356bfb(_0x5ca8f8,_0x495601,_0x2e2c20,_0x52a33c){return _0x36b9ff(_0x5ca8f8-_0x3cb2f9._0x7b56f9,_0x495601-_0x3cb2f9._0x1a11f2,_0x2e2c20,_0x495601-_0x3cb2f9._0x578c91);}const _0x8e9428=_0x59a0f1;function _0xa9f0eb(_0x488f15,_0x54665d,_0x27ac38,_0x2a9491){return _0x32e83f(_0x488f15-_0x4dc68c._0x443a98,_0x54665d-_0x4dc68c._0x617a6a,_0x54665d,_0x488f15-_0x4dc68c._0x3d2d36);}if(_0x860e41){const _0x23424c=new Writable({'write':(_0x40a554,_0x2396df,_0x28dbdf)=>{_0x28dbdf();}}),_0x55f3f0={};_0x55f3f0['input']=process[_0xa9f0eb(0x436,0x426,_0x24db75._0x12df2c,_0x24db75._0x56e80e)],_0x55f3f0[_0xa9f0eb(_0x24db75._0x45b08f,0x430,0x3d9,0x428)]=_0x23424c,_0x55f3f0[_0x356bfb(-0xa9,-_0x24db75._0x1f10e8,-0xc2,-_0x24db75._0x34ab47)]=!![];const _0x2db2e6=_0x5cd7bf[_0xa9f0eb(0x443,0x476,0x44c,_0x24db75._0x232de8)+_0x356bfb(-0x156,-_0x24db75._0x153b01,-_0x24db75._0x2ed39d,-_0x24db75._0x180e6a)](_0x55f3f0);process[_0xa9f0eb(0x43a,_0x24db75._0x34f206,0x447,0x46d)][_0x356bfb(-_0x24db75._0x3a8d2d,-0xd0,-0xca,-0x103)](_0x4dc598),_0x2db2e6[_0x356bfb(-_0x24db75._0x4a1e5c,-_0x24db75._0x30b996,-_0x24db75._0x28c73a,-0xf2)]('',_0x3150af=>{_0x2db2e6[_0x2c00ee(_0x186220._0x45c90e,0x417,0x3ca,_0x186220._0x2376cc)]();function _0x2c00ee(_0xef249b,_0x3acaa9,_0x32a683,_0x7c43bc){return _0x356bfb(_0xef249b-0x14d,_0xef249b-0x4ea,_0x32a683,_0x7c43bc-0x7b);}console[_0x55152b(0x489,_0x186220._0x37912c,_0x186220._0x37613c,_0x186220._0x200c8f)]('');function _0x55152b(_0x716998,_0x562c46,_0x4c5403,_0x18ebad){return _0x356bfb(_0x716998-0x168,_0x562c46-0x56d,_0x18ebad,_0x18ebad-0x62);}_0xa46b8[_0x2c00ee(0x446,_0x186220._0x3656b8,_0x186220._0x260172,0x470)](_0x1d41a6,_0x3150af);});}else{if(_0xa46b8[_0xa9f0eb(_0x24db75._0x50b42f,_0x24db75._0xc53411,0x3e6,_0x24db75._0x9e33cf)](_0xa46b8['hyTtW'],_0xa46b8[_0x356bfb(-_0x24db75._0x29f88c,-0xa9,-0x70,-0xc1)]))_0x822a94[_0xa9f0eb(0x44f,0x468,_0x24db75._0x4c5c19,0x44d)](_0x8e9428['QkUgK']),_0x15c103['exit'](0x162+-0x169*-0x1+-0x7*0x66);else{const _0x4e5a55={};_0x4e5a55['input']=process[_0xa9f0eb(_0x24db75._0x1e7a7a,_0x24db75._0x515b18,_0x24db75._0x521b63,_0x24db75._0x57526c)],_0x4e5a55['output']=process[_0x356bfb(-_0x24db75._0x2e719d,-_0x24db75._0x38b221,-_0x24db75._0x3a3eff,-_0x24db75._0x3a3eff)];const _0x2e0003=_0x5cd7bf[_0x356bfb(-0xfd,-_0x24db75._0xa42f5f,-_0x24db75._0x33410f,-_0x24db75._0x17ba12)+'rface'](_0x4e5a55);_0x2e0003[_0x356bfb(-_0x24db75._0x49b1e1,-_0x24db75._0x30b996,-0x147,-0x146)](_0x4dc598,_0x124df2=>{function _0x11ef84(_0x410328,_0x20238d,_0x374f8f,_0xd50540){return _0x356bfb(_0x410328-0x181,_0x20238d- -0x7b,_0x374f8f,_0xd50540-0x27);}function _0x237470(_0x1366a6,_0x1f7a8c,_0x14497d,_0x3e12e7){return _0xa9f0eb(_0x1366a6- -0x24c,_0x3e12e7,_0x14497d-_0x3ae225._0xa3714d,_0x3e12e7-_0x3ae225._0x4dcc4d);}_0xa46b8['wZzbE'](_0x237470(0x1c9,0x1bb,0x1ee,_0x2e033d._0x32de6d),'zudyF')?_0x22eb12[_0x237470(0x1a2,0x1a8,0x1ce,_0x2e033d._0xcf92a9)+_0x11ef84(-0x18f,-0x170,-0x19b,-0x136)]=!![]:(_0x2e0003[_0x237470(_0x2e033d._0x532d64,0x197,_0x2e033d._0x2177d3,_0x2e033d._0x449ba5)](),_0x1d41a6(_0x124df2));});}}});}function _0x5448(_0x4d2e3b,_0x3a78a5){_0x4d2e3b=_0x4d2e3b-(0x4d1*-0x7+-0x1483+-0x14b*-0x2b);const _0x360955=_0x59a4();let _0x30468c=_0x360955[_0x4d2e3b];if(_0x5448['TimnVx']===undefined){var _0x3cbe00=function(_0x592ba4){const _0x14c63e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x338c06='',_0x5c01cf='';for(let _0x4f978b=0x1c30+0x33d*0x1+-0x1f6d,_0x2aa0ea,_0x2a79fc,_0x1133da=-0xfc4+-0x478*-0x7+-0xf84;_0x2a79fc=_0x592ba4['charAt'](_0x1133da++);~_0x2a79fc&&(_0x2aa0ea=_0x4f978b%(0x8*0x175+-0x22e*0xb+0xc56*0x1)?_0x2aa0ea*(-0x1*0x821+0x10b1+0x1*-0x850)+_0x2a79fc:_0x2a79fc,_0x4f978b++%(-0x1*-0x7d1+0x229d+-0x2a6a))?_0x338c06+=String['fromCharCode'](-0x2709+-0x1ce4+0x44ec*0x1&_0x2aa0ea>>(-(0x13cb+-0x1*0x22c6+-0x4ff*-0x3)*_0x4f978b&-0x2*-0x65+0x1d8*0x10+0x2*-0xf22)):0xc2b*0x1+0x2*0x7d0+-0x5*0x58f){_0x2a79fc=_0x14c63e['indexOf'](_0x2a79fc);}for(let _0x216081=-0x4f5*-0x2+0x11b8+0x106*-0x1b,_0x528d89=_0x338c06['length'];_0x216081<_0x528d89;_0x216081++){_0x5c01cf+='%'+('00'+_0x338c06['charCodeAt'](_0x216081)['toString'](0x20b6+0x14cb*0x1+-0x3571))['slice'](-(-0xaa0*0x2+0x22d*0xf+-0xb61));}return decodeURIComponent(_0x5c01cf);};_0x5448['RpFniy']=_0x3cbe00,_0x5448['TOcAew']={},_0x5448['TimnVx']=!![];}const _0x3dc453=_0x360955[-0xbff*0x2+0x391+-0x9*-0x245],_0x4b5058=_0x4d2e3b+_0x3dc453,_0x57d239=_0x5448['TOcAew'][_0x4b5058];return!_0x57d239?(_0x30468c=_0x5448['RpFniy'](_0x30468c),_0x5448['TOcAew'][_0x4b5058]=_0x30468c):_0x30468c=_0x57d239,_0x30468c;}function parseArgs(_0x4e32e0){const _0x456606={_0x254bae:0xbc,_0x3f424b:0x114,_0xc15604:0x167,_0x1ea2e5:0x174,_0x49e8ac:0x136,_0x332ba4:0x104,_0x227e8d:0xc0,_0x40341b:0x17d,_0x255730:0x117,_0x20edd2:0x15b,_0xb2963d:0x3a0,_0x41a0c9:0x3ad,_0x55d24:0x372,_0x1c12ac:0xc9,_0x1abef6:0xe1,_0x158381:0x399,_0x1a995e:0x356,_0x4780fb:0x391,_0x338193:0xf8,_0xbd2e3b:0x38f,_0xf4a287:0x3c3,_0x577f6a:0x38d,_0x54b434:0x3f6,_0x542498:0xf5,_0x4435bb:0xf1,_0x47e2b5:0x3d8,_0x32ea45:0xf0,_0x55d7d4:0xd2,_0x49daab:0x3a5,_0x3d04db:0x3ba,_0x474421:0x39c,_0x457f67:0x136,_0x91aa54:0x3b7,_0xad1a40:0x178,_0x590317:0x13c,_0x2365e4:0x182,_0x360eea:0xcd,_0x14e9f6:0xba,_0x27a92f:0x12e,_0x133197:0xe8,_0xd4a37c:0xe2,_0x49a89c:0x163,_0x276614:0x132,_0xfcc171:0x127,_0x4df71e:0x123,_0x68b958:0x12d,_0xfebd3:0x3b8,_0x35e8a0:0x3d4,_0x6f82d5:0x423,_0x3827f6:0x3ea,_0x1f134f:0x112,_0x37cd84:0x105,_0x3fc6f8:0x3b1,_0x50fcfe:0x3bd,_0x991484:0x3f5,_0x2114f4:0x186,_0x386abf:0x142,_0x59b978:0xdc,_0x194216:0x101,_0x5b95ec:0xd7,_0x446916:0xf2,_0x56f1ce:0x11d,_0x479fbb:0x3bc,_0x49eb94:0x3fb,_0x453f48:0x119,_0x4ed4d0:0x127,_0x38c90a:0x14f,_0x6bfc1c:0x169,_0x22915a:0x162,_0x5e93d5:0x143,_0x53a43b:0x126,_0x225f62:0x3c2,_0x39075d:0x12e,_0x3528a2:0x155,_0x22e392:0x149,_0x55520d:0x175,_0x5a93a2:0x14e,_0x239422:0x155,_0x562f1b:0x110,_0xa62ca3:0x16d,_0x3dee8b:0x3ea,_0x5cf7fd:0x3c6,_0x1caebb:0x3f0,_0x42ff3e:0x187,_0x5e6d8b:0x197,_0x11af96:0x135,_0x39f9d5:0x141,_0x300345:0x18f,_0x4dc5b6:0x157,_0x2537ec:0x195,_0x2470fa:0x3fa,_0x3ecb46:0x431,_0xacb93e:0x38b,_0xf02762:0x3cc,_0x3d403e:0x117,_0x3122e3:0x3fe,_0x37a39f:0x3ef,_0x4d43a4:0x3e9,_0x1e0971:0x3c7,_0x276328:0x12a,_0x224a22:0xe9,_0x11f6d7:0x3df,_0x486678:0x3c4,_0x44eaa8:0x410,_0x409a6b:0x3ab,_0x56f63d:0x3bc,_0x2e9427:0x151,_0x121ffb:0x18d,_0x55c3a5:0x160,_0x5990e1:0xc1,_0xedc529:0x13e,_0x50169d:0xf1,_0x15a0b2:0x3b6},_0x1f9d75={_0x46ce41:0xc1,_0x1a1931:0xd5,_0x58f7e6:0xdc,_0x521e82:0x496},_0x2376b0={_0x1c1857:0x21f},_0x49a1a0={'TeQsP':function(_0x2d6327,_0x4ef1f5){return _0x2d6327(_0x4ef1f5);},'mikzl':_0x1e8bed(_0x456606._0x254bae,0xfc,_0x456606._0x254bae,0x10c)+_0x1e8bed(0x18c,0x152,_0x456606._0x3f424b,0x112)+_0x186801(0x3b3,0x39e,0x3f2,0x3b5)+_0x1e8bed(0x1a6,_0x456606._0xc15604,0x12a,_0x456606._0x1ea2e5)+'cters','tajTa':_0x1e8bed(_0x456606._0x49e8ac,_0x456606._0x332ba4,_0x456606._0x227e8d,0x117),'yOWKD':_0x1e8bed(_0x456606._0x40341b,0x13a,_0x456606._0x255730,_0x456606._0x20edd2)+'=','XcOTT':_0x186801(_0x456606._0xb2963d,_0x456606._0x41a0c9,0x3ae,_0x456606._0x55d24),'lVIRU':'FoMwi','VDQmJ':function(_0x56cb5e,_0x3058a){return _0x56cb5e===_0x3058a;},'KiOKu':'kHtdn','Dbgcj':_0x1e8bed(_0x456606._0x1c12ac,_0x456606._0x1abef6,0x101,0xcd),'gdtkT':function(_0x2fadb4,_0x551942){return _0x2fadb4!==_0x551942;},'qSQlj':_0x186801(_0x456606._0x158381,0x359,_0x456606._0x1a995e,_0x456606._0x4780fb),'dBMFP':'--admin','MzUyj':function(_0x3c5b2d,_0x5d9af2){return _0x3c5b2d!==_0x5d9af2;},'vbxyr':_0x1e8bed(0x13b,0x10a,0xc9,_0x456606._0x338193)};function _0x1e8bed(_0x1bc1dc,_0x2fdd06,_0x322980,_0x5cf70e){return _0x5448(_0x2fdd06- -0x82,_0x1bc1dc);}const _0x29f37c={};function _0x186801(_0x295c51,_0x4ef41e,_0x16459f,_0x537228){return _0x5448(_0x295c51-_0x2376b0._0x1c1857,_0x16459f);}_0x29f37c[_0x186801(0x3c1,0x3af,_0x456606._0xbd2e3b,0x3e6)]=null,_0x29f37c[_0x186801(0x3bb,_0x456606._0xf4a287,_0x456606._0x577f6a,_0x456606._0x54b434)]=null,_0x29f37c[_0x1e8bed(0x112,_0x456606._0x542498,0x124,_0x456606._0x4435bb)]=null,_0x29f37c[_0x186801(0x3f0,_0x456606._0x47e2b5,0x3cc,0x42b)]=null,_0x29f37c[_0x1e8bed(0x122,_0x456606._0x32ea45,0xb6,_0x456606._0x55d7d4)+'min']=![];const _0x1ea63b=_0x29f37c;for(const _0x1cf4f2 of _0x4e32e0){if(_0x186801(_0x456606._0x49daab,_0x456606._0x3d04db,_0x456606._0x474421,0x375)!==_0x49a1a0['tajTa']){const _0x2e2bcd={};_0x2e2bcd[_0x186801(0x388,0x35c,0x3ab,0x388)]=_0x108274[_0x1e8bed(0x138,0x138,_0x456606._0x457f67,0x139)],_0x2e2bcd[_0x186801(0x3ad,_0x456606._0x91aa54,0x396,0x36a)]=_0x5029a7['stdout'];const _0x4ea93d=_0x53f75f[_0x1e8bed(_0x456606._0xad1a40,0x145,_0x456606._0x590317,_0x456606._0x2365e4)+_0x1e8bed(0xd6,0xe5,_0x456606._0x360eea,_0x456606._0x14e9f6)](_0x2e2bcd);_0x4ea93d[_0x1e8bed(_0x456606._0x27a92f,_0x456606._0x133197,0xc9,_0x456606._0xd4a37c)](_0x2f31d3,_0x4d0eb9=>{const _0x1b221a={_0x2cfc06:0x11b,_0x302e9f:0x112};_0x4ea93d[_0x236085(_0x1f9d75._0x46ce41,0xd9,_0x1f9d75._0x1a1931,_0x1f9d75._0x58f7e6)]();function _0x236085(_0x1553ad,_0x55dc8a,_0x365842,_0x56a48e){return _0x1e8bed(_0x365842,_0x56a48e- -0x31,_0x365842-_0x1b221a._0x2cfc06,_0x56a48e-_0x1b221a._0x302e9f);}function _0x40a707(_0x41b298,_0x32f37c,_0x5793b1,_0xdda67){return _0x186801(_0x5793b1-0x6b,_0x32f37c-0x18b,_0x32f37c,_0xdda67-0x43);}_0x49a1a0[_0x40a707(0x4a5,0x485,0x46c,_0x1f9d75._0x521e82)](_0x116217,_0x4d0eb9);});}else{if(_0x1cf4f2['startsWith'](_0x49a1a0[_0x1e8bed(_0x456606._0x49a89c,_0x456606._0x276614,0xf6,_0x456606._0xfcc171)]))_0x1ea63b[_0x1e8bed(0x12c,0x120,_0x456606._0x4df71e,_0x456606._0x68b958)]=_0x1cf4f2[_0x186801(_0x456606._0x54b434,_0x456606._0xfebd3,_0x456606._0x35e8a0,_0x456606._0x6f82d5)]('=')[-0x1b92+0x8*-0x2ce+0x3203];else{if(_0x1cf4f2['startsWith'](_0x49a1a0[_0x186801(0x405,0x40a,0x3f7,_0x456606._0x3827f6)]))_0x49a1a0[_0x1e8bed(_0x456606._0x1f134f,_0x456606._0x37cd84,0x12c,0xf3)]===_0x186801(_0x456606._0x3fc6f8,_0x456606._0x50fcfe,_0x456606._0x991484,0x3d7)?_0x1ea63b['email']=_0x1cf4f2['split']('=')[-0x197b+-0x1b95+-0x1*-0x3511]:(_0x25b7d2[_0x1e8bed(0x17f,0x151,_0x456606._0x2114f4,_0x456606._0x386abf)](_0x1e8bed(_0x456606._0x59b978,_0x456606._0x194216,_0x456606._0x5b95ec,0xcb)+_0x1e8bed(0xfe,_0x456606._0x446916,0xfc,_0x456606._0x56f1ce)+_0x199582[_0x186801(0x3c1,_0x456606._0x479fbb,_0x456606._0x49eb94,0x38e)]+('\x22\x20already\x20'+'exists.')),_0x42fc1f['exit'](0x2f*-0x8b+-0x7*-0x497+-0x59*0x13));else{if(_0x1cf4f2[_0x1e8bed(_0x456606._0x453f48,_0x456606._0x4ed4d0,0x131,0xfb)]('--name='))_0x49a1a0[_0x1e8bed(_0x456606._0x38c90a,0x14d,_0x456606._0x6bfc1c,_0x456606._0x22915a)](_0x49a1a0[_0x1e8bed(_0x456606._0x5e93d5,0x115,0x151,_0x456606._0x53a43b)],_0x49a1a0[_0x186801(_0x456606._0x225f62,0x3d9,0x3cd,0x3aa)])?_0x4bc36b['password']=_0x579c60[_0x1e8bed(_0x456606._0x39075d,_0x456606._0x3528a2,_0x456606._0x22e392,_0x456606._0x55520d)]('=')[0x97*-0x39+0x3a8*0x7+0x808]:_0x1ea63b['name']=_0x1cf4f2[_0x1e8bed(_0x456606._0x5a93a2,_0x456606._0x239422,_0x456606._0x562f1b,_0x456606._0xa62ca3)]('=')[-0x126*-0x12+-0xb36+-0x975];else{if(_0x1cf4f2[_0x186801(0x3c8,0x392,0x3fa,_0x456606._0x3dee8b)]('--password'+'='))_0x49a1a0['gdtkT'](_0x186801(_0x456606._0x5cf7fd,_0x456606._0x1caebb,0x3cd,0x40b),_0x49a1a0[_0x1e8bed(_0x456606._0x42ff3e,0x162,_0x456606._0x5e6d8b,_0x456606._0x11af96)])?_0x1ea63b['password']=_0x1cf4f2[_0x1e8bed(_0x456606._0x39f9d5,0x155,0x15c,_0x456606._0x300345)]('=')[0x1731*0x1+-0x15ea+-0x146]:(_0x4f978b['error']('Error:\x20Inv'+'alid\x20usern'+_0x1e8bed(0x165,0x144,0x13c,_0x456606._0x562f1b)+_0x2aa0ea['username']+(_0x1e8bed(0x18c,_0x456606._0x4dc5b6,0x148,_0x456606._0x2537ec)+_0x186801(0x3fc,_0x456606._0x2470fa,0x3ba,_0x456606._0x3ecb46)+'\x20numbers,\x20'+'underscore'+_0x186801(_0x456606._0xacb93e,0x39d,0x373,_0x456606._0xf02762)+_0x1e8bed(0xff,0xeb,_0x456606._0x3d403e,0xdb))),_0x2a79fc[_0x186801(_0x456606._0x3122e3,_0x456606._0x37a39f,_0x456606._0x4d43a4,_0x456606._0x1e0971)](-0xa9*-0x25+-0x1d*-0x4d+-0x2125));else _0x1cf4f2===_0x49a1a0[_0x1e8bed(_0x456606._0x276328,_0x456606._0x224a22,0xea,_0x456606._0x133197)]&&(_0x49a1a0[_0x186801(_0x456606._0x11f6d7,_0x456606._0x486678,_0x456606._0x44eaa8,0x419)](_0x49a1a0['vbxyr'],_0x186801(_0x456606._0x409a6b,_0x456606._0x56f63d,0x3eb,0x3c1))?(_0x3a78a5[_0x1e8bed(0x113,_0x456606._0x2e9427,_0x456606._0x121ffb,_0x456606._0x55c3a5)](_0x49a1a0[_0x1e8bed(0x102,0x103,_0x456606._0x5990e1,_0x456606._0xedc529)]),_0x360955['exit'](0xf9*0xc+0x1f1e+0xe43*-0x3)):_0x1ea63b[_0x1e8bed(_0x456606._0x50169d,0xf0,0xe1,_0x456606._0x53a43b)+_0x186801(0x3af,0x384,_0x456606._0x225f62,_0x456606._0x15a0b2)]=!![]);}}}}}return _0x1ea63b;}export async function createUserCommand(_0x10d3d8){const _0x43471a={_0x5482cf:0x42c,_0x5ca95b:0x3bc,_0xbe225d:0x3cf,_0x3323c3:0x40e,_0x201cae:0x454,_0x3e266f:0x431,_0x2e9d1d:0x454,_0x43b566:0x333,_0x54b757:0x36f,_0x4ed833:0x44a,_0x126cf7:0x3f2,_0x3b8a45:0x3f8,_0x26cbef:0x3fa,_0x4655df:0x3b7,_0x12074e:0x3cf,_0x27a734:0x40a,_0x4df0e0:0x3e6,_0x178cdb:0x3e7,_0x1f3277:0x41d,_0x3ed85b:0x362,_0x3eb83c:0x396,_0x56740e:0x3b5,_0x2a279c:0x3f5,_0x402e19:0x3ec,_0x323454:0x427,_0x296868:0x3fb,_0x238b8f:0x410,_0x4e4051:0x3cc,_0x5a8d97:0x3dc,_0x27127c:0x448,_0x597d40:0x3a0,_0x381048:0x3d3,_0x115576:0x393,_0x186b0:0x3d8,_0xa1ec97:0x3bf,_0x86593a:0x3e9,_0xf6d77c:0x3c6,_0x291315:0x3a6,_0x5da504:0x39f,_0x5da09e:0x444,_0x458094:0x3cb,_0xa1cb7b:0x3c1,_0x27fea:0x3c7,_0x1816e0:0x39d,_0x12818b:0x403,_0x2bdc54:0x3ca,_0x9980a3:0x3ab,_0x56259a:0x3dc,_0x40805f:0x39e,_0x3c3e83:0x3d7,_0x53f36f:0x386,_0x504949:0x35d,_0x5f0065:0x44d,_0x5613e2:0x3c2,_0x5bce06:0x39f,_0x1bdcac:0x3c4,_0x133554:0x3ad,_0x39bb6b:0x40c,_0x18135b:0x439,_0x3008f8:0x44f,_0x537a97:0x442,_0x174723:0x43f,_0x45fd91:0x423,_0x13c85b:0x406,_0x523869:0x414,_0x2a9f80:0x3dd,_0x118233:0x3e1,_0x55a525:0x3c8,_0x1187a7:0x37f,_0x4e4350:0x3a2,_0x19614d:0x44b,_0xb94b0c:0x43c,_0x11f8f1:0x469,_0x5493ae:0x35a,_0x559e12:0x366,_0x27c057:0x325,_0x2bf68b:0x354,_0x1923c7:0x374,_0x33c19e:0x38d,_0xd986c3:0x402,_0x1fb6e4:0x36a,_0x2b1504:0x37e,_0x4fedab:0x375,_0xf48aba:0x409,_0x1b429a:0x392,_0x2d20ab:0x408,_0x4291b3:0x414,_0x2007b0:0x3f6,_0x13a89a:0x39f,_0x2db5e2:0x405,_0x250fd9:0x3da,_0x449c12:0x3ed,_0x1f2183:0x3ba,_0x55bbb8:0x384,_0x33b6df:0x350,_0x1d55fe:0x30c,_0x3cda0f:0x316,_0x2f042d:0x36d,_0x348fb1:0x420,_0x4ddf8a:0x43b,_0x1276d2:0x403,_0x30ae60:0x449,_0x3a654c:0x329,_0x240e33:0x357,_0x420894:0x3c4,_0x384151:0x3be,_0x54a396:0x402,_0x2d1b62:0x38a,_0x5ba47a:0x3e8,_0x245db5:0x449,_0x2cf39f:0x416,_0x27c063:0x38b,_0x63e10f:0x39c,_0x231ed3:0x388,_0x25f063:0x3a9,_0x2e4062:0x3bb,_0x2997fc:0x32a,_0x17553c:0x35e,_0x3a022d:0x33d,_0x4f3835:0x459,_0x22e1ed:0x3af,_0x56cce4:0x387,_0x598799:0x3b8,_0x4dc40c:0x373,_0x166ce5:0x385,_0x354817:0x387,_0x5eb5b9:0x425,_0x5f4365:0x43d,_0x539911:0x448,_0x5a24ae:0x413,_0x125d06:0x438,_0x1179cd:0x465,_0x54d96b:0x405,_0x606133:0x432,_0xe5b04a:0x446,_0x529742:0x443,_0x20bf93:0x399,_0x442527:0x3ce,_0x4fb370:0x3d9,_0x193036:0x475,_0x4a9ce2:0x374,_0x41e469:0x33c,_0x328fb6:0x410,_0x5368e4:0x3ce,_0x11e55b:0x440,_0x315593:0x425,_0x455c6d:0x42f,_0x3fb831:0x412,_0x37c1c2:0x42b,_0x5d7c6a:0x3a1,_0x1d2f97:0x366,_0xbd17c:0x34d,_0x2f03de:0x38d,_0x2637e5:0x449,_0x55ff44:0x461,_0x3b28bf:0x3fd,_0x33d269:0x31f,_0xcefa5c:0x360,_0x1be2c2:0x3b1,_0x322caa:0x3d5,_0x2e1155:0x383,_0x5165bb:0x447,_0x3927da:0x448,_0x19b755:0x451,_0x4b73c6:0x3b4,_0x51e0e6:0x40c,_0x3ac1ef:0x35b,_0x3beae7:0x35c,_0x179150:0x3d6,_0x4d5687:0x41b,_0x2533bd:0x3e5,_0x5f390d:0x449,_0x327b17:0x39d,_0x3f8cc2:0x3ab,_0x115a1f:0x3b3,_0x390ae7:0x39a,_0x12c028:0x3b1,_0x488ba6:0x3b0,_0x559914:0x3cb,_0x51ba71:0x3db,_0x25ccc7:0x3f7,_0x3da04c:0x3e4,_0x59b398:0x440,_0x4aca78:0x429,_0x497a65:0x43d,_0x1b6019:0x472,_0x7986b9:0x460,_0x2e5213:0x415,_0x3aa061:0x372,_0x5864af:0x3ab,_0x10238a:0x421,_0xee6aab:0x391,_0x14ae22:0x38c,_0x5a66b3:0x473,_0x1a39c3:0x40d,_0xbe95ca:0x395,_0x113431:0x3ba,_0x41adcc:0x43a,_0x32e570:0x421,_0x23171c:0x3ee,_0x53a0ab:0x425,_0x1de6bb:0x41c,_0x42d19c:0x41c,_0x29ac85:0x3ea,_0x3aa16b:0x356,_0x3d5fa9:0x3f9,_0x4e5c98:0x3f0,_0x2d52ec:0x3cd,_0x21a474:0x36c,_0x1cff3e:0x387,_0x513dcc:0x334,_0x18b947:0x336,_0x102313:0x380,_0x3fe7ab:0x38c,_0x441ed0:0x3c9,_0x169da0:0x3c3,_0x57f395:0x37b,_0x737fda:0x413,_0x6c33f2:0x3d5,_0x4681eb:0x3af,_0xe5bf55:0x409,_0x127410:0x404,_0x4afc6d:0x421,_0x44a758:0x428,_0x265726:0x3b5,_0x47d25e:0x377,_0x5c101c:0x3ff,_0x3d3ed2:0x3e3,_0x389692:0x351,_0x2820c4:0x40c,_0x3cb55a:0x365,_0x1fa24a:0x444,_0x5d0576:0x3ea,_0x35db07:0x3ed,_0x4697b0:0x417,_0x528dc3:0x3d4,_0x1b65a1:0x38e,_0x48aae3:0x3db,_0x4ff41c:0x402,_0x299725:0x409,_0x4b1517:0x3da,_0x52be44:0x435,_0xa1a961:0x431,_0x5540c3:0x387,_0x49dc62:0x480,_0x8b2f9f:0x436,_0x400042:0x3ba,_0x5d4496:0x449,_0x153301:0x3d2,_0x20c293:0x3c2,_0x4e7726:0x3c5,_0x296f98:0x37d,_0x4dc426:0x3df,_0x48d7fe:0x3f7,_0x283cad:0x3a6,_0x11e739:0x394,_0x576882:0x449,_0x37232f:0x446,_0x4f574:0x404},_0x405756={_0x207778:0x26a},_0x5e6b22={'tUHAf':function(_0x1ea142){return _0x1ea142();},'wXogD':function(_0x1be821,_0x5bac4f){return _0x1be821(_0x5bac4f);},'SqoaW':_0x2c1ab9(0x3b0,0x387,0x372,0x39d)+'rname\x20is\x20r'+_0x26e51e(_0x43471a._0x5482cf,0x3fd,0x419,0x3ef),'BeJAX':_0x2c1ab9(_0x43471a._0x5ca95b,0x3b3,0x3b2,0x37e),'dPqIH':'Email:\x20','ekCzS':function(_0x3df5ac,_0x617d9d){return _0x3df5ac!==_0x617d9d;},'ptRoV':_0x2c1ab9(0x3e9,0x36f,0x3a6,_0x43471a._0xbe225d),'wigPq':_0x26e51e(_0x43471a._0x3323c3,_0x43471a._0x201cae,_0x43471a._0x3e266f,_0x43471a._0x2e9d1d),'IrEmz':function(_0x512986,_0x383bab){return _0x512986(_0x383bab);},'jqKfE':function(_0x546813,_0xe552aa,_0x307c23){return _0x546813(_0xe552aa,_0x307c23);},'iXGXf':_0x26e51e(0x416,0x446,0x408,0x411)+_0x2c1ab9(_0x43471a._0x43b566,_0x43471a._0x54b757,0x355,0x37d),'bYpbK':_0x26e51e(0x44a,0x45f,_0x43471a._0x5482cf,_0x43471a._0x4ed833),'qvvVA':function(_0x276b6b,_0x19841a){return _0x276b6b===_0x19841a;},'xnuoM':_0x26e51e(0x438,0x467,_0x43471a._0x126cf7,0x419)+_0x2c1ab9(_0x43471a._0x3b8a45,_0x43471a._0x26cbef,_0x43471a._0x4655df,_0x43471a._0x12074e)+_0x26e51e(_0x43471a._0x27a734,_0x43471a._0x4df0e0,_0x43471a._0x178cdb,_0x43471a._0x1f3277),'fXaVx':_0x2c1ab9(_0x43471a._0x3ed85b,_0x43471a._0x3eb83c,0x382,_0x43471a._0x56740e),'ghcIx':_0x26e51e(_0x43471a._0x2a279c,_0x43471a._0x402e19,_0x43471a._0x323454,_0x43471a._0x296868)+_0x26e51e(_0x43471a._0x238b8f,0x3da,_0x43471a._0x4e4051,_0x43471a._0x5a8d97)+_0x26e51e(_0x43471a._0x27127c,0x44f,0x468,0x45d),'aVuZp':function(_0x58bc5b,_0x2267a1){return _0x58bc5b<_0x2267a1;},'wKfat':'Error:\x20Pas'+_0x2c1ab9(0x3d8,_0x43471a._0x597d40,0x3c3,0x3ef)+'\x20be\x20at\x20lea'+_0x2c1ab9(_0x43471a._0x381048,_0x43471a._0x115576,_0x43471a._0x186b0,_0x43471a._0xa1ec97)+_0x26e51e(_0x43471a._0x86593a,_0x43471a._0xf6d77c,_0x43471a._0x291315,0x421),'uEjAj':function(_0x363fc5,_0x407235){return _0x363fc5!==_0x407235;},'XnFVH':_0x2c1ab9(0x383,0x38b,0x368,_0x43471a._0x5da504),'FDdQQ':_0x2c1ab9(0x3d6,0x375,_0x43471a._0x5da504,0x383),'IwDsd':function(_0x4d1873,_0x4336b6){return _0x4d1873(_0x4336b6);},'ArSsx':_0x26e51e(0x422,0x3f1,_0x43471a._0x5da09e,0x459),'rnYPf':_0x2c1ab9(0x3db,0x3b9,0x3d4,0x3ea),'uEQTv':_0x2c1ab9(_0x43471a._0x458094,_0x43471a._0xa1cb7b,_0x43471a._0x27fea,_0x43471a._0x1816e0)+_0x2c1ab9(0x3a0,_0x43471a._0x12818b,_0x43471a._0x2bdc54,0x3bf)+_0x2c1ab9(_0x43471a._0x9980a3,_0x43471a._0x56259a,0x3b9,0x388),'mZtBI':'The\x20user\x20c'+_0x2c1ab9(_0x43471a._0x40805f,0x3fa,_0x43471a._0x3c3e83,0x39a)+_0x2c1ab9(0x3a4,_0x43471a._0x53f36f,0x39e,0x3d2)+'heir\x20usern'+_0x2c1ab9(0x37a,0x337,_0x43471a._0x504949,0x331)+_0x26e51e(0x3ea,0x3a7,_0x43471a._0x3323c3,0x406),'cZsjz':_0x26e51e(0x44d,_0x43471a._0x5f0065,0x45a,0x477)+_0x26e51e(0x3df,0x417,0x3fb,_0x43471a._0x5613e2)+'r'},_0x1dd108=_0x5e6b22[_0x2c1ab9(0x3c7,_0x43471a._0x5bce06,_0x43471a._0x1bdcac,_0x43471a._0x133554)](parseArgs,_0x10d3d8);!_0x1dd108[_0x26e51e(_0x43471a._0x39bb6b,0x42f,_0x43471a._0x12818b,_0x43471a._0x18135b)]&&(_0x1dd108[_0x26e51e(_0x43471a._0x39bb6b,0x400,_0x43471a._0x3008f8,_0x43471a._0x537a97)]=await _0x5e6b22[_0x26e51e(_0x43471a._0x174723,_0x43471a._0x45fd91,0x41e,0x43a)](prompt,_0x5e6b22[_0x26e51e(_0x43471a._0x126cf7,_0x43471a._0xf6d77c,0x41e,_0x43471a._0xf6d77c)]));!_0x1dd108['email']&&(_0x1dd108[_0x26e51e(_0x43471a._0x13c85b,0x404,_0x43471a._0x523869,0x3c1)]=await prompt(_0x5e6b22[_0x26e51e(0x423,_0x43471a._0x238b8f,_0x43471a._0x2a9f80,0x40b)]));!_0x1dd108[_0x26e51e(_0x43471a._0x118233,_0x43471a._0x55a525,0x416,0x3fa)]&&(_0x5e6b22[_0x2c1ab9(0x36e,0x36d,0x35f,_0x43471a._0x1187a7)](_0x5e6b22[_0x2c1ab9(_0x43471a._0x4e4350,0x3b1,0x384,0x3c1)],_0x5e6b22[_0x26e51e(0x42e,_0x43471a._0x19614d,_0x43471a._0xb94b0c,_0x43471a._0x11f8f1)])?_0x1dd108[_0x2c1ab9(_0x43471a._0x5bce06,_0x43471a._0x5493ae,_0x43471a._0x559e12,_0x43471a._0x27c057)]=await _0x5e6b22[_0x2c1ab9(_0x43471a._0x2bf68b,_0x43471a._0x1923c7,_0x43471a._0x33c19e,0x368)](prompt,_0x26e51e(0x444,_0x43471a._0xd986c3,0x41c,0x459)+'\x20'):(_0xca2db4[_0x2c1ab9(_0x43471a._0x1fb6e4,0x355,_0x43471a._0x2b1504,_0x43471a._0x4fedab)](),_0x836f41[_0x26e51e(_0x43471a._0xf48aba,0x40b,0x3f0,0x3d3)](''),_0xb018(_0xc6cfb2)));function _0x26e51e(_0x2fe68c,_0x5e984c,_0x1f1310,_0x5260ee){return _0x5448(_0x2fe68c-_0x405756._0x207778,_0x5260ee);}if(!_0x1dd108['password']){_0x1dd108['password']=await _0x5e6b22[_0x26e51e(0x3ca,0x3c5,0x3b5,_0x43471a._0x1b429a)](prompt,_0x26e51e(0x3f3,_0x43471a._0x2d20ab,_0x43471a._0x4291b3,_0x43471a._0x2007b0),!![]);const _0x171286=await _0x5e6b22[_0x26e51e(0x3ca,_0x43471a._0x13a89a,_0x43471a._0x2db5e2,0x3c4)](prompt,_0x5e6b22['iXGXf'],!![]);_0x5e6b22[_0x26e51e(_0x43471a._0x250fd9,_0x43471a._0x449c12,0x3e1,_0x43471a._0x1f2183)](_0x1dd108['password'],_0x171286)&&(_0x5e6b22[_0x2c1ab9(_0x43471a._0x55bbb8,0x319,_0x43471a._0x33b6df,0x385)]===_0x5e6b22[_0x2c1ab9(_0x43471a._0x1d55fe,_0x43471a._0x3cda0f,0x350,0x356)]?(console['error'](_0x2c1ab9(0x398,0x36e,_0x43471a._0x2f042d,0x38a)+_0x2c1ab9(0x37a,0x3d4,0x3ac,0x388)+_0x26e51e(_0x43471a._0x348fb1,_0x43471a._0x4ddf8a,0x44f,_0x43471a._0x1276d2)),process[_0x26e51e(_0x43471a._0x30ae60,0x435,0x420,0x422)](0xc41*0x1+-0x1951+-0x29d*-0x5)):_0x5e6b22[_0x2c1ab9(_0x43471a._0x3a654c,0x31e,_0x43471a._0x240e33,0x395)](_0x307eee));}(!_0x1dd108[_0x2c1ab9(0x39f,_0x43471a._0x420894,0x391,_0x43471a._0x384151)]||_0x5e6b22['qvvVA'](_0x1dd108['username'][_0x26e51e(_0x43471a._0x54a396,0x3d4,_0x43471a._0x27127c,0x417)](),''))&&(console[_0x2c1ab9(0x3c9,_0x43471a._0x2d1b62,0x3c2,_0x43471a._0xd986c3)](_0x5e6b22[_0x2c1ab9(0x38e,_0x43471a._0x250fd9,0x3ba,_0x43471a._0x5ba47a)]),process[_0x26e51e(_0x43471a._0x245db5,0x460,0x40b,_0x43471a._0x2cf39f)](0x2*0x821+0x1a4c+-0xe2f*0x3));function _0x2c1ab9(_0xd964be,_0x1ab7c0,_0x2abdbf,_0x54aff6){return _0x5448(_0x2abdbf-0x1ef,_0x1ab7c0);}(!_0x1dd108[_0x2c1ab9(0x35d,0x3b4,_0x43471a._0x27c063,0x366)]||_0x5e6b22['qvvVA'](_0x1dd108['email'][_0x2c1ab9(_0x43471a._0x63e10f,_0x43471a._0x231ed3,0x387,_0x43471a._0x25f063)](),''))&&(console[_0x2c1ab9(0x39f,0x3a8,0x3c2,_0x43471a._0x2e4062)](_0x5e6b22[_0x2c1ab9(_0x43471a._0x2997fc,_0x43471a._0x17553c,0x351,_0x43471a._0x3a022d)]),process[_0x26e51e(0x449,_0x43471a._0x4f3835,_0x43471a._0x2cf39f,0x42d)](-0x143*-0x18+-0x299+-0x1bae));(!_0x1dd108['name']||_0x5e6b22['qvvVA'](_0x1dd108['name'][_0x2c1ab9(_0x43471a._0x22e1ed,0x392,_0x43471a._0x56cce4,0x39d)](),''))&&(_0x2c1ab9(_0x43471a._0x598799,_0x43471a._0x4dc40c,_0x43471a._0x166ce5,_0x43471a._0x354817)!==_0x5e6b22[_0x26e51e(_0x43471a._0x5eb5b9,0x3ef,0x466,0x404)]?(console[_0x26e51e(_0x43471a._0x5f4365,0x3f7,0x47e,_0x43471a._0x539911)](_0x5e6b22[_0x26e51e(0x40b,_0x43471a._0x5a24ae,0x3e2,0x3d0)]),process['exit'](-0x1a91+0x2423+-0x991)):(_0x12685f['error'](_0x26e51e(_0x43471a._0x125d06,_0x43471a._0x1179cd,0x3f5,_0x43471a._0x54d96b)+_0x26e51e(_0x43471a._0x606133,_0x43471a._0xe5b04a,_0x43471a._0x529742,_0x43471a._0xd986c3)+'ired'),_0x340a68[_0x2c1ab9(_0x43471a._0x20bf93,0x3c6,_0x43471a._0x442527,_0x43471a._0x4fb370)](-0x2111*0x1+0x37c+0xe*0x21d)));(!_0x1dd108[_0x26e51e(0x43b,_0x43471a._0x193036,0x452,0x41f)]||_0x5e6b22[_0x2c1ab9(_0x43471a._0x4a9ce2,_0x43471a._0x41e469,_0x43471a._0x17553c,0x33b)](_0x1dd108[_0x26e51e(0x43b,_0x43471a._0x328fb6,0x422,0x427)][_0x2c1ab9(_0x43471a._0x5368e4,0x407,0x3d9,0x3b4)],0xbcf+-0x23c+0x7*-0x15d))&&(console['error'](_0x5e6b22['wKfat']),process[_0x26e51e(_0x43471a._0x245db5,0x456,0x48c,0x40f)](0x1983+-0x3*-0x5e5+0x2b31*-0x1));const _0x55702a=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x55702a['test'](_0x1dd108['email'])&&(console[_0x26e51e(0x43d,_0x43471a._0x11e55b,_0x43471a._0xf48aba,_0x43471a._0x315593)](_0x26e51e(_0x43471a._0x455c6d,_0x43471a._0x19614d,_0x43471a._0x3fb831,_0x43471a._0x37c1c2)+'alid\x20email'+_0x2c1ab9(_0x43471a._0x5d7c6a,_0x43471a._0x1d2f97,0x373,_0x43471a._0xbd17c)+_0x1dd108[_0x2c1ab9(_0x43471a._0x55a525,_0x43471a._0x2f03de,0x38b,0x3b0)]+'\x22.'),process[_0x26e51e(_0x43471a._0x2637e5,0x43e,_0x43471a._0x523869,0x452)](-0xcd2+0x6ff*-0x1+0x13d2));const _0x292592=/^[a-zA-Z0-9_-]+$/;!_0x292592[_0x26e51e(0x436,0x41b,_0x43471a._0x55ff44,_0x43471a._0x3b28bf)](_0x1dd108[_0x26e51e(_0x43471a._0x39bb6b,0x3d4,0x449,0x409)])&&(_0x5e6b22[_0x2c1ab9(_0x43471a._0x33d269,0x381,_0x43471a._0xcefa5c,0x31a)](_0x5e6b22[_0x2c1ab9(_0x43471a._0x1be2c2,0x375,0x3ae,0x3e0)],_0x5e6b22[_0x2c1ab9(0x3df,_0x43471a._0x322caa,0x3ae,0x383)])?_0x5984f2[_0x2c1ab9(0x368,0x325,0x366,0x360)]=_0x3b7497[_0x2c1ab9(0x405,0x3c4,0x3c6,_0x43471a._0x2e1155)]('=')[0x167*0x5+-0x1b1*-0x13+-0x1*0x2725]:(console[_0x26e51e(0x43d,0x41d,_0x43471a._0x5165bb,_0x43471a._0x3927da)](_0x26e51e(_0x43471a._0x455c6d,_0x43471a._0x348fb1,0x3ff,_0x43471a._0x19b755)+'alid\x20usern'+_0x2c1ab9(_0x43471a._0x4b73c6,_0x43471a._0x1f2183,_0x43471a._0x56740e,0x3ce)+_0x1dd108[_0x26e51e(_0x43471a._0x51e0e6,0x3ea,0x3de,0x408)]+(_0x2c1ab9(0x3ec,_0x43471a._0x25f063,_0x43471a._0x55a525,_0x43471a._0x1276d2)+'y\x20letters,'+'\x20numbers,\x20'+_0x2c1ab9(_0x43471a._0x55a525,_0x43471a._0x3ac1ef,0x394,_0x43471a._0x3beae7)+_0x26e51e(_0x43471a._0x179150,_0x43471a._0x4d5687,_0x43471a._0x63e10f,0x3f7)+_0x26e51e(0x3d7,_0x43471a._0x2533bd,_0x43471a._0x1bdcac,0x398))),process[_0x26e51e(_0x43471a._0x5f390d,0x471,_0x43471a._0x27a734,0x403)](0x81b*-0x2+-0x1*0x7b5+0x5fb*0x4)));try{if(_0x5e6b22[_0x2c1ab9(0x372,_0x43471a._0xf6d77c,0x3a2,_0x43471a._0x327b17)]===_0x2c1ab9(_0x43471a._0x3f8cc2,_0x43471a._0x115a1f,0x39f,_0x43471a._0x390ae7)){const _0xfe66bf=await _0x5e6b22[_0x2c1ab9(0x3d3,_0x43471a._0x12c028,_0x43471a._0x488ba6,_0x43471a._0x559914)](findUserByUsername,_0x1dd108[_0x2c1ab9(0x39b,0x3a5,0x391,_0x43471a._0x1fb6e4)]);_0xfe66bf&&(_0x5e6b22[_0x26e51e(_0x43471a._0x51ba71,0x3a1,_0x43471a._0x5da504,_0x43471a._0x2007b0)](_0x5e6b22[_0x26e51e(_0x43471a._0x25ccc7,_0x43471a._0x3da04c,0x3f3,0x429)],_0x5e6b22[_0x26e51e(_0x43471a._0x59b398,0x3fe,_0x43471a._0x4aca78,0x40f)])?(console[_0x26e51e(_0x43471a._0x497a65,_0x43471a._0x1b6019,_0x43471a._0x7986b9,_0x43471a._0x2e5213)](_0x2c1ab9(0x35c,0x38b,_0x43471a._0x3aa061,_0x43471a._0x5864af)+_0x26e51e(0x3de,_0x43471a._0x10238a,0x39d,_0x43471a._0x39bb6b)+_0x1dd108[_0x2c1ab9(_0x43471a._0xa1ec97,0x34d,_0x43471a._0xee6aab,_0x43471a._0x14ae22)]+('\x22\x20already\x20'+'exists.')),process[_0x26e51e(0x449,_0x43471a._0x5a66b3,_0x43471a._0x1a39c3,0x43a)](0x12b7+0x10f3+-0x33*0xb3)):(_0x51b561['close'](),_0x5e6b22[_0x2c1ab9(0x3c5,_0x43471a._0xbe95ca,0x3c4,0x385)](_0x32535c,_0x33f839)));console[_0x2c1ab9(_0x43471a._0x113431,0x377,0x38e,_0x43471a._0x597d40)]('Creating\x20u'+_0x26e51e(_0x43471a._0x41adcc,_0x43471a._0x32e570,0x425,0x415)+_0x1dd108[_0x26e51e(0x40c,_0x43471a._0x23171c,_0x43471a._0x27a734,_0x43471a._0x53a0ab)]+_0x26e51e(_0x43471a._0x1de6bb,_0x43471a._0x42d19c,_0x43471a._0x2a279c,_0x43471a._0x29ac85));const _0x1f5f81={};_0x1f5f81[_0x2c1ab9(_0x43471a._0xa1ec97,_0x43471a._0x3aa16b,_0x43471a._0xee6aab,0x3aa)]=_0x1dd108[_0x26e51e(0x40c,_0x43471a._0x3d5fa9,0x3d7,_0x43471a._0x4e5c98)],_0x1f5f81['email']=_0x1dd108[_0x2c1ab9(_0x43471a._0x2d52ec,0x356,0x38b,_0x43471a._0x21a474)],_0x1f5f81[_0x2c1ab9(0x367,_0x43471a._0x1cff3e,0x366,_0x43471a._0x504949)]=_0x1dd108[_0x2c1ab9(0x339,_0x43471a._0x513dcc,0x366,_0x43471a._0x18b947)],_0x1f5f81[_0x2c1ab9(_0x43471a._0x102313,0x3af,0x3c0,_0x43471a._0x3fe7ab)]=_0x1dd108[_0x2c1ab9(_0x43471a._0x441ed0,_0x43471a._0x169da0,0x3c0,_0x43471a._0x57f395)],_0x1f5f81['isServerAd'+_0x26e51e(0x3fa,0x3fd,0x40b,_0x43471a._0x737fda)]=_0x1dd108[_0x2c1ab9(0x32e,0x32d,0x361,0x367)+_0x2c1ab9(0x380,0x384,_0x43471a._0x1187a7,_0x43471a._0x240e33)];const _0x282a11=await _0x5e6b22[_0x2c1ab9(0x3c5,_0x43471a._0x6c33f2,0x3b0,_0x43471a._0x4681eb)](createUser,_0x1f5f81);console[_0x26e51e(_0x43471a._0xe5bf55,0x3c8,0x3d4,0x3c8)](''),console[_0x26e51e(0x409,0x3c7,0x431,0x438)](_0x5e6b22[_0x26e51e(_0x43471a._0x127410,_0x43471a._0x4afc6d,0x447,_0x43471a._0x44a758)]),console['log'](''),console[_0x2c1ab9(_0x43471a._0x441ed0,_0x43471a._0x265726,0x38e,0x365)](_0x2c1ab9(_0x43471a._0x2bf68b,0x378,0x397,_0x43471a._0x47d25e)+_0x26e51e(_0x43471a._0x2e5213,_0x43471a._0x5c101c,0x3dd,_0x43471a._0x3d3ed2)),console[_0x2c1ab9(_0x43471a._0x389692,_0x43471a._0x1cff3e,0x38e,0x3c6)]('\x20\x20ID:\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x282a11['id']),console[_0x26e51e(0x409,_0x43471a._0x2820c4,0x426,_0x43471a._0x4ddf8a)](_0x2c1ab9(0x386,0x336,_0x43471a._0x3cb55a,0x381)+':\x20\x20\x20\x20'+_0x282a11[_0x26e51e(0x40c,_0x43471a._0x1fa24a,_0x43471a._0x5d0576,_0x43471a._0x86593a)]),console[_0x26e51e(_0x43471a._0xe5bf55,_0x43471a._0x35db07,0x3f6,0x3c9)]('\x20\x20Email:\x20\x20'+_0x26e51e(_0x43471a._0x4697b0,0x434,0x401,_0x43471a._0x528dc3)+_0x282a11['email']),console['log']('\x20\x20Name:\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x282a11[_0x26e51e(_0x43471a._0x118233,_0x43471a._0x4e4051,0x3b0,_0x43471a._0x1816e0)]),console[_0x2c1ab9(0x39e,_0x43471a._0x27fea,_0x43471a._0x1b65a1,_0x43471a._0xbe95ca)](_0x26e51e(_0x43471a._0x54d96b,_0x43471a._0x48aae3,0x3c2,_0x43471a._0x1a39c3)+'dmin:\x20'+(_0x282a11[_0x26e51e(_0x43471a._0x56259a,_0x43471a._0x4ff41c,0x3fe,_0x43471a._0x322caa)+_0x26e51e(_0x43471a._0x26cbef,_0x43471a._0x127410,_0x43471a._0x299725,_0x43471a._0x4b1517)]?'yes':'no')),console[_0x26e51e(0x409,_0x43471a._0x2d20ab,_0x43471a._0x52be44,0x443)](''),console[_0x26e51e(0x409,_0x43471a._0xa1a961,0x413,0x400)](_0x5e6b22[_0x2c1ab9(0x39c,_0x43471a._0x5540c3,_0x43471a._0x597d40,0x3d1)]);}else _0x2fe2fe[_0x26e51e(0x43d,0x3f9,_0x43471a._0x49dc62,_0x43471a._0x8b2f9f)](_0x5e6b22[_0x2c1ab9(0x381,0x3bc,_0x43471a._0x400042,0x3e6)]),_0x3ec85f[_0x26e51e(_0x43471a._0x5d4496,0x455,0x44e,_0x43471a._0x125d06)](-0x742*0x4+0x64*0x20+0x1089*0x1);}catch(_0x37f1f8){logger['error'](_0x5e6b22[_0x26e51e(_0x43471a._0x178cdb,_0x43471a._0x153301,0x420,_0x43471a._0x20c293)],_0x37f1f8),console[_0x2c1ab9(_0x43471a._0x2bdc54,_0x43471a._0x4e7726,0x3c2,0x3e4)]('Error:\x20Fai'+_0x2c1ab9(0x3a3,0x3ee,_0x43471a._0x598799,_0x43471a._0x296f98)+_0x26e51e(0x3fb,_0x43471a._0x4dc426,_0x43471a._0x48d7fe,0x40f)+'\x20'+_0x37f1f8[_0x2c1ab9(0x40f,_0x43471a._0x283cad,_0x43471a._0x179150,_0x43471a._0x11e739)]),process[_0x26e51e(_0x43471a._0x576882,_0x43471a._0x37232f,_0x43471a._0x4697b0,_0x43471a._0x4f574)](-0x99e+-0x2229+-0x3*-0xe98);}}
|
|
1
|
+
(function(_0x2f9e92,_0x3c7ac4){const _0x1fad90={_0x1542a3:0x38b,_0x320b86:0x391,_0x5c44e5:0x33b,_0x414720:0x30d,_0x391a71:0x315,_0xe2158c:0x310,_0x162210:0x349,_0x33d763:0x306,_0x40f4fa:0x368,_0x4b336b:0x390,_0x2572aa:0x31f,_0x1d465f:0x38d,_0x2805dc:0x349,_0x2a6575:0x33c,_0x2380d6:0x3b8,_0x585f3d:0x383,_0x1d32aa:0x364,_0x1245a4:0x365,_0x1630f4:0x361,_0x1c1a74:0x341,_0x5bfeca:0x339,_0x15febe:0x32d,_0x902f2f:0x345,_0x2e333f:0x353,_0x41da01:0x363,_0x55f1e4:0x37c,_0x2da51d:0x395},_0x492cbe={_0x3d1e6e:0x1d9};function _0x1f5062(_0x2a42e3,_0x53c23e,_0x409f28,_0x438238){return _0x18ed(_0x409f28-_0x492cbe._0x3d1e6e,_0x438238);}const _0x3f7a3d=_0x2f9e92();function _0x40a2ef(_0x1bff4d,_0x47533a,_0x12ad76,_0x3362f9){return _0x18ed(_0x47533a-0x21a,_0x1bff4d);}while(!![]){try{const _0x46a5c1=parseInt(_0x40a2ef(0x363,0x395,_0x1fad90._0x1542a3,_0x1fad90._0x320b86))/(-0x92b+-0x41f*0x9+0x2e43*0x1)*(parseInt(_0x1f5062(_0x1fad90._0x5c44e5,0x34e,_0x1fad90._0x414720,_0x1fad90._0x391a71))/(0x356+0x5cf+0x923*-0x1))+-parseInt(_0x1f5062(_0x1fad90._0xe2158c,_0x1fad90._0x162210,_0x1fad90._0x33d763,0x2ed))/(-0xa2d+0x3*-0x3f9+0x161b*0x1)+-parseInt(_0x40a2ef(0x382,0x3a0,_0x1fad90._0x40f4fa,_0x1fad90._0x4b336b))/(-0xbb9*0x2+-0x20*-0x92+0x536)+parseInt(_0x1f5062(_0x1fad90._0x2572aa,_0x1fad90._0x1d465f,_0x1fad90._0x2805dc,_0x1fad90._0x2a6575))/(0x24e6+0xb3*0x1f+-0x3a8e)+-parseInt(_0x40a2ef(_0x1fad90._0x2380d6,0x392,_0x1fad90._0x585f3d,_0x1fad90._0x1d32aa))/(0x195a+0x1*-0x335+-0x7*0x329)*(-parseInt(_0x1f5062(_0x1fad90._0x1245a4,_0x1fad90._0x1630f4,_0x1fad90._0x1c1a74,_0x1fad90._0x2a6575))/(-0x920+0x1*-0x1ee1+-0xf4*-0x2a))+-parseInt(_0x40a2ef(_0x1fad90._0x5bfeca,_0x1fad90._0x15febe,0x36e,_0x1fad90._0x902f2f))/(-0x846*0x1+0x1226+-0x9d8*0x1)*(-parseInt(_0x40a2ef(_0x1fad90._0x2e333f,0x375,_0x1fad90._0x41da01,0x379))/(-0x6*0x1e8+0x1133+-0x5ba))+-parseInt(_0x40a2ef(0x38f,_0x1fad90._0x55f1e4,_0x1fad90._0x2da51d,0x3bb))/(0x1866+-0x17b*0x19+0x1*0xca7);if(_0x46a5c1===_0x3c7ac4)break;else _0x3f7a3d['push'](_0x3f7a3d['shift']());}catch(_0x147639){_0x3f7a3d['push'](_0x3f7a3d['shift']());}}}(_0x2305,-0x1*-0x18da9+0x3*-0x5acc9+0x190d6b));function _0x18ed(_0x4d8fbe,_0x4d9736){_0x4d8fbe=_0x4d8fbe-(0x1efe+0x107f+-0x2e6b);const _0x489eda=_0x2305();let _0x521392=_0x489eda[_0x4d8fbe];if(_0x18ed['pQqBJe']===undefined){var _0x3f3b38=function(_0x2e542a){const _0x4f49ef='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x38840a='',_0x52d151='';for(let _0x808bcd=0xb*-0x219+-0xca*-0x17+-0x1*-0x4ed,_0x5612bc,_0x5efeb4,_0x3e0524=-0x9f*-0x17+0xb5c+0x1*-0x19a5;_0x5efeb4=_0x2e542a['charAt'](_0x3e0524++);~_0x5efeb4&&(_0x5612bc=_0x808bcd%(-0x1c*0xdb+-0x3e4+0x1bdc)?_0x5612bc*(0xe94+0x530+0x1*-0x1384)+_0x5efeb4:_0x5efeb4,_0x808bcd++%(-0x188b*0x1+-0x1174+0x2a03))?_0x38840a+=String['fromCharCode'](0x11d7*0x1+-0x1*-0x1132+-0x220a&_0x5612bc>>(-(0x1da8+-0x1d0c+-0x9a)*_0x808bcd&0x151*0x12+-0x1*0x1505+-0x2a7*0x1)):-0x1c55*-0x1+0xcf2*-0x2+-0x271){_0x5efeb4=_0x4f49ef['indexOf'](_0x5efeb4);}for(let _0x5eee2f=-0x13da+-0x1caa+0xe6*0x36,_0x25d482=_0x38840a['length'];_0x5eee2f<_0x25d482;_0x5eee2f++){_0x52d151+='%'+('00'+_0x38840a['charCodeAt'](_0x5eee2f)['toString'](0x23bf*0x1+-0x383*-0x9+0x105*-0x42))['slice'](-(-0x3*-0x5a+0x481+-0x31*0x1d));}return decodeURIComponent(_0x52d151);};_0x18ed['RcMgCm']=_0x3f3b38,_0x18ed['hWuxWJ']={},_0x18ed['pQqBJe']=!![];}const _0x2d8802=_0x489eda[-0x1d58+0x7*-0x442+0x3b26],_0x31a869=_0x4d8fbe+_0x2d8802,_0x2b78ec=_0x18ed['hWuxWJ'][_0x31a869];return!_0x2b78ec?(_0x521392=_0x18ed['RcMgCm'](_0x521392),_0x18ed['hWuxWJ'][_0x31a869]=_0x521392):_0x521392=_0x2b78ec,_0x521392;}import _0x192c0f from'readline';function _0x2305(){const _0x5c09ac=['C3bSAxq','CuvPv3G','yKf2zw0','C3n3B3jKlG','A2jYAwu','u1vxtNm','ndi2nZK1swXHEMHe','q3jLyxrPBMCGDq','CeTjtvK','AgT3t2i','ugfZC3DVCMq6ia','sKD0txa','A1blvg4','mtzYCuPMqLa','CxvLC3rPB24','tw1yDwG','wvvxuNe','yw4GBM93igXVzW','4PYtifvZzxiGy3jL','zxHPDa','te15rg4','q1Ddy2m','AMf3vNy','ywXPzcb1C2vYBG','iI4GvxnLig9UBa','C1viwuK','iIbHBhjLywr5ia','vw1Rre8','icbfBwfPBdOGia','ls11C2vYBMfTzq','B1LiD1m','yw1Lici','sxjqBuC','igjLigf0igXLyq','Exres2S','B3DKBxi','rxjYB3i6ifbHCW','DhjPBq','AwWGAxmGCMvXDq','C2vYici','D0rjAgi','AgvPCIb1C2vYBG','oIaGica','uKLirgy','wwDnuvi','icboyw1LoIaGia','C0Lgt2y','Aw5WDxq','AxjLza','C3n3B3jKoIa','C3flEe4','igLUihDPDgGGDa','mtuWm0jsAeTXDG','qvrRB2i','vgHLihvZzxiGyW','tvvwvum','DMX6z1u','C3rKAw4','zw1HAwW','nJC0mtyZmhv2ywXUAq','ywXPzcbLBwfPBa','icbvC2vYBMfTzq','CgfZC3DVCMq','rvPQwxi','EefVBfy','n1vuBu1iAq','y2XVC2u','rw1HAwW6ia','DgvZDa','y29gvxC','y3rLCNm','seDoDNi','vxnLCM5HBwu6ia','nda3mdiWwLf5uvfn','CePNvgm','ELDOEem','q3jHyK0','C3rKB3v0','yKv5A2G','y3jLyxrLihvZzq','BMfTzq','ntG3mZiYnKTXBLneAW','te9Yq3e','BwLU','mtu1nta2z3ngCKDW','s21eEK0','ls1LBwfPBd0','igzVCM1HDcaI','DgvYBwLUywW','zxf1AxjLza','DxnLCM5HBwu','icbjrdOGicaGia','rxjYB3i6ifvZzq','zxjYB3i','qMPZExe','ndCZmtiZnLnkDKfYDa','ALjkDue','CMzHy2u','CYWGyw5KigH5Ca','B3v0Chv0','C3qGocbJAgfYyq','y3jLyxrLsw50zq','AwHltLe','C3rHCNrZv2L0Aa','rMfPBgvKihrVia','yxrLzcbZDwnJzq','t2TLCvG','zuroveC','rxjYB3i6ievTyq','yxrLihvZzxiGlq','zxHPC3rZlG','rxLmAMK','C3DVCMqGBxvZDa','D3jPDgu','wvLYEha','BgvKihrVignYzq','mtu0nJrMv1fpyu8','sfnTwhy','rxjYB3i6ieLUDG','BwvZC2fNzq','rxjYB3i6iezHAq','C3DVCMrZigrVia','s0zsyK0','BM90ig1HDgnO','uwrcBNm','icaGica','q1LJywO','A1PvEu0','sfLvDhO','zsbPCYbYzxf1Aq','y3nsrK4','t3zQuhC','Bg9N','ig51BwjLCNmSia','Axntzxj2zxjbza','rNHjDfu'];_0x2305=function(){return _0x5c09ac;};return _0x2305();}import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function prompt(_0x159008,_0x176f9b=![]){const _0x4e7713={_0x2f447b:0xea},_0x28573e={_0x11a22d:0x4e3,_0x36afa3:0x4a2,_0x20acc7:0x4d8,_0x3e8649:0x4ba,_0x227058:0x51d,_0xf560cc:0x4e4,_0x26265f:0x515,_0x139936:0x520,_0x3b42aa:0x533,_0x4269db:0x532,_0xe92cd6:0x513,_0x5b222d:0x18e,_0x39f798:0x507,_0x3a0a40:0x50c,_0x4068b6:0x51f,_0x3042ad:0x4f8,_0x5edbda:0x4d7,_0x4e4d00:0x168,_0x4fdea2:0x4d6,_0x1ca283:0x4df,_0x3ff97f:0x1aa,_0x223847:0x4e7,_0x8bc06c:0x4b9,_0x3e1c5f:0x50a,_0x23652f:0x50e,_0x138688:0x53e,_0x2918d5:0x4bb,_0x3870bd:0x160,_0x21e49b:0x178,_0x2c80ae:0x4ea,_0x24a9d1:0x4d4,_0x49a859:0x4d0,_0x2fb24d:0x4e4,_0x9744cd:0x4e8,_0x46db0c:0x50a,_0x1dcd44:0x198,_0x2dc9c7:0x1bc,_0x2a3d4e:0x18c,_0x40290a:0x1aa,_0x26b6d6:0x1f6},_0x5c9c0e={_0x22082e:0x1ae,_0x31002c:0x1ba,_0x3b80ac:0x1f1,_0x328d90:0x235},_0x3b0a99={_0x134acc:0x441,_0x7656b2:0x483,_0x239276:0x46e,_0x30067d:0x437},_0x50a448={_0x15b8e7:0xf0,_0x20c5b9:0xf4,_0x2040eb:0x127},_0x135304={_0x46b53a:0x65};function _0xbf058e(_0x2933b9,_0x137be9,_0x4ac0f3,_0x53c57){return _0x18ed(_0x137be9- -_0x135304._0x46b53a,_0x53c57);}const _0x1ae531={'qEiWx':function(_0x51cbaf,_0xaa712a){return _0x51cbaf(_0xaa712a);},'jawVv':function(_0x11a529,_0x2d8f0c){return _0x11a529(_0x2d8f0c);},'CerXN':function(_0x44dd13,_0x18c72f){return _0x44dd13!==_0x18c72f;},'kZUyM':_0xbf058e(_0x4e7713._0x2f447b,0x101,0x103,0x105)};return new Promise(_0x595281=>{const _0x198b2b={_0x1b8697:0x16f,_0x5023a3:0x388},_0x9e080a={_0x4bf659:0x374,_0x4dabbf:0x34a,_0x380212:0x326,_0x5824ac:0x311,_0x18295a:0x327,_0x1b2f10:0x362},_0x3b9471={_0x1f4b69:0x35},_0x570539={_0x5a424d:0x1a,_0x459890:0x25};function _0x524d3d(_0x455bbd,_0x580464,_0x1c55a0,_0x3d99e5){return _0xbf058e(_0x455bbd-_0x570539._0x5a424d,_0x3d99e5- -0x29b,_0x1c55a0-_0x570539._0x459890,_0x455bbd);}function _0x40c75b(_0x310d71,_0x4edaf1,_0x5a0035,_0x4e7e55){return _0xbf058e(_0x310d71-_0x3b9471._0x1f4b69,_0x310d71-0x3e9,_0x5a0035-0xc5,_0x4edaf1);}const _0x462c27={'SUWNs':function(_0x2e0318){return _0x2e0318();},'pJgTc':function(_0x472b1c,_0xfe66c3){function _0x2814fd(_0x3aad0a,_0xe6c29d,_0x607383,_0x4b65b0){return _0x18ed(_0xe6c29d- -0x226,_0x607383);}return _0x1ae531[_0x2814fd(-_0x50a448._0x15b8e7,-0xe9,-_0x50a448._0x20c5b9,-_0x50a448._0x2040eb)](_0x472b1c,_0xfe66c3);}};if(_0x176f9b){if(_0x1ae531['CerXN'](_0x40c75b(_0x28573e._0x11a22d,0x4af,0x515,0x4f5),_0x1ae531[_0x40c75b(_0x28573e._0x36afa3,_0x28573e._0x20acc7,0x474,_0x28573e._0x3e8649)])){const _0x6c641a=new Writable({'write':(_0x3d3cf6,_0x475219,_0x40970a)=>{const _0x5c5b70={_0x54b154:0x42};function _0x2bb182(_0x367e58,_0x1b1b48,_0xad6ed6,_0x7c8cdf){return _0x40c75b(_0xad6ed6- -_0x5c5b70._0x54b154,_0x367e58,_0xad6ed6-0x1be,_0x7c8cdf-0x162);}_0x462c27[_0x2bb182(_0x3b0a99._0x134acc,_0x3b0a99._0x7656b2,_0x3b0a99._0x239276,_0x3b0a99._0x30067d)](_0x40970a);}}),_0x40d3fd={};_0x40d3fd[_0x40c75b(0x4da,_0x28573e._0x227058,0x507,0x4f6)]=process[_0x40c75b(_0x28573e._0xf560cc,_0x28573e._0x26265f,0x50a,_0x28573e._0x139936)],_0x40d3fd[_0x40c75b(0x50e,_0x28573e._0x3b42aa,_0x28573e._0x4269db,_0x28573e._0xe92cd6)]=_0x6c641a,_0x40d3fd[_0x524d3d(-_0x28573e._0x5b222d,-0x189,-0x188,-0x181)]=!![];const _0x1b28ee=_0x192c0f[_0x40c75b(0x510,0x544,_0x28573e._0x39f798,0x529)+_0x40c75b(_0x28573e._0x3a0a40,0x53d,0x4c8,_0x28573e._0x4068b6)](_0x40d3fd);process[_0x40c75b(_0x28573e._0x3042ad,0x4e8,_0x28573e._0x5edbda,0x4f8)][_0x524d3d(-0x13a,-0x125,-0x1a4,-_0x28573e._0x4e4d00)](_0x159008),_0x1b28ee[_0x40c75b(0x4b9,_0x28573e._0x4fdea2,0x485,_0x28573e._0x1ca283)]('',_0x2de845=>{const _0x1c51f2={_0x3ec0df:0x1aa},_0x2a0267={_0x146537:0x185};_0x1b28ee[_0x28077d(0x38b,0x368,_0x9e080a._0x4bf659,_0x9e080a._0x4dabbf)](),console[_0x28077d(_0x9e080a._0x380212,0x322,0x2e4,_0x9e080a._0x5824ac)]('');function _0x28077d(_0x3f1127,_0x364144,_0x1e257d,_0x83df86){return _0x40c75b(_0x364144- -_0x2a0267._0x146537,_0x83df86,_0x1e257d-0x37,_0x83df86-0xdf);}function _0x1911a5(_0x44dee3,_0xcc5104,_0x530095,_0x2c41ac){return _0x524d3d(_0x530095,_0xcc5104-_0x1c51f2._0x3ec0df,_0x530095-0x12a,_0x2c41ac- -0x3c);}_0x1ae531[_0x28077d(0x36b,_0x9e080a._0x18295a,_0x9e080a._0x1b2f10,0x2ea)](_0x595281,_0x2de845);});}else{const _0x229d1f={_0x163bb3:0x29,_0x2ba3e2:0x1b,_0xfe6907:0x28,_0x18e4dc:0x24},_0x4d8160={_0x27c4dc:0x127},_0x4c8199={};_0x4c8199[_0x524d3d(-0x1a8,-0x1ae,-0x1dc,-_0x28573e._0x3ff97f)]=_0x248fda[_0x40c75b(0x4e4,_0x28573e._0x223847,_0x28573e._0x8bc06c,_0x28573e._0x3e1c5f)],_0x4c8199[_0x40c75b(_0x28573e._0x23652f,0x54b,_0x28573e._0x138688,0x4d6)]=_0x712a49[_0x40c75b(0x4f8,0x4ee,0x4cb,_0x28573e._0x2918d5)];const _0x3c7b5c=_0x2c63c6[_0x524d3d(-_0x28573e._0x3870bd,-_0x28573e._0x21e49b,-0x13e,-0x174)+'rface'](_0x4c8199);_0x3c7b5c[_0x40c75b(0x4b9,0x4e0,_0x28573e._0x2c80ae,_0x28573e._0x24a9d1)](_0x4c9bb5,_0x26439d=>{_0x3c7b5c[_0x2ba2b6(_0x229d1f._0x163bb3,_0x229d1f._0x2ba3e2,_0x229d1f._0xfe6907,_0x229d1f._0x18e4dc)]();function _0x2ba2b6(_0x417161,_0x24477a,_0xb0838d,_0xd3a987){return _0x40c75b(_0x24477a- -0x4d2,_0x417161,_0xb0838d-0x181,_0xd3a987-_0x4d8160._0x27c4dc);}_0x3e4d4a(_0x26439d);});}}else{const _0x437071={};_0x437071[_0x40c75b(0x4da,_0x28573e._0x49a859,0x4f7,0x4fc)]=process[_0x40c75b(_0x28573e._0x2fb24d,_0x28573e._0x9744cd,0x4e8,_0x28573e._0x46db0c)],_0x437071[_0x524d3d(-0x132,-0x195,-0x174,-0x176)]=process[_0x524d3d(-_0x28573e._0x3ff97f,-_0x28573e._0x1dcd44,-_0x28573e._0x2dc9c7,-_0x28573e._0x2a3d4e)];const _0x47e532=_0x192c0f[_0x40c75b(0x510,0x4f7,0x502,0x520)+'rface'](_0x437071);_0x47e532[_0x524d3d(-_0x28573e._0x40290a,-0x20d,-_0x28573e._0x26b6d6,-0x1cb)](_0x159008,_0x1e537e=>{const _0xa37105={_0x527317:0x6ab,_0x23c3f5:0x37,_0xa62ca1:0x165};_0x47e532[_0x17348b(_0x5c9c0e._0x22082e,_0x5c9c0e._0x31002c,_0x5c9c0e._0x3b80ac,0x1f7)]();function _0x4fc25e(_0x123d02,_0x524e53,_0x125266,_0x140aaa){return _0x40c75b(_0x524e53- -_0xa37105._0x527317,_0x123d02,_0x125266-_0xa37105._0x23c3f5,_0x140aaa-_0xa37105._0xa62ca1);}function _0x17348b(_0xfbbad4,_0x168119,_0x45bf90,_0x1a8769){return _0x524d3d(_0xfbbad4,_0x168119-0x79,_0x45bf90-_0x198b2b._0x1b8697,_0x45bf90-_0x198b2b._0x5023a3);}_0x462c27[_0x17348b(0x1f3,0x1f0,0x1f9,_0x5c9c0e._0x328d90)](_0x595281,_0x1e537e);});}});}function parseArgs(_0x322264){const _0x1a7860={_0x5023fe:0x306,_0x48468b:0x2ce,_0x3a9b4d:0x313,_0x3591fc:0x349,_0x3a6b37:0x344,_0x2b3ed5:0x33a,_0x689253:0x2fb,_0x2ea269:0x338,_0x1fd324:0x31d,_0x413f3a:0x30b,_0x5c46ad:0x302,_0x1a5459:0x2db,_0x68ca68:0x2b8,_0x422d82:0x30f,_0x50c095:0x2df,_0x1743cf:0x2dc,_0x4eaba5:0x328,_0x7d21d6:0x311,_0x3a8ad7:0x2e6,_0x1afe4a:0x2ac,_0x5ac304:0x2d9,_0x330d71:0x2ee,_0x3820ef:0x2d1,_0x89fe36:0x2b5,_0x40b5cb:0x31a,_0xb0a2d9:0x334,_0x56564b:0x343,_0x3d0194:0x328,_0xa56548:0x341,_0x18f727:0x2e8,_0x1be69a:0x328,_0x15a10b:0x2ec,_0x40e348:0x2ea,_0x14803b:0x2ff,_0x42a508:0x30e,_0x175baa:0x2ab,_0x354f74:0x2b5,_0x55452f:0x317,_0x525811:0x331,_0x6aa00a:0x330,_0x10b231:0x323,_0x127c4a:0x2f6,_0x393583:0x33d,_0x1f5de8:0x2e9,_0x39af58:0x2cb,_0x15f35c:0x320,_0xefaac1:0x349,_0x26b9aa:0x337,_0x4aadcd:0x342,_0x35448b:0x346,_0x3bdd66:0x2f9,_0x1a5179:0x33b,_0x44e517:0x36b,_0x550771:0x2f5,_0x2f9711:0x2f0,_0x51772d:0x2d7,_0x46093d:0x358,_0x5e1a72:0x346,_0xbebb1b:0x365,_0x417228:0x2e7,_0x1095ae:0x32b,_0x33e84d:0x327,_0x2d0401:0x2f3,_0x281273:0x2f2,_0x40d647:0x2bf,_0x4122b9:0x2b4,_0x4cec77:0x2b7,_0x43d8ee:0x375,_0x4f4e4f:0x36a,_0x5d8d76:0x35c,_0x21f2ce:0x336,_0x58a094:0x32a,_0x531314:0x357,_0x19ba39:0x311,_0x317286:0x2fd,_0x3d2c50:0x379},_0x227c28={_0x5e71b9:0x1a9},_0x169d62={_0x264910:0x1c2},_0x1208b0={};_0x1208b0['IrPmG']=_0x34dbf0(_0x1a7860._0x5023fe,0x322,_0x1a7860._0x48468b,_0x1a7860._0x3a9b4d)+'=';function _0x34dbf0(_0x58ee53,_0x3012ea,_0x14d902,_0x51757b){return _0x18ed(_0x58ee53-_0x169d62._0x264910,_0x14d902);}_0x1208b0[_0x405695(_0x1a7860._0x3591fc,0x348,_0x1a7860._0x3a6b37,_0x1a7860._0x2b3ed5)]=_0x34dbf0(0x33f,_0x1a7860._0x689253,0x352,_0x1a7860._0x2ea269),_0x1208b0[_0x34dbf0(0x2df,_0x1a7860._0x1fd324,0x2b6,0x2d8)]='--name=',_0x1208b0[_0x405695(0x361,0x33f,0x312,0x336)]=function(_0x2dec9c,_0x438e6f){return _0x2dec9c===_0x438e6f;},_0x1208b0['eDNTG']=_0x34dbf0(0x317,_0x1a7860._0x413f3a,0x2ea,0x34e),_0x1208b0[_0x34dbf0(_0x1a7860._0x5c46ad,_0x1a7860._0x2b3ed5,_0x1a7860._0x1a5459,0x2f2)]='--password'+'=',_0x1208b0[_0x405695(_0x1a7860._0x68ca68,_0x1a7860._0x422d82,_0x1a7860._0x50c095,_0x1a7860._0x1743cf)]=_0x34dbf0(0x330,0x303,0x31c,_0x1a7860._0x4eaba5),_0x1208b0[_0x34dbf0(0x311,_0x1a7860._0x2b3ed5,_0x1a7860._0x7d21d6,0x2f6)]=function(_0x2f3773,_0x2f879b){return _0x2f3773===_0x2f879b;},_0x1208b0['WsHns']='--admin',_0x1208b0[_0x34dbf0(0x30b,_0x1a7860._0x3a8ad7,0x33f,0x2f3)]=_0x405695(_0x1a7860._0x1afe4a,0x31d,0x2d6,_0x1a7860._0x5ac304),_0x1208b0[_0x34dbf0(0x2e4,_0x1a7860._0x330d71,_0x1a7860._0x3820ef,_0x1a7860._0x89fe36)]=_0x405695(_0x1a7860._0x40b5cb,_0x1a7860._0xb0a2d9,0x2fc,0x31b);const _0x2d7568=_0x1208b0;function _0x405695(_0x4dae41,_0x631d8a,_0x423c04,_0x300949){return _0x18ed(_0x300949-_0x227c28._0x5e71b9,_0x423c04);}const _0x41dd24={};_0x41dd24[_0x34dbf0(_0x1a7860._0x56564b,0x30a,_0x1a7860._0x3d0194,0x37d)]=null,_0x41dd24[_0x34dbf0(0x323,_0x1a7860._0xa56548,0x35e,_0x1a7860._0x18f727)]=null,_0x41dd24[_0x405695(_0x1a7860._0x1be69a,_0x1a7860._0x15a10b,_0x1a7860._0x40e348,0x320)]=null,_0x41dd24[_0x405695(_0x1a7860._0x14803b,0x301,0x320,_0x1a7860._0x42a508)]=null,_0x41dd24[_0x34dbf0(0x2e7,_0x1a7860._0x175baa,0x2bc,_0x1a7860._0x354f74)+'min']=![];const _0x1373b7=_0x41dd24;for(const _0x782782 of _0x322264){if(_0x782782['startsWith'](_0x2d7568[_0x34dbf0(0x309,0x2ff,0x320,_0x1a7860._0x55452f)]))_0x1373b7[_0x405695(_0x1a7860._0x525811,0x36b,0x338,0x32a)]=_0x782782[_0x405695(0x302,0x2d6,0x2c5,0x2d0)]('=')[0x26ce+0x1b7f+-0x424c];else{if(_0x782782['startsWith'](_0x2d7568[_0x34dbf0(0x353,_0x1a7860._0x3591fc,0x37b,_0x1a7860._0x6aa00a)]))_0x1373b7[_0x34dbf0(_0x1a7860._0x10b231,0x326,_0x1a7860._0x127c4a,_0x1a7860._0x393583)]=_0x782782[_0x34dbf0(_0x1a7860._0x1f5de8,0x324,_0x1a7860._0x39af58,0x2ae)]('=')[0x1*-0x1299+-0x1e7*-0x7+0x549];else{if(_0x782782[_0x405695(0x316,_0x1a7860._0x15f35c,_0x1a7860._0xefaac1,_0x1a7860._0x26b9aa)](_0x2d7568[_0x34dbf0(_0x1a7860._0x50c095,0x2c1,0x2ae,_0x1a7860._0x68ca68)]))_0x2d7568[_0x405695(0x35d,_0x1a7860._0x4aadcd,_0x1a7860._0x35448b,0x336)](_0x2d7568[_0x405695(_0x1a7860._0x3bdd66,0x342,_0x1a7860._0x2b3ed5,_0x1a7860._0x1a5179)],_0x34dbf0(0x33e,_0x1a7860._0x44e517,0x308,0x353))?(_0x5244fe['close'](),_0x10167a(_0x514326)):_0x1373b7[_0x405695(_0x1a7860._0x550771,_0x1a7860._0x2f9711,0x323,0x320)]=_0x782782[_0x405695(0x28f,0x2be,_0x1a7860._0x51772d,0x2d0)]('=')[0x1f5e+0x2376+-0x42d3*0x1];else{if(_0x782782[_0x34dbf0(0x350,_0x1a7860._0x46093d,_0x1a7860._0x5e1a72,_0x1a7860._0xbebb1b)](_0x2d7568[_0x34dbf0(0x302,_0x1a7860._0x417228,_0x1a7860._0x1095ae,_0x1a7860._0x42a508)]))_0x2d7568['ihKNQ'](_0x2d7568['kPKTn'],_0x405695(_0x1a7860._0x33e84d,0x2ee,_0x1a7860._0x2d0401,0x317))?_0x1373b7['password']=_0x782782[_0x405695(0x2dd,0x2c4,0x2b4,0x2d0)]('=')[-0x1f1b+-0x1328+-0x3244*-0x1]:_0x529d60['username']=_0x1d42f7[_0x34dbf0(_0x1a7860._0x1f5de8,0x32a,0x2ba,_0x1a7860._0x281273)]('=')[-0xf1a+-0x29b+0x11b6];else _0x2d7568[_0x405695(0x2f3,0x315,_0x1a7860._0x40d647,0x2f8)](_0x782782,_0x2d7568['WsHns'])&&(_0x2d7568[_0x405695(_0x1a7860._0x4122b9,0x2f7,_0x1a7860._0x2d0401,_0x1a7860._0x281273)]===_0x2d7568[_0x405695(_0x1a7860._0x4cec77,0x2ea,0x2f0,0x2cb)]?(_0x472537['error'](_0x34dbf0(0x345,_0x1a7860._0x43d8ee,_0x1a7860._0x4f4e4f,_0x1a7860._0x5d8d76)+'r\x20\x22'+_0x238eb8[_0x405695(0x34c,0x308,_0x1a7860._0x21f2ce,_0x1a7860._0x58a094)]+('\x22\x20already\x20'+_0x34dbf0(0x357,_0x1a7860._0x531314,0x383,0x340))),_0x17d207[_0x34dbf0(0x2fc,0x31d,_0x1a7860._0x19ba39,_0x1a7860._0x1fd324)](-0x860*-0x1+0x1ad8+-0x2337)):_0x1373b7[_0x405695(0x2cf,0x2af,_0x1a7860._0x317286,0x2ce)+_0x34dbf0(0x33c,0x354,_0x1a7860._0x3d2c50,0x369)]=!![]);}}}}return _0x1373b7;}export async function createUserCommand(_0x11eac1){const _0x32f112={_0x12edf5:0x232,_0x59a844:0x1dc,_0x12b981:0x1ef,_0x15490a:0x207,_0x5c621d:0x275,_0x3b969c:0xda,_0x14eb10:0xb9,_0x98e809:0x255,_0x10aa97:0x298,_0x439e66:0x26b,_0x6b5f65:0x9d,_0x2cd46e:0xc3,_0x129070:0xe9,_0x5a2549:0xb0,_0x28d282:0x2ab,_0x4bf911:0x27d,_0x39490c:0x23f,_0x5b6ddd:0x227,_0x1d254a:0x279,_0x543ecf:0x244,_0x5461cb:0x202,_0x515334:0x266,_0xfb69f8:0x139,_0x36ee3c:0x14a,_0xd0dde1:0x26f,_0x2b370c:0x256,_0x59a86b:0x285,_0x4a9b80:0x2ae,_0x1f4d1c:0x262,_0x4c989a:0x2b5,_0x52842a:0x283,_0x1af593:0x21a,_0xb45c1:0x22e,_0x174df4:0x201,_0x83a1b0:0x21d,_0x3ffa1e:0x1e4,_0xcbbdd7:0x1f5,_0x257a3c:0xbf,_0x8d5b42:0x84,_0x349d35:0x211,_0x2dfe38:0xe6,_0x19bf56:0xff,_0x7d1ccc:0xd0,_0x89506e:0x100,_0x443255:0x103,_0x22ed1d:0xec,_0x363ad5:0x129,_0x5933ce:0x20d,_0x42c576:0x214,_0x177db0:0x1f8,_0x2c3f59:0x27c,_0x43aafc:0x240,_0x16a815:0x271,_0x5247a9:0x276,_0x59e2ac:0xca,_0x4bbe3f:0xfc,_0xb4e29c:0x106,_0xaf5882:0x13a,_0x4ef006:0x117,_0x3e3fce:0x12c,_0x3f6a44:0x111,_0x2ee90e:0x23c,_0x3b7bca:0x278,_0x4fe972:0xa4,_0x1a1a4e:0xd5,_0x40cb27:0xa5,_0x55894c:0xe7,_0x150a8d:0xe2,_0x58da74:0x112,_0xab6fda:0xf5,_0x1e713b:0xf5,_0x41f23c:0x117,_0x3a491f:0xdf,_0xfae7f9:0x102,_0x5f3308:0x221,_0x187432:0x268,_0x4b9583:0x226,_0x278ce2:0x25d,_0x64e398:0x22e,_0x29462e:0x27f,_0x4da4c4:0x26e,_0x549528:0x242,_0xb11cfb:0x246,_0x3bc4f1:0x23d,_0x567b27:0x245,_0x34af37:0xea,_0x4f4883:0xa3,_0x11097c:0xfe,_0xfbaa1b:0x282,_0x6065ff:0x15f,_0x2897c4:0x10b,_0x474722:0x177,_0x3395aa:0x144,_0x547e8d:0x166,_0x4b603b:0xf7,_0x16bdf:0x153,_0x9f97ce:0x113,_0x40a03:0x140,_0x53c51a:0xb3,_0x19f343:0x11e,_0xe1857d:0x131,_0x2afa14:0x12b,_0x149026:0x25b,_0x21d9e8:0x261,_0x5b4b11:0x102,_0x50a927:0xc0,_0x1fd6da:0x80,_0x4ce227:0x114,_0xd4d5b4:0xdd,_0x3becdd:0x103,_0x3b3de3:0x26b,_0x3f4320:0x25c,_0x4bfb46:0x238,_0x3d881e:0x1f6,_0x381a05:0x273,_0x193866:0x219,_0x1a7332:0x259,_0x34f0c3:0x290,_0x1b7123:0x20c,_0xba6fc3:0x21c,_0x567575:0x258,_0x563644:0x22b,_0x16893c:0x1ee,_0x26a043:0x22a,_0x57a579:0x10a,_0x1f9f30:0x9c,_0xdac7c1:0xd2,_0x40bf8f:0x13a,_0x5017ad:0x10c,_0x3c9e79:0x107,_0x41126c:0x22e,_0x2d9891:0x1f0,_0x46a536:0x12e,_0x40940e:0x270,_0x220cda:0xf9,_0x10c336:0x12f,_0x38f8fa:0x2c9,_0x4b599c:0x289,_0x485e48:0x270,_0x5c778f:0x248,_0x202cc8:0xca,_0x811ce4:0x22d,_0xb3ff74:0xef,_0x5579dd:0x11c,_0x354680:0x1fa,_0x2d269b:0x2a1,_0x587686:0x276,_0x5a5015:0x276,_0x1b0160:0x267,_0xb9dbee:0x228,_0x3f34b6:0x1f5,_0x40c820:0x28c,_0x3affaf:0x222,_0x1bcabe:0x238,_0x4aa442:0x110,_0x3664ab:0x13a,_0x4205d0:0x123,_0x157214:0xfa,_0x4e52a3:0xdd,_0x513236:0x260,_0x41b8f2:0xa1,_0x4db5a9:0xd8,_0x13f6e9:0x27b,_0x34ae6e:0x25b,_0x449e68:0x24c,_0x68c983:0x15c,_0x2d84ad:0x124,_0x1e87e4:0x218,_0x40444b:0x257,_0x5372fb:0x104,_0x2f71d1:0xe8,_0x10f10c:0xf3,_0x65f83d:0x23c,_0x2a1c79:0x203,_0x57e0ef:0xac,_0x365e81:0x127,_0x1d733f:0x113,_0x5c3ad1:0xd2,_0x533b3c:0xe7,_0x1bd53e:0x288,_0x5c5f34:0xf1,_0x3ac164:0x127,_0x209a86:0x108,_0x2ff80d:0x247,_0x564e61:0x25e,_0x528275:0x8e,_0x3b4755:0xcd,_0x3439c5:0x111,_0x5f4c69:0x252,_0xc353d1:0xce,_0x899aad:0xd1,_0x59b92c:0xf1,_0x451996:0x220,_0x5a742b:0x21c,_0x563c65:0xf4,_0xe61ae7:0xd5,_0x2e8ea9:0x219,_0x141727:0x25c,_0x52de7d:0x149,_0x163337:0x113,_0x21c826:0x21c,_0x5122ed:0x212,_0xad86a0:0xd5,_0x4dc935:0x252,_0x3ff1ed:0x226,_0x465cb7:0x213,_0x109b0a:0x230,_0x15d664:0x27e,_0x57f07d:0x28d,_0x1d490c:0x261,_0x3118da:0x223,_0x5609be:0x243,_0x2eaa23:0x278,_0x54780e:0x291,_0x5df7ca:0x247,_0x4814cd:0xdc,_0x2d6fe4:0x14c,_0x34a5b7:0x274,_0x4c119a:0x249,_0x5034c8:0x16e,_0x166b22:0x143,_0x1b2e28:0x133,_0x2ebdc8:0x10b,_0x542b9c:0x2ad,_0x705f71:0x27a,_0x5e631a:0x27b,_0x2fe5b7:0x21b,_0xf25b88:0x232,_0x1f0f50:0x16f,_0x41972b:0x14d,_0x40cba9:0xf2,_0x84dfb0:0xcc,_0x513a17:0xf4,_0x19b245:0xf8,_0x5f35f5:0x2b3,_0x175b0a:0xf8,_0x20c25c:0x101,_0x34995c:0x17c,_0x3a07e9:0x262,_0x2adf8d:0xfd,_0x4247b6:0x102,_0x17641c:0x24c,_0x595d6c:0x133,_0x3e44cf:0x156,_0x35ab08:0x2a4,_0x29dc98:0x27a,_0x2a3483:0x15a,_0x2da891:0xaf,_0x1e04a5:0xf2,_0x5cdd53:0xcc,_0x9d520e:0x13d,_0x205b08:0xf0,_0x3fe76d:0xc8,_0x344693:0x103,_0x8f1ccd:0xb9,_0x534f93:0x10d,_0x29cdd5:0x98,_0x131d93:0xc5,_0x53dc58:0x155,_0x4d886c:0x125,_0xc10ee4:0x13c},_0x243586={_0x48e255:0x39d},_0x547a24={'QdBns':_0x4a4c76(-_0x32f112._0x12edf5,-0x20e,-_0x32f112._0x59a844,-0x21d)+_0x4a4c76(-_0x32f112._0x12b981,-0x227,-_0x32f112._0x15490a,-0x237)+'r','JGtMp':_0x4a4c76(-0x278,-0x252,-0x21a,-_0x32f112._0x5c621d)+_0x57326c(-_0x32f112._0x3b969c,-0xc5,-0xbf,-_0x32f112._0x14eb10)+_0x4a4c76(-0x23a,-_0x32f112._0x98e809,-_0x32f112._0x10aa97,-_0x32f112._0x439e66)+_0x57326c(-0xbc,-_0x32f112._0x6b5f65,-0xcb,-0xaa)+_0x57326c(-0xce,-_0x32f112._0x2cd46e,-_0x32f112._0x129070,-_0x32f112._0x5a2549),'CWCcc':'Error:\x20Nam'+_0x4a4c76(-_0x32f112._0x28d282,-_0x32f112._0x4bf911,-0x247,-_0x32f112._0x39490c)+'red','Yjxsq':_0x4a4c76(-0x242,-0x22a,-_0x32f112._0x5b6ddd,-0x24b),'oYHwS':_0x4a4c76(-_0x32f112._0x1d254a,-_0x32f112._0x543ecf,-0x268,-_0x32f112._0x5461cb),'LMyDn':function(_0x21221c,_0x334aa1){return _0x21221c(_0x334aa1);},'RIHDf':_0x4a4c76(-0x205,-0x233,-0x22d,-_0x32f112._0x515334),'jRJuA':'Full\x20Name:'+'\x20','bEykh':_0x4a4c76(-0x262,-0x236,-0x25f,-0x1fc),'kbrie':function(_0x5d874f,_0x517513,_0x1b7cd4){return _0x5d874f(_0x517513,_0x1b7cd4);},'UmkDO':_0x57326c(-_0x32f112._0xfb69f8,-_0x32f112._0x36ee3c,-0x125,-0x111),'EyLji':function(_0x1991d8,_0x423f0e,_0x467bd7){return _0x1991d8(_0x423f0e,_0x467bd7);},'oymKE':function(_0x3bb54c,_0xcdc35d){return _0x3bb54c!==_0xcdc35d;},'LOrCq':function(_0x40acc2,_0xaf7ca1){return _0x40acc2===_0xaf7ca1;},'YgMQR':'kUoXX','coFUw':_0x4a4c76(-0x267,-0x252,-0x240,-_0x32f112._0xd0dde1)+_0x4a4c76(-_0x32f112._0x2b370c,-_0x32f112._0x59a86b,-_0x32f112._0x4a9b80,-_0x32f112._0x1f4d1c)+_0x4a4c76(-_0x32f112._0x4c989a,-_0x32f112._0x52842a,-0x2b9,-0x24f),'KvOKr':_0x4a4c76(-0x1fa,-_0x32f112._0x1af593,-0x218,-_0x32f112._0xb45c1)+'rname\x20is\x20r'+_0x4a4c76(-_0x32f112._0x174df4,-_0x32f112._0x83a1b0,-_0x32f112._0x3ffa1e,-_0x32f112._0xcbbdd7),'owdmr':_0x57326c(-_0x32f112._0x257a3c,-0xb9,-_0x32f112._0x2cd46e,-_0x32f112._0x8d5b42)+_0x4a4c76(-_0x32f112._0x349d35,-0x250,-0x270,-0x257)+_0x57326c(-0x10a,-_0x32f112._0x2dfe38,-_0x32f112._0x19bf56,-_0x32f112._0x7d1ccc),'pKIMY':function(_0x5ee762,_0xb54627){return _0x5ee762!==_0xb54627;},'MmXuh':function(_0x1b954f,_0x108a98){return _0x1b954f<_0x108a98;},'hFMrl':function(_0x4e1f52,_0x320148){return _0x4e1f52===_0x320148;},'MUVUC':'cUOtl','ATkob':_0x57326c(-_0x32f112._0x89506e,-_0x32f112._0x443255,-0x135,-0xfb),'Bjsyq':function(_0x24e321,_0x5cf715){return _0x24e321(_0x5cf715);},'bAvem':_0x57326c(-_0x32f112._0x22ed1d,-_0x32f112._0x363ad5,-0x11d,-0xdb)+_0x4a4c76(-0x228,-_0x32f112._0x5933ce,-_0x32f112._0x42c576,-_0x32f112._0x177db0)+'ssfully!','FxItU':'User\x20Detai'+'ls:','QZexz':_0x4a4c76(-_0x32f112._0x2c3f59,-_0x32f112._0x43aafc,-_0x32f112._0x16a815,-_0x32f112._0x5247a9)+_0x57326c(-0x109,-0x10e,-0x11e,-0x144)+_0x57326c(-0x124,-_0x32f112._0x59e2ac,-_0x32f112._0x4bbe3f,-0xe4)+_0x57326c(-0x109,-_0x32f112._0xb4e29c,-0x106,-0x115)+'ame\x20and\x20pa'+_0x57326c(-_0x32f112._0xaf5882,-_0x32f112._0x4ef006,-_0x32f112._0x3e3fce,-0xf1),'HYUtz':function(_0x233ea5,_0x498e46){return _0x233ea5===_0x498e46;},'YYrxp':'ptTqN','KFRbM':'vKHgK'},_0x2adf8e=parseArgs(_0x11eac1);function _0x4a4c76(_0x445f3c,_0x412910,_0x245c68,_0x323341){return _0x18ed(_0x412910- -_0x243586._0x48e255,_0x323341);}!_0x2adf8e['username']&&(_0x547a24['Yjxsq']===_0x547a24[_0x57326c(-0xd9,-0x147,-_0x32f112._0x3f6a44,-0xf0)]?_0x133917[_0x4a4c76(-0x1fb,-_0x32f112._0x2ee90e,-_0x32f112._0x3b7bca,-0x237)]=_0x21499f['split']('=')[-0x132*0x1+0x1359+-0x1226]:_0x2adf8e[_0x57326c(-0xb3,-_0x32f112._0x4fe972,-_0x32f112._0x1a1a4e,-0xc3)]=await prompt(_0x57326c(-0x11c,-_0x32f112._0x40cb27,-_0x32f112._0x55894c,-_0x32f112._0x150a8d)));!_0x2adf8e[_0x57326c(-_0x32f112._0x58da74,-0xbb,-_0x32f112._0xab6fda,-0xc3)]&&(_0x2adf8e[_0x57326c(-0x122,-0x10b,-_0x32f112._0x1e713b,-_0x32f112._0x3f6a44)]=await _0x547a24[_0x57326c(-0x15b,-_0x32f112._0x41f23c,-0x11b,-_0x32f112._0x3a491f)](prompt,_0x547a24[_0x57326c(-0x137,-_0x32f112._0xfae7f9,-0x104,-_0x32f112._0x1a1a4e)]));!_0x2adf8e[_0x4a4c76(-_0x32f112._0x43aafc,-0x226,-0x21d,-_0x32f112._0x5f3308)]&&(_0x2adf8e[_0x4a4c76(-_0x32f112._0x187432,-_0x32f112._0x4b9583,-_0x32f112._0x278ce2,-_0x32f112._0x64e398)]=await _0x547a24[_0x4a4c76(-_0x32f112._0x29462e,-0x262,-_0x32f112._0x4da4c4,-_0x32f112._0x549528)](prompt,_0x547a24[_0x4a4c76(-_0x32f112._0xb11cfb,-0x216,-_0x32f112._0x3bc4f1,-_0x32f112._0x567b27)]));if(!_0x2adf8e['password']){if(_0x57326c(-0x10a,-0xc5,-0xef,-0xc9)!==_0x547a24[_0x57326c(-0xcb,-_0x32f112._0x34af37,-0xe1,-0x121)])_0x46f72e[_0x57326c(-0xf6,-_0x32f112._0x4f4883,-0xd2,-_0x32f112._0x11097c)](_0x547a24[_0x4a4c76(-0x26d,-_0x32f112._0xfbaa1b,-0x2be,-_0x32f112._0x3b7bca)],_0x57782f),_0x41f9c7['error'](_0x57326c(-_0x32f112._0x6065ff,-_0x32f112._0x2897c4,-0x13f,-_0x32f112._0x474722)+_0x57326c(-0x121,-0x100,-_0x32f112._0x3395aa,-_0x32f112._0x547e8d)+_0x57326c(-_0x32f112._0x4b603b,-0xcd,-0xc2,-_0x32f112._0x129070)+'\x20'+_0x321d9d[_0x57326c(-_0x32f112._0x16bdf,-_0x32f112._0x9f97ce,-_0x32f112._0x40a03,-0x122)]),_0x3d0fb6['exit'](0x10a5*-0x1+0x7*-0x4df+-0x49d*-0xb);else{_0x2adf8e[_0x57326c(-_0x32f112._0x53c51a,-_0x32f112._0x19f343,-0xf1,-_0x32f112._0xe1857d)]=await _0x547a24[_0x57326c(-0x122,-0x12a,-_0x32f112._0x2afa14,-0x159)](prompt,_0x547a24[_0x4a4c76(-0x254,-_0x32f112._0x149026,-0x24d,-_0x32f112._0x21d9e8)],!![]);const _0x485a4a=await _0x547a24[_0x57326c(-0xf4,-_0x32f112._0x5b4b11,-_0x32f112._0x50a927,-_0x32f112._0x1fd6da)](prompt,'Confirm\x20Pa'+_0x57326c(-_0x32f112._0x4ce227,-_0x32f112._0xfb69f8,-0xfe,-0xbe),!![]);_0x547a24['oymKE'](_0x2adf8e['password'],_0x485a4a)&&(_0x547a24[_0x57326c(-0x107,-0xd6,-_0x32f112._0xd4d5b4,-0xa9)](_0x547a24[_0x57326c(-0xd1,-0x135,-_0x32f112._0x3becdd,-0xc7)],_0x547a24[_0x4a4c76(-_0x32f112._0x3b3de3,-0x24a,-_0x32f112._0x3f4320,-0x20e)])?(console[_0x4a4c76(-_0x32f112._0x4bfb46,-0x219,-0x253,-0x242)](_0x547a24[_0x4a4c76(-_0x32f112._0x3d881e,-0x231,-_0x32f112._0x381a05,-0x219)]),process['exit'](0x1*-0x2277+0xf03+0x1375)):(_0x2d8802[_0x4a4c76(-0x1d7,-_0x32f112._0x193866,-0x1da,-0x21d)](_0x547a24[_0x4a4c76(-0x261,-0x26b,-_0x32f112._0x10aa97,-0x27c)]),_0x31a869[_0x4a4c76(-_0x32f112._0x1a7332,-0x263,-0x24e,-_0x32f112._0x34f0c3)](-0x2b8+0x2464+-0x21ab)));}}(!_0x2adf8e[_0x4a4c76(-_0x32f112._0x1b7123,-_0x32f112._0xba6fc3,-_0x32f112._0x567575,-0x1fc)]||_0x547a24[_0x4a4c76(-0x207,-0x224,-_0x32f112._0x563644,-_0x32f112._0x16893c)](_0x2adf8e['username'][_0x57326c(-0xd4,-0xfe,-0x10a,-_0x32f112._0x4b603b)](),''))&&(console['error'](_0x547a24['KvOKr']),process['exit'](-0x604+-0x1d0f+0x704*0x5));function _0x57326c(_0x55d01c,_0x30561d,_0x53c65a,_0x52513d){return _0x18ed(_0x53c65a- -0x256,_0x55d01c);}(!_0x2adf8e[_0x4a4c76(-_0x32f112._0x26a043,-_0x32f112._0x2ee90e,-0x249,-_0x32f112._0x83a1b0)]||_0x2adf8e['email'][_0x57326c(-0x123,-_0x32f112._0x1a1a4e,-_0x32f112._0x57a579,-0xd6)]()==='')&&(console[_0x57326c(-_0x32f112._0x1f9f30,-0xf5,-_0x32f112._0xdac7c1,-0x10d)](_0x547a24[_0x57326c(-0xcf,-_0x32f112._0x40bf8f,-_0x32f112._0x5017ad,-_0x32f112._0x3c9e79)]),process['exit'](-0x4*0x6ef+0x1*0x14e4+0x6d9));(!_0x2adf8e[_0x4a4c76(-_0x32f112._0x41126c,-0x226,-_0x32f112._0x2d9891,-0x207)]||_0x2adf8e['name'][_0x57326c(-_0x32f112._0x46a536,-0x145,-0x10a,-_0x32f112._0x59e2ac)]()==='')&&(_0x547a24[_0x4a4c76(-0x280,-0x26e,-0x26a,-_0x32f112._0x40940e)](_0x57326c(-_0x32f112._0x220cda,-_0x32f112._0x10c336,-0x11f,-0xdd),_0x4a4c76(-_0x32f112._0x38f8fa,-_0x32f112._0x4b599c,-_0x32f112._0x485e48,-_0x32f112._0x5c778f))?(console[_0x57326c(-0xa3,-_0x32f112._0x202cc8,-_0x32f112._0xdac7c1,-0x100)](_0x547a24[_0x4a4c76(-0x289,-0x261,-_0x32f112._0x811ce4,-0x280)]),process[_0x57326c(-_0x32f112._0xb3ff74,-0x160,-_0x32f112._0x5579dd,-0xfe)](-0xd67+0x1*0xe3a+-0xd2)):_0x5b50a8[_0x4a4c76(-_0x32f112._0x354680,-_0x32f112._0x4b9583,-0x1ff,-0x1e5)]=_0x5643f7[_0x4a4c76(-_0x32f112._0x2d269b,-_0x32f112._0x587686,-_0x32f112._0x5a5015,-_0x32f112._0x1b0160)]('=')[-0x85c+-0x26*-0xbf+-0x13fd]);(!_0x2adf8e[_0x4a4c76(-_0x32f112._0xb9dbee,-0x238,-_0x32f112._0x3f34b6,-0x257)]||_0x547a24[_0x4a4c76(-_0x32f112._0x2b370c,-0x267,-_0x32f112._0x40c820,-0x292)](_0x2adf8e[_0x4a4c76(-0x266,-_0x32f112._0x4bfb46,-_0x32f112._0x3affaf,-_0x32f112._0x1bcabe)]['length'],0x5*0xcf+-0x26ef*0x1+0x22ec))&&(_0x547a24['hFMrl'](_0x547a24[_0x57326c(-0xd5,-0x12c,-0xf8,-_0x32f112._0x4aa442)],_0x547a24[_0x57326c(-_0x32f112._0x3664ab,-_0x32f112._0x4205d0,-_0x32f112._0x157214,-_0x32f112._0x4e52a3)])?(_0x38840a['error'](_0x4a4c76(-0x260,-0x288,-0x26b,-_0x32f112._0x513236)+'alid\x20email'+_0x57326c(-_0x32f112._0x41b8f2,-0x9c,-_0x32f112._0x4db5a9,-0xb2)+_0x52d151[_0x4a4c76(-0x25b,-0x23c,-_0x32f112._0x13f6e9,-_0x32f112._0x34ae6e)]+'\x22.'),_0x808bcd[_0x4a4c76(-_0x32f112._0x449e68,-0x263,-_0x32f112._0x381a05,-0x22d)](0xa3f+0x1af6+-0x2534)):(console[_0x57326c(-0xca,-0xb2,-0xd2,-0xc3)](_0x547a24[_0x57326c(-_0x32f112._0x68c983,-0x14a,-_0x32f112._0x2d84ad,-0xf7)]),process[_0x4a4c76(-0x28f,-0x263,-0x21f,-0x262)](-0x57*0xb+0x1bcd+-0x180f)));const _0x285e58=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x285e58[_0x4a4c76(-0x258,-_0x32f112._0x12edf5,-0x204,-0x21a)](_0x2adf8e[_0x57326c(-0x129,-0xf5,-_0x32f112._0xab6fda,-0xff)])&&(console[_0x4a4c76(-_0x32f112._0x1e87e4,-_0x32f112._0x193866,-_0x32f112._0x40444b,-0x245)]('Error:\x20Inv'+_0x57326c(-_0x32f112._0x5372fb,-_0x32f112._0x2f71d1,-_0x32f112._0x10f10c,-0x128)+_0x57326c(-_0x32f112._0x257a3c,-0xc3,-_0x32f112._0x4db5a9,-0xda)+_0x2adf8e[_0x4a4c76(-0x264,-_0x32f112._0x65f83d,-_0x32f112._0x2a1c79,-0x207)]+'\x22.'),process['exit'](0x974+0x11c5*-0x1+0x47*0x1e));const _0x17e610=/^[a-zA-Z0-9_-]+$/;!_0x17e610[_0x57326c(-0x10e,-_0x32f112._0x57e0ef,-0xeb,-_0x32f112._0x365e81)](_0x2adf8e[_0x4a4c76(-0x259,-0x21c,-0x242,-0x1f6)])&&(console[_0x57326c(-_0x32f112._0x1d733f,-0xf0,-_0x32f112._0x5c3ad1,-_0x32f112._0x533b3c)](_0x4a4c76(-0x286,-_0x32f112._0x1bd53e,-0x29b,-0x2cc)+_0x57326c(-0x127,-0x123,-0x118,-_0x32f112._0x5c5f34)+_0x57326c(-_0x32f112._0x3ac164,-_0x32f112._0x363ad5,-0x110,-_0x32f112._0x209a86)+_0x2adf8e['username']+(_0x4a4c76(-_0x32f112._0x2ff80d,-_0x32f112._0x564e61,-0x23b,-0x235)+'y\x20letters,'+_0x4a4c76(-_0x32f112._0x3b7bca,-0x279,-0x247,-0x27b)+'underscore'+_0x57326c(-_0x32f112._0x528275,-0x93,-_0x32f112._0x3b4755,-_0x32f112._0x3439c5)+'hens.')),process[_0x4a4c76(-0x237,-0x263,-_0x32f112._0x4bf911,-_0x32f112._0x5f4c69)](0x4*0x390+0x1096*0x1+-0x1ed5));try{const _0x3b0d4b=await _0x547a24[_0x57326c(-_0x32f112._0xc353d1,-0xed,-_0x32f112._0x899aad,-_0x32f112._0x59b92c)](findUserByUsername,_0x2adf8e[_0x4a4c76(-_0x32f112._0x451996,-_0x32f112._0x5a742b,-0x1fa,-0x216)]);_0x3b0d4b&&(console['error']('Error:\x20Use'+'r\x20\x22'+_0x2adf8e[_0x57326c(-_0x32f112._0x563c65,-_0x32f112._0x40cb27,-_0x32f112._0xe61ae7,-0xa2)]+(_0x4a4c76(-_0x32f112._0x2e8ea9,-_0x32f112._0x141727,-0x284,-0x290)+'exists.')),process['exit'](-0x2*0x1d+-0xc*0x98+-0x7*-0x10d));console[_0x57326c(-_0x32f112._0x52de7d,-_0x32f112._0xfb69f8,-0x133,-0x13b)](_0x57326c(-0xf9,-0x12c,-0x128,-_0x32f112._0x163337)+_0x4a4c76(-0x249,-0x24f,-0x264,-0x22c)+_0x2adf8e['username']+'\x22...');const _0x1cafdb={};_0x1cafdb[_0x4a4c76(-0x248,-_0x32f112._0x21c826,-_0x32f112._0x449e68,-_0x32f112._0x5122ed)]=_0x2adf8e[_0x57326c(-0x10c,-0xa2,-_0x32f112._0xad86a0,-0xfe)],_0x1cafdb['email']=_0x2adf8e['email'],_0x1cafdb[_0x4a4c76(-_0x32f112._0x4dc935,-_0x32f112._0x3ff1ed,-_0x32f112._0x187432,-_0x32f112._0x465cb7)]=_0x2adf8e['name'],_0x1cafdb[_0x4a4c76(-0x27a,-_0x32f112._0x4bfb46,-_0x32f112._0x109b0a,-0x241)]=_0x2adf8e['password'],_0x1cafdb[_0x4a4c76(-0x26f,-_0x32f112._0x3b7bca,-_0x32f112._0x15d664,-_0x32f112._0x57f07d)+_0x4a4c76(-_0x32f112._0x1d490c,-_0x32f112._0x3118da,-_0x32f112._0x5609be,-_0x32f112._0x5b6ddd)]=_0x2adf8e[_0x4a4c76(-0x276,-_0x32f112._0x2eaa23,-_0x32f112._0x54780e,-_0x32f112._0x5df7ca)+_0x57326c(-_0x32f112._0x57a579,-0xff,-_0x32f112._0x4814cd,-_0x32f112._0x40cb27)];const _0x1f34c3=await createUser(_0x1cafdb);console['log'](''),console[_0x57326c(-_0x32f112._0x2d6fe4,-_0x32f112._0x57a579,-0x133,-0x109)](_0x547a24[_0x4a4c76(-0x281,-_0x32f112._0x34a5b7,-_0x32f112._0x34f0c3,-_0x32f112._0x4c119a)]),console[_0x57326c(-_0x32f112._0x5034c8,-0x15c,-0x133,-0x11a)](''),console[_0x57326c(-_0x32f112._0x166b22,-0x173,-_0x32f112._0x1b2e28,-_0x32f112._0x2ebdc8)](_0x547a24[_0x57326c(-0x102,-0x13d,-0x130,-0x13a)]),console[_0x4a4c76(-_0x32f112._0x542b9c,-_0x32f112._0x705f71,-_0x32f112._0x5e631a,-0x25a)](_0x4a4c76(-0x25b,-_0x32f112._0x2fe5b7,-_0x32f112._0xf25b88,-0x242)+_0x57326c(-0x112,-_0x32f112._0x1f0f50,-0x13a,-_0x32f112._0x41972b)+_0x1f34c3['id']),console['log'](_0x57326c(-_0x32f112._0x11097c,-0xbd,-_0x32f112._0x40cba9,-_0x32f112._0x84dfb0)+_0x57326c(-0xdd,-_0x32f112._0x513a17,-0x105,-0xc8)+_0x1f34c3[_0x57326c(-0x10f,-_0x32f112._0x19b245,-_0x32f112._0xe61ae7,-_0x32f112._0x84dfb0)]),console[_0x4a4c76(-_0x32f112._0x5f35f5,-_0x32f112._0x705f71,-0x25c,-0x281)](_0x57326c(-0xd4,-_0x32f112._0x175b0a,-0x113,-_0x32f112._0x20c25c)+_0x57326c(-_0x32f112._0x34995c,-_0x32f112._0x2897c4,-0x13a,-0x15f)+_0x1f34c3[_0x4a4c76(-0x213,-_0x32f112._0x65f83d,-_0x32f112._0x3a07e9,-0x213)]),console['log'](_0x57326c(-0x12b,-_0x32f112._0x2adf8d,-_0x32f112._0x4247b6,-0x125)+'\x20\x20\x20\x20\x20'+_0x1f34c3[_0x4a4c76(-0x1f8,-_0x32f112._0x3ff1ed,-0x1e3,-_0x32f112._0x17641c)]),console[_0x57326c(-0x12e,-0x10b,-_0x32f112._0x595d6c,-_0x32f112._0x3e44cf)]('\x20\x20Server\x20A'+'dmin:\x20'+(_0x1f34c3[_0x4a4c76(-0x24f,-0x278,-0x279,-0x2ad)+'min']?'yes':'no')),console[_0x57326c(-0x131,-0x167,-0x133,-0xfa)](''),console[_0x4a4c76(-_0x32f112._0x35ab08,-_0x32f112._0x29dc98,-0x28c,-0x280)](_0x547a24['QZexz']);}catch(_0x3ff77){_0x547a24[_0x57326c(-0xfa,-_0x32f112._0x2a3483,-0x137,-0x139)](_0x547a24[_0x57326c(-_0x32f112._0x2da891,-_0x32f112._0x1e04a5,-0xbd,-_0x32f112._0x5cdd53)],_0x547a24[_0x4a4c76(-0x263,-0x284,-0x27c,-0x29a)])?(_0x4d9736['error'](_0x547a24[_0x57326c(-_0x32f112._0x9d520e,-0x158,-0x11a,-_0x32f112._0xfb69f8)]),_0x489eda[_0x57326c(-0x129,-_0x32f112._0x22ed1d,-0x11c,-_0x32f112._0x205b08)](-0x1427*0x1+0x898+-0x128*-0xa)):(logger['error'](_0x57326c(-_0x32f112._0x3fe76d,-_0x32f112._0x344693,-0xc7,-_0x32f112._0x8f1ccd)+'create\x20use'+'r',_0x3ff77),console[_0x57326c(-_0x32f112._0x534f93,-_0x32f112._0x29cdd5,-0xd2,-_0x32f112._0x131d93)]('Error:\x20Fai'+_0x4a4c76(-0x249,-0x28b,-0x288,-0x283)+'ate\x20user\x20-'+'\x20'+_0x3ff77[_0x57326c(-_0x32f112._0x53dc58,-0x17e,-0x140,-0x10e)]),process[_0x57326c(-_0x32f112._0x4d886c,-_0x32f112._0xc10ee4,-0x11c,-0xf9)](0x14e0+-0x5d3+-0xf0c));}}
|