@profoundlogic/coderflow-server 0.8.8 → 0.8.9

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.
Files changed (188) hide show
  1. package/dist/base-image/coder-git-credential-helper +4 -1
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config.js +1 -1
  4. package/dist/lib/agent-keepalive.js +1 -1
  5. package/dist/lib/agent-models.js +1 -1
  6. package/dist/lib/api-keys.js +1 -1
  7. package/dist/lib/apiKeys.js +1 -1
  8. package/dist/lib/app-server-ports.js +1 -1
  9. package/dist/lib/auto-judge.js +1 -1
  10. package/dist/lib/automation-service.js +1 -1
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/bindings.js +1 -1
  13. package/dist/lib/build-history.js +1 -1
  14. package/dist/lib/build-output-service.js +1 -1
  15. package/dist/lib/build-scheduler.js +1 -1
  16. package/dist/lib/build-service.js +1 -1
  17. package/dist/lib/ca-certificates.js +1 -1
  18. package/dist/lib/claude-oauth-refresh.js +1 -1
  19. package/dist/lib/cli/build.js +1 -1
  20. package/dist/lib/cli/cleanup-users.js +1 -1
  21. package/dist/lib/cli/config-command.js +1 -1
  22. package/dist/lib/cli/config.js +1 -1
  23. package/dist/lib/cli/create-user.js +1 -1
  24. package/dist/lib/cli/grant-admin.js +1 -1
  25. package/dist/lib/cli/init.js +1 -1
  26. package/dist/lib/cli/jira.js +1 -1
  27. package/dist/lib/cli/license.js +1 -1
  28. package/dist/lib/cli/list-roles.js +1 -1
  29. package/dist/lib/cli/list-users.js +1 -1
  30. package/dist/lib/cli/server-manager.js +1 -1
  31. package/dist/lib/cli/set-password.js +1 -1
  32. package/dist/lib/compression-filter.js +1 -1
  33. package/dist/lib/config-migration.js +1 -1
  34. package/dist/lib/container-credential-sync.js +1 -1
  35. package/dist/lib/container-tokens.js +1 -1
  36. package/dist/lib/data-dir.js +1 -1
  37. package/dist/lib/deployment-history.js +1 -1
  38. package/dist/lib/deployment-service.js +1 -1
  39. package/dist/lib/docker-utils.js +1 -1
  40. package/dist/lib/email.js +1 -1
  41. package/dist/lib/emailTemplates.js +1 -1
  42. package/dist/lib/entitlement.js +1 -1
  43. package/dist/lib/external-connections.js +1 -1
  44. package/dist/lib/fetch-utils.js +1 -1
  45. package/dist/lib/git-commit-details-route.js +1 -1
  46. package/dist/lib/git-history-diff-guardrails.js +1 -1
  47. package/dist/lib/git-provider-service.js +1 -1
  48. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  49. package/dist/lib/git-provider-setup/index.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  51. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  52. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  53. package/dist/lib/git-providers/github-app-provider.js +1 -1
  54. package/dist/lib/git-providers/index.js +1 -1
  55. package/dist/lib/git-providers/provider-factory.js +1 -1
  56. package/dist/lib/git-providers/provider-interface.js +1 -1
  57. package/dist/lib/github-urls.js +1 -1
  58. package/dist/lib/group-objective-linking.js +1 -1
  59. package/dist/lib/ibmi-sync.js +1 -1
  60. package/dist/lib/jira-client.js +1 -1
  61. package/dist/lib/judge-blinding.js +1 -1
  62. package/dist/lib/logger.js +1 -1
  63. package/dist/lib/memory-utils.js +1 -1
  64. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  65. package/dist/lib/model-fetcher.js +1 -1
  66. package/dist/lib/notifications.js +1 -1
  67. package/dist/lib/objective-context.js +1 -1
  68. package/dist/lib/oidc-auth.js +1 -1
  69. package/dist/lib/oidc-device-flow.js +1 -1
  70. package/dist/lib/passwordTokens.js +1 -1
  71. package/dist/lib/permission-resolver.js +1 -1
  72. package/dist/lib/pin-cascade.js +1 -1
  73. package/dist/lib/provider-accounts.js +1 -1
  74. package/dist/lib/provider-oauth.js +1 -1
  75. package/dist/lib/provider-profile.js +1 -1
  76. package/dist/lib/provider-token-refresh.js +1 -1
  77. package/dist/lib/rbac-user-state.js +1 -1
  78. package/dist/lib/request-url.js +1 -1
  79. package/dist/lib/rewind.js +1 -1
  80. package/dist/lib/role-definitions.js +1 -1
  81. package/dist/lib/roles.js +1 -1
  82. package/dist/lib/secrets.js +1 -1
  83. package/dist/lib/setup-repo-git-auth.js +1 -1
  84. package/dist/lib/slack-service.js +1 -1
  85. package/dist/lib/state-capture.js +1 -1
  86. package/dist/lib/static-files.js +1 -1
  87. package/dist/lib/task-aliases.js +1 -1
  88. package/dist/lib/task-container-init.js +1 -1
  89. package/dist/lib/task-context-usage.js +1 -1
  90. package/dist/lib/task-git-auth-errors.js +1 -0
  91. package/dist/lib/task-name-format.js +1 -1
  92. package/dist/lib/task-name-generator.js +1 -1
  93. package/dist/lib/task-source-metadata.js +1 -1
  94. package/dist/lib/teams.js +1 -1
  95. package/dist/lib/user-git-oauth.js +1 -1
  96. package/dist/lib/user-git-tokens.js +1 -1
  97. package/dist/lib/users.js +1 -1
  98. package/dist/middleware/requireAuth.js +1 -1
  99. package/dist/middleware/requireInit.js +1 -1
  100. package/dist/middleware/requirePermission.js +1 -1
  101. package/dist/package.json +1 -1
  102. package/dist/playwright.config.js +1 -1
  103. package/dist/playwright.task-terminal.config.js +1 -1
  104. package/dist/routes/apiKeys.js +1 -1
  105. package/dist/routes/auth-oidc.js +1 -1
  106. package/dist/routes/auth.js +1 -1
  107. package/dist/routes/automations.js +1 -1
  108. package/dist/routes/bindings.js +1 -1
  109. package/dist/routes/build.js +1 -1
  110. package/dist/routes/containers.js +1 -1
  111. package/dist/routes/deploy-task.js +1 -1
  112. package/dist/routes/environment-management.js +1 -1
  113. package/dist/routes/environments.js +1 -1
  114. package/dist/routes/external-skills.js +1 -1
  115. package/dist/routes/git-credentials.js +1 -1
  116. package/dist/routes/git-oauth.js +1 -1
  117. package/dist/routes/git-provider-setup.js +1 -1
  118. package/dist/routes/health.js +1 -1
  119. package/dist/routes/jira.js +1 -1
  120. package/dist/routes/logs.js +1 -1
  121. package/dist/routes/objective-management.js +1 -1
  122. package/dist/routes/password.js +1 -1
  123. package/dist/routes/prompt.js +1 -1
  124. package/dist/routes/provider-auth.js +1 -1
  125. package/dist/routes/qa.js +1 -1
  126. package/dist/routes/roles.js +1 -1
  127. package/dist/routes/settings.js +1 -1
  128. package/dist/routes/skill-management.js +1 -1
  129. package/dist/routes/skills.js +1 -1
  130. package/dist/routes/slack.js +1 -1
  131. package/dist/routes/stats.js +1 -1
  132. package/dist/routes/tasks.js +1 -1
  133. package/dist/routes/teams.js +1 -1
  134. package/dist/routes/templates.js +1 -1
  135. package/dist/routes/test-task.js +1 -1
  136. package/dist/routes/test.js +1 -1
  137. package/dist/routes/users.js +1 -1
  138. package/dist/routes/visualizations.js +1 -1
  139. package/dist/scripts/create-user.js +1 -1
  140. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  141. package/dist/start.js +1 -1
  142. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  143. package/dist/web-ui/public/activity-feed.js +1 -1
  144. package/dist/web-ui/public/activity-formatters.js +1 -1
  145. package/dist/web-ui/public/admin.js +1 -1
  146. package/dist/web-ui/public/agent-event-parser.js +1 -1
  147. package/dist/web-ui/public/app.js +1 -1
  148. package/dist/web-ui/public/approve-dialog.js +1 -1
  149. package/dist/web-ui/public/automation-links.js +1 -1
  150. package/dist/web-ui/public/automation-schedule.js +1 -1
  151. package/dist/web-ui/public/comments-widget.js +1 -1
  152. package/dist/web-ui/public/diff-utils.js +1 -1
  153. package/dist/web-ui/public/docs/admin/automations.md +8 -7
  154. package/dist/web-ui/public/docs/code/files-and-editing.md +11 -0
  155. package/dist/web-ui/public/docs/docsify-proxy-helper.js +1 -1
  156. package/dist/web-ui/public/environments.html +19 -7
  157. package/dist/web-ui/public/environments.js +1 -1
  158. package/dist/web-ui/public/feedback-widget.css +59 -2
  159. package/dist/web-ui/public/feedback-widget.js +1 -1
  160. package/dist/web-ui/public/file-selection-tree.js +1 -1
  161. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  162. package/dist/web-ui/public/git-history.js +1 -1
  163. package/dist/web-ui/public/git-status.js +1 -1
  164. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  165. package/dist/web-ui/public/index.js +1 -1
  166. package/dist/web-ui/public/login.js +1 -1
  167. package/dist/web-ui/public/markdown-editor.js +1 -1
  168. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  169. package/dist/web-ui/public/modal-maximize.js +1 -1
  170. package/dist/web-ui/public/notifications.js +1 -1
  171. package/dist/web-ui/public/permissions.js +1 -1
  172. package/dist/web-ui/public/pr-dialog.js +1 -1
  173. package/dist/web-ui/public/roles.js +1 -1
  174. package/dist/web-ui/public/settings.js +1 -1
  175. package/dist/web-ui/public/setup-password.js +1 -1
  176. package/dist/web-ui/public/skills.js +1 -1
  177. package/dist/web-ui/public/sse-client.js +1 -1
  178. package/dist/web-ui/public/sse-client.transport-warning.js +1 -1
  179. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  180. package/dist/web-ui/public/styles.css +20 -0
  181. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  182. package/dist/web-ui/public/task.js +1 -1
  183. package/dist/web-ui/public/teams.js +1 -1
  184. package/dist/web-ui/public/terminal.js +1 -1
  185. package/dist/web-ui/public/theme.js +1 -1
  186. package/dist/web-ui/public/users.js +1 -1
  187. package/dist/web-ui/public/variant-grouping.js +1 -1
  188. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x72d995,_0xb9ee0){const _0x143055={_0x22f3f6:0x18f,_0x26621f:0x172,_0x4fe8c0:0x306,_0x3edc5d:0x30e,_0x35c91d:0x336,_0x5b0f76:0x309,_0x53be9d:0x317,_0x517ed4:0x311,_0x5bbb9c:0x2e8,_0x54346b:0x2c8,_0x14e70e:0x2fb,_0x439d62:0x158,_0xea5560:0x18b,_0x39fa43:0x2fe,_0x2dbcd8:0x2cd,_0x3eb397:0x2e7,_0x2edcc1:0x2fc,_0x579f62:0x31b,_0x512f6f:0x318,_0x1a3ac1:0x302,_0x1d538a:0x183,_0x56ed33:0x141,_0x16d147:0x313,_0xafcff0:0x2ee,_0x35d831:0x304},_0x44da79={_0x4fe09f:0x69},_0x3b6558=_0x72d995();function _0x41e57f(_0x1631eb,_0x2eb871,_0x10c7b2,_0x299194){return _0x1a0d(_0x1631eb-0x134,_0x10c7b2);}function _0x20773a(_0x1bdc83,_0xe5be4c,_0x3098fe,_0x17dd41){return _0x1a0d(_0xe5be4c- -_0x44da79._0x4fe09f,_0x3098fe);}while(!![]){try{const _0x5299d5=parseInt(_0x20773a(0x16b,_0x143055._0x22f3f6,_0x143055._0x26621f,0x184))/(0xe9c+-0x11d8*0x2+0x1515)*(parseInt(_0x41e57f(_0x143055._0x4fe8c0,_0x143055._0x3edc5d,_0x143055._0x35c91d,0x31b))/(0xf7b+-0xd7c+0x1fd*-0x1))+parseInt(_0x41e57f(0x307,_0x143055._0x5b0f76,_0x143055._0x53be9d,_0x143055._0x517ed4))/(0x2*0x474+0x152*0xd+-0x1a0f)*(parseInt(_0x41e57f(_0x143055._0x5bbb9c,_0x143055._0x54346b,_0x143055._0x14e70e,0x2bb))/(0x13c8+0xa19+0x2b7*-0xb))+-parseInt(_0x20773a(0x14e,0x16c,_0x143055._0x439d62,_0x143055._0xea5560))/(0x1eac+0x6b*-0x13+0x2*-0xb5b)*(parseInt(_0x41e57f(_0x143055._0x39fa43,_0x143055._0x2dbcd8,_0x143055._0x3eb397,0x328))/(0x9*-0xb5+0x1*-0x1816+0x1e79))+-parseInt(_0x41e57f(_0x143055._0x2edcc1,_0x143055._0x579f62,0x2fe,_0x143055._0x512f6f))/(0x5*0x3b1+0x2*0xc7d+-0x3*0xe78)+-parseInt(_0x41e57f(0x316,0x2ec,_0x143055._0x1a3ac1,0x315))/(-0x25c1+0x12ee+0x12db)*(-parseInt(_0x20773a(0x193,0x165,_0x143055._0x1d538a,0x181))/(-0x61*-0x1a+-0x322*0x4+-0x8b*-0x5))+parseInt(_0x20773a(_0x143055._0x56ed33,0x155,0x131,0x16a))/(0x1c69+-0x1*-0xacf+-0x7d6*0x5)*(parseInt(_0x41e57f(0x318,0x331,_0x143055._0x16d147,0x31f))/(-0x1*-0x13c9+0x56c+0x1*-0x192a))+-parseInt(_0x41e57f(0x303,_0x143055._0xafcff0,0x2e5,_0x143055._0x35d831))/(-0x31*-0x5b+-0x25fd+0x7*0x2f2);if(_0x5299d5===_0xb9ee0)break;else _0x3b6558['push'](_0x3b6558['shift']());}catch(_0x303d6d){_0x3b6558['push'](_0x3b6558['shift']());}}}(_0x1992,-0x5fbf*-0x1+0x13*0x3286+-0x1e10c));import{promises as _0x241e8c,constants as _0x41f29f}from'fs';import _0x37f21f from'path';import _0x72fe21 from'os';const CONFIG_PATH=_0x37f21f[_0x5a600d(-0x1d0,-0x1d2,-0x1db,-0x1f4)](_0x72fe21[_0x5a600d(-0x219,-0x1f8,-0x1fb,-0x213)](),_0x2c8f29(0x28,0x19,0x1f,0x51),_0x2c8f29(0x14,0x3c,-0x2,-0x6)+'n');async function loadConfig(){const _0x3ca5fb={_0x2ff7e2:0x1b3,_0x2ddd69:0x1a3,_0x2fa75e:0x186,_0x2a92a1:0x189,_0x5804ef:0x1d8,_0x2d08ae:0x1fa,_0x1f8561:0x3aa,_0x1717eb:0x397,_0x3eef04:0x3d6,_0x131a53:0x3db,_0x39ddd9:0x17d,_0x523fc3:0x1a5,_0x20ab4e:0x3cc,_0x4ceee2:0x3cf,_0x5cb621:0x388,_0x378f8e:0x38f,_0x54f7a0:0x19a,_0x1877ee:0x1ab,_0x807a99:0x1bb,_0x1621ce:0x1d7,_0x8e100c:0x1e7,_0x1e9c81:0x1a6,_0x1fcdee:0x1ed,_0x3a256b:0x1ce,_0x30db77:0x1af,_0x3a2046:0x1d2,_0x18d380:0x1a9,_0x58537f:0x197,_0x45b634:0x19d,_0x59da89:0x198,_0x4ba854:0x1ca,_0x10a5ee:0x3a7,_0x31777b:0x3aa,_0x16b421:0x3a5,_0x24a97e:0x1e3,_0x18c574:0x19f,_0x2726cf:0x1ae,_0xb3eb76:0x1c2,_0x3f555c:0x192,_0x20ebca:0x185,_0x3a0395:0x1f8,_0x577683:0x1da,_0x5b76b8:0x1e7,_0x23a42a:0x1b3,_0x134573:0x17d,_0x45fcb0:0x187,_0x17a7f4:0x162,_0x202603:0x17a,_0x585bb8:0x1b1,_0x595e19:0x3ae,_0xf353cd:0x3a5,_0xa89fab:0x3a2,_0x466c41:0x170,_0x287e19:0x193,_0x1c0a88:0x1d2,_0x21b386:0x395,_0x48cb91:0x3bb,_0x2ba782:0x3b6,_0x298663:0x3a9,_0x3eccf5:0x387,_0x1ef24a:0x3cd,_0x43e7b6:0x3f7,_0x4f86dd:0x3ec,_0x29cbe2:0x3fb,_0x41a5b3:0x3a0,_0x968d74:0x3c7,_0x74cc9:0x380,_0x33938c:0x3d1,_0x261723:0x19a,_0x2e6cb3:0x1b8,_0xd01b73:0x1b5,_0x382ab9:0x1d2,_0x271f99:0x3c8,_0x27bd02:0x3ac,_0x196051:0x3b0,_0x317aaa:0x3e8},_0xbd30b0={_0x1c2600:0x1a6,_0xe044dc:0xdd};function _0x121d39(_0x33bda2,_0xdb600f,_0x596856,_0x597bd9){return _0x2c8f29(_0x596856-_0xbd30b0._0x1c2600,_0xdb600f,_0x596856-0x16b,_0x597bd9-_0xbd30b0._0xe044dc);}const _0x469899={};function _0x487e10(_0x518d4b,_0x17dfda,_0x2015dc,_0x51b558){return _0x2c8f29(_0x518d4b-0x3aa,_0x51b558,_0x2015dc-0xbc,_0x51b558-0x1e3);}_0x469899['VphQm']='ENOENT',_0x469899['YyOwx']=function(_0x3b399e,_0x3a21fd){return _0x3b399e===_0x3a21fd;},_0x469899[_0x121d39(_0x3ca5fb._0x2ff7e2,0x186,_0x3ca5fb._0x2ddd69,_0x3ca5fb._0x2fa75e)]='EACCES',_0x469899[_0x121d39(_0x3ca5fb._0x2a92a1,0x196,0x18c,0x16b)]=_0x121d39(0x1dc,_0x3ca5fb._0x5804ef,0x1d9,_0x3ca5fb._0x2d08ae),_0x469899[_0x487e10(_0x3ca5fb._0x1f8561,0x3ba,_0x3ca5fb._0x1717eb,_0x3ca5fb._0x3eef04)]=_0x487e10(0x3cb,0x3a1,_0x3ca5fb._0x131a53,0x3c1),_0x469899[_0x121d39(_0x3ca5fb._0x39ddd9,_0x3ca5fb._0x523fc3,0x181,0x178)]=function(_0x28e065,_0x372a27){return _0x28e065!==_0x372a27;},_0x469899[_0x487e10(0x3a0,0x370,_0x3ca5fb._0x20ab4e,_0x3ca5fb._0x4ceee2)]=_0x487e10(_0x3ca5fb._0x5cb621,0x391,_0x3ca5fb._0x378f8e,0x381);const _0x28d1eb=_0x469899;try{if(_0x28d1eb[_0x121d39(_0x3ca5fb._0x54f7a0,_0x3ca5fb._0x1877ee,0x18c,_0x3ca5fb._0x807a99)]===_0x28d1eb[_0x121d39(0x1a0,_0x3ca5fb._0x1621ce,0x1a6,0x1a2)]){if(_0x4211d2[_0x121d39(0x1cc,_0x3ca5fb._0x8e100c,0x1c3,_0x3ca5fb._0x1e9c81)]===_0x28d1eb[_0x121d39(_0x3ca5fb._0x1fcdee,0x1a2,0x1bc,_0x3ca5fb._0x807a99)])throw new _0x2a32f0(_0x422500+(_0x121d39(_0x3ca5fb._0x3a256b,0x1f9,0x1c8,_0x3ca5fb._0x30db77)+_0x121d39(0x1c6,0x1ad,_0x3ca5fb._0x3a2046,_0x3ca5fb._0x18d380))+_0x1f4fb1);else{if(_0x28d1eb[_0x121d39(_0x3ca5fb._0x2ff7e2,0x172,_0x3ca5fb._0x58537f,_0x3ca5fb._0x45b634)](_0x516597[_0x121d39(_0x3ca5fb._0x59da89,0x1e0,0x1c3,_0x3ca5fb._0x4ba854)],_0x28d1eb[_0x487e10(_0x3ca5fb._0x10a5ee,_0x3ca5fb._0x31777b,0x37b,_0x3ca5fb._0x16b421)]))throw new _0x47753a(_0x2533b5+(_0x121d39(_0x3ca5fb._0x24a97e,_0x3ca5fb._0x18c574,0x1bd,0x1d9)+_0x121d39(_0x3ca5fb._0x2726cf,_0x3ca5fb._0xb3eb76,_0x3ca5fb._0x3f555c,_0x3ca5fb._0x20ebca)+_0x121d39(0x1e9,_0x3ca5fb._0x3a0395,_0x3ca5fb._0x577683,_0x3ca5fb._0x5b76b8)+_0x121d39(_0x3ca5fb._0x23a42a,_0x3ca5fb._0x134573,_0x3ca5fb._0x45fcb0,_0x3ca5fb._0x17a7f4)+_0x121d39(0x1a4,_0x3ca5fb._0x202603,0x18e,_0x3ca5fb._0x585bb8))+_0x1993e6);else throw new _0x3cd77f(_0x487e10(_0x3ca5fb._0x595e19,_0x3ca5fb._0xf353cd,0x382,_0x3ca5fb._0xa89fab)+_0x121d39(0x177,_0x3ca5fb._0x466c41,_0x3ca5fb._0x287e19,0x1ac)+_0x242bfc+_0x121d39(0x1c7,_0x3ca5fb._0x1c0a88,0x1be,_0x3ca5fb._0x585bb8)+_0x1891ec+'\x20('+_0x10b5c9[_0x487e10(_0x3ca5fb._0x21b386,0x3c5,0x3a7,_0x3ca5fb._0x48cb91)]+')');}}else{const _0x3c8f0b=await _0x241e8c[_0x487e10(_0x3ca5fb._0x2ba782,_0x3ca5fb._0x298663,_0x3ca5fb._0x3eccf5,_0x3ca5fb._0x1ef24a)](CONFIG_PATH,_0x487e10(0x3da,_0x3ca5fb._0x43e7b6,_0x3ca5fb._0x4f86dd,_0x3ca5fb._0x29cbe2));return JSON['parse'](_0x3c8f0b);}}catch(_0x5de08d){if(_0x28d1eb['JvJNr'](_0x28d1eb[_0x487e10(_0x3ca5fb._0x41a5b3,_0x3ca5fb._0x968d74,_0x3ca5fb._0x74cc9,_0x3ca5fb._0x33938c)],_0x121d39(_0x3ca5fb._0x261723,_0x3ca5fb._0x2e6cb3,_0x3ca5fb._0xd01b73,_0x3ca5fb._0x382ab9))){if(_0x5de08d[_0x487e10(0x3c7,_0x3ca5fb._0x271f99,_0x3ca5fb._0x27bd02,_0x3ca5fb._0x196051)]===_0x28d1eb['VphQm'])return{};throw _0x5de08d;}else return _0x9e80e3[_0x487e10(0x3dc,_0x3ca5fb._0x317aaa,0x3f3,0x3f0)+_0x121d39(0x1fd,0x200,0x1d5,0x1e4)];}}async function saveConfig(_0x55638){const _0x2aaca9={_0x2de513:0xf0,_0x411f3c:0x13e,_0x3ab7cf:0x143,_0x51e31d:0xe7,_0x1b4e54:0xb7,_0x2eb99d:0x10b,_0x749600:0x118,_0x365fcd:0x120,_0x43bf46:0xf8,_0x3aaa28:0x13b,_0x4f0e85:0x10c,_0xb7793:0x121,_0x229f05:0x11d,_0x1502bc:0x4a8,_0x18b955:0x4c0,_0x3d726d:0x4b6,_0x308bec:0x4a6,_0x49c27f:0x4ad},_0x518907={_0x369d9e:0x11d,_0x2a4484:0x14c},_0x461a1a={};_0x461a1a[_0x48b0bb(-_0x2aaca9._0x2de513,-0xe6,-0xc8,-0x121)]='utf-8';const _0x384437=_0x461a1a,_0x66f5b9=_0x37f21f[_0x48b0bb(-_0x2aaca9._0x411f3c,-_0x2aaca9._0x3ab7cf,-0x13c,-0x15a)](CONFIG_PATH),_0x5e5bf5={};_0x5e5bf5[_0x48b0bb(-_0x2aaca9._0x51e31d,-_0x2aaca9._0x1b4e54,-_0x2aaca9._0x2eb99d,-0xe8)]=!![],await _0x241e8c[_0x48b0bb(-_0x2aaca9._0x749600,-0x138,-_0x2aaca9._0x365fcd,-_0x2aaca9._0x43bf46)](_0x66f5b9,_0x5e5bf5);function _0x1eb614(_0x2ce772,_0x59d6d3,_0x43c045,_0xf20154){return _0x5a600d(_0x2ce772-0x1e6,_0x59d6d3,_0xf20154-0x680,_0xf20154-0x61);}function _0x48b0bb(_0x4b9254,_0x1c1309,_0xfc09cc,_0x2d75b5){return _0x2c8f29(_0x4b9254- -_0x518907._0x369d9e,_0xfc09cc,_0xfc09cc-0x100,_0x2d75b5-_0x518907._0x2a4484);}await _0x241e8c[_0x48b0bb(-_0x2aaca9._0x3aaa28,-_0x2aaca9._0x4f0e85,-_0x2aaca9._0xb7793,-_0x2aaca9._0x229f05)](CONFIG_PATH,JSON[_0x1eb614(_0x2aaca9._0x1502bc,_0x2aaca9._0x18b955,0x4a0,_0x2aaca9._0x3d726d)](_0x55638,null,-0x1604+-0xb76+0x217c),_0x384437[_0x1eb614(_0x2aaca9._0x308bec,_0x2aaca9._0x49c27f,0x4b2,0x4c9)]);}function _0x1992(){const _0x590c0b=['ntq2nZqWCvPYDxDP','vurMDxG','ww5hzfe','u1nmx0nfuLrFua','ktOG','Ag9TzwrPCG','ufb3AuW','BwvZC2fNzq','B3qGCMvHzgfIBa','zxnZia','nZCXnZi5DufxAgzg','zfvTsxG','mZb1B3jOAgG','wxLpD3G','qvjAAue','y29KzxjFC2v0Dq','mJq3mda1BNznBLfe','ndqXmduYoeTTA0DLwa','ChvmqxG','u3LLq0K','ne9JA29ZvG','mtmZmJzsA0vZD0m','Cf9WyxrO','ndm5otb0uMjquwS','C3nSx2TLEv9Wyq','A2fquM0','zgjQz3K','BMfosNO','rvvltKm','v2XAENu','r3nXwhm','u3rewvO','q2fUBM90igfJyW','BwTKAxi','Dhj1C3rFChjVEa','tw5HDKG','mtzcBxfprgW','AM9PBG','ndrnDMzls3C','ywnJzxnZ','CMvHzezPBgu','uf9qqvri','z3fYDfu','C0z3z1O','B0XbCMm','rufdq0vt','u0fIDKO','vwH5q0i','y29UzMLNlMPZBW','zw52','vNbOuw0','igzPBguGAxmGBG','igzPBgu6ia','u1vLzfe','C3rYAw5NAwz5','t2TtA2W','C3nSx2nHx3bHDa','y29Kzq','mti4odaXyKfuz053','s0rqqLm','vMjnwfy','q2nTEfm','igzPBguGBM90ia','tMrUr2i','vur6Du0','tez0Dg0','q2vSCuG','ue9sva','lMnVzgvY','AfzXv1K','CeXqAvy','u1nmx0nbx1bbva','zM91BMq6ia','AevXCMS','wKP6Agi','yxrO','DxrMltG','AeHkBfK','C3nSx2nLCNrFCa','BvLhEfO','zsaOCgvYBwLZCW','s3rzEM0','CMvJDxjZAxzL','rKvuBKO','C2vYDMvYx3bVCG','uLzmtu8','q09ervjFu0vuvq','DefYz24','mti0vePxEKTJ','sNzktNi','tMP2tuu','AuXiEgm','y1fisve','zgLYBMfTzq','zMLOA24','Aw9UigrLBMLLza','D3jPDgvgAwXL','qMrtCMm'];_0x1992=function(){return _0x590c0b;};return _0x1992();}function _0x5a600d(_0x3b61f2,_0x4ced92,_0x37563a,_0x3c862f){const _0xcbc808={_0x27cd5d:0x3be};return _0x1a0d(_0x37563a- -_0xcbc808._0x27cd5d,_0x4ced92);}export async function getCoderSetupPath(){const _0x10e63a={_0x492e16:0x4b5,_0x6a1c63:0x4b2,_0x30317d:0x4df,_0x3af59e:0x4ce,_0x40707e:0x4bc,_0x16a3c8:0x4b1,_0x5aeaf8:0x4c5,_0x61471:0x495,_0x3ffd5d:0x4b0,_0x286e29:0x498,_0x35b1b2:0x165,_0x53e433:0x160,_0x416e82:0x175,_0x292173:0x190,_0x12d2f5:0x166,_0x5371cf:0x4c2,_0x264536:0x49e,_0xda89f0:0x4fd,_0x5b6cd1:0x4f4,_0x889960:0x1a5,_0x5d11aa:0x163,_0x1acd37:0x4fc},_0x101ac1={_0x509b88:0x77,_0x42a1c7:0x76},_0x3c9fa5={_0xe2641b:0x1e0,_0x24ac89:0x6bc,_0xd3b09e:0x188};function _0x3d9445(_0x2191c1,_0x38cf92,_0xacdf32,_0x263342){return _0x5a600d(_0x2191c1-_0x3c9fa5._0xe2641b,_0x2191c1,_0x38cf92-_0x3c9fa5._0x24ac89,_0x263342-_0x3c9fa5._0xd3b09e);}const _0x3cd253={};_0x3cd253[_0x3d9445(0x4b6,_0x10e63a._0x492e16,0x4dc,0x4c6)]=function(_0x513afd,_0x1536dc){return _0x513afd!==_0x1536dc;},_0x3cd253[_0x3d9445(_0x10e63a._0x6a1c63,_0x10e63a._0x30317d,_0x10e63a._0x3af59e,_0x10e63a._0x40707e)]=_0x3d9445(0x4ed,0x4c2,_0x10e63a._0x16a3c8,_0x10e63a._0x5aeaf8);const _0x41dfde=_0x3cd253;function _0x1e3b21(_0x74fc7a,_0x2baa16,_0x378775,_0x3ef302){return _0x5a600d(_0x74fc7a-0x52,_0x3ef302,_0x2baa16-_0x101ac1._0x509b88,_0x3ef302-_0x101ac1._0x42a1c7);}if(process['env'][_0x3d9445(_0x10e63a._0x61471,_0x10e63a._0x3ffd5d,0x4c8,_0x10e63a._0x286e29)+_0x1e3b21(-_0x10e63a._0x35b1b2,-_0x10e63a._0x53e433,-0x18b,-_0x10e63a._0x416e82)]){if(_0x41dfde[_0x1e3b21(-0x19e,-_0x10e63a._0x292173,-0x170,-0x174)](_0x41dfde[_0x1e3b21(-0x186,-_0x10e63a._0x12d2f5,-0x14d,-0x194)],_0x3d9445(0x4e2,_0x10e63a._0x5371cf,_0x10e63a._0x264536,0x4b8)))_0x28c4cc[_0x3d9445(_0x10e63a._0xda89f0,_0x10e63a._0x5b6cd1,0x522,0x4cd)+'h']=_0x1ba58e;else return process[_0x3d9445(0x4bc,0x4ed,0x517,0x4e9)]['CODER_SETU'+'P_PATH'];}const _0x3e4eb5=await loadConfig();return _0x3e4eb5[_0x1e3b21(-_0x10e63a._0x889960,-0x17a,-_0x10e63a._0x5d11aa,-0x165)+_0x3d9445(_0x10e63a._0x1acd37,0x4d2,0x4ac,0x4f3)]||null;}export async function saveCoderSetupPath(_0x5ef34c){const _0x1157f9={_0x122742:0x2ed,_0x2f691a:0x30e,_0x5e6926:0x2f0,_0x429fea:0x2d3,_0x5d0ba8:0x338,_0x10a2c5:0x593,_0x2b8788:0x5a7,_0x53245a:0x5a8,_0x358fb4:0x587,_0x1f7ea2:0x5a5,_0x41e735:0x5ba,_0xfcb861:0x5e7},_0x405ec7={_0x5a9f99:0x1a1,_0x3783f3:0x798,_0x1edde3:0x1c7},_0x4f8d5d={_0x3f90f5:0xfd,_0x1bf265:0x4ef,_0x2ffd0c:0x5b};function _0x2f588a(_0xfa54d4,_0x18d0a4,_0x4b2461,_0x3f8d69){return _0x5a600d(_0xfa54d4-_0x4f8d5d._0x3f90f5,_0x18d0a4,_0x4b2461-_0x4f8d5d._0x1bf265,_0x3f8d69-_0x4f8d5d._0x2ffd0c);}const _0x93beff={'UDfux':function(_0x5c91cd){return _0x5c91cd();},'GsqXs':function(_0x129cd3,_0xdc82e3){return _0x129cd3===_0xdc82e3;},'FETnJ':function(_0x5dbe90,_0x4e8b3f){return _0x5dbe90(_0x4e8b3f);}},_0x162ddb=await _0x93beff[_0x2f588a(_0x1157f9._0x122742,_0x1157f9._0x2f691a,_0x1157f9._0x5e6926,_0x1157f9._0x429fea)](loadConfig);function _0x26109c(_0x47ec32,_0x1e4635,_0x4aefef,_0x557e3d){return _0x5a600d(_0x47ec32-_0x405ec7._0x5a9f99,_0x557e3d,_0x1e4635-_0x405ec7._0x3783f3,_0x557e3d-_0x405ec7._0x1edde3);}_0x93beff[_0x2f588a(0x2e0,0x2f5,0x30d,_0x1157f9._0x5d0ba8)](_0x5ef34c,null)?delete _0x162ddb[_0x26109c(_0x1157f9._0x10a2c5,_0x1157f9._0x2b8788,0x590,_0x1157f9._0x53245a)+'p_path']:_0x162ddb[_0x26109c(_0x1157f9._0x358fb4,0x5a7,_0x1157f9._0x1f7ea2,0x59f)+'p_path']=_0x5ef34c,await _0x93beff[_0x26109c(_0x1157f9._0x41e735,0x5eb,0x5e3,_0x1157f9._0xfcb861)](saveConfig,_0x162ddb);}export async function getServerPort(){const _0x54eaab={_0x2becf9:0x1b4,_0x5e1837:0x1d2,_0x101846:0x1be,_0x2008f1:0x1e5,_0x5aac26:0x1ef,_0x468f90:0x1ce,_0x48aea9:0x1c3,_0x224bac:0x1ca,_0x35a26f:0x18e,_0xc45d0b:0x1ae,_0x38ca31:0x19d,_0x440a26:0x1c4,_0x551083:0x207,_0x1c3d7e:0x1ba,_0x254d7c:0x1db},_0x3793e5={_0x310441:0x1da,_0x82639f:0x1b,_0x8d0ac6:0xe9},_0x481a25={_0x5b1d45:0x91},_0x2d0ebc={'LmYBB':function(_0x4b7863,_0x3532f3,_0x71af20){return _0x4b7863(_0x3532f3,_0x71af20);},'OkSkl':function(_0x42a91d){return _0x42a91d();}};function _0x298042(_0x43e7b2,_0x46ce96,_0x15ec49,_0x1efe8d){return _0x5a600d(_0x43e7b2-_0x481a25._0x5b1d45,_0x43e7b2,_0x1efe8d-0x392,_0x1efe8d-0x0);}function _0x40f621(_0x8c20a7,_0xbe858e,_0x221c76,_0x4d15ee){return _0x5a600d(_0x8c20a7-_0x3793e5._0x310441,_0x8c20a7,_0xbe858e-_0x3793e5._0x82639f,_0x4d15ee-_0x3793e5._0x8d0ac6);}if(process[_0x40f621(-0x1bf,-_0x54eaab._0x2becf9,-0x1ad,-0x1e5)][_0x40f621(-0x18d,-0x1a2,-_0x54eaab._0x5e1837,-_0x54eaab._0x101846)])return _0x2d0ebc['LmYBB'](parseInt,process[_0x298042(_0x54eaab._0x2008f1,_0x54eaab._0x5aac26,_0x54eaab._0x468f90,_0x54eaab._0x48aea9)][_0x40f621(-_0x54eaab._0x224bac,-0x1a2,-0x1c1,-0x18f)],0x15ad+0x2ba+0x237*-0xb);const _0x418cbc=await _0x2d0ebc[_0x40f621(-_0x54eaab._0x35a26f,-_0x54eaab._0xc45d0b,-_0x54eaab._0x38ca31,-_0x54eaab._0x440a26)](loadConfig);return _0x418cbc[_0x298042(_0x54eaab._0x551083,_0x54eaab._0x1c3d7e,_0x54eaab._0x254d7c,0x1e6)+'t']||0x18f2+0x13d+-0xe77;}export async function saveServerPort(_0x1d992d){const _0x26cc4f={_0x701a20:0x89,_0x1bba26:0x8f,_0x5a865b:0x73,_0x1ecbda:0x7f,_0x2353f1:0x8a},_0x18d382={_0x58b61b:0x91,_0xd5a00a:0xc5,_0x576f7c:0x9},_0x1107ad={_0x6e9778:0x96,_0xb7f8ab:0xac,_0x50694f:0x188},_0x50faa1={'PudWO':function(_0x23dd5b){return _0x23dd5b();},'NdnGb':function(_0x36ccf9,_0x450b24){return _0x36ccf9(_0x450b24);}},_0x440d1d=await _0x50faa1['PudWO'](loadConfig);function _0x13a1f1(_0x55e920,_0x4f5dc6,_0x191595,_0x9bbbc9){return _0x2c8f29(_0x55e920- -_0x1107ad._0x6e9778,_0x9bbbc9,_0x191595-_0x1107ad._0xb7f8ab,_0x9bbbc9-_0x1107ad._0x50694f);}function _0x27bf4c(_0x588a8e,_0x23e64b,_0x5d9bea,_0x25e815){return _0x2c8f29(_0x5d9bea-_0x18d382._0x58b61b,_0x25e815,_0x5d9bea-_0x18d382._0xd5a00a,_0x25e815-_0x18d382._0x576f7c);}_0x440d1d[_0x13a1f1(-0x5e,-0x39,-_0x26cc4f._0x701a20,-_0x26cc4f._0x1bba26)+'t']=_0x1d992d,await _0x50faa1[_0x13a1f1(-_0x26cc4f._0x5a865b,-_0x26cc4f._0x1ecbda,-_0x26cc4f._0x2353f1,-0x56)](saveConfig,_0x440d1d);}function _0x1a0d(_0x47753a,_0x2533b5){_0x47753a=_0x47753a-(0x1423+-0x1bb0+0x93f);const _0x1993e6=_0x1992();let _0x3cd77f=_0x1993e6[_0x47753a];if(_0x1a0d['blmQdR']===undefined){var _0x242bfc=function(_0x3cc8be){const _0x1a3f1d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2779cb='',_0x319389='';for(let _0x917e57=0xfb9*0x2+-0xe5f*0x1+-0x5d*0x2f,_0xdd5ea5,_0x4662aa,_0x4a169f=0xe8*-0x22+0x3b*-0x43+-0x3*-0xf6b;_0x4662aa=_0x3cc8be['charAt'](_0x4a169f++);~_0x4662aa&&(_0xdd5ea5=_0x917e57%(-0x2242+-0xf6a*0x1+0x31b0)?_0xdd5ea5*(0x1ad9+-0x1e17+-0x6*-0x95)+_0x4662aa:_0x4662aa,_0x917e57++%(0x3d*-0x31+0x2686+-0x1ad5))?_0x2779cb+=String['fromCharCode'](-0xd*0x25f+0x1*0x205+0x1dcd&_0xdd5ea5>>(-(0x297+-0x2*0x43b+0x5e1)*_0x917e57&-0x23fd+0x1ebe+0x545)):-0x1f52+0x444+0x2*0xd87){_0x4662aa=_0x1a3f1d['indexOf'](_0x4662aa);}for(let _0x560f62=-0x13a3+-0xa84+0x1e27,_0x7581f1=_0x2779cb['length'];_0x560f62<_0x7581f1;_0x560f62++){_0x319389+='%'+('00'+_0x2779cb['charCodeAt'](_0x560f62)['toString'](-0x2152+0x1*0x14e7+0xc7b))['slice'](-(-0x139c+0x4*-0x5c6+0x3e2*0xb));}return decodeURIComponent(_0x319389);};_0x1a0d['fZCqmj']=_0x242bfc,_0x1a0d['gtaesP']={},_0x1a0d['blmQdR']=!![];}const _0x1891ec=_0x1993e6[0x1511+-0x249f+-0xb*-0x16a],_0x10b5c9=_0x47753a+_0x1891ec,_0x5aa2bd=_0x1a0d['gtaesP'][_0x10b5c9];return!_0x5aa2bd?(_0x3cd77f=_0x1a0d['fZCqmj'](_0x3cd77f),_0x1a0d['gtaesP'][_0x10b5c9]=_0x3cd77f):_0x3cd77f=_0x5aa2bd,_0x3cd77f;}export function getConfigPath(){return CONFIG_PATH;}function _0x2c8f29(_0x3764e3,_0x19e753,_0xc11758,_0x1773b8){const _0x44ec51={_0x1fd01f:0x1da};return _0x1a0d(_0x3764e3- -_0x44ec51._0x1fd01f,_0x19e753);}export async function getSslCertPath(){const _0x47457c={_0x3281ba:0x22a,_0x430e39:0x21a,_0x822421:0x41,_0x5bfc88:0x25,_0x2e0430:0x54,_0x218443:0x266,_0x1487a2:0x247,_0x2058c1:0x23f,_0xadb7ec:0x43,_0x38ed88:0x56,_0x327257:0x256,_0x134385:0x23c,_0xfd3fa3:0x23d,_0x1f46b1:0x239,_0x1b80fa:0x20e},_0x2f5b10={_0x5c4668:0x8,_0x508ccd:0x40b,_0x144c6f:0x191},_0x219080={_0x35bf9d:0xd1},_0x5ba38e={'RVLMO':function(_0x10ed43){return _0x10ed43();},'VbMXV':function(_0x57c6c0,_0x31f69c){return _0x57c6c0===_0x31f69c;},'hHJlY':_0x49e51c(0x23a,0x23d,_0x47457c._0x3281ba,_0x47457c._0x430e39)};function _0x31cc7e(_0x315db9,_0x3e1d92,_0x4a7f8c,_0x3f4235){return _0x5a600d(_0x315db9-0x161,_0x315db9,_0x3f4235-0x206,_0x3f4235-_0x219080._0x35bf9d);}const _0x5b1628=await _0x5ba38e[_0x31cc7e(0x40,0x6c,0x50,0x5b)](loadConfig);function _0x49e51c(_0x3528a2,_0x5a98ea,_0x53d7d5,_0x5f16ff){return _0x5a600d(_0x3528a2-_0x2f5b10._0x5c4668,_0x5a98ea,_0x53d7d5-_0x2f5b10._0x508ccd,_0x5f16ff-_0x2f5b10._0x144c6f);}if(_0x5b1628[_0x31cc7e(0x42,_0x47457c._0x822421,_0x47457c._0x5bfc88,_0x47457c._0x2e0430)+_0x31cc7e(0x80,0x35,0x49,0x51)])return _0x5ba38e[_0x49e51c(0x219,_0x47457c._0x218443,_0x47457c._0x1487a2,_0x47457c._0x2058c1)]('StDYZ',_0x5ba38e[_0x49e51c(0x284,0x254,0x258,0x272)])?_0x5b1628[_0x31cc7e(_0x47457c._0xadb7ec,_0x47457c._0x38ed88,0x5b,0x54)+_0x49e51c(0x253,0x262,_0x47457c._0x327257,0x22f)]:{};return process[_0x49e51c(0x260,0x265,_0x47457c._0x134385,_0x47457c._0xfd3fa3)][_0x49e51c(0x22c,_0x47457c._0x1f46b1,_0x47457c._0x1b80fa,0x22d)+'ATH']||null;}export async function saveSslCertPath(_0x2d99fe){const _0x5ed9f9={_0x23ca5b:0x103,_0x5766f4:0xf1,_0x552267:0xf4,_0x7cd3b8:0x11b,_0x499367:0xf7,_0x1b1efc:0x108,_0x1a77ed:0xd0,_0x100b4d:0xb3},_0x9bcc6e={_0x585879:0x1be,_0x7ac565:0x29},_0x1d999b={_0x184d39:0x10e,_0x3c4290:0xd1},_0x65628a={'vkSDT':function(_0x462270){return _0x462270();},'BdSrc':function(_0x176c04,_0xa1aeba){return _0x176c04===_0xa1aeba;},'SyeCI':function(_0x3ae393,_0x125eb6){return _0x3ae393(_0x125eb6);}};function _0x11c7ec(_0x431642,_0x491ff1,_0x543e7e,_0x10ba9c){return _0x5a600d(_0x431642-_0x1d999b._0x184d39,_0x491ff1,_0x10ba9c-0x149,_0x10ba9c-_0x1d999b._0x3c4290);}const _0x3811c6=await _0x65628a['vkSDT'](loadConfig);_0x65628a[_0xc83c43(0x7f,0x79,0xcc,0xa8)](_0x2d99fe,null)?delete _0x3811c6[_0x11c7ec(-0x8c,-0x57,-0x86,-0x69)+_0xc83c43(_0x5ed9f9._0x23ca5b,0xc7,_0x5ed9f9._0x5766f4,_0x5ed9f9._0x552267)]:_0x3811c6[_0xc83c43(_0x5ed9f9._0x7cd3b8,0xf7,0x10d,_0x5ed9f9._0x499367)+_0xc83c43(0xcf,0x11d,_0x5ed9f9._0x1b1efc,_0x5ed9f9._0x552267)]=_0x2d99fe;function _0xc83c43(_0x58f12f,_0x359161,_0x578fc7,_0x22162c){return _0x2c8f29(_0x22162c-0xc5,_0x578fc7,_0x578fc7-_0x9bcc6e._0x585879,_0x22162c-_0x9bcc6e._0x7ac565);}await _0x65628a[_0xc83c43(0xbf,_0x5ed9f9._0x1a77ed,_0x5ed9f9._0x100b4d,0xbc)](saveConfig,_0x3811c6);}export async function getSslKeyPath(){const _0x139c75={_0x50eeb5:0xce,_0x4bd061:0xd3,_0x10a1fa:0x294,_0x3e3312:0x2b9,_0x1fd51f:0x2d8},_0x147668={_0x84c31f:0x16e,_0x45f1a6:0x2b6},_0x1bc269=await loadConfig();if(_0x1bc269['ssl_key_pa'+'th'])return _0x1bc269[_0x4c9bbf(_0x139c75._0x50eeb5,_0x139c75._0x4bd061,0xee,0xec)+'th'];function _0x2caa8d(_0x5d6ff7,_0x305153,_0x2b485d,_0x1f9e75){return _0x2c8f29(_0x2b485d-0x2a4,_0x305153,_0x2b485d-0xdc,_0x1f9e75-0xfc);}function _0x4c9bbf(_0x2b8af9,_0x4bd36b,_0x263685,_0x684ff2){return _0x5a600d(_0x2b8af9-_0x147668._0x84c31f,_0x263685,_0x2b8af9-_0x147668._0x45f1a6,_0x684ff2-0x168);}return process[_0x2caa8d(0x2b0,_0x139c75._0x10a1fa,_0x139c75._0x3e3312,_0x139c75._0x1fd51f)]['SSL_KEY_PA'+'TH']||null;}export async function saveSslKeyPath(_0x111752){const _0x1059dc={_0x3fae0c:0x58a,_0x3ac201:0x5c7,_0x3e4c6f:0x592,_0x46ab71:0x541,_0xa18542:0x553,_0x12e179:0x71,_0x59628a:0xa0,_0x3c02e2:0x99,_0x1ae5f2:0xcd,_0x5eccc3:0x51,_0x5a5e1c:0x57b,_0x4d5609:0x58f,_0x492b47:0x5a0,_0x56863b:0x56d,_0x184ec9:0xa2,_0x1c49fc:0x76,_0x128dc9:0x59a},_0x5b9e17={_0x50da48:0x56c,_0x4b48ab:0x36,_0x17f345:0x1ad};function _0x3bb227(_0x16bfe8,_0x46b81a,_0x16ad26,_0x12f485){return _0x5a600d(_0x16bfe8-0x67,_0x12f485,_0x16bfe8-0x24f,_0x12f485-0x9c);}const _0x41fdbf={'pLPiV':function(_0x5edf94){return _0x5edf94();},'CelqH':function(_0x4dfe0b,_0x422a7c){return _0x4dfe0b===_0x422a7c;},'SAbvJ':function(_0x1446ec,_0x41e5c3){return _0x1446ec!==_0x41e5c3;},'KtYzm':_0x50d7b6(0x561,_0x1059dc._0x3fae0c,0x591,0x56a),'ZJzhb':function(_0x477e83,_0x3a93a8){return _0x477e83(_0x3a93a8);}};function _0x50d7b6(_0x33794c,_0x11f9c8,_0x549313,_0x353482){return _0x2c8f29(_0x549313-_0x5b9e17._0x50da48,_0x11f9c8,_0x549313-_0x5b9e17._0x4b48ab,_0x353482-_0x5b9e17._0x17f345);}const _0x4beab0=await _0x41fdbf[_0x50d7b6(0x58c,0x5ba,0x596,_0x1059dc._0x3ac201)](loadConfig);_0x41fdbf[_0x50d7b6(0x589,0x56a,_0x1059dc._0x3e4c6f,0x56b)](_0x111752,null)?delete _0x4beab0[_0x50d7b6(_0x1059dc._0x46ab71,_0x1059dc._0xa18542,0x568,0x54e)+'th']:_0x41fdbf[_0x3bb227(0x7d,0x82,0xae,_0x1059dc._0x12e179)](_0x41fdbf[_0x3bb227(_0x1059dc._0x59628a,_0x1059dc._0x3c02e2,_0x1059dc._0x1ae5f2,0xa9)],_0x3bb227(0x69,0x9a,0x8e,_0x1059dc._0x5eccc3))?_0x4beab0[_0x50d7b6(0x562,_0x1059dc._0x5a5e1c,0x568,_0x1059dc._0x4d5609)+'th']=_0x111752:delete _0x4014de[_0x50d7b6(_0x1059dc._0x492b47,_0x1059dc._0x56863b,0x59e,0x5a8)+_0x3bb227(0x9a,_0x1059dc._0x184ec9,0xc9,_0x1059dc._0x1c49fc)],await _0x41fdbf[_0x50d7b6(0x5bb,0x5a2,_0x1059dc._0x128dc9,0x5ba)](saveConfig,_0x4beab0);}export async function getSslCaPath(){const _0x395acd={_0x4485e9:0x109,_0x32f678:0x101,_0x26102e:0xfa,_0x54d579:0xd1,_0x5cf134:0xb0,_0x348a3b:0x66,_0x480084:0x8b,_0x19a5aa:0xf1},_0x46b1f2={_0x547dd4:0x1ed,_0x5840e0:0x144,_0x5293b9:0x91},_0x68f261={'naNJz':function(_0x36e5e3){return _0x36e5e3();}},_0xbd579=await _0x68f261[_0x2e3704(_0x395acd._0x4485e9,0xd7,0xdd,0xb2)](loadConfig);if(_0xbd579[_0x2e3704(0xdf,_0x395acd._0x32f678,_0x395acd._0x26102e,_0x395acd._0x54d579)+'h'])return _0xbd579[_0x320ee6(-_0x395acd._0x5cf134,-0x93,-0xb4,-0x84)+'h'];function _0x2e3704(_0x666b49,_0x3c9019,_0x576765,_0x52ce79){return _0x2c8f29(_0x576765-0xde,_0x666b49,_0x576765-0x2f,_0x52ce79-0x155);}function _0x320ee6(_0x3b2845,_0x48e7d3,_0x2a4d90,_0x247a52){return _0x5a600d(_0x3b2845-_0x46b1f2._0x547dd4,_0x2a4d90,_0x247a52-_0x46b1f2._0x5840e0,_0x247a52-_0x46b1f2._0x5293b9);}return process[_0x320ee6(-0x5f,-_0x395acd._0x348a3b,-0xaa,-_0x395acd._0x480084)][_0x2e3704(0xdb,_0x395acd._0x19a5aa,0x109,0x10a)+'H']||null;}export async function saveSslCaPath(_0x4264e1){const _0x4e1a2d={_0x56f71b:0x513,_0x2b199a:0x510,_0x271e05:0x50c,_0xf223fb:0x505,_0x39eb15:0x17f,_0x2d2e8c:0x17c,_0xe903f4:0x17a},_0x1a4320={_0x19e162:0x18d,_0x25022d:0x12b,_0x526696:0x19d};function _0x4bfa56(_0x24697a,_0xbc1a7c,_0x239719,_0x574d86){return _0x2c8f29(_0x24697a-_0x1a4320._0x19e162,_0x574d86,_0x239719-_0x1a4320._0x25022d,_0x574d86-_0x1a4320._0x526696);}const _0x3934b1={'hVqWY':function(_0x56239f){return _0x56239f();},'kveKJ':function(_0x2afa19,_0x3adca0){return _0x2afa19===_0x3adca0;},'ARZiA':function(_0x5bef82,_0x3b2d09){return _0x5bef82(_0x3b2d09);}};function _0x3bdbbe(_0xad9c8f,_0x4169c8,_0x2fbb43,_0x2c5f5e){return _0x2c8f29(_0x2c5f5e-0x4e9,_0xad9c8f,_0x2fbb43-0x153,_0x2c5f5e-0x15);}const _0x4fe9ea=await _0x3934b1[_0x4bfa56(0x1b6,0x1c2,0x1db,0x1b4)](loadConfig);_0x3934b1['kveKJ'](_0x4264e1,null)?delete _0x4fe9ea['ssl_ca_pat'+'h']:_0x4fe9ea[_0x3bdbbe(_0x4e1a2d._0x56f71b,_0x4e1a2d._0x2b199a,_0x4e1a2d._0x271e05,_0x4e1a2d._0xf223fb)+'h']=_0x4264e1,await _0x3934b1[_0x4bfa56(_0x4e1a2d._0x39eb15,_0x4e1a2d._0x2d2e8c,0x1b0,_0x4e1a2d._0xe903f4)](saveConfig,_0x4fe9ea);}export async function getTrustProxy(){const _0x504bc4={_0x1716c4:0x51d,_0x154312:0x52c,_0x31886a:0x509,_0xa4300d:0x508,_0x4c83c8:0x3c0,_0x4ee5df:0x406,_0x41e8fb:0x40e,_0x27a2f1:0x3e1,_0x3516a5:0x53f,_0x43c801:0x54c,_0x1aef7e:0x52c,_0x24a58c:0x533,_0x27753d:0x52f,_0x3271ea:0x52c,_0x46b9b1:0x54d,_0x5d408d:0x53b,_0x2f5b77:0x545},_0x3c43a9={_0x56f0db:0x5cb,_0x5add29:0xb7},_0x3a7dc6={_0x499c2b:0x70a,_0x8b9cbc:0x124};function _0x4bee16(_0x3ac731,_0x46536c,_0x3684d6,_0x3cb6e4){return _0x5a600d(_0x3ac731-0x6f,_0x3cb6e4,_0x3ac731-_0x3a7dc6._0x499c2b,_0x3cb6e4-_0x3a7dc6._0x8b9cbc);}const _0x4bfed3={'Cbtkj':function(_0x2b81ad){return _0x2b81ad();},'tArgn':function(_0x536bc6,_0x1c091d){return _0x536bc6!==_0x1c091d;},'KDPBS':_0x4bee16(0x515,_0x504bc4._0x1716c4,0x50a,0x546)},_0x401eeb=await _0x4bfed3['Cbtkj'](loadConfig);function _0x54166d(_0x5e13fa,_0x5c68d3,_0x2e9460,_0x5023a6){return _0x5a600d(_0x5e13fa-0x19d,_0x5e13fa,_0x5c68d3-_0x3c43a9._0x56f0db,_0x5023a6-_0x3c43a9._0x5add29);}if(_0x401eeb[_0x4bee16(_0x504bc4._0x154312,_0x504bc4._0x31886a,_0x504bc4._0xa4300d,0x517)+'y']!==undefined){if(_0x4bfed3[_0x54166d(0x3c8,_0x504bc4._0x4c83c8,0x3b1,0x3bd)](_0x4bfed3[_0x54166d(0x40f,_0x504bc4._0x4ee5df,_0x504bc4._0x41e8fb,_0x504bc4._0x27a2f1)],_0x4bee16(_0x504bc4._0x3516a5,_0x504bc4._0x43c801,0x548,0x514)))return _0x401eeb[_0x4bee16(_0x504bc4._0x1aef7e,0x55c,_0x504bc4._0x24a58c,_0x504bc4._0x27753d)+'y'];else _0x34e533[_0x4bee16(_0x504bc4._0x3271ea,0x534,0x525,_0x504bc4._0x46b9b1)+'y']=_0x1596ae;}return process[_0x4bee16(_0x504bc4._0x5d408d,_0x504bc4._0x2f5b77,0x552,0x521)]['TRUST_PROX'+'Y']||null;}export async function saveTrustProxy(_0x1943f7){const _0x195ddf={_0x521006:0x8f,_0xc132ec:0x7b,_0x19d099:0x11d,_0x2bd694:0x83,_0x4e6327:0xa2,_0x1ebc0:0xb2},_0x198426={_0x216473:0x51,_0x339984:0x18},_0x269736={_0x167c48:0x2,_0x1d26da:0x2fb};function _0x2eac4d(_0x586b10,_0x3237c1,_0x51901,_0x2b21d5){return _0x5a600d(_0x586b10-_0x269736._0x167c48,_0x586b10,_0x51901-_0x269736._0x1d26da,_0x2b21d5-0x67);}const _0x5e4592={'RqYQD':function(_0x23dbd9){return _0x23dbd9();},'oLArc':function(_0x943cc3,_0x488a9f){return _0x943cc3===_0x488a9f;},'UhyCB':function(_0x3bd5d8,_0xefb989){return _0x3bd5d8(_0xefb989);}};function _0x39b36a(_0x1c5efd,_0x394bb8,_0x2c3106,_0x3e3dd3){return _0x5a600d(_0x1c5efd-_0x198426._0x216473,_0x2c3106,_0x1c5efd-0x276,_0x3e3dd3-_0x198426._0x339984);}const _0xccdc31=await _0x5e4592['RqYQD'](loadConfig);_0x5e4592[_0x39b36a(0xa2,0x7f,_0x195ddf._0x521006,_0x195ddf._0xc132ec)](_0x1943f7,null)?delete _0xccdc31[_0x2eac4d(0x12c,0x14a,_0x195ddf._0x19d099,0x117)+'y']:_0xccdc31['trust_prox'+'y']=_0x1943f7,await _0x5e4592[_0x39b36a(0xa5,_0x195ddf._0x2bd694,_0x195ddf._0x4e6327,_0x195ddf._0x1ebc0)](saveConfig,_0xccdc31);}export async function validateSslFile(_0x27ce73,_0x1318d9){const _0x4df600={_0x526f06:0x393,_0x1b643f:0x37c,_0x4c546f:0x375,_0x368e29:0x380,_0x5a7c28:0x15f,_0x61df99:0x191,_0x9c8797:0x187,_0x51f943:0x17e,_0x2e648e:0x163,_0x49d26f:0x174,_0x56e114:0x166,_0x3a8ff8:0x169,_0x1ce61b:0x192,_0x1f994e:0x171,_0x3588b2:0x395,_0x3a8758:0x14c,_0x122e6a:0x145,_0x230a2e:0x16e,_0x1bdd24:0x14a,_0x1ff816:0x3bc,_0x419a90:0x3a6,_0x53f365:0x16e,_0x53bb46:0x180,_0x59f8fd:0x199,_0xa6cc1c:0x15e,_0x315fe0:0x3e3,_0x23db3d:0x385,_0x51737b:0x3a5,_0x56c5ce:0x12b,_0x525657:0x16e,_0x403144:0x1b2,_0x47141c:0x197,_0xb8da34:0x398,_0x5308f5:0x168,_0x20ca9e:0x167,_0x198be2:0x195,_0x4712c8:0x38d,_0x43c3c4:0x3b7},_0x129b31={_0x5e07f8:0x347,_0x235f6b:0x6a},_0x238d2b={_0x4c1083:0x182},_0x202ee5={};function _0x263e4d(_0x52bd6f,_0x198a9f,_0x90e493,_0x213d58){return _0x2c8f29(_0x213d58-0x3a0,_0x52bd6f,_0x90e493-_0x238d2b._0x4c1083,_0x213d58-0xd9);}_0x202ee5['gqrtU']=function(_0x4ba10f,_0x1b431f){return _0x4ba10f!==_0x1b431f;},_0x202ee5[_0x263e4d(0x390,0x35c,_0x4df600._0x526f06,_0x4df600._0x1b643f)]='BZXeo',_0x202ee5[_0x263e4d(_0x4df600._0x4c546f,0x38e,0x366,_0x4df600._0x368e29)]='vvDgg',_0x202ee5[_0x55fd4a(_0x4df600._0x5a7c28,_0x4df600._0x61df99,_0x4df600._0x9c8797,0x157)]=function(_0x17c584,_0x50a3ef){return _0x17c584===_0x50a3ef;},_0x202ee5['WlZzu']=_0x55fd4a(_0x4df600._0x51f943,_0x4df600._0x2e648e,_0x4df600._0x49d26f,_0x4df600._0x56e114);function _0x55fd4a(_0x20d04a,_0x4eeabc,_0x277bff,_0xadf19e){return _0x5a600d(_0x20d04a-0x33,_0xadf19e,_0x277bff-_0x129b31._0x5e07f8,_0xadf19e-_0x129b31._0x235f6b);}const _0x57f1f5=_0x202ee5;try{if(_0x57f1f5[_0x55fd4a(_0x4df600._0x3a8ff8,_0x4df600._0x1ce61b,_0x4df600._0x1f994e,0x15f)](_0x57f1f5[_0x263e4d(0x34f,0x359,_0x4df600._0x3588b2,0x37c)],_0x57f1f5[_0x55fd4a(_0x4df600._0x3a8758,0x14a,0x143,_0x4df600._0x122e6a)]))await _0x241e8c[_0x55fd4a(0x154,_0x4df600._0x3a8758,_0x4df600._0x230a2e,_0x4df600._0x1bdd24)](_0x27ce73,_0x41f29f['R_OK']);else return _0x553653[_0x263e4d(_0x4df600._0x1ff816,0x39e,0x38f,_0x4df600._0x419a90)+'y'];}catch(_0x2c8111){if(_0x2c8111[_0x55fd4a(0x16c,_0x4df600._0x53f365,_0x4df600._0x53bb46,_0x4df600._0x59f8fd)]==='ENOENT')throw new Error(_0x1318d9+(_0x55fd4a(0x19f,0x19d,0x185,_0x4df600._0xa6cc1c)+'found:\x20')+_0x27ce73);else{if(_0x57f1f5['UDzuM'](_0x2c8111[_0x263e4d(_0x4df600._0x315fe0,0x3d7,0x3cf,0x3bd)],_0x57f1f5[_0x263e4d(_0x4df600._0x23db3d,0x372,_0x4df600._0x51737b,0x3a1)]))throw new Error(_0x1318d9+('\x20file\x20is\x20n'+_0x55fd4a(_0x4df600._0x56c5ce,_0x4df600._0x525657,0x14f,0x154)+_0x55fd4a(_0x4df600._0x403144,0x1a1,_0x4df600._0x47141c,0x173)+_0x263e4d(0x37d,_0x4df600._0xb8da34,0x387,0x381)+'):\x20')+_0x27ce73);else throw new Error(_0x55fd4a(0x18d,_0x4df600._0x5308f5,_0x4df600._0x20ca9e,_0x4df600._0x198be2)+_0x263e4d(0x37b,0x381,0x35f,_0x4df600._0x4712c8)+_0x1318d9+_0x263e4d(0x3d4,0x3c7,_0x4df600._0x43c3c4,0x3b8)+_0x27ce73+'\x20('+_0x2c8111['message']+')');}}}
1
+ (function(_0x4bb50a,_0x55c770){const _0x2a7159={_0x285a09:0x188,_0x51ebca:0x19a,_0x21896d:0x153,_0x1f4b39:0x2c0,_0x271c25:0x2d3,_0x5b59fe:0x1a6,_0x58cfdf:0x1bb,_0x58179f:0x2fc,_0x976adc:0x2e4,_0x22c03c:0x311,_0x2461e6:0x334,_0x1b57c3:0x309,_0xc84eb3:0x322,_0x1841cb:0x2db,_0x96ba20:0x2d6,_0x5d8bf3:0x2fa,_0x36d392:0x2b2,_0x35ec0c:0x301,_0x43dbfd:0x151,_0x1c43ae:0x1c7,_0x470d6b:0x2dd,_0x23af4d:0x2c5,_0x1e372f:0x2a0},_0x27908a={_0x19b8ad:0x294};function _0x28dd5d(_0x5a1555,_0x2ffff0,_0x59c780,_0x2e6f5c){return _0x3312(_0x2ffff0-0x1c7,_0x59c780);}const _0x48f49c=_0x4bb50a();function _0x16a056(_0x46ea5d,_0xbda18d,_0x99100a,_0x12572a){return _0x3312(_0x12572a- -_0x27908a._0x19b8ad,_0x46ea5d);}while(!![]){try{const _0x5c1fe4=-parseInt(_0x16a056(-_0x2a7159._0x285a09,-_0x2a7159._0x51ebca,-_0x2a7159._0x21896d,-0x16e))/(-0x4*-0x897+0x52*-0x2b+-0x1df*0xb)*(parseInt(_0x28dd5d(0x2b7,_0x2a7159._0x1f4b39,_0x2a7159._0x271c25,0x28d))/(-0x1775*-0x1+-0xbe*-0x5+-0x1b29))+parseInt(_0x16a056(-_0x2a7159._0x5b59fe,-0x1b7,-_0x2a7159._0x58cfdf,-0x199))/(-0x1817*-0x1+0x2226+-0x3a3a)*(-parseInt(_0x28dd5d(0x2ec,0x303,_0x2a7159._0x271c25,_0x2a7159._0x58179f))/(0xffd+-0x7cc*0x1+-0x82d))+-parseInt(_0x28dd5d(_0x2a7159._0x976adc,_0x2a7159._0x22c03c,0x32c,_0x2a7159._0x2461e6))/(-0x746+-0xbda*-0x2+-0x1069)+parseInt(_0x28dd5d(0x328,_0x2a7159._0x1b57c3,_0x2a7159._0xc84eb3,0x336))/(-0x87d*0x4+0x3*0x75b+0xbe9)*(-parseInt(_0x28dd5d(_0x2a7159._0x1841cb,0x2f1,_0x2a7159._0x96ba20,_0x2a7159._0x5d8bf3))/(0x2608+-0x49+-0x44*0x8e))+-parseInt(_0x28dd5d(_0x2a7159._0x36d392,0x2e3,_0x2a7159._0x35ec0c,0x30a))/(-0x18f*0x5+0x9*-0x2bd+-0x8*-0x40f)*(parseInt(_0x16a056(-0x12f,-0x164,-_0x2a7159._0x43dbfd,-0x15a))/(0x49e+0xb9e+-0x1033))+-parseInt(_0x16a056(-0x181,-0x1c7,-_0x2a7159._0x1c43ae,-0x197))/(0x1f67*-0x1+-0x8a6+0x2817)*(parseInt(_0x28dd5d(0x2b9,0x2c9,0x2a1,_0x2a7159._0x470d6b))/(0x6cc+0x1*-0x2507+0x1e46))+parseInt(_0x28dd5d(0x2bb,_0x2a7159._0x23af4d,0x2c8,_0x2a7159._0x1e372f))/(0x2488+-0x2*-0xc42+-0x3d00);if(_0x5c1fe4===_0x55c770)break;else _0x48f49c['push'](_0x48f49c['shift']());}catch(_0x258c6b){_0x48f49c['push'](_0x48f49c['shift']());}}}(_0x5358,-0x1e12c+-0xa94dd+0x12ced3));import{promises as _0x48f4e9,constants as _0x1635a9}from'fs';import _0x1cb87e from'path';import _0x23be9b from'os';function _0x5358(){const _0x487682=['BwTKAxi','mti0ody3mgfWy2fmsq','q0vqq2u','ANbSvvC','Dhj1C3rFChjVEa','wu5fzg0','tNrtq0u','u25Vrfi','quDjsLO','s3bIELO','BKrTthq','tMnOvfG','D3jPDgvgAwXL','zM91BMq6ia','qwrSuei','vxzvy1G','igzPBgu6ia','Dfz2C0m','igzPBguGBM90ia','r0DqyNK','C3nSx2TLEv9Wyq','EKjXyxq','Ag9TzwrPCG','u1nmx0Tfwv9qqq','tuvYveq','ntC0ntK0EenUsvzQ','Dw5lvwK','mta3nJC0nw55DNfMwG','uL9psW','nJeXodq4mgnYy2rpuq','mJK1mJqZnJHHqvndzwi','Cfbjvxu','AxffBu4','r1LlwLq','mtfnrwfeD2O','s2zPAM8','CgfYC2u','wu53qNO','CgDmqLa','yKLluvK','y09ZwgG','sMnjv2i','v0HbEMe','q09ervjFu0vuvq','vhrpA0y','tvDMy0W','DeXmq0i','wgn2CLm','ru5pru5u','t2fAAeS','BK9buwy','tNreCeu','q2fUBM90igfJyW','uLPgCLC','Aw9UigrLBMLLza','ue9sva','C3nSx2nLCNrFCa','zeHvBKS','Cw1oqw8','igzPBguGAxmGBG','ofHivNjmBG','svvWqLq','ywnJzxnZ','CMvHzezPBgu','terswg8','ktOG','CMvJDxjZAxzL','Cf9WyxrO','u0DAqKi','y29Kzq','mwjNDLfkBG','wLvpu28','zxnZia','rLjPwvK','ndeWou5ZswLLqW','yM5Itgy','lMnVzgvY','C3nSx2nHx3bHDa','vgvtwNe','Ce9bv3q','tvvru3a','v1bUrui','C2vYDMvYx3bVCG','BurLwfi','zgLYBMfTzq','vhvvB3G','y29UzMLNlMPZBW','zw52','sfnWBhO','yxbrBeW','mtuZodmWn2rhz0XfAG','CeDPA0K','neTgsMPAuq','B3qGCMvHzgfIBa','thzZC0q','BwvZC2fNzq','vfjvu1rFufjpwa','uLrsCxe','mZCZoej2yLnivq','DxrMltG','y29KzxjFC2v0Dq','yxrO','uf9qqvri','AgX6thK','zsaOCgvYBwLZCW'];_0x5358=function(){return _0x487682;};return _0x5358();}function _0x3e608c(_0x23fa1b,_0x3a84eb,_0xb5ab4d,_0x5c905b){const _0x19bdd8={_0x3ef55a:0x1c8};return _0x3312(_0xb5ab4d- -_0x19bdd8._0x3ef55a,_0x23fa1b);}function _0x3312(_0x4c61fa,_0x5ee23){_0x4c61fa=_0x4c61fa-(0x3*0xbf3+0x24df+-0x47cf);const _0x17ed3d=_0x5358();let _0x16eada=_0x17ed3d[_0x4c61fa];if(_0x3312['uxnWut']===undefined){var _0x2d55df=function(_0x2c3d6f){const _0x18ec3a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3589f3='',_0x19796e='';for(let _0xffb9c4=-0xd08+0xb84+0x4*0x61,_0x362338,_0x3e9f03,_0x4615d7=-0xac8+-0xbc4+0x168c;_0x3e9f03=_0x2c3d6f['charAt'](_0x4615d7++);~_0x3e9f03&&(_0x362338=_0xffb9c4%(0x53*-0x5+0x7b5*0x3+-0x55f*0x4)?_0x362338*(0x1ac2+-0x23aa+-0x4*-0x24a)+_0x3e9f03:_0x3e9f03,_0xffb9c4++%(-0xf2f+0x45e+0xad5))?_0x3589f3+=String['fromCharCode'](-0xa9+0x18da+0xb99*-0x2&_0x362338>>(-(0x1*-0x1b10+-0x1794+0x32a6*0x1)*_0xffb9c4&0x1f*-0x11c+-0x7*-0x20b+0x141d)):0x91d+-0x54f+0x2*-0x1e7){_0x3e9f03=_0x18ec3a['indexOf'](_0x3e9f03);}for(let _0x1d3c12=0x182*0x8+0x1881+0x2491*-0x1,_0x50f56e=_0x3589f3['length'];_0x1d3c12<_0x50f56e;_0x1d3c12++){_0x19796e+='%'+('00'+_0x3589f3['charCodeAt'](_0x1d3c12)['toString'](0x222b+-0x201e+-0x1fd))['slice'](-(0x16ee+0x1*-0xc0b+0x22d*-0x5));}return decodeURIComponent(_0x19796e);};_0x3312['hiJfPw']=_0x2d55df,_0x3312['vxrqxo']={},_0x3312['uxnWut']=!![];}const _0x3bd069=_0x17ed3d[-0x2003+0x1df9*-0x1+0x3dfc],_0x52724a=_0x4c61fa+_0x3bd069,_0x25b93a=_0x3312['vxrqxo'][_0x52724a];return!_0x25b93a?(_0x16eada=_0x3312['hiJfPw'](_0x16eada),_0x3312['vxrqxo'][_0x52724a]=_0x16eada):_0x16eada=_0x25b93a,_0x16eada;}const CONFIG_PATH=_0x1cb87e['join'](_0x23be9b[_0x3e608c(-0xf0,-0xd4,-0xd2,-0xeb)](),_0x441ca0(0x1c,0x45,0x2d,0x2a),_0x3e608c(-0x7b,-0x71,-0x92,-0x8e)+'n');async function loadConfig(){const _0xede699={_0x5dc241:0x236,_0x14cb67:0x22d,_0x55f7fb:0x1f8,_0x57dcaa:0x263,_0x471698:0x27c,_0x3ff322:0x254,_0x52c6dd:0x282,_0x3eaa73:0x269,_0x24e1d3:0x275,_0x279597:0x252,_0x1269f2:0x25b,_0x40f7a0:0x23c,_0x1f25b7:0x25a,_0x1287f7:0x247,_0x104260:0x245,_0x5b118c:0x361,_0x1f0327:0x3ae,_0xb566a5:0x367,_0x17e56a:0x272,_0x58f793:0x278,_0x49b6b0:0x271,_0x4beb04:0x1f6,_0x2dd095:0x21d,_0xe65e1f:0x371,_0x131d6a:0x392,_0x4bf315:0x38b,_0x1e7d8c:0x36f,_0x4e4c35:0x22b,_0x12f21f:0x21e,_0x262c71:0x280,_0x2575fd:0x289,_0x353929:0x269,_0x5e9893:0x235,_0x588947:0x3a7,_0x4b5a5b:0x386,_0x27567e:0x386,_0x444315:0x392,_0x2ba5d4:0x26b,_0xc6cd24:0x243,_0x5c741a:0x22e,_0x5104da:0x3af,_0x5f3858:0x37d,_0x468d66:0x25a,_0xe18d2f:0x246,_0x990536:0x24b,_0x199492:0x34a,_0x1c2e77:0x397,_0x10a288:0x3aa,_0x4779fb:0x37b,_0x3ce517:0x25d,_0x38bdbb:0x24c,_0xdade71:0x33c,_0x3c7bbd:0x376,_0x53a9f6:0x230,_0x1ba3e4:0x232},_0x3ddcf9={_0x5084cd:0x7f,_0x463adf:0x433,_0x16a69e:0x139};function _0x1b3605(_0x902c2f,_0x411b5b,_0x206d51,_0xca8775){return _0x3e608c(_0x411b5b,_0x411b5b-_0x3ddcf9._0x5084cd,_0xca8775-_0x3ddcf9._0x463adf,_0xca8775-_0x3ddcf9._0x16a69e);}const _0x246e72={};_0x246e72['hsjTO']=_0x1e451f(-_0xede699._0x5dc241,-0x240,-_0xede699._0x14cb67,-_0xede699._0x55f7fb),_0x246e72[_0x1e451f(-_0xede699._0x57dcaa,-0x233,-0x24c,-_0xede699._0x471698)]=function(_0x57287f,_0x1ada19){return _0x57287f===_0x1ada19;},_0x246e72[_0x1e451f(-_0xede699._0x3ff322,-_0xede699._0x52c6dd,-_0xede699._0x3eaa73,-0x282)]=_0x1e451f(-_0xede699._0x24e1d3,-_0xede699._0x279597,-0x276,-_0xede699._0x1269f2),_0x246e72[_0x1e451f(-_0xede699._0x40f7a0,-_0xede699._0x1f25b7,-0x25b,-0x286)]=_0x1e451f(-0x240,-0x25f,-_0xede699._0x1287f7,-_0xede699._0x104260),_0x246e72[_0x1b3605(_0xede699._0x5b118c,_0xede699._0x1f0327,_0xede699._0xb566a5,0x37d)]=function(_0x136bd2,_0x438e2f){return _0x136bd2===_0x438e2f;},_0x246e72[_0x1e451f(-0x291,-_0xede699._0x17e56a,-_0xede699._0x58f793,-_0xede699._0x49b6b0)]=_0x1e451f(-_0xede699._0x4beb04,-0x23a,-0x224,-_0xede699._0x2dd095);function _0x1e451f(_0x3dd7f5,_0x2a5b31,_0x3144a8,_0x5ab9dd){return _0x441ca0(_0x3dd7f5-0x1f2,_0x3144a8- -0x289,_0x3144a8-0x16a,_0x2a5b31);}const _0x4ca208=_0x246e72;try{const _0x14896d=await _0x48f4e9[_0x1b3605(_0xede699._0xe65e1f,0x38f,_0xede699._0x131d6a,0x38a)](CONFIG_PATH,_0x4ca208['hsjTO']);return JSON[_0x1b3605(0x360,_0xede699._0x4bf315,0x362,_0xede699._0x1e7d8c)](_0x14896d);}catch(_0x4b0c4c){if(_0x4ca208[_0x1e451f(-_0xede699._0x4e4c35,-_0xede699._0x12f21f,-0x24c,-_0xede699._0x262c71)](_0x4ca208[_0x1e451f(-0x290,-_0xede699._0x2575fd,-_0xede699._0x353929,-_0xede699._0x5e9893)],_0x4ca208[_0x1b3605(0x376,0x365,_0xede699._0x588947,0x380)]))throw new _0x1d3c12(_0x50f56e+(_0x1b3605(0x383,0x362,_0xede699._0x4b5a5b,_0xede699._0x27567e)+'ot\x20readabl'+_0x1e451f(-_0xede699._0x104260,-0x226,-0x228,-0x258)+_0x1b3605(_0xede699._0x444315,0x37a,0x373,0x381)+_0x1e451f(-_0xede699._0x2ba5d4,-_0xede699._0xc6cd24,-0x24f,-_0xede699._0x5c741a))+_0x432f0a);else{if(_0x4ca208[_0x1b3605(0x36c,_0xede699._0x5104da,0x37c,_0xede699._0x5f3858)](_0x4b0c4c[_0x1e451f(-_0xede699._0x468d66,-_0xede699._0xe18d2f,-_0xede699._0x990536,-_0xede699._0x49b6b0)],_0x1b3605(_0xede699._0x199492,_0xede699._0x1c2e77,_0xede699._0x10a288,_0xede699._0x4779fb))){if(_0x4ca208[_0x1e451f(-_0xede699._0x3ce517,-0x221,-_0xede699._0x38bdbb,-0x234)]('RuhUa',_0x4ca208[_0x1b3605(_0xede699._0xdade71,0x385,_0xede699._0x3c7bbd,0x363)]))_0x119ef0[_0x1e451f(-_0xede699._0x53a9f6,-0x274,-0x258,-0x248)+_0x1e451f(-0x1f8,-0x253,-0x22b,-_0xede699._0x1ba3e4)]=_0x25ea78;else return{};}throw _0x4b0c4c;}}}async function saveConfig(_0x18d3f4){const _0x6e5303={_0x2e9447:0x25b,_0xac183e:0x270,_0x5ce28b:0x246,_0xe12c43:0x52,_0x1b7840:0x93,_0x180b59:0xbb,_0xa8d145:0xc1,_0x573db1:0x20f,_0x6b2132:0x57,_0x3121d7:0x5e,_0x37333e:0x27a,_0x33f43b:0x28f,_0x512097:0x285,_0xc0f51e:0x26b},_0x4359aa={_0x4fa6dc:0x13d},_0x24f7ec={};_0x24f7ec[_0x3cf9d0(-_0x6e5303._0x2e9447,-_0x6e5303._0xac183e,-_0x6e5303._0x5ce28b,-0x26a)]=_0x51d688(-0x84,-0x6b,-_0x6e5303._0xe12c43,-0x50);const _0x5321da=_0x24f7ec;function _0x51d688(_0x59c6b3,_0x17c6be,_0x50513c,_0x4fc4cf){return _0x3e608c(_0x4fc4cf,_0x17c6be-0xa,_0x59c6b3-0x1,_0x4fc4cf-_0x4359aa._0x4fa6dc);}function _0x3cf9d0(_0x2c2871,_0x3dd87d,_0x25278d,_0x301d90){return _0x441ca0(_0x2c2871-0xf3,_0x301d90- -0x278,_0x25278d-0x68,_0x25278d);}const _0x9b7056=_0x1cb87e[_0x51d688(-_0x6e5303._0x1b7840,-_0x6e5303._0x180b59,-_0x6e5303._0xa8d145,-0xac)](CONFIG_PATH),_0x3695d9={};_0x3695d9[_0x3cf9d0(-_0x6e5303._0x573db1,-0x20d,-0x224,-0x23d)]=!![],await _0x48f4e9[_0x51d688(-0x7e,-_0x6e5303._0x6b2132,-_0x6e5303._0x3121d7,-0x59)](_0x9b7056,_0x3695d9),await _0x48f4e9[_0x3cf9d0(-0x297,-_0x6e5303._0x37333e,-0x291,-0x273)](CONFIG_PATH,JSON['stringify'](_0x18d3f4,null,-0x2626+0x38f*0x3+0x1b7b),_0x5321da[_0x3cf9d0(-_0x6e5303._0x33f43b,-_0x6e5303._0x512097,-_0x6e5303._0xc0f51e,-0x26a)]);}export async function getCoderSetupPath(){const _0x32170b={_0x1c15d8:0x7c,_0x42bde8:0x28,_0x40410c:0x486,_0x435384:0x47d,_0x5db36d:0x64,_0x1fab93:0x63,_0xa4e077:0x83,_0x4371a4:0x71,_0x493a49:0x8d,_0xafcf7e:0x44b,_0x4052fd:0x47c,_0x1bb3f3:0x81,_0xec7cf5:0x7f,_0x56b2dc:0x75},_0x3e5b2a={_0x4f2fbf:0xf8,_0x57dd58:0x436,_0x3230a2:0xa3},_0x36ccf5={_0x1b4b37:0x1dd,_0x334486:0x105},_0x199c78={'qmNAo':function(_0x5001fc){return _0x5001fc();}};function _0x2e7330(_0x537c64,_0x2fbb27,_0x1bade9,_0x42be08){return _0x3e608c(_0x537c64,_0x2fbb27-_0x36ccf5._0x1b4b37,_0x2fbb27-_0x36ccf5._0x334486,_0x42be08-0xb0);}function _0x4067f9(_0x4cc879,_0x4cf3ca,_0x3ddd72,_0x1eb08c){return _0x441ca0(_0x4cc879-_0x3e5b2a._0x4f2fbf,_0x4cf3ca-_0x3e5b2a._0x57dd58,_0x3ddd72-_0x3e5b2a._0x3230a2,_0x1eb08c);}if(process['env'][_0x2e7330(_0x32170b._0x1c15d8,0x48,0x3c,_0x32170b._0x42bde8)+'P_PATH'])return process[_0x4067f9(0x4b6,_0x32170b._0x40410c,0x458,_0x32170b._0x435384)][_0x2e7330(0x1b,0x48,0x40,_0x32170b._0x5db36d)+_0x2e7330(_0x32170b._0x1fab93,_0x32170b._0xa4e077,_0x32170b._0x4371a4,_0x32170b._0x493a49)];const _0x180d4b=await _0x199c78[_0x4067f9(_0x32170b._0xafcf7e,0x469,_0x32170b._0x4052fd,0x467)](loadConfig);return _0x180d4b[_0x2e7330(0x51,_0x32170b._0x1bb3f3,_0x32170b._0xec7cf5,_0x32170b._0x56b2dc)+_0x4067f9(0x479,0x472,0x44a,0x444)]||null;}export async function saveCoderSetupPath(_0x5468ae){const _0x44c22b={_0x9fac31:0x2a7,_0xcd5be4:0x183,_0x5d2c75:0x1c6,_0x53f18f:0x1b2,_0xcb5690:0x196,_0x6f662f:0x182,_0x564181:0x1c6,_0x4b7389:0x1aa,_0x1c5b50:0x181,_0x4448f6:0x19c,_0x569d30:0x17a,_0xc6aa9f:0x19f,_0x5872ff:0x1db,_0x570721:0x1c6,_0x2a32d0:0x1c0,_0x2914d8:0x1cf,_0x417800:0x1c4,_0x31991b:0x264,_0x25b7bf:0x2b8,_0x361694:0x28d,_0x313b46:0x1ca,_0x47560d:0x19c,_0x1d7b3c:0x183},_0x4ee8a7={_0x495751:0xbc,_0x38bf8f:0x1cf},_0xeb0af8={_0xd3bdba:0xdb,_0x2fe575:0x2c9,_0x385590:0xa5},_0x5311a8={'TeSZq':function(_0x5dc30a){return _0x5dc30a();},'WPnEB':function(_0x29451c,_0x10c8d5){return _0x29451c===_0x10c8d5;},'iqEmN':function(_0x42e8e2,_0x498249){return _0x42e8e2!==_0x498249;},'hlzLy':'YjlNH','pOAWt':function(_0x5d5cf3,_0x2bf674){return _0x5d5cf3(_0x2bf674);}},_0x432a97=await _0x5311a8[_0x4a9951(-_0x44c22b._0x9fac31,-0x274,-0x259,-0x282)](loadConfig);function _0x4a9951(_0xb1bdbf,_0x2140e5,_0x10f2ae,_0x59b974){return _0x441ca0(_0xb1bdbf-_0xeb0af8._0xd3bdba,_0x59b974- -_0xeb0af8._0x2fe575,_0x10f2ae-_0xeb0af8._0x385590,_0x10f2ae);}function _0x27832b(_0x36d55d,_0x5ade41,_0x6ea3a3,_0x437762){return _0x3e608c(_0x36d55d,_0x5ade41-_0x4ee8a7._0x495751,_0x437762- -0x11b,_0x437762-_0x4ee8a7._0x38bf8f);}_0x5311a8[_0x27832b(-0x1b3,-_0x44c22b._0xcd5be4,-_0x44c22b._0x5d2c75,-_0x44c22b._0x53f18f)](_0x5468ae,null)?_0x5311a8[_0x27832b(-0x1c4,-0x1bf,-0x212,-0x1e3)](_0x5311a8[_0x27832b(-_0x44c22b._0x5d2c75,-_0x44c22b._0xcb5690,-_0x44c22b._0x6f662f,-0x19c)],_0x5311a8[_0x27832b(-_0x44c22b._0x564181,-_0x44c22b._0x4b7389,-_0x44c22b._0x1c5b50,-_0x44c22b._0x4448f6)])?_0x115538['trust_prox'+'y']=_0xcb942e:delete _0x432a97[_0x27832b(-_0x44c22b._0x569d30,-0x1cb,-0x1cf,-_0x44c22b._0xc6aa9f)+_0x27832b(-_0x44c22b._0x5872ff,-0x1c5,-_0x44c22b._0x570721,-_0x44c22b._0x2a32d0)]:_0x432a97[_0x27832b(-0x18c,-_0x44c22b._0x2914d8,-_0x44c22b._0x417800,-_0x44c22b._0xc6aa9f)+_0x4a9951(-0x2bf,-_0x44c22b._0x31991b,-_0x44c22b._0x25b7bf,-_0x44c22b._0x361694)]=_0x5468ae,await _0x5311a8[_0x27832b(-_0x44c22b._0x313b46,-_0x44c22b._0x47560d,-_0x44c22b._0x1d7b3c,-0x1b4)](saveConfig,_0x432a97);}export async function getServerPort(){const _0x1ca139={_0x57ccc5:0x16c,_0x212989:0x1c8,_0x3f35a7:0x175,_0x35e440:0x1c1,_0x1aae10:0x1a4,_0x2399d0:0x33,_0x7fa599:0x5},_0x45df6b={_0x3a794d:0xfa},_0x4f8207={_0x3d6404:0x91,_0x579477:0x12e},_0xd5fd2f={'YNEdm':function(_0x36f96c,_0x2d1896,_0x462582){return _0x36f96c(_0x2d1896,_0x462582);},'GYKZT':function(_0x3d05cd){return _0x3d05cd();}};function _0x3e0440(_0x35633e,_0x18e98b,_0xa99db2,_0x1b7164){return _0x3e608c(_0x1b7164,_0x18e98b-0x47,_0x35633e-_0x4f8207._0x3d6404,_0x1b7164-_0x4f8207._0x579477);}if(process['env']['PORT'])return _0xd5fd2f[_0x47cccb(-_0x1ca139._0x57ccc5,-_0x1ca139._0x212989,-_0x1ca139._0x3f35a7,-0x194)](parseInt,process['env'][_0x47cccb(-_0x1ca139._0x35e440,-_0x1ca139._0x1aae10,-0x1fe,-0x1cb)],-0x19dc+-0x20d9+0x3abf);const _0x189925=await _0xd5fd2f[_0x3e0440(-0x36,-_0x1ca139._0x2399d0,-0x66,-0x29)](loadConfig);function _0x47cccb(_0x12e9c9,_0x33d394,_0x3573fe,_0x12d964){return _0x3e608c(_0x3573fe,_0x33d394-_0x45df6b._0x3a794d,_0x12d964- -0x11a,_0x12d964-0x5a);}return _0x189925[_0x3e0440(-_0x1ca139._0x7fa599,-0x16,-0x31,-0x2c)+'t']||0xb3d*-0x2+0x2*-0xf08+0x4042;}export async function saveServerPort(_0x56256b){const _0x1b1f46={_0xafdc49:0x471,_0x439959:0x45a,_0x25d589:0x186,_0xad2c98:0x19c,_0x236aba:0x1a3,_0x514e19:0x188},_0x54fb31={_0x1d0b66:0x84,_0x159e76:0x220},_0x20b5de={_0x3af8ff:0x97,_0x126a7e:0x453,_0x5b52dd:0x136},_0x925e35={'YNwBz':function(_0x33d42d){return _0x33d42d();},'MUQSp':function(_0x5355d3,_0x4f9c79){return _0x5355d3(_0x4f9c79);}};function _0x7ac511(_0x2f6885,_0x510e08,_0x2e043e,_0x882b6a){return _0x441ca0(_0x2f6885-_0x20b5de._0x3af8ff,_0x2f6885-_0x20b5de._0x126a7e,_0x2e043e-_0x20b5de._0x5b52dd,_0x882b6a);}const _0x231a51=await _0x925e35[_0x7ac511(_0x1b1f46._0xafdc49,_0x1b1f46._0x439959,0x460,0x47f)](loadConfig);_0x231a51[_0x24e488(0x18f,_0x1b1f46._0x25d589,0x17b,0x18a)+'t']=_0x56256b;function _0x24e488(_0x39d2cd,_0x1d86ba,_0x5388cc,_0x482108){return _0x3e608c(_0x39d2cd,_0x1d86ba-_0x54fb31._0x1d0b66,_0x482108-_0x54fb31._0x159e76,_0x482108-0xe7);}await _0x925e35[_0x24e488(0x1a0,_0x1b1f46._0xad2c98,_0x1b1f46._0x236aba,_0x1b1f46._0x514e19)](saveConfig,_0x231a51);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x3b82bd={_0x47706f:0x154,_0x48f98b:0x12d,_0x4f8bf8:0x125,_0x36f37c:0x2be,_0x53d35e:0x2e3,_0x5a5e20:0x26a,_0x5e608b:0x27d,_0x55a2af:0x271,_0x530d83:0x28a,_0x18f725:0x276,_0x138641:0x14e,_0x32e080:0x164,_0x48438d:0x181,_0x4fdb9f:0x14f,_0x1c243d:0x12c,_0xbfaa8c:0x134,_0x53954f:0x145,_0x58ac6d:0x170},_0x46eef8={_0x3bbb5b:0x2a,_0xbc1e50:0x195},_0x45f1a9={'TtOkF':function(_0x42a7e0){return _0x42a7e0();},'HSplz':_0x29c049(-_0x3b82bd._0x47706f,-_0x3b82bd._0x48f98b,-_0x3b82bd._0x4f8bf8,-0x150)};function _0x29c049(_0x591d92,_0x49f4cf,_0x34badc,_0x273bde){return _0x441ca0(_0x591d92-_0x46eef8._0x3bbb5b,_0x49f4cf- -_0x46eef8._0xbc1e50,_0x34badc-0x12,_0x591d92);}const _0x2c1791=await _0x45f1a9[_0x81afc(-0x28e,-0x2b6,-_0x3b82bd._0x36f37c,-_0x3b82bd._0x53d35e)](loadConfig);function _0x81afc(_0x1d6c9c,_0x38e24d,_0x296a51,_0x43fe75){return _0x3e608c(_0x296a51,_0x38e24d-0x43,_0x38e24d- -0x1fa,_0x43fe75-0xd4);}if(_0x2c1791['ssl_cert_p'+_0x81afc(-_0x3b82bd._0x5a5e20,-_0x3b82bd._0x5e608b,-_0x3b82bd._0x55a2af,-0x266)]){if(_0x45f1a9[_0x81afc(-0x26d,-_0x3b82bd._0x530d83,-0x2b6,-_0x3b82bd._0x18f725)]===_0x45f1a9['HSplz'])return _0x2c1791[_0x29c049(-_0x3b82bd._0x138641,-_0x3b82bd._0x32e080,-0x13e,-0x18b)+_0x81afc(-0x28e,-0x27d,-0x295,-0x288)];else _0x412426[_0x29c049(-_0x3b82bd._0x48438d,-_0x3b82bd._0x4fdb9f,-_0x3b82bd._0x1c243d,-0x11b)+'h']=_0x48857b;}return process[_0x29c049(-_0x3b82bd._0xbfaa8c,-_0x3b82bd._0x53954f,-_0x3b82bd._0x58ac6d,-0x169)]['SSL_CERT_P'+'ATH']||null;}export async function saveSslCertPath(_0x1807c2){const _0x57ac3d={_0x4654fd:0x25,_0x1232c6:0x28,_0x1a8081:0x4,_0x13c266:0x35,_0x3404e8:0x1,_0x3d6e25:0x4c,_0x1c3f00:0xef,_0x55d866:0xfe,_0x1627ec:0x31,_0x49a4fd:0x6,_0x150388:0xd,_0x3dcb37:0x12f,_0x50511b:0xfa,_0x1e563d:0x1,_0xea384b:0x26,_0x323bd5:0x3e,_0x41e695:0x33,_0x2d412d:0x25,_0x36652e:0xb8,_0x36eee1:0x4c,_0x209496:0x14,_0x389b7e:0x9,_0x376ae5:0xc0,_0x41a426:0x90,_0x207f6d:0x63,_0x40a353:0xd8,_0x4e91ab:0xea,_0x3659ce:0xda},_0x3a8aba={_0x15c4a3:0xe3,_0x2adae1:0x173},_0xa54fb9={_0x225e3b:0x1de,_0x5b8cc4:0x116},_0x1ac846={};function _0xc5d339(_0x34414e,_0x40c11f,_0xc661f4,_0x29ef2a){return _0x441ca0(_0x34414e-_0xa54fb9._0x225e3b,_0x29ef2a- -_0xa54fb9._0x5b8cc4,_0xc661f4-0xf8,_0x40c11f);}_0x1ac846[_0x614e6d(_0x57ac3d._0x4654fd,_0x57ac3d._0x1232c6,-_0x57ac3d._0x1a8081,_0x57ac3d._0x13c266)]=function(_0x2319f9,_0x1f3a18){return _0x2319f9===_0x1f3a18;},_0x1ac846[_0x614e6d(_0x57ac3d._0x3404e8,0x2c,_0x57ac3d._0x3d6e25,0x3d)]=_0xc5d339(-_0x57ac3d._0x1c3f00,-_0x57ac3d._0x55d866,-0xc1,-0xca),_0x1ac846[_0x614e6d(_0x57ac3d._0x1627ec,_0x57ac3d._0x49a4fd,-_0x57ac3d._0x150388,0xb)]=_0xc5d339(-_0x57ac3d._0x3dcb37,-0x11c,-0xff,-_0x57ac3d._0x50511b);const _0x574a04=_0x1ac846,_0x50edb0=await loadConfig();function _0x614e6d(_0x519892,_0x98926a,_0x5bfae3,_0x760a42){return _0x3e608c(_0x519892,_0x98926a-0xa6,_0x98926a-_0x3a8aba._0x15c4a3,_0x760a42-_0x3a8aba._0x2adae1);}_0x574a04[_0x614e6d(_0x57ac3d._0x1e563d,0x28,0x1d,_0x57ac3d._0xea384b)](_0x1807c2,null)?delete _0x50edb0[_0x614e6d(_0x57ac3d._0x323bd5,_0x57ac3d._0x41e695,0xd,_0x57ac3d._0x2d412d)+_0xc5d339(-0xb1,-0xd8,-0xc4,-_0x57ac3d._0x36652e)]:_0x574a04[_0x614e6d(0x49,0x2c,_0x57ac3d._0x36eee1,0x4f)]!==_0x574a04[_0x614e6d(-0x6,_0x57ac3d._0x49a4fd,_0x57ac3d._0x209496,0xb)]?_0x50edb0[_0x614e6d(0x3c,0x33,0x5f,_0x57ac3d._0x389b7e)+_0xc5d339(-0xb2,-_0x57ac3d._0x376ae5,-_0x57ac3d._0x41a426,-0xb8)]=_0x1807c2:delete _0x2db657[_0x614e6d(0x66,0x5f,_0x57ac3d._0x207f6d,0x5e)+_0xc5d339(-_0x57ac3d._0x40a353,-0xf8,-_0x57ac3d._0x4e91ab,-_0x57ac3d._0x3659ce)],await saveConfig(_0x50edb0);}function _0x441ca0(_0x8f8105,_0x40339b,_0x201a60,_0x4d97f6){return _0x3312(_0x40339b- -0xe7,_0x4d97f6);}export async function getSslKeyPath(){const _0x5af93e={_0x5d4932:0x46b,_0x41cb91:0x478,_0x142a32:0x40c,_0x36c62a:0x3f8,_0xa71b78:0x47c,_0x2b5fcd:0x43a,_0x4a190b:0x320,_0x5ce75e:0x428,_0x340048:0x36c,_0x555abf:0x36b,_0x2a9a39:0x32b,_0x229e9e:0x321,_0x52bcad:0x33b},_0x5b10b2={_0x452b62:0x148,_0x4f7e09:0x85},_0x1a6c35={_0x3a5e73:0x9d,_0x2fd2d0:0x114};function _0x41a1ad(_0x4446ea,_0x4997c0,_0x17a480,_0x1c9d4b){return _0x3e608c(_0x17a480,_0x4997c0-_0x1a6c35._0x3a5e73,_0x4997c0-0x3fc,_0x1c9d4b-_0x1a6c35._0x2fd2d0);}const _0x523b8c={'nDmLt':function(_0x361ea3){return _0x361ea3();},'XOxzn':function(_0x422812,_0x56d1a5){return _0x422812!==_0x56d1a5;},'ZUOSo':'mmIkU','JcIWb':_0x22b398(0x42f,0x44d,_0x5af93e._0x5d4932,_0x5af93e._0x41cb91)},_0x3a8b39=await _0x523b8c[_0x22b398(0x414,_0x5af93e._0x142a32,_0x5af93e._0x36c62a,0x3f5)](loadConfig);function _0x22b398(_0x4a57e8,_0xfe652b,_0x535ea0,_0x1dbd3a){return _0x3e608c(_0x4a57e8,_0xfe652b-_0x5b10b2._0x452b62,_0xfe652b-0x4ea,_0x1dbd3a-_0x5b10b2._0x4f7e09);}if(_0x3a8b39['ssl_key_pa'+'th']){if(_0x523b8c['XOxzn'](_0x523b8c[_0x22b398(_0x5af93e._0xa71b78,0x449,_0x5af93e._0x2b5fcd,0x42e)],_0x523b8c[_0x41a1ad(0x30b,0x33d,0x36d,_0x5af93e._0x4a190b)]))return _0x3a8b39['ssl_key_pa'+'th'];else delete _0x1faf5c[_0x22b398(0x410,0x416,0x437,_0x5af93e._0x5ce75e)+'th'];}return process[_0x41a1ad(_0x5af93e._0x340048,_0x5af93e._0x555abf,0x341,0x340)][_0x41a1ad(0x300,_0x5af93e._0x2a9a39,_0x5af93e._0x229e9e,_0x5af93e._0x52bcad)+'TH']||null;}export async function saveSslKeyPath(_0x17f70b){const _0x5a01ca={_0x7145e7:0x4b5,_0x37a4e8:0x4fd,_0x5e6207:0x501,_0xbbb0c7:0x4f7,_0x94423a:0x4c2,_0x572914:0x4ba,_0x173471:0x51b,_0x44c9ea:0x511,_0x60706d:0x4fb,_0x50d443:0x504,_0x2a52c8:0x4d4,_0x392780:0x1c,_0x331af2:0x46},_0x22d2bc={_0x3f4038:0xac,_0x443bb9:0x47},_0x5ec2eb={_0x59a2dd:0x1d5};function _0x30134f(_0x374f6e,_0x4800c7,_0x2f6282,_0x1c9357){return _0x3e608c(_0x2f6282,_0x4800c7-_0x5ec2eb._0x59a2dd,_0x1c9357-0x58e,_0x1c9357-0x76);}const _0x56f875={'BQmRO':function(_0x36be97){return _0x36be97();},'pGikI':function(_0x492eb6,_0x4bd948){return _0x492eb6===_0x4bd948;},'TuUox':function(_0x544434,_0x516060){return _0x544434===_0x516060;},'tLLCB':_0x30134f(0x490,0x49e,0x4a5,_0x5a01ca._0x7145e7),'zIHiT':function(_0x445791,_0x529263){return _0x445791(_0x529263);}},_0x473080=await _0x56f875['BQmRO'](loadConfig);if(_0x56f875[_0x30134f(_0x5a01ca._0x37a4e8,_0x5a01ca._0x5e6207,_0x5a01ca._0xbbb0c7,_0x5a01ca._0x5e6207)](_0x17f70b,null))delete _0x473080[_0x30134f(0x4bb,0x49e,_0x5a01ca._0x94423a,_0x5a01ca._0x572914)+'th'];else{if(_0x56f875[_0x30134f(_0x5a01ca._0x173471,_0x5a01ca._0x44c9ea,0x4cd,_0x5a01ca._0x60706d)]('GyLFx',_0x56f875[_0x30134f(0x4ec,_0x5a01ca._0x50d443,0x4b0,_0x5a01ca._0x2a52c8)]))return _0x4e0579['ssl_key_pa'+'th'];else _0x473080[_0x1acdac(-0x28,-_0x5a01ca._0x392780,-0x14,-_0x5a01ca._0x331af2)+'th']=_0x17f70b;}function _0x1acdac(_0x21128d,_0x3d028c,_0x1f0665,_0x42adbb){return _0x3e608c(_0x3d028c,_0x3d028c-0x1a6,_0x21128d-_0x22d2bc._0x3f4038,_0x42adbb-_0x22d2bc._0x443bb9);}await _0x56f875['zIHiT'](saveConfig,_0x473080);}export async function getSslCaPath(){const _0x4df5c7={_0x1c1e89:0x20e,_0x38fc23:0x201,_0x19132f:0x21c,_0x4d2424:0x207,_0x14a59a:0x1f8,_0xae7e14:0x3e2},_0x1aac47={_0x36bb2a:0xa6},_0x43b78d={_0x3e68ad:0x54,_0x538de2:0x1b2};function _0x4fe0b0(_0xed7166,_0x44cc7c,_0x4a516f,_0x4a4026){return _0x441ca0(_0xed7166-_0x43b78d._0x3e68ad,_0x4a4026-_0x43b78d._0x538de2,_0x4a516f-0x12c,_0x44cc7c);}const _0x11b348={'AGIJZ':function(_0x1b8716){return _0x1b8716();}};function _0x1ae6c2(_0x56a87b,_0x17f785,_0x58fb98,_0xa12d4a){return _0x3e608c(_0x17f785,_0x17f785-_0x1aac47._0x36bb2a,_0x56a87b-0x44d,_0xa12d4a-0x1cd);}const _0x4b5a90=await _0x11b348[_0x4fe0b0(_0x4df5c7._0x1c1e89,0x230,_0x4df5c7._0x38fc23,_0x4df5c7._0x19132f)](loadConfig);if(_0x4b5a90[_0x4fe0b0(_0x4df5c7._0x4d2424,0x211,0x1fe,_0x4df5c7._0x14a59a)+'h'])return _0x4b5a90[_0x1ae6c2(0x3b2,0x3da,0x3a6,_0x4df5c7._0xae7e14)+'h'];return process['env']['SSL_CA_PAT'+'H']||null;}export async function saveSslCaPath(_0x3e9bc8){const _0x58e6bd={_0x43d078:0x26f,_0x46b6e4:0x25e,_0x5b5786:0x262,_0x1d6df2:0x285,_0x544238:0x233,_0x4c5727:0x256,_0x275e7e:0x246,_0x5aaa04:0x290,_0x2261dc:0x283,_0x28527a:0x2a3,_0x40213d:0x2f8,_0x222a40:0x2a5,_0x42d085:0x274,_0x5b14b2:0x242,_0x5f5413:0x293,_0x17a62c:0x291,_0x4e6ad8:0x2bd,_0x5776d2:0x2a1,_0x392f35:0x2c0,_0xeced6b:0x2bc,_0x9eb8ef:0x25b,_0x3aa715:0x29d},_0x16d753={_0x55b804:0x6c,_0x5c4dd0:0x2d8,_0x4d4dd1:0x1a4},_0x2639ce={_0x5f4845:0x61,_0x38e816:0x165},_0x534a44={'GGPby':function(_0x41988c,_0x33fc27){return _0x41988c===_0x33fc27;},'CEPCe':function(_0xf10b6f){return _0xf10b6f();},'fShAy':_0x23de6d(-0x28f,-0x25b,-_0x58e6bd._0x43d078,-0x240),'WEAfn':function(_0xd94bda,_0x9bf0c0){return _0xd94bda!==_0x9bf0c0;},'pgLBP':'vzLSI','pPIUu':_0x554f4d(-0x26f,-_0x58e6bd._0x46b6e4,-_0x58e6bd._0x5b5786,-_0x58e6bd._0x1d6df2)},_0x46b021=await _0x534a44[_0x23de6d(-_0x58e6bd._0x544238,-0x24e,-0x23b,-_0x58e6bd._0x4c5727)](loadConfig);function _0x23de6d(_0x3382da,_0xfcf19d,_0x3d05ae,_0x480005){return _0x441ca0(_0x3382da-_0x2639ce._0x5f4845,_0xfcf19d- -0x2b2,_0x3d05ae-_0x2639ce._0x38e816,_0x480005);}if(_0x534a44['GGPby'](_0x3e9bc8,null)){if(_0x534a44['fShAy']===_0x534a44['fShAy'])delete _0x46b021[_0x23de6d(-_0x58e6bd._0x275e7e,-0x26c,-_0x58e6bd._0x5aaa04,-_0x58e6bd._0x2261dc)+'h'];else{if(_0x534a44[_0x554f4d(-0x2cc,-0x29b,-_0x58e6bd._0x28527a,-_0x58e6bd._0x40213d)](_0x22877a[_0x23de6d(-_0x58e6bd._0x222a40,-_0x58e6bd._0x42d085,-_0x58e6bd._0x5b14b2,-_0x58e6bd._0x5f5413)],_0x23de6d(-_0x58e6bd._0x17a62c,-0x289,-_0x58e6bd._0x4e6ad8,-0x285)))return{};throw _0x2153c0;}}else{if(_0x534a44['WEAfn'](_0x534a44[_0x23de6d(-0x271,-_0x58e6bd._0x5f5413,-0x268,-_0x58e6bd._0x5776d2)],_0x534a44[_0x554f4d(-_0x58e6bd._0x392f35,-_0x58e6bd._0xeced6b,-0x29c,-0x2f0)]))_0x46b021[_0x23de6d(-_0x58e6bd._0x9eb8ef,-0x26c,-0x28a,-_0x58e6bd._0x3aa715)+'h']=_0x3e9bc8;else return{};}function _0x554f4d(_0x396f68,_0x2aaddc,_0x4f0e91,_0x7c2ed1){return _0x441ca0(_0x396f68-_0x16d753._0x55b804,_0x396f68- -_0x16d753._0x5c4dd0,_0x4f0e91-_0x16d753._0x4d4dd1,_0x2aaddc);}await saveConfig(_0x46b021);}export async function getTrustProxy(){const _0x354c0a={_0xfd83da:0x455,_0x57d77e:0x434,_0x1b88d1:0x45c,_0x379004:0x460,_0x22f812:0x474,_0x4b8c7e:0x45f},_0x70da84={_0x4f159c:0x9e};function _0x832343(_0x37f4ae,_0x1a59ac,_0x3c4173,_0x5a29ee){return _0x3e608c(_0x37f4ae,_0x1a59ac-_0x70da84._0x4f159c,_0x3c4173-0x4d0,_0x5a29ee-0x116);}const _0x2692b8={'AdlPB':function(_0xa0611d){return _0xa0611d();},'tAXya':function(_0xbae8ed,_0x10aa16){return _0xbae8ed!==_0x10aa16;}};function _0x2f93de(_0xdd13f9,_0x47fbd2,_0x54d019,_0xa3cdbd){return _0x3e608c(_0x54d019,_0x47fbd2-0x114,_0x47fbd2- -0x1b3,_0xa3cdbd-0x1a6);}const _0x48fa58=await _0x2692b8[_0x2f93de(-0x289,-0x28d,-0x282,-0x277)](loadConfig);if(_0x2692b8['tAXya'](_0x48fa58[_0x832343(0x445,0x45b,_0x354c0a._0xfd83da,_0x354c0a._0x57d77e)+'y'],undefined))return _0x48fa58[_0x832343(_0x354c0a._0x1b88d1,0x475,_0x354c0a._0xfd83da,_0x354c0a._0x379004)+'y'];return process['env'][_0x832343(_0x354c0a._0x22f812,0x44c,0x448,_0x354c0a._0x4b8c7e)+'Y']||null;}export async function saveTrustProxy(_0x521bd7){const _0x579e56={_0x4d1846:0xe4,_0x15a1ce:0xc0,_0x32e228:0x114,_0xeb4818:0x132,_0x4ac392:0x15e,_0x3a9315:0xe0,_0x114b70:0x120,_0x10e2a4:0x10b,_0x418f6c:0x124,_0x32ec90:0x122,_0x403b26:0x12a,_0x39a385:0x156,_0x1ac121:0x162,_0x109060:0x113,_0x1b10c2:0xac,_0x53131c:0xac,_0x222969:0x13b,_0xa090a0:0x143,_0x57d707:0x169,_0x57089f:0xa5,_0xd90bff:0xaa,_0x4afd8a:0xe7,_0x750024:0x119,_0x355575:0x103,_0x56d05e:0xd7,_0x394c8f:0xda},_0x9a9e20={_0x5e477b:0x3e},_0x479ab6={_0x1f0fcc:0x1,_0x561862:0x112,_0x17e458:0x16},_0x2d4ffa={'LDRXo':function(_0x121976){return _0x121976();},'RTRqq':function(_0x23b18b,_0x34a557){return _0x23b18b===_0x34a557;},'tVvsC':_0x289f78(-_0x579e56._0x4d1846,-0xef,-0x108,-_0x579e56._0x15a1ce),'XcvrS':function(_0x3f2fdf,_0x3d9fc9){return _0x3f2fdf===_0x3d9fc9;},'apQlL':'iFmsl'},_0x59f38a=await _0x2d4ffa[_0x5cd87e(-_0x579e56._0x32e228,-_0x579e56._0xeb4818,-_0x579e56._0x4ac392,-_0x579e56._0xeb4818)](loadConfig);function _0x289f78(_0x3361e8,_0x1d18b4,_0x2fdce2,_0x1e7ae6){return _0x441ca0(_0x3361e8-_0x479ab6._0x1f0fcc,_0x1d18b4- -_0x479ab6._0x561862,_0x2fdce2-_0x479ab6._0x17e458,_0x2fdce2);}function _0x5cd87e(_0x41b0b6,_0x9425a5,_0x1864c6,_0x37a8c4){return _0x3e608c(_0x1864c6,_0x9425a5-0x59,_0x9425a5- -0x8a,_0x37a8c4-_0x9a9e20._0x5e477b);}if(_0x2d4ffa[_0x5cd87e(-_0x579e56._0x3a9315,-0x111,-0x100,-0x140)](_0x521bd7,null)){if(_0x2d4ffa[_0x289f78(-0x111,-0x108,-0xe1,-_0x579e56._0x114b70)]!==_0x2d4ffa[_0x289f78(-_0x579e56._0x10e2a4,-0x108,-0xf8,-_0x579e56._0x418f6c)])throw new _0x323de1('Cannot\x20acc'+_0x5cd87e(-_0x579e56._0x32ec90,-_0x579e56._0x403b26,-0x12d,-0x109)+_0x31a698+_0x5cd87e(-_0x579e56._0x39a385,-_0x579e56._0x1ac121,-0x180,-0x133)+_0x3e3df2+'\x20('+_0x1724d0[_0x5cd87e(-0x129,-_0x579e56._0x109060,-0xed,-_0x579e56._0x418f6c)]+')');else delete _0x59f38a[_0x289f78(-_0x579e56._0x1b10c2,-_0x579e56._0x53131c,-0xa3,-0xb4)+'y'];}else _0x2d4ffa[_0x5cd87e(-_0x579e56._0x222969,-_0x579e56._0xa090a0,-_0x579e56._0x57d707,-0x151)](_0x2d4ffa[_0x289f78(-_0x579e56._0x57089f,-0xc0,-_0x579e56._0xd90bff,-_0x579e56._0x4afd8a)],_0x2d4ffa[_0x5cd87e(-0x123,-_0x579e56._0x750024,-0x113,-_0x579e56._0x355575)])?_0x59f38a[_0x289f78(-0xc3,-0xac,-_0x579e56._0x56d05e,-_0x579e56._0x394c8f)+'y']=_0x521bd7:delete _0x53e911['ssl_ca_pat'+'h'];await saveConfig(_0x59f38a);}export async function validateSslFile(_0x230c67,_0x1ced80){const _0x7fbb95={_0x5d63ea:0x2e4,_0x9e20e:0x2e1,_0x3a751f:0x2ea,_0x24b95b:0x2b4,_0x16ede0:0x2ce,_0x15baae:0xe5,_0x167eec:0xd6,_0x104218:0xc8,_0x5e1b89:0x103,_0x57bbc8:0xee,_0x350ab0:0xc2,_0x14a4af:0x2f2,_0x1fc1da:0x2ec,_0x205cd1:0xc4,_0x3400f2:0xbd,_0x34354b:0xb3,_0x259311:0x2c9,_0x1fb99d:0x2fd,_0xc79e0e:0x2b7,_0x5c1544:0x2a3,_0x840a56:0x296,_0x4d520c:0x276,_0x2b049f:0xb5,_0x3449e7:0xd9,_0x5c7349:0xcc,_0x25a6d3:0x117,_0x2274a2:0x2c7,_0x37abfb:0x2b0,_0x498f5e:0xf1,_0x27aeff:0x2a2,_0x13a8ef:0x268,_0x2b6151:0x2e4,_0x6943cb:0x110,_0x49f053:0x128,_0x45f63c:0x136,_0x1d724b:0xc5,_0x373033:0x2e9,_0x237bc2:0x2c5,_0x3a3ab4:0x287,_0x4b36ec:0x28f,_0x927524:0xcd,_0x27a765:0xc7,_0x4bc351:0x10b,_0x21e02c:0xb8,_0xc186d7:0xb9,_0x1b8958:0xac,_0x2fa297:0xdd,_0x183ed6:0x107,_0x5ad887:0x126,_0x4c2baf:0x128},_0x2c5bc0={_0x319605:0x190},_0x332bcf={_0x2316de:0x28b};function _0x2be6f4(_0x189fad,_0x35ca70,_0x4aacd5,_0x685f0e){return _0x441ca0(_0x189fad-0x8b,_0x189fad-_0x332bcf._0x2316de,_0x4aacd5-0x9b,_0x4aacd5);}const _0xd694c7={};_0xd694c7[_0x2be6f4(0x2bd,0x2cd,_0x7fbb95._0x5d63ea,_0x7fbb95._0x9e20e)]=function(_0x406617,_0xe29202){return _0x406617===_0xe29202;},_0xd694c7[_0x2be6f4(0x2b7,_0x7fbb95._0x3a751f,0x2ea,0x2b2)]=_0x2be6f4(_0x7fbb95._0x24b95b,0x2a2,0x291,_0x7fbb95._0x16ede0);function _0x3ae5ba(_0x47401b,_0x4c5342,_0x79f518,_0x21d8fc){return _0x3e608c(_0x4c5342,_0x4c5342-0x17,_0x47401b-_0x2c5bc0._0x319605,_0x21d8fc-0x1c1);}_0xd694c7[_0x3ae5ba(_0x7fbb95._0x15baae,_0x7fbb95._0x167eec,_0x7fbb95._0x104218,_0x7fbb95._0x5e1b89)]='VSlDj',_0xd694c7[_0x3ae5ba(0xd0,0xde,_0x7fbb95._0x57bbc8,_0x7fbb95._0x350ab0)]=function(_0x48b298,_0x254fdc){return _0x48b298===_0x254fdc;},_0xd694c7['KpbzZ']='EACCES';const _0x55fb65=_0xd694c7;try{await _0x48f4e9[_0x2be6f4(0x2c2,_0x7fbb95._0x14a4af,0x2b1,_0x7fbb95._0x1fc1da)](_0x230c67,_0x1635a9[_0x3ae5ba(_0x7fbb95._0x205cd1,_0x7fbb95._0x3400f2,0xe8,_0x7fbb95._0x34354b)]);}catch(_0x3c2455){if(_0x55fb65[_0x3ae5ba(0xe1,0x10d,0xd3,0xe2)](_0x3c2455[_0x2be6f4(_0x7fbb95._0x259311,_0x7fbb95._0x1fb99d,0x295,0x2e7)],_0x55fb65['NtDpE'])){if(_0x55fb65['IUpBT']===_0x55fb65[_0x2be6f4(0x2c1,_0x7fbb95._0xc79e0e,0x28f,_0x7fbb95._0x5c1544)])throw new Error(_0x1ced80+(_0x2be6f4(_0x7fbb95._0x840a56,_0x7fbb95._0xc79e0e,0x2b9,_0x7fbb95._0x4d520c)+_0x3ae5ba(_0x7fbb95._0x2b049f,0x9e,_0x7fbb95._0x3449e7,_0x7fbb95._0x5c7349))+_0x230c67);else _0x4ac10e[_0x3ae5ba(0x10c,_0x7fbb95._0x57bbc8,0xe5,_0x7fbb95._0x25a6d3)+_0x2be6f4(_0x7fbb95._0x2274a2,_0x7fbb95._0x37abfb,0x2c7,0x2bc)]=_0x3ef1ca;}else{if(_0x55fb65['cOsXh'](_0x3c2455[_0x3ae5ba(0xed,_0x7fbb95._0x498f5e,0x104,0x101)],_0x55fb65[_0x2be6f4(0x28d,_0x7fbb95._0x27aeff,0x2af,_0x7fbb95._0x13a8ef)]))throw new Error(_0x1ced80+('\x20file\x20is\x20n'+_0x2be6f4(0x2e1,_0x7fbb95._0x2b6151,0x2d2,_0x7fbb95._0x24b95b)+_0x3ae5ba(_0x7fbb95._0x6943cb,_0x7fbb95._0x49f053,_0x7fbb95._0x45f63c,0x140)+_0x3ae5ba(0xde,_0x7fbb95._0x1d724b,_0x7fbb95._0x15baae,0xd1)+_0x2be6f4(0x2c5,0x2e1,_0x7fbb95._0x373033,0x2e0))+_0x230c67);else throw new Error(_0x2be6f4(0x2b8,_0x7fbb95._0x237bc2,_0x7fbb95._0x3a3ab4,_0x7fbb95._0x4b36ec)+_0x3ae5ba(0xf0,_0x7fbb95._0x927524,_0x7fbb95._0x27a765,_0x7fbb95._0x4bc351)+_0x1ced80+_0x3ae5ba(_0x7fbb95._0x21e02c,_0x7fbb95._0xc186d7,_0x7fbb95._0x1b8958,_0x7fbb95._0x2fa297)+_0x230c67+'\x20('+_0x3c2455[_0x3ae5ba(_0x7fbb95._0x183ed6,_0x7fbb95._0x4bc351,_0x7fbb95._0x5ad887,_0x7fbb95._0x4c2baf)]+')');}}}
@@ -1 +1 @@
1
- (function(_0x4f92c5,_0x283e3c){const _0x170862={_0x218682:0x473,_0x1c7282:0x443,_0x2d3571:0x3c8,_0x23ac83:0x3f4,_0x2de572:0x407,_0x58de20:0x3d7,_0x3d01df:0x116,_0x13f7b0:0x3da,_0x31d013:0x3d4,_0x57c37f:0x3b9,_0xbdc133:0x4b1,_0x19bc05:0xd0,_0x4e72d1:0x117,_0x4b3c11:0x12b,_0x531ed0:0xa4,_0x394739:0x445,_0x503c91:0x3cb,_0x1e149c:0x409,_0x1c3083:0xe2,_0x30601e:0x16f},_0xacee4a={_0x4345e1:0x2cf};function _0x16ca23(_0x3007fe,_0x4d69d3,_0x552194,_0x4862bd){return _0x29ef(_0x4862bd-0x2ae,_0x3007fe);}const _0x5aec88=_0x4f92c5();function _0x57a5f2(_0x449e37,_0x492736,_0x2b030e,_0x421745){return _0x29ef(_0x492736- -_0xacee4a._0x4345e1,_0x2b030e);}while(!![]){try{const _0x31350d=-parseInt(_0x16ca23(0x457,0x3db,_0x170862._0x218682,_0x170862._0x1c7282))/(-0x2193+0xc8*-0x5+0x257c*0x1)*(parseInt(_0x16ca23(_0x170862._0x2d3571,_0x170862._0x23ac83,_0x170862._0x2de572,_0x170862._0x58de20))/(0x1b1*0x11+0xd75+-0x2a34))+parseInt(_0x57a5f2(-0xdd,-0xfa,-0xf7,-_0x170862._0x3d01df))/(0x51f+0x1eaa+-0x23c6)+parseInt(_0x16ca23(_0x170862._0x13f7b0,0x3c4,_0x170862._0x31d013,_0x170862._0x57c37f))/(-0x8*0x18d+0x2351+-0x16e5)+-parseInt(_0x16ca23(0x434,_0x170862._0xbdc133,0x41d,0x465))/(-0x5*0x55f+-0x1af7+0x7*0x7b1)+-parseInt(_0x57a5f2(-_0x170862._0x19bc05,-_0x170862._0x4e72d1,-0x12c,-0x138))/(-0x96*0x38+0x133+-0x26f*-0xd)+-parseInt(_0x57a5f2(-_0x170862._0x4b3c11,-0xf6,-_0x170862._0x531ed0,-0xd9))/(0xac*-0x7+0x12e7+-0x716*0x2)*(-parseInt(_0x16ca23(_0x170862._0x394739,0x41c,_0x170862._0x503c91,_0x170862._0x1e149c))/(-0x8ad+0x11*-0x117+0x1b3c))+parseInt(_0x57a5f2(-_0x170862._0x1c3083,-0x11c,-_0x170862._0x30601e,-0xd8))/(0x19e8*-0x1+-0x18d*-0x17+-0x9ba);if(_0x31350d===_0x283e3c)break;else _0x5aec88['push'](_0x5aec88['shift']());}catch(_0x495e0f){_0x5aec88['push'](_0x5aec88['shift']());}}}(_0x49e9,-0x910b1+-0x22bef*-0x7+-0x33bd*-0xa));import _0x58bffe from'readline';import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';function _0x29ef(_0x43baf8,_0x33702c){_0x43baf8=_0x43baf8-(-0x3*0x324+0x67b+0x1f9*0x2);const _0x2af4e2=_0x49e9();let _0x5aae8b=_0x2af4e2[_0x43baf8];if(_0x29ef['WaWVvx']===undefined){var _0xd15ab8=function(_0x594177){const _0x2b789b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x232f53='',_0x277de2='';for(let _0x38197c=-0x31b*0xb+-0x2*-0x4ff+-0x182b*-0x1,_0x2f4e6b,_0x5d4e5e,_0x50eabc=-0x10e7+-0x1f65+0x464*0xb;_0x5d4e5e=_0x594177['charAt'](_0x50eabc++);~_0x5d4e5e&&(_0x2f4e6b=_0x38197c%(0x6*-0xd0+0x1272+0x15b*-0xa)?_0x2f4e6b*(-0x2095+0xb1*-0xb+0x4*0xa1c)+_0x5d4e5e:_0x5d4e5e,_0x38197c++%(0xb9b*0x1+-0x2f*-0x4f+-0x1a18))?_0x232f53+=String['fromCharCode'](-0x2f*0x2a+-0x1168+0xbf*0x23&_0x2f4e6b>>(-(0x1efb+-0x8*-0x20c+-0x2f59)*_0x38197c&0x25dd+0x72e*-0x4+-0x91f)):-0xa4*-0x9+-0x1*0x247b+0xa3d*0x3){_0x5d4e5e=_0x2b789b['indexOf'](_0x5d4e5e);}for(let _0x53eb33=0x1bb*0x2+0x233d+-0x26b3,_0x2c7497=_0x232f53['length'];_0x53eb33<_0x2c7497;_0x53eb33++){_0x277de2+='%'+('00'+_0x232f53['charCodeAt'](_0x53eb33)['toString'](-0x1e4c+0x1785+0x6d7))['slice'](-(-0x1280+0x13e3+-0x161));}return decodeURIComponent(_0x277de2);};_0x29ef['RZwYav']=_0xd15ab8,_0x29ef['vAQtUS']={},_0x29ef['WaWVvx']=!![];}const _0x20c430=_0x2af4e2[0x185*-0x4+-0xd86+0x139a],_0x411ce0=_0x43baf8+_0x20c430,_0x264ffb=_0x29ef['vAQtUS'][_0x411ce0];return!_0x264ffb?(_0x5aae8b=_0x29ef['RZwYav'](_0x5aae8b),_0x29ef['vAQtUS'][_0x411ce0]=_0x5aae8b):_0x5aae8b=_0x264ffb,_0x5aae8b;}import{logger}from'../logger.js';function prompt(_0x3a5967,_0xc71c78=![]){const _0x264a2c={_0x4155d7:0xfb,_0x192c15:0xcb,_0x285e59:0x47a,_0x3855b2:0x481,_0x1c51c1:0x4b9,_0x227e0d:0x499,_0x1814ed:0x76,_0x836267:0xde,_0x30fcf0:0x4e8,_0x58d961:0x48b,_0x1a9195:0x440,_0x16ed13:0x436,_0x5ac092:0x99,_0xa49824:0x485,_0x82ec7a:0x4aa},_0x34b0de={_0x41bca5:0xbf,_0x4962c0:0x59,_0x2df6e7:0x1f2,_0x1fb307:0x1a6,_0x1646db:0x264,_0x4e0c04:0x2e,_0xf81b15:0xb1,_0x4d1838:0x1ba,_0x4995e8:0xcb,_0x185052:0x187,_0x1656d6:0x122,_0x2a304d:0x15c,_0x298a84:0x212,_0x11b05d:0x1fa,_0x19e691:0x132,_0x3dfa5b:0xff,_0x2af3ef:0xcd,_0x3e28bf:0x76,_0x820da3:0xdc,_0x539219:0x1a4,_0x45f215:0x140,_0x36d664:0x12,_0x40338c:0xd1,_0x381c15:0x1ff,_0x146082:0x1da,_0x4363f0:0xd5,_0x429f17:0xb9,_0x476997:0x149,_0x58802a:0x103,_0x1056bc:0xce,_0x1f2778:0x1d3,_0x1beadc:0x179,_0x647dea:0x116,_0x200346:0xe3,_0x53be29:0x14c,_0x18076e:0x1ab,_0x1b853f:0x173,_0x56f504:0x1c8,_0x260479:0x15a,_0x3cf87:0x13a,_0x495d60:0xec,_0xb0e9c0:0x215,_0x4126a0:0x241},_0x56d03c={_0x3524d1:0x4d0,_0x6298fd:0x2d9,_0x7c5f8f:0x371,_0x5f0777:0x2f6,_0x19d0e6:0x330,_0x2c218d:0x30a,_0x29893d:0x2da,_0x9d384:0x4e7,_0x283324:0x4fd,_0x8a89d4:0x397,_0x16b0dd:0x2fb,_0x5b204d:0x2df},_0xffc0a={_0x5cc859:0x3c,_0x386af6:0xd5},_0x56e31c={_0x2ca8c9:0x12e,_0x248711:0xb},_0x174440={_0x225a8c:0x1e8},_0x1ae324={};_0x1ae324[_0x4f2d29(-0xcb,-_0x264a2c._0x4155d7,-_0x264a2c._0x192c15,-0xca)]=function(_0x220300,_0x4872d6){return _0x220300===_0x4872d6;},_0x1ae324[_0x169fe6(_0x264a2c._0x285e59,0x478,0x4b5,_0x264a2c._0x3855b2)]=_0x169fe6(0x481,0x43c,_0x264a2c._0x1c51c1,_0x264a2c._0x227e0d),_0x1ae324[_0x4f2d29(-_0x264a2c._0x1814ed,-0x85,-_0x264a2c._0x836267,-0xe2)]=_0x169fe6(0x508,0x500,_0x264a2c._0x30fcf0,0x520),_0x1ae324[_0x169fe6(_0x264a2c._0x58d961,_0x264a2c._0x1a9195,_0x264a2c._0x16ed13,0x49d)]=_0x4f2d29(-0x4b,-0x94,-0xa0,-_0x264a2c._0x5ac092);function _0x169fe6(_0x4ebd37,_0x4d514b,_0x30da88,_0x5ba37a){return _0x29ef(_0x4ebd37-0x325,_0x5ba37a);}_0x1ae324[_0x169fe6(0x453,_0x264a2c._0xa49824,0x4c2,_0x264a2c._0x82ec7a)]=function(_0x4f48f0,_0x370a14){return _0x4f48f0!==_0x370a14;},_0x1ae324['KBerF']='XfyVI';function _0x4f2d29(_0x4f0b5b,_0x158cfd,_0x235902,_0x26d651){return _0x29ef(_0x4f0b5b- -_0x174440._0x225a8c,_0x158cfd);}const _0x254f14=_0x1ae324;return new Promise(_0x4e3771=>{const _0x209655={_0x4dbce9:0x2b8,_0x1ed6d9:0x2ab,_0x533e0d:0x1ff,_0x3c61ba:0x1d8,_0x443289:0x238,_0x49c218:0x22d,_0x47bcf1:0x2b6,_0x32c0c1:0x262,_0x4543ca:0x22c,_0x2fafff:0x273,_0x5380ce:0x2c2,_0x2742e8:0x2e3,_0x2a54bb:0x281,_0x1b95a0:0x2ae,_0x49c931:0x283,_0x4f533a:0x2c6},_0x1d636c={_0x4dc277:0x6c,_0xd8e6a5:0x13e},_0x25f0c6={_0x1a3a12:0xe1,_0x273a28:0xfe,_0x2d9467:0x32a},_0xebd772={_0x2d2321:0x134,_0x73a961:0xd8,_0x4cd035:0xa6},_0x2f775e={_0x200fc1:0x90},_0x5b2364={_0x1c19e3:0x69a},_0x87a4f4={};_0x87a4f4['Etxbv']=function(_0xe507dd,_0x394e58){return _0xe507dd===_0x394e58;};function _0x45a447(_0x4d74bc,_0x37033b,_0x169a49,_0x5e8102){return _0x4f2d29(_0x4d74bc- -_0x56e31c._0x2ca8c9,_0x5e8102,_0x169a49-_0x56e31c._0x248711,_0x5e8102-0x53);}function _0x4ab07d(_0x4efaa2,_0x5ad030,_0x366fc3,_0x487ff3){return _0x4f2d29(_0x487ff3- -_0xffc0a._0x5cc859,_0x5ad030,_0x366fc3-_0xffc0a._0x386af6,_0x487ff3-0x47);}_0x87a4f4[_0x4ab07d(-0x94,-0x10a,-0xdf,-_0x34b0de._0x41bca5)]='Bpfmp';const _0x38e6bd=_0x87a4f4;if(_0x254f14['iVUnP'](_0x254f14['YEPJJ'],_0x254f14[_0x4ab07d(-0x107,-_0x34b0de._0x4962c0,-0xb6,-0xbe)]))_0xc9969d[_0x45a447(-_0x34b0de._0x2df6e7,-_0x34b0de._0x1fb307,-0x1ac,-_0x34b0de._0x1646db)](_0x4ab07d(-_0x34b0de._0x4e0c04,-_0x34b0de._0xf81b15,-0x39,-0x59)+'alid\x20usern'+_0x45a447(-0x152,-_0x34b0de._0x4d1838,-0xfa,-0x152)+_0x4c415f['username']+('\x22.\x20Use\x20onl'+_0x4ab07d(-_0x34b0de._0x4995e8,-_0x34b0de._0x185052,-0xd2,-_0x34b0de._0x1656d6)+_0x45a447(-0x177,-0x147,-_0x34b0de._0x2a304d,-0x158)+_0x45a447(-0x1a6,-_0x34b0de._0x298a84,-0x15b,-_0x34b0de._0x11b05d)+_0x45a447(-_0x34b0de._0x19e691,-_0x34b0de._0x3dfa5b,-0x162,-0x10a)+_0x4ab07d(-0x109,-0xaa,-0x12f,-_0x34b0de._0x2af3ef))),_0x18cc85[_0x4ab07d(-_0x34b0de._0x3e28bf,-0xd3,-0x4a,-0x98)](-0x8*0xd4+0x7d6*-0x1+0xe77);else{if(_0xc71c78){if(_0x254f14[_0x4ab07d(-_0x34b0de._0x820da3,-0x86,-0x159,-0xf6)](_0x254f14['KBerF'],_0x45a447(-0x169,-_0x34b0de._0x539219,-0x1c8,-_0x34b0de._0x45f215)))_0x516994[_0x4ab07d(-0x6c,-0x22,-_0x34b0de._0x36d664,-0x47)]=_0x51acdd[_0x4ab07d(-0x85,-0x139,-0x9f,-_0x34b0de._0x40338c)]('=')[-0x11*0x128+0x15cd+-0x224];else{const _0x31eb3d=new Writable({'write':(_0x5070f5,_0x5f0acb,_0x1abc01)=>{const _0x172a3b={_0x58658e:0xfb,_0x10acbf:0x3ff};function _0x4b8c4e(_0x5dcadc,_0x1c4e3f,_0x51a883,_0x2da223){return _0x4ab07d(_0x5dcadc-0x8b,_0x51a883,_0x51a883-_0x172a3b._0x58658e,_0x2da223-_0x172a3b._0x10acbf);}function _0x1c4672(_0x3319a9,_0x581135,_0x5ca779,_0x23a7a4){return _0x45a447(_0x581135-_0x5b2364._0x1c19e3,_0x581135-0x62,_0x5ca779-0x1ee,_0x5ca779);}_0x254f14[_0x1c4672(0x4bc,0x4a1,0x4a1,_0x56d03c._0x3524d1)](_0x254f14[_0x4b8c4e(_0x56d03c._0x6298fd,_0x56d03c._0x7c5f8f,_0x56d03c._0x5f0777,_0x56d03c._0x19d0e6)],_0x254f14[_0x4b8c4e(_0x56d03c._0x2c218d,_0x56d03c._0x29893d,0x34b,0x330)])?_0x1abc01():(_0x2233ac=!![],_0x191c67[_0x1c4672(_0x56d03c._0x9d384,_0x56d03c._0x283324,0x4a5,0x4be)+_0x4b8c4e(_0x56d03c._0x8a89d4,_0x56d03c._0x16b0dd,_0x56d03c._0x5b204d,0x32d)]=!![]);}}),_0x25d339={};_0x25d339[_0x45a447(-_0x34b0de._0x381c15,-0x242,-_0x34b0de._0x146082,-0x24e)]=process['stdin'],_0x25d339[_0x4ab07d(-0x126,-_0x34b0de._0x4363f0,-0xef,-_0x34b0de._0x429f17)]=_0x31eb3d,_0x25d339['terminal']=!![];const _0x538a81=_0x58bffe[_0x4ab07d(-0x190,-0xee,-0x15b,-0x11e)+_0x4ab07d(-0xb9,-0x11e,-0x70,-0xb7)](_0x25d339);process[_0x45a447(-_0x34b0de._0x476997,-0x1ac,-0x14a,-_0x34b0de._0x58802a)][_0x4ab07d(-0x67,-0x8d,-0xca,-_0x34b0de._0x1056bc)](_0x3a5967),_0x538a81[_0x45a447(-_0x34b0de._0x1f2778,-0x202,-_0x34b0de._0x1beadc,-0x1e4)]('',_0x13763d=>{const _0x57b76f={_0x8be522:0x71,_0x1210a1:0x5};function _0x10f1ec(_0x3ad546,_0x54e83f,_0x5c3212,_0x3bc451){return _0x45a447(_0x54e83f- -_0x57b76f._0x8be522,_0x54e83f-0x88,_0x5c3212-_0x57b76f._0x1210a1,_0x3bc451);}_0x538a81[_0x2f9b10(-0xc6,-_0xebd772._0x2d2321,-_0xebd772._0x73a961,-0xd7)]();function _0x2f9b10(_0x3a3e80,_0x225e04,_0xbfe3eb,_0x5a697b){return _0x45a447(_0x3a3e80-_0x2f775e._0x200fc1,_0x225e04-0x184,_0xbfe3eb-0x1da,_0x5a697b);}console[_0x2f9b10(-_0xebd772._0x4cd035,-0x7c,-0xd5,-0x8a)](''),_0x4e3771(_0x13763d);});}}else{const _0xb46379={};_0xb46379[_0x4ab07d(-0x176,-_0x34b0de._0x647dea,-_0x34b0de._0x200346,-0x10d)]=process[_0x45a447(-0x1bc,-0x174,-0x1c8,-_0x34b0de._0x53be29)],_0xb46379[_0x45a447(-_0x34b0de._0x18076e,-_0x34b0de._0x1b853f,-_0x34b0de._0x56f504,-_0x34b0de._0x260479)]=process['stdout'];const _0x8a0144=_0x58bffe[_0x4ab07d(-_0x34b0de._0x3cf87,-0x10a,-_0x34b0de._0x495d60,-0x11e)+'rface'](_0xb46379);_0x8a0144[_0x45a447(-0x1d3,-_0x34b0de._0xb0e9c0,-0x1e5,-_0x34b0de._0x4126a0)](_0x3a5967,_0x58ff3f=>{function _0x2ec7c8(_0x5663ed,_0x5849f4,_0x3c8f5f,_0x5a1cb8){return _0x4ab07d(_0x5663ed-_0x25f0c6._0x1a3a12,_0x5a1cb8,_0x3c8f5f-_0x25f0c6._0x273a28,_0x3c8f5f-_0x25f0c6._0x2d9467);}function _0x501953(_0xd25340,_0x37281e,_0xdc118d,_0x49d78c){return _0x4ab07d(_0xd25340-_0x1d636c._0x4dc277,_0x37281e,_0xdc118d-_0x1d636c._0xd8e6a5,_0xd25340- -0x1bc);}_0x38e6bd[_0x501953(-0x2b6,-_0x209655._0x4dbce9,-_0x209655._0x1ed6d9,-0x326)](_0x501953(-_0x209655._0x533e0d,-0x246,-_0x209655._0x3c61ba,-0x226),_0x38e6bd[_0x501953(-0x27b,-_0x209655._0x443289,-_0x209655._0x49c218,-_0x209655._0x47bcf1)])?(_0x309ff5['error'](_0x2ec7c8(_0x209655._0x32c0c1,_0x209655._0x4543ca,0x226,_0x209655._0x2fafff)+_0x2ec7c8(0x309,0x2a0,_0x209655._0x5380ce,_0x209655._0x2742e8)+_0x2ec7c8(_0x209655._0x2a54bb,_0x209655._0x1b95a0,0x24b,0x235)),_0x27dfda['exit'](0x3*-0xc52+0x191b+0xbdc)):(_0x8a0144[_0x2ec7c8(_0x209655._0x49c931,0x2a5,_0x209655._0x4f533a,0x305)](),_0x4e3771(_0x58ff3f));});}}});}export function parseCreateUserArgs(_0x37c0f8){const _0x476454={_0x13e79c:0x1a4,_0x292f4d:0x210,_0x12c80f:0x360,_0x3ce120:0x309,_0x317d21:0x2fe,_0x21b37c:0x35b,_0x378333:0x322,_0x4abb0a:0x383,_0x3ba91c:0x3c9,_0x267047:0x3dd,_0x7a0e2d:0x19e,_0x4d05b6:0x1ee,_0x26d217:0x1f3,_0x13562f:0x2d0,_0x16e2b9:0x242,_0x17af75:0x277,_0x3c11c8:0x22a,_0x1616d1:0x27f,_0x4ec470:0x33a,_0x4fde15:0x39e,_0x4a4d19:0x330,_0x33a50f:0x388,_0x856daf:0x235,_0x4062fa:0x219,_0x3daffd:0x390,_0xa43cde:0x237,_0x3aabc9:0x1a0,_0x49ac81:0x1ef,_0x41acd6:0x204,_0x172560:0x288,_0x48db42:0x210,_0x3ecc1a:0x3ec,_0x396b6e:0x3a0,_0x476ebd:0x3b8,_0x1fd421:0x1b6,_0x2dc7fe:0x1d4,_0x33b160:0x1fe,_0xe6bc6c:0x1bc,_0x402716:0x44c,_0x2fd51b:0x3eb,_0x4637c3:0x45f,_0x12e898:0x3ee,_0x508b9e:0x423,_0x4378fe:0x3a3,_0x2fb893:0x3f3,_0x3ac05c:0x181,_0x39a8b8:0x1aa,_0x15ba70:0x179,_0x55b3bc:0x1c0,_0x5def3f:0x203,_0x4f08f5:0x215,_0x4e744b:0x1ba,_0x463422:0x251,_0x122800:0x23d,_0x37676e:0x1d8,_0x1204a3:0x1e9,_0xde76ae:0x226,_0x30f9b1:0x2e9,_0x4c2cfb:0x2ba,_0x1c2bb9:0x3c3,_0x4c19e2:0x372,_0x1210f2:0x2e6,_0xfb37d5:0x369,_0x3a421b:0x39a,_0x990cf:0x33a,_0x40e622:0x33c,_0x336246:0x349,_0x256f6c:0x3a7,_0x4435d8:0x296,_0x56a28e:0x3fb,_0x1e21d9:0x236,_0x3310df:0x250,_0x4459c8:0x378,_0x114bb1:0x2f1,_0x287cb4:0x2ee,_0x5bc50c:0x289,_0x4d230b:0x41e,_0x24af3d:0x3c8,_0x7fa84d:0x27f,_0x1c174e:0x1f9,_0x2ed81d:0x367,_0x35b613:0x3b9,_0x40e88f:0x347,_0x21e6bf:0x307,_0x480336:0x328,_0x1781e1:0x357,_0x5ad922:0x2c4,_0x976060:0x332,_0x563f3e:0x23a,_0x71897f:0x261,_0x593ed3:0x302,_0x5bd427:0x208,_0x368763:0x21a,_0x55594b:0x284,_0xd2e99b:0x22b,_0x4d9e98:0x252,_0x231c0a:0x35e,_0x2943d4:0x393,_0x273e44:0x1d9,_0x2fb09e:0x1c1,_0x3254a6:0x260,_0xe2364b:0x25e,_0x30c631:0x1c3,_0x3ece46:0x1aa,_0x19150c:0x1b4,_0x7259b1:0x262,_0x11f2ce:0x26a,_0x36895c:0x3a3,_0x372874:0x29d,_0x31efb6:0x1f6,_0xf244a6:0x1d6,_0x509ae0:0x2eb,_0x3f86fb:0x2c6,_0x5137b2:0x289,_0x251329:0x230,_0x131d44:0x374,_0x5733f7:0x338,_0x5bca78:0x348,_0x2a1140:0x3b0,_0x2356d0:0x2a2,_0x1daf82:0x258,_0x5c1f51:0x21e,_0x517290:0x2ea,_0x5e01ff:0x28c,_0xda6f54:0x22d,_0x5a010c:0x280,_0x1f93c6:0x22f,_0x5a384d:0x378,_0x55b21a:0x220,_0x3fa626:0x430,_0x36e107:0x342,_0x3b3562:0x382,_0xdd6a6a:0x398,_0x29f641:0x223,_0xd1356:0x248,_0x2caf3a:0x26b,_0x31cfc8:0x257,_0x3598c0:0x381,_0x51e388:0x3cb,_0x371c81:0x3ce,_0x4f1d31:0x44a,_0x58f88a:0x3e2,_0x5a6cf9:0x45b,_0x5c5376:0x3d4,_0x172397:0x21d,_0x3683dc:0x23e,_0x4d862d:0x3f6,_0x59d901:0x284,_0xa6e354:0x21d,_0x1a0b68:0x241,_0x127c63:0x205},_0x3d4df9={_0x2a17d0:0x2d0,_0x3ed2ed:0x2bb,_0x364ca9:0x2b5,_0x4daf07:0x286},_0x2dae58={_0x30f9e9:0x225},_0x409e02={_0x240a16:0x393},_0x13679f={'BOkDv':function(_0x4ce6b5,_0x103a75){return _0x4ce6b5(_0x103a75);},'Zpyei':_0x50b998(-0x2d8,-0x2d7,-0x2bb,-0x28a),'wLZFl':_0x50b998(-_0x476454._0x13e79c,-_0x476454._0x292f4d,-0x260,-0x20c)+_0x19e2f7(0x368,_0x476454._0x12c80f,_0x476454._0x3ce120,0x359)+_0x19e2f7(0x377,0x318,_0x476454._0x317d21,_0x476454._0x21b37c)+_0x19e2f7(0x331,_0x476454._0x378333,_0x476454._0x4abb0a,0x36d)+_0x19e2f7(0x44d,_0x476454._0x3ba91c,_0x476454._0x267047,0x3f4)+_0x50b998(-_0x476454._0x7a0e2d,-_0x476454._0x4d05b6,-0x191,-_0x476454._0x26d217),'WPGZG':function(_0x4cf689,_0x1b9599){return _0x4cf689+_0x1b9599;},'FvZCM':_0x50b998(-_0x476454._0x13562f,-0x276,-_0x476454._0x16e2b9,-_0x476454._0x17af75)+_0x50b998(-0x2bd,-0x29e,-_0x476454._0x3c11c8,-_0x476454._0x1616d1)+_0x19e2f7(_0x476454._0x4ec470,_0x476454._0x4fde15,_0x476454._0x4a4d19,_0x476454._0x33a50f)+_0x50b998(-_0x476454._0x856daf,-0x210,-_0x476454._0x4062fa,-0x1ef)+_0x19e2f7(0x2ff,0x39a,_0x476454._0x3daffd,0x35e),'pPFZr':_0x50b998(-_0x476454._0xa43cde,-_0x476454._0x3aabc9,-_0x476454._0x49ac81,-_0x476454._0x41acd6)+'=','MOXIL':function(_0x4c9289,_0xe25132){return _0x4c9289!==_0xe25132;},'TIfRX':'oaDzY','rCfsd':_0x50b998(-_0x476454._0x172560,-0x251,-_0x476454._0x48db42,-0x27a),'NnrcY':function(_0x871fd6,_0x29fc52){return _0x871fd6!==_0x29fc52;},'rIGhP':'nUJoQ','UuJdC':_0x19e2f7(_0x476454._0x3ecc1a,0x347,_0x476454._0x396b6e,_0x476454._0x476ebd)+'=','eBGqC':function(_0x1d9342,_0x8d37d8){return _0x1d9342===_0x8d37d8;},'UiIYd':'--admin','sCSDb':_0x50b998(-0x231,-0x1e5,-_0x476454._0x1fd421,-_0x476454._0x2dc7fe)+_0x50b998(-0x1bd,-_0x476454._0x33b160,-_0x476454._0x26d217,-_0x476454._0xe6bc6c),'lPvZN':_0x19e2f7(0x3fc,0x3e0,_0x476454._0x402716,_0x476454._0x2fd51b),'NoTiN':_0x19e2f7(_0x476454._0x4637c3,0x404,0x3a6,_0x476454._0x12e898)};function _0x50b998(_0x541eb2,_0x4a21e8,_0x4d07b2,_0x3e4767){return _0x29ef(_0x3e4767- -_0x409e02._0x240a16,_0x541eb2);}const _0xedd6d4={};_0xedd6d4[_0x19e2f7(_0x476454._0x508b9e,_0x476454._0x4378fe,0x3de,_0x476454._0x2fb893)]=null,_0xedd6d4[_0x50b998(-_0x476454._0x3ac05c,-_0x476454._0x39a8b8,-_0x476454._0x15ba70,-0x1b6)]=null;function _0x19e2f7(_0x5933e9,_0x37fc62,_0x1ef018,_0x4feb98){return _0x29ef(_0x4feb98-_0x2dae58._0x30f9e9,_0x5933e9);}_0xedd6d4[_0x50b998(-0x23c,-_0x476454._0x55b3bc,-_0x476454._0x5def3f,-_0x476454._0x4f08f5)]=null,_0xedd6d4['password']=null,_0xedd6d4[_0x50b998(-_0x476454._0x4e744b,-_0x476454._0x463422,-0x232,-0x21a)+'min']=![],_0xedd6d4[_0x50b998(-0x1fb,-_0x476454._0x122800,-_0x476454._0x37676e,-_0x476454._0x1204a3)+'RoleFlag']=![],_0xedd6d4[_0x50b998(-_0x476454._0xde76ae,-_0x476454._0x30f9b1,-_0x476454._0x4c2cfb,-0x284)]=null;const _0x457d9a=_0xedd6d4;let _0x46343b=![];for(const _0x593655 of _0x37c0f8){if(_0x593655['startsWith'](_0x13679f[_0x19e2f7(_0x476454._0x1c2bb9,_0x476454._0x4c19e2,0x30b,0x36c)])){if(_0x13679f['MOXIL'](_0x13679f[_0x19e2f7(_0x476454._0x1210f2,_0x476454._0xfb37d5,_0x476454._0x3a421b,_0x476454._0x990cf)],_0x13679f[_0x19e2f7(0x394,0x2eb,0x2fe,_0x476454._0x4ec470)])){const _0x3b84b1={_0x4902ed:0x4a3},_0x3ba371={_0xdddd8b:0x242,_0x42dc38:0x284},_0xbad089={'EXVQF':function(_0x4fd72f,_0x50d1f7){function _0x166d27(_0x917067,_0x1faf0b,_0x2c7ccd,_0xa75d1f){return _0x50b998(_0x1faf0b,_0x1faf0b-0x1e5,_0x2c7ccd-0x1bb,_0x917067-0x413);}return _0x13679f[_0x166d27(_0x3ba371._0xdddd8b,0x243,_0x3ba371._0x42dc38,0x245)](_0x4fd72f,_0x50d1f7);}},_0x3c29f7={};_0x3c29f7[_0x19e2f7(_0x476454._0x3a421b,0x388,0x32a,_0x476454._0x40e622)]=_0x49aa6d[_0x19e2f7(0x3a6,_0x476454._0x336246,_0x476454._0x256f6c,0x37f)],_0x3c29f7[_0x50b998(-0x20c,-_0x476454._0x4435d8,-0x23b,-0x228)]=_0x5580c6['stdout'];const _0x4efb4f=_0x552a30[_0x50b998(-0x2fc,-0x2d9,-0x2e4,-0x28d)+_0x19e2f7(0x3c1,0x33e,_0x476454._0x56a28e,0x392)](_0x3c29f7);_0x4efb4f[_0x50b998(-0x208,-_0x476454._0x1e21d9,-0x215,-_0x476454._0x3310df)](_0x43ac36,_0x2bba2a=>{function _0x57da27(_0x16e117,_0x3e7b0a,_0x52351e,_0x19098d){return _0x50b998(_0x52351e,_0x3e7b0a-0x48,_0x52351e-0x6d,_0x16e117-_0x3b84b1._0x4902ed);}_0x4efb4f[_0x57da27(_0x3d4df9._0x2a17d0,_0x3d4df9._0x3ed2ed,_0x3d4df9._0x364ca9,_0x3d4df9._0x4daf07)](),_0xbad089['EXVQF'](_0x57247f,_0x2bba2a);});}else _0x457d9a['username']=_0x593655[_0x19e2f7(0x32c,0x3b7,0x3ba,_0x476454._0x4459c8)]('=')[0x20e0+0x3*-0x361+-0x16bc];}else{if(_0x593655[_0x50b998(-_0x476454._0x114bb1,-_0x476454._0x287cb4,-0x2ac,-_0x476454._0x5bc50c)](_0x13679f['rCfsd']))_0x13679f['NnrcY'](_0x13679f[_0x50b998(-0x22f,-0x2d0,-0x27c,-0x262)],'zzzSY')?_0x457d9a[_0x19e2f7(0x413,_0x476454._0x4d230b,_0x476454._0x24af3d,0x402)]=_0x593655[_0x50b998(-_0x476454._0x7fa84d,-0x2b1,-_0x476454._0x1c174e,-0x240)]('=')[0xe22+0x1149+-0x1f6a]:_0x514254[_0x19e2f7(0x32f,0x2df,0x2d2,0x334)]===_0x13679f[_0x19e2f7(0x399,0x35d,_0x476454._0x2ed81d,_0x476454._0x35b613)]?_0x4741ac[_0x19e2f7(_0x476454._0x40e88f,_0x476454._0x21e6bf,_0x476454._0x480336,_0x476454._0x1781e1)](_0x13679f[_0x19e2f7(0x302,0x35b,_0x476454._0x5ad922,_0x476454._0x976060)]):_0x1336c9[_0x50b998(-0x22a,-_0x476454._0x563f3e,-0x23f,-_0x476454._0x71897f)](_0x13679f[_0x19e2f7(0x39d,_0x476454._0x593ed3,0x338,0x343)](_0x50b998(-_0x476454._0x5bd427,-_0x476454._0x368763,-0x223,-0x20c)+_0x50b998(-0x28c,-_0x476454._0x55594b,-_0x476454._0xd2e99b,-_0x476454._0x4d9e98)+_0x6e7a83['legacyRole']+(_0x19e2f7(0x3a1,0x3ef,_0x476454._0x231c0a,_0x476454._0x2943d4)+_0x50b998(-_0x476454._0x273e44,-0x1cd,-0x242,-0x1fc)+_0x50b998(-0x1a9,-0x1d7,-0x170,-_0x476454._0x2fb09e)+'ontrols\x20en'+_0x50b998(-0x23a,-0x1ff,-_0x476454._0x3254a6,-_0x476454._0xe2364b)+_0x50b998(-_0x476454._0x30c631,-0x20c,-_0x476454._0x3ece46,-0x21b)),_0x13679f[_0x50b998(-0x26b,-0x1c0,-_0x476454._0x19150c,-_0x476454._0x5bd427)]));else{if(_0x593655[_0x50b998(-0x23d,-_0x476454._0x7259b1,-_0x476454._0x11f2ce,-0x289)]('--name='))_0x457d9a[_0x19e2f7(0x339,0x3e1,0x37a,_0x476454._0x36895c)]=_0x593655[_0x50b998(-_0x476454._0x372874,-_0x476454._0x31efb6,-_0x476454._0xf244a6,-0x240)]('=')[-0x7*-0x349+-0x1*0x68c+-0x1a5*0xa];else{if(_0x593655[_0x50b998(-_0x476454._0x509ae0,-_0x476454._0x3f86fb,-0x234,-_0x476454._0x5137b2)](_0x13679f[_0x50b998(-_0x476454._0x251329,-0x23a,-0x1fe,-0x21f)]))_0x457d9a[_0x19e2f7(0x373,_0x476454._0x4459c8,0x35e,0x3a4)]=_0x593655[_0x50b998(-0x288,-0x281,-0x1e5,-0x240)]('=')[-0xc*-0x36+0xb17+-0x48a*0x3];else{if(_0x13679f[_0x19e2f7(_0x476454._0x131d44,0x2fa,_0x476454._0x5733f7,0x360)](_0x593655,_0x13679f[_0x19e2f7(_0x476454._0x5bca78,_0x476454._0x2a1140,0x39d,0x34a)])||_0x13679f[_0x50b998(-0x229,-_0x476454._0x2356d0,-0x1f7,-_0x476454._0x1daf82)](_0x593655,_0x13679f[_0x50b998(-_0x476454._0x5c1f51,-_0x476454._0x517290,-0x24a,-_0x476454._0x5e01ff)]))_0x46343b=!![],_0x457d9a['isServerAd'+'min']=!![];else{if(_0x593655[_0x50b998(-_0x476454._0xda6f54,-0x233,-_0x476454._0x5a010c,-_0x476454._0x5137b2)](_0x13679f[_0x50b998(-0x26b,-0x1ba,-_0x476454._0x1f93c6,-_0x476454._0x3c11c8)])){const _0x524ced=_0x593655[_0x19e2f7(0x3a4,0x3c8,0x30b,_0x476454._0x5a384d)]('=')[-0x1*-0x1aa8+-0xac*-0x2+-0x1bff]?.[_0x50b998(-0x1ab,-0x1be,-_0x476454._0x55b21a,-_0x476454._0x37676e)]()['toLowerCas'+'e'](),_0x369b97=new Set([_0x13679f['Zpyei'],_0x19e2f7(0x388,_0x476454._0x3fa626,0x44b,0x3db),_0x19e2f7(0x339,_0x476454._0x36e107,0x392,_0x476454._0x3b3562),_0x13679f[_0x19e2f7(_0x476454._0xdd6a6a,0x3ab,0x35c,0x3c7)]]);if(!_0x369b97[_0x50b998(-_0x476454._0x29f641,-_0x476454._0xd1356,-0x262,-0x243)](_0x524ced))throw new Error(_0x50b998(-0x268,-0x2af,-_0x476454._0x2caf3a,-_0x476454._0x31cfc8)+_0x19e2f7(_0x476454._0x3598c0,0x37c,0x416,_0x476454._0x51e388)+'role:\x20\x22'+_0x524ced+(_0x19e2f7(0x398,_0x476454._0x40e622,0x37a,0x33b)+_0x19e2f7(0x3c0,0x360,0x412,_0x476454._0x371c81)+'in,\x20manage'+_0x19e2f7(_0x476454._0x4f1d31,0x3a0,_0x476454._0x58f88a,0x3f9)+_0x19e2f7(_0x476454._0x5a6cf9,_0x476454._0x5c5376,0x3a4,0x403)));_0x457d9a[_0x50b998(-_0x476454._0x172397,-0x19a,-0x240,-0x1e9)+_0x19e2f7(0x3c0,0x3d2,0x3e3,0x3b6)]=!![],_0x457d9a[_0x50b998(-_0x476454._0x3683dc,-0x26f,-0x2b7,-0x284)]=_0x524ced,!_0x46343b&&(_0x457d9a[_0x19e2f7(0x3ca,0x3ef,_0x476454._0x4d862d,0x39e)+_0x50b998(-_0x476454._0x59d901,-0x1ee,-_0x476454._0xa6e354,-_0x476454._0x1a0b68)]=_0x13679f[_0x50b998(-0x226,-0x2b3,-_0x476454._0x127c63,-_0x476454._0x1daf82)](_0x524ced,_0x13679f['Zpyei']));}}}}}}}return _0x457d9a;}function _0x49e9(){const _0x1bed1e=['Aw5NCYbPBIb0Aa','AwvQwxC','BhvLigzVCIaTlq','ywXPzcbLBwfPBa','D0DQuMi','ywX1zxm6igfKBq','DxnLzeXLz2fJEq','Cej0yKK','C0DKDwS','wgz5vKK','ywXPzcb1C2vYBG','iefKBwLUihjVBa','rxjYB3i6ifbHCW','CMvK','qu9qvvK','mtyYode5mhzkyvjLzG','BIbIAw5KAw5Nia','uundzNy','BwfUywDLCG','mJK1mZeYnxHLsKHlAq','ntKXnJK2mhfxCMDoCa','BM90ig1HDgnO','t01ZzKy','DhjPBq','CM5HBwuGAxmGCG','CgH2wue','icaGica','ls1Zzxj2zxiTyq','y2XVC2u','qvHkAgS','qK9Rrhy','D1PTtwO','yw1Lici','Aw5KAw5Nkq','ls1YB2XLpq','C3DVCMqGBxvZDa','t2Hjwve','DMLLD2vY','ywLSzwqGDg8GyW','rxjYB3i6ieLUDG','quvjEe0','C3rKB3v0','DxnLCM5HBwu','ic0TywrTAw4GAq','zxLLzu8','sfLlvLO','BYbSB25NzxiGyW','EMTuv2u','CIWGzgv2zwXVCa','mJKYnJqYmMzVDgvhuG','CIaI','zg1PBG','B0nXv08','nZuXodDOA0jAqu0','rxjYB3i6iezHAq','zKLbvhK','q2XsCxm','zw1HAwW','zxiSihzPzxDLCG','icbfBwfPBdOGia','Bg9N','vMX3t2O','zsbPCYbYzxf1Aq','r29PC3G','CYWGyw5KigH5Ca','zLvfqM8','EsbSzxr0zxjZla','DKTlz0q','DMjUtxu','Bhm6','y3jLyxrLsw50zq','C0ntrgi','DgvZDa','ywrTAw4','C3rHCNrZv2L0Aa','mJa0ndCYneLZvePnsa','iIbHBhjLywr5ia','D0XArMW','EfLMz2m','BgvNywn5uM9Szq','C3nMDwXSEse','lI4VCM9Szs1Kzq','zMLUAxrPB25ZlG','tfnMEuS','yw5KigvUDMLYBW','veLMuLG','iI4GvMfSAwqGDG','Aw5WDxq','AwWGAxmGCMvXDq','ls1LBwfPBd0','BgHuC0y','q3P4sNa','vxnLihrLyw1Zia','AvzvBLa','v1bhwKC','EfjgCxq','rxjYB3i6ifvZzq','vhDfyNC','swzkweG','vKfsBgy','zxjYB3i','vwLjwwq','A1PkyxO','igjLigf0igXLyq','C3n3B3jKlG','mJjdBufYtxO','rxr4yNy','zLr3ve4','tMLbrKK','CMLQyK4','Aw9AyvC','rxjYB3i6ia','ELzSzem','CKLhAfa','D2fYBG','q1fdrwe','lxjVBgu9ywrTAq','DMLYB25Tzw50ia','BIbPCYbKzxbYzq','C3qGocbJAgfYyq','CMvHDguGywrTAq','zsbxzwiGvuKU','q3jLyxrPBMCGDq','zujhCum','sw52ywXPzcb2yq','C2vYici','s2nrvNC','wLfzqvu','vK9tENC','lxjVBgu9','y3jLyxrLihvZzq','CxvLC3rPB24','CY5QCW','zxf1AxjLza','y3brze8','CfbgwNi','y2f0zwqUifvZzq','icbjrdOGicaGia','rMfPBgvKihrVia','rxjYB3i6ievTyq','zK5Hqva','ignYzwf0zwqU','C3DVCMrZigrVia','r09rqLm','AgfZ','y1rkv2C','BwLU','C3bSAxq','zg1PBIbIAw5KAq','ALDNwwS','D3jPDgu','AgvUCY4','rxjYB3i6ie5HBq','EwvZicH2AweGyG','C3rKAw4','ndqWzurNshHS','B2fzzKW','zgv2zwXVCgvY','vuXQvLK','wLzovey','vNLfvMC','qKfpELa','BgvUz3rO','BM1LBNqGyMLUza','yw4GBM93igXVzW','CvPvDui','te9Xvue','B250CM9SCYbLBG','iI4UlG','Bfb2wK4','AhPorfe','B3v0Chv0','rfvqteLdqvrf','CMzHy2u','igLZigrLChjLyW','BMCGy3jLyxrLza','Dw5KzxjZy29Yzq','igLUihDPDgGGDa','wuvqsKO','qLLzsLu','vxvkzem','v2fYBMLUzZOGqW','v2fYBMLUzZOGrG','zMLpA1y','ywnJzxnZlIa','Axntzxj2zxjbza','zs4GqwrTAw4GyG','yw1LigfUzcbWyq','rNvSBcboyw1LoG','zxHPC3rZlG','BMfTzq','CgfZC3DVCMq','B3vSzcbUB3qGzG','y29Kzq','u0PsrwC','BwvZC2fNzq','lI4VyMLUzgLUzW','y3rLCNm','vLjgBui','v2fYBMLUzZOGlq','De95D0G','igzVCM1HDcaI','rK55s1u','rNzAq00','zxHPDa','u2vYDMvYiefKBq','q29UzMLYBsbqyq','ls11C2vYBMfTzq','vxnLCM5HBwu6ia','uM9SzuzSywC','oIaGica','ls1WyxnZD29Yza','wNb5zwK','mtmZntLhrw5bzuW','icbtzxj2zxiGqq','yxrLzcbHBMqGBG','ugfZC3DVCMq6ia','vxnLCIbezxrHAq','icboyw1LoIaGia','icbvC2vYBMfTzq','u0TnD1u','ChD6qwu','4PYtifvZzxiGy3jL','ig51BwjLCNmSia','BNn0zwfKlG','u3ndt1u','tM9uAu4','rw1HAwW6ia'];_0x49e9=function(){return _0x1bed1e;};return _0x49e9();}async function createServerAdminBinding(_0x3ef971){const _0x3cf4df={_0x262802:0x3be,_0x25265b:0x3ad,_0x2702e2:0x3cc,_0x16014c:0x412,_0x2d472c:0x40e,_0x3db989:0x3b6,_0x3c9d0f:0x358,_0x5f0940:0x323,_0x1b4df2:0x31d,_0x47bb09:0x410,_0x2a1277:0x403,_0x413215:0x3e8,_0x4c2a0d:0x43d,_0x712f57:0x47d,_0x2d974b:0x369,_0xd75183:0x422,_0x3b428f:0x31a,_0x1c5dcc:0x34d,_0x38c942:0x36c,_0x4b48c8:0x415,_0x42cd6a:0x457,_0x49c7f8:0x475,_0x231144:0x47b,_0x3a209b:0x3ac,_0x5348f5:0x3db,_0x2afb2b:0x3f1,_0x29688f:0x449,_0x2960f5:0x352,_0x4f8d86:0x333,_0x230307:0x308,_0x496194:0x3ca,_0x1a225e:0x413,_0x5c4334:0x3ac,_0x3c20f:0x2fd,_0x62ebe2:0x345,_0x157db7:0x30e,_0x2fc037:0x3b8,_0x1bb09b:0x40b,_0x7fcaa1:0x37a,_0x3d42a5:0x3a2,_0x3463f3:0x43a,_0x107d2b:0x327,_0x1a18ef:0x382,_0x441053:0x391,_0x32c0db:0x330,_0x4eb120:0x3a7,_0x47e35d:0x3ae,_0x2e468c:0x2a0,_0x42f118:0x2be,_0x176d1f:0x3cb,_0x4811cf:0x37e,_0x5b6a4e:0x278,_0x3c1f94:0x2f7,_0x25cedc:0x362,_0x2e1bea:0x349,_0x3d4fc8:0x450,_0x16835c:0x476,_0x335218:0x3a8,_0x37e7ad:0x3f6,_0x57e192:0x40a,_0x5f0b9c:0x2d5,_0x1f27d8:0x2b1,_0x53c8fa:0x389,_0x3a2bb2:0x2a3,_0x5f3f3e:0x254,_0x346027:0x2a2,_0x5ef7b6:0x258,_0x13dc07:0x309,_0x283cd3:0x296,_0x3a83ea:0x460,_0x33222a:0x40e,_0x52959c:0x42b,_0x1be474:0x404,_0x145efd:0x3c6,_0x43e190:0x3a6,_0x221991:0x45b,_0x5eb7e9:0x3fa,_0x2c7a8b:0x333,_0x2d64e0:0x38f,_0x5f489b:0x3e2,_0x5b9a89:0x42a,_0x1a5394:0x3c8,_0x501d14:0x35b,_0x1dabee:0x3dc,_0x864166:0x353,_0x4a0b76:0x2fa,_0x212093:0x302,_0x30e110:0x399,_0x533886:0x404,_0x4755f8:0x4c2,_0x3c7a83:0x4cf,_0x14c1eb:0x320,_0x3b9406:0x2df,_0x2b641c:0x33a,_0x1d6c32:0x31f,_0xbf8501:0x3d9,_0x5048d9:0x2fe,_0x46dcb7:0x31d,_0x2edb6a:0x373,_0x267e8b:0x426,_0x23f99a:0x2da,_0x1ec175:0x2dc,_0x5f20c4:0x315,_0x127cd4:0x2ea,_0x280bcb:0x306,_0x90a0b4:0x2ff,_0x3a6ae8:0x3bb,_0x51ba59:0x3c1,_0x41e6d7:0x30a,_0x219640:0x41d,_0x24bb14:0x33d,_0x3d2a53:0x2b7,_0x40503f:0x34a,_0x2f7af4:0x2c1,_0x2b6ca5:0x3b3,_0x1a0bd8:0x30d,_0x5d7f39:0x305,_0x3c9d57:0x45f,_0x244e34:0x42e,_0x14812e:0x43b,_0x6ce4e6:0x478,_0x2f608d:0x306,_0x59695b:0x2bb,_0x6dcc0b:0x2d2,_0x2a2af5:0x2c5,_0xdb15b0:0x375,_0x2c138a:0x407,_0x54e6ae:0x431,_0x406534:0x465,_0x34f0ba:0x448,_0x2a21a4:0x48f},_0x4e0e8e={_0xef1ced:0x19f},_0x10edfb={'knhcE':function(_0x41a853,_0x25e2fd){return _0x41a853===_0x25e2fd;},'fTwTN':_0x1f8cc5(0x397,_0x3cf4df._0x262802,_0x3cf4df._0x25265b,_0x3cf4df._0x2702e2),'VRFmB':function(_0x354884,_0x3f0b8c){return _0x354884+_0x3f0b8c;},'tOywH':_0x3886ce(0x2b0,0x26c,0x252,0x294)+_0x1f8cc5(_0x3cf4df._0x16014c,_0x3cf4df._0x2d472c,_0x3cf4df._0x3db989,_0x3cf4df._0x3c9d0f)+'js','NHzKE':_0x3886ce(_0x3cf4df._0x5f0940,_0x3cf4df._0x1b4df2,0x2db,0x33e)+_0x1f8cc5(_0x3cf4df._0x47bb09,_0x3cf4df._0x2a1277,_0x3cf4df._0x413215,_0x3cf4df._0x4c2a0d),'vKKgD':function(_0x299e5f,_0x39b69){return _0x299e5f(_0x39b69);},'fUEBo':_0x1f8cc5(0x3db,0x44e,0x431,_0x3cf4df._0x712f57)+'in','pBtbI':_0x1f8cc5(_0x3cf4df._0x2d974b,0x374,0x3d4,0x43c),'wZmMj':_0x1f8cc5(0x3ba,_0x3cf4df._0xd75183,0x419,0x444)+_0x3886ce(0x31f,_0x3cf4df._0x3b428f,_0x3cf4df._0x1c5dcc,_0x3cf4df._0x38c942)+'ind\x20Server'+_0x1f8cc5(_0x3cf4df._0x4b48c8,_0x3cf4df._0x42cd6a,0x453,_0x3cf4df._0x49c7f8)+_0x1f8cc5(_0x3cf4df._0x231144,_0x3cf4df._0x3a209b,0x41e,0x442)+'inding\x20not'+_0x1f8cc5(0x391,_0x3cf4df._0x5348f5,_0x3cf4df._0x2afb2b,0x385),'CzxJp':_0x1f8cc5(0x3d8,0x488,_0x3cf4df._0x29688f,0x46e),'vbnMu':'bLIpg','hzNDQ':'user','IfJXH':'server','BAOzP':'cli','KcQVw':'\x20\x20Server\x20A'+_0x3886ce(0x2f3,_0x3cf4df._0x2960f5,_0x3cf4df._0x4f8d86,_0x3cf4df._0x230307)+_0x1f8cc5(_0x3cf4df._0x496194,0x449,_0x3cf4df._0x1a225e,_0x3cf4df._0x5c4334),'VyEVg':function(_0x349a56,_0x3f6a1f){return _0x349a56===_0x3f6a1f;},'ClRqs':_0x3886ce(_0x3cf4df._0x3c20f,0x2d2,_0x3cf4df._0x62ebe2,_0x3cf4df._0x157db7),'VOSzw':_0x1f8cc5(_0x3cf4df._0x2fc037,0x435,0x410,_0x3cf4df._0x1bb09b),'BVoGA':function(_0x39b40f,_0x4fc599){return _0x39b40f===_0x4fc599;},'lhTsF':_0x3886ce(_0x3cf4df._0x7fcaa1,0x3cf,0x3d0,_0x3cf4df._0x3d42a5),'YVvoP':_0x1f8cc5(0x3d3,0x453,_0x3cf4df._0x3463f3,0x47a)+_0x1f8cc5(0x445,0x413,0x3f8,0x43d)+'ng\x20already'+'\x20exists'};function _0x3886ce(_0x505774,_0x16aec7,_0x1853cf,_0x3f3cbd){return _0x29ef(_0x505774-_0x4e0e8e._0xef1ced,_0x16aec7);}const {getRoleByName:_0x3c865e,loadRoles:_0x1f5a6a}=await import(_0x10edfb[_0x3886ce(_0x3cf4df._0x107d2b,_0x3cf4df._0x1a18ef,_0x3cf4df._0x441053,_0x3cf4df._0x32c0db)]),{createBinding:_0x2485d3}=await import(_0x10edfb['NHzKE']);function _0x1f8cc5(_0x51fa48,_0xa99218,_0x2d812f,_0x12208f){return _0x29ef(_0x2d812f-0x2a4,_0x51fa48);}await _0x1f5a6a();const _0x19821f=await _0x10edfb[_0x1f8cc5(0x393,0x3ae,_0x3cf4df._0x4eb120,_0x3cf4df._0x47e35d)](_0x3c865e,_0x10edfb[_0x3886ce(_0x3cf4df._0x2e468c,_0x3cf4df._0x42f118,0x28e,0x29f)]);if(!_0x19821f){if(_0x1f8cc5(0x3fb,_0x3cf4df._0x176d1f,0x3d4,_0x3cf4df._0x4811cf)===_0x10edfb[_0x3886ce(0x34a,0x2fd,0x336,0x390)]){console[_0x3886ce(0x2c3,_0x3cf4df._0x5b6a4e,_0x3cf4df._0x3c1f94,0x2e5)](_0x10edfb[_0x3886ce(_0x3cf4df._0x25cedc,0x36c,0x326,_0x3cf4df._0x2e1bea)]);return;}else _0x5d4e5e[_0x1f8cc5(0x3c9,_0x3cf4df._0x3d4fc8,0x41d,_0x3cf4df._0x16835c)+_0x1f8cc5(_0x3cf4df._0x335218,0x39d,_0x3cf4df._0x37e7ad,_0x3cf4df._0x57e192)]=_0x10edfb['knhcE'](_0x50eabc,_0x10edfb[_0x3886ce(0x2ca,_0x3cf4df._0x5f0b9c,0x265,_0x3cf4df._0x1f27d8)]);}try{_0x10edfb[_0x1f8cc5(0x414,0x414,0x3bf,_0x3cf4df._0x53c8fa)]!==_0x10edfb[_0x3886ce(_0x3cf4df._0x3a2bb2,_0x3cf4df._0x5f3f3e,0x2d0,0x2e9)]?(await _0x10edfb[_0x3886ce(_0x3cf4df._0x346027,_0x3cf4df._0x5ef7b6,_0x3cf4df._0x13dc07,_0x3cf4df._0x283cd3)](_0x2485d3,{'subject_type':_0x10edfb[_0x1f8cc5(0x3ed,_0x3cf4df._0x3a83ea,_0x3cf4df._0x33222a,_0x3cf4df._0x52959c)],'subject_id':_0x3ef971,'role_id':_0x19821f['id'],'resource_type':_0x10edfb[_0x1f8cc5(_0x3cf4df._0x1be474,0x3c6,_0x3cf4df._0x145efd,_0x3cf4df._0x43e190)],'created_by':_0x10edfb[_0x1f8cc5(_0x3cf4df._0x221991,0x45e,0x405,_0x3cf4df._0x5eb7e9)]}),console[_0x3886ce(0x37f,_0x3cf4df._0x2702e2,0x39e,_0x3cf4df._0x2c7a8b)](_0x10edfb[_0x1f8cc5(_0x3cf4df._0x2d64e0,0x3a1,_0x3cf4df._0x5f489b,0x372)])):_0x1a2265[_0x1f8cc5(_0x3cf4df._0x5b9a89,0x3b6,_0x3cf4df._0x1a5394,_0x3cf4df._0x501d14)](_0x1f8cc5(_0x3cf4df._0x176d1f,0x46c,0x41a,0x48a)+'ailed\x20to\x20c'+_0x1f8cc5(0x40c,0x3f2,_0x3cf4df._0x1dabee,0x431)+_0x3886ce(_0x3cf4df._0x864166,_0x3cf4df._0x4a0b76,_0x3cf4df._0x212093,_0x3cf4df._0x53c8fa)+'-\x20'+_0x226085['message']);}catch(_0x10596c){_0x10edfb[_0x1f8cc5(0x460,_0x3cf4df._0x30e110,_0x3cf4df._0x533886,0x469)](_0x10edfb[_0x1f8cc5(_0x3cf4df._0x4755f8,_0x3cf4df._0x3c7a83,0x480,0x4c7)],_0x10edfb['ClRqs'])?_0x10596c[_0x3886ce(_0x3cf4df._0x14c1eb,0x366,_0x3cf4df._0x212093,0x2ff)]===_0x10edfb[_0x3886ce(_0x3cf4df._0x3b9406,0x2be,_0x3cf4df._0x2b641c,_0x3cf4df._0x1d6c32)]?_0x10edfb['BVoGA'](_0x10edfb[_0x1f8cc5(0x3e4,_0x3cf4df._0xbf8501,0x3be,0x3db)],_0x3886ce(_0x3cf4df._0x5048d9,0x2f8,0x354,0x33b))?_0x4917e7[_0x3886ce(_0x3cf4df._0x46dcb7,0x35f,_0x3cf4df._0x2edb6a,0x2b3)]=_0x52a8bd[_0x1f8cc5(_0x3cf4df._0x267e8b,0x40b,0x3f7,0x453)]('=')[0x1*0x225a+0x2275*-0x1+0x1c]:console['log'](_0x10edfb['YVvoP']):console[_0x3886ce(0x2c3,_0x3cf4df._0x23f99a,0x32e,_0x3cf4df._0x1ec175)](_0x3886ce(_0x3cf4df._0x5f20c4,_0x3cf4df._0x127cd4,0x33b,0x2f7)+_0x3886ce(_0x3cf4df._0x2d974b,_0x3cf4df._0x280bcb,_0x3cf4df._0x90a0b4,_0x3cf4df._0x3a6ae8)+'reate\x20admi'+_0x3886ce(_0x3cf4df._0x864166,_0x3cf4df._0x51ba59,0x35c,_0x3cf4df._0x41e6d7)+'-\x20'+_0x10596c['message']):_0x1acf1b[_0x1f8cc5(0x444,_0x3cf4df._0x219640,0x3d6,0x3ef)](_0x10edfb[_0x3886ce(0x325,0x336,_0x3cf4df._0x24bb14,_0x3cf4df._0x3d2a53)](_0x3886ce(0x326,_0x3cf4df._0x40503f,_0x3cf4df._0x2f7af4,0x2d4)+'-role='+_0x15a9ad[_0x1f8cc5(0x362,0x3cf,_0x3cf4df._0x2b6ca5,0x35e)]+(_0x3886ce(_0x3cf4df._0x1a0bd8,0x364,_0x3cf4df._0x5d7f39,0x2fb)+_0x1f8cc5(_0x3cf4df._0x3c9d57,_0x3cf4df._0x244e34,_0x3cf4df._0x14812e,_0x3cf4df._0x6ce4e6)+'o\x20longer\x20c'+_0x3886ce(_0x3cf4df._0x2f608d,0x2f8,0x327,0x352)+_0x3886ce(0x2d4,0x329,0x2e7,0x2bb)+'access.\x20'),_0x3886ce(_0x3cf4df._0x59695b,_0x3cf4df._0x6dcc0b,0x313,_0x3cf4df._0x2a2af5)+_0x1f8cc5(0x350,0x3b2,0x3b8,_0x3cf4df._0xdb15b0)+_0x1f8cc5(0x3bd,0x3a8,_0x3cf4df._0x2c138a,_0x3cf4df._0x54e6ae)+_0x1f8cc5(_0x3cf4df._0x406534,0x436,_0x3cf4df._0x34f0ba,_0x3cf4df._0x2a21a4)+'e\x20Web\x20UI.'));}}export async function createUserCommand(_0x5a1490){const _0x325f2f={_0x532fb6:0x428,_0x54e16b:0x417,_0x341e98:0x37e,_0x342bc9:0x3a6,_0x1bafa0:0x3d8,_0x4fbd15:0x374,_0x5744c5:0x4c5,_0x27d268:0x45f,_0x3c54a6:0x3c6,_0x487019:0x439,_0x3c14b5:0x3f1,_0x3569e1:0x457,_0x418ed5:0x412,_0x61325e:0x3b7,_0x3a882a:0x400,_0x2c6ce0:0x40e,_0x36dd57:0x3aa,_0x2518a3:0x3e4,_0x4a7900:0x46c,_0xec98f6:0x434,_0x311da0:0x384,_0x2e555b:0x331,_0x3cbf75:0x39d,_0x15364f:0x390,_0x5792c9:0x42d,_0x5748cf:0x398,_0x5c2004:0x3c2,_0x57fd6d:0x427,_0x97bdd6:0x3b2,_0x5e6fb6:0x41e,_0x466ced:0x3d6,_0x21edeb:0x404,_0x1cf2b2:0x3d0,_0x8aa7e0:0x45d,_0x1579ab:0x41d,_0x2e8d53:0x47c,_0x5a2221:0x3d8,_0x29ebc6:0x35a,_0x18cb97:0x32d,_0x3807a3:0x33b,_0x15623d:0x39f,_0xb22717:0x3cb,_0xd0fd9c:0x389,_0x31f1d3:0x380,_0x190e21:0x36c,_0x5c03b5:0x44a,_0x2b6063:0x437,_0x4fbf41:0x3bc,_0x28450:0x3b1,_0x58890c:0x3c8,_0x3a4d08:0x364,_0x274a6d:0x391,_0x434dbb:0x3e3,_0xa0c902:0x3b8,_0x32d489:0x3d2,_0x3510d9:0x3c5,_0x51d742:0x3a2,_0x5d2b9f:0x40b,_0x513366:0x3b8,_0x9f1442:0x387,_0x39697b:0x401,_0x1aa5d4:0x3f8,_0x248799:0x460,_0x57365e:0x385,_0x58d7fb:0x39f,_0x3ffd48:0x30d,_0x10bf1d:0x35e,_0x1068c5:0x3c6,_0x5e7f60:0x38c,_0x50a4e8:0x41a,_0x97885b:0x368,_0x3c01c6:0x3df,_0x240ec2:0x490,_0x2e2276:0x462,_0x50ce92:0x40f,_0xd823ff:0x400,_0x132463:0x3b4,_0x4a19a4:0x422,_0x137d0f:0x3d8,_0x14191d:0x38a,_0x215d45:0x3c2,_0x8c98:0x3d7,_0x14863f:0x41c,_0x45c542:0x378,_0x25d89c:0x416,_0x25505e:0x408,_0x159ce3:0x447,_0x1dc87d:0x404,_0x3e2fe8:0x39e,_0x147265:0x357,_0x4e8f80:0x40a,_0x5b8519:0x407,_0x4a9b9c:0x3ab,_0xfa5148:0x406,_0x256b11:0x3c2,_0x4bd23d:0x403,_0x293af7:0x32a,_0x3325b7:0x3d5,_0x42235b:0x3a1,_0xb8cae5:0x3bd,_0x2ee1f1:0x48d,_0x1d610b:0x3cf,_0x59e3e8:0x3df,_0x40cb42:0x39d,_0x49022d:0x41f,_0x260da3:0x3f4,_0x2ecc7e:0x3fb,_0x3f1871:0x3db,_0x300e8f:0x3fe,_0x3611b1:0x3d9,_0x1c68f0:0x3e1,_0x3c3175:0x385,_0x4620b6:0x353,_0x4615a4:0x3bb,_0x4d440f:0x35c,_0x5c6dae:0x35f,_0x5f5abc:0x3e2,_0x254571:0x40b,_0x569e58:0x3b7,_0x3c97da:0x433,_0x54f6ca:0x43b,_0x55ea89:0x40d,_0x540997:0x3de,_0x4afabb:0x38d,_0x3e01b6:0x45e,_0x158e0f:0x3cb,_0x30ddb2:0x3a0,_0x2b5393:0x3e3,_0x29c08f:0x4be,_0x10e238:0x406,_0x49a1ce:0x422,_0xedb590:0x423,_0x1fd596:0x46d,_0x3f1c74:0x410,_0x1bd54e:0x418,_0x166f1b:0x433,_0x117e6f:0x43c,_0x141829:0x43d,_0x2e1fcd:0x3d8,_0x10215e:0x431,_0x52a43c:0x38b,_0x563014:0x3f5,_0xa6db51:0x484,_0x1d6557:0x3d2,_0x29ec88:0x3f5,_0x2e75d5:0x42b,_0x35765c:0x42e,_0xbc40ba:0x427,_0x3a91ca:0x402,_0x326aee:0x3d3,_0x580703:0x3b4,_0x4fb73f:0x3a5,_0x1db267:0x36d,_0x5217d2:0x422,_0x5e6112:0x430,_0x2a8711:0x3b3,_0x437344:0x3fc,_0x518445:0x473,_0x4a6eb0:0x3ee,_0x4eeab7:0x469,_0x3949df:0x44b,_0xc5b12f:0x461,_0x5b179d:0x3f2,_0x25d1b7:0x449,_0x728392:0x3df,_0x293f47:0x431,_0x47ae14:0x461,_0x50cfea:0x40f,_0x275953:0x426,_0x1dcd36:0x3b9,_0x54e92b:0x3ac,_0x209f07:0x409,_0x434a03:0x3f8,_0x4949ba:0x41c,_0x4bcb0f:0x438,_0x452b16:0x3ac,_0x43acb0:0x47e,_0x5d935b:0x40f,_0x333474:0x3d1,_0x19bcc3:0x3a1,_0x42b026:0x427,_0x130467:0x3b4,_0x313956:0x419,_0x363cbf:0x3b4,_0x2a8bbf:0x44d,_0x53c6d9:0x42c,_0x6acce5:0x3e0,_0x53f0a1:0x477,_0x315b6a:0x46d,_0x5967d6:0x489,_0x3c80bc:0x46e,_0x44522c:0x380,_0x6c2441:0x378,_0x59b12f:0x3f7,_0x5dfcb1:0x3a4,_0x39388c:0x3dd,_0x26ca91:0x454,_0x323479:0x419,_0x308deb:0x47d,_0x42afa2:0x443,_0x102382:0x348,_0x3732ed:0x3a3,_0x341de2:0x35c,_0x5d1234:0x3ad,_0x15e3ba:0x3cd,_0x26bdf8:0x3bc,_0xe48261:0x44f,_0x2ca0fb:0x43e,_0x5e5cff:0x4c6,_0x1cbee1:0x42f,_0x33d721:0x3e5,_0x36b8db:0x41c,_0x4e2859:0x46e,_0x3e5ba5:0x3fd,_0x1510de:0x467,_0x2d1614:0x451,_0x523a5b:0x413,_0x27670a:0x3b7,_0x5dc040:0x34d,_0x4ce0d3:0x391,_0x549514:0x376,_0x12a741:0x432,_0x2ab10c:0x45d,_0x59e73b:0x42a,_0x3e61ae:0x338,_0xe29b2e:0x403,_0x149463:0x380,_0x395785:0x436,_0x33029c:0x371,_0x3eb902:0x391,_0x4d8722:0x45e,_0x2ed7d9:0x3f8,_0x1aaa57:0x449,_0x3f5c20:0x429,_0x312fa4:0x423,_0x3688c7:0x3ec,_0x5bacb8:0x477,_0x44d9eb:0x403,_0x5ec00b:0x392,_0xb2889b:0x33f,_0x54e526:0x393,_0x4d8510:0x3cd,_0x1a1028:0x3f3,_0x9a491d:0x3c0,_0xe4e871:0x414,_0x3c35a8:0x445,_0x308953:0x45d,_0x5026a4:0x395,_0x54148f:0x339,_0x4855bf:0x37a,_0x159f8f:0x457,_0x5aaff4:0x469,_0x99f613:0x49a,_0x2f3770:0x44e,_0x92d6e3:0x38f,_0x2020f1:0x398,_0xc432ae:0x470,_0x13ce99:0x434,_0x2eef4a:0x429,_0x427c11:0x39d,_0x31624d:0x384,_0x1993d6:0x399,_0x544138:0x359,_0x119a43:0x434,_0x371a44:0x35b,_0x1b0aec:0x46c,_0x12e37d:0x452,_0x3f844a:0x415,_0x1e9969:0x480,_0x2740bd:0x3e3,_0x3ce2ef:0x448,_0x4f621b:0x42e,_0x10f245:0x495,_0xbe4a07:0x496,_0x143b20:0x414,_0x2c4f78:0x486,_0x43fb73:0x412,_0x192f26:0x45b,_0x493f04:0x412,_0x5ebbfc:0x444,_0x7cb032:0x3ee,_0x8e52e6:0x411,_0x2d7871:0x3f4,_0x1a159b:0x48e,_0x412a67:0x3e8,_0x2a502f:0x426,_0x586b64:0x414,_0x2f297b:0x40e,_0x1ff240:0x403,_0x12e9f5:0x3cd,_0x3bf9d6:0x3d4,_0x1324d7:0x421,_0x3794c6:0x4c9,_0x1b8bca:0x45c,_0x57a3ac:0x405,_0x320cd2:0x3da,_0x3745de:0x3b4,_0x38a567:0x39c,_0x5ae4ee:0x47e,_0x25358a:0x46a};function _0x41cdc6(_0x2861dc,_0x15e8a6,_0x4bedba,_0x333a62){return _0x29ef(_0x15e8a6-0x290,_0x2861dc);}function _0x5c1415(_0x2d0c6b,_0x5f19c0,_0xe6792b,_0x49a830){return _0x29ef(_0x49a830-0x254,_0x2d0c6b);}const _0x3192b9={'TwEbw':_0x41cdc6(_0x325f2f._0x532fb6,_0x325f2f._0x54e16b,0x47a,0x3d5)+_0x5c1415(_0x325f2f._0x341e98,_0x325f2f._0x342bc9,0x3f1,0x388)+'n\x20is\x20depre'+_0x41cdc6(0x369,_0x325f2f._0x1bafa0,0x40f,_0x325f2f._0x4fbd15)+_0x41cdc6(_0x325f2f._0x5744c5,_0x325f2f._0x27d268,0x475,0x4b4)+_0x41cdc6(_0x325f2f._0x3c54a6,0x430,_0x325f2f._0x487019,0x3c3),'phvYA':'Error:\x20Pas'+_0x41cdc6(_0x325f2f._0x3c14b5,_0x325f2f._0x3569e1,0x403,0x41f)+_0x41cdc6(_0x325f2f._0x418ed5,_0x325f2f._0x61325e,0x35e,_0x325f2f._0x3a882a)+_0x41cdc6(_0x325f2f._0x2c6ce0,0x3c7,_0x325f2f._0x36dd57,_0x325f2f._0x2518a3)+_0x41cdc6(_0x325f2f._0x4a7900,0x415,0x459,_0x325f2f._0xec98f6),'kZJaz':function(_0x1d0a91,_0x2410c0){return _0x1d0a91(_0x2410c0);},'zkTWe':function(_0x212a4a,_0x5f17ae){return _0x212a4a!==_0x5f17ae;},'OhIYQ':'MjNoz','FNyKU':function(_0x2cb060,_0x93cadf){return _0x2cb060(_0x93cadf);},'xRFqt':function(_0x4498df,_0x1dad3d){return _0x4498df===_0x1dad3d;},'oCqWO':'rzKoL','xYfgc':function(_0x515e37,_0x1dd6bd){return _0x515e37===_0x1dd6bd;},'wGjRb':function(_0x3b44dd,_0xbdfd80){return _0x3b44dd===_0xbdfd80;},'SKMwU':_0x41cdc6(_0x325f2f._0x311da0,0x399,_0x325f2f._0x2e555b,0x3bd),'LEmwf':function(_0x49f4b8,_0x1f6296){return _0x49f4b8+_0x1f6296;},'fiOkV':function(_0x59dafc,_0x388ad7){return _0x59dafc===_0x388ad7;},'fNaAP':_0x5c1415(_0x325f2f._0x3cbf75,_0x325f2f._0x15364f,_0x325f2f._0x3c14b5,0x381),'HPtiY':_0x41cdc6(0x3a7,0x3b3,0x3e4,0x378),'QCCfv':function(_0x5ddabe,_0x548c3d){return _0x5ddabe(_0x548c3d);},'AXJhk':function(_0x2d6720,_0xffd6b4){return _0x2d6720(_0xffd6b4);},'CQCEa':_0x5c1415(0x3e0,_0x325f2f._0x5792c9,_0x325f2f._0x5748cf,0x3d0)+'\x20','SsCOU':function(_0x43d4eb,_0x3b9000,_0x49a1ac){return _0x43d4eb(_0x3b9000,_0x49a1ac);},'HYKVZ':_0x41cdc6(_0x325f2f._0x5c2004,0x428,0x406,_0x325f2f._0x57fd6d),'BYYJU':_0x41cdc6(_0x325f2f._0x97bdd6,_0x325f2f._0x5e6fb6,0x465,0x47f)+'ssword:\x20','SJREg':_0x5c1415(0x449,_0x325f2f._0x466ced,0x417,_0x325f2f._0x21edeb)+_0x41cdc6(_0x325f2f._0x1cf2b2,0x3de,0x3bc,0x377)+_0x5c1415(_0x325f2f._0x8aa7e0,_0x325f2f._0x1579ab,0x455,0x40d),'eyeeO':'Error:\x20Use'+_0x5c1415(0x47c,_0x325f2f._0x2e8d53,_0x325f2f._0x5a2221,0x410)+'equired','WkYGw':_0x5c1415(_0x325f2f._0x29ebc6,_0x325f2f._0x18cb97,_0x325f2f._0x3807a3,_0x325f2f._0x15623d)+_0x5c1415(_0x325f2f._0xb22717,_0x325f2f._0xd0fd9c,_0x325f2f._0x31f1d3,_0x325f2f._0x190e21)+'ired','GOQBS':function(_0x62f55f,_0x2d6acb){return _0x62f55f===_0x2d6acb;},'cpQdO':_0x41cdc6(0x481,_0x325f2f._0x5c03b5,_0x325f2f._0x2b6063,0x416),'TtCvV':function(_0x261796,_0x2995d4){return _0x261796(_0x2995d4);},'sGduk':function(_0x384e47,_0x45baee){return _0x384e47!==_0x45baee;},'ZTyDF':'vaTBp','cTJWg':_0x5c1415(_0x325f2f._0x4fbf41,0x41d,0x391,0x3f2)+'ated\x20succe'+_0x5c1415(0x3b3,_0x325f2f._0x28450,_0x325f2f._0x58890c,_0x325f2f._0x3a4d08),'XSXHd':_0x5c1415(0x399,_0x325f2f._0x274a6d,0x343,0x3ad)+_0x41cdc6(0x417,0x455,0x499,_0x325f2f._0x434dbb),'AEIxM':'The\x20user\x20c'+_0x5c1415(0x3a8,0x429,0x39d,_0x325f2f._0xa0c902)+_0x5c1415(_0x325f2f._0x311da0,0x3e1,_0x325f2f._0x32d489,_0x325f2f._0x3510d9)+'heir\x20usern'+_0x41cdc6(_0x325f2f._0x51d742,_0x325f2f._0x5d2b9f,0x3df,_0x325f2f._0xb22717)+_0x41cdc6(0x3d1,_0x325f2f._0x513366,0x37f,0x35c),'nppxp':_0x41cdc6(_0x325f2f._0x2518a3,0x3da,0x445,0x39b)+_0x41cdc6(_0x325f2f._0x9f1442,0x3d2,_0x325f2f._0x39697b,0x383)+'r'};let _0x57c378;try{_0x3192b9['zkTWe'](_0x3192b9[_0x5c1415(_0x325f2f._0x1aa5d4,_0x325f2f._0x248799,0x3f0,0x41c)],_0x3192b9['OhIYQ'])?(_0x4d8846[_0x5c1415(_0x325f2f._0x57365e,_0x325f2f._0xb22717,0x39a,0x378)](_0x5c1415(0x356,0x380,0x3de,_0x325f2f._0x58d7fb)+_0x5c1415(_0x325f2f._0x3ffd48,0x3d2,_0x325f2f._0x10bf1d,0x36c)+'ired'),_0xc1b2fb[_0x5c1415(_0x325f2f._0x1068c5,_0x325f2f._0x5e7f60,0x449,0x3e0)](0x855+0x1365+-0x1bb9)):_0x57c378=_0x3192b9[_0x41cdc6(0x3e7,_0x325f2f._0x50a4e8,0x44b,0x408)](parseCreateUserArgs,_0x5a1490);}catch(_0x498aca){_0x3192b9[_0x5c1415(0x314,_0x325f2f._0x97885b,0x357,0x373)](_0x3192b9[_0x5c1415(_0x325f2f._0x3c01c6,_0x325f2f._0x240ec2,0x3bb,0x42c)],_0x3192b9[_0x5c1415(_0x325f2f._0x2e2276,_0x325f2f._0x50ce92,0x414,0x42c)])?(console[_0x41cdc6(_0x325f2f._0xd823ff,_0x325f2f._0x132463,_0x325f2f._0x4a19a4,_0x325f2f._0x137d0f)]('Error:\x20'+_0x498aca[_0x5c1415(_0x325f2f._0x14191d,_0x325f2f._0x215d45,0x409,_0x325f2f._0x8c98)]),process[_0x41cdc6(0x438,_0x325f2f._0x14863f,0x48e,0x3d6)](-0xfb3+-0x23c5*0x1+0x3379)):(_0x315054[_0x5c1415(0x3e4,_0x325f2f._0x3ffd48,0x3b6,_0x325f2f._0x45c542)](_0x41cdc6(0x3be,0x3bf,0x35c,_0x325f2f._0x25d89c)+_0x2e51e7['message']),_0x9c90b6[_0x5c1415(0x3a1,0x3df,0x39c,0x3e0)](-0x118a+0xad*0x2+0x1031));}_0x57c378['usedLegacy'+_0x41cdc6(_0x325f2f._0x25505e,0x421,_0x325f2f._0x513366,_0x325f2f._0x159ce3)]&&(_0x3192b9[_0x41cdc6(_0x325f2f._0x1dc87d,_0x325f2f._0x3e2fe8,0x3e4,_0x325f2f._0x147265)](_0x41cdc6(0x3aa,0x3a3,_0x325f2f._0x4e8f80,_0x325f2f._0x5b8519),_0x5c1415(0x414,0x3ad,_0x325f2f._0x4a9b9c,_0x325f2f._0xfa5148))?_0x309d56[_0x41cdc6(0x385,_0x325f2f._0x256b11,_0x325f2f._0x4bd23d,0x37a)](_0x3192b9[_0x5c1415(0x38e,_0x325f2f._0x466ced,_0x325f2f._0x293af7,0x375)]):_0x3192b9[_0x5c1415(0x423,_0x325f2f._0x3325b7,_0x325f2f._0x42235b,0x3fc)](_0x57c378[_0x5c1415(_0x325f2f._0xb8cae5,0x310,_0x325f2f._0xa0c902,0x363)],_0x3192b9[_0x41cdc6(_0x325f2f._0x2ee1f1,0x42c,0x3c1,0x3e1)])?console[_0x5c1415(0x368,_0x325f2f._0x1d610b,_0x325f2f._0x59e3e8,0x386)](_0x3192b9[_0x5c1415(_0x325f2f._0x40cb42,0x32b,_0x325f2f._0x2e555b,0x375)]):console[_0x41cdc6(_0x325f2f._0x49022d,0x3c2,0x3f4,_0x325f2f._0x59e3e8)](_0x3192b9['LEmwf'](_0x5c1415(_0x325f2f._0x260da3,0x442,_0x325f2f._0x2ecc7e,_0x325f2f._0x3f1871)+'-role='+_0x57c378['legacyRole']+(_0x41cdc6(0x426,_0x325f2f._0x300e8f,_0x325f2f._0x3611b1,_0x325f2f._0x1c68f0)+'ated\x20and\x20n'+'o\x20longer\x20c'+_0x5c1415(0x410,_0x325f2f._0x3c3175,_0x325f2f._0x4620b6,_0x325f2f._0x4615a4)+'vironment\x20'+'access.\x20'),_0x41cdc6(_0x325f2f._0x4d440f,0x3ac,_0x325f2f._0x5c6dae,_0x325f2f._0x5f5abc)+'and\x20enviro'+_0x5c1415(0x348,0x403,_0x325f2f._0x254571,_0x325f2f._0x569e58)+_0x41cdc6(_0x325f2f._0x3c97da,0x434,_0x325f2f._0x54f6ca,_0x325f2f._0x55ea89)+_0x5c1415(0x3bf,_0x325f2f._0x540997,0x398,_0x325f2f._0x4afabb))));!_0x57c378[_0x41cdc6(0x44e,_0x325f2f._0x3e01b6,0x461,0x475)]&&(_0x3192b9[_0x5c1415(0x391,_0x325f2f._0x50ce92,0x3f0,_0x325f2f._0x158e0f)](_0x3192b9[_0x5c1415(0x338,0x369,0x344,_0x325f2f._0x30ddb2)],_0x3192b9['HPtiY'])?_0x5aa821['username']=_0xf1ff72[_0x41cdc6(0x399,_0x325f2f._0x2b5393,0x3ee,0x435)]('=')[-0x1*-0x25c9+-0x4f*-0xe+-0x2a1a]:_0x57c378[_0x41cdc6(0x3ee,0x45e,0x497,_0x325f2f._0x29c08f)]=await _0x3192b9[_0x41cdc6(0x459,0x445,0x412,_0x325f2f._0x10e238)](prompt,_0x5c1415(0x3a3,_0x325f2f._0x49a1ce,0x3ef,0x3e4)));!_0x57c378['email']&&(_0x57c378[_0x41cdc6(_0x325f2f._0xedb590,_0x325f2f._0x1fd596,_0x325f2f._0x3f1c74,_0x325f2f._0x1bd54e)]=await _0x3192b9['QCCfv'](prompt,_0x41cdc6(_0x325f2f._0x25505e,_0x325f2f._0x166f1b,0x446,0x43a)));!_0x57c378[_0x41cdc6(0x430,0x40e,_0x325f2f._0x117e6f,_0x325f2f._0x141829)]&&(_0x57c378[_0x41cdc6(0x449,0x40e,0x3b8,0x3e7)]=await _0x3192b9['AXJhk'](prompt,_0x3192b9[_0x5c1415(0x3ef,0x3c5,_0x325f2f._0x2e1fcd,0x387)]));if(!_0x57c378['password']){_0x57c378[_0x41cdc6(_0x325f2f._0x10215e,0x40f,0x42c,0x47b)]=await _0x3192b9[_0x5c1415(_0x325f2f._0x10215e,0x383,_0x325f2f._0x52a43c,_0x325f2f._0x563014)](prompt,_0x3192b9[_0x5c1415(_0x325f2f._0xb22717,_0x325f2f._0x10215e,_0x325f2f._0xa6db51,0x425)],!![]);const _0x2a65d5=await _0x3192b9[_0x5c1415(_0x325f2f._0x1d6557,0x416,0x45f,_0x325f2f._0x29ec88)](prompt,_0x3192b9[_0x5c1415(0x390,_0x325f2f._0x2e75d5,0x40b,0x3c7)],!![]);_0x3192b9[_0x5c1415(0x48e,0x3b7,_0x325f2f._0x35765c,_0x325f2f._0xbc40ba)](_0x57c378[_0x5c1415(_0x325f2f._0x3a4d08,_0x325f2f._0x3a91ca,0x3b8,_0x325f2f._0x326aee)],_0x2a65d5)&&(console[_0x41cdc6(0x34f,_0x325f2f._0x580703,0x3ad,0x41b)](_0x3192b9[_0x5c1415(_0x325f2f._0x4fb73f,0x407,_0x325f2f._0x1db267,_0x325f2f._0x466ced)]),process['exit'](0x1062+0x1b4+-0x1*0x1215));}(!_0x57c378[_0x5c1415(0x427,_0x325f2f._0x2e1fcd,0x440,_0x325f2f._0x5217d2)]||_0x3192b9[_0x5c1415(_0x325f2f._0x5e6112,_0x325f2f._0x2a8711,_0x325f2f._0x42235b,_0x325f2f._0x437344)](_0x57c378[_0x5c1415(_0x325f2f._0x518445,_0x325f2f._0x4a6eb0,0x3fc,0x422)][_0x41cdc6(_0x325f2f._0x4eeab7,_0x325f2f._0x3949df,0x427,0x432)](),''))&&(console[_0x41cdc6(0x37d,0x3b4,0x3f8,0x3fe)](_0x3192b9[_0x41cdc6(_0x325f2f._0xc5b12f,0x460,0x454,0x467)]),process[_0x41cdc6(0x470,0x41c,_0x325f2f._0x5b179d,0x47b)](0x1582+0x1963+0x2*-0x1772));(!_0x57c378[_0x5c1415(_0x325f2f._0x25d1b7,_0x325f2f._0x728392,0x47f,0x431)]||_0x3192b9['wGjRb'](_0x57c378[_0x5c1415(0x471,0x421,0x407,_0x325f2f._0x293f47)][_0x5c1415(_0x325f2f._0x248799,0x3be,_0x325f2f._0x47ae14,_0x325f2f._0x50cfea)](),''))&&(console['error'](_0x3192b9['WkYGw']),process['exit'](0x18f2*-0x1+-0x1eef+0x37e2));(!_0x57c378['name']||_0x57c378[_0x5c1415(_0x325f2f._0x50cfea,0x431,0x43c,0x3d2)]['trim']()==='')&&(console[_0x41cdc6(0x3bc,0x3b4,_0x325f2f._0x326aee,_0x325f2f._0x275953)](_0x5c1415(0x3e9,_0x325f2f._0x1dcd36,0x3a4,_0x325f2f._0x54e92b)+_0x5c1415(0x41b,_0x325f2f._0x4a7900,0x443,0x436)+_0x5c1415(0x41e,_0x325f2f._0x209f07,0x427,0x405)),process[_0x41cdc6(_0x325f2f._0x434a03,_0x325f2f._0x4949ba,0x427,0x464)](0x255*-0x7+0x26f9+-0x155*0x11));(!_0x57c378[_0x5c1415(_0x325f2f._0x4bcb0f,0x3d9,_0x325f2f._0x452b16,_0x325f2f._0x326aee)]||_0x57c378[_0x41cdc6(_0x325f2f._0x43acb0,_0x325f2f._0x5d935b,_0x325f2f._0x333474,_0x325f2f._0x19bcc3)][_0x41cdc6(_0x325f2f._0x42b026,0x3f2,_0x325f2f._0x117e6f,_0x325f2f._0x130467)]<0x2*-0x92b+-0x3*0x83+0x13e7)&&(console[_0x41cdc6(_0x325f2f._0x313956,_0x325f2f._0x363cbf,0x3ee,_0x325f2f._0x5c6dae)](_0x3192b9[_0x41cdc6(0x401,_0x325f2f._0x2a8bbf,0x3e9,_0x325f2f._0x248799)]),process[_0x5c1415(_0x325f2f._0x53c6d9,0x413,0x3ff,_0x325f2f._0x6acce5)](-0x734*-0x3+-0x7a3+-0xdf8));const _0x2f5b93=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x2f5b93[_0x5c1415(0x338,0x3b8,0x3bd,_0x325f2f._0x4d440f)](_0x57c378[_0x41cdc6(_0x325f2f._0x53f0a1,_0x325f2f._0x315b6a,_0x325f2f._0x5967d6,_0x325f2f._0x3c80bc)])&&(_0x3192b9[_0x5c1415(_0x325f2f._0x44522c,_0x325f2f._0x6c2441,0x364,0x3a3)](_0x41cdc6(_0x325f2f._0x59b12f,0x3cf,0x42f,_0x325f2f._0x5dfcb1),_0x3192b9[_0x5c1415(0x354,0x337,0x35e,0x39a)])?(_0x31b7a1[_0x41cdc6(0x3a8,0x3b4,0x402,_0x325f2f._0x4afabb)](_0x3192b9['phvYA']),_0x1e5af2[_0x41cdc6(0x43f,0x41c,0x3ac,_0x325f2f._0x3c01c6)](0x10*-0x3b+-0x20bb*0x1+0x4a*0x7e)):(console[_0x41cdc6(0x39f,0x3b4,0x344,_0x325f2f._0x39388c)](_0x5c1415(_0x325f2f._0x53f0a1,_0x325f2f._0x26ca91,_0x325f2f._0x300e8f,_0x325f2f._0x49022d)+_0x41cdc6(_0x325f2f._0x323479,0x437,0x464,0x3c9)+_0x41cdc6(0x3e7,0x419,_0x325f2f._0x308deb,0x42d)+_0x57c378[_0x5c1415(0x422,0x3c8,_0x325f2f._0x42afa2,0x431)]+'\x22.'),process[_0x5c1415(0x39d,0x3e5,0x37d,_0x325f2f._0x6acce5)](-0x4f2+-0xf17*-0x2+-0x3*0x869)));const _0x1e4501=/^[a-zA-Z0-9_-]+$/;!_0x1e4501[_0x5c1415(_0x325f2f._0x102382,_0x325f2f._0x3732ed,_0x325f2f._0x30ddb2,_0x325f2f._0x341de2)](_0x57c378['username'])&&(console[_0x5c1415(_0x325f2f._0x5d1234,0x3c2,0x395,_0x325f2f._0x6c2441)](_0x5c1415(_0x325f2f._0x15e3ba,_0x325f2f._0x26bdf8,_0x325f2f._0xe48261,0x41f)+_0x41cdc6(_0x325f2f._0x4e8f80,_0x325f2f._0x2ca0fb,0x406,0x439)+_0x41cdc6(0x4a7,0x454,_0x325f2f._0x5e5cff,_0x325f2f._0x4a7900)+_0x57c378['username']+('\x22.\x20Use\x20onl'+'y\x20letters,'+_0x41cdc6(0x42e,_0x325f2f._0x1cbee1,0x452,_0x325f2f._0x55ea89)+_0x41cdc6(0x3f7,_0x325f2f._0xd823ff,_0x325f2f._0x33d721,0x3d1)+_0x41cdc6(_0x325f2f._0x36b8db,0x474,_0x325f2f._0x4eeab7,_0x325f2f._0x4e2859)+_0x5c1415(0x398,_0x325f2f._0x3e5ba5,0x3ec,0x3ab))),process['exit'](0x237b+-0x19f9+-0x1*0x981));try{const _0x17b526=await _0x3192b9[_0x41cdc6(_0x325f2f._0x1510de,_0x325f2f._0x2d1614,_0x325f2f._0x2e2276,_0x325f2f._0x523a5b)](findUserByUsername,_0x57c378[_0x5c1415(0x3ed,0x458,_0x325f2f._0x27670a,_0x325f2f._0x49a1ce)]);_0x17b526&&(console[_0x5c1415(_0x325f2f._0x5dc040,_0x325f2f._0x4ce0d3,_0x325f2f._0x549514,_0x325f2f._0x45c542)]('Error:\x20Use'+_0x5c1415(_0x325f2f._0x12a741,_0x325f2f._0x2ab10c,0x457,_0x325f2f._0x59e73b)+_0x57c378['username']+(_0x5c1415(_0x325f2f._0x3e61ae,_0x325f2f._0x102382,0x39f,0x360)+_0x5c1415(_0x325f2f._0x15364f,_0x325f2f._0xe29b2e,_0x325f2f._0x149463,0x3d1))),process[_0x41cdc6(_0x325f2f._0x395785,0x41c,0x3d0,_0x325f2f._0x25d1b7)](-0x1a15+-0x1d23*0x1+0xd3*0x43));console[_0x5c1415(0x3df,0x449,_0x325f2f._0x25d1b7,_0x325f2f._0xec98f6)](_0x5c1415(0x3ed,0x359,_0x325f2f._0x33029c,0x38e)+_0x5c1415(0x3fc,0x344,0x3b5,_0x325f2f._0x3eb902)+_0x57c378[_0x41cdc6(0x407,_0x325f2f._0x4d8722,0x43b,0x4a1)]+_0x41cdc6(0x463,_0x325f2f._0x2ed7d9,_0x325f2f._0x1aaa57,0x41a));const _0x2b925d={};_0x2b925d['username']=_0x57c378[_0x5c1415(0x451,_0x325f2f._0x1bd54e,0x43e,0x422)],_0x2b925d['email']=_0x57c378[_0x41cdc6(_0x325f2f._0x3f5c20,0x46d,_0x325f2f._0x312fa4,0x4a9)],_0x2b925d[_0x5c1415(0x393,0x36e,_0x325f2f._0x3688c7,0x3d2)]=_0x57c378['name'],_0x2b925d[_0x41cdc6(_0x325f2f._0x5bacb8,0x40f,_0x325f2f._0x158e0f,0x42c)]=_0x57c378[_0x41cdc6(_0x325f2f._0x44d9eb,0x40f,0x3bd,0x425)],_0x2b925d[_0x41cdc6(0x47b,0x409,0x460,0x479)+_0x5c1415(_0x325f2f._0x5ec00b,0x3c8,_0x325f2f._0xb2889b,_0x325f2f._0x342bc9)]=_0x57c378[_0x5c1415(_0x325f2f._0x54e526,0x3dd,0x3a4,_0x325f2f._0x4d8510)+_0x41cdc6(_0x325f2f._0x1a1028,0x3e2,_0x325f2f._0x9a491d,0x41e)]||undefined;const _0x466f2c=await _0x3192b9['TtCvV'](createUser,_0x2b925d);_0x57c378['isServerAd'+'min']&&(_0x3192b9[_0x41cdc6(0x44d,0x43c,0x3f5,0x422)](_0x3192b9['ZTyDF'],_0x41cdc6(_0x325f2f._0xe4e871,0x3bc,0x423,0x3e2))?await _0x3192b9[_0x41cdc6(0x43d,_0x325f2f._0x3c35a8,0x410,_0x325f2f._0x308953)](createServerAdminBinding,_0x466f2c['id']):_0x22fc0e=_0x3192b9[_0x5c1415(_0x325f2f._0x5026a4,_0x325f2f._0x54148f,0x3e4,_0x325f2f._0x4855bf)](_0x11a502,_0x4f03e0)),console[_0x41cdc6(0x465,0x470,_0x325f2f._0x159f8f,_0x325f2f._0x5e6fb6)](''),console[_0x41cdc6(_0x325f2f._0x5aaff4,0x470,_0x325f2f._0x99f613,_0x325f2f._0x2f3770)](_0x3192b9[_0x41cdc6(_0x325f2f._0x92d6e3,0x3e1,_0x325f2f._0x2020f1,_0x325f2f._0x3c35a8)]),console[_0x41cdc6(0x458,_0x325f2f._0xc432ae,0x4bc,0x412)](''),console[_0x5c1415(0x439,_0x325f2f._0x2e75d5,0x3e4,_0x325f2f._0x13ce99)](_0x41cdc6(0x44c,_0x325f2f._0x2eef4a,0x3f3,0x442)+_0x5c1415(_0x325f2f._0x427c11,_0x325f2f._0x31624d,_0x325f2f._0x1993d6,_0x325f2f._0x544138)),console[_0x5c1415(0x401,0x458,0x4a6,_0x325f2f._0x119a43)](_0x5c1415(0x36c,_0x325f2f._0x371a44,0x3b5,_0x325f2f._0x427c11)+_0x5c1415(_0x325f2f._0x1b0aec,_0x325f2f._0x12e37d,_0x325f2f._0x3f844a,0x412)+_0x466f2c['id']),console['log'](_0x41cdc6(0x434,_0x325f2f._0x2e75d5,_0x325f2f._0x1e9969,_0x325f2f._0x2740bd)+_0x41cdc6(0x46b,0x422,_0x325f2f._0x3ce2ef,0x464)+_0x466f2c[_0x41cdc6(_0x325f2f._0x4f621b,0x45e,_0x325f2f._0x10f245,_0x325f2f._0xbe4a07)]),console[_0x41cdc6(0x414,0x470,_0x325f2f._0x143b20,_0x325f2f._0x2c4f78)](_0x5c1415(0x47d,_0x325f2f._0x43fb73,_0x325f2f._0x1fd596,_0x325f2f._0x3c97da)+_0x5c1415(0x457,0x3cb,_0x325f2f._0x192f26,_0x325f2f._0x493f04)+_0x466f2c['email']),console[_0x41cdc6(0x4e0,0x470,0x4a2,0x423)](_0x5c1415(_0x325f2f._0x54e526,0x44a,_0x325f2f._0x5ebbfc,_0x325f2f._0x7cb032)+'\x20\x20\x20\x20\x20'+_0x466f2c[_0x41cdc6(0x47f,0x40e,0x426,0x403)]),console[_0x5c1415(_0x325f2f._0x8e52e6,_0x325f2f._0x2d7871,_0x325f2f._0x1a159b,_0x325f2f._0xec98f6)](_0x41cdc6(_0x325f2f._0x412a67,_0x325f2f._0x2a502f,0x43c,_0x325f2f._0x586b64)+'dmin:\x20'+(_0x57c378[_0x5c1415(_0x325f2f._0x2f297b,_0x325f2f._0x1ff240,_0x325f2f._0x5c2004,_0x325f2f._0x12e9f5)+_0x41cdc6(0x38a,_0x325f2f._0x5f5abc,_0x325f2f._0x42235b,0x3ec)]?_0x3192b9['XSXHd']:'no')),console['log'](''),console[_0x5c1415(_0x325f2f._0x3bf9d6,_0x325f2f._0x728392,_0x325f2f._0x1324d7,_0x325f2f._0x119a43)](_0x3192b9[_0x41cdc6(_0x325f2f._0x3794c6,_0x325f2f._0x1b8bca,_0x325f2f._0x57a3ac,0x4b2)]);}catch(_0x5271c5){logger[_0x5c1415(0x312,_0x325f2f._0x4615a4,0x34b,_0x325f2f._0x6c2441)](_0x3192b9['nppxp'],_0x5271c5),console[_0x41cdc6(_0x325f2f._0x320cd2,_0x325f2f._0x3745de,_0x325f2f._0x38a567,_0x325f2f._0xd0fd9c)](_0x41cdc6(_0x325f2f._0x5ae4ee,_0x325f2f._0x25358a,0x435,0x455)+'led\x20to\x20cre'+'ate\x20user\x20-'+'\x20'+_0x5271c5[_0x5c1415(_0x325f2f._0x293f47,_0x325f2f._0x38a567,_0x325f2f._0xd0fd9c,0x3d7)]),process['exit'](-0x1*-0xe43+0x1c80+-0xd*0x34a);}}
1
+ (function(_0x8fb102,_0x24d02c){const _0x225f15={_0x3dcd0a:0x241,_0x12cf36:0x226,_0x5cbbce:0x1cf,_0x14bf11:0x293,_0x1a4291:0x2eb,_0xa2529e:0x264,_0x4c5e4e:0x237,_0x13ae18:0x288,_0x23603f:0x39c,_0xed9621:0x244,_0xad9542:0x1d2,_0xda74bd:0x213,_0x476181:0x28a,_0x1db675:0x2b5,_0x4e6362:0x223,_0x54028a:0x30c,_0x563112:0x1a7,_0x164973:0x258,_0x5dad24:0x1f0},_0x526128={_0x2165de:0xdf};function _0x3fda07(_0x1d4967,_0x10d347,_0x472600,_0x54bec8){return _0x5c34(_0x472600-_0x526128._0x2165de,_0x10d347);}function _0x5c2df9(_0x13a4ea,_0x6f0d33,_0x2e7ca1,_0x588ddc){return _0x5c34(_0x2e7ca1- -0x17,_0x13a4ea);}const _0x40bff5=_0x8fb102();while(!![]){try{const _0x221cc2=-parseInt(_0x5c2df9(_0x225f15._0x3dcd0a,0x1df,_0x225f15._0x12cf36,_0x225f15._0x5cbbce))/(0x725+0x13*-0x30+0x394*-0x1)*(-parseInt(_0x5c2df9(_0x225f15._0x14bf11,_0x225f15._0x1a4291,0x295,_0x225f15._0xa2529e))/(-0x1*0x12ff+-0x53*-0x6e+-0x10a9))+parseInt(_0x5c2df9(0x279,0x1e4,0x207,_0x225f15._0x4c5e4e))/(0x1b*0x28+-0x1748+0x1313)*(parseInt(_0x3fda07(0x343,0x2a0,0x2f3,_0x225f15._0x13ae18))/(0x1efb+-0x15c0+-0x937))+-parseInt(_0x3fda07(0x35b,0x3d4,_0x225f15._0x23603f,0x3c2))/(0x950*0x1+-0xd8+-0x1*0x873)*(parseInt(_0x5c2df9(_0x225f15._0xed9621,_0x225f15._0xad9542,_0x225f15._0xda74bd,0x1f6))/(-0x294+-0x474+-0x102*-0x7))+-parseInt(_0x5c2df9(_0x225f15._0x476181,0x261,0x224,0x20d))/(-0x562+-0x11b+-0x8b*-0xc)*(-parseInt(_0x5c2df9(_0x225f15._0x1db675,_0x225f15._0x4e6362,0x27c,_0x225f15._0xda74bd))/(0x2281+0x15b1*-0x1+0xcc8*-0x1))+parseInt(_0x3fda07(0x3a6,0x3c2,0x38f,0x3c6))/(0x137*0xd+0x1659+-0x79f*0x5)*(-parseInt(_0x5c2df9(0x1e2,0x259,0x21e,0x26a))/(-0x4*0x641+-0x2473+0x3d81))+parseInt(_0x3fda07(0x2cf,0x2b0,_0x225f15._0x54028a,0x2f6))/(0x393*0x2+-0x78+0x6a3*-0x1)+parseInt(_0x5c2df9(0x226,_0x225f15._0x563112,0x1c6,0x1ae))/(-0xc97+0x17f2+0xf*-0xc1)*(-parseInt(_0x5c2df9(0x219,_0x225f15._0x164973,_0x225f15._0x5dad24,0x1fc))/(0x387+-0x18*-0x3a+-0x8ea));if(_0x221cc2===_0x24d02c)break;else _0x40bff5['push'](_0x40bff5['shift']());}catch(_0x56da56){_0x40bff5['push'](_0x40bff5['shift']());}}}(_0x2748,-0x3058a+0x47bb5+-0xf*-0xd64));import _0x3db9cc from'readline';import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function _0x2748(){const _0x45072e=['BwvZC2fNzq','CMvK','rxjYB3i6ieLUDG','zw9NzgK','C2Ttzwi','BMCGy3jLyxrLza','ls1WyxnZD29Yza','Dw5KzxjZy29Yzq','ignYzwf0zwqU','ls1LBwfPBd0','z2PHthK','lxjVBgu9','Aw4Sig1HBMfNzq','v2fYBMLUzZOGrG','zs4GqwrTAw4GyG','sw52ywXPzcb2yq','mJz3B3PXrfa','yLjSvhK','A2nxs0O','igLUihDPDgGGDa','ywX1zxm6igfKBq','wgzZDfC','Aw5KAw5Nig5VDa','rvzuvfq','wKHIuKq','DxnLCG','u2vYDMvYiefKBq','Dg1LEeu','ls1Uyw1Lpq','oeDuq1Lnuq','igzVCM1HDcaI','Bg9N','suDZt3K','BvLiz24','D3jPDgu','C3nMDwXSEse','z0zws0m','rxjYB3i6ifvZzq','BMCGywXYzwfKEq','ndq4ntzmzK5muxG','zNrPv2C','BwfUywDLCG','Aw5KAw5Nkq','CMzprg8','B250CM9SCYbLBG','B3v0Chv0','y2XVC2u','wxrLvKO','C3bSAxq','rxjYB3i6ifbHCW','C3Lnr2u','mJG1mdz1B1fVEfG','rgnmz0y','BentEfK','odq0ntaZweHuBhjn','CIaI','u0zorLm','AfvPz0m','BwLU','B2nMreO','uxDuzei','tunwAK4','nZy5odeWAeTJuK54','rxjYB3i6iezHAq','DxrKEKe','zxHPC3rZlG','y0zyzgq','DMLYB25Tzw50ia','otfuA1DAwhi','y2XP','mJiWm2PLwMLeza','BIbPCYbKzxbYzq','zxf1AxjLza','A3npu0q','EwvZicH2AweGyG','CM5HBwuGAxmGCG','ugfZC3DVCMq6ia','icaGica','EeTlquC','y29Kzq','r1jxvNq','t3fnBMe','A0jMq2e','A1bmDLe','zxjYB3i','ywrTAw4','Bgzczee','CNbruMu','y2f0zwqUifvZzq','uM9SzuzSywC','sgHHBgu','ls1YB2XLpq','vKX0D2K','iIbHBhjLywr5ia','q1LYCw8','DgvYBwLUywW','CMzHy2u','vwHerNm','BgLdywu','DxnLCM5HBwu','vwD0zue','iI4UlG','ywXPzcb1C2vYBG','DxnLzeXLz2fJEq','quDMthu','AgfZ','y3jLyxrLihvZzq','rMTLC04','vxnLCIbezxrHAq','y3rLCNm','vwDxvxu','iI4GvMfSAwqGDG','ic0TywrTAw4GAq','icbvC2vYBMfTzq','Aw5NCYbPBIb0Aa','AwWGAxmGCMvXDq','zgf1rwC','z0DHyxK','DhjPBq','Aw5WDxq','DMLLD2vY','igjLigf0igXLyq','D1zSC0C','icbjrdOGicaGia','yw5KigvUDMLYBW','rxjYB3i6ia','BYbSB25NzxiGyW','B1rKv2S','icbtzxj2zxiGqq','sK16sMq','ywLSzwqGDg8GyW','DuXgvfu','CunkBLG','y3jLyxrLsw50zq','r3fHrfO','BM90ig1HDgnO','ls11C2vYBMfTzq','twDbEK8','icbfBwfPBdOGia','BM1LBNqGyMLUza','q29UzMLYBsbqyq','zgv2zwXVCgvY','u2PVu3y','zg1PBJOG','BMfTzq','ywnJzxnZlIa','zhD5C0S','C210D2W','4PYtifvZzxiGy3jL','zw1HAwW','wwTbz2W','vgHLihvZzxiGyW','tunnzgm','CY5QCW','C3DVCMqGBxvZDa','C3rKAw4','mteYnZm2EMXAB2Te','zxHPDa','AxjLza','rfvqteLdqvrf','rxjYB3i6ievTyq','C3DVCMrZigrVia','C3rKB3v0','CgfZC3DVCMq','z2TKtha','BIbIAw5KAw5Nia','lxjVBgu9ywrTAq','END2suK','Dg9mB3DLCKnHCW','C2vYDMvY','zgjtr0C','Axntzxj2zxjbza','EgnqEwm','sKfiwfq','yxrLihvZzxiGlq','vxnLCM5HBwu6ia','zunTveS','Cejtr0q','BhvLigzVCIaTlq','BNn0zwfKlG','yw1Lici','ndbrzhP2quu','zMLUAxrPB25ZlG','B3vSzcbUB3qGzG','vxnLihrLyw1Zia','ovjPr1bHDa','vwnwDuG','AgD6A2i','C0jczee','rezOrK0','DuX5Buy','iI4GvxnLig9UBa','rNvSBcboyw1LoG','q3DLzxm','zxiSihzPzxDLCG','igLZigrLChjLyW','u1nNANO','lI4VCM9Szs1Kzq','mtvcwhncrMu','C3qGocbJAgfYyq','C3rHCNrZv2L0Aa','C0DwuM0','uhzTzfa','ug1hsw8','sxrhAuG','ntCYotuYy2DOB2rP','C3n3B3jKoIa','CxvLC3rPB24','ls1Zzxj2zxiTyq','z3PRBKO','EsbSzxr0zxjZla','Ae9oqKK','zg1PBIbIAw5KAq','icboyw1LoIaGia','rMfPBgvKihrVia','yxrLzcbHBMqGBG','CM9SztOGiG','C2vYici','iefKBwLUihjVBa','AwP5D1m','Bezps2u','BgvKihrVignYzq','q3jLyxrPBMCGDq','v2fYBMLUzZOGlq','ls1Hzg1PBG','D2fYBG','v2fiDwK','BgvNywn5uM9Szq','DLHMshG','yxrLzcbZDwnJzq','CurIAxe'];_0x2748=function(){return _0x45072e;};return _0x2748();}function prompt(_0x52df6c,_0x343201=![]){const _0x5bd9c8={_0x29d9e3:0x1ab,_0x5af227:0x153,_0x28b618:0x3af,_0x39c653:0x378},_0xa596d3={_0x32bda3:0x366,_0x7ae2dc:0x3c2,_0x3c4e6b:0x3a6,_0x4f2390:0x396,_0x22bf2b:0x284,_0x5b6ce7:0x23a,_0x2738a4:0x23e,_0x204935:0x404,_0x343d0d:0x3af,_0x4ee451:0x26f,_0x55f32a:0x2a5,_0x27f168:0x2a5,_0x789892:0x2b2,_0x27cbc8:0x288,_0x53c696:0x269,_0x154a63:0x2ef,_0x47539c:0x2d8,_0x92ac2:0x20c,_0x550bf0:0x26a,_0x53eccb:0x259,_0x156e3f:0x27a,_0x393be9:0x22c,_0x3c95a0:0x206,_0x52a16d:0x22c,_0x185935:0x1ac,_0x38afef:0x2ca,_0x34128e:0x3a4,_0x4cae18:0x39c,_0x50d0f1:0x34c,_0x360613:0x26c,_0x2a021b:0x24e,_0x392ad6:0x1fb,_0x6b9428:0x374,_0x1f9259:0x361,_0x407937:0x317,_0x4699a7:0x382,_0x5b58b1:0x274,_0xe144bd:0x21e,_0x38ad77:0x285,_0x58d5d6:0x2da,_0x4fb5e3:0x279,_0x2d1269:0x281,_0x1aa440:0x2f6,_0x3d71ed:0x2c5,_0x2bdfa1:0x32b,_0x2b80d9:0x26a,_0x52cdf4:0x2da,_0x227c6f:0x2f2},_0x5d9e4c={_0x4ca79d:0xd5,_0x8c931a:0xc9,_0x23e5c0:0x2ca,_0x435921:0x2dd,_0xc56e58:0x89,_0x33563c:0x40,_0x3c2fa9:0x37a,_0x30535b:0x130,_0x2015f0:0x14d,_0x245fe5:0x2cf,_0x16dae2:0x295},_0x37f8a0={_0x5d2ae0:0xb0,_0x1d983c:0xcd,_0x655b92:0x86},_0x8661e1={_0x12eb89:0x4ce,_0x7f896c:0x4ef},_0x1ebbf8={_0x3e5dd9:0x110},_0x512a5e={_0x3b8e21:0x3a0},_0x1d2bd7={_0x372755:0x166};function _0x7e5fb1(_0x309704,_0x1d9b2d,_0x56f456,_0x2228e5){return _0x5c34(_0x2228e5-_0x1d2bd7._0x372755,_0x1d9b2d);}function _0x248368(_0x2c0af1,_0x65643a,_0x2ac510,_0x5bfd82){return _0x5c34(_0x5bfd82- -_0x512a5e._0x3b8e21,_0x2ac510);}const _0x5587ec={'juGEt':function(_0x69a6d2,_0x2b5eed){return _0x69a6d2===_0x2b5eed;},'dauEg':_0x248368(-0x194,-0x143,-_0x5bd9c8._0x29d9e3,-0x154),'gkdLp':_0x248368(-0x177,-0x167,-0x13d,-_0x5bd9c8._0x5af227),'DcLgF':function(_0x1bc9c2,_0x23f664){return _0x1bc9c2!==_0x23f664;},'wtBwu':'iNVNm','hgzkb':function(_0x45a338,_0x524819){return _0x45a338(_0x524819);},'Upvqz':_0x7e5fb1(0x379,_0x5bd9c8._0x28b618,0x3e6,_0x5bd9c8._0x39c653)};return new Promise(_0x5272bd=>{const _0x7b76b4={_0x56f965:0x4eb,_0x51e425:0x58d},_0x2b8b03={_0x18a2d5:0x3ea,_0x462064:0x3ed,_0xc8dcf7:0x40e,_0x30d6f7:0x48,_0x120ce5:0x1d,_0x2cc47f:0x33,_0x1a8f41:0x1,_0x150e47:0x45,_0x403fec:0x54,_0x417a0c:0x36},_0x21c8e7={_0x119af2:0xfa},_0x3abe7a={_0x3607f2:0x149},_0x25d5cd={_0x5a01ea:0x167},_0x18f57b={_0x1350d2:0x4f,_0x22dd83:0x49b};function _0x54b653(_0x354631,_0x4646a7,_0x32799a,_0x54939f){return _0x7e5fb1(_0x354631-_0x1ebbf8._0x3e5dd9,_0x4646a7,_0x32799a-0x108,_0x54939f- -0x153);}function _0x4e43ae(_0x31c766,_0x330692,_0x43093c,_0x3da992){return _0x248368(_0x31c766-0x1f3,_0x330692-_0x18f57b._0x1350d2,_0x31c766,_0x330692-_0x18f57b._0x22dd83);}const _0x1da3a6={'xKKAG':function(_0x2607f6,_0x13c709){return _0x5587ec['juGEt'](_0x2607f6,_0x13c709);},'mYHgn':_0x5587ec[_0x4e43ae(0x392,_0xa596d3._0x32bda3,_0xa596d3._0x7ae2dc,_0xa596d3._0x3c4e6b)],'JMzJd':function(_0x5e5b4e,_0x5ed838){return _0x5e5b4e===_0x5ed838;},'Cwees':_0x5587ec[_0x4e43ae(0x329,_0xa596d3._0x4f2390,0x3f9,0x3cb)],'SSgjz':function(_0x30b8a8){return _0x30b8a8();},'UYIzk':function(_0x4487dd,_0x6b460){const _0x44c59d={_0x33c783:0x145,_0xab3e0d:0x0,_0x5a7eae:0x2d7};function _0x855306(_0x581bb7,_0x5d6a90,_0x717867,_0x5b6f7d){return _0x54b653(_0x581bb7-_0x44c59d._0x33c783,_0x717867,_0x717867-_0x44c59d._0xab3e0d,_0x581bb7-_0x44c59d._0x5a7eae);}return _0x5587ec[_0x855306(0x515,_0x8661e1._0x12eb89,0x57e,_0x8661e1._0x7f896c)](_0x4487dd,_0x6b460);},'mHdZI':_0x5587ec['wtBwu'],'zUWUk':function(_0x426212,_0x3bdcf7){const _0x177f0d={_0x3d8a1a:0xc7};function _0x8fdffb(_0x214220,_0x42a758,_0x4e2777,_0x36d86d){return _0x4e43ae(_0x36d86d,_0x4e2777- -0x47a,_0x4e2777-0xe9,_0x36d86d-_0x177f0d._0x3d8a1a);}return _0x5587ec[_0x8fdffb(-_0x37f8a0._0x5d2ae0,-0xb9,-_0x37f8a0._0x1d983c,-_0x37f8a0._0x655b92)](_0x426212,_0x3bdcf7);}};if(_0x343201){if(_0x5587ec[_0x54b653(_0xa596d3._0x22bf2b,0x2a9,_0xa596d3._0x5b6ce7,_0xa596d3._0x2738a4)](_0x4e43ae(_0xa596d3._0x204935,0x3ac,0x3e2,_0xa596d3._0x343d0d),_0x5587ec['Upvqz'])){const _0x70849c=new Writable({'write':(_0x11133d,_0x3cc34a,_0x545c8f)=>{function _0x108a1c(_0x1632a7,_0xbec689,_0x12867e,_0x267844){return _0x4e43ae(_0x267844,_0x12867e- -0x43c,_0x12867e-0x6b,_0x267844-_0x25d5cd._0x5a01ea);}function _0xa332a1(_0x61e1be,_0x5a8e26,_0x391d85,_0x1374ee){return _0x54b653(_0x61e1be-0x96,_0x1374ee,_0x391d85-_0x3abe7a._0x3607f2,_0x391d85-0x6a);}_0x1da3a6[_0x108a1c(-0xe2,-_0x5d9e4c._0x4ca79d,-_0x5d9e4c._0x8c931a,-0xd1)](_0xa332a1(0x32d,0x2fd,_0x5d9e4c._0x23e5c0,_0x5d9e4c._0x435921),_0x1da3a6[_0x108a1c(-0xe0,-0xdf,-_0x5d9e4c._0xc56e58,-_0x5d9e4c._0x33563c)])?_0x1da3a6[_0xa332a1(0x2f8,_0x5d9e4c._0x3c2fa9,0x338,0x36c)](_0x545c8f):_0x1499a5[_0x108a1c(-0xb3,-0xaa,-0x9f,-0xaa)+'min']=_0x1da3a6[_0x108a1c(-0x12a,-_0x5d9e4c._0x30535b,-0xfc,-_0x5d9e4c._0x2015f0)](_0x192c90,_0x1da3a6[_0xa332a1(_0x5d9e4c._0x245fe5,0x237,_0x5d9e4c._0x16dae2,0x2b2)]);}}),_0x2c105b={};_0x2c105b['input']=process[_0x54b653(_0xa596d3._0x4ee451,0x2e0,_0xa596d3._0x55f32a,_0xa596d3._0x27f168)],_0x2c105b['output']=_0x70849c,_0x2c105b[_0x54b653(0x2dc,_0xa596d3._0x789892,_0xa596d3._0x27cbc8,_0xa596d3._0x53c696)]=!![];const _0x4541b5=_0x3db9cc[_0x54b653(0x2c8,_0xa596d3._0x154a63,_0xa596d3._0x47539c,0x28f)+_0x54b653(0x22b,0x2a7,_0xa596d3._0x92ac2,_0xa596d3._0x550bf0)](_0x2c105b);process[_0x54b653(0x2c0,0x311,_0xa596d3._0x53eccb,0x2ac)][_0x54b653(_0xa596d3._0x156e3f,_0xa596d3._0x393be9,_0xa596d3._0x3c95a0,_0xa596d3._0x52a16d)](_0x52df6c),_0x4541b5[_0x54b653(0x196,0x19c,_0xa596d3._0x185935,0x1f2)]('',_0x16b829=>{const _0xa24a3b={_0x318e09:0xfa,_0x30482c:0x198},_0x536200={'GRWVt':function(_0x38cecc,_0x3017c5){return _0x38cecc(_0x3017c5);}};function _0x6d79f8(_0x36dae2,_0xe5599,_0xb69dc1,_0x6935c9){return _0x4e43ae(_0x36dae2,_0x6935c9-_0xa24a3b._0x318e09,_0xb69dc1-0xf9,_0x6935c9-_0xa24a3b._0x30482c);}function _0x193a39(_0x3c9f55,_0x4f906a,_0x5e46fb,_0x59dd5d){return _0x4e43ae(_0x5e46fb,_0x4f906a- -0x344,_0x5e46fb-_0x21c8e7._0x119af2,_0x59dd5d-0x35);}_0x1da3a6['UYIzk'](_0x6d79f8(_0x2b8b03._0x18a2d5,_0x2b8b03._0x462064,_0x2b8b03._0xc8dcf7,0x42c),_0x1da3a6['mHdZI'])?(_0x4541b5[_0x193a39(_0x2b8b03._0x30d6f7,-0x24,-_0x2b8b03._0x120ce5,-0x84)](),console[_0x193a39(-0x4d,-_0x2b8b03._0x2cc47f,0x11,-_0x2b8b03._0x1a8f41)](''),_0x1da3a6['zUWUk'](_0x5272bd,_0x16b829)):_0x1cd348=_0x536200[_0x193a39(-_0x2b8b03._0x150e47,-0x2,_0x2b8b03._0x403fec,_0x2b8b03._0x417a0c)](_0x1663b3,_0x276849);});}else throw new _0x2d07fb(_0x4e43ae(0x2b6,0x301,0x305,_0xa596d3._0x38afef)+_0x4e43ae(0x386,_0xa596d3._0x34128e,_0xa596d3._0x4cae18,_0xa596d3._0x50d0f1)+_0x54b653(0x1d6,_0xa596d3._0x360613,_0xa596d3._0x2a021b,_0xa596d3._0x392ad6)+_0x1c95aa+(_0x4e43ae(_0xa596d3._0x6b9428,_0xa596d3._0x1f9259,_0xa596d3._0x407937,_0xa596d3._0x4699a7)+_0x54b653(0x1f5,_0xa596d3._0x5b58b1,0x262,_0xa596d3._0xe144bd)+'in,\x20manage'+'r,\x20develop'+_0x54b653(_0xa596d3._0x38ad77,0x25e,0x2eb,0x2cc)));}else{const _0x1e1880={};_0x1e1880[_0x54b653(_0xa596d3._0x58d5d6,_0xa596d3._0x4fb5e3,0x2b7,_0xa596d3._0x2d1269)]=process[_0x54b653(_0xa596d3._0x1aa440,0x2e4,_0xa596d3._0x3d71ed,0x2a5)],_0x1e1880[_0x4e43ae(_0xa596d3._0x2bdfa1,0x31f,0x38c,0x35f)]=process[_0x54b653(0x2ca,0x270,0x292,0x2ac)];const _0x18efe7=_0x3db9cc[_0x4e43ae(0x3b5,0x377,0x30c,0x372)+_0x54b653(0x245,0x234,0x273,_0xa596d3._0x2b80d9)](_0x1e1880);_0x18efe7[_0x4e43ae(0x2d4,_0xa596d3._0x52cdf4,0x2a7,_0xa596d3._0x227c6f)](_0x52df6c,_0x526b8c=>{const _0x57f201={_0x255dad:0x1d};function _0xb3c6cd(_0x164ce0,_0x3ac27a,_0x3f2467,_0x16b3ef){return _0x54b653(_0x164ce0-0x16b,_0x164ce0,_0x3f2467-_0x57f201._0x255dad,_0x3ac27a-0x31d);}_0x18efe7[_0xb3c6cd(0x4f8,0x555,_0x7b76b4._0x56f965,_0x7b76b4._0x51e425)](),_0x5272bd(_0x526b8c);});}});}export function parseCreateUserArgs(_0x28f43c){const _0x533c8c={_0x1be373:0x86,_0x4e206e:0x75,_0xe30ca1:0x41,_0x1d68e9:0x50,_0x54334f:0x90,_0x7cd5eb:0xa9,_0x559d31:0x4e,_0x11ba63:0x40,_0x198895:0x7c,_0x42f5c9:0x9e,_0x1449fe:0xf,_0x5322bc:0x33,_0x399d16:0x47,_0x1f1f13:0xb8,_0x4d4db4:0x1e,_0x56fc0f:0x26,_0x2b0595:0x3d,_0x2d5cfd:0x54,_0xa6aeb0:0x9c,_0x3e772f:0xc3,_0x394886:0xbd,_0x145f74:0x19,_0x52b7ac:0x1,_0x1fa08b:0x16,_0xab160f:0x40,_0x6b224d:0x84,_0x37c092:0x61,_0xd01c8f:0xff,_0x29fc69:0xb0,_0x4bac3e:0xe,_0x224826:0x69,_0xe03de7:0x14,_0x15e7ef:0x22,_0x4231ef:0x3b,_0x3fe880:0x9b,_0x58ce60:0x3c,_0x289e90:0x74,_0x120808:0x6,_0x253259:0x54,_0xc1bebb:0x7,_0x1f19f1:0x18,_0x54c853:0x8b,_0x4436ab:0x45,_0x4c6f7f:0x77,_0x21fe08:0x6b,_0x58ff7a:0xa5,_0x82da7d:0x5f,_0xa04d8b:0x4f,_0x314d58:0x60,_0x1412e1:0x59,_0x420b1b:0x12,_0x193533:0x5a,_0x3d1714:0x28,_0x3ceef6:0x10,_0x30ac4f:0x91,_0x4f0239:0x4,_0x1f19a8:0x64,_0x94a3a1:0xca,_0x241f60:0x5c,_0x37d6a2:0xd4,_0x3f7979:0xdb,_0x2944db:0x44,_0x58ef3e:0x92,_0x320e10:0x103,_0x3ab3f9:0x5d,_0x526121:0x38,_0x569522:0x27,_0x16241f:0x3c,_0x5a159e:0xc,_0x28c53f:0xa9,_0x54f89e:0x6a,_0x396770:0xb5,_0x14d5d0:0x19,_0x4f9878:0x2c,_0x33dfa3:0x1b,_0x300326:0x2b,_0x19d02d:0x31,_0x1871f5:0x63,_0x5b7837:0x1d,_0x5cc6ec:0x45,_0x17ed0c:0x3e,_0x23465e:0x57,_0x5f24b1:0x136,_0x3975e4:0x135,_0x1d97d0:0xc2,_0xec742:0xc,_0x56bcc5:0x2a,_0x3b07a1:0x40,_0x546c18:0x34,_0x3bea0d:0x3d,_0x3c6939:0x10,_0x3010bf:0x23,_0x584fce:0x78,_0x35387a:0xf,_0x43fd62:0x82,_0x4fc86a:0x87,_0x3f112f:0xb6,_0x419e3b:0x64,_0x28bbf0:0xc,_0x27a443:0x3a,_0x28ee12:0x50,_0x8bea79:0x19,_0x4a263e:0xd8,_0x3400de:0x4e,_0x25b119:0x22,_0x2b1e2f:0x8c,_0x41c1b0:0x9e,_0x59be6b:0x6f,_0x45fd11:0x2f,_0x142688:0x5e,_0x50e14d:0xd,_0x411f3e:0x5f,_0x255314:0x4c,_0x33397f:0x48,_0x48d106:0x63,_0x2fcaa7:0x11,_0x500c79:0x19,_0x4ca27b:0x97,_0x4779ac:0x24,_0x2b6fff:0x55,_0x5f2ecf:0x20,_0x39ee81:0x5c,_0x40f514:0xf8,_0x2d3e09:0x39,_0x58509a:0x53,_0x51e956:0x51,_0x505081:0x42,_0x473123:0x48,_0x401e77:0xa,_0x19028c:0x8f,_0xb6eb95:0x6d,_0x2c0dae:0x73,_0x302852:0x9a,_0x3db442:0x2d,_0x4c80c8:0x35,_0x133d61:0x88,_0x33fcdf:0x1f,_0x27bead:0x4d,_0x54ac85:0x18,_0x21fe8c:0x28,_0x3c42ab:0x47,_0x245c6b:0x54,_0x3366d8:0x15,_0xaee011:0xd,_0x29a86d:0xbb},_0x408cb2={_0x3af787:0x158},_0x38d916={_0x45a53e:0x2b3},_0x4da0c5={'gFVKC':function(_0x32b10b,_0x4c547e){return _0x32b10b(_0x4c547e);},'CYrqo':function(_0xe3c6e3,_0x377eed){return _0xe3c6e3===_0x377eed;},'DFhFM':_0x5a239c(0x4e,-0xa,0x14,_0x533c8c._0x1be373),'EVTTT':'Warning:\x20-'+_0x309a2d(0x51,0x28,-_0x533c8c._0x4e206e,-0x16)+_0x309a2d(-0x22,-0x59,-0x1a,-_0x533c8c._0x4e206e)+_0x309a2d(-0xd7,-_0x533c8c._0xe30ca1,-0x34,-0x64)+_0x5a239c(0x9c,0x41,0x2f,_0x533c8c._0x1d68e9)+_0x5a239c(0xe,_0x533c8c._0x54334f,0x72,0x83),'dFkUA':function(_0x2605a0,_0x45bce7){return _0x2605a0+_0x45bce7;},'fpqlQ':'Use\x20teams\x20'+_0x309a2d(-_0x533c8c._0x7cd5eb,-0x7,-_0x533c8c._0x559d31,-_0x533c8c._0x11ba63)+_0x309a2d(-0x32,-_0x533c8c._0x198895,-_0x533c8c._0x42f5c9,-0x31)+'ings\x20in\x20th'+'e\x20Web\x20UI.','lQAMp':_0x5a239c(-_0x533c8c._0x1449fe,_0x533c8c._0x5322bc,_0x533c8c._0x399d16,_0x533c8c._0x1f1f13)+'=','Hhale':_0x5a239c(-0xa5,_0x533c8c._0x4d4db4,-0x37,_0x533c8c._0x56fc0f),'cFXdd':'wxOvd','eCmTK':function(_0x4dc36b,_0x468988){return _0x4dc36b===_0x468988;},'MCVjN':_0x309a2d(-0x80,-0xc3,-_0x533c8c._0x2b0595,-0xaa),'WaHui':_0x309a2d(-_0x533c8c._0x2d5cfd,-0x11e,-_0x533c8c._0xa6aeb0,-_0x533c8c._0x3e772f),'Auklj':_0x5a239c(-_0x533c8c._0x394886,-_0x533c8c._0x145f74,-0x58,_0x533c8c._0x52b7ac)+'dmin','pBSGD':function(_0x2ea237,_0x5ae441){return _0x2ea237!==_0x5ae441;},'MgAzO':_0x5a239c(0x1c,-0xc,-_0x533c8c._0x1fa08b,-0x73),'ZHbRD':_0x309a2d(-0x51,-_0x533c8c._0xab160f,-_0x533c8c._0x6b224d,-_0x533c8c._0x37c092),'ckMGI':_0x309a2d(-_0x533c8c._0xd01c8f,-_0x533c8c._0x29fc69,-0x103,-0x93),'sGVRm':_0x5a239c(_0x533c8c._0x4bac3e,0x45,0x37,_0x533c8c._0x224826),'wVlsG':function(_0x193e11,_0x2e7dcb){return _0x193e11===_0x2e7dcb;}},_0x285c16={};_0x285c16[_0x5a239c(-_0x533c8c._0xe03de7,0x2c,_0x533c8c._0x15e7ef,_0x533c8c._0x4231ef)]=null,_0x285c16[_0x5a239c(0x82,_0x533c8c._0x3fe880,0x54,0x64)]=null,_0x285c16[_0x309a2d(-0x61,_0x533c8c._0x58ce60,-_0x533c8c._0x289e90,-0x2c)]=null,_0x285c16[_0x309a2d(-0x4,-0x71,_0x533c8c._0x120808,-0x19)]=null,_0x285c16[_0x5a239c(0x5a,0xbd,0x6a,_0x533c8c._0x253259)+_0x5a239c(0x4c,0x35,-_0x533c8c._0xc1bebb,0x3f)]=![],_0x285c16[_0x5a239c(-0x26,-0x38,0x26,_0x533c8c._0x6b224d)+_0x309a2d(-0x3b,-_0x533c8c._0x1f19f1,-0xc0,-0x63)]=![];function _0x5a239c(_0x15f250,_0x4a0b8a,_0x251826,_0x1b49b1){return _0x5c34(_0x251826- -0x238,_0x4a0b8a);}_0x285c16[_0x5a239c(-_0x533c8c._0x54c853,-0xa4,-_0x533c8c._0x4436ab,-0x12)]=null;function _0x309a2d(_0x583bc8,_0x4af348,_0x3a965e,_0x782eec){return _0x5c34(_0x782eec- -_0x38d916._0x45a53e,_0x583bc8);}const _0x23d3fb=_0x285c16;let _0x5038db=![];for(const _0x534c65 of _0x28f43c){if(_0x534c65['startsWith'](_0x4da0c5['lQAMp'])){if(_0x5a239c(0x7b,_0x533c8c._0x4c6f7f,_0x533c8c._0x21fe08,_0x533c8c._0x58ff7a)!==_0x4da0c5[_0x5a239c(_0x533c8c._0x82da7d,-0x1,_0x533c8c._0x145f74,0x6a)])_0x23d3fb[_0x309a2d(-_0x533c8c._0xa04d8b,-0xb2,-_0x533c8c._0x314d58,-_0x533c8c._0x1412e1)]=_0x534c65['split']('=')[-0x860+-0x39d+0x2*0x5ff];else{const _0x232607={_0x38184a:0x1c8},_0x47c9c9={};_0x47c9c9[_0x5a239c(-0x2,0x6,0x36,_0x533c8c._0x2b0595)]=_0x7982da[_0x5a239c(-0x18,_0x533c8c._0x420b1b,_0x533c8c._0x193533,-_0x533c8c._0x145f74)],_0x47c9c9[_0x5a239c(_0x533c8c._0x3d1714,-_0x533c8c._0x1f19f1,-_0x533c8c._0xe03de7,_0x533c8c._0xe03de7)]=_0x3fb92e[_0x309a2d(_0x533c8c._0xa04d8b,-_0x533c8c._0x56fc0f,_0x533c8c._0x3ceef6,-0x1a)];const _0x348961=_0x4777e0[_0x5a239c(0x47,_0x533c8c._0x30ac4f,0x44,-_0x533c8c._0x4f0239)+_0x309a2d(-_0x533c8c._0x1f19a8,-_0x533c8c._0x94a3a1,-0xcd,-_0x533c8c._0x241f60)](_0x47c9c9);_0x348961[_0x309a2d(-0x71,-0x89,-0x9b,-_0x533c8c._0x37d6a2)](_0x263856,_0x42c85c=>{const _0x58da5f={_0x34cb1f:0x15f};function _0x473ea7(_0x56c3d7,_0x1137ec,_0x53e9a3,_0x52a53c){return _0x5a239c(_0x56c3d7-0x113,_0x1137ec,_0x53e9a3- -0x187,_0x52a53c-_0x232607._0x38184a);}function _0x24f3c8(_0x2aeb85,_0x2c3f11,_0x473419,_0xb872d){return _0x309a2d(_0x2aeb85,_0x2c3f11-_0x58da5f._0x34cb1f,_0x473419-0xa2,_0xb872d-0x1b4);}_0x348961[_0x24f3c8(0x149,0x15f,0x16d,0x126)](),_0x4da0c5[_0x473ea7(-_0x408cb2._0x3af787,-0x212,-0x1a4,-0x190)](_0x4ca128,_0x42c85c);});}}else{if(_0x534c65[_0x5a239c(_0x533c8c._0x3f7979,_0x533c8c._0x1f19a8,0x87,_0x533c8c._0x2944db)](_0x309a2d(-_0x533c8c._0x58ef3e,-_0x533c8c._0x320e10,-0x81,-0xb3)))_0x23d3fb[_0x309a2d(-_0x533c8c._0x3ab3f9,-0x83,_0x533c8c._0x526121,-_0x533c8c._0x569522)]=_0x534c65[_0x5a239c(-0x4d,_0x533c8c._0x16241f,-0x11,-_0x533c8c._0x82da7d)]('=')[-0x796*0x1+0x1cd6+-0x7*0x309];else{if(_0x534c65[_0x309a2d(_0x533c8c._0x4f0239,0x68,0x55,_0x533c8c._0x5a159e)](_0x309a2d(-_0x533c8c._0x28c53f,-_0x533c8c._0x54f89e,-0x6d,-0xa0)))_0x4da0c5[_0x5a239c(0x41,-0x6,0x1d,0x82)](_0x4da0c5[_0x309a2d(-_0x533c8c._0x396770,-0x5e,-0x94,-0x7a)],_0x4da0c5['cFXdd'])?_0x23d3fb[_0x309a2d(-0x9f,-_0x533c8c._0x241f60,_0x533c8c._0x14d5d0,-_0x533c8c._0x4f9878)]=_0x534c65[_0x5a239c(_0x533c8c._0x33dfa3,_0x533c8c._0x300326,-0x11,0x4f)]('=')[-0x1f4a+0x1c21+0x32a]:_0x4da0c5[_0x5a239c(-_0x533c8c._0x19d02d,_0x533c8c._0x1871f5,_0x533c8c._0x5b7837,_0x533c8c._0x5322bc)](_0xdc3156[_0x5a239c(0x25,-0x64,-_0x533c8c._0x5cc6ec,-_0x533c8c._0x29fc69)],_0x4da0c5[_0x309a2d(-_0x533c8c._0x17ed0c,-0x5d,-_0x533c8c._0x23465e,_0x533c8c._0x52b7ac)])?_0x44c265[_0x309a2d(-_0x533c8c._0x314d58,-_0x533c8c._0x5f24b1,-_0x533c8c._0x3975e4,-_0x533c8c._0x1d97d0)](_0x4da0c5[_0x5a239c(-_0x533c8c._0xec742,-_0x533c8c._0x5322bc,-_0x533c8c._0x56bcc5,_0x533c8c._0x3b07a1)]):_0x286b4a['warn'](_0x4da0c5['dFkUA'](_0x309a2d(-0xfb,-0xa3,-0xf6,-0xc4)+'-role='+_0x2253c1['legacyRole']+('\x20is\x20deprec'+_0x5a239c(-_0x533c8c._0x546c18,-0x82,-0x51,-0x3a)+_0x5a239c(0x2,-0x26,_0x533c8c._0x3bea0d,_0x533c8c._0x3c6939)+_0x309a2d(-0x5a,-0x54,-0x104,-_0x533c8c._0x54334f)+_0x309a2d(-_0x533c8c._0x3010bf,-_0x533c8c._0x584fce,-_0x533c8c._0x28c53f,-0x79)+_0x309a2d(_0x533c8c._0x120808,-_0x533c8c._0x35387a,-_0x533c8c._0x43fd62,-0x2b)),_0x4da0c5['fpqlQ']));else{if(_0x534c65[_0x5a239c(0x7f,0x65,_0x533c8c._0x4fc86a,0x87)](_0x309a2d(-0xcc,-0x113,-0xde,-_0x533c8c._0x3f112f)+'='))_0x4da0c5[_0x309a2d(_0x533c8c._0x419e3b,-0x7e,-0x39,-_0x533c8c._0x28bbf0)](_0x4da0c5['MCVjN'],_0x4da0c5[_0x5a239c(_0x533c8c._0x27a443,-_0x533c8c._0x28ee12,-0x4,0x3c)])?_0x23d3fb[_0x309a2d(0x18,-_0x533c8c._0x54f89e,-0xc,-_0x533c8c._0x8bea79)]=_0x534c65[_0x309a2d(-_0x533c8c._0x4a263e,-0x63,-0xc3,-0x8c)]('=')[-0x1*0xad9+-0x2166+0x2c40]:_0x45ff0c[_0x5a239c(_0x533c8c._0x3400de,0x6a,_0x533c8c._0x25b119,-0x4f)]=_0x1d667a[_0x309a2d(-_0x533c8c._0x241f60,-0x73,-_0x533c8c._0xd01c8f,-_0x533c8c._0x2b1e2f)]('=')[0x4ea+0x194b+0x1*-0x1e34];else{if(_0x4da0c5[_0x5a239c(_0x533c8c._0x41c1b0,0xa4,_0x533c8c._0x59be6b,0x3b)](_0x534c65,_0x4da0c5[_0x5a239c(_0x533c8c._0x5a159e,-0x64,-0x46,-_0x533c8c._0x45fd11)])||_0x4da0c5[_0x309a2d(-0x98,-0xba,-0xd0,-_0x533c8c._0x142688)](_0x534c65,_0x4da0c5['Auklj']))_0x4da0c5[_0x309a2d(-_0x533c8c._0x50e14d,0x68,-_0x533c8c._0x411f3e,-0xb)](_0x4da0c5[_0x5a239c(_0x533c8c._0x3010bf,_0x533c8c._0x255314,_0x533c8c._0x33397f,_0x533c8c._0x48d106)],_0x4da0c5[_0x5a239c(-_0x533c8c._0x2fcaa7,_0x533c8c._0x500c79,0x48,0x12)])?(_0x36a52a['error'](_0x309a2d(-0x27,-0x9d,-0xd7,-_0x533c8c._0x4ca27b)+'r\x20\x22'+_0x2c33c0[_0x5a239c(_0x533c8c._0x56fc0f,-_0x533c8c._0x4779ac,_0x533c8c._0x25b119,-0x1)]+('\x22\x20already\x20'+_0x5a239c(_0x533c8c._0x2b6fff,-0x2f,0x0,_0x533c8c._0x5f2ecf))),_0x254816[_0x5a239c(0x93,0x1b,_0x533c8c._0x39ee81,_0x533c8c._0x1d97d0)](0x8f2+0x1*-0x18aa+-0xaf*-0x17)):(_0x5038db=!![],_0x23d3fb[_0x309a2d(-0x43,-_0x533c8c._0x19d02d,0x44,-_0x533c8c._0x2fcaa7)+'min']=!![]);else{if(_0x534c65['startsWith'](_0x4da0c5[_0x309a2d(-0xb5,-_0x533c8c._0x40f514,-_0x533c8c._0x2944db,-0xa4)])){const _0xf97ed4=_0x534c65['split']('=')[0x1*-0x1c27+-0x1d97+0x39bf]?.['trim']()[_0x309a2d(-0x88,0xa,0x5b,-_0x533c8c._0xe03de7)+'e'](),_0x47b686=new Set([_0x4da0c5[_0x5a239c(0x46,0x71,_0x533c8c._0x198895,0xc1)],_0x4da0c5['ckMGI'],_0x5a239c(_0x533c8c._0x2b1e2f,0xa8,0x4c,_0x533c8c._0x2d5cfd),_0x4da0c5[_0x309a2d(-_0x533c8c._0x2d3e09,-0x6,0x22,0xd)]]);if(!_0x47b686[_0x309a2d(-_0x533c8c._0x58509a,-_0x533c8c._0x29fc69,-0x3e,-0x53)](_0xf97ed4))throw new Error(_0x309a2d(-0x53,-0xf5,-0x7b,-0xad)+_0x309a2d(_0x533c8c._0x51e956,_0x533c8c._0x505081,_0x533c8c._0x473123,-_0x533c8c._0x401e77)+_0x5a239c(0x8,-0x20,-0x50,-_0x533c8c._0x5f2ecf)+_0xf97ed4+(_0x309a2d(-_0x533c8c._0x19028c,-_0x533c8c._0xb6eb95,-_0x533c8c._0x2c0dae,-0x4d)+_0x5a239c(0x6,-_0x533c8c._0x302852,-_0x533c8c._0x3db442,0x40)+_0x5a239c(-0x30,0x6,-_0x533c8c._0x4c80c8,-_0x533c8c._0x569522)+'r,\x20develop'+_0x5a239c(0x29,0xa2,0x81,_0x533c8c._0x133d61)));_0x23d3fb[_0x309a2d(-0x9f,_0x533c8c._0x33fcdf,-0x48,-_0x533c8c._0x2b6fff)+_0x5a239c(0x18,_0x533c8c._0x27bead,_0x533c8c._0x54ac85,-_0x533c8c._0x21fe8c)]=!![],_0x23d3fb[_0x5a239c(0x1e,-_0x533c8c._0x45fd11,-_0x533c8c._0x4436ab,-0xac)]=_0xf97ed4,!_0x5038db&&(_0x23d3fb[_0x309a2d(-0x5b,0x5f,_0x533c8c._0x3c42ab,-0x11)+_0x5a239c(-_0x533c8c._0x4f0239,0x51,-0x7,_0x533c8c._0x245c6b)]=_0x4da0c5[_0x309a2d(_0x533c8c._0x3366d8,-_0x533c8c._0xaee011,-0x5b,-0x42)](_0xf97ed4,_0x4da0c5[_0x5a239c(0x93,_0x533c8c._0x58ef3e,0x7c,_0x533c8c._0x29a86d)]));}}}}}}}return _0x23d3fb;}async function createServerAdminBinding(_0x35a287){const _0x59ec76={_0x2f194d:0x4bb,_0x4e869c:0x45c,_0x474f6b:0x4c5,_0x314955:0x453,_0x217dd3:0x484,_0x5dcc2a:0x279,_0x196165:0x238,_0x36da14:0x1a7,_0x164e18:0x199,_0x462cdd:0x1d6,_0x5c1476:0x221,_0x2fd236:0x25f,_0x45b551:0x273,_0x58bc0b:0x425,_0x2ef668:0x1ca,_0x22abd2:0x379,_0x3dfa5a:0x22a,_0x5b7f41:0x17d,_0x1e9b6b:0x15c,_0x313e7b:0x1c4,_0x541a24:0x3e7,_0x2f1d7e:0x21a,_0x5558a2:0x2c4,_0xba6513:0x265,_0x55edd6:0x40a,_0x56f96e:0x413,_0x473d68:0x481,_0x1d9de9:0x447,_0x32022f:0x472,_0x59a180:0x46d,_0x1764e5:0x3eb,_0x34ac3d:0x394,_0x13179a:0x407,_0x56d092:0x3f4,_0x15a2b5:0x3ce,_0x10367a:0x42c,_0x2356ab:0x4f8,_0x3431f2:0x1e0,_0x17b909:0x210,_0x12563e:0x1d7,_0x487505:0x1bf,_0x4ccba1:0x408,_0x1155fb:0x3d9,_0x12f295:0x1f1,_0x2844f9:0x42a,_0x4549d2:0x42a,_0x5a4548:0x3ed,_0x58d664:0x1e4,_0x27d088:0x23c,_0x61b112:0x394,_0x193644:0x368,_0x303e41:0x347,_0x478bd3:0x3bb,_0x38c456:0x1c1,_0x4ae8df:0x16e,_0x26e679:0x19f,_0x156a21:0x235,_0x41728d:0x453,_0x8c5d7a:0x44d,_0x1977ab:0x3ef,_0x341205:0x4ae,_0x25667a:0x43c,_0x321144:0x489,_0x38c050:0x48a,_0x1c1001:0x422,_0x444db7:0x156,_0x88b5f2:0x200,_0xcfbb5c:0x1b1,_0x2a950f:0x1c9,_0x5bfca6:0x23e,_0x2402b1:0x2cc,_0x348c83:0x261,_0x6d2ced:0x200,_0x57b1bc:0x233,_0x25678c:0x2a7,_0x438e2f:0x1fb,_0x5ce115:0x18f,_0x3e768f:0x20c,_0x4cd60c:0x1f9,_0x4561c3:0x47e,_0x1c3e4e:0x453,_0x1cdbdb:0x3c6,_0x1dc184:0x42e,_0x27c55d:0x434,_0xad177f:0x470,_0x20fdcb:0x355,_0x3f9b19:0x3b6},_0x2a0c71={_0x5b2722:0xf5,_0x46da12:0x8a,_0x4eea54:0x2c,_0xfb1027:0x94},_0x352fa4={_0xe67a82:0x1f4,_0x26b006:0x19c,_0x1c106f:0x17a},_0x241fe3={'skSeb':function(_0x5a71fc,_0x18a072){return _0x5a71fc(_0x18a072);},'jRDQk':_0x20a44f(0x454,_0x59ec76._0x2f194d,0x4fe,0x493)+_0x20a44f(_0x59ec76._0x4e869c,_0x59ec76._0x474f6b,_0x59ec76._0x314955,_0x59ec76._0x217dd3)+'js','bRlTy':'../binding'+_0x42b8ad(0x26c,_0x59ec76._0x5dcc2a,0x272,0x255),'uLymF':_0x42b8ad(_0x59ec76._0x196165,_0x59ec76._0x36da14,_0x59ec76._0x164e18,_0x59ec76._0x462cdd)+'in','eogdi':'Warning:\x20C'+_0x42b8ad(_0x59ec76._0x5c1476,_0x59ec76._0x2fd236,0x295,_0x59ec76._0x45b551)+'ind\x20Server'+_0x20a44f(0x380,_0x59ec76._0x58bc0b,0x3b2,0x3c1)+_0x42b8ad(0x1f7,0x1de,0x1b5,_0x59ec76._0x2ef668)+_0x20a44f(0x403,_0x59ec76._0x22abd2,0x387,0x3e4)+_0x42b8ad(_0x59ec76._0x3dfa5a,_0x59ec76._0x5b7f41,_0x59ec76._0x1e9b6b,_0x59ec76._0x313e7b),'OqMna':function(_0x13710d,_0x137b7d){return _0x13710d(_0x137b7d);},'ksOSD':_0x20a44f(0x3c7,0x447,0x3bc,_0x59ec76._0x541a24),'VLtwi':_0x42b8ad(_0x59ec76._0x2f1d7e,_0x59ec76._0x5558a2,0x204,_0x59ec76._0xba6513),'QwTdB':_0x20a44f(0x3ad,_0x59ec76._0x55edd6,0x406,_0x59ec76._0x56f96e),'LnFjr':'GllqO','oTdWk':_0x20a44f(_0x59ec76._0x473d68,_0x59ec76._0x1d9de9,_0x59ec76._0x32022f,_0x59ec76._0x59a180),'UgWUu':_0x20a44f(_0x59ec76._0x1764e5,_0x59ec76._0x1d9de9,0x486,0x44e)+'dmin\x20bindi'+_0x20a44f(_0x59ec76._0x34ac3d,0x3c1,_0x59ec76._0x13179a,_0x59ec76._0x56d092)+'\x20exists'},{getRoleByName:_0x4d5934,loadRoles:_0x1144a0}=await import(_0x241fe3['jRDQk']),{createBinding:_0xc4f725}=await import(_0x241fe3[_0x20a44f(_0x59ec76._0x15a2b5,0x3c2,_0x59ec76._0x10367a,0x3df)]);function _0x42b8ad(_0x5c6365,_0x46dce9,_0x514716,_0x4c1866){return _0x5c34(_0x4c1866- -0x3b,_0x514716);}function _0x20a44f(_0x1d6c14,_0x19d681,_0x31e753,_0x4f8ea2){return _0x5c34(_0x4f8ea2-0x1d7,_0x31e753);}await _0x1144a0();const _0x3ee0ae=await _0x4d5934(_0x241fe3[_0x20a44f(_0x59ec76._0x2356ab,0x4a3,0x473,0x48c)]);if(!_0x3ee0ae){console[_0x42b8ad(0x1df,_0x59ec76._0x3431f2,0x26e,_0x59ec76._0x17b909)](_0x241fe3[_0x42b8ad(0x1f3,0x22b,_0x59ec76._0x12563e,_0x59ec76._0x487505)]);return;}try{await _0x241fe3[_0x20a44f(_0x59ec76._0x4ccba1,_0x59ec76._0x1155fb,0x3fa,0x41f)](_0xc4f725,{'subject_type':_0x241fe3[_0x42b8ad(_0x59ec76._0x12f295,0x1b4,0x1b6,0x205)],'subject_id':_0x35a287,'role_id':_0x3ee0ae['id'],'resource_type':_0x241fe3[_0x20a44f(0x443,0x3ce,0x3c0,_0x59ec76._0x2844f9)],'created_by':_0x241fe3[_0x20a44f(0x39f,_0x59ec76._0x4549d2,0x448,0x40a)]}),console[_0x20a44f(0x448,0x43b,0x3e2,_0x59ec76._0x5a4548)](_0x42b8ad(_0x59ec76._0x58d664,0x2a7,0x263,_0x59ec76._0x27d088)+_0x20a44f(_0x59ec76._0x61b112,_0x59ec76._0x193644,_0x59ec76._0x303e41,_0x59ec76._0x478bd3)+_0x42b8ad(0x1ef,_0x59ec76._0x12f295,0x1ca,_0x59ec76._0x38c456));}catch(_0x23a942){if(_0x241fe3['LnFjr']!==_0x42b8ad(0x1e6,0x163,_0x59ec76._0x4ae8df,_0x59ec76._0x26e679))_0x23a942[_0x42b8ad(_0x59ec76._0x156a21,0x221,0x24b,0x20b)]===_0x241fe3[_0x20a44f(0x413,_0x59ec76._0x41728d,0x3ec,_0x59ec76._0x8c5d7a)]?console[_0x42b8ad(0x23b,0x222,0x198,0x1db)](_0x241fe3[_0x20a44f(0x45d,_0x59ec76._0x1977ab,_0x59ec76._0x341205,_0x59ec76._0x25667a)]):console[_0x20a44f(0x442,_0x59ec76._0x321144,_0x59ec76._0x38c050,_0x59ec76._0x1c1001)](_0x42b8ad(_0x59ec76._0x444db7,_0x59ec76._0x88b5f2,_0x59ec76._0xcfbb5c,_0x59ec76._0x2a950f)+_0x42b8ad(0x20a,0x1e0,0x243,_0x59ec76._0x5bfca6)+'reate\x20admi'+_0x42b8ad(0x235,0x2b2,_0x59ec76._0x2402b1,_0x59ec76._0x348c83)+'-\x20'+_0x23a942['message']);else{const _0x29c403={_0x464dd5:0x107,_0x282f47:0x2a},_0x47c647={_0x5871db:0x17c},_0x16e8c4={'ijywS':function(_0x55de05,_0x55c2e8){function _0x5295f4(_0x1a22cf,_0x4ce09a,_0x3a5745,_0x3a6a6f){return _0x20a44f(_0x1a22cf-_0x47c647._0x5871db,_0x4ce09a-0x181,_0x1a22cf,_0x3a5745- -0x236);}return _0x241fe3[_0x5295f4(_0x352fa4._0xe67a82,0x16d,_0x352fa4._0x26b006,_0x352fa4._0x1c106f)](_0x55de05,_0x55c2e8);}},_0x3e42f1=new _0x518991({'write':(_0x351936,_0x29b005,_0x3aea6b)=>{_0x3aea6b();}}),_0x16ea60={};_0x16ea60[_0x42b8ad(0x27d,_0x59ec76._0x6d2ced,0x1ea,_0x59ec76._0x57b1bc)]=_0x4edf15[_0x42b8ad(0x25e,_0x59ec76._0x25678c,0x258,0x257)],_0x16ea60[_0x42b8ad(_0x59ec76._0x438e2f,_0x59ec76._0x5ce115,0x25b,0x1e9)]=_0x3e42f1,_0x16ea60[_0x42b8ad(_0x59ec76._0x3e768f,_0x59ec76._0x4cd60c,0x1d3,0x21b)]=!![];const _0x3423c2=_0x32e600[_0x20a44f(0x401,0x413,_0x59ec76._0x4561c3,_0x59ec76._0x1c3e4e)+_0x20a44f(0x3bb,0x47b,_0x59ec76._0x1cdbdb,_0x59ec76._0x1dc184)](_0x16ea60);_0x2524cc[_0x20a44f(0x43d,_0x59ec76._0x27c55d,0x457,_0x59ec76._0xad177f)]['write'](_0x3b8081),_0x3423c2[_0x20a44f(0x384,_0x59ec76._0x20fdcb,0x3a0,_0x59ec76._0x3f9b19)]('',_0x117876=>{_0x3423c2['close']();function _0x47d044(_0x420764,_0x1ec2b8,_0x333067,_0xe3217e){return _0x42b8ad(_0x420764-_0x29c403._0x464dd5,_0x1ec2b8-_0x29c403._0x282f47,_0xe3217e,_0x1ec2b8- -0x126);}_0xb4f9e6['log'](''),_0x16e8c4[_0x47d044(_0x2a0c71._0x5b2722,_0x2a0c71._0x46da12,_0x2a0c71._0x4eea54,_0x2a0c71._0xfb1027)](_0x3ed06c,_0x117876);});}}}function _0x5c34(_0x11bae4,_0x50b45d){_0x11bae4=_0x11bae4-(0x58e+-0x45*-0x1f+-0xc0f);const _0x2adcc0=_0x2748();let _0x433441=_0x2adcc0[_0x11bae4];if(_0x5c34['tdXBsw']===undefined){var _0xd09c83=function(_0x1c95aa){const _0xc1514c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2ae5f3='',_0x1499a5='';for(let _0x192c90=0x1c3c+-0x1633+0x1*-0x609,_0x54c530,_0x25f2bd,_0x589018=0xf7e+-0x57*0xe+0x1*-0xabc;_0x25f2bd=_0x1c95aa['charAt'](_0x589018++);~_0x25f2bd&&(_0x54c530=_0x192c90%(0x198d*0x1+-0x8a4+-0x10e5)?_0x54c530*(-0x1*-0xc65+-0x2*0xcbd+0xd55)+_0x25f2bd:_0x25f2bd,_0x192c90++%(-0x1a3a+0x311+0x1*0x172d))?_0x2ae5f3+=String['fromCharCode'](0x5df*-0x4+0x1*0x14cb+0x76*0x8&_0x54c530>>(-(0xb9d+-0x4*-0x4df+-0x1f17)*_0x192c90&-0xa*-0x25f+0x8a3+-0x2053)):-0x100*0xb+-0x170a*-0x1+-0xc0a){_0x25f2bd=_0xc1514c['indexOf'](_0x25f2bd);}for(let _0xfcc032=-0x2*0xb65+0x1*-0x661+0x3*0x9b9,_0x2fe773=_0x2ae5f3['length'];_0xfcc032<_0x2fe773;_0xfcc032++){_0x1499a5+='%'+('00'+_0x2ae5f3['charCodeAt'](_0xfcc032)['toString'](-0x639+-0x14*-0xca+-0x8f*0x11))['slice'](-(-0xffe*-0x2+-0x1*0x6b+-0x1f8f*0x1));}return decodeURIComponent(_0x1499a5);};_0x5c34['vizRHf']=_0xd09c83,_0x5c34['BByGmR']={},_0x5c34['tdXBsw']=!![];}const _0x1b7dc7=_0x2adcc0[0x631*0x3+0x14fb+-0x278e],_0x32bee2=_0x11bae4+_0x1b7dc7,_0x2d07fb=_0x5c34['BByGmR'][_0x32bee2];return!_0x2d07fb?(_0x433441=_0x5c34['vizRHf'](_0x433441),_0x5c34['BByGmR'][_0x32bee2]=_0x433441):_0x433441=_0x2d07fb,_0x433441;}export async function createUserCommand(_0x505641){const _0x34e940={_0x6bfcac:0x527,_0x4f7e33:0x596,_0x22cf25:0x4d7,_0x5dce33:0x1ca,_0x487c43:0x525,_0x160fc6:0x580,_0x2f91dd:0x5d8,_0x53d147:0x58a,_0x1e15b4:0x24e,_0x380238:0x228,_0x3491b1:0x5d1,_0x179379:0x61d,_0x1015ad:0x587,_0x125f29:0x58b,_0x40c145:0x52c,_0x195a5f:0x173,_0x42898f:0x193,_0x2b371c:0x28d,_0x9a67f6:0x1c2,_0x207886:0x18c,_0x597c2c:0x20c,_0x55ba60:0x55c,_0x16e155:0x590,_0x23dd56:0x22e,_0x9aab34:0x264,_0x1f3c2e:0x237,_0x206b3a:0x233,_0x136946:0x240,_0x21b8ec:0x211,_0x1a1737:0x5b4,_0x5aff13:0x579,_0x594ab0:0x5aa,_0x10feb8:0x53e,_0x54c1b1:0x5c3,_0xa09fac:0x241,_0x14d08b:0x162,_0x4112fc:0x14c,_0x42ced2:0x1a5,_0x1a118c:0x147,_0x2868ff:0x539,_0x447bdd:0x59a,_0x3f2ef2:0x4dc,_0x2da47d:0x1d7,_0x1881cc:0x184,_0x56a5e5:0x601,_0x1040ad:0x5d2,_0x354235:0x56e,_0x18dd44:0x1eb,_0x354c35:0x218,_0x120b8a:0x1e8,_0xa6a59b:0x1ae,_0x11f069:0x190,_0x1ce2be:0x150,_0x44b3cf:0x566,_0x371d12:0x5c4,_0x6a3328:0x570,_0xde1685:0x18a,_0x18f560:0x11c,_0xc1c8f5:0x596,_0x36d482:0x5bd,_0x1ff77b:0x628,_0x566f15:0x560,_0x40e85b:0x54a,_0x29abfb:0x56a,_0x37a476:0x55b,_0x55e5ee:0x5c8,_0x1b2f77:0x545,_0x34695c:0x172,_0x2e0711:0x569,_0x4f85a8:0x5cf,_0x13efa0:0x1ff,_0x55e373:0x14e,_0x125eab:0x4e6,_0x30b3fb:0x52d,_0x4b54b8:0x533,_0xb668bf:0x63c,_0xc21aee:0x5d0,_0x49718c:0x5cb,_0x34fd60:0x164,_0x4a3dc9:0x1b3,_0x293220:0x5d5,_0x45b870:0x594,_0x73391c:0x59f,_0xa74b56:0x5ff,_0x50f037:0x5a5,_0x5d7058:0x1d4,_0x3539ec:0x1e1,_0x6834a5:0x5bf,_0x29709e:0x5e4,_0x42006d:0x1cf,_0x515d3f:0x1a2,_0x5a0953:0x223,_0x413837:0x17f,_0x2a53bb:0x569,_0x39f89a:0x5a5,_0x2d9aec:0x5e7,_0x173db3:0x222,_0x424787:0x238,_0x2b802f:0x1ad,_0x89988f:0x1a0,_0x21c5ca:0x177,_0x1a1352:0x181,_0x58070d:0x58d,_0x50da6a:0x5f1,_0x15b842:0x533,_0x46a77c:0x568,_0x133ff5:0x54d,_0x1472e4:0x5c6,_0x31333c:0x1cf,_0x29cb06:0x192,_0x5f5ca1:0x5fe,_0x4fd2f3:0x4e1,_0x351502:0x530,_0x1057bb:0x4bc,_0x549968:0x136,_0x28376e:0x5e3,_0x5c31ab:0x1fe,_0x325e6e:0x57b,_0x3eca4d:0x636,_0x258ad0:0x1f8,_0x413e14:0x529,_0x288e1d:0x573,_0x3fc0e9:0x56b,_0x436264:0x58b,_0x55ce66:0x5a3,_0x26a0ed:0x567,_0x270eb0:0x58f,_0x25abac:0x638,_0x328bb0:0x5cd,_0x5b425c:0x57d,_0x203001:0x1d9,_0x1b11a7:0x18e,_0x4008f3:0x221,_0xb81265:0x61b,_0x55c5ae:0x565,_0x436a4c:0x229,_0x401879:0x24d,_0x27c957:0x20d,_0x626b6a:0x201,_0x5616c4:0x1c5,_0x319e48:0x58c,_0x1ca476:0x5fe,_0x3e1dfb:0x591,_0x3432d2:0x1cf,_0x484b62:0x19e,_0x17abc7:0x577,_0x12aeef:0x229,_0x3f5853:0x279,_0x5568f1:0x220,_0x203f3b:0x17b,_0x224945:0x1d8,_0x52a67e:0x17b,_0x12fd28:0x137,_0x196625:0x251,_0x1a2f28:0x22f,_0x5a4721:0x219,_0x2abc71:0x569,_0x48273c:0x5db,_0x3a97b8:0x262,_0x2a8a7f:0x277,_0x51bfbd:0x1df,_0x5c05f0:0x176,_0x1ee5cf:0x1ba,_0x53ec3b:0x261,_0x4f5edd:0x1dd,_0x258aec:0x558,_0x4020f7:0x4fb,_0x4850b8:0x54e,_0x5a959c:0x5cc,_0xf1aa6e:0x5db,_0x328311:0x5e1,_0x59858d:0x1f2,_0x44f0a9:0x145,_0x1d7928:0x225,_0x2d40de:0x236,_0x16cf37:0x5ad,_0x5f06bf:0x603,_0x407def:0x1ac,_0x4533cf:0x1fc,_0x5dc730:0x63d,_0x4b5444:0x5d9,_0x3c70ab:0x20c,_0x446209:0x270,_0xf9cc8d:0x5d5,_0x34a7d4:0x59d,_0x19a505:0x5eb,_0x3f86b5:0x252,_0x50cbc9:0x1e7,_0x117440:0x1aa,_0x3d95f0:0x15f,_0x39eb56:0x16a,_0x281375:0x570,_0x8aad2c:0x1b1,_0x4f64ac:0x1b0,_0x4727db:0x1f5,_0x392b6d:0x1d5,_0x2a907f:0x1a2,_0x3b807f:0x1b4,_0x1b0267:0x613,_0x2b1dcb:0x1f1,_0x513b0f:0x25d,_0x36ae74:0x58c,_0x979881:0x5e5,_0x239106:0x4c0,_0x230b15:0x22d,_0x1fc936:0x247,_0x17d48b:0x5a0,_0x3b52a1:0x253,_0x44e9e5:0x1b0,_0x2c0a44:0x1ec,_0x19e3f3:0x1b7,_0x2c9aca:0x21e,_0x1555d8:0x5a5,_0xcc4c46:0x5c2,_0x57e98f:0x1cf,_0x30cc0f:0x224,_0x655bbf:0x179,_0x10e6cf:0x216,_0x15e2dd:0x5e5,_0x35d56b:0x582,_0x8dac9f:0x5e0,_0xa71f09:0x5bb,_0x2a5b43:0x579,_0x455d36:0x1dc,_0x5f4a37:0x1e2,_0x5a5add:0x59c,_0x11b7c0:0x57c,_0x139773:0x1cf,_0x3c9b4:0x20f,_0x1048f1:0x58c,_0x342925:0x51a,_0x411cda:0x59c,_0x3c6fbe:0x59b,_0x2d1fef:0x5c0,_0xb54674:0x53a,_0x11acd4:0x5a0,_0x3c80cb:0x4cf,_0x56e9f9:0x249,_0x27538c:0x18f,_0x37cfb3:0x62b,_0x1fa8f1:0x57c,_0x1d3c82:0x5c7,_0x25a85f:0x608,_0xcbb68:0x191,_0x28657b:0x4de,_0x5a8ebf:0x53f,_0x267814:0x4d8,_0x5f0420:0x584,_0x97dff4:0x25e,_0xd42def:0x54b,_0x2113f5:0x5be,_0x39e358:0x62a,_0x7a3e91:0x57f,_0x112a70:0x589,_0x33d7c6:0x572,_0x552212:0x1b2,_0x3136ab:0x1de,_0xa32c09:0x1c2,_0x55d364:0x234,_0x18fcc1:0x51c,_0x261742:0x51e,_0x287c31:0x52f,_0x237404:0x16d,_0xc32f44:0x1af,_0x1d95b8:0x100,_0x4bb872:0x1ed,_0x3ed872:0x1c1,_0x2d3df2:0x19b,_0x5ca22c:0x5f3,_0x3d10d8:0x5ca,_0x1801f5:0x5c7,_0x4dd9ad:0x210,_0x3eabe0:0x1c3,_0x3028d1:0x243,_0x24a55f:0x620,_0x1d06a6:0x5c8,_0x505ff8:0x626,_0x212383:0x21e,_0x552f2d:0x232,_0x397b3a:0x246,_0x2be682:0x165,_0x4f2ebf:0x167,_0x38dfa4:0x1b2,_0x381e93:0x5ed,_0x4b4783:0x5ac,_0x5d9555:0x5c9,_0x5a8696:0x1b5,_0x372943:0x5f5,_0x2ba907:0x5df,_0x34c133:0x206,_0x2b5151:0x225,_0x274dd1:0x575,_0x212462:0x557,_0x225dff:0x19a,_0x32c35:0x1f9,_0x51e18d:0x1e3,_0x3c7615:0x1a8,_0x2ce1ac:0x204,_0x244e12:0x237,_0x235911:0x60a,_0x415d7d:0x5b3,_0x21dc85:0x1b9,_0x54da23:0x504,_0x3c4b78:0x55e,_0x464e51:0x557,_0x1b8960:0x22f,_0x2e9402:0x62c,_0x16623d:0x573,_0x1fef39:0x169,_0x460cd5:0x13b,_0x28bce1:0x5c8,_0x291661:0x604,_0x283b99:0x1fb,_0x513438:0x1db,_0x5451bd:0x56c,_0x4a75d7:0x62e,_0x191105:0x226,_0x2a5c5d:0x285,_0x277930:0x253,_0x3e523c:0x5e2,_0x107a0f:0x1fd,_0x44564f:0x23d,_0x2723f2:0x11d,_0x4c0eca:0x58c,_0x3bbbce:0x58e,_0x8cea30:0x4d0,_0x59f37b:0x1a7,_0x2343d6:0x1bf,_0x2fab94:0x257,_0x2f6d9a:0x5d3,_0x3d478a:0x5a8,_0x5d32d8:0x543,_0x2a4b53:0x50c,_0x4e0921:0x556,_0x2e836e:0x574,_0x5414cc:0x5cd,_0x8ffa15:0x5f4,_0x210bd5:0x633,_0x30f41d:0x5c1},_0x1a73ae={_0x1b801c:0x7c},_0x4eb4b2={'gzknJ':_0x14ff2c(0x4bd,_0x34e940._0x6bfcac,_0x34e940._0x4f7e33,_0x34e940._0x22cf25)+_0x14ff2c(0x5fa,0x5a2,0x54a,0x535)+'r','lCSxY':_0x4d71f8(0x1a0,0x187,_0x34e940._0x5dce33,0x1bb)+_0x14ff2c(0x582,0x583,_0x34e940._0x487c43,_0x34e940._0x160fc6)+_0x14ff2c(0x5c2,0x580,0x5df,0x5e9),'ItGiH':_0x14ff2c(0x5c4,_0x34e940._0x2f91dd,_0x34e940._0x53d147,0x624)+_0x4d71f8(0x1ee,_0x34e940._0x1e15b4,_0x34e940._0x380238,0x1f6)+_0x14ff2c(_0x34e940._0x3491b1,0x5d6,_0x34e940._0x179379,0x623),'ocfDJ':function(_0x51c8a5,_0x3345b8){return _0x51c8a5(_0x3345b8);},'PEjpY':_0x14ff2c(_0x34e940._0x1015ad,_0x34e940._0x125f29,0x598,_0x34e940._0x40c145),'zwvII':'zzBRv','syMGe':function(_0x322842,_0x320d5c){return _0x322842===_0x320d5c;},'smtwl':_0x4d71f8(_0x34e940._0x195a5f,0x161,0x15e,_0x34e940._0x42898f)+_0x4d71f8(0x221,0x200,_0x34e940._0x2b371c,0x24c)+_0x4d71f8(_0x34e940._0x9a67f6,_0x34e940._0x207886,_0x34e940._0x597c2c,0x173)+_0x14ff2c(_0x34e940._0x55ba60,_0x34e940._0x16e155,0x5de,0x5ba)+'\x20--admin\x20i'+_0x4d71f8(_0x34e940._0x23dd56,0x211,_0x34e940._0x9aab34,_0x34e940._0x1f3c2e),'kBfCa':function(_0x4a6401,_0x39458f){return _0x4a6401+_0x39458f;},'SEYRh':_0x4d71f8(_0x34e940._0x206b3a,0x1f7,_0x34e940._0x136946,_0x34e940._0x21b8ec)+_0x14ff2c(0x5fe,_0x34e940._0x1a1737,0x568,_0x34e940._0x5aff13)+_0x14ff2c(0x5ec,0x5c3,0x5e7,0x557)+_0x14ff2c(0x5e6,_0x34e940._0x594ab0,_0x34e940._0x10feb8,0x5cc)+'e\x20Web\x20UI.','SzzRT':function(_0x1193e7,_0x174a5a){return _0x1193e7(_0x174a5a);},'AGfLu':'Email:\x20','dwysK':'fsNFs','FkesN':function(_0x23e57c,_0x45e0e9,_0x5d49ea){return _0x23e57c(_0x45e0e9,_0x5d49ea);},'UgteA':_0x14ff2c(0x5d6,0x584,0x5ac,_0x34e940._0x54c1b1),'qCJnX':function(_0x11b67b,_0x26ee27,_0x5f58a9){return _0x11b67b(_0x26ee27,_0x5f58a9);},'IGsOy':_0x4d71f8(0x207,_0x34e940._0xa09fac,0x26c,0x19c)+_0x4d71f8(_0x34e940._0x14d08b,_0x34e940._0x4112fc,_0x34e940._0x42ced2,_0x34e940._0x1a118c),'liCae':function(_0x204c54,_0x4667b4){return _0x204c54!==_0x4667b4;},'rpQRe':'UAgmL','gGaay':'UHeda','YteVJ':function(_0x5c95c3,_0x426543){return _0x5c95c3===_0x426543;},'hUigC':function(_0x288f2c,_0x3a1a1b){return _0x288f2c===_0x3a1a1b;},'SjoSv':function(_0x164c38,_0xc04d63){return _0x164c38===_0xc04d63;},'JAHXT':'Error:\x20Nam'+'e\x20is\x20requi'+_0x14ff2c(0x560,_0x34e940._0x2868ff,_0x34e940._0x447bdd,_0x34e940._0x3f2ef2),'uLFTU':function(_0x3d53eb,_0x418c97){return _0x3d53eb<_0x418c97;},'UhDFs':function(_0x405d6f,_0x2fa8c2){return _0x405d6f!==_0x2fa8c2;},'mOkzi':_0x4d71f8(0x1ac,0x1f5,_0x34e940._0x2da47d,_0x34e940._0x1881cc)+_0x14ff2c(_0x34e940._0x56a5e5,_0x34e940._0x1040ad,0x618,0x643)+_0x14ff2c(_0x34e940._0x354235,0x5b1,0x5bd,0x5c1)+_0x4d71f8(0x242,_0x34e940._0x18dd44,0x276,_0x34e940._0x354c35)+_0x4d71f8(_0x34e940._0x120b8a,0x205,_0x34e940._0xa6a59b,0x23e),'GqaDZ':_0x4d71f8(_0x34e940._0x11f069,_0x34e940._0x1ce2be,0x1e2,0x19d),'qDbiq':_0x14ff2c(0x4e5,0x524,0x586,_0x34e940._0x44b3cf),'vXfHx':function(_0x4519ef,_0x92f371){return _0x4519ef===_0x92f371;},'WqWRb':_0x14ff2c(_0x34e940._0x371d12,_0x34e940._0x6a3328,0x5a5,0x548),'ftiWg':_0x4d71f8(0x15f,_0x34e940._0xde1685,0x1c4,_0x34e940._0x18f560),'sBBdA':function(_0x180394,_0x5166f5){return _0x180394(_0x5166f5);},'UQaCy':_0x14ff2c(_0x34e940._0xc1c8f5,0x5cc,_0x34e940._0x36d482,_0x34e940._0x1ff77b)+_0x14ff2c(_0x34e940._0x566f15,0x536,_0x34e940._0x40e85b,_0x34e940._0x29abfb)+_0x14ff2c(0x51b,_0x34e940._0x37a476,_0x34e940._0x55e5ee,0x587),'YBzva':_0x14ff2c(0x5f5,0x582,_0x34e940._0x1b2f77,0x5da)+_0x4d71f8(0x1a5,0x217,_0x34e940._0x34695c,0x1cf),'dbSGG':_0x14ff2c(_0x34e940._0x2e0711,_0x34e940._0x4f85a8,0x591,0x639)+'an\x20now\x20log'+_0x4d71f8(0x18e,_0x34e940._0x13efa0,_0x34e940._0x55e373,0x143)+'heir\x20usern'+'ame\x20and\x20pa'+'ssword.','MYHyE':function(_0x180092,_0x9a55e7){return _0x180092!==_0x9a55e7;},'AuEaj':_0x14ff2c(_0x34e940._0x125eab,_0x34e940._0x30b3fb,0x575,_0x34e940._0x4b54b8),'YkAgl':_0x14ff2c(_0x34e940._0xb668bf,_0x34e940._0xc21aee,_0x34e940._0x49718c,_0x34e940._0x44b3cf)};let _0x3fa582;try{_0x3fa582=_0x4eb4b2['ocfDJ'](parseCreateUserArgs,_0x505641);}catch(_0x545bed){console[_0x4d71f8(0x1cf,_0x34e940._0x34fd60,_0x34e940._0x21b8ec,0x220)](_0x4d71f8(0x1f8,0x244,_0x34e940._0x120b8a,_0x34e940._0x4a3dc9)+_0x545bed[_0x4d71f8(0x17b,0x18f,0x1ed,0x133)]),process[_0x14ff2c(0x56b,_0x34e940._0x293220,0x5b7,_0x34e940._0x45b870)](0x2*-0xfad+0x1*-0xb53+-0x2aae*-0x1);}_0x3fa582[_0x14ff2c(_0x34e940._0x160fc6,_0x34e940._0x73391c,_0x34e940._0xa74b56,_0x34e940._0x50f037)+_0x4d71f8(_0x34e940._0x5d7058,_0x34e940._0x3539ec,0x1f1,0x19d)]&&(_0x4eb4b2['PEjpY']===_0x4eb4b2[_0x14ff2c(_0x34e940._0x6834a5,0x5df,_0x34e940._0x29709e,0x578)]?(_0x370c83[_0x4d71f8(_0x34e940._0x42006d,_0x34e940._0x515d3f,_0x34e940._0x5a0953,_0x34e940._0x413837)](_0x14ff2c(0x59f,_0x34e940._0x2a53bb,_0x34e940._0x39f89a,0x516)+_0x14ff2c(0x5ab,0x5d2,_0x34e940._0x44b3cf,0x57e)+_0x14ff2c(0x5b4,0x5b1,0x5a9,0x56e)+'st\x208\x20chara'+_0x14ff2c(_0x34e940._0x2d9aec,_0x34e940._0x50f037,0x579,0x596)),_0x1f2c41[_0x4d71f8(0x218,_0x34e940._0x173db3,0x263,_0x34e940._0x424787)](-0x6f*0x4f+0x19b8+-0x1*-0x88a)):_0x4eb4b2[_0x4d71f8(_0x34e940._0x2b802f,0x155,_0x34e940._0x89988f,0x1e7)](_0x3fa582[_0x4d71f8(_0x34e940._0x21c5ca,0x12e,0x1aa,_0x34e940._0x1a1352)],_0x14ff2c(0x5a6,_0x34e940._0x58070d,_0x34e940._0x50da6a,_0x34e940._0x15b842))?console[_0x14ff2c(_0x34e940._0x46a77c,0x532,_0x34e940._0x133ff5,0x54f)](_0x4eb4b2[_0x14ff2c(0x61d,_0x34e940._0x49718c,0x5ee,_0x34e940._0x1472e4)]):console[_0x4d71f8(0x175,0x1e3,_0x34e940._0x31333c,_0x34e940._0x29cb06)](_0x4eb4b2[_0x14ff2c(_0x34e940._0x40e85b,0x58a,_0x34e940._0x5f5ca1,0x5f4)](_0x14ff2c(_0x34e940._0x4fd2f3,_0x34e940._0x351502,0x56f,_0x34e940._0x1057bb)+_0x4d71f8(0x186,0x1ab,0x15e,_0x34e940._0x549968)+_0x3fa582['legacyRole']+(_0x14ff2c(0x5f6,0x5fb,0x5d5,_0x34e940._0x28376e)+'ated\x20and\x20n'+_0x4d71f8(0x1f9,_0x34e940._0x5c31ab,0x1ba,0x26b)+'ontrols\x20en'+_0x14ff2c(0x5d1,_0x34e940._0x325e6e,0x59f,0x5dc)+_0x14ff2c(_0x34e940._0x3eca4d,0x5c9,0x637,0x55e)),_0x4eb4b2['SEYRh'])));!_0x3fa582[_0x4d71f8(0x1de,_0x34e940._0x2b802f,_0x34e940._0x258ad0,_0x34e940._0x13efa0)]&&(_0x3fa582[_0x14ff2c(0x5b6,0x59b,0x556,0x549)]=await _0x4eb4b2[_0x14ff2c(_0x34e940._0x413e14,_0x34e940._0x288e1d,0x5ae,_0x34e940._0x3fc0e9)](prompt,_0x14ff2c(_0x34e940._0x436264,0x5e7,0x585,_0x34e940._0x55ce66)));!_0x3fa582[_0x14ff2c(_0x34e940._0x26a0ed,0x5cd,_0x34e940._0x270eb0,_0x34e940._0x25abac)]&&(_0x3fa582[_0x14ff2c(0x5c9,_0x34e940._0x328bb0,_0x34e940._0x5b425c,0x5ad)]=await _0x4eb4b2['SzzRT'](prompt,_0x4eb4b2[_0x4d71f8(0x1e3,_0x34e940._0x203001,_0x34e940._0x1b11a7,_0x34e940._0x4008f3)]));!_0x3fa582[_0x14ff2c(_0x34e940._0xb81265,0x5c8,_0x34e940._0x55c5ae,0x5cd)]&&(_0x4eb4b2[_0x4d71f8(0x20d,_0x34e940._0x436a4c,0x22d,_0x34e940._0x401879)]!==_0x4eb4b2[_0x4d71f8(_0x34e940._0x27c957,0x1c2,_0x34e940._0x626b6a,_0x34e940._0x5616c4)]?(_0x2319a3[_0x14ff2c(0x5e4,_0x34e940._0x319e48,_0x34e940._0x1ca476,_0x34e940._0x3e1dfb)](_0x4eb4b2['gzknJ'],_0x1468b4),_0x1aaf9c[_0x4d71f8(_0x34e940._0x3432d2,_0x34e940._0x484b62,0x167,0x1e1)](_0x14ff2c(0x5c2,_0x34e940._0x17abc7,_0x34e940._0x29abfb,0x5ab)+'led\x20to\x20cre'+_0x4d71f8(0x229,_0x34e940._0x12aeef,_0x34e940._0x3f5853,_0x34e940._0x5568f1)+'\x20'+_0x18ab3f[_0x4d71f8(_0x34e940._0x203f3b,_0x34e940._0x224945,_0x34e940._0x52a67e,_0x34e940._0x12fd28)]),_0x561652[_0x4d71f8(0x218,_0x34e940._0x196625,0x274,0x22a)](-0xbc5*0x1+0xfc2*-0x1+0x1b88)):_0x3fa582[_0x4d71f8(0x20b,_0x34e940._0x1a2f28,0x1a2,0x26d)]=await _0x4eb4b2['ocfDJ'](prompt,_0x4d71f8(0x23b,_0x34e940._0x5a4721,0x21e,0x1eb)+'\x20'));if(!_0x3fa582[_0x14ff2c(_0x34e940._0x2abc71,_0x34e940._0x48273c,0x631,0x56b)]){_0x3fa582[_0x4d71f8(0x21e,0x287,_0x34e940._0x3a97b8,_0x34e940._0x2a8a7f)]=await _0x4eb4b2[_0x4d71f8(0x1e6,0x181,0x1b3,0x20d)](prompt,_0x4eb4b2[_0x4d71f8(_0x34e940._0x51bfbd,_0x34e940._0x5c05f0,_0x34e940._0x1ee5cf,0x1f1)],!![]);const _0x3d93f3=await _0x4eb4b2[_0x4d71f8(0x1ff,0x202,_0x34e940._0x53ec3b,_0x34e940._0x4f5edd)](prompt,_0x4eb4b2[_0x14ff2c(_0x34e940._0x1015ad,_0x34e940._0x258aec,0x52a,_0x34e940._0x4020f7)],!![]);_0x4eb4b2[_0x14ff2c(0x59a,_0x34e940._0x447bdd,0x5f9,_0x34e940._0x4850b8)](_0x3fa582[_0x14ff2c(_0x34e940._0x5a959c,_0x34e940._0xf1aa6e,_0x34e940._0x1ff77b,_0x34e940._0x328311)],_0x3d93f3)&&(_0x4eb4b2[_0x4d71f8(_0x34e940._0x2b802f,_0x34e940._0x59858d,_0x34e940._0x44f0a9,_0x34e940._0x42898f)](_0x4eb4b2[_0x4d71f8(0x1d2,_0x34e940._0x1d7928,_0x34e940._0x2d40de,0x22d)],_0x4eb4b2[_0x14ff2c(0x5e6,_0x34e940._0x16cf37,0x548,_0x34e940._0x5f06bf)])?(_0x5e298f['error'](_0x4d71f8(_0x34e940._0x407def,0x21a,_0x34e940._0x4533cf,0x1d5)+_0x14ff2c(_0x34e940._0x5dc730,_0x34e940._0x4b5444,0x609,0x610)+_0x4d71f8(0x202,_0x34e940._0x3c70ab,0x20c,_0x34e940._0x446209)),_0x514474[_0x14ff2c(0x56e,_0x34e940._0xf9cc8d,0x5ae,0x62b)](0xfc8+-0x471*-0x1+-0x1438)):(console['error']('Error:\x20Pas'+_0x14ff2c(0x5cf,0x5d9,0x5f4,_0x34e940._0x34a7d4)+_0x14ff2c(0x62d,0x5bf,_0x34e940._0x19a505,0x58a)),process[_0x4d71f8(0x218,0x26f,_0x34e940._0x3f86b5,_0x34e940._0x50cbc9)](0xd6c+-0x20ff+0x1394)));}(!_0x3fa582[_0x14ff2c(0x5d2,0x59b,0x599,0x5a5)]||_0x4eb4b2[_0x4d71f8(_0x34e940._0x117440,_0x34e940._0x484b62,_0x34e940._0x3d95f0,_0x34e940._0x39eb56)](_0x3fa582[_0x14ff2c(0x55d,0x59b,0x5c6,_0x34e940._0x281375)][_0x4d71f8(0x1f1,_0x34e940._0x8aad2c,0x233,_0x34e940._0x436a4c)](),''))&&(console[_0x4d71f8(0x1cf,0x207,0x1a6,0x16b)](_0x4eb4b2[_0x4d71f8(_0x34e940._0x4f64ac,_0x34e940._0x4727db,_0x34e940._0x392b6d,0x196)]),process['exit'](0x11a+0x1452+-0x1*0x156b));function _0x4d71f8(_0x3e9b49,_0x4c8d49,_0x535f9b,_0x58e824){return _0x5c34(_0x3e9b49- -_0x1a73ae._0x1b801c,_0x58e824);}(!_0x3fa582[_0x4d71f8(0x210,_0x34e940._0x2a907f,0x268,_0x34e940._0x258ad0)]||_0x4eb4b2[_0x4d71f8(_0x34e940._0x3b807f,0x15c,0x159,0x204)](_0x3fa582[_0x14ff2c(0x5b7,0x5cd,0x5a6,_0x34e940._0x1b0267)][_0x4d71f8(_0x34e940._0x2b1dcb,0x1c3,_0x34e940._0x513b0f,0x254)](),''))&&(console[_0x14ff2c(0x519,_0x34e940._0x36ae74,_0x34e940._0x979881,0x5ba)](_0x4eb4b2[_0x14ff2c(0x4e8,0x51d,_0x34e940._0x239106,0x553)]),process[_0x4d71f8(0x218,_0x34e940._0x230b15,0x1dc,_0x34e940._0x1fc936)](-0x1645+0xcb2+0x994));(!_0x3fa582[_0x14ff2c(_0x34e940._0x17d48b,0x5c8,_0x34e940._0x29709e,0x5ac)]||_0x4eb4b2[_0x4d71f8(0x209,0x203,_0x34e940._0x3b52a1,_0x34e940._0x44e9e5)](_0x3fa582[_0x4d71f8(0x20b,_0x34e940._0x2c0a44,_0x34e940._0x19e3f3,_0x34e940._0x2c9aca)][_0x14ff2c(0x542,0x5ae,_0x34e940._0x1555d8,_0x34e940._0xcc4c46)](),''))&&(console[_0x4d71f8(_0x34e940._0x57e98f,_0x34e940._0x30cc0f,_0x34e940._0x655bbf,_0x34e940._0x10e6cf)](_0x4eb4b2[_0x14ff2c(0x643,_0x34e940._0x15e2dd,_0x34e940._0x35d56b,_0x34e940._0x8dac9f)]),process['exit'](0x870+0x93*-0x1f+-0x95e*-0x1));(!_0x3fa582['password']||_0x4eb4b2[_0x14ff2c(0x618,_0x34e940._0xa71f09,0x5a0,_0x34e940._0x2a5b43)](_0x3fa582['password']['length'],-0x2679+-0x4*0x553+0x1*0x3bcd))&&(_0x4eb4b2[_0x4d71f8(_0x34e940._0x455d36,0x229,_0x34e940._0x5f4a37,0x1e0)]('sNgRX','ptKmL')?(console[_0x14ff2c(0x59b,0x58c,_0x34e940._0x5a5add,_0x34e940._0x11b7c0)](_0x4eb4b2['mOkzi']),process['exit'](0x2*0x6fa+-0x1d33+0x7a*0x20)):(_0x52669d[_0x4d71f8(_0x34e940._0x139773,0x1f6,0x19c,_0x34e940._0x3c9b4)](_0x4eb4b2['lCSxY']),_0x283c60['exit'](-0x132+0x1287+-0x1154)));const _0x2dfc19=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x2dfc19['test'](_0x3fa582['email'])&&(console[_0x14ff2c(0x52a,_0x34e940._0x1048f1,_0x34e940._0x342925,0x5d0)]('Error:\x20Inv'+'alid\x20email'+'\x20format\x20\x22'+_0x3fa582['email']+'\x22.'),process[_0x14ff2c(_0x34e940._0x411cda,_0x34e940._0xf9cc8d,_0x34e940._0x1040ad,0x5a4)](-0x5*-0x36f+-0x1c5*-0xe+-0x29f0));function _0x14ff2c(_0x4763ec,_0xaf28d7,_0xd2b363,_0x37d1dc){return _0x5c34(_0xaf28d7-0x341,_0xd2b363);}const _0x4c31c7=/^[a-zA-Z0-9_-]+$/;!_0x4c31c7['test'](_0x3fa582[_0x14ff2c(0x59c,_0x34e940._0x3c6fbe,0x543,_0x34e940._0x36d482)])&&(console[_0x14ff2c(_0x34e940._0x2d1fef,0x58c,_0x34e940._0x29709e,0x5bc)](_0x14ff2c(0x535,_0x34e940._0xb54674,_0x34e940._0x11acd4,_0x34e940._0x3c80cb)+_0x4d71f8(0x1e1,_0x34e940._0x56e9f9,_0x34e940._0x27538c,0x204)+_0x14ff2c(0x61a,0x5ec,_0x34e940._0x37cfb3,_0x34e940._0x1fa8f1)+_0x3fa582['username']+(_0x14ff2c(0x5bc,0x5f7,_0x34e940._0x1d3c82,_0x34e940._0x25a85f)+_0x4d71f8(0x166,_0x34e940._0xcbb68,0x1cd,0x1ba)+'\x20numbers,\x20'+_0x14ff2c(_0x34e940._0x28657b,_0x34e940._0x5a8ebf,_0x34e940._0x267814,_0x34e940._0x5f0420)+'s,\x20and\x20hyp'+'hens.')),process[_0x4d71f8(0x218,_0x34e940._0x97dff4,_0x34e940._0x2da47d,_0x34e940._0x5dce33)](0x11a8+0x169c+-0x3a9*0xb));try{if(_0x4eb4b2[_0x14ff2c(_0x34e940._0xd42def,_0x34e940._0x2113f5,_0x34e940._0x39e358,_0x34e940._0xa71f09)]!==_0x4eb4b2[_0x14ff2c(_0x34e940._0x7a3e91,0x537,_0x34e940._0x112a70,_0x34e940._0x436264)]){const _0x2948d9=await findUserByUsername(_0x3fa582['username']);_0x2948d9&&(_0x4eb4b2[_0x14ff2c(_0x34e940._0x288e1d,0x535,0x546,0x4fe)](_0x4eb4b2['WqWRb'],_0x4eb4b2[_0x4d71f8(0x1a3,0x13f,0x134,_0x34e940._0x42006d)])?(_0x4d842e['error'](_0x4eb4b2['ItGiH']),_0x45a497[_0x14ff2c(0x576,_0x34e940._0xf9cc8d,_0x34e940._0x7a3e91,_0x34e940._0x33d7c6)](0x2*0x511+-0x31*-0x20+-0x13*0xdb)):(console[_0x14ff2c(0x58c,_0x34e940._0x36ae74,0x58c,0x549)]('Error:\x20Use'+_0x4d71f8(_0x34e940._0x552212,0x21f,0x226,0x148)+_0x3fa582[_0x4d71f8(_0x34e940._0x3136ab,0x1e0,_0x34e940._0xa32c09,_0x34e940._0x224945)]+(_0x4d71f8(0x1d8,0x1e8,0x189,_0x34e940._0x55d364)+_0x14ff2c(_0x34e940._0x18fcc1,0x579,_0x34e940._0x40c145,_0x34e940._0x261742))),process['exit'](0x1*0x13c9+-0x1542+0x17a)));console['log'](_0x14ff2c(0x522,_0x34e940._0x287c31,0x4e0,_0x34e940._0x351502)+_0x4d71f8(_0x34e940._0x237404,_0x34e940._0xc32f44,_0x34e940._0x1d95b8,_0x34e940._0x1a1352)+_0x3fa582[_0x4d71f8(_0x34e940._0x3136ab,_0x34e940._0x413837,_0x34e940._0xa6a59b,_0x34e940._0x27c957)]+_0x4d71f8(0x1e0,_0x34e940._0x4bb872,_0x34e940._0x3ed872,_0x34e940._0x2d3df2));const _0x26066f={};_0x26066f[_0x14ff2c(_0x34e940._0x5ca22c,0x59b,_0x34e940._0x3d10d8,_0x34e940._0x1801f5)]=_0x3fa582['username'],_0x26066f[_0x4d71f8(_0x34e940._0x4dd9ad,_0x34e940._0x3eabe0,0x1ad,_0x34e940._0x3028d1)]=_0x3fa582[_0x4d71f8(0x210,0x252,0x20e,0x219)],_0x26066f['name']=_0x3fa582[_0x14ff2c(_0x34e940._0x24a55f,_0x34e940._0x1d06a6,_0x34e940._0x505ff8,0x631)],_0x26066f[_0x4d71f8(0x21e,0x201,0x247,0x1d1)]=_0x3fa582[_0x4d71f8(_0x34e940._0x212383,_0x34e940._0x552f2d,_0x34e940._0x397b3a,0x1d5)],_0x26066f['isServerAd'+_0x4d71f8(0x1b5,_0x34e940._0x2be682,_0x34e940._0x4f2ebf,_0x34e940._0x38dfa4)]=_0x3fa582[_0x14ff2c(_0x34e940._0x381e93,0x5e3,_0x34e940._0x4b4783,_0x34e940._0x5d9555)+_0x4d71f8(_0x34e940._0x5a8696,0x1dc,0x17d,0x1ad)]||undefined;const _0x256e69=await _0x4eb4b2[_0x14ff2c(0x667,0x5f4,_0x34e940._0x372943,_0x34e940._0x4f7e33)](createUser,_0x26066f);_0x3fa582['isServerAd'+_0x14ff2c(0x550,0x572,0x5e2,_0x34e940._0x2ba907)]&&await _0x4eb4b2[_0x4d71f8(_0x34e940._0x1f3c2e,_0x34e940._0x34c133,0x240,_0x34e940._0x2b5151)](createServerAdminBinding,_0x256e69['id']),console[_0x14ff2c(_0x34e940._0x274dd1,_0x34e940._0x212462,0x595,0x57c)](''),console[_0x4d71f8(_0x34e940._0x225dff,0x14e,0x179,_0x34e940._0x32c35)](_0x4eb4b2['UQaCy']),console[_0x4d71f8(0x19a,_0x34e940._0x51e18d,0x1ef,_0x34e940._0x3c7615)](''),console['log'](_0x4d71f8(_0x34e940._0x50cbc9,0x21b,_0x34e940._0x2ce1ac,_0x34e940._0x244e12)+'ls:'),console[_0x14ff2c(_0x34e940._0x16cf37,_0x34e940._0x212462,0x5be,0x4ec)](_0x14ff2c(_0x34e940._0x235911,_0x34e940._0x415d7d,_0x34e940._0x1d3c82,0x57e)+_0x4d71f8(0x1c8,_0x34e940._0x11f069,0x15c,_0x34e940._0x21dc85)+_0x256e69['id']),console[_0x14ff2c(0x553,_0x34e940._0x212462,0x59e,_0x34e940._0x54da23)](_0x4d71f8(_0x34e940._0x2c0a44,0x19e,0x256,0x1c0)+':\x20\x20\x20\x20'+_0x256e69['username']),console[_0x14ff2c(_0x34e940._0x3c4b78,_0x34e940._0x464e51,0x5b2,0x526)](_0x4d71f8(0x205,_0x34e940._0x1b8960,0x1e0,0x233)+_0x14ff2c(0x5af,0x585,0x56b,_0x34e940._0x261742)+_0x256e69[_0x14ff2c(_0x34e940._0x2e9402,0x5cd,0x570,_0x34e940._0x16623d)]),console[_0x14ff2c(0x513,0x557,0x59d,0x541)](_0x4d71f8(_0x34e940._0x1fef39,0x115,_0x34e940._0x549968,_0x34e940._0x460cd5)+'\x20\x20\x20\x20\x20'+_0x256e69[_0x14ff2c(0x5f3,_0x34e940._0x28bce1,0x614,_0x34e940._0x291661)]),console['log'](_0x4d71f8(_0x34e940._0x283b99,_0x34e940._0x513438,0x1f7,0x1db)+_0x14ff2c(_0x34e940._0x5451bd,_0x34e940._0x1801f5,_0x34e940._0x4a75d7,0x5cc)+(_0x3fa582[_0x4d71f8(_0x34e940._0x191105,0x24f,_0x34e940._0x2a5c5d,_0x34e940._0x277930)+'min']?_0x4eb4b2['YBzva']:'no')),console[_0x14ff2c(0x4f6,_0x34e940._0x212462,0x58c,0x508)](''),console['log'](_0x4eb4b2[_0x14ff2c(0x5e6,_0x34e940._0x3e523c,0x5e1,0x5c2)]);}else _0xed74fc[_0x4d71f8(_0x34e940._0x212383,0x1ff,0x288,_0x34e940._0x107a0f)]=_0x34eaa9['split']('=')[-0x4*-0x62f+0x1*-0x151f+-0x39c];}catch(_0x5534af){_0x4eb4b2['MYHyE'](_0x4eb4b2['AuEaj'],_0x4eb4b2[_0x14ff2c(0x5ab,0x5ce,0x5a9,0x618)])?(logger[_0x4d71f8(_0x34e940._0x42006d,_0x34e940._0x44564f,_0x34e940._0x5c05f0,0x23d)](_0x4eb4b2[_0x4d71f8(0x165,0x159,_0x34e940._0x2723f2,0x1d4)],_0x5534af),console[_0x14ff2c(0x563,_0x34e940._0x4c0eca,0x594,0x5cd)]('Error:\x20Fai'+_0x14ff2c(_0x34e940._0x3bbbce,0x52e,0x4ed,_0x34e940._0x8cea30)+'ate\x20user\x20-'+'\x20'+_0x5534af[_0x4d71f8(_0x34e940._0x203f3b,0x148,0x1b3,_0x34e940._0x59f37b)]),process[_0x4d71f8(0x218,_0x34e940._0x401879,_0x34e940._0x2343d6,_0x34e940._0x2fab94)](0xb37*-0x1+-0x234*-0xb+0xd04*-0x1)):(_0x5295e7[_0x14ff2c(_0x34e940._0x2f6d9a,_0x34e940._0x4c0eca,_0x34e940._0x3d478a,_0x34e940._0x5d32d8)](_0x14ff2c(_0x34e940._0x2a4b53,0x53a,0x527,0x4f2)+'alid\x20email'+_0x14ff2c(0x54e,_0x34e940._0x4e0921,_0x34e940._0x2e836e,0x515)+_0x1e9686[_0x14ff2c(0x56c,_0x34e940._0x5414cc,0x5d2,_0x34e940._0x8ffa15)]+'\x22.'),_0x1d7d58[_0x14ff2c(_0x34e940._0x210bd5,0x5d5,_0x34e940._0x30f41d,_0x34e940._0x35d56b)](-0x8a3+-0x1a7f+-0x7*-0x505));}}
@@ -1 +1 @@
1
- (function(_0x77a97f,_0x52bc6a){const _0x3cdbad={_0x2bb75e:0x3e5,_0x3f92b4:0x3ba,_0x293999:0x3dd,_0x3931b5:0x3ef,_0x435f4e:0x3f0,_0x58792c:0x413,_0x1b52e8:0x3ff,_0x938eff:0x3ed,_0x1e116b:0x3e3,_0x6ba72c:0x39a,_0x1ea7dc:0x3cb,_0x5f1506:0x3c0,_0x332c02:0x3cd,_0x516d8f:0x3ab,_0x46f6e4:0x3f2,_0x522a00:0x3d8,_0x534eac:0x3d4,_0x150cf4:0x3bd,_0x1b9b0b:0x37b};function _0x1b7c5a(_0x38361d,_0x17da4b,_0x4b4f11,_0x5f15a7){return _0x214b(_0x4b4f11-0x2fa,_0x5f15a7);}function _0x45379c(_0x36042f,_0x249fd7,_0x1dfbb8,_0x60dcd6){return _0x214b(_0x60dcd6-0x2bf,_0x36042f);}const _0xe2930a=_0x77a97f();while(!![]){try{const _0x568ebb=-parseInt(_0x1b7c5a(0x3eb,_0x3cdbad._0x2bb75e,_0x3cdbad._0x3f92b4,0x395))/(-0x3*0x6aa+0xc90+0xad*0xb)+-parseInt(_0x1b7c5a(0x3b3,0x3a6,0x3c8,_0x3cdbad._0x293999))/(-0x1*0x1efd+0x2*0x647+0x1*0x1271)*(parseInt(_0x1b7c5a(0x403,0x3d7,_0x3cdbad._0x3931b5,_0x3cdbad._0x435f4e))/(-0x7*0x4ee+0x225b*0x1+-0x7*-0x6))+parseInt(_0x1b7c5a(_0x3cdbad._0x58792c,_0x3cdbad._0x1b52e8,_0x3cdbad._0x938eff,_0x3cdbad._0x1e116b))/(-0x26*-0x84+0xc2*0x5+-0x175e)+-parseInt(_0x45379c(_0x3cdbad._0x6ba72c,0x3c9,0x3db,_0x3cdbad._0x1ea7dc))/(0x1f3+-0x25c9*0x1+0x23db*0x1)*(-parseInt(_0x45379c(_0x3cdbad._0x5f1506,0x372,0x3c4,0x3a3))/(0x1e4b+-0x1e3+0x2*-0xe31))+-parseInt(_0x1b7c5a(_0x3cdbad._0x332c02,0x3a9,_0x3cdbad._0x516d8f,0x3cf))/(-0x1091+-0xd28+0x11*0x1c0)+-parseInt(_0x45379c(_0x3cdbad._0x46f6e4,_0x3cdbad._0x522a00,0x3c6,_0x3cdbad._0x534eac))/(0x27*-0x1c+-0x85d*-0x1+-0x411)+parseInt(_0x45379c(_0x3cdbad._0x150cf4,_0x3cdbad._0x1b9b0b,0x3a6,0x3b0))/(-0xb*-0x1fc+-0x7b*-0x11+0xa*-0x2ff);if(_0x568ebb===_0x52bc6a)break;else _0xe2930a['push'](_0xe2930a['shift']());}catch(_0x4f7e53){_0xe2930a['push'](_0xe2930a['shift']());}}}(_0x2d8a,-0x7a146+0x5ee80+-0x4f*-0x163d));import{findUserByUsername,findUserById}from'../users.js';import{getRoleByName,loadRoles}from'../role-definitions.js';function _0x2d8a(){const _0x30ba53=['AvHer0K','BKrjzhe','ihbLCM1PC3nPBW','v1PPBgK','rxHHBxbSzxm6','vejxy3K','u2vYDMvYiefKBq','vxvrAMW','icbvC2vYBMfTzq','BNqGywrTAw4Glq','C3Lzu0G','rxjYB3i6ifvZzq','icbJB2rLCI1Zzq','nxLIrKriuG','vxnLCIbezxrHAq','t3b0Aw9UCZO','DcbWCM92AwrLia','r1PPEhO','CxnKyKi','icGQksbWzxjTAq','CIb3AxrOieLeia','CgHKquW','mZC1otm2mfL5sw1Wrq','icbjrdOGicaGia','DxnLCM5HBwu','icaGica','lxvZzxiTAwq9sq','Bhm6','Aw4GCM9SzsbNCG','BwL0Aa','AgfZihrOzsbtzq','A1rbr1e','mJe2mtCXmLnyuwHLAW','BNmGywnYB3nZia','A2zJzuG','BgvKihrVigDYyq','zw1HAwW','lwfKBwLUic0TDq','C2vYBMfTzt1QCW','ihrVihbYB21VDa','BM93igHHCYb3Aq','C3bSAxq','ruDWENO','ywXSihjLC291CG','zxiTC2vYDMvYia','DM1AB0O','zxHPC3rPBMCGDq','nJa1nJCWv2rmy0LY','Bwu9tKfnrsaGia','CL8XmJm0nty3oa','q2LAueu','ls11C2vYBMfTzq','qxD3qwW','y2vZlG','icbsB2XLoIaGia','veDmDuO','t0LkAui','rMfPBgvKihrVia','iIbUB3qGzM91BG','C2vYihrOzsbtzq','rgffy0W','ndy0mtm4DurXExvv','AweGyMLUzgLUzW','DxnLCG','CNzLCIbNCMfUDa','DufzCui','iIbHBhjLywr5ia','zxnZzNvSBhKH','C3rHCNrZv2L0Aa','zIb0AguGDxnLCG','zxHPDa','z3jHBNqGywrTAq','DxnLCKLK','zg1PBIbYB2XLlG','zsb3AwXKy2fYza','icaTlxvZzxiTAq','t1jXCMS','ihjVBguU','zd1jrcaGicaGia','C0zPtue','icbfBwfPBdOGia','zxjYB3i','sgfKyxC','mJi0mZeXofLjwM1Nsq','CIb3AxrOihvZzq','z3jHBNqTywrTAq','CIbbzg1PBIaODG','mhW1Fdf8mNW4Fa','Aw5JBhvKzxm','rxjYB3i6ie11CW','u21kCe8','Bg9N','y2TrtKC','uNDsv1y','y2XP','D1DNs1O','mte1mZu3mZjkvNjPB0m','A3Ldvvi','mJeYntu1mLDiu2TJDa','B3nZigfSBcbYzq','nMLLsNL4uq','wfPMEMW','CNzLCIbbzg1PBG','CIb0BYbWCM9TBW','r3jHBNrZigfUia','rxjYB3i6iezHAq','s1nZv2K','C3nPB25ZigfJCG','rfvqteLdqvrf','BwvZC2fNzq'];_0x2d8a=function(){return _0x30ba53;};return _0x2d8a();}import{createBinding}from'../bindings.js';function _0x214b(_0x19ad0a,_0x512a4c){_0x19ad0a=_0x19ad0a-(-0x2c3+-0x1713+0xb*0x269);const _0x4aa3f3=_0x2d8a();let _0x261b7c=_0x4aa3f3[_0x19ad0a];if(_0x214b['yuVQaF']===undefined){var _0x1bf91a=function(_0x5684bb){const _0x2645a5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1a9411='',_0x4615d8='';for(let _0x128ec6=-0x85a*-0x1+-0x1e01*0x1+0x15a7,_0xf2baf5,_0x1265e5,_0x1474c5=0x1423+0x256+-0x1679;_0x1265e5=_0x5684bb['charAt'](_0x1474c5++);~_0x1265e5&&(_0xf2baf5=_0x128ec6%(-0x7a6+-0x713*-0x4+0x2*-0xa51)?_0xf2baf5*(0x190f+0x13f0+-0x2cbf)+_0x1265e5:_0x1265e5,_0x128ec6++%(-0x1da5+-0x4b0+-0x3*-0xb73))?_0x1a9411+=String['fromCharCode'](-0x2dd+0x1*-0x2f1+-0x1*-0x6cd&_0xf2baf5>>(-(-0x1*0x43b+0x23f1*-0x1+0x282e)*_0x128ec6&0x24f0+0x8c5+-0x2daf)):0x1421*0x1+0xc*-0x30b+-0x347*-0x5){_0x1265e5=_0x2645a5['indexOf'](_0x1265e5);}for(let _0x938068=-0x9e6+-0x38b*-0x3+-0xbb,_0x5db369=_0x1a9411['length'];_0x938068<_0x5db369;_0x938068++){_0x4615d8+='%'+('00'+_0x1a9411['charCodeAt'](_0x938068)['toString'](-0x1*0x1357+-0x1*0xf07+0x226e))['slice'](-(-0x87c+0x912+-0x4*0x25));}return decodeURIComponent(_0x4615d8);};_0x214b['oauYQg']=_0x1bf91a,_0x214b['iQPNiF']={},_0x214b['yuVQaF']=!![];}const _0x6c3417=_0x4aa3f3[-0xb*-0x1fb+-0xde6*-0x2+-0x1087*0x3],_0x232323=_0x19ad0a+_0x6c3417,_0x1e75b6=_0x214b['iQPNiF'][_0x232323];return!_0x1e75b6?(_0x261b7c=_0x214b['oauYQg'](_0x261b7c),_0x214b['iQPNiF'][_0x232323]=_0x261b7c):_0x261b7c=_0x1e75b6,_0x261b7c;}import{logger}from'../logger.js';function parseArgs(_0x3debf7){const _0x5e763e={_0x4d52b3:0x4a8,_0x133a8f:0x476,_0x31e543:0x481,_0x5bb274:0x4b8,_0x29ea18:0x15e,_0xf3e6d1:0x14b,_0x4bef09:0x180,_0x395807:0x165,_0x2b694d:0x462,_0x3f1193:0x48f,_0x3580af:0x45d,_0x2d30ab:0x1b2,_0x3f4f6e:0x1aa,_0x7597c8:0x197,_0xcff89:0x19a,_0x9cf17:0x1d3,_0x13b6df:0x1da,_0xeb9d27:0x4f3,_0x5ea8cd:0x4d2,_0x918029:0x4b7,_0x145259:0x4a4,_0x334b94:0x483,_0x4e51f3:0x4b1,_0x10ca5e:0x4c2,_0x573a6e:0x496,_0x2e86a2:0x451,_0x2b15d2:0x4b5,_0x8810e8:0x4e2,_0x11c02a:0x4b9,_0x612a4f:0x470,_0x245dbb:0x4aa,_0x1f5833:0x180,_0x11cb04:0x18b,_0x3b12c2:0x1a4,_0x4b3602:0x1d1,_0xb41bc8:0x1e8,_0x334b18:0x1db,_0x3952ea:0x4bb,_0x2703d2:0x1e3,_0x3d4e59:0x171,_0x535d40:0x152,_0x3fb4f2:0x1c9,_0x520f61:0x486,_0x4cad98:0x47f,_0x527f19:0x47d,_0x235e60:0x4a3,_0x2caa88:0x4e9,_0x58a0a2:0x4ed,_0x5649c5:0x4ff,_0x44c061:0x1d4,_0x1cdcd3:0x167,_0x548844:0x499,_0xbc28d3:0x4e1,_0x1d3cac:0x4b5},_0x24b68b={};_0x24b68b[_0x3777a8(0x492,_0x5e763e._0x4d52b3,_0x5e763e._0x133a8f,_0x5e763e._0x31e543)]='Failed\x20to\x20'+'grant\x20admi'+'n',_0x24b68b[_0x3777a8(0x494,_0x5e763e._0x5bb274,0x4e4,0x4b2)]=function(_0x54c73c,_0x4e0495){return _0x54c73c===_0x4e0495;},_0x24b68b[_0x14dc55(0x167,0x19d,_0x5e763e._0x29ea18,_0x5e763e._0xf3e6d1)]='swOlk',_0x24b68b[_0x14dc55(_0x5e763e._0x4bef09,0x168,_0x5e763e._0x395807,0x14a)]=_0x3777a8(_0x5e763e._0x2b694d,_0x5e763e._0x3f1193,_0x5e763e._0x3580af,0x45f)+'=',_0x24b68b[_0x14dc55(_0x5e763e._0x2d30ab,0x1e3,_0x5e763e._0x3f4f6e,_0x5e763e._0x7597c8)]='RwRWV',_0x24b68b[_0x14dc55(0x1b6,_0x5e763e._0xcff89,_0x5e763e._0x9cf17,_0x5e763e._0x13b6df)]='--user-id=';const _0x58d559=_0x24b68b,_0xa9f502={};_0xa9f502[_0x3777a8(_0x5e763e._0xeb9d27,0x4e2,_0x5e763e._0x5ea8cd,0x4f8)]=null,_0xa9f502[_0x3777a8(_0x5e763e._0x918029,_0x5e763e._0x145259,_0x5e763e._0x334b94,_0x5e763e._0x4e51f3)]=null;function _0x14dc55(_0x42e3df,_0x2a4442,_0x3fb05a,_0x1fc450){return _0x214b(_0x42e3df-0xb7,_0x2a4442);}const _0x28a99f=_0xa9f502;function _0x3777a8(_0x146713,_0x3bb041,_0x594371,_0x112921){return _0x214b(_0x3bb041-0x3cb,_0x146713);}for(const _0x10d709 of _0x3debf7){if(_0x58d559[_0x3777a8(_0x5e763e._0x10ca5e,_0x5e763e._0x5bb274,0x4bb,_0x5e763e._0x573a6e)](_0x58d559[_0x3777a8(_0x5e763e._0x2e86a2,0x47b,0x45d,0x48a)],'IHnBT'))_0x201520[_0x3777a8(_0x5e763e._0x2b15d2,_0x5e763e._0x8810e8,0x515,_0x5e763e._0x11c02a)]=_0x504286['split']('=')[-0x23e0+-0x2*0x2e+0x243d*0x1];else{if(_0x10d709[_0x3777a8(_0x5e763e._0x612a4f,0x4a0,_0x5e763e._0x245dbb,0x4bd)](_0x58d559[_0x14dc55(_0x5e763e._0x1f5833,_0x5e763e._0x11cb04,0x1a0,0x15f)]))_0x58d559[_0x14dc55(_0x5e763e._0x3b12c2,0x19d,0x197,_0x5e763e._0x4b3602)](_0x58d559[_0x14dc55(0x1b2,_0x5e763e._0xb41bc8,0x18b,_0x5e763e._0x334b18)],_0x3777a8(_0x5e763e._0x3952ea,0x4b9,0x4b0,0x49a))?_0x28a99f[_0x14dc55(0x1ce,_0x5e763e._0x2703d2,0x1f7,0x1a3)]=_0x10d709[_0x14dc55(_0x5e763e._0x3d4e59,0x1a4,_0x5e763e._0x535d40,0x189)]('=')[-0x36*-0x5e+-0x1add+0x35*0x22]:(_0x512a4c[_0x3777a8(0x4dd,0x4ad,0x498,0x48f)](_0x58d559[_0x14dc55(0x194,0x190,_0x5e763e._0x3fb4f2,0x1c9)],_0x4aa3f3),_0x261b7c[_0x3777a8(0x486,0x4ad,0x4c7,0x4b2)]('Error:\x20Fai'+_0x3777a8(_0x5e763e._0x520f61,_0x5e763e._0x4cad98,_0x5e763e._0x527f19,_0x5e763e._0x235e60)+_0x3777a8(_0x5e763e._0x2caa88,0x4d3,_0x5e763e._0x58a0a2,_0x5e763e._0x5649c5)+'\x20'+_0x1bf91a[_0x14dc55(0x1b5,0x1cc,0x1c0,_0x5e763e._0x44c061)]),_0x6c3417[_0x14dc55(0x18e,0x1ae,0x1b9,_0x5e763e._0x1cdcd3)](-0x1b5b+-0x68a+-0x10f3*-0x2));else _0x10d709['startsWith'](_0x58d559[_0x3777a8(_0x5e763e._0x548844,0x4ca,_0x5e763e._0xbc28d3,_0x5e763e._0x1d3cac)])&&(_0x28a99f['userId']=_0x10d709['split']('=')[0xe2a+-0x8fc+-0x52d]);}}return _0x28a99f;}export async function grantAdminCommand(_0x23e09a){const _0x57de6b={_0xe2a2e1:0x40,_0x3419cd:0x5f,_0x4259b6:0x4a,_0x1d3bf5:0xea,_0x3bccb6:0x119,_0x373ba9:0xc2,_0x216c14:0x121,_0x5fca90:0xb5,_0x10d976:0x95,_0x1c0b6a:0xd5,_0x389aaa:0x88,_0x5aec6f:0x4e,_0x67524f:0x45,_0x412713:0x5e,_0x37035d:0x63,_0x16e70a:0x64,_0x23a92f:0x86,_0x274c35:0xde,_0x51d165:0x113,_0x2871f0:0x84,_0x3ac7a7:0xae,_0x559fe7:0x68,_0x24a9fa:0xaf,_0x14603a:0xd8,_0x205d28:0xcc,_0x510e20:0x115,_0x5e9182:0x8f,_0xf036f8:0x6,_0x4b7752:0x2e,_0x13256a:0xd,_0x3f7bc5:0x56,_0x1a428a:0x83,_0x59d372:0x76,_0x3bf97f:0x8c,_0x31fb54:0xa3,_0x3bf870:0x8d,_0x1827de:0x5b,_0xf138c0:0x97,_0x29e32b:0x7a,_0x1d6e63:0xbc,_0x2ee72e:0xb0,_0x2ae211:0x70,_0x5d66f5:0x5c,_0x6b7a98:0x5e,_0x49e267:0x8a,_0x5adf7a:0x66,_0x3bf2b3:0x6e,_0x269530:0x2f,_0x48546b:0x5d,_0x1f7d39:0x48,_0x2329f6:0xb1,_0x160efe:0x89,_0x543bbb:0x63,_0x3e7fbc:0x61,_0x43efa0:0x4e,_0x3ef4a2:0x42,_0x4714fc:0x57,_0x6d7005:0x2e,_0x20ede8:0x83,_0x3fa442:0xbd,_0x104f95:0xd1,_0x1f255d:0xec,_0x2e9dd5:0x10d,_0x16a5cf:0xcf,_0x589acc:0x4c,_0x4e570e:0x52,_0x385392:0x5f,_0xd2c5f4:0xe2,_0x23c066:0x10b,_0x36b3bc:0x6d,_0x3803b4:0x8c,_0x5310da:0xbf,_0x24a503:0xc0,_0x3b209e:0xf0,_0x3d96d9:0x8c,_0x1923af:0x62,_0x1f35b6:0xa6,_0x81e4a6:0x82,_0x42653c:0x5a,_0x26c28e:0xb4,_0x2e5476:0xd0,_0x114ee9:0xa2,_0x3caed9:0xe5,_0x5153ca:0x8d,_0x4c95b2:0x31,_0x17b780:0x39,_0x57ebf4:0x24,_0x44c7fc:0xa0,_0x56d7ab:0x9a,_0x13066d:0xbe,_0x101235:0x99,_0x134700:0x9b,_0x4239a1:0xdc,_0x18391a:0xb8,_0x178fe2:0x3c,_0x113451:0x5a,_0x24943f:0xb2,_0x543af3:0x91,_0x1c6ae7:0xcc,_0xa72284:0xcb,_0x38f046:0xf8,_0x55ad00:0x73,_0x479183:0x60,_0x4a4870:0x46,_0x30e57d:0x92,_0x476f7a:0x47,_0x292784:0x4e,_0x557de5:0x7b,_0x5505be:0xa8,_0x2a033a:0x96,_0x367510:0x99,_0x19d6e4:0xca,_0x11e450:0x5e,_0x460a95:0x126,_0x4573c4:0x106,_0x55bb81:0xe1,_0x3f7fa0:0x9b,_0x2c3887:0x90,_0x3b4bf7:0xd2,_0x3fb673:0x106,_0x22a8ac:0x39,_0xf33db2:0x38,_0x2a324b:0x33,_0x566b42:0x72,_0x710a57:0x98,_0xa14962:0xc7,_0x462441:0xaa,_0x589d4f:0xf1,_0x2a4596:0xf2,_0x3dd248:0x8e,_0x4ddc06:0x7c,_0x452a33:0x9c,_0x1d135d:0xbc,_0xd59493:0xd3,_0x4bb660:0x80,_0x42de10:0x61,_0xebb9fe:0x3e,_0x4bab8f:0x5c,_0xea173:0x9c,_0x3b5796:0xb6,_0xd0682c:0x50,_0x5c8774:0xed,_0x344d21:0xaa,_0x24773d:0xab,_0x38e3e9:0xc7,_0x3a59fc:0xa0,_0xdc70f3:0xd6,_0xb376d9:0x7b,_0x8b5e66:0x3f,_0x1e9f06:0xd9,_0x2f9f8d:0xd5,_0x249746:0xb8,_0x1f63e0:0xac,_0x4885e7:0xc7,_0x337edc:0x109,_0x5defc1:0x26,_0x16fb73:0x34},_0x3ddc35={_0xd4e7e5:0x25},_0x58e54a={_0x22cb81:0x8b},_0x36b493={'wWgKZ':'--help','sFiMA':function(_0x33144a){return _0x33144a();},'phdAL':function(_0x53ca03,_0x1ca0e6){return _0x53ca03(_0x1ca0e6);},'kyCUR':_0x2d09fc(_0x57de6b._0xe2a2e1,_0x57de6b._0x3419cd,0x8e,_0x57de6b._0x4259b6)+_0x2bee1c(_0x57de6b._0x1d3bf5,0xcc,_0x57de6b._0x3bccb6,_0x57de6b._0x373ba9)+_0x2bee1c(0x9f,0x81,0xbf,_0x57de6b._0x373ba9)+'=NAME\x20or\x20-'+_0x2bee1c(0xf4,0xcf,0xdf,_0x57de6b._0x216c14)+'D','qsdbB':function(_0x4665a5){return _0x4665a5();},'syYSH':function(_0x4a4aa0,_0x157b57){return _0x4a4aa0(_0x157b57);},'AwwAl':function(_0x353258){return _0x353258();},'nDIdq':'Server\x20Adm'+'in','GJPUc':'TWcjd','AbpaW':'Error:\x20Cou'+'ld\x20not\x20fin'+'d\x20Server\x20A'+_0x2bee1c(_0x57de6b._0x5fca90,_0x57de6b._0x10d976,_0x57de6b._0x1c0b6a,_0x57de6b._0x389aaa)+'\x20Is\x20the\x20ro'+'les\x20data\x20c'+'orrupted?','SmJpO':_0x2d09fc(_0x57de6b._0x5aec6f,_0x57de6b._0x67524f,0x58,_0x57de6b._0x412713),'znSik':'server','uAYqB':_0x2d09fc(_0x57de6b._0x37035d,_0x57de6b._0x16e70a,0x85,_0x57de6b._0x23a92f),'UuQjl':function(_0x54ac55,_0x5d6b67){return _0x54ac55===_0x5d6b67;},'vmZoJ':_0x2d09fc(0x80,0x72,0x5f,0x9d),'NkTJw':_0x2bee1c(0xe0,_0x57de6b._0x274c35,_0x57de6b._0x51d165,0xe1)+_0x2bee1c(0x88,_0x57de6b._0x2871f0,_0x57de6b._0x3ac7a7,_0x57de6b._0x559fe7)+'anted\x20succ'+_0x2bee1c(_0x57de6b._0x24a9fa,0xdc,_0x57de6b._0x14603a,0xc0),'XZfzl':_0x2bee1c(0xe8,_0x57de6b._0x205d28,_0x57de6b._0x510e20,0x11d)+_0x2d09fc(_0x57de6b._0x23a92f,_0x57de6b._0x5e9182,0x9f,0x6b),'TGLuJ':'This\x20user\x20'+_0x2d09fc(-_0x57de6b._0xf036f8,_0x57de6b._0x4b7752,_0x57de6b._0x13256a,_0x57de6b._0x3f7bc5)+'ldcard\x20(*)'+_0x2d09fc(_0x57de6b._0x1a428a,_0x57de6b._0x59d372,_0x57de6b._0x3bf97f,_0x57de6b._0x31fb54)+_0x2bee1c(_0x57de6b._0x3bf870,0xb7,0xb0,_0x57de6b._0x1827de)+_0x2bee1c(_0x57de6b._0xf138c0,_0x57de6b._0x29e32b,_0x57de6b._0x1d6e63,_0x57de6b._0x2ee72e)+_0x2bee1c(0xa1,0xc9,_0x57de6b._0x2ae211,0x7c)};(_0x23e09a[_0x2d09fc(_0x57de6b._0x5d66f5,_0x57de6b._0x6b7a98,0x91,_0x57de6b._0x49e267)](_0x36b493[_0x2d09fc(0x48,0x65,0x67,_0x57de6b._0x5adf7a)])||_0x23e09a[_0x2d09fc(_0x57de6b._0x3bf2b3,_0x57de6b._0x6b7a98,_0x57de6b._0x269530,0x55)]('-h'))&&(_0x36b493[_0x2d09fc(0x2c,0x55,_0x57de6b._0x48546b,_0x57de6b._0x1f7d39)](showUsage),process[_0x2d09fc(0x6d,0x4c,0x6d,0x53)](0x1*0x100a+-0x3d*-0x37+0x1d25*-0x1));function _0x2d09fc(_0x758dff,_0x16196b,_0x1ec61f,_0x46b828){return _0x214b(_0x16196b- -_0x58e54a._0x22cb81,_0x46b828);}const _0x6bfa2e=_0x36b493[_0x2d09fc(_0x57de6b._0x2329f6,_0x57de6b._0x160efe,0x7d,_0x57de6b._0x10d976)](parseArgs,_0x23e09a);!_0x6bfa2e[_0x2d09fc(_0x57de6b._0x543bbb,_0x57de6b._0x3bf97f,0x60,_0x57de6b._0x3e7fbc)]&&!_0x6bfa2e[_0x2d09fc(0x57,_0x57de6b._0x43efa0,0x7f,_0x57de6b._0x3ef4a2)]&&(console[_0x2d09fc(0x79,_0x57de6b._0x4714fc,_0x57de6b._0x6d7005,_0x57de6b._0x269530)](_0x36b493[_0x2d09fc(0x54,0x67,0x32,_0x57de6b._0x20ede8)]),console[_0x2bee1c(_0x57de6b._0x3fa442,_0x57de6b._0x104f95,0xdc,0xf4)](''),_0x36b493[_0x2bee1c(_0x57de6b._0x1f255d,0xeb,_0x57de6b._0x2e9dd5,_0x57de6b._0x16a5cf)](showUsage),process[_0x2d09fc(_0x57de6b._0x4714fc,_0x57de6b._0x589acc,_0x57de6b._0x4e570e,_0x57de6b._0x385392)](0xb68*0x1+-0x66f+-0x4f8));function _0x2bee1c(_0x2b0aad,_0xc6a93a,_0x340faf,_0x3c3ac6){return _0x214b(_0x2b0aad- -_0x3ddc35._0xd4e7e5,_0xc6a93a);}try{let _0x31befa;_0x6bfa2e[_0x2bee1c(0xf2,_0x57de6b._0xd2c5f4,0x102,_0x57de6b._0x23c066)]?(_0x31befa=await findUserByUsername(_0x6bfa2e[_0x2d09fc(_0x57de6b._0x36b3bc,_0x57de6b._0x3803b4,_0x57de6b._0x5e9182,0x88)]),!_0x31befa&&(console['error'](_0x2bee1c(0xe5,_0x57de6b._0x5310da,0x10c,0xe8)+_0x2bee1c(_0x57de6b._0x24a503,0xf0,0x96,_0x57de6b._0x3b209e)+'rname\x20\x22'+_0x6bfa2e[_0x2d09fc(0x98,_0x57de6b._0x3d96d9,_0x57de6b._0x1923af,0x75)]+(_0x2bee1c(_0x57de6b._0x1f35b6,0xb9,0xdb,_0x57de6b._0x81e4a6)+'d.')),process[_0x2d09fc(_0x57de6b._0x42653c,0x4c,0x4a,0x30)](-0x10be+0x1e21+0x6b1*-0x2))):(_0x31befa=await _0x36b493['syYSH'](findUserById,_0x6bfa2e[_0x2bee1c(_0x57de6b._0x26c28e,_0x57de6b._0x2e5476,_0x57de6b._0x114ee9,0xb2)]),!_0x31befa&&(console['error'](_0x2bee1c(_0x57de6b._0x3caed9,0xda,0xaf,0xec)+_0x2d09fc(0x9d,0x88,_0x57de6b._0x1d6e63,0x5c)+'\x22'+_0x6bfa2e[_0x2bee1c(_0x57de6b._0x26c28e,0xe4,_0x57de6b._0x5153ca,0xbf)]+(_0x2d09fc(_0x57de6b._0x4c95b2,0x40,_0x57de6b._0x17b780,_0x57de6b._0x57ebf4)+'d.')),process[_0x2bee1c(0xb2,0x94,0xd6,0xe8)](0x22e6+-0x1a25+-0x8c0)));await _0x36b493[_0x2bee1c(_0x57de6b._0x44c7fc,_0x57de6b._0x56d7ab,_0x57de6b._0x13066d,_0x57de6b._0x29e32b)](loadRoles);const _0x414c3c=await _0x36b493[_0x2d09fc(_0x57de6b._0x101235,0x89,0xa1,0x66)](getRoleByName,_0x36b493[_0x2d09fc(_0x57de6b._0x134700,0x75,0x72,0x49)]);!_0x414c3c&&('TWcjd'!==_0x36b493['GJPUc']?(_0x3d8793(),_0x19028e[_0x2bee1c(0xb2,_0x57de6b._0x4239a1,_0x57de6b._0x18391a,0xe4)](-0x94f*-0x4+0x1f09+-0x1*0x4445)):(console[_0x2d09fc(_0x57de6b._0x178fe2,0x57,_0x57de6b._0x113451,0x7b)](_0x36b493['AbpaW']),process[_0x2bee1c(_0x57de6b._0x24943f,_0x57de6b._0x543af3,0xdd,_0x57de6b._0x1c6ae7)](0x2*0x1053+0x6fd*-0x4+-0x4b1)));try{await _0x36b493[_0x2bee1c(0xe4,0xb1,_0x57de6b._0xa72284,_0x57de6b._0x38f046)](createBinding,{'subject_type':_0x36b493[_0x2d09fc(_0x57de6b._0x55ad00,_0x57de6b._0x479183,_0x57de6b._0x4a4870,_0x57de6b._0x30e57d)],'subject_id':_0x31befa['id'],'role_id':_0x414c3c['id'],'resource_type':_0x36b493['znSik'],'created_by':_0x36b493[_0x2d09fc(0x39,_0x57de6b._0x476f7a,0x6a,0x31)]});}catch(_0x12cff0){_0x36b493[_0x2d09fc(_0x57de6b._0x292784,_0x57de6b._0x557de5,_0x57de6b._0x5505be,_0x57de6b._0x2a033a)](_0x12cff0['code'],_0x36b493[_0x2bee1c(_0x57de6b._0x367510,0xb5,_0x57de6b._0x19d6e4,0x90)])&&(console[_0x2d09fc(0x91,0x61,_0x57de6b._0x113451,_0x57de6b._0x11e450)]('User\x20\x22'+_0x31befa[_0x2bee1c(0xf2,_0x57de6b._0x460a95,0xc4,_0x57de6b._0x4573c4)]+(_0x2bee1c(0xae,_0x57de6b._0x55bb81,0xc2,_0x57de6b._0x3f7fa0)+_0x2bee1c(0x8a,_0x57de6b._0x2c3887,0x62,_0x57de6b._0xf138c0)+_0x2bee1c(_0x57de6b._0x3b4bf7,_0x57de6b._0x3fb673,0xdd,0xe5)+_0x2d09fc(0x65,0x53,_0x57de6b._0x57ebf4,_0x57de6b._0x22a8ac))),process[_0x2d09fc(0x28,0x4c,_0x57de6b._0xf33db2,0x16)](-0x3*-0x6de+-0x1*-0x223e+-0x36d8));throw _0x12cff0;}console['log'](''),console[_0x2d09fc(0x8a,0x61,0x36,_0x57de6b._0x2a324b)](_0x36b493['NkTJw']),console[_0x2d09fc(_0x57de6b._0x566b42,0x61,0x78,_0x57de6b._0x710a57)](''),console['log'](_0x36b493[_0x2bee1c(0xd1,0xc2,0xe3,0xa9)]),console[_0x2bee1c(_0x57de6b._0xa14962,0xda,_0x57de6b._0x462441,0xef)](_0x2bee1c(_0x57de6b._0x589d4f,0xda,_0x57de6b._0x38f046,0xe8)+_0x2bee1c(0xf3,0x11d,_0x57de6b._0x2a4596,_0x57de6b._0x216c14)+_0x31befa['id']),console[_0x2d09fc(_0x57de6b._0x30e57d,0x61,0x80,0x7d)](_0x2d09fc(_0x57de6b._0x3dd248,_0x57de6b._0x4ddc06,_0x57de6b._0x452a33,0x53)+':\x20\x20\x20\x20'+_0x31befa['username']),console['log'](_0x2bee1c(_0x57de6b._0x1d135d,0xbc,0xdf,_0x57de6b._0xd59493)+'\x20\x20\x20\x20\x20'+_0x31befa[_0x2bee1c(0x90,_0x57de6b._0x4bb660,0x66,0x85)]),console[_0x2d09fc(0x95,_0x57de6b._0x42de10,_0x57de6b._0xebb9fe,_0x57de6b._0x4bab8f)]('\x20\x20Name:\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x31befa['name']),console[_0x2bee1c(0xc7,_0x57de6b._0xea173,_0x57de6b._0x3b5796,0xdd)](_0x2d09fc(0x48,0x3c,_0x57de6b._0x5adf7a,_0x57de6b._0xd0682c)+'\x20\x20\x20\x20\x20Serve'+_0x2bee1c(_0x57de6b._0x373ba9,_0x57de6b._0x5c8774,_0x57de6b._0x344d21,0xde)+_0x2bee1c(0xaa,0xc1,_0x57de6b._0x24773d,0xad)+')'),console[_0x2bee1c(_0x57de6b._0x38e3e9,_0x57de6b._0x3a59fc,_0x57de6b._0xdc70f3,0x9d)](''),console[_0x2d09fc(_0x57de6b._0x4e570e,0x61,0x5a,_0x57de6b._0xb376d9)](_0x36b493[_0x2bee1c(0xa3,0xb3,0x84,0x72)]);}catch(_0x2bfc99){logger[_0x2bee1c(_0x57de6b._0x3fa442,0xbc,_0x57de6b._0x160efe,0xf3)](_0x2d09fc(0x9,_0x57de6b._0x8b5e66,0x50,0x37)+_0x2bee1c(0xb3,0xce,0xd2,_0x57de6b._0x1e9f06)+'n',_0x2bfc99),console['error'](_0x2bee1c(_0x57de6b._0x2f9f8d,_0x57de6b._0x249746,_0x57de6b._0x1f63e0,_0x57de6b._0x4885e7)+'led\x20to\x20gra'+_0x2bee1c(0xe3,_0x57de6b._0x51d165,_0x57de6b._0x337edc,0xfd)+'\x20'+_0x2bfc99['message']),process[_0x2d09fc(_0x57de6b._0x5defc1,0x4c,0x76,_0x57de6b._0x16fb73)](0x628+0xeb6+-0x14dd);}}function showUsage(){const _0xfa2c69={_0x133535:0x181,_0x340906:0x17d,_0x380749:0x15c,_0x2b70b2:0x11f,_0x10f1ca:0x147,_0x57946d:0x13a,_0x4e5b29:0x187,_0x4888d3:0x1ec,_0x573947:0x1c6,_0x3e7151:0x1ba,_0x23cfd8:0x1d9,_0x10c1b4:0x1dc,_0xb7908d:0x1fb,_0x569890:0x1af,_0x496c2d:0x19d,_0x291b97:0x192,_0xc3cf4c:0x1c1,_0x52f8e6:0x1ba,_0x2d3938:0x167,_0x5795f1:0x1b6,_0x5c7e11:0x1be,_0x45938c:0x1f5,_0x28cba5:0x1aa,_0x31262c:0x16f,_0x243965:0x1c8,_0x1f9ba3:0x1d7,_0x5728fe:0x1cf,_0x8d4835:0x1bf,_0x591129:0x19c,_0x5f01e4:0x18a,_0x2a2c85:0x1f3,_0x14c30f:0x160,_0x6bd2d3:0x14a,_0x100b13:0x180,_0x4aac91:0x16f,_0x36b99c:0x196,_0x295056:0x1b8,_0x256872:0x1cb,_0x400467:0x1c0,_0x1aee73:0x1f8,_0x375770:0x221,_0x3fe65b:0x15b,_0x417fde:0x13b,_0x438500:0x13f,_0x59404a:0x10c,_0x5c634b:0x171,_0x4f7870:0x1a5,_0x315a1e:0x15b,_0x1fe197:0x176,_0x377556:0x18f,_0x415635:0x19a,_0x158fd6:0x170,_0x229daf:0x1a8,_0x37b0cf:0x185,_0x79d66:0x179,_0x8f8c1a:0x18e,_0x58632d:0x19f,_0x1b79a2:0x1cd,_0x391fa5:0x1eb,_0x309347:0x175,_0x52083e:0x16d,_0x1cb283:0x155,_0x5179b3:0x1a4,_0x2455c0:0x193,_0x4479c8:0x145,_0x22059c:0x143,_0x19dbe9:0x19e,_0x127e0e:0x13d,_0x1bb097:0x16c,_0x2bd4ad:0x1d9,_0x3c3f2e:0x1ca,_0x566b19:0x1e6,_0x4e233d:0x1b7,_0x3adbaa:0x168,_0x26a0b0:0x19a,_0x3a726d:0x1ac},_0x8ba930={_0x1c4f86:0x8a},_0xda4f28={_0x4c69b5:0xe3},_0x30c633={};_0x30c633[_0x3ccc98(0x197,0x18c,_0xfa2c69._0x133535,_0xfa2c69._0x340906)]=_0x51c18a(0x1b9,0x1cb,0x1d7,0x1b6)+'7|4|3|6|10'+'|11|9';function _0x51c18a(_0x1f1475,_0x4872ee,_0x2c2b0e,_0x5e2026){return _0x214b(_0x4872ee-_0xda4f28._0x4c69b5,_0x2c2b0e);}_0x30c633[_0x3ccc98(0x19b,0x18e,_0xfa2c69._0x380749,0x1be)]='Usage:\x20cod'+_0x3ccc98(_0xfa2c69._0x2b70b2,_0xfa2c69._0x10f1ca,_0xfa2c69._0x57946d,0x126)+_0x3ccc98(0x15c,0x170,_0xfa2c69._0x4e5b29,0x14f)+'n\x20[options'+']',_0x30c633[_0x51c18a(_0xfa2c69._0x4888d3,_0xfa2c69._0x573947,0x1e1,_0xfa2c69._0x3e7151)]=_0x51c18a(_0xfa2c69._0x23cfd8,_0xfa2c69._0x10c1b4,_0xfa2c69._0xb7908d,0x1e4)+_0x51c18a(0x19d,0x1a2,0x1c8,0x181)+_0x51c18a(0x190,_0xfa2c69._0x569890,0x198,_0xfa2c69._0x496c2d)+_0x3ccc98(0x1a5,_0xfa2c69._0x133535,0x15b,0x1b4)+_0x51c18a(_0xfa2c69._0x291b97,_0xfa2c69._0xc3cf4c,_0xfa2c69._0x52f8e6,0x1af),_0x30c633[_0x51c18a(_0xfa2c69._0x2d3938,0x19e,0x1a1,0x1ad)]=_0x3ccc98(0x183,0x18f,0x19b,_0xfa2c69._0x5795f1)+'ins\x20receiv'+_0x51c18a(0x1ca,_0xfa2c69._0x5c7e11,_0xfa2c69._0x45938c,0x1ef)+_0x3ccc98(_0xfa2c69._0x28cba5,0x19c,0x185,_0xfa2c69._0x31262c)+_0x51c18a(0x208,0x1df,0x1e0,_0xfa2c69._0x243965)+_0x51c18a(0x1f7,_0xfa2c69._0x1f9ba3,0x1c2,_0xfa2c69._0x5728fe)+'sources.',_0x30c633[_0x3ccc98(0x14b,0x14d,0x183,_0xfa2c69._0x340906)]=_0x51c18a(0x1df,_0xfa2c69._0x8d4835,_0xfa2c69._0x591129,_0xfa2c69._0x5f01e4)+_0x51c18a(0x195,0x1c2,0x196,_0xfa2c69._0x2a2c85)+'\x20User\x20ID\x20o'+_0x3ccc98(0x168,_0xfa2c69._0x14c30f,_0xfa2c69._0x6bd2d3,_0xfa2c69._0x100b13)+_0x51c18a(0x178,0x19b,0x17c,0x1a1)+'e',_0x30c633[_0x51c18a(_0xfa2c69._0x4aac91,_0xfa2c69._0x36b99c,_0xfa2c69._0x295056,_0xfa2c69._0x256872)]=_0x51c18a(0x1ed,0x1f1,_0xfa2c69._0x5728fe,0x1c0),_0x30c633[_0x51c18a(0x1ea,0x1f3,0x1e4,_0xfa2c69._0x400467)]=_0x51c18a(_0xfa2c69._0x1aee73,0x1ee,_0xfa2c69._0x375770,0x20b)+_0x3ccc98(0x161,_0xfa2c69._0x3fe65b,_0xfa2c69._0x417fde,_0xfa2c69._0x438500)+_0x3ccc98(0x113,0x140,0x171,_0xfa2c69._0x59404a)+'ser-id=use'+_0x51c18a(_0xfa2c69._0x5c634b,_0xfa2c69._0x4f7870,0x17a,0x1c7)+'90_abc123d'+'ef',_0x30c633['DaEcL']='\x20\x20coder-se'+_0x3ccc98(0x165,_0xfa2c69._0x315a1e,_0xfa2c69._0x1fe197,_0xfa2c69._0x377556)+'-admin\x20--u'+_0x51c18a(_0xfa2c69._0x573947,_0xfa2c69._0x415635,0x1b5,_0xfa2c69._0x158fd6)+_0x51c18a(_0xfa2c69._0x229daf,0x191,_0xfa2c69._0x37b0cf,0x1a3);function _0x3ccc98(_0x2da536,_0x2c9806,_0x1ad08a,_0xbc2c63){return _0x214b(_0x2c9806-_0x8ba930._0x1c4f86,_0x1ad08a);}const _0x26a0a2=_0x30c633,_0x21e21a=_0x26a0a2['WZili'][_0x3ccc98(0x10e,0x144,0x150,0x154)]('|');let _0x3b4bef=-0x1e96+0x18e5*-0x1+-0x7ed*-0x7;while(!![]){switch(_0x21e21a[_0x3b4bef++]){case'0':console['log'](_0x26a0a2[_0x3ccc98(_0xfa2c69._0x79d66,_0xfa2c69._0x8f8c1a,_0xfa2c69._0x58632d,_0xfa2c69._0x79d66)]);continue;case'1':console[_0x51c18a(_0xfa2c69._0x1b79a2,_0xfa2c69._0x5728fe,0x1a9,_0xfa2c69._0x391fa5)](_0x26a0a2[_0x3ccc98(_0xfa2c69._0x309347,_0xfa2c69._0x52083e,0x1a3,0x136)]);continue;case'2':console[_0x3ccc98(_0xfa2c69._0x1cb283,0x176,_0xfa2c69._0x5179b3,_0xfa2c69._0x2455c0)](_0x26a0a2[_0x3ccc98(0x17b,_0xfa2c69._0x4479c8,0x16c,0x126)]);continue;case'3':console[_0x3ccc98(_0xfa2c69._0x22059c,0x176,_0xfa2c69._0x19dbe9,0x1a8)](_0x26a0a2['CiZPE']);continue;case'4':console[_0x51c18a(0x1a4,0x1cf,0x1e4,0x205)]('\x20\x20--userna'+_0x3ccc98(0x16f,0x14b,0x142,0x128)+'\x20Username\x20'+'of\x20the\x20use'+_0x51c18a(0x1fa,0x1db,0x1fe,0x1c1)+'te');continue;case'5':console['log']('');continue;case'6':console['log']('');continue;case'7':console[_0x51c18a(0x1dc,0x1cf,0x19c,0x1d9)](_0x26a0a2[_0x3ccc98(0x13a,_0xfa2c69._0x127e0e,_0xfa2c69._0x1bb097,0x10c)]);continue;case'8':console[_0x51c18a(0x1e5,0x1cf,_0xfa2c69._0x28cba5,0x1de)]('');continue;case'9':console[_0x51c18a(0x1a1,0x1cf,0x1d1,0x19f)](_0x26a0a2[_0x51c18a(_0xfa2c69._0x1aee73,0x1f3,_0xfa2c69._0x2bd4ad,_0xfa2c69._0x3c3f2e)]);continue;case'10':console['log'](_0x51c18a(0x1ea,_0xfa2c69._0x566b19,_0xfa2c69._0x4e233d,0x1b1));continue;case'11':console[_0x3ccc98(_0xfa2c69._0x3adbaa,_0xfa2c69._0x1fe197,0x17a,0x195)](_0x26a0a2[_0x51c18a(_0xfa2c69._0x26a0b0,0x1b0,0x1d5,_0xfa2c69._0x3a726d)]);continue;}break;}}
1
+ (function(_0x143960,_0x2f29e1){const _0x5f1752={_0x91ddac:0x44,_0x1c03df:0x5d,_0x61be8d:0x82,_0x4840b5:0x18,_0x21c508:0x20,_0x283ea6:0x25,_0x3ebafd:0x35,_0x4be73f:0x11c,_0x5bc459:0x152,_0x38419b:0x165,_0x423488:0x184,_0x145d87:0x184,_0x115fe1:0x18c,_0x54dbb8:0x38,_0x4ae3c1:0x2b},_0x1c053e={_0x25e751:0x170};function _0x568d41(_0x1538e6,_0x51cc5b,_0x51283d,_0x3c728a){return _0x1a8a(_0x51283d-0x11,_0x1538e6);}const _0x5b132f=_0x143960();function _0x362a50(_0x4cedcf,_0x4dcf6b,_0x4fa57e,_0x35cc10){return _0x1a8a(_0x4dcf6b- -_0x1c053e._0x25e751,_0x4cedcf);}while(!![]){try{const _0x14ea44=parseInt(_0x362a50(-0x81,-_0x5f1752._0x91ddac,-0x7f,-0x69))/(0x26b4+0x1dda+-0x448d)*(parseInt(_0x362a50(-0x33,-_0x5f1752._0x1c03df,-_0x5f1752._0x61be8d,-0x15))/(-0x153+0x1260+-0x110b*0x1))+parseInt(_0x362a50(-0x31,-_0x5f1752._0x4840b5,-_0x5f1752._0x21c508,-0x2f))/(0x6af*0x3+-0xbcd*-0x3+0xab*-0x53)+parseInt(_0x362a50(-0x19,-0x31,-_0x5f1752._0x283ea6,0x12))/(-0x3eb*0x2+-0x2319+0x2af3)*(-parseInt(_0x362a50(-0x4f,-_0x5f1752._0x3ebafd,-0x60,-0x2a))/(-0x11b*-0x23+-0x308+-0x23a4))+-parseInt(_0x362a50(-0x31,-0x22,-0x13,-0x60))/(0x6a2*0x4+0x16af+-0x3131)+-parseInt(_0x568d41(0xfd,0xfa,_0x5f1752._0x4be73f,0x140))/(0x5*-0x54d+-0x2c3*0xc+0x3bac)+-parseInt(_0x568d41(0x177,_0x5f1752._0x5bc459,0x17c,_0x5f1752._0x38419b))/(0x2*0x7f1+0x1*-0x120a+-0x70*-0x5)*(-parseInt(_0x568d41(_0x5f1752._0x423488,_0x5f1752._0x145d87,0x147,_0x5f1752._0x115fe1))/(0x95*0x29+-0x36*0x13+-0x9e9*0x2))+parseInt(_0x362a50(-0x6,-_0x5f1752._0x54dbb8,-0x35,-_0x5f1752._0x4ae3c1))/(-0x1d32+-0x2eb*-0xd+-0x8b3);if(_0x14ea44===_0x2f29e1)break;else _0x5b132f['push'](_0x5b132f['shift']());}catch(_0x1cedf1){_0x5b132f['push'](_0x5b132f['shift']());}}}(_0x3893,-0x30129+0x89*-0x379+0x807e4));function _0x3893(){const _0x4a2c1e=['otbFywjJmtiZza','pu5btuuGB3iGlq','D1f4EgK','y2XP','BgqGBM90igzPBG','CIb3AxrOieLeia','DcbWCM92AwrLia','zxjYB3i','icbvC2vYBMfTzq','Bhm6','r3jHBNrZigfUia','CM9Szv9Pza','lxvZzxiTAwq9sq','ls1OzwXW','uNHWtvy','CIb0BYbWCM9TBW','rfvqteLdqvrf','mhWXFdeWFdL8oa','DxnLCM5HBwu','ywXSihjLC291CG','mJa4otK5mfbNDvrOza','AweGyMLUzgLUzW','C3nPB25ZigfJCG','zgryBwu','rxjYB3i6ienVDq','sfD5zfu','rxHHBxbSzxm6','y2vZlG','mJzTAhHxy0S','BMfTzq','vxjcr1q','y3jLyxrLzf9IEq','zsb3AwXKy2fYza','z3jHBNqTywrTAq','CNzLCIbbzg1PBG','EhzXuuK','zxHPDa','tMXVs08','zxHPC3rPBMCGDq','CNzLCIbNCMfUDa','rhztqLu','Aw5ZihjLy2vPDG','rxjYB3i6ifvZzq','zg1PBIbYB2XLlG','DhboqNq','BwL0Aa','B3nZigfSBcbYzq','icbjrdOGicaGia','Bwu9tKfnrsaGia','CIbbzg1PBIaODG','z3jHBNqGywrTAq','t3b0Aw9UCZO','ls11C2vYBMfTzq','mJu1mZLPD2nOCNK','yw50zwqGC3vJyW','C3vIAMvJDf90Eq','DxnLCKLK','vxnLCIaI','tvPLyMC','BwvZC2fNzq','ihjVBguU','A0LSr0S','zw1HAwW','mJyXvgHuDeTd','vuXhDgC','nZi3nJK3mgLfEgfbqW','AgfZihrOzsbtzq','B2yGDgHLihvZzq','mJy1mJu1tw93B1bS','zxiTC2vYDMvYia','yxvRt08','wgPqu2O','mJHbAfbLt1G','qwnQsKm','DxnLCG','BfLMsha','zxnZzNvSBhKH','vxnLCIbezxrHAq','whzxtei','BgvKihrVigDYyq','y29Kzq','BNqGywrTAw4Glq','swrjC3C','uu9gueS','icbfBwfPBdOGia','CMvZB3vYy2vFDa','C2vYlwLKpxvZzq','mtCWntuWmgDOzKLzyG','AK9yCMS','DvjNBMe','rxjYB3i6ie11CW','BNmGywnYB3nZia','u2vYDMvYiefKBq','rMfPBgvKihrVia','zMHotfC','oIaGica','icbsB2XLoIaGia','odqZmtjNzhnWCMq','Dhzyu1u','C3bSAxq','De1Kugy','Aw5JBhvKzxm','vwDwzgK','vxnHz2u6ignVza','uwf3r0S','BgvZigrHDgeGyW','icbJB2rLCI1Zzq','lwfKBwLUic0TDq','CM5HBwuGiG','Aw4GCM9SzsbNCG','CL8XmJm0nty3oa','ALjgsLG','ExbL','Bg9N','wLnmDuS','icGQksbWzxjTAq','mJa0mdHmyMLxzMS','iIbUB3qGzM91BG','zcbtzxj2zxiGqq','Fdz8m3W4Fdj8nq','B3jYDxb0zwq/','vurVA0O','ELrYq1C','ihbLCM1PC3nPBW','vvLTsNq','C3rHCNrZv2L0Aa','AeHlqMG','ifvZzxiGsuqGBW','rxjYB3i6iezHAq','icaTlxvZzxiTAq','vLL0BeG','zIb0AguGDxnLCG','Fdr8mte','AeL1qMC','BIbBB3b0Aw9UCW','ieLZihrOzsbYBW','icaGica','n3WXmxWWFdf8oq','tKzYquy','Fdn8mNW1Fdz8nW','qwnsDeC','zd1jrcaGicaGia','rvrJCKO','ifvZzxjUyw1Lia'];_0x3893=function(){return _0x4a2c1e;};return _0x3893();}import{findUserByUsername,findUserById}from'../users.js';function _0x1a8a(_0x1c61e3,_0xb869fb){_0x1c61e3=_0x1c61e3-(-0x1*-0x26d5+0x3*-0x8bd+-0xbc1);const _0x3bf964=_0x3893();let _0x7abf42=_0x3bf964[_0x1c61e3];if(_0x1a8a['yqLvcd']===undefined){var _0x1497d7=function(_0x30a8b7){const _0x199d1b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5deed8='',_0x33d0d1='';for(let _0x281373=-0x1f65+-0x14ab+0x3410,_0x5cffae,_0x24133e,_0x36185d=0x1f*-0xf2+-0xfeb*-0x2+-0x288;_0x24133e=_0x30a8b7['charAt'](_0x36185d++);~_0x24133e&&(_0x5cffae=_0x281373%(0x1529+0x6c1+-0x1*0x1be6)?_0x5cffae*(-0x9b*-0x29+0xd*0x111+-0x2670)+_0x24133e:_0x24133e,_0x281373++%(0x2*0xb12+0xbcc+-0x21ec))?_0x5deed8+=String['fromCharCode'](-0xbda*0x1+0x203f+-0x1366&_0x5cffae>>(-(-0xd91+0x10e6+-0x1*0x353)*_0x281373&0x2332+-0x10a6+-0x1286)):-0x19e*0x7+-0x5ca+0x111c){_0x24133e=_0x199d1b['indexOf'](_0x24133e);}for(let _0x4e4e92=-0x2592*-0x1+-0x20f1+-0xf*0x4f,_0x2192c3=_0x5deed8['length'];_0x4e4e92<_0x2192c3;_0x4e4e92++){_0x33d0d1+='%'+('00'+_0x5deed8['charCodeAt'](_0x4e4e92)['toString'](-0x6d*-0x52+0x144*-0x7+-0x19fe))['slice'](-(-0x2*0x289+-0x1b4+0x1f*0x38));}return decodeURIComponent(_0x33d0d1);};_0x1a8a['GgQdlk']=_0x1497d7,_0x1a8a['kWKVAV']={},_0x1a8a['yqLvcd']=!![];}const _0x4f7334=_0x3bf964[-0x1*0x1951+0x2*-0x1081+0x7*0x855],_0x2c491f=_0x1c61e3+_0x4f7334,_0x565488=_0x1a8a['kWKVAV'][_0x2c491f];return!_0x565488?(_0x7abf42=_0x1a8a['GgQdlk'](_0x7abf42),_0x1a8a['kWKVAV'][_0x2c491f]=_0x7abf42):_0x7abf42=_0x565488,_0x7abf42;}import{getRoleByName,loadRoles}from'../role-definitions.js';import{createBinding}from'../bindings.js';import{logger}from'../logger.js';function parseArgs(_0x165a6f){const _0x2d8f3d={_0x3cbdc6:0x26a,_0x4ab6e6:0x28d,_0x32dd4c:0x2b5,_0x431399:0x2ab,_0x1c0f96:0x2be,_0x2acc3d:0x2fc,_0x19ddd8:0x52,_0x508866:0x79,_0x237121:0x6,_0x5d0fdd:0x19,_0x50ceb0:0x22,_0x285c9a:0x5,_0x140e7c:0x246,_0x54a97c:0x20e},_0x352490={_0x471494:0x131},_0x1f9df2={'XDfAL':function(_0x5249c9){return _0x5249c9();},'hHKBh':'--user-id=','hYLvp':function(_0x8de4c,_0xb3c785){return _0x8de4c!==_0xb3c785;},'UrBGT':'GjyrM'},_0xc2b72a={};_0xc2b72a['username']=null,_0xc2b72a[_0x31050d(-0x26a,-0x25a,-_0x2d8f3d._0x3cbdc6,-_0x2d8f3d._0x4ab6e6)]=null;function _0x31050d(_0x419970,_0xa59a65,_0x1d4de4,_0x3f483a){return _0x1a8a(_0x419970- -0x399,_0xa59a65);}const _0x42f606=_0xc2b72a;for(const _0x1e1631 of _0x165a6f){if(_0x1e1631[_0x31050d(-_0x2d8f3d._0x32dd4c,-_0x2d8f3d._0x431399,-_0x2d8f3d._0x1c0f96,-_0x2d8f3d._0x2acc3d)]('--username'+'='))_0x42f606['username']=_0x1e1631[_0x1c721f(-0x1a,-0x15,-0xd,0x29)]('=')[0x936+-0x24e0+0x1bab];else _0x1e1631['startsWith'](_0x1f9df2[_0x1c721f(-_0x2d8f3d._0x19ddd8,-_0x2d8f3d._0x508866,-0x7a,-0x4c)])&&(_0x1f9df2['hYLvp'](_0x1f9df2['UrBGT'],_0x1f9df2[_0x1c721f(-0x53,_0x2d8f3d._0x237121,_0x2d8f3d._0x5d0fdd,-0x1c)])?(_0x1f9df2['XDfAL'](_0x54ebc1),_0x131403[_0x1c721f(-_0x2d8f3d._0x50ceb0,-_0x2d8f3d._0x285c9a,0x25,-0x16)](0x1d48+0x7*-0x104+0x1*-0x162c)):_0x42f606['userId']=_0x1e1631[_0x31050d(-0x23f,-_0x2d8f3d._0x140e7c,-0x210,-_0x2d8f3d._0x54a97c)]('=')[0x1c62+-0x1f62+0x301]);}function _0x1c721f(_0x1a1b7,_0x18ec0e,_0x21d6f1,_0xae2023){return _0x1a8a(_0xae2023- -_0x352490._0x471494,_0x18ec0e);}return _0x42f606;}export async function grantAdminCommand(_0x309941){const _0x2cd0ab={_0x5d9692:0x57,_0x5e7070:0x3fc,_0x20ad64:0x59,_0x3f25c5:0x53,_0x23459f:0x41e,_0x54384e:0x3cb,_0x187bd0:0x3f8,_0x3ee9d9:0x24,_0x2ea6b2:0x6b,_0x3da1da:0x3dd,_0x116151:0x31,_0x388c01:0x75,_0x10e481:0x41c,_0x2b3db9:0x421,_0x1e4fb4:0xa,_0x483c1a:0xc,_0x13f39a:0x34,_0x23cf4d:0x434,_0x33a94c:0x3df,_0x28a297:0x427,_0x3c698f:0x1f,_0xdcdd26:0x3f5,_0x4d8c70:0x41d,_0x531313:0x40d,_0x252657:0x411,_0x2ee372:0x58,_0x1b8c0c:0x42,_0x324e70:0x17,_0x27374e:0x4a9,_0x5074b6:0x78,_0x1c57bc:0x49e,_0x2fce0b:0x43e,_0x21e584:0x46f,_0x3e2398:0x467,_0x27603d:0x439,_0x3f50b5:0x2c,_0x2dfacc:0x46,_0x4a0ffd:0x68,_0x54af85:0x94,_0x3ec2eb:0x5e,_0x1dd86b:0x47,_0x5ab8d9:0x50,_0x2e6d53:0x3a,_0x450ba6:0x64,_0x4e6279:0x52,_0x15458b:0x405,_0x44ef94:0x3fe,_0x312255:0x466,_0x496962:0x40c,_0x27aa0d:0x49c,_0x5e364b:0x419,_0x34b2ea:0x461,_0x32fc77:0x402,_0x41b143:0x12,_0xcf7e3f:0x6,_0x359911:0x436,_0x2b30d1:0x419,_0x983717:0x413,_0x2d2af3:0x47,_0x1908a4:0x58,_0xff9517:0x21,_0xbcadd5:0x5b,_0x5713f7:0x84,_0x4b09e2:0x463,_0x47012a:0x4a4,_0x5a7789:0x46f,_0x231444:0x499,_0x259199:0x435,_0x325275:0x4c,_0x542b3f:0x27,_0x3f53ea:0x1b,_0x398817:0x2,_0x149178:0x3ed,_0x5d1751:0x42c,_0x8e80d:0x42e,_0x30bab5:0x410,_0x2ea8a0:0x422,_0x129ebb:0x3f2,_0x116c54:0x45c,_0x369520:0x462,_0x31495b:0x3f,_0x60de6e:0x5b,_0x2d2161:0x7e,_0x3fd0f1:0x43,_0x1dc443:0x4d,_0x244c1e:0x45,_0x254c96:0x42e,_0x576d92:0x3f1,_0x2ffa40:0x44a,_0x2acb67:0x405,_0xf74e9a:0x439,_0x15f0a5:0x487,_0x32af67:0x479,_0x5344ef:0x46b,_0x461596:0x18,_0x491c44:0x4a,_0x5cc0a9:0x1,_0x5cd6b3:0x1f,_0x1efe57:0xd,_0x149d44:0x44,_0x46a2a9:0x3d8,_0x42c1ab:0x67,_0x5473db:0x6e,_0x1d97f4:0x61,_0x53fadc:0x3a,_0x264e44:0x76,_0x43a55f:0x9b,_0x5e2fbd:0x417,_0x339274:0x471,_0x50e711:0x40,_0x5e0811:0x19,_0xb5117f:0x433,_0x352def:0x3de,_0x203dd5:0x22,_0x114e77:0xf,_0x4d1477:0x3d,_0x3162e3:0x483,_0x11c245:0x4a5,_0x389da8:0x40f,_0x48f3fd:0x452,_0xa2f998:0x3f2,_0xe8efd5:0x460,_0x22df78:0x3dc,_0x5e89c6:0x40e,_0x1298f8:0x42a,_0xbcf8f1:0x431,_0x4c1f98:0x43,_0x15a06a:0x4,_0x5a2e3d:0x47,_0x534608:0x40b,_0x233733:0x47c,_0x298afd:0xa3,_0x28a728:0x66,_0x5af9d3:0x6d,_0x5bfd6a:0x86,_0x14781f:0x49a,_0x30e17c:0x2a,_0x542324:0x9,_0x5f2171:0x9,_0x5168f1:0x49f,_0xe8bdb6:0x482,_0x590fe0:0x4b,_0x380533:0x35,_0x1339d5:0x43c,_0x5cee66:0x409,_0x3fbbd7:0x20,_0xa5d6e7:0x42e,_0x218fa2:0x4af,_0x433b36:0x416,_0x32d80d:0x46,_0x2fcae5:0x9,_0xee76e:0x65,_0x5808c3:0x6a,_0x3c704a:0x29,_0x442eab:0x35,_0x49e442:0x15,_0x5cb979:0x48b,_0x5ac984:0x478,_0x1a351e:0x34,_0x4b9d91:0x41,_0x5b309c:0x9,_0x5bb4e1:0x37,_0x21a849:0x442,_0x392e08:0x42d,_0xbbbb74:0x46d,_0x4c5211:0x44e,_0x118e8b:0x402,_0x1ed27a:0x401,_0x158ff0:0x40e,_0x3868ff:0x3eb,_0x4c2455:0x3e3,_0x462cdf:0x465,_0x1cf4c8:0x42b,_0x18af4f:0x41f,_0x1d04c7:0x410,_0x291408:0x40e,_0x284ac1:0x459,_0x3fb863:0x14,_0x25f1ed:0x33,_0x1f7f98:0x44b,_0x160b7c:0x474,_0x11f4bd:0x450,_0x23942b:0x466,_0x2ff5a0:0x40f,_0xd2b675:0x400,_0x4b9365:0x3f0,_0x336689:0xb6,_0x5f16d6:0xaf,_0x1f3631:0x407,_0x2b79a3:0x3e,_0x129dec:0x7f,_0x564899:0xb1,_0x17dfe4:0x2b,_0x454a47:0x3bb,_0x1446f1:0x449,_0xf3d150:0x10,_0x5b509c:0x77,_0xea4198:0x479,_0x45f54f:0x2b,_0x13e6b0:0x24,_0x3b3a4f:0x44,_0x308e8d:0x23,_0x329578:0x65,_0x23f9c0:0x43a,_0x2b3711:0x45a,_0x50efa7:0x49a,_0x23abd0:0x456,_0x155f5f:0x43a,_0x434033:0x477,_0x4aa33a:0x1e,_0x3bcafe:0x2,_0x1388a5:0x3c7,_0x3b42de:0x40a,_0x113b18:0x2e,_0x3cb1a3:0x41b,_0x560d10:0x70,_0xfd671:0x2f,_0x19de82:0x407,_0x1c3330:0x3f6,_0x571c69:0x471,_0x37d580:0x8,_0x174b9f:0x14,_0x4765c5:0x2c,_0x55c850:0x443,_0x12cf41:0x492,_0x23de98:0x49d,_0x2f8807:0x2c,_0x28c84f:0xc,_0x61cbe7:0x36,_0xc1fd9a:0x4b9,_0x576a63:0x474,_0x1cf096:0x44f,_0x277f0c:0x473,_0x396072:0x420,_0x12e99c:0x3,_0x3afacf:0x437,_0x12df17:0x41,_0x498542:0x2c,_0x5eb804:0x38,_0x8b7e72:0x70,_0x258336:0x445,_0x1cfcc5:0x457,_0x4f2424:0x40f,_0x289421:0x51,_0x2e66bf:0x16,_0x3a0c25:0x448,_0x42e804:0xa8,_0x3682f8:0x46a,_0x1d5e32:0x427,_0x1b05b0:0x425,_0x5950be:0x38,_0x2d762d:0x1f,_0x26c1c5:0x40e,_0x4eb542:0x3ff,_0x4a955a:0x3fa,_0x543a76:0x424,_0x16c36c:0x4a,_0x4e7d68:0x444,_0x59f412:0x463,_0x5f33e6:0x3f3,_0x39a007:0x67,_0x2dc4cd:0x89,_0x2f5de8:0x2d,_0x1a971a:0x1,_0x24eb81:0x86,_0x3a2104:0x61,_0x311613:0x56,_0x3da336:0x1d,_0x32226e:0x3f7,_0x212a44:0x48d,_0x3bf43c:0x41e,_0x33318e:0x482,_0x377780:0x45d},_0x1090c8={_0x263bf9:0x15f},_0xb89203={_0x4d5823:0x310};function _0x1338ad(_0x4ef900,_0x4d88b3,_0x21a31d,_0x207152){return _0x1a8a(_0x207152-_0xb89203._0x4d5823,_0x4d88b3);}const _0x334719={'ZSLuK':'Usage:\x20cod'+_0x412f04(0xe,-0x58,-0x23,-_0x2cd0ab._0x5d9692)+'grant-admi'+'n\x20[options'+']','VYtlH':'\x20\x20--userna'+_0x1338ad(0x411,_0x2cd0ab._0x5e7070,0x450,0x437)+'\x20Username\x20'+'of\x20the\x20use'+_0x412f04(-0x62,-0x7e,-_0x2cd0ab._0x20ad64,-_0x2cd0ab._0x3f25c5)+'te','wQxxi':'Options:','gzCjD':_0x1338ad(0x434,_0x2cd0ab._0x23459f,_0x2cd0ab._0x54384e,_0x2cd0ab._0x187bd0)+_0x412f04(-0x72,-_0x2cd0ab._0x3ee9d9,-_0x2cd0ab._0x2ea6b2,-0x8f)+_0x1338ad(0x3e6,0x402,_0x2cd0ab._0x3da1da,0x3f6)+_0x412f04(-0x90,-_0x2cd0ab._0x116151,-_0x2cd0ab._0x388c01,-0x92)+'\x20to\x20promot'+'e','ETcrJ':_0x1338ad(0x41d,_0x2cd0ab._0x10e481,0x433,_0x2cd0ab._0x2b3db9),'QOFPK':_0x412f04(-0x5,-_0x2cd0ab._0x1e4fb4,-_0x2cd0ab._0x483c1a,-_0x2cd0ab._0x13f39a)+'ins\x20receiv'+_0x1338ad(_0x2cd0ab._0x23cf4d,0x43e,_0x2cd0ab._0x33a94c,_0x2cd0ab._0x28a297)+_0x412f04(0xf,-_0x2cd0ab._0x3c698f,0xb,-0x2c)+_0x1338ad(_0x2cd0ab._0xdcdd26,0x418,0x3e0,_0x2cd0ab._0x4d8c70)+'oss\x20all\x20re'+'sources.','XDHVP':_0x1338ad(_0x2cd0ab._0x531313,0x443,0x431,_0x2cd0ab._0x252657)+_0x412f04(-0x3,-_0x2cd0ab._0x2ee372,-_0x2cd0ab._0x1b8c0c,-_0x2cd0ab._0x324e70)+'ser\x20the\x20Se'+'rver\x20Admin'+'\x20role.','AcRtG':_0x1338ad(0x43c,_0x2cd0ab._0x27374e,0x4b6,0x471)+_0x412f04(-_0x2cd0ab._0x5074b6,0x0,-0x41,-0x6a)+_0x1338ad(0x493,_0x2cd0ab._0x1c57bc,0x439,0x472)+_0x1338ad(0x434,_0x2cd0ab._0x2fce0b,_0x2cd0ab._0x21e584,0x45d)+_0x1338ad(0x4a4,_0x2cd0ab._0x3e2398,_0x2cd0ab._0x27603d,0x475)+_0x412f04(-_0x2cd0ab._0x3f50b5,-_0x2cd0ab._0x2dfacc,-_0x2cd0ab._0x4a0ffd,-_0x2cd0ab._0x54af85)+'ef','IdIsw':_0x412f04(-_0x2cd0ab._0x3ec2eb,-_0x2cd0ab._0x1dd86b,-_0x2cd0ab._0x5ab8d9,-0x8b)+_0x412f04(-_0x2cd0ab._0x2e6d53,-0x44,-_0x2cd0ab._0x450ba6,-_0x2cd0ab._0x4e6279)+'d\x20Server\x20A'+'dmin\x20role.'+_0x1338ad(0x418,0x407,_0x2cd0ab._0x15458b,_0x2cd0ab._0x44ef94)+_0x1338ad(0x445,0x4a9,_0x2cd0ab._0x312255,0x470)+_0x1338ad(0x424,_0x2cd0ab._0x496962,0x3d2,0x3ef),'zTrCW':_0x1338ad(_0x2cd0ab._0x27aa0d,_0x2cd0ab._0x5e364b,0x4a7,_0x2cd0ab._0x34b2ea)+_0x1338ad(0x3d6,0x444,_0x2cd0ab._0x32fc77,0x40d)+_0x412f04(-0xa,-_0x2cd0ab._0x41b143,-0x34,-_0x2cd0ab._0xcf7e3f)+_0x1338ad(0x434,_0x2cd0ab._0x359911,0x3d0,0x408)+_0x1338ad(_0x2cd0ab._0x2b30d1,0x449,0x425,_0x2cd0ab._0x983717)+'D','AcjJC':function(_0x14c29e){return _0x14c29e();},'NvFPT':_0x412f04(-_0x2cd0ab._0x2d2af3,-_0x2cd0ab._0x2ea6b2,-_0x2cd0ab._0x1908a4,-_0x2cd0ab._0xff9517),'tMdPf':_0x412f04(-0x1d,-_0x2cd0ab._0x1b8c0c,-_0x2cd0ab._0xbcadd5,-_0x2cd0ab._0x5713f7),'ddXme':function(_0x4342ee,_0x187b5b){return _0x4342ee===_0x187b5b;},'NFrAF':_0x412f04(-0x71,-0x79,-0x5a,-0x7f),'jRFJX':_0x1338ad(_0x2cd0ab._0x4b09e2,0x43e,_0x2cd0ab._0x47012a,_0x2cd0ab._0x5a7789),'lYfHp':function(_0x1d59cb,_0x388f3c){return _0x1d59cb(_0x388f3c);},'UgVdi':function(_0x508649,_0x24c3b8){return _0x508649!==_0x24c3b8;},'aukOO':_0x412f04(0x27,0x6,-0xf,-0x21),'NloKO':_0x1338ad(_0x2cd0ab._0x231444,_0x2cd0ab._0x259199,0x4a0,0x463)+'in','jOXrk':_0x412f04(-_0x2cd0ab._0x325275,-0x35,-0x3c,-0x45),'BFIvD':function(_0x49f18b,_0x32a5e5){return _0x49f18b(_0x32a5e5);},'aTiPT':function(_0x1c5799,_0x9d637e){return _0x1c5799!==_0x9d637e;},'kIlGK':_0x412f04(-_0x2cd0ab._0x542b3f,-0x44,-_0x2cd0ab._0x3f53ea,_0x2cd0ab._0x398817)+_0x1338ad(_0x2cd0ab._0x149178,_0x2cd0ab._0x5d1751,_0x2cd0ab._0x8e80d,_0x2cd0ab._0x30bab5),'tvXSU':'This\x20user\x20'+'now\x20has\x20wi'+'ldcard\x20(*)'+_0x1338ad(_0x2cd0ab._0x2ea8a0,0x3b8,0x438,_0x2cd0ab._0x129ebb)+_0x1338ad(0x472,_0x2cd0ab._0x312255,_0x2cd0ab._0x116c54,_0x2cd0ab._0x369520)+_0x412f04(-_0x2cd0ab._0x31495b,-_0x2cd0ab._0x60de6e,-0x55,-_0x2cd0ab._0x2d2161)+_0x412f04(-_0x2cd0ab._0x3fd0f1,-0x70,-_0x2cd0ab._0x1dc443,-_0x2cd0ab._0x244c1e),'XvWLB':_0x1338ad(0x445,0x48a,_0x2cd0ab._0x254c96,0x464)+_0x1338ad(_0x2cd0ab._0x576d92,_0x2cd0ab._0x2ffa40,_0x2cd0ab._0x2acb67,_0x2cd0ab._0xf74e9a)+'n'};(_0x309941[_0x1338ad(0x468,0x45d,0x430,0x46c)](_0x334719[_0x1338ad(0x49a,_0x2cd0ab._0x15f0a5,_0x2cd0ab._0x32af67,_0x2cd0ab._0x5344ef)])||_0x309941[_0x412f04(_0x2cd0ab._0x461596,_0x2cd0ab._0x3fd0f1,-0x3,-0x27)]('-h'))&&(_0x334719[_0x412f04(-_0x2cd0ab._0x491c44,_0x2cd0ab._0x5cc0a9,-_0x2cd0ab._0x5cd6b3,-_0x2cd0ab._0x1efe57)](showUsage),process[_0x412f04(-0x1b,0x1,-_0x2cd0ab._0x149d44,-0x20)](-0x116*0x3+-0x2611+0x95*0x47));const _0x19d091=parseArgs(_0x309941);function _0x412f04(_0x509013,_0x1ffaf8,_0x45d075,_0x3a1229){return _0x1a8a(_0x45d075- -_0x1090c8._0x263bf9,_0x509013);}!_0x19d091[_0x1338ad(0x454,_0x2cd0ab._0x46a2a9,0x3ef,0x419)]&&!_0x19d091[_0x412f04(-0x5d,-0x5c,-0x30,-0x21)]&&(_0x334719[_0x1338ad(0x3ec,0x409,0x3e4,_0x2cd0ab._0x23459f)](_0x334719['NFrAF'],_0x334719[_0x412f04(-_0x2cd0ab._0x42c1ab,-_0x2cd0ab._0x3f25c5,-_0x2cd0ab._0x5473db,-0x4e)])?(console[_0x412f04(-0x4b,-0x4e,-_0x2cd0ab._0x1d97f4,-0x4d)](_0x334719[_0x412f04(-0x44,-0x63,-0x7e,-_0x2cd0ab._0x53fadc)]),console[_0x412f04(-_0x2cd0ab._0x264e44,-0x63,-0x61,-_0x2cd0ab._0x43a55f)](''),_0x334719[_0x412f04(0x11,0x1f,-0x1f,0xc)](showUsage),process['exit'](0x151f+0x12a7*-0x1+-0x277)):_0x1e48c4[_0x1338ad(_0x2cd0ab._0x5e2fbd,_0x2cd0ab._0x339274,0x3fa,0x43f)]=_0x2138c0[_0x412f04(_0x2cd0ab._0x50e711,_0x2cd0ab._0x5e0811,-0x5,-0x2d)]('=')[-0xdd5+-0xb2a+0x1900]);try{let _0x14a210;if(_0x19d091[_0x1338ad(_0x2cd0ab._0xb5117f,0x442,_0x2cd0ab._0x352def,0x419)]){if(_0x334719[_0x412f04(-0x60,-_0x2cd0ab._0x203dd5,-0x51,-_0x2cd0ab._0x114e77)](_0x334719[_0x412f04(-0x3c,-_0x2cd0ab._0x4d1477,0x7,-0x14)],_0x334719[_0x1338ad(0x4ad,_0x2cd0ab._0x3162e3,_0x2cd0ab._0x11c245,0x476)]))_0x14a210=await _0x334719[_0x1338ad(_0x2cd0ab._0x389da8,0x459,0x436,_0x2cd0ab._0x48f3fd)](findUserByUsername,_0x19d091[_0x1338ad(0x431,_0x2cd0ab._0xa2f998,_0x2cd0ab._0xe8efd5,0x419)]),!_0x14a210&&(console[_0x1338ad(_0x2cd0ab._0x22df78,0x3d0,0x3dd,_0x2cd0ab._0x5e89c6)](_0x1338ad(0x469,0x428,_0x2cd0ab._0x1298f8,_0x2cd0ab._0xbcf8f1)+'r\x20with\x20use'+_0x412f04(-_0x2cd0ab._0x4c1f98,0xb,_0x2cd0ab._0x15a06a,_0x2cd0ab._0x5a2e3d)+_0x19d091[_0x1338ad(_0x2cd0ab._0x534608,0x438,0x44e,0x419)]+(_0x1338ad(0x4a6,0x440,0x45c,_0x2cd0ab._0x233733)+'d.')),process['exit'](0x126b+-0x183d+-0x1*-0x5d3));else{const _0x682013=(_0x412f04(-0x32,-0xf,-0x57,-0x74)+_0x412f04(-_0x2cd0ab._0x298afd,-_0x2cd0ab._0x28a728,-_0x2cd0ab._0x5af9d3,-0x7c)+_0x412f04(-0xa7,-_0x2cd0ab._0x5bfd6a,-0x74,-0x9e))[_0x1338ad(0x45e,0x424,_0x2cd0ab._0x14781f,0x46a)]('|');let _0x883f85=-0xaaa+0x2333+-0x1889;while(!![]){switch(_0x682013[_0x883f85++]){case'0':_0x450c16[_0x412f04(_0x2cd0ab._0x30e17c,-_0x2cd0ab._0x324e70,_0x2cd0ab._0x542324,_0x2cd0ab._0x5f2171)](_0x334719[_0x1338ad(0x442,_0x2cd0ab._0x5168f1,_0x2cd0ab._0xe8bdb6,0x479)]);continue;case'1':_0x513060['log']('');continue;case'2':_0x11c704[_0x412f04(0x3d,_0x2cd0ab._0x590fe0,0x9,0x33)](_0x334719[_0x412f04(-0x88,-0x59,-_0x2cd0ab._0x264e44,-0x61)]);continue;case'3':_0x5d2757[_0x412f04(-_0x2cd0ab._0x380533,-0x10,0x9,0xa)](_0x334719[_0x1338ad(_0x2cd0ab._0x1339d5,0x437,0x44c,_0x2cd0ab._0x5cee66)]);continue;case'4':_0x22c3bc[_0x412f04(0x30,-0x1e,_0x2cd0ab._0x542324,-_0x2cd0ab._0x3fbbd7)](_0x1338ad(_0x2cd0ab._0x1298f8,_0x2cd0ab._0x8e80d,_0x2cd0ab._0xa5d6e7,_0x2cd0ab._0x339274)+'rver\x20grant'+_0x1338ad(_0x2cd0ab._0x218fa2,0x495,0x4ad,0x472)+'sername=js'+_0x1338ad(_0x2cd0ab._0x312255,0x417,_0x2cd0ab._0x433b36,0x434));continue;case'5':_0x3b50ee[_0x412f04(_0x2cd0ab._0x32d80d,0xf,_0x2cd0ab._0x2fcae5,-0x2a)](_0x334719['gzCjD']);continue;case'6':_0x5eeb7e['log']('');continue;case'7':_0x253ab8[_0x412f04(-0x8,-0x12,_0x2cd0ab._0x5f2171,-_0x2cd0ab._0x41b143)](_0x334719[_0x412f04(-_0x2cd0ab._0xee76e,-_0x2cd0ab._0x32d80d,-_0x2cd0ab._0x5808c3,-_0x2cd0ab._0x3c704a)]);continue;case'8':_0x20a940[_0x412f04(-_0x2cd0ab._0x442eab,-0xa,0x9,_0x2cd0ab._0x49e442)]('');continue;case'9':_0x2c0377[_0x1338ad(0x459,0x446,_0x2cd0ab._0x5cb979,_0x2cd0ab._0x5ac984)](_0x334719[_0x412f04(-0x2d,-_0x2cd0ab._0x41b143,-_0x2cd0ab._0x49e442,-0xb)]);continue;case'10':_0x3c6a88[_0x412f04(_0x2cd0ab._0x244c1e,0x50,_0x2cd0ab._0x542324,-_0x2cd0ab._0x1a351e)](_0x334719['XDHVP']);continue;case'11':_0x54040f[_0x412f04(_0x2cd0ab._0x1efe57,_0x2cd0ab._0x4b9d91,_0x2cd0ab._0x5b309c,0x16)](_0x334719[_0x412f04(-_0x2cd0ab._0x5bb4e1,-0x38,-0x6c,-0x56)]);continue;}break;}}}else _0x14a210=await _0x334719[_0x412f04(-_0x2cd0ab._0x1d97f4,-_0x2cd0ab._0x1dc443,-0x1d,-0x49)](findUserById,_0x19d091[_0x1338ad(0x43e,0x406,0x42e,0x43f)]),!_0x14a210&&(_0x334719[_0x1338ad(0x466,_0x2cd0ab._0x21a849,_0x2cd0ab._0x392e08,_0x2cd0ab._0xbbbb74)](_0x1338ad(_0x2cd0ab._0x23459f,0x482,0x47b,_0x2cd0ab._0x4c5211),_0x334719[_0x412f04(0x26,-_0x2cd0ab._0xff9517,-_0x2cd0ab._0x203dd5,-0x50)])?(console[_0x1338ad(_0x2cd0ab._0x118e8b,0x450,_0x2cd0ab._0x1ed27a,_0x2cd0ab._0x158ff0)]('Error:\x20Use'+_0x1338ad(0x441,_0x2cd0ab._0x3868ff,0x3ce,0x40c)+'\x22'+_0x19d091['userId']+('\x22\x20not\x20foun'+'d.')),process[_0x1338ad(_0x2cd0ab._0x4c2455,0x411,_0x2cd0ab._0x462cdf,_0x2cd0ab._0x1cf4c8)](0x1*-0x1a06+0x245b+-0xa54)):(_0x29735e[_0x1338ad(0x440,_0x2cd0ab._0x18af4f,_0x2cd0ab._0x1d04c7,_0x2cd0ab._0x291408)](_0x334719[_0x1338ad(0x44f,_0x2cd0ab._0x1c57bc,0x481,_0x2cd0ab._0x284ac1)]),_0x3ccbfa[_0x412f04(0x2,-_0x2cd0ab._0x3fb863,-0x44,-_0x2cd0ab._0x25f1ed)](0x395*-0x1+0x17fa+-0x1464)));await _0x334719[_0x1338ad(_0x2cd0ab._0x1f7f98,_0x2cd0ab._0x160b7c,0x41d,_0x2cd0ab._0x11f4bd)](loadRoles);const _0x5c5b9a=await getRoleByName(_0x334719[_0x1338ad(_0x2cd0ab._0x23942b,0x41c,0x431,0x42c)]);!_0x5c5b9a&&(console['error'](_0x1338ad(_0x2cd0ab._0x2ea8a0,_0x2cd0ab._0x2acb67,_0x2cd0ab._0x2ff5a0,0x41f)+_0x1338ad(0x3d7,_0x2cd0ab._0xd2b675,_0x2cd0ab._0x4b9365,0x40b)+_0x412f04(-0x41,-_0x2cd0ab._0x336689,-0x82,-_0x2cd0ab._0x5f16d6)+_0x1338ad(0x429,_0x2cd0ab._0x462cdf,_0x2cd0ab._0x1f3631,0x432)+_0x412f04(-_0x2cd0ab._0x2b79a3,-_0x2cd0ab._0x129dec,-0x71,-_0x2cd0ab._0x564899)+_0x412f04(_0x2cd0ab._0x17dfe4,-0x4,0x1,-0x11)+_0x1338ad(0x3d6,0x3f6,_0x2cd0ab._0x454a47,0x3ef)),process['exit'](-0xdbb+-0x135d*-0x1+-0x1*0x5a1));try{if(_0x334719[_0x1338ad(_0x2cd0ab._0x1446f1,0x3f8,0x44a,0x41e)](_0x334719[_0x412f04(-0x5,-0x3b,-_0x2cd0ab._0xf3d150,0x1c)],'lNzQe'))_0x18b360[_0x1338ad(0x456,0x444,0x419,_0x2cd0ab._0x5e89c6)](_0x334719[_0x1338ad(0x406,0x3ef,0x3f8,_0x2cd0ab._0x576d92)]),_0x32c022[_0x412f04(-_0x2cd0ab._0x5b509c,-0x8c,-0x61,-0x67)](''),_0x334719[_0x1338ad(_0x2cd0ab._0xea4198,0x44a,0x48c,_0x2cd0ab._0x11f4bd)](_0x2ddd21),_0x5aa559[_0x412f04(-_0x2cd0ab._0x45f54f,-_0x2cd0ab._0x13e6b0,-_0x2cd0ab._0x3b3a4f,-_0x2cd0ab._0x308e8d)](0x2187*-0x1+0xf4e+-0x1*-0x123a);else{const _0xc8fb77={};_0xc8fb77[_0x412f04(-_0x2cd0ab._0x28a728,0x5,-0x31,-0x2c)+'pe']=_0x412f04(-_0x2cd0ab._0x329578,0x1a,-0x1e,_0x2cd0ab._0x1efe57),_0xc8fb77['subject_id']=_0x14a210['id'],_0xc8fb77[_0x1338ad(_0x2cd0ab._0x23f9c0,0x436,_0x2cd0ab._0x2b3711,0x412)]=_0x5c5b9a['id'],_0xc8fb77[_0x1338ad(0x426,0x451,_0x2cd0ab._0x50efa7,_0x2cd0ab._0x116c54)+_0x1338ad(_0x2cd0ab._0x23abd0,_0x2cd0ab._0x155f5f,0x46a,_0x2cd0ab._0x434033)]='server',_0xc8fb77[_0x412f04(-_0x2cd0ab._0x4aa33a,-0x8b,-0x49,-_0x2cd0ab._0x3bcafe)]=_0x1338ad(_0x2cd0ab._0x1388a5,0x434,0x406,_0x2cd0ab._0x3b42de),await _0x334719['BFIvD'](createBinding,_0xc8fb77);}}catch(_0xe91f52){if(_0xe91f52[_0x412f04(_0x2cd0ab._0x203dd5,0x27,-_0x2cd0ab._0x461596,-_0x2cd0ab._0x113b18)]===_0x1338ad(_0x2cd0ab._0x3cb1a3,0x44b,0x440,0x417)){if(_0x334719['aTiPT'](_0x1338ad(0x472,0x40f,0x486,0x447),_0x412f04(-_0x2cd0ab._0x560d10,-0x42,-0x7c,-0x51)))console['log'](_0x412f04(-0x43,-_0x2cd0ab._0x31495b,-_0x2cd0ab._0xfd671,-0x52)+_0x14a210['username']+('\x22\x20already\x20'+_0x1338ad(0x457,_0x2cd0ab._0x19de82,0x44f,0x449)+'rver\x20Admin'+'\x20role.')),process['exit'](0x1e57+0x4*-0x29c+-0x13e7);else{_0x3aa1dc['code']===_0x334719['NvFPT']&&(_0x5242c5[_0x412f04(_0x2cd0ab._0x45f54f,0x2e,0x9,0x2b)]('User\x20\x22'+_0x268162[_0x1338ad(0x431,0x459,_0x2cd0ab._0x2ff5a0,0x419)]+('\x22\x20already\x20'+'has\x20the\x20Se'+_0x1338ad(_0x2cd0ab._0x116c54,_0x2cd0ab._0x1c3330,_0x2cd0ab._0x571c69,0x429)+_0x412f04(-_0x2cd0ab._0x37d580,_0x2cd0ab._0x174b9f,-_0x2cd0ab._0x4765c5,-0x4e))),_0x10f574['exit'](0x81e+-0x5d4+-0x24a));throw _0x2d9c17;}}throw _0xe91f52;}console[_0x1338ad(0x436,_0x2cd0ab._0x55c850,_0x2cd0ab._0x12cf41,_0x2cd0ab._0x5ac984)](''),console[_0x1338ad(_0x2cd0ab._0x23de98,0x4a9,0x457,0x478)](_0x412f04(-_0x2cd0ab._0x5bb4e1,_0x2cd0ab._0x2f8807,-_0x2cd0ab._0x28c84f,_0x2cd0ab._0x61cbe7)+_0x1338ad(_0x2cd0ab._0xc1fd9a,0x48b,0x45e,_0x2cd0ab._0x576a63)+_0x1338ad(_0x2cd0ab._0x116c54,_0x2cd0ab._0x1cf096,_0x2cd0ab._0x277f0c,0x43d)+_0x1338ad(0x436,_0x2cd0ab._0x396072,0x40b,0x453)),console[_0x412f04(0x2e,-0x38,0x9,_0x2cd0ab._0x12e99c)](''),console[_0x1338ad(_0x2cd0ab._0x3afacf,0x439,0x48e,_0x2cd0ab._0x5ac984)](_0x334719[_0x412f04(-0x15,-_0x2cd0ab._0x5d9692,-0x2b,-_0x2cd0ab._0x12df17)]),console[_0x412f04(_0x2cd0ab._0x3f53ea,-0xc,0x9,_0x2cd0ab._0x380533)](_0x412f04(-_0x2cd0ab._0x203dd5,-_0x2cd0ab._0x498542,-0x39,-0x3)+_0x412f04(-_0x2cd0ab._0x5eb804,-0x43,-_0x2cd0ab._0x8b7e72,-0xaf)+_0x14a210['id']),console[_0x1338ad(0x4b8,0x440,0x46f,_0x2cd0ab._0x5ac984)](_0x1338ad(_0x2cd0ab._0x258336,_0x2cd0ab._0xdcdd26,_0x2cd0ab._0x1cfcc5,_0x2cd0ab._0x4f2424)+_0x412f04(-_0x2cd0ab._0x289421,-0x4e,-0x9,-_0x2cd0ab._0x2e66bf)+_0x14a210['username']),console['log'](_0x1338ad(_0x2cd0ab._0x3a0c25,0x453,0x48c,0x45b)+_0x412f04(-_0x2cd0ab._0x12df17,-_0x2cd0ab._0x42e804,-_0x2cd0ab._0x560d10,-_0x2cd0ab._0x61cbe7)+_0x14a210[_0x1338ad(_0x2cd0ab._0x3682f8,_0x2cd0ab._0x1d5e32,_0x2cd0ab._0x1b05b0,_0x2cd0ab._0x258336)]),console[_0x412f04(-0x33,-_0x2cd0ab._0x5950be,0x9,_0x2cd0ab._0x2d762d)]('\x20\x20Name:\x20\x20\x20'+_0x1338ad(_0x2cd0ab._0x26c1c5,0x3f0,0x3f8,_0x2cd0ab._0x4eb542)+_0x14a210[_0x1338ad(0x3ec,_0x2cd0ab._0x4a955a,0x3fb,_0x2cd0ab._0x543a76)]),console[_0x412f04(-0x29,-0x33,_0x2cd0ab._0x2fcae5,_0x2cd0ab._0x16c36c)](_0x1338ad(0x491,_0x2cd0ab._0x259199,0x41f,_0x2cd0ab._0x3e2398)+'\x20\x20\x20\x20\x20Serve'+_0x1338ad(_0x2cd0ab._0x4e7d68,_0x2cd0ab._0x59f412,_0x2cd0ab._0x5f33e6,0x438)+_0x412f04(-0x98,-_0x2cd0ab._0x39a007,-0x53,-_0x2cd0ab._0x2dc4cd)+')'),console['log'](''),console[_0x412f04(0x3b,-0x11,0x9,0x4f)](_0x334719[_0x412f04(-0x1e,_0x2cd0ab._0x2f5de8,-0x6,-_0x2cd0ab._0x1a971a)]);}catch(_0x411969){logger[_0x412f04(-_0x2cd0ab._0x24eb81,-0x59,-_0x2cd0ab._0x3a2104,-0x2c)](_0x334719[_0x412f04(-_0x2cd0ab._0x311613,-_0x2cd0ab._0x3da336,-0x1a,0x5)],_0x411969),console['error'](_0x1338ad(0x3c5,0x3f6,0x3b1,_0x2cd0ab._0x32226e)+_0x1338ad(_0x2cd0ab._0x27aa0d,_0x2cd0ab._0x1c57bc,0x48a,0x456)+_0x1338ad(_0x2cd0ab._0x212a44,_0x2cd0ab._0x1c57bc,_0x2cd0ab._0x1cf4c8,0x458)+'\x20'+_0x411969[_0x1338ad(0x455,_0x2cd0ab._0x3bf43c,_0x2cd0ab._0x33318e,0x442)]),process[_0x1338ad(_0x2cd0ab._0x4e7d68,0x431,_0x2cd0ab._0x377780,_0x2cd0ab._0x1cf4c8)](0x72d+0x1*0x12b1+0x89f*-0x3);}}function showUsage(){const _0x31a6be={_0x2ab447:0xeb,_0x407df0:0xf1,_0x2b09c0:0xd1,_0x1054e9:0x33,_0xdda22d:0x47,_0x317dfc:0x5c,_0x123f69:0x54,_0x16459f:0x4b,_0x28e307:0x81,_0x293cc4:0xe9,_0x65fc18:0x32,_0x5e8251:0x2f,_0x5259a8:0x11,_0xcf81e0:0xea,_0x5b4e6d:0x127,_0x154a79:0x11d,_0x292c3b:0x7f,_0x77b602:0xa7,_0xc4bacf:0xbb,_0x35d8f5:0xad,_0x3ad0a3:0x62,_0x4fd36d:0xa6,_0x246829:0xd2,_0x39eeda:0xd8,_0x12f037:0x1f,_0x450daa:0x21,_0x4bbf6d:0x24,_0x34a101:0x7,_0x530856:0x10b,_0x1ce2e0:0xe8,_0x25d2c2:0x122,_0x185495:0x52,_0xf5dcac:0x7e,_0x7f5b19:0xcb,_0x3762c4:0x7b,_0x411211:0x51,_0x53bb03:0xaf,_0x20e8e2:0xaa,_0x5eb803:0x87,_0x3af3cc:0xcc,_0x399d15:0xda,_0x1999c4:0x121,_0x54a38a:0x11c,_0x56d2d1:0x124,_0x688980:0x7f,_0x390908:0x9d,_0x4ff6d1:0xbc,_0x2268c9:0xc3,_0x3e5537:0x4e,_0x112776:0x55,_0x482943:0xa,_0x23814e:0x41,_0x7320cf:0x39,_0x4e955f:0x8a,_0x5878a1:0x3f,_0x13c981:0x59,_0x3fe6e2:0xb2,_0x4bbb99:0xdb,_0x55e720:0x2,_0x180358:0x4f,_0x34e5ea:0x86,_0x19e601:0x37,_0x32bb47:0x50,_0x7f042c:0xba,_0x2cd7e6:0xd5,_0x426515:0xd0,_0x5f1a6e:0xb3,_0x12d1e5:0xe6,_0x4bf5d3:0xe9,_0x5233cb:0x4,_0x2b6d49:0xc,_0x263cdb:0x4a,_0x27071b:0x30,_0x3491a7:0xf8,_0x536a67:0x4,_0x387af9:0x1c,_0x63643c:0x31,_0x58ee8a:0x65,_0x275c41:0x29,_0x199817:0x15,_0x4943fc:0xdc,_0x313ec1:0x11c,_0x1d42f0:0x101,_0xe45253:0x161,_0x2b6f0c:0x71,_0x38594b:0x6c,_0x63d80e:0x11e,_0x3c6acf:0x14b,_0x4b1ee5:0xe7,_0x1cdbf4:0xa0,_0x863e4a:0xe8,_0x3a70ed:0x74,_0x112175:0x63},_0x3155e8={_0x1dcc0f:0x208},_0x2eb36b={_0x35e72c:0x16c},_0x44ab0e={};_0x44ab0e[_0x5aecb1(-0x12f,-0xe9,-0xf0,-_0x31a6be._0x2ab447)]='Server\x20Adm'+_0x5286ae(-0x4c,-0x3b,-0x4d,-0x1e)+_0x5aecb1(-0xb6,-_0x31a6be._0x407df0,-_0x31a6be._0x2b09c0,-0xd8)+_0x5286ae(-0x2,0x2,0x3d,_0x31a6be._0x1054e9)+'ssions\x20acr'+_0x5286ae(-_0x31a6be._0xdda22d,-0x67,-0x2f,-0x54)+'sources.';function _0x5286ae(_0x336251,_0x3b0cbf,_0x40440b,_0x1f8697){return _0x1a8a(_0x336251- -_0x2eb36b._0x35e72c,_0x40440b);}_0x44ab0e[_0x5286ae(-_0x31a6be._0x317dfc,-0x7c,-_0x31a6be._0x123f69,-_0x31a6be._0x16459f)]='\x20\x20--userna'+_0x5286ae(-0x45,-0x27,-0x39,-_0x31a6be._0x28e307)+_0x5aecb1(-0x10e,-0x112,-_0x31a6be._0x293cc4,-0x135)+_0x5286ae(-_0x31a6be._0x65fc18,-_0x31a6be._0x5e8251,-_0x31a6be._0x5259a8,-0x7a)+_0x5aecb1(-0xd1,-0x102,-_0x31a6be._0xcf81e0,-_0x31a6be._0x5b4e6d)+'te',_0x44ab0e[_0x5aecb1(-_0x31a6be._0x154a79,-0x128,-_0x31a6be._0x2ab447,-0x132)]=_0x5aecb1(-_0x31a6be._0x292c3b,-_0x31a6be._0x77b602,-_0x31a6be._0xc4bacf,-_0x31a6be._0x35d8f5)+'rver\x20grant'+_0x5aecb1(-_0x31a6be._0x3ad0a3,-_0x31a6be._0x4fd36d,-_0x31a6be._0x246829,-_0x31a6be._0x39eeda)+_0x5286ae(-_0x31a6be._0x12f037,-0x55,_0x31a6be._0x450daa,_0x31a6be._0x4bbf6d)+_0x5286ae(-_0x31a6be._0x34a101,0x2d,0xc,0x10)+_0x5aecb1(-_0x31a6be._0x530856,-0x111,-_0x31a6be._0x1ce2e0,-_0x31a6be._0x25d2c2)+'ef';function _0x5aecb1(_0x529877,_0x4815a2,_0x208d18,_0x46eb97){return _0x1a8a(_0x4815a2- -_0x3155e8._0x1dcc0f,_0x529877);}_0x44ab0e[_0x5286ae(-_0x31a6be._0x185495,-0x19,-_0x31a6be._0xf5dcac,-0x70)]=_0x5aecb1(-0x13c,-0xf7,-0xd7,-0x102),_0x44ab0e[_0x5aecb1(-0xdb,-0xb3,-0x9b,-_0x31a6be._0x7f5b19)]=_0x5286ae(-0x42,-_0x31a6be._0x3762c4,-_0x31a6be._0x411211,-0x6d),_0x44ab0e[_0x5286ae(-0x80,-_0x31a6be._0x53bb03,-0xa9,-0x3d)]=_0x5aecb1(-0x6e,-_0x31a6be._0x20e8e2,-_0x31a6be._0x5eb803,-0xb3)+_0x5aecb1(-0x88,-_0x31a6be._0x3af3cc,-_0x31a6be._0x3af3cc,-_0x31a6be._0x399d15)+_0x5aecb1(-_0x31a6be._0x1999c4,-0xf0,-_0x31a6be._0x54a38a,-_0x31a6be._0x56d2d1)+_0x5286ae(-_0x31a6be._0x688980,-0x81,-_0x31a6be._0x390908,-_0x31a6be._0x4ff6d1)+']',_0x44ab0e[_0x5aecb1(-_0x31a6be._0x2268c9,-0xd7,-0x11f,-0xd3)]='\x20\x20coder-se'+_0x5286ae(-_0x31a6be._0x3e5537,-0x59,-_0x31a6be._0x112776,-0x1a)+_0x5286ae(-_0x31a6be._0x482943,-_0x31a6be._0x23814e,-0x32,-0x3)+'sername=js'+_0x5286ae(-0x48,-_0x31a6be._0x7320cf,-_0x31a6be._0x4e955f,-_0x31a6be._0x5878a1);const _0x4e35a7=_0x44ab0e,_0x12a193=(_0x5286ae(-0x7c,-_0x31a6be._0x13c981,-0x72,-0xa7)+_0x5286ae(-0x8e,-0x90,-0x8b,-0x6f)+'|10|4')[_0x5aecb1(-0x8e,-0xae,-_0x31a6be._0x3fe6e2,-_0x31a6be._0x4bbb99)]('|');let _0x316976=0x888+0x24f7+-0x2d7f;while(!![]){switch(_0x12a193[_0x316976++]){case'0':console[_0x5286ae(-0x4,0xe,-_0x31a6be._0x55e720,0x3c)]('Grants\x20an\x20'+_0x5286ae(-_0x31a6be._0x180358,-_0x31a6be._0x34e5ea,-_0x31a6be._0x19e601,-_0x31a6be._0x32bb47)+'ser\x20the\x20Se'+_0x5aecb1(-0x10d,-0xef,-0xc5,-0x128)+_0x5aecb1(-_0x31a6be._0x7f042c,-_0x31a6be._0x2cd7e6,-0xea,-_0x31a6be._0x426515));continue;case'1':console[_0x5aecb1(-_0x31a6be._0x5f1a6e,-0xa0,-_0x31a6be._0x77b602,-_0x31a6be._0x12d1e5)](_0x4e35a7[_0x5aecb1(-0x118,-_0x31a6be._0x4bf5d3,-0x113,-0xe4)]);continue;case'2':console[_0x5286ae(-_0x31a6be._0x5233cb,-_0x31a6be._0x2b6d49,-_0x31a6be._0x263cdb,-0x4b)]('');continue;case'3':console[_0x5286ae(-_0x31a6be._0x5233cb,0x10,-_0x31a6be._0x27071b,-0x20)](_0x4e35a7[_0x5aecb1(-_0x31a6be._0x399d15,-_0x31a6be._0x3491a7,-0xf7,-0xe3)]);continue;case'4':console[_0x5286ae(-_0x31a6be._0x536a67,-_0x31a6be._0x387af9,0x36,_0x31a6be._0x63643c)](_0x4e35a7['UDokJ']);continue;case'5':console[_0x5aecb1(-0xc2,-0xa0,-0x82,-0xc4)](_0x4e35a7[_0x5286ae(-0x52,-_0x31a6be._0x58ee8a,-_0x31a6be._0x275c41,-_0x31a6be._0x199817)]);continue;case'6':console[_0x5aecb1(-0xce,-0xa0,-0xcc,-_0x31a6be._0x4943fc)](_0x4e35a7[_0x5286ae(-0x17,-0x4c,-0x4f,-0x26)]);continue;case'7':console['log'](_0x4e35a7[_0x5aecb1(-0x123,-_0x31a6be._0x313ec1,-_0x31a6be._0x1d42f0,-_0x31a6be._0xe45253)]);continue;case'8':console['log']('\x20\x20--user-i'+_0x5286ae(-0x78,-_0x31a6be._0x2b6f0c,-_0x31a6be._0x38594b,-0x4e)+_0x5aecb1(-0xf8,-0x122,-0x14c,-_0x31a6be._0x4bf5d3)+_0x5aecb1(-_0x31a6be._0xcf81e0,-_0x31a6be._0x63d80e,-_0x31a6be._0x3c6acf,-0x15d)+'\x20to\x20promot'+'e');continue;case'9':console[_0x5aecb1(-_0x31a6be._0x4b1ee5,-_0x31a6be._0x1cdbf4,-_0x31a6be._0x863e4a,-_0x31a6be._0x4e955f)]('');continue;case'10':console['log'](_0x4e35a7['MZebg']);continue;case'11':console[_0x5aecb1(-_0x31a6be._0x3a70ed,-_0x31a6be._0x1cdbf4,-_0x31a6be._0x112175,-0xb4)]('');continue;}break;}}