@profoundlogic/coderflow-server 0.7.9 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/entrypoint.sh +75 -5
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/compression-filter.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -0
- package/dist/lib/task-context-usage.js +1 -0
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/logs.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/stats.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/admin.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +36 -0
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.html +11 -0
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
package/dist/lib/cli/config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x4d82ca,_0x17ec46){const _0x7c5364={_0x5ce871:0x32b,_0x36cba3:0x322,_0x5c6048:0x33f,_0x5e8c04:0x330,_0x974289:0x388,_0x41b843:0x381,_0x5e02d2:0x3aa,_0x218fc8:0x2a6,_0x3c8b9a:0x33b,_0x267b72:0x366,_0x28f7ed:0x24b,_0x5d977e:0x22d,_0x4e6907:0x220,_0x58a25d:0x349,_0x589d06:0x257,_0x2df5b2:0x235,_0x3d1de5:0x372,_0x6080b5:0x368,_0x43995a:0x342,_0x1f7742:0x354,_0x453a8c:0x350,_0x29f58c:0x36c,_0x545b85:0x37b,_0x2cd38e:0x347},_0x3ca8ec={_0x5821d3:0x1ae},_0x49cdf5={_0x425aee:0x2b4},_0x4e9dbf=_0x4d82ca();function _0xb7e3de(_0x3a08d1,_0x169ec8,_0x19a608,_0x910dc3){return _0x38f8(_0x19a608-_0x49cdf5._0x425aee,_0x169ec8);}function _0x1f9fcf(_0x515f24,_0x391981,_0x8c4973,_0x767488){return _0x38f8(_0x515f24-_0x3ca8ec._0x5821d3,_0x8c4973);}while(!![]){try{const _0x5e5a18=-parseInt(_0xb7e3de(_0x7c5364._0x5ce871,_0x7c5364._0x36cba3,_0x7c5364._0x5c6048,_0x7c5364._0x5e8c04))/(0x127c+-0x1*-0x1fd+0xa*-0x20c)+parseInt(_0xb7e3de(_0x7c5364._0x974289,_0x7c5364._0x41b843,0x385,_0x7c5364._0x5e02d2))/(0x1c4e*-0x1+-0x12fe+0x2f4e)*(parseInt(_0x1f9fcf(0x27d,_0x7c5364._0x218fc8,0x254,0x28a))/(-0x1d*0xef+-0x1f65+0x3a7b*0x1))+-parseInt(_0xb7e3de(0x35e,0x32e,_0x7c5364._0x3c8b9a,_0x7c5364._0x267b72))/(-0x1*0x9dd+0x4*-0x51a+0x1e49)*(-parseInt(_0x1f9fcf(_0x7c5364._0x28f7ed,_0x7c5364._0x5d977e,0x24c,_0x7c5364._0x4e6907))/(0x801+-0x60c+-0x1f0))+parseInt(_0xb7e3de(0x390,0x39c,0x38f,0x36f))/(0x1393+0x375*-0x5+0x1d*-0x14)*(-parseInt(_0xb7e3de(_0x7c5364._0x58a25d,0x322,0x34b,0x361))/(0x44*0x6b+0x9e3*0x2+-0x302b))+-parseInt(_0x1f9fcf(0x237,_0x7c5364._0x589d06,_0x7c5364._0x2df5b2,0x20d))/(-0xc8f+-0x3*0x7b5+0x23b6)*(parseInt(_0xb7e3de(0x392,0x36e,_0x7c5364._0x3d1de5,0x359))/(0x1a3b+-0x1e08+0x3d6))+-parseInt(_0x1f9fcf(0x287,0x26d,0x25d,0x26b))/(-0x10*0x194+-0x18cd+0x3217)*(-parseInt(_0xb7e3de(0x35b,_0x7c5364._0x6080b5,_0x7c5364._0x43995a,0x31e))/(0x840+0xded*-0x2+0x13a5))+-parseInt(_0xb7e3de(_0x7c5364._0x1f7742,0x32e,_0x7c5364._0x453a8c,0x36e))/(-0x2223+0xb45*-0x3+0x43fe)*(parseInt(_0xb7e3de(_0x7c5364._0x29f58c,_0x7c5364._0x545b85,0x36d,_0x7c5364._0x2cd38e))/(-0xa3b+-0x19b7+0x23ff));if(_0x5e5a18===_0x17ec46)break;else _0x4e9dbf['push'](_0x4e9dbf['shift']());}catch(_0x3362a5){_0x4e9dbf['push'](_0x4e9dbf['shift']());}}}(_0x2818,0x197e7b+0x108ef1+-0x1cee02));import{promises as _0x9f3fac,constants as _0x1c8cf1}from'fs';function _0x38f8(_0x508614,_0x37b669){_0x508614=_0x508614-(-0x239a+-0x2*0x6dd+-0x1*-0x31db);const _0x5cc463=_0x2818();let _0x2d2bc5=_0x5cc463[_0x508614];if(_0x38f8['tbLYvo']===undefined){var _0x3f9af1=function(_0x1f60d2){const _0xcc6802='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x16f1aa='',_0xa5877c='';for(let _0x37ee72=0xcd*-0x23+0x22f3*-0x1+0x3efa,_0x254133,_0x50070f,_0x3f54cc=0x4c1*0x5+0x27*-0x7a+0x52f*-0x1;_0x50070f=_0x1f60d2['charAt'](_0x3f54cc++);~_0x50070f&&(_0x254133=_0x37ee72%(-0x19a9+0x11e1+-0x3e6*-0x2)?_0x254133*(0x248a*-0x1+0x871+0x1c59)+_0x50070f:_0x50070f,_0x37ee72++%(0x21f0+0x5*-0x2ab+-0x1495))?_0x16f1aa+=String['fromCharCode'](0x15a3*-0x1+0x1b23+-0x481&_0x254133>>(-(-0x952*0x1+0x35*-0xb2+0x2e2e)*_0x37ee72&0x1a47+-0x81a+-0x1227)):0x11ab*-0x1+0x1a5+0x1006*0x1){_0x50070f=_0xcc6802['indexOf'](_0x50070f);}for(let _0x3458c8=-0x2239+-0x1*0x11da+-0x3413*-0x1,_0x2c587e=_0x16f1aa['length'];_0x3458c8<_0x2c587e;_0x3458c8++){_0xa5877c+='%'+('00'+_0x16f1aa['charCodeAt'](_0x3458c8)['toString'](-0xd*-0x277+0x1ab9+0x1d5a*-0x2))['slice'](-(0x272*0x6+0x6d8+0x1582*-0x1));}return decodeURIComponent(_0xa5877c);};_0x38f8['KCEMky']=_0x3f9af1,_0x38f8['guBtvG']={},_0x38f8['tbLYvo']=!![];}const _0x10c079=_0x5cc463[-0x1f7d+-0x20c9+0x13*0x362],_0x6aa256=_0x508614+_0x10c079,_0x415b2d=_0x38f8['guBtvG'][_0x6aa256];return!_0x415b2d?(_0x2d2bc5=_0x38f8['KCEMky'](_0x2d2bc5),_0x38f8['guBtvG'][_0x6aa256]=_0x2d2bc5):_0x2d2bc5=_0x415b2d,_0x2d2bc5;}import _0x59eba7 from'path';function _0x2818(){const _0x2dffd8=['wwDcC04','qvri','zgLYBMfTzq','ktOG','C3nSx2nLCNrFCa','CM1cANG','rwPXyuS','BwTKAxi','y29UzMLNlMPZBW','vuX6A04','D1fWwgi','mteYmdyXmtDjwfnQv3O','C3nSx2TLEv9Wyq','CLbIBfa','B1HOzgi','C3nSx2nHx3bHDa','ote1mtq3wLvVEw9q','EgHwyNG','B3qGCMvHzgfIBa','rgrIqKy','y29Kzq','igzPBgu6ia','y3fcr2K','C2vYDMvYx3bVCG','z2zVAxO','y29KzxjFC2v0Dq','q2fUBM90igfJyW','EvPjDfO','DuXwveK','uL9psW','DMXLExm','zLbAtwi','yxrO','ndu5mZG3Evb2DKfO','u2vrAw0','mtjmB0f2s1O','BwvZC2fNzq','u1nmx0Tfwv9qqq','uLnnC1u','ru5pru5u','wurTA1u','zxnZia','rhrcALq','otC3mdaZmg5rzwnUDG','ue9sva','mtuWExHnvfHN','zsaOCgvYBwLZCW','nti2nJKXnK1xz09lCa','DxrMltG','nZj0DvnSA3q','CMvJDxjZAxzL','ntu5mtvMCKzQvLC','Aw9UigrLBMLLza','uf9qqvri','mtfxzgj0B2q','r1zWtuy','C3rYAw5NAwz5','rxrssLC','ruLRDfO','Cf9WyxrO','AwXvzgu','uvvtBw8','u1nmx0nbx1bbva','mtq1ndm5BKTqDuTf','rxPwr1y','ywnJzxnZ','q09ervjFu0vuvq','rufdq0vt','mtjvrxLZEKy','nwr1wKPyCa','igzPBguGAxmGBG','tMXvBeC','rM56D0e','D3nIsKm','CvbuuwG','Dhneuui','z2fOq2W','y2zQANq','Dhj1C3rFChjVEa','zw52','lMnVzgvY','tMPyDeK','uwz5zMq','wM1Prvy','igzPBguGBM90ia','zM91BMq6ia'];_0x2818=function(){return _0x2dffd8;};return _0x2818();}function _0x8ef4ab(_0x4cfa84,_0x4c57e2,_0x575b71,_0x15bd63){return _0x38f8(_0x4c57e2-0x39e,_0x4cfa84);}import _0x5cd242 from'os';function _0xfc7217(_0x24de99,_0x19be4c,_0x3959d5,_0x54b3ad){const _0x7a7752={_0x41b4ca:0x1b2};return _0x38f8(_0x54b3ad-_0x7a7752._0x41b4ca,_0x24de99);}const CONFIG_PATH=_0x59eba7['join'](_0x5cd242['homedir'](),_0xfc7217(0x24f,0x24a,0x269,0x25a),_0x8ef4ab(0x431,0x454,0x472,0x475)+'n');async function loadConfig(){const _0x5f84f0={_0x4f7459:0x31a,_0x2e2304:0x2f0,_0x459f74:0x2f7,_0x489c2b:0x2e8,_0x5f1dc9:0x2ce,_0x13918d:0x317,_0x580f6a:0x343,_0x2cb06d:0x33a},_0x29597c={_0x559a64:0x13a},_0xa9b923={_0x24206b:0xfd},_0x39874f={};function _0x2700a7(_0x383719,_0x3e6a8c,_0x5bf2a0,_0x3f19a2){return _0x8ef4ab(_0x383719,_0x3e6a8c- -0x158,_0x5bf2a0-_0xa9b923._0x24206b,_0x3f19a2-0x54);}function _0x160374(_0x12ba2a,_0x455574,_0x54f81b,_0xe939d2){return _0xfc7217(_0xe939d2,_0x455574-0xdf,_0x54f81b-_0x29597c._0x559a64,_0x54f81b-0xcf);}_0x39874f[_0x2700a7(0x338,_0x5f84f0._0x4f7459,_0x5f84f0._0x2e2304,_0x5f84f0._0x459f74)]=function(_0x5b219f,_0x5680f9){return _0x5b219f===_0x5680f9;};const _0x4f60c1=_0x39874f;try{const _0x3c02d8=await _0x9f3fac['readFile'](CONFIG_PATH,_0x2700a7(_0x5f84f0._0x489c2b,_0x5f84f0._0x5f1dc9,0x2e2,0x2b7));return JSON['parse'](_0x3c02d8);}catch(_0x3d3c48){if(_0x4f60c1[_0x2700a7(_0x5f84f0._0x13918d,_0x5f84f0._0x4f7459,0x323,0x31e)](_0x3d3c48[_0x160374(0x358,0x31a,_0x5f84f0._0x580f6a,_0x5f84f0._0x2cb06d)],'ENOENT'))return{};throw _0x3d3c48;}}async function saveConfig(_0x207983){const _0x483592={_0x2e0867:0x13c,_0x53380b:0x14f,_0x552aaa:0x146,_0x195a7b:0xfc,_0x3ead74:0x10c,_0x2a3735:0x148,_0x577330:0x134,_0x6aa30f:0x38a,_0x47eb90:0x37a,_0x3ea65e:0x380,_0xe53f0e:0x35e,_0x32d9e5:0x35d},_0x279720={_0x20d2c4:0xe3,_0x5d321d:0x11c},_0x574c30={};function _0x473efd(_0x3f9483,_0x3bd65f,_0x28aad5,_0xf54c56){return _0x8ef4ab(_0xf54c56,_0x3f9483- -0x306,_0x28aad5-0x21,_0xf54c56-0x4c);}function _0x5bb2f1(_0x382fa9,_0x45b6d2,_0x587332,_0x5c0978){return _0xfc7217(_0x5c0978,_0x45b6d2-0x117,_0x587332-_0x279720._0x20d2c4,_0x45b6d2-_0x279720._0x5d321d);}_0x574c30[_0x473efd(_0x483592._0x2e0867,_0x483592._0x53380b,0x13d,_0x483592._0x552aaa)]=_0x473efd(0x120,0x127,_0x483592._0x195a7b,_0x483592._0x3ead74);const _0x5db263=_0x574c30,_0x28418b=_0x59eba7[_0x473efd(_0x483592._0x2a3735,0x13d,_0x483592._0x577330,0x132)](CONFIG_PATH),_0x5be151={};_0x5be151[_0x5bb2f1(0x33e,0x358,0x34f,0x33c)]=!![],await _0x9f3fac[_0x5bb2f1(_0x483592._0x6aa30f,0x383,_0x483592._0x47eb90,_0x483592._0x3ea65e)](_0x28418b,_0x5be151),await _0x9f3fac['writeFile'](CONFIG_PATH,JSON[_0x5bb2f1(_0x483592._0xe53f0e,_0x483592._0xe53f0e,0x341,_0x483592._0x32d9e5)](_0x207983,null,-0x2284+0x1f7*0x5+0x1*0x18b3),_0x5db263['gahCl']);}export async function getCoderSetupPath(){const _0x38a337={_0x3cc33e:0x289,_0x59f067:0x22f,_0x42b1d0:0x257,_0x30327a:0x25a,_0x24a9ff:0x296,_0x401529:0x27b,_0xb62d09:0x284,_0x572965:0x14e,_0x4df2a7:0x15c,_0x1d7a72:0x145,_0xdffe1d:0x139,_0x20bc09:0x141,_0x23213b:0x105,_0x277e41:0x136,_0x41dc6e:0x278,_0x16ea78:0x284,_0x41af70:0x26b,_0x4cf541:0x259,_0x2f2e50:0x15d,_0x49ff72:0x16a},_0x41cc45={_0x5f31c2:0x6af,_0x5e17b4:0x16a,_0x2462e7:0x19a},_0x367ff9={_0x1f9382:0x81};function _0x3c6306(_0x1d73cd,_0xf3ddc0,_0x21d327,_0x236488){return _0xfc7217(_0x1d73cd,_0xf3ddc0-0x152,_0x21d327-_0x367ff9._0x1f9382,_0x21d327- -0x11c);}const _0x12dac7={'dkupN':_0x11142f(-0x241,-0x24b,-_0x38a337._0x3cc33e,-0x267),'gfoiz':_0x11142f(-0x23a,-_0x38a337._0x59f067,-_0x38a337._0x42b1d0,-_0x38a337._0x30327a),'wQpXb':function(_0x265639){return _0x265639();}};function _0x11142f(_0x551f34,_0x423fd4,_0x1cde5b,_0x51221e){return _0x8ef4ab(_0x551f34,_0x51221e- -_0x41cc45._0x5f31c2,_0x1cde5b-_0x41cc45._0x5e17b4,_0x51221e-_0x41cc45._0x2462e7);}if(process['env']['CODER_SETU'+_0x11142f(-_0x38a337._0x24a9ff,-0x2a2,-_0x38a337._0x401529,-_0x38a337._0xb62d09)])return _0x12dac7['dkupN']!==_0x12dac7[_0x3c6306(_0x38a337._0x572965,0x17c,_0x38a337._0x4df2a7,0x158)]?process[_0x3c6306(0x11e,_0x38a337._0x1d7a72,0x13d,_0x38a337._0xdffe1d)][_0x3c6306(_0x38a337._0x20bc09,_0x38a337._0x23213b,0x130,_0x38a337._0x277e41)+_0x11142f(-0x25c,-0x2ad,-_0x38a337._0x41dc6e,-_0x38a337._0x16ea78)]:{};const _0x5310cb=await _0x12dac7[_0x11142f(-_0x38a337._0x41af70,-0x262,-0x249,-_0x38a337._0x4cf541)](loadConfig);return _0x5310cb[_0x3c6306(0x13a,0x13d,_0x38a337._0x2f2e50,_0x38a337._0x49ff72)+'p_path']||null;}export async function saveCoderSetupPath(_0x315575){const _0xaf1937={_0x41b686:0xc7,_0x2f6219:0xa6,_0x4fd332:0x9f,_0x45e3e6:0x58,_0x592b6c:0xfc,_0x18fe2a:0xbc,_0x26f404:0xd5,_0x4feea6:0xa9,_0x1745ab:0xbf,_0x17b43:0xaf},_0x1ec240={_0x4ac7ee:0x198,_0x4d2788:0x2ee},_0x1b3578={_0x23ccce:0x124,_0x428b39:0x135};function _0x49b6e5(_0x363390,_0x2b618c,_0x3b7db5,_0x123913){return _0x8ef4ab(_0x2b618c,_0x363390- -0x50e,_0x3b7db5-_0x1b3578._0x23ccce,_0x123913-_0x1b3578._0x428b39);}const _0x332757={'NjXtI':function(_0x24fd8d){return _0x24fd8d();},'GLSfP':function(_0x5a492d,_0x372e37){return _0x5a492d===_0x372e37;}};function _0xa0f0c0(_0x2c65ea,_0x394fa1,_0xbce58,_0x5ec253){return _0xfc7217(_0x2c65ea,_0x394fa1-0x132,_0xbce58-_0x1ec240._0x4ac7ee,_0x5ec253- -_0x1ec240._0x4d2788);}const _0x1947c1=await _0x332757[_0x49b6e5(-_0xaf1937._0x41b686,-_0xaf1937._0x2f6219,-_0xaf1937._0x4fd332,-0xd0)](loadConfig);_0x332757['GLSfP'](_0x315575,null)?delete _0x1947c1[_0xa0f0c0(-0x6f,-_0xaf1937._0x45e3e6,-0x79,-0x75)+_0x49b6e5(-0xdd,-_0xaf1937._0x592b6c,-_0xaf1937._0x18fe2a,-_0xaf1937._0x26f404)]:_0x1947c1[_0x49b6e5(-_0xaf1937._0x4feea6,-_0xaf1937._0x1745ab,-0xc5,-_0xaf1937._0x17b43)+'p_path']=_0x315575,await saveConfig(_0x1947c1);}export async function getServerPort(){const _0x27f55e={_0x3111cb:0x131,_0x4bda9a:0x10b,_0x2dc29:0x282,_0x19edd4:0x270,_0x5c75bc:0x15d,_0x5c3e7:0x136,_0xa32d9d:0x13d,_0x34b3bc:0x112,_0x379a6b:0x182,_0x11dfb8:0x196,_0x2391b8:0x14b,_0x3cb31a:0x15f},_0x49f06a={_0x30d832:0x6d4,_0x21deff:0xd4},_0x22526c={_0x236f71:0x1a9,_0x1cd567:0xb4},_0x42096d={'vleys':function(_0x30ef9b,_0x14fbe1,_0x29618a){return _0x30ef9b(_0x14fbe1,_0x29618a);},'EtRJW':function(_0x737fe2){return _0x737fe2();}};if(process[_0xe775ff(-0x2a1,-0x27f,-0x28f,-0x27f)][_0x216ef8(-_0x27f55e._0x3111cb,-0x136,-_0x27f55e._0x4bda9a,-0x12e)])return _0x42096d[_0xe775ff(-_0x27f55e._0x2dc29,-_0x27f55e._0x19edd4,-0x26a,-0x242)](parseInt,process['env'][_0x216ef8(-_0x27f55e._0x5c75bc,-_0x27f55e._0x5c3e7,-_0x27f55e._0xa32d9d,-_0x27f55e._0x34b3bc)],0x28d*-0x5+-0x4eb*-0x1+0x8*0xfc);function _0x216ef8(_0x506570,_0x1d17ea,_0x599193,_0x4587c5){return _0xfc7217(_0x599193,_0x1d17ea-_0x22526c._0x236f71,_0x599193-_0x22526c._0x1cd567,_0x1d17ea- -0x3c2);}const _0x2a7ff3=await _0x42096d[_0x216ef8(-_0x27f55e._0x379a6b,-0x17f,-0x197,-_0x27f55e._0x11dfb8)](loadConfig);function _0xe775ff(_0x164f3b,_0x28d057,_0xa4d920,_0x2d8feb){return _0x8ef4ab(_0x164f3b,_0xa4d920- -_0x49f06a._0x30d832,_0xa4d920-_0x49f06a._0x21deff,_0x2d8feb-0x157);}return _0x2a7ff3[_0x216ef8(-0x171,-_0x27f55e._0x2391b8,-0x160,-_0x27f55e._0x3cb31a)+'t']||0x200a+-0xb4e+-0x904;}export async function saveServerPort(_0x45235e){const _0xe1784={_0x5c4d75:0x4c,_0x47493d:0x4b,_0xfa020e:0x79,_0x1958e4:0x7e,_0x2dce6f:0x80,_0x207ed2:0x5a,_0x31ee7f:0x63,_0x248898:0x112,_0x4faefd:0x109,_0x4c48cb:0x121},_0xb13625={_0x43df83:0x340,_0x102e3a:0x2c},_0x2f8300={_0x5cd660:0x3e5,_0x352469:0x13,_0x37d24f:0x51};function _0x5ad2b4(_0x5b30df,_0xea8861,_0x2f2ab6,_0x45ccbf){return _0x8ef4ab(_0xea8861,_0x5b30df- -_0x2f8300._0x5cd660,_0x2f2ab6-_0x2f8300._0x352469,_0x45ccbf-_0x2f8300._0x37d24f);}const _0x3b7a41={'tsDQB':function(_0x18f215){return _0x18f215();},'EjqaK':function(_0x26a9ab,_0x4191a4){return _0x26a9ab(_0x4191a4);}};function _0x43350b(_0x568f2c,_0x42c9f7,_0x542bb9,_0xd0b639){return _0x8ef4ab(_0x542bb9,_0x42c9f7- -_0xb13625._0x43df83,_0x542bb9-0x1c6,_0xd0b639-_0xb13625._0x102e3a);}const _0x3cba83=await _0x3b7a41[_0x5ad2b4(0x5c,_0xe1784._0x5c4d75,_0xe1784._0x47493d,_0xe1784._0xfa020e)](loadConfig);_0x3cba83[_0x5ad2b4(_0xe1784._0x1958e4,_0xe1784._0x2dce6f,_0xe1784._0x207ed2,_0xe1784._0x31ee7f)+'t']=_0x45235e,await _0x3b7a41[_0x43350b(0x133,_0xe1784._0x248898,_0xe1784._0x4faefd,_0xe1784._0x4c48cb)](saveConfig,_0x3cba83);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x142b66={_0xe7401:0x459,_0x543622:0x44e,_0x4f952f:0x44d,_0x5bff0a:0x476,_0xe7c553:0x1e2,_0x2d87c4:0x438,_0xc2f54f:0x1d7,_0x1187c5:0x1db,_0x3caccf:0x1e7},_0x488070={_0x3ab613:0x4,_0x13201d:0x19,_0x17c91d:0x115},_0x45f178={_0xb90f36:0x261,_0x3db4e7:0x172},_0x3ac331={'KpXUb':function(_0x9b21bf){return _0x9b21bf();}};function _0x1b93e9(_0xda532,_0x4c9ace,_0x4f5215,_0x1e6282){return _0x8ef4ab(_0xda532,_0x4f5215- -_0x45f178._0xb90f36,_0x4f5215-_0x45f178._0x3db4e7,_0x1e6282-0x17f);}function _0x25a845(_0x1845b2,_0x101675,_0x1613d2,_0x416df4){return _0x8ef4ab(_0x101675,_0x1613d2-_0x488070._0x3ab613,_0x1613d2-_0x488070._0x13201d,_0x416df4-_0x488070._0x17c91d);}const _0x451421=await _0x3ac331['KpXUb'](loadConfig);if(_0x451421['ssl_cert_p'+_0x25a845(_0x142b66._0xe7401,_0x142b66._0x543622,0x470,0x47e)])return _0x451421[_0x25a845(_0x142b66._0x4f952f,_0x142b66._0x5bff0a,0x454,0x43f)+_0x1b93e9(0x1f0,_0x142b66._0xe7c553,0x20b,0x224)];return process[_0x25a845(0x446,_0x142b66._0x2d87c4,0x449,0x42b)]['SSL_CERT_P'+_0x1b93e9(_0x142b66._0xc2f54f,_0x142b66._0x1187c5,0x1ec,_0x142b66._0x3caccf)]||null;}export async function saveSslCertPath(_0x59901d){const _0x56d7ee={_0x401e5:0x18,_0x88180e:0x37,_0x490f92:0x27,_0x5803d5:0x2e,_0x3871e7:0x3a,_0x2ad1d6:0x45e,_0x4f3aba:0x486,_0xfd2641:0x468,_0x5d936a:0x53,_0x2f64e7:0x73},_0x1af3a5={_0xaaf7ca:0x419,_0x289863:0x154},_0x12bf63={'rPblP':function(_0x34bf7e){return _0x34bf7e();},'gKqSb':function(_0x532057,_0x25bcc4){return _0x532057===_0x25bcc4;},'MZpiD':function(_0x3d4ec4,_0x2549b1){return _0x3d4ec4(_0x2549b1);}};function _0x101e56(_0x574e34,_0x574b95,_0x48aabb,_0xaedc87){return _0xfc7217(_0xaedc87,_0x574b95-0x114,_0x48aabb-0x195,_0x574b95-0x1de);}const _0x4bbf8e=await _0x12bf63[_0x45cd08(0x40,0x46,_0x56d7ee._0x401e5,0x3f)](loadConfig);function _0x45cd08(_0xf410fe,_0x373b6,_0x423af8,_0x3e647d){return _0x8ef4ab(_0x3e647d,_0xf410fe- -_0x1af3a5._0xaaf7ca,_0x423af8-_0x1af3a5._0x289863,_0x3e647d-0x5d);}_0x12bf63['gKqSb'](_0x59901d,null)?delete _0x4bbf8e[_0x45cd08(_0x56d7ee._0x88180e,_0x56d7ee._0x490f92,_0x56d7ee._0x5803d5,_0x56d7ee._0x3871e7)+_0x101e56(0x47d,_0x56d7ee._0x2ad1d6,_0x56d7ee._0x4f3aba,_0x56d7ee._0xfd2641)]:_0x4bbf8e['ssl_cert_p'+_0x45cd08(_0x56d7ee._0x5d936a,0x5f,_0x56d7ee._0x2f64e7,0x6c)]=_0x59901d,await _0x12bf63['MZpiD'](saveConfig,_0x4bbf8e);}export async function getSslKeyPath(){const _0x9ea5a4={_0x461bc0:0x2f5,_0x308781:0x2f4,_0x37e004:0x2fb,_0x526289:0x1c5,_0x15912d:0x2ef},_0x5c1253={_0x239c98:0x6d},_0x19d3b4={_0x1f2ee1:0xe7,_0x449043:0x1ce,_0x16cb9a:0x6a};function _0x35efa8(_0x24ab72,_0x3b077d,_0x3a2e6f,_0x6b9888){return _0xfc7217(_0x3a2e6f,_0x3b077d-_0x19d3b4._0x1f2ee1,_0x3a2e6f-_0x19d3b4._0x449043,_0x6b9888-_0x19d3b4._0x16cb9a);}const _0x112f71={'rmBjx':function(_0x1a457a){return _0x1a457a();}},_0x36c0a5=await _0x112f71[_0x35efa8(0x2f4,_0x9ea5a4._0x461bc0,_0x9ea5a4._0x308781,0x2cf)](loadConfig);function _0x3c1202(_0x48df30,_0x454409,_0x54869c,_0x5eeae9){return _0xfc7217(_0x48df30,_0x454409-_0x5c1253._0x239c98,_0x54869c-0xf,_0x454409- -0x41e);}if(_0x36c0a5['ssl_key_pa'+'th'])return _0x36c0a5[_0x35efa8(_0x9ea5a4._0x37e004,0x2c4,0x2f8,0x2d6)+'th'];return process[_0x3c1202(-0x1d9,-_0x9ea5a4._0x526289,-0x1cd,-0x1c7)][_0x35efa8(0x2cd,0x316,_0x9ea5a4._0x37e004,_0x9ea5a4._0x15912d)+'TH']||null;}export async function saveSslKeyPath(_0x800a32){const _0x17bb2e={_0x5cd8af:0x1aa,_0x50b8a3:0x1be,_0x3d10d6:0x410,_0x2c6f0e:0x401,_0x243fd2:0x433,_0x1196cd:0x441,_0x48f171:0x456,_0x3ec1b6:0x44d,_0x169b1e:0x187,_0x2903a0:0x183,_0x31c0e3:0x3fe,_0x3ac468:0x425,_0x22cdb7:0x41c,_0x3b017b:0x40f,_0x2c2e00:0x418,_0x2ac5b4:0x1ac,_0x34f3ed:0x1af,_0x120201:0x1d3,_0x2bed5e:0x419,_0x2df5f1:0x44c},_0xe32da3={_0x293e80:0x1d3},_0xb4bb91={_0x39d4aa:0x63},_0x491444={};_0x491444['vmLkt']=function(_0x13c55e,_0x3f2cdb){return _0x13c55e===_0x3f2cdb;},_0x491444['YDmkU']='Tyddp',_0x491444[_0x282258(-_0x17bb2e._0x5cd8af,-0x1ac,-0x18b,-_0x17bb2e._0x50b8a3)]=_0x3e6751(_0x17bb2e._0x3d10d6,_0x17bb2e._0x2c6f0e,0x436,_0x17bb2e._0x243fd2);function _0x282258(_0x29b2b4,_0x24d0b0,_0x34af5d,_0x3bad52){return _0x8ef4ab(_0x29b2b4,_0x24d0b0- -0x5ec,_0x34af5d-_0xb4bb91._0x39d4aa,_0x3bad52-0x1aa);}const _0x233c09=_0x491444,_0x9c6227=await loadConfig();function _0x3e6751(_0x501d62,_0x194c1f,_0x7933c1,_0xdd818b){return _0xfc7217(_0x194c1f,_0x194c1f-_0xe32da3._0x293e80,_0x7933c1-0x1cb,_0x501d62-0x1b9);}_0x233c09['vmLkt'](_0x800a32,null)?_0x233c09[_0x3e6751(_0x17bb2e._0x1196cd,_0x17bb2e._0x48f171,_0x17bb2e._0x3ec1b6,0x442)]!=='Tyddp'?_0x5993ec[_0x282258(-0x190,-_0x17bb2e._0x169b1e,-_0x17bb2e._0x2903a0,-0x18c)+_0x3e6751(_0x17bb2e._0x31c0e3,0x419,0x429,0x3e8)]=_0x48f088:delete _0x9c6227[_0x3e6751(_0x17bb2e._0x3ac468,0x421,_0x17bb2e._0x22cdb7,0x405)+'th']:_0x233c09[_0x3e6751(0x40d,_0x17bb2e._0x3b017b,0x3ef,_0x17bb2e._0x2c2e00)]===_0x233c09[_0x282258(-0x1c0,-_0x17bb2e._0x2ac5b4,-_0x17bb2e._0x34f3ed,-_0x17bb2e._0x120201)]?_0x9c6227[_0x3e6751(0x425,_0x17bb2e._0x2bed5e,0x435,_0x17bb2e._0x2df5f1)+'th']=_0x800a32:_0x5ae32a['ssl_ca_pat'+'h']=_0x3fb831,await saveConfig(_0x9c6227);}export async function getSslCaPath(){const _0x57f5bb={_0x3130df:0x2ca,_0x2258b6:0x2b8,_0x59a0c9:0x2bb,_0x3f58f9:0x290,_0x5c1f7f:0x13e,_0x59b5bd:0x142,_0x2869c8:0x14a,_0x1fa59a:0x158,_0x5c5bce:0x299,_0x50a0b2:0x2b1},_0x6e3a63={_0x1375e1:0xaa,_0x20674d:0x116,_0x313247:0x3b1},_0x4c9000={_0x4338b3:0x13c,_0x576961:0xd,_0x54f714:0x69};function _0x306dc6(_0x1c9301,_0x5c1a54,_0x241cd4,_0x3cd2b5){return _0xfc7217(_0x3cd2b5,_0x5c1a54-_0x4c9000._0x4338b3,_0x241cd4-_0x4c9000._0x576961,_0x241cd4-_0x4c9000._0x54f714);}const _0x445f2a={'FnzwA':function(_0x5dbd98){return _0x5dbd98();}},_0x41845c=await _0x445f2a[_0x306dc6(_0x57f5bb._0x3130df,_0x57f5bb._0x2258b6,_0x57f5bb._0x59a0c9,_0x57f5bb._0x3f58f9)](loadConfig);function _0x17ef4b(_0x516b8,_0x376330,_0x186b11,_0x3f17d8){return _0xfc7217(_0x376330,_0x376330-_0x6e3a63._0x1375e1,_0x186b11-_0x6e3a63._0x20674d,_0x186b11- -_0x6e3a63._0x313247);}if(_0x41845c[_0x17ef4b(-_0x57f5bb._0x5c1f7f,-0x151,-_0x57f5bb._0x59b5bd,-0x134)+'h'])return _0x41845c['ssl_ca_pat'+'h'];return process[_0x17ef4b(-0x13e,-_0x57f5bb._0x2869c8,-_0x57f5bb._0x1fa59a,-0x17a)][_0x306dc6(0x2a8,_0x57f5bb._0x5c5bce,_0x57f5bb._0x50a0b2,0x2cc)+'H']||null;}export async function saveSslCaPath(_0x32e280){const _0x1bfaee={_0x16415f:0xce,_0x28d036:0xb5,_0x20a671:0xce,_0x1eec64:0xac,_0x50b17c:0x82,_0x44a00d:0x3e1,_0x1a70d6:0x3e1,_0x5dd9e3:0xb0,_0x4dda5b:0xa9,_0x3449bb:0x80,_0x2336ef:0x93,_0x54c142:0x63,_0x333e9e:0x39e,_0x499c1e:0x3de,_0x127780:0xc1,_0x4316e6:0x3d1,_0x38d1b5:0x3cf,_0x372a9f:0x3f5,_0x2547d9:0x6c,_0x32a610:0x75,_0xe118b4:0x99},_0x36ba57={_0x495c47:0x1a2},_0x589275={_0x3c2bce:0x9f,_0x2c5010:0x1ed,_0x1eca77:0x1e1};function _0x5b2e82(_0xbeea37,_0x593d58,_0x26acca,_0x2d83b8){return _0x8ef4ab(_0x2d83b8,_0x26acca- -_0x589275._0x3c2bce,_0x26acca-_0x589275._0x2c5010,_0x2d83b8-_0x589275._0x1eca77);}const _0x1734cc={'iTWvD':function(_0x1e69c8){return _0x1e69c8();},'yZItZ':function(_0x15fe78,_0x3e9efc){return _0x15fe78===_0x3e9efc;},'YgBsN':function(_0x27b7c5,_0x2a65e3){return _0x27b7c5!==_0x2a65e3;},'cqBGi':_0x12ac80(-_0x1bfaee._0x16415f,-_0x1bfaee._0x28d036,-0x9c,-_0x1bfaee._0x20a671),'ilUde':function(_0x40617e,_0x5d2435){return _0x40617e===_0x5d2435;},'DtBjT':_0x12ac80(-0x86,-_0x1bfaee._0x1eec64,-0xa9,-_0x1bfaee._0x50b17c),'ZmiEV':function(_0x515c25,_0x20119f){return _0x515c25(_0x20119f);}},_0x4fbc21=await _0x1734cc['iTWvD'](loadConfig);function _0x12ac80(_0x2ead23,_0x1980c0,_0x10f949,_0x225be9){return _0x8ef4ab(_0x225be9,_0x1980c0- -0x4e2,_0x10f949-_0x36ba57._0x495c47,_0x225be9-0xd7);}if(_0x1734cc[_0x5b2e82(0x3f2,_0x1bfaee._0x44a00d,0x3c8,_0x1bfaee._0x1a70d6)](_0x32e280,null)){if(_0x1734cc[_0x12ac80(-_0x1bfaee._0x5dd9e3,-0x96,-_0x1bfaee._0x4dda5b,-0x6e)](_0x1734cc['cqBGi'],_0x1734cc[_0x12ac80(-0x96,-_0x1bfaee._0x3449bb,-_0x1bfaee._0x2336ef,-_0x1bfaee._0x54c142)]))return _0x584dc4[_0x5b2e82(0x3bf,0x3af,0x3b9,0x3dd)+'th'];else delete _0x4fbc21[_0x5b2e82(0x3c7,_0x1bfaee._0x333e9e,0x3bc,_0x1bfaee._0x499c1e)+'h'];}else{if(_0x1734cc[_0x12ac80(-_0x1bfaee._0x127780,-0xb0,-0x95,-0x9b)](_0x1734cc[_0x5b2e82(_0x1bfaee._0x4316e6,0x3be,0x3d7,0x3d8)],_0x1734cc[_0x5b2e82(_0x1bfaee._0x38d1b5,0x3fb,0x3d7,_0x1bfaee._0x372a9f)]))_0x4fbc21[_0x12ac80(-_0x1bfaee._0x2547d9,-0x87,-0x9e,-_0x1bfaee._0x32a610)+'h']=_0x32e280;else return _0xecdc32;}await _0x1734cc[_0x12ac80(-0xc3,-_0x1bfaee._0xe118b4,-0x93,-0xba)](saveConfig,_0x4fbc21);}export async function getTrustProxy(){const _0x48b3e0={_0x37a493:0x1b9,_0x1b87ca:0x1da,_0x335cf2:0x1c8,_0x4fe125:0x205,_0x4668ff:0x22d,_0x250012:0x21f,_0x2a988e:0x209,_0x431de9:0x1ff,_0x50c961:0x221},_0x3416ef={_0x1a0c50:0x648,_0x3233d9:0x1a2},_0x4c1b2a={_0xd6355f:0xf6,_0x3659c4:0x140};function _0x1d4f4a(_0xfd9903,_0x1d9789,_0x1e0a8e,_0x30b32c){return _0xfc7217(_0x1e0a8e,_0x1d9789-_0x4c1b2a._0xd6355f,_0x1e0a8e-_0x4c1b2a._0x3659c4,_0x1d9789- -0x512);}const _0x49047d={};_0x49047d[_0x5e240a(-0x1d1,-_0x48b3e0._0x37a493,-_0x48b3e0._0x1b87ca,-_0x48b3e0._0x335cf2)]=function(_0x4308f6,_0xf14340){return _0x4308f6!==_0xf14340;};const _0x3a461d=_0x49047d,_0x16eb75=await loadConfig();if(_0x3a461d[_0x5e240a(-_0x48b3e0._0x4fe125,-0x1b8,-0x1da,-0x1bb)](_0x16eb75[_0x5e240a(-0x229,-0x20a,-0x204,-_0x48b3e0._0x4668ff)+'y'],undefined))return _0x16eb75[_0x5e240a(-_0x48b3e0._0x250012,-0x21d,-0x204,-_0x48b3e0._0x2a988e)+'y'];function _0x5e240a(_0x2d23d7,_0x355fa7,_0x3af13c,_0x59849c){return _0x8ef4ab(_0x2d23d7,_0x3af13c- -_0x3416ef._0x1a0c50,_0x3af13c-_0x3416ef._0x3233d9,_0x59849c-0xee);}return process[_0x5e240a(-_0x48b3e0._0x431de9,-_0x48b3e0._0x431de9,-0x203,-_0x48b3e0._0x50c961)]['TRUST_PROX'+'Y']||null;}export async function saveTrustProxy(_0xbd324f){const _0x529e33={_0x36ed29:0x1cb,_0x51aaba:0x1e3,_0x252dce:0x1de,_0x85cd1d:0x1db,_0xf70289:0x1b2,_0x32a3cd:0x21e,_0x250916:0x1e0,_0x1d4575:0x1f1,_0x55cb9e:0x205,_0x2d0281:0x211},_0x40dd96={_0xc1ad62:0x273,_0x18b78f:0x16c},_0x266d6d={_0x5dadcb:0x12a,_0x17ff99:0x44c},_0x55f259={'wsbJC':function(_0x54b7bf){return _0x54b7bf();},'NlUlG':function(_0x48c9e6,_0x525fec){return _0x48c9e6===_0x525fec;},'QUSmo':function(_0x5d7f8d,_0x5c365a){return _0x5d7f8d(_0x5c365a);}},_0x32fb2=await _0x55f259[_0x5e723e(_0x529e33._0x36ed29,_0x529e33._0x51aaba,0x1cc,_0x529e33._0x252dce)](loadConfig);function _0x15e1a7(_0x4c7e02,_0x3030b6,_0x4b3e28,_0x4644c0){return _0xfc7217(_0x3030b6,_0x3030b6-_0x266d6d._0x5dadcb,_0x4b3e28-0xa7,_0x4b3e28- -_0x266d6d._0x17ff99);}_0x55f259[_0x5e723e(_0x529e33._0x85cd1d,_0x529e33._0xf70289,0x1ca,0x1d1)](_0xbd324f,null)?delete _0x32fb2[_0x15e1a7(-_0x529e33._0x32a3cd,-_0x529e33._0x250916,-0x1f4,-0x20e)+'y']:_0x32fb2['trust_prox'+'y']=_0xbd324f;function _0x5e723e(_0x3ca4ae,_0x1599fb,_0x2cd6b8,_0x3ee7da){return _0x8ef4ab(_0x1599fb,_0x2cd6b8- -_0x40dd96._0xc1ad62,_0x2cd6b8-_0x40dd96._0x18b78f,_0x3ee7da-0x1c8);}await _0x55f259[_0x15e1a7(-_0x529e33._0x1d4575,-0x21b,-_0x529e33._0x55cb9e,-_0x529e33._0x2d0281)](saveConfig,_0x32fb2);}export async function validateSslFile(_0xabb178,_0x10753e){const _0x166507={_0x3eb353:0x34,_0x2791ba:0x56,_0x4abbb2:0x3d,_0x109102:0x58,_0xb864c2:0x2f,_0xd6f22f:0x3a9,_0xcd54ea:0x3c1,_0x15960e:0x4d,_0x5a9d02:0xe,_0x299a28:0xa,_0x584cb8:0x2c,_0x5092c1:0x37b,_0x2ac156:0x375,_0x3aff9e:0x1a,_0x591b08:0x5b,_0x502d95:0x33,_0x175000:0x3d,_0x1358be:0x51,_0x1b169a:0x4e,_0x3f472b:0x1c,_0x356604:0x10,_0x5ab67d:0x24,_0x515d4f:0x38e,_0x2654b7:0x3a5,_0x3e1d33:0x69,_0x2b4fec:0x4c,_0x2517f0:0x37d,_0x403d0a:0x365,_0x3817ae:0x3a4,_0x1f8044:0x2f,_0xb984ec:0x3aa,_0x575f1f:0x11,_0xd22bb9:0x72,_0x18ed12:0x5f,_0x54b76c:0x2c,_0x3d8835:0x39,_0x5793b6:0x19,_0x473903:0x5a,_0x326eb2:0x3a4,_0xc7cdaf:0x3b7,_0x45d43c:0x374,_0x5eff5e:0x17,_0x12d799:0x44,_0x2bda08:0x40,_0x4b87d4:0x22,_0x1d258d:0x5c,_0x164fa0:0x48,_0x4936e1:0x3cd},_0x5c6ad0={_0x4269ac:0x17,_0x35c537:0x48,_0x198e4f:0x2ab};function _0x1de449(_0x4d4c6c,_0x2fd548,_0x10b6b2,_0x1ef72f){return _0xfc7217(_0x2fd548,_0x2fd548-_0x5c6ad0._0x4269ac,_0x10b6b2-_0x5c6ad0._0x35c537,_0x1ef72f- -_0x5c6ad0._0x198e4f);}const _0x3746f2={};_0x3746f2[_0x1de449(-_0x166507._0x3eb353,-0x33,-_0x166507._0x2791ba,-_0x166507._0x4abbb2)]=function(_0x274fca,_0x1a0572){return _0x274fca===_0x1a0572;},_0x3746f2[_0x1de449(-_0x166507._0x109102,-0x12,-_0x166507._0xb864c2,-0x2f)]=function(_0x3830a7,_0x5619a2){return _0x3830a7!==_0x5619a2;},_0x3746f2[_0x3052c5(0x3a1,0x392,_0x166507._0xd6f22f,_0x166507._0xcd54ea)]=_0x1de449(-0x57,-0x65,-_0x166507._0x15960e,-0x67),_0x3746f2[_0x1de449(-0x55,-_0x166507._0x5a9d02,-_0x166507._0x299a28,-_0x166507._0x584cb8)]=_0x1de449(-0x5a,-0x3a,-0x5c,-0x38);function _0x3052c5(_0x485b33,_0x5b56f4,_0x33aa39,_0x4e5dee){return _0xfc7217(_0x4e5dee,_0x5b56f4-0x14f,_0x33aa39-0x42,_0x485b33-0x130);}const _0x22a9ad=_0x3746f2;try{await _0x9f3fac[_0x3052c5(_0x166507._0x5092c1,0x38e,_0x166507._0x2ac156,0x37b)](_0xabb178,_0x1c8cf1[_0x1de449(-0x47,-_0x166507._0x15960e,-0x1f,-0x2e)]);}catch(_0x5c8243){if(_0x22a9ad[_0x1de449(-_0x166507._0x3aff9e,-_0x166507._0x591b08,-_0x166507._0x502d95,-_0x166507._0x175000)](_0x5c8243[_0x1de449(-_0x166507._0x1358be,-_0x166507._0xb864c2,-0x19,-0x37)],_0x1de449(-_0x166507._0x1b169a,-_0x166507._0x3f472b,-_0x166507._0x356604,-_0x166507._0x5ab67d)))throw new Error(_0x10753e+(_0x3052c5(_0x166507._0x515d4f,0x3af,_0x166507._0x2654b7,0x3a5)+_0x1de449(-_0x166507._0x3e1d33,-0x65,-0x31,-_0x166507._0x2b4fec))+_0xabb178);else{if(_0x5c8243['code']===_0x3052c5(_0x166507._0x2517f0,_0x166507._0x403d0a,_0x166507._0x3817ae,0x37e)){if(_0x22a9ad[_0x1de449(-0xc,-0x39,-0x15,-_0x166507._0x1f8044)](_0x22a9ad[_0x3052c5(0x3a1,0x3a2,0x385,_0x166507._0xb984ec)],_0x22a9ad[_0x1de449(-_0x166507._0x1b169a,-_0x166507._0x575f1f,-0x41,-0x2c)]))throw new Error(_0x10753e+(_0x1de449(-_0x166507._0xd22bb9,-0x50,-_0x166507._0x18ed12,-0x5b)+_0x1de449(-0x17,-_0x166507._0x54b76c,-0x2f,-_0x166507._0x3d8835)+_0x1de449(-0x26,-0x36,-_0x166507._0x5793b6,-0x1d)+_0x1de449(-0x87,-_0x166507._0x473903,-0x5d,-0x6d)+_0x3052c5(0x393,0x36c,_0x166507._0x326eb2,_0x166507._0xc7cdaf))+_0xabb178);else throw new _0x10c079(_0x6aa256+(_0x3052c5(0x38e,_0x166507._0x45d43c,0x394,0x380)+'found:\x20')+_0x415b2d);}else throw new Error(_0x1de449(-_0x166507._0x5eff5e,-_0x166507._0x12d799,-0x9,-0x31)+_0x1de449(-0x31,-_0x166507._0x2bda08,-0x4a,-_0x166507._0x4b87d4)+_0x10753e+_0x1de449(-0x52,-_0x166507._0x1d258d,-_0x166507._0x164fa0,-0x36)+_0xabb178+'\x20('+_0x5c8243[_0x3052c5(0x3b4,0x3c8,_0x166507._0x4936e1,0x39e)]+')');}}}
|
|
1
|
+
(function(_0xffe7e6,_0x3e755a){const _0x585798={_0x1e7a62:0x3e,_0x94899:0x8,_0x408bb5:0x1d,_0x1a5048:0x1,_0x35dd21:0x24,_0x106034:0x41,_0x1650a8:0x2a,_0x469a61:0x48,_0xbfd571:0x1e,_0x3a1eba:0x17,_0x2d56ca:0xd,_0x40696b:0x27,_0x4f9ec0:0x24,_0x382564:0xf,_0x4bc05b:0x28,_0x508e66:0xe},_0x4f6671={_0x554528:0x10e};function _0x46faa0(_0x2c3af0,_0x5db296,_0x514350,_0x34bc37){return _0x5641(_0x5db296- -0x15e,_0x2c3af0);}const _0x44dece=_0xffe7e6();function _0x5eaad1(_0x7153b,_0x27ebf3,_0x2ea2d1,_0x2e2d2b){return _0x5641(_0x7153b- -_0x4f6671._0x554528,_0x2e2d2b);}while(!![]){try{const _0x47d7ee=-parseInt(_0x5eaad1(0x36,0x23,0x60,_0x585798._0x1e7a62))/(-0x3d8+-0x161c+0x19f5)+-parseInt(_0x46faa0(-0x38,-0x3d,-0x3c,-0x30))/(-0x1*-0x1327+0x2489+-0x37ae)*(-parseInt(_0x46faa0(-_0x585798._0x94899,-0x28,-_0x585798._0x408bb5,_0x585798._0x1a5048))/(-0xbd1*0x3+-0x68c+0x2*0x1501))+-parseInt(_0x5eaad1(_0x585798._0x35dd21,_0x585798._0x106034,0x14,_0x585798._0x1650a8))/(-0x1*-0x250d+0xfeb+-0x34f4*0x1)*(parseInt(_0x46faa0(-_0x585798._0x469a61,-_0x585798._0x469a61,-0x6f,-0x2c))/(0x9cb*0x2+0xd4+0x1*-0x1465))+-parseInt(_0x46faa0(-0x6,-_0x585798._0xbfd571,-0x1d,-0x40))/(-0x654+-0xaa6+0x8*0x220)+-parseInt(_0x46faa0(-0x9,-0x12,_0x585798._0x3a1eba,_0x585798._0x2d56ca))/(0x1e37+0xb89*-0x1+-0x12a7)+parseInt(_0x5eaad1(_0x585798._0x40696b,0x47,0x47,_0x585798._0x4f9ec0))/(0x1*0x1831+0x23c3+-0x49c*0xd)*(parseInt(_0x46faa0(0x8,-_0x585798._0x382564,-_0x585798._0x4bc05b,-0x2f))/(-0x1cbd+0x1*-0xd17+0x29dd*0x1))+parseInt(_0x46faa0(0x23,-0x7,-0xc,_0x585798._0x508e66))/(-0x12c7*0x1+0x200d+-0xd3c);if(_0x47d7ee===_0x3e755a)break;else _0x44dece['push'](_0x44dece['shift']());}catch(_0x10fdd9){_0x44dece['push'](_0x44dece['shift']());}}}(_0x1ea9,-0x3*0x17d76+0x8ca7d+0xd869));import{promises as _0x69584,constants as _0x1d2256}from'fs';function _0x5641(_0x88639f,_0x2ab55d){_0x88639f=_0x88639f-(0x1711+0x38c*-0x1+-0x4*0x4a0);const _0x420287=_0x1ea9();let _0x182a1a=_0x420287[_0x88639f];if(_0x5641['mhyemT']===undefined){var _0x5e17ec=function(_0x1c3132){const _0x2155ff='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x30b953='',_0x3f7f61='';for(let _0x372967=0x1e79*-0x1+-0x154d+0x11a*0x2f,_0x3ac119,_0xa006c7,_0x36b826=0x18ea+0x196+-0x1a80;_0xa006c7=_0x1c3132['charAt'](_0x36b826++);~_0xa006c7&&(_0x3ac119=_0x372967%(0x6ab+-0x248e+0x5fb*0x5)?_0x3ac119*(0x7d1+0x225+-0x9b6)+_0xa006c7:_0xa006c7,_0x372967++%(-0x17*0xd4+0x13da+-0xca))?_0x30b953+=String['fromCharCode'](-0x1f3a+-0x34e*0x8+-0x3aa9*-0x1&_0x3ac119>>(-(0x183f+-0x11c8+-0x675)*_0x372967&0x91f*-0x2+0x1d*0xce+-0x289*0x2)):0x14d7*-0x1+-0x153e+0x1b*0x18f){_0xa006c7=_0x2155ff['indexOf'](_0xa006c7);}for(let _0x3f6327=0x3f*-0x34+0x10e7*0x2+-0x1*0x1502,_0x3e0f3e=_0x30b953['length'];_0x3f6327<_0x3e0f3e;_0x3f6327++){_0x3f7f61+='%'+('00'+_0x30b953['charCodeAt'](_0x3f6327)['toString'](0x10b4+0x1cbf+-0x2d63))['slice'](-(-0x7a7*0x5+0xfe5+0x1660));}return decodeURIComponent(_0x3f7f61);};_0x5641['onkHTW']=_0x5e17ec,_0x5641['DrUsRT']={},_0x5641['mhyemT']=!![];}const _0x2b9ac4=_0x420287[-0x999+-0x2*0xeb6+-0x1*-0x2705],_0x25d48a=_0x88639f+_0x2b9ac4,_0x1d82cd=_0x5641['DrUsRT'][_0x25d48a];return!_0x1d82cd?(_0x182a1a=_0x5641['onkHTW'](_0x182a1a),_0x5641['DrUsRT'][_0x25d48a]=_0x182a1a):_0x182a1a=_0x1d82cd,_0x182a1a;}function _0x1dc704(_0x42d448,_0x43b8ba,_0x14963c,_0x41602d){const _0x3f0f9d={_0x45b2e:0xe4};return _0x5641(_0x41602d-_0x3f0f9d._0x45b2e,_0x43b8ba);}import _0x194fcd from'path';import _0xe86e1c from'os';const CONFIG_PATH=_0x194fcd[_0x131d31(0x1d6,0x1e4,0x1eb,0x1c3)](_0xe86e1c[_0x131d31(0x1ca,0x1f1,0x1d0,0x1e0)](),_0x131d31(0x20e,0x1f8,0x20b,0x204),_0x131d31(0x1c3,0x1e1,0x1d1,0x1e3)+'n');function _0x131d31(_0x281429,_0x418ea0,_0x16e8ff,_0x394bbc){const _0x28d867={_0x4b91d7:0xc2};return _0x5641(_0x16e8ff-_0x28d867._0x4b91d7,_0x281429);}async function loadConfig(){const _0x318499={_0x53c4bf:0x4b8,_0x981281:0x4bf,_0x6c8842:0x498,_0x2ab12b:0x472,_0x2765cd:0x496,_0x2df171:0x495,_0x5d56f3:0x49c,_0x4480ea:0x4a3},_0x4e5c2a={_0x272a54:0x7,_0x1e76fe:0x35},_0x3df119={_0x1671bd:0xba},_0x1f52fb={};function _0x3b6cef(_0x427c96,_0x496cb7,_0x86723c,_0x546932){return _0x1dc704(_0x427c96-0xe3,_0x86723c,_0x86723c-_0x3df119._0x1671bd,_0x496cb7-0x2a7);}_0x1f52fb['zMFng']=function(_0x4be1d6,_0x5a1745){return _0x4be1d6===_0x5a1745;},_0x1f52fb['TSMkk']='ENOENT';const _0x51247d=_0x1f52fb;function _0x1c5450(_0x1e3391,_0x4d3769,_0x141668,_0x1e297a){return _0x1dc704(_0x1e3391-0x92,_0x4d3769,_0x141668-_0x4e5c2a._0x272a54,_0x141668- -_0x4e5c2a._0x1e76fe);}try{const _0xfd3e91=await _0x69584[_0x3b6cef(0x48b,0x4a8,0x484,_0x318499._0x53c4bf)](CONFIG_PATH,_0x3b6cef(_0x318499._0x981281,_0x318499._0x6c8842,0x47b,_0x318499._0x2ab12b));return JSON['parse'](_0xfd3e91);}catch(_0x4b3cec){if(_0x51247d[_0x3b6cef(0x48d,_0x318499._0x2765cd,_0x318499._0x2df171,0x47a)](_0x4b3cec[_0x3b6cef(0x496,_0x318499._0x5d56f3,_0x318499._0x4480ea,0x4b9)],_0x51247d['TSMkk']))return{};throw _0x4b3cec;}}function _0x1ea9(){const _0x2e92ae=['CNrhtMq','z3PPt1i','rgjQyuq','EK1gBMC','zM91BMq6ia','DxrMltG','Ag9TzwrPCG','y29UzMLNlMPZBW','uf9qqvri','y29Kzq','wK9zC3a','AMTND0i','ktOG','BwnRrMy','mtuXoti4nuLeCej4Bq','igzPBguGBM90ia','zw52','yxrO','zfv1zuu','BwTKAxi','ru5pru5u','CMvHzezPBgu','C3nSx2nHx3bHDa','seXosum','BLjgrhy','ndzPCNbUvKi','Dhj1C3rFChjVEa','C3nSx2nLCNrFCa','wKTxDwK','Cf9WyxrO','qLzRDhC','CMvJDxjZAxzL','u1nmx0nfuLrFua','AM9PBG','t3jSwhq','wvHAAwm','q3r0r2G','CuTnANa','zMLpDxa','BejcuxO','uL9psW','vw9Aq1i','nfDPzxvwvq','C1DrAMq','v3bnAui','mZjothrTBw4','mZa5mdbzwvb6D0G','C2vYDMvYx3bVCG','u1nmx0Tfwv9qqq','igzPBguGAxmGBG','twLpDfO','DeTArwe','Aw9UigrLBMLLza','sfLRyuC','igzPBgu6ia','CNDxCxi','mJq4mdm4mLPLrxz0zG','BwvZC2fNzq','qvri','rufdq0vt','mtyWndqXrgLosK5j','wuzNCfa','ywnJzxnZ','y29KzxjFC2v0Dq','u1Huzu0','lMnVzgvY','zhriEeu','tgXgsgy','mZa0nda1nxrwB1HjBa','ue9sva','D3jPDgvgAwXL','mJa4odm2yKXxrNbY','B3qGCMvHzgfIBa','tvjmwg8','zxnZia','q2fUBM90igfJyW','sw14vLe','Cu5UBNq','v1buCNe','mtmYmtqWodbKueLYEwm','C3rYAw5NAwz5','C3nSx2TLEv9Wyq','vfjvu1rFufjpwa'];_0x1ea9=function(){return _0x2e92ae;};return _0x1ea9();}async function saveConfig(_0x15f6a6){const _0x2af6c2={_0x56bc08:0x172,_0x555a1a:0x176,_0x568e72:0x1b7,_0x4fd30e:0x196,_0x2b7a67:0x17f,_0x2b8560:0x1ab,_0x3d0178:0x58,_0x43c9fd:0x5f,_0x5db41a:0x57,_0x31ce69:0x180,_0x44b608:0x18a,_0x14f848:0x174,_0x1900c1:0x8b},_0x162907={_0x2aad07:0x57,_0x812a32:0x69},_0x57d87e={_0x5e9f89:0x165,_0x4dc080:0xf9,_0x193f6a:0x28a},_0x173e7e={};function _0x13967b(_0x5de527,_0x5d02e9,_0x3adc37,_0x31d0ab){return _0x1dc704(_0x5de527-_0x57d87e._0x5e9f89,_0x3adc37,_0x3adc37-_0x57d87e._0x4dc080,_0x5de527- -_0x57d87e._0x193f6a);}function _0x408e6c(_0x347916,_0x11ff79,_0x51ccf3,_0x255c3f){return _0x1dc704(_0x347916-_0x162907._0x2aad07,_0x255c3f,_0x51ccf3-0xd3,_0x347916- -_0x162907._0x812a32);}_0x173e7e[_0x408e6c(0x184,0x18d,_0x2af6c2._0x56bc08,_0x2af6c2._0x555a1a)]='utf-8';const _0x4a857d=_0x173e7e,_0xdefe45=_0x194fcd['dirname'](CONFIG_PATH),_0x371b4e={};_0x371b4e[_0x408e6c(0x1a2,0x1b8,0x183,_0x2af6c2._0x568e72)]=!![],await _0x69584[_0x408e6c(_0x2af6c2._0x4fd30e,_0x2af6c2._0x2b7a67,_0x2af6c2._0x2b8560,0x1b5)](_0xdefe45,_0x371b4e),await _0x69584[_0x13967b(-_0x2af6c2._0x3d0178,-_0x2af6c2._0x43c9fd,-0x65,-_0x2af6c2._0x5db41a)](CONFIG_PATH,JSON[_0x408e6c(_0x2af6c2._0x31ce69,_0x2af6c2._0x44b608,_0x2af6c2._0x14f848,0x182)](_0x15f6a6,null,-0x156d*-0x1+-0x67*0xd+0x1c*-0x94),_0x4a857d[_0x13967b(-0x9d,-_0x2af6c2._0x1900c1,-0xbc,-0x9c)]);}export async function getCoderSetupPath(){const _0x559de3={_0x103e4e:0xcc,_0x1a00ce:0xe6,_0x57625d:0xa9,_0x578a95:0xad,_0x493048:0xd0,_0x158bba:0xbb,_0x1803d6:0x91},_0x46bfda={_0x1d1339:0x51,_0x2d75cf:0x16},_0x5165f9={_0xc1c4e4:0x1b9};function _0x3b9ae8(_0x105ff5,_0x3e0aeb,_0x3126c9,_0x275814){return _0x1dc704(_0x105ff5-0xb4,_0x275814,_0x3126c9-_0x5165f9._0xc1c4e4,_0x3126c9- -0x2c4);}if(process['env']['CODER_SETU'+_0x3b9ae8(-_0x559de3._0x103e4e,-_0x559de3._0x1a00ce,-0xd0,-_0x559de3._0x57625d)])return process['env']['CODER_SETU'+_0x3b9ae8(-0xad,-_0x559de3._0x578a95,-_0x559de3._0x493048,-0xb1)];function _0x4d3af4(_0x9575a3,_0x388064,_0x4ce4d6,_0xbdf6e1){return _0x131d31(_0x4ce4d6,_0x388064-_0x46bfda._0x1d1339,_0x9575a3-0x284,_0xbdf6e1-_0x46bfda._0x2d75cf);}const _0x3b2184=await loadConfig();return _0x3b2184['coder_setu'+_0x3b9ae8(-0xad,-0x9e,-_0x559de3._0x158bba,-_0x559de3._0x1803d6)]||null;}export async function saveCoderSetupPath(_0x42344f){const _0x13fed0={_0x54f381:0x1f5,_0x2aae70:0x215,_0x506001:0x20b,_0x16d5cf:0x136,_0x51ab8d:0x155,_0x236321:0xf2,_0x21c2b5:0x134,_0xeadbdc:0x10f,_0x102462:0xf8,_0x30b847:0x131,_0x33262a:0x226,_0x4297ad:0x200,_0x15cddb:0x1f4,_0x3c01ef:0x1d8},_0x9baa03={_0x4539fc:0xd8},_0x34d341={_0x24c92a:0x3fb};function _0x147335(_0x150451,_0x54bbf7,_0x51a0f3,_0x12eceb){return _0x131d31(_0x12eceb,_0x54bbf7-0x39,_0x54bbf7- -_0x34d341._0x24c92a,_0x12eceb-0x190);}const _0x2e1d0a={'ZKWui':function(_0x23069d){return _0x23069d();},'LlFHf':function(_0x549368,_0x631928){return _0x549368===_0x631928;},'WPTrq':function(_0x3ea4c9,_0x35f4e7){return _0x3ea4c9(_0x35f4e7);}},_0x5038a1=await _0x2e1d0a[_0x147335(-_0x13fed0._0x54f381,-_0x13fed0._0x2aae70,-_0x13fed0._0x506001,-0x232)](loadConfig);_0x2e1d0a[_0x310f85(0x123,_0x13fed0._0x16d5cf,0x135,_0x13fed0._0x51ab8d)](_0x42344f,null)?delete _0x5038a1['coder_setu'+_0x310f85(_0x13fed0._0x236321,_0x13fed0._0x21c2b5,_0x13fed0._0xeadbdc,_0x13fed0._0x102462)]:_0x5038a1[_0x310f85(0x11c,0x10f,_0x13fed0._0x30b847,_0x13fed0._0x30b847)+_0x147335(-0x21c,-0x214,-_0x13fed0._0x33262a,-0x1f7)]=_0x42344f;function _0x310f85(_0x30d89f,_0x1083f2,_0x2ef0c2,_0x36b23a){return _0x131d31(_0x30d89f,_0x1083f2-0x1d2,_0x2ef0c2- -_0x9baa03._0x4539fc,_0x36b23a-0x76);}await _0x2e1d0a[_0x147335(-_0x13fed0._0x4297ad,-0x1e3,-_0x13fed0._0x15cddb,-_0x13fed0._0x3c01ef)](saveConfig,_0x5038a1);}export async function getServerPort(){const _0x1c8e62={_0x3ed94e:0x3b7,_0x19b9b4:0x3d8,_0x418f7b:0x3b2,_0x2500f2:0x12c,_0x13b745:0x146,_0x54be77:0x148,_0x230685:0x142,_0x43dfd8:0x18d,_0x433089:0x175,_0x3bb5fd:0x17d,_0x1ba0f3:0x3ec,_0x1aec9a:0x416},_0x516269={_0x521853:0x357,_0x32dd5a:0x94},_0x27e827={_0x4d9507:0x1c2,_0x2d6c2a:0x1cb},_0x64407={'dGKyT':function(_0x43a915){return _0x43a915();}};if(process[_0xf00e1b(_0x1c8e62._0x3ed94e,0x3db,_0x1c8e62._0x19b9b4,_0x1c8e62._0x418f7b)][_0x2c3eb8(-_0x1c8e62._0x2500f2,-_0x1c8e62._0x13b745,-_0x1c8e62._0x54be77,-_0x1c8e62._0x230685)])return parseInt(process[_0x2c3eb8(-_0x1c8e62._0x43dfd8,-_0x1c8e62._0x433089,-_0x1c8e62._0x3bb5fd,-0x19e)][_0xf00e1b(_0x1c8e62._0x1ba0f3,0x3e1,0x3cf,_0x1c8e62._0x1aec9a)],-0x2f*-0x29+-0x1413*-0x1+-0xc4*0x24);const _0x4eb9a3=await _0x64407['dGKyT'](loadConfig);function _0xf00e1b(_0x11617e,_0x1c7883,_0x2ffa18,_0x57e4b7){return _0x131d31(_0x1c7883,_0x1c7883-_0x27e827._0x4d9507,_0x11617e-0x1dd,_0x57e4b7-_0x27e827._0x2d6c2a);}function _0x2c3eb8(_0x88f3ee,_0x194581,_0x1d89ae,_0x350dff){return _0x131d31(_0x194581,_0x194581-0x169,_0x1d89ae- -_0x516269._0x521853,_0x350dff-_0x516269._0x32dd5a);}return _0x4eb9a3['server_por'+'t']||0x1*-0x20cc+0xe8b*0x2+0xf6e;}export async function saveServerPort(_0x370755){const _0x9ca55a={_0x53400e:0xe7,_0x511d4c:0x1a4,_0x38502f:0x1b0,_0x45893d:0x1e8,_0x3954f7:0x1cb,_0x34c108:0x1b5,_0x543392:0x197,_0x31ac5e:0x1bd},_0x489429={_0x2546fc:0xfc},_0x59f04a={_0x54bd01:0x143},_0x2cf689={'lBBQz':function(_0x1b7446){return _0x1b7446();},'YFgpP':function(_0x188dc9,_0x5705ef){return _0x188dc9(_0x5705ef);}},_0x27ff18=await _0x2cf689[_0x129177(_0x9ca55a._0x53400e,0xad,0xd0,0xd3)](loadConfig);_0x27ff18[_0x374959(-_0x9ca55a._0x511d4c,-_0x9ca55a._0x38502f,-_0x9ca55a._0x45893d,-_0x9ca55a._0x3954f7)+'t']=_0x370755;function _0x129177(_0x126fda,_0x52f543,_0x50aa41,_0x27ab89){return _0x1dc704(_0x126fda-0x194,_0x52f543,_0x50aa41-0x4e,_0x50aa41- -_0x59f04a._0x54bd01);}function _0x374959(_0x41d369,_0x136fcd,_0x290ae2,_0x37c13e){return _0x131d31(_0x290ae2,_0x136fcd-_0x489429._0x2546fc,_0x37c13e- -0x3c4,_0x37c13e-0xc1);}await _0x2cf689[_0x374959(-_0x9ca55a._0x34c108,-0x1e4,-_0x9ca55a._0x543392,-_0x9ca55a._0x31ac5e)](saveConfig,_0x27ff18);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x2f2f43={_0x1488c1:0xf,_0x3b3502:0x15,_0x1315da:0x12,_0x46e966:0x1a,_0x5ce291:0x6,_0x1a17a4:0x23,_0x540f15:0xd,_0x285c6d:0x11e,_0x2d4095:0x14a,_0x551d59:0x149,_0x41ad81:0x13a,_0x15d5c8:0x147,_0x10009a:0x12e,_0x577082:0x140,_0x236053:0x120,_0x1c20e8:0x121},_0x10e31a={_0x500893:0x1d9};function _0x3f43ef(_0x2bdab7,_0x19f2ca,_0x4396f8,_0x2ef9fd){return _0x1dc704(_0x2bdab7-0x181,_0x2bdab7,_0x4396f8-0xba,_0x2ef9fd- -0x201);}const _0x58092b={'rtGNd':function(_0x5b78aa){return _0x5b78aa();}},_0x38c693=await _0x58092b[_0x3f43ef(-_0x2f2f43._0x1488c1,-0x8,0x12,-_0x2f2f43._0x3b3502)](loadConfig);if(_0x38c693[_0x3f43ef(-0x15,-_0x2f2f43._0x1315da,_0x2f2f43._0x46e966,_0x2f2f43._0x5ce291)+_0x3f43ef(-0x16,_0x2f2f43._0x1a17a4,-_0x2f2f43._0x540f15,-0x4)])return _0x38c693[_0x4c28ad(-_0x2f2f43._0x285c6d,-0x13f,-0x121,-0x123)+_0x4c28ad(-_0x2f2f43._0x2d4095,-_0x2f2f43._0x551d59,-0x125,-0x150)];function _0x4c28ad(_0x560926,_0x2ffcea,_0x66f28b,_0x441ca6){return _0x131d31(_0x441ca6,_0x2ffcea-0x18c,_0x2ffcea- -0x324,_0x441ca6-_0x10e31a._0x500893);}return process['env'][_0x4c28ad(-0x12b,-_0x2f2f43._0x41ad81,-_0x2f2f43._0x15d5c8,-_0x2f2f43._0x10009a)+_0x4c28ad(-_0x2f2f43._0x577082,-_0x2f2f43._0x236053,-_0x2f2f43._0x1c20e8,-0x11b)]||null;}export async function saveSslCertPath(_0x2fdbf0){const _0x154b28={_0x287242:0x15,_0x4e0c3a:0x20,_0x40a820:0x18,_0x29aefc:0xe,_0x2ff0ce:0x4b7,_0x11bb6c:0x4b4,_0x3b5269:0x4dd,_0x5a5527:0x4cd,_0x14c4bc:0x4a3,_0x3dd523:0x48f,_0x1ebf1b:0x4ca,_0x2a2054:0x4cb,_0x511f9c:0x4be,_0x2dde13:0x49d,_0x361d75:0x59,_0xe7d168:0x61},_0x4f4455={_0x4ba81e:0x6c},_0x1f7d5b={_0x346940:0x1af,_0x2003be:0x159};function _0x3bd4ba(_0x4a1430,_0x1dbc14,_0x1c150b,_0x3fa8aa){return _0x1dc704(_0x4a1430-_0x1f7d5b._0x346940,_0x1c150b,_0x1c150b-_0x1f7d5b._0x2003be,_0x4a1430-0x2a6);}function _0x3b52b7(_0x550971,_0x8e25d2,_0x156e5d,_0x21b066){return _0x131d31(_0x8e25d2,_0x8e25d2-_0x4f4455._0x4ba81e,_0x21b066- -0x205,_0x21b066-0x13f);}const _0x32d05c={'MRLXo':function(_0x31beda){return _0x31beda();},'qKMjp':function(_0x46b890,_0x24e314){return _0x46b890===_0x24e314;},'DbjaD':function(_0x1ef875,_0x937ed5){return _0x1ef875(_0x937ed5);}},_0x832082=await _0x32d05c[_0x3b52b7(-_0x154b28._0x287242,_0x154b28._0x4e0c3a,-_0x154b28._0x40a820,_0x154b28._0x29aefc)](loadConfig);_0x32d05c[_0x3bd4ba(_0x154b28._0x2ff0ce,_0x154b28._0x11bb6c,_0x154b28._0x3b5269,_0x154b28._0x5a5527)](_0x2fdbf0,null)?delete _0x832082['ssl_cert_p'+_0x3bd4ba(_0x154b28._0x14c4bc,_0x154b28._0x3dd523,_0x154b28._0x1ebf1b,_0x154b28._0x2a2054)]:_0x832082['ssl_cert_p'+_0x3bd4ba(_0x154b28._0x14c4bc,_0x154b28._0x511f9c,_0x154b28._0x2dde13,0x492)]=_0x2fdbf0,await _0x32d05c[_0x3b52b7(-0x32,-_0x154b28._0x361d75,-_0x154b28._0xe7d168,-0x39)](saveConfig,_0x832082);}export async function getSslKeyPath(){const _0x35a07a={_0x467ff4:0x4c4,_0x4c89e1:0x490,_0x1fc04d:0x4a8,_0x1d66e4:0x4e4,_0x38f822:0x4e0,_0x5b95f9:0x2d2,_0x41a51c:0x2ba,_0x5cecf0:0x2c3,_0x57ae04:0x2ba,_0x22a3d7:0x2e1,_0x48ac7d:0x2cd,_0x410f14:0x2ae,_0x7a4c8b:0x4a7,_0x3b2c6d:0x2ba,_0x485215:0x296,_0x54f5d6:0x4cd,_0x1531bc:0x2d8,_0x4bd279:0x2d4,_0x2f6606:0x49d,_0x881c51:0x4c0,_0x2b495f:0x4b1,_0x405865:0x2d6,_0x122909:0x293,_0x390ca1:0x29c,_0x477749:0x2a2,_0x5b85a7:0x4c5,_0x3bb6fa:0x4dc,_0x2fd510:0x4de,_0x463c84:0x4d6,_0x5e4287:0x48d,_0x100716:0x4ae,_0x22f722:0x4df,_0x15ee7f:0x4e2,_0x35b146:0x512,_0x3c4bc0:0x504,_0x447941:0x2b2,_0x38cb3b:0x2a4,_0x3b3356:0x4d1,_0x361f83:0x4d9,_0x3c1cfd:0x4bf,_0x1d27a4:0x492,_0x57398a:0x48d,_0x5c2223:0x4b2,_0x56aec0:0x4d2},_0x419ad5={_0x5aee31:0x3f,_0x59fa6f:0x4c6},_0x53e817={_0xb30ccb:0x13a,_0x2c31cf:0x2b6},_0x6c4376={'HLNIC':function(_0x1f9114,_0x1f36d7){return _0x1f9114===_0x1f36d7;},'dUueE':_0x21646c(_0x35a07a._0x467ff4,_0x35a07a._0x4c89e1,_0x35a07a._0x1fc04d,0x4b6),'WpMiB':_0x21646c(_0x35a07a._0x1d66e4,_0x35a07a._0x38f822,0x4f3,0x4dd),'fiOup':function(_0x4ccc5f){return _0x4ccc5f();},'mckFf':_0x358f14(-0x291,-0x2b1,-_0x35a07a._0x5b95f9,-_0x35a07a._0x41a51c)};function _0x21646c(_0xb36508,_0x52514f,_0x8ef320,_0x29c872){return _0x1dc704(_0xb36508-0x154,_0xb36508,_0x8ef320-_0x53e817._0xb30ccb,_0x29c872-_0x53e817._0x2c31cf);}const _0x337845=await _0x6c4376[_0x358f14(-_0x35a07a._0x5cecf0,-0x2b4,-0x2b3,-0x2c9)](loadConfig);function _0x358f14(_0x65f3a9,_0x6bf118,_0x6d30ce,_0x2d89e0){return _0x1dc704(_0x65f3a9-_0x419ad5._0x5aee31,_0x65f3a9,_0x6d30ce-0x10a,_0x6bf118- -_0x419ad5._0x59fa6f);}if(_0x337845[_0x358f14(-_0x35a07a._0x57ae04,-0x2dc,-_0x35a07a._0x22a3d7,-_0x35a07a._0x48ac7d)+'th']){if(_0x6c4376[_0x358f14(-_0x35a07a._0x410f14,-0x2c3,-0x2cd,-0x2bc)](_0x6c4376[_0x21646c(0x497,_0x35a07a._0x7a4c8b,0x49e,0x4af)],_0x358f14(-0x2ae,-0x298,-_0x35a07a._0x3b2c6d,-_0x35a07a._0x485215))){if(_0x6c4376[_0x21646c(0x4a0,0x4e1,_0x35a07a._0x54f5d6,0x4b9)](_0x52c5c1[_0x358f14(-_0x35a07a._0x1531bc,-0x2d1,-_0x35a07a._0x4bd279,-_0x35a07a._0x410f14)],_0x6c4376[_0x21646c(_0x35a07a._0x2f6606,_0x35a07a._0x54f5d6,0x490,0x4b4)]))throw new _0x152e0c(_0x5e8867+(_0x21646c(_0x35a07a._0x881c51,0x4b5,0x4ca,_0x35a07a._0x2b495f)+_0x358f14(-0x2fb,-_0x35a07a._0x405865,-0x2e6,-0x2c4))+_0x2b49b3);else{if(_0xfd6b7['code']===_0x6c4376[_0x21646c(0x4ae,0x4ed,0x4d6,0x4ce)])throw new _0x31b8f5(_0x2dc947+(_0x358f14(-_0x35a07a._0x122909,-0x2a9,-_0x35a07a._0x390ca1,-_0x35a07a._0x477749)+'ot\x20readabl'+'e\x20(permiss'+_0x21646c(_0x35a07a._0x5b85a7,_0x35a07a._0x3bb6fa,_0x35a07a._0x2fd510,_0x35a07a._0x463c84)+_0x21646c(0x498,0x4b3,_0x35a07a._0x5e4287,_0x35a07a._0x100716))+_0x88639f);else throw new _0x2ab55d(_0x21646c(_0x35a07a._0x22f722,0x4c8,_0x35a07a._0x15ee7f,0x4ed)+_0x21646c(_0x35a07a._0x35b146,0x4fe,_0x35a07a._0x3c4bc0,0x4ec)+_0x420287+_0x358f14(-_0x35a07a._0x447941,-_0x35a07a._0x38cb3b,-0x2aa,-0x2bf)+_0x182a1a+'\x20('+_0x5e17ec[_0x21646c(_0x35a07a._0x3b3356,0x4be,_0x35a07a._0x361f83,0x4db)]+')');}}else return _0x337845[_0x21646c(0x4a1,_0x35a07a._0x3c1cfd,0x4a8,0x4a0)+'th'];}return process[_0x21646c(_0x35a07a._0x1d27a4,_0x35a07a._0x57398a,0x4ca,_0x35a07a._0x5c2223)][_0x21646c(0x4b6,0x4e9,0x4f3,_0x35a07a._0x56aec0)+'TH']||null;}export async function saveSslKeyPath(_0x173836){const _0x5e7574={_0x282de7:0x67,_0x31e472:0x9f,_0x5aefc4:0x68,_0x241a2c:0x52},_0x4e04a9={_0x28d483:0x101,_0x571743:0x1f2},_0x40b8bd={_0x38f540:0x16},_0x5a7ab3={'hqDKT':function(_0x2804e4,_0x3746c9){return _0x2804e4===_0x3746c9;},'tKZEa':function(_0x3fa4df,_0x1f8b37){return _0x3fa4df(_0x1f8b37);}},_0x458e7a=await loadConfig();function _0x1b22d3(_0x4eda67,_0x11ef03,_0x1d3e49,_0x27b71b){return _0x1dc704(_0x4eda67-0xb8,_0x11ef03,_0x1d3e49-_0x40b8bd._0x38f540,_0x1d3e49- -0x271);}function _0x444837(_0x33c352,_0x3a5d51,_0x200810,_0x59c458){return _0x1dc704(_0x33c352-0x10f,_0x200810,_0x200810-_0x4e04a9._0x28d483,_0x33c352-_0x4e04a9._0x571743);}_0x5a7ab3['hqDKT'](_0x173836,null)?delete _0x458e7a['ssl_key_pa'+'th']:_0x458e7a[_0x1b22d3(-_0x5e7574._0x282de7,-_0x5e7574._0x31e472,-0x87,-_0x5e7574._0x5aefc4)+'th']=_0x173836,await _0x5a7ab3[_0x1b22d3(-0x29,-0x63,-_0x5e7574._0x241a2c,-0x6d)](saveConfig,_0x458e7a);}export async function getSslCaPath(){const _0x15e02f={_0x3be323:0xce,_0x1154fe:0xb0},_0x48bb54={_0x231511:0x4d},_0xb32a9d={_0x4ea63a:0x107,_0x3254ba:0x1c0},_0x1a87e6=await loadConfig();function _0x19de40(_0x368873,_0x422ba0,_0xca2f58,_0x346001){return _0x131d31(_0x422ba0,_0x422ba0-_0xb32a9d._0x4ea63a,_0x368873-_0xb32a9d._0x3254ba,_0x346001-0x31);}function _0x36aaaa(_0x199342,_0x339a30,_0x19ecf2,_0x682258){return _0x1dc704(_0x199342-_0x48bb54._0x231511,_0x682258,_0x19ecf2-0x105,_0x19ecf2- -0x12e);}if(_0x1a87e6[_0x36aaaa(0xc0,0xe3,0xd4,0xc5)+'h'])return _0x1a87e6['ssl_ca_pat'+'h'];return process[_0x36aaaa(0xb6,0xe2,_0x15e02f._0x3be323,_0x15e02f._0x1154fe)]['SSL_CA_PAT'+'H']||null;}export async function saveSslCaPath(_0x4d0065){const _0x43df0a={_0x2dbbc5:0x337,_0x31ecd5:0x30d,_0x2c58c0:0x35f,_0x48cdb4:0x352,_0x4344f9:0x355,_0x2f66f3:0x34a,_0x7b695c:0x33b,_0x75c55b:0x309,_0x24911d:0x383,_0x1f0cd2:0x35f},_0x28320c={_0x2550b7:0x65},_0x229227={_0x11b007:0x2c,_0x21f6e3:0x116};function _0x55692f(_0x4b185c,_0x28ea5c,_0x330f6e,_0x3fd709){return _0x1dc704(_0x4b185c-_0x229227._0x11b007,_0x28ea5c,_0x330f6e-0x186,_0x3fd709-_0x229227._0x21f6e3);}const _0x827ff5={'ZOYsp':function(_0x12e6a6){return _0x12e6a6();},'jkgwB':function(_0x4db775,_0xf59f58){return _0x4db775===_0xf59f58;},'SXTeM':'JlNPX','MiOtZ':function(_0x1deb93,_0x5960f5){return _0x1deb93(_0x5960f5);}};function _0x3ffce2(_0x32e631,_0x4c491f,_0x2c32fa,_0x4f3bc4){return _0x1dc704(_0x32e631-0x46,_0x4c491f,_0x2c32fa-_0x28320c._0x2550b7,_0x2c32fa-0x141);}const _0x40f4c6=await _0x827ff5[_0x3ffce2(0x338,0x34f,_0x43df0a._0x2dbbc5,0x31a)](loadConfig);_0x4d0065===null?_0x827ff5[_0x55692f(0x2fb,0x32d,0x333,_0x43df0a._0x31ecd5)](_0x827ff5[_0x55692f(_0x43df0a._0x2c58c0,0x351,0x32a,0x342)],_0x827ff5['SXTeM'])?delete _0x40f4c6['ssl_ca_pat'+'h']:delete _0x71560a[_0x3ffce2(_0x43df0a._0x48cdb4,_0x43df0a._0x4344f9,0x36c,0x355)+_0x3ffce2(0x354,0x339,_0x43df0a._0x2f66f3,0x33a)]:_0x40f4c6[_0x55692f(_0x43df0a._0x7b695c,0x2f1,_0x43df0a._0x75c55b,0x318)+'h']=_0x4d0065,await _0x827ff5[_0x3ffce2(_0x43df0a._0x24911d,0x33f,_0x43df0a._0x1f0cd2,0x360)](saveConfig,_0x40f4c6);}export async function getTrustProxy(){const _0x2a7f58={_0x3083b1:0x3d5,_0x399b1c:0x3b2,_0x5b058e:0x3b0,_0x4757ef:0x3a4,_0x17db8a:0x3c0,_0xbea2dd:0x3bc};function _0xa2f43d(_0x5dfc67,_0x4f8cdd,_0xd1cd58,_0x3714bb){return _0x1dc704(_0x5dfc67-0x20,_0x3714bb,_0xd1cd58-0x79,_0x4f8cdd-0x1ac);}function _0x1edad6(_0x4de0eb,_0x519413,_0x201069,_0x3e95df){return _0x1dc704(_0x4de0eb-0x101,_0x3e95df,_0x201069-0xcc,_0x201069- -0x170);}const _0x21edaf={};_0x21edaf['nLqin']=function(_0x1bfef3,_0x3d4898){return _0x1bfef3!==_0x3d4898;};const _0xddce50=_0x21edaf,_0x4d8756=await loadConfig();if(_0xddce50['nLqin'](_0x4d8756[_0xa2f43d(_0x2a7f58._0x3083b1,_0x2a7f58._0x399b1c,0x39c,_0x2a7f58._0x5b058e)+'y'],undefined))return _0x4d8756[_0xa2f43d(0x39e,0x3b2,0x38f,0x3cf)+'y'];return process['env'][_0xa2f43d(_0x2a7f58._0x4757ef,0x397,_0x2a7f58._0x17db8a,_0x2a7f58._0xbea2dd)+'Y']||null;}export async function saveTrustProxy(_0x3b33f7){const _0x4a1ae7={_0x4fee83:0x287,_0x4f3c18:0x262,_0x32a69c:0xf5,_0x13d2e0:0x108,_0x292042:0x270,_0x141907:0x26f,_0x3c15f7:0x274,_0x5a2d8d:0x2b1,_0x571b6b:0xf8,_0x21229d:0xc4},_0x5e143c={_0x4ddda2:0x6b,_0x35768a:0x469},_0x5e9dd0={_0xf551fe:0x14d,_0x5d96e2:0x146};function _0x24adee(_0x13f10f,_0x5a13a1,_0x4ddb02,_0xf4e7d6){return _0x131d31(_0x4ddb02,_0x5a13a1-_0x5e9dd0._0xf551fe,_0x5a13a1- -0xf7,_0xf4e7d6-_0x5e9dd0._0x5d96e2);}const _0x429091={'KSOKu':function(_0x23ad66){return _0x23ad66();},'OrlXt':function(_0x255821,_0x3fc716){return _0x255821===_0x3fc716;},'rCows':function(_0x2aaf79,_0x3c3150){return _0x2aaf79===_0x3c3150;},'nRFDv':'sWQjd','GFAoR':function(_0x5bfa79,_0x13f03c){return _0x5bfa79(_0x13f03c);}},_0x2f9166=await _0x429091['KSOKu'](loadConfig);if(_0x429091[_0x35cc1a(-_0x4a1ae7._0x4fee83,-_0x4a1ae7._0x4f3c18,-0x295,-0x27d)](_0x3b33f7,null)){if(_0x429091['rCows'](_0x429091[_0x24adee(_0x4a1ae7._0x32a69c,0xeb,_0x4a1ae7._0x13d2e0,0x115)],_0x35cc1a(-_0x4a1ae7._0x292042,-_0x4a1ae7._0x141907,-0x24b,-_0x4a1ae7._0x3c15f7)))delete _0x2f9166['trust_prox'+'y'];else return _0xa82fa6[_0x35cc1a(-0x276,-_0x4a1ae7._0x5a2d8d,-0x294,-0x289)+'h'];}else _0x2f9166[_0x24adee(_0x4a1ae7._0x571b6b,0xed,_0x4a1ae7._0x21229d,0xe0)+'y']=_0x3b33f7;function _0x35cc1a(_0x373ff8,_0x4f8b6f,_0x40edc5,_0x4f5102){return _0x131d31(_0x4f8b6f,_0x4f8b6f-_0x5e143c._0x4ddda2,_0x4f5102- -_0x5e143c._0x35768a,_0x4f5102-0x14f);}await _0x429091['GFAoR'](saveConfig,_0x2f9166);}export async function validateSslFile(_0x378106,_0x27b33e){const _0x4c32ba={_0x56ffb1:0x4ff,_0x5149e1:0x504,_0x455a95:0x4ec,_0x4b74f5:0x534,_0x57da97:0x535,_0x388ccd:0x4f1,_0x3e2284:0x4ef,_0x109985:0x4e9,_0x4c5cf6:0x52c,_0xa71c3f:0x52c,_0x58e1e9:0x51b,_0x27065f:0x4fe,_0x9343ae:0x521,_0x5c202:0x171,_0x5eb04b:0x14d,_0x1ee22c:0x148,_0x22a082:0x4e0,_0x1fc1ca:0x4f9,_0x504c1d:0x51c,_0x17a98a:0x52e,_0x53bfc6:0x500,_0x3a2fd1:0x506,_0x1e012e:0x4f8,_0x516e26:0x1a7,_0x377b78:0x189,_0x26584e:0x180,_0x5c04a3:0x1b0,_0x4a17c7:0x4ef,_0x3409b2:0x514,_0x3de883:0x16a,_0x220c73:0x150,_0x4d12ae:0x136,_0x151bd6:0x17f,_0x43b5da:0x19c,_0x11e271:0x4df,_0x3a4f0d:0x4f0,_0x576a64:0x4f4,_0x4650ea:0x4f9,_0x1eeb85:0x153,_0x57170d:0x196,_0x338f36:0x181,_0x3f1382:0x14f,_0x4164c0:0x155,_0x351960:0x13c,_0x100a6b:0x164,_0xdd4f98:0x4de,_0x2669a9:0x4b4,_0xd0e21b:0x188,_0x512a96:0x167,_0x1127b1:0x15b,_0x378c90:0x169,_0x5d936f:0x19f},_0x185bad={_0xed5271:0x307,_0x1e73bc:0x66};function _0x4dfcde(_0xf0f2f,_0x58683e,_0x450a13,_0x1e1a13){return _0x131d31(_0x58683e,_0x58683e-0x196,_0x450a13-_0x185bad._0xed5271,_0x1e1a13-_0x185bad._0x1e73bc);}function _0x21098a(_0x30be99,_0x14bfe1,_0x460579,_0x5b9b7f){return _0x131d31(_0x5b9b7f,_0x14bfe1-0x1a0,_0x14bfe1- -0x367,_0x5b9b7f-0xe5);}const _0x58c174={};_0x58c174[_0x4dfcde(0x4da,_0x4c32ba._0x56ffb1,0x4f5,0x501)]=_0x4dfcde(0x52c,_0x4c32ba._0x5149e1,0x506,_0x4c32ba._0x455a95),_0x58c174[_0x4dfcde(_0x4c32ba._0x4b74f5,0x504,0x51d,_0x4c32ba._0x57da97)]=function(_0x3bc784,_0x3f841d){return _0x3bc784===_0x3f841d;},_0x58c174[_0x4dfcde(_0x4c32ba._0x388ccd,0x4c7,_0x4c32ba._0x3e2284,_0x4c32ba._0x109985)]=function(_0x46a117,_0x531ef7){return _0x46a117===_0x531ef7;},_0x58c174['qNnnt']=_0x4dfcde(_0x4c32ba._0x4c5cf6,_0x4c32ba._0xa71c3f,0x50c,0x52b),_0x58c174[_0x4dfcde(_0x4c32ba._0x58e1e9,0x516,0x4f4,_0x4c32ba._0x27065f)]=_0x4dfcde(_0x4c32ba._0x9343ae,0x4ec,0x508,0x519);const _0x450322=_0x58c174;try{await _0x69584[_0x21098a(-_0x4c32ba._0x5c202,-0x15f,-_0x4c32ba._0x5eb04b,-_0x4c32ba._0x1ee22c)](_0x378106,_0x1d2256[_0x4dfcde(0x505,_0x4c32ba._0x22a082,_0x4c32ba._0x1fc1ca,_0x4c32ba._0x504c1d)]);}catch(_0x35f21c){if(_0x450322['CttGh']===_0x4dfcde(_0x4c32ba._0x17a98a,_0x4c32ba._0x53bfc6,_0x4c32ba._0x3a2fd1,_0x4c32ba._0x1e012e)){if(_0x450322['ImxVQ'](_0x35f21c['code'],_0x21098a(-_0x4c32ba._0x516e26,-_0x4c32ba._0x377b78,-_0x4c32ba._0x26584e,-_0x4c32ba._0x5c04a3)))throw new Error(_0x27b33e+('\x20file\x20not\x20'+'found:\x20')+_0x378106);else{if(_0x450322[_0x4dfcde(0x4c9,0x515,_0x4c32ba._0x4a17c7,_0x4c32ba._0x3409b2)](_0x35f21c['code'],_0x450322[_0x21098a(-_0x4c32ba._0x3de883,-_0x4c32ba._0x220c73,-0x14d,-_0x4c32ba._0x4d12ae)])){if(_0x450322[_0x21098a(-0x180,-_0x4c32ba._0x151bd6,-_0x4c32ba._0x43b5da,-0x17e)](_0x450322[_0x4dfcde(_0x4c32ba._0x11e271,_0x4c32ba._0x3a4f0d,_0x4c32ba._0x576a64,_0x4c32ba._0x4650ea)],_0x450322[_0x21098a(-0x167,-0x17a,-_0x4c32ba._0x1eeb85,-_0x4c32ba._0x57170d)]))throw new Error(_0x27b33e+(_0x21098a(-0x178,-0x16c,-_0x4c32ba._0x338f36,-_0x4c32ba._0x3f1382)+_0x21098a(-0x158,-_0x4c32ba._0x4164c0,-0x130,-_0x4c32ba._0x351960)+'e\x20(permiss'+_0x21098a(-0x16d,-0x169,-0x189,-_0x4c32ba._0x100a6b)+_0x4dfcde(_0x4c32ba._0xdd4f98,0x4c3,0x4dd,_0x4c32ba._0x2669a9))+_0x378106);else return _0xf6b83e['ssl_key_pa'+'th'];}else throw new Error('Cannot\x20acc'+'ess\x20'+_0x27b33e+_0x21098a(-_0x4c32ba._0xd0e21b,-_0x4c32ba._0x512a96,-0x164,-0x156)+_0x378106+'\x20('+_0x35f21c[_0x21098a(-0x13b,-0x164,-_0x4c32ba._0x1127b1,-_0x4c32ba._0x378c90)]+')');}}else _0xc221b4[_0x21098a(-0x18e,-_0x4c32ba._0x5d936f,-0x1ab,-0x178)+'th']=_0x4d47a5;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x3ccd6d,_0x1a7146){const _0x4598ec={_0x5e32f3:0x3fb,_0x53d988:0x3c0,_0xfd9689:0x3be,_0x42aca5:0x280,_0x111d44:0x2f3,_0xd3fc17:0x227,_0x2fa1ab:0x397,_0x5da8e0:0x3d1,_0x5a390d:0x23e,_0x13cc20:0x1db,_0x2f8f99:0x1dc,_0x40ed00:0x1cb,_0x2c04b8:0x1f3,_0x4cd6df:0x1f9,_0x5145f1:0x216,_0x11238d:0x288,_0x2c39c0:0x266,_0x1b1db3:0x287,_0x4ee986:0x367,_0x3a5a41:0x2e6,_0x3de55d:0x296,_0x3c6f96:0x2bf,_0x4aed8d:0x2b4,_0x2f655d:0x2aa,_0xd982f2:0x315,_0x5eb400:0x352},_0x3276c6={_0x568fe8:0x148};function _0x5c957f(_0x43fe0a,_0x13eb2c,_0x18859a,_0x2fc602){return _0x4cfb(_0x18859a-_0x3276c6._0x568fe8,_0x13eb2c);}function _0x1d453f(_0x496018,_0x2f974f,_0x5273a0,_0x5bcd07){return _0x4cfb(_0x2f974f-0x22c,_0x496018);}const _0x3fee66=_0x3ccd6d();while(!![]){try{const _0x34b67c=-parseInt(_0x1d453f(_0x4598ec._0x5e32f3,_0x4598ec._0x53d988,0x3a6,_0x4598ec._0xfd9689))/(0x298+0x149+-0x3e0)*(-parseInt(_0x1d453f(_0x4598ec._0x42aca5,0x2e7,_0x4598ec._0x111d44,0x26e))/(-0x895+0x7d6*-0x1+0x106d))+parseInt(_0x5c957f(0x24b,0x2c7,0x288,_0x4598ec._0xd3fc17))/(0xa0a+-0x8a*-0x7+-0xdcd)+-parseInt(_0x1d453f(0x371,_0x4598ec._0x2fa1ab,0x407,_0x4598ec._0x5da8e0))/(0x1*-0x159e+-0x803+-0x1da5*-0x1)+parseInt(_0x5c957f(_0x4598ec._0x5a390d,_0x4598ec._0x13cc20,0x22a,_0x4598ec._0x2f8f99))/(0x7*-0x577+0x133*0xe+0x157c)*(parseInt(_0x5c957f(_0x4598ec._0x40ed00,_0x4598ec._0x2c04b8,_0x4598ec._0x4cd6df,_0x4598ec._0x5145f1))/(0x21f4+0x2*-0x585+-0x494*0x5))+parseInt(_0x5c957f(_0x4598ec._0x11238d,0x205,_0x4598ec._0x2c39c0,_0x4598ec._0x1b1db3))/(-0x6*0x171+-0x1e8d+0x273a)*(-parseInt(_0x1d453f(0x3e0,_0x4598ec._0x4ee986,0x37e,0x320))/(0x4*-0x2b3+0x1eb9+-0x13e5))+parseInt(_0x5c957f(0x27b,_0x4598ec._0x3a5a41,_0x4598ec._0x3de55d,0x244))/(0x60d+-0x995+0x1*0x391)*(parseInt(_0x1d453f(_0x4598ec._0x3c6f96,0x2e3,0x2b6,_0x4598ec._0x4aed8d))/(-0xb15*-0x3+0xb*0x30+-0x2345))+-parseInt(_0x1d453f(0x2c8,0x300,0x2a0,0x2a3))/(-0xcf3+-0x3d9+0x10d7)*(parseInt(_0x1d453f(_0x4598ec._0x2f655d,_0x4598ec._0xd982f2,_0x4598ec._0x5eb400,0x316))/(-0xc5f*0x1+0x2305+0x2*-0xb4d));if(_0x34b67c===_0x1a7146)break;else _0x3fee66['push'](_0x3fee66['shift']());}catch(_0x1384c8){_0x3fee66['push'](_0x3fee66['shift']());}}}(_0x7ff5,0x21215*-0x1+-0x1*-0xc3ef2+-0x21955));import _0xeacfdd from'readline';import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';function _0x7ff5(){const _0x27d7cf=['vMTmt1O','icbtzxj2zxiGqq','zs4GqwrTAw4GyG','zMLUAxrPB25ZlG','ANjWDfm','BwLU','DgvYBwLUywW','igzVCM1HDcaI','y3rLCNm','AgvUCY4','sw52ywXPzcb2yq','mta2otmWnfnRsMPbAq','Dfr2t0m','C2nZyMG','wgDZv0e','C3rHCNrZv2L0Aa','mZaWmZaYn3rbuMjuwG','icbjrdOGicaGia','B05IC2y','y3jLyxrLihvZzq','ywXPzcb1C2vYBG','zwLuBvu','oIaGica','CYWGyw5KigH5Ca','zLvUDNO','ugfZC3DVCMq6ia','Evf0B1K','DgvZDa','BfrvB3q','lxjVBgu9ywrTAq','nJK1ode1mLPvyu5UCG','wffwD0G','zxHPDa','yw1Lici','ywvHy3C','ic0TywrTAw4GAq','zenJq3G','swTSAMe','uhftAfO','rxjYB3i6ifbHCW','wLr3tu4','igv4Axn0CW','Bg9N','zg1PBIbIAw5KAq','wKnkB3y','EwnpyNu','zxiSihzPzxDLCG','rhvAChe','yw1LigfUzcbWyq','CM5HBwuGAxmGCG','vxnLCM5HBwu6ia','zsbxzwiGvuKU','rxjYB3i6ieLUDG','iefKBwLUihjVBa','EwvZicH2AweGyG','tezrt2K','iIbHBhjLywr5ia','BhvLigzVCIaTlq','BNn0zwfKlG','nJG5mZCYBvjRDKvb','BM90ig1HDgnO','rfHjrvu','ywXPzcbLBwfPBa','v2HzrMO','t0TWCLK','vNnPzLO','AM9mC0K','wKnnCwC','BMfTzq','q29UzMLYBsbqyq','B250CM9SCYbLBG','DuvqDgC','u2vYDMvYiefKBq','B3jmtwq','CY5QCW','Dw5KzxjZy29Yzq','wgjeExC','rxjYB3i6ie5HBq','igjLigf0igXLyq','BefQt0K','shfivNi','CuXftwS','D2LWzeG','ls1WyxnZD29Yza','ywX1zxm6igfKBq','C3DVCMrZigrVia','ls1Zzxj2zxiTyq','vgHyyNG','ELP0v1m','tNzutNa','vuvVCe4','icboyw1LoIaGia','rxjYB3i6ievTyq','Cg9gsKC','DMLLD2vY','rMfPBgvKihrVia','wfDxC0e','C3rKAw4','v2fYBMLUzZOGrG','Aw5WDxq','mxrHq0P4Ba','BMCGywXYzwfKEq','4PYtifvZzxiGy3jL','D2fYBG','t0TVBLq','CIaI','Bhm6','EsbSzxr0zxjZla','B3vSzcbUB3qGzG','Aw5NCYbPBIb0Aa','CxvLC3rPB24','vxnLCIbezxrHAq','C2DRDfC','vMz3zNa','zxjYB3i','ls1Hzg1PBG','igLZigrLChjLyW','B3LvquW','C0jHwgO','vNjJrK4','Axntzxj2zxjbza','vKLoy1q','ntu4v3Hosgz5','CIWGzgv2zwXVCa','DLfWuxq','yMnHAu0','sKnvAum','C3rKB3v0','mtbAyM9KueO','qwD2s3a','uM9SzuzSywC','B0vIAKm','mtG3nta1nMfqu0XuAG','Aw4Sig1HBMfNzq','zuf4Cg0','y2XP','CM9SztOGiG','Bfjoyu8','CMvHDguGywrTAq','C3DVCMqGBxvZDa','wKzuv00','y2XVC2u','rw1HAwW6ia','CMvK','y2f0zwqUifvZzq','ig51BwjLCNmSia','tM9UChm','BwfUywDLCG','vgHLihvZzxiGyW','Be9qsvq','CvDhuMW','rxjYB3i6ia','DxnLCM5HBwu','Aw5KAw5Nig5VDa','B3v0Chv0','C3qGocbJAgfYyq','zxf1AxjLza','ntaZndDssvrVBem','yxrLihvZzxiGlq','zw1HAwW','yxrLzcbHBMqGBG','y0zMzey','DxnLzeXLz2fJEq','DhPLtMy','DxnLCG','Aw5KifnLCNzLCG','zg1PBJOG','uxbMtKu','iI4UlG','vxnLihrLyw1Zia','AMHJzgG','mte5nxnrBfzcCq','tKrsEeK','zNLQz1u','s0Dxy1C','BgvKihrVignYzq','C2vYici','rxjYB3i6iezHAq','mZu3nMDvA2nmCG','zsbPCYbYzxf1Aq','vhzWyLu','B1vzz2G','CgfZC3DVCMq','ls1LBwfPBd0','ignYzwf0zwqU','ls11C2vYBMfTzq','D3jPDgu','vuvZEuy','vxPyvKS','ywnJzxnZlIa','BgvNywn5uM9Szq','BxrkyMK','tLvctNy','AgfZ','y3jLyxrLsw50zq','ls1Uyw1Lpq','Dg9mB3DLCKnHCW','ywrTAw4','igLUihDPDgGGDa','BM1LBNqGyMLUza','icbvC2vYBMfTzq','icaGica','rfvqteLdqvrf','u2PjEuy','y0H6sfa','ywzmBNK','AxjLza','zxHPC3rZlG','CgDvA2O','C2zLCMm','BMCGy3jLyxrLza','t01mAwi','DurUqLK','lxjVBgu9','quLKAwK','BwvZC2fNzq','C3bSAxq','C2vYDMvY','rxjYB3i6ifvZzq','ywnSEw0','AufPDNa','zgv2zwXVCgvY','BIbIAw5KAw5Nia','q3jLyxrPBMCGDq','C3n3B3jKlG','reH4zNC','DhjPBq','CMzHy2u','C3nMDwXSEse','zhjrDgq','B1rKteS','mZvmBefgqKi','AwWGAxmGCMvXDq','icbfBwfPBdOGia','wvDgzLm','v2fYBMLUzZOGlq','C3n3B3jKoIa','DvfUBxe','AMfPr3G','vxnqs0C','lI4VCM9Szs1Kzq','zg1PBG','q3bxqwS','sNnXA1C','zeDxte4','EKjVDu4','BgvUz3rO','iI4GvMfSAwqGDG','BIbPCYbKzxbYzq'];_0x7ff5=function(){return _0x27d7cf;};return _0x7ff5();}import{logger}from'../logger.js';function prompt(_0x464eec,_0x424935=![]){const _0xb6fdeb={_0x1d50e6:0x366,_0x5b7d0b:0x28c,_0x221033:0x266,_0x5ec59c:0x352,_0x39435d:0x282,_0x5e5746:0x349,_0x4e29a3:0x39c,_0x9dcf03:0x25b,_0x561a7f:0x20b,_0x39de17:0x25f,_0x1aa7a6:0x2ab,_0x301a12:0x2cf},_0x42411a={_0x386639:0x412,_0x3d0ac0:0x42a,_0x50e7da:0x479,_0x448db9:0x441,_0x12a532:0x4b3,_0x4d7a25:0x3a8,_0x5b1b25:0x422,_0x368a58:0x3eb,_0x180170:0x3c3,_0x3d6288:0x330,_0x1da807:0x3b5,_0x23fe90:0x36e,_0x1f6c4e:0x505,_0x4de5fd:0x4fe,_0x5c2e9c:0x3a9,_0x225084:0x465,_0x2c9e9a:0x40c,_0x12d03d:0x442,_0x1fdfb6:0x4c1,_0x1d9628:0x366,_0x19e9ee:0x37b,_0x4dcdee:0x45f,_0x174f2a:0x429,_0x4071c2:0x488,_0x166e11:0x44f,_0x2aa484:0x417,_0x250778:0x2f7,_0x274066:0x48c,_0x2a6932:0x49d,_0x342828:0x4f4},_0x128b96={_0x64c85b:0x1ed,_0x4c4a43:0x501,_0x38a2d9:0x4e},_0x3998c1={_0x8e768e:0x324};function _0x485d42(_0x37a087,_0x4a7a36,_0x2f8c8d,_0x32f76f){return _0x4cfb(_0x4a7a36- -_0x3998c1._0x8e768e,_0x32f76f);}function _0x3d1167(_0x447734,_0x299ff4,_0x350217,_0x5ea7c8){return _0x4cfb(_0x299ff4-0x211,_0x5ea7c8);}const _0x4734db={'tTvOC':_0x3d1167(0x335,_0xb6fdeb._0x1d50e6,0x3a5,0x397),'JCUiC':'Error:\x20Pas'+_0x485d42(-_0xb6fdeb._0x5b7d0b,-0x262,-_0xb6fdeb._0x221033,-0x2c1)+_0x3d1167(0x3cc,0x38f,0x3cf,_0xb6fdeb._0x5ec59c)+_0x485d42(-0x29d,-0x252,-_0xb6fdeb._0x39435d,-0x2cd)+_0x3d1167(0x38e,_0xb6fdeb._0x5e5746,0x310,_0xb6fdeb._0x4e29a3),'uWISY':function(_0x741aed,_0x185a28){return _0x741aed===_0x185a28;},'TvpbU':_0x485d42(-0x277,-_0xb6fdeb._0x9dcf03,-_0xb6fdeb._0x561a7f,-_0xb6fdeb._0x39de17),'lOPIT':_0x3d1167(0x2b5,0x2f6,_0xb6fdeb._0x1aa7a6,_0xb6fdeb._0x301a12),'oyUAL':function(_0x1f9eb7,_0x2b9972){return _0x1f9eb7(_0x2b9972);}};return new Promise(_0x53a191=>{const _0x34551a={_0x46896c:0x1cf,_0x2e4ad6:0x210,_0x3329db:0x1b1,_0x3d7458:0xd2,_0x44950a:0x135,_0x5129d6:0x14c,_0x2c84bb:0x139,_0x5ec98c:0x2f3,_0x3c071f:0x349},_0x3f8ff={_0xbcca97:0x30},_0x1f7cfe={_0x373297:0x195,_0x378859:0x15f,_0xa1a88e:0x133,_0x5f3d67:0x1ae,_0x487fb4:0x4b2,_0x521a95:0x4c1,_0x512599:0x22d,_0x57bb59:0x1f9,_0x10ac5f:0x433,_0x4490a8:0x3c0,_0x4d01db:0x435,_0x9c016f:0x4fa,_0x3f5cd4:0x503,_0x225efc:0x504,_0x476581:0x49a,_0x4e0a9b:0x193,_0x28edc9:0x136,_0x4562f9:0x1fa,_0x2b1388:0x1a4},_0x457ea0={_0x2ccaad:0x173,_0x57096a:0x1b},_0xbeca94={_0x1597b4:0x1c0,_0x24fe72:0x148,_0x3baa77:0x11b,_0xd7cb:0x1e7,_0x5e7db9:0x257,_0x3dcc49:0x1ba,_0x3e8b1c:0x2d8,_0x333bfa:0x32d,_0x380568:0x2da},_0x4847ac={_0x26aeed:0x198},_0x9035d1={_0x6038be:0x3c2},_0x2b551f={_0x4865f1:0x107};function _0x505a0e(_0x2cb38e,_0x3c83aa,_0x2f2610,_0x55948e){return _0x485d42(_0x2cb38e-_0x128b96._0x64c85b,_0x2f2610-_0x128b96._0x4c4a43,_0x2f2610-_0x128b96._0x38a2d9,_0x2cb38e);}function _0x3642dc(_0x33d6e3,_0x4c12ff,_0x43e9ce,_0x2873de){return _0x485d42(_0x33d6e3-0x1bb,_0x43e9ce-0x67a,_0x43e9ce-0x96,_0x4c12ff);}const _0x4b6f12={'VkLOZ':_0x4734db[_0x3642dc(_0x42411a._0x386639,0x3fe,0x40b,_0x42411a._0x3d0ac0)],'cHzHP':function(_0x414c36,_0x50dd1b){return _0x4734db['uWISY'](_0x414c36,_0x50dd1b);},'HVevL':_0x4734db[_0x3642dc(_0x42411a._0x50e7da,0x42a,_0x42411a._0x448db9,_0x42411a._0x12a532)],'sgktW':_0x4734db[_0x3642dc(0x446,_0x42411a._0x4d7a25,_0x42411a._0x5b1b25,_0x42411a._0x368a58)],'YWFfS':function(_0xdde35c,_0x493d8b){function _0x598e16(_0x3a9235,_0x2388a6,_0x540851,_0x2558e1){return _0x505a0e(_0x2388a6,_0x2388a6-_0x2b551f._0x4865f1,_0x2558e1-0xe3,_0x2558e1-0xea);}return _0x4734db[_0x598e16(_0x9035d1._0x6038be,0x369,0x3e9,0x36c)](_0xdde35c,_0x493d8b);}};if(_0x424935){const _0x475e81=new Writable({'write':(_0x691cc,_0x560b69,_0x5db12d)=>{const _0x36150b={_0x32ceb7:0x53};function _0x559dff(_0x524cfa,_0x2529d1,_0x1a0602,_0x436078){return _0x505a0e(_0x2529d1,_0x2529d1-0x1c9,_0x436078- -_0x36150b._0x32ceb7,_0x436078-0xd4);}function _0x112d32(_0x317a56,_0x16119e,_0x3ec965,_0x26ba16){return _0x505a0e(_0x26ba16,_0x16119e-0x1b1,_0x16119e- -_0x4847ac._0x26aeed,_0x26ba16-0xbb);}_0x4b6f12[_0x112d32(_0xbeca94._0x1597b4,_0xbeca94._0x24fe72,_0xbeca94._0x3baa77,0x197)](_0x4b6f12['HVevL'],'Nonps')?_0x5db12d():(_0x2fc197[_0x112d32(0x173,_0xbeca94._0xd7cb,0x208,_0xbeca94._0x5e7db9)](_0x4b6f12[_0x112d32(_0xbeca94._0x3dcc49,0x175,0x17b,0x156)]),_0xd3531f[_0x559dff(_0xbeca94._0x3e8b1c,0x296,_0xbeca94._0x333bfa,_0xbeca94._0x380568)](0xb3*0xb+-0x1*0x1471+0xcc1));}}),_0x452704={};_0x452704[_0x505a0e(_0x42411a._0x180170,0x35c,0x370,_0x42411a._0x3d6288)]=process[_0x505a0e(0x366,_0x42411a._0x1da807,_0x42411a._0x23fe90,0x36e)],_0x452704['output']=_0x475e81,_0x452704[_0x3642dc(0x466,_0x42411a._0x1f6c4e,0x48c,_0x42411a._0x4de5fd)]=!![];const _0x4eab6c=_0xeacfdd['createInte'+'rface'](_0x452704);process[_0x3642dc(_0x42411a._0x5c2e9c,_0x42411a._0x225084,_0x42411a._0x2c9e9a,_0x42411a._0x12d03d)][_0x3642dc(0x435,_0x42411a._0x1fdfb6,0x447,0x438)](_0x464eec),_0x4eab6c[_0x505a0e(0x3e5,_0x42411a._0x1d9628,_0x42411a._0x19e9ee,0x37c)]('',_0x3e6a41=>{const _0x3b04fc={'lRNaO':function(_0x21912b,_0x570162){return _0x21912b(_0x570162);}};function _0x1cf2a1(_0x5e58a2,_0x2cc31d,_0x3e8984,_0xabd76f){return _0x3642dc(_0x5e58a2-_0x457ea0._0x2ccaad,_0x3e8984,_0xabd76f-_0x457ea0._0x57096a,_0xabd76f-0x12e);}function _0x2434a9(_0x19a3b7,_0xcf1fd2,_0x2e4079,_0x28bb45){return _0x3642dc(_0x19a3b7-0x63,_0x28bb45,_0xcf1fd2- -0x2fa,_0x28bb45-0x9);}if(_0x4b6f12[_0x2434a9(_0x1f7cfe._0x373297,_0x1f7cfe._0x378859,_0x1f7cfe._0xa1a88e,_0x1f7cfe._0x5f3d67)](_0x1cf2a1(_0x1f7cfe._0x487fb4,0x495,_0x1f7cfe._0x521a95,0x456),_0x4b6f12[_0x2434a9(_0x1f7cfe._0x512599,0x1fc,0x1b4,_0x1f7cfe._0x57bb59)]))_0x4eab6c[_0x1cf2a1(0x41c,_0x1f7cfe._0x10ac5f,_0x1f7cfe._0x4490a8,_0x1f7cfe._0x4d01db)](),console[_0x1cf2a1(_0x1f7cfe._0x9c016f,_0x1f7cfe._0x3f5cd4,0x51e,0x4cb)](''),_0x53a191(_0x3e6a41);else{const _0x26ee7a={_0xe85bf0:0x65,_0x3d3e53:0x15,_0xf6be6d:0x26c,_0x1a83f6:0x29d,_0x56a268:0x290},_0x1792f9={_0xe173db:0x444},_0x1e806f={_0x2d4715:0x1c0,_0x901066:0x18f},_0x27d861={};_0x27d861[_0x1cf2a1(_0x1f7cfe._0x9c016f,0x497,0x567,_0x1f7cfe._0x225efc)]=_0x3bd02a['stdin'],_0x27d861['output']=_0xf77267[_0x1cf2a1(_0x1f7cfe._0x476581,0x48b,0x464,0x427)];const _0x42eb11=_0xa08e65[_0x2434a9(_0x1f7cfe._0x4e0a9b,0x155,_0x1f7cfe._0x28edc9,0x134)+'rface'](_0x27d861);_0x42eb11[_0x2434a9(0x245,_0x1f7cfe._0x4562f9,0x263,_0x1f7cfe._0x2b1388)](_0x2815f9,_0x56d28a=>{function _0x507b2c(_0x16c47b,_0x2bc44c,_0x109f02,_0x4365a8){return _0x1cf2a1(_0x16c47b-_0x1e806f._0x2d4715,_0x2bc44c-_0x1e806f._0x901066,_0x109f02,_0x16c47b- -0x6a4);}function _0x1dd4a4(_0x960f54,_0x4a2501,_0x27185a,_0x34eb5b){return _0x1cf2a1(_0x960f54-0x7f,_0x4a2501-0x10c,_0x4a2501,_0x27185a- -_0x1792f9._0xe173db);}_0x42eb11[_0x1dd4a4(-0x19,-_0x26ee7a._0xe85bf0,-0xf,-_0x26ee7a._0x3d3e53)](),_0x3b04fc[_0x507b2c(-0x273,-_0x26ee7a._0xf6be6d,-_0x26ee7a._0x1a83f6,-_0x26ee7a._0x56a268)](_0x51bbbc,_0x56d28a);});}});}else{const _0x5b2301={};_0x5b2301['input']=process['stdin'],_0x5b2301[_0x3642dc(0x3dd,0x44f,0x427,_0x42411a._0x4dcdee)]=process['stdout'];const _0x5b5677=_0xeacfdd[_0x3642dc(_0x42411a._0x174f2a,_0x42411a._0x4071c2,_0x42411a._0x166e11,_0x42411a._0x2aa484)+_0x505a0e(0x2aa,0x2b1,_0x42411a._0x250778,0x302)](_0x5b2301);_0x5b5677[_0x3642dc(_0x42411a._0x274066,_0x42411a._0x2a6932,_0x42411a._0x342828,0x49e)](_0x464eec,_0xea8077=>{const _0x5f1358={_0x1e104b:0x77,_0x234c9b:0x168,_0x312415:0xa8};function _0x406ccc(_0x44ca66,_0xd48df9,_0x2b3fa5,_0x18857f){return _0x505a0e(_0x2b3fa5,_0xd48df9-0x5d,_0x18857f-_0x3f8ff._0xbcca97,_0x18857f-0x125);}function _0x25dbfc(_0x1dff53,_0x1922d1,_0x4c1622,_0x411a4e){return _0x505a0e(_0x1922d1,_0x1922d1-_0x5f1358._0x1e104b,_0x411a4e- -_0x5f1358._0x234c9b,_0x411a4e-_0x5f1358._0x312415);}_0x4734db[_0x25dbfc(_0x34551a._0x46896c,_0x34551a._0x2e4ad6,0x221,_0x34551a._0x3329db)]===_0x4734db['tTvOC']?(_0x5b5677[_0x25dbfc(_0x34551a._0x3d7458,_0x34551a._0x44950a,_0x34551a._0x5129d6,_0x34551a._0x2c84bb)](),_0x53a191(_0xea8077)):(_0x4b5b2a['close'](),_0x3f9a98['log'](''),_0x4b6f12[_0x406ccc(0x320,_0x34551a._0x5ec98c,_0x34551a._0x3c071f,0x32e)](_0x12cbfd,_0x38fdf3));});}});}export function parseCreateUserArgs(_0x132764){const _0x52e9ae={_0xe1d48f:0x236,_0x3279ac:0x244,_0x1223f8:0x26f,_0x10d5ed:0x20c,_0x24dc56:0x25e,_0x1a3666:0x168,_0x57a2aa:0x193,_0x986b78:0x2a9,_0x16b945:0x29d,_0x1d58e3:0x2ce,_0x5c7ff4:0x1cb,_0x291efa:0x251,_0x35e1bb:0x206,_0x637f0f:0x255,_0x53a029:0x2bf,_0x9d45c5:0x109,_0x3b0079:0x2c4,_0x4efdaf:0x30e,_0x31fe91:0x224,_0x498098:0x1ff,_0x58083d:0x1f8,_0x11219d:0x156,_0x34eab8:0x170,_0x482104:0x27f,_0x383ee9:0x27a,_0x213395:0x241,_0xb3e669:0x232,_0xc074cc:0x25d,_0x1d2658:0x238,_0x1f4a7c:0x1f4,_0x5cb2bf:0x2d3,_0x58de4b:0x30f,_0x20c1e0:0x299,_0x1201af:0x33e,_0x59d500:0x166,_0x27049e:0x1b8,_0x24837c:0x1e4,_0x1b1a94:0x182,_0x48f4d8:0x303,_0xb71c0:0x2b5,_0xb12c11:0x316,_0x421148:0x290,_0x5744ed:0x247,_0x1f14e4:0x2ae,_0x5a9258:0x26d,_0x5e674a:0x276,_0x320819:0x286,_0x20f804:0x273,_0x56c0d0:0x1e7,_0x376542:0x1e3,_0x53a337:0x1d8,_0x47b0b7:0x256,_0x31dabd:0x208,_0x5d74e8:0x222,_0x46dc90:0x2c5,_0xc97310:0x10c,_0x3c2ac1:0x12a,_0x1f4359:0x17d,_0x3e5879:0x186,_0x46b27a:0x1a6,_0x2e4e95:0x229,_0xed728a:0x141,_0x1011cd:0x262,_0x4e7ea5:0x298,_0x24a532:0x22e,_0x5ee14b:0x1b5,_0x590fa1:0x215,_0x437ea0:0x226,_0x34899d:0x1e6,_0x4e681b:0x204,_0x41a82e:0x2c9,_0x22cc09:0x2be,_0x48e7a6:0x2f2,_0x35ffb8:0x262,_0x3691f8:0x21e,_0x475157:0x296,_0x4cf937:0x233,_0x2b8c69:0x107,_0x48dede:0x33b,_0x552c93:0x2fb,_0x49c302:0x1d1,_0x48729b:0x154,_0x129396:0x27b,_0x1e89bb:0x1b7,_0x585ad8:0x14d,_0x3dd908:0x1c1,_0x5f5999:0x2ff,_0x1e1588:0x2c8,_0x20c9bb:0x272,_0x444ccd:0x293,_0x499509:0x2b1,_0x34498b:0x283,_0x254fa7:0x253,_0x3dcf29:0x184,_0x23552d:0x1fb,_0x154757:0x2a6,_0x30c073:0x2f1,_0x194be7:0x214,_0xafc84e:0x23f,_0x580912:0x116,_0x7157a:0x17f,_0x43f6af:0x17d,_0xffd12f:0x1db,_0x37c1c0:0x23c,_0x5f23e0:0x206,_0x1f7b3e:0x295,_0xb7e28a:0x2f3,_0x1b21cb:0x2b3,_0x2b3f2e:0x1c3,_0x19a69e:0x268,_0x5ab82d:0x212,_0x579172:0x16d,_0x414961:0x1e9,_0xa27829:0x1f3,_0xa93d01:0x237,_0x379f32:0x291,_0xa9b6b7:0x274,_0x2c01ef:0x2bb,_0x46e4a4:0x2a0,_0x5ca709:0x257,_0x9f9d0c:0x23a,_0x17bd50:0x2c9,_0x104362:0x309,_0x261954:0x1d7,_0x59068a:0x29e,_0x20da77:0x23d,_0x5738ac:0x1d2,_0xa4e04f:0x248,_0x5adb8b:0x259,_0x1a3713:0x227,_0x48d16a:0x1f6,_0x425512:0x15f,_0xe1848e:0x28c,_0x1ed9fe:0x277,_0x29d530:0x30a,_0x28adc0:0x2e8},_0x5ec9e7={_0x739058:0x2f6},_0x4f436f={'WYxSS':_0x4e5e63(-_0x52e9ae._0xe1d48f,-0x24b,-_0x52e9ae._0x3279ac,-_0x52e9ae._0x1223f8)+'swords\x20do\x20'+_0x4e5e63(-_0x52e9ae._0x10d5ed,-0x236,-0x287,-_0x52e9ae._0x24dc56),'VrcFN':function(_0x1a2db4){return _0x1a2db4();},'VsifZ':_0xc524f7(-0x174,-0x197,-0x120,-0x16a)+_0xc524f7(-_0x52e9ae._0x1a3666,-0x1c9,-_0x52e9ae._0x57a2aa,-0x1d7)+_0x4e5e63(-_0x52e9ae._0x986b78,-_0x52e9ae._0x16b945,-_0x52e9ae._0x1d58e3,-0x2a5),'oEbjC':'admin','SjIyF':_0xc524f7(-_0x52e9ae._0x5c7ff4,-0x18b,-_0x52e9ae._0x291efa,-_0x52e9ae._0x35e1bb)+'=','lEpKM':_0x4e5e63(-0x1aa,-0x222,-_0x52e9ae._0x637f0f,-0x1ab),'OMLib':_0x4e5e63(-0x2fe,-0x2a8,-0x2da,-_0x52e9ae._0x53a029),'VSwhC':_0xc524f7(-0x105,-0x1b1,-_0x52e9ae._0x9d45c5,-0x173)+'=','URCpY':function(_0x3260a0,_0x5a1a81){return _0x3260a0!==_0x5a1a81;},'XbDyw':'DmBxL','fyjgU':_0x4e5e63(-0x2c8,-_0x52e9ae._0x3b0079,-_0x52e9ae._0x4efdaf,-0x2e8),'ZFTWM':_0x4e5e63(-_0x52e9ae._0x31fe91,-_0x52e9ae._0x498098,-_0x52e9ae._0x58083d,-0x271),'orLMd':function(_0x1d4dfa,_0x3fb832){return _0x1d4dfa===_0x3fb832;},'VVVLD':_0xc524f7(-0x1ae,-0x1c3,-_0x52e9ae._0x11219d,-_0x52e9ae._0x34eab8)+_0x4e5e63(-_0x52e9ae._0x482104,-_0x52e9ae._0x383ee9,-0x29d,-_0x52e9ae._0x213395),'bcaiM':_0x4e5e63(-_0x52e9ae._0xb3e669,-0x264,-0x2c1,-_0x52e9ae._0xc074cc),'tzeNf':'--role=','ogoJz':_0x4e5e63(-0x291,-0x28e,-_0x52e9ae._0x1d2658,-0x2cf),'ZCJov':_0xc524f7(-0x201,-0x18f,-_0x52e9ae._0x1f4a7c,-0x1ca),'jhcdh':'MXykS'},_0x8561b1={};_0x8561b1[_0x4e5e63(-0x2f2,-_0x52e9ae._0x5cb2bf,-_0x52e9ae._0x58de4b,-_0x52e9ae._0x5cb2bf)]=null,_0x8561b1[_0x4e5e63(-_0x52e9ae._0x20c1e0,-0x2cc,-0x2d0,-_0x52e9ae._0x1201af)]=null,_0x8561b1[_0xc524f7(-_0x52e9ae._0x59d500,-_0x52e9ae._0x27049e,-_0x52e9ae._0x24837c,-_0x52e9ae._0x1b1a94)]=null,_0x8561b1[_0x4e5e63(-_0x52e9ae._0x48f4d8,-_0x52e9ae._0xb71c0,-_0x52e9ae._0xb12c11,-_0x52e9ae._0x421148)]=null,_0x8561b1[_0xc524f7(-0x1e6,-0x2bf,-0x288,-_0x52e9ae._0x5744ed)+_0x4e5e63(-_0x52e9ae._0x1f14e4,-_0x52e9ae._0x5a9258,-_0x52e9ae._0x5e674a,-0x2bf)]=![],_0x8561b1['usedLegacy'+_0xc524f7(-_0x52e9ae._0x320819,-0x208,-0x248,-0x23d)]=![],_0x8561b1['legacyRole']=null;const _0x110974=_0x8561b1;function _0x4e5e63(_0xb62d81,_0x291545,_0x3c27dc,_0x2e28a9){return _0x4cfb(_0x291545- -0x3a2,_0x2e28a9);}let _0x1d0dae=![];function _0xc524f7(_0x31bbe3,_0x5a0f6f,_0x2781e8,_0x455546){return _0x4cfb(_0x455546- -_0x5ec9e7._0x739058,_0x2781e8);}for(const _0x4ad341 of _0x132764){if(_0x4ad341['startsWith'](_0x4f436f[_0x4e5e63(-0x24e,-0x2a0,-_0x52e9ae._0x20f804,-0x2dc)]))_0x110974[_0xc524f7(-0x1f8,-0x1ff,-0x1e0,-0x227)]=_0x4ad341[_0xc524f7(-0x24b,-0x1c2,-0x20a,-_0x52e9ae._0x56c0d0)]('=')[-0x436+-0x1d29+0x2160];else{if(_0x4ad341['startsWith'](_0xc524f7(-_0x52e9ae._0x376542,-_0x52e9ae._0x53a337,-_0x52e9ae._0x47b0b7,-_0x52e9ae._0x31dabd)))_0x4f436f['lEpKM']===_0x4e5e63(-0x1bf,-_0x52e9ae._0x5d74e8,-0x1a8,-0x1d9)?_0x110974['email']=_0x4ad341[_0x4e5e63(-_0x52e9ae._0x46dc90,-0x293,-0x277,-0x219)]('=')[-0x4*-0x24a+0x34*0x7f+-0x1*0x22f3]:(_0x5554e7[_0xc524f7(-_0x52e9ae._0x34eab8,-_0x52e9ae._0xc97310,-_0x52e9ae._0x3c2ac1,-0x154)](_0x4f436f['WYxSS']),_0x33d7de[_0xc524f7(-0x12c,-_0x52e9ae._0x1f4359,-_0x52e9ae._0x3e5879,-_0x52e9ae._0x46b27a)](0x282+0x1*-0x24cd+0x224c));else{if(_0x4ad341[_0xc524f7(-_0x52e9ae._0x2e4e95,-0x1df,-_0x52e9ae._0xed728a,-0x1b7)](_0x4f436f[_0x4e5e63(-_0x52e9ae._0x1011cd,-_0x52e9ae._0x4e7ea5,-0x2f0,-0x2ad)]))_0x110974[_0x4e5e63(-0x237,-_0x52e9ae._0x24a532,-0x240,-_0x52e9ae._0x5ee14b)]=_0x4ad341[_0x4e5e63(-0x2e9,-0x293,-0x296,-0x2ab)]('=')[0x8*0x1e7+0x1a3*0xe+-0x2621];else{if(_0x4ad341[_0x4e5e63(-0x25e,-0x263,-0x2af,-_0x52e9ae._0x590fa1)](_0x4f436f['VSwhC']))_0x4f436f['URCpY'](_0x4f436f[_0x4e5e63(-0x1ad,-_0x52e9ae._0x437ea0,-_0x52e9ae._0x34899d,-_0x52e9ae._0x4e681b)],_0x4f436f[_0x4e5e63(-_0x52e9ae._0x41a82e,-_0x52e9ae._0x22cc09,-_0x52e9ae._0x48e7a6,-0x24f)])?_0x110974['password']=_0x4ad341[_0x4e5e63(-_0x52e9ae._0x35ffb8,-0x293,-0x232,-0x2d9)]('=')[0x20d5+0x2b*-0x2f+-0x18ef]:_0x4f436f[_0x4e5e63(-0x2cd,-0x2f4,-0x2bc,-0x2dd)](_0x322cfc);else{if(_0x4ad341===_0x4f436f[_0xc524f7(-0x1fc,-_0x52e9ae._0x3691f8,-_0x52e9ae._0x475157,-_0x52e9ae._0x4cf937)]||_0x4f436f[_0xc524f7(-_0x52e9ae._0x2b8c69,-_0x52e9ae._0x53a337,-0x150,-_0x52e9ae._0x1f4359)](_0x4ad341,_0x4f436f['VVVLD']))_0x4f436f[_0x4e5e63(-_0x52e9ae._0x48dede,-0x2ee,-_0x52e9ae._0x552c93,-0x283)]!==_0x4f436f[_0xc524f7(-0x281,-0x21e,-0x1fa,-0x242)]?(_0x16bbd3[_0xc524f7(-0xe4,-0x18b,-_0x52e9ae._0x49c302,-_0x52e9ae._0x48729b)](_0x4f436f[_0xc524f7(-0x1b9,-0x1ba,-0x190,-0x185)]),_0xfe124['exit'](-0x9*0x1ad+-0x190b+-0x2821*-0x1)):(_0x1d0dae=!![],_0x110974[_0x4e5e63(-0x2e7,-0x2f3,-_0x52e9ae._0x129396,-0x32b)+_0xc524f7(-_0x52e9ae._0x1e89bb,-_0x52e9ae._0x585ad8,-0x23b,-_0x52e9ae._0x3dd908)]=!![]);else{if(_0x4ad341['startsWith'](_0x4f436f[_0x4e5e63(-_0x52e9ae._0x5f5999,-_0x52e9ae._0x1e1588,-0x2e5,-0x263)])){const _0x5a5f29=_0x4ad341[_0x4e5e63(-_0x52e9ae._0x20c9bb,-_0x52e9ae._0x444ccd,-0x277,-_0x52e9ae._0x499509)]('=')[0x25f*-0x1+0x3*0x61+-0x1*-0x13d]?.[_0x4e5e63(-_0x52e9ae._0x34498b,-0x289,-_0x52e9ae._0x254fa7,-0x2e3)]()[_0xc524f7(-0x1e0,-_0x52e9ae._0x3dcf29,-0x211,-_0x52e9ae._0x23552d)+'e'](),_0x1acc68=new Set([_0x4e5e63(-0x232,-_0x52e9ae._0x154757,-_0x52e9ae._0x30c073,-0x232),'manager',_0x4f436f['ogoJz'],_0x4e5e63(-0x245,-_0x52e9ae._0x194be7,-_0x52e9ae._0xafc84e,-0x1cf)]);if(!_0x1acc68['has'](_0x5a5f29)){if(_0x4f436f[_0xc524f7(-0x1f6,-_0x52e9ae._0x580912,-_0x52e9ae._0x7157a,-_0x52e9ae._0x43f6af)](_0x4f436f[_0x4e5e63(-_0x52e9ae._0xffd12f,-0x246,-_0x52e9ae._0x37c1c0,-0x1f8)],_0x4f436f[_0xc524f7(-0x1a3,-0x281,-_0x52e9ae._0x5f23e0,-0x215)]))_0x4a5818[_0x4e5e63(-_0x52e9ae._0x1f7b3e,-_0x52e9ae._0xb7e28a,-_0x52e9ae._0x1b21cb,-0x2f6)+'min']=_0x42c476===_0x4f436f[_0xc524f7(-_0x52e9ae._0x2b3f2e,-0x1ee,-0x242,-_0x52e9ae._0x37c1c0)];else throw new Error(_0x4e5e63(-0x201,-_0x52e9ae._0x19a69e,-_0x52e9ae._0x5ab82d,-_0x52e9ae._0x637f0f)+_0xc524f7(-0x1eb,-_0x52e9ae._0x579172,-_0x52e9ae._0x414961,-0x18d)+_0xc524f7(-_0x52e9ae._0x1b21cb,-_0x52e9ae._0xa27829,-0x291,-_0x52e9ae._0xa93d01)+_0x5a5f29+(_0x4e5e63(-_0x52e9ae._0x379f32,-_0x52e9ae._0xa9b6b7,-0x26c,-_0x52e9ae._0x2c01ef)+'alues:\x20adm'+_0xc524f7(-0x289,-_0x52e9ae._0x46e4a4,-_0x52e9ae._0x5ca709,-_0x52e9ae._0x9f9d0c)+'r,\x20develop'+'er,\x20viewer'));}_0x110974[_0x4e5e63(-0x253,-_0x52e9ae._0x17bd50,-0x311,-_0x52e9ae._0x104362)+_0xc524f7(-_0x52e9ae._0x261954,-0x1f8,-_0x52e9ae._0x59068a,-_0x52e9ae._0x20da77)]=!![],_0x110974[_0xc524f7(-_0x52e9ae._0x5738ac,-_0x52e9ae._0xa4e04f,-_0x52e9ae._0x5adb8b,-0x201)]=_0x5a5f29,!_0x1d0dae&&(_0x110974[_0xc524f7(-_0x52e9ae._0x1a3713,-_0x52e9ae._0x48d16a,-0x22c,-0x247)+_0xc524f7(-0x193,-0x19a,-_0x52e9ae._0x425512,-0x1c1)]=_0x4f436f[_0x4e5e63(-_0x52e9ae._0xe1848e,-0x229,-_0x52e9ae._0x1ed9fe,-0x1c2)](_0x5a5f29,_0x4f436f[_0x4e5e63(-_0x52e9ae._0x29d530,-_0x52e9ae._0x28adc0,-0x295,-0x2db)]));}}}}}}}return _0x110974;}function _0x4cfb(_0x3b061f,_0x2d912a){_0x3b061f=_0x3b061f-(-0x21ab+-0x8b*0x4+0x2482);const _0x10ad67=_0x7ff5();let _0x439463=_0x10ad67[_0x3b061f];if(_0x4cfb['PsPOkP']===undefined){var _0x57c290=function(_0x2a1709){const _0xf3dbf3='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x203dae='',_0x2759a6='';for(let _0x4a5818=0x371+0x212f+-0x24a0,_0x42c476,_0x13075b,_0x10e8df=0x406+0x1*0x641+0x1*-0xa47;_0x13075b=_0x2a1709['charAt'](_0x10e8df++);~_0x13075b&&(_0x42c476=_0x4a5818%(-0x3*0x7d9+0x7*-0xea+0x1*0x1df5)?_0x42c476*(-0x1897+-0xd*0x102+-0x25f1*-0x1)+_0x13075b:_0x13075b,_0x4a5818++%(0x20a+0xb*0x38b+-0x28ff*0x1))?_0x203dae+=String['fromCharCode'](-0x17ac+0x79f+-0x886*-0x2&_0x42c476>>(-(-0xaa*-0x12+-0x1eda+0x1b8*0xb)*_0x4a5818&0x4bd+-0x1*0x71a+0x2f*0xd)):-0x15c2+0x1bb0+-0x2*0x2f7){_0x13075b=_0xf3dbf3['indexOf'](_0x13075b);}for(let _0x3db842=-0x38*0x9c+0x44e+0x15b*0x16,_0x44c391=_0x203dae['length'];_0x3db842<_0x44c391;_0x3db842++){_0x2759a6+='%'+('00'+_0x203dae['charCodeAt'](_0x3db842)['toString'](-0x1769+-0xe10+0xc83*0x3))['slice'](-(0x73f+-0x16b+0x2e9*-0x2));}return decodeURIComponent(_0x2759a6);};_0x4cfb['eBNykV']=_0x57c290,_0x4cfb['rnhgPk']={},_0x4cfb['PsPOkP']=!![];}const _0x448d58=_0x10ad67[0x51b*-0x2+0x2*0x120+-0x3fb*-0x2],_0x48f605=_0x3b061f+_0x448d58,_0x546beb=_0x4cfb['rnhgPk'][_0x48f605];return!_0x546beb?(_0x439463=_0x4cfb['eBNykV'](_0x439463),_0x4cfb['rnhgPk'][_0x48f605]=_0x439463):_0x439463=_0x546beb,_0x439463;}async function createServerAdminBinding(_0xcb6ca9){const _0x3a399b={_0x195378:0x4ba,_0x3a119e:0x3fe,_0x55f6a7:0x3f9,_0x1d4b07:0x4ae,_0x374056:0x474,_0x355a19:0x44f,_0x38af53:0x4c7,_0x483088:0x4ce,_0x357668:0x4d3,_0x79f02b:0xc7,_0x2c6e2f:0x66,_0x587e6f:0x12,_0x3d8273:0x1f,_0x4e019b:0x4b1,_0x47631c:0x470,_0x31c66a:0x48f,_0x3e2770:0x409,_0x37737f:0x49e,_0x15a385:0x47b,_0x3d230c:0xff,_0x8b49ca:0x37,_0x58a1c8:0x30,_0x9d47eb:0x4d2,_0x14d2f4:0x569,_0x43d9df:0x31,_0x276ea2:0x39,_0x3c6f1a:0x4e,_0x260ee3:0x50f,_0x15b956:0x14,_0x343ad7:0x21,_0x3874a3:0x38,_0x33f3d1:0x533,_0xc43455:0x4f5,_0x2721e0:0x507,_0x43d240:0x50d,_0x246d5d:0x581,_0x562ab6:0x4d,_0x346283:0x44,_0x4509a6:0x94,_0x255476:0x56,_0x36de2:0x4e7,_0x45204a:0xac,_0x1af097:0x4c,_0x4074e1:0x511,_0x517112:0x4e2,_0x24f44e:0x4b0,_0x211987:0x11,_0x4c7ef9:0x46,_0x24f893:0x44,_0x3ce972:0x8c,_0x238173:0xab,_0x4592d1:0x50c,_0x3e7944:0x4b6,_0x23e5b5:0x8e,_0x1b2add:0x99,_0x1a2aa2:0x81,_0x4ca876:0x3b,_0x49a461:0x4c0,_0x48b274:0xa4,_0x571c6f:0xd,_0x493faf:0x30,_0x3007bb:0x70,_0x5e1fa7:0x3e,_0x4da19c:0x3,_0x14ebc8:0x558,_0x308193:0x4cd,_0x5e0f3b:0x3a,_0x167740:0x4a,_0x296f55:0x489,_0x4adb5b:0x74,_0x5dd6d9:0x4c6,_0x47bae9:0x487,_0x13e9e1:0x4ce,_0xa6000c:0x540,_0x23aa27:0x537,_0x4f08be:0x4f6,_0xec71b8:0x4bb,_0x22e227:0x3eb,_0x55ed0f:0x5c,_0x1ff950:0x441,_0x3493a6:0x3e5,_0x4ef98b:0x47b,_0x1676c5:0x44f,_0x48d564:0x500,_0x286aa9:0x53c,_0x59d4fc:0x4e2,_0x55863a:0x35,_0x122d41:0x572,_0x5940a5:0x4c8,_0xc1a5a7:0x488,_0x4123fa:0x4fa,_0x52b61:0x46e,_0x5316cc:0x4c1,_0x1da954:0x560,_0x33c418:0x4fb,_0x28fc7d:0x4da,_0xb8f871:0x69,_0x2c1b65:0x504,_0x4bf51a:0x4f4,_0x484cad:0x532,_0xcd7738:0x98,_0x324fb4:0x485,_0x53742e:0x4b4,_0x4e7537:0x4d9,_0x12eebf:0x4a1},_0x36288d={_0x9561b3:0x142};function _0x21781c(_0x213771,_0x10ff74,_0x1af053,_0x10caf8){return _0x4cfb(_0x10caf8- -_0x36288d._0x9561b3,_0x1af053);}const _0x35e9b7={'aclym':'admin','RbNzQ':_0x196aad(_0x3a399b._0x195378,_0x3a399b._0x3a119e,_0x3a399b._0x55f6a7,0x46a),'ZCMqg':'viewer','oNbsf':function(_0x1f5859,_0x19486f){return _0x1f5859===_0x19486f;},'WhYFj':_0x196aad(_0x3a399b._0x1d4b07,_0x3a399b._0x374056,_0x3a399b._0x355a19,_0x3a399b._0x38af53)+_0x196aad(0x52e,0x4db,_0x3a399b._0x483088,_0x3a399b._0x357668)+'js','LFQOi':function(_0x24e01e){return _0x24e01e();},'OKonT':'Warning:\x20C'+_0x21781c(0xa7,-0x5,0x13,0x5a)+_0x21781c(-0x8b,-_0x3a399b._0x79f02b,-0x9b,-_0x3a399b._0x2c6e2f)+_0x21781c(_0x3a399b._0x587e6f,-0x32,-_0x3a399b._0x3d8273,0x23)+_0x196aad(_0x3a399b._0x4e019b,0x51c,_0x3a399b._0x47631c,0x4d2)+_0x196aad(0x4a4,0x403,0x4ab,0x470)+_0x196aad(0x462,0x42e,0x4cb,_0x3a399b._0x31c66a),'poFJG':function(_0x34d9fd,_0x1728b9){return _0x34d9fd(_0x1728b9);},'mtJbi':_0x196aad(_0x3a399b._0x3e2770,0x432,_0x3a399b._0x37737f,_0x3a399b._0x15a385),'zZtWS':_0x21781c(-0xed,-_0x3a399b._0x3d230c,-_0x3a399b._0x8b49ca,-0x84),'jrptS':_0x21781c(-_0x3a399b._0x58a1c8,0xd,0x2e,-0x11)+_0x196aad(_0x3a399b._0x9d47eb,0x554,_0x3a399b._0x14d2f4,0x4fb)+_0x21781c(-0x8,0x39,-_0x3a399b._0x43d9df,-_0x3a399b._0x276ea2),'NUBNv':function(_0x27c91f,_0x360382){return _0x27c91f===_0x360382;},'dGWLN':function(_0xb297a9,_0x1eaa79){return _0xb297a9!==_0x1eaa79;},'pgUkj':_0x21781c(0xb,-0x1e,0x23,_0x3a399b._0x3c6f1a)},{getRoleByName:_0x540730,loadRoles:_0x599f16}=await import(_0x35e9b7[_0x196aad(0x567,0x4e4,0x4a5,_0x3a399b._0x260ee3)]),{createBinding:_0x3c8cfa}=await import('../binding'+_0x21781c(0x8e,_0x3a399b._0x15b956,-_0x3a399b._0x343ad7,_0x3a399b._0x3874a3));function _0x196aad(_0x59c27a,_0x13bb6d,_0xa4c11d,_0x1b5c09){return _0x4cfb(_0x1b5c09-0x3a0,_0x13bb6d);}await _0x35e9b7[_0x196aad(_0x3a399b._0x33f3d1,_0x3a399b._0xc43455,0x54d,_0x3a399b._0x2721e0)](_0x599f16);const _0x43dc39=await _0x540730(_0x196aad(_0x3a399b._0x43d240,0x56b,_0x3a399b._0x246d5d,0x518)+'in');if(!_0x43dc39){console[_0x21781c(_0x3a399b._0x562ab6,_0x3a399b._0x346283,0x77,0x60)](_0x35e9b7[_0x21781c(_0x3a399b._0x4509a6,0x9a,0x1f,_0x3a399b._0x255476)]);return;}try{await _0x35e9b7[_0x196aad(0x543,_0x3a399b._0x36de2,0x509,0x52d)](_0x3c8cfa,{'subject_type':_0x35e9b7[_0x21781c(-0x26,0x28,-_0x3a399b._0x45204a,-_0x3a399b._0x1af097)],'subject_id':_0xcb6ca9,'role_id':_0x43dc39['id'],'resource_type':_0x196aad(_0x3a399b._0x4074e1,_0x3a399b._0x517112,0x517,_0x3a399b._0x24f44e),'created_by':_0x35e9b7[_0x21781c(_0x3a399b._0x211987,_0x3a399b._0x2c6e2f,0x7,_0x3a399b._0x4c7ef9)]}),console['log'](_0x35e9b7[_0x21781c(-0x26,-0x3f,-0xd,-0xe)]);}catch(_0x5c683e){if(_0x35e9b7[_0x21781c(-_0x3a399b._0x24f893,-_0x3a399b._0x3ce972,-_0x3a399b._0x238173,-0x4b)](_0x5c683e['code'],_0x196aad(_0x3a399b._0x4592d1,_0x3a399b._0x3e7944,0x50d,0x4a1))){if(_0x35e9b7[_0x21781c(-0x75,0x5d,-0x46,-0x17)](_0x35e9b7[_0x21781c(-_0x3a399b._0x23e5b5,-0x38,0x1b,-0x3b)],_0x35e9b7[_0x21781c(0xf,-_0x3a399b._0x1b2add,-_0x3a399b._0x1a2aa2,-_0x3a399b._0x4ca876)])){const _0x1d65e5=_0x487b01[_0x196aad(_0x3a399b._0x49a461,0x4ae,0x506,0x4af)]('=')[0x20b9+0x14a3+-0x355b]?.['trim']()['toLowerCas'+'e'](),_0x2cde86=new _0x546969([_0x35e9b7[_0x21781c(-_0x3a399b._0x48b274,-0x92,-_0x3a399b._0x571c6f,-_0x3a399b._0x493faf)],_0x35e9b7['RbNzQ'],_0x21781c(-_0x3a399b._0x3007bb,_0x3a399b._0x5e1fa7,_0x3a399b._0x4da19c,-0x2e),_0x35e9b7[_0x196aad(_0x3a399b._0x14ebc8,0x502,_0x3a399b._0x308193,0x513)]]);if(!_0x2cde86[_0x21781c(-_0x3a399b._0x5e0f3b,-0x9e,-0x9f,-_0x3a399b._0x167740)](_0x1d65e5))throw new _0x10ad67(_0x196aad(_0x3a399b._0x296f55,0x4b8,0x50d,0x4da)+_0x21781c(-0x6,0x53,_0x3a399b._0x4adb5b,0x27)+_0x196aad(_0x3a399b._0x5dd6d9,0x464,_0x3a399b._0x296f55,0x45f)+_0x1d65e5+(_0x196aad(_0x3a399b._0x517112,0x48e,_0x3a399b._0x47bae9,_0x3a399b._0x13e9e1)+_0x196aad(0x515,_0x3a399b._0xa6000c,_0x3a399b._0x23aa27,0x524)+'in,\x20manage'+'r,\x20develop'+_0x196aad(_0x3a399b._0x4f08be,0x510,_0x3a399b._0xec71b8,0x4fe)));_0x4580d7['usedLegacy'+_0x196aad(_0x3a399b._0x22e227,0x400,0x4ac,0x459)]=!![],_0xc4fc17[_0x21781c(-_0x3a399b._0x55ed0f,0x4,-0x7d,-0x4d)]=_0x1d65e5,!_0x3b061f&&(_0x439463[_0x196aad(_0x3a399b._0x1ff950,_0x3a399b._0x3493a6,_0x3a399b._0x4ef98b,_0x3a399b._0x1676c5)+_0x196aad(_0x3a399b._0x48d564,0x50f,_0x3a399b._0x286aa9,0x4d5)]=_0x35e9b7[_0x196aad(_0x3a399b._0x59d4fc,0x4e3,0x46c,_0x3a399b._0x59d4fc)](_0x1d65e5,_0x35e9b7[_0x21781c(0x35,-_0x3a399b._0x55863a,-0x50,-0x30)]));}else console[_0x196aad(_0x3a399b._0x122d41,_0x3a399b._0x5940a5,_0x3a399b._0xc1a5a7,_0x3a399b._0x4123fa)](_0x196aad(0x466,_0x3a399b._0x52b61,0x4f2,0x4d1)+_0x196aad(_0x3a399b._0x5316cc,_0x3a399b._0x1da954,0x53e,_0x3a399b._0x33c418)+_0x196aad(0x54d,0x54d,0x589,0x535)+_0x196aad(0x4e8,0x4f4,_0x3a399b._0x28fc7d,0x4f9));}else console[_0x21781c(0xc3,_0x3a399b._0xb8f871,0x5c,0x60)](_0x196aad(0x52a,_0x3a399b._0x2c1b65,_0x3a399b._0x4bf51a,_0x3a399b._0x484cad)+'ailed\x20to\x20c'+_0x21781c(-0x5f,-_0x3a399b._0xcd7738,-0x16,-0x81)+_0x196aad(_0x3a399b._0x324fb4,0x4ee,_0x3a399b._0x53742e,0x4b5)+'-\x20'+_0x5c683e[_0x196aad(_0x3a399b._0x4e7537,0x51f,_0x3a399b._0x12eebf,0x4ae)]);}}export async function createUserCommand(_0x43f4ca){const _0x51a658={_0x29219b:0x23a,_0x1c1bf2:0x25d,_0x4856b6:0x1c9,_0x367622:0x1dd,_0x5468e7:0x1ca,_0x455b90:0x1a6,_0x33a2d2:0x1bc,_0xa37b28:0x163,_0x511f08:0x164,_0x127282:0x187,_0x26e2d5:0x1db,_0x1f44e9:0x22d,_0x290744:0x122,_0x2f4466:0xdd,_0x2d6d1d:0x15c,_0x59247c:0xbb,_0x26127d:0x5a,_0x3d5b6d:0x278,_0x208e4e:0x1d3,_0x1241f1:0x233,_0x56ae94:0x15d,_0x4e2a06:0x1d8,_0x14cce5:0x1c0,_0x1a5eb0:0xd9,_0x394a3b:0x190,_0x4a389e:0x204,_0x46f34d:0x1ba,_0x1b4b70:0x13a,_0x572efa:0x10a,_0x56ed7b:0x118,_0x222567:0x197,_0x788d99:0xb8,_0x42baac:0xf3,_0x2a9af9:0xd4,_0x9ed519:0xc0,_0x235233:0xaa,_0xe8f017:0x13e,_0x26fe21:0x1c5,_0xd2d9f8:0x168,_0x477fe4:0xa6,_0x2169ad:0x102,_0x564249:0x17f,_0x39d719:0xef,_0x21f25e:0x1e7,_0x27c4f9:0x1b3,_0x4df326:0x213,_0x105979:0x229,_0x3bcad3:0x26b,_0x1d4a6e:0x26c,_0x33cb69:0x167,_0x3a3639:0x112,_0x26704a:0xf8,_0x56c0bf:0xaf,_0x431bb9:0x153,_0x2734b5:0x171,_0x5bd02d:0x13b,_0x3016ac:0x183,_0x24aaae:0x23d,_0x151626:0x237,_0x3c41d5:0x1b4,_0xfdfa73:0x1eb,_0x1ae183:0x1e2,_0x5de775:0x1a2,_0x2107c0:0x144,_0x98a6fd:0x1a3,_0x152599:0x1b2,_0x5e954b:0x24c,_0x17a4d1:0x247,_0x4c8a7d:0x28d,_0xda816f:0x267,_0x32362b:0x1e3,_0x531582:0x21d,_0x330802:0x22e,_0x466e26:0x18e,_0x487df8:0x1fb,_0xe2c8ae:0x22c,_0x3dec9a:0x2b8,_0x5eaa08:0x159,_0x5411de:0x18a,_0x5e595f:0x16b,_0x295517:0x18a,_0x3c5b18:0xcf,_0x493eed:0x20c,_0x352afc:0x260,_0x3addc7:0x240,_0x5ca2cd:0x10a,_0x3b9d2d:0x171,_0x55dfb4:0x269,_0x2d124c:0x252,_0x5c9f75:0x225,_0x2b8409:0x226,_0x57b96a:0x15b,_0x3acfb2:0x17d,_0x3e48de:0x190,_0x36b4be:0x192,_0x4a8a3a:0xda,_0x456648:0xcc,_0x208bf5:0xdc,_0x4b38c7:0x67,_0x113d55:0x198,_0x21f091:0x1ec,_0x3da119:0x1a4,_0x22e39f:0x19d,_0x1de1b4:0x2ad,_0x5db923:0x278,_0x364f87:0x20b,_0x514be0:0x13d,_0x200e8d:0x14a,_0x2406fa:0x1ac,_0x17ba19:0x10f,_0x2e39aa:0x1a0,_0x3ad4d5:0x102,_0x3d2327:0x175,_0x342708:0x1c9,_0x1808c7:0x193,_0x48e58b:0x170,_0x15aeae:0x246,_0x223255:0x1ae,_0x423ae7:0x241,_0xccce17:0x277,_0x4e1dba:0x1e4,_0x48b247:0x1f9,_0x1abf14:0x202,_0x149ba0:0x180,_0x2241d7:0xc5,_0x233937:0x54,_0x4d5213:0x1b5,_0x1ad580:0x2c8,_0x16620e:0x2a1,_0x52b19b:0x249,_0x5ba6d4:0x256,_0x4754ba:0x1b8,_0x5ea8dc:0x195,_0x35de21:0x1fc,_0x19566a:0xc2,_0x1a1909:0x20a,_0x50dfe0:0x23c,_0x482bc4:0x205,_0x36e69d:0x17c,_0x5139fb:0x195,_0x1dbca5:0x1b6,_0x163640:0x117,_0x1cce89:0x192,_0x133f73:0xf4,_0x53aa19:0xd7,_0x3a47fd:0x12b,_0x3d606d:0x1aa,_0x656ace:0x160,_0x52e46e:0x192,_0x2cbd7b:0xc9,_0x59382f:0x211,_0x28cd6b:0x208,_0x45a025:0x19a,_0x571e30:0x1cc,_0x365b46:0x1e3,_0x548953:0x28a,_0xc97740:0x254,_0xda4150:0x1cb,_0x2b7d62:0x196,_0x7bfce7:0x150,_0x830b55:0x159,_0x5e6eee:0x14f,_0x354c44:0x240,_0x2b36ed:0x136,_0x5bd653:0x1af,_0x21ec4a:0x118,_0x3dfed1:0x117,_0x9c64bb:0xf9,_0x3f9b72:0x19c,_0x41981:0xd1,_0x8b7195:0x207,_0x582041:0x151,_0x464d75:0x100,_0x96e193:0xb5,_0x51af9c:0x215,_0x24a085:0x10b,_0x3fded5:0x72,_0x14a416:0xf7,_0x3577c1:0x1b1,_0x2bc7ce:0xed,_0x9297a4:0x130,_0x5dac2d:0x265,_0x103408:0x2ab,_0x5bc631:0x108,_0x48c129:0x53,_0x214bfb:0x1c7,_0x494c9a:0x1fd,_0x5751a5:0x1fd,_0x194481:0x27c,_0x287b5d:0x29a,_0x10483e:0x1f1,_0x53bfed:0x22a,_0x43f0ff:0x282,_0x4d8c18:0x283,_0x3ed921:0x2f9,_0x3a781a:0x281,_0x38914f:0x230,_0x204e1e:0x206,_0x1cc1a8:0x2f4,_0x56447d:0x1ff,_0xcf64b7:0x1e6,_0x599fea:0x181,_0x53a87d:0x179,_0x5be8b2:0x13c,_0x23288f:0x78,_0x20d9da:0xec,_0x5353d7:0x1c8,_0x2662ef:0x19b,_0x3fb5e7:0x228,_0x439322:0x1b6,_0x10d202:0x219,_0x20e454:0x282,_0x45ab40:0xc1,_0x424cd8:0x291,_0x555217:0x224,_0x3c901b:0x1e1,_0x1acbd1:0x2c2,_0x5742bb:0x24d,_0x153841:0x231,_0x3c96f1:0x152,_0x49ed10:0x145,_0x7fa237:0x222,_0x86ab06:0x29c,_0x2cfa84:0x27a,_0x1de3d9:0x2d6,_0x56e4d5:0x1a7,_0xd3f78a:0x249,_0x44d41f:0x1fc,_0x2ea8c2:0x223,_0x3f7076:0x195,_0x3b165a:0x15d,_0x529043:0x1d7,_0x231384:0xdb,_0xa313ef:0xa0,_0x521583:0x12e,_0x492f75:0x7d,_0x113224:0x1c2,_0x3e9862:0x212,_0x1c5d5f:0x1f2,_0x44566f:0x101,_0x4cdc9e:0x14b,_0x1ae4d0:0x21f,_0x45b35a:0x214,_0xfdda60:0xd6,_0x135911:0xe0,_0x39fffb:0x19b,_0x3d7594:0x1f6,_0x1f9572:0x289,_0x3553b9:0x282,_0x529b37:0x268,_0x3cf345:0x24e,_0x4b314b:0x13e,_0x1e34e2:0xcd,_0x1d95c0:0x154,_0xf98210:0x1f8,_0xe3a8b9:0x16a,_0x127a1e:0x1cd,_0x4abd24:0xef,_0x2995ca:0xe6,_0x372ef5:0xb7,_0xbfe0fb:0x12c,_0x4f55eb:0x26f,_0x86ceff:0x28d,_0x417ada:0xd3,_0x2821d4:0x11c,_0x43ab24:0x21a,_0x3626d8:0xfd,_0x1ee57f:0xf0,_0x3fd714:0x284,_0x234c3f:0x293,_0x2a7cc2:0x264,_0x4ade52:0x193,_0x3a5af7:0x2fe,_0x43a913:0x195,_0x2c1b2e:0x199,_0x23c387:0x133,_0x10035e:0x173,_0x15b2bd:0x1d0,_0x5f58d8:0x167,_0x259087:0x48,_0x151bfb:0xbb,_0x24b6fe:0x75,_0x2771ea:0x289,_0x541969:0x266,_0x260186:0x18b,_0x232089:0x1c3,_0x37d8ff:0x12a,_0x3881dd:0x276,_0x20a000:0x229,_0x13de72:0x115,_0x235433:0x140,_0x1c77c7:0x147,_0x25e606:0x180,_0x44c3d4:0xe5,_0xb3df06:0x27a,_0x277e4a:0x1e4,_0x50fca9:0x1d9,_0x518486:0x289,_0x43e32b:0x19a,_0x4a5ffc:0x146,_0x1feadc:0x1af,_0x465efc:0x207,_0x123487:0x164,_0x1e00e5:0xac,_0x419b55:0x104,_0x319cd8:0x1b7,_0x4f6db3:0x248,_0x8a2bcc:0x1e0,_0x1d17e7:0x233,_0x33a9f2:0x222,_0x569da9:0x160,_0x25ad72:0x92,_0x3b778e:0xd2,_0x2692db:0x57,_0x230ac6:0xbc,_0x4f4c5a:0x106,_0x2fe199:0x59,_0x2e3141:0x5c,_0x3b5221:0x13f,_0x42cfc5:0x218,_0xfb3704:0xa7,_0x1a6a04:0x132,_0x4016e1:0x156,_0x4a8795:0xb3,_0x54a32b:0x6b,_0x38bfbd:0x91,_0x2f08a7:0x286,_0x338174:0x15a,_0x47309b:0x1bb,_0x1ae620:0x134,_0xde9129:0x121,_0x141425:0x142,_0xbf3f78:0x24b,_0x129c44:0x1f4,_0x3d368a:0x126,_0x3af9f8:0x1b9,_0x4485bd:0x2a9,_0x5a44da:0x77,_0x4937ab:0x23a,_0x5c73a2:0x2b4,_0x65587d:0x23a,_0x156ead:0xbd,_0x30aacb:0x121,_0x30e111:0x134,_0x2f7b8a:0xd8,_0x5a04a4:0xe2,_0x2a7d76:0x1df,_0x30f63b:0x1b0,_0x49bbf8:0x226,_0x24bda1:0x1d4,_0x6a0f09:0x14d,_0x2c138a:0x10a,_0xb2a60:0x1f7,_0x19a594:0xf0,_0x100974:0x16b,_0x4bd827:0x168,_0x3199f7:0x29d,_0x1f779d:0x2d8,_0x46bc68:0x26b,_0x51e37c:0x26e,_0x2e1e53:0x2b5,_0x1b3b38:0x1b9,_0x1a5d73:0x108,_0x331e26:0x1b0,_0x2316ea:0x195,_0x48041c:0x244,_0x3ff185:0x11a,_0x1afa84:0x1f7,_0x368dc2:0x288,_0x35f7e8:0x257,_0x3c4e1d:0x26f,_0x4ac0f3:0x182,_0x3fa01e:0x205,_0x230424:0x152,_0x481cb3:0x118},_0x41d58d={_0x3a89d0:0xd},_0x525499={_0x19e8ac:0xe0},_0x4158bc={'lAjOI':_0x238b46(_0x51a658._0x29219b,0x266,0x23a,_0x51a658._0x1c1bf2)+_0x238b46(0x20e,_0x51a658._0x4856b6,_0x51a658._0x367622,_0x51a658._0x5468e7)+_0x238b46(0x14d,0x16f,0x1e1,_0x51a658._0x455b90),'joLsI':function(_0x4ecd60,_0x11f0e6){return _0x4ecd60===_0x11f0e6;},'UEsyF':'avrVv','XQVwH':function(_0x2798d5,_0x509832){return _0x2798d5(_0x509832);},'AgvKp':function(_0x4b47ed,_0x47938d){return _0x4b47ed!==_0x47938d;},'aeacw':'CerVG','sbmPv':_0xfd5bf4(_0x51a658._0x33a2d2,_0x51a658._0xa37b28,_0x51a658._0x511f08,_0x51a658._0x127282),'eAxpm':'admin','sBaXj':'kgpTa','wipdH':'Warning:\x20-'+_0x238b46(0x224,_0x51a658._0x26e2d5,0x1df,_0x51a658._0x1f44e9)+_0xfd5bf4(0xb1,_0x51a658._0x290744,_0x51a658._0x2f4466,_0x51a658._0x2d6d1d)+_0xfd5bf4(_0x51a658._0x59247c,0xba,0x65,_0x51a658._0x26127d)+_0x238b46(0x1d2,_0x51a658._0x3d5b6d,_0x51a658._0x208e4e,_0x51a658._0x1241f1)+_0xfd5bf4(0x180,_0x51a658._0x56ae94,_0x51a658._0x4e2a06,0x11c),'SmYVb':function(_0xaca49b,_0x15af0a){return _0xaca49b+_0x15af0a;},'VRBvI':_0x238b46(0x201,_0x51a658._0x29219b,0x1bc,_0x51a658._0x14cce5)+'and\x20enviro'+_0xfd5bf4(0xb9,0xf1,_0x51a658._0x1a5eb0,0x9d)+_0xfd5bf4(0x1ba,_0x51a658._0x394a3b,_0x51a658._0x4a389e,_0x51a658._0x46f34d)+_0xfd5bf4(_0x51a658._0x1b4b70,0x156,_0x51a658._0x572efa,0x120),'JsqkW':function(_0x81bd27,_0x3cebb6){return _0x81bd27!==_0x3cebb6;},'UsPKG':_0xfd5bf4(0x148,_0x51a658._0x56ed7b,0x104,0x16e),'DXIEU':function(_0x3cae93,_0x29a286){return _0x3cae93(_0x29a286);},'LlrQc':_0xfd5bf4(0x119,0x155,0x145,_0x51a658._0x222567),'Ojsgb':function(_0x412c5f,_0x36caf5){return _0x412c5f(_0x36caf5);},'oUYgh':_0xfd5bf4(0x77,_0x51a658._0x788d99,_0x51a658._0x42baac,0xc1),'uDnBY':'Full\x20Name:'+'\x20','UEopN':_0xfd5bf4(_0x51a658._0x2a9af9,_0x51a658._0x9ed519,_0x51a658._0x235233,0xe9),'AIdii':function(_0x328f3d,_0x2d08a5,_0x5659b8){return _0x328f3d(_0x2d08a5,_0x5659b8);},'afLny':_0xfd5bf4(0x158,0x13c,0x19e,_0x51a658._0xe8f017),'sferc':_0xfd5bf4(_0x51a658._0x26fe21,_0x51a658._0xd2d9f8,0x146,0x104)+_0xfd5bf4(0xaa,0x116,0x192,0xd0),'HGKRd':function(_0x2859d1,_0x205040){return _0x2859d1!==_0x205040;},'oTdLK':function(_0xd9118c,_0x58ff1d){return _0xd9118c!==_0x58ff1d;},'ZTwMN':_0xfd5bf4(0xac,_0x51a658._0x477fe4,_0x51a658._0x2169ad,0x53),'yQtoY':'LQUJt','Vfwfp':_0x238b46(_0x51a658._0x564249,_0x51a658._0x455b90,0x1b9,0x1f1)+_0xfd5bf4(_0x51a658._0x39d719,0x154,0xf2,0x116)+_0x238b46(_0x51a658._0x21f25e,_0x51a658._0x33a2d2,0x1a4,_0x51a658._0x27c4f9),'CpWAk':_0x238b46(_0x51a658._0x4df326,_0x51a658._0x105979,_0x51a658._0x3bcad3,_0x51a658._0x1d4a6e)+_0xfd5bf4(_0x51a658._0x33cb69,_0x51a658._0x3a3639,0x121,0x9c)+_0xfd5bf4(0xc3,_0x51a658._0x26704a,_0x51a658._0x56c0bf,_0x51a658._0x431bb9),'DuZpq':_0xfd5bf4(_0x51a658._0x2734b5,_0x51a658._0x5bd02d,_0x51a658._0x3016ac,0xe9),'lTUot':_0x238b46(0x236,_0x51a658._0x24aaae,_0x51a658._0x26e2d5,_0x51a658._0x151626)+_0x238b46(_0x51a658._0x3c41d5,_0x51a658._0xfdfa73,_0x51a658._0x1ae183,_0x51a658._0x5de775)+_0xfd5bf4(0x1b6,0x171,_0x51a658._0x2107c0,_0x51a658._0x98a6fd)+_0x238b46(0x1b9,0x150,_0x51a658._0x394a3b,_0x51a658._0x152599)+_0x238b46(_0x51a658._0x5e954b,0x27a,_0x51a658._0x17a4d1,0x218),'DHxfw':function(_0x50b34a,_0x1f43ca){return _0x50b34a!==_0x1f43ca;},'UzXVK':_0x238b46(0x2c7,0x2e4,_0x51a658._0x4c8a7d,_0x51a658._0xda816f),'NDRxI':_0x238b46(_0x51a658._0x32362b,0x1c4,0x25a,_0x51a658._0x531582),'drQtd':_0xfd5bf4(0x12d,0x117,0x141,0x179),'PqShZ':function(_0xb00006,_0x167dcd){return _0xb00006(_0x167dcd);},'qLEMk':function(_0x59c439,_0x3d7266){return _0x59c439(_0x3d7266);},'cFfdF':_0x238b46(0x230,0x27a,_0x51a658._0x330802,0x276)+'ated\x20succe'+_0x238b46(_0x51a658._0x466e26,0x20c,_0x51a658._0x151626,_0x51a658._0x487df8),'iAivp':_0x238b46(0x2b1,0x260,_0x51a658._0xe2c8ae,0x27f)+_0x238b46(0x298,0x289,_0x51a658._0x3dec9a,0x27a),'QzwdX':_0xfd5bf4(0x1ba,_0x51a658._0x5eaa08,_0x51a658._0x5411de,0x15a)+'inding)','RKQOh':_0x238b46(_0x51a658._0x5e595f,_0x51a658._0x295517,0x206,0x1ab)+'an\x20now\x20log'+_0xfd5bf4(0xc0,0xf0,0xd4,_0x51a658._0x3c5b18)+'heir\x20usern'+_0x238b46(0x1d5,_0x51a658._0x493eed,_0x51a658._0x352afc,_0x51a658._0x3addc7)+_0xfd5bf4(0xa0,_0x51a658._0x5ca2cd,0x9f,0x114),'ycObu':function(_0xacab74,_0x2a81e0){return _0xacab74===_0x2a81e0;},'dCcCx':_0x238b46(0x248,0x29f,0x25a,0x225),'NvTNp':_0x238b46(0x1c3,0x15f,_0x51a658._0x3b9d2d,0x190)};let _0x2c13b7;try{_0x4158bc[_0x238b46(0x295,0x2c5,_0x51a658._0x55dfb4,_0x51a658._0x2d124c)](_0x4158bc['UEsyF'],_0x4158bc[_0x238b46(0x187,_0x51a658._0x26fe21,0x236,0x1d2)])?_0x2c13b7=_0x4158bc[_0x238b46(_0x51a658._0x5c9f75,_0x51a658._0x2b8409,0x205,0x22f)](parseCreateUserArgs,_0x43f4ca):(_0x5c3e92['close'](),_0x4c608a(_0x1521d0));}catch(_0x14c935){console[_0x238b46(0x2d7,0x27e,0x2e0,0x282)](_0x238b46(0x1c9,0x13f,0x1a2,0x1ae)+_0x14c935[_0xfd5bf4(0x11a,0x101,_0x51a658._0x57b96a,0xba)]),process[_0xfd5bf4(_0x51a658._0x3acfb2,0x143,_0x51a658._0x3e48de,_0x51a658._0x36b4be)](0x1*0xb8a+-0x226c+0x16e3);}_0x2c13b7[_0xfd5bf4(_0x51a658._0x4a8a3a,_0x51a658._0x456648,_0x51a658._0x208bf5,_0x51a658._0x4b38c7)+'RoleFlag']&&(_0x4158bc[_0x238b46(0x191,0x1a2,0x1e2,_0x51a658._0x113d55)](_0x4158bc[_0x238b46(_0x51a658._0x21f091,0x25b,0x27b,0x232)],_0x4158bc['sbmPv'])?_0x2c13b7['legacyRole']===_0x4158bc[_0x238b46(0x138,0x134,_0x51a658._0x3da119,_0x51a658._0x22e39f)]?_0x4158bc[_0x238b46(_0x51a658._0x1de1b4,_0x51a658._0x5db923,_0x51a658._0x364f87,_0x51a658._0x2d124c)](_0x4158bc['sBaXj'],_0x4158bc[_0x238b46(_0x51a658._0x514be0,_0x51a658._0x200e8d,0x1fb,0x18d)])?console[_0xfd5bf4(_0x51a658._0x2406fa,0x18a,_0x51a658._0x17ba19,_0x51a658._0x2e39aa)](_0x4158bc[_0xfd5bf4(_0x51a658._0x3ad4d5,_0x51a658._0x3d2327,_0x51a658._0x342708,_0x51a658._0x1808c7)]):_0x12e609[_0x238b46(_0x51a658._0x48e58b,_0x51a658._0x15aeae,_0x51a658._0x223255,0x1cd)]=_0x27b1be['split']('=')[-0x15b6+0xa*-0x18c+-0xa7*-0x39]:console[_0x238b46(_0x51a658._0x423ae7,0x2bd,0x299,_0x51a658._0xccce17)](_0x4158bc['SmYVb'](_0x238b46(_0x51a658._0x4e1dba,0x1ae,_0x51a658._0x48b247,_0x51a658._0x1abf14)+_0x238b46(_0x51a658._0x149ba0,0x21d,0x1e1,_0x51a658._0x21f091)+_0x2c13b7['legacyRole']+(_0xfd5bf4(0xe5,0x9e,_0x51a658._0x2241d7,_0x51a658._0x233937)+_0x238b46(_0x51a658._0x4d5213,0x1d8,0x14e,0x1b7)+'o\x20longer\x20c'+_0x238b46(_0x51a658._0x1ad580,_0x51a658._0x16620e,_0x51a658._0x52b19b,_0x51a658._0x5ba6d4)+'vironment\x20'+_0xfd5bf4(_0x51a658._0x5eaa08,0xe7,0x161,0x7e)),_0x4158bc['VRBvI'])):(_0x490292[_0xfd5bf4(_0x51a658._0x4754ba,_0x51a658._0x5ea8dc,0x205,_0x51a658._0x35de21)](_0x4158bc[_0xfd5bf4(0x1af,0x172,_0x51a658._0x4d5213,0x191)]),_0x48abee['exit'](0xc5*-0x13+-0x1fd0+0x2e70)));!_0x2c13b7[_0xfd5bf4(0x4b,_0x51a658._0x19566a,0xc4,0x53)]&&(_0x4158bc[_0x238b46(0x219,0x26d,0x1e3,_0x51a658._0x1a1909)](_0x238b46(0x1fe,0x270,_0x51a658._0x50dfe0,_0x51a658._0x482bc4),_0x4158bc[_0xfd5bf4(0x177,0x119,0x126,_0x51a658._0x36e69d)])?_0x8e4c55[_0xfd5bf4(0x12c,_0x51a658._0x5139fb,0x1bf,0x208)](_0xfd5bf4(_0x51a658._0x1dbca5,0x185,_0x51a658._0x163640,_0x51a658._0x1cce89)+'ailed\x20to\x20c'+_0xfd5bf4(0x56,0xb4,_0x51a658._0x133f73,0x131)+_0xfd5bf4(0xe4,0x108,_0x51a658._0x53aa19,_0x51a658._0x3a47fd)+'-\x20'+_0x1e31f2['message']):_0x2c13b7[_0x238b46(_0x51a658._0x3d606d,0x1ca,0x1bc,0x1af)]=await _0x4158bc[_0xfd5bf4(0x128,_0x51a658._0x656ace,_0x51a658._0x52e46e,0x1c1)](prompt,_0x4158bc['LlrQc']));!_0x2c13b7['email']&&(_0x2c13b7[_0xfd5bf4(0xe8,_0x51a658._0x2cbd7b,0xe5,0xee)]=await _0x4158bc['Ojsgb'](prompt,_0x4158bc[_0x238b46(_0x51a658._0x59382f,_0x51a658._0x28cd6b,_0x51a658._0x45a025,_0x51a658._0x571e30)]));!_0x2c13b7[_0x238b46(_0x51a658._0x365b46,_0x51a658._0x548953,_0x51a658._0x531582,_0x51a658._0xc97740)]&&(_0x2c13b7[_0xfd5bf4(_0x51a658._0xda4150,0x167,0x1ab,0x1e2)]=await _0x4158bc[_0xfd5bf4(_0x51a658._0x2b7d62,0x142,_0x51a658._0x127282,0x19a)](prompt,_0x4158bc[_0xfd5bf4(_0x51a658._0x7bfce7,0xfe,_0x51a658._0x830b55,0xea)]));if(!_0x2c13b7[_0xfd5bf4(0x12c,0xe0,_0x51a658._0x5e6eee,0x109)]){if(_0x4158bc[_0x238b46(_0x51a658._0x48b247,_0x51a658._0x354c44,0x2a8,0x26a)]!==_0x4158bc[_0xfd5bf4(_0x51a658._0x2b36ed,_0x51a658._0x3acfb2,0x15c,_0x51a658._0x5bd653)])_0x5dfb07[_0xfd5bf4(_0x51a658._0x21ec4a,0x14d,_0x51a658._0x3dfed1,0x124)](_0xfd5bf4(0xb7,0x124,_0x51a658._0x9c64bb,0x18b)+_0x238b46(0x1fe,0x1f4,_0x51a658._0x55dfb4,0x23b)+_0xfd5bf4(0x15c,0x188,_0x51a658._0x3f9b72,_0x51a658._0x152599)+_0xfd5bf4(0xe8,0x14c,_0x51a658._0x41981,0x1ba));else{_0x2c13b7['password']=await _0x4158bc['AIdii'](prompt,_0x4158bc[_0x238b46(_0x51a658._0x8b7195,0x219,0x23f,0x1e4)],!![]);const _0x516e99=await _0x4158bc[_0xfd5bf4(_0x51a658._0x582041,_0x51a658._0x464d75,0x8c,_0x51a658._0x96e193)](prompt,_0x4158bc[_0x238b46(_0x51a658._0x51af9c,0x181,_0x51a658._0xe2c8ae,0x1e8)],!![]);_0x4158bc['HGKRd'](_0x2c13b7[_0xfd5bf4(_0x51a658._0x24a085,0xe0,_0x51a658._0x3fded5,_0x51a658._0x14a416)],_0x516e99)&&(console['error'](_0xfd5bf4(_0x51a658._0x3577c1,0x14a,_0x51a658._0x2bc7ce,_0x51a658._0x9297a4)+_0x238b46(0x2ad,0x29f,_0x51a658._0x4a389e,_0x51a658._0x5dac2d)+'not\x20match'),process['exit'](-0x15cd+-0x2421+0x39ef));}}(!_0x2c13b7['username']||_0x4158bc[_0x238b46(0x28f,_0x51a658._0x103408,0x25b,_0x51a658._0x2d124c)](_0x2c13b7[_0xfd5bf4(_0x51a658._0x5bc631,_0x51a658._0x19566a,_0x51a658._0x48c129,0x88)]['trim'](),''))&&(_0x4158bc[_0x238b46(0x223,_0x51a658._0x222567,_0x51a658._0x214bfb,_0x51a658._0x494c9a)](_0x4158bc[_0x238b46(_0x51a658._0x5751a5,_0x51a658._0x194481,0x278,0x238)],_0x4158bc[_0x238b46(_0x51a658._0x287b5d,0x217,_0x51a658._0x10483e,_0x51a658._0x53bfed)])?(console[_0x238b46(0x2c6,0x2dd,0x27d,_0x51a658._0x43f0ff)](_0x4158bc[_0x238b46(0x2e2,_0x51a658._0x4d8c18,_0x51a658._0x3ed921,_0x51a658._0x3a781a)]),process[_0x238b46(0x25f,0x295,0x26d,_0x51a658._0x38914f)](0x1bad+-0x1*0x2608+0xc*0xdd)):(_0x27dfa3[_0x238b46(_0x51a658._0x204e1e,_0x51a658._0x1cc1a8,0x234,0x282)](_0x238b46(_0x51a658._0x56447d,0x1cf,_0x51a658._0xcf64b7,_0x51a658._0x10483e)+_0xfd5bf4(0x1db,0x18c,_0x51a658._0x599fea,_0x51a658._0x53a87d)+_0x40739e[_0xfd5bf4(_0x51a658._0x9297a4,0xc2,_0x51a658._0x5be8b2,_0x51a658._0x23288f)]+(_0xfd5bf4(0x18f,0x15b,_0x51a658._0x20d9da,0x1a3)+_0x238b46(0x1b9,0x1da,_0x51a658._0x5353d7,_0x51a658._0xcf64b7))),_0x3a7c57[_0xfd5bf4(0x117,0x143,0x1b0,_0x51a658._0x2662ef)](-0x25ef*0x1+-0x5*-0x151+0x17*0x15d)));(!_0x2c13b7['email']||_0x2c13b7[_0x238b46(0x1fc,_0x51a658._0x3fb5e7,0x1c2,_0x51a658._0x439322)]['trim']()==='')&&(console[_0x238b46(0x29c,0x223,_0x51a658._0x10d202,_0x51a658._0x20e454)](_0x4158bc[_0xfd5bf4(_0x51a658._0x3c5b18,0x11c,0x104,_0x51a658._0x45ab40)]),process['exit'](0x23c3+-0x33*0xc0+-0x1d*-0x16));(!_0x2c13b7['name']||_0x4158bc['joLsI'](_0x2c13b7[_0x238b46(_0x51a658._0x424cd8,_0x51a658._0x548953,_0x51a658._0x1de1b4,0x254)][_0x238b46(_0x51a658._0x352afc,0x1af,_0x51a658._0x555217,0x1f9)](),''))&&(_0x4158bc[_0x238b46(_0x51a658._0x3c901b,_0x51a658._0x1acbd1,0x20c,_0x51a658._0x2d124c)](_0x238b46(_0x51a658._0x5742bb,0x209,_0x51a658._0x153841,_0x51a658._0x3fb5e7),_0x4158bc[_0xfd5bf4(0x16a,_0x51a658._0x3c96f1,_0x51a658._0x455b90,0x18e)])?(console['error'](_0x4158bc[_0xfd5bf4(_0x51a658._0x49ed10,0x172,_0x51a658._0x3f9b72,0x1c8)]),process[_0x238b46(_0x51a658._0x7fa237,0x1e6,0x263,0x230)](-0x2a1*-0xa+0x219*-0x10+0x747)):(_0x4cfdf6[_0x238b46(_0x51a658._0x86ab06,_0x51a658._0x2cfa84,_0x51a658._0x1de3d9,0x282)]('Failed\x20to\x20'+_0x238b46(_0x51a658._0x56e4d5,_0x51a658._0xd3f78a,_0x51a658._0x44d41f,_0x51a658._0x2ea8c2)+'r',_0x4954d5),_0x3696ae[_0xfd5bf4(_0x51a658._0xd2d9f8,_0x51a658._0x3f7076,_0x51a658._0x3b165a,_0x51a658._0x529043)](_0xfd5bf4(0xe8,_0x51a658._0x231384,_0x51a658._0xa313ef,0x103)+_0xfd5bf4(_0x51a658._0x5bc631,0xd9,_0x51a658._0x521583,_0x51a658._0x492f75)+_0x238b46(_0x51a658._0x113224,_0x51a658._0x3e9862,_0x51a658._0x1c5d5f,_0x51a658._0x4d5213)+'\x20'+_0x33487e[_0xfd5bf4(_0x51a658._0x39d719,_0x51a658._0x44566f,0x114,_0x51a658._0x4cdc9e)]),_0x25afcf['exit'](0xe6b*-0x1+0x1b66+-0x97*0x16)));(!_0x2c13b7[_0x238b46(_0x51a658._0x1ae4d0,0x1ac,_0x51a658._0x45b35a,0x1cd)]||_0x2c13b7[_0xfd5bf4(_0x51a658._0xfdda60,_0x51a658._0x135911,0x141,0xd2)][_0x238b46(0x1f3,_0x51a658._0x39fffb,_0x51a658._0x3d7594,0x20d)]<-0x1020+0x226c+-0x1244)&&(console[_0x238b46(_0x51a658._0x1f9572,0x2e5,0x2f4,_0x51a658._0x3553b9)](_0x4158bc[_0x238b46(0x1e9,0x223,_0x51a658._0x529b37,0x22c)]),process[_0x238b46(0x245,0x29c,_0x51a658._0x3cf345,0x230)](0x3*0x5bf+-0x1156+0x1a));const _0x504ceb=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x504ceb[_0xfd5bf4(0x1a2,_0x51a658._0x4b314b,_0x51a658._0x1e34e2,_0x51a658._0x1d95c0)](_0x2c13b7['email'])){if(_0x4158bc[_0x238b46(_0x51a658._0x56e4d5,0x258,_0x51a658._0x3acfb2,_0x51a658._0xf98210)](_0xfd5bf4(_0x51a658._0x222567,_0x51a658._0xe3a8b9,_0x51a658._0x127a1e,_0x51a658._0x4abd24),_0x4158bc[_0xfd5bf4(0x135,_0x51a658._0x2995ca,_0x51a658._0x372ef5,_0x51a658._0xbfe0fb)]))console['error']('Error:\x20Inv'+_0x238b46(0x299,0x2a0,_0x51a658._0x4f55eb,_0x51a658._0x3cf345)+_0x238b46(0x203,_0x51a658._0x59382f,_0x51a658._0x86ceff,0x217)+_0x2c13b7[_0xfd5bf4(_0x51a658._0x417ada,0xc9,_0x51a658._0x2821d4,0xf1)]+'\x22.'),process['exit'](-0x99e+-0x244+0xb3*0x11);else throw new _0x2a1709(_0x238b46(0x1e5,_0x51a658._0x1f9572,0x1a1,_0x51a658._0x43ab24)+_0xfd5bf4(_0x51a658._0x3626d8,_0x51a658._0x2d6d1d,0x131,_0x51a658._0x1ee57f)+'role:\x20\x22'+_0xf3dbf3+('\x22.\x20Valid\x20v'+_0x238b46(_0x51a658._0x3fd714,0x240,_0x51a658._0x234c3f,_0x51a658._0x2a7cc2)+_0x238b46(_0x51a658._0xf98210,0x1c3,0x1dc,0x19c)+_0x238b46(0x169,_0x51a658._0x431bb9,0x140,0x192)+'er,\x20viewer'));}function _0x238b46(_0x4c11b0,_0x370b86,_0x4cc611,_0x4188d7){return _0x4cfb(_0x4188d7-_0x525499._0x19e8ac,_0x370b86);}function _0xfd5bf4(_0x4bc1ec,_0x429554,_0x544b8b,_0x60d9e9){return _0x4cfb(_0x429554- -_0x41d58d._0x3a89d0,_0x544b8b);}const _0x1667cc=/^[a-zA-Z0-9_-]+$/;!_0x1667cc[_0xfd5bf4(_0x51a658._0x4ade52,_0x51a658._0xe8f017,0x127,0x117)](_0x2c13b7[_0xfd5bf4(0xdd,0xc2,0xf0,0x85)])&&(console[_0x238b46(0x227,_0x51a658._0x3a5af7,0x2ed,0x282)](_0xfd5bf4(0xea,0x157,_0x51a658._0x43a913,_0x51a658._0x2c1b2e)+_0xfd5bf4(0xd3,0x137,_0x51a658._0x23c387,_0x51a658._0x2d6d1d)+_0xfd5bf4(0x151,0x144,_0x51a658._0x511f08,_0x51a658._0x10035e)+_0x2c13b7[_0x238b46(0x1ce,0x15a,0x1ac,0x1af)]+('\x22.\x20Use\x20onl'+_0xfd5bf4(_0x51a658._0x15b2bd,0x18e,_0x51a658._0x5f58d8,0x1db)+_0xfd5bf4(_0x51a658._0x259087,_0x51a658._0x151bfb,_0x51a658._0x24b6fe,0xb0)+_0xfd5bf4(0x182,0x16e,0x1b4,0x157)+_0x238b46(0x1cb,_0x51a658._0x48b247,0x1cc,0x227)+_0x238b46(_0x51a658._0x2771ea,0x290,0x27a,0x219))),process[_0x238b46(0x1bd,_0x51a658._0x482bc4,_0x51a658._0x541969,_0x51a658._0x38914f)](-0x18cc+0x2*-0x153+0x1b73));try{if(_0x4158bc[_0x238b46(0x166,_0x51a658._0x260186,0x21d,_0x51a658._0x232089)]===_0x4158bc[_0xfd5bf4(_0x51a658._0x37d8ff,0x10f,0x10c,0xfa)])_0x1e3d03[_0x238b46(_0x51a658._0x3881dd,_0x51a658._0x20a000,0x2b8,0x277)](_0xfd5bf4(0xc8,_0x51a658._0x13de72,_0x51a658._0x3c5b18,0xc2)+_0xfd5bf4(0x179,_0x51a658._0x235433,_0x51a658._0x1c77c7,_0x51a658._0x25e606)+'n\x20is\x20depre'+_0xfd5bf4(0xe0,0xba,_0x51a658._0x44c3d4,0xd8)+_0x238b46(_0x51a658._0xb3df06,_0x51a658._0x1de1b4,_0x51a658._0x277e4a,0x233)+_0x238b46(_0x51a658._0x50fca9,_0x51a658._0x518486,0x252,0x24a));else{const _0x4f8750=await _0x4158bc['DXIEU'](findUserByUsername,_0x2c13b7[_0x238b46(_0x51a658._0x43e32b,_0x51a658._0x4a5ffc,0x1d8,_0x51a658._0x1feadc)]);_0x4f8750&&(console[_0xfd5bf4(_0x51a658._0x465efc,0x195,0x1ab,_0x51a658._0x123487)](_0xfd5bf4(_0x51a658._0x1e00e5,_0x51a658._0x419b55,0xca,_0x51a658._0x1e34e2)+_0xfd5bf4(0x14a,0x18c,_0x51a658._0x319cd8,_0x51a658._0x3c901b)+_0x2c13b7['username']+(_0x238b46(0x20a,0x2b7,_0x51a658._0x21f091,_0x51a658._0x4f6db3)+_0x238b46(_0x51a658._0x8a2bcc,_0x51a658._0x1d17e7,_0x51a658._0x494c9a,_0x51a658._0xcf64b7))),process['exit'](-0xfc1+-0x12e5+0xb8d*0x3));console[_0x238b46(0x20a,0x26c,_0x51a658._0x33a9f2,0x23a)](_0xfd5bf4(_0x51a658._0x456648,0x109,_0x51a658._0x569da9,_0x51a658._0x25ad72)+_0xfd5bf4(0xad,0xda,0x10e,0x151)+_0x2c13b7['username']+_0xfd5bf4(0x136,_0x51a658._0x3b778e,0xc0,0xf6));const _0x5afb2a={};_0x5afb2a[_0xfd5bf4(_0x51a658._0x2692db,0xc2,_0x51a658._0x230ac6,0x99)]=_0x2c13b7[_0xfd5bf4(_0x51a658._0x4f4c5a,_0x51a658._0x19566a,_0x51a658._0x2fe199,_0x51a658._0x2e3141)],_0x5afb2a[_0x238b46(0x181,_0x51a658._0x3b5221,0x18c,0x1b6)]=_0x2c13b7[_0x238b46(0x17f,_0x51a658._0x42cfc5,0x15a,_0x51a658._0x1dbca5)],_0x5afb2a['name']=_0x2c13b7['name'],_0x5afb2a['password']=_0x2c13b7[_0xfd5bf4(_0x51a658._0xfb3704,0xe0,_0x51a658._0x1a6a04,_0x51a658._0x4016e1)],_0x5afb2a[_0xfd5bf4(_0x51a658._0x4a8795,0xa2,_0x51a658._0x54a32b,_0x51a658._0x38bfbd)+'min']=_0x2c13b7[_0x238b46(0x1e1,_0x51a658._0x56ed7b,_0x51a658._0x8a2bcc,0x18f)+_0x238b46(0x230,_0x51a658._0x2f08a7,0x258,_0x51a658._0x51af9c)]||undefined;const _0x52de3c=await _0x4158bc[_0xfd5bf4(_0x51a658._0x338174,0x149,_0x51a658._0x5eaa08,_0x51a658._0x47309b)](createUser,_0x5afb2a);_0x2c13b7[_0x238b46(_0x51a658._0x1ae620,_0x51a658._0x4a5ffc,_0x51a658._0x28cd6b,0x18f)+_0xfd5bf4(_0x51a658._0xde9129,0x128,_0x51a658._0x141425,0xc9)]&&await _0x4158bc[_0x238b46(_0x51a658._0xbf3f78,0x1fa,_0x51a658._0x129c44,0x261)](createServerAdminBinding,_0x52de3c['id']),console[_0xfd5bf4(_0x51a658._0x3d368a,0x14d,0xdd,_0x51a658._0x3af9f8)](''),console[_0x238b46(_0x51a658._0x4485bd,0x263,0x1e0,0x23a)](_0x4158bc[_0xfd5bf4(0x142,0xcb,_0x51a658._0x5a44da,0xa4)]),console[_0x238b46(0x211,0x1fe,0x231,_0x51a658._0x4937ab)](''),console[_0x238b46(0x20d,_0x51a658._0x5c73a2,0x1df,_0x51a658._0x65587d)](_0x4158bc[_0xfd5bf4(_0x51a658._0x156ead,0x106,0xd6,_0x51a658._0x3d2327)]),console[_0xfd5bf4(_0x51a658._0xa37b28,0x14d,_0x51a658._0x4a5ffc,_0x51a658._0x2f4466)](_0xfd5bf4(_0x51a658._0x30aacb,_0x51a658._0x30e111,_0x51a658._0x5bd653,_0x51a658._0x511f08)+_0xfd5bf4(_0x51a658._0x2f7b8a,_0x51a658._0x42baac,_0x51a658._0x5a04a4,0xc1)+_0x52de3c['id']),console['log'](_0x238b46(0x1b4,_0x51a658._0x43a913,0x224,_0x51a658._0x2a7d76)+_0x238b46(_0x51a658._0x30f63b,0x1fd,_0x51a658._0x1f44e9,_0x51a658._0x49bbf8)+_0x52de3c[_0x238b46(0x22b,_0x51a658._0x24bda1,0x1b6,0x1af)]),console[_0xfd5bf4(0x109,_0x51a658._0x6a0f09,_0x51a658._0x2c138a,_0x51a658._0x3dfed1)](_0x238b46(0x24a,0x22b,_0x51a658._0xb2a60,0x200)+_0xfd5bf4(0x160,0xf3,_0x51a658._0x25ad72,_0x51a658._0x19a594)+_0x52de3c[_0x238b46(_0x51a658._0x100974,0x21d,_0x51a658._0x4bd827,_0x51a658._0x439322)]),console[_0x238b46(0x20e,_0x51a658._0x3553b9,_0x51a658._0x3199f7,0x23a)](_0x238b46(0x237,_0x51a658._0x1f779d,0x20f,_0x51a658._0x46bc68)+'\x20\x20\x20\x20\x20'+_0x52de3c[_0x238b46(0x24c,0x211,_0x51a658._0x51e37c,0x254)]),console['log']('\x20\x20Server\x20A'+_0xfd5bf4(0xcf,0xd0,0x102,0x11b)+(_0x2c13b7['isServerAd'+'min']?_0x4158bc['QzwdX']:'no')),console[_0xfd5bf4(0x183,0x14d,0x19a,0x105)](''),console[_0x238b46(_0x51a658._0x2e1e53,_0x51a658._0x571e30,0x2b6,_0x51a658._0x29219b)](_0x4158bc['RKQOh']);}}catch(_0x26a6f7){_0x4158bc[_0x238b46(_0x51a658._0x2a7d76,0x28e,_0x51a658._0x352afc,_0x51a658._0x24aaae)](_0x4158bc[_0xfd5bf4(0x10e,0x147,_0x51a658._0x1b3b38,0x155)],_0x4158bc[_0xfd5bf4(_0x51a658._0x1a5d73,_0x51a658._0x36e69d,0x139,0x165)])?(_0x3cc78d[_0xfd5bf4(_0x51a658._0x331e26,_0x51a658._0x2316ea,0x17f,_0x51a658._0x367622)](_0x238b46(0x21c,0x230,0x26e,_0x51a658._0x48041c)+_0xfd5bf4(_0x51a658._0x214bfb,0x161,0x16e,_0x51a658._0x3ff185)+_0x238b46(0x286,0x27f,_0x51a658._0x2406fa,0x217)+_0x96af9a['email']+'\x22.'),_0x336f69[_0x238b46(_0x51a658._0x1afa84,0x212,_0x51a658._0xfdfa73,0x230)](0x76d+0x1*0x1ecb+-0x2637)):(logger['error'](_0x238b46(_0x51a658._0x368dc2,0x28b,_0x51a658._0x35f7e8,_0x51a658._0x3c4e1d)+'create\x20use'+'r',_0x26a6f7),console['error'](_0x238b46(_0x51a658._0x4ac0f3,_0x51a658._0x3fa01e,0x241,0x1c8)+'led\x20to\x20cre'+'ate\x20user\x20-'+'\x20'+_0x26a6f7[_0xfd5bf4(_0x51a658._0x5bd02d,0x101,_0x51a658._0x230424,_0x51a658._0x481cb3)]),process['exit'](0x3*0x8c6+0x25*-0x3d+0x460*-0x4));}}
|
|
1
|
+
(function(_0x429917,_0x115d40){const _0x515bb3={_0x4a5cce:0x3cd,_0x37da1f:0x345,_0x455ea5:0x3ba,_0x8d742c:0x254,_0xfceaec:0x38d,_0x431dcc:0x30c,_0x15acea:0x355,_0x597540:0x39a,_0x52f0e6:0x397,_0x4e22af:0x1d8,_0x285dd6:0x18d,_0x14a3a0:0x3c7,_0xb8e6d0:0x39d,_0xaa28fc:0x3f5,_0x1ae6f4:0x3a9,_0x49ba56:0x1a6,_0x116310:0x225,_0x314d98:0x22d,_0xd1f84e:0x22c,_0xde6ade:0x3cb,_0x5a5035:0x3ac,_0x15962b:0x3fe,_0x14f452:0x3a8,_0xbad949:0x41c},_0x5e74e1={_0x58aa98:0x4},_0x71655c={_0x3e15b5:0x19c};function _0x59b836(_0x25b876,_0x19aa80,_0x2db3c0,_0x46d670){return _0x4124(_0x46d670-_0x71655c._0x3e15b5,_0x19aa80);}function _0x49e0ab(_0x326f0e,_0x295718,_0x225e1c,_0x9d0f89){return _0x4124(_0x326f0e-_0x5e74e1._0x58aa98,_0x9d0f89);}const _0x27d476=_0x429917();while(!![]){try{const _0x44ff81=-parseInt(_0x59b836(_0x515bb3._0x4a5cce,_0x515bb3._0x37da1f,0x36c,_0x515bb3._0x455ea5))/(-0x26cd+0x80a+-0xb*-0x2cc)+parseInt(_0x49e0ab(0x273,_0x515bb3._0x8d742c,0x29d,0x2c4))/(-0x1*0xfdd+-0x40b+0x9f5*0x2)*(parseInt(_0x59b836(0x3ba,_0x515bb3._0xfceaec,_0x515bb3._0x431dcc,_0x515bb3._0x15acea))/(-0x5*-0x241+-0xdf4+0x1*0x2b2))+parseInt(_0x59b836(_0x515bb3._0x597540,_0x515bb3._0x52f0e6,0x3fa,_0x515bb3._0x4a5cce))/(-0x1065+0x6f2+0x977)*(parseInt(_0x49e0ab(0x1a1,0x1c3,_0x515bb3._0x4e22af,_0x515bb3._0x285dd6))/(-0x5*-0x197+-0xe16+0x628*0x1))+-parseInt(_0x49e0ab(0x1db,0x172,0x201,0x1d3))/(0x35*-0x34+0x227a+-0x17b0)*(parseInt(_0x59b836(0x40c,_0x515bb3._0x14a3a0,_0x515bb3._0xb8e6d0,0x418))/(0x1646+-0x799*-0x1+-0x1dd8))+-parseInt(_0x59b836(0x345,_0x515bb3._0xaa28fc,0x340,_0x515bb3._0x1ae6f4))/(-0xc69+0x65e*0x1+0x613)*(parseInt(_0x49e0ab(_0x515bb3._0x49ba56,_0x515bb3._0x116310,0x222,0x1ee))/(-0x321+0x6*-0x162+0xb76))+parseInt(_0x49e0ab(_0x515bb3._0x314d98,0x1bd,0x217,_0x515bb3._0xd1f84e))/(-0x136f+-0x1*0xc4f+0x1fc8)*(-parseInt(_0x59b836(0x339,_0x515bb3._0xde6ade,0x3b7,_0x515bb3._0x5a5035))/(0x1f48+0x1*-0x5c5+-0x1978))+-parseInt(_0x59b836(0x37d,0x33e,_0x515bb3._0x15962b,_0x515bb3._0x14f452))/(-0x5e*-0x54+0x14b9+0x3385*-0x1)*(-parseInt(_0x59b836(_0x515bb3._0xbad949,0x39b,0x3f2,0x3cb))/(-0x3ba+0xf39+-0x5b9*0x2));if(_0x44ff81===_0x115d40)break;else _0x27d476['push'](_0x27d476['shift']());}catch(_0x2d4c1b){_0x27d476['push'](_0x27d476['shift']());}}}(_0x555b,0x11abac+-0x4f68e+-0x3419b));import _0x120d9b from'readline';import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function prompt(_0x41f8ad,_0x492d16=![]){const _0x3e145c={_0x4fcb5b:0xee,_0x317b33:0xac,_0x4cfa81:0x117,_0x35642a:0x1a1,_0x9e3ea9:0x169,_0x6b0d20:0x216,_0x2c9bd6:0x19b,_0x343d60:0x139,_0x31f3a9:0xc6,_0x19c18e:0x115,_0x4a76a0:0x103,_0x11eba5:0x127,_0x38426d:0xe9,_0x3e834b:0xd0,_0x5b0153:0xf5},_0x339846={_0x12bd1f:0x49a,_0x553779:0x4f,_0xabdfe4:0x2c,_0x33f2a0:0x9,_0x5753a0:0xf4,_0x2a4171:0x28,_0x2b7799:0xe,_0x2c274b:0x91,_0xd5fdc9:0x7d,_0x453cc4:0x487,_0xc22e3d:0x416,_0x148b75:0x116,_0x26d842:0x112,_0x2249b0:0xe3,_0x303f6d:0x54,_0x375128:0x39,_0x51a41e:0x4aa,_0xa5b485:0x409,_0x3b1680:0x4ef,_0x2fc9ad:0x4b7,_0x51ea1a:0x10f,_0x5a13a6:0xfc,_0x49d8a5:0x10a,_0x25869b:0xab,_0x37ef6a:0x4f9,_0x3086e0:0x45b,_0x510ee3:0xc8,_0x951c8a:0x124,_0x4c5f4c:0x131,_0x33985b:0x489,_0x3b3a18:0x42,_0x5d9da7:0x5b,_0x310ac7:0x89,_0x4349b5:0xaf,_0x54cfb0:0xec,_0x321e27:0x16a,_0x58fa83:0x98,_0x8e5c2d:0x114,_0x1d85ca:0xd8,_0x2d8084:0x101,_0x128a5d:0x76,_0x144dc4:0x4a1,_0x3424e3:0x4b9,_0x3a04e4:0x3b5,_0x43f671:0x41f,_0x44aeeb:0x27,_0x35679b:0xa2,_0x516415:0x52c,_0x250649:0x2b,_0x2aec41:0x3e9,_0x5f3cbe:0x437,_0x5299d6:0x3e6,_0x28ded4:0x435},_0x3f03ad={_0x1b5d4f:0x215,_0x3b9185:0x27b,_0x596786:0x2ad,_0xca0ff9:0x1fb,_0x1484e6:0x38c,_0xf70f41:0x353,_0x458b40:0x2be,_0x5cf3be:0x234,_0x53acee:0x293},_0x4c17e6={_0x2f2c7c:0x4b8,_0x164918:0x527,_0x43fe65:0x4f1,_0x390b9b:0x49d,_0x29f2aa:0x493,_0x400a1a:0x3f4,_0x121d8e:0x4fd,_0xbdfef5:0x478,_0x24c873:0x4ca,_0x1317c8:0x4f2,_0x27dd69:0x4b9,_0x2eccfe:0x47d,_0x4d33d1:0x46f},_0x509ad9={_0x18c703:0x341,_0x400864:0x1e2},_0x59b0cd={_0x1d37e5:0x1e5,_0x1f99fb:0x7b},_0x5e3b0b={_0x1576bd:0x623,_0x2d7a3b:0x5b3,_0x336740:0x5e1},_0x52a42c={_0x3d7146:0x10e};function _0x5cd859(_0x4826ae,_0x2ef467,_0x3438ba,_0x1014a8){return _0x4124(_0x2ef467- -_0x52a42c._0x3d7146,_0x4826ae);}const _0x5b8997={'rsbfh':function(_0x44c966){return _0x44c966();},'kZJbV':_0x5cd859(0x145,_0x3e145c._0x4fcb5b,0x147,0x123)+_0x5cd859(0x175,0x12a,_0x3e145c._0x317b33,_0x3e145c._0x4cfa81)+_0x3100e4(_0x3e145c._0x35642a,0x1ef,_0x3e145c._0x9e3ea9,_0x3e145c._0x6b0d20)+_0x5cd859(_0x3e145c._0x2c9bd6,_0x3e145c._0x343d60,0x1b2,_0x3e145c._0x31f3a9)+_0x3100e4(0x125,_0x3e145c._0x19c18e,0x14a,_0x3e145c._0x4a76a0)+'inding\x20not'+_0x5cd859(_0x3e145c._0x11eba5,0xd2,0x12b,_0x3e145c._0x38426d),'IAGtH':function(_0x51bddf,_0x366ee3){return _0x51bddf(_0x366ee3);},'OEvwZ':function(_0x150792,_0x52dd37){return _0x150792===_0x52dd37;},'ssrRo':'FdnPL','XguQa':function(_0x4df47f,_0xd874de){return _0x4df47f(_0xd874de);},'shZMR':_0x5cd859(0x11c,0xb6,_0x3e145c._0x3e834b,0xa2),'DzQbe':_0x5cd859(0xdc,0x100,_0x3e145c._0x5b0153,0xa5)};function _0x3100e4(_0x26bd69,_0x54af98,_0x1c1fa8,_0x257478){return _0x4124(_0x26bd69- -0xcf,_0x54af98);}return new Promise(_0x5a501e=>{const _0x310e18={_0xa085b4:0x1d3,_0x47736d:0x197,_0x5ca86a:0x36},_0x256470={'gunWy':_0x5b8997[_0x27488d(0x4bf,0x485,0x4f6,_0x339846._0x12bd1f)],'lekpj':_0x1ede28(-0x22,0x44,0x19,_0x339846._0x553779),'fxBtm':_0x1ede28(-_0x339846._0xabdfe4,0x45,-0x4a,-_0x339846._0x33f2a0),'lwezg':function(_0x362bee,_0x42188a){return _0x5b8997['IAGtH'](_0x362bee,_0x42188a);},'WLZTv':function(_0x36ef70,_0x350b38){return _0x5b8997['OEvwZ'](_0x36ef70,_0x350b38);},'izgSi':_0x5b8997[_0x27488d(0x4dc,0x4c6,0x530,0x51e)],'gsfWB':function(_0x3a5337,_0x1c8221){function _0x3e1a25(_0x2529f3,_0x4917c5,_0x20bb30,_0x3c2fd5){return _0x1ede28(_0x3c2fd5-0x651,_0x4917c5-0x32,_0x2529f3,_0x3c2fd5-0x101);}return _0x5b8997[_0x3e1a25(0x569,_0x5e3b0b._0x1576bd,_0x5e3b0b._0x2d7a3b,_0x5e3b0b._0x336740)](_0x3a5337,_0x1c8221);}};function _0x1ede28(_0x3feb4e,_0x4fde58,_0x554e3d,_0x127d46){return _0x3100e4(_0x3feb4e- -_0x59b0cd._0x1d37e5,_0x554e3d,_0x554e3d-0x175,_0x127d46-_0x59b0cd._0x1f99fb);}function _0x27488d(_0x2e72b9,_0x2c7c20,_0xa13e0a,_0x2fe41e){return _0x3100e4(_0x2c7c20-_0x509ad9._0x18c703,_0x2fe41e,_0xa13e0a-_0x509ad9._0x400864,_0x2fe41e-0x17b);}if(_0x492d16){const _0x14de2b=new Writable({'write':(_0x549cf9,_0xae552b,_0x5776a7)=>{_0x5b8997['rsbfh'](_0x5776a7);}}),_0x193b8a={};_0x193b8a[_0x1ede28(-_0x339846._0x5753a0,-0xc8,-0x117,-0x127)]=process[_0x1ede28(-_0x339846._0x2a4171,_0x339846._0x2b7799,-_0x339846._0x2c274b,-_0x339846._0xd5fdc9)],_0x193b8a[_0x27488d(0x4b5,0x493,_0x339846._0x453cc4,_0x339846._0xc22e3d)]=_0x14de2b,_0x193b8a[_0x1ede28(-_0x339846._0x148b75,-_0x339846._0x26d842,-_0x339846._0x2249b0,-0xdf)]=!![];const _0xa5985f=_0x120d9b[_0x1ede28(-0x2b,_0x339846._0x303f6d,_0x339846._0x375128,0x2d)+_0x27488d(_0x339846._0x51a41e,0x437,0x44d,_0x339846._0xa5b485)](_0x193b8a);process[_0x27488d(_0x339846._0x3b1680,_0x339846._0x3b1680,0x541,_0x339846._0x2fc9ad)]['write'](_0x41f8ad),_0xa5985f[_0x1ede28(-_0x339846._0x51ea1a,-_0x339846._0x5a13a6,-_0x339846._0x49d8a5,-_0x339846._0x25869b)]('',_0x3690d0=>{const _0x1c6b9a={_0x4307dd:0x565,_0x17c073:0x45},_0x13d0c6={_0x2f297a:0x611,_0x23574a:0xe2},_0x3f2d97={};function _0x48b931(_0xab8d13,_0x53d725,_0x13496d,_0x5c1539){return _0x1ede28(_0x13496d-_0x13d0c6._0x2f297a,_0x53d725-0xce,_0x53d725,_0x5c1539-_0x13d0c6._0x23574a);}_0x3f2d97['ncaRR']=_0x256470[_0xa21dbb(0x4e0,0x4a0,0x4a2,_0x4c17e6._0x2f2c7c)];const _0x3872a1=_0x3f2d97;function _0xa21dbb(_0x429cfe,_0x4694c8,_0x503822,_0x309934){return _0x1ede28(_0x503822-_0x1c6b9a._0x4307dd,_0x4694c8-_0x1c6b9a._0x17c073,_0x4694c8,_0x309934-0x1b9);}if(_0x256470[_0xa21dbb(0x488,0x571,0x4fa,_0x4c17e6._0x164918)]===_0x256470[_0x48b931(_0x4c17e6._0x43fe65,0x54c,0x55e,0x513)]){_0x2bd7a7[_0xa21dbb(_0x4c17e6._0x390b9b,0x41e,_0x4c17e6._0x390b9b,0x4a8)](_0x3872a1[_0xa21dbb(_0x4c17e6._0x29f2aa,0x429,0x45b,_0x4c17e6._0x400a1a)]);return;}else _0xa5985f[_0xa21dbb(_0x4c17e6._0x121d8e,_0x4c17e6._0xbdfef5,_0x4c17e6._0x24c873,0x4a9)](),console[_0x48b931(_0x4c17e6._0x1317c8,_0x4c17e6._0x27dd69,0x512,0x4ed)](''),_0x256470[_0xa21dbb(_0x4c17e6._0x2eccfe,0x3f5,_0x4c17e6._0x4d33d1,0x438)](_0x5a501e,_0x3690d0);});}else{if(_0x5b8997[_0x27488d(0x4d1,0x49f,0x462,_0x339846._0x37ef6a)]===_0x5b8997[_0x27488d(0x4aa,_0x339846._0x3086e0,0x4b2,0x425)])_0x309004[_0x1ede28(-_0x339846._0x510ee3,-0xd4,-_0x339846._0x951c8a,-_0x339846._0x4c5f4c)](_0x27488d(0x45d,_0x339846._0x33985b,0x4b0,0x453)+_0x1ede28(-_0x339846._0x3b3a18,-0x74,-_0x339846._0x5d9da7,-0x57)+_0x1ede28(-_0x339846._0x310ac7,-0xa9,-0xa9,-0xb0)+_0x5dcf95[_0x1ede28(-0x110,-_0x339846._0x4349b5,-0x10c,-0x11a)]+(_0x1ede28(-_0x339846._0x54cfb0,-_0x339846._0x321e27,-_0x339846._0x58fa83,-_0x339846._0x8e5c2d)+'y\x20letters,'+_0x1ede28(-_0x339846._0x1d85ca,-_0x339846._0x2d8084,-_0x339846._0x128a5d,-0x7e)+_0x1ede28(-0x4c,-0x41,-0xbc,0x22)+_0x27488d(_0x339846._0x144dc4,0x476,0x413,0x4e4)+_0x27488d(0x46c,0x477,_0x339846._0x3424e3,0x465))),_0x2ccb0f[_0x27488d(_0x339846._0x3a04e4,_0x339846._0x43f671,0x3a2,0x44f)](-0x1*0x1f97+-0x1a8c+0xe89*0x4);else{const _0x3468ab={};_0x3468ab['input']=process[_0x1ede28(-0x28,_0x339846._0x44aeeb,-0x9e,-_0x339846._0x35679b)],_0x3468ab['output']=process[_0x27488d(0x4c6,0x4ef,_0x339846._0x516415,0x4bd)];const _0x3a6dea=_0x120d9b[_0x1ede28(-_0x339846._0x250649,0x6,-0x8,-0x4c)+_0x27488d(_0x339846._0x2aec41,_0x339846._0x5f3cbe,_0x339846._0x5299d6,_0x339846._0x28ded4)](_0x3468ab);_0x3a6dea[_0x1ede28(-_0x339846._0x51ea1a,-0x114,-0x17d,-0x107)](_0x41f8ad,_0x158276=>{function _0x361fdc(_0x90d4d,_0x14b26e,_0x252fc3,_0x259019){return _0x27488d(_0x90d4d-_0x310e18._0xa085b4,_0x259019- -_0x310e18._0x47736d,_0x252fc3-_0x310e18._0x5ca86a,_0x90d4d);}function _0x196bd6(_0xdc75e7,_0x55a643,_0x3115bc,_0x4cce86){return _0x1ede28(_0x3115bc-0x2db,_0x55a643-0xd8,_0x55a643,_0x4cce86-0x9c);}_0x256470[_0x196bd6(0x252,0x285,_0x3f03ad._0x1b5d4f,_0x3f03ad._0x3b9185)](_0x256470['izgSi'],_0x256470[_0x361fdc(0x26f,0x277,_0x3f03ad._0x596786,0x29a)])?(_0x3a6dea['close'](),_0x256470[_0x196bd6(0x276,0x279,0x21e,_0x3f03ad._0xca0ff9)](_0x5a501e,_0x158276)):_0x440d7e[_0x361fdc(0x3a2,_0x3f03ad._0x1484e6,0x3aa,_0x3f03ad._0xf70f41)]=_0x41d797[_0x361fdc(_0x3f03ad._0x458b40,0x2bb,_0x3f03ad._0x5cf3be,_0x3f03ad._0x53acee)]('=')[0x9f7+-0x44d*0x7+0xbf*0x1b];});}}});}function _0x4124(_0x46426c,_0x401bd4){_0x46426c=_0x46426c-(0x10*-0xd5+0xb*0x55+0xb41);const _0xb39a6b=_0x555b();let _0x3a33c0=_0xb39a6b[_0x46426c];if(_0x4124['BhETMO']===undefined){var _0x2c575d=function(_0x56c531){const _0x253484='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xc46e8a='',_0x41f0d5='';for(let _0x519b51=0x11aa*0x2+-0x60d*0x2+-0x173a,_0x14fc7e,_0x2bd7a7,_0x8a929e=-0x1822+0x1d5d+0xd*-0x67;_0x2bd7a7=_0x56c531['charAt'](_0x8a929e++);~_0x2bd7a7&&(_0x14fc7e=_0x519b51%(-0x7*-0x4cf+0x422*0x7+-0x3e93)?_0x14fc7e*(-0x1426*0x1+-0x2366+0x37cc)+_0x2bd7a7:_0x2bd7a7,_0x519b51++%(-0x1f*0x85+-0x1961*0x1+0x80*0x53))?_0xc46e8a+=String['fromCharCode'](0xd72+-0x14*0x11+0xb1f*-0x1&_0x14fc7e>>(-(-0x4eb*-0x6+-0xd1c*0x2+-0x348)*_0x519b51&-0x23fd+0x5f6*0x6+0x3f*0x1)):0x1e1b+-0x1*-0xac4+0x1*-0x28df){_0x2bd7a7=_0x253484['indexOf'](_0x2bd7a7);}for(let _0x50410e=-0x9d*0x5+-0xe35+0x1146,_0x5e078b=_0xc46e8a['length'];_0x50410e<_0x5e078b;_0x50410e++){_0x41f0d5+='%'+('00'+_0xc46e8a['charCodeAt'](_0x50410e)['toString'](0xb*0x1c1+-0xd*-0x127+-0x111b*0x2))['slice'](-(0x13d1+-0x1352+-0x7d));}return decodeURIComponent(_0x41f0d5);};_0x4124['cLdOqO']=_0x2c575d,_0x4124['LsQhhT']={},_0x4124['BhETMO']=!![];}const _0x2f3c2c=_0xb39a6b[0x4*-0x3d9+-0xba7+0x1b0b],_0x490943=_0x46426c+_0x2f3c2c,_0x57e2c2=_0x4124['LsQhhT'][_0x490943];return!_0x57e2c2?(_0x3a33c0=_0x4124['cLdOqO'](_0x3a33c0),_0x4124['LsQhhT'][_0x490943]=_0x3a33c0):_0x3a33c0=_0x57e2c2,_0x3a33c0;}export function parseCreateUserArgs(_0x3bec46){const _0x1be8a2={_0x3c1ff6:0x298,_0x4d0d91:0x2fd,_0x3a1a28:0x2a8,_0x1e84dd:0x2c6,_0xf30c94:0x2c8,_0x5c9d21:0x29d,_0x277270:0x30a,_0x45bb68:0x2dd,_0x2bc93f:0x2ba,_0x137ddf:0x2a4,_0x5bf59f:0x3b6,_0xf2e808:0x37f,_0x48184e:0x320,_0x4f049a:0x33b,_0x5c90fc:0x3e0,_0x15c278:0x36b,_0x4694a9:0x2ae,_0x40195e:0x324,_0x7cf185:0x2e8,_0x2f9e63:0x28c,_0x89da68:0x269,_0x192a29:0x1f8,_0x480d54:0x20e,_0xd6846:0x251,_0x12aca5:0x26e,_0x4e4957:0x2ba,_0x3740dc:0x348,_0x561714:0x244,_0xc2bd07:0x1fe,_0x577832:0x280,_0x5c6642:0x356,_0x2f365f:0x2e3,_0x4ce80c:0x2c4,_0x45d700:0x310,_0x2cc88f:0x339,_0x3bdb68:0x2b8,_0x227bdc:0x2e2,_0x2b3ba9:0x23c,_0x3ee78f:0x22a,_0x29b232:0x3b1,_0x54de91:0x1ce,_0x49a0d2:0x354,_0x41e418:0x381,_0x16a7f4:0x274,_0x23765b:0x2d5,_0x4d0370:0x332,_0x3e7278:0x1f5,_0x281ad9:0x242,_0x4c47a1:0x3ab,_0x4e91f5:0x352,_0x1c6b13:0x3a5,_0x2dd717:0x33c,_0xbcef08:0x335,_0x456f8c:0x3f3,_0x4b887f:0x365,_0x36332a:0x38f,_0x404cd2:0x388,_0x947aa3:0x344,_0x5944be:0x35f,_0x14f4b4:0x331,_0x3374e5:0x2c3,_0x2d476d:0x283,_0x1cbd96:0x225,_0x50a20e:0x281,_0x4c8b1a:0x2ea,_0x4ed00d:0x30b,_0x136d33:0x368,_0x2df6f4:0x2d9,_0x34d63f:0x2a1,_0x2c8634:0x317,_0x13308:0x23a,_0x55e490:0x226,_0x2b4dfa:0x2cc,_0x36fef4:0x269,_0x5b35ed:0x2e0,_0x46deda:0x2ad,_0x57ca0c:0x214,_0x285b2e:0x264,_0x7d0f09:0x239,_0x564567:0x227,_0x249450:0x233,_0x4339bf:0x2ce,_0x169fb8:0x2e2,_0x1e9b21:0x36e,_0x497455:0x328,_0x54b371:0x303,_0x2e7669:0x2be,_0x9311dd:0x2ac,_0x4878a3:0x33f,_0x1fd69e:0x307,_0x2873f7:0x2db,_0x20385a:0x35b,_0x2cd328:0x283,_0x359411:0x353,_0x568678:0x2d2,_0x1b9ee4:0x2d9,_0x1e934f:0x2e4,_0x49b075:0x2c4,_0x45acb0:0x2ec,_0x465a8f:0x252,_0x1b4dda:0x2c1,_0x35665e:0x3cd,_0x4f6ae4:0x318,_0x21fea6:0x2e7,_0x51a89f:0x2fe,_0xad27f5:0x2f8,_0x3e3950:0x2cd,_0x483a7d:0x2a3,_0x332ddb:0x23b,_0x1585c7:0x209,_0x28325a:0x2bc,_0x19a7fa:0x250,_0x1076e2:0x266,_0x46faf1:0x27a,_0x22bba6:0x21d,_0x15af1d:0x1c9,_0xd6e2ad:0x290,_0x5db2cc:0x204,_0x3a0564:0x231,_0x5701c9:0x29f,_0x534a4b:0x31d,_0x1a87db:0x2c0,_0x1c8fb2:0x293,_0xe81d5f:0x2b9,_0x466a2a:0x315,_0xb65856:0x2c9,_0xb59f6a:0x34a,_0x47e0c6:0x387,_0x5bd64f:0x312,_0x1618bc:0x327,_0x176d65:0x363,_0x53b73d:0x3fd,_0x1786fc:0x384,_0x4f69a6:0x265,_0x3a5ad1:0x2c2,_0x19abd6:0x285,_0x3bae91:0x28f,_0x1b54d2:0x297,_0x1f63e0:0x2c7,_0x2ead37:0x34c,_0x1fa097:0x2ed,_0x54d87d:0x27e,_0x266579:0x242,_0x2982ed:0x2a1,_0x2053a3:0x2ef,_0x26893c:0x389,_0x4b702c:0x350,_0x2a9f56:0x1a8,_0xb5a6a7:0x213,_0x345f42:0x1d2},_0x3bb0b8={_0x4be609:0x109},_0x3c063c={'vGRLd':function(_0x26cadd,_0x570c41){return _0x26cadd===_0x570c41;},'qCZVy':_0x294e61(_0x1be8a2._0x3c1ff6,_0x1be8a2._0x4d0d91,0x276,_0x1be8a2._0x3a1a28)+_0x3b3005(_0x1be8a2._0x1e84dd,_0x1be8a2._0xf30c94,_0x1be8a2._0x5c9d21,_0x1be8a2._0x277270)+_0x3b3005(_0x1be8a2._0x45bb68,_0x1be8a2._0x2bc93f,_0x1be8a2._0x137ddf,0x23a)+'\x20exists','nNKmH':function(_0x3828a6,_0x2c9054){return _0x3828a6(_0x2c9054);},'zYaFf':_0x294e61(_0x1be8a2._0x5bf59f,0x3e9,0x329,_0x1be8a2._0xf2e808)+'sword\x20must'+_0x294e61(_0x1be8a2._0x48184e,_0x1be8a2._0x4f049a,_0x1be8a2._0x5c90fc,_0x1be8a2._0x15c278)+_0x294e61(_0x1be8a2._0x4694a9,0x2a5,_0x1be8a2._0x40195e,_0x1be8a2._0x7cf185)+_0x3b3005(0x28b,_0x1be8a2._0x2f9e63,0x2f0,0x335),'EJZjx':'admin','qZfGs':_0x3b3005(_0x1be8a2._0x89da68,0x222,_0x1be8a2._0x192a29,_0x1be8a2._0x480d54),'nsfwN':_0x3b3005(_0x1be8a2._0xd6846,_0x1be8a2._0x89da68,0x298,_0x1be8a2._0x12aca5)+'=','nRRiq':function(_0xf3aec8,_0xbf3e24){return _0xf3aec8!==_0xbf3e24;},'GFKdP':_0x3b3005(_0x1be8a2._0x4e4957,0x328,0x2cd,_0x1be8a2._0x3740dc),'rZNGH':_0x3b3005(0x2ad,0x2b5,_0x1be8a2._0x561714,_0x1be8a2._0xc2bd07),'hftWT':function(_0x4853a0,_0x298127){return _0x4853a0===_0x298127;},'jHDqU':_0x3b3005(0x23d,0x267,0x29c,_0x1be8a2._0x577832),'FmUWy':_0x294e61(_0x1be8a2._0x5c6642,_0x1be8a2._0x2f365f,_0x1be8a2._0x4ce80c,_0x1be8a2._0x45d700),'nocmL':'--password'+'=','VYESd':function(_0x42cd78,_0x343967){return _0x42cd78===_0x343967;},'sjBWL':function(_0x32f35e,_0x39ad2e){return _0x32f35e===_0x39ad2e;},'Kcisz':_0x294e61(0x269,0x279,0x315,0x2b9)+_0x294e61(0x399,0x342,0x332,_0x1be8a2._0x2cc88f),'hIJuh':_0x3b3005(0x2ff,0x261,0x2c0,0x31f),'NPsNy':_0x3b3005(0x2c3,0x1ce,0x246,0x28d),'qddyX':_0x294e61(0x2d0,0x357,_0x1be8a2._0x3bdb68,0x2db),'Wcazq':_0x294e61(0x2ce,_0x1be8a2._0x227bdc,0x302,0x2da),'yeukq':function(_0x4de1e1,_0x3ec567){return _0x4de1e1!==_0x3ec567;},'ajSGM':_0x3b3005(0x1eb,_0x1be8a2._0x2b3ba9,_0x1be8a2._0x3ee78f,0x21b),'csAXL':_0x294e61(_0x1be8a2._0x29b232,0x38e,0x371,0x33f),'BEdBV':function(_0x59a932,_0x148aea){return _0x59a932===_0x148aea;},'tpnAG':_0x3b3005(0x239,_0x1be8a2._0x54de91,0x20e,0x1a7)},_0x4ba5cd={};_0x4ba5cd['username']=null,_0x4ba5cd[_0x294e61(0x344,_0x1be8a2._0x49a0d2,0x3e7,_0x1be8a2._0x41e418)]=null,_0x4ba5cd[_0x3b3005(0x211,0x222,_0x1be8a2._0x16a7f4,0x235)]=null,_0x4ba5cd[_0x3b3005(0x29e,0x307,_0x1be8a2._0x23765b,_0x1be8a2._0x4d0370)]=null;function _0x3b3005(_0x452fb0,_0x359180,_0xec7826,_0x2260f9){return _0x4124(_0xec7826-0x5c,_0x452fb0);}_0x4ba5cd[_0x3b3005(_0x1be8a2._0x3e7278,0x293,_0x1be8a2._0x281ad9,0x1eb)+_0x294e61(_0x1be8a2._0x4c47a1,_0x1be8a2._0x4e91f5,0x384,0x344)]=![],_0x4ba5cd[_0x294e61(_0x1be8a2._0x1c6b13,0x2e7,0x2f1,_0x1be8a2._0x2dd717)+_0x294e61(_0x1be8a2._0xbcef08,0x30f,0x2f2,0x2eb)]=![],_0x4ba5cd['legacyRole']=null;const _0x33f72b=_0x4ba5cd;let _0x15ef10=![];for(const _0x4f3602 of _0x3bec46){if(_0x3c063c[_0x294e61(_0x1be8a2._0x456f8c,0x398,_0x1be8a2._0x4b887f,_0x1be8a2._0x36332a)](_0x294e61(_0x1be8a2._0x404cd2,_0x1be8a2._0x947aa3,_0x1be8a2._0x5944be,_0x1be8a2._0x14f4b4),_0x3c063c[_0x3b3005(0x2a5,0x2ed,0x2b7,0x323)]))_0x4d9ec8[_0x3b3005(_0x1be8a2._0x3374e5,_0x1be8a2._0x2d476d,_0x1be8a2._0x16a7f4,0x25b)]=_0xec5389['split']('=')[-0x1251+0x1b*-0x4+-0x2*-0x95f];else{if(_0x4f3602[_0x3b3005(0x279,_0x1be8a2._0x1cbd96,_0x1be8a2._0x50a20e,_0x1be8a2._0x23765b)](_0x3c063c[_0x294e61(0x31a,_0x1be8a2._0x4c8b1a,_0x1be8a2._0x4ed00d,_0x1be8a2._0x136d33)])){if(_0x3c063c[_0x3b3005(0x244,0x322,0x2b1,_0x1be8a2._0x2df6f4)]('DbDrm',_0x3c063c['GFKdP']))throw new _0x57e2c2(_0x3b3005(0x319,0x222,_0x1be8a2._0x34d63f,0x25e)+'lue\x20for\x20--'+_0x294e61(0x38c,_0x1be8a2._0x2c8634,0x2a3,0x31b)+_0x56c531+('\x22.\x20Valid\x20v'+'alues:\x20adm'+_0x3b3005(0x2a2,_0x1be8a2._0x13308,_0x1be8a2._0x55e490,0x1e1)+'r,\x20develop'+_0x3b3005(_0x1be8a2._0x2b4dfa,_0x1be8a2._0x36fef4,0x2d7,0x2e2)));else _0x33f72b[_0x294e61(0x2bd,_0x1be8a2._0x5b35ed,0x291,_0x1be8a2._0x46deda)]=_0x4f3602[_0x3b3005(0x235,0x1ba,_0x1be8a2._0x57ca0c,_0x1be8a2._0x285b2e)]('=')[0x82*-0xa+-0x1bc2+0x20d7];}else{if(_0x4f3602[_0x3b3005(0x234,0x229,0x281,0x250)](_0x3c063c[_0x3b3005(_0x1be8a2._0x7d0f09,0x22a,_0x1be8a2._0x564567,0x29f)]))_0x3c063c[_0x3b3005(0x2a4,0x26d,0x241,_0x1be8a2._0x89da68)](_0x3b3005(0x1ff,0x203,0x204,_0x1be8a2._0x249450),_0x3c063c['jHDqU'])?_0x3c063c[_0x3b3005(0x352,_0x1be8a2._0x4339bf,_0x1be8a2._0x169fb8,0x30b)](_0x58b8c5[_0x294e61(_0x1be8a2._0x1e9b21,0x325,0x2f2,0x2f0)],_0x294e61(0x338,_0x1be8a2._0x497455,0x326,_0x1be8a2._0x54b371))?_0x4d5fcc[_0x294e61(0x27b,0x2d1,0x2f3,_0x1be8a2._0x2e7669)](_0x3c063c['qCZVy']):_0x106399['error'](_0x294e61(_0x1be8a2._0x9311dd,0x2f5,_0x1be8a2._0x4878a3,_0x1be8a2._0x1fd69e)+_0x294e61(0x2f1,0x3d4,_0x1be8a2._0x2873f7,_0x1be8a2._0x20385a)+'reate\x20admi'+_0x294e61(0x23c,_0x1be8a2._0x2cd328,0x297,0x2b5)+'-\x20'+_0x3a3ecf[_0x294e61(_0x1be8a2._0x359411,0x374,0x375,0x330)]):_0x33f72b['email']=_0x4f3602[_0x294e61(_0x1be8a2._0x568678,_0x1be8a2._0x1b9ee4,_0x1be8a2._0x1e934f,0x2c1)]('=')[0x14b*0x4+-0x1*0x2077+-0x1*-0x1b4c];else{if(_0x4f3602['startsWith'](_0x3c063c[_0x3b3005(_0x1be8a2._0x49b075,_0x1be8a2._0x45acb0,0x2a8,0x2eb)]))_0x33f72b[_0x3b3005(_0x1be8a2._0x1b9ee4,_0x1be8a2._0x7d0f09,0x274,0x2b9)]=_0x4f3602[_0x294e61(_0x1be8a2._0x465a8f,0x2b7,0x304,_0x1be8a2._0x1b4dda)]('=')[0x27a+-0x1128+-0xeaf*-0x1];else{if(_0x4f3602['startsWith'](_0x3c063c[_0x294e61(0x3f1,0x3f4,_0x1be8a2._0x35665e,0x383)]))_0x33f72b['password']=_0x4f3602[_0x3b3005(0x1e0,0x197,_0x1be8a2._0x57ca0c,0x23a)]('=')[-0x2359*0x1+0x5*-0x735+0xd7*0x55];else{if(_0x3c063c[_0x294e61(_0x1be8a2._0x4f6ae4,0x330,_0x1be8a2._0x21fea6,_0x1be8a2._0x51a89f)](_0x4f3602,'--admin')||_0x3c063c[_0x294e61(0x297,0x2ff,_0x1be8a2._0xad27f5,0x306)](_0x4f3602,_0x3c063c[_0x294e61(_0x1be8a2._0x3e3950,0x2a8,0x323,_0x1be8a2._0x483a7d)]))_0x15ef10=!![],_0x33f72b[_0x3b3005(_0x1be8a2._0x332ddb,_0x1be8a2._0x1585c7,0x242,_0x1be8a2._0x28325a)+_0x3b3005(0x255,_0x1be8a2._0x19a7fa,0x297,0x230)]=!![];else{if(_0x4f3602[_0x3b3005(0x2f2,_0x1be8a2._0x1076e2,_0x1be8a2._0x50a20e,_0x1be8a2._0x561714)](_0x3c063c['hIJuh'])){if(_0x3c063c['NPsNy']!==_0x3c063c[_0x294e61(0x309,_0x1be8a2._0x5b35ed,_0x1be8a2._0x46faf1,0x2a1)])_0x30cf7f['close'](),_0x3c063c[_0x3b3005(0x29b,0x27c,_0x1be8a2._0x22bba6,_0x1be8a2._0x15af1d)](_0x56cda2,_0x3e9680);else{const _0x11eab3=_0x4f3602['split']('=')[-0x2*0xef+-0x141e+-0x1b1*-0xd]?.[_0x3b3005(_0x1be8a2._0xd6e2ad,_0x1be8a2._0x5db2cc,_0x1be8a2._0x3a0564,0x1e3)]()[_0x3b3005(0x344,0x35e,0x2ef,0x2e5)+'e'](),_0x56d148=new Set([_0x3c063c[_0x294e61(_0x1be8a2._0x5701c9,_0x1be8a2._0x34d63f,_0x1be8a2._0x534a4b,_0x1be8a2._0x1a87db)],_0x3c063c[_0x3b3005(0x2cd,_0x1be8a2._0x1c8fb2,0x2af,_0x1be8a2._0xe81d5f)],_0x294e61(_0x1be8a2._0x466a2a,0x38a,0x3b4,0x36c),_0x3c063c[_0x294e61(0x283,0x29a,0x28e,0x2c5)]]);if(!_0x56d148['has'](_0x11eab3)){if(_0x3c063c[_0x294e61(0x326,_0x1be8a2._0xb65856,_0x1be8a2._0xb59f6a,0x329)](_0x3c063c[_0x294e61(_0x1be8a2._0x2c8634,0x332,0x3ac,0x38c)],_0x3c063c['csAXL']))throw new Error('Invalid\x20va'+'lue\x20for\x20--'+_0x3b3005(0x213,0x27a,_0x1be8a2._0x12aca5,0x25a)+_0x11eab3+(_0x3b3005(0x289,0x305,0x2eb,0x2f0)+_0x294e61(0x30e,0x34c,0x381,_0x1be8a2._0x47e0c6)+'in,\x20manage'+_0x294e61(_0x1be8a2._0x5bd64f,_0x1be8a2._0x1618bc,0x2fc,_0x1be8a2._0x176d65)+_0x294e61(0x3c4,0x3c9,_0x1be8a2._0x53b73d,_0x1be8a2._0x1786fc)));else _0xf4e5e9[_0x3b3005(_0x1be8a2._0x46deda,_0x1be8a2._0x4f69a6,0x248,0x25f)](_0x3c063c['zYaFf']),_0x5a5311[_0x294e61(0x264,0x29a,_0x1be8a2._0x3a5ad1,0x2b6)](-0x1*0x163a+-0x188e+0x1*0x2ec9);}_0x33f72b[_0x3b3005(0x28c,_0x1be8a2._0x19abd6,_0x1be8a2._0x3bae91,_0x1be8a2._0x1b54d2)+_0x294e61(_0x1be8a2._0x1f63e0,0x356,0x320,0x2eb)]=!![],_0x33f72b['legacyRole']=_0x11eab3,!_0x15ef10&&(_0x3c063c['BEdBV'](_0x3c063c[_0x3b3005(0x1cd,_0x1be8a2._0x3e7278,0x240,0x200)],_0x3c063c[_0x294e61(_0x1be8a2._0x12aca5,_0x1be8a2._0x2ead37,0x32e,_0x1be8a2._0x1fa097)])?_0x33f72b[_0x3b3005(_0x1be8a2._0x54d87d,0x205,_0x1be8a2._0x266579,0x257)+'min']=_0x11eab3===_0x3c063c[_0x294e61(0x313,0x28f,_0x1be8a2._0x19a7fa,0x2c0)]:_0x41f0d5[_0x294e61(0x2d4,0x328,_0x1be8a2._0x2982ed,_0x1be8a2._0x2053a3)+'min']=_0x3c063c[_0x294e61(_0x1be8a2._0x26893c,_0x1be8a2._0x4b702c,0x362,_0x1be8a2._0x36332a)](_0x519b51,_0x3c063c[_0x3b3005(_0x1be8a2._0x19abd6,_0x1be8a2._0x2a9f56,_0x1be8a2._0xb5a6a7,_0x1be8a2._0x345f42)]));}}}}}}}}}function _0x294e61(_0x20f265,_0x3036b5,_0x9ac3d,_0x3dc9cb){return _0x4124(_0x3dc9cb-_0x3bb0b8._0x4be609,_0x9ac3d);}return _0x33f72b;}async function createServerAdminBinding(_0x2cc57a){const _0x42fa26={_0x4c6403:0x231,_0x41d1d0:0x136,_0x521846:0x1c1,_0x1d5857:0x16f,_0x4f256f:0x131,_0x3ca068:0x1ab,_0x141b25:0x1a7,_0x14bc50:0x1cf,_0x51420f:0x145,_0x28fd5f:0x1a6,_0x271d7d:0x1d0,_0xed55fb:0x1b0,_0x169fe8:0x167,_0x5de426:0x180,_0x574256:0x170,_0x13e344:0x14f,_0x29b757:0x159,_0x136cdf:0x1d3,_0x413fea:0x153,_0x5ce8f8:0x1c0,_0x2679ed:0x121,_0x1efdc6:0x17e,_0x1ca2e8:0x186,_0x275966:0x1e7,_0x22054e:0x1e9,_0x477d53:0x151,_0x1486c0:0x1a0,_0x5251f6:0x1bc,_0x36e5bf:0x1d9,_0x5b606d:0x114,_0x1cf898:0x140,_0x4a24b8:0x1eb,_0x112968:0x156,_0xc11a40:0xe0,_0xb61fad:0x115,_0x3f12e8:0x10b,_0x3474ad:0x14a,_0x2cbb6e:0x14b,_0xf43334:0x1fa,_0x1b3cf4:0x1b7,_0xc87ea9:0x120,_0x29d46f:0x19d,_0x37b9fd:0x16e,_0x149e20:0x15f,_0x9b182a:0x24c,_0x5630ca:0x19c,_0x40467e:0x230,_0x51e367:0x198,_0x353a7b:0x93,_0x35b10a:0xdf,_0x5c78c1:0x12e,_0x5d589c:0xea,_0x2383c8:0x108,_0x3d502e:0xd8,_0x32cd11:0x114,_0x2d587d:0x12f,_0xd7d6c7:0xcd,_0x10f035:0x14c,_0x3eadb9:0x139,_0x3f8798:0x1c7,_0x1e47c4:0x1db,_0x5f0460:0x174,_0x3ed7f7:0x17a,_0x28dfc0:0xe9,_0x173c0f:0x14b,_0x2a782a:0x190,_0x4a0347:0x95,_0x4b0b3c:0x115,_0x4c135e:0x10c,_0x431c70:0x196,_0x1adae4:0x146,_0x19fe66:0x140,_0x37ae2f:0x170,_0x920e02:0xf7,_0x3a746d:0x13d,_0x4e05f6:0x1a6,_0x2f1269:0x17c,_0x4953a9:0x247,_0x2fa509:0x26f,_0x3019db:0x201,_0x2a0e0e:0x16b,_0x2c9695:0xa7,_0x39bd61:0x15c,_0x225852:0x112,_0x5ba09d:0x27c,_0x4ef254:0x1a5,_0x54fd7e:0x18c,_0x53476b:0x137,_0x2ea8e9:0x17a,_0x20f4bf:0x24a,_0x91f384:0xbf,_0x26f233:0x138,_0x20d0cd:0x15e,_0x4dc846:0xdd,_0x2cc4bd:0x147,_0x4fb347:0x1f4,_0x2daec1:0x102,_0x314801:0xe7,_0x33e878:0xbb,_0x1289bc:0x1f5,_0x226049:0xfd,_0x19d6d7:0x117,_0x27eb34:0xde,_0x4bb990:0x191,_0x19d714:0x1dd,_0xa1df47:0x1b5,_0x3b5deb:0xfa,_0x5abfce:0xf2,_0x405360:0x12b,_0x4661fc:0x204,_0x35cd64:0x236,_0x14e1a7:0x15a,_0x3b22ef:0x1b0,_0x19c407:0x1fc,_0x1fb0dc:0x12a,_0x420be9:0x140,_0x6c4f6a:0x1f0,_0xd37ea2:0x1be,_0x5bd268:0x218,_0x58ec77:0x1e2,_0x2c066b:0xd5,_0x31e1fd:0xff,_0x5528eb:0xd9,_0x328355:0x141,_0x461504:0x11f},_0x3e694e={_0x37d4eb:0x8d},_0x3bd686={_0x373e2a:0xa1},_0x43a531={'etZbw':function(_0x3f132d,_0x35174e){return _0x3f132d===_0x35174e;},'BkpdQ':function(_0x1407ee,_0x5d3123){return _0x1407ee+_0x5d3123;},'UvyPO':'../role-de'+'finitions.'+'js','XCVAG':_0x58774b(0x1b7,0x182,_0x42fa26._0x4c6403,0x1e0)+'s.js','nNEbk':function(_0x521857){return _0x521857();},'oSKVy':_0x4f0654(_0x42fa26._0x41d1d0,_0x42fa26._0x521846,0x1b4,_0x42fa26._0x1d5857)+_0x4f0654(_0x42fa26._0x4f256f,0x170,0x16e,_0x42fa26._0x3ca068)+_0x58774b(_0x42fa26._0x141b25,0x18b,0x1da,_0x42fa26._0x14bc50)+_0x58774b(_0x42fa26._0x51420f,0x19a,0x145,_0x42fa26._0x28fd5f)+_0x4f0654(_0x42fa26._0x271d7d,_0x42fa26._0xed55fb,0x104,_0x42fa26._0x169fe8)+_0x4f0654(_0x42fa26._0x5de426,_0x42fa26._0x574256,_0x42fa26._0x13e344,0x1be)+_0x4f0654(_0x42fa26._0x29b757,0x110,_0x42fa26._0x136cdf,_0x42fa26._0x413fea),'Vybnh':function(_0x4b0ff,_0x144898){return _0x4b0ff!==_0x144898;},'OaZEy':_0x4f0654(0x193,_0x42fa26._0x5ce8f8,_0x42fa26._0x2679ed,0x140),'UhykT':function(_0x198dae,_0x288519){return _0x198dae(_0x288519);},'WZdZQ':'user','tRhyw':'server','SMzlI':_0x58774b(_0x42fa26._0x1efdc6,_0x42fa26._0x1ca2e8,_0x42fa26._0x275966,_0x42fa26._0x22054e),'DPZyg':'\x20\x20Server\x20A'+_0x58774b(0x15c,_0x42fa26._0x477d53,0x1c7,_0x42fa26._0x1486c0)+_0x4f0654(_0x42fa26._0x5251f6,0x186,0x1ed,_0x42fa26._0x36e5bf),'rOdwx':function(_0x5f105c,_0x3e56ad){return _0x5f105c===_0x3e56ad;},'nAMjs':_0x58774b(_0x42fa26._0x5b606d,_0x42fa26._0x1cf898,0x107,0x15e),'FMZXr':'DUPLICATE','PuezA':function(_0x2b62b4,_0x5bb1c7){return _0x2b62b4===_0x5bb1c7;},'PMWQv':'DijGV','vCoTT':'akLmq','jZuBm':'\x20\x20Server\x20A'+_0x4f0654(0x174,0x1dc,_0x42fa26._0x4a24b8,0x1b4)+'ng\x20already'+'\x20exists'},{getRoleByName:_0x106a7c,loadRoles:_0x57dc2b}=await import(_0x43a531[_0x58774b(_0x42fa26._0x112968,_0x42fa26._0xc11a40,0x103,0x119)]);function _0x58774b(_0x1528a8,_0x4a7b94,_0x3b2baf,_0x29f1d7){return _0x4124(_0x29f1d7- -_0x3bd686._0x373e2a,_0x4a7b94);}function _0x4f0654(_0x3817fb,_0x547865,_0x324e16,_0x399920){return _0x4124(_0x399920- -_0x3e694e._0x37d4eb,_0x324e16);}const {createBinding:_0x2e6a43}=await import(_0x43a531[_0x58774b(0x169,0xe7,0x172,0x11c)]);await _0x43a531['nNEbk'](_0x57dc2b);const _0x506c73=await _0x106a7c('Server\x20Adm'+'in');if(!_0x506c73){console[_0x58774b(_0x42fa26._0xb61fad,_0x42fa26._0x3f12e8,_0x42fa26._0x3474ad,_0x42fa26._0x2cbb6e)](_0x43a531['oSKVy']);return;}try{_0x43a531[_0x4f0654(0x1fc,_0x42fa26._0xf43334,_0x42fa26._0x1b3cf4,0x196)](_0x4f0654(_0x42fa26._0xc87ea9,0x100,0x103,_0x42fa26._0x1cf898),_0x43a531['OaZEy'])?(_0x4183f2[_0x4f0654(_0x42fa26._0x29d46f,0x194,_0x42fa26._0x37b9fd,_0x42fa26._0x149e20)](_0x4f0654(_0x42fa26._0x9b182a,_0x42fa26._0x5630ca,_0x42fa26._0x40467e,0x1cc)+_0x10d6d7[_0x4f0654(0x1e9,_0x42fa26._0x51e367,0x1df,0x19a)]),_0x223da9[_0x58774b(0x118,0x172,_0x42fa26._0x353a7b,0x10c)](-0x269*-0xc+0x18e2+-0x35cd)):(await _0x43a531['UhykT'](_0x2e6a43,{'subject_type':_0x43a531[_0x4f0654(0x123,0x133,_0x42fa26._0x5b606d,0x156)],'subject_id':_0x2cc57a,'role_id':_0x506c73['id'],'resource_type':_0x43a531[_0x58774b(_0x42fa26._0x35b10a,0x19c,_0x42fa26._0x5c78c1,0x15a)],'created_by':_0x43a531[_0x58774b(_0x42fa26._0x5d589c,_0x42fa26._0x2383c8,_0x42fa26._0x141b25,0x14c)]}),console[_0x58774b(0x178,_0x42fa26._0x3474ad,_0x42fa26._0x3d502e,_0x42fa26._0x32cd11)](_0x43a531['DPZyg']));}catch(_0xa37cae){_0x43a531[_0x4f0654(0x10a,0x153,_0x42fa26._0x2d587d,0x187)](_0x43a531[_0x58774b(_0x42fa26._0xd7d6c7,0xf7,_0x42fa26._0x10f035,_0x42fa26._0x3eadb9)],_0x58774b(_0x42fa26._0x3f8798,_0x42fa26._0x1e47c4,_0x42fa26._0x13e344,_0x42fa26._0x5f0460))?(_0x4618e0[_0x58774b(0x1b1,_0x42fa26._0x3ed7f7,_0x42fa26._0x28dfc0,_0x42fa26._0x173c0f)]('Error:\x20Use'+_0x4f0654(0xbb,_0x42fa26._0x2a782a,0x15a,0x124)+'equired'),_0x47892b[_0x58774b(0x176,_0x42fa26._0x4a0347,_0x42fa26._0x4b0b3c,_0x42fa26._0x4c135e)](-0x600+0x4ae+0x3*0x71)):_0x43a531[_0x58774b(_0x42fa26._0x431c70,0x192,0x1a2,0x173)](_0xa37cae[_0x58774b(0x12f,0x13a,0x1aa,_0x42fa26._0x1adae4)],_0x43a531[_0x58774b(_0x42fa26._0x19fe66,_0x42fa26._0x37ae2f,_0x42fa26._0x920e02,_0x42fa26._0x3a746d)])?_0x43a531[_0x58774b(_0x42fa26._0x4e05f6,0x1b2,_0x42fa26._0x2f1269,0x1c6)](_0x43a531[_0x4f0654(_0x42fa26._0x4953a9,_0x42fa26._0x2fa509,0x1b0,_0x42fa26._0x3019db)],_0x43a531[_0x58774b(_0x42fa26._0x2a0e0e,_0x42fa26._0x2c9695,_0x42fa26._0x39bd61,_0x42fa26._0x225852)])?_0x43a531[_0x4f0654(_0x42fa26._0x5ba09d,_0x42fa26._0x4ef254,0x21e,0x204)](_0x378592[_0x58774b(_0x42fa26._0x28fd5f,0xf7,_0x42fa26._0x54fd7e,_0x42fa26._0x53476b)],_0x58774b(0x206,_0x42fa26._0x2ea8e9,_0x42fa26._0x20f4bf,0x1d6))?_0x32d046[_0x58774b(_0x42fa26._0x91f384,_0x42fa26._0x37ae2f,0xeb,_0x42fa26._0x26f233)]('Warning:\x20-'+_0x4f0654(_0x42fa26._0x20d0cd,_0x42fa26._0x4dc846,0x104,_0x42fa26._0x2cc4bd)+_0x58774b(0x188,0x1f7,_0x42fa26._0x4fb347,0x1b7)+_0x58774b(_0x42fa26._0x2daec1,_0x42fa26._0x314801,_0x42fa26._0x33e878,0x108)+'\x20--admin\x20i'+_0x58774b(0x1fb,0x18b,0x23f,_0x42fa26._0x1289bc)):_0x292dcc[_0x58774b(_0x42fa26._0x226049,_0x42fa26._0x19d6d7,_0x42fa26._0x27eb34,0x138)](_0x43a531['BkpdQ'](_0x4f0654(0x22a,_0x42fa26._0x4bb990,_0x42fa26._0x19d714,_0x42fa26._0xa1df47)+_0x4f0654(_0x42fa26._0x3b5deb,0x135,_0x42fa26._0x5abfce,0x136)+_0x3fbc69['legacyRole']+(_0x58774b(0x155,0x173,_0x42fa26._0x405360,0x121)+'ated\x20and\x20n'+_0x58774b(0xf2,0xb6,0x19d,0x12f)+_0x4f0654(0x1fd,_0x42fa26._0x4661fc,_0x42fa26._0x35cd64,0x1b6)+_0x4f0654(0xd1,0xe5,_0x42fa26._0x14e1a7,0x129)+'access.\x20'),_0x58774b(_0x42fa26._0x3b22ef,0x14d,0x1e2,0x170)+_0x58774b(0x1ce,0x212,_0x42fa26._0x19c407,0x1d4)+_0x58774b(0x1fd,_0x42fa26._0x1fb0dc,_0x42fa26._0x420be9,0x18b)+_0x4f0654(_0x42fa26._0x6c4f6a,_0x42fa26._0x1adae4,_0x42fa26._0xd37ea2,0x1c2)+_0x4f0654(_0x42fa26._0x141b25,_0x42fa26._0x5bd268,_0x42fa26._0x58ec77,0x1e1))):console['log'](_0x43a531[_0x58774b(_0x42fa26._0x2c066b,0x161,_0x42fa26._0x314801,_0x42fa26._0x31e1fd)]):console[_0x58774b(0x186,_0x42fa26._0x5528eb,0xd7,0x14b)](_0x58774b(0x190,0xe2,0x14c,0x15d)+'ailed\x20to\x20c'+_0x4f0654(_0x42fa26._0x328355,_0x42fa26._0x4e05f6,0x235,0x1c0)+_0x4f0654(0x11b,0x123,0xaf,_0x42fa26._0x461504)+'-\x20'+_0xa37cae['message']);}}function _0x555b(){const _0x2c6306=['rgjeCM0','ywXPzcb1C2vYBG','C3n3B3jKlG','yw1LigfUzcbWyq','yw5KigvUDMLYBW','rxjYB3i6ifbHCW','ywrTAw4','zw1HAwW','CgfZC3DVCMq','BM9JBuW','zxiSihzPzxDLCG','mta1odmYm3nPCM5quG','C3rKB3v0','ywX1zxm6igfKBq','zvDsEgK','C3nMDwXSEse','lI4VyMLUzgLUzW','yxrLzcbZDwnJzq','ywPtr00','AfDQCNK','qLjTuNe','DKDstgq','t1fWCNe','twv4tgy','y3jLyxrLsw50zq','y2XP','r0XIC2u','C3rKAw4','A2PUCvu','ue1xuxy','iI4GvMfSAwqGDG','ywnJzxnZlIa','zxrAyNC','txDVCuK','Dg9mB3DLCKnHCW','y3rLCNm','AgvPCIb1C2vYBG','BNn0zwfKlG','tLbZtNK','zsbPCYbYzxf1Aq','s2nPC3O','BerTD1m','AxrXCeO','nteWnJvVshzprxO','DgvYBwLUywW','icbtzxj2zxiGqq','ALP1qM0','icaGica','nduYnZbYBgPtvhe','v09Mq1q','DxnLCM5HBwu','CxvLC3rPB24','DNnNruu','DgvZDa','rLjjy2W','y2f0zwqUifvZzq','BMnHuLi','CNfMC0K','BIbIAw5KAw5Nia','zxHPDa','Bgvcs0C','BuDqshG','ls1Zzxj2zxiTyq','CM5HBwuGAxmGCG','uurxug8','DKnVvfq','AwWGAxmGCMvXDq','Bg9N','DMLYB25Tzw50ia','ruPAANG','C3bSAxq','mJq5mJq4muDts1LpDG','vxz5ue8','icbjrdOGicaGia','v2nHENe','wenwquC','BhDLEMC','AxPNu2K','Aw5WDxq','BK5lBuG','igLZigrLChjLyW','lxjVBgu9','ALDZvLm','CMzHy2u','rxjYB3i6iezHAq','rgDStNy','iI4GvxnLig9UBa','seHNEK0','Aw4Sig1HBMfNzq','CLPor0G','qMfxsu4','vLvdzfi','s3PWrum','BM90ig1HDgnO','BYbSB25NzxiGyW','DMLLD2vY','BwfUywDLCG','sLroA3K','lxjVBgu9ywrTAq','DhjPBq','yxrLihvZzxiGlq','mZbQtffmvge','BgvNywn5uM9Szq','D2fYBG','BKfnANm','oIaGica','ig51BwjLCNmSia','yMDbsM4','rK1Awhi','C3qGocbJAgfYyq','ignYzwf0zwqU','C3n3B3jKoIa','uM9SzuzSywC','v1PKwLe','DhbUquC','Agz0v1q','Axntzxj2zxjbza','y29Kzq','ls1LBwfPBd0','rhPryMu','tenXBuS','sNLjB0W','zxjYB3i','u016BeK','v0XAvhy','y3jLyxrLihvZzq','vxnLCIbezxrHAq','z3vUv3K','sLvXtMm','rxjYB3i6ievTyq','zs4GqwrTAw4GyG','vLLfu2q','t0rez3i','z3nMv0i','icbfBwfPBdOGia','icboyw1LoIaGia','rfvqteLdqvrf','DfjOExC','v2fYBMLUzZOGqW','C2Pcv0W','v2fYBMLUzZOGrG','t1znyvO','u25vCLu','zNHcDg0','vgHLihvZzxiGyW','yw4GBM93igXVzW','CYWGyw5KigH5Ca','AgvUCY4','CKnMyMq','ls1Uyw1Lpq','uvvLz0u','C2vYici','yKj3sKG','A1rSAeu','mJiYmJa0yND5BwL1','ndaWzNjdvMDR','tevPtgO','yxrLzcbHBMqGBG','mtfHs09bvxq','vxnLihrLyw1Zia','CM9SztOGiG','A1PkyLy','CK9KD3G','zNziDKu','uNnTsue','rxjYB3i6ieLUDG','BMfTzq','y2XVC2u','qvrHwfu','ugvmtNm','C3DVCMrZigrVia','rxjYB3i6ie5HBq','mZuZnZK0vw5Ur2rf','wNLxCxe','Ewv1A3e','B3v0Chv0','igLUihDPDgGGDa','vNLIBMG','rxjYB3i6ifvZzq','C3rHCNrZv2L0Aa','ugfZC3DVCMq6ia','BwvZC2fNzq','zwzgDM0','mZG2ode5mfDqtNHNtG','EsbSzxr0zxjZla','yw1Lici','BM1LBNqGyMLUza','C2HAtvi','C3PwAxO','ndu1zfzkuwDm','zg1PBG','mZq4BKrQu2vN','iI4UlG','DxnLzeXLz2fJEq','EM52Cw0','uvHlBxO','zfjiAwO','zxf1AxjLza','B3vSzcbUB3qGzG','EwvZicH2AweGyG','sufbBLK','BwLU','ls11C2vYBMfTzq','B25NAK4','EMXZsvu','DvbksNu','y2HPy0u','zg1PBIbIAw5KAq','v2fYBMLUzZOGlq','B250CM9SCYbLBG','wgD1uwe','sw52ywXPzcb2yq','vMfTsKK','iefKBwLUihjVBa','BMCGywXYzwfKEq','BgvRCgO','rufHuMq','Aw5KAw5Nig5VDa','rM1vv3K','CMvHDguGywrTAq','BgvKihrVignYzq','Aw5NCYbPBIb0Aa','v1n3tfm','AxjLza','ywLSzwqGDg8GyW','CwrKEvG','C3nYuM8','BLjsAxe','vxnLCM5HBwu6ia','igzVCM1HDcaI','BIbPCYbKzxbYzq','rxjYB3i6ia','CIWGzgv2zwXVCa','CvPMr3m','BurTD0y','v3fSu1i','rw1HAwW6ia','BNnMD04','iIbHBhjLywr5ia','ic0TywrTAw4GAq','igjLigf0igXLyq','zgv2zwXVCgvY','ls1YB2XLpq','Dvjcz28','BMCGy3jLyxrLza','uhvLEKe','Dw5KzxjZy29Yzq','rvn6zNC','C3DVCMqGBxvZDa','CIaI','Bhm6','te1pBhC','zsbxzwiGvuKU','mLPqCuLvuq','Aw5KifnLCNzLCG'];_0x555b=function(){return _0x2c6306;};return _0x555b();}export async function createUserCommand(_0x394b47){const _0x2b2ade={_0x1c5565:0x241,_0x406393:0x2d5,_0x5c5315:0xce,_0x22eb00:0xae,_0x14f427:0x10e,_0x101d02:0x38,_0x38e6ec:0x1ec,_0x378904:0x1f4,_0x2c2892:0x1fb,_0x4c8e44:0x44,_0x242e03:0x3c,_0x94dcf3:0x60,_0x384688:0x292,_0xa9f710:0x2af,_0x80e893:0x331,_0x1176e0:0x34a,_0x2ecc94:0xe7,_0x3151ef:0xf5,_0x339af1:0x21,_0x245f5c:0x1d,_0x2a2d6b:0x47,_0x24c067:0x2d,_0x396642:0x39,_0x5cf670:0x3f,_0x3c929d:0xa,_0x473282:0x269,_0x40d237:0x253,_0x32b0ed:0xb1,_0x2584cf:0xbc,_0x311610:0x216,_0x13ef5e:0x25c,_0x4c9e55:0x1ca,_0x55f88f:0x2c4,_0x16c557:0xa4,_0x2a1603:0x214,_0x1bf7cb:0x227,_0x16f4a9:0x271,_0x2818b3:0x2b4,_0x494c27:0x246,_0x1d7357:0x236,_0x55e793:0x254,_0x4da052:0x261,_0x17bd78:0x1f7,_0x2b6bbe:0x1b4,_0x2d3a33:0x8c,_0x277145:0xa2,_0x4f7979:0x1b,_0x17e66c:0x80,_0x39e040:0x98,_0x170f1c:0x15e,_0x578da3:0x1e9,_0x6335c8:0x1d4,_0x153440:0x46,_0x2df54e:0x1b,_0x2be808:0x4c,_0x2af19c:0x1d,_0x5ab2bc:0x274,_0x4a584f:0x24f,_0x531733:0x2af,_0x2b408d:0x1a,_0x19ec2e:0x64,_0x3414d8:0x2c1,_0x203e0c:0x256,_0x37cf2b:0x23e,_0x4167a5:0x1f3,_0x12fb72:0x2aa,_0x442b74:0x320,_0xa0677f:0x26,_0x401571:0x29,_0x4b7560:0x25a,_0x55ae39:0x2c8,_0x16e0f7:0x29d,_0x2818e8:0x1b7,_0x1f3a6d:0x206,_0x538d59:0x262,_0x3d383a:0x1f6,_0x50a0a8:0xe8,_0x20052a:0xd7,_0x18d95c:0x3b,_0x5719a6:0x49,_0x15b2f6:0x75,_0x3c31be:0xf0,_0x168752:0x12d,_0x433296:0xfb,_0x2a26a1:0x29c,_0x4051c8:0x2d8,_0x4e681d:0x1f0,_0x4984e1:0x1a5,_0x4cbaf9:0x276,_0x4134c7:0x2cc,_0x4af2f0:0x204,_0x10a412:0x2c1,_0x7f431a:0x225,_0x3c4c6c:0x237,_0x433089:0x1e8,_0x414b6e:0x289,_0x4e80ac:0x268,_0x43abbc:0x2c3,_0x1cf8c7:0x24d,_0x147c32:0x5d,_0x4ab53e:0xc4,_0x279b43:0xea,_0x4fce1d:0x2a4,_0x11cc3c:0x29c,_0x31fcb5:0xf,_0x4b1d73:0x7a,_0x1c5b10:0x73,_0x257fb1:0x21c,_0x2e77c8:0x1e0,_0x159a79:0x298,_0x1f2513:0x6b,_0x232a6e:0x35,_0x5aca6e:0x9d,_0x5c4582:0x2d0,_0x5333c6:0x2ee,_0x3e8deb:0x2b5,_0x4a1aa4:0x205,_0x38d81a:0x221,_0x493793:0x252,_0x3fab31:0x1fa,_0x3ddf92:0x240,_0x4ecaf6:0x1e2,_0x116f72:0x5f,_0x4509f4:0x190,_0x4c1d20:0x54,_0x54f504:0x81,_0x71b7ea:0x110,_0x563f53:0x97,_0x2a3476:0x67,_0x301a68:0x57,_0xe910c6:0x69,_0x32ec12:0x122,_0x4b2fca:0xe0,_0x4cbb0c:0x2ad,_0x5afa19:0x277,_0x1795e2:0x2a3,_0x32259c:0x18,_0x143c9e:0x5e,_0x3e8137:0xc5,_0x1ca2d2:0x2bb,_0x2946ac:0x2ff,_0x4cbc03:0x21,_0x4304b6:0x3c,_0x5c9f55:0x2b7,_0x3b2c79:0x265,_0x29f8e6:0x250,_0x5b2765:0x110,_0x15ecd2:0x11e,_0x542d57:0x6c,_0x57d1e0:0x219,_0x32ead4:0x236,_0x5b232a:0x8d,_0x3b0446:0x76,_0xef3f00:0x260,_0x547545:0x24e,_0x3d63c5:0x1e1,_0x48fdba:0x122,_0x2b8bd4:0x25b,_0x534423:0x230,_0x4e1ff7:0x290,_0x2dead3:0xff,_0x1230df:0x299,_0x483d74:0x293,_0x4f436f:0x31e,_0x44aff9:0x1e,_0x54e845:0x24,_0x2c3ab9:0x2e,_0x33ae46:0x79,_0x5903f3:0x63,_0x138025:0x20c,_0x2d98f2:0x28d,_0x4789a8:0x2dd,_0x521dc8:0x286,_0x513b8d:0x302,_0x553f03:0x22f,_0xb6cc8f:0x266,_0x28a7a2:0x259,_0x5b35df:0x279,_0xca332c:0x21e,_0x58b537:0x136,_0x3e838f:0xcd,_0x2c4a31:0x218,_0x104ef1:0x233,_0x443fb5:0x1b1,_0x390a30:0x257,_0x4ffddf:0x2b1,_0x15e445:0xb1,_0x5d3eec:0x328,_0x1ff5a7:0x9e,_0x5c68a8:0xf9,_0x45e0c6:0x1f2,_0x5f5af5:0x17f,_0x1f1f34:0x24b,_0x14fe30:0x2d9,_0x4543f6:0x41,_0x4573f7:0x24c,_0x2489f9:0x336,_0x264ac3:0x8e,_0x4dcf45:0x53,_0x4c4f78:0x16,_0x39dc7c:0x44,_0x5b17f2:0x124,_0x1f6dba:0x13,_0x45f257:0x69,_0x2dce60:0x21e,_0x4935fe:0x24b,_0xaf50c3:0x1dc,_0x1152ce:0x1f7,_0x3e3118:0x1f0,_0xea4e7:0x1dc,_0x21bf12:0x25d,_0x4fc84f:0x0,_0x43855c:0x54,_0x410848:0x33,_0x344acc:0x6b,_0x590c78:0x32,_0x37e647:0xba,_0x520800:0xbf,_0x762a97:0x2d7,_0x440a50:0x338,_0x5cb46b:0x2e2,_0x31a8b9:0x97,_0x3c3098:0x1ea,_0x55111b:0x251,_0x564a10:0x19d,_0x527645:0x31,_0x5d749b:0xf,_0x327190:0x40,_0x3217a8:0x25a,_0x3d5e0a:0x226,_0x2c7933:0x1ff,_0x263e33:0x325,_0x435da1:0x1eb,_0x226081:0x1da,_0x2bd813:0x2c7,_0x470a8d:0x2f0,_0x40642c:0x333,_0x92d9a5:0x1e7,_0x1558ae:0xc1,_0x8f6623:0x86,_0x5e12c3:0x5e,_0xed2755:0x8e,_0x21ad06:0x12,_0x4634d3:0x10,_0x36739e:0x20b,_0x16ab36:0x250,_0x30de90:0x259,_0x54992f:0x2ae,_0x302e21:0x21f,_0x515952:0x1df,_0xffcd9c:0x1ea,_0x3d1152:0x238,_0xbab8b2:0x2a5,_0x2ed7e9:0x30b,_0x358c8d:0x244,_0x4e0892:0x248,_0x183dfa:0x1ff,_0x43235c:0x203,_0x2977c5:0x2eb,_0x5005e9:0x27e,_0x365d72:0x264,_0x2036e0:0x29b,_0x1548eb:0x253,_0x52d084:0x2c0,_0x3062b3:0x27f,_0x3a4473:0x307,_0x248a70:0xc0,_0x310063:0x46,_0x15094d:0x167,_0x1bf944:0x267,_0x486d54:0x2a9,_0x5ce857:0x26b,_0x3a411f:0x2e3,_0x403d88:0x30c,_0x4fe1f2:0x113,_0x9edd16:0x79,_0x321b85:0x1f,_0x2153f6:0x3d,_0xf920bc:0x7e,_0x1c4fda:0x26e,_0x5239c8:0x130,_0x3eea3d:0x251,_0x5b8b01:0x23f,_0x1a3682:0x58,_0x3579fc:0x6b,_0x2fafbf:0x231,_0x1383a7:0x118,_0x5cc827:0x241,_0x18bbe7:0x28,_0x513a02:0x46,_0x5bbdb2:0x37,_0x281890:0x24,_0x51c58c:0x229,_0x5818dd:0x1cd,_0x5edaf6:0x206,_0x3f1833:0x62,_0x5d919b:0xb7,_0x588e9c:0x27e,_0x20a713:0x2c2,_0x461f38:0x80,_0x19bb4d:0x19,_0x1f4fee:0xd3,_0x398ff:0xa7,_0x1a3313:0x114,_0x37fdfa:0xee,_0xa6c614:0xb0,_0xcbacaf:0x1b9,_0x51b4ed:0x223,_0x3cd770:0xfb,_0x15812e:0x20d,_0x44c71d:0x26c,_0x245b11:0x278,_0x20bf8b:0x2e8,_0xe6151d:0x1fe,_0x19d97c:0x1aa,_0x16df63:0x132,_0x312521:0x113,_0x7f0611:0xc2,_0x2d6396:0x7a,_0x5647a2:0xd0,_0x42925f:0xc2,_0xf97a98:0x259,_0x505bd8:0x84,_0x52ef33:0x10c,_0x50c3dc:0xa0,_0x33e4af:0xa5,_0x534d9c:0x4e,_0x572424:0x1c5,_0x3415a6:0x9,_0x16f17a:0x25,_0x2f1f8a:0x226,_0x575b2d:0x1e4,_0x43fabf:0x251,_0x193f35:0x1f9,_0x188a93:0x61,_0xfbd896:0x1e2,_0x24eaa5:0x1d2,_0x5efd12:0x242,_0x428a71:0x288,_0x285c47:0x2a7,_0x3b2411:0x52,_0xed2f1f:0x82,_0xa95911:0x131,_0x5ae3a4:0xe8,_0x423d88:0xfa,_0x4b7a70:0x134,_0x4cd527:0x5f,_0xf93cf:0xb1,_0x3063b3:0xec,_0x5b813b:0x277,_0x19c4e1:0x209,_0x361a11:0x291,_0x350071:0x293,_0x10db49:0x292,_0x5eee9d:0x26a,_0x815899:0x228,_0x599acc:0x2bb},_0x28bb9d={_0x17bbed:0x214,_0x2e3651:0x192},_0x403373={_0x8f7884:0x29d},_0x1d3bb4={'PeLNs':'Error:\x20Pas'+_0x3687e5(0x25f,0x2b4,_0x2b2ade._0x1c5565,_0x2b2ade._0x406393)+_0x2b1756(-0xff,-0xc2,-_0x2b2ade._0x5c5315,-0xad),'ongjN':function(_0x43a961,_0x4577f9){return _0x43a961(_0x4577f9);},'znvqm':'Failed\x20to\x20'+_0x2b1756(-_0x2b2ade._0x22eb00,-_0x2b2ade._0x14f427,-0xae,-0x61)+'r','mGPHx':'Warning:\x20-'+'-role=admi'+_0x2b1756(_0x2b2ade._0x101d02,-0x73,-0x45,-0x67)+_0x3687e5(_0x2b2ade._0x38e6ec,0x173,_0x2b2ade._0x378904,_0x2b2ade._0x2c2892)+_0x2b1756(-0x7,-_0x2b2ade._0x4c8e44,-_0x2b2ade._0x242e03,-_0x2b2ade._0x94dcf3)+'nstead.','BRmRq':function(_0x58f981,_0xd9710c){return _0x58f981(_0xd9710c);},'QUegE':function(_0x370386){return _0x370386();},'kTlhE':function(_0x3258ef,_0x4de2ea){return _0x3258ef(_0x4de2ea);},'RsmIA':function(_0x5d2ed3,_0xf605c7){return _0x5d2ed3===_0xf605c7;},'ZyWqq':'AIiuv','VamJI':function(_0x1ce88c,_0x589406){return _0x1ce88c===_0x589406;},'bBwJH':'admin','SnUrU':function(_0x38a466,_0x117a86){return _0x38a466+_0x117a86;},'rCfbd':'Use\x20teams\x20'+_0x2b1756(0x27,0xa,-0x28,-0x73)+'nment\x20bind'+_0x3687e5(_0x2b2ade._0x384688,_0x2b2ade._0xa9f710,0x239,0x2a8)+'e\x20Web\x20UI.','ESzfw':function(_0x2b4167,_0x2e6008){return _0x2b4167===_0x2e6008;},'DglNv':_0x3687e5(0x2d0,_0x2b2ade._0x80e893,0x270,_0x2b2ade._0x1176e0),'LMOlw':_0x2b1756(-0x10f,-_0x2b2ade._0x2ecc94,-0xc0,-_0x2b2ade._0x3151ef),'uPJJu':_0x2b1756(_0x2b2ade._0x339af1,_0x2b2ade._0x245f5c,-_0x2b2ade._0x2a2d6b,-0x8b),'EAaRd':function(_0x5b8ca4,_0x525e07){return _0x5b8ca4!==_0x525e07;},'WqlSR':'ECZii','rqfsI':_0x2b1756(-_0x2b2ade._0x24c067,_0x2b2ade._0x396642,-_0x2b2ade._0x5cf670,-_0x2b2ade._0x3c929d),'jLNER':function(_0x2646d6,_0x48d1e0){return _0x2646d6(_0x48d1e0);},'IAAnY':function(_0x51689a,_0x31aefb,_0x588806){return _0x51689a(_0x31aefb,_0x588806);},'dDmHs':_0x3687e5(_0x2b2ade._0x473282,0x296,0x267,_0x2b2ade._0x40d237),'HHgzM':'Confirm\x20Pa'+_0x2b1756(-_0x2b2ade._0x32b0ed,-0x8a,-_0x2b2ade._0x2584cf,-0x12d),'JEnaP':_0x3687e5(_0x2b2ade._0x311610,0x1bf,_0x2b2ade._0x13ef5e,_0x2b2ade._0x4c9e55),'eWRxi':_0x3687e5(0x267,0x253,0x2a5,_0x2b2ade._0x55f88f)+_0x2b1756(-0x152,-_0x2b2ade._0x16c557,-0xec,-0xfc)+_0x3687e5(0x27a,_0x2b2ade._0x2a1603,_0x2b2ade._0x1bf7cb,0x2a7),'mDmwF':function(_0x11bb4b,_0x1b55ab){return _0x11bb4b===_0x1b55ab;},'pCUrl':_0x3687e5(_0x2b2ade._0x16f4a9,_0x2b2ade._0x2818b3,0x2d0,_0x2b2ade._0x494c27),'zlsIU':_0x3687e5(_0x2b2ade._0x1d7357,_0x2b2ade._0x55e793,_0x2b2ade._0x4da052,0x1e8)+_0x3687e5(_0x2b2ade._0x17bd78,_0x2b2ade._0x2b6bbe,0x24b,0x229)+_0x2b1756(-_0x2b2ade._0x2d3a33,-0x96,-0x4c,0x26),'NBOLR':function(_0x5c4406,_0x3567bb){return _0x5c4406!==_0x3567bb;},'OQprq':_0x2b1756(-_0x2b2ade._0x277145,-0xbe,-0xb2,-0x5a),'OcPSY':_0x2b1756(-_0x2b2ade._0x4f7979,-0x59,-_0x2b2ade._0x17e66c,-_0x2b2ade._0x39e040)+_0x3687e5(0x1dc,0x214,_0x2b2ade._0x170f1c,0x20a)+'red','hWjry':function(_0x144421,_0x40fd42){return _0x144421!==_0x40fd42;},'yfsMr':_0x3687e5(_0x2b2ade._0x578da3,_0x2b2ade._0x6335c8,0x242,0x1f0),'ATaXU':function(_0x111040,_0xaf960b){return _0x111040(_0xaf960b);},'GLbse':function(_0x464eb9,_0xecd10f){return _0x464eb9(_0xecd10f);},'WOfCT':_0x2b1756(0x45,-0x4e,-_0x2b2ade._0x101d02,0x25),'BaWIN':'✓\x20User\x20cre'+_0x2b1756(-_0x2b2ade._0x396642,_0x2b2ade._0x153440,-_0x2b2ade._0x2df54e,-_0x2b2ade._0x2be808)+_0x2b1756(-0x4f,-0x87,-_0x2b2ade._0x2af19c,0x5e),'QXKmz':_0x3687e5(0x233,0x241,_0x2b2ade._0x5ab2bc,_0x2b2ade._0x4a584f)+_0x3687e5(_0x2b2ade._0x531733,0x25e,0x259,0x308),'WSwLS':_0x2b1756(_0x2b2ade._0x2b408d,-0xc4,-_0x2b2ade._0x19ec2e,0x1a)+'inding)','leBKG':_0x3687e5(0x245,_0x2b2ade._0x3414d8,_0x2b2ade._0x203e0c,0x206)+_0x3687e5(0x246,_0x2b2ade._0x37cf2b,0x28c,0x252)+_0x3687e5(0x265,0x273,_0x2b2ade._0x4167a5,_0x2b2ade._0x12fb72)+_0x3687e5(0x2d8,_0x2b2ade._0x442b74,0x34a,0x316)+_0x2b1756(_0x2b2ade._0xa0677f,-0x3f,-_0x2b2ade._0x401571,-0xc)+_0x3687e5(0x2b6,0x2ab,0x2a0,0x237)};let _0x97cbc7;function _0x3687e5(_0x34c414,_0x3d1609,_0x3c51ab,_0x262c0d){return _0x4124(_0x34c414-0x43,_0x3d1609);}try{_0x97cbc7=_0x1d3bb4[_0x3687e5(0x24e,0x213,_0x2b2ade._0x4b7560,_0x2b2ade._0x55ae39)](parseCreateUserArgs,_0x394b47);}catch(_0x5f543c){_0x1d3bb4['RsmIA'](_0x3687e5(0x235,_0x2b2ade._0x16e0f7,_0x2b2ade._0x2818e8,_0x2b2ade._0x1f3a6d),_0x1d3bb4[_0x3687e5(_0x2b2ade._0x538d59,0x2d6,0x236,_0x2b2ade._0x3d383a)])?(_0xf05b9c[_0x2b1756(-_0x2b2ade._0x50a0a8,-_0x2b2ade._0x20052a,-0xb1,-_0x2b2ade._0x18d95c)](_0x1d3bb4[_0x2b1756(-0x88,-0x7d,-0x82,-_0x2b2ade._0x5719a6)]),_0x12a925[_0x2b1756(-_0x2b2ade._0x15b2f6,-0x139,-_0x2b2ade._0x3c31be,-_0x2b2ade._0x168752)](-0x3*-0x5e3+-0x214b*-0x1+-0x32f3*0x1)):(console[_0x2b1756(-0x55,-_0x2b2ade._0x433296,-_0x2b2ade._0x32b0ed,-_0x2b2ade._0x5719a6)](_0x3687e5(_0x2b2ade._0x2a26a1,0x2a4,0x279,_0x2b2ade._0x4051c8)+_0x5f543c['message']),process[_0x3687e5(_0x2b2ade._0x4e681d,0x1fb,_0x2b2ade._0x4984e1,0x1c4)](-0x1118+0x892+0x887));}_0x97cbc7[_0x3687e5(_0x2b2ade._0x4cbaf9,_0x2b2ade._0x4134c7,_0x2b2ade._0x4af2f0,_0x2b2ade._0x10a412)+_0x3687e5(_0x2b2ade._0x7f431a,_0x2b2ade._0x3c4c6c,_0x2b2ade._0x433089,0x1b4)]&&(_0x1d3bb4[_0x3687e5(_0x2b2ade._0x414b6e,_0x2b2ade._0x4e80ac,_0x2b2ade._0x43abbc,0x2ba)](_0x97cbc7['legacyRole'],_0x1d3bb4[_0x3687e5(_0x2b2ade._0x1cf8c7,0x1fd,0x240,_0x2b2ade._0x4e80ac)])?console[_0x2b1756(-_0x2b2ade._0x147c32,-_0x2b2ade._0x94dcf3,-_0x2b2ade._0x4ab53e,-_0x2b2ade._0x279b43)](_0x2b1756(-0xcf,0x6,-0x5b,-0x18)+'-role=admi'+_0x2b1756(-0x12,-0x31,-0x45,-0x35)+'cated.\x20Use'+_0x3687e5(_0x2b2ade._0x4fce1d,0x236,0x250,_0x2b2ade._0x11cc3c)+_0x2b1756(_0x2b2ade._0x31fcb5,-_0x2b2ade._0x4b1d73,-0x7,-_0x2b2ade._0x1c5b10)):console[_0x3687e5(_0x2b2ade._0x257fb1,0x298,_0x2b2ade._0x2e77c8,_0x2b2ade._0x159a79)](_0x1d3bb4[_0x2b1756(-_0x2b2ade._0x1f2513,-_0x2b2ade._0x232a6e,-_0x2b2ade._0x5aca6e,-0x8f)](_0x3687e5(0x285,_0x2b2ade._0x5c4582,_0x2b2ade._0x5333c6,_0x2b2ade._0x3e8deb)+'-role='+_0x97cbc7[_0x3687e5(0x21b,0x28e,0x1da,0x24c)]+(_0x3687e5(_0x2b2ade._0x4a1aa4,0x227,_0x2b2ade._0x38d81a,0x21a)+_0x3687e5(_0x2b2ade._0x493793,_0x2b2ade._0x4a584f,_0x2b2ade._0x3fab31,_0x2b2ade._0x3ddf92)+_0x3687e5(0x213,_0x2b2ade._0x4ecaf6,0x206,0x1fe)+_0x2b1756(-0xd0,0x6,-0x5a,-_0x2b2ade._0x116f72)+_0x3687e5(0x1f9,0x22b,0x236,_0x2b2ade._0x4509f4)+_0x2b1756(0x3f,-_0x2b2ade._0x4c1d20,-0xd,-_0x2b2ade._0x54f504)),_0x1d3bb4[_0x2b1756(-0x38,-_0x2b2ade._0x71b7ea,-_0x2b2ade._0x563f53,-_0x2b2ade._0x2a3476)])));!_0x97cbc7['username']&&(_0x1d3bb4[_0x2b1756(-0x75,-_0x2b2ade._0x301a68,-0x34,-_0x2b2ade._0xe910c6)](_0x1d3bb4[_0x2b1756(-_0x2b2ade._0x32ec12,-_0x2b2ade._0x4b2fca,-0xd6,-0xff)],_0x1d3bb4[_0x3687e5(0x2b0,0x2fb,0x2e7,0x2bc)])?(_0x611098[_0x3687e5(0x25c,0x1fa,_0x2b2ade._0x4cbb0c,_0x2b2ade._0x5afa19)](),_0x3829a6['log'](''),_0x1d3bb4['ongjN'](_0x47ca66,_0x4018f3)):_0x97cbc7[_0x3687e5(0x1e7,0x24f,0x1c4,0x197)]=await _0x1d3bb4[_0x3687e5(0x2c8,_0x2b2ade._0x1795e2,0x24d,0x258)](prompt,_0x1d3bb4[_0x2b1756(_0x2b2ade._0x32259c,-0x5a,-_0x2b2ade._0x143c9e,-_0x2b2ade._0x3e8137)]));!_0x97cbc7[_0x3687e5(_0x2b2ade._0x1ca2d2,0x2eb,0x2aa,_0x2b2ade._0x2946ac)]&&(_0x1d3bb4[_0x2b1756(-_0x2b2ade._0x4cbc03,-0x74,-0x53,-_0x2b2ade._0x4304b6)](_0x1d3bb4['WqlSR'],_0x1d3bb4[_0x3687e5(0x2a0,_0x2b2ade._0x5c9f55,_0x2b2ade._0x3b2c79,0x29f)])?(_0x315c42['error'](_0x1d3bb4[_0x3687e5(0x277,_0x2b2ade._0x29f8e6,0x25f,0x24a)],_0x106b7b),_0x3e039a[_0x2b1756(-_0x2b2ade._0x5b2765,-_0x2b2ade._0x15ecd2,-0xb1,-0x8d)](_0x2b1756(-0x68,-0xb9,-0xd7,-0xfb)+_0x2b1756(-_0x2b2ade._0x542d57,-0xaf,-0x4f,_0x2b2ade._0x32259c)+_0x3687e5(_0x2b2ade._0x57d1e0,0x1da,_0x2b2ade._0x32ead4,0x27a)+'\x20'+_0x364979[_0x2b1756(-_0x2b2ade._0x5b232a,-_0x2b2ade._0x31fcb5,-_0x2b2ade._0x3b0446,-0x9e)]),_0xb6f5d8[_0x3687e5(_0x2b2ade._0x4e681d,0x245,0x1fa,_0x2b2ade._0xef3f00)](0x10ea+0xfb*-0x27+0x3*0x71c)):_0x97cbc7['email']=await _0x1d3bb4[_0x3687e5(_0x2b2ade._0x547545,0x1e4,0x274,_0x2b2ade._0x3d63c5)](prompt,_0x1d3bb4[_0x2b1756(-_0x2b2ade._0x48fdba,-0x10e,-0xf2,-0x75)]));!_0x97cbc7[_0x3687e5(_0x2b2ade._0x2b8bd4,_0x2b2ade._0x534423,_0x2b2ade._0x4e1ff7,0x2b9)]&&(_0x97cbc7[_0x2b1756(-0x35,-0xd7,-0x85,-_0x2b2ade._0x2dead3)]=await _0x1d3bb4['jLNER'](prompt,'Full\x20Name:'+'\x20'));if(!_0x97cbc7[_0x3687e5(0x2bc,_0x2b2ade._0x1230df,_0x2b2ade._0x483d74,_0x2b2ade._0x4f436f)]){_0x97cbc7[_0x2b1756(_0x2b2ade._0x4c8e44,-_0x2b2ade._0x44aff9,-_0x2b2ade._0x54e845,-_0x2b2ade._0x2c3ab9)]=await _0x1d3bb4[_0x2b1756(-0x4f,-_0x2b2ade._0x33ae46,-_0x2b2ade._0x5903f3,-0x68)](prompt,_0x1d3bb4['dDmHs'],!![]);const _0x1145c7=await prompt(_0x1d3bb4[_0x3687e5(_0x2b2ade._0x138025,0x1c9,0x1b0,0x1a3)],!![]);_0x1d3bb4[_0x3687e5(_0x2b2ade._0x2d98f2,_0x2b2ade._0x4789a8,_0x2b2ade._0x521dc8,_0x2b2ade._0x513b8d)](_0x97cbc7['password'],_0x1145c7)&&(console['error'](_0x1d3bb4['PeLNs']),process['exit'](-0x2*-0x1332+-0x72a*0x3+-0x361*0x5));}function _0x2b1756(_0x82f68,_0x19fda5,_0x37a843,_0xa5f5bb){return _0x4124(_0x37a843- -_0x403373._0x8f7884,_0xa5f5bb);}(!_0x97cbc7[_0x3687e5(0x1e7,_0x2b2ade._0x553f03,0x229,_0x2b2ade._0xb6cc8f)]||_0x1d3bb4[_0x3687e5(_0x2b2ade._0x28a7a2,0x20c,_0x2b2ade._0x5b35df,_0x2b2ade._0xca332c)](_0x97cbc7[_0x2b1756(-_0x2b2ade._0x58b537,-0x13a,-0xf9,-_0x2b2ade._0x3e838f)][_0x3687e5(_0x2b2ade._0x2c4a31,_0x2b2ade._0x104ef1,_0x2b2ade._0x443fb5,_0x2b2ade._0x390a30)](),''))&&(_0x1d3bb4['EAaRd'](_0x1d3bb4['JEnaP'],_0x3687e5(0x239,_0x2b2ade._0x4ffddf,0x1d3,0x1e2))?(console[_0x2b1756(-0xe5,-_0x2b2ade._0x5cf670,-_0x2b2ade._0x15e445,-0xff)](_0x1d3bb4[_0x3687e5(0x2c2,0x320,0x320,_0x2b2ade._0x5d3eec)]),process['exit'](0xf10+-0x2b*-0xc2+-0x2fa5)):_0x3c0023[_0x2b1756(-0xde,-_0x2b2ade._0x1ff5a7,-0xc4,-_0x2b2ade._0x5c68a8)](_0x1d3bb4[_0x3687e5(_0x2b2ade._0x45e0c6,_0x2b2ade._0x5f5af5,0x199,0x18d)]));(!_0x97cbc7[_0x3687e5(_0x2b2ade._0x1ca2d2,_0x2b2ade._0x1f1f34,_0x2b2ade._0x1f1f34,_0x2b2ade._0x14fe30)]||_0x1d3bb4[_0x2b1756(-_0x2b2ade._0x44aff9,0xf,-_0x2b2ade._0x4543f6,-0x54)](_0x97cbc7[_0x3687e5(0x2bb,0x293,_0x2b2ade._0x4573f7,_0x2b2ade._0x2489f9)][_0x2b1756(-_0x2b2ade._0x264ac3,-0x7a,-0xc8,-0x62)](),''))&&(_0x1d3bb4[_0x2b1756(0x29,-_0x2b2ade._0x301a68,-_0x2b2ade._0x4dcf45,-_0x2b2ade._0x4c4f78)](_0x1d3bb4['pCUrl'],'VKaqx')?(console['error'](_0x1d3bb4[_0x2b1756(-0x88,-0x77,-_0x2b2ade._0x116f72,-_0x2b2ade._0x39dc7c)]),process['exit'](0x1f6*-0x5+0xba1*-0x1+0x1570)):_0x50afd1=_0x1d3bb4[_0x3687e5(0x2c8,0x2b7,0x251,0x2b4)](_0x3bd324,_0x3eaea0));(!_0x97cbc7['name']||_0x97cbc7[_0x2b1756(-0x101,-0xb6,-0x85,-0x3c)][_0x2b1756(-0xad,-_0x2b2ade._0x5b17f2,-0xc8,-0x10b)]()==='')&&(_0x1d3bb4['NBOLR'](_0x1d3bb4[_0x2b1756(_0x2b2ade._0x1f6dba,-_0x2b2ade._0x45f257,-0x16,-0x3)],_0x3687e5(0x22e,0x262,_0x2b2ade._0x2dce60,0x279))?_0x1d3bb4[_0x3687e5(_0x2b2ade._0x4935fe,0x27a,_0x2b2ade._0xaf50c3,0x1cb)](_0x1c0795):(console[_0x3687e5(_0x2b2ade._0x553f03,_0x2b2ade._0x1152ce,0x27c,0x1d7)](_0x1d3bb4['OcPSY']),process[_0x3687e5(_0x2b2ade._0x3e3118,_0x2b2ade._0xea4e7,0x1a2,_0x2b2ade._0x21bf12)](0xa1*0x13+-0x5*0x5b0+0x107e)));(!_0x97cbc7['password']||_0x97cbc7[_0x2b1756(-_0x2b2ade._0x2b408d,_0x2b2ade._0x4fc84f,-0x24,0x15)]['length']<-0xf22+-0x1779*0x1+-0x3*-0xce1)&&(console['error']('Error:\x20Pas'+_0x2b1756(-_0x2b2ade._0x43855c,-0x70,-_0x2b2ade._0x410848,-0x3e)+_0x2b1756(-_0x2b2ade._0x344acc,-_0x2b2ade._0x590c78,-0x3b,-0xa2)+_0x2b1756(-0x63,-_0x2b2ade._0x37e647,-0xbe,-_0x2b2ade._0x520800)+_0x3687e5(_0x2b2ade._0x762a97,_0x2b2ade._0x440a50,_0x2b2ade._0x5cb46b,0x29a)),process[_0x2b1756(-0xe7,-0x75,-_0x2b2ade._0x3c31be,-_0x2b2ade._0x31a8b9)](-0x22*-0x68+-0x20d+-0x1ae*0x7));const _0x55b81a=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x55b81a[_0x3687e5(_0x2b2ade._0x3c3098,0x254,_0x2b2ade._0x55111b,_0x2b2ade._0x564a10)](_0x97cbc7[_0x2b1756(-_0x2b2ade._0x527645,_0x2b2ade._0x5d749b,-0x25,-0xe)])&&(console[_0x2b1756(-0x7b,-_0x2b2ade._0x327190,-0xb1,-0xc3)](_0x3687e5(_0x2b2ade._0x3217a8,_0x2b2ade._0x3d5e0a,0x2b3,_0x2b2ade._0x2c7933)+'alid\x20email'+_0x3687e5(0x29a,_0x2b2ade._0x4134c7,0x28a,0x278)+_0x97cbc7[_0x3687e5(0x2bb,0x25a,0x2c8,_0x2b2ade._0x263e33)]+'\x22.'),process[_0x2b1756(-0x15a,-0xd2,-0xf0,-0xa4)](-0xba4*0x1+-0x202c+0x2bd1*0x1));const _0x58037b=/^[a-zA-Z0-9_-]+$/;if(!_0x58037b['test'](_0x97cbc7[_0x3687e5(0x1e7,_0x2b2ade._0x435da1,_0x2b2ade._0x226081,0x25b)])){if(_0x1d3bb4[_0x3687e5(_0x2b2ade._0x2bd813,0x274,_0x2b2ade._0x470a8d,_0x2b2ade._0x40642c)](_0x1d3bb4['yfsMr'],_0x3687e5(0x1de,_0x2b2ade._0x92d9a5,0x1a4,_0x2b2ade._0x57d1e0)))console['error'](_0x2b1756(-_0x2b2ade._0x1558ae,-0xed,-_0x2b2ade._0x8f6623,-_0x2b2ade._0x5e12c3)+_0x2b1756(-_0x2b2ade._0xed2755,-_0x2b2ade._0x21ad06,-0x2b,-_0x2b2ade._0x4634d3)+_0x3687e5(0x26e,0x280,0x2cb,_0x2b2ade._0x16f4a9)+_0x97cbc7[_0x2b1756(-0x137,-0xa1,-0xf9,-_0x2b2ade._0x279b43)]+(_0x3687e5(_0x2b2ade._0x36739e,_0x2b2ade._0x16ab36,_0x2b2ade._0x30de90,0x268)+_0x3687e5(0x26d,0x237,0x27f,_0x2b2ade._0x54992f)+_0x3687e5(_0x2b2ade._0x302e21,_0x2b2ade._0x515952,_0x2b2ade._0xffcd9c,_0x2b2ade._0x3d1152)+_0x3687e5(0x2ab,_0x2b2ade._0xbab8b2,_0x2b2ade._0x2ed7e9,_0x2b2ade._0x358c8d)+'s,\x20and\x20hyp'+_0x3687e5(_0x2b2ade._0x4e0892,_0x2b2ade._0x12fb72,0x2a5,0x252))),process[_0x3687e5(_0x2b2ade._0x3e3118,0x1b3,0x185,_0x2b2ade._0x183dfa)](0x1a30+0x258+0x1c87*-0x1);else{const _0x50dd0c={_0x922dd0:0x79,_0x3d28f7:0x162,_0x16d30e:0x1e0},_0x21b9ff={_0x3039e2:0x170},_0x31cd01={};_0x31cd01[_0x3687e5(_0x2b2ade._0x43235c,0x1ec,0x215,_0x2b2ade._0x4984e1)]=_0x53b3f7[_0x3687e5(0x2cf,0x2d6,_0x2b2ade._0x2977c5,_0x2b2ade._0x5005e9)],_0x31cd01[_0x3687e5(_0x2b2ade._0x365d72,_0x2b2ade._0x2036e0,_0x2b2ade._0x1548eb,0x22b)]=_0xfb01aa[_0x3687e5(_0x2b2ade._0x52d084,_0x2b2ade._0x3062b3,0x28b,_0x2b2ade._0x3a4473)];const _0x3b78a4=_0x59d837[_0x2b1756(0x3c,0x46,-0x14,_0x2b2ade._0x2af19c)+'rface'](_0x31cd01);_0x3b78a4['question'](_0x3d5d7f,_0x20a0d8=>{function _0x48b221(_0x2eea8e,_0xa3e8d8,_0x2df8e4,_0xa88692){return _0x2b1756(_0x2eea8e-_0x21b9ff._0x3039e2,_0xa3e8d8-0xd4,_0x2df8e4- -0x139,_0xa3e8d8);}_0x3b78a4[_0x48b221(-0x15b,-_0x28bb9d._0x17bbed,-0x1bd,-0x141)]();function _0x199fbc(_0x2e494a,_0x268228,_0x3ce500,_0x3bb7a9){return _0x2b1756(_0x2e494a-_0x50dd0c._0x922dd0,_0x268228-_0x50dd0c._0x3d28f7,_0x2e494a-_0x50dd0c._0x16d30e,_0x3bb7a9);}_0x1d3bb4[_0x48b221(-0x156,-0x1f3,-0x199,-_0x28bb9d._0x2e3651)](_0x5504a6,_0x20a0d8);});}}try{const _0x3018f4=await _0x1d3bb4[_0x2b1756(-_0x2b2ade._0x248a70,-_0x2b2ade._0x5b232a,-0x83,-_0x2b2ade._0x310063)](findUserByUsername,_0x97cbc7[_0x3687e5(0x1e7,0x1d4,_0x2b2ade._0x138025,_0x2b2ade._0x15094d)]);_0x3018f4&&(console[_0x3687e5(0x22f,0x1c7,_0x2b2ade._0x1d7357,0x298)](_0x3687e5(_0x2b2ade._0x1bf944,0x20a,_0x2b2ade._0x486d54,_0x2b2ade._0x5ce857)+_0x3687e5(_0x2b2ade._0x54992f,0x263,_0x2b2ade._0x3a411f,_0x2b2ade._0x403d88)+_0x97cbc7[_0x2b1756(-_0x2b2ade._0x4fe1f2,-_0x2b2ade._0x2ecc94,-0xf9,-_0x2b2ade._0x9edd16)]+(_0x2b1756(-0x7,_0x2b2ade._0x321b85,-_0x2b2ade._0x2153f6,-_0x2b2ade._0xf920bc)+'exists.')),process[_0x3687e5(_0x2b2ade._0x4e681d,0x223,_0x2b2ade._0x1c4fda,0x174)](-0x10f*0xd+-0x10ef+0x1d*0x10f));console[_0x2b1756(-0xb4,-0xcf,-0xe8,-_0x2b2ade._0x5239c8)]('Creating\x20u'+_0x3687e5(0x24c,_0x2b2ade._0x3eea3d,_0x2b2ade._0x5b8b01,_0x2b2ade._0x32ead4)+_0x97cbc7['username']+_0x2b1756(-_0x2b2ade._0x1a3682,-0x7e,-_0x2b2ade._0x3579fc,0xe));const _0x3f846f={};_0x3f846f[_0x3687e5(0x1e7,_0x2b2ade._0x6335c8,_0x2b2ade._0x2fafbf,_0x2b2ade._0x45e0c6)]=_0x97cbc7[_0x2b1756(-0x170,-_0x2b2ade._0x1383a7,-0xf9,-0xaf)],_0x3f846f[_0x3687e5(0x2bb,_0x2b2ade._0x5cc827,0x2ea,0x312)]=_0x97cbc7[_0x2b1756(_0x2b2ade._0x18bbe7,-0x3d,-0x25,_0x2b2ade._0x513a02)],_0x3f846f[_0x2b1756(-_0x2b2ade._0xa0677f,-_0x2b2ade._0x5bbdb2,-0x85,-0x19)]=_0x97cbc7['name'],_0x3f846f[_0x2b1756(-0x83,-_0x2b2ade._0x321b85,-0x24,-0x90)]=_0x97cbc7[_0x2b1756(0x45,0x5a,-_0x2b2ade._0x281890,-_0x2b2ade._0x590c78)],_0x3f846f[_0x3687e5(_0x2b2ade._0x51c58c,_0x2b2ade._0x5818dd,0x287,_0x2b2ade._0x5edaf6)+_0x2b1756(-0x5d,-0x9b,-_0x2b2ade._0x3f1833,-0x78)]=_0x97cbc7[_0x2b1756(-0xa8,-0x120,-_0x2b2ade._0x5d919b,-0x12b)+_0x3687e5(_0x2b2ade._0x588e9c,0x275,_0x2b2ade._0x20a713,_0x2b2ade._0x2c4a31)]||undefined;const _0x4ea9a2=await _0x1d3bb4[_0x3687e5(0x2ce,0x30b,0x2a1,0x27b)](createUser,_0x3f846f);_0x97cbc7['isServerAd'+_0x2b1756(-_0x2b2ade._0x461f38,-0x37,-_0x2b2ade._0x3f1833,-_0x2b2ade._0x19bb4d)]&&(_0x1d3bb4[_0x2b1756(-_0x2b2ade._0x37e647,-_0x2b2ade._0x1f4fee,-0x87,-0xa1)](_0x2b1756(-0x16,-0x51,-_0x2b2ade._0x101d02,-0x1b),_0x1d3bb4[_0x2b1756(-0x159,-0x10b,-0xfa,-_0x2b2ade._0x398ff)])?await createServerAdminBinding(_0x4ea9a2['id']):(_0x38ed7e=!![],_0x203b16[_0x2b1756(-_0x2b2ade._0x2dead3,-_0x2b2ade._0x1a3313,-0xb7,-_0x2b2ade._0x37fdfa)+'min']=!![])),console[_0x3687e5(0x1f8,0x1b2,0x1b5,0x23e)](''),console[_0x2b1756(-_0x2b2ade._0x2ecc94,-_0x2b2ade._0xa6c614,-0xe8,-0x79)](_0x1d3bb4[_0x3687e5(0x20f,_0x2b2ade._0xcbacaf,_0x2b2ade._0x358c8d,_0x2b2ade._0x51b4ed)]),console[_0x2b1756(-0x151,-0xfe,-0xe8,-_0x2b2ade._0x3cd770)](''),console[_0x3687e5(0x1f8,0x250,_0x2b2ade._0x15812e,_0x2b2ade._0x44c71d)](_0x1d3bb4[_0x3687e5(_0x2b2ade._0x245b11,0x2a4,_0x2b2ade._0x5c4582,_0x2b2ade._0x20bf8b)]),console[_0x3687e5(0x1f8,0x1ad,0x203,0x19d)](_0x3687e5(_0x2b2ade._0xe6151d,_0x2b2ade._0x2b8bd4,_0x2b2ade._0x19d97c,0x1fb)+_0x2b1756(-_0x2b2ade._0x16df63,-0x132,-0xfc,-_0x2b2ade._0x312521)+_0x4ea9a2['id']),console[_0x2b1756(-_0x2b2ade._0x7f0611,-_0x2b2ade._0x2d6396,-0xe8,-0x125)]('\x20\x20Username'+_0x2b1756(-_0x2b2ade._0x5647a2,-0x82,-_0x2b2ade._0x42925f,-0xbc)+_0x4ea9a2[_0x3687e5(0x1e7,_0x2b2ade._0xf97a98,0x1c9,0x1cc)]),console[_0x2b1756(-_0x2b2ade._0x505bd8,-_0x2b2ade._0x52ef33,-0xe8,-_0x2b2ade._0x50c3dc)](_0x2b1756(-0x2e,-0xaa,-_0x2b2ade._0x33e4af,-_0x2b2ade._0x534d9c)+_0x3687e5(0x1e4,0x214,_0x2b2ade._0x572424,0x1aa)+_0x4ea9a2[_0x2b1756(-0xa1,_0x2b2ade._0x3415a6,-_0x2b2ade._0x16f17a,0x30)]),console['log'](_0x3687e5(0x23c,0x1bf,_0x2b2ade._0x2f1f8a,0x2a7)+_0x3687e5(_0x2b2ade._0x575b2d,_0x2b2ade._0x43fabf,0x247,_0x2b2ade._0x193f35)+_0x4ea9a2[_0x2b1756(-_0x2b2ade._0x188a93,-_0x2b2ade._0x20052a,-0x85,-0x39)]),console['log'](_0x3687e5(_0x2b2ade._0xfbd896,0x24f,0x1af,_0x2b2ade._0x24eaa5)+'dmin:\x20'+(_0x97cbc7[_0x3687e5(0x229,_0x2b2ade._0x5efd12,_0x2b2ade._0x428a71,_0x2b2ade._0x285c47)+_0x2b1756(-0xc4,-0xc9,-0x62,-_0x2b2ade._0x3b2411)]?_0x1d3bb4[_0x2b1756(0x21,-_0x2b2ade._0xed2f1f,-0x4d,0x1e)]:'no')),console[_0x2b1756(-_0x2b2ade._0xa95911,-0xc8,-_0x2b2ade._0x5ae3a4,-_0x2b2ade._0x423d88)](''),console['log'](_0x1d3bb4[_0x2b1756(-0xa3,-_0x2b2ade._0x4b7a70,-0xef,-0xd5)]);}catch(_0x20860e){logger[_0x2b1756(-_0x2b2ade._0x1c5b10,-_0x2b2ade._0x4cd527,-_0x2b2ade._0xf93cf,-_0x2b2ade._0x3063b3)](_0x1d3bb4[_0x3687e5(_0x2b2ade._0x5b813b,0x1f8,0x26b,_0x2b2ade._0x3414d8)],_0x20860e),console[_0x3687e5(_0x2b2ade._0x553f03,0x25f,0x266,0x29b)](_0x3687e5(_0x2b2ade._0x19c4e1,0x1ef,_0x2b2ade._0x553f03,0x281)+_0x3687e5(_0x2b2ade._0x361a11,_0x2b2ade._0x2a1603,0x257,0x2bc)+_0x3687e5(0x219,0x1f6,_0x2b2ade._0x350071,_0x2b2ade._0x10db49)+'\x20'+_0x20860e[_0x3687e5(_0x2b2ade._0x5eee9d,_0x2b2ade._0x815899,_0x2b2ade._0x599acc,0x2e9)]),process[_0x3687e5(0x1f0,0x199,0x1d5,0x1f0)](0x23c9*0x1+-0x1*-0x49a+-0x2862);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x3c59d5,_0x1e0a13){const _0x54bbbb={_0x2286d2:0x1ee,_0x303d1a:0x1ea,_0x5f42a6:0x1d5,_0x386d0d:0x26,_0x1bd7f4:0x194,_0x1959fa:0x206,_0x456c4d:0x1cc,_0x180854:0x197,_0x545cc4:0x1bb,_0xfa3473:0x38,_0x391f61:0x6a,_0x197adc:0x29,_0x3055c3:0x1eb,_0xa95bf:0x228,_0x2a4cf6:0x21f,_0x524c66:0x214,_0x703f67:0x60,_0x91abd9:0x74,_0x102132:0x1f7,_0x2d8ab9:0x264,_0xd34eba:0x75,_0x255455:0x82,_0xc33822:0x62,_0x9ab4bf:0x59},_0x34aeb6={_0x2e04cd:0x2ee};function _0x5ea05d(_0x36fcfb,_0x2f4c03,_0x3dd42d,_0x5e28bc){return _0x41de(_0x5e28bc- -_0x34aeb6._0x2e04cd,_0x3dd42d);}const _0x3ed76d=_0x3c59d5();function _0x165514(_0x34b5df,_0xef584c,_0x11b91c,_0x3886e1){return _0x41de(_0x34b5df- -0x133,_0x11b91c);}while(!![]){try{const _0x55db14=-parseInt(_0x5ea05d(-_0x54bbbb._0x2286d2,-_0x54bbbb._0x303d1a,-0x1f2,-_0x54bbbb._0x5f42a6))/(-0x1*0x2607+0xfa7+0x1661)*(parseInt(_0x165514(-_0x54bbbb._0x386d0d,-0x5c,-0x33,-0x43))/(-0x19d5+-0xe*0x224+0x37cf))+parseInt(_0x5ea05d(-0x1e8,-_0x54bbbb._0x1bd7f4,-_0x54bbbb._0x1959fa,-_0x54bbbb._0x456c4d))/(-0x238+0x56+0x1*0x1e5)+-parseInt(_0x5ea05d(-_0x54bbbb._0x180854,-_0x54bbbb._0x545cc4,-0x20d,-0x1ce))/(0x216+-0x1fa3+0x9db*0x3)*(-parseInt(_0x165514(-_0x54bbbb._0xfa3473,0x6,-0x2b,-_0x54bbbb._0x391f61))/(0x1b38+0x15b2+0x30e5*-0x1))+-parseInt(_0x165514(-_0x54bbbb._0x197adc,-0x65,-0x3b,-0x34))/(0x1b3e+0x2506+-0x2*0x201f)*(parseInt(_0x5ea05d(-0x21e,-_0x54bbbb._0x3055c3,-_0x54bbbb._0xa95bf,-0x219))/(-0x1d*0x2+0x2*0x11b7+0x1*-0x232d))+-parseInt(_0x5ea05d(-0x1fc,-_0x54bbbb._0x2a4cf6,-_0x54bbbb._0x524c66,-0x1e3))/(-0x5fb*-0x4+-0x2cc+-0x18*0xe1)*(parseInt(_0x165514(-_0x54bbbb._0x703f67,-_0x54bbbb._0x91abd9,-0x2a,-0x6f))/(-0x13d*0x13+-0x48+0x17d8))+-parseInt(_0x5ea05d(-0x21c,-_0x54bbbb._0x102132,-_0x54bbbb._0x2d8ab9,-0x225))/(-0x4d9+0x6e*0x4+0x32b)*(-parseInt(_0x165514(-_0x54bbbb._0xd34eba,-0x81,-_0x54bbbb._0x255455,-_0x54bbbb._0xc33822))/(-0x13f7+-0x1caa+0x30ac))+-parseInt(_0x165514(-_0x54bbbb._0x9ab4bf,-0x61,-0x3b,-0x4a))/(-0x1ab9+0x1e6d*-0x1+0x3932);if(_0x55db14===_0x1e0a13)break;else _0x3ed76d['push'](_0x3ed76d['shift']());}catch(_0x5d380f){_0x3ed76d['push'](_0x3ed76d['shift']());}}}(_0x27b0,0x1abbf5+-0xce*-0x1231+0x1*-0x1bef63));import{findUserByUsername,findUserById}from'../users.js';import{getRoleByName,loadRoles}from'../role-definitions.js';function _0x41de(_0x452235,_0x13fad2){_0x452235=_0x452235-(-0x22b5+0x5*0xd3+0x1f42);const _0x4bcd5b=_0x27b0();let _0x5438d6=_0x4bcd5b[_0x452235];if(_0x41de['XlgnoT']===undefined){var _0x5c60c3=function(_0x3e954f){const _0x177adf='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x276283='',_0x265930='';for(let _0x2307d3=0x130a+-0x1001+-0x309,_0x559ed2,_0x3fb037,_0xc6331=-0x102f+0x541*0x3+0x6c;_0x3fb037=_0x3e954f['charAt'](_0xc6331++);~_0x3fb037&&(_0x559ed2=_0x2307d3%(-0x1*-0x806+0xe82+-0x1684)?_0x559ed2*(-0x33c+0x1ad7*-0x1+-0x1*-0x1e53)+_0x3fb037:_0x3fb037,_0x2307d3++%(-0x94e+-0x412*-0x1+0x1c*0x30))?_0x276283+=String['fromCharCode'](-0x534+-0x8f+0x6c2&_0x559ed2>>(-(0x3f5*-0x1+-0x1*0x10ff+0x14f6)*_0x2307d3&0x1bd6+0x194e+0x1a8f*-0x2)):0x764*-0x1+-0x117*0x4+0xbc0){_0x3fb037=_0x177adf['indexOf'](_0x3fb037);}for(let _0x373def=-0x7b7*-0x5+0x21+-0x26b4*0x1,_0x175257=_0x276283['length'];_0x373def<_0x175257;_0x373def++){_0x265930+='%'+('00'+_0x276283['charCodeAt'](_0x373def)['toString'](-0x24b3+0x1355+0xc2*0x17))['slice'](-(-0x10cd+-0xda6+0x153*0x17));}return decodeURIComponent(_0x265930);};_0x41de['uigwiW']=_0x5c60c3,_0x41de['VxzpUU']={},_0x41de['XlgnoT']=!![];}const _0x566a2e=_0x4bcd5b[-0x24ac+0x46a*-0x6+0x2f*0x158],_0x554d6f=_0x452235+_0x566a2e,_0x3fb1cc=_0x41de['VxzpUU'][_0x554d6f];return!_0x3fb1cc?(_0x5438d6=_0x41de['uigwiW'](_0x5438d6),_0x41de['VxzpUU'][_0x554d6f]=_0x5438d6):_0x5438d6=_0x3fb1cc,_0x5438d6;}import{createBinding}from'../bindings.js';import{logger}from'../logger.js';function _0x27b0(){const _0x7dc2c2=['icbjrdOGicaGia','ndy0mJmWog9Vy3HsuW','Bhm6','BgvZigrHDgeGyW','rxLcv3i','BIbBB3b0Aw9UCW','C291CMnLCY4','C3nPB25ZigfJCG','CNzLCIbbzg1PBG','AgfZihrOzsbtzq','B3nZigfSBcbYzq','C2vYlwLKpxvZzq','Bg9N','icGQksbWzxjTAq','BgvKihrVigDYyq','icaGicbtzxj2zq','B3jYDxb0zwq/','yw50zwqGC3vJyW','CLbQqwu','CIb3AxrOieLeia','ExbL','C2vYBMfTzt1QCW','icboyw1LoIaGia','rxjYB3i6ifvZzq','s0zOwvi','BgrJyxjKicGQkq','zd1jrcaGicaGia','y29Kzq','vxnHz2u6ignVza','C2vYihrOzsbtzq','iIbUB3qGzM91BG','DcbWCM92AwrLia','wLf1DgG','DxnLCG','mJe2mJe4nxvXt2n0vW','rxjYB3i6iezHAq','rMfPBgvKihrVia','ls11C2vYBMfTzq','rxHHBxbSzxm6','zxHPC3rPBMCGDq','yMfvu3q','ywXSihjLC291CG','pu5btuuGB3iGlq','zxjYB3i','C2vYDMvY','ihjVBguU','y3jLyxrLzf9IEq','C3vIAMvJDf90Eq','ieLZihrOzsbYBW','mtj2qu1cyKK','nZu2nJa5nNjWCK5yyG','rxjYB3i6ienVDq','ntiWmty2zKjxu2Hn','C3vIAMvJDf9Pza','zxiTC2vYDMvYia','ihbLCM1PC3nPBW','otbFywjJmtiZza','D0rKtgi','rxjYB3i6ie11CW','DxnLCM5HBwu','u2vYDMvYiefKBq','uMPfuNm','CIbbzg1PBIaODG','CIb3AxrOihvZzq','mufAAhnevW','Aw5ZihjLy2vPDG','BwHYA0u','t3b0Aw9UCZO','CM9Szv9Pza','Dw1WC3y','icbfBwfPBdOGia','mtzAqu9yte4','ifvZzxjUyw1Lia','mtC0nZiZuwrqzMHd','v010BeC','EvzMCNq','zw1HAwW','icbJB2rLCI1Zzq','BMHODKG','BNqGywrTAw4Glq','DxnLCKLK','Bwu9tKfnrsaGia','B2rkt1i','AweGyMLUzgLUzW','BgqGBM90igzPBG','ls11C2vYlwLKpq','BNzYze8','BwvZC2fNzq','ifvZzxiGsuqGBW','y2XP','zsb3AwXKy2fYza','zg1PBIbYB2XLlG','icaGica','DevsEhO','Aw5JBhvKzxm','BM93igHHCYb3Aq','icbvC2vYBMfTzq','CM5HBwuGiG','ENbnDgC','zxnZzNvSBhKH','mtuWn0vMq1HtDG','seTkBLe','C3bSAxq','ihrVihbYB21VDa','z3jHBNqGywrTAq','C3rHCNrZv2L0Aa','z3jHBNqTywrTAq','zxHPDa','CL8XmJm0nty3oa','CKjWt0W','EKzxtuK','nJeXnZbQAejqELi','B2yGDgHLihvZzq','B0j0C0e','BwL0Aa','CMvZB3vYy2vFDa','zcbtzxj2zxiGqq','wKnTt2W','vxnLCIaI','ANPdy0m','CIb0BYbWCM9TBW','owjJqKTiDq','lxvZzxiTAwq9sq','ntm0mZu5C1vyvxvZ','uMXyELm','BMfTzq','lwfKBwLUic0TDq'];_0x27b0=function(){return _0x7dc2c2;};return _0x27b0();}function parseArgs(_0x29a0cb){const _0x56b969={_0x52474a:0xea,_0x40f204:0x100,_0x2a0393:0xea,_0x58b054:0xed,_0x4ac2fb:0x1f3,_0x235dc9:0x208,_0x5ed981:0x1ee,_0x54a507:0x13a,_0x2a1405:0x12e,_0x44757d:0x2ae,_0x5d953f:0x281,_0xea48ac:0x2a5,_0x12079f:0x211,_0x58a86f:0xf6,_0x32c695:0xd5,_0x326cf1:0xe5,_0x7f4806:0x288,_0x1ecddf:0xfa,_0x364d20:0xbd,_0x4bfd79:0x136},_0x278820={_0x8eee7a:0x3a},_0x11929b={};_0x11929b[_0x1cdf81(_0x56b969._0x52474a,_0x56b969._0x40f204,_0x56b969._0x2a0393,_0x56b969._0x58b054)]='--username'+'=';const _0x13ed15=_0x11929b,_0x2c6374={};function _0x1cdf81(_0x1de9a2,_0x4e38d1,_0x2f5523,_0x598da1){return _0x41de(_0x1de9a2-_0x278820._0x8eee7a,_0x4e38d1);}_0x2c6374['username']=null,_0x2c6374[_0x4faf0e(-_0x56b969._0x4ac2fb,-_0x56b969._0x235dc9,-_0x56b969._0x5ed981,-0x201)]=null;const _0xb2513=_0x2c6374;function _0x4faf0e(_0x12297b,_0x291ccb,_0x1a3376,_0x4a0760){return _0x41de(_0x291ccb- -0x331,_0x1a3376);}for(const _0x21215c of _0x29a0cb){if(_0x21215c[_0x1cdf81(0xfd,_0x56b969._0x54a507,_0x56b969._0x2a1405,0xf7)](_0x13ed15[_0x4faf0e(-_0x56b969._0x44757d,-_0x56b969._0x5d953f,-_0x56b969._0xea48ac,-0x2aa)]))_0xb2513[_0x4faf0e(-0x218,-0x21d,-0x20c,-_0x56b969._0x12079f)]=_0x21215c[_0x1cdf81(0xfa,0xcb,0xf5,_0x56b969._0x58a86f)]('=')[0x39*0x2b+0x18b3+-0x1f*0x11b];else _0x21215c[_0x1cdf81(0xfd,_0x56b969._0x32c695,_0x56b969._0x326cf1,0x11f)](_0x4faf0e(-_0x56b969._0x7f4806,-0x282,-0x273,-0x27a))&&(_0xb2513['userId']=_0x21215c[_0x1cdf81(_0x56b969._0x1ecddf,0xc4,_0x56b969._0x364d20,_0x56b969._0x4bfd79)]('=')[0x716+0x241b+-0x10*0x2b3]);}return _0xb2513;}export async function grantAdminCommand(_0x1f14c1){const _0x4e83c1={_0x6391f1:0xbe,_0x2bc4a7:0x90,_0x4efe60:0x3f,_0x3e47a2:0x10,_0x5b19bd:0x52,_0x1b28b7:0x60,_0x1fb309:0x105,_0x475399:0x126,_0x5a1235:0xff,_0x5b482f:0x6c,_0x3c18c7:0x76,_0x524636:0x97,_0x135cb9:0x135,_0x221005:0xa2,_0x18e759:0x82,_0x498347:0x5f,_0x1010e1:0x118,_0x561656:0x58,_0x26af5f:0x45,_0x45cf20:0x14a,_0x32ba2b:0x142,_0x3d4211:0xba,_0x21e77a:0xf0,_0x156a0c:0xed,_0x2b6d08:0x83,_0x4dfa55:0x99,_0x36f7d4:0x127,_0x19e253:0x160,_0x397e59:0x129,_0x28ec51:0xfa,_0x3c9940:0x11a,_0x372625:0x12f,_0x4e4337:0x3d,_0x2a8819:0x33,_0x57c38c:0x169,_0x201d95:0x130,_0x8a84e4:0x163,_0x552f0e:0x15b,_0x373deb:0x16c,_0xfbb67e:0x13a,_0x345189:0x172,_0x40ca46:0xde,_0x288017:0xcf,_0x10ddca:0x125,_0x405cbf:0xf5,_0x479922:0x52,_0x46c26e:0x71,_0x37b273:0x10,_0x3f60bf:0x75,_0x11f4c0:0x9a,_0x212abc:0xd0,_0x30bc63:0x41,_0xe0b119:0x49,_0x111fd0:0x104,_0x58406e:0x108,_0x8221b8:0xdc,_0x162913:0x191,_0x2eec42:0x84,_0xf60a5d:0x83,_0x5f40b4:0x12c,_0x2b70a0:0x13c,_0x4a7832:0x16d,_0x1b238f:0x110,_0x387ef7:0x13e,_0x3590d8:0x13d,_0x6755e5:0x101,_0x139922:0x113,_0x4d9cb3:0x102,_0x5c2237:0x11b,_0x1bb5ab:0xf9,_0x7da2fe:0x4f,_0x592082:0x46,_0x4721cd:0x8e,_0x360479:0xb3,_0x38f3d2:0x16a,_0x77a6b2:0x83,_0xe1d9d9:0x44,_0x549ff0:0x168,_0x5317f5:0x18c,_0x29761a:0x2f,_0x4d81d2:0x98,_0x1d309f:0x7b,_0xa9a4db:0x194,_0x388489:0x177,_0x49e96f:0x58,_0xe5fb2a:0x74,_0x4f2351:0x4e,_0x4a1b35:0x81,_0x1b633a:0x70,_0x4851f8:0x136,_0x2ef5db:0x78,_0x102b2e:0x8d,_0x9ea9e2:0xa6,_0x361841:0xb2,_0xe325a6:0x60,_0x56ac78:0x8c,_0x4fa842:0xc9,_0x162c25:0x52,_0x4295c4:0xeb,_0x55f8f0:0xd1,_0x88ab8b:0x81,_0x544ea7:0xf2,_0x4bfeb0:0xbd,_0x3f44db:0xc4,_0x24a69d:0x69,_0x79484:0x6f,_0xd37631:0x98,_0x1efa80:0xa9,_0x31d410:0x7b,_0x5e0377:0x53,_0x3216ed:0x89,_0xcf08dc:0x7e,_0x25e7f4:0x134,_0x1f2208:0x150,_0x42cc50:0x114,_0xf41f09:0x11f,_0x93716:0x166,_0x3bdf9e:0x12a,_0x55d8ff:0x119,_0xb57ce0:0xf9,_0x25b937:0xae,_0x43a24c:0xb9,_0x320307:0xab,_0x2f9ad0:0x7a,_0x16c904:0xa8,_0x24c7ca:0xb0,_0x260b68:0x182,_0x81b59:0x17c,_0x3e6142:0x139,_0x163cae:0x131,_0x4ece9b:0x190,_0x3d7aa7:0x194,_0x2c62dd:0x15d,_0x7f1c3:0x138,_0x16fdf:0xf9,_0x3b6af7:0x151,_0x44bcd2:0x11e,_0x261fb3:0x15f,_0x5dda62:0x164,_0x416979:0xc2,_0x4802eb:0xe6,_0x5c9919:0x1f,_0x198001:0x12e,_0x3035e7:0x161,_0x135b9a:0x38,_0x4ae403:0x66,_0x50572a:0x4a,_0xc4e7ff:0x69,_0xe336b9:0x136,_0x239de5:0x156,_0x3c001a:0x100,_0x47e0f8:0x122,_0xff6a90:0xfd,_0x23cd1a:0xa,_0x4b4e6e:0x3,_0x3ee37b:0xce,_0x3d2e46:0xad,_0x4e7c72:0xf3,_0x19c958:0x103,_0x4d9c1d:0x10c,_0x5e807b:0x162,_0x2cbc4b:0x123,_0x2c4b96:0x159,_0x140801:0x69,_0x462e72:0xfe,_0x2ca1b7:0x128,_0x26b563:0x6e,_0x575462:0x4b,_0x152c2b:0x3a,_0x33c6cc:0xa,_0x33fe6d:0x5b,_0x3e4151:0x3e,_0x15820e:0xa0,_0x1a8ccd:0x3f,_0x2fa138:0x6c,_0x7f6d98:0x114,_0x427e2c:0xea,_0x4d762d:0x59,_0x4ef3a7:0x69,_0x45ab5b:0x6a,_0x50e859:0x55,_0x388cad:0x7e,_0x41db17:0x3d,_0x1ec7ab:0x141,_0xb48b1e:0x158,_0x3bd7ac:0x83,_0x5545a3:0x66,_0x205c6b:0x80,_0x5a0c53:0x76,_0xef3423:0x6d,_0x1f79d2:0xbf,_0x362594:0x71,_0x5d552f:0xac,_0x4dbb67:0xb8,_0x53dff9:0xb6,_0x107ee2:0x100,_0x2f9e23:0x2b,_0x1167cd:0x5a},_0x2cb57a={'odJOR':_0x497975(0xa8,_0x4e83c1._0x6391f1,_0x4e83c1._0x2bc4a7,0x9f)+_0x497975(0xe,_0x4e83c1._0x4efe60,0x32,_0x4e83c1._0x3e47a2)+'d\x20Server\x20A'+'dmin\x20role.'+_0x127f05(0x154,0x146,0x12f,0x13f)+_0x497975(0x80,_0x4e83c1._0x5b19bd,_0x4e83c1._0x1b28b7,0x93)+_0x127f05(_0x4e83c1._0x1fb309,_0x4e83c1._0x475399,_0x4e83c1._0x5a1235,0x15d),'RjERs':function(_0x4be396){return _0x4be396();},'oBtsA':function(_0x610d5e,_0x3c4d95){return _0x610d5e(_0x3c4d95);},'rBpOL':_0x497975(_0x4e83c1._0x5b482f,_0x4e83c1._0x3c18c7,_0x4e83c1._0x524636,0xc0)+_0x127f05(0x113,_0x4e83c1._0x135cb9,0x169,0x114)+_0x497975(_0x4e83c1._0x221005,0x76,_0x4e83c1._0x18e759,_0x4e83c1._0x498347)+_0x127f05(0x163,0x140,_0x4e83c1._0x1010e1,0x149)+_0x497975(0x7f,0x73,_0x4e83c1._0x561656,_0x4e83c1._0x26af5f)+'D','PsFJj':function(_0x31259f,_0x2b26f8){return _0x31259f(_0x2b26f8);},'KFhYR':function(_0x4de006){return _0x4de006();},'zpMtg':_0x127f05(_0x4e83c1._0x45cf20,_0x4e83c1._0x32ba2b,0x135,0x149),'nhhvH':_0x127f05(_0x4e83c1._0x3d4211,_0x4e83c1._0x21e77a,_0x4e83c1._0x156a0c,0xcf),'yVfrt':function(_0x43d9ef,_0x41f6e7){return _0x43d9ef===_0x41f6e7;},'wDdLb':_0x497975(0x92,0x79,0x55,_0x4e83c1._0x2b6d08),'umpsv':'DUPLICATE','ZCmOl':_0x497975(0x6b,0x9f,_0x4e83c1._0x4dfa55,0x6d)+'in\x20role\x20gr'+_0x127f05(0x113,_0x4e83c1._0x36f7d4,_0x4e83c1._0x19e253,0xfa)+_0x127f05(_0x4e83c1._0x397e59,_0x4e83c1._0x28ec51,_0x4e83c1._0x3c9940,0xf9),'EyBWr':'User\x20Detai'+_0x127f05(0xf6,_0x4e83c1._0x1010e1,0x146,_0x4e83c1._0x372625),'baUSt':'This\x20user\x20'+_0x497975(0x6c,0x48,_0x4e83c1._0x4e4337,_0x4e83c1._0x2a8819)+_0x127f05(_0x4e83c1._0x57c38c,0x12f,0x149,_0x4e83c1._0x201d95)+_0x497975(0xbe,0xb0,0x94,_0x4e83c1._0x4dfa55)+'ns\x20across\x20'+_0x127f05(_0x4e83c1._0x8a84e4,0x13f,_0x4e83c1._0x552f0e,0x112)+'ces.','rPjAe':_0x127f05(_0x4e83c1._0x373deb,_0x4e83c1._0xfbb67e,_0x4e83c1._0x345189,0x14b)+_0x127f05(_0x4e83c1._0x40ca46,0xff,_0x4e83c1._0x288017,_0x4e83c1._0x10ddca)+'n'};function _0x497975(_0x531f6e,_0x3141c9,_0x330b30,_0xb7c9ee){return _0x41de(_0x330b30- -0x7c,_0xb7c9ee);}(_0x1f14c1[_0x127f05(0x122,_0x4e83c1._0x405cbf,0xe9,0x109)]('--help')||_0x1f14c1[_0x497975(_0x4e83c1._0x479922,_0x4e83c1._0x46c26e,0x3c,_0x4e83c1._0x37b273)]('-h'))&&(_0x2cb57a[_0x497975(_0x4e83c1._0x3f60bf,0x92,_0x4e83c1._0x11f4c0,_0x4e83c1._0x212abc)](showUsage),process[_0x497975(_0x4e83c1._0x30bc63,0x4f,_0x4e83c1._0xe0b119,0x1f)](0x185*-0x6+0x1d+0x901));const _0x4def3c=_0x2cb57a[_0x127f05(_0x4e83c1._0x111fd0,_0x4e83c1._0x58406e,0xdf,_0x4e83c1._0x8221b8)](parseArgs,_0x1f14c1);!_0x4def3c[_0x127f05(_0x4e83c1._0x162913,0x151,0x164,_0x4e83c1._0x10ddca)]&&!_0x4def3c[_0x497975(_0x4e83c1._0x2eec42,_0x4e83c1._0xf60a5d,0xad,0x88)]&&(console[_0x127f05(_0x4e83c1._0x5f40b4,0x141,_0x4e83c1._0x2b70a0,_0x4e83c1._0x4a7832)](_0x2cb57a[_0x127f05(_0x4e83c1._0x1b238f,0x104,0xe4,0xca)]),console[_0x127f05(_0x4e83c1._0x387ef7,0x141,_0x4e83c1._0x3590d8,_0x4e83c1._0x6755e5)](''),showUsage(),process[_0x127f05(_0x4e83c1._0x139922,_0x4e83c1._0x4d9cb3,_0x4e83c1._0x5c2237,_0x4e83c1._0x1bb5ab)](-0x5e*0x1a+0xca2+-0x315));function _0x127f05(_0x1a13d5,_0x4a04e1,_0x29bbf6,_0x174529){return _0x41de(_0x4a04e1-0x3d,_0x174529);}try{let _0x925e2b;_0x4def3c['username']?(_0x925e2b=await _0x2cb57a[_0x497975(0x67,0x6f,_0x4e83c1._0x7da2fe,_0x4e83c1._0x592082)](findUserByUsername,_0x4def3c[_0x497975(_0x4e83c1._0x4721cd,_0x4e83c1._0x360479,0x98,0x91)]),!_0x925e2b&&(console[_0x127f05(0x17a,0x141,0x104,_0x4e83c1._0x38f3d2)](_0x497975(0x77,_0x4e83c1._0x77a6b2,0x74,_0x4e83c1._0xe1d9d9)+_0x127f05(_0x4e83c1._0x549ff0,0x155,_0x4e83c1._0x5317f5,0x136)+_0x497975(_0x4e83c1._0x29761a,0x53,0x3f,0xa)+_0x4def3c[_0x497975(_0x4e83c1._0x288017,0x91,_0x4e83c1._0x4d81d2,0xbc)]+(_0x497975(0x89,0xb1,_0x4e83c1._0x1d309f,0x66)+'d.')),process['exit'](-0x1f9b+0x6a0+0x1*0x18fc))):(_0x925e2b=await _0x2cb57a['PsFJj'](findUserById,_0x4def3c[_0x127f05(0x16e,0x166,_0x4e83c1._0xa9a4db,0x16d)]),!_0x925e2b&&(console[_0x127f05(_0x4e83c1._0x388489,0x141,0x13d,0x12a)](_0x497975(_0x4e83c1._0x49e96f,0x73,_0x4e83c1._0xe5fb2a,_0x4e83c1._0x4f2351)+_0x497975(_0x4e83c1._0x4a1b35,0x4f,_0x4e83c1._0x1b633a,0x69)+'\x22'+_0x4def3c[_0x127f05(_0x4e83c1._0x4851f8,0x166,0x143,0x174)]+(_0x497975(_0x4e83c1._0x2ef5db,_0x4e83c1._0x102b2e,0x7b,0xb6)+'d.')),process[_0x127f05(0x11e,_0x4e83c1._0x4d9cb3,_0x4e83c1._0x387ef7,0x139)](0x941+0x252e+-0x2e6e)));await _0x2cb57a[_0x497975(0xb2,_0x4e83c1._0x9ea9e2,_0x4e83c1._0x3f60bf,_0x4e83c1._0x361841)](loadRoles);const _0x5bd02a=await getRoleByName(_0x497975(0xbb,_0x4e83c1._0xe325a6,0x99,_0x4e83c1._0x56ac78)+'in');!_0x5bd02a&&(console['error'](_0x497975(_0x4e83c1._0x4fa842,_0x4e83c1._0x162c25,0x90,0x89)+_0x127f05(0xc7,_0x4e83c1._0x4295c4,0xf8,_0x4e83c1._0x55f8f0)+_0x497975(_0x4e83c1._0x88ab8b,0x37,0x52,0x61)+_0x127f05(0xdf,_0x4e83c1._0x544ea7,_0x4e83c1._0x4bfeb0,_0x4e83c1._0x3f44db)+_0x497975(_0x4e83c1._0x24a69d,_0x4e83c1._0x79484,_0x4e83c1._0x102b2e,0x65)+'les\x20data\x20c'+_0x497975(_0x4e83c1._0xd37631,_0x4e83c1._0x1efa80,0x6d,_0x4e83c1._0x31d410)),process[_0x497975(_0x4e83c1._0x5e0377,0xc,0x49,0xc)](0x206+-0x553*-0x1+-0x5e*0x14));try{const _0x414a65={};_0x414a65[_0x497975(_0x4e83c1._0x3216ed,0xb5,0x8c,_0x4e83c1._0x11f4c0)+'pe']=_0x497975(0x8c,0x83,_0x4e83c1._0xcf08dc,0x93),_0x414a65[_0x127f05(_0x4e83c1._0x25e7f4,0x14b,_0x4e83c1._0x1f2208,0x13a)]=_0x925e2b['id'],_0x414a65[_0x497975(0xd4,0xd4,0xa1,0x6f)]=_0x5bd02a['id'],_0x414a65[_0x127f05(_0x4e83c1._0x42cc50,0x10a,_0x4e83c1._0xf41f09,0xdc)+_0x127f05(_0x4e83c1._0x93716,_0x4e83c1._0x3bdf9e,_0x4e83c1._0x55d8ff,0x15f)]=_0x2cb57a[_0x127f05(0x103,_0x4e83c1._0xb57ce0,0xea,0xf0)],_0x414a65[_0x497975(_0x4e83c1._0x25b937,0x88,0x8b,_0x4e83c1._0x43a24c)]=_0x2cb57a[_0x497975(0xcf,0xcb,_0x4e83c1._0x320307,0x7d)],await createBinding(_0x414a65);}catch(_0x3169e7){if(_0x2cb57a[_0x497975(_0x4e83c1._0x2f9ad0,0x74,_0x4e83c1._0x16c904,_0x4e83c1._0x24c7ca)](_0x2cb57a[_0x127f05(0x189,0x14f,_0x4e83c1._0x260b68,_0x4e83c1._0x81b59)],_0x2cb57a[_0x127f05(0x155,0x14f,_0x4e83c1._0x3e6142,0x18b)])){_0x3169e7[_0x127f05(0x16b,_0x4e83c1._0x163cae,0x143,0xf5)]===_0x2cb57a[_0x127f05(_0x4e83c1._0x4ece9b,0x15b,0x145,_0x4e83c1._0x3d7aa7)]&&(console[_0x127f05(_0x4e83c1._0x2c62dd,0x122,0x10d,_0x4e83c1._0x2b70a0)](_0x127f05(_0x4e83c1._0x7f1c3,0x10d,0x12c,_0x4e83c1._0x16fdf)+_0x925e2b[_0x127f05(0x146,0x151,0x182,0x182)]+('\x22\x20already\x20'+_0x497975(0xa3,0x6b,0x66,0x84)+_0x127f05(_0x4e83c1._0x3b6af7,_0x4e83c1._0x44bcd2,_0x4e83c1._0x1fb309,0xf0)+_0x127f05(_0x4e83c1._0x261fb3,0x143,_0x4e83c1._0x5dda62,0x12b))),process['exit'](0x1*-0xd46+-0x17*-0xd7+-0x60b));throw _0x3169e7;}else _0x849cee[_0x497975(_0x4e83c1._0xf60a5d,_0x4e83c1._0x416979,0x88,0x6a)](_0x2cb57a[_0x127f05(0x124,0xe9,0x11e,_0x4e83c1._0x4802eb)]),_0x252a21[_0x497975(_0x4e83c1._0x5c9919,0x6f,0x49,_0x4e83c1._0x498347)](-0x22*-0x121+-0xb6a+-0xb1*0x27);}console[_0x127f05(0x147,0x122,0x105,_0x4e83c1._0x198001)](''),console[_0x127f05(_0x4e83c1._0x201d95,0x122,0x11b,_0x4e83c1._0x3035e7)](_0x2cb57a[_0x497975(0x3e,_0x4e83c1._0x135b9a,0x53,0x50)]),console['log'](''),console[_0x497975(_0x4e83c1._0x4ae403,_0x4e83c1._0x50572a,_0x4e83c1._0xc4e7ff,0x6b)](_0x2cb57a[_0x497975(0x8c,0xa0,0x61,0x22)]),console[_0x127f05(_0x4e83c1._0xe336b9,0x122,0x11e,_0x4e83c1._0x239de5)](_0x127f05(0x12d,0x116,0x140,_0x4e83c1._0x3c001a)+'\x20\x20\x20\x20\x20'+_0x925e2b['id']),console[_0x127f05(0xfc,_0x4e83c1._0x47e0f8,_0x4e83c1._0xff6a90,0x143)](_0x497975(0x39,_0x4e83c1._0x23cd1a,0x3e,_0x4e83c1._0x4b4e6e)+':\x20\x20\x20\x20'+_0x925e2b[_0x127f05(0x179,0x151,0x13d,0x129)]),console['log'](_0x497975(_0x4e83c1._0x3ee37b,0x6c,0xa3,_0x4e83c1._0x3d2e46)+_0x127f05(0x10e,_0x4e83c1._0x4e7c72,_0x4e83c1._0x19c958,_0x4e83c1._0x4d9c1d)+_0x925e2b[_0x127f05(0x19b,_0x4e83c1._0x5e807b,_0x4e83c1._0x2cbc4b,_0x4e83c1._0x2c4b96)]),console[_0x497975(0x69,0x69,_0x4e83c1._0x140801,0x40)](_0x127f05(0x16a,_0x4e83c1._0x5f40b4,_0x4e83c1._0x462e72,_0x4e83c1._0x2ca1b7)+_0x497975(_0x4e83c1._0x26b563,_0x4e83c1._0x575462,_0x4e83c1._0x152c2b,_0x4e83c1._0x33c6cc)+_0x925e2b[_0x497975(_0x4e83c1._0x135b9a,0x88,_0x4e83c1._0x33fe6d,_0x4e83c1._0x79484)]),console[_0x497975(_0x4e83c1._0x3e4151,_0x4e83c1._0x15820e,0x69,0x44)]('\x20\x20Role:\x20\x20\x20'+_0x497975(_0x4e83c1._0x1a8ccd,0x35,_0x4e83c1._0x2fa138,0x94)+_0x497975(0x99,0x8f,0x9b,0x61)+_0x127f05(_0x4e83c1._0x7f6d98,_0x4e83c1._0x427e2c,0xea,_0x4e83c1._0x4fa842)+')'),console['log'](''),console[_0x497975(_0x4e83c1._0x4d762d,0x4f,_0x4e83c1._0x4ef3a7,_0x4e83c1._0x45ab5b)](_0x2cb57a[_0x497975(0xb4,_0x4e83c1._0x50e859,0x85,0xbc)]);}catch(_0xbd7788){logger['error'](_0x2cb57a[_0x497975(_0x4e83c1._0x388cad,_0x4e83c1._0x2bc4a7,0x6f,_0x4e83c1._0x41db17)],_0xbd7788),console[_0x127f05(0x143,_0x4e83c1._0x1ec7ab,_0x4e83c1._0x47e0f8,_0x4e83c1._0xb48b1e)](_0x497975(_0x4e83c1._0x3bd7ac,_0x4e83c1._0x5545a3,_0x4e83c1._0x205c6b,0xa1)+_0x497975(0x87,_0x4e83c1._0x5a0c53,0x6b,_0x4e83c1._0xef3423)+_0x497975(_0x4e83c1._0x1f79d2,_0x4e83c1._0x362594,_0x4e83c1._0x5d552f,0xdd)+'\x20'+_0xbd7788[_0x127f05(_0x4e83c1._0x4dbb67,0xee,_0x4e83c1._0x53dff9,_0x4e83c1._0x107ee2)]),process[_0x497975(_0x4e83c1._0x2f9e23,0x25,_0x4e83c1._0xe0b119,_0x4e83c1._0x1167cd)](-0xd59+-0x1495+-0x21ef*-0x1);}}function showUsage(){const _0x2eca0b={_0x66ce8d:0x26f,_0x4866a9:0x29e,_0x32bd96:0x2a9,_0x33ea9f:0x2e0,_0xb460ae:0x2b1,_0x3a5e78:0x354,_0x444023:0x28a,_0x127765:0x292,_0x139eeb:0x2a8,_0x29de39:0x2bd,_0x41e432:0x299,_0x3514c9:0x2c3,_0x79c166:0x29a,_0x4830a8:0x3b2,_0x2c7b25:0x3ab,_0x1e9b2b:0x259,_0x4eef64:0x226,_0x4fdd3e:0x3bf,_0x55d551:0x39e,_0x43e5e0:0x3ca,_0x57a00d:0x3dd,_0x1fff7f:0x36e,_0x5f3b13:0x353,_0x554a1b:0x280,_0x51d7b3:0x23a,_0x36635e:0x293,_0x31f8f0:0x3a0,_0x49bc0b:0x3a2,_0x18ca32:0x398,_0x11c7ee:0x2a2,_0x497a4d:0x279,_0x2737bb:0x26d,_0x5523fb:0x258,_0x470416:0x3df,_0x3d193c:0x3fe,_0x3e5a54:0x2ed,_0x1e6868:0x2b6,_0x3fbaee:0x2ce,_0x4921ea:0x2e7,_0x4df23d:0x258,_0x4be55e:0x262,_0x436d69:0x239,_0x55b9a9:0x242,_0x545f86:0x3b6,_0x2b8d92:0x3b0,_0x53eacc:0x384,_0x45d91f:0x37f,_0x1976d1:0x2a2,_0x2485aa:0x379,_0x3e4222:0x3b4,_0x3ce5c8:0x35c,_0x299928:0x388,_0x3f3886:0x376,_0x151942:0x363,_0x3c02cc:0x3a3,_0x214c97:0x36c,_0x37b38d:0x3af,_0x11f3e6:0x3c0,_0x3175cd:0x3b8,_0x52ba02:0x3f4,_0x299b43:0x3a8,_0x29aeb7:0x3aa,_0x2b0692:0x3db,_0x1cca30:0x270,_0x523b98:0x29a,_0x6b380e:0x2b5,_0x2e1dab:0x23b,_0x1598a8:0x255,_0x2a9707:0x37b,_0x19393f:0x3de,_0x1ea8d7:0x3ae,_0x20d513:0x3bd,_0x3caf4a:0x38f,_0x583bab:0x2ef,_0x752579:0x2f0,_0x270673:0x254,_0x38009a:0x242,_0x599fd2:0x33a,_0x2886be:0x347,_0x496267:0x374,_0x21c05b:0x3b8,_0x349d3a:0x3a4,_0x5c328d:0x39a,_0x2f315a:0x2c2,_0x4da814:0x27f,_0x59ba47:0x271,_0x20ccde:0x39b,_0x1c52e9:0x3ba,_0x2a862c:0x3ba,_0x4f9965:0x35c,_0x1ed311:0x39a,_0x5645ec:0x377,_0x1d7058:0x24b,_0x17a153:0x27f,_0x4d274c:0x240,_0x1e9444:0x40f,_0x271fef:0x28b,_0x3b9b75:0x27e,_0x1c9d31:0x267,_0x438f0b:0x35b,_0x581e58:0x35e,_0x1ceeb4:0x3a1,_0x5569ed:0x37b,_0x355095:0x2e0},_0xcb4861={};_0xcb4861['ZQuth']=_0x3965d4(_0x2eca0b._0x66ce8d,0x28f,_0x2eca0b._0x4866a9,0x2ca)+_0x3965d4(0x2d2,_0x2eca0b._0x32bd96,_0x2eca0b._0x33ea9f,_0x2eca0b._0xb460ae)+_0x3f0240(_0x2eca0b._0x3a5e78,0x371,0x36e,0x379)+_0x3965d4(0x243,0x278,_0x2eca0b._0x444023,_0x2eca0b._0x127765)+']';function _0x3965d4(_0x265ec7,_0x2e3332,_0x5ea194,_0x3d9a41){return _0x41de(_0x2e3332-0x19a,_0x3d9a41);}_0xcb4861[_0x3965d4(_0x2eca0b._0x139eeb,_0x2eca0b._0x29de39,0x2bf,_0x2eca0b._0x41e432)]='Grants\x20an\x20'+_0x3965d4(_0x2eca0b._0x3514c9,_0x2eca0b._0x79c166,0x2bc,0x2b2)+_0x3f0240(0x3e7,0x387,_0x2eca0b._0x4830a8,_0x2eca0b._0x2c7b25)+'rver\x20Admin'+'\x20role.',_0xcb4861[_0x3965d4(0x286,_0x2eca0b._0x1e9b2b,0x221,_0x2eca0b._0x4eef64)]=_0x3f0240(_0x2eca0b._0x4fdd3e,_0x2eca0b._0x55d551,0x3bf,_0x2eca0b._0x43e5e0)+_0x3f0240(0x3ca,_0x2eca0b._0x57a00d,0x3ac,0x3cf)+_0x3f0240(_0x2eca0b._0x1fff7f,_0x2eca0b._0x5f3b13,0x342,0x369)+_0x3965d4(0x278,_0x2eca0b._0x554a1b,0x277,0x295)+_0x3965d4(_0x2eca0b._0x51d7b3,0x27a,0x270,_0x2eca0b._0x36635e)+_0x3f0240(_0x2eca0b._0x31f8f0,_0x2eca0b._0x49bc0b,0x36b,_0x2eca0b._0x18ca32)+_0x3965d4(_0x2eca0b._0x11c7ee,_0x2eca0b._0x497a4d,_0x2eca0b._0x2737bb,_0x2eca0b._0x5523fb),_0xcb4861[_0x3f0240(_0x2eca0b._0x470416,_0x2eca0b._0x3d193c,0x3d5,0x3d0)]=_0x3965d4(_0x2eca0b._0x3e5a54,_0x2eca0b._0x1e6868,_0x2eca0b._0x3fbaee,_0x2eca0b._0x4921ea),_0xcb4861[_0x3965d4(_0x2eca0b._0x4df23d,_0x2eca0b._0x4be55e,_0x2eca0b._0x436d69,_0x2eca0b._0x55b9a9)]='\x20\x20--userna'+_0x3f0240(0x3e3,0x3a8,0x3eb,0x3df)+_0x3f0240(_0x2eca0b._0x545f86,0x3c9,_0x2eca0b._0x2b8d92,0x3d6)+_0x3f0240(0x34a,0x396,_0x2eca0b._0x53eacc,_0x2eca0b._0x45d91f)+_0x3965d4(0x267,0x26c,_0x2eca0b._0x1976d1,0x28d)+'te';function _0x3f0240(_0x3b0bfd,_0x5da083,_0x57d109,_0x19c44f){return _0x41de(_0x19c44f-0x2b5,_0x3b0bfd);}_0xcb4861['TFWum']='\x20\x20--user-i'+_0x3f0240(_0x2eca0b._0x2485aa,0x3b7,_0x2eca0b._0x3e4222,0x3a8)+_0x3f0240(0x38a,0x393,0x355,0x367)+'f\x20the\x20user'+_0x3f0240(_0x2eca0b._0x3ce5c8,_0x2eca0b._0x299928,0x38d,_0x2eca0b._0x3f3886)+'e',_0xcb4861[_0x3f0240(_0x2eca0b._0x151942,0x354,_0x2eca0b._0x3c02cc,_0x2eca0b._0x214c97)]=_0x3f0240(0x3ee,_0x2eca0b._0x37b38d,_0x2eca0b._0x11f3e6,0x3b4),_0xcb4861[_0x3f0240(_0x2eca0b._0x3175cd,0x3b8,0x3cb,0x38b)]=_0x3f0240(_0x2eca0b._0x52ba02,_0x2eca0b._0x299b43,_0x2eca0b._0x29aeb7,_0x2eca0b._0x2b0692)+'rver\x20grant'+_0x3965d4(_0x2eca0b._0x1cca30,0x272,_0x2eca0b._0x523b98,0x25c)+_0x3965d4(0x265,0x288,_0x2eca0b._0x6b380e,0x25c)+_0x3965d4(_0x2eca0b._0x2e1dab,0x266,0x278,_0x2eca0b._0x1598a8);const _0x3d680b=_0xcb4861;console['log'](_0x3d680b[_0x3f0240(0x39c,_0x2eca0b._0x2a9707,_0x2eca0b._0x19393f,_0x2eca0b._0x1ea8d7)]),console[_0x3965d4(0x2b1,0x27f,0x256,0x243)](''),console[_0x3f0240(_0x2eca0b._0x20d513,0x36a,_0x2eca0b._0x3caf4a,0x39a)](_0x3d680b[_0x3965d4(0x295,0x2bd,_0x2eca0b._0x583bab,_0x2eca0b._0x752579)]),console[_0x3965d4(_0x2eca0b._0x270673,0x27f,0x2ba,_0x2eca0b._0x38009a)](_0x3d680b[_0x3f0240(_0x2eca0b._0x599fd2,_0x2eca0b._0x2886be,0x3a0,_0x2eca0b._0x496267)]),console['log'](''),console[_0x3f0240(_0x2eca0b._0x3e4222,_0x2eca0b._0x21c05b,_0x2eca0b._0x349d3a,_0x2eca0b._0x5c328d)](_0x3d680b[_0x3965d4(0x2df,0x2b5,_0x2eca0b._0x2f315a,0x292)]),console[_0x3965d4(0x247,_0x2eca0b._0x4da814,_0x2eca0b._0x59ba47,0x246)](_0x3d680b['zFWMI']),console[_0x3f0240(_0x2eca0b._0x2a9707,_0x2eca0b._0x45d91f,_0x2eca0b._0x20ccde,0x39a)](_0x3d680b['TFWum']),console[_0x3f0240(0x3a4,0x3d5,_0x2eca0b._0x1c52e9,_0x2eca0b._0x5c328d)](''),console[_0x3f0240(_0x2eca0b._0x4830a8,_0x2eca0b._0x2a862c,_0x2eca0b._0x4f9965,_0x2eca0b._0x1ed311)](_0x3d680b['tERxz']),console[_0x3f0240(0x3ce,0x383,_0x2eca0b._0x5645ec,0x39a)](_0x3d680b['RlXzS']),console[_0x3965d4(_0x2eca0b._0x1d7058,_0x2eca0b._0x17a153,0x280,_0x2eca0b._0x4d274c)](_0x3f0240(0x3f4,_0x2eca0b._0x1e9444,0x39d,_0x2eca0b._0x2b0692)+'rver\x20grant'+_0x3965d4(0x258,0x272,_0x2eca0b._0x271fef,0x23d)+_0x3965d4(_0x2eca0b._0x139eeb,_0x2eca0b._0x3b9b75,_0x2eca0b._0x1c9d31,_0x2eca0b._0x1c9d31)+_0x3f0240(_0x2eca0b._0x438f0b,_0x2eca0b._0x581e58,_0x2eca0b._0x1ceeb4,_0x2eca0b._0x5569ed)+_0x3965d4(_0x2eca0b._0x355095,0x2ab,0x2c6,0x2a1)+'ef');}
|
|
1
|
+
(function(_0xccdc44,_0x21a38d){const _0x398fbf={_0x470a87:0x256,_0x16e583:0x21e,_0x35593a:0x2e,_0x397d3b:0x74,_0x51f6f4:0x208,_0x60cfdd:0x215,_0x4030be:0x1de,_0x24e7ba:0x1e2,_0x4d0df8:0x212,_0x1aa168:0xc8,_0xf266a:0x6f,_0x3cef38:0xb6,_0x2e0c10:0x232,_0x24b586:0x1f5,_0x3a8557:0x1d5,_0x1987ce:0x22d,_0x357779:0x7d,_0x50dfdd:0x35,_0x1d1af4:0x1e3,_0x7d9534:0x1ce,_0x27100f:0x183,_0x299217:0x86,_0x2c45d1:0x7f},_0x5b4bc7={_0x4e59e5:0x18},_0x5c1a43=_0xccdc44();function _0x34ef83(_0x2cd25f,_0xb3bad4,_0x2a54e0,_0x314aeb){return _0x3a24(_0xb3bad4-_0x5b4bc7._0x4e59e5,_0x2a54e0);}function _0xa7a06d(_0x579b84,_0x5e7950,_0x468a5e,_0x5d09b2){return _0x3a24(_0x5d09b2- -0x176,_0x468a5e);}while(!![]){try{const _0x2a6383=-parseInt(_0x34ef83(_0x398fbf._0x470a87,_0x398fbf._0x16e583,0x20d,0x23e))/(0x2497+0xb*0x1cd+-0x3865)+-parseInt(_0x34ef83(0x1f2,0x1e6,0x20f,0x1c1))/(0x19a9+-0x265d+0xcb6)*(parseInt(_0xa7a06d(0x5b,0xbd,_0x398fbf._0x35593a,_0x398fbf._0x397d3b))/(-0x1e66+0x67*-0x1f+-0x1*-0x2ae2))+-parseInt(_0x34ef83(0x1fa,_0x398fbf._0x51f6f4,_0x398fbf._0x60cfdd,_0x398fbf._0x4030be))/(0xe19+-0x1c1*0x14+-0x2b*-0x7d)+-parseInt(_0x34ef83(0x21f,0x220,_0x398fbf._0x24e7ba,_0x398fbf._0x4d0df8))/(0x1*0x1e01+-0x2c*0xa0+-0x27c)+parseInt(_0xa7a06d(_0x398fbf._0x1aa168,_0x398fbf._0xf266a,_0x398fbf._0x3cef38,0xa3))/(-0x2397+0xb00+-0x189d*-0x1)*(parseInt(_0x34ef83(_0x398fbf._0x2e0c10,0x1f1,_0x398fbf._0x24b586,0x222))/(0x1f79+0x20f8+-0x406a))+parseInt(_0x34ef83(0x1ef,0x219,_0x398fbf._0x3a8557,_0x398fbf._0x1987ce))/(-0x1*-0x251d+-0xa76*0x2+0xc5*-0x15)*(-parseInt(_0xa7a06d(0x3,_0x398fbf._0x357779,0x36,_0x398fbf._0x50dfdd))/(0x2b*0x10+0x1b4d+0x6c*-0x47))+-parseInt(_0x34ef83(_0x398fbf._0x1d1af4,_0x398fbf._0x7d9534,_0x398fbf._0x27100f,0x18b))/(-0x255d+0x20ce+0x499)*(-parseInt(_0xa7a06d(0xca,0x95,_0x398fbf._0x299217,_0x398fbf._0x2c45d1))/(-0x1420+0x57d+0xeae));if(_0x2a6383===_0x21a38d)break;else _0x5c1a43['push'](_0x5c1a43['shift']());}catch(_0x55347c){_0x5c1a43['push'](_0x5c1a43['shift']());}}}(_0x4865,0x1*-0xd342+0xf4cd+0x2e10b));import{findUserByUsername,findUserById}from'../users.js';import{getRoleByName,loadRoles}from'../role-definitions.js';import{createBinding}from'../bindings.js';function _0x3a24(_0x55e505,_0xcaaec3){_0x55e505=_0x55e505-(0xf*-0x252+0x15*0xbc+0x14ee);const _0xa3be8=_0x4865();let _0x7892c6=_0xa3be8[_0x55e505];if(_0x3a24['UFXiPY']===undefined){var _0x4af3ce=function(_0x25fcd1){const _0x4dc48c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x30b248='',_0x10b06a='';for(let _0x1b696e=-0x1b15+0x2072+-0x55d*0x1,_0x1f52ab,_0x280dac,_0x443f83=0x1994+0x20ce+-0x3a62;_0x280dac=_0x25fcd1['charAt'](_0x443f83++);~_0x280dac&&(_0x1f52ab=_0x1b696e%(0xaf9+0x1f2*-0x2+-0x711)?_0x1f52ab*(-0x13a8+-0x13df+0x27c7)+_0x280dac:_0x280dac,_0x1b696e++%(0x19*0x42+-0x17*0x6d+-0x15*-0x29))?_0x30b248+=String['fromCharCode'](0xacc*-0x3+0xe30+0x1333&_0x1f52ab>>(-(0x7f*-0x2+-0x26e7+0x27e7)*_0x1b696e&0x170*0x1+-0x842+0xdb*0x8)):-0x2be*0x3+-0x1cd*-0x9+-0x7fb){_0x280dac=_0x4dc48c['indexOf'](_0x280dac);}for(let _0x2ef4fb=0x1*-0x5e5+-0x59e*0x2+-0x1*-0x1121,_0x4a8408=_0x30b248['length'];_0x2ef4fb<_0x4a8408;_0x2ef4fb++){_0x10b06a+='%'+('00'+_0x30b248['charCodeAt'](_0x2ef4fb)['toString'](0xe58+-0x1d7f*-0x1+0x2bc7*-0x1))['slice'](-(0x1*0xdf1+0x5ea+-0x13d9*0x1));}return decodeURIComponent(_0x10b06a);};_0x3a24['sPrcYP']=_0x4af3ce,_0x3a24['xqaxXU']={},_0x3a24['UFXiPY']=!![];}const _0x413f00=_0xa3be8[0x8*0x20b+-0x1750+0x6f8],_0x2327d5=_0x55e505+_0x413f00,_0x244ae7=_0x3a24['xqaxXU'][_0x2327d5];return!_0x244ae7?(_0x7892c6=_0x3a24['sPrcYP'](_0x7892c6),_0x3a24['xqaxXU'][_0x2327d5]=_0x7892c6):_0x7892c6=_0x244ae7,_0x7892c6;}import{logger}from'../logger.js';function _0x4865(){const _0x463c44=['CM5HBwuGiG','C2vYBMfTzt1QCW','C29YAhC','vxnLCIaI','yw50zwqGC3vJyW','BuvwEKK','vfHNrxC','tMPLBgK','Fdf8mNWXmhW0Fa','mte0s29OCLbR','shzQqvm','sxbhuNq','B09StvO','iIbUB3qGzM91BG','y2vZlG','z3jHBNqGywrTAq','rxjYB3i6ifvZzq','zw1HAwW','vvDSCKq','t3b0Aw9UCZO','z2HuBhG','CIbbzg1PBIaODG','BgqGBM90igzPBG','CIb3AxrOihvZzq','BNLVyNm','B3nZigfSBcbYzq','Aw4GCM9SzsbNCG','CIb0BYbWCM9TBW','txjRqwC','rfvqteLdqvrf','AeHpD3i','u2XUshK','verHquu','C3nPB25ZigfJCG','vxnLCIbezxrHAq','BwvZC2fNzq','EM1PyNe','twvqv1q','ls11C2vYBMfTzq','C291CMnLCY4','icbjrdOGicaGia','vMTyEvy','tuzVzhm','y3fWDgO','BvzezhC','y29Kzq','icGQksbWzxjTAq','CffiBge','CLD2EKC','CNzLCIbNCMfUDa','mtm3mZu4sg9WA0jh','v3bttg4','B3jYDxb0zwq/','wMLZsKu','rxHHBxbSzxm6','qwnPu2u','tw5yq2q','Bg9N','AfbAEfO','s05lsva','zg1PBIbYB2XLlG','mtb1Cgfsq3K','ihjVBguU','yKr1Cw8','AgfZihrOzsbtzq','ifvZzxjUyw1Lia','BhHwtKO','ihbLCM1PC3nPBW','BNmGywnYB3nZia','BIbBB3b0Aw9UCW','zxHPDa','B3rRqLO','BgrJyxjKicGQkq','C3rHCNrZv2L0Aa','z3jHBNqTywrTAq','icaTlxvZzxjUyq','rfDYuuC','oxWWFdC','zIb0AguGDxnLCG','uwTxtvC','tu52twi','qM1nvNe','Bwu9tKfnrsaGia','uwHJwNu','DcbWCM92AwrLia','mta2ote2D2T4DwDn','y1blBha','AezyEM4','DhPrqKC','zsb3AwXKy2fYza','ieLZihrOzsbYBW','DxnLCKLK','m3W1Fdz8mtf8oa','BufTy2u','vMnrvw8','icbvC2vYBMfTzq','mta2mdu3BMPbzgPL','u2vYDMvYiefKBq','r3jHBNrZigfUia','ifvZzxiGsuqGBW','zxjYB3i','CIb3AxrOieLeia','BwL0Aa','Duziu0K','ywXSihjLC291CG','Aw5JBhvKzxm','q1rRAg4','B2yGDgHLihvZzq','n3WWFdG','icbJB2rLCI1Zzq','icaTlxvZzxiTAq','icbfBwfPBdOGia','vvrwENe','mtjVsuvZzKG','icboyw1LoIaGia','C3bSAxq','pu5btuuGB3iGlq','ls11C2vYlwLKpq','shjoAuS','nte2nJK2veHJCuzz','rMfPBgvKihrVia','z1LwvLm','ihrVihbYB21VDa','otbFywjJmtiZza','odG1ndyZn0XIyw9SsG','AweGyMLUzgLUzW','icaGica','CNzLCIbbzg1PBG','vxnHz2u6ignVza','BwXnBfO','AMDMs0W','zd1jrcaGicaGia','lwfKBwLUic0TDq','vgHPCYb1C2vYia','Aw5ZihjLy2vPDG','C2vYihrOzsbtzq','offXCfvXEa','zxnZzNvSBhKH','zxiTC2vYDMvYia','CL8XmJm0nty3oa','DgHYz2e','mJqWnti5q2X6uNnK','zcbtzxj2zxiGqq','mtq4mZG0nw1vtuzhwG','CgPpuLC','DwnuCLm','EfDutKW','iIbHBhjLywr5ia','DxnLCG','DxnLCM5HBwu','t25fugi'];_0x4865=function(){return _0x463c44;};return _0x4865();}function parseArgs(_0x4ee845){const _0x136ecf={_0x3ad043:0x1ec,_0x1cd5a8:0x367,_0x4ceeef:0x376,_0x449043:0x333,_0x126849:0x16e,_0x40b768:0x1ab,_0x5c7837:0x1d3,_0x5bb8a2:0x17b,_0x3e1c7c:0x144,_0x1105d4:0x1b8,_0x4acb65:0x1cb,_0x174757:0x1e0,_0x47dec1:0x19f,_0x34f25a:0x34a,_0x2abead:0x387,_0xa68b75:0x180,_0x409758:0x14c,_0x1819c5:0x15f,_0x532f67:0x19a,_0x377eb4:0x36f,_0x3c8e38:0x334,_0x56cc61:0x348,_0x2175fc:0x370,_0x4e68e4:0x341,_0x2a6492:0x3bc,_0xa8d3c:0x3ac,_0x545000:0x3c2,_0x4de83c:0x3b4,_0x465bd0:0x38a,_0x4390d2:0x3c8,_0xcaef41:0x331,_0x42a4f4:0x37d,_0x4ffc2b:0x35e,_0x494865:0x124,_0x164e27:0x155,_0xd1994a:0x176,_0x33227c:0x1a4,_0x370634:0x375,_0x19f515:0x3b9,_0x3a9207:0x3dd,_0x14059c:0x3a9,_0x1a295a:0x3d3,_0x39b2eb:0x3b2,_0x21a115:0x33b,_0x3cec15:0x338,_0x104080:0x39e,_0x4c96a4:0x343,_0x114e98:0x37c,_0x5e3c34:0x383,_0x4488a2:0x1ac,_0x574d4c:0x14c,_0x4431bb:0x3ad,_0x44d5fa:0x395,_0xcd1414:0x3b2},_0x2de6da={_0x127959:0x1a6},_0x4314ec={'gYVVS':function(_0x54e79d){return _0x54e79d();},'cqptj':function(_0x281851,_0xfe1a25){return _0x281851===_0xfe1a25;},'VkXyV':_0x3d2dd3(_0x136ecf._0x3ad043,0x190,0x1c7,0x1d0),'mAmce':_0x4fad06(_0x136ecf._0x1cd5a8,_0x136ecf._0x4ceeef,0x345,_0x136ecf._0x449043)+'=','UWlrD':_0x3d2dd3(_0x136ecf._0x126849,0x1c6,_0x136ecf._0x40b768,_0x136ecf._0x5c7837),'bDuqo':_0x3d2dd3(0x13c,_0x136ecf._0x5bb8a2,0x186,_0x136ecf._0x3e1c7c)},_0x46e8e4={};_0x46e8e4[_0x3d2dd3(_0x136ecf._0x1105d4,0x1b5,_0x136ecf._0x4acb65,_0x136ecf._0x174757)]=null;function _0x4fad06(_0x15078d,_0x128723,_0x432508,_0x3abded){return _0x3a24(_0x432508-_0x2de6da._0x127959,_0x3abded);}_0x46e8e4[_0x3d2dd3(0x1a3,_0x136ecf._0x47dec1,0x191,0x162)]=null;const _0x308189=_0x46e8e4;for(const _0x356e04 of _0x4ee845){if(_0x4314ec[_0x4fad06(0x350,0x300,_0x136ecf._0x34f25a,_0x136ecf._0x2abead)](_0x4314ec[_0x3d2dd3(_0x136ecf._0xa68b75,_0x136ecf._0x409758,_0x136ecf._0x1819c5,_0x136ecf._0x532f67)],_0x4314ec[_0x4fad06(_0x136ecf._0x377eb4,_0x136ecf._0x3c8e38,_0x136ecf._0x56cc61,_0x136ecf._0x2175fc)])){if(_0x356e04[_0x3d2dd3(0x16b,0x194,0x17f,0x177)](_0x4314ec[_0x4fad06(0x34d,_0x136ecf._0x4e68e4,0x37c,_0x136ecf._0x2a6492)]))_0x308189[_0x4fad06(_0x136ecf._0xa8d3c,_0x136ecf._0x545000,_0x136ecf._0x4de83c,0x3a3)]=_0x356e04[_0x4fad06(_0x136ecf._0x1cd5a8,0x39f,0x392,0x3ca)]('=')[-0x1726*0x1+-0xf5*-0xb+0x65*0x20];else _0x356e04[_0x4fad06(0x356,_0x136ecf._0x465bd0,0x368,0x334)](_0x4314ec[_0x4fad06(0x3e9,0x3ea,_0x136ecf._0x4390d2,0x3a8)])&&(_0x4314ec[_0x4fad06(_0x136ecf._0xcaef41,_0x136ecf._0x42a4f4,_0x136ecf._0x4ffc2b,0x394)]===_0x3d2dd3(_0x136ecf._0x494865,0x128,_0x136ecf._0x164e27,_0x136ecf._0xd1994a)?(_0x3550d7[_0x3d2dd3(_0x136ecf._0x33227c,0x16c,0x16f,0x1a2)](_0x4fad06(0x37e,_0x136ecf._0x370634,_0x136ecf._0x19f515,0x3d1)+_0x72a2a[_0x4fad06(0x3fe,_0x136ecf._0x3a9207,0x3b4,_0x136ecf._0x14059c)]+(_0x4fad06(_0x136ecf._0x1a295a,0x3cc,_0x136ecf._0x39b2eb,0x36c)+_0x4fad06(0x37e,_0x136ecf._0x21a115,0x35f,_0x136ecf._0x3cec15)+_0x4fad06(0x352,0x379,_0x136ecf._0x104080,0x39d)+_0x4fad06(_0x136ecf._0x4c96a4,_0x136ecf._0x114e98,0x35d,0x38a))),_0x43a34f[_0x4fad06(0x333,_0x136ecf._0x5e3c34,0x365,0x395)](-0x24ee+-0x15f5+0x3ae3)):_0x308189[_0x3d2dd3(0x17f,_0x136ecf._0x4488a2,0x191,_0x136ecf._0x574d4c)]=_0x356e04[_0x4fad06(0x3d5,_0x136ecf._0x4431bb,0x392,0x3ce)]('=')[-0x14*-0x128+0x1915+-0x3034]);}else _0x4314ec[_0x4fad06(0x36c,_0x136ecf._0x44d5fa,0x398,_0x136ecf._0xcd1414)](_0x1a5ee1),_0x170fc0['exit'](-0x1*0x13f4+-0x1*-0x1283+0x171*0x1);}function _0x3d2dd3(_0x2ddba8,_0x264adc,_0x22b445,_0x2d8ffa){return _0x3a24(_0x22b445- -0x43,_0x264adc);}return _0x308189;}export async function grantAdminCommand(_0xf0f726){const _0x4db67f={_0x548012:0x369,_0x53af66:0x3b3,_0x2c821b:0x358,_0x3c99e6:0x475,_0x277ae7:0x4e9,_0x17217c:0x47f,_0x22450f:0x429,_0x3dfb00:0x49e,_0xccf1c7:0x46e,_0x3e43a7:0x4c8,_0x57bec3:0x48e,_0x32d651:0x487,_0xee7d7e:0x3a3,_0x1a71c9:0x3c1,_0x1936bd:0x3bf,_0x2de685:0x44e,_0x35dc92:0x4aa,_0x1c23c6:0x481,_0x165ce:0x484,_0xf50cb5:0x46b,_0x491da4:0x3f8,_0x55483a:0x3db,_0x3a28c6:0x3cb,_0x1e86b3:0x3b4,_0x1fc3ca:0x3da,_0x2f8cc8:0x3f2,_0x1adaa8:0x3af,_0x276198:0x4b7,_0x4560c5:0x384,_0x62e2fa:0x3be,_0x4514e4:0x3d7,_0x1411da:0x3fd,_0x23611f:0x3c4,_0x19b66c:0x35a,_0x114270:0x39e,_0x3fc6c8:0x3c6,_0x3e05eb:0x440,_0x382e3a:0x45d,_0x989b67:0x443,_0xd3df0d:0x47f,_0x14a658:0x3a0,_0x21dff5:0x394,_0x4e5ee8:0x351,_0x36aed0:0x472,_0x51ad7b:0x36e,_0x30b521:0x3b9,_0x2219b4:0x38e,_0x2506d3:0x39d,_0x25300d:0x3b2,_0x21f22e:0x380,_0x3aa7e6:0x39a,_0x2755df:0x462,_0x5799c3:0x476,_0x1132e1:0x49b,_0xa9ea31:0x3b6,_0x1abc75:0x46d,_0xa7346a:0x40d,_0x5a2450:0x4cb,_0x43d2ea:0x451,_0x11981f:0x3ac,_0xce8445:0x388,_0xdca0f6:0x366,_0xada78f:0x362,_0xb9d9b6:0x381,_0x5f2032:0x364,_0x464058:0x33f,_0x5b78ae:0x3ad,_0x417d19:0x372,_0x18f63b:0x3b1,_0x8a8253:0x36f,_0x578c29:0x332,_0x2207e5:0x34e,_0x4cbc87:0x3bd,_0x4f7c43:0x425,_0x184249:0x3d1,_0x5b2c20:0x3ee,_0x166500:0x4ff,_0x164e97:0x4f9,_0xdd41cf:0x4c3,_0x28d2f3:0x3e7,_0x34cec5:0x42a,_0x572243:0x3c4,_0x4b82e6:0x382,_0x33a182:0x370,_0x5ed33c:0x357,_0x2c4656:0x387,_0x2b9792:0x3b4,_0x15ab09:0x3a1,_0x331c42:0x375,_0x3d4cf3:0x36d,_0x233abd:0x36d,_0x1a1e63:0x363,_0x5dfc31:0x35a,_0x5e6cd2:0x48e,_0x276781:0x4ae,_0x253721:0x466,_0x3274ed:0x425,_0x1eb7e5:0x44f,_0x5ad25c:0x4ef,_0x3a7dcd:0x46a,_0x3d9b72:0x4b2,_0x3f1a88:0x3aa,_0x3595e7:0x396,_0x36f1b9:0x3b6,_0x155b6c:0x42c,_0x5764cc:0x43c,_0x474bd7:0x471,_0x51a13f:0x4c0,_0x4b266f:0x449,_0x4c7aa7:0x432,_0x553e2e:0x3ec,_0xff6a98:0x3bb,_0x4ffa8c:0x3b9,_0x1870ba:0x3c0,_0x536bc2:0x4ab,_0x99ac12:0x4a5,_0x9df23:0x401,_0x502260:0x3f9,_0x348164:0x428,_0x58d715:0x3bc,_0x48c649:0x3dc,_0xb7403f:0x3a9,_0xdc3c53:0x4b8,_0x25b896:0x4af,_0xe0598e:0x3eb,_0x3e2bb0:0x422,_0x1edbe2:0x493,_0x2b16ec:0x482,_0x152e33:0x439,_0x2bdd61:0x473,_0x2186c9:0x4cf,_0xb49ba2:0x491,_0x278823:0x37d,_0x3ff4c3:0x3a3,_0x592cb0:0x3dd,_0x26b654:0x3ae,_0xe2e5a4:0x4e1,_0x39c8f7:0x4d2,_0x3c6391:0x480,_0x4f0add:0x467,_0x279323:0x4a7,_0x1aff96:0x495,_0x3de1e8:0x47b,_0x3312d7:0x48c,_0x3b98b0:0x393,_0x31266a:0x392,_0x45611d:0x435,_0x38cbaa:0x479,_0x4327f2:0x452,_0x238e0d:0x4ea,_0x5a6618:0x4ca,_0x18d293:0x4c2,_0x193cf7:0x4be,_0x1b78a9:0x4f7,_0x59ab65:0x4c4,_0x4a140f:0x4a3,_0xfdace6:0x469,_0x42a790:0x4bb,_0x5ae31c:0x4e6,_0x767bf4:0x4b9,_0x2a6b43:0x4ee,_0x530cc6:0x496,_0x194407:0x4c2,_0x173e27:0x4a9,_0x553120:0x50f,_0x248c52:0x36a,_0x13bc1a:0x334,_0x3d431b:0x4fb,_0x3bb237:0x4c4,_0x3d7bc0:0x3e8,_0x4b7c11:0x4a8,_0x28a8ec:0x473,_0x2676b5:0x43d,_0x4c32ff:0x477,_0x1b3c0b:0x3c3,_0x546069:0x515,_0x452636:0x4d0,_0x48d7ec:0x3a7,_0x2f1fb9:0x3ec,_0xab1396:0x3f3,_0x1d297b:0x3e9,_0x57b756:0x3f3,_0x33dfca:0x3b1,_0x28306d:0x3f7,_0x192e7a:0x43a,_0x35ec08:0x426,_0x192aef:0x37b,_0x397072:0x48c,_0x3548bf:0x457,_0x1de943:0x4a2,_0x4c4d06:0x464,_0x3b7954:0x38a,_0x3dcc97:0x38d,_0x337ef3:0x38b,_0x2dc849:0x430,_0x2158dd:0x459,_0x2dd5e8:0x4d3,_0x6a8ef8:0x50a,_0x12f764:0x4b7,_0x524837:0x4ce,_0x38e8bc:0x3e3,_0x4fced0:0x3f1,_0x1c82f3:0x49a,_0x309a4d:0x3da,_0x3bc07a:0x3b7,_0x1714e5:0x4d5,_0x17b80d:0x45c,_0x4964b2:0x491,_0x10d14d:0x399,_0x3ac247:0x37c,_0x52504d:0x4b7,_0x5c8933:0x45f,_0xde0051:0x483,_0x241e8b:0x3b2,_0x36b5cd:0x394,_0x154302:0x47a,_0x21d47b:0x4d4,_0x340615:0x407,_0x3ae6d0:0x444,_0x28c6f6:0x4ad,_0x22fe23:0x48a,_0x40b284:0x433,_0x5d9fab:0x3f7,_0x50f6cd:0x496,_0x3677fd:0x455,_0x27dd0a:0x494,_0x478e78:0x451,_0x2db1c5:0x4e3,_0x1814da:0x3e6,_0x5a4a81:0x430,_0x4eb8cb:0x46d,_0x5d0841:0x367,_0x2d2d2e:0x473,_0x4d1b06:0x395,_0xd21a31:0x389,_0x5d0a8d:0x3e2,_0x1444c7:0x3b7,_0x2a98c2:0x446,_0x5848b8:0x47c,_0x509023:0x493,_0x578499:0x46b,_0x5c6389:0x431,_0x2ee317:0x421,_0x20f6b5:0x45b,_0xc89eae:0x486,_0x3d4d21:0x4f8,_0x72e5d9:0x4b4,_0x438a45:0x3d5,_0x1ff564:0x493,_0x29f83e:0x42b,_0x520a42:0x46b,_0x5d5d8b:0x342,_0x365911:0x38f,_0x5a6c95:0x4c3,_0x542327:0x4c3,_0x1854e2:0x4c1,_0x4933d4:0x3f9,_0x28bf79:0x3a6,_0x5140a:0x4a8,_0x26f801:0x38c,_0x139bf0:0x3cd,_0x1d9f0a:0x3c5,_0x8c827c:0x3d4,_0x23174c:0x3b6,_0x5f16f1:0x39f,_0x3bcbfb:0x382,_0x10eec1:0x44c,_0x1c485d:0x435,_0x45ec82:0x460,_0x548241:0x38c,_0x5cb4f0:0x359,_0x3960a9:0x359,_0x4d469b:0x371,_0x42feb8:0x4a8,_0x1242c5:0x4a3,_0x4076f0:0x4a6,_0x39c41d:0x4a1,_0x415062:0x466,_0x45bbf1:0x384,_0x2fe70b:0x336,_0x2618e7:0x466,_0x1c2d10:0x49d,_0xef1f44:0x379,_0x7ec71c:0x3c2,_0x46bb45:0x3d1,_0x1e8d8b:0x3b2,_0x54a086:0x4df,_0x5b42ab:0x4d6,_0x174995:0x4df,_0x1b2400:0x356,_0x51c352:0x385,_0x6f53cd:0x3d1,_0x253c0c:0x42f,_0x128f4d:0x454,_0x314174:0x4a8,_0x350d73:0x466,_0x5b5c04:0x442,_0x21ecd0:0x3cf,_0x4f5e48:0x3d0,_0x3d0461:0x3a6,_0x13a6aa:0x393,_0x1b3623:0x3c7,_0x22c9ee:0x328,_0x184a6c:0x32a,_0x512e16:0x3b7,_0x4306b6:0x373,_0x3560a5:0x491,_0x59b81f:0x45d,_0x162a66:0x432,_0x3ba00a:0x3fe,_0x59ab59:0x3ae,_0x36b4bc:0x443,_0x4fb2ac:0x40f,_0x212a22:0x3eb,_0x2b72df:0x413,_0x49ebbd:0x42f,_0x405c3a:0x3e8,_0x499177:0x407,_0x5600cf:0x400,_0x2d37c6:0x396,_0x591dcd:0x39c,_0x2b73d0:0x3e1,_0x197c9a:0x4ca,_0x53459f:0x488,_0xc240d1:0x4cd},_0x5a5c82={_0x2fc03a:0x2b4},_0x501637={_0x5650f6:0x1da},_0x2843e6={'hPZxZ':'Error:\x20Cou'+_0x2e0e8c(0x3a0,_0x4db67f._0x548012,_0x4db67f._0x53af66,_0x4db67f._0x2c821b)+_0x28f330(_0x4db67f._0x3c99e6,0x4e9,_0x4db67f._0x277ae7,0x4bb)+_0x28f330(_0x4db67f._0x17217c,_0x4db67f._0x22450f,_0x4db67f._0x3dfb00,0x469)+_0x28f330(_0x4db67f._0xccf1c7,_0x4db67f._0x3e43a7,_0x4db67f._0x57bec3,_0x4db67f._0x32d651)+'les\x20data\x20c'+_0x2e0e8c(_0x4db67f._0xee7d7e,0x387,_0x4db67f._0x1a71c9,_0x4db67f._0x1936bd),'MnXCd':'Error:\x20Mus'+_0x28f330(0x48e,_0x4db67f._0x2de685,_0x4db67f._0x35dc92,_0x4db67f._0x1c23c6)+_0x28f330(0x47c,_0x4db67f._0x165ce,_0x4db67f._0xf50cb5,0x453)+_0x2e0e8c(_0x4db67f._0x491da4,0x3c7,_0x4db67f._0x55483a,_0x4db67f._0x3a28c6)+'-user-id=I'+'D','nyobs':function(_0x1e2930){return _0x1e2930();},'JiQhj':_0x2e0e8c(0x3b9,0x3af,_0x4db67f._0x1e86b3,_0x4db67f._0x1fc3ca)+_0x2e0e8c(0x41c,_0x4db67f._0x2f8cc8,0x409,_0x4db67f._0x1adaa8)+_0x28f330(0x453,_0x4db67f._0x276198,0x442,0x47a),'VcQUo':'\x20\x20coder-se'+_0x2e0e8c(0x37b,_0x4db67f._0x4560c5,0x346,0x394)+_0x2e0e8c(_0x4db67f._0x62e2fa,_0x4db67f._0x4514e4,_0x4db67f._0x1411da,0x3a2)+'sername=js'+_0x2e0e8c(0x3bb,0x3b9,0x3b0,_0x4db67f._0x23611f),'hHOwr':_0x2e0e8c(_0x4db67f._0x19b66c,_0x4db67f._0x114270,0x372,_0x4db67f._0x3fc6c8)+_0x28f330(_0x4db67f._0x3e05eb,_0x4db67f._0x382e3a,_0x4db67f._0x989b67,_0x4db67f._0xd3df0d)+_0x2e0e8c(_0x4db67f._0x14a658,_0x4db67f._0x21dff5,_0x4db67f._0x1e86b3,_0x4db67f._0x4e5ee8)+_0x28f330(0x483,0x4ba,_0x4db67f._0x36aed0,0x498)+_0x2e0e8c(0x359,_0x4db67f._0x51ad7b,0x378,_0x4db67f._0x30b521)+'te','xvAUc':'Usage:\x20cod'+_0x2e0e8c(_0x4db67f._0x1e86b3,0x3dd,0x420,0x40b)+_0x2e0e8c(_0x4db67f._0x2219b4,_0x4db67f._0x2506d3,_0x4db67f._0x25300d,_0x4db67f._0x21f22e)+_0x2e0e8c(0x361,0x398,_0x4db67f._0x3aa7e6,0x354)+']','DWrQG':_0x28f330(0x4cd,_0x4db67f._0x2755df,_0x4db67f._0x5799c3,_0x4db67f._0x1132e1)+'d=ID\x20\x20\x20\x20\x20\x20'+_0x2e0e8c(0x376,_0x4db67f._0xa9ea31,0x36d,0x3f2)+_0x28f330(0x49f,_0x4db67f._0x1abc75,0x47f,0x47b)+_0x2e0e8c(_0x4db67f._0xa7346a,0x3cd,0x3d7,0x389)+'e','rWvzG':_0x28f330(_0x4db67f._0x5a2450,_0x4db67f._0x43d2ea,0x44b,0x48e)+_0x2e0e8c(_0x4db67f._0x2506d3,0x3d9,0x413,0x420)+_0x2e0e8c(_0x4db67f._0x21f22e,_0x4db67f._0x11981f,_0x4db67f._0xce8445,_0x4db67f._0xdca0f6)+_0x2e0e8c(_0x4db67f._0xada78f,_0x4db67f._0xb9d9b6,_0x4db67f._0x5f2032,0x35a)+_0x2e0e8c(0x345,0x374,_0x4db67f._0x464058,0x36a)+_0x2e0e8c(0x384,0x36c,_0x4db67f._0x5b78ae,0x339)+_0x2e0e8c(0x36f,0x37a,_0x4db67f._0x417d19,0x333),'mlMlZ':'--username'+'=','QhcZu':function(_0x4be084,_0x5feeeb){return _0x4be084===_0x5feeeb;},'jgfKL':_0x2e0e8c(_0x4db67f._0x18f63b,_0x4db67f._0x8a8253,_0x4db67f._0x578c29,_0x4db67f._0x2207e5),'MePWT':function(_0x33cf79){return _0x33cf79();},'TXgEw':function(_0x76e706,_0x2d39c1){return _0x76e706!==_0x2d39c1;},'UTVzq':'Vvvwq','thrga':_0x2e0e8c(0x3ca,0x38e,_0x4db67f._0x4cbc87,0x372),'zmibq':function(_0x521cf7,_0x2a8670){return _0x521cf7(_0x2a8670);},'oOlMZ':'VpKdu','sorhw':_0x28f330(0x483,0x48b,_0x4db67f._0x4f7c43,0x457),'AciSe':_0x2e0e8c(_0x4db67f._0x184249,_0x4db67f._0x1e86b3,_0x4db67f._0x5b2c20,0x3df)+'in','mVDdw':function(_0x39f233,_0x37eeb1){return _0x39f233!==_0x37eeb1;},'pjORW':_0x28f330(_0x4db67f._0x166500,_0x4db67f._0x164e97,0x4dc,_0x4db67f._0xdd41cf),'JbLam':function(_0x5e430a,_0x202809){return _0x5e430a(_0x202809);},'Njeli':_0x2e0e8c(0x404,_0x4db67f._0x28d2f3,_0x4db67f._0x34cec5,0x40a),'uFHSI':'server','tzQBG':'cli','cPKlp':_0x2e0e8c(_0x4db67f._0x572243,_0x4db67f._0x4b82e6,0x337,0x389),'bxlUw':'YVObL','iiqzl':function(_0x1e2604,_0x19dda3){return _0x1e2604===_0x19dda3;},'ARDDI':_0x2e0e8c(0x374,_0x4db67f._0x33a182,_0x4db67f._0x5ed33c,0x378),'koZAb':'SEDeR','WpSLn':_0x2e0e8c(_0x4db67f._0x2c4656,_0x4db67f._0x2b9792,_0x4db67f._0x15ab09,_0x4db67f._0x331c42)+_0x2e0e8c(_0x4db67f._0x3d4cf3,_0x4db67f._0x233abd,_0x4db67f._0x1a1e63,_0x4db67f._0x5dfc31)+_0x2e0e8c(0x403,0x3ee,0x437,0x436)+_0x28f330(_0x4db67f._0x5e6cd2,_0x4db67f._0x276781,0x500,0x4b6),'ZisJE':_0x28f330(0x415,_0x4db67f._0x253721,_0x4db67f._0x3274ed,_0x4db67f._0x1eb7e5)+'ls:','COBDY':_0x28f330(0x4db,_0x4db67f._0x5ad25c,_0x4db67f._0x3a7dcd,_0x4db67f._0x3d9b72)+'now\x20has\x20wi'+_0x28f330(0x49e,0x4b4,0x4a0,0x475)+_0x2e0e8c(_0x4db67f._0x3f1a88,_0x4db67f._0x3595e7,_0x4db67f._0x36f1b9,0x357)+_0x28f330(_0x4db67f._0x155b6c,_0x4db67f._0x5764cc,0x45f,_0x4db67f._0x474bd7)+_0x28f330(0x49e,_0x4db67f._0x51a13f,_0x4db67f._0x4b266f,0x495)+_0x2e0e8c(0x3fc,0x3f8,_0x4db67f._0x4c7aa7,_0x4db67f._0x553e2e),'otkBZ':function(_0xd90d8f,_0x188c6d){return _0xd90d8f!==_0x188c6d;},'flVfL':'oGYCb','TDaAE':_0x2e0e8c(_0x4db67f._0xff6a98,_0x4db67f._0x4cbc87,_0x4db67f._0x4ffa8c,_0x4db67f._0x1870ba),'hFXzn':_0x28f330(0x48a,_0x4db67f._0x536bc2,_0x4db67f._0x35dc92,_0x4db67f._0x99ac12)+_0x2e0e8c(_0x4db67f._0x9df23,_0x4db67f._0x502260,0x443,_0x4db67f._0x348164)+'n'};(_0xf0f726[_0x2e0e8c(0x390,_0x4db67f._0x58d715,_0x4db67f._0x48c649,_0x4db67f._0xb7403f)]('--help')||_0xf0f726['includes']('-h'))&&(_0x2843e6[_0x28f330(0x45b,_0x4db67f._0x1132e1,_0x4db67f._0xdc3c53,0x480)](_0x2843e6[_0x28f330(0x4d7,0x4e6,0x4c9,_0x4db67f._0x25b896)],_0x2843e6[_0x2e0e8c(_0x4db67f._0xe0598e,0x3d5,_0x4db67f._0x3f1a88,0x3e3)])?(_0x2843e6[_0x28f330(_0x4db67f._0x3e2bb0,_0x4db67f._0x1edbe2,_0x4db67f._0x2b16ec,0x452)](showUsage),process[_0x28f330(0x437,_0x4db67f._0x152e33,0x439,_0x4db67f._0x2bdd61)](0x133*-0x4+-0x577*0x7+0x2b0d*0x1)):(_0x4b1d0d[_0x28f330(0x490,_0x4db67f._0x2186c9,0x447,_0x4db67f._0xb49ba2)]('Error:\x20Use'+_0x2e0e8c(_0x4db67f._0x278823,0x3b8,_0x4db67f._0x3ff4c3,_0x4db67f._0x592cb0)+'\x22'+_0x11bd58[_0x2e0e8c(0x3ec,_0x4db67f._0x26b654,0x396,0x381)]+(_0x28f330(_0x4db67f._0xe2e5a4,0x503,_0x4db67f._0x39c8f7,0x4d1)+'d.')),_0x4a6ba[_0x28f330(0x47a,_0x4db67f._0x3c6391,_0x4db67f._0x4f0add,0x473)](0x28*0xeb+-0xa44+-0x1a73*0x1)));const _0x35a416=parseArgs(_0xf0f726);!_0x35a416[_0x28f330(0x50c,_0x4db67f._0x279323,_0x4db67f._0x1aff96,0x4c2)]&&!_0x35a416[_0x28f330(0x4d0,_0x4db67f._0x3de1e8,_0x4db67f._0x3312d7,0x488)]&&(console[_0x28f330(0x457,0x4cf,_0x4db67f._0x51a13f,0x491)](_0x2843e6[_0x2e0e8c(_0x4db67f._0x3b98b0,0x38b,_0x4db67f._0x31266a,0x37b)]),console[_0x2e0e8c(0x3c1,0x3b7,0x3a8,0x3b3)](''),_0x2843e6[_0x28f330(_0x4db67f._0x45611d,_0x4db67f._0x38cbaa,0x46d,_0x4db67f._0x4327f2)](showUsage),process['exit'](-0x48*0x83+0x9*-0xb+0x253c));function _0x2e0e8c(_0x1e0d0e,_0x469157,_0x2d6e1d,_0x48f220){return _0x3a24(_0x469157-_0x501637._0x5650f6,_0x2d6e1d);}function _0x28f330(_0x55de40,_0x55a294,_0x1a0fd9,_0x204690){return _0x3a24(_0x204690-_0x5a5c82._0x2fc03a,_0x55de40);}try{let _0x12cfef;_0x35a416[_0x28f330(_0x4db67f._0x238e0d,_0x4db67f._0x5a6618,0x47c,_0x4db67f._0x18d293)]?_0x2843e6[_0x28f330(_0x4db67f._0x193cf7,_0x4db67f._0x1b78a9,_0x4db67f._0x59ab65,0x4ca)](_0x2843e6[_0x28f330(0x4af,_0x4db67f._0x4a140f,_0x4db67f._0xfdace6,0x49d)],_0x2843e6[_0x28f330(_0x4db67f._0x42a790,_0x4db67f._0x1b78a9,_0x4db67f._0x5ae31c,_0x4db67f._0x767bf4)])?(_0x12cfef=await findUserByUsername(_0x35a416[_0x28f330(_0x4db67f._0x2a6b43,_0x4db67f._0x1c23c6,_0x4db67f._0x530cc6,_0x4db67f._0x194407)]),!_0x12cfef&&(console['error'](_0x28f330(_0x4db67f._0x173e27,_0x4db67f._0x553120,0x500,0x4d4)+_0x2e0e8c(0x323,_0x4db67f._0x248c52,_0x4db67f._0x13bc1a,0x34f)+_0x28f330(0x4d0,_0x4db67f._0x3d431b,0x4ee,_0x4db67f._0x3bb237)+_0x35a416[_0x2e0e8c(0x40b,_0x4db67f._0x3d7bc0,0x3df,_0x4db67f._0x155b6c)]+('\x22\x20not\x20foun'+'d.')),process[_0x28f330(0x458,_0x4db67f._0x4b7c11,0x435,_0x4db67f._0x28a8ec)](-0xdda+-0x18f5*0x1+0x26d0))):(_0x39929c[_0x28f330(0x4dd,0x46a,_0x4db67f._0x51a13f,_0x4db67f._0xb49ba2)](_0x2843e6[_0x2e0e8c(0x3ac,0x38d,0x390,0x3d0)]),_0x344c25[_0x28f330(_0x4db67f._0x2676b5,_0x4db67f._0x4c32ff,_0x4db67f._0x1edbe2,_0x4db67f._0x2bdd61)](-0xa2a*-0x1+-0xae7+0xbe)):(_0x12cfef=await _0x2843e6['zmibq'](findUserById,_0x35a416[_0x2e0e8c(0x3d6,0x3ae,_0x4db67f._0x1b3c0b,0x3e5)]),!_0x12cfef&&(_0x2843e6['TXgEw'](_0x2843e6[_0x28f330(_0x4db67f._0x546069,0x4b4,0x4e5,_0x4db67f._0x452636)],_0x2843e6[_0x2e0e8c(_0x4db67f._0x48d7ec,_0x4db67f._0x2f1fb9,_0x4db67f._0xab1396,0x3a1)])?(console[_0x2e0e8c(_0x4db67f._0x3595e7,0x3b7,_0x4db67f._0x1d297b,_0x4db67f._0x57b756)]('Error:\x20Use'+'r\x20with\x20ID\x20'+'\x22'+_0x35a416['userId']+(_0x2e0e8c(_0x4db67f._0x33dfca,_0x4db67f._0x28306d,_0x4db67f._0x192e7a,_0x4db67f._0x35ec08)+'d.')),process[_0x2e0e8c(0x372,0x399,0x3a4,_0x4db67f._0x192aef)](-0x1*0x144a+-0x2c+-0xa9*-0x1f)):_0x828278['userId']=_0x4100be['split']('=')[-0x113b+-0x21d6+-0x6*-0x883]));await _0x2843e6[_0x28f330(0x497,0x44e,0x46b,0x452)](loadRoles);const _0x303b51=await _0x2843e6[_0x28f330(_0x4db67f._0x397072,0x449,_0x4db67f._0x3548bf,0x451)](getRoleByName,_0x2843e6[_0x28f330(_0x4db67f._0x1de943,0x476,0x435,_0x4db67f._0x4c4d06)]);!_0x303b51&&(console[_0x28f330(0x4aa,0x44f,0x468,_0x4db67f._0xb49ba2)](_0x2843e6[_0x2e0e8c(_0x4db67f._0x3b7954,_0x4db67f._0x3dcc97,_0x4db67f._0x337ef3,0x3a1)]),process['exit'](0x1c61+0x965+-0xc97*0x3));try{_0x2843e6[_0x28f330(_0x4db67f._0x2dc849,0x413,0x43d,_0x4db67f._0x2158dd)](_0x28f330(_0x4db67f._0x2dd5e8,_0x4db67f._0x6a8ef8,_0x4db67f._0x12f764,_0x4db67f._0x524837),_0x2843e6[_0x2e0e8c(0x3ba,_0x4db67f._0x38e8bc,0x3b5,_0x4db67f._0x4fced0)])?await _0x2843e6['JbLam'](createBinding,{'subject_type':_0x2843e6[_0x28f330(0x4ab,_0x4db67f._0x1c82f3,_0x4db67f._0x4a140f,_0x4db67f._0x5a2450)],'subject_id':_0x12cfef['id'],'role_id':_0x303b51['id'],'resource_type':_0x2843e6[_0x2e0e8c(_0x4db67f._0x309a4d,0x3ba,0x404,0x383)],'created_by':_0x2843e6[_0x28f330(_0x4db67f._0x5764cc,0x49f,_0x4db67f._0x38cbaa,0x485)]}):(_0x2148a3[_0x2e0e8c(0x3fd,_0x4db67f._0x3bc07a,0x3af,0x3f4)](_0x2843e6['MnXCd']),_0x269873[_0x28f330(_0x4db67f._0x1714e5,0x4a5,_0x4db67f._0x17b80d,_0x4db67f._0x4964b2)](''),_0x2843e6[_0x2e0e8c(0x365,0x36b,0x35a,0x39f)](_0x3170e1),_0x259c48[_0x2e0e8c(0x35b,_0x4db67f._0x10d14d,_0x4db67f._0xee7d7e,_0x4db67f._0x3ac247)](0x607+-0x26ca+0x831*0x4));}catch(_0x3adab0){if(_0x2843e6[_0x28f330(_0x4db67f._0x52504d,_0x4db67f._0x5c8933,0x4b2,_0x4db67f._0xde0051)]!==_0x2843e6['bxlUw']){_0x2843e6['iiqzl'](_0x3adab0[_0x2e0e8c(_0x4db67f._0x241e8b,0x380,_0x4db67f._0x36b5cd,0x3af)],_0x2843e6['ARDDI'])&&('yDIuP'===_0x2843e6['koZAb']?(_0x40811d[_0x28f330(_0x4db67f._0x154302,0x454,0x4dd,0x491)](_0x28f330(0x4a5,_0x4db67f._0x238e0d,_0x4db67f._0x2dd5e8,_0x4db67f._0x21d47b)+_0x28f330(0x44a,_0x4db67f._0x340615,0x404,_0x4db67f._0x3ae6d0)+_0x28f330(0x4dc,0x486,0x4d2,0x4c4)+_0x4dce2a[_0x28f330(_0x4db67f._0x28c6f6,0x4ec,_0x4db67f._0x22fe23,0x4c2)]+(_0x2e0e8c(_0x4db67f._0x40b284,_0x4db67f._0x5d9fab,0x3ea,_0x4db67f._0x62e2fa)+'d.')),_0x25a666[_0x28f330(_0x4db67f._0x50f6cd,0x45d,_0x4db67f._0x3677fd,_0x4db67f._0x2bdd61)](-0x89*-0x3d+0x40*0x72+-0x3d24)):(console[_0x28f330(_0x4db67f._0x27dd0a,0x42d,_0x4db67f._0x478e78,0x466)](_0x2e0e8c(_0x4db67f._0x48d7ec,0x3ed,0x3d0,0x3a4)+_0x12cfef[_0x28f330(0x483,0x4cc,_0x4db67f._0x2db1c5,0x4c2)]+(_0x2e0e8c(0x40e,_0x4db67f._0x1814da,0x427,_0x4db67f._0x5a4a81)+_0x28f330(0x462,0x486,_0x4db67f._0x4eb8cb,_0x4db67f._0x4eb8cb)+'rver\x20Admin'+_0x2e0e8c(0x3b6,0x391,_0x4db67f._0x5d0841,0x3dd))),process[_0x28f330(0x4ae,0x428,0x4a2,_0x4db67f._0x2d2d2e)](-0x3fb+-0x35*0x79+0x1d08)));throw _0x3adab0;}else{const _0x50117e=_0x2843e6['JiQhj'][_0x2e0e8c(0x3e8,0x3c6,0x40e,_0x4db67f._0x4d1b06)]('|');let _0x3c4f00=0x1a1a+0x2555+0x3f6f*-0x1;while(!![]){switch(_0x50117e[_0x3c4f00++]){case'0':_0x48c9c8[_0x2e0e8c(0x3b3,0x38c,_0x4db67f._0xd21a31,0x3bf)](_0x2843e6[_0x2e0e8c(0x3b5,0x3b1,0x3c4,_0x4db67f._0x5d0a8d)]);continue;case'1':_0x14b1c7['log']('Options:');continue;case'2':_0xa8b68d[_0x2e0e8c(_0x4db67f._0x1444c7,0x38c,_0x4db67f._0x48d7ec,0x3cd)](_0x2843e6[_0x28f330(_0x4db67f._0x2a98c2,_0x4db67f._0x5848b8,0x47e,0x44b)]);continue;case'3':_0x4a8408['log'](_0x2843e6['xvAUc']);continue;case'4':_0xd378e3[_0x28f330(_0x4db67f._0x509023,_0x4db67f._0x578499,_0x4db67f._0x5c6389,0x466)]('');continue;case'5':_0x582aee[_0x28f330(_0x4db67f._0x2ee317,0x41e,0x46b,0x466)]('');continue;case'6':_0x470e0a[_0x28f330(_0x4db67f._0x20f6b5,0x428,0x46f,0x466)](_0x28f330(_0x4db67f._0x25b896,_0x4db67f._0xc89eae,0x4ae,0x48f)+'existing\x20u'+_0x28f330(0x4a6,0x4b7,_0x4db67f._0x3d4d21,_0x4db67f._0x72e5d9)+_0x2e0e8c(_0x4db67f._0x438a45,0x3d2,0x417,0x395)+_0x28f330(_0x4db67f._0x1ff564,_0x4db67f._0x29f83e,0x433,_0x4db67f._0x520a42));continue;case'7':_0x25af13['log']('\x20\x20coder-se'+_0x2e0e8c(0x386,0x384,_0x4db67f._0x5d5d8b,_0x4db67f._0x365911)+_0x28f330(_0x4db67f._0x5a6c95,_0x4db67f._0x542327,_0x4db67f._0x1854e2,0x4b1)+'ser-id=use'+_0x2e0e8c(_0x4db67f._0x4933d4,0x3de,0x405,_0x4db67f._0x28bf79)+_0x28f330(0x475,_0x4db67f._0x452636,_0x4db67f._0x2a6b43,_0x4db67f._0x5140a)+'ef');continue;case'8':_0x262021[_0x2e0e8c(0x3a9,_0x4db67f._0x26f801,_0x4db67f._0x139bf0,_0x4db67f._0x1d9f0a)]('');continue;case'9':_0x3eb8ed[_0x2e0e8c(0x363,0x38c,_0x4db67f._0x8c827c,_0x4db67f._0x365911)](_0x28f330(0x431,0x47b,0x441,0x463));continue;case'10':_0xd3b6dd[_0x2e0e8c(_0x4db67f._0x23174c,0x38c,0x3d4,0x345)](_0x2843e6[_0x2e0e8c(0x359,_0x4db67f._0x5f16f1,0x3e6,_0x4db67f._0x3bcbfb)]);continue;case'11':_0x1a987d[_0x28f330(_0x4db67f._0x40b284,_0x4db67f._0x2755df,_0x4db67f._0x10eec1,0x466)](_0x2843e6[_0x2e0e8c(0x363,0x383,0x33f,0x364)]);continue;}break;}}}console[_0x2e0e8c(0x3ba,_0x4db67f._0x26f801,0x375,_0x4db67f._0x3595e7)](''),console['log'](_0x2843e6[_0x28f330(0x481,0x44d,_0x4db67f._0x1c485d,_0x4db67f._0x45ec82)]),console[_0x2e0e8c(0x374,_0x4db67f._0x548241,_0x4db67f._0x5cb4f0,_0x4db67f._0x3960a9)](''),console[_0x2e0e8c(_0x4db67f._0x4d469b,0x38c,0x3c1,0x3a9)](_0x2843e6[_0x28f330(0x491,_0x4db67f._0x42feb8,_0x4db67f._0x1242c5,0x462)]),console[_0x28f330(_0x4db67f._0x4076f0,_0x4db67f._0x39c41d,0x496,_0x4db67f._0x415062)](_0x2e0e8c(0x377,0x37b,_0x4db67f._0x45bbf1,_0x4db67f._0x2fe70b)+'\x20\x20\x20\x20\x20'+_0x12cfef['id']),console[_0x28f330(_0x4db67f._0xccf1c7,0x478,0x496,_0x4db67f._0x2618e7)](_0x28f330(0x48d,0x457,_0x4db67f._0x1c2d10,0x48c)+':\x20\x20\x20\x20'+_0x12cfef['username']),console[_0x2e0e8c(_0x4db67f._0xef1f44,_0x4db67f._0x26f801,0x36d,0x384)](_0x2e0e8c(_0x4db67f._0x3b98b0,_0x4db67f._0x7ec71c,0x3c0,0x3ab)+_0x2e0e8c(0x39e,_0x4db67f._0x46bb45,_0x4db67f._0x1e8d8b,_0x4db67f._0x31266a)+_0x12cfef[_0x28f330(_0x4db67f._0x54a086,_0x4db67f._0x5b42ab,_0x4db67f._0x174995,0x4d5)]),console[_0x2e0e8c(_0x4db67f._0x3b7954,0x38c,_0x4db67f._0x1b2400,0x3cb)](_0x2e0e8c(0x37c,0x3c5,0x3d4,_0x4db67f._0x3f1a88)+_0x2e0e8c(_0x4db67f._0x51c352,_0x4db67f._0x6f53cd,0x399,0x403)+_0x12cfef['name']),console[_0x28f330(_0x4db67f._0x253c0c,_0x4db67f._0x128f4d,_0x4db67f._0x314174,_0x4db67f._0x350d73)]('\x20\x20Role:\x20\x20\x20'+'\x20\x20\x20\x20\x20Serve'+_0x28f330(0x44d,0x461,0x432,_0x4db67f._0x5b5c04)+_0x2e0e8c(_0x4db67f._0x21ecd0,_0x4db67f._0x4f5e48,0x3bb,0x39e)+')'),console[_0x28f330(0x427,0x42a,0x439,_0x4db67f._0x415062)](''),console[_0x2e0e8c(_0x4db67f._0x3d0461,_0x4db67f._0x26f801,0x3b9,_0x4db67f._0x13a6aa)](_0x2843e6['COBDY']);}catch(_0x39039a){if(_0x2843e6[_0x2e0e8c(_0x4db67f._0x548012,0x39a,_0x4db67f._0x248c52,_0x4db67f._0x1b3623)](_0x2843e6['flVfL'],_0x2843e6[_0x2e0e8c(0x359,0x373,_0x4db67f._0x22c9ee,_0x4db67f._0x184a6c)]))logger[_0x2e0e8c(_0x4db67f._0x114270,_0x4db67f._0x512e16,0x371,_0x4db67f._0x4306b6)](_0x2843e6[_0x28f330(0x45d,0x4c4,0x458,0x484)],_0x39039a),console[_0x28f330(0x458,_0x4db67f._0x1aff96,0x4a0,_0x4db67f._0x3560a5)]('Error:\x20Fai'+'led\x20to\x20gra'+'nt\x20admin\x20-'+'\x20'+_0x39039a[_0x2e0e8c(0x38b,0x376,0x385,0x32d)]),process[_0x28f330(0x441,_0x4db67f._0x59b81f,_0x4db67f._0x162a66,_0x4db67f._0x28a8ec)](-0xd*-0x2d+-0x4f6+0x2ae);else{const _0x1be4d1={};_0x1be4d1[_0x2e0e8c(0x3b6,0x3e8,0x40d,_0x4db67f._0x3ba00a)]=null,_0x1be4d1[_0x2e0e8c(0x3ea,_0x4db67f._0x59ab59,0x373,_0x4db67f._0x241e8b)]=null;const _0x1a090f=_0x1be4d1;for(const _0x65df1b of _0x3dca8e){if(_0x65df1b[_0x28f330(_0x4db67f._0x36b4bc,0x45f,0x4a6,0x476)](_0x2843e6[_0x2e0e8c(_0x4db67f._0x4fb2ac,0x3d4,_0x4db67f._0x212a22,_0x4db67f._0x2b72df)]))_0x1a090f[_0x2e0e8c(_0x4db67f._0x49ebbd,_0x4db67f._0x405c3a,0x3d5,0x3f7)]=_0x65df1b[_0x2e0e8c(0x3ee,_0x4db67f._0x3fc6c8,_0x4db67f._0x499177,_0x4db67f._0x5600cf)]('=')[-0x189c+-0x2044+-0x38e1*-0x1];else _0x65df1b[_0x2e0e8c(_0x4db67f._0x2d37c6,_0x4db67f._0x591dcd,0x3d8,_0x4db67f._0x2b73d0)]('--user-id=')&&(_0x1a090f[_0x28f330(_0x4db67f._0x197c9a,0x4c8,_0x4db67f._0x5e6cd2,_0x4db67f._0x53459f)]=_0x65df1b[_0x28f330(_0x4db67f._0xc240d1,0x495,_0x4db67f._0x72e5d9,0x4a0)]('=')[-0x1393+-0x2fb*-0x9+-0x73f]);}return _0x1a090f;}}}function showUsage(){const _0x27ace6={_0x68a675:0x170,_0x59ca43:0x12f,_0x89daf7:0xeb,_0x42e83f:0xfb,_0x33acd1:0xbe,_0x11e524:0x36d,_0x5e621e:0x399,_0x2fbd9f:0x3b2,_0x5c6c48:0x381,_0x42c0e5:0x357,_0x3e5dbb:0x38b,_0x50207b:0x15c,_0x5323c4:0x395,_0x472e2d:0x307,_0x262482:0x370,_0x199cf4:0x33b,_0x514f54:0x372,_0x462058:0x392,_0x1f7c7a:0x357,_0x1c3d41:0x327,_0x7236cd:0x323,_0x328f42:0x36c,_0x18792e:0x38e,_0x89b4a8:0xec,_0x5f0367:0xf6,_0x3078aa:0x176,_0x10f1d8:0x32b,_0x376ec1:0x324,_0x5075c4:0x10e,_0x1307af:0xdd,_0x3ae32b:0x121,_0x537a67:0x146,_0x64b2b2:0x16a,_0x23eea0:0x150,_0xf189ff:0x11d,_0x1fdea2:0x110,_0x413994:0x129,_0x2b0553:0xf8,_0x53efad:0xf2,_0x2c6bab:0x11e,_0x4af6ef:0x337,_0x24d3a3:0x30d,_0x4a2425:0x385,_0x1f62a4:0x14a,_0x16aa7f:0xd5,_0x4f107c:0x356,_0x13add4:0x398,_0x4fe978:0x312,_0xb3d92e:0x381,_0x36113c:0xe8,_0x1f21c0:0xb6,_0x180da8:0x374,_0x248969:0x3ad,_0x53049f:0x3b8,_0x49c4dc:0x173,_0x3e2d3b:0x145,_0x58b8d1:0x141,_0x207736:0x182,_0x4eb026:0x334,_0x14540f:0x301,_0x42cd5b:0x33d,_0x3c8bb3:0x373,_0x2375b4:0x33b,_0x32865e:0x34b,_0x142f6a:0x310,_0x2024b8:0x32a,_0x67cbd9:0x366,_0x30d7d4:0x167,_0x2a36f5:0x131,_0x38562f:0x304,_0x5c5dbd:0x2fc,_0x4735b4:0x3a4,_0x3960b1:0x333,_0x51e83e:0x35f,_0x38671a:0x31d,_0x6f4d76:0x15d,_0x1e1b8c:0x136,_0x27a4fc:0x37d,_0xa58476:0x34c,_0x26d683:0x31c,_0x11d030:0x345,_0x3084c7:0x367,_0x3f8334:0x315,_0x32fd75:0x10d,_0x404352:0x133,_0x3f7f7b:0x11f,_0x31a518:0x322,_0x5d54a9:0x2ff,_0x59f604:0x2eb,_0x2584ca:0xf1,_0x4f9f82:0x301,_0x3398ee:0x35e,_0x2493df:0x304,_0x576a8f:0x18a,_0x2bd6a7:0x162,_0x31a2d1:0x17d,_0x3f23ee:0x11b,_0x63c733:0xc4,_0x1e5e37:0xd7,_0x160f9c:0x344,_0x223daa:0x103,_0x22c646:0xf4,_0x17f5f0:0x3a7,_0x13d7cd:0x3c7,_0x4d8f64:0x3b3,_0x40b4bc:0xd7,_0x2ddc2d:0x11a},_0x469d7c={_0x3a3112:0xaf},_0xef640f={};_0xef640f[_0x541f07(_0x27ace6._0x68a675,0x166,_0x27ace6._0x59ca43,0x143)]='\x20\x20coder-se'+_0x541f07(_0x27ace6._0x89daf7,_0x27ace6._0x42e83f,0xed,_0x27ace6._0x33acd1)+_0x30a511(_0x27ace6._0x11e524,_0x27ace6._0x5e621e,_0x27ace6._0x2fbd9f,0x352)+_0x30a511(_0x27ace6._0x5c6c48,_0x27ace6._0x42c0e5,0x379,_0x27ace6._0x3e5dbb)+'mith',_0xef640f[_0x541f07(0x14d,_0x27ace6._0x50207b,0x17b,0x167)]=_0x30a511(0x34b,0x341,_0x27ace6._0x5323c4,_0x27ace6._0x472e2d)+'existing\x20u'+_0x30a511(_0x27ace6._0x262482,0x397,_0x27ace6._0x199cf4,_0x27ace6._0x514f54)+_0x30a511(0x368,_0x27ace6._0x462058,_0x27ace6._0x1f7c7a,0x39f)+'\x20role.';function _0x541f07(_0x3c645d,_0x3734e7,_0x385ee6,_0x5e6552){return _0x3a24(_0x3734e7- -_0x469d7c._0x3a3112,_0x5e6552);}_0xef640f[_0x30a511(0x2fd,_0x27ace6._0x1c3d41,0x2e4,_0x27ace6._0x7236cd)]='\x20\x20--user-i'+_0x30a511(_0x27ace6._0x328f42,0x34a,0x329,_0x27ace6._0x18792e)+'\x20User\x20ID\x20o'+_0x541f07(0xe2,0x118,_0x27ace6._0x89b4a8,_0x27ace6._0x5f0367)+_0x541f07(_0x27ace6._0x3078aa,0x144,_0x27ace6._0x50207b,0x128)+'e';function _0x30a511(_0x2bf4e5,_0x5d231c,_0x1c0b63,_0x4c504a){return _0x3a24(_0x2bf4e5-0x170,_0x5d231c);}_0xef640f[_0x30a511(_0x27ace6._0x10f1d8,_0x27ace6._0x376ec1,0x2eb,0x336)]=_0x541f07(_0x27ace6._0x5075c4,_0x27ace6._0x1307af,0xa2,0x117),_0xef640f['HrNiK']=_0x541f07(_0x27ace6._0x3ae32b,0x12b,0x131,_0x27ace6._0x537a67)+_0x541f07(_0x27ace6._0x64b2b2,_0x27ace6._0x23eea0,_0x27ace6._0xf189ff,_0x27ace6._0x1fdea2)+_0x541f07(0x16b,0x123,_0x27ace6._0x413994,0xd9)+_0x541f07(0x102,_0x27ace6._0x2b0553,_0x27ace6._0x53efad,_0x27ace6._0x2c6bab)+'ssions\x20acr'+'oss\x20all\x20re'+'sources.',_0xef640f[_0x30a511(0x33a,_0x27ace6._0x4af6ef,_0x27ace6._0x24d3a3,_0x27ace6._0x4a2425)]=_0x541f07(_0x27ace6._0x1f62a4,0x100,_0x27ace6._0x16aa7f,_0x27ace6._0x1f62a4),_0xef640f['uOvXX']=_0x30a511(_0x27ace6._0x4f107c,_0x27ace6._0x13add4,_0x27ace6._0x4fe978,_0x27ace6._0xb3d92e)+_0x541f07(_0x27ace6._0x36113c,_0x27ace6._0x42e83f,0xb3,_0x27ace6._0x1f21c0)+'-admin\x20--u'+'ser-id=use'+_0x30a511(_0x27ace6._0x180da8,_0x27ace6._0x248969,0x348,_0x27ace6._0x53049f)+_0x541f07(_0x27ace6._0x49c4dc,_0x27ace6._0x3e2d3b,_0x27ace6._0x58b8d1,_0x27ace6._0x207736)+'ef',_0xef640f['QkWMW']=_0x30a511(_0x27ace6._0x4eb026,_0x27ace6._0x14540f,_0x27ace6._0x42cd5b,_0x27ace6._0x3c8bb3)+_0x30a511(_0x27ace6._0x2375b4,_0x27ace6._0x32865e,0x374,_0x27ace6._0x142f6a)+_0x30a511(_0x27ace6._0x2024b8,0x375,0x2f4,_0x27ace6._0x67cbd9)+_0x541f07(0x176,0x135,_0x27ace6._0x30d7d4,_0x27ace6._0x2a36f5)+_0x30a511(_0x27ace6._0x38562f,_0x27ace6._0x5c5dbd,0x329,0x2c1)+'te',_0xef640f[_0x30a511(0x38b,0x377,0x381,_0x27ace6._0x4735b4)]=_0x541f07(0x145,0x14a,0x149,0x106)+'er-server\x20'+_0x30a511(_0x27ace6._0x3960b1,0x360,0x306,_0x27ace6._0x51e83e)+_0x30a511(0x32e,_0x27ace6._0x38671a,0x340,0x354)+']';const _0x56bac6=_0xef640f,_0x11e751=('10|11|2|6|'+'1|4|9|3|5|'+_0x541f07(_0x27ace6._0x6f4d76,_0x27ace6._0x1e1b8c,0xf8,0x171))[_0x30a511(0x35c,0x399,_0x27ace6._0x27a4fc,0x366)]('|');let _0x396bac=-0x1ec1*0x1+0x517*0x1+0x19aa;while(!![]){switch(_0x11e751[_0x396bac++]){case'0':console[_0x30a511(0x322,_0x27ace6._0xa58476,_0x27ace6._0x26d683,0x31f)](_0x56bac6['mEVzI']);continue;case'1':console[_0x30a511(0x322,_0x27ace6._0x11d030,_0x27ace6._0x3084c7,_0x27ace6._0x3f8334)]('');continue;case'2':console[_0x541f07(_0x27ace6._0x32fd75,0x103,_0x27ace6._0x404352,0x12e)](_0x56bac6[_0x541f07(0x156,0x15c,0x11d,0x17e)]);continue;case'3':console[_0x541f07(0x10c,0x103,0x13c,_0x27ace6._0x3f7f7b)](_0x56bac6['ghTlx']);continue;case'4':console[_0x30a511(_0x27ace6._0x31a518,_0x27ace6._0x5d54a9,_0x27ace6._0x59f604,0x2d7)](_0x56bac6[_0x541f07(0x154,0x10c,0xf3,_0x27ace6._0x2584ca)]);continue;case'5':console[_0x30a511(_0x27ace6._0x31a518,0x308,0x335,_0x27ace6._0x4f9f82)]('');continue;case'6':console[_0x30a511(0x322,0x360,_0x27ace6._0x3398ee,_0x27ace6._0x2493df)](_0x56bac6[_0x541f07(_0x27ace6._0x576a8f,0x140,_0x27ace6._0x2bd6a7,_0x27ace6._0x31a2d1)]);continue;case'7':console['log'](_0x56bac6['BmMVq']);continue;case'8':console[_0x541f07(0xc9,0x103,_0x27ace6._0x3f23ee,0xcf)](_0x56bac6['uOvXX']);continue;case'9':console[_0x541f07(_0x27ace6._0x63c733,0x103,_0x27ace6._0x1e5e37,0x128)](_0x56bac6[_0x30a511(0x338,0x340,_0x27ace6._0x160f9c,0x348)]);continue;case'10':console[_0x541f07(0x120,_0x27ace6._0x223daa,0xfe,_0x27ace6._0x22c646)](_0x56bac6[_0x30a511(0x38b,_0x27ace6._0x17f5f0,_0x27ace6._0x13d7cd,_0x27ace6._0x4d8f64)]);continue;case'11':console[_0x541f07(_0x27ace6._0x40b4bc,0x103,_0x27ace6._0x2ddc2d,0xc6)]('');continue;}break;}}
|