@profoundlogic/coderflow-server 0.2.9 → 0.3.1

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 (143) hide show
  1. package/dist/base-image/agent-wrapper.sh +7 -8
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config/skill-catalog.json +9 -0
  4. package/dist/config.js +1 -1
  5. package/dist/lib/agent-keepalive.js +1 -1
  6. package/dist/lib/api-keys.js +1 -1
  7. package/dist/lib/apiKeys.js +1 -1
  8. package/dist/lib/app-server-ports.js +1 -1
  9. package/dist/lib/auto-judge.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/build-history.js +1 -1
  12. package/dist/lib/build-output-service.js +1 -1
  13. package/dist/lib/build-scheduler.js +1 -1
  14. package/dist/lib/build-service.js +1 -1
  15. package/dist/lib/ca-certificates.js +1 -1
  16. package/dist/lib/claude-oauth-refresh.js +1 -1
  17. package/dist/lib/cli/build.js +1 -1
  18. package/dist/lib/cli/config-command.js +1 -1
  19. package/dist/lib/cli/config.js +1 -1
  20. package/dist/lib/cli/create-user.js +1 -1
  21. package/dist/lib/cli/init.js +1 -1
  22. package/dist/lib/cli/jira.js +1 -1
  23. package/dist/lib/cli/license.js +1 -1
  24. package/dist/lib/cli/server-manager.js +1 -1
  25. package/dist/lib/container-credential-sync.js +1 -0
  26. package/dist/lib/container-tokens.js +1 -1
  27. package/dist/lib/data-dir.js +1 -1
  28. package/dist/lib/deployment-history.js +1 -1
  29. package/dist/lib/deployment-service.js +1 -1
  30. package/dist/lib/docker-utils.js +1 -1
  31. package/dist/lib/email.js +1 -1
  32. package/dist/lib/emailTemplates.js +1 -1
  33. package/dist/lib/entitlement.js +1 -1
  34. package/dist/lib/fetch-utils.js +1 -1
  35. package/dist/lib/git-commit-details-route.js +1 -1
  36. package/dist/lib/git-history-diff-guardrails.js +1 -1
  37. package/dist/lib/git-provider-service.js +1 -1
  38. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  39. package/dist/lib/git-provider-setup/index.js +1 -1
  40. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  41. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  42. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  43. package/dist/lib/git-providers/github-app-provider.js +1 -1
  44. package/dist/lib/git-providers/index.js +1 -1
  45. package/dist/lib/git-providers/provider-factory.js +1 -1
  46. package/dist/lib/git-providers/provider-interface.js +1 -1
  47. package/dist/lib/github-urls.js +1 -1
  48. package/dist/lib/group-objective-linking.js +1 -1
  49. package/dist/lib/jira-client.js +1 -1
  50. package/dist/lib/judge-blinding.js +1 -1
  51. package/dist/lib/logger.js +1 -1
  52. package/dist/lib/model-fetcher.js +1 -1
  53. package/dist/lib/notifications.js +1 -1
  54. package/dist/lib/oidc-auth.js +1 -1
  55. package/dist/lib/oidc-device-flow.js +1 -1
  56. package/dist/lib/passwordTokens.js +1 -1
  57. package/dist/lib/pin-cascade.js +1 -1
  58. package/dist/lib/provider-accounts.js +1 -1
  59. package/dist/lib/provider-oauth.js +1 -1
  60. package/dist/lib/provider-profile.js +1 -1
  61. package/dist/lib/provider-token-refresh.js +1 -1
  62. package/dist/lib/request-url.js +1 -1
  63. package/dist/lib/rewind.js +1 -1
  64. package/dist/lib/roles.js +1 -1
  65. package/dist/lib/secrets.js +1 -1
  66. package/dist/lib/setup-repo-git-auth.js +1 -1
  67. package/dist/lib/state-capture.js +1 -1
  68. package/dist/lib/static-files.js +1 -1
  69. package/dist/lib/task-name-generator.js +1 -1
  70. package/dist/lib/user-git-oauth.js +1 -1
  71. package/dist/lib/user-git-tokens.js +1 -1
  72. package/dist/lib/users.js +1 -1
  73. package/dist/middleware/requireAuth.js +1 -1
  74. package/dist/middleware/requireInit.js +1 -1
  75. package/dist/middleware/requirePermission.js +1 -1
  76. package/dist/package.json +1 -1
  77. package/dist/routes/apiKeys.js +1 -1
  78. package/dist/routes/auth-oidc.js +1 -1
  79. package/dist/routes/auth.js +1 -1
  80. package/dist/routes/build.js +1 -1
  81. package/dist/routes/containers.js +1 -1
  82. package/dist/routes/deploy-task.js +1 -1
  83. package/dist/routes/environment-management.js +1 -1
  84. package/dist/routes/environments.js +1 -1
  85. package/dist/routes/external-skills.js +1 -1
  86. package/dist/routes/git-credentials.js +1 -1
  87. package/dist/routes/git-oauth.js +1 -1
  88. package/dist/routes/git-provider-setup.js +1 -1
  89. package/dist/routes/health.js +1 -1
  90. package/dist/routes/jira.js +1 -1
  91. package/dist/routes/objective-management.js +1 -1
  92. package/dist/routes/password.js +1 -1
  93. package/dist/routes/prompt.js +1 -1
  94. package/dist/routes/provider-auth.js +1 -1
  95. package/dist/routes/qa.js +1 -1
  96. package/dist/routes/settings.js +1 -1
  97. package/dist/routes/skill-management.js +1 -1
  98. package/dist/routes/skills.js +1 -1
  99. package/dist/routes/tasks.js +1 -1
  100. package/dist/routes/templates.js +1 -1
  101. package/dist/routes/test-task.js +1 -1
  102. package/dist/routes/test.js +1 -1
  103. package/dist/routes/users.js +1 -1
  104. package/dist/routes/visualizations.js +1 -1
  105. package/dist/scripts/create-user.js +1 -1
  106. package/dist/shipped-skills/environment-templates/SKILL.md +32 -109
  107. package/dist/start.js +1 -1
  108. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  109. package/dist/web-ui/public/activity-feed.js +1 -1
  110. package/dist/web-ui/public/activity-formatters.js +1 -1
  111. package/dist/web-ui/public/agent-event-parser.js +1 -1
  112. package/dist/web-ui/public/app.js +1 -1
  113. package/dist/web-ui/public/approve-dialog.js +1 -1
  114. package/dist/web-ui/public/comments-widget.js +1 -1
  115. package/dist/web-ui/public/diff-utils.js +1 -1
  116. package/dist/web-ui/public/docs/admin/skills.md +1 -1
  117. package/dist/web-ui/public/environments.html +24 -1
  118. package/dist/web-ui/public/environments.js +1 -1
  119. package/dist/web-ui/public/feedback-widget.js +1 -1
  120. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  121. package/dist/web-ui/public/git-history.js +1 -1
  122. package/dist/web-ui/public/git-status.js +1 -1
  123. package/dist/web-ui/public/index.js +1 -1
  124. package/dist/web-ui/public/login.js +1 -1
  125. package/dist/web-ui/public/markdown-editor.js +1 -1
  126. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  127. package/dist/web-ui/public/modal-maximize.js +1 -1
  128. package/dist/web-ui/public/notifications.js +1 -1
  129. package/dist/web-ui/public/server-health.js +1 -1
  130. package/dist/web-ui/public/settings.js +1 -1
  131. package/dist/web-ui/public/setup-password.js +1 -1
  132. package/dist/web-ui/public/skills.css +29 -0
  133. package/dist/web-ui/public/skills.html +15 -0
  134. package/dist/web-ui/public/skills.js +1 -1
  135. package/dist/web-ui/public/sse-client.js +1 -1
  136. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  137. package/dist/web-ui/public/task.js +1 -1
  138. package/dist/web-ui/public/terminal.js +1 -1
  139. package/dist/web-ui/public/theme.js +1 -1
  140. package/dist/web-ui/public/users.html +1 -1
  141. package/dist/web-ui/public/users.js +1 -1
  142. package/dist/web-ui/public/variant-grouping.js +1 -1
  143. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x1a552d,_0xd621d2){const _0x2b1842={_0xaebe51:0x47a,_0x139d46:0x494,_0xbcd590:0x3eb,_0x426567:0x410,_0x50619a:0x3da,_0x36baa7:0x3ff,_0x424d4e:0x42c,_0x6ecd12:0x44d,_0x3a163b:0x47f,_0x3673ce:0x454,_0x2ba0ca:0x4b1,_0x3d9abb:0x3f9,_0x62faf0:0x3ea,_0x169f43:0x4a3,_0x43856a:0x480,_0x2671ea:0x462,_0x41d7cb:0x443,_0x30ca19:0x405,_0xdb6081:0x455},_0x3b194a={_0x101c92:0x394},_0x14e026=_0x1a552d();function _0x4717ca(_0x5e24e0,_0x1a9878,_0x1a332e,_0x538b7e){return _0x20d9(_0x1a9878-_0x3b194a._0x101c92,_0x5e24e0);}function _0x9c4f46(_0x28562e,_0x4837ab,_0x5ba503,_0x45d74d){return _0x20d9(_0x28562e-0x324,_0x45d74d);}while(!![]){try{const _0x1f4218=-parseInt(_0x4717ca(0x488,_0x2b1842._0xaebe51,_0x2b1842._0x139d46,0x44b))/(0x258c+0x5dd*0x5+-0x42dc)*(parseInt(_0x9c4f46(0x3e3,0x3fe,_0x2b1842._0xbcd590,_0x2b1842._0x426567))/(-0x1*0xcfb+0x982*-0x4+0x3305))+parseInt(_0x9c4f46(_0x2b1842._0x50619a,0x3b1,_0x2b1842._0x36baa7,0x3e8))/(0xf8*-0x8+0x209d+0x2*-0xc6d)*(-parseInt(_0x9c4f46(_0x2b1842._0x424d4e,0x44e,_0x2b1842._0x6ecd12,0x43b))/(-0x47b*0x5+-0x1be3+0x324e))+-parseInt(_0x4717ca(_0x2b1842._0x3a163b,_0x2b1842._0x3673ce,0x47c,0x451))/(0xafd*-0x1+-0xc21+0x1*0x1723)+parseInt(_0x4717ca(0x461,0x484,_0x2b1842._0x2ba0ca,0x48c))/(-0x157c+0x81e+-0x2*-0x6b2)*(-parseInt(_0x9c4f46(_0x2b1842._0x3d9abb,0x3e7,_0x2b1842._0x62faf0,0x3e6))/(-0x1a5a+-0x1*0x1319+0x2d7a))+parseInt(_0x4717ca(_0x2b1842._0x169f43,_0x2b1842._0x43856a,_0x2b1842._0x2671ea,0x489))/(-0x6be*-0x4+0x1*0x2+0xd79*-0x2)+parseInt(_0x4717ca(0x47a,0x48c,0x470,0x488))/(-0x1e*-0x1e+-0xc08+0x1*0x88d)*(parseInt(_0x9c4f46(0x431,0x43b,_0x2b1842._0x41d7cb,0x456))/(0x5*0x1f1+0x24*0x1a+-0x471*0x3))+parseInt(_0x9c4f46(0x3fd,_0x2b1842._0x30ca19,0x427,0x3d3))/(0x4a*0x44+-0x5e7+-0xdb6)*(parseInt(_0x9c4f46(0x42d,0x421,0x455,_0x2b1842._0xdb6081))/(-0xf26+-0x215e+0x3090));if(_0x1f4218===_0xd621d2)break;else _0x14e026['push'](_0x14e026['shift']());}catch(_0x17ce21){_0x14e026['push'](_0x14e026['shift']());}}}(_0x5a62,0x1*0x4776d+0xcea46*0x1+0xe*-0xae08));import{promises as _0x5f00ff,constants as _0x2746e3}from'fs';import _0x420f5b from'path';import _0x467e78 from'os';const CONFIG_PATH=_0x420f5b['join'](_0x467e78[_0xb7f3d(-0x1f2,-0x1fb,-0x1de,-0x1d2)](),'.coder',_0x454663(0xe5,0x10b,0xfe,0x10e)+'n');async function loadConfig(){const _0x4844b2={_0x177957:0x9e,_0x113d90:0x7b,_0x4d7e6c:0x53,_0x20e656:0x471,_0xbe5ba0:0x468,_0x4251b4:0x77,_0x329162:0x42,_0x54050c:0x9c,_0x1fd525:0x67,_0xae47be:0x49c,_0x661d8c:0x498,_0x4f3616:0x496,_0x30c953:0x4b6,_0xee690a:0x80,_0x1feb12:0x63,_0xc0d4a1:0x69,_0x4aec72:0x7a,_0x2cedb9:0x6d,_0xf9daca:0x93,_0x59438d:0x46f,_0x15014c:0x57,_0x46f5b3:0x74,_0x5dec0d:0x473,_0x2f89a0:0x4a8,_0x26b87c:0x4b7,_0x562680:0x3e,_0x54142e:0x477,_0x404d5b:0x471,_0xc99dd7:0x48d,_0xaa079b:0x471,_0x4b853e:0x46},_0x10e852={_0x69523f:0x11d,_0x701bcf:0x192},_0x2274eb={};_0x2274eb[_0x5d26e6(_0x4844b2._0x177957,0x9c,_0x4844b2._0x113d90,_0x4844b2._0x4d7e6c)]=function(_0xdbab43,_0xe6bc12){return _0xdbab43===_0xe6bc12;};function _0x124df5(_0x51a110,_0x2299f6,_0x27b93b,_0x47560e){return _0x454663(_0x47560e,_0x2299f6-0xbb,_0x51a110-0x36f,_0x47560e-0x1bc);}_0x2274eb['tDdDK']='xLynf',_0x2274eb[_0x124df5(_0x4844b2._0x20e656,0x451,0x46b,_0x4844b2._0xbe5ba0)]=_0x5d26e6(_0x4844b2._0x4251b4,_0x4844b2._0x329162,0x63,0x34),_0x2274eb[_0x5d26e6(0x7d,0x79,0x86,0x62)]=function(_0x42ba3b,_0x21817b){return _0x42ba3b===_0x21817b;},_0x2274eb[_0x5d26e6(_0x4844b2._0x54050c,_0x4844b2._0x1fd525,0x77,0x66)]=function(_0x7b784,_0x15b278){return _0x7b784!==_0x15b278;},_0x2274eb[_0x124df5(_0x4844b2._0xae47be,_0x4844b2._0x661d8c,_0x4844b2._0x4f3616,_0x4844b2._0x30c953)]='mLjjU';const _0x5d5f6f=_0x2274eb;function _0x5d26e6(_0x29aaef,_0x4d3f38,_0x2ec743,_0x12eb88){return _0x454663(_0x29aaef,_0x4d3f38-_0x10e852._0x69523f,_0x2ec743- -0x9a,_0x12eb88-_0x10e852._0x701bcf);}try{const _0x233d89=await _0x5f00ff[_0x5d26e6(_0x4844b2._0xee690a,0x54,0x7c,0x9f)](CONFIG_PATH,_0x5d26e6(_0x4844b2._0x1feb12,0xe,0x3c,0x1b));return JSON[_0x5d26e6(_0x4844b2._0xc0d4a1,_0x4844b2._0x4aec72,_0x4844b2._0x2cedb9,_0x4844b2._0xf9daca)](_0x233d89);}catch(_0x3efe9c){if(_0x5d5f6f[_0x124df5(0x484,0x49c,0x475,_0x4844b2._0x59438d)](_0x5d5f6f['tDdDK'],_0x5d5f6f[_0x5d26e6(_0x4844b2._0x15014c,_0x4844b2._0x46f5b3,0x68,0x42)]))throw new _0x2c6b78('Cannot\x20acc'+_0x124df5(0x48c,_0x4844b2._0x5dec0d,_0x4844b2._0x2f89a0,_0x4844b2._0x26b87c)+_0x9f341d+'\x20file:\x20'+_0x57044e+'\x20('+_0x6ca430[_0x5d26e6(0x49,_0x4844b2._0x562680,0x5a,0x50)]+')');else{if(_0x5d5f6f['jiKJZ'](_0x3efe9c[_0x124df5(0x453,0x46c,_0x4844b2._0x54142e,0x464)],_0x5d26e6(0x79,0x61,0x88,0xb2))){if(_0x5d5f6f['nqVbR'](_0x5d5f6f[_0x124df5(0x49c,_0x4844b2._0x404d5b,_0x4844b2._0xc99dd7,0x4b9)],_0x5d5f6f[_0x124df5(0x49c,_0x4844b2._0xaa079b,0x4c7,0x475)]))_0x2b90a6[_0x5d26e6(0x7b,0x73,0x53,_0x4844b2._0x4b853e)+'y']=_0x33240f;else return{};}throw _0x3efe9c;}}}async function saveConfig(_0x3d4e38){const _0x1f859b={_0x5826bc:0x410,_0x4f8831:0x3cb,_0x5a7a9e:0x3da,_0x3a9cff:0x23,_0x24e375:0x22,_0x2e4664:0x401,_0x2d9925:0x41c,_0x36624f:0x404,_0x592bc1:0x3e0,_0x5d1bb9:0x3b6,_0xfa70bd:0x3d9,_0x4f31ce:0x418,_0x4dad34:0xf,_0x21efa2:0x4},_0x168ff6={_0x274a16:0x48,_0x44c290:0x204},_0x5873d5={_0x2a3f68:0x2f0,_0x3c6762:0x48},_0x2521db={};_0x2521db[_0xb258bd(0x3f4,_0x1f859b._0x5826bc,_0x1f859b._0x4f8831,_0x1f859b._0x5a7a9e)]=_0x45a670(-_0x1f859b._0x3a9cff,-0x69,-0x3d,-0x30);function _0xb258bd(_0x503e53,_0x43db41,_0x20101e,_0x56a8dd){return _0x454663(_0x20101e,_0x43db41-0x43,_0x503e53-_0x5873d5._0x2a3f68,_0x56a8dd-_0x5873d5._0x3c6762);}const _0x350aab=_0x2521db;function _0x45a670(_0xe686f4,_0xac7cdf,_0x48196b,_0x19ee7d){return _0xb7f3d(_0xe686f4-_0x168ff6._0x274a16,_0x48196b-_0x168ff6._0x44c290,_0x48196b-0x1e4,_0xac7cdf);}const _0xc3d57f=_0x420f5b[_0x45a670(0x20,-0xc,0x8,_0x1f859b._0x24e375)](CONFIG_PATH),_0x17cb09={};_0x17cb09[_0xb258bd(0x421,_0x1f859b._0x2e4664,_0x1f859b._0x2d9925,_0x1f859b._0x36624f)]=!![],await _0x5f00ff['mkdir'](_0xc3d57f,_0x17cb09),await _0x5f00ff[_0xb258bd(_0x1f859b._0x592bc1,_0x1f859b._0x5d1bb9,_0x1f859b._0xfa70bd,0x3ca)](CONFIG_PATH,JSON[_0xb258bd(0x420,0x438,_0x1f859b._0x4f31ce,0x3ff)](_0x3d4e38,null,-0x2cc+-0x255a+0x2828),_0x350aab[_0x45a670(-0x3a,-0x24,-_0x1f859b._0x4dad34,-_0x1f859b._0x21efa2)]);}export async function getCoderSetupPath(){const _0x3fa9={_0x3827f1:0x18c,_0x1da27e:0x1b8,_0x84593f:0xa0,_0x1eb6f3:0xc6,_0x26c872:0xa5,_0x3845bd:0xd8,_0x52cb34:0xdd,_0x32d0e1:0xdb,_0x5e7dfd:0x19f,_0x464fd3:0x19e,_0x2b3ef7:0xd2,_0x16287c:0xb0,_0x2a9d1d:0xad,_0x36c0c6:0xb1,_0xc39a5a:0xd5,_0x2f6b9c:0xdf},_0x3b2b94={_0x4b77d7:0x1a6},_0x17f221={_0x4b83f0:0x39};if(process[_0x4182af(-_0x3fa9._0x3827f1,-_0x3fa9._0x1da27e,-0x1a0,-0x19d)][_0xdc3d1e(0xbc,_0x3fa9._0x84593f,_0x3fa9._0x1eb6f3,_0x3fa9._0x26c872)+_0xdc3d1e(0xee,0x117,_0x3fa9._0x3845bd,0xee)])return process[_0xdc3d1e(0xec,0x10d,_0x3fa9._0x52cb34,_0x3fa9._0x32d0e1)]['CODER_SETU'+_0x4182af(-_0x3fa9._0x5e7dfd,-0x180,-_0x3fa9._0x464fd3,-0x1a2)];const _0x303533=await loadConfig();function _0xdc3d1e(_0x42d3f7,_0x16dcfb,_0x39890b,_0x1c3cdb){return _0x454663(_0x1c3cdb,_0x16dcfb-0x106,_0x42d3f7- -_0x17f221._0x4b83f0,_0x1c3cdb-0x102);}function _0x4182af(_0x202ade,_0x32b61f,_0x6be624,_0x45c295){return _0xb7f3d(_0x202ade-0x1a0,_0x6be624-0x52,_0x6be624-_0x3b2b94._0x4b77d7,_0x45c295);}return _0x303533[_0xdc3d1e(0xbd,_0x3fa9._0x2b3ef7,_0x3fa9._0x16287c,_0x3fa9._0x2a9d1d)+_0xdc3d1e(_0x3fa9._0x36c0c6,_0x3fa9._0xc39a5a,0x83,_0x3fa9._0x2f6b9c)]||null;}export async function saveCoderSetupPath(_0x538d30){const _0x391e4a={_0x10aae2:0x42f,_0xe0eafb:0x3ff,_0x57f305:0x40f,_0x125968:0x39d,_0x9bf33a:0x3ba,_0x1343a:0x4,_0xcdfbc7:0x2c,_0x50537a:0x3c5,_0x289682:0x3d3,_0x4e9184:0x24,_0xa20f93:0x26,_0x27a25a:0x3a1,_0x43e9de:0x3cf},_0x1734e6={_0x354949:0x5f8,_0x3cb720:0xd5};function _0xf2218c(_0x333feb,_0x11b9fc,_0x144956,_0x75d4f4){return _0xb7f3d(_0x333feb-0xc3,_0x75d4f4-_0x1734e6._0x354949,_0x144956-_0x1734e6._0x3cb720,_0x333feb);}function _0x174092(_0x350d21,_0x409ad7,_0x3607ac,_0x18b55e){return _0xb7f3d(_0x350d21-0x88,_0x409ad7-0x21c,_0x3607ac-0x5c,_0x18b55e);}const _0x3a6864={'iGpyI':function(_0x30ab44){return _0x30ab44();},'ijPWI':function(_0xe4ab9b,_0x2018cf){return _0xe4ab9b===_0x2018cf;},'kUBRw':_0xf2218c(_0x391e4a._0x10aae2,_0x391e4a._0xe0eafb,0x430,_0x391e4a._0x57f305),'PHfKF':function(_0x56d9e7,_0x58956f){return _0x56d9e7(_0x58956f);}},_0x19d260=await _0x3a6864[_0xf2218c(0x3e0,0x3ce,_0x391e4a._0x125968,_0x391e4a._0x9bf33a)](loadConfig);if(_0x3a6864['ijPWI'](_0x538d30,null)){if(_0x3a6864[_0x174092(0x36,0x1e,0x0,0x4a)]==='YtSRf')delete _0x19d260['coder_setu'+_0x174092(_0x391e4a._0x1343a,-0x11,-_0x391e4a._0xcdfbc7,0x4)];else return _0x4c4dc5[_0xf2218c(0x3bb,_0x391e4a._0x50537a,_0x391e4a._0x289682,0x3e1)+_0x174092(-0x1b,-0x12,-0xc,-0x2f)];}else _0x19d260[_0x174092(_0x391e4a._0x4e9184,-0x5,_0x391e4a._0xa20f93,0x1b)+_0xf2218c(_0x391e4a._0x50537a,0x3b5,0x3b4,0x3cb)]=_0x538d30;await _0x3a6864[_0xf2218c(0x3a8,0x3b6,_0x391e4a._0x27a25a,_0x391e4a._0x43e9de)](saveConfig,_0x19d260);}export async function getServerPort(){const _0x358890={_0x1792f4:0x3cc,_0x3b8e0c:0x39f,_0x1d7e87:0x3ed,_0x1e3b59:0x3ba,_0x21791d:0x3b7,_0x3655a3:0x3c4,_0x370b47:0x3be,_0x3ee4b6:0x3a9,_0x3d62c0:0x3d3,_0x5c1b3a:0x3ee,_0x21c0eb:0x3c9,_0x35f728:0x3f7,_0x349fc0:0x217,_0xc73d39:0x1d5},_0x3f5617={_0x2b8f16:0x5be};function _0x327ba9(_0x31f06b,_0x328b95,_0x2ee104,_0x4536ff){return _0x454663(_0x328b95,_0x328b95-0x1d0,_0x4536ff- -0x316,_0x4536ff-0x1bf);}function _0x1c19d5(_0xac6fb,_0x43b028,_0x13bdc6,_0x3a777e){return _0xb7f3d(_0xac6fb-0x9e,_0xac6fb-_0x3f5617._0x2b8f16,_0x13bdc6-0x4a,_0x3a777e);}const _0x29ce4a={'NhVmj':function(_0x474a44,_0x317a81){return _0x474a44!==_0x317a81;},'UyCDH':'PjFnt','Sxluj':function(_0x3662a1,_0x483545,_0x141fd9){return _0x3662a1(_0x483545,_0x141fd9);},'FBSPB':function(_0x3c7d66){return _0x3c7d66();}};if(process[_0x1c19d5(_0x358890._0x1792f4,_0x358890._0x3b8e0c,0x3e9,_0x358890._0x1d7e87)][_0x1c19d5(_0x358890._0x1e3b59,0x3da,_0x358890._0x21791d,_0x358890._0x3655a3)]){if(_0x29ce4a[_0x1c19d5(_0x358890._0x370b47,_0x358890._0x3ee4b6,0x3c3,0x394)](_0x29ce4a['UyCDH'],'PjFnt'))_0x5580fa['ssl_key_pa'+'th']=_0x38feb2;else return _0x29ce4a[_0x1c19d5(_0x358890._0x3d62c0,_0x358890._0x5c1b3a,_0x358890._0x21c0eb,_0x358890._0x35f728)](parseInt,process[_0x327ba9(-0x1ef,-_0x358890._0x349fc0,-0x1d7,-0x1f1)][_0x327ba9(-0x214,-0x216,-_0x358890._0xc73d39,-0x203)],0x123*-0x1+0x14e0+0x3*-0x691);}const _0x5caf81=await _0x29ce4a[_0x327ba9(-0x1d6,-0x1d8,-0x1f9,-0x1f0)](loadConfig);return _0x5caf81[_0x327ba9(-0x205,-0x1ff,-0x23d,-0x215)+'t']||-0x23c1+0x2610+0x49*0x21;}export async function saveServerPort(_0x17d538){const _0x404dd3={_0x2ef5dc:0x249,_0x31618d:0x144,_0x11e894:0x11a,_0x1ae250:0x12b},_0x131e7a={_0x5ec3d9:0x5d,_0x51c55b:0x3f},_0x206b77={_0x817946:0xc0},_0x1d1aa0={'zsaqr':function(_0x2451d4){return _0x2451d4();}},_0x8fbf6=await _0x1d1aa0[_0x4bd664(_0x404dd3._0x2ef5dc,0x25a,0x243,0x250)](loadConfig);function _0x4bd664(_0x323689,_0x3a98ae,_0x305349,_0x50587a){return _0xb7f3d(_0x323689-_0x206b77._0x817946,_0x305349-0x461,_0x305349-0x130,_0x3a98ae);}_0x8fbf6[_0x484400(0x12b,_0x404dd3._0x31618d,_0x404dd3._0x11e894,_0x404dd3._0x1ae250)+'t']=_0x17d538;function _0x484400(_0x15535c,_0x5b2b14,_0x31a9e6,_0xec3d05){return _0xb7f3d(_0x15535c-_0x131e7a._0x5ec3d9,_0xec3d05-0x341,_0x31a9e6-_0x131e7a._0x51c55b,_0x15535c);}await saveConfig(_0x8fbf6);}function _0xb7f3d(_0xab4492,_0x15a807,_0x8f7713,_0x19c609){const _0x45692d={_0xfb167b:0x2f5};return _0x20d9(_0x15a807- -_0x45692d._0xfb167b,_0x19c609);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x3fbd15={_0x3eb74e:0x2af,_0x49fec8:0x2a1,_0x2b73c2:0x2bb,_0x10a823:0x358,_0x13823f:0x34a,_0x520f01:0x32a,_0x530af8:0x330,_0x387410:0x324,_0x26bc93:0x313,_0x57f894:0x311,_0x49c91f:0x2d4,_0x6fce8d:0x2c6,_0x34dc83:0x2d2,_0x109a6e:0x2e4,_0x2f2e41:0x2a9},_0x1c265d={_0x57bf71:0x37},_0x5b5ab1={_0x3b18b6:0x113,_0x3f2b09:0x4c6,_0x26e2ad:0x1c6};function _0x48b069(_0xcbef71,_0x43b53b,_0x529350,_0x44710d){return _0xb7f3d(_0xcbef71-_0x5b5ab1._0x3b18b6,_0xcbef71-_0x5b5ab1._0x3f2b09,_0x529350-_0x5b5ab1._0x26e2ad,_0x44710d);}const _0x3c22d4=await loadConfig();function _0x50195b(_0x4618d2,_0x2a0c48,_0x14407a,_0x13601e){return _0x454663(_0x4618d2,_0x2a0c48-_0x1c265d._0x57bf71,_0x14407a-0x22a,_0x13601e-0x1d0);}if(_0x3c22d4[_0x48b069(_0x3fbd15._0x3eb74e,_0x3fbd15._0x49fec8,_0x3fbd15._0x2b73c2,0x29b)+'ath'])return _0x3c22d4[_0x50195b(_0x3fbd15._0x10a823,_0x3fbd15._0x13823f,_0x3fbd15._0x520f01,_0x3fbd15._0x530af8)+_0x50195b(_0x3fbd15._0x387410,0x32f,_0x3fbd15._0x26bc93,_0x3fbd15._0x57f894)];return process[_0x48b069(_0x3fbd15._0x49c91f,_0x3fbd15._0x6fce8d,_0x3fbd15._0x34dc83,_0x3fbd15._0x109a6e)][_0x48b069(_0x3fbd15._0x2f2e41,0x28c,0x2cc,0x295)+'ATH']||null;}function _0x454663(_0x3e02d1,_0xf079c6,_0x1e6980,_0x4d7bb6){const _0x5e8553={_0x49ac15:0x22};return _0x20d9(_0x1e6980-_0x5e8553._0x49ac15,_0x3e02d1);}export async function saveSslCertPath(_0x56eaac){const _0x3b9133={_0x495220:0x159,_0x37e301:0x152,_0x463aaf:0x169,_0x331c61:0x177,_0x1a8491:0x140,_0x1fd83a:0x173,_0x487ce3:0x158,_0x3d188b:0x16c},_0x23a729={_0x1289ff:0x2d0},_0x3d967d={'ZgINN':function(_0x310e33){return _0x310e33();},'MGUkH':function(_0x339c25,_0x25aedc){return _0x339c25===_0x25aedc;}},_0x4bfa03=await _0x3d967d[_0x43d23b(0x158,0x185,0x15b,0x161)](loadConfig);_0x3d967d['MGUkH'](_0x56eaac,null)?delete _0x4bfa03[_0x43d23b(_0x3b9133._0x495220,_0x3b9133._0x37e301,_0x3b9133._0x463aaf,_0x3b9133._0x331c61)+_0x43d23b(_0x3b9133._0x1a8491,_0x3b9133._0x1fd83a,_0x3b9133._0x37e301,0x147)]:_0x4bfa03[_0x43d23b(0x183,0x16a,_0x3b9133._0x463aaf,_0x3b9133._0x487ce3)+_0x43d23b(_0x3b9133._0x3d188b,0x138,0x152,0x160)]=_0x56eaac;function _0x17a50f(_0xa96f49,_0x43f911,_0x491af2,_0x188102){return _0x454663(_0xa96f49,_0x43f911-0x163,_0x188102-_0x23a729._0x1289ff,_0x188102-0x158);}function _0x43d23b(_0x5130dc,_0x34f773,_0x55bfd1,_0x179f4c){return _0xb7f3d(_0x5130dc-0x17c,_0x55bfd1-0x380,_0x55bfd1-0x25,_0x5130dc);}await saveConfig(_0x4bfa03);}function _0x20d9(_0xffb554,_0x300620){_0xffb554=_0xffb554-(-0x16*-0x102+-0x751*-0x4+-0x32bd*0x1);const _0x3066ab=_0x5a62();let _0x18ff7f=_0x3066ab[_0xffb554];if(_0x20d9['XuEFpO']===undefined){var _0xbf47d0=function(_0x5e3409){const _0x263a3c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3ef5ad='',_0x3426c5='';for(let _0x11a489=0x236c+-0x2*-0xef5+0x2*-0x20ab,_0x12c5d7,_0x45e708,_0x1b4a21=0x9*-0x1d3+0x1b3+0xeb8;_0x45e708=_0x5e3409['charAt'](_0x1b4a21++);~_0x45e708&&(_0x12c5d7=_0x11a489%(-0x2*0x8b+-0x512+0x9e*0xa)?_0x12c5d7*(-0x17d5+-0x232a+0x3b3f)+_0x45e708:_0x45e708,_0x11a489++%(-0x53d+0x242e*0x1+-0x1eed))?_0x3ef5ad+=String['fromCharCode'](0x3eb*0x1+-0x3*-0xaf1+0x1*-0x23bf&_0x12c5d7>>(-(0x2*0x66b+0xe5*0x27+0x23*-0x15d)*_0x11a489&0x3b6+-0x1fd3+0x1c23)):0xee5+-0x1d6f+0xe8a){_0x45e708=_0x263a3c['indexOf'](_0x45e708);}for(let _0x5182b4=-0x1b34+-0x12*0x175+0x356e,_0x2c9bc9=_0x3ef5ad['length'];_0x5182b4<_0x2c9bc9;_0x5182b4++){_0x3426c5+='%'+('00'+_0x3ef5ad['charCodeAt'](_0x5182b4)['toString'](0xf92+-0x73*-0x1d+-0x1c89))['slice'](-(-0x24b7+0x3b2*0x6+0xe8d));}return decodeURIComponent(_0x3426c5);};_0x20d9['xnTboB']=_0xbf47d0,_0x20d9['DfFosh']={},_0x20d9['XuEFpO']=!![];}const _0x4e437a=_0x3066ab[0x5a6*-0x3+0xb*-0x15a+0x10*0x1fd],_0x38dadd=_0xffb554+_0x4e437a,_0x208fcd=_0x20d9['DfFosh'][_0x38dadd];return!_0x208fcd?(_0x18ff7f=_0x20d9['xnTboB'](_0x18ff7f),_0x20d9['DfFosh'][_0x38dadd]=_0x18ff7f):_0x18ff7f=_0x208fcd,_0x18ff7f;}export async function getSslKeyPath(){const _0x5471cc={_0x42a2ad:0x1b1,_0x272a82:0x1cc,_0x1e57f9:0x35f,_0xc9e3b2:0x185,_0x107279:0x15c,_0xb7252:0x180},_0x3e0be8={_0x15ce0b:0x1b5},_0x3d8acc={_0x3df85b:0x570,_0x245180:0xcc};function _0x3f188a(_0x4f4788,_0x4c75ee,_0xaa5038,_0x33d4bc){return _0xb7f3d(_0x4f4788-0xb4,_0x4c75ee-_0x3d8acc._0x3df85b,_0xaa5038-_0x3d8acc._0x245180,_0x4f4788);}function _0x20afd3(_0x3f1ebe,_0xd8f918,_0xab4e45,_0x247538){return _0xb7f3d(_0x3f1ebe-_0x3e0be8._0x15ce0b,_0xab4e45-0x96,_0xab4e45-0x9b,_0xd8f918);}const _0x22b6b1={'fcXoo':function(_0x4d6a0e){return _0x4d6a0e();}},_0x4d0ac1=await _0x22b6b1[_0x20afd3(-0x1d5,-_0x5471cc._0x42a2ad,-0x1a7,-_0x5471cc._0x272a82)](loadConfig);if(_0x4d0ac1[_0x3f188a(0x360,_0x5471cc._0x1e57f9,0x380,0x349)+'th'])return _0x4d0ac1[_0x3f188a(0x337,_0x5471cc._0x1e57f9,0x33e,0x360)+'th'];return process[_0x20afd3(-0x17e,-_0x5471cc._0xc9e3b2,-_0x5471cc._0x107279,-0x13f)][_0x20afd3(-_0x5471cc._0xb7252,-0x19f,-0x19a,-0x1bb)+'TH']||null;}export async function saveSslKeyPath(_0x471055){const _0x1a01bc={_0x22b164:0x1a4,_0x388a36:0x1b4,_0x330a1e:0x1a1,_0xd2da7f:0x3a0,_0x269550:0x38c},_0x4a1d4a={_0x5d06ec:0x167,_0x4fbdea:0x12},_0x4ecc8b={_0x4bdcfe:0x1e6},_0x2fbfc6={'ohQxZ':function(_0x24e6d6){return _0x24e6d6();},'kThAa':function(_0x35f702,_0x3b247c){return _0x35f702(_0x3b247c);}},_0x1f67db=await _0x2fbfc6[_0x5c8b42(0x1bc,_0x1a01bc._0x22b164,_0x1a01bc._0x388a36,_0x1a01bc._0x330a1e)](loadConfig);function _0x3c692a(_0x1ff501,_0x17e50a,_0x206a96,_0x198738){return _0xb7f3d(_0x1ff501-_0x4ecc8b._0x4bdcfe,_0x198738-0x59d,_0x206a96-0x0,_0x17e50a);}function _0x5c8b42(_0x4ec15b,_0x4ff811,_0x2400c7,_0x12d43c){return _0x454663(_0x4ff811,_0x4ff811-_0x4a1d4a._0x5d06ec,_0x2400c7-0xbc,_0x12d43c-_0x4a1d4a._0x4fbdea);}_0x471055===null?delete _0x1f67db[_0x3c692a(0x361,0x3b9,_0x1a01bc._0xd2da7f,_0x1a01bc._0x269550)+'th']:_0x1f67db[_0x5c8b42(0x1a6,0x1d2,0x1c2,0x1bb)+'th']=_0x471055,await _0x2fbfc6['kThAa'](saveConfig,_0x1f67db);}function _0x5a62(){const _0x5ec773=['yMnKvgm','y29UzMLNlMPZBW','C3nSx2nHx3bHDa','C3nSx2nLCNrFCa','C2vYDMvYx3bVCG','CNnYqMK','igzPBgu6ia','uvHhBvC','zfPKAK4','C3nSx2TLEv9Wyq','CgfYC2u','mLz2AxHuqW','uwvtq1O','qKfzwxG','tMrqEva','qKDfA2S','vgfmzvy','nJuXodC5mKXfv1vuDa','t21Rru8','zsaOCgvYBwLZCW','BNfwyLi','nJeWotuWnNrHsePXDq','ue9sva','igzPBguGAxmGBG','AKDhyvy','CMvHzezPBgu','tMHwBwO','BufRCgC','A1vcuNC','mJeYmJiWovroyvbktG','zgLYBMfTzq','Ag9TzwrPCG','zxnZia','DMfssgG','uM5IsNm','AMLlsLO','qxbQCMe','ru5pru5u','DLLjBeW','ALH4sNm','zw52','rKjtuei','uf9qqvri','qwPirfi','s0PezNC','mZiYndm3mK9HC2L2uq','mJC5nJi3nMXfs3zvCq','u3HSDwO','quHHB00','wxrtuMy','mtbuvhvxt3C','C3rYAw5NAwz5','CMvJDxjZAxzL','DerOtu4','DxrMltG','CfDyEwm','m25wwezMrq','AuDWEuK','zMnyB28','ktOG','rwflrei','igzPBguGBM90ia','z0j6rxK','wLDRvvy','zM9hC08','ndm2mdKWqu5ithrh','mtG2mde0mgrVzvnMEG','u1Hpwfu','y29Kzq','BgT3B3i','uvnYC0e','u1nmx0Tfwv9qqq','ENzMwue','yxrO','Cf9WyxrO','Ae1HrwW','zM91BMq6ia','Dhj1C3rFChjVEa','ueHMs0y','ywnJzxnZ','D3jPDgvgAwXL','uL9psW','wMDjtK4','Aw9UigrLBMLLza','BwvZC2fNzq','q09ervjFu0vuvq','y29KzxjFC2v0Dq','n21NAMjwwa','B2HrEfO','ENnHCxi','u1nmx0nfuLrFua','otLHtersyNi','B3qGCMvHzgfIBa'];_0x5a62=function(){return _0x5ec773;};return _0x5a62();}export async function getSslCaPath(){const _0x428523={_0x37dc67:0x346,_0x14673b:0x360,_0x1c3615:0x2ea,_0x42e893:0x2ec,_0x305fe2:0x2e7,_0x1dfd5a:0x2cb},_0x2011e4={_0x112fc7:0x34,_0x37a690:0x17b},_0x2470e7={'QSrsA':function(_0x2b4eb1){return _0x2b4eb1();}};function _0x5462fd(_0x3207d6,_0x59dc3d,_0x58e2be,_0x15bebd){return _0xb7f3d(_0x3207d6-_0x2011e4._0x112fc7,_0x3207d6-0x588,_0x58e2be-_0x2011e4._0x37a690,_0x58e2be);}const _0x16e0e0=await _0x2470e7[_0x5462fd(0x357,_0x428523._0x37dc67,0x375,_0x428523._0x14673b)](loadConfig);function _0x15253e(_0x116c21,_0x4438da,_0x3ef403,_0x12797c){return _0x454663(_0x3ef403,_0x4438da-0x17a,_0x4438da- -0x3eb,_0x12797c-0x1ee);}if(_0x16e0e0[_0x15253e(-_0x428523._0x1c3615,-_0x428523._0x42e893,-0x309,-_0x428523._0x305fe2)+'h'])return _0x16e0e0[_0x15253e(-_0x428523._0x1dfd5a,-0x2ec,-0x2d0,-0x2e6)+'h'];return process['env']['SSL_CA_PAT'+'H']||null;}export async function saveSslCaPath(_0x25c306){const _0x30e269={_0x20db25:0xb6,_0x435401:0xe5,_0x4b2e83:0x102,_0x1f879b:0x389,_0x23a923:0x3a1,_0x5b0a53:0x3da,_0x2694af:0x3c8,_0x52e04d:0x3b8,_0x394fd8:0x127,_0x1a9e73:0x377,_0x236a40:0x39e,_0x551864:0x34f,_0x5acfb8:0x368},_0x14e85d={_0x2aa6e1:0xb1},_0x36467d={_0x367b90:0x5ab};function _0x107c39(_0xad762d,_0xc4e52a,_0xa56076,_0x52bf83){return _0xb7f3d(_0xad762d-0xfa,_0x52bf83-_0x36467d._0x367b90,_0xa56076-0x1df,_0xa56076);}const _0x360081={'gBzEy':function(_0x481974){return _0x481974();},'vlDBi':function(_0xf2a715,_0xce870c){return _0xf2a715===_0xce870c;},'TaLeV':function(_0x30851e,_0x1f2121){return _0x30851e!==_0x1f2121;}},_0x47f6fe=await _0x360081[_0x2c3c5a(_0x30e269._0x20db25,0xb6,0x96,0x8a)](loadConfig);if(_0x360081['vlDBi'](_0x25c306,null))delete _0x47f6fe[_0x2c3c5a(_0x30e269._0x435401,0xd7,_0x30e269._0x4b2e83,0xd8)+'h'];else{if(_0x360081[_0x107c39(_0x30e269._0x1f879b,0x3ae,0x378,_0x30e269._0x23a923)](_0x107c39(0x3ab,_0x30e269._0x5b0a53,_0x30e269._0x2694af,_0x30e269._0x52e04d),_0x2c3c5a(0xff,0xfc,_0x30e269._0x394fd8,0xe1)))throw new _0x38dadd(_0x208fcd+(_0x107c39(_0x30e269._0x1a9e73,_0x30e269._0x236a40,_0x30e269._0x551864,0x371)+_0x107c39(0x3ad,0x39b,_0x30e269._0x5acfb8,0x380))+_0x5e3409);else _0x47f6fe['ssl_ca_pat'+'h']=_0x25c306;}function _0x2c3c5a(_0x4dcc3f,_0x1dce20,_0x5d02a4,_0xc1a435){return _0x454663(_0xc1a435,_0x1dce20-_0x14e85d._0x2aa6e1,_0x1dce20- -0x28,_0xc1a435-0x1dc);}await saveConfig(_0x47f6fe);}export async function getTrustProxy(){const _0x2e71c9={_0xe68b6c:0x129,_0x5db52e:0x14d,_0x1f600c:0x269,_0x1c07c6:0x230,_0xa350da:0x23a,_0x52b18c:0x15d,_0x12fe0b:0x163,_0x37be5f:0x187},_0x1c94d1={_0x16e13d:0x1},_0x119f28={_0x39bf2d:0x462},_0x8b7b10={'Apjra':function(_0x525fc0){return _0x525fc0();},'AjHDR':function(_0x53881e,_0x1b9498){return _0x53881e!==_0x1b9498;}},_0x6d332=await _0x8b7b10[_0x508b8b(-0x16c,-_0x2e71c9._0xe68b6c,-_0x2e71c9._0x5db52e,-0x156)](loadConfig);function _0x2984be(_0x27a86c,_0x4a9d22,_0x3740ca,_0x3f89e0){return _0xb7f3d(_0x27a86c-0xf8,_0x3740ca-_0x119f28._0x39bf2d,_0x3740ca-0x1df,_0x4a9d22);}function _0x508b8b(_0x4a5454,_0x1cb2a9,_0x32c42c,_0x13a74e){return _0xb7f3d(_0x4a5454-0xf0,_0x32c42c-0xa9,_0x32c42c-_0x1c94d1._0x16e13d,_0x13a74e);}if(_0x8b7b10[_0x2984be(0x298,0x29a,0x273,_0x2e71c9._0x1f600c)](_0x6d332[_0x2984be(_0x2e71c9._0x1c07c6,0x23c,0x238,_0x2e71c9._0xa350da)+'y'],undefined))return _0x8b7b10[_0x508b8b(-0x12d,-0x156,-0x146,-_0x2e71c9._0x52b18c)](_0x508b8b(-0x163,-0x13d,-_0x2e71c9._0x12fe0b,-0x16e),_0x508b8b(-0x14e,-_0x2e71c9._0x37be5f,-0x163,-0x188))?{}:_0x6d332['trust_prox'+'y'];return process['env']['TRUST_PROX'+'Y']||null;}export async function saveTrustProxy(_0x59765b){const _0x4253c3={_0x5097ca:0x129,_0x4531db:0x1a3,_0xe90da6:0x18d,_0x4a49ea:0x180,_0x8136c:0x247,_0x3532cc:0x245,_0x403ab4:0x22d,_0x5af696:0x238,_0x175e8d:0x239,_0x29dc10:0x15b,_0x283547:0x14a,_0x14b77e:0x22a,_0x1d1700:0x22f,_0x1d5a5d:0x200,_0x35e74a:0x22a,_0xf693:0x210,_0x312800:0x232,_0x4de9ed:0x23c,_0x5250cd:0x177,_0x596771:0x17c,_0x996075:0x177},_0x114930={_0x5cce26:0x153};function _0x4767a8(_0x4434a7,_0x12128d,_0x14128e,_0x6299aa){return _0xb7f3d(_0x4434a7-0xdf,_0x4434a7-0x45c,_0x14128e-_0x114930._0x5cce26,_0x12128d);}const _0x1c5e1f={'tDhMN':function(_0x8ce152,_0x467cfc){return _0x8ce152===_0x467cfc;},'zvfYA':_0x5470fc(-_0x4253c3._0x5097ca,-0x146,-0x122,-0x16e),'KJDfw':_0x4767a8(0x254,0x22d,0x280,0x245),'RnbJs':function(_0x12f828,_0x23a9b2){return _0x12f828!==_0x23a9b2;},'lkwor':_0x5470fc(-_0x4253c3._0x4531db,-_0x4253c3._0xe90da6,-0x19a,-_0x4253c3._0x4a49ea),'EwdOL':function(_0x591bd6,_0xb13520){return _0x591bd6(_0xb13520);}},_0x574e6b=await loadConfig();function _0x5470fc(_0x58a1cf,_0x2154b9,_0x319862,_0x450c9f){return _0x454663(_0x450c9f,_0x2154b9-0x13f,_0x2154b9- -0x269,_0x450c9f-0x79);}if(_0x1c5e1f[_0x4767a8(0x21a,_0x4253c3._0x8136c,0x204,_0x4253c3._0x3532cc)](_0x59765b,null)){if(_0x1c5e1f[_0x4767a8(0x21a,0x1fc,0x1eb,0x20f)](_0x1c5e1f[_0x4767a8(_0x4253c3._0x403ab4,0x245,_0x4253c3._0x5af696,_0x4253c3._0x175e8d)],_0x1c5e1f[_0x5470fc(-_0x4253c3._0x29dc10,-0x140,-0x143,-0x16e)]))return _0x5dcbb1[_0x4767a8(0x24b,_0x4253c3._0x8136c,_0x4253c3._0x5af696,0x278)+'th'];else delete _0x574e6b['trust_prox'+'y'];}else _0x1c5e1f[_0x5470fc(-0x12d,-_0x4253c3._0x283547,-0x11f,-0x136)](_0x1c5e1f[_0x4767a8(_0x4253c3._0x14b77e,_0x4253c3._0x1d1700,0x244,_0x4253c3._0x1d5a5d)],_0x1c5e1f[_0x4767a8(_0x4253c3._0x35e74a,0x200,0x24a,_0x4253c3._0xf693)])?delete _0x343797[_0x4767a8(_0x4253c3._0x312800,0x241,0x25f,_0x4253c3._0x4de9ed)+'y']:_0x574e6b[_0x5470fc(-_0x4253c3._0x5250cd,-_0x4253c3._0x596771,-_0x4253c3._0x996075,-0x150)+'y']=_0x59765b;await _0x1c5e1f['EwdOL'](saveConfig,_0x574e6b);}export async function validateSslFile(_0x56ae62,_0x352da9){const _0x39e10a={_0x4eec26:0x4a6,_0x1f2558:0x471,_0x152dff:0x489,_0x550b57:0x4d3,_0x556d67:0x4a8,_0x35611c:0x4bf,_0x74921a:0x11,_0xa48022:0xd,_0xfaa62d:0x487,_0x508d9d:0x482,_0x14c183:0x488,_0x385a65:0x3,_0x1f9fa8:0x47c,_0x423ef8:0x39,_0x554134:0x53,_0xcab011:0x38,_0x43aaed:0x469,_0x3aef0d:0x462,_0x7d9da5:0xa,_0x24a204:0x2f,_0x444b5e:0x17,_0x486a55:0x3e,_0xe8b695:0x21,_0x394f21:0x4a,_0x64a99d:0x4a2,_0x37e54c:0x20,_0xfe163d:0x16,_0x2b72f:0x1b,_0x214203:0x26,_0x2b43ea:0x1d,_0x440493:0x2c,_0x1c40ea:0x46f,_0x267c2b:0x47a,_0x370aa4:0x4ae,_0x1ca00a:0x48b,_0x40fa66:0x4a7,_0x5ea680:0x4a4,_0x4e006c:0x465,_0x18e144:0x46d,_0x573500:0x453,_0x5296ee:0x29,_0x238b6e:0x454,_0x54bf30:0x481,_0x4e5fda:0x477,_0x92ae7a:0x472,_0x3f3cf2:0x496,_0x311f2a:0x462,_0x2ebfe8:0x60,_0x3ae223:0x443,_0x2add0c:0x43f,_0x5c116e:0xe,_0x5bfdbd:0x3,_0x32ed00:0x33,_0x197f31:0x40,_0xe94ae2:0x3b,_0x2dd8aa:0x10,_0x375308:0x2e,_0x283c34:0x479,_0x235aa9:0x459,_0x8df928:0xe,_0x3d7246:0x49e,_0x262975:0x6,_0x254e14:0xf,_0x511129:0x6f,_0x2a8740:0x31,_0x38ac20:0x23,_0x329868:0x1c,_0x5a4679:0x20},_0x42e261={_0x306dc4:0x386,_0x193cb8:0x6},_0x3c41dc={_0x2c1bbc:0x1d7,_0x5c5437:0xd4,_0x2d3b8a:0x1c9},_0x537a9f={};_0x537a9f[_0x415c37(0x4a8,0x4a4,0x495,0x4b6)]=function(_0x38ab4e,_0x12023e){return _0x38ab4e===_0x12023e;},_0x537a9f[_0x415c37(_0x39e10a._0x4eec26,0x490,_0x39e10a._0x1f2558,0x4ac)]='sxGSa',_0x537a9f[_0x415c37(0x4a0,0x48b,_0x39e10a._0x152dff,0x46a)]=_0x415c37(_0x39e10a._0x550b57,_0x39e10a._0x556d67,_0x39e10a._0x35611c,0x4b3),_0x537a9f[_0x25c695(_0x39e10a._0x74921a,_0x39e10a._0xa48022,0x25,0xb)]=_0x415c37(0x470,0x466,_0x39e10a._0xfaa62d,_0x39e10a._0x508d9d),_0x537a9f[_0x415c37(_0x39e10a._0x14c183,0x48f,0x48f,0x49c)]=function(_0xca4cd4,_0x217eda){return _0xca4cd4===_0x217eda;},_0x537a9f[_0x25c695(-0x2b,-0x17,0x4,_0x39e10a._0x385a65)]='EACCES',_0x537a9f[_0x415c37(0x4c8,0x49e,0x494,_0x39e10a._0x1f9fa8)]=_0x25c695(_0x39e10a._0x423ef8,_0x39e10a._0x554134,0x61,_0x39e10a._0xcab011);function _0x25c695(_0x138923,_0x406bd2,_0x1686ad,_0x26ddef){return _0x454663(_0x406bd2,_0x406bd2-_0x3c41dc._0x2c1bbc,_0x26ddef- -_0x3c41dc._0x5c5437,_0x26ddef-_0x3c41dc._0x2d3b8a);}_0x537a9f[_0x415c37(0x451,_0x39e10a._0x43aaed,0x492,_0x39e10a._0x3aef0d)]=_0x25c695(_0x39e10a._0x7d9da5,0xb,_0x39e10a._0x24a204,_0x39e10a._0x444b5e);const _0x2c1acc=_0x537a9f;function _0x415c37(_0x5d767d,_0x3e0b8e,_0x4f53bb,_0x1793ac){return _0x454663(_0x1793ac,_0x3e0b8e-0x181,_0x3e0b8e-_0x42e261._0x306dc4,_0x1793ac-_0x42e261._0x193cb8);}try{_0x2c1acc[_0x25c695(_0x39e10a._0x486a55,_0x39e10a._0xe8b695,0x2f,_0x39e10a._0x394f21)](_0x2c1acc['BAYYx'],_0x2c1acc[_0x415c37(0x489,0x490,0x475,_0x39e10a._0x64a99d)])?await _0x5f00ff[_0x25c695(_0x39e10a._0x37e54c,_0x39e10a._0xfe163d,-0xa,_0x39e10a._0x2b72f)](_0x56ae62,_0x2746e3[_0x25c695(0x18,_0x39e10a._0x214203,_0x39e10a._0x2b43ea,0x1d)]):_0x5bd872[_0x25c695(-0x3,0x2,0x43,_0x39e10a._0x440493)+_0x415c37(0x453,_0x39e10a._0x1c40ea,_0x39e10a._0x267c2b,0x456)]=_0xf21b6a;}catch(_0x4bd8a8){if(_0x2c1acc[_0x415c37(0x4ae,0x4a4,0x48d,_0x39e10a._0x370aa4)](_0x4bd8a8['code'],_0x2c1acc[_0x415c37(0x46d,_0x39e10a._0x1ca00a,_0x39e10a._0x40fa66,0x49f)])){if(_0x2c1acc[_0x415c37(0x489,_0x39e10a._0x5ea680,0x4b7,0x4a1)](_0x2c1acc[_0x415c37(0x46b,_0x39e10a._0x4e006c,_0x39e10a._0x18e144,_0x39e10a._0x573500)],'EGIKs'))delete _0x3c1722[_0x25c695(_0x39e10a._0x5296ee,0x3,_0x39e10a._0x2b72f,_0x39e10a._0x440493)+'ath'];else throw new Error(_0x352da9+(_0x415c37(_0x39e10a._0x238b6e,0x463,_0x39e10a._0x54bf30,0x45e)+_0x415c37(_0x39e10a._0x4e5fda,_0x39e10a._0x92ae7a,_0x39e10a._0x3f3cf2,_0x39e10a._0x311f2a))+_0x56ae62);}else{if(_0x2c1acc[_0x25c695(0x42,_0x39e10a._0x2ebfe8,0x5a,0x35)](_0x4bd8a8[_0x415c37(_0x39e10a._0x3ae223,0x46a,0x442,_0x39e10a._0x2add0c)],_0x2c1acc[_0x25c695(-_0x39e10a._0x5c116e,-0x9,0x30,_0x39e10a._0x5bfdbd)]))throw new Error(_0x352da9+(_0x25c695(0x62,0x24,_0x39e10a._0x32ed00,_0x39e10a._0x197f31)+_0x25c695(_0x39e10a._0xe94ae2,0x43,0x54,0x28)+_0x25c695(0x4f,_0x39e10a._0x2dd8aa,_0x39e10a._0x375308,0x3c)+_0x415c37(0x493,_0x39e10a._0x283c34,0x465,_0x39e10a._0x235aa9)+_0x25c695(-0x2,-_0x39e10a._0x8df928,-0x5,0x7))+_0x56ae62);else{if(_0x2c1acc[_0x415c37(0x486,_0x39e10a._0x3d7246,0x4b1,0x479)]===_0x2c1acc[_0x25c695(0x3c,_0x39e10a._0x262975,0x24,_0x39e10a._0x254e14)])return _0x4adef3['ssl_ca_pat'+'h'];else throw new Error('Cannot\x20acc'+_0x25c695(0x21,_0x39e10a._0x511129,_0x39e10a._0x2a8740,0x49)+_0x352da9+_0x25c695(_0x39e10a._0x38ac20,_0x39e10a._0x329868,0x43,0x2f)+_0x56ae62+'\x20('+_0x4bd8a8[_0x25c695(0xd,0x21,0x2b,_0x39e10a._0x5a4679)]+')');}}}}
1
+ (function(_0x33153a,_0x54ca9c){const _0xda7f55={_0x1b5e72:0x56d,_0x2a041a:0x557,_0x13bf16:0x24,_0x4c240f:0x0,_0xa7a2ae:0x24,_0x311ed3:0x30,_0x3790a4:0x36,_0x3ff00e:0xb,_0x3397ed:0x42,_0x5393c2:0x34,_0x39359b:0x4e,_0xa9225f:0x58,_0x2036e5:0x9,_0x343722:0x33,_0x1c090:0x25,_0x496589:0x24,_0x4f69f1:0x29,_0x515294:0x5e,_0x16e43e:0x581,_0x53ae79:0x547,_0xd20b69:0x565,_0x3af637:0x539,_0x555fb7:0x56a},_0x2ca89e={_0x54196f:0x220},_0x329de2={_0x1c63c3:0x368};function _0x1fdcca(_0x466184,_0x52fc84,_0x123d3f,_0x37d9cf){return _0x33b8(_0x52fc84-_0x329de2._0x1c63c3,_0x37d9cf);}const _0x4ce3cb=_0x33153a();function _0x5a2ea7(_0x3d5c46,_0x1f9eda,_0x53a2fe,_0x28fc20){return _0x33b8(_0x1f9eda- -_0x2ca89e._0x54196f,_0x28fc20);}while(!![]){try{const _0x2833d5=parseInt(_0x1fdcca(0x562,_0xda7f55._0x1b5e72,_0xda7f55._0x2a041a,0x573))/(-0x47b+0x1*0x1e39+-0xb*0x257)+-parseInt(_0x5a2ea7(_0xda7f55._0x13bf16,_0xda7f55._0x4c240f,_0xda7f55._0xa7a2ae,-_0xda7f55._0x311ed3))/(0xa5b+0x312+-0xd6b)*(-parseInt(_0x5a2ea7(-_0xda7f55._0x3790a4,-0x8,-0x32,_0xda7f55._0x3ff00e))/(0x64d+-0x1f42+0x18f8))+parseInt(_0x5a2ea7(-_0xda7f55._0x3397ed,-_0xda7f55._0x5393c2,-_0xda7f55._0x39359b,-_0xda7f55._0xa9225f))/(-0xb5*-0x1f+-0x1e65+0x87e)*(-parseInt(_0x5a2ea7(0x30,0x10,-_0xda7f55._0x2036e5,_0xda7f55._0x343722))/(-0x1*-0x1557+0x16f9+0x11*-0x29b))+-parseInt(_0x5a2ea7(_0xda7f55._0x1c090,0xa,-0x23,-0x13))/(0x1147+-0x1a*0xfb+0x83d)+-parseInt(_0x5a2ea7(-_0xda7f55._0x496589,-0x32,-_0xda7f55._0x4f69f1,-_0xda7f55._0x515294))/(0x251*0xf+0x7e8+0x2aa*-0x10)+-parseInt(_0x1fdcca(_0xda7f55._0x16e43e,0x569,0x57b,0x55b))/(0x17*0x17b+-0x2f*0x5f+-0x1094)+-parseInt(_0x1fdcca(0x550,0x57e,0x56b,0x5ae))/(-0x25e3+0x25ed+-0x1*0x1)*(-parseInt(_0x1fdcca(_0xda7f55._0x53ae79,_0xda7f55._0xd20b69,_0xda7f55._0x3af637,_0xda7f55._0x555fb7))/(-0xa*0x31d+0x925+-0x1607*-0x1));if(_0x2833d5===_0x54ca9c)break;else _0x4ce3cb['push'](_0x4ce3cb['shift']());}catch(_0xf12713){_0x4ce3cb['push'](_0x4ce3cb['shift']());}}}(_0x5cd1,0x26*-0x1e8f+0x68dec+-0x281cb*-0x3));import{promises as _0x4ea87a,constants as _0x2689f7}from'fs';import _0x38f2c3 from'path';function _0x33b8(_0x3432b7,_0x112e71){_0x3432b7=_0x3432b7-(0x1*0x210e+0x1214+-0xe*0x385);const _0x1c7c43=_0x5cd1();let _0x2b33b1=_0x1c7c43[_0x3432b7];if(_0x33b8['igRGIl']===undefined){var _0x155dd9=function(_0xb21a93){const _0x40b53d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4fd7ba='',_0x5e744c='';for(let _0x543426=0x1371+-0x97*-0x36+-0x334b*0x1,_0x450fc3,_0x49cf49,_0x144886=-0x3*-0x4b2+0xd0a+-0xd90*0x2;_0x49cf49=_0xb21a93['charAt'](_0x144886++);~_0x49cf49&&(_0x450fc3=_0x543426%(-0x1a73+-0x2032*0x1+0x3aa9)?_0x450fc3*(-0xb29*0x1+0x1579+-0x7*0x170)+_0x49cf49:_0x49cf49,_0x543426++%(-0x2694+-0x17bf+0x3e57*0x1))?_0x4fd7ba+=String['fromCharCode'](-0x799+-0xb5d*-0x3+-0x197f&_0x450fc3>>(-(-0xe0f+-0x2f*-0xd3+0xc56*-0x2)*_0x543426&0x1b6f+-0xc37*0x2+0x6d*-0x7)):-0x1e17+0x160c+0x47*0x1d){_0x49cf49=_0x40b53d['indexOf'](_0x49cf49);}for(let _0x13952b=0x123f+-0x5*0x6dc+0x24b*0x7,_0x396da9=_0x4fd7ba['length'];_0x13952b<_0x396da9;_0x13952b++){_0x5e744c+='%'+('00'+_0x4fd7ba['charCodeAt'](_0x13952b)['toString'](0xe4*-0x2a+-0x1*-0x23d7+0x1a1))['slice'](-(0xff1+0x364*0x4+0x9d5*-0x3));}return decodeURIComponent(_0x5e744c);};_0x33b8['WgJQbh']=_0x155dd9,_0x33b8['TYGFxe']={},_0x33b8['igRGIl']=!![];}const _0x4246c8=_0x1c7c43[0x1df0+0x1*0x85f+-0x1*0x264f],_0x5c93a6=_0x3432b7+_0x4246c8,_0x2fa94a=_0x33b8['TYGFxe'][_0x5c93a6];return!_0x2fa94a?(_0x2b33b1=_0x33b8['WgJQbh'](_0x2b33b1),_0x33b8['TYGFxe'][_0x5c93a6]=_0x2b33b1):_0x2b33b1=_0x2fa94a,_0x2b33b1;}import _0x41fb45 from'os';const CONFIG_PATH=_0x38f2c3[_0x50bdbe(0x5b7,0x5a7,0x589,0x5a8)](_0x41fb45[_0x30af50(0x4a9,0x4d2,0x4c2,0x4c3)](),'.coder',_0x50bdbe(0x559,0x573,0x564,0x581)+'n');async function loadConfig(){const _0x19df66={_0x1b8299:0x257,_0x5402eb:0x266,_0x1bd2b9:0x293,_0x19299f:0xad,_0x1e94dd:0x8a,_0x2ff135:0xc1,_0x373bf2:0x9a,_0x29e54a:0x265,_0x546513:0x25e,_0x1c0b66:0x53,_0x2195e3:0x78,_0x24d06c:0x6c,_0x5786eb:0x5d,_0x3c9b97:0x255,_0x245a43:0x260,_0x4c58b1:0x252,_0x35b4b2:0xdc,_0x5f092f:0xa0,_0x470edf:0xc0,_0x59e413:0xb0,_0x51515a:0xa6,_0x934281:0x9a,_0x2857ec:0x97,_0x528584:0x76,_0x2a0de1:0x68,_0x46538c:0x83,_0x18b797:0x28a,_0x3d48ed:0x277,_0x3c549c:0xaf,_0x2efe70:0x8e,_0x316684:0x6e},_0x20a96b={};_0x20a96b[_0x5d5a8b(0x259,0x24b,_0x19df66._0x1b8299,_0x19df66._0x5402eb)]='XiNvd',_0x20a96b[_0x5d5a8b(_0x19df66._0x1bd2b9,0x296,0x271,0x268)]=function(_0x4ee20c,_0x281166){return _0x4ee20c===_0x281166;},_0x20a96b['VBdXt']=function(_0x28fecf,_0x24978c){return _0x28fecf===_0x24978c;};function _0x17862c(_0x1521cd,_0x32aa56,_0xcb5a70,_0x3f67c0){return _0x30af50(_0x32aa56- -0x429,_0x32aa56-0x3a,_0xcb5a70-0x1f,_0x1521cd);}_0x20a96b[_0x17862c(_0x19df66._0x19299f,_0x19df66._0x1e94dd,0xa6,0xb2)]=_0x17862c(0xdc,_0x19df66._0x2ff135,_0x19df66._0x373bf2,0xcc);function _0x5d5a8b(_0x62b6fe,_0x4bda86,_0x217788,_0x3fde9f){return _0x50bdbe(_0x217788- -0x310,_0x4bda86-0x100,_0x217788-0x194,_0x3fde9f);}const _0x46c9c2=_0x20a96b;try{if(_0x46c9c2[_0x5d5a8b(0x24d,_0x19df66._0x29e54a,0x257,_0x19df66._0x546513)]!==_0x46c9c2[_0x17862c(_0x19df66._0x1c0b66,_0x19df66._0x2195e3,_0x19df66._0x24d06c,_0x19df66._0x5786eb)])delete _0x5ef7be['ssl_ca_pat'+'h'];else{const _0x3432ec=await _0x4ea87a[_0x5d5a8b(_0x19df66._0x3c9b97,0x269,_0x19df66._0x245a43,_0x19df66._0x4c58b1)](CONFIG_PATH,'utf-8');return JSON[_0x17862c(0x8f,0xbf,_0x19df66._0x35b4b2,0xa7)](_0x3432ec);}}catch(_0x1e3c62){if(_0x46c9c2[_0x17862c(0x9c,0x92,0xb2,_0x19df66._0x5f092f)](_0x1e3c62[_0x17862c(_0x19df66._0x470edf,_0x19df66._0x59e413,_0x19df66._0x51515a,_0x19df66._0x934281)],_0x17862c(_0x19df66._0x2857ec,_0x19df66._0x528584,_0x19df66._0x2a0de1,_0x19df66._0x46538c)))return _0x46c9c2['VBdXt']('UUUKS',_0x46c9c2[_0x5d5a8b(_0x19df66._0x18b797,_0x19df66._0x3d48ed,0x269,0x279)])?{}:_0xab080[_0x17862c(_0x19df66._0x3c549c,_0x19df66._0x2efe70,_0x19df66._0x316684,0x87)+'h'];throw _0x1e3c62;}}async function saveConfig(_0x51f1bc){const _0x16fed6={_0x4f831e:0x2a3,_0x380437:0x287,_0x263ca2:0x25f,_0x5e3106:0x26e,_0x2ca3c5:0x2a2,_0x182178:0x254},_0x147d7b={_0x1a0246:0x31b},_0x33e0fb={_0x39fd2f:0xf7},_0x165ceb=_0x38f2c3['dirname'](CONFIG_PATH),_0x308d68={};_0x308d68[_0x436a6a(_0x16fed6._0x4f831e,_0x16fed6._0x380437,0x281,0x28e)]=!![],await _0x4ea87a[_0x436a6a(_0x16fed6._0x263ca2,_0x16fed6._0x5e3106,0x274,_0x16fed6._0x2ca3c5)](_0x165ceb,_0x308d68);function _0xe8dc13(_0x1e45dc,_0x390284,_0x2f0b34,_0x4a03a0){return _0x50bdbe(_0x2f0b34- -0x5d8,_0x390284-_0x33e0fb._0x39fd2f,_0x2f0b34-0x36,_0x4a03a0);}function _0x436a6a(_0x2f8f4e,_0x46661c,_0x273307,_0x15520d){return _0x50bdbe(_0x273307- -_0x147d7b._0x1a0246,_0x46661c-0x1a,_0x273307-0x1ea,_0x2f8f4e);}await _0x4ea87a[_0x436a6a(0x244,_0x16fed6._0x182178,0x25a,0x272)](CONFIG_PATH,JSON['stringify'](_0x51f1bc,null,-0x2*-0x121e+0x11*0x1e4+-0x445e*0x1),'utf-8');}export async function getCoderSetupPath(){const _0x457639={_0x39de1:0x240,_0x326608:0x270,_0x423cc5:0x256,_0x493e44:0x257,_0x407efa:0x294,_0xa1b41:0x28f,_0x41317a:0x2a2,_0x24636d:0x1a7,_0x30bf6a:0x17b},_0x567149={_0x14748d:0x6f1,_0x4ddfff:0x1e8},_0x37b68c={_0x44b8dd:0x322,_0x299f12:0x18};if(process[_0x2ca0d9(-0x147,-0x169,-0x151,-0x15f)][_0x98f49d(0x26f,_0x457639._0x39de1,0x284,_0x457639._0x39de1)+'P_PATH'])return process[_0x98f49d(_0x457639._0x326608,_0x457639._0x423cc5,_0x457639._0x493e44,_0x457639._0x407efa)]['CODER_SETU'+_0x98f49d(_0x457639._0xa1b41,0x25f,_0x457639._0x41317a,0x281)];function _0x98f49d(_0x513b37,_0x279d51,_0x3c2244,_0x1b0986){return _0x50bdbe(_0x513b37- -_0x37b68c._0x44b8dd,_0x279d51-0x1d6,_0x3c2244-_0x37b68c._0x299f12,_0x1b0986);}function _0x2ca0d9(_0x305d24,_0xd8f281,_0x24e825,_0x233379){return _0x50bdbe(_0x233379- -_0x567149._0x14748d,_0xd8f281-_0x567149._0x4ddfff,_0x24e825-0x112,_0x305d24);}const _0x18f368=await loadConfig();return _0x18f368['coder_setu'+_0x2ca0d9(-_0x457639._0x24636d,-0x151,-0x1a1,-_0x457639._0x30bf6a)]||null;}export async function saveCoderSetupPath(_0x4a0ce3){const _0x350d21={_0x584d0d:0x1d5,_0x10813e:0x1be,_0x314da4:0x205,_0x488017:0x1bd,_0x5a45d8:0x1ea,_0x566115:0x1f2,_0x553f8a:0x206,_0x4b1b5a:0x22a,_0x271603:0x23,_0x43480c:0x1b,_0xcaa1bf:0xa,_0x18500e:0x213,_0x2f29ee:0x187,_0x59dade:0x194,_0x533e5d:0x1ba},_0x2fa3a3={_0x385317:0x1d6},_0x580957={_0x331c38:0x3c,_0x39f7b2:0x7d};function _0x1613b5(_0x28523b,_0x2eaa47,_0x37fd01,_0x4b295f){return _0x30af50(_0x28523b- -0x69a,_0x2eaa47-_0x580957._0x331c38,_0x37fd01-_0x580957._0x39f7b2,_0x2eaa47);}function _0x55ddb8(_0x4bfe69,_0x2ee94a,_0x5edf89,_0x42eff4){return _0x30af50(_0x5edf89- -0x4d5,_0x2ee94a-_0x2fa3a3._0x385317,_0x5edf89-0x112,_0x4bfe69);}const _0x207f50={'JKXUT':function(_0x194dea){return _0x194dea();},'rnCsV':function(_0x20b22f,_0x23bc53){return _0x20b22f===_0x23bc53;},'UDZZZ':function(_0x207413,_0x208ba9){return _0x207413===_0x208ba9;},'tcvdo':'NHycf','triLw':function(_0x354b5f,_0x4ebe2d){return _0x354b5f!==_0x4ebe2d;},'VPbpj':'Bjxrr'},_0x45c7d8=await _0x207f50[_0x1613b5(-_0x350d21._0x584d0d,-_0x350d21._0x10813e,-0x1b3,-_0x350d21._0x314da4)](loadConfig);if(_0x207f50[_0x1613b5(-0x1c8,-0x1af,-0x1c2,-_0x350d21._0x488017)](_0x4a0ce3,null)){if(_0x207f50['UDZZZ'](_0x1613b5(-0x203,-0x22e,-_0x350d21._0x5a45d8,-_0x350d21._0x566115),_0x207f50[_0x1613b5(-_0x350d21._0x553f8a,-0x212,-_0x350d21._0x4b1b5a,-0x233)]))return _0x3f9a07[_0x55ddb8(0x18,0x8,-0x9,-0x29)][_0x55ddb8(-_0x350d21._0x271603,_0x350d21._0x43480c,-_0x350d21._0xcaa1bf,0x13)+'P_PATH'];else delete _0x45c7d8['coder_setu'+_0x1613b5(-_0x350d21._0x5a45d8,-_0x350d21._0x18500e,-0x1ca,-0x1c2)];}else{if(_0x207f50[_0x1613b5(-0x1ac,-0x1a3,-_0x350d21._0x2f29ee,-0x1c5)](_0x207f50['VPbpj'],_0x207f50['VPbpj']))return _0x221114;else _0x45c7d8[_0x1613b5(-0x1b6,-_0x350d21._0x59dade,-_0x350d21._0x533e5d,-0x1a7)+'p_path']=_0x4a0ce3;}await saveConfig(_0x45c7d8);}export async function getServerPort(){const _0x4994ed={_0x5dac84:0xb,_0x1aed42:0x48,_0x1bf81e:0x3b,_0x49805d:0x37,_0x2a1fd7:0xd,_0x1e0935:0x64,_0x3ac1e0:0x5,_0x506be7:0x16,_0x26292b:0x178,_0x5d8475:0x194},_0x5d71bc={_0x35e3ec:0x746,_0x583c6b:0x130},_0x52e4ce={_0x16aa8d:0x5ae,_0x325c35:0x147,_0x19ed6d:0x196};function _0x43d3f8(_0x52799f,_0x515e40,_0x5d988f,_0x1c43b6){return _0x50bdbe(_0x52799f- -_0x52e4ce._0x16aa8d,_0x515e40-_0x52e4ce._0x325c35,_0x5d988f-_0x52e4ce._0x19ed6d,_0x1c43b6);}const _0xe3e198={'yNybP':function(_0x1234f6,_0x198bd3){return _0x1234f6===_0x198bd3;},'FEvvn':_0x43d3f8(-0x27,-_0x4994ed._0x5dac84,-0x32,-_0x4994ed._0x1aed42),'GPtPf':function(_0x29d0a1,_0x2da1a5,_0x1520b3){return _0x29d0a1(_0x2da1a5,_0x1520b3);}};function _0x5192ae(_0xcd5f4d,_0x10577d,_0x43dc3e,_0x30ca63){return _0x50bdbe(_0x10577d- -_0x5d71bc._0x35e3ec,_0x10577d-0x138,_0x43dc3e-_0x5d71bc._0x583c6b,_0x30ca63);}if(process['env'][_0x43d3f8(-_0x4994ed._0x1bf81e,-_0x4994ed._0x49805d,-_0x4994ed._0x2a1fd7,-_0x4994ed._0x1e0935)]){if(_0xe3e198['yNybP'](_0xe3e198[_0x43d3f8(_0x4994ed._0x3ac1e0,_0x4994ed._0x506be7,0x1b,0x1e)],_0xe3e198['FEvvn']))return _0xe3e198['GPtPf'](parseInt,process['env']['PORT'],-0xfa6+-0x1947+0x28f7);else throw new _0x2b33b1(_0x155dd9+('\x20file\x20not\x20'+'found:\x20')+_0x4246c8);}const _0xcd2186=await loadConfig();return _0xcd2186[_0x5192ae(-_0x4994ed._0x26292b,-_0x4994ed._0x5d8475,-0x168,-0x182)+'t']||0xd8*0x22+0x1cfa+0x2*-0x16f9;}export async function saveServerPort(_0x262084){const _0x17d64c={_0x18f5a9:0x4a8,_0x141d52:0x45f,_0x432b15:0x478},_0x2c8922={'iNijD':function(_0xcaed6e){return _0xcaed6e();},'ReZTV':function(_0x54fc62,_0xd2809b){return _0x54fc62(_0xd2809b);}},_0x2ca2cb=await _0x2c8922['iNijD'](loadConfig);function _0x3aacb3(_0x521215,_0x62cd2f,_0x161c3d,_0x4f8bde){return _0x50bdbe(_0x161c3d- -0x107,_0x62cd2f-0x1f2,_0x161c3d-0x128,_0x62cd2f);}_0x2ca2cb['server_por'+'t']=_0x262084,await _0x2c8922[_0x3aacb3(_0x17d64c._0x18f5a9,_0x17d64c._0x141d52,_0x17d64c._0x432b15,0x458)](saveConfig,_0x2ca2cb);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x157cfd={_0x4ebbfd:0x1c7,_0x481763:0x230,_0x1f7ea6:0x1d0,_0x1c0b03:0x1ca,_0x37b0da:0x26b,_0x447ec9:0x27a,_0x4cf58c:0x26c,_0x49aeac:0x28c,_0x33826a:0x254,_0xbf83a:0x28c,_0x5b25fd:0x20e},_0x3ef61f={'bvCih':function(_0x471493){return _0x471493();}};function _0x701856(_0x5d7552,_0x138a20,_0x2ec544,_0x236712){return _0x50bdbe(_0x5d7552- -0x33a,_0x138a20-0x185,_0x2ec544-0x63,_0x2ec544);}function _0x30fcdb(_0x452519,_0x2b7bf3,_0x1fed06,_0x288e47){return _0x50bdbe(_0x2b7bf3- -0x748,_0x2b7bf3-0xc7,_0x1fed06-0xb2,_0x288e47);}const _0x2df0af=await _0x3ef61f[_0x30fcdb(-0x18b,-0x1a0,-0x18f,-_0x157cfd._0x4ebbfd)](loadConfig);if(_0x2df0af['ssl_cert_p'+'ath'])return _0x2df0af[_0x701856(0x25f,0x24b,_0x157cfd._0x481763,0x232)+_0x30fcdb(-_0x157cfd._0x1f7ea6,-0x1de,-0x1e9,-_0x157cfd._0x1c0b03)];return process[_0x701856(0x258,0x26f,_0x157cfd._0x37b0da,_0x157cfd._0x447ec9)][_0x701856(_0x157cfd._0x4cf58c,_0x157cfd._0x49aeac,_0x157cfd._0x33826a,_0x157cfd._0xbf83a)+_0x701856(0x23e,0x22e,_0x157cfd._0x5b25fd,0x254)]||null;}function _0x5cd1(){const _0x9d3bd5=['qwjnqMK','vMr2Bgu','ktOG','yLrkwgC','sKTyvvq','Be1rree','igzPBguGAxmGBG','tvP2Avu','BwTKAxi','D0rXyMq','q09ervjFu0vuvq','zw52','otGZotaWn0j5EhPevW','Dxjdzeq','ntu1ENv3EwfQ','zfjrrg4','uwnfsgG','CM5dC1y','C3nSx2nLCNrFCa','Dhj1C3rFChjVEa','C3nSx2TLEv9Wyq','CMvJDxjZAxzL','ndC0nfHwCKPMwG','igzPBgu6ia','y29Kzq','zwfTt3a','ALPVr3K','DxHrz3e','zM91BMq6ia','rgPoEM4','wKLNBvO','u1nmx0nfuLrFua','mZm0oteWnhjZwejUuW','yNzdAwG','AfD6wK8','y29KzxjFC2v0Dq','CezhBeC','wvrdBeC','nZKWzeLqDLrV','CgfYC2u','rNjxDw8','vvvvs1m','uf9qqvri','C2vYDMvYx3bVCG','rKv2DM4','DhjPthC','wvbwCeS','CwPTEgu','AM9PBG','DhLIwha','y29UzMLNlMPZBW','Dgn2zg8','wfnntMm','B2vIyw8','Cgz1C24','rufiwKi','B3qGCMvHzgfIBa','zsaOCgvYBwLZCW','BMn3D1i','Aw9UigrLBMLLza','rKLzC3a','tLLmrei','ru5pru5u','CNLLuuS','swTIt1O','rgzsshK','mte3odHZCfHnAuy','yxrO','ntm3nZiZmNfHA2rrsW','ufj2zNC','yxj3s0i','ywnJzxnZ','Ag9TzwrPCG','CMvHzezPBgu','u1nmx0Tfwv9qqq','BxjhwxK','ue9sva','v2DhyMm','D3jPDgvgAwXL','Cf9WyxrO','rufdq0vt','qvri','sfrgqLm','mtbKDxfIELC','BvnAruW','vfjvu1rFufjpwa','C3nSx2nHx3bHDa','mte1ndK4nezwCw1gvq','uMvAvfy','sNPPv2u','tfb1wKu','mtaYotq4n1rgC2Txra','q2fUBM90igfJyW','BuT6y0O','zxnZia','uL9psW'];_0x5cd1=function(){return _0x9d3bd5;};return _0x5cd1();}export async function saveSslCertPath(_0x2e10c5){const _0x59aa16={_0x3643fb:0xec,_0x45e5ae:0xec,_0x5d2b73:0x10d,_0x5345a8:0x134,_0x1aafbf:0x18,_0x1a9c02:0x13,_0x38d20a:0x138,_0x142ab1:0x104,_0xb302d3:0x122,_0x37c3cf:0x9,_0x5e8337:0x1e,_0x2abfb9:0x1f,_0x115367:0x1f,_0x18c0b7:0x9,_0x407e29:0x26},_0x4c52a2={_0x1ff6b0:0x4f4,_0x108b84:0x165,_0x4f4c1f:0x1c9};function _0x2d2a3e(_0x56ed7b,_0x105572,_0x2baeca,_0x146d30){return _0x50bdbe(_0x2baeca- -0x486,_0x105572-0x25,_0x2baeca-0x9,_0x146d30);}function _0xf78b78(_0x3eeafb,_0x40e49b,_0xf6e4c6,_0x1bd264){return _0x30af50(_0xf6e4c6- -_0x4c52a2._0x1ff6b0,_0x40e49b-_0x4c52a2._0x108b84,_0xf6e4c6-_0x4c52a2._0x4f4c1f,_0x3eeafb);}const _0x2d8d73={'mrGYy':function(_0xaee6e){return _0xaee6e();},'JPDwj':function(_0x514656,_0x286258){return _0x514656===_0x286258;},'DjNzn':function(_0x17ffb4,_0x5c8c93){return _0x17ffb4!==_0x5c8c93;},'jZoGy':_0x2d2a3e(0x11c,_0x59aa16._0x3643fb,0x11c,0x122),'urCdD':function(_0x27db26,_0x689348){return _0x27db26(_0x689348);}},_0x4557f1=await _0x2d8d73[_0x2d2a3e(0x102,0xf7,_0x59aa16._0x45e5ae,0xca)](loadConfig);if(_0x2d8d73['JPDwj'](_0x2e10c5,null)){if(_0x2d8d73[_0x2d2a3e(_0x59aa16._0x5d2b73,0xf6,0x11e,_0x59aa16._0x5345a8)](_0xf78b78(-0x5,0xf,-_0x59aa16._0x1aafbf,-_0x59aa16._0x1a9c02),_0x2d8d73[_0x2d2a3e(_0x59aa16._0x38d20a,_0x59aa16._0x142ab1,0x11b,_0x59aa16._0xb302d3)]))return _0x224fd6[_0xf78b78(_0x59aa16._0x37c3cf,-_0x59aa16._0x5e8337,-_0x59aa16._0x2abfb9,-_0x59aa16._0x115367)+'th'];else delete _0x4557f1[_0xf78b78(0x8,-0x20,-0x21,-0x2c)+'ath'];}else _0x4557f1['ssl_cert_p'+'ath']=_0x2e10c5;await _0x2d8d73[_0xf78b78(-_0x59aa16._0x18c0b7,-0x2d,-_0x59aa16._0x407e29,-0x1f)](saveConfig,_0x4557f1);}export async function getSslKeyPath(){const _0x23396b={_0x2587e2:0x321,_0x5c562f:0x344,_0x229cf8:0x132,_0x386339:0x163,_0x204a19:0x15a,_0x261360:0x176,_0x9bb256:0x177,_0x34e674:0x180,_0x5b302b:0x17d,_0x2d0b2b:0x18b,_0x352b0d:0x32e,_0xefd0df:0x317,_0x31c18c:0x324,_0x1e7dc3:0x2eb,_0x5708f7:0x303},_0xaaeb8f={_0x11cde5:0x0},_0x4cb192={_0x34837f:0x57};function _0x3c5aeb(_0x1fd770,_0x176ecf,_0x6feb9c,_0xf65ae9){return _0x50bdbe(_0xf65ae9- -0x26e,_0x176ecf-0xa1,_0x6feb9c-_0x4cb192._0x34837f,_0x1fd770);}function _0x3a4d65(_0x4d9545,_0x212b80,_0x29a07d,_0x505a5d){return _0x50bdbe(_0x505a5d- -0x6f5,_0x212b80-0x9b,_0x29a07d-_0xaaeb8f._0x11cde5,_0x212b80);}const _0x1d5251={};_0x1d5251[_0x3c5aeb(_0x23396b._0x2587e2,0x30a,_0x23396b._0x5c562f,0x31c)]=_0x3a4d65(-0x162,-_0x23396b._0x229cf8,-0x158,-0x155);const _0x11f28f=_0x1d5251,_0xb53283=await loadConfig();if(_0xb53283[_0x3a4d65(-_0x23396b._0x386339,-0x130,-0x18a,-_0x23396b._0x204a19)+'th'])return'PwUXn'!==_0x11f28f[_0x3a4d65(-0x15e,-_0x23396b._0x261360,-0x196,-0x16b)]?_0xb53283[_0x3a4d65(-_0x23396b._0x9bb256,-0x136,-0x164,-0x15a)+'th']:_0x4f84ed['ssl_cert_p'+_0x3a4d65(-_0x23396b._0x34e674,-_0x23396b._0x5b302b,-0x1a7,-_0x23396b._0x2d0b2b)];return process[_0x3c5aeb(_0x23396b._0x352b0d,0x337,_0x23396b._0xefd0df,_0x23396b._0x31c18c)][_0x3c5aeb(_0x23396b._0x1e7dc3,0x2eb,0x32c,_0x23396b._0x5708f7)+'TH']||null;}export async function saveSslKeyPath(_0x392ab5){const _0xe73686={_0x317f30:0x15b,_0x16c8c8:0x159,_0x22064e:0x51c,_0x7e848d:0x50b,_0x401986:0x1b5,_0x581d45:0x1c0,_0x11f7d9:0x1a7,_0x12f13b:0x4ca,_0x4b69b5:0x4f4,_0x16a195:0x4e5,_0x2fec2a:0x513,_0x592295:0x18e,_0x508022:0x515,_0x27462a:0x517,_0x27f3e1:0x50f,_0x49208f:0x1b7,_0x212a7e:0x1a8,_0x2f7a49:0x15a,_0x4251ab:0x1a0,_0x562d03:0x1a1,_0xfc3c71:0x4c0,_0x95612a:0x4ef,_0x393c77:0x4c6},_0x3028dc={_0x3877a4:0x4d},_0x1c475c={_0x46441f:0x93,_0x7f2e73:0xf6};function _0x14b5a2(_0x1a374d,_0x13efb4,_0x611b8d,_0xbe6740){return _0x50bdbe(_0x611b8d- -0x402,_0x13efb4-_0x1c475c._0x46441f,_0x611b8d-_0x1c475c._0x7f2e73,_0x1a374d);}const _0x1e25c2={'mKzcJ':function(_0x51e1db){return _0x51e1db();},'hWzZO':function(_0xf51c5e,_0x28eb60){return _0xf51c5e===_0x28eb60;},'arwKB':function(_0x3c2d32,_0x1e202e){return _0x3c2d32!==_0x1e202e;},'YPVpK':_0x14b5a2(0x129,_0xe73686._0x317f30,_0xe73686._0x16c8c8,0x160),'wsUJG':'eDBhr','DfRHy':function(_0x471fbe,_0x5e3840){return _0x471fbe(_0x5e3840);}},_0x526d63=await _0x1e25c2[_0x16a831(_0xe73686._0x22064e,_0xe73686._0x7e848d,0x4e8,0x4ea)](loadConfig);function _0x16a831(_0x3ad578,_0x45a50f,_0x402dff,_0x42d7e6){return _0x30af50(_0x45a50f-_0x3028dc._0x3877a4,_0x45a50f-0x1af,_0x402dff-0x21,_0x3ad578);}_0x1e25c2[_0x14b5a2(_0xe73686._0x401986,_0xe73686._0x581d45,_0xe73686._0x11f7d9,0x1c7)](_0x392ab5,null)?_0x1e25c2[_0x16a831(_0xe73686._0x12f13b,_0xe73686._0x4b69b5,0x520,0x503)](_0x16a831(0x511,_0xe73686._0x16a195,_0xe73686._0x2fec2a,0x4d6),_0x1e25c2[_0x14b5a2(_0xe73686._0x592295,0x1b9,0x1b3,0x183)])?delete _0x526d63[_0x16a831(0x537,0x522,_0xe73686._0x508022,_0xe73686._0x27462a)+'th']:_0x1e312d['ssl_ca_pat'+'h']=_0x516f93:_0x16a831(_0xe73686._0x27f3e1,_0xe73686._0x27f3e1,0x51d,0x522)===_0x1e25c2['wsUJG']?_0x220c2a[_0x14b5a2(_0xe73686._0x592295,_0xe73686._0x49208f,_0xe73686._0x212a7e,0x1b9)+_0x14b5a2(0x1a0,_0xe73686._0x2f7a49,0x174,0x189)]=_0xf683d4:_0x526d63[_0x14b5a2(_0xe73686._0x4251ab,_0xe73686._0x562d03,0x199,0x17a)+'th']=_0x392ab5,await _0x1e25c2[_0x16a831(_0xe73686._0xfc3c71,_0xe73686._0x95612a,_0xe73686._0x393c77,_0xe73686._0x95612a)](saveConfig,_0x526d63);}export async function getSslCaPath(){const _0x15165f={_0xf7aa1f:0x4,_0xc17f99:0x11,_0x48f315:0x1a,_0x2cee76:0xdc,_0x359022:0xcd,_0x53a02c:0x4b,_0x509bd1:0x23,_0x1fe4f4:0x21,_0x15df74:0xe8,_0x58412e:0xca,_0xe00cda:0x62,_0x2393df:0x1d,_0x3532b9:0x16,_0x530cdb:0x15},_0x4e5f87={_0x1ed0c3:0x5b2},_0x274a5d={_0x367c56:0x4e9},_0x4bc0ef={'wDqbd':function(_0x386218,_0x1b0e57,_0x43b5b1){return _0x386218(_0x1b0e57,_0x43b5b1);},'NYLDB':_0x272095(0x9,_0x15165f._0xf7aa1f,_0x15165f._0xc17f99,_0x15165f._0x48f315),'YWaXd':'iCcVj'},_0x476452=await loadConfig();if(_0x476452[_0x3cf0dd(-0x110,-_0x15165f._0x2cee76,-0xfb,-_0x15165f._0x359022)+'h'])return _0x4bc0ef[_0x272095(-_0x15165f._0x53a02c,-_0x15165f._0x509bd1,-0x42,-_0x15165f._0x1fe4f4)]===_0x4bc0ef['YWaXd']?_0x4bc0ef[_0x3cf0dd(-0xcd,-0xeb,-_0x15165f._0x15df74,-_0x15165f._0x58412e)](_0x382833,_0x18f20f[_0x272095(-0x1d,-0x1d,0x6,-0x16)][_0x272095(-0x3c,-0x11,-0x39,-_0x15165f._0xe00cda)],0x3c1*-0x7+0x1f22+-0x4d1):_0x476452[_0x272095(-0x32,-0x50,-0x5b,-0x44)+'h'];function _0x272095(_0x3133b4,_0x1b3ac7,_0x3049ff,_0x2c2682){return _0x30af50(_0x3133b4- -_0x274a5d._0x367c56,_0x1b3ac7-0x1c0,_0x3049ff-0x1c3,_0x2c2682);}function _0x3cf0dd(_0x4f3081,_0x34831d,_0x42e3e7,_0x1d7465){return _0x30af50(_0x42e3e7- -_0x4e5f87._0x1ed0c3,_0x34831d-0x25,_0x42e3e7-0x113,_0x4f3081);}return process[_0x272095(-_0x15165f._0x2393df,0x7,-_0x15165f._0x3532b9,-_0x15165f._0x530cdb)]['SSL_CA_PAT'+'H']||null;}export async function saveSslCaPath(_0x263b19){const _0x715bef={_0x44533f:0x53f,_0x2e8512:0x568,_0x1a0886:0xd9,_0x36a8c0:0x54c,_0x3a32a5:0x52e,_0x94c76e:0x565,_0x33aa3c:0x528,_0x21829b:0x54b,_0x2883d9:0x52e},_0x577da1={_0x2cb717:0x31,_0x553d0d:0xd1},_0x14d28e={_0x60260:0x130},_0x77185c={'PRvfw':function(_0x3e30c){return _0x3e30c();},'aknyD':function(_0x16ae46,_0x11b414){return _0x16ae46===_0x11b414;},'ryeQK':function(_0xa8f3f,_0x17abee){return _0xa8f3f(_0x17abee);}},_0x8e3d38=await _0x77185c[_0x1895e7(0x53b,_0x715bef._0x44533f,_0x715bef._0x2e8512,0x560)](loadConfig);function _0x212b19(_0x373e01,_0xe3d469,_0x2ebba1,_0x3e214e){return _0x50bdbe(_0x373e01- -0x627,_0xe3d469-0x7b,_0x2ebba1-_0x14d28e._0x60260,_0xe3d469);}_0x77185c['aknyD'](_0x263b19,null)?delete _0x8e3d38[_0x212b19(-0xaa,-_0x715bef._0x1a0886,-0xc5,-0xb2)+'h']:_0x8e3d38[_0x1895e7(_0x715bef._0x36a8c0,0x531,_0x715bef._0x3a32a5,_0x715bef._0x94c76e)+'h']=_0x263b19;function _0x1895e7(_0x58f6ba,_0x1f286f,_0x183dbc,_0x1d1d53){return _0x50bdbe(_0x58f6ba- -_0x577da1._0x2cb717,_0x1f286f-0x23,_0x183dbc-_0x577da1._0x553d0d,_0x183dbc);}await _0x77185c[_0x1895e7(0x535,_0x715bef._0x33aa3c,_0x715bef._0x21829b,_0x715bef._0x2883d9)](saveConfig,_0x8e3d38);}export async function getTrustProxy(){const _0x2df2a0={_0x36cf29:0x18a,_0xfcba43:0x1a7,_0x4c7d1e:0x193,_0x5b8d1c:0x175,_0x266012:0x1bd,_0x64d3fa:0x195,_0x4019f2:0x111,_0x5f0272:0xf6,_0x64f29e:0x105,_0x4b284a:0x1b2,_0x1c5af0:0x183,_0x1aa1bd:0x190,_0x52eaa2:0xed,_0x457901:0x116,_0x335250:0x1a5,_0x531375:0x1cf,_0x5ba67a:0x179},_0x4178d1={_0x5f4031:0x7c},_0x1cfdef={_0x1932bb:0x721,_0x40b03b:0x135};function _0x42a5f6(_0x354675,_0xcc05e7,_0x1159d1,_0x6644a){return _0x50bdbe(_0x354675- -_0x1cfdef._0x1932bb,_0xcc05e7-0x19c,_0x1159d1-_0x1cfdef._0x40b03b,_0x6644a);}const _0x385a7e={'QcEHh':function(_0x45028b){return _0x45028b();},'MZviU':function(_0x267787,_0x262948){return _0x267787!==_0x262948;}},_0x3c0b1e=await _0x385a7e[_0x42a5f6(-_0x2df2a0._0x36cf29,-0x17f,-0x16d,-_0x2df2a0._0xfcba43)](loadConfig);if(_0x385a7e[_0x42a5f6(-_0x2df2a0._0x4c7d1e,-_0x2df2a0._0x5b8d1c,-_0x2df2a0._0x266012,-_0x2df2a0._0x64d3fa)](_0x3c0b1e[_0xbe4605(-_0x2df2a0._0x4019f2,-0xe7,-_0x2df2a0._0x5f0272,-_0x2df2a0._0x64f29e)+'y'],undefined))return _0x3c0b1e[_0x42a5f6(-0x187,-_0x2df2a0._0x4b284a,-_0x2df2a0._0x1c5af0,-_0x2df2a0._0x1aa1bd)+'y'];function _0xbe4605(_0x193e3d,_0x2dd1da,_0x40c8ae,_0x2acd8b){return _0x50bdbe(_0x40c8ae- -0x690,_0x2dd1da-_0x4178d1._0x5f4031,_0x40c8ae-0x18b,_0x2acd8b);}return process[_0xbe4605(-0x10e,-_0x2df2a0._0x52eaa2,-0xfe,-_0x2df2a0._0x457901)][_0x42a5f6(-_0x2df2a0._0x335250,-0x1a6,-_0x2df2a0._0x531375,-_0x2df2a0._0x5ba67a)+'Y']||null;}export async function saveTrustProxy(_0x56252f){const _0x49a5f5={_0x46d8ed:0x4ab,_0x164b41:0x4a5,_0x3d8cd8:0xe0,_0x45a5ee:0x98,_0x1e20f9:0x4ef},_0x5c3339={_0x2a2001:0x9,_0x1c3a60:0x19a};function _0x9d836a(_0x5512ea,_0x3750d6,_0x221827,_0x467d7d){return _0x30af50(_0x5512ea- -_0x5c3339._0x2a2001,_0x3750d6-_0x5c3339._0x1c3a60,_0x221827-0x99,_0x221827);}const _0x17cce5={'dnqPK':function(_0x455f80){return _0x455f80();},'JziWe':function(_0x2c4b2e,_0x3be279){return _0x2c4b2e===_0x3be279;},'GYjsL':'sKZih','qjmxe':function(_0x143dbe,_0x16fe8b){return _0x143dbe(_0x16fe8b);}},_0x160ef8=await _0x17cce5['dnqPK'](loadConfig);function _0x407603(_0x3e3fc8,_0x293816,_0x5e8ae5,_0x59d834){return _0x30af50(_0x5e8ae5- -0x421,_0x293816-0x17a,_0x5e8ae5-0x196,_0x3e3fc8);}_0x17cce5[_0x9d836a(0x4b1,_0x49a5f5._0x46d8ed,0x49d,0x4dd)](_0x56252f,null)?_0x17cce5[_0x9d836a(0x4b1,0x48c,_0x49a5f5._0x164b41,0x4b7)]('fNIqU',_0x17cce5['GYjsL'])?delete _0x5132a3[_0x407603(_0x49a5f5._0x3d8cd8,0xcf,0xb4,_0x49a5f5._0x45a5ee)+'th']:delete _0x160ef8['trust_prox'+'y']:_0x160ef8['trust_prox'+'y']=_0x56252f,await _0x17cce5[_0x9d836a(0x4e7,0x4de,_0x49a5f5._0x1e20f9,0x4fe)](saveConfig,_0x160ef8);}function _0x30af50(_0x18e394,_0x2b6aa2,_0x49cf0e,_0x30a033){const _0x57dba7={_0x11bdcc:0x2b7};return _0x33b8(_0x18e394-_0x57dba7._0x11bdcc,_0x30a033);}function _0x50bdbe(_0x23c2b5,_0x442558,_0x56ec0a,_0x1d7f1a){const _0x33956f={_0x316769:0x37d};return _0x33b8(_0x23c2b5-_0x33956f._0x316769,_0x1d7f1a);}export async function validateSslFile(_0x596542,_0x4eef03){const _0x30bc5d={_0x1da37d:0x574,_0x50ed84:0x5b7,_0x27d388:0xa7,_0x128d4e:0xd6,_0xe38b31:0xc1,_0x4cb6d3:0xa5,_0x2b4497:0x7d,_0x1dc0dc:0x89,_0xab7f8f:0x80,_0x3db286:0x8b,_0x336267:0x73,_0x3e6f9c:0x86,_0x42775f:0x530,_0x1e7907:0x566,_0x5b26fb:0x553,_0x210bd4:0x59a,_0x2313d1:0x578,_0x374bf4:0x59a,_0xf614cd:0x571,_0x4282c5:0x59d,_0x1d6b73:0x5b0,_0x1f6bf8:0x59b,_0x183508:0x596,_0x3ebfad:0x5c3,_0x307efd:0x96,_0xfff427:0x91,_0x6be4f2:0x84,_0x405b2e:0x77,_0x23778d:0x583,_0x220b85:0x89,_0x270411:0x5a2,_0x1d8f6c:0x572,_0x4d50f2:0x59e,_0x2f2959:0x584,_0x3241a1:0x59c,_0x28a8d8:0x591,_0x2296dc:0x5a9,_0x210f58:0x57d,_0x51827c:0x595,_0x568b99:0x59a,_0xaaed18:0x58c,_0xae669b:0xdd,_0x2b891a:0xa6,_0x6ddfb3:0xb1,_0x430f12:0x5b1,_0x518d2d:0x5a6,_0x2a22c7:0x8c,_0xf52726:0xa0,_0x48ebac:0x95,_0x1159a0:0xb9,_0x934730:0x9f,_0x47d72f:0x79,_0x2d4af6:0x7e,_0x2d4839:0x71,_0x41b99d:0x547,_0x227008:0x557,_0x1975bd:0x559,_0x31c1b8:0x98,_0x43e51e:0x7f,_0x4a5ed3:0x74,_0x3914ca:0x531,_0x366d29:0x69,_0xe364af:0x67,_0x2f564c:0x6a,_0x39e1f9:0x5a,_0x256e32:0x74,_0x38a3f0:0x79,_0x2b07d8:0x6e,_0x28abe7:0xcd,_0x21e6a6:0xe7,_0x323a3a:0x65,_0x11903b:0x9b,_0x408dc1:0x588,_0x3e190d:0x57c,_0x69cf8e:0xbc},_0x15cf98={_0x16dddc:0x4ee,_0x8808b7:0xc1,_0x42bfbb:0x8f},_0x30ec7f={_0xcb3c67:0xb3,_0x5e4a58:0x125},_0x4a4dec={};_0x4a4dec[_0x1ee45a(0x566,_0x30bc5d._0x1da37d,0x58d,_0x30bc5d._0x50ed84)]=function(_0x4016cd,_0x3ee601){return _0x4016cd===_0x3ee601;},_0x4a4dec['lMQDA']=function(_0x523a4a,_0x3e7571){return _0x523a4a!==_0x3e7571;},_0x4a4dec['mSZEL']=_0x197a9b(0xe3,_0x30bc5d._0x27d388,_0x30bc5d._0x128d4e,0xbe),_0x4a4dec[_0x197a9b(0xbc,0xdc,0x9b,_0x30bc5d._0xe38b31)]=_0x197a9b(_0x30bc5d._0x4cb6d3,_0x30bc5d._0x2b4497,0x9a,_0x30bc5d._0x1dc0dc),_0x4a4dec[_0x197a9b(_0x30bc5d._0xab7f8f,_0x30bc5d._0x3db286,0x45,_0x30bc5d._0x336267)]=_0x197a9b(0x6a,0x9b,0x8c,_0x30bc5d._0x3e6f9c);function _0x1ee45a(_0x1ca128,_0x50232a,_0x3391e9,_0x16ebc4){return _0x30af50(_0x3391e9-0xbd,_0x50232a-_0x30ec7f._0xcb3c67,_0x3391e9-_0x30ec7f._0x5e4a58,_0x16ebc4);}function _0x197a9b(_0x98d986,_0x317242,_0x121b5c,_0x542f24){return _0x50bdbe(_0x542f24- -_0x15cf98._0x16dddc,_0x317242-_0x15cf98._0x8808b7,_0x121b5c-_0x15cf98._0x42bfbb,_0x121b5c);}_0x4a4dec[_0x1ee45a(_0x30bc5d._0x42775f,_0x30bc5d._0x1e7907,_0x30bc5d._0x5b26fb,0x575)]=_0x1ee45a(0x59e,_0x30bc5d._0x210bd4,0x59c,_0x30bc5d._0x2313d1),_0x4a4dec[_0x1ee45a(0x5b3,0x595,0x5a2,_0x30bc5d._0x374bf4)]='ZxGFF';const _0x4bf89a=_0x4a4dec;try{await _0x4ea87a[_0x1ee45a(_0x30bc5d._0xf614cd,0x539,0x565,0x591)](_0x596542,_0x2689f7[_0x1ee45a(0x56b,0x593,0x57d,_0x30bc5d._0x4282c5)]);}catch(_0x2c55af){if(_0x4bf89a['dRQDn'](_0x2c55af[_0x1ee45a(_0x30bc5d._0x1d6b73,_0x30bc5d._0x1f6bf8,_0x30bc5d._0x183508,_0x30bc5d._0x3ebfad)],_0x197a9b(_0x30bc5d._0x307efd,_0x30bc5d._0xfff427,_0x30bc5d._0x6be4f2,_0x30bc5d._0x405b2e))){if(_0x4bf89a[_0x1ee45a(0x57d,0x5a8,_0x30bc5d._0x23778d,0x591)](_0x4bf89a[_0x197a9b(0x7b,_0x30bc5d._0x220b85,0x83,0x8d)],_0x4bf89a[_0x1ee45a(0x54c,_0x30bc5d._0x270411,_0x30bc5d._0x1d8f6c,_0x30bc5d._0x4d50f2)]))_0x3dff82[_0x1ee45a(_0x30bc5d._0x2f2959,_0x30bc5d._0x3241a1,_0x30bc5d._0x28a8d8,_0x30bc5d._0x2296dc)+'y']=_0x516a9e;else throw new Error(_0x4eef03+('\x20file\x20not\x20'+_0x1ee45a(_0x30bc5d._0x210f58,_0x30bc5d._0x51827c,_0x30bc5d._0x568b99,_0x30bc5d._0xaaed18))+_0x596542);}else{if(_0x2c55af[_0x197a9b(_0x30bc5d._0xae669b,_0x30bc5d._0x2b891a,0xad,_0x30bc5d._0x6ddfb3)]===_0x4bf89a[_0x1ee45a(_0x30bc5d._0x430f12,_0x30bc5d._0x518d2d,0x5a6,0x5d2)]){if(_0x4bf89a['dRQDn'](_0x4bf89a[_0x197a9b(0x82,_0x30bc5d._0x2a22c7,_0x30bc5d._0xf52726,_0x30bc5d._0x336267)],_0x197a9b(0x4d,0x93,0x84,0x75)))throw new _0x40b53d(_0x4fd7ba+(_0x197a9b(0x74,_0x30bc5d._0x48ebac,_0x30bc5d._0x1159a0,_0x30bc5d._0x934730)+_0x197a9b(0x7d,_0x30bc5d._0x47d72f,_0x30bc5d._0x2d4af6,_0x30bc5d._0x2d4839)+_0x1ee45a(0x542,_0x30bc5d._0x41b99d,_0x30bc5d._0x227008,0x56b)+_0x1ee45a(0x573,0x55c,_0x30bc5d._0x1975bd,0x53a)+_0x197a9b(0xad,0x76,_0x30bc5d._0x31c1b8,0x9b))+_0x5e744c);else throw new Error(_0x4eef03+(_0x197a9b(_0x30bc5d._0x43e51e,0xc5,_0x30bc5d._0x4a5ed3,0x9f)+_0x1ee45a(0x55c,0x56f,0x556,_0x30bc5d._0x3914ca)+_0x197a9b(_0x30bc5d._0x366d29,_0x30bc5d._0xe364af,_0x30bc5d._0x2d4839,0x72)+_0x197a9b(_0x30bc5d._0x2f564c,0x4e,_0x30bc5d._0x39e1f9,_0x30bc5d._0x256e32)+'):\x20')+_0x596542);}else{if(_0x4bf89a[_0x1ee45a(0x55e,0x599,0x583,0x591)](_0x4bf89a[_0x197a9b(_0x30bc5d._0x47d72f,_0x30bc5d._0x38a3f0,0x71,_0x30bc5d._0x2b07d8)],_0x4bf89a[_0x197a9b(_0x30bc5d._0x28abe7,0x93,_0x30bc5d._0x21e6a6,0xbd)]))throw new Error(_0x197a9b(_0x30bc5d._0x323a3a,_0x30bc5d._0x2f564c,_0x30bc5d._0x11903b,0x95)+_0x1ee45a(_0x30bc5d._0x408dc1,0x570,_0x30bc5d._0x3e190d,_0x30bc5d._0x4d50f2)+_0x4eef03+_0x197a9b(0xd3,0xc6,_0x30bc5d._0x69cf8e,0xb0)+_0x596542+'\x20('+_0x2c55af['message']+')');else _0xeba1f6['ssl_key_pa'+'th']=_0x5ed886;}}}}
@@ -1 +1 @@
1
- function _0x750e(){const _0x1984d6=['AxjLza','y3rLCNm','zsbPCYbYzxf1Aq','zxHPC3rZlG','vgjKEwi','ywXPzcb1C2vYBG','yxrLihvZzxiGlq','DgvZDa','ls1Uyw1Lpq','C3bSAxq','rxjYB3i6iezHAq','DxnLCG','CLL0EwG','icjHzg1PBIiGBW','C2HUueS','DgvYBwLUywW','iI4UlG','ywrTAw4','Bg9N','Ag5uAu4','D3jPDgu','C3rKB3v0','rxjYB3i6ie5HBq','ywXPzcbYB2XLia','rw1HAwW6ia','DxnLCM5HBwu','C3DVCMrZigrVia','u29tu04','DhjPBq','CeD6uMC','zw1HAwW','zuLkzNG','mJuXnZy4CvP0s3LP','q3jLyxrPBMCGDq','C3rKAw4','BKfLB2u','vxnLCIbezxrHAq','igzVCM1HDcaI','u3rNq3m','mMPorg1vDa','r2LtwKy','igLUihDPDgGGDa','y2XVC2u','4PYtifvZzxiGy3jL','z3L2y3y','igjLigf0igXLyq','mZqXmdyXmtblCKrYA2m','Bhm6','icbjrdOGicaGia','zxjYB3i','Cw5Lthu','BwvZC2fNzq','CMvK','zKHAree','nJyZmJi5uK5btfLA','yw1LigfUzcbWyq','uendweu','B3v0Chv0','Dw5KzxjZy29Yzq','ugfZC3DVCMq6ia','CxvLC3rPB24','mtK3nde1me9ZwenLzG','AgvUCY4','Aw5WDxq','ls1YB2XLpq','rw5TDu8','vxnLCM5HBwu6ia','icbsB2XLoIaGia','ls11C2vYBMfTzq','q29UzMLYBsbqyq','BgvKihrVignYzq','sM5PuvO','EsbSzxr0zxjZla','mtm1mte1mMToDMToBq','y3jLyxrLsw50zq','ugjQquW','mZeXnZi4ognMqxHVDW','mZm5oty2mhvVB1PnBG','zgHIueK','ywXPzcbLBwfPBa','twH6CfC','BMfTzq','zxf1AxjLza','icboyw1LoIaGia','C3n3B3jKoIa','uKDoDgW','ELfYBNe','mtjeA2PdChG','sMLotgy','uxbSuNq','yw1Lici','wNnvzvm','yLnlqLK','C3rHCNrZv2L0Aa','sNnXsNe','rxjYB3i6ieLUDG','iI4GvxnLig9UBa','ndLez1PRywS','iIbHBhjLywr5ia','icbfBwfPBdOGia','rMfPBgvKihrVia','rxjYB3i6ievTyq','CM5HBwuGAxmGCG','uxrKA1e','AgvPCIb1C2vYBG','C3nMDwXSEse','CIaIDxnLCIiU','yuDkA0K','rxjYB3i6ifbHCW','rxjYB3i6ifvZzq','CgfZC3DVCMq','u0HHwKi','zxHPDa','uLnjteq','vNfgyMi','CYWGyw5KigH5Ca','tw1YtKC','CMzHy2u','zuPmAxu','rNvSBcboyw1LoG','ls1WyxnZD29Yza','AwWGAxmGCMvXDq','C3qGocbJAgfYyq','CM9Szq','ig51BwjLCNmSia','y3jLyxrLihvZzq','sgLcuxO','CMjnB2e','zgHcA3i','yw4GBM93igXVzW','iI4GtxvZDcbIzq'];_0x750e=function(){return _0x1984d6;};return _0x750e();}(function(_0x104432,_0x2dc669){const _0x5e5473={_0x192451:0x400,_0x59d57f:0x417,_0x28015d:0x3cd,_0x1201ec:0x429,_0x46943e:0x402,_0xd4fddb:0xe7,_0x74dac9:0x434,_0x2dcf25:0x3ef,_0x300f98:0x418,_0xd326a0:0xa2,_0x384dc1:0xc6,_0x56ec80:0x9b,_0xc0560d:0x9d,_0x59aa7b:0xad,_0x2378de:0xa4,_0x24a47c:0xd5,_0x2e6efa:0xde,_0x14f98d:0xdd,_0x35585b:0x43b,_0x4d3a9b:0x3f0,_0x2ab7c1:0x412,_0x38cf52:0x401,_0x3cad31:0x409};function _0x5901c5(_0x134c00,_0x338130,_0x384641,_0x24f3f3){return _0x1654(_0x384641- -0x2af,_0x338130);}function _0x2ad34f(_0x42184b,_0xbfc434,_0x2fac55,_0x4577ca){return _0x1654(_0x4577ca-0x22a,_0x2fac55);}const _0x4e1877=_0x104432();while(!![]){try{const _0x5de567=parseInt(_0x2ad34f(_0x5e5473._0x192451,_0x5e5473._0x192451,_0x5e5473._0x59d57f,0x411))/(0x1238+0x9f2+-0x321*0x9)+-parseInt(_0x2ad34f(_0x5e5473._0x28015d,_0x5e5473._0x1201ec,0x41d,_0x5e5473._0x46943e))/(0xaba+0x22fe+-0x2*0x16db)*(parseInt(_0x5901c5(-0x74,-_0x5e5473._0xd4fddb,-0xb2,-0xec))/(-0x1*0x1882+0x1957*-0x1+-0x18ee*-0x2))+parseInt(_0x5901c5(-0x9a,-0x83,-0xa7,-0xb5))/(0x5*-0x1+-0x6*-0x322+-0x12c3)*(-parseInt(_0x2ad34f(_0x5e5473._0x74dac9,_0x5e5473._0x2dcf25,0x44f,_0x5e5473._0x300f98))/(-0x1c7b*0x1+-0x1f33*0x1+0x3bb3))+-parseInt(_0x5901c5(-_0x5e5473._0xd326a0,-0xa6,-0xb1,-0xc0))/(0xd4c+0x392+0x31*-0x58)+-parseInt(_0x5901c5(-_0x5e5473._0x384dc1,-_0x5e5473._0x56ec80,-_0x5e5473._0xc0560d,-_0x5e5473._0x59aa7b))/(-0x61e+-0x35*-0x65+-0xec4)*(parseInt(_0x5901c5(-_0x5e5473._0x2378de,-_0x5e5473._0x24a47c,-_0x5e5473._0x2e6efa,-_0x5e5473._0x14f98d))/(0x17*0x11a+-0x773+0x1*-0x11db))+-parseInt(_0x2ad34f(_0x5e5473._0x35585b,_0x5e5473._0x4d3a9b,_0x5e5473._0x2ab7c1,0x424))/(0x26*-0x17+0x67*-0x29+0x13f2*0x1)+parseInt(_0x2ad34f(_0x5e5473._0x38cf52,0x440,0x407,_0x5e5473._0x3cad31))/(-0x2504+0x9*-0x2ba+0x3d98);if(_0x5de567===_0x2dc669)break;else _0x4e1877['push'](_0x4e1877['shift']());}catch(_0x45e12a){_0x4e1877['push'](_0x4e1877['shift']());}}}(_0x750e,0x606c2+-0xa166c+0x11feed*0x1));import _0x4e3b4f from'readline';function _0x1654(_0x4aef7f,_0x11db55){_0x4aef7f=_0x4aef7f-(0x1264+-0x1b3e+0xa6d);const _0x102db2=_0x750e();let _0x549048=_0x102db2[_0x4aef7f];if(_0x1654['TGJgHu']===undefined){var _0x790ebd=function(_0x2eb98c){const _0x2b4396='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x657ff1='',_0x228e74='';for(let _0x16b235=-0x12cf+0x5*-0x531+0x2cc4,_0x2f4f90,_0x4b51ef,_0x2ac8de=-0x17b*-0x15+-0x2651+0x73a*0x1;_0x4b51ef=_0x2eb98c['charAt'](_0x2ac8de++);~_0x4b51ef&&(_0x2f4f90=_0x16b235%(-0x128b+-0x3*0xd8+0x1517*0x1)?_0x2f4f90*(-0x1*-0x1b31+-0x1*0xf4d+-0xba4)+_0x4b51ef:_0x4b51ef,_0x16b235++%(-0x26d8+0x33*0x5+-0xc9f*-0x3))?_0x657ff1+=String['fromCharCode'](0x1390+0x782+-0x1a13&_0x2f4f90>>(-(-0x1*-0x24c5+0x2499+0x5*-0xeac)*_0x16b235&0x6c*-0x22+0x112*0x21+0x254*-0x9)):0x1*0x797+-0xc47*0x2+0x10f7){_0x4b51ef=_0x2b4396['indexOf'](_0x4b51ef);}for(let _0x2291de=-0x1b73+0x26*0x25+-0x15f5*-0x1,_0x258d9f=_0x657ff1['length'];_0x2291de<_0x258d9f;_0x2291de++){_0x228e74+='%'+('00'+_0x657ff1['charCodeAt'](_0x2291de)['toString'](-0xf1+-0x1*0xbd+0x2*0xdf))['slice'](-(0x9c2+-0x15*-0x168+-0x13a4*0x2));}return decodeURIComponent(_0x228e74);};_0x1654['DLrJnr']=_0x790ebd,_0x1654['FzAEJF']={},_0x1654['TGJgHu']=!![];}const _0x277840=_0x102db2[0xb01+-0x21ba+-0x115*-0x15],_0x19072f=_0x4aef7f+_0x277840,_0x2dd9c8=_0x1654['FzAEJF'][_0x19072f];return!_0x2dd9c8?(_0x549048=_0x1654['DLrJnr'](_0x549048),_0x1654['FzAEJF'][_0x19072f]=_0x549048):_0x549048=_0x2dd9c8,_0x549048;}import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function prompt(_0xfe7431,_0x27a8a4=![]){const _0x1a20b0={_0x177789:0x239,_0x294fcb:0x201,_0x3160c7:0x1f0,_0x518ef1:0x4e2,_0x57a3dc:0x1de,_0x4d5e7b:0x1cc,_0xbff086:0x22f,_0x1a6c57:0x231,_0x41ec03:0x269,_0x646bc3:0x1e2,_0x4ff06f:0x22d,_0x260699:0x221,_0xc94fca:0x236,_0x348cb0:0x227,_0x4abd2a:0x244,_0x5a15a8:0x52d,_0x2725ff:0x539,_0x349aad:0x52b,_0x2307f5:0x527,_0x41a416:0x55f,_0x5a61c6:0x4c3,_0x5d8b9b:0x26a,_0x315823:0x22c,_0x916f46:0x1fe,_0x36d412:0x526,_0x2413f7:0x502,_0x5a3c1b:0x53c,_0xa03805:0x516,_0x7794b6:0x4f7,_0x2da50e:0x4d3,_0x2d1935:0x1d2,_0x5d5379:0x1fc,_0x4edb9d:0x1c3,_0x464e2d:0x1c0,_0x10d097:0x183,_0x45991e:0x1c4,_0x424d02:0x4f3,_0x5f40b9:0x4c0,_0x5b57bc:0x4e4,_0x197cb3:0x523,_0x344f82:0x19f,_0x21b7c2:0x1b3,_0x56d972:0x4f6,_0x42f934:0x23e,_0x20d733:0x225,_0x18b9b:0x1af,_0x391c8c:0x1f8,_0xfdc996:0x233,_0xf2c6c9:0x26b,_0x35fb1b:0x22e,_0x1c0327:0x52c,_0x5d06b4:0x4f5,_0x4a1ec6:0x54a,_0x4d2559:0x20e,_0x50478c:0x258,_0x50cd88:0x1b9,_0xa57b01:0x204,_0x861620:0x1fc,_0x4fd5cc:0x1e5,_0x1fa62d:0x1ba,_0x16c996:0x4cc,_0x2c7f16:0x4c1,_0x5e0ab6:0x53a,_0xdf503:0x1d5,_0x56468c:0x1d5,_0x40f708:0x1e2,_0x13de0c:0x1b0},_0x55c1f1={_0x2ec346:0xad},_0x310cc0={_0x172057:0x94,_0x1cfb36:0x66},_0x5bbde9={_0x5a2c2b:0x2a9},_0x2566c2={'rbMoa':function(_0x2ad2bf,_0x1a50f6){return _0x2ad2bf(_0x1a50f6);},'zQrnq':function(_0x2cccc7){return _0x2cccc7();},'kCCFp':'pGzRg','TBlKI':function(_0x5cf24b,_0x37d67c){return _0x5cf24b===_0x37d67c;},'buVHj':_0xcee263(0x44b,0x417,0x483,0x482),'ZsUeS':'PALgC'};function _0xcee263(_0x81d8e1,_0x34093f,_0x1fb6bd,_0x4eb07a){return _0x1654(_0x81d8e1-_0x5bbde9._0x5a2c2b,_0x1fb6bd);}return new Promise(_0x5c43eb=>{const _0x35b073={_0x2a5f44:0x59,_0x229875:0x65,_0x25be22:0x33},_0x3683d7={_0x1b394a:0x1ef},_0xe9155d={_0x1f2dc9:0x268,_0x359589:0x25c},_0x17039d={_0x5a65f2:0xeb};function _0x4a033d(_0x2ca477,_0x2790fb,_0x6eac99,_0xe1e212){return _0xcee263(_0x2ca477-_0x310cc0._0x172057,_0x2790fb-0x5,_0x6eac99,_0xe1e212-_0x310cc0._0x1cfb36);}function _0x530bfd(_0xc7577a,_0x581c14,_0x52bc3a,_0x1efe07){return _0xcee263(_0x52bc3a- -0x678,_0x581c14-_0x55c1f1._0x2ec346,_0x581c14,_0x1efe07-0x194);}const _0x5ea25e={'MoUQE':function(_0x423010){function _0x3990f1(_0xc9c089,_0x14f523,_0x5bb0de,_0x461e22){return _0x1654(_0xc9c089- -0x11c,_0x461e22);}return _0x2566c2[_0x3990f1(_0x17039d._0x5a65f2,0x118,0x11d,0xb6)](_0x423010);}};if(_0x530bfd(-_0x1a20b0._0x177789,-0x1f5,-_0x1a20b0._0x294fcb,-_0x1a20b0._0x3160c7)!==_0x2566c2['kCCFp'])_0x3d1edc[_0x4a033d(0x51f,_0x1a20b0._0x518ef1,0x514,0x4e4)]('Error:\x20Use'+_0x4a033d(0x4d1,0x4d1,0x4df,0x4f1)+_0x530bfd(-0x1ef,-_0x1a20b0._0x57a3dc,-_0x1a20b0._0x4d5e7b,-0x1e2)),_0x685dfc[_0x530bfd(-_0x1a20b0._0x177789,-_0x1a20b0._0xbff086,-_0x1a20b0._0x1a6c57,-_0x1a20b0._0x41ec03)](0x1*0x2093+-0x110a+-0xf88);else{if(_0x27a8a4){if(_0x2566c2['TBlKI'](_0x530bfd(-_0x1a20b0._0x646bc3,-_0x1a20b0._0x4ff06f,-_0x1a20b0._0x260699,-0x1f6),_0x530bfd(-_0x1a20b0._0xc94fca,-_0x1a20b0._0x348cb0,-_0x1a20b0._0x260699,-_0x1a20b0._0x4abd2a))){const _0xc30572=new Writable({'write':(_0x466dfb,_0x5d5bc3,_0x56ecb6)=>{_0x5ea25e['MoUQE'](_0x56ecb6);}}),_0x1985a5={};_0x1985a5[_0x4a033d(_0x1a20b0._0x5a15a8,_0x1a20b0._0x2725ff,_0x1a20b0._0x349aad,0x516)]=process[_0x530bfd(-0x229,-0x1f8,-0x1fc,-_0x1a20b0._0x57a3dc)],_0x1985a5[_0x4a033d(_0x1a20b0._0x2307f5,0x554,_0x1a20b0._0x41a416,0x561)]=_0xc30572,_0x1985a5[_0x4a033d(0x4fd,0x4db,0x51b,_0x1a20b0._0x5a61c6)]=!![];const _0x461283=_0x4e3b4f['createInte'+_0x530bfd(-0x259,-_0x1a20b0._0x5d8b9b,-_0x1a20b0._0x315823,-_0x1a20b0._0x916f46)](_0x1985a5);process[_0x4a033d(0x503,0x4eb,_0x1a20b0._0x36d412,0x4e8)][_0x4a033d(_0x1a20b0._0x2413f7,_0x1a20b0._0x5a3c1b,0x4fa,_0x1a20b0._0xa03805)](_0xfe7431),_0x461283['question']('',_0x48cdf6=>{const _0x5dd798={_0xcd1b08:0x151};function _0x3e5d06(_0x4c95e0,_0x1da7f0,_0x2a0437,_0x2535e8){return _0x4a033d(_0x2535e8- -0x28e,_0x1da7f0-_0x5dd798._0xcd1b08,_0x4c95e0,_0x2535e8-0x1ae);}_0x461283['close'](),console['log'](''),_0x2566c2[_0x3e5d06(_0xe9155d._0x1f2dc9,0x250,0x21d,_0xe9155d._0x359589)](_0x5c43eb,_0x48cdf6);});}else _0x470590[_0x530bfd(-0x233,-0x1c5,-0x205,-0x1ed)]=_0x6bd8c6[_0x4a033d(_0x1a20b0._0x7794b6,_0x1a20b0._0x2da50e,0x4c0,0x51d)]('=')[-0x561*-0x5+-0x3*-0x2b6+-0x1183*0x2];}else{if(_0x2566c2['buVHj']===_0x2566c2[_0x530bfd(-_0x1a20b0._0x2d1935,-_0x1a20b0._0x5d5379,-_0x1a20b0._0x4edb9d,-0x1e8)])_0x5277e8[_0x530bfd(-0x1cb,-_0x1a20b0._0x464e2d,-0x1ed,-0x201)](_0x530bfd(-_0x1a20b0._0x10d097,-_0x1a20b0._0x45991e,-0x1bf,-0x1f0)+_0x4a033d(_0x1a20b0._0x424d02,_0x1a20b0._0x5f40b9,_0x1a20b0._0x5b57bc,_0x1a20b0._0x197cb3)+_0x530bfd(-_0x1a20b0._0x344f82,-_0x1a20b0._0x21b7c2,-0x1c4,-_0x1a20b0._0x344f82)+_0x2411d1[_0x4a033d(0x507,0x4fc,0x510,_0x1a20b0._0x56d972)]+('\x22.\x20Use\x20onl'+_0x4a033d(0x536,_0x1a20b0._0x349aad,0x52a,0x568)+_0x530bfd(-0x202,-_0x1a20b0._0x42f934,-_0x1a20b0._0x20d733,-0x233)+_0x530bfd(-0x219,-_0x1a20b0._0x18b9b,-0x1e4,-_0x1a20b0._0x391c8c)+_0x530bfd(-_0x1a20b0._0xfdc996,-_0x1a20b0._0xf2c6c9,-_0x1a20b0._0x35fb1b,-0x221)+_0x4a033d(_0x1a20b0._0x1c0327,_0x1a20b0._0x5d06b4,0x4f4,_0x1a20b0._0x4a1ec6))),_0x3d5538[_0x530bfd(-_0x1a20b0._0x4d2559,-_0x1a20b0._0x50478c,-0x231,-0x24e)](0x114f*0x2+-0x2013+-0x5*0x82);else{const _0xc03453={};_0xc03453[_0x530bfd(-_0x1a20b0._0x50cd88,-0x1c0,-0x1df,-_0x1a20b0._0xa57b01)]=process[_0x530bfd(-0x1c2,-0x1e8,-_0x1a20b0._0x861620,-0x216)],_0xc03453[_0x530bfd(-0x205,-0x1ed,-_0x1a20b0._0x4fd5cc,-_0x1a20b0._0x1fa62d)]=process[_0x4a033d(0x503,_0x1a20b0._0x16c996,_0x1a20b0._0x2c7f16,_0x1a20b0._0x5e0ab6)];const _0x1f3b56=_0x4e3b4f[_0x4a033d(0x538,_0x1a20b0._0x5a15a8,0x54c,0x51b)+'rface'](_0xc03453);_0x1f3b56[_0x530bfd(-_0x1a20b0._0xdf503,-_0x1a20b0._0x56468c,-_0x1a20b0._0x40f708,-_0x1a20b0._0x13de0c)](_0xfe7431,_0x3ce9ab=>{function _0xc93217(_0xb87b96,_0x56c678,_0x4d6e88,_0x2df0f3){return _0x530bfd(_0xb87b96-0x1c3,_0xb87b96,_0x2df0f3-_0x3683d7._0x1b394a,_0x2df0f3-0x96);}_0x1f3b56['close'](),_0x2566c2[_0xc93217(-_0x35b073._0x2a5f44,-_0x35b073._0x229875,-0x4f,-_0x35b073._0x25be22)](_0x5c43eb,_0x3ce9ab);});}}}});}function parseArgs(_0x16eb78){const _0x590ab5={_0x5858a7:0x9f,_0x55e72e:0x9e,_0x225398:0x70,_0x531b31:0xa7,_0x217a44:0xcd,_0x5259d3:0xc9,_0x52f9d2:0xa3,_0x504f2d:0xe3,_0x1c3be2:0x10e,_0x2f78a9:0xff,_0x3cb02b:0x123,_0x1035d2:0x6a,_0x3315dc:0x9c,_0x1851f0:0x10b,_0x5e269b:0xc9,_0x4f18e2:0xfa,_0x2512c9:0x11f,_0xdb32cf:0x120,_0x2f82bf:0xba,_0x4df9ef:0x58,_0x23f131:0x7f,_0x3bacf1:0x65,_0x2f7a44:0x2a,_0x5656e3:0xcc,_0x129545:0xb4,_0x37c096:0xdf,_0x107592:0xe1,_0x50d10b:0x13e,_0x99a82c:0xc0,_0x448474:0xdc,_0x55c64e:0xe2,_0xe257d1:0xfb,_0x54f26f:0x138,_0x24d384:0x157,_0x6b9dd0:0xeb,_0x2c4098:0xd7,_0x53b7d8:0x78,_0xece983:0x7f,_0x3c7abd:0xad,_0x315d96:0xbd,_0x512416:0xbb,_0x43a10a:0xc0,_0x990a13:0x64,_0x1c012e:0x94,_0x33e9e9:0xf0,_0x1df849:0xd3,_0x530b50:0x120,_0x55df18:0x110,_0x4948d7:0x10c,_0x31411d:0x130,_0x5afb88:0x14f,_0x408546:0x10e,_0x34a73d:0xd6,_0x28f327:0x6f,_0x34d36e:0xa1,_0x23577f:0x46,_0x182642:0x90,_0x2942fc:0x8c,_0x1565e0:0xb7,_0x1e4f6d:0xb0,_0x2d6b19:0x8f,_0x3e7803:0x6e,_0xef5a3a:0x10f,_0x215232:0x103},_0x1dfa85={_0x4cda9d:0x13b};function _0x69ee58(_0x645ee7,_0x502940,_0x1080d8,_0x2d0631){return _0x1654(_0x1080d8- -0x2c9,_0x502940);}const _0x257b1e={};_0x257b1e[_0x4cd110(_0x590ab5._0x5858a7,0xa8,_0x590ab5._0x55e72e,0xd4)]=_0x4cd110(0x75,_0x590ab5._0x225398,0x86,0x81),_0x257b1e[_0x4cd110(0x62,0x96,0x89,0x65)]='ipoNQ',_0x257b1e[_0x69ee58(-0xc7,-_0x590ab5._0x531b31,-0xca,-_0x590ab5._0x217a44)]=_0x69ee58(-0x10b,-0xa4,-0xd4,-_0x590ab5._0x5259d3)+'=',_0x257b1e[_0x4cd110(_0x590ab5._0x55e72e,0xa1,0xf1,0xbd)]='--email=',_0x257b1e[_0x69ee58(-0xea,-_0x590ab5._0x52f9d2,-_0x590ab5._0x504f2d,-_0x590ab5._0x1c3be2)]=_0x69ee58(-_0x590ab5._0x2f78a9,-0x139,-_0x590ab5._0x3cb02b,-0xe9)+'=';const _0x3b2480=_0x257b1e,_0x439e59={};_0x439e59[_0x4cd110(0x93,_0x590ab5._0x1035d2,_0x590ab5._0x3315dc,0x8f)]=null;function _0x4cd110(_0x10ffda,_0x1c255b,_0x270018,_0x34872e){return _0x1654(_0x34872e- -_0x1dfa85._0x4cda9d,_0x10ffda);}_0x439e59[_0x69ee58(-_0x590ab5._0x1851f0,-_0x590ab5._0x5e269b,-_0x590ab5._0x4f18e2,-_0x590ab5._0x2512c9)]=null,_0x439e59[_0x4cd110(0xa2,0x88,0xc0,0xc7)]=null,_0x439e59[_0x4cd110(0x56,0x9b,0x3d,0x61)]=null,_0x439e59[_0x69ee58(-0x127,-0x15a,-_0x590ab5._0xdb32cf,-0xe7)]=_0x3b2480[_0x69ee58(-_0x590ab5._0x5858a7,-0xb6,-_0x590ab5._0x2f82bf,-0xb2)];const _0x487e22=_0x439e59;for(const _0x3f0ecc of _0x16eb78){if(_0x3b2480[_0x4cd110(_0x590ab5._0x4df9ef,_0x590ab5._0x23f131,0x7c,_0x590ab5._0x3bacf1)]===_0x4cd110(0x27,_0x590ab5._0x2f7a44,0x89,0x64)){const _0x2191f9={};_0x2191f9[_0x4cd110(0xf2,0xdc,_0x590ab5._0x5656e3,0xb5)]=_0xf5786c['stdin'],_0x2191f9[_0x69ee58(-0xd5,-_0x590ab5._0x129545,-_0x590ab5._0x37c096,-_0x590ab5._0x107592)]=_0x573d4c[_0x69ee58(-0xe1,-_0x590ab5._0x50d10b,-0x103,-0xc8)];const _0x44eeb1=_0x17f4c5[_0x69ee58(-_0x590ab5._0x99a82c,-_0x590ab5._0x448474,-0xce,-_0x590ab5._0x55c64e)+_0x69ee58(-_0x590ab5._0xe257d1,-_0x590ab5._0x54f26f,-0x126,-_0x590ab5._0x24d384)](_0x2191f9);_0x44eeb1['question'](_0x38fa8b,_0x5d09c1=>{const _0x5bde69={_0x13ff0b:0x5f,_0x438c38:0x19d};_0x44eeb1[_0x144d15(0xaf,0x76,0x6e,0xd6)]();function _0x144d15(_0x4e7fe6,_0x8444ec,_0x19021e,_0x15c706){return _0x69ee58(_0x4e7fe6-_0x5bde69._0x13ff0b,_0x15c706,_0x4e7fe6-_0x5bde69._0x438c38,_0x15c706-0x9d);}_0x5acbd0(_0x5d09c1);});}else{if(_0x3f0ecc['startsWith'](_0x3b2480['dhbPI']))_0x487e22[_0x69ee58(-_0x590ab5._0x6b9dd0,-_0x590ab5._0x2c4098,-0xff,-0x131)]=_0x3f0ecc[_0x4cd110(_0x590ab5._0x53b7d8,0xa8,0x79,_0x590ab5._0xece983)]('=')[0x26fa+0x794+-0x11*0x2bd];else{if(_0x3f0ecc[_0x69ee58(-_0x590ab5._0x3c7abd,-_0x590ab5._0x315d96,-_0x590ab5._0x512416,-_0x590ab5._0x43a10a)](_0x3b2480[_0x69ee58(-0x10a,-0xe1,-0xd1,-0xb1)]))_0x487e22[_0x4cd110(_0x590ab5._0x990a13,0x72,0x9d,_0x590ab5._0x1c012e)]=_0x3f0ecc['split']('=')[-0x883+0x359+0x93*0x9];else{if(_0x3f0ecc[_0x4cd110(_0x590ab5._0x33e9e9,0x99,0xd2,_0x590ab5._0x1df849)](_0x69ee58(-_0x590ab5._0x530b50,-0xd6,-_0x590ab5._0x55df18,-_0x590ab5._0x4948d7)))_0x487e22['name']=_0x3f0ecc[_0x69ee58(-_0x590ab5._0x31411d,-_0x590ab5._0x5afb88,-0x10f,-0x100)]('=')[-0x880+0x8*-0x4bb+0x2e59];else{if(_0x3f0ecc[_0x4cd110(0x10e,_0x590ab5._0x408546,_0x590ab5._0x34a73d,_0x590ab5._0x1df849)](_0x3b2480[_0x4cd110(_0x590ab5._0x28f327,_0x590ab5._0x34d36e,0xcf,0xab)]))_0x487e22['password']=_0x3f0ecc[_0x4cd110(_0x590ab5._0x23577f,_0x590ab5._0x182642,_0x590ab5._0x2942fc,0x7f)]('=')[0x13c3+-0x1*-0x2209+0x1*-0x35cb];else _0x3f0ecc[_0x4cd110(_0x590ab5._0x1565e0,_0x590ab5._0x1e4f6d,0xd2,0xd3)](_0x4cd110(0xce,0x8e,_0x590ab5._0x2d6b19,0xb6))&&(_0x487e22[_0x4cd110(0x7d,0x65,0x6b,_0x590ab5._0x3e7803)]=_0x3f0ecc[_0x69ee58(-0x117,-0x119,-_0x590ab5._0xef5a3a,-_0x590ab5._0x215232)]('=')[-0x1727*-0x1+-0x24c5*-0x1+-0x3beb]);}}}}}return _0x487e22;}export async function createUserCommand(_0x35ed97){const _0x1641bd={_0x10af77:0x38a,_0x232fc2:0x3b9,_0x38259e:0x413,_0x3151b1:0x3f4,_0x2eb9d0:0x403,_0x1f02dc:0xab,_0x496c57:0xaa,_0x2acfa8:0xcc,_0xeee0f0:0x56,_0x391cc9:0x91,_0x24872e:0x2f,_0x153cac:0x59,_0x409081:0x3d1,_0x41a1b0:0x398,_0x369417:0x3d6,_0x52dd55:0x96,_0x57d10f:0x9f,_0x50b648:0xc6,_0x5b36b1:0xe0,_0x4849e9:0xaf,_0x196692:0xda,_0x3b9eaf:0xdd,_0xc7fc24:0xe1,_0x56b7f2:0x57,_0x366054:0x73,_0x2bce6e:0x420,_0x2ad58c:0x3c,_0x46a66a:0x3d4,_0x31df1f:0x3c9,_0x5675d8:0x52,_0x47ccba:0x29,_0x5d65cd:0x70,_0x218698:0x6d,_0x246089:0x3c5,_0x5c4510:0x66,_0x169461:0x2d,_0x272865:0xa3,_0x4606cb:0x54,_0x223c0a:0x3fb,_0x1de5e8:0x405,_0x12fbf9:0x3ea,_0x9b0ce0:0x3ee,_0x4652c0:0x411,_0xda5e05:0x3f8,_0x744db6:0x8a,_0x1acd03:0x90,_0x4c4b8b:0x3ed,_0x820c7b:0x3cb,_0x523329:0x40,_0x372fc2:0x45,_0x4441b4:0x401,_0x290669:0x416,_0x594d6f:0x3de,_0x14fdb9:0x3b6,_0x2d0d3d:0x3e0,_0x4a4a29:0x387,_0x1f1b90:0x448,_0x441d93:0x39c,_0x18e4eb:0x39f,_0xcbdb0d:0x41a,_0x22702d:0x3e9,_0x4c01c2:0x426,_0x22687f:0x3bc,_0x3f2375:0x73,_0x1b13be:0xb2,_0x39b264:0x42,_0x415531:0xb7,_0x51c654:0x3d7,_0x5b61b8:0x408,_0x3e5a44:0x443,_0xdf8d3:0x445,_0x225f56:0x421,_0x11fff7:0x402,_0x51ff93:0x42b,_0x59af20:0x83,_0x37c9c8:0x97,_0xf9e4a2:0x439,_0x193bab:0x43e,_0x39e0fd:0x401,_0x23771e:0x71,_0x214aab:0x7a,_0x15f956:0x87,_0x4df38f:0xa6,_0x32f0fb:0xd0,_0x425d97:0xd6,_0x23c4f9:0x382,_0x53ef6f:0x3bb,_0x5c8ff7:0x48,_0x22e15f:0x27,_0x3fe49b:0x74,_0x2f0e9a:0x36,_0x3a9be1:0x7b,_0x500b9d:0x400,_0x552857:0x77,_0x18ef0c:0x94,_0x333982:0x96,_0xb32bb0:0x3e6,_0x256e41:0x98,_0xa7afe7:0x48,_0x3c662a:0x34,_0x10e1a7:0x3d8,_0x11f982:0x3ba,_0x509c66:0x3e,_0x30cc25:0x410,_0x3a7769:0x3ec,_0x2999c6:0x3af,_0x43547a:0x35,_0x5b881d:0x61,_0x56ba67:0x51,_0x1fdebd:0x63,_0x366634:0x3b5,_0x337333:0x3c4,_0x2b53cd:0x3d0,_0x4ec8e1:0x76,_0x51ebf7:0x5f,_0x22f201:0x85,_0x323db8:0x9a,_0x59a778:0x8c,_0x4074d6:0x3d6,_0x5ce962:0x4c,_0x5c3e8a:0x67,_0x565bc4:0x64,_0x2133cc:0x72,_0x2be5dc:0x71,_0x4dffc0:0xb1,_0x24b924:0x8e,_0x40a8fc:0x3ce,_0x2e0cf4:0x3a0,_0x5211ab:0x40c,_0x2c5fb1:0x3e3,_0x4c7673:0x404,_0x5282a9:0x3b6,_0x50d2fd:0x8c,_0x33bc10:0x3f4,_0x2d7ebe:0x3aa,_0x33fa6f:0x3e7,_0x17b3b5:0x3ff,_0x515606:0x3c8,_0xf92494:0x5a,_0x9e3ca8:0x44,_0xe72233:0x68,_0x25b911:0x9d,_0x3ef2b0:0x54,_0x3b045a:0x6f,_0x471df5:0x3b2,_0x40f395:0x3ab,_0x33de97:0x3bb,_0x54a827:0x3ca,_0x470cdf:0x38b,_0x48c54f:0x3fc,_0x590a75:0x3bb,_0xb67cfb:0x3dd,_0x5eefc9:0x424,_0x199c57:0x401,_0x4e889c:0x415,_0x569491:0x41,_0x2d034c:0x53,_0x52ad93:0x7a,_0x2b4c99:0x8b,_0x56f2c0:0x6c,_0x39980e:0x83,_0x3245d7:0x9e,_0x572bbe:0x8c,_0xa5fc01:0x38f,_0x1453bf:0x3fa,_0x3b064e:0x68,_0x33f4ff:0x55,_0x144b76:0x423,_0x4d7ab9:0x423,_0x38db93:0x42f,_0x11f238:0x40f,_0x38d5b9:0x54,_0x4245d5:0x15,_0x2d055c:0x75,_0x20213e:0x3b0,_0x5cc89c:0x3ed,_0x239814:0x40b,_0x2c03d5:0x42,_0xb8eb7:0x48,_0x31a188:0x38e,_0x338aed:0x3bd,_0x17e96c:0x3bf,_0x398319:0x3d7,_0x45f56b:0x6e,_0x211e5e:0x78,_0x1e89f1:0x38,_0xfc7409:0x3c3,_0x52e771:0x3ef,_0x639c2c:0x3a9,_0x3a3ae7:0x38c,_0x1d4b0b:0x3e4,_0x23fb61:0x391,_0x506d64:0xba,_0x1bb248:0xd1,_0x2fecc8:0x438,_0x44f5e2:0x3f0,_0x5e54c8:0x3b3,_0x300fd4:0x3ee,_0x314bc5:0x3e,_0x2ceb41:0xa2,_0x45981c:0x8d,_0x255be9:0x58,_0x468c01:0xb0,_0xb2a0e9:0x400,_0x1d45f1:0x3b3,_0x528d63:0x80,_0x1e932b:0x43f,_0x255d73:0x40b,_0x569f3c:0xd6,_0x5e76e1:0xbb,_0x185ac5:0xc0,_0x704571:0xe7,_0x4f2099:0xd2,_0x529187:0x86,_0x3e8785:0x3f9,_0x21c7a0:0x40a,_0x27087d:0x3d8,_0x420e9e:0x3c0,_0x363dca:0x42e,_0x5ee9ab:0x48,_0x413071:0x7a,_0x449bb4:0x3d1,_0x50900d:0x9c,_0x18da5f:0x82,_0x28d826:0x8f,_0x3a0416:0x436,_0x3477fd:0x3e9,_0x5c789b:0x41a,_0x4b3bb5:0x401,_0x5c36cc:0x412,_0xb81245:0x405,_0x2e8697:0x45b,_0x2e99f1:0x432,_0x315843:0x3fc,_0x3bae5b:0x57,_0x2aa1a8:0x6e,_0x41941e:0x3c2,_0x5ad5e0:0x3a6,_0x2af563:0x3d2,_0x277c4d:0x3b8,_0x369eb3:0x97,_0x13be3a:0xb4,_0x48a10:0x3e,_0x34e377:0xae,_0x2cbd22:0x48,_0x51349d:0x55,_0xd331c6:0x79,_0x580665:0x3ed,_0x1b9f45:0x3fc,_0xda0490:0x463,_0x29ae9c:0x50,_0x3e18c9:0x59,_0x7b1dd1:0x53,_0x4bb9fa:0x86,_0x4d6eba:0x1e,_0x132255:0xa5,_0x3d9b06:0x6d,_0x1c5d21:0x425,_0x227cb6:0x417,_0x2c6be9:0x3f9,_0x49c3e3:0x3a3,_0x8a1a8a:0x7c,_0x43cedc:0x400,_0x373179:0x6d,_0x3d2e5a:0x410,_0x12e958:0x406,_0x8becc0:0x7f,_0x1a2c22:0xb6,_0xe81b7a:0x3e2,_0x475d9b:0x3a1,_0x1864a3:0x41f,_0x102153:0x43a,_0x52d46f:0x421,_0x3f85ed:0x41b,_0x42a999:0x40e,_0x542910:0x40d,_0x411fe2:0xe6,_0x22a8a9:0xb6,_0x5d5eb9:0x401,_0x5e9a87:0x65,_0x1f656e:0x42b,_0x324acc:0x3c6,_0x31be04:0x64},_0x12e9d8={_0xc75a09:0x156},_0x439e69={'PCCXE':function(_0x3b621c,_0x5228a8){return _0x3b621c(_0x5228a8);},'EvZWf':_0x162f6c(0x3b4,_0x1641bd._0x10af77,_0x1641bd._0x232fc2,0x3bc)+_0x162f6c(0x405,_0x1641bd._0x38259e,0x3ea,_0x1641bd._0x3151b1)+'not\x20match','qneLu':function(_0x55238b,_0x582e12){return _0x55238b(_0x582e12);},'mZaOD':_0x162f6c(0x402,0x42e,0x412,_0x1641bd._0x2eb9d0),'SoSSN':function(_0x30fe1c,_0x31d9e0){return _0x30fe1c!==_0x31d9e0;},'AyuwE':_0x2d2007(_0x1641bd._0x1f02dc,_0x1641bd._0x496c57,_0x1641bd._0x2acfa8,0x7f),'nAeoe':_0x2d2007(_0x1641bd._0xeee0f0,_0x1641bd._0x391cc9,_0x1641bd._0x24872e,_0x1641bd._0x153cac),'ykGfX':_0x162f6c(_0x1641bd._0x409081,_0x1641bd._0x41a1b0,0x3c4,_0x1641bd._0x369417)+'\x20','gyvcv':function(_0x3764ae,_0x36d46b,_0x109018){return _0x3764ae(_0x36d46b,_0x109018);},'VsEea':_0x2d2007(_0x1641bd._0x52dd55,_0x1641bd._0x57d10f,_0x1641bd._0x50b648,0xb7),'PbjAL':_0x2d2007(0xa0,0xa4,0xba,_0x1641bd._0x5b36b1)+_0x2d2007(_0x1641bd._0x4849e9,_0x1641bd._0x196692,_0x1641bd._0x3b9eaf,_0x1641bd._0xc7fc24),'StgCs':_0x162f6c(0x386,0x3cb,0x3ba,0x3b6)+_0x2d2007(0x3e,_0x1641bd._0x56b7f2,_0x1641bd._0x366054,0x78)+_0x162f6c(0x41d,0x424,0x422,0x45e),'Tbdyb':function(_0x3d7864,_0x52ca8c){return _0x3d7864===_0x52ca8c;},'rYtyh':_0x162f6c(0x451,0x441,0x428,_0x1641bd._0x2bce6e),'hnTiN':_0x2d2007(0x44,0x10,0x29,_0x1641bd._0x2ad58c)+'sword\x20must'+_0x162f6c(_0x1641bd._0x46a66a,0x3c1,0x3fd,_0x1641bd._0x31df1f)+_0x2d2007(_0x1641bd._0x5675d8,_0x1641bd._0x47ccba,_0x1641bd._0x5d65cd,_0x1641bd._0x218698)+_0x162f6c(0x3e1,_0x1641bd._0x246089,0x3d1,0x3de),'QplRt':_0x2d2007(_0x1641bd._0x5c4510,_0x1641bd._0x169461,_0x1641bd._0x272865,_0x1641bd._0x4606cb),'eIJfx':function(_0xe17500,_0x222c65){return _0xe17500===_0x222c65;},'EnmuO':'wSIbB','RGNtl':_0x162f6c(0x406,0x3e1,_0x1641bd._0x223c0a,_0x1641bd._0x1de5e8)+'ated\x20succe'+_0x162f6c(_0x1641bd._0x12fbf9,0x3be,0x3b6,_0x1641bd._0x9b0ce0),'SHaZB':_0x162f6c(0x3dc,_0x1641bd._0x4652c0,_0x1641bd._0x3151b1,_0x1641bd._0xda5e05)+_0x2d2007(_0x1641bd._0x744db6,0x55,0xa2,_0x1641bd._0x1acd03),'aGJkI':'The\x20user\x20c'+_0x162f6c(_0x1641bd._0x409081,0x3e8,0x3ce,0x391)+_0x162f6c(_0x1641bd._0x4c4b8b,_0x1641bd._0x820c7b,0x3f9,0x3e9)+_0x2d2007(_0x1641bd._0x523329,0x5e,_0x1641bd._0x372fc2,0x31)+_0x162f6c(0x411,0x40c,0x407,_0x1641bd._0x4441b4)+'ssword.','bSKBY':_0x162f6c(_0x1641bd._0x290669,0x3bf,_0x1641bd._0x594d6f,_0x1641bd._0x14fdb9),'TVTjK':_0x162f6c(_0x1641bd._0x2d0d3d,0x3d1,0x3b4,_0x1641bd._0x4a4a29),'uAyyG':_0x162f6c(0x434,_0x1641bd._0x1f1b90,0x434,0x463)+_0x162f6c(_0x1641bd._0x441d93,0x39d,0x3ca,_0x1641bd._0x18e4eb)+'r'},_0x2d5437=parseArgs(_0x35ed97);!_0x2d5437[_0x162f6c(_0x1641bd._0xcbdb0d,0x3b6,_0x1641bd._0x22702d,0x3f6)]&&(_0x2d5437['username']=await _0x439e69['qneLu'](prompt,_0x439e69['mZaOD']));!_0x2d5437[_0x162f6c(_0x1641bd._0x4c01c2,0x3cf,_0x1641bd._0x9b0ce0,0x41e)]&&(_0x439e69['SoSSN'](_0x439e69['AyuwE'],_0x439e69[_0x162f6c(0x3f5,_0x1641bd._0x22687f,0x3f3,_0x1641bd._0x14fdb9)])?_0x2d5437['email']=await prompt(_0x2d2007(_0x1641bd._0x3f2375,_0x1641bd._0x1b13be,_0x1641bd._0x39b264,_0x1641bd._0x218698)):(_0xa176ca[_0x2d2007(0x85,_0x1641bd._0x415531,0xa7,0x55)](),_0x479094['log'](''),_0x439e69[_0x162f6c(0x427,_0x1641bd._0x51c654,_0x1641bd._0x5b61b8,_0x1641bd._0x3e5a44)](_0x38da29,_0x256cf4)));!_0x2d5437[_0x162f6c(_0x1641bd._0xdf8d3,0x42a,_0x1641bd._0x225f56,0x42c)]&&(_0x439e69[_0x162f6c(0x3b6,_0x1641bd._0x11fff7,0x3eb,_0x1641bd._0x51ff93)]('GiSZF',_0x2d2007(_0x1641bd._0x59af20,_0x1641bd._0x37c9c8,0x93,0x4a))?(_0x34363b[_0x162f6c(_0x1641bd._0xf9e4a2,_0x1641bd._0x193bab,_0x1641bd._0x39e0fd,0x425)](_0x439e69['EvZWf']),_0x240420[_0x2d2007(0x48,0x68,_0x1641bd._0x23771e,_0x1641bd._0x214aab)](-0x718*0x2+0x6be+0x773)):_0x2d5437['name']=await _0x439e69[_0x2d2007(0x93,0x92,0xca,0x89)](prompt,_0x439e69['ykGfX']));if(!_0x2d5437['password']){_0x2d5437['password']=await _0x439e69[_0x2d2007(_0x1641bd._0x15f956,0xbe,0x62,0xbc)](prompt,_0x439e69['VsEea'],!![]);const _0x3e35c6=await prompt(_0x439e69[_0x2d2007(_0x1641bd._0x4df38f,_0x1641bd._0x32f0fb,_0x1641bd._0x425d97,_0x1641bd._0x415531)],!![]);_0x2d5437[_0x162f6c(0x392,_0x1641bd._0x23c4f9,_0x1641bd._0x53ef6f,0x38d)]!==_0x3e35c6&&(console['error'](_0x439e69['EvZWf']),process[_0x2d2007(_0x1641bd._0x5c8ff7,0x54,_0x1641bd._0x22e15f,0x2c)](-0x1*0xd94+-0x1ad7+0x18e*0x1a));}(!_0x2d5437[_0x2d2007(_0x1641bd._0x3fe49b,_0x1641bd._0x2f0e9a,0x74,_0x1641bd._0x3a9be1)]||_0x2d5437[_0x162f6c(0x3c3,0x3d9,0x3e9,_0x1641bd._0x500b9d)][_0x2d2007(_0x1641bd._0x552857,0xa0,_0x1641bd._0x18ef0c,_0x1641bd._0x333982)]()==='')&&(console[_0x162f6c(_0x1641bd._0xb32bb0,0x3dc,_0x1641bd._0x39e0fd,0x3c0)](_0x439e69[_0x2d2007(0x81,0x7f,_0x1641bd._0x256e41,0xb7)]),process[_0x2d2007(_0x1641bd._0xa7afe7,_0x1641bd._0x3c662a,0x7d,0x55)](-0x1*-0x6ad+-0x18a+-0x1*0x522));(!_0x2d5437[_0x162f6c(_0x1641bd._0x4c4b8b,_0x1641bd._0x10e1a7,0x3ee,_0x1641bd._0x11f982)]||_0x439e69[_0x2d2007(0x5f,0x65,_0x1641bd._0x509c66,0x7a)](_0x2d5437['email'][_0x162f6c(_0x1641bd._0x30cc25,0x3e0,_0x1641bd._0x3a7769,_0x1641bd._0x2999c6)](),''))&&(console['error'](_0x2d2007(0x3d,0x27,_0x1641bd._0x43547a,_0x1641bd._0x5b881d)+_0x2d2007(_0x1641bd._0x56ba67,0x52,0x22,_0x1641bd._0x1fdebd)+_0x162f6c(_0x1641bd._0x366634,_0x1641bd._0x337333,_0x1641bd._0x2b53cd,0x399)),process['exit'](-0x8*0x408+0xe0+0x1f61));(!_0x2d5437[_0x2d2007(0xac,0xe5,_0x1641bd._0x4ec8e1,0x72)]||_0x439e69[_0x2d2007(_0x1641bd._0x51ebf7,_0x1641bd._0x22f201,0x95,0x59)](_0x2d5437['name'][_0x2d2007(_0x1641bd._0x552857,_0x1641bd._0x323db8,0x43,_0x1641bd._0x59a778)](),''))&&(_0x439e69[_0x162f6c(_0x1641bd._0x4074d6,0x3b1,0x3d4,_0x1641bd._0x4652c0)](_0x439e69[_0x2d2007(0x67,_0x1641bd._0x5ce962,0x8e,0x29)],_0x439e69[_0x2d2007(_0x1641bd._0x5c3e8a,_0x1641bd._0x565bc4,0x6c,_0x1641bd._0x2133cc)])?(console['error'](_0x2d2007(_0x1641bd._0x2be5dc,_0x1641bd._0x4dffc0,_0x1641bd._0x24b924,_0x1641bd._0x1acd03)+_0x162f6c(_0x1641bd._0x40a8fc,0x3e0,0x3d2,_0x1641bd._0x2e0cf4)+_0x162f6c(_0x1641bd._0x5211ab,_0x1641bd._0x2c5fb1,_0x1641bd._0x4c7673,0x3f1)),process[_0x162f6c(0x3a6,0x395,0x3bd,_0x1641bd._0x5282a9)](0x371*-0x1+0x4*0x48c+-0xebe)):(_0x228e74[_0x2d2007(_0x1641bd._0x50d2fd,0x8f,0x70,0x50)](_0x162f6c(_0x1641bd._0x33bc10,0x466,0x42f,0x402)+_0x162f6c(0x3c8,_0x1641bd._0x2d7ebe,_0x1641bd._0x33fa6f,0x3f9)+'\x22'+_0x16b235[_0x162f6c(0x3ab,_0x1641bd._0x17b3b5,_0x1641bd._0x515606,0x392)]+(_0x2d2007(_0x1641bd._0xf92494,_0x1641bd._0x9e3ca8,0x2a,0x5d)+_0x2d2007(_0x1641bd._0xe72233,_0x1641bd._0x25b911,_0x1641bd._0x3ef2b0,_0x1641bd._0x3b045a)+'r\x20\x22user\x22.')),_0x2f4f90['exit'](-0x2*-0x5f5+0x219b*0x1+0x2*-0x16c2)));(!_0x2d5437[_0x162f6c(_0x1641bd._0x471df5,_0x1641bd._0x40f395,_0x1641bd._0x33de97,_0x1641bd._0x54a827)]||_0x2d5437[_0x162f6c(_0x1641bd._0x470cdf,_0x1641bd._0x48c54f,_0x1641bd._0x590a75,0x3f5)]['length']<-0x4a*-0x48+-0x1d28+0x860)&&(console[_0x162f6c(_0x1641bd._0xb67cfb,_0x1641bd._0x5eefc9,_0x1641bd._0x199c57,_0x1641bd._0x31df1f)](_0x439e69[_0x162f6c(0x3ea,0x3a7,_0x1641bd._0x2c5fb1,_0x1641bd._0x4e889c)]),process[_0x2d2007(0x48,_0x1641bd._0x569491,_0x1641bd._0x218698,0x2a)](0x1*-0xa65+-0x21b9+0x1*0x2c1f));_0x2d5437[_0x2d2007(_0x1641bd._0x2d034c,_0x1641bd._0x52ad93,0x1a,_0x1641bd._0x2b4c99)]!==_0x2d2007(_0x1641bd._0x56f2c0,_0x1641bd._0x39980e,_0x1641bd._0x3245d7,_0x1641bd._0x572bbe)&&_0x2d5437[_0x162f6c(_0x1641bd._0xa5fc01,_0x1641bd._0x1453bf,0x3c8,0x3e2)]!==_0x439e69[_0x2d2007(0xb4,0xa5,0xef,0xcc)]&&(console[_0x2d2007(0x8c,_0x1641bd._0x3b064e,_0x1641bd._0x33f4ff,0x74)](_0x162f6c(_0x1641bd._0x144b76,_0x1641bd._0x4d7ab9,_0x1641bd._0x38db93,_0x1641bd._0x11f238)+_0x2d2007(_0x1641bd._0x2133cc,0x82,0x59,_0x1641bd._0x38d5b9)+'\x22'+_0x2d5437[_0x2d2007(0x53,0x21,_0x1641bd._0x4245d5,_0x1641bd._0x2d055c)]+(_0x162f6c(0x3a7,_0x1641bd._0x20213e,0x3cf,_0x1641bd._0x5cc89c)+_0x162f6c(_0x1641bd._0x239814,_0x1641bd._0x290669,_0x1641bd._0xb67cfb,0x3cf)+_0x2d2007(_0x1641bd._0x2c03d5,0xf,_0x1641bd._0xb8eb7,0x1f))),process[_0x162f6c(_0x1641bd._0x31a188,0x3d5,_0x1641bd._0x338aed,_0x1641bd._0x17e96c)](-0x907*-0x2+-0x1*-0x206d+-0x5b*0x8e));const _0x3c0d2a=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x3c0d2a[_0x162f6c(0x408,0x40c,_0x1641bd._0x398319,0x3cc)](_0x2d5437[_0x2d2007(0x79,_0x1641bd._0x45f56b,_0x1641bd._0x211e5e,_0x1641bd._0x1e89f1)])&&(_0x439e69[_0x162f6c(0x42d,_0x1641bd._0xfc7409,_0x1641bd._0x52e771,_0x1641bd._0x4652c0)](_0x162f6c(0x3ae,_0x1641bd._0x639c2c,0x3c3,_0x1641bd._0x3a3ae7),_0x162f6c(_0x1641bd._0x1d4b0b,0x3b1,0x3c3,_0x1641bd._0x23fb61))?(console[_0x2d2007(0x8c,0x7a,0xca,_0x1641bd._0x218698)](_0x2d2007(_0x1641bd._0x506d64,0xee,_0x1641bd._0x1bb248,0xd8)+_0x162f6c(_0x1641bd._0x3a7769,_0x1641bd._0x2fecc8,0x41f,0x3df)+_0x162f6c(0x42f,0x42d,0x3f5,_0x1641bd._0x44f5e2)+_0x2d5437[_0x162f6c(0x409,_0x1641bd._0x5e54c8,_0x1641bd._0x300fd4,0x3e5)]+'\x22.'),process[_0x2d2007(_0x1641bd._0x5c8ff7,_0x1641bd._0x314bc5,0x7a,0x32)](-0x7*0x191+-0x3*-0x2a5+0x309)):(_0x510ba9[_0x2d2007(0x85,_0x1641bd._0x2ceb41,0xa4,0x73)](),_0x439e69[_0x2d2007(_0x1641bd._0x45981c,_0x1641bd._0x255be9,0xca,_0x1641bd._0x468c01)](_0x38f376,_0x11b7bd)));function _0x162f6c(_0x4a3218,_0x122f25,_0x2bc071,_0x505939){return _0x1654(_0x2bc071-0x21f,_0x4a3218);}function _0x2d2007(_0x5e105c,_0x45a680,_0x58c1a5,_0x4d5d5d){return _0x1654(_0x5e105c- -_0x12e9d8._0xc75a09,_0x4d5d5d);}const _0x5606b4=/^[a-zA-Z0-9_-]+$/;!_0x5606b4[_0x162f6c(0x418,_0x1641bd._0xb2a0e9,0x3d7,_0x1641bd._0x1d45f1)](_0x2d5437[_0x2d2007(0x74,0x40,_0x1641bd._0x528d63,0x7e)])&&(console[_0x162f6c(0x3fa,_0x1641bd._0x1e932b,0x401,_0x1641bd._0x255d73)](_0x2d2007(_0x1641bd._0x506d64,0xc9,0xd1,0xea)+'alid\x20usern'+_0x2d2007(0xb5,_0x1641bd._0x1acd03,_0x1641bd._0x569f3c,_0x1641bd._0x425d97)+_0x2d5437[_0x162f6c(0x3c4,0x3bc,_0x1641bd._0x22702d,0x3b0)]+(_0x2d2007(_0x1641bd._0x5e76e1,_0x1641bd._0x185ac5,_0x1641bd._0x704571,_0x1641bd._0x4f2099)+_0x2d2007(0xa3,0xe2,_0x1641bd._0x529187,0x8f)+'\x20numbers,\x20'+_0x162f6c(_0x1641bd._0x3e8785,0x3f5,_0x1641bd._0x21c7a0,_0x1641bd._0x27087d)+_0x162f6c(0x388,_0x1641bd._0x23fb61,_0x1641bd._0x420e9e,0x391)+_0x162f6c(_0x1641bd._0x363dca,0x3e2,0x40e,_0x1641bd._0x4652c0))),process[_0x2d2007(_0x1641bd._0x5ee9ab,_0x1641bd._0x413071,0x5c,0x16)](0x124e+0x6d3+-0x6*0x430));try{if(_0x439e69[_0x162f6c(0x3e2,_0x1641bd._0x3a7769,0x3d4,_0x1641bd._0x449bb4)](_0x439e69['EnmuO'],_0x439e69[_0x2d2007(_0x1641bd._0x50900d,_0x1641bd._0x18da5f,0x71,_0x1641bd._0x28d826)])){const _0x13b20e=await _0x439e69[_0x162f6c(0x3dc,_0x1641bd._0x3a0416,_0x1641bd._0x11fff7,0x404)](findUserByUsername,_0x2d5437[_0x162f6c(0x3ba,0x3bd,_0x1641bd._0x3477fd,_0x1641bd._0x5c789b)]);_0x13b20e&&(console[_0x162f6c(0x3e4,0x442,_0x1641bd._0x4b3bb5,_0x1641bd._0x5c36cc)]('Error:\x20Use'+'r\x20\x22'+_0x2d5437[_0x162f6c(0x3ab,0x3fa,0x3e9,_0x1641bd._0xb81245)]+(_0x162f6c(0x420,_0x1641bd._0x2e8697,_0x1641bd._0x2e99f1,_0x1641bd._0x315843)+_0x2d2007(0x5e,_0x1641bd._0x3bae5b,_0x1641bd._0x43547a,_0x1641bd._0x2aa1a8))),process[_0x162f6c(_0x1641bd._0x41941e,0x3ae,0x3bd,0x3e2)](0x3*-0xa93+0x22d9+0x11*-0x2f));console[_0x162f6c(_0x1641bd._0x5ad5e0,_0x1641bd._0x2af563,0x3e2,0x3da)](_0x162f6c(_0x1641bd._0x277c4d,0x3c3,0x3f1,0x431)+'ser\x20\x22'+_0x2d5437[_0x2d2007(0x74,0x8b,_0x1641bd._0x369eb3,_0x1641bd._0x13be3a)]+_0x162f6c(0x3d9,0x421,0x3e0,0x41d));const _0xbcb8d2={};_0xbcb8d2[_0x2d2007(_0x1641bd._0x3fe49b,_0x1641bd._0x48a10,_0x1641bd._0x34e377,0xaf)]=_0x2d5437[_0x2d2007(_0x1641bd._0x3fe49b,_0x1641bd._0x2cbd22,_0x1641bd._0x51349d,0xb2)],_0xbcb8d2['email']=_0x2d5437[_0x2d2007(_0x1641bd._0xd331c6,_0x1641bd._0x3245d7,0x7e,0x3a)],_0xbcb8d2[_0x162f6c(_0x1641bd._0x580665,_0x1641bd._0x1b9f45,0x421,_0x1641bd._0xda0490)]=_0x2d5437['name'],_0xbcb8d2[_0x2d2007(0x46,0x11,_0x1641bd._0x29ae9c,_0x1641bd._0x3e18c9)]=_0x2d5437['password'],_0xbcb8d2[_0x2d2007(_0x1641bd._0x7b1dd1,0x1d,0x91,_0x1641bd._0x4bb9fa)]=_0x2d5437[_0x2d2007(_0x1641bd._0x7b1dd1,0x1c,0x87,_0x1641bd._0x4d6eba)];const _0x394a5e=await createUser(_0xbcb8d2);console[_0x2d2007(0x6d,_0x1641bd._0x132255,0x83,0x3e)](''),console[_0x2d2007(_0x1641bd._0x3d9b06,0x9d,0xac,0x3f)](_0x439e69[_0x162f6c(_0x1641bd._0x3e5a44,0x412,_0x1641bd._0x1c5d21,0x40c)]),console[_0x162f6c(_0x1641bd._0x227cb6,_0x1641bd._0x2c6be9,0x3e2,_0x1641bd._0x49c3e3)](''),console[_0x2d2007(0x6d,0x32,0x9d,_0x1641bd._0x8a1a8a)](_0x439e69[_0x2d2007(0x47,_0x1641bd._0xf92494,0x2b,0x82)]),console[_0x2d2007(_0x1641bd._0x3d9b06,0x74,0x96,0x7e)](_0x162f6c(0x3d3,_0x1641bd._0x300fd4,_0x1641bd._0x43cedc,0x400)+'\x20\x20'+_0x394a5e['id']),console['log']('\x20\x20Username'+':\x20'+_0x394a5e['username']),console[_0x2d2007(_0x1641bd._0x373179,0x39,0x35,0x41)](_0x162f6c(0x404,_0x1641bd._0x3d2e5a,0x433,_0x1641bd._0x12e958)+'\x20\x20'+_0x394a5e[_0x2d2007(0x79,0x6f,_0x1641bd._0x8becc0,_0x1641bd._0x1a2c22)]),console[_0x162f6c(_0x1641bd._0x41941e,0x3f2,_0x1641bd._0xe81b7a,0x404)](_0x2d2007(0xae,0xba,_0x1641bd._0x5b36b1,0xb4)+'\x20\x20'+_0x394a5e['name']),console[_0x162f6c(0x402,_0x1641bd._0x475d9b,0x3e2,0x415)](_0x162f6c(_0x1641bd._0x1864a3,_0x1641bd._0x102153,_0x1641bd._0x38259e,_0x1641bd._0x4652c0)+'\x20\x20'+_0x394a5e[_0x162f6c(0x401,0x402,_0x1641bd._0x515606,0x3eb)]),console[_0x162f6c(0x3fb,0x3c6,0x3e2,0x3e7)](''),console[_0x162f6c(_0x1641bd._0x52d46f,0x409,_0x1641bd._0xe81b7a,_0x1641bd._0x3f85ed)](_0x439e69[_0x162f6c(_0x1641bd._0x3477fd,_0x1641bd._0x277c4d,0x3b8,0x3ba)]);}else _0x258d9f[_0x162f6c(_0x1641bd._0x227cb6,_0x1641bd._0x42a999,0x401,_0x1641bd._0x542910)]('Error:\x20Inv'+'alid\x20email'+'\x20format\x20\x22'+_0x453530['email']+'\x22.'),_0x202497['exit'](-0xc46+-0x1bce*-0x1+-0x4b*0x35);}catch(_0x3d4db3){_0x439e69[_0x2d2007(0xb7,_0x1641bd._0x411fe2,0xd5,_0x1641bd._0x22a8a9)]!==_0x439e69['TVTjK']?(logger[_0x162f6c(0x42e,0x3ed,_0x1641bd._0x5d5eb9,_0x1641bd._0x515606)](_0x439e69['uAyyG'],_0x3d4db3),console['error'](_0x2d2007(_0x1641bd._0x5e9a87,0x66,0x4f,_0x1641bd._0x391cc9)+_0x162f6c(0x3e8,_0x1641bd._0x1f656e,0x416,0x44f)+_0x2d2007(0x61,_0x1641bd._0x2ad58c,0x75,_0x1641bd._0x3c662a)+'\x20'+_0x3d4db3[_0x162f6c(_0x1641bd._0x324acc,0x43f,_0x1641bd._0x2eb9d0,_0x1641bd._0xfc7409)]),process[_0x162f6c(0x3e4,0x394,0x3bd,_0x1641bd._0x580665)](0x72e*0x4+0xef1+-0x2ba8)):_0x41e6fe[_0x162f6c(0x398,_0x1641bd._0x17b3b5,0x3c8,_0x1641bd._0x2eb9d0)]=_0x3b98df[_0x2d2007(_0x1641bd._0x31be04,0x42,0x24,0x51)]('=')[-0x1*-0x153a+-0x19e5+0x4ac];}}
1
+ (function(_0x2f6e87,_0x19678a){const _0x13a964={_0x32af6a:0x17,_0x310afa:0x2b7,_0x59ac15:0x2f7,_0x5963f2:0x2aa,_0x13ba27:0x2cc,_0x4efb1a:0x2ad,_0x34e601:0x5f,_0x19608b:0x31,_0x196cb6:0x9,_0xeb5cb0:0x2d4,_0x5a7962:0x311,_0x4d5a81:0x2bb,_0xc83da1:0x2d6,_0xe9ee08:0x2e5,_0x5d68df:0x2a9,_0xf6dbe2:0x26d,_0x4edf5b:0x4c,_0x300eed:0x71,_0x2d4b3e:0x2d1,_0x5e93ff:0x294,_0x493540:0x3d,_0x504239:0x256,_0x43ada1:0x263,_0x5f1a5b:0x210},_0x18140c={_0x2342f3:0xf6},_0x40c7e9=_0x2f6e87();function _0x2df883(_0x583c08,_0x4b0c92,_0x57eda3,_0x427ea4){return _0x2c65(_0x583c08-0x1d1,_0x4b0c92);}function _0x4276a0(_0x25d265,_0x128fe3,_0x38c3a9,_0x2c6ef8){return _0x2c65(_0x38c3a9- -_0x18140c._0x2342f3,_0x25d265);}while(!![]){try{const _0x1caa8a=parseInt(_0x4276a0(-0x46,-0x1f,-_0x13a964._0x32af6a,-0x14))/(0x1586+-0x746+-0xe3f)*(-parseInt(_0x2df883(_0x13a964._0x310afa,_0x13a964._0x59ac15,0x29d,0x298))/(-0x264f*0x1+-0x78e+0x2ddf))+parseInt(_0x2df883(0x2d0,_0x13a964._0x5963f2,_0x13a964._0x13ba27,_0x13a964._0x4efb1a))/(0x1*-0x89a+0x1*-0x9ff+0x129c)*(parseInt(_0x4276a0(-0x89,-0x93,-_0x13a964._0x34e601,-0x4d))/(0x25b2+0x2696+0x196c*-0x3))+-parseInt(_0x4276a0(-0x78,-0x14,-_0x13a964._0x19608b,-_0x13a964._0x196cb6))/(-0x7c*-0x4+-0x7*0x2e3+0x124a)*(parseInt(_0x2df883(_0x13a964._0xeb5cb0,_0x13a964._0x5a7962,0x2a9,0x2c3))/(-0x65*0x6+0xf*0x235+0x3*-0xa3d))+-parseInt(_0x2df883(_0x13a964._0x4d5a81,0x295,0x2ff,0x281))/(0x895+0x21e4+-0x1*0x2a72)*(-parseInt(_0x2df883(_0x13a964._0xc83da1,0x2b1,_0x13a964._0xe9ee08,_0x13a964._0x5d68df))/(-0xd2d*0x1+0xd9a*0x1+0x65*-0x1))+parseInt(_0x2df883(_0x13a964._0xf6dbe2,0x24f,0x245,0x285))/(-0x11d*0xb+0x329+0x91f)*(parseInt(_0x4276a0(-_0x13a964._0x4edf5b,0x49,0x1,0x38))/(-0x17a3+0x1fde+0x2bb*-0x3))+-parseInt(_0x4276a0(0x5,-0xf,-0x26,-_0x13a964._0x300eed))/(-0xe09+-0x2671+-0x3485*-0x1)*(parseInt(_0x2df883(_0x13a964._0x2d4b3e,0x2cd,0x2e0,_0x13a964._0x5e93ff))/(-0x531*-0x1+-0x20dd+0x1bb8))+parseInt(_0x4276a0(-0x3c,-0xb0,-0x6e,-_0x13a964._0x493540))/(-0x24b2+0x2511+-0x52)*(parseInt(_0x2df883(_0x13a964._0x504239,_0x13a964._0x43ada1,0x22f,_0x13a964._0x5f1a5b))/(-0x1*0xbf6+0x1*0x1124+-0x520));if(_0x1caa8a===_0x19678a)break;else _0x40c7e9['push'](_0x40c7e9['shift']());}catch(_0x1d9833){_0x40c7e9['push'](_0x40c7e9['shift']());}}}(_0x2bfc,-0xa2a7*0x17+-0x59*0x1446+-0x1f*-0x10ea3));import _0x132aeb from'readline';import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';function _0x2bfc(){const _0x2cd083=['zgv2zwXVCgvY','AM9PBG','qvHyDhO','u3Hsrhi','r0zOy24','ls1Uyw1Lpq','ywrTAw4','rKLLwNa','v1Dls3a','Du9XsuO','mtyZCendBLff','A2PWAg8','AuzYrfm','icbjrdOGicaGia','C3rKAw4','CMvK','qvPKuKG','nZC4nLj3DgnlvG','Bg9N','EsbSzxr0zxjZla','BLzpAeq','mtiXoti1m3jABNHPyG','Dw5KzxjZy29Yzq','DgvZDa','DxnLCM5HBwu','zM9tDfC','Der1y20','vw9hqNO','shbcsgS','u2D3A3G','DxnMzuO','zvfHAe4','iI4UlG','tfvgs1y','mte0mZmWC3zuy0vV','rNvSBcboyw1LoG','DeLUug8','ugfZC3DVCMq6ia','DMLLD2vY','vvngsuS','CMzHy2u','sKfbCwW','mJy0nMjwqM9cCG','mti2odi2ndriDvLtDKC','iI4GtxvZDcbIzq','BgvKihrVignYzq','mJu4ve13y3rR','zeP6BuG','ntzUALHTveu','Evr3r0K','Bg5TD20','iIbHBhjLywr5ia','C3rHCNrZv2L0Aa','Cu9HD2u','C3LPq3m','vgnUv0u','rw1HAwW6ia','ru1zB3e','vLvNu3y','tw9WshC','rxjYB3i6ie5HBq','v3Lurey','rLHlzhC','BgD4yvq','rMfPBgvKihrVia','rxjYB3i6ifvZzq','CYWGyw5KigH5Ca','CxvLC3rPB24','ls1YB2XLpq','DgvYBwLUywW','r3vlteu','CgfZC3DVCMq','C3rKB3v0','nZG5mdrQCeDmEuS','rhbOyMO','rNrYAeq','mtC4mur4Aw5MEa','yw1LigfUzcbWyq','DLrzq1a','zxHPC3rZlG','AgvUCY4','sMTQtgO','zeTIyxK','DhjPBq','v05fwwO','icboyw1LoIaGia','D3jPDgu','rxjYB3i6ifbHCW','vKHwr3i','vfLhu00','EK5cuMS','mZK1nNbbs0TWrW','zsbPCYbYzxf1Aq','CIaI','C3n3B3jKoIa','A1LWAKS','mtHsv2rvquq','y0TeB3m','yLHzthC','ig9UzsbVzJOG','Buf4Dxq','C3qGocbJAgfYyq','y3rLCNm','swPQtxG','C3n3B3jKlG','iI4GvxnLig9UBa','sxDRD3K','EungtLq','ufzuuwC','rxjYB3i6ieLUDG','y2HVDLK','v3Dru0e','icbfBwfPBdOGia','Aw5WDxq','ALHvrha','vxnLCIbezxrHAq','yw1Lici','rxjYB3i6ievTyq','B3v0Chv0','AxjLza','zxHPDa','txvoChy','BvHNrfy','igzVCM1HDcaI','zxjYB3i','zxf1AxjLza','CM9Szq','uvz0z1e','AwWGAxmGCMvXDq','A0zfDwu','ywXPzcbYB2XLia','y3jLyxrLsw50zq','C3DVCMrZigrVia','y3jLyxrLihvZzq','BMfTzq','BKTTD1K','BM90ig1HDgnO','ntqYotvNzLbJt3m','C2vYici','sujADKy','rxjYB3i6iezHAq','y2XVC2u','Bhm6','BwfUywDLCG','C3bSAxq','ALvxsLq','zw1HAwW','seTVu3u','mtfJD1rXvxq','B2nZvem','yxrLzcbZDwnJzq','BgvUz3rO','vgHLihvZzxiGyW'];_0x2bfc=function(){return _0x2cd083;};return _0x2bfc();}import{logger}from'../logger.js';function prompt(_0x7783b4,_0x4e606d=![]){const _0x497296={_0x4deaaa:0x1eb,_0x32f6a7:0x19f,_0x2c19a6:0x16e,_0xad8ba3:0x1a7,_0x1c9b22:0x170,_0x5d473a:0x124,_0x30c692:0x143,_0x299943:0x108,_0x2313f0:0x187,_0x22a295:0x181,_0x5955b9:0x1d3,_0xc96b1b:0x157,_0x3081fe:0x16e,_0x31071e:0x23a,_0x47cb87:0x258,_0x535d9b:0x299,_0x234cd7:0x2fc,_0x4feaee:0x27d,_0x46b9a7:0x1b5,_0x37fc8b:0x1b1,_0x4c18d4:0x1a2,_0x467571:0x13e,_0x59af58:0x219,_0xea455c:0x299,_0x4bd009:0x263,_0xe5686b:0x1ae,_0x378903:0x16a,_0xeca03f:0x304,_0x953e3:0x2ce,_0x393b53:0x2c8,_0x11e83b:0x241,_0x453f96:0x25e,_0x5aa4df:0x26b,_0x32e107:0x120,_0x3c309c:0x135,_0x1381e4:0x14e,_0xc88dd:0xfe,_0x330938:0x173,_0x23b5b0:0x169},_0x333140={_0x20412c:0x115,_0x7426c1:0x13a,_0x251eaa:0x15c},_0xffb67d={_0x3067ff:0x2d3,_0x5e230d:0x336,_0x15a55c:0x363},_0xa49e3a={_0x1884f4:0x14f},_0xb6a6d4={_0x4a8da3:0x2ef,_0x235da8:0x329},_0x4d09d4={_0x4e41ad:0x19c},_0xd78d3f={'yCFNT':function(_0x51336c,_0x41476a){return _0x51336c(_0x41476a);},'Dphbj':function(_0x3df60d,_0x84552d){return _0x3df60d!==_0x84552d;},'tDucm':'iFrDS','kFEue':function(_0x3b3d5f){return _0x3b3d5f();},'edTLe':function(_0x818f94,_0x181b04){return _0x818f94(_0x181b04);},'EMYoq':function(_0x5cab19,_0x2abe64){return _0x5cab19!==_0x2abe64;},'QVtgQ':_0x1c2cb3(-0xc1,-0xcf,-0xe5,-0xff)};function _0x1c2cb3(_0x4ab3d6,_0x3b81b8,_0x4a5b82,_0xa77fb){return _0x2c65(_0xa77fb- -_0x4d09d4._0x4e41ad,_0x4a5b82);}return new Promise(_0x8b84a2=>{const _0xf9d158={_0x54ec45:0x82,_0x44f54a:0x138},_0x5ef7f0={_0x5e56ec:0x4ee},_0x4f95de={_0x1cf49a:0x42d,_0x4229d8:0x431,_0x40666d:0x41d,_0xf293ae:0x437,_0x51a5f6:0x3f2,_0x33f1fb:0x469,_0x3a827c:0x43d,_0x33c792:0x3f4,_0xd622d6:0x3a5,_0x54e006:0x294,_0x2cbe66:0x247,_0x420626:0x3ae,_0x2fe8d5:0x3ec,_0x160101:0x3ef,_0x367014:0x3b6,_0x3a6efc:0x27a,_0x146283:0x280},_0x5d3ee1={_0x106ec5:0x56d,_0xae1d65:0x1b1},_0x2291b7={_0xd3b17a:0xfd,_0x15c178:0x513},_0x28821d={_0x108dc1:0x195},_0x33600d={_0xc974c7:0x20f,_0xe9aeda:0x1fc},_0x5d5e22={'Sgwkx':_0x350b30(-_0x497296._0x4deaaa,-_0x497296._0x32f6a7,-0x1a4,-0x195)+'swords\x20do\x20'+_0x350b30(-0x19c,-_0x497296._0x2c19a6,-_0x497296._0xad8ba3,-_0x497296._0x1c9b22),'tInPo':function(_0x329bfe,_0x3ac667){function _0x26f0d3(_0x160aee,_0x41fdfe,_0x5a6c61,_0x14b49b){return _0x46a2d1(_0x160aee-0x109,_0x41fdfe-0x85,_0x14b49b- -0x12,_0x5a6c61);}return _0xd78d3f[_0x26f0d3(-0x2c7,-_0xb6a6d4._0x4a8da3,-_0xb6a6d4._0x235da8,-0x2ec)](_0x329bfe,_0x3ac667);},'kYpjK':_0xd78d3f[_0x350b30(-_0x497296._0x5d473a,-_0x497296._0x30c692,-0x17f,-_0x497296._0x299943)],'IBZvF':function(_0x449540){const _0x58ea79={_0x51944b:0x9a,_0x47d721:0x18a,_0x5e7ece:0x16b};function _0x51b8bc(_0x5d8791,_0x276a22,_0x5b51d2,_0x544338){return _0x350b30(_0x276a22,_0x5d8791- -_0x58ea79._0x51944b,_0x5b51d2-_0x58ea79._0x47d721,_0x544338-_0x58ea79._0x5e7ece);}return _0xd78d3f[_0x51b8bc(-0x20f,-_0x33600d._0xc974c7,-_0x33600d._0xe9aeda,-0x1c7)](_0x449540);},'foStW':function(_0x34d548,_0xa81999){return _0xd78d3f['edTLe'](_0x34d548,_0xa81999);}};function _0x350b30(_0xe91f01,_0x469d61,_0x5a56dd,_0x119faa){return _0x1c2cb3(_0xe91f01-_0x28821d._0x108dc1,_0x469d61-0xce,_0xe91f01,_0x469d61- -0x96);}function _0x46a2d1(_0x253126,_0x2bc9af,_0x1d0be6,_0x5251bb){return _0x1c2cb3(_0x253126-0x7d,_0x2bc9af-_0xa49e3a._0x1884f4,_0x5251bb,_0x1d0be6- -0x1c4);}if(_0x4e606d){if(_0xd78d3f[_0x46a2d1(-0x30c,-0x2c1,-0x2eb,-0x30b)](_0xd78d3f[_0x46a2d1(-0x276,-0x267,-0x2a5,-0x281)],_0x350b30(-_0x497296._0x2313f0,-0x195,-0x1a0,-_0x497296._0x22a295)))_0x3a1438['error']('Error:\x20Use'+_0x350b30(-_0x497296._0x5955b9,-0x199,-_0x497296._0x22a295,-0x161)+_0x359e7c[_0x350b30(-0x14f,-0x145,-_0x497296._0xc96b1b,-_0x497296._0x3081fe)]+(_0x46a2d1(-0x25c,-_0x497296._0x31071e,-_0x497296._0x47cb87,-_0x497296._0x535d9b)+_0x46a2d1(-0x29e,-0x2cc,-0x2d5,-0x2de))),_0x4a63df['exit'](0x253c+-0x1f43+-0x8*0xbf);else{const _0x2c4fc1=new Writable({'write':(_0x1abadb,_0x2d9f6f,_0x345971)=>{const _0x30b288={};_0x30b288[_0x6f4cb8(0x3ae,0x3c0,0x398,0x3be)]=_0x5d5e22[_0x6f4cb8(_0x4f95de._0x1cf49a,_0x4f95de._0x4229d8,_0x4f95de._0x40666d,_0x4f95de._0xf293ae)];function _0x5b18e8(_0x390b7d,_0x593651,_0x513b6b,_0x2d5339){return _0x46a2d1(_0x390b7d-_0x2291b7._0xd3b17a,_0x593651-0x48,_0x390b7d-_0x2291b7._0x15c178,_0x593651);}const _0x4d6ea4=_0x30b288;function _0x6f4cb8(_0xfba7c3,_0x479a5c,_0x4ab5f7,_0x1f0660){return _0x350b30(_0x4ab5f7,_0xfba7c3-_0x5d3ee1._0x106ec5,_0x4ab5f7-_0x5d3ee1._0xae1d65,_0x1f0660-0xf1);}_0x5d5e22[_0x6f4cb8(0x434,_0x4f95de._0x51a5f6,_0x4f95de._0x33f1fb,_0x4f95de._0x3a827c)](_0x5d5e22[_0x6f4cb8(0x3d6,_0x4f95de._0x33c792,0x3aa,_0x4f95de._0xd622d6)],_0x5b18e8(_0x4f95de._0x54e006,0x264,_0x4f95de._0x2cbe66,0x249))?(_0x5e731b['error'](_0x4d6ea4[_0x6f4cb8(_0x4f95de._0x420626,0x3de,0x3ba,_0x4f95de._0x2fe8d5)]),_0x9275d1[_0x6f4cb8(_0x4f95de._0x160101,_0x4f95de._0x367014,0x429,0x3d6)](-0x1d69*-0x1+0x1*0x2350+-0x40b8)):_0x5d5e22[_0x5b18e8(_0x4f95de._0x3a6efc,0x2bb,_0x4f95de._0x146283,0x2c1)](_0x345971);}}),_0x3ddb3e={};_0x3ddb3e[_0x46a2d1(-_0x497296._0x234cd7,-0x29d,-0x2b3,-0x2c3)]=process[_0x46a2d1(-0x2c8,-0x23e,-_0x497296._0x4feaee,-0x2a8)],_0x3ddb3e[_0x46a2d1(-0x2d2,-0x2bb,-0x2ae,-0x29d)]=_0x2c4fc1,_0x3ddb3e[_0x350b30(-_0x497296._0x46b9a7,-_0x497296._0x37fc8b,-0x1dd,-_0x497296._0x4c18d4)]=!![];const _0x59c6c6=_0x132aeb[_0x350b30(-0x174,-0x173,-0x175,-_0x497296._0x467571)+_0x46a2d1(-_0x497296._0x59af58,-_0x497296._0xea455c,-_0x497296._0x4bd009,-0x234)](_0x3ddb3e);process[_0x350b30(-_0x497296._0x4deaaa,-_0x497296._0xe5686b,-_0x497296._0x378903,-0x1d2)][_0x46a2d1(-_0x497296._0xeca03f,-0x2fd,-_0x497296._0x953e3,-_0x497296._0x393b53)](_0x7783b4),_0x59c6c6['question']('',_0x3ac2fc=>{const _0x442a6c={_0x3e6057:0x187,_0x51f9a7:0xca,_0x3d914d:0x27};function _0x4217a7(_0x2fc33f,_0x2b3051,_0x3c7879,_0x5b5950){return _0x350b30(_0x3c7879,_0x5b5950-_0x5ef7f0._0x5e56ec,_0x3c7879-0x1bc,_0x5b5950-0x175);}_0x59c6c6[_0x5cf425(-_0xffb67d._0x3067ff,-0x2f0,-0x322,-0x2ae)](),console['log']('');function _0x5cf425(_0x4b83a2,_0x5ea632,_0x18a476,_0x122cc0){return _0x350b30(_0x122cc0,_0x5ea632- -_0x442a6c._0x3e6057,_0x18a476-_0x442a6c._0x51f9a7,_0x122cc0-_0x442a6c._0x3d914d);}_0xd78d3f[_0x4217a7(0x330,_0xffb67d._0x5e230d,0x38c,_0xffb67d._0x15a55c)](_0x8b84a2,_0x3ac2fc);});}}else{const _0x5295b9={};_0x5295b9['input']=process[_0x46a2d1(-_0x497296._0x11e83b,-_0x497296._0x453f96,-0x27d,-0x24b)],_0x5295b9[_0x46a2d1(-0x2f5,-0x266,-0x2ae,-_0x497296._0x5aa4df)]=process['stdout'];const _0x19fdbb=_0x132aeb['createInte'+_0x350b30(-_0x497296._0x32e107,-_0x497296._0x3c309c,-_0x497296._0x1381e4,-_0x497296._0xc88dd)](_0x5295b9);_0x19fdbb[_0x350b30(-_0x497296._0x330938,-0x1b3,-_0x497296._0x23b5b0,-0x167)](_0x7783b4,_0x388210=>{const _0x63727a={_0x38913c:0x1e1,_0x1b590c:0x4d0};function _0x2213b0(_0x13e34a,_0x55d9ba,_0xc8cb90,_0x987845){return _0x46a2d1(_0x13e34a-_0x63727a._0x38913c,_0x55d9ba-0x1ba,_0x987845-_0x63727a._0x1b590c,_0xc8cb90);}function _0xe6ab65(_0x3b9538,_0x1790fc,_0x9784cf,_0x13649f){return _0x46a2d1(_0x3b9538-0xd9,_0x1790fc-_0xf9d158._0x54ec45,_0x1790fc-_0xf9d158._0x44f54a,_0x13649f);}_0x19fdbb[_0xe6ab65(-0x17c,-0x15f,-_0x333140._0x20412c,-0x137)](),_0x5d5e22[_0xe6ab65(-_0x333140._0x7426c1,-_0x333140._0x7426c1,-_0x333140._0x251eaa,-0x12e)](_0x8b84a2,_0x388210);});}});}function _0x2c65(_0x5104f8,_0xf1306){_0x5104f8=_0x5104f8-(-0x1cb3+0xac1+0x1262);const _0x56113d=_0x2bfc();let _0x130c88=_0x56113d[_0x5104f8];if(_0x2c65['lxOCaj']===undefined){var _0x29ad66=function(_0x452730){const _0x57ce52='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x506921='',_0x436ff9='';for(let _0x2d2a32=-0x8*-0x1a8+0x351+-0x1091*0x1,_0x52cafd,_0x201a3c,_0x4cfa86=-0x52f+0x1358+-0xe29*0x1;_0x201a3c=_0x452730['charAt'](_0x4cfa86++);~_0x201a3c&&(_0x52cafd=_0x2d2a32%(-0x5*0x532+-0x1*-0x1503+0x4fb)?_0x52cafd*(-0x251f+-0x198d+0x1f76*0x2)+_0x201a3c:_0x201a3c,_0x2d2a32++%(0xe70+0x5d2+-0x143e))?_0x506921+=String['fromCharCode'](-0x3*-0x36f+0x23ee+-0x4*0xb4f&_0x52cafd>>(-(0xabf+0x1925+-0x23e2)*_0x2d2a32&-0x1b*0x10b+0xce*0x13+0xce5)):-0x817+-0x19ba+0x21d1){_0x201a3c=_0x57ce52['indexOf'](_0x201a3c);}for(let _0x954792=-0x7*-0x16+-0xde2+-0x14*-0xaa,_0x291382=_0x506921['length'];_0x954792<_0x291382;_0x954792++){_0x436ff9+='%'+('00'+_0x506921['charCodeAt'](_0x954792)['toString'](0x1f8f*0x1+0x266b+0x26*-0x1d7))['slice'](-(-0x261a+-0x181c+0x3e38));}return decodeURIComponent(_0x436ff9);};_0x2c65['wVUSyn']=_0x29ad66,_0x2c65['ewgbFh']={},_0x2c65['lxOCaj']=!![];}const _0x544863=_0x56113d[-0x1eed+0x46e*-0x1+0x235b],_0x1ad57e=_0x5104f8+_0x544863,_0x59e088=_0x2c65['ewgbFh'][_0x1ad57e];return!_0x59e088?(_0x130c88=_0x2c65['wVUSyn'](_0x130c88),_0x2c65['ewgbFh'][_0x1ad57e]=_0x130c88):_0x130c88=_0x59e088,_0x130c88;}function parseArgs(_0xde12cf){const _0x339d54={_0x48977b:0x207,_0x23d2ff:0x218,_0x16c3db:0x1d3,_0x119a9f:0x23a,_0x136a53:0x247,_0x4dde86:0x112,_0x329b59:0x11e,_0x4fac02:0xe0,_0x6cc324:0xd6,_0x212c9e:0x10d,_0x1a7286:0x278,_0x41e604:0x24d,_0x73605d:0x281,_0x1cc27f:0x104,_0x1f721f:0xaa,_0x10c98a:0x151,_0xc96caf:0x169,_0x10b5fd:0x222,_0x4dfc1e:0x206,_0x1a9c16:0x242,_0x15bbea:0x246,_0x4482b0:0xb1,_0x20669d:0xd8,_0x1e98b5:0x24d,_0xe2412a:0x275,_0x432b03:0x23e,_0x3a1019:0x223,_0x441fbf:0x25c,_0x302c2e:0x29c,_0x2e5f98:0xc3,_0x59b069:0xd5,_0x294e36:0xed,_0x3991c2:0x25a,_0x5f4426:0x2e2,_0x4f8aa5:0x27d,_0x5b6461:0x216,_0x4b76b2:0x262,_0x2b3556:0x20e,_0x4c1a17:0x276,_0x14f60c:0xa1,_0xa4e4ba:0x225,_0x531a11:0x283,_0x5a768d:0x24b,_0x3214de:0x248,_0x5d582f:0xef,_0x4b13a2:0x2d9,_0x5d2460:0xd9,_0x3b186e:0x250,_0x47eef2:0x246,_0x28fce8:0x11c,_0x290254:0x1e3,_0x4e3df5:0x20d,_0x3203e9:0x1eb,_0x4fb3bb:0x24a,_0x496e28:0x205,_0x2e39e9:0x28d,_0x1cd9b7:0x243,_0x110567:0x2e2,_0x99856e:0x2eb,_0x40c2cb:0x2ac,_0x34670f:0x2f2,_0x5ac352:0xc1,_0x1f901d:0x71,_0x1581a0:0x133,_0x5e8f04:0xf5,_0x52f970:0xfd,_0x1be998:0x118,_0x24d9af:0x287,_0x36cb8f:0x249,_0x414f98:0x28e,_0x20eb45:0x25a,_0x4d27cd:0x245,_0x431835:0x239,_0x356ef3:0x26d,_0x28b60d:0x15e,_0x1b7bcd:0x126,_0x5ebca2:0x16f,_0x109a73:0x148,_0x15c913:0x138,_0x59ede9:0x117,_0x1caa78:0xd3},_0x395f93={_0x51fa61:0x31c},_0x5a4be7={};function _0x2e703f(_0x18cbb6,_0x9d5a3f,_0x5bfe39,_0x31e671){return _0x2c65(_0x5bfe39- -_0x395f93._0x51fa61,_0x9d5a3f);}_0x5a4be7[_0x2e703f(-_0x339d54._0x48977b,-0x203,-_0x339d54._0x23d2ff,-_0x339d54._0x16c3db)]=_0x2e703f(-0x230,-_0x339d54._0x119a9f,-_0x339d54._0x136a53,-0x22a),_0x5a4be7['Iwkwy']=function(_0x5b4f61,_0x42dd39){return _0x5b4f61===_0x42dd39;},_0x5a4be7[_0x2b8a29(-_0x339d54._0x4dde86,-_0x339d54._0x329b59,-_0x339d54._0x4fac02,-_0x339d54._0x6cc324)]=_0x2b8a29(-0x10b,-0x118,-0x14a,-0x127),_0x5a4be7['ocsTC']=_0x2b8a29(-0x107,-0x11c,-_0x339d54._0x212c9e,-0xdf),_0x5a4be7['nKmwY']='--username'+'=',_0x5a4be7[_0x2e703f(-0x200,-_0x339d54._0x1a7286,-_0x339d54._0x41e604,-_0x339d54._0x73605d)]='--email=';function _0x2b8a29(_0x1e7b03,_0x3ec2cb,_0x894542,_0x312a92){return _0x2c65(_0x312a92- -0x1bb,_0x1e7b03);}_0x5a4be7[_0x2b8a29(-_0x339d54._0x1cc27f,-_0x339d54._0x1f721f,-0xf5,-0xca)]=function(_0xc83364,_0x34460d){return _0xc83364!==_0x34460d;},_0x5a4be7['WNEYj']=_0x2b8a29(-_0x339d54._0x10c98a,-_0x339d54._0xc96caf,-0x12f,-0x11d),_0x5a4be7['MxuWy']=_0x2e703f(-_0x339d54._0x10b5fd,-_0x339d54._0x4dfc1e,-_0x339d54._0x1a9c16,-_0x339d54._0x15bbea),_0x5a4be7[_0x2b8a29(-_0x339d54._0x4482b0,-0x91,-_0x339d54._0x20669d,-0xb4)]=_0x2e703f(-_0x339d54._0x1e98b5,-_0x339d54._0xe2412a,-_0x339d54._0x432b03,-_0x339d54._0x3a1019),_0x5a4be7['TYGSM']='--password'+'=',_0x5a4be7['OhJGk']=_0x2e703f(-_0x339d54._0x441fbf,-0x256,-_0x339d54._0x302c2e,-0x26a);const _0x5c92ed=_0x5a4be7,_0x5c5cec={};_0x5c5cec[_0x2b8a29(-0xa1,-0xd3,-_0x339d54._0x2e5f98,-0xce)]=null,_0x5c5cec[_0x2b8a29(-_0x339d54._0x59b069,-_0x339d54._0x1cc27f,-_0x339d54._0x212c9e,-_0x339d54._0x294e36)]=null,_0x5c5cec[_0x2e703f(-0x28a,-0x287,-_0x339d54._0x3991c2,-0x260)]=null,_0x5c5cec[_0x2e703f(-0x261,-0x264,-0x299,-_0x339d54._0x5f4426)]=null,_0x5c5cec[_0x2e703f(-_0x339d54._0x4f8aa5,-_0x339d54._0x5b6461,-_0x339d54._0x4b76b2,-0x261)]=_0x5c92ed[_0x2e703f(-0x25f,-_0x339d54._0x2b3556,-0x218,-0x25c)];const _0x562be0=_0x5c5cec;for(const _0x211370 of _0xde12cf){if(_0x5c92ed[_0x2e703f(-0x22a,-0x232,-_0x339d54._0x4c1a17,-0x22c)](_0x5c92ed[_0x2b8a29(-0x9a,-0xee,-_0x339d54._0x14f60c,-0xd6)],_0x5c92ed[_0x2e703f(-_0x339d54._0xa4e4ba,-_0x339d54._0x531a11,-_0x339d54._0x5a768d,-_0x339d54._0x3214de)]))_0x124315['password']=_0x245a12[_0x2b8a29(-0xba,-0xe4,-0xe2,-_0x339d54._0x5d582f)]('=')[-0x20c0+-0x29*-0xa9+0x5b0];else{if(_0x211370[_0x2e703f(-_0x339d54._0x4b13a2,-_0x339d54._0x73605d,-0x2ac,-0x2b2)](_0x5c92ed[_0x2b8a29(-_0x339d54._0x5d2460,-0xdb,-0xec,-0xf8)]))_0x562be0[_0x2b8a29(-0x86,-0xe6,-0xac,-0xce)]=_0x211370[_0x2e703f(-0x25b,-0x210,-_0x339d54._0x3b186e,-_0x339d54._0x47eef2)]('=')[0x10e9+0x13f2+0x35*-0xb2];else{if(_0x211370[_0x2b8a29(-0x103,-_0x339d54._0x28fce8,-0x12e,-0x14b)](_0x5c92ed['HKoSu']))_0x5c92ed[_0x2e703f(-_0x339d54._0x290254,-_0x339d54._0x4e3df5,-0x22b,-_0x339d54._0x3203e9)](_0x5c92ed[_0x2e703f(-0x2c6,-_0x339d54._0x4fb3bb,-0x28c,-0x29d)],_0x5c92ed['WNEYj'])?_0x21f224['username']=_0x3e11b6[_0x2e703f(-0x214,-0x289,-0x250,-0x205)]('=')[0x2006+0x13f*-0xc+-0x1111]:_0x562be0[_0x2e703f(-_0x339d54._0x496e28,-_0x339d54._0x2e39e9,-0x24e,-0x23b)]=_0x211370[_0x2e703f(-0x23a,-_0x339d54._0x1cd9b7,-0x250,-0x260)]('=')[0xa27+-0x12*-0x146+-0xa6*0x33];else{if(_0x211370[_0x2e703f(-_0x339d54._0x110567,-_0x339d54._0x99856e,-_0x339d54._0x40c2cb,-_0x339d54._0x34670f)](_0x5c92ed['MxuWy']))_0x5c92ed[_0x2b8a29(-_0x339d54._0x5ac352,-_0x339d54._0x1f901d,-0xa2,-0xb4)]!==_0x5c92ed['lnmwm']?(_0x506921[_0x2b8a29(-0x120,-_0x339d54._0x1581a0,-0x12e,-0x103)]('Error:\x20Nam'+_0x2b8a29(-_0x339d54._0x5e8f04,-_0x339d54._0x52f970,-_0x339d54._0x1be998,-0x123)+'red'),_0x436ff9[_0x2e703f(-_0x339d54._0x24d9af,-_0x339d54._0x36cb8f,-0x268,-0x2ad)](-0x11*-0x49+-0x1e06+0x1*0x192e)):_0x562be0[_0x2e703f(-_0x339d54._0x414f98,-0x253,-_0x339d54._0x20eb45,-0x23a)]=_0x211370[_0x2e703f(-_0x339d54._0x4d27cd,-_0x339d54._0x431835,-_0x339d54._0x3b186e,-_0x339d54._0x356ef3)]('=')[0xef7+-0x1*-0x14a+-0x40*0x41];else{if(_0x211370['startsWith'](_0x5c92ed[_0x2b8a29(-_0x339d54._0x28b60d,-0x172,-0x146,-_0x339d54._0x1b7bcd)]))_0x562be0[_0x2b8a29(-_0x339d54._0x5ebca2,-_0x339d54._0x109a73,-0x117,-_0x339d54._0x15c913)]=_0x211370['split']('=')[0xda8+0x238*-0x1+-0xb6f];else _0x211370[_0x2b8a29(-0x113,-0x139,-0x11b,-0x14b)](_0x5c92ed['OhJGk'])&&(_0x562be0[_0x2b8a29(-0xf4,-_0x339d54._0x59ede9,-_0x339d54._0x1caa78,-0x101)]=_0x211370[_0x2e703f(-0x240,-0x272,-_0x339d54._0x3b186e,-0x23e)]('=')[0x60d+0x1e82*0x1+0x248e*-0x1]);}}}}}return _0x562be0;}export async function createUserCommand(_0x29d7f8){const _0x4acf33={_0x2b37bc:0xc8,_0x5fb4fb:0xc5,_0x4068aa:0xe7,_0x440996:0xba,_0x5e2e1e:0xd3,_0x3ca700:0x90,_0x5e0f93:0xd4,_0x5bd305:0x88,_0x34944b:0xf0,_0xf52a87:0x93,_0x54e82e:0xdf,_0x35a5a9:0x14b,_0x179cad:0xe3,_0x145252:0x131,_0x4b1e82:0x12a,_0x526d88:0x13f,_0x43295f:0xe1,_0x55f6ce:0x190,_0x178db4:0x18b,_0x2799ea:0x165,_0x3f08f1:0xe8,_0x21399b:0x99,_0x5b344d:0x150,_0x3fa082:0x11c,_0x28d8e4:0x12f,_0x36d99c:0xee,_0x3eb884:0xfd,_0x1fef0f:0xf5,_0x2887bd:0xaa,_0xa24b2a:0x153,_0x1c123f:0x105,_0x1b9860:0x14f,_0x366118:0x113,_0x3dac93:0x114,_0x108e5c:0x12d,_0x88b507:0x11f,_0x514f20:0x140,_0x267dd6:0x135,_0x4cd840:0x15c,_0x17944f:0x166,_0x44fa1b:0xa4,_0x1c702b:0xc6,_0x133190:0xeb,_0x3be6d9:0xe6,_0x55b2d4:0x15e,_0x33d67e:0xff,_0x19e43e:0xc4,_0x5e9385:0xd9,_0x475427:0x10e,_0x36a9a7:0x159,_0x2c71cf:0x130,_0x352daa:0x13d,_0x1cfaeb:0x116,_0x517d15:0xd0,_0x928dab:0xae,_0xef3e4b:0x8a,_0x26e66d:0xa3,_0x2a9ee2:0xf3,_0x54fbab:0x13b,_0xf138fa:0xf8,_0x2834ca:0x96,_0x4b1428:0x14c,_0x5e4d36:0x19b,_0x267c6b:0x167,_0x325cf7:0x100,_0x2c5025:0x142,_0x11c416:0x69,_0x1d589e:0x7a,_0x5aca86:0x111,_0x3fec40:0x10f,_0x31bbc6:0x118,_0x50594f:0x109,_0x6fc0b4:0xd1,_0x3ef1c0:0xab,_0x884f08:0x8f,_0x144b2c:0x151,_0x3fccf4:0xc5,_0x50fd6:0x108,_0x169dab:0xed,_0x3b1812:0xf1,_0x952981:0x119,_0x4dfc52:0x161,_0x4c3e51:0x11e,_0x5decdd:0x15a,_0x53c032:0x169,_0x18bf23:0xce,_0xdc5461:0xea,_0x1890dd:0xb5,_0x38c26f:0xbf,_0x1252dc:0xf0,_0x3ace65:0xc2,_0x3d27f5:0x76,_0x404f80:0x12b,_0x2c83a3:0x110,_0x38b282:0xd6,_0x31e833:0xd2,_0x4dcde9:0x101,_0x36fa3a:0xcd,_0x815d7d:0xa6,_0x23cc32:0x134,_0x5c510d:0xf2,_0x25aae0:0xd7,_0x3f4ddb:0xdc,_0x443e01:0x127,_0x4c73d7:0x116,_0x40446c:0xc4,_0x9ff75c:0xb6,_0x21115b:0x121,_0x2d2199:0x128,_0x27f240:0x158,_0x47218b:0x88,_0xfc137e:0x160,_0x5bc2f0:0x11f,_0x29e598:0x120,_0x6e3114:0x139,_0x49a89a:0xb8,_0x4f22cd:0x11b,_0x5e22c6:0x10b,_0x3c8917:0x123,_0x1a7d11:0x161,_0x19048c:0x15f,_0x5b1724:0xcf,_0x8998a3:0xad,_0x3211aa:0xec,_0xf4a3ed:0xe5,_0x3a8ecd:0x1bb,_0x153a20:0x19f,_0x20fa89:0x171,_0x2a5549:0xc9,_0x1e92d5:0xb4,_0x36033d:0xc5,_0x142db8:0xb5,_0x5a2516:0x88,_0x54bc11:0x8c,_0x49c159:0x110,_0xf9956d:0x156,_0x55b886:0x114,_0x4efcca:0x146,_0x46e667:0x14a,_0x4f890d:0x138,_0x4cd9fb:0x112,_0x1595df:0x110,_0x1aefa8:0x156,_0x3cdaa4:0xbc,_0x30b783:0x11b,_0xf20d18:0xbb,_0x3244d6:0x117,_0x115f55:0xbc,_0x214b05:0x12e,_0x567a8a:0xf0,_0x22cff9:0xe8,_0x3a6ea1:0x124,_0x3a73bb:0x108,_0x20e72d:0x11e,_0x212349:0x132,_0x658230:0xd2,_0xb2335c:0xf6,_0x205f18:0x9f,_0x4d9b31:0x141,_0x4dca63:0xff,_0x15508c:0x133,_0x16c38e:0x155,_0x494d87:0xcb,_0x220448:0x114,_0x1d81b5:0xb4,_0x560b07:0xe9,_0x4a8944:0x11c,_0x22eaa5:0xbf,_0x3f91df:0x100,_0x33f155:0xbd,_0x28fb27:0x102,_0x580285:0xb0,_0xac05dc:0x12c,_0x585d8e:0x123,_0x1ba3df:0xdb,_0x2c01a5:0x10c,_0x186cd7:0x122,_0x457d9d:0x13b,_0x3d4d9e:0x145,_0x21e3e9:0x129,_0x25868c:0x170,_0x42fd32:0x128,_0x530ef5:0x151,_0x51b442:0x16d,_0xcd798d:0x121,_0xf9b19a:0x155,_0x3e03cc:0xd6,_0x48aa9f:0x131,_0x13e79b:0xf7,_0x473c2f:0xc0,_0x38c502:0xf9,_0x55440c:0x124,_0x5cdbfd:0x121,_0x330d9e:0x110,_0xec0f0b:0x11a,_0x49491c:0x16e,_0x45ed75:0x156,_0x2ae972:0xfa,_0x3bdeba:0xe2,_0x58ff4b:0x13a,_0x14c0f3:0x15b,_0x219aa9:0x181,_0x35af3a:0x1aa,_0x456e51:0xdf,_0xdaeab8:0xb0,_0x43bdd8:0x7d,_0xe08e5f:0xb2,_0x4c5626:0x116,_0x4d4ecb:0x146,_0x1d0a33:0x141,_0x1d93a7:0x154,_0x468fbe:0xf6,_0x238db0:0x120,_0x6fd9f3:0x14f,_0xb2dac:0x102,_0x87647e:0xe4,_0x4e0688:0x11d,_0x5e4bfe:0xef,_0x480741:0xb1,_0x5a0c76:0x180,_0x47ff37:0x19f,_0x3b9c19:0xaf,_0x44ab76:0x9d,_0x566e73:0xcb,_0x2f6d3b:0xb0,_0x48d521:0xd2,_0x341c4e:0x13a,_0xf4c4cc:0x12a,_0x8f1b0d:0x170,_0x1ac2a9:0x199,_0x1a884a:0x19c,_0x2bde27:0x158,_0x106b0b:0x169,_0x2a65a6:0x173,_0x1ddad0:0x133,_0x47763e:0x16a,_0x2b4661:0x130,_0x148e2e:0x10e,_0x40b69e:0x101,_0x136a54:0x12d,_0xbc4068:0x128,_0x81bcb:0xa2,_0x1067ca:0xee,_0xc8f7b3:0xf7,_0x245cc6:0xaa,_0x16405a:0x11e,_0x34a852:0x145,_0x5d5861:0x14b,_0x4ef102:0x119,_0xe10e61:0xf7,_0x5e1cc9:0x164,_0x522dbf:0x11f,_0x47c24b:0xde,_0x25d95e:0x14a,_0x5cfa85:0xdd,_0x36e682:0xc3,_0x31058f:0x133,_0x47518b:0xf4,_0x2fea0d:0x119,_0x57396c:0xef,_0x5abf12:0x12e,_0x198a76:0x111,_0x5239f6:0x152,_0x2ac527:0x106,_0x4f34f2:0xcb,_0x272a49:0xbb,_0x1b7c6b:0xdb,_0x562936:0x11d,_0x25b7f7:0xfa,_0x4b1b2f:0x16c,_0x9d9a75:0xf9,_0x35a0b8:0xe6,_0x59ef2f:0x104,_0x487666:0xfe},_0x5c693c={_0x38d5ea:0x1eb,_0x409b57:0x21d,_0x1f94e3:0x27d},_0x587543={_0x3d7356:0x2e,_0x2dbaaa:0x52};function _0x96f8b1(_0x4fc05c,_0x55437c,_0x4655f5,_0x37ca98){return _0x2c65(_0x55437c-0x32,_0x4fc05c);}const _0x55ca77={'jUWJT':_0x96f8b1(_0x4acf33._0x2b37bc,_0x4acf33._0x5fb4fb,_0x4acf33._0x4068aa,_0x4acf33._0x440996)+'sword\x20must'+'\x20be\x20at\x20lea'+_0x96f8b1(0xa7,_0x4acf33._0x5e2e1e,0x10b,0x8b)+_0x96f8b1(_0x4acf33._0x3ca700,_0x4acf33._0x5e0f93,0x111,_0x4acf33._0x5bd305),'zNBRk':function(_0x1829b9){return _0x1829b9();},'dKbay':function(_0xb009d6,_0x3ce6c7){return _0xb009d6(_0x3ce6c7);},'qOawe':function(_0x10b8e8,_0x45623c){return _0x10b8e8(_0x45623c);},'JkjLj':function(_0x32dc40,_0x47e89b){return _0x32dc40(_0x47e89b);},'LUFKV':function(_0x4a4bb0,_0x3aaeff){return _0x4a4bb0(_0x3aaeff);},'kuGVr':'Username:\x20','MopHw':function(_0x2bd2dd,_0x28932d){return _0x2bd2dd(_0x28932d);},'WWKKp':_0x93d592(_0x4acf33._0x34944b,_0x4acf33._0xf52a87,_0x4acf33._0x5e2e1e,_0x4acf33._0x54e82e),'FXKdw':function(_0x388e8c,_0x2eaa56){return _0x388e8c===_0x2eaa56;},'GFhcn':_0x96f8b1(_0x4acf33._0x35a5a9,0x12e,_0x4acf33._0x179cad,0x167),'JAAql':_0x96f8b1(_0x4acf33._0x145252,_0x4acf33._0x4b1e82,_0x4acf33._0x526d88,_0x4acf33._0x43295f)+'\x20','nAZvi':function(_0x2c4912,_0x8d3a8b,_0x48ae99){return _0x2c4912(_0x8d3a8b,_0x48ae99);},'VUgSv':_0x93d592(_0x4acf33._0x55f6ce,0x12a,_0x4acf33._0x178db4,_0x4acf33._0x2799ea),'WwQSA':'Confirm\x20Pa'+_0x96f8b1(_0x4acf33._0x3f08f1,0xcc,0xd9,0xf6),'mAxut':function(_0x8b89d,_0x2290de){return _0x8b89d!==_0x2290de;},'WyTDF':_0x96f8b1(0xac,0xaf,_0x4acf33._0x21399b,0xb0)+'rname\x20is\x20r'+_0x93d592(_0x4acf33._0x5b344d,0x136,0x15f,0x124),'eQahN':_0x93d592(0xd2,0x100,0x14e,_0x4acf33._0x3fa082)+_0x96f8b1(_0x4acf33._0x28d8e4,_0x4acf33._0x36d99c,0xc1,0xd8)+_0x93d592(_0x4acf33._0x3eb884,0xd9,0x14f,0x11e),'yTwGI':_0x96f8b1(_0x4acf33._0x1fef0f,_0x4acf33._0x2887bd,0xb2,0x96)+_0x96f8b1(0xb9,0xca,0xfb,0xa3)+_0x93d592(0x108,_0x4acf33._0xa24b2a,_0x4acf33._0x1c123f,_0x4acf33._0x1b9860),'FtrhD':function(_0x27940b,_0x4db3d0){return _0x27940b<_0x4db3d0;},'kjpho':_0x93d592(0x126,0x14d,0x151,0x146),'usfeJ':_0x96f8b1(_0x4acf33._0x366118,0xfd,_0x4acf33._0x3dac93,_0x4acf33._0x108e5c),'SxRDr':_0x93d592(0x15e,0x177,_0x4acf33._0x88b507,_0x4acf33._0x514f20),'vTYCP':_0x93d592(_0x4acf33._0x267dd6,0x135,_0x4acf33._0x4cd840,_0x4acf33._0x17944f),'qTJmL':_0x96f8b1(0x6e,_0x4acf33._0x44fa1b,_0x4acf33._0x5bd305,_0x4acf33._0x1c702b),'mXgDV':_0x93d592(0xc3,0x9f,_0x4acf33._0x133190,_0x4acf33._0x3be6d9),'GuKLE':'qhAId','fWIAT':_0x93d592(_0x4acf33._0x55b2d4,_0x4acf33._0x33d67e,0x13a,0x113),'chovY':_0x93d592(_0x4acf33._0x145252,_0x4acf33._0x19e43e,_0x4acf33._0x5e9385,_0x4acf33._0x475427),'nVOhD':_0x93d592(0x11f,_0x4acf33._0x36a9a7,_0x4acf33._0x2c71cf,0x119),'UoGBz':function(_0x7bc8ca,_0xc807c3){return _0x7bc8ca(_0xc807c3);},'MuNpv':'✓\x20User\x20cre'+_0x93d592(0x140,_0x4acf33._0x4cd840,0x133,_0x4acf33._0x352daa)+'ssfully!','AXXtz':_0x96f8b1(0x100,0xe1,0x12b,0xcd)+_0x93d592(0x12d,_0x4acf33._0x1cfaeb,_0x4acf33._0x3dac93,0x135),'BTloB':_0x96f8b1(_0x4acf33._0x517d15,_0x4acf33._0x928dab,_0x4acf33._0xef3e4b,_0x4acf33._0x26e66d)+_0x96f8b1(_0x4acf33._0x2c71cf,_0x4acf33._0x2a9ee2,_0x4acf33._0x54fbab,_0x4acf33._0xf138fa)+'r'},_0x10ca51=_0x55ca77[_0x96f8b1(0x93,0xbf,_0x4acf33._0x2834ca,0xc1)](parseArgs,_0x29d7f8);!_0x10ca51[_0x93d592(0x194,_0x4acf33._0x4b1428,0x143,0x158)]&&(_0x10ca51[_0x93d592(_0x4acf33._0x5e4d36,_0x4acf33._0x54fbab,_0x4acf33._0x267c6b,0x158)]=await _0x55ca77['LUFKV'](prompt,_0x55ca77['kuGVr']));!_0x10ca51[_0x96f8b1(0x148,_0x4acf33._0x325cf7,0x13e,0x11b)]&&(_0x10ca51[_0x96f8b1(_0x4acf33._0x2c5025,0x100,0x113,0xee)]=await _0x55ca77[_0x96f8b1(_0x4acf33._0x11c416,0xa9,_0x4acf33._0x1d589e,0x9c)](prompt,_0x55ca77[_0x96f8b1(_0x4acf33._0x5aca86,_0x4acf33._0x3fec40,_0x4acf33._0x31bbc6,_0x4acf33._0x50594f)]));!_0x10ca51[_0x96f8b1(0xc2,0xf4,0xc1,0x10c)]&&(_0x55ca77[_0x96f8b1(_0x4acf33._0x6fc0b4,0xac,_0x4acf33._0x3ef1c0,_0x4acf33._0x884f08)](_0x55ca77[_0x96f8b1(_0x4acf33._0x144b2c,0x10b,_0x4acf33._0x3fccf4,0xe9)],_0x96f8b1(0x167,0x12e,_0x4acf33._0x50fd6,_0x4acf33._0x3eb884))?_0x10ca51[_0x93d592(0x106,_0x4acf33._0x169dab,_0x4acf33._0x3b1812,0x12d)]=await _0x55ca77[_0x93d592(0x1a1,_0x4acf33._0x952981,0x117,_0x4acf33._0x4dfc52)](prompt,_0x55ca77[_0x93d592(0x164,_0x4acf33._0x4c3e51,_0x4acf33._0x5decdd,_0x4acf33._0x53c032)]):(_0x201a3c[_0x96f8b1(_0x4acf33._0x18bf23,_0x4acf33._0xdc5461,0x127,_0x4acf33._0x2b37bc)](_0x55ca77['jUWJT']),_0x4cfa86['exit'](0x2449+0xd8+-0x63*0x60)));if(!_0x10ca51['password']){_0x10ca51[_0x96f8b1(0xb5,_0x4acf33._0x1890dd,_0x4acf33._0x38c26f,_0x4acf33._0x1252dc)]=await _0x55ca77['nAZvi'](prompt,_0x55ca77[_0x96f8b1(_0x4acf33._0x3ace65,0xa8,_0x4acf33._0x3d27f5,0xf3)],!![]);const _0x3c8e37=await prompt(_0x55ca77[_0x93d592(_0x4acf33._0x404f80,_0x4acf33._0x2c83a3,_0x4acf33._0x5decdd,0x116)],!![]);_0x55ca77[_0x96f8b1(_0x4acf33._0x38b282,_0x4acf33._0x31e833,_0x4acf33._0x4dcde9,_0x4acf33._0x36fa3a)](_0x10ca51['password'],_0x3c8e37)&&(console[_0x96f8b1(0xce,0xea,_0x4acf33._0x815d7d,0xd9)](_0x93d592(_0x4acf33._0x5e2e1e,_0x4acf33._0x23cc32,0x125,0xfe)+_0x96f8b1(0xf8,_0x4acf33._0x5c510d,_0x4acf33._0x952981,_0x4acf33._0x25aae0)+_0x96f8b1(_0x4acf33._0x526d88,0xf6,_0x4acf33._0x3f4ddb,0xab)),process[_0x93d592(0xd7,0x10a,0x118,0x11f)](-0xc33+0x1*-0x11fc+0x1e30));}function _0x93d592(_0x44c818,_0x39d12a,_0x1051d5,_0x4c7b62){return _0x2c65(_0x4c7b62-0x6b,_0x1051d5);}(!_0x10ca51[_0x96f8b1(_0x4acf33._0x443e01,_0x4acf33._0x88b507,0x12f,_0x4acf33._0x4c73d7)]||_0x55ca77[_0x93d592(_0x4acf33._0x40446c,_0x4acf33._0x9ff75c,0x9f,0xe5)](_0x10ca51[_0x93d592(_0x4acf33._0x21115b,0x13a,_0x4acf33._0x2d2199,_0x4acf33._0x27f240)]['trim'](),''))&&(console['error'](_0x55ca77[_0x96f8b1(_0x4acf33._0x47218b,_0x4acf33._0x3ef1c0,0xad,0xdb)]),process[_0x93d592(_0x4acf33._0xfc137e,_0x4acf33._0x33d67e,0xe1,_0x4acf33._0x5bc2f0)](-0x5*-0x21+-0x307+-0x263*-0x1));(!_0x10ca51['email']||_0x10ca51[_0x93d592(_0x4acf33._0x29e598,0x10e,0x185,_0x4acf33._0x6e3114)][_0x96f8b1(0xe5,0xc1,0x101,_0x4acf33._0x49a89a)]()==='')&&(console[_0x93d592(_0x4acf33._0x4f22cd,_0x4acf33._0x5e22c6,0x169,_0x4acf33._0x3c8917)](_0x55ca77[_0x93d592(0x155,0x155,_0x4acf33._0x1a7d11,_0x4acf33._0x19048c)]),process[_0x96f8b1(_0x4acf33._0x5b1724,0xe6,0xf3,0xc3)](0x235*-0x1+0x1*-0x163+-0x133*-0x3));(!_0x10ca51['name']||_0x55ca77[_0x93d592(_0x4acf33._0x8998a3,_0x4acf33._0x3211aa,0xa9,_0x4acf33._0xf4a3ed)](_0x10ca51['name']['trim'](),''))&&(console[_0x93d592(0x138,0xef,0x107,0x123)](_0x55ca77[_0x93d592(_0x4acf33._0x3a8ecd,_0x4acf33._0x153a20,0x1a5,_0x4acf33._0x20fa89)]),process[_0x96f8b1(_0x4acf33._0x2a5549,0xe6,_0x4acf33._0x1e92d5,0x103)](0x7c5+-0xcdd+0x519));(!_0x10ca51[_0x96f8b1(_0x4acf33._0x36033d,_0x4acf33._0x142db8,_0x4acf33._0x5a2516,_0x4acf33._0x54bc11)]||_0x55ca77[_0x93d592(_0x4acf33._0x3211aa,_0x4acf33._0x49c159,0xf0,_0x4acf33._0x5c510d)](_0x10ca51['password'][_0x93d592(_0x4acf33._0xf9956d,0x105,0x145,0x13e)],-0xa48+0x43d*-0x3+-0x5*-0x49b))&&(console[_0x93d592(0xf3,_0x4acf33._0x55b886,_0x4acf33._0x4efcca,0x123)](_0x55ca77[_0x93d592(_0x4acf33._0x36a9a7,_0x4acf33._0x46e667,0xf7,_0x4acf33._0x4f890d)]),process[_0x93d592(_0x4acf33._0x4cd840,0xd8,0x109,0x11f)](0x1069+0x424+-0x148c));const _0x7e6fae=[_0x55ca77[_0x96f8b1(0x112,_0x4acf33._0x4cd9fb,_0x4acf33._0x1595df,_0x4acf33._0x5e2e1e)],_0x55ca77[_0x96f8b1(0x15d,0x125,0xeb,_0x4acf33._0x1aefa8)],_0x55ca77[_0x93d592(0x136,0x186,0x167,0x143)],_0x55ca77[_0x96f8b1(0xb6,_0x4acf33._0x3cdaa4,0xc2,0xf7)]];!_0x7e6fae['includes'](_0x10ca51[_0x96f8b1(_0x4acf33._0x30b783,0xec,0x137,_0x4acf33._0xf20d18)])&&(console[_0x96f8b1(_0x4acf33._0x3244d6,0xea,_0x4acf33._0x115f55,_0x4acf33._0x214b05)]('Error:\x20Inv'+_0x96f8b1(_0x4acf33._0x145252,_0x4acf33._0x567a8a,0xaf,_0x4acf33._0x22cff9)+'\x22'+_0x10ca51[_0x96f8b1(0x110,0xec,_0x4acf33._0x4cd9fb,_0x4acf33._0x2a5549)]+(_0x93d592(_0x4acf33._0x4cd840,0x1a1,0x14d,0x16c)+'\x20one\x20of:\x20')+_0x7e6fae[_0x96f8b1(_0x4acf33._0x3a6ea1,_0x4acf33._0x3a73bb,0x109,_0x4acf33._0x179cad)](',\x20')),process['exit'](0x2b5+0xf8f*-0x1+-0x3*-0x449));const _0x3ce6d7=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x3ce6d7[_0x96f8b1(0xeb,_0x4acf33._0x20e72d,0x141,_0x4acf33._0x212349)](_0x10ca51['email'])&&(_0x55ca77[_0x96f8b1(_0x4acf33._0x3f08f1,_0x4acf33._0x658230,_0x4acf33._0xb2335c,_0x4acf33._0x205f18)](_0x55ca77['qTJmL'],_0x55ca77[_0x96f8b1(0xb5,0xe8,0x135,_0x4acf33._0x49a89a)])?(console[_0x93d592(_0x4acf33._0x4d9b31,_0x4acf33._0x4dca63,_0x4acf33._0x15508c,0x123)](_0x93d592(_0x4acf33._0x16c38e,0xf8,_0x4acf33._0x494d87,_0x4acf33._0x220448)+'alid\x20email'+_0x96f8b1(_0x4acf33._0x1d81b5,_0x4acf33._0x560b07,_0x4acf33._0x4a8944,0x11c)+_0x10ca51[_0x96f8b1(_0x4acf33._0x22eaa5,_0x4acf33._0x3f91df,0xc1,0xfa)]+'\x22.'),process[_0x96f8b1(_0x4acf33._0x33f155,0xe6,_0x4acf33._0x28fb27,_0x4acf33._0x580285)](0x595*-0x6+0x12d4+-0xeab*-0x1)):(_0x44995e[_0x93d592(0xdf,0x10b,_0x4acf33._0xac05dc,_0x4acf33._0x585d8e)](_0x96f8b1(0xf0,_0x4acf33._0x1ba3df,_0x4acf33._0x2c01a5,_0x4acf33._0x186cd7)+_0x93d592(_0x4acf33._0x457d9d,0xf3,_0x4acf33._0x3d4d9e,_0x4acf33._0x21e3e9)+'\x22'+_0x9ac47e[_0x93d592(_0x4acf33._0x43295f,0x126,_0x4acf33._0x25868c,0x125)]+(_0x93d592(_0x4acf33._0x42fd32,_0x4acf33._0x530ef5,_0x4acf33._0x51b442,0x16c)+_0x93d592(0xdc,_0x4acf33._0xcd798d,0x14c,0x10a))+_0x4a065e[_0x93d592(_0x4acf33._0xf9b19a,0x104,0x159,0x141)](',\x20')),_0x5ae397[_0x96f8b1(0xdf,0xe6,0xcc,_0x4acf33._0x3e03cc)](0x3*0x77b+0x15ed+-0x115*0x29)));const _0x186d74=/^[a-zA-Z0-9_-]+$/;if(!_0x186d74[_0x96f8b1(0x165,_0x4acf33._0x20e72d,_0x4acf33._0xfc137e,_0x4acf33._0x48aa9f)](_0x10ca51['username'])){if(_0x55ca77[_0x96f8b1(0x8f,0xd2,0x119,_0x4acf33._0x13e79b)](_0x55ca77[_0x93d592(_0x4acf33._0x473c2f,0xac,_0x4acf33._0x23cc32,0xed)],_0x55ca77['fWIAT']))console[_0x93d592(_0x4acf33._0x28d8e4,0x10a,_0x4acf33._0x38b282,0x123)](_0x96f8b1(_0x4acf33._0x38c502,0xdb,_0x4acf33._0x55440c,_0x4acf33._0x5cdbfd)+'alid\x20usern'+_0x93d592(0x128,0x13f,0x124,0x11b)+_0x10ca51[_0x96f8b1(0x12b,_0x4acf33._0x5bc2f0,_0x4acf33._0x4dfc52,_0x4acf33._0x4c73d7)]+(_0x93d592(0x133,0x14a,0xd8,_0x4acf33._0x330d9e)+_0x96f8b1(0x12f,_0x4acf33._0xec0f0b,0x153,0x15e)+'\x20numbers,\x20'+_0x93d592(0x189,_0x4acf33._0x49491c,0x12f,_0x4acf33._0x45ed75)+_0x96f8b1(0x68,_0x4acf33._0x580285,0xcc,_0x4acf33._0x473c2f)+_0x93d592(0xae,0xd7,_0x4acf33._0xac05dc,0xf7))),process['exit'](-0x1*-0xec3+0x1b62*0x1+-0x174*0x1d);else{const _0x1179e0={_0x2b09ae:0xee,_0x4b1dd7:0x38,_0x4a4f66:0x142},_0x474023={_0xf9ca28:0x232,_0xadbd07:0x20b,_0x499aa9:0x266},_0x19d379=new _0x1dd7e4({'write':(_0x12bc51,_0x294a40,_0x41c608)=>{const _0xd379bc={_0x1791ec:0x2e2};function _0x5bf69f(_0x21b095,_0x671f30,_0x424be4,_0x5ab657){return _0x96f8b1(_0x424be4,_0x21b095- -_0xd379bc._0x1791ec,_0x424be4-0xfa,_0x5ab657-0x10);}_0x55ca77[_0x5bf69f(-0x21a,-_0x474023._0xf9ca28,-_0x474023._0xadbd07,-_0x474023._0x499aa9)](_0x41c608);}}),_0x44be57={};_0x44be57[_0x93d592(_0x4acf33._0x4f22cd,0xd8,0xe9,0x118)]=_0x49554d['stdin'],_0x44be57['output']=_0x19d379,_0x44be57[_0x93d592(_0x4acf33._0x2ae972,0x109,_0x4acf33._0x3bdeba,0xec)]=!![];const _0x475b3d=_0xffc535[_0x96f8b1(_0x4acf33._0xec0f0b,0xf1,_0x4acf33._0x58ff4b,0x13a)+_0x93d592(_0x4acf33._0x14c0f3,_0x4acf33._0x219aa9,_0x4acf33._0x35af3a,0x168)](_0x44be57);_0x4a4a36[_0x96f8b1(_0x4acf33._0x456e51,0xb6,_0x4acf33._0x1e92d5,_0x4acf33._0x2a5549)][_0x96f8b1(0x109,_0x4acf33._0x40446c,0xdb,_0x4acf33._0xdaeab8)](_0x2a1cac),_0x475b3d[_0x96f8b1(_0x4acf33._0x43bdd8,0xb1,0x98,_0x4acf33._0x5a2516)]('',_0x148581=>{_0x475b3d['close'](),_0x7f7f51['log']('');function _0x2dc08d(_0x275082,_0x3e7cfc,_0x2b92be,_0xed7981){return _0x96f8b1(_0xed7981,_0x3e7cfc- -_0x1179e0._0x2b09ae,_0x2b92be-_0x1179e0._0x4b1dd7,_0xed7981-_0x1179e0._0x4a4f66);}_0x55ca77[_0x2dc08d(-0x18,-_0x587543._0x3d7356,0x3,-_0x587543._0x2dbaaa)](_0x262429,_0x148581);});}}try{if(_0x55ca77[_0x93d592(_0x4acf33._0xe08e5f,_0x4acf33._0x4c5626,0x9e,_0x4acf33._0xf4a3ed)](_0x55ca77[_0x96f8b1(_0x4acf33._0x186cd7,0xdc,_0x4acf33._0x21399b,0xc3)],_0x55ca77[_0x93d592(_0x4acf33._0x4d4ecb,_0x4acf33._0x1d0a33,0x179,_0x4acf33._0x1d93a7)])){const _0x5b47a8={};_0x5b47a8[_0x93d592(0x146,_0x4acf33._0x468fbe,_0x4acf33._0x238db0,_0x4acf33._0x31bbc6)]=_0xd51bed[_0x93d592(0x175,_0x4acf33._0x6fd9f3,_0x4acf33._0xb2dac,0x14e)],_0x5b47a8[_0x93d592(0x141,_0x4acf33._0x87647e,_0x4acf33._0x5decdd,_0x4acf33._0x4e0688)]=_0x4259dc[_0x93d592(_0x4acf33._0x3ef1c0,_0x4acf33._0x22cff9,_0x4acf33._0xec0f0b,_0x4acf33._0x5e4bfe)];const _0x2dc35c=_0x24466c['createInte'+_0x93d592(0x149,0x160,0x1a4,0x168)](_0x5b47a8);_0x2dc35c[_0x96f8b1(0x97,_0x4acf33._0x480741,0xb2,0xb4)](_0x5ea7b8,_0xd8a819=>{const _0x2d56c0={_0x1bdb4b:0x318,_0x27cfc6:0x16e},_0x2d580d={_0x435fbd:0x195,_0x3def37:0xbb};_0x2dc35c[_0x4a3d71(-_0x5c693c._0x38d5ea,-0x1e1,-0x1fa,-_0x5c693c._0x409b57)]();function _0x308ce0(_0x12a371,_0x41b48d,_0xe89a9,_0xe7d7da){return _0x96f8b1(_0x12a371,_0x41b48d-0x48,_0xe89a9-_0x2d580d._0x435fbd,_0xe7d7da-_0x2d580d._0x3def37);}function _0x4a3d71(_0xa9b88e,_0x5084fd,_0x4f4d82,_0x15d2bf){return _0x96f8b1(_0xa9b88e,_0x15d2bf- -_0x2d56c0._0x1bdb4b,_0x4f4d82-_0x2d56c0._0x27cfc6,_0x15d2bf-0x6d);}_0x55ca77[_0x4a3d71(-_0x5c693c._0x1f94e3,-0x29d,-0x24d,-0x275)](_0x339ae1,_0xd8a819);});}else{const _0x2cf482=await _0x55ca77[_0x93d592(0x142,_0x4acf33._0x5a0c76,_0x4acf33._0x47ff37,_0x4acf33._0x14c0f3)](findUserByUsername,_0x10ca51['username']);_0x2cf482&&(console['error'](_0x96f8b1(0xa0,_0x4acf33._0x3b9c19,0xf0,0xc8)+_0x96f8b1(_0x4acf33._0x44ab76,_0x4acf33._0x566e73,_0x4acf33._0x2f6d3b,_0x4acf33._0x48d521)+_0x10ca51[_0x96f8b1(0x159,0x11f,_0x4acf33._0x456e51,0x100)]+(_0x96f8b1(_0x4acf33._0x4e0688,_0x4acf33._0x341c4e,_0x4acf33._0x2c5025,0x15e)+'exists.')),process[_0x93d592(0x169,_0x4acf33._0xf4c4cc,_0x4acf33._0x4dcde9,_0x4acf33._0x5bc2f0)](0x2*-0xc2a+-0x1*0x1bc5+0x341a));console['log']('Creating\x20u'+_0x93d592(0x127,_0x4acf33._0x8f1b0d,_0x4acf33._0xb2dac,0x131)+_0x10ca51[_0x93d592(0x139,_0x4acf33._0x1ac2a9,_0x4acf33._0x1a884a,_0x4acf33._0x2bde27)]+_0x96f8b1(_0x4acf33._0x106b0b,0x127,_0x4acf33._0x3fa082,_0x4acf33._0x2a65a6));const _0x45636e={};_0x45636e[_0x93d592(0x1a3,0x15d,0x125,0x158)]=_0x10ca51[_0x93d592(0x110,0x134,0x174,0x158)],_0x45636e[_0x96f8b1(_0x4acf33._0x2a9ee2,0x100,_0x4acf33._0x494d87,_0x4acf33._0x1ddad0)]=_0x10ca51[_0x93d592(_0x4acf33._0x47763e,_0x4acf33._0x2b4661,0x143,_0x4acf33._0x6e3114)],_0x45636e[_0x93d592(_0x4acf33._0x148e2e,_0x4acf33._0x40b69e,0x129,_0x4acf33._0x136a54)]=_0x10ca51[_0x93d592(_0x4acf33._0x404f80,0xfd,_0x4acf33._0xbc4068,0x12d)],_0x45636e[_0x93d592(0x12e,0x124,_0x4acf33._0x6fc0b4,0xee)]=_0x10ca51[_0x93d592(_0x4acf33._0x81bcb,0x119,0x11a,_0x4acf33._0x1067ca)],_0x45636e[_0x96f8b1(_0x4acf33._0xc8f7b3,_0x4acf33._0x3211aa,0xd4,_0x4acf33._0x245cc6)]=_0x10ca51[_0x96f8b1(0x120,0xec,0xb8,_0x4acf33._0x23cc32)];const _0x1c05ab=await createUser(_0x45636e);console[_0x93d592(_0x4acf33._0x2c01a5,0x107,0x190,0x152)](''),console['log'](_0x55ca77[_0x93d592(_0x4acf33._0x16405a,_0x4acf33._0x34a852,0x135,_0x4acf33._0x29e598)]),console[_0x93d592(_0x4acf33._0x5d5861,_0x4acf33._0x4ef102,0x169,0x152)](''),console['log'](_0x55ca77[_0x96f8b1(_0x4acf33._0xe10e61,0x109,0x108,0x12d)]),console[_0x96f8b1(0xea,_0x4acf33._0x952981,_0x4acf33._0x5d5861,0x160)](_0x93d592(_0x4acf33._0x88b507,_0x4acf33._0x5e1cc9,_0x4acf33._0x366118,0x14d)+'\x20\x20'+_0x1c05ab['id']),console['log']('\x20\x20Username'+':\x20'+_0x1c05ab[_0x96f8b1(0x12b,_0x4acf33._0x522dbf,0x118,_0x4acf33._0x25aae0)]),console['log'](_0x96f8b1(0xa0,_0x4acf33._0x47c24b,0xb9,0x96)+'\x20\x20'+_0x1c05ab[_0x93d592(_0x4acf33._0x58ff4b,0x131,0x10d,0x139)]),console[_0x93d592(0x16a,0x19e,_0x4acf33._0x25d95e,0x152)](_0x96f8b1(_0x4acf33._0x5cfa85,_0x4acf33._0x36e682,0x7b,0x9e)+'\x20\x20'+_0x1c05ab[_0x96f8b1(_0x4acf33._0x31058f,_0x4acf33._0x47518b,0xc7,_0x4acf33._0x148e2e)]),console[_0x96f8b1(0xef,_0x4acf33._0x2fea0d,0xd7,_0x4acf33._0x57396c)]('\x20\x20Role:\x20\x20\x20'+'\x20\x20'+_0x1c05ab[_0x96f8b1(0xdc,0xec,0xe4,0x118)]),console[_0x96f8b1(0x142,_0x4acf33._0x952981,0xf5,_0x4acf33._0x5abf12)](''),console[_0x93d592(_0x4acf33._0x198a76,0x12e,0x118,_0x4acf33._0x5239f6)](_0x96f8b1(0x140,_0x4acf33._0x2ac527,_0x4acf33._0x4f34f2,_0x4acf33._0x38c26f)+'an\x20now\x20log'+'\x20in\x20with\x20t'+'heir\x20usern'+_0x96f8b1(_0x4acf33._0x658230,_0x4acf33._0x272a49,_0x4acf33._0xf4a3ed,_0x4acf33._0x9ff75c)+_0x93d592(0xdc,0xf3,_0x4acf33._0x1b7c6b,0x10f));}}catch(_0x4e0205){logger[_0x93d592(_0x4acf33._0x3c8917,0x153,_0x4acf33._0x4cd9fb,0x123)](_0x55ca77['BTloB'],_0x4e0205),console[_0x93d592(0xdc,_0x4acf33._0x562936,0x167,_0x4acf33._0x585d8e)](_0x96f8b1(_0x4acf33._0x40446c,_0x4acf33._0x25b7f7,_0x4acf33._0x136a54,_0x4acf33._0x55b886)+_0x93d592(0x174,0x18d,_0x4acf33._0x4b1b2f,_0x4acf33._0x51b442)+'ate\x20user\x20-'+'\x20'+_0x4e0205['message']),process[_0x96f8b1(_0x4acf33._0x9d9a75,_0x4acf33._0x35a0b8,_0x4acf33._0x59ef2f,_0x4acf33._0x487666)](-0x6f9+-0x2469+0x2b63);}}