@profoundlogic/coderflow-server 0.6.4 → 0.6.5

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 (169) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/config-migration.js +1 -1
  32. package/dist/lib/container-credential-sync.js +1 -1
  33. package/dist/lib/container-tokens.js +1 -1
  34. package/dist/lib/data-dir.js +1 -1
  35. package/dist/lib/deployment-history.js +1 -1
  36. package/dist/lib/deployment-service.js +1 -1
  37. package/dist/lib/docker-utils.js +1 -1
  38. package/dist/lib/email.js +1 -1
  39. package/dist/lib/emailTemplates.js +1 -1
  40. package/dist/lib/entitlement.js +1 -1
  41. package/dist/lib/external-connections.js +1 -1
  42. package/dist/lib/fetch-utils.js +1 -1
  43. package/dist/lib/git-commit-details-route.js +1 -1
  44. package/dist/lib/git-history-diff-guardrails.js +1 -1
  45. package/dist/lib/git-provider-service.js +1 -1
  46. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  47. package/dist/lib/git-provider-setup/index.js +1 -1
  48. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  50. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  51. package/dist/lib/git-providers/github-app-provider.js +1 -1
  52. package/dist/lib/git-providers/index.js +1 -1
  53. package/dist/lib/git-providers/provider-factory.js +1 -1
  54. package/dist/lib/git-providers/provider-interface.js +1 -1
  55. package/dist/lib/github-urls.js +1 -1
  56. package/dist/lib/group-objective-linking.js +1 -1
  57. package/dist/lib/ibmi-sync.js +1 -1
  58. package/dist/lib/jira-client.js +1 -1
  59. package/dist/lib/judge-blinding.js +1 -1
  60. package/dist/lib/logger.js +1 -1
  61. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  62. package/dist/lib/model-fetcher.js +1 -1
  63. package/dist/lib/notifications.js +1 -1
  64. package/dist/lib/objective-context.js +1 -1
  65. package/dist/lib/oidc-auth.js +1 -1
  66. package/dist/lib/oidc-device-flow.js +1 -1
  67. package/dist/lib/passwordTokens.js +1 -1
  68. package/dist/lib/permission-resolver.js +1 -1
  69. package/dist/lib/pin-cascade.js +1 -1
  70. package/dist/lib/provider-accounts.js +1 -1
  71. package/dist/lib/provider-oauth.js +1 -1
  72. package/dist/lib/provider-profile.js +1 -1
  73. package/dist/lib/provider-token-refresh.js +1 -1
  74. package/dist/lib/rbac-user-state.js +1 -1
  75. package/dist/lib/request-url.js +1 -1
  76. package/dist/lib/rewind.js +1 -1
  77. package/dist/lib/role-definitions.js +1 -1
  78. package/dist/lib/roles.js +1 -1
  79. package/dist/lib/secrets.js +1 -1
  80. package/dist/lib/setup-repo-git-auth.js +1 -1
  81. package/dist/lib/state-capture.js +1 -1
  82. package/dist/lib/static-files.js +1 -1
  83. package/dist/lib/task-name-format.js +1 -1
  84. package/dist/lib/task-name-generator.js +1 -1
  85. package/dist/lib/task-source-metadata.js +1 -1
  86. package/dist/lib/teams.js +1 -1
  87. package/dist/lib/user-git-oauth.js +1 -1
  88. package/dist/lib/user-git-tokens.js +1 -1
  89. package/dist/lib/users.js +1 -1
  90. package/dist/middleware/requireAuth.js +1 -1
  91. package/dist/middleware/requireInit.js +1 -1
  92. package/dist/middleware/requirePermission.js +1 -1
  93. package/dist/package.json +1 -1
  94. package/dist/playwright.config.js +1 -1
  95. package/dist/playwright.task-terminal.config.js +1 -1
  96. package/dist/routes/apiKeys.js +1 -1
  97. package/dist/routes/auth-oidc.js +1 -1
  98. package/dist/routes/auth.js +1 -1
  99. package/dist/routes/automations.js +1 -1
  100. package/dist/routes/bindings.js +1 -1
  101. package/dist/routes/build.js +1 -1
  102. package/dist/routes/containers.js +1 -1
  103. package/dist/routes/deploy-task.js +1 -1
  104. package/dist/routes/environment-management.js +1 -1
  105. package/dist/routes/environments.js +1 -1
  106. package/dist/routes/external-skills.js +1 -1
  107. package/dist/routes/git-credentials.js +1 -1
  108. package/dist/routes/git-oauth.js +1 -1
  109. package/dist/routes/git-provider-setup.js +1 -1
  110. package/dist/routes/health.js +1 -1
  111. package/dist/routes/jira.js +1 -1
  112. package/dist/routes/objective-management.js +1 -1
  113. package/dist/routes/password.js +1 -1
  114. package/dist/routes/prompt.js +1 -1
  115. package/dist/routes/provider-auth.js +1 -1
  116. package/dist/routes/qa.js +1 -1
  117. package/dist/routes/roles.js +1 -1
  118. package/dist/routes/settings.js +1 -1
  119. package/dist/routes/skill-management.js +1 -1
  120. package/dist/routes/skills.js +1 -1
  121. package/dist/routes/tasks.js +1 -1
  122. package/dist/routes/teams.js +1 -1
  123. package/dist/routes/templates.js +1 -1
  124. package/dist/routes/test-task.js +1 -1
  125. package/dist/routes/test.js +1 -1
  126. package/dist/routes/users.js +1 -1
  127. package/dist/routes/visualizations.js +1 -1
  128. package/dist/scripts/create-user.js +1 -1
  129. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  130. package/dist/start.js +1 -1
  131. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  132. package/dist/web-ui/public/activity-feed.js +1 -1
  133. package/dist/web-ui/public/activity-formatters.js +1 -1
  134. package/dist/web-ui/public/agent-event-parser.js +1 -1
  135. package/dist/web-ui/public/app.js +1 -1
  136. package/dist/web-ui/public/approve-dialog.js +1 -1
  137. package/dist/web-ui/public/automation-links.js +1 -1
  138. package/dist/web-ui/public/automation-schedule.js +1 -1
  139. package/dist/web-ui/public/comments-widget.js +1 -1
  140. package/dist/web-ui/public/diff-utils.js +1 -1
  141. package/dist/web-ui/public/environments.js +1 -1
  142. package/dist/web-ui/public/feedback-widget.js +1 -1
  143. package/dist/web-ui/public/file-selection-tree.js +1 -1
  144. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  145. package/dist/web-ui/public/git-history.js +1 -1
  146. package/dist/web-ui/public/git-status.js +1 -1
  147. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  148. package/dist/web-ui/public/index.js +1 -1
  149. package/dist/web-ui/public/login.js +1 -1
  150. package/dist/web-ui/public/markdown-editor.js +1 -1
  151. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  152. package/dist/web-ui/public/modal-maximize.js +1 -1
  153. package/dist/web-ui/public/notifications.js +1 -1
  154. package/dist/web-ui/public/permissions.js +1 -1
  155. package/dist/web-ui/public/pr-dialog.js +1 -1
  156. package/dist/web-ui/public/roles.js +1 -1
  157. package/dist/web-ui/public/server-health.js +1 -1
  158. package/dist/web-ui/public/settings.js +1 -1
  159. package/dist/web-ui/public/setup-password.js +1 -1
  160. package/dist/web-ui/public/skills.js +1 -1
  161. package/dist/web-ui/public/sse-client.js +1 -1
  162. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  163. package/dist/web-ui/public/task.js +1 -1
  164. package/dist/web-ui/public/teams.js +1 -1
  165. package/dist/web-ui/public/terminal.js +1 -1
  166. package/dist/web-ui/public/theme.js +1 -1
  167. package/dist/web-ui/public/users.js +1 -1
  168. package/dist/web-ui/public/variant-grouping.js +1 -1
  169. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x5a98ec,_0x2a6018){const _0x26b7d5={_0x1d3879:0x319,_0x280a09:0x349,_0x1aaaba:0x36a,_0x5d3b86:0x318,_0x3fe26d:0x33d,_0x53cc0a:0x30e,_0x14aa1d:0x309,_0x2162d5:0x11a,_0x98c0eb:0x341,_0x46a3d3:0x329,_0x489d96:0x308,_0x41d41f:0x102,_0x18f46a:0x111,_0x5becb1:0x340,_0x4b8e3c:0x337,_0x3f364f:0x125,_0x5c74b0:0x110},_0x10e7e7=_0x5a98ec();function _0x258fa9(_0x258f2a,_0x2c0e9e,_0x442ff7,_0x1678c0){return _0xd83d(_0x442ff7-0x27e,_0x1678c0);}function _0xb5bce5(_0x2cc909,_0x250f1d,_0x43262f,_0x3937f7){return _0xd83d(_0x250f1d- -0x1cc,_0x2cc909);}while(!![]){try{const _0x4df529=parseInt(_0x258fa9(0x2e3,_0x26b7d5._0x1d3879,0x30e,0x300))/(-0x1b7*0x7+-0x2694+0x3296)+parseInt(_0x258fa9(0x331,_0x26b7d5._0x280a09,0x359,_0x26b7d5._0x1aaaba))/(-0x174e+-0x1fbd+0x370d)*(parseInt(_0x258fa9(_0x26b7d5._0x5d3b86,0x368,_0x26b7d5._0x3fe26d,0x321))/(0x2638+-0x1*0xdd+-0x2558))+parseInt(_0x258fa9(_0x26b7d5._0x53cc0a,_0x26b7d5._0x14aa1d,0x326,0x345))/(0x4a4+-0x1*-0x107e+-0x3*0x70a)*(-parseInt(_0xb5bce5(-_0x26b7d5._0x2162d5,-0x102,-0x109,-0x112))/(-0x11*0x18a+-0x31+0x1a60))+-parseInt(_0x258fa9(0x352,_0x26b7d5._0x98c0eb,_0x26b7d5._0x46a3d3,_0x26b7d5._0x489d96))/(-0x3a9*0x9+-0x235f*0x1+0x222b*0x2)+-parseInt(_0xb5bce5(-_0x26b7d5._0x41d41f,-0x11a,-0x124,-0x13f))/(-0x2088+0x262c+-0x59d)+parseInt(_0xb5bce5(-_0x26b7d5._0x18f46a,-0xeb,-0xf8,-0x104))/(-0x195b*0x1+-0x11f*0x9+-0x237a*-0x1)*(parseInt(_0x258fa9(_0x26b7d5._0x5becb1,0x31a,_0x26b7d5._0x4b8e3c,0x31e))/(0x7*-0x235+0xcdc+-0x1*-0x2a0))+parseInt(_0xb5bce5(-_0x26b7d5._0x3f364f,-_0x26b7d5._0x5c74b0,-0x131,-0xe7))/(0x14*0xc0+0xb*-0x166+-0x24*-0x3);if(_0x4df529===_0x2a6018)break;else _0x10e7e7['push'](_0x10e7e7['shift']());}catch(_0x46b1a4){_0x10e7e7['push'](_0x10e7e7['shift']());}}}(_0x44c8,-0xce67d+0x1c092+-0x69396*-0x3));import{promises as _0x55cb67,constants as _0x451bfd}from'fs';import _0x337c45 from'path';import _0x3e33ef from'os';const CONFIG_PATH=_0x337c45[_0x352d55(-0x9e,-0xe0,-0xc1,-0xc0)](_0x3e33ef['homedir'](),'.coder',_0x2c4030(-0xaf,-0xb1,-0xa5,-0xb5)+'n');function _0x2c4030(_0x18b23f,_0x16cc2a,_0x57b261,_0x393a9f){return _0xd83d(_0x393a9f- -0x195,_0x18b23f);}async function loadConfig(){const _0x273f11={_0x5431a4:0x459,_0x10de2e:0x45f,_0x423bb4:0x454,_0x1b3119:0x436,_0x4123d0:0x45b,_0x21bffe:0x461,_0x23ebc2:0x1ad,_0x4b5f82:0x1aa,_0x3c93a7:0x19b,_0x44adc8:0x451},_0x47da08={_0x1c6141:0x39,_0x193d8e:0x54a},_0x4190ed={_0xd4bc2e:0x1a2,_0x3d1d94:0xac};function _0x522336(_0x5af2df,_0x309625,_0xc0c7c4,_0x3398f7){return _0x2c4030(_0xc0c7c4,_0x309625-0x145,_0xc0c7c4-_0x4190ed._0xd4bc2e,_0x3398f7- -_0x4190ed._0x3d1d94);}function _0x11fcdf(_0x38b8e4,_0x215a36,_0x2a9c42,_0x4e9974){return _0x2c4030(_0x2a9c42,_0x215a36-_0x47da08._0x1c6141,_0x2a9c42-0xa7,_0x4e9974-_0x47da08._0x193d8e);}const _0x15c842={};_0x15c842['KHaIL']=function(_0x45b310,_0x415b0c){return _0x45b310===_0x415b0c;};const _0x7a9071=_0x15c842;try{const _0x445aa5=await _0x55cb67[_0x11fcdf(0x453,0x485,0x447,_0x273f11._0x5431a4)](CONFIG_PATH,_0x11fcdf(0x428,_0x273f11._0x10de2e,_0x273f11._0x423bb4,0x450));return JSON[_0x11fcdf(_0x273f11._0x1b3119,0x472,_0x273f11._0x4123d0,_0x273f11._0x21bffe)](_0x445aa5);}catch(_0x3e6270){if(_0x7a9071[_0x522336(-0x199,-_0x273f11._0x23ebc2,-_0x273f11._0x4b5f82,-_0x273f11._0x3c93a7)](_0x3e6270[_0x11fcdf(_0x273f11._0x423bb4,0x42e,0x471,_0x273f11._0x44adc8)],'ENOENT'))return{};throw _0x3e6270;}}async function saveConfig(_0x4b0560){const _0x1ce60f={_0x4a185b:0x1b5,_0x48328b:0x1ec,_0x3d50c9:0x481,_0x45ba1c:0x489,_0x1e8d87:0x48e,_0x2db089:0x49f,_0x5be83d:0x1d9,_0x42d587:0x22a,_0x47d3db:0x4b4,_0x26fab5:0x4ca,_0x4a5e0e:0x49c,_0x14fd1c:0x49d,_0x1dbfc1:0x4b2,_0x3d40aa:0x4b5,_0x7710df:0x49d,_0x173511:0x1e9,_0x47666e:0x1db,_0x166b94:0x1d7,_0x1626d3:0x1dd,_0xf6d52f:0x4ba,_0x1fb16d:0x49e,_0x1d401e:0x492,_0x431b9e:0x4cc,_0x36a832:0x1c6},_0x5bd4ae={_0x422c4f:0xf7},_0x5d218f={};_0x5d218f[_0x33ca34(-0x202,-_0x1ce60f._0x4a185b,-_0x1ce60f._0x48328b,-0x1df)]=_0x485ff7(_0x1ce60f._0x3d50c9,_0x1ce60f._0x45ba1c,_0x1ce60f._0x1e8d87,_0x1ce60f._0x2db089);const _0x551b1d=_0x5d218f;function _0x33ca34(_0x5f570a,_0xe46b7b,_0x555552,_0x1ec86f){return _0x2c4030(_0x5f570a,_0xe46b7b-0xf8,_0x555552-0x6e,_0x1ec86f- -_0x5bd4ae._0x422c4f);}function _0x485ff7(_0x1f844c,_0x38011c,_0x2b2074,_0x369444){return _0x352d55(_0x38011c,_0x38011c-0x8d,_0x1f844c-0x56f,_0x369444-0x6c);}const _0x104409=_0x337c45[_0x33ca34(-_0x1ce60f._0x5be83d,-_0x1ce60f._0x42d587,-0x21a,-0x1fe)](CONFIG_PATH),_0x3c3a83={};_0x3c3a83[_0x485ff7(_0x1ce60f._0x47d3db,_0x1ce60f._0x26fab5,0x4ca,_0x1ce60f._0x4a5e0e)]=!![],await _0x55cb67[_0x485ff7(_0x1ce60f._0x14fd1c,_0x1ce60f._0x1dbfc1,_0x1ce60f._0x3d40aa,_0x1ce60f._0x7710df)](_0x104409,_0x3c3a83),await _0x55cb67[_0x33ca34(-_0x1ce60f._0x173511,-_0x1ce60f._0x47666e,-_0x1ce60f._0x166b94,-_0x1ce60f._0x1626d3)](CONFIG_PATH,JSON[_0x485ff7(_0x1ce60f._0xf6d52f,_0x1ce60f._0x1fb16d,_0x1ce60f._0x1d401e,_0x1ce60f._0x431b9e)](_0x4b0560,null,-0x13ab+-0x77*-0x2+0x1*0x12bf),_0x551b1d[_0x33ca34(-_0x1ce60f._0x36a832,-_0x1ce60f._0x47666e,-0x1c1,-0x1df)]);}function _0xd83d(_0x531dce,_0x42120e){_0x531dce=_0x531dce-(-0x1105*-0x1+0x12*0x1da+-0x31ce);const _0x29bdc2=_0x44c8();let _0x5b7aa4=_0x29bdc2[_0x531dce];if(_0xd83d['QvVpeu']===undefined){var _0x5f1f1c=function(_0x325be2){const _0x18f082='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2e9e61='',_0x4c7ef2='';for(let _0x4f0f95=-0x167f*-0x1+0x14a2*0x1+-0x2b21,_0xfaccf,_0x36470c,_0x21c5b3=-0x1c18+0xbb+0x1b5d;_0x36470c=_0x325be2['charAt'](_0x21c5b3++);~_0x36470c&&(_0xfaccf=_0x4f0f95%(0x191f+-0x2593+0x428*0x3)?_0xfaccf*(-0x17a1+-0xffb*0x1+0x27dc)+_0x36470c:_0x36470c,_0x4f0f95++%(-0x23f5+0x9cc+0x1a2d))?_0x2e9e61+=String['fromCharCode'](-0x155+-0xdf8+-0x413*-0x4&_0xfaccf>>(-(0x5*-0x2d6+0xfc8+-0x198)*_0x4f0f95&-0x1d07+0x234*0x6+0xfd5)):0xe7d*0x1+0x1e6+-0x1063){_0x36470c=_0x18f082['indexOf'](_0x36470c);}for(let _0xefe710=0x11f8+-0x1c*-0xe+0x3*-0x680,_0x10a856=_0x2e9e61['length'];_0xefe710<_0x10a856;_0xefe710++){_0x4c7ef2+='%'+('00'+_0x2e9e61['charCodeAt'](_0xefe710)['toString'](-0x34c+-0xb54+0x1d6*0x8))['slice'](-(0x1675*0x1+-0x696+-0xfdd));}return decodeURIComponent(_0x4c7ef2);};_0xd83d['jhwPWz']=_0x5f1f1c,_0xd83d['JclMUL']={},_0xd83d['QvVpeu']=!![];}const _0x5028b3=_0x29bdc2[-0x1eb9+0x26a8+-0x7ef],_0x3dea0f=_0x531dce+_0x5028b3,_0x2db657=_0xd83d['JclMUL'][_0x3dea0f];return!_0x2db657?(_0x5b7aa4=_0xd83d['jhwPWz'](_0x5b7aa4),_0xd83d['JclMUL'][_0x3dea0f]=_0x5b7aa4):_0x5b7aa4=_0x2db657,_0x5b7aa4;}export async function getCoderSetupPath(){const _0x34f6c8={_0x5af975:0x263,_0x550eed:0x23a,_0x502b18:0x2ae,_0x509351:0x2c4,_0x2f1b0c:0x2a7,_0x24aec4:0x20a,_0x4f92db:0x26e,_0xc4a310:0x282,_0x8d0db5:0x299,_0x5134b2:0x2a4,_0x4ec819:0x26b,_0x53b124:0x27f,_0x3e7490:0x25b,_0x1d8378:0x248,_0x2f9eb6:0x2a6,_0x53efd4:0x296,_0xcc9c71:0x284,_0x2f6a07:0x28c,_0x2ccfdd:0x289,_0xbc8632:0x232,_0xf754db:0x232,_0x3bbae3:0x238},_0x3fcf73={_0x3b0263:0xbb};function _0x42fef3(_0x3405bc,_0x41b5d2,_0xc50570,_0x160857){return _0x2c4030(_0x160857,_0x41b5d2-0x66,_0xc50570-_0x3fcf73._0x3b0263,_0xc50570-0x2ed);}const _0x30e70b={'mCgpJ':function(_0x4a68ad,_0x10708b){return _0x4a68ad===_0x10708b;},'MCWHU':_0x918cca(-0x264,-0x2a4,-0x279,-0x297),'guCwX':function(_0x3c6aa9){return _0x3c6aa9();}};if(process['env'][_0x42fef3(_0x34f6c8._0x5af975,0x220,_0x34f6c8._0x550eed,0x22b)+_0x918cca(-_0x34f6c8._0x502b18,-_0x34f6c8._0x509351,-_0x34f6c8._0x2f1b0c,-0x2cf)])return _0x30e70b[_0x42fef3(0x1b9,_0x34f6c8._0x24aec4,0x1e3,0x1c5)](_0x918cca(-0x29d,-0x284,-0x279,-_0x34f6c8._0x4f92db),_0x30e70b[_0x918cca(-0x284,-0x28f,-_0x34f6c8._0xc4a310,-_0x34f6c8._0x8d0db5)])?process[_0x918cca(-_0x34f6c8._0x5134b2,-_0x34f6c8._0x4ec819,-_0x34f6c8._0x53b124,-0x287)][_0x918cca(-0x274,-0x27a,-_0x34f6c8._0x3e7490,-_0x34f6c8._0x1d8378)+_0x918cca(-0x296,-0x299,-0x2a7,-_0x34f6c8._0x2f9eb6)]:_0x2e1d83[_0x918cca(-0x291,-0x296,-_0x34f6c8._0x53efd4,-_0x34f6c8._0xcc9c71)+'y'];const _0x477a87=await _0x30e70b[_0x918cca(-_0x34f6c8._0x2f6a07,-0x299,-_0x34f6c8._0x2ccfdd,-0x2a2)](loadConfig);function _0x918cca(_0x29c8f2,_0x272398,_0x18d457,_0x85db0c){return _0x2c4030(_0x29c8f2,_0x272398-0x1c6,_0x18d457-0x70,_0x18d457- -0x1a8);}return _0x477a87[_0x42fef3(_0x34f6c8._0xbc8632,_0x34f6c8._0xf754db,0x22a,0x22b)+_0x42fef3(0x23b,0x23c,0x219,_0x34f6c8._0x3bbae3)]||null;}export async function saveCoderSetupPath(_0x47bcb0){const _0x2ee84c={_0x4f8791:0x445,_0x4ad885:0x419,_0x59baa6:0x418,_0x390050:0x435,_0x3aad00:0x44a,_0x10c128:0x434,_0x22759a:0x41b,_0x46b849:0x1a6,_0xe5a9a5:0x191,_0x177267:0x437,_0x1d5f45:0x41e,_0x488492:0x425,_0x589681:0x436,_0x2813a6:0x45b,_0x361071:0x1ad,_0xa45a1:0x1d9,_0x1c9461:0x183,_0x3eec2c:0x42d,_0x3d0440:0x423,_0x4195cc:0x404,_0x47ef62:0x43f,_0x17a9d4:0x411,_0x1cccee:0x3e2,_0x52fefa:0x426,_0x34b5b1:0x451},_0x3a2495={_0xe91f1d:0x1ef,_0x38e153:0xfd},_0x105d78={_0x4057cf:0x153,_0x6dd8fe:0x4f2},_0x5d55d2={'itSJL':function(_0x19e79a,_0x51a79f){return _0x19e79a===_0x51a79f;},'tcQhR':_0x2e4492(_0x2ee84c._0x4f8791,0x424,0x447,_0x2ee84c._0x4ad885),'BWqeW':function(_0x469257){return _0x469257();},'adogg':function(_0x153d5c,_0x315968){return _0x153d5c===_0x315968;},'CQrYi':_0x2e4492(_0x2ee84c._0x59baa6,_0x2ee84c._0x390050,0x460,_0x2ee84c._0x3aad00),'jvcEK':function(_0x3835bd,_0x1dca92){return _0x3835bd(_0x1dca92);}};function _0x2e4492(_0xc0388b,_0x399764,_0x58d516,_0x121bc9){return _0x2c4030(_0x58d516,_0x399764-0x36,_0x58d516-_0x105d78._0x4057cf,_0x399764-_0x105d78._0x6dd8fe);}const _0x21b40c=await _0x5d55d2['BWqeW'](loadConfig);function _0x90f1b(_0x300796,_0x1eee8c,_0x3f309a,_0xcc67f9){return _0x352d55(_0x1eee8c,_0x1eee8c-_0x3a2495._0xe91f1d,_0x300796- -_0x3a2495._0x38e153,_0xcc67f9-0xa5);}if(_0x5d55d2[_0x2e4492(_0x2ee84c._0x10c128,0x430,0x43f,_0x2ee84c._0x22759a)](_0x47bcb0,null))delete _0x21b40c[_0x90f1b(-0x1b4,-_0x2ee84c._0x46b849,-_0x2ee84c._0xe5a9a5,-0x1af)+_0x2e4492(_0x2ee84c._0x177267,_0x2ee84c._0x1d5f45,0x3fc,_0x2ee84c._0x488492)];else{if(_0x5d55d2[_0x2e4492(0x40f,_0x2ee84c._0x589681,_0x2ee84c._0x2813a6,0x448)]===_0x5d55d2[_0x90f1b(-_0x2ee84c._0x361071,-_0x2ee84c._0xa45a1,-_0x2ee84c._0x1c9461,-0x19b)])_0x21b40c['coder_setu'+'p_path']=_0x47bcb0;else{if(_0x5d55d2[_0x2e4492(_0x2ee84c._0x3eec2c,_0x2ee84c._0x3d0440,_0x2ee84c._0x4195cc,_0x2ee84c._0x47ef62)](_0x5dc894['code'],_0x5d55d2[_0x2e4492(0x3da,0x3fd,_0x2ee84c._0x17a9d4,_0x2ee84c._0x1cccee)]))return{};throw _0x2d1230;}}await _0x5d55d2[_0x2e4492(0x43f,_0x2ee84c._0x52fefa,0x444,_0x2ee84c._0x34b5b1)](saveConfig,_0x21b40c);}export async function getServerPort(){const _0x591774={_0x15a3ea:0x256,_0x82c856:0x264,_0x4c8ad6:0x22d,_0x23d113:0x27b,_0x29371b:0xec,_0x257915:0xf7,_0x243484:0x100,_0x2b958b:0x274,_0x5d1efa:0x13e,_0x2fea4f:0x284,_0x2aea87:0x279},_0x441a6d={_0x42f129:0x98},_0x34dacc={_0x31fc94:0x1a1},_0x4c9ba2={'XapHU':function(_0x12a3e4){return _0x12a3e4();}};function _0x8e4729(_0x955ce3,_0x34c56c,_0x51fdc5,_0x267615){return _0x352d55(_0x34c56c,_0x34c56c-0x1c6,_0x955ce3- -0x18b,_0x267615-_0x34dacc._0x31fc94);}if(process[_0x8e4729(-_0x591774._0x15a3ea,-_0x591774._0x82c856,-0x23d,-_0x591774._0x4c8ad6)][_0x8e4729(-0x275,-_0x591774._0x82c856,-0x254,-_0x591774._0x23d113)])return parseInt(process[_0x2846d4(-_0x591774._0x29371b,-0x102,-_0x591774._0x257915,-_0x591774._0x243484)][_0x8e4729(-0x275,-0x257,-0x28c,-_0x591774._0x2b958b)],0x1b19+0xaac+-0x25bb);function _0x2846d4(_0x55126b,_0x9b5bd1,_0x1c042c,_0x500834){return _0x2c4030(_0x9b5bd1,_0x9b5bd1-_0x441a6d._0x42f129,_0x1c042c-0x57,_0x55126b- -0x15);}const _0x11ff76=await _0x4c9ba2[_0x2846d4(-0x118,-_0x591774._0x5d1efa,-0x124,-0x13e)](loadConfig);return _0x11ff76[_0x8e4729(-0x25e,-0x25f,-_0x591774._0x2fea4f,-_0x591774._0x2aea87)+'t']||0x1e7a+-0x290+-0x566*0x3;}export async function saveServerPort(_0x5b9b8f){const _0x2cb8c7={_0x35ce3e:0xf4,_0x5e5d6b:0xf0,_0x110aba:0x11a,_0x32603d:0x141,_0x3f6db6:0x108,_0x59821a:0x205,_0x2b9b88:0x23a},_0x41be3f={_0xc6d72:0x1f9},_0x3999d0={_0x52a183:0x152};function _0x49a350(_0x1b57eb,_0x4d3e12,_0x16143e,_0x500362){return _0x352d55(_0x16143e,_0x4d3e12-0x77,_0x4d3e12- -_0x3999d0._0x52a183,_0x500362-0x17e);}const _0x27336d={'ycasc':function(_0x59556c){return _0x59556c();},'CHfVl':function(_0x21b6dd,_0x4d79e2){return _0x21b6dd(_0x4d79e2);}};function _0x562842(_0x45b15a,_0x4c5a28,_0x1d867b,_0x27d88d){return _0x2c4030(_0x45b15a,_0x4c5a28-0x1eb,_0x1d867b-0x13c,_0x4c5a28-_0x41be3f._0xc6d72);}const _0x249d65=await _0x27336d[_0x562842(0x11a,0xf8,_0x2cb8c7._0x35ce3e,0x102)](loadConfig);_0x249d65[_0x562842(_0x2cb8c7._0x5e5d6b,_0x2cb8c7._0x110aba,_0x2cb8c7._0x32603d,_0x2cb8c7._0x3f6db6)+'t']=_0x5b9b8f,await _0x27336d[_0x49a350(-0x22f,-0x226,-_0x2cb8c7._0x59821a,-_0x2cb8c7._0x2b9b88)](saveConfig,_0x249d65);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x142eee={_0xb732bd:0x8c,_0x7a35dd:0x8e,_0x4049ca:0x365,_0x5b7173:0x358,_0x319f8b:0x68,_0x391ac2:0x5c,_0x45c071:0x53,_0x6298f4:0x33b,_0x5ec3dd:0x351,_0x2754f6:0x334},_0x46fea1={_0x909e25:0xcf,_0x26b09d:0x423,_0x2672e6:0x5c},_0x345f0e={_0x32fca2:0x38,_0x76912c:0x106};function _0x4bda4a(_0x1289f9,_0x46a484,_0x4666dc,_0xcb6435){return _0x2c4030(_0x4666dc,_0x46a484-_0x345f0e._0x32fca2,_0x4666dc-_0x345f0e._0x76912c,_0x1289f9-0x13f);}const _0x5d745d={'ZJybw':function(_0x367683){return _0x367683();}};function _0x2c7cab(_0x44e9ee,_0x39c8b1,_0x525693,_0x37be96){return _0x352d55(_0x44e9ee,_0x39c8b1-_0x46fea1._0x909e25,_0x525693-_0x46fea1._0x26b09d,_0x37be96-_0x46fea1._0x2672e6);}const _0x56521c=await _0x5d745d['ZJybw'](loadConfig);if(_0x56521c['ssl_cert_p'+_0x4bda4a(0x75,_0x142eee._0xb732bd,0xa0,_0x142eee._0x7a35dd)])return _0x56521c['ssl_cert_p'+_0x2c7cab(0x383,0x35d,_0x142eee._0x4049ca,_0x142eee._0x5b7173)];return process[_0x4bda4a(_0x142eee._0x319f8b,_0x142eee._0x391ac2,_0x142eee._0x45c071,0x49)][_0x2c7cab(_0x142eee._0x6298f4,_0x142eee._0x5ec3dd,_0x142eee._0x2754f6,0x322)+'ATH']||null;}function _0x44c8(){const _0x3ea865=['ANzJruS','mJeZnJvYzufqvgO','yxrO','C3nSx2TLEv9Wyq','Aw9UigrLBMLLza','CMvJDxjZAxzL','AvnRr0K','we1RvM4','C3nSx2nHx3bHDa','y29KzxjFC2v0Dq','ywrVz2C','C3rYAw5NAwz5','q2fUBM90igfJyW','D3jOChC','wwrQExK','CMPxt28','q1fYwwK','ywnJzxnZ','mtrvzwLswxa','t3PVB1K','qMvWBu0','sgDyyLK','qMPJtvy','y29UzMLNlMPZBW','ohfjrejwBq','q09ervjFu0vuvq','BunNCeO','rufdq0vt','u2HcCuS','zgLYBMfTzq','uL9psW','nJu5mJy2D01htuHQ','r1nHq3C','wgfWsfu','D3jtseu','EwnHC2m','CereC0m','uf9qqvri','igzPBgu6ia','rwvpq1m','BwvZC2fNzq','u1nmx0nfuLrFua','DxrMltG','y29Kzq','EvrPDuW','B3qGCMvHzgfIBa','ue9sva','DgnrAfi','u1nmx0Tfwv9qqq','tuLrvxO','BfztsMy','CMvHzezPBgu','zxnZia','s0HHsuW','Dhj1C3rFChjVEa','mti4BLvTsw1i','vKnWsuS','wwz2zgW','mZi5otmWneLQywX4tG','CgfYC2u','EeXLD1y','uvLzzNa','D3jPDgvgAwXL','igzPBguGBM90ia','igzPBguGAxmGBG','ndiYmJG2mK1cANPOza','y2LNvNi','z3vdD1G','q0HMvMW','C2vYDMvYx3bVCG','BwTKAxi','zM91BMq6ia','ote3nZKZou5MzKjzrq','y09HChy','tunxsfu','mtCWnde5mer6Agj6qW','ywDxqvC','zw52','mtiWowjMuxvvqG','ufHIwfC','Cf9WyxrO','rg5gr0m','AhLowei','vvHSBKe','ChzIBfm','AxrtsKW','ru5pru5u','AM9PBG'];_0x44c8=function(){return _0x3ea865;};return _0x44c8();}export async function saveSslCertPath(_0x59edf1){const _0x320a06={_0x2ffdbd:0x13f,_0x48f250:0x12f,_0x15270d:0x1b1,_0x1dbf87:0x1bf,_0xa64515:0x1a8},_0x347cd3={_0x31e3de:0x13b,_0x180fd9:0x7d,_0x3340a1:0x51},_0x539638={'Ydjyy':function(_0x2d2142){return _0x2d2142();},'HgXbY':function(_0x2cc300,_0x37c265){return _0x2cc300(_0x37c265);}},_0x4b61d2=await _0x539638[_0x1e7a36(-_0x320a06._0x2ffdbd,-_0x320a06._0x48f250,-0x151,-0x104)](loadConfig);_0x59edf1===null?delete _0x4b61d2['ssl_cert_p'+'ath']:_0x4b61d2['ssl_cert_p'+_0x5d0420(-0x1b3,-_0x320a06._0x15270d,-_0x320a06._0x1dbf87,-0x196)]=_0x59edf1;function _0x1e7a36(_0x19dbb0,_0x3feb6e,_0x251052,_0x1fa193){return _0x352d55(_0x19dbb0,_0x3feb6e-_0x347cd3._0x31e3de,_0x3feb6e- -_0x347cd3._0x180fd9,_0x1fa193-_0x347cd3._0x3340a1);}function _0x5d0420(_0x36de7d,_0x336c72,_0x58610e,_0x57c8eb){return _0x352d55(_0x36de7d,_0x336c72-0x141,_0x336c72- -0xf3,_0x57c8eb-0x65);}await _0x539638[_0x5d0420(-_0x320a06._0xa64515,-0x19e,-0x181,-0x19b)](saveConfig,_0x4b61d2);}export async function getSslKeyPath(){const _0x5eb269={_0x479366:0x1b5,_0x457dd7:0x194,_0x28e1e5:0x1b0,_0x448ccb:0x1a7,_0xcde935:0x3b6,_0x102816:0x3d8,_0x51363a:0x3da,_0x5a5c63:0x1c3,_0x4282ed:0x1d3,_0x557756:0x3da,_0x32d7ca:0x1b8,_0x1d25f4:0x1d0,_0x2be5da:0x1af,_0x1e09a9:0x1a3,_0x50458f:0x192},_0x5eaf2c={_0x51e949:0x49d},_0x5b00dd={_0x1e33d6:0x28c},_0x3b34df={};_0x3b34df['XMkVn']=_0x23a988(_0x5eb269._0x479366,_0x5eb269._0x457dd7,_0x5eb269._0x28e1e5,_0x5eb269._0x448ccb);const _0x12b3cb=_0x3b34df,_0x56e98e=await loadConfig();function _0x23a988(_0x1102ff,_0x16b510,_0x16a68e,_0x195c80){return _0x2c4030(_0x16a68e,_0x16b510-0x5c,_0x16a68e-0x98,_0x16b510-_0x5b00dd._0x1e33d6);}if(_0x56e98e['ssl_key_pa'+'th']){if(_0x12b3cb['XMkVn']===_0x12b3cb[_0x45a757(_0x5eb269._0xcde935,_0x5eb269._0x102816,0x3ec,_0x5eb269._0x51363a)])return _0x56e98e[_0x23a988(0x1a3,_0x5eb269._0x5a5c63,0x1da,_0x5eb269._0x4282ed)+'th'];else _0x1d459b[_0x45a757(0x3ae,_0x5eb269._0x557756,0x3c7,0x3cf)+_0x23a988(0x19a,_0x5eb269._0x32d7ca,_0x5eb269._0x457dd7,_0x5eb269._0x1d25f4)]=_0x21b4d4;}function _0x45a757(_0x81a776,_0x3699c3,_0x56d68a,_0x1df5c0){return _0x2c4030(_0x81a776,_0x3699c3-0x3d,_0x56d68a-0x15b,_0x3699c3-_0x5eaf2c._0x51e949);}return process[_0x23a988(_0x5eb269._0x2be5da,_0x5eb269._0x479366,0x19f,0x1aa)][_0x23a988(_0x5eb269._0x1e09a9,0x198,_0x5eb269._0x50458f,0x18c)+'TH']||null;}export async function saveSslKeyPath(_0x191e16){const _0x26e9e0={_0x5e52c2:0x29a,_0x568a2c:0x2b7,_0x2d0c26:0x275,_0x140e94:0x270,_0x287be4:0x26b,_0x18bec1:0x2b7,_0x18c218:0x2a8,_0x2151b2:0x284,_0x137063:0x278,_0x5d216d:0x279,_0xd2dc85:0x253,_0x3c4369:0x423,_0x1883f6:0x420,_0x484169:0x282,_0x22369a:0x283,_0x1314c0:0x28c,_0x24101d:0x258,_0x340758:0x437,_0x3e804b:0x410,_0x366af6:0x40f,_0x37279a:0x42a},_0xc86609={_0x566cbc:0xe2},_0xf80d0d={_0x391c13:0x13,_0xc85f96:0x155},_0x28a614={'MIQUz':function(_0x5ef360){return _0x5ef360();},'EeOCS':function(_0x3a9583,_0x22c310){return _0x3a9583===_0x22c310;},'cOapv':_0x3216bc(0x2b0,_0x26e9e0._0x5e52c2,_0x26e9e0._0x568a2c,0x2c1),'Yfvdl':_0x7778a2(0x3ed,0x3e5,0x428,0x405),'agWAW':function(_0x2a3993,_0x42e3c2){return _0x2a3993(_0x42e3c2);}},_0x4c9469=await _0x28a614[_0x3216bc(_0x26e9e0._0x2d0c26,_0x26e9e0._0x140e94,0x266,0x279)](loadConfig);function _0x7778a2(_0x3731b3,_0x2679bd,_0x2ae97f,_0x449b1a){return _0x2c4030(_0x3731b3,_0x2679bd-_0xf80d0d._0x391c13,_0x2ae97f-_0xf80d0d._0xc85f96,_0x449b1a-0x505);}function _0x3216bc(_0x2d3bc0,_0x5d5882,_0x189844,_0x59261f){return _0x352d55(_0x5d5882,_0x5d5882-_0xc86609._0x566cbc,_0x2d3bc0-0x35c,_0x59261f-0x17d);}if(_0x28a614[_0x3216bc(_0x26e9e0._0x287be4,0x261,0x264,0x26e)](_0x191e16,null)){if('hYDJi'===_0x28a614[_0x3216bc(0x28d,_0x26e9e0._0x18bec1,0x2b5,0x29c)])throw new _0x25568a(_0x3216bc(_0x26e9e0._0x18c218,0x28d,_0x26e9e0._0x2151b2,0x2b2)+_0x3216bc(_0x26e9e0._0x137063,_0x26e9e0._0x5d216d,_0x26e9e0._0xd2dc85,0x285)+_0xaa923e+'\x20file:\x20'+_0x4fd16e+'\x20('+_0x157189[_0x7778a2(0x419,0x41a,0x435,0x409)]+')');else delete _0x4c9469[_0x7778a2(0x42d,_0x26e9e0._0x3c4369,_0x26e9e0._0x1883f6,0x43c)+'th'];}else{if(_0x3216bc(0x266,0x27a,_0x26e9e0._0x484169,_0x26e9e0._0x22369a)!==_0x28a614[_0x3216bc(0x27d,_0x26e9e0._0x1314c0,_0x26e9e0._0x24101d,0x25c)])_0x4c9469['ssl_key_pa'+'th']=_0x191e16;else return _0x5b4d90(_0x12d8ed['env'][_0x7778a2(_0x26e9e0._0x340758,0x436,_0x26e9e0._0x3e804b,_0x26e9e0._0x366af6)],-0x1b0b+0x82*0x4+0x190d);}await _0x28a614[_0x7778a2(_0x26e9e0._0x3e804b,_0x26e9e0._0x37279a,0x425,0x42d)](saveConfig,_0x4c9469);}export async function getSslCaPath(){const _0x138217={_0x565130:0x3a0,_0x33e760:0x3a9,_0x1b08c7:0x258,_0x226f79:0x24b,_0xe2dac:0x261,_0x116327:0x252,_0x5c7319:0x269,_0x9da0e8:0x399,_0x54cf73:0x285,_0x5c5fcf:0x25d},_0x2ee106={'hyNXB':function(_0x599dcf){return _0x599dcf();},'GSaCw':function(_0x34c359,_0x1e406c){return _0x34c359!==_0x1e406c;},'eBVsG':_0x40738d(0x38b,_0x138217._0x565130,_0x138217._0x33e760,0x3a7)},_0x4cd75e=await _0x2ee106[_0x21a0a8(-0x25f,-_0x138217._0x1b08c7,-_0x138217._0x226f79,-_0x138217._0xe2dac)](loadConfig);function _0x40738d(_0x58f6e6,_0x377f66,_0xa91132,_0x4cff25){return _0x2c4030(_0x58f6e6,_0x377f66-0x197,_0xa91132-0x5a,_0xa91132-0x4b1);}if(_0x4cd75e[_0x21a0a8(-_0x138217._0x116327,-0x24a,-_0x138217._0x5c7319,-0x220)+'h'])return _0x2ee106[_0x40738d(_0x138217._0x9da0e8,0x38a,0x3ad,0x38c)](_0x21a0a8(-_0x138217._0x54cf73,-0x28e,-0x2a5,-0x289),_0x2ee106['eBVsG'])?_0x117089:_0x4cd75e['ssl_ca_pat'+'h'];function _0x21a0a8(_0x3d7db9,_0x2df87e,_0x365a2f,_0x47061b){return _0x352d55(_0x365a2f,_0x2df87e-0x68,_0x2df87e- -0x192,_0x47061b-0x53);}return process[_0x21a0a8(-0x271,-_0x138217._0x5c5fcf,-0x277,-0x23c)]['SSL_CA_PAT'+'H']||null;}export async function saveSslCaPath(_0x1692b1){const _0x5dc14d={_0x221da3:0xcb,_0x263535:0xc8,_0x342e90:0xe2,_0x1938a6:0xbf,_0x1ed1fe:0xce,_0xf7a727:0xbe},_0x5b2ea1={_0x29a9b3:0x1b4},_0x308825={_0x490696:0x15a,_0x1b522d:0xc,_0x3ac07c:0xed},_0xf4c431={};_0xf4c431[_0x49e125(_0x5dc14d._0x221da3,0xb7,_0x5dc14d._0x263535,0xb9)]=function(_0x2e3247,_0x109dd2){return _0x2e3247===_0x109dd2;};function _0x2e1285(_0x197a02,_0x325c7d,_0x114eab,_0x31ef38){return _0x352d55(_0x114eab,_0x325c7d-_0x308825._0x490696,_0x31ef38- -_0x308825._0x1b522d,_0x31ef38-_0x308825._0x3ac07c);}const _0x355291=_0xf4c431,_0x128da3=await loadConfig();_0x355291[_0x2e1285(-_0x5dc14d._0x342e90,-_0x5dc14d._0x1938a6,-0xbd,-0xd3)](_0x1692b1,null)?delete _0x128da3[_0x49e125(0xda,0xe1,0xe1,0xe2)+'h']:_0x128da3[_0x2e1285(-0xdc,-_0x5dc14d._0x1ed1fe,-_0x5dc14d._0xf7a727,-0xc4)+'h']=_0x1692b1;function _0x49e125(_0x437299,_0x118422,_0x201b5f,_0x1c130b){return _0x352d55(_0x118422,_0x118422-_0x5b2ea1._0x29a9b3,_0x437299-0x192,_0x1c130b-0x38);}await saveConfig(_0x128da3);}export async function getTrustProxy(){const _0x4fdb90={_0x349985:0x1bc,_0x14415c:0x18a,_0x2dd551:0xc9,_0xf7b941:0xc9,_0xff927e:0xe6},_0x84ee50={_0x354beb:0xbc},_0x2a7896={'CtUkY':function(_0x3cb274){return _0x3cb274();}};function _0x2ca224(_0x52e7d5,_0x289fc8,_0x74cce1,_0x20aeaf){return _0x352d55(_0x74cce1,_0x289fc8-0x43,_0x20aeaf- -_0x84ee50._0x354beb,_0x20aeaf-0x12);}const _0x3001ac=await _0x2a7896['CtUkY'](loadConfig);if(_0x3001ac[_0x2ca224(-_0x4fdb90._0x349985,-0x1c1,-_0x4fdb90._0x14415c,-0x19e)+'y']!==undefined)return _0x3001ac[_0x3c2b16(0xc2,0xd4,_0x4fdb90._0x2dd551,0xcc)+'y'];function _0x3c2b16(_0x5ccc0b,_0x1e72df,_0xa70e2e,_0x5e8e24){return _0x352d55(_0x5e8e24,_0x1e72df-0xb7,_0xa70e2e-0x1ab,_0x5e8e24-0x1e9);}return process[_0x3c2b16(0xda,_0x4fdb90._0xf7b941,0xe0,_0x4fdb90._0xff927e)]['TRUST_PROX'+'Y']||null;}export async function saveTrustProxy(_0x39ab8a){const _0x181353={_0x479af6:0x275,_0xcb3b83:0x24f,_0x596900:0x291},_0x237f97={_0x24252d:0x170},_0xf2562={_0x2fd986:0x19b};function _0x2059f1(_0x1f43f0,_0x4c8231,_0x3879a1,_0x1d8c2b){return _0x352d55(_0x3879a1,_0x4c8231-0x5a,_0x1d8c2b- -0x18f,_0x1d8c2b-_0xf2562._0x2fd986);}const _0x197744={'cigVr':function(_0x2e2aaa){return _0x2e2aaa();},'yqkZu':function(_0x41c811,_0x3f30af){return _0x41c811(_0x3f30af);}};function _0x415287(_0x589364,_0x3489cb,_0x16882a,_0x1fd0e7){return _0x2c4030(_0x16882a,_0x3489cb-_0x237f97._0x24252d,_0x16882a-0x188,_0x1fd0e7- -0x8c);}const _0x563ee1=await _0x197744[_0x2059f1(-_0x181353._0x479af6,-0x265,-_0x181353._0xcb3b83,-0x265)](loadConfig);_0x39ab8a===null?delete _0x563ee1[_0x415287(-0x177,-0x18c,-0x18f,-0x17a)+'y']:_0x563ee1[_0x2059f1(-0x261,-0x249,-_0x181353._0x596900,-0x271)+'y']=_0x39ab8a,await _0x197744['yqkZu'](saveConfig,_0x563ee1);}function _0x352d55(_0x128f4d,_0x1078a3,_0x6a0af5,_0x4bd177){return _0xd83d(_0x6a0af5- -0x189,_0x128f4d);}export async function validateSslFile(_0x5b6c50,_0x144bae){const _0x260dfb={_0x5b2479:0x2aa,_0x37fbae:0x29c,_0x984bb2:0x2a3,_0x3e8485:0x48b,_0x4c9971:0x4b4,_0x5a6d33:0x495,_0x14901c:0x2a8,_0x1e88d7:0x298,_0x32f920:0x4b9,_0x191413:0x2de,_0x127c30:0x2c7,_0x48eb71:0x2c2,_0x46a1b8:0x4a0,_0x3460b2:0x4c8,_0x50aae3:0x455,_0x4b2a66:0x2ce,_0x53ffdc:0x2df,_0x2e1e8c:0x285,_0x3ef05a:0x264,_0x3c53fa:0x28e,_0x1846f2:0x2ac,_0x2b77c6:0x484,_0x38d498:0x46d,_0x19e783:0x294,_0x3b44c5:0x288,_0x261650:0x2b4,_0x2b0965:0x45c,_0x10f93d:0x43a,_0x4fc7df:0x44a,_0x26b785:0x476,_0x34ba2f:0x461,_0x29b64c:0x2c6,_0x4dfacc:0x2b2,_0x356919:0x2ce,_0x3ee3bf:0x2ea,_0x301e46:0x47a,_0x408831:0x265,_0x710f15:0x28b,_0x6176a8:0x2a8,_0x2c511a:0x2b6,_0x5e7c06:0x486,_0x51db5d:0x463,_0x493db9:0x2cc,_0x52a3bc:0x4b6,_0x4e8d5d:0x2b1,_0x423c22:0x2bb,_0x15c4e5:0x2d3,_0xe28b92:0x2ac,_0x1314f8:0x45f,_0x5b9a57:0x484},_0x5c76e1={_0xd002c2:0x1b,_0x49de4f:0xff,_0x4695c0:0x55b},_0x27c202={_0x56c89b:0x169};function _0xc4ce60(_0x32606c,_0x4a41c9,_0x568d22,_0x305a90){return _0x2c4030(_0x32606c,_0x4a41c9-0x61,_0x568d22-_0x27c202._0x56c89b,_0x4a41c9- -0x1d5);}function _0x56a58b(_0x1d2d66,_0x32dd2b,_0x85d133,_0x340533){return _0x2c4030(_0x340533,_0x32dd2b-_0x5c76e1._0xd002c2,_0x85d133-_0x5c76e1._0x49de4f,_0x1d2d66-_0x5c76e1._0x4695c0);}const _0x126186={};_0x126186['iSkGI']=function(_0x43e8c8,_0x147701){return _0x43e8c8===_0x147701;},_0x126186[_0xc4ce60(-0x2b8,-_0x260dfb._0x5b2479,-_0x260dfb._0x37fbae,-_0x260dfb._0x984bb2)]='ENOENT',_0x126186[_0x56a58b(_0x260dfb._0x3e8485,_0x260dfb._0x4c9971,0x481,_0x260dfb._0x5a6d33)]='PfBrM',_0x126186['OzooY']=_0xc4ce60(-0x2e2,-0x2c1,-_0x260dfb._0x14901c,-_0x260dfb._0x1e88d7),_0x126186[_0x56a58b(0x49c,_0x260dfb._0x32f920,0x4a6,0x498)]=_0xc4ce60(-0x2fc,-_0x260dfb._0x191413,-0x2dd,-0x305),_0x126186['QYYfp']=_0xc4ce60(-0x2e1,-_0x260dfb._0x127c30,-_0x260dfb._0x48eb71,-0x2ae);const _0x429d94=_0x126186;try{await _0x55cb67[_0x56a58b(_0x260dfb._0x46a1b8,0x495,0x474,_0x260dfb._0x3460b2)](_0x5b6c50,_0x451bfd[_0x56a58b(_0x260dfb._0x50aae3,0x46a,0x43f,0x46e)]);}catch(_0x6c0cc2){if(_0x429d94['iSkGI'](_0x6c0cc2[_0xc4ce60(-_0x260dfb._0x4b2a66,-_0x260dfb._0x4b2a66,-0x2cf,-_0x260dfb._0x53ffdc)],_0x429d94[_0xc4ce60(-0x2d2,-0x2aa,-0x2c5,-0x29e)])){if(_0x429d94[_0xc4ce60(-0x293,-0x2a5,-_0x260dfb._0x2e1e8c,-0x2c2)]===_0x429d94[_0xc4ce60(-_0x260dfb._0x3ef05a,-_0x260dfb._0x3c53fa,-_0x260dfb._0x1846f2,-0x298)])return _0x3093ff[_0x56a58b(_0x260dfb._0x2b77c6,_0x260dfb._0x38d498,0x4ad,0x48f)][_0xc4ce60(-_0x260dfb._0x19e783,-_0x260dfb._0x3b44c5,-_0x260dfb._0x261650,-0x279)+_0x56a58b(_0x260dfb._0x2b0965,_0x260dfb._0x10f93d,0x450,_0x260dfb._0x4fc7df)];else throw new Error(_0x144bae+(_0x56a58b(_0x260dfb._0x26b785,0x454,0x451,_0x260dfb._0x34ba2f)+_0xc4ce60(-_0x260dfb._0x29b64c,-0x2b2,-0x2b8,-_0x260dfb._0x4dfacc))+_0x5b6c50);}else{if(_0x6c0cc2[_0xc4ce60(-0x2f3,-_0x260dfb._0x356919,-_0x260dfb._0x3ee3bf,-_0x260dfb._0x5b2479)]===_0x429d94['wrhpw']){if(_0x429d94[_0x56a58b(0x495,_0x260dfb._0x301e46,0x4a8,0x48a)](_0xc4ce60(-_0x260dfb._0x408831,-_0x260dfb._0x710f15,-_0x260dfb._0x6176a8,-_0x260dfb._0x2c511a),_0x429d94[_0x56a58b(0x474,0x47c,_0x260dfb._0x5e7c06,0x468)]))_0x1e61cb['ssl_key_pa'+'th']=_0x42f306;else throw new Error(_0x144bae+(_0x56a58b(0x477,_0x260dfb._0x51db5d,0x486,0x454)+_0xc4ce60(-0x2aa,-_0x260dfb._0x493db9,-0x2e3,-0x2cb)+'e\x20(permiss'+_0x56a58b(0x493,_0x260dfb._0x52a3bc,0x474,0x4bf)+'):\x20')+_0x5b6c50);}else throw new Error(_0xc4ce60(-_0x260dfb._0x4e8d5d,-0x295,-0x2c0,-_0x260dfb._0x423c22)+_0x56a58b(0x46b,0x44f,0x45a,0x489)+_0x144bae+_0xc4ce60(-0x2e1,-_0x260dfb._0x15c4e5,-_0x260dfb._0xe28b92,-0x2e1)+_0x5b6c50+'\x20('+_0x6c0cc2[_0x56a58b(_0x260dfb._0x1314f8,0x45b,_0x260dfb._0x5b9a57,0x44e)]+')');}}}
1
+ (function(_0x14e225,_0x9cb918){const _0x10574e={_0x4bc65b:0x11,_0x4219cf:0x29,_0x38c769:0x2b,_0x43d65e:0x51f,_0x5ebc9c:0x52f,_0x33456d:0x540,_0x3fb70d:0x4ff,_0xea1eca:0x525,_0x152473:0x565,_0x24c3fd:0x522,_0x4234c8:0x22,_0x87baf0:0x33,_0x31f7f5:0x28,_0x148b48:0x526,_0x4201e8:0x539,_0x56592e:0x4f6,_0x5368b3:0x515,_0x586c30:0x35,_0x28a8df:0x4e,_0xa0b524:0x4a,_0x15f7e0:0x4ea,_0x14ea48:0x503},_0x39a3db={_0x54d3ce:0x340};function _0x25af1f(_0x58ef30,_0x2024ea,_0x1b532b,_0x353826){return _0x1a91(_0x58ef30- -0x1f7,_0x1b532b);}const _0x261c0b=_0x14e225();function _0xae8770(_0x459bfc,_0x25ce72,_0x1b6568,_0x2a8170){return _0x1a91(_0x2a8170-_0x39a3db._0x54d3ce,_0x1b6568);}while(!![]){try{const _0x23ce9a=-parseInt(_0x25af1f(_0x10574e._0x4bc65b,_0x10574e._0x4219cf,_0x10574e._0x4219cf,_0x10574e._0x38c769))/(0x1ff9+-0x12c+0x522*-0x6)*(parseInt(_0xae8770(0x52c,_0x10574e._0x43d65e,_0x10574e._0x5ebc9c,0x50b))/(0x5d*0x47+0x10a5*0x1+-0x2a6e))+-parseInt(_0xae8770(_0x10574e._0x33456d,0x500,_0x10574e._0x3fb70d,_0x10574e._0xea1eca))/(-0x239b+-0x18*-0x150+0x41e)+parseInt(_0xae8770(_0x10574e._0x152473,0x556,_0x10574e._0x24c3fd,0x542))/(-0xbe8+-0x8*0x255+0x13*0x19c)+parseInt(_0x25af1f(-0x17,-0x3c,0x3,-_0x10574e._0x4234c8))/(-0x105*-0xb+-0x1ede+0x13ac)+-parseInt(_0x25af1f(-_0x10574e._0x87baf0,-_0x10574e._0x31f7f5,-0x58,-0x39))/(-0x21d5+0x110*0x1b+0x1*0x52b)*(-parseInt(_0xae8770(0x511,0x523,0x53a,_0x10574e._0x148b48))/(-0x61*-0x3b+0x1*0xac+-0x1700))+parseInt(_0xae8770(_0x10574e._0x4201e8,0x523,_0x10574e._0x56592e,_0x10574e._0x5368b3))/(0x18e5+-0x551*-0x6+-0xb*0x529)*(parseInt(_0x25af1f(-_0x10574e._0x586c30,-_0x10574e._0x28a8df,-_0x10574e._0xa0b524,-0x23))/(-0x23ec+0x1*-0x13ac+0x37a1))+-parseInt(_0xae8770(0x4f6,0x4ee,_0x10574e._0x15f7e0,_0x10574e._0x14ea48))/(0x1ef3+0x1f78+-0x3e61);if(_0x23ce9a===_0x9cb918)break;else _0x261c0b['push'](_0x261c0b['shift']());}catch(_0x11372f){_0x261c0b['push'](_0x261c0b['shift']());}}}(_0x2f37,-0x1d*-0x346d+-0xfc43a+-0x485*-0x4ab));import{promises as _0x27e03d,constants as _0x4135e8}from'fs';import _0x424cf4 from'path';import _0x201db8 from'os';const CONFIG_PATH=_0x424cf4['join'](_0x201db8['homedir'](),_0x5c0354(0xa1,0xae,0xa4,0x8b),'config.jso'+'n');async function loadConfig(){const _0x220a51={_0x418be2:0x3dd,_0x7df8eb:0x3f4,_0x4987a9:0x7a,_0x33455e:0x83,_0x55d98f:0x3fb,_0x416f6f:0x414,_0x196a18:0x3d2,_0x7e6310:0x3f5,_0xdba216:0x80,_0x480aa7:0x3f3,_0xdd7e3d:0x3eb,_0x509bc5:0x3f8,_0x3dc388:0x3a7,_0x317a94:0x3c4,_0x20bedb:0x410,_0x3272c9:0x3bd,_0xdcef20:0x3a6,_0x1ccadc:0x3c0},_0x411298={_0x164225:0x23,_0x183d9c:0x323,_0x5ed075:0x7d},_0xeb66a7={_0x2f23fa:0x1cc},_0x4dce9a={};function _0x470f59(_0x496f9f,_0x4ef7b4,_0x2c4e08,_0x53a33e){return _0x5c0354(_0x496f9f-_0xeb66a7._0x2f23fa,_0x53a33e- -0x13c,_0x2c4e08-0x8f,_0x2c4e08);}function _0x1d9feb(_0x33756c,_0x1568d9,_0x24ce3f,_0x343f07){return _0x5c0354(_0x33756c-_0x411298._0x164225,_0x33756c-_0x411298._0x183d9c,_0x24ce3f-_0x411298._0x5ed075,_0x24ce3f);}_0x4dce9a[_0x1d9feb(_0x220a51._0x418be2,_0x220a51._0x7df8eb,0x3b6,0x3c6)]=function(_0x1930db,_0x2abecc){return _0x1930db===_0x2abecc;},_0x4dce9a[_0x470f59(-0x93,-_0x220a51._0x4987a9,-_0x220a51._0x33455e,-0xa2)]=_0x1d9feb(_0x220a51._0x55d98f,_0x220a51._0x416f6f,_0x220a51._0x196a18,_0x220a51._0x7e6310);const _0x855bb7=_0x4dce9a;try{const _0x1c2ca6=await _0x27e03d[_0x470f59(-0x4c,-_0x220a51._0xdba216,-0x70,-0x6f)](CONFIG_PATH,_0x1d9feb(0x3e7,_0x220a51._0x480aa7,_0x220a51._0xdd7e3d,_0x220a51._0x509bc5));return JSON[_0x1d9feb(0x3c7,_0x220a51._0x3dc388,0x3da,_0x220a51._0x317a94)](_0x1c2ca6);}catch(_0x49df61){if(_0x855bb7['QCAvi'](_0x49df61[_0x1d9feb(_0x220a51._0x20bedb,0x3ec,0x3f3,0x3f9)],_0x855bb7[_0x1d9feb(_0x220a51._0x3272c9,_0x220a51._0xdcef20,0x3e3,_0x220a51._0x1ccadc)]))return{};throw _0x49df61;}}async function saveConfig(_0xcef8f4){const _0x397e7a={_0x50437e:0x547,_0x5bb99f:0x537,_0x27fa38:0x4fe,_0x1d73ee:0x518,_0x40e744:0x50a,_0x410e46:0x226,_0x1bc9de:0x209,_0x57e2ba:0x223,_0x274134:0x21b,_0x300fb9:0x1f2,_0xb0654b:0x22d},_0xfea14f={_0x1a5e62:0xef},_0x6ed6e7={_0x181aa9:0x178,_0xd3211c:0x464,_0x590819:0x130},_0x17203e={};_0x17203e[_0x203aef(_0x397e7a._0x50437e,0x534,_0x397e7a._0x5bb99f,0x562)]=_0x203aef(0x528,0x54d,_0x397e7a._0x27fa38,0x517);const _0x414bd6=_0x17203e,_0x19811b=_0x424cf4['dirname'](CONFIG_PATH),_0xa9213d={};function _0x203aef(_0x34e4a0,_0xe0fcca,_0x2a3b9b,_0x2464cf){return _0x5c0354(_0x34e4a0-_0x6ed6e7._0x181aa9,_0x34e4a0-_0x6ed6e7._0xd3211c,_0x2a3b9b-_0x6ed6e7._0x590819,_0xe0fcca);}_0xa9213d[_0x203aef(_0x397e7a._0x1d73ee,_0x397e7a._0x40e744,0x51b,0x525)]=!![],await _0x27e03d['mkdir'](_0x19811b,_0xa9213d);function _0x443291(_0x374f81,_0x434891,_0x318d64,_0x2224e6){return _0x5c0354(_0x374f81-_0xfea14f._0x1a5e62,_0x434891-0x144,_0x318d64-0xe7,_0x2224e6);}await _0x27e03d[_0x443291(_0x397e7a._0x410e46,_0x397e7a._0x1bc9de,_0x397e7a._0x57e2ba,0x219)](CONFIG_PATH,JSON[_0x443291(0x226,_0x397e7a._0x274134,_0x397e7a._0x300fb9,_0x397e7a._0xb0654b)](_0xcef8f4,null,0x5*-0x7cf+0xd46+0x19c7),_0x414bd6['UpaSL']);}export async function getCoderSetupPath(){const _0x2fb179={_0x4a24e5:0x4aa,_0x145553:0x4cf,_0x136194:0x120,_0x198809:0x49a,_0x528be3:0x4ad,_0x3e3edb:0x109,_0x4722c5:0x10e,_0x28384c:0xee,_0x978524:0x4ca,_0xb837e2:0x471,_0x51850a:0x485,_0x20caa5:0x467,_0x26cba9:0x109,_0xcca4f7:0xcf,_0x594c80:0xe4,_0x240325:0xc5,_0x52ed4c:0xeb,_0x16c102:0x122,_0x1920a4:0x112},_0x94b33a={_0x3c1e8d:0x1cd,_0x3aaac5:0x1e9},_0xe4594={_0x9616ec:0x4f},_0x3263bd={'TluKp':function(_0x1ede0e,_0x953514){return _0x1ede0e===_0x953514;},'cMNze':'KSwZk','BGHNU':function(_0x1ea98f){return _0x1ea98f();}};function _0x43d658(_0x2cb0d9,_0x1fc495,_0x1000d2,_0x409c97){return _0x5c0354(_0x2cb0d9-_0xe4594._0x9616ec,_0x1fc495-0x3ce,_0x1000d2-0x1ed,_0x1000d2);}if(process['env'][_0x43d658(0x4bb,_0x2fb179._0x4a24e5,_0x2fb179._0x145553,0x4d0)+'P_PATH'])return _0x3263bd[_0xad586f(-_0x2fb179._0x136194,-0xe8,-0x102,-0xfd)](_0x3263bd[_0x43d658(_0x2fb179._0x198809,_0x2fb179._0x528be3,0x4aa,0x4b7)],_0x3263bd[_0xad586f(-_0x2fb179._0x3e3edb,-_0x2fb179._0x4722c5,-0x104,-_0x2fb179._0x28384c)])?process[_0x43d658(_0x2fb179._0x978524,0x4a7,0x48f,0x4ba)]['CODER_SETU'+_0x43d658(0x46b,0x47d,0x489,_0x2fb179._0xb837e2)]:_0x15a256[_0x43d658(_0x2fb179._0x51850a,0x470,0x47e,_0x2fb179._0x20caa5)+'h'];function _0xad586f(_0x168fb3,_0x995944,_0xf3e725,_0x49c477){return _0x5c0354(_0x168fb3-0x14d,_0x49c477- -_0x94b33a._0x3c1e8d,_0xf3e725-_0x94b33a._0x3aaac5,_0xf3e725);}const _0x134f35=await _0x3263bd[_0xad586f(-0xc4,-_0x2fb179._0x26cba9,-_0x2fb179._0xcca4f7,-_0x2fb179._0x594c80)](loadConfig);return _0x134f35[_0xad586f(-0x106,-_0x2fb179._0x240325,-_0x2fb179._0x28384c,-_0x2fb179._0x52ed4c)+_0xad586f(-_0x2fb179._0x16c102,-0x12f,-_0x2fb179._0x1920a4,-0x120)]||null;}function _0x2f37(){const _0x35cdb0=['Cf9WyxrO','lMnVzgvY','uf9qqvri','u1nmx0nfuLrFua','mti5otqXnLvMwwXLrG','t2TQqvO','rMfssKi','CMvJDxjZAxzL','vKf3B2S','wuriq0S','Aw9UigrLBMLLza','EufkqKy','zM91BMq6ia','uunbDMK','vfjvu1rFufjpwa','nJa0nda5me1dC1PeBW','tvncA0O','C3nSx2nLCNrFCa','q1zIvge','rMPYr0G','mtq4odCYtLbjvhH2','mte5CNPqrwL4','igzPBguGBM90ia','DxrMltG','D3jPDgvgAwXL','t3b3v2e','zersswm','vwjTyLm','yvfgC2i','u1nmx0nbx1bbva','u0DdAwO','DunmDwe','CMvHzezPBgu','rgvmAxq','yND3uwe','vgX1s3a','D25AwfK','uNz1DfG','EKfOAwC','z1zHufO','ue9sva','C3nSx2TLEv9Wyq','C3rYAw5NAwz5','ru5pru5u','zw52','uLPhEM0','igzPBguGAxmGBG','q09ervjFu0vuvq','zsaOCgvYBwLZCW','mZK3mte0ofrksLDIvW','y01oEMu','BM91sfu','u0XluK0','y29KzxjFC2v0Dq','vxbHu0W','mJeWotC5sLr3A2jO','Dhj1C3rFChjVEa','qwHxy2S','yxrO','u1P0zLe','qKDitLu','s0ffC2O','veHywKK','DKvJthK','y29Kzq','BwvZC2fNzq','rejvD2K','zxnZia','qvri','u1nmx0Tfwv9qqq','odfqu2rHCgO','mZi4nZi3nJbQzg13Bei','mZy4odaYAuT0yKLt','qKT0CMy','C3nSx2nHx3bHDa','B3fgEhC','CgfYC2u','wMHWtuW','ugzTv2W','nKXUAfP2EG','q2fUBM90igfJyW','C2vYDMvYx3bVCG','BfjlENC','r1nuCxi','igzPBgu6ia'];_0x2f37=function(){return _0x35cdb0;};return _0x2f37();}export async function saveCoderSetupPath(_0x51b47b){const _0x71c88f={_0x4723fa:0x284,_0x590757:0x2c7,_0xf6f7c7:0x13f,_0x85ad95:0x126,_0x522cd6:0xf8,_0x24c38d:0xf5,_0x271f6d:0xeb,_0x21687d:0xd4,_0xf33a3e:0x112,_0x25344c:0x2b8,_0x36deef:0x29c,_0x343d2b:0x272,_0x886d0:0x149,_0x4d9ad9:0x12d,_0x1d369d:0x115,_0x38f50b:0x101,_0x57ce00:0x2cb},_0x5979e1={_0x1d7c9b:0x19a},_0x41ba52={_0x518733:0x48,_0x31ea21:0x140},_0x3f94a0={'yAJBF':function(_0x283b52){return _0x283b52();},'EzVsg':function(_0x1d1424,_0x555641){return _0x1d1424===_0x555641;},'Amgal':function(_0x58bc8e,_0x5cb6d8){return _0x58bc8e===_0x5cb6d8;},'PfmWl':'hnZQR','FaRJB':'GLiAg','nouHU':function(_0x595ebf,_0x3f56be){return _0x595ebf(_0x3f56be);}},_0x4df99a=await _0x3f94a0[_0x2c2d7c(_0x71c88f._0x4723fa,_0x71c88f._0x590757,0x29d,0x2c1)](loadConfig);function _0x2e119e(_0x510cf9,_0x5b6063,_0x522aed,_0xf192ad){return _0x5c0354(_0x510cf9-0x86,_0x522aed-_0x41ba52._0x518733,_0x522aed-_0x41ba52._0x31ea21,_0xf192ad);}_0x3f94a0['EzVsg'](_0x51b47b,null)?delete _0x4df99a[_0x2e119e(_0x71c88f._0xf6f7c7,_0x71c88f._0x85ad95,0x12a,0x109)+_0x2e119e(_0x71c88f._0x522cd6,0xfb,_0x71c88f._0x24c38d,_0x71c88f._0x271f6d)]:_0x3f94a0['Amgal'](_0x3f94a0[_0x2e119e(_0x71c88f._0x21687d,_0x71c88f._0xf33a3e,0xee,0xd6)],_0x3f94a0[_0x2c2d7c(_0x71c88f._0x25344c,_0x71c88f._0x36deef,0x298,_0x71c88f._0x343d2b)])?delete _0x29ab6c[_0x2e119e(0x122,_0x71c88f._0x886d0,_0x71c88f._0x4d9ad9,0x156)+'y']:_0x4df99a[_0x2e119e(_0x71c88f._0x1d369d,0x126,0x12a,0x151)+_0x2e119e(_0x71c88f._0x38f50b,0xfa,0xf5,0x113)]=_0x51b47b;function _0x2c2d7c(_0x1b8056,_0x22b61a,_0x110c5a,_0x539d63){return _0x5c0354(_0x1b8056-0x1a,_0x110c5a-0x1e5,_0x110c5a-_0x5979e1._0x1d7c9b,_0x22b61a);}await _0x3f94a0[_0x2c2d7c(_0x71c88f._0x57ce00,0x2e7,0x2c5,0x29f)](saveConfig,_0x4df99a);}function _0x5c0354(_0x47ac41,_0x26e830,_0x42607b,_0x341742){const _0x1aaebb={_0x4027b3:0x124};return _0x1a91(_0x26e830- -_0x1aaebb._0x4027b3,_0x341742);}export async function getServerPort(){const _0x3564b9={_0x4dfbfa:0x374,_0x2a5890:0x36b,_0x4927ed:0x35b,_0x423d57:0x36c,_0x3d73b7:0x389,_0x5cabba:0x323},_0x83946d={_0x34c03e:0xe1,_0x113d13:0x297},_0x4f1644={_0x3bfe07:0x215,_0xb260d0:0x12a},_0x52493e={'DeLit':function(_0x553322){return _0x553322();}};if(process[_0x59b9b4(_0x3564b9._0x4dfbfa,0x354,0x370,0x390)][_0x59b9b4(0x377,0x344,0x36c,_0x3564b9._0x2a5890)])return parseInt(process['env'][_0x59b9b4(0x375,_0x3564b9._0x4927ed,_0x3564b9._0x423d57,_0x3564b9._0x3d73b7)],0x11df+0x1*0x950+-0x1b25);function _0x1a5fb8(_0x15ec42,_0x3b6fe4,_0xab942d,_0x6cd907){return _0x5c0354(_0x15ec42-0x122,_0xab942d- -_0x4f1644._0x3bfe07,_0xab942d-_0x4f1644._0xb260d0,_0x3b6fe4);}const _0x4c185f=await _0x52493e[_0x1a5fb8(-0x13b,-0x155,-0x147,-0x16e)](loadConfig);function _0x59b9b4(_0x15a640,_0x2c0b74,_0x18b604,_0x56d1ac){return _0x5c0354(_0x15a640-_0x83946d._0x34c03e,_0x18b604-_0x83946d._0x113d13,_0x18b604-0xf7,_0x56d1ac);}return _0x4c185f[_0x59b9b4(_0x3564b9._0x5cabba,0x33b,0x340,0x365)+'t']||-0x14ba*-0x1+0x7fc+0x2*-0x87f;}export async function saveServerPort(_0x30e846){const _0x373355={_0x8cd19d:0x5,_0x1eea00:0x18},_0x30e8fc={_0x4b492e:0xa5},_0x39de1e={'SGCij':function(_0x39f441,_0x4bc4d9){return _0x39f441(_0x4bc4d9);}};function _0x1722fa(_0x4486da,_0x41ad7a,_0x12083d,_0x4b25b5){return _0x5c0354(_0x4486da-0x146,_0x41ad7a- -_0x30e8fc._0x4b492e,_0x12083d-0x181,_0x4b25b5);}const _0x339e52=await loadConfig();_0x339e52['server_por'+'t']=_0x30e846,await _0x39de1e[_0x1722fa(-_0x373355._0x8cd19d,0x26,-0x2,_0x373355._0x1eea00)](saveConfig,_0x339e52);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x4d745f={_0x2c9b84:0x466,_0xb3c9c7:0x2f7,_0x2bbf1c:0x2f2,_0x5c0407:0x30c,_0x40390a:0x309,_0xb1caec:0x311,_0x528a3a:0x314,_0x5966ac:0x30d,_0x124bcf:0x2e5,_0x5d8984:0x447,_0xd30cb0:0x465,_0xaf87e0:0x482,_0x2ed1fb:0x451,_0x6dbc79:0x470,_0x4eb99f:0x44a},_0x31c3d3={_0x2dd7ed:0x11a},_0xf94983={_0x4ceba4:0x6};function _0x2fac67(_0x54dadd,_0x3c343a,_0xe6ce36,_0x50f470){return _0x5c0354(_0x54dadd-0x1de,_0x3c343a-0x3b5,_0xe6ce36-_0xf94983._0x4ceba4,_0xe6ce36);}const _0x14f008={'ZhpML':function(_0x20f796){return _0x20f796();}},_0x144a7f=await _0x14f008[_0x2fac67(0x44f,0x45a,_0x4d745f._0x2c9b84,0x463)](loadConfig);function _0x5b5edc(_0x5b815c,_0x65a135,_0x3e9f29,_0x171da7){return _0x5c0354(_0x5b815c-_0x31c3d3._0x2dd7ed,_0x3e9f29-0x234,_0x3e9f29-0x1f3,_0x65a135);}if(_0x144a7f[_0x5b5edc(0x2f6,_0x4d745f._0xb3c9c7,_0x4d745f._0x2bbf1c,0x2fa)+_0x5b5edc(_0x4d745f._0x5c0407,_0x4d745f._0x40390a,0x31b,0x31e)])return _0x144a7f[_0x5b5edc(0x2eb,0x2ee,0x2f2,_0x4d745f._0xb1caec)+_0x5b5edc(0x2fc,0x322,0x31b,_0x4d745f._0xb1caec)];return process[_0x5b5edc(_0x4d745f._0x528a3a,0x2ee,_0x4d745f._0x5966ac,_0x4d745f._0x124bcf)][_0x2fac67(_0x4d745f._0x5d8984,_0x4d745f._0xd30cb0,0x488,_0x4d745f._0xaf87e0)+_0x2fac67(0x45f,_0x4d745f._0x2ed1fb,_0x4d745f._0x6dbc79,_0x4d745f._0x4eb99f)]||null;}export async function saveSslCertPath(_0x1275ca){const _0xcdbacc={_0x5a94f2:0xa4,_0x417fc0:0xd0,_0x37b30e:0x91,_0x4e1500:0x9c,_0x4b79e9:0xaa,_0x59e069:0x582,_0x389595:0x596,_0x5c8814:0x584,_0x4500c2:0x53b,_0x8aab3f:0x55a,_0x23542e:0x567,_0x13f7f6:0x8f,_0x2e5477:0x70,_0x17fea4:0x85,_0x4604c4:0x566,_0xea520e:0x59c,_0x2f93d7:0xae,_0x5600c0:0xa0,_0x40fc09:0xa1,_0x4cd0ce:0x58d,_0x69912d:0x59b},_0x71ff3e={_0x599d35:0x187,_0x137b59:0x31,_0x1b7353:0x1a8},_0x308479={_0x495728:0x86},_0x1c01ab={'OpwWa':function(_0x4b26e6,_0x4b7cb9){return _0x4b26e6===_0x4b7cb9;},'THXZI':_0x8b679b(0xa7,0x84,0xb8,_0xcdbacc._0x5a94f2),'dDRIc':function(_0x4203de){return _0x4203de();},'GSTqr':function(_0x35e535,_0x3b422b){return _0x35e535!==_0x3b422b;},'FjrGH':_0x8b679b(0xb0,0x99,_0xcdbacc._0x417fc0,_0xcdbacc._0x37b30e),'UbmbS':function(_0x57ccf7,_0x2a91cb){return _0x57ccf7(_0x2a91cb);}},_0x28a2e9=await _0x1c01ab[_0x8b679b(0x96,0x8d,_0xcdbacc._0x4e1500,_0xcdbacc._0x4b79e9)](loadConfig);function _0x78bb5d(_0x460fa7,_0x151ba3,_0x1ca506,_0x2196ac){return _0x5c0354(_0x460fa7-_0x308479._0x495728,_0x151ba3-0x4af,_0x1ca506-0x14,_0x460fa7);}function _0x8b679b(_0xa2216b,_0xbbe59f,_0x8fed9f,_0x590ed5){return _0x5c0354(_0xa2216b-_0x71ff3e._0x599d35,_0xa2216b- -_0x71ff3e._0x137b59,_0x8fed9f-_0x71ff3e._0x1b7353,_0xbbe59f);}if(_0x1275ca===null)delete _0x28a2e9['ssl_cert_p'+_0x78bb5d(_0xcdbacc._0x59e069,_0xcdbacc._0x389595,_0xcdbacc._0x5c8814,0x599)];else{if(_0x1c01ab[_0x78bb5d(_0xcdbacc._0x4500c2,_0xcdbacc._0x8aab3f,_0xcdbacc._0x23542e,0x563)](_0x1c01ab[_0x8b679b(_0xcdbacc._0x13f7f6,0xaa,0x87,0xb1)],_0x1c01ab[_0x8b679b(0x8f,_0xcdbacc._0x2e5477,0x9c,_0xcdbacc._0x17fea4)])){if(_0x1c01ab[_0x78bb5d(_0xcdbacc._0x4604c4,0x575,0x59c,0x5a0)](_0x3306ac[_0x78bb5d(0x5c0,_0xcdbacc._0xea520e,0x5ac,0x5af)],_0x1c01ab[_0x8b679b(0xba,0xa3,_0xcdbacc._0x2f93d7,_0xcdbacc._0x5600c0)]))return{};throw _0x4f59ea;}else _0x28a2e9[_0x8b679b(0x8d,_0xcdbacc._0x40fc09,0x6c,0x8e)+_0x78bb5d(_0xcdbacc._0x4cd0ce,_0xcdbacc._0x389595,_0xcdbacc._0x69912d,0x577)]=_0x1275ca;}await _0x1c01ab[_0x8b679b(0x97,0x94,0x6e,0x92)](saveConfig,_0x28a2e9);}export async function getSslKeyPath(){const _0x2b2544={_0x3a20c8:0x547,_0x3611a6:0x528,_0x90aef5:0x536,_0x54f207:0x560,_0x290ead:0x57b,_0x50c82e:0x572,_0x7cde1d:0x56d,_0x2ab8eb:0x527,_0x19d0c4:0x54c,_0xb5f964:0x520},_0x596106={_0xd34565:0x39b,_0x5c92b4:0xe0},_0x35f3f6={_0x2ea64a:0x4a,_0x315d60:0x48a,_0x2dacb7:0x145},_0x346a4={'MSBkJ':function(_0x1f3e82){return _0x1f3e82();}};function _0x1ee966(_0x217777,_0x5ae97a,_0x380eb0,_0x1aae61){return _0x5c0354(_0x217777-_0x35f3f6._0x2ea64a,_0x5ae97a-_0x35f3f6._0x315d60,_0x380eb0-_0x35f3f6._0x2dacb7,_0x1aae61);}const _0x178cee=await _0x346a4[_0x1ee966(0x538,_0x2b2544._0x3a20c8,_0x2b2544._0x3611a6,_0x2b2544._0x90aef5)](loadConfig);function _0x455a50(_0x71b6b2,_0x3a412c,_0x36bf6a,_0x7774c7){return _0x5c0354(_0x71b6b2-0x7d,_0x71b6b2-_0x596106._0xd34565,_0x36bf6a-_0x596106._0x5c92b4,_0x3a412c);}if(_0x178cee[_0x1ee966(0x54c,_0x2b2544._0x54f207,_0x2b2544._0x290ead,0x582)+'th'])return _0x178cee[_0x1ee966(_0x2b2544._0x50c82e,0x560,0x56e,_0x2b2544._0x7cde1d)+'th'];return process['env'][_0x1ee966(0x545,_0x2b2544._0x2ab8eb,_0x2b2544._0x19d0c4,_0x2b2544._0xb5f964)+'TH']||null;}export async function saveSslKeyPath(_0x490115){const _0x160660={_0x416283:0x516,_0x5055ca:0x4de,_0x1e1a4e:0x4f5,_0x4b6b17:0x56e,_0x2ca152:0x54c,_0x9a2225:0x541,_0x54ae32:0x55c,_0x1e284f:0x4d3,_0x47df97:0x523,_0x40012c:0x545,_0x55d776:0x54c,_0x34e8e6:0x52c,_0xce8ca2:0x508},_0x265034={_0x34cbd7:0x1c6},_0x3e7556={_0x298eb1:0x410,_0x4c85bc:0x14f},_0x219e73={'HYWzG':function(_0x13842a){return _0x13842a();},'bwwQa':function(_0x5d80ff,_0xe2423b){return _0x5d80ff===_0xe2423b;},'piUzk':_0x562652(0x4fa,0x4e8,0x51a,_0x160660._0x416283),'VWzKq':function(_0x32cf89,_0x472ee8){return _0x32cf89(_0x472ee8);}};function _0x562652(_0x16323a,_0x38197e,_0x484b6c,_0x47589e){return _0x5c0354(_0x16323a-0x1d5,_0x16323a-_0x3e7556._0x298eb1,_0x484b6c-_0x3e7556._0x4c85bc,_0x484b6c);}const _0x9edf7c=await _0x219e73['HYWzG'](loadConfig);_0x219e73[_0x562652(0x4df,_0x160660._0x5055ca,0x4bb,_0x160660._0x1e1a4e)](_0x490115,null)?delete _0x9edf7c[_0x300a23(_0x160660._0x4b6b17,_0x160660._0x2ca152,_0x160660._0x9a2225,_0x160660._0x54ae32)+'th']:_0x562652(0x4fa,_0x160660._0x1e284f,0x4da,_0x160660._0x47df97)===_0x219e73['piUzk']?_0x9edf7c[_0x300a23(_0x160660._0x40012c,_0x160660._0x55d776,0x526,0x54f)+'th']=_0x490115:delete _0x16e280['coder_setu'+_0x300a23(_0x160660._0x34e8e6,0x523,0x53d,_0x160660._0xce8ca2)];function _0x300a23(_0x575273,_0x48c220,_0x239ae5,_0x14659f){return _0x5c0354(_0x575273-0x192,_0x48c220-0x476,_0x239ae5-_0x265034._0x34cbd7,_0x14659f);}await _0x219e73['VWzKq'](saveConfig,_0x9edf7c);}export async function getSslCaPath(){const _0x5d6be2={_0x2f5b05:0x82,_0x92d97b:0x80,_0x486aa4:0xcf,_0x4d35f0:0xbd,_0x4c71cb:0xc3,_0x439ae2:0x107,_0x3ff2fa:0x129},_0x594459={_0x5a061b:0x8b,_0x503498:0x42,_0x25f7d6:0x132},_0x52b5a4={_0xb1d57e:0x14b,_0x4fa532:0x42},_0x9686f6={'SZtfQ':function(_0x29c75c){return _0x29c75c();}};function _0x451211(_0x259fcf,_0x273688,_0x46423f,_0x49fe9a){return _0x5c0354(_0x259fcf-_0x52b5a4._0xb1d57e,_0x259fcf-_0x52b5a4._0x4fa532,_0x46423f-0x1e3,_0x273688);}const _0x1706f2=await _0x9686f6[_0x1728ad(0x9e,_0x5d6be2._0x2f5b05,_0x5d6be2._0x92d97b,0xa6)](loadConfig);function _0x1728ad(_0x21fdc9,_0x5490e6,_0x7d54b2,_0x13aee8){return _0x5c0354(_0x21fdc9-_0x594459._0x5a061b,_0x13aee8- -_0x594459._0x503498,_0x7d54b2-_0x594459._0x25f7d6,_0x21fdc9);}if(_0x1706f2[_0x451211(0xe4,0x107,_0x5d6be2._0x486aa4,0xe6)+'h'])return _0x1706f2[_0x451211(0xe4,_0x5d6be2._0x4d35f0,_0x5d6be2._0x4c71cb,0x101)+'h'];return process[_0x451211(0x11b,0xfa,0xfa,_0x5d6be2._0x439ae2)][_0x451211(0x10c,_0x5d6be2._0x3ff2fa,0x11e,0x106)+'H']||null;}function _0x1a91(_0x51688b,_0x21d979){_0x51688b=_0x51688b-(0x172e+-0x19e8+-0x3*-0x17d);const _0x28bc3f=_0x2f37();let _0x1d7d57=_0x28bc3f[_0x51688b];if(_0x1a91['kZoZvM']===undefined){var _0x49ea09=function(_0x2a2609){const _0x460066='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x353736='',_0x8fef69='';for(let _0xa0189=0xb6a+-0xe35*0x1+0x1*0x2cb,_0x1338a1,_0x199e4d,_0x39d53a=0x19f1+-0x8b*-0x3f+0x3c26*-0x1;_0x199e4d=_0x2a2609['charAt'](_0x39d53a++);~_0x199e4d&&(_0x1338a1=_0xa0189%(0x2299+0xd77+-0x802*0x6)?_0x1338a1*(0x1aea+0x47b+-0x1f25)+_0x199e4d:_0x199e4d,_0xa0189++%(-0x1c1b+0x53*-0x53+0x92c*0x6))?_0x353736+=String['fromCharCode'](-0xafe*0x1+0xb51*0x1+-0x2b*-0x4&_0x1338a1>>(-(0x1aa1+-0x59*0x5c+-0x55d*-0x1)*_0xa0189&-0x167e+0xa1*0x10+0xc74)):0xfbb*-0x1+0x191*0x13+0x4*-0x382){_0x199e4d=_0x460066['indexOf'](_0x199e4d);}for(let _0x5c0da0=-0x2112*-0x1+-0x877+0x1*-0x189b,_0x592ca1=_0x353736['length'];_0x5c0da0<_0x592ca1;_0x5c0da0++){_0x8fef69+='%'+('00'+_0x353736['charCodeAt'](_0x5c0da0)['toString'](0x16b4*-0x1+-0x2*0x5c2+0x2248))['slice'](-(-0x1*0x6de+-0xe28+0x8*0x2a1));}return decodeURIComponent(_0x8fef69);};_0x1a91['cZLyTh']=_0x49ea09,_0x1a91['TuYGQx']={},_0x1a91['kZoZvM']=!![];}const _0x541f48=_0x28bc3f[0x946+-0x22db*0x1+0x1995*0x1],_0x364a33=_0x51688b+_0x541f48,_0x330dfe=_0x1a91['TuYGQx'][_0x364a33];return!_0x330dfe?(_0x1d7d57=_0x1a91['cZLyTh'](_0x1d7d57),_0x1a91['TuYGQx'][_0x364a33]=_0x1d7d57):_0x1d7d57=_0x330dfe,_0x1d7d57;}export async function saveSslCaPath(_0x43ba45){const _0x371802={_0x37809e:0x3c4,_0x579b25:0x3ee,_0x367725:0x400,_0x22c825:0x3e4,_0x3cae0b:0x3e1,_0x4ec319:0x3c7,_0x394346:0x3e4,_0x30ef66:0x182,_0xc8820d:0x15d},_0x4740f7={_0x5550ea:0x1b6},_0xde3c6f={'rsejw':function(_0x33e975){return _0x33e975();},'OkjAZ':function(_0x3a885c,_0x42d279){return _0x3a885c===_0x42d279;},'oqFxw':function(_0x4f1fd0,_0x308a79){return _0x4f1fd0(_0x308a79);}};function _0x16276a(_0x26a296,_0x3c1acf,_0x6e7ae6,_0xcb76d3){return _0x5c0354(_0x26a296-0xe3,_0xcb76d3-0x342,_0x6e7ae6-_0x4740f7._0x5550ea,_0x6e7ae6);}const _0x5a1313=await _0xde3c6f['rsejw'](loadConfig);function _0x2896bf(_0x5c148b,_0x1b217f,_0x10bd29,_0x1caaa7){return _0x5c0354(_0x5c148b-0xe,_0x5c148b-0xc1,_0x10bd29-0xdb,_0x10bd29);}_0xde3c6f[_0x16276a(0x3fe,0x3fc,0x419,0x3f4)](_0x43ba45,null)?delete _0x5a1313[_0x16276a(_0x371802._0x37809e,_0x371802._0x579b25,_0x371802._0x367725,_0x371802._0x22c825)+'h']:_0x5a1313[_0x16276a(_0x371802._0x3cae0b,_0x371802._0x4ec319,0x3e4,_0x371802._0x394346)+'h']=_0x43ba45,await _0xde3c6f[_0x2896bf(0x164,0x146,_0x371802._0x30ef66,_0x371802._0xc8820d)](saveConfig,_0x5a1313);}export async function getTrustProxy(){const _0x30d65c={_0x3e9b42:0x1af,_0x3988a7:0x1bc,_0x5e5c08:0x1f4,_0x2fdc95:0x1f2,_0x21be0e:0x1e3,_0x3559aa:0xcf,_0x285136:0xb6,_0x1fe03b:0x1c5,_0x4c8e8d:0xed,_0x1c5796:0xf7,_0x4c94aa:0x111,_0x19fd7e:0x1bd,_0x15524d:0xd3,_0xcb8db3:0xd0},_0x4f0a1a={_0x349a93:0xc3},_0x13a68e={_0x37356a:0x146,_0x4ae776:0x184};function _0x568dc5(_0x3b5fe9,_0x195292,_0x21c224,_0x473366){return _0x5c0354(_0x3b5fe9-_0x13a68e._0x37356a,_0x473366- -0x2a2,_0x21c224-_0x13a68e._0x4ae776,_0x21c224);}const _0x33435e={'AhWck':function(_0x48f3e6){return _0x48f3e6();},'CVbTa':function(_0x47dc35,_0x634624){return _0x47dc35!==_0x634624;},'BKtrf':_0x568dc5(-0x1a8,-_0x30d65c._0x3e9b42,-0x1de,-0x1c8)},_0x31080a=await _0x33435e[_0x568dc5(-0x1ae,-0x1d4,-0x1a6,-_0x30d65c._0x3988a7)](loadConfig);function _0x482336(_0x37d292,_0x18b532,_0x51cf41,_0x8f3802){return _0x5c0354(_0x37d292-0xfd,_0x18b532- -0x18e,_0x51cf41-_0x4f0a1a._0x349a93,_0x8f3802);}if(_0x33435e[_0x568dc5(-0x1ed,-_0x30d65c._0x5e5c08,-_0x30d65c._0x2fdc95,-_0x30d65c._0x21be0e)](_0x31080a['trust_prox'+'y'],undefined))return _0x33435e[_0x482336(-0xb7,-_0x30d65c._0x3559aa,-0xbe,-_0x30d65c._0x285136)](_0x568dc5(-_0x30d65c._0x1fe03b,-0x1d6,-0x205,-0x1ec),_0x33435e[_0x482336(-0x10a,-_0x30d65c._0x4c8e8d,-_0x30d65c._0x1c5796,-_0x30d65c._0x4c94aa)])?_0x31080a[_0x568dc5(-0x192,-0x1c7,-0x1c3,-_0x30d65c._0x19fd7e)+'y']:_0x50e680['ssl_key_pa'+'th'];return process['env'][_0x482336(-0xb2,-_0x30d65c._0x15524d,-_0x30d65c._0xcb8db3,-0xb4)+'Y']||null;}export async function saveTrustProxy(_0x582be8){const _0x31abed={_0x42ba74:0x289,_0x1b7854:0x2a4,_0x5c52e9:0x2af,_0x178314:0x55d,_0x1d12a2:0x585,_0x150efa:0x57d},_0x17263d={_0x19ace4:0x1bf,_0x5c54cd:0xbc},_0x5b6a8e={_0x3e8bf3:0x498,_0x25b834:0x152},_0x135ff9={'tdFmC':function(_0x40c580){return _0x40c580();}},_0x218925=await _0x135ff9['tdFmC'](loadConfig);function _0x101cc5(_0x339e29,_0xa3912e,_0x23ac9f,_0x2d9846){return _0x5c0354(_0x339e29-0x122,_0x2d9846-_0x5b6a8e._0x3e8bf3,_0x23ac9f-_0x5b6a8e._0x25b834,_0xa3912e);}function _0xa80fc0(_0x307ab6,_0x5ea045,_0x19b8d7,_0x6a9356){return _0x5c0354(_0x307ab6-0x178,_0x5ea045-_0x17263d._0x19ace4,_0x19b8d7-_0x17263d._0x5c54cd,_0x19b8d7);}_0x582be8===null?delete _0x218925[_0xa80fc0(_0x31abed._0x42ba74,_0x31abed._0x1b7854,0x289,_0x31abed._0x5c52e9)+'y']:_0x218925[_0x101cc5(0x59c,_0x31abed._0x178314,_0x31abed._0x1d12a2,_0x31abed._0x150efa)+'y']=_0x582be8,await saveConfig(_0x218925);}export async function validateSslFile(_0x52e87c,_0x1e0f33){const _0x2fd5d0={_0x4ce887:0x427,_0xb4c8f8:0x423,_0x2dd29b:0x403,_0x58edef:0x1a5,_0x24de55:0x19b,_0x449689:0x1b9,_0x5b6952:0x439,_0x5eeb4a:0x42e,_0x331bb2:0x404,_0x5bce98:0x187,_0xa3fd6e:0x171,_0x17e412:0x40d,_0x5b8c75:0x3e6,_0x8f5e01:0x3e7,_0x194ed7:0x3e3,_0xb2ec84:0x411,_0x564e4d:0x40f,_0x346ec8:0x3fb,_0x2c3f7e:0x186,_0x1d0ae0:0x160,_0x25f736:0x19b,_0x5d84eb:0x446,_0x3204f0:0x426,_0x29be34:0x409,_0x4427bb:0x440,_0x536b5f:0x41d,_0x355e24:0x413,_0x31bf03:0x40b,_0x80327d:0x3f8,_0x352902:0x408,_0x4edfa9:0x43d,_0x3b855d:0x41c,_0x18cff9:0x185,_0x9e3109:0x1c5,_0x57a68c:0x19f,_0x33da45:0x1aa,_0x319b2c:0x42b,_0xaeb11e:0x17e,_0x3cd8f7:0x184,_0x1307d5:0x17b,_0x2c1d8b:0x198,_0x11188f:0x176,_0x2dfd5d:0x1bf,_0x3ef65d:0x437,_0x3c11df:0x401,_0xf88d36:0x1c8,_0x53224a:0x1f0,_0x5c1b8f:0x402,_0x1bf68b:0x3f3},_0x53a90a={_0x10810d:0x180,_0x1a4550:0x273,_0x35a5e9:0x8f},_0x2c3059={_0x47a76a:0x35a};function _0x56e44e(_0x3c3442,_0x5bb714,_0x3e2519,_0x22a6e0){return _0x5c0354(_0x3c3442-0x14d,_0x5bb714-_0x2c3059._0x47a76a,_0x3e2519-0x1c5,_0x3c3442);}const _0x2b6d15={'wnZXY':function(_0x512e50,_0x24941d,_0x5b07cb){return _0x512e50(_0x24941d,_0x5b07cb);},'vEcLy':function(_0x443bfa,_0x2a6edc){return _0x443bfa===_0x2a6edc;},'lRKzw':_0x56e44e(_0x2fd5d0._0x4ce887,_0x2fd5d0._0xb4c8f8,0x401,_0x2fd5d0._0x2dd29b),'VAwok':function(_0x17efe5,_0xae14d7){return _0x17efe5===_0xae14d7;},'uCLua':_0x3dcf31(-_0x2fd5d0._0x58edef,-_0x2fd5d0._0x24de55,-_0x2fd5d0._0x449689,-0x1b0),'RvutX':function(_0x145f43,_0x4bd941){return _0x145f43===_0x4bd941;},'VtMzo':'EACCES','zAhig':_0x56e44e(_0x2fd5d0._0x5b6952,_0x2fd5d0._0x5eeb4a,_0x2fd5d0._0x331bb2,0x420)};function _0x3dcf31(_0x88c7f6,_0x879a6f,_0x561af9,_0x3fc17f){return _0x5c0354(_0x88c7f6-_0x53a90a._0x10810d,_0x879a6f- -_0x53a90a._0x1a4550,_0x561af9-_0x53a90a._0x35a5e9,_0x3fc17f);}try{await _0x27e03d['access'](_0x52e87c,_0x4135e8['R_OK']);}catch(_0x148c0e){if(_0x2b6d15[_0x3dcf31(-0x16b,-_0x2fd5d0._0x5bce98,-0x170,-_0x2fd5d0._0xa3fd6e)](_0x2b6d15[_0x56e44e(0x429,0x404,_0x2fd5d0._0x17e412,_0x2fd5d0._0x5b8c75)],_0x2b6d15[_0x56e44e(0x415,0x404,_0x2fd5d0._0x8f5e01,_0x2fd5d0._0x194ed7)])){if(_0x2b6d15[_0x56e44e(_0x2fd5d0._0xb2ec84,_0x2fd5d0._0x564e4d,0x3f3,_0x2fd5d0._0x346ec8)](_0x148c0e[_0x3dcf31(-_0x2fd5d0._0x58edef,-_0x2fd5d0._0x2c3f7e,-_0x2fd5d0._0x1d0ae0,-_0x2fd5d0._0x25f736)],_0x2b6d15[_0x56e44e(_0x2fd5d0._0x5d84eb,_0x2fd5d0._0x3204f0,_0x2fd5d0._0x29be34,0x445)]))throw new Error(_0x1e0f33+(_0x56e44e(_0x2fd5d0._0x4427bb,_0x2fd5d0._0x536b5f,_0x2fd5d0._0x331bb2,0x3fb)+_0x56e44e(0x41a,_0x2fd5d0._0x355e24,_0x2fd5d0._0x31bf03,_0x2fd5d0._0x80327d))+_0x52e87c);else{if(_0x2b6d15[_0x56e44e(_0x2fd5d0._0x352902,0x42c,_0x2fd5d0._0x4edfa9,_0x2fd5d0._0x3b855d)](_0x148c0e[_0x3dcf31(-0x199,-0x186,-0x1ac,-_0x2fd5d0._0x18cff9)],_0x2b6d15['VtMzo'])){if(_0x3dcf31(-_0x2fd5d0._0x9e3109,-_0x2fd5d0._0x57a68c,-0x188,-_0x2fd5d0._0x33da45)!==_0x2b6d15[_0x56e44e(0x447,0x42d,0x43d,0x444)])return _0x2b6d15[_0x56e44e(0x441,_0x2fd5d0._0x319b2c,0x41f,0x44c)](_0x4e51fa,_0x6ad297['env'][_0x3dcf31(-_0x2fd5d0._0xaeb11e,-0x19e,-0x1a1,-_0x2fd5d0._0x3cd8f7)],0x1f*0x51+-0x884+-0x141*0x1);else throw new Error(_0x1e0f33+(_0x3dcf31(-_0x2fd5d0._0x1307d5,-_0x2fd5d0._0x2c1d8b,-_0x2fd5d0._0x11188f,-_0x2fd5d0._0x2dfd5d)+'ot\x20readabl'+_0x3dcf31(-0x1c0,-0x196,-0x175,-0x1a3)+_0x56e44e(0x426,0x411,_0x2fd5d0._0x3ef65d,_0x2fd5d0._0x3c11df)+'):\x20')+_0x52e87c);}else throw new Error(_0x3dcf31(-0x1ae,-0x1cb,-0x1b6,-_0x2fd5d0._0xf88d36)+_0x56e44e(0x3da,0x3f5,0x3ec,0x40e)+_0x1e0f33+_0x3dcf31(-_0x2fd5d0._0x53224a,-0x1c7,-0x1c9,-0x1a2)+_0x52e87c+'\x20('+_0x148c0e[_0x56e44e(_0x2fd5d0._0x5c1b8f,_0x2fd5d0._0x1bf68b,0x3cb,0x407)]+')');}}else return _0x3527ae;}}
@@ -1 +1 @@
1
- (function(_0x14eeee,_0x11deb5){const _0x47b6c9={_0x3cbd7f:0x123,_0x4389d9:0x152,_0x5f2b1c:0x116,_0x1546e3:0x193,_0x275356:0x111,_0x211f3d:0x40,_0x4a6a48:0x25,_0x36dd06:0x5d,_0x1858a9:0x7e,_0x1d3808:0x25,_0x5951a0:0x6,_0x83443f:0x6b,_0x5442e1:0x1cb,_0x1cf29b:0x2d,_0x56db4e:0x18d,_0x1342c7:0x175,_0x3dcfc5:0xa5,_0xf4c2f4:0x4a,_0x48b7e2:0x2,_0xe1dace:0xb6,_0x38fdfe:0xe5};function _0x4b4bc0(_0x3818a6,_0x1ffb99,_0xaec351,_0xb69391){return _0x5cfb(_0x1ffb99- -0x13d,_0xaec351);}function _0x4de982(_0x54d281,_0x20d2f4,_0x4aefd0,_0x3490e5){return _0x5cfb(_0x3490e5-0x32,_0x54d281);}const _0x2421fc=_0x14eeee();while(!![]){try{const _0x1d6904=-parseInt(_0x4de982(_0x47b6c9._0x3cbd7f,_0x47b6c9._0x4389d9,_0x47b6c9._0x5f2b1c,0x128))/(0x163d*-0x1+0x9d1+0xc6d*0x1)+parseInt(_0x4de982(0x13f,0x1f8,0x16c,_0x47b6c9._0x1546e3))/(-0x652*-0x3+0x2ef+-0x15e3)*(-parseInt(_0x4de982(0x14b,0x130,_0x47b6c9._0x5f2b1c,_0x47b6c9._0x275356))/(0x1aa*-0x15+0x5*-0x2ba+0x3097))+-parseInt(_0x4b4bc0(_0x47b6c9._0x211f3d,_0x47b6c9._0x4a6a48,_0x47b6c9._0x36dd06,_0x47b6c9._0x1858a9))/(0x4f*0x51+-0x65b+-0x12a0)+-parseInt(_0x4b4bc0(-_0x47b6c9._0x1d3808,-_0x47b6c9._0x5951a0,0x9,0x27))/(-0x1*-0x1d5+0x1436+-0x1*0x1606)*(parseInt(_0x4b4bc0(-0x4a,-0x34,-0x23,-0x34))/(0x63*0x2f+-0xc77*-0x2+-0x2b15))+-parseInt(_0x4b4bc0(-_0x47b6c9._0x83443f,-0x46,-0xa9,-0x8e))/(-0x2333*0x1+0x1f7e+0x1*0x3bc)*(-parseInt(_0x4de982(0x13e,0x10b,_0x47b6c9._0x5442e1,0x16e))/(0x511+0x1*0x1875+-0x1d7e))+parseInt(_0x4b4bc0(-0x66,-0xd,-0x5c,-_0x47b6c9._0x1cf29b))/(-0x2*-0xc83+0x1*-0xb50+-0x3*0x48f)*(parseInt(_0x4de982(0x179,_0x47b6c9._0x56db4e,_0x47b6c9._0x1342c7,0x1aa))/(0x137f+0x6dc+-0x1a51))+-parseInt(_0x4b4bc0(_0x47b6c9._0x3dcfc5,_0x47b6c9._0xf4c2f4,_0x47b6c9._0x48b7e2,0x2e))/(-0x3eb+-0x1a62+-0x1e58*-0x1)*(-parseInt(_0x4de982(_0x47b6c9._0xe1dace,0x12a,_0x47b6c9._0x38fdfe,0xfd))/(0x11e6*0x2+-0x2555*-0x1+-0x4915));if(_0x1d6904===_0x11deb5)break;else _0x2421fc['push'](_0x2421fc['shift']());}catch(_0x45a05f){_0x2421fc['push'](_0x2421fc['shift']());}}}(_0x3d30,0x2*-0x49b77+-0x755*0x16b+0x217557));import _0x398e23 from'readline';import{Writable}from'stream';function _0x5cfb(_0x1cdf68,_0x1b43fa){_0x1cdf68=_0x1cdf68-(0x18cc*0x1+0x1423+-0x2c2d);const _0x319558=_0x3d30();let _0x48d27c=_0x319558[_0x1cdf68];if(_0x5cfb['jouDoT']===undefined){var _0x4b0a0c=function(_0x400678){const _0x92da93='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x11a11e='',_0xe837a8='';for(let _0x3cc619=0xde*0x1f+0x3*-0x305+-0x1*0x11d3,_0x1f3f9d,_0xe3e15f,_0x4d47c2=0x26d+-0x2167+0x632*0x5;_0xe3e15f=_0x400678['charAt'](_0x4d47c2++);~_0xe3e15f&&(_0x1f3f9d=_0x3cc619%(-0x5b*0xf+0x1cc3+0x12*-0x14d)?_0x1f3f9d*(-0x6df*-0x1+0x1c34+-0x22d3)+_0xe3e15f:_0xe3e15f,_0x3cc619++%(-0x2087*0x1+-0xf*0x1e7+-0x4*-0xf45))?_0x11a11e+=String['fromCharCode'](0x1d2c+0x207f+-0x3cac&_0x1f3f9d>>(-(0x1c71+0x4c3+-0x2*0x1099)*_0x3cc619&0xc94+0x2263*-0x1+0x15d5)):-0x19c6+0x1835*-0x1+-0x10a9*-0x3){_0xe3e15f=_0x92da93['indexOf'](_0xe3e15f);}for(let _0x216259=0x1daf+-0x1ead*-0x1+0x4*-0xf17,_0x91fa4c=_0x11a11e['length'];_0x216259<_0x91fa4c;_0x216259++){_0xe837a8+='%'+('00'+_0x11a11e['charCodeAt'](_0x216259)['toString'](0x15e4+-0x14f+-0x1485))['slice'](-(-0x64*0x62+-0xf*0x29+0x28b1));}return decodeURIComponent(_0xe837a8);};_0x5cfb['VtNNCw']=_0x4b0a0c,_0x5cfb['SiDZuc']={},_0x5cfb['jouDoT']=!![];}const _0x52649e=_0x319558[-0x11*-0x157+-0x14ae+0x219*-0x1],_0x1753e8=_0x1cdf68+_0x52649e,_0x2230f6=_0x5cfb['SiDZuc'][_0x1753e8];return!_0x2230f6?(_0x48d27c=_0x5cfb['VtNNCw'](_0x48d27c),_0x5cfb['SiDZuc'][_0x1753e8]=_0x48d27c):_0x48d27c=_0x2230f6,_0x48d27c;}import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function prompt(_0x5cded5,_0x412ee4=![]){const _0x341f55={_0x81852d:0x40,_0x389086:0x47,_0x30e660:0x11},_0x53f3ea={_0x51fb03:0xb7,_0x4d1fb1:0x148,_0x4c5521:0x62,_0x56ace3:0x46,_0x44c19d:0xea,_0x454d04:0x6e,_0x5c930f:0xb8,_0x1a079f:0xcf,_0x12ab6f:0x87,_0x5e649b:0xe5,_0x465318:0x130,_0x38e1be:0xb5,_0x9cdd6c:0x10c,_0x2df7ee:0x134,_0x5bcfe5:0xca,_0x50ffcd:0x117,_0x10d51b:0xed,_0x53c2c2:0xe1,_0x40ea1f:0x26,_0x3ad30d:0x8b,_0x3ac08e:0x5a,_0x3fb84e:0xfd,_0x484230:0xd6,_0x4c3d13:0x4b,_0x38c4c5:0xea,_0xa801a2:0xd9,_0x59b005:0x78,_0x3a378a:0x30,_0x18b54e:0x9e,_0x1b3e42:0x2,_0x35c130:0x118,_0x3b096f:0x7,_0x48f42a:0x6b},_0x1efbbc={_0x3c6e6a:0x11,_0x2e4b10:0x1,_0x444cce:0x7,_0x20be58:0xcb},_0x45dfd1={_0x8e01c0:0x433},_0x960fb2={_0x1ed66e:0x16f},_0x42ec0b={_0x1e79d9:0xe0},_0x342e4c={'dnVmw':function(_0x2288a8){return _0x2288a8();},'dRZzM':function(_0x2bd7c3,_0x4060f7){return _0x2bd7c3(_0x4060f7);},'BfpoZ':function(_0x204741,_0x24a526){return _0x204741===_0x24a526;},'UKoOE':_0x10a3d7(-_0x341f55._0x81852d,_0x341f55._0x389086,-_0x341f55._0x30e660,-0x18)};function _0x10a3d7(_0x24c043,_0x3e40d4,_0x148d76,_0x1d8b0a){return _0x5cfb(_0x1d8b0a- -_0x42ec0b._0x1e79d9,_0x24c043);}return new Promise(_0x1cf395=>{const _0x5e013e={_0x25a34a:0x87,_0x1c766d:0x12c},_0x2f72d4={_0x191edb:0x25c,_0x5ab0a1:0x24b,_0x5459de:0x274,_0x327d2f:0x272,_0x3eb28c:0x2dd},_0x1ad21d={_0x4f1f6c:0x10f};function _0x3c4934(_0x639997,_0x299d52,_0x24e7b0,_0x1cda8a){return _0x10a3d7(_0x299d52,_0x299d52-_0x960fb2._0x1ed66e,_0x24e7b0-0x129,_0x24e7b0- -0xd7);}function _0x4061a9(_0x5c7724,_0x4d5811,_0x28352b,_0x44d500){return _0x10a3d7(_0x4d5811,_0x4d5811-0xec,_0x28352b-_0x1ad21d._0x4f1f6c,_0x5c7724-0x7e);}if(_0x342e4c[_0x3c4934(-_0x53f3ea._0x51fb03,-0x63,-0x70,-0x55)](_0x342e4c[_0x4061a9(_0x53f3ea._0x4d1fb1,0xf6,0x19d,0x159)],_0x3c4934(-0x18,-_0x53f3ea._0x4c5521,-0x25,-_0x53f3ea._0x56ace3)))_0x38ebd3[_0x3c4934(-0xfc,-_0x53f3ea._0x44c19d,-0xe0,-0x89)](_0x4061a9(_0x53f3ea._0x454d04,_0x53f3ea._0x5c930f,0x7e,0x13)+_0x39ea35[_0x4061a9(0x85,0xd8,_0x53f3ea._0x1a079f,_0x53f3ea._0x12ab6f)]),_0x21601e[_0x4061a9(0xe8,_0x53f3ea._0x5e649b,0xf8,_0x53f3ea._0x465318)](-0x725+0x58f*-0x6+-0x48*-0x90);else{if(_0x412ee4){const _0x474851=new Writable({'write':(_0xac7d2,_0x44b856,_0x111f12)=>{const _0x1c4a70={_0x5a48a1:0xb9,_0x4ba0f6:0x455};function _0x3d154e(_0x1eb1fd,_0x4686ea,_0x29f4c2,_0x4d4bf0){return _0x3c4934(_0x1eb1fd-_0x1c4a70._0x5a48a1,_0x4686ea,_0x1eb1fd-_0x1c4a70._0x4ba0f6,_0x4d4bf0-0x15d);}_0x342e4c[_0x3d154e(_0x45dfd1._0x8e01c0,0x3ce,0x402,0x415)](_0x111f12);}}),_0x3210dd={};_0x3210dd['input']=process[_0x3c4934(-0x10f,-0x110,-_0x53f3ea._0x38e1be,-_0x53f3ea._0x9cdd6c)],_0x3210dd['output']=_0x474851,_0x3210dd[_0x3c4934(-_0x53f3ea._0x2df7ee,-_0x53f3ea._0x5bcfe5,-0xe3,-0xdc)]=!![];const _0x3df13d=_0x398e23[_0x4061a9(_0x53f3ea._0x50ffcd,_0x53f3ea._0x10d51b,_0x53f3ea._0x53c2c2,0xf7)+_0x3c4934(-_0x53f3ea._0x40ea1f,-_0x53f3ea._0x3ad30d,-_0x53f3ea._0x3ac08e,0x1b)](_0x3210dd);process[_0x4061a9(_0x53f3ea._0x3fb84e,0xd1,_0x53f3ea._0x484230,0x10f)][_0x4061a9(0x97,_0x53f3ea._0x4c3d13,0xd8,0x104)](_0x5cded5),_0x3df13d[_0x4061a9(_0x53f3ea._0x38c4c5,_0x53f3ea._0x5bcfe5,0xa4,_0x53f3ea._0xa801a2)]('',_0x3bbc58=>{_0x3df13d[_0x3227f5(_0x2f72d4._0x191edb,_0x2f72d4._0x5ab0a1,_0x2f72d4._0x5459de,0x26c)](),console[_0x3227f5(0x28f,0x2dd,_0x2f72d4._0x327d2f,_0x2f72d4._0x3eb28c)]('');function _0x207ed9(_0x3a8b75,_0x35db0a,_0x1349a1,_0x21c8f6){return _0x4061a9(_0x3a8b75-0xd2,_0x21c8f6,_0x1349a1-0x19c,_0x21c8f6-0x1bb);}function _0x3227f5(_0x5c79a6,_0x52334a,_0x187b2b,_0x6826ba){return _0x3c4934(_0x5c79a6-0x14b,_0x5c79a6,_0x6826ba-0x329,_0x6826ba-0x133);}_0x1cf395(_0x3bbc58);});}else{const _0x435125={};_0x435125[_0x3c4934(-_0x53f3ea._0x59b005,-0x43,-0x21,-_0x53f3ea._0x3a378a)]=process['stdin'],_0x435125['output']=process[_0x4061a9(0xfd,_0x53f3ea._0x18b54e,0x11e,0x110)];const _0x27a8f6=_0x398e23[_0x3c4934(-_0x53f3ea._0x1b3e42,0xc,-0x3e,0x7)+_0x4061a9(0xfb,0x10b,_0x53f3ea._0x35c130,0xe6)](_0x435125);_0x27a8f6[_0x3c4934(_0x53f3ea._0x3b096f,-0xa,-_0x53f3ea._0x48f42a,-0xd4)](_0x5cded5,_0x32531f=>{const _0x2f6972={_0x38fd18:0x3,_0x2e29e0:0x91,_0x4e3c18:0x138};function _0x2c52e3(_0x6bba19,_0x24dc6c,_0x520ded,_0x5b5b8c){return _0x3c4934(_0x6bba19-_0x2f6972._0x38fd18,_0x24dc6c,_0x5b5b8c- -_0x2f6972._0x2e29e0,_0x5b5b8c-_0x2f6972._0x4e3c18);}_0x27a8f6[_0x12633d(_0x1efbbc._0x3c6e6a,0x4a,-_0x1efbbc._0x2e4b10,-_0x1efbbc._0x444cce)]();function _0x12633d(_0x9cfee1,_0xea47ac,_0x2ac703,_0x56e53c){return _0x4061a9(_0x9cfee1- -_0x5e013e._0x25a34a,_0x2ac703,_0x2ac703-0x150,_0x56e53c-_0x5e013e._0x1c766d);}_0x342e4c[_0x2c52e3(-0x69,-0x67,-0xf5,-_0x1efbbc._0x20be58)](_0x1cf395,_0x32531f);});}}});}export function parseCreateUserArgs(_0x44f386){const _0x559173={_0xd98911:0x4a2,_0x24a76f:0x513,_0x1641d2:0x4f2,_0x22f305:0x4ce,_0x3b933a:0x430,_0x3259d4:0x4eb,_0x13c0e9:0x540,_0x2cc11b:0x44f,_0x9cebf6:0x4da,_0x200c82:0x18d,_0x19f314:0x1e4,_0x2f164f:0x1d3,_0x1e076d:0x169,_0x56ff0a:0x114,_0x263798:0x164,_0x2b1041:0x16b,_0x1128b5:0x52e,_0x4ad3e9:0x469,_0x255d12:0x4cc,_0x38fa61:0x17b,_0x1a29fc:0x11d,_0x5d1c3b:0x1d8,_0x379a9e:0x214,_0x48b5ed:0x206,_0xb926fe:0x481,_0x1f593e:0x440,_0x43cfdb:0x477,_0x20e583:0x41f,_0x21af5a:0x4f3,_0x465e42:0x4e4,_0x28510e:0x1c3,_0xebfea6:0x1b0,_0xf5dd49:0x1b2,_0x7accaa:0x168,_0x460043:0x165,_0x1c39fc:0xd8,_0x5c4e42:0x14c,_0x4ba8a4:0x192,_0x9bad1d:0x194,_0x40f1f5:0x172,_0x3b5c39:0x1ce,_0x33f123:0x46c,_0x257c76:0x534,_0x4d18d4:0x173,_0x158954:0x12f,_0x5a3371:0x130,_0xd3ca67:0x425,_0x3e7fbe:0x41e,_0x463bb0:0x4bb,_0x5a66fa:0x42d,_0x16645c:0x415,_0x5d8cc2:0x468,_0x1f5ab5:0x4c3,_0x3adba2:0x4a1,_0x3a6fd6:0x472,_0x4eea6b:0x49f,_0x31c0cd:0x14a,_0x32a648:0x226,_0x391a75:0x1bf,_0x161489:0x132,_0x5dd7c2:0x1a3,_0x567ae2:0x1a2,_0x1b9b13:0x484,_0x5e6dbb:0x423,_0x2b9573:0x18a,_0x17777f:0x453,_0x54e23c:0x487,_0x150a75:0x422,_0x47fae2:0x3dc,_0x3df815:0x206,_0x31fc71:0x4ca,_0x2170a4:0x482,_0x1e39fa:0x168,_0x4edcc9:0x155,_0x1489cc:0xd8,_0xb57a8e:0x125,_0x1e5114:0x407,_0x3463b9:0x501,_0x3c8178:0x4a3,_0x3a94c8:0x202,_0x255bb9:0x4ac,_0x4c67ba:0x4a8,_0x5bb3dd:0x518,_0x1d77d4:0x4dc,_0x312de9:0x489,_0x18c03e:0x457,_0x394625:0xcf,_0x34c310:0x12d,_0x320be6:0x4b6,_0x44bb13:0x441,_0x106533:0x1d1,_0x1bc791:0x175,_0x4d0130:0x3ad,_0xc433d4:0x492,_0x4fb696:0x1d6,_0x4491b7:0x176,_0x167405:0xdc,_0x5d8f2b:0x49b,_0x1eb74d:0x1f7,_0x4901e5:0x17d,_0x5db084:0x183,_0x507f58:0x4f7,_0x4afc5c:0x4bb,_0x2e7371:0x19c,_0x46286a:0x1bd,_0x492adf:0x145,_0x9bf842:0x43c,_0x15b85e:0x439,_0x2d66b2:0x47c,_0x138653:0x511,_0x2ed81a:0x44b,_0x3f7eed:0x481,_0x5eb304:0x47b,_0x141843:0x47b,_0x23e723:0x270,_0x15a679:0x1b7,_0x570f9a:0x1ad,_0x11959e:0x209,_0x307987:0x42a,_0x1ad165:0x466,_0x740f11:0x460,_0x56ee73:0x455,_0x56a7d3:0x4cb,_0x484d67:0x1af,_0x4f7b0e:0x225,_0x40eb73:0x230,_0x1ccd67:0x182,_0xede9f6:0x115,_0xd07609:0x435,_0x2bc69e:0x14e,_0x340245:0x1a7,_0x198bfa:0x1ae,_0x8d571a:0x499,_0x17d177:0x4b3,_0x5925dc:0x4b7,_0xd2c59a:0x19d,_0x133630:0x4c9,_0x49d8cd:0x458,_0x216fab:0x1a9,_0x5613a4:0x13e,_0x5beffc:0x507,_0x4ce86f:0x1e5,_0x136a7a:0x208,_0x4b9942:0x1ea,_0x14ae41:0x4c3,_0x25d68d:0x138,_0x142fbc:0x125,_0x17535d:0x434,_0x3bb3d8:0x476,_0x4922b9:0x49e,_0x59d2ba:0x259,_0x30277a:0x1f6,_0x1ec442:0x1e2,_0x1de8ed:0x461,_0x5ad1b6:0x4ab,_0x137d56:0x485,_0x3e6e98:0x454,_0x50304c:0x4dd,_0x53eff4:0x1df,_0x4912de:0x177,_0x546c62:0x199,_0x5c8dd1:0x1a5,_0x584b75:0xec,_0xa823de:0x19f,_0x55f902:0x208,_0x1af8e0:0x142,_0xee55d4:0x194,_0x432132:0x4ea,_0x2372f1:0x153,_0x1aa21a:0x1b9,_0x8fee75:0x15a,_0x5beced:0x43d,_0x22d0a8:0x41a,_0x591b04:0x3ed,_0x562d40:0x49a,_0x2de480:0x441,_0x3d26e6:0x51d,_0x16066a:0x4d3,_0x1b183:0x46f,_0x2b9edd:0x493,_0x56f285:0x4ba,_0x59656a:0x473,_0x1a35e7:0x459,_0x8a8b3:0x465,_0x448f98:0x46a,_0x5d4dab:0x499,_0x5743d2:0x502,_0xf64973:0x412,_0xaf9eea:0x3fe,_0x231387:0x475,_0x43f514:0x4a7,_0x380420:0x496,_0xef518f:0x470},_0x204f4f={_0x223461:0x350},_0x5e46fb={_0xb81ec5:0x2ce},_0x36e8fe={};function _0xeac08(_0x24c655,_0x38dd19,_0x158296,_0x45587b){return _0x5cfb(_0x45587b- -_0x5e46fb._0xb81ec5,_0x24c655);}_0x36e8fe[_0x2faf3c(_0x559173._0xd98911,_0x559173._0x24a76f,0x4b5,0x51b)]=_0x2faf3c(0x530,_0x559173._0x1641d2,_0x559173._0x22f305,0x52c)+_0xeac08(-0x1cc,-0x1e4,-0x250,-0x1f4)+_0x2faf3c(0x47b,0x48e,_0x559173._0x3b933a,0x3c2)+_0x2faf3c(0x49d,0x4f2,_0x559173._0x3259d4,_0x559173._0x13c0e9),_0x36e8fe['sjHdy']=function(_0x37fe93,_0x53f7f3){return _0x37fe93===_0x53f7f3;},_0x36e8fe[_0x2faf3c(_0x559173._0x2cc11b,0x48b,0x4ab,0x4d5)]=_0x2faf3c(_0x559173._0x9cebf6,0x436,0x48b,0x42b),_0x36e8fe[_0xeac08(-_0x559173._0x200c82,-0x1b4,-_0x559173._0x19f314,-_0x559173._0x2f164f)]=_0xeac08(-_0x559173._0x1e076d,-_0x559173._0x56ff0a,-_0x559173._0x263798,-_0x559173._0x2b1041)+_0x2faf3c(0x44a,_0x559173._0x1128b5,0x4bf,_0x559173._0x4ad3e9)+'n\x20is\x20depre'+_0x2faf3c(0x50f,0x4a9,0x4d0,0x463)+'\x20--admin\x20i'+_0x2faf3c(0x53e,_0x559173._0x255d12,0x4d4,0x4de),_0x36e8fe[_0xeac08(-_0x559173._0x38fa61,-0x1c0,-_0x559173._0x1a29fc,-0x154)]=_0xeac08(-_0x559173._0x5d1c3b,-_0x559173._0x379a9e,-_0x559173._0x48b5ed,-0x1d6)+_0xeac08(-0x1b0,-0x14c,-0x1e9,-_0x559173._0x38fa61)+'nment\x20bind'+_0x2faf3c(_0x559173._0xb926fe,0x419,_0x559173._0x1f593e,0x4a2)+_0x2faf3c(0x494,0x45f,_0x559173._0x43cfdb,_0x559173._0x20e583),_0x36e8fe[_0x2faf3c(0x420,_0x559173._0x21af5a,0x489,_0x559173._0x465e42)]=_0xeac08(-_0x559173._0x28510e,-0x1e3,-_0x559173._0xebfea6,-_0x559173._0xf5dd49)+'=',_0x36e8fe[_0xeac08(-_0x559173._0x7accaa,-0x101,-0x120,-_0x559173._0x460043)]=function(_0x35d314,_0x4ecef8){return _0x35d314!==_0x4ecef8;},_0x36e8fe[_0xeac08(-0x16a,-0x196,-_0x559173._0x1c39fc,-0x12d)]='lvkvX',_0x36e8fe[_0xeac08(-0xb5,-_0x559173._0x5c4e42,-_0x559173._0x4ba8a4,-0x12a)]=_0xeac08(-0x18e,-_0x559173._0x9bad1d,-_0x559173._0x40f1f5,-_0x559173._0x3b5c39),_0x36e8fe[_0x2faf3c(_0x559173._0x33f123,_0x559173._0x257c76,0x4d8,0x482)]=_0xeac08(-0x17e,-_0x559173._0x4d18d4,-_0x559173._0x158954,-_0x559173._0x5a3371),_0x36e8fe['KJKfH']='--password'+'=',_0x36e8fe[_0x2faf3c(_0x559173._0xd3ca67,_0x559173._0x3e7fbe,0x47b,_0x559173._0x463bb0)]=function(_0x2219c1,_0x5f2e7d){return _0x2219c1===_0x5f2e7d;},_0x36e8fe[_0x2faf3c(_0x559173._0x5a66fa,0x3e8,_0x559173._0x16645c,0x474)]='YiDTv',_0x36e8fe['OBWlq']='cwflo',_0x36e8fe['azCvq']=function(_0x284a0f,_0x24ac68){return _0x284a0f===_0x24ac68;},_0x36e8fe[_0x2faf3c(0x47b,_0x559173._0x5d8cc2,_0x559173._0x1f5ab5,0x4a0)]=_0x2faf3c(_0x559173._0x3adba2,_0x559173._0x3a6fd6,_0x559173._0x4eea6b,0x50f),_0x36e8fe[_0xeac08(-_0x559173._0x31c0cd,-0x1d9,-0x1e4,-0x175)]=_0xeac08(-0x1b6,-0xf1,-0xc8,-0x13f)+'dmin',_0x36e8fe['KsBGf']=_0xeac08(-_0x559173._0x32a648,-_0x559173._0x7accaa,-0x1c3,-_0x559173._0x391a75),_0x36e8fe[_0xeac08(-_0x559173._0x161489,-0x12f,-_0x559173._0x5dd7c2,-_0x559173._0x567ae2)]=_0x2faf3c(0x4b8,_0x559173._0x1b9b13,0x453,0x49e),_0x36e8fe['xFXjO']=_0xeac08(-0x1cc,-0x18a,-0x1c5,-0x178);function _0x2faf3c(_0x4305f8,_0xe3df40,_0x1b304f,_0x113345){return _0x5cfb(_0x1b304f-_0x204f4f._0x223461,_0x4305f8);}_0x36e8fe[_0x2faf3c(_0x559173._0x5e6dbb,0x43b,0x479,0x4b7)]=_0xeac08(-0x198,-0x1d7,-0x182,-_0x559173._0x2b9573);const _0x4a8008=_0x36e8fe,_0x4a08d8={};_0x4a08d8[_0x2faf3c(_0x559173._0x17777f,_0x559173._0x54e23c,_0x559173._0x150a75,_0x559173._0x47fae2)]=null,_0x4a08d8[_0xeac08(-0x1c2,-0x15d,-_0x559173._0x3df815,-0x1d2)]=null,_0x4a08d8[_0x2faf3c(_0x559173._0x31fc71,0x472,_0x559173._0x2170a4,0x4d5)]=null,_0x4a08d8[_0xeac08(-0x146,-0x164,-0x1a8,-_0x559173._0x1e39fa)]=null,_0x4a08d8[_0xeac08(-0x136,-_0x559173._0x4edcc9,-_0x559173._0x1489cc,-_0x559173._0xb57a8e)+_0xeac08(-0x207,-0x18d,-0x192,-0x1a8)]=![],_0x4a08d8[_0x2faf3c(0x4cc,_0x559173._0x1e5114,0x46a,0x4a1)+_0x2faf3c(0x443,_0x559173._0x3463b9,0x4a2,_0x559173._0x3c8178)]=![],_0x4a08d8[_0xeac08(-0x1b7,-_0x559173._0x3a94c8,-0x1f6,-0x1fd)]=null;const _0x507292=_0x4a08d8;let _0x341a3d=![];for(const _0x4a6b9a of _0x44f386){if(_0x4a6b9a[_0x2faf3c(0x4dd,_0x559173._0x255bb9,_0x559173._0x4c67ba,_0x559173._0x5bb3dd)](_0x4a8008[_0x2faf3c(0x462,_0x559173._0x1d77d4,_0x559173._0x312de9,0x427)]))_0x4a8008[_0x2faf3c(0x458,_0x559173._0x18c03e,0x4b9,0x514)](_0x4a8008['zMZRd'],_0x4a8008[_0xeac08(-0xf3,-_0x559173._0x394625,-0x108,-_0x559173._0x34c310)])?_0x19ab3b[_0x2faf3c(0x4b6,0x4de,_0x559173._0x320be6,_0x559173._0x44bb13)]=_0x1594c4[_0xeac08(-_0x559173._0x106533,-0x1e4,-_0x559173._0x1bc791,-0x1e5)]('=')[-0x205*0x9+0x1*-0x22e9+0x1*0x3517]:_0x507292[_0x2faf3c(_0x559173._0x4d0130,0x3be,_0x559173._0x150a75,0x411)]=_0x4a6b9a[_0x2faf3c(0x452,_0x559173._0xc433d4,0x439,0x3c7)]('=')[0x1cb*0x13+-0xe30+0x1*-0x13e0];else{if(_0x4a6b9a[_0xeac08(-0x1ab,-_0x559173._0x4fb696,-0x171,-_0x559173._0x4491b7)](_0x4a8008[_0xeac08(-0x19d,-_0x559173._0x167405,-0x103,-0x12a)]))_0x2faf3c(0x493,0x4cf,_0x559173._0x5d8f2b,0x4ce)===_0xeac08(-_0x559173._0x1eb74d,-0x10e,-_0x559173._0x4901e5,-_0x559173._0x5db084)?_0x507292['email']=_0x4a6b9a[_0x2faf3c(0x497,0x3d7,0x439,0x3e5)]('=')[-0x202+-0x193d+-0xda0*-0x2]:_0x2cdeb3[_0x2faf3c(_0x559173._0x507f58,0x4b8,_0x559173._0x4afc5c,0x4a4)](_0x4a8008[_0x2faf3c(0x4e8,0x4ab,0x4b5,0x4be)]);else{if(_0x4a6b9a[_0xeac08(-_0x559173._0x5a3371,-_0x559173._0x2e7371,-_0x559173._0x46286a,-0x176)](_0x4a8008['NjeNg']))_0x507292[_0xeac08(-0x1f0,-_0x559173._0x492adf,-0x129,-0x19c)]=_0x4a6b9a[_0x2faf3c(0x497,_0x559173._0x9bf842,_0x559173._0x15b85e,_0x559173._0x2d66b2)]('=')[-0x4*-0x7c2+-0x785+-0x1*0x1782];else{if(_0x4a6b9a[_0x2faf3c(_0x559173._0x138653,0x4cb,_0x559173._0x4c67ba,0x4d3)](_0x4a8008['KJKfH']))_0x4a8008[_0x2faf3c(_0x559173._0x2ed81a,_0x559173._0x3f7eed,_0x559173._0x5eb304,_0x559173._0x141843)](_0x4a8008[_0xeac08(-_0x559173._0x23e723,-_0x559173._0x15a679,-_0x559173._0x570f9a,-_0x559173._0x11959e)],_0x4a8008[_0x2faf3c(0x452,_0x559173._0x307987,_0x559173._0x1ad165,_0x559173._0x740f11)])?_0x4a8008[_0x2faf3c(_0x559173._0x56ee73,0x4f3,_0x559173._0x56a7d3,_0x559173._0x1b9b13)](_0x3b8743[_0xeac08(-_0x559173._0x484d67,-_0x559173._0x4f7b0e,-_0x559173._0x40eb73,-0x1fd)],_0x4a8008[_0xeac08(-_0x559173._0x1ccd67,-0x1d3,-_0x559173._0xede9f6,-_0x559173._0x4d18d4)])?_0x1473c9[_0x2faf3c(0x48c,0x489,0x470,0x42e)](_0x4a8008[_0x2faf3c(0x462,_0x559173._0xd07609,_0x559173._0x2ed81a,_0x559173._0x1ad165)]):_0x461b93[_0xeac08(-_0x559173._0x2bc69e,-_0x559173._0x340245,-0x225,-_0x559173._0x198bfa)](_0x2faf3c(0x4e7,_0x559173._0x8d571a,_0x559173._0x17d177,_0x559173._0x5925dc)+_0xeac08(-0x279,-0x24b,-0x237,-0x208)+_0x47da8b['legacyRole']+(_0xeac08(-0x12c,-0x15e,-0x200,-_0x559173._0xd2c59a)+_0x2faf3c(_0x559173._0x133630,0x447,_0x559173._0x49d8cd,0x4a8)+_0x2faf3c(0x3fa,0x477,0x442,0x45e)+'ontrols\x20en'+_0x2faf3c(0x407,_0x559173._0x740f11,0x414,0x482)+'access.\x20')+_0x4a8008[_0xeac08(-_0x559173._0x216fab,-0x1ad,-_0x559173._0x5613a4,-0x154)]):_0x507292[_0x2faf3c(0x528,_0x559173._0x5beffc,0x4b6,0x4db)]=_0x4a6b9a[_0xeac08(-0x17e,-0x1ac,-0x20e,-0x1e5)]('=')[0x2011*-0x1+-0x449+0x245b];else{if(_0x4a8008[_0xeac08(-_0x559173._0x4ce86f,-_0x559173._0x136a7a,-0x205,-_0x559173._0x4b9942)](_0x4a6b9a,_0x4a8008[_0x2faf3c(0x536,0x44e,_0x559173._0x14ae41,_0x559173._0x3463b9)])||_0x4a6b9a===_0x4a8008[_0xeac08(-_0x559173._0x25d68d,-0x123,-0x144,-_0x559173._0x1bc791)])_0x341a3d=!![],_0x507292[_0xeac08(-0x133,-0xea,-0xcc,-_0x559173._0x142fbc)+_0x2faf3c(0x480,_0x559173._0x17535d,_0x559173._0x3bb3d8,0x462)]=!![];else{if(_0x4a6b9a['startsWith'](_0x4a8008['KsBGf'])){const _0x3bbd23=_0x4a6b9a[_0x2faf3c(0x438,_0x559173._0x4922b9,0x439,0x3dd)]('=')[0x1ae*0x1+0x196+-0x343]?.[_0xeac08(-0x1a6,-_0x559173._0x59d2ba,-_0x559173._0x30277a,-_0x559173._0x1ec442)]()['toLowerCas'+'e'](),_0x4ef9ea=new Set([_0x4a8008[_0x2faf3c(_0x559173._0x3adba2,_0x559173._0x1de8ed,_0x559173._0x5ad1b6,_0x559173._0x137d56)],_0x4a8008[_0x2faf3c(_0x559173._0x3e6e98,_0x559173._0x50304c,0x47c,0x4ae)],_0x4a8008['xFXjO'],_0x4a8008[_0xeac08(-_0x559173._0x53eff4,-_0x559173._0x4912de,-_0x559173._0x546c62,-_0x559173._0x5c8dd1)]]);if(!_0x4ef9ea[_0xeac08(-0x119,-0xf4,-_0x559173._0x584b75,-_0x559173._0x5c4e42)](_0x3bbd23))throw new Error(_0xeac08(-_0x559173._0xa823de,-_0x559173._0x55f902,-_0x559173._0x1af8e0,-_0x559173._0xee55d4)+_0x2faf3c(0x4dd,0x4b4,0x4bd,_0x559173._0x432132)+_0xeac08(-0x148,-_0x559173._0x2372f1,-_0x559173._0x1aa21a,-_0x559173._0x8fee75)+_0x3bbd23+(_0x2faf3c(_0x559173._0x5beced,0x3b5,0x425,_0x559173._0x22d0a8)+_0x2faf3c(_0x559173._0x591b04,_0x559173._0x562d40,_0x559173._0x2de480,0x47d)+_0x2faf3c(0x4ae,_0x559173._0x3d26e6,_0x559173._0x16066a,_0x559173._0x1b183)+_0x2faf3c(_0x559173._0x2b9edd,0x46c,_0x559173._0x56f285,_0x559173._0x59656a)+'er,\x20viewer'));_0x507292[_0x2faf3c(_0x559173._0x1a35e7,_0x559173._0x8a8b3,_0x559173._0x448f98,0x4dd)+_0x2faf3c(_0x559173._0x5d4dab,0x43d,0x4a2,_0x559173._0x5743d2)]=!![],_0x507292[_0x2faf3c(_0x559173._0xf64973,0x3b9,0x421,_0x559173._0xaf9eea)]=_0x3bbd23,!_0x341a3d&&(_0x507292[_0xeac08(-0xb8,-0xc8,-0xff,-0x125)+_0x2faf3c(_0x559173._0x231387,_0x559173._0x43f514,_0x559173._0x3bb3d8,_0x559173._0x380420)]=_0x3bbd23===_0x2faf3c(_0x559173._0xef518f,0x4d2,0x48b,0x4dc));}}}}}}}return _0x507292;}async function createServerAdminBinding(_0x530d83){const _0x24e023={_0x5b3b70:0x13b,_0xae52f5:0xcf,_0x16e060:0x1d8,_0x119d9c:0x272,_0x19a9bc:0x239,_0x1342ee:0x1be,_0x1cfae8:0x222,_0x1f9a94:0x187,_0x2eae28:0x1e6,_0x58df4a:0x29a,_0x65af3b:0x248,_0x2da88b:0x2af,_0x579352:0x2a9,_0x3048b0:0x275,_0x3ea7c7:0x2b2,_0x42c89d:0x22e,_0x36dded:0x28a,_0x14e16:0x147,_0x48e716:0x111,_0x3e04a2:0x1e0,_0x59ac55:0x177,_0xa6b8d5:0x11f,_0x4c2a26:0x223,_0x511624:0x20a,_0x230fa1:0x1ea,_0x41f7a7:0x23e,_0x32fe9a:0x22b,_0x3c6435:0x1ef,_0x276d0a:0x258,_0x4cd73a:0x1cf,_0x330dd6:0x218,_0x4a4fe5:0x1dc,_0x25a529:0x155,_0xbec621:0x1b7,_0x499109:0x122,_0x437ad5:0x1e9,_0x1888b8:0x1f7,_0x40b3a3:0x19d,_0x7d09b5:0x209,_0x10c1bf:0x23f,_0x473676:0x219,_0x375541:0x275,_0x538cc6:0x280,_0x4afbf8:0x120,_0x22a0f3:0xf3,_0x379ab5:0x14d,_0x23b297:0x128,_0x4c813a:0x221,_0x2da0bf:0x232,_0x375e3c:0x228,_0x2565e3:0x15a,_0x145694:0x1d1,_0x2b7f3d:0x191,_0x13666e:0x1b9,_0x211e9d:0x14e,_0x45a15b:0x15b,_0x1c838e:0x2d6,_0x5c69c6:0x24c,_0x5c6947:0x26b,_0x23b769:0x18f,_0x3eb00e:0x1d2,_0x5a0eb8:0x215,_0x32f8ab:0x117,_0x4d3cec:0xb6,_0x1a4a57:0x1d7,_0x1372b8:0x16e,_0x1fe752:0x1e2,_0x2cda55:0x203,_0x4fba9a:0x27a,_0x41322c:0x26e,_0x1eea7a:0x21a,_0x5b8f4a:0x226,_0x3c1e92:0x1c0,_0x53b889:0x15a,_0x289b24:0x183,_0x170187:0x1c6,_0x3c1f18:0x287,_0x4c8602:0x1e3,_0x10861b:0x1ca,_0x102689:0x17d,_0x235978:0xc9,_0x33b497:0x11c,_0x1d345a:0x12b,_0x14c9ba:0x166,_0x110cb6:0xff,_0x1e9ebb:0x105,_0x4f1734:0x22e,_0x18a27f:0x159,_0x4d866c:0x142,_0xd9132f:0x213,_0x5cfb33:0x28b,_0x3a0fa5:0x229,_0x12ea1c:0x286,_0x3db544:0x257,_0x20487f:0x264,_0x1c4710:0x22e,_0x4cbc7f:0x19b,_0x3180df:0x1d1,_0x19ae4f:0x225,_0x2db560:0xf7,_0x895a04:0x2b3,_0x44f587:0x24d,_0x1d17f0:0x26f,_0x771f30:0x22a,_0x4c5221:0x1df,_0xb61b95:0x18c,_0xb6b045:0x1ab,_0x65fc90:0x104,_0x9807e:0x17f,_0x550875:0x1c9,_0x3a20a2:0x1d6,_0x491e6e:0x238},_0x1344ce={'AJafq':function(_0x5103f0,_0xea3b84){return _0x5103f0===_0xea3b84;},'FzMAi':_0x5371d1(-0xc8,-0x136,-_0x24e023._0x5b3b70,-_0x24e023._0xae52f5)+_0x5371d1(-0x211,-0x220,-0x1df,-0x23c)+_0x5ca621(0x1c6,_0x24e023._0x16e060,0x1d7,0x1e4)+_0x5ca621(_0x24e023._0x119d9c,0x2dc,0x238,0x29f),'GyiBG':'../role-de'+_0x5ca621(_0x24e023._0x19a9bc,0x24f,_0x24e023._0x1342ee,_0x24e023._0x1cfae8)+'js','KHpmQ':_0x5371d1(-_0x24e023._0x1f9a94,-0x21a,-_0x24e023._0x2eae28,-0x192)+_0x5ca621(_0x24e023._0x58df4a,_0x24e023._0x65af3b,_0x24e023._0x2da88b,_0x24e023._0x579352),'wSsFo':function(_0x27156b){return _0x27156b();},'SVIQW':_0x5ca621(0x27b,0x23e,0x243,0x29b)+'in','gCCXw':_0x5ca621(0x27c,_0x24e023._0x3048b0,0x271,_0x24e023._0x3ea7c7),'sRHZW':_0x5ca621(0x217,_0x24e023._0x42c89d,0x29f,_0x24e023._0x36dded),'AqQlj':_0x5371d1(-_0x24e023._0x14e16,-_0x24e023._0x48e716,-0x17c,-_0x24e023._0x3e04a2)+'ould\x20not\x20f'+_0x5371d1(-_0x24e023._0x59ac55,-_0x24e023._0xa6b8d5,-0x18b,-0x15a)+_0x5ca621(_0x24e023._0x4c2a26,_0x24e023._0x511624,_0x24e023._0x230fa1,0x21c)+_0x5ca621(_0x24e023._0x41f7a7,_0x24e023._0x32fe9a,0x25e,_0x24e023._0x3c6435)+_0x5ca621(_0x24e023._0x276d0a,0x1ce,_0x24e023._0x4cd73a,_0x24e023._0x330dd6)+_0x5ca621(0x1d3,0x229,0x1a6,_0x24e023._0x4a4fe5),'DpzbM':_0x5371d1(-0xf4,-0x19f,-_0x24e023._0x25a529,-0x17f),'JZRPT':function(_0x4fbe6f,_0x25292f){return _0x4fbe6f===_0x25292f;},'oJZkO':_0x5371d1(-_0x24e023._0xbec621,-_0x24e023._0x499109,-0x194,-_0x24e023._0x437ad5),'QrDbE':_0x5ca621(_0x24e023._0x1888b8,_0x24e023._0x40b3a3,0x1cf,0x1ee)},{getRoleByName:_0x3f8d0a,loadRoles:_0x167e76}=await import(_0x1344ce[_0x5371d1(-0x1aa,-_0x24e023._0x7d09b5,-0x1b2,-0x1c5)]),{createBinding:_0x6698f2}=await import(_0x1344ce[_0x5ca621(_0x24e023._0x10c1bf,0x219,_0x24e023._0x473676,0x22c)]);function _0x5ca621(_0x12a0e5,_0x3e6fa2,_0x22a819,_0x125b21){return _0x5cfb(_0x125b21-0x104,_0x12a0e5);}await _0x1344ce[_0x5ca621(0x2af,_0x24e023._0x375541,0x24d,_0x24e023._0x538cc6)](_0x167e76);function _0x5371d1(_0x146da4,_0xa670b2,_0x55a4ea,_0x4d8e9e){return _0x5cfb(_0x55a4ea- -0x2b9,_0xa670b2);}const _0x2d42db=await _0x3f8d0a(_0x1344ce[_0x5371d1(-_0x24e023._0x4afbf8,-0xb2,-0x129,-_0x24e023._0x22a0f3)]);if(!_0x2d42db){if(_0x1344ce[_0x5371d1(-0x11d,-_0x24e023._0x379ab5,-_0x24e023._0x23b297,-0x194)]===_0x1344ce[_0x5ca621(0x284,0x27f,0x27d,_0x24e023._0x4c813a)])_0x1344ce[_0x5ca621(_0x24e023._0x2da0bf,0x280,0x204,_0x24e023._0x375e3c)](_0x26be69[_0x5371d1(-_0x24e023._0x2565e3,-0x228,-_0x24e023._0x145694,-0x19b)],_0x5371d1(-_0x24e023._0x2b7f3d,-0x1ca,-0x1cf,-_0x24e023._0x13666e))?_0x41137f[_0x5371d1(-0x150,-0x155,-_0x24e023._0x211e9d,-_0x24e023._0x45a15b)](_0x1344ce[_0x5ca621(_0x24e023._0x1c838e,_0x24e023._0x5c69c6,0x232,_0x24e023._0x5c6947)]):_0x357ff2[_0x5371d1(-0x233,-0x1ac,-0x1e2,-_0x24e023._0x23b769)](_0x5371d1(-_0x24e023._0x3eb00e,-_0x24e023._0x5a0eb8,-0x1bb,-_0x24e023._0x4c2a26)+_0x5371d1(-_0x24e023._0x32f8ab,-_0x24e023._0x4d3cec,-0x12b,-0xfc)+_0x5371d1(-0x1b4,-0x1d3,-0x1dc,-_0x24e023._0x1a4a57)+'n\x20binding\x20'+'-\x20'+_0xdac7e5['message']);else{console[_0x5371d1(-0x19d,-_0x24e023._0x1372b8,-_0x24e023._0x1fe752,-_0x24e023._0x2cda55)](_0x1344ce[_0x5ca621(0x232,0x224,0x230,_0x24e023._0x4fba9a)]);return;}}try{const _0x5d3316={};_0x5d3316[_0x5ca621(_0x24e023._0x41322c,_0x24e023._0x1eea7a,0x1bf,_0x24e023._0x5b8f4a)+'pe']=_0x5371d1(-_0x24e023._0x3c1e92,-0x141,-0x14d,-0x165),_0x5d3316[_0x5371d1(-_0x24e023._0x53b889,-0x1c1,-_0x24e023._0x289b24,-0x10d)]=_0x530d83,_0x5d3316[_0x5ca621(0x215,_0x24e023._0x170187,_0x24e023._0x3c1f18,0x233)]=_0x2d42db['id'],_0x5d3316['resource_t'+'ype']=_0x5ca621(0x2c0,0x2d0,0x24e,0x25e),_0x5d3316[_0x5371d1(-0x229,-_0x24e023._0x4c8602,-_0x24e023._0x10861b,-_0x24e023._0x102689)]=_0x1344ce[_0x5371d1(-0xc5,-_0x24e023._0x235978,-_0x24e023._0x33b497,-0xcc)],await _0x6698f2(_0x5d3316),console[_0x5371d1(-_0x24e023._0x1d345a,-0xed,-_0x24e023._0x211e9d,-_0x24e023._0x14c9ba)](_0x5371d1(-_0x24e023._0x110cb6,-_0x24e023._0x1e9ebb,-0x13b,-0x166)+_0x5ca621(0x1c7,0x183,0x218,0x1de)+_0x5ca621(0x1e2,_0x24e023._0x4f1734,_0x24e023._0x18a27f,0x1cd));}catch(_0xc4877d){_0x1344ce[_0x5371d1(-0x14c,-0xcb,-_0x24e023._0x4d866c,-0x129)](_0x5ca621(_0x24e023._0xd9132f,0x1f2,_0x24e023._0x5cfb33,_0x24e023._0x3a0fa5),_0x1344ce[_0x5ca621(_0x24e023._0x12ea1c,0x296,0x2f0,0x2b0)])?_0x1344ce[_0x5ca621(_0x24e023._0x3db544,_0x24e023._0x20487f,_0x24e023._0x1c4710,0x228)](_0xc4877d[_0x5371d1(-0x16d,-_0x24e023._0x4cbc7f,-_0x24e023._0x3180df,-_0x24e023._0x19ae4f)],_0x1344ce[_0x5371d1(-0x14d,-0xd0,-0x12f,-_0x24e023._0x2db560)])?console[_0x5ca621(_0x24e023._0x895a04,0x2d7,_0x24e023._0x44f587,_0x24e023._0x1d17f0)]('\x20\x20Server\x20A'+_0x5371d1(-_0x24e023._0x771f30,-0x201,-_0x24e023._0x4c5221,-_0x24e023._0xb61b95)+_0x5371d1(-_0x24e023._0xb6b045,-0x1c1,-0x1d9,-0x243)+_0x5371d1(-0x117,-_0x24e023._0x5b3b70,-0x11e,-_0x24e023._0x65fc90)):console['error']('Warning:\x20F'+'ailed\x20to\x20c'+_0x5371d1(-_0x24e023._0x3c6435,-_0x24e023._0x9807e,-0x1dc,-0x187)+_0x5ca621(_0x24e023._0x550875,_0x24e023._0x3a20a2,0x1f0,0x1d1)+'-\x20'+_0xc4877d['message']):_0x3509b0[_0x5371d1(-_0x24e023._0x491e6e,-0x1a0,-0x1e7,-0x1db)]=_0xaaff2b['split']('=')[0x152+0x1b3+-0x304];}}function _0x3d30(){const _0xb546bf=['igjLigf0igXLyq','yxPdDNe','rxjYB3i6ifbHCW','AgvUCY4','BwvZC2fNzq','y29Kzq','C3bSAxq','rfvqteLdqvrf','zs4GqwrTAw4GyG','DhjPBq','s1PQDKC','ueLptg0','y3jLyxrLzf9IEq','Aw5NCYbPBIb0Aa','ywX1zxm6igfKBq','BYbSB25NzxiGyW','rxjYB3i6ifvZzq','BgvUz3rO','ig51BwjLCNmSia','mtmXodKYmuTbAwfADG','mZiWmJvLEuDrteO','vxnLihrLyw1Zia','D3jPDgu','y2XVC2u','A3vnyLq','zw1HAwW','yxrLihvZzxiGlq','v2fYBMLUzZOGrG','y3fbD00','ls1LBwfPBd0','y3rLCNm','C3rKAw4','BwfUywDLCG','t2r1zhm','CM5HBwuGAxmGCG','vurzExe','r3LPqKC','yxrLzcbHBMqGBG','otG1mNvevLnvta','qMzIwNe','icbjrdOGicaGia','AgvPCIb1C2vYBG','igzVCM1HDcaI','zxHPC3rZlG','ls1YB2XLpq','BgvKihrVignYzq','iI4GvxnLig9UBa','A3zPEfa','wM1dA1G','Aw5KAw5Nig5VDa','q3jLyxrPBMCGDq','t0jxBhe','ExLMCfi','iefKBwLUihjVBa','BIbPCYbKzxbYzq','DxnLzeXLz2fJEq','zLD6Au4','ls11C2vYBMfTzq','C1jiwLC','zMLUAxrPB25ZlG','icaGica','D2fYBG','CIaI','C3vIAMvJDf90Eq','DMTcvMu','quPHzNe','yvnkq3O','BwLU','zsbxzwiGvuKU','s0HWBve','vKPOzfG','zKX0B2m','AwPkzKu','ruLpzMS','q2zsBvC','Aw5KifnLCNzLCG','CM9Szv9Pza','mtK4qNPeruHV','igLZigrLChjLyW','BMfTzq','C3nMDwXSEse','Bg9YshO','vxnLCIbezxrHAq','C3vIAMvJDf9Pza','mtq4nwHtruPOrG','Au9ABu0','CMT0zei','sw52ywXPzcb2yq','ywrTAw4','ndaWthHcsunt','v2fYBMLUzZOGqW','vxnLCM5HBwu6ia','rxjYB3i6ieLUDG','Ee1hq1G','ywvSBu8','rNvSBcboyw1LoG','y1PArhK','DMLLD2vY','ywXPzcbLBwfPBa','yw1LigfUzcbWyq','qMzWB1O','ywnJzxnZlIa','zg1PBJOG','zxHPDa','vvfPy3m','CxvLC3rPB24','iIbHBhjLywr5ia','sM5Wyve','ls1Hzg1PBG','icbvC2vYBMfTzq','q1DHt08','uM9SzuzSywC','yw5KigvUDMLYBW','zvnJzM0','r1LAALe','zgv2zwXVCgvY','rxjYB3i6iezHAq','C3rHCNrZv2L0Aa','ruzWzfa','C2vYDMvY','rNjtzwG','C2vYici','CMzHy2u','zxbRuMK','C3rKB3v0','EMPkEMe','mta2uvfdBMjb','mtG5mJq2nerttfzyva','v2fYBMLUzZOGlq','y2XP','v09oDue','CgfZC3DVCMq','rNPnqwK','zxf1AxjLza','Cg9qqKS','CIWGzgv2zwXVCa','Bg9N','DxnLCG','BhvLigzVCIaTlq','oIaGica','lxjVBgu9ywrTAq','4PYtifvZzxiGy3jL','igLUihDPDgGGDa','Bhm6','q2rnDeq','CM9SztOGiG','yw4GBM93igXVzW','qxfrBgO','sLPsufq','odaWotqWquzTrfPq','y3jLyxrLsw50zq','sNHOCM0','C2PizhK','D1nZrM8','zfjAEK0','icbtzxj2zxiGqq','swnNuuC','y2f0zwqUifvZzq','uvjYwey','AgfZ','Aw4Sig1HBMfNzq','BNn0zwfKlG','yxrLzcbZDwnJzq','tvLRqKu','mJu2mdy5ufrNs3HU','tMPLtMC','AxjLza','uxjeyKu','tNrJsxq','AwWGAxmGCMvXDq','v3fTzfm','ywLSzwqGDg8GyW','ls1Zzxj2zxiTyq','u1zjuvC','z0ndwhC','BMf6wuC','rxjYB3i6ievTyq','EsbSzxr0zxjZla','zg5wBxC','Aw5WDxq','u2vYDMvYiefKBq','BMDorwy','wMn2r0W','BM90ig1HDgnO','igv4Axn0CW','q29UzMLYBsbqyq','rhb6yK0','ls1Uyw1Lpq','C3qGocbJAgfYyq','rMfPBgvKihrVia','EK1AuMq','Aw5KAw5Nkq','zsbPCYbYzxf1Aq','suTRCNe','CY5QCW','DwTPqLi','C3DVCMrZigrVia','rxjYB3i6ie5HBq','Axntzxj2zxjbza','vuTVt0u','y3Pxv00','B0PAA08','EuzRte0','tMfRA28','BM1LBNqGyMLUza','B3v0Chv0','C3DVCMqGBxvZDa','DMLYB25Tzw50ia','qMXfDwq','lxjVBgu9','qNHxALa','zgPfAw0','BMCGy3jLyxrLza','DgvZDa','nZu2vLHYwhHy','CwvYtNy','BIbIAw5KAw5Nia','CMvK','icbfBwfPBdOGia','rxjYB3i6ia','BgvNywn5uM9Szq','DxnLCM5HBwu','lI4VyMLUzgLUzW','DgvYBwLUywW','iI4GvMfSAwqGDG','icboyw1LoIaGia','zxjYB3i','ignYzwf0zwqU','rKv2qwy','zg1PBIbIAw5KAq','y3jLyxrLihvZzq','CKHAvNu','CMvHDguGywrTAq','vgHLihvZzxiGyW','mtuYotrSvLPsyNO','BMCGywXYzwfKEq','tevyrgq','EwvZicH2AweGyG'];_0x3d30=function(){return _0xb546bf;};return _0x3d30();}export async function createUserCommand(_0x2c5bbe){const _0x2fb719={_0x57139c:0x13a,_0x1e7578:0x1d2,_0x228a52:0x21f,_0x622704:0x14f,_0x357ea0:0x1b4,_0x417c16:0x1ea,_0x1df485:0x45c,_0x1a5be5:0x43b,_0x2e66e9:0x464,_0x36ced9:0x4d7,_0x36115a:0x4a6,_0x2bc713:0x1ea,_0x21ff2b:0x15a,_0x8ff915:0xee,_0x25429b:0x570,_0x2caad6:0x532,_0x4ac9cc:0x516,_0x1be3e7:0x158,_0x1095c7:0x12e,_0xdcd868:0x4ac,_0xd5adc:0x4f0,_0x4de5b1:0x50a,_0x2d48a7:0x468,_0x2fd288:0x51f,_0x1fb119:0x4b1,_0x558c34:0x52a,_0x2fe856:0x4e2,_0x50ecae:0x51d,_0x19457b:0x530,_0x5e7765:0x4b4,_0x48a251:0x194,_0x21bc3c:0x16c,_0x33e9a2:0x13e,_0x3e356f:0x47a,_0x42d652:0x19b,_0xf2c2d6:0x1a8,_0x1b1fcf:0x145,_0x5e6b17:0x124,_0x63a40a:0x137,_0x42fc60:0x15d,_0x2c2bb2:0x159,_0xf8a07d:0x189,_0x1bd518:0x57e,_0x682e68:0xc3,_0x56b7c3:0x163,_0x4e463d:0xfd,_0xa84f59:0x10b,_0x5bea8b:0x14e,_0x53747e:0x451,_0x3f54c5:0x47c,_0x4d79ee:0x208,_0xc05c09:0x1c8,_0x374c9d:0x1ca,_0x13bf66:0xb2,_0x1b2841:0xa0,_0x15a619:0x4fb,_0x53410b:0x484,_0xaaf7f2:0x46f,_0x1c3c5c:0x47e,_0x67e299:0x13d,_0x1c2553:0x1ac,_0x57e7c4:0x452,_0x1561a3:0x110,_0xce5a84:0x178,_0x7b4554:0x11c,_0x63a3a0:0x149,_0x4b705b:0x102,_0x558733:0x4b6,_0xa84f31:0x499,_0x225c3f:0x49f,_0x47e00d:0x10b,_0x33efa1:0x52e,_0x4e92e2:0x55c,_0x138d65:0x1a9,_0x922b7b:0x176,_0x1433ea:0x1dd,_0x213bbf:0x167,_0x419f46:0xfd,_0x2d67cf:0x19c,_0x6d07f8:0x1d9,_0x5e6481:0x250,_0x5eb312:0x441,_0x350491:0x43f,_0x43212e:0x130,_0x23e0bf:0x14a,_0x3bd2f6:0x1f4,_0x19eeec:0x191,_0x4c654a:0xea,_0x29e518:0xeb,_0x638670:0x17a,_0x1b053e:0x44a,_0x1e9341:0x45a,_0x4b0a6c:0x437,_0x25a04e:0x42d,_0x392cb8:0x15c,_0x5ad7ad:0x202,_0x1671f3:0x480,_0x52ae16:0x450,_0x599299:0x4b7,_0x598ae2:0x3f8,_0x44a82f:0x46a,_0xdb1b15:0x415,_0x468ba7:0x4b9,_0x25b0f4:0x46d,_0x379fd5:0x50a,_0x6a991a:0x471,_0x56f06c:0x431,_0x28449f:0x40e,_0x374865:0x1a7,_0x5b0592:0x1a0,_0x52e865:0x1dc,_0x2cc892:0x46b,_0x464ed4:0x477,_0x1f29d1:0x4a3,_0x424330:0x457,_0x372d19:0x507,_0x3cbe06:0x14a,_0x57df01:0x154,_0x2e940f:0x4f2,_0x42ceb7:0x4a0,_0x556f45:0x485,_0x358ff2:0x4c1,_0x4de2a6:0x49c,_0x87d674:0x4cb,_0x2f2dfc:0x503,_0x2ca25c:0x4d5,_0x23cbcb:0x507,_0x30297e:0x565,_0x44e79f:0x52c,_0xee2daa:0x50b,_0x217b38:0x1ed,_0x2b7fc5:0x519,_0x4116d2:0x509,_0x2d6bbf:0x21e,_0x155b83:0x112,_0x1ae571:0x150,_0x12fe01:0x141,_0x1ebc39:0x145,_0x1121a0:0x4e4,_0x5d5691:0x45f,_0x1b6851:0x114,_0x369b18:0x500,_0x265764:0x4e6,_0x48ac86:0x1dc,_0x26955c:0x19d,_0x36b571:0x4b4,_0x2b71a4:0x489,_0x11219d:0x455,_0x31a885:0x4f8,_0x33a893:0x481,_0x43f6b7:0x48c,_0x4f8720:0x405,_0x1c75b7:0x20c,_0x125c1b:0x1e9,_0x576e0d:0x1ea,_0x2f7965:0x21b,_0x218393:0x489,_0x3646ba:0x19e,_0x1f3063:0x170,_0x114530:0x120,_0x2ed104:0xda,_0x3f8d6f:0x47c,_0x124a77:0x47f,_0xc0be1c:0x4bf,_0x448bf6:0x4a9,_0x4f6e07:0x459,_0x2e05ef:0x4d9,_0x4d9d17:0x426,_0x341823:0x46c,_0x156f23:0x440,_0x3637e0:0x47f,_0x4ee3b0:0x4ae,_0x180968:0x436,_0x5de662:0x17b,_0xba3254:0x185,_0x4f077a:0x11d,_0x5a8105:0x17b,_0x59ab0a:0x1ad,_0x42ea76:0x1cb,_0x2a86fe:0x16a,_0x32061e:0x1d1,_0x47a33f:0x21d,_0xbf79c1:0x147,_0x167633:0xff,_0x2142e0:0x4c8,_0x5335d8:0x455,_0x153444:0x488,_0x41c435:0x24b,_0x2f1802:0x1d6,_0x4f7a62:0x166,_0x47e0eb:0xc6,_0x29e413:0x15d,_0x15a562:0x163,_0x2b5f50:0x4b0,_0x276b88:0x4bb,_0x250b45:0x226,_0x237984:0x1eb,_0x2958e9:0x46f,_0x475a8e:0x1e1,_0x44f899:0x15d,_0x33216c:0x16c,_0x42bd5d:0x1b0,_0x2b2816:0x457,_0x14e244:0x483,_0x2e9bd6:0x11e,_0x1685c1:0x182,_0x438d66:0x131,_0x37bb59:0x23d,_0x5227be:0x1d6,_0x3a9960:0x1ef,_0x20c23d:0x492,_0x41dd9b:0x511,_0x986bd3:0x46f,_0x2c86c6:0x4ba,_0x25dfb6:0x490,_0x225726:0x46b,_0x294f76:0x155,_0x50f54c:0x104,_0x59e605:0x1c6,_0x23658b:0x41d,_0x47c660:0x1f2,_0x4eaca4:0x1b1,_0x4fc28d:0x187,_0x3ce303:0x1c1,_0x5c3c6c:0x16f,_0x5311b1:0x22e,_0xe3abd9:0x220,_0x5918a0:0x1cd,_0x43a0d4:0x11e,_0x23d86d:0x11a,_0x3e78c0:0x1fc,_0x5854c7:0x22f,_0x4aa151:0x4eb,_0x5c2235:0x4b5,_0x37e4bb:0x180,_0x56113e:0x46f,_0x40a518:0x486,_0x5a0781:0x4d6,_0x536c3a:0x532,_0x1399ec:0x473,_0x44102d:0x4e9,_0x55331d:0x4ee,_0x38d1b7:0x4b0,_0x13caa8:0x477,_0x574918:0x466,_0x58c8dd:0x4bb,_0x20ed44:0x183,_0x135d82:0x1be,_0x2a63ff:0x4a1,_0x3f20ec:0x4a7,_0x58850c:0x4ab,_0x238293:0x1d6,_0x58c465:0x50e,_0x1884bd:0x4f4,_0x14299a:0x192,_0x1f71db:0x1c4,_0x239578:0x42a,_0xf87a6b:0xd5,_0x246d4f:0x4a0,_0x19f8a8:0x451,_0x314aa1:0x404,_0x2c90a0:0x160,_0x128eae:0x505,_0x52397c:0x4c0,_0x27e3ba:0x4cd,_0x128981:0x45f,_0x182f16:0x216,_0x216d24:0x18d,_0x354d42:0x46c,_0x1842f9:0x1ce,_0x150f9d:0x1b8,_0x157186:0x1c7,_0x56da57:0x49e,_0x393929:0x43e,_0x4dc8b0:0x193,_0x4b0254:0x199,_0x42e3c0:0x175,_0x1441e5:0x111,_0x2529d6:0x195,_0x4e1237:0x1db,_0x2aa173:0x20e,_0x407dd9:0x1ba,_0x42f2e2:0x1e4,_0x2893d2:0x1a9,_0x3b194e:0x1b6,_0x5e5539:0x18c,_0x226478:0x151,_0x1228b5:0x188,_0x3d67a5:0x1db,_0x56b83c:0x250,_0x5d33d9:0x1e2,_0x5d3886:0x24f,_0x2a1eff:0x432,_0x32402b:0x43a,_0x2febf7:0x14b,_0x22dff1:0x4b5,_0x1c4a09:0x526,_0x57ced1:0x1b9,_0x166756:0x104,_0x3d963d:0x9f,_0x7ecc6c:0xa9,_0x3a661f:0x4a9,_0x4befb6:0xf5,_0x26f979:0x104,_0x5ab7ac:0xab,_0x49a8c4:0xcd,_0x324aeb:0x1ce,_0x256a25:0x158,_0xc2b91e:0x4ee,_0x2bd9c6:0x14e,_0x31dd97:0x115,_0x53dc40:0x186,_0x5a0334:0xcc,_0x27d241:0x49e,_0x477e09:0x4ee,_0x235f4d:0x4c7,_0x29d148:0x4ee,_0x48cff8:0x142,_0x471d7e:0x1b7,_0x50d04c:0x1a2,_0x5da07f:0x219,_0x1fb7b7:0x4f1,_0x2292b2:0x555,_0x410fd9:0x453,_0x15fe79:0x4bc,_0x2bf951:0x1a1,_0x5e8f08:0x1de,_0x5daad3:0x168,_0x77666b:0x506,_0x4d40be:0x535,_0x31f5d9:0x459,_0x49f0a6:0x4cc,_0x35d28c:0x10a,_0x1141b2:0x17b,_0x2bceec:0x170,_0x1481ac:0x145,_0x16e8f9:0x12f,_0x27d825:0x47a,_0x5d0129:0x16e,_0x474133:0x134,_0x2560d2:0x53f,_0x1bd57c:0x3ed,_0x34c089:0x461,_0x1c207b:0x138,_0x3c2900:0x4ae,_0x552ebb:0x4ec,_0x4a3756:0x1e0,_0x382c1e:0x1f6,_0x1c1dfd:0x4c9,_0xcb4f34:0x45d,_0x1d77da:0x140,_0x2e87f0:0x4b4,_0x195d88:0x211,_0x59a7b1:0x21e,_0x59f5d0:0x4da,_0x10e465:0x493,_0x60d274:0x204,_0x5b0615:0x17e,_0x59e4f6:0x1d1,_0x32aae0:0x1b1,_0x3df307:0x455,_0x1aacd7:0x18a,_0x3b2c49:0x1ce,_0x3f3f3e:0x4f3,_0x330a04:0x523,_0x16a287:0x4f5},_0x1816fd={_0x3aa281:0x2ad},_0x3fac1a={_0xf3b91a:0x383},_0x23ad3b={'zjJza':_0x30b527(-0xcc,-0x10d,-_0x2fb719._0x57139c,-0xa8)+_0x30b527(-0x1bd,-_0x2fb719._0x1e7578,-0x175,-_0x2fb719._0x228a52)+'r','yFkLM':function(_0x1d4cfb,_0x42a487){return _0x1d4cfb(_0x42a487);},'Oduds':function(_0x22b97f,_0x233829){return _0x22b97f(_0x233829);},'CfRmW':function(_0x3a10fb,_0x5ed8cf){return _0x3a10fb===_0x5ed8cf;},'JnpaQ':_0x30b527(-0x132,-_0x2fb719._0x622704,-0x162,-0x1c4),'cqAwM':function(_0x11d0aa,_0x1e5fd4){return _0x11d0aa!==_0x1e5fd4;},'LbBja':_0x30b527(-0x1e2,-0x179,-_0x2fb719._0x357ea0,-_0x2fb719._0x417c16),'UDYyq':_0x524f28(0x45a,_0x2fb719._0x1df485,0x3f4,_0x2fb719._0x1a5be5),'NgIcf':_0x524f28(_0x2fb719._0x1df485,_0x2fb719._0x2e66e9,_0x2fb719._0x36ced9,0x3f5),'TYgCH':_0x524f28(0x473,_0x2fb719._0x36115a,0x505,0x45f),'ZcvGL':function(_0x10364c,_0x52e922){return _0x10364c+_0x52e922;},'dtxVi':_0x30b527(-0x1de,-0x1b5,-_0x2fb719._0x2bc713,-0x229)+_0x30b527(-0x1ba,-_0x2fb719._0x21ff2b,-0x14c,-_0x2fb719._0x8ff915)+_0x524f28(_0x2fb719._0x25429b,_0x2fb719._0x2caad6,_0x2fb719._0x4ac9cc,0x53b)+'ings\x20in\x20th'+_0x524f28(0x43c,0x4aa,0x4e6,0x4ff),'BfbZq':_0x30b527(-_0x2fb719._0x1be3e7,-_0x2fb719._0x1095c7,-0x16d,-0x153),'WqmdS':_0x524f28(_0x2fb719._0xdcd868,0x496,0x485,_0x2fb719._0xd5adc),'YnJjP':'Email:\x20','cZZDy':function(_0x3fb067,_0x3b61ba){return _0x3fb067(_0x3b61ba);},'rHZVu':_0x524f28(_0x2fb719._0x4de5b1,0x4c5,_0x2fb719._0x2d48a7,0x457)+'\x20','kDpgO':'Password:\x20','fWziN':_0x524f28(0x4d1,_0x2fb719._0x2fd288,_0x2fb719._0x1fb119,0x4f4)+'ssword:\x20','BxWjP':function(_0x5dd52d,_0x4a6772){return _0x5dd52d!==_0x4a6772;},'QRrXF':_0x524f28(0x46c,_0x2fb719._0x2d48a7,0x486,0x446)+_0x524f28(0x53a,_0x2fb719._0x558c34,0x4b8,_0x2fb719._0x2fe856)+_0x524f28(0x50d,_0x2fb719._0x50ecae,_0x2fb719._0x19457b,_0x2fb719._0x5e7765),'qerNv':_0x30b527(-_0x2fb719._0x48a251,-_0x2fb719._0x21bc3c,-0x155,-_0x2fb719._0x33e9a2),'ukiBR':_0x524f28(0x415,0x476,_0x2fb719._0x3e356f,0x415)+_0x30b527(-_0x2fb719._0x42d652,-_0x2fb719._0xf2c2d6,-0x161,-0x19a)+_0x30b527(-0xf5,-_0x2fb719._0x1b1fcf,-_0x2fb719._0x5e6b17,-_0x2fb719._0x63a40a),'PIOLm':function(_0x116149,_0x26cba6){return _0x116149===_0x26cba6;},'nSMvZ':_0x30b527(-0x1cd,-0x19b,-_0x2fb719._0x42fc60,-_0x2fb719._0x2c2bb2),'GYZjQ':'LQqaR','XXFKt':_0x30b527(-0xa4,-0x11a,-_0x2fb719._0xf8a07d,-0x16a)+_0x524f28(0x57f,0x50f,0x4c2,_0x2fb719._0x1bd518)+_0x30b527(-_0x2fb719._0x682e68,-0x124,-_0x2fb719._0x56b7c3,-_0x2fb719._0x4e463d),'SeIYC':'Error:\x20Nam'+_0x30b527(-_0x2fb719._0xa84f59,-0x10a,-0xc6,-_0x2fb719._0x5bea8b)+_0x524f28(0x4c2,_0x2fb719._0x53747e,0x464,_0x2fb719._0x3f54c5),'yyfpR':function(_0x1df933,_0x2dcaf4){return _0x1df933===_0x2dcaf4;},'fLtoc':_0x524f28(0x531,0x4c3,_0x2fb719._0x1df485,0x526),'NtcIt':_0x30b527(-_0x2fb719._0x4d79ee,-_0x2fb719._0xc05c09,-0x183,-0x22c)+_0x30b527(-0x1e6,-0x1ea,-0x1f2,-_0x2fb719._0xf2c2d6)+_0x30b527(-0x213,-_0x2fb719._0x374c9d,-0x1fd,-0x1fc)+_0x30b527(-_0x2fb719._0x13bf66,-0x10e,-_0x2fb719._0x1b2841,-0x14d)+_0x524f28(_0x2fb719._0x15a619,_0x2fb719._0x53410b,_0x2fb719._0xaaf7f2,_0x2fb719._0x1c3c5c),'iOZmM':function(_0x243464,_0xa3b7df){return _0x243464(_0xa3b7df);},'zeOoB':function(_0x51c2f2,_0x406636){return _0x51c2f2(_0x406636);},'KZjvG':function(_0x5e0cd6,_0x97aae3){return _0x5e0cd6(_0x97aae3);},'ngNEf':_0x30b527(-0xf6,-_0x2fb719._0x67e299,-0x165,-_0x2fb719._0x1c2553)+_0x524f28(0x4d7,0x508,0x531,0x4f3)+_0x524f28(0x470,0x4b6,_0x2fb719._0x57e7c4,_0x2fb719._0x2fd288),'fKgSz':_0x30b527(-_0x2fb719._0x1561a3,-_0x2fb719._0xce5a84,-0x16b,-_0x2fb719._0x7b4554)+_0x30b527(-0x10f,-0x13b,-_0x2fb719._0x63a3a0,-_0x2fb719._0x4b705b),'CWaOO':_0x524f28(_0x2fb719._0x558733,0x465,_0x2fb719._0xa84f31,_0x2fb719._0x225c3f)+_0x30b527(-0x147,-_0x2fb719._0x47e00d,-0xd7,-0x127),'tITuG':_0x524f28(0x532,_0x2fb719._0x33efa1,0x4f7,_0x2fb719._0x4e92e2)};let _0x3dd47f;try{_0x3dd47f=_0x23ad3b[_0x30b527(-0x152,-_0x2fb719._0x138d65,-_0x2fb719._0x922b7b,-_0x2fb719._0x1433ea)](parseCreateUserArgs,_0x2c5bbe);}catch(_0x2c65d4){_0x23ad3b['CfRmW'](_0x23ad3b['JnpaQ'],_0x23ad3b[_0x30b527(-_0x2fb719._0x213bbf,-0x15f,-_0x2fb719._0x419f46,-_0x2fb719._0x2d67cf)])?(console[_0x30b527(-0x22f,-0x1d6,-_0x2fb719._0x6d07f8,-0x1e4)](_0x30b527(-0x254,-0x1dd,-_0x2fb719._0x5e6481,-0x21d)+_0x2c65d4[_0x524f28(0x407,0x46a,_0x2fb719._0x5eb312,_0x2fb719._0x350491)]),process[_0x30b527(-0x100,-_0x2fb719._0x56b7c3,-_0x2fb719._0x43212e,-_0x2fb719._0x23e0bf)](-0x10bc+-0x9*-0x1a0+0x21d)):(_0x6498f7[_0x30b527(-_0x2fb719._0x3bd2f6,-0x1d6,-_0x2fb719._0x19eeec,-0x1ad)](_0x23ad3b[_0x30b527(-_0x2fb719._0x4c654a,-0x14d,-_0x2fb719._0x29e518,-_0x2fb719._0x638670)],_0x19e51e),_0xdc8bea[_0x524f28(_0x2fb719._0x1b053e,_0x2fb719._0x1e9341,_0x2fb719._0x4b0a6c,_0x2fb719._0x25a04e)]('Error:\x20Fai'+_0x30b527(-0x158,-0x19d,-_0x2fb719._0x392cb8,-_0x2fb719._0x5ad7ad)+_0x524f28(0x4e8,_0x2fb719._0x1671f3,_0x2fb719._0x52ae16,_0x2fb719._0x599299)+'\x20'+_0x2e1433[_0x524f28(_0x2fb719._0x598ae2,_0x2fb719._0x44a82f,_0x2fb719._0x1b053e,_0x2fb719._0xdb1b15)]),_0x389767['exit'](-0x1b80+-0x112e+0x2caf));}if(_0x3dd47f[_0x524f28(0x473,0x49d,0x4f4,_0x2fb719._0x468ba7)+_0x524f28(_0x2fb719._0x25b0f4,0x4d5,_0x2fb719._0x379fd5,_0x2fb719._0x6a991a)]){if(_0x23ad3b[_0x524f28(0x4be,0x482,_0x2fb719._0x56f06c,_0x2fb719._0x28449f)](_0x23ad3b['LbBja'],_0x23ad3b[_0x30b527(-0x1e5,-_0x2fb719._0x374865,-_0x2fb719._0x5b0592,-0x1c5)])){if(_0x3dd47f[_0x30b527(-0x21b,-_0x2fb719._0x52e865,-0x253,-0x1f1)]===_0x524f28(0x47d,0x4be,0x506,_0x2fb719._0x2cc892))_0x23ad3b['NgIcf']===_0x23ad3b['NgIcf']?console[_0x524f28(_0x2fb719._0x464ed4,_0x2fb719._0x1f29d1,_0x2fb719._0x424330,_0x2fb719._0x372d19)](_0x30b527(-0x105,-_0x2fb719._0x3cbe06,-_0x2fb719._0x57df01,-0x13c)+_0x524f28(0x55c,_0x2fb719._0x2e940f,_0x2fb719._0x42ceb7,_0x2fb719._0x556f45)+_0x524f28(_0x2fb719._0x358ff2,_0x2fb719._0x4de2a6,_0x2fb719._0x87d674,0x504)+_0x524f28(0x562,_0x2fb719._0x2f2dfc,_0x2fb719._0x2ca25c,0x56f)+'\x20--admin\x20i'+_0x524f28(0x51b,_0x2fb719._0x23cbcb,0x54d,0x4f9)):(_0x592119=!![],_0x1686ab[_0x524f28(_0x2fb719._0x30297e,_0x2fb719._0x44e79f,0x501,_0x2fb719._0xee2daa)+_0x30b527(-0x13e,-0x187,-_0x2fb719._0x217b38,-0x14f)]=!![]);else{if(_0x23ad3b['TYgCH']!==_0x23ad3b['TYgCH']){const _0x33faa4={_0x2254fa:0x1f7,_0x246eee:0x22e},_0x41240e={_0xd0b18b:0x302,_0x3c3cb8:0x162},_0x37823d={};_0x37823d[_0x524f28(0x555,_0x2fb719._0x2b7fc5,_0x2fb719._0x4116d2,0x52d)]=_0x2f3621['stdin'],_0x37823d[_0x30b527(-_0x2fb719._0x2d6bbf,-0x1eb,-0x224,-0x229)]=_0x2c3ed8['stdout'];const _0x4430ed=_0x357fe7['createInte'+_0x30b527(-_0x2fb719._0x155b83,-_0x2fb719._0x1ae571,-_0x2fb719._0x12fe01,-_0x2fb719._0x1ebc39)](_0x37823d);_0x4430ed[_0x524f28(_0x2fb719._0x1121a0,0x4cf,0x50e,_0x2fb719._0x5d5691)](_0x4da0c5,_0x25b4ef=>{function _0x1ba56f(_0x21937d,_0x2e93fd,_0x15196c,_0x209fc3){return _0x524f28(_0x21937d-0x36,_0x2e93fd- -_0x41240e._0xd0b18b,_0x15196c,_0x209fc3-_0x41240e._0x3c3cb8);}_0x4430ed['close'](),_0x23ad3b[_0x1ba56f(_0x33faa4._0x2254fa,_0x33faa4._0x246eee,0x222,0x29f)](_0x3f0ac0,_0x25b4ef);});}else console['warn'](_0x23ad3b[_0x30b527(-0x117,-_0x2fb719._0x1b6851,-0x14c,-0x168)](_0x524f28(_0x2fb719._0x369b18,_0x2fb719._0x265764,0x48d,0x4a4)+'-role='+_0x3dd47f[_0x30b527(-0x232,-_0x2fb719._0x48ac86,-_0x2fb719._0x26955c,-0x20e)]+(_0x524f28(0x478,_0x2fb719._0x36b571,_0x2fb719._0x2b71a4,0x4cc)+_0x524f28(_0x2fb719._0x11219d,0x48b,_0x2fb719._0x31a885,_0x2fb719._0x33a893)+_0x524f28(0x402,0x475,_0x2fb719._0x43f6b7,_0x2fb719._0x4f8720)+'ontrols\x20en'+_0x30b527(-_0x2fb719._0x1c75b7,-_0x2fb719._0x125c1b,-_0x2fb719._0x576e0d,-_0x2fb719._0x2f7965)+_0x524f28(0x4ab,0x4cb,_0x2fb719._0x218393,0x535)),_0x23ad3b['dtxVi']));}}else _0x175207=_0x57273b(_0x38763e);}!_0x3dd47f['username']&&(_0x23ad3b['cqAwM'](_0x23ad3b[_0x30b527(-_0x2fb719._0x3646ba,-0x1a3,-_0x2fb719._0x1f3063,-0x1a0)],_0x23ad3b[_0x30b527(-0x132,-_0x2fb719._0x114530,-_0x2fb719._0x2ed104,-0xf0)])?_0x3dd47f[_0x524f28(_0x2fb719._0x3f8d6f,0x455,_0x2fb719._0x124a77,_0x2fb719._0xc0be1c)]=await _0x23ad3b['Oduds'](prompt,_0x524f28(0x4a8,0x4c1,_0x2fb719._0x448bf6,0x4ed)):_0x2e8868[_0x524f28(_0x2fb719._0x4f6e07,0x47f,_0x2fb719._0x2e05ef,0x4b7)]=_0x5deeed[_0x524f28(_0x2fb719._0x4d9d17,_0x2fb719._0x341823,0x4dd,0x3f7)]('=')[-0x203f+0x292*-0x6+0x54c*0x9]);!_0x3dd47f[_0x524f28(_0x2fb719._0x156f23,_0x2fb719._0x3637e0,_0x2fb719._0x4ee3b0,_0x2fb719._0x180968)]&&(_0x3dd47f['email']=await prompt(_0x23ad3b['YnJjP']));!_0x3dd47f[_0x30b527(-0x194,-_0x2fb719._0x5de662,-_0x2fb719._0x12fe01,-_0x2fb719._0xba3254)]&&(_0x3dd47f[_0x30b527(-_0x2fb719._0x4f077a,-_0x2fb719._0x5a8105,-_0x2fb719._0x59ab0a,-_0x2fb719._0x42ea76)]=await _0x23ad3b[_0x30b527(-0x136,-_0x2fb719._0x2a86fe,-0x1b8,-0x16d)](prompt,_0x23ad3b[_0x30b527(-0x1d7,-_0x2fb719._0x32061e,-0x196,-_0x2fb719._0x47a33f)]));if(!_0x3dd47f[_0x30b527(-0x129,-_0x2fb719._0xbf79c1,-0xe1,-_0x2fb719._0x167633)]){_0x3dd47f['password']=await prompt(_0x23ad3b['kDpgO'],!![]);const _0x512caf=await prompt(_0x23ad3b[_0x524f28(_0x2fb719._0x2142e0,0x49e,0x4ba,_0x2fb719._0x5335d8)],!![]);_0x23ad3b[_0x524f28(0x44b,0x44a,0x498,_0x2fb719._0x153444)](_0x3dd47f['password'],_0x512caf)&&(console[_0x30b527(-_0x2fb719._0x41c435,-_0x2fb719._0x2f1802,-0x188,-_0x2fb719._0x4f7a62)](_0x23ad3b[_0x30b527(-0x160,-0x12c,-_0x2fb719._0x47e0eb,-_0x2fb719._0x29e413)]),process[_0x30b527(-0xf7,-_0x2fb719._0x15a562,-_0x2fb719._0x32061e,-0x115)](-0x3*0xcb9+-0x1a4d+0x4079*0x1));}(!_0x3dd47f['username']||_0x23ad3b[_0x524f28(0x4b3,_0x2fb719._0x2b5f50,_0x2fb719._0x276b88,0x479)](_0x3dd47f[_0x30b527(-0x1fc,-0x1db,-_0x2fb719._0x250b45,-_0x2fb719._0x237984)][_0x524f28(_0x2fb719._0x468ba7,_0x2fb719._0x2958e9,_0x2fb719._0x153444,0x453)](),''))&&(_0x23ad3b['CfRmW'](_0x23ad3b[_0x30b527(-0x208,-_0x2fb719._0x475a8e,-0x237,-0x1ce)],_0x30b527(-_0x2fb719._0x44f899,-_0x2fb719._0x33216c,-0x1e1,-_0x2fb719._0x42bd5d))?(console[_0x524f28(0x490,_0x2fb719._0x1e9341,_0x2fb719._0x2b2816,_0x2fb719._0x14e244)](_0x23ad3b[_0x30b527(-0xbf,-0x107,-0x17e,-_0x2fb719._0x2e9bd6)]),process[_0x30b527(-_0x2fb719._0x1685c1,-0x163,-_0x2fb719._0x438d66,-0x155)](0x291*-0x3+0x3*-0x9d+0x98b)):(_0xf8b967[_0x30b527(-_0x2fb719._0x37bb59,-_0x2fb719._0x5227be,-0x183,-_0x2fb719._0x3a9960)](_0x524f28(0x4b1,0x4c2,_0x2fb719._0x36115a,_0x2fb719._0x20c23d)+_0x524f28(_0x2fb719._0x41dd9b,0x4c8,0x53d,_0x2fb719._0x986bd3)+_0x524f28(_0x2fb719._0x2c86c6,_0x2fb719._0x25dfb6,0x496,0x4c0)+_0x560df4[_0x524f28(_0x2fb719._0x225726,_0x2fb719._0x124a77,0x469,_0x2fb719._0x468ba7)]+'\x22.'),_0x3be3d3[_0x30b527(-_0x2fb719._0x294f76,-0x163,-_0x2fb719._0x50f54c,-_0x2fb719._0x59e605)](-0x26*-0x77+0xfad*-0x2+-0xdb1*-0x1)));function _0x524f28(_0x590879,_0x26e34f,_0x175393,_0x45579d){return _0x5cfb(_0x26e34f-_0x3fac1a._0xf3b91a,_0x175393);}(!_0x3dd47f['email']||_0x23ad3b[_0x524f28(0x47e,0x471,0x4c7,_0x2fb719._0x23658b)](_0x3dd47f[_0x30b527(-_0x2fb719._0x47c660,-_0x2fb719._0x4eaca4,-0x146,-_0x2fb719._0x4fc28d)][_0x30b527(-0x158,-_0x2fb719._0x3ce303,-_0x2fb719._0x5c3c6c,-_0x2fb719._0x5311b1)](),''))&&(_0x23ad3b[_0x30b527(-_0x2fb719._0x1ae571,-0x1bf,-_0x2fb719._0xe3abd9,-_0x2fb719._0x5918a0)](_0x23ad3b['nSMvZ'],_0x23ad3b[_0x30b527(-0x157,-0x158,-_0x2fb719._0x43a0d4,-_0x2fb719._0x23d86d)])?(_0x103b97['close'](),_0x23ad3b[_0x30b527(-_0x2fb719._0x57139c,-0x1a9,-0x173,-0x18f)](_0x1224c8,_0x1f364f)):(console[_0x30b527(-0x243,-_0x2fb719._0x2f1802,-_0x2fb719._0x3e78c0,-_0x2fb719._0x5854c7)](_0x23ad3b['XXFKt']),process[_0x524f28(0x510,0x4cd,_0x2fb719._0x4aa151,_0x2fb719._0x4ee3b0)](-0x59a*-0x6+0x319+-0x24b4)));(!_0x3dd47f[_0x524f28(0x4e0,_0x2fb719._0x5c2235,0x4c6,_0x2fb719._0x4ee3b0)]||_0x23ad3b[_0x30b527(-_0x2fb719._0x7b4554,-_0x2fb719._0x37e4bb,-0x1e7,-0x1ce)](_0x3dd47f[_0x30b527(-0x176,-0x17b,-0x1c6,-0x1c8)][_0x524f28(0x490,_0x2fb719._0x56113e,_0x2fb719._0x40a518,_0x2fb719._0x5a0781)](),''))&&(console[_0x30b527(-0x233,-_0x2fb719._0x2f1802,-0x24c,-0x1c0)](_0x23ad3b['SeIYC']),process[_0x524f28(_0x2fb719._0x536c3a,0x4cd,_0x2fb719._0x2f2dfc,0x4fc)](-0xd*-0x21b+-0x24e+-0x1910));(!_0x3dd47f[_0x524f28(_0x2fb719._0x1399ec,_0x2fb719._0x44102d,_0x2fb719._0x55331d,0x4ae)]||_0x3dd47f[_0x524f28(0x48c,_0x2fb719._0x44102d,_0x2fb719._0x2fe856,0x4dd)][_0x524f28(_0x2fb719._0x38d1b7,_0x2fb719._0x13caa8,0x452,_0x2fb719._0x574918)]<0x1911+0x35f+-0x1c68)&&(_0x23ad3b[_0x524f28(0x4e4,0x49a,_0x2fb719._0x58c8dd,0x4f2)](_0x23ad3b[_0x30b527(-0x198,-_0x2fb719._0x20ed44,-_0x2fb719._0x135d82,-0x182)],_0x23ad3b[_0x524f28(_0x2fb719._0x2a63ff,0x4ad,_0x2fb719._0x3f20ec,_0x2fb719._0x58850c)])?(console[_0x30b527(-0x1e9,-_0x2fb719._0x238293,-0x1d7,-0x1be)](_0x23ad3b[_0x524f28(0x4a1,_0x2fb719._0x58c465,_0x2fb719._0x1884bd,0x513)]),process[_0x30b527(-_0x2fb719._0x14299a,-_0x2fb719._0x56b7c3,-0x1ce,-_0x2fb719._0x1f71db)](0x1603+0x1*-0x1b55+0x553*0x1)):(_0x35561d[_0x524f28(0x414,0x45a,_0x2fb719._0x239578,_0x2fb719._0x2e66e9)](_0x30b527(-0xca,-0x105,-0x9d,-_0x2fb719._0xf87a6b)+'e\x20is\x20requi'+_0x524f28(_0x2fb719._0x246d4f,_0x2fb719._0x19f8a8,0x469,0x3ff)),_0x191a8a['exit'](0x132a*0x2+-0x117a*-0x2+-0x4947*0x1)));function _0x30b527(_0x29750a,_0xc17992,_0x18a860,_0x3b8046){return _0x5cfb(_0xc17992- -_0x1816fd._0x3aa281,_0x29750a);}const _0x409b31=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x409b31[_0x524f28(0x3f2,0x44d,0x3f4,_0x2fb719._0x314aa1)](_0x3dd47f[_0x30b527(-_0x2fb719._0xc05c09,-0x1b1,-_0x2fb719._0x2c90a0,-0x1f5)])&&(console['error'](_0x524f28(_0x2fb719._0x128eae,0x4c2,0x4f6,0x4fd)+'alid\x20email'+'\x20format\x20\x22'+_0x3dd47f[_0x524f28(0x4e6,0x47f,_0x2fb719._0x52397c,_0x2fb719._0x350491)]+'\x22.'),process[_0x524f28(0x524,_0x2fb719._0x27e3ba,_0x2fb719._0x128981,0x516)](-0xe55+0x1*-0x5e+0xeb4));const _0x2d5d71=/^[a-zA-Z0-9_-]+$/;!_0x2d5d71[_0x30b527(-0x1c1,-0x1e3,-_0x2fb719._0x182f16,-0x257)](_0x3dd47f[_0x30b527(-0x18d,-0x1db,-0x17c,-0x17a)])&&(console['error'](_0x524f28(0x461,0x4c2,0x457,_0x2fb719._0x3e356f)+'alid\x20usern'+'ame\x20\x22'+_0x3dd47f[_0x30b527(-0x221,-0x1db,-_0x2fb719._0x5a8105,-_0x2fb719._0x216d24)]+(_0x524f28(0x429,0x494,_0x2fb719._0x354d42,0x4b1)+_0x30b527(-_0x2fb719._0x47e00d,-0x119,-0x16c,-0x17b)+_0x30b527(-_0x2fb719._0x1842f9,-_0x2fb719._0x150f9d,-0x1b2,-_0x2fb719._0x157186)+'underscore'+'s,\x20and\x20hyp'+_0x524f28(_0x2fb719._0x56da57,0x469,0x478,_0x2fb719._0x393929))),process[_0x30b527(-_0x2fb719._0x4dc8b0,-_0x2fb719._0x15a562,-0x17c,-0x1c2)](0x23*0x2b+-0xe73*-0x1+-0x1d9*0xb));try{const _0x30888d=await _0x23ad3b[_0x30b527(-_0x2fb719._0x4b0254,-_0x2fb719._0x42e3c0,-_0x2fb719._0x1441e5,-_0x2fb719._0x2529d6)](findUserByUsername,_0x3dd47f[_0x30b527(-0x176,-_0x2fb719._0x4e1237,-0x169,-0x1a4)]);_0x30888d&&(console[_0x30b527(-_0x2fb719._0x2aa173,-_0x2fb719._0x238293,-_0x2fb719._0x213bbf,-0x1dd)](_0x30b527(-0x173,-_0x2fb719._0x407dd9,-_0x2fb719._0x42f2e2,-_0x2fb719._0x2893d2)+_0x30b527(-_0x2fb719._0x1ae571,-0x18c,-0x1e7,-0x146)+_0x3dd47f[_0x30b527(-0x1e3,-0x1db,-0x1b6,-0x195)]+('\x22\x20already\x20'+_0x30b527(-_0x2fb719._0x3b194e,-0x19f,-_0x2fb719._0x5e5539,-0x156))),process['exit'](0x272*-0xa+0x107*-0x1+-0x7*-0x3a4));console[_0x30b527(-0x16a,-0x142,-0x19e,-0x13f)](_0x524f28(_0x2fb719._0x574918,0x498,_0x2fb719._0x1df485,_0x2fb719._0x225c3f)+_0x30b527(-0x1a5,-_0x2fb719._0x226478,-0xee,-0x147)+_0x3dd47f[_0x30b527(-0x191,-0x1db,-0x19b,-_0x2fb719._0x1228b5)]+'\x22...');const _0x3f49e1={};_0x3f49e1[_0x30b527(-0x1c2,-_0x2fb719._0x3d67a5,-_0x2fb719._0x56b83c,-0x1b9)]=_0x3dd47f[_0x30b527(-0x24c,-_0x2fb719._0x3d67a5,-_0x2fb719._0x5d33d9,-_0x2fb719._0x5d3886)],_0x3f49e1['email']=_0x3dd47f[_0x524f28(_0x2fb719._0x2a1eff,0x47f,0x464,_0x2fb719._0x32402b)],_0x3f49e1[_0x30b527(-0x133,-0x17b,-0x172,-_0x2fb719._0x2febf7)]=_0x3dd47f[_0x524f28(0x49f,_0x2fb719._0x22dff1,_0x2fb719._0x1c4a09,0x4b1)],_0x3f49e1[_0x30b527(-0xdb,-0x147,-_0x2fb719._0x1095c7,-_0x2fb719._0x57ced1)]=_0x3dd47f[_0x30b527(-0xf1,-0x147,-0x19a,-_0x2fb719._0x5a8105)],_0x3f49e1['isServerAd'+_0x524f28(_0x2fb719._0x393929,0x4a9,0x43b,_0x2fb719._0x369b18)]=_0x3dd47f[_0x30b527(-0x159,-_0x2fb719._0x166756,-_0x2fb719._0x3d963d,-_0x2fb719._0x7ecc6c)+_0x524f28(0x44f,_0x2fb719._0x3a661f,0x495,_0x2fb719._0x2d48a7)]||undefined;const _0xe4dac6=await _0x23ad3b['zeOoB'](createUser,_0x3f49e1);_0x3dd47f[_0x30b527(-_0x2fb719._0x4befb6,-_0x2fb719._0x26f979,-_0x2fb719._0x5ab7ac,-_0x2fb719._0x49a8c4)+'min']&&await _0x23ad3b[_0x30b527(-_0x2fb719._0x324aeb,-0x1c0,-0x1fe,-_0x2fb719._0x256a25)](createServerAdminBinding,_0xe4dac6['id']),console[_0x524f28(0x554,_0x2fb719._0xc2b91e,0x52b,_0x2fb719._0x4aa151)](''),console['log'](_0x23ad3b[_0x30b527(-_0x2fb719._0x2bd9c6,-_0x2fb719._0x31dd97,-_0x2fb719._0x53dc40,-_0x2fb719._0x5a0334)]),console[_0x524f28(_0x2fb719._0x27d241,_0x2fb719._0x477e09,0x52e,_0x2fb719._0x1121a0)](''),console[_0x524f28(_0x2fb719._0x235f4d,_0x2fb719._0x29d148,0x504,0x48f)](_0x23ad3b['fKgSz']),console[_0x30b527(-0xfc,-_0x2fb719._0x48cff8,-0xf5,-_0x2fb719._0x471d7e)](_0x30b527(-0x1bc,-_0x2fb719._0x50d04c,-0x1c5,-_0x2fb719._0x5da07f)+'\x20\x20\x20\x20\x20'+_0xe4dac6['id']),console[_0x524f28(0x497,0x4ee,0x4b4,0x55f)](_0x524f28(0x4dd,0x4d3,_0x2fb719._0x1121a0,0x510)+_0x524f28(_0x2fb719._0x38d1b7,_0x2fb719._0x1fb7b7,0x49f,_0x2fb719._0x2292b2)+_0xe4dac6[_0x524f28(0x4af,0x455,_0x2fb719._0x410fd9,_0x2fb719._0x15fe79)]),console[_0x30b527(-0xcb,-_0x2fb719._0x48cff8,-_0x2fb719._0x2bf951,-0x120)](_0x30b527(-0x20f,-_0x2fb719._0x5e8f08,-0x1ed,-0x1ce)+_0x30b527(-_0x2fb719._0x5e5539,-0x18e,-_0x2fb719._0x1ebc39,-0x164)+_0xe4dac6[_0x30b527(-0x1e3,-0x1b1,-0x17d,-_0x2fb719._0x5daad3)]),console[_0x524f28(_0x2fb719._0x77666b,0x4ee,0x47d,_0x2fb719._0x4d40be)](_0x524f28(0x436,_0x2fb719._0x31f5d9,_0x2fb719._0x49f0a6,_0x2fb719._0x2a63ff)+'\x20\x20\x20\x20\x20'+_0xe4dac6[_0x30b527(-_0x2fb719._0x35d28c,-_0x2fb719._0x1141b2,-_0x2fb719._0x294f76,-_0x2fb719._0x2bceec)]),console[_0x30b527(-0x174,-_0x2fb719._0x48cff8,-_0x2fb719._0x1481ac,-0x176)](_0x30b527(-0xf3,-_0x2fb719._0x16e8f9,-0x159,-0x11c)+_0x524f28(0x4fc,_0x2fb719._0x49f0a6,0x48c,_0x2fb719._0x27d825)+(_0x3dd47f['isServerAd'+_0x524f28(_0x2fb719._0x393929,0x4a9,0x454,0x478)]?_0x23ad3b[_0x30b527(-0xfc,-0x15c,-_0x2fb719._0x5d0129,-_0x2fb719._0x474133)]:'no')),console['log'](''),console[_0x524f28(_0x2fb719._0x58850c,_0x2fb719._0x477e09,_0x2fb719._0x2560d2,_0x2fb719._0x5e7765)](_0x524f28(_0x2fb719._0x1bd57c,_0x2fb719._0x34c089,0x4c8,_0x2fb719._0x2a1eff)+_0x30b527(-_0x2fb719._0x1095c7,-_0x2fb719._0x1c207b,-0xd4,-0x13d)+_0x524f28(_0x2fb719._0x3c2900,0x4f4,_0x2fb719._0x552ebb,0x507)+_0x30b527(-_0x2fb719._0x4a3756,-_0x2fb719._0x2bf951,-0x217,-_0x2fb719._0x382c1e)+_0x524f28(0x4ca,_0x2fb719._0x1c1dfd,0x46b,0x485)+'ssword.');}catch(_0x3b1847){_0x23ad3b[_0x524f28(0x405,0x44a,0x3ee,_0x2fb719._0xcb4f34)](_0x23ad3b['tITuG'],_0x30b527(-0x193,-0x159,-_0x2fb719._0x1d77da,-0x160))?(logger[_0x524f28(0x441,_0x2fb719._0x1e9341,_0x2fb719._0x2e87f0,0x3fe)](_0x23ad3b['zjJza'],_0x3b1847),console[_0x30b527(-_0x2fb719._0x195d88,-0x1d6,-0x247,-_0x2fb719._0x59a7b1)](_0x524f28(_0x2fb719._0x49f0a6,_0x2fb719._0x59f5d0,0x50e,0x543)+_0x524f28(0x50a,_0x2fb719._0x10e465,0x45a,0x457)+'ate\x20user\x20-'+'\x20'+_0x3b1847[_0x30b527(-_0x2fb719._0xba3254,-0x1c6,-_0x2fb719._0x60d274,-0x16f)]),process[_0x30b527(-_0x2fb719._0x5b0615,-0x163,-0x175,-_0x2fb719._0x59e4f6)](0x3*-0x894+0x1a15+0x2*-0x2c)):(_0x4c14a4[_0x524f28(0x4cc,0x45a,0x48a,0x48f)](_0x30b527(-0x1e8,-_0x2fb719._0x407dd9,-_0x2fb719._0x32aae0,-0x148)+'r\x20\x22'+_0xd2190c[_0x524f28(0x4b3,_0x2fb719._0x3df307,0x440,0x473)]+(_0x30b527(-_0x2fb719._0x1aacd7,-_0x2fb719._0x2c90a0,-_0x2fb719._0x42d652,-_0x2fb719._0x3b2c49)+_0x524f28(0x45e,0x491,_0x2fb719._0x3f3f3e,_0x2fb719._0x59f5d0))),_0x55cf5e[_0x524f28(_0x2fb719._0x330a04,_0x2fb719._0x27e3ba,0x465,_0x2fb719._0x16a287)](-0x1618+0x128c+0x38d));}}
1
+ (function(_0x458e76,_0x581285){const _0x5cc9f4={_0x40ec71:0x34,_0x14b17e:0x42,_0x2a877e:0x32,_0x26862e:0x51,_0x2b2bac:0x14,_0x491447:0x2,_0x3ff059:0x134,_0x3e7d94:0x135,_0x469bf1:0x1a6,_0x2b2be0:0x11,_0x3bb232:0x8c,_0x35c209:0x55,_0xc25e7e:0x60,_0x542512:0x44,_0x10b9e9:0x117,_0x34e90c:0x165,_0x513382:0x1b4,_0x422ea5:0xfe,_0x395cee:0x119,_0x5890cf:0xdb,_0x52c76b:0x111},_0x9bdbf0={_0xf23221:0x47};function _0x12c7db(_0x2b9606,_0x2a66e5,_0x508655,_0x543356){return _0x4ee8(_0x2a66e5-_0x9bdbf0._0xf23221,_0x543356);}function _0x2e4fe5(_0x50e586,_0x2c2919,_0x5466f7,_0x21398c){return _0x4ee8(_0x21398c- -0x156,_0x2c2919);}const _0x5a144e=_0x458e76();while(!![]){try{const _0x194732=-parseInt(_0x2e4fe5(-_0x5cc9f4._0x40ec71,_0x5cc9f4._0x14b17e,-_0x5cc9f4._0x14b17e,-_0x5cc9f4._0x2a877e))/(-0x12*-0x97+0x448+-0xee5)+parseInt(_0x2e4fe5(0x5c,-_0x5cc9f4._0x26862e,-_0x5cc9f4._0x2b2bac,_0x5cc9f4._0x491447))/(-0x88f*-0x1+-0x1d2d*-0x1+-0x25ba)+-parseInt(_0x12c7db(_0x5cc9f4._0x3ff059,0x167,0x10e,_0x5cc9f4._0x3e7d94))/(0x5fb+0x1b96+-0x2*0x10c7)*(-parseInt(_0x12c7db(_0x5cc9f4._0x469bf1,0x1b3,0x157,0x17f))/(0x1*-0x293+0x151*-0x1+0x3e8))+parseInt(_0x2e4fe5(-0x19,-_0x5cc9f4._0x2b2be0,-_0x5cc9f4._0x3bb232,-_0x5cc9f4._0x35c209))/(-0x1957+-0x1ace+0x342a)*(-parseInt(_0x2e4fe5(-_0x5cc9f4._0xc25e7e,-0x57,0x20,-_0x5cc9f4._0x542512))/(-0x1*-0x105f+-0x1875+0x40e*0x2))+parseInt(_0x12c7db(0x110,0x179,0x194,_0x5cc9f4._0x10b9e9))/(-0xe58+-0x2669+0x34c8)*(-parseInt(_0x2e4fe5(-0x28,0x62,-0x5a,0xb))/(0xd*-0x8b+-0x1*-0xa6f+0x1*-0x358))+parseInt(_0x12c7db(0x198,_0x5cc9f4._0x34e90c,_0x5cc9f4._0x513382,_0x5cc9f4._0x422ea5))/(0x1*0x407+-0x35b*0x7+0x137f)*(parseInt(_0x12c7db(0xdf,0xd1,_0x5cc9f4._0x395cee,_0x5cc9f4._0x5890cf))/(-0x1a0d*0x1+-0x1*-0x11f9+0x81e))+-parseInt(_0x12c7db(0x179,_0x5cc9f4._0x52c76b,0x180,0xcc))/(-0x121f+0x7*0x50e+-0x1138);if(_0x194732===_0x581285)break;else _0x5a144e['push'](_0x5a144e['shift']());}catch(_0xc8950e){_0x5a144e['push'](_0x5a144e['shift']());}}}(_0x513e,0x4173*-0x14+-0x9b*0x14b1+-0x9a*-0x2e73));import _0xf0102 from'readline';function _0x4ee8(_0x115980,_0x3f3c7c){_0x115980=_0x115980-(0x189*-0x11+0x188b+-0xb*-0x2e);const _0x3e3e3b=_0x513e();let _0x57bef9=_0x3e3e3b[_0x115980];if(_0x4ee8['IBqSPd']===undefined){var _0x3b2fa1=function(_0x1c32d8){const _0x36496b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x57ce34='',_0x1f4ef5='';for(let _0x43d168=0x1*0x7f7+-0x18*0x81+0x1*0x421,_0x245642,_0x4afc27,_0x362780=-0x7c+0x3*-0xc1+0x2bf;_0x4afc27=_0x1c32d8['charAt'](_0x362780++);~_0x4afc27&&(_0x245642=_0x43d168%(-0x2dd+0x1882+-0x1*0x15a1)?_0x245642*(0x15b4+0x1bd8+0x5*-0x9dc)+_0x4afc27:_0x4afc27,_0x43d168++%(-0x2*-0x43c+0x1*-0x2b+-0x849))?_0x57ce34+=String['fromCharCode'](-0x45b*0x3+-0xba+-0x2*-0x765&_0x245642>>(-(-0x1d91*-0x1+0x2f*-0xd+0x94*-0x2f)*_0x43d168&0xa4*-0x1+0x11f2*0x2+-0x233a)):-0x1650+-0x240c+-0x1d2e*-0x2){_0x4afc27=_0x36496b['indexOf'](_0x4afc27);}for(let _0x204945=-0x1bc9+-0x1130+0x2cf9*0x1,_0x2942c2=_0x57ce34['length'];_0x204945<_0x2942c2;_0x204945++){_0x1f4ef5+='%'+('00'+_0x57ce34['charCodeAt'](_0x204945)['toString'](0x1028+-0x160+-0xeb8))['slice'](-(0x7f4+0x1*-0x2478+-0x4c1*-0x6));}return decodeURIComponent(_0x1f4ef5);};_0x4ee8['NmxxAh']=_0x3b2fa1,_0x4ee8['RDNPPi']={},_0x4ee8['IBqSPd']=!![];}const _0x27fe90=_0x3e3e3b[0x17f1+-0xac*0x2a+0x447],_0x100898=_0x115980+_0x27fe90,_0x49e463=_0x4ee8['RDNPPi'][_0x100898];return!_0x49e463?(_0x57bef9=_0x4ee8['NmxxAh'](_0x57bef9),_0x4ee8['RDNPPi'][_0x100898]=_0x57bef9):_0x57bef9=_0x49e463,_0x57bef9;}import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function prompt(_0x34b3cc,_0x149bf5=![]){const _0x267418={_0x19a000:0x3d1,_0x2b93a8:0x397,_0x4745ab:0x348,_0x1e4ca3:0x341,_0x5130a8:0x332,_0x21c3c6:0x479,_0xb2d3c:0x402,_0x109744:0x478,_0x2771db:0x382,_0x192810:0x438,_0x380f9d:0x3e7,_0x22bf6a:0x450,_0xd81c35:0x38e},_0x3181ed={_0x34f72f:0x13b,_0x278f95:0x1a3,_0x5ae4cb:0x14c,_0x51f4a9:0x21e,_0x4fe725:0x1d6,_0x28dcbe:0x1db,_0x85066f:0x1ea,_0x1dfcd5:0x110,_0x50f93b:0x11d,_0x102a0e:0xd5,_0x203b39:0x223,_0xcfadbb:0x1ee,_0x898087:0x117,_0x217af8:0x198,_0x51f9bc:0xe0,_0xa2df7b:0xf7,_0x16856c:0xe8,_0x58c3c2:0x131,_0x7a73c:0x159,_0x24beaa:0x10a,_0x3772b1:0x1e6,_0x416959:0x14d,_0x321f29:0x17f,_0x1b4a78:0x1c5,_0x2ef775:0x17c,_0x5bd80d:0x9d,_0x1ad504:0x109,_0xb854a5:0x88,_0x5755c9:0x12b,_0x37dba9:0xaf,_0x5ecd08:0x151,_0x1f3450:0x1c6,_0x479821:0x114,_0x508c38:0x140,_0x4d55f5:0x1e6,_0xf7bffd:0x228,_0xc0f04c:0x234,_0x5b46ea:0xf1,_0x4fafc1:0xe6,_0x15c61a:0x13f,_0x2994a4:0x22e,_0x4146d3:0x1c1,_0x5c87e4:0x12a,_0xff84e8:0x4c,_0x37fc74:0xb9,_0x49f3ea:0x102,_0x5381d6:0xdf,_0x5fff19:0x155},_0x5a4a05={_0x285913:0x463,_0x36917b:0x4a9,_0x1c6521:0x493},_0xccea19={_0x22f48f:0xd4,_0x48910a:0x123,_0x3593f2:0xaf,_0x415678:0x2e6,_0x5f0603:0x316,_0x5f1605:0x2a0,_0x50c720:0xc1,_0x2e3f7d:0xe8,_0x5b377c:0x143,_0x129bbe:0x13b,_0xfbf1d8:0x12d,_0x5bc621:0x15c,_0xbfc834:0x132,_0x2cb77a:0xba,_0x51cf80:0x31c,_0x202d16:0x2e9,_0x4fb8e7:0x392,_0x73df91:0x1ae,_0x10a337:0x12f,_0x116299:0xd8},_0x4299cd={_0x2fe791:0x1c3,_0x1d141e:0x1cd,_0x2a7a87:0x204},_0x1a1145={_0x53c40e:0xc6},_0x300eaf={_0x3d1d4f:0x34d,_0x45416c:0x328,_0x59d47e:0x3aa},_0xdca162={_0x4827d6:0x1b8},_0x23fdcc={_0x2fab94:0x2c9,_0x57cdf0:0x1f4,_0x28a6b3:0x256},_0x285a18={_0x1395a8:0x369},_0x9c4ba3={_0x4cdbc0:0x2e9};function _0x2e4efe(_0x1fddbb,_0x223932,_0x44ff9a,_0x3c3372){return _0x4ee8(_0x1fddbb-_0x9c4ba3._0x4cdbc0,_0x44ff9a);}const _0x58ab7b={'mLyzH':function(_0xa00f4,_0x27f63a){return _0xa00f4===_0x27f63a;},'zTTfB':_0x2e4efe(_0x267418._0x19a000,0x3ae,_0x267418._0x2b93a8,0x3a6)+_0x2e4efe(0x398,_0x267418._0x4745ab,_0x267418._0x1e4ca3,_0x267418._0x5130a8)+_0x12db9a(0x410,0x4b9,_0x267418._0x21c3c6,0x455)+_0x2e4efe(_0x267418._0xb2d3c,_0x267418._0x109744,0x3c8,_0x267418._0x2771db),'ItwSF':_0x12db9a(0x3d1,_0x267418._0x192810,_0x267418._0x380f9d,_0x267418._0x22bf6a),'nfNGj':function(_0x260b46,_0x5c6991){return _0x260b46(_0x5c6991);},'WMRQS':function(_0x29b470){return _0x29b470();},'zDjkY':function(_0x3376ce,_0x1019dc){return _0x3376ce!==_0x1019dc;},'ARiQz':_0x2e4efe(_0x267418._0xd81c35,0x3fa,0x32b,0x3cf)};function _0x12db9a(_0x21a197,_0x595de5,_0x2fc800,_0x29ac12){return _0x4ee8(_0x29ac12-_0x285a18._0x1395a8,_0x2fc800);}return new Promise(_0x3d3f07=>{const _0x5d8ff3={_0x176d86:0x23d},_0x3c26ae={_0x5744a7:0x18},_0x539853={_0x3296c1:0x64,_0x537582:0x19f,_0x51578f:0x141},_0xa3fcd4={_0x116b42:0x1aa,_0x11b756:0x24,_0x379ce1:0x260},_0x5b4f69={'PKGpi':function(_0x35f55e){return _0x35f55e();},'DBMVv':function(_0x5c8d49,_0x45fccf){function _0x4eeb86(_0x46e667,_0x5a037d,_0x5ce463,_0x2e49bb){return _0x4ee8(_0x2e49bb- -0x3ab,_0x5a037d);}return _0x58ab7b[_0x4eeb86(-_0x23fdcc._0x2fab94,-_0x23fdcc._0x57cdf0,-0x273,-_0x23fdcc._0x28a6b3)](_0x5c8d49,_0x45fccf);},'WlYyA':_0x5f258b(_0x3181ed._0x34f72f,0xff,_0x3181ed._0x278f95,_0x3181ed._0x5ae4cb),'OeFtO':_0x58ab7b[_0x3fdce9(-_0x3181ed._0x51f4a9,-_0x3181ed._0x4fe725,-0x1bd,-_0x3181ed._0x28dcbe)],'wkBNl':function(_0x10f46c,_0x2ef18e){return _0x10f46c!==_0x2ef18e;},'kcDuz':_0x58ab7b[_0x3fdce9(-_0x3181ed._0x85066f,-0x1fb,-_0x3181ed._0x1dfcd5,-0x185)],'cIQRJ':function(_0x56a3d6,_0x822bb2){function _0x41acbe(_0x2554a9,_0x5e48a3,_0x55d359,_0x234927){return _0x5f258b(_0x2554a9-_0xa3fcd4._0x116b42,_0x5e48a3,_0x55d359-_0xa3fcd4._0x11b756,_0x234927- -_0xa3fcd4._0x379ce1);}return _0x58ab7b[_0x41acbe(-_0xdca162._0x4827d6,-0x13c,-0x14c,-0x195)](_0x56a3d6,_0x822bb2);},'XInIM':function(_0x30a28c){const _0x34a817={_0x4e403e:0x173,_0x2bfa87:0x2c3};function _0x1f227b(_0x4f18ff,_0x2b037e,_0x1b214b,_0x502052){return _0x5f258b(_0x4f18ff-_0x34a817._0x4e403e,_0x502052,_0x1b214b-0x107,_0x2b037e-_0x34a817._0x2bfa87);}return _0x58ab7b[_0x1f227b(_0x300eaf._0x3d1d4f,_0x300eaf._0x45416c,_0x300eaf._0x59d47e,0x2da)](_0x30a28c);}};function _0x5f258b(_0x335b34,_0x2c8c7e,_0x2c982a,_0x305591){return _0x12db9a(_0x335b34-0x115,_0x2c8c7e-0x1ab,_0x2c8c7e,_0x305591- -0x370);}function _0x3fdce9(_0x312476,_0x497809,_0x159008,_0x179af6){return _0x2e4efe(_0x179af6- -0x585,_0x497809-_0x1a1145._0x53c40e,_0x159008,_0x179af6-0x9b);}if(_0x58ab7b[_0x5f258b(0xe3,_0x3181ed._0x50f93b,0x77,_0x3181ed._0x102a0e)](_0x58ab7b[_0x3fdce9(-_0x3181ed._0x203b39,-0x1c2,-0x219,-_0x3181ed._0xcfadbb)],'fmqGw')){if(_0x149bf5){const _0x22a11e=new Writable({'write':(_0xb2d8b7,_0x4e79d4,_0x1446ad)=>{function _0x1a5b72(_0x47aed1,_0x104fca,_0x1a602b,_0xb6e0ce){return _0x5f258b(_0x47aed1-_0x539853._0x3296c1,_0x47aed1,_0x1a602b-_0x539853._0x537582,_0x1a602b-_0x539853._0x51578f);}_0x5b4f69[_0x1a5b72(_0x4299cd._0x2fe791,_0x4299cd._0x1d141e,0x1c3,_0x4299cd._0x2a7a87)](_0x1446ad);}}),_0x293597={};_0x293597[_0x3fdce9(-_0x3181ed._0x898087,-_0x3181ed._0x217af8,-_0x3181ed._0x51f9bc,-0x139)]=process['stdin'],_0x293597['output']=_0x22a11e,_0x293597[_0x3fdce9(-_0x3181ed._0xa2df7b,-_0x3181ed._0x16856c,-_0x3181ed._0x58c3c2,-0x13f)]=!![];const _0x14887a=_0xf0102[_0x5f258b(0x145,_0x3181ed._0x7a73c,0xfb,_0x3181ed._0x24beaa)+_0x5f258b(0x114,0x11d,0x125,0xd4)](_0x293597);process[_0x3fdce9(-0x1b8,-_0x3181ed._0xcfadbb,-0x16a,-_0x3181ed._0x3772b1)][_0x3fdce9(-0x1ec,-0x16a,-_0x3181ed._0x416959,-_0x3181ed._0x321f29)](_0x34b3cc),_0x14887a[_0x3fdce9(-0x126,-_0x3181ed._0x1b4a78,-_0x3181ed._0x2ef775,-0x155)]('',_0x2f6c5a=>{const _0x3f3740={_0x4fd996:0xd7,_0x1c4457:0x91},_0xd5f3c={_0x3f01da:0x189};function _0x49bf88(_0x4c6d48,_0x5b334e,_0x4e1d7f,_0x56dce5){return _0x5f258b(_0x4c6d48-0x1ab,_0x56dce5,_0x4e1d7f-_0xd5f3c._0x3f01da,_0x4c6d48-0x1df);}function _0x4b8d76(_0x5d2b52,_0x491437,_0x22d9ce,_0x1319fb){return _0x3fdce9(_0x5d2b52-_0x3f3740._0x4fd996,_0x491437-_0x3f3740._0x1c4457,_0x22d9ce,_0x5d2b52-0xc8);}_0x5b4f69[_0x4b8d76(-0x157,-0x147,-0x112,-_0xccea19._0x22f48f)](_0x4b8d76(-0xfb,-0xca,-_0xccea19._0x48910a,-0x95),_0x5b4f69[_0x4b8d76(-0x11c,-0x15c,-_0xccea19._0x3593f2,-0xf8)])?(_0x14887a[_0x49bf88(_0xccea19._0x415678,_0xccea19._0x5f0603,0x2a5,_0xccea19._0x5f1605)](),console['log'](''),_0x5b4f69['cIQRJ'](_0x3d3f07,_0x2f6c5a)):_0x5b4f69['DBMVv'](_0x48852a[_0x4b8d76(-_0xccea19._0x50c720,-_0xccea19._0x2e3f7d,-0x13e,-0xeb)],_0x5b4f69[_0x4b8d76(-_0xccea19._0x5b377c,-_0xccea19._0x129bbe,-0x172,-_0xccea19._0xfbf1d8)])?_0x19cb20[_0x4b8d76(-_0xccea19._0x5bc621,-_0xccea19._0xbfc834,-0xea,-0x127)](_0x5b4f69[_0x4b8d76(-0x79,-_0xccea19._0x2cb77a,-0x39,0x0)]):_0x5bec8a['error'](_0x49bf88(0x318,_0xccea19._0x51cf80,_0xccea19._0x202d16,0x2b8)+_0x49bf88(0x345,0x349,_0xccea19._0x4fb8e7,0x3c8)+_0x4b8d76(-0x13b,-_0xccea19._0x73df91,-_0xccea19._0x10a337,-0x181)+_0x4b8d76(-0x166,-0x151,-0x180,-0x1b1)+'-\x20'+_0x33b2e9[_0x4b8d76(-0x100,-0x17c,-_0xccea19._0x116299,-0x103)]);});}else{const _0x3b0d44={};_0x3b0d44[_0x3fdce9(-0x1b0,-0xf5,-0x1b1,-0x139)]=process['stdin'],_0x3b0d44[_0x5f258b(0xc3,_0x3181ed._0x5bd80d,0xd8,0x9d)]=process[_0x5f258b(_0x3181ed._0x1ad504,_0x3181ed._0xb854a5,_0x3181ed._0x5755c9,_0x3181ed._0x37dba9)];const _0x376c4c=_0xf0102[_0x3fdce9(-_0x3181ed._0x5ecd08,-_0x3181ed._0x1f3450,-_0x3181ed._0x24beaa,-0x18b)+'rface'](_0x3b0d44);_0x376c4c[_0x5f258b(0x12d,_0x3181ed._0x479821,0x1ac,_0x3181ed._0x508c38)](_0x34b3cc,_0x522b26=>{function _0x28930b(_0x534335,_0x9789b1,_0x33f8c0,_0x5ca1a2){return _0x5f258b(_0x534335-0xe1,_0x9789b1,_0x33f8c0-_0x3c26ae._0x5744a7,_0x534335-0x35c);}_0x376c4c[_0x28930b(_0x5a4a05._0x285913,0x3f2,_0x5a4a05._0x36917b,_0x5a4a05._0x1c6521)](),_0x3d3f07(_0x522b26);});}}else{const _0x3ee39c={_0x2b5fee:0x151,_0x5ea635:0x475,_0x24d9ad:0x487},_0x3b117d={_0x5abccc:0x12,_0x492990:0x3c3},_0x458339={_0x52ac4a:0xd2,_0x3dfd21:0x110,_0x7d2175:0x3f4},_0x59662c={_0x376f8a:0x2e3,_0x47614d:0x28f},_0xce50bf={_0x52ea45:0x4e7},_0x218e0a={'rBFDT':function(_0xe9e714){function _0x20c4c3(_0x39a288,_0x164ce6,_0x30f8ea,_0x4d7869){return _0x3fdce9(_0x39a288-0x39,_0x164ce6-0x11e,_0x164ce6,_0x39a288-_0xce50bf._0x52ea45);}return _0x5b4f69[_0x20c4c3(_0x59662c._0x376f8a,_0x59662c._0x47614d,0x2e3,0x362)](_0xe9e714);}},_0x29a719=new _0x19219c({'write':(_0x561a93,_0x215f3e,_0x2ef61c)=>{function _0x47afa7(_0x2feea0,_0x4fdeae,_0x4a9224,_0x570c1a){return _0x3fdce9(_0x2feea0-_0x458339._0x52ac4a,_0x4fdeae-_0x458339._0x3dfd21,_0x570c1a,_0x4fdeae-_0x458339._0x7d2175);}_0x218e0a[_0x47afa7(0x200,0x274,0x285,_0x5d8ff3._0x176d86)](_0x2ef61c);}}),_0x5f31e6={};_0x5f31e6['input']=_0x3fff71[_0x3fdce9(-_0x3181ed._0x4d55f5,-_0x3181ed._0xf7bffd,-_0x3181ed._0xc0f04c,-0x1e0)],_0x5f31e6['output']=_0x29a719,_0x5f31e6[_0x3fdce9(-0x133,-_0x3181ed._0x5b46ea,-_0x3181ed._0x4fafc1,-_0x3181ed._0x15c61a)]=!![];const _0x487b99=_0x5b21ae['createInte'+_0x3fdce9(-0x213,-_0x3181ed._0x2994a4,-0x1cb,-_0x3181ed._0x4146d3)](_0x5f31e6);_0x73fd29[_0x5f258b(_0x3181ed._0x5c87e4,_0x3181ed._0xff84e8,_0x3181ed._0x37fc74,0xaf)]['write'](_0x2c31aa),_0x487b99[_0x3fdce9(-0x13f,-_0x3181ed._0x49f3ea,-_0x3181ed._0x5381d6,-_0x3181ed._0x5fff19)]('',_0x47216b=>{const _0xc8924f={_0x4d92f8:0xac};_0x487b99['close']();function _0x1f096d(_0x4920e1,_0x2a49a2,_0x2a0e59,_0x141ae3){return _0x5f258b(_0x4920e1-0x2,_0x141ae3,_0x2a0e59-_0xc8924f._0x4d92f8,_0x4920e1-0x116);}function _0x1278c9(_0x3103f2,_0x205644,_0x51e6f6,_0x524630){return _0x5f258b(_0x3103f2-_0x3b117d._0x5abccc,_0x205644,_0x51e6f6-0x150,_0x524630-_0x3b117d._0x492990);}_0x25d1a8[_0x1f096d(0x187,0x1e7,_0x3ee39c._0x2b5fee,0x1fd)](''),_0x5b4f69[_0x1278c9(0x472,0x4e2,_0x3ee39c._0x5ea635,_0x3ee39c._0x24d9ad)](_0x46ae1e,_0x47216b);});}});}export function parseCreateUserArgs(_0x3b69e9){const _0x3c9d34={_0x453793:0x49b,_0x53a7ad:0x2c4,_0x116dc9:0x2e0,_0x59463f:0x3fd,_0x5c030a:0x530,_0x37672c:0x4ab,_0x1dc367:0x27b,_0x2b0949:0x302,_0x315700:0x2d8,_0x195575:0x44e,_0x24ca72:0x44c,_0x3c6987:0x490,_0xd38e38:0x41c,_0xf10df9:0x4e4,_0x431d9e:0x501,_0x382d16:0x571,_0x23c277:0x4fb,_0x5506c2:0x516,_0x10a7f7:0x3d4,_0x6369dc:0x3ce,_0x21ea11:0x384,_0x1ee32d:0x3c1,_0x4653e2:0x3d3,_0x5b0cec:0x2d3,_0x3c0767:0x289,_0x2698cd:0x425,_0x5a0109:0x451,_0x475b55:0x4b1,_0x129a23:0x46e,_0xa0aa13:0x454,_0x16108a:0x3cb,_0x4ed032:0x38b,_0x554d9e:0x2fe,_0x276f74:0x33c,_0x1c7624:0x2cc,_0x1682f4:0x2d9,_0x56d6d2:0x496,_0x325f6a:0x493,_0x1ae4ba:0x3b3,_0x23d7c0:0x55e,_0x4b04f6:0x376,_0x1a565c:0x370,_0x278797:0x3d9,_0x51b198:0x4ae,_0x144f1d:0x480,_0x3d5892:0x4a5,_0x74d13f:0x4ec,_0x2bed6e:0x469,_0x4dd1c8:0x29f,_0xa9a525:0x2f5,_0x118d26:0x52b,_0x2022fd:0x529,_0x16284e:0x4b8,_0x5800f1:0x508,_0x522809:0x4a1,_0x33abaf:0x549,_0x99e2b6:0x4dc,_0x226f93:0x446,_0x3e5005:0x3c3,_0x532788:0x435,_0x21044e:0x369,_0x359f75:0x351,_0xba7f79:0x33d,_0x3bc06a:0x2e1,_0x8cf448:0x2c2,_0x2f6bab:0x35d,_0x377970:0x332,_0x789156:0x2b1,_0x292226:0x422,_0x2565b2:0x49c,_0x30d6e1:0x443,_0x469ed5:0x55c,_0x40e418:0x55b,_0x373e60:0x439,_0xba821f:0x42d,_0x21ca9a:0x2ba,_0x14578c:0x2d8,_0xfcb40f:0x423,_0x3158f5:0x458,_0x888921:0x3b8,_0x1826f7:0x303,_0x4ee4e1:0x2e2,_0x129f54:0x4cc,_0x3e4810:0x4d1,_0xf9563d:0x464,_0x402f22:0x4b0,_0x361536:0x51d,_0x257d5c:0x283,_0xb1602b:0x32b,_0x20c9e7:0x344,_0x6b6a4f:0x549,_0x29a8ff:0x50c,_0x4f3867:0x46a,_0x3ab63c:0x47c,_0x2a5055:0x284,_0x6b9709:0x32f,_0x33b2df:0x2ab,_0x578cfb:0x32a,_0x54ee52:0x2ef,_0x256d23:0x32d,_0x2a03ac:0x467,_0x3f8c2c:0x464,_0x54e1d4:0x4a7,_0x3899ea:0x43a,_0x1a37f9:0x4b6,_0x5f162e:0x507,_0x2e7d7b:0x36f,_0x29735f:0x322,_0x2c195c:0x3b6,_0x223ae2:0x276,_0xc3fa19:0x306,_0x2cf591:0x2f8,_0x3dc059:0x3b8,_0x30b396:0x31d,_0x1da4be:0x344,_0x594f37:0x37a,_0x207533:0x333,_0x74b615:0x448,_0x2897f4:0x45c,_0x268386:0x400,_0x6ad12a:0x476,_0x5d68d4:0x4a8,_0x24e815:0x482,_0x3129d2:0x4a0,_0x3dc007:0x4b8,_0x9bb3e9:0x4a0,_0x358b00:0x473,_0x5aa652:0x4b3,_0x5ed760:0x4a6,_0x47a735:0x4dd,_0x221495:0x2f5,_0x3143f3:0x352,_0x861882:0x2ff,_0x1f985d:0x3d6,_0x49123c:0x347,_0x2bb334:0x3a7,_0x433ae2:0x3b7,_0x241c42:0x33c,_0xab78c6:0x3fe,_0x5b7bd7:0x4d5,_0x3e0296:0x4bd,_0x514983:0x232,_0x40f20f:0x2f0,_0x2b5557:0x2bf,_0x388c66:0x33a,_0x3b887f:0x544,_0x3f0177:0x4fa,_0x177bdd:0x361,_0x5a4b5b:0x2f4,_0x5d5448:0x363,_0x19c9bd:0x236,_0xf55e39:0x314,_0x44c315:0x413,_0x2506f7:0x353,_0x28e68e:0x300,_0x4f26b2:0x325,_0x2daf71:0x3ca,_0x2d5b91:0x427,_0x4714de:0x4f2,_0x335b43:0x47d,_0x16b193:0x431,_0x34c6e5:0x2ff,_0x20577f:0x334,_0x58cd6c:0x301,_0x435e38:0x2f7,_0x4b72fe:0x286,_0x38e81d:0x24a,_0x5c7e62:0x34c,_0x5b9f6e:0x3be,_0x4c15ea:0x30c,_0x367b82:0x250,_0x2d86ff:0x2f2,_0x199ac7:0x3eb,_0x1d9f7e:0x368,_0x33c3c5:0x391,_0x2ae334:0x3e7,_0x19bada:0x557,_0x4d4f1c:0x4cf,_0x31fb45:0x528,_0x2ac9ec:0x4aa,_0x1579f8:0x410,_0x553cf8:0x48e,_0x4cd00e:0x52a,_0x41b2f2:0x545,_0x1c8a0e:0x2f4,_0x28be84:0x38d,_0x45b718:0x39a,_0x261517:0x354,_0x10085d:0x2a2,_0x2a401b:0x2bd,_0x44ec01:0x403,_0x445b52:0x39a,_0x1d95f5:0x462,_0x8d7335:0x453,_0x5d6bda:0x45a,_0x1a94f7:0x3fb,_0x27e770:0x330,_0x17d718:0x2c7,_0x43d872:0x516,_0x308444:0x592,_0x58149b:0x4a4,_0x14c1ee:0x455,_0x4053c4:0x48a,_0x5c6eee:0x32d,_0x30df62:0x4bf,_0x40d24f:0x3a5,_0xc773fa:0x394},_0x577d9a={_0x4e19e0:0x238},_0x5945b8={};_0x5945b8['hGLyw']='Error:\x20Pas'+_0x5b4d23(_0x3c9d34._0x453793,0x537,0x504,0x4b7)+_0x19bad0(0x342,_0x3c9d34._0x53a7ad,_0x3c9d34._0x116dc9,0x2ba)+_0x19bad0(_0x3c9d34._0x59463f,0x389,0x39d,0x3dd)+_0x5b4d23(_0x3c9d34._0x5c030a,_0x3c9d34._0x37672c,0x520,0x4f5),_0x5945b8[_0x19bad0(_0x3c9d34._0x1dc367,_0x3c9d34._0x2b0949,0x2d5,_0x3c9d34._0x315700)]=_0x5b4d23(0x530,_0x3c9d34._0x195575,0x4cc,_0x3c9d34._0x24ca72)+_0x5b4d23(_0x3c9d34._0x3c6987,0x46f,0x427,_0x3c9d34._0xd38e38)+'r',_0x5945b8[_0x5b4d23(0x4e9,0x4af,0x4a0,_0x3c9d34._0xf10df9)]=function(_0x5a7fd5,_0x43dbfa){return _0x5a7fd5===_0x43dbfa;},_0x5945b8[_0x5b4d23(0x502,0x495,_0x3c9d34._0x431d9e,_0x3c9d34._0x382d16)]=_0x5b4d23(_0x3c9d34._0x23c277,0x49e,_0x3c9d34._0x5506c2,0x578),_0x5945b8[_0x19bad0(_0x3c9d34._0x10a7f7,_0x3c9d34._0x6369dc,_0x3c9d34._0x21ea11,_0x3c9d34._0x1ee32d)]=_0x19bad0(0x34b,_0x3c9d34._0x4653e2,0x373,0x328),_0x5945b8[_0x19bad0(0x2f2,0x366,0x316,0x29d)]=function(_0x40b2c1,_0xfff50f){return _0x40b2c1!==_0xfff50f;},_0x5945b8[_0x19bad0(_0x3c9d34._0x5b0cec,_0x3c9d34._0x3c0767,0x2c4,0x31a)]='kcAkP',_0x5945b8['yWlJd']=_0x5b4d23(0x410,_0x3c9d34._0x59463f,_0x3c9d34._0x2698cd,_0x3c9d34._0x5a0109),_0x5945b8['szCMR']=_0x5b4d23(0x4b6,0x492,_0x3c9d34._0x475b55,_0x3c9d34._0x129a23)+'=',_0x5945b8['BTfUD']='--server-a'+'dmin',_0x5945b8[_0x5b4d23(0x47d,0x479,_0x3c9d34._0xa0aa13,_0x3c9d34._0xd38e38)]=_0x19bad0(0x289,0x248,0x2b1,0x2d9),_0x5945b8[_0x19bad0(_0x3c9d34._0x16108a,_0x3c9d34._0x4ed032,0x368,_0x3c9d34._0x554d9e)]='--role=',_0x5945b8[_0x19bad0(0x3a5,0x331,_0x3c9d34._0x276f74,0x3af)]=_0x19bad0(0x261,0x26a,_0x3c9d34._0x1c7624,0x308),_0x5945b8[_0x19bad0(0x266,0x2e8,_0x3c9d34._0x1682f4,0x29c)]=_0x5b4d23(_0x3c9d34._0x56d6d2,_0x3c9d34._0x325f6a,0x432,_0x3c9d34._0x1ae4ba),_0x5945b8[_0x5b4d23(_0x3c9d34._0x23d7c0,0x4e1,0x50d,0x507)]=_0x19bad0(0x3bf,_0x3c9d34._0x4b04f6,_0x3c9d34._0x1a565c,_0x3c9d34._0x278797),_0x5945b8[_0x5b4d23(0x3f0,_0x3c9d34._0x51b198,0x437,_0x3c9d34._0x144f1d)]=_0x5b4d23(_0x3c9d34._0x3d5892,0x53d,_0x3c9d34._0x74d13f,_0x3c9d34._0x2bed6e);function _0x19bad0(_0x3f46de,_0x5bc6cc,_0x4205f8,_0x3a5296){return _0x4ee8(_0x4205f8-_0x577d9a._0x4e19e0,_0x3f46de);}_0x5945b8[_0x19bad0(_0x3c9d34._0x4dd1c8,0x2da,0x300,_0x3c9d34._0xa9a525)]=_0x5b4d23(_0x3c9d34._0x118d26,_0x3c9d34._0x2022fd,_0x3c9d34._0x16284e,_0x3c9d34._0x5800f1),_0x5945b8[_0x5b4d23(_0x3c9d34._0x522809,_0x3c9d34._0x33abaf,_0x3c9d34._0x99e2b6,0x4eb)]=_0x5b4d23(0x447,_0x3c9d34._0x226f93,0x46f,0x406),_0x5945b8[_0x5b4d23(0x3d4,_0x3c9d34._0x3e5005,_0x3c9d34._0x532788,0x3c6)]=_0x19bad0(_0x3c9d34._0x21044e,_0x3c9d34._0x359f75,_0x3c9d34._0xba7f79,0x33d),_0x5945b8[_0x5b4d23(0x4e7,0x528,0x518,0x4b2)]='POIFg',_0x5945b8[_0x19bad0(0x26b,0x290,_0x3c9d34._0x3bc06a,_0x3c9d34._0x8cf448)]=function(_0x320cdf,_0x40c0df){return _0x320cdf===_0x40c0df;},_0x5945b8['FYCJE']='admin';const _0x1aba50=_0x5945b8,_0xa53afe={};_0xa53afe[_0x19bad0(0x30e,_0x3c9d34._0x2f6bab,_0x3c9d34._0x377970,_0x3c9d34._0x789156)]=null,_0xa53afe[_0x5b4d23(_0x3c9d34._0x51b198,_0x3c9d34._0x292226,_0x3c9d34._0x2565b2,0x471)]=null,_0xa53afe[_0x19bad0(0x32f,0x35d,0x367,0x3bb)]=null,_0xa53afe[_0x5b4d23(0x3ec,0x404,_0x3c9d34._0x30d6e1,0x46d)]=null,_0xa53afe[_0x5b4d23(0x55e,_0x3c9d34._0x469ed5,0x4dd,_0x3c9d34._0x40e418)+_0x5b4d23(_0x3c9d34._0x373e60,0x416,_0x3c9d34._0x325f6a,_0x3c9d34._0xba821f)]=![],_0xa53afe[_0x19bad0(_0x3c9d34._0x21ca9a,0x318,_0x3c9d34._0x14578c,0x342)+_0x5b4d23(0x4c8,_0x3c9d34._0xfcb40f,_0x3c9d34._0x3158f5,0x468)]=![],_0xa53afe[_0x19bad0(_0x3c9d34._0x888921,_0x3c9d34._0x1826f7,0x35d,0x2f0)]=null;const _0x2226f9=_0xa53afe;let _0x13e0c5=![];for(const _0x13f160 of _0x3b69e9){if(_0x1aba50[_0x19bad0(_0x3c9d34._0x4ee4e1,0x339,0x322,0x335)](_0x1aba50['QmNqL'],_0x1aba50[_0x5b4d23(0x4ce,_0x3c9d34._0x118d26,0x501,0x499)])){if(_0x13f160['startsWith'](_0x5b4d23(_0x3c9d34._0x195575,_0x3c9d34._0x129f54,_0x3c9d34._0x3e4810,0x4f9)+'='))_0x2226f9[_0x5b4d23(0x444,_0x3c9d34._0xf9563d,_0x3c9d34._0x402f22,_0x3c9d34._0x361536)]=_0x13f160[_0x19bad0(_0x3c9d34._0x257d5c,0x366,0x2f8,_0x3c9d34._0xb1602b)]('=')[-0x14*-0x11+-0xb*-0x268+0x1bcb*-0x1];else{if(_0x13f160[_0x19bad0(0x2dc,0x370,_0x3c9d34._0x20c9e7,0x301)](_0x1aba50[_0x5b4d23(_0x3c9d34._0x6b6a4f,0x517,0x502,_0x3c9d34._0x29a8ff)]))_0x1aba50[_0x5b4d23(_0x3c9d34._0x4f3867,_0x3c9d34._0x3ab63c,0x494,0x487)](_0x1aba50[_0x19bad0(_0x3c9d34._0x2a5055,_0x3c9d34._0x6b9709,_0x3c9d34._0x53a7ad,_0x3c9d34._0x33b2df)],_0x1aba50[_0x19bad0(_0x3c9d34._0x578cfb,_0x3c9d34._0x54ee52,0x366,0x393)])?_0x2226f9[_0x19bad0(0x2f6,_0x3c9d34._0x6b9709,0x31e,_0x3c9d34._0x256d23)]=_0x13f160['split']('=')[-0x1*-0x1951+-0x1eb*-0x1+0x1b3b*-0x1]:(_0x2c12d9['error']('Error:\x20Nam'+_0x5b4d23(_0x3c9d34._0x2a03ac,_0x3c9d34._0x3f8c2c,_0x3c9d34._0x54e1d4,0x4ad)+_0x5b4d23(0x46e,_0x3c9d34._0x3899ea,_0x3c9d34._0x1a37f9,_0x3c9d34._0x5f162e)),_0x315d37['exit'](-0x249b+-0x3*0x3f+0x2559));else{if(_0x13f160['startsWith'](_0x19bad0(_0x3c9d34._0x2e7d7b,_0x3c9d34._0x6369dc,0x388,_0x3c9d34._0x29735f)))_0x2226f9[_0x19bad0(_0x3c9d34._0xba7f79,0x3d4,0x367,_0x3c9d34._0x2c195c)]=_0x13f160[_0x19bad0(_0x3c9d34._0x223ae2,_0x3c9d34._0xc3fa19,_0x3c9d34._0x2cf591,0x2ff)]('=')[0x3*-0xc52+-0x1201*-0x1+-0x97b*-0x2];else{if(_0x13f160[_0x19bad0(_0x3c9d34._0x3dc059,0x2e9,_0x3c9d34._0x20c9e7,0x2e7)](_0x1aba50[_0x19bad0(_0x3c9d34._0x30b396,_0x3c9d34._0x1da4be,_0x3c9d34._0x594f37,_0x3c9d34._0x207533)]))_0x2226f9[_0x5b4d23(0x49f,_0x3c9d34._0x74b615,_0x3c9d34._0x30d6e1,_0x3c9d34._0x2897f4)]=_0x13f160[_0x5b4d23(_0x3c9d34._0x268386,_0x3c9d34._0x6ad12a,0x476,_0x3c9d34._0x5d68d4)]('=')[0x18f0+0x2330+-0x3c1f];else{if(_0x1aba50[_0x5b4d23(0x51c,_0x3c9d34._0x24e815,_0x3c9d34._0x3129d2,0x454)](_0x13f160,'--admin')||_0x1aba50[_0x5b4d23(0x4f8,_0x3c9d34._0x3dc007,_0x3c9d34._0x9bb3e9,_0x3c9d34._0x358b00)](_0x13f160,_0x1aba50[_0x5b4d23(0x4a7,0x50e,_0x3c9d34._0x5aa652,0x4b2)]))_0x1aba50['tWjOB'](_0x1aba50['NLEnU'],'QFkOo')?(_0x13e0c5=!![],_0x2226f9[_0x5b4d23(0x4e4,_0x3c9d34._0x5ed760,_0x3c9d34._0x47a735,_0x3c9d34._0x1a37f9)+_0x19bad0(0x337,0x2b7,0x315,_0x3c9d34._0x221495)]=!![]):(_0x42f9e3[_0x19bad0(0x36c,_0x3c9d34._0x3143f3,_0x3c9d34._0x861882,0x2a1)](_0x19bad0(_0x3c9d34._0x1f985d,_0x3c9d34._0x2f6bab,0x374,_0x3c9d34._0x49123c)+_0x1a0d68[_0x19bad0(0x2fe,0x36a,0x30c,_0x3c9d34._0x3c0767)]),_0x2c0215['exit'](-0x68b+-0x5a8*-0x5+-0x15bc));else{if(_0x13f160[_0x19bad0(_0x3c9d34._0x2bb334,0x3b9,0x344,0x32a)](_0x1aba50['YHQUW'])){if(_0x1aba50[_0x19bad0(_0x3c9d34._0x433ae2,0x31e,_0x3c9d34._0x241c42,0x2c4)]===_0x1aba50[_0x5b4d23(_0x3c9d34._0xab78c6,0x42b,0x457,_0x3c9d34._0x5b7bd7)])throw new _0x36496b('Invalid\x20va'+_0x5b4d23(0x4c4,_0x3c9d34._0xa0aa13,_0x3c9d34._0x3e0296,0x465)+_0x19bad0(0x379,0x405,0x38a,0x32e)+_0x57ce34+(_0x19bad0(0x27c,_0x3c9d34._0x514983,0x2ab,0x327)+'alues:\x20adm'+'in,\x20manage'+_0x19bad0(_0x3c9d34._0x40f20f,0x2ce,_0x3c9d34._0x2b5557,_0x3c9d34._0x388c66)+_0x5b4d23(_0x3c9d34._0x3b887f,0x483,_0x3c9d34._0x3f0177,_0x3c9d34._0x74d13f)));else{const _0x55ed77=_0x13f160['split']('=')[0x21d9+-0x1f70+-0x268]?.[_0x19bad0(_0x3c9d34._0x177bdd,_0x3c9d34._0x5a4b5b,0x32f,0x2ac)]()[_0x19bad0(0x35f,_0x3c9d34._0x5d5448,0x340,0x3a3)+'e'](),_0x48b449=new Set([_0x19bad0(_0x3c9d34._0x19c9bd,0x280,0x2ba,_0x3c9d34._0xf55e39),_0x1aba50['paQeJ'],_0x1aba50[_0x5b4d23(_0x3c9d34._0x44c315,0x3dd,0x437,_0x3c9d34._0x2c195c)],_0x1aba50[_0x19bad0(_0x3c9d34._0x2506f7,0x30f,_0x3c9d34._0x28e68e,0x2db)]]);if(!_0x48b449['has'](_0x55ed77)){if(_0x1aba50[_0x19bad0(_0x3c9d34._0x4f26b2,0x2f5,0x35e,0x3c8)]!==_0x1aba50[_0x19bad0(0x379,_0x3c9d34._0x2daf71,0x35e,0x359)])_0x45b785[_0x5b4d23(_0x3c9d34._0x2d5b91,_0x3c9d34._0x4714de,_0x3c9d34._0x335b43,_0x3c9d34._0x16b193)](_0x1aba50[_0x19bad0(0x2e0,0x313,0x337,_0x3c9d34._0x34c6e5)]),_0xd0b2e6[_0x19bad0(_0x3c9d34._0x20577f,_0x3c9d34._0x58cd6c,_0x3c9d34._0x435e38,_0x3c9d34._0x4b72fe)](0x835+0x1126+-0x195a);else throw new Error(_0x19bad0(0x2f4,0x2da,0x2ce,_0x3c9d34._0x38e81d)+_0x19bad0(_0x3c9d34._0x5c7e62,0x309,0x33f,_0x3c9d34._0x5b9f6e)+_0x19bad0(_0x3c9d34._0x4c15ea,0x34c,0x38a,0x3f4)+_0x55ed77+(_0x19bad0(0x2b3,_0x3c9d34._0x367b82,0x2ab,_0x3c9d34._0x2d86ff)+_0x19bad0(_0x3c9d34._0x199ac7,_0x3c9d34._0x1d9f7e,_0x3c9d34._0x33c3c5,_0x3c9d34._0x2ae334)+_0x5b4d23(_0x3c9d34._0x19bada,_0x3c9d34._0x4d4f1c,_0x3c9d34._0x31fb45,_0x3c9d34._0x2ac9ec)+_0x5b4d23(0x450,_0x3c9d34._0x1579f8,0x43d,_0x3c9d34._0x553cf8)+_0x5b4d23(_0x3c9d34._0x4cd00e,_0x3c9d34._0x41b2f2,_0x3c9d34._0x3f0177,0x4f8)));}_0x2226f9[_0x19bad0(_0x3c9d34._0x58cd6c,0x257,0x2d8,_0x3c9d34._0x1c8a0e)+_0x19bad0(0x2e3,0x32b,0x2da,0x2b1)]=!![],_0x2226f9[_0x19bad0(0x3be,_0x3c9d34._0x28be84,0x35d,0x310)]=_0x55ed77,!_0x13e0c5&&(_0x1aba50[_0x19bad0(_0x3c9d34._0x45b718,0x334,0x322,_0x3c9d34._0x261517)](_0x1aba50[_0x19bad0(_0x3c9d34._0x367b82,_0x3c9d34._0x10085d,0x2b7,_0x3c9d34._0x2a401b)],_0x1aba50[_0x19bad0(0x338,_0x3c9d34._0x44ec01,_0x3c9d34._0x445b52,0x407)])?(_0x38133f[_0x5b4d23(0x4f1,0x43b,0x47d,0x4da)](_0x1aba50[_0x5b4d23(_0x3c9d34._0x1d95f5,0x41d,_0x3c9d34._0x8d7335,_0x3c9d34._0x5d6bda)],_0x3d3ac4),_0x50cf66[_0x5b4d23(0x490,0x3fe,0x47d,_0x3c9d34._0x1a94f7)](_0x19bad0(_0x3c9d34._0x27e770,0x2ba,_0x3c9d34._0x17d718,0x2ca)+_0x5b4d23(_0x3c9d34._0x43d872,_0x3c9d34._0x308444,0x521,0x4bf)+_0x5b4d23(0x430,_0x3c9d34._0x58149b,_0x3c9d34._0x14c1ee,_0x3c9d34._0x2698cd)+'\x20'+_0x2a8e06[_0x5b4d23(_0x3c9d34._0x553cf8,0x419,_0x3c9d34._0x4053c4,0x44a)]),_0x3b47e3[_0x19bad0(0x300,0x36f,0x2f7,_0x3c9d34._0x5c6eee)](0x872*0x1+-0x2571+-0x100*-0x1d)):_0x2226f9['isServerAd'+'min']=_0x1aba50[_0x19bad0(0x2f2,0x260,_0x3c9d34._0x3bc06a,_0x3c9d34._0x1da4be)](_0x55ed77,_0x1aba50[_0x5b4d23(0x448,0x48f,0x484,_0x3c9d34._0x30df62)]));}}}}}}}}else _0x5e39ee['error'](_0x19bad0(_0x3c9d34._0x377970,0x3a1,0x378,0x3a9)+_0x19bad0(0x3a2,_0x3c9d34._0x388c66,_0x3c9d34._0x40d24f,_0x3c9d34._0xc773fa)+_0x19bad0(_0x3c9d34._0x1682f4,0x2dc,0x2d1,0x27b)+'n\x20binding\x20'+'-\x20'+_0x43280e['message']);}function _0x5b4d23(_0x5628b9,_0x197586,_0x1fdc03,_0x243936){return _0x4ee8(_0x1fdc03-0x3b6,_0x243936);}return _0x2226f9;}async function createServerAdminBinding(_0x338c4c){const _0x2f36b1={_0x59cddb:0x54,_0x11393f:0x10b,_0x28d3a1:0x8c,_0x165396:0x13,_0x164403:0x478,_0x9f65a7:0x3df,_0x543aaf:0x421,_0x51e14c:0x3ed,_0x2cc553:0x49b,_0x198d9c:0x3fc,_0x488a30:0x4f7,_0x1ca468:0x47,_0x23b8dc:0x32,_0xcc44ce:0x4b1,_0x3c8eaa:0x526,_0x5a59ae:0x505,_0x514d98:0x4be,_0x22f5c0:0x3f3,_0x116550:0x46f,_0xcb7b0e:0x4ed,_0x586ca4:0x4c2,_0xd2c6eb:0x3f5,_0x54e7c8:0x443,_0x5df60f:0x3d,_0x125898:0x3e6,_0x3c95b6:0x442,_0xa65986:0x3f,_0x12e423:0x498,_0x335877:0x4c3,_0x5ad31a:0x4c1,_0x524d17:0x47c,_0x29b7e2:0x42a,_0xef2052:0x467,_0x3126b1:0x4f0,_0x4a45f4:0xa3,_0x1ae655:0xf1,_0x407c61:0x40d,_0x4bc2dc:0x430,_0x53a25d:0x41a,_0x148610:0x485,_0x422529:0x20,_0xe16c71:0x4f,_0x10c321:0x47,_0x4ebb6a:0x3fe,_0x528a00:0x3cc,_0xeb5e99:0x3a4,_0x4f7153:0x3cf,_0x5ca034:0x3b9,_0x58db74:0x4bc,_0xedeb89:0x427,_0x462659:0x453,_0x23e24a:0x43,_0x52c97e:0x28,_0x251962:0x73,_0x4021fe:0x3c5,_0x30ecb8:0x43e,_0x5c612c:0x410,_0x141428:0x436,_0x35b97a:0x3d2,_0x417ee9:0x400,_0x54cc57:0x428,_0x1fbea7:0x36,_0x89f84:0x481,_0x1ed589:0x48c,_0x38075c:0x46d,_0x41f70f:0x36e,_0x965534:0x447,_0x2c56d2:0x4e3,_0x323430:0x494,_0x486cff:0x4c7,_0x576d36:0x41f,_0x9500ac:0x3f3,_0x2fa401:0x35d,_0x46cfc3:0x3e4,_0x30fc08:0x359,_0x526cfe:0x1d,_0x47ac55:0xc0,_0x321d68:0x75},_0x5a168a={_0x389896:0x90},_0x2f88df={'ggmLQ':_0x37d386(_0x2f36b1._0x59cddb,_0x2f36b1._0x11393f,0x88,0xce)+_0x37d386(_0x2f36b1._0x28d3a1,_0x2f36b1._0x165396,0x76,0xd4)+_0x2e7358(_0x2f36b1._0x164403,_0x2f36b1._0x9f65a7,_0x2f36b1._0x543aaf,0x44f),'IMHMr':'../role-de'+'finitions.'+'js','gCHQI':_0x2e7358(0x480,_0x2f36b1._0x51e14c,0x3a2,0x404)+'s.js','rVjUM':function(_0x5c6710,_0x2936b2){return _0x5c6710(_0x2936b2);},'DCORu':_0x2e7358(_0x2f36b1._0x2cc553,0x3b9,0x418,0x429)+'in','rrRgU':_0x2e7358(_0x2f36b1._0x198d9c,0x436,_0x2f36b1._0x488a30,0x474)+_0x37d386(0x42,_0x2f36b1._0x1ca468,0x5b,_0x2f36b1._0x23b8dc)+_0x2e7358(_0x2f36b1._0xcc44ce,_0x2f36b1._0x3c8eaa,_0x2f36b1._0x5a59ae,_0x2f36b1._0x514d98)+'\x20Admin\x20rol'+_0x2e7358(0x421,0x44a,0x498,0x486)+'inding\x20not'+_0x2e7358(_0x2f36b1._0x22f5c0,_0x2f36b1._0x116550,0x46a,0x41e),'pwUBH':function(_0x195aff,_0x25cc25){return _0x195aff===_0x25cc25;},'VHFAk':_0x2e7358(0x4a1,0x512,_0x2f36b1._0xcb7b0e,_0x2f36b1._0x586ca4),'rgNNX':_0x2e7358(0x463,0x3e8,_0x2f36b1._0xd2c6eb,_0x2f36b1._0x54e7c8),'pKlKZ':function(_0x134bf1,_0x230b31){return _0x134bf1(_0x230b31);},'EwsjG':'server','yRJHZ':_0x37d386(-_0x2f36b1._0x5df60f,-0x25,0x1b,-0x50),'RDfVd':_0x2e7358(0x4af,_0x2f36b1._0x125898,0x410,_0x2f36b1._0x3c95b6)+_0x37d386(-0x1c,-_0x2f36b1._0xa65986,0x1f,-0x62)+_0x2e7358(_0x2f36b1._0x12e423,_0x2f36b1._0x335877,0x4a1,_0x2f36b1._0x5ad31a),'nXuFV':function(_0x2c8e74,_0x20d665){return _0x2c8e74===_0x20d665;},'TMWvr':_0x2e7358(0x4a0,0x473,_0x2f36b1._0x524d17,0x4ad),'rFSrT':_0x2e7358(0x3c8,0x454,_0x2f36b1._0x29b7e2,0x442)+_0x2e7358(_0x2f36b1._0xef2052,0x3ec,0x3e7,0x409)+_0x2e7358(0x4c7,_0x2f36b1._0x586ca4,0x4be,0x446)+'\x20exists'},{getRoleByName:_0x56ea04,loadRoles:_0x2620cb}=await import(_0x2f88df[_0x2e7358(0x51a,_0x2f36b1._0x3126b1,0x4a7,0x4b8)]);function _0x2e7358(_0x202e62,_0x4e7dca,_0x5368f3,_0x3bc1b0){return _0x4ee8(_0x3bc1b0-0x35a,_0x4e7dca);}function _0x37d386(_0x398174,_0x28d3b4,_0x1a2740,_0x3e1440){return _0x4ee8(_0x1a2740- -_0x5a168a._0x389896,_0x3e1440);}const {createBinding:_0x588b96}=await import(_0x2f88df['gCHQI']);await _0x2620cb();const _0x1e054d=await _0x2f88df['rVjUM'](_0x56ea04,_0x2f88df[_0x37d386(0x113,0xd9,_0x2f36b1._0x4a45f4,_0x2f36b1._0x1ae655)]);if(!_0x1e054d){console[_0x2e7358(0x3ab,0x456,_0x2f36b1._0x407c61,0x421)](_0x2f88df[_0x2e7358(0x4d4,_0x2f36b1._0x4bc2dc,_0x2f36b1._0x53a25d,_0x2f36b1._0x148610)]);return;}try{_0x2f88df['pwUBH'](_0x2f88df[_0x37d386(-_0x2f36b1._0x422529,0x75,_0x2f36b1._0xe16c71,_0x2f36b1._0x10c321)],_0x2f88df[_0x2e7358(_0x2f36b1._0x4ebb6a,0x3d0,0x3f2,_0x2f36b1._0x528a00)])?(_0x305c61['error'](_0x2f88df['ggmLQ']),_0x384784[_0x2e7358(_0x2f36b1._0xeb5e99,_0x2f36b1._0x4f7153,_0x2f36b1._0x5ca034,0x419)](0x218+-0x31*0x61+0x107a)):(await _0x2f88df[_0x2e7358(_0x2f36b1._0x58db74,0x448,_0x2f36b1._0xedeb89,_0x2f36b1._0x462659)](_0x588b96,{'subject_type':_0x37d386(0x2c,0x25,0x84,0x23),'subject_id':_0x338c4c,'role_id':_0x1e054d['id'],'resource_type':_0x2f88df[_0x37d386(_0x2f36b1._0x23e24a,-_0x2f36b1._0x52c97e,-0x8,_0x2f36b1._0x251962)],'created_by':_0x2f88df[_0x2e7358(_0x2f36b1._0x4021fe,_0x2f36b1._0x30ecb8,_0x2f36b1._0x5c612c,0x448)]}),console[_0x2e7358(0x446,0x35c,_0x2f36b1._0x141428,_0x2f36b1._0x35b97a)](_0x2f88df[_0x2e7358(0x416,_0x2f36b1._0x417ee9,_0x2f36b1._0x54cc57,0x43f)]));}catch(_0x335fa4){_0x2f88df[_0x37d386(0x6b,0x77,_0x2f36b1._0x1fbea7,0xaf)](_0x335fa4[_0x2e7358(0x457,_0x2f36b1._0x89f84,_0x2f36b1._0x1ed589,_0x2f36b1._0x38075c)],_0x2f88df[_0x2e7358(0x3ad,0x43f,_0x2f36b1._0x41f70f,0x3ea)])?console['log'](_0x2f88df['rFSrT']):console[_0x2e7358(0x42c,0x48a,_0x2f36b1._0x965534,_0x2f36b1._0x543aaf)]('Warning:\x20F'+_0x2e7358(_0x2f36b1._0x2c56d2,_0x2f36b1._0x323430,0x4ab,_0x2f36b1._0x486cff)+_0x2e7358(0x3f8,0x39c,_0x2f36b1._0x576d36,_0x2f36b1._0x9500ac)+_0x2e7358(_0x2f36b1._0x2fa401,_0x2f36b1._0x46cfc3,_0x2f36b1._0x30fc08,0x3c8)+'-\x20'+_0x335fa4[_0x37d386(_0x2f36b1._0x526cfe,_0x2f36b1._0x47ac55,0x44,_0x2f36b1._0x321d68)]);}}function _0x513e(){const _0x18c83d=['rxjYB3i6ifvZzq','DeHgBKO','zxf1AxjLza','C3rHCNrZv2L0Aa','EwvZicH2AweGyG','y2XVC2u','DhnwvMK','CM5HBwuGAxmGCG','y3jLyxrLsw50zq','mtq2otG4wLP3r0rw','y29Kzq','DxnLCG','y2f0zwqUifvZzq','rMfPBgvKihrVia','sxr3u0y','rxjYB3i6ievTyq','igv4Axn0CW','v2fYBMLUzZOGqW','ls11C2vYBMfTzq','CKjgrfq','D3jPDgu','mtHivK9JtuS','EKzuuha','mZK1mZfpz1jeqM8','sgTpELi','te9UEgS','iIbHBhjLywr5ia','oda2mJH2zLfSBNa','BgvNywn5uM9Szq','s0HsCgG','Axntzxj2zxjbza','sfblCMy','BIbPCYbKzxbYzq','DMjXvLq','CNjsz1u','zs4GqwrTAw4GyG','qMLVwvy','EvDSsMq','BMfTzq','wuHrvvC','icaGica','n2Dnv0DtBG','renpuNu','BgvUz3rO','CK9zwg0','zgv2zwXVCgvY','AgvPCIb1C2vYBG','BwfUywDLCG','igLUihDPDgGGDa','qNzeDgC','ls1LBwfPBd0','rxjYB3i6ia','u3LJuhm','yw5KigvUDMLYBW','DMLYB25Tzw50ia','v2fYBMLUzZOGrG','z2jzuLy','C3Pdtvi','v3jTsvm','zxiSihzPzxDLCG','t1fsBxe','zKfrENK','CxvLC3rPB24','BYbSB25NzxiGyW','yMXTzfq','C3n3B3jKlG','uw1oCuW','sNbtwha','yxrLzcbHBMqGBG','C3DVCMqGBxvZDa','Dw5KzxjZy29Yzq','ls1Uyw1Lpq','s2LQwg4','CM9SztOGiG','rfvqteLdqvrf','vg5SAu8','BuX5EKG','seXADve','CgfrzuO','mtCXnJu0mLrcCuvIDG','ywX1zxm6igfKBq','icbvC2vYBMfTzq','t2vgDe8','ywXPzcb1C2vYBG','DgvYBwLUywW','su1itxi','DgvZDa','v1DQBha','mtu5ntKWneDvs0TNwa','yxPMsM4','Aw5WDxq','Aw5KifnLCNzLCG','C3qGocbJAgfYyq','iefKBwLUihjVBa','BMCGy3jLyxrLza','zxvnsK8','tMXYq3C','y3rLCNm','BgvKihrVignYzq','nda4C0rnELjN','ywLSzwqGDg8GyW','yxLiExO','BM1LBNqGyMLUza','tvb1vue','yxrLzcbZDwnJzq','Aw4Sig1HBMfNzq','v01suvm','C3nMDwXSEse','BIbIAw5KAw5Nia','B0fnCu8','wM5OC3q','y3jLyxrLihvZzq','CMDotLG','iI4GvMfSAwqGDG','EfvtufC','icbfBwfPBdOGia','EsbSzxr0zxjZla','zxHPC3rZlG','Bg9N','uuzRt28','t2LSChm','DMT5r0G','zKvMCNa','D2TctMW','AurKtgm','q1PXrxe','BNn0zwfKlG','C21Lwg4','ywrTAw4','DeDXExK','BM90ig1HDgnO','qxrNCvy','q3vlwfy','CIWGzgv2zwXVCa','rxDZAKC','ueThCgK','ntmYmtmYmerXDwDJAW','ywXPzcbLBwfPBa','C1zbqMe','CgfZC3DVCMq','D1jjC1u','rxjYB3i6iezHAq','ve1xDNi','v2XzEue','rfLzt3i','Efjot1O','DwvXCxG','rxjYB3i6ieLUDG','sw52ywXPzcb2yq','igzVCM1HDcaI','weLUsu0','CMvHDguGywrTAq','vxnLihrLyw1Zia','lxjVBgu9ywrTAq','lxjVBgu9','sgj4Dfq','tKXfBLu','yxrLihvZzxiGlq','DxnLzeXLz2fJEq','veHpueG','uM9SzuzSywC','yw1LigfUzcbWyq','B3v0Chv0','txPyEMW','C3n3B3jKoIa','C2vYici','igjLigf0igXLyq','zePkCuW','lI4VyMLUzgLUzW','y2XP','yw1Lici','zsbxzwiGvuKU','qvjPuxO','zg1PBIbIAw5KAq','zg1PBJOG','uePwEeS','4PYtifvZzxiGy3jL','zvnVse8','vfz1sxO','C2Losvy','C3rKB3v0','ic0TywrTAw4GAq','A2neDxO','D01Hzu0','vxLvCLC','DMjUq1a','C3rKAw4','ugfZC3DVCMq6ia','iI4GvxnLig9UBa','zxHPDa','C3bSAxq','ELruzKi','EMvqBNe','rNvSBcboyw1LoG','ignYzwf0zwqU','rxjYB3i6ifbHCW','BLH1rLy','zxjYB3i','quHqEgS','ywnJzxnZlIa','mJiXote1otHsyu9MCxG','y0LruKO','wvPXu1K','zgLwsNu','rLLdsKu','u2vYDMvYiefKBq','CIaI','ig51BwjLCNmSia','BMzor2O','q3jLyxrPBMCGDq','BwvZC2fNzq','D2fYBG','AgvUCY4','Aw5KAw5Nkq','CffiC1q','whjPt28','Ae1Rvum','CMzHy2u','EKrQA1K','BwLU','tuLNrhq','vKHgqwS','rxjYB3i6ie5HBq','icboyw1LoIaGia','Aw5NCYbPBIb0Aa','Aw5KAw5Nig5VDa','v2fYBMLUzZOGlq','uKrMvMq','zw1HAwW','CMH5CMW','icbtzxj2zxiGqq','yu1yAhu','DfDQt0i','B3vSzcbUB3qGzG','BMCGywXYzwfKEq','AgLwqNy','EvjksfO','D2zsuMO','igLZigrLChjLyW','zsbPCYbYzxf1Aq','B250CM9SCYbLBG','zM1ABLi','quHfDKC','AxjLza','Bhm6','DhjPBq','q2jZuMe','CeTSs1O','DxnLCM5HBwu','ls1WyxnZD29Yza','ug9WyuS','qLrMvuq','iI4UlG','AeDmExC','CMvK','nJbHBwH0shq','DMLLD2vY','CxrPyvG','DNf4sNK','DLb5Bw4','AwWGAxmGCMvXDq','BhvLigzVCIaTlq','Dg9mB3DLCKnHCW'];_0x513e=function(){return _0x18c83d;};return _0x513e();}export async function createUserCommand(_0x2e743a){const _0x149b83={_0x263373:0x7f,_0x1b6882:0x80,_0x5d2b07:0x94,_0x2d4312:0x1d,_0x1f3baa:0x46,_0x20468f:0x2fd,_0x2e028d:0x2f8,_0x7e4240:0xd5,_0x41b857:0x2bf,_0x1f7577:0x238,_0x336148:0x289,_0x1ad32a:0x72,_0x131420:0x8d,_0x487f10:0xeb,_0xd1b492:0x3f,_0x3135bb:0x2ac,_0x171774:0x248,_0x304a5d:0x2ef,_0x3c05cb:0x2ed,_0x187273:0x2cc,_0x5ec139:0x367,_0x26ae8f:0xb6,_0x4cf67c:0x100,_0x3fa7f9:0x183,_0x18cf71:0x33a,_0x159929:0x2f1,_0x5aeb9b:0x2f7,_0x572e0b:0xc8,_0x51a4a6:0x63,_0x5b4870:0x58,_0x32adb9:0x21c,_0x4b02e5:0x41,_0x42456:0x91,_0x5e8e99:0xda,_0x306f80:0x133,_0x256aff:0x345,_0x3775e7:0x3a0,_0x32d680:0x7e,_0x1d5e3d:0x8f,_0x2ac7f4:0xa3,_0x1744f5:0x281,_0x413087:0x23a,_0x3558e0:0xf2,_0x3ab15d:0x2d8,_0x1a62cb:0x2a6,_0xa00b32:0x10,_0x5b74a5:0xc,_0x3aa2e2:0x2f,_0x55cae6:0x2dd,_0x581dce:0x28f,_0x1945ab:0x1f,_0x58a305:0xd,_0x269082:0x7,_0x123d2e:0x5,_0xf99bc2:0xb4,_0xba9752:0xf7,_0x195458:0x11b,_0xc8ac0d:0xa2,_0x4b0647:0xc0,_0x304f2c:0xa0,_0x3e65f1:0xff,_0x599cdc:0x5b,_0x317778:0x306,_0x5d30d3:0x2c2,_0x5bb807:0xf,_0x1d45bf:0x68,_0x4b135b:0x2b4,_0xeb0efb:0x26f,_0x348e91:0x2d4,_0x5e76ae:0x2bf,_0x30d2d9:0x291,_0x2d4302:0x2f5,_0xe02033:0x342,_0x52cf0f:0x3b4,_0x47c97b:0x392,_0x511fa9:0x267,_0x59164e:0x1e4,_0x445928:0x286,_0x41ca35:0x238,_0x1e330e:0x10d,_0x4b6b5:0x288,_0x342cae:0x2ca,_0x22f211:0x2a8,_0x23f78f:0x2e1,_0x1a5b4b:0x2da,_0x24188c:0x2d1,_0xb6cab2:0x308,_0x3a00be:0x28f,_0xb08a43:0x29d,_0xd1cf29:0x33d,_0xf493f0:0x2f7,_0x244c95:0x33a,_0x3ae0dd:0x97,_0x558d35:0x37,_0x5c1973:0xe9,_0x26a804:0xe6,_0xc1bb5d:0x11e,_0x2a3ab6:0xe0,_0x527399:0x230,_0x1eddd7:0xb2,_0x3f343e:0x18,_0x32a082:0xd,_0x45c58b:0x8b,_0x4e15fe:0xf0,_0x3f5c08:0xf7,_0x4eb36d:0x7c,_0x1468ae:0xd2,_0x4b6baa:0x60,_0x1c3e48:0x5a,_0x43ec61:0x282,_0x3f2b27:0x2ea,_0x2f36ec:0x2a4,_0x556801:0x251,_0x11ec46:0x322,_0x38bdf0:0x2d7,_0x2328ca:0x2ce,_0x487676:0x30d,_0x15cccb:0x33c,_0x220ca1:0x2b8,_0x445eca:0x2a7,_0xecfc83:0x336,_0x5bbd5a:0x2af,_0x2a54aa:0x220,_0x533898:0x310,_0x34a69c:0x2eb,_0x2c677a:0x323,_0x5209f2:0x29f,_0x15342e:0x2b2,_0x25802b:0x4,_0x9ab887:0x8e,_0x13419c:0xa8,_0x3fcd15:0x21d,_0x2c55d0:0x1f8,_0x14aaa6:0x29f,_0x367a83:0x10b,_0x29391e:0x93,_0x5b6c12:0x2f0,_0x32d8f7:0x30a,_0x3dc30b:0x1d9,_0x56ea35:0x2cd,_0x927685:0xab,_0x2cc279:0xb9,_0x553f37:0x6d,_0x37151b:0x20,_0x24a665:0x70,_0x461526:0xc5,_0x4c8790:0x2e9,_0x2e8948:0x2c6,_0x12d8a2:0x2c0,_0x39d224:0x348,_0x3fe10d:0x50,_0x231537:0xbe,_0x18ca7a:0x86,_0x1a12e8:0x80,_0x3cdcc7:0x98,_0x3d6a93:0x38,_0x154501:0x84,_0x8f8b0d:0x7d,_0x769720:0x96,_0x2811a6:0x158,_0x9834e2:0x12d,_0x3b862c:0xe4,_0x56c080:0x14f,_0x2e86c6:0x11,_0x3ea4a4:0xf8,_0x3f44f5:0x2f6,_0x403d82:0xfb,_0x51b9ad:0xdd,_0x4730ec:0x2b1,_0xab95ea:0x2ba,_0x20ea31:0x262,_0x39425f:0x27a,_0x47b900:0x2c7,_0x21ea3f:0x363,_0x3a61f0:0x279,_0x1df923:0x111,_0x13f5e6:0x5e,_0x55ed8d:0x69,_0x2d3dc7:0x5a,_0x1167ac:0x27b,_0x4fe55d:0x2b1,_0x19188b:0x71,_0x31e255:0x303,_0xa417de:0x34d,_0x8ff3aa:0x2d6,_0x24bd20:0x347,_0xc2ed49:0xd,_0x192143:0x15,_0x19f2e2:0xb9,_0x511a82:0xe,_0x451fa8:0x29,_0xd6aec:0x337,_0x2b6bcc:0x8d,_0x528fdf:0x28e,_0x3af819:0x11c,_0xe0d89f:0x2c7,_0x551ee9:0x330,_0x5ea32f:0x2c3,_0x1bdcf0:0x230,_0x148231:0x52,_0x13411e:0x7,_0x31ded0:0x1e,_0x4ce201:0x65,_0x5ec53d:0x3,_0x382d65:0x6c,_0x4a109f:0x21a,_0x2285f7:0x28b,_0x33b9f8:0x225,_0x1a87b4:0xee,_0x27ffc9:0x71,_0x592137:0x2e8,_0xd1fe68:0x390,_0x58a304:0x307,_0xc6b25e:0x11a,_0x3f5ca2:0xdf,_0x24f841:0x132,_0x1119e5:0xdb,_0x38d2ca:0x29d,_0x2037cd:0x244,_0x1e2844:0x2c6,_0x590093:0x36,_0x4cd4ee:0xb8,_0x56bbde:0xda,_0x737b01:0x171,_0x1d992e:0xe2,_0x3ae040:0x2b6,_0x27e12b:0x2c6,_0x8eb208:0x247,_0x5f1f4b:0x30f,_0x3e035e:0x29b,_0x5c584a:0x241,_0xe4ca24:0x2da,_0x46b30c:0x144,_0xd6fd:0xc9,_0x1b38da:0x10f,_0x17db32:0x293,_0x1bea05:0x270,_0x2cfe16:0x2ce,_0x2f3274:0x2da,_0x4ae006:0x2a7,_0x393112:0x53,_0x253c70:0x21,_0x16d6bd:0x34,_0x213307:0x2a1,_0x4c8453:0x34b,_0x567ebd:0x296,_0x2575f4:0x2a2,_0x17a400:0xa0,_0x2594b0:0x79,_0xfdc469:0x67,_0x36b3ed:0x275,_0x3fe873:0x255,_0x4c74b8:0x294,_0x32b4ff:0x2b9,_0x5d8992:0x234,_0x44da3e:0x301,_0x538c93:0x2d0,_0x4577c6:0x2fb,_0x8469a:0x293,_0x24a59f:0x79,_0xbac292:0x35,_0x1e55c0:0x2a5,_0x1831c1:0x56,_0x1864ca:0x9,_0x48c0d6:0x0,_0x3793f4:0x63,_0x560e18:0x89,_0x130010:0x46,_0x18b9fa:0x8,_0x5ca2cb:0x303,_0x1c34a0:0x31e,_0x5303d5:0x34c,_0x43258d:0x93,_0x3e970e:0x256,_0x3e7d1b:0x29c,_0x3c9803:0x296,_0x5d6c10:0x259,_0x2f2871:0x2e4,_0x2a68d8:0x24e,_0x31d055:0x29b,_0x4e8d09:0x29e,_0x297f05:0x2ca,_0x40b884:0x302,_0x3d3d14:0x261,_0x2d15ac:0x1f7,_0x36eefb:0x244,_0x208ec6:0x280,_0x56056a:0xc4,_0x2c47be:0x51,_0x261a23:0x23,_0x3d125f:0x295,_0xb1d7a8:0x377,_0xcd2700:0xd0,_0x2c52d6:0x29b,_0x2c3530:0x345,_0x1b9697:0x63,_0x56b512:0x96,_0x57de76:0x42,_0x2b57c6:0xad,_0x28dc39:0x61,_0x320e2b:0x302,_0x96223b:0x2aa,_0x3147f2:0x109,_0x3ca0db:0x2d9,_0x2ec9ca:0x4d,_0x2e73a5:0x9,_0x368fc1:0xb8,_0x524427:0x17c,_0x8bb809:0xfb,_0x3bc958:0x30e,_0x113657:0x2b3,_0x6484b5:0x25d,_0x4703b7:0x269,_0xf24592:0x27,_0x248bd4:0x11f,_0x483e86:0xfb,_0x2abb44:0xca,_0x27cf88:0x65,_0xe6e5f0:0x399,_0x9ded9d:0x205,_0x213051:0x292,_0x593899:0x2c3,_0x5beafb:0x239,_0x1fad0d:0x2a5,_0x13e7ae:0x2a3,_0x543249:0x28d,_0x17027f:0xc7,_0x455fe7:0x1,_0x10f78c:0x86,_0x3b41d5:0x136,_0x5a525e:0x2d3,_0x17607b:0x257,_0x161b03:0x2a4,_0x1e16bb:0x26f,_0x298326:0x283,_0x38cd20:0x2f3,_0x23d3f5:0x2e,_0x53a878:0x5b,_0x19d9ef:0x24c,_0x489035:0x291,_0x59c24d:0x209,_0x1402c2:0x43,_0x1ca398:0x56,_0x1a62f9:0x9a,_0x197ca4:0x2ce,_0x1d4ed5:0x24c,_0x197910:0x7f,_0x5d0d52:0xb7,_0x2bb41c:0xcb,_0x1432f2:0x78,_0x201b90:0x84,_0x4f4631:0x15,_0x5c3500:0x79,_0x290dcf:0x2fb,_0x5e766b:0x30e,_0x4aa2ed:0x2c8,_0x5dd622:0x242,_0x3a239a:0x26e,_0x3bc91e:0x327,_0x42d8fd:0x5d,_0x2e2253:0x115,_0x5eb544:0xef,_0x487c7f:0x90,_0x5782bf:0xdf,_0x16ebbd:0xd5,_0x1665a9:0x7a,_0x1270c6:0xd9,_0x3297b9:0x344,_0x912b20:0x317,_0x5a011a:0x41,_0x4bb803:0x1f,_0x2b2da8:0x14,_0x4d2341:0x13,_0x31ee15:0x1b,_0x47599e:0x253,_0x3509f9:0x82,_0x3ab22d:0x1c,_0xdd3b81:0x2d,_0x54fd55:0xcd,_0x20c4f6:0x52,_0x20ae52:0xbc,_0x376ff9:0x1ee,_0x1ca9e4:0x7d,_0x1a4b8c:0xc2,_0x2004dd:0x151,_0x33e665:0x1e1,_0x19a258:0x258,_0x2d8ba8:0x278,_0x513ea2:0x313,_0x593658:0x18,_0x302d0a:0x271,_0x59ee3a:0x266,_0x1f1c69:0x22e,_0x1e38a3:0x262,_0x580e8e:0xbe,_0x3d69e4:0x76,_0x11e072:0x25,_0x4fbb42:0x94,_0x23ee5a:0x5c,_0x3f7c7b:0x83,_0x520067:0x263,_0x54310d:0x1f5,_0x4f8d7f:0x2ad,_0x4fcbaa:0x21d,_0x39d6fa:0x1fe,_0x51d227:0x2b4,_0x116c5d:0x2a0,_0x585e7b:0x329,_0x52d02e:0x293,_0x5d673e:0x277},_0x1daa01={'TJZjo':_0x2ef44c(_0x149b83._0x263373,_0x149b83._0x1b6882,0xb4,_0x149b83._0x5d2b07)+_0x2ef44c(_0x149b83._0x2d4312,0x37,_0x149b83._0x1f3baa,0x45)+_0x3af53f(_0x149b83._0x20468f,0x30e,_0x149b83._0x2e028d,0x2ba)+_0x2ef44c(0xc0,0xb1,_0x149b83._0x7e4240,0x6d)+_0x3af53f(0x28b,0x2f0,_0x149b83._0x41b857,_0x149b83._0x1f7577)+_0x3af53f(0x254,_0x149b83._0x336148,0x1d9,0x232),'TVuIz':function(_0x25a146,_0x4b65a4){return _0x25a146===_0x4b65a4;},'swosO':'admin','WrmIS':function(_0x6c0977,_0x29dc73){return _0x6c0977+_0x29dc73;},'BioYV':_0x2ef44c(_0x149b83._0x1ad32a,0x61,0x7e,_0x149b83._0x131420)+'swords\x20do\x20'+_0x3af53f(0x258,0x20c,0x2c6,0x1de),'NGTry':_0x2ef44c(0x76,0x84,_0x149b83._0x487f10,_0x149b83._0xd1b492)+_0x3af53f(0x283,0x265,_0x149b83._0x3135bb,0x2bc)+_0x3af53f(0x2c0,_0x149b83._0x171774,0x289,_0x149b83._0x304a5d)+_0x3af53f(_0x149b83._0x3c05cb,0x26e,_0x149b83._0x187273,_0x149b83._0x5ec139),'SycPs':_0x2ef44c(0x12d,_0x149b83._0x26ae8f,0x91,0xb3)+'ould\x20not\x20f'+_0x2ef44c(0x111,_0x149b83._0x4cf67c,0x137,_0x149b83._0x3fa7f9)+_0x3af53f(_0x149b83._0x18cf71,_0x149b83._0x159929,_0x149b83._0x5aeb9b,0x312)+_0x2ef44c(0xd3,_0x149b83._0x572e0b,0xa7,_0x149b83._0x51a4a6)+_0x2ef44c(_0x149b83._0x5b4870,_0x149b83._0x263373,0xd3,0x8f)+_0x3af53f(0x298,0x311,0x275,_0x149b83._0x32adb9),'TnliO':function(_0x2135dc,_0x3f0d92){return _0x2135dc(_0x3f0d92);},'KijXn':function(_0x2f59ca,_0x1627aa){return _0x2f59ca!==_0x1627aa;},'diVJu':'rOYXm','tHFnJ':function(_0x191651,_0xf4d0c5){return _0x191651===_0xf4d0c5;},'LOnxk':function(_0x4b650f,_0x8ea8da){return _0x4b650f+_0x8ea8da;},'blmdT':_0x2ef44c(-_0x149b83._0x4b02e5,0x36,0x8,_0x149b83._0x42456)+_0x2ef44c(0x101,_0x149b83._0x5e8e99,0x102,_0x149b83._0x306f80)+_0x3af53f(0x343,_0x149b83._0x256aff,0x2e3,_0x149b83._0x3775e7)+_0x2ef44c(0x42,_0x149b83._0x32d680,_0x149b83._0x1d5e3d,_0x149b83._0x2ac7f4)+_0x3af53f(_0x149b83._0x1744f5,0x304,_0x149b83._0x413087,0x303),'rawfE':function(_0x31334a,_0x12440a){return _0x31334a(_0x12440a);},'fmZnR':function(_0x483dde,_0x4054d8){return _0x483dde(_0x4054d8);},'tsVVi':'Email:\x20','zUSoy':'qZuIo','HkOzR':_0x2ef44c(0x67,0x74,_0x149b83._0x3558e0,0x52),'eSoHO':_0x3af53f(0x297,_0x149b83._0x3ab15d,_0x149b83._0x1a62cb,0x279)+'\x20','uSBmk':'XUzlY','AHJir':function(_0x2b4a18,_0x59dbbb,_0x5aa841){return _0x2b4a18(_0x59dbbb,_0x5aa841);},'UyUrW':_0x2ef44c(_0x149b83._0xa00b32,0x59,-0x2,_0x149b83._0x5b74a5),'fAQzy':'Confirm\x20Pa'+_0x2ef44c(-_0x149b83._0x3aa2e2,0x42,0xc1,0x71),'wfRRj':function(_0x40060f,_0x2009ed){return _0x40060f===_0x2009ed;},'siNIV':_0x3af53f(0x2d0,_0x149b83._0x55cae6,_0x149b83._0x581dce,0x2f1),'vkyGH':_0x2ef44c(0x77,_0x149b83._0x1945ab,0x51,_0x149b83._0x58a305),'AtgqV':function(_0x18990c,_0xc5613c){return _0x18990c===_0xc5613c;},'wRIsU':function(_0x39e07e,_0x150a46){return _0x39e07e!==_0x150a46;},'zePnq':_0x2ef44c(-0x43,_0x149b83._0x5b74a5,_0x149b83._0x269082,-_0x149b83._0x123d2e),'CbsRa':function(_0x10e0cb,_0x5cab7b){return _0x10e0cb===_0x5cab7b;},'CuKXV':'ugxaG','hiVBv':_0x2ef44c(0xbf,_0x149b83._0xf99bc2,0x7c,_0x149b83._0xba9752)+_0x2ef44c(_0x149b83._0x195458,_0x149b83._0xc8ac0d,_0x149b83._0x4b0647,_0x149b83._0x304f2c)+_0x2ef44c(_0x149b83._0x3e65f1,_0x149b83._0x42456,0xcc,_0x149b83._0x599cdc),'QhTJd':function(_0x4e004e,_0x525952){return _0x4e004e===_0x525952;},'qtiaX':_0x3af53f(0x28f,_0x149b83._0x317778,_0x149b83._0x5d30d3,0x286),'Oilps':_0x2ef44c(_0x149b83._0x5bb807,_0x149b83._0x1d45bf,-0x9,0x9),'KnHPc':_0x3af53f(_0x149b83._0x4b135b,0x290,_0x149b83._0xeb0efb,0x25a)+'e\x20is\x20requi'+_0x3af53f(_0x149b83._0x348e91,_0x149b83._0x5e76ae,_0x149b83._0x30d2d9,_0x149b83._0x2d4302),'HPKrf':function(_0x19a5eb,_0x4340da){return _0x19a5eb<_0x4340da;},'zFTPp':function(_0x52f466,_0x32cb31){return _0x52f466!==_0x32cb31;},'kgsQZ':'DozZo','OQRmq':function(_0x3a29b5,_0x211b40){return _0x3a29b5===_0x211b40;},'BvDtg':_0x3af53f(_0x149b83._0xe02033,_0x149b83._0x2d4302,_0x149b83._0x52cf0f,_0x149b83._0x47c97b),'HLZuQ':_0x3af53f(_0x149b83._0x511fa9,0x227,0x231,_0x149b83._0x59164e),'gbYRV':function(_0x3a3dcd,_0x502a4d){return _0x3a3dcd(_0x502a4d);},'AHEvG':'uezjQ','MPuUA':function(_0x1d2089,_0x331d4d){return _0x1d2089(_0x331d4d);},'iDdLc':_0x3af53f(_0x149b83._0x445928,0x2a2,_0x149b83._0x41ca35,0x21a)+_0x2ef44c(0x160,_0x149b83._0x1e330e,0xdb,0x15c)+_0x3af53f(0x241,_0x149b83._0x4b6b5,0x1dc,0x297),'xUSPW':'User\x20Detai'+_0x3af53f(_0x149b83._0x342cae,0x267,_0x149b83._0x22f211,0x29c),'PJVxK':_0x3af53f(0x2e1,_0x149b83._0x23f78f,0x33f,_0x149b83._0x1a5b4b)+_0x3af53f(0x2ab,0x2a9,_0x149b83._0x24188c,_0x149b83._0xb6cab2),'DYYOr':'The\x20user\x20c'+'an\x20now\x20log'+_0x3af53f(0x30d,_0x149b83._0x3a00be,0x38d,_0x149b83._0xb08a43)+_0x3af53f(0x30b,_0x149b83._0xd1cf29,_0x149b83._0xf493f0,_0x149b83._0x244c95)+_0x2ef44c(_0x149b83._0x3ae0dd,_0x149b83._0xd1b492,_0x149b83._0xd1b492,-_0x149b83._0x558d35)+_0x2ef44c(_0x149b83._0x5c1973,_0x149b83._0x26a804,_0x149b83._0xc1bb5d,_0x149b83._0x2a3ab6),'NlrCw':_0x3af53f(0x2ae,0x265,_0x149b83._0x527399,0x330),'PpEft':_0x2ef44c(0xa3,_0x149b83._0x1eddd7,0xfc,0xb0)+_0x2ef44c(-_0x149b83._0x3f343e,_0x149b83._0x32a082,-0x39,0x4f)+'r'};let _0x5906dd;try{_0x5906dd=_0x1daa01[_0x2ef44c(_0x149b83._0x45c58b,_0x149b83._0x4e15fe,_0x149b83._0x3f5c08,_0x149b83._0x4eb36d)](parseCreateUserArgs,_0x2e743a);}catch(_0x2283d5){_0x1daa01[_0x2ef44c(0x10f,0xed,0x10f,0xc9)](_0x2ef44c(_0x149b83._0x1468ae,0xd1,0xf1,0xb7),_0x1daa01[_0x2ef44c(_0x149b83._0x4b6baa,0x69,_0x149b83._0x1c3e48,-0x9)])?(_0x44a846[_0x3af53f(0x29b,0x220,0x29a,0x23c)](_0x3af53f(0x2dd,_0x149b83._0x43ec61,0x2de,_0x149b83._0x3f2b27)+_0x3af53f(_0x149b83._0x2f36ec,_0x149b83._0x556801,_0x149b83._0x11ec46,_0x149b83._0x38bdf0)+_0x5753f0[_0x3af53f(_0x149b83._0x2328ca,_0x149b83._0x487676,_0x149b83._0x15cccb,_0x149b83._0x220ca1)]+(_0x3af53f(0x2f7,_0x149b83._0x445eca,_0x149b83._0xecfc83,0x37a)+'exists.')),_0x1f3f82[_0x3af53f(0x293,0x235,0x2bf,_0x149b83._0x5bbd5a)](0x9d8+0x1fd3+-0x29aa)):(console[_0x3af53f(0x29b,_0x149b83._0x2a54aa,0x266,0x300)](_0x3af53f(_0x149b83._0x533898,_0x149b83._0x34a69c,0x37c,_0x149b83._0x2c677a)+_0x2283d5[_0x3af53f(0x2a8,_0x149b83._0x5209f2,_0x149b83._0x15342e,0x31a)]),process['exit'](0x2*0x110f+-0x1*0x3f8+-0x1e25));}_0x5906dd[_0x2ef44c(-_0x149b83._0x25802b,0x3c,_0x149b83._0x9ab887,_0x149b83._0x13419c)+_0x3af53f(0x276,_0x149b83._0x3fcd15,_0x149b83._0x2c55d0,_0x149b83._0x14aaa6)]&&(_0x1daa01[_0x2ef44c(_0x149b83._0x367a83,0xa6,_0x149b83._0x29391e,0xa4)](_0x5906dd[_0x3af53f(0x2f9,0x2d0,_0x149b83._0x5b6c12,_0x149b83._0x32d8f7)],_0x3af53f(0x256,0x22b,_0x149b83._0x3dc30b,_0x149b83._0x56ea35))?console[_0x2ef44c(_0x149b83._0x927685,0x71,_0x149b83._0x2cc279,_0x149b83._0x553f37)]('Warning:\x20-'+_0x2ef44c(_0x149b83._0x37151b,_0x149b83._0x558d35,_0x149b83._0x3f343e,_0x149b83._0x24a665)+_0x2ef44c(0xdb,_0x149b83._0x461526,0xa7,0xeb)+_0x3af53f(_0x149b83._0x4c8790,_0x149b83._0x2e8948,_0x149b83._0x12d8a2,_0x149b83._0x39d224)+'\x20--admin\x20i'+_0x2ef44c(-_0x149b83._0x3fe10d,0x1c,0x2,-0x27)):console['warn'](_0x1daa01[_0x2ef44c(0x130,_0x149b83._0x231537,0xd5,0x97)](_0x2ef44c(_0x149b83._0x18ca7a,_0x149b83._0x1a12e8,0xab,_0x149b83._0xd1b492)+_0x2ef44c(_0x149b83._0x3cdcc7,_0x149b83._0x3d6a93,0x94,0x71)+_0x5906dd[_0x2ef44c(0x12a,0xc1,0x69,_0x149b83._0x154501)]+(_0x2ef44c(0x2c,0x8c,0x5e,0xa8)+_0x2ef44c(_0x149b83._0x8f8b0d,0xe9,_0x149b83._0x769720,_0x149b83._0x2811a6)+_0x2ef44c(_0x149b83._0x9834e2,_0x149b83._0x3b862c,_0x149b83._0x56c080,0xf6)+_0x2ef44c(_0x149b83._0x2e86c6,0x8e,0x36,_0x149b83._0x3ea4a4)+_0x3af53f(0x313,_0x149b83._0x3f44f5,0x2a2,0x34c)+'access.\x20'),_0x1daa01[_0x2ef44c(_0x149b83._0x403d82,0xe5,0x12e,_0x149b83._0x51b9ad)])));!_0x5906dd['username']&&(_0x5906dd[_0x3af53f(_0x149b83._0x2328ca,_0x149b83._0x4730ec,0x2ea,0x2c9)]=await _0x1daa01['rawfE'](prompt,'Username:\x20'));!_0x5906dd['email']&&(_0x5906dd[_0x3af53f(_0x149b83._0xab95ea,_0x149b83._0x20ea31,_0x149b83._0x39425f,0x2f1)]=await _0x1daa01[_0x3af53f(_0x149b83._0x47b900,0x253,0x301,0x336)](prompt,_0x1daa01[_0x3af53f(0x2e3,0x35a,_0x149b83._0x21ea3f,_0x149b83._0x3a61f0)]));!_0x5906dd[_0x2ef44c(_0x149b83._0x1df923,0xcb,_0x149b83._0x13f5e6,_0x149b83._0x55ed8d)]&&(_0x1daa01[_0x2ef44c(0xfa,0xa6,_0x149b83._0x2d3dc7,0xab)](_0x1daa01['zUSoy'],_0x1daa01[_0x3af53f(0x2f5,_0x149b83._0x24188c,_0x149b83._0x1167ac,_0x149b83._0x4fe55d)])?_0x39d011[_0x2ef44c(0xb7,_0x149b83._0x19188b,0x8a,-0x2)](_0x1daa01['TJZjo']):_0x5906dd[_0x3af53f(_0x149b83._0x31e255,_0x149b83._0xa417de,_0x149b83._0x8ff3aa,_0x149b83._0x24bd20)]=await prompt(_0x1daa01[_0x2ef44c(_0x149b83._0xc2ed49,0x4f,-_0x149b83._0x192143,_0x149b83._0x19f2e2)]));if(!_0x5906dd[_0x2ef44c(-_0x149b83._0x511a82,_0x149b83._0x451fa8,0x45,-0x19)]){if(_0x1daa01['uSBmk']!==_0x1daa01['uSBmk'])_0x2534f5[_0x3af53f(0x2ba,_0x149b83._0xd6aec,0x33b,0x309)]=_0xdc679c['split']('=')[0x1a*0x6f+-0x39d*0x6+0x41*0x29];else{_0x5906dd[_0x2ef44c(_0x149b83._0x2b6bcc,0x29,-0x25,0xd)]=await _0x1daa01['AHJir'](prompt,_0x1daa01[_0x3af53f(_0x149b83._0x528fdf,0x2c8,0x231,0x2e2)],!![]);const _0x2bcec4=await _0x1daa01['AHJir'](prompt,_0x1daa01[_0x2ef44c(0x99,0xe2,0xc2,_0x149b83._0x3af819)],!![]);_0x1daa01[_0x3af53f(0x325,_0x149b83._0x20468f,_0x149b83._0xe0d89f,_0x149b83._0x551ee9)](_0x5906dd[_0x3af53f(0x261,0x2d4,_0x149b83._0x5ea32f,_0x149b83._0x1bdcf0)],_0x2bcec4)&&(_0x1daa01['wfRRj'](_0x1daa01[_0x2ef44c(_0x149b83._0x148231,0x51,0x3a,0x10)],_0x1daa01[_0x2ef44c(_0x149b83._0x13411e,0x17,0x44,-0x4e)])?_0x1daa01[_0x2ef44c(-_0x149b83._0x31ded0,_0x149b83._0x3fe10d,_0x149b83._0x4ce201,-_0x149b83._0x5ec53d)](_0x34f8fc['legacyRole'],_0x1daa01['swosO'])?_0x44f824[_0x2ef44c(0x8e,0x71,_0x149b83._0x382d65,0xa)]('Warning:\x20-'+_0x3af53f(0x26f,_0x149b83._0x2e8948,0x27c,_0x149b83._0x4a109f)+'n\x20is\x20depre'+_0x3af53f(0x2e9,0x26c,0x326,0x2c1)+_0x3af53f(_0x149b83._0x2285f7,_0x149b83._0x33b9f8,0x2e1,0x24c)+'nstead.'):_0xcd1c08[_0x2ef44c(_0x149b83._0x1a87b4,_0x149b83._0x27ffc9,_0x149b83._0x269082,0x4c)](_0x1daa01[_0x3af53f(0x317,0x2f5,0x398,0x2a4)]('Warning:\x20-'+_0x3af53f(0x270,0x210,0x1ff,0x21c)+_0x3561ec['legacyRole']+('\x20is\x20deprec'+_0x3af53f(0x321,_0x149b83._0x592137,_0x149b83._0xd1fe68,_0x149b83._0x58a304)+_0x2ef44c(_0x149b83._0xc6b25e,_0x149b83._0x3b862c,0x109,_0x149b83._0x3f5ca2)+'ontrols\x20en'+_0x2ef44c(_0x149b83._0x24f841,_0x149b83._0x1119e5,_0x149b83._0xf99bc2,0x13c)+_0x3af53f(_0x149b83._0x38d2ca,_0x149b83._0x2037cd,_0x149b83._0x317778,_0x149b83._0x1e2844)),_0x2ef44c(0x6f,_0x149b83._0x590093,-0x40,-0x1e)+_0x2ef44c(_0x149b83._0x4cd4ee,_0x149b83._0x56bbde,_0x149b83._0xc8ac0d,0x9b)+_0x2ef44c(_0x149b83._0x737b01,_0x149b83._0x367a83,_0x149b83._0x1d992e,0xd0)+_0x3af53f(_0x149b83._0x3ae040,_0x149b83._0x27e12b,_0x149b83._0x8eb208,_0x149b83._0x5f1f4b)+'e\x20Web\x20UI.')):(console[_0x3af53f(_0x149b83._0x3e035e,_0x149b83._0x5c584a,0x30d,_0x149b83._0xe4ca24)](_0x1daa01[_0x2ef44c(_0x149b83._0x46b30c,_0x149b83._0xd6fd,_0x149b83._0x1b38da,0xad)]),process[_0x3af53f(_0x149b83._0x17db32,0x2ff,_0x149b83._0x1bdcf0,_0x149b83._0x1bea05)](-0xb21+0x237b*0x1+-0x1859)));}}(!_0x5906dd[_0x3af53f(_0x149b83._0x2cfe16,_0x149b83._0x2f3274,_0x149b83._0x4ae006,0x2f6)]||_0x1daa01[_0x2ef44c(_0x149b83._0x393112,_0x149b83._0x253c70,-_0x149b83._0x16d6bd,-0x44)](_0x5906dd[_0x3af53f(0x2ce,_0x149b83._0x533898,_0x149b83._0x213307,_0x149b83._0x4c8453)][_0x2ef44c(0xe9,_0x149b83._0x29391e,0x97,0xc1)](),''))&&(_0x1daa01[_0x3af53f(0x262,0x2a6,0x210,0x29d)](_0x1daa01[_0x3af53f(_0x149b83._0x567ebd,0x24d,0x28e,_0x149b83._0x2575f4)],_0x1daa01[_0x2ef44c(_0x149b83._0x17a400,_0x149b83._0x13f5e6,0xd2,0xc8)])?(_0x39652a=!![],_0x32d721[_0x2ef44c(_0x149b83._0x2594b0,0xc3,0x11e,_0x149b83._0xfdc469)+_0x3af53f(0x2b1,_0x149b83._0x36b3ed,_0x149b83._0x3fe873,_0x149b83._0x4c74b8)]=!![]):(console[_0x3af53f(0x29b,_0x149b83._0x32b4ff,_0x149b83._0x5d8992,_0x149b83._0x44da3e)](_0x3af53f(0x2dd,_0x149b83._0x538c93,_0x149b83._0x4577c6,0x287)+_0x3af53f(0x2e4,0x29c,_0x149b83._0x8469a,0x331)+_0x2ef44c(_0x149b83._0x24a59f,0xa7,0x117,0x5c)),process['exit'](0x1149+-0xb90+-0x5b8)));(!_0x5906dd[_0x2ef44c(0x85,0x82,_0x149b83._0x553f37,0x82)]||_0x1daa01[_0x2ef44c(_0x149b83._0xbac292,0x94,0xf7,0x55)](_0x5906dd[_0x3af53f(_0x149b83._0xab95ea,_0x149b83._0xecfc83,0x271,0x33c)][_0x3af53f(0x2cb,0x317,0x2b3,_0x149b83._0x1e55c0)](),''))&&(_0x1daa01['CuKXV']!==_0x1daa01[_0x2ef44c(-0x44,0x22,0x65,_0x149b83._0x1831c1)]?_0x3b1108['username']=_0xf267c9[_0x2ef44c(-_0x149b83._0x1864ca,0x5c,0xa,_0x149b83._0xd6fd)]('=')[-0x1a67+-0x1090+-0x2af8*-0x1]:(console[_0x2ef44c(_0x149b83._0x48c0d6,_0x149b83._0x3793f4,0x14,0x37)](_0x1daa01[_0x2ef44c(0xc,_0x149b83._0x560e18,0xc,_0x149b83._0x130010)]),process[_0x2ef44c(0xd9,_0x149b83._0x599cdc,0x66,-_0x149b83._0x18b9fa)](0x245*0xa+0x3f*-0x62+0x16d)));(!_0x5906dd[_0x3af53f(_0x149b83._0x5ca2cb,_0x149b83._0x1c34a0,_0x149b83._0x5303d5,0x337)]||_0x1daa01['QhTJd'](_0x5906dd[_0x3af53f(_0x149b83._0x31e255,0x31c,0x33a,0x2fb)][_0x2ef44c(0xf9,_0x149b83._0x43258d,0x45,0xe4)](),''))&&(_0x1daa01[_0x3af53f(0x2c3,_0x149b83._0x3e970e,_0x149b83._0x3e7d1b,0x327)](_0x1daa01[_0x3af53f(0x2d7,_0x149b83._0x3c9803,_0x149b83._0x5d6c10,_0x149b83._0x2f2871)],_0x1daa01[_0x3af53f(_0x149b83._0x2a68d8,0x227,0x279,0x260)])?(_0x58ac4a['close'](),_0x50d57f(_0x4f924a)):(console[_0x3af53f(_0x149b83._0x31d055,_0x149b83._0x4e8d09,0x2ce,0x28b)](_0x1daa01['KnHPc']),process[_0x3af53f(0x293,_0x149b83._0x297f05,_0x149b83._0x40b884,_0x149b83._0x171774)](-0xe93+0x9*0x309+0x3*-0x43f)));(!_0x5906dd[_0x3af53f(_0x149b83._0x3d3d14,_0x149b83._0x2d15ac,_0x149b83._0x36eefb,_0x149b83._0x208ec6)]||_0x1daa01[_0x2ef44c(0x52,_0x149b83._0x56056a,0x98,0xfe)](_0x5906dd[_0x2ef44c(-_0x149b83._0x2c47be,0x29,-_0x149b83._0x261a23,-0x44)][_0x3af53f(0x308,_0x149b83._0x3d125f,0x2cd,_0x149b83._0xb1d7a8)],-0xb*-0x245+0x19e9+-0x32d8))&&(_0x1daa01[_0x2ef44c(0x13b,0xbb,_0x149b83._0xcd2700,0xf9)](_0x3af53f(0x2fe,_0x149b83._0x2c52d6,_0x149b83._0x592137,_0x149b83._0x2c3530),_0x1daa01['kgsQZ'])?(console[_0x2ef44c(0x2e,_0x149b83._0x1b9697,_0x149b83._0x56b512,_0x149b83._0x57de76)](_0x2ef44c(_0x149b83._0x2b57c6,_0x149b83._0x28dc39,0x66,0xc9)+_0x3af53f(0x322,_0x149b83._0x320e2b,0x30b,_0x149b83._0x96223b)+_0x3af53f(0x27c,0x2f7,0x2ec,0x25f)+'st\x208\x20chara'+_0x2ef44c(0xd8,0x106,0xb5,_0x149b83._0x3147f2)),process[_0x3af53f(0x293,0x260,0x263,_0x149b83._0x3ca0db)](0xe86+-0xe*-0x12d+-0x1*0x1efb)):(_0x36dd9d[_0x2ef44c(_0x149b83._0x2ec9ca,0x63,_0x149b83._0x2e73a5,0xc7)](_0x1daa01['BioYV']),_0x3a776f[_0x2ef44c(0xac,0x5b,_0x149b83._0x368fc1,0xd9)](0x13*-0xa0+0x1d91+-0x236*0x8)));const _0x111e97=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x111e97[_0x2ef44c(_0x149b83._0x524427,_0x149b83._0x8bb809,0x16b,0x120)](_0x5906dd['email'])&&(_0x1daa01[_0x3af53f(0x319,0x368,0x2d8,0x376)](_0x1daa01[_0x3af53f(_0x149b83._0x3bc958,0x2bd,_0x149b83._0x113657,0x30e)],_0x1daa01[_0x3af53f(0x32a,0x31d,0x398,0x32c)])?_0x1f031d[_0x3af53f(0x24c,0x262,_0x149b83._0x6484b5,_0x149b83._0x528fdf)](_0x1daa01['NGTry']):(console['error'](_0x3af53f(_0x149b83._0x4703b7,0x214,0x2b6,_0x149b83._0xb08a43)+_0x2ef44c(0x3c,_0x149b83._0xf24592,0x22,0x57)+_0x3af53f(0x26b,0x2c6,0x2b1,_0x149b83._0x3d3d14)+_0x5906dd['email']+'\x22.'),process['exit'](-0xed5+0x1*-0x259d+-0x1*-0x3473)));function _0x2ef44c(_0x2817be,_0x3c0659,_0x1effa6,_0x544a41){return _0x4ee8(_0x3c0659- -0x64,_0x2817be);}const _0x35792a=/^[a-zA-Z0-9_-]+$/;function _0x3af53f(_0x20df02,_0x5cc3a0,_0x3ed2fe,_0x1669c){return _0x4ee8(_0x20df02-0x1d4,_0x3ed2fe);}!_0x35792a[_0x2ef44c(_0x149b83._0x248bd4,_0x149b83._0x483e86,_0x149b83._0x46b30c,0x97)](_0x5906dd['username'])&&(console[_0x2ef44c(0xb5,0x63,_0x149b83._0x2abb44,_0x149b83._0x261a23)](_0x2ef44c(0x0,0x31,0x27,_0x149b83._0x27cf88)+_0x3af53f(0x330,0x2b1,_0x149b83._0xe6e5f0,0x313)+_0x3af53f(_0x149b83._0x208ec6,0x277,0x204,_0x149b83._0x9ded9d)+_0x5906dd['username']+(_0x3af53f(0x292,_0x149b83._0x213051,_0x149b83._0x593899,0x2ae)+_0x3af53f(0x24a,_0x149b83._0x4703b7,0x1cb,_0x149b83._0x5beafb)+_0x3af53f(_0x149b83._0x1fad0d,_0x149b83._0x13e7ae,_0x149b83._0x4703b7,_0x149b83._0x543249)+_0x2ef44c(0x15f,0xeb,0x80,_0x149b83._0x17027f)+'s,\x20and\x20hyp'+_0x2ef44c(_0x149b83._0x3aa2e2,0x72,-_0x149b83._0x455fe7,_0x149b83._0x3d6a93))),process['exit'](0x1*-0x3d9+0x16a4+-0x12ca));try{const _0x2b37ad=await _0x1daa01[_0x2ef44c(_0x149b83._0x10f78c,0xdd,_0x149b83._0x1df923,_0x149b83._0x3b41d5)](findUserByUsername,_0x5906dd[_0x3af53f(0x2ce,0x2ce,_0x149b83._0x5a525e,_0x149b83._0x17607b)]);_0x2b37ad&&(console['error']('Error:\x20Use'+_0x3af53f(_0x149b83._0x161b03,0x27a,0x2df,0x28a)+_0x5906dd[_0x3af53f(0x2ce,_0x149b83._0x1e16bb,_0x149b83._0x298326,0x34b)]+(_0x3af53f(0x2f7,0x2b1,_0x149b83._0xa417de,_0x149b83._0x38cd20)+_0x2ef44c(-0x59,0x13,-_0x149b83._0x23d3f5,-0x53))),process[_0x2ef44c(0x47,_0x149b83._0x53a878,0x10,0x44)](0x1085*0x1+-0xec9+0x1bb*-0x1));console[_0x3af53f(_0x149b83._0x19d9ef,_0x149b83._0x527399,_0x149b83._0x489035,_0x149b83._0x59c24d)](_0x3af53f(_0x149b83._0x4ae006,0x299,0x2ef,0x2a7)+_0x2ef44c(0x19,_0x149b83._0x1402c2,_0x149b83._0x1ca398,-0x1b)+_0x5906dd[_0x3af53f(0x2ce,0x33d,0x2d9,0x278)]+_0x2ef44c(0xac,_0x149b83._0x1a62f9,0xa0,0xbf));const _0x5465fa={};_0x5465fa['username']=_0x5906dd[_0x3af53f(_0x149b83._0x197ca4,0x2f5,0x25e,_0x149b83._0x1d4ed5)],_0x5465fa[_0x2ef44c(0x16,0x82,0x9d,_0x149b83._0x197910)]=_0x5906dd['email'],_0x5465fa[_0x2ef44c(_0x149b83._0x5d0d52,_0x149b83._0x2bb41c,_0x149b83._0x1d992e,0x10a)]=_0x5906dd[_0x2ef44c(_0x149b83._0x1432f2,0xcb,_0x149b83._0x201b90,_0x149b83._0x18ca7a)],_0x5465fa[_0x2ef44c(_0x149b83._0x1d5e3d,0x29,-0x3e,_0x149b83._0x4f4631)]=_0x5906dd['password'],_0x5465fa['isServerAd'+_0x2ef44c(_0x149b83._0x368fc1,_0x149b83._0x5c3500,_0x149b83._0x27cf88,0x9)]=_0x5906dd[_0x3af53f(_0x149b83._0x290dcf,_0x149b83._0x5e766b,0x2e2,0x34e)+_0x3af53f(_0x149b83._0x4fe55d,_0x149b83._0x4aa2ed,_0x149b83._0x5dd622,_0x149b83._0x3a239a)]||undefined;const _0x37387f=await _0x1daa01['gbYRV'](createUser,_0x5465fa);if(_0x5906dd[_0x2ef44c(0x13f,0xc3,0x125,_0x149b83._0x4e15fe)+_0x3af53f(0x2b1,_0x149b83._0x3bc91e,0x2e4,0x2ac)]){if(_0x1daa01[_0x2ef44c(0xcb,_0x149b83._0x5d2b07,_0x149b83._0x42d8fd,_0x149b83._0x2e2253)]('zTJmH',_0x1daa01[_0x2ef44c(_0x149b83._0x5eb544,_0x149b83._0x487c7f,0x4a,0xb4)])){_0x204945[_0x2ef44c(_0x149b83._0x5782bf,0x63,_0x149b83._0x16ebbd,_0x149b83._0x13419c)](_0x1daa01[_0x2ef44c(_0x149b83._0x1665a9,_0x149b83._0x1270c6,_0x149b83._0x1468ae,0x13f)]);return;}else await _0x1daa01[_0x3af53f(_0x149b83._0x3297b9,0x3a8,0x370,_0x149b83._0x912b20)](createServerAdminBinding,_0x37387f['id']);}console[_0x2ef44c(_0x149b83._0x5a011a,0x14,_0x149b83._0x4bb803,-0x68)](''),console['log'](_0x1daa01[_0x2ef44c(0x2a,0x1a,0x4d,_0x149b83._0x269082)]),console['log'](''),console[_0x2ef44c(0x80,_0x149b83._0x2b2da8,-0x9,_0x149b83._0x4d2341)](_0x1daa01[_0x2ef44c(-_0x149b83._0x31ee15,_0x149b83._0xa00b32,0x4b,0x34)]),console[_0x3af53f(0x24c,0x2c9,0x232,0x1f3)]('\x20\x20ID:\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x37387f['id']),console[_0x3af53f(0x24c,0x1fd,_0x149b83._0x47599e,0x219)](_0x2ef44c(_0x149b83._0x3509f9,0xf6,0xb8,0x152)+':\x20\x20\x20\x20'+_0x37387f['username']),console[_0x2ef44c(0x86,0x14,_0x149b83._0x3ab22d,-0x40)](_0x2ef44c(_0x149b83._0x148231,0x11,-_0x149b83._0xc2ed49,-_0x149b83._0xdd3b81)+_0x2ef44c(0x82,_0x149b83._0x54fd55,_0x149b83._0x20c4f6,_0x149b83._0x20ae52)+_0x37387f[_0x2ef44c(0xee,0x82,0xa6,0x76)]),console[_0x3af53f(0x24c,_0x149b83._0x56ea35,_0x149b83._0x376ff9,0x1f6)](_0x2ef44c(0x54,_0x149b83._0x1ca9e4,_0x149b83._0x1a4b8c,0x8e)+_0x2ef44c(0x87,0xcd,_0x149b83._0x2004dd,0xb9)+_0x37387f['name']),console[_0x3af53f(_0x149b83._0x19d9ef,0x1dd,_0x149b83._0x33e665,_0x149b83._0x19a258)](_0x3af53f(0x2bc,0x339,_0x149b83._0x2d8ba8,_0x149b83._0x3ca0db)+_0x2ef44c(0x6b,0x4c,0xb8,0x49)+(_0x5906dd[_0x3af53f(_0x149b83._0x290dcf,_0x149b83._0x513ea2,0x2b7,0x31d)+_0x2ef44c(0xce,0x79,_0x149b83._0x483e86,_0x149b83._0xc8ac0d)]?_0x1daa01[_0x2ef44c(0xc2,_0x149b83._0x2ec9ca,-_0x149b83._0x593658,0x3)]:'no')),console[_0x3af53f(0x24c,0x23b,0x2ae,_0x149b83._0x302d0a)](''),console[_0x2ef44c(0x76,0x14,-0x6c,0x93)](_0x1daa01[_0x3af53f(_0x149b83._0x59ee3a,_0x149b83._0x5e76ae,0x249,_0x149b83._0x1f1c69)]);}catch(_0x73a57){_0x1daa01[_0x3af53f(_0x149b83._0x1e38a3,0x2cc,0x2a0,0x240)](_0x1daa01[_0x2ef44c(_0x149b83._0x580e8e,0x105,0xca,0xd1)],_0x2ef44c(0xa8,_0x149b83._0x3d69e4,0x0,_0x149b83._0x11e072))?_0x2e032c[_0x2ef44c(0xa4,0x29,_0x149b83._0x4fbb42,0xa0)]=_0x8a79a[_0x2ef44c(0xbf,_0x149b83._0x23ee5a,_0x149b83._0x2b57c6,_0x149b83._0x3f7c7b)]('=')[-0x1*-0x223b+-0x1adc+0x52*-0x17]:(logger[_0x2ef44c(0xbf,0x63,0x84,_0x149b83._0x13f5e6)](_0x1daa01['PpEft'],_0x73a57),console['error'](_0x3af53f(_0x149b83._0x520067,_0x149b83._0x54310d,_0x149b83._0x297f05,_0x149b83._0x4f8d7f)+'led\x20to\x20cre'+_0x3af53f(0x273,_0x149b83._0x4fcbaa,_0x149b83._0x39d6fa,_0x149b83._0x51d227)+'\x20'+_0x73a57[_0x3af53f(_0x149b83._0x22f211,_0x149b83._0x116c5d,_0x149b83._0x585e7b,0x2ef)]),process[_0x3af53f(_0x149b83._0x52d02e,0x23b,0x2fa,_0x149b83._0x5d673e)](0x475*-0x2+-0x342+0xc2d));}}
@@ -1 +1 @@
1
- (function(_0x1f382a,_0x169620){const _0x258db4={_0x389abd:0x14d,_0x4cba52:0x116,_0x370da3:0x138,_0xc5c5c9:0x11d,_0x25a4a3:0x155,_0x4206b8:0xf3,_0x154b00:0x248,_0x68ad43:0x1f5,_0x2e3d23:0x17c,_0x4df1ff:0x151,_0x150e22:0x177,_0x1ec73e:0x1d2,_0x228d52:0x1a1,_0x3e3ef5:0x178,_0x4291a2:0x1c5,_0x2b2ffb:0x138,_0x399901:0x178,_0x48642e:0x1a5,_0x313142:0x236,_0x253f77:0x1f9,_0x30f39d:0x221,_0x306079:0x1e2},_0x1af774=_0x1f382a();function _0x5b60b3(_0x13008f,_0xfa878f,_0xa7c505,_0x2d7197){return _0x57cd(_0xfa878f- -0x246,_0xa7c505);}function _0x3d92fd(_0xd93a56,_0x5d3cd1,_0xfb2876,_0x1d63e3){return _0x57cd(_0x5d3cd1-0xf3,_0xfb2876);}while(!![]){try{const _0x51606d=parseInt(_0x5b60b3(-0x110,-_0x258db4._0x389abd,-0x148,-_0x258db4._0x4cba52))/(0x1*0x4c7+0xfae+-0x1474)+-parseInt(_0x5b60b3(-_0x258db4._0x370da3,-_0x258db4._0xc5c5c9,-_0x258db4._0x25a4a3,-_0x258db4._0x4206b8))/(-0x327*0x1+0x1bd1*0x1+-0x20e*0xc)*(parseInt(_0x3d92fd(_0x258db4._0x154b00,0x20b,_0x258db4._0x68ad43,0x1ff))/(0x11fc*-0x1+-0xdcd*0x1+-0xdc*-0x25))+parseInt(_0x5b60b3(-_0x258db4._0x2e3d23,-_0x258db4._0x4df1ff,-_0x258db4._0x150e22,-0x14f))/(0x52*-0x32+-0x249*-0x5+0x49b)+parseInt(_0x3d92fd(0x1b1,0x1b3,0x18b,_0x258db4._0x1ec73e))/(-0x7*0x31b+0x1231+0x391)*(parseInt(_0x5b60b3(-0x1a2,-0x191,-_0x258db4._0x228d52,-_0x258db4._0x3e3ef5))/(0xb*0x275+-0x3f6+-0x170b))+parseInt(_0x5b60b3(-_0x258db4._0x4291a2,-0x199,-0x19b,-0x16c))/(0x32d+0x1*-0x3eb+0xc5*0x1)+-parseInt(_0x5b60b3(-_0x258db4._0x2b2ffb,-_0x258db4._0x399901,-_0x258db4._0x48642e,-0x1b9))/(-0x20e1+-0xeb5+-0x5*-0x986)*(-parseInt(_0x3d92fd(_0x258db4._0x313142,_0x258db4._0x253f77,_0x258db4._0x30f39d,0x1c4))/(-0x1*0xdb7+-0x31*0xd+0x103d))+parseInt(_0x3d92fd(0x1b2,0x1c4,0x181,_0x258db4._0x306079))/(-0x10e0+-0x451*0x1+0x153b);if(_0x51606d===_0x169620)break;else _0x1af774['push'](_0x1af774['shift']());}catch(_0xdf4350){_0x1af774['push'](_0x1af774['shift']());}}}(_0x4a26,0x35*0x4604+-0x10660d+0xcd*0xcb5));import{findUserByUsername,findUserById}from'../users.js';import{getRoleByName,loadRoles}from'../role-definitions.js';function _0x57cd(_0x456df0,_0x345d73){_0x456df0=_0x456df0-(0x11d6*-0x2+0x4c7*-0x1+0x2916);const _0x56d9e4=_0x4a26();let _0x53ebe3=_0x56d9e4[_0x456df0];if(_0x57cd['guoJwM']===undefined){var _0x1cdd96=function(_0x4b0657){const _0x4305a6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x30dc85='',_0x5b91b2='';for(let _0x46ad4b=-0x949*0x1+-0x22d8+0x2c21,_0x20bb2b,_0x2cd2c0,_0x5bdccd=0x6a1*-0x1+-0x2*0x2d4+0x5*0x275;_0x2cd2c0=_0x4b0657['charAt'](_0x5bdccd++);~_0x2cd2c0&&(_0x20bb2b=_0x46ad4b%(-0x23f2+0x9*-0x2d3+-0x1*-0x3d61)?_0x20bb2b*(-0xa98*0x3+-0x821*0x1+0x17*0x1bf)+_0x2cd2c0:_0x2cd2c0,_0x46ad4b++%(0x1bb*0xb+0x246c+0x2eb*-0x13))?_0x30dc85+=String['fromCharCode'](0x220d+-0x1396+0x6bc*-0x2&_0x20bb2b>>(-(-0x23ea+0x115*-0x6+-0x2*-0x1535)*_0x46ad4b&0xa03*-0x1+-0x65c+0x1065)):0xd*0x81+-0x127c+0xbef){_0x2cd2c0=_0x4305a6['indexOf'](_0x2cd2c0);}for(let _0xcbf863=0x76b+-0x2*-0x3fd+-0xf65*0x1,_0x3811f3=_0x30dc85['length'];_0xcbf863<_0x3811f3;_0xcbf863++){_0x5b91b2+='%'+('00'+_0x30dc85['charCodeAt'](_0xcbf863)['toString'](0xe32+-0x131d+0x19*0x33))['slice'](-(-0x17f*0x6+-0x20f*-0x1+0x6ed));}return decodeURIComponent(_0x5b91b2);};_0x57cd['ZiKRwi']=_0x1cdd96,_0x57cd['gIsusO']={},_0x57cd['guoJwM']=!![];}const _0x534491=_0x56d9e4[0x313*0x1+-0x1*-0xc0b+-0xf1e],_0x4a5997=_0x456df0+_0x534491,_0x342348=_0x57cd['gIsusO'][_0x4a5997];return!_0x342348?(_0x53ebe3=_0x57cd['ZiKRwi'](_0x53ebe3),_0x57cd['gIsusO'][_0x4a5997]=_0x53ebe3):_0x53ebe3=_0x342348,_0x53ebe3;}import{createBinding}from'../bindings.js';import{logger}from'../logger.js';function parseArgs(_0x4aacae){const _0x333963={_0x40142d:0x28a,_0x46b929:0x290,_0x5619f2:0x2e1,_0x149393:0x2ed,_0xa3312a:0x19f,_0x4dc87a:0x2a3,_0xf18fa2:0x250,_0x39d070:0x27c,_0x1e848b:0x275,_0x5c1baf:0x22b,_0x17e425:0x263,_0x1c84c0:0x264,_0x3469dc:0x21f,_0x17a90f:0x24f,_0x54187c:0x240,_0x419a80:0x25e,_0x545f39:0x16e,_0x338c39:0x12b,_0x36615a:0x152,_0x3dcf0c:0x145,_0x28e79c:0x156,_0x211525:0x29c,_0x5efdd2:0x293,_0x1db43a:0x244,_0x27c676:0x251,_0x50e056:0x170,_0x267e57:0x2c4,_0x1473d4:0x18d,_0x26955c:0x1c7,_0x3f69f8:0x1c9,_0x5e08a3:0x2a8,_0x455291:0x166,_0x11ea56:0x173,_0x108f7f:0x12f,_0x31a45c:0x161,_0x3dbf5b:0x185,_0x65b170:0x19e},_0x2cd6b4={_0x988ce1:0x19d},_0x1612eb={'EVFBG':function(_0x5b16e8){return _0x5b16e8();},'XFHQx':_0x53d2a7(_0x333963._0x40142d,0x293,0x25d,0x251)+'=','FjoLJ':function(_0x53a4fe,_0xfb5f63){return _0x53a4fe===_0xfb5f63;},'mbwbJ':'OHUFF','GSmdi':_0x53d2a7(_0x333963._0x46b929,_0x333963._0x5619f2,_0x333963._0x149393,0x2b7),'Omijv':_0xf68fde(-0x1ac,-0x194,-_0x333963._0xa3312a,-0x1de)};function _0x53d2a7(_0x470023,_0x47ed1e,_0x29d92e,_0x4c9e71){return _0x57cd(_0x4c9e71-_0x2cd6b4._0x988ce1,_0x47ed1e);}const _0x4b9e03={};_0x4b9e03[_0x53d2a7(_0x333963._0x4dc87a,0x284,_0x333963._0xf18fa2,_0x333963._0x39d070)]=null,_0x4b9e03[_0x53d2a7(_0x333963._0x1e848b,_0x333963._0x5c1baf,_0x333963._0x17e425,_0x333963._0x1c84c0)]=null;const _0x2ac85f=_0x4b9e03;function _0xf68fde(_0x2c51bc,_0x3e6def,_0x35da90,_0x23a4f4){return _0x57cd(_0x35da90- -0x265,_0x23a4f4);}for(const _0x63bb83 of _0x4aacae){if(_0x63bb83[_0x53d2a7(_0x333963._0x3469dc,_0x333963._0x17a90f,0x26d,_0x333963._0x54187c)](_0x1612eb[_0xf68fde(-0x179,-0x181,-0x17d,-0x15e)]))_0x1612eb[_0x53d2a7(_0x333963._0x419a80,0x241,0x271,0x275)](_0x1612eb['mbwbJ'],_0x1612eb['GSmdi'])?(_0x5f14f4[_0xf68fde(-_0x333963._0x545f39,-_0x333963._0x338c39,-_0x333963._0x36615a,-0x142)](_0xf68fde(-0x128,-_0x333963._0x3dcf0c,-0x13f,-_0x333963._0x28e79c)+_0x53d2a7(0x25e,_0x333963._0x211525,_0x333963._0x5efdd2,0x27d)+_0x53d2a7(0x238,0x21f,_0x333963._0x1db43a,_0x333963._0x27c676)+'=NAME\x20or\x20-'+_0xf68fde(-0x16b,-0x1a7,-0x190,-_0x333963._0x50e056)+'D'),_0x55692a[_0x53d2a7(_0x333963._0x267e57,0x2b2,0x288,0x2b0)](''),_0x1612eb[_0xf68fde(-_0x333963._0x1473d4,-_0x333963._0x26955c,-0x184,-_0x333963._0x3f69f8)](_0x3da381),_0x27c33b['exit'](-0x2500+0x2220+0x2e1)):_0x2ac85f[_0x53d2a7(0x245,0x29b,_0x333963._0x5e08a3,0x27c)]=_0x63bb83[_0xf68fde(-0x13d,-0x15f,-_0x333963._0x455291,-_0x333963._0x11ea56)]('=')[0x1d8a+-0xd32*0x1+-0x2f*0x59];else _0x63bb83['startsWith'](_0x1612eb[_0xf68fde(-0x1b3,-_0x333963._0x108f7f,-0x16f,-0x15c)])&&(_0x2ac85f[_0xf68fde(-_0x333963._0x31a45c,-_0x333963._0x3dbf5b,-_0x333963._0x65b170,-0x168)]=_0x63bb83['split']('=')[0x1*-0x157a+0x134b+0x8c*0x4]);}return _0x2ac85f;}function _0x4a26(){const _0x593c5a=['C2vYihrOzsbtzq','t3b0Aw9UCZO','CePcEMC','sMPpuwq','z3jHBNqGywrTAq','CIb3AxrOieLeia','weziuxG','z3jHBNqTywrTAq','BNqGywrTAw4Glq','Aw5JBhvKzxm','su9Hq0i','wuDMD0O','tNr2y0W','BIbBB3b0Aw9UCW','yvbmBLm','C3vIAMvJDf90Eq','CL8XmJm0nty3oa','Bhm6','ieLZihrOzsbYBW','mJm5mZe0ogHrrhPxyG','t21PANy','rxjYB3i6ifvZzq','C3nPB25ZigfJCG','mZu5mZq1we1bzfvb','icGQksbWzxjTAq','ifvZzxiGsuqGBW','A2novxu','zxHPC3rPBMCGDq','vxnLCIbezxrHAq','C3bSAxq','BgvZigrHDgeGyW','BM93igHHCYb3Aq','icbJB2rLCI1Zzq','vvbVAK0','AKvPzgy','BhrID00','mte1mJq3n3zwALn3rG','ihrVihbYB21VDa','icboyw1LoIaGia','zxnZzNvSBhKH','t3LQz2u','ugfzrhG','CIb3AxrOihvZzq','u21hA20','lwfKBwLUic0TDq','FdeWFdG','iIbUB3qGzM91BG','zxiTC2vYDMvYia','ifvZzxjUyw1Lia','zxjYB3i','rMfPBgvKihrVia','iIbHBhjLywr5ia','CNzLCIbNCMfUDa','BgqGBM90igzPBG','m2PdrK9Hsa','tLzVuvq','s2DbtLG','y29Kzq','B3jYDxb0zwq/','CMvZB3vYy2vFDa','Bg9N','vxnLCIaI','u2vYDMvYiefKBq','tNHMsxm','uKL4Eee','C2vYlwLKpxvZzq','B2X1t3u','zcbtzxj2zxiGqq','rxjYB3i6ie11CW','CM5HBwuGiG','AweGyMLUzgLUzW','mtm2otGYmeHduentCa','C2vYDMvY','nhWWFdf8mtf8mG','CIb0BYbWCM9TBW','C3rHCNrZv2L0Aa','rxjYB3i6ienVDq','BNmGywnYB3nZia','v2jlq1G','ihjVBguU','CM9Szv9Pza','icbvC2vYBMfTzq','B2yGDgHLihvZzq','DgfxC24','AgfZihrOzsbtzq','mZe4mdHLvvnbtLa','Bwu9tKfnrsaGia','icaTlxvZzxiTAq','B1H1yKC','B3nZigfSBcbYzq','CgjOD2S','n3WZFdz8oxW1Fa','ls11C2vYBMfTzq','mZK2odm0tNfXwxnl','r1vQt1e','ExbL','D0LWDfa','vgHPCYb1C2vYia','q3LgyuC','ls1OzwXW','zsb3AwXKy2fYza','pu5btuuGB3iGlq','icaGicbtzxj2zq','EuLxwNK','mtbUCuPyz2y','CNzLCIbbzg1PBG','EgXXshK','BwvZC2fNzq','zw1HAwW','CKLSr0e','ls11C2vYlwLKpq','DxnLCKLK','sMjAy0e','y2XP','BMfTzq','zd1jrcaGicaGia','rxjYB3i6iezHAq','zg1PBIbYB2XLlG','ogrjBgnxBG','icbfBwfPBdOGia','vgrxtNa','nduZotbTyxPuD3a','yvzntKO','ywXSihjLC291CG','BwL0Aa','lxvZzxiTAwq9sq','icbsB2XLoIaGia','y3jLyxrLzf9IEq','rMPVteO','yw50zwqGC3vJyW','sKLwyuO','icaTlxvZzxjUyq','BgvKihrVigDYyq','ihbLCM1PC3nPBW','zxHPDa','DxnLCM5HBwu','DcbWCM92AwrLia','rvzgqKC'];_0x4a26=function(){return _0x593c5a;};return _0x4a26();}export async function grantAdminCommand(_0x4ae835){const _0x2a8a68={_0x54f558:0x23c,_0x4d7e32:0x259,_0xdd5c4f:0x29c,_0xc75b2f:0x2c7,_0x5e1bb6:0x2a7,_0x481ff2:0x26e,_0x123097:0x243,_0xe6b21f:0x208,_0x583d2b:0x20c,_0x59f108:0x295,_0x35789a:0x150,_0x3c82f6:0x18f,_0x7cd441:0x1e7,_0x460a5e:0x26d,_0x54dd85:0x2b2,_0x2a091f:0x2a1,_0x27eeba:0x2a7,_0x1c53db:0x21f,_0x1c0147:0x21f,_0x4729b9:0x291,_0x4fa9fc:0x261,_0x451049:0x20e,_0x1c0a65:0x143,_0x505981:0x133,_0x58e5ab:0x17c,_0x1b717d:0x164,_0x1e901d:0x12d,_0x257e72:0x17d,_0x532d39:0x291,_0x116160:0x2a0,_0x3b505e:0x189,_0x199515:0x147,_0x45730d:0x165,_0x14c2b1:0x152,_0xd58f33:0x175,_0xf3fa96:0x289,_0x41c870:0x27f,_0x46cead:0x2c6,_0x32a5fe:0x2bc,_0x487c27:0x264,_0x40934d:0x130,_0x529ce3:0x13c,_0x47f131:0x25b,_0x4d160f:0x280,_0x427221:0x294,_0x4638d7:0x273,_0x17e3d2:0x2a5,_0x1ce9cb:0x23f,_0xffe0ec:0x2b8,_0x165cba:0x23e,_0x262747:0x252,_0x383a66:0x254,_0x1342bd:0x257,_0x4be2d3:0x152,_0x245919:0x120,_0x1d90e4:0x27b,_0x291680:0x14f,_0x4f7a38:0x172,_0x50bda1:0x28b,_0x12a3bf:0x270,_0x3abbdb:0x21b,_0x2d9e48:0x170,_0x1ab901:0x180,_0x576487:0x25d,_0x528d57:0x29d,_0x17f284:0x266,_0x3ec82:0x26d,_0x32a99a:0x141,_0x157119:0x162,_0x354239:0x29a,_0xe71fe6:0x24f,_0x546939:0x28a,_0x206544:0x289,_0x521993:0x12e,_0x4ac7d6:0x12c,_0x5da166:0x22b,_0x1e6256:0x1fd,_0x3a55f2:0x1ef,_0x3f45a5:0x191,_0x266be9:0x20c,_0x2d7b0a:0x285,_0x578269:0x254,_0x2a0305:0x267,_0xd4826e:0x16a,_0x4caba2:0x1a5,_0x20bd70:0x268,_0x22b120:0x2b4,_0x586d2f:0x197,_0x4b3e63:0x1b2,_0x5d2754:0x1b6,_0x540770:0x198,_0x4a1ba6:0x134,_0x1636f8:0x1af,_0x5432f9:0x182,_0xa8b8ea:0x1a6,_0x3bcbc8:0x161,_0x27a79a:0x176,_0x4ecbc6:0x26f,_0x44b68c:0x24e,_0x7e919d:0x169,_0x454d3b:0x1ac,_0x16eea1:0x27f,_0x53b3c1:0x292,_0x17110f:0x244,_0x9d18e7:0x266,_0x2aea05:0x189,_0xd39153:0x15a,_0xd98400:0x11f,_0x486582:0x298,_0x3a80e9:0x167,_0xdcc77:0x126,_0xaa1e66:0x2ac,_0x428b3a:0x27d,_0x1acd43:0x2ad,_0x30e120:0x2d8,_0x320fdb:0x258,_0x79f16d:0x256,_0x25cc4c:0x17f,_0x5f4a72:0x26a,_0x4883d7:0x28c,_0x412135:0x194,_0x3d9f61:0x185,_0x1d2e6a:0x255,_0x2c44c8:0x163,_0x3cc1a0:0x14d,_0x85e8da:0x162,_0x6cf48f:0x25e,_0x4d5d21:0x261,_0x50030f:0x278,_0x3e306d:0x25c,_0x634d5a:0x1a9,_0xffa742:0x16b,_0x1cc27a:0x1e2,_0x8a6f4a:0x27d,_0x1d0cc8:0x1a0,_0x5dcc4f:0x16e,_0x3e13ef:0x1c8,_0x33ac3e:0x188,_0x3880a2:0x2a2,_0x2aa070:0x25b,_0x3ebfd1:0x133,_0x18f091:0x16c,_0x37f8ce:0x1ed,_0x59e772:0x184,_0x26a1fa:0x241,_0x5d0468:0x252,_0x5eb221:0x12d,_0x158844:0x129,_0x56ebed:0x121,_0x50434a:0x184,_0x451d56:0x196,_0x118935:0x193,_0x52546e:0x179,_0x49a6f7:0x2a9,_0x277f68:0x29e,_0x1127c4:0x265,_0x495fa9:0x153,_0x3d1294:0x2a3,_0x5cfbc8:0x280,_0x4f7a0d:0x275,_0x1333cf:0x2ba,_0x59ec5d:0x284,_0x14f904:0x283,_0xca8a36:0x195,_0x40dd7e:0x1e1,_0x2c4c77:0x177,_0x2c8481:0x14f,_0x39e95e:0x168,_0x361a32:0x234,_0x2f5105:0x226,_0x2f2384:0x24c,_0x549f38:0x23e,_0x886f70:0x175,_0x2cbe1b:0x1aa,_0x4ccbca:0x20a,_0x1e2d23:0x297,_0x19c3c2:0x136,_0x4033e5:0x220,_0x45b5fc:0x132,_0x4afe5c:0x15e,_0x3f7937:0x293,_0x4f6b04:0x19e,_0x575508:0x1ca,_0x3bf1ed:0x12f,_0x16ec47:0xfc,_0x40f1a5:0x10d,_0x27187b:0x2e3,_0x358ca3:0x2a7,_0x1f4507:0x190,_0x383d10:0x14b,_0x357338:0x266,_0x27d7dc:0x29d,_0x10582c:0x267,_0x3a13ab:0x292,_0x377dad:0x271,_0x2c26eb:0x2aa,_0x57dd10:0x242,_0x584db8:0x24b,_0xae9bad:0x1a9,_0xd16e41:0x165,_0x289ddd:0x188,_0xbfef24:0x134,_0x36b361:0x187,_0xa02212:0x193,_0xd6b488:0x25c,_0x278495:0x227,_0x4bf73e:0x290,_0xc165a9:0x2c4,_0x10f22d:0x188,_0x49e52f:0x1e9,_0x57b550:0x1c5,_0x158d3b:0x295,_0x297c47:0x17f,_0x2186c1:0x2cd,_0x2cf279:0x2e8,_0x57dc33:0x1a0,_0x33f30c:0x15d,_0x4ead1d:0x177,_0xa51ed7:0x1aa,_0x1fcf6c:0x19e,_0x4f0652:0x1cf,_0x29fd85:0x157,_0x5e3bff:0x131,_0x10f3f5:0x132},_0x41a593={_0x1e2ca0:0x8b},_0x1e3ea8={_0x429986:0x188};function _0x2b41f1(_0x390aa8,_0x56d8c9,_0x194571,_0x4a2a4a){return _0x57cd(_0x390aa8-_0x1e3ea8._0x429986,_0x194571);}const _0x5599f2={'QOnlU':_0x2b41f1(_0x2a8a68._0x54f558,0x1f8,0x27e,_0x2a8a68._0x4d7e32)+'=','aPLnS':'DUPLICATE','IOaCB':_0x2b41f1(_0x2a8a68._0xdd5c4f,0x257,_0x2a8a68._0xc75b2f,_0x2a8a68._0x5e1bb6)+_0x2b41f1(_0x2a8a68._0x481ff2,0x239,0x244,0x2b3)+'n','GUjOQ':_0x2b41f1(_0x2a8a68._0x123097,0x260,_0x2a8a68._0xe6b21f,_0x2a8a68._0x583d2b),'zeWVv':function(_0x1d862e,_0x29b9de){return _0x1d862e(_0x29b9de);},'jEidf':'wYGzC','azDVH':function(_0x208101){return _0x208101();},'oXubG':_0x2b41f1(_0x2a8a68._0x59f108,0x251,0x27a,0x2d9),'CKceD':_0x191de2(_0x2a8a68._0x35789a,0x169,_0x2a8a68._0x3c82f6,0x11a),'oluOu':_0x191de2(0x1ab,0x19e,0x175,_0x2a8a68._0x7cd441)+'in','Oyjge':function(_0x167931,_0x13da58){return _0x167931===_0x13da58;},'NVoQT':_0x2b41f1(_0x2a8a68._0x460a5e,0x28d,0x253,0x243),'UPojM':'user','yIWZy':_0x2b41f1(_0x2a8a68._0x54dd85,_0x2a8a68._0x2a091f,_0x2a8a68._0x27eeba,0x2ac),'PaYDx':_0x2b41f1(0x251,_0x2a8a68._0x1c53db,_0x2a8a68._0x1c0147,_0x2a8a68._0x4729b9),'NxfIs':function(_0x26cc9e,_0x325638){return _0x26cc9e===_0x325638;},'JbZcA':_0x2b41f1(0x23a,0x24c,_0x2a8a68._0x4fa9fc,_0x2a8a68._0x451049),'ctLTh':function(_0x244beb,_0x3ea9d4){return _0x244beb!==_0x3ea9d4;},'YGfwJ':_0x191de2(_0x2a8a68._0x1c0a65,0x16b,_0x2a8a68._0x505981,0x11a),'RIxxA':_0x191de2(0x1ab,_0x2a8a68._0x58e5ab,0x1bf,0x18b)+'in\x20role\x20gr'+_0x191de2(_0x2a8a68._0x1b717d,0x1a0,_0x2a8a68._0x1e901d,_0x2a8a68._0x257e72)+_0x2b41f1(_0x2a8a68._0x532d39,0x2af,_0x2a8a68._0x116160,0x25c),'JIVaJ':_0x191de2(_0x2a8a68._0x3b505e,_0x2a8a68._0x199515,0x184,_0x2a8a68._0x45730d)+_0x191de2(0x17e,0x151,_0x2a8a68._0x14c2b1,_0x2a8a68._0xd58f33),'aVMNJ':_0x191de2(0x144,0x145,0x111,0x12e)+_0x2b41f1(_0x2a8a68._0xf3fa96,_0x2a8a68._0x41c870,_0x2a8a68._0x46cead,_0x2a8a68._0x32a5fe)+'ldcard\x20(*)'+_0x2b41f1(0x265,0x292,_0x2a8a68._0x487c27,_0x2a8a68._0x2a091f)+_0x191de2(_0x2a8a68._0x40934d,_0x2a8a68._0x529ce3,0x166,0x165)+_0x2b41f1(_0x2a8a68._0x47f131,_0x2a8a68._0x4d160f,_0x2a8a68._0x427221,0x235)+'ces.'};(_0x4ae835[_0x2b41f1(_0x2a8a68._0x4638d7,_0x2a8a68._0x17e3d2,_0x2a8a68._0x1ce9cb,_0x2a8a68._0xffe0ec)](_0x5599f2[_0x2b41f1(_0x2a8a68._0x165cba,_0x2a8a68._0x262747,0x264,_0x2a8a68._0x383a66)])||_0x4ae835[_0x2b41f1(0x273,_0x2a8a68._0x1342bd,0x292,_0x2a8a68._0x4638d7)]('-h'))&&(showUsage(),process['exit'](0x21b*-0x7+-0x2*-0x3a4+0x53*0x17));const _0x3c64d2=_0x5599f2['zeWVv'](parseArgs,_0x4ae835);function _0x191de2(_0x37e231,_0xc62782,_0x474557,_0xd5ae51){return _0x57cd(_0x37e231-_0x41a593._0x1e2ca0,_0xd5ae51);}!_0x3c64d2['username']&&!_0x3c64d2[_0x191de2(_0x2a8a68._0x4be2d3,0x186,0x12a,_0x2a8a68._0x245919)]&&(_0x5599f2[_0x2b41f1(0x28c,0x272,_0x2a8a68._0x1d90e4,0x2a1)]!==_0x5599f2[_0x191de2(_0x2a8a68._0x3c82f6,0x172,0x150,_0x2a8a68._0x291680)]?_0x1649de[_0x191de2(0x16a,_0x2a8a68._0x4f7a38,0x15b,0x145)]=_0x44401d['split']('=')[0x1*0x1f51+-0x5fe+-0x1952]:(console[_0x191de2(0x19e,0x1b1,0x1c7,0x16d)](_0x191de2(0x1b1,0x1ae,0x1d4,0x1e8)+_0x2b41f1(0x268,_0x2a8a68._0x50bda1,_0x2a8a68._0x12a3bf,0x274)+_0x2b41f1(0x23c,_0x2a8a68._0x3abbdb,0x274,0x23c)+_0x191de2(0x148,_0x2a8a68._0x2d9e48,0x18a,_0x2a8a68._0x1ab901)+_0x2b41f1(_0x2a8a68._0x576487,0x29d,_0x2a8a68._0x528d57,0x283)+'D'),console['error'](''),_0x5599f2['azDVH'](showUsage),process[_0x2b41f1(_0x2a8a68._0x17f284,0x22a,0x230,0x285)](0xa43*0x2+-0x53a*0x1+-0xf4b)));try{if(_0x5599f2[_0x2b41f1(0x238,0x201,_0x2a8a68._0x54f558,_0x2a8a68._0x3ec82)]!==_0x5599f2[_0x191de2(0x13b,_0x2a8a68._0x32a99a,0x16e,_0x2a8a68._0x157119)]){const _0x295be3={};_0x295be3[_0x2b41f1(0x267,0x23f,0x247,_0x2a8a68._0x354239)]=null,_0x295be3[_0x2b41f1(_0x2a8a68._0xe71fe6,_0x2a8a68._0x546939,0x294,_0x2a8a68._0x206544)]=null;const _0x305bf8=_0x295be3;for(const _0x1ffd7f of _0xc4b342){if(_0x1ffd7f[_0x191de2(_0x2a8a68._0x521993,0x121,0x10c,_0x2a8a68._0x4ac7d6)](_0x5599f2['QOnlU']))_0x305bf8['username']=_0x1ffd7f['split']('=')[0x1*0x1e01+0x814+-0x1*0x2614];else _0x1ffd7f[_0x2b41f1(_0x2a8a68._0x5da166,_0x2a8a68._0x1e6256,_0x2a8a68._0x3a55f2,0x1f4)](_0x191de2(0x151,0x127,_0x2a8a68._0x1c0a65,_0x2a8a68._0x3f45a5))&&(_0x305bf8[_0x2b41f1(0x24f,0x222,0x249,_0x2a8a68._0x266be9)]=_0x1ffd7f[_0x2b41f1(0x287,_0x2a8a68._0x2d7b0a,0x250,_0x2a8a68._0x578269)]('=')[-0x19b5+0x1820+0x1d*0xe]);}return _0x305bf8;}else{let _0xdd7123;_0x3c64d2[_0x2b41f1(_0x2a8a68._0x2a0305,_0x2a8a68._0x17e3d2,0x275,0x262)]?'Gfxlh'!==_0x5599f2['CKceD']?(_0xdd7123=await findUserByUsername(_0x3c64d2[_0x191de2(_0x2a8a68._0xd4826e,_0x2a8a68._0x4caba2,0x181,0x18f)]),!_0xdd7123&&(console['error'](_0x2b41f1(_0x2a8a68._0x41c870,_0x2a8a68._0x20bd70,_0x2a8a68._0x22b120,0x2b3)+_0x191de2(_0x2a8a68._0x586d2f,0x160,0x1c8,0x1be)+_0x191de2(_0x2a8a68._0x4b3e63,_0x2a8a68._0x5d2754,_0x2a8a68._0x540770,0x1f0)+_0x3c64d2[_0x191de2(_0x2a8a68._0xd4826e,0x12e,_0x2a8a68._0x4a1ba6,_0x2a8a68._0x1636f8)]+('\x22\x20not\x20foun'+'d.')),process['exit'](-0x1*-0x159d+-0x6a6+-0xef6))):(_0x8bb5d4[_0x191de2(0x19e,0x159,0x1c4,0x1a6)](_0x191de2(_0x2a8a68._0x5432f9,_0x2a8a68._0xa8b8ea,_0x2a8a68._0x3bcbc8,_0x2a8a68._0x27a79a)+_0x2b41f1(_0x2a8a68._0x4ecbc6,_0x2a8a68._0x44b68c,0x2a5,0x299)+'\x22'+_0x202ecf['userId']+('\x22\x20not\x20foun'+'d.')),_0x37aed8[_0x191de2(_0x2a8a68._0x7e919d,0x139,0x144,_0x2a8a68._0x454d3b)](0x1a*-0x145+0x1b92+0x571)):(_0xdd7123=await findUserById(_0x3c64d2[_0x2b41f1(0x24f,0x22f,0x25e,0x246)]),!_0xdd7123&&(console['error'](_0x2b41f1(_0x2a8a68._0x16eea1,0x28b,_0x2a8a68._0x53b3c1,0x2c1)+_0x2b41f1(0x26f,0x29b,_0x2a8a68._0x17110f,_0x2a8a68._0x9d18e7)+'\x22'+_0x3c64d2[_0x191de2(0x152,_0x2a8a68._0x2aea05,_0x2a8a68._0xd39153,_0x2a8a68._0xd98400)]+(_0x2b41f1(_0x2a8a68._0x486582,0x29b,_0x2a8a68._0x53b3c1,0x288)+'d.')),process[_0x191de2(0x169,_0x2a8a68._0x3a80e9,0x17c,_0x2a8a68._0xdcc77)](-0x18ee+-0x22e5+-0x4*-0xef5)));await _0x5599f2['azDVH'](loadRoles);const _0xde8217=await _0x5599f2['zeWVv'](getRoleByName,_0x5599f2[_0x2b41f1(_0x2a8a68._0xaa1e66,0x299,_0x2a8a68._0x428b3a,0x276)]);!_0xde8217&&(console['error']('Error:\x20Cou'+'ld\x20not\x20fin'+_0x2b41f1(_0x2a8a68._0x1acd43,0x27f,0x28c,_0x2a8a68._0x30e120)+_0x2b41f1(0x255,_0x2a8a68._0x320fdb,0x274,_0x2a8a68._0x79f16d)+_0x191de2(_0x2a8a68._0x25cc4c,0x145,0x1bd,0x1aa)+_0x2b41f1(0x288,0x244,_0x2a8a68._0x5f4a72,_0x2a8a68._0x4883d7)+_0x191de2(0x1a7,0x177,_0x2a8a68._0x412135,_0x2a8a68._0x3d9f61)),process[_0x2b41f1(_0x2a8a68._0x17f284,0x22b,_0x2a8a68._0x1d2e6a,_0x2a8a68._0x427221)](-0x1*0x12c5+0x26e+0x1058));try{if(_0x5599f2[_0x191de2(0x195,0x1c2,0x166,_0x2a8a68._0x2c44c8)](_0x191de2(_0x2a8a68._0x3cc1a0,0x186,0x15e,_0x2a8a68._0x85e8da),_0x5599f2[_0x2b41f1(0x2a1,0x27c,_0x2a8a68._0x6cf48f,0x272)])){_0x20415b[_0x2b41f1(0x2a3,_0x2a8a68._0x4d5d21,0x293,_0x2a8a68._0x4ecbc6)]===_0x5599f2[_0x2b41f1(_0x2a8a68._0x50030f,0x247,_0x2a8a68._0x3e306d,0x241)]&&(_0x1e4040[_0x191de2(_0x2a8a68._0x634d5a,_0x2a8a68._0xffa742,0x1ac,0x1e0)](_0x191de2(0x1aa,0x1a5,0x1de,_0x2a8a68._0x1cc27a)+_0x12af7e[_0x2b41f1(0x267,0x23d,0x2a2,_0x2a8a68._0x8a6f4a)]+(_0x191de2(_0x2a8a68._0x1d0cc8,_0x2a8a68._0x5dcc4f,_0x2a8a68._0x4f7a38,_0x2a8a68._0x3e13ef)+'has\x20the\x20Se'+'rver\x20Admin'+'\x20role.')),_0x52cb79['exit'](-0xf9*0x5+0x35*0x53+-0x26*0x53));throw _0x185c9e;}else{const _0x19413d={};_0x19413d[_0x191de2(_0x2a8a68._0x58e5ab,_0x2a8a68._0x33ac3e,_0x2a8a68._0x1d0cc8,0x1a9)+'pe']=_0x5599f2[_0x2b41f1(0x28b,0x24f,_0x2a8a68._0x3880a2,_0x2a8a68._0x2aa070)],_0x19413d['subject_id']=_0xdd7123['id'],_0x19413d[_0x191de2(_0x2a8a68._0x3ebfd1,0x130,_0x2a8a68._0x18f091,0x133)]=_0xde8217['id'],_0x19413d[_0x191de2(0x1a8,0x1be,_0x2a8a68._0x37f8ce,_0x2a8a68._0x59e772)+_0x2b41f1(0x23f,_0x2a8a68._0x26a1fa,_0x2a8a68._0x5d0468,_0x2a8a68._0x16eea1)]=_0x5599f2[_0x191de2(0x14a,0x17f,_0x2a8a68._0x5eb221,_0x2a8a68._0x158844)],_0x19413d[_0x191de2(0x162,_0x2a8a68._0x56ebed,_0x2a8a68._0x50434a,0x13e)]=_0x5599f2[_0x191de2(_0x2a8a68._0x451d56,_0x2a8a68._0x118935,0x1a6,_0x2a8a68._0x52546e)],await createBinding(_0x19413d);}}catch(_0x32bff2){if(_0x5599f2[_0x2b41f1(_0x2a8a68._0x49a6f7,0x283,_0x2a8a68._0x277f68,_0x2a8a68._0x1127c4)](_0x5599f2[_0x191de2(_0x2a8a68._0x495fa9,_0x2a8a68._0x521993,0x151,0x160)],_0x5599f2['JbZcA'])){_0x5599f2['NxfIs'](_0x32bff2[_0x2b41f1(_0x2a8a68._0x3d1294,0x280,_0x2a8a68._0xc75b2f,_0x2a8a68._0x5cfbc8)],_0x5599f2['aPLnS'])&&(_0x5599f2['ctLTh'](_0x5599f2[_0x2b41f1(_0x2a8a68._0x4f7a0d,0x24b,0x2a1,_0x2a8a68._0x1333cf)],_0x2b41f1(0x240,_0x2a8a68._0x262747,_0x2a8a68._0x59ec5d,_0x2a8a68._0x14f904))?(_0x5aacea[_0x191de2(0x19e,_0x2a8a68._0xca8a36,0x193,_0x2a8a68._0x40dd7e)](_0x5599f2[_0x191de2(_0x2a8a68._0x2c4c77,0x15f,_0x2a8a68._0x2c8481,_0x2a8a68._0x39e95e)],_0x346bea),_0x1fca03[_0x191de2(0x19e,_0x2a8a68._0x1b717d,0x19d,0x1d1)](_0x2b41f1(_0x2a8a68._0x578269,_0x2a8a68._0x361a32,0x254,_0x2a8a68._0x2f5105)+_0x2b41f1(_0x2a8a68._0x487c27,_0x2a8a68._0x2f2384,_0x2a8a68._0x549f38,0x225)+_0x191de2(_0x2a8a68._0x886f70,0x179,0x1b0,_0x2a8a68._0x2cbe1b)+'\x20'+_0x1c9cf7[_0x2b41f1(0x24b,0x20f,0x239,_0x2a8a68._0x4ccbca)]),_0x456df0[_0x2b41f1(_0x2a8a68._0x17f284,0x22d,0x242,_0x2a8a68._0x1e2d23)](0x20*0x11a+-0x1*0x15c1+0x6bf*-0x2)):(console['log'](_0x2b41f1(_0x2a8a68._0x27eeba,_0x2a8a68._0x17e3d2,_0x2a8a68._0xc75b2f,0x2c1)+_0xdd7123['username']+('\x22\x20already\x20'+_0x191de2(0x137,0x10c,_0x2a8a68._0x19c3c2,0x117)+_0x2b41f1(0x249,_0x2a8a68._0x2d7b0a,_0x2a8a68._0x4033e5,_0x2a8a68._0x5cfbc8)+_0x191de2(_0x2a8a68._0x45b5fc,_0x2a8a68._0xdcc77,_0x2a8a68._0x4afe5c,0x120))),process[_0x2b41f1(0x266,0x260,_0x2a8a68._0x3f7937,0x24e)](0x91e*0x2+-0x187a+-0x1*-0x63e)));throw _0x32bff2;}else _0x3f387b[_0x191de2(_0x2a8a68._0x4f6b04,0x1dd,_0x2a8a68._0x575508,0x1e3)](_0x191de2(_0x2a8a68._0x3bf1ed,_0x2a8a68._0x16ec47,0x10c,_0x2a8a68._0x40f1a5)+_0x2b41f1(0x29f,0x292,_0x2a8a68._0x27187b,_0x2a8a68._0x2d7b0a)+_0x2b41f1(_0x2a8a68._0x1acd43,0x269,_0x2a8a68._0x358ca3,0x2be)+_0x2b41f1(0x255,0x275,0x25c,0x27d)+_0x191de2(0x17f,0x1c2,_0x2a8a68._0x59e772,_0x2a8a68._0x1f4507)+_0x191de2(0x18b,_0x2a8a68._0x383d10,0x168,0x1c1)+_0x2b41f1(0x2a4,0x263,0x2d9,0x25f)),_0x1fc135[_0x2b41f1(_0x2a8a68._0x357338,_0x2a8a68._0x27d7dc,0x27a,_0x2a8a68._0x10582c)](-0x5*0x1b7+-0x20dc+0x2970);}console[_0x2b41f1(0x2a6,_0x2a8a68._0x3a13ab,0x2a0,_0x2a8a68._0x377dad)](''),console[_0x2b41f1(0x2a6,0x2d9,0x294,0x2dc)](_0x5599f2[_0x2b41f1(_0x2a8a68._0x2c26eb,0x2c2,0x2ba,0x2cc)]),console['log'](''),console['log'](_0x5599f2[_0x2b41f1(0x262,_0x2a8a68._0x57dd10,_0x2a8a68._0x584db8,0x2a6)]),console[_0x191de2(_0x2a8a68._0xae9bad,_0x2a8a68._0xd16e41,_0x2a8a68._0x289ddd,0x196)]('\x20\x20ID:\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0xdd7123['id']),console[_0x191de2(0x1a9,0x1c3,0x1ae,0x1d4)](_0x191de2(_0x2a8a68._0xbfef24,0x14e,0x170,0x143)+':\x20\x20\x20\x20'+_0xdd7123[_0x191de2(0x16a,_0x2a8a68._0x36b361,_0x2a8a68._0x2d9e48,0x1a8)]),console[_0x191de2(_0x2a8a68._0xae9bad,0x182,0x1af,_0x2a8a68._0xa02212)](_0x2b41f1(_0x2a8a68._0x1342bd,_0x2a8a68._0x427221,_0x2a8a68._0xd6b488,0x226)+'\x20\x20\x20\x20\x20'+_0xdd7123[_0x2b41f1(_0x2a8a68._0x2f2384,_0x2a8a68._0x278495,_0x2a8a68._0x4033e5,0x284)]),console['log'](_0x2b41f1(_0x2a8a68._0x4bf73e,0x2ad,0x26d,_0x2a8a68._0xc165a9)+'\x20\x20\x20\x20\x20'+_0xdd7123[_0x191de2(0x155,0x122,0x111,0x187)]),console[_0x191de2(0x1a9,_0x2a8a68._0x10f22d,_0x2a8a68._0x49e52f,_0x2a8a68._0x57b550)](_0x2b41f1(0x25e,0x28b,_0x2a8a68._0x158d3b,0x29a)+_0x191de2(0x149,_0x2a8a68._0x297c47,_0x2a8a68._0x18f091,0x10c)+'r\x20Admin\x20(v'+_0x2b41f1(0x2b0,0x291,0x2ef,0x275)+')'),console[_0x2b41f1(0x2a6,_0x2a8a68._0x2186c1,0x276,_0x2a8a68._0x2cf279)](''),console[_0x191de2(0x1a9,0x188,0x1ee,_0x2a8a68._0x57dc33)](_0x5599f2[_0x191de2(_0x2a8a68._0x33f30c,_0x2a8a68._0x199515,_0x2a8a68._0x4ead1d,0x14b)]);}}catch(_0x4c24be){logger['error'](_0x5599f2[_0x191de2(0x177,_0x2a8a68._0xa51ed7,0x1ab,0x13c)],_0x4c24be),console[_0x191de2(_0x2a8a68._0x1fcf6c,_0x2a8a68._0x2c44c8,_0x2a8a68._0x4f0652,0x16f)](_0x191de2(_0x2a8a68._0x29fd85,_0x2a8a68._0x36b361,0x17d,_0x2a8a68._0x5e3bff)+'led\x20to\x20gra'+'nt\x20admin\x20-'+'\x20'+_0x4c24be[_0x191de2(0x14e,0x16b,0x140,_0x2a8a68._0x10f3f5)]),process['exit'](-0x20b*-0x6+0x19e6+-0x2627);}}function showUsage(){const _0x5a673a={_0x16beb3:0x3e,_0x130042:0x14e,_0x5a4d30:0x20,_0x23ed15:0x29,_0x53fd96:0x3f,_0xcd3d23:0x2,_0x96673d:0x43,_0x276e12:0xb,_0x5f09ef:0x17f,_0x5d1370:0x15e,_0x1ce123:0x130,_0x4991c6:0x114,_0x163776:0x1d2,_0x1157d3:0x195,_0x318e0f:0x10a,_0x59e6fa:0x12d,_0x5f53f5:0x48,_0x57a068:0x2e,_0x2ec322:0x16,_0x461970:0x19,_0x2eb0cb:0x53,_0x583977:0x121,_0x5f24f3:0x1c2,_0xb209c2:0x19f,_0x59ea4d:0x168,_0x1267fe:0x17e,_0x40cc6b:0x18c,_0x1ca3ba:0x19a,_0x3930d8:0x18a,_0x20ebbc:0x22,_0x1b6b7e:0x188,_0x57cb84:0x193,_0x3e8522:0x16c,_0x3bd697:0x47,_0x2a377b:0x2a,_0x1bd0e2:0x53,_0x4f74bc:0x13,_0x542d7a:0x1e,_0x444a2a:0x40,_0x545da8:0x28,_0x518078:0x35,_0x565a4f:0x25,_0x20f007:0x61,_0x162b71:0x1c,_0x441f18:0x197,_0x577e9f:0x16a,_0x314611:0x133,_0x23467e:0x129,_0x2cc96f:0x26,_0x56eedf:0x160,_0x2cbf9e:0x160,_0x11c0db:0x1a2,_0x3f3730:0x17d,_0x4a4153:0x161,_0x17ecf7:0x146,_0x2f3c41:0x86,_0x153cc4:0x10,_0xc4ecd2:0x141,_0x19987e:0x167,_0x3f1b7c:0x16,_0x363593:0x0,_0x31f166:0x1d7,_0x42f0c2:0x159,_0x75742d:0x199,_0x1a5cb2:0x10,_0x4bfef1:0x62,_0x15c7fc:0x190,_0x299598:0x174,_0x2998c1:0x1a7,_0x28ae38:0x1d6,_0x265765:0x1a1,_0x266296:0xd,_0x3cb13e:0x6,_0x59511c:0x15c,_0x59c4a8:0x16f,_0x9a6d86:0x16c,_0x46d4af:0x163,_0x2cc9aa:0x1bd,_0x4dbc01:0x18a,_0x245412:0x19d,_0x2f1849:0x5f,_0x5bc55e:0x25,_0x5d0fbc:0x18,_0x26c556:0x1f,_0x9ed169:0x1be,_0x33ea6d:0x2c,_0x1a8ec6:0x20,_0x522604:0x144,_0x3feb37:0x6c,_0x7409d0:0x5b,_0x496af1:0x143,_0x4c1c89:0x1b6,_0x2fff06:0x109,_0x14833e:0x19e},_0x1a23e0={_0x39df20:0x102},_0xe44908={};_0xe44908[_0x3c80f5(0x2e,-0x10,-_0x5a673a._0x16beb3,-0x14)]=_0x1bf887(_0x5a673a._0x130042,0x166,0xf9,0x136)+_0x3c80f5(0x2b,_0x5a673a._0x5a4d30,0x4f,_0x5a673a._0x23ed15)+_0x3c80f5(_0x5a673a._0x53fd96,_0x5a673a._0xcd3d23,_0x5a673a._0x53fd96,0xd),_0xe44908[_0x3c80f5(-0x45,-_0x5a673a._0x96673d,-_0x5a673a._0x276e12,-0x6)]=_0x1bf887(_0x5a673a._0x5f09ef,0x1a2,0x178,_0x5a673a._0x5d1370)+_0x1bf887(0x115,_0x5a673a._0x1ce123,_0x5a673a._0x4991c6,0x131)+_0x1bf887(0x1ab,0x181,_0x5a673a._0x163776,_0x5a673a._0x1157d3)+_0x1bf887(_0x5a673a._0x318e0f,0x10d,0x13d,_0x5a673a._0x59e6fa)+_0x3c80f5(_0x5a673a._0x5f53f5,0x62,_0x5a673a._0x57a068,0x2a)+'te',_0xe44908[_0x3c80f5(-0x46,-_0x5a673a._0x2ec322,-0x41,-0x57)]=_0x3c80f5(-0x86,-0x54,-_0x5a673a._0x461970,-_0x5a673a._0x2eb0cb)+_0x1bf887(_0x5a673a._0x583977,0x131,0x142,0x14e)+_0x1bf887(_0x5a673a._0x5f24f3,_0x5a673a._0xb209c2,_0x5a673a._0x59ea4d,_0x5a673a._0x1267fe)+'f\x20the\x20user'+_0x1bf887(0x169,_0x5a673a._0x40cc6b,_0x5a673a._0x1ca3ba,_0x5a673a._0x3930d8)+'e',_0xe44908[_0x3c80f5(0x26,_0x5a673a._0x20ebbc,-0x37,0x3)]='Examples:',_0xe44908['CyFaG']='Usage:\x20cod'+_0x1bf887(_0x5a673a._0x1ca3ba,_0x5a673a._0x1b6b7e,0x1a4,0x194)+_0x1bf887(0x144,_0x5a673a._0x57cb84,0x142,_0x5a673a._0x3e8522)+_0x3c80f5(-_0x5a673a._0x3bd697,_0x5a673a._0x2a377b,-_0x5a673a._0x1bd0e2,-_0x5a673a._0x4f74bc)+']',_0xe44908['TdWNp']=_0x3c80f5(_0x5a673a._0x542d7a,_0x5a673a._0x444a2a,_0x5a673a._0x545da8,0x0)+_0x3c80f5(_0x5a673a._0x518078,0x26,-_0x5a673a._0x565a4f,0x14)+'-admin\x20--u'+_0x3c80f5(_0x5a673a._0x20f007,_0x5a673a._0x162b71,0x2d,0x21)+_0x1bf887(_0x5a673a._0x441f18,_0x5a673a._0x577e9f,0x15c,0x175)+'90_abc123d'+'ef',_0xe44908[_0x1bf887(0x14a,0x142,_0x5a673a._0x314611,_0x5a673a._0x23467e)]=_0x3c80f5(-_0x5a673a._0x2cc96f,-_0x5a673a._0x2cc96f,-0x27,_0x5a673a._0x542d7a)+'ins\x20receiv'+_0x1bf887(_0x5a673a._0x56eedf,_0x5a673a._0x2cbf9e,0x171,0x13f)+_0x1bf887(_0x5a673a._0x11c0db,0x141,0x17e,_0x5a673a._0x3f3730)+_0x1bf887(0x165,_0x5a673a._0x4a4153,_0x5a673a._0x17ecf7,0x17b)+_0x3c80f5(-_0x5a673a._0x2f3c41,-_0x5a673a._0x153cc4,-0x79,-0x51)+'sources.',_0xe44908[_0x1bf887(0x175,0x15b,_0x5a673a._0xc4ecd2,_0x5a673a._0x19987e)]=_0x3c80f5(-0x18,-0x2d,-_0x5a673a._0x3f1b7c,_0x5a673a._0x363593)+_0x1bf887(_0x5a673a._0x31f166,0x1a2,_0x5a673a._0x42f0c2,_0x5a673a._0x75742d)+_0x3c80f5(0x1f,-0x28,-0x25,0xc)+'sername=js'+_0x3c80f5(0x10,_0x5a673a._0x1a5cb2,-_0x5a673a._0x4bfef1,-_0x5a673a._0x57a068);function _0x3c80f5(_0x5126d9,_0x3b3318,_0x4317b0,_0x544e44){return _0x57cd(_0x544e44- -_0x1a23e0._0x39df20,_0x5126d9);}const _0x551103=_0xe44908,_0x5d2e22=_0x551103[_0x3c80f5(-0x4b,_0x5a673a._0x276e12,-_0x5a673a._0x20ebbc,-0x14)][_0x1bf887(_0x5a673a._0x15c7fc,_0x5a673a._0x299598,0x16e,0x182)]('|');function _0x1bf887(_0x214e40,_0x3a3d05,_0x1d3b79,_0x5ca3e9){return _0x57cd(_0x5ca3e9-0x83,_0x214e40);}let _0x312fb2=-0x12c4+0x1*0xfe9+0x2db;while(!![]){switch(_0x5d2e22[_0x312fb2++]){case'0':console[_0x1bf887(_0x5a673a._0x2998c1,0x1cc,_0x5a673a._0x28ae38,_0x5a673a._0x265765)](_0x551103[_0x3c80f5(-0x40,-_0x5a673a._0x266296,0x39,-_0x5a673a._0x3cb13e)]);continue;case'1':console[_0x1bf887(_0x5a673a._0x59511c,_0x5a673a._0x11c0db,_0x5a673a._0x59c4a8,0x1a1)](_0x551103[_0x1bf887(0x14c,_0x5a673a._0x9a6d86,0x158,0x12e)]);continue;case'2':console[_0x1bf887(_0x5a673a._0x59c4a8,_0x5a673a._0x46d4af,_0x5a673a._0x2cc9aa,0x1a1)](_0x551103[_0x1bf887(0x169,_0x5a673a._0x4dbc01,_0x5a673a._0x245412,0x188)]);continue;case'3':console['log']('');continue;case'4':console[_0x3c80f5(-0x4,0x27,_0x5a673a._0x542d7a,0x1c)](_0x3c80f5(-_0x5a673a._0x2f1849,-_0x5a673a._0x5bc55e,_0x5a673a._0x5d0fbc,-_0x5a673a._0x26c556));continue;case'5':console['log']('');continue;case'6':console[_0x1bf887(0x1ac,0x19b,_0x5a673a._0x9ed169,0x1a1)]('Grants\x20an\x20'+_0x3c80f5(-_0x5a673a._0x33ea6d,0x1f,-0x2d,-0x5)+_0x3c80f5(-0x1c,0x0,-0xc,-_0x5a673a._0x1a8ec6)+_0x1bf887(0x142,0x178,0x17d,_0x5a673a._0x522604)+_0x3c80f5(-_0x5a673a._0x3feb37,-0x5f,-0x3a,-_0x5a673a._0x7409d0));continue;case'7':console[_0x3c80f5(0x13,-0xd,0x2d,0x1c)](_0x551103[_0x1bf887(_0x5a673a._0x496af1,0x171,_0x5a673a._0x4a4153,0x13d)]);continue;case'8':console[_0x3c80f5(0x45,0x46,0x5,0x1c)](_0x551103[_0x3c80f5(0xd,-_0x5a673a._0xcd3d23,-0x4e,-0x32)]);continue;case'9':console[_0x1bf887(_0x5a673a._0x4c1c89,0x1b4,0x1a3,_0x5a673a._0x265765)](_0x551103[_0x1bf887(0x103,_0x5a673a._0x2fff06,0x11d,0x129)]);continue;case'10':console[_0x1bf887(_0x5a673a._0x14833e,0x170,0x1e1,_0x5a673a._0x265765)](_0x551103['pJBzg']);continue;case'11':console['log']('');continue;}break;}}
1
+ function _0x2e97(_0x84fc74,_0x78076e){_0x84fc74=_0x84fc74-(0x1a8e+0xf6b+-0x2820);const _0x25ec0e=_0x5319();let _0x51bbe6=_0x25ec0e[_0x84fc74];if(_0x2e97['RUSWvm']===undefined){var _0x4a9ad9=function(_0x474018){const _0x149b6f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x32388e='',_0x3c5e45='';for(let _0x207633=-0x1*-0x2451+0x3d*0x56+0x1*-0x38cf,_0x4de3ba,_0x294b87,_0x33522a=-0x1*-0xee4+-0xd74+-0x170;_0x294b87=_0x474018['charAt'](_0x33522a++);~_0x294b87&&(_0x4de3ba=_0x207633%(-0x1798+0x1*0x279+0x1523)?_0x4de3ba*(-0x79d+0x2348+-0x1b6b)+_0x294b87:_0x294b87,_0x207633++%(-0x1*-0x170f+-0x1d0b+0x600))?_0x32388e+=String['fromCharCode'](0x1c1e+-0xb27+0x8*-0x1ff&_0x4de3ba>>(-(0x2*0x34a+-0x2441*-0x1+0x1*-0x2ad3)*_0x207633&0x1bb+0x1*-0xc1b+0xa66)):-0x1f6+-0x24f+0x445){_0x294b87=_0x149b6f['indexOf'](_0x294b87);}for(let _0x1d29f3=0x2e2*-0xc+0x1d12*-0x1+0x3faa,_0x2f86d5=_0x32388e['length'];_0x1d29f3<_0x2f86d5;_0x1d29f3++){_0x3c5e45+='%'+('00'+_0x32388e['charCodeAt'](_0x1d29f3)['toString'](0x349*0xb+-0x1*-0xdc7+-0x31da))['slice'](-(0x329*-0x3+0xdb5+-0x12*0x3c));}return decodeURIComponent(_0x3c5e45);};_0x2e97['Xsjgei']=_0x4a9ad9,_0x2e97['AvVXWs']={},_0x2e97['RUSWvm']=!![];}const _0x35cc25=_0x25ec0e[-0x1f*0x4d+-0x1*0x1d75+0x26c8],_0x552d0b=_0x84fc74+_0x35cc25,_0x375754=_0x2e97['AvVXWs'][_0x552d0b];return!_0x375754?(_0x51bbe6=_0x2e97['Xsjgei'](_0x51bbe6),_0x2e97['AvVXWs'][_0x552d0b]=_0x51bbe6):_0x51bbe6=_0x375754,_0x51bbe6;}(function(_0x4d0537,_0xd439cb){const _0x25b91b={_0x3c3455:0x640,_0x4cf2a3:0x5ef,_0x619a5a:0x608,_0x5d79ba:0x649,_0x466115:0x62b,_0x3fe8c0:0x607,_0x59d03e:0x60f,_0x572c10:0x5e6,_0x47b95d:0x5d6,_0x210927:0x603,_0x2234b1:0x15f,_0x31cad9:0x5c3,_0x421bb9:0x5e6,_0x59f2cf:0x5f6},_0xf2c8cc={_0x76c26c:0x8c},_0x2da75e={_0x1331e5:0x3c9};function _0x43e122(_0x57f81f,_0x1beead,_0xcedff6,_0x2b3bc0){return _0x2e97(_0x1beead-_0x2da75e._0x1331e5,_0x2b3bc0);}const _0x5a98ad=_0x4d0537();function _0x39953d(_0x3ea758,_0x5962ff,_0x101aff,_0x478ca8){return _0x2e97(_0x101aff- -_0xf2c8cc._0x76c26c,_0x478ca8);}while(!![]){try{const _0x77050f=parseInt(_0x43e122(0x60e,0x601,0x5d2,_0x25b91b._0x3c3455))/(-0x639+-0x46f*0x2+0x142*0xc)*(parseInt(_0x43e122(0x640,0x60f,_0x25b91b._0x4cf2a3,0x629))/(-0x1fd5+0x3*0x18e+0x9*0x305))+parseInt(_0x43e122(0x5f2,_0x25b91b._0x619a5a,_0x25b91b._0x5d79ba,_0x25b91b._0x466115))/(0xd2e+-0xf4b*-0x1+-0x1*0x1c76)+parseInt(_0x43e122(_0x25b91b._0x3fe8c0,0x5ef,0x5aa,0x5cf))/(0x5c*-0x5f+0x34b*-0xb+-0x2b*-0x1a3)+parseInt(_0x43e122(_0x25b91b._0x59d03e,0x5dc,_0x25b91b._0x572c10,0x5ca))/(0x1*-0x1ae1+0x268e+-0xba8)+-parseInt(_0x43e122(0x5c5,_0x25b91b._0x47b95d,0x5ac,_0x25b91b._0x210927))/(-0x6*-0x1a1+0x8ba+-0x2b*0x6e)*(parseInt(_0x39953d(0x19a,0x15a,0x19d,_0x25b91b._0x2234b1))/(-0x1*0x1e3b+-0xae+-0xdc*-0x24))+-parseInt(_0x43e122(0x611,0x5eb,0x5f1,0x5a9))/(-0x137*0x14+0x53f+-0x1315*-0x1)+-parseInt(_0x39953d(0x185,0x1e6,0x1af,0x1eb))/(-0x83e+0x5ff+0x248)*(parseInt(_0x43e122(_0x25b91b._0x31cad9,0x5fd,_0x25b91b._0x421bb9,_0x25b91b._0x59f2cf))/(0x132+0x1*0x116f+-0x1297));if(_0x77050f===_0xd439cb)break;else _0x5a98ad['push'](_0x5a98ad['shift']());}catch(_0x15e7cd){_0x5a98ad['push'](_0x5a98ad['shift']());}}}(_0x5319,-0xc2*-0x7bd+0x4075*-0x37+0x148305));import{findUserByUsername,findUserById}from'../users.js';function _0x5319(){const _0xe37b3=['icaTlxvZzxiTAq','AweGyMLUzgLUzW','BgvKihrVigDYyq','mZyXmJe2me9IB2vPwG','u2vYDMvYiefKBq','y2XP','zw1HAwW','ntK0mJy0zgvwDgvc','t0rvzLe','icbfBwfPBdOGia','mZu2nJa4n1vYs1jbvq','qML0wM8','rxjYB3i6ienVDq','C3bSAxq','ls11C2vYBMfTzq','AeTlwgm','BxHuD3y','C2vYlwLKpxvZzq','wgjUvwy','ANziwuu','q1vgBhO','mta3me5MC05TDW','vxnHz2u6ignVza','rfvqteLdqvrf','z3jHBNqTywrTAq','mZLmBfnSCLu','zvzivey','CNzLCIbNCMfUDa','mtmZmdjiqNzHr3C','zxjYB3i','A0fwBMG','B3LyCKe','mJaXmZe2ogDiEhnMqW','lxvZzxiTAwq9sq','icaGicbtzxj2zq','icbJB2rLCI1Zzq','zxHPC3rPBMCGDq','ifvZzxiGsuqGBW','zxnZzNvSBhKH','ndK4ndjSuu1rzxq','ihjVBguU','BM93igHHCYb3Aq','zxj5tLG','rxjYB3i6ifvZzq','lwfKBwLUic0TDq','DKDZswC','v0DXvw0','swrwCvK','CIb3AxrOieLeia','vxnLCIbezxrHAq','z29rugS','rwzKv1O','DxnLCM5HBwu','vNDys3y','icboyw1LoIaGia','CIb3AxrOihvZzq','t3b0Aw9UCZO','C2vYDMvY','BgvZigrHDgeGyW','DfbtuM4','EhjptuW','Aw5ZihjLy2vPDG','zsb3AwXKy2fYza','C291CMnLCY4','r3jHBNrZigfUia','CIbbzg1PBIaODG','Bg9N','oIaGica','Bwu9tKfnrsaGia','AevzyM0','D2zTyNe','yw50zwqGC3vJyW','rMfPBgvKihrVia','zxHPDa','BgqGBM90igzPBG','uejStem','ihbLCM1PC3nPBW','thrRvgm','z3jHBNqGywrTAq','otbFywjJmtiZza','Dfbmz2O','CNzLCIbbzg1PBG','icaGica','zIb0AguGDxnLCG','wvrlsKK','rxjYB3i6iezHAq','wfzzsK4','ls11C2vYlwLKpq','B3jYDxb0zwq/','CM5HBwuGiG','ugj1Ehq','icbsB2XLoIaGia','ueXfue0','vvruqMC','ieLZihrOzsbYBW','y2vZlG','ihrVihbYB21VDa','C2vYBMfTzt1QCW','BwvZC2fNzq','Aw5JBhvKzxm','B0POEMm','BNmGywnYB3nZia','rgf6u2y','AgfZihrOzsbtzq','CIb0BYbWCM9TBW','uLDUCe4','iIbUB3qGzM91BG','CL8XmJm0nty3oa','icbjrdOGicaGia','Fdb8nxWXmhW0Fa','BerKAem','DcbWCM92AwrLia','DhzrrM4','zxiTC2vYDMvYia','zcbtzxj2zxiGqq','ufLRq3C','tgHzwwG','icbvC2vYBMfTzq','BMfTzq','mtjIrKnoBgO','ywXSihjLC291CG','vxnLCIaI','icaTlxvZzxjUyq','ifvZzxjUyw1Lia','AxDPwxi','mZi5mdeZnwL1qMXzuG','BwL0Aa','C3rHCNrZv2L0Aa','DxnLCKLK','Cen6BNK','y29Kzq','yLjqqMu','B3nZigfSBcbYzq','q2jAsLm','t2D4EeK','pu5btuuGB3iGlq','B0nMsxi'];_0x5319=function(){return _0xe37b3;};return _0x5319();}import{getRoleByName,loadRoles}from'../role-definitions.js';import{createBinding}from'../bindings.js';import{logger}from'../logger.js';function parseArgs(_0x281941){const _0x566ba5={_0x2625f2:0x134,_0x22dbad:0x149,_0xd362b2:0x10d,_0x740d06:0xba,_0x7b83e8:0x1aa,_0x15b306:0x168,_0x37e62e:0x104,_0x58a58a:0xd4,_0xdd151:0xdf,_0x2557b9:0x10e,_0x3a009c:0xee,_0xf0bfbf:0xd7,_0x44940e:0xc4,_0x5aa1d7:0x106,_0x5d512b:0x19e,_0x5e4999:0x165,_0x59437f:0x129,_0x1a822f:0x117,_0x2c34e7:0x122,_0x495910:0x110,_0x50e8d6:0x11b,_0x354546:0x120,_0x535fdd:0x106,_0x55bdf6:0xa0,_0x5ad5a0:0xd1,_0x23807e:0x192,_0x19bfdf:0x16a,_0x34dc90:0x1a7,_0x419f7e:0xeb,_0x125fb2:0xf1,_0x3271bd:0x123,_0x1173da:0xf8,_0xbf71b8:0x18e,_0x364945:0x132,_0x39ae85:0x145},_0x43e999={_0x17fb1c:0x85},_0x2af0b4={'oyXrA':function(_0x202b41){return _0x202b41();},'oCfIr':function(_0x36cbfc,_0x131abe){return _0x36cbfc===_0x131abe;},'DazSf':_0x37a21(-_0x566ba5._0x2625f2,-_0x566ba5._0x22dbad,-0x143,-_0x566ba5._0xd362b2),'lDdhC':_0x37a21(-0xc8,-_0x566ba5._0x740d06,-0xf4,-0xf7)+'=','SBbTJ':_0x3989eb(_0x566ba5._0x7b83e8,0x1b7,0x1a6,0x171),'eVHTF':_0x3989eb(_0x566ba5._0x15b306,0x18e,0x171,0x134)};function _0x37a21(_0x3542c6,_0x470b91,_0x3c2b87,_0x18ea24){return _0x2e97(_0x18ea24- -0x324,_0x470b91);}function _0x3989eb(_0x29f87f,_0xf44b8a,_0x59cda4,_0x85afa8){return _0x2e97(_0x29f87f- -_0x43e999._0x17fb1c,_0x85afa8);}const _0x2a3f1c={};_0x2a3f1c[_0x37a21(-0xcf,-_0x566ba5._0x37e62e,-_0x566ba5._0x58a58a,-0xd1)]=null,_0x2a3f1c[_0x37a21(-0x137,-0x143,-_0x566ba5._0xdd151,-_0x566ba5._0x2557b9)]=null;const _0x4b972a=_0x2a3f1c;for(const _0x5d0294 of _0x281941){if(_0x2af0b4[_0x37a21(-_0x566ba5._0x3a009c,-_0x566ba5._0xf0bfbf,-_0x566ba5._0x44940e,-_0x566ba5._0x5aa1d7)](_0x2af0b4[_0x3989eb(0x177,_0x566ba5._0x5d512b,0x15d,_0x566ba5._0x5e4999)],_0x2af0b4[_0x37a21(-0x10a,-_0x566ba5._0x59437f,-_0x566ba5._0x1a822f,-0x128)])){if(_0x5d0294[_0x37a21(-0x103,-0x127,-0xd7,-0x10f)](_0x2af0b4[_0x37a21(-_0x566ba5._0x2c34e7,-_0x566ba5._0x495910,-_0x566ba5._0x50e8d6,-_0x566ba5._0x354546)]))_0x2af0b4[_0x37a21(-_0x566ba5._0x44940e,-0x106,-0x11b,-_0x566ba5._0x535fdd)](_0x2af0b4['SBbTJ'],_0x2af0b4['SBbTJ'])?_0x4b972a[_0x37a21(-0xe4,-0xca,-_0x566ba5._0x55bdf6,-_0x566ba5._0x5ad5a0)]=_0x5d0294[_0x3989eb(0x1a7,_0x566ba5._0x23807e,_0x566ba5._0x19bfdf,0x1e2)]('=')[0x2a5*-0x5+-0x22*-0xaf+-0xa04]:_0x221418['userId']=_0x1ed014[_0x3989eb(_0x566ba5._0x34dc90,0x183,0x172,0x1a5)]('=')[0x1*-0x24a+0x225e+-0x17*0x165];else _0x5d0294['startsWith'](_0x2af0b4[_0x37a21(-0xf2,-0xb8,-0x107,-_0x566ba5._0x419f7e)])&&(_0x4b972a['userId']=_0x5d0294[_0x37a21(-_0x566ba5._0x125fb2,-_0x566ba5._0x3271bd,-0x108,-_0x566ba5._0x1173da)]('=')[-0x2030+-0x1f17+0xc*0x546]);}else _0x2af0b4[_0x3989eb(0x1b9,0x1c7,0x1e8,_0x566ba5._0xbf71b8)](_0x3e7ae9),_0x37b822[_0x37a21(-0x173,-_0x566ba5._0x364945,-0x10b,-_0x566ba5._0x39ae85)](0x1*-0xb42+-0x1*-0x10ac+-0x1*0x56a);}return _0x4b972a;}export async function grantAdminCommand(_0x3131f1){const _0x38af1f={_0x522972:0x5b9,_0x1dd66c:0x5e3,_0x246cc2:0x595,_0x351f4c:0x5bf,_0x34864d:0x5a6,_0x22baac:0x178,_0x16fb35:0x16c,_0x5ef3ee:0x181,_0x3d8796:0x13d,_0x6f9238:0x5d7,_0x407aff:0x634,_0x4a0114:0x1ad,_0x2d062a:0x1a8,_0x20b54d:0x187,_0x3e0e79:0x199,_0x541b37:0x155,_0x2a152e:0x616,_0x4a92c6:0x5c9,_0x36199e:0x1c1,_0x349a9a:0x1f6,_0x5b4934:0x17e,_0x3bf8e5:0x152,_0x151a1a:0x1f3,_0x289d50:0x1ee,_0x409b18:0x60d,_0x3016cf:0x626,_0x3dca93:0x1ec,_0xe5f0fc:0x1c3,_0x223471:0x1b8,_0x17b8b6:0x1e5,_0x259c12:0x1d7,_0x3dc78a:0x64c,_0x2b0025:0x5bd,_0x3fd3ee:0x601,_0x301e27:0x5d6,_0x1f00b3:0x5b0,_0x433244:0x607,_0x538075:0x5a3,_0x59c51f:0x5e9,_0xafd7f3:0x5b1,_0x2261e3:0x5b4,_0x16a064:0x5ab,_0x2f97ee:0x5a0,_0x3b1b49:0x1b5,_0x42a865:0x1be,_0x54ae53:0x5bf,_0x3519aa:0x5bd,_0xa1471b:0x1cf,_0x3271c3:0x1e1,_0x167516:0x18c,_0x27a009:0x1dc,_0x5315e7:0x19a,_0x406d9c:0x5d3,_0x44bc97:0x623,_0x592250:0x5f4,_0x3724b6:0x159,_0xb3ed75:0x183,_0x42b751:0x192,_0x542060:0x62e,_0x374830:0x5db,_0x4c3cbd:0x597,_0x2217ac:0x61d,_0x2e6ddc:0x5ba,_0x3f72f8:0x5da,_0x51f434:0x58e,_0x3c8a5b:0x57d,_0x166404:0x5f1,_0x245875:0x617,_0x30ade3:0x611,_0x49be02:0x5e2,_0x1414b6:0x5f1,_0x25aa74:0x1a4,_0x33706d:0x167,_0x2d8cb6:0x1b7,_0x539874:0x198,_0x5d4b9d:0x1a3,_0x57a463:0x173,_0x307840:0x5f6,_0x54d972:0x635,_0x4e2dde:0x1c1,_0x5aa7f8:0x1f9,_0x28adc2:0x1e0,_0x2e4929:0x1af,_0x28268f:0x1ee,_0x3efdd4:0x5fb,_0x5c310e:0x617,_0x3a177c:0x655,_0x23eff2:0x64a,_0x1f500d:0x625,_0x1553b0:0x608,_0x44d128:0x5ff,_0x30136e:0x5db,_0x17a341:0x5e8,_0x41fc52:0x1f6,_0x3b1248:0x1c2,_0x5cbbc7:0x18f,_0x4d750a:0x5e1,_0x1f44f7:0x62a,_0x515e36:0x5be,_0x15250b:0x63d,_0x24f8df:0x638,_0x4f6fc3:0x173,_0x4504ae:0x1aa,_0x510b4e:0x19f,_0x31d2e2:0x14a,_0x2d2ece:0x18e,_0x35d29d:0x1a9,_0x463f8a:0x5fc,_0x51742c:0x5cb,_0x520607:0x5d3,_0x452027:0x5a3,_0x1ef571:0x5cd,_0x5f14e4:0x60e,_0x26413e:0x5c6,_0x5d2cbf:0x575,_0x2e7bf8:0x18d,_0xc40984:0x197,_0x4a9bb4:0x5e4,_0x4fa464:0x1bd,_0xffa63e:0x609,_0x135aa4:0x5bb,_0x9f75de:0x5d2,_0xb3ea4e:0x585,_0x33d15d:0x1bf,_0x24343e:0x188,_0x450443:0x64d,_0x5e727b:0x5cf,_0x19172f:0x593,_0x468f48:0x5f0,_0x59225b:0x5f7,_0x2ec921:0x5ef,_0xf05126:0x5da,_0x38e9af:0x1c1,_0x3c65dc:0x1a4,_0x5bdfe7:0x1e7,_0x51bb03:0x22a,_0x2c8e79:0x607,_0x54c946:0x5b8,_0x48ac02:0x202,_0x1116d8:0x21d,_0xde7763:0x1aa,_0x31bbdc:0x1e8,_0x40a9ac:0x624,_0x6e1183:0x5d7,_0x1ac6b6:0x18a,_0x547f84:0x60e,_0x493fe1:0x615,_0x1ccdd6:0x1b0,_0x499e86:0x177,_0x1605bf:0x5c7,_0x58dd86:0x5a3,_0xd6d5d3:0x5d4,_0x2b6ed7:0x5f2,_0x8fd282:0x5af,_0x38f9a9:0x5f2,_0x2ca502:0x1d9,_0xac9803:0x1df,_0xcec198:0x1d0,_0x452e9e:0x207,_0x4a61e3:0x606,_0x54ad5c:0x634,_0x4c4efb:0x5cb,_0xbeba2a:0x66a,_0x1e3d7a:0x5c9,_0x27e8dc:0x5b6,_0x7c865:0x578,_0x5728b9:0x583,_0x28a0a4:0x1cd,_0x479824:0x62d,_0x3af9ad:0x648,_0x746fc5:0x144,_0x2b4cbb:0x1ac,_0x1c4ee7:0x1af,_0xa6ce83:0x636,_0x4d3cab:0x654,_0x572a04:0x63c,_0x55abbc:0x614,_0x42983c:0x16f,_0xcd9858:0x168,_0x69601d:0x1a3,_0x586293:0x5c2,_0x2da8ee:0x584,_0x5e1235:0x5b9,_0x54fb3c:0x622,_0x380224:0x633,_0x5712c1:0x151,_0x126521:0x19a,_0xf41cff:0x22b,_0x4acc6d:0x1f5,_0x1c1b96:0x235,_0x1fd4a6:0x1f5,_0x3ce0f1:0x5fe,_0xb383c3:0x5fd,_0x220503:0x5d3,_0x1debb3:0x5be,_0x3daf15:0x5b2,_0x3be96d:0x620,_0xe2d811:0x63a,_0x34d8af:0x1d1,_0x401832:0x1e4,_0x15f871:0x1e6,_0x41cf3a:0x1c9,_0x172b79:0x196,_0xd6711:0x153,_0x31cead:0x141,_0x18ca82:0x17c,_0x2c3e0f:0x15c,_0x2678d5:0x612,_0x4d383a:0x67a,_0x235998:0x64f,_0x586fbc:0x5bc,_0x36d29d:0x5eb,_0x3224df:0x5e6,_0x8d7dbf:0x1d6,_0x20f398:0x1ea,_0xf49dfa:0x1bc,_0x5e59c3:0x600,_0x4df10a:0x20f,_0x1625e5:0x1d4,_0x5660bf:0x630,_0x206fde:0x637,_0x521f3c:0x632,_0x21f01d:0x5e7,_0x41eeba:0x5b1,_0x3f8dc0:0x587,_0x12d347:0x605,_0x4ddc02:0x5ec,_0x910a1a:0x1c3,_0x1b1d1a:0x1f4,_0x5f4c84:0x1e5,_0x2765b9:0x1e2,_0x4cf7c3:0x17a,_0x272392:0x1b4,_0x306a7d:0x1c3,_0x27c7f0:0x20b,_0x39240f:0x5e0,_0x411c6d:0x1be,_0x4fd93a:0x17d,_0x1d4f8f:0x1ed,_0x2012f6:0x5bf,_0x1b939d:0x5f9,_0x218e09:0x1f1,_0x578cfa:0x5f1,_0xccb80f:0x146,_0x5e5174:0x14a,_0x354773:0x212,_0x1073a2:0x191,_0x26a518:0x1a0,_0x42dde2:0x220,_0x16a7c1:0x1de,_0x112ce0:0x227,_0x3ff7bb:0x1e6,_0x3a9a72:0x1e3,_0x47bd84:0x1b7,_0x5be114:0x166,_0x188e38:0x194,_0x43cfae:0x1d1,_0x4f10a7:0x189,_0x265171:0x1f8,_0x5d89da:0x16b,_0xc4a199:0x179,_0x261e01:0x5d9,_0x3b6d65:0x5c9};function _0x3f4699(_0x513689,_0xa36e72,_0xdc2abb,_0x581fb3){return _0x2e97(_0x513689-0x3db,_0xa36e72);}const _0x82ac9a={'oJhzc':_0x3f4699(_0x38af1f._0x522972,_0x38af1f._0x1dd66c,0x576,_0x38af1f._0x246cc2)+_0x3f4699(_0x38af1f._0x351f4c,_0x38af1f._0x34864d,0x601,0x5a3)+'n','IdVqY':_0x365668(_0x38af1f._0x22baac,_0x38af1f._0x16fb35,_0x38af1f._0x5ef3ee,_0x38af1f._0x3d8796),'Pbuxt':_0x3f4699(0x608,_0x38af1f._0x6f9238,_0x38af1f._0x407aff,0x5de)+'=','BitZo':'--help','WGqUm':function(_0x22b8ed,_0x3522ec){return _0x22b8ed!==_0x3522ec;},'tvQFn':_0x365668(_0x38af1f._0x4a0114,_0x38af1f._0x2d062a,_0x38af1f._0x20b54d,0x14e),'LtkTc':function(_0x3f514c){return _0x3f514c();},'iwiYr':'Error:\x20Mus'+_0x365668(0x1bf,0x17b,_0x38af1f._0x3e0e79,_0x38af1f._0x541b37)+_0x3f4699(0x608,0x5ca,_0x38af1f._0x2a152e,0x61f)+_0x3f4699(0x5f8,0x5fc,_0x38af1f._0x4a92c6,0x60d)+_0x365668(0x1ef,_0x38af1f._0x36199e,0x1d4,_0x38af1f._0x349a9a)+'D','CbZJS':function(_0x929b29,_0x22aba1){return _0x929b29!==_0x22aba1;},'tPSRn':_0x365668(0x189,0x1ba,_0x38af1f._0x5b4934,_0x38af1f._0x3bf8e5),'hKKXc':'jVWnN','rwjUA':_0x365668(_0x38af1f._0x151a1a,_0x38af1f._0x289d50,0x1b7,0x1e3)+'in','RWnpN':'PYkCw','wfmbq':function(_0x32eb96,_0x2df1cc){return _0x32eb96===_0x2df1cc;},'CUFlz':_0x3f4699(0x624,_0x38af1f._0x409b18,0x663,_0x38af1f._0x3016cf),'OgxxI':function(_0x2dd222,_0x554cb2){return _0x2dd222(_0x554cb2);},'XVYJN':'user','jvHYE':_0x365668(0x1af,0x22d,_0x38af1f._0x3dca93,0x1b2),'PLEPM':_0x365668(0x1d9,_0x38af1f._0xe5f0fc,_0x38af1f._0x223471,0x1b6),'EfdWZ':_0x3f4699(0x62c,0x62f,0x63b,0x615),'xrOML':_0x365668(_0x38af1f._0x17b8b6,_0x38af1f._0x259c12,0x1ca,0x18f),'bRPBe':'This\x20user\x20'+_0x3f4699(0x623,0x610,0x660,_0x38af1f._0x3dc78a)+'ldcard\x20(*)'+_0x3f4699(_0x38af1f._0x2b0025,_0x38af1f._0x3fd3ee,0x590,0x5a4)+_0x3f4699(_0x38af1f._0x301e27,_0x38af1f._0x1f00b3,_0x38af1f._0x433244,_0x38af1f._0x538075)+_0x3f4699(_0x38af1f._0x59c51f,_0x38af1f._0xafd7f3,0x5f6,_0x38af1f._0x2261e3)+_0x3f4699(0x5d0,0x5e4,_0x38af1f._0x16a064,_0x38af1f._0x2f97ee),'kAVnh':'ODnmx'};(_0x3131f1['includes'](_0x82ac9a[_0x365668(0x1a4,_0x38af1f._0x3b1b49,_0x38af1f._0x42a865,0x1b9)])||_0x3131f1[_0x3f4699(0x5d4,_0x38af1f._0x522972,_0x38af1f._0x54ae53,_0x38af1f._0x3519aa)]('-h'))&&(_0x82ac9a[_0x365668(_0x38af1f._0xa1471b,0x1b8,_0x38af1f._0x3271c3,0x21a)](_0x82ac9a[_0x365668(_0x38af1f._0x167516,_0x38af1f._0x27a009,_0x38af1f._0x5315e7,0x1ce)],_0x82ac9a['tvQFn'])?(_0x30ef66[_0x3f4699(0x617,_0x38af1f._0x406d9c,_0x38af1f._0x44bc97,_0x38af1f._0x592250)](_0x3f4699(0x625,0x635,0x641,_0x38af1f._0x2a152e)+'r\x20with\x20use'+_0x365668(_0x38af1f._0x3724b6,_0x38af1f._0x4a0114,_0x38af1f._0xb3ed75,_0x38af1f._0x42b751)+_0xfe1650[_0x3f4699(_0x38af1f._0x542060,_0x38af1f._0x407aff,0x627,0x629)]+(_0x3f4699(_0x38af1f._0x374830,_0x38af1f._0x4c3cbd,_0x38af1f._0x2217ac,0x59f)+'d.')),_0x2d4b64[_0x3f4699(_0x38af1f._0x2e6ddc,_0x38af1f._0x3f72f8,_0x38af1f._0x51f434,_0x38af1f._0x3c8a5b)](-0x3b0+-0x371*0x2+0xa93)):(_0x82ac9a['LtkTc'](showUsage),process['exit'](-0x29d*-0x1+-0xa*0xba+0x4a7)));function _0x365668(_0x1f942e,_0x4ade34,_0x4d0353,_0x4b2d33){return _0x2e97(_0x4d0353- -0x6c,_0x4b2d33);}const _0x4dc0cd=parseArgs(_0x3131f1);!_0x4dc0cd['username']&&!_0x4dc0cd[_0x3f4699(_0x38af1f._0x166404,0x616,_0x38af1f._0x407aff,0x5b6)]&&(console[_0x3f4699(_0x38af1f._0x245875,_0x38af1f._0x30ade3,_0x38af1f._0x49be02,_0x38af1f._0x1414b6)](_0x82ac9a[_0x365668(_0x38af1f._0x25aa74,_0x38af1f._0x33706d,0x1a6,_0x38af1f._0x2d8cb6)]),console[_0x3f4699(_0x38af1f._0x245875,_0x38af1f._0x2217ac,0x629,0x65a)](''),_0x82ac9a[_0x365668(_0x38af1f._0x539874,0x17b,0x177,0x142)](showUsage),process[_0x365668(_0x38af1f._0x5d4b9d,0x187,_0x38af1f._0x57a463,0x16f)](0x1ea9+0x2271+-0x4119));try{if(_0x82ac9a[_0x3f4699(_0x38af1f._0x307840,_0x38af1f._0x54d972,0x626,0x604)](_0x365668(_0x38af1f._0x4e2dde,_0x38af1f._0x5aa7f8,_0x38af1f._0x28adc2,0x213),_0x82ac9a[_0x365668(0x1ba,_0x38af1f._0x2e4929,_0x38af1f._0x28268f,0x1f3)])){let _0x188de3;_0x4dc0cd[_0x3f4699(0x62e,0x5f6,0x65e,_0x38af1f._0x3efdd4)]?(_0x188de3=await findUserByUsername(_0x4dc0cd['username']),!_0x188de3&&(console[_0x3f4699(_0x38af1f._0x5c310e,_0x38af1f._0x3a177c,0x617,_0x38af1f._0x23eff2)](_0x3f4699(_0x38af1f._0x1f500d,0x611,_0x38af1f._0x1553b0,0x5e8)+_0x3f4699(0x631,_0x38af1f._0x44d128,0x60e,0x5f3)+'rname\x20\x22'+_0x4dc0cd['username']+(_0x3f4699(0x5db,_0x38af1f._0x30136e,_0x38af1f._0x17a341,0x5cf)+'d.')),process[_0x365668(0x165,0x18d,0x173,0x179)](0xe7a*0x1+0xfe4+-0x1e5d))):_0x82ac9a[_0x365668(0x1fe,_0x38af1f._0x41fc52,_0x38af1f._0x3b1248,_0x38af1f._0x5cbbc7)]!==_0x3f4699(0x5e5,_0x38af1f._0x4d750a,0x5d8,0x5b3)?(_0x188de3=await findUserById(_0x4dc0cd[_0x3f4699(0x5f1,0x62c,_0x38af1f._0x1f44f7,_0x38af1f._0x515e36)]),!_0x188de3&&(console[_0x3f4699(0x617,0x5ea,_0x38af1f._0x15250b,0x606)](_0x3f4699(0x625,_0x38af1f._0x24f8df,_0x38af1f._0x1dd66c,0x64d)+_0x3f4699(0x62a,0x615,0x662,_0x38af1f._0x1f44f7)+'\x22'+_0x4dc0cd[_0x365668(_0x38af1f._0x4f6fc3,0x1c7,_0x38af1f._0x4504ae,_0x38af1f._0x510b4e)]+(_0x3f4699(0x5db,0x613,0x614,0x5f5)+'d.')),process['exit'](0xcc9*-0x1+0x16f5*-0x1+0x23bf))):(_0x25ec0e['error'](_0x82ac9a[_0x365668(_0x38af1f._0x31d2e2,0x173,_0x38af1f._0x2d2ece,0x1b7)],_0x51bbe6),_0x4a9ad9[_0x365668(0x1f5,0x198,0x1d0,_0x38af1f._0x35d29d)]('Error:\x20Fai'+_0x3f4699(_0x38af1f._0x463f8a,0x5be,0x618,_0x38af1f._0x51742c)+'nt\x20admin\x20-'+'\x20'+_0x35cc25[_0x3f4699(_0x38af1f._0x520607,_0x38af1f._0x452027,_0x38af1f._0x1ef571,_0x38af1f._0x5f14e4)]),_0x552d0b[_0x3f4699(_0x38af1f._0x2e6ddc,_0x38af1f._0x26413e,_0x38af1f._0x515e36,_0x38af1f._0x5d2cbf)](0x182b+0xdbf*0x1+-0x25e9));await _0x82ac9a[_0x365668(0x13e,_0x38af1f._0x2e7bf8,0x177,_0x38af1f._0xc40984)](loadRoles);const _0xfb7121=await getRoleByName(_0x82ac9a['rwjUA']);if(!_0xfb7121){if(_0x3f4699(_0x38af1f._0x4a9bb4,0x5a8,0x615,0x5b0)===_0x82ac9a[_0x365668(0x18d,0x191,0x193,0x1b7)])console[_0x365668(0x202,_0x38af1f._0x4fa464,0x1d0,0x1db)](_0x3f4699(0x606,_0x38af1f._0xffa63e,0x5da,0x5cb)+_0x3f4699(_0x38af1f._0x135aa4,_0x38af1f._0x9f75de,0x5d4,_0x38af1f._0xb3ea4e)+'d\x20Server\x20A'+'dmin\x20role.'+_0x365668(_0x38af1f._0x4e2dde,_0x38af1f._0x33d15d,_0x38af1f._0x24343e,0x15f)+_0x3f4699(_0x38af1f._0x407aff,0x655,_0x38af1f._0x450443,0x645)+_0x3f4699(0x5c9,_0x38af1f._0x5e727b,0x5b1,_0x38af1f._0x19172f)),process['exit'](-0xf10+0x1*-0x5f9+0x150a);else{if(_0x272970[_0x3f4699(_0x38af1f._0x468f48,_0x38af1f._0x59225b,_0x38af1f._0x2ec921,_0x38af1f._0xf05126)](_0x365668(0x1c3,0x1f4,_0x38af1f._0x38e9af,_0x38af1f._0x5b4934)+'='))_0x184011[_0x365668(0x1e9,_0x38af1f._0x3c65dc,_0x38af1f._0x5bdfe7,_0x38af1f._0x51bb03)]=_0x1764e8[_0x3f4699(_0x38af1f._0x2c8e79,0x600,0x5cb,_0x38af1f._0x307840)]('=')[-0xb47*0x2+0x9d*-0x3a+0x3a21];else _0x12183a[_0x3f4699(0x5f0,0x5e2,0x5b3,_0x38af1f._0x54c946)](_0x82ac9a[_0x365668(_0x38af1f._0x48ac02,_0x38af1f._0x1116d8,0x1e2,0x1c0)])&&(_0x18056c[_0x365668(0x1a8,0x1ab,_0x38af1f._0xde7763,_0x38af1f._0x31bbdc)]=_0x4bd50a[_0x3f4699(_0x38af1f._0x433244,_0x38af1f._0x40a9ac,_0x38af1f._0x5e727b,_0x38af1f._0x6e1183)]('=')[-0x7c9+-0x20f3+0x1*0x28bd]);}}try{_0x82ac9a[_0x365668(0x13a,_0x38af1f._0x1ac6b6,0x170,0x191)](_0x82ac9a[_0x3f4699(_0x38af1f._0x547f84,0x645,_0x38af1f._0x493fe1,0x626)],_0x82ac9a['CUFlz'])?await _0x82ac9a[_0x365668(0x1c0,0x190,_0x38af1f._0x1ccdd6,_0x38af1f._0x499e86)](createBinding,{'subject_type':_0x82ac9a[_0x3f4699(_0x38af1f._0x1605bf,_0x38af1f._0x58dd86,0x589,_0x38af1f._0x515e36)],'subject_id':_0x188de3['id'],'role_id':_0xfb7121['id'],'resource_type':_0x82ac9a[_0x3f4699(_0x38af1f._0x409b18,_0x38af1f._0xd6d5d3,_0x38af1f._0x2b6ed7,0x63e)],'created_by':_0x82ac9a[_0x3f4699(0x5cd,0x5b0,_0x38af1f._0x8fd282,_0x38af1f._0x38f9a9)]}):(_0x3c3a5e[_0x365668(_0x38af1f._0x2ca502,_0x38af1f._0xac9803,_0x38af1f._0xcec198,_0x38af1f._0x452e9e)](_0x3f4699(_0x38af1f._0x4a61e3,0x5d4,0x629,_0x38af1f._0x54ad5c)+'ld\x20not\x20fin'+_0x3f4699(0x5e3,0x5c5,0x5ef,_0x38af1f._0x5e727b)+'dmin\x20role.'+_0x3f4699(0x5cf,0x5e7,_0x38af1f._0x4c4efb,0x60a)+_0x3f4699(_0x38af1f._0x407aff,0x672,0x670,_0x38af1f._0xbeba2a)+_0x3f4699(_0x38af1f._0x1e3d7a,0x5b5,_0x38af1f._0x27e8dc,0x5eb)),_0x5c1763[_0x3f4699(0x5ba,_0x38af1f._0x7c865,_0x38af1f._0x5728b9,0x5ea)](0x1616+0x261*-0x2+-0x1153));}catch(_0x5485e4){if(_0x82ac9a['WGqUm'](_0x82ac9a[_0x365668(0x21e,_0x38af1f._0x28a0a4,0x1e6,0x1a3)],_0x82ac9a[_0x3f4699(_0x38af1f._0x479824,_0x38af1f._0x3af9ad,_0x38af1f._0x23eff2,0x622)]))_0x2cbaa3['username']=_0x28e7b0[_0x365668(0x1e7,0x1a2,0x1c0,0x1af)]('=')[0x8f2+0xfa1+-0x5*0x4ea];else{_0x82ac9a[_0x365668(0x183,0x1b3,0x170,_0x38af1f._0x746fc5)](_0x5485e4[_0x365668(0x197,0x1af,_0x38af1f._0x2b4cbb,_0x38af1f._0x1c4ee7)],_0x82ac9a[_0x3f4699(_0x38af1f._0xa6ce83,_0x38af1f._0x4d3cab,0x607,0x600)])&&(console[_0x3f4699(_0x38af1f._0x572a04,0x67f,_0x38af1f._0x55abbc,0x66f)](_0x365668(_0x38af1f._0x42983c,_0x38af1f._0xcd9858,_0x38af1f._0x69601d,0x19c)+_0x188de3[_0x365668(0x20f,0x1a5,0x1e7,0x1d9)]+('\x22\x20already\x20'+_0x365668(0x1d5,0x1a0,0x191,0x193)+_0x3f4699(_0x38af1f._0x586293,0x5ea,_0x38af1f._0x2da8ee,_0x38af1f._0x5e1235)+_0x3f4699(_0x38af1f._0x54fb3c,0x642,_0x38af1f._0x468f48,_0x38af1f._0x380224))),process[_0x365668(0x17c,_0x38af1f._0x5712c1,0x173,_0x38af1f._0x126521)](0x143c+-0x13e8+-0x54));throw _0x5485e4;}}console[_0x365668(_0x38af1f._0xf41cff,0x1ed,_0x38af1f._0x4acc6d,_0x38af1f._0x1c1b96)](''),console[_0x365668(0x206,0x227,_0x38af1f._0x1fd4a6,0x214)](_0x3f4699(_0x38af1f._0x3ce0f1,_0x38af1f._0xb383c3,_0x38af1f._0x220503,_0x38af1f._0x1debb3)+'in\x20role\x20gr'+_0x3f4699(0x5b8,0x5b6,_0x38af1f._0x3daf15,_0x38af1f._0x54ae53)+_0x3f4699(_0x38af1f._0x3be96d,0x65b,0x636,_0x38af1f._0xe2d811)),console['log'](''),console['log'](_0x365668(0x221,_0x38af1f._0x34d8af,_0x38af1f._0x401832,_0x38af1f._0x15f871)+'ls:'),console['log'](_0x365668(0x1d2,_0x38af1f._0x41cf3a,_0x38af1f._0x172b79,_0x38af1f._0xd6711)+_0x365668(0x147,_0x38af1f._0x31cead,_0x38af1f._0x18ca82,_0x38af1f._0x2c3e0f)+_0x188de3['id']),console[_0x3f4699(_0x38af1f._0x572a04,_0x38af1f._0x2678d5,_0x38af1f._0x4d383a,_0x38af1f._0x235998)](_0x3f4699(0x5e6,_0x38af1f._0x586fbc,0x5ed,0x5f1)+_0x3f4699(_0x38af1f._0x2261e3,_0x38af1f._0x36d29d,0x5a3,_0x38af1f._0x3224df)+_0x188de3[_0x365668(_0x38af1f._0x8d7dbf,0x20d,0x1e7,_0x38af1f._0x20f398)]),console['log'](_0x365668(0x1ba,_0x38af1f._0x510b4e,_0x38af1f._0xf49dfa,0x1a2)+_0x3f4699(0x5c3,0x5ee,0x595,0x5c3)+_0x188de3[_0x3f4699(_0x38af1f._0x5e59c3,_0x38af1f._0x15250b,0x5f3,0x607)]),console[_0x365668(_0x38af1f._0x4df10a,_0x38af1f._0x1625e5,_0x38af1f._0x4acc6d,0x1b5)](_0x3f4699(_0x38af1f._0x5660bf,_0x38af1f._0x206fde,_0x38af1f._0x521f3c,0x625)+_0x365668(0x19d,0x1bd,0x17c,0x19f)+_0x188de3[_0x3f4699(_0x38af1f._0x21f01d,_0x38af1f._0x41eeba,0x618,0x602)]),console['log'](_0x3f4699(0x5cc,0x604,_0x38af1f._0x3f8dc0,_0x38af1f._0x12d347)+_0x3f4699(0x61c,0x5ef,0x63b,_0x38af1f._0x4ddc02)+_0x365668(_0x38af1f._0x910a1a,0x216,_0x38af1f._0x1b1d1a,_0x38af1f._0x5f4c84)+_0x365668(_0x38af1f._0x2765b9,_0x38af1f._0x4cf7c3,_0x38af1f._0x272392,_0x38af1f._0x306a7d)+')'),console['log'](''),console[_0x365668(0x1cd,0x1b4,0x1f5,_0x38af1f._0x27c7f0)](_0x82ac9a[_0x3f4699(0x5f4,_0x38af1f._0x1553b0,0x62f,_0x38af1f._0x39240f)]);}else{const _0x361add={};_0x361add['username']=null,_0x361add[_0x365668(_0x38af1f._0x411c6d,_0x38af1f._0x4fd93a,0x1aa,_0x38af1f._0x1d4f8f)]=null;const _0x210b1e=_0x361add;for(const _0x29dcfd of _0x3c78cc){if(_0x29dcfd['startsWith'](_0x82ac9a[_0x3f4699(0x5cb,_0x38af1f._0x2012f6,0x603,_0x38af1f._0x1b939d)]))_0x210b1e[_0x3f4699(0x62e,0x5fa,0x62d,0x64a)]=_0x29dcfd[_0x365668(_0x38af1f._0x218e09,0x183,0x1c0,_0x38af1f._0x3b1248)]('=')[-0x3*0x435+0x24de+-0x183e];else _0x29dcfd['startsWith'](_0x82ac9a['IdVqY'])&&(_0x210b1e[_0x3f4699(_0x38af1f._0x578cfa,0x601,0x625,0x608)]=_0x29dcfd['split']('=')[0x2*0x605+0xdd7*-0x1+0x1ce]);}return _0x210b1e;}}catch(_0x287da0){_0x82ac9a[_0x365668(_0x38af1f._0xccb80f,_0x38af1f._0x5e5174,0x170,0x149)](_0x365668(_0x38af1f._0x1ccdd6,0x19e,0x16f,_0x38af1f._0x4a0114),_0x82ac9a[_0x365668(0x19f,_0x38af1f._0x354773,0x1d1,0x18e)])?(_0x20d19c[_0x365668(0x1ec,_0x38af1f._0x1073a2,_0x38af1f._0xcec198,_0x38af1f._0x26a518)](_0x365668(_0x38af1f._0x42dde2,0x1a7,_0x38af1f._0x16a7c1,_0x38af1f._0x1116d8)+_0x365668(_0x38af1f._0x112ce0,_0x38af1f._0x3ff7bb,_0x38af1f._0x3a9a72,_0x38af1f._0x47bd84)+'\x22'+_0x576e91['userId']+(_0x365668(0x160,_0x38af1f._0x5be114,_0x38af1f._0x188e38,_0x38af1f._0x43cfae)+'d.')),_0xc359bb[_0x365668(0x1a2,_0x38af1f._0x4f10a7,0x173,0x15e)](0x32b*-0x3+0x5ea+-0x4*-0xe6)):(logger[_0x365668(0x1f6,0x1ec,0x1d0,_0x38af1f._0x265171)]('Failed\x20to\x20'+'grant\x20admi'+'n',_0x287da0),console[_0x3f4699(0x617,_0x38af1f._0x40a9ac,0x647,0x655)](_0x3f4699(_0x38af1f._0x26413e,0x5ed,_0x38af1f._0x2b6ed7,0x585)+_0x3f4699(0x5fc,0x613,_0x38af1f._0x2678d5,_0x38af1f._0x1dd66c)+'nt\x20admin\x20-'+'\x20'+_0x287da0[_0x365668(0x1c6,_0x38af1f._0x5d89da,_0x38af1f._0x167516,_0x38af1f._0xc4a199)]),process[_0x3f4699(0x5ba,0x577,_0x38af1f._0x261e01,_0x38af1f._0x3b6d65)](-0x22e5*0x1+0x1*-0x1955+0x11*0x38b));}}function showUsage(){const _0x1dd2cc={_0x102df6:0x1ab,_0x1d34f9:0x1f3,_0x119fe2:0x57a,_0x104a23:0x535,_0x51457e:0x1b2,_0x3e263a:0x1be,_0x3cacdf:0x17d,_0x3d05d5:0x54d,_0x5d2316:0x1e9,_0x559ae6:0x1e2,_0x2482fe:0x1c7,_0x39508f:0x153,_0x4e326f:0x193,_0x1e2bcf:0x172,_0x2afc53:0x1de,_0x3902a9:0x550,_0x2e1d54:0x5b5,_0xf059ab:0x575,_0x5c7efc:0x573,_0x376564:0x55f,_0x3f5ef0:0x5ce,_0x53e067:0x208,_0x160918:0x5ac,_0x2c37bd:0x57c,_0x1c34cd:0x55d,_0x2fae8e:0x561,_0x4e75ff:0x551,_0x552d60:0x17f,_0x3960a9:0x1d0,_0x5ea80b:0x178,_0x4ffc04:0x185,_0x325bd3:0x19d,_0x4433fa:0x557,_0x5bfcec:0x521,_0x442f2d:0x53b,_0x116f99:0x5d6,_0xe89ea:0x56e,_0xf0133b:0x5a0,_0x4b55a4:0x5a8,_0x4eb5e5:0x23b,_0x11ab43:0x1fe,_0x539a54:0x1c0,_0x106f65:0x1b6,_0x8daeaf:0x58c,_0x237ab5:0x5a0,_0x5ecb42:0x5c8,_0x15bb34:0x5ea,_0x46e232:0x594,_0x27189d:0x571,_0x176b7f:0x242,_0x46c912:0x1fd,_0x1b7716:0x23f,_0x55d9b4:0x159,_0x19f1f2:0x1c5,_0x3f0302:0x1a3,_0x19e6de:0x1d8,_0x523cb9:0x1e8,_0x15b3b4:0x1fd,_0x228441:0x5ca,_0x103376:0x1f4,_0x546e65:0x1df,_0x131ee9:0x532,_0x41625d:0x4ff,_0xcf089d:0x1ad,_0x57d6a7:0x222,_0xf7be29:0x1ba,_0x48b0dc:0x5c2,_0x2e7b76:0x575,_0x15b083:0x1b7,_0x47826b:0x152,_0x4af972:0x1dc,_0x5cc502:0x1d3,_0x587ec6:0x1ff,_0x3a7cc9:0x1c3,_0xacf29f:0x584,_0x2129c0:0x596,_0x4dcb8b:0x1ee,_0x3338cd:0x1fa,_0x2052f0:0x219,_0x34b3dd:0x229,_0x549359:0x1fd,_0x4d40cf:0x5ad,_0x43d54a:0x562,_0x516cc5:0x581,_0x49c179:0x18b,_0x5dda84:0x1d2},_0x3d038c={_0x150190:0x64},_0x4d6082={_0x4c1572:0x34c},_0x4fbe86={};_0x4fbe86[_0x2e94be(_0x1dd2cc._0x102df6,0x1d2,0x1f0,0x1cd)]=_0x2e94be(0x1fd,0x223,_0x1dd2cc._0x1d34f9,0x20a),_0x4fbe86['ueABL']='Examples:',_0x4fbe86['tPLgj']=_0xad0d5a(_0x1dd2cc._0x119fe2,_0x1dd2cc._0x104a23,0x541,0x55c)+_0xad0d5a(0x515,0x51b,0x541,0x526)+_0x2e94be(0x1ae,_0x1dd2cc._0x51457e,0x1ad,0x1a3)+'of\x20the\x20use'+_0x2e94be(0x19b,_0x1dd2cc._0x3e263a,0x19a,0x1a5)+'te',_0x4fbe86[_0x2e94be(0x151,0x185,_0x1dd2cc._0x3cacdf,0x1a3)]='\x20\x20coder-se'+_0xad0d5a(0x599,0x593,_0x1dd2cc._0x3d05d5,0x586)+_0x2e94be(0x1da,_0x1dd2cc._0x5d2316,0x1e7,_0x1dd2cc._0x559ae6)+_0x2e94be(_0x1dd2cc._0x2482fe,_0x1dd2cc._0x39508f,_0x1dd2cc._0x4e326f,_0x1dd2cc._0x1e2bcf)+_0x2e94be(_0x1dd2cc._0x2afc53,0x1ae,0x1b0,0x1bf),_0x4fbe86[_0xad0d5a(_0x1dd2cc._0x3902a9,_0x1dd2cc._0x2e1d54,_0x1dd2cc._0xf059ab,_0x1dd2cc._0x5c7efc)]=_0xad0d5a(_0x1dd2cc._0x376564,_0x1dd2cc._0x3f5ef0,0x593,0x58e)+'rver\x20grant'+_0x2e94be(0x1ea,_0x1dd2cc._0x53e067,0x1e7,0x20b)+_0xad0d5a(0x567,_0x1dd2cc._0x160918,0x544,_0x1dd2cc._0x2c37bd)+_0xad0d5a(_0x1dd2cc._0x1c34cd,_0x1dd2cc._0x2fae8e,_0x1dd2cc._0x4e75ff,_0x1dd2cc._0x3d05d5)+_0x2e94be(_0x1dd2cc._0x552d60,0x16a,0x181,0x146)+'ef';function _0xad0d5a(_0x1cc0de,_0x4e1ab7,_0x3dac31,_0x1fd311){return _0x2e97(_0x1fd311-_0x4d6082._0x4c1572,_0x1cc0de);}function _0x2e94be(_0x635008,_0x208c4e,_0x72f9b6,_0x389ad1){return _0x2e97(_0x72f9b6- -_0x3d038c._0x150190,_0x635008);}_0x4fbe86['XbnUf']=_0x2e94be(_0x1dd2cc._0x3960a9,_0x1dd2cc._0x3cacdf,0x1bb,_0x1dd2cc._0x5ea80b)+'d=ID\x20\x20\x20\x20\x20\x20'+_0xad0d5a(0x5a1,0x591,0x5cf,0x590)+_0x2e94be(0x1ac,0x157,_0x1dd2cc._0x4ffc04,_0x1dd2cc._0x325bd3)+_0xad0d5a(0x51b,0x507,_0x1dd2cc._0x4433fa,0x542)+'e';const _0x522b24=_0x4fbe86,_0x15b12a=('11|3|6|1|7'+_0xad0d5a(0x524,0x539,_0x1dd2cc._0x5bfcec,0x54f)+'2|8|9')[_0xad0d5a(0x5a5,0x546,_0x1dd2cc._0x442f2d,0x578)]('|');let _0x207c9f=0x77d+0x2f9*-0x2+-0x18b;while(!![]){switch(_0x15b12a[_0x207c9f++]){case'0':console[_0xad0d5a(_0x1dd2cc._0x116f99,0x5cc,0x5a7,0x5ad)](_0x522b24[_0xad0d5a(0x5cb,_0x1dd2cc._0xe89ea,0x5aa,_0x1dd2cc._0xf0133b)]);continue;case'1':console['log'](_0xad0d5a(0x582,0x587,0x59a,0x56f)+_0xad0d5a(0x564,_0x1dd2cc._0x116f99,0x577,_0x1dd2cc._0x4b55a4)+_0x2e94be(_0x1dd2cc._0x4eb5e5,_0x1dd2cc._0x11ab43,0x1f9,_0x1dd2cc._0x539a54)+'\x20(*)\x20permi'+'ssions\x20acr'+_0x2e94be(0x1f4,0x199,_0x1dd2cc._0x106f65,0x1a2)+_0xad0d5a(_0x1dd2cc._0x8daeaf,_0x1dd2cc._0x237ab5,_0x1dd2cc._0x5ecb42,0x5aa));continue;case'2':console['log'](_0x522b24['ueABL']);continue;case'3':console[_0xad0d5a(0x5a8,_0x1dd2cc._0x15bb34,_0x1dd2cc._0x46e232,0x5ad)]('');continue;case'4':console[_0xad0d5a(0x588,0x5f1,_0x1dd2cc._0x27189d,0x5ad)]('');continue;case'5':console[_0x2e94be(_0x1dd2cc._0x176b7f,0x1e8,_0x1dd2cc._0x46c912,_0x1dd2cc._0x1b7716)](_0x522b24[_0x2e94be(_0x1dd2cc._0x55d9b4,_0x1dd2cc._0x19f1f2,0x182,_0x1dd2cc._0x3f0302)]);continue;case'6':console[_0x2e94be(_0x1dd2cc._0x19e6de,_0x1dd2cc._0x523cb9,_0x1dd2cc._0x15b3b4,0x1e6)](_0xad0d5a(_0x1dd2cc._0x5c7efc,0x5d7,_0x1dd2cc._0x228441,0x5ab)+_0x2e94be(_0x1dd2cc._0x102df6,_0x1dd2cc._0x103376,_0x1dd2cc._0x546e65,0x202)+'ser\x20the\x20Se'+_0xad0d5a(0x56c,_0x1dd2cc._0x131ee9,_0x1dd2cc._0x41625d,0x533)+_0x2e94be(_0x1dd2cc._0xcf089d,0x1e1,0x1e3,_0x1dd2cc._0x57d6a7));continue;case'7':console[_0x2e94be(_0x1dd2cc._0xf7be29,0x1dd,0x1fd,0x1e7)]('');continue;case'8':console[_0xad0d5a(0x586,_0x1dd2cc._0x48b0dc,_0x1dd2cc._0x2e7b76,0x5ad)](_0x522b24[_0x2e94be(_0x1dd2cc._0x15b083,_0x1dd2cc._0x47826b,0x17d,0x18c)]);continue;case'9':console[_0x2e94be(_0x1dd2cc._0x4af972,0x222,_0x1dd2cc._0x15b3b4,_0x1dd2cc._0x5cc502)](_0x522b24[_0x2e94be(_0x1dd2cc._0x587ec6,_0x1dd2cc._0x3f0302,_0x1dd2cc._0x3a7cc9,0x1e9)]);continue;case'10':console[_0xad0d5a(0x5e9,_0x1dd2cc._0xacf29f,_0x1dd2cc._0x2129c0,0x5ad)](_0x522b24[_0x2e94be(_0x1dd2cc._0x4dcb8b,0x1c0,0x1cd,_0x1dd2cc._0x3338cd)]);continue;case'11':console[_0x2e94be(_0x1dd2cc._0x2052f0,_0x1dd2cc._0x34b3dd,_0x1dd2cc._0x549359,0x230)](_0xad0d5a(_0x1dd2cc._0x4d40cf,_0x1dd2cc._0x43d54a,0x565,_0x1dd2cc._0x516cc5)+_0x2e94be(0x1dc,_0x1dd2cc._0x49c179,0x1a3,0x1bd)+_0x2e94be(0x213,_0x1dd2cc._0x5dda84,0x1d3,0x1be)+'n\x20[options'+']');continue;}break;}}