@profoundlogic/coderflow-server 0.4.6 → 0.4.8

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 (158) 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/config-command.js +1 -1
  20. package/dist/lib/cli/config.js +1 -1
  21. package/dist/lib/cli/create-user.js +1 -1
  22. package/dist/lib/cli/init.js +1 -1
  23. package/dist/lib/cli/jira.js +1 -1
  24. package/dist/lib/cli/license.js +1 -1
  25. package/dist/lib/cli/server-manager.js +1 -1
  26. package/dist/lib/config-migration.js +1 -1
  27. package/dist/lib/container-credential-sync.js +1 -1
  28. package/dist/lib/container-tokens.js +1 -1
  29. package/dist/lib/data-dir.js +1 -1
  30. package/dist/lib/deployment-history.js +1 -1
  31. package/dist/lib/deployment-service.js +1 -1
  32. package/dist/lib/docker-utils.js +1 -1
  33. package/dist/lib/email.js +1 -1
  34. package/dist/lib/emailTemplates.js +1 -1
  35. package/dist/lib/entitlement.js +1 -1
  36. package/dist/lib/fetch-utils.js +1 -1
  37. package/dist/lib/git-commit-details-route.js +1 -1
  38. package/dist/lib/git-history-diff-guardrails.js +1 -1
  39. package/dist/lib/git-provider-service.js +1 -1
  40. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  41. package/dist/lib/git-provider-setup/index.js +1 -1
  42. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  43. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  44. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  45. package/dist/lib/git-providers/github-app-provider.js +1 -1
  46. package/dist/lib/git-providers/index.js +1 -1
  47. package/dist/lib/git-providers/provider-factory.js +1 -1
  48. package/dist/lib/git-providers/provider-interface.js +1 -1
  49. package/dist/lib/github-urls.js +1 -1
  50. package/dist/lib/group-objective-linking.js +1 -1
  51. package/dist/lib/jira-client.js +1 -1
  52. package/dist/lib/judge-blinding.js +1 -1
  53. package/dist/lib/logger.js +1 -1
  54. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  55. package/dist/lib/model-fetcher.js +1 -1
  56. package/dist/lib/notifications.js +1 -1
  57. package/dist/lib/objective-context.js +1 -1
  58. package/dist/lib/oidc-auth.js +1 -1
  59. package/dist/lib/oidc-device-flow.js +1 -1
  60. package/dist/lib/passwordTokens.js +1 -1
  61. package/dist/lib/permission-resolver.js +1 -1
  62. package/dist/lib/pin-cascade.js +1 -1
  63. package/dist/lib/provider-accounts.js +1 -1
  64. package/dist/lib/provider-oauth.js +1 -1
  65. package/dist/lib/provider-profile.js +1 -1
  66. package/dist/lib/provider-token-refresh.js +1 -1
  67. package/dist/lib/request-url.js +1 -1
  68. package/dist/lib/rewind.js +1 -1
  69. package/dist/lib/role-definitions.js +1 -1
  70. package/dist/lib/roles.js +1 -1
  71. package/dist/lib/secrets.js +1 -1
  72. package/dist/lib/setup-repo-git-auth.js +1 -1
  73. package/dist/lib/state-capture.js +1 -1
  74. package/dist/lib/static-files.js +1 -1
  75. package/dist/lib/task-name-format.js +1 -1
  76. package/dist/lib/task-name-generator.js +1 -1
  77. package/dist/lib/task-source-metadata.js +1 -1
  78. package/dist/lib/teams.js +1 -1
  79. package/dist/lib/user-git-oauth.js +1 -1
  80. package/dist/lib/user-git-tokens.js +1 -1
  81. package/dist/lib/users.js +1 -1
  82. package/dist/middleware/requireAuth.js +1 -1
  83. package/dist/middleware/requireInit.js +1 -1
  84. package/dist/middleware/requirePermission.js +1 -1
  85. package/dist/package.json +1 -1
  86. package/dist/playwright.config.js +1 -1
  87. package/dist/routes/apiKeys.js +1 -1
  88. package/dist/routes/auth-oidc.js +1 -1
  89. package/dist/routes/auth.js +1 -1
  90. package/dist/routes/automations.js +1 -1
  91. package/dist/routes/bindings.js +1 -1
  92. package/dist/routes/build.js +1 -1
  93. package/dist/routes/containers.js +1 -1
  94. package/dist/routes/deploy-task.js +1 -1
  95. package/dist/routes/environment-management.js +1 -1
  96. package/dist/routes/environments.js +1 -1
  97. package/dist/routes/external-skills.js +1 -1
  98. package/dist/routes/git-credentials.js +1 -1
  99. package/dist/routes/git-oauth.js +1 -1
  100. package/dist/routes/git-provider-setup.js +1 -1
  101. package/dist/routes/health.js +1 -1
  102. package/dist/routes/jira.js +1 -1
  103. package/dist/routes/objective-management.js +1 -1
  104. package/dist/routes/password.js +1 -1
  105. package/dist/routes/prompt.js +1 -1
  106. package/dist/routes/provider-auth.js +1 -1
  107. package/dist/routes/qa.js +1 -1
  108. package/dist/routes/roles.js +1 -1
  109. package/dist/routes/settings.js +1 -1
  110. package/dist/routes/skill-management.js +1 -1
  111. package/dist/routes/skills.js +1 -1
  112. package/dist/routes/tasks.js +1 -1
  113. package/dist/routes/teams.js +1 -1
  114. package/dist/routes/templates.js +1 -1
  115. package/dist/routes/test-task.js +1 -1
  116. package/dist/routes/test.js +1 -1
  117. package/dist/routes/users.js +1 -1
  118. package/dist/routes/visualizations.js +1 -1
  119. package/dist/scripts/create-user.js +1 -1
  120. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  121. package/dist/scripts/migrate-to-scoped-rbac.js +1 -1
  122. package/dist/start.js +1 -1
  123. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  124. package/dist/web-ui/public/activity-feed.js +1 -1
  125. package/dist/web-ui/public/activity-formatters.js +1 -1
  126. package/dist/web-ui/public/agent-event-parser.js +1 -1
  127. package/dist/web-ui/public/app.js +1 -1
  128. package/dist/web-ui/public/approve-dialog.js +1 -1
  129. package/dist/web-ui/public/automation-links.js +1 -1
  130. package/dist/web-ui/public/automation-schedule.js +1 -1
  131. package/dist/web-ui/public/comments-widget.js +1 -1
  132. package/dist/web-ui/public/diff-utils.js +1 -1
  133. package/dist/web-ui/public/environments.js +1 -1
  134. package/dist/web-ui/public/feedback-widget.js +1 -1
  135. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  136. package/dist/web-ui/public/git-history.js +1 -1
  137. package/dist/web-ui/public/git-status.js +1 -1
  138. package/dist/web-ui/public/index.js +1 -1
  139. package/dist/web-ui/public/login.js +1 -1
  140. package/dist/web-ui/public/markdown-editor.js +1 -1
  141. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  142. package/dist/web-ui/public/modal-maximize.js +1 -1
  143. package/dist/web-ui/public/notifications.js +1 -1
  144. package/dist/web-ui/public/pr-dialog.js +1 -1
  145. package/dist/web-ui/public/roles.js +1 -1
  146. package/dist/web-ui/public/server-health.js +1 -1
  147. package/dist/web-ui/public/settings.js +1 -1
  148. package/dist/web-ui/public/setup-password.js +1 -1
  149. package/dist/web-ui/public/skills.js +1 -1
  150. package/dist/web-ui/public/sse-client.js +1 -1
  151. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  152. package/dist/web-ui/public/task.js +1 -1
  153. package/dist/web-ui/public/teams.js +1 -1
  154. package/dist/web-ui/public/terminal.js +1 -1
  155. package/dist/web-ui/public/theme.js +1 -1
  156. package/dist/web-ui/public/users.js +1 -1
  157. package/dist/web-ui/public/variant-grouping.js +1 -1
  158. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x2f9e92,_0x3c7ac4){const _0x1fad90={_0x1542a3:0x38b,_0x320b86:0x391,_0x5c44e5:0x33b,_0x414720:0x30d,_0x391a71:0x315,_0xe2158c:0x310,_0x162210:0x349,_0x33d763:0x306,_0x40f4fa:0x368,_0x4b336b:0x390,_0x2572aa:0x31f,_0x1d465f:0x38d,_0x2805dc:0x349,_0x2a6575:0x33c,_0x2380d6:0x3b8,_0x585f3d:0x383,_0x1d32aa:0x364,_0x1245a4:0x365,_0x1630f4:0x361,_0x1c1a74:0x341,_0x5bfeca:0x339,_0x15febe:0x32d,_0x902f2f:0x345,_0x2e333f:0x353,_0x41da01:0x363,_0x55f1e4:0x37c,_0x2da51d:0x395},_0x492cbe={_0x3d1e6e:0x1d9};function _0x1f5062(_0x2a42e3,_0x53c23e,_0x409f28,_0x438238){return _0x18ed(_0x409f28-_0x492cbe._0x3d1e6e,_0x438238);}const _0x3f7a3d=_0x2f9e92();function _0x40a2ef(_0x1bff4d,_0x47533a,_0x12ad76,_0x3362f9){return _0x18ed(_0x47533a-0x21a,_0x1bff4d);}while(!![]){try{const _0x46a5c1=parseInt(_0x40a2ef(0x363,0x395,_0x1fad90._0x1542a3,_0x1fad90._0x320b86))/(-0x92b+-0x41f*0x9+0x2e43*0x1)*(parseInt(_0x1f5062(_0x1fad90._0x5c44e5,0x34e,_0x1fad90._0x414720,_0x1fad90._0x391a71))/(0x356+0x5cf+0x923*-0x1))+-parseInt(_0x1f5062(_0x1fad90._0xe2158c,_0x1fad90._0x162210,_0x1fad90._0x33d763,0x2ed))/(-0xa2d+0x3*-0x3f9+0x161b*0x1)+-parseInt(_0x40a2ef(0x382,0x3a0,_0x1fad90._0x40f4fa,_0x1fad90._0x4b336b))/(-0xbb9*0x2+-0x20*-0x92+0x536)+parseInt(_0x1f5062(_0x1fad90._0x2572aa,_0x1fad90._0x1d465f,_0x1fad90._0x2805dc,_0x1fad90._0x2a6575))/(0x24e6+0xb3*0x1f+-0x3a8e)+-parseInt(_0x40a2ef(_0x1fad90._0x2380d6,0x392,_0x1fad90._0x585f3d,_0x1fad90._0x1d32aa))/(0x195a+0x1*-0x335+-0x7*0x329)*(-parseInt(_0x1f5062(_0x1fad90._0x1245a4,_0x1fad90._0x1630f4,_0x1fad90._0x1c1a74,_0x1fad90._0x2a6575))/(-0x920+0x1*-0x1ee1+-0xf4*-0x2a))+-parseInt(_0x40a2ef(_0x1fad90._0x5bfeca,_0x1fad90._0x15febe,0x36e,_0x1fad90._0x902f2f))/(-0x846*0x1+0x1226+-0x9d8*0x1)*(-parseInt(_0x40a2ef(_0x1fad90._0x2e333f,0x375,_0x1fad90._0x41da01,0x379))/(-0x6*0x1e8+0x1133+-0x5ba))+-parseInt(_0x40a2ef(0x38f,_0x1fad90._0x55f1e4,_0x1fad90._0x2da51d,0x3bb))/(0x1866+-0x17b*0x19+0x1*0xca7);if(_0x46a5c1===_0x3c7ac4)break;else _0x3f7a3d['push'](_0x3f7a3d['shift']());}catch(_0x147639){_0x3f7a3d['push'](_0x3f7a3d['shift']());}}}(_0x2305,-0x1*-0x18da9+0x3*-0x5acc9+0x190d6b));function _0x18ed(_0x4d8fbe,_0x4d9736){_0x4d8fbe=_0x4d8fbe-(0x1efe+0x107f+-0x2e6b);const _0x489eda=_0x2305();let _0x521392=_0x489eda[_0x4d8fbe];if(_0x18ed['pQqBJe']===undefined){var _0x3f3b38=function(_0x2e542a){const _0x4f49ef='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x38840a='',_0x52d151='';for(let _0x808bcd=0xb*-0x219+-0xca*-0x17+-0x1*-0x4ed,_0x5612bc,_0x5efeb4,_0x3e0524=-0x9f*-0x17+0xb5c+0x1*-0x19a5;_0x5efeb4=_0x2e542a['charAt'](_0x3e0524++);~_0x5efeb4&&(_0x5612bc=_0x808bcd%(-0x1c*0xdb+-0x3e4+0x1bdc)?_0x5612bc*(0xe94+0x530+0x1*-0x1384)+_0x5efeb4:_0x5efeb4,_0x808bcd++%(-0x188b*0x1+-0x1174+0x2a03))?_0x38840a+=String['fromCharCode'](0x11d7*0x1+-0x1*-0x1132+-0x220a&_0x5612bc>>(-(0x1da8+-0x1d0c+-0x9a)*_0x808bcd&0x151*0x12+-0x1*0x1505+-0x2a7*0x1)):-0x1c55*-0x1+0xcf2*-0x2+-0x271){_0x5efeb4=_0x4f49ef['indexOf'](_0x5efeb4);}for(let _0x5eee2f=-0x13da+-0x1caa+0xe6*0x36,_0x25d482=_0x38840a['length'];_0x5eee2f<_0x25d482;_0x5eee2f++){_0x52d151+='%'+('00'+_0x38840a['charCodeAt'](_0x5eee2f)['toString'](0x23bf*0x1+-0x383*-0x9+0x105*-0x42))['slice'](-(-0x3*-0x5a+0x481+-0x31*0x1d));}return decodeURIComponent(_0x52d151);};_0x18ed['RcMgCm']=_0x3f3b38,_0x18ed['hWuxWJ']={},_0x18ed['pQqBJe']=!![];}const _0x2d8802=_0x489eda[-0x1d58+0x7*-0x442+0x3b26],_0x31a869=_0x4d8fbe+_0x2d8802,_0x2b78ec=_0x18ed['hWuxWJ'][_0x31a869];return!_0x2b78ec?(_0x521392=_0x18ed['RcMgCm'](_0x521392),_0x18ed['hWuxWJ'][_0x31a869]=_0x521392):_0x521392=_0x2b78ec,_0x521392;}import _0x192c0f from'readline';function _0x2305(){const _0x5c09ac=['C3bSAxq','CuvPv3G','yKf2zw0','C3n3B3jKlG','A2jYAwu','u1vxtNm','ndi2nZK1swXHEMHe','q3jLyxrPBMCGDq','CeTjtvK','AgT3t2i','ugfZC3DVCMq6ia','sKD0txa','A1blvg4','mtzYCuPMqLa','CxvLC3rPB24','tw1yDwG','wvvxuNe','yw4GBM93igXVzW','4PYtifvZzxiGy3jL','zxHPDa','te15rg4','q1Ddy2m','AMf3vNy','ywXPzcb1C2vYBG','iI4GvxnLig9UBa','C1viwuK','iIbHBhjLywr5ia','vw1Rre8','icbfBwfPBdOGia','ls11C2vYBMfTzq','B1LiD1m','yw1Lici','sxjqBuC','igjLigf0igXLyq','Exres2S','B3DKBxi','rxjYB3i6ifbHCW','DhjPBq','AwWGAxmGCMvXDq','C2vYici','D0rjAgi','AgvPCIb1C2vYBG','oIaGica','uKLirgy','wwDnuvi','icboyw1LoIaGia','C0Lgt2y','Aw5WDxq','AxjLza','C3n3B3jKoIa','C3flEe4','igLUihDPDgGGDa','mtuWm0jsAeTXDG','qvrRB2i','vgHLihvZzxiGyW','tvvwvum','DMX6z1u','C3rKAw4','zw1HAwW','nJC0mtyZmhv2ywXUAq','ywXPzcbLBwfPBa','icbvC2vYBMfTzq','CgfZC3DVCMq','rvPQwxi','EefVBfy','n1vuBu1iAq','y2XVC2u','rw1HAwW6ia','DgvZDa','y29gvxC','y3rLCNm','seDoDNi','vxnLCM5HBwu6ia','nda3mdiWwLf5uvfn','CePNvgm','ELDOEem','q3jHyK0','C3rKB3v0','yKv5A2G','y3jLyxrLihvZzq','BMfTzq','ntG3mZiYnKTXBLneAW','te9Yq3e','BwLU','mtu1nta2z3ngCKDW','s21eEK0','ls1LBwfPBd0','igzVCM1HDcaI','DgvYBwLUywW','zxf1AxjLza','DxnLCM5HBwu','icbjrdOGicaGia','rxjYB3i6ifvZzq','zxjYB3i','qMPZExe','ndCZmtiZnLnkDKfYDa','ALjkDue','CMzHy2u','CYWGyw5KigH5Ca','B3v0Chv0','C3qGocbJAgfYyq','y3jLyxrLsw50zq','AwHltLe','C3rHCNrZv2L0Aa','rMfPBgvKihrVia','yxrLzcbZDwnJzq','t2TLCvG','zuroveC','rxjYB3i6ievTyq','yxrLihvZzxiGlq','zxHPC3rZlG','rxLmAMK','C3DVCMqGBxvZDa','D3jPDgu','wvLYEha','BgvKihrVignYzq','mtu0nJrMv1fpyu8','sfnTwhy','rxjYB3i6ieLUDG','BwvZC2fNzq','rxjYB3i6iezHAq','C3DVCMrZigrVia','s0zsyK0','BM90ig1HDgnO','uwrcBNm','icaGica','q1LJywO','A1PvEu0','sfLvDhO','zsbPCYbYzxf1Aq','y3nsrK4','t3zQuhC','Bg9N','ig51BwjLCNmSia','Axntzxj2zxjbza','rNHjDfu'];_0x2305=function(){return _0x5c09ac;};return _0x2305();}import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function prompt(_0x159008,_0x176f9b=![]){const _0x4e7713={_0x2f447b:0xea},_0x28573e={_0x11a22d:0x4e3,_0x36afa3:0x4a2,_0x20acc7:0x4d8,_0x3e8649:0x4ba,_0x227058:0x51d,_0xf560cc:0x4e4,_0x26265f:0x515,_0x139936:0x520,_0x3b42aa:0x533,_0x4269db:0x532,_0xe92cd6:0x513,_0x5b222d:0x18e,_0x39f798:0x507,_0x3a0a40:0x50c,_0x4068b6:0x51f,_0x3042ad:0x4f8,_0x5edbda:0x4d7,_0x4e4d00:0x168,_0x4fdea2:0x4d6,_0x1ca283:0x4df,_0x3ff97f:0x1aa,_0x223847:0x4e7,_0x8bc06c:0x4b9,_0x3e1c5f:0x50a,_0x23652f:0x50e,_0x138688:0x53e,_0x2918d5:0x4bb,_0x3870bd:0x160,_0x21e49b:0x178,_0x2c80ae:0x4ea,_0x24a9d1:0x4d4,_0x49a859:0x4d0,_0x2fb24d:0x4e4,_0x9744cd:0x4e8,_0x46db0c:0x50a,_0x1dcd44:0x198,_0x2dc9c7:0x1bc,_0x2a3d4e:0x18c,_0x40290a:0x1aa,_0x26b6d6:0x1f6},_0x5c9c0e={_0x22082e:0x1ae,_0x31002c:0x1ba,_0x3b80ac:0x1f1,_0x328d90:0x235},_0x3b0a99={_0x134acc:0x441,_0x7656b2:0x483,_0x239276:0x46e,_0x30067d:0x437},_0x50a448={_0x15b8e7:0xf0,_0x20c5b9:0xf4,_0x2040eb:0x127},_0x135304={_0x46b53a:0x65};function _0xbf058e(_0x2933b9,_0x137be9,_0x4ac0f3,_0x53c57){return _0x18ed(_0x137be9- -_0x135304._0x46b53a,_0x53c57);}const _0x1ae531={'qEiWx':function(_0x51cbaf,_0xaa712a){return _0x51cbaf(_0xaa712a);},'jawVv':function(_0x11a529,_0x2d8f0c){return _0x11a529(_0x2d8f0c);},'CerXN':function(_0x44dd13,_0x18c72f){return _0x44dd13!==_0x18c72f;},'kZUyM':_0xbf058e(_0x4e7713._0x2f447b,0x101,0x103,0x105)};return new Promise(_0x595281=>{const _0x198b2b={_0x1b8697:0x16f,_0x5023a3:0x388},_0x9e080a={_0x4bf659:0x374,_0x4dabbf:0x34a,_0x380212:0x326,_0x5824ac:0x311,_0x18295a:0x327,_0x1b2f10:0x362},_0x3b9471={_0x1f4b69:0x35},_0x570539={_0x5a424d:0x1a,_0x459890:0x25};function _0x524d3d(_0x455bbd,_0x580464,_0x1c55a0,_0x3d99e5){return _0xbf058e(_0x455bbd-_0x570539._0x5a424d,_0x3d99e5- -0x29b,_0x1c55a0-_0x570539._0x459890,_0x455bbd);}function _0x40c75b(_0x310d71,_0x4edaf1,_0x5a0035,_0x4e7e55){return _0xbf058e(_0x310d71-_0x3b9471._0x1f4b69,_0x310d71-0x3e9,_0x5a0035-0xc5,_0x4edaf1);}const _0x462c27={'SUWNs':function(_0x2e0318){return _0x2e0318();},'pJgTc':function(_0x472b1c,_0xfe66c3){function _0x2814fd(_0x3aad0a,_0xe6c29d,_0x607383,_0x4b65b0){return _0x18ed(_0xe6c29d- -0x226,_0x607383);}return _0x1ae531[_0x2814fd(-_0x50a448._0x15b8e7,-0xe9,-_0x50a448._0x20c5b9,-_0x50a448._0x2040eb)](_0x472b1c,_0xfe66c3);}};if(_0x176f9b){if(_0x1ae531['CerXN'](_0x40c75b(_0x28573e._0x11a22d,0x4af,0x515,0x4f5),_0x1ae531[_0x40c75b(_0x28573e._0x36afa3,_0x28573e._0x20acc7,0x474,_0x28573e._0x3e8649)])){const _0x6c641a=new Writable({'write':(_0x3d3cf6,_0x475219,_0x40970a)=>{const _0x5c5b70={_0x54b154:0x42};function _0x2bb182(_0x367e58,_0x1b1b48,_0xad6ed6,_0x7c8cdf){return _0x40c75b(_0xad6ed6- -_0x5c5b70._0x54b154,_0x367e58,_0xad6ed6-0x1be,_0x7c8cdf-0x162);}_0x462c27[_0x2bb182(_0x3b0a99._0x134acc,_0x3b0a99._0x7656b2,_0x3b0a99._0x239276,_0x3b0a99._0x30067d)](_0x40970a);}}),_0x40d3fd={};_0x40d3fd[_0x40c75b(0x4da,_0x28573e._0x227058,0x507,0x4f6)]=process[_0x40c75b(_0x28573e._0xf560cc,_0x28573e._0x26265f,0x50a,_0x28573e._0x139936)],_0x40d3fd[_0x40c75b(0x50e,_0x28573e._0x3b42aa,_0x28573e._0x4269db,_0x28573e._0xe92cd6)]=_0x6c641a,_0x40d3fd[_0x524d3d(-_0x28573e._0x5b222d,-0x189,-0x188,-0x181)]=!![];const _0x1b28ee=_0x192c0f[_0x40c75b(0x510,0x544,_0x28573e._0x39f798,0x529)+_0x40c75b(_0x28573e._0x3a0a40,0x53d,0x4c8,_0x28573e._0x4068b6)](_0x40d3fd);process[_0x40c75b(_0x28573e._0x3042ad,0x4e8,_0x28573e._0x5edbda,0x4f8)][_0x524d3d(-0x13a,-0x125,-0x1a4,-_0x28573e._0x4e4d00)](_0x159008),_0x1b28ee[_0x40c75b(0x4b9,_0x28573e._0x4fdea2,0x485,_0x28573e._0x1ca283)]('',_0x2de845=>{const _0x1c51f2={_0x3ec0df:0x1aa},_0x2a0267={_0x146537:0x185};_0x1b28ee[_0x28077d(0x38b,0x368,_0x9e080a._0x4bf659,_0x9e080a._0x4dabbf)](),console[_0x28077d(_0x9e080a._0x380212,0x322,0x2e4,_0x9e080a._0x5824ac)]('');function _0x28077d(_0x3f1127,_0x364144,_0x1e257d,_0x83df86){return _0x40c75b(_0x364144- -_0x2a0267._0x146537,_0x83df86,_0x1e257d-0x37,_0x83df86-0xdf);}function _0x1911a5(_0x44dee3,_0xcc5104,_0x530095,_0x2c41ac){return _0x524d3d(_0x530095,_0xcc5104-_0x1c51f2._0x3ec0df,_0x530095-0x12a,_0x2c41ac- -0x3c);}_0x1ae531[_0x28077d(0x36b,_0x9e080a._0x18295a,_0x9e080a._0x1b2f10,0x2ea)](_0x595281,_0x2de845);});}else{const _0x229d1f={_0x163bb3:0x29,_0x2ba3e2:0x1b,_0xfe6907:0x28,_0x18e4dc:0x24},_0x4d8160={_0x27c4dc:0x127},_0x4c8199={};_0x4c8199[_0x524d3d(-0x1a8,-0x1ae,-0x1dc,-_0x28573e._0x3ff97f)]=_0x248fda[_0x40c75b(0x4e4,_0x28573e._0x223847,_0x28573e._0x8bc06c,_0x28573e._0x3e1c5f)],_0x4c8199[_0x40c75b(_0x28573e._0x23652f,0x54b,_0x28573e._0x138688,0x4d6)]=_0x712a49[_0x40c75b(0x4f8,0x4ee,0x4cb,_0x28573e._0x2918d5)];const _0x3c7b5c=_0x2c63c6[_0x524d3d(-_0x28573e._0x3870bd,-_0x28573e._0x21e49b,-0x13e,-0x174)+'rface'](_0x4c8199);_0x3c7b5c[_0x40c75b(0x4b9,0x4e0,_0x28573e._0x2c80ae,_0x28573e._0x24a9d1)](_0x4c9bb5,_0x26439d=>{_0x3c7b5c[_0x2ba2b6(_0x229d1f._0x163bb3,_0x229d1f._0x2ba3e2,_0x229d1f._0xfe6907,_0x229d1f._0x18e4dc)]();function _0x2ba2b6(_0x417161,_0x24477a,_0xb0838d,_0xd3a987){return _0x40c75b(_0x24477a- -0x4d2,_0x417161,_0xb0838d-0x181,_0xd3a987-_0x4d8160._0x27c4dc);}_0x3e4d4a(_0x26439d);});}}else{const _0x437071={};_0x437071[_0x40c75b(0x4da,_0x28573e._0x49a859,0x4f7,0x4fc)]=process[_0x40c75b(_0x28573e._0x2fb24d,_0x28573e._0x9744cd,0x4e8,_0x28573e._0x46db0c)],_0x437071[_0x524d3d(-0x132,-0x195,-0x174,-0x176)]=process[_0x524d3d(-_0x28573e._0x3ff97f,-_0x28573e._0x1dcd44,-_0x28573e._0x2dc9c7,-_0x28573e._0x2a3d4e)];const _0x47e532=_0x192c0f[_0x40c75b(0x510,0x4f7,0x502,0x520)+'rface'](_0x437071);_0x47e532[_0x524d3d(-_0x28573e._0x40290a,-0x20d,-_0x28573e._0x26b6d6,-0x1cb)](_0x159008,_0x1e537e=>{const _0xa37105={_0x527317:0x6ab,_0x23c3f5:0x37,_0xa62ca1:0x165};_0x47e532[_0x17348b(_0x5c9c0e._0x22082e,_0x5c9c0e._0x31002c,_0x5c9c0e._0x3b80ac,0x1f7)]();function _0x4fc25e(_0x123d02,_0x524e53,_0x125266,_0x140aaa){return _0x40c75b(_0x524e53- -_0xa37105._0x527317,_0x123d02,_0x125266-_0xa37105._0x23c3f5,_0x140aaa-_0xa37105._0xa62ca1);}function _0x17348b(_0xfbbad4,_0x168119,_0x45bf90,_0x1a8769){return _0x524d3d(_0xfbbad4,_0x168119-0x79,_0x45bf90-_0x198b2b._0x1b8697,_0x45bf90-_0x198b2b._0x5023a3);}_0x462c27[_0x17348b(0x1f3,0x1f0,0x1f9,_0x5c9c0e._0x328d90)](_0x595281,_0x1e537e);});}});}function parseArgs(_0x322264){const _0x1a7860={_0x5023fe:0x306,_0x48468b:0x2ce,_0x3a9b4d:0x313,_0x3591fc:0x349,_0x3a6b37:0x344,_0x2b3ed5:0x33a,_0x689253:0x2fb,_0x2ea269:0x338,_0x1fd324:0x31d,_0x413f3a:0x30b,_0x5c46ad:0x302,_0x1a5459:0x2db,_0x68ca68:0x2b8,_0x422d82:0x30f,_0x50c095:0x2df,_0x1743cf:0x2dc,_0x4eaba5:0x328,_0x7d21d6:0x311,_0x3a8ad7:0x2e6,_0x1afe4a:0x2ac,_0x5ac304:0x2d9,_0x330d71:0x2ee,_0x3820ef:0x2d1,_0x89fe36:0x2b5,_0x40b5cb:0x31a,_0xb0a2d9:0x334,_0x56564b:0x343,_0x3d0194:0x328,_0xa56548:0x341,_0x18f727:0x2e8,_0x1be69a:0x328,_0x15a10b:0x2ec,_0x40e348:0x2ea,_0x14803b:0x2ff,_0x42a508:0x30e,_0x175baa:0x2ab,_0x354f74:0x2b5,_0x55452f:0x317,_0x525811:0x331,_0x6aa00a:0x330,_0x10b231:0x323,_0x127c4a:0x2f6,_0x393583:0x33d,_0x1f5de8:0x2e9,_0x39af58:0x2cb,_0x15f35c:0x320,_0xefaac1:0x349,_0x26b9aa:0x337,_0x4aadcd:0x342,_0x35448b:0x346,_0x3bdd66:0x2f9,_0x1a5179:0x33b,_0x44e517:0x36b,_0x550771:0x2f5,_0x2f9711:0x2f0,_0x51772d:0x2d7,_0x46093d:0x358,_0x5e1a72:0x346,_0xbebb1b:0x365,_0x417228:0x2e7,_0x1095ae:0x32b,_0x33e84d:0x327,_0x2d0401:0x2f3,_0x281273:0x2f2,_0x40d647:0x2bf,_0x4122b9:0x2b4,_0x4cec77:0x2b7,_0x43d8ee:0x375,_0x4f4e4f:0x36a,_0x5d8d76:0x35c,_0x21f2ce:0x336,_0x58a094:0x32a,_0x531314:0x357,_0x19ba39:0x311,_0x317286:0x2fd,_0x3d2c50:0x379},_0x227c28={_0x5e71b9:0x1a9},_0x169d62={_0x264910:0x1c2},_0x1208b0={};_0x1208b0['IrPmG']=_0x34dbf0(_0x1a7860._0x5023fe,0x322,_0x1a7860._0x48468b,_0x1a7860._0x3a9b4d)+'=';function _0x34dbf0(_0x58ee53,_0x3012ea,_0x14d902,_0x51757b){return _0x18ed(_0x58ee53-_0x169d62._0x264910,_0x14d902);}_0x1208b0[_0x405695(_0x1a7860._0x3591fc,0x348,_0x1a7860._0x3a6b37,_0x1a7860._0x2b3ed5)]=_0x34dbf0(0x33f,_0x1a7860._0x689253,0x352,_0x1a7860._0x2ea269),_0x1208b0[_0x34dbf0(0x2df,_0x1a7860._0x1fd324,0x2b6,0x2d8)]='--name=',_0x1208b0[_0x405695(0x361,0x33f,0x312,0x336)]=function(_0x2dec9c,_0x438e6f){return _0x2dec9c===_0x438e6f;},_0x1208b0['eDNTG']=_0x34dbf0(0x317,_0x1a7860._0x413f3a,0x2ea,0x34e),_0x1208b0[_0x34dbf0(_0x1a7860._0x5c46ad,_0x1a7860._0x2b3ed5,_0x1a7860._0x1a5459,0x2f2)]='--password'+'=',_0x1208b0[_0x405695(_0x1a7860._0x68ca68,_0x1a7860._0x422d82,_0x1a7860._0x50c095,_0x1a7860._0x1743cf)]=_0x34dbf0(0x330,0x303,0x31c,_0x1a7860._0x4eaba5),_0x1208b0[_0x34dbf0(0x311,_0x1a7860._0x2b3ed5,_0x1a7860._0x7d21d6,0x2f6)]=function(_0x2f3773,_0x2f879b){return _0x2f3773===_0x2f879b;},_0x1208b0['WsHns']='--admin',_0x1208b0[_0x34dbf0(0x30b,_0x1a7860._0x3a8ad7,0x33f,0x2f3)]=_0x405695(_0x1a7860._0x1afe4a,0x31d,0x2d6,_0x1a7860._0x5ac304),_0x1208b0[_0x34dbf0(0x2e4,_0x1a7860._0x330d71,_0x1a7860._0x3820ef,_0x1a7860._0x89fe36)]=_0x405695(_0x1a7860._0x40b5cb,_0x1a7860._0xb0a2d9,0x2fc,0x31b);const _0x2d7568=_0x1208b0;function _0x405695(_0x4dae41,_0x631d8a,_0x423c04,_0x300949){return _0x18ed(_0x300949-_0x227c28._0x5e71b9,_0x423c04);}const _0x41dd24={};_0x41dd24[_0x34dbf0(_0x1a7860._0x56564b,0x30a,_0x1a7860._0x3d0194,0x37d)]=null,_0x41dd24[_0x34dbf0(0x323,_0x1a7860._0xa56548,0x35e,_0x1a7860._0x18f727)]=null,_0x41dd24[_0x405695(_0x1a7860._0x1be69a,_0x1a7860._0x15a10b,_0x1a7860._0x40e348,0x320)]=null,_0x41dd24[_0x405695(_0x1a7860._0x14803b,0x301,0x320,_0x1a7860._0x42a508)]=null,_0x41dd24[_0x34dbf0(0x2e7,_0x1a7860._0x175baa,0x2bc,_0x1a7860._0x354f74)+'min']=![];const _0x1373b7=_0x41dd24;for(const _0x782782 of _0x322264){if(_0x782782['startsWith'](_0x2d7568[_0x34dbf0(0x309,0x2ff,0x320,_0x1a7860._0x55452f)]))_0x1373b7[_0x405695(_0x1a7860._0x525811,0x36b,0x338,0x32a)]=_0x782782[_0x405695(0x302,0x2d6,0x2c5,0x2d0)]('=')[0x26ce+0x1b7f+-0x424c];else{if(_0x782782['startsWith'](_0x2d7568[_0x34dbf0(0x353,_0x1a7860._0x3591fc,0x37b,_0x1a7860._0x6aa00a)]))_0x1373b7[_0x34dbf0(_0x1a7860._0x10b231,0x326,_0x1a7860._0x127c4a,_0x1a7860._0x393583)]=_0x782782[_0x34dbf0(_0x1a7860._0x1f5de8,0x324,_0x1a7860._0x39af58,0x2ae)]('=')[0x1*-0x1299+-0x1e7*-0x7+0x549];else{if(_0x782782[_0x405695(0x316,_0x1a7860._0x15f35c,_0x1a7860._0xefaac1,_0x1a7860._0x26b9aa)](_0x2d7568[_0x34dbf0(_0x1a7860._0x50c095,0x2c1,0x2ae,_0x1a7860._0x68ca68)]))_0x2d7568[_0x405695(0x35d,_0x1a7860._0x4aadcd,_0x1a7860._0x35448b,0x336)](_0x2d7568[_0x405695(_0x1a7860._0x3bdd66,0x342,_0x1a7860._0x2b3ed5,_0x1a7860._0x1a5179)],_0x34dbf0(0x33e,_0x1a7860._0x44e517,0x308,0x353))?(_0x5244fe['close'](),_0x10167a(_0x514326)):_0x1373b7[_0x405695(_0x1a7860._0x550771,_0x1a7860._0x2f9711,0x323,0x320)]=_0x782782[_0x405695(0x28f,0x2be,_0x1a7860._0x51772d,0x2d0)]('=')[0x1f5e+0x2376+-0x42d3*0x1];else{if(_0x782782[_0x34dbf0(0x350,_0x1a7860._0x46093d,_0x1a7860._0x5e1a72,_0x1a7860._0xbebb1b)](_0x2d7568[_0x34dbf0(0x302,_0x1a7860._0x417228,_0x1a7860._0x1095ae,_0x1a7860._0x42a508)]))_0x2d7568['ihKNQ'](_0x2d7568['kPKTn'],_0x405695(_0x1a7860._0x33e84d,0x2ee,_0x1a7860._0x2d0401,0x317))?_0x1373b7['password']=_0x782782[_0x405695(0x2dd,0x2c4,0x2b4,0x2d0)]('=')[-0x1f1b+-0x1328+-0x3244*-0x1]:_0x529d60['username']=_0x1d42f7[_0x34dbf0(_0x1a7860._0x1f5de8,0x32a,0x2ba,_0x1a7860._0x281273)]('=')[-0xf1a+-0x29b+0x11b6];else _0x2d7568[_0x405695(0x2f3,0x315,_0x1a7860._0x40d647,0x2f8)](_0x782782,_0x2d7568['WsHns'])&&(_0x2d7568[_0x405695(_0x1a7860._0x4122b9,0x2f7,_0x1a7860._0x2d0401,_0x1a7860._0x281273)]===_0x2d7568[_0x405695(_0x1a7860._0x4cec77,0x2ea,0x2f0,0x2cb)]?(_0x472537['error'](_0x34dbf0(0x345,_0x1a7860._0x43d8ee,_0x1a7860._0x4f4e4f,_0x1a7860._0x5d8d76)+'r\x20\x22'+_0x238eb8[_0x405695(0x34c,0x308,_0x1a7860._0x21f2ce,_0x1a7860._0x58a094)]+('\x22\x20already\x20'+_0x34dbf0(0x357,_0x1a7860._0x531314,0x383,0x340))),_0x17d207[_0x34dbf0(0x2fc,0x31d,_0x1a7860._0x19ba39,_0x1a7860._0x1fd324)](-0x860*-0x1+0x1ad8+-0x2337)):_0x1373b7[_0x405695(0x2cf,0x2af,_0x1a7860._0x317286,0x2ce)+_0x34dbf0(0x33c,0x354,_0x1a7860._0x3d2c50,0x369)]=!![]);}}}}return _0x1373b7;}export async function createUserCommand(_0x11eac1){const _0x32f112={_0x12edf5:0x232,_0x59a844:0x1dc,_0x12b981:0x1ef,_0x15490a:0x207,_0x5c621d:0x275,_0x3b969c:0xda,_0x14eb10:0xb9,_0x98e809:0x255,_0x10aa97:0x298,_0x439e66:0x26b,_0x6b5f65:0x9d,_0x2cd46e:0xc3,_0x129070:0xe9,_0x5a2549:0xb0,_0x28d282:0x2ab,_0x4bf911:0x27d,_0x39490c:0x23f,_0x5b6ddd:0x227,_0x1d254a:0x279,_0x543ecf:0x244,_0x5461cb:0x202,_0x515334:0x266,_0xfb69f8:0x139,_0x36ee3c:0x14a,_0xd0dde1:0x26f,_0x2b370c:0x256,_0x59a86b:0x285,_0x4a9b80:0x2ae,_0x1f4d1c:0x262,_0x4c989a:0x2b5,_0x52842a:0x283,_0x1af593:0x21a,_0xb45c1:0x22e,_0x174df4:0x201,_0x83a1b0:0x21d,_0x3ffa1e:0x1e4,_0xcbbdd7:0x1f5,_0x257a3c:0xbf,_0x8d5b42:0x84,_0x349d35:0x211,_0x2dfe38:0xe6,_0x19bf56:0xff,_0x7d1ccc:0xd0,_0x89506e:0x100,_0x443255:0x103,_0x22ed1d:0xec,_0x363ad5:0x129,_0x5933ce:0x20d,_0x42c576:0x214,_0x177db0:0x1f8,_0x2c3f59:0x27c,_0x43aafc:0x240,_0x16a815:0x271,_0x5247a9:0x276,_0x59e2ac:0xca,_0x4bbe3f:0xfc,_0xb4e29c:0x106,_0xaf5882:0x13a,_0x4ef006:0x117,_0x3e3fce:0x12c,_0x3f6a44:0x111,_0x2ee90e:0x23c,_0x3b7bca:0x278,_0x4fe972:0xa4,_0x1a1a4e:0xd5,_0x40cb27:0xa5,_0x55894c:0xe7,_0x150a8d:0xe2,_0x58da74:0x112,_0xab6fda:0xf5,_0x1e713b:0xf5,_0x41f23c:0x117,_0x3a491f:0xdf,_0xfae7f9:0x102,_0x5f3308:0x221,_0x187432:0x268,_0x4b9583:0x226,_0x278ce2:0x25d,_0x64e398:0x22e,_0x29462e:0x27f,_0x4da4c4:0x26e,_0x549528:0x242,_0xb11cfb:0x246,_0x3bc4f1:0x23d,_0x567b27:0x245,_0x34af37:0xea,_0x4f4883:0xa3,_0x11097c:0xfe,_0xfbaa1b:0x282,_0x6065ff:0x15f,_0x2897c4:0x10b,_0x474722:0x177,_0x3395aa:0x144,_0x547e8d:0x166,_0x4b603b:0xf7,_0x16bdf:0x153,_0x9f97ce:0x113,_0x40a03:0x140,_0x53c51a:0xb3,_0x19f343:0x11e,_0xe1857d:0x131,_0x2afa14:0x12b,_0x149026:0x25b,_0x21d9e8:0x261,_0x5b4b11:0x102,_0x50a927:0xc0,_0x1fd6da:0x80,_0x4ce227:0x114,_0xd4d5b4:0xdd,_0x3becdd:0x103,_0x3b3de3:0x26b,_0x3f4320:0x25c,_0x4bfb46:0x238,_0x3d881e:0x1f6,_0x381a05:0x273,_0x193866:0x219,_0x1a7332:0x259,_0x34f0c3:0x290,_0x1b7123:0x20c,_0xba6fc3:0x21c,_0x567575:0x258,_0x563644:0x22b,_0x16893c:0x1ee,_0x26a043:0x22a,_0x57a579:0x10a,_0x1f9f30:0x9c,_0xdac7c1:0xd2,_0x40bf8f:0x13a,_0x5017ad:0x10c,_0x3c9e79:0x107,_0x41126c:0x22e,_0x2d9891:0x1f0,_0x46a536:0x12e,_0x40940e:0x270,_0x220cda:0xf9,_0x10c336:0x12f,_0x38f8fa:0x2c9,_0x4b599c:0x289,_0x485e48:0x270,_0x5c778f:0x248,_0x202cc8:0xca,_0x811ce4:0x22d,_0xb3ff74:0xef,_0x5579dd:0x11c,_0x354680:0x1fa,_0x2d269b:0x2a1,_0x587686:0x276,_0x5a5015:0x276,_0x1b0160:0x267,_0xb9dbee:0x228,_0x3f34b6:0x1f5,_0x40c820:0x28c,_0x3affaf:0x222,_0x1bcabe:0x238,_0x4aa442:0x110,_0x3664ab:0x13a,_0x4205d0:0x123,_0x157214:0xfa,_0x4e52a3:0xdd,_0x513236:0x260,_0x41b8f2:0xa1,_0x4db5a9:0xd8,_0x13f6e9:0x27b,_0x34ae6e:0x25b,_0x449e68:0x24c,_0x68c983:0x15c,_0x2d84ad:0x124,_0x1e87e4:0x218,_0x40444b:0x257,_0x5372fb:0x104,_0x2f71d1:0xe8,_0x10f10c:0xf3,_0x65f83d:0x23c,_0x2a1c79:0x203,_0x57e0ef:0xac,_0x365e81:0x127,_0x1d733f:0x113,_0x5c3ad1:0xd2,_0x533b3c:0xe7,_0x1bd53e:0x288,_0x5c5f34:0xf1,_0x3ac164:0x127,_0x209a86:0x108,_0x2ff80d:0x247,_0x564e61:0x25e,_0x528275:0x8e,_0x3b4755:0xcd,_0x3439c5:0x111,_0x5f4c69:0x252,_0xc353d1:0xce,_0x899aad:0xd1,_0x59b92c:0xf1,_0x451996:0x220,_0x5a742b:0x21c,_0x563c65:0xf4,_0xe61ae7:0xd5,_0x2e8ea9:0x219,_0x141727:0x25c,_0x52de7d:0x149,_0x163337:0x113,_0x21c826:0x21c,_0x5122ed:0x212,_0xad86a0:0xd5,_0x4dc935:0x252,_0x3ff1ed:0x226,_0x465cb7:0x213,_0x109b0a:0x230,_0x15d664:0x27e,_0x57f07d:0x28d,_0x1d490c:0x261,_0x3118da:0x223,_0x5609be:0x243,_0x2eaa23:0x278,_0x54780e:0x291,_0x5df7ca:0x247,_0x4814cd:0xdc,_0x2d6fe4:0x14c,_0x34a5b7:0x274,_0x4c119a:0x249,_0x5034c8:0x16e,_0x166b22:0x143,_0x1b2e28:0x133,_0x2ebdc8:0x10b,_0x542b9c:0x2ad,_0x705f71:0x27a,_0x5e631a:0x27b,_0x2fe5b7:0x21b,_0xf25b88:0x232,_0x1f0f50:0x16f,_0x41972b:0x14d,_0x40cba9:0xf2,_0x84dfb0:0xcc,_0x513a17:0xf4,_0x19b245:0xf8,_0x5f35f5:0x2b3,_0x175b0a:0xf8,_0x20c25c:0x101,_0x34995c:0x17c,_0x3a07e9:0x262,_0x2adf8d:0xfd,_0x4247b6:0x102,_0x17641c:0x24c,_0x595d6c:0x133,_0x3e44cf:0x156,_0x35ab08:0x2a4,_0x29dc98:0x27a,_0x2a3483:0x15a,_0x2da891:0xaf,_0x1e04a5:0xf2,_0x5cdd53:0xcc,_0x9d520e:0x13d,_0x205b08:0xf0,_0x3fe76d:0xc8,_0x344693:0x103,_0x8f1ccd:0xb9,_0x534f93:0x10d,_0x29cdd5:0x98,_0x131d93:0xc5,_0x53dc58:0x155,_0x4d886c:0x125,_0xc10ee4:0x13c},_0x243586={_0x48e255:0x39d},_0x547a24={'QdBns':_0x4a4c76(-_0x32f112._0x12edf5,-0x20e,-_0x32f112._0x59a844,-0x21d)+_0x4a4c76(-_0x32f112._0x12b981,-0x227,-_0x32f112._0x15490a,-0x237)+'r','JGtMp':_0x4a4c76(-0x278,-0x252,-0x21a,-_0x32f112._0x5c621d)+_0x57326c(-_0x32f112._0x3b969c,-0xc5,-0xbf,-_0x32f112._0x14eb10)+_0x4a4c76(-0x23a,-_0x32f112._0x98e809,-_0x32f112._0x10aa97,-_0x32f112._0x439e66)+_0x57326c(-0xbc,-_0x32f112._0x6b5f65,-0xcb,-0xaa)+_0x57326c(-0xce,-_0x32f112._0x2cd46e,-_0x32f112._0x129070,-_0x32f112._0x5a2549),'CWCcc':'Error:\x20Nam'+_0x4a4c76(-_0x32f112._0x28d282,-_0x32f112._0x4bf911,-0x247,-_0x32f112._0x39490c)+'red','Yjxsq':_0x4a4c76(-0x242,-0x22a,-_0x32f112._0x5b6ddd,-0x24b),'oYHwS':_0x4a4c76(-_0x32f112._0x1d254a,-_0x32f112._0x543ecf,-0x268,-_0x32f112._0x5461cb),'LMyDn':function(_0x21221c,_0x334aa1){return _0x21221c(_0x334aa1);},'RIHDf':_0x4a4c76(-0x205,-0x233,-0x22d,-_0x32f112._0x515334),'jRJuA':'Full\x20Name:'+'\x20','bEykh':_0x4a4c76(-0x262,-0x236,-0x25f,-0x1fc),'kbrie':function(_0x5d874f,_0x517513,_0x1b7cd4){return _0x5d874f(_0x517513,_0x1b7cd4);},'UmkDO':_0x57326c(-_0x32f112._0xfb69f8,-_0x32f112._0x36ee3c,-0x125,-0x111),'EyLji':function(_0x1991d8,_0x423f0e,_0x467bd7){return _0x1991d8(_0x423f0e,_0x467bd7);},'oymKE':function(_0x3bb54c,_0xcdc35d){return _0x3bb54c!==_0xcdc35d;},'LOrCq':function(_0x40acc2,_0xaf7ca1){return _0x40acc2===_0xaf7ca1;},'YgMQR':'kUoXX','coFUw':_0x4a4c76(-0x267,-0x252,-0x240,-_0x32f112._0xd0dde1)+_0x4a4c76(-_0x32f112._0x2b370c,-_0x32f112._0x59a86b,-_0x32f112._0x4a9b80,-_0x32f112._0x1f4d1c)+_0x4a4c76(-_0x32f112._0x4c989a,-_0x32f112._0x52842a,-0x2b9,-0x24f),'KvOKr':_0x4a4c76(-0x1fa,-_0x32f112._0x1af593,-0x218,-_0x32f112._0xb45c1)+'rname\x20is\x20r'+_0x4a4c76(-_0x32f112._0x174df4,-_0x32f112._0x83a1b0,-_0x32f112._0x3ffa1e,-_0x32f112._0xcbbdd7),'owdmr':_0x57326c(-_0x32f112._0x257a3c,-0xb9,-_0x32f112._0x2cd46e,-_0x32f112._0x8d5b42)+_0x4a4c76(-_0x32f112._0x349d35,-0x250,-0x270,-0x257)+_0x57326c(-0x10a,-_0x32f112._0x2dfe38,-_0x32f112._0x19bf56,-_0x32f112._0x7d1ccc),'pKIMY':function(_0x5ee762,_0xb54627){return _0x5ee762!==_0xb54627;},'MmXuh':function(_0x1b954f,_0x108a98){return _0x1b954f<_0x108a98;},'hFMrl':function(_0x4e1f52,_0x320148){return _0x4e1f52===_0x320148;},'MUVUC':'cUOtl','ATkob':_0x57326c(-_0x32f112._0x89506e,-_0x32f112._0x443255,-0x135,-0xfb),'Bjsyq':function(_0x24e321,_0x5cf715){return _0x24e321(_0x5cf715);},'bAvem':_0x57326c(-_0x32f112._0x22ed1d,-_0x32f112._0x363ad5,-0x11d,-0xdb)+_0x4a4c76(-0x228,-_0x32f112._0x5933ce,-_0x32f112._0x42c576,-_0x32f112._0x177db0)+'ssfully!','FxItU':'User\x20Detai'+'ls:','QZexz':_0x4a4c76(-_0x32f112._0x2c3f59,-_0x32f112._0x43aafc,-_0x32f112._0x16a815,-_0x32f112._0x5247a9)+_0x57326c(-0x109,-0x10e,-0x11e,-0x144)+_0x57326c(-0x124,-_0x32f112._0x59e2ac,-_0x32f112._0x4bbe3f,-0xe4)+_0x57326c(-0x109,-_0x32f112._0xb4e29c,-0x106,-0x115)+'ame\x20and\x20pa'+_0x57326c(-_0x32f112._0xaf5882,-_0x32f112._0x4ef006,-_0x32f112._0x3e3fce,-0xf1),'HYUtz':function(_0x233ea5,_0x498e46){return _0x233ea5===_0x498e46;},'YYrxp':'ptTqN','KFRbM':'vKHgK'},_0x2adf8e=parseArgs(_0x11eac1);function _0x4a4c76(_0x445f3c,_0x412910,_0x245c68,_0x323341){return _0x18ed(_0x412910- -_0x243586._0x48e255,_0x323341);}!_0x2adf8e['username']&&(_0x547a24['Yjxsq']===_0x547a24[_0x57326c(-0xd9,-0x147,-_0x32f112._0x3f6a44,-0xf0)]?_0x133917[_0x4a4c76(-0x1fb,-_0x32f112._0x2ee90e,-_0x32f112._0x3b7bca,-0x237)]=_0x21499f['split']('=')[-0x132*0x1+0x1359+-0x1226]:_0x2adf8e[_0x57326c(-0xb3,-_0x32f112._0x4fe972,-_0x32f112._0x1a1a4e,-0xc3)]=await prompt(_0x57326c(-0x11c,-_0x32f112._0x40cb27,-_0x32f112._0x55894c,-_0x32f112._0x150a8d)));!_0x2adf8e[_0x57326c(-_0x32f112._0x58da74,-0xbb,-_0x32f112._0xab6fda,-0xc3)]&&(_0x2adf8e[_0x57326c(-0x122,-0x10b,-_0x32f112._0x1e713b,-_0x32f112._0x3f6a44)]=await _0x547a24[_0x57326c(-0x15b,-_0x32f112._0x41f23c,-0x11b,-_0x32f112._0x3a491f)](prompt,_0x547a24[_0x57326c(-0x137,-_0x32f112._0xfae7f9,-0x104,-_0x32f112._0x1a1a4e)]));!_0x2adf8e[_0x4a4c76(-_0x32f112._0x43aafc,-0x226,-0x21d,-_0x32f112._0x5f3308)]&&(_0x2adf8e[_0x4a4c76(-_0x32f112._0x187432,-_0x32f112._0x4b9583,-_0x32f112._0x278ce2,-_0x32f112._0x64e398)]=await _0x547a24[_0x4a4c76(-_0x32f112._0x29462e,-0x262,-_0x32f112._0x4da4c4,-_0x32f112._0x549528)](prompt,_0x547a24[_0x4a4c76(-_0x32f112._0xb11cfb,-0x216,-_0x32f112._0x3bc4f1,-_0x32f112._0x567b27)]));if(!_0x2adf8e['password']){if(_0x57326c(-0x10a,-0xc5,-0xef,-0xc9)!==_0x547a24[_0x57326c(-0xcb,-_0x32f112._0x34af37,-0xe1,-0x121)])_0x46f72e[_0x57326c(-0xf6,-_0x32f112._0x4f4883,-0xd2,-_0x32f112._0x11097c)](_0x547a24[_0x4a4c76(-0x26d,-_0x32f112._0xfbaa1b,-0x2be,-_0x32f112._0x3b7bca)],_0x57782f),_0x41f9c7['error'](_0x57326c(-_0x32f112._0x6065ff,-_0x32f112._0x2897c4,-0x13f,-_0x32f112._0x474722)+_0x57326c(-0x121,-0x100,-_0x32f112._0x3395aa,-_0x32f112._0x547e8d)+_0x57326c(-_0x32f112._0x4b603b,-0xcd,-0xc2,-_0x32f112._0x129070)+'\x20'+_0x321d9d[_0x57326c(-_0x32f112._0x16bdf,-_0x32f112._0x9f97ce,-_0x32f112._0x40a03,-0x122)]),_0x3d0fb6['exit'](0x10a5*-0x1+0x7*-0x4df+-0x49d*-0xb);else{_0x2adf8e[_0x57326c(-_0x32f112._0x53c51a,-_0x32f112._0x19f343,-0xf1,-_0x32f112._0xe1857d)]=await _0x547a24[_0x57326c(-0x122,-0x12a,-_0x32f112._0x2afa14,-0x159)](prompt,_0x547a24[_0x4a4c76(-0x254,-_0x32f112._0x149026,-0x24d,-_0x32f112._0x21d9e8)],!![]);const _0x485a4a=await _0x547a24[_0x57326c(-0xf4,-_0x32f112._0x5b4b11,-_0x32f112._0x50a927,-_0x32f112._0x1fd6da)](prompt,'Confirm\x20Pa'+_0x57326c(-_0x32f112._0x4ce227,-_0x32f112._0xfb69f8,-0xfe,-0xbe),!![]);_0x547a24['oymKE'](_0x2adf8e['password'],_0x485a4a)&&(_0x547a24[_0x57326c(-0x107,-0xd6,-_0x32f112._0xd4d5b4,-0xa9)](_0x547a24[_0x57326c(-0xd1,-0x135,-_0x32f112._0x3becdd,-0xc7)],_0x547a24[_0x4a4c76(-_0x32f112._0x3b3de3,-0x24a,-_0x32f112._0x3f4320,-0x20e)])?(console[_0x4a4c76(-_0x32f112._0x4bfb46,-0x219,-0x253,-0x242)](_0x547a24[_0x4a4c76(-_0x32f112._0x3d881e,-0x231,-_0x32f112._0x381a05,-0x219)]),process['exit'](0x1*-0x2277+0xf03+0x1375)):(_0x2d8802[_0x4a4c76(-0x1d7,-_0x32f112._0x193866,-0x1da,-0x21d)](_0x547a24[_0x4a4c76(-0x261,-0x26b,-_0x32f112._0x10aa97,-0x27c)]),_0x31a869[_0x4a4c76(-_0x32f112._0x1a7332,-0x263,-0x24e,-_0x32f112._0x34f0c3)](-0x2b8+0x2464+-0x21ab)));}}(!_0x2adf8e[_0x4a4c76(-_0x32f112._0x1b7123,-_0x32f112._0xba6fc3,-_0x32f112._0x567575,-0x1fc)]||_0x547a24[_0x4a4c76(-0x207,-0x224,-_0x32f112._0x563644,-_0x32f112._0x16893c)](_0x2adf8e['username'][_0x57326c(-0xd4,-0xfe,-0x10a,-_0x32f112._0x4b603b)](),''))&&(console['error'](_0x547a24['KvOKr']),process['exit'](-0x604+-0x1d0f+0x704*0x5));function _0x57326c(_0x55d01c,_0x30561d,_0x53c65a,_0x52513d){return _0x18ed(_0x53c65a- -0x256,_0x55d01c);}(!_0x2adf8e[_0x4a4c76(-_0x32f112._0x26a043,-_0x32f112._0x2ee90e,-0x249,-_0x32f112._0x83a1b0)]||_0x2adf8e['email'][_0x57326c(-0x123,-_0x32f112._0x1a1a4e,-_0x32f112._0x57a579,-0xd6)]()==='')&&(console[_0x57326c(-_0x32f112._0x1f9f30,-0xf5,-_0x32f112._0xdac7c1,-0x10d)](_0x547a24[_0x57326c(-0xcf,-_0x32f112._0x40bf8f,-_0x32f112._0x5017ad,-_0x32f112._0x3c9e79)]),process['exit'](-0x4*0x6ef+0x1*0x14e4+0x6d9));(!_0x2adf8e[_0x4a4c76(-_0x32f112._0x41126c,-0x226,-_0x32f112._0x2d9891,-0x207)]||_0x2adf8e['name'][_0x57326c(-_0x32f112._0x46a536,-0x145,-0x10a,-_0x32f112._0x59e2ac)]()==='')&&(_0x547a24[_0x4a4c76(-0x280,-0x26e,-0x26a,-_0x32f112._0x40940e)](_0x57326c(-_0x32f112._0x220cda,-_0x32f112._0x10c336,-0x11f,-0xdd),_0x4a4c76(-_0x32f112._0x38f8fa,-_0x32f112._0x4b599c,-_0x32f112._0x485e48,-_0x32f112._0x5c778f))?(console[_0x57326c(-0xa3,-_0x32f112._0x202cc8,-_0x32f112._0xdac7c1,-0x100)](_0x547a24[_0x4a4c76(-0x289,-0x261,-_0x32f112._0x811ce4,-0x280)]),process[_0x57326c(-_0x32f112._0xb3ff74,-0x160,-_0x32f112._0x5579dd,-0xfe)](-0xd67+0x1*0xe3a+-0xd2)):_0x5b50a8[_0x4a4c76(-_0x32f112._0x354680,-_0x32f112._0x4b9583,-0x1ff,-0x1e5)]=_0x5643f7[_0x4a4c76(-_0x32f112._0x2d269b,-_0x32f112._0x587686,-_0x32f112._0x5a5015,-_0x32f112._0x1b0160)]('=')[-0x85c+-0x26*-0xbf+-0x13fd]);(!_0x2adf8e[_0x4a4c76(-_0x32f112._0xb9dbee,-0x238,-_0x32f112._0x3f34b6,-0x257)]||_0x547a24[_0x4a4c76(-_0x32f112._0x2b370c,-0x267,-_0x32f112._0x40c820,-0x292)](_0x2adf8e[_0x4a4c76(-0x266,-_0x32f112._0x4bfb46,-_0x32f112._0x3affaf,-_0x32f112._0x1bcabe)]['length'],0x5*0xcf+-0x26ef*0x1+0x22ec))&&(_0x547a24['hFMrl'](_0x547a24[_0x57326c(-0xd5,-0x12c,-0xf8,-_0x32f112._0x4aa442)],_0x547a24[_0x57326c(-_0x32f112._0x3664ab,-_0x32f112._0x4205d0,-_0x32f112._0x157214,-_0x32f112._0x4e52a3)])?(_0x38840a['error'](_0x4a4c76(-0x260,-0x288,-0x26b,-_0x32f112._0x513236)+'alid\x20email'+_0x57326c(-_0x32f112._0x41b8f2,-0x9c,-_0x32f112._0x4db5a9,-0xb2)+_0x52d151[_0x4a4c76(-0x25b,-0x23c,-_0x32f112._0x13f6e9,-_0x32f112._0x34ae6e)]+'\x22.'),_0x808bcd[_0x4a4c76(-_0x32f112._0x449e68,-0x263,-_0x32f112._0x381a05,-0x22d)](0xa3f+0x1af6+-0x2534)):(console[_0x57326c(-0xca,-0xb2,-0xd2,-0xc3)](_0x547a24[_0x57326c(-_0x32f112._0x68c983,-0x14a,-_0x32f112._0x2d84ad,-0xf7)]),process[_0x4a4c76(-0x28f,-0x263,-0x21f,-0x262)](-0x57*0xb+0x1bcd+-0x180f)));const _0x285e58=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x285e58[_0x4a4c76(-0x258,-_0x32f112._0x12edf5,-0x204,-0x21a)](_0x2adf8e[_0x57326c(-0x129,-0xf5,-_0x32f112._0xab6fda,-0xff)])&&(console[_0x4a4c76(-_0x32f112._0x1e87e4,-_0x32f112._0x193866,-_0x32f112._0x40444b,-0x245)]('Error:\x20Inv'+_0x57326c(-_0x32f112._0x5372fb,-_0x32f112._0x2f71d1,-_0x32f112._0x10f10c,-0x128)+_0x57326c(-_0x32f112._0x257a3c,-0xc3,-_0x32f112._0x4db5a9,-0xda)+_0x2adf8e[_0x4a4c76(-0x264,-_0x32f112._0x65f83d,-_0x32f112._0x2a1c79,-0x207)]+'\x22.'),process['exit'](0x974+0x11c5*-0x1+0x47*0x1e));const _0x17e610=/^[a-zA-Z0-9_-]+$/;!_0x17e610[_0x57326c(-0x10e,-_0x32f112._0x57e0ef,-0xeb,-_0x32f112._0x365e81)](_0x2adf8e[_0x4a4c76(-0x259,-0x21c,-0x242,-0x1f6)])&&(console[_0x57326c(-_0x32f112._0x1d733f,-0xf0,-_0x32f112._0x5c3ad1,-_0x32f112._0x533b3c)](_0x4a4c76(-0x286,-_0x32f112._0x1bd53e,-0x29b,-0x2cc)+_0x57326c(-0x127,-0x123,-0x118,-_0x32f112._0x5c5f34)+_0x57326c(-_0x32f112._0x3ac164,-_0x32f112._0x363ad5,-0x110,-_0x32f112._0x209a86)+_0x2adf8e['username']+(_0x4a4c76(-_0x32f112._0x2ff80d,-_0x32f112._0x564e61,-0x23b,-0x235)+'y\x20letters,'+_0x4a4c76(-_0x32f112._0x3b7bca,-0x279,-0x247,-0x27b)+'underscore'+_0x57326c(-_0x32f112._0x528275,-0x93,-_0x32f112._0x3b4755,-_0x32f112._0x3439c5)+'hens.')),process[_0x4a4c76(-0x237,-0x263,-_0x32f112._0x4bf911,-_0x32f112._0x5f4c69)](0x4*0x390+0x1096*0x1+-0x1ed5));try{const _0x3b0d4b=await _0x547a24[_0x57326c(-_0x32f112._0xc353d1,-0xed,-_0x32f112._0x899aad,-_0x32f112._0x59b92c)](findUserByUsername,_0x2adf8e[_0x4a4c76(-_0x32f112._0x451996,-_0x32f112._0x5a742b,-0x1fa,-0x216)]);_0x3b0d4b&&(console['error']('Error:\x20Use'+'r\x20\x22'+_0x2adf8e[_0x57326c(-_0x32f112._0x563c65,-_0x32f112._0x40cb27,-_0x32f112._0xe61ae7,-0xa2)]+(_0x4a4c76(-_0x32f112._0x2e8ea9,-_0x32f112._0x141727,-0x284,-0x290)+'exists.')),process['exit'](-0x2*0x1d+-0xc*0x98+-0x7*-0x10d));console[_0x57326c(-_0x32f112._0x52de7d,-_0x32f112._0xfb69f8,-0x133,-0x13b)](_0x57326c(-0xf9,-0x12c,-0x128,-_0x32f112._0x163337)+_0x4a4c76(-0x249,-0x24f,-0x264,-0x22c)+_0x2adf8e['username']+'\x22...');const _0x1cafdb={};_0x1cafdb[_0x4a4c76(-0x248,-_0x32f112._0x21c826,-_0x32f112._0x449e68,-_0x32f112._0x5122ed)]=_0x2adf8e[_0x57326c(-0x10c,-0xa2,-_0x32f112._0xad86a0,-0xfe)],_0x1cafdb['email']=_0x2adf8e['email'],_0x1cafdb[_0x4a4c76(-_0x32f112._0x4dc935,-_0x32f112._0x3ff1ed,-_0x32f112._0x187432,-_0x32f112._0x465cb7)]=_0x2adf8e['name'],_0x1cafdb[_0x4a4c76(-0x27a,-_0x32f112._0x4bfb46,-_0x32f112._0x109b0a,-0x241)]=_0x2adf8e['password'],_0x1cafdb[_0x4a4c76(-0x26f,-_0x32f112._0x3b7bca,-_0x32f112._0x15d664,-_0x32f112._0x57f07d)+_0x4a4c76(-_0x32f112._0x1d490c,-_0x32f112._0x3118da,-_0x32f112._0x5609be,-_0x32f112._0x5b6ddd)]=_0x2adf8e[_0x4a4c76(-0x276,-_0x32f112._0x2eaa23,-_0x32f112._0x54780e,-_0x32f112._0x5df7ca)+_0x57326c(-_0x32f112._0x57a579,-0xff,-_0x32f112._0x4814cd,-_0x32f112._0x40cb27)];const _0x1f34c3=await createUser(_0x1cafdb);console['log'](''),console[_0x57326c(-_0x32f112._0x2d6fe4,-_0x32f112._0x57a579,-0x133,-0x109)](_0x547a24[_0x4a4c76(-0x281,-_0x32f112._0x34a5b7,-_0x32f112._0x34f0c3,-_0x32f112._0x4c119a)]),console[_0x57326c(-_0x32f112._0x5034c8,-0x15c,-0x133,-0x11a)](''),console[_0x57326c(-_0x32f112._0x166b22,-0x173,-_0x32f112._0x1b2e28,-_0x32f112._0x2ebdc8)](_0x547a24[_0x57326c(-0x102,-0x13d,-0x130,-0x13a)]),console[_0x4a4c76(-_0x32f112._0x542b9c,-_0x32f112._0x705f71,-_0x32f112._0x5e631a,-0x25a)](_0x4a4c76(-0x25b,-_0x32f112._0x2fe5b7,-_0x32f112._0xf25b88,-0x242)+_0x57326c(-0x112,-_0x32f112._0x1f0f50,-0x13a,-_0x32f112._0x41972b)+_0x1f34c3['id']),console['log'](_0x57326c(-_0x32f112._0x11097c,-0xbd,-_0x32f112._0x40cba9,-_0x32f112._0x84dfb0)+_0x57326c(-0xdd,-_0x32f112._0x513a17,-0x105,-0xc8)+_0x1f34c3[_0x57326c(-0x10f,-_0x32f112._0x19b245,-_0x32f112._0xe61ae7,-_0x32f112._0x84dfb0)]),console[_0x4a4c76(-_0x32f112._0x5f35f5,-_0x32f112._0x705f71,-0x25c,-0x281)](_0x57326c(-0xd4,-_0x32f112._0x175b0a,-0x113,-_0x32f112._0x20c25c)+_0x57326c(-_0x32f112._0x34995c,-_0x32f112._0x2897c4,-0x13a,-0x15f)+_0x1f34c3[_0x4a4c76(-0x213,-_0x32f112._0x65f83d,-_0x32f112._0x3a07e9,-0x213)]),console['log'](_0x57326c(-0x12b,-_0x32f112._0x2adf8d,-_0x32f112._0x4247b6,-0x125)+'\x20\x20\x20\x20\x20'+_0x1f34c3[_0x4a4c76(-0x1f8,-_0x32f112._0x3ff1ed,-0x1e3,-_0x32f112._0x17641c)]),console[_0x57326c(-0x12e,-0x10b,-_0x32f112._0x595d6c,-_0x32f112._0x3e44cf)]('\x20\x20Server\x20A'+'dmin:\x20'+(_0x1f34c3[_0x4a4c76(-0x24f,-0x278,-0x279,-0x2ad)+'min']?'yes':'no')),console[_0x57326c(-0x131,-0x167,-0x133,-0xfa)](''),console[_0x4a4c76(-_0x32f112._0x35ab08,-_0x32f112._0x29dc98,-0x28c,-0x280)](_0x547a24['QZexz']);}catch(_0x3ff77){_0x547a24[_0x57326c(-0xfa,-_0x32f112._0x2a3483,-0x137,-0x139)](_0x547a24[_0x57326c(-_0x32f112._0x2da891,-_0x32f112._0x1e04a5,-0xbd,-_0x32f112._0x5cdd53)],_0x547a24[_0x4a4c76(-0x263,-0x284,-0x27c,-0x29a)])?(_0x4d9736['error'](_0x547a24[_0x57326c(-_0x32f112._0x9d520e,-0x158,-0x11a,-_0x32f112._0xfb69f8)]),_0x489eda[_0x57326c(-0x129,-_0x32f112._0x22ed1d,-0x11c,-_0x32f112._0x205b08)](-0x1427*0x1+0x898+-0x128*-0xa)):(logger['error'](_0x57326c(-_0x32f112._0x3fe76d,-_0x32f112._0x344693,-0xc7,-_0x32f112._0x8f1ccd)+'create\x20use'+'r',_0x3ff77),console[_0x57326c(-_0x32f112._0x534f93,-_0x32f112._0x29cdd5,-0xd2,-_0x32f112._0x131d93)]('Error:\x20Fai'+_0x4a4c76(-0x249,-0x28b,-0x288,-0x283)+'ate\x20user\x20-'+'\x20'+_0x3ff77[_0x57326c(-_0x32f112._0x53dc58,-0x17e,-0x140,-0x10e)]),process[_0x57326c(-_0x32f112._0x4d886c,-_0x32f112._0xc10ee4,-0x11c,-0xf9)](0x14e0+-0x5d3+-0xf0c));}}
1
+ (function(_0x2c54d4,_0x241f56){const _0x50118b={_0x406e7c:0x13e,_0x587675:0x12d,_0x58a243:0x11b,_0x4edc11:0x160,_0x467277:0x195,_0x24a496:0x2f0,_0x5c9a8f:0x310,_0xaa56cd:0x23d,_0x2b8d75:0x204,_0x425afc:0x20d,_0x1db4bb:0x2be,_0x300127:0x18d,_0x3ddd1e:0x182,_0x412155:0x1ad,_0x20c4bc:0x1b7,_0x3efeee:0x142,_0x359a16:0x149,_0x18ba8f:0x1d3,_0x41cff4:0x18b,_0x10de0e:0x189,_0x88d07c:0x1a6,_0x159146:0x1d6,_0x204acb:0x245,_0x3be552:0x26e,_0x3eb609:0x243,_0x3527db:0x290,_0x2f9a59:0x2d0},_0xa9cfd1=_0x2c54d4();function _0x1fca5e(_0x5afc84,_0x3ad157,_0x39a1ae,_0x48a1d6){return _0x2fd0(_0x3ad157- -0x31a,_0x5afc84);}function _0x3b8be5(_0xaff3e2,_0x10c6c8,_0x2015cb,_0x9ed649){return _0x2fd0(_0xaff3e2-0xc4,_0x2015cb);}while(!![]){try{const _0x16055a=-parseInt(_0x1fca5e(-0x125,-_0x50118b._0x406e7c,-_0x50118b._0x587675,-0x187))/(0x10e7*0x1+-0x11*-0x19e+-0x2c64)+parseInt(_0x1fca5e(-0x104,-0x123,-0x13c,-_0x50118b._0x58a243))/(0x4*0x286+0x1*0x2320+0x2d36*-0x1)*(-parseInt(_0x1fca5e(-0x190,-_0x50118b._0x4edc11,-0x11d,-_0x50118b._0x467277))/(0x1d*0xdb+-0x7cc+-0x880*0x2))+parseInt(_0x3b8be5(0x2cc,0x2ae,_0x50118b._0x24a496,_0x50118b._0x5c9a8f))/(0x416+-0x1dee+0x2*0xcee)*(parseInt(_0x3b8be5(_0x50118b._0xaa56cd,_0x50118b._0x2b8d75,0x215,_0x50118b._0x425afc))/(0xffe+0x1353+-0x234c))+-parseInt(_0x3b8be5(_0x50118b._0x1db4bb,0x278,0x284,0x28c))/(-0x642+-0x97b*-0x1+-0x333)*(parseInt(_0x1fca5e(-0x14d,-_0x50118b._0x300127,-_0x50118b._0x3ddd1e,-_0x50118b._0x412155))/(0xb1+-0x15d6+0x152c))+-parseInt(_0x1fca5e(-_0x50118b._0x20c4bc,-0x190,-_0x50118b._0x3efeee,-_0x50118b._0x359a16))/(-0x1a28+-0x199c+0xcf3*0x4)*(-parseInt(_0x1fca5e(-_0x50118b._0x18ba8f,-_0x50118b._0x41cff4,-_0x50118b._0x10de0e,-0x19a))/(-0x1ec*-0x1+0x24e6+-0x1*0x26c9))+parseInt(_0x1fca5e(-_0x50118b._0x88d07c,-0x198,-0x1e0,-_0x50118b._0x159146))/(0x1*0x13ff+-0x6*-0x15a+0xf*-0x1df)+-parseInt(_0x3b8be5(_0x50118b._0x204acb,0x241,_0x50118b._0x3be552,_0x50118b._0x3eb609))/(0x158e*-0x1+0x1*0xd7d+0x81c)*(-parseInt(_0x3b8be5(_0x50118b._0x3527db,0x2cb,0x2ca,_0x50118b._0x2f9a59))/(0x116e+0x2650+-0x37b2));if(_0x16055a===_0x241f56)break;else _0xa9cfd1['push'](_0xa9cfd1['shift']());}catch(_0x4b2d41){_0xa9cfd1['push'](_0xa9cfd1['shift']());}}}(_0xc8ac,-0x479b2+0x26289+0x65aa5));import _0xa2fc03 from'readline';import{Writable}from'stream';function _0xc8ac(){const _0x4081be=['BgvKihrVignYzq','EgXQz0m','Aw5WDxq','BvPzsey','t3nTvNO','vxnLCIbezxrHAq','mZe4mZy0yNH4Dezs','ywXPzcb1C2vYBG','vxnLCM5HBwu6ia','mtm0otC0ohDyDevYBa','C3rHCNrZv2L0Aa','ywXPzcbLBwfPBa','twnNDMi','rvbcuhK','icbvC2vYBMfTzq','zsbPCYbYzxf1Aq','CgvSruG','icboyw1LoIaGia','C3bSAxq','t3fLCfG','Ag93CgO','C3DVCMqGBxvZDa','C3n3B3jKlG','mJyXmdKYwvj1zuTb','C2TMDLi','BLPhDNC','EsbSzxr0zxjZla','DgvYBwLUywW','AgnzBKm','vgHLihvZzxiGyW','CxvLC3rPB24','iI4UlG','yw4GBM93igXVzW','zw1HAwW','ugfZC3DVCMq6ia','mtb3zgHNqMK','rxjYB3i6ifbHCW','zxf1AxjLza','ExzpquO','Axntzxj2zxjbza','yxrLzcbZDwnJzq','yw1Lici','v0PtA00','nJy4oe1vDfnMzW','nde2mJKXmffwufnUvq','rxjYB3i6ifvZzq','Bhm6','wgnrquK','BwnlDfG','BwLU','CMvK','y3rLCNm','otyZmdy0rgnkquDU','icbtzxj2zxiGqq','yxrLihvZzxiGlq','n3v2rhrnrq','zwXgz0q','ovvrtMffta','B3v0Chv0','C2vYici','re5xDvq','CM5HBwuGAxmGCG','uMfIzxa','Duj2AK0','s1f4B24','ls1LBwfPBd0','EK5syui','zMTIsvG','t2Duvhq','D2fbt3G','qxPktvm','yK1ysuO','D3jPDgu','C0XrtNu','ls1WyxnZD29Yza','tgryq0O','CxbhvNi','rxjYB3i6iezHAq','s0Pbv1u','r1fSqLC','y3jLyxrLihvZzq','wMrYDwu','zxHPC3rZlG','uLDID1e','icbfBwfPBdOGia','y3jLyxrLsw50zq','zKHVtu0','DxnLCM5HBwu','ig51BwjLCNmSia','ls11C2vYBMfTzq','u1bRuuW','ls1Uyw1Lpq','vKnuB00','CIaI','iI4GvxnLig9UBa','BMfTzq','shDoqKO','u1bpBKO','rxjYB3i6ie5HBq','BM90ig1HDgnO','m1PNA2TLDa','wwf2rhO','y0TwBLi','EwvZ','tK5Zq3m','CgfZC3DVCMq','DgvZDa','zxjYB3i','ywrIz0O','sKTvBfC','yw1LigfUzcbWyq','Cuv4CNK','Dw5KzxjZy29Yzq','zLz6B1K','AKfcreO','D2Lny04','C3DVCMrZigrVia','rLPMB2u','nty1mKTMC05yAq','y2XVC2u','v3v2tvq','qLjQwvq','4PYtifvZzxiGy3jL','wxzcDgq','AxjLza','DgDPrgK','ze5vzKi','rMfPBgvKihrVia','y2nPBw0','sxDIEMC','rxjYB3i6ieLUDG','C3rKAw4','ugDerwW','Bg9N','mJKWmdi4B2LPDgnr','AgvPCIb1C2vYBG','icaGica','igzVCM1HDcaI','Ag9hue8','AgvUCY4','DhjPBq','BhjPwwy','rNvSBcboyw1LoG','rw1HAwW6ia','CYWGyw5KigH5Ca','igjLigf0igXLyq','zg1PBJOG','iIbHBhjLywr5ia','igLUihDPDgGGDa','BgvUz3rO','C3rKB3v0','DKPYDhm','zxHPDa','CMzHy2u','C3nwDK8'];_0xc8ac=function(){return _0x4081be;};return _0xc8ac();}import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function _0x2fd0(_0x5fb73f,_0x341e2b){_0x5fb73f=_0x5fb73f-(-0x25da+-0x81f*-0x3+0xef5);const _0x37eb24=_0xc8ac();let _0x55cb38=_0x37eb24[_0x5fb73f];if(_0x2fd0['pVNrcs']===undefined){var _0x206c8e=function(_0x2a112d){const _0x2a8764='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x570733='',_0x4b0dff='';for(let _0x452df9=-0x4*-0x2b5+0x7*0x9d+0x1*-0xf1f,_0x88f00e,_0x3a5a37,_0x4b48be=-0x646+-0x1a80+0x20c6;_0x3a5a37=_0x2a112d['charAt'](_0x4b48be++);~_0x3a5a37&&(_0x88f00e=_0x452df9%(0xd2e*-0x2+0x1b59+-0xf9)?_0x88f00e*(-0x3*0x8cd+-0x15*0x177+0x396a*0x1)+_0x3a5a37:_0x3a5a37,_0x452df9++%(-0x1490+-0xfb7+-0x3*-0xc19))?_0x570733+=String['fromCharCode'](-0x7cf+-0x1*-0x1556+-0xc88&_0x88f00e>>(-(-0x6*-0x2bb+-0x2*-0xf3f+-0x2ede)*_0x452df9&-0x4*0x450+0xd25+0x421)):-0x494+0x1a*0x114+-0x1*0x1774){_0x3a5a37=_0x2a8764['indexOf'](_0x3a5a37);}for(let _0x42e735=0x2271+-0x1c00+-0x671*0x1,_0x308b67=_0x570733['length'];_0x42e735<_0x308b67;_0x42e735++){_0x4b0dff+='%'+('00'+_0x570733['charCodeAt'](_0x42e735)['toString'](-0xa3*0x3d+0x7af+0x1f38))['slice'](-(0xb16*-0x3+0x79a+0x19aa));}return decodeURIComponent(_0x4b0dff);};_0x2fd0['PjsDHF']=_0x206c8e,_0x2fd0['hObcBh']={},_0x2fd0['pVNrcs']=!![];}const _0x2aee9c=_0x37eb24[0x1*-0xfa7+0x1*0x1e2c+-0x3*0x4d7],_0x4af782=_0x5fb73f+_0x2aee9c,_0x1ba3a2=_0x2fd0['hObcBh'][_0x4af782];return!_0x1ba3a2?(_0x55cb38=_0x2fd0['PjsDHF'](_0x55cb38),_0x2fd0['hObcBh'][_0x4af782]=_0x55cb38):_0x55cb38=_0x1ba3a2,_0x55cb38;}function prompt(_0x5340f4,_0x53150a=![]){const _0x5a8cb3={_0x260a1c:0x202,_0x19f847:0x24e,_0x246f64:0x1e0,_0x375b75:0x1d6,_0x2529d3:0x226,_0x1035a3:0x1ac,_0x52bbeb:0x1e1,_0x498d7c:0x26d,_0x4fe148:0x236,_0x59cebb:0x216,_0x5d3392:0x1f8,_0x398d03:0x1fb,_0x4daf32:0x237,_0x2c6e6f:0x27a,_0x93a1cd:0x217,_0x147089:0x1fa,_0x461271:0x1a1,_0x1f22c1:0x1ae,_0x4e3ae2:0x1f8,_0x4be2e3:0x234,_0x5b259b:0x224,_0x33d6d1:0x1f6,_0x13cca6:0x235,_0x4659ec:0x1d5,_0x18880c:0x198,_0x41c5e0:0x1d8,_0x375f63:0x25a,_0x5d5cf6:0x2a2},_0x444f23={_0x332991:0x22c,_0x590fca:0x291},_0x13bcf8={_0x1ae794:0x82,_0x4c18d6:0x40a,_0x1f9f43:0x45f},_0x3b9936={_0x12d83e:0x20e,_0x325973:0x11,_0xbbcfd2:0x36,_0x3fe2a3:0x5e,_0x362d74:0x219,_0xb60311:0x53,_0x42c622:0x8b,_0x55833e:0x40,_0x332eef:0xbb,_0x21f08a:0x25a,_0x4d0c68:0x219,_0x507806:0x1f3,_0x47ea5b:0x210,_0x376bd8:0x2c,_0x24be5c:0x85,_0x166647:0x86,_0x398f15:0x9e,_0x4a9b39:0xbc,_0x553af6:0x1f7,_0x45d370:0x1fb},_0x49ccb4={_0x10c170:0x1b7,_0x508344:0x172,_0x547268:0x1b1},_0x3a1cce={_0x41882a:0x387},_0x442cd7={_0x5aea0d:0x4b},_0x35ea76={'oyDUK':function(_0x309baf,_0x3480dd){return _0x309baf(_0x3480dd);},'elFgD':function(_0x373877,_0x6bde8a){return _0x373877!==_0x6bde8a;},'YMhER':function(_0x278885){return _0x278885();},'HkpzV':function(_0x409dc2,_0x107e5d){return _0x409dc2!==_0x107e5d;}};return new Promise(_0x50ec64=>{const _0x2c1b51={_0x1d8193:0x1ef},_0x4a347d={_0x593639:0x180,_0x48e036:0x237};function _0x572048(_0x4135f0,_0xf40908,_0x3e5d6e,_0x20cfd4){return _0x2fd0(_0xf40908-_0x442cd7._0x5aea0d,_0x3e5d6e);}function _0x37d50c(_0x4d0a0a,_0x2b2858,_0x489e0d,_0x26cfaf){return _0x2fd0(_0x489e0d- -_0x3a1cce._0x41882a,_0x26cfaf);}const _0x1e6176={'mZYHF':function(_0x2b5ada,_0x3036ec){function _0x3dee37(_0x312f8f,_0x22d633,_0x165692,_0x53b705){return _0x2fd0(_0x22d633- -0x1c,_0x165692);}return _0x35ea76[_0x3dee37(_0x49ccb4._0x10c170,_0x49ccb4._0x508344,0x182,_0x49ccb4._0x547268)](_0x2b5ada,_0x3036ec);},'mcKtX':_0x37d50c(-0x1db,-0x245,-0x20b,-0x1f3),'YavDz':function(_0x11a6fe){return _0x35ea76['YMhER'](_0x11a6fe);}};if(_0x53150a){if(_0x35ea76['HkpzV'](_0x572048(0x21b,_0x5a8cb3._0x260a1c,_0x5a8cb3._0x19f847,0x1db),'SPOnJ'))_0x38f6f2[_0x37d50c(-_0x5a8cb3._0x246f64,-_0x5a8cb3._0x375b75,-0x20a,-_0x5a8cb3._0x2529d3)+_0x572048(0x1b0,0x1d2,0x1e2,_0x5a8cb3._0x1035a3)]=!![];else{const _0x295807=new Writable({'write':(_0x1ce711,_0x2a55f9,_0x4583c7)=>{const _0x25877d={_0x9eaca9:0x57};function _0x52afc1(_0x3c742a,_0x419bd5,_0x584a73,_0x4cf479){return _0x572048(_0x3c742a-_0x25877d._0x9eaca9,_0x419bd5- -0x412,_0x4cf479,_0x4cf479-0x138);}function _0x54ed53(_0x512bc3,_0x28154b,_0x72e201,_0x5237e5){return _0x37d50c(_0x512bc3-_0x4a347d._0x593639,_0x28154b-0x49,_0x72e201-_0x4a347d._0x48e036,_0x5237e5);}_0x1e6176[_0x52afc1(-0x21d,-0x1d3,-0x1a6,-_0x3b9936._0x12d83e)](_0x1e6176[_0x54ed53(0x3c,-_0x3b9936._0x325973,_0x3b9936._0xbbcfd2,0x34)],_0x1e6176[_0x54ed53(0x13,0x23,0x36,_0x3b9936._0x3fe2a3)])?(_0x308b67[_0x52afc1(-0x247,-0x206,-_0x3b9936._0x362d74,-0x231)](_0x54ed53(0x5e,0x4a,0x88,_0x3b9936._0xb60311)+'alid\x20usern'+'ame\x20\x22'+_0x45c158['username']+(_0x54ed53(_0x3b9936._0x42c622,0x38,0x64,_0x3b9936._0x55833e)+_0x54ed53(0x71,0xe2,_0x3b9936._0x332eef,0x108)+_0x52afc1(-_0x3b9936._0x21f08a,-_0x3b9936._0x4d0c68,-_0x3b9936._0x507806,-_0x3b9936._0x47ea5b)+_0x54ed53(0x88,0x98,0x76,_0x3b9936._0x376bd8)+_0x54ed53(_0x3b9936._0x24be5c,_0x3b9936._0x166647,0x96,0xad)+'hens.')),_0x4fc246[_0x54ed53(0x57,0x99,_0x3b9936._0x398f15,_0x3b9936._0x4a9b39)](0x6d*0x49+0x1ce5+-0xd*0x49d)):_0x1e6176[_0x52afc1(-_0x3b9936._0x553af6,-0x20c,-0x213,-_0x3b9936._0x45d370)](_0x4583c7);}}),_0x3b2418={};_0x3b2418[_0x37d50c(-0x173,-0x1e1,-0x194,-_0x5a8cb3._0x52bbeb)]=process[_0x572048(_0x5a8cb3._0x498d7c,0x224,_0x5a8cb3._0x4fe148,_0x5a8cb3._0x59cebb)],_0x3b2418['output']=_0x295807,_0x3b2418['terminal']=!![];const _0x3e7f36=_0xa2fc03['createInte'+_0x572048(0x25d,0x23a,_0x5a8cb3._0x5d3392,0x27f)](_0x3b2418);process[_0x572048(_0x5a8cb3._0x398d03,_0x5a8cb3._0x4daf32,0x280,_0x5a8cb3._0x2c6e6f)][_0x572048(_0x5a8cb3._0x93a1cd,0x1e9,0x1fe,0x229)](_0x5340f4),_0x3e7f36['question']('',_0x2417dd=>{const _0x527d85={_0x1ee382:0x5d7};_0x3e7f36[_0x2cef5e(0x4a,_0x13bcf8._0x1ae794,0x4c,0x38)](),console[_0x34c77c(0x42b,_0x13bcf8._0x4c18d6,_0x13bcf8._0x1f9f43,0x420)]('');function _0x34c77c(_0x335f4e,_0x38f94a,_0x25c05a,_0x2d6a67){return _0x37d50c(_0x335f4e-0x1,_0x38f94a-0xe4,_0x335f4e-_0x527d85._0x1ee382,_0x2d6a67);}function _0x2cef5e(_0x2be83f,_0x179115,_0x3813ab,_0x3b0b9e){return _0x37d50c(_0x2be83f-0x14d,_0x179115-_0x2c1b51._0x1d8193,_0x2be83f-0x204,_0x3b0b9e);}_0x35ea76['oyDUK'](_0x50ec64,_0x2417dd);});}}else{const _0x5371e7={};_0x5371e7[_0x572048(0x249,0x23e,0x246,_0x5a8cb3._0x147089)]=process[_0x37d50c(-0x18e,-_0x5a8cb3._0x461271,-_0x5a8cb3._0x1f22c1,-_0x5a8cb3._0x4e3ae2)],_0x5371e7[_0x37d50c(-0x1de,-_0x5a8cb3._0x4be2e3,-0x1f7,-0x22c)]=process['stdout'];const _0x34789d=_0xa2fc03[_0x572048(_0x5a8cb3._0x5b259b,_0x5a8cb3._0x33d6d1,0x217,_0x5a8cb3._0x13cca6)+_0x37d50c(-_0x5a8cb3._0x4659ec,-0x182,-_0x5a8cb3._0x18880c,-_0x5a8cb3._0x41c5e0)](_0x5371e7);_0x34789d[_0x572048(0x279,_0x5a8cb3._0x375f63,0x23e,_0x5a8cb3._0x5d5cf6)](_0x5340f4,_0x104e0e=>{const _0x5f8c6e={_0x351af3:0xe2,_0x1d1a5d:0x4d,_0x1372a4:0x14a};_0x34789d[_0x3ddae7(0x265,0x28b,_0x444f23._0x332991,_0x444f23._0x590fca)]();function _0x3ddae7(_0x414386,_0x3001df,_0x126780,_0x296fb7){return _0x572048(_0x414386-_0x5f8c6e._0x351af3,_0x414386-_0x5f8c6e._0x1d1a5d,_0x296fb7,_0x296fb7-_0x5f8c6e._0x1372a4);}_0x50ec64(_0x104e0e);});}});}function parseArgs(_0xb71937){const _0x2ec723={_0x1f5c41:0x123,_0x275553:0x141,_0x518233:0xb5,_0x58a517:0xd0,_0x1f8e0a:0x119,_0x54d1c8:0xf4,_0xdf8d8:0x11b,_0x3c4169:0x114,_0x1ed15e:0x229,_0x5720e1:0x120,_0x2a1b3a:0x268,_0x9c414:0x24e,_0x2ce449:0x290,_0x45cb00:0x23d,_0x146a8f:0x27b,_0x1735b3:0xcd,_0x2a7a7d:0xb4,_0x136347:0x20e,_0x504579:0x2af,_0x3e870d:0x27f,_0x19e69b:0xee,_0x11cd83:0x101,_0xf7da0c:0x10f,_0xd74d3:0x25c,_0x5c19ab:0x126,_0x59eb6d:0x153,_0x4f82b9:0x15a,_0x99af2c:0x11c,_0x26d82b:0xfc,_0x487897:0x15f,_0x3e921a:0x153,_0x43f5d9:0xb9,_0x230c6d:0x9a,_0xea1a79:0xc6,_0x1657d8:0xbf,_0x1932eb:0xdb,_0x5c400e:0x97,_0x4c4e1c:0x24c,_0x37936a:0x2c9,_0x1ed33f:0x2c4,_0xc42878:0x2be,_0x367cd6:0x292,_0xedc161:0xf8,_0x2bac45:0x272,_0x3d3643:0x2b0,_0x3052ab:0x28c,_0x372a69:0xdc,_0x215f33:0x2bc,_0x3e23b9:0x298,_0x5a51e6:0x2c5,_0x319b55:0x272,_0x4b87c7:0xeb,_0x45bec8:0xe6,_0x5aef71:0xb6,_0x28cf2f:0xcf,_0x132092:0xe4,_0x118a56:0xe8,_0x4452e3:0xa0,_0x2a0741:0xb1,_0x781b2c:0xe6,_0x40e8d4:0xec,_0x34fee7:0xba,_0x52fb4e:0x6c,_0x314e79:0x101,_0x2a1bbe:0x140,_0x32357a:0xfc,_0x1926db:0x10a,_0x5abfb6:0xea,_0x286b72:0xe9,_0x4e8b11:0x292,_0x38205a:0x274,_0x4894ba:0xe4,_0x49b5bf:0xdf,_0x581988:0xad,_0x467e76:0xa4,_0x5c55aa:0xd4,_0x2bba18:0xce,_0x547c68:0x96,_0x11bec4:0xe4,_0x3a6d02:0xfd,_0x438898:0x233,_0x2607fe:0x110,_0x436c5b:0x270,_0x15090c:0x210,_0x1a157b:0x22f,_0x145fb5:0x252,_0x31e298:0x248},_0x3afeca={_0x4cd610:0x9d},_0x3fe1ae={'NGORV':function(_0xcefdf7,_0x149f25){return _0xcefdf7(_0x149f25);},'BRjYT':_0x219a3a(-0x129,-0x140,-_0x2ec723._0x1f5c41,-_0x2ec723._0x275553)+_0x219a3a(-0xd9,-0xb1,-_0x2ec723._0x518233,-0xd3)+_0x219a3a(-0xea,-_0x2ec723._0x58a517,-_0x2ec723._0x1f8e0a,-0x122),'uBvjM':_0x219a3a(-_0x2ec723._0x54d1c8,-_0x2ec723._0xdf8d8,-0xce,-_0x2ec723._0x3c4169)+'=','YvBtd':function(_0x4b0524,_0x46334a){return _0x4b0524!==_0x46334a;},'skfvR':'jABDJ','fNinH':_0x4dd943(0x25a,0x234,_0x2ec723._0x1ed15e,0x266),'HwNBJ':function(_0x56f023,_0x113578){return _0x56f023===_0x113578;},'fVzoY':_0x219a3a(-0x10b,-0xf6,-_0x2ec723._0x5720e1,-0xf3),'xljgC':_0x4dd943(_0x2ec723._0x2a1b3a,_0x2ec723._0x9c414,_0x2ec723._0x2ce449,0x24d),'qpGVr':_0x4dd943(0x229,_0x2ec723._0x45cb00,_0x2ec723._0x146a8f,0x270)+'=','fkbIX':function(_0x96384a,_0x5b95fa){return _0x96384a===_0x5b95fa;},'Iwbzg':'jkfMi','hTmOe':function(_0x4539d2,_0x4a2af3){return _0x4539d2===_0x4a2af3;},'NHFtx':'--admin','KQxon':_0x219a3a(-_0x2ec723._0x1735b3,-0xdd,-_0x2ec723._0x2a7a7d,-0xb4)};function _0x4dd943(_0x38c1c0,_0x4f8e3a,_0x19c3a1,_0x350d3d){return _0x2fd0(_0x4f8e3a-_0x3afeca._0x4cd610,_0x38c1c0);}const _0x37a9e6={};_0x37a9e6[_0x4dd943(0x22c,0x24a,_0x2ec723._0x136347,0x20b)]=null,_0x37a9e6[_0x4dd943(0x2ce,_0x2ec723._0x504579,_0x2ec723._0x3e870d,0x2c8)]=null,_0x37a9e6[_0x219a3a(-_0x2ec723._0x19e69b,-_0x2ec723._0x11cd83,-0xf5,-_0x2ec723._0xf7da0c)]=null,_0x37a9e6[_0x4dd943(0x256,_0x2ec723._0xd74d3,0x291,0x2a3)]=null,_0x37a9e6[_0x219a3a(-_0x2ec723._0x5c19ab,-0x13f,-_0x2ec723._0x59eb6d,-_0x2ec723._0x4f82b9)+_0x219a3a(-_0x2ec723._0x99af2c,-0x10a,-_0x2ec723._0x26d82b,-_0x2ec723._0x487897)]=![];function _0x219a3a(_0x27e7ed,_0x53a2c7,_0xf39e80,_0xe724f0){return _0x2fd0(_0x27e7ed- -0x2a3,_0xf39e80);}const _0x29fcb3=_0x37a9e6;for(const _0x57c3cb of _0xb71937){if(_0x57c3cb['startsWith'](_0x3fe1ae[_0x219a3a(-0x10e,-0x107,-_0x2ec723._0x3e921a,-0x15c)])){if(_0x3fe1ae[_0x219a3a(-0xd2,-0xd0,-0xab,-_0x2ec723._0x43f5d9)](_0x3fe1ae[_0x219a3a(-_0x2ec723._0x230c6d,-0xa2,-_0x2ec723._0xea1a79,-_0x2ec723._0x1657d8)],_0x219a3a(-_0x2ec723._0x1932eb,-0xc9,-0xc8,-_0x2ec723._0x5c400e))){const _0x325957={_0x3feaf0:0x88,_0xed6554:0x9d},_0x6c5f3e={};_0x6c5f3e[_0x4dd943(_0x2ec723._0x4c4e1c,0x290,_0x2ec723._0x37936a,_0x2ec723._0x1ed33f)]=_0x210098[_0x219a3a(-0xca,-0x7f,-0xe7,-0xaf)],_0x6c5f3e['output']=_0x3a3174[_0x4dd943(0x247,0x289,_0x2ec723._0xc42878,_0x2ec723._0x367cd6)];const _0x6b56b5=_0x4a8328[_0x219a3a(-_0x2ec723._0xedc161,-0x134,-0xd1,-0x11d)+_0x4dd943(_0x2ec723._0x2bac45,0x28c,_0x2ec723._0x3d3643,_0x2ec723._0x3052ab)](_0x6c5f3e);_0x6b56b5[_0x219a3a(-0x94,-0x8e,-0x82,-_0x2ec723._0x372a69)](_0x27f018,_0x5587cc=>{const _0x5d0a2c={_0x50d92a:0x5d};_0x6b56b5[_0x54cbfb(0x63,_0x325957._0x3feaf0,0x7c,_0x325957._0xed6554)]();function _0x54cbfb(_0x57455b,_0x445e05,_0x46a097,_0x5ddf11){return _0x219a3a(_0x46a097-0x152,_0x445e05-_0x5d0a2c._0x50d92a,_0x445e05,_0x5ddf11-0xef);}_0x3fe1ae['NGORV'](_0x1aa208,_0x5587cc);});}else _0x29fcb3['username']=_0x57c3cb['split']('=')[-0x18*-0x165+-0x1202+-0xf75];}else{if(_0x57c3cb[_0x4dd943(_0x2ec723._0x215f33,_0x2ec723._0x3e23b9,_0x2ec723._0x5a51e6,_0x2ec723._0x319b55)](_0x3fe1ae['fNinH']))_0x3fe1ae[_0x219a3a(-0xed,-_0x2ec723._0x4b87c7,-0x11e,-0xec)](_0x3fe1ae[_0x219a3a(-_0x2ec723._0x372a69,-_0x2ec723._0x45bec8,-0xce,-0xb6)],_0x3fe1ae[_0x219a3a(-0xdc,-_0x2ec723._0x5aef71,-0xb5,-0x122)])?_0x29fcb3['email']=_0x57c3cb[_0x219a3a(-0xa0,-_0x2ec723._0x28cf2f,-0x99,-0xde)]('=')[0x3*-0xbac+0x1*0x153d+-0x372*-0x4]:_0x272ea9[_0x219a3a(-_0x2ec723._0x132092,-_0x2ec723._0x118a56,-_0x2ec723._0x4b87c7,-0xea)]=_0x256f47[_0x219a3a(-_0x2ec723._0x4452e3,-0xcc,-0x7c,-_0x2ec723._0x2a0741)]('=')[0x1e*0x123+-0x19d0+-0x849];else{if(_0x57c3cb['startsWith'](_0x3fe1ae[_0x4dd943(0x2c7,0x28f,0x266,0x276)]))_0x29fcb3['name']=_0x57c3cb[_0x219a3a(-_0x2ec723._0x4452e3,-_0x2ec723._0x781b2c,-_0x2ec723._0x40e8d4,-0xe4)]('=')[0x1*0xed3+-0x817*0x3+0x29*0x3b];else{if(_0x57c3cb[_0x219a3a(-0xa8,-0xec,-_0x2ec723._0x34fee7,-_0x2ec723._0x52fb4e)](_0x3fe1ae[_0x219a3a(-_0x2ec723._0x314e79,-0x12a,-_0x2ec723._0x2a1bbe,-_0x2ec723._0x32357a)]))_0x3fe1ae[_0x219a3a(-_0x2ec723._0x1926db,-0x14d,-_0x2ec723._0x5abfb6,-_0x2ec723._0x286b72)]('jkfMi',_0x3fe1ae[_0x4dd943(_0x2ec723._0x4e8b11,_0x2ec723._0x38205a,0x251,0x2aa)])?_0x29fcb3[_0x219a3a(-_0x2ec723._0x4894ba,-_0x2ec723._0x49b5bf,-_0x2ec723._0x581988,-_0x2ec723._0x467e76)]=_0x57c3cb['split']('=')[-0x47d*0x8+0x5*0x671+-0x4*-0xed]:(_0xbaa037['error'](_0x3fe1ae[_0x219a3a(-_0x2ec723._0x5c55aa,-_0x2ec723._0x2bba18,-_0x2ec723._0x547c68,-0xae)]),_0xdffc8a['exit'](0x13*-0xa3+-0xdc4*-0x1+-0x1aa));else _0x3fe1ae['hTmOe'](_0x57c3cb,_0x3fe1ae['NHFtx'])&&(_0x3fe1ae[_0x219a3a(-0x10a,-_0x2ec723._0x11bec4,-_0x2ec723._0x3a6d02,-0x155)](_0x3fe1ae[_0x219a3a(-0x10d,-0xc3,-0xda,-0x12a)],_0x3fe1ae[_0x4dd943(_0x2ec723._0x3e870d,_0x2ec723._0x438898,0x245,0x231)])?_0x29fcb3[_0x219a3a(-0x126,-0x156,-_0x2ec723._0x2607fe,-0x15a)+_0x4dd943(_0x2ec723._0x436c5b,0x224,_0x2ec723._0x15090c,0x271)]=!![]:_0x48a91[_0x4dd943(_0x2ec723._0x1a157b,_0x2ec723._0x145fb5,_0x2ec723._0x31e298,0x210)]=_0x391188['split']('=')[-0x2a8*-0x3+-0x1fd*-0x4+-0xfeb]);}}}}return _0x29fcb3;}export async function createUserCommand(_0x1aacee){const _0x3d4634={_0x263efe:0x12b,_0x4ce793:0x168,_0x1d9d0f:0x12f,_0x375a2b:0x169,_0x8aadc8:0x474,_0x323626:0x4dc,_0x2a7845:0x4c0,_0x40d711:0x4b1,_0x339fc6:0x4c5,_0xdf007e:0x1a7,_0x28abe5:0x12e,_0x1f95f3:0x12a,_0xda8835:0x177,_0x2d51fc:0x11e,_0x54f5e5:0x4f8,_0x313500:0x4f7,_0x16889e:0x135,_0x55a436:0xb9,_0x1bef7d:0x49c,_0x1f01ee:0x4fc,_0x4618ba:0x4da,_0x4ce73b:0x567,_0x332725:0x536,_0x78fdbc:0x570,_0x33e009:0x15f,_0x2d99f0:0x199,_0x105e00:0x111,_0x2ab78e:0x13b,_0x55bacb:0x495,_0x301839:0x52b,_0x18ed5c:0x4e1,_0x7786b7:0x188,_0x4cb3d5:0x184,_0x242dc7:0x148,_0x40109f:0x103,_0x14091e:0x124,_0x137dc6:0x114,_0x6467c7:0xde,_0x313236:0x48a,_0x381695:0x103,_0x10f34a:0xfc,_0x3466bd:0x14f,_0x3e70a2:0x147,_0x57b1d5:0x109,_0x38d323:0x180,_0x326a09:0x53b,_0x526694:0x54d,_0x430a72:0x4af,_0x514220:0x516,_0x418d5b:0xd2,_0x4b7f30:0xe9,_0x449ab8:0x4c6,_0x1f4e16:0x549,_0x4ffd5e:0x549,_0x3bd9f2:0x50b,_0x5ae0c6:0x10a,_0x3777d9:0xc2,_0x1690af:0xe2,_0x580eef:0x4aa,_0x45044f:0x4ba,_0x54f6b3:0x143,_0x555cb4:0x533,_0x35b6b6:0x575,_0x345cc4:0x530,_0x5c0430:0x58d,_0x56a163:0x116,_0x578c77:0x123,_0x1f8e3e:0x112,_0x4d9f88:0x14c,_0x446204:0xf9,_0x25cbca:0x159,_0x506e91:0x122,_0x3665c1:0x13e,_0x592fe6:0x170,_0x376d21:0x50f,_0x308b85:0x4e1,_0x4efce1:0x110,_0x41f73f:0x14a,_0x38e966:0x15e,_0x13f807:0xfc,_0x314314:0xff,_0x430bac:0xca,_0x4af79b:0x537,_0xd5f71:0x153,_0x3d5a0f:0x125,_0x25c51e:0x137,_0x345c93:0xea,_0x452689:0x4a4,_0x368034:0x505,_0x4a500d:0x180,_0xa6bba3:0x143,_0x14f01e:0x506,_0xd2f866:0x4d3,_0x1fcfa3:0x525,_0x42ef9e:0x174,_0x42083b:0x177,_0x412904:0x126,_0x53f115:0x57d,_0x3549aa:0x55f,_0x4bc48a:0x54f,_0x36900d:0x16c,_0xbc64a1:0x133,_0x13a34f:0x131,_0x2f464d:0x4ed,_0x4a5efe:0x4c2,_0x503f1d:0x49e,_0x1e302b:0xf8,_0xdd3a25:0x527,_0x2883cb:0x4f2,_0x5edce6:0x4d8,_0x50c20f:0x517,_0x35c415:0x52a,_0x58b6b0:0xd7,_0x1776e0:0x523,_0x3e3210:0x4f2,_0x423c52:0xd4,_0x54d931:0xed,_0x322545:0xd3,_0x236119:0x4e6,_0x23ddd6:0x1a0,_0xe87530:0x141,_0x59e8db:0x142,_0x2e280c:0x13d,_0x1f632d:0x54a,_0x364d72:0xf6,_0x5b46c6:0x13d,_0x275f00:0x150,_0xa33e21:0x109,_0x79fd20:0x564,_0x3fbb8c:0x13f,_0x57fd02:0x4cc,_0x38ce24:0x112,_0x589f94:0x11d,_0x312ef9:0x13a,_0x1cce1c:0x13f,_0x56bd13:0x13b,_0x2f0dc2:0x4d5,_0x106ed6:0x4dd,_0x43253c:0x549,_0x33e37d:0x535,_0x1385f4:0xff,_0x2f47c4:0xb9,_0x573544:0xcf,_0x2c0d3f:0x511,_0x38237e:0x578,_0x2f4d05:0x52b,_0x1c30e9:0x4ea,_0x596ef0:0x175,_0xfc7eda:0x51f,_0x1c7cb5:0x53a,_0x7ea6b0:0x166,_0x5832d3:0x120,_0x5412f8:0x147,_0x271178:0x51a,_0x270ce6:0x502,_0x5e51e6:0x559,_0x329d16:0x501,_0x2c57c3:0x4e7,_0x49f6e3:0x19f,_0x5e1939:0x170,_0x39e0df:0x515,_0x235aef:0x54b,_0x2c0411:0xee,_0x21cbd9:0xa2,_0x50436b:0x18e,_0x462af6:0x129,_0x29fa68:0x4be,_0x380f72:0x53a,_0x38eddc:0x51d,_0x437d3d:0x4ff,_0x9fc04:0x4ce,_0x5e2a65:0x56d,_0x20d298:0x53d,_0xdff475:0x532,_0x3d6e12:0x178,_0x5a1aa2:0x12b,_0x29520b:0x11c,_0x4df8f2:0x13b,_0x210431:0x119,_0xef90d4:0x18a,_0x182456:0x504,_0x5a3e26:0x542,_0x1369d4:0x4a9,_0x4252f6:0x142,_0x89d37c:0x161,_0x1e83d0:0xfa,_0x169f3a:0x13f,_0x3084bc:0x154,_0x103e39:0x128,_0x2e99fa:0x522,_0x22caf9:0x12b,_0x6c496d:0x540,_0x1fe29d:0x4d6,_0x452114:0x113,_0x43624d:0xd5,_0x1721a0:0xe3,_0x493d72:0xe4,_0x45b0b5:0x12d,_0x3b1b1b:0x10d,_0x1bf0a6:0x160,_0x191c1a:0x4d9,_0x2ddbfc:0x53f,_0x142b79:0x108,_0x3a5dc9:0xbc,_0x363464:0x4d9,_0x1e5af0:0x4e1,_0x1fd940:0x4bc,_0x2a28ee:0x4ee,_0x3743af:0x4a8,_0x266f4a:0xf5,_0x3a8d86:0x151,_0x3d9d69:0x53b,_0x4b0444:0x51e,_0x407c04:0x52d,_0x3c5bd4:0x555,_0x56cfa9:0x4bf,_0x41bfc8:0x50b,_0x34575a:0x13d,_0x272ddc:0x144,_0x482ad1:0x117,_0x2d3218:0x4ad,_0x984316:0x198,_0xf337a0:0x1b0,_0x4a4f0e:0x150,_0x3370bf:0x106,_0x25586f:0xd8,_0x506904:0x569,_0x16f276:0x526,_0x4775e1:0x16d,_0x335164:0x15c,_0x1d4404:0x146,_0x5b605e:0x4f0,_0x2c04ce:0x4b3,_0x43cddc:0x4e5,_0x478a6b:0x498,_0xfb2de6:0xf3,_0x36a545:0x152,_0xb53931:0x11b,_0x3c47c5:0x505,_0x22dde9:0xee,_0x23ca16:0xbd,_0x510414:0x138,_0x1de3bb:0xee,_0x133dbd:0xff,_0x1c1a46:0xdd,_0xa5041:0x50b,_0x1d32d8:0x503,_0x2db16a:0x517,_0x197c7d:0x4b0,_0x50b75e:0x541,_0x2803cc:0x4fc,_0x34745a:0x517,_0x9c1a54:0x470,_0x4b863f:0x4b9,_0x43fa12:0x497,_0x31c4de:0x4c4,_0x263d34:0x4cb,_0xafd3de:0x518,_0x904afa:0x125,_0x32e439:0xe6,_0x506597:0xe2,_0x4bef16:0x16e,_0x22000f:0x125,_0x53301:0x164,_0x1d0eb3:0xf1,_0xd85fe1:0x502,_0x5af28d:0x534,_0x4ee98c:0x535,_0x512284:0x4ea,_0x24aa49:0x143,_0x24793b:0x156,_0xd9eb38:0x185,_0x15ad76:0x10c,_0x54b209:0xec,_0x140462:0xd7,_0x2aea8e:0x4f3,_0x1ed5f6:0x518,_0x3059db:0x520,_0x13c4ff:0xfe,_0x48267e:0xf0,_0x2f5433:0x533,_0x1af431:0x4c8,_0x28ade8:0x4bd,_0x385035:0x514,_0x4d76d7:0x4d2,_0x1340ed:0x4f8,_0x404464:0x125,_0x33e8b8:0x157,_0x414b80:0x168,_0x189c6d:0x538,_0x56d836:0x18d,_0x4d0714:0x101,_0xdcdb3b:0x15c,_0x3333c5:0x131,_0x301985:0x53c,_0x356139:0x4fa,_0x37b538:0x52b,_0x3d8aed:0x56d,_0x1fccb9:0x4f9,_0x140ad8:0x565,_0x445054:0x4f5,_0x8ad489:0x4fd,_0x10a7ed:0x161,_0x3b4e7f:0x10a,_0x5d838d:0x156,_0x269b0c:0x15d,_0x233ce2:0x15f,_0x3948c0:0x12d},_0x92f29d={_0x47d82c:0x300},_0x1ac72e={_0x5dbeee:0x33d};function _0x2a5432(_0xa6f5d5,_0x12e62e,_0x505fb8,_0x1f0c71){return _0x2fd0(_0x505fb8-_0x1ac72e._0x5dbeee,_0xa6f5d5);}const _0x241019={'WJSkM':_0xaf51f0(-_0x3d4634._0x263efe,-_0x3d4634._0x4ce793,-0xf3,-0x16c)+_0xaf51f0(-0x15a,-_0x3d4634._0x1d9d0f,-0x170,-_0x3d4634._0x375a2b)+'r','lbskV':_0x2a5432(_0x3d4634._0x8aadc8,_0x3d4634._0x323626,_0x3d4634._0x2a7845,_0x3d4634._0x40d711)+_0x2a5432(_0x3d4634._0x339fc6,0x49b,0x4d0,0x4e8)+_0xaf51f0(-0x185,-0x1c7,-0x1c8,-_0x3d4634._0xdf007e),'lriYf':function(_0x4ea46c){return _0x4ea46c();},'cKVnR':function(_0x2c062e,_0x251c6c){return _0x2c062e(_0x251c6c);},'kVBla':'Error:\x20Ema'+'il\x20is\x20requ'+_0xaf51f0(-_0x3d4634._0x28abe5,-_0x3d4634._0x1f95f3,-_0x3d4634._0xda8835,-_0x3d4634._0x2d51fc),'pelEH':_0x2a5432(0x4fe,_0x3d4634._0x54f5e5,0x4f5,_0x3d4634._0x313500)+_0xaf51f0(-0x100,-_0x3d4634._0x16889e,-0x10b,-_0x3d4634._0x55a436)+_0x2a5432(0x501,_0x3d4634._0x1bef7d,0x4c5,0x4e2),'tgiDi':function(_0x3b3718,_0x3d3831){return _0x3b3718(_0x3d3831);},'ssVvO':function(_0x57715c,_0xde565){return _0x57715c===_0xde565;},'OqepX':_0x2a5432(_0x3d4634._0x1f01ee,0x522,_0x3d4634._0x4618ba,0x4cb),'VCToM':_0x2a5432(_0x3d4634._0x4ce73b,0x4f0,_0x3d4634._0x332725,_0x3d4634._0x78fdbc),'Rabep':function(_0x5bbf50,_0x40cd2b){return _0x5bbf50!==_0x40cd2b;},'hoGPO':'ACLki','XcQAI':_0xaf51f0(-_0x3d4634._0x33e009,-0x19f,-_0x3d4634._0x2d99f0,-_0x3d4634._0x105e00),'xvnyN':_0xaf51f0(-0x11b,-_0x3d4634._0x2ab78e,-0xf5,-0xfa),'zbcXW':_0x2a5432(0x58f,0x551,0x542,0x584),'sLQNu':_0x2a5432(_0x3d4634._0x55bacb,_0x3d4634._0x301839,_0x3d4634._0x18ed5c,0x50a),'RWbwQ':'XSkHR','hcYnC':function(_0x4dab78,_0x49708b,_0x5672e9){return _0x4dab78(_0x49708b,_0x5672e9);},'NUYUV':_0xaf51f0(-_0x3d4634._0x7786b7,-0x165,-_0x3d4634._0x4cb3d5,-_0x3d4634._0x242dc7),'nZGvw':function(_0x7ad4cb,_0x512d38){return _0x7ad4cb!==_0x512d38;},'SPkQL':_0xaf51f0(-_0x3d4634._0x40109f,-_0x3d4634._0x14091e,-_0x3d4634._0x137dc6,-_0x3d4634._0x6467c7),'adbgJ':_0x2a5432(0x482,_0x3d4634._0x313236,0x4b7,0x4cd)+_0xaf51f0(-0x136,-_0x3d4634._0x381695,-_0x3d4634._0x10f34a,-_0x3d4634._0x3466bd)+_0xaf51f0(-_0x3d4634._0x3e70a2,-_0x3d4634._0x57b1d5,-0x13e,-_0x3d4634._0x38d323),'bExHW':_0xaf51f0(-0x135,-0x151,-0x182,-0x107),'NNsCs':function(_0x3ea880,_0x5d2f7c){return _0x3ea880===_0x5d2f7c;},'AzJMS':function(_0x295b0f,_0x3dce04){return _0x295b0f<_0x3dce04;},'SsEiZ':function(_0x41763b,_0x204e21){return _0x41763b===_0x204e21;},'DNWuT':_0x2a5432(0x513,0x556,_0x3d4634._0x326a09,_0x3d4634._0x526694),'dNUfB':_0x2a5432(_0x3d4634._0x430a72,0x4fb,0x4d8,_0x3d4634._0x514220),'fHoMM':'Error:\x20Pas'+_0xaf51f0(-0xfa,-_0x3d4634._0x418d5b,-_0x3d4634._0x4b7f30,-0xac)+_0x2a5432(0x505,0x528,0x524,0x518)+'st\x208\x20chara'+_0x2a5432(0x4d3,0x50c,_0x3d4634._0x449ab8,0x4d5),'JKUlW':_0x2a5432(_0x3d4634._0x1f4e16,_0x3d4634._0x4ffd5e,_0x3d4634._0x3bd9f2,0x535),'OsmVz':'CuToS','qExry':_0xaf51f0(-_0x3d4634._0x5ae0c6,-_0x3d4634._0x3777d9,-_0x3d4634._0x1690af,-0xff)+_0x2a5432(_0x3d4634._0x580eef,0x4c9,0x4c1,_0x3d4634._0x45044f),'wiMcN':_0xaf51f0(-_0x3d4634._0x54f6b3,-0x190,-0x17e,-0x11a),'qyFCm':_0x2a5432(_0x3d4634._0x555cb4,0x580,0x54b,0x50d)+_0x2a5432(_0x3d4634._0x35b6b6,_0x3d4634._0x345cc4,0x54e,_0x3d4634._0x5c0430)+_0xaf51f0(-_0x3d4634._0x56a163,-0x160,-0xfa,-0x11e)+_0xaf51f0(-_0x3d4634._0x578c77,-0x124,-0xf5,-_0x3d4634._0x1f8e3e)+_0xaf51f0(-0x13c,-_0x3d4634._0x4d9f88,-0x111,-0x11b)+_0xaf51f0(-_0x3d4634._0x446204,-0xfb,-0xc4,-0xf0),'GQlBW':function(_0x19dd72,_0x1b6198){return _0x19dd72!==_0x1b6198;},'vJrts':_0xaf51f0(-_0x3d4634._0x25cbca,-_0x3d4634._0x506e91,-_0x3d4634._0x3665c1,-_0x3d4634._0x592fe6)},_0x3a7aec=_0x241019[_0x2a5432(0x510,_0x3d4634._0x376d21,0x510,_0x3d4634._0x1f01ee)](parseArgs,_0x1aacee);!_0x3a7aec[_0x2a5432(0x51a,_0x3d4634._0x308b85,0x4ea,0x4ce)]&&(_0x241019[_0xaf51f0(-_0x3d4634._0x4efce1,-_0x3d4634._0x41f73f,-_0x3d4634._0x38e966,-0x147)](_0x241019[_0xaf51f0(-_0x3d4634._0x13f807,-0xf1,-_0x3d4634._0x314314,-_0x3d4634._0x430bac)],_0x241019[_0x2a5432(_0x3d4634._0x4af79b,0x548,0x541,0x583)])?_0x3a7aec[_0xaf51f0(-_0x3d4634._0xd5f71,-_0x3d4634._0x1d9d0f,-_0x3d4634._0x7786b7,-_0x3d4634._0x7786b7)]=await _0x241019[_0xaf51f0(-0x12d,-_0x3d4634._0x3d5a0f,-_0x3d4634._0x25c51e,-_0x3d4634._0x345c93)](prompt,_0x241019[_0x2a5432(_0x3d4634._0x452689,0x4c5,0x4ef,0x4ae)]):(_0x464002[_0x2a5432(_0x3d4634._0x368034,0x53b,0x4fe,0x4e4)](_0x241019[_0xaf51f0(-_0x3d4634._0x4a500d,-0x13c,-0x14b,-_0x3d4634._0xa6bba3)],_0x16b6e4),_0x5bcd54[_0x2a5432(0x52a,_0x3d4634._0x14f01e,0x4fe,_0x3d4634._0xd2f866)](_0x2a5432(0x50a,_0x3d4634._0x1fcfa3,0x4e0,0x510)+_0x2a5432(0x505,0x574,0x52e,0x562)+_0xaf51f0(-_0x3d4634._0x42ef9e,-_0x3d4634._0x42083b,-_0x3d4634._0x412904,-_0x3d4634._0x33e009)+'\x20'+_0x308d7b['message']),_0x152ce7['exit'](-0x17d0+-0x1*0x20bd+0x26*0x17d)));!_0x3a7aec[_0x2a5432(_0x3d4634._0x53f115,_0x3d4634._0x3549aa,_0x3d4634._0x4bc48a,0x546)]&&(_0x241019[_0xaf51f0(-_0x3d4634._0x36900d,-_0x3d4634._0xbc64a1,-0x14c,-0x1a9)](_0x241019[_0xaf51f0(-0x120,-0x145,-_0x3d4634._0x16889e,-_0x3d4634._0x13a34f)],_0x241019[_0x2a5432(_0x3d4634._0x2f464d,0x4bc,_0x3d4634._0x4a5efe,_0x3d4634._0x503f1d)])?_0x3a7aec['email']=await prompt(_0x241019['xvnyN']):(_0x33f8c7[_0xaf51f0(-0x13f,-0x138,-0xfa,-_0x3d4634._0x1e302b)](_0x241019['lbskV']),_0x39995e['exit'](-0xe*0x87+0x1fc8+-0x1865)));!_0x3a7aec[_0x2a5432(_0x3d4634._0xdd3a25,0x504,_0x3d4634._0x2883cb,_0x3d4634._0x5edce6)]&&(_0x241019['zbcXW']===_0x241019[_0xaf51f0(-0x161,-0x181,-_0x3d4634._0x16889e,-0x155)]?_0x23f9a0[_0x2a5432(_0x3d4634._0x50c20f,_0x3d4634._0x35c415,0x54f,0x50a)]=_0x1963e1[_0xaf51f0(-0xfd,-_0x3d4634._0x58b6b0,-0x129,-0x13d)]('=')[-0x21fa+-0x16*0xdc+0x34e3]:_0x3a7aec[_0x2a5432(0x4f9,_0x3d4634._0x1776e0,_0x3d4634._0x3e3210,0x538)]=await prompt(_0xaf51f0(-0x11c,-_0x3d4634._0x423c52,-_0x3d4634._0x54d931,-_0x3d4634._0x322545)+'\x20'));if(!_0x3a7aec['password']){if(_0x241019[_0x2a5432(_0x3d4634._0x45044f,0x4cf,_0x3d4634._0x236119,0x50b)]===_0x241019[_0xaf51f0(-0x157,-0x193,-0x10a,-_0x3d4634._0x23ddd6)]){_0x3a7aec[_0xaf51f0(-_0x3d4634._0xe87530,-_0x3d4634._0x59e8db,-_0x3d4634._0x2e280c,-0x172)]=await _0x241019[_0x2a5432(0x559,0x577,_0x3d4634._0x1f632d,0x574)](prompt,_0x241019['NUYUV'],!![]);const _0x1e8013=await _0x241019['hcYnC'](prompt,'Confirm\x20Pa'+'ssword:\x20',!![]);_0x241019[_0x2a5432(0x587,0x52c,0x547,0x4ff)](_0x3a7aec[_0xaf51f0(-0x141,-_0x3d4634._0x364d72,-0x183,-_0x3d4634._0x5b46c6)],_0x1e8013)&&(_0x241019['ssVvO'](_0x241019[_0xaf51f0(-_0x3d4634._0x275f00,-_0x3d4634._0xa33e21,-_0x3d4634._0x25c51e,-_0x3d4634._0x412904)],_0x2a5432(_0x3d4634._0x79fd20,0x53e,0x53a,0x57c))?(console[_0xaf51f0(-_0x3d4634._0x3fbb8c,-0x15f,-_0x3d4634._0x57b1d5,-_0x3d4634._0xd5f71)](_0x241019[_0x2a5432(0x4d5,0x4b9,0x4ff,_0x3d4634._0x57fd02)]),process[_0xaf51f0(-_0x3d4634._0x38ce24,-_0x3d4634._0x589f94,-0x112,-_0x3d4634._0x312ef9)](-0x4a3*-0x4+-0x57e*-0x4+0x3*-0xd81)):_0x1697e7());}else _0x4b0dff[_0xaf51f0(-_0x3d4634._0x1cce1c,-0x16b,-_0x3d4634._0x56bd13,-0x109)](_0x2a5432(0x4f4,_0x3d4634._0x2f0dc2,0x515,_0x3d4634._0x106ed6)+_0x2a5432(_0x3d4634._0x43253c,0x579,0x539,_0x3d4634._0x33e37d)+_0xaf51f0(-0x121,-_0x3d4634._0x1385f4,-0x168,-_0x3d4634._0x3665c1)+_0x452df9[_0xaf51f0(-0xee,-_0x3d4634._0x2d51fc,-_0x3d4634._0x2f47c4,-_0x3d4634._0x573544)]+'\x22.'),_0x88f00e[_0x2a5432(_0x3d4634._0x2c0d3f,_0x3d4634._0x38237e,0x52b,_0x3d4634._0x2f4d05)](0xf*0x2b+0x6fd+-0x981);}if(!_0x3a7aec[_0x2a5432(0x52b,0x4f0,_0x3d4634._0x1c30e9,0x529)]||_0x3a7aec[_0xaf51f0(-0x153,-_0x3d4634._0x596ef0,-0x109,-0x15c)][_0x2a5432(0x51b,0x51e,_0x3d4634._0xfc7eda,_0x3d4634._0x1c7cb5)]()===''){if(_0x241019['ssVvO'](_0x241019['bExHW'],_0xaf51f0(-_0x3d4634._0x7ea6b0,-_0x3d4634._0x5832d3,-0x15a,-0x14b))){const _0x3b65d9={_0x34f8e4:0xe7,_0x51136e:0xc4},_0x169f54={_0x22b890:0x25,_0x359d50:0x46b,_0xacd88e:0x107},_0x3c721f={_0x5c3421:0x177},_0x175275={_0x4bcadb:0x46,_0x69ec14:0x390},_0x35a3c5={'yZDOJ':function(_0x27b962,_0x5c2c6c){function _0x1b1813(_0x10ce35,_0x1dc5c8,_0x159605,_0x680db2){return _0x2a5432(_0x1dc5c8,_0x1dc5c8-_0x175275._0x4bcadb,_0x680db2- -_0x175275._0x69ec14,_0x680db2-0x8a);}return _0x241019[_0x1b1813(0x1a5,_0x3c721f._0x5c3421,0x13a,0x169)](_0x27b962,_0x5c2c6c);}},_0x110ca7=new _0x24c480({'write':(_0x2f2aa7,_0x54bb64,_0x3f2264)=>{function _0x2309da(_0x307ab1,_0x329380,_0x19c2e4,_0x549f50){return _0x2a5432(_0x549f50,_0x329380-_0x169f54._0x22b890,_0x329380- -_0x169f54._0x359d50,_0x549f50-_0x169f54._0xacd88e);}_0x241019[_0x2309da(_0x3b65d9._0x34f8e4,0xb5,_0x3b65d9._0x51136e,0xe8)](_0x3f2264);}}),_0x32bf06={};_0x32bf06['input']=_0xf83ec6['stdin'],_0x32bf06[_0xaf51f0(-0x170,-_0x3d4634._0x5412f8,-0x15f,-_0x3d4634._0x16889e)]=_0x110ca7,_0x32bf06[_0x2a5432(_0x3d4634._0x271178,_0x3d4634._0x270ce6,0x549,0x50b)]=!![];const _0x1a325b=_0x1a172c['createInte'+_0x2a5432(0x56b,_0x3d4634._0x5e51e6,0x52c,_0x3d4634._0x329d16)](_0x32bf06);_0x511172[_0x2a5432(_0x3d4634._0x2c57c3,0x512,0x529,0x571)][_0xaf51f0(-0x162,-_0x3d4634._0x49f6e3,-_0x3d4634._0x5e1939,-0x130)](_0x4a6a17),_0x1a325b['question']('',_0x3b1a5c=>{_0x1a325b['close'](),_0x2cd64b['log'](''),_0x35a3c5['yZDOJ'](_0xf7633f,_0x3b1a5c);});}else console[_0x2a5432(_0x3d4634._0x39e0df,_0x3d4634._0x235aef,0x4fe,0x4c0)](_0x241019['lbskV']),process['exit'](-0x157f*0x1+-0x2*0xda5+0x30ca*0x1);}(!_0x3a7aec[_0xaf51f0(-_0x3d4634._0x2c0411,-_0x3d4634._0x21cbd9,-_0x3d4634._0x2f47c4,-0x12a)]||_0x241019[_0xaf51f0(-_0x3d4634._0x59e8db,-_0x3d4634._0x50436b,-_0x3d4634._0x462af6,-0x159)](_0x3a7aec['email']['trim'](),''))&&(console[_0x2a5432(_0x3d4634._0x29fa68,_0x3d4634._0x380f72,0x4fe,0x4e7)](_0x241019['kVBla']),process['exit'](0x1*-0x1d63+0x2a9+0x1abb));function _0xaf51f0(_0x4be369,_0x201ada,_0x35301d,_0x12ed6c){return _0x2fd0(_0x4be369- -_0x92f29d._0x47d82c,_0x35301d);}(!_0x3a7aec['name']||_0x3a7aec[_0x2a5432(_0x3d4634._0x38eddc,0x521,_0x3d4634._0x3e3210,0x505)]['trim']()==='')&&(console[_0x2a5432(0x4c7,_0x3d4634._0x437d3d,0x4fe,0x4f0)](_0x2a5432(_0x3d4634._0x9fc04,0x4c0,0x4f5,0x4c9)+_0x2a5432(0x531,_0x3d4634._0x5e2a65,_0x3d4634._0x20d298,_0x3d4634._0xdff475)+_0xaf51f0(-_0x3d4634._0x3d6e12,-_0x3d4634._0x5a1aa2,-0x1ad,-0x184)),process[_0xaf51f0(-0x112,-_0x3d4634._0x3466bd,-_0x3d4634._0x29520b,-_0x3d4634._0x4df8f2)](-0x823+0x2029+0x8f*-0x2b));(!_0x3a7aec[_0xaf51f0(-0x141,-0x185,-_0x3d4634._0x210431,-_0x3d4634._0xef90d4)]||_0x241019[_0x2a5432(0x4c5,_0x3d4634._0x2883cb,0x4d9,_0x3d4634._0x182456)](_0x3a7aec[_0xaf51f0(-0x141,-0x185,-0x186,-0x171)][_0x2a5432(0x514,_0x3d4634._0x2c57c3,0x528,_0x3d4634._0x5a3e26)],-0x1*-0x2507+0x7e2+-0x1*0x2ce1))&&(_0x241019['SsEiZ'](_0x241019[_0x2a5432(0x50a,_0x3d4634._0x1369d4,0x4cf,0x4b6)],_0x241019[_0xaf51f0(-0x12c,-0x165,-_0x3d4634._0x4252f6,-_0x3d4634._0x89d37c)])?(_0x32351b[_0x2a5432(0x510,0x4b1,0x4fe,0x4d1)](_0x241019['kVBla']),_0x2930b6[_0xaf51f0(-0x112,-0x15a,-_0x3d4634._0x1e83d0,-_0x3d4634._0x4d9f88)](-0xe66+-0x12b5+0x146*0x1a)):(console[_0xaf51f0(-_0x3d4634._0x169f3a,-0x18b,-0x187,-0x134)](_0x241019[_0xaf51f0(-_0x3d4634._0x3084bc,-_0x3d4634._0x3466bd,-_0x3d4634._0x3d5a0f,-_0x3d4634._0x103e39)]),process[_0x2a5432(_0x3d4634._0x2e99fa,0x525,_0x3d4634._0x2f4d05,0x53f)](-0x589+0x225c+-0x1cd2)));const _0x229321=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x229321[_0xaf51f0(-0x140,-0x14a,-0x18d,-_0x3d4634._0x22caf9)](_0x3a7aec[_0x2a5432(_0x3d4634._0x6c496d,0x55b,0x54f,0x508)])&&(console[_0x2a5432(0x4de,0x4d2,0x4fe,_0x3d4634._0x1fe29d)](_0xaf51f0(-0x128,-_0x3d4634._0x364d72,-0x16a,-_0x3d4634._0x452114)+_0xaf51f0(-0x104,-_0x3d4634._0x43624d,-0xf8,-_0x3d4634._0x1721a0)+_0xaf51f0(-0x121,-_0x3d4634._0x493d72,-_0x3d4634._0x45b0b5,-0x10b)+_0x3a7aec['email']+'\x22.'),process[_0xaf51f0(-0x112,-_0x3d4634._0x13a34f,-_0x3d4634._0x3b1b1b,-_0x3d4634._0x1bf0a6)](0x340*-0x4+0xdbd+-0xbc*0x1));const _0x5251bf=/^[a-zA-Z0-9_-]+$/;!_0x5251bf[_0x2a5432(_0x3d4634._0x191c1a,0x4c6,0x4fd,0x51c)](_0x3a7aec['username'])&&(console['error'](_0x2a5432(0x52d,_0x3d4634._0x2ddbfc,0x515,0x536)+_0xaf51f0(-_0x3d4634._0x142b79,-0x137,-_0x3d4634._0x3a5dc9,-0x152)+_0x2a5432(_0x3d4634._0x363464,_0x3d4634._0x1e5af0,_0x3d4634._0x1fd940,0x4da)+_0x3a7aec[_0x2a5432(0x533,0x4fe,0x4ea,0x4ed)]+(_0x2a5432(0x51a,_0x3d4634._0x2a28ee,0x4f1,_0x3d4634._0x3743af)+_0xaf51f0(-_0x3d4634._0x266f4a,-0xd5,-0x138,-0x135)+'\x20numbers,\x20'+_0xaf51f0(-_0x3d4634._0x312ef9,-_0x3d4634._0x3a8d86,-0x150,-0x12a)+'s,\x20and\x20hyp'+_0x2a5432(0x512,_0x3d4634._0x3d9d69,_0x3d4634._0x4b0444,0x509))),process['exit'](-0x1f89+-0x3*0x32+0x8*0x404));try{if(_0x241019[_0x2a5432(0x549,0x510,_0x3d4634._0x407c04,_0x3d4634._0x3c5bd4)](_0x2a5432(0x53e,_0x3d4634._0x56cfa9,_0x3d4634._0x41bfc8,0x50d),_0x241019[_0xaf51f0(-_0x3d4634._0x34575a,-0xf0,-0x11e,-_0x3d4634._0x4ce793)])){const _0x44d4db=await _0x241019[_0xaf51f0(-_0x3d4634._0x272ddc,-_0x3d4634._0x482ad1,-0x170,-0x14f)](findUserByUsername,_0x3a7aec[_0x2a5432(0x4b3,0x503,0x4ea,_0x3d4634._0x2d3218)]);_0x44d4db&&(_0x241019[_0xaf51f0(-_0x3d4634._0x36900d,-_0x3d4634._0x984316,-_0x3d4634._0xf337a0,-0x11f)](_0x241019['OsmVz'],_0x241019[_0x2a5432(0x56d,0x4f8,0x532,0x52e)])?(_0x37eb24[_0xaf51f0(-0x13f,-_0x3d4634._0x4a4f0e,-0x128,-_0x3d4634._0x3370bf)](_0x241019[_0xaf51f0(-0xff,-_0x3d4634._0x25586f,-0x11e,-0xc1)]),_0x55cb38[_0x2a5432(_0x3d4634._0x506904,_0x3d4634._0x16f276,0x52b,0x56c)](0x1aa1+0x2ea*-0x4+0x77c*-0x2)):(console[_0xaf51f0(-0x13f,-_0x3d4634._0x4775e1,-_0x3d4634._0x335164,-_0x3d4634._0x1d4404)]('Error:\x20Use'+_0x2a5432(0x4f7,_0x3d4634._0x14f01e,_0x3d4634._0x5b605e,0x4b5)+_0x3a7aec[_0x2a5432(0x4f1,0x4e2,0x4ea,_0x3d4634._0x2c04ce)]+(_0x2a5432(_0x3d4634._0x38eddc,0x52b,0x526,_0x3d4634._0x345cc4)+_0x2a5432(0x4fb,0x509,_0x3d4634._0x43cddc,_0x3d4634._0x478a6b))),process[_0xaf51f0(-0x112,-0x123,-_0x3d4634._0xfb2de6,-0xf2)](0xd05+-0x219e+0xa4d*0x2)));console[_0x2a5432(0x4ea,0x4dc,0x518,0x4cb)]('Creating\x20u'+_0xaf51f0(-0x16f,-0x17a,-0x145,-_0x3d4634._0x36a545)+_0x3a7aec[_0xaf51f0(-0x153,-_0x3d4634._0xb53931,-_0x3d4634._0x1d4404,-0x15d)]+_0x2a5432(0x508,0x590,0x54d,_0x3d4634._0x3c47c5));const _0x2ba667={};_0x2ba667['username']=_0x3a7aec[_0x2a5432(0x530,_0x3d4634._0x1369d4,0x4ea,0x4f8)],_0x2ba667[_0xaf51f0(-_0x3d4634._0x22dde9,-_0x3d4634._0x23ca16,-_0x3d4634._0x510414,-0xcc)]=_0x3a7aec[_0xaf51f0(-_0x3d4634._0x1de3bb,-_0x3d4634._0x133dbd,-_0x3d4634._0x1c1a46,-_0x3d4634._0x578c77)],_0x2ba667[_0x2a5432(_0x3d4634._0xa5041,_0x3d4634._0x1d32d8,0x4f2,_0x3d4634._0x2db16a)]=_0x3a7aec['name'],_0x2ba667['password']=_0x3a7aec[_0x2a5432(_0x3d4634._0x197c7d,_0x3d4634._0x50b75e,_0x3d4634._0x2803cc,_0x3d4634._0x34745a)],_0x2ba667['isServerAd'+'min']=_0x3a7aec[_0x2a5432(0x49a,_0x3d4634._0x9c1a54,0x4ba,0x4ce)+_0x2a5432(_0x3d4634._0x4b863f,_0x3d4634._0x43fa12,_0x3d4634._0x31c4de,_0x3d4634._0x263d34)];const _0x157b52=await createUser(_0x2ba667);console[_0x2a5432(_0x3d4634._0x50b75e,0x542,_0x3d4634._0xafd3de,_0x3d4634._0x4618ba)](''),console[_0xaf51f0(-_0x3d4634._0x904afa,-0x127,-_0x3d4634._0x32e439,-_0x3d4634._0x506597)](_0xaf51f0(-0x130,-_0x3d4634._0x4bef16,-0x143,-_0x3d4634._0x266f4a)+_0xaf51f0(-0x182,-0x138,-0x146,-0x1c6)+'ssfully!'),console['log'](''),console[_0xaf51f0(-_0x3d4634._0x22000f,-0x14f,-_0x3d4634._0x53301,-_0x3d4634._0x1d0eb3)](_0x241019[_0x2a5432(_0x3d4634._0x3bd9f2,_0x3d4634._0x363464,_0x3d4634._0xd85fe1,0x535)]),console[_0x2a5432(0x4e9,0x524,0x518,_0x3d4634._0x2f0dc2)]('\x20\x20ID:\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x157b52['id']),console[_0xaf51f0(-0x125,-0x14d,-_0x3d4634._0x1bf0a6,-0xe4)](_0xaf51f0(-0x101,-_0x3d4634._0x54f6b3,-0xb8,-0x12b)+':\x20\x20\x20\x20'+_0x157b52[_0x2a5432(_0x3d4634._0x5af28d,_0x3d4634._0x4ee98c,_0x3d4634._0x512284,0x4de)]),console[_0xaf51f0(-0x125,-_0x3d4634._0x24aa49,-0x171,-0x104)](_0xaf51f0(-_0x3d4634._0x24793b,-_0x3d4634._0xd9eb38,-0x156,-0x1a1)+_0xaf51f0(-_0x3d4634._0x506e91,-_0x3d4634._0x15ad76,-0x10d,-_0x3d4634._0x54b209)+_0x157b52[_0xaf51f0(-0xee,-_0x3d4634._0x3370bf,-_0x3d4634._0x140462,-0xe9)]),console[_0x2a5432(_0x3d4634._0x2aea8e,_0x3d4634._0x4bc48a,_0x3d4634._0x1ed5f6,_0x3d4634._0x3059db)](_0xaf51f0(-_0x3d4634._0x13c4ff,-0xfb,-0x10e,-_0x3d4634._0x48267e)+'\x20\x20\x20\x20\x20'+_0x157b52['name']),console[_0x2a5432(_0x3d4634._0x2c0d3f,_0x3d4634._0x2f5433,0x518,0x531)](_0x2a5432(0x4be,0x4da,_0x3d4634._0x1af431,_0x3d4634._0x28ade8)+_0x2a5432(_0x3d4634._0x385035,0x505,_0x3d4634._0x1fcfa3,0x558)+(_0x157b52['isServerAd'+'min']?_0x241019[_0x2a5432(0x540,_0x3d4634._0x4d76d7,0x506,_0x3d4634._0x1340ed)]:'no')),console[_0x2a5432(0x4dc,0x4d8,0x518,_0x3d4634._0x271178)](''),console[_0xaf51f0(-_0x3d4634._0x404464,-_0x3d4634._0x33e8b8,-0x13c,-_0x3d4634._0x414b80)](_0x241019['qyFCm']);}else _0x168d09[_0x2a5432(0x4b6,_0x3d4634._0x189c6d,0x4fe,0x53e)](_0xaf51f0(-0x17d,-0x193,-_0x3d4634._0xa6bba3,-_0x3d4634._0x24793b)+_0xaf51f0(-0x14d,-_0x3d4634._0x56d836,-_0x3d4634._0x4d0714,-_0x3d4634._0xdcdb3b)+_0x5158cd['username']+(_0x2a5432(0x55f,0x4f8,0x526,0x550)+_0xaf51f0(-0x158,-0x14b,-_0x3d4634._0x3333c5,-0x10c))),_0x2f835e[_0x2a5432(_0x3d4634._0x301985,_0x3d4634._0x356139,_0x3d4634._0x37b538,_0x3d4634._0x3d8aed)](-0x3*-0x565+0x576+-0x15a4);}catch(_0x514bf5){_0x241019[_0xaf51f0(-0x15b,-_0x3d4634._0x3fbb8c,-0x14f,-0x124)](_0x2a5432(_0x3d4634._0x1fccb9,_0x3d4634._0x140ad8,0x517,_0x3d4634._0x445054),_0x241019[_0x2a5432(0x510,_0x3d4634._0x8ad489,0x52a,0x4e3)])?(logger[_0xaf51f0(-0x13f,-0x10e,-_0x3d4634._0x10a7ed,-0x12c)](_0x241019['WJSkM'],_0x514bf5),console[_0xaf51f0(-0x13f,-0x16a,-_0x3d4634._0x375a2b,-_0x3d4634._0x3b4e7f)]('Error:\x20Fai'+'led\x20to\x20cre'+_0xaf51f0(-0x174,-0x16f,-_0x3d4634._0x4775e1,-0x183)+'\x20'+_0x514bf5['message']),process[_0xaf51f0(-0x112,-_0x3d4634._0x5d838d,-_0x3d4634._0x269b0c,-_0x3d4634._0x233ce2)](0x1fb*-0x11+-0x1833+0x39df)):(_0x2a1a20['close'](),_0x241019[_0xaf51f0(-_0x3d4634._0x3948c0,-0x12d,-_0x3d4634._0x41f73f,-_0x3d4634._0x312ef9)](_0x51e6ce,_0xb89b17));}}