@profoundlogic/coderflow-server 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/README.md +24 -0
  2. package/dist/README.md +24 -0
  3. package/dist/coder-server.js +1 -1
  4. package/dist/config/skill-catalog.json +27 -0
  5. package/dist/config.js +1 -1
  6. package/dist/lib/agent-keepalive.js +1 -1
  7. package/dist/lib/api-keys.js +1 -1
  8. package/dist/lib/apiKeys.js +1 -1
  9. package/dist/lib/app-server-ports.js +1 -1
  10. package/dist/lib/auto-judge.js +1 -1
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/config-command.js +1 -1
  20. package/dist/lib/cli/config.js +1 -1
  21. package/dist/lib/cli/create-user.js +1 -1
  22. package/dist/lib/cli/init.js +1 -1
  23. package/dist/lib/cli/jira.js +1 -1
  24. package/dist/lib/cli/license.js +1 -1
  25. package/dist/lib/cli/server-manager.js +1 -1
  26. package/dist/lib/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 -0
  36. package/dist/lib/git-history-diff-guardrails.js +1 -0
  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/jira-client.js +1 -1
  49. package/dist/lib/logger.js +1 -1
  50. package/dist/lib/model-fetcher.js +1 -1
  51. package/dist/lib/notifications.js +1 -1
  52. package/dist/lib/oidc-auth.js +1 -1
  53. package/dist/lib/oidc-device-flow.js +1 -1
  54. package/dist/lib/passwordTokens.js +1 -1
  55. package/dist/lib/pin-cascade.js +1 -1
  56. package/dist/lib/provider-accounts.js +1 -1
  57. package/dist/lib/provider-oauth.js +1 -1
  58. package/dist/lib/provider-profile.js +1 -1
  59. package/dist/lib/provider-token-refresh.js +1 -1
  60. package/dist/lib/request-url.js +1 -1
  61. package/dist/lib/rewind.js +1 -1
  62. package/dist/lib/roles.js +1 -1
  63. package/dist/lib/secrets.js +1 -1
  64. package/dist/lib/setup-repo-git-auth.js +1 -1
  65. package/dist/lib/state-capture.js +1 -1
  66. package/dist/lib/static-files.js +1 -1
  67. package/dist/lib/task-name-generator.js +1 -1
  68. package/dist/lib/user-git-oauth.js +1 -1
  69. package/dist/lib/user-git-tokens.js +1 -1
  70. package/dist/lib/users.js +1 -1
  71. package/dist/middleware/requireAuth.js +1 -1
  72. package/dist/middleware/requireInit.js +1 -1
  73. package/dist/middleware/requirePermission.js +1 -1
  74. package/dist/package.json +1 -1
  75. package/dist/routes/apiKeys.js +1 -1
  76. package/dist/routes/auth-oidc.js +1 -1
  77. package/dist/routes/auth.js +1 -1
  78. package/dist/routes/build.js +1 -1
  79. package/dist/routes/containers.js +1 -1
  80. package/dist/routes/deploy-task.js +1 -1
  81. package/dist/routes/environment-management.js +1 -1
  82. package/dist/routes/environments.js +1 -1
  83. package/dist/routes/external-skills.js +1 -1
  84. package/dist/routes/git-credentials.js +1 -1
  85. package/dist/routes/git-oauth.js +1 -1
  86. package/dist/routes/git-provider-setup.js +1 -1
  87. package/dist/routes/health.js +1 -1
  88. package/dist/routes/jira.js +1 -1
  89. package/dist/routes/objective-management.js +1 -1
  90. package/dist/routes/password.js +1 -1
  91. package/dist/routes/prompt.js +1 -1
  92. package/dist/routes/provider-auth.js +1 -1
  93. package/dist/routes/qa.js +1 -1
  94. package/dist/routes/settings.js +1 -1
  95. package/dist/routes/skill-management.js +1 -1
  96. package/dist/routes/skills.js +1 -1
  97. package/dist/routes/tasks.js +1 -1
  98. package/dist/routes/templates.js +1 -1
  99. package/dist/routes/test-task.js +1 -1
  100. package/dist/routes/test.js +1 -1
  101. package/dist/routes/users.js +1 -1
  102. package/dist/routes/visualizations.js +1 -1
  103. package/dist/scripts/create-user.js +1 -1
  104. package/dist/start.js +1 -1
  105. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  106. package/dist/web-ui/public/activity-feed.js +1 -1
  107. package/dist/web-ui/public/activity-formatters.js +1 -1
  108. package/dist/web-ui/public/agent-event-parser.js +1 -1
  109. package/dist/web-ui/public/app.js +1 -1
  110. package/dist/web-ui/public/approve-dialog.js +1 -1
  111. package/dist/web-ui/public/comments-widget.js +1 -1
  112. package/dist/web-ui/public/diff-utils.js +1 -1
  113. package/dist/web-ui/public/docs/tasks/providing-feedback.md +1 -1
  114. package/dist/web-ui/public/environments.js +1 -1
  115. package/dist/web-ui/public/feedback-widget.js +1 -1
  116. package/dist/web-ui/public/git-history-lazy-utils.js +1 -0
  117. package/dist/web-ui/public/git-history.css +56 -0
  118. package/dist/web-ui/public/git-history.html +2 -2
  119. package/dist/web-ui/public/git-history.js +1 -1
  120. package/dist/web-ui/public/git-status.js +1 -1
  121. package/dist/web-ui/public/index.js +1 -1
  122. package/dist/web-ui/public/login.js +1 -1
  123. package/dist/web-ui/public/markdown-editor.js +1 -1
  124. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  125. package/dist/web-ui/public/modal-maximize.js +1 -1
  126. package/dist/web-ui/public/notifications.js +1 -1
  127. package/dist/web-ui/public/server-health.js +1 -1
  128. package/dist/web-ui/public/settings.js +1 -1
  129. package/dist/web-ui/public/setup-password.js +1 -1
  130. package/dist/web-ui/public/skills.js +1 -1
  131. package/dist/web-ui/public/sse-client.js +1 -1
  132. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  133. package/dist/web-ui/public/task.html +102 -0
  134. package/dist/web-ui/public/task.js +1 -1
  135. package/dist/web-ui/public/terminal.js +1 -1
  136. package/dist/web-ui/public/theme.js +1 -1
  137. package/dist/web-ui/public/users.js +1 -1
  138. package/dist/web-ui/public/variant-grouping.js +1 -1
  139. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x918589,_0x4f4e5b){const _0x3a9730={_0x8ba8b:0x329,_0x52cb53:0x2dc,_0x1cf229:0x2bf,_0x4bff1e:0x28d,_0x14d60f:0x24f,_0x55255c:0x2ed,_0x1cdad0:0x2fb,_0x2b6353:0x2cc,_0x2addbd:0x2b6,_0x52e9a4:0x2a4,_0x56640c:0x2d3,_0x33dfe5:0x31a,_0x22d957:0x304,_0x26009e:0x296,_0x305622:0x28c,_0x52b727:0x270},_0x1323dc={_0xfb272d:0x1fb},_0x4f8088={_0x2de315:0x354},_0x52f7e0=_0x918589();function _0x49812a(_0x2d7dd3,_0xf3ae47,_0x22c5e3,_0x4e985b){return _0x2430(_0xf3ae47- -_0x4f8088._0x2de315,_0x4e985b);}function _0x54b68c(_0x4da8a6,_0x52d16c,_0x421791,_0x213c42){return _0x2430(_0x421791-_0x1323dc._0xfb272d,_0x4da8a6);}while(!![]){try{const _0x59a0f8=-parseInt(_0x54b68c(0x2de,_0x3a9730._0x8ba8b,0x2fa,0x2e5))/(0xe35+0x1*0x21b+-0x343*0x5)+-parseInt(_0x54b68c(_0x3a9730._0x52cb53,0x2c2,_0x3a9730._0x1cf229,0x2df))/(0x2*-0x542+-0x4ba*-0x2+0x112)+-parseInt(_0x54b68c(0x2b1,0x2ab,0x2cb,0x29c))/(0x2*-0xcbb+0x1450+0x529)*(-parseInt(_0x49812a(-_0x3a9730._0x4bff1e,-0x271,-0x244,-_0x3a9730._0x14d60f))/(-0xf21+-0xb4a+0x1*0x1a6f))+-parseInt(_0x54b68c(_0x3a9730._0x55255c,0x2ff,0x306,_0x3a9730._0x1cdad0))/(-0x17*-0x13d+0x11ef+0xf77*-0x3)+-parseInt(_0x54b68c(0x2bd,0x2c3,_0x3a9730._0x2b6353,_0x3a9730._0x2addbd))/(-0x3*-0x2ab+-0x1625+0xe2a)*(-parseInt(_0x54b68c(0x2d9,_0x3a9730._0x52e9a4,_0x3a9730._0x56640c,0x2e8))/(0x1a4a+0x21ef+-0x3c32))+parseInt(_0x54b68c(_0x3a9730._0x33dfe5,0x30d,0x2f4,_0x3a9730._0x22d957))/(-0x8a6+0xeb4+-0x606)+-parseInt(_0x49812a(-0x291,-_0x3a9730._0x26009e,-_0x3a9730._0x305622,-0x2a3))/(0x12d*-0xf+0x1f11+-0x1b*0x7f)*(-parseInt(_0x49812a(-_0x3a9730._0x52b727,-0x27f,-0x26c,-0x263))/(-0x1c21+0x2*-0x29d+0x2165));if(_0x59a0f8===_0x4f4e5b)break;else _0x52f7e0['push'](_0x52f7e0['shift']());}catch(_0x20c5a7){_0x52f7e0['push'](_0x52f7e0['shift']());}}}(_0x1754,0x9f638+-0xce51*0xa+0x4f5d2));function _0x3f92a9(_0x3bc20f,_0x1a3f88,_0x1999e0,_0x4c1c2c){return _0x2430(_0x3bc20f-0x2e7,_0x1999e0);}import{promises as _0x2085e4,constants as _0x2d9124}from'fs';function _0x2430(_0x58a9d1,_0x5892b8){_0x58a9d1=_0x58a9d1-(0x123c+0x182b+0x29af*-0x1);const _0x30bf34=_0x1754();let _0x23145c=_0x30bf34[_0x58a9d1];if(_0x2430['OjIqJG']===undefined){var _0x1880df=function(_0x22458b){const _0x250244='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x16e2d4='',_0x536f43='';for(let _0x389d30=0x9b2*0x4+-0x22*-0x54+-0x31f0,_0x43e182,_0x502206,_0x1f8d73=0x1b62+-0xe3b+-0xd27;_0x502206=_0x22458b['charAt'](_0x1f8d73++);~_0x502206&&(_0x43e182=_0x389d30%(0x1*-0xcb4+0x16c6+-0xa0e)?_0x43e182*(0x81b*-0x4+-0x4dd*0x6+-0x7*-0x8d6)+_0x502206:_0x502206,_0x389d30++%(0x1fb3+0x24fd+-0xdbc*0x5))?_0x16e2d4+=String['fromCharCode'](0x1*0x156b+-0x1e5*-0x2+0x2*-0xc1b&_0x43e182>>(-(-0xa26+-0x52*0x40+0x1ea8)*_0x389d30&0xed5+0x1*0xf0b+-0x1dda)):0x2176+0x978+-0x2aee){_0x502206=_0x250244['indexOf'](_0x502206);}for(let _0x10206a=-0x21e3*-0x1+0x20ae+-0x1*0x4291,_0x870ffc=_0x16e2d4['length'];_0x10206a<_0x870ffc;_0x10206a++){_0x536f43+='%'+('00'+_0x16e2d4['charCodeAt'](_0x10206a)['toString'](0x19fc+-0x25f3+0xc07))['slice'](-(-0x133c*-0x1+0xf2a+0x11c*-0x1f));}return decodeURIComponent(_0x536f43);};_0x2430['fUDHHC']=_0x1880df,_0x2430['sFhAmz']={},_0x2430['OjIqJG']=!![];}const _0x77dfae=_0x30bf34[-0x25d8+0x34a*0x1+0x228e*0x1],_0x221a58=_0x58a9d1+_0x77dfae,_0x3a5ca9=_0x2430['sFhAmz'][_0x221a58];return!_0x3a5ca9?(_0x23145c=_0x2430['fUDHHC'](_0x23145c),_0x2430['sFhAmz'][_0x221a58]=_0x23145c):_0x23145c=_0x3a5ca9,_0x23145c;}import _0x160113 from'path';import _0x1c6d2d from'os';const CONFIG_PATH=_0x160113[_0x3f92a9(0x3d9,0x3f5,0x3ad,0x3e8)](_0x1c6d2d['homedir'](),_0x2fd002(0x406,0x3db,0x3e2,0x3f7),'config.jso'+'n');async function loadConfig(){const _0x4e95d2={_0xeca3a5:0x49e,_0x1d495f:0x471,_0x1b24b1:0x477,_0x8bbaf4:0x4a7,_0x147a15:0x494,_0x4e2a87:0x469,_0x160124:0x42c,_0x31b683:0x44d,_0x44fcea:0x468,_0x3b6025:0x47a,_0x6b229b:0x476,_0x3f7847:0x4b0},_0x54ac57={_0x4abcb0:0x89},_0x4d270c={_0x20c2a7:0x85},_0x3f4526={};function _0x119ae2(_0x5988e9,_0x1c57aa,_0x2fd389,_0x26f032){return _0x2fd002(_0x2fd389-_0x4d270c._0x20c2a7,_0x1c57aa-0x3b,_0x1c57aa,_0x26f032-0x9);}_0x3f4526['DsylL']=_0x47ad37(_0x4e95d2._0xeca3a5,_0x4e95d2._0x1d495f,_0x4e95d2._0x1b24b1,_0x4e95d2._0x8bbaf4);function _0x47ad37(_0x3c997b,_0x48fc05,_0x404513,_0x392eeb){return _0x2fd002(_0x3c997b-_0x54ac57._0x4abcb0,_0x48fc05-0x1b3,_0x392eeb,_0x392eeb-0xc);}_0x3f4526[_0x47ad37(_0x4e95d2._0x147a15,0x490,0x4bd,0x499)]=function(_0x4d1247,_0x515261){return _0x4d1247===_0x515261;},_0x3f4526['svzmY']=_0x47ad37(0x453,0x481,_0x4e95d2._0x4e2a87,_0x4e95d2._0x160124);const _0x554aed=_0x3f4526;try{const _0x2a5f4d=await _0x2085e4['readFile'](CONFIG_PATH,_0x554aed[_0x119ae2(0x45e,_0x4e95d2._0x31b683,_0x4e95d2._0x44fcea,0x458)]);return JSON['parse'](_0x2a5f4d);}catch(_0x48aaa9){if(_0x554aed[_0x119ae2(0x464,_0x4e95d2._0x3b6025,0x490,0x47e)](_0x48aaa9[_0x119ae2(_0x4e95d2._0x6b229b,0x493,0x489,_0x4e95d2._0x3f7847)],_0x554aed['svzmY']))return{};throw _0x48aaa9;}}async function saveConfig(_0x5d21ee){const _0x47e820={_0x504106:0x14a,_0x22af24:0x140,_0x53e6c9:0xec,_0x27d7fb:0xdd,_0x32392d:0x12c,_0x2c5abe:0x11f,_0x55d061:0x114,_0xab7bf0:0x10b,_0x471086:0x126,_0x244d1b:0xd1,_0x59a4b3:0xdc,_0x44ee50:0xa5},_0x13d5ac={_0x51c14b:0x4b8},_0x3f2ca6={_0x313b43:0x151,_0x1642ef:0xe6},_0x2447a0={};_0x2447a0[_0x36a6d5(_0x47e820._0x504106,0x167,0x162,_0x47e820._0x22af24)]='utf-8';const _0x166682=_0x2447a0,_0x58ca9f=_0x160113[_0x41e900(-_0x47e820._0x53e6c9,-0x101,-_0x47e820._0x27d7fb,-0x119)](CONFIG_PATH),_0x9db273={};_0x9db273[_0x36a6d5(0x135,_0x47e820._0x32392d,_0x47e820._0x2c5abe,0x14e)]=!![],await _0x2085e4[_0x36a6d5(0x13a,_0x47e820._0x55d061,0x153,0x13d)](_0x58ca9f,_0x9db273);function _0x36a6d5(_0x36a744,_0x44fe46,_0x521829,_0x4fa807){return _0x2fd002(_0x4fa807- -0x2d0,_0x44fe46-_0x3f2ca6._0x313b43,_0x44fe46,_0x4fa807-_0x3f2ca6._0x1642ef);}function _0x41e900(_0x57d4f7,_0x1d4e7d,_0x54ae5a,_0xe3b72d){return _0x3f92a9(_0x57d4f7- -_0x13d5ac._0x51c14b,_0x1d4e7d-0x19f,_0xe3b72d,_0xe3b72d-0xc);}await _0x2085e4['writeFile'](CONFIG_PATH,JSON[_0x36a6d5(0x10b,0x132,_0x47e820._0xab7bf0,_0x47e820._0x471086)](_0x5d21ee,null,0x689+-0x114b*0x2+0x1c0f),_0x166682[_0x41e900(-_0x47e820._0x244d1b,-_0x47e820._0x59a4b3,-_0x47e820._0x44ee50,-0xd2)]);}export async function getCoderSetupPath(){const _0x1a3d0a={_0x551943:0x1bd,_0x242dd3:0x328,_0x59f62e:0x362,_0x197ba6:0x39e,_0x296134:0x34b,_0x8f2b97:0x18f,_0x3d3af0:0x1ad,_0x1cb535:0x180,_0x163bd7:0x152,_0x253938:0x182,_0xa4982:0x19c,_0x5c1ea6:0x1a0},_0x133a77={_0x1db545:0x93,_0x2c89f3:0x7d,_0x42f18a:0x1c9},_0x405bc4={_0x183ae5:0x1d};if(process[_0x59394a(-0x1da,-_0x1a3d0a._0x551943,-0x1c1,-0x1d3)][_0x4c9e18(_0x1a3d0a._0x242dd3,_0x1a3d0a._0x59f62e,0x333,0x346)+_0x4c9e18(_0x1a3d0a._0x197ba6,0x36f,0x398,0x38c)])return process[_0x4c9e18(0x324,0x359,0x364,_0x1a3d0a._0x296134)]['CODER_SETU'+_0x59394a(-_0x1a3d0a._0x8f2b97,-_0x1a3d0a._0x3d3af0,-_0x1a3d0a._0x1cb535,-_0x1a3d0a._0x163bd7)];function _0x59394a(_0x49b51c,_0x273be3,_0x27d6ed,_0x37980a){return _0x2fd002(_0x27d6ed- -0x59f,_0x273be3-0x1f0,_0x273be3,_0x37980a-_0x405bc4._0x183ae5);}function _0x4c9e18(_0x44ec14,_0x51895a,_0x244b37,_0x70db93){return _0x2fd002(_0x70db93- -_0x133a77._0x1db545,_0x51895a-_0x133a77._0x2c89f3,_0x244b37,_0x70db93-_0x133a77._0x42f18a);}const _0x5922f7=await loadConfig();return _0x5922f7[_0x59394a(-0x161,-0x16e,-_0x1a3d0a._0x253938,-0x1a1)+_0x59394a(-_0x1a3d0a._0xa4982,-_0x1a3d0a._0x5c1ea6,-0x1a1,-0x186)]||null;}export async function saveCoderSetupPath(_0x262de3){const _0x33576b={_0x48598e:0x393,_0x4ba6e6:0x3aa,_0x50a24a:0x39a,_0xa4b2f5:0x3a6,_0x4fc12f:0x377,_0x324800:0x360,_0x1f450f:0x392,_0x2e8edc:0x398,_0x529243:0x374},_0x4d728b={_0x4875f1:0x11d},_0xc1f616={_0x28730f:0x2d,_0x2c07f8:0x88},_0x1a9b5={'hGjwg':function(_0x133faa){return _0x133faa();},'YJqSP':function(_0xb42b04,_0x23676f){return _0xb42b04===_0x23676f;},'vjVxQ':function(_0x417474,_0x35838b){return _0x417474!==_0x35838b;},'eessW':function(_0x54a7b6,_0x543b41){return _0x54a7b6(_0x543b41);}};function _0x1eea84(_0x15e0ec,_0x1b9ac,_0x1aa928,_0x2bc53e){return _0x3f92a9(_0x1b9ac- -_0xc1f616._0x28730f,_0x1b9ac-0xbf,_0x1aa928,_0x2bc53e-_0xc1f616._0x2c07f8);}function _0x2938ec(_0x25ebf4,_0x5cb04b,_0x2812be,_0xd6e7ad){return _0x2fd002(_0xd6e7ad- -0x8a,_0x5cb04b-0xf1,_0x25ebf4,_0xd6e7ad-_0x4d728b._0x4875f1);}const _0x3b857f=await _0x1a9b5['hGjwg'](loadConfig);_0x1a9b5[_0x2938ec(0x3a2,0x373,0x39f,0x37d)](_0x262de3,null)?delete _0x3b857f[_0x2938ec(0x396,0x392,0x376,_0x33576b._0x48598e)+'p_path']:_0x1a9b5[_0x1eea84(0x38b,_0x33576b._0x4ba6e6,_0x33576b._0x50a24a,0x39c)]('MlSqu',_0x2938ec(_0x33576b._0xa4b2f5,0x35e,_0x33576b._0x4fc12f,0x388))?_0x3b857f['coder_setu'+_0x2938ec(_0x33576b._0x324800,_0x33576b._0x1f450f,_0x33576b._0x2e8edc,_0x33576b._0x529243)]=_0x262de3:_0x1612ae['ssl_ca_pat'+'h']=_0x2782af,await _0x1a9b5[_0x1eea84(0x381,0x3a6,0x3d3,0x3b5)](saveConfig,_0x3b857f);}export async function getServerPort(){const _0x3450ad={_0x3eff1a:0x11d,_0x3e36f7:0x147,_0x53a238:0x116,_0x4482f0:0x167,_0x36e26e:0x155,_0x39a440:0x136,_0x2b153b:0x175,_0x25294f:0x12c,_0x4b9c27:0x12e,_0x34311d:0xef,_0x349e0d:0x229,_0xf025d0:0x222,_0xf8d0aa:0x21b,_0x1bca47:0x1f3,_0x5ee63d:0x217,_0x1600b8:0x242,_0x28d4f5:0x216,_0x579e3f:0x20f,_0xd6a7fe:0x22e,_0x4b129e:0x18e,_0x39500b:0x251,_0x286354:0x264},_0x1dad87={_0x249953:0x81},_0x412982={_0x3a94ae:0x533,_0x20bd4b:0x5f};function _0x43bc98(_0x2778c5,_0x15d304,_0x5316d3,_0x307494){return _0x2fd002(_0x15d304- -_0x412982._0x3a94ae,_0x15d304-_0x412982._0x20bd4b,_0x5316d3,_0x307494-0xd5);}const _0x367e63={'RPvMt':_0x43bc98(-0x11e,-_0x3450ad._0x3eff1a,-_0x3450ad._0x3e36f7,-_0x3450ad._0x53a238),'fepCq':'tVhss','BcnFP':function(_0x530441,_0x1a8d41,_0x46e0d5){return _0x530441(_0x1a8d41,_0x46e0d5);},'REBbi':function(_0x59da6f){return _0x59da6f();}};if(process[_0x43bc98(-_0x3450ad._0x4482f0,-_0x3450ad._0x36e26e,-_0x3450ad._0x39a440,-_0x3450ad._0x2b153b)][_0x43bc98(-_0x3450ad._0x25294f,-0x11b,-_0x3450ad._0x4b9c27,-_0x3450ad._0x34311d)]){if(_0x367e63[_0x56c5d5(_0x3450ad._0x349e0d,_0x3450ad._0xf025d0,0x20e,0x255)]===_0x367e63[_0x56c5d5(_0x3450ad._0xf8d0aa,_0x3450ad._0x1bca47,0x208,0x225)])throw new _0x502206(_0x1f8d73+('\x20file\x20is\x20n'+'ot\x20readabl'+'e\x20(permiss'+_0x56c5d5(_0x3450ad._0x5ee63d,_0x3450ad._0x1600b8,_0x3450ad._0x28d4f5,0x202)+_0x43bc98(-0x13a,-0x164,-0x17c,-0x14c))+_0x10206a);else return _0x367e63[_0x56c5d5(0x210,0x221,0x1ec,_0x3450ad._0x579e3f)](parseInt,process[_0x43bc98(-0x17a,-0x155,-0x155,-0x152)][_0x56c5d5(_0x3450ad._0xd6a7fe,0x22f,0x21e,0x245)],-0x565*-0x3+-0xd*0x2b3+-0xa*-0x1e5);}const _0x13f4e7=await _0x367e63[_0x43bc98(-0x156,-0x16a,-0x13e,-_0x3450ad._0x4b129e)](loadConfig);function _0x56c5d5(_0x5f4c74,_0x2f269a,_0x541f14,_0x3da30f){return _0x3f92a9(_0x5f4c74- -0x1c1,_0x2f269a-_0x1dad87._0x249953,_0x3da30f,_0x3da30f-0x152);}return _0x13f4e7[_0x56c5d5(0x236,_0x3450ad._0x39500b,_0x3450ad._0x286354,0x207)+'t']||-0x114e+0x1d5*-0x3+0x2285;}export async function saveServerPort(_0x52d622){const _0xe93254={_0xd3eb4c:0xad,_0x5954cd:0x96},_0x7b72ba={'aAPkK':function(_0x194555){return _0x194555();}},_0xe5b4b5=await _0x7b72ba['aAPkK'](loadConfig);_0xe5b4b5[_0x3af081(0x87,_0xe93254._0xd3eb4c,_0xe93254._0x5954cd,0x7f)+'t']=_0x52d622;function _0x3af081(_0x4bf1e2,_0x3a25cd,_0xa51c7,_0x357aeb){return _0x2fd002(_0x3a25cd- -0x373,_0x3a25cd-0x194,_0x4bf1e2,_0x357aeb-0x21);}await saveConfig(_0xe5b4b5);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x18847d={_0x238ee7:0x23e,_0x450da8:0x260,_0x455ad1:0x21f,_0x47e65c:0x20e,_0x558461:0x1f0,_0x2f37e0:0x215,_0x272c69:0x1fd,_0x3ae8d0:0x29d},_0x5c20db={_0x1e7582:0xf9},_0x1fefca={_0x4e4434:0x8b},_0x355732={'luYIC':function(_0x1cc356){return _0x1cc356();}};function _0xb3adf8(_0x4264bc,_0xbe62e8,_0x51c093,_0x3068b1){return _0x2fd002(_0x3068b1- -0x15f,_0xbe62e8-0xaf,_0x4264bc,_0x3068b1-_0x1fefca._0x4e4434);}function _0x2e6954(_0x3d45ee,_0x359fcd,_0xb7abf0,_0x3471ba){return _0x3f92a9(_0x359fcd- -0x196,_0x359fcd-_0x5c20db._0x1e7582,_0xb7abf0,_0x3471ba-0xc5);}const _0x2cd04a=await _0x355732[_0x2e6954(0x218,_0x18847d._0x238ee7,0x232,_0x18847d._0x450da8)](loadConfig);if(_0x2cd04a[_0x2e6954(_0x18847d._0x455ad1,_0x18847d._0x47e65c,0x20a,_0x18847d._0x558461)+_0x2e6954(0x228,0x21b,_0x18847d._0x2f37e0,_0x18847d._0x272c69)])return _0x2cd04a['ssl_cert_p'+_0xb3adf8(0x265,_0x18847d._0x3ae8d0,0x25f,0x27b)];return process['env']['SSL_CERT_P'+'ATH']||null;}export async function saveSslCertPath(_0x3a588d){const _0x53993e={_0x2d0ed4:0x48,_0x4e7278:0x5f,_0xcd7609:0x7a,_0x133010:0x70,_0x939f82:0x64,_0x3c06d8:0xb5,_0x154d6f:0x81,_0x143622:0xcf,_0x15c8cd:0x8d,_0x5966b7:0x447,_0x32cee3:0x423,_0x52be7f:0x36,_0x9fa84a:0x62,_0x256f87:0x6c,_0xbe1624:0x84,_0x4b903f:0x85,_0x3ecb3e:0x9c,_0x2b869b:0x2f,_0xa9fba7:0x51,_0x183a06:0x440,_0x5bef21:0x431,_0x3db5ac:0x43f,_0x42c91f:0x413},_0x22686a={_0x2e7d84:0x353,_0x149fe9:0x19c,_0xe15f58:0x9},_0x5b490d={_0x42522c:0x96};function _0x1a413e(_0x52ca3b,_0x3d74e3,_0x480cbf,_0x4787bf){return _0x3f92a9(_0x52ca3b-_0x5b490d._0x42522c,_0x3d74e3-0x7a,_0x480cbf,_0x4787bf-0x1e0);}const _0x38ae85={'txlqV':function(_0x4d0d7a,_0x2c88ed,_0xdf6906){return _0x4d0d7a(_0x2c88ed,_0xdf6906);},'KCATZ':function(_0x55c878){return _0x55c878();},'qKhcF':function(_0x551d43,_0x21f0a1){return _0x551d43===_0x21f0a1;},'vzUTu':_0x124a16(_0x53993e._0x2d0ed4,0x71,_0x53993e._0x4e7278,0x4a),'tEfVb':function(_0x5315ba,_0x8cc8de){return _0x5315ba(_0x8cc8de);}},_0x27677a=await _0x38ae85[_0x124a16(_0x53993e._0xcd7609,_0x53993e._0x133010,0x6a,_0x53993e._0x939f82)](loadConfig);function _0x124a16(_0x9e7808,_0x11e65c,_0x514a09,_0x17efcc){return _0x3f92a9(_0x514a09- -_0x22686a._0x2e7d84,_0x11e65c-_0x22686a._0x149fe9,_0x11e65c,_0x17efcc-_0x22686a._0xe15f58);}if(_0x3a588d===null){if(_0x38ae85['qKhcF'](_0x38ae85[_0x124a16(_0x53993e._0x3c06d8,_0x53993e._0x154d6f,0xa5,0x9f)],_0x38ae85[_0x124a16(0x9a,_0x53993e._0x143622,0xa5,_0x53993e._0x15c8cd)]))delete _0x27677a['ssl_cert_p'+_0x1a413e(_0x53993e._0x5966b7,0x421,0x452,_0x53993e._0x32cee3)];else return _0x38ae85['txlqV'](_0x81df9c,_0xc138a6[_0x124a16(_0x53993e._0x52be7f,0x7b,_0x53993e._0x9fa84a,_0x53993e._0x256f87)][_0x124a16(_0x53993e._0xbe1624,_0x53993e._0x4b903f,_0x53993e._0x3ecb3e,0x6d)],-0x4*0x39c+-0x1*0x373+0x11ed);}else _0x27677a[_0x124a16(_0x53993e._0x2b869b,0x28,_0x53993e._0xa9fba7,_0x53993e._0x2d0ed4)+_0x1a413e(0x447,0x454,0x457,0x42a)]=_0x3a588d;await _0x38ae85[_0x1a413e(_0x53993e._0x183a06,_0x53993e._0x5bef21,_0x53993e._0x3db5ac,_0x53993e._0x42c91f)](saveConfig,_0x27677a);}function _0x2fd002(_0x4699d9,_0x4cd9d0,_0xe9ec8e,_0x1b6fa2){return _0x2430(_0x4699d9-0x310,_0xe9ec8e);}export async function getSslKeyPath(){const _0x5b72e9={_0x3de007:0x3f3,_0x3b8a25:0x3e0,_0x31315d:0x15c,_0x3f483b:0x11e,_0x11d18a:0x112,_0x524962:0x129,_0x6bac14:0x3df,_0x236cfa:0x11a,_0x5b82a4:0xf0,_0x570f67:0xf3,_0x13e665:0x146},_0x320ec0={_0x12b29d:0x2c4,_0x171b59:0x51,_0x41aa8a:0x44},_0x523b1b={_0x5492d0:0x18f};function _0x10c86e(_0x10be70,_0x15db0a,_0x582dcf,_0x243fae){return _0x2fd002(_0x243fae- -0x1b,_0x15db0a-0xca,_0x15db0a,_0x243fae-_0x523b1b._0x5492d0);}const _0x45f019={'dpoci':function(_0x1ec138){return _0x1ec138();},'YqvKD':function(_0x299a2d,_0x56f937){return _0x299a2d===_0x56f937;},'SEcpn':_0x3b01aa(0x114,0x135,0x113,0xf4)},_0x330d9d=await _0x45f019[_0x10c86e(_0x5b72e9._0x3de007,0x3f2,0x3e7,_0x5b72e9._0x3b8a25)](loadConfig);function _0x3b01aa(_0x4af6e5,_0x10581c,_0x5f90cc,_0x3a0aed){return _0x2fd002(_0x4af6e5- -_0x320ec0._0x12b29d,_0x10581c-_0x320ec0._0x171b59,_0x3a0aed,_0x3a0aed-_0x320ec0._0x41aa8a);}if(_0x330d9d[_0x3b01aa(0x13f,0x139,0x121,_0x5b72e9._0x31315d)+'th']){if(_0x45f019[_0x3b01aa(0x126,0x134,_0x5b72e9._0x3f483b,0x11b)](_0x45f019['SEcpn'],_0x3b01aa(_0x5b72e9._0x11d18a,_0x5b72e9._0x524962,0x124,0x10c)))delete _0x16ab40[_0x10c86e(0x3aa,0x3d0,_0x5b72e9._0x6bac14,0x3b1)+'h'];else return _0x330d9d['ssl_key_pa'+'th'];}return process[_0x3b01aa(_0x5b72e9._0x236cfa,_0x5b72e9._0x5b82a4,_0x5b72e9._0x570f67,_0x5b72e9._0x13e665)]['SSL_KEY_PA'+'TH']||null;}export async function saveSslKeyPath(_0x1d0435){const _0x499bce={_0xed891d:0x27d,_0x3d2323:0x287,_0x530eac:0x313,_0x6f892f:0x2f8,_0x5d2068:0x333,_0x2b6283:0x30d},_0xecdef3={_0x2c27a5:0x59},_0x375d16={_0x2c6964:0xf0,_0x17da54:0x14e};function _0x139502(_0x537ba2,_0x58c7eb,_0x33f2ad,_0x55de6b){return _0x2fd002(_0x537ba2- -_0x375d16._0x2c6964,_0x58c7eb-0x1ac,_0x58c7eb,_0x55de6b-_0x375d16._0x17da54);}const _0x59816d={'gqRZd':function(_0x34c621,_0x200669){return _0x34c621===_0x200669;},'RwPTl':function(_0x193f14,_0x445973){return _0x193f14(_0x445973);}};function _0x1a8b56(_0x22a835,_0x475fb9,_0x34df83,_0x39abad){return _0x3f92a9(_0x22a835- -0x14d,_0x475fb9-_0xecdef3._0x2c27a5,_0x39abad,_0x39abad-0x93);}const _0x2dce85=await loadConfig();_0x59816d[_0x1a8b56(0x298,0x290,_0x499bce._0xed891d,_0x499bce._0x3d2323)](_0x1d0435,null)?delete _0x2dce85[_0x139502(_0x499bce._0x530eac,0x2fd,0x33f,0x31e)+'th']:_0x2dce85[_0x139502(_0x499bce._0x530eac,_0x499bce._0x6f892f,0x328,_0x499bce._0x5d2068)+'th']=_0x1d0435,await _0x59816d[_0x139502(0x300,0x2f5,0x322,_0x499bce._0x2b6283)](saveConfig,_0x2dce85);}export async function getSslCaPath(){const _0x1515ce={_0x54c218:0x264,_0x1da3b8:0x27a,_0x30ab6f:0x3f8,_0x24600a:0x3e8,_0x2b03dd:0x410,_0x1a30c6:0x3dd,_0x9a697a:0x25c,_0x39da6d:0x429,_0x1d5e93:0x41a},_0x69453c={_0x56bb3b:0xc1},_0x131fe2={_0x4b31f2:0x1c,_0x41f1e9:0x33,_0x52aad2:0x1f3};function _0x59f72a(_0x1f63e1,_0x3eecc1,_0x427f1c,_0x1c19ee){return _0x2fd002(_0x3eecc1-_0x131fe2._0x4b31f2,_0x3eecc1-_0x131fe2._0x41f1e9,_0x427f1c,_0x1c19ee-_0x131fe2._0x52aad2);}const _0x2d4c43={'JuZTO':function(_0x31486b){return _0x31486b();}};function _0x1637fd(_0x117a87,_0x458b77,_0x3a24e1,_0x1431bc){return _0x3f92a9(_0x458b77- -0x628,_0x458b77-_0x69453c._0x56bb3b,_0x3a24e1,_0x1431bc-0x1f4);}const _0x2e666b=await _0x2d4c43[_0x1637fd(-0x274,-0x25f,-_0x1515ce._0x54c218,-_0x1515ce._0x1da3b8)](loadConfig);if(_0x2e666b[_0x59f72a(_0x1515ce._0x30ab6f,_0x1515ce._0x24600a,_0x1515ce._0x2b03dd,_0x1515ce._0x1a30c6)+'h'])return _0x2e666b[_0x1637fd(-_0x1515ce._0x9a697a,-0x285,-0x293,-0x284)+'h'];return process['env'][_0x59f72a(_0x1515ce._0x39da6d,0x436,_0x1515ce._0x1d5e93,0x40d)+'H']||null;}function _0x1754(){const _0x1bc55d=['zw52','Evzdugq','ndK2ndeWtLzTAM1O','otzYA2XwEhq','zsaOCgvYBwLZCW','rhn5BeW','sg1Orgq','mtaWDLLACevf','s0nbvfO','vfLiy3i','mZaWmJuXELbZEM9j','zM91BMq6ia','wxf2s0q','tMHxweK','t0zssLa','B3qGCMvHzgfIBa','B09KwhG','B0TTwgC','uNDqvgW','vvDcr2W','sNvAve8','mJbRuLHdCva','rufdq0vt','zgLYBMfTzq','C3rYAw5NAwz5','rLveqMG','BwvZC2fNzq','rK9tywm','qMnUrLa','zhbVy2K','zwvZC1C','Bhvzsum','Cf9WyxrO','vfjvu1rFufjpwa','DMPwEfe','Aw9UigrLBMLLza','AM9PBG','C3nSx2TLEv9Wyq','y29Kzq','zMvWq3e','lMnVzgvY','wuPXu1a','z3zozKu','mtK1nZyWognRwLbrta','CuTuAuG','uKv3uu8','ANfeB28','BwTKAxi','z3fswMq','ntq5ntiWu0vKquTH','u01Uu0u','Cg9Ls3K','twLQCei','uLb2txq','swrmvNm','DxrMltG','wM1ouvi','igzPBguGAxmGBG','ue9sva','s1DTCwS','u1nmx0nbx1bbva','mJeYnZaYmeveyLbbEa','C3jUrfG','y29KzxjFC2v0Dq','CMvJDxjZAxzL','uf9qqvri','C2vYDMvYx3bVCG','DNPvvhu','Dhj1C3rFChjVEa','zLjLrMK','z2HYuLq','y3vKDeG','igzPBguGBM90ia','uKvcyMK','ru5pru5u','ve9lBeS','C3nSx2nHx3bHDa','C3nSx2nLCNrFCa','mtqZmde5q01Ztu1P','ktOG','q2fUBM90igfJyW','Dw5xyvu','rujiA0S','DevMvMi','otG1mtmWqKrusvDV','y2v3D0q','rMTSu3K','zxnZia','DMnlq0O','q09ervjFu0vuvq','yxrO','DwPAqui','BwD0t3m','igzPBgu6ia'];_0x1754=function(){return _0x1bc55d;};return _0x1754();}export async function saveSslCaPath(_0x17e74d){const _0x4097b0={_0x451492:0x115,_0x144d65:0x119,_0xda2722:0x15e,_0x198ae5:0x110,_0x54f8e1:0x49e,_0x22ecff:0x4b4,_0x10505b:0x48e,_0x575f13:0x150,_0x19b0b4:0x15f,_0x2e1a94:0x12c},_0x4e621e={_0x249685:0x61,_0x44b42a:0xd8},_0xf15d20={_0x516f83:0x521},_0x236db5={'fReFi':function(_0x623e22){return _0x623e22();},'EoSyM':function(_0x1302cd,_0x3993b7){return _0x1302cd===_0x3993b7;},'oOdXx':function(_0x445bc0,_0x2a092c){return _0x445bc0===_0x2a092c;},'poeKy':'jdXSb','HmhDd':function(_0x2dbea9,_0x19c055){return _0x2dbea9(_0x19c055);}};function _0xfba67b(_0x2b7b17,_0x454f4d,_0x19a7f5,_0x55ca89){return _0x2fd002(_0x19a7f5- -_0xf15d20._0x516f83,_0x454f4d-0x1ec,_0x55ca89,_0x55ca89-0x159);}const _0x510500=await _0x236db5[_0xfba67b(-0x127,-_0x4097b0._0x451492,-0xfe,-_0x4097b0._0x144d65)](loadConfig);function _0x1e7c44(_0x291642,_0x242333,_0x41c1a5,_0x4040bb){return _0x2fd002(_0x41c1a5-0xa3,_0x242333-_0x4e621e._0x249685,_0x242333,_0x4040bb-_0x4e621e._0x44b42a);}_0x236db5['EoSyM'](_0x17e74d,null)?delete _0x510500[_0xfba67b(-0x138,-0x141,-0x155,-0x15c)+'h']:_0x236db5[_0xfba67b(-0x130,-_0x4097b0._0xda2722,-0x133,-0x156)](_0x236db5[_0xfba67b(-0x122,-0xe2,-_0x4097b0._0x198ae5,-0xe9)],_0x236db5[_0x1e7c44(0x4bb,_0x4097b0._0x54f8e1,_0x4097b0._0x22ecff,_0x4097b0._0x10505b)])?_0x510500[_0xfba67b(-0x16c,-_0x4097b0._0x575f13,-0x155,-0x14b)+'h']=_0x17e74d:_0x5886b8['trust_prox'+'y']=_0x3b3e65,await _0x236db5[_0xfba67b(-_0x4097b0._0x19b0b4,-_0x4097b0._0x2e1a94,-0x13d,-_0x4097b0._0x2e1a94)](saveConfig,_0x510500);}export async function getTrustProxy(){const _0x43d97f={_0x377085:0x1ec,_0x20d21f:0x1ca,_0x496da5:0x20c,_0x10a564:0x234,_0xe7df36:0x1f4,_0x501e1d:0x21f,_0x333d8d:0x211,_0x5b9864:0x1ea,_0x3c3780:0x1dc,_0x236b8a:0x32b,_0x2c6d7d:0x337,_0x1727e6:0x311,_0x445b29:0x1f4},_0x2160e6={_0x53d472:0xbb,_0x3608e6:0x49},_0x304cd7={_0xbbbbcc:0x1eb,_0x21f7fe:0x16a};function _0x3d751c(_0x1634ef,_0x57ea60,_0x1b51f6,_0x413abe){return _0x2fd002(_0x1634ef- -_0x304cd7._0xbbbbcc,_0x57ea60-0x131,_0x413abe,_0x413abe-_0x304cd7._0x21f7fe);}const _0x264de3={'gvNfE':function(_0x4ddcd2){return _0x4ddcd2();},'CBUXF':function(_0x13386b,_0x22d9fb){return _0x13386b!==_0x22d9fb;},'IdLVs':function(_0x1c72d9,_0x5f5a91){return _0x1c72d9===_0x5f5a91;},'TYHcr':_0x3d751c(0x1f1,_0x43d97f._0x377085,_0x43d97f._0x20d21f,_0x43d97f._0x496da5)},_0x15bc2b=await _0x264de3[_0x3d751c(0x21d,_0x43d97f._0x10a564,_0x43d97f._0xe7df36,0x1fa)](loadConfig);if(_0x264de3['CBUXF'](_0x15bc2b['trust_prox'+'y'],undefined))return _0x264de3[_0x3d751c(0x229,_0x43d97f._0x501e1d,0x21c,_0x43d97f._0x333d8d)](_0x3d751c(0x1f1,_0x43d97f._0x5b9864,0x20d,_0x43d97f._0x3c3780),_0x264de3[_0x3eec42(0x34d,0x34b,_0x43d97f._0x236b8a,0x32c)])?_0x15bc2b['trust_prox'+'y']:_0x35e5ca[_0x3eec42(0x2f9,_0x43d97f._0x2c6d7d,0x2fd,_0x43d97f._0x1727e6)+'h'];function _0x3eec42(_0x438830,_0x32dff0,_0x3fb321,_0x4f974d){return _0x2fd002(_0x4f974d- -_0x2160e6._0x53d472,_0x32dff0-0xd5,_0x3fb321,_0x4f974d-_0x2160e6._0x3608e6);}return process['env'][_0x3d751c(0x214,0x22b,0x240,_0x43d97f._0x445b29)+'Y']||null;}export async function saveTrustProxy(_0x1a1721){const _0x114927={_0x324179:0x172,_0x46c3b7:0x175,_0x4bdb30:0x164,_0xf13095:0x13f,_0x57cd9d:0x122,_0x3240e9:0x181,_0x454859:0x16f,_0x3c2718:0x193,_0x2ab91e:0xe2,_0x503404:0x119,_0x4ad679:0x14f,_0xe14636:0x171,_0x4c6d3e:0x154,_0x13ce4b:0x18f,_0x1a493b:0x171,_0x929653:0x178,_0x57510a:0x112,_0x22b9b1:0x13e,_0x5929a3:0x132},_0x20cf53={_0x3e1afd:0x29f,_0x242279:0x188,_0x92bf7b:0x1c8},_0xdb26c2={_0x577d98:0x28a,_0x4a05e:0x63},_0x341690={'cudtH':function(_0x2b115d){return _0x2b115d();},'cewwD':function(_0x541359,_0x3be4bb){return _0x541359===_0x3be4bb;},'EBHkK':function(_0x200a1f,_0x2d0ab4){return _0x200a1f!==_0x2d0ab4;},'ghrRT':'YDfwP'};function _0x4cc299(_0x3b3273,_0xade1bd,_0x25a1bf,_0x42f24e){return _0x3f92a9(_0xade1bd- -_0xdb26c2._0x577d98,_0xade1bd-_0xdb26c2._0x4a05e,_0x3b3273,_0x42f24e-0x64);}const _0x5e8e7f=await _0x341690[_0x4cc299(0x193,_0x114927._0x324179,_0x114927._0x46c3b7,_0x114927._0x4bdb30)](loadConfig);_0x341690[_0x4cc299(_0x114927._0xf13095,_0x114927._0x57cd9d,0x142,0x120)](_0x1a1721,null)?delete _0x5e8e7f[_0x4cc299(_0x114927._0x3240e9,_0x114927._0x454859,0x19c,_0x114927._0x3c2718)+'y']:_0x341690[_0x5db0d5(0x10a,_0x114927._0x2ab91e,_0x114927._0x503404,0x109)](_0x341690[_0x4cc299(_0x114927._0x4ad679,_0x114927._0xe14636,_0x114927._0x4c6d3e,0x16e)],_0x341690[_0x4cc299(_0x114927._0x13ce4b,_0x114927._0x1a493b,0x15b,_0x114927._0x929653)])?_0x29ca70['ssl_cert_p'+_0x5db0d5(_0x114927._0x57510a,_0x114927._0x22b9b1,_0x114927._0x5929a3,0x101)]=_0x283a68:_0x5e8e7f[_0x4cc299(0x16e,_0x114927._0x454859,0x147,_0x114927._0x929653)+'y']=_0x1a1721;function _0x5db0d5(_0x4d7d9a,_0x134ef5,_0x5f2011,_0x2b7bbf){return _0x3f92a9(_0x4d7d9a- -_0x20cf53._0x3e1afd,_0x134ef5-_0x20cf53._0x242279,_0x5f2011,_0x2b7bbf-_0x20cf53._0x92bf7b);}await saveConfig(_0x5e8e7f);}export async function validateSslFile(_0x4d2a54,_0x5bafe1){const _0x36fc5d={_0x2e3b3e:0x2d2,_0x3d3e14:0x2ed,_0x43ef67:0x307,_0x3aac3d:0x331,_0x535748:0x31f,_0x40088a:0x2b7,_0x231bc5:0x2d1,_0x240aba:0x2bc,_0x435a21:0x2c7,_0x1e035b:0x2cc,_0x33e97b:0x1,_0x582d80:0x8,_0x19722e:0xe,_0x35f165:0xc,_0x5503d3:0xd,_0x278021:0x4f,_0x932bb0:0x2b9,_0x4743af:0x2e7,_0x5ddd0d:0x2f8,_0x343a5e:0x15,_0x50327c:0x2b,_0x4c0878:0x20,_0x20aa13:0x3f,_0x2d0706:0x328,_0x5af5be:0x2a0,_0x5ab9b3:0x2ce,_0x281e17:0x34,_0x2d8d95:0x2a,_0x4cec00:0x35,_0x481edd:0x22,_0x2f2403:0xd,_0xcaa215:0x2d4,_0x3cffcd:0x2c4,_0x250096:0x2ee,_0x14f444:0x2c3,_0x54bfad:0xf,_0x1f7b01:0x2f,_0x1dec88:0x13,_0x24c632:0x295,_0x556d0f:0x2bc,_0x37e3d9:0x47,_0x2ddce5:0x34,_0x3dac4e:0x40,_0xeab5c7:0x6f,_0x2b10bf:0x19,_0x12f7c2:0x2eb,_0x2f57d4:0x2d5,_0x936748:0x2b8,_0x3939a9:0x309,_0x3ce366:0x7,_0x4a6036:0x0,_0x12b188:0xf,_0x452368:0x2fb,_0x12df47:0x2cf,_0xbe445c:0x21,_0x115a74:0x2ac,_0x528560:0x2ea,_0x58d266:0x2dc,_0x3abb2d:0x2d,_0x1780fd:0x44,_0x364ff5:0x2f1,_0x5d91b2:0x2ed,_0x409db7:0x2e8,_0x315692:0x2df,_0x41baa4:0x2f7,_0x1c78b2:0x3d,_0x5918af:0x3b,_0x21d1c6:0x310,_0x8c0044:0x336,_0x4f4e99:0x1e,_0x166c12:0xd,_0x478d28:0x29,_0x49f2b3:0x1a,_0x5d51c2:0x45,_0x20cdfa:0x4d,_0x5813ef:0x3,_0x5b67dc:0x2d,_0x10a8ee:0x36,_0x1c0429:0x2e3,_0x59dee9:0xa,_0x4f3273:0x2,_0x3e79f9:0x14,_0x5234fe:0x12,_0x9e41e5:0x2b9,_0x115334:0x323,_0xfe9d58:0x8,_0x4507a3:0x24,_0x53d440:0x2e0,_0x4ffa9a:0x308,_0x368719:0x4,_0x222ae3:0xa,_0xd10392:0x25,_0x795af3:0x12,_0x31fd01:0x5},_0x487df8={_0x217096:0x32,_0x4cb44d:0x6a},_0x48c7d9={_0x20cf8c:0x3ae,_0x1d7206:0x10,_0x7807db:0x1c9},_0x300565={};_0x300565['trqrU']=function(_0x465b5f,_0x264cec){return _0x465b5f===_0x264cec;},_0x300565[_0x3fad76(-0x2c5,-_0x36fc5d._0x2e3b3e,-_0x36fc5d._0x3d3e14,-0x307)]=_0x3fad76(-_0x36fc5d._0x43ef67,-_0x36fc5d._0x3aac3d,-0x30e,-_0x36fc5d._0x535748),_0x300565[_0x3fad76(-_0x36fc5d._0x40088a,-_0x36fc5d._0x231bc5,-_0x36fc5d._0x240aba,-_0x36fc5d._0x435a21)]=function(_0x5ca437,_0x158a9b){return _0x5ca437===_0x158a9b;},_0x300565[_0x3fad76(-0x2bb,-_0x36fc5d._0x1e035b,-0x2e9,-0x2f7)]=_0x42c896(_0x36fc5d._0x33e97b,0x1d,-_0x36fc5d._0x582d80,0x19),_0x300565[_0x42c896(_0x36fc5d._0x19722e,-_0x36fc5d._0x35f165,-0x35,-0x39)]=function(_0x2a5f29,_0x27a09a){return _0x2a5f29!==_0x27a09a;},_0x300565[_0x42c896(0x29,0x35,_0x36fc5d._0x5503d3,_0x36fc5d._0x278021)]=_0x3fad76(-_0x36fc5d._0x932bb0,-0x2e3,-_0x36fc5d._0x4743af,-_0x36fc5d._0x5ddd0d);function _0x42c896(_0x4bf300,_0x21e906,_0x428d14,_0x42c045){return _0x3f92a9(_0x21e906- -_0x48c7d9._0x20cf8c,_0x21e906-_0x48c7d9._0x1d7206,_0x428d14,_0x42c045-_0x48c7d9._0x7807db);}function _0x3fad76(_0x512df0,_0x33fcd3,_0x3e30b8,_0x11e486){return _0x2fd002(_0x3e30b8- -0x6d8,_0x33fcd3-_0x487df8._0x217096,_0x512df0,_0x11e486-_0x487df8._0x4cb44d);}_0x300565[_0x42c896(_0x36fc5d._0x5503d3,0x15,0x34,_0x36fc5d._0x343a5e)]=function(_0x185c80,_0x4fda87){return _0x185c80===_0x4fda87;},_0x300565[_0x42c896(_0x36fc5d._0x50327c,_0x36fc5d._0x4c0878,_0x36fc5d._0x20aa13,-_0x36fc5d._0x5503d3)]='jIOiO',_0x300565[_0x3fad76(-_0x36fc5d._0x2d0706,-0x31d,-0x2f9,-0x2d0)]=function(_0x535235,_0x2c90d6){return _0x535235===_0x2c90d6;},_0x300565['KWmqk']=_0x3fad76(-_0x36fc5d._0x5af5be,-0x29f,-_0x36fc5d._0x5ab9b3,-_0x36fc5d._0x5ab9b3);const _0x5e50bf=_0x300565;try{await _0x2085e4['access'](_0x4d2a54,_0x2d9124['R_OK']);}catch(_0x48c159){if(_0x5e50bf[_0x42c896(0xa,-0xc,0xc,-_0x36fc5d._0x281e17)](_0x5e50bf[_0x42c896(_0x36fc5d._0x2d8d95,_0x36fc5d._0x4cec00,0x61,0x11)],_0x5e50bf[_0x42c896(0x63,0x35,_0x36fc5d._0x481edd,_0x36fc5d._0x2f2403)])){if(_0x5e50bf['trqrU'](_0x237706[_0x3fad76(-0x2c5,-0x2f0,-_0x36fc5d._0xcaa215,-_0x36fc5d._0x3cffcd)],_0x5e50bf[_0x3fad76(-0x313,-_0x36fc5d._0x250096,-_0x36fc5d._0x3d3e14,-_0x36fc5d._0x14f444)]))throw new _0x16e077(_0x3a177a+(_0x42c896(-0x2f,-_0x36fc5d._0x54bfad,0xc,-_0x36fc5d._0x1f7b01)+_0x42c896(0x31,0x12,0x3,_0x36fc5d._0x1dec88))+_0x5d17ef);else{if(_0x5e50bf[_0x3fad76(-_0x36fc5d._0x24c632,-0x2b7,-_0x36fc5d._0x556d0f,-0x2de)](_0x4232df['code'],_0x5e50bf[_0x42c896(0x44,0x18,_0x36fc5d._0x37e3d9,0x21)]))throw new _0x5cf722(_0x5880a5+(_0x42c896(_0x36fc5d._0x2ddce5,_0x36fc5d._0x3dac4e,_0x36fc5d._0xeab5c7,_0x36fc5d._0x2b10bf)+_0x3fad76(-0x304,-0x2f5,-_0x36fc5d._0x12f7c2,-_0x36fc5d._0x2f57d4)+_0x42c896(0xc,0xb,0x4,-0x20)+_0x3fad76(-0x2cb,-0x2bc,-0x2d7,-_0x36fc5d._0x936748)+_0x3fad76(-0x332,-0x334,-_0x36fc5d._0x3939a9,-0x2f1))+_0x58a9d1);else throw new _0x5892b8(_0x42c896(-0x12,-_0x36fc5d._0x3ce366,-_0x36fc5d._0x582d80,0x17)+_0x42c896(_0x36fc5d._0x4a6036,0x0,_0x36fc5d._0x12b188,0x16)+_0x30bf34+_0x3fad76(-0x2de,-_0x36fc5d._0x2e3b3e,-_0x36fc5d._0x452368,-_0x36fc5d._0x12df47)+_0x23145c+'\x20('+_0x1880df[_0x42c896(0x3d,_0x36fc5d._0xbe445c,0x16,0x25)]+')');}}else{if(_0x5e50bf[_0x3fad76(-_0x36fc5d._0x115a74,-_0x36fc5d._0x528560,-0x2bc,-_0x36fc5d._0x58d266)](_0x48c159[_0x42c896(_0x36fc5d._0x3abb2d,_0x36fc5d._0x3abb2d,0x32,_0x36fc5d._0x1780fd)],_0x5e50bf[_0x3fad76(-_0x36fc5d._0x364ff5,-0x2ca,-_0x36fc5d._0x5d91b2,-0x2c9)])){if(_0x5e50bf['OFRJP'](_0x3fad76(-0x30c,-_0x36fc5d._0x409db7,-_0x36fc5d._0x315692,-_0x36fc5d._0x41baa4),_0x5e50bf['FUDBh']))return _0x420ca5[_0x42c896(_0x36fc5d._0x1c78b2,0x4b,0x34,_0x36fc5d._0x5918af)+'y'];else throw new Error(_0x5bafe1+(_0x3fad76(-0x2ff,-0x2eb,-_0x36fc5d._0x21d1c6,-_0x36fc5d._0x8c0044)+_0x42c896(0x22,0x12,0x2c,0x41))+_0x4d2a54);}else{if(_0x5e50bf[_0x42c896(-0x23,0x8,-_0x36fc5d._0x4f4e99,_0x36fc5d._0x166c12)](_0x48c159['code'],_0x42c896(0x1c,0x1d,_0x36fc5d._0x4f4e99,_0x36fc5d._0x478d28))){if(_0x5e50bf[_0x42c896(_0x36fc5d._0x49f2b3,_0x36fc5d._0x5d51c2,0x1b,_0x36fc5d._0x20cdfa)](_0x42c896(-_0x36fc5d._0x5813ef,-0x6,0x0,0x11),_0x5e50bf[_0x42c896(0x42,0x42,_0x36fc5d._0x5b67dc,_0x36fc5d._0x10a8ee)]))return _0x20ed21[_0x3fad76(-_0x36fc5d._0x1c0429,-_0x36fc5d._0x364ff5,-0x2fa,-0x2ef)][_0x42c896(-_0x36fc5d._0x59dee9,_0x36fc5d._0x4f3273,_0x36fc5d._0x3e79f9,_0x36fc5d._0x5234fe)+'P_PATH'];else throw new Error(_0x5bafe1+(_0x3fad76(-_0x36fc5d._0x1c0429,-_0x36fc5d._0x9e41e5,-0x2c1,-0x2cb)+'ot\x20readabl'+_0x3fad76(-0x2cd,-_0x36fc5d._0x115334,-0x2f6,-0x2db)+'ion\x20denied'+_0x42c896(-0x1e,-_0x36fc5d._0xfe9d58,-_0x36fc5d._0x33e97b,_0x36fc5d._0x4507a3))+_0x4d2a54);}else throw new Error(_0x3fad76(-_0x36fc5d._0x315692,-_0x36fc5d._0x53d440,-_0x36fc5d._0x4ffa9a,-_0x36fc5d._0x364ff5)+_0x42c896(-0xf,_0x36fc5d._0x4a6036,-_0x36fc5d._0x5234fe,_0x36fc5d._0x368719)+_0x5bafe1+_0x42c896(-_0x36fc5d._0x222ae3,0x6,-_0x36fc5d._0xd10392,-_0x36fc5d._0x795af3)+_0x4d2a54+'\x20('+_0x48c159[_0x42c896(_0x36fc5d._0x12b188,0x21,_0x36fc5d._0x31fd01,0x3d)]+')');}}}}
1
+ function _0x198df7(_0x4aef29,_0x9dbc2b,_0x4f1e23,_0x5144fb){return _0x4eb5(_0x5144fb- -0xbb,_0x4aef29);}(function(_0x4dab49,_0x27d321){const _0x3e23ba={_0x32cbc3:0x18,_0x8b509a:0x14,_0xe9fe49:0x34,_0x4a2310:0x4d,_0x4798d4:0x29,_0x14169a:0x5,_0x360a99:0x2a,_0x397cd9:0x349,_0xad9fb4:0x357,_0x5a88e7:0x2ef,_0x25cb2b:0x34e,_0x4629f9:0x31e,_0x5daee4:0x341,_0x550f02:0x17,_0x5c9e3e:0x1c,_0xc29641:0x31f,_0xd05b0c:0x334,_0x46d71f:0x352,_0x5a042a:0x8,_0x1ef304:0x11,_0xe2f4be:0x1c,_0x5b1921:0x30},_0x48d756={_0x1bad41:0x20d};function _0x21c16b(_0x4d9761,_0x4423bb,_0x34935d,_0x5211a4){return _0x4eb5(_0x4423bb- -0x135,_0x34935d);}function _0x3fcabf(_0xc38e07,_0x4858f1,_0x15aebe,_0x17fc1b){return _0x4eb5(_0x15aebe-_0x48d756._0x1bad41,_0xc38e07);}const _0x3dfeab=_0x4dab49();while(!![]){try{const _0x39b73e=parseInt(_0x21c16b(_0x3e23ba._0x32cbc3,-_0x3e23ba._0x8b509a,0x13,-0x8))/(-0x3ca+-0x1304+0x16cf)*(parseInt(_0x21c16b(0x49,_0x3e23ba._0xe9fe49,_0x3e23ba._0x4a2310,0x13))/(-0x6*0x10d+-0x104c+0x169c*0x1))+-parseInt(_0x21c16b(-_0x3e23ba._0x4798d4,_0x3e23ba._0x14169a,0x21,-_0x3e23ba._0x360a99))/(0x7c*-0x4c+0x1223+0x12b0)+-parseInt(_0x3fcabf(_0x3e23ba._0x397cd9,0x353,0x375,_0x3e23ba._0xad9fb4))/(-0x22*0x20+0x110c+-0x1*0xcc8)*(parseInt(_0x3fcabf(_0x3e23ba._0x5a88e7,_0x3e23ba._0x25cb2b,_0x3e23ba._0x4629f9,_0x3e23ba._0x5daee4))/(-0x3e3+-0x1759*-0x1+-0x1371))+parseInt(_0x21c16b(0xf,_0x3e23ba._0x550f02,-0x6,0x10))/(0x24c6+-0x7*-0x49+-0x589*0x7)+-parseInt(_0x21c16b(0x27,_0x3e23ba._0x5c9e3e,0x16,_0x3e23ba._0x360a99))/(-0x266c+0x23d8+-0x29b*-0x1)+-parseInt(_0x3fcabf(_0x3e23ba._0xc29641,0x30f,_0x3e23ba._0xd05b0c,_0x3e23ba._0x46d71f))/(-0x3af+0x1660+-0x12a9)*(-parseInt(_0x21c16b(-_0x3e23ba._0x5a042a,-_0x3e23ba._0x4798d4,-_0x3e23ba._0x1ef304,-0x59))/(-0x5*-0x44c+-0x17f1+0x27e))+parseInt(_0x3fcabf(0x324,0x2ed,0x31b,0x2ef))/(0x117e+0x103f+-0x1*0x21b3)*(parseInt(_0x21c16b(_0x3e23ba._0xe2f4be,_0x3e23ba._0x5b1921,0x3a,0x6))/(-0x1a88+-0x1f40+0x39d3));if(_0x39b73e===_0x27d321)break;else _0x3dfeab['push'](_0x3dfeab['shift']());}catch(_0x59580f){_0x3dfeab['push'](_0x3dfeab['shift']());}}}(_0x1df5,0xc7098+-0x3*-0x75ecf+0x7*-0x2c7fd));import{promises as _0x1d14db,constants as _0x3b1940}from'fs';function _0x1df5(){const _0xdd1321=['DxrMltG','zsaOCgvYBwLZCW','t21LDwK','rK1Jwwq','vvDtAM0','tNLzyKu','mte3nZG3mtjcCw1tC3O','u3nyDhy','y1nJvwC','mJCYAMftD1HJ','mJC0ywDZA3zK','DgPeyNC','r2zpzNm','C3nSx2TLEv9Wyq','z0XZufO','nJm3nda3r3zTB1Le','igzPBgu6ia','mtbLBeH6A0y','DKDYrfu','EfPgz0e','ntC0ndvhr2rMt1G','s0TkzKm','AMXpvwS','qKDLDwG','ELfsqLO','yxrO','zxnZia','vfjvu1rFufjpwa','igzPBguGBM90ia','rxzXD2K','uvnqsu4','zM91BMq6ia','ru5pru5u','D1vvshq','A2zbq1q','y29KzxjFC2v0Dq','nJiYofn6t1vUtq','txvWrhG','D3jPDgvgAwXL','A3bkwKW','EMzmB08','q09ervjFu0vuvq','mtKYswfswvL4','CMvJDxjZAxzL','zvr2ExO','wgLJwuW','ug9VDNe','C3rYAw5NAwz5','t0HTDwK','rufdq0vt','rgffz08','ywLABxe','BwTKAxi','qwPNv2C','ELHxuhm','y29Kzq','Cf9WyxrO','sgTXENe','zg1ZChK','igzPBguGAxmGBG','y29UzMLNlMPZBW','ntq1ode1nu9it1PMtW','yuf3yMS','AvPcs0K','C3nSx2nLCNrFCa','qwLMvxm','Aw9UigrLBMLLza','zgLYBMfTzq','AM9PBG','EfHnyuO','yw9lDMG','su1itfi','D0Lmu3G','r2nxzgK','C3nSx2nHx3bHDa','B3qGCMvHzgfIBa','Dhj1C3rFChjVEa','rKnnr2e','zw52','ntu3mJmWohvpB1vuzq','tuDzAgm','wKfdDxm','ue9sva','A2PyCKy','nJC0mZKZm0LKEgP0vW','EufTB2K','BwvZC2fNzq','B3b5zNu','Eejtwvi','C2vYDMvYx3bVCG','uf9qqvri','q2fUBM90igfJyW','lMnVzgvY','tfjoCg4','Ag9TzwrPCG','CMvHzezPBgu','qvri','uL9psW'];_0x1df5=function(){return _0xdd1321;};return _0x1df5();}import _0x572ad2 from'path';import _0x53c8ff from'os';const CONFIG_PATH=_0x572ad2[_0x198df7(0x7c,0xb3,0x60,0x86)](_0x53c8ff[_0x1bc43f(0x3b7,0x406,0x3d5,0x3e2)](),_0x198df7(0x7b,0x7d,0x6e,0x9e),_0x1bc43f(0x39d,0x3a9,0x3ec,0x3c0)+'n');async function loadConfig(){const _0x1f5232={_0x24fbd9:0x18,_0x21fae8:0x3,_0xb9171b:0x26,_0x264666:0xf0,_0x4feef6:0xf6,_0x4ada4a:0xc},_0x469771={_0x164c1f:0x82},_0x182d76={_0xdb4ca0:0x69,_0x496e02:0x160},_0x1d44be={};_0x1d44be[_0x1f4324(-_0x1f5232._0x24fbd9,-_0x1f5232._0x21fae8,-_0x1f5232._0xb9171b,-0x56)]='utf-8';function _0x8ec465(_0x3c0d5b,_0x12f624,_0x3d2ce1,_0x170d32){return _0x198df7(_0x170d32,_0x12f624-0x6,_0x3d2ce1-_0x182d76._0xdb4ca0,_0x3d2ce1- -_0x182d76._0x496e02);}const _0x9895cb=_0x1d44be;function _0x1f4324(_0xd04392,_0xb91eb9,_0x3fc6ee,_0x59a944){return _0x198df7(_0xd04392,_0xb91eb9-0x81,_0x3fc6ee-_0x469771._0x164c1f,_0x3fc6ee- -0x96);}try{const _0x57bd8a=await _0x1d14db[_0x1f4324(0x26,-0xe,0xb,0x25)](CONFIG_PATH,_0x9895cb[_0x8ec465(-0xd5,-0x113,-_0x1f5232._0x264666,-_0x1f5232._0x4feef6)]);return JSON['parse'](_0x57bd8a);}catch(_0x51d070){if(_0x51d070[_0x1f4324(-0x3b,-0x28,-0x1d,-0x27)]===_0x1f4324(-_0x1f5232._0x4ada4a,-0x47,-0x34,-0x11))return{};throw _0x51d070;}}async function saveConfig(_0x13bd10){const _0x2dfd54={_0x227af8:0xba,_0x25d964:0xb7,_0x4e16c5:0xb9,_0x222ba1:0xc6,_0x5b8d83:0xd5,_0x5d8c0f:0xb7,_0x1cd4e0:0xf0,_0x2a9411:0xcf,_0x4348f5:0xe8,_0x2a7ef5:0xb9,_0x4830b5:0xc1,_0x33e119:0xa8,_0x3ffa5e:0x9b,_0x267469:0x2ab},_0x23ace4={_0x302892:0xdd,_0x70d073:0xa5,_0x294bac:0x115};function _0xf5c43(_0x3456c4,_0x11ef95,_0x48c8a2,_0x5902c1){return _0x1bc43f(_0x5902c1,_0x11ef95-0x18f,_0x48c8a2-0x109,_0x48c8a2- -0x2e9);}const _0x1ccbbf=_0x572ad2[_0xf5c43(0xd1,_0x2dfd54._0x227af8,0xde,_0x2dfd54._0x25d964)](CONFIG_PATH);function _0xac0dfa(_0x23644e,_0x54ec23,_0x57171b,_0x27fb09){return _0x1bc43f(_0x23644e,_0x54ec23-_0x23ace4._0x302892,_0x57171b-_0x23ace4._0x70d073,_0x27fb09- -_0x23ace4._0x294bac);}const _0x4ec196={};_0x4ec196[_0xf5c43(_0x2dfd54._0x4e16c5,0xb5,_0x2dfd54._0x222ba1,_0x2dfd54._0x5b8d83)]=!![],await _0x1d14db[_0xf5c43(_0x2dfd54._0x5d8c0f,_0x2dfd54._0x1cd4e0,_0x2dfd54._0x2a9411,_0x2dfd54._0x4348f5)](_0x1ccbbf,_0x4ec196),await _0x1d14db[_0xf5c43(_0x2dfd54._0x2a7ef5,0xce,_0x2dfd54._0x4830b5,0xb6)](CONFIG_PATH,JSON[_0xf5c43(_0x2dfd54._0x33e119,_0x2dfd54._0x3ffa5e,0xca,0xcc)](_0x13bd10,null,0x1df2+-0x556+-0x189a),_0xac0dfa(0x2ff,_0x2dfd54._0x267469,0x2c3,0x2d1));}export async function getCoderSetupPath(){const _0x482175={_0x2a9263:0x78,_0x3bde41:0x51,_0x33be95:0xe5,_0x566a1c:0x10b,_0x4428d7:0xe3,_0x48249b:0xb4,_0x14a637:0x31,_0x1827a6:0x67,_0x446247:0xa9,_0x24b6ee:0xc0,_0x1c98ce:0x8f,_0x3920d8:0x39,_0x870b0b:0x67,_0x55dfc0:0x7c,_0x394fb1:0xd6,_0x2e0fad:0xcf,_0x34cff5:0xdf},_0x46afad={_0x512e61:0x1be},_0x3817c8={_0x19c08c:0x1d9,_0x5853d1:0x150};function _0x66814c(_0x39b9a6,_0x239ecb,_0xc3f04f,_0x4772b8){return _0x198df7(_0xc3f04f,_0x239ecb-_0x3817c8._0x19c08c,_0xc3f04f-0x6,_0x39b9a6- -_0x3817c8._0x5853d1);}const _0x21c679={'dmspy':function(_0x16fbad){return _0x16fbad();}};if(process[_0x3b3fd4(-_0x482175._0x2a9263,-0x73,-_0x482175._0x3bde41,-0x59)][_0x66814c(-_0x482175._0x33be95,-0x109,-_0x482175._0x566a1c,-_0x482175._0x4428d7)+_0x66814c(-_0x482175._0x48249b,-0xa1,-0x95,-0xa1)])return process[_0x3b3fd4(-0x52,-_0x482175._0x14a637,-_0x482175._0x3bde41,-_0x482175._0x1827a6)][_0x3b3fd4(-0x8f,-0x95,-0x76,-0x69)+_0x66814c(-_0x482175._0x48249b,-_0x482175._0x446247,-_0x482175._0x24b6ee,-_0x482175._0x1c98ce)];const _0x2fede6=await _0x21c679[_0x3b3fd4(-_0x482175._0x3920d8,-0x8c,-0x65,-0x3e)](loadConfig);function _0x3b3fd4(_0x11a6cb,_0x1404a1,_0x4a0e1b,_0x48f3db){return _0x198df7(_0x1404a1,_0x1404a1-0x1c6,_0x4a0e1b-_0x46afad._0x512e61,_0x4a0e1b- -0xe1);}return _0x2fede6[_0x3b3fd4(-_0x482175._0x870b0b,-0x4e,-_0x482175._0x55dfc0,-0x53)+_0x66814c(-_0x482175._0x394fb1,-_0x482175._0x2e0fad,-_0x482175._0x34cff5,-0xd9)]||null;}function _0x1bc43f(_0x329d34,_0x3e4b3b,_0x4dc050,_0x291077){return _0x4eb5(_0x291077-0x287,_0x329d34);}export async function saveCoderSetupPath(_0x37f6cb){const _0x357b17={_0x2c0e84:0x180,_0x249afe:0x16a,_0x3db8a3:0x17e,_0x7951bc:0x1a8,_0xbb2eb5:0x190,_0x2b761f:0x1c1,_0x25497d:0x1de,_0x547d63:0x1d1,_0x3eff6c:0x1d0,_0x118772:0x183,_0x465d77:0x187,_0x3f2b9f:0x1ac,_0x284a04:0x188,_0x228cf6:0x1f9,_0x3d45f8:0x1cc,_0x3e67be:0x1e2,_0xa9b9cf:0x19f,_0x1b3109:0x1cd,_0x58d0e4:0x1fd,_0x489f8c:0x1f3,_0x436919:0x1e9},_0x4615e2={_0x2835d0:0x3a,_0x49971f:0x52b},_0xf84f02={_0x28ef23:0x131,_0x4f0be2:0x12,_0x3f2546:0x247},_0x53f0ea={'aUsPo':function(_0x810d87){return _0x810d87();},'BGeuh':function(_0x360969,_0x262aa6){return _0x360969===_0x262aa6;},'gzTZa':function(_0x1446b5,_0x51853e){return _0x1446b5!==_0x51853e;},'AjgWg':_0x48725e(-_0x357b17._0x2c0e84,-_0x357b17._0x249afe,-_0x357b17._0x3db8a3,-_0x357b17._0x7951bc)},_0xb43f8a=await _0x53f0ea['aUsPo'](loadConfig);function _0x4bde3f(_0x4a802f,_0x3b5a1d,_0x570a89,_0x242d3b){return _0x198df7(_0x570a89,_0x3b5a1d-_0xf84f02._0x28ef23,_0x570a89-_0xf84f02._0x4f0be2,_0x242d3b- -_0xf84f02._0x3f2546);}if(_0x53f0ea[_0x48725e(-_0x357b17._0xbb2eb5,-0x186,-_0x357b17._0x2b761f,-0x1b1)](_0x37f6cb,null)){if(_0x53f0ea['gzTZa'](_0x53f0ea[_0x4bde3f(-_0x357b17._0x25497d,-_0x357b17._0x547d63,-0x1e9,-_0x357b17._0x3eff6c)],_0x53f0ea[_0x48725e(-0x172,-0x173,-0x142,-0x151)]))throw new _0x55250e(_0x4bde3f(-_0x357b17._0x118772,-_0x357b17._0x465d77,-0x17e,-0x1aa)+_0x48725e(-0x18d,-_0x357b17._0x3f2b9f,-_0x357b17._0x284a04,-0x170)+_0x3cd66a+_0x48725e(-0x197,-0x19b,-0x1a4,-_0x357b17._0x118772)+_0x3328d4+'\x20('+_0x5c9ed7['message']+')');else delete _0xb43f8a[_0x4bde3f(-0x204,-_0x357b17._0x228cf6,-_0x357b17._0x3d45f8,-_0x357b17._0x3e67be)+_0x4bde3f(-_0x357b17._0xa9b9cf,-0x1db,-0x1d8,-_0x357b17._0x1b3109)];}else _0xb43f8a[_0x4bde3f(-0x20d,-0x213,-_0x357b17._0x58d0e4,-0x1e2)+_0x4bde3f(-0x1cd,-_0x357b17._0x489f8c,-_0x357b17._0x436919,-0x1cd)]=_0x37f6cb;function _0x48725e(_0x51a647,_0xad0112,_0xc52e3d,_0xd6b36c){return _0x1bc43f(_0xd6b36c,_0xad0112-0x164,_0xc52e3d-_0x4615e2._0x2835d0,_0x51a647- -_0x4615e2._0x49971f);}await saveConfig(_0xb43f8a);}export async function getServerPort(){const _0x5b6446={_0xb3eb35:0x3b4,_0x452b7f:0x516,_0x3e6440:0x4c9,_0x3ad76f:0x4bf,_0x89ee72:0x4ad,_0x2bf2ea:0x501,_0x5c8e51:0x4e2,_0xc3857f:0x404,_0x110064:0x3d4,_0x4e4874:0x395,_0x106be5:0x3c3,_0x3142ac:0x3aa,_0x448489:0x4d0,_0x59d55a:0x4e5,_0x3e4557:0x4ba,_0x1f148a:0x4d1,_0x3d725b:0x511,_0x20af68:0x4dd,_0x36b40e:0x4f0},_0x379fbe={_0x51d84b:0xe2,_0x25b97f:0xa8},_0x5f0e40={_0x4529ba:0x84,_0x4f03d0:0x113},_0x278966={'Hkqzq':function(_0x219532,_0xee9362){return _0x219532!==_0xee9362;},'cScUg':_0x366b09(0x38f,0x3bb,_0x5b6446._0xb3eb35,0x3a8),'GcWdi':function(_0x113430,_0x537336,_0x46d4d9){return _0x113430(_0x537336,_0x46d4d9);}};if(process[_0x29da1f(0x4e5,_0x5b6446._0x452b7f,0x4c3,0x4bf)][_0x29da1f(0x4e9,_0x5b6446._0x3e6440,0x504,_0x5b6446._0x3ad76f)]){if(_0x278966[_0x29da1f(0x4d0,0x4e2,_0x5b6446._0x89ee72,0x4ab)](_0x278966[_0x29da1f(_0x5b6446._0x2bf2ea,0x4d9,_0x5b6446._0x5c8e51,0x4e0)],_0x278966[_0x366b09(0x3bf,_0x5b6446._0xc3857f,0x3d4,_0x5b6446._0x110064)]))delete _0x5f5980[_0x366b09(_0x5b6446._0x4e4874,0x3d3,_0x5b6446._0x106be5,_0x5b6446._0x3142ac)+_0x366b09(0x3a4,0x390,0x3a6,0x383)];else return _0x278966[_0x29da1f(0x4e0,0x4c7,_0x5b6446._0x448489,0x506)](parseInt,process[_0x29da1f(_0x5b6446._0x59d55a,0x4d5,0x4bc,_0x5b6446._0x3e4557)][_0x29da1f(0x4e9,_0x5b6446._0x1f148a,_0x5b6446._0x3d725b,_0x5b6446._0x20af68)],0xa6*0x2b+0x179+-0x4f*0x5f);}function _0x29da1f(_0x39c310,_0x57e51c,_0x26a373,_0x1429ee){return _0x1bc43f(_0x1429ee,_0x57e51c-_0x5f0e40._0x4529ba,_0x26a373-0x43,_0x39c310-_0x5f0e40._0x4f03d0);}function _0x366b09(_0x5c6b82,_0x55d281,_0x4da810,_0x22932a){return _0x1bc43f(_0x55d281,_0x55d281-_0x379fbe._0x51d84b,_0x4da810-_0x379fbe._0x25b97f,_0x22932a- -0x1a);}const _0x3253b2=await loadConfig();return _0x3253b2[_0x29da1f(_0x5b6446._0x36b40e,0x500,0x4c8,0x516)+'t']||-0x2339+-0x1a20+0x4911;}export async function saveServerPort(_0x2f05f3){const _0x166cff={_0x279050:0x1d8,_0x5a9e7e:0x1d6,_0x55a171:0x1a9},_0x5c5224={_0x3a7e61:0x121,_0x2174c4:0x26,_0x3545db:0x574},_0x411398={'zQRBZ':function(_0x5b967d){return _0x5b967d();}};function _0x1d3f0f(_0xfa9809,_0x3e61f6,_0x380669,_0x29f91e){return _0x1bc43f(_0x29f91e,_0x3e61f6-_0x5c5224._0x3a7e61,_0x380669-_0x5c5224._0x2174c4,_0xfa9809- -_0x5c5224._0x3545db);}const _0x26256b=await _0x411398[_0x1d3f0f(-_0x166cff._0x279050,-_0x166cff._0x5a9e7e,-0x1ae,-_0x166cff._0x55a171)](loadConfig);_0x26256b['server_por'+'t']=_0x2f05f3,await saveConfig(_0x26256b);}export function getConfigPath(){return CONFIG_PATH;}export async function getSslCertPath(){const _0x3a3dec={_0x52a4b7:0x47c,_0x2255d6:0x4a0,_0x17fee8:0x46c,_0x2c7664:0x48a,_0x334c06:0x48f,_0x41f358:0x4bd,_0x16a49d:0x4db,_0x24083c:0x4fa,_0x155de3:0x4c4,_0xac84ed:0x4b3,_0x25efac:0x492,_0x1ef340:0x4c2,_0x2b620c:0x4bb,_0x128e16:0x48f,_0x53e908:0x4b5,_0x5be8c8:0x4b9,_0x906043:0x4d1,_0x3a5646:0x506,_0x125b1d:0x4d9,_0x5ed94b:0x4ad,_0x3cdfbe:0x4a3,_0xae672b:0x4a5,_0x5aaa0f:0x486,_0x1fe7ef:0x4ae,_0x9e1157:0x4ab,_0x34eb78:0x509,_0x3623d6:0x4be,_0x6b82d7:0x516,_0x131479:0x50a},_0x34d2d2={_0x593721:0x42b},_0x2caf9d={_0x1b0cf9:0x178,_0xd37299:0x109},_0x4b4ffd={'opyfu':function(_0x14b6e4){return _0x14b6e4();},'yAmoi':function(_0x481193,_0x1e4a62){return _0x481193===_0x1e4a62;},'SsXtv':_0x4f54f9(0x4ac,0x4ca,_0x3a3dec._0x52a4b7,_0x3a3dec._0x2255d6),'wILSx':_0x5704db(_0x3a3dec._0x17fee8,_0x3a3dec._0x2c7664,_0x3a3dec._0x334c06,0x48d)},_0x39d5c2=await _0x4b4ffd[_0x4f54f9(_0x3a3dec._0x41f358,_0x3a3dec._0x16a49d,_0x3a3dec._0x24083c,0x4e4)](loadConfig);if(_0x39d5c2['ssl_cert_p'+_0x4f54f9(_0x3a3dec._0x155de3,0x4cc,_0x3a3dec._0xac84ed,0x4a6)]){if(_0x4b4ffd[_0x5704db(_0x3a3dec._0x25efac,_0x3a3dec._0x1ef340,0x496,_0x3a3dec._0x2b620c)](_0x4b4ffd[_0x5704db(0x4eb,0x4d6,0x4d7,0x4ba)],_0x4b4ffd[_0x5704db(_0x3a3dec._0x128e16,_0x3a3dec._0x53e908,0x4c7,0x48c)]))_0x3176db[_0x4f54f9(_0x3a3dec._0x5be8c8,_0x3a3dec._0x906043,_0x3a3dec._0x3a5646,_0x3a3dec._0x125b1d)+'y']=_0x5f2dbe;else return _0x39d5c2[_0x5704db(0x4c2,_0x3a3dec._0x5ed94b,_0x3a3dec._0x3cdfbe,0x48a)+_0x5704db(_0x3a3dec._0xae672b,_0x3a3dec._0x5aaa0f,_0x3a3dec._0x1fe7ef,0x470)];}function _0x4f54f9(_0x424f55,_0x2170e2,_0x2fa599,_0x4c34d6){return _0x1bc43f(_0x2170e2,_0x2170e2-_0x2caf9d._0x1b0cf9,_0x2fa599-0x98,_0x4c34d6-_0x2caf9d._0xd37299);}function _0x5704db(_0x3c2497,_0x2179c8,_0x550cbe,_0x1aad9b){return _0x198df7(_0x1aad9b,_0x2179c8-0x1e8,_0x550cbe-0xc1,_0x2179c8-_0x34d2d2._0x593721);}return process[_0x4f54f9(0x4cd,_0x3a3dec._0x9e1157,_0x3a3dec._0x34eb78,_0x3a3dec._0x16a49d)]['SSL_CERT_P'+_0x4f54f9(_0x3a3dec._0x3623d6,_0x3a3dec._0x6b82d7,_0x3a3dec._0x131479,0x4ed)]||null;}export async function saveSslCertPath(_0xd47590){const _0x4fc1b4={_0x39eaa5:0x123,_0x19f568:0x12b,_0x105390:0x15a,_0x85ef5a:0xd6,_0x41cef7:0x109,_0x31a6aa:0x11d,_0x2a6516:0x137,_0xb96cf7:0xdf,_0x2a037d:0x138,_0x3b38a4:0x101,_0x300e29:0xfe,_0x29901f:0xea,_0x547834:0x275,_0x1d1c8a:0x27b,_0x47883d:0x285,_0xf61176:0x12d,_0x882d67:0x246,_0x4a08e7:0x216,_0xb7b309:0x23a,_0x3c1e2f:0x239,_0x3f596a:0xdc,_0x4799cd:0xfd,_0x1120b4:0x23a,_0x23737f:0x21f,_0x39694c:0x267,_0x4e06b5:0x275,_0x517876:0x25c,_0x1dff4a:0x102,_0x4c8926:0x121,_0x11d239:0x112,_0x48acdb:0x11e,_0x273b86:0x25b,_0x5dd241:0x233,_0x3cfd0a:0x106,_0x23e072:0x241,_0x335ead:0x257,_0x1922b2:0x291,_0x171da6:0xef,_0x2c9715:0xc7,_0x52bf74:0x24b,_0x2f56ae:0x263,_0x29785c:0x2ab,_0x1901a3:0x253,_0x12d42b:0x250,_0x56b8c4:0x213,_0x3cfd99:0x231,_0x26c482:0x249},_0x5910c0={_0x194cf9:0x199,_0x2320d1:0x4c1},_0x11f55d={_0x5c2c03:0x1c0},_0x4b07e6={};_0x4b07e6[_0x5bc8d0(-_0x4fc1b4._0x39eaa5,-0x11a,-_0x4fc1b4._0x19f568,-_0x4fc1b4._0x105390)]=function(_0x2d11d4,_0x3ef980){return _0x2d11d4===_0x3ef980;};function _0x494a2f(_0x129a9d,_0x17f913,_0xc11e22,_0x498a0){return _0x198df7(_0x129a9d,_0x17f913-_0x11f55d._0x5c2c03,_0xc11e22-0x1d4,_0xc11e22-0x1df);}function _0x5bc8d0(_0xe52799,_0x5b4b21,_0x2b8ec6,_0x336b07){return _0x1bc43f(_0x336b07,_0x5b4b21-0x156,_0x2b8ec6-_0x5910c0._0x194cf9,_0x2b8ec6- -_0x5910c0._0x2320d1);}_0x4b07e6[_0x5bc8d0(-_0x4fc1b4._0x85ef5a,-0xd6,-0xf0,-_0x4fc1b4._0x41cef7)]=_0x5bc8d0(-0x106,-0xfd,-_0x4fc1b4._0x31a6aa,-_0x4fc1b4._0x2a6516),_0x4b07e6['tjDbw']=_0x5bc8d0(-_0x4fc1b4._0xb96cf7,-_0x4fc1b4._0x2a037d,-0x10c,-_0x4fc1b4._0x3b38a4),_0x4b07e6[_0x5bc8d0(-0x101,-_0x4fc1b4._0x300e29,-_0x4fc1b4._0x29901f,-0xe4)]=_0x494a2f(_0x4fc1b4._0x547834,_0x4fc1b4._0x1d1c8a,_0x4fc1b4._0x47883d,0x2af);const _0x5d70fa=_0x4b07e6,_0x291d35=await loadConfig();if(_0x5d70fa[_0x5bc8d0(-0x136,-0x15a,-0x12b,-_0x4fc1b4._0xf61176)](_0xd47590,null))delete _0x291d35['ssl_cert_p'+_0x494a2f(_0x4fc1b4._0x882d67,_0x4fc1b4._0x4a08e7,_0x4fc1b4._0xb7b309,_0x4fc1b4._0x3c1e2f)];else{if(_0x5d70fa[_0x494a2f(0x273,0x29c,0x274,0x285)]===_0x5d70fa['kjXrF'])_0x291d35[_0x5bc8d0(-_0x4fc1b4._0x3f596a,-0xcd,-0xfd,-_0x4fc1b4._0x4799cd)+_0x494a2f(0x24f,0x25a,_0x4fc1b4._0x1120b4,0x225)]=_0xd47590;else{if(_0x5d70fa[_0x494a2f(0x245,_0x4fc1b4._0x23737f,0x233,0x262)](_0x5598c6['code'],_0x5d70fa[_0x494a2f(_0x4fc1b4._0x39694c,_0x4fc1b4._0x4e06b5,0x26e,_0x4fc1b4._0x517876)]))throw new _0x619ad(_0x4f7076+(_0x5bc8d0(-0x13a,-_0x4fc1b4._0x1dff4a,-_0x4fc1b4._0x4c8926,-_0x4fc1b4._0x11d239)+_0x5bc8d0(-0x129,-0x141,-_0x4fc1b4._0x48acdb,-_0x4fc1b4._0x48acdb))+_0x2488c1);else{if(_0x5d70fa[_0x494a2f(_0x4fc1b4._0x273b86,0x215,_0x4fc1b4._0x5dd241,0x228)](_0x56f715[_0x5bc8d0(-0x103,-0xf4,-_0x4fc1b4._0x3cfd0a,-_0x4fc1b4._0x300e29)],_0x5d70fa[_0x5bc8d0(-0x145,-0x142,-0x132,-0x12e)]))throw new _0x170163(_0xcadc81+('\x20file\x20is\x20n'+_0x494a2f(_0x4fc1b4._0x23e072,_0x4fc1b4._0x335ead,0x26c,_0x4fc1b4._0x1922b2)+_0x5bc8d0(-_0x4fc1b4._0x171da6,-0xbe,-0xda,-_0x4fc1b4._0x2c9715)+_0x494a2f(_0x4fc1b4._0x52bf74,0x256,_0x4fc1b4._0x2f56ae,0x271)+'):\x20')+_0x3c0caa);else throw new _0x49e000(_0x494a2f(0x27c,_0x4fc1b4._0x29785c,0x27c,_0x4fc1b4._0x1901a3)+_0x494a2f(_0x4fc1b4._0x517876,_0x4fc1b4._0x12d42b,0x23b,_0x4fc1b4._0x56b8c4)+_0x27b650+_0x494a2f(0x249,_0x4fc1b4._0x3cfd99,0x231,0x211)+_0x2877ec+'\x20('+_0x418c5c[_0x494a2f(_0x4fc1b4._0x26c482,0x254,0x277,0x27b)]+')');}}}await saveConfig(_0x291d35);}export async function getSslKeyPath(){const _0x4d4753={_0x45b4e2:0xa0,_0x435645:0xac,_0x4ec35f:0xb0,_0x4bb834:0x3fa,_0x136c92:0xaf,_0x199ca1:0x85,_0x18e4df:0xba,_0x3b11f0:0xc5,_0x372ccf:0xb0,_0x26128b:0x3f5,_0x53cb33:0x3ff,_0x406c51:0x46c,_0x49c49d:0x44a,_0x19883a:0x447,_0x2a4977:0x433,_0x44e749:0x414,_0x1b77fc:0x43b},_0x22b93b={_0x4a73af:0x1a1},_0x3f8223={_0x136b6c:0xf2,_0x22afaf:0x12};function _0x20e9a5(_0x3db636,_0x2dd3fc,_0x35ac3d,_0x5d05a5){return _0x198df7(_0x35ac3d,_0x2dd3fc-_0x3f8223._0x136b6c,_0x35ac3d-_0x3f8223._0x22afaf,_0x5d05a5-0x3ab);}const _0x210988={};_0x210988[_0x20e9a5(0x3f8,0x434,0x401,0x403)]=function(_0x4119cd,_0x2a7ce3){return _0x4119cd===_0x2a7ce3;},_0x210988[_0x108673(-_0x4d4753._0x45b4e2,-_0x4d4753._0x435645,-0xbf,-_0x4d4753._0x4ec35f)]='USZZF';const _0x405f0b=_0x210988,_0x3366ae=await loadConfig();if(_0x3366ae[_0x20e9a5(0x3f0,0x410,0x40b,_0x4d4753._0x4bb834)+'th'])return _0x405f0b['jlOUk'](_0x405f0b[_0x108673(-_0x4d4753._0x136c92,-_0x4d4753._0x199ca1,-_0x4d4753._0x18e4df,-0xb0)],_0x405f0b[_0x108673(-_0x4d4753._0x3b11f0,-0xd5,-0x97,-_0x4d4753._0x372ccf)])?_0x3366ae['ssl_key_pa'+'th']:_0x355289[_0x20e9a5(0x468,0x432,0x42e,0x43b)][_0x20e9a5(0x415,_0x4d4753._0x26128b,_0x4d4753._0x53cb33,0x416)+_0x20e9a5(_0x4d4753._0x406c51,_0x4d4753._0x49c49d,0x445,_0x4d4753._0x19883a)];function _0x108673(_0x34735a,_0x59c442,_0x25de94,_0x12ff2b){return _0x1bc43f(_0x59c442,_0x59c442-_0x22b93b._0x4a73af,_0x25de94-0x1ac,_0x12ff2b- -0x47a);}return process[_0x20e9a5(_0x4d4753._0x2a4977,_0x4d4753._0x44e749,0x41f,_0x4d4753._0x1b77fc)]['SSL_KEY_PA'+'TH']||null;}export async function saveSslKeyPath(_0xab61cd){const _0x37d200={_0x140cb9:0x3dd,_0x219123:0x3c0,_0x50dc4b:0x40b,_0x5b1106:0x4ec,_0x275937:0x50b,_0x299d47:0x4ea,_0x505385:0x529,_0x25968e:0x4c9,_0x3e958b:0x4b0,_0x58adc4:0x40f,_0x64d7a3:0x3f4,_0x191edc:0x40e,_0x499a08:0x4f8,_0x3bbc32:0x525,_0x1e61c4:0x4da,_0x3a7c72:0x4b1,_0x284b5f:0x4b5,_0x3a1854:0x4df},_0xf4542e={_0x53932f:0x133,_0x4564f5:0x4d},_0x4c58c0={};function _0x4340ba(_0x27141b,_0x4d2566,_0x5e6510,_0x876c64){return _0x1bc43f(_0x5e6510,_0x4d2566-0xb6,_0x5e6510-0x108,_0x4d2566-0x120);}_0x4c58c0[_0x28eeaf(_0x37d200._0x140cb9,_0x37d200._0x219123,0x3f4,_0x37d200._0x50dc4b)]=function(_0x105291,_0x11fa1){return _0x105291===_0x11fa1;};function _0x28eeaf(_0x537c8e,_0x335c0b,_0x26102b,_0x38ee31){return _0x1bc43f(_0x26102b,_0x335c0b-_0xf4542e._0x53932f,_0x26102b-0x1b6,_0x537c8e-_0xf4542e._0x4564f5);}_0x4c58c0['IMHLR']=function(_0x4ea72a,_0x3fc32f){return _0x4ea72a!==_0x3fc32f;},_0x4c58c0[_0x4340ba(0x4eb,0x4fc,0x51a,0x4d5)]=_0x4340ba(_0x37d200._0x5b1106,_0x37d200._0x275937,_0x37d200._0x299d47,_0x37d200._0x505385);const _0x2cf580=_0x4c58c0,_0x18dc86=await loadConfig();if(_0x2cf580[_0x4340ba(_0x37d200._0x25968e,_0x37d200._0x3e958b,0x4b9,0x481)](_0xab61cd,null)){if(_0x2cf580[_0x28eeaf(0x418,_0x37d200._0x58adc4,_0x37d200._0x64d7a3,_0x37d200._0x191edc)](_0x2cf580['xBSYR'],_0x4340ba(_0x37d200._0x499a08,_0x37d200._0x275937,_0x37d200._0x3bbc32,0x4e2))){if(_0x2cf580['GfOfs'](_0x17d013['code'],_0x28eeaf(0x3f1,0x3f5,0x411,0x40d)))return{};throw _0x49e4b7;}else delete _0x18dc86[_0x4340ba(0x4d3,0x4b1,0x4bf,_0x37d200._0x1e61c4)+'th'];}else _0x18dc86[_0x4340ba(0x4db,_0x37d200._0x3a7c72,_0x37d200._0x284b5f,_0x37d200._0x3a1854)+'th']=_0xab61cd;await saveConfig(_0x18dc86);}export async function getSslCaPath(){const _0x25748b={_0x3b1263:0x13,_0x13379e:0x22,_0x4133fa:0x26,_0x4d0a6d:0x139,_0x3194b7:0x1a,_0x274b9b:0x155,_0xf86c22:0x156,_0x2353fd:0x144,_0x3f55fd:0x13b,_0x1b454c:0x11d},_0x59ea00={_0x62ff9a:0x65,_0x1669c3:0x13a},_0x5abf9e={_0x2ce77d:0x1b2,_0x320e1b:0x28},_0x54fa33={};function _0x4206b7(_0x59c198,_0x38417a,_0x28c929,_0x1b7c8c){return _0x198df7(_0x38417a,_0x38417a-_0x5abf9e._0x2ce77d,_0x28c929-_0x5abf9e._0x320e1b,_0x1b7c8c- -0x1d0);}_0x54fa33['iZBKI']=function(_0x214385,_0x4a7471){return _0x214385===_0x4a7471;};function _0x85819d(_0x338a51,_0x462b60,_0x3f25d7,_0x38d125){return _0x1bc43f(_0x338a51,_0x462b60-_0x59ea00._0x62ff9a,_0x3f25d7-_0x59ea00._0x1669c3,_0x38d125- -0x3b8);}const _0x416998=_0x54fa33,_0xd8e3c1=await loadConfig();if(_0xd8e3c1[_0x4206b7(-0x170,-0x139,-0x12e,-0x144)+'h'])return _0x416998[_0x85819d(-_0x25748b._0x3b1263,_0x25748b._0x13379e,-_0x25748b._0x4133fa,0xb)](_0x4206b7(-0x12e,-0x153,-_0x25748b._0x4d0a6d,-0x13d),_0x85819d(0x39,0x16,_0x25748b._0x3194b7,0x1d))?_0xd8e3c1[_0x4206b7(-_0x25748b._0x4d0a6d,-_0x25748b._0x274b9b,-_0x25748b._0xf86c22,-_0x25748b._0x2353fd)+'h']:_0x101925;return process[_0x4206b7(-_0x25748b._0x3f55fd,-0x140,-_0x25748b._0x1b454c,-0x140)]['SSL_CA_PAT'+'H']||null;}export async function saveSslCaPath(_0x576a28){const _0xf05cff={_0x3bf42f:0x4fc,_0x449b24:0x513,_0x305ab3:0x516,_0x2e7757:0x525,_0x56cd07:0x188,_0x184f44:0x1a4,_0x9f52fb:0x191,_0x3e9c3e:0x1ad,_0x5cb774:0x184,_0x368283:0x1c3,_0x2f1504:0x1b2,_0x250c98:0x1ac,_0x1a5dc9:0x1b9,_0x545939:0x51f,_0x57e397:0x4ec,_0x44074a:0x505,_0x5c0549:0x4d6,_0x344530:0x4d6},_0x2fe0c0={_0x5c11f7:0x1e5,_0x4040c7:0x92},_0xcbf486={'FMcYd':function(_0xf79134){return _0xf79134();},'AHMPM':function(_0x7c830c,_0x20a979){return _0x7c830c===_0x20a979;},'KKJfC':function(_0x2d90b8,_0x624b59){return _0x2d90b8===_0x624b59;},'MupDx':function(_0x4fd17a,_0x6648fc){return _0x4fd17a(_0x6648fc);}};function _0x45d20e(_0x53a6f2,_0x1dbeb5,_0x60a8e4,_0x12c766){return _0x198df7(_0x12c766,_0x1dbeb5-0x188,_0x60a8e4-0x1dc,_0x60a8e4-0x13a);}const _0x51d1de=await _0xcbf486[_0xf0c2a1(_0xf05cff._0x3bf42f,_0xf05cff._0x449b24,_0xf05cff._0x305ab3,_0xf05cff._0x2e7757)](loadConfig);function _0xf0c2a1(_0x5311e4,_0x5b3ee6,_0x5c923c,_0xe65f8c){return _0x198df7(_0xe65f8c,_0x5b3ee6-_0x2fe0c0._0x5c11f7,_0x5c923c-_0x2fe0c0._0x4040c7,_0x5c923c-0x46f);}if(_0xcbf486['AHMPM'](_0x576a28,null)){if(_0xcbf486[_0x45d20e(_0xf05cff._0x56cd07,_0xf05cff._0x184f44,_0xf05cff._0x9f52fb,_0xf05cff._0x3e9c3e)](_0x45d20e(_0xf05cff._0x5cb774,_0xf05cff._0x368283,_0xf05cff._0x2f1504,_0xf05cff._0x250c98),'zXWPs'))delete _0x51d1de[_0x45d20e(_0xf05cff._0x1a5dc9,0x19d,0x1c6,0x1dd)+'h'];else throw new _0x2a1128(_0x4f676e+(_0xf0c2a1(0x4e4,0x4fc,0x4cd,0x4c1)+'found:\x20')+_0x10b74f);}else _0x51d1de[_0xf0c2a1(_0xf05cff._0x545939,_0xf05cff._0x57e397,0x4fb,0x4f4)+'h']=_0x576a28;await _0xcbf486[_0xf0c2a1(0x4fa,_0xf05cff._0x44074a,_0xf05cff._0x5c0549,_0xf05cff._0x344530)](saveConfig,_0x51d1de);}function _0x4eb5(_0x3c0caa,_0x49e000){_0x3c0caa=_0x3c0caa-(-0x1004+0x15d*-0x7+0x1*0x1a97);const _0x27b650=_0x1df5();let _0x2877ec=_0x27b650[_0x3c0caa];if(_0x4eb5['fYpNDk']===undefined){var _0x418c5c=function(_0x2a1128){const _0x4f676e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x10b74f='',_0x41f36c='';for(let _0x419dd2=-0x61e+-0xb*0xaf+0xda3,_0x2b9401,_0x1f5529,_0x3dcca5=0x1578+-0x134f+-0x229;_0x1f5529=_0x2a1128['charAt'](_0x3dcca5++);~_0x1f5529&&(_0x2b9401=_0x419dd2%(-0x1*0x8b3+0x25*0x81+-0x9ee)?_0x2b9401*(0x249b+-0x5e*-0x43+-0x3cf5)+_0x1f5529:_0x1f5529,_0x419dd2++%(-0x1*-0x270d+-0x2*0x470+-0x1*0x1e29))?_0x10b74f+=String['fromCharCode'](0x1726+-0x1*0x2039+-0x1*-0xa12&_0x2b9401>>(-(-0x603*-0x5+-0x1583+-0x88a)*_0x419dd2&-0x18e7+-0x1*-0x1f99+-0x6ac)):0x174*0x1+0x26e9+0x1*-0x285d){_0x1f5529=_0x4f676e['indexOf'](_0x1f5529);}for(let _0x43c6d9=-0x15a4+0x430+0x1174,_0xea4697=_0x10b74f['length'];_0x43c6d9<_0xea4697;_0x43c6d9++){_0x41f36c+='%'+('00'+_0x10b74f['charCodeAt'](_0x43c6d9)['toString'](-0x141e+0x7*0x2de+0x1c))['slice'](-(-0x202e*-0x1+0xf*-0x1a+0x1*-0x1ea6));}return decodeURIComponent(_0x41f36c);};_0x4eb5['jzAvtM']=_0x418c5c,_0x4eb5['VLCoHc']={},_0x4eb5['fYpNDk']=!![];}const _0x152013=_0x27b650[-0x26c3+0x1a04+0xcbf],_0x5e452b=_0x3c0caa+_0x152013,_0x4ca71c=_0x4eb5['VLCoHc'][_0x5e452b];return!_0x4ca71c?(_0x2877ec=_0x4eb5['jzAvtM'](_0x2877ec),_0x4eb5['VLCoHc'][_0x5e452b]=_0x2877ec):_0x2877ec=_0x4ca71c,_0x2877ec;}export async function getTrustProxy(){const _0x52a7c1={_0x15be1c:0x1b0,_0x24298d:0x168,_0x404db5:0x190,_0x3bac07:0x196,_0x14dd37:0xf2,_0x365117:0xc5,_0x1053bb:0xe6,_0x7adc5d:0xd3,_0x1e0b5a:0x16c,_0x2de4af:0x151,_0x28e4c4:0x17a,_0x36871d:0x1a7,_0x27872d:0x1cc,_0x3e10c6:0x1bc,_0xa90366:0x1df},_0x4c7ac6={_0x4d143c:0x96,_0xe0dadc:0x564},_0x3ac66f={_0x38dfec:0x1a1,_0x393adc:0x58},_0x58aa69={};_0x58aa69[_0x147339(-_0x52a7c1._0x15be1c,-_0x52a7c1._0x24298d,-_0x52a7c1._0x404db5,-0x187)]=function(_0x36ef18,_0xdc10e8){return _0x36ef18!==_0xdc10e8;};function _0x2bd392(_0xadc860,_0x593c4f,_0x2589a5,_0x5e2802){return _0x198df7(_0xadc860,_0x593c4f-0x149,_0x2589a5-_0x3ac66f._0x38dfec,_0x2589a5-_0x3ac66f._0x393adc);}_0x58aa69[_0x147339(-_0x52a7c1._0x3bac07,-0x16c,-0x17a,-0x195)]=_0x2bd392(0xcd,0xd1,0xdf,_0x52a7c1._0x14dd37);const _0xb1e9d9=_0x58aa69,_0x2e1a27=await loadConfig();if(_0x2e1a27[_0x2bd392(0x114,_0x52a7c1._0x365117,_0x52a7c1._0x1053bb,_0x52a7c1._0x7adc5d)+'y']!==undefined)return _0xb1e9d9[_0x147339(-0x17c,-0x185,-0x190,-0x177)](_0xb1e9d9[_0x147339(-_0x52a7c1._0x1e0b5a,-_0x52a7c1._0x2de4af,-_0x52a7c1._0x28e4c4,-0x15f)],_0xb1e9d9[_0x147339(-_0x52a7c1._0x36871d,-0x1a9,-0x17a,-0x162)])?_0x29126d['ssl_ca_pat'+'h']:_0x2e1a27['trust_prox'+'y'];function _0x147339(_0x1be5be,_0x15e372,_0x5dba68,_0x2c4187){return _0x1bc43f(_0x15e372,_0x15e372-_0x4c7ac6._0x4d143c,_0x5dba68-0x15e,_0x5dba68- -_0x4c7ac6._0xe0dadc);}return process['env'][_0x147339(-_0x52a7c1._0x27872d,-_0x52a7c1._0x3e10c6,-0x1c5,-_0x52a7c1._0xa90366)+'Y']||null;}export async function saveTrustProxy(_0x4505c6){const _0x4e4b37={_0x19bce0:0x2bd,_0x24a997:0x36a,_0x4886b0:0x351,_0x1d1074:0x35a,_0x5ef22e:0x379,_0xc91e0f:0x2c1,_0x1d9d8a:0x2aa,_0x2ae8cd:0x29e,_0x3c24a1:0x2f5,_0x139040:0x2b9,_0x15f000:0x35b,_0x539b3b:0x367,_0x2bdc17:0x2d7,_0x1ddb28:0x2a6,_0x5df9ad:0x2a0},_0x5e6591={_0x25d210:0x164,_0x508614:0x6e,_0x50f67f:0xfc},_0x4d5ab6={_0x3bb639:0x68},_0x34e738={'xRpAA':function(_0x254ef9){return _0x254ef9();},'JlLyw':function(_0x1c3784,_0x4a9bd5){return _0x1c3784===_0x4a9bd5;},'DaEgO':function(_0x28d9ff,_0x26b939){return _0x28d9ff===_0x26b939;},'kfACT':_0x2dfe82(_0x4e4b37._0x19bce0,0x2c9,0x2d9,0x2e3),'QSPIN':function(_0xf49d03,_0x2047e9){return _0xf49d03(_0x2047e9);}},_0x4a15dd=await _0x34e738['xRpAA'](loadConfig);_0x34e738['JlLyw'](_0x4505c6,null)?_0x34e738[_0x2a144f(_0x4e4b37._0x24a997,0x378,_0x4e4b37._0x4886b0,0x393)](_0x34e738[_0x2a144f(_0x4e4b37._0x1d1074,0x382,_0x4e4b37._0x5ef22e,0x351)],_0x34e738[_0x2dfe82(_0x4e4b37._0xc91e0f,_0x4e4b37._0x1d9d8a,_0x4e4b37._0x2ae8cd,0x294)])?delete _0x4a15dd[_0x2dfe82(_0x4e4b37._0x3c24a1,0x2d4,_0x4e4b37._0x139040,0x304)+'y']:delete _0x156e94[_0x2a144f(0x382,_0x4e4b37._0x15f000,_0x4e4b37._0x15f000,0x3ad)+'h']:_0x4a15dd[_0x2a144f(0x384,0x369,_0x4e4b37._0x539b3b,0x3a9)+'y']=_0x4505c6;function _0x2a144f(_0x4019f1,_0x2bf46d,_0x7473dd,_0x1e1573){return _0x198df7(_0x2bf46d,_0x2bf46d-0xbd,_0x7473dd-_0x4d5ab6._0x3bb639,_0x4019f1-0x2f6);}function _0x2dfe82(_0x32733c,_0x1d7d8d,_0x2ba6c0,_0x4abc51){return _0x1bc43f(_0x4abc51,_0x1d7d8d-_0x5e6591._0x25d210,_0x2ba6c0-_0x5e6591._0x508614,_0x1d7d8d- -_0x5e6591._0x50f67f);}await _0x34e738[_0x2dfe82(_0x4e4b37._0x2bdc17,_0x4e4b37._0x1ddb28,0x27c,_0x4e4b37._0x5df9ad)](saveConfig,_0x4a15dd);}export async function validateSslFile(_0x501d34,_0x1e8432){const _0x21c79d={_0xabdf9d:0x1b8,_0x5cea90:0x1e5,_0x2cbcaf:0x1b7,_0x1515a1:0x159,_0x1b5be4:0x17c,_0x2c4b58:0x187,_0x360fd2:0x162,_0x269222:0x164,_0x135c18:0x178,_0x455118:0x196,_0x24e562:0x16b,_0x177dce:0x186,_0x45d1ab:0x183,_0x3496ca:0x15b,_0x33c62b:0x180,_0x58dd9a:0x16c,_0x32d938:0x165,_0x3c1a3c:0x1b1,_0x1c520e:0x1a0,_0x48b805:0x154,_0x2e0021:0x187,_0x496162:0x1e0,_0x285050:0x1c7,_0x22f219:0x1df,_0x5912f5:0x18b,_0x36616f:0x1bc,_0x578bc4:0x19d,_0x20c293:0x1b7,_0x586b78:0x1ad,_0x246904:0x172,_0x568fab:0x18e,_0x2ab69a:0x1be,_0x103349:0x194,_0x1012b6:0x177,_0x362998:0x14a,_0x593c26:0x174,_0x319f85:0x17a,_0x50442a:0x156,_0x17ab6d:0x1ac,_0x43856b:0x1a4,_0x3cd4eb:0x1bd,_0x5a6a18:0x1b5,_0x3bc65a:0x195,_0x52d295:0x1c0,_0x49e086:0x1be,_0x4ae41b:0x1c1,_0x2289ce:0x16a},_0x20b001={_0x1f4c78:0xf4,_0x31fbfb:0x229},_0x2d148c={_0xb668d5:0xdd,_0x160319:0x124},_0x3a9cba={};_0x3a9cba[_0x1ec0eb(_0x21c79d._0xabdf9d,_0x21c79d._0x5cea90,_0x21c79d._0x2cbcaf,0x1ba)]=function(_0x56aeb2,_0x37b9c0){return _0x56aeb2!==_0x37b9c0;},_0x3a9cba['hHzIv']=_0x32e768(_0x21c79d._0x1515a1,_0x21c79d._0x1b5be4,_0x21c79d._0x2c4b58,_0x21c79d._0xabdf9d),_0x3a9cba[_0x32e768(_0x21c79d._0x360fd2,0x14f,0x174,_0x21c79d._0x269222)]='yRjZH',_0x3a9cba[_0x32e768(0x178,_0x21c79d._0x135c18,_0x21c79d._0x455118,0x1a1)]=function(_0xb4a8ce,_0x4afe79){return _0xb4a8ce!==_0x4afe79;},_0x3a9cba[_0x1ec0eb(0x188,_0x21c79d._0x24e562,0x1ab,0x18c)]=_0x32e768(0x16a,0x156,_0x21c79d._0x177dce,0x16d),_0x3a9cba[_0x1ec0eb(_0x21c79d._0x45d1ab,_0x21c79d._0x3496ca,_0x21c79d._0x33c62b,_0x21c79d._0x58dd9a)]=function(_0x133b53,_0x355684){return _0x133b53===_0x355684;},_0x3a9cba[_0x1ec0eb(0x18e,0x1a4,_0x21c79d._0x32d938,0x178)]=_0x1ec0eb(0x18c,_0x21c79d._0x3c1a3c,0x185,_0x21c79d._0x1c520e);function _0x32e768(_0x72e004,_0x59ced0,_0x4f5a07,_0x2a5410){return _0x198df7(_0x2a5410,_0x59ced0-0x146,_0x4f5a07-_0x2d148c._0xb668d5,_0x4f5a07-_0x2d148c._0x160319);}function _0x1ec0eb(_0x857a32,_0x2998e5,_0x28e16e,_0x5358dd){return _0x1bc43f(_0x5358dd,_0x2998e5-0x1e0,_0x28e16e-_0x20b001._0x1f4c78,_0x857a32- -_0x20b001._0x31fbfb);}const _0x3c15f8=_0x3a9cba;try{_0x3c15f8['LRNpn'](_0x3c15f8['hHzIv'],_0x3c15f8[_0x32e768(0x18b,_0x21c79d._0x48b805,0x174,_0x21c79d._0x2e0021)])?await _0x1d14db['access'](_0x501d34,_0x3b1940[_0x32e768(0x1a3,_0x21c79d._0x496162,_0x21c79d._0x285050,_0x21c79d._0x22f219)]):delete _0x55fd3f['trust_prox'+'y'];}catch(_0x167bac){if(_0x3c15f8[_0x1ec0eb(_0x21c79d._0x5912f5,0x165,0x160,_0x21c79d._0x36616f)]('eTvyz',_0x32e768(_0x21c79d._0x578bc4,_0x21c79d._0x20c293,0x192,_0x21c79d._0x586b78)))delete _0x940786[_0x32e768(0x19c,_0x21c79d._0x246904,0x189,0x1a0)+_0x32e768(0x184,_0x21c79d._0x2cbcaf,0x19e,0x18c)];else{if(_0x167bac[_0x32e768(_0x21c79d._0x568fab,0x1bc,_0x21c79d._0x578bc4,_0x21c79d._0x2ab69a)]===_0x3c15f8[_0x1ec0eb(0x188,_0x21c79d._0x103349,0x158,0x173)])throw new Error(_0x1e8432+(_0x1ec0eb(_0x21c79d._0x1012b6,0x187,_0x21c79d._0x362998,_0x21c79d._0x593c26)+_0x1ec0eb(_0x21c79d._0x319f85,0x184,_0x21c79d._0x50442a,0x15d))+_0x501d34);else{if(_0x3c15f8['zfLoO'](_0x167bac[_0x1ec0eb(0x192,_0x21c79d._0x17ab6d,0x1a8,_0x21c79d._0x43856b)],_0x3c15f8[_0x1ec0eb(0x18e,_0x21c79d._0x3cd4eb,0x178,_0x21c79d._0x5a6a18)]))throw new Error(_0x1e8432+(_0x1ec0eb(0x196,_0x21c79d._0x17ab6d,0x1c5,_0x21c79d._0x3bc65a)+_0x32e768(0x1ca,0x19a,0x1b1,_0x21c79d._0x52d295)+'e\x20(permiss'+'ion\x20denied'+'):\x20')+_0x501d34);else throw new Error(_0x32e768(0x1de,_0x21c79d._0x49e086,_0x21c79d._0x4ae41b,0x1a2)+_0x32e768(0x162,0x1a6,_0x21c79d._0x33c62b,_0x21c79d._0x2289ce)+_0x1e8432+'\x20file:\x20'+_0x501d34+'\x20('+_0x167bac['message']+')');}}}}
@@ -1 +1 @@
1
- (function(_0x316785,_0x5bc624){const _0x37b023={_0x246b80:0x2a0,_0x41af5c:0x26f,_0x3b0b88:0x37f,_0x4aa0ea:0x3b9,_0x38a5d5:0x249,_0x5ad72d:0x362,_0x5a687e:0x3a1,_0x313be3:0x3a2,_0x5df75e:0x350,_0x16e6ef:0x360,_0x40c900:0x36b,_0x10f15:0x36c,_0x42163c:0x380,_0x2d7480:0x39a,_0x40af99:0x38c,_0x3c2281:0x351,_0x4e421d:0x357,_0x4597ab:0x387,_0x504e7d:0x20d,_0x25e85c:0x212,_0x1cb15d:0x245,_0x332670:0x264,_0xd576b1:0x1e2,_0x1a637d:0x35c,_0x19246e:0x373,_0xf7c499:0x331},_0xdd5247={_0x3dfa1d:0x340},_0x207a45=_0x316785();function _0x1f32c8(_0x8043fe,_0x4257b6,_0x2a86af,_0x5b9fe7){return _0x5544(_0x4257b6- -_0xdd5247._0x3dfa1d,_0x2a86af);}function _0x56edf0(_0x5b4d6b,_0x2af316,_0x56f349,_0x78fabf){return _0x5544(_0x56f349-0x280,_0x2af316);}while(!![]){try{const _0x2ebd8f=-parseInt(_0x1f32c8(-_0x37b023._0x246b80,-_0x37b023._0x41af5c,-0x2a7,-0x278))/(0x2689+0xa1f*-0x3+-0x1*0x82b)+parseInt(_0x56edf0(0x384,_0x37b023._0x3b0b88,_0x37b023._0x4aa0ea,0x377))/(-0x1593+0x1c70+-0x6db)+parseInt(_0x1f32c8(-_0x37b023._0x38a5d5,-0x25f,-0x268,-0x23f))/(0x187d+0x2f*0xa7+0x3ad*-0xf)*(-parseInt(_0x56edf0(_0x37b023._0x5ad72d,_0x37b023._0x5a687e,0x392,_0x37b023._0x313be3))/(-0x255b+-0x332+0x2891))+parseInt(_0x56edf0(_0x37b023._0x5df75e,_0x37b023._0x16e6ef,_0x37b023._0x40c900,_0x37b023._0x10f15))/(-0x1*0x6b+-0xe35+-0xa3*-0x17)*(parseInt(_0x56edf0(_0x37b023._0x42163c,_0x37b023._0x2d7480,0x3aa,_0x37b023._0x40af99))/(-0x1572+-0x174f+0x2cc7))+-parseInt(_0x56edf0(0x380,_0x37b023._0x3c2281,_0x37b023._0x4e421d,0x35a))/(0xc2e+-0x17ba*0x1+0xb93)+parseInt(_0x56edf0(0x3c4,0x3af,0x393,_0x37b023._0x4597ab))/(0x6c3*-0x1+0x346*-0x6+-0x1*-0x1a6f)*(parseInt(_0x1f32c8(-0x200,-_0x37b023._0x504e7d,-_0x37b023._0x25e85c,-_0x37b023._0x1cb15d))/(0x17a2+0x26f7+-0x3e90))+-parseInt(_0x1f32c8(-_0x37b023._0x332670,-0x224,-0x1e8,-_0x37b023._0xd576b1))/(0x11b0+0x90*0x2c+-0xc9*0x36)*(-parseInt(_0x56edf0(_0x37b023._0x1a637d,0x393,_0x37b023._0x19246e,_0x37b023._0xf7c499))/(-0x8*0x48b+0xe3a+0x5d*0x3d));if(_0x2ebd8f===_0x5bc624)break;else _0x207a45['push'](_0x207a45['shift']());}catch(_0x5bbf80){_0x207a45['push'](_0x207a45['shift']());}}}(_0x57f9,0x8*0x1200f+-0xd*-0x15d7+0x1*-0x256ba));import _0x34527e from'readline';import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function _0x5544(_0xb75f52,_0x3666b8){_0xb75f52=_0xb75f52-(0x17bd*0x1+0x4a*0xd+-0x1ac4);const _0x36aab6=_0x57f9();let _0x527ea1=_0x36aab6[_0xb75f52];if(_0x5544['KwlcZt']===undefined){var _0x1c09b4=function(_0x541420){const _0x47babf='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x31159f='',_0x586331='';for(let _0x35d3cc=0x133+0xe9a+-0xfcd*0x1,_0x2c732f,_0x5a3f33,_0x461845=-0x73*-0x53+-0x148f+-0x10ba;_0x5a3f33=_0x541420['charAt'](_0x461845++);~_0x5a3f33&&(_0x2c732f=_0x35d3cc%(0x44d+-0x1370+0xf27)?_0x2c732f*(-0xa8f+-0x1cfb+0x2*0x13e5)+_0x5a3f33:_0x5a3f33,_0x35d3cc++%(-0xc84+0x4*0x859+-0x14dc))?_0x31159f+=String['fromCharCode'](-0x2531+0x61+0x25cf&_0x2c732f>>(-(0xc31+0xc1c+-0x1*0x184b)*_0x35d3cc&0x9e*0x20+-0x1deb*-0x1+0x47*-0xb3)):-0x2531+0x2*0xbb2+0xdcd){_0x5a3f33=_0x47babf['indexOf'](_0x5a3f33);}for(let _0x41444=0x97+0x126b+-0x32b*0x6,_0x34b23d=_0x31159f['length'];_0x41444<_0x34b23d;_0x41444++){_0x586331+='%'+('00'+_0x31159f['charCodeAt'](_0x41444)['toString'](0x4*-0x2e3+0x7*0x18d+-0x1*-0xc1))['slice'](-(-0x2*0xf03+-0x571*-0x7+-0x80f));}return decodeURIComponent(_0x586331);};_0x5544['ohqFkf']=_0x1c09b4,_0x5544['aGxMGP']={},_0x5544['KwlcZt']=!![];}const _0x24966e=_0x36aab6[-0x2399+0x255d+-0x71*0x4],_0x2afee0=_0xb75f52+_0x24966e,_0x599263=_0x5544['aGxMGP'][_0x2afee0];return!_0x599263?(_0x527ea1=_0x5544['ohqFkf'](_0x527ea1),_0x5544['aGxMGP'][_0x2afee0]=_0x527ea1):_0x527ea1=_0x599263,_0x527ea1;}function prompt(_0x95e2ff,_0x4a1bb5=![]){const _0x2ddca5={_0x5e8e79:0x1a3,_0x40fbb9:0x208,_0xe9d374:0x24c,_0x468838:0x274,_0x35134a:0x250,_0x1fd568:0x213,_0x382d38:0x181,_0x1140c5:0x13b},_0x2899b7={_0x7a7829:0x23,_0x430e2d:0x5d,_0x5011d4:0x66,_0x452a7a:0x5f,_0x86f58e:0xae,_0xc114e5:0x418,_0x20fb33:0x41e,_0x265e89:0x424,_0x3a2b10:0x3ad,_0x10f5a7:0x3e3,_0x47349e:0x3b4,_0x107e4e:0x7f,_0x362916:0xa1,_0xc91ddc:0x97,_0xe35a85:0x58,_0x3167df:0x6a,_0x2973e8:0x75,_0x29484f:0x3e1,_0x1da033:0xc2,_0x43b58b:0x8e,_0x50c0b5:0x1c,_0x214806:0x4e,_0x3190ec:0xa4,_0x521e3f:0x42,_0x31b14e:0x3d1,_0x40ab79:0x3aa,_0x3a6e9e:0x3b6,_0x3180a4:0x37c,_0x553e64:0x3c4,_0x2fdd3d:0x78,_0x2227c8:0x70,_0x106629:0x2d,_0x4c3578:0x29,_0x3c6c11:0x29,_0x3791f6:0x60,_0x4c6eb6:0x66,_0x4f2cda:0x85,_0x3592da:0xa2,_0x30f6f8:0xdd,_0x2b7d71:0x3d3,_0x2a09aa:0xa,_0x575abd:0x22,_0xd0da1f:0x26,_0x2b5ac8:0x41,_0x552d4e:0x3e5,_0x3da8d0:0x41f,_0x35935f:0x3d9,_0x805cc1:0x407},_0x2247ba={_0x556628:0xd1},_0x4b8e9d={_0x277598:0x6,_0x4ab946:0x18,_0xbc7ec:0xd,_0x4f19e7:0x10b,_0x24d773:0x10a,_0x50128f:0xf7,_0xadbb8b:0xee,_0x3a129b:0x116,_0x17aa3c:0x80,_0x195622:0x97,_0xb67106:0xb0,_0x217889:0x2b,_0x574c06:0x46},_0x7dc3c7={_0x2ca90f:0x1c1},_0x6629c8={_0x545cf9:0x2b0,_0x5ddf29:0x2ae,_0x54ca91:0x264},_0x279030={_0xa19a2e:0xbe};function _0x2445d5(_0x3885b4,_0x203334,_0x11c193,_0xee94fb){return _0x5544(_0x3885b4-_0x279030._0xa19a2e,_0xee94fb);}const _0x43db8b={'IPIFs':_0x2445d5(0x187,0x18c,0x1ab,_0x2ddca5._0x5e8e79)+'e\x20is\x20requi'+_0x2445d5(0x1cf,0x1b8,_0x2ddca5._0x40fbb9,0x1c5),'YVczH':function(_0x39c35f,_0x16e52b){return _0x39c35f===_0x16e52b;},'rvaOb':_0x37ec52(-0x293,-_0x2ddca5._0xe9d374,-_0x2ddca5._0x468838,-0x267),'cjWrX':function(_0x297754){return _0x297754();},'IgKBB':function(_0x47e1d2,_0x24b7dc){return _0x47e1d2===_0x24b7dc;},'sminx':_0x37ec52(-0x235,-_0x2ddca5._0x35134a,-_0x2ddca5._0x1fd568,-0x21d),'XOJLM':_0x2445d5(_0x2ddca5._0x382d38,0x146,0x18c,_0x2ddca5._0x1140c5),'mBMWg':function(_0x516c3c,_0x127843){return _0x516c3c(_0x127843);},'dDyvJ':_0x37ec52(-0x25f,-0x28c,-0x29e,-0x276),'fozmh':function(_0xf73ba8,_0x56d338){return _0xf73ba8!==_0x56d338;},'IDqLI':_0x2445d5(0x17e,0x198,0x16d,0x147),'APcQY':'MBIpm'};function _0x37ec52(_0x501ed0,_0x4b8351,_0xffdbfd,_0x28a77c){return _0x5544(_0x28a77c- -0x34b,_0xffdbfd);}return new Promise(_0x2c7f38=>{const _0x31e67a={_0x58ef51:0x1e5,_0xa08161:0x1ee,_0x5d7e2a:0x23c,_0xb9e53a:0x209,_0x560694:0x296,_0x3911e0:0x250},_0x3387fd={_0x2ea5c8:0x1eb,_0x40eb26:0x2a6},_0x52fe27={_0x5afc0d:0x1ae},_0x1bcc44={_0x26c2be:0x1b7,_0x41c855:0x137},_0x5386f5={_0x153816:0xb2,_0x570ed:0xa7,_0x5ef8f4:0x5e},_0x3de376={_0x1ac2a4:0xa1,_0x14b407:0x67},_0x18d74d={_0x5c001c:0xcf,_0x5607d2:0x1ba};function _0x45d090(_0x19b8a9,_0x31351f,_0x5e3b1a,_0x244458){return _0x2445d5(_0x244458- -0x159,_0x31351f-_0x18d74d._0x5c001c,_0x5e3b1a-_0x18d74d._0x5607d2,_0x19b8a9);}const _0x4cf765={'BwGwO':function(_0x1507ab,_0x497d9f){return _0x43db8b['YVczH'](_0x1507ab,_0x497d9f);},'QsaRI':_0x43db8b[_0x45d090(-0x1c,0x2a,_0x2899b7._0x7a7829,0x24)],'ZDcAZ':function(_0x1b6351){const _0x5e9349={_0xaef4a6:0x131,_0x155c14:0xee};function _0x466c42(_0x3ee7f5,_0x59d8e8,_0x18ebfd,_0x2c6bbd){return _0x45d090(_0x2c6bbd,_0x59d8e8-_0x5e9349._0xaef4a6,_0x18ebfd-_0x5e9349._0x155c14,_0x3ee7f5-0x44);}return _0x43db8b[_0x466c42(_0x3de376._0x1ac2a4,0xae,0xdd,_0x3de376._0x14b407)](_0x1b6351);},'hxbJL':_0x45d090(0x39,0x3a,_0x2899b7._0x430e2d,_0x2899b7._0x5011d4)+_0x45d090(0x4c,_0x2899b7._0x452a7a,_0x2899b7._0x86f58e,0x7c)+_0x4ad266(_0x2899b7._0xc114e5,_0x2899b7._0x20fb33,0x3ea,_0x2899b7._0x265e89),'XBxGB':function(_0x39cbbe,_0x201262){function _0x34555e(_0x8bb47d,_0x5a01c7,_0x3058c2,_0x3b916a){return _0x4ad266(_0x8bb47d- -0x13b,_0x5a01c7-0x1c9,_0x5a01c7,_0x3b916a-0x3c);}return _0x43db8b[_0x34555e(0x275,_0x6629c8._0x545cf9,_0x6629c8._0x5ddf29,_0x6629c8._0x54ca91)](_0x39cbbe,_0x201262);},'vEASg':_0x43db8b['sminx'],'ncAvR':_0x43db8b[_0x4ad266(_0x2899b7._0x3a2b10,_0x2899b7._0x10f5a7,0x3ed,_0x2899b7._0x47349e)],'sCDbc':function(_0x43adb0,_0x37ef29){const _0x3b0b02={_0x4d46db:0x4b2};function _0xfa3062(_0x3f2931,_0x2887e9,_0x15c10a,_0x51046c){return _0x4ad266(_0x15c10a- -_0x3b0b02._0x4d46db,_0x2887e9-0x2,_0x3f2931,_0x51046c-0x84);}return _0x43db8b[_0xfa3062(-_0x5386f5._0x153816,-_0x5386f5._0x570ed,-0xa1,-_0x5386f5._0x5ef8f4)](_0x43adb0,_0x37ef29);}};function _0x4ad266(_0x1cdcba,_0x4acdd0,_0x1af761,_0x2f2647){return _0x37ec52(_0x1cdcba-_0x7dc3c7._0x2ca90f,_0x4acdd0-0x1b6,_0x1af761,_0x1cdcba-0x625);}if(_0x4a1bb5){if(_0x43db8b[_0x45d090(_0x2899b7._0x107e4e,0x8d,_0x2899b7._0x362916,_0x2899b7._0xc91ddc)]===_0x45d090(_0x2899b7._0xe35a85,0x67,_0x2899b7._0x3167df,_0x2899b7._0x2973e8))_0x599263[_0x4ad266(_0x2899b7._0x29484f,0x3b2,0x405,0x3bf)](_0x43db8b[_0x45d090(0x4c,0x6b,_0x2899b7._0x1da033,_0x2899b7._0x43b58b)]),_0x541420[_0x4ad266(0x3d0,0x397,0x3a0,0x40b)](-0xc75*-0x2+0x422+-0x1d0b);else{const _0x57b91c=new Writable({'write':(_0x5e8e41,_0x33ad5a,_0xe6edc6)=>{const _0x31e18d={_0x5d485d:0x39,_0x3d651d:0x17};function _0x131e32(_0x3f6e40,_0x68a21f,_0x5887ae,_0x4d0187){return _0x45d090(_0x4d0187,_0x68a21f-_0x31e18d._0x5d485d,_0x5887ae-_0x31e18d._0x3d651d,_0x68a21f- -0xb7);}function _0x296ac1(_0x117224,_0xde824e,_0x41bfa8,_0x33b062){return _0x45d090(_0x33b062,_0xde824e-0x168,_0x41bfa8-_0x1bcc44._0x26c2be,_0xde824e- -_0x1bcc44._0x41c855);}_0x4cf765[_0x131e32(-_0x4b8e9d._0x277598,-_0x4b8e9d._0x4ab946,-0x40,_0x4b8e9d._0xbc7ec)](_0x4cf765[_0x296ac1(-0x109,-_0x4b8e9d._0x4f19e7,-0xff,-_0x4b8e9d._0x24d773)],_0x296ac1(-_0x4b8e9d._0x50128f,-_0x4b8e9d._0xadbb8b,-_0x4b8e9d._0x3a129b,-0x11e))?_0x4cf765[_0x131e32(-_0x4b8e9d._0x17aa3c,-_0x4b8e9d._0x195622,-_0x4b8e9d._0xb67106,-0x6d)](_0xe6edc6):_0x5b7305[_0x131e32(-0x6,-_0x4b8e9d._0x217889,-_0x4b8e9d._0x574c06,-0x66)]=_0x3d2779[_0x296ac1(-0x102,-0xed,-0xab,-0xd7)]('=')[0xf1*-0x1f+-0x33b*0xb+0x7*0x93f];}}),_0x24609b={};_0x24609b[_0x45d090(0x73,0x43,_0x2899b7._0x50c0b5,_0x2899b7._0x214806)]=process[_0x45d090(0xca,0x6a,0xa2,_0x2899b7._0x3190ec)],_0x24609b[_0x45d090(0x89,_0x2899b7._0x521e3f,0x89,0x5e)]=_0x57b91c,_0x24609b[_0x4ad266(_0x2899b7._0x31b14e,0x416,_0x2899b7._0x40ab79,0x3f9)]=!![];const _0x5c93c4=_0x34527e[_0x4ad266(_0x2899b7._0x3a6e9e,_0x2899b7._0x3180a4,_0x2899b7._0x553e64,0x3d4)+_0x45d090(0x32,_0x2899b7._0x2fdd3d,0x91,_0x2899b7._0x2227c8)](_0x24609b);process['stdout']['write'](_0x95e2ff),_0x5c93c4[_0x45d090(_0x2899b7._0x106629,_0x2899b7._0x4c3578,0x2a,_0x2899b7._0x3c6c11)]('',_0x371059=>{_0x5c93c4[_0x1de4fd(_0x2247ba._0x556628,0xdc,0xe2,0x117)](),console['log']('');function _0x1de4fd(_0x98bbf9,_0x4d653b,_0x1cf8ae,_0x1a816f){return _0x4ad266(_0x1a816f- -0x2c2,_0x4d653b-0x17e,_0x4d653b,_0x1a816f-0x1af);}_0x2c7f38(_0x371059);});}}else{if(_0x43db8b['fozmh'](_0x43db8b[_0x45d090(0x3a,_0x2899b7._0x3791f6,0x2e,_0x2899b7._0x7a7829)],_0x43db8b[_0x45d090(0xbd,0xca,_0x2899b7._0x4c6eb6,_0x2899b7._0x4f2cda)])){const _0x401183={};_0x401183['input']=process[_0x45d090(0x73,_0x2899b7._0x3592da,_0x2899b7._0x30f6f8,0xa4)],_0x401183[_0x4ad266(_0x2899b7._0x2b7d71,0x394,0x3ea,0x3cb)]=process[_0x45d090(0xa,0x4f,_0x2899b7._0x2a09aa,0x48)];const _0x258f8a=_0x34527e[_0x45d090(_0x2899b7._0x575abd,0x53,_0x2899b7._0xd0da1f,_0x2899b7._0x2b5ac8)+_0x4ad266(_0x2899b7._0x552d4e,_0x2899b7._0x3da8d0,0x3aa,_0x2899b7._0x35935f)](_0x401183);_0x258f8a['question'](_0x95e2ff,_0x543d61=>{function _0x109ea9(_0x18f4fb,_0x3dcfb1,_0x5f5343,_0x207510){return _0x45d090(_0x207510,_0x3dcfb1-0x1cb,_0x5f5343-0x11b,_0x5f5343-_0x52fe27._0x5afc0d);}function _0x3d9872(_0x51e2c8,_0x131456,_0x200fe7,_0x1a17d5){return _0x45d090(_0x1a17d5,_0x131456-0x11e,_0x200fe7-_0x3387fd._0x2ea5c8,_0x200fe7- -_0x3387fd._0x40eb26);}_0x4cf765[_0x109ea9(0x1d7,0x1ef,_0x31e67a._0x58ef51,0x1e2)](_0x4cf765['vEASg'],_0x4cf765[_0x109ea9(0x1f0,_0x31e67a._0xa08161,0x1ee,0x235)])?(_0x527ea1['error'](_0x4cf765['hxbJL']),_0x1c09b4[_0x109ea9(_0x31e67a._0x5d7e2a,0x1f0,_0x31e67a._0xb9e53a,0x201)](0x7ec+0x18c2+-0x4ab*0x7)):(_0x258f8a['close'](),_0x4cf765[_0x109ea9(0x25a,_0x31e67a._0x560694,_0x31e67a._0x3911e0,0x281)](_0x2c7f38,_0x543d61));});}else _0x3f5b9d[_0x4ad266(0x3d9,_0x2899b7._0x805cc1,0x3ef,0x3f2)](),_0x360853(_0x10a025);}});}function parseArgs(_0x3eb1dc){const _0x528872={_0x58dabd:0x1d5,_0x5b846d:0x1f6,_0x5bf814:0x20a,_0x7ce79f:0x296,_0x48996f:0x2e0,_0x308dae:0x27c,_0x17630b:0x1a4,_0x5b8778:0x19d,_0x5c0440:0x1d4,_0x2de06e:0x1e1,_0x2707d8:0x1f0,_0x543f15:0x1ad,_0x16da24:0x29c,_0x328989:0x219,_0x1f7f8c:0x1e3,_0x2157f2:0x1eb,_0x517370:0x1f7,_0x4670ba:0x209,_0x315ed8:0x218,_0x26e459:0x228,_0x308e5e:0x1d1,_0x4ad214:0x221,_0x439c9b:0x1c3,_0x442000:0x1f5,_0x2e7f6f:0x1f1,_0x4cfd43:0x1fc,_0x5dd921:0x2b4,_0x19f97f:0x301,_0x23d2d7:0x160,_0x3ee7be:0x1c5,_0x93a0c4:0x1a4,_0x1cfbfa:0x214,_0x5549d6:0x1f7,_0xeeb52:0x18a,_0xde0a39:0x227,_0x38f33a:0x21d,_0x31869d:0x230,_0x2c6a8f:0x2d2,_0x3e169b:0x1ee,_0x5d8f07:0x310,_0x2479d8:0x2f5,_0x48a60f:0x320,_0x21fcf5:0x1ab,_0x594d93:0x1d9,_0x13ad61:0x1cd,_0x3bb6e7:0x321,_0x10ee79:0x2f7,_0xc72248:0x30f,_0x460ba8:0x283,_0x4ef183:0x284,_0x2a8a67:0x2af,_0x145462:0x210,_0x51bae6:0x22d,_0x1f6eaa:0x1fb,_0x484a9f:0x1d1,_0xbaa1c8:0x20d,_0x5c0f08:0x21d,_0x2a3da6:0x26e,_0x4ec21e:0x1b2,_0x1057e7:0x261,_0x92b898:0x2a5,_0x43f294:0x20a,_0x41197a:0x1c2,_0x2db314:0x1ac,_0x51fc0c:0x1c4,_0x5604aa:0x2ee,_0x1e7b73:0x2b8,_0x4d28e3:0x187,_0xed2101:0x200,_0x12cc4f:0x1f5,_0x2843b6:0x32e,_0x483c35:0x2fe,_0x2af9b1:0x2de,_0x34cb15:0x1d8,_0x33b8fe:0x1f0,_0xad2ac9:0x316,_0x438634:0x2d7,_0x31e343:0x2e9,_0x5e419e:0x2f6,_0x2b3726:0x2bb,_0x5ebe3f:0x2a6,_0x9c53fb:0x2d6,_0x1e52be:0x30e,_0x2d4460:0x2d3,_0x4804fc:0x28f,_0x197572:0x282,_0x3972a5:0x2c7,_0x22ecac:0x2b6},_0x34d984={_0x28f519:0xe8};function _0xc010b9(_0x80c4d3,_0x5ad462,_0x3fad94,_0x132156){return _0x5544(_0x132156-_0x34d984._0x28f519,_0x5ad462);}const _0x3efcd4={'pxLDX':function(_0x3b3494,_0x3f8788){return _0x3b3494(_0x3f8788);},'RZeAZ':_0xc010b9(_0x528872._0x58dabd,_0x528872._0x5b846d,0x203,_0x528872._0x5bf814),'ASsPq':_0x5af9ef(0x288,_0x528872._0x7ce79f,0x294,0x2da)+'=','eenMd':_0x5af9ef(0x287,_0x528872._0x48996f,0x2b3,_0x528872._0x308dae),'WkZJy':_0xc010b9(_0x528872._0x17630b,_0x528872._0x5b8778,0x19c,0x1dd),'StVPc':_0xc010b9(_0x528872._0x5c0440,_0x528872._0x2de06e,_0x528872._0x2707d8,_0x528872._0x543f15)+'=','ujmdj':function(_0x389793,_0x53adbf){return _0x389793===_0x53adbf;},'wkAJy':'--role=','OITDX':_0x5af9ef(0x2c1,0x2d6,0x29a,_0x528872._0x16da24),'Beljk':_0xc010b9(0x1ef,_0x528872._0x328989,_0x528872._0x1f7f8c,_0x528872._0x2157f2)};function _0x5af9ef(_0x2ba415,_0x14bfcb,_0x1835d7,_0x390f3c){return _0x5544(_0x1835d7-0x1ad,_0x2ba415);}const _0x25e951={};_0x25e951[_0xc010b9(0x231,0x1b1,0x207,_0x528872._0x517370)]=null,_0x25e951[_0xc010b9(_0x528872._0x4670ba,0x23c,_0x528872._0x315ed8,0x202)]=null,_0x25e951['name']=null,_0x25e951[_0xc010b9(_0x528872._0x26e459,_0x528872._0x308e5e,0x214,0x1fd)]=null,_0x25e951[_0xc010b9(_0x528872._0x4ad214,_0x528872._0x439c9b,_0x528872._0x442000,_0x528872._0x2e7f6f)]=_0x3efcd4[_0xc010b9(_0x528872._0x4cfd43,0x206,0x212,_0x528872._0x315ed8)];const _0x215ad3=_0x25e951;for(const _0x17e186 of _0x3eb1dc){if(_0x17e186[_0x5af9ef(0x317,_0x528872._0x5dd921,0x2f5,_0x528872._0x19f97f)](_0x3efcd4[_0xc010b9(_0x528872._0x23d2d7,_0x528872._0x3ee7be,0x1ea,_0x528872._0x93a0c4)]))_0x215ad3[_0xc010b9(0x1d0,_0x528872._0x1cfbfa,0x225,_0x528872._0x5549d6)]=_0x17e186[_0xc010b9(_0x528872._0xeeb52,0x187,0x199,0x1cd)]('=')[-0x1f2f+-0x178a+0x36ba];else{if(_0x17e186[_0xc010b9(0x259,_0x528872._0xde0a39,_0x528872._0x38f33a,_0x528872._0x31869d)](_0x3efcd4[_0x5af9ef(0x2b6,0x2f3,_0x528872._0x2c6a8f,0x2d9)]))_0x215ad3['email']=_0x17e186[_0xc010b9(0x1ed,_0x528872._0x3e169b,0x18f,0x1cd)]('=')[-0x877+-0xc01+0x1479];else{if(_0x17e186[_0x5af9ef(0x33c,_0x528872._0x5d8f07,_0x528872._0x2479d8,_0x528872._0x48a60f)](_0x3efcd4['WkZJy']))_0x215ad3['name']=_0x17e186[_0xc010b9(0x214,_0x528872._0x21fcf5,_0x528872._0x594d93,_0x528872._0x13ad61)]('=')[0x1*-0x1e+0x1*-0xce7+0xd06];else{if(_0x17e186[_0x5af9ef(_0x528872._0x3bb6e7,_0x528872._0x10ee79,_0x528872._0x2479d8,_0x528872._0xc72248)](_0x3efcd4[_0x5af9ef(_0x528872._0x460ba8,_0x528872._0x4ef183,_0x528872._0x2a8a67,0x2a8)])){if(_0x3efcd4['ujmdj']('MUxVl',_0xc010b9(0x257,_0x528872._0x145462,0x1ed,_0x528872._0x51bae6))){const _0x43322a={_0x55616a:0x429,_0x2bc103:0x3cf,_0x1b6a2e:0x401},_0x397d4f={_0x1661db:0x35},_0x160811={};_0x160811[_0xc010b9(_0x528872._0x1f6eaa,0x193,0x19a,_0x528872._0x484a9f)]=_0x5433d9[_0xc010b9(_0x528872._0xbaa1c8,_0x528872._0x5c0f08,_0x528872._0x2a3da6,0x227)],_0x160811[_0xc010b9(0x227,0x225,_0x528872._0x4ec21e,0x1e1)]=_0x34b8e4[_0x5af9ef(0x2b4,_0x528872._0x1057e7,0x290,_0x528872._0x92b898)];const _0x51c417=_0x47cb48[_0xc010b9(_0x528872._0x43f294,_0x528872._0x41197a,_0x528872._0x2db314,_0x528872._0x51fc0c)+_0x5af9ef(_0x528872._0x5604aa,0x2f1,_0x528872._0x1e7b73,0x279)](_0x160811);_0x51c417[_0xc010b9(_0x528872._0x2e7f6f,0x18f,_0x528872._0x4d28e3,_0x528872._0x2db314)](_0x4b171d,_0x3d14b2=>{_0x51c417[_0x28a9ac(0x415,_0x43322a._0x55616a,_0x43322a._0x2bc103,_0x43322a._0x1b6a2e)]();function _0x28a9ac(_0x2c5039,_0x4ed7db,_0x45a768,_0x4b09fa){return _0x5af9ef(_0x4ed7db,_0x4ed7db-_0x397d4f._0x1661db,_0x4b09fa-0x155,_0x4b09fa-0xa);}_0x3efcd4['pxLDX'](_0x2a1e55,_0x3d14b2);});}else _0x215ad3[_0xc010b9(_0x528872._0xed2101,0x1dd,_0x528872._0x12cc4f,0x1fd)]=_0x17e186['split']('=')[0xcd9+-0x10*0x245+-0x2*-0xbbc];}else _0x17e186[_0x5af9ef(_0x528872._0x2843b6,_0x528872._0x483c35,0x2f5,_0x528872._0x2af9b1)](_0x3efcd4['wkAJy'])&&(_0x3efcd4[_0xc010b9(0x22f,0x1cb,_0x528872._0x34cb15,_0x528872._0x33b8fe)]===_0x3efcd4[_0x5af9ef(_0x528872._0xad2ac9,_0x528872._0x438634,_0x528872._0x31e343,_0x528872._0x5e419e)]?(_0xf78e47[_0x5af9ef(_0x528872._0x2b3726,0x2d3,0x2b4,_0x528872._0x5ebe3f)]('Error:\x20Inv'+_0x5af9ef(_0x528872._0x9c53fb,_0x528872._0x1e52be,_0x528872._0x2d4460,_0x528872._0x4804fc)+'\x20format\x20\x22'+_0x3bf7e4[_0x5af9ef(0x306,_0x528872._0x197572,_0x528872._0x3972a5,0x2ad)]+'\x22.'),_0x5e7352['exit'](0x2038+0x1*0xfae+-0x2fe5)):_0x215ad3[_0x5af9ef(0x2c4,0x281,_0x528872._0x22ecac,0x2e8)]=_0x17e186[_0xc010b9(0x18c,0x1bf,0x1f0,0x1cd)]('=')[0x89a+-0x1*-0x21da+0x1*-0x2a73]);}}}}return _0x215ad3;}export async function createUserCommand(_0x45c074){const _0x55ec96={_0x1cfa2a:0x429,_0x4921d0:0x3b0,_0x21a76d:0x3a2,_0x412924:0x399,_0x1abf13:0x3f7,_0x3cbfe0:0x3fe,_0x36b465:0x3a9,_0x4c41d2:0x3d5,_0x52883d:0x3b2,_0x52d7c1:0x251,_0x4132ae:0x287,_0x53b8b9:0x296,_0x3484d2:0x3c2,_0x2b8894:0x3bd,_0x19eb73:0x286,_0xcd47e5:0x275,_0x2a453a:0x24d,_0x3e2cd5:0x278,_0x37523a:0x432,_0x605a50:0x43d,_0x4ff81b:0x425,_0x4ac9d6:0x277,_0x885be7:0x255,_0x436abf:0x41c,_0x233e53:0x42a,_0xb70a:0x3f1,_0x33da8c:0x433,_0x4ab75b:0x28a,_0x22c22a:0x3c1,_0x468a4f:0x447,_0x284296:0x40b,_0x55731a:0x244,_0x59879b:0x287,_0x2bb913:0x399,_0x267fe8:0x3b3,_0x555986:0x41f,_0x1b276c:0x3de,_0x3dd1ed:0x3ee,_0x1bdb21:0x3e3,_0x57afd8:0x26d,_0x4756c3:0x2ad,_0x421942:0x2ae,_0x233a7a:0x253,_0x3ed3a6:0x2a2,_0x48da32:0x264,_0xbe6984:0x223,_0x3b0e53:0x232,_0x4fc7b6:0x22d,_0x51286e:0x3d4,_0x501cd2:0x24e,_0x46eca0:0x24f,_0x1674e0:0x259,_0x39cc68:0x29c,_0x36530f:0x266,_0x282209:0x298,_0x3e5892:0x250,_0x68c906:0x247,_0x203a44:0x26b,_0x27b95b:0x24a,_0xf75d87:0x242,_0x3b9cc2:0x2be,_0x4818e6:0x26b,_0x1bb174:0x281,_0xcab43:0x223,_0x12d662:0x27b,_0x169164:0x24c,_0x1286e3:0x29b,_0x30c870:0x3fa,_0x22f31f:0x3f6,_0x385b97:0x2b3,_0x320965:0x2bd,_0x2cf4fd:0x3c7,_0x5f2a4d:0x256,_0x3ebce7:0x2ac,_0x2f0284:0x27c,_0x22fe4c:0x3f2,_0x50fbc4:0x3f9,_0xcd29d1:0x2cb,_0x20a724:0x29e,_0x473189:0x274,_0x4d0c22:0x29a,_0x23cf03:0x26e,_0x546dcd:0x22d,_0x438188:0x244,_0x13ee7d:0x281,_0x40a55a:0x25d,_0x4add3c:0x3f2,_0x286c75:0x3f0,_0x31c65d:0x2c0,_0x1f2427:0x3f2,_0x4cfb34:0x3de,_0x18fd1b:0x267,_0x574792:0x2c6,_0x2bad7c:0x283,_0x26619b:0x281,_0x1424c9:0x37f,_0xf6d894:0x291,_0x5badf1:0x296,_0x19aecc:0x269,_0x13b83f:0x268,_0x673f8d:0x3fa,_0x36836e:0x25d,_0x3462a3:0x2a3,_0x597348:0x2b9,_0x22b002:0x260,_0x5ea2aa:0x26f,_0x286a72:0x282,_0x472b3a:0x402,_0x446bd6:0x40f,_0xb3fb4f:0x404,_0x556e44:0x390,_0x3a4aab:0x39d,_0x5b1bea:0x238,_0x3b8c95:0x21f,_0x16f29d:0x3b4,_0x5bc140:0x406,_0x4952e1:0x3c0,_0x17cc2c:0x3ba,_0x207611:0x3d9,_0x424cc0:0x39c,_0x3b45b8:0x240,_0x2e3f4d:0x2b4,_0x59ce49:0x25c,_0x21cbd3:0x278,_0x5d49bf:0x2c7,_0x12c5e4:0x28c,_0x12fe68:0x392,_0x22620b:0x3d9,_0x3c6f02:0x283,_0x39f5b5:0x270,_0x32f269:0x42e,_0x148c51:0x41d,_0x330ee7:0x27a,_0x2852a9:0x2a2,_0x39391b:0x3d6,_0x2efda9:0x3f8,_0x4f3d8c:0x2a5,_0x2638eb:0x40d,_0x3021cd:0x293,_0x491cce:0x2b8,_0x419ef3:0x29f,_0x1d808a:0x28f,_0x2c07d1:0x225,_0x51c1f3:0x267,_0x3881b5:0x258,_0x31e74c:0x3bc,_0x30f009:0x3db,_0x8b34d3:0x2eb,_0x18f5c7:0x2b1,_0x156f93:0x2a7,_0xa14424:0x239,_0x433b22:0x3e0,_0x2288ab:0x409,_0x158080:0x40d,_0x1f9834:0x297,_0x539915:0x3c9,_0x1ea20a:0x2bd,_0x4c512a:0x286,_0x677620:0x228,_0x28c4cf:0x28e,_0x2836e5:0x3ad,_0xf3f279:0x291,_0x1306cf:0x2cd,_0x49f87a:0x2da,_0x98d8d9:0x2c3,_0x253780:0x3f7,_0x4cc90a:0x280,_0x5ce664:0x3d3,_0xca0ba0:0x3d9,_0x5573ce:0x3dc,_0x3125d5:0x2d7,_0x3ff90d:0x2a8,_0x1c291d:0x289,_0x5e4ad4:0x2b0,_0x76c8d2:0x267,_0x21a688:0x43d,_0x4cbc30:0x412,_0x176170:0x25e,_0x3f998a:0x26c,_0x394bc3:0x38c,_0x4e73dd:0x3d3,_0x2db1fe:0x3cf,_0x29478e:0x3b5,_0x55d7f5:0x23f,_0x93e7ee:0x26b,_0x35d5e7:0x394,_0x5725e6:0x3d1,_0x5152c7:0x25d,_0x49fe0b:0x3eb,_0x592369:0x3cf,_0x905506:0x26d,_0x431de5:0x2a9,_0xb71fd3:0x280,_0x41987a:0x20c,_0xa0d373:0x1fb,_0x36da0f:0x1ff,_0x2ffe52:0x3f5,_0x383125:0x3b1,_0x540242:0x3ed,_0x396a7b:0x276,_0x479e63:0x25f,_0xe0555:0x3b8,_0x2f4af6:0x3fd,_0x2cf402:0x3b9,_0x3068cd:0x2a1,_0x12623f:0x26f,_0x50ed45:0x284,_0xaa237c:0x3f8,_0x56183c:0x3bf,_0x1c222e:0x3c1,_0x33cfbd:0x2a3,_0x59802c:0x27f,_0x34eb5a:0x2d0,_0x392c4e:0x25c,_0x373c48:0x2ab,_0x414d69:0x293,_0x1bdde3:0x246,_0x422d40:0x2b2,_0x3ec753:0x278,_0x37b0ae:0x2b6,_0x31968b:0x257,_0x42aea3:0x276,_0x180536:0x3c8,_0x2a9a20:0x407,_0x300a5a:0x214,_0x476f80:0x266,_0x47c69f:0x2af,_0x525f4b:0x234,_0x50ba10:0x271,_0x36f5b8:0x427,_0x75fcdd:0x426,_0x4308e9:0x40a,_0x17a18d:0x262,_0xa44dc7:0x3ad,_0x1b9d40:0x3dd,_0x535c6d:0x3ec,_0x3cf7eb:0x3ec,_0x5a2b80:0x293,_0x40e20d:0x1e1,_0x4f228e:0x216,_0x22807c:0x3f1,_0x2ea657:0x388,_0x260a96:0x3a5,_0x407d5d:0x41e,_0x505e9b:0x403},_0x267667={'SSAFh':_0x3bf3e8(0x438,0x41d,_0x55ec96._0x1cfa2a,0x3ef)+_0x3bf3e8(0x3ec,0x3f0,_0x55ec96._0x4921d0,_0x55ec96._0x21a76d)+_0x3bf3e8(_0x55ec96._0x412924,_0x55ec96._0x1abf13,0x3d7,_0x55ec96._0x3cbfe0),'FgtCL':function(_0x14f519){return _0x14f519();},'mwjcg':function(_0x5bf55,_0x23f5a7){return _0x5bf55(_0x23f5a7);},'NAdfv':function(_0xf1bbb7,_0x197900){return _0xf1bbb7!==_0x197900;},'OHwuO':_0x3bf3e8(0x3b3,_0x55ec96._0x36b465,0x3af,0x3f5),'kmYds':'Username:\x20','DDZAY':_0x3bf3e8(0x3c2,_0x55ec96._0x4c41d2,_0x55ec96._0x52883d,0x3f8),'maelG':function(_0x43a7b0,_0x55f9bc){return _0x43a7b0(_0x55f9bc);},'VonXF':_0x45e680(0x25c,_0x55ec96._0x52d7c1,0x234,0x232)+'\x20','eQwsz':'Password:\x20','lfjuG':_0x45e680(0x2c5,_0x55ec96._0x4132ae,0x280,_0x55ec96._0x53b8b9)+_0x3bf3e8(_0x55ec96._0x3484d2,0x415,0x3e1,_0x55ec96._0x2b8894),'sCGOb':function(_0x1b0bd7,_0x549b47){return _0x1b0bd7===_0x549b47;},'AjRDc':function(_0x50414a,_0x40451d){return _0x50414a===_0x40451d;},'nFXhX':function(_0x1c3688,_0x416e21){return _0x1c3688===_0x416e21;},'iqRdA':_0x45e680(0x286,_0x55ec96._0x19eb73,_0x55ec96._0xcd47e5,0x249),'BfAge':_0x3bf3e8(0x38f,0x3a6,0x3ac,0x3c4)+'e\x20is\x20requi'+_0x45e680(0x262,0x296,_0x55ec96._0x2a453a,_0x55ec96._0x3e2cd5),'loEOf':function(_0x222d45,_0x14407a){return _0x222d45<_0x14407a;},'ijAjl':_0x3bf3e8(_0x55ec96._0x37523a,_0x55ec96._0x605a50,0x429,_0x55ec96._0x4ff81b)+'sword\x20must'+_0x45e680(0x210,_0x55ec96._0x4ac9d6,_0x55ec96._0x885be7,0x23b)+_0x3bf3e8(_0x55ec96._0x436abf,_0x55ec96._0x233e53,_0x55ec96._0xb70a,_0x55ec96._0x33da8c)+_0x45e680(0x2b3,0x2e0,_0x55ec96._0x4ab75b,0x2aa),'pTqcZ':_0x3bf3e8(0x406,0x3d8,_0x55ec96._0x22c22a,0x39e),'TOyhe':'user','njZNK':function(_0x589bb4,_0x1030cd){return _0x589bb4===_0x1030cd;},'MPXuF':'yqQMT','sdYxY':_0x3bf3e8(0x3d8,_0x55ec96._0x468a4f,_0x55ec96._0x284296,0x3e4),'JHyuc':_0x45e680(_0x55ec96._0x55731a,0x2c1,_0x55ec96._0x59879b,0x288)+'ated\x20succe'+'ssfully!','iKptI':_0x3bf3e8(0x3a1,_0x55ec96._0x2bb913,_0x55ec96._0x267fe8,0x38f)+_0x3bf3e8(_0x55ec96._0x555986,0x398,_0x55ec96._0x1b276c,0x416),'uEkNH':_0x3bf3e8(_0x55ec96._0x3dd1ed,0x3e1,_0x55ec96._0x1bdb21,0x3bb)+_0x45e680(0x2db,_0x55ec96._0x57afd8,_0x55ec96._0x4756c3,_0x55ec96._0x421942)+'\x20in\x20with\x20t'+'heir\x20usern'+_0x45e680(_0x55ec96._0x233a7a,0x286,_0x55ec96._0x3ed3a6,_0x55ec96._0x48da32)+_0x45e680(_0x55ec96._0xbe6984,_0x55ec96._0x3b0e53,0x261,_0x55ec96._0x4fc7b6),'yfaUL':_0x3bf3e8(0x3b9,0x3de,_0x55ec96._0x51286e,0x3d8)+_0x45e680(0x234,_0x55ec96._0x501cd2,0x21e,_0x55ec96._0x46eca0)+'r'},_0x334bd9=_0x267667['mwjcg'](parseArgs,_0x45c074);!_0x334bd9[_0x45e680(_0x55ec96._0x4756c3,_0x55ec96._0x1674e0,0x269,0x276)]&&(_0x267667[_0x45e680(_0x55ec96._0x39cc68,_0x55ec96._0x36530f,0x2cd,_0x55ec96._0x282209)](_0x45e680(0x209,0x270,_0x55ec96._0x3e5892,_0x55ec96._0x68c906),_0x267667['OHwuO'])?_0x334bd9['username']=await prompt(_0x267667[_0x45e680(_0x55ec96._0x203a44,_0x55ec96._0x27b95b,_0x55ec96._0x57afd8,0x28a)]):_0x21989c[_0x45e680(_0x55ec96._0xf75d87,_0x55ec96._0x3b9cc2,_0x55ec96._0x4818e6,_0x55ec96._0x1bb174)]=_0x3cf05b[_0x45e680(_0x55ec96._0xcab43,_0x55ec96._0x12d662,0x271,_0x55ec96._0x169164)]('=')[-0x988+-0x1*0x2483+-0x1c*-0x1a5]);!_0x334bd9[_0x3bf3e8(0x3ea,_0x55ec96._0x51286e,0x3fd,0x402)]&&(_0x334bd9[_0x45e680(_0x55ec96._0x1286e3,0x23d,0x27f,0x281)]=await _0x267667[_0x3bf3e8(_0x55ec96._0x30c870,_0x55ec96._0x22f31f,0x400,0x3b9)](prompt,_0x267667['DDZAY']));!_0x334bd9[_0x45e680(_0x55ec96._0x385b97,_0x55ec96._0x320965,0x28e,0x28e)]&&(_0x334bd9['name']=await _0x267667[_0x3bf3e8(0x3dc,_0x55ec96._0x2cf4fd,0x3c9,0x3b2)](prompt,_0x267667[_0x45e680(0x28b,_0x55ec96._0x46eca0,0x265,_0x55ec96._0x5f2a4d)]));if(!_0x334bd9['password']){_0x334bd9[_0x45e680(_0x55ec96._0x3ebce7,0x27f,0x256,_0x55ec96._0x2f0284)]=await prompt(_0x267667[_0x45e680(_0x55ec96._0x48da32,_0x55ec96._0x19eb73,0x285,0x263)],!![]);const _0x210f8a=await prompt(_0x267667[_0x3bf3e8(_0x55ec96._0x1b276c,_0x55ec96._0x22fe4c,_0x55ec96._0x50fbc4,_0x55ec96._0x33da8c)],!![]);_0x267667[_0x45e680(_0x55ec96._0xcd29d1,0x2a0,_0x55ec96._0x20a724,_0x55ec96._0x282209)](_0x334bd9['password'],_0x210f8a)&&(console[_0x45e680(0x2ab,_0x55ec96._0x473189,_0x55ec96._0x4d0c22,_0x55ec96._0x23cf03)](_0x267667[_0x45e680(0x257,_0x55ec96._0x546dcd,0x21f,_0x55ec96._0x438188)]),process[_0x45e680(_0x55ec96._0x13ee7d,0x29d,0x293,_0x55ec96._0x40a55a)](0x2*0x3fb+-0x5*0x167+-0xf2));}(!_0x334bd9[_0x3bf3e8(0x3f4,0x406,_0x55ec96._0x4add3c,_0x55ec96._0x286c75)]||_0x267667[_0x45e680(0x293,_0x55ec96._0x31c65d,0x29a,_0x55ec96._0x1286e3)](_0x334bd9[_0x3bf3e8(0x3d6,0x3bb,_0x55ec96._0x1f2427,_0x55ec96._0x4cfb34)]['trim'](),''))&&(console['error']('Error:\x20Use'+_0x45e680(0x2aa,_0x55ec96._0x18fd1b,0x275,0x27f)+'equired'),process['exit'](0x52+0x3*-0xb0+0x1bf));function _0x3bf3e8(_0x12f05b,_0x245e56,_0x29d143,_0x5176d3){return _0x5544(_0x29d143-0x2e3,_0x12f05b);}(!_0x334bd9[_0x45e680(_0x55ec96._0x574792,_0x55ec96._0x2bad7c,0x26a,_0x55ec96._0x26619b)]||_0x267667['AjRDc'](_0x334bd9['email'][_0x3bf3e8(0x39b,_0x55ec96._0x1424c9,_0x55ec96._0x2b8894,0x386)](),''))&&(console[_0x45e680(_0x55ec96._0x1674e0,_0x55ec96._0xf6d894,0x257,0x26e)](_0x45e680(0x277,_0x55ec96._0x5badf1,_0x55ec96._0x19aecc,_0x55ec96._0x13b83f)+_0x3bf3e8(0x41d,0x435,_0x55ec96._0x673f8d,0x3be)+'ired'),process[_0x45e680(_0x55ec96._0x36836e,_0x55ec96._0x3462a3,0x257,0x25d)](0xc68+-0x1db*-0x7+-0x32*0x82));(!_0x334bd9[_0x45e680(_0x55ec96._0x597348,_0x55ec96._0x22b002,_0x55ec96._0x5ea2aa,0x28e)]||_0x267667[_0x45e680(0x283,0x2a7,_0x55ec96._0x286a72,0x29b)](_0x334bd9['name'][_0x3bf3e8(0x3fa,0x37b,0x3bd,_0x55ec96._0x472b3a)](),''))&&(_0x267667[_0x3bf3e8(0x3f9,_0x55ec96._0x446bd6,0x419,_0x55ec96._0xb3fb4f)](_0x267667[_0x3bf3e8(_0x55ec96._0x556e44,_0x55ec96._0x3a4aab,0x3c2,0x380)],_0x45e680(_0x55ec96._0x5b1bea,0x25c,_0x55ec96._0x3b8c95,0x229))?(_0x5d4a7c['error'](_0x267667[_0x3bf3e8(_0x55ec96._0x16f29d,_0x55ec96._0x5bc140,_0x55ec96._0x4952e1,0x37c)]),_0x2c1869['exit'](0x96b+0x262+-0x4*0x2f3)):(console['error'](_0x267667['BfAge']),process[_0x3bf3e8(_0x55ec96._0x16f29d,_0x55ec96._0x17cc2c,_0x55ec96._0x207611,_0x55ec96._0x424cc0)](-0xe5*-0x5+-0x185a+0x13e2)));(!_0x334bd9[_0x45e680(0x26a,_0x55ec96._0x3b45b8,_0x55ec96._0x2e3f4d,0x27c)]||_0x267667[_0x45e680(0x2b2,0x27a,_0x55ec96._0x3b45b8,0x273)](_0x334bd9[_0x45e680(_0x55ec96._0x59ce49,_0x55ec96._0x5badf1,_0x55ec96._0x21cbd3,_0x55ec96._0x2f0284)]['length'],0x1bb3+0x2604+-0x41af))&&(console['error'](_0x267667[_0x45e680(_0x55ec96._0x5d49bf,_0x55ec96._0x12c5e4,0x29e,0x2a9)]),process[_0x3bf3e8(0x40a,_0x55ec96._0x12fe68,_0x55ec96._0x22620b,0x40d)](-0x11*-0x235+-0x1*-0x1b72+0x1*-0x40f6));function _0x45e680(_0x219e48,_0x3843be,_0x1efe4d,_0x2424b0){return _0x5544(_0x2424b0-0x167,_0x1efe4d);}_0x334bd9[_0x45e680(_0x55ec96._0x3c6f02,0x256,0x294,_0x55ec96._0x39f5b5)]!==_0x267667['pTqcZ']&&_0x267667[_0x3bf3e8(0x43a,_0x55ec96._0x32f269,0x414,_0x55ec96._0x148c51)](_0x334bd9['role'],_0x267667[_0x45e680(0x2aa,_0x55ec96._0x330ee7,0x2d0,_0x55ec96._0x2852a9)])&&(console[_0x3bf3e8(0x3bd,_0x55ec96._0x39391b,0x3ea,_0x55ec96._0x2efda9)](_0x45e680(_0x55ec96._0x4f3d8c,_0x55ec96._0x385b97,0x2c3,0x286)+_0x3bf3e8(0x415,_0x55ec96._0x4ff81b,0x427,0x44c)+'\x22'+_0x334bd9[_0x3bf3e8(_0x55ec96._0x2638eb,0x3b1,0x3ec,0x402)]+(_0x45e680(0x2be,0x2b5,_0x55ec96._0x3021cd,0x28b)+_0x45e680(_0x55ec96._0x3ed3a6,_0x55ec96._0x491cce,0x2cf,_0x55ec96._0x419ef3)+_0x45e680(0x25c,_0x55ec96._0x1d808a,_0x55ec96._0x2c07d1,_0x55ec96._0x1674e0))),process['exit'](0x21de+0xfe5*-0x1+-0x11f8));const _0x2f2a4a=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x2f2a4a['test'](_0x334bd9[_0x45e680(_0x55ec96._0x51c1f3,_0x55ec96._0x3881b5,0x299,0x281)])&&(_0x267667[_0x3bf3e8(0x3f4,0x37b,_0x55ec96._0x31e74c,_0x55ec96._0x30f009)](_0x267667['MPXuF'],'KRCdO')?_0x267667[_0x45e680(0x2b5,_0x55ec96._0x8b34d3,_0x55ec96._0x18f5c7,_0x55ec96._0x156f93)](_0x42a808):(console[_0x45e680(_0x55ec96._0xa14424,0x291,0x230,0x26e)](_0x3bf3e8(_0x55ec96._0x433b22,0x3c0,_0x55ec96._0x472b3a,0x3d7)+_0x3bf3e8(0x3e7,0x3f4,_0x55ec96._0x2288ab,_0x55ec96._0x158080)+_0x45e680(_0x55ec96._0x1f9834,0x258,0x248,_0x55ec96._0x52d7c1)+_0x334bd9['email']+'\x22.'),process['exit'](0xa8+-0x1d98*-0x1+-0x1e3f)));const _0xed72d1=/^[a-zA-Z0-9_-]+$/;!_0xed72d1[_0x45e680(0x273,0x2c7,0x23b,_0x55ec96._0x286a72)](_0x334bd9[_0x3bf3e8(0x3f8,0x40e,_0x55ec96._0x4add3c,_0x55ec96._0x539915)])&&(console[_0x45e680(0x2af,0x26b,0x276,_0x55ec96._0x23cf03)](_0x45e680(_0x55ec96._0x1ea20a,_0x55ec96._0x438188,0x269,_0x55ec96._0x4c512a)+_0x45e680(_0x55ec96._0x677620,0x274,_0x55ec96._0x1d808a,0x26c)+'ame\x20\x22'+_0x334bd9[_0x45e680(0x265,0x237,0x26d,0x276)]+(_0x45e680(0x25a,_0x55ec96._0x28c4cf,_0x55ec96._0x55731a,0x26b)+_0x3bf3e8(0x400,0x3c2,0x3d1,_0x55ec96._0x2836e5)+_0x45e680(0x2ab,_0x55ec96._0xf3f279,_0x55ec96._0x1306cf,0x292)+_0x45e680(_0x55ec96._0x5badf1,_0x55ec96._0x49f87a,_0x55ec96._0x98d8d9,0x294)+_0x3bf3e8(0x417,0x41e,_0x55ec96._0x253780,0x404)+_0x45e680(_0x55ec96._0x1f9834,0x299,0x28d,_0x55ec96._0x4cc90a))),process[_0x3bf3e8(_0x55ec96._0x5ce664,0x420,_0x55ec96._0xca0ba0,_0x55ec96._0x5573ce)](-0x3*-0xcc1+0xef*0x1b+-0x4d*0xd3));try{const _0x2267ca=await findUserByUsername(_0x334bd9['username']);_0x2267ca&&('yqjvK'===_0x267667[_0x45e680(0x287,_0x55ec96._0x3125d5,0x28b,_0x55ec96._0x3ff90d)]?(console['error']('Error:\x20Use'+'r\x20\x22'+_0x334bd9[_0x45e680(0x2a5,0x27c,_0x55ec96._0x1c291d,0x276)]+('\x22\x20already\x20'+_0x45e680(0x288,0x274,_0x55ec96._0x5e4ad4,0x285))),process['exit'](-0x3*0x67d+0x17fa+0x482*-0x1)):(_0xd40135[_0x45e680(_0x55ec96._0x59879b,_0x55ec96._0x76c8d2,0x28b,0x26e)](_0x3bf3e8(_0x55ec96._0x21a688,_0x55ec96._0x4cbc30,_0x55ec96._0x472b3a,0x3f8)+_0x45e680(0x292,0x240,_0x55ec96._0x176170,_0x55ec96._0x3f998a)+_0x3bf3e8(_0x55ec96._0x394bc3,_0x55ec96._0x4e73dd,_0x55ec96._0x2db1fe,_0x55ec96._0x29478e)+_0x2f1cf5['username']+(_0x45e680(0x229,_0x55ec96._0x55d7f5,0x285,_0x55ec96._0x93e7ee)+_0x3bf3e8(0x3ef,_0x55ec96._0x35d5e7,_0x55ec96._0x5725e6,0x3b7)+_0x45e680(_0x55ec96._0x5152c7,0x2ab,0x293,0x292)+'underscore'+_0x3bf3e8(0x3ed,_0x55ec96._0x49fe0b,_0x55ec96._0x253780,_0x55ec96._0x592369)+_0x45e680(0x24a,_0x55ec96._0x905506,_0x55ec96._0x431de5,_0x55ec96._0xb71fd3))),_0x278802[_0x45e680(_0x55ec96._0x36530f,0x230,0x288,_0x55ec96._0x40a55a)](-0x12c0+0xe33+0x6a*0xb)));console[_0x45e680(0x2ab,0x266,0x250,0x293)](_0x45e680(_0x55ec96._0x41987a,_0x55ec96._0xa0d373,_0x55ec96._0x36da0f,0x22f)+_0x3bf3e8(_0x55ec96._0x2ffe52,0x3cc,_0x55ec96._0x5ce664,0x405)+_0x334bd9['username']+_0x3bf3e8(0x3f6,0x3b0,_0x55ec96._0x383125,_0x55ec96._0x540242));const _0x152a85={};_0x152a85['username']=_0x334bd9[_0x45e680(_0x55ec96._0x203a44,0x264,0x24d,_0x55ec96._0x396a7b)],_0x152a85[_0x45e680(0x270,_0x55ec96._0x479e63,0x2c2,_0x55ec96._0x1bb174)]=_0x334bd9[_0x3bf3e8(_0x55ec96._0xe0555,0x3fe,_0x55ec96._0x2f4af6,_0x55ec96._0x2cf402)],_0x152a85[_0x45e680(_0x55ec96._0x3068cd,_0x55ec96._0x12623f,_0x55ec96._0x50ed45,_0x55ec96._0x28c4cf)]=_0x334bd9['name'],_0x152a85[_0x3bf3e8(_0x55ec96._0x3dd1ed,0x429,_0x55ec96._0xaa237c,0x415)]=_0x334bd9[_0x3bf3e8(_0x55ec96._0x56183c,_0x55ec96._0x1c222e,0x3f8,0x3d2)],_0x152a85[_0x45e680(_0x55ec96._0x33cfbd,_0x55ec96._0x59802c,_0x55ec96._0x19aecc,0x270)]=_0x334bd9['role'];const _0x1cf0fc=await _0x267667['maelG'](createUser,_0x152a85);console[_0x45e680(_0x55ec96._0x34eb5a,_0x55ec96._0x392c4e,_0x55ec96._0x373c48,_0x55ec96._0x414d69)](''),console['log'](_0x267667['JHyuc']),console['log'](''),console['log'](_0x267667['iKptI']),console[_0x45e680(0x2c7,_0x55ec96._0x203a44,0x259,0x293)](_0x45e680(_0x55ec96._0x1bdde3,_0x55ec96._0x422d40,_0x55ec96._0x3ec753,0x274)+'\x20\x20'+_0x1cf0fc['id']),console[_0x3bf3e8(0x412,0x441,_0x55ec96._0x446bd6,0x437)](_0x45e680(0x294,0x26e,_0x55ec96._0x37b0ae,0x29c)+':\x20'+_0x1cf0fc[_0x45e680(0x2ac,0x2a5,_0x55ec96._0x31968b,_0x55ec96._0x42aea3)]),console[_0x3bf3e8(0x44b,_0x55ec96._0x180536,0x40f,_0x55ec96._0x2a9a20)](_0x45e680(_0x55ec96._0x52d7c1,_0x55ec96._0x300a5a,0x27a,0x23f)+'\x20\x20'+_0x1cf0fc[_0x45e680(_0x55ec96._0x476f80,0x29e,_0x55ec96._0x47c69f,0x281)]),console['log'](_0x45e680(0x299,_0x55ec96._0x525f4b,0x26b,_0x55ec96._0x50ba10)+'\x20\x20'+_0x1cf0fc[_0x3bf3e8(_0x55ec96._0x36f5b8,_0x55ec96._0x75fcdd,_0x55ec96._0x4308e9,0x423)]),console[_0x45e680(0x252,_0x55ec96._0x17a18d,0x28d,_0x55ec96._0x414d69)](_0x3bf3e8(0x3e8,_0x55ec96._0xa44dc7,_0x55ec96._0x1b9d40,0x3da)+'\x20\x20'+_0x1cf0fc[_0x3bf3e8(0x40b,_0x55ec96._0x535c6d,_0x55ec96._0x3cf7eb,_0x55ec96._0x4e73dd)]),console[_0x3bf3e8(0x418,0x434,0x40f,0x3e3)](''),console[_0x45e680(0x2c7,_0x55ec96._0x476f80,0x269,_0x55ec96._0x5a2b80)](_0x267667[_0x45e680(_0x55ec96._0x55d7f5,_0x55ec96._0x52d7c1,0x258,0x228)]);}catch(_0x1e2dd7){logger['error'](_0x267667[_0x45e680(_0x55ec96._0x40e20d,0x237,_0x55ec96._0x4f228e,0x224)],_0x1e2dd7),console['error'](_0x3bf3e8(_0x55ec96._0x22807c,_0x55ec96._0x2ea657,0x3ad,_0x55ec96._0x260a96)+'led\x20to\x20cre'+'ate\x20user\x20-'+'\x20'+_0x1e2dd7['message']),process[_0x3bf3e8(_0x55ec96._0x407d5d,_0x55ec96._0x505e9b,0x3d9,0x40c)](-0x9df+0x2377+0x1997*-0x1);}}function _0x57f9(){const _0x5807a9=['BMfTzq','ExfQDKS','svbjrNm','mZC4otqYBMfWs0LV','ig51BwjLCNmSia','Bg9N','Dw5KzxjZy29Yzq','qMDwwfC','q29UzMLYBsbqyq','uLPLqvO','tKfKzNy','zer5DKO','mJa3mtm1mgfvwvzPAW','C0nht2i','icbvC2vYBMfTzq','BKzyAfG','Bujnv2C','icjHzg1PBIiGBW','mtuWndy0mNDhzMTqDG','qNDhD08','ve95Agu','qMvSAMS','C0neyMm','AxjLza','C3rKAw4','rMD0q0W','C2rzEfK','AwPbAMW','y3rLCNm','ywXPzcbYB2XLia','whbOCK4','rxjYB3i6ifbHCW','yw4GBM93igXVzW','C3rHCNrZv2L0Aa','wKrJqvO','qvnZuhe','EwzHvuW','surXteK','CNzHt2i','tK5LBve','DuvRtKG','qMLdAvG','sNnXC1u','CxvLC3rPB24','ls1WyxnZD29Yza','C3n3B3jKlG','uxnHuKK','q3jLyxrPBMCGDq','rxjYB3i6ie5HBq','rxjYB3i6iezHAq','rNvSBcboyw1LoG','rxrqBNm','C3DVCMrZigrVia','iI4UlG','rw1HAwW6ia','vxnLCIbezxrHAq','mZq5mJK4yMPOtejg','wej4r0i','we9kte0','igjLigf0igXLyq','Ew1Ls2K','swDlqKi','nJm4otq0nLvfuxL0sq','icbfBwfPBdOGia','BMPAtKS','DhjPBq','BMnbDLi','y3jLyxrLsw50zq','u1nbrMG','ywrTAw4','Axfszee','shLNqKS','nZeZmtaZwhHNDKHr','sgf0sMm','C3rKB3v0','tLzKEgS','C3bSAxq','BwfLBeC','ls11C2vYBMfTzq','y3jLyxrLihvZzq','Aw5WDxq','igzVCM1HDcaI','mtvbC0XSu3i','yw1Lici','twfdsxi','EsbSzxr0zxjZla','vM9Uwey','C2vYici','rMfPBgvKihrVia','CIaIDxnLCIiU','ody4nZHbufroCKC','BM90ig1HDgnO','ls1Uyw1Lpq','zxHPDa','DgvYBwLUywW','y2PxCLG','B3v0Chv0','icbsB2XLoIaGia','Bhm6','zvf3C3O','yw1LigfUzcbWyq','C3n3B3jKoIa','y2XVC2u','vgHLihvZzxiGyW','rxjYB3i6ievTyq','u3rwugm','BxLID20','iI4GvxnLig9UBa','ywXPzcb1C2vYBG','ls1LBwfPBd0','zxjYB3i','t0LurfG','CM9Szq','icboyw1LoIaGia','CMzHy2u','Bg9ft2y','icbjrdOGicaGia','C3qGocbJAgfYyq','DxnLCM5HBwu','tNDND3G','CMvK','ngHczKPHyq','og93vK9RDG','CYWGyw5KigH5Ca','CgfZC3DVCMq','BgzQDuC','AwWGAxmGCMvXDq','CM5HBwuGAxmGCG','AgvUCY4','zw1HAwW','DgvZDa','mta2mfr6ALnozW','BxDQy2C','zxHPC3rZlG','rxjYB3i6ieLUDG','qvbJuvK','4PYtifvZzxiGy3jL','DxnLCG','A21zzhm','iI4GtxvZDcbIzq','zwvUtwq','ywXPzcbLBwfPBa'];_0x57f9=function(){return _0x5807a9;};return _0x57f9();}
1
+ (function(_0x29c3ac,_0x4324f9){const _0x509d39={_0x5b7717:0x3de,_0x55e270:0x3f8,_0x56303a:0x413,_0x1757fa:0x407,_0x5c74a4:0x3c4,_0x294983:0xa8,_0x1ee970:0x6e,_0x5ce761:0xe0,_0x3e958e:0x3f0,_0x3ef944:0x3e1,_0x410abc:0x416,_0x10a895:0x442,_0x57d009:0x437,_0x1cbe26:0x47a,_0x51dcf0:0xc1,_0x4d2040:0x76,_0x1dd65f:0x43,_0x2d503d:0x50,_0x454730:0xd};function _0x2bdb40(_0xc0922f,_0x3cc99b,_0x3d68e6,_0x868e85){return _0x1b10(_0xc0922f- -0x35,_0x3d68e6);}function _0x22d780(_0x4fd2fa,_0x1772ff,_0x19c6ff,_0x21550f){return _0x1b10(_0x1772ff-0x334,_0x21550f);}const _0x52d0e8=_0x29c3ac();while(!![]){try{const _0x3c08ef=-parseInt(_0x22d780(0x3a4,_0x509d39._0x5b7717,_0x509d39._0x55e270,_0x509d39._0x56303a))/(0x1586+0xa85*-0x1+-0x580*0x2)*(-parseInt(_0x22d780(_0x509d39._0x1757fa,_0x509d39._0x5c74a4,0x3c4,0x3d4))/(-0xf0d*0x1+-0x8d6*-0x1+0x1b*0x3b))+parseInt(_0x2bdb40(_0x509d39._0x294983,_0x509d39._0x1ee970,0xde,_0x509d39._0x5ce761))/(0x97d*0x1+0x1be9+-0x233*0x11)+parseInt(_0x22d780(_0x509d39._0x3e958e,_0x509d39._0x3ef944,_0x509d39._0x410abc,0x3ca))/(0x113c+-0x23f8*-0x1+-0x3530)+-parseInt(_0x22d780(_0x509d39._0x10a895,_0x509d39._0x57d009,_0x509d39._0x1cbe26,0x433))/(-0x8eb+0x1ee1+0x15f1*-0x1)+parseInt(_0x2bdb40(0xbc,0xa2,_0x509d39._0x51dcf0,0xfb))/(-0x2477*0x1+-0xa6*0x22+0x1b*0x22b)+-parseInt(_0x2bdb40(0x61,_0x509d39._0x4d2040,0xa2,_0x509d39._0x1dd65f))/(-0x13b6+0x10c2+0x2fb)+parseInt(_0x2bdb40(_0x509d39._0x2d503d,0x1c,0x87,_0x509d39._0x454730))/(0x7ae*-0x3+-0x1422+-0x316*-0xe);if(_0x3c08ef===_0x4324f9)break;else _0x52d0e8['push'](_0x52d0e8['shift']());}catch(_0x3db4ee){_0x52d0e8['push'](_0x52d0e8['shift']());}}}(_0x3d7b,-0x1*0x2e73f+-0x16f53+0x6f891));function _0x1b10(_0x50c35c,_0x26112b){_0x50c35c=_0x50c35c-(-0x21*0x6b+0x1*0x363+0xadc);const _0x3934b4=_0x3d7b();let _0x584692=_0x3934b4[_0x50c35c];if(_0x1b10['ybvpUH']===undefined){var _0x41a28e=function(_0xf19700){const _0x3cebcf='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x854e5e='',_0xdc4f='';for(let _0x11ffbc=0xed6+0x15e9*0x1+-0x24bf,_0x2df332,_0x8604c3,_0x4d49db=-0x10e7*0x2+0x3c*0x49+-0x1*-0x10b2;_0x8604c3=_0xf19700['charAt'](_0x4d49db++);~_0x8604c3&&(_0x2df332=_0x11ffbc%(-0x131d+-0x16f2+-0x2a13*-0x1)?_0x2df332*(-0x1*0x755+0x98*-0x13+0x12dd)+_0x8604c3:_0x8604c3,_0x11ffbc++%(-0x24f*-0x1+0x101*-0x1b+-0x2*-0xc68))?_0x854e5e+=String['fromCharCode'](-0x1325+-0x16*0x1b+0xa*0x23f&_0x2df332>>(-(-0x5b2+-0x162b+0x593*0x5)*_0x11ffbc&0x263*-0x8+-0x182b*0x1+-0x2b49*-0x1)):0xa*-0x15a+0x1233*-0x1+0x1fb7){_0x8604c3=_0x3cebcf['indexOf'](_0x8604c3);}for(let _0x36cc3c=0x20b+0xa*0x1a0+-0x124b,_0x363021=_0x854e5e['length'];_0x36cc3c<_0x363021;_0x36cc3c++){_0xdc4f+='%'+('00'+_0x854e5e['charCodeAt'](_0x36cc3c)['toString'](-0x411*0x1+0x11*0x139+0x1*-0x10a8))['slice'](-(-0x1575+0x8*-0x6e+0x18e7));}return decodeURIComponent(_0xdc4f);};_0x1b10['KlWitM']=_0x41a28e,_0x1b10['ZAAZLD']={},_0x1b10['ybvpUH']=!![];}const _0x30b4f6=_0x3934b4[0x9f1+0x1411+0x1*-0x1e02],_0x56ea50=_0x50c35c+_0x30b4f6,_0x2d8a37=_0x1b10['ZAAZLD'][_0x56ea50];return!_0x2d8a37?(_0x584692=_0x1b10['KlWitM'](_0x584692),_0x1b10['ZAAZLD'][_0x56ea50]=_0x584692):_0x584692=_0x2d8a37,_0x584692;}import _0x3e5df2 from'readline';import{Writable}from'stream';import{createUser,findUserByUsername}from'../users.js';import{logger}from'../logger.js';function _0x3d7b(){const _0x18bc60=['v1bzChy','BgvKihrVignYzq','zKjgCw0','mtLpqKrNv2m','CYWGyw5KigH5Ca','vwTirgm','nduXntjxBvH0CgW','BwvZC2fNzq','zNL2wvq','rw1HAwW6ia','Aejev1y','sLPrthi','C3rHCNrZv2L0Aa','y3jLyxrLsw50zq','Cgj0v2i','Bhm6','AwvOtvO','ug9tt0G','zsbPCYbYzxf1Aq','rxjYB3i6ifvZzq','zxHPC3rZlG','DgvYBwLUywW','CMvK','B3v0Chv0','rMfPBgvKihrVia','zxjYB3i','CM5HBwuGAxmGCG','EsbSzxr0zxjZla','rvfsqLm','zxPzwuS','AwzHwLa','AgvUCY4','AvnKzKK','C3qGocbJAgfYyq','igLUihDPDgGGDa','ELjov2W','yw4GBM93igXVzW','ENvhs08','iI4UlG','EKnIu2S','iI4GvxnLig9UBa','C3bSAxq','ig51BwjLCNmSia','sMvVAuW','vxnLCM5HBwu6ia','ls1LBwfPBd0','icbjrdOGicaGia','CIaI','CxvLC3rPB24','DxnLCG','icbfBwfPBdOGia','y3rLCNm','rxjYB3i6ievTyq','zLjVuuG','odm2mZuYD0HOCunR','zLnJz1K','C3DVCMrZigrVia','wxPxr2y','icbvC2vYBMfTzq','EwnkD3e','Dw5KzxjZy29Yzq','C2vYici','q0vizfi','tNrXvLG','uenHCuC','ls1Uyw1Lpq','rMDxuMq','t2rjt3K','rxjYB3i6iezHAq','DgvZDa','icjHzg1PBIiGBW','ugfZC3DVCMq6ia','AeTKwM8','igjLigf0igXLyq','mty2oty4nNzXC3Hdwa','zw1HAwW','CwDrALm','iIbHBhjLywr5ia','tvLXtvK','q014vLy','C3rKB3v0','Dfbfs3K','Bg9N','A25js24','vxnLCIbezxrHAq','zxLfsxO','u3fAs0m','Dw5tC1G','y3jLyxrLihvZzq','y2XVC2u','CMLnBhe','igzVCM1HDcaI','mtuXmtuZmhD1Cwz5CW','BMfTzq','ls1WyxnZD29Yza','C252vuO','AxjLza','CLf1Deu','rNvSBcboyw1LoG','t1zvsMC','ls1YB2XLpq','CMzHy2u','tunLr0i','ywXPzcbLBwfPBa','vKXmBMS','rg9nAeu','BvLdAMm','CM9Szq','DhjPBq','icbsB2XLoIaGia','v0PQCum','D3jPDgu','EgnSALq','D29JD0G','mZC3nZC2vK1lu1zr','Bu9isNG','vgHLihvZzxiGyW','CgfZC3DVCMq','ywXPzcb1C2vYBG','rK9Ur1q','C3rKAw4','BNv0EM0','thH3sNC','AgvPCIb1C2vYBG','s2HZyMm','mtq1mdjnufnLq1K','zMnRA08','C3n3B3jKlG','quHnBKy','BM90ig1HDgnO','Aw5WDxq','mtK0otq2nwHfEhbNqq','rxjYB3i6ifbHCW','yw1Lici','rxjYB3i6ieLUDG','y1nIAMi','vvDNEvO','wgv1yva','AwWGAxmGCMvXDq','iI4GtxvZDcbIzq','s1v3A2q','zxHPDa','q3jLyxrPBMCGDq','wgniru4','DxnLCM5HBwu','CIaIDxnLCIiU','wvbhDwi','ywXPzcbYB2XLia'];_0x3d7b=function(){return _0x18bc60;};return _0x3d7b();}function prompt(_0x48f08f,_0x559628=![]){const _0x5076e9={_0x3e5973:0x8f,_0x5d649d:0xb5,_0x13a41f:0x56,_0x568613:0x5a,_0x30e85e:0x91,_0x24532f:0x37e,_0x5be4e1:0x353,_0x28d968:0x3b7,_0x179ff9:0x369,_0xe888b0:0x35e,_0x5e5f43:0x341,_0x309787:0x37c},_0x26f68a={_0x70fed7:0x141,_0x4ea2ac:0x122,_0x9218f3:0x14f,_0x374ff3:0x15a,_0x44b891:0x119,_0x6d5e0e:0x16b,_0x1567a5:0x14d,_0x3f8e88:0x14d,_0x1f7224:0x15e,_0x2a1e47:0x11c,_0x2e86fc:0x197,_0x2a12ee:0x187,_0x486f9e:0xfb,_0x4eb0ad:0x132,_0x5e247f:0x13c,_0x3afd24:0x156,_0x521b53:0x164,_0x2a36f1:0x120,_0x5b5a87:0x106,_0x4e4c03:0xdd,_0x1fb2c5:0x171,_0x18f99a:0x159,_0xb62b0b:0xed,_0x5f028c:0x155,_0x45bcf6:0x142,_0x3b6cf4:0x113,_0x49fc76:0x128,_0x12cf1a:0xd7,_0x56b791:0xff,_0x3cf102:0x109,_0x11ad23:0x14a,_0x5151ea:0x12d,_0x1920f0:0x15b,_0x3c1724:0x132,_0x2e1e7c:0xf6,_0x171ee0:0xde,_0x304fb4:0xc5},_0x2f90f7={_0x2e3a14:0x23e,_0x4f6cf8:0x277,_0xc3eb9b:0x238,_0x5d36ee:0x1d2,_0x2d28f1:0x21d,_0xbd3abc:0x218,_0x51b7b1:0x258,_0x5c4012:0x220,_0x57d7be:0x222,_0x272ec4:0x27a,_0x50bb05:0x2b2,_0x2e02da:0x2c9,_0x292137:0x2c8,_0x467b32:0x294,_0x329c36:0x263,_0x3e7288:0x298},_0xabb61f={_0x304678:0x2d4,_0x2f5448:0x2a4,_0x1ba0fe:0x2f9,_0x72efd6:0x2e0},_0x5e0d27={_0x36b34c:0x221,_0x2a577e:0xca},_0x5d4313={_0x275305:0xc3,_0x373b11:0x105,_0xd996c8:0xa0,_0xd600ee:0x9f},_0x4cb065={_0x2d4c13:0x138};function _0x5d02d2(_0x59c345,_0x4a131f,_0x2b10f8,_0x56be81){return _0x1b10(_0x4a131f-0x29f,_0x59c345);}function _0x9c4e54(_0x3bdf56,_0x23082a,_0x5051cf,_0x5aa0b6){return _0x1b10(_0x3bdf56- -_0x4cb065._0x2d4c13,_0x5051cf);}const _0x23c994={'MCeGB':_0x9c4e54(-_0x5076e9._0x3e5973,-_0x5076e9._0x5d649d,-_0x5076e9._0x13a41f,-_0x5076e9._0x568613),'NtqVX':_0x9c4e54(-_0x5076e9._0x30e85e,-0x67,-0x5e,-0x9e),'Khsbc':function(_0xc39995){return _0xc39995();},'OdIOy':function(_0x215ded){return _0x215ded();},'XeuaP':function(_0x26bca4,_0x4b737c){return _0x26bca4(_0x4b737c);},'EQRBS':'Error:\x20Pas'+_0x5d02d2(0x3c1,_0x5076e9._0x24532f,_0x5076e9._0x5be4e1,_0x5076e9._0x28d968)+'not\x20match','fyvYT':_0x5d02d2(0x343,_0x5076e9._0x179ff9,_0x5076e9._0xe888b0,_0x5076e9._0x5e5f43),'zuGKO':function(_0xdcb8ba,_0x19e709){return _0xdcb8ba===_0x19e709;},'YzWGf':_0x5d02d2(0x359,0x34b,0x34a,_0x5076e9._0x309787)};return new Promise(_0x45d8af=>{const _0x474703={_0x13a847:0xed},_0x15159a={_0x6ed622:0x3b6,_0xccc8a6:0x126},_0x2f0d50={_0x29428c:0x45f},_0x38696d={_0xa566e7:0x6f,_0xcc71dd:0xb7,_0x10687e:0x72,_0x30db9f:0x9d,_0xc0618a:0x30,_0x5cf758:0x84,_0x9037c9:0x77,_0xe3f97d:0x51},_0x5e52bc={_0x5c4881:0xbc,_0x5fb8ce:0x16},_0x37b711={_0x530d90:0x1c6},_0x40dec8={_0x44ac57:0x27},_0x2b24bd={'KUwkd':function(_0x37e431){function _0x510d9f(_0xa2af24,_0xfe434c,_0x111091,_0x1504eb){return _0x1b10(_0xa2af24- -_0x40dec8._0x44ac57,_0xfe434c);}return _0x23c994[_0x510d9f(_0x5d4313._0x275305,_0x5d4313._0x373b11,_0x5d4313._0xd996c8,_0x5d4313._0xd600ee)](_0x37e431);},'riMlq':function(_0x1de386,_0x3720c1){function _0x530347(_0x2d9afb,_0x2b3093,_0x5f56d2,_0x4ee378){return _0x1b10(_0x2d9afb-0x394,_0x4ee378);}return _0x23c994[_0x530347(0x430,0x40b,0x407,0x446)](_0x1de386,_0x3720c1);},'mOHJx':_0x23c994[_0x384c53(_0x26f68a._0x70fed7,0x178,_0x26f68a._0x4ea2ac,_0x26f68a._0x9218f3)],'iSdfI':function(_0x5001dd,_0x2f811e){return _0x5001dd!==_0x2f811e;},'cTEdx':_0x23c994[_0x384c53(0x12d,0x157,0x143,0x10d)]};function _0x5c40e4(_0x13489e,_0x1552e1,_0xe8bc8a,_0x803cab){return _0x9c4e54(_0x1552e1-_0x37b711._0x530d90,_0x1552e1-0x1d1,_0x13489e,_0x803cab-0x1ac);}function _0x384c53(_0x5e7ef8,_0x13dc53,_0x455b5d,_0x45f690){return _0x5d02d2(_0x455b5d,_0x5e7ef8- -_0x5e0d27._0x36b34c,_0x455b5d-_0x5e0d27._0x2a577e,_0x45f690-0x1f0);}if(_0x559628){if(_0x23c994[_0x5c40e4(0x19d,_0x26f68a._0x374ff3,_0x26f68a._0x44b891,_0x26f68a._0x6d5e0e)](_0x23c994[_0x5c40e4(_0x26f68a._0x1567a5,0x16e,0x192,_0x26f68a._0x3f8e88)],_0x23c994[_0x384c53(_0x26f68a._0x1f7224,_0x26f68a._0x2a1e47,_0x26f68a._0x2e86fc,_0x26f68a._0x2a12ee)])){const _0xa4baac=new Writable({'write':(_0x155a69,_0x392510,_0x242ed1)=>{const _0x13346f={_0x2e6f89:0x130,_0x436cfe:0x186};function _0x587194(_0x8c5e2d,_0xad5693,_0x1c5449,_0x276ccc){return _0x5c40e4(_0x276ccc,_0x8c5e2d- -0x176,_0x1c5449-_0x13346f._0x2e6f89,_0x276ccc-_0x13346f._0x436cfe);}function _0x103ab6(_0x44714f,_0x235813,_0x590a50,_0x9de1f){return _0x384c53(_0x9de1f- -_0x5e52bc._0x5c4881,_0x235813-_0x5e52bc._0x5fb8ce,_0x44714f,_0x9de1f-0x141);}_0x23c994[_0x587194(-_0x38696d._0xa566e7,-0x56,-_0x38696d._0xcc71dd,-_0x38696d._0x10687e)]===_0x23c994[_0x587194(-0x2,-0x13,-0x2,0x38)]?_0x2b24bd[_0x103ab6(_0x38696d._0x30db9f,_0x38696d._0xc0618a,_0x38696d._0x5cf758,0x61)](_0x516f86):_0x23c994[_0x103ab6(_0x38696d._0x9037c9,0x4d,0x69,_0x38696d._0xe3f97d)](_0x242ed1);}}),_0x1ae572={};_0x1ae572[_0x5c40e4(0x118,0x123,_0x26f68a._0x486f9e,_0x26f68a._0x4eb0ad)]=process[_0x5c40e4(0xd9,_0x26f68a._0x44b891,0x131,0xeb)],_0x1ae572[_0x384c53(_0x26f68a._0x5e247f,0x111,0x129,0x110)]=_0xa4baac,_0x1ae572[_0x384c53(0x13a,0x159,_0x26f68a._0x3afd24,0x177)]=!![];const _0x553a4b=_0x3e5df2[_0x384c53(_0x26f68a._0x4eb0ad,_0x26f68a._0x521b53,_0x26f68a._0x2a36f1,0x107)+_0x5c40e4(0x131,_0x26f68a._0x5b5a87,0xf6,_0x26f68a._0x4e4c03)](_0x1ae572);process[_0x384c53(0x175,_0x26f68a._0x1fb2c5,_0x26f68a._0x1567a5,0x12e)][_0x5c40e4(_0x26f68a._0x18f99a,0x110,_0x26f68a._0xb62b0b,0x131)](_0x48f08f),_0x553a4b[_0x384c53(_0x26f68a._0x5f028c,_0x26f68a._0x45bcf6,0x146,0x19f)]('',_0x2c7e84=>{const _0x4c009f={_0x5e467b:0x189,_0x3ad051:0x98};_0x553a4b[_0x4179d0(-0x2f9,-_0xabb61f._0x304678,-0x314,-0x2e1)]();function _0x4179d0(_0x1fea51,_0xb12407,_0x5952af,_0x8b6187){return _0x384c53(_0x8b6187- -_0x2f0d50._0x29428c,_0xb12407-0x1a5,_0x1fea51,_0x8b6187-0xd9);}function _0x4abf05(_0x20c436,_0x1bed1e,_0x1d894b,_0x231f4a){return _0x384c53(_0x1bed1e-_0x4c009f._0x5e467b,_0x1bed1e-0x146,_0x231f4a,_0x231f4a-_0x4c009f._0x3ad051);}console['log'](''),_0x2b24bd[_0x4179d0(-0x2b4,-_0xabb61f._0x2f5448,-_0xabb61f._0x1ba0fe,-_0xabb61f._0x72efd6)](_0x45d8af,_0x2c7e84);});}else _0x301bd2['error'](_0x2b24bd[_0x384c53(0x104,0xfc,0xf5,0xd7)]),_0x158058['exit'](0x2*0xfc1+0x1b*-0x155+0x476*0x1);}else{const _0x37926f={};_0x37926f[_0x384c53(_0x26f68a._0x3b6cf4,_0x26f68a._0x49fc76,_0x26f68a._0x12cf1a,_0x26f68a._0x56b791)]=process[_0x384c53(_0x26f68a._0x3cf102,_0x26f68a._0x11ad23,0xff,_0x26f68a._0x5151ea)],_0x37926f['output']=process[_0x5c40e4(0x1ca,0x185,0x1b3,_0x26f68a._0x1920f0)];const _0x27116d=_0x3e5df2[_0x384c53(_0x26f68a._0x3c1724,0xfb,_0x26f68a._0x1920f0,0x100)+_0x384c53(_0x26f68a._0x2e1e7c,0xbe,_0x26f68a._0x171ee0,_0x26f68a._0x304fb4)](_0x37926f);_0x27116d[_0x5c40e4(0x145,0x165,_0x26f68a._0x6d5e0e,0x151)](_0x48f08f,_0x1dd7cc=>{function _0x228e07(_0x2b79b9,_0x117af9,_0x1219b0,_0x14d048){return _0x384c53(_0x14d048- -_0x15159a._0x6ed622,_0x117af9-_0x15159a._0xccc8a6,_0x1219b0,_0x14d048-0x183);}function _0x31ad38(_0x4dbff7,_0x74d456,_0x1fe0b5,_0x5b01f9){return _0x5c40e4(_0x74d456,_0x5b01f9- -0x34c,_0x1fe0b5-0x150,_0x5b01f9-_0x474703._0x13a847);}_0x2b24bd[_0x228e07(-0x268,-0x228,-_0x2f90f7._0x2e3a14,-0x271)](_0x228e07(-0x214,-0x218,-_0x2f90f7._0x4f6cf8,-0x23b),_0x2b24bd['cTEdx'])?(_0x27116d[_0x228e07(-0x268,-0x207,-0x20b,-_0x2f90f7._0xc3eb9b)](),_0x2b24bd['riMlq'](_0x45d8af,_0x1dd7cc)):(_0xf19700['error']('Error:\x20Inv'+_0x31ad38(-_0x2f90f7._0x5d36ee,-_0x2f90f7._0x2d28f1,-0x234,-_0x2f90f7._0xbd3abc)+'\x22'+_0x3cebcf[_0x228e07(-0x27e,-0x29d,-0x2b9,-0x2ba)]+(_0x31ad38(-_0x2f90f7._0x51b7b1,-0x1f2,-0x213,-_0x2f90f7._0x5c4012)+_0x228e07(-_0x2f90f7._0x57d7be,-_0x2f90f7._0x272ec4,-0x295,-0x24b)+_0x228e07(-_0x2f90f7._0x50bb05,-_0x2f90f7._0x2e02da,-_0x2f90f7._0x292137,-_0x2f90f7._0x467b32))),_0x854e5e[_0x228e07(-_0x2f90f7._0x329c36,-0x2c0,-0x2bd,-_0x2f90f7._0x3e7288)](0xfc0+0x48c+-0x144b));});}});}function parseArgs(_0x1a0918){const _0x501f1f={_0x2fad30:0x1d7,_0x1f2845:0x1f3,_0x4b18a9:0x255,_0x1fe7e9:0x18c,_0x4d9fb3:0x1c1,_0x2e8422:0x2bc,_0xe0b5fa:0x232,_0x4da6a5:0x292,_0x489776:0x24e,_0x81c6b3:0x24c,_0x55f43a:0x281,_0x4f7f3f:0x272,_0x3f2f16:0x1d2,_0x55fb06:0x1be,_0x8b05d7:0x1a7,_0x4fb372:0x1b0,_0x323790:0x1f0,_0x58332a:0x1f9,_0x5cc2da:0x1e5,_0x59fa78:0x21f,_0x4f0b73:0x24f,_0x5b2e5f:0x24a,_0x24aec1:0x237,_0x2cd16e:0x2a7,_0x5f00d1:0x277,_0x505c2c:0x1d6,_0x37d665:0x246,_0x238ff8:0x222,_0x31579a:0x244,_0x1c6c0c:0x24a,_0x49c3df:0x238,_0x39ef95:0x1d3,_0x1d03e4:0x1ce,_0x2c511f:0x1a6,_0x5258c7:0x165,_0x3455c8:0x170,_0xfad055:0x254,_0x355383:0x2c5,_0x482550:0x256,_0x5747b2:0x21a,_0x3af682:0x206,_0x19721a:0x1c0,_0xa26c39:0x208,_0xba356f:0x199,_0x350e0c:0x1da,_0x18e2cf:0x1f1,_0x48eb23:0x20b,_0x22b4f4:0x23b,_0xdf2554:0x21c,_0x1a8523:0x1eb,_0x2ae9ab:0x1c8,_0x594167:0x1d8,_0x534584:0x1d7,_0x4a9306:0x1d2,_0x399193:0x1f8,_0xd946d3:0x1ef,_0x3045ad:0x225,_0x265e5b:0x238,_0xed1003:0x21e,_0x1b55f9:0x22d,_0x4a7d8a:0x23a,_0x5d9b34:0x19a,_0x9bfa83:0x1a0,_0x572b7c:0x1bb,_0x393316:0x1e0,_0x1efb4a:0x1a6,_0x499063:0x200,_0x9a842e:0x1ee,_0xf802a7:0x214,_0xd94a13:0x214,_0x3d4bd4:0x1b6,_0x4e31ed:0x1e5,_0x5eacb4:0x1d1,_0x523129:0x245,_0x37ab45:0x27e,_0x4a877f:0x288,_0x5835d8:0x179,_0x581e1e:0x185,_0x4d9acd:0x25d,_0x449646:0x265,_0x59f3bf:0x1fe,_0x308809:0x216,_0x7c946b:0x1ed,_0xdeafa3:0x2b8,_0x17c71b:0x207,_0x47c285:0x207,_0x25f53d:0x236,_0xc1b993:0x194,_0x271bad:0x164,_0x3a24ab:0x205,_0x23dd64:0x280,_0x4e9582:0x1fc,_0x3dcd99:0x1f1,_0x27ad98:0x1f5,_0x399f96:0x1dc},_0x281d41={_0xb14900:0x17a},_0xc6aebe={_0x2c0f6a:0x298},_0x277781={};_0x277781[_0x5aa6a0(-_0x501f1f._0x2fad30,-0x207,-0x1e8,-0x1e2)]='--username'+'=',_0x277781['otKfa']=function(_0x2370dd,_0x3982e1){return _0x2370dd===_0x3982e1;},_0x277781[_0x1e31da(0x21c,_0x501f1f._0x1f2845,_0x501f1f._0x4b18a9,_0x501f1f._0x1f2845)]=_0x5aa6a0(-_0x501f1f._0x1fe7e9,-0x1b6,-_0x501f1f._0x4d9fb3,-0x1d1),_0x277781[_0x1e31da(0x278,_0x501f1f._0x2e8422,_0x501f1f._0xe0b5fa,_0x501f1f._0x4da6a5)]=_0x1e31da(_0x501f1f._0x489776,_0x501f1f._0x81c6b3,_0x501f1f._0x55f43a,_0x501f1f._0x4f7f3f),_0x277781[_0x1e31da(0x1fe,_0x501f1f._0x3f2f16,_0x501f1f._0x55fb06,0x23f)]=_0x5aa6a0(-_0x501f1f._0x8b05d7,-_0x501f1f._0x4fb372,-_0x501f1f._0x323790,-0x1f8);function _0x5aa6a0(_0x438140,_0x2f102b,_0x329b3b,_0x4f3213){return _0x1b10(_0x2f102b- -_0xc6aebe._0x2c0f6a,_0x4f3213);}_0x277781[_0x1e31da(0x1ee,0x1a6,_0x501f1f._0x58332a,_0x501f1f._0x5cc2da)]=function(_0x574d67,_0x58c1d2){return _0x574d67!==_0x58c1d2;},_0x277781[_0x1e31da(_0x501f1f._0x59fa78,0x1db,_0x501f1f._0x4f0b73,_0x501f1f._0x5b2e5f)]='Ouffz',_0x277781['MYqMY']=_0x1e31da(0x27f,_0x501f1f._0x24aec1,_0x501f1f._0x2cd16e,_0x501f1f._0x5f00d1)+'=',_0x277781[_0x5aa6a0(-0x24c,-0x20b,-_0x501f1f._0x505c2c,-_0x501f1f._0x37d665)]=_0x5aa6a0(-0x220,-_0x501f1f._0x238ff8,-_0x501f1f._0x31579a,-_0x501f1f._0x1c6c0c);const _0x2034a7=_0x277781,_0xeba0a2={};_0xeba0a2[_0x5aa6a0(-_0x501f1f._0x49c3df,-0x1f5,-_0x501f1f._0x39ef95,-_0x501f1f._0x1d03e4)]=null,_0xeba0a2[_0x5aa6a0(-0x16a,-_0x501f1f._0x2c511f,-_0x501f1f._0x5258c7,-_0x501f1f._0x3455c8)]=null,_0xeba0a2[_0x1e31da(0x27e,0x236,_0x501f1f._0xfad055,_0x501f1f._0x355383)]=null,_0xeba0a2['password']=null;function _0x1e31da(_0x1a3aea,_0x361312,_0x40d7ed,_0x1a42e8){return _0x1b10(_0x1a3aea-_0x281d41._0xb14900,_0x1a42e8);}_0xeba0a2[_0x5aa6a0(-_0x501f1f._0x482550,-_0x501f1f._0x5747b2,-0x20f,-_0x501f1f._0x3af682)]=_0x5aa6a0(-0x190,-_0x501f1f._0x19721a,-_0x501f1f._0xa26c39,-_0x501f1f._0xba356f);const _0x2982e0=_0xeba0a2;for(const _0x2b4c8a of _0x1a0918){if(_0x2b4c8a[_0x5aa6a0(-0x1bf,-0x1e5,-_0x501f1f._0x350e0c,-_0x501f1f._0x18e2cf)](_0x2034a7[_0x1e31da(_0x501f1f._0x48eb23,_0x501f1f._0x37d665,0x1e2,_0x501f1f._0x22b4f4)]))_0x2034a7['otKfa'](_0x1e31da(0x269,0x293,0x27e,0x289),_0x2034a7[_0x1e31da(_0x501f1f._0xdf2554,0x25a,_0x501f1f._0x1a8523,0x209)])?(_0x8604c3[_0x5aa6a0(-_0x501f1f._0x2ae9ab,-_0x501f1f._0x594167,-_0x501f1f._0x39ef95,-0x1d1)](_0x5aa6a0(-0x225,-0x1ff,-_0x501f1f._0x534584,-_0x501f1f._0x4a9306)+'alid\x20email'+'\x20format\x20\x22'+_0x4d49db['email']+'\x22.'),_0x36cc3c[_0x5aa6a0(-0x1fa,-_0x501f1f._0x399193,-_0x501f1f._0xd946d3,-0x240)](-0x1*-0x1b1a+-0x1682+-0x497)):_0x2982e0[_0x1e31da(0x21d,_0x501f1f._0x3045ad,_0x501f1f._0x265e5b,_0x501f1f._0xed1003)]=_0x2b4c8a['split']('=')[0x13b3+0x5d9*-0x2+-0x40*0x20];else{if(_0x2b4c8a[_0x1e31da(_0x501f1f._0x1b55f9,_0x501f1f._0x4a7d8a,0x208,0x230)](_0x2034a7[_0x5aa6a0(-0x1a1,-_0x501f1f._0x5d9b34,-_0x501f1f._0x9bfa83,-0x17b)]))_0x2982e0[_0x5aa6a0(-0x1cc,-0x1a6,-0x1c8,-_0x501f1f._0x572b7c)]=_0x2b4c8a['split']('=')[0x135+0x25ab+0xcf5*-0x3];else{if(_0x2b4c8a[_0x5aa6a0(-_0x501f1f._0x393316,-_0x501f1f._0x5cc2da,-_0x501f1f._0x1efb4a,-_0x501f1f._0x499063)](_0x2034a7[_0x5aa6a0(-0x1d0,-0x214,-0x202,-0x220)]))_0x2034a7[_0x1e31da(_0x501f1f._0x9a842e,_0x501f1f._0xf802a7,_0x501f1f._0xd94a13,0x1ad)](_0x2034a7[_0x5aa6a0(-_0x501f1f._0x3d4bd4,-0x1f3,-_0x501f1f._0x4e31ed,-_0x501f1f._0x5eacb4)],_0x2034a7[_0x1e31da(0x21f,0x1e9,0x214,_0x501f1f._0x523129)])?_0x43851a[_0x1e31da(_0x501f1f._0x37ab45,_0x501f1f._0x4a877f,0x2a0,0x299)]=_0x221c0d['split']('=')[0x1940+0xa90*-0x1+-0x7*0x219]:_0x2982e0[_0x5aa6a0(-0x1bd,-0x194,-_0x501f1f._0x5835d8,-_0x501f1f._0x581e1e)]=_0x2b4c8a[_0x1e31da(0x24a,0x23b,_0x501f1f._0x4d9acd,_0x501f1f._0x449646)]('=')[-0x1c39+0x61*0x3e+0x1*0x4bc];else{if(_0x2b4c8a[_0x5aa6a0(-_0x501f1f._0x59f3bf,-_0x501f1f._0x5cc2da,-_0x501f1f._0x308809,-_0x501f1f._0x7c946b)](_0x2034a7[_0x1e31da(0x26f,0x25e,_0x501f1f._0xdeafa3,0x275)]))_0x2034a7['LxwJw']!==_0x2034a7[_0x1e31da(_0x501f1f._0x17c71b,_0x501f1f._0x47c285,0x1f6,_0x501f1f._0x25f53d)]?_0x3503fb[_0x5aa6a0(-_0x501f1f._0x9a842e,-0x1a6,-_0x501f1f._0xc1b993,-_0x501f1f._0x271bad)]=_0x53d8bd[_0x1e31da(0x24a,_0x501f1f._0x3a24ab,_0x501f1f._0x23dd64,0x233)]('=')[-0x1*0x2441+-0x1af*0x12+0x4290]:_0x2982e0[_0x1e31da(0x202,0x23e,_0x501f1f._0x4e9582,0x1c3)]=_0x2b4c8a[_0x5aa6a0(-0x1a2,-_0x501f1f._0x2ae9ab,-0x1cf,-0x1e1)]('=')[0x95*-0x3f+0x1351+0x115b];else _0x2b4c8a[_0x5aa6a0(-0x1ef,-_0x501f1f._0x4e31ed,-0x1ea,-0x1df)](_0x1e31da(_0x501f1f._0x3dcd99,_0x501f1f._0x534584,_0x501f1f._0x27ad98,_0x501f1f._0x399f96))&&(_0x2982e0['role']=_0x2b4c8a['split']('=')[0x13ed+-0x2*0x11b5+0xf7e]);}}}}return _0x2982e0;}export async function createUserCommand(_0x57f710){const _0x906070={_0x441431:0x2b7,_0x5c3160:0x23d,_0x3b15:0xf3,_0x3ab4ed:0xd0,_0x29a3fa:0xe6,_0x1409ba:0xf9,_0x1a990e:0x100,_0x56c699:0xfc,_0x36e4c8:0x2a6,_0x2e46a3:0x2f3,_0x225cbd:0xe1,_0xc0abbe:0x2ed,_0x22c26e:0x120,_0x2385f4:0xaa,_0x11b9da:0x266,_0x5164dd:0x290,_0x153a48:0x274,_0x1d36a5:0x2cc,_0x11f21c:0x287,_0x3915d1:0x2c5,_0x2fac96:0x227,_0x5a7ea5:0x2cc,_0x538a66:0x2a1,_0x1b1b73:0x220,_0xf0a63b:0x23a,_0x5da1fa:0x28f,_0x28cb76:0xdb,_0x59184e:0x92,_0x44cb83:0x94,_0x353f5d:0xb6,_0x2f9cfb:0x12d,_0x2f9742:0xd9,_0x2272a2:0x141,_0x412dd3:0x239,_0x3bea73:0x273,_0x5cc872:0x263,_0x1b960f:0xea,_0x4966db:0x177,_0x4d5973:0x16f,_0x70cf52:0x2da,_0x56e137:0x2fd,_0x28dd51:0x28e,_0x209a93:0x2d6,_0x1d0aa8:0x2b5,_0x43f372:0x113,_0x32851e:0xca,_0x1ef796:0x2dc,_0x2ea6ea:0x2d8,_0x5554b5:0x11b,_0x34b68b:0x130,_0x5c71d3:0x10b,_0x20d13d:0x103,_0x543204:0x10e,_0x24e8d4:0xcd,_0x4fd041:0x272,_0xf36b3:0x294,_0x4d77f3:0x283,_0x2e57ee:0x264,_0x23b234:0x26c,_0x5aa44f:0x2aa,_0x525acd:0x2be,_0x313f71:0x2db,_0x557ed4:0x29b,_0x48b3a0:0x2c3,_0x2889e7:0x115,_0x100737:0xd3,_0x3c9e65:0xb5,_0x5c5b6e:0x9b,_0x56791d:0xaf,_0x35e49e:0x244,_0x21ada2:0x8c,_0xa077ee:0xd7,_0x13eac0:0xed,_0x22f8b6:0x24c,_0x254865:0xcf,_0x308df8:0xa7,_0x4d6551:0xfb,_0x33ef89:0x118,_0x9ac18c:0xb2,_0x2296a1:0x17d,_0x2260ca:0x2c5,_0x49f2d5:0x30b,_0x323abb:0x236,_0x3a5335:0x268,_0x94410b:0x280,_0x24bb9d:0x2c7,_0x411847:0x2aa,_0xf622e8:0xce,_0x34b6e1:0x257,_0x5047fc:0x29e,_0xedfea6:0x2c7,_0x169151:0x2a0,_0x5dd9d3:0x13c,_0x5daf2c:0xf5,_0x54420e:0xfb,_0x580bb9:0x132,_0x3832b1:0x2c0,_0x25af4f:0x2ce,_0x4e6dff:0x2fb,_0x5761e3:0x281,_0x1122ff:0x2c9,_0x2c3846:0x2a8,_0x1df0b2:0x301,_0x1626f3:0x30c,_0x24a059:0x307,_0x36bfa6:0x2c8,_0xdeb8c7:0x2ca,_0xc5b9:0x2a8,_0x3402e8:0x29a,_0x146857:0x29e,_0xfbf9dd:0x104,_0x3ede93:0x2e3,_0x199c29:0x29d,_0x3e58de:0x2b4,_0x1a6fda:0x27f,_0x31b563:0xe7,_0x324b04:0x10d,_0x439476:0x123,_0x5a7044:0x2a3,_0x5c1dc7:0x27c,_0x49ff17:0x2c2,_0x13f8ca:0x2dc,_0x11f7c6:0x2e2,_0x16af82:0x2c7,_0x3251cf:0x2f0,_0x24d8e2:0x243,_0x30e22b:0xb3,_0x5ace94:0x110,_0x2f0ca0:0x16c,_0xc1fc3c:0x15d,_0x5771cd:0xcf,_0x2a8413:0x97,_0x4bf2e5:0xa2,_0x556511:0x295,_0xe3283:0x29f,_0x47a4a1:0x25e,_0x67ebd0:0x275,_0x4afed7:0x14e,_0x43deb9:0x14f,_0x328d8a:0x2a9,_0x42b3fe:0x160,_0x1d1f57:0x18d,_0x58223c:0x288,_0x2439c9:0x2ad,_0x456062:0x265,_0x4322cf:0x166,_0x4cd270:0x303,_0x389c73:0x128,_0x58bf92:0x101,_0x2de204:0x2a2,_0x422489:0x2a2,_0x416ce7:0x2ee,_0x44d021:0x28b,_0x3949c5:0x2cd,_0x54d638:0x287,_0xa8309a:0x2e4,_0x4648da:0x326,_0x241139:0xe5,_0x238d72:0xe4,_0xd484b7:0xe6,_0x44e580:0x150,_0x4c5e60:0x16e,_0x5afc24:0x170,_0xb8543f:0x2c7,_0x303992:0x28d,_0x1be325:0x2cb,_0x277996:0x270,_0x47e6e:0x2ac,_0x1f409b:0x2c9,_0x385f03:0x12d,_0x11416a:0x175,_0x16c997:0xed,_0x244537:0x171,_0x3611c8:0x27d,_0x197f35:0x12f,_0x597dd6:0x15a,_0x42ecaa:0x2c3,_0x35fe88:0x309,_0xaa668f:0x2c2,_0x1986ab:0x21d,_0x6a261f:0x262,_0x493cdf:0x2bb,_0x2f8bff:0x235,_0x708ce0:0x286,_0xde2d44:0xda,_0x33d7ba:0x277,_0x5d00f2:0x2a2,_0x2ddcd5:0x2c0,_0x533880:0x319,_0x195ee3:0x2a3,_0x3917bb:0x288,_0x56e17d:0x25c,_0x2f3d4e:0xe7,_0x181e61:0x10d,_0x376313:0x157,_0x5d40b5:0x15e,_0xe04a4a:0x198,_0x26fe6f:0x2a8,_0x2e9b20:0x26e,_0x45963a:0x133,_0x3b3cb3:0x108,_0x55db56:0x31a,_0x33c72c:0x2d9,_0x4a0931:0x2bf,_0x5a7ee6:0x111,_0x41a25b:0x122,_0x221ff3:0xd0,_0x15604a:0x2ba,_0x1be52f:0x291,_0x121791:0x24f,_0x2e2265:0x123,_0x4c1c52:0x126,_0x197a90:0xcb,_0x548bd1:0x23b,_0x2cbd21:0x2bf,_0x2ee624:0x286,_0x89c15f:0x114,_0xa0ddcb:0x147,_0x5cac9d:0xf1,_0x1950da:0x108,_0x18f09e:0x12c,_0x3e171b:0xa2,_0x27b0c6:0x2d3,_0x37baef:0x179,_0xcfd2bc:0x152,_0x1834e2:0x131,_0x154c44:0xda,_0x52261f:0xdd,_0x338b25:0x9b,_0x934167:0x12d,_0x46bb71:0x299,_0x17acd0:0x292,_0x46a85f:0x288,_0x1579c0:0x2b1,_0x27ebe8:0x295,_0x21d22b:0x12c,_0x34e432:0x2a1,_0x3be513:0x270,_0x3d4f4d:0x100,_0x5a69ea:0xc5,_0x254396:0x220,_0x4c42df:0x25e,_0x37aaf0:0x291,_0x1fbe7c:0x2c0,_0x2dbfe3:0x2be,_0xc83422:0x155,_0x1a9ba1:0x12d,_0x3143f5:0x269,_0x59d378:0x276,_0x475b20:0x298,_0x2247e0:0x2cf,_0x40bfb8:0x253,_0x42eaa0:0x2bd,_0x342f5b:0xda,_0x5e5674:0x10a,_0x2c5aba:0x26d,_0x1a846e:0x130,_0x5b745e:0xfa,_0x28acc2:0xda,_0x269420:0xdb,_0x29997c:0xc3,_0x1498b4:0x2c6,_0x54decc:0x289,_0x14facd:0x107,_0x8ffa8c:0x10d,_0x5779dc:0xf4,_0x26d679:0x154,_0x438c02:0x14a,_0x345023:0x282,_0x2b4532:0x224,_0x22fed8:0x18b,_0x1eac6a:0x14b,_0x548d30:0x12a,_0x346fe0:0xde,_0x35608b:0x299,_0xf3dcce:0x138,_0x1fa537:0x16b,_0x2e08fe:0x290,_0x4353bf:0x2d0,_0x1905d3:0x2e5,_0x459381:0x28c,_0xb2a032:0x125,_0x4a1f8c:0xe8,_0x58661b:0xeb,_0x2b168b:0xa8,_0x1ac859:0x12b,_0x34acae:0x2d5,_0x3305bf:0x299,_0x57c1c4:0x294},_0x36dfa0={_0x3438c6:0x362},_0x4e3c9e={'FOnGT':_0x2caeda(-0x2aa,-_0x906070._0x441431,-0x2cb,-0x2d8)+'sword\x20must'+_0x2caeda(-0x22a,-_0x906070._0x5c3160,-0x272,-0x234)+_0x5be1bf(-0x10b,-_0x906070._0x3b15,-_0x906070._0x3ab4ed,-_0x906070._0x29a3fa)+_0x5be1bf(-_0x906070._0x1409ba,-0x141,-0x120,-0xe3),'FNuND':function(_0x14521a,_0x1acd4f){return _0x14521a(_0x1acd4f);},'NMpxH':'Error:\x20Use'+'rname\x20is\x20r'+'equired','ifaZP':function(_0x2a7d94,_0x4618e6){return _0x2a7d94(_0x4618e6);},'atcrS':function(_0x4e9ab2,_0x162f80){return _0x4e9ab2!==_0x162f80;},'nutzm':_0x5be1bf(-0x121,-0x167,-0xea,-0x130),'hBDWV':_0x5be1bf(-_0x906070._0x1a990e,-0x12d,-_0x906070._0x56c699,-0xb8),'CMxVV':function(_0x26cabe,_0x12591a){return _0x26cabe===_0x12591a;},'PoSOH':'itKHI','CEHdR':function(_0xb9ce7d,_0x37ce0b){return _0xb9ce7d(_0x37ce0b);},'fScgY':_0x2caeda(-_0x906070._0x36e4c8,-0x286,-0x2b2,-_0x906070._0x2e46a3),'eyEIz':_0x5be1bf(-0xec,-0xcb,-_0x906070._0x225cbd,-0xb0),'WJjqC':_0x2caeda(-0x312,-0x2f4,-_0x906070._0xc0abbe,-0x308)+'\x20','JeoiL':_0x5be1bf(-0xd9,-0x91,-_0x906070._0x22c26e,-_0x906070._0x2385f4),'ezYYK':function(_0x802b47,_0x566056,_0x26af50){return _0x802b47(_0x566056,_0x26af50);},'swNfJ':_0x2caeda(-_0x906070._0x11b9da,-_0x906070._0x5164dd,-_0x906070._0x153a48,-0x251),'CgCXh':'Confirm\x20Pa'+'ssword:\x20','KoEsf':_0x2caeda(-_0x906070._0x1d36a5,-0x298,-_0x906070._0x11f21c,-0x244)+_0x2caeda(-0x2dd,-0x2db,-_0x906070._0x3915d1,-0x2e7)+_0x2caeda(-0x225,-_0x906070._0x2fac96,-0x25b,-0x270),'pbtWb':function(_0x5c4a12,_0x5ed84e){return _0x5c4a12<_0x5ed84e;},'SBZhH':function(_0xc75185,_0x4cefa7){return _0xc75185===_0x4cefa7;},'cSbjb':'cpXJN','iehMZ':function(_0x36d564,_0x53a3a4){return _0x36d564!==_0x53a3a4;},'FgWRd':'admin','xcljT':_0x2caeda(-_0x906070._0x5a7ea5,-0x296,-0x286,-_0x906070._0x538a66),'UWgyZ':_0x2caeda(-0x2b5,-0x2a3,-0x2e5,-0x2b7),'gUbgH':_0x2caeda(-_0x906070._0x1b1b73,-_0x906070._0xf0a63b,-0x25c,-_0x906070._0x5da1fa),'DoMhE':_0x5be1bf(-_0x906070._0x28cb76,-0x9d,-0xcf,-0x119),'AHMnF':_0x5be1bf(-0xd8,-_0x906070._0x59184e,-_0x906070._0x44cb83,-_0x906070._0x353f5d)+_0x5be1bf(-0x11d,-_0x906070._0x2f9cfb,-_0x906070._0x2f9742,-_0x906070._0x2272a2),'VLLnk':_0x2caeda(-0x2ed,-0x282,-0x2a3,-0x2ba)+_0x2caeda(-_0x906070._0x412dd3,-_0x906070._0x3bea73,-_0x906070._0x5cc872,-0x25a)+'r'};function _0x5be1bf(_0x115fa3,_0x3e894e,_0x171869,_0x59074){return _0x1b10(_0x115fa3- -0x1d3,_0x3e894e);}function _0x2caeda(_0x418dfd,_0x48940a,_0x2678ec,_0x269457){return _0x1b10(_0x2678ec- -_0x36dfa0._0x3438c6,_0x269457);}const _0x2cb90f=parseArgs(_0x57f710);!_0x2cb90f[_0x5be1bf(-0x130,-_0x906070._0x1b960f,-_0x906070._0x4966db,-_0x906070._0x4d5973)]&&(_0x4e3c9e['atcrS'](_0x4e3c9e[_0x2caeda(-_0x906070._0x70cf52,-0x2c5,-0x2d6,-_0x906070._0x56e137)],_0x4e3c9e[_0x2caeda(-0x2b8,-_0x906070._0x28dd51,-_0x906070._0x209a93,-_0x906070._0x1d0aa8)])?(_0x584692[_0x5be1bf(-_0x906070._0x43f372,-_0x906070._0x32851e,-0x10e,-0x10c)](_0x4e3c9e[_0x2caeda(-_0x906070._0x1ef796,-0x319,-_0x906070._0x2ea6ea,-0x320)]),_0x41a28e[_0x5be1bf(-0x133,-0x175,-0xee,-_0x906070._0x5554b5)](-0x2*0x1105+0x526+0x1ce5*0x1)):_0x2cb90f[_0x5be1bf(-_0x906070._0x34b68b,-_0x906070._0x5c71d3,-0x15c,-_0x906070._0x20d13d)]=await _0x4e3c9e[_0x5be1bf(-_0x906070._0x543204,-0x153,-_0x906070._0x24e8d4,-0xf2)](prompt,_0x4e3c9e[_0x2caeda(-_0x906070._0x4fd041,-_0x906070._0xf36b3,-0x2b1,-_0x906070._0x4d77f3)]));!_0x2cb90f[_0x2caeda(-0x2a9,-_0x906070._0x2e57ee,-0x270,-_0x906070._0x23b234)]&&(_0x4e3c9e['CMxVV'](_0x4e3c9e[_0x2caeda(-0x28a,-0x2b7,-_0x906070._0x5aa44f,-_0x906070._0x525acd)],_0x4e3c9e[_0x2caeda(-_0x906070._0x313f71,-_0x906070._0x557ed4,-_0x906070._0x5aa44f,-_0x906070._0x48b3a0)])?_0x2cb90f['email']=await _0x4e3c9e['CEHdR'](prompt,_0x4e3c9e[_0x5be1bf(-0xf5,-0xba,-0x132,-_0x906070._0x2889e7)]):(_0x5f0990[_0x5be1bf(-_0x906070._0x100737,-_0x906070._0x3c9e65,-_0x906070._0x5c5b6e,-_0x906070._0x56791d)](),_0x4b3190[_0x2caeda(-0x2a1,-_0x906070._0x35e49e,-0x269,-0x263)](''),_0x4e3c9e['FNuND'](_0x541e20,_0x27841d)));!_0x2cb90f[_0x5be1bf(-0xcf,-0xe8,-_0x906070._0x21ada2,-0xac)]&&(_0x4e3c9e[_0x5be1bf(-_0x906070._0xa077ee,-0xd8,-_0x906070._0x13eac0,-0xda)]===_0x4e3c9e[_0x2caeda(-0x29c,-_0x906070._0x22f8b6,-_0x906070._0x11b9da,-0x24f)]?_0x2cb90f[_0x5be1bf(-_0x906070._0x254865,-_0x906070._0x308df8,-0x8c,-_0x906070._0x4d6551)]=await _0x4e3c9e[_0x5be1bf(-0xee,-0xc1,-_0x906070._0x33ef89,-_0x906070._0x9ac18c)](prompt,_0x4e3c9e[_0x5be1bf(-0x152,-0x108,-_0x906070._0x2296a1,-0x167)]):(_0x482df8['error']('Error:\x20Ema'+_0x2caeda(-_0x906070._0xc0abbe,-0x28e,-_0x906070._0x2260ca,-_0x906070._0x49f2d5)+_0x2caeda(-0x283,-_0x906070._0x323abb,-0x25b,-_0x906070._0x3a5335)),_0x1a64e5[_0x2caeda(-_0x906070._0x94410b,-_0x906070._0x24bb9d,-0x2c2,-0x2cd)](-0x2*0xb32+-0x2601+0x3c66)));if(!_0x2cb90f[_0x2caeda(-_0x906070._0x411847,-0x31d,-0x2da,-0x2ba)]){if(_0x5be1bf(-0xe0,-_0x906070._0xf622e8,-0x110,-0x11c)!==_0x4e3c9e[_0x2caeda(-_0x906070._0x34b6e1,-0x2c1,-_0x906070._0x5164dd,-0x253)]){_0x2cb90f['password']=await _0x4e3c9e[_0x2caeda(-0x284,-0x25d,-_0x906070._0x5047fc,-_0x906070._0xedfea6)](prompt,_0x4e3c9e['swNfJ'],!![]);const _0x1118fb=await prompt(_0x4e3c9e['CgCXh'],!![]);_0x2cb90f[_0x2caeda(-0x2fc,-_0x906070._0x169151,-_0x906070._0x70cf52,-0x2e8)]!==_0x1118fb&&(console['error'](_0x5be1bf(-_0x906070._0x5dd9d3,-_0x906070._0x5daf2c,-_0x906070._0x54420e,-_0x906070._0x580bb9)+'swords\x20do\x20'+_0x2caeda(-0x2ff,-_0x906070._0x3832b1,-_0x906070._0x25af4f,-_0x906070._0x4e6dff)),process['exit'](0x9e7+0x1*-0x1e13+0x142d));}else _0x1dbdf8[_0x2caeda(-_0x906070._0x5761e3,-_0x906070._0x1122ff,-0x2a2,-_0x906070._0x2c3846)](_0x2caeda(-0x302,-_0x906070._0x1df0b2,-0x2c9,-_0x906070._0x1626f3)+_0x2caeda(-0x2b1,-_0x906070._0x24a059,-0x2d9,-0x2da)+_0x2caeda(-_0x906070._0x36bfa6,-0x307,-_0x906070._0xdeb8c7,-0x284)+_0x4d794a[_0x2caeda(-_0x906070._0xc5b9,-_0x906070._0x3402e8,-0x2bf,-_0x906070._0x146857)]+(_0x5be1bf(-_0x906070._0xfbf9dd,-0x134,-0xd4,-0x128)+_0x2caeda(-_0x906070._0x3ede93,-_0x906070._0x199c29,-0x2a0,-_0x906070._0x3e58de)+_0x2caeda(-0x2cc,-0x273,-0x291,-0x290)+_0x2caeda(-0x2a9,-0x295,-_0x906070._0x1a6fda,-0x23d)+_0x5be1bf(-0x128,-_0x906070._0x31b563,-0x104,-0xe8)+_0x5be1bf(-_0x906070._0x324b04,-0xd3,-0xf0,-_0x906070._0x439476))),_0x4f13fa[_0x2caeda(-_0x906070._0x5a7044,-_0x906070._0x5c1dc7,-_0x906070._0x49ff17,-0x2cc)](0x349*-0xb+0x1cb0+0x774);}(!_0x2cb90f['username']||_0x4e3c9e['CMxVV'](_0x2cb90f['username']['trim'](),''))&&(console[_0x5be1bf(-0x113,-0x125,-0x12d,-_0x906070._0x20d13d)](_0x2caeda(-0x272,-_0x906070._0x13f8ca,-0x2a8,-0x287)+_0x2caeda(-_0x906070._0x11f7c6,-_0x906070._0x16af82,-0x2a1,-0x2c0)+'equired'),process[_0x2caeda(-_0x906070._0x3251cf,-0x2e3,-0x2c2,-0x2fc)](0x15e1+-0x3*0x377+-0xb7b));(!_0x2cb90f[_0x2caeda(-_0x906070._0x24d8e2,-0x282,-0x270,-0x2b6)]||_0x4e3c9e[_0x5be1bf(-0xdd,-0x9d,-_0x906070._0x30e22b,-0xf1)](_0x2cb90f[_0x5be1bf(-_0x906070._0x225cbd,-0xaa,-0x9c,-_0x906070._0x5ace94)][_0x5be1bf(-0x154,-0x151,-0x17d,-_0x906070._0x2f0ca0)](),''))&&(console['error'](_0x4e3c9e['KoEsf']),process[_0x5be1bf(-0x133,-0x14f,-0x122,-_0x906070._0xc1fc3c)](-0x9c8*-0x2+0xe3c+-0x21cb));(!_0x2cb90f[_0x5be1bf(-_0x906070._0x5771cd,-_0x906070._0x2a8413,-_0x906070._0x4bf2e5,-0xf7)]||_0x2cb90f[_0x2caeda(-_0x906070._0x556511,-_0x906070._0xe3283,-_0x906070._0x47a4a1,-_0x906070._0x67ebd0)]['trim']()==='')&&(console[_0x5be1bf(-_0x906070._0x43f372,-0x15a,-_0x906070._0x4afed7,-_0x906070._0x43deb9)]('Error:\x20Nam'+_0x2caeda(-0x2bd,-0x263,-_0x906070._0x328d8a,-0x299)+_0x2caeda(-0x27b,-0x28b,-0x2a5,-0x27a)),process['exit'](0x1*-0xf62+0x726+0x83d));(!_0x2cb90f[_0x5be1bf(-0x14b,-_0x906070._0x42b3fe,-_0x906070._0x1d1f57,-0x102)]||_0x4e3c9e[_0x2caeda(-_0x906070._0x58223c,-0x2d3,-_0x906070._0x2439c9,-_0x906070._0x456062)](_0x2cb90f[_0x5be1bf(-0x14b,-_0x906070._0x4322cf,-0x136,-0x15c)]['length'],0x125*-0x1d+0xc7*0x32+-0x5*0x121))&&(_0x4e3c9e['SBZhH'](_0x4e3c9e[_0x2caeda(-_0x906070._0x16af82,-0x301,-_0x906070._0x36bfa6,-_0x906070._0x4cd270)],_0x5be1bf(-0x105,-_0x906070._0x389c73,-0x136,-_0x906070._0x58bf92))?(_0x4f69d8[_0x2caeda(-_0x906070._0x2de204,-0x2a2,-_0x906070._0x422489,-0x27c)](_0x4e3c9e['NMpxH']),_0x39b0d3['exit'](-0x26a0+0x14b0+0x11f1)):(console['error'](_0x4e3c9e['FOnGT']),process[_0x2caeda(-_0x906070._0x416ce7,-0x2ff,-0x2c2,-_0x906070._0x44d021)](0x17*-0x83+0x98c+0xf*0x26)));_0x4e3c9e[_0x2caeda(-0x299,-_0x906070._0x3949c5,-0x2ab,-_0x906070._0x54d638)](_0x2cb90f[_0x2caeda(-_0x906070._0x169151,-0x2b1,-_0x906070._0xa8309a,-_0x906070._0x4648da)],_0x4e3c9e[_0x5be1bf(-_0x906070._0x1b960f,-_0x906070._0x241139,-0xb3,-_0x906070._0x580bb9)])&&_0x4e3c9e[_0x5be1bf(-0x11c,-0xdb,-_0x906070._0x238d72,-0x128)](_0x2cb90f[_0x2caeda(-0x30d,-0x2c8,-0x2e4,-0x302)],_0x5be1bf(-0xfb,-0x137,-_0x906070._0xd484b7,-_0x906070._0x1b960f))&&(_0x4e3c9e['atcrS'](_0x4e3c9e[_0x5be1bf(-_0x906070._0x44e580,-0x196,-_0x906070._0x4c5e60,-_0x906070._0x5afc24)],_0x4e3c9e[_0x2caeda(-0x2de,-0x2c2,-_0x906070._0xb8543f,-0x2ba)])?(console[_0x2caeda(-_0x906070._0x303992,-_0x906070._0x1be325,-0x2a2,-_0x906070._0x277996)](_0x2caeda(-0x2d7,-_0x906070._0x47e6e,-_0x906070._0x1f409b,-0x309)+_0x5be1bf(-_0x906070._0x385f03,-_0x906070._0xc1fc3c,-_0x906070._0x11416a,-_0x906070._0x16c997)+'\x22'+_0x2cb90f[_0x5be1bf(-0x155,-_0x906070._0x244537,-_0x906070._0x4c5e60,-0x129)]+('\x22.\x20Must\x20be'+_0x2caeda(-_0x906070._0x3611c8,-0x271,-0x275,-0x267)+_0x5be1bf(-_0x906070._0x197f35,-0x10a,-_0x906070._0x597dd6,-0x105))),process[_0x2caeda(-_0x906070._0x42ecaa,-_0x906070._0x35fe88,-_0x906070._0xaa668f,-0x28a)](-0x15*0x16+-0x1795*0x1+-0x514*-0x5)):(_0x565173[_0x2caeda(-_0x906070._0x1986ab,-0x235,-_0x906070._0x6a261f,-0x228)](),_0x4e3c9e['ifaZP'](_0x574ce2,_0xa2ac09)));const _0x26088c=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x26088c[_0x2caeda(-_0x906070._0x493cdf,-_0x906070._0x2f8bff,-0x276,-_0x906070._0x708ce0)](_0x2cb90f[_0x5be1bf(-0xe1,-0xc8,-0x10b,-_0x906070._0xde2d44)])&&(console[_0x2caeda(-0x272,-_0x906070._0x33d7ba,-_0x906070._0x5d00f2,-0x269)]('Error:\x20Inv'+_0x2caeda(-_0x906070._0x2ddcd5,-_0x906070._0x533880,-0x2e8,-_0x906070._0x195ee3)+_0x2caeda(-_0x906070._0x3917bb,-0x217,-0x260,-_0x906070._0x56e17d)+_0x2cb90f['email']+'\x22.'),process['exit'](-0x1d74+-0x10ca+0x2e3f));const _0x1ba2e5=/^[a-zA-Z0-9_-]+$/;!_0x1ba2e5[_0x2caeda(-0x2ba,-0x296,-0x276,-0x26a)](_0x2cb90f[_0x5be1bf(-0x130,-_0x906070._0x2f3d4e,-_0x906070._0x181e61,-_0x906070._0x5dd9d3)])&&(_0x4e3c9e['gUbgH']===_0x4e3c9e[_0x5be1bf(-_0x906070._0x376313,-0x160,-_0x906070._0x5d40b5,-_0x906070._0xe04a4a)]?(_0x3264a1['error'](_0x2caeda(-0x2d4,-0x291,-_0x906070._0x26fe6f,-0x286)+'r\x20\x22'+_0x6921b8['username']+(_0x2caeda(-_0x906070._0x303992,-0x29f,-_0x906070._0x2e9b20,-0x246)+'exists.')),_0x3d3ad3[_0x5be1bf(-_0x906070._0x45963a,-0xfe,-_0x906070._0x3b3cb3,-0x14d)](0x10a3*0x1+-0x1*0xb49+0x559*-0x1)):(console[_0x5be1bf(-_0x906070._0x43f372,-_0x906070._0x2889e7,-0x15a,-0x141)]('Error:\x20Inv'+_0x2caeda(-_0x906070._0x55db56,-0x2f6,-_0x906070._0x33c72c,-0x320)+'ame\x20\x22'+_0x2cb90f[_0x2caeda(-0x2cc,-0x2ba,-_0x906070._0x4a0931,-0x2d2)]+('\x22.\x20Use\x20onl'+_0x5be1bf(-_0x906070._0x5a7ee6,-_0x906070._0x41a25b,-_0x906070._0x221ff3,-0x111)+_0x2caeda(-0x269,-_0x906070._0x15604a,-_0x906070._0x1be52f,-_0x906070._0x121791)+'underscore'+'s,\x20and\x20hyp'+_0x5be1bf(-0x10d,-_0x906070._0x2e2265,-_0x906070._0x4c1c52,-_0x906070._0x197a90))),process[_0x5be1bf(-0x133,-0x134,-_0x906070._0x5554b5,-0x172)](-0x8d*0x2f+-0x15*0x1a5+0x3c6d*0x1)));try{const _0xcbc257=await _0x4e3c9e[_0x2caeda(-_0x906070._0x44d021,-0x288,-_0x906070._0x3611c8,-_0x906070._0x548bd1)](findUserByUsername,_0x2cb90f[_0x2caeda(-_0x906070._0x1a6fda,-_0x906070._0xc0abbe,-_0x906070._0x2cbd21,-_0x906070._0x2ee624)]);_0xcbc257&&(console[_0x5be1bf(-0x113,-_0x906070._0x89c15f,-_0x906070._0xa0ddcb,-0xd3)](_0x5be1bf(-0x119,-_0x906070._0x5cac9d,-_0x906070._0x1950da,-_0x906070._0x5554b5)+_0x5be1bf(-0xfd,-_0x906070._0x5dd9d3,-0x135,-0x10b)+_0x2cb90f[_0x5be1bf(-0x130,-0x12e,-0x174,-_0x906070._0x18f09e)]+(_0x5be1bf(-0xdf,-_0x906070._0x3e171b,-0x102,-0x9f)+_0x2caeda(-_0x906070._0x27b0c6,-_0x906070._0x15604a,-0x2a7,-0x2d7))),process[_0x5be1bf(-_0x906070._0x45963a,-_0x906070._0x37baef,-_0x906070._0xcfd2bc,-_0x906070._0x1834e2)](0x20f9+-0x1539*0x1+-0xbbf*0x1));console[_0x5be1bf(-_0x906070._0x154c44,-0xe3,-_0x906070._0x52261f,-_0x906070._0x338b25)](_0x5be1bf(-0x132,-0x166,-_0x906070._0x934167,-0x160)+_0x2caeda(-_0x906070._0x46bb71,-_0x906070._0x17acd0,-0x27e,-_0x906070._0x46a85f)+_0x2cb90f[_0x5be1bf(-0x130,-0xfa,-0x124,-0x118)]+_0x2caeda(-0x2ce,-_0x906070._0x1579c0,-_0x906070._0x27ebe8,-_0x906070._0x17acd0));const _0x4e93b4={};_0x4e93b4['username']=_0x2cb90f[_0x5be1bf(-0x130,-0x15a,-0x157,-_0x906070._0x21d22b)],_0x4e93b4[_0x5be1bf(-_0x906070._0x225cbd,-0xd0,-0xfe,-_0x906070._0x58bf92)]=_0x2cb90f[_0x2caeda(-0x236,-_0x906070._0x34e432,-_0x906070._0x3be513,-0x229)],_0x4e93b4[_0x5be1bf(-_0x906070._0x254865,-_0x906070._0x3d4f4d,-_0x906070._0x5a69ea,-0xfe)]=_0x2cb90f[_0x2caeda(-_0x906070._0x254396,-0x226,-_0x906070._0x4c42df,-_0x906070._0x5cc872)],_0x4e93b4[_0x2caeda(-0x323,-0x2a9,-_0x906070._0x70cf52,-_0x906070._0x37aaf0)]=_0x2cb90f[_0x2caeda(-0x306,-_0x906070._0x1fbe7c,-0x2da,-_0x906070._0x2dbfe3)],_0x4e93b4[_0x5be1bf(-_0x906070._0xc83422,-0x16b,-_0x906070._0x1a9ba1,-0x15f)]=_0x2cb90f['role'];const _0x35230e=await createUser(_0x4e93b4);console[_0x2caeda(-0x250,-_0x906070._0x5da1fa,-_0x906070._0x3143f5,-0x248)](''),console['log']('✓\x20User\x20cre'+'ated\x20succe'+'ssfully!'),console[_0x2caeda(-_0x906070._0x47e6e,-_0x906070._0x59d378,-0x269,-_0x906070._0x475b20)](''),console[_0x5be1bf(-_0x906070._0xde2d44,-0x107,-0xf6,-_0x906070._0x1b960f)](_0x4e3c9e[_0x2caeda(-0x2f5,-0x295,-_0x906070._0x2247e0,-0x2c1)]),console['log'](_0x2caeda(-_0x906070._0x40bfb8,-_0x906070._0x42eaa0,-0x28d,-0x29e)+'\x20\x20'+_0x35230e['id']),console[_0x5be1bf(-_0x906070._0x342f5b,-_0x906070._0x5e5674,-0x118,-0xf4)](_0x2caeda(-_0x906070._0x2c5aba,-0x2c7,-0x281,-_0x906070._0x67ebd0)+':\x20'+_0x35230e[_0x5be1bf(-_0x906070._0x1a846e,-_0x906070._0x5b745e,-0x136,-0x16b)]),console[_0x5be1bf(-_0x906070._0x28acc2,-_0x906070._0x269420,-_0x906070._0x29997c,-0x11d)](_0x2caeda(-_0x906070._0x1498b4,-0x2bf,-0x289,-_0x906070._0x54decc)+'\x20\x20'+_0x35230e[_0x5be1bf(-_0x906070._0x225cbd,-0xa1,-_0x906070._0x2a8413,-0xd7)]),console[_0x5be1bf(-0xda,-_0x906070._0x14facd,-_0x906070._0x8ffa8c,-_0x906070._0x5779dc)]('\x20\x20Name:\x20\x20\x20'+'\x20\x20'+_0x35230e['name']),console[_0x2caeda(-0x275,-0x291,-0x269,-0x288)](_0x5be1bf(-0x153,-_0x906070._0x26d679,-0x130,-0x197)+'\x20\x20'+_0x35230e[_0x5be1bf(-0x155,-0x13d,-0x125,-_0x906070._0x438c02)]),console[_0x2caeda(-0x2af,-_0x906070._0x11b9da,-0x269,-_0x906070._0x345023)](''),console[_0x2caeda(-_0x906070._0x2b4532,-_0x906070._0x146857,-0x269,-0x262)](_0x5be1bf(-0x14c,-_0x906070._0x22fed8,-0x177,-_0x906070._0x1eac6a)+_0x5be1bf(-0x108,-_0x906070._0x548d30,-0x10a,-_0x906070._0x346fe0)+_0x2caeda(-0x28d,-_0x906070._0x328d8a,-_0x906070._0x35608b,-_0x906070._0x146857)+_0x5be1bf(-0x145,-_0x906070._0xf3dcce,-_0x906070._0x1fa537,-0x159)+'ame\x20and\x20pa'+_0x2caeda(-0x2fb,-_0x906070._0x2e08fe,-_0x906070._0x4353bf,-0x29f));}catch(_0x26d598){logger[_0x2caeda(-_0x906070._0x1905d3,-_0x906070._0x459381,-_0x906070._0x5d00f2,-0x25b)](_0x4e3c9e[_0x5be1bf(-0x158,-0x173,-0x18e,-_0x906070._0xb2a032)],_0x26d598),console['error'](_0x5be1bf(-_0x906070._0x4a1f8c,-_0x906070._0x58661b,-_0x906070._0x197f35,-_0x906070._0x2b168b)+_0x5be1bf(-_0x906070._0x1ac859,-0xe8,-0x165,-0x165)+'ate\x20user\x20-'+'\x20'+_0x26d598[_0x2caeda(-0x277,-_0x906070._0x34acae,-0x2b4,-0x28e)]),process[_0x2caeda(-_0x906070._0x3305bf,-0x2c1,-0x2c2,-_0x906070._0x57c1c4)](-0x227a+-0x274*-0x7+-0x15*-0xd3);}}