@profoundlogic/coderflow-server 0.4.2 → 0.4.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 (182) hide show
  1. package/README.md +1 -1
  2. package/dist/README.md +1 -1
  3. package/dist/base-image/entrypoint.sh +2 -1
  4. package/dist/coder-server.js +1 -1
  5. package/dist/config.js +1 -1
  6. package/dist/lib/agent-keepalive.js +1 -1
  7. package/dist/lib/agent-models.js +1 -1
  8. package/dist/lib/api-keys.js +1 -1
  9. package/dist/lib/apiKeys.js +1 -1
  10. package/dist/lib/app-server-ports.js +1 -1
  11. package/dist/lib/auto-judge.js +1 -1
  12. package/dist/lib/automation-service.js +1 -0
  13. package/dist/lib/basic-auth.js +1 -1
  14. package/dist/lib/bindings.js +1 -0
  15. package/dist/lib/build-history.js +1 -1
  16. package/dist/lib/build-output-service.js +1 -1
  17. package/dist/lib/build-scheduler.js +1 -1
  18. package/dist/lib/build-service.js +1 -1
  19. package/dist/lib/ca-certificates.js +1 -1
  20. package/dist/lib/claude-oauth-refresh.js +1 -1
  21. package/dist/lib/cli/build.js +1 -1
  22. package/dist/lib/cli/config-command.js +1 -1
  23. package/dist/lib/cli/config.js +1 -1
  24. package/dist/lib/cli/create-user.js +1 -1
  25. package/dist/lib/cli/init.js +1 -1
  26. package/dist/lib/cli/jira.js +1 -1
  27. package/dist/lib/cli/license.js +1 -1
  28. package/dist/lib/cli/server-manager.js +1 -1
  29. package/dist/lib/config-migration.js +1 -1
  30. package/dist/lib/container-credential-sync.js +1 -1
  31. package/dist/lib/container-tokens.js +1 -1
  32. package/dist/lib/data-dir.js +1 -1
  33. package/dist/lib/deployment-history.js +1 -1
  34. package/dist/lib/deployment-service.js +1 -1
  35. package/dist/lib/docker-utils.js +1 -1
  36. package/dist/lib/email.js +1 -1
  37. package/dist/lib/emailTemplates.js +1 -1
  38. package/dist/lib/entitlement.js +1 -1
  39. package/dist/lib/fetch-utils.js +1 -1
  40. package/dist/lib/git-askpass.sh +16 -0
  41. package/dist/lib/git-commit-details-route.js +1 -1
  42. package/dist/lib/git-history-diff-guardrails.js +1 -1
  43. package/dist/lib/git-provider-service.js +1 -1
  44. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  45. package/dist/lib/git-provider-setup/index.js +1 -1
  46. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  47. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  48. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  49. package/dist/lib/git-providers/github-app-provider.js +1 -1
  50. package/dist/lib/git-providers/index.js +1 -1
  51. package/dist/lib/git-providers/provider-factory.js +1 -1
  52. package/dist/lib/git-providers/provider-interface.js +1 -1
  53. package/dist/lib/github-urls.js +1 -1
  54. package/dist/lib/group-objective-linking.js +1 -1
  55. package/dist/lib/jira-client.js +1 -1
  56. package/dist/lib/judge-blinding.js +1 -1
  57. package/dist/lib/logger.js +1 -1
  58. package/dist/lib/migration-to-scoped-rbac.js +1 -0
  59. package/dist/lib/model-fetcher.js +1 -1
  60. package/dist/lib/notifications.js +1 -1
  61. package/dist/lib/objective-context.js +1 -1
  62. package/dist/lib/oidc-auth.js +1 -1
  63. package/dist/lib/oidc-device-flow.js +1 -1
  64. package/dist/lib/passwordTokens.js +1 -1
  65. package/dist/lib/permission-resolver.js +1 -0
  66. package/dist/lib/pin-cascade.js +1 -1
  67. package/dist/lib/provider-accounts.js +1 -1
  68. package/dist/lib/provider-oauth.js +1 -1
  69. package/dist/lib/provider-profile.js +1 -1
  70. package/dist/lib/provider-token-refresh.js +1 -1
  71. package/dist/lib/request-url.js +1 -1
  72. package/dist/lib/rewind.js +1 -1
  73. package/dist/lib/role-definitions.js +1 -0
  74. package/dist/lib/roles.js +1 -1
  75. package/dist/lib/secrets.js +1 -1
  76. package/dist/lib/setup-repo-git-auth.js +1 -1
  77. package/dist/lib/state-capture.js +1 -1
  78. package/dist/lib/static-files.js +1 -1
  79. package/dist/lib/task-name-format.js +1 -1
  80. package/dist/lib/task-name-generator.js +1 -1
  81. package/dist/lib/task-source-metadata.js +1 -0
  82. package/dist/lib/teams.js +1 -0
  83. package/dist/lib/user-git-oauth.js +1 -1
  84. package/dist/lib/user-git-tokens.js +1 -1
  85. package/dist/lib/users.js +1 -1
  86. package/dist/middleware/requireAuth.js +1 -1
  87. package/dist/middleware/requireInit.js +1 -1
  88. package/dist/middleware/requirePermission.js +1 -1
  89. package/dist/package-lock.json +211 -21
  90. package/dist/package.json +3 -1
  91. package/dist/playwright.config.js +1 -0
  92. package/dist/routes/apiKeys.js +1 -1
  93. package/dist/routes/auth-oidc.js +1 -1
  94. package/dist/routes/auth.js +1 -1
  95. package/dist/routes/automations.js +1 -0
  96. package/dist/routes/bindings.js +1 -0
  97. package/dist/routes/build.js +1 -1
  98. package/dist/routes/containers.js +1 -1
  99. package/dist/routes/deploy-task.js +1 -1
  100. package/dist/routes/environment-management.js +1 -1
  101. package/dist/routes/environments.js +1 -1
  102. package/dist/routes/external-skills.js +1 -1
  103. package/dist/routes/git-credentials.js +1 -1
  104. package/dist/routes/git-oauth.js +1 -1
  105. package/dist/routes/git-provider-setup.js +1 -1
  106. package/dist/routes/health.js +1 -1
  107. package/dist/routes/jira.js +1 -1
  108. package/dist/routes/objective-management.js +1 -1
  109. package/dist/routes/password.js +1 -1
  110. package/dist/routes/prompt.js +1 -1
  111. package/dist/routes/provider-auth.js +1 -1
  112. package/dist/routes/qa.js +1 -1
  113. package/dist/routes/roles.js +1 -0
  114. package/dist/routes/settings.js +1 -1
  115. package/dist/routes/skill-management.js +1 -1
  116. package/dist/routes/skills.js +1 -1
  117. package/dist/routes/tasks.js +1 -1
  118. package/dist/routes/teams.js +1 -0
  119. package/dist/routes/templates.js +1 -1
  120. package/dist/routes/test-task.js +1 -1
  121. package/dist/routes/test.js +1 -1
  122. package/dist/routes/users.js +1 -1
  123. package/dist/routes/visualizations.js +1 -1
  124. package/dist/scripts/create-user.js +1 -1
  125. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  126. package/dist/scripts/migrate-to-scoped-rbac.js +2 -0
  127. package/dist/start.js +1 -1
  128. package/dist/start.js.bak +1381 -0
  129. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  130. package/dist/web-ui/public/activity-feed.js +1 -1
  131. package/dist/web-ui/public/activity-formatters.js +1 -1
  132. package/dist/web-ui/public/agent-event-parser.js +1 -1
  133. package/dist/web-ui/public/app.js +1 -1
  134. package/dist/web-ui/public/approve-dialog.js +1 -1
  135. package/dist/web-ui/public/automation-links.js +1 -0
  136. package/dist/web-ui/public/automation-schedule.js +1 -0
  137. package/dist/web-ui/public/comments-widget.js +1 -1
  138. package/dist/web-ui/public/diff-utils.js +1 -1
  139. package/dist/web-ui/public/docs/_sidebar.md +1 -0
  140. package/dist/web-ui/public/docs/admin/automations.md +75 -0
  141. package/dist/web-ui/public/docs/admin/git-providers.md +10 -5
  142. package/dist/web-ui/public/docs/admin/installation.md +1 -1
  143. package/dist/web-ui/public/docs/admin/users-and-roles.md +14 -4
  144. package/dist/web-ui/public/environments.css +253 -125
  145. package/dist/web-ui/public/environments.html +366 -2
  146. package/dist/web-ui/public/environments.js +1 -1
  147. package/dist/web-ui/public/feedback-widget.css +42 -0
  148. package/dist/web-ui/public/feedback-widget.js +1 -1
  149. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  150. package/dist/web-ui/public/git-history.html +15 -0
  151. package/dist/web-ui/public/git-history.js +1 -1
  152. package/dist/web-ui/public/git-status.js +1 -1
  153. package/dist/web-ui/public/index.html +27 -0
  154. package/dist/web-ui/public/index.js +1 -1
  155. package/dist/web-ui/public/login.js +1 -1
  156. package/dist/web-ui/public/markdown-editor.js +1 -1
  157. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  158. package/dist/web-ui/public/modal-maximize.js +1 -1
  159. package/dist/web-ui/public/notifications.js +1 -1
  160. package/dist/web-ui/public/pr-dialog.js +1 -1
  161. package/dist/web-ui/public/roles.html +247 -0
  162. package/dist/web-ui/public/roles.js +1 -0
  163. package/dist/web-ui/public/server-health.js +1 -1
  164. package/dist/web-ui/public/settings.html +84 -1
  165. package/dist/web-ui/public/settings.js +1 -1
  166. package/dist/web-ui/public/setup-password.js +1 -1
  167. package/dist/web-ui/public/skills.css +6 -0
  168. package/dist/web-ui/public/skills.html +35 -0
  169. package/dist/web-ui/public/skills.js +1 -1
  170. package/dist/web-ui/public/sse-client.js +1 -1
  171. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  172. package/dist/web-ui/public/styles.css +278 -161
  173. package/dist/web-ui/public/task.html +33 -2
  174. package/dist/web-ui/public/task.js +1 -1
  175. package/dist/web-ui/public/teams.html +285 -0
  176. package/dist/web-ui/public/teams.js +1 -0
  177. package/dist/web-ui/public/terminal.js +1 -1
  178. package/dist/web-ui/public/theme.js +1 -1
  179. package/dist/web-ui/public/users.html +87 -29
  180. package/dist/web-ui/public/users.js +1 -1
  181. package/dist/web-ui/public/variant-grouping.js +1 -1
  182. package/package.json +7 -3
@@ -1 +1 @@
1
- (function(_0x3db95d,_0x4b3844){const _0x3d090a={_0x26de8e:0x202,_0x272241:0x1ac,_0x2f264d:0x1bc,_0x351967:0x1e5,_0x92bab3:0x1f4,_0x553de8:0x14,_0x87ebe:0x1f1,_0x252735:0x1dd,_0x1fd7ca:0x1f8,_0x4cea28:0x1d6,_0x470adb:0x17,_0x44a60d:0x33,_0x4ab53c:0x18d,_0x5e6d96:0x1ac,_0x3d8039:0xc,_0x452c54:0x10,_0x1bc3d1:0x1a9,_0x2a6645:0x1c3,_0x30084e:0x1a9,_0x1632a4:0x192,_0x32ddb5:0x18c,_0x2f42f4:0x1a1,_0x383c68:0x189},_0x5a834a={_0x8a3fa0:0x30c};function _0x212931(_0x51e899,_0xc03138,_0x1830c7,_0x33247f){return _0x31eb(_0x51e899- -0x15e,_0x33247f);}function _0x4e0d57(_0x3f4295,_0xf00669,_0x2df55f,_0x3a256e){return _0x31eb(_0xf00669- -_0x5a834a._0x8a3fa0,_0x3a256e);}const _0x50aefb=_0x3db95d();while(!![]){try{const _0x58284d=-parseInt(_0x4e0d57(-_0x3d090a._0x26de8e,-0x1d4,-0x1bc,-_0x3d090a._0x272241))/(0x144b*0x1+-0x2*0x9cb+-0xb4)+parseInt(_0x4e0d57(-_0x3d090a._0x2f264d,-_0x3d090a._0x351967,-0x211,-_0x3d090a._0x92bab3))/(-0x1*-0xef3+0x5a4+-0x1495*0x1)+-parseInt(_0x212931(-0x12,0x1b,-_0x3d090a._0x553de8,0x1d))/(-0x5a3+0x7*-0x1f3+0x134b)+parseInt(_0x4e0d57(-_0x3d090a._0x87ebe,-0x1e6,-0x210,-_0x3d090a._0x252735))/(0x282+-0x40f*-0x3+-0x2ef*0x5)*(parseInt(_0x4e0d57(-_0x3d090a._0x1fd7ca,-_0x3d090a._0x4cea28,-0x1ec,-0x1ce))/(-0xa45*-0x2+-0x2454+0xfcf))+-parseInt(_0x212931(_0x3d090a._0x470adb,_0x3d090a._0x44a60d,0x47,-0x10))/(0x8a1*-0x4+-0x446*0x9+0x4*0x1240)*(-parseInt(_0x4e0d57(-0x1a7,-0x18e,-_0x3d090a._0x4ab53c,-_0x3d090a._0x5e6d96))/(0x1413+0x40d+-0xc7*0x1f))+-parseInt(_0x212931(-_0x3d090a._0x3d8039,-0x2c,-0x3c,_0x3d090a._0x452c54))/(-0x1aaa+-0x1164+0x273*0x12)*(-parseInt(_0x4e0d57(-0x18c,-_0x3d090a._0x1bc3d1,-_0x3d090a._0x2a6645,-0x1be))/(-0xd32*0x1+-0x154c+0x2287))+-parseInt(_0x4e0d57(-_0x3d090a._0x30084e,-0x1b0,-0x1c9,-_0x3d090a._0x1632a4))/(-0x223c+-0x1eac+0x66*0xa3)*(-parseInt(_0x4e0d57(-0x1af,-_0x3d090a._0x32ddb5,-_0x3d090a._0x2f42f4,-_0x3d090a._0x383c68))/(0xde7+-0x1*0x1fe7+0x120b));if(_0x58284d===_0x4b3844)break;else _0x50aefb['push'](_0x50aefb['shift']());}catch(_0x5b4fd6){_0x50aefb['push'](_0x50aefb['shift']());}}}(_0x5362,-0xa2c81+-0x93c21+0x805d*0x44));import{promises as _0x3d1173,constants as _0x3e4a71}from'fs';import _0x25c180 from'path';import _0x565091 from'os';const CONFIG_PATH=_0x25c180[_0x886d95(0x4a1,0x47c,0x463,0x46e)](_0x565091[_0x886d95(0x436,0x44f,0x47b,0x46f)](),_0x4dfb22(0x21f,0x245,0x243,0x240),'config.jso'+'n');function _0x5362(){const _0x65e82b=['z3DLwfG','BwTKAxi','uf9qqvri','quzHwwq','Aw9UigrLBMLLza','A0XJr0S','ndCZndiYnuzYD2PVua','C3nSx2TLEv9Wyq','CfrKvxe','vfjvu1rFufjpwa','DxrMltG','ru5pru5u','nJr1q0PIsNC','rxjhvLa','lMnVzgvY','uhrUrfm','AwvYsu4','A3fgwLy','ven1rfK','rwXetMK','ywDyC2m','v1HJwhO','mJi5mePqs1H0sW','Cf9WyxrO','q2fUBM90igfJyW','Dg9gCg8','A1HHB3a','Bevlyui','vw52vgK','odm3ota5r3Luq0fY','zw52','zM91BMq6ia','CgfYC2u','u1nmx0Tfwv9qqq','zgLYBMfTzq','sLvxBwe','zsaOCgvYBwLZCW','CwjZBui','ue9sva','vgjZwvO','rufdq0vt','CMvHzezPBgu','BvPtC04','rxfLwxa','AM9PBG','C3nSx2nLCNrFCa','y29KzxjFC2v0Dq','mtqZnej1z3Dhuq','Dez6zNC','tvf2wwK','sKTIwfu','u1jXvKy','qvz4AwC','r2Hvr1e','CMvJDxjZAxzL','C3rYAw5NAwz5','mty5nJfLAgPbzwK','zxnZia','nJi5otDPqKr0zMy','rNDSA1u','y29Kzq','ru9hANa','yxrO','q09ervjFu0vuvq','igzPBgu6ia','BwvZC2fNzq','vxLtBMq','wMrrzM4','mtK4otG2offJwMTKBG','mJu0mJKZnK5KturZuW','zNHhrLa','uNHoAwS','C2vYDMvYx3bVCG','C3nSx2nHx3bHDa','B3qGCMvHzgfIBa','igzPBguGAxmGBG','qvri','zvPJANy','uL9psW','q2Tns3u','EhrxCfO','zLbwAgS','zLrzwfy','Dhj1C3rFChjVEa','nw9eyu5vDa','zvnUAvy','mtG2mZy3mhnVCw5nBG','u1nmx0nfuLrFua','Cg9RCvy','D0j2B3a','qKrRvKi','swHWtw8','s3rTCLC','s0LTq0S','ktOG','AKrvCKu','igzPBguGBM90ia','sNbevxi','DxPXDNe','Ag9TzwrPCG'];_0x5362=function(){return _0x65e82b;};return _0x5362();}function _0x4dfb22(_0x1fbdd4,_0xe6147f,_0x12809d,_0x4edf51){return _0x31eb(_0x1fbdd4-0xcb,_0x4edf51);}async function loadConfig(){const _0x31ceec={_0x2da7b6:0x2,_0x3b88e8:0x19,_0x167968:0x1d,_0x5eae59:0xe5,_0x4cdee:0x2e,_0x527b68:0x30,_0x2d782c:0x108,_0x27dbea:0xcb,_0x2a9364:0xfc,_0x143e44:0xd2,_0x331381:0x25,_0x332ca2:0x2,_0x21e004:0xda,_0x9cdcc6:0x91,_0x37b13f:0xc2,_0x558f1b:0xce,_0xb9a571:0xde,_0x3050e8:0xe3,_0x4ef5f5:0xbc,_0x30ecc6:0xa9,_0x539c7b:0xc7,_0x544afc:0xea,_0x13034e:0xf5,_0x32a98e:0x101,_0x370cb8:0xe6,_0x2e6075:0xd5,_0x48f62b:0xdc,_0x387394:0x1e,_0x328e80:0xe},_0x414151={_0x1c191b:0x462,_0x525597:0x9},_0x46540a={};_0x46540a[_0x4d251c(0x23,-_0x31ceec._0x2da7b6,_0x31ceec._0x3b88e8,_0x31ceec._0x167968)]=_0x115323(-0xff,-_0x31ceec._0x5eae59,-0xf4,-0xdb);function _0x115323(_0x483e79,_0x4b3c94,_0x4f064a,_0x24ef6b){return _0x4dfb22(_0x24ef6b- -0x2f6,_0x4b3c94-0xb,_0x4f064a-0x48,_0x4f064a);}_0x46540a['SRqVF']=function(_0x1bdf16,_0x578cc5){return _0x1bdf16===_0x578cc5;};function _0x4d251c(_0x2f1a8c,_0x4cc2e4,_0x2edf7c,_0x3cb469){return _0x886d95(_0x4cc2e4,_0x2edf7c- -_0x414151._0x1c191b,_0x2edf7c-_0x414151._0x525597,_0x3cb469-0x180);}_0x46540a[_0x4d251c(-0x59,-_0x31ceec._0x4cdee,-_0x31ceec._0x527b68,-0x43)]=_0x115323(-_0x31ceec._0x2d782c,-0xe4,-_0x31ceec._0x27dbea,-0xda),_0x46540a[_0x115323(-_0x31ceec._0x2a9364,-0x102,-0xb6,-_0x31ceec._0x143e44)]=function(_0x32e97b,_0x3ffdc2){return _0x32e97b===_0x3ffdc2;},_0x46540a[_0x4d251c(0x1,_0x31ceec._0x331381,-_0x31ceec._0x332ca2,0x26)]=_0x115323(-_0x31ceec._0x21e004,-0x9c,-_0x31ceec._0x9cdcc6,-_0x31ceec._0x37b13f);const _0x2fb697=_0x46540a;try{const _0x1e0afc=await _0x3d1173[_0x115323(-0xda,-0xc2,-_0x31ceec._0x558f1b,-0xbc)](CONFIG_PATH,_0x2fb697['EqeYp']);return JSON[_0x115323(-_0x31ceec._0xb9a571,-0xb1,-0xa3,-0xc5)](_0x1e0afc);}catch(_0x17c54b){if(_0x2fb697[_0x115323(-_0x31ceec._0x3050e8,-0x83,-_0x31ceec._0x4ef5f5,-0xb2)](_0x4d251c(-0x22,0x36,0xa,0x37),_0x115323(-0xb6,-0xca,-0x97,-0xc9))){if(_0x2fb697['SRqVF'](_0x17c54b[_0x115323(-0xcd,-0x86,-0x9c,-_0x31ceec._0x30ecc6)],_0x2fb697['fxGFP'])){if(_0x2fb697[_0x115323(-_0x31ceec._0x539c7b,-_0x31ceec._0x544afc,-_0x31ceec._0x13034e,-0xd2)](_0x2fb697[_0x115323(-0xe6,-_0x31ceec._0x32a98e,-_0x31ceec._0x370cb8,-_0x31ceec._0x2e6075)],_0x2fb697['ierIN']))return{};else delete _0x5b1cb4['coder_setu'+'p_path'];}throw _0x17c54b;}else throw new _0x2f1c0e(_0x255387+('\x20file\x20is\x20n'+'ot\x20readabl'+_0x115323(-0xa5,-_0x31ceec._0x48f62b,-0xe8,-0xc1)+_0x4d251c(-0x29,_0x31ceec._0x387394,-_0x31ceec._0x328e80,-0x33)+'):\x20')+_0x54c8e7);}}async function saveConfig(_0x3b1419){const _0x222de2={_0x2918da:0x2ab,_0x6d2236:0x3f2,_0x3491ca:0x42b,_0x316ed7:0x41f,_0x200283:0x2f2,_0x58d18b:0x2a8,_0x3d0b1a:0x416,_0x52a952:0x461,_0x2d7c41:0x44c,_0x893f77:0x2a9},_0xda885={_0x4fe6d1:0x10a},_0x318d70={};function _0x40af6b(_0xad1e13,_0x5e14f8,_0x50cdd5,_0x46c78c){return _0x4dfb22(_0x46c78c-0x91,_0x5e14f8-0x31,_0x50cdd5-_0xda885._0x4fe6d1,_0xad1e13);}_0x318d70[_0x40af6b(0x2b6,0x2d8,_0x222de2._0x2918da,0x2b6)]=_0x4cac79(_0x222de2._0x6d2236,_0x222de2._0x3491ca,0x42c,_0x222de2._0x316ed7);const _0x2dfbb3=_0x318d70,_0x4e8dcb=_0x25c180[_0x40af6b(0x2bd,_0x222de2._0x200283,_0x222de2._0x58d18b,0x2c4)](CONFIG_PATH);function _0x4cac79(_0xc25cc9,_0x27e74b,_0x3f98dd,_0xb4fdbe){return _0x4dfb22(_0xb4fdbe-0x204,_0x27e74b-0x1e2,_0x3f98dd-0x4e,_0xc25cc9);}const _0x48a9c9={};_0x48a9c9[_0x4cac79(0x478,0x456,0x444,0x44b)]=!![],await _0x3d1173[_0x4cac79(0x406,0x415,0x400,_0x222de2._0x3d0b1a)](_0x4e8dcb,_0x48a9c9),await _0x3d1173['writeFile'](CONFIG_PATH,JSON[_0x4cac79(0x47b,_0x222de2._0x52a952,0x42f,_0x222de2._0x2d7c41)](_0x3b1419,null,0x172*-0x11+0xfea+0x8aa),_0x2dfbb3[_0x40af6b(_0x222de2._0x893f77,0x2b8,0x2cb,0x2b6)]);}export async function getCoderSetupPath(){const _0x42a4dd={_0xf3bd7c:0x255,_0x6da39b:0x238,_0x13f950:0x284,_0x4d1141:0x25a,_0x477f8c:0x256,_0x22eb91:0x25f,_0x552222:0x248,_0x7c5516:0x25d},_0x3aac49={_0x5003b3:0x236},_0x46ae36={_0x3180d6:0x158,_0x1509ab:0xdc};if(process[_0x10b090(0x26a,_0x42a4dd._0xf3bd7c,0x256,_0x42a4dd._0x6da39b)]['CODER_SETU'+'P_PATH'])return process[_0xe21b8a(_0x42a4dd._0x13f950,_0x42a4dd._0x4d1141,_0x42a4dd._0x477f8c,_0x42a4dd._0x22eb91)][_0x10b090(0x1f6,0x214,0x1f5,0x1f5)+_0xe21b8a(0x22b,0x23e,0x26a,0x243)];const _0x538e90=await loadConfig();function _0xe21b8a(_0x4f369e,_0x2c184b,_0x2bee61,_0x1b460a){return _0x4dfb22(_0x1b460a-0x30,_0x2c184b-_0x46ae36._0x3180d6,_0x2bee61-_0x46ae36._0x1509ab,_0x4f369e);}function _0x10b090(_0x11d748,_0x2e0523,_0x2e4e6f,_0x77b9a5){return _0x886d95(_0x11d748,_0x77b9a5- -_0x3aac49._0x5003b3,_0x2e4e6f-0x165,_0x77b9a5-0x9e);}return _0x538e90[_0x10b090(0x219,0x240,0x21e,_0x42a4dd._0x552222)+_0x10b090(_0x42a4dd._0x7c5516,0x234,0x1ff,0x231)]||null;}export async function saveCoderSetupPath(_0x1031f1){const _0x2bd281={_0xa64108:0x522,_0x1a9c13:0x514,_0x1b92c4:0x4e9,_0x581c13:0x4e2,_0x11ea7e:0x4f9,_0x340cf5:0x525,_0x5420ad:0x16a,_0x43e2ca:0x165,_0x4c1888:0x17f,_0x36ff62:0x1a9,_0x481af6:0x190,_0x59c27a:0x513,_0x73e818:0x4f7,_0x13ff4a:0x168,_0x37c271:0x135,_0x460b2b:0x157,_0x49515d:0x173,_0x3e62a6:0x4fa,_0x2224b2:0x4e8,_0x15ceb4:0x507,_0x5a7f68:0x4dd,_0x264993:0x4b6,_0x1215ae:0x4d3,_0xdcc3b:0x4de,_0x549810:0x13a,_0x4fc3f1:0x16d,_0x57577a:0x168,_0x4d4e70:0x191,_0x30bdef:0x510,_0x24fbbd:0x4f0,_0x1698c7:0x4d5,_0x581e98:0x1a1,_0x3b191c:0x4ed,_0x3ba38c:0x4c9,_0x24116d:0x4f5,_0x5450bc:0x182,_0x5f4eda:0x15e,_0x2578e1:0x188,_0x4a9e59:0x1b1,_0x39d042:0x50f,_0x1c0793:0x518,_0x3f2b40:0x171,_0x18f572:0x15e,_0x3ea6d4:0x16c,_0x21d5c5:0x14e},_0x13320e={_0x53e1f5:0x39d,_0x382938:0x156},_0x43aa31={_0x2fd755:0x10a},_0x2ef5d0={'TbsYZ':function(_0x485863,_0x188cb4){return _0x485863===_0x188cb4;},'GhUGQ':'ENOENT','eSniV':_0x4514fe(0x51f,_0x2bd281._0xa64108,_0x2bd281._0x1a9c13,0x4f4),'gfeCz':function(_0x2d6dac,_0x260c64){return _0x2d6dac!==_0x260c64;},'RxNik':_0x4514fe(0x4e4,0x4d0,_0x2bd281._0x1b92c4,_0x2bd281._0x581c13),'KtmrW':'HhVDB','IMdbB':_0x4514fe(_0x2bd281._0x11ea7e,0x4f1,0x51c,_0x2bd281._0x340cf5),'pBrme':function(_0xa7b9e5,_0x16760f){return _0xa7b9e5(_0x16760f);}};function _0x4514fe(_0x4a03a9,_0x1f6a62,_0x44f86a,_0x2ae4e0){return _0x4dfb22(_0x44f86a-0x2db,_0x1f6a62-0x84,_0x44f86a-_0x43aa31._0x2fd755,_0x1f6a62);}function _0x2a4562(_0x1b9e1f,_0x30f0a6,_0x36feb3,_0x4e3252){return _0x4dfb22(_0x36feb3- -_0x13320e._0x53e1f5,_0x30f0a6-0x19d,_0x36feb3-_0x13320e._0x382938,_0x4e3252);}const _0x32222a=await loadConfig();if(_0x2ef5d0[_0x2a4562(-_0x2bd281._0x5420ad,-0x17a,-_0x2bd281._0x43e2ca,-0x16f)](_0x1031f1,null)){if(_0x2ef5d0['gfeCz'](_0x2ef5d0[_0x2a4562(-0x196,-_0x2bd281._0x4c1888,-_0x2bd281._0x36ff62,-_0x2bd281._0x481af6)],_0x2ef5d0['RxNik'])){if(_0x2ef5d0[_0x4514fe(0x517,0x51c,_0x2bd281._0x59c27a,_0x2bd281._0x73e818)](_0x272d56[_0x2a4562(-_0x2bd281._0x13ff4a,-0x144,-0x150,-0x14d)],_0x2ef5d0[_0x2a4562(-0x14d,-_0x2bd281._0x37c271,-_0x2bd281._0x460b2b,-_0x2bd281._0x49515d)]))throw new _0x6edc67(_0x2433c5+(_0x4514fe(_0x2bd281._0x3e62a6,0x500,_0x2bd281._0x2224b2,0x4bb)+_0x4514fe(0x515,0x4df,0x50b,_0x2bd281._0x11ea7e))+_0x3e50fd);else{if(_0x325ca3['code']===_0x2ef5d0[_0x4514fe(0x4c6,_0x2bd281._0x15ceb4,_0x2bd281._0x5a7f68,0x4b6)])throw new _0x1da3ff(_0x24aca0+(_0x4514fe(0x4d6,_0x2bd281._0x264993,_0x2bd281._0x1215ae,0x4e6)+_0x4514fe(0x4d1,0x4cc,0x4d2,_0x2bd281._0xdcc3b)+_0x2a4562(-_0x2bd281._0x549810,-_0x2bd281._0x4fc3f1,-_0x2bd281._0x57577a,-_0x2bd281._0x4d4e70)+_0x4514fe(0x502,_0x2bd281._0x30bdef,_0x2bd281._0x24fbbd,_0x2bd281._0x1698c7)+'):\x20')+_0x16b03e);else throw new _0x59c9c7(_0x2a4562(-_0x2bd281._0x581e98,-0x149,-0x174,-0x14a)+'ess\x20'+_0x5a8ad4+_0x2a4562(-0x1a8,-0x1aa,-0x1b0,-0x1cb)+_0x8861b8+'\x20('+_0x1f6d07[_0x4514fe(_0x2bd281._0x3b191c,0x4d0,_0x2bd281._0x3ba38c,_0x2bd281._0x24116d)]+')');}}else delete _0x32222a[_0x2a4562(-_0x2bd281._0x5450bc,-0x148,-_0x2bd281._0x5f4eda,-0x17c)+_0x4514fe(0x4e4,0x52e,0x503,0x4fe)];}else{if(_0x2ef5d0['TbsYZ'](_0x2ef5d0[_0x2a4562(-_0x2bd281._0x2578e1,-_0x2bd281._0x4a9e59,-0x194,-0x1bd)],_0x2ef5d0['IMdbB']))return _0x49c79f[_0x4514fe(0x52c,_0x2bd281._0x11ea7e,0x519,0x4e7)+_0x4514fe(_0x2bd281._0x39d042,_0x2bd281._0x1c0793,0x52a,0x540)];else _0x32222a[_0x2a4562(-_0x2bd281._0x3f2b40,-0x169,-_0x2bd281._0x18f572,-_0x2bd281._0x3ea6d4)+_0x2a4562(-0x14a,-0x189,-0x175,-_0x2bd281._0x21d5c5)]=_0x1031f1;}await _0x2ef5d0['pBrme'](saveConfig,_0x32222a);}export async function getServerPort(){const _0x52123e={_0x4c5522:0x22,_0x3330bf:0x3d,_0x4b5699:0x1f,_0xd2056c:0x28,_0x37263c:0x36,_0x4d3471:0x10,_0x5c0b98:0x0,_0x4766c7:0x24,_0x55c62a:0x443,_0x1f98fc:0x45d,_0x48177f:0x42f,_0x21f2d9:0x453,_0x22dd19:0x427,_0x1e43dc:0x41b,_0x54d661:0x3f9},_0x59abb7={_0x1b8662:0x4},_0x28379c={_0x5a4689:0x170,_0x3c6877:0x1ca},_0x39cbbe={'EOGjp':function(_0x2cf9fe,_0x534036,_0x3e4351){return _0x2cf9fe(_0x534036,_0x3e4351);},'IhpMo':function(_0x406b32){return _0x406b32();}};if(process[_0x209f24(0x1a,-_0x52123e._0x4c5522,-0x18,-_0x52123e._0x3330bf)]['PORT'])return _0x39cbbe[_0x209f24(-_0x52123e._0x4b5699,_0x52123e._0xd2056c,0x7,_0x52123e._0x37263c)](parseInt,process[_0x209f24(-_0x52123e._0x4d3471,_0x52123e._0x5c0b98,-0x18,-_0x52123e._0x4766c7)][_0x227729(_0x52123e._0x55c62a,_0x52123e._0x1f98fc,0x465,_0x52123e._0x48177f)],-0xfe1+0x6*0x36+-0x1*-0xea7);function _0x227729(_0x2989ea,_0x4498f0,_0x33cf2d,_0xed7180){return _0x886d95(_0xed7180,_0x4498f0- -0x19,_0x33cf2d-_0x28379c._0x5a4689,_0xed7180-_0x28379c._0x3c6877);}function _0x209f24(_0x131f78,_0x29e9c2,_0x2330f8,_0x4d4634){return _0x4dfb22(_0x2330f8- -0x247,_0x29e9c2-0x8f,_0x2330f8-_0x59abb7._0x1b8662,_0x29e9c2);}const _0x1c5382=await _0x39cbbe[_0x227729(_0x52123e._0x21f2d9,0x42e,0x456,0x415)](loadConfig);return _0x1c5382[_0x227729(_0x52123e._0x22dd19,_0x52123e._0x1e43dc,0x40a,_0x52123e._0x54d661)+'t']||0x408+-0x2514+0x47a*0xa;}function _0x886d95(_0x1bdc25,_0x1f16d5,_0x1b908b,_0x411612){const _0x1ba9d2={_0x27a585:0x30a};return _0x31eb(_0x1f16d5-_0x1ba9d2._0x27a585,_0x1bdc25);}export async function saveServerPort(_0x2d33b0){const _0x5f37e4={_0x5b0592:0x162,_0x57fc03:0x19c},_0x12aae2={_0x4fcb4d:0xa0,_0x4faaba:0x48},_0x4dbcdc={'RizRM':function(_0x2f15b0){return _0x2f15b0();},'IoSPU':function(_0x3ea827,_0x10d41b){return _0x3ea827(_0x10d41b);}},_0x159970=await _0x4dbcdc['RizRM'](loadConfig);function _0x2902e4(_0x1b3026,_0x26d358,_0x1c9705,_0x33a723){return _0x886d95(_0x26d358,_0x1c9705- -0x5b7,_0x1c9705-_0x12aae2._0x4fcb4d,_0x33a723-_0x12aae2._0x4faaba);}_0x159970[_0x2902e4(-0x174,-_0x5f37e4._0x5b0592,-0x183,-_0x5f37e4._0x57fc03)+'t']=_0x2d33b0,await _0x4dbcdc['IoSPU'](saveConfig,_0x159970);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x28f259={_0x486e96:0x18e,_0x46bd4d:0x17d,_0x96538e:0x155,_0x1e2866:0x1a0,_0x3eebab:0x163,_0x1b1bfe:0x18e,_0x36decc:0x183,_0x5cbc3d:0x1aa,_0x1a1bb1:0xb,_0x406361:0x0,_0x1e91b7:0x3c,_0x5df678:0x50,_0x1c6eb9:0x2,_0x26c1ab:0x1d3,_0x51ec05:0x1d1,_0xe9e24b:0x1db},_0x44ff8a={_0x42471d:0x22b,_0x4b2668:0x13d},_0x23cd06={_0x2b43b8:0x3cc};function _0x22d888(_0x3f50af,_0xed55c9,_0x3518bd,_0x1f8fd8){return _0x4dfb22(_0x3f50af- -_0x23cd06._0x2b43b8,_0xed55c9-0xd6,_0x3518bd-0xc7,_0x1f8fd8);}function _0x30d6fa(_0x1320bc,_0xfd98e5,_0x24291f,_0x3e28fd){return _0x4dfb22(_0x1320bc- -_0x44ff8a._0x42471d,_0xfd98e5-0xad,_0x24291f-_0x44ff8a._0x4b2668,_0x24291f);}const _0x2ae06a=await loadConfig();if(_0x2ae06a[_0x22d888(-_0x28f259._0x486e96,-0x189,-0x1c0,-0x1b6)+_0x22d888(-_0x28f259._0x46bd4d,-_0x28f259._0x96538e,-_0x28f259._0x1e2866,-_0x28f259._0x3eebab)])return _0x2ae06a[_0x22d888(-_0x28f259._0x1b1bfe,-_0x28f259._0x36decc,-_0x28f259._0x5cbc3d,-0x1b0)+_0x30d6fa(0x24,_0x28f259._0x1a1bb1,_0x28f259._0x406361,_0x28f259._0x1e91b7)];return process['env'][_0x30d6fa(-0x27,-_0x28f259._0x5df678,0x5,-_0x28f259._0x1c6eb9)+_0x22d888(-_0x28f259._0x26c1ab,-0x1d2,-_0x28f259._0x51ec05,-_0x28f259._0xe9e24b)]||null;}export async function saveSslCertPath(_0x5493d9){const _0x16ba5d={_0x58cd60:0x101,_0x271036:0xd9,_0x1bd53f:0xd7,_0x13fce8:0x8c,_0x44d380:0xb9,_0xebc76e:0x8c,_0x4d5909:0x7d,_0x130f12:0x80,_0x2b2e24:0xa7,_0x32ad5c:0x98,_0x5da86e:0x527,_0x4cc794:0x502},_0x29f774={_0xf2a393:0xa5,_0x1e9095:0x53},_0x53d3ee={_0x1bfac9:0x6d,_0x4c8087:0x16c};function _0x41d2d4(_0x4ed3ea,_0x3e7a9d,_0x14bef2,_0xf312f2){return _0x886d95(_0xf312f2,_0x14bef2-_0x53d3ee._0x1bfac9,_0x14bef2-_0x53d3ee._0x4c8087,_0xf312f2-0x107);}const _0x3ad337={'fTYXV':function(_0xc489c){return _0xc489c();},'ErGVP':function(_0x338a71,_0x2b1923){return _0x338a71===_0x2b1923;},'vMrUL':function(_0x50eb58,_0x42b1f5){return _0x50eb58(_0x42b1f5);}};function _0x4bea80(_0x1ee55b,_0x2e4522,_0x592d2c,_0x1cbf4f){return _0x886d95(_0x592d2c,_0x1cbf4f- -0x515,_0x592d2c-_0x29f774._0xf2a393,_0x1cbf4f-_0x29f774._0x1e9095);}const _0x13a20a=await _0x3ad337[_0x4bea80(-_0x16ba5d._0x58cd60,-_0x16ba5d._0x271036,-0xa6,-_0x16ba5d._0x1bd53f)](loadConfig);_0x3ad337[_0x4bea80(-_0x16ba5d._0x13fce8,-_0x16ba5d._0x44d380,-_0x16ba5d._0xebc76e,-0xb8)](_0x5493d9,null)?delete _0x13a20a['ssl_cert_p'+'ath']:_0x13a20a[_0x4bea80(-_0x16ba5d._0x4d5909,-_0x16ba5d._0x130f12,-_0x16ba5d._0x2b2e24,-_0x16ba5d._0x32ad5c)+_0x41d2d4(_0x16ba5d._0x5da86e,0x51e,0x4fb,_0x16ba5d._0x4cc794)]=_0x5493d9,await _0x3ad337['vMrUL'](saveConfig,_0x13a20a);}export async function getSslKeyPath(){const _0x3ffcc6={_0x542d2a:0x4e6,_0x28da7e:0x51d,_0x2d46d4:0x1a3,_0x2a19a2:0x1a2,_0x485546:0x1b0,_0x316902:0x1b7,_0x9776a7:0x1d1,_0xada2fe:0x1b7,_0xe720f7:0x17c,_0x1d4406:0x1d8,_0x467df3:0x4e9,_0x2695b4:0x537,_0x2894a8:0x50f,_0x5790d2:0x54d,_0x4bb294:0x555,_0x51a97a:0x532,_0x452eea:0x566,_0x19fe97:0x534},_0x357494={_0x1abdc4:0x1ce},_0x21a647={_0x1d43b4:0x3c6,_0x25d68a:0x1e0,_0x12e611:0xe4},_0x3b648e={'wBvop':function(_0x51a61c){return _0x51a61c();},'TmVrz':function(_0x1300eb,_0x55c7b9){return _0x1300eb===_0x55c7b9;},'uzqvq':_0x5ab10f(0x4f4,_0x3ffcc6._0x542d2a,_0x3ffcc6._0x28da7e,0x4fe)},_0x40299a=await _0x3b648e[_0x1119f4(-0x1c7,-_0x3ffcc6._0x2d46d4,-0x1f0,-0x1c0)](loadConfig);if(_0x40299a[_0x1119f4(-_0x3ffcc6._0x2a19a2,-0x1d3,-0x187,-0x1ae)+'th']){if(_0x3b648e['TmVrz'](_0x3b648e[_0x1119f4(-_0x3ffcc6._0x485546,-_0x3ffcc6._0x316902,-_0x3ffcc6._0x9776a7,-_0x3ffcc6._0xada2fe)],_0x3b648e['uzqvq']))return _0x40299a[_0x1119f4(-0x185,-_0x3ffcc6._0xe720f7,-_0x3ffcc6._0x1d4406,-0x1ae)+'th'];else throw new _0x136fd9(_0x1393e4+(_0x5ab10f(0x52d,_0x3ffcc6._0x467df3,_0x3ffcc6._0x2695b4,_0x3ffcc6._0x2894a8)+_0x5ab10f(_0x3ffcc6._0x5790d2,_0x3ffcc6._0x4bb294,0x50f,_0x3ffcc6._0x51a97a))+_0x327095);}function _0x1119f4(_0x217a14,_0x4f0a9d,_0x248522,_0x10a64e){return _0x4dfb22(_0x10a64e- -_0x21a647._0x1d43b4,_0x4f0a9d-_0x21a647._0x25d68a,_0x248522-_0x21a647._0x12e611,_0x248522);}function _0x5ab10f(_0x48b706,_0x53e659,_0x18e4d8,_0x3542b3){return _0x886d95(_0x18e4d8,_0x3542b3-0xc3,_0x18e4d8-0xea,_0x3542b3-_0x357494._0x1abdc4);}return process[_0x1119f4(-0x1a6,-0x1b8,-0x1be,-0x197)][_0x5ab10f(0x50d,0x551,_0x3ffcc6._0x452eea,_0x3ffcc6._0x19fe97)+'TH']||null;}export async function saveSslKeyPath(_0x2bdc9f){const _0x9be30d={_0x4e73e2:0x24d,_0x5396b6:0x542,_0x4d9989:0x524,_0x1f1399:0x271,_0x44b868:0x264,_0x1d0c76:0x287,_0xb981a9:0x283,_0x1a0df9:0x266,_0xe6fdd2:0x28f,_0x17901f:0x2a7,_0xf51e42:0x2b2,_0x52622a:0x29b,_0x38e2db:0x2a5,_0x447c76:0x2d5,_0x586175:0x27a,_0x1f4229:0x27d,_0x1b4102:0x291,_0x4c83af:0x26f},_0x21bb93={_0x1c025d:0x1d0},_0x6f8770={_0x1e9d5f:0x100};function _0xcddc5d(_0x2c70a1,_0x1349ae,_0x341cd2,_0xa8125a){return _0x886d95(_0xa8125a,_0x1349ae-0xc2,_0x341cd2-0x13,_0xa8125a-_0x6f8770._0x1e9d5f);}const _0x87adb6={'BDkVB':function(_0x55be49){return _0x55be49();},'lEKaB':function(_0x23a6ac,_0x219d00){return _0x23a6ac===_0x219d00;},'AFaYd':function(_0x48a9f7,_0x338eb5){return _0x48a9f7===_0x338eb5;},'PtnDS':_0x12a1f8(0x291,0x25f,_0x9be30d._0x4e73e2,0x241),'qbsmB':_0xcddc5d(_0x9be30d._0x5396b6,_0x9be30d._0x4d9989,0x54c,0x4f5),'kqFZV':function(_0x3bd78d,_0x5a808d){return _0x3bd78d(_0x5a808d);}},_0x49c8f5=await _0x87adb6[_0x12a1f8(0x298,0x276,_0x9be30d._0x1f1399,_0x9be30d._0x44b868)](loadConfig);_0x87adb6[_0x12a1f8(0x2b2,0x29b,0x290,0x2ba)](_0x2bdc9f,null)?delete _0x49c8f5[_0x12a1f8(0x26d,_0x9be30d._0x1d0c76,0x2b8,0x26e)+'th']:_0x87adb6[_0x12a1f8(0x293,_0x9be30d._0xb981a9,_0x9be30d._0x1d0c76,0x2ad)](_0x87adb6[_0x12a1f8(_0x9be30d._0x1a0df9,_0x9be30d._0xe6fdd2,_0x9be30d._0x17901f,_0x9be30d._0xf51e42)],_0x87adb6[_0x12a1f8(_0x9be30d._0x52622a,_0x9be30d._0x38e2db,_0x9be30d._0x447c76,0x29f)])?delete _0xd5344[_0x12a1f8(_0x9be30d._0x586175,0x26f,_0x9be30d._0x1f4229,0x27d)+'y']:_0x49c8f5['ssl_key_pa'+'th']=_0x2bdc9f;function _0x12a1f8(_0x4fe70a,_0x2ac665,_0x2c1fa2,_0xd11b00){return _0x886d95(_0x4fe70a,_0x2ac665- -_0x21bb93._0x1c025d,_0x2c1fa2-0x16b,_0xd11b00-0x13e);}await _0x87adb6[_0x12a1f8(0x27e,_0x9be30d._0x1b4102,_0x9be30d._0x4c83af,0x2a7)](saveConfig,_0x49c8f5);}export async function getSslCaPath(){const _0x1b5610={_0x42f14d:0x199,_0x4eb36e:0x17a,_0x17bb19:0x18a,_0x51973c:0x239,_0x2e171b:0x229},_0x4c65d4={_0x122304:0x6c,_0xc2709c:0x137};function _0x5c5646(_0x26cd7b,_0x429493,_0x1e2278,_0xabe6e9){return _0x4dfb22(_0x1e2278- -_0x4c65d4._0x122304,_0x429493-0x6f,_0x1e2278-_0x4c65d4._0xc2709c,_0xabe6e9);}const _0xfbe7a6=await loadConfig();function _0x4317b3(_0x2cde0d,_0x4a83c0,_0x580794,_0x450222){return _0x886d95(_0x450222,_0x4a83c0- -0x245,_0x580794-0x10a,_0x450222-0xb2);}if(_0xfbe7a6[_0x5c5646(0x165,0x1b0,0x18a,_0x1b5610._0x42f14d)+'h'])return _0xfbe7a6[_0x5c5646(_0x1b5610._0x4eb36e,0x16e,_0x1b5610._0x17bb19,0x176)+'h'];return process[_0x4317b3(_0x1b5610._0x51973c,_0x1b5610._0x2e171b,0x21b,0x243)]['SSL_CA_PAT'+'H']||null;}export async function saveSslCaPath(_0x2db23e){const _0x4ef5b2={_0x2f8a9e:0x216,_0x29b6d7:0x1de,_0x7c0624:0x10f,_0x1fdf19:0x20e,_0x2fa8d5:0x215,_0x1754df:0x1f9,_0x2e2fac:0xe4},_0x51a43f={_0x3cb6f2:0x63c},_0xdc66f5={_0x2da4a4:0x346,_0x477bf1:0x100},_0xb4edd5={'gweXX':function(_0x8a54b){return _0x8a54b();},'kXaop':function(_0x41cfa9,_0x216347){return _0x41cfa9===_0x216347;},'jDUrE':function(_0x4b8abb,_0xa17ada){return _0x4b8abb(_0xa17ada);}},_0x47131f=await _0xb4edd5[_0x367df1(-_0x4ef5b2._0x2f8a9e,-0x1ec,-_0x4ef5b2._0x29b6d7,-0x1ce)](loadConfig);_0xb4edd5[_0x5c165a(_0x4ef5b2._0x7c0624,0x124,0x132,0x102)](_0x2db23e,null)?delete _0x47131f[_0x367df1(-_0x4ef5b2._0x1fdf19,-0x207,-_0x4ef5b2._0x2fa8d5,-_0x4ef5b2._0x1754df)+'h']:_0x47131f[_0x5c165a(0xc0,0xef,0xc1,_0x4ef5b2._0x2e2fac)+'h']=_0x2db23e;function _0x5c165a(_0x15175c,_0x5c40da,_0x2d35b2,_0x23cdbe){return _0x886d95(_0x15175c,_0x5c40da- -_0xdc66f5._0x2da4a4,_0x2d35b2-_0xdc66f5._0x477bf1,_0x23cdbe-0x37);}function _0x367df1(_0x115fee,_0x40556d,_0x13003b,_0x2229f7){return _0x886d95(_0x2229f7,_0x40556d- -_0x51a43f._0x3cb6f2,_0x13003b-0xe6,_0x2229f7-0x33);}await _0xb4edd5[_0x5c165a(0x105,0x105,0xfc,0x117)](saveConfig,_0x47131f);}export async function getTrustProxy(){const _0x59471a={_0x264eff:0x5f,_0x8b232:0x44,_0x22b2fc:0x64,_0x4891d4:0x48c,_0x3b7b18:0x46c,_0x3bc7b2:0x49d,_0x50fd09:0x496,_0x1048aa:0x461,_0x22e43e:0x450,_0x3f705f:0x46f,_0x3436be:0x474,_0x2a7214:0x36},_0x29c9a7={_0xc0c3ce:0x1dc,_0xe3b6ab:0xe6,_0x4aede1:0x1a5},_0x16368c={_0xa3b55d:0x274},_0x518da9={};_0x518da9[_0x1fc0ed(0x499,0x4b1,0x49a,0x481)]=function(_0x4b20fb,_0x157441){return _0x4b20fb!==_0x157441;};function _0x1fc0ed(_0x1b046a,_0x4eb3f2,_0x1c086e,_0x5156e3){return _0x4dfb22(_0x1c086e-_0x16368c._0xa3b55d,_0x4eb3f2-0x159,_0x1c086e-0x5a,_0x1b046a);}function _0x2443fe(_0x236567,_0x21c000,_0x291fcd,_0x184255){return _0x4dfb22(_0x21c000- -_0x29c9a7._0xc0c3ce,_0x21c000-_0x29c9a7._0xe3b6ab,_0x291fcd-_0x29c9a7._0x4aede1,_0x291fcd);}_0x518da9['eZcjv']=_0x2443fe(0x62,_0x59471a._0x264eff,0x7c,_0x59471a._0x8b232);const _0x2efa25=_0x518da9,_0x1d4f19=await loadConfig();if(_0x2efa25[_0x2443fe(0x46,0x4a,0x72,_0x59471a._0x22b2fc)](_0x1d4f19['trust_prox'+'y'],undefined)){if(_0x2efa25[_0x1fc0ed(0x479,_0x59471a._0x4891d4,0x46e,_0x59471a._0x3b7b18)]===_0x2efa25[_0x1fc0ed(_0x59471a._0x3bc7b2,_0x59471a._0x50fd09,0x46e,_0x59471a._0x1048aa)])return _0x1d4f19[_0x1fc0ed(_0x59471a._0x22e43e,_0x59471a._0x3f705f,_0x59471a._0x3436be,0x49d)+'y'];else _0x13e61f['ssl_cert_p'+'ath']=_0x447e3c;}return process['env'][_0x2443fe(_0x59471a._0x2a7214,0x3e,0x1b,0x4b)+'Y']||null;}export async function saveTrustProxy(_0x5a7767){const _0x18ac3f={_0x13e028:0x1ca,_0x310d86:0x1e1,_0x39ec62:0x1d0,_0x35b613:0x1a3,_0x4f5ebe:0x17f,_0x2df77d:0x1d2,_0x2c6029:0x1cb,_0x2f8531:0x1d0,_0x386cb1:0x1ef,_0x3f893e:0x1b3,_0x2a0e93:0x19e,_0xe9ba5a:0x1cd,_0x415790:0x1a2,_0x2b1c1c:0x1bc},_0x20043c={_0x5ad62d:0x104},_0x356e95={_0xff570e:0x605,_0x2f5cbd:0x197},_0x58a68a={'JKbXU':function(_0x4f9f8c){return _0x4f9f8c();},'pokqV':function(_0x5eb5dc,_0x35442d){return _0x5eb5dc===_0x35442d;},'lTltV':'RwOQF','KImCK':function(_0x3e980a,_0x21d597){return _0x3e980a(_0x21d597);}},_0x377fef=await _0x58a68a[_0x5b650f(_0x18ac3f._0x13e028,_0x18ac3f._0x310d86,_0x18ac3f._0x39ec62,0x1d4)](loadConfig);_0x58a68a[_0x5b650f(0x184,_0x18ac3f._0x35b613,0x1a5,_0x18ac3f._0x4f5ebe)](_0x5a7767,null)?_0x5b650f(0x1c4,0x1e3,_0x18ac3f._0x2df77d,_0x18ac3f._0x2c6029)===_0x58a68a['lTltV']?delete _0x459c2f[_0x3458b5(-_0x18ac3f._0x2f8531,-_0x18ac3f._0x386cb1,-0x1cd,-0x1e4)+'h']:delete _0x377fef[_0x5b650f(_0x18ac3f._0x3f893e,_0x18ac3f._0x2a0e93,_0x18ac3f._0xe9ba5a,_0x18ac3f._0x415790)+'y']:_0x377fef['trust_prox'+'y']=_0x5a7767;function _0x3458b5(_0x514856,_0x57280d,_0x1d2e76,_0x52d13d){return _0x886d95(_0x1d2e76,_0x514856- -_0x356e95._0xff570e,_0x1d2e76-0x59,_0x52d13d-_0x356e95._0x2f5cbd);}function _0x5b650f(_0x20cac5,_0x4c2989,_0x5c0eff,_0x2e3c6f){return _0x4dfb22(_0x4c2989- -0x62,_0x4c2989-_0x20043c._0x5ad62d,_0x5c0eff-0x195,_0x5c0eff);}await _0x58a68a[_0x3458b5(-_0x18ac3f._0x2b1c1c,-0x1e7,-0x1d4,-0x1c7)](saveConfig,_0x377fef);}function _0x31eb(_0x16b03e,_0x59c9c7){_0x16b03e=_0x16b03e-(0x1*-0x177c+0x8*-0x116+0x214d);const _0x5a8ad4=_0x5362();let _0x8861b8=_0x5a8ad4[_0x16b03e];if(_0x31eb['LAoWYj']===undefined){var _0x1f6d07=function(_0x136fd9){const _0x1393e4='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x327095='',_0x35ec61='';for(let _0x3e3b81=0x25*-0x87+0x31*-0xc7+-0x92*-0x65,_0x15ce0e,_0x2f1c0e,_0x255387=0x1*0x263b+-0x1ce7+0x4*-0x255;_0x2f1c0e=_0x136fd9['charAt'](_0x255387++);~_0x2f1c0e&&(_0x15ce0e=_0x3e3b81%(0x1167+0xa1*0x34+-0x3217)?_0x15ce0e*(-0xecb+-0x1a5*-0xd+-0x32b*0x2)+_0x2f1c0e:_0x2f1c0e,_0x3e3b81++%(0x110c+-0x1e50+0xd48))?_0x327095+=String['fromCharCode'](-0x1*0xd2d+0x88e+-0x1*-0x59e&_0x15ce0e>>(-(-0x2*-0x8fb+-0x24a1+0x12ad)*_0x3e3b81&-0x20e4+-0x20*0x92+0x332a)):-0x1b06+-0x18a9+0x33af){_0x2f1c0e=_0x1393e4['indexOf'](_0x2f1c0e);}for(let _0x54c8e7=-0x26a9+0x26dc+0x1*-0x33,_0x24c378=_0x327095['length'];_0x54c8e7<_0x24c378;_0x54c8e7++){_0x35ec61+='%'+('00'+_0x327095['charCodeAt'](_0x54c8e7)['toString'](0xf41+-0x398+-0xb99))['slice'](-(0x2*-0xc83+-0x3*-0xbb+-0x3*-0x79d));}return decodeURIComponent(_0x35ec61);};_0x31eb['gSGPqj']=_0x1f6d07,_0x31eb['DBlhPf']={},_0x31eb['LAoWYj']=!![];}const _0x9c4446=_0x5a8ad4[-0x1c57+-0x53*0x67+0x3dbc],_0x18e724=_0x16b03e+_0x9c4446,_0xf2e69a=_0x31eb['DBlhPf'][_0x18e724];return!_0xf2e69a?(_0x8861b8=_0x31eb['gSGPqj'](_0x8861b8),_0x31eb['DBlhPf'][_0x18e724]=_0x8861b8):_0x8861b8=_0xf2e69a,_0x8861b8;}export async function validateSslFile(_0x33a0bc,_0x5b2ef2){const _0x318e3a={_0x21e9f7:0x1e2,_0x157024:0x321,_0x392fc3:0x32c,_0x31f8d0:0x306,_0x3468dc:0x330,_0x53b758:0x336,_0xfb4cdc:0x37d,_0x2a92be:0x32f,_0x30c073:0x361,_0x156ac8:0x174,_0x4539ae:0x1b9,_0x2c8241:0x164,_0x402930:0x155,_0xc02f14:0x18e,_0x165a6b:0x1bb,_0xe0c9e6:0x19c,_0x1357bb:0x30e,_0x52a631:0x2f6,_0x32e9de:0x374,_0x3af4d5:0x377,_0x3fcd0d:0x1d9,_0xf5fd83:0x1bd,_0x3476fa:0x348,_0x249bae:0x331,_0x2f3258:0x35f,_0x51a927:0x317,_0x2280a1:0x371,_0x45c5f8:0x36c,_0x2696fc:0x33f,_0x34f929:0x345,_0x26d5df:0x36f,_0x32a5e3:0x310,_0x2be261:0x1fc,_0x1383f4:0x1b7,_0x30dfb7:0x193,_0x537b97:0x1ed,_0x43a20e:0x184,_0x1c7514:0x191,_0x5dcfde:0x183,_0xb02740:0x37f,_0x211efa:0x346,_0x1aea5a:0x33d,_0x1519ce:0x345,_0x4eaef2:0x1d8,_0x3801dc:0x1ad,_0x5bf0c1:0x1c2,_0x8937ca:0x1aa,_0x1762c7:0x1d8,_0x2ed22c:0x1f3,_0x4ab1db:0x37c,_0x34de89:0x3a9,_0xb71784:0x3aa,_0x41299f:0x31f,_0x4bfe40:0x31f,_0x23949a:0x338,_0x49ce0c:0x17a,_0x5f030f:0x151,_0xb8e570:0x168,_0x238eec:0x16f,_0x546179:0x369},_0x5f3883={_0x550967:0x10d,_0xd7f8eb:0x28},_0x1b753f={_0x592da6:0x2b3,_0x59b766:0xd2,_0x1d948c:0x14a},_0x177611={};_0x177611[_0x3dcd5d(0x1b6,0x1e0,0x1de,_0x318e3a._0x21e9f7)]=_0x35349b(_0x318e3a._0x157024,0x343,_0x318e3a._0x392fc3,_0x318e3a._0x31f8d0),_0x177611['MQvYi']=function(_0x5e3088,_0x168a58){return _0x5e3088===_0x168a58;},_0x177611[_0x35349b(_0x318e3a._0x3468dc,0x33e,0x300,_0x318e3a._0x53b758)]=_0x35349b(0x34e,0x37f,0x380,_0x318e3a._0xfb4cdc),_0x177611[_0x35349b(0x348,0x350,0x364,0x31b)]=_0x35349b(_0x318e3a._0x2a92be,0x2fe,_0x318e3a._0x30c073,0x331),_0x177611['bkthx']=function(_0x56df25,_0x145c4c){return _0x56df25===_0x145c4c;},_0x177611['FwlkU']=_0x3dcd5d(0x1a5,_0x318e3a._0x156ac8,0x173,_0x318e3a._0x4539ae);const _0x5f1326=_0x177611;function _0x3dcd5d(_0x289b17,_0x1e6db8,_0x86c575,_0xeda18d){return _0x886d95(_0xeda18d,_0x289b17- -_0x1b753f._0x592da6,_0x86c575-_0x1b753f._0x59b766,_0xeda18d-_0x1b753f._0x1d948c);}function _0x35349b(_0x502b40,_0x49e5bb,_0x5c3c11,_0x30e33f){return _0x886d95(_0x49e5bb,_0x502b40- -_0x5f3883._0x550967,_0x5c3c11-_0x5f3883._0xd7f8eb,_0x30e33f-0x145);}try{await _0x3d1173['access'](_0x33a0bc,_0x3e4a71[_0x3dcd5d(0x187,0x170,_0x318e3a._0x2c8241,_0x318e3a._0x402930)]);}catch(_0x4f1c02){if('UySnd'!==_0x5f1326[_0x3dcd5d(0x1b6,_0x318e3a._0xc02f14,_0x318e3a._0x165a6b,_0x318e3a._0xe0c9e6)])return _0x47d77a[_0x35349b(0x328,0x33b,_0x318e3a._0x1357bb,_0x318e3a._0x52a631)+'h'];else{if(_0x5f1326[_0x35349b(_0x318e3a._0x32e9de,_0x318e3a._0x3af4d5,0x394,0x389)](_0x4f1c02[_0x3dcd5d(_0x318e3a._0x3fcd0d,0x1e6,0x1e3,_0x318e3a._0xf5fd83)],_0x5f1326['fPVhk'])){if(_0x5f1326['kLcGK']!==_0x5f1326[_0x35349b(_0x318e3a._0x3476fa,_0x318e3a._0x249bae,_0x318e3a._0x2f3258,_0x318e3a._0x51a927)])_0x33fcd9[_0x35349b(_0x318e3a._0x2280a1,0x356,_0x318e3a._0x45c5f8,0x356)+'p_path']=_0x3dc3a0;else throw new Error(_0x5b2ef2+(_0x35349b(_0x318e3a._0x2696fc,_0x318e3a._0x34f929,_0x318e3a._0x26d5df,_0x318e3a._0x32a5e3)+'found:\x20')+_0x33a0bc);}else{if(_0x4f1c02[_0x3dcd5d(0x1d9,_0x318e3a._0x2be261,0x1bc,0x1e2)]===_0x3dcd5d(0x1c5,_0x318e3a._0x1383f4,_0x318e3a._0x30dfb7,_0x318e3a._0x537b97))throw new Error(_0x5b2ef2+(_0x3dcd5d(_0x318e3a._0x43a20e,0x198,0x18d,_0x318e3a._0x1c7514)+_0x3dcd5d(_0x318e3a._0x5dcfde,0x18e,0x15a,0x1a8)+_0x35349b(0x367,0x34c,0x378,_0x318e3a._0xb02740)+_0x35349b(0x347,_0x318e3a._0x211efa,0x351,0x360)+_0x35349b(_0x318e3a._0x1aea5a,0x332,0x36a,_0x318e3a._0x1519ce))+_0x33a0bc);else{if(_0x5f1326['bkthx'](_0x5f1326[_0x3dcd5d(_0x318e3a._0x4eaef2,_0x318e3a._0x3801dc,_0x318e3a._0x5bf0c1,_0x318e3a._0x8937ca)],_0x5f1326[_0x3dcd5d(_0x318e3a._0x1762c7,_0x318e3a._0x2ed22c,0x1b5,0x201)]))throw new Error('Cannot\x20acc'+_0x35349b(_0x318e3a._0x4ab1db,_0x318e3a._0x34de89,_0x318e3a._0xb71784,0x38f)+_0x5b2ef2+_0x35349b(_0x318e3a._0x41299f,0x311,_0x318e3a._0x4bfe40,_0x318e3a._0x23949a)+_0x33a0bc+'\x20('+_0x4f1c02[_0x3dcd5d(_0x318e3a._0x49ce0c,_0x318e3a._0x5f030f,_0x318e3a._0xb8e570,_0x318e3a._0x238eec)]+')');else delete _0x927cd6[_0x35349b(0x34a,_0x318e3a._0x546179,0x32a,0x32c)+'th'];}}}}}
1
+ (function(_0x1732b3,_0x37ac9d){const _0x4ad569={_0x45116e:0x51d,_0x45295f:0x4fc,_0x38e9e5:0x4e2,_0xce1bfe:0x525,_0x2dfcc0:0x4e4,_0x44cb0c:0x505,_0x479e65:0x503,_0x1a572f:0x556,_0x18c829:0x51e,_0x4d1853:0x546,_0xae0e6d:0x543,_0x28dc68:0x53d,_0x347680:0x16e,_0x35444f:0x168,_0x5e924d:0x15e,_0x43851b:0x131,_0x2da10:0x182,_0x16de0c:0x178,_0x3fd938:0x1a3,_0x45b082:0x15a,_0x1d9e50:0x17b,_0x1834c9:0x4fc,_0x3b6c1d:0x4e3,_0x4a8252:0x4fd},_0x21b948={_0x56e203:0x83},_0xf987de={_0x4edfbc:0x319},_0x5e2c32=_0x1732b3();function _0x1fc6ce(_0x1a685c,_0x97fee2,_0xd83005,_0x62e029){return _0x1e3e(_0x62e029-_0xf987de._0x4edfbc,_0xd83005);}function _0xc5d978(_0x123724,_0x34230b,_0x251bc7,_0x24587a){return _0x1e3e(_0x251bc7- -_0x21b948._0x56e203,_0x123724);}while(!![]){try{const _0x466092=-parseInt(_0x1fc6ce(_0x4ad569._0x45116e,_0x4ad569._0x45295f,_0x4ad569._0x38e9e5,0x4ef))/(0x171e+0x1*-0x23c7+-0x1*-0xcaa)*(parseInt(_0x1fc6ce(_0x4ad569._0xce1bfe,0x4f0,0x537,0x51e))/(-0x17da+0x937*-0x4+-0x797*-0x8))+-parseInt(_0x1fc6ce(_0x4ad569._0x2dfcc0,0x51f,_0x4ad569._0x44cb0c,_0x4ad569._0x479e65))/(-0x1c9d+-0x2125+-0x1*-0x3dc5)+-parseInt(_0x1fc6ce(0x55b,_0x4ad569._0x1a572f,_0x4ad569._0x479e65,0x532))/(0xf3e*-0x1+-0x1*-0x1dc5+0x2e7*-0x5)*(parseInt(_0x1fc6ce(0x553,0x533,_0x4ad569._0x18c829,0x539))/(-0xb27+-0x1c0d+-0x1*-0x2739))+-parseInt(_0x1fc6ce(_0x4ad569._0x4d1853,_0x4ad569._0xae0e6d,0x55c,_0x4ad569._0x28dc68))/(0x1952+0x265e+-0x3faa)+parseInt(_0xc5d978(_0x4ad569._0x347680,_0x4ad569._0x35444f,0x180,_0x4ad569._0x5e924d))/(0xc89*0x1+-0x1*0x23a1+0x171f*0x1)*(parseInt(_0xc5d978(0x129,_0x4ad569._0x43851b,0x14e,0x157))/(0x1b0e+0x116*-0xf+-0xabc))+-parseInt(_0xc5d978(0x17a,_0x4ad569._0x2da10,0x171,0x14f))/(0x2347+-0xce1+0x1*-0x165d)*(parseInt(_0xc5d978(0x154,_0x4ad569._0x16de0c,0x17e,_0x4ad569._0x3fd938))/(-0x30d+0x2*-0x12c5+0x28a1))+parseInt(_0xc5d978(_0x4ad569._0x45b082,_0x4ad569._0x1d9e50,0x17b,0x14f))/(-0xe77+-0x41c+0x129e)*(parseInt(_0x1fc6ce(_0x4ad569._0x1834c9,_0x4ad569._0x3b6c1d,0x50d,_0x4ad569._0x4a8252))/(0x1168+-0x14a6+0x34a));if(_0x466092===_0x37ac9d)break;else _0x5e2c32['push'](_0x5e2c32['shift']());}catch(_0x497309){_0x5e2c32['push'](_0x5e2c32['shift']());}}}(_0x4ac8,0x90b64+-0xacf0f+0x85419));import{promises as _0x4c273e,constants as _0x35537c}from'fs';import _0x2117e5 from'path';function _0x4ac8(){const _0x580491=['DhfeD0u','u1nmx0nfuLrFua','uuHjs2W','ntGYohbyAe1zsW','sLfhs08','CxbnAxe','BwnKquy','AurTDNC','CgfYC2u','sNf1rhq','mtm5mhPjvvPVCa','zgLYBMfTzq','y29UzMLNlMPZBW','vxLHsfm','mtC4ntiWngXTChrdqq','AM9PBG','zw52','C3nSx2nHx3bHDa','runLtgO','lMnVzgvY','v3jXvMe','igzPBguGAxmGBG','wNfSv3u','igzPBgu6ia','mtyWmgHhBxPWvG','qNHswNG','z0jTAgW','txHwB2G','DNbtvMK','mZK4uxvOA3Dx','seXmr0O','qwLzBgC','vfjvu1rFufjpwa','wuTABKi','ktOG','q0HQAxq','DxrMltG','q2fUBM90igfJyW','BgDivem','zxnZia','uwX0D2m','C2vYDMvYx3bVCG','y29Kzq','mZiXmdKYndbwu1zqtM0','B05PBei','ANv5Bgm','DgH6su4','sNrQqKC','Ag9TzwrPCG','mtq1ntC2nvf5zgjQrG','z3LOyLi','uNHxsLC','yLnuD08','AgzUtw0','CxbQBeW','B3qGCMvHzgfIBa','Aw9UigrLBMLLza','C3nSx2nLCNrFCa','reXsr0u','mtm3n0DuCwvYBa','CMvJDxjZAxzL','CMvHzezPBgu','ru5pru5u','zvrLtue','C216BxC','Dhj1C3rFChjVEa','y29KzxjFC2v0Dq','sxvwz0e','uL9psW','mtfxBvbREeK','uf9qqvri','C3rYAw5NAwz5','ndGWmZbWqKXPAgS','ywnJzxnZ','nJm3ENDMsLnf','zM91BMq6ia','mtCXnfDcC05zvG','z3Pmu0G','zsaOCgvYBwLZCW','AfvxAvy','q09ervjFu0vuvq','u1nmx0nbx1bbva','yLvsA2q','vvn6BgW','seDcwfu','Ew5cEgu','yxrO','vKzUvKC','rufdq0vt','C3nSx2TLEv9Wyq','D3jPDgvgAwXL','ue56wvi','ue9sva'];_0x4ac8=function(){return _0x580491;};return _0x4ac8();}import _0x19609b from'os';const CONFIG_PATH=_0x2117e5[_0x45c44f(0x562,0x53f,0x544,0x55b)](_0x19609b[_0x3835fa(0x15e,0x15f,0x16d,0x152)](),_0x45c44f(0x566,0x554,0x572,0x57f),_0x45c44f(0x55f,0x54c,0x55c,0x55e)+'n');async function loadConfig(){const _0x584845={_0x21f1b8:0x22,_0x2a07f2:0x19,_0x1a5a09:0x20,_0x78801:0x30,_0x248ea8:0x4d,_0x2425f1:0x5f,_0x11523b:0x41,_0x467625:0x2,_0x4f912f:0x15,_0x38a49e:0xe,_0x116510:0x1,_0x190c6c:0x13,_0x1245f6:0xe,_0x9b1c56:0x18,_0x15080:0x5,_0x82137e:0x3,_0x542776:0x531,_0x2aa230:0x4f6,_0x38a191:0x4ad,_0x4b1381:0x4d2,_0x1dc35b:0xb,_0x4df64b:0x24,_0x142b9a:0x20,_0x1fc500:0x4e8,_0x4316fe:0x4f5,_0x448df9:0x4f2,_0x2b7c58:0x11,_0x423859:0x33,_0x2dd540:0x13},_0x543caf={_0x3a3526:0x70,_0x55d758:0x374,_0x5f0c22:0x1dc},_0x2e747d={_0x1c8161:0xc9},_0x1759a5={};function _0x5064f2(_0x286c71,_0x34d599,_0x1d67d3,_0xe19618){return _0x3835fa(_0x286c71-_0x2e747d._0x1c8161,_0x286c71- -0x15e,_0x1d67d3-0x1de,_0x1d67d3);}_0x1759a5[_0x5064f2(0x0,_0x584845._0x21f1b8,-_0x584845._0x2a07f2,_0x584845._0x1a5a09)]=function(_0x5d88a4,_0x47c138){return _0x5d88a4===_0x47c138;},_0x1759a5[_0x5064f2(_0x584845._0x78801,_0x584845._0x248ea8,_0x584845._0x2425f1,_0x584845._0x11523b)]='ENOENT';function _0x1b592c(_0x16929b,_0x27b710,_0x210bae,_0x478d05){return _0x3835fa(_0x16929b-_0x543caf._0x3a3526,_0x210bae-_0x543caf._0x55d758,_0x210bae-_0x543caf._0x5f0c22,_0x16929b);}_0x1759a5[_0x5064f2(0x24,0x4a,0x7,-_0x584845._0x467625)]=function(_0x36acf3,_0x3e1b3b){return _0x36acf3===_0x3e1b3b;},_0x1759a5[_0x5064f2(0x11,_0x584845._0x4f912f,-_0x584845._0x38a49e,0x3a)]=_0x5064f2(-_0x584845._0x116510,0x15,-_0x584845._0x190c6c,-_0x584845._0x2a07f2);const _0x1fb9c3=_0x1759a5;try{const _0x8a9042=await _0x4c273e[_0x5064f2(_0x584845._0x1245f6,_0x584845._0x467625,-_0x584845._0x38a49e,-_0x584845._0x9b1c56)](CONFIG_PATH,_0x5064f2(-0xb,-0x2a,-_0x584845._0x15080,_0x584845._0x82137e));return JSON[_0x1b592c(_0x584845._0x542776,_0x584845._0x2aa230,0x508,_0x584845._0x542776)](_0x8a9042);}catch(_0x42f2d0){if(_0x1fb9c3[_0x1b592c(_0x584845._0x38a191,0x4b5,_0x584845._0x4b1381,0x4c1)](_0x42f2d0[_0x5064f2(-_0x584845._0x15080,0x9,-0x25,_0x584845._0x1dc35b)],_0x1fb9c3['QHIKl']))return _0x1fb9c3[_0x5064f2(_0x584845._0x4df64b,0x29,_0x584845._0x142b9a,0x40)](_0x1b592c(_0x584845._0x1fc500,0x4fb,_0x584845._0x4316fe,_0x584845._0x448df9),_0x1fb9c3[_0x5064f2(_0x584845._0x2b7c58,-0x15,_0x584845._0x423859,-0x2)])?_0x3c6255[_0x5064f2(0xa,_0x584845._0x2dd540,-0x6,0xb)+'ath']:{};throw _0x42f2d0;}}function _0x1e3e(_0x1ee9c9,_0x2fc6a6){_0x1ee9c9=_0x1ee9c9-(-0x29*0xca+0x22*-0x82+0x336c);const _0x3f2568=_0x4ac8();let _0x57e5d4=_0x3f2568[_0x1ee9c9];if(_0x1e3e['jifFuS']===undefined){var _0x27d16d=function(_0x4fdd47){const _0x3ac789='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x479921='',_0x541af9='';for(let _0x4698fd=-0x1168+-0x1*0x270d+0x95*0x61,_0x2f3ae3,_0x262a9c,_0x4c21de=-0x9*-0x161+0x158*-0xd+-0x23*-0x25;_0x262a9c=_0x4fdd47['charAt'](_0x4c21de++);~_0x262a9c&&(_0x2f3ae3=_0x4698fd%(0x1a52+0xd*-0x159+-0x8c9)?_0x2f3ae3*(-0x22eb+0x1*0xa67+0x18c4)+_0x262a9c:_0x262a9c,_0x4698fd++%(0x220e+-0x152*-0x14+-0x3c72))?_0x479921+=String['fromCharCode'](-0x11c2+0x53*0x13+0xc98&_0x2f3ae3>>(-(0x2*0x167+0x1b20+-0x5*0x5fc)*_0x4698fd&0x1*0x12c3+0x16c*0x16+-0x3205)):0x14d+0x130f+-0x145c){_0x262a9c=_0x3ac789['indexOf'](_0x262a9c);}for(let _0x44d80c=-0x1deb+-0x2*-0xd91+-0x1*-0x2c9,_0x31dab4=_0x479921['length'];_0x44d80c<_0x31dab4;_0x44d80c++){_0x541af9+='%'+('00'+_0x479921['charCodeAt'](_0x44d80c)['toString'](-0x87a+-0x1*-0x842+0x48))['slice'](-(-0x102c+0x1*-0x2239+0x3267));}return decodeURIComponent(_0x541af9);};_0x1e3e['xtLhIA']=_0x27d16d,_0x1e3e['reuynj']={},_0x1e3e['jifFuS']=!![];}const _0x4ecc14=_0x3f2568[-0x326+0x19d5+0x16af*-0x1],_0x1f5cc9=_0x1ee9c9+_0x4ecc14,_0x1ba597=_0x1e3e['reuynj'][_0x1f5cc9];return!_0x1ba597?(_0x57e5d4=_0x1e3e['xtLhIA'](_0x57e5d4),_0x1e3e['reuynj'][_0x1f5cc9]=_0x57e5d4):_0x57e5d4=_0x1ba597,_0x57e5d4;}async function saveConfig(_0x4db0ce){const _0x51db30={_0x170c2a:0x3ef,_0x270dea:0x413,_0x5b5fa2:0x404,_0x59860d:0x422,_0x2af439:0x424,_0x418b2c:0x40e,_0x47c5da:0x412,_0x24723b:0x3d1,_0x4ee524:0x39c,_0x380a75:0x3bd,_0x302121:0x3c1},_0x109bed={_0x128577:0x77},_0x1f3e5e={_0x2a0b30:0x299,_0xd3a8a6:0x112},_0x80dbb2={};_0x80dbb2['RxWJW']='utf-8';function _0x999d0f(_0x4b8ae5,_0x2616e7,_0x3143d9,_0x2c8558){return _0x3835fa(_0x4b8ae5-0x1e3,_0x4b8ae5-_0x1f3e5e._0x2a0b30,_0x3143d9-_0x1f3e5e._0xd3a8a6,_0x2c8558);}const _0xc936c5=_0x80dbb2;function _0x1d83e1(_0x1038ca,_0x37d744,_0x3bf136,_0x31de14){return _0x45c44f(_0x3bf136- -0x16c,_0x37d744-0x174,_0x3bf136-_0x109bed._0x128577,_0x37d744);}const _0x40590d=_0x2117e5[_0x1d83e1(_0x51db30._0x170c2a,_0x51db30._0x270dea,0x3f2,0x3df)](CONFIG_PATH),_0x2c17dd={};_0x2c17dd[_0x999d0f(_0x51db30._0x5b5fa2,0x415,0x410,0x432)]=!![],await _0x4c273e['mkdir'](_0x40590d,_0x2c17dd),await _0x4c273e[_0x999d0f(_0x51db30._0x59860d,_0x51db30._0x2af439,0x413,0x423)](CONFIG_PATH,JSON[_0x999d0f(0x40f,_0x51db30._0x418b2c,0x3f8,_0x51db30._0x47c5da)](_0x4db0ce,null,-0xb79+-0xfd*-0x5+0x3*0x22e),_0xc936c5[_0x1d83e1(_0x51db30._0x24723b,_0x51db30._0x4ee524,_0x51db30._0x380a75,_0x51db30._0x302121)]);}function _0x45c44f(_0x2e9660,_0x30effb,_0x256c1c,_0x574ff3){return _0x1e3e(_0x2e9660-0x33d,_0x574ff3);}export async function getCoderSetupPath(){const _0x4694dc={_0x1aefdd:0x13,_0xbed726:0x3,_0x4fb5e0:0x2a,_0xb984b2:0x9,_0x518d0e:0x166,_0x3a1666:0x173,_0x59ff63:0x35,_0x406a0d:0x3f,_0x69eab3:0xc},_0xb12b={_0x5685e1:0x54f,_0x26d40b:0x14f,_0x45bdb6:0x106},_0x2baa92={_0x35d2e0:0x2db,_0x466477:0x125};function _0x38ab10(_0xfc8321,_0x1eb00e,_0xaea78c,_0x213450){return _0x3835fa(_0xfc8321-0x92,_0xfc8321- -_0x2baa92._0x35d2e0,_0xaea78c-_0x2baa92._0x466477,_0x213450);}function _0x1c18a7(_0xb1eacc,_0x2a9c78,_0x2c9fed,_0x56a692){return _0x45c44f(_0xb1eacc- -_0xb12b._0x5685e1,_0x2a9c78-_0xb12b._0x26d40b,_0x2c9fed-_0xb12b._0x45bdb6,_0x2a9c78);}const _0x22eb19={'dEisQ':function(_0x84eae2){return _0x84eae2();}};if(process['env'][_0x38ab10(-0x15c,-0x135,-0x184,-0x13a)+_0x1c18a7(-_0x4694dc._0x1aefdd,-_0x4694dc._0xbed726,-_0x4694dc._0x4fb5e0,-0x2a)])return process['env'][_0x1c18a7(-_0x4694dc._0xb984b2,0x1a,0xc,-0x38)+_0x38ab10(-_0x4694dc._0x518d0e,-0x186,-_0x4694dc._0x3a1666,-0x189)];const _0x1dc31a=await _0x22eb19['dEisQ'](loadConfig);return _0x1dc31a[_0x1c18a7(-0x17,-_0x4694dc._0x59ff63,-_0x4694dc._0x406a0d,_0x4694dc._0x69eab3)+'p_path']||null;}export async function saveCoderSetupPath(_0x1b99aa){const _0x424c59={_0x20ebe8:0x160,_0x36a8a3:0x3a2,_0x55abdd:0x37e,_0x39ecf6:0x358,_0x455f49:0x33b,_0x31c8be:0x366,_0x30fb08:0x36a,_0x5020a2:0x1d6,_0x42f97b:0x196,_0x589c0a:0x1be,_0x46f71f:0x372,_0x5e13c7:0x37e,_0xd4e464:0x37d},_0x160954={_0x96b517:0x1ba,_0xe357bd:0x173,_0x3b5c13:0x18c},_0x2beaf2={_0x2fb7b8:0x391};function _0x26d67c(_0xb434cb,_0xdca6bf,_0x3bcbe5,_0x4dcefd){return _0x45c44f(_0x4dcefd- -_0x2beaf2._0x2fb7b8,_0xdca6bf-0xf7,_0x3bcbe5-0x1c3,_0xdca6bf);}const _0x309e38={'OJuBO':function(_0x34fee5,_0x159364){return _0x34fee5===_0x159364;},'JquDt':function(_0xc1904e,_0x5d4482){return _0xc1904e!==_0x5d4482;},'vpSVi':_0x26d67c(0x155,_0x424c59._0x20ebe8,0x19c,0x17e),'erKdE':function(_0x22794a,_0xf3a36c){return _0x22794a(_0xf3a36c);}},_0xad2a1f=await loadConfig();function _0x468c60(_0x62035,_0x1017b8,_0x1bd564,_0x50e8ca){return _0x45c44f(_0x1017b8- -_0x160954._0x96b517,_0x1017b8-_0x160954._0xe357bd,_0x1bd564-_0x160954._0x3b5c13,_0x62035);}_0x309e38['OJuBO'](_0x1b99aa,null)?delete _0xad2a1f['coder_setu'+'p_path']:_0x309e38[_0x468c60(0x390,_0x424c59._0x36a8a3,0x3a6,0x3a8)](_0x309e38[_0x468c60(_0x424c59._0x55abdd,_0x424c59._0x39ecf6,_0x424c59._0x455f49,0x347)],_0x309e38[_0x468c60(0x375,0x358,_0x424c59._0x31c8be,_0x424c59._0x30fb08)])?delete _0x10d1cd[_0x26d67c(_0x424c59._0x5020a2,_0x424c59._0x42f97b,0x19c,_0x424c59._0x589c0a)+'th']:_0xad2a1f[_0x468c60(_0x424c59._0x46f71f,_0x424c59._0x5e13c7,0x374,_0x424c59._0xd4e464)+'p_path']=_0x1b99aa,await _0x309e38['erKdE'](saveConfig,_0xad2a1f);}export async function getServerPort(){const _0x44895a={_0xc19ae1:0x310,_0x40f318:0x343,_0x164bb6:0x345,_0x1c96c2:0x247,_0x821ac1:0x225,_0x126b1f:0x228,_0x291b3a:0x2e2,_0x1c9da4:0x2c5,_0x4de8d2:0x2ef},_0xb544fa={_0x3c60a9:0x230,_0x12a1d7:0x43},_0x9cc31a={_0xd651d9:0xb6,_0x1ae873:0xdd},_0x1a30d1={'qpjlL':function(_0x207305){return _0x207305();}};if(process[_0x29a0fe(_0x44895a._0xc19ae1,0x333,_0x44895a._0x40f318,0x333)][_0x29a0fe(_0x44895a._0x164bb6,0x2f3,0x2fc,0x322)])return parseInt(process['env'][_0x5977e3(_0x44895a._0x1c96c2,0x24b,0x220,0x261)],-0x7*0x183+0x46c*-0x8+-0x311*-0xf);function _0x5977e3(_0x106819,_0xf1fae6,_0x39fff5,_0x4444d0){return _0x3835fa(_0x106819-_0x9cc31a._0xd651d9,_0xf1fae6-0xc0,_0x39fff5-_0x9cc31a._0x1ae873,_0x4444d0);}function _0x29a0fe(_0x48ef8f,_0x2a87bc,_0x4227db,_0x4e241d){return _0x45c44f(_0x4e241d- -_0xb544fa._0x3c60a9,_0x2a87bc-0x175,_0x4227db-_0xb544fa._0x12a1d7,_0x4227db);}const _0x3bf4b6=await _0x1a30d1[_0x5977e3(0x251,_0x44895a._0x821ac1,_0x44895a._0x126b1f,0x210)](loadConfig);return _0x3bf4b6[_0x29a0fe(_0x44895a._0x291b3a,_0x44895a._0x1c9da4,0x2f2,_0x44895a._0x4de8d2)+'t']||0x1777+-0x6e*0x2a+0x64d;}export async function saveServerPort(_0x4eb026){const _0x77ebb4={_0x534c86:0x2d2,_0x22dedc:0x2a7,_0x417284:0x2f9,_0x1ddd06:0x2b6,_0x28f917:0x2f5,_0x352c9c:0x32c},_0x5c0de6={_0x448716:0xee},_0x411604={_0x459b92:0xef,_0x3d0d3f:0x182};function _0x5ac5e5(_0x458d90,_0x21cc9d,_0x16a0d7,_0x32247a){return _0x3835fa(_0x458d90-_0x411604._0x459b92,_0x458d90-_0x411604._0x3d0d3f,_0x16a0d7-0x98,_0x32247a);}const _0x5b14c4={'YKZnB':function(_0x47705e){return _0x47705e();},'qpMiq':function(_0x16d56e,_0x4e633d){return _0x16d56e(_0x4e633d);}},_0x46d95d=await _0x5b14c4[_0x5ac5e5(_0x77ebb4._0x534c86,_0x77ebb4._0x22dedc,_0x77ebb4._0x417284,_0x77ebb4._0x1ddd06)](loadConfig);_0x46d95d[_0x5ac5e5(0x2da,_0x77ebb4._0x28f917,0x2c7,0x2f4)+'t']=_0x4eb026;function _0x32cb80(_0x41c67f,_0x1f87d7,_0x94a7f8,_0x4c2125){return _0x3835fa(_0x41c67f-0x51,_0x1f87d7-0x264,_0x94a7f8-_0x5c0de6._0x448716,_0x41c67f);}await _0x5b14c4[_0x5ac5e5(0x313,_0x77ebb4._0x352c9c,0x31d,0x327)](saveConfig,_0x46d95d);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x4a3ad3={_0x6e88c5:0x12c,_0x15fe96:0x135,_0x190469:0xd5,_0x12cf9c:0x86,_0xe6503d:0x6a,_0x52424a:0x5e,_0x9068f4:0x44},_0x2f8954={_0x43ab2d:0x61,_0x95dc79:0x20},_0x2f2171={_0x4a424e:0x113,_0x4c34b7:0x11b,_0x3dd334:0xd9},_0x2b96c2={'WrqVa':function(_0x15638c){return _0x15638c();}},_0xec3d17=await _0x2b96c2[_0x5b15a4(0x140,_0x4a3ad3._0x6e88c5,_0x4a3ad3._0x15fe96,0x12d)](loadConfig);if(_0xec3d17[_0x19456e(0x3b,0x42,0x37,0x4d)+_0x19456e(0x51,0x7b,0x43,0x6a)])return _0xec3d17[_0x5b15a4(_0x4a3ad3._0x190469,0xf4,0x112,0xea)+_0x19456e(0x64,0x99,_0x4a3ad3._0x12cf9c,_0x4a3ad3._0xe6503d)];function _0x19456e(_0x2bfec7,_0x410f52,_0x559be9,_0x300d7d){return _0x3835fa(_0x2bfec7-_0x2f2171._0x4a424e,_0x300d7d- -_0x2f2171._0x4c34b7,_0x559be9-_0x2f2171._0x3dd334,_0x2bfec7);}function _0x5b15a4(_0xea9331,_0x19d28a,_0x53e707,_0x24400d){return _0x3835fa(_0xea9331-_0x2f8954._0x43ab2d,_0x19d28a- -0x74,_0x53e707-_0x2f8954._0x95dc79,_0x24400d);}return process['env'][_0x19456e(_0x4a3ad3._0x52424a,_0x4a3ad3._0x9068f4,0x4b,0x72)+'ATH']||null;}export async function saveSslCertPath(_0x1b91ad){const _0x1524a9={_0x317845:0x1f4,_0x140128:0x1ba,_0xa76512:0x1c5,_0x4a0678:0x1dc,_0x517970:0x433,_0x5388ab:0x428,_0x22dd37:0x431,_0x4c280c:0x445,_0x13cc69:0x450},_0x49a834={_0x3926dd:0x1bb,_0x1e3aa7:0x1a4},_0x29569a={_0x53091a:0x136,_0x1f126c:0x2},_0x239668={'WDyzQ':function(_0x3eb393,_0x2b744b){return _0x3eb393(_0x2b744b);}};function _0xa46f9b(_0x3dce1f,_0x3aa68c,_0x3c8e5a,_0x18c61e){return _0x45c44f(_0x3c8e5a- -0x107,_0x3aa68c-_0x29569a._0x53091a,_0x3c8e5a-_0x29569a._0x1f126c,_0x3dce1f);}const _0x3377c3=await loadConfig();_0x1b91ad===null?delete _0x3377c3['ssl_cert_p'+_0x406bf7(_0x1524a9._0x317845,_0x1524a9._0x140128,_0x1524a9._0xa76512,_0x1524a9._0x4a0678)]:_0x3377c3[_0xa46f9b(_0x1524a9._0x517970,0x403,_0x1524a9._0x5388ab,0x441)+_0xa46f9b(0x451,_0x1524a9._0x22dd37,_0x1524a9._0x4c280c,_0x1524a9._0x13cc69)]=_0x1b91ad;function _0x406bf7(_0x4f35af,_0x1d4a3c,_0x2fdc84,_0x3a3d2e){return _0x45c44f(_0x2fdc84- -0x387,_0x1d4a3c-_0x49a834._0x3926dd,_0x2fdc84-_0x49a834._0x1e3aa7,_0x3a3d2e);}await _0x239668['WDyzQ'](saveConfig,_0x3377c3);}export async function getSslKeyPath(){const _0x1f8ba0={_0x44b676:0x110,_0x478ea0:0xfa},_0x212166={_0x9de5c6:0x8e,_0x1aeced:0xc8},_0x31c57c={'MEnyo':function(_0x28bca3){return _0x28bca3();}},_0x54a3d5=await _0x31c57c['MEnyo'](loadConfig);function _0x237e28(_0x3b32d6,_0x2f3ba1,_0x21e408,_0x10d570){return _0x3835fa(_0x3b32d6-0xc4,_0x10d570- -_0x212166._0x9de5c6,_0x21e408-_0x212166._0x1aeced,_0x3b32d6);}if(_0x54a3d5[_0x237e28(_0x1f8ba0._0x44b676,0x111,0x128,_0x1f8ba0._0x478ea0)+'th'])return _0x54a3d5['ssl_key_pa'+'th'];return process['env']['SSL_KEY_PA'+'TH']||null;}export async function saveSslKeyPath(_0x56fcce){const _0x1cc1f9={_0x385596:0x260,_0x515893:0x26d,_0x4ae769:0x50e,_0x2b0704:0x4c4,_0x39f91f:0x226,_0x5c75fc:0x201,_0xa66cbf:0x222,_0x3e6f78:0x20c,_0x364cd0:0x224,_0x59f1f4:0x4ee,_0x23b149:0x264,_0x141bf1:0x26d,_0x1151be:0x261,_0x1ecc55:0x253,_0x2cba47:0x4b0,_0x419a67:0x4e8,_0x15c76d:0x4e4,_0x29a0b0:0x4cf,_0x55b086:0x23d,_0x14f7a4:0x25c,_0x46fe80:0x285,_0x76c201:0x24e},_0x1898dd={_0x1bdb46:0x7c},_0x59895b={_0x38d05c:0x110},_0x504f6d={};_0x504f6d[_0x16db71(_0x1cc1f9._0x385596,0x270,0x273,_0x1cc1f9._0x515893)]=function(_0x5d6066,_0x43820a){return _0x5d6066===_0x43820a;},_0x504f6d[_0x3be06f(0x4ef,_0x1cc1f9._0x4ae769,_0x1cc1f9._0x2b0704,0x4e3)]=_0x16db71(0x230,_0x1cc1f9._0x39f91f,_0x1cc1f9._0x5c75fc,_0x1cc1f9._0xa66cbf),_0x504f6d[_0x16db71(0x23f,_0x1cc1f9._0x3e6f78,_0x1cc1f9._0x364cd0,_0x1cc1f9._0x39f91f)]=_0x3be06f(0x4e7,_0x1cc1f9._0x59f1f4,0x509,0x4c9);const _0x210892=_0x504f6d,_0x5d7611=await loadConfig();function _0x3be06f(_0xfca424,_0x3811de,_0x56c9c2,_0x565bc9){return _0x45c44f(_0xfca424- -0x5e,_0x3811de-_0x59895b._0x38d05c,_0x56c9c2-0x19d,_0x56c9c2);}_0x210892['UyaHS'](_0x56fcce,null)?_0x210892[_0x16db71(0x26a,_0x1cc1f9._0x23b149,0x282,_0x1cc1f9._0x141bf1)](_0x210892[_0x16db71(_0x1cc1f9._0x1151be,0x26d,_0x1cc1f9._0x1ecc55,0x25a)],_0x210892[_0x3be06f(0x4bb,_0x1cc1f9._0x2cba47,0x4b2,_0x1cc1f9._0x419a67)])?delete _0x5d6d37['ssl_cert_p'+_0x3be06f(_0x1cc1f9._0x59f1f4,_0x1cc1f9._0x15c76d,0x4c8,_0x1cc1f9._0x29a0b0)]:delete _0x5d7611[_0x16db71(_0x1cc1f9._0x55b086,0x236,0x25b,_0x1cc1f9._0x14f7a4)+'th']:_0x5d7611[_0x16db71(0x26d,_0x1cc1f9._0x46fe80,_0x1cc1f9._0x76c201,0x25c)+'th']=_0x56fcce;function _0x16db71(_0x1e48e7,_0x39b4cf,_0x3cc3b8,_0x5b6d21){return _0x45c44f(_0x5b6d21- -0x2f3,_0x39b4cf-_0x1898dd._0x1bdb46,_0x3cc3b8-0x19d,_0x1e48e7);}await saveConfig(_0x5d7611);}export async function getSslCaPath(){const _0x335b38={_0x180a97:0x2ea,_0x2c6516:0x2dd,_0x4c52ef:0x2e7,_0x37e69b:0x2ec,_0x5f0a84:0x2c1,_0x358324:0x454},_0x3e85f1={_0x5bf701:0x303,_0x23817b:0x32},_0x1aed1f={_0x1e6545:0x1b0};function _0x483d7a(_0xb04fd6,_0x15c913,_0x262a09,_0x49adcc){return _0x45c44f(_0x49adcc- -0x278,_0x15c913-_0x1aed1f._0x1e6545,_0x262a09-0xf0,_0xb04fd6);}function _0x5509d4(_0x46138e,_0x32ff56,_0x39bedd,_0x4ac759){return _0x3835fa(_0x46138e-0xf3,_0x4ac759-_0x3e85f1._0x5bf701,_0x39bedd-_0x3e85f1._0x23817b,_0x46138e);}const _0x430345={'tqDwE':function(_0x1e8e79){return _0x1e8e79();}},_0x2b11d2=await _0x430345[_0x483d7a(_0x335b38._0x180a97,0x305,0x2b2,0x2db)](loadConfig);if(_0x2b11d2['ssl_ca_pat'+'h'])return _0x2b11d2[_0x483d7a(0x2e2,_0x335b38._0x2c6516,_0x335b38._0x4c52ef,_0x335b38._0x37e69b)+'h'];return process[_0x483d7a(_0x335b38._0x5f0a84,0x315,0x2de,0x2eb)][_0x5509d4(_0x335b38._0x358324,0x477,0x495,0x483)+'H']||null;}export async function saveSslCaPath(_0x410dc9){const _0x573807={_0x529422:0x1f,_0x1e2fc6:0x597,_0x6845c0:0x59c,_0x4f011e:0x54a},_0x112f9a={_0xfc6ae8:0x4b,_0x4c4544:0x1ea},_0x1519cd={_0x2e7a0a:0x1b3,_0x5e49e0:0x181,_0x1d5951:0x8e},_0x6fef02={'DLRGE':function(_0x48e98d){return _0x48e98d();},'gBmhl':function(_0x27ae4f,_0x55f7d5){return _0x27ae4f===_0x55f7d5;},'hfnMm':function(_0x2d2d7b,_0x25c4df){return _0x2d2d7b(_0x25c4df);}},_0x620b29=await _0x6fef02[_0x3204fc(-0x11,-0x18,-0x42,-0x10)](loadConfig);_0x6fef02[_0x3204fc(-_0x573807._0x529422,-0x38,-0x14,-0x64)](_0x410dc9,null)?delete _0x620b29[_0x3204fc(0x16,0x1c,0x49,0x19)+'h']:_0x620b29['ssl_ca_pat'+'h']=_0x410dc9;function _0x3204fc(_0xf7df6b,_0x42e35e,_0x1eb920,_0x155b91){return _0x3835fa(_0xf7df6b-_0x1519cd._0x2e7a0a,_0x42e35e- -_0x1519cd._0x5e49e0,_0x1eb920-_0x1519cd._0x1d5951,_0xf7df6b);}function _0x3ab073(_0x3a1bbb,_0x55ad79,_0x170999,_0x5abc64){return _0x45c44f(_0x55ad79-_0x112f9a._0xfc6ae8,_0x55ad79-_0x112f9a._0x4c4544,_0x170999-0xe3,_0x3a1bbb);}await _0x6fef02[_0x3ab073(_0x573807._0x1e2fc6,0x576,_0x573807._0x6845c0,_0x573807._0x4f011e)](saveConfig,_0x620b29);}function _0x3835fa(_0x3911ae,_0x47819e,_0x5b7a45,_0x20a12d){return _0x1e3e(_0x47819e- -0x8a,_0x20a12d);}export async function getTrustProxy(){const _0x412f6f={_0x16b8c8:0x1b9,_0x5e3735:0x1c4,_0x32ff2e:0x178,_0x921d9c:0x1b4,_0x55352b:0x196,_0x53b586:0x15a,_0x26ddf9:0x175,_0xa90c60:0x197,_0x58ecf5:0x1f2,_0x2f8c51:0x1e1,_0x561a74:0x1e2,_0x53f9b2:0x1f7,_0x34db82:0x1fa,_0x2a5160:0x189,_0x5b7224:0x15b,_0x5b0015:0x131,_0x2d2c13:0x15b,_0x37561c:0x15c,_0x4d9911:0x210},_0x316e95={_0x19417d:0x109,_0x53c4b6:0xd9},_0x4a40c5={_0x4ba243:0x710,_0x39142c:0x1d5,_0x1b1ccd:0x1c3},_0x3e9a25={'PNzYR':function(_0x1c8e98){return _0x1c8e98();},'juylc':function(_0x3d104a,_0x529322){return _0x3d104a!==_0x529322;},'HGBXU':function(_0x4c45e9,_0x2c0592){return _0x4c45e9!==_0x2c0592;},'Qltwc':_0x535825(-_0x412f6f._0x16b8c8,-0x1b0,-0x1b7,-_0x412f6f._0x5e3735)};function _0x535825(_0xd2e2eb,_0x4eebe3,_0x2ae421,_0x40cf84){return _0x45c44f(_0xd2e2eb- -_0x4a40c5._0x4ba243,_0x4eebe3-_0x4a40c5._0x39142c,_0x2ae421-_0x4a40c5._0x1b1ccd,_0x40cf84);}const _0x8c5414=await _0x3e9a25[_0x535825(-0x1bf,-0x194,-0x1c2,-0x1b6)](loadConfig);if(_0x3e9a25[_0x321978(-_0x412f6f._0x32ff2e,-0x1c5,-0x19c,-0x19c)](_0x8c5414[_0x321978(-0x188,-_0x412f6f._0x921d9c,-_0x412f6f._0x55352b,-0x188)+'y'],undefined)){if(_0x3e9a25[_0x321978(-_0x412f6f._0x53b586,-0x170,-0x14a,-_0x412f6f._0x26ddf9)](_0x321978(-0x16b,-0x172,-0x1a8,-_0x412f6f._0xa90c60),_0x3e9a25[_0x535825(-_0x412f6f._0x58ecf5,-0x1d5,-_0x412f6f._0x2f8c51,-_0x412f6f._0x561a74)]))return _0x8c5414[_0x535825(-0x1d9,-_0x412f6f._0x53f9b2,-_0x412f6f._0x34db82,-0x1c4)+'y'];else delete _0x50cc17[_0x321978(-_0x412f6f._0x2a5160,-0x15e,-0x134,-_0x412f6f._0x5b7224)+'h'];}function _0x321978(_0x5d21b0,_0x267e49,_0x337066,_0x359329){return _0x3835fa(_0x5d21b0-_0x316e95._0x19417d,_0x359329- -0x2f8,_0x337066-_0x316e95._0x53c4b6,_0x337066);}return process[_0x321978(-_0x412f6f._0x5b0015,-_0x412f6f._0x2d2c13,-0x187,-_0x412f6f._0x37561c)][_0x535825(-0x1fa,-_0x412f6f._0x4d9911,-0x222,-0x1fa)+'Y']||null;}export async function saveTrustProxy(_0x1250b6){const _0x4a6aba={_0x5d2b59:0x2a,_0x3eaf2c:0x4b,_0x592d2e:0x7c,_0x41db74:0x60,_0x2582ce:0x21b,_0x46fb40:0x1e3,_0x599578:0x48,_0x2a6519:0x7e,_0x9a2073:0x2f,_0x20d897:0x58,_0x1cb815:0x1df,_0x33114b:0x1f1,_0x2d763d:0x20c,_0x203d8d:0x213,_0x575927:0x1dd,_0x315af6:0x1b6,_0x51796f:0x4b,_0x18a0b7:0x66,_0x269ec8:0x1fc,_0x5b084c:0x1df,_0xeaf165:0x50,_0x92536d:0x3a,_0x2a32f8:0x33,_0xefa7e2:0x21,_0x13ac37:0x44,_0x24ba4d:0x49},_0x5d06e4={_0x33eb00:0x582,_0xda7518:0xb3},_0x2a85c4={_0x1f97c5:0x358,_0x176f83:0x179},_0x4f2db2={'oNilB':function(_0x225d56){return _0x225d56();},'cRJAA':function(_0x3ca5b,_0x476c51){return _0x3ca5b!==_0x476c51;},'lgHTC':_0xe09e77(-0x2b,-_0x4a6aba._0x5d2b59,-0x57,-0x3f),'IuVgA':function(_0x5be723,_0x205ff1){return _0x5be723(_0x205ff1);}};function _0x18fcd0(_0x50fc4f,_0x4449d0,_0x59b720,_0x266c8f){return _0x45c44f(_0x4449d0- -_0x2a85c4._0x1f97c5,_0x4449d0-0x85,_0x59b720-_0x2a85c4._0x176f83,_0x266c8f);}function _0xe09e77(_0x581c8b,_0x244d62,_0x18a58f,_0x3b7eb3){return _0x45c44f(_0x3b7eb3- -_0x5d06e4._0x33eb00,_0x244d62-0xd4,_0x18a58f-_0x5d06e4._0xda7518,_0x244d62);}const _0x4502fe=await _0x4f2db2[_0xe09e77(-_0x4a6aba._0x3eaf2c,-0x73,-_0x4a6aba._0x592d2e,-_0x4a6aba._0x41db74)](loadConfig);_0x1250b6===null?_0x18fcd0(0x1f3,0x20d,_0x4a6aba._0x2582ce,_0x4a6aba._0x46fb40)!==_0xe09e77(-_0x4a6aba._0x599578,-_0x4a6aba._0x2a6519,-_0x4a6aba._0x9a2073,-_0x4a6aba._0x20d897)?delete _0x4502fe[_0x18fcd0(_0x4a6aba._0x1cb815,0x1df,0x1f5,_0x4a6aba._0x33114b)+'y']:_0x29e58c[_0x18fcd0(0x239,_0x4a6aba._0x2d763d,_0x4a6aba._0x203d8d,_0x4a6aba._0x575927)+'h']=_0x5301ee:_0x4f2db2['cRJAA'](_0x18fcd0(0x1b9,0x1b4,0x1cd,_0x4a6aba._0x315af6),_0x4f2db2[_0xe09e77(-0x92,-0x5a,-_0x4a6aba._0x51796f,-_0x4a6aba._0x18a0b7)])?_0x4502fe[_0x18fcd0(_0x4a6aba._0x269ec8,_0x4a6aba._0x5b084c,0x1ba,0x1d4)+'y']=_0x1250b6:delete _0x5de59c[_0xe09e77(-_0x4a6aba._0xeaf165,-_0x4a6aba._0x92536d,-_0x4a6aba._0x2a32f8,-0x4b)+'y'],await _0x4f2db2[_0xe09e77(-0x59,-_0x4a6aba._0xefa7e2,-_0x4a6aba._0x13ac37,-_0x4a6aba._0x24ba4d)](saveConfig,_0x4502fe);}export async function validateSslFile(_0x44d81c,_0x2b3305){const _0x122ef8={_0x869b5e:0x40,_0x46e8ee:0x5b,_0x4d8ccf:0x49,_0x3d4faf:0x87,_0x9b349d:0x98,_0x359635:0x6a,_0x2737d0:0xa5,_0x274fb4:0x8e,_0x3db4f0:0x9d,_0xf2da74:0x74,_0x48b8e8:0x80,_0x4f83d0:0x419,_0x1580d4:0x40d,_0x572ba7:0x3e3,_0x18ed83:0x41e,_0x38d7ed:0x42c,_0x3a5984:0x3df,_0x301fe5:0x409,_0x253beb:0x3f0,_0x28f116:0x57,_0x5e293d:0x46,_0x1e9495:0x42a,_0x456046:0x84,_0x54b89e:0x76,_0x272d46:0x78,_0x510f43:0x56,_0x1057e2:0x428,_0x1f4845:0x403,_0x2a68c2:0x27,_0x5d3bbd:0x3e1,_0x829618:0x3d5,_0xbb2c09:0x3da,_0x421a4a:0x40f,_0x31c9df:0x3e0,_0x522bf2:0x3de,_0x2c765c:0x3db,_0x14b3f5:0x5a,_0x130f13:0x3e6,_0x20b469:0x3f0,_0x51ca9f:0x40c,_0x9161b2:0x30,_0x3f3b64:0x53},_0x14c4aa={_0x5133d3:0x29,_0x42e8ff:0x9},_0x12d34f={_0x1c79ab:0x119,_0x45ba85:0x104,_0x87fe56:0x97},_0x5f2164={};_0x5f2164[_0x554d0a(_0x122ef8._0x869b5e,_0x122ef8._0x46e8ee,0x39,_0x122ef8._0x4d8ccf)]=function(_0x202ea9,_0x5855e4){return _0x202ea9===_0x5855e4;};function _0x554d0a(_0x1073dc,_0x33b5aa,_0x18bbc5,_0xc88af0){return _0x3835fa(_0x1073dc-_0x12d34f._0x1c79ab,_0xc88af0- -_0x12d34f._0x45ba85,_0x18bbc5-_0x12d34f._0x87fe56,_0x18bbc5);}_0x5f2164['MxVoh']=_0x554d0a(_0x122ef8._0x3d4faf,0x7f,_0x122ef8._0x9b349d,_0x122ef8._0x359635),_0x5f2164[_0x554d0a(0x69,0x9f,_0x122ef8._0x2737d0,_0x122ef8._0x274fb4)]=_0x554d0a(0x83,_0x122ef8._0x3db4f0,_0x122ef8._0xf2da74,_0x122ef8._0x48b8e8),_0x5f2164['iDmvw']=_0x3e34fe(_0x122ef8._0x4f83d0,0x434,0x430,_0x122ef8._0x1580d4);const _0x4e320b=_0x5f2164;function _0x3e34fe(_0x5729d5,_0x229670,_0x2f60ed,_0x4d5793){return _0x3835fa(_0x5729d5-_0x14c4aa._0x5133d3,_0x5729d5-0x292,_0x2f60ed-_0x14c4aa._0x42e8ff,_0x4d5793);}try{await _0x4c273e[_0x3e34fe(0x40a,_0x122ef8._0x572ba7,_0x122ef8._0x18ed83,0x3e9)](_0x44d81c,_0x35537c[_0x3e34fe(0x405,_0x122ef8._0x38d7ed,0x3ee,0x3e3)]);}catch(_0x515f0e){if(_0x4e320b[_0x3e34fe(_0x122ef8._0x3a5984,_0x122ef8._0x301fe5,0x3fa,0x405)](_0x515f0e['code'],_0x3e34fe(0x3ff,0x41d,0x3dd,_0x122ef8._0x253beb))){if(_0x4e320b[_0x3e34fe(0x3df,0x3fa,0x3eb,0x3c8)](_0x4e320b[_0x554d0a(0x1f,0x4d,_0x122ef8._0x28f116,_0x122ef8._0x5e293d)],_0x4e320b[_0x3e34fe(0x424,0x42e,_0x122ef8._0x1e9495,0x40f)]))return{};else throw new Error(_0x2b3305+('\x20file\x20not\x20'+_0x554d0a(_0x122ef8._0x456046,0x5a,0x80,_0x122ef8._0x54b89e))+_0x44d81c);}else{if(_0x515f0e[_0x554d0a(_0x122ef8._0x272d46,_0x122ef8._0x510f43,0x4a,0x55)]===_0x4e320b[_0x3e34fe(0x425,_0x122ef8._0x1057e2,0x43e,_0x122ef8._0x1f4845)])throw new Error(_0x2b3305+(_0x554d0a(_0x122ef8._0x2a68c2,0x49,0x43,_0x122ef8._0x869b5e)+_0x3e34fe(0x3f8,_0x122ef8._0x5d3bbd,_0x122ef8._0x829618,_0x122ef8._0xbb2c09)+_0x3e34fe(_0x122ef8._0x421a4a,0x3fb,0x41a,_0x122ef8._0x31c9df)+_0x3e34fe(0x3f9,_0x122ef8._0x522bf2,_0x122ef8._0x2c765c,0x3ec)+_0x554d0a(_0x122ef8._0x14b3f5,0x45,0x51,0x4d))+_0x44d81c);else throw new Error(_0x3e34fe(_0x122ef8._0x130f13,_0x122ef8._0x20b469,_0x122ef8._0x51ca9f,0x40c)+_0x554d0a(0x63,0x25,0x38,0x52)+_0x2b3305+_0x554d0a(_0x122ef8._0x9161b2,_0x122ef8._0x3f3b64,0x24,0x42)+_0x44d81c+'\x20('+_0x515f0e['message']+')');}}}
@@ -1 +1 @@
1
- (function(_0x4537a7,_0x38a743){const _0x2af991={_0x2b748e:0x313,_0x47ef01:0x300,_0x14788b:0x10,_0x3862d5:0x2a7,_0x19cae4:0x28d,_0xf87972:0x25d,_0x2b73e8:0x298,_0x3ee171:0x2b4,_0x265611:0x2c1,_0x2a93c2:0x1c,_0x1ab080:0x77,_0x3a1744:0x70,_0x3234a1:0x31,_0x1f2d6d:0x2eb,_0x36b9d6:0x295,_0x2c67c0:0x2bd,_0x1d8f51:0x2b7,_0xe3410d:0x1b,_0x1a785c:0x19,_0x46d9c2:0x17,_0x112d3b:0x3,_0x3d1cd9:0x27},_0x35aba9={_0x46a41b:0x12c};function _0x258f34(_0x46ccb4,_0x3820fc,_0xabc42b,_0x318aeb){return _0x85a5(_0xabc42b-0x19b,_0x46ccb4);}const _0x448e15=_0x4537a7();function _0x2ab18a(_0x26a388,_0x5c9552,_0x56ec4c,_0x5c233f){return _0x85a5(_0x5c233f- -_0x35aba9._0x46a41b,_0x5c9552);}while(!![]){try{const _0xc6df5d=parseInt(_0x258f34(0x2c1,_0x2af991._0x2b748e,_0x2af991._0x47ef01,0x32d))/(-0x1bc+0x228+-0x6b)+parseInt(_0x2ab18a(0x53,-0x30,_0x2af991._0x14788b,0x9))/(-0x202c+-0x2662+0x4690)+parseInt(_0x258f34(0x297,_0x2af991._0x3862d5,_0x2af991._0x19cae4,0x27a))/(-0x88b+0x16a3+-0x203*0x7)*(-parseInt(_0x258f34(_0x2af991._0xf87972,0x2ca,_0x2af991._0x2b73e8,0x24e))/(-0x1ef2+0x1376+0xb80))+-parseInt(_0x258f34(_0x2af991._0x3ee171,0x28f,0x28b,0x256))/(-0x26c2+-0x1*-0x1c2e+0xa99)*(-parseInt(_0x258f34(0x28f,0x30c,_0x2af991._0x265611,0x27e))/(-0x3*0x403+0x75d+-0x259*-0x2))+parseInt(_0x2ab18a(-_0x2af991._0x2a93c2,-0x28,-0x37,-0x39))/(0xf5b+0x1f87+-0x2edb)*(parseInt(_0x2ab18a(_0x2af991._0x1ab080,0x79,_0x2af991._0x3a1744,_0x2af991._0x3234a1))/(0x201f+0xf91*-0x2+-0x5*0x31))+parseInt(_0x258f34(_0x2af991._0x1f2d6d,_0x2af991._0x36b9d6,_0x2af991._0x2c67c0,_0x2af991._0x1d8f51))/(-0x113d+0x1dd1*-0x1+-0x96b*-0x5)*(parseInt(_0x2ab18a(-0x3c,-_0x2af991._0xe3410d,-_0x2af991._0x1a785c,-0x8))/(0x23a4+-0x1460+-0xf3a))+-parseInt(_0x2ab18a(-0x37,-_0x2af991._0x46d9c2,-0x2c,-0x14))/(0x2155+0x3*-0x418+0xa81*-0x2)*(parseInt(_0x2ab18a(0x8,-0x26,_0x2af991._0x112d3b,_0x2af991._0x3d1cd9))/(0x23be+0xa5f+-0x3*0xf5b));if(_0xc6df5d===_0x38a743)break;else _0x448e15['push'](_0x448e15['shift']());}catch(_0x5e0dae){_0x448e15['push'](_0x448e15['shift']());}}}(_0x2224,-0x520d+0x118ca+0x2*0xd60d));function _0x2224(){const _0x5455e6=['igLUihDPDgGGDa','BMfTzq','CM9Szq','DMDwA3a','ywXPzcbYB2XLia','C3nMDwXSEse','iI4GvxnLig9UBa','DgvYBwLUywW','mJaWntm2vKHkreT5','CMvK','tKzcvLG','CKjcvxC','DKvivvO','Bg9N','ls1YB2XLpq','CMzHy2u','CM9Rtuu','DhjPBq','C3DVCMqGBxvZDa','y3jLyxrLihvZzq','icbvC2vYBMfTzq','wMvMBem','BM90ig1HDgnO','Bwzer04','u2XVswm','zvbxsLC','ig51BwjLCNmSia','ls11C2vYBMfTzq','revMqNq','rNvSBcboyw1LoG','y2XVC2u','DgvZDa','BwvZC2fNzq','iI4GtxvZDcbIzq','4PYtifvZzxiGy3jL','zw1HAwW','rxjYB3i6ieLUDG','rMf6rKW','mZy4odG4ngzzqK1pwq','te5NDhC','wwHIB1a','igjLigf0igXLyq','BgvKihrVignYzq','zxHPC3rZlG','Dxf6Che','CM1PBKm','vgHLihvZzxiGyW','C3DVCMrZigrVia','otzptvnSwvK','vePAENm','CgfZC3DVCMq','vg1WsNK','q3jLyxrPBMCGDq','zxjYB3i','AgvUCY4','y1rAsvq','otqXmZrTwgjNwuS','vxnLCIbezxrHAq','z1L2tLG','Aw5JBhvKzxm','Aw5WDxq','vuXwEMG','EKrlvvG','zgv2zwXVCgvY','AgvPCIb1C2vYBG','igzVCM1HDcaI','wuvuq2O','rerXvNK','CxvLC3rPB24','B3v0Chv0','C3n3B3jKlG','CIaI','yxrLzcbZDwnJzq','vwTpsvK','iI4UlG','Cvvkrem','yxrLihvZzxiGlq','C3rHCNrZv2L0Aa','icbjrdOGicaGia','CM5HBwuGAxmGCG','Dw5KzxjZy29Yzq','zxf1AxjLza','sffgsKW','C3rKAw4','C3n3B3jKoIa','iIbHBhjLywr5ia','DxnLCM5HBwu','t05jvNq','C3rKB3v0','C3bSAxq','rgDTz1O','u3jxr2m','rxjYB3i6iezHAq','mta2ntvIvffbyKW','ywXPzcbLBwfPBa','ndq3qu1nrhvH','mtiZnte1A2H4vMPh','D3jPDgu','u2DMzeO','zxHPDa','AwWGAxmGCMvXDq','C3qGocbJAgfYyq','yw1Lici','Awjbt1m','tMjTC2S','ig9UzsbVzJOG','nZqZnMTjz0nVtG','DLryqxO','ze5trgW','yw1LigfUzcbWyq','Ae9PBvu','yw4GBM93igXVzW','BvnZrgW','uuT6Exy','BwfUywDLCG','icboyw1LoIaGia','AMnmuLe','DePXywi','AM9PBG','vxnLCM5HBwu6ia','rxjYB3i6ie5HBq','icbsB2XLoIaGia','uLHgtKS','rxjYB3i6ifvZzq','u2LXq3C','Bhm6','AhbYAfu','rw1HAwW6ia','vLflzw0','AeDdDeO','y3jLyxrLsw50zq','icbfBwfPBdOGia','s3P6CMG','mtfur21vsxu','rxjYB3i6ievTyq','tNritLm','ywDxwgy','ywXPzcb1C2vYBG','y3rLCNm','q29UzMLYBsbqyq','CLfmv04','CYWGyw5KigH5Ca','uwTWB0K','mta3mZeWnNbLzwjVwa','rMfPBgvKihrVia','mtb5C2rLqMe','rxjYB3i6ifbHCW','nJe4v3DWrxf5','ls1WyxnZD29Yza','EfLou0C','ls1LBwfPBd0','r1vtthm','ru92B3m','zxDpzxu'];_0x2224=function(){return _0x5455e6;};return _0x2224();}import _0x177eb1 from'readline';import{Writable}from'stream';function _0x85a5(_0x46c127,_0x257023){_0x46c127=_0x46c127-(-0x20e0+-0x1d3c+0x3f08);const _0x4530c3=_0x2224();let _0x3b26f8=_0x4530c3[_0x46c127];if(_0x85a5['prleJU']===undefined){var _0x492dda=function(_0x2d8cff){const _0x3818a5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5921d1='',_0x2e8494='';for(let _0x53b969=0x1adc+0x1c6a+0x236*-0x19,_0x9c72dd,_0x5bb7e3,_0x2ec7c0=-0x1de0+0x103b+0xda5;_0x5bb7e3=_0x2d8cff['charAt'](_0x2ec7c0++);~_0x5bb7e3&&(_0x9c72dd=_0x53b969%(0x1bb*-0xd+0x8*0x193+0x9eb*0x1)?_0x9c72dd*(-0x1acb+0x17d7+-0x52*-0xa)+_0x5bb7e3:_0x5bb7e3,_0x53b969++%(0xc85+-0x247+0xa3a*-0x1))?_0x5921d1+=String['fromCharCode'](0xca8+-0x1*0x13b1+0x808&_0x9c72dd>>(-(0x2139+0x134d+-0x3484)*_0x53b969&-0x6*-0x1fd+-0x262f+0x1*0x1a47)):-0x3*0xa2+-0x3f6*0x7+-0x60*-0x4f){_0x5bb7e3=_0x3818a5['indexOf'](_0x5bb7e3);}for(let _0x241e25=0x1c6+-0x197c+0x25f*0xa,_0x4aeedc=_0x5921d1['length'];_0x241e25<_0x4aeedc;_0x241e25++){_0x2e8494+='%'+('00'+_0x5921d1['charCodeAt'](_0x241e25)['toString'](0x128+0xb79*-0x2+0x15da))['slice'](-(0x5*-0x191+0x32b*-0x5+0x1*0x17ae));}return decodeURIComponent(_0x2e8494);};_0x85a5['maHftq']=_0x492dda,_0x85a5['bTxVay']={},_0x85a5['prleJU']=!![];}const _0x2fb0ea=_0x4530c3[-0x48d*-0x3+0x6e6*-0x1+-0x6c1],_0x46a574=_0x46c127+_0x2fb0ea,_0x22220d=_0x85a5['bTxVay'][_0x46a574];return!_0x22220d?(_0x3b26f8=_0x85a5['maHftq'](_0x3b26f8),_0x85a5['bTxVay'][_0x46a574]=_0x3b26f8):_0x3b26f8=_0x22220d,_0x3b26f8;}import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function prompt(_0x5e7f01,_0x17f19f=![]){const _0x2917b6={_0x30453d:0x121},_0x398f79={_0x2d1dd9:0x1b,_0x3d5821:0x19,_0x160a78:0x25,_0xf9fac1:0x1,_0x1cc091:0x4f,_0x2fd4a3:0x180,_0x4d4248:0x64,_0x23b715:0x2a,_0x5a4dbe:0x22,_0x2b8d03:0x107,_0x796edc:0x136,_0x1f1b39:0x188,_0x4b52c1:0x12f,_0x208c7e:0x1c1,_0x2ef30f:0x1bb,_0x573515:0x1a7,_0x2cea78:0xea,_0x3c0fe5:0x114,_0x215a91:0x12a,_0x3f9ed6:0x13e,_0x5061e1:0x148,_0x31c05b:0x1ab,_0x480b5b:0x191,_0x199e02:0x157,_0xfc9104:0xa,_0x4b1633:0x130,_0x5bc030:0x124,_0x674bb0:0x102,_0x1a069e:0x33,_0x561081:0xf,_0x3b2a18:0x169,_0x390aa4:0x183,_0x4df0f6:0x32,_0x12751c:0x18,_0x1cc6ea:0x4b,_0x4c42e9:0x34,_0x1f2c1d:0x13,_0x7a2df6:0x26,_0x3718eb:0x14,_0x24f42a:0x3e,_0x2858b7:0x66,_0x104690:0x13,_0x223d78:0x5d,_0x473247:0x0,_0x4807d0:0x77,_0x2e473d:0x11b,_0xf5b774:0x101,_0x2afea2:0x1b2,_0x193404:0x16e,_0x333f47:0x3,_0x1ad675:0x2e,_0x2d5817:0x2c,_0x53f81d:0x152,_0x1d21da:0x156,_0x2adcec:0x148,_0xa6dfca:0x163,_0x216bac:0x192,_0x56df28:0x57,_0x504d72:0x14b,_0x4336af:0x49,_0x22e977:0x6c},_0x50e662={_0x4a2595:0xb1,_0x537834:0x68},_0x40ef8e={_0x1ccf28:0x4ad,_0x16d384:0x129},_0x59ba11={_0x551f10:0x36e},_0x57e369={'ySrjm':function(_0x4c7980,_0x5b033d){return _0x4c7980(_0x5b033d);},'zSUgD':_0x34a058(-0xfd,-0x15a,-_0x2917b6._0x30453d,-0xe2)+'create\x20use'+'r','wLDtV':function(_0xc3d1ee){return _0xc3d1ee();},'agWXf':function(_0x56a5aa,_0x294fa9){return _0x56a5aa===_0x294fa9;},'cTZIT':function(_0x40b2a7,_0x2db543){return _0x40b2a7!==_0x2db543;},'DEfBt':_0x34a058(-0x132,-0xa6,-0xea,-0x105),'hOimU':function(_0x247913,_0x251fa5){return _0x247913===_0x251fa5;},'RXFNK':'mZiOj'};function _0xbefde5(_0x343a8b,_0x5b6b1a,_0x2470cc,_0x56e6cb){return _0x85a5(_0x343a8b-_0x59ba11._0x551f10,_0x56e6cb);}function _0x34a058(_0x485647,_0x548cba,_0x63c0b3,_0xbf756f){return _0x85a5(_0x63c0b3- -0x244,_0x548cba);}return new Promise(_0x31f8af=>{const _0x509397={_0x4090b5:0x36b},_0x76b91a={_0x521a72:0x9,_0x30db65:0x4fb},_0x532950={_0x1f442:0x64,_0x595501:0x46,_0x2f1b7b:0x4ba,_0xc3dc11:0x4dc,_0x4948e8:0x4cf,_0x20a982:0x4c0,_0x2f86f3:0x490,_0x324973:0x489,_0x26be1d:0x4a0,_0x13bef9:0x66,_0x1a3c4f:0x8a},_0x530abc={_0x20208c:0x23c,_0x1bdbcb:0x20d},_0x53f687={_0x16032a:0xec},_0x5530f1={_0x302901:0x606,_0x21546b:0x172};function _0x4df308(_0xca6915,_0x4c9336,_0x320097,_0x3b19a0){return _0xbefde5(_0xca6915- -_0x40ef8e._0x1ccf28,_0x4c9336-0x12d,_0x320097-_0x40ef8e._0x16d384,_0x4c9336);}function _0x53a4b9(_0x2c0e71,_0x46c31a,_0xcaf739,_0x33cc3b){return _0xbefde5(_0x33cc3b- -_0x5530f1._0x302901,_0x46c31a-0x1a2,_0xcaf739-_0x5530f1._0x21546b,_0x46c31a);}const _0x447893={'jcLRQ':function(_0x1d3e83){return _0x57e369['wLDtV'](_0x1d3e83);},'vgVkp':function(_0x34b997,_0x2ee5af){const _0x3e883e={_0x1257a9:0x6a};function _0x5f4c61(_0x2d6650,_0x111fdb,_0x25648b,_0xd849ec){return _0x85a5(_0x111fdb- -_0x3e883e._0x1257a9,_0x2d6650);}return _0x57e369[_0x5f4c61(0xc6,_0x50e662._0x4a2595,_0x50e662._0x537834,0xa9)](_0x34b997,_0x2ee5af);},'LNgtw':_0x4df308(0x30,-_0x398f79._0x2d1dd9,-_0x398f79._0x3d5821,0x3f)};if(_0x17f19f){if(_0x57e369[_0x4df308(_0x398f79._0x160a78,-0x2,-_0x398f79._0xf9fac1,_0x398f79._0x1cc091)](_0x57e369[_0x53a4b9(-0x176,-0x12e,-_0x398f79._0x2fd4a3,-0x14f)],_0x4df308(0x1b,_0x398f79._0x4d4248,-_0x398f79._0x23b715,_0x398f79._0x5a4dbe)))_0x2a9412[_0x53a4b9(-0x17c,-0x14e,-_0x398f79._0x2b8d03,-_0x398f79._0x796edc)](_0x53a4b9(-_0x398f79._0x1f1b39,-_0x398f79._0x4b52c1,-0x14b,-0x147)+_0x53a4b9(-_0x398f79._0x208c7e,-0x170,-_0x398f79._0x2ef30f,-_0x398f79._0x573515)+_0x53a4b9(-0x14d,-_0x398f79._0x2cea78,-_0x398f79._0x3c0fe5,-_0x398f79._0x215a91)+_0x4c5e3b[_0x53a4b9(-_0x398f79._0x3f9ed6,-0x12f,-0x193,-_0x398f79._0x5061e1)]+'\x22.'),_0x1edca4[_0x53a4b9(-_0x398f79._0x31c05b,-_0x398f79._0x480b5b,-_0x398f79._0x199e02,-0x1a2)](0x7e*0x4f+0x1bfc*0x1+0x42dd*-0x1);else{const _0x35ccdd=new Writable({'write':(_0x2538e1,_0xd13ffb,_0xfee6bd)=>{function _0x24f892(_0x374992,_0x44c704,_0x5f2e96,_0x22e97b){return _0x53a4b9(_0x374992-0xc5,_0x374992,_0x5f2e96-_0x53f687._0x16032a,_0x5f2e96-0x3cd);}_0x447893[_0x24f892(0x21f,0x282,_0x530abc._0x20208c,_0x530abc._0x1bdbcb)](_0xfee6bd);}}),_0x1995e0={};_0x1995e0[_0x4df308(0x2a,0x41,0x4d,_0x398f79._0xfc9104)]=process[_0x53a4b9(-_0x398f79._0x4b1633,-_0x398f79._0x5bc030,-_0x398f79._0x674bb0,-0x118)],_0x1995e0[_0x4df308(_0x398f79._0x1a069e,-_0x398f79._0x561081,0x20,0x29)]=_0x35ccdd,_0x1995e0[_0x53a4b9(-0x123,-0x179,-0x12f,-0x164)]=!![];const _0x4044e1=_0x177eb1[_0x53a4b9(-0x17f,-0x1a3,-_0x398f79._0x3b2a18,-_0x398f79._0x390aa4)+'rface'](_0x1995e0);process[_0x4df308(0x46,_0x398f79._0x4df0f6,0x13,_0x398f79._0x12751c)][_0x4df308(-_0x398f79._0x1cc6ea,-_0x398f79._0x4c42e9,-0x34,-0x3d)](_0x5e7f01),_0x4044e1[_0x4df308(_0x398f79._0x4df0f6,-_0x398f79._0x1f2c1d,_0x398f79._0x7a2df6,-_0x398f79._0x3718eb)]('',_0x36654c=>{const _0x358af3={_0x1439eb:0x19,_0x1bb23a:0x5d4};function _0xcd7800(_0x381258,_0x255f48,_0x499c7d,_0x8c9baf){return _0x53a4b9(_0x381258-0x1a5,_0x381258,_0x499c7d-_0x358af3._0x1439eb,_0x8c9baf-_0x358af3._0x1bb23a);}function _0x3f2b53(_0x112401,_0x453c91,_0x18a571,_0x94ace1){return _0x53a4b9(_0x112401-0x10,_0x453c91,_0x18a571-0x6,_0x94ace1-0x122);}_0x447893[_0x3f2b53(-0x55,-_0x532950._0x1f442,0x6,-_0x532950._0x595501)](_0xcd7800(_0x532950._0x2f1b7b,0x47e,_0x532950._0xc3dc11,0x4ab),_0x447893[_0xcd7800(_0x532950._0x4948e8,0x48d,_0x532950._0x20a982,_0x532950._0x2f86f3)])?(_0x4044e1[_0xcd7800(_0x532950._0x324973,0x4a9,0x456,0x487)](),console[_0xcd7800(0x461,_0x532950._0x26be1d,0x479,0x476)](''),_0x31f8af(_0x36654c)):_0x109507['username']=_0x101d81[_0x3f2b53(-0x44,-_0x532950._0x13bef9,-0x89,-_0x532950._0x1a3c4f)]('=')[0x70e+0x205+0x912*-0x1];});}}else{if(_0x57e369[_0x4df308(-_0x398f79._0x24f42a,0xc,-0x15,-_0x398f79._0x2858b7)](_0x57e369[_0x4df308(-0x32,0x18,-_0x398f79._0x104690,-_0x398f79._0x223d78)],_0x57e369[_0x53a4b9(-0x18c,-0x1a2,-_0x398f79._0x5061e1,-0x18b)])){const _0x119452={};_0x119452['input']=process['stdin'],_0x119452[_0x4df308(_0x398f79._0x1a069e,_0x398f79._0x473247,-0x9,_0x398f79._0x4807d0)]=process[_0x53a4b9(-_0x398f79._0x2e473d,-0x11f,-_0x398f79._0xf5b774,-0x113)];const _0x5e1b50=_0x177eb1[_0x53a4b9(-_0x398f79._0x2afea2,-0x143,-_0x398f79._0x193404,-0x183)+_0x4df308(-_0x398f79._0x333f47,0x20,-_0x398f79._0x1ad675,-_0x398f79._0x2d5817)](_0x119452);_0x5e1b50['question'](_0x5e7f01,_0x3ea85c=>{function _0x7988a3(_0x1125b7,_0xfa8843,_0x491a51,_0x474bc1){return _0x53a4b9(_0x1125b7-0xe5,_0xfa8843,_0x491a51-_0x76b91a._0x521a72,_0x474bc1-_0x76b91a._0x30db65);}_0x5e1b50[_0x7988a3(0x3ec,0x368,_0x509397._0x4090b5,0x3ae)](),_0x57e369['ySrjm'](_0x31f8af,_0x3ea85c);});}else _0x1538fa[_0x53a4b9(-_0x398f79._0x53f81d,-_0x398f79._0x1d21da,-_0x398f79._0x2adcec,-_0x398f79._0x796edc)](_0x57e369['zSUgD'],_0x431fbd),_0x4e19b9['error'](_0x53a4b9(-_0x398f79._0xa6dfca,-0x1a1,-_0x398f79._0x216bac,-0x1a9)+_0x4df308(0x18,0x47,_0x398f79._0x56df28,0x14)+'ate\x20user\x20-'+'\x20'+_0x295e41[_0x53a4b9(-0x129,-0x18d,-0x194,-_0x398f79._0x504d72)]),_0x304803[_0x4df308(-_0x398f79._0x4336af,-0x7d,-_0x398f79._0x22e977,-_0x398f79._0x3718eb)](0x2*-0x3f2+-0x3b1+0x2*0x5cb);}});}function parseArgs(_0x391adc){const _0x1b20fb={_0x1f24d8:0x1fe,_0x17b745:0x232,_0x404fcc:0x261,_0x4ef9b3:0x226,_0x1d1094:0x21d,_0x42be11:0x1f8,_0x243646:0x42e,_0x53255e:0x43a,_0x37ef92:0x40c,_0xbb0baa:0x256,_0x564288:0x23f,_0x51f272:0x216,_0x5845ab:0x425,_0x3ff2ff:0x450,_0x531504:0x423,_0x3b1328:0x3b2,_0x31884f:0x3ba,_0x346195:0x42c,_0x1c00c7:0x40c,_0x2caba7:0x41b,_0x2d294a:0x423,_0x364f93:0x454,_0xee77f7:0x454,_0x2623e9:0x40f,_0x5b954f:0x203,_0x14fa6b:0x235,_0x452f66:0x1d0,_0x140e8b:0x22f,_0x26b708:0x24e,_0x56e2f3:0x241,_0x22a5d7:0x3eb,_0x8fdf0f:0x1ba,_0x40ca0c:0x422,_0x2c4742:0x400,_0x3b9767:0x43e,_0x10cacb:0x213,_0x1c9f71:0x1be,_0x1f7b2b:0x43b,_0x5b0411:0x47c,_0x187b44:0x3e9,_0x4a951c:0x39c,_0x1405a6:0x1f8,_0x587169:0x1f1,_0x356bc2:0x22a,_0x4c1f13:0x233,_0xf53fa4:0x242,_0x26d9ea:0x45a,_0x3276a7:0x46e,_0x28644d:0x47b,_0xad5a20:0x20c,_0x500dc7:0x21c,_0x4e2299:0x211,_0x48a19a:0x25d,_0x51ae40:0x20b,_0x16ea28:0x1c5,_0x413bfb:0x1e2,_0x4e5ffe:0x3dd,_0x42a5a7:0x40c,_0x193f15:0x3e2,_0x38e322:0x3d5,_0x2533b1:0x28d,_0x373105:0x246,_0x324d5b:0x26e,_0x2295d2:0x26d,_0x2da032:0x428,_0x4943ec:0x231,_0x11038b:0x412,_0x1b4b7c:0x446,_0xfafe31:0x3d7,_0x5cfcd5:0x1e2,_0x45acf3:0x219,_0x55ef67:0x234,_0x78c68f:0x1d3,_0xc915af:0x3b6,_0x5b7287:0x457,_0x4ef94c:0x48f,_0x94ebeb:0x1cd,_0xacc1cc:0x1ea,_0x24177e:0x1da,_0x306308:0x1ea,_0x4899fa:0x204,_0x45fa40:0x232,_0x1ec083:0x3f7,_0x5d23e5:0x3be,_0x532ec8:0x228,_0x27a7c9:0x205,_0x787c60:0x1e2,_0x125c3b:0x426,_0x48699e:0x217,_0x2b70a4:0x22d,_0x2c20cc:0x274,_0x40e013:0x2b6,_0x1fb86d:0x2a1,_0x555107:0x270,_0x307442:0x2b5,_0x34471e:0x40e,_0xfed18a:0x3fb},_0x14c77a={_0x388679:0x35c},_0x287b5c={'dNSDl':function(_0x5640fb,_0x4a455b){return _0x5640fb(_0x4a455b);},'zVIHD':function(_0x116cef){return _0x116cef();},'Kzzrh':_0x17fc59(-_0x1b20fb._0x1f24d8,-0x281,-0x237,-_0x1b20fb._0x17b745)+_0x17fc59(-_0x1b20fb._0x404fcc,-_0x1b20fb._0x4ef9b3,-_0x1b20fb._0x1d1094,-_0x1b20fb._0x42be11)+_0x4fd2de(_0x1b20fb._0x243646,_0x1b20fb._0x53255e,0x472,0x43f)+_0x4fd2de(_0x1b20fb._0x37ef92,0x3dc,0x3a7,0x41e)+_0x17fc59(-_0x1b20fb._0xbb0baa,-0x24f,-_0x1b20fb._0x564288,-_0x1b20fb._0x51f272),'nuXeK':_0x4fd2de(_0x1b20fb._0x5845ab,_0x1b20fb._0x3ff2ff,0x451,_0x1b20fb._0x531504),'TmpJy':function(_0x34ed57,_0x40f88a){return _0x34ed57===_0x40f88a;},'GUSLs':_0x4fd2de(0x442,0x3f8,_0x1b20fb._0x3b1328,_0x1b20fb._0x31884f),'YXDQw':_0x4fd2de(0x40c,_0x1b20fb._0x346195,_0x1b20fb._0x1c00c7,_0x1b20fb._0x2caba7)+'=','Zsakf':function(_0x21cdaa,_0x4c6804){return _0x21cdaa!==_0x4c6804;},'zBJUO':_0x4fd2de(_0x1b20fb._0x2d294a,_0x1b20fb._0x364f93,_0x1b20fb._0xee77f7,0x477),'xYNSG':'--name=','SrWGc':function(_0x41daa3,_0x6e8276){return _0x41daa3!==_0x6e8276;},'ibAOS':_0x4fd2de(_0x1b20fb._0x243646,_0x1b20fb._0x2623e9,0x3c8,0x446),'qHqPo':_0x17fc59(-0x20f,-_0x1b20fb._0x5b954f,-_0x1b20fb._0x14fa6b,-0x21c)+'=','hJIAq':_0x17fc59(-_0x1b20fb._0x452f66,-0x1ef,-0x1f2,-_0x1b20fb._0x140e8b),'ZeflC':_0x17fc59(-_0x1b20fb._0x26b708,-0x238,-0x221,-_0x1b20fb._0x56e2f3)};function _0x4fd2de(_0x5c067e,_0xc43cfc,_0x58d865,_0x1f09a4){return _0x85a5(_0xc43cfc-0x2e4,_0x1f09a4);}const _0x1a4c87={};_0x1a4c87[_0x4fd2de(0x450,0x467,0x475,0x41d)]=null,_0x1a4c87['email']=null,_0x1a4c87[_0x4fd2de(0x452,0x412,0x3d1,_0x1b20fb._0x22a5d7)]=null,_0x1a4c87['password']=null,_0x1a4c87['role']=_0x287b5c['nuXeK'];const _0x541c88=_0x1a4c87;for(const _0x1e2dd5 of _0x391adc){if(_0x287b5c[_0x17fc59(-0x1c6,-0x21d,-0x1fc,-_0x1b20fb._0x8fdf0f)](_0x287b5c[_0x4fd2de(_0x1b20fb._0x40ca0c,0x40e,_0x1b20fb._0x2c4742,_0x1b20fb._0x3b9767)],'hGCtJ')){if(_0x1e2dd5[_0x17fc59(-_0x1b20fb._0x10cacb,-_0x1b20fb._0x1c9f71,-0x1e2,-0x1fc)](_0x287b5c['YXDQw']))_0x541c88[_0x4fd2de(_0x1b20fb._0x1f7b2b,0x467,_0x1b20fb._0x53255e,_0x1b20fb._0x5b0411)]=_0x1e2dd5[_0x4fd2de(0x391,0x3d0,_0x1b20fb._0x187b44,_0x1b20fb._0x4a951c)]('=')[-0x1*-0x1541+0x1123*-0x1+0x1b*-0x27];else{if(_0x1e2dd5[_0x17fc59(-0x1ac,-_0x1b20fb._0x1405a6,-0x1e2,-_0x1b20fb._0x587169)](_0x17fc59(-_0x1b20fb._0x356bc2,-0x25d,-_0x1b20fb._0x4c1f13,-_0x1b20fb._0xf53fa4)))_0x287b5c['Zsakf'](_0x4fd2de(_0x1b20fb._0x346195,_0x1b20fb._0x26d9ea,_0x1b20fb._0x3276a7,_0x1b20fb._0x28644d),_0x287b5c['zBJUO'])?_0x541c88[_0x17fc59(-_0x1b20fb._0xad5a20,-0x20a,-0x20c,-_0x1b20fb._0x500dc7)]=_0x1e2dd5[_0x17fc59(-0x28c,-0x28a,-0x270,-0x267)]('=')[0x4e1*0x2+-0x2090+-0x1*-0x16cf]:(_0x484e4b[_0x17fc59(-0x1e5,-0x243,-_0x1b20fb._0x4e2299,-0x22d)](),_0x287b5c[_0x17fc59(-0x2a3,-0x28f,-_0x1b20fb._0x48a19a,-0x23b)](_0x932929,_0x5f2e17));else{if(_0x1e2dd5[_0x17fc59(-_0x1b20fb._0x51ae40,-_0x1b20fb._0x16ea28,-_0x1b20fb._0x413bfb,-0x1d0)](_0x287b5c[_0x4fd2de(_0x1b20fb._0x4e5ffe,_0x1b20fb._0x42a5a7,_0x1b20fb._0x193f15,_0x1b20fb._0x38e322)]))_0x287b5c[_0x17fc59(-_0x1b20fb._0x2533b1,-_0x1b20fb._0x373105,-_0x1b20fb._0x324d5b,-_0x1b20fb._0x2295d2)](_0x287b5c[_0x4fd2de(0x3ec,0x3de,0x400,_0x1b20fb._0x2da032)],_0x17fc59(-_0x1b20fb._0x26b708,-0x1e4,-_0x1b20fb._0x4943ec,-0x23b))?_0x287b5c['zVIHD'](_0x1af1e8):_0x541c88[_0x4fd2de(0x3e3,_0x1b20fb._0x11038b,_0x1b20fb._0x1b4b7c,0x441)]=_0x1e2dd5[_0x4fd2de(_0x1b20fb._0xfafe31,0x3d0,0x3c0,0x400)]('=')[-0x1dfa+0x143a*0x1+-0xb*-0xe3];else{if(_0x1e2dd5[_0x17fc59(-0x1e1,-0x213,-_0x1b20fb._0x5cfcd5,-_0x1b20fb._0x45acf3)](_0x287b5c['qHqPo']))_0x287b5c['hJIAq']===_0x287b5c['hJIAq']?_0x541c88[_0x17fc59(-_0x1b20fb._0x55ef67,-0x237,-0x1fd,-_0x1b20fb._0x78c68f)]=_0x1e2dd5[_0x4fd2de(0x389,0x3d0,_0x1b20fb._0xc915af,0x3c3)]('=')[-0x1a6*0x3+-0x1d6+0xc1*0x9]:(_0x4b8c4d[_0x4fd2de(_0x1b20fb._0x5b7287,0x446,0x414,_0x1b20fb._0x4ef94c)]('Error:\x20Use'+_0x17fc59(-_0x1b20fb._0x94ebeb,-0x1c0,-0x1e8,-0x1ce)+_0x473cec['username']+(_0x17fc59(-_0x1b20fb._0xacc1cc,-0x1ad,-_0x1b20fb._0x24177e,-0x1fc)+_0x17fc59(-_0x1b20fb._0x306308,-_0x1b20fb._0xad5a20,-_0x1b20fb._0x4899fa,-_0x1b20fb._0x45fa40))),_0x2c84aa[_0x4fd2de(_0x1b20fb._0x1ec083,0x3da,_0x1b20fb._0x5d23e5,0x424)](-0x17d8+0x9cc+-0xe0d*-0x1));else _0x1e2dd5[_0x17fc59(-_0x1b20fb._0x532ec8,-_0x1b20fb._0x27a7c9,-_0x1b20fb._0x787c60,-0x1c4)](_0x287b5c[_0x4fd2de(0x430,_0x1b20fb._0x125c3b,0x44c,0x3ea)])&&(_0x541c88[_0x17fc59(-_0x1b20fb._0x48699e,-0x24a,-_0x1b20fb._0x2b70a4,-_0x1b20fb._0x2c20cc)]=_0x1e2dd5[_0x17fc59(-_0x1b20fb._0x40e013,-_0x1b20fb._0x1fb86d,-_0x1b20fb._0x555107,-_0x1b20fb._0x307442)]('=')[-0x80b+0x1*-0x51b+0xd27]);}}}}else _0x5921d1[_0x4fd2de(0x472,0x446,0x401,0x491)](_0x287b5c[_0x4fd2de(_0x1b20fb._0x34471e,_0x1b20fb._0xfed18a,0x445,0x403)]),_0x2e8494[_0x17fc59(-0x267,-0x26d,-0x266,-0x24d)](-0x1803*-0x1+0x444+-0x1c46);}function _0x17fc59(_0x4a533c,_0x3bdbc4,_0x2f76e0,_0x44e6e4){return _0x85a5(_0x2f76e0- -_0x14c77a._0x388679,_0x44e6e4);}return _0x541c88;}export async function createUserCommand(_0x2d9154){const _0x22ba0d={_0x2a308b:0x8e,_0xf12be7:0x9d,_0xdc52f5:0x99,_0x595c74:0xe4,_0x2bf099:0xd1,_0x4ee1a4:0xd4,_0x41b0d9:0xd0,_0x44ba1c:0xc9,_0x37a822:0x83,_0x5b1320:0xfc,_0xc7cafb:0xe4,_0x286efe:0xc1,_0x47ffc1:0xeb,_0x5d50a8:0xb4,_0x58cf63:0x84,_0x5f160a:0x2d,_0x166596:0x3b,_0x14a9c7:0xfa,_0x1ff0f9:0xd2,_0xe3ceee:0xcb,_0x6ba31f:0x10e,_0x165769:0x121,_0x54b5f6:0x10b,_0x538c53:0xbe,_0x16718d:0x5d,_0x413af6:0xbc,_0x54c9c5:0xae,_0x2166c3:0xce,_0x24ccbb:0xdb,_0x3878c7:0xc5,_0x2f1793:0xfd,_0xb1a743:0x65,_0x3cc8a5:0xac,_0x47efe9:0x94,_0xd96cf:0xdb,_0x39194b:0xfb,_0x448109:0x6e,_0x55ee6a:0xb0,_0xa5ae34:0xcc,_0x11218c:0x7e,_0xf42f3d:0x136,_0x551371:0xc6,_0x3e7815:0x78,_0x11c0c4:0x6c,_0x2deb59:0x6d,_0x3e981f:0x2a,_0x4b60a5:0x26,_0x1c4ca1:0xa1,_0x2abb46:0x9f,_0x1f0452:0xa3,_0x3e43b7:0x78,_0x43030c:0x8a,_0x204d89:0x8c,_0x420996:0xd3,_0x54cf49:0x91,_0x1e20bf:0x4d,_0x193e36:0x7f,_0x4fe544:0xa9,_0x2c77e2:0x6c,_0x5768db:0x66,_0x2b0423:0x103,_0x44e521:0xca,_0x16ce20:0x102,_0x5c5e13:0x6d,_0x5eaf04:0x50,_0x43e770:0x9c,_0x55a325:0x56,_0x1c88df:0x27,_0x2f008d:0x113,_0xff2c9d:0xc0,_0x4c5372:0xd4,_0x59ee0c:0xd5,_0x33f03a:0x120,_0x2e9f3f:0x104,_0x4a0f12:0x122,_0x362d1f:0x82,_0x4a380b:0xa3,_0x27bacb:0xf7,_0x28c5a8:0xc2,_0x24a4a1:0xd7,_0x40c342:0x85,_0x3fbe3c:0x62,_0x2766c8:0x7b,_0x3237f4:0xb9,_0xb2034e:0x8b,_0x162409:0xd7,_0x98fe54:0xe1,_0x1409bd:0xcf,_0x2e58cc:0xb1,_0x4ea745:0xb2,_0x503fa8:0x94,_0x30636f:0xf3,_0x241497:0x6a,_0x3dd4e3:0xa5,_0x3fc978:0x7d,_0x2274e0:0xae,_0x7f924f:0x107,_0x2880fa:0xc4,_0x21a2c3:0xbf,_0x56c82e:0x8d,_0x462c45:0x82,_0x38e0ec:0xcf,_0x264f27:0xb5,_0x1d56c4:0x52,_0xc67259:0x4f,_0x44a2bc:0x9e,_0x1b65bb:0xc2,_0xe8dd7f:0xc9,_0x42027a:0xce,_0x507c46:0x7a,_0x3e6cbf:0x60,_0x143bd5:0xdc,_0x3b3728:0x106,_0x3836ce:0x12d,_0x29df86:0xf1,_0x2fdc06:0x11c,_0x144792:0x6f,_0x114f1d:0xa9,_0x56f353:0x75,_0x6e5a04:0x53,_0x58f748:0x4b,_0xdad9a:0x11d,_0x256d4a:0x114,_0x4f5569:0x143,_0x2bb27d:0xbe,_0xa9b24c:0x8a,_0x5f697b:0xd6,_0x5e3055:0xbd,_0x4ec1f7:0x115,_0x5566d0:0xdf,_0x5bd897:0xd0,_0x5a98af:0x118,_0x4ddee6:0xe6,_0x42b755:0x90,_0x52ed65:0xb8,_0xc33d46:0xff,_0x46a5d6:0x135,_0x34964e:0x129,_0x53a5a7:0x11a,_0x5ac689:0x82,_0x3c49b3:0x5a,_0x3a59da:0xb7,_0x485c93:0xc2,_0x477a4f:0xae,_0x642157:0x15b,_0x2f8eba:0x103,_0x39a6f6:0x64,_0x1b6b76:0x84,_0x22746a:0x29,_0x1f99f3:0x5e,_0x5bf450:0xdf,_0x865786:0xec,_0x3b83d1:0x89,_0x450e97:0x48,_0x3c5e1d:0x71,_0x43512:0xab,_0x41b176:0xc3,_0x2c69d5:0xa8,_0x4d5543:0xb0,_0xc07c4c:0x92,_0x507865:0x9c,_0x291120:0x73,_0xfe5b42:0xa2,_0x177b37:0x75,_0xfb7a99:0x69,_0x5dad5d:0x3e,_0x875f43:0x40,_0x3627fb:0x6b,_0x26b05c:0x98,_0x2457cf:0xb8,_0x46b5b5:0xbe,_0x45b680:0xe2,_0x198671:0x12c,_0x429d84:0xa4,_0x483193:0xc7,_0x1c4f88:0xe9,_0x3a14fa:0xdf,_0x945293:0xc3,_0x42b858:0xca,_0x3bd268:0xe4,_0x16aea:0x44,_0x3911ef:0xf0,_0x4632e4:0xad,_0x759e10:0x123,_0x1ac085:0x80,_0x595bc9:0x36,_0x3c743:0x65,_0x7c5a58:0x87,_0x271520:0xba,_0x2e94e9:0xd2,_0x4e70cc:0x85,_0x59ce56:0x43,_0x321a85:0x94,_0x4bcf4:0xdc,_0x5d56a4:0x2e,_0x1b8817:0x3a,_0x1bc7de:0xa8,_0x4fbb9d:0xed,_0x9c8261:0x8d,_0x58e3b2:0xe1,_0x350bde:0xd1,_0x500734:0x10c,_0x48993a:0x9a,_0x290fb7:0xe0,_0x2b4132:0x7b,_0x37b4cc:0x59,_0x530e64:0x26,_0x165507:0x8a,_0x2c3296:0x90,_0x26fa2f:0x12b,_0x27d4f9:0x9a,_0xef8536:0xa6,_0x469bf9:0xaf,_0x308d8d:0xdd,_0x3b8f80:0x108,_0x2a4f5f:0xa7,_0x1ee37b:0x62,_0x1e230a:0xde,_0x362cfe:0xe1,_0xa7e55:0xb0,_0x594689:0x72,_0x1ebff7:0x55,_0x274753:0x74,_0x504795:0x8f,_0x339654:0x2d,_0x438d47:0x50,_0x56171c:0x7c,_0x5eecc4:0x82,_0x55881f:0x114,_0x5d2457:0xb6,_0x4e2c5e:0x103,_0xa50809:0xfa,_0x4de860:0xbb,_0x2a26bd:0xe2,_0x376d73:0xb1,_0x2a598d:0xf3,_0x4f3427:0x99,_0x14db19:0x97,_0x2dce4f:0x8c,_0x37d3fb:0xc7,_0x262060:0x8f,_0x171669:0x80,_0x4908c7:0x3d,_0x839d10:0xa2,_0x17d871:0xf1,_0x4bccd5:0xd0,_0x3560d3:0x83,_0x3dbbe6:0x38,_0x3ea51e:0x46,_0xfde0af:0x101,_0x2a5a41:0x10d,_0x91d1b2:0xc9,_0x2bb6bd:0xc7,_0x466ec4:0x80,_0x249a82:0xc9,_0x4f0430:0xb9,_0x35e10d:0xfb,_0x4a1c44:0xb1,_0x308c46:0xf0,_0x51b40f:0xa6,_0x4e2eff:0x98,_0x583a29:0x117},_0x3024d6={_0x51ea44:0x71},_0x11faa2={_0x4fb23c:0x2e3,_0x38a21f:0x2c0,_0x4b82fd:0x2ad,_0x4fe0d4:0x6e,_0x2210c9:0x12},_0x33498d={'SgfdJ':function(_0x4c7a4a,_0x100481){return _0x4c7a4a(_0x100481);},'mSsDl':_0x349be2(-0xc8,-0xe4,-0x111,-_0x22ba0d._0x2a308b)+'e\x20is\x20requi'+_0x349be2(-_0x22ba0d._0xf12be7,-0xca,-_0x22ba0d._0xdc52f5,-_0x22ba0d._0x595c74),'ONIVt':function(_0x295f06,_0x1bc41b){return _0x295f06===_0x1bc41b;},'ePWJW':_0x477bca(_0x22ba0d._0x2bf099,0x110,_0x22ba0d._0x4ee1a4,_0x22ba0d._0x41b0d9),'uqzpq':_0x349be2(-_0x22ba0d._0x44ba1c,-0xd3,-0xb7,-_0x22ba0d._0x37a822),'FazFL':_0x477bca(_0x22ba0d._0x5b1320,0xc3,_0x22ba0d._0xc7cafb,0x102),'QkpoI':_0x349be2(-_0x22ba0d._0x286efe,-0xdd,-0xde,-_0x22ba0d._0x47ffc1),'QKzyv':function(_0x2f6f8e,_0x187714,_0x12c268){return _0x2f6f8e(_0x187714,_0x12c268);},'hprhU':function(_0xd57a83,_0x339fbf){return _0xd57a83!==_0x339fbf;},'zDKUX':'llNGY','NtHNS':_0x477bca(_0x22ba0d._0x286efe,0x7f,_0x22ba0d._0x5d50a8,_0x22ba0d._0x58cf63)+_0x349be2(-0x77,-_0x22ba0d._0x5f160a,-0x7f,-_0x22ba0d._0x166596)+_0x477bca(_0x22ba0d._0x14a9c7,0xce,_0x22ba0d._0x1ff0f9,0xe9),'NFBVX':function(_0x199f4a,_0x1e21a4){return _0x199f4a===_0x1e21a4;},'rBBUw':_0x349be2(-_0x22ba0d._0xe3ceee,-0xa2,-0xb6,-_0x22ba0d._0x6ba31f),'rokME':'Error:\x20Use'+_0x477bca(_0x22ba0d._0x165769,0xd5,_0x22ba0d._0x54b5f6,_0x22ba0d._0x538c53)+_0x349be2(-0x55,-0x3b,-_0x22ba0d._0x16718d,-0x2e),'HQFJL':function(_0x25e1fc,_0x35556d){return _0x25e1fc===_0x35556d;},'FAqAp':_0x349be2(-0xba,-0xf4,-0xf4,-0x79)+_0x349be2(-0xdc,-0xc0,-_0x22ba0d._0x413af6,-0xe5)+'ired','vEHUZ':_0x349be2(-_0x22ba0d._0x54c9c5,-0xf2,-0xe9,-0x8a)+_0x477bca(0xb4,0x89,_0x22ba0d._0x2166c3,0x119)+'\x20be\x20at\x20lea'+_0x349be2(-_0x22ba0d._0x24ccbb,-_0x22ba0d._0x3878c7,-0x10b,-_0x22ba0d._0x2f1793)+_0x477bca(_0x22ba0d._0xb1a743,0xc5,_0x22ba0d._0x3cc8a5,0xb2),'mfDGN':'admin','VQKem':_0x477bca(0xcb,0x9e,_0x22ba0d._0x47efe9,_0x22ba0d._0xd96cf),'TJZzs':_0x477bca(0xf4,0xe1,_0x22ba0d._0x39194b,0x125),'gYvNX':'viewer','rWeCu':_0x477bca(_0x22ba0d._0x448109,0xdb,0x9e,0x63),'qUJDC':function(_0x50b621,_0x2c00ba){return _0x50b621(_0x2c00ba);},'rQLWN':function(_0x577346,_0x3c3377){return _0x577346(_0x3c3377);},'oHIUf':_0x349be2(-_0x22ba0d._0x58cf63,-_0x22ba0d._0x55ee6a,-_0x22ba0d._0xa5ae34,-_0x22ba0d._0x11218c)+_0x477bca(_0x22ba0d._0xf42f3d,_0x22ba0d._0x551371,0x104,0xd0)+_0x349be2(-0xa1,-_0x22ba0d._0x3e7815,-_0x22ba0d._0x11c0c4,-0xcc),'BXEbF':_0x349be2(-_0x22ba0d._0x2deb59,-_0x22ba0d._0x3e981f,-_0x22ba0d._0x4b60a5,-0x5c)+_0x477bca(0xd1,_0x22ba0d._0x1c4ca1,_0x22ba0d._0x2abb46,_0x22ba0d._0x1f0452),'RgVaO':_0x349be2(-_0x22ba0d._0x3e43b7,-_0x22ba0d._0x43030c,-0x88,-_0x22ba0d._0x204d89)+_0x477bca(0x9c,_0x22ba0d._0x420996,_0x22ba0d._0x54cf49,_0x22ba0d._0x1e20bf)+_0x349be2(-0xa6,-_0x22ba0d._0x193e36,-_0x22ba0d._0x4fe544,-_0x22ba0d._0x2c77e2)+_0x349be2(-_0x22ba0d._0x5768db,-0x24,-0x91,-0x47)+_0x349be2(-0xd3,-0x9c,-_0x22ba0d._0x2b0423,-0xd2)+_0x477bca(_0x22ba0d._0x44e521,0x13e,_0x22ba0d._0x16ce20,0x12c),'ewOeu':_0x349be2(-0xb0,-0xc0,-_0x22ba0d._0x1f0452,-0xab)+_0x349be2(-0x93,-_0x22ba0d._0x5c5e13,-0x84,-0xb8)+'r'},_0x3e6e7e=_0x33498d[_0x349be2(-0xde,-0x110,-0xc6,-0xd4)](parseArgs,_0x2d9154);!_0x3e6e7e[_0x349be2(-_0x22ba0d._0x5eaf04,-_0x22ba0d._0x43e770,-_0x22ba0d._0x55a325,-_0x22ba0d._0x1c88df)]&&(_0x33498d[_0x477bca(0x110,0x122,_0x22ba0d._0x2f008d,_0x22ba0d._0x420996)](_0x33498d[_0x477bca(_0x22ba0d._0xff2c9d,_0x22ba0d._0x4c5372,_0x22ba0d._0x59ee0c,_0x22ba0d._0x33f03a)],_0x33498d[_0x477bca(0xf8,0xf9,0xd5,_0x22ba0d._0x2e9f3f)])?_0x3e6e7e['username']=await prompt(_0x33498d[_0x477bca(_0x22ba0d._0x5d50a8,0x102,0xe8,_0x22ba0d._0x4a0f12)]):(_0x241e25['error'](_0x349be2(-_0x22ba0d._0x362d1f,-_0x22ba0d._0x4a380b,-0x9d,-0x5d)+_0x477bca(0xd5,0xa3,0xc0,_0x22ba0d._0x27bacb)+'\x22'+_0x4aeedc[_0x477bca(_0x22ba0d._0x28c5a8,_0x22ba0d._0x24a4a1,0xbe,0x72)]+(_0x349be2(-_0x22ba0d._0x40c342,-_0x22ba0d._0x3fbe3c,-_0x22ba0d._0x2766c8,-0x5d)+_0x477bca(_0x22ba0d._0x3237f4,0x58,_0x22ba0d._0xb2034e,0x4b))+_0x30e99e[_0x477bca(0xd1,_0x22ba0d._0x162409,0x98,0x73)](',\x20')),_0x2428b7['exit'](-0x1bd7+-0x1*-0x2503+0x1*-0x92b)));!_0x3e6e7e[_0x477bca(0xfe,0x104,0xdf,0x110)]&&(_0x33498d[_0x477bca(0x12d,0x105,_0x22ba0d._0x98fe54,_0x22ba0d._0x1409bd)]!==_0x33498d['FazFL']?_0x1c5b5d['password']=_0x4e6f8f[_0x477bca(_0x22ba0d._0x2e58cc,_0x22ba0d._0x16718d,0x7b,0x95)]('=')[-0x5cc+0x7*-0x50e+0x292f]:_0x3e6e7e[_0x349be2(-0x83,-0x9e,-0x9b,-0x56)]=await prompt(_0x33498d[_0x349be2(-_0x22ba0d._0x4ea745,-_0x22ba0d._0x503fa8,-_0x22ba0d._0x30636f,-_0x22ba0d._0x241497)]));!_0x3e6e7e[_0x349be2(-_0x22ba0d._0x3dd4e3,-0xd2,-_0x22ba0d._0x3fc978,-0x70)]&&(_0x3e6e7e[_0x349be2(-0xa5,-_0x22ba0d._0x2274e0,-0x9a,-_0x22ba0d._0x362d1f)]=await _0x33498d[_0x349be2(-0xde,-_0x22ba0d._0x7f924f,-0xd1,-0xe9)](prompt,_0x477bca(_0x22ba0d._0x2880fa,0xa3,0xd9,_0x22ba0d._0x21a2c3)+'\x20'));if(!_0x3e6e7e['password']){if(_0x477bca(0xac,0xce,_0x22ba0d._0x56c82e,_0x22ba0d._0x462c45)===_0x349be2(-_0x22ba0d._0x59ee0c,-0x101,-0x120,-0xb1)){_0x3e6e7e['password']=await _0x33498d[_0x349be2(-0xcf,-0xdf,-0x9d,-0xed)](prompt,'Password:\x20',!![]);const _0x358bc0=await _0x33498d[_0x349be2(-_0x22ba0d._0x38e0ec,-0xa5,-0x11c,-0x9c)](prompt,_0x349be2(-_0x22ba0d._0x264f27,-0x74,-0xe1,-0x74)+_0x349be2(-_0x22ba0d._0x1d56c4,-0x78,-_0x22ba0d._0xc67259,-_0x22ba0d._0x44a2bc),!![]);if(_0x33498d[_0x349be2(-_0x22ba0d._0x1b65bb,-_0x22ba0d._0xe8dd7f,-_0x22ba0d._0x3878c7,-_0x22ba0d._0x42027a)](_0x3e6e7e[_0x349be2(-0x74,-0x46,-0x64,-_0x22ba0d._0x507c46)],_0x358bc0)){if(_0x33498d[_0x349be2(-0x68,-_0x22ba0d._0x2c77e2,-_0x22ba0d._0x3e6cbf,-0x63)]===_0x33498d[_0x477bca(_0x22ba0d._0x143bd5,_0x22ba0d._0x3b3728,0xfa,_0x22ba0d._0x3836ce)])console[_0x477bca(0xe3,0x109,_0x22ba0d._0x29df86,_0x22ba0d._0x2fdc06)](_0x33498d[_0x477bca(_0x22ba0d._0x144792,0x65,_0x22ba0d._0x114f1d,_0x22ba0d._0x56f353)]),process[_0x477bca(0x3a,0x52,0x85,_0x22ba0d._0xa5ae34)](0x18f7*0x1+-0x1879+0x7d*-0x1);else{const _0x12a0be={_0x5b0a30:0x143,_0x4cf667:0x1e6},_0x3641f6={};_0x3641f6['input']=_0x115c0d[_0x349be2(-_0x22ba0d._0x6e5a04,-0x6a,-_0x22ba0d._0x58f748,-0x5a)],_0x3641f6['output']=_0x36491e[_0x477bca(_0x22ba0d._0x47ffc1,_0x22ba0d._0xdad9a,_0x22ba0d._0x256d4a,_0x22ba0d._0x4f5569)];const _0x525121=_0x3e3fbd[_0x349be2(-_0x22ba0d._0x2bb27d,-0x9b,-_0x22ba0d._0xe3ceee,-_0x22ba0d._0x39194b)+_0x477bca(0xa0,_0x22ba0d._0xa9b24c,0xcb,_0x22ba0d._0x5f697b)](_0x3641f6);_0x525121[_0x349be2(-0x62,-_0x22ba0d._0x3dd4e3,-0x36,-0x1d)](_0x1d3210,_0x10de71=>{const _0x58456d={_0x39c510:0xae,_0x13c63d:0x6f};_0x525121[_0x5a4967(_0x11faa2._0x4fb23c,0x291,_0x11faa2._0x38a21f,_0x11faa2._0x4b82fd)]();function _0x4b21ec(_0x3369a1,_0x511812,_0x33e8d0,_0x10c2fa){return _0x349be2(_0x3369a1-_0x58456d._0x39c510,_0x33e8d0,_0x33e8d0-0x1a2,_0x10c2fa-_0x58456d._0x13c63d);}function _0x5a4967(_0x118d20,_0x4d1c4b,_0x4834a4,_0x2e0ce4){return _0x477bca(_0x118d20-_0x12a0be._0x5b0a30,_0x4d1c4b-0x1ec,_0x4834a4-_0x12a0be._0x4cf667,_0x4d1c4b);}_0x33498d[_0x4b21ec(-0x30,-0x60,-_0x11faa2._0x4fe0d4,_0x11faa2._0x2210c9)](_0x5dfc68,_0x10de71);});}}}else _0x46a574[_0x349be2(-0x71,-0xa7,-_0x22ba0d._0x5e3055,-0x42)](_0x33498d[_0x349be2(-0xd0,-_0x22ba0d._0x4ec1f7,-_0x22ba0d._0x5566d0,-0xa3)]),_0x22220d[_0x349be2(-0xdd,-_0x22ba0d._0x5bd897,-0xbd,-_0x22ba0d._0x5a98af)](0x1*0x247+0x1ed5+-0x211b);}(!_0x3e6e7e['username']||_0x33498d[_0x477bca(0xfc,_0x22ba0d._0x4ddee6,0x113,_0x22ba0d._0x595c74)](_0x3e6e7e['username']['trim'](),''))&&(_0x33498d[_0x477bca(_0x22ba0d._0x42b755,0x85,0xc6,0xa6)](_0x33498d[_0x477bca(_0x22ba0d._0x52ed65,_0x22ba0d._0xc33d46,0xc7,0x84)],'tJqab')?(console[_0x349be2(-0x71,-0x82,-0x33,-_0x22ba0d._0x3fc978)](_0x33498d[_0x349be2(-0x96,-0x62,-0xc6,-0x66)]),process[_0x477bca(0x78,_0x22ba0d._0x241497,0x85,0xb1)](-0x3*-0x825+0x1b*-0x2+0x4*-0x60e)):(_0x2e8334[_0x477bca(_0x22ba0d._0x46a5d6,_0x22ba0d._0x34964e,_0x22ba0d._0x29df86,_0x22ba0d._0x53a5a7)](_0x349be2(-_0x22ba0d._0x5ac689,-0x7b,-_0x22ba0d._0x3c49b3,-0x57)+_0x349be2(-_0x22ba0d._0x3a59da,-0x6b,-0xf9,-_0x22ba0d._0x485c93)+_0x477bca(_0x22ba0d._0x477a4f,0x93,0x88,_0x22ba0d._0x413af6)+_0x25986a[_0x477bca(_0x22ba0d._0x642157,0xc8,0x112,_0x22ba0d._0x2f8eba)]+('\x22.\x20Use\x20onl'+'y\x20letters,'+_0x349be2(-_0x22ba0d._0x204d89,-0xb4,-0xaf,-0x48)+_0x349be2(-_0x22ba0d._0x55a325,-_0x22ba0d._0x6e5a04,-0x2e,-_0x22ba0d._0x39a6f6)+_0x477bca(_0x22ba0d._0x1b6b76,0xb1,0xaf,_0x22ba0d._0x241497)+_0x349be2(-0x70,-_0x22ba0d._0x22746a,-0x59,-_0x22ba0d._0xdc52f5))),_0x143577['exit'](-0x165+-0xbaa+0xd10)));(!_0x3e6e7e['email']||_0x33498d[_0x349be2(-0x54,-0x2c,-_0x22ba0d._0x1f99f3,-0x74)](_0x3e6e7e[_0x477bca(0xcd,0x10a,_0x22ba0d._0x5bf450,_0x22ba0d._0x865786)][_0x349be2(-0x95,-_0x22ba0d._0x3b83d1,-_0x22ba0d._0x450e97,-_0x22ba0d._0x420996)](),''))&&(console[_0x349be2(-_0x22ba0d._0x3c5e1d,-0x61,-_0x22ba0d._0x5e3055,-_0x22ba0d._0x43512)](_0x33498d['FAqAp']),process[_0x349be2(-0xdd,-_0x22ba0d._0x41b176,-0xcf,-0xe2)](0x9a0+0x10*-0xc1+0x271));(!_0x3e6e7e['name']||_0x3e6e7e[_0x477bca(0xf7,_0x22ba0d._0x2c69d5,0xbd,0x104)][_0x349be2(-0x95,-_0x22ba0d._0x3c5e1d,-0xcc,-_0x22ba0d._0x2a308b)]()==='')&&(console['error'](_0x33498d['mSsDl']),process[_0x349be2(-0xdd,-0xe6,-0x9c,-0xf5)](-0x111+-0x898+0x9aa));(!_0x3e6e7e['password']||_0x3e6e7e['password']['length']<0x15bf+0xa7d+-0x3*0xabc)&&(console['error'](_0x33498d[_0x349be2(-0x9a,-_0x22ba0d._0x4d5543,-0xaf,-0x97)]),process[_0x477bca(0x7e,0xcb,0x85,0x47)](0x1500+0x1848+-0x2d47));const _0x1c8ee6=[_0x33498d[_0x349be2(-0x8f,-_0x22ba0d._0xc07c4c,-0xa2,-_0x22ba0d._0x507865)],_0x33498d[_0x477bca(0x8a,_0x22ba0d._0x291120,_0x22ba0d._0xfe5b42,0xd3)],_0x33498d[_0x349be2(-_0x22ba0d._0x177b37,-_0x22ba0d._0xfb7a99,-_0x22ba0d._0x5dad5d,-_0x22ba0d._0x875f43)],_0x33498d[_0x349be2(-0x6c,-0xb6,-0x8b,-0x51)]];function _0x349be2(_0x5ce6b1,_0x115816,_0xc7c88b,_0x117d9f){return _0x85a5(_0x5ce6b1- -0x1d3,_0x115816);}!_0x1c8ee6[_0x349be2(-_0x22ba0d._0x3627fb,-_0x22ba0d._0x875f43,-_0x22ba0d._0x26b05c,-0x5e)](_0x3e6e7e[_0x477bca(0xe1,_0x22ba0d._0x2457cf,_0x22ba0d._0x46b5b5,_0x22ba0d._0x45b680)])&&(console[_0x477bca(0x12d,_0x22ba0d._0x198671,_0x22ba0d._0x29df86,_0x22ba0d._0xff2c9d)](_0x477bca(0xde,0xcb,0xe0,0xd5)+_0x349be2(-0xa2,-0xea,-_0x22ba0d._0x24ccbb,-_0x22ba0d._0xe3ceee)+'\x22'+_0x3e6e7e[_0x349be2(-_0x22ba0d._0x429d84,-_0x22ba0d._0x483193,-0xa3,-_0x22ba0d._0x1c4f88)]+(_0x477bca(_0x22ba0d._0x3a14fa,0xe6,0xdd,0x119)+_0x349be2(-0xd7,-_0x22ba0d._0x945293,-0xe8,-0xb0))+_0x1c8ee6[_0x349be2(-_0x22ba0d._0x42b858,-0xe4,-0x117,-_0x22ba0d._0x3bd268)](',\x20')),process[_0x477bca(0x4e,_0x22ba0d._0x16aea,0x85,0x68)](-0x219*0x3+0x2313+0x1*-0x1cc7));const _0x15e9b8=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x15e9b8[_0x477bca(0xab,_0x22ba0d._0x3911ef,0xdb,0x93)](_0x3e6e7e[_0x477bca(_0x22ba0d._0x4632e4,0xae,0xdf,0xa6)])&&(console['error'](_0x477bca(_0x22ba0d._0x759e10,0xfc,0xe0,0x111)+_0x477bca(0x43,0xb1,_0x22ba0d._0x1ac085,_0x22ba0d._0x595bc9)+_0x349be2(-_0x22ba0d._0x3c743,-0x4b,-_0x22ba0d._0x7c5a58,-_0x22ba0d._0x5f160a)+_0x3e6e7e[_0x477bca(0x93,_0x22ba0d._0x271520,0xdf,0x97)]+'\x22.'),process[_0x477bca(0xba,_0x22ba0d._0x2e94e9,_0x22ba0d._0x4e70cc,_0x22ba0d._0x59ce56)](0x1cfd+0x1897+-0xd3*0x41));function _0x477bca(_0x213168,_0x432df7,_0xec7e4a,_0x56db88){return _0x85a5(_0xec7e4a- -_0x3024d6._0x51ea44,_0x56db88);}const _0x522654=/^[a-zA-Z0-9_-]+$/;!_0x522654[_0x477bca(0xe1,_0x22ba0d._0x321a85,0xdb,_0x22ba0d._0x4632e4)](_0x3e6e7e[_0x477bca(0x14d,0x137,0x112,_0x22ba0d._0x4bcf4)])&&(console[_0x349be2(-0x71,-0x77,-_0x22ba0d._0x1c4ca1,-_0x22ba0d._0x5d56a4)](_0x349be2(-0x82,-_0x22ba0d._0x1b8817,-0xaa,-_0x22ba0d._0x1bc7de)+_0x349be2(-_0x22ba0d._0x3a59da,-_0x22ba0d._0x4fbb9d,-_0x22ba0d._0x9c8261,-0xd1)+_0x477bca(0xbf,0x7b,0x88,0x3b)+_0x3e6e7e['username']+(_0x349be2(-0xa0,-0xe3,-_0x22ba0d._0x42027a,-_0x22ba0d._0x58e3b2)+'y\x20letters,'+'\x20numbers,\x20'+_0x477bca(0xc1,_0x22ba0d._0x350bde,_0x22ba0d._0x500734,_0x22ba0d._0x5b1320)+'s,\x20and\x20hyp'+'hens.')),process['exit'](0xa24+-0x23ee+0x19cb));try{if(_0x349be2(-0xc4,-0xbc,-_0x22ba0d._0x48993a,-0xc0)!==_0x33498d['rWeCu'])_0x42f464[_0x477bca(_0x22ba0d._0x290fb7,0x91,0xbd,_0x22ba0d._0x27bacb)]=_0x59dc56[_0x477bca(_0x22ba0d._0x3c49b3,0xa7,_0x22ba0d._0x2b4132,_0x22ba0d._0x37b4cc)]('=')[-0x2*0x128c+-0x2514+0x4a2d];else{const _0x4eba9d=await _0x33498d[_0x349be2(-0x5b,-_0x22ba0d._0x530e64,-_0x22ba0d._0x44a2bc,-_0x22ba0d._0xdc52f5)](findUserByUsername,_0x3e6e7e['username']);_0x4eba9d&&(_0x477bca(0x8c,0x87,_0x22ba0d._0x165507,_0x22ba0d._0x2c3296)!==_0x349be2(-_0x22ba0d._0x4ddee6,-_0x22ba0d._0x26fa2f,-0xdb,-_0x22ba0d._0x27d4f9)?(console[_0x477bca(0x110,0x10b,0xf1,0x125)](_0x349be2(-0xc5,-0x7c,-_0x22ba0d._0xef8536,-0x10b)+_0x349be2(-0x5f,-_0x22ba0d._0x1b8817,-0x16,-0x1e)+_0x3e6e7e['username']+('\x22\x20already\x20'+_0x349be2(-0x7b,-0x52,-0x8a,-_0x22ba0d._0x469bf9))),process[_0x349be2(-_0x22ba0d._0x308d8d,-_0x22ba0d._0x3b8f80,-0xac,-0x10b)](0xa2a+-0x3cb+-0x65e)):(_0x224772[_0x477bca(0xda,_0x22ba0d._0x2a4f5f,0xda,0xee)](),_0x381b49[_0x349be2(-_0x22ba0d._0xdc52f5,-0x51,-0xd2,-_0x22ba0d._0x1ee37b)](''),_0x33498d[_0x349be2(-_0x22ba0d._0x1e230a,-_0x22ba0d._0xc7cafb,-_0x22ba0d._0x256d4a,-0x12b)](_0x291a84,_0x718340)));console[_0x477bca(_0x22ba0d._0x362cfe,_0x22ba0d._0xa7e55,0xc9,0xa0)](_0x349be2(-_0x22ba0d._0x594689,-0x54,-0x5b,-0x28)+'ser\x20\x22'+_0x3e6e7e[_0x349be2(-_0x22ba0d._0x5eaf04,-0x69,-_0x22ba0d._0x1ebff7,-_0x22ba0d._0x274753)]+_0x349be2(-0x5c,-0x66,-_0x22ba0d._0x241497,-0x32));const _0x4886e8={};_0x4886e8[_0x349be2(-0x50,-0x3a,-_0x22ba0d._0x504795,-_0x22ba0d._0x339654)]=_0x3e6e7e[_0x349be2(-_0x22ba0d._0x438d47,-0x7b,-_0x22ba0d._0x58cf63,-0x7b)],_0x4886e8[_0x349be2(-0x83,-_0x22ba0d._0x274753,-_0x22ba0d._0x56171c,-_0x22ba0d._0x5eecc4)]=_0x3e6e7e[_0x477bca(_0x22ba0d._0x55881f,0xa9,_0x22ba0d._0x3a14fa,_0x22ba0d._0x1e230a)],_0x4886e8[_0x349be2(-_0x22ba0d._0x3dd4e3,-0xd4,-_0x22ba0d._0xa5ae34,-0x8c)]=_0x3e6e7e[_0x349be2(-0xa5,-0x8d,-_0x22ba0d._0x5d2457,-0xc4)],_0x4886e8['password']=_0x3e6e7e[_0x477bca(0xb4,_0x22ba0d._0x350bde,0xee,0x12a)],_0x4886e8[_0x477bca(0x7b,_0x22ba0d._0x4e2c5e,_0x22ba0d._0x46b5b5,_0x22ba0d._0x4632e4)]=_0x3e6e7e[_0x477bca(0xf9,_0x22ba0d._0x98fe54,_0x22ba0d._0x46b5b5,0x74)];const _0x5bb0f0=await _0x33498d[_0x349be2(-0xb4,-0xb7,-_0x22ba0d._0xa50809,-_0x22ba0d._0x4de860)](createUser,_0x4886e8);console[_0x477bca(_0x22ba0d._0x3b8f80,_0x22ba0d._0x2a26bd,0xc9,_0x22ba0d._0x376d73)](''),console[_0x477bca(_0x22ba0d._0xd96cf,_0x22ba0d._0x2a598d,0xc9,_0x22ba0d._0xb2034e)](_0x33498d['oHIUf']),console[_0x349be2(-_0x22ba0d._0x4f3427,-_0x22ba0d._0x14db19,-_0x22ba0d._0x2dce4f,-_0x22ba0d._0x37d3fb)](''),console[_0x349be2(-0x99,-_0x22ba0d._0x262060,-_0x22ba0d._0x171669,-0xd2)](_0x33498d['BXEbF']),console['log'](_0x349be2(-0x58,-_0x22ba0d._0x4908c7,-_0x22ba0d._0x839d10,-0x5b)+'\x20\x20'+_0x5bb0f0['id']),console['log'](_0x477bca(0xb6,_0x22ba0d._0x17d871,_0x22ba0d._0x4bccd5,_0x22ba0d._0x3560d3)+':\x20'+_0x5bb0f0['username']),console['log'](_0x477bca(0x8d,0xae,0xa5,0x5c)+'\x20\x20'+_0x5bb0f0[_0x349be2(-0x83,-0x7c,-_0x22ba0d._0x3dbbe6,-_0x22ba0d._0x3ea51e)]),console[_0x477bca(_0x22ba0d._0xfde0af,_0x22ba0d._0x2a5a41,_0x22ba0d._0x91d1b2,_0x22ba0d._0x3a59da)](_0x477bca(0x71,0x9f,0x95,_0x22ba0d._0x144792)+'\x20\x20'+_0x5bb0f0['name']),console['log'](_0x349be2(-_0x22ba0d._0x2bb6bd,-0x109,-0xfe,-_0x22ba0d._0x466ec4)+'\x20\x20'+_0x5bb0f0[_0x349be2(-0xa4,-_0x22ba0d._0x249a82,-0x6b,-0xc9)]),console['log'](''),console['log'](_0x33498d['RgVaO']);}}catch(_0x210c78){logger[_0x477bca(0xcd,_0x22ba0d._0x4f0430,_0x22ba0d._0x29df86,0x111)](_0x33498d[_0x477bca(_0x22ba0d._0x35e10d,0x72,_0x22ba0d._0x4de860,_0x22ba0d._0x4a1c44)],_0x210c78),console['error'](_0x477bca(0x50,0x74,_0x22ba0d._0x11218c,0x49)+'led\x20to\x20cre'+_0x349be2(-_0x22ba0d._0x3c49b3,-0x8b,-0x21,-0x8b)+'\x20'+_0x210c78[_0x477bca(0x123,_0x22ba0d._0x308c46,0xdc,0x91)]),process[_0x349be2(-0xdd,-_0x22ba0d._0x51b40f,-_0x22ba0d._0x4e2eff,-_0x22ba0d._0x583a29)](0x361*0x8+-0xb*0x301+0x23*0x2c);}}
1
+ (function(_0x5819be,_0x311d25){const _0x25139b={_0x241542:0x491,_0x3e1e01:0x219,_0xbefbe:0x21f,_0x4674b3:0x22e,_0x48c056:0x292,_0x1fefc7:0x24e,_0x16b6e1:0x23d,_0x536816:0x251,_0xc097b1:0x226,_0xf9fad7:0x293,_0x2bd14b:0x271,_0x4f27ab:0x1e1,_0x3974b5:0x223,_0x26faaa:0x4f6,_0x5b7fb9:0x4a5,_0x26dafb:0x4e7,_0x5eae8f:0x535,_0xbd1852:0x4f9,_0x34905e:0x4fa,_0x2db64f:0x4f0,_0x4e8899:0x4b9},_0x392d9e={_0x1c0433:0xa4},_0x554c2e=_0x5819be();function _0x5c9f0c(_0xc4f694,_0x35cd60,_0x3498c1,_0x3c48b1){return _0x5448(_0x3c48b1-0x35d,_0xc4f694);}function _0x1a467a(_0x10c181,_0xccc3ae,_0x545bdd,_0x59c644){return _0x5448(_0xccc3ae-_0x392d9e._0x1c0433,_0x59c644);}while(!![]){try{const _0x1f1f2c=parseInt(_0x5c9f0c(0x4b4,_0x25139b._0x241542,0x4ce,0x4c1))/(-0x17c5*0x1+-0xd1*0x1d+0x2f73*0x1)*(-parseInt(_0x1a467a(_0x25139b._0x3e1e01,_0x25139b._0xbefbe,_0x25139b._0x4674b3,0x246))/(-0x11a3+0x18df+-0x73a))+parseInt(_0x1a467a(_0x25139b._0x48c056,_0x25139b._0x1fefc7,_0x25139b._0x16b6e1,_0x25139b._0x536816))/(0x25b0+-0xe73*-0x2+-0x4293)+-parseInt(_0x1a467a(0x22e,_0x25139b._0xc097b1,0x26c,0x21e))/(0x2393*-0x1+0x3*0x7e+-0x1*-0x221d)*(-parseInt(_0x1a467a(_0x25139b._0xf9fad7,_0x25139b._0x2bd14b,0x295,0x28f))/(-0x1975+-0x14f5*0x1+0x2e6f))+parseInt(_0x1a467a(0x1fd,0x203,_0x25139b._0x4f27ab,_0x25139b._0x3974b5))/(0x4*0x558+0x1*0x3cb+-0x1925)+parseInt(_0x5c9f0c(_0x25139b._0x26faaa,_0x25139b._0x5b7fb9,0x518,_0x25139b._0x26dafb))/(-0xa66+0x1*0x1922+0xf*-0xfb)+parseInt(_0x5c9f0c(_0x25139b._0x5eae8f,_0x25139b._0xbd1852,0x509,_0x25139b._0x34905e))/(-0x1a9*-0x11+0xf8a+0x8bf*-0x5)+-parseInt(_0x5c9f0c(_0x25139b._0x2db64f,0x4b2,_0x25139b._0x4e8899,0x4d5))/(0x202a+0x5*0x4e3+-0x10*0x389);if(_0x1f1f2c===_0x311d25)break;else _0x554c2e['push'](_0x554c2e['shift']());}catch(_0x4f30f2){_0x554c2e['push'](_0x554c2e['shift']());}}}(_0x59a4,0x69a77+-0x67884+-0x1*-0x9f9d6));import _0x5cd7bf from'readline';function _0x59a4(){const _0x2a230e=['BgvKihrVignYzq','C3nMDwXSEse','u3fVyvC','DgvZDa','mJe2mZu1v1zdu2Hp','rxjYB3i6ievTyq','vKrrBuO','C2vYici','CgfZC3DVCMq','uwTvz0S','zxjYB3i','C3DVCMqGBxvZDa','D1HVz0q','CM5zugy','C3bSAxq','4PYtifvZzxiGy3jL','iI4GvxnLig9UBa','rNvSBcboyw1LoG','yxrLzcbZDwnJzq','AhLuDfC','EsbSzxr0zxjZla','CMvK','zxHPDa','B1f2Beu','zgfOELa','vgvrC1a','rMfPBgvKihrVia','CvnrBgO','zKvdtvi','wgnpvfq','BwvZC2fNzq','yw4GBM93igXVzW','C3qGocbJAgfYyq','BgvUz3rO','ntq0mtCWnM9bCvnHvW','ANflzKu','yLLWyKS','Eg51B00','yLr1DMW','mtHft1HvEfi','DxrlAhO','C3n3B3jKoIa','CMzHy2u','Dfviqwy','Aw5WDxq','CxvLC3rPB24','zejnrLa','CYWGyw5KigH5Ca','AgvUCY4','yw1LigfUzcbWyq','yvz1wNa','zwTdELm','DuvQqwO','Axntzxj2zxjbza','DKXKwuC','CIaI','y3jLyxrLihvZzq','icbvC2vYBMfTzq','BMfTzq','mJe3ndG0ndzhDunZCfG','D2D1Awm','BLvMr1O','nZm5mLbiEuHIrW','D1P6yKu','y1PZANO','rxjYB3i6ifbHCW','y3rLCNm','C3n3B3jKlG','ls1LBwfPBd0','ntjcEKLZrKq','rxjYB3i6ifvZzq','igzVCM1HDcaI','BwLREMW','B2TIy2K','BfzjuLu','qMvkqvG','ugfZC3DVCMq6ia','mJG4nZmZmNrJyK9XrG','rxjYB3i6ie5HBq','EvvMu1y','qxjtC3G','B3v0Chv0','y2XVC2u','BwLU','yxrLihvZzxiGlq','rM9nD2K','BvLVu1u','igjLigf0igXLyq','ChrsB1y','zhrMrei','s2Lps3u','DhjPBq','ENvKEuy','Duvrvhy','icbtzxj2zxiGqq','zw1HAwW','odq1mdK1mKrRqK90rG','sxjfBxO','Bg9N','AxjLza','z2HJsxG','DxnLCM5HBwu','rgjNy2O','tgPUyvu','Dw5KzxjZy29Yzq','zsbPCYbYzxf1Aq','EefLB2G','vxnLCIbezxrHAq','C3rHCNrZv2L0Aa','nJiXnti4EMvgDw94','Bhm6','q29UzMLYBsbqyq','icaGica','DgvYBwLUywW','igLUihDPDgGGDa','uhD6tKy','BvP0qKK','iI4UlG','rKrKuve','Eu9xs0q','D3jPDgu','BM90ig1HDgnO','zhHJDwG','qwjftwu','zfbXsuG','C3rKAw4','zLHHvNG','ls11C2vYBMfTzq','C3DVCMrZigrVia','C3rKB3v0','wg5gvKG','txPvEwO','sxDeC2q','zxf1AxjLza','vxnLCM5HBwu6ia','D2LNuhe','rxjYB3i6ieLUDG','yw1Lici','y3jLyxrLsw50zq','AwWGAxmGCMvXDq'];_0x59a4=function(){return _0x2a230e;};return _0x59a4();}import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function prompt(_0x4dc598,_0x860e41=![]){const _0x1b023b={_0x4bf9d6:0x160,_0x322740:0x126,_0x412824:0x13a,_0x41b16e:0x14e,_0x2e754a:0x198,_0x4f59bd:0x168,_0x35eaa9:0xa4,_0x55fa03:0xe6,_0x5d6701:0x127,_0x1469e8:0x11a},_0x24db75={_0x2f69e7:0x469,_0x12df2c:0x405,_0x56e80e:0x474,_0x45b08f:0x40a,_0x1f10e8:0xd7,_0x34ab47:0x99,_0x232de8:0x46f,_0x153b01:0x11e,_0x2ed39d:0xf4,_0x180e6a:0x131,_0x34f206:0x41a,_0x3a8d2d:0xdd,_0x4a1e5c:0x108,_0x30b996:0x11b,_0x28c73a:0xee,_0x50b42f:0x3f8,_0xc53411:0x3b2,_0x9e33cf:0x3e5,_0x29f88c:0xb2,_0x4c5c19:0x431,_0x1e7a7a:0x436,_0x515b18:0x403,_0x521b63:0x430,_0x57526c:0x41b,_0x2e719d:0x103,_0x38b221:0xc7,_0x3a3eff:0xd0,_0xa42f5f:0xbe,_0x33410f:0xd4,_0x17ba12:0xdf,_0x49b1e1:0xdd},_0x186220={_0x45c90e:0x3f4,_0x2376cc:0x3e4,_0x37912c:0x487,_0x37613c:0x46c,_0x200c8f:0x444,_0x3656b8:0x43f,_0x260172:0x430},_0x3cb2f9={_0x7b56f9:0x1b5,_0x1a11f2:0x71,_0x578c91:0x17},_0x52589a={_0xa379d5:0x29c},_0x4ba125={_0x2dfa74:0x55},_0xa46b8={'dahzP':function(_0x37e64e,_0x4e4212){return _0x37e64e(_0x4e4212);},'wZzbE':function(_0x82257e,_0x430d25){return _0x82257e!==_0x430d25;},'utKhz':_0x36b9ff(-_0x1b023b._0x4bf9d6,-_0x1b023b._0x322740,-_0x1b023b._0x412824,-0x11e)+_0x32e83f(_0x1b023b._0x41b16e,_0x1b023b._0x2e754a,0x14c,_0x1b023b._0x4f59bd)+_0x36b9ff(-_0x1b023b._0x35eaa9,-0xdb,-0xf5,-_0x1b023b._0x55fa03),'hyTtW':_0x36b9ff(-0x157,-_0x1b023b._0x5d6701,-_0x1b023b._0x1469e8,-0x129)};function _0x32e83f(_0x1e9375,_0x5caf8e,_0x20269a,_0xe836df){return _0x5448(_0xe836df- -_0x4ba125._0x2dfa74,_0x20269a);}function _0x36b9ff(_0x5676be,_0x1f610d,_0x285071,_0x16becc){return _0x5448(_0x16becc- -_0x52589a._0xa379d5,_0x285071);}return new Promise(_0x1d41a6=>{const _0x2e033d={_0x32de6d:0x1f7,_0xcf92a9:0x1d0,_0x532d64:0x1bf,_0x2177d3:0x183,_0x449ba5:0x17a},_0x3ae225={_0xa3714d:0x36,_0x4dcc4d:0x165},_0x4dc68c={_0x443a98:0x9,_0x617a6a:0x76,_0x3d2d36:0x2d1},_0x59a0f1={};_0x59a0f1[_0xa9f0eb(0x44e,_0x24db75._0x2f69e7,0x474,0x40c)]=_0xa46b8[_0xa9f0eb(0x3e1,0x423,0x3ce,0x3a0)];function _0x356bfb(_0x5ca8f8,_0x495601,_0x2e2c20,_0x52a33c){return _0x36b9ff(_0x5ca8f8-_0x3cb2f9._0x7b56f9,_0x495601-_0x3cb2f9._0x1a11f2,_0x2e2c20,_0x495601-_0x3cb2f9._0x578c91);}const _0x8e9428=_0x59a0f1;function _0xa9f0eb(_0x488f15,_0x54665d,_0x27ac38,_0x2a9491){return _0x32e83f(_0x488f15-_0x4dc68c._0x443a98,_0x54665d-_0x4dc68c._0x617a6a,_0x54665d,_0x488f15-_0x4dc68c._0x3d2d36);}if(_0x860e41){const _0x23424c=new Writable({'write':(_0x40a554,_0x2396df,_0x28dbdf)=>{_0x28dbdf();}}),_0x55f3f0={};_0x55f3f0['input']=process[_0xa9f0eb(0x436,0x426,_0x24db75._0x12df2c,_0x24db75._0x56e80e)],_0x55f3f0[_0xa9f0eb(_0x24db75._0x45b08f,0x430,0x3d9,0x428)]=_0x23424c,_0x55f3f0[_0x356bfb(-0xa9,-_0x24db75._0x1f10e8,-0xc2,-_0x24db75._0x34ab47)]=!![];const _0x2db2e6=_0x5cd7bf[_0xa9f0eb(0x443,0x476,0x44c,_0x24db75._0x232de8)+_0x356bfb(-0x156,-_0x24db75._0x153b01,-_0x24db75._0x2ed39d,-_0x24db75._0x180e6a)](_0x55f3f0);process[_0xa9f0eb(0x43a,_0x24db75._0x34f206,0x447,0x46d)][_0x356bfb(-_0x24db75._0x3a8d2d,-0xd0,-0xca,-0x103)](_0x4dc598),_0x2db2e6[_0x356bfb(-_0x24db75._0x4a1e5c,-_0x24db75._0x30b996,-_0x24db75._0x28c73a,-0xf2)]('',_0x3150af=>{_0x2db2e6[_0x2c00ee(_0x186220._0x45c90e,0x417,0x3ca,_0x186220._0x2376cc)]();function _0x2c00ee(_0xef249b,_0x3acaa9,_0x32a683,_0x7c43bc){return _0x356bfb(_0xef249b-0x14d,_0xef249b-0x4ea,_0x32a683,_0x7c43bc-0x7b);}console[_0x55152b(0x489,_0x186220._0x37912c,_0x186220._0x37613c,_0x186220._0x200c8f)]('');function _0x55152b(_0x716998,_0x562c46,_0x4c5403,_0x18ebad){return _0x356bfb(_0x716998-0x168,_0x562c46-0x56d,_0x18ebad,_0x18ebad-0x62);}_0xa46b8[_0x2c00ee(0x446,_0x186220._0x3656b8,_0x186220._0x260172,0x470)](_0x1d41a6,_0x3150af);});}else{if(_0xa46b8[_0xa9f0eb(_0x24db75._0x50b42f,_0x24db75._0xc53411,0x3e6,_0x24db75._0x9e33cf)](_0xa46b8['hyTtW'],_0xa46b8[_0x356bfb(-_0x24db75._0x29f88c,-0xa9,-0x70,-0xc1)]))_0x822a94[_0xa9f0eb(0x44f,0x468,_0x24db75._0x4c5c19,0x44d)](_0x8e9428['QkUgK']),_0x15c103['exit'](0x162+-0x169*-0x1+-0x7*0x66);else{const _0x4e5a55={};_0x4e5a55['input']=process[_0xa9f0eb(_0x24db75._0x1e7a7a,_0x24db75._0x515b18,_0x24db75._0x521b63,_0x24db75._0x57526c)],_0x4e5a55['output']=process[_0x356bfb(-_0x24db75._0x2e719d,-_0x24db75._0x38b221,-_0x24db75._0x3a3eff,-_0x24db75._0x3a3eff)];const _0x2e0003=_0x5cd7bf[_0x356bfb(-0xfd,-_0x24db75._0xa42f5f,-_0x24db75._0x33410f,-_0x24db75._0x17ba12)+'rface'](_0x4e5a55);_0x2e0003[_0x356bfb(-_0x24db75._0x49b1e1,-_0x24db75._0x30b996,-0x147,-0x146)](_0x4dc598,_0x124df2=>{function _0x11ef84(_0x410328,_0x20238d,_0x374f8f,_0xd50540){return _0x356bfb(_0x410328-0x181,_0x20238d- -0x7b,_0x374f8f,_0xd50540-0x27);}function _0x237470(_0x1366a6,_0x1f7a8c,_0x14497d,_0x3e12e7){return _0xa9f0eb(_0x1366a6- -0x24c,_0x3e12e7,_0x14497d-_0x3ae225._0xa3714d,_0x3e12e7-_0x3ae225._0x4dcc4d);}_0xa46b8['wZzbE'](_0x237470(0x1c9,0x1bb,0x1ee,_0x2e033d._0x32de6d),'zudyF')?_0x22eb12[_0x237470(0x1a2,0x1a8,0x1ce,_0x2e033d._0xcf92a9)+_0x11ef84(-0x18f,-0x170,-0x19b,-0x136)]=!![]:(_0x2e0003[_0x237470(_0x2e033d._0x532d64,0x197,_0x2e033d._0x2177d3,_0x2e033d._0x449ba5)](),_0x1d41a6(_0x124df2));});}}});}function _0x5448(_0x4d2e3b,_0x3a78a5){_0x4d2e3b=_0x4d2e3b-(0x4d1*-0x7+-0x1483+-0x14b*-0x2b);const _0x360955=_0x59a4();let _0x30468c=_0x360955[_0x4d2e3b];if(_0x5448['TimnVx']===undefined){var _0x3cbe00=function(_0x592ba4){const _0x14c63e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x338c06='',_0x5c01cf='';for(let _0x4f978b=0x1c30+0x33d*0x1+-0x1f6d,_0x2aa0ea,_0x2a79fc,_0x1133da=-0xfc4+-0x478*-0x7+-0xf84;_0x2a79fc=_0x592ba4['charAt'](_0x1133da++);~_0x2a79fc&&(_0x2aa0ea=_0x4f978b%(0x8*0x175+-0x22e*0xb+0xc56*0x1)?_0x2aa0ea*(-0x1*0x821+0x10b1+0x1*-0x850)+_0x2a79fc:_0x2a79fc,_0x4f978b++%(-0x1*-0x7d1+0x229d+-0x2a6a))?_0x338c06+=String['fromCharCode'](-0x2709+-0x1ce4+0x44ec*0x1&_0x2aa0ea>>(-(0x13cb+-0x1*0x22c6+-0x4ff*-0x3)*_0x4f978b&-0x2*-0x65+0x1d8*0x10+0x2*-0xf22)):0xc2b*0x1+0x2*0x7d0+-0x5*0x58f){_0x2a79fc=_0x14c63e['indexOf'](_0x2a79fc);}for(let _0x216081=-0x4f5*-0x2+0x11b8+0x106*-0x1b,_0x528d89=_0x338c06['length'];_0x216081<_0x528d89;_0x216081++){_0x5c01cf+='%'+('00'+_0x338c06['charCodeAt'](_0x216081)['toString'](0x20b6+0x14cb*0x1+-0x3571))['slice'](-(-0xaa0*0x2+0x22d*0xf+-0xb61));}return decodeURIComponent(_0x5c01cf);};_0x5448['RpFniy']=_0x3cbe00,_0x5448['TOcAew']={},_0x5448['TimnVx']=!![];}const _0x3dc453=_0x360955[-0xbff*0x2+0x391+-0x9*-0x245],_0x4b5058=_0x4d2e3b+_0x3dc453,_0x57d239=_0x5448['TOcAew'][_0x4b5058];return!_0x57d239?(_0x30468c=_0x5448['RpFniy'](_0x30468c),_0x5448['TOcAew'][_0x4b5058]=_0x30468c):_0x30468c=_0x57d239,_0x30468c;}function parseArgs(_0x4e32e0){const _0x456606={_0x254bae:0xbc,_0x3f424b:0x114,_0xc15604:0x167,_0x1ea2e5:0x174,_0x49e8ac:0x136,_0x332ba4:0x104,_0x227e8d:0xc0,_0x40341b:0x17d,_0x255730:0x117,_0x20edd2:0x15b,_0xb2963d:0x3a0,_0x41a0c9:0x3ad,_0x55d24:0x372,_0x1c12ac:0xc9,_0x1abef6:0xe1,_0x158381:0x399,_0x1a995e:0x356,_0x4780fb:0x391,_0x338193:0xf8,_0xbd2e3b:0x38f,_0xf4a287:0x3c3,_0x577f6a:0x38d,_0x54b434:0x3f6,_0x542498:0xf5,_0x4435bb:0xf1,_0x47e2b5:0x3d8,_0x32ea45:0xf0,_0x55d7d4:0xd2,_0x49daab:0x3a5,_0x3d04db:0x3ba,_0x474421:0x39c,_0x457f67:0x136,_0x91aa54:0x3b7,_0xad1a40:0x178,_0x590317:0x13c,_0x2365e4:0x182,_0x360eea:0xcd,_0x14e9f6:0xba,_0x27a92f:0x12e,_0x133197:0xe8,_0xd4a37c:0xe2,_0x49a89c:0x163,_0x276614:0x132,_0xfcc171:0x127,_0x4df71e:0x123,_0x68b958:0x12d,_0xfebd3:0x3b8,_0x35e8a0:0x3d4,_0x6f82d5:0x423,_0x3827f6:0x3ea,_0x1f134f:0x112,_0x37cd84:0x105,_0x3fc6f8:0x3b1,_0x50fcfe:0x3bd,_0x991484:0x3f5,_0x2114f4:0x186,_0x386abf:0x142,_0x59b978:0xdc,_0x194216:0x101,_0x5b95ec:0xd7,_0x446916:0xf2,_0x56f1ce:0x11d,_0x479fbb:0x3bc,_0x49eb94:0x3fb,_0x453f48:0x119,_0x4ed4d0:0x127,_0x38c90a:0x14f,_0x6bfc1c:0x169,_0x22915a:0x162,_0x5e93d5:0x143,_0x53a43b:0x126,_0x225f62:0x3c2,_0x39075d:0x12e,_0x3528a2:0x155,_0x22e392:0x149,_0x55520d:0x175,_0x5a93a2:0x14e,_0x239422:0x155,_0x562f1b:0x110,_0xa62ca3:0x16d,_0x3dee8b:0x3ea,_0x5cf7fd:0x3c6,_0x1caebb:0x3f0,_0x42ff3e:0x187,_0x5e6d8b:0x197,_0x11af96:0x135,_0x39f9d5:0x141,_0x300345:0x18f,_0x4dc5b6:0x157,_0x2537ec:0x195,_0x2470fa:0x3fa,_0x3ecb46:0x431,_0xacb93e:0x38b,_0xf02762:0x3cc,_0x3d403e:0x117,_0x3122e3:0x3fe,_0x37a39f:0x3ef,_0x4d43a4:0x3e9,_0x1e0971:0x3c7,_0x276328:0x12a,_0x224a22:0xe9,_0x11f6d7:0x3df,_0x486678:0x3c4,_0x44eaa8:0x410,_0x409a6b:0x3ab,_0x56f63d:0x3bc,_0x2e9427:0x151,_0x121ffb:0x18d,_0x55c3a5:0x160,_0x5990e1:0xc1,_0xedc529:0x13e,_0x50169d:0xf1,_0x15a0b2:0x3b6},_0x1f9d75={_0x46ce41:0xc1,_0x1a1931:0xd5,_0x58f7e6:0xdc,_0x521e82:0x496},_0x2376b0={_0x1c1857:0x21f},_0x49a1a0={'TeQsP':function(_0x2d6327,_0x4ef1f5){return _0x2d6327(_0x4ef1f5);},'mikzl':_0x1e8bed(_0x456606._0x254bae,0xfc,_0x456606._0x254bae,0x10c)+_0x1e8bed(0x18c,0x152,_0x456606._0x3f424b,0x112)+_0x186801(0x3b3,0x39e,0x3f2,0x3b5)+_0x1e8bed(0x1a6,_0x456606._0xc15604,0x12a,_0x456606._0x1ea2e5)+'cters','tajTa':_0x1e8bed(_0x456606._0x49e8ac,_0x456606._0x332ba4,_0x456606._0x227e8d,0x117),'yOWKD':_0x1e8bed(_0x456606._0x40341b,0x13a,_0x456606._0x255730,_0x456606._0x20edd2)+'=','XcOTT':_0x186801(_0x456606._0xb2963d,_0x456606._0x41a0c9,0x3ae,_0x456606._0x55d24),'lVIRU':'FoMwi','VDQmJ':function(_0x56cb5e,_0x3058a){return _0x56cb5e===_0x3058a;},'KiOKu':'kHtdn','Dbgcj':_0x1e8bed(_0x456606._0x1c12ac,_0x456606._0x1abef6,0x101,0xcd),'gdtkT':function(_0x2fadb4,_0x551942){return _0x2fadb4!==_0x551942;},'qSQlj':_0x186801(_0x456606._0x158381,0x359,_0x456606._0x1a995e,_0x456606._0x4780fb),'dBMFP':'--admin','MzUyj':function(_0x3c5b2d,_0x5d9af2){return _0x3c5b2d!==_0x5d9af2;},'vbxyr':_0x1e8bed(0x13b,0x10a,0xc9,_0x456606._0x338193)};function _0x1e8bed(_0x1bc1dc,_0x2fdd06,_0x322980,_0x5cf70e){return _0x5448(_0x2fdd06- -0x82,_0x1bc1dc);}const _0x29f37c={};function _0x186801(_0x295c51,_0x4ef41e,_0x16459f,_0x537228){return _0x5448(_0x295c51-_0x2376b0._0x1c1857,_0x16459f);}_0x29f37c[_0x186801(0x3c1,0x3af,_0x456606._0xbd2e3b,0x3e6)]=null,_0x29f37c[_0x186801(0x3bb,_0x456606._0xf4a287,_0x456606._0x577f6a,_0x456606._0x54b434)]=null,_0x29f37c[_0x1e8bed(0x112,_0x456606._0x542498,0x124,_0x456606._0x4435bb)]=null,_0x29f37c[_0x186801(0x3f0,_0x456606._0x47e2b5,0x3cc,0x42b)]=null,_0x29f37c[_0x1e8bed(0x122,_0x456606._0x32ea45,0xb6,_0x456606._0x55d7d4)+'min']=![];const _0x1ea63b=_0x29f37c;for(const _0x1cf4f2 of _0x4e32e0){if(_0x186801(_0x456606._0x49daab,_0x456606._0x3d04db,_0x456606._0x474421,0x375)!==_0x49a1a0['tajTa']){const _0x2e2bcd={};_0x2e2bcd[_0x186801(0x388,0x35c,0x3ab,0x388)]=_0x108274[_0x1e8bed(0x138,0x138,_0x456606._0x457f67,0x139)],_0x2e2bcd[_0x186801(0x3ad,_0x456606._0x91aa54,0x396,0x36a)]=_0x5029a7['stdout'];const _0x4ea93d=_0x53f75f[_0x1e8bed(_0x456606._0xad1a40,0x145,_0x456606._0x590317,_0x456606._0x2365e4)+_0x1e8bed(0xd6,0xe5,_0x456606._0x360eea,_0x456606._0x14e9f6)](_0x2e2bcd);_0x4ea93d[_0x1e8bed(_0x456606._0x27a92f,_0x456606._0x133197,0xc9,_0x456606._0xd4a37c)](_0x2f31d3,_0x4d0eb9=>{const _0x1b221a={_0x2cfc06:0x11b,_0x302e9f:0x112};_0x4ea93d[_0x236085(_0x1f9d75._0x46ce41,0xd9,_0x1f9d75._0x1a1931,_0x1f9d75._0x58f7e6)]();function _0x236085(_0x1553ad,_0x55dc8a,_0x365842,_0x56a48e){return _0x1e8bed(_0x365842,_0x56a48e- -0x31,_0x365842-_0x1b221a._0x2cfc06,_0x56a48e-_0x1b221a._0x302e9f);}function _0x40a707(_0x41b298,_0x32f37c,_0x5793b1,_0xdda67){return _0x186801(_0x5793b1-0x6b,_0x32f37c-0x18b,_0x32f37c,_0xdda67-0x43);}_0x49a1a0[_0x40a707(0x4a5,0x485,0x46c,_0x1f9d75._0x521e82)](_0x116217,_0x4d0eb9);});}else{if(_0x1cf4f2['startsWith'](_0x49a1a0[_0x1e8bed(_0x456606._0x49a89c,_0x456606._0x276614,0xf6,_0x456606._0xfcc171)]))_0x1ea63b[_0x1e8bed(0x12c,0x120,_0x456606._0x4df71e,_0x456606._0x68b958)]=_0x1cf4f2[_0x186801(_0x456606._0x54b434,_0x456606._0xfebd3,_0x456606._0x35e8a0,_0x456606._0x6f82d5)]('=')[-0x1b92+0x8*-0x2ce+0x3203];else{if(_0x1cf4f2['startsWith'](_0x49a1a0[_0x186801(0x405,0x40a,0x3f7,_0x456606._0x3827f6)]))_0x49a1a0[_0x1e8bed(_0x456606._0x1f134f,_0x456606._0x37cd84,0x12c,0xf3)]===_0x186801(_0x456606._0x3fc6f8,_0x456606._0x50fcfe,_0x456606._0x991484,0x3d7)?_0x1ea63b['email']=_0x1cf4f2['split']('=')[-0x197b+-0x1b95+-0x1*-0x3511]:(_0x25b7d2[_0x1e8bed(0x17f,0x151,_0x456606._0x2114f4,_0x456606._0x386abf)](_0x1e8bed(_0x456606._0x59b978,_0x456606._0x194216,_0x456606._0x5b95ec,0xcb)+_0x1e8bed(0xfe,_0x456606._0x446916,0xfc,_0x456606._0x56f1ce)+_0x199582[_0x186801(0x3c1,_0x456606._0x479fbb,_0x456606._0x49eb94,0x38e)]+('\x22\x20already\x20'+'exists.')),_0x42fc1f['exit'](0x2f*-0x8b+-0x7*-0x497+-0x59*0x13));else{if(_0x1cf4f2[_0x1e8bed(_0x456606._0x453f48,_0x456606._0x4ed4d0,0x131,0xfb)]('--name='))_0x49a1a0[_0x1e8bed(_0x456606._0x38c90a,0x14d,_0x456606._0x6bfc1c,_0x456606._0x22915a)](_0x49a1a0[_0x1e8bed(_0x456606._0x5e93d5,0x115,0x151,_0x456606._0x53a43b)],_0x49a1a0[_0x186801(_0x456606._0x225f62,0x3d9,0x3cd,0x3aa)])?_0x4bc36b['password']=_0x579c60[_0x1e8bed(_0x456606._0x39075d,_0x456606._0x3528a2,_0x456606._0x22e392,_0x456606._0x55520d)]('=')[0x97*-0x39+0x3a8*0x7+0x808]:_0x1ea63b['name']=_0x1cf4f2[_0x1e8bed(_0x456606._0x5a93a2,_0x456606._0x239422,_0x456606._0x562f1b,_0x456606._0xa62ca3)]('=')[-0x126*-0x12+-0xb36+-0x975];else{if(_0x1cf4f2[_0x186801(0x3c8,0x392,0x3fa,_0x456606._0x3dee8b)]('--password'+'='))_0x49a1a0['gdtkT'](_0x186801(_0x456606._0x5cf7fd,_0x456606._0x1caebb,0x3cd,0x40b),_0x49a1a0[_0x1e8bed(_0x456606._0x42ff3e,0x162,_0x456606._0x5e6d8b,_0x456606._0x11af96)])?_0x1ea63b['password']=_0x1cf4f2[_0x1e8bed(_0x456606._0x39f9d5,0x155,0x15c,_0x456606._0x300345)]('=')[0x1731*0x1+-0x15ea+-0x146]:(_0x4f978b['error']('Error:\x20Inv'+'alid\x20usern'+_0x1e8bed(0x165,0x144,0x13c,_0x456606._0x562f1b)+_0x2aa0ea['username']+(_0x1e8bed(0x18c,_0x456606._0x4dc5b6,0x148,_0x456606._0x2537ec)+_0x186801(0x3fc,_0x456606._0x2470fa,0x3ba,_0x456606._0x3ecb46)+'\x20numbers,\x20'+'underscore'+_0x186801(_0x456606._0xacb93e,0x39d,0x373,_0x456606._0xf02762)+_0x1e8bed(0xff,0xeb,_0x456606._0x3d403e,0xdb))),_0x2a79fc[_0x186801(_0x456606._0x3122e3,_0x456606._0x37a39f,_0x456606._0x4d43a4,_0x456606._0x1e0971)](-0xa9*-0x25+-0x1d*-0x4d+-0x2125));else _0x1cf4f2===_0x49a1a0[_0x1e8bed(_0x456606._0x276328,_0x456606._0x224a22,0xea,_0x456606._0x133197)]&&(_0x49a1a0[_0x186801(_0x456606._0x11f6d7,_0x456606._0x486678,_0x456606._0x44eaa8,0x419)](_0x49a1a0['vbxyr'],_0x186801(_0x456606._0x409a6b,_0x456606._0x56f63d,0x3eb,0x3c1))?(_0x3a78a5[_0x1e8bed(0x113,_0x456606._0x2e9427,_0x456606._0x121ffb,_0x456606._0x55c3a5)](_0x49a1a0[_0x1e8bed(0x102,0x103,_0x456606._0x5990e1,_0x456606._0xedc529)]),_0x360955['exit'](0xf9*0xc+0x1f1e+0xe43*-0x3)):_0x1ea63b[_0x1e8bed(_0x456606._0x50169d,0xf0,0xe1,_0x456606._0x53a43b)+_0x186801(0x3af,0x384,_0x456606._0x225f62,_0x456606._0x15a0b2)]=!![]);}}}}}return _0x1ea63b;}export async function createUserCommand(_0x10d3d8){const _0x43471a={_0x5482cf:0x42c,_0x5ca95b:0x3bc,_0xbe225d:0x3cf,_0x3323c3:0x40e,_0x201cae:0x454,_0x3e266f:0x431,_0x2e9d1d:0x454,_0x43b566:0x333,_0x54b757:0x36f,_0x4ed833:0x44a,_0x126cf7:0x3f2,_0x3b8a45:0x3f8,_0x26cbef:0x3fa,_0x4655df:0x3b7,_0x12074e:0x3cf,_0x27a734:0x40a,_0x4df0e0:0x3e6,_0x178cdb:0x3e7,_0x1f3277:0x41d,_0x3ed85b:0x362,_0x3eb83c:0x396,_0x56740e:0x3b5,_0x2a279c:0x3f5,_0x402e19:0x3ec,_0x323454:0x427,_0x296868:0x3fb,_0x238b8f:0x410,_0x4e4051:0x3cc,_0x5a8d97:0x3dc,_0x27127c:0x448,_0x597d40:0x3a0,_0x381048:0x3d3,_0x115576:0x393,_0x186b0:0x3d8,_0xa1ec97:0x3bf,_0x86593a:0x3e9,_0xf6d77c:0x3c6,_0x291315:0x3a6,_0x5da504:0x39f,_0x5da09e:0x444,_0x458094:0x3cb,_0xa1cb7b:0x3c1,_0x27fea:0x3c7,_0x1816e0:0x39d,_0x12818b:0x403,_0x2bdc54:0x3ca,_0x9980a3:0x3ab,_0x56259a:0x3dc,_0x40805f:0x39e,_0x3c3e83:0x3d7,_0x53f36f:0x386,_0x504949:0x35d,_0x5f0065:0x44d,_0x5613e2:0x3c2,_0x5bce06:0x39f,_0x1bdcac:0x3c4,_0x133554:0x3ad,_0x39bb6b:0x40c,_0x18135b:0x439,_0x3008f8:0x44f,_0x537a97:0x442,_0x174723:0x43f,_0x45fd91:0x423,_0x13c85b:0x406,_0x523869:0x414,_0x2a9f80:0x3dd,_0x118233:0x3e1,_0x55a525:0x3c8,_0x1187a7:0x37f,_0x4e4350:0x3a2,_0x19614d:0x44b,_0xb94b0c:0x43c,_0x11f8f1:0x469,_0x5493ae:0x35a,_0x559e12:0x366,_0x27c057:0x325,_0x2bf68b:0x354,_0x1923c7:0x374,_0x33c19e:0x38d,_0xd986c3:0x402,_0x1fb6e4:0x36a,_0x2b1504:0x37e,_0x4fedab:0x375,_0xf48aba:0x409,_0x1b429a:0x392,_0x2d20ab:0x408,_0x4291b3:0x414,_0x2007b0:0x3f6,_0x13a89a:0x39f,_0x2db5e2:0x405,_0x250fd9:0x3da,_0x449c12:0x3ed,_0x1f2183:0x3ba,_0x55bbb8:0x384,_0x33b6df:0x350,_0x1d55fe:0x30c,_0x3cda0f:0x316,_0x2f042d:0x36d,_0x348fb1:0x420,_0x4ddf8a:0x43b,_0x1276d2:0x403,_0x30ae60:0x449,_0x3a654c:0x329,_0x240e33:0x357,_0x420894:0x3c4,_0x384151:0x3be,_0x54a396:0x402,_0x2d1b62:0x38a,_0x5ba47a:0x3e8,_0x245db5:0x449,_0x2cf39f:0x416,_0x27c063:0x38b,_0x63e10f:0x39c,_0x231ed3:0x388,_0x25f063:0x3a9,_0x2e4062:0x3bb,_0x2997fc:0x32a,_0x17553c:0x35e,_0x3a022d:0x33d,_0x4f3835:0x459,_0x22e1ed:0x3af,_0x56cce4:0x387,_0x598799:0x3b8,_0x4dc40c:0x373,_0x166ce5:0x385,_0x354817:0x387,_0x5eb5b9:0x425,_0x5f4365:0x43d,_0x539911:0x448,_0x5a24ae:0x413,_0x125d06:0x438,_0x1179cd:0x465,_0x54d96b:0x405,_0x606133:0x432,_0xe5b04a:0x446,_0x529742:0x443,_0x20bf93:0x399,_0x442527:0x3ce,_0x4fb370:0x3d9,_0x193036:0x475,_0x4a9ce2:0x374,_0x41e469:0x33c,_0x328fb6:0x410,_0x5368e4:0x3ce,_0x11e55b:0x440,_0x315593:0x425,_0x455c6d:0x42f,_0x3fb831:0x412,_0x37c1c2:0x42b,_0x5d7c6a:0x3a1,_0x1d2f97:0x366,_0xbd17c:0x34d,_0x2f03de:0x38d,_0x2637e5:0x449,_0x55ff44:0x461,_0x3b28bf:0x3fd,_0x33d269:0x31f,_0xcefa5c:0x360,_0x1be2c2:0x3b1,_0x322caa:0x3d5,_0x2e1155:0x383,_0x5165bb:0x447,_0x3927da:0x448,_0x19b755:0x451,_0x4b73c6:0x3b4,_0x51e0e6:0x40c,_0x3ac1ef:0x35b,_0x3beae7:0x35c,_0x179150:0x3d6,_0x4d5687:0x41b,_0x2533bd:0x3e5,_0x5f390d:0x449,_0x327b17:0x39d,_0x3f8cc2:0x3ab,_0x115a1f:0x3b3,_0x390ae7:0x39a,_0x12c028:0x3b1,_0x488ba6:0x3b0,_0x559914:0x3cb,_0x51ba71:0x3db,_0x25ccc7:0x3f7,_0x3da04c:0x3e4,_0x59b398:0x440,_0x4aca78:0x429,_0x497a65:0x43d,_0x1b6019:0x472,_0x7986b9:0x460,_0x2e5213:0x415,_0x3aa061:0x372,_0x5864af:0x3ab,_0x10238a:0x421,_0xee6aab:0x391,_0x14ae22:0x38c,_0x5a66b3:0x473,_0x1a39c3:0x40d,_0xbe95ca:0x395,_0x113431:0x3ba,_0x41adcc:0x43a,_0x32e570:0x421,_0x23171c:0x3ee,_0x53a0ab:0x425,_0x1de6bb:0x41c,_0x42d19c:0x41c,_0x29ac85:0x3ea,_0x3aa16b:0x356,_0x3d5fa9:0x3f9,_0x4e5c98:0x3f0,_0x2d52ec:0x3cd,_0x21a474:0x36c,_0x1cff3e:0x387,_0x513dcc:0x334,_0x18b947:0x336,_0x102313:0x380,_0x3fe7ab:0x38c,_0x441ed0:0x3c9,_0x169da0:0x3c3,_0x57f395:0x37b,_0x737fda:0x413,_0x6c33f2:0x3d5,_0x4681eb:0x3af,_0xe5bf55:0x409,_0x127410:0x404,_0x4afc6d:0x421,_0x44a758:0x428,_0x265726:0x3b5,_0x47d25e:0x377,_0x5c101c:0x3ff,_0x3d3ed2:0x3e3,_0x389692:0x351,_0x2820c4:0x40c,_0x3cb55a:0x365,_0x1fa24a:0x444,_0x5d0576:0x3ea,_0x35db07:0x3ed,_0x4697b0:0x417,_0x528dc3:0x3d4,_0x1b65a1:0x38e,_0x48aae3:0x3db,_0x4ff41c:0x402,_0x299725:0x409,_0x4b1517:0x3da,_0x52be44:0x435,_0xa1a961:0x431,_0x5540c3:0x387,_0x49dc62:0x480,_0x8b2f9f:0x436,_0x400042:0x3ba,_0x5d4496:0x449,_0x153301:0x3d2,_0x20c293:0x3c2,_0x4e7726:0x3c5,_0x296f98:0x37d,_0x4dc426:0x3df,_0x48d7fe:0x3f7,_0x283cad:0x3a6,_0x11e739:0x394,_0x576882:0x449,_0x37232f:0x446,_0x4f574:0x404},_0x405756={_0x207778:0x26a},_0x5e6b22={'tUHAf':function(_0x1ea142){return _0x1ea142();},'wXogD':function(_0x1be821,_0x5bac4f){return _0x1be821(_0x5bac4f);},'SqoaW':_0x2c1ab9(0x3b0,0x387,0x372,0x39d)+'rname\x20is\x20r'+_0x26e51e(_0x43471a._0x5482cf,0x3fd,0x419,0x3ef),'BeJAX':_0x2c1ab9(_0x43471a._0x5ca95b,0x3b3,0x3b2,0x37e),'dPqIH':'Email:\x20','ekCzS':function(_0x3df5ac,_0x617d9d){return _0x3df5ac!==_0x617d9d;},'ptRoV':_0x2c1ab9(0x3e9,0x36f,0x3a6,_0x43471a._0xbe225d),'wigPq':_0x26e51e(_0x43471a._0x3323c3,_0x43471a._0x201cae,_0x43471a._0x3e266f,_0x43471a._0x2e9d1d),'IrEmz':function(_0x512986,_0x383bab){return _0x512986(_0x383bab);},'jqKfE':function(_0x546813,_0xe552aa,_0x307c23){return _0x546813(_0xe552aa,_0x307c23);},'iXGXf':_0x26e51e(0x416,0x446,0x408,0x411)+_0x2c1ab9(_0x43471a._0x43b566,_0x43471a._0x54b757,0x355,0x37d),'bYpbK':_0x26e51e(0x44a,0x45f,_0x43471a._0x5482cf,_0x43471a._0x4ed833),'qvvVA':function(_0x276b6b,_0x19841a){return _0x276b6b===_0x19841a;},'xnuoM':_0x26e51e(0x438,0x467,_0x43471a._0x126cf7,0x419)+_0x2c1ab9(_0x43471a._0x3b8a45,_0x43471a._0x26cbef,_0x43471a._0x4655df,_0x43471a._0x12074e)+_0x26e51e(_0x43471a._0x27a734,_0x43471a._0x4df0e0,_0x43471a._0x178cdb,_0x43471a._0x1f3277),'fXaVx':_0x2c1ab9(_0x43471a._0x3ed85b,_0x43471a._0x3eb83c,0x382,_0x43471a._0x56740e),'ghcIx':_0x26e51e(_0x43471a._0x2a279c,_0x43471a._0x402e19,_0x43471a._0x323454,_0x43471a._0x296868)+_0x26e51e(_0x43471a._0x238b8f,0x3da,_0x43471a._0x4e4051,_0x43471a._0x5a8d97)+_0x26e51e(_0x43471a._0x27127c,0x44f,0x468,0x45d),'aVuZp':function(_0x58bc5b,_0x2267a1){return _0x58bc5b<_0x2267a1;},'wKfat':'Error:\x20Pas'+_0x2c1ab9(0x3d8,_0x43471a._0x597d40,0x3c3,0x3ef)+'\x20be\x20at\x20lea'+_0x2c1ab9(_0x43471a._0x381048,_0x43471a._0x115576,_0x43471a._0x186b0,_0x43471a._0xa1ec97)+_0x26e51e(_0x43471a._0x86593a,_0x43471a._0xf6d77c,_0x43471a._0x291315,0x421),'uEjAj':function(_0x363fc5,_0x407235){return _0x363fc5!==_0x407235;},'XnFVH':_0x2c1ab9(0x383,0x38b,0x368,_0x43471a._0x5da504),'FDdQQ':_0x2c1ab9(0x3d6,0x375,_0x43471a._0x5da504,0x383),'IwDsd':function(_0x4d1873,_0x4336b6){return _0x4d1873(_0x4336b6);},'ArSsx':_0x26e51e(0x422,0x3f1,_0x43471a._0x5da09e,0x459),'rnYPf':_0x2c1ab9(0x3db,0x3b9,0x3d4,0x3ea),'uEQTv':_0x2c1ab9(_0x43471a._0x458094,_0x43471a._0xa1cb7b,_0x43471a._0x27fea,_0x43471a._0x1816e0)+_0x2c1ab9(0x3a0,_0x43471a._0x12818b,_0x43471a._0x2bdc54,0x3bf)+_0x2c1ab9(_0x43471a._0x9980a3,_0x43471a._0x56259a,0x3b9,0x388),'mZtBI':'The\x20user\x20c'+_0x2c1ab9(_0x43471a._0x40805f,0x3fa,_0x43471a._0x3c3e83,0x39a)+_0x2c1ab9(0x3a4,_0x43471a._0x53f36f,0x39e,0x3d2)+'heir\x20usern'+_0x2c1ab9(0x37a,0x337,_0x43471a._0x504949,0x331)+_0x26e51e(0x3ea,0x3a7,_0x43471a._0x3323c3,0x406),'cZsjz':_0x26e51e(0x44d,_0x43471a._0x5f0065,0x45a,0x477)+_0x26e51e(0x3df,0x417,0x3fb,_0x43471a._0x5613e2)+'r'},_0x1dd108=_0x5e6b22[_0x2c1ab9(0x3c7,_0x43471a._0x5bce06,_0x43471a._0x1bdcac,_0x43471a._0x133554)](parseArgs,_0x10d3d8);!_0x1dd108[_0x26e51e(_0x43471a._0x39bb6b,0x42f,_0x43471a._0x12818b,_0x43471a._0x18135b)]&&(_0x1dd108[_0x26e51e(_0x43471a._0x39bb6b,0x400,_0x43471a._0x3008f8,_0x43471a._0x537a97)]=await _0x5e6b22[_0x26e51e(_0x43471a._0x174723,_0x43471a._0x45fd91,0x41e,0x43a)](prompt,_0x5e6b22[_0x26e51e(_0x43471a._0x126cf7,_0x43471a._0xf6d77c,0x41e,_0x43471a._0xf6d77c)]));!_0x1dd108['email']&&(_0x1dd108[_0x26e51e(_0x43471a._0x13c85b,0x404,_0x43471a._0x523869,0x3c1)]=await prompt(_0x5e6b22[_0x26e51e(0x423,_0x43471a._0x238b8f,_0x43471a._0x2a9f80,0x40b)]));!_0x1dd108[_0x26e51e(_0x43471a._0x118233,_0x43471a._0x55a525,0x416,0x3fa)]&&(_0x5e6b22[_0x2c1ab9(0x36e,0x36d,0x35f,_0x43471a._0x1187a7)](_0x5e6b22[_0x2c1ab9(_0x43471a._0x4e4350,0x3b1,0x384,0x3c1)],_0x5e6b22[_0x26e51e(0x42e,_0x43471a._0x19614d,_0x43471a._0xb94b0c,_0x43471a._0x11f8f1)])?_0x1dd108[_0x2c1ab9(_0x43471a._0x5bce06,_0x43471a._0x5493ae,_0x43471a._0x559e12,_0x43471a._0x27c057)]=await _0x5e6b22[_0x2c1ab9(_0x43471a._0x2bf68b,_0x43471a._0x1923c7,_0x43471a._0x33c19e,0x368)](prompt,_0x26e51e(0x444,_0x43471a._0xd986c3,0x41c,0x459)+'\x20'):(_0xca2db4[_0x2c1ab9(_0x43471a._0x1fb6e4,0x355,_0x43471a._0x2b1504,_0x43471a._0x4fedab)](),_0x836f41[_0x26e51e(_0x43471a._0xf48aba,0x40b,0x3f0,0x3d3)](''),_0xb018(_0xc6cfb2)));function _0x26e51e(_0x2fe68c,_0x5e984c,_0x1f1310,_0x5260ee){return _0x5448(_0x2fe68c-_0x405756._0x207778,_0x5260ee);}if(!_0x1dd108['password']){_0x1dd108['password']=await _0x5e6b22[_0x26e51e(0x3ca,0x3c5,0x3b5,_0x43471a._0x1b429a)](prompt,_0x26e51e(0x3f3,_0x43471a._0x2d20ab,_0x43471a._0x4291b3,_0x43471a._0x2007b0),!![]);const _0x171286=await _0x5e6b22[_0x26e51e(0x3ca,_0x43471a._0x13a89a,_0x43471a._0x2db5e2,0x3c4)](prompt,_0x5e6b22['iXGXf'],!![]);_0x5e6b22[_0x26e51e(_0x43471a._0x250fd9,_0x43471a._0x449c12,0x3e1,_0x43471a._0x1f2183)](_0x1dd108['password'],_0x171286)&&(_0x5e6b22[_0x2c1ab9(_0x43471a._0x55bbb8,0x319,_0x43471a._0x33b6df,0x385)]===_0x5e6b22[_0x2c1ab9(_0x43471a._0x1d55fe,_0x43471a._0x3cda0f,0x350,0x356)]?(console['error'](_0x2c1ab9(0x398,0x36e,_0x43471a._0x2f042d,0x38a)+_0x2c1ab9(0x37a,0x3d4,0x3ac,0x388)+_0x26e51e(_0x43471a._0x348fb1,_0x43471a._0x4ddf8a,0x44f,_0x43471a._0x1276d2)),process[_0x26e51e(_0x43471a._0x30ae60,0x435,0x420,0x422)](0xc41*0x1+-0x1951+-0x29d*-0x5)):_0x5e6b22[_0x2c1ab9(_0x43471a._0x3a654c,0x31e,_0x43471a._0x240e33,0x395)](_0x307eee));}(!_0x1dd108[_0x2c1ab9(0x39f,_0x43471a._0x420894,0x391,_0x43471a._0x384151)]||_0x5e6b22['qvvVA'](_0x1dd108['username'][_0x26e51e(_0x43471a._0x54a396,0x3d4,_0x43471a._0x27127c,0x417)](),''))&&(console[_0x2c1ab9(0x3c9,_0x43471a._0x2d1b62,0x3c2,_0x43471a._0xd986c3)](_0x5e6b22[_0x2c1ab9(0x38e,_0x43471a._0x250fd9,0x3ba,_0x43471a._0x5ba47a)]),process[_0x26e51e(_0x43471a._0x245db5,0x460,0x40b,_0x43471a._0x2cf39f)](0x2*0x821+0x1a4c+-0xe2f*0x3));function _0x2c1ab9(_0xd964be,_0x1ab7c0,_0x2abdbf,_0x54aff6){return _0x5448(_0x2abdbf-0x1ef,_0x1ab7c0);}(!_0x1dd108[_0x2c1ab9(0x35d,0x3b4,_0x43471a._0x27c063,0x366)]||_0x5e6b22['qvvVA'](_0x1dd108['email'][_0x2c1ab9(_0x43471a._0x63e10f,_0x43471a._0x231ed3,0x387,_0x43471a._0x25f063)](),''))&&(console[_0x2c1ab9(0x39f,0x3a8,0x3c2,_0x43471a._0x2e4062)](_0x5e6b22[_0x2c1ab9(_0x43471a._0x2997fc,_0x43471a._0x17553c,0x351,_0x43471a._0x3a022d)]),process[_0x26e51e(0x449,_0x43471a._0x4f3835,_0x43471a._0x2cf39f,0x42d)](-0x143*-0x18+-0x299+-0x1bae));(!_0x1dd108['name']||_0x5e6b22['qvvVA'](_0x1dd108['name'][_0x2c1ab9(_0x43471a._0x22e1ed,0x392,_0x43471a._0x56cce4,0x39d)](),''))&&(_0x2c1ab9(_0x43471a._0x598799,_0x43471a._0x4dc40c,_0x43471a._0x166ce5,_0x43471a._0x354817)!==_0x5e6b22[_0x26e51e(_0x43471a._0x5eb5b9,0x3ef,0x466,0x404)]?(console[_0x26e51e(_0x43471a._0x5f4365,0x3f7,0x47e,_0x43471a._0x539911)](_0x5e6b22[_0x26e51e(0x40b,_0x43471a._0x5a24ae,0x3e2,0x3d0)]),process['exit'](-0x1a91+0x2423+-0x991)):(_0x12685f['error'](_0x26e51e(_0x43471a._0x125d06,_0x43471a._0x1179cd,0x3f5,_0x43471a._0x54d96b)+_0x26e51e(_0x43471a._0x606133,_0x43471a._0xe5b04a,_0x43471a._0x529742,_0x43471a._0xd986c3)+'ired'),_0x340a68[_0x2c1ab9(_0x43471a._0x20bf93,0x3c6,_0x43471a._0x442527,_0x43471a._0x4fb370)](-0x2111*0x1+0x37c+0xe*0x21d)));(!_0x1dd108[_0x26e51e(0x43b,_0x43471a._0x193036,0x452,0x41f)]||_0x5e6b22[_0x2c1ab9(_0x43471a._0x4a9ce2,_0x43471a._0x41e469,_0x43471a._0x17553c,0x33b)](_0x1dd108[_0x26e51e(0x43b,_0x43471a._0x328fb6,0x422,0x427)][_0x2c1ab9(_0x43471a._0x5368e4,0x407,0x3d9,0x3b4)],0xbcf+-0x23c+0x7*-0x15d))&&(console['error'](_0x5e6b22['wKfat']),process[_0x26e51e(_0x43471a._0x245db5,0x456,0x48c,0x40f)](0x1983+-0x3*-0x5e5+0x2b31*-0x1));const _0x55702a=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x55702a['test'](_0x1dd108['email'])&&(console[_0x26e51e(0x43d,_0x43471a._0x11e55b,_0x43471a._0xf48aba,_0x43471a._0x315593)](_0x26e51e(_0x43471a._0x455c6d,_0x43471a._0x19614d,_0x43471a._0x3fb831,_0x43471a._0x37c1c2)+'alid\x20email'+_0x2c1ab9(_0x43471a._0x5d7c6a,_0x43471a._0x1d2f97,0x373,_0x43471a._0xbd17c)+_0x1dd108[_0x2c1ab9(_0x43471a._0x55a525,_0x43471a._0x2f03de,0x38b,0x3b0)]+'\x22.'),process[_0x26e51e(_0x43471a._0x2637e5,0x43e,_0x43471a._0x523869,0x452)](-0xcd2+0x6ff*-0x1+0x13d2));const _0x292592=/^[a-zA-Z0-9_-]+$/;!_0x292592[_0x26e51e(0x436,0x41b,_0x43471a._0x55ff44,_0x43471a._0x3b28bf)](_0x1dd108[_0x26e51e(_0x43471a._0x39bb6b,0x3d4,0x449,0x409)])&&(_0x5e6b22[_0x2c1ab9(_0x43471a._0x33d269,0x381,_0x43471a._0xcefa5c,0x31a)](_0x5e6b22[_0x2c1ab9(_0x43471a._0x1be2c2,0x375,0x3ae,0x3e0)],_0x5e6b22[_0x2c1ab9(0x3df,_0x43471a._0x322caa,0x3ae,0x383)])?_0x5984f2[_0x2c1ab9(0x368,0x325,0x366,0x360)]=_0x3b7497[_0x2c1ab9(0x405,0x3c4,0x3c6,_0x43471a._0x2e1155)]('=')[0x167*0x5+-0x1b1*-0x13+-0x1*0x2725]:(console[_0x26e51e(0x43d,0x41d,_0x43471a._0x5165bb,_0x43471a._0x3927da)](_0x26e51e(_0x43471a._0x455c6d,_0x43471a._0x348fb1,0x3ff,_0x43471a._0x19b755)+'alid\x20usern'+_0x2c1ab9(_0x43471a._0x4b73c6,_0x43471a._0x1f2183,_0x43471a._0x56740e,0x3ce)+_0x1dd108[_0x26e51e(_0x43471a._0x51e0e6,0x3ea,0x3de,0x408)]+(_0x2c1ab9(0x3ec,_0x43471a._0x25f063,_0x43471a._0x55a525,_0x43471a._0x1276d2)+'y\x20letters,'+'\x20numbers,\x20'+_0x2c1ab9(_0x43471a._0x55a525,_0x43471a._0x3ac1ef,0x394,_0x43471a._0x3beae7)+_0x26e51e(_0x43471a._0x179150,_0x43471a._0x4d5687,_0x43471a._0x63e10f,0x3f7)+_0x26e51e(0x3d7,_0x43471a._0x2533bd,_0x43471a._0x1bdcac,0x398))),process[_0x26e51e(_0x43471a._0x5f390d,0x471,_0x43471a._0x27a734,0x403)](0x81b*-0x2+-0x1*0x7b5+0x5fb*0x4)));try{if(_0x5e6b22[_0x2c1ab9(0x372,_0x43471a._0xf6d77c,0x3a2,_0x43471a._0x327b17)]===_0x2c1ab9(_0x43471a._0x3f8cc2,_0x43471a._0x115a1f,0x39f,_0x43471a._0x390ae7)){const _0xfe66bf=await _0x5e6b22[_0x2c1ab9(0x3d3,_0x43471a._0x12c028,_0x43471a._0x488ba6,_0x43471a._0x559914)](findUserByUsername,_0x1dd108[_0x2c1ab9(0x39b,0x3a5,0x391,_0x43471a._0x1fb6e4)]);_0xfe66bf&&(_0x5e6b22[_0x26e51e(_0x43471a._0x51ba71,0x3a1,_0x43471a._0x5da504,_0x43471a._0x2007b0)](_0x5e6b22[_0x26e51e(_0x43471a._0x25ccc7,_0x43471a._0x3da04c,0x3f3,0x429)],_0x5e6b22[_0x26e51e(_0x43471a._0x59b398,0x3fe,_0x43471a._0x4aca78,0x40f)])?(console[_0x26e51e(_0x43471a._0x497a65,_0x43471a._0x1b6019,_0x43471a._0x7986b9,_0x43471a._0x2e5213)](_0x2c1ab9(0x35c,0x38b,_0x43471a._0x3aa061,_0x43471a._0x5864af)+_0x26e51e(0x3de,_0x43471a._0x10238a,0x39d,_0x43471a._0x39bb6b)+_0x1dd108[_0x2c1ab9(_0x43471a._0xa1ec97,0x34d,_0x43471a._0xee6aab,_0x43471a._0x14ae22)]+('\x22\x20already\x20'+'exists.')),process[_0x26e51e(0x449,_0x43471a._0x5a66b3,_0x43471a._0x1a39c3,0x43a)](0x12b7+0x10f3+-0x33*0xb3)):(_0x51b561['close'](),_0x5e6b22[_0x2c1ab9(0x3c5,_0x43471a._0xbe95ca,0x3c4,0x385)](_0x32535c,_0x33f839)));console[_0x2c1ab9(_0x43471a._0x113431,0x377,0x38e,_0x43471a._0x597d40)]('Creating\x20u'+_0x26e51e(_0x43471a._0x41adcc,_0x43471a._0x32e570,0x425,0x415)+_0x1dd108[_0x26e51e(0x40c,_0x43471a._0x23171c,_0x43471a._0x27a734,_0x43471a._0x53a0ab)]+_0x26e51e(_0x43471a._0x1de6bb,_0x43471a._0x42d19c,_0x43471a._0x2a279c,_0x43471a._0x29ac85));const _0x1f5f81={};_0x1f5f81[_0x2c1ab9(_0x43471a._0xa1ec97,_0x43471a._0x3aa16b,_0x43471a._0xee6aab,0x3aa)]=_0x1dd108[_0x26e51e(0x40c,_0x43471a._0x3d5fa9,0x3d7,_0x43471a._0x4e5c98)],_0x1f5f81['email']=_0x1dd108[_0x2c1ab9(_0x43471a._0x2d52ec,0x356,0x38b,_0x43471a._0x21a474)],_0x1f5f81[_0x2c1ab9(0x367,_0x43471a._0x1cff3e,0x366,_0x43471a._0x504949)]=_0x1dd108[_0x2c1ab9(0x339,_0x43471a._0x513dcc,0x366,_0x43471a._0x18b947)],_0x1f5f81[_0x2c1ab9(_0x43471a._0x102313,0x3af,0x3c0,_0x43471a._0x3fe7ab)]=_0x1dd108[_0x2c1ab9(_0x43471a._0x441ed0,_0x43471a._0x169da0,0x3c0,_0x43471a._0x57f395)],_0x1f5f81['isServerAd'+_0x26e51e(0x3fa,0x3fd,0x40b,_0x43471a._0x737fda)]=_0x1dd108[_0x2c1ab9(0x32e,0x32d,0x361,0x367)+_0x2c1ab9(0x380,0x384,_0x43471a._0x1187a7,_0x43471a._0x240e33)];const _0x282a11=await _0x5e6b22[_0x2c1ab9(0x3c5,_0x43471a._0x6c33f2,0x3b0,_0x43471a._0x4681eb)](createUser,_0x1f5f81);console[_0x26e51e(_0x43471a._0xe5bf55,0x3c8,0x3d4,0x3c8)](''),console[_0x26e51e(0x409,0x3c7,0x431,0x438)](_0x5e6b22[_0x26e51e(_0x43471a._0x127410,_0x43471a._0x4afc6d,0x447,_0x43471a._0x44a758)]),console['log'](''),console[_0x2c1ab9(_0x43471a._0x441ed0,_0x43471a._0x265726,0x38e,0x365)](_0x2c1ab9(_0x43471a._0x2bf68b,0x378,0x397,_0x43471a._0x47d25e)+_0x26e51e(_0x43471a._0x2e5213,_0x43471a._0x5c101c,0x3dd,_0x43471a._0x3d3ed2)),console[_0x2c1ab9(_0x43471a._0x389692,_0x43471a._0x1cff3e,0x38e,0x3c6)]('\x20\x20ID:\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x282a11['id']),console[_0x26e51e(0x409,_0x43471a._0x2820c4,0x426,_0x43471a._0x4ddf8a)](_0x2c1ab9(0x386,0x336,_0x43471a._0x3cb55a,0x381)+':\x20\x20\x20\x20'+_0x282a11[_0x26e51e(0x40c,_0x43471a._0x1fa24a,_0x43471a._0x5d0576,_0x43471a._0x86593a)]),console[_0x26e51e(_0x43471a._0xe5bf55,_0x43471a._0x35db07,0x3f6,0x3c9)]('\x20\x20Email:\x20\x20'+_0x26e51e(_0x43471a._0x4697b0,0x434,0x401,_0x43471a._0x528dc3)+_0x282a11['email']),console['log']('\x20\x20Name:\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x282a11[_0x26e51e(_0x43471a._0x118233,_0x43471a._0x4e4051,0x3b0,_0x43471a._0x1816e0)]),console[_0x2c1ab9(0x39e,_0x43471a._0x27fea,_0x43471a._0x1b65a1,_0x43471a._0xbe95ca)](_0x26e51e(_0x43471a._0x54d96b,_0x43471a._0x48aae3,0x3c2,_0x43471a._0x1a39c3)+'dmin:\x20'+(_0x282a11[_0x26e51e(_0x43471a._0x56259a,_0x43471a._0x4ff41c,0x3fe,_0x43471a._0x322caa)+_0x26e51e(_0x43471a._0x26cbef,_0x43471a._0x127410,_0x43471a._0x299725,_0x43471a._0x4b1517)]?'yes':'no')),console[_0x26e51e(0x409,_0x43471a._0x2d20ab,_0x43471a._0x52be44,0x443)](''),console[_0x26e51e(0x409,_0x43471a._0xa1a961,0x413,0x400)](_0x5e6b22[_0x2c1ab9(0x39c,_0x43471a._0x5540c3,_0x43471a._0x597d40,0x3d1)]);}else _0x2fe2fe[_0x26e51e(0x43d,0x3f9,_0x43471a._0x49dc62,_0x43471a._0x8b2f9f)](_0x5e6b22[_0x2c1ab9(0x381,0x3bc,_0x43471a._0x400042,0x3e6)]),_0x3ec85f[_0x26e51e(_0x43471a._0x5d4496,0x455,0x44e,_0x43471a._0x125d06)](-0x742*0x4+0x64*0x20+0x1089*0x1);}catch(_0x37f1f8){logger['error'](_0x5e6b22[_0x26e51e(_0x43471a._0x178cdb,_0x43471a._0x153301,0x420,_0x43471a._0x20c293)],_0x37f1f8),console[_0x2c1ab9(_0x43471a._0x2bdc54,_0x43471a._0x4e7726,0x3c2,0x3e4)]('Error:\x20Fai'+_0x2c1ab9(0x3a3,0x3ee,_0x43471a._0x598799,_0x43471a._0x296f98)+_0x26e51e(0x3fb,_0x43471a._0x4dc426,_0x43471a._0x48d7fe,0x40f)+'\x20'+_0x37f1f8[_0x2c1ab9(0x40f,_0x43471a._0x283cad,_0x43471a._0x179150,_0x43471a._0x11e739)]),process[_0x26e51e(_0x43471a._0x576882,_0x43471a._0x37232f,_0x43471a._0x4697b0,_0x43471a._0x4f574)](-0x99e+-0x2229+-0x3*-0xe98);}}