@profoundlogic/coderflow-server 0.8.8 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 _0x1baa5f(_0x1949c8,_0x6a89b7,_0x1b1eac,_0xf98650){return _0x1fb4(_0xf98650-0x57,_0x6a89b7);}(function(_0x469bfb,_0x521366){const _0x434ffc={_0x53d5a4:0xd4,_0x56cb2b:0x2c3,_0x9dc321:0x11b,_0x2d64f4:0x10c,_0x3f25a8:0x2cd,_0x1c0c37:0x2c8,_0x5eab09:0x115,_0x7837e:0x2ac,_0x44d7d2:0x2fb,_0x12bff2:0x2ea,_0x7dce10:0x2fc,_0xb47ec7:0x11f},_0x38e172=_0x469bfb();function _0x2ff931(_0x47c991,_0x3b7500,_0x43c99f,_0x1ccc8c){return _0x1fb4(_0x3b7500- -0xd9,_0x1ccc8c);}function _0x50fd77(_0x463756,_0x3cc8fe,_0x2cb0b1,_0x4b21b1){return _0x1fb4(_0x2cb0b1-0xf6,_0x4b21b1);}while(!![]){try{const _0x4487ad=-parseInt(_0x2ff931(0xf1,0xe3,_0x434ffc._0x53d5a4,0x10b))/(0x1b55*0x1+-0xf+-0x1b45)*(-parseInt(_0x50fd77(0x2d7,_0x434ffc._0x56cb2b,0x2b4,0x2b8))/(0x12*0x166+0x2330*-0x1+-0xa06*-0x1))+parseInt(_0x2ff931(0x11b,_0x434ffc._0x9dc321,0x104,_0x434ffc._0x2d64f4))/(-0x1d15+0x18c+-0xa4*-0x2b)*(-parseInt(_0x50fd77(0x2c5,_0x434ffc._0x3f25a8,_0x434ffc._0x1c0c37,0x29c))/(-0x6dd+-0xbc0+-0xfb*-0x13))+parseInt(_0x2ff931(0x10a,_0x434ffc._0x5eab09,0x10a,0x11a))/(0x23a9+-0xd7*-0x12+0x1*-0x32c2)*(parseInt(_0x50fd77(_0x434ffc._0x3f25a8,0x294,_0x434ffc._0x7837e,0x2a1))/(0x391*-0x3+0x19*0xec+0xc53*-0x1))+-parseInt(_0x50fd77(0x2d3,0x31e,_0x434ffc._0x44d7d2,0x31c))/(-0xe*0x278+0x2384+-0xed*0x1)+parseInt(_0x50fd77(_0x434ffc._0x12bff2,0x2c0,0x2bc,0x2be))/(0xcf*0x11+0x22e8+-0x9*0x567)*(parseInt(_0x50fd77(_0x434ffc._0x7dce10,0x2d2,0x2df,0x2cf))/(-0x237e+-0x4*0x36d+0x313b))+-parseInt(_0x2ff931(0x149,0x120,0x102,0x104))/(0x1b41*-0x1+-0x2*0x50f+0x2569*0x1)+parseInt(_0x2ff931(0x129,0x11e,0xf7,_0x434ffc._0xb47ec7))/(-0x2520+-0xeae+0x33d9);if(_0x4487ad===_0x521366)break;else _0x38e172['push'](_0x38e172['shift']());}catch(_0x50d0c2){_0x38e172['push'](_0x38e172['shift']());}}}(_0x3e5e,0x25*0xbe+-0x96019+0xe14b1));function _0x1fb4(_0x423a06,_0x3009b1){_0x423a06=_0x423a06-(-0x1152*-0x1+-0x2179+-0x146*-0xe);const _0x133350=_0x3e5e();let _0x3fa124=_0x133350[_0x423a06];if(_0x1fb4['nbNynF']===undefined){var _0x180c6e=function(_0x2588a1){const _0x22bec2='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5b6d85='',_0x5fc4eb='';for(let _0x512368=0x4*0x975+-0x45c+-0x2178,_0x1103b5,_0x54f8be,_0x31ccd4=-0x2f9*0x1+0x283*0x2+0x19*-0x15;_0x54f8be=_0x2588a1['charAt'](_0x31ccd4++);~_0x54f8be&&(_0x1103b5=_0x512368%(0x66a+0x168f+-0x1cf5)?_0x1103b5*(0x147c+0xaa5*-0x1+0x997*-0x1)+_0x54f8be:_0x54f8be,_0x512368++%(0x195b*0x1+-0x115*0x23+0xc88))?_0x5b6d85+=String['fromCharCode'](0x1f49+0x1b5+0x1fff*-0x1&_0x1103b5>>(-(-0x1f74+0x751*-0x1+0x26c7)*_0x512368&0x1e84+0x2*0xf71+-0x8*0x7ac)):-0x3*0x74b+0x1d*-0xd7+0x10d*0x2c){_0x54f8be=_0x22bec2['indexOf'](_0x54f8be);}for(let _0x4f9f19=0xe*0x74+0x6*0x4ff+-0x2452,_0xe779c2=_0x5b6d85['length'];_0x4f9f19<_0xe779c2;_0x4f9f19++){_0x5fc4eb+='%'+('00'+_0x5b6d85['charCodeAt'](_0x4f9f19)['toString'](0x4d6*-0x3+0x2447+-0x15b5))['slice'](-(-0x1a*-0xe+-0x5c0*0x1+0x456));}return decodeURIComponent(_0x5fc4eb);};_0x1fb4['DGyhSl']=_0x180c6e,_0x1fb4['rOsjVx']={},_0x1fb4['nbNynF']=!![];}const _0x2eea75=_0x133350[0x8e+0x21b3+-0xed*0x25],_0xee5a7d=_0x423a06+_0x2eea75,_0x192b9d=_0x1fb4['rOsjVx'][_0xee5a7d];return!_0x192b9d?(_0x3fa124=_0x1fb4['DGyhSl'](_0x3fa124),_0x1fb4['rOsjVx'][_0xee5a7d]=_0x3fa124):_0x3fa124=_0x192b9d,_0x3fa124;}import{promises as _0x4fd4c4,constants as _0xbf39c2}from'fs';function _0x3e5e(){const _0x5146b3=['BwvZC2fNzq','D1vpy1K','qMTUExm','rufdq0vt','ne9Ry0TqDq','yxrO','mti4nJy2EeXpDvDf','BKHjBgm','sgHrr2S','qxf3t0e','CMvHzezPBgu','y0fzEwq','zgLYBMfTzq','vhbqvMi','mZa5ntjIugLwsxe','ruf2Dhq','zxnZia','ktOG','CMvJDxjZAxzL','DxrMltG','DgXdzge','sLziC2u','zM91BMq6ia','lMnVzgvY','igzPBgu6ia','zurAqLi','nZq4nJbJt2PLzLy','igzPBguGAxmGBG','y29Kzq','q2fUBM90igfJyW','BNvxvNy','tLzqCeG','Bxrwq3m','CejJwuC','Ewj1BfG','u1nmx0nbx1bbva','zw52','Ag9TzwrPCG','C3nSx2nLCNrFCa','DvPxy04','zLHwDxK','u1nmx0nfuLrFua','DvvxCum','sNryrhu','igzPBguGBM90ia','t0HJwwG','AM13A1q','vxPgs1K','D3jPDgvgAwXL','mZa2sg52yNLc','EhbMz1a','qNvSzgm','C3nSx2TLEv9Wyq','qvri','nJu1BLbbCevu','A2n5AfC','ue9sva','BwTKAxi','v3rytei','Dg5xvgy','ouLkze50tG','AM9PBG','B3qGCMvHzgfIBa','nJiWotK4nfzHrKLVAW','Be15BK0','ndu2mdy4mgD1rurzrW','r1DWyvq','tvr2Dhm','t0fzD0O','Aw9UigrLBMLLza','DxrpvMG','t2TRrNK','C3nSx2nHx3bHDa','Cf9WyxrO','sLnQq0y','wKD4wLa','y29KzxjFC2v0Dq','mZu0mJy3mK9nvMzYzG','yxbgzgi','v2r4uK4','q09ervjFu0vuvq','ru5pru5u','vfjvu1rFufjpwa','Dhj1C3rFChjVEa','uf9qqvri','vMPIEee','C2vYDMvYx3bVCG','EfH1qK8','zsaOCgvYBwLZCW','mtC0mtH4txHPy3C','ywnJzxnZ'];_0x3e5e=function(){return _0x5146b3;};return _0x3e5e();}import _0x476063 from'path';import _0x4d907a from'os';const CONFIG_PATH=_0x476063[_0x1baa5f(0x22a,0x22d,0x239,0x24c)](_0x4d907a[_0x1baa5f(0x256,0x248,0x239,0x234)](),_0x1baa5f(0x241,0x228,0x234,0x226),'config.jso'+'n');async function loadConfig(){const _0x3d6d18={_0x7cb3d8:0x55d,_0xbbefad:0x569,_0x4e4ec0:0x545,_0x1e7ea2:0x30e,_0x424fe4:0x321,_0x420a3c:0x31e,_0x55f7bf:0x5a2,_0x3f7a81:0x59f,_0x54b688:0x548,_0x122b5e:0x576,_0x160dca:0x2ca,_0x4dc0d4:0x2e7,_0x683d55:0x2ca,_0x11f836:0x2e6,_0x570d50:0x587,_0x456c89:0x593,_0x1481a2:0x598,_0x42c17f:0x319,_0x59f700:0x2ef,_0x3cde28:0x336,_0x1f8190:0x2f5},_0x260111={_0x3cd38a:0x100,_0x40843a:0x8,_0x19bb53:0x9b},_0x43c84f={_0x497615:0x1bd,_0x7a9b2c:0x340},_0x39ea3c={};function _0x338f2a(_0x59effa,_0x334d21,_0x57eadd,_0x3fba46){return _0x1baa5f(_0x59effa-_0x43c84f._0x497615,_0x334d21,_0x57eadd-0x18,_0x3fba46-_0x43c84f._0x7a9b2c);}_0x39ea3c[_0x338f2a(0x565,0x524,0x56c,0x54b)]=_0x338f2a(0x538,0x53f,_0x3d6d18._0x7cb3d8,0x562),_0x39ea3c['JtXDu']=_0x338f2a(0x564,0x522,_0x3d6d18._0xbbefad,_0x3d6d18._0x4e4ec0),_0x39ea3c[_0x43d6d8(0x319,_0x3d6d18._0x1e7ea2,_0x3d6d18._0x424fe4,_0x3d6d18._0x420a3c)]=function(_0x298401,_0x2054ae){return _0x298401===_0x2054ae;};function _0x43d6d8(_0x571c49,_0x27dccd,_0x228230,_0x37ea5c){return _0x158100(_0x571c49-_0x260111._0x3cd38a,_0x27dccd-_0x260111._0x40843a,_0x228230-_0x260111._0x19bb53,_0x27dccd);}_0x39ea3c[_0x338f2a(_0x3d6d18._0x55f7bf,_0x3d6d18._0x3f7a81,_0x3d6d18._0x54b688,_0x3d6d18._0x122b5e)]='gQsMd';const _0x30af49=_0x39ea3c;try{const _0xfb521e=await _0x4fd4c4[_0x43d6d8(0x2d8,_0x3d6d18._0x160dca,0x2f0,_0x3d6d18._0x4dc0d4)](CONFIG_PATH,_0x30af49[_0x43d6d8(_0x3d6d18._0x683d55,0x2a6,0x2df,_0x3d6d18._0x11f836)]);return JSON['parse'](_0xfb521e);}catch(_0x365bac){if(_0x365bac[_0x338f2a(0x571,0x572,0x597,0x56b)]===_0x30af49[_0x338f2a(_0x3d6d18._0x570d50,_0x3d6d18._0x456c89,_0x3d6d18._0x1481a2,0x57a)]){if(_0x30af49[_0x43d6d8(_0x3d6d18._0x42c17f,_0x3d6d18._0x59f700,_0x3d6d18._0x3cde28,_0x3d6d18._0x3cde28)](_0x30af49[_0x43d6d8(_0x3d6d18._0x1f8190,0x2d5,_0x3d6d18._0x420a3c,0x2d1)],_0x30af49['uZWcN']))return{};else _0x48ecec['coder_setu'+_0x338f2a(0x57c,0x596,0x581,0x598)]=_0x3784c5;}throw _0x365bac;}}async function saveConfig(_0x54c0f2){const _0x3400a2={_0x2a03a7:0x1db,_0x400737:0x212,_0x34777b:0x207,_0x3e23a9:0x1e3,_0x2a1f87:0x1c8,_0x3f2853:0x19f,_0xa3fe41:0x1b1,_0x2ed819:0x1dc,_0x13d7bc:0x1b5,_0x4ceb6a:0x1f9,_0x20a73b:0x1f1,_0x3ef41b:0x1cd,_0x25b5e6:0x1ef,_0x276e7d:0x200},_0x30158a={_0x1ff6e7:0x12,_0x30589f:0xaf},_0x259e87={};_0x259e87[_0x3d5705(_0x3400a2._0x2a03a7,_0x3400a2._0x400737,_0x3400a2._0x34777b,_0x3400a2._0x3e23a9)]='utf-8';function _0x3d5705(_0x5cea0e,_0x5e6124,_0x1bf4de,_0x1ddd21){return _0x158100(_0x1bf4de- -0x16,_0x5e6124-0x13d,_0x1bf4de-0x47,_0x1ddd21);}const _0x263b2b=_0x259e87,_0xc48eb7=_0x476063[_0x82e284(_0x3400a2._0x2a1f87,_0x3400a2._0x3f2853,_0x3400a2._0xa3fe41,_0x3400a2._0x2ed819)](CONFIG_PATH),_0xd1a27={};_0xd1a27[_0x82e284(0x1ce,0x1da,_0x3400a2._0x13d7bc,_0x3400a2._0x4ceb6a)]=!![],await _0x4fd4c4[_0x3d5705(0x204,0x1fa,_0x3400a2._0x20a73b,0x211)](_0xc48eb7,_0xd1a27);function _0x82e284(_0x22d022,_0x22f99e,_0x97203c,_0x5ac49d){return _0x158100(_0x22d022- -_0x30158a._0x1ff6e7,_0x22f99e-0xd1,_0x97203c-_0x30158a._0x30589f,_0x97203c);}await _0x4fd4c4[_0x3d5705(_0x3400a2._0x3ef41b,_0x3400a2._0x25b5e6,0x1e8,_0x3400a2._0x276e7d)](CONFIG_PATH,JSON['stringify'](_0x54c0f2,null,-0x359*0x3+0x4c5*0x1+0x34*0x1a),_0x263b2b['WdxRN']);}export async function getCoderSetupPath(){const _0x123d4a={_0x4a4f8b:0x5a1,_0x7e820:0x5bf,_0x5d443f:0x44d,_0x138f05:0x473,_0x5c6c73:0x590,_0x466a5f:0x5a9,_0x2ac499:0x57d,_0x3c4897:0x574,_0x525308:0x433,_0x193fc0:0x461,_0x50e28b:0x478,_0x2f3974:0x5a4,_0x99e54a:0x598,_0x3cfcd3:0x596,_0x5e9707:0x5a3,_0x4d9a0f:0x4c2,_0xc3b90:0x49c,_0x3381b2:0x4b1,_0x1d0b04:0x4d1},_0x3f2875={_0x25dda0:0x3b1},_0x535187={_0x515416:0x29a,_0x526330:0xd6};function _0xd37edc(_0x402313,_0x24866f,_0x2d7c7c,_0x4d53ee){return _0x158100(_0x2d7c7c-_0x535187._0x515416,_0x24866f-0x4f,_0x2d7c7c-_0x535187._0x526330,_0x4d53ee);}const _0x202242={};_0x202242[_0xd37edc(0x475,0x486,0x471,0x47a)]=_0x2230c0(0x574,0x5c0,_0x123d4a._0x4a4f8b,0x59a),_0x202242[_0x2230c0(_0x123d4a._0x7e820,0x595,0x5a7,0x5cc)]=_0xd37edc(_0x123d4a._0x5d443f,0x44a,0x470,_0x123d4a._0x138f05);const _0x193657=_0x202242;if(process[_0x2230c0(0x58f,_0x123d4a._0x5c6c73,0x5a3,_0x123d4a._0x466a5f)][_0x2230c0(_0x123d4a._0x2ac499,0x57f,_0x123d4a._0x3c4897,0x550)+_0xd37edc(0x44a,_0x123d4a._0x525308,_0x123d4a._0x193fc0,_0x123d4a._0x50e28b)]){if(_0x193657[_0x2230c0(_0x123d4a._0x2f3974,_0x123d4a._0x99e54a,0x588,0x574)]!==_0x193657[_0xd37edc(0x48e,0x467,0x490,0x4af)])return process[_0x2230c0(0x5b0,_0x123d4a._0x3cfcd3,_0x123d4a._0x5e9707,0x594)]['CODER_SETU'+'P_PATH'];else delete _0x24579c['ssl_key_pa'+'th'];}function _0x2230c0(_0x8361b5,_0x8131a2,_0x51ef00,_0x46591d){return _0x158100(_0x51ef00-_0x3f2875._0x25dda0,_0x8131a2-0xa7,_0x51ef00-0x11f,_0x8361b5);}const _0x3b8232=await loadConfig();return _0x3b8232[_0xd37edc(_0x123d4a._0x4d9a0f,0x487,0x4b4,_0x123d4a._0xc3b90)+_0xd37edc(0x4d3,0x486,_0x123d4a._0x3381b2,_0x123d4a._0x1d0b04)]||null;}export async function saveCoderSetupPath(_0x1007ac){const _0x519a2e={_0x29c1e7:0x31,_0x5db7d4:0x3c,_0x2fea4b:0x6f,_0xc70e20:0x72,_0xe14534:0xb3,_0x52de15:0xdf,_0x56a4aa:0xda,_0x199f27:0x103,_0x8888ca:0x20,_0x1cf148:0x1d,_0x2e3191:0x3},_0x2152da={_0x50422f:0x99},_0x5101cf={_0x4bd22d:0x15e,_0x24a2ab:0xe},_0x32785e={'uZgGk':function(_0x12e321){return _0x12e321();},'JSjCF':function(_0x339a0f,_0x36d3b6){return _0x339a0f===_0x36d3b6;},'eDZBR':function(_0x29a63a,_0x5c1313){return _0x29a63a(_0x5c1313);}},_0x12b56b=await _0x32785e['uZgGk'](loadConfig);function _0xe0bca1(_0x225717,_0x5ce564,_0x3ea806,_0x5867b6){return _0x158100(_0x3ea806- -0x13d,_0x5ce564-_0x5101cf._0x4bd22d,_0x3ea806-_0x5101cf._0x24a2ab,_0x5867b6);}_0x32785e[_0x51851b(0x3d,0x51,0x58,_0x519a2e._0x29c1e7)](_0x1007ac,null)?delete _0x12b56b['coder_setu'+_0x51851b(0x54,0x50,0x4b,_0x519a2e._0x5db7d4)]:_0x12b56b[_0x51851b(_0x519a2e._0x2fea4b,0x53,0x26,_0x519a2e._0xc70e20)+_0xe0bca1(_0x519a2e._0xe14534,_0x519a2e._0x52de15,_0x519a2e._0x56a4aa,_0x519a2e._0x199f27)]=_0x1007ac;function _0x51851b(_0x3595ea,_0x256226,_0x2ee944,_0x41b2df){return _0x1baa5f(_0x3595ea-0x1c3,_0x3595ea,_0x2ee944-_0x2152da._0x50422f,_0x256226- -0x208);}await _0x32785e[_0x51851b(0x1,_0x519a2e._0x8888ca,_0x519a2e._0x1cf148,_0x519a2e._0x2e3191)](saveConfig,_0x12b56b);}export async function getServerPort(){const _0x391cac={_0x4276f8:0x15e,_0x3a534a:0x128,_0x1d9f5c:0x19b,_0xb5183a:0x156,_0x32458c:0x174,_0x52a237:0x141,_0x486bbe:0x165,_0x5c88ec:0x17d},_0x4f6e3e={_0x42d375:0xe6};function _0x431113(_0x1f9115,_0xabe78d,_0x10ae6a,_0x2ca846){return _0x158100(_0x1f9115- -0xa4,_0xabe78d-0x51,_0x10ae6a-0x18e,_0xabe78d);}const _0x2aa21f={'tBDep':function(_0x2c8003,_0x21defe,_0x1b21f4){return _0x2c8003(_0x21defe,_0x1b21f4);}};function _0xf95a53(_0x453226,_0x5bec18,_0x19c717,_0x30c103){return _0x158100(_0x30c103- -0x98,_0x5bec18-0xbe,_0x19c717-_0x4f6e3e._0x42d375,_0x5bec18);}if(process[_0x431113(0x14e,_0x391cac._0x4276f8,0x15f,_0x391cac._0x3a534a)][_0xf95a53(_0x391cac._0x1d9f5c,_0x391cac._0xb5183a,0x18c,0x16e)])return _0x2aa21f['tBDep'](parseInt,process[_0xf95a53(_0x391cac._0x32458c,_0x391cac._0x52a237,_0x391cac._0x486bbe,0x15a)][_0xf95a53(0x151,_0x391cac._0x5c88ec,0x18d,0x16e)],0x3*0x77f+0x2125+-0x3798);const _0x3542c2=await loadConfig();return _0x3542c2['server_por'+'t']||0x1*-0xdab+-0x8ae+-0x3*-0xb5b;}export async function saveServerPort(_0x3f2315){const _0x11ff17={_0x193c28:0x571,_0x256438:0x544},_0x1ee969={_0x77b533:0x33a},_0x5f1132={'HMHVk':function(_0x3fdd2e){return _0x3fdd2e();},'QvCxW':function(_0x1a80ba,_0x1281ab){return _0x1a80ba(_0x1281ab);}},_0x187a25=await _0x5f1132['HMHVk'](loadConfig);_0x187a25[_0x3167a9(0x54b,0x51f,_0x11ff17._0x193c28,_0x11ff17._0x256438)+'t']=_0x3f2315;function _0x3167a9(_0x59fabc,_0x3a2b30,_0x73085f,_0x31cda8){return _0x1baa5f(_0x59fabc-0x2c,_0x59fabc,_0x73085f-0xf8,_0x31cda8-_0x1ee969._0x77b533);}await _0x5f1132['QvCxW'](saveConfig,_0x187a25);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x306a92={_0x44287a:0x3ba,_0x20f613:0x3aa,_0x564f8e:0x3c2,_0x7ca996:0x365,_0x54bf5f:0x390,_0x1058b2:0x39b,_0x10c250:0x3a2,_0x19cf8a:0x389,_0xaf68c8:0x393,_0x19d3a3:0x39e,_0x567774:0x387,_0x2608a9:0x35b,_0x4cef03:0x3ab,_0x4fd19a:0x39c,_0x1a1c70:0x38c,_0x52ca7e:0x3bf},_0x4f0218={_0x3989fd:0x8d,_0x2220e0:0x78};function _0x48b4ee(_0x4dad01,_0x559672,_0x309e06,_0x1ccc09){return _0x158100(_0x559672-0x19c,_0x559672-0x193,_0x309e06-0x1ac,_0x1ccc09);}const _0x30668d={'OkkFy':function(_0xc02eca){return _0xc02eca();}},_0x3e1c13=await _0x30668d[_0x5a1bed(_0x306a92._0x44287a,0x399,_0x306a92._0x20f613,_0x306a92._0x564f8e)](loadConfig);if(_0x3e1c13[_0x48b4ee(_0x306a92._0x7ca996,_0x306a92._0x54bf5f,0x38d,0x3a7)+_0x48b4ee(0x388,0x36f,_0x306a92._0x1058b2,0x374)])return _0x3e1c13[_0x5a1bed(0x35e,_0x306a92._0x10c250,_0x306a92._0x19cf8a,_0x306a92._0xaf68c8)+'ath'];function _0x5a1bed(_0x2ff043,_0x41ede5,_0x3456c2,_0xb758d8){return _0x1baa5f(_0x2ff043-_0x4f0218._0x3989fd,_0xb758d8,_0x3456c2-_0x4f0218._0x2220e0,_0x3456c2-0x154);}return process[_0x5a1bed(_0x306a92._0x19d3a3,0x3af,_0x306a92._0x567774,_0x306a92._0x2608a9)][_0x5a1bed(_0x306a92._0x4cef03,_0x306a92._0x4fd19a,_0x306a92._0x1a1c70,0x360)+_0x5a1bed(0x3bb,_0x306a92._0x52ca7e,0x398,0x39f)]||null;}export async function saveSslCertPath(_0x2e017e){const _0x169455={_0x610ce4:0x349,_0x7cc408:0x345,_0x297d85:0x33a,_0x4ef6e3:0x349,_0x5ef8fc:0x28e,_0x4f6fab:0x293,_0x570b07:0x328,_0x49dcee:0x296,_0x20c15c:0x2a2,_0x3f6b02:0x2c0,_0x4c0252:0x329,_0x1d8ef9:0x321,_0x45304b:0x2f9,_0x4c6943:0x2a5,_0x53e148:0x282},_0x30cee2={_0x4d5e73:0x14e},_0x234ac7={_0x4ab628:0xf3,_0x40a693:0x1b5};function _0xea892b(_0x49f33e,_0x89669a,_0x414a3f,_0x88d102){return _0x1baa5f(_0x49f33e-_0x234ac7._0x4ab628,_0x414a3f,_0x414a3f-_0x234ac7._0x40a693,_0x49f33e-0x61);}function _0x50ebde(_0x59b578,_0x2aced4,_0x174ea7,_0x59825c){return _0x158100(_0x174ea7-_0x30cee2._0x4d5e73,_0x2aced4-0x74,_0x174ea7-0x1d,_0x59b578);}const _0x23bcc7={'SwLSf':function(_0x3283e8,_0x2cf8b3){return _0x3283e8===_0x2cf8b3;},'nuWVv':_0x50ebde(_0x169455._0x610ce4,0x34f,0x34f,0x34c),'xpfgP':function(_0x459605,_0x1ef401){return _0x459605(_0x1ef401);}},_0x3b63b5=await loadConfig();if(_0x23bcc7['SwLSf'](_0x2e017e,null)){if(_0x23bcc7[_0x50ebde(0x366,_0x169455._0x7cc408,_0x169455._0x297d85,_0x169455._0x4ef6e3)]===_0x23bcc7[_0xea892b(_0x169455._0x5ef8fc,_0x169455._0x4f6fab,0x27f,0x2b2)])delete _0x3b63b5[_0x50ebde(0x364,_0x169455._0x570b07,0x342,0x324)+'ath'];else return{};}else _0x3b63b5[_0xea892b(_0x169455._0x49dcee,0x2c0,_0x169455._0x20c15c,_0x169455._0x3f6b02)+_0x50ebde(_0x169455._0x4c0252,0x33e,_0x169455._0x1d8ef9,_0x169455._0x45304b)]=_0x2e017e;await _0x23bcc7[_0xea892b(0x2a2,_0x169455._0x4c6943,_0x169455._0x53e148,0x2be)](saveConfig,_0x3b63b5);}export async function getSslKeyPath(){const _0x5af270={_0x3c4011:0x171,_0x42ef33:0x1b6,_0x4b7d8c:0x1a3,_0x38f9de:0x1e6,_0xb16ec2:0x1ab,_0x273a02:0x15c,_0x456e16:0x16d,_0x9b70b3:0x175,_0x105017:0x5a9,_0x33bbb4:0x57e,_0x456302:0x5be,_0x405c5c:0x598,_0x575640:0x5b1,_0x236097:0x5d6,_0x32a060:0x5b1,_0x5a4c3d:0x5b8,_0x1a6227:0x5b6,_0x17c0e8:0x5a1},_0x5e01c0={_0xc4e24:0x388,_0x203181:0xd6},_0x2374b5={_0x243849:0x3af},_0x3ec868={'dcasX':function(_0xf60dcc){return _0xf60dcc();},'jmwkT':_0x5038ff(-0x15e,-0x165,-_0x5af270._0x3c4011,-0x176),'wUOcY':_0x5038ff(-_0x5af270._0x42ef33,-_0x5af270._0x4b7d8c,-_0x5af270._0x38f9de,-0x1b8)};function _0x4d76bf(_0x45d5aa,_0x2e9422,_0x1548f1,_0xb5e0f6){return _0x158100(_0x1548f1-_0x2374b5._0x243849,_0x2e9422-0x2f,_0x1548f1-0xcc,_0xb5e0f6);}const _0xfe2c2e=await _0x3ec868['dcasX'](loadConfig);if(_0xfe2c2e[_0x5038ff(-_0x5af270._0xb16ec2,-0x158,-_0x5af270._0x273a02,-0x186)+'th'])return _0x3ec868[_0x5038ff(-_0x5af270._0x456e16,-0x178,-_0x5af270._0x9b70b3,-0x18c)]===_0x3ec868[_0x4d76bf(_0x5af270._0x105017,0x58c,_0x5af270._0x33bbb4,0x55b)]?_0x52cd18[_0x4d76bf(_0x5af270._0x456302,_0x5af270._0x405c5c,_0x5af270._0x575640,0x5b3)+'th']:_0xfe2c2e[_0x4d76bf(_0x5af270._0x236097,0x5b9,_0x5af270._0x32a060,0x5a4)+'th'];function _0x5038ff(_0x386c3f,_0x3be3fa,_0x31a6bb,_0x23f112){return _0x158100(_0x23f112- -_0x5e01c0._0xc4e24,_0x3be3fa-0x111,_0x31a6bb-_0x5e01c0._0x203181,_0x31a6bb);}return process[_0x4d76bf(_0x5af270._0x5a4c3d,_0x5af270._0x1a6227,_0x5af270._0x17c0e8,0x5ae)]['SSL_KEY_PA'+'TH']||null;}export async function saveSslKeyPath(_0x1f0e48){const _0x5093cf={_0x4e236b:0x4dd,_0x45647e:0x506,_0x30e8f1:0x540,_0x13a105:0x519,_0x17982e:0x4f4,_0xe53034:0x4cf,_0x92d7d4:0x4d3,_0x3de1b4:0x50a,_0x2a41c7:0x4b6,_0x583968:0x51b,_0x16075d:0x528,_0x19971f:0x4d5,_0x153a96:0x4ea},_0x524243={_0x3d8169:0x181};function _0x2a7dfa(_0x1937da,_0xc1125f,_0x24cb15,_0x5f1f6b){return _0x1baa5f(_0x1937da-0x65,_0x5f1f6b,_0x24cb15-_0x524243._0x3d8169,_0x24cb15-0x2c4);}const _0x35afd4={'VjbxA':function(_0x146628){return _0x146628();},'utOVh':function(_0x4d7f4f,_0x213abf){return _0x4d7f4f===_0x213abf;},'TpPVb':function(_0x40c191,_0x43ad33){return _0x40c191!==_0x43ad33;},'JVHse':_0x1e9f20(_0x5093cf._0x4e236b,0x515,0x506,_0x5093cf._0x45647e),'lMynM':function(_0x573cb3,_0x25f9bc){return _0x573cb3(_0x25f9bc);}};function _0x1e9f20(_0x18c455,_0x526f81,_0x26c1c6,_0x3390e1){return _0x158100(_0x3390e1-0x2f6,_0x526f81-0xa1,_0x26c1c6-0x4,_0x26c1c6);}const _0x188dc3=await _0x35afd4[_0x2a7dfa(0x4c8,0x4f8,0x4cd,0x4a9)](loadConfig);_0x35afd4[_0x2a7dfa(_0x5093cf._0x30e8f1,0x52d,_0x5093cf._0x13a105,0x540)](_0x1f0e48,null)?delete _0x188dc3[_0x1e9f20(_0x5093cf._0x17982e,0x4dc,0x50d,0x4f8)+'th']:_0x35afd4[_0x2a7dfa(_0x5093cf._0xe53034,_0x5093cf._0x92d7d4,0x4e0,_0x5093cf._0x3de1b4)](_0x35afd4['JVHse'],_0x35afd4[_0x1e9f20(_0x5093cf._0x2a41c7,0x4b4,0x4ad,0x4d9)])?_0x489a16[_0x1e9f20(_0x5093cf._0x583968,0x517,_0x5093cf._0x16075d,0x50c)+'h']=_0x6fe322:_0x188dc3[_0x1e9f20(_0x5093cf._0x19971f,0x4d6,0x4e6,0x4f8)+'th']=_0x1f0e48,await _0x35afd4[_0x1e9f20(0x517,_0x5093cf._0x153a96,0x523,0x504)](saveConfig,_0x188dc3);}export async function getSslCaPath(){const _0x218233={_0x1bb3f5:0xf4,_0x4ae7f8:0x109,_0x299729:0xed,_0x3c8c4a:0xe4,_0x360232:0xc8,_0x405f6b:0x78,_0x2736d7:0x87},_0x3ad5af={_0x29b225:0x16},_0x3b6999={_0x40724c:0xf0},_0x2f4c3={'apFdb':function(_0x7e7689){return _0x7e7689();}};function _0x56a1cf(_0x5a3153,_0x40f09e,_0x20ac19,_0x51cc9f){return _0x158100(_0x5a3153- -0x128,_0x40f09e-_0x3b6999._0x40724c,_0x20ac19-0x12e,_0x51cc9f);}function _0x439540(_0x491005,_0x4dc5d4,_0xa91db0,_0x4379d8){return _0x158100(_0xa91db0- -0x14e,_0x4dc5d4-0xa5,_0xa91db0-_0x3ad5af._0x29b225,_0x4379d8);}const _0x520daf=await _0x2f4c3[_0x56a1cf(_0x218233._0x1bb3f5,0x110,0xe9,_0x218233._0x4ae7f8)](loadConfig);if(_0x520daf['ssl_ca_pat'+'h'])return _0x520daf[_0x439540(_0x218233._0x299729,_0x218233._0x3c8c4a,_0x218233._0x360232,0xef)+'h'];return process['env'][_0x439540(0xc4,_0x218233._0x405f6b,0xa3,_0x218233._0x2736d7)+'H']||null;}export async function saveSslCaPath(_0x48d851){const _0x4393d1={_0x1cc750:0x12c,_0x977a58:0x171,_0x80baf8:0x11c,_0x5c262f:0x160},_0xe74388={_0x2d542d:0x14a,_0x2909e8:0x19e},_0x620861={'MiaXo':function(_0x1a091b){return _0x1a091b();},'nHIlc':function(_0x363af2,_0x460478){return _0x363af2===_0x460478;},'JkmDM':function(_0x2a3ae9,_0x3dffea){return _0x2a3ae9(_0x3dffea);}},_0x1d05c5=await _0x620861['MiaXo'](loadConfig);function _0x312adb(_0x6f27a1,_0x3e4051,_0x1ded66,_0x236e16){return _0x158100(_0x6f27a1- -0xe1,_0x3e4051-_0xe74388._0x2d542d,_0x1ded66-_0xe74388._0x2909e8,_0x1ded66);}_0x620861[_0x2ef4d8(0xee,_0x4393d1._0x1cc750,0x128,0x102)](_0x48d851,null)?delete _0x1d05c5[_0x2ef4d8(_0x4393d1._0x977a58,0x138,0x153,0x143)+'h']:_0x1d05c5[_0x2ef4d8(_0x4393d1._0x80baf8,_0x4393d1._0x5c262f,0x11a,0x143)+'h']=_0x48d851;function _0x2ef4d8(_0xa0f7a3,_0x57ef26,_0x31a0c6,_0x5ab124){return _0x1baa5f(_0xa0f7a3-0x166,_0x31a0c6,_0x31a0c6-0x1cb,_0x5ab124- -0x114);}await _0x620861['JkmDM'](saveConfig,_0x1d05c5);}function _0x158100(_0x43857f,_0xcb02e0,_0x2def42,_0x4bcb00){return _0x1fb4(_0x43857f-0x16,_0x4bcb00);}export async function getTrustProxy(){const _0x453e4d={_0x46c733:0x220,_0x1379a3:0x22c,_0x42fd01:0x252,_0x175811:0x326,_0x16abc8:0x1f8,_0x31cad8:0x20d,_0x5e4cf7:0x1df},_0x2600a9={_0x5c4c4f:0x144,_0x61da16:0x4a},_0x5ba200={_0x41d5bd:0xe};function _0x715d48(_0x58227a,_0x22fb0c,_0x9c39ca,_0x5c4949){return _0x1baa5f(_0x58227a-0x153,_0x9c39ca,_0x9c39ca-0xf1,_0x58227a- -_0x5ba200._0x41d5bd);}function _0xbc2d1d(_0x2cf484,_0x3c2a09,_0x2c6220,_0x37bc93){return _0x158100(_0x2cf484-_0x2600a9._0x5c4c4f,_0x3c2a09-_0x2600a9._0x61da16,_0x2c6220-0x9b,_0x3c2a09);}const _0x2c57f0={'NVPpH':function(_0x2226ab){return _0x2226ab();},'uUWqC':function(_0x49ea7c,_0xa388fb){return _0x49ea7c!==_0xa388fb;}},_0x1c3309=await _0x2c57f0[_0x715d48(_0x453e4d._0x46c733,0x24a,_0x453e4d._0x1379a3,0x243)](loadConfig);if(_0x2c57f0[_0x715d48(0x22b,_0x453e4d._0x42fd01,0x1fe,0x230)](_0x1c3309['trust_prox'+'y'],undefined))return _0x1c3309[_0xbc2d1d(0x30a,0x2e3,_0x453e4d._0x175811,0x31d)+'y'];return process[_0x715d48(0x225,0x231,0x21a,0x21b)][_0x715d48(_0x453e4d._0x16abc8,_0x453e4d._0x31cad8,_0x453e4d._0x5e4cf7,0x217)+'Y']||null;}export async function saveTrustProxy(_0x517a4e){const _0x2da4f4={_0x48d76d:0x587,_0x264128:0x5ce,_0x29dad2:0x5c2,_0x3f8974:0x5b6,_0x143e2e:0x179,_0x367508:0x17f,_0x15aada:0x1ae,_0x2cec85:0x191,_0x37210d:0x1a2,_0x5c73b3:0x1b2,_0x24cafc:0x5b4,_0x152d04:0x5d0,_0x29006b:0x176,_0x2b5090:0x15b,_0x7b0be9:0x19a,_0x1dc981:0x184,_0x5377d8:0x57b,_0x2e0f58:0x594,_0x302000:0x149,_0x2b1f51:0x16c,_0x1a57c0:0x13f,_0x426895:0x181,_0x4ffd06:0x152},_0x33294a={_0x151e42:0x5},_0x3259db={_0x215263:0x24};function _0x26ec62(_0x3e63e9,_0x47b97e,_0x519d61,_0x431d77){return _0x158100(_0x3e63e9- -0x5a,_0x47b97e-_0x3259db._0x215263,_0x519d61-0x11b,_0x47b97e);}const _0x3e4d38={};function _0x3ecba9(_0x53ff90,_0x50e93a,_0x49e13f,_0x2b43e4){return _0x158100(_0x49e13f-0x3ae,_0x50e93a-0x19d,_0x49e13f-_0x33294a._0x151e42,_0x50e93a);}_0x3e4d38[_0x3ecba9(0x56a,0x55a,_0x2da4f4._0x48d76d,0x5a5)]=function(_0x178bd7,_0x403a9c){return _0x178bd7===_0x403a9c;},_0x3e4d38[_0x3ecba9(_0x2da4f4._0x264128,_0x2da4f4._0x29dad2,_0x2da4f4._0x3f8974,0x592)]=function(_0x5543a6,_0x52042f){return _0x5543a6===_0x52042f;},_0x3e4d38[_0x26ec62(0x188,0x192,_0x2da4f4._0x143e2e,0x1af)]='lsiOH';const _0x2a2b99=_0x3e4d38,_0x2d7955=await loadConfig();if(_0x2a2b99[_0x26ec62(_0x2da4f4._0x367508,0x181,_0x2da4f4._0x367508,0x18e)](_0x517a4e,null)){if(_0x2a2b99[_0x26ec62(_0x2da4f4._0x15aada,_0x2da4f4._0x2cec85,_0x2da4f4._0x37210d,_0x2da4f4._0x5c73b3)](_0x3ecba9(_0x2da4f4._0x24cafc,_0x2da4f4._0x152d04,0x5bf,0x5ce),_0x2a2b99[_0x26ec62(0x188,_0x2da4f4._0x29006b,0x1a3,_0x2da4f4._0x2b5090)]))throw new _0xe779c2(_0x26ec62(0x191,0x16c,_0x2da4f4._0x7b0be9,0x183)+_0x26ec62(_0x2da4f4._0x1dc981,0x172,0x1a3,0x196)+_0x50451a+_0x3ecba9(0x56d,_0x2da4f4._0x5377d8,_0x2da4f4._0x2e0f58,0x5c1)+_0x49c360+'\x20('+_0x4ac417[_0x26ec62(0x174,0x18f,_0x2da4f4._0x302000,_0x2da4f4._0x143e2e)]+')');else delete _0x2d7955[_0x26ec62(_0x2da4f4._0x2b1f51,_0x2da4f4._0x1a57c0,_0x2da4f4._0x426895,0x166)+'y'];}else _0x2d7955[_0x26ec62(0x16c,0x168,0x17d,_0x2da4f4._0x4ffd06)+'y']=_0x517a4e;await saveConfig(_0x2d7955);}export async function validateSslFile(_0x190676,_0x20c94e){const _0x1ebb83={_0x10fe9b:0x2db,_0x1ff39a:0x30b,_0x4b9b4c:0x2e4,_0x31563b:0x2ad,_0x3957f4:0x281,_0x3d809f:0x11a,_0x1a3f38:0x129,_0x1c927a:0x139,_0x59b31d:0x2d1,_0x236bcf:0x2d0,_0x872327:0x2e4,_0x4e98e5:0x2d3,_0xf3073b:0x16b,_0x3269ea:0x12b,_0x41b875:0x143,_0xde6e8f:0x29c,_0x2a320d:0x2f0,_0x507ab8:0x10e,_0x1cd82e:0x119,_0x304ccc:0x114,_0x550847:0x10d,_0x26b272:0x120,_0x1f8052:0x12c,_0x55cbf7:0x122,_0x1b2e9e:0x111,_0x5e941b:0x2e5,_0x41283a:0x2f3,_0x4bbd12:0x15f,_0xec6401:0x132,_0x42f74b:0x2b4,_0x46268b:0x294,_0x377628:0x2ab,_0x45cdeb:0x2a2,_0x1e684b:0xed,_0x378162:0x11b,_0x571164:0x2d2,_0x3ebfbe:0x2eb,_0x85cf09:0x2c3,_0x4b8965:0x310,_0x18084e:0x2f9,_0x1326cb:0x13f,_0x1a48d6:0x162,_0x4921e1:0x14b,_0x52c28f:0x106,_0x33b318:0x2f4,_0x3f9391:0x2db,_0x410ae0:0x136,_0x406d0b:0x150,_0x3b1da0:0x12b,_0x138a01:0x11d,_0x11b67d:0x2bc,_0x3b01a8:0x2e9,_0x416433:0x2cf},_0x3ef68e={_0x54731e:0x87},_0x3b74f8={_0x327e67:0xc1},_0x4321ce={};_0x4321ce[_0x2e1ec3(0x2d7,0x2f2,0x2b9,_0x1ebb83._0x10fe9b)]=function(_0x4bc730,_0x253887){return _0x4bc730===_0x253887;};function _0x2e1ec3(_0x288f9b,_0x298f6c,_0x50a0db,_0x3c8ae1){return _0x1baa5f(_0x288f9b-0x11,_0x298f6c,_0x50a0db-_0x3b74f8._0x327e67,_0x288f9b-0xa8);}_0x4321ce[_0x2e1ec3(0x2f2,0x2d4,0x2d0,0x309)]=_0x2e1ec3(0x2e6,0x30a,_0x1ebb83._0x1ff39a,_0x1ebb83._0x4b9b4c),_0x4321ce[_0x5bf368(-0xf7,-0x110,-0x10c,-0x111)]=_0x2e1ec3(_0x1ebb83._0x31563b,_0x1ebb83._0x3957f4,0x2d9,0x2ce),_0x4321ce[_0x5bf368(-_0x1ebb83._0x3d809f,-_0x1ebb83._0x1a3f38,-0x159,-_0x1ebb83._0x1c927a)]=_0x2e1ec3(0x2d8,_0x1ebb83._0x59b31d,_0x1ebb83._0x236bcf,0x2f3),_0x4321ce[_0x2e1ec3(_0x1ebb83._0x872327,0x2fe,_0x1ebb83._0x4e98e5,0x2d9)]=_0x5bf368(-_0x1ebb83._0xf3073b,-_0x1ebb83._0x3269ea,-_0x1ebb83._0x41b875,-0x145);function _0x5bf368(_0x5f555d,_0x59d05a,_0x1c8383,_0x13943f){return _0x1baa5f(_0x5f555d-_0x3ef68e._0x54731e,_0x5f555d,_0x1c8383-0x40,_0x13943f- -0x357);}const _0x4f9668=_0x4321ce;try{await _0x4fd4c4[_0x2e1ec3(0x2b6,_0x1ebb83._0xde6e8f,0x2c2,0x2b7)](_0x190676,_0xbf39c2['R_OK']);}catch(_0x5a633c){if(_0x4f9668[_0x2e1ec3(0x2d7,_0x1ebb83._0x2a320d,0x2ff,0x2b7)](_0x5bf368(-0x13b,-0x114,-_0x1ebb83._0x507ab8,-_0x1ebb83._0x1cd82e),_0x4f9668[_0x5bf368(-0x102,-_0x1ebb83._0x304ccc,-0x100,-_0x1ebb83._0x550847)])){if(_0x4f9668['mtVCs'](_0x5a633c[_0x5bf368(-0x14b,-0x12f,-_0x1ebb83._0x26b272,-_0x1ebb83._0x1f8052)],_0x4f9668[_0x5bf368(-0x129,-_0x1ebb83._0x55cbf7,-0xf3,-_0x1ebb83._0x1b2e9e)])){if(_0x4f9668[_0x2e1ec3(0x2d7,_0x1ebb83._0x5e941b,0x2f6,_0x1ebb83._0x236bcf)](_0x4f9668[_0x2e1ec3(0x2c6,0x2a8,0x2f3,_0x1ebb83._0x41283a)],_0x4f9668['EAvtt']))throw new Error(_0x20c94e+(_0x2e1ec3(0x2e3,0x30e,0x2de,0x2d2)+_0x5bf368(-0x15a,-_0x1ebb83._0x4bbd12,-0x13f,-_0x1ebb83._0xec6401))+_0x190676);else throw new _0x5b6d85(_0x5fc4eb+('\x20file\x20is\x20n'+'ot\x20readabl'+_0x2e1ec3(_0x1ebb83._0x42f74b,_0x1ebb83._0x46268b,_0x1ebb83._0x377628,_0x1ebb83._0x45cdeb)+_0x2e1ec3(0x2fc,0x311,0x300,0x2f4)+_0x5bf368(-0x121,-0x14d,-0x14c,-0x137))+_0x512368);}else{if(_0x4f9668['mtVCs'](_0x5a633c['code'],_0x4f9668[_0x5bf368(-_0x1ebb83._0x1a3f38,-0x13d,-_0x1ebb83._0x1e684b,-_0x1ebb83._0x378162)]))throw new Error(_0x20c94e+(_0x2e1ec3(_0x1ebb83._0x571164,_0x1ebb83._0x3ebfbe,_0x1ebb83._0x85cf09,0x2b8)+_0x2e1ec3(0x2f5,_0x1ebb83._0x4b8965,_0x1ebb83._0x18084e,0x31f)+_0x5bf368(-_0x1ebb83._0x1326cb,-_0x1ebb83._0x1a48d6,-0x12a,-_0x1ebb83._0x4921e1)+_0x5bf368(-0xe6,-_0x1ebb83._0x52c28f,-0x102,-0x103)+_0x2e1ec3(0x2c8,_0x1ebb83._0x33b318,0x2d0,_0x1ebb83._0x3f9391))+_0x190676);else throw new Error(_0x5bf368(-_0x1ebb83._0x410ae0,-0x113,-_0x1ebb83._0x406d0b,-_0x1ebb83._0x3b1da0)+'ess\x20'+_0x20c94e+'\x20file:\x20'+_0x190676+'\x20('+_0x5a633c[_0x5bf368(-0x137,-_0x1ebb83._0x138a01,-_0x1ebb83._0xf3073b,-0x148)]+')');}}else _0x177410[_0x5bf368(-0xfc,-0x105,-0x143,-0x122)+_0x2e1ec3(_0x1ebb83._0x11b67d,_0x1ebb83._0x3b01a8,_0x1ebb83._0x416433,0x2af)]=_0x32b86e;}}
@@ -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(_0x31a392,_0x21df43){const _0x400909={_0x2a0944:0x22b,_0x21a6c0:0xa4,_0x34a620:0x181,_0x4e17b4:0x206,_0x27799d:0x199,_0x20b997:0xd4,_0xfcafa8:0x112,_0x3a6b80:0x17d,_0x246a6c:0x172,_0x1fee93:0xdc,_0x50bd51:0x17f,_0x122aa1:0x177,_0x121862:0x105,_0x5b3347:0xe4,_0x36cb3e:0xc7,_0xc61251:0x13f,_0xead853:0x1ea,_0x3f662a:0x227},_0x8271c9={_0x55e337:0x5c},_0x30ea64=_0x31a392();function _0x5781a1(_0x40c289,_0x423903,_0x8b2a0d,_0x355f9a){return _0x4763(_0x355f9a- -0x398,_0x423903);}function _0x29d3bb(_0x44978e,_0x5c2b3a,_0x5c5d9b,_0x1e1ca4){return _0x4763(_0x44978e- -_0x8271c9._0x55e337,_0x5c5d9b);}while(!![]){try{const _0x4ef6f8=-parseInt(_0x29d3bb(_0x400909._0x2a0944,0x22b,0x1c1,0x207))/(-0x1ccb+-0x305*0xc+0x4*0x1042)+parseInt(_0x29d3bb(0x1d6,0x20f,0x248,0x1bb))/(-0x1dbb+0x2*0x11ea+0x1*-0x617)+parseInt(_0x5781a1(-_0x400909._0x21a6c0,-_0x400909._0x34a620,-0x98,-0x109))/(0x5e*0x10+0xa*0x11a+-0x10e1)*(parseInt(_0x29d3bb(_0x400909._0x4e17b4,_0x400909._0x27799d,0x1fe,0x255))/(-0x2f*0x47+0x4e*-0x52+-0x5b*-0x6b))+parseInt(_0x5781a1(-0x17f,-_0x400909._0x20b997,-0x182,-_0x400909._0xfcafa8))/(0x1a6f+-0x13b9+-0x6b1)*(-parseInt(_0x29d3bb(_0x400909._0x3a6b80,_0x400909._0x246a6c,0x1ae,0x135))/(-0xe65+0x102b+-0x1c0))+-parseInt(_0x5781a1(-0x17c,-_0x400909._0x1fee93,-0xf6,-0x12d))/(-0x2*-0x598+-0x1f53+0x1*0x142a)+-parseInt(_0x5781a1(-_0x400909._0x50bd51,-_0x400909._0x122aa1,-0x1d1,-0x17d))/(-0x43*0x71+0xbf4+0x11a7)*(parseInt(_0x5781a1(-0xdc,-0x176,-0x174,-_0x400909._0x121862))/(-0x21ad+0x18bc*-0x1+0x3a72))+parseInt(_0x5781a1(-_0x400909._0x5b3347,-0x109,-_0x400909._0x36cb3e,-_0x400909._0xc61251))/(-0xa0+0x1259+-0x11af)*(parseInt(_0x29d3bb(0x1b6,0x227,_0x400909._0xead853,_0x400909._0x3f662a))/(-0x1071+-0x1032*-0x2+-0xfe8));if(_0x4ef6f8===_0x21df43)break;else _0x30ea64['push'](_0x30ea64['shift']());}catch(_0x4e4824){_0x30ea64['push'](_0x30ea64['shift']());}}}(_0x2378,0x41f53+0x1*-0x1d8a2+-0x46e));function _0x4763(_0x56763,_0x393388){_0x56763=_0x56763-(0x10a4+-0x1*-0x9db+-0x175*0x11);const _0x33f6d3=_0x2378();let _0x20801d=_0x33f6d3[_0x56763];if(_0x4763['CYzjoy']===undefined){var _0x4b2dc7=function(_0x13178e){const _0x4a226c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xa49815='',_0x326ec5='';for(let _0x3cad3f=-0x133*-0x8+0x14f+0x1*-0xae7,_0x30cf2d,_0x246fa3,_0x1ea78e=-0x17fb+0x1ddd+-0x5e2;_0x246fa3=_0x13178e['charAt'](_0x1ea78e++);~_0x246fa3&&(_0x30cf2d=_0x3cad3f%(-0x1c0b+0x607*-0x2+0x281d)?_0x30cf2d*(-0x285+-0x2*-0x43a+-0x3*0x1e5)+_0x246fa3:_0x246fa3,_0x3cad3f++%(-0x1*0x841+0x8ef+-0xaa))?_0xa49815+=String['fromCharCode'](-0xdf5+0x21f2+-0x16*0xdd&_0x30cf2d>>(-(-0x7*0x391+-0x10d9+-0x65*-0x6a)*_0x3cad3f&0x140d+0x3*0x85b+-0x2d18)):0x1f*0xd0+-0x1510+0x210*-0x2){_0x246fa3=_0x4a226c['indexOf'](_0x246fa3);}for(let _0x45ca0e=-0x14b3+-0x9*-0x183+0x4*0x1c6,_0x55f7f2=_0xa49815['length'];_0x45ca0e<_0x55f7f2;_0x45ca0e++){_0x326ec5+='%'+('00'+_0xa49815['charCodeAt'](_0x45ca0e)['toString'](-0x2d*-0x6f+0x18f3+0x1*-0x2c66))['slice'](-(0x77c+0xb38+0x959*-0x2));}return decodeURIComponent(_0x326ec5);};_0x4763['RobaKm']=_0x4b2dc7,_0x4763['dVAILP']={},_0x4763['CYzjoy']=!![];}const _0x3b5879=_0x33f6d3[0x124c+0x112+0x135e*-0x1],_0x4fa1fd=_0x56763+_0x3b5879,_0x5650f6=_0x4763['dVAILP'][_0x4fa1fd];return!_0x5650f6?(_0x20801d=_0x4763['RobaKm'](_0x20801d),_0x4763['dVAILP'][_0x4fa1fd]=_0x20801d):_0x20801d=_0x5650f6,_0x20801d;}import _0x260d5b from'readline';function _0x2378(){const _0x288cbc=['igLUihDPDgGGDa','tvvwA1q','wuLTwgC','rxP6Dgq','v2fYBMLUzZOGqW','vfzsrfq','uvjcCvi','CYWGyw5KigH5Ca','ugfZC3DVCMq6ia','y3rLCNm','CwfLy3q','sw52ywXPzcb2yq','CgfZC3DVCMq','iI4GvxnLig9UBa','icbtzxj2zxiGqq','Aw4Sig1HBMfNzq','iI4UlG','yw5KigvUDMLYBW','rxjYB3i6ifbHCW','zsbxzwiGvuKU','Ee9MBhq','BMCGywXYzwfKEq','Aw5NCYbPBIb0Aa','zs4GqwrTAw4GyG','icaGica','zfHYA0q','C1zAuKe','lxjVBgu9','u2vYDMvYiefKBq','mtu2ntr3CezxrKy','z1Lctwy','wvHPzuG','DMLYB25Tzw50ia','oIaGica','u3HzCxC','BwvZC2fNzq','Bhm6','s2fMzey','svf2reO','ls11C2vYBMfTzq','zxf1AxjLza','Dw5KzxjZy29Yzq','iI4GvMfSAwqGDG','BwLU','EsbSzxr0zxjZla','Dg9mB3DLCKnHCW','v09fu3i','C3rKAw4','qLLdBKK','y2f0zwqUifvZzq','zMLUAxrPB25ZlG','vK94u3u','ig51BwjLCNmSia','q3jLyxrPBMCGDq','rfvqteLdqvrf','ywnJzxnZlIa','rMfPBgvKihrVia','BvjiCe4','AxjLza','D3P5y1u','ywrTAw4','zgvoBgq','BMCGy3jLyxrLza','DvbvBu4','BNn0zwfKlG','DxnLCM5HBwu','AvfbENC','vufNv2S','igzVCM1HDcaI','DhjPBq','rxjYB3i6ifvZzq','CMzHy2u','BMfTzq','yLfpyuS','ENrfweS','Eg1ZBuy','B3vSzcbUB3qGzG','icbfBwfPBdOGia','BhniEKe','wxjdq0y','surKBuG','vgHLihvZzxiGyW','rw1HAwW6ia','CIWGzgv2zwXVCa','s29AD0i','CM9SztOGiG','mZnkB3r3uu4','C3bSAxq','CY5QCW','zsbPCYbYzxf1Aq','u2LsDvC','EvPxs3m','ru5RD0O','yw1Lici','CeLJzMO','mty1mJG4tLDtu2vV','BhvLigzVCIaTlq','uM9SzuzSywC','zM13AK0','CM5HBwuGAxmGCG','BM1LBNqGyMLUza','BIbIAw5KAw5Nia','AfryqwS','yxrLzcbZDwnJzq','yw1LigfUzcbWyq','tNrtwMS','CLzjBvm','ruLmAMC','BLr3wwe','AxLyAvq','yxrLzcbHBMqGBG','ANrStha','y2XP','teDet00','svL2t2O','Eu9hEM8','lI4VyMLUzgLUzW','zLj3s2m','mZq1mdu4B092tKzU','wwvuENG','BYbSB25NzxiGyW','v2fYBMLUzZOGrG','icboyw1LoIaGia','CuzPD0S','Ahr3teS','CMvHDguGywrTAq','C3rKB3v0','AgfZ','twfPuMi','CxvLC3rPB24','AwWGAxmGCMvXDq','iefKBwLUihjVBa','icbjrdOGicaGia','v1DAvwu','q29UzMLYBsbqyq','y21ks04','u3rJtMG','vxnLCIbezxrHAq','zxjYB3i','BgvNywn5uM9Szq','BLfQrge','ls1Uyw1Lpq','BM90ig1HDgnO','C3fru1y','zxiSihzPzxDLCG','ywLSzwqGDg8GyW','sefcCuG','igLZigrLChjLyW','zxPiwMm','v2fYBMLUzZOGlq','t2vHrxu','wMv6sfm','thfhzhy','DxnLzeXLz2fJEq','DLLewgO','vxnLCM5HBwu6ia','Aw5WDxq','odCZnJeWve52EwLq','yxrLihvZzxiGlq','rLflu3C','svLgvfO','zxHPC3rZlG','wwLJs2C','ignYzwf0zwqU','Dwjcwgi','rNvSBcboyw1LoG','odiYmJC2C1fZs2Tp','y3jLyxrLihvZzq','DwfgzM4','zxHPDa','D3POwLG','ls1Hzg1PBG','rxjYB3i6ie5HBq','DgvZDa','BLz0uM0','ndqWmJu4suPjze9W','BgvKihrVignYzq','rxjYB3i6ievTyq','ywX1zxm6igfKBq','igjLigf0igXLyq','Bg9N','C2vYDMvY','yxzWCfq','Axntzxj2zxjbza','Aw5KAw5Nkq','zg1PBJOG','wfnRtgq','lxjVBgu9ywrTAq','B250CM9SCYbLBG','icbvC2vYBMfTzq','rxjYB3i6ia','Aw5KifnLCNzLCG','rMzguKy','Cw96zeS','y1LyCKu','ic0TywrTAw4GAq','te9nreC','C3nMDwXSEse','vMjLs0S','u3ztq2C','rxjYB3i6ieLUDG','DMLLD2vY','mJmWBKrJwLLo','mJa1otmZswrfAgX0','C3DVCMqGBxvZDa','iIbHBhjLywr5ia','CIaI','DNrUzxa','EwvZicH2AweGyG','sNvVAKq','C3DVCMrZigrVia','m2Dlz29pBG','ww1fAxy','vxnLihrLyw1Zia','zg1PBIbIAw5KAq','ndvYwfLgsxm','y29Kzq','BwfUywDLCG','rxjYB3i6iezHAq','C2vYici','wfrsu2y','y2XVC2u','AgvUCY4','B0n1r3G','zw1HAwW','C3rHCNrZv2L0Aa','AgvPCIb1C2vYBG','uKXHBfe','yw4GBM93igXVzW','C3n3B3jKoIa','qK95z1G','vu5QAxq','Aw5KAw5Nig5VDa','D2fYBG','y3jLyxrLsw50zq','zgv2zwXVCgvY','q1rgEhC','ANfWALe','D3jPDgu','DgvYBwLUywW','ywXPzcbLBwfPBa'];_0x2378=function(){return _0x288cbc;};return _0x2378();}import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function prompt(_0x38f9fd,_0x41a80b=![]){const _0x48acd5={_0x40cc50:0x54c,_0x52a42a:0x46e,_0x3ebe44:0x4db,_0x10c9eb:0x584,_0x582156:0x5a5,_0x562257:0x523,_0x5ade12:0x595,_0x2956a3:0x5be,_0x373fb3:0x591,_0x482ae9:0x505},_0x539250={_0xc5a74e:0x28e,_0x361a1e:0x2a1,_0x1d5c62:0x2a8,_0x2847b8:0x30d,_0x3cf955:0x2d4,_0x8bf880:0x229,_0x4a85fb:0x1de,_0x407eac:0x342,_0x3e03ff:0x306,_0x34fa7a:0x37d,_0x4270c3:0x26b,_0x320469:0x26b,_0x2ccc94:0x27b,_0x8c70bf:0x268,_0x44df42:0x2aa,_0x37e856:0x30a,_0x3c799a:0x23a,_0x56fe9a:0x272,_0x235b96:0x26d,_0x4e57be:0x241,_0x4c2159:0x23f,_0x3b10d3:0x2a4,_0xf5789c:0x30b,_0x40325e:0x322,_0x4bf06f:0x25b,_0x13c177:0x2a7,_0x2313f7:0x2ba,_0x298b83:0x2e0,_0x1e02d5:0x2ee,_0x5755f7:0x22f,_0x5b6a82:0x2f4,_0x5be6f3:0x340,_0x22e7e7:0x3b1,_0x1fe59d:0x39e,_0x1154cf:0x2af,_0x1820b1:0x35e},_0x456950={_0xd4e1a4:0x43,_0x40c77b:0x69,_0x15533f:0x75,_0x2e56ef:0x34f},_0x44958c={_0x4da0ac:0x171,_0x421a0f:0x2a3},_0xcbe465={_0x50b693:0x30d};function _0x4faf81(_0x48c9a6,_0x5aa6f2,_0x1c9ffc,_0x2272c0){return _0x4763(_0x2272c0-_0xcbe465._0x50b693,_0x5aa6f2);}function _0x2e3cc4(_0x28a366,_0xe48758,_0x5e0132,_0x302f89){return _0x4763(_0x5e0132-0x340,_0xe48758);}const _0x598976={'JqXKL':function(_0x4d6940){return _0x4d6940();},'QRBqR':'Failed\x20to\x20'+'create\x20use'+'r','WOESr':function(_0xecde01,_0x5e5e94){return _0xecde01!==_0x5e5e94;},'fwKli':_0x4faf81(0x4cf,_0x48acd5._0x40cc50,_0x48acd5._0x52a42a,_0x48acd5._0x3ebe44)+_0x4faf81(_0x48acd5._0x10c9eb,_0x48acd5._0x582156,_0x48acd5._0x562257,_0x48acd5._0x5ade12)+_0x4faf81(_0x48acd5._0x2956a3,_0x48acd5._0x373fb3,0x529,0x57c)+'st\x208\x20chara'+_0x2e3cc4(0x578,0x527,_0x48acd5._0x482ae9,0x4d1),'Ezztd':'TmZkV'};return new Promise(_0x1e1636=>{const _0x390c10={_0x430633:0xa8},_0x26b2a1={_0x36b025:0x306,_0xa8ee57:0x34b,_0xf9d777:0x37a,_0x40f1c5:0x3a7,_0x5ec2cc:0x384,_0x4ff1bf:0x3ba,_0x1ef0c4:0x3fc,_0x1de26a:0x341,_0x24e168:0x312,_0x1f62ce:0x2c2,_0x1d1de1:0x2a5,_0x3d2913:0x377,_0x20895e:0x3a1,_0x3afce9:0x451,_0x1d9fbf:0x4d0,_0x1e35cb:0x45a,_0x1095c2:0x320,_0x396abd:0x346,_0x2add3b:0x383,_0x54f1b7:0x32b,_0x535587:0x2da,_0x18ac12:0x3b6,_0x208a95:0x4b1,_0x2b3571:0x47b},_0x17bd0b={_0xcb922d:0x1d3,_0x525602:0x98},_0x27e26d={_0x23c4e3:0x124,_0x51a44b:0x10b},_0x17838d={_0x5a5168:0xbe,_0x4c7798:0x72};function _0x12e179(_0x4d0a96,_0x4e190f,_0x53f162,_0x50f780){return _0x4faf81(_0x4d0a96-_0x17838d._0x5a5168,_0x50f780,_0x53f162-_0x17838d._0x4c7798,_0x53f162- -0x25f);}const _0x2322ef={'KafdF':_0x598976[_0x12e179(_0x539250._0xc5a74e,_0x539250._0x361a1e,0x270,0x29e)],'NtSZk':function(_0x3a3f66,_0x40440a){function _0x52d124(_0x166459,_0x3390a9,_0x3b84b8,_0x4853f0){return _0x12e179(_0x166459-0x1d4,_0x3390a9-0x1e0,_0x4853f0- -0x18d,_0x3390a9);}return _0x598976[_0x52d124(_0x27e26d._0x23c4e3,0x143,0x15b,_0x27e26d._0x51a44b)](_0x3a3f66,_0x40440a);},'ubBXb':_0x4fed09(_0x539250._0x1d5c62,0x2c6,_0x539250._0x2847b8,0x303),'StcNh':function(_0x2ae56e,_0x48456f){return _0x2ae56e(_0x48456f);},'BOygX':_0x598976['fwKli']};function _0x4fed09(_0x660c0f,_0x5befa9,_0x3262b8,_0xcc136a){return _0x4faf81(_0x660c0f-_0x44958c._0x4da0ac,_0x5befa9,_0x3262b8-0x7c,_0x3262b8- -_0x44958c._0x421a0f);}if(_0x4fed09(0x323,0x2d7,_0x539250._0x3cf955,0x32c)!==_0x598976[_0x4fed09(0x29e,0x26c,_0x539250._0x8bf880,_0x539250._0x4a85fb)]){if(_0x41a80b){const _0x3f0d2b=new Writable({'write':(_0x4d3650,_0x29511a,_0x564152)=>{_0x598976['JqXKL'](_0x564152);}}),_0x3c000f={};_0x3c000f[_0x12e179(_0x539250._0x407eac,0x316,_0x539250._0x3e03ff,_0x539250._0x34fa7a)]=process[_0x12e179(_0x539250._0x4270c3,_0x539250._0x320469,0x299,0x254)],_0x3c000f['output']=_0x3f0d2b,_0x3c000f[_0x12e179(_0x539250._0x2ccc94,0x2ce,_0x539250._0x8c70bf,0x213)]=!![];const _0x5264b0=_0x260d5b[_0x4fed09(_0x539250._0x44df42,_0x539250._0x37e856,0x310,0x2d6)+_0x4fed09(_0x539250._0x3c799a,_0x539250._0x56fe9a,_0x539250._0x235b96,_0x539250._0x4e57be)](_0x3c000f);process[_0x4fed09(_0x539250._0x4c2159,0x29a,_0x539250._0x3b10d3,0x304)][_0x4fed09(_0x539250._0xf5789c,_0x539250._0x40325e,0x314,_0x539250._0x34fa7a)](_0x38f9fd),_0x5264b0[_0x4fed09(_0x539250._0x4bf06f,0x244,_0x539250._0x13c177,_0x539250._0x2313f7)]('',_0x137292=>{const _0x3b0330={_0x1e54fe:0x196,_0x13c8de:0x67};function _0x13e8f7(_0x454efd,_0x4b08d6,_0x277fc4,_0x51d72a){return _0x4fed09(_0x454efd-0xb,_0x454efd,_0x51d72a-_0x3b0330._0x1e54fe,_0x51d72a-_0x3b0330._0x13c8de);}function _0x486da1(_0x439078,_0x266b61,_0x420860,_0x522961){return _0x12e179(_0x439078-_0x17bd0b._0xcb922d,_0x266b61-_0x17bd0b._0x525602,_0x266b61-0x33,_0x420860);}_0x2322ef[_0x486da1(0x34f,_0x26b2a1._0x36b025,_0x26b2a1._0xa8ee57,_0x26b2a1._0xf9d777)](_0x486da1(_0x26b2a1._0x40f1c5,_0x26b2a1._0x5ec2cc,_0x26b2a1._0x4ff1bf,_0x26b2a1._0x1ef0c4),_0x2322ef[_0x486da1(0x2e1,_0x26b2a1._0x1de26a,0x3b9,0x3b3)])?(_0x3a8673['error'](_0x2322ef[_0x486da1(_0x26b2a1._0x24e168,_0x26b2a1._0x1f62ce,0x27e,_0x26b2a1._0x1d1de1)],_0x48c74a),_0x32298c['error'](_0x486da1(0x36b,_0x26b2a1._0x3d2913,0x34b,_0x26b2a1._0x20895e)+'led\x20to\x20cre'+_0x13e8f7(0x485,_0x26b2a1._0x3afce9,_0x26b2a1._0x1d9fbf,_0x26b2a1._0x1e35cb)+'\x20'+_0x59cbf8['message']),_0x3b45a4[_0x486da1(_0x26b2a1._0x1095c2,_0x26b2a1._0x396abd,0x3aa,0x2dd)](0x12f6+0x229b+0x359*-0x10)):(_0x5264b0[_0x486da1(0x3cd,_0x26b2a1._0xf9d777,_0x26b2a1._0x2add3b,0x349)](),console[_0x486da1(_0x26b2a1._0x54f1b7,0x351,_0x26b2a1._0x535587,_0x26b2a1._0x18ac12)](''),_0x2322ef[_0x13e8f7(_0x26b2a1._0x208a95,0x3f3,_0x26b2a1._0x2b3571,0x444)](_0x1e1636,_0x137292));});}else{const _0x4ad563={};_0x4ad563[_0x12e179(_0x539250._0x298b83,_0x539250._0x1e02d5,_0x539250._0x3e03ff,0x345)]=process['stdin'],_0x4ad563['output']=process[_0x12e179(0x306,0x29f,0x2e8,0x358)];const _0x789c5a=_0x260d5b['createInte'+_0x4fed09(0x28d,0x28f,0x26d,_0x539250._0x5755f7)](_0x4ad563);_0x789c5a[_0x4fed09(0x2c0,0x269,_0x539250._0x13c177,0x298)](_0x38f9fd,_0x3817f9=>{function _0x55fd72(_0x5ce0bc,_0x5ea947,_0x13c01e,_0x17648c){return _0x12e179(_0x5ce0bc-0x163,_0x5ea947-0xb8,_0x17648c-_0x390c10._0x430633,_0x5ea947);}_0x789c5a[_0x5bfacf(-_0x456950._0xd4e1a4,-_0x456950._0x40c77b,-_0x456950._0x15533f,-0x3e)]();function _0x5bfacf(_0x3adbd4,_0x22ac4d,_0x1affa0,_0xfbc933){return _0x12e179(_0x3adbd4-0x65,_0x22ac4d-0x168,_0x1affa0- -0x3bc,_0x22ac4d);}_0x2322ef[_0x55fd72(0x323,_0x456950._0x2e56ef,0x32a,0x39a)](_0x1e1636,_0x3817f9);});}}else _0xce2b36[_0x12e179(0x306,0x2c7,_0x539250._0x5b6a82,0x2f4)](_0x2322ef[_0x12e179(_0x539250._0x5be6f3,_0x539250._0x22e7e7,0x350,_0x539250._0x1fe59d)]),_0x1a470e[_0x12e179(_0x539250._0x1154cf,_0x539250._0x1820b1,0x313,0x30b)](0x2d*0x87+-0xa80+0x69d*-0x2);});}export function parseCreateUserArgs(_0x146468){const _0x5a2169={_0x4f6b65:0x134,_0x473fb4:0xde,_0xf596d3:0x53,_0x5c99cb:0x2d,_0x4cf3eb:0x4e,_0x44d50c:0xe9,_0x4e122e:0x14,_0xd40dce:0x28,_0x18e538:0x6a,_0x599d5c:0xeb,_0x5b4ecc:0xe5,_0x143edb:0x114,_0x55e3d4:0xaf,_0x39b605:0x9,_0x14c7c8:0x46,_0x490287:0xf3,_0x27f80e:0x3f,_0x55f0b3:0x5d,_0x4846ce:0x7d,_0x8f53b3:0xa4,_0x31b106:0x7c,_0x1cf101:0xe9,_0x22c803:0xdd,_0x53ff73:0x43,_0x18157c:0x4f,_0x172333:0x6c,_0xa4f6e1:0x1f,_0x27da83:0x2b,_0x55139f:0xa2,_0x5cb594:0xdb,_0x4b9aeb:0xf8,_0x94e26c:0xf7,_0x9020d4:0x6f,_0x444b88:0xb5,_0x2d0469:0x81,_0x52f75d:0x8e,_0x3b3796:0xdf,_0x5c81f3:0x82,_0x3abdb1:0x88,_0x5f538b:0xbd,_0x2f3dc3:0x20,_0x278d85:0x11a,_0xb95373:0xae,_0x329c37:0x74,_0x119f53:0xe,_0x27d9cd:0x4d,_0xddd9f7:0x11,_0x55cb48:0xb0,_0x277cf3:0xff,_0x1fc7f9:0xb4,_0x1ca2bc:0xbf,_0x38d7f6:0xd0,_0x2abb59:0x64,_0x59476a:0x10c,_0x4fff23:0xbb,_0x4d65ff:0x8d,_0x5d2990:0x1c,_0x1ccabe:0x8c,_0x2f10f8:0xdf,_0x48ff02:0xca,_0x31d308:0xda,_0x23eae9:0x7a,_0x37db81:0x35,_0x3c53d2:0x45,_0x19fdc2:0xc2,_0xa40391:0x10d,_0x534dce:0xd1,_0x4e9d28:0xaa,_0x4508c9:0xae,_0x5b9d85:0x9a,_0x45333d:0x4e,_0xa195a4:0x7b,_0x39a7fb:0x1,_0x951f12:0xaf,_0x44042b:0x109,_0x196101:0xd5,_0x26be5d:0xc3,_0x2c72cf:0xcd,_0x578c75:0xf2,_0x23dc4c:0x113,_0x4a4fc5:0x90,_0x24873a:0x6c,_0x559cea:0xea,_0xeead96:0x88,_0x2ab6fa:0x15,_0xa83a2d:0x1c,_0x1f66d0:0x8,_0x1e6c03:0x6,_0x4b06eb:0xe2,_0x4f1c35:0xd3,_0x4ae8e3:0xcc,_0x56ef60:0xa3,_0x2a9929:0xa5,_0x42e03d:0x1c,_0x232caa:0x52,_0x49fa7f:0xb3,_0x473214:0x80,_0x1f0e11:0x70,_0x1e7bce:0x103,_0x49e245:0xdf,_0x10cd6a:0x90,_0x3fd55f:0x42,_0x2be0e7:0x71,_0xd3b500:0xfa,_0x158384:0xa9,_0x92ce99:0x81,_0x415ceb:0xb4,_0x5e59f9:0x10e,_0x3b89e4:0xd9,_0x371d80:0xdc,_0x23bb24:0x5a,_0x383c46:0xc1,_0x2f7130:0x3d,_0x1573cc:0x58,_0x5a4156:0x45,_0x3173ec:0x45,_0x1f4d62:0xd4,_0x311eb0:0x108,_0x14a9b9:0xb6,_0x5d011c:0x19,_0x4f6800:0x1b,_0x302486:0x41,_0x45f2bc:0x117,_0x43962e:0x97,_0x469aee:0x92,_0x3ac2da:0x91,_0xdc9e17:0x98,_0x5f32e8:0x16,_0x16adb0:0xb4,_0x511063:0x5,_0x2ba813:0x4b,_0x511cb9:0x5f,_0x8a2c96:0xb7,_0x497c05:0xe4,_0x2d3bc7:0xcf,_0x3bd583:0x91,_0x473744:0x5c,_0x3483e6:0xbb,_0x3c3f42:0x124,_0x2e42ef:0x68,_0x49b67d:0x169,_0x5e922e:0xf1,_0x57c1ad:0x27,_0x3227d1:0x111,_0x300036:0xec,_0x42eefd:0x9c,_0x4cb89e:0x87,_0x5ed658:0x135,_0x1611fb:0x5a,_0x1d1b30:0x28,_0x405a64:0x86,_0x5b6e5f:0xe0,_0x8092ee:0x3d,_0x29bb35:0x10b,_0x32db5a:0x4e,_0x233441:0xed,_0x59119c:0xe3,_0x215f6e:0x112,_0x45c1f3:0x17c,_0x2ded25:0x78,_0x41f096:0x109,_0x1411f8:0xe7,_0x485a64:0x128,_0x36889b:0x11e,_0x2359c2:0x163,_0x4e6a06:0x109,_0x20442a:0x81,_0x50d4a7:0x25,_0x687c72:0xe7,_0x5a0b1f:0x183,_0x28b2f1:0x76,_0x56d773:0xa8,_0xbe1246:0x158,_0x40ca4a:0xf6,_0x48fa71:0xf2,_0x160963:0x48,_0x4fbd74:0x79,_0xb7a10b:0x39,_0x16f218:0x93},_0x64776b={_0x37ec16:0x2b8},_0x21559e={};_0x21559e[_0x4d780c(-_0x5a2169._0x4f6b65,-0x83,-_0x5a2169._0x4f6b65,-_0x5a2169._0x473fb4)]='Warning:\x20C'+'ould\x20not\x20f'+_0x1892ca(-_0x5a2169._0xf596d3,-_0x5a2169._0x5c99cb,-0x74,-_0x5a2169._0x4cf3eb)+_0x1892ca(-0xd9,-_0x5a2169._0x44d50c,-0xb0,-0x5a)+'e.\x20Admin\x20b'+_0x4d780c(0xf,0x47,0x5c,-_0x5a2169._0x4e122e)+'\x20created.',_0x21559e[_0x4d780c(-_0x5a2169._0xd40dce,-_0x5a2169._0x18e538,-0x42,-0x38)]=_0x1892ca(-_0x5a2169._0x4e122e,-0x81,-0x5a,-0x8e),_0x21559e[_0x1892ca(-0xa8,-_0x5a2169._0x599d5c,-_0x5a2169._0x5b4ecc,-_0x5a2169._0x143edb)]=_0x1892ca(-0x25,-_0x5a2169._0x55e3d4,-0x6a,-0x77),_0x21559e[_0x1892ca(-0x10,-_0x5a2169._0x39b605,-_0x5a2169._0x14c7c8,0x7)]=function(_0x16d613,_0x5ed215){return _0x16d613===_0x5ed215;},_0x21559e[_0x1892ca(-_0x5a2169._0x490287,-0xcf,-0x93,-_0x5a2169._0x27f80e)]=_0x4d780c(-_0x5a2169._0x55f0b3,-_0x5a2169._0x4846ce,-0x89,-0xc0),_0x21559e[_0x4d780c(-0xe6,-0x1e,-_0x5a2169._0x8f53b3,-_0x5a2169._0x31b106)]='\x20\x20Server\x20A'+_0x4d780c(-0x57,0x52,-0x81,-0x26)+'ng\x20already'+'\x20exists',_0x21559e[_0x4d780c(-0x157,-_0x5a2169._0x1cf101,-_0x5a2169._0x22c803,-0xf2)]='--email=',_0x21559e[_0x1892ca(-_0x5a2169._0x53ff73,-_0x5a2169._0x18157c,-_0x5a2169._0x172333,0xb)]=function(_0x4a5e9e,_0x506adf){return _0x4a5e9e!==_0x506adf;},_0x21559e['rVImS']=_0x4d780c(-0x3d,-_0x5a2169._0xa4f6e1,-_0x5a2169._0x27da83,-0x62),_0x21559e[_0x4d780c(-_0x5a2169._0x55139f,-_0x5a2169._0x5cb594,-_0x5a2169._0x4b9aeb,-_0x5a2169._0x94e26c)]=_0x4d780c(-0xa1,-0x38,-0x75,-_0x5a2169._0x9020d4),_0x21559e[_0x1892ca(-_0x5a2169._0x444b88,-_0x5a2169._0x2d0469,-0xa7,-_0x5a2169._0x52f75d)]='--password'+'=',_0x21559e['wzycU']=function(_0x4d34c5,_0x3f0c48){return _0x4d34c5===_0x3f0c48;},_0x21559e[_0x1892ca(-0x73,-0xaa,-_0x5a2169._0x3b3796,-0x75)]='LtjTS',_0x21559e[_0x1892ca(-0x82,-_0x5a2169._0x5c81f3,-0xea,-0x123)]=_0x1892ca(-0xb7,-0xd8,-_0x5a2169._0x3abdb1,-_0x5a2169._0x5f538b),_0x21559e[_0x1892ca(-_0x5a2169._0x2f3dc3,-_0x5a2169._0x9020d4,-0x73,-0xe4)]=function(_0x4ea9a0,_0x4c869b){return _0x4ea9a0===_0x4c869b;},_0x21559e[_0x1892ca(-0x15d,-0x112,-_0x5a2169._0x278d85,-0xc3)]='--server-a'+'dmin',_0x21559e[_0x1892ca(-0xdf,-0x58,-_0x5a2169._0xb95373,-0xf3)]='--role=',_0x21559e['RLalQ']=_0x4d780c(-_0x5a2169._0x329c37,_0x5a2169._0x119f53,_0x5a2169._0x27d9cd,-_0x5a2169._0xddd9f7),_0x21559e[_0x4d780c(0x17,-_0x5a2169._0xddd9f7,0x35,-0x1d)]=function(_0x90c676,_0xefcd8a){return _0x90c676!==_0xefcd8a;},_0x21559e[_0x1892ca(-0x66,-0xb0,-0x79,-_0x5a2169._0x55cb48)]=_0x1892ca(-0x88,-0x84,-0xa1,-_0x5a2169._0x14c7c8),_0x21559e['RoqYu']=function(_0x228e17,_0x5b1aaa){return _0x228e17===_0x5b1aaa;},_0x21559e[_0x4d780c(-_0x5a2169._0x277cf3,-0x12d,-_0x5a2169._0x1fc7f9,-_0x5a2169._0x1ca2bc)]='CEDKm',_0x21559e[_0x4d780c(-0x2a,-_0x5a2169._0x38d7f6,-0x9a,-_0x5a2169._0x2abb59)]=function(_0x2459ad,_0x5c0c35){return _0x2459ad===_0x5c0c35;};const _0x40ba99=_0x21559e;function _0x4d780c(_0x2d0076,_0x365ee2,_0x83b2f5,_0x1d6573){return _0x4763(_0x1d6573- -_0x64776b._0x37ec16,_0x83b2f5);}const _0x4e7d30={};_0x4e7d30[_0x4d780c(-_0x5a2169._0x59476a,-0x12e,-0x47,-_0x5a2169._0x4fff23)]=null,_0x4e7d30[_0x4d780c(-_0x5a2169._0x4d65ff,0x35,0x58,-_0x5a2169._0x5d2990)]=null,_0x4e7d30[_0x4d780c(-0x93,-_0x5a2169._0x5cb594,-_0x5a2169._0x1ccabe,-_0x5a2169._0x1fc7f9)]=null;function _0x1892ca(_0x254779,_0x19a65b,_0x34e7e8,_0x35b554){return _0x4763(_0x34e7e8- -0x2ef,_0x254779);}_0x4e7d30[_0x4d780c(-_0x5a2169._0x2f10f8,-_0x5a2169._0x48ff02,-_0x5a2169._0x31d308,-0xf0)]=null,_0x4e7d30[_0x4d780c(-_0x5a2169._0x23eae9,-_0x5a2169._0x37db81,-0xae,-_0x5a2169._0x3c53d2)+_0x4d780c(-0xde,-_0x5a2169._0x19fdc2,-_0x5a2169._0xa40391,-_0x5a2169._0x534dce)]=![],_0x4e7d30[_0x1892ca(-_0x5a2169._0x4e9d28,-_0x5a2169._0x4508c9,-_0x5a2169._0x5b9d85,-_0x5a2169._0x45333d)+'RoleFlag']=![],_0x4e7d30['legacyRole']=null;const _0x5edbe2=_0x4e7d30;let _0x59741b=![];for(const _0x2adb2a of _0x146468){if(_0x2adb2a[_0x4d780c(-0x19,-_0x5a2169._0xa195a4,-_0x5a2169._0x39a7fb,-0x1b)](_0x4d780c(-_0x5a2169._0x951f12,-_0x5a2169._0x44042b,-_0x5a2169._0x44042b,-_0x5a2169._0x196101)+'='))_0x5edbe2[_0x1892ca(-_0x5a2169._0x26be5d,-_0x5a2169._0x2c72cf,-_0x5a2169._0x578c75,-_0x5a2169._0x23dc4c)]=_0x2adb2a[_0x1892ca(-0x11a,-0xcd,-0xdc,-_0x5a2169._0x4a4fc5)]('=')[0x20*-0x4+-0x17*-0x13b+0x4a2*-0x6];else{if(_0x2adb2a['startsWith'](_0x40ba99[_0x4d780c(-0xe5,-0x154,-0x7a,-_0x5a2169._0x578c75)])){if(_0x40ba99[_0x1892ca(-_0x5a2169._0x22c803,-0x91,-_0x5a2169._0x24873a,-0x6f)](_0x40ba99['rVImS'],_0x40ba99[_0x1892ca(-0x13d,-0xac,-0xc9,-0x80)])){_0x54fd97['error'](_0x40ba99[_0x4d780c(-_0x5a2169._0x559cea,-0x9b,-0x6c,-0xde)]);return;}else _0x5edbe2[_0x4d780c(0x21,-_0x5a2169._0xeead96,_0x5a2169._0x2ab6fa,-_0x5a2169._0xa83a2d)]=_0x2adb2a[_0x4d780c(-_0x5a2169._0x329c37,-0x11c,-0xaf,-0xa5)]('=')[0xb*0xef+0x492+-0x4f2*0x3];}else{if(_0x2adb2a[_0x1892ca(-0x73,_0x5a2169._0x1f66d0,-0x52,-_0x5a2169._0x1e6c03)](_0x40ba99[_0x4d780c(-0x105,-_0x5a2169._0x4b06eb,-0xc9,-0xf7)]))_0x5edbe2[_0x4d780c(-_0x5a2169._0x4f1c35,-_0x5a2169._0x4ae8e3,-0x4e,-0xb4)]=_0x2adb2a[_0x4d780c(-_0x5a2169._0x56ef60,-0xcd,-0xad,-_0x5a2169._0x2a9929)]('=')[-0x7*0x110+-0x2*0xc7d+0x206b];else{if(_0x2adb2a[_0x1892ca(_0x5a2169._0x42e03d,-0x3a,-_0x5a2169._0x232caa,-0x63)](_0x40ba99[_0x4d780c(-_0x5a2169._0x49fa7f,-0x67,-_0x5a2169._0x473214,-_0x5a2169._0x1f0e11)]))_0x40ba99['wzycU'](_0x40ba99[_0x1892ca(-_0x5a2169._0x1e7bce,-_0x5a2169._0x3b3796,-_0x5a2169._0x49e245,-0x156)],_0x1892ca(-_0x5a2169._0x10cd6a,-0x79,-0xb7,-_0x5a2169._0x3fd55f))?_0x39f96e[_0x1892ca(-_0x5a2169._0x2be0e7,-_0x5a2169._0xd3b500,-_0x5a2169._0x158384,-0x70)](_0x4d780c(-0x5a,-0x2e,-0x11,-0x83)+'ailed\x20to\x20c'+'reate\x20admi'+_0x1892ca(-0xfa,-0x70,-0xce,-_0x5a2169._0x92ce99)+'-\x20'+_0xdccb6a[_0x4d780c(-_0x5a2169._0x415ceb,-0xcb,-0xae,-0xd9)]):_0x5edbe2['password']=_0x2adb2a[_0x1892ca(-_0x5a2169._0x5e59f9,-_0x5a2169._0x3b89e4,-_0x5a2169._0x371d80,-0x67)]('=')[-0x2*0x874+-0x2569+0x3652];else{if(_0x40ba99[_0x4d780c(-0xad,-0x60,-_0x5a2169._0x23bb24,-_0x5a2169._0x383c46)](_0x2adb2a,_0x40ba99['bQOaK'])||_0x40ba99[_0x1892ca(-_0x5a2169._0x2f7130,-0x72,-0x73,-_0x5a2169._0x5cb594)](_0x2adb2a,_0x40ba99['dXrkD']))_0x59741b=!![],_0x5edbe2[_0x4d780c(-_0x5a2169._0x1573cc,-0xa0,-_0x5a2169._0x5a4156,-_0x5a2169._0x3173ec)+_0x1892ca(-0x94,-_0x5a2169._0x1f4d62,-_0x5a2169._0x311eb0,-_0x5a2169._0x14a9b9)]=!![];else{if(_0x2adb2a[_0x4d780c(-0x3c,-0x40,_0x5a2169._0x5d011c,-_0x5a2169._0x4f6800)](_0x40ba99[_0x1892ca(-0x7c,-_0x5a2169._0x302486,-0xae,-0xf0)])){const _0x33bf88=_0x2adb2a['split']('=')[-0x17d*0xb+0x31*-0x9c+-0x2e3c*-0x1]?.[_0x1892ca(-_0x5a2169._0x45f2bc,-_0x5a2169._0x43962e,-0xee,-_0x5a2169._0x469aee)]()[_0x1892ca(-0x175,-_0x5a2169._0x3ac2da,-0x106,-0xb2)+'e'](),_0x3cb842=new Set([_0x40ba99['IYFTZ'],_0x40ba99[_0x4d780c(-_0x5a2169._0xdc9e17,-0x6f,-0x22,-0x38)],_0x40ba99[_0x1892ca(-0x5f,-_0x5a2169._0x5f32e8,-0x50,0x20)],_0x40ba99['lsHzA']]);if(!_0x3cb842[_0x1892ca(-0x57,-0x116,-_0x5a2169._0x16adb0,-0x9e)](_0x33bf88)){if(_0x40ba99[_0x1892ca(-_0x5a2169._0x511063,-_0x5a2169._0x2ba813,-0x54,-_0x5a2169._0xd40dce)](_0x40ba99['XSkLd'],_0x40ba99['XSkLd'])){const _0x53f2ef=_0x5cc622[_0x4d780c(-0x61,-0x6d,-0xdd,-0xa5)]('=')[0x1353+0x1*0xf86+-0x1be*0x14]?.[_0x4d780c(-0xd2,-0x123,-_0x5a2169._0x511cb9,-_0x5a2169._0x8a2c96)]()[_0x4d780c(-_0x5a2169._0x497c05,-_0x5a2169._0x2d3bc7,-0x135,-0xcf)+'e'](),_0x3f5216=new _0x5e6362([_0x1892ca(-_0x5a2169._0x3bd583,-0x10b,-_0x5a2169._0x94e26c,-0xc6),_0x40ba99['LOMDG'],'developer',_0x40ba99[_0x4d780c(-_0x5a2169._0x473744,-_0x5a2169._0x3483e6,-0x71,-0xae)]]);if(!_0x3f5216[_0x1892ca(-0x6c,-_0x5a2169._0x3c3f42,-_0x5a2169._0x415ceb,-_0x5a2169._0x2e42ef)](_0x53f2ef))throw new _0x3b5879(_0x4d780c(-0xd0,-_0x5a2169._0x49b67d,-0x145,-_0x5a2169._0x5e922e)+_0x4d780c(-_0x5a2169._0x57c1ad,-_0x5a2169._0x3227d1,-_0x5a2169._0x300036,-_0x5a2169._0x42eefd)+_0x1892ca(-_0x5a2169._0x4cb89e,-_0x5a2169._0x5ed658,-0xde,-0x118)+_0x53f2ef+('\x22.\x20Valid\x20v'+_0x1892ca(-_0x5a2169._0x1611fb,-0x75,-_0x5a2169._0x92ce99,-_0x5a2169._0x1d1b30)+'in,\x20manage'+_0x1892ca(-_0x5a2169._0x405a64,-0xd0,-_0x5a2169._0x5b6e5f,-0x120)+_0x1892ca(-0x45,-_0x5a2169._0x8092ee,-0xa3,-_0x5a2169._0x29bb35)));_0x393388[_0x1892ca(-_0x5a2169._0x32db5a,-0x32,-_0x5a2169._0x5b9d85,-0x76)+_0x4d780c(-_0x5a2169._0x233441,-0xdd,-0x54,-0x9b)]=!![],_0x33f6d3[_0x1892ca(-0xfc,-_0x5a2169._0x59119c,-0xa8,-0x108)]=_0x53f2ef,!_0x20801d&&(_0x4fa1fd[_0x1892ca(-0xbe,-0xcb,-_0x5a2169._0x31b106,-0x95)+_0x1892ca(-0xf2,-_0x5a2169._0x215f6e,-0x108,-_0x5a2169._0x45c1f3)]=_0x40ba99[_0x4d780c(-0x15,-_0x5a2169._0x2ded25,_0x5a2169._0x1f66d0,-0xf)](_0x53f2ef,_0x40ba99[_0x1892ca(-0x44,-0xc4,-0x93,-_0x5a2169._0x41f096)]));}else throw new Error(_0x1892ca(-_0x5a2169._0x1411f8,-0x116,-_0x5a2169._0x485a64,-0xc4)+'lue\x20for\x20--'+_0x1892ca(-0x11b,-_0x5a2169._0x22c803,-_0x5a2169._0x473fb4,-_0x5a2169._0x36889b)+_0x33bf88+(_0x1892ca(-_0x5a2169._0x5b6e5f,-_0x5a2169._0x2359c2,-_0x5a2169._0x4e6a06,-0x94)+_0x1892ca(-0x8e,-0x4c,-_0x5a2169._0x20442a,-_0x5a2169._0x50d4a7)+_0x1892ca(-_0x5a2169._0x687c72,-_0x5a2169._0x5a0b1f,-_0x5a2169._0x3c3f42,-0x167)+_0x1892ca(-_0x5a2169._0x28b2f1,-_0x5a2169._0x3c3f42,-0xe0,-0x122)+_0x1892ca(-_0x5a2169._0x1f0e11,-0x3d,-_0x5a2169._0x56ef60,-0xc9)));}_0x5edbe2[_0x4d780c(0xf,-0x19,-0x2b,-0x63)+'RoleFlag']=!![],_0x5edbe2[_0x1892ca(-0xe2,-0x51,-_0x5a2169._0x56d773,-_0x5a2169._0x4e9d28)]=_0x33bf88,!_0x59741b&&(_0x40ba99['RoqYu'](_0x40ba99[_0x1892ca(-_0x5a2169._0xbe1246,-0xd3,-_0x5a2169._0x40ca4a,-_0x5a2169._0x48fa71)],_0x4d780c(-_0x5a2169._0x2abb59,-0xba,-_0x5a2169._0x473fb4,-0x85))?_0x470799[_0x4d780c(-0xbc,0x9,-0x4d,-_0x5a2169._0x160963)](_0x40ba99[_0x1892ca(-0xba,-0xd2,-_0x5a2169._0x49fa7f,-_0x5a2169._0x23bb24)]):_0x5edbe2[_0x1892ca(-0xf4,-0x76,-_0x5a2169._0x31b106,-0x6d)+_0x4d780c(-_0x5a2169._0x4fbd74,-0xa3,-0x98,-_0x5a2169._0x534dce)]=_0x40ba99['LqGdv'](_0x33bf88,_0x40ba99[_0x1892ca(-0xa9,-_0x5a2169._0xb7a10b,-_0x5a2169._0x16f218,-_0x5a2169._0x232caa)]));}}}}}}}return _0x5edbe2;}async function createServerAdminBinding(_0x1cb0d5){const _0x2cb4c5={_0x480cf1:0xac,_0x1eb90d:0xfc,_0xcc6add:0xfa,_0x4da2d4:0x2af,_0x373a92:0x317,_0x383a9e:0x323,_0x12bb7b:0x13d,_0x4946e9:0x175,_0x3e7e36:0x1e3,_0x28d6fb:0x66,_0x8f5a1b:0x329,_0x35f3ec:0x252,_0x4d5b13:0x23d,_0x4053d3:0x227,_0xfc4f27:0x192,_0xd9d7be:0x1b2,_0x40d177:0x1c4,_0x2595af:0xfc,_0x112cf4:0x1ca,_0x462cb9:0x17f,_0x47e214:0x1ab,_0x2d10ad:0x288,_0x11ebdd:0x2a0,_0x53d402:0x128,_0x17feaa:0xd8,_0x280016:0xe9,_0x5879fb:0xeb,_0x32c35f:0x1a0,_0x288415:0x1c6,_0x36a75a:0x85,_0x19feaf:0x134,_0x4f4a88:0x2e5,_0x2c2ae5:0x312,_0x583623:0x335,_0x3ae5df:0x286,_0x1c01d1:0x308,_0x23e24f:0x154,_0x3f9f55:0x18e,_0x3cee52:0x194,_0x49005a:0x236,_0x3330a6:0x110,_0xd50a6b:0x130,_0x5c1ade:0xff,_0x248dea:0x21a,_0x580b49:0x2ca,_0x409493:0x30b,_0x421247:0x10e,_0x295e87:0x1d6,_0x1e902d:0x18b,_0xf04d00:0xd8,_0x535bbf:0x139,_0x212561:0x2e4,_0x2f6535:0x2eb,_0x38fd22:0x29d,_0x30b3b5:0x108,_0x28af34:0xf2,_0x1ed0d2:0x126,_0x1b68a5:0x2ae,_0x2ba1fa:0x261,_0x2b56dc:0x25a,_0x21e31b:0x146,_0x1c10ce:0x19c,_0xca9eb7:0x17e,_0x330a5a:0x19e,_0x5b4f45:0x256,_0x29018d:0x2ce,_0x57f92d:0x2f2,_0x1769e7:0x307,_0x117f3f:0xec,_0x143eb6:0x138,_0xa5dc3c:0x2b3,_0x464aaa:0x304,_0x3e929f:0x2c5,_0x5a5510:0x186,_0x2cb5d1:0xad,_0x11605d:0x1a0,_0x5e2c3d:0xe9,_0x14043f:0x148,_0x5be29a:0xe0,_0x48fc39:0x6d,_0x5f10f2:0x2ef,_0x7956ff:0x111,_0x2d3ea4:0x133,_0x3117f1:0x2bf,_0x4f0aca:0x15b,_0x31b412:0xef,_0x7cd1a2:0x2b8,_0x459b0d:0x292,_0x475bb8:0x27e,_0x455192:0xed,_0x12f86a:0xce},_0x23a223={'XTRSf':function(_0x4f39a2,_0x6bd003){return _0x4f39a2+_0x6bd003;},'wzhZX':'../role-de'+_0x5cf3f5(_0x2cb4c5._0x480cf1,_0x2cb4c5._0x1eb90d,_0x2cb4c5._0xcc6add,0x95)+'js','EJxAE':_0x4b3663(_0x2cb4c5._0x4da2d4,_0x2cb4c5._0x373a92,0x2df,_0x2cb4c5._0x383a9e)+_0x5cf3f5(_0x2cb4c5._0x12bb7b,0x122,_0x2cb4c5._0x4946e9,0x14c),'xmsmF':function(_0x356eb7,_0x2820fa){return _0x356eb7(_0x2820fa);},'cmJKN':_0x4b3663(0x257,0x295,_0x2cb4c5._0x3e7e36,0x2ba)+'in','ENkwJ':_0x5cf3f5(0x85,0xce,_0x2cb4c5._0x28d6fb,0xd3)+_0x4b3663(0x287,0x29d,0x239,0x2e8)+_0x4b3663(0x2fa,_0x2cb4c5._0x8f5a1b,0x2c0,0x36a)+'\x20Admin\x20rol'+_0x4b3663(_0x2cb4c5._0x35f3ec,_0x2cb4c5._0x4d5b13,_0x2cb4c5._0x4053d3,0x244)+_0x5cf3f5(_0x2cb4c5._0xfc4f27,_0x2cb4c5._0xd9d7be,0x147,0x196)+_0x5cf3f5(0x174,0x16d,_0x2cb4c5._0x40d177,_0x2cb4c5._0x2595af),'hTXAk':function(_0x31b95c,_0x353d29){return _0x31b95c(_0x353d29);},'UAgWk':'user','sqQSV':_0x5cf3f5(_0x2cb4c5._0x112cf4,_0x2cb4c5._0x462cb9,0x1d0,_0x2cb4c5._0x47e214),'ZezHS':_0x4b3663(0x2ab,_0x2cb4c5._0x2d10ad,_0x2cb4c5._0x11ebdd,0x261),'yOGzo':function(_0x3a3e46,_0x2e16f0){return _0x3a3e46===_0x2e16f0;},'ytltJ':_0x4b3663(0x271,0x277,0x29f,0x299),'BrooP':function(_0x22ba44,_0x560f01){return _0x22ba44!==_0x560f01;},'JuojD':'PwUMw','xOflt':_0x5cf3f5(_0x2cb4c5._0x53d402,_0x2cb4c5._0x17feaa,_0x2cb4c5._0x280016,_0x2cb4c5._0x5879fb)+_0x5cf3f5(0x136,_0x2cb4c5._0x32c35f,0x1e5,_0x2cb4c5._0x288415)+_0x5cf3f5(_0x2cb4c5._0x36a75a,0xdf,0xef,_0x2cb4c5._0x19feaf)+'\x20exists'},{getRoleByName:_0x1066dd,loadRoles:_0x11f70b}=await import(_0x23a223[_0x4b3663(_0x2cb4c5._0x4f4a88,_0x2cb4c5._0x2c2ae5,0x2e7,_0x2cb4c5._0x583623)]),{createBinding:_0x51a99c}=await import(_0x23a223['EJxAE']);await _0x11f70b();function _0x4b3663(_0x5109e9,_0x378d7f,_0x1da587,_0x258097){return _0x4763(_0x5109e9-0x7f,_0x258097);}const _0x50659f=await _0x23a223[_0x4b3663(_0x2cb4c5._0x3ae5df,0x295,0x22a,0x2c0)](_0x1066dd,_0x23a223[_0x4b3663(0x2c2,0x296,0x279,_0x2cb4c5._0x1c01d1)]);if(!_0x50659f){console[_0x5cf3f5(0x114,_0x2cb4c5._0x23e24f,_0x2cb4c5._0x3f9f55,_0x2cb4c5._0x3cee52)](_0x23a223[_0x4b3663(0x297,_0x2cb4c5._0x49005a,0x2b4,0x2f2)]);return;}function _0x5cf3f5(_0x4a31b2,_0x1e50f3,_0x11f78a,_0x3b6f91){return _0x4763(_0x1e50f3- -0xf2,_0x11f78a);}try{await _0x23a223[_0x5cf3f5(_0x2cb4c5._0x3330a6,_0x2cb4c5._0xd50a6b,_0x2cb4c5._0x5c1ade,_0x2cb4c5._0x4946e9)](_0x51a99c,{'subject_type':_0x23a223[_0x4b3663(0x27e,0x24f,_0x2cb4c5._0x248dea,0x231)],'subject_id':_0x1cb0d5,'role_id':_0x50659f['id'],'resource_type':_0x23a223[_0x4b3663(_0x2cb4c5._0x580b49,0x275,0x29e,_0x2cb4c5._0x409493)],'created_by':_0x23a223[_0x5cf3f5(_0x2cb4c5._0x421247,0x161,_0x2cb4c5._0x295e87,_0x2cb4c5._0x1e902d)]}),console['log'](_0x5cf3f5(0xb6,_0x2cb4c5._0xf04d00,_0x2cb4c5._0x280016,_0x2cb4c5._0x535bbf)+_0x4b3663(0x311,_0x2cb4c5._0x212561,_0x2cb4c5._0x2f6535,_0x2cb4c5._0x38fd22)+_0x5cf3f5(0xc3,_0x2cb4c5._0x30b3b5,_0x2cb4c5._0x28af34,_0x2cb4c5._0x1ed0d2));}catch(_0x25904f){_0x23a223[_0x4b3663(_0x2cb4c5._0x1b68a5,0x260,_0x2cb4c5._0x2ba1fa,_0x2cb4c5._0x2b56dc)](_0x25904f[_0x5cf3f5(0x1f9,0x1a2,_0x2cb4c5._0x21e31b,_0x2cb4c5._0x1c10ce)],_0x23a223['ytltJ'])?_0x23a223['BrooP'](_0x23a223['JuojD'],_0x23a223[_0x5cf3f5(0x1bb,0x19b,_0x2cb4c5._0xca9eb7,_0x2cb4c5._0x330a5a)])?_0x302f33['warn'](_0x23a223[_0x4b3663(0x317,0x2fc,0x319,0x2a1)]('Warning:\x20-'+_0x4b3663(_0x2cb4c5._0x5b4f45,0x238,0x239,0x212)+_0x2d9f8f['legacyRole']+(_0x4b3663(_0x2cb4c5._0x29018d,0x2cf,_0x2cb4c5._0x57f92d,_0x2cb4c5._0x1769e7)+_0x5cf3f5(_0x2cb4c5._0x117f3f,_0x2cb4c5._0x143eb6,0xc6,0x170)+_0x4b3663(_0x2cb4c5._0xa5dc3c,_0x2cb4c5._0x464aaa,0x305,_0x2cb4c5._0x3e929f)+_0x5cf3f5(0x152,_0x2cb4c5._0x5a5510,0x19e,0x1f8)+_0x5cf3f5(0x91,0xea,0x148,0x122)+_0x5cf3f5(_0x2cb4c5._0x2cb5d1,0x101,0x13e,0x100)),_0x5cf3f5(0x1b5,0x19f,0x12e,_0x2cb4c5._0x11605d)+_0x5cf3f5(_0x2cb4c5._0x5e2c3d,0xdb,_0x2cb4c5._0x14043f,0x122)+'nment\x20bind'+_0x5cf3f5(0x142,_0x2cb4c5._0x5be29a,0x150,0x86)+_0x5cf3f5(0x121,0xdd,0x123,_0x2cb4c5._0x48fc39))):console[_0x4b3663(_0x2cb4c5._0x5f10f2,0x329,_0x2cb4c5._0x580b49,0x28d)](_0x23a223[_0x5cf3f5(_0x2cb4c5._0x7956ff,0xde,_0x2cb4c5._0x2d3ea4,0x105)]):console[_0x4b3663(0x2c5,_0x2cb4c5._0x212561,0x307,_0x2cb4c5._0x3117f1)]('Warning:\x20F'+_0x5cf3f5(0x113,_0x2cb4c5._0x4f0aca,_0x2cb4c5._0x31b412,0xfa)+_0x4b3663(_0x2cb4c5._0x7cd1a2,_0x2cb4c5._0x459b0d,_0x2cb4c5._0x475bb8,_0x2cb4c5._0xa5dc3c)+'n\x20binding\x20'+'-\x20'+_0x25904f[_0x5cf3f5(_0x2cb4c5._0x2cb5d1,_0x2cb4c5._0x455192,_0x2cb4c5._0x12f86a,0x11c)]);}}export async function createUserCommand(_0x425e97){const _0x515cbb={_0x2ee1c5:0x3a3,_0x28c73f:0x3b5,_0x258e34:0x38d,_0x11f3d4:0x403,_0x48ec8a:0x335,_0x48cad2:0x376,_0x32c186:0x396,_0x425e69:0x3dc,_0x3b6545:0x40c,_0x2ea572:0x3fa,_0x412411:0x3e5,_0x238039:0x3ee,_0x3b5081:0x3d3,_0x52a956:0x3ed,_0x23a26a:0x3ad,_0x262dd2:0x376,_0x2242b1:0x3dd,_0x54c199:0x38e,_0x5695ba:0x42d,_0x1847f8:0x443,_0x19d5ec:0x3eb,_0x4d303a:0x423,_0x4a9135:0x312,_0x269fd3:0x361,_0x1b1ce2:0x3e1,_0x112897:0x303,_0x35613d:0x3c1,_0x39bddd:0x308,_0x3e5f2d:0x38c,_0x3c3dad:0x327,_0x1bb2b8:0x328,_0x30c166:0x37c,_0x273f76:0x3af,_0x544479:0x373,_0x530e78:0x36c,_0x29bae1:0x377,_0x3ac16d:0x3d0,_0x4d543d:0x3bf,_0x3e31a6:0x321,_0x1e2680:0x330,_0x501de5:0x311,_0x4e1502:0x3ae,_0x43cab5:0x3f9,_0x488012:0x3a7,_0x3511f9:0x31c,_0x3b97d8:0x35e,_0x19fca4:0x359,_0x42498a:0x39a,_0xcdbe1d:0x2eb,_0xea503a:0x360,_0x54b1ca:0x412,_0x6e0c53:0x3c1,_0x32a1c1:0x261,_0x9f5dc:0x3be,_0x1bd038:0x380,_0x67e5dd:0x347,_0x7665d1:0x342,_0x4f6fc4:0x331,_0xa274c8:0x3a6,_0x3d3d9c:0x3eb,_0x41ae5d:0x2f3,_0x33ee7a:0x2ef,_0x490732:0x304,_0x30c519:0x362,_0x42544d:0x3d1,_0x22aaa9:0x30a,_0x259230:0x30c,_0x4c3ae5:0x326,_0x391358:0x345,_0x52b17e:0x2cd,_0x5a52f4:0x379,_0x1ccab7:0x3a9,_0x826cec:0x325,_0x208093:0x3f7,_0x18834a:0x3c2,_0x5d2395:0x394,_0x1b0cff:0x453,_0x485498:0x3e7,_0x1a250d:0x339,_0x33d96f:0x351,_0x181ff9:0x3c7,_0xb62e23:0x36d,_0x564037:0x41f,_0x70147d:0x422,_0x565dc9:0x36d,_0x4f08a7:0x3a4,_0x2e3543:0x33a,_0x4a5e3d:0x332,_0x4d3374:0x405,_0xeada5b:0x382,_0x90cd49:0x3ac,_0x2a7586:0x3fd,_0x464304:0x484,_0x42e70a:0x3cd,_0x9a93fd:0x410,_0x250b86:0x37b,_0x5e218b:0x3f2,_0x5ea3f1:0x42c,_0x420a32:0x44f,_0x2c284c:0x3ab,_0x4d7d3b:0x39f,_0x42ebf1:0x403,_0x2c0ff8:0x3c3,_0x167a50:0x456,_0x113410:0x41d,_0x183802:0x3e3,_0x35a212:0x2d6,_0x2a99dc:0x2ab,_0x57e58c:0x303,_0x48d3a8:0x2c9,_0x560b2e:0x346,_0x5046fc:0x2d3,_0x2d0c7a:0x34e,_0x223d32:0x31d,_0x5e9d8a:0x329,_0x156fda:0x36f,_0x4151ce:0x35e,_0xd59702:0x35c,_0x18ad84:0x31e,_0xa627c8:0x32b,_0x3343e5:0x31f,_0x3a9261:0x2d1,_0x515c7a:0x2cb,_0x50c16:0x285,_0x548c11:0x2ce,_0x5590e2:0x2ee,_0x36aa57:0x2b8,_0x29cf0b:0x3f5,_0x16f2c5:0x336,_0x2b2a62:0x2ec,_0x2c2549:0x396,_0x21cd8c:0x33a,_0x3dbabb:0x379,_0xac3907:0x468,_0x256d64:0x42e,_0x1cd95e:0x2e9,_0x4043ed:0x37a,_0xcc3e7:0x406,_0x5cdb4f:0x40f,_0x21fac6:0x39d,_0x459de0:0x302,_0x37b87a:0x2e8,_0x2d7917:0x482,_0xd41efb:0x481,_0x53cc93:0x2b9,_0x4e010d:0x30b,_0x38517d:0x310,_0x4bf4be:0x343,_0x36f6ec:0x2ad,_0x2df0ff:0x2ab,_0x449c21:0x2e4,_0x2abf78:0x2d1,_0x3367d8:0x2ec,_0x51df45:0x2c2,_0x2855a0:0x296,_0x172414:0x364,_0x113dd6:0x3d6,_0x4015f1:0x322,_0x5c40c0:0x420,_0x18e40f:0x3f0,_0x223c6a:0x40d,_0x27f6d7:0x3fb,_0x210640:0x3d1,_0x4fc523:0x36a,_0x23ccd6:0x370,_0x27554b:0x43b,_0xba331e:0x35c,_0x9550bc:0x3ac,_0x301fa2:0x2eb,_0x66d8f1:0x2a0,_0x5b5cf1:0x458,_0x5bbbbb:0x344,_0x4bdbeb:0x3a3,_0x107ecb:0x369,_0x80f0c3:0x3bf,_0x483a3e:0x3d9,_0x340c89:0x2cc,_0x570839:0x2c7,_0x255978:0x2f2,_0x55a730:0x358,_0x39b00b:0x377,_0x16b0e6:0x2db,_0x7af7e7:0x2ba,_0x470b09:0x38a,_0x4b69a8:0x319,_0x418084:0x3ac,_0x4f5012:0x371,_0x32004f:0x300,_0x105b77:0x368,_0x50a726:0x35a,_0xab161f:0x381,_0x1ff792:0x31f,_0x552f8d:0x3d4,_0xb16cd3:0x4a3,_0x5adef5:0x433,_0x16a340:0x33b,_0x2911f8:0x26e,_0x5afc48:0x3a0,_0x4b1700:0x3d8,_0x3a98c2:0x3b0,_0xf0bbd8:0x2f9,_0x2930a0:0x363,_0x1c26bd:0x347,_0x4f21b8:0x38f,_0x463ef9:0x333,_0x78d1d9:0x3df,_0x252ac6:0x375,_0x2b356f:0x361,_0x42b5bc:0x32c,_0x2322f7:0x394,_0x37d201:0x348,_0x388661:0x2e3,_0x4783e3:0x280,_0x17ccb5:0x2d2,_0x1938d4:0x2fb,_0x24f2e8:0x436,_0x1b781b:0x3f7,_0x4aa41d:0x3fc,_0x5075ba:0x3c5,_0x1ae944:0x3ea,_0x1416d6:0x3f1,_0x55e079:0x393,_0x82734b:0x363,_0x3bf616:0x334,_0x57dc35:0x3ca,_0x200ddd:0x3d8,_0x37bc8e:0x331,_0x29ac4b:0x3ab,_0xb3da44:0x37c,_0x26ccf3:0x41c,_0x32f0d1:0x3a8,_0x5627bc:0x38f,_0x36a073:0x3ae,_0x322259:0x3a8,_0x2d4267:0x41d,_0x14d20b:0x38a,_0x26acc7:0x3ef,_0xcb192d:0x3ba,_0x46eff6:0x403,_0x20c85b:0x3aa,_0x530bb6:0x3db,_0x39ebb5:0x3be,_0x1f6be5:0x404,_0x480c42:0x3da,_0x502d56:0x38b,_0x3debb1:0x388,_0x13f45f:0x40e,_0x238414:0x3c3,_0x471121:0x431,_0xb4414e:0x2f4,_0xa38889:0x299,_0x22d607:0x3bc,_0x3916c9:0x387,_0x292f2b:0x2e1,_0x14db0e:0x2e5,_0x1abcae:0x2ce,_0x444e30:0x3b3,_0x50bf60:0x409,_0x4b1d01:0x3f7,_0x496b85:0x305,_0x5d6da4:0x379,_0x2fd983:0x35b,_0x2cbf7e:0x30e,_0x206ba7:0x350,_0xf8157b:0x39b,_0x525b0a:0x3d2,_0x3294ae:0x446,_0x50161b:0x382,_0x191078:0x28b,_0x2a39b5:0x2da,_0x5e7d9b:0x32a,_0x23149e:0x2fc,_0x1ee777:0x3a1,_0x286064:0x368,_0x356884:0x38a,_0xdcbd92:0x3c2,_0x4b8faa:0x3ec,_0x3e89b2:0x354,_0x4b2cea:0x36b,_0x525eab:0x360,_0x6e0e78:0x355,_0xdd61f1:0x294,_0x211e3e:0x3f4,_0x2edcbc:0x382,_0x1e45b3:0x32e,_0x17e92e:0x355,_0x23e288:0x421,_0x5137b0:0x45b,_0x8b27ae:0x414,_0x3cd059:0x3f7,_0x4b3340:0x316,_0x453144:0x392,_0x7ffe82:0x3c8,_0x20df5a:0x3b6,_0x47fc29:0x388,_0x4bfb82:0x394,_0xff75df:0x364,_0x355092:0x36f,_0x381713:0x357,_0x1b900b:0x336,_0x190c2c:0x3f6,_0x5c2532:0x429,_0x5594dd:0x348,_0x16bb29:0x2c3,_0x936ba2:0x26c,_0x3f0411:0x265,_0x5a1133:0x289,_0x5e0406:0x2fc,_0x16f376:0x32f,_0x5533df:0x2f0,_0x165ce2:0x42f,_0x389406:0x42e,_0x5a942f:0x303,_0xa3fb14:0x2b7,_0x21ad55:0x300,_0x8dfac8:0x333,_0x4f0b5b:0x372,_0x43ba32:0x314,_0x370323:0x36f,_0x256402:0x309,_0x37a382:0x3cb,_0x4aa72f:0x391,_0x543b7f:0x446,_0x563243:0x3b0,_0x4da3cc:0x3e3,_0xfa4210:0x398,_0x592871:0x372,_0xeeb78a:0x40d,_0x442180:0x3cc,_0x13b2d0:0x3c0,_0x2d9f50:0x465,_0x38df71:0x402,_0x3b5e07:0x34c,_0x17f972:0x34f,_0x5c4370:0x277,_0x3f3db1:0x374,_0x1ae587:0x341,_0x3b44da:0x293,_0x402e53:0x359,_0x1e8915:0x3b8,_0x4d9a96:0x36f,_0x5c3669:0x341,_0x264812:0x36f,_0x459883:0x332,_0x5825a9:0x2d3,_0x28b18e:0x2f8,_0x23d44e:0x36f,_0x192a87:0x3d9,_0x279bff:0x2c9,_0x31d604:0x271,_0x1e9b48:0x46a,_0x1b2d83:0x44b,_0x468b19:0x3a5,_0x19ad6c:0x31f,_0x27d50b:0x3c8,_0x1d3c16:0x36f,_0x359ff6:0x3a0,_0x577275:0x356,_0x5210d2:0x379,_0x54dcd8:0x38f,_0xf1565e:0x38b,_0x345c2d:0x436,_0x26a7bf:0x3bb,_0x33a5d4:0x34d,_0xaf0483:0x3de,_0x32fde9:0x381,_0x57388e:0x3bc,_0x45f405:0x3f8,_0x3969d0:0x428,_0x447d0d:0x3fe,_0x361ceb:0x314,_0xf97c12:0x45c,_0x224312:0x3f7},_0x907fbf={_0x45e791:0x192},_0x4013d7={'RdHuV':_0x1a2d7c(_0x515cbb._0x2ee1c5,0x393,_0x515cbb._0x28c73f,0x360)+_0x3f7c47(_0x515cbb._0x258e34,_0x515cbb._0x11f3d4,0x317,_0x515cbb._0x48ec8a)+_0x1a2d7c(_0x515cbb._0x48cad2,0x436,_0x515cbb._0x32c186,_0x515cbb._0x425e69),'YrCCF':function(_0x56087f,_0x596617){return _0x56087f(_0x596617);},'SxYqw':function(_0x1b959a,_0x5ab861){return _0x1b959a===_0x5ab861;},'pIcfj':_0x1a2d7c(0x42d,_0x515cbb._0x3b6545,_0x515cbb._0x2ea572,0x3e3)+_0x3f7c47(0x376,0x35c,0x3ce,_0x515cbb._0x412411)+'n\x20is\x20depre'+_0x1a2d7c(_0x515cbb._0x238039,_0x515cbb._0x258e34,0x3e5,0x37f)+_0x3f7c47(0x37e,_0x515cbb._0x3b5081,_0x515cbb._0x52a956,_0x515cbb._0x23a26a)+_0x1a2d7c(_0x515cbb._0x262dd2,0x349,_0x515cbb._0x2242b1,_0x515cbb._0x54c199),'sVZRA':function(_0x4d3134,_0x1b44d3){return _0x4d3134+_0x1b44d3;},'vtnep':_0x1a2d7c(_0x515cbb._0x5695ba,_0x515cbb._0x1847f8,_0x515cbb._0x19d5ec,_0x515cbb._0x4d303a)+_0x3f7c47(0x2cc,0x273,0x2cc,0x2ef)+'nment\x20bind'+_0x1a2d7c(0x335,_0x515cbb._0x4a9135,0x32d,0x364)+_0x1a2d7c(0x3b1,0x375,0x322,_0x515cbb._0x269fd3),'fsDDU':'Error:\x20Use'+_0x3f7c47(0x31e,0x391,0x2ed,0x381)+_0x1a2d7c(0x3aa,_0x515cbb._0x1b1ce2,0x3cb,0x376),'DfSZE':function(_0x5c2728,_0x3fc12c){return _0x5c2728===_0x3fc12c;},'IYvOj':'admin','YXieH':function(_0x5f43e0,_0x2c2cc1){return _0x5f43e0===_0x2c2cc1;},'YmEiv':_0x3f7c47(0x34f,_0x515cbb._0x112897,_0x515cbb._0x35613d,0x337),'YicKg':function(_0x267cc0,_0x4b104b){return _0x267cc0===_0x4b104b;},'cYXrE':_0x1a2d7c(0x3a5,0x384,0x368,0x390),'lDqAA':function(_0x221997,_0x1ada2d){return _0x221997!==_0x1ada2d;},'IDdmH':_0x3f7c47(0x336,0x315,0x2f3,0x32a),'oGfme':_0x3f7c47(0x356,_0x515cbb._0x39bddd,_0x515cbb._0x3e5f2d,0x310),'EILjg':function(_0x25a7ab,_0x28301f){return _0x25a7ab===_0x28301f;},'YImXg':'HooGw','fmwjM':_0x3f7c47(0x30d,0x364,0x353,_0x515cbb._0x3c3dad),'jtlLp':'hSwWB','oPGyp':function(_0x110c4d,_0x433942,_0x4bc1e8){return _0x110c4d(_0x433942,_0x4bc1e8);},'VbeKK':_0x3f7c47(0x2c3,0x2f9,_0x515cbb._0x1bb2b8,0x266),'FQKSw':function(_0x383f94,_0x384b8a){return _0x383f94===_0x384b8a;},'OeaEu':function(_0x217c20,_0x167683){return _0x217c20===_0x167683;},'MtdmK':function(_0x354fd1,_0x3c1cb9){return _0x354fd1===_0x3c1cb9;},'CTFxw':_0x3f7c47(_0x515cbb._0x30c166,_0x515cbb._0x273f76,_0x515cbb._0x544479,0x3dc),'BYCnI':_0x3f7c47(_0x515cbb._0x530e78,_0x515cbb._0x29bae1,_0x515cbb._0x2ee1c5,0x398)+_0x1a2d7c(_0x515cbb._0x30c166,0x3d0,0x394,_0x515cbb._0x3ac16d)+_0x1a2d7c(0x384,0x3f2,_0x515cbb._0x4d543d,0x388),'avppT':_0x3f7c47(0x315,_0x515cbb._0x3e31a6,0x2dd,0x2c1),'UXvzD':_0x3f7c47(0x367,_0x515cbb._0x1e2680,_0x515cbb._0x501de5,_0x515cbb._0x4e1502)+_0x1a2d7c(_0x515cbb._0x19d5ec,_0x515cbb._0x43cab5,0x3e1,_0x515cbb._0x488012)+'red','fRwKc':function(_0x4cddec,_0x57a786){return _0x4cddec<_0x57a786;},'mRHpN':_0x1a2d7c(_0x515cbb._0x3511f9,_0x515cbb._0x3b97d8,_0x515cbb._0x19fca4,0x34f),'IQvDJ':_0x1a2d7c(0x3b9,_0x515cbb._0x42498a,_0x515cbb._0xcdbe1d,_0x515cbb._0xea503a)+'sword\x20must'+_0x1a2d7c(0x400,_0x515cbb._0x54b1ca,_0x515cbb._0x6e0c53,0x401)+'st\x208\x20chara'+_0x3f7c47(0x2c4,0x32b,0x336,_0x515cbb._0x32a1c1),'yZWKs':function(_0x5ff41e,_0x2ebea6){return _0x5ff41e(_0x2ebea6);},'ztEXK':'QVHdx','iyXiT':'✓\x20User\x20cre'+_0x1a2d7c(_0x515cbb._0x9f5dc,0x405,0x353,_0x515cbb._0x28c73f)+_0x3f7c47(_0x515cbb._0x1bd038,_0x515cbb._0x67e5dd,_0x515cbb._0x7665d1,_0x515cbb._0x4f6fc4),'uPUmN':_0x3f7c47(0x38b,_0x515cbb._0xa274c8,0x3e4,_0x515cbb._0x3d3d9c)+_0x1a2d7c(0x40a,0x462,0x465,0x406),'VOxSu':_0x3f7c47(_0x515cbb._0x41ae5d,_0x515cbb._0x33ee7a,_0x515cbb._0x490732,0x35b)+_0x3f7c47(_0x515cbb._0x30c519,0x360,0x3c2,_0x515cbb._0x42544d)+'r'};let _0x465b05;function _0x3f7c47(_0x38f588,_0x1e77c8,_0x150943,_0x14e3a5){return _0x4763(_0x38f588-0xff,_0x1e77c8);}try{_0x465b05=_0x4013d7[_0x3f7c47(_0x515cbb._0x22aaa9,_0x515cbb._0x259230,_0x515cbb._0x4c3ae5,_0x515cbb._0x1e2680)](parseCreateUserArgs,_0x425e97);}catch(_0x2a4e57){console[_0x3f7c47(_0x515cbb._0x391358,0x308,_0x515cbb._0x52b17e,0x2f6)](_0x3f7c47(_0x515cbb._0x5a52f4,_0x515cbb._0x1ccab7,0x358,_0x515cbb._0x826cec)+_0x2a4e57['message']),process[_0x1a2d7c(0x422,0x434,0x3c4,_0x515cbb._0x208093)](0x2*-0xf95+-0x3*0x295+0x11*0x24a);}_0x465b05[_0x1a2d7c(_0x515cbb._0x18834a,_0x515cbb._0x5d2395,_0x515cbb._0x1b0cff,_0x515cbb._0x485498)+_0x3f7c47(0x31c,0x344,_0x515cbb._0x1a250d,_0x515cbb._0x33d96f)]&&(_0x4013d7[_0x1a2d7c(0x325,0x380,_0x515cbb._0x181ff9,_0x515cbb._0xb62e23)]('ezHZc',_0x4013d7[_0x1a2d7c(_0x515cbb._0x564037,0x430,0x3c6,_0x515cbb._0x70147d)])?_0x4013d7['YicKg'](_0x465b05['legacyRole'],_0x4013d7[_0x1a2d7c(0x402,_0x515cbb._0x4d543d,_0x515cbb._0x565dc9,0x3c0)])?console[_0x3f7c47(_0x515cbb._0x4f08a7,_0x515cbb._0x2e3543,_0x515cbb._0x4a5e3d,0x3ba)](_0x4013d7[_0x1a2d7c(_0x515cbb._0x4d3374,0x3e0,_0x515cbb._0xeada5b,_0x515cbb._0x90cd49)]):_0x4013d7[_0x1a2d7c(0x416,0x3af,_0x515cbb._0x2a7586,0x410)]!==_0x4013d7[_0x1a2d7c(0x3f3,_0x515cbb._0x464304,_0x515cbb._0x42e70a,_0x515cbb._0x9a93fd)]?(_0x5ae3b2[_0x1a2d7c(_0x515cbb._0x250b86,_0x515cbb._0x5e218b,0x444,0x3d8)](_0x4013d7['RdHuV']),_0x25e42b[_0x1a2d7c(_0x515cbb._0x5ea3f1,_0x515cbb._0x420a32,0x414,_0x515cbb._0x208093)](-0x859*0x1+-0x77*0x2f+0x1e33)):console[_0x3f7c47(0x3a4,_0x515cbb._0x2c284c,_0x515cbb._0x4d7d3b,_0x515cbb._0x42ebf1)](_0x1a2d7c(_0x515cbb._0x2c0ff8,_0x515cbb._0x167a50,_0x515cbb._0x113410,_0x515cbb._0x183802)+_0x3f7c47(_0x515cbb._0x35a212,_0x515cbb._0x2a99dc,_0x515cbb._0x57e58c,_0x515cbb._0x48d3a8)+_0x465b05[_0x3f7c47(_0x515cbb._0x560b2e,0x362,_0x515cbb._0x5046fc,0x39e)]+(_0x3f7c47(_0x515cbb._0x2d0c7a,0x30d,0x39f,_0x515cbb._0x223d32)+_0x3f7c47(_0x515cbb._0x5e9d8a,_0x515cbb._0x48cad2,_0x515cbb._0x156fda,0x32b)+'o\x20longer\x20c'+_0x3f7c47(0x377,_0x515cbb._0x48cad2,_0x515cbb._0x4151ce,0x3cb)+_0x1a2d7c(_0x515cbb._0xd59702,_0x515cbb._0x18ad84,_0x515cbb._0xa627c8,0x36e)+'access.\x20')+(_0x3f7c47(0x390,0x33d,_0x515cbb._0x5e9d8a,0x3ca)+'and\x20enviro'+_0x3f7c47(_0x515cbb._0x3343e5,_0x515cbb._0x4a9135,0x2e5,0x2cb)+_0x3f7c47(_0x515cbb._0x3a9261,_0x515cbb._0x515c7a,_0x515cbb._0x18ad84,_0x515cbb._0x50c16)+_0x3f7c47(_0x515cbb._0x548c11,_0x515cbb._0x22aaa9,0x2ae,_0x515cbb._0x5590e2))):(_0x15fa9f['close'](),_0x4013d7[_0x3f7c47(_0x515cbb._0x22aaa9,_0x515cbb._0x36aa57,0x33d,0x299)](_0x34e86c,_0x426f90)));!_0x465b05[_0x1a2d7c(_0x515cbb._0x29cf0b,0x36e,_0x515cbb._0x16f2c5,0x38f)]&&(_0x4013d7['lDqAA'](_0x4013d7[_0x1a2d7c(0x3de,0x3b5,0x3ae,0x39e)],_0x1a2d7c(0x40b,0x3fa,0x378,0x3ba))?_0x465b05[_0x3f7c47(0x2fc,0x35b,_0x515cbb._0x2b2a62,0x2b6)]=await prompt(_0x4013d7['oGfme']):(_0x3d61a8=!![],_0x10be88[_0x1a2d7c(_0x515cbb._0x3b6545,_0x515cbb._0x2c2549,0x45b,_0x515cbb._0x4d3374)+_0x1a2d7c(0x3ad,_0x515cbb._0x21cd8c,0x3a0,_0x515cbb._0x3dbabb)]=!![]));!_0x465b05[_0x1a2d7c(0x405,0x402,_0x515cbb._0xac3907,_0x515cbb._0x256d64)]&&(_0x4013d7[_0x3f7c47(0x326,0x385,0x389,0x341)](_0x4013d7[_0x3f7c47(0x2bd,_0x515cbb._0x1cd95e,0x30d,0x275)],_0x4013d7['YImXg'])?_0x465b05['email']=await _0x4013d7[_0x1a2d7c(_0x515cbb._0x4043ed,_0x515cbb._0xcc3e7,_0x515cbb._0x5cdb4f,_0x515cbb._0x21fac6)](prompt,_0x4013d7[_0x3f7c47(0x31d,0x30a,_0x515cbb._0x459de0,_0x515cbb._0x37b87a)]):(_0x5cf05f['error'](_0x1a2d7c(_0x515cbb._0x2d7917,0x485,_0x515cbb._0xd41efb,0x416)+'alid\x20usern'+'ame\x20\x22'+_0x26439b['username']+(_0x3f7c47(0x2c8,_0x515cbb._0x53cc93,_0x515cbb._0x4e010d,0x33e)+_0x1a2d7c(0x3aa,_0x515cbb._0x38517d,_0x515cbb._0x4bf4be,_0x515cbb._0x4043ed)+_0x3f7c47(0x2ef,_0x515cbb._0x36f6ec,_0x515cbb._0x2df0ff,0x278)+_0x3f7c47(_0x515cbb._0x449c21,_0x515cbb._0x2abf78,0x314,_0x515cbb._0x3367d8)+_0x3f7c47(_0x515cbb._0x51df45,0x25b,_0x515cbb._0x2855a0,0x300)+'hens.')),_0x42f48b[_0x3f7c47(_0x515cbb._0x172414,0x32b,0x385,0x31b)](-0x1eef*-0x1+-0x1154+-0xd9a*0x1)));!_0x465b05[_0x1a2d7c(_0x515cbb._0x113dd6,_0x515cbb._0x4015f1,0x31e,0x396)]&&(_0x4013d7[_0x1a2d7c(0x432,_0x515cbb._0x5c40c0,_0x515cbb._0x3e5f2d,_0x515cbb._0x18e40f)](_0x4013d7[_0x1a2d7c(0x424,0x3cd,_0x515cbb._0x223c6a,0x3bd)],_0x4013d7[_0x3f7c47(0x32a,0x323,0x2bb,0x362)])?_0x465b05[_0x1a2d7c(_0x515cbb._0x5e9d8a,_0x515cbb._0x30c519,0x345,0x396)]=await _0x4013d7['YrCCF'](prompt,_0x1a2d7c(_0x515cbb._0x27f6d7,_0x515cbb._0x5695ba,0x415,0x3f3)+'\x20'):_0x4013d7[_0x1a2d7c(_0x515cbb._0x210640,0x3af,_0x515cbb._0x4fc523,_0x515cbb._0x23ccd6)](_0x262e62[_0x1a2d7c(0x41b,0x3a7,_0x515cbb._0x27554b,0x3d9)],'admin')?_0x1bf6ae[_0x1a2d7c(0x405,_0x515cbb._0x208093,_0x515cbb._0x27554b,0x437)](_0x4013d7[_0x1a2d7c(0x3ea,_0x515cbb._0xba331e,0x3e4,_0x515cbb._0x9550bc)]):_0x235604[_0x1a2d7c(0x459,0x3ee,0x45b,0x437)](_0x4013d7[_0x3f7c47(0x2d5,_0x515cbb._0x301fa2,_0x515cbb._0x66d8f1,0x2b6)](_0x1a2d7c(0x3d7,_0x515cbb._0x5b5cf1,0x3b4,_0x515cbb._0x183802)+_0x1a2d7c(_0x515cbb._0x5bbbbb,0x3d0,_0x515cbb._0x4bdbeb,_0x515cbb._0x107ecb)+_0x5b8cce[_0x1a2d7c(_0x515cbb._0x80f0c3,0x447,0x39a,_0x515cbb._0x483a3e)]+(_0x3f7c47(_0x515cbb._0x2d0c7a,0x37d,0x307,0x353)+_0x3f7c47(0x329,_0x515cbb._0x340c89,_0x515cbb._0x570839,_0x515cbb._0x255978)+_0x3f7c47(0x333,_0x515cbb._0x55a730,0x39f,0x32a)+_0x3f7c47(_0x515cbb._0x39b00b,0x33e,_0x515cbb._0x4e010d,0x31c)+_0x3f7c47(_0x515cbb._0x16b0e6,0x307,0x2f4,0x2e7)+_0x3f7c47(0x2f2,0x2ea,0x2e6,_0x515cbb._0x7af7e7)),_0x4013d7[_0x3f7c47(_0x515cbb._0x470b09,0x33e,_0x515cbb._0x4b69a8,_0x515cbb._0x418084)])));if(!_0x465b05[_0x1a2d7c(_0x515cbb._0x4f5012,0x2e9,0x2ff,0x35a)]){_0x465b05[_0x1a2d7c(_0x515cbb._0x32004f,0x3c0,_0x515cbb._0x105b77,_0x515cbb._0x50a726)]=await _0x4013d7['oPGyp'](prompt,_0x4013d7[_0x3f7c47(_0x515cbb._0xab161f,_0x515cbb._0x1ff792,0x346,0x376)],!![]);const _0x988d9=await prompt(_0x1a2d7c(_0x515cbb._0x269fd3,_0x515cbb._0x223c6a,0x38c,_0x515cbb._0x552f8d)+_0x1a2d7c(0x49d,0x47a,_0x515cbb._0xb16cd3,_0x515cbb._0x5adef5),!![]);_0x465b05[_0x3f7c47(0x2c7,_0x515cbb._0x16a340,_0x515cbb._0x2911f8,_0x515cbb._0x50c16)]!==_0x988d9&&(console[_0x1a2d7c(0x3b9,0x3e9,_0x515cbb._0x5afc48,_0x515cbb._0x4b1700)](_0x4013d7['RdHuV']),process[_0x3f7c47(_0x515cbb._0x172414,_0x515cbb._0x3a98c2,_0x515cbb._0xf0bbd8,_0x515cbb._0x2930a0)](0x22b4+-0x1*0x1e2+-0x20d1));}(!_0x465b05[_0x1a2d7c(0x351,_0x515cbb._0x1c26bd,0x329,_0x515cbb._0x4f21b8)]||_0x4013d7[_0x3f7c47(0x35a,0x338,0x34e,_0x515cbb._0x2b2a62)](_0x465b05[_0x1a2d7c(_0x515cbb._0x463ef9,_0x515cbb._0x18ad84,_0x515cbb._0x78d1d9,0x38f)][_0x1a2d7c(_0x515cbb._0x252ac6,_0x515cbb._0x1ff792,_0x515cbb._0x2b356f,0x393)](),''))&&(console[_0x1a2d7c(0x37a,0x369,0x35f,0x3d8)](_0x1a2d7c(0x377,_0x515cbb._0x42b5bc,0x3db,_0x515cbb._0x2322f7)+_0x3f7c47(0x31e,_0x515cbb._0x37d201,_0x515cbb._0x2b2a62,0x38b)+_0x3f7c47(_0x515cbb._0x388661,_0x515cbb._0x4783e3,_0x515cbb._0x17ccb5,_0x515cbb._0x1938d4)),process[_0x1a2d7c(0x40c,_0x515cbb._0x24f2e8,0x46e,_0x515cbb._0x1b781b)](0x6ab+-0x162*0x10+-0x7bb*-0x2));(!_0x465b05[_0x1a2d7c(_0x515cbb._0x4aa41d,_0x515cbb._0x2c0ff8,_0x515cbb._0x5075ba,0x42e)]||_0x4013d7[_0x1a2d7c(0x429,0x372,_0x515cbb._0x1ae944,0x3e4)](_0x465b05[_0x1a2d7c(0x49f,0x424,0x49a,_0x515cbb._0x256d64)][_0x1a2d7c(_0x515cbb._0x1416d6,0x36b,0x35c,_0x515cbb._0x55e079)](),''))&&(_0x4013d7['MtdmK'](_0x3f7c47(_0x515cbb._0x82734b,_0x515cbb._0x3bf616,0x37d,_0x515cbb._0x57dc35),_0x4013d7[_0x3f7c47(_0x515cbb._0x488012,_0x515cbb._0x560b2e,_0x515cbb._0x200ddd,_0x515cbb._0x37bc8e)])?(_0x486519[_0x3f7c47(0x345,0x362,_0x515cbb._0x29ac4b,0x2e2)](_0x1a2d7c(_0x515cbb._0xba331e,0x3e8,_0x515cbb._0xb3da44,0x394)+_0x1a2d7c(0x3a5,_0x515cbb._0x183802,0x414,_0x515cbb._0x26ccf3)+_0x334286[_0x1a2d7c(_0x515cbb._0x32f0d1,0x3d3,0x363,_0x515cbb._0x5627bc)]+(_0x1a2d7c(_0x515cbb._0x24f2e8,_0x515cbb._0x36a073,_0x515cbb._0x2d7917,0x41b)+_0x1a2d7c(_0x515cbb._0x322259,_0x515cbb._0x2d4267,_0x515cbb._0x14d20b,_0x515cbb._0x26acc7))),_0x11d33f[_0x3f7c47(0x364,0x34b,_0x515cbb._0x107ecb,0x389)](-0x2c*-0x7d+-0x550+0x1*-0x102b)):(console[_0x1a2d7c(0x41b,_0x515cbb._0xcb192d,_0x515cbb._0x46eff6,0x3d8)](_0x4013d7[_0x3f7c47(_0x515cbb._0x301fa2,0x29a,0x2a8,0x2b0)]),process[_0x3f7c47(0x364,0x386,_0x515cbb._0x463ef9,0x370)](-0x1727*-0x1+-0x8ab+-0xe7b)));function _0x1a2d7c(_0xf384d2,_0x377259,_0x29abc9,_0x2422b9){return _0x4763(_0x2422b9-_0x907fbf._0x45e791,_0x29abc9);}(!_0x465b05[_0x1a2d7c(_0x515cbb._0x3b5081,0x383,_0x515cbb._0x20c85b,0x396)]||_0x465b05['name']['trim']()==='')&&('SiRuW'===_0x4013d7[_0x1a2d7c(0x412,_0x515cbb._0x1416d6,_0x515cbb._0x530bb6,0x404)]?(console['error'](_0x4013d7['UXvzD']),process[_0x1a2d7c(0x46e,_0x515cbb._0x39ebb5,_0x515cbb._0x1f6be5,_0x515cbb._0x1b781b)](-0x3*-0xc61+-0x185*-0xd+-0x38e3)):(_0x43beca['error'](_0x4013d7['fsDDU']),_0x4eb5d1[_0x3f7c47(0x364,0x3a0,0x35b,_0x515cbb._0x480c42)](0x45b*-0x1+0x18c9+-0x146d)));(!_0x465b05[_0x1a2d7c(_0x515cbb._0x502d56,_0x515cbb._0x3debb1,0x377,0x35a)]||_0x4013d7[_0x1a2d7c(_0x515cbb._0x13f45f,0x3e1,_0x515cbb._0x4043ed,_0x515cbb._0x238414)](_0x465b05[_0x1a2d7c(0x304,0x33e,0x38e,0x35a)]['length'],0x26c1*0x1+0x2631+-0x5*0xf62))&&(_0x1a2d7c(0x3ab,0x39a,_0x515cbb._0x471121,0x3bf)!==_0x4013d7[_0x3f7c47(_0x515cbb._0xb4414e,0x2b2,_0x515cbb._0xa38889,_0x515cbb._0x16f2c5)]?(console[_0x1a2d7c(_0x515cbb._0x22d607,_0x515cbb._0x3916c9,0x399,0x3d8)](_0x4013d7[_0x3f7c47(_0x515cbb._0x292f2b,_0x515cbb._0x57e58c,_0x515cbb._0x14db0e,_0x515cbb._0x1abcae)]),process[_0x1a2d7c(_0x515cbb._0x9550bc,_0x515cbb._0x444e30,_0x515cbb._0x50bf60,_0x515cbb._0x4b1d01)](0x26ed+0xab2+-0x1*0x319e)):(_0x43b12c[_0x3f7c47(0x345,_0x515cbb._0x33ee7a,_0x515cbb._0x496b85,0x3a3)](_0x3f7c47(_0x515cbb._0x5d6da4,0x396,_0x515cbb._0x3e31a6,_0x515cbb._0x2fd983)+_0x48b679['message']),_0x330f48[_0x3f7c47(0x364,_0x515cbb._0x2cbf7e,_0x515cbb._0x206ba7,0x325)](0x24ed+0x4eb*-0x3+-0x162b)));const _0x49c56f=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x49c56f['test'](_0x465b05[_0x3f7c47(_0x515cbb._0xf8157b,0x403,_0x515cbb._0x525b0a,0x36d)])&&(console[_0x1a2d7c(_0x515cbb._0x3294ae,_0x515cbb._0x50161b,0x43e,_0x515cbb._0x4b1700)]('Error:\x20Inv'+_0x1a2d7c(0x38a,_0x515cbb._0x7665d1,_0x515cbb._0x2cbf7e,0x34d)+_0x3f7c47(0x2ff,_0x515cbb._0x191078,_0x515cbb._0x2a39b5,_0x515cbb._0x5e7d9b)+_0x465b05[_0x1a2d7c(0x45a,0x3eb,0x45c,0x42e)]+'\x22.'),process[_0x3f7c47(_0x515cbb._0x172414,_0x515cbb._0x1bb2b8,_0x515cbb._0x23149e,_0x515cbb._0x1ee777)](-0x1*-0x251+-0x188a+0x163a));const _0x3f06ab=/^[a-zA-Z0-9_-]+$/;!_0x3f06ab[_0x3f7c47(_0x515cbb._0x286064,_0x515cbb._0x356884,_0x515cbb._0x2242b1,_0x515cbb._0xdcbd92)](_0x465b05[_0x1a2d7c(0x364,0x330,_0x515cbb._0x4b8faa,0x38f)])&&(console['error'](_0x3f7c47(0x383,_0x515cbb._0x3e89b2,0x33d,_0x515cbb._0x4b2cea)+'alid\x20usern'+_0x1a2d7c(0x40f,_0x515cbb._0xea503a,0x41e,0x3ab)+_0x465b05[_0x3f7c47(_0x515cbb._0x23149e,_0x515cbb._0x525eab,_0x515cbb._0x6e0e78,0x2e6)]+(_0x3f7c47(0x2c8,0x314,_0x515cbb._0xdd61f1,0x2ff)+'y\x20letters,'+_0x1a2d7c(0x346,_0x515cbb._0x4b2cea,_0x515cbb._0x211e3e,_0x515cbb._0x2edcbc)+'underscore'+_0x1a2d7c(_0x515cbb._0x1e45b3,0x36d,0x310,_0x515cbb._0x17e92e)+_0x1a2d7c(_0x515cbb._0x23e288,_0x515cbb._0x23e288,_0x515cbb._0x5137b0,0x42c))),process[_0x1a2d7c(_0x515cbb._0x8b27ae,0x3f3,_0x515cbb._0x3cd059,_0x515cbb._0x1b781b)](0x1529+0x112c+-0x2c*0xdf));try{const _0x15ee2c=await _0x4013d7[_0x3f7c47(_0x515cbb._0x4b3340,0x33b,0x302,_0x515cbb._0x38517d)](findUserByUsername,_0x465b05['username']);_0x15ee2c&&(console['error'](_0x1a2d7c(_0x515cbb._0x453144,0x33c,_0x515cbb._0x7ffe82,0x394)+_0x3f7c47(0x389,_0x515cbb._0x20df5a,0x3b8,0x3bf)+_0x465b05[_0x1a2d7c(0x3be,0x31a,_0x515cbb._0x47fc29,0x38f)]+('\x22\x20already\x20'+_0x3f7c47(0x35c,0x3bf,_0x515cbb._0x4bfb82,_0x515cbb._0x258e34))),process[_0x3f7c47(_0x515cbb._0xff75df,_0x515cbb._0xa627c8,0x37e,0x30c)](0x2131*-0x1+-0x1*-0x21f3+-0xc1));console[_0x3f7c47(_0x515cbb._0x355092,0x334,_0x515cbb._0x381713,_0x515cbb._0x1b900b)](_0x1a2d7c(0x370,0x3ef,_0x515cbb._0x190c2c,0x383)+_0x1a2d7c(0x482,0x49f,0x448,_0x515cbb._0x5c2532)+_0x465b05[_0x1a2d7c(_0x515cbb._0x5594dd,0x322,0x32b,0x38f)]+_0x3f7c47(0x2cb,_0x515cbb._0x16bb29,_0x515cbb._0x936ba2,_0x515cbb._0x3f0411));const _0x184fb9={};_0x184fb9[_0x3f7c47(_0x515cbb._0x23149e,_0x515cbb._0x548c11,_0x515cbb._0x5a1133,_0x515cbb._0x4e010d)]=_0x465b05[_0x3f7c47(_0x515cbb._0x5e0406,0x2ca,_0x515cbb._0x16f376,_0x515cbb._0x5533df)],_0x184fb9[_0x1a2d7c(0x3d6,_0x515cbb._0x165ce2,_0x515cbb._0x165ce2,_0x515cbb._0x389406)]=_0x465b05['email'],_0x184fb9[_0x3f7c47(_0x515cbb._0x5a942f,_0x515cbb._0x3343e5,0x331,0x2e4)]=_0x465b05[_0x3f7c47(_0x515cbb._0x112897,_0x515cbb._0xa3fb14,_0x515cbb._0x21ad55,_0x515cbb._0x8dfac8)],_0x184fb9['password']=_0x465b05['password'],_0x184fb9[_0x3f7c47(_0x515cbb._0x4f0b5b,_0x515cbb._0x43ba32,_0x515cbb._0x370323,_0x515cbb._0x256402)+_0x3f7c47(0x2e6,0x33e,0x27e,_0x515cbb._0x16f376)]=_0x465b05[_0x3f7c47(0x372,0x334,0x389,_0x515cbb._0x37a382)+'min']||undefined;const _0x495411=await createUser(_0x184fb9);_0x465b05[_0x1a2d7c(_0x515cbb._0x4aa72f,0x3ac,_0x515cbb._0x543b7f,0x405)+'min']&&(_0x4013d7[_0x1a2d7c(_0x515cbb._0x563243,_0x515cbb._0x211e3e,0x408,0x398)]!==_0x4013d7[_0x1a2d7c(0x3e2,_0x515cbb._0x4da3cc,0x38d,_0x515cbb._0xfa4210)]?_0x1ea78e[_0x3f7c47(_0x515cbb._0x592871,0x3ca,_0x515cbb._0x412411,0x320)+'min']=_0x4013d7['DfSZE'](_0x45ca0e,_0x4013d7[_0x1a2d7c(_0x515cbb._0xeeb78a,_0x515cbb._0x5c2532,_0x515cbb._0x442180,_0x515cbb._0x13b2d0)]):await createServerAdminBinding(_0x495411['id'])),console[_0x1a2d7c(0x39d,0x389,_0x515cbb._0x2d9f50,_0x515cbb._0x38df71)](''),console[_0x1a2d7c(0x399,0x389,_0x515cbb._0x3294ae,0x402)](_0x4013d7[_0x3f7c47(_0x515cbb._0x1bb2b8,_0x515cbb._0x3b5e07,_0x515cbb._0x30c166,_0x515cbb._0xab161f)]),console['log'](''),console[_0x1a2d7c(0x3f1,0x3fe,_0x515cbb._0x480c42,0x402)](_0x3f7c47(_0x515cbb._0x5bbbbb,_0x515cbb._0x356884,_0x515cbb._0x17f972,0x37a)+_0x3f7c47(0x2df,0x28c,_0x515cbb._0x5c4370,0x28b)),console['log'](_0x1a2d7c(0x3d5,_0x515cbb._0x3f3db1,_0x515cbb._0x190c2c,0x3d2)+_0x3f7c47(0x2d3,_0x515cbb._0x1ae587,_0x515cbb._0x3b44da,0x327)+_0x495411['id']),console['log'](_0x1a2d7c(0x440,0x45e,_0x515cbb._0x38df71,0x40b)+_0x1a2d7c(_0x515cbb._0x402e53,_0x515cbb._0x18ad84,_0x515cbb._0x1e8915,_0x515cbb._0x4d9a96)+_0x495411[_0x3f7c47(0x2fc,0x2d4,0x292,_0x515cbb._0x4c3ae5)]),console[_0x3f7c47(0x36f,0x30c,0x338,0x390)](_0x1a2d7c(0x405,_0x515cbb._0x4d7d3b,_0x515cbb._0x5c3669,0x39b)+_0x1a2d7c(0x3d2,_0x515cbb._0x5e7d9b,_0x515cbb._0xa627c8,0x366)+_0x495411['email']),console[_0x3f7c47(_0x515cbb._0x264812,0x3d1,_0x515cbb._0x459883,0x3b3)](_0x3f7c47(_0x515cbb._0x48ec8a,0x340,0x334,0x370)+_0x3f7c47(_0x515cbb._0x5825a9,0x278,0x266,_0x515cbb._0x28b18e)+_0x495411[_0x3f7c47(_0x515cbb._0x57e58c,0x2db,_0x515cbb._0x381713,0x2b2)]),console[_0x3f7c47(_0x515cbb._0x23d44e,0x362,0x3b9,_0x515cbb._0x192a87)](_0x3f7c47(_0x515cbb._0x279bff,0x28c,_0x515cbb._0x31d604,0x315)+_0x1a2d7c(_0x515cbb._0x1e9b48,_0x515cbb._0x5e218b,0x461,0x407)+(_0x465b05[_0x1a2d7c(0x46a,0x3c8,_0x515cbb._0x1b2d83,0x405)+_0x1a2d7c(0x398,_0x515cbb._0x468b19,_0x515cbb._0x19ad6c,0x379)]?_0x4013d7[_0x1a2d7c(0x39b,_0x515cbb._0x27d50b,0x329,0x38d)]:'no')),console[_0x3f7c47(0x36f,_0x515cbb._0x238414,0x2ff,_0x515cbb._0x459de0)](''),console[_0x3f7c47(_0x515cbb._0x1d3c16,_0x515cbb._0x359ff6,_0x515cbb._0x381713,0x2fc)](_0x1a2d7c(_0x515cbb._0x577275,0x372,_0x515cbb._0x5210d2,0x39f)+_0x3f7c47(0x39f,_0x515cbb._0x54dcd8,_0x515cbb._0x442180,_0x515cbb._0x1ee777)+_0x1a2d7c(0x348,0x341,_0x515cbb._0xf1565e,0x34e)+_0x1a2d7c(_0x515cbb._0x26ccf3,_0x515cbb._0x345c2d,_0x515cbb._0x26a7bf,0x430)+_0x1a2d7c(0x35d,_0x515cbb._0x181ff9,0x366,0x3b6)+'ssword.');}catch(_0x2afa3c){logger[_0x3f7c47(0x345,_0x515cbb._0x33a5d4,_0x515cbb._0x5e9d8a,0x330)](_0x4013d7[_0x1a2d7c(0x371,_0x515cbb._0xaf0483,0x34e,_0x515cbb._0x32fde9)],_0x2afa3c),console[_0x1a2d7c(0x3e5,_0x515cbb._0x57388e,_0x515cbb._0x1bd038,0x3d8)](_0x1a2d7c(0x41a,_0x515cbb._0x45f405,0x426,_0x515cbb._0x3969d0)+_0x1a2d7c(0x3fa,0x416,_0x515cbb._0x2ee1c5,_0x515cbb._0x447d0d)+_0x3f7c47(0x359,0x3bd,_0x515cbb._0x361ceb,0x375)+'\x20'+_0x2afa3c['message']),process[_0x1a2d7c(0x46b,_0x515cbb._0xf97c12,_0x515cbb._0x38df71,_0x515cbb._0x224312)](-0x7ee+-0xd*0x14b+0x18be);}}
@@ -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(_0x267c73,_0x4d533b){const _0x95c072={_0xdbb6eb:0x2ce,_0x4a68b4:0x282,_0x46a6bc:0x277,_0x14d013:0x296,_0x1396ad:0x39f,_0x12503e:0x387,_0x221044:0x388,_0x566357:0x3b1,_0x24fde6:0x34d,_0x1ad50d:0x371,_0x498df6:0x3ea,_0x139ed9:0x3e6,_0x275fc3:0x2d2,_0x4902e1:0x2cc,_0x5d3afa:0x2fe,_0xb9aa8e:0x2c8,_0xd53b2f:0x284,_0x222412:0x243,_0x3d602f:0x3dd,_0x4dceed:0x391,_0x4b793d:0x3b3,_0x3ca966:0x404,_0x2957d5:0x3cf,_0x1b6700:0x2b9,_0x42a482:0x31a},_0x6b4cfa={_0x3e8d29:0x12d},_0x44465d={_0x520a30:0x214},_0x2de750=_0x267c73();function _0x3b6b79(_0x5daaea,_0x428286,_0x119a3a,_0x31cb5d){return _0x4cc5(_0x428286-_0x44465d._0x520a30,_0x5daaea);}function _0x3b8073(_0x3162b5,_0x1fd1f7,_0x338bc6,_0x5ece89){return _0x4cc5(_0x338bc6-_0x6b4cfa._0x3e8d29,_0x1fd1f7);}while(!![]){try{const _0x2f240d=parseInt(_0x3b8073(_0x95c072._0xdbb6eb,0x2e0,0x304,0x31c))/(-0x2014+0x223*-0x8+0x312d)*(-parseInt(_0x3b8073(_0x95c072._0x4a68b4,_0x95c072._0x46a6bc,0x2c1,0x2f8))/(0x1*0x1db9+0x21fd*0x1+-0x3fb4))+parseInt(_0x3b8073(_0x95c072._0x14d013,0x27a,0x277,0x29e))/(0xa7c+0x402+-0xe7b*0x1)*(-parseInt(_0x3b6b79(0x3e6,_0x95c072._0x1396ad,_0x95c072._0x12503e,_0x95c072._0x221044))/(-0x193d+0x4*-0x93b+0xb*0x5a7))+parseInt(_0x3b6b79(0x374,0x38b,_0x95c072._0x566357,0x3cd))/(0x1805+-0x2*-0x920+-0x2a40)*(-parseInt(_0x3b6b79(_0x95c072._0x24fde6,_0x95c072._0x1ad50d,0x324,0x325))/(-0x90e+0xfd2+-0x6be*0x1))+-parseInt(_0x3b6b79(0x3b1,_0x95c072._0x498df6,0x3e5,_0x95c072._0x139ed9))/(-0xe11*0x1+-0x2cf*-0x5+0xd*0x1)+-parseInt(_0x3b8073(_0x95c072._0x275fc3,_0x95c072._0x4902e1,0x2d4,_0x95c072._0x5d3afa))/(0x12fb+-0x114e*0x1+-0x1a5)*(-parseInt(_0x3b8073(_0x95c072._0x275fc3,_0x95c072._0x5d3afa,_0x95c072._0xb9aa8e,0x2c6))/(0x10f+-0x8*0x70+0x27a))+-parseInt(_0x3b8073(0x26d,0x266,_0x95c072._0xd53b2f,_0x95c072._0x222412))/(-0x20f3+-0x3eb*-0x1+-0x2*-0xe89)*(parseInt(_0x3b6b79(0x3ba,_0x95c072._0x3d602f,_0x95c072._0x4dceed,_0x95c072._0x4b793d))/(-0x2275+-0x247a*-0x1+-0x1fa))+parseInt(_0x3b6b79(_0x95c072._0x3ca966,_0x95c072._0x2957d5,0x3a8,0x3b0))/(0x119c+-0x22*0x5+0x135*-0xe)*(parseInt(_0x3b8073(_0x95c072._0x1b6700,_0x95c072._0x42a482,0x2f1,0x2bf))/(0x6d3+0xdc9*0x1+-0x148f));if(_0x2f240d===_0x4d533b)break;else _0x2de750['push'](_0x2de750['shift']());}catch(_0x320e1e){_0x2de750['push'](_0x2de750['shift']());}}}(_0x51a1,0x3c4a3+-0x10576+0x11f9f));import{findUserByUsername,findUserById}from'../users.js';import{getRoleByName,loadRoles}from'../role-definitions.js';import{createBinding}from'../bindings.js';function _0x4cc5(_0x80a3bf,_0x488ab8){_0x80a3bf=_0x80a3bf-(0x3d*0x17+0x4*-0x246+-0xfb*-0x5);const _0x58d70d=_0x51a1();let _0x3293e5=_0x58d70d[_0x80a3bf];if(_0x4cc5['xWjjgS']===undefined){var _0x3daa6f=function(_0x24ad20){const _0x24d941='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x153741='',_0x5274f4='';for(let _0x1ab3a9=0x64e+0x26d+-0x8bb,_0x3148fc,_0x15a23d,_0x3dd48b=-0x1*0x25ce+0x225f+0x36f;_0x15a23d=_0x24ad20['charAt'](_0x3dd48b++);~_0x15a23d&&(_0x3148fc=_0x1ab3a9%(-0x1e43+0x272+-0x591*-0x5)?_0x3148fc*(-0x2236*-0x1+-0x119+-0x1*0x20dd)+_0x15a23d:_0x15a23d,_0x1ab3a9++%(0x8b5+-0x14e*0x1d+0x1d25))?_0x153741+=String['fromCharCode'](-0x842*-0x4+0x1*-0x1f33+-0xd6&_0x3148fc>>(-(0x13c1+-0x2*-0x446+0x1*-0x1c4b)*_0x1ab3a9&0x2c5*-0x2+-0x2*0x66+-0x4a*-0x16)):0xea2+-0x247e+0x15dc){_0x15a23d=_0x24d941['indexOf'](_0x15a23d);}for(let _0x39af7b=0xf49*-0x1+0x2202+0x1*-0x12b9,_0x4e54b8=_0x153741['length'];_0x39af7b<_0x4e54b8;_0x39af7b++){_0x5274f4+='%'+('00'+_0x153741['charCodeAt'](_0x39af7b)['toString'](-0x1ec0+-0x205d*0x1+0x3f2d))['slice'](-(-0x760+-0x22e5+0x2a47));}return decodeURIComponent(_0x5274f4);};_0x4cc5['vhRKEw']=_0x3daa6f,_0x4cc5['mHZQHJ']={},_0x4cc5['xWjjgS']=!![];}const _0x41f19f=_0x58d70d[-0x23fc+-0x1e7d+0x4279],_0x3ee11a=_0x80a3bf+_0x41f19f,_0x51ff47=_0x4cc5['mHZQHJ'][_0x3ee11a];return!_0x51ff47?(_0x3293e5=_0x4cc5['vhRKEw'](_0x3293e5),_0x4cc5['mHZQHJ'][_0x3ee11a]=_0x3293e5):_0x3293e5=_0x51ff47,_0x3293e5;}import{logger}from'../logger.js';function parseArgs(_0x393241){const _0x2c6587={_0x3b4b2f:0x22b,_0x22c2bd:0x274,_0x260dc1:0x25a,_0xbf090b:0x36,_0x4e4e8f:0x17,_0x787bdd:0x0,_0x8d3a23:0x290,_0x1571cb:0x1fc,_0x912d1:0x1f3,_0x48a371:0x1cc,_0x2f1431:0x60,_0x3c32f7:0x37,_0x1680bd:0x44,_0x1e63f2:0x1f6,_0x2f6b9a:0xb,_0x512644:0x21,_0x21b817:0x16,_0x24734b:0x226,_0x3263f9:0x1f5,_0x26d2f5:0x207,_0x2fc013:0x1db,_0x52d5f5:0xe,_0x545275:0x46,_0x4e86a2:0x1e,_0x1a9ed5:0x20,_0x48c959:0x250,_0x49e8eb:0x27f,_0xbd8dc1:0x284,_0xfda401:0x28d,_0x3c1b17:0x285,_0x3d2b2e:0x1f5,_0x2ce35e:0xa},_0x577728={_0xe2cb8:0xa2},_0x199cfa={};function _0x38b8ae(_0x5a48fa,_0x57e4f7,_0x4f6ec0,_0x5207bb){return _0x4cc5(_0x57e4f7-_0x577728._0xe2cb8,_0x4f6ec0);}_0x199cfa[_0x38b8ae(_0x2c6587._0x3b4b2f,0x243,_0x2c6587._0x22c2bd,_0x2c6587._0x260dc1)]=_0x3330db(-0x7e,-0x42,-0xa,-_0x2c6587._0xbf090b)+_0x3330db(0x2,-0x1f,-_0x2c6587._0x4e4e8f,_0x2c6587._0x787bdd)+_0x38b8ae(_0x2c6587._0x8d3a23,0x261,0x226,0x25d)+'dmin\x20role.'+_0x38b8ae(_0x2c6587._0x1571cb,_0x2c6587._0x912d1,0x20f,0x210)+_0x38b8ae(0x22d,0x210,0x22f,_0x2c6587._0x48a371)+_0x3330db(-0x59,-_0x2c6587._0x2f1431,-0x1e,-0x2c),_0x199cfa[_0x3330db(-0x3,-_0x2c6587._0x3c32f7,-_0x2c6587._0x1680bd,-0x16)]=_0x38b8ae(0x1f8,_0x2c6587._0x1571cb,_0x2c6587._0x1e63f2,0x223)+'=';function _0x3330db(_0x4b8c88,_0x11ad27,_0x239ac2,_0x1a8ca1){return _0x4cc5(_0x1a8ca1- -0x1ab,_0x11ad27);}_0x199cfa[_0x38b8ae(0x290,0x25c,0x253,0x23c)]=_0x3330db(-_0x2c6587._0x2f1431,-_0x2c6587._0x2f6b9a,-0x26,-0x1f),_0x199cfa[_0x3330db(0x4c,-0x8,0x13,0x20)]=function(_0x546b4c,_0x1c5ba4){return _0x546b4c!==_0x1c5ba4;},_0x199cfa['Smllg']='HzCfZ';const _0x4ee1e7=_0x199cfa,_0x48116f={};_0x48116f['username']=null,_0x48116f['userId']=null;const _0x4a4049=_0x48116f;for(const _0x175c60 of _0x393241){if(_0x175c60['startsWith'](_0x4ee1e7[_0x3330db(0x4,_0x2c6587._0x512644,-0x3b,-_0x2c6587._0x21b817)]))_0x4a4049[_0x3330db(0xf,-0x65,-0x17,-0x1b)]=_0x175c60[_0x38b8ae(_0x2c6587._0x24734b,_0x2c6587._0x3263f9,_0x2c6587._0x26d2f5,_0x2c6587._0x2fc013)]('=')[0xa77+-0x10fd+-0x22d*-0x3];else _0x175c60[_0x3330db(0x5a,0x56,-0x35,_0x2c6587._0x52d5f5)](_0x4ee1e7[_0x3330db(0x16,-0x12,_0x2c6587._0x545275,0xf)])&&(_0x4ee1e7[_0x3330db(-0x18,0x49,-_0x2c6587._0x4e86a2,_0x2c6587._0x1a9ed5)]('oWHPG',_0x4ee1e7[_0x38b8ae(0x220,_0x2c6587._0x48c959,0x269,_0x2c6587._0x49e8eb)])?_0x4a4049[_0x38b8ae(_0x2c6587._0xbd8dc1,0x248,_0x2c6587._0xfda401,_0x2c6587._0x3c1b17)]=_0x175c60[_0x38b8ae(0x219,_0x2c6587._0x3d2b2e,0x1c5,0x218)]('=')[0x11f8+-0x23ad+-0x2*-0x8db]:(_0x1d0882[_0x38b8ae(0x1f7,0x213,0x22c,0x219)](_0x4ee1e7[_0x3330db(-0x32,-0x19,-0x3c,-_0x2c6587._0x2ce35e)]),_0x5931fe['exit'](-0x2010+-0x1434+-0x1*-0x3445)));}return _0x4a4049;}export async function grantAdminCommand(_0x2f482c){const _0x51f934={_0x3f5615:0x245,_0x335d37:0x205,_0x424af3:0x22b,_0x561d2e:0x1f4,_0x8b9335:0x101,_0x565d52:0xb2,_0x5bfd44:0xf1,_0x522e17:0x1bc,_0x5bff92:0x1fa,_0x4ea61f:0x27d,_0x5cec72:0x272,_0x1f27a3:0x254,_0x4b0722:0x20c,_0x203b34:0x24b,_0xa67e13:0x1cb,_0x2991f4:0x224,_0x56dfd1:0x1f5,_0x3f6638:0x1e2,_0x3c20bf:0xf7,_0xe73f93:0x10c,_0x217abf:0x12f,_0x4fa61d:0x169,_0xda2b55:0x18c,_0x57893d:0x140,_0x449a9b:0x15c,_0x257a67:0x173,_0x302e5b:0x1ec,_0x461b9b:0x1e9,_0x4072b3:0x1c4,_0x199dc2:0xed,_0x3074d4:0x12c,_0x1424b9:0x139,_0x5c8e38:0xb3,_0xfdb3e9:0x69,_0x49afcf:0x106,_0x3d5deb:0x105,_0x16c059:0x241,_0x3748c1:0x150,_0x14b285:0x242,_0xf46b0a:0x285,_0x539d50:0x209,_0x5cbcb4:0x1e1,_0x73bce7:0x1e7,_0x7bbac0:0x1e4,_0x33e86d:0x1ae,_0x3d35da:0x203,_0x282624:0x182,_0x147836:0x1d8,_0x3c3c5e:0x1fb,_0x17c0bc:0xbc,_0x1dfc0f:0x100,_0x930d56:0xbe,_0x2cc152:0x107,_0x4748f8:0x88,_0x59aa7d:0x23b,_0x35914d:0xc1,_0x435c8b:0xac,_0x5d6425:0xdd,_0x210f4b:0x143,_0x21584d:0x122,_0x547c17:0x100,_0x1a6b8a:0x22c,_0x2d491f:0x1f5,_0xc9c80f:0xc4,_0x3c7aa4:0x87,_0xe592ce:0xa4,_0xd09729:0x211,_0x36021b:0x1d8,_0x2f773d:0x20e,_0x2672af:0x215,_0x561864:0x230,_0x3b75b0:0x251,_0x5bf9f6:0xae,_0x2a3f9c:0xbd,_0x1d3b5e:0xa7,_0x1e002e:0x201,_0xfd638a:0x1b7,_0x5a7686:0x10c,_0x3586f2:0x144,_0x374e8e:0x138,_0x42d26e:0x1cc,_0x22289b:0x1fe,_0x31a0bf:0x1f6,_0x10d002:0x270,_0xb4e905:0xd7,_0x528c5a:0x117,_0x49fa7f:0xba,_0x3f4dbb:0x119,_0x430055:0x201,_0x568ead:0x240,_0x157f6f:0x20e,_0x296d1b:0x212,_0x7b4b0b:0x23a,_0x4a716f:0x243,_0x581837:0x21a,_0x5ce7f8:0x1f7,_0x5441bf:0x1df,_0x3b7cb1:0x1f2,_0x11d05a:0xdb,_0x183786:0x1d3,_0x211950:0x1f8,_0x4c0643:0x248,_0xcc1c65:0x9e,_0x2c9a6b:0x20c,_0x33d33c:0x266,_0x39bd40:0xf4,_0xa42cd8:0x129,_0x276bfd:0x10d,_0x5a00c8:0x263,_0x2d5c22:0x23e,_0x5ebc52:0x1c0,_0x4d0612:0x190,_0x4f0ef8:0x11c,_0x1edcd6:0xf6,_0x1bfbd9:0x265,_0x4a244a:0x1e3,_0x49f875:0x1f1,_0x1c33b4:0x8b,_0x310c8c:0x93,_0x28ef45:0x1b0,_0x43b9e2:0xcd,_0x6cde2d:0x1d2,_0x398317:0xf3,_0x52cc8e:0xce,_0x2c22b3:0x17a,_0x24c715:0x250,_0x3cfa9e:0x1f9,_0x285a70:0x1d4,_0x115451:0x11e,_0x53bb7a:0x121,_0x5db793:0xea,_0xc021fb:0xd1,_0x15b843:0xe6,_0x5767ee:0x186,_0x44dc1a:0x1ce,_0x1409f6:0x198,_0xbecbb6:0xcb,_0x333832:0x1ff,_0x34a67c:0xe8,_0x23826b:0xde,_0x30f547:0xa6,_0x511958:0x215,_0x4dfe71:0x9a,_0x8baa01:0xa0,_0x311881:0x13e,_0x5137bc:0x148,_0x42b1d1:0x133,_0x1883b5:0x10c,_0x12a26a:0xfc,_0x73e79a:0xe2,_0x43c908:0x216,_0x2866fe:0x1f1,_0x27b02e:0x220,_0x213b9c:0x108,_0x281e4b:0x143,_0x2bb4c2:0x1e0,_0x15a012:0x1c8,_0x505697:0xd7,_0x4acac4:0x109,_0x2845d4:0x145,_0x585a2b:0x1e6,_0x421dc0:0x1ee,_0x50b488:0x10c,_0x39e56b:0x113,_0xc8816f:0x11f,_0x5324a0:0xe5,_0x12052f:0x128,_0x1bcbac:0x107,_0x27c411:0x152,_0x4124df:0xff,_0x19d5c4:0xc6,_0x1ec92e:0xf5,_0x3c0330:0x13a,_0x2d1889:0x108,_0x19eefd:0xc0,_0x50e465:0x1df,_0x33f95c:0x118,_0x151da0:0x21d,_0x9cc944:0x184,_0x33b33:0x1d0,_0x2b07e3:0x1a8,_0x5be4d4:0x8d,_0x4d1e4e:0x1d4,_0x4c8338:0x20f,_0x3056f1:0x1a2,_0x218d10:0x16d,_0x644bbd:0x123,_0xf74b79:0xf2,_0x5da7ee:0x122,_0x2030b7:0x204,_0x54ed40:0x244,_0x2df53f:0xd9,_0xcfc9fd:0xee,_0x6981a6:0x226,_0x1be8fd:0x25b,_0x5b5dc1:0x22a,_0x33c538:0xf9,_0x4a57db:0xe9,_0x542db3:0x24c,_0x348eac:0x211,_0x160eaf:0xc8,_0x4c7334:0xd0,_0x4429c2:0x98,_0x104146:0xcc,_0x3d5050:0xc3,_0x349340:0x8f,_0x196b24:0x210,_0x29e57b:0x25c,_0x49cc84:0xd5,_0xee0696:0xcf,_0x1bdce3:0x113,_0x2e0c42:0xc7,_0x3734a1:0x1fd,_0x4b194c:0x1e5,_0x2d0117:0x238,_0x5d2222:0x239,_0x312919:0x187,_0x5640a1:0x107,_0x4870d0:0x1c1,_0x5ab8d6:0x1be,_0x3b21b2:0x1fc,_0x5af0cd:0xba,_0x33674d:0xf3,_0x3a616f:0xa9,_0x521eaf:0x133,_0x5ad1e4:0xc9,_0x1a4650:0xc7,_0x17cfe7:0x1ea,_0x239f11:0x204,_0x3bf00e:0x1ef,_0x290d84:0x137,_0x2da67d:0x215},_0x392428={_0x347eb6:0x9a},_0x502951={_0x4141e0:0x391},_0x69f58={'zgVbs':function(_0x26bf64){return _0x26bf64();},'nSwrG':'--username'+'=','uQsxu':_0x8359a4(-_0x51f934._0x3f5615,-_0x51f934._0x335d37,-_0x51f934._0x424af3,-_0x51f934._0x561d2e),'PJojz':function(_0xc32a64){return _0xc32a64();},'rsLrt':function(_0x16a582,_0x4fc642){return _0x16a582===_0x4fc642;},'erbgL':_0xebf341(_0x51f934._0x8b9335,0xc4,_0x51f934._0x565d52,_0x51f934._0x5bfd44),'maFjR':function(_0x59503e,_0xe9f917){return _0x59503e(_0xe9f917);},'HXfSa':function(_0x3bf798,_0x4e812d){return _0x3bf798===_0x4e812d;},'kKOps':_0x8359a4(-_0x51f934._0x522e17,-_0x51f934._0x5bff92,-0x1c6,-0x1e9),'PkHmD':'Error:\x20Mus'+_0x8359a4(-_0x51f934._0x4ea61f,-0x239,-0x275,-_0x51f934._0x5cec72)+'--username'+_0x8359a4(-_0x51f934._0x1f27a3,-_0x51f934._0x4b0722,-_0x51f934._0x203b34,-_0x51f934._0xa67e13)+_0x8359a4(-0x238,-_0x51f934._0x2991f4,-_0x51f934._0x56dfd1,-_0x51f934._0x3f6638)+'D','KPHXk':'oTWmL','DOWZW':_0xebf341(0x139,_0x51f934._0x3c20bf,0x137,_0x51f934._0xe73f93),'mUazD':_0xebf341(_0x51f934._0x217abf,0x135,0x179,_0x51f934._0x4fa61d),'XlpUw':_0xebf341(_0x51f934._0xda2b55,_0x51f934._0x57893d,_0x51f934._0x449a9b,_0x51f934._0x257a67),'rZTQl':function(_0x46659d,_0x3488c4){return _0x46659d(_0x3488c4);},'umcRv':function(_0xb3c139,_0x41a522){return _0xb3c139===_0x41a522;},'sRJgp':_0x8359a4(-_0x51f934._0x302e5b,-_0x51f934._0x461b9b,-0x1bb,-_0x51f934._0x4072b3),'SBZzd':_0xebf341(_0x51f934._0x199dc2,_0x51f934._0x3074d4,0x13b,_0x51f934._0x1424b9),'yHbOq':function(_0x392090){return _0x392090();},'VfTHy':'Server\x20Adm'+'in','dwNKW':'Error:\x20Cou'+'ld\x20not\x20fin'+'d\x20Server\x20A'+_0xebf341(0xa3,_0x51f934._0x5c8e38,_0x51f934._0xfdb3e9,0xc2)+'\x20Is\x20the\x20ro'+_0xebf341(0xaf,0xd4,_0x51f934._0x49afcf,_0x51f934._0x3d5deb)+'orrupted?','jaJZT':function(_0xe0e505,_0x4f2c40){return _0xe0e505!==_0x4f2c40;},'ehCzB':'hDoNh','CWgag':'user','GJNdG':_0x8359a4(-0x239,-_0x51f934._0x16c059,-0x210,-0x228),'zyGKx':_0xebf341(0x161,0x12d,0xe0,_0x51f934._0x3748c1),'jwglo':_0x8359a4(-0x25c,-_0x51f934._0x14b285,-0x226,-_0x51f934._0xf46b0a),'JcOTJ':function(_0x516691,_0x446d0f){return _0x516691===_0x446d0f;},'cTbTa':_0x8359a4(-_0x51f934._0x539d50,-_0x51f934._0x5cbcb4,-_0x51f934._0x73bce7,-0x1a0),'DIuXa':'Server\x20Adm'+_0x8359a4(-0x1a7,-_0x51f934._0x7bbac0,-_0x51f934._0x33e86d,-0x216)+'anted\x20succ'+'essfully!','YcoRp':_0x8359a4(-_0x51f934._0x3d35da,-0x1cc,-0x1a1,-_0x51f934._0x282624)+'ls:','EvDMI':_0x8359a4(-_0x51f934._0x147836,-0x1da,-0x20b,-_0x51f934._0x5cbcb4)+'now\x20has\x20wi'+_0x8359a4(-0x21f,-_0x51f934._0x3c3c5e,-0x1f7,-0x248)+'\x20permissio'+_0xebf341(0x84,_0x51f934._0x17c0bc,_0x51f934._0x1dfc0f,_0x51f934._0x930d56)+_0xebf341(0xb6,0x102,0x10c,_0x51f934._0x2cc152)+'ces.','ulncx':_0x8359a4(-0x208,-0x22a,-0x1f8,-0x1ea)+_0xebf341(_0x51f934._0x4748f8,0xd5,0x97,0xcb)+'n'};(_0x2f482c[_0x8359a4(-_0x51f934._0x59aa7d,-0x22c,-0x1e7,-0x22f)](_0xebf341(0xf9,_0x51f934._0x35914d,_0x51f934._0x435c8b,_0x51f934._0x5d6425))||_0x2f482c['includes']('-h'))&&(_0x69f58[_0xebf341(_0x51f934._0x210f4b,_0x51f934._0x21584d,0x16f,_0x51f934._0x547c17)](_0x69f58[_0x8359a4(-_0x51f934._0x1a6b8a,-0x1e5,-0x1a7,-_0x51f934._0x2d491f)],_0xebf341(_0x51f934._0x8b9335,_0x51f934._0xc9c80f,_0x51f934._0x3c7aa4,_0x51f934._0xe592ce))?(_0x69f58[_0x8359a4(-0x25c,-_0x51f934._0xd09729,-_0x51f934._0x36021b,-_0x51f934._0x2f773d)](showUsage),process[_0x8359a4(-0x201,-_0x51f934._0x2672af,-_0x51f934._0x561864,-_0x51f934._0x3b75b0)](-0x756+0x2500+-0xed5*0x2)):_0x181edc[_0xebf341(_0x51f934._0x5bf9f6,0xf6,_0x51f934._0x2a3f9c,_0x51f934._0x1424b9)]=_0x2a183b['split']('=')[-0x5e5+0x2*0x1322+-0x205e]);const _0x3d13b0=_0x69f58[_0xebf341(0xd9,0xf3,0x113,_0x51f934._0x1d3b5e)](parseArgs,_0x2f482c);function _0x8359a4(_0x5bfd2b,_0x5138f7,_0x3316b8,_0x513545){return _0x4cc5(_0x5138f7- -_0x502951._0x4141e0,_0x5bfd2b);}function _0xebf341(_0x21e5a6,_0x1b90d1,_0x9a5486,_0x3d6521){return _0x4cc5(_0x1b90d1- -_0x392428._0x347eb6,_0x9a5486);}!_0x3d13b0[_0x8359a4(-0x1c8,-_0x51f934._0x1e002e,-_0x51f934._0xfd638a,-0x1bf)]&&!_0x3d13b0[_0xebf341(0x13d,_0x51f934._0x5a7686,_0x51f934._0x3586f2,_0x51f934._0x374e8e)]&&(_0x69f58[_0x8359a4(-0x1e7,-0x213,-0x1da,-0x21a)](_0x8359a4(-_0x51f934._0x42d26e,-_0x51f934._0x22289b,-_0x51f934._0x31a0bf,-0x1f7),_0x69f58[_0x8359a4(-_0x51f934._0x10d002,-0x22e,-0x1f9,-0x24b)])?(_0x5a04e0[_0xebf341(0x11c,_0x51f934._0xb4e905,0x10a,_0x51f934._0x528c5a)]('Error:\x20Use'+'r\x20with\x20use'+_0xebf341(0x116,0x104,_0x51f934._0x49fa7f,_0x51f934._0x3f4dbb)+_0x52e6fd[_0x8359a4(-0x1d7,-_0x51f934._0x430055,-0x20f,-_0x51f934._0x568ead)]+(_0x8359a4(-0x1f9,-_0x51f934._0x157f6f,-0x25b,-_0x51f934._0x296d1b)+'d.')),_0x50b36a[_0x8359a4(-_0x51f934._0x7b4b0b,-0x215,-_0x51f934._0x4a716f,-_0x51f934._0x581837)](0x20a9+0xa2b*-0x1+-0x13*0x12f)):(console['error'](_0x69f58[_0x8359a4(-_0x51f934._0x5ce7f8,-0x20b,-0x213,-_0x51f934._0x5441bf)]),console['error'](''),_0x69f58[_0x8359a4(-_0x51f934._0x3b7cb1,-0x1ff,-0x1da,-0x230)](showUsage),process['exit'](0x3d*0x1a+0x137+-0x768)));try{if(_0x69f58[_0xebf341(0xdf,_0x51f934._0x3f4dbb,_0x51f934._0x11d05a,0xd7)]===_0x69f58[_0x8359a4(-0x1fe,-0x1c3,-0x19d,-0x1e9)])_0xb2b0a3[_0x8359a4(-_0x51f934._0x183786,-0x220,-0x20f,-0x22d)](_0x8359a4(-_0x51f934._0x203b34,-0x219,-_0x51f934._0x211950,-_0x51f934._0x4c0643)+_0xebf341(0xcf,0xbe,_0x51f934._0xcc1c65,0xfb)+_0x8359a4(-_0x51f934._0x2c9a6b,-0x237,-_0x51f934._0x33d33c,-0x22f)+'=NAME\x20or\x20-'+'-user-id=I'+'D'),_0x316360[_0xebf341(0x8f,0xd7,_0x51f934._0x39bd40,0x10d)](''),_0x69f58['zgVbs'](_0x24958c),_0x42d0ba['exit'](-0x11ab*0x1+0x6c*-0x29+0x4*0x8be);else{let _0x2d7510;_0x3d13b0[_0xebf341(_0x51f934._0xa42cd8,0xf6,_0x51f934._0x276bfd,0xc9)]?_0x69f58[_0x8359a4(-_0x51f934._0x5a00c8,-0x21d,-_0x51f934._0x2d5c22,-_0x51f934._0x3d35da)]===_0x69f58[_0x8359a4(-0x1a6,-_0x51f934._0x5ebc52,-0x1d2,-_0x51f934._0x4d0612)]?_0x1a7868['userId']=_0x58011e['split']('=')[-0x226f+-0x188b*-0x1+0x9e5]:(_0x2d7510=await _0x69f58['rZTQl'](findUserByUsername,_0x3d13b0[_0xebf341(_0x51f934._0x4f0ef8,_0x51f934._0x1edcd6,0xf2,0xfa)]),!_0x2d7510&&(console[_0x8359a4(-_0x51f934._0x1bfbd9,-0x220,-_0x51f934._0x4a244a,-_0x51f934._0x49f875)](_0xebf341(0xa1,0xba,_0x51f934._0x1c33b4,_0x51f934._0x310c8c)+_0x8359a4(-0x1fd,-_0x51f934._0x28ef45,-0x1b8,-0x1fb)+_0x8359a4(-0x1dd,-0x1f3,-0x1f1,-0x213)+_0x3d13b0[_0xebf341(0xf3,_0x51f934._0x1edcd6,0x141,_0x51f934._0x43b9e2)]+(_0x8359a4(-0x201,-0x20e,-_0x51f934._0x6cde2d,-0x20f)+'d.')),process['exit'](0x24c+0x21e5+0x4*-0x90c))):(_0x2d7510=await _0x69f58[_0xebf341(0x109,_0x51f934._0x398317,0x10a,_0x51f934._0x52cc8e)](findUserById,_0x3d13b0['userId']),!_0x2d7510&&(_0x69f58[_0xebf341(0x103,_0x51f934._0x374e8e,_0x51f934._0x2c22b3,_0x51f934._0x4f0ef8)](_0x69f58[_0x8359a4(-_0x51f934._0x24c715,-0x208,-_0x51f934._0x3cfa9e,-_0x51f934._0x285a70)],_0x69f58[_0xebf341(_0x51f934._0x115451,0x100,0x10e,_0x51f934._0x53bb7a)])?(_0x3c4f3f[_0xebf341(_0x51f934._0x5db793,_0x51f934._0xc021fb,_0x51f934._0x15b843,_0x51f934._0x4f0ef8)](_0x8359a4(-_0x51f934._0x5767ee,-_0x51f934._0x44dc1a,-0x21a,-_0x51f934._0x1409f6)+_0xa7a567[_0xebf341(_0x51f934._0xbecbb6,0xf6,0xdc,_0x51f934._0x49fa7f)]+('\x22\x20already\x20'+_0x8359a4(-0x25b,-0x22d,-_0x51f934._0x333832,-_0x51f934._0x5cec72)+_0xebf341(0x116,_0x51f934._0x34a67c,_0x51f934._0x23826b,_0x51f934._0x30f547)+'\x20role.')),_0x23267a[_0x8359a4(-0x256,-_0x51f934._0x511958,-0x23f,-0x1e7)](-0x1*-0x9aa+-0xb+-0x99f)):(console[_0xebf341(_0x51f934._0x4dfe71,0xd7,0xd4,0x11f)](_0xebf341(0xc8,_0x51f934._0x49fa7f,0xfc,_0x51f934._0x8baa01)+_0xebf341(_0x51f934._0x311881,_0x51f934._0x5137bc,0x153,0x152)+'\x22'+_0x3d13b0[_0xebf341(_0x51f934._0x42b1d1,_0x51f934._0x1883b5,0xd4,_0x51f934._0x12a26a)]+('\x22\x20not\x20foun'+'d.')),process[_0xebf341(0xfc,_0x51f934._0x73e79a,0x12c,0x11f)](-0x17e5*0x1+-0x23ff+-0x10d*-0x39))));await _0x69f58[_0x8359a4(-0x1e4,-_0x51f934._0x43c908,-_0x51f934._0x2866fe,-_0x51f934._0x27b02e)](loadRoles);const _0x5ed215=await _0x69f58[_0xebf341(_0x51f934._0x213b9c,_0x51f934._0x281e4b,0x149,0x132)](getRoleByName,_0x69f58[_0x8359a4(-_0x51f934._0x4a244a,-_0x51f934._0x2bb4c2,-_0x51f934._0x15a012,-0x1d2)]);!_0x5ed215&&(console[_0xebf341(0x106,_0x51f934._0x505697,0xa5,_0x51f934._0x4acac4)](_0x69f58[_0xebf341(0x127,_0x51f934._0x2845d4,0x145,0x144)]),process['exit'](-0x1a8b+-0x1864+0xa30*0x5));try{if(_0x69f58['jaJZT'](_0x8359a4(-_0x51f934._0x585a2b,-_0x51f934._0x421dc0,-0x22e,-0x1bb),_0x69f58['ehCzB'])){const _0x51d49c={};_0x51d49c['username']=null,_0x51d49c[_0xebf341(0x12d,_0x51f934._0x50b488,_0x51f934._0x39e56b,0xd4)]=null;const _0x3cb654=_0x51d49c;for(const _0x1f7d20 of _0x2e83e4){if(_0x1f7d20[_0xebf341(0xec,_0x51f934._0xc8816f,0xfd,0x112)](_0x69f58[_0xebf341(0x121,0xea,0xbe,_0x51f934._0x5324a0)]))_0x3cb654['username']=_0x1f7d20['split']('=')[-0x1687+-0x916*-0x3+-0x4ba];else _0x1f7d20['startsWith'](_0x69f58[_0xebf341(0xf5,_0x51f934._0x12052f,_0x51f934._0x1bcbac,_0x51f934._0x4fa61d)])&&(_0x3cb654[_0xebf341(0xfc,_0x51f934._0x5a7686,0xec,_0x51f934._0x27c411)]=_0x1f7d20['split']('=')[0x298*0x8+-0x11*0xb5+0x45d*-0x2]);}return _0x3cb654;}else{const _0x48e87d={};_0x48e87d[_0xebf341(_0x51f934._0x1bcbac,0xdc,_0x51f934._0x4124df,0xd7)+'pe']=_0x69f58[_0xebf341(0xd5,_0x51f934._0x19d5c4,_0x51f934._0x1ec92e,0xb5)],_0x48e87d[_0xebf341(0x12d,_0x51f934._0x3c0330,0x12f,0x119)]=_0x2d7510['id'],_0x48e87d['role_id']=_0x5ed215['id'],_0x48e87d[_0xebf341(_0x51f934._0x52cc8e,_0x51f934._0x2d1889,0x14c,0xce)+_0xebf341(0x12f,0xfe,_0x51f934._0x19eefd,0xe2)]=_0x69f58['GJNdG'],_0x48e87d[_0x8359a4(-0x23b,-0x217,-_0x51f934._0x50e465,-_0x51f934._0x581837)]=_0x69f58['zyGKx'],await createBinding(_0x48e87d);}}catch(_0xb3585){if(_0xebf341(0xf8,0x141,0x18a,0x177)!==_0x69f58[_0xebf341(0x15b,0x115,0xe3,_0x51f934._0x33f95c)]){_0x69f58[_0x8359a4(-0x251,-_0x51f934._0x4a716f,-_0x51f934._0x151da0,-0x286)](_0xb3585[_0x8359a4(-_0x51f934._0x9cc944,-0x1b5,-0x17a,-_0x51f934._0x285a70)],_0x69f58[_0x8359a4(-0x217,-_0x51f934._0x33b33,-_0x51f934._0x2b07e3,-0x1b3)])&&(console[_0xebf341(0x8c,0xd1,0xe7,_0x51f934._0x5be4d4)](_0x8359a4(-_0x51f934._0x4d1e4e,-_0x51f934._0x44dc1a,-0x1b8,-0x1b1)+_0x2d7510[_0x8359a4(-_0x51f934._0x4c8338,-0x201,-0x1bf,-0x1cb)]+(_0x8359a4(-_0x51f934._0x2f773d,-0x1e8,-_0x51f934._0x3056f1,-0x1ae)+'has\x20the\x20Se'+'rver\x20Admin'+_0xebf341(_0x51f934._0x218d10,_0x51f934._0x644bbd,_0x51f934._0x1edcd6,_0x51f934._0x23826b))),process[_0xebf341(_0x51f934._0xf74b79,_0x51f934._0x73e79a,_0x51f934._0x5da7ee,0xa7)](0x99*0x1f+-0x1*-0xb93+-0x1e1a));throw _0xb3585;}else _0x69f58[_0x8359a4(-_0x51f934._0x2030b7,-_0x51f934._0xd09729,-_0x51f934._0x54ed40,-0x21f)](_0x6acfa2),_0x3d4f4a[_0xebf341(_0x51f934._0x2df53f,0xe2,_0x51f934._0xcfc9fd,0xd8)](0x123e+-0x19fc*0x1+0x7be);}console[_0x8359a4(-0x268,-_0x51f934._0x6981a6,-_0x51f934._0x1be8fd,-0x1e1)](''),console['log'](_0x69f58['DIuXa']),console['log'](''),console[_0x8359a4(-0x1dd,-_0x51f934._0x6981a6,-_0x51f934._0x5b5dc1,-0x255)](_0x69f58[_0xebf341(_0x51f934._0x33c538,0x118,_0x51f934._0x4a57db,0xed)]),console[_0x8359a4(-_0x51f934._0x542db3,-0x226,-0x237,-_0x51f934._0x348eac)](_0xebf341(0xf7,_0x51f934._0x160eaf,_0x51f934._0x4c7334,_0x51f934._0x4429c2)+_0xebf341(0xad,0xf4,0x13a,_0x51f934._0x104146)+_0x2d7510['id']),console[_0xebf341(0xb7,0xd1,_0x51f934._0x3d5050,_0x51f934._0x349340)](_0x8359a4(-0x249,-_0x51f934._0x196b24,-0x242,-_0x51f934._0x29e57b)+_0xebf341(0x10a,0x103,_0x51f934._0x49cc84,_0x51f934._0xee0696)+_0x2d7510[_0xebf341(_0x51f934._0x565d52,0xf6,_0x51f934._0x1bdce3,_0x51f934._0x2e0c42)]),console[_0x8359a4(-0x1e2,-0x226,-0x20b,-0x241)]('\x20\x20Email:\x20\x20'+_0xebf341(_0x51f934._0x49fa7f,_0x51f934._0x39bd40,0x114,0xd6)+_0x2d7510['email']),console[_0x8359a4(-0x268,-0x226,-_0x51f934._0x3734a1,-_0x51f934._0x4b194c)](_0x8359a4(-_0x51f934._0x203b34,-0x21e,-0x248,-_0x51f934._0x2d0117)+_0x8359a4(-_0x51f934._0x44dc1a,-_0x51f934._0x3d35da,-0x1ca,-_0x51f934._0x5d2222)+_0x2d7510[_0x8359a4(-0x1eb,-0x1c7,-_0x51f934._0x312919,-0x1a0)]),console[_0xebf341(_0x51f934._0x2df53f,0xd1,_0x51f934._0x5640a1,_0x51f934._0x33c538)](_0x8359a4(-0x1e4,-_0x51f934._0x4870d0,-_0x51f934._0x5ab8d6,-_0x51f934._0x3b21b2)+'\x20\x20\x20\x20\x20Serve'+_0x8359a4(-0x1ed,-0x1c9,-_0x51f934._0x3d35da,-0x1cd)+_0xebf341(0xdc,0xff,_0x51f934._0x5af0cd,_0x51f934._0x33674d)+')'),console[_0xebf341(0x91,0xd1,_0x51f934._0x3a616f,_0x51f934._0x49cc84)](''),console[_0xebf341(0xc9,_0x51f934._0xc021fb,0x10e,_0x51f934._0x3d5050)](_0x69f58[_0xebf341(_0x51f934._0x21584d,0xf5,_0x51f934._0x521eaf,_0x51f934._0x5ad1e4)]);}}catch(_0x2d8d55){logger['error'](_0x69f58[_0xebf341(0xdb,_0x51f934._0x1a4650,0xd0,0x110)],_0x2d8d55),console[_0x8359a4(-_0x51f934._0x17cfe7,-_0x51f934._0x27b02e,-_0x51f934._0x239f11,-_0x51f934._0x3bf00e)](_0xebf341(_0x51f934._0x12052f,0x149,0x110,0x159)+_0x8359a4(-0x206,-0x1f2,-0x1f3,-0x228)+_0xebf341(_0x51f934._0x290d84,0x146,0x13b,0x138)+'\x20'+_0x2d8d55['message']),process[_0x8359a4(-_0x51f934._0x3b75b0,-_0x51f934._0x2da67d,-0x215,-0x20e)](-0x11c6*0x2+-0x1*0x1db8+0x4145);}}function showUsage(){const _0x2c41fd={_0x3c714b:0x48d,_0x444e72:0x472,_0x1213e4:0x4ae,_0x5196c4:0x44b,_0x19246d:0x430,_0x3e546a:0x469,_0x1dc1da:0x44a,_0x192632:0x44f,_0x117f10:0x4d0,_0x3e80eb:0x44b,_0x34cecf:0x4ae,_0x353dfe:0x48e,_0x3ad0a0:0x46e,_0x59594d:0x4f0,_0x36f819:0x4a3,_0x463d7:0x4a5,_0x5889e5:0x495,_0x2a8139:0x433,_0x4afc5b:0x460,_0x25dcdb:0x3cf,_0x1178d1:0x3dd,_0x4bf664:0x46a,_0x443ccc:0x471,_0x527738:0x453,_0x3408fe:0x4b2,_0x1cecfd:0x46c,_0x1e038e:0x484,_0x133ee7:0x468,_0x145a28:0x452,_0x217358:0x459,_0xd44d2f:0x412,_0x5b102a:0x470,_0x4ce485:0x4ad,_0x586baf:0x487,_0x2ffd94:0x494,_0x1ebcee:0x4b5,_0x5cd753:0x4d2,_0x3d9472:0x4cc,_0x4f7100:0x497,_0x50c186:0x485,_0x4afb1e:0x469,_0x4c99ce:0x458,_0x55f0d9:0x40b,_0x803036:0x471,_0x33ea4c:0x492,_0xd9095a:0x4be,_0x331acc:0x4c5,_0x530bac:0x40e,_0x2ced8a:0x41c,_0x4f9e9d:0x42f,_0x1f1e81:0x43d,_0x336b1f:0x472,_0x3cb568:0x479,_0x2b3381:0x3dc,_0x14c879:0x461,_0x36fa75:0x4b8,_0x751130:0x48f,_0x1c7fbb:0x484,_0x323fc4:0x4b0,_0x350b0c:0x51d,_0x17e00e:0x4d3,_0x53484a:0x3e4,_0x1cd278:0x45e,_0x37af5e:0x44a,_0x2b88c5:0x4b1,_0x5e2fa6:0x46b,_0x4da35d:0x4b6,_0x5fc203:0x421,_0x533163:0x464,_0x6ec95c:0x497,_0x3e4748:0x45c,_0x8c4a8a:0x46b,_0x1371ca:0x503,_0x2d78d8:0x498,_0x41c30a:0x494,_0x273066:0x4bd,_0x3b857b:0x436,_0x587570:0x473,_0x2820ea:0x417,_0x26dbca:0x444,_0x446180:0x46f,_0x510acb:0x46b,_0x581a72:0x4a6,_0x5e6fa2:0x490,_0x4f682e:0x466,_0x2cdce4:0x475},_0x3685d3={};_0x3685d3[_0x295897(0x4d1,0x484,0x4cd,0x4dc)]=_0x295897(_0x2c41fd._0x3c714b,0x45a,_0x2c41fd._0x444e72,_0x2c41fd._0x1213e4)+_0x9b5cf4(0x455,0x476,0x42f,_0x2c41fd._0x5196c4)+'-admin\x20--u'+'ser-id=use'+'r_12345678'+_0x295897(_0x2c41fd._0x19246d,_0x2c41fd._0x3e546a,0x46a,0x41f)+'ef',_0x3685d3['QEtem']=_0x295897(_0x2c41fd._0x1dc1da,_0x2c41fd._0x192632,0x48a,0x44c)+_0x9b5cf4(_0x2c41fd._0x117f10,_0x2c41fd._0x3e80eb,0x48f,_0x2c41fd._0x34cecf)+_0x9b5cf4(0x4a0,0x486,_0x2c41fd._0x353dfe,0x47a)+'\x20(*)\x20permi'+_0x9b5cf4(_0x2c41fd._0x1dc1da,0x492,_0x2c41fd._0x3ad0a0,0x459)+_0x295897(_0x2c41fd._0x59594d,_0x2c41fd._0x36f819,_0x2c41fd._0x463d7,_0x2c41fd._0x5889e5)+_0x9b5cf4(0x463,0x44a,_0x2c41fd._0x2a8139,_0x2c41fd._0x4afc5b),_0x3685d3['dSMEy']=_0x9b5cf4(_0x2c41fd._0x25dcdb,_0x2c41fd._0x1178d1,0x40f,0x3c6),_0x3685d3[_0x9b5cf4(0x475,0x493,_0x2c41fd._0x4bf664,_0x2c41fd._0x443ccc)]='Grants\x20an\x20'+_0x295897(_0x2c41fd._0x527738,_0x2c41fd._0x3408fe,_0x2c41fd._0x1cecfd,_0x2c41fd._0x1e038e)+_0x295897(_0x2c41fd._0x3ad0a0,_0x2c41fd._0x133ee7,_0x2c41fd._0x145a28,_0x2c41fd._0x217358)+_0x9b5cf4(0x43f,0x47d,0x438,_0x2c41fd._0xd44d2f)+_0x9b5cf4(_0x2c41fd._0x5b102a,0x482,0x473,0x432),_0x3685d3['PwGPl']='\x20\x20--userna'+'me=NAME\x20\x20\x20'+_0x295897(0x449,_0x2c41fd._0x4ce485,_0x2c41fd._0x586baf,0x483)+_0x9b5cf4(0x40b,0x443,0x43e,0x420)+_0x295897(_0x2c41fd._0x2ffd94,0x4ee,_0x2c41fd._0x1ebcee,_0x2c41fd._0x2ffd94)+'te',_0x3685d3['Ywnke']='\x20\x20--user-i'+_0x295897(_0x2c41fd._0x5cd753,0x4de,_0x2c41fd._0x3d9472,0x4ac)+_0x9b5cf4(0x490,_0x2c41fd._0x4f7100,_0x2c41fd._0x4afc5b,0x413)+_0x295897(_0x2c41fd._0x50c186,0x4a4,_0x2c41fd._0x4afb1e,_0x2c41fd._0x4c99ce)+_0x9b5cf4(0x3d6,0x400,0x412,0x3cd)+'e';function _0x9b5cf4(_0x1d7e5d,_0xe12e64,_0x24441a,_0x4c2874){return _0x4cc5(_0x24441a-0x2b6,_0x4c2874);}_0x3685d3[_0x9b5cf4(0x449,0x432,_0x2c41fd._0x55f0d9,0x444)]='Usage:\x20cod'+_0x295897(_0x2c41fd._0x133ee7,0x4b8,0x4a4,_0x2c41fd._0x803036)+_0x295897(0x4d4,_0x2c41fd._0x33ea4c,_0x2c41fd._0xd9095a,0x4f4)+_0x9b5cf4(0x477,_0x2c41fd._0x331acc,_0x2c41fd._0x2ffd94,0x47e)+']',_0x3685d3[_0x9b5cf4(0x400,_0x2c41fd._0x530bac,_0x2c41fd._0x2ced8a,_0x2c41fd._0x4f9e9d)]=_0x295897(_0x2c41fd._0x192632,_0x2c41fd._0x1f1e81,_0x2c41fd._0x336b1f,0x499)+_0x295897(0x4ae,0x470,_0x2c41fd._0x3cb568,0x49b)+_0x9b5cf4(0x441,_0x2c41fd._0x2b3381,0x415,0x42a)+_0x295897(_0x2c41fd._0x14c879,_0x2c41fd._0x36fa75,0x4a0,0x4a4)+_0x295897(_0x2c41fd._0x751130,0x46e,0x44c,_0x2c41fd._0x1c7fbb);function _0x295897(_0x23df11,_0x1ea0da,_0x49106c,_0x46d686){return _0x4cc5(_0x49106c-0x300,_0x23df11);}const _0x3b90e8=_0x3685d3,_0xe5742b=(_0x295897(_0x2c41fd._0x323fc4,_0x2c41fd._0x350b0c,_0x2c41fd._0x17e00e,_0x2c41fd._0x586baf)+_0x9b5cf4(_0x2c41fd._0x53484a,0x42b,0x41e,0x41a)+_0x9b5cf4(0x3e5,_0x2c41fd._0x1cd278,0x426,0x44d))[_0x295897(0x486,_0x2c41fd._0x37af5e,_0x2c41fd._0x527738,0x427)]('|');let _0x13c34f=-0xe35*-0x2+0x15de+-0x3248;while(!![]){switch(_0xe5742b[_0x13c34f++]){case'0':console['log'](_0x3b90e8['mxctg']);continue;case'1':console[_0x295897(0x42f,_0x2c41fd._0x2b88c5,_0x2c41fd._0x5e2fa6,_0x2c41fd._0x4da35d)](_0x3b90e8[_0x9b5cf4(_0x2c41fd._0x1ebcee,0x482,0x476,0x43e)]);continue;case'2':console['log']('');continue;case'3':console[_0x9b5cf4(0x3dd,0x45a,_0x2c41fd._0x5fc203,_0x2c41fd._0x533163)](_0x295897(0x4da,_0x2c41fd._0x6ec95c,0x4d5,0x4e8));continue;case'4':console[_0x295897(0x449,_0x2c41fd._0x3e4748,_0x2c41fd._0x8c4a8a,0x47d)]('');continue;case'5':console['log'](_0x3b90e8[_0x295897(_0x2c41fd._0x36fa75,0x501,0x4b6,_0x2c41fd._0x1371ca)]);continue;case'6':console[_0x295897(_0x2c41fd._0x2d78d8,_0x2c41fd._0x41c30a,0x46b,0x49c)](_0x3b90e8[_0x295897(0x48f,0x4f0,0x4b4,_0x2c41fd._0x273066)]);continue;case'7':console[_0x295897(_0x2c41fd._0x3b857b,0x494,0x46b,0x43a)](_0x3b90e8['PwGPl']);continue;case'8':console['log']('');continue;case'9':console['log'](_0x3b90e8[_0x295897(0x47f,0x437,0x44b,_0x2c41fd._0x587570)]);continue;case'10':console[_0x9b5cf4(0x438,_0x2c41fd._0x2820ea,0x421,_0x2c41fd._0x26dbca)](_0x3b90e8[_0x295897(_0x2c41fd._0x446180,0x422,0x455,0x429)]);continue;case'11':console[_0x295897(0x441,_0x2c41fd._0x2ffd94,_0x2c41fd._0x510acb,_0x2c41fd._0x581a72)](_0x3b90e8[_0x295897(0x41c,_0x2c41fd._0x5e6fa2,_0x2c41fd._0x4f682e,_0x2c41fd._0x2cdce4)]);continue;}break;}}function _0x51a1(){const _0x390876=['z3jHBNqTywrTAq','zcbtzxj2zxiGqq','uuv0zw0','y1rIvge','DvfZEhu','vxnLCIaI','mtq1nM12y0fRBW','vxnLCIbezxrHAq','DxLfs00','y2XP','CIbbzg1PBIaODG','oti0BeDwAxPO','BMfTzq','A3bfteu','zd1jrcaGicaGia','BxHJDgC','re9xwLC','EgXTBM8','icbsB2XLoIaGia','wgXWvxC','Dw1JuNy','mtb8mNW2Fdf8oa','C3vIAMvJDf9Pza','t3b0Aw9UCZO','mtaXnJi0nK1OzeTbqq','mwrqz25vCG','zsb3AwXKy2fYza','Aw5ZihjLy2vPDG','q0vSuK8','vurXs2e','y29Kzq','CLPuuwW','BIbBB3b0Aw9UCW','zhDos1C','BNqGywrTAw4Glq','CIb3AxrOihvZzq','CIb3AxrOieLeia','rxjYB3i6iezHAq','nZy3nJrqvhHLCgK','wxDUA2u','BwL0Aa','zg1PBIbYB2XLlG','sMnpveO','svDUz3u','C2vYDMvY','ieLZihrOzsbYBW','C2vYihrOzsbtzq','C3bSAxq','rxjYB3i6ifvZzq','Euz0Bvq','BNmGywnYB3nZia','ntGWnJbmtu1drgy','DcbWCM92AwrLia','rxHHBxbSzxm6','ls11C2vYBMfTzq','ls1OzwXW','ihrVihbYB21VDa','ndu5mdzfA1fuq1K','BMvstfK','lwfKBwLUic0TDq','q1DNywC','DwXUy3G','icbjrdOGicaGia','A0TpChm','AgfZihrOzsbtzq','Aw5JBhvKzxm','qMLKuwK','rMfPBgvKihrVia','Fdn8n3W5Fdr8nq','zIb0AguGDxnLCG','otbFywjJmtiZza','Bg9N','zxHPC3rPBMCGDq','lxvZzxiTAwq9sq','BgvZigrHDgeGyW','z3jHBNqGywrTAq','FdeXFda','zxjYB3i','icbJB2rLCI1Zzq','icboyw1LoIaGia','BvvHEKq','rxjYB3i6ienVDq','C3vIAMvJDf90Eq','otvRBhj3sKW','rxjYB3i6ie11CW','CNzLCIbNCMfUDa','y3jLyxrLzf9IEq','EuHIt3e','zxHPDa','C291CMnLCY4','sfHMu2e','B3jYDxb0zwq/','uePVANO','icbvC2vYBMfTzq','CNzLCIbbzg1PBG','iIbUB3qGzM91BG','BLn3CKC','pu5btuuGB3iGlq','ugTiBuq','ifvZzxjUyw1Lia','B2yGDgHLihvZzq','C1jkz3a','u2vYDMvYiefKBq','nfrOzw1tyG','ls11C2vYlwLKpq','BwfgALi','icaGica','rxzetuK','DxnLCM5HBwu','wurYtLC','EMDwyNm','zevSwgm','mtaWnZG3ngngC0PyuG','BhLyEMi','BgrJyxjKicGQkq','uejWzey','ExbL','AweGyMLUzgLUzW','u0jAEMq','mZzbqM9iv1q','ywXSihjLC291CG','oIaGica','CM5HBwuGiG','BgvKihrVigDYyq','C2vYBMfTzt1QCW','DgTyrva','CMvZB3vYy2vFDa','AerVtMG','zxiTC2vYDMvYia','B3nZigfSBcbYzq','DxnLCKLK','ntK3oteYs0ruv1f3','Efvjyxq','iIbHBhjLywr5ia','ifvZzxiGsuqGBW','BgqGBM90igzPBG','zxjIz0W','Aw4GCM9SzsbNCG','u21SBgC','ANDNBg8','rfvqteLdqvrf','vMzushK','wwnVuNa','s1biwgS','CvzizeS','CIb0BYbWCM9TBW','zfnnrxK','vgHPCYb1C2vYia','C3nPB25ZigfJCG','C3rHCNrZv2L0Aa','zMDlrfy','mtm1mJy0DKrfqvn3','CNnmCNq','ihjVBguU'];_0x51a1=function(){return _0x390876;};return _0x51a1();}