@profoundlogic/coderflow-server 0.8.3 → 0.8.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 (177) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/compression-filter.js +1 -1
  32. package/dist/lib/config-migration.js +1 -1
  33. package/dist/lib/container-credential-sync.js +1 -1
  34. package/dist/lib/container-tokens.js +1 -1
  35. package/dist/lib/data-dir.js +1 -1
  36. package/dist/lib/deployment-history.js +1 -1
  37. package/dist/lib/deployment-service.js +1 -1
  38. package/dist/lib/docker-utils.js +1 -1
  39. package/dist/lib/email.js +1 -1
  40. package/dist/lib/emailTemplates.js +1 -1
  41. package/dist/lib/entitlement.js +1 -1
  42. package/dist/lib/external-connections.js +1 -1
  43. package/dist/lib/fetch-utils.js +1 -1
  44. package/dist/lib/git-commit-details-route.js +1 -1
  45. package/dist/lib/git-history-diff-guardrails.js +1 -1
  46. package/dist/lib/git-provider-service.js +1 -1
  47. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  48. package/dist/lib/git-provider-setup/index.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  51. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  52. package/dist/lib/git-providers/github-app-provider.js +1 -1
  53. package/dist/lib/git-providers/index.js +1 -1
  54. package/dist/lib/git-providers/provider-factory.js +1 -1
  55. package/dist/lib/git-providers/provider-interface.js +1 -1
  56. package/dist/lib/github-urls.js +1 -1
  57. package/dist/lib/group-objective-linking.js +1 -1
  58. package/dist/lib/ibmi-sync.js +1 -1
  59. package/dist/lib/jira-client.js +1 -1
  60. package/dist/lib/judge-blinding.js +1 -1
  61. package/dist/lib/logger.js +1 -1
  62. package/dist/lib/memory-utils.js +1 -1
  63. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  64. package/dist/lib/model-fetcher.js +1 -1
  65. package/dist/lib/notifications.js +1 -1
  66. package/dist/lib/objective-context.js +1 -1
  67. package/dist/lib/oidc-auth.js +1 -1
  68. package/dist/lib/oidc-device-flow.js +1 -1
  69. package/dist/lib/passwordTokens.js +1 -1
  70. package/dist/lib/permission-resolver.js +1 -1
  71. package/dist/lib/pin-cascade.js +1 -1
  72. package/dist/lib/provider-accounts.js +1 -1
  73. package/dist/lib/provider-oauth.js +1 -1
  74. package/dist/lib/provider-profile.js +1 -1
  75. package/dist/lib/provider-token-refresh.js +1 -1
  76. package/dist/lib/rbac-user-state.js +1 -1
  77. package/dist/lib/request-url.js +1 -1
  78. package/dist/lib/rewind.js +1 -1
  79. package/dist/lib/role-definitions.js +1 -1
  80. package/dist/lib/roles.js +1 -1
  81. package/dist/lib/secrets.js +1 -1
  82. package/dist/lib/setup-repo-git-auth.js +1 -1
  83. package/dist/lib/state-capture.js +1 -1
  84. package/dist/lib/static-files.js +1 -1
  85. package/dist/lib/task-aliases.js +1 -1
  86. package/dist/lib/task-container-init.js +1 -1
  87. package/dist/lib/task-context-usage.js +1 -1
  88. package/dist/lib/task-name-format.js +1 -1
  89. package/dist/lib/task-name-generator.js +1 -1
  90. package/dist/lib/task-source-metadata.js +1 -1
  91. package/dist/lib/teams.js +1 -1
  92. package/dist/lib/user-git-oauth.js +1 -1
  93. package/dist/lib/user-git-tokens.js +1 -1
  94. package/dist/lib/users.js +1 -1
  95. package/dist/middleware/requireAuth.js +1 -1
  96. package/dist/middleware/requireInit.js +1 -1
  97. package/dist/middleware/requirePermission.js +1 -1
  98. package/dist/package.json +1 -1
  99. package/dist/playwright.config.js +1 -1
  100. package/dist/playwright.task-terminal.config.js +1 -1
  101. package/dist/routes/apiKeys.js +1 -1
  102. package/dist/routes/auth-oidc.js +1 -1
  103. package/dist/routes/auth.js +1 -1
  104. package/dist/routes/automations.js +1 -1
  105. package/dist/routes/bindings.js +1 -1
  106. package/dist/routes/build.js +1 -1
  107. package/dist/routes/containers.js +1 -1
  108. package/dist/routes/deploy-task.js +1 -1
  109. package/dist/routes/environment-management.js +1 -1
  110. package/dist/routes/environments.js +1 -1
  111. package/dist/routes/external-skills.js +1 -1
  112. package/dist/routes/git-credentials.js +1 -1
  113. package/dist/routes/git-oauth.js +1 -1
  114. package/dist/routes/git-provider-setup.js +1 -1
  115. package/dist/routes/health.js +1 -1
  116. package/dist/routes/jira.js +1 -1
  117. package/dist/routes/logs.js +1 -1
  118. package/dist/routes/objective-management.js +1 -1
  119. package/dist/routes/password.js +1 -1
  120. package/dist/routes/prompt.js +1 -1
  121. package/dist/routes/provider-auth.js +1 -1
  122. package/dist/routes/qa.js +1 -1
  123. package/dist/routes/roles.js +1 -1
  124. package/dist/routes/settings.js +1 -1
  125. package/dist/routes/skill-management.js +1 -1
  126. package/dist/routes/skills.js +1 -1
  127. package/dist/routes/stats.js +1 -1
  128. package/dist/routes/tasks.js +1 -1
  129. package/dist/routes/teams.js +1 -1
  130. package/dist/routes/templates.js +1 -1
  131. package/dist/routes/test-task.js +1 -1
  132. package/dist/routes/test.js +1 -1
  133. package/dist/routes/users.js +1 -1
  134. package/dist/routes/visualizations.js +1 -1
  135. package/dist/scripts/create-user.js +1 -1
  136. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  137. package/dist/start.js +1 -1
  138. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  139. package/dist/web-ui/public/activity-feed.js +1 -1
  140. package/dist/web-ui/public/activity-formatters.js +1 -1
  141. package/dist/web-ui/public/admin.js +1 -1
  142. package/dist/web-ui/public/agent-event-parser.js +1 -1
  143. package/dist/web-ui/public/app.js +1 -1
  144. package/dist/web-ui/public/approve-dialog.js +1 -1
  145. package/dist/web-ui/public/automation-links.js +1 -1
  146. package/dist/web-ui/public/automation-schedule.js +1 -1
  147. package/dist/web-ui/public/comments-widget.js +1 -1
  148. package/dist/web-ui/public/diff-utils.js +1 -1
  149. package/dist/web-ui/public/environments.js +1 -1
  150. package/dist/web-ui/public/feedback-widget.js +1 -1
  151. package/dist/web-ui/public/file-selection-tree.js +1 -1
  152. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  153. package/dist/web-ui/public/git-history.js +1 -1
  154. package/dist/web-ui/public/git-status.js +1 -1
  155. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  156. package/dist/web-ui/public/index.js +1 -1
  157. package/dist/web-ui/public/login.js +1 -1
  158. package/dist/web-ui/public/markdown-editor.js +1 -1
  159. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  160. package/dist/web-ui/public/modal-maximize.js +1 -1
  161. package/dist/web-ui/public/notifications.js +1 -1
  162. package/dist/web-ui/public/permissions.js +1 -1
  163. package/dist/web-ui/public/pr-dialog.js +1 -1
  164. package/dist/web-ui/public/roles.js +1 -1
  165. package/dist/web-ui/public/settings.js +1 -1
  166. package/dist/web-ui/public/setup-password.js +1 -1
  167. package/dist/web-ui/public/skills.js +1 -1
  168. package/dist/web-ui/public/sse-client.js +1 -1
  169. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  170. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  171. package/dist/web-ui/public/task.js +1 -1
  172. package/dist/web-ui/public/teams.js +1 -1
  173. package/dist/web-ui/public/terminal.js +1 -1
  174. package/dist/web-ui/public/theme.js +1 -1
  175. package/dist/web-ui/public/users.js +1 -1
  176. package/dist/web-ui/public/variant-grouping.js +1 -1
  177. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0xa8746e,_0x28f435){const _0xa31e83={_0x6ed184:0x36,_0x5ca69c:0xe4,_0x212d92:0x158,_0x3f4f8b:0x150,_0x453283:0xd0,_0xd1abdf:0xfe,_0x395402:0xa4,_0x5b4804:0x2ce,_0x40bf4a:0x2fb,_0x27dcba:0x27f,_0x285f09:0x25c,_0x22d2cc:0xab,_0x11f1cd:0x261,_0x18a18f:0x274,_0x5b2198:0x252,_0x29e9ff:0xc4,_0x5593cc:0x2b3,_0x3645ee:0x2ba,_0x37ee00:0x252},_0x5569af={_0x3a36af:0xf5};function _0x389ad0(_0x33b5fa,_0x316604,_0x5e5ef1,_0x39e58c){return _0x4339(_0x39e58c- -_0x5569af._0x3a36af,_0x5e5ef1);}function _0x4baa91(_0x2b5a92,_0x1dca39,_0x4bebcf,_0xa6fb79){return _0x4339(_0x2b5a92-0x103,_0x4bebcf);}const _0x4f1dc8=_0xa8746e();while(!![]){try{const _0x3737c2=-parseInt(_0x389ad0(0x63,-_0xa31e83._0x6ed184,-0x66,-0x9))/(0x102+-0x2105+0x801*0x4)+-parseInt(_0x389ad0(0x3f,0xc2,_0xa31e83._0x5ca69c,0x86))/(0x14d4+0x1b88+-0x305a)*(parseInt(_0x389ad0(0xcc,_0xa31e83._0x212d92,_0xa31e83._0x3f4f8b,_0xa31e83._0x453283))/(0x990+0x8*0x43f+0x359*-0xd))+parseInt(_0x389ad0(_0xa31e83._0xd1abdf,0x102,0xd9,_0xa31e83._0x395402))/(0x12d9+0x26a1+-0x3976)+-parseInt(_0x4baa91(_0xa31e83._0x5b4804,_0xa31e83._0x40bf4a,_0xa31e83._0x27dcba,_0xa31e83._0x285f09))/(0x28d*-0x5+-0x1*-0xb02+0x1c4)*(-parseInt(_0x389ad0(0x52,0xa3,-0x3,0x23))/(0x2b2+-0x1202+-0x7ab*-0x2))+parseInt(_0x389ad0(0x14,_0xa31e83._0x22d2cc,0x50,0x37))/(0x1ac6+-0x411*-0x4+-0x2b03)*(parseInt(_0x4baa91(0x2c0,_0xa31e83._0x11f1cd,_0xa31e83._0x18a18f,0x25b))/(-0x77b*0x1+0x18ad+-0x112a))+-parseInt(_0x4baa91(0x1e2,0x222,_0xa31e83._0x5b2198,0x25a))/(0x3*0x29f+0xe59+-0x1*0x162d)*(parseInt(_0x389ad0(_0xa31e83._0x29e9ff,0x117,0x10c,0xb3))/(0x17a5*0x1+0x123*-0x1d+0x95c))+-parseInt(_0x4baa91(_0xa31e83._0x5593cc,_0xa31e83._0x3645ee,0x2d2,_0xa31e83._0x37ee00))/(-0x2af*-0x4+0x1ef+0x1*-0xca0);if(_0x3737c2===_0x28f435)break;else _0x4f1dc8['push'](_0x4f1dc8['shift']());}catch(_0x549a92){_0x4f1dc8['push'](_0x4f1dc8['shift']());}}}(_0x2e93,0x7*-0xb04b+-0x143*0x263+0xca41d));import{spawn}from'child_process';import{promises as _0x430692}from'fs';import _0x61530e from'path';import _0x36cb74 from'os';import _0x1e789a from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';function _0x4339(_0x5cea78,_0x133a60){_0x5cea78=_0x5cea78-(0x12cd+0x1*-0x1db7+0xbad);const _0x595ac9=_0x2e93();let _0x47367b=_0x595ac9[_0x5cea78];if(_0x4339['DFFkkX']===undefined){var _0x478d4a=function(_0x23bd44){const _0x4a2bd5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x45db2b='',_0x35e94a='';for(let _0x34f25d=-0x1*-0x11a7+-0x11ef+0x2*0x24,_0x3d4faf,_0x5156a8,_0x722be5=0x5*-0x71d+-0x2e*0x11+0x1*0x269f;_0x5156a8=_0x23bd44['charAt'](_0x722be5++);~_0x5156a8&&(_0x3d4faf=_0x34f25d%(0x4fb+-0xfa4+-0x3*-0x38f)?_0x3d4faf*(0x135+-0x11f+0x2a)+_0x5156a8:_0x5156a8,_0x34f25d++%(-0xd*0x2d2+0x2*0x1139+-0x11e*-0x2))?_0x45db2b+=String['fromCharCode'](-0xd*-0x218+0x193a*-0x1+-0xff&_0x3d4faf>>(-(-0x4a1+0x14ef+-0x104c)*_0x34f25d&-0x45*0x35+-0x5c3+0x1412)):-0x1396+0x1568+-0x1d2*0x1){_0x5156a8=_0x4a2bd5['indexOf'](_0x5156a8);}for(let _0x8bd7e6=0x189+-0x51b*0x6+0x1d19,_0x8fb88d=_0x45db2b['length'];_0x8bd7e6<_0x8fb88d;_0x8bd7e6++){_0x35e94a+='%'+('00'+_0x45db2b['charCodeAt'](_0x8bd7e6)['toString'](-0x4e7+-0x3*-0x6d9+-0xf94))['slice'](-(0x1*0x1d3f+0x13*0x1cf+-0x3f9a));}return decodeURIComponent(_0x35e94a);};_0x4339['cALHrB']=_0x478d4a,_0x4339['zpwEwB']={},_0x4339['DFFkkX']=!![];}const _0x1e7321=_0x595ac9[0x126f+-0x2f0+0xf7f*-0x1],_0x5a20a7=_0x5cea78+_0x1e7321,_0x5a89c0=_0x4339['zpwEwB'][_0x5a20a7];return!_0x5a89c0?(_0x47367b=_0x4339['cALHrB'](_0x47367b),_0x4339['zpwEwB'][_0x5a20a7]=_0x47367b):_0x47367b=_0x5a89c0,_0x47367b;}const __filename=fileURLToPath(import.meta.url),__dirname=_0x61530e['dirname'](__filename),PID_FILE=_0x61530e[_0x3c128b(0x184,0x187,0x1a3,0x10a)](_0x36cb74[_0x3c128b(0x285,0x26b,0x2bd,0x210)](),'.coder','server.pid');function _0x3c128b(_0x3542b2,_0x377dac,_0x4cedc1,_0x125df2){const _0x5e68e7={_0x12faea:0xaf};return _0x4339(_0x377dac-_0x5e68e7._0x12faea,_0x125df2);}const LOG_FILE=_0x61530e[_0x4262a1(0x489,0x4f4,0x4a2,0x4a7)](_0x36cb74[_0x3c128b(0x29c,0x26b,0x256,0x2af)](),'.coder',_0x4262a1(0x55d,0x48b,0x479,0x4de));export async function isServerRunning(){const _0x2d0d70={_0xfaf773:0x58f,_0x1f9a7e:0x589,_0x4e02c3:0x50e,_0x1c936b:0x367,_0x5de1f3:0x3c1,_0x367ef1:0x52e,_0x3ae15c:0x500,_0x668408:0x43a,_0x4124a1:0x475,_0xa64955:0x4da,_0x3352d5:0x4e9,_0x3c8c46:0x427,_0x4c070c:0x44b,_0x243bcd:0x4d5,_0x127001:0x40d,_0x1f74ab:0x488,_0x4c1442:0x4c0,_0x39579e:0x4ba,_0xd5bd2:0x55f,_0x55c1b1:0x50a,_0x3854bf:0x495,_0x1e9a6d:0x3c9,_0x551863:0x3a7,_0xd59d87:0x49d,_0x290659:0x3b8,_0x33a2b3:0x47c,_0x4ae878:0x4ba,_0x4f4566:0x486,_0x34909f:0x4aa,_0x14f0d5:0x56a,_0x26b4d5:0x4e7,_0xf82f49:0x4ed,_0x35f03d:0x44d,_0x508531:0x50f,_0x1de987:0x560,_0x1a8fa1:0x4a3,_0x23cd67:0x4a7,_0x2c51ce:0x42e,_0x43d3bc:0x404,_0x466018:0x561,_0x2d233a:0x59c,_0x5c2ffd:0x4c9,_0x449fc8:0x54f,_0x99003b:0x512,_0x18a614:0x5a2,_0x38d62c:0x531,_0x161ea3:0x491,_0x25cf53:0x586,_0x936b83:0x565,_0x4a4070:0x4d3,_0x4d73e7:0x528,_0x461adc:0x4bf,_0x56eb11:0x504,_0x1a9f27:0x53c},_0x29b810={_0x4df5c4:0x1a6},_0x55434f={_0x140c07:0xb1},_0x282b0f={'XQlxq':_0xef4bca(_0x2d0d70._0xfaf773,0x4d8,_0x2d0d70._0x1f9a7e,_0x2d0d70._0x4e02c3)+_0x2a275c(_0x2d0d70._0x1c936b,0x3e9,0x3f1,_0x2d0d70._0x5de1f3),'HenSl':_0xef4bca(0x55c,_0x2d0d70._0x367ef1,0x4aa,_0x2d0d70._0x3ae15c)+'\x20not\x20have\x20'+'been\x20start'+_0xef4bca(0x52d,_0x2d0d70._0x668408,0x4f0,0x4a5)+'was\x20starte'+_0xef4bca(_0x2d0d70._0x4124a1,_0x2d0d70._0xa64955,0x45e,_0x2d0d70._0x3352d5)+'round\x20mode','aLjoR':'utf-8','ekrtO':function(_0x9a2e71,_0x6ae93a,_0x40a376){return _0x9a2e71(_0x6ae93a,_0x40a376);},'ZWNTc':_0x2a275c(_0x2d0d70._0x3c8c46,_0x2d0d70._0x4c070c,_0x2d0d70._0x243bcd,0x4c1)};function _0x2a275c(_0x4dfa72,_0x16a15d,_0x2b8a24,_0x30f14d){return _0x4262a1(_0x4dfa72,_0x16a15d-0x7b,_0x2b8a24-0x16c,_0x16a15d- -_0x55434f._0x140c07);}function _0xef4bca(_0x2d3d20,_0x2b001d,_0x4755a3,_0x2d0e6d){return _0x4262a1(_0x2b001d,_0x2b001d-_0x29b810._0x4df5c4,_0x4755a3-0x66,_0x2d0e6d- -0x17);}try{const _0x3eb374=await _0x430692[_0xef4bca(_0x2d0d70._0x127001,_0x2d0d70._0x1f74ab,0x42e,0x487)](PID_FILE,_0x282b0f[_0x2a275c(0x482,_0x2d0d70._0x4c1442,0x437,_0x2d0d70._0x39579e)]),_0x47966e=_0x282b0f[_0xef4bca(_0x2d0d70._0xd5bd2,0x519,0x48f,_0x2d0d70._0x55c1b1)](parseInt,_0x3eb374[_0x2a275c(0x4ab,0x421,_0x2d0d70._0x3854bf,_0x2d0d70._0x1e9a6d)](),0xc1*-0xd+-0xadc+0x2f5*0x7);try{process[_0x2a275c(_0x2d0d70._0x551863,0x408,0x481,0x444)](_0x47966e,0xc11*0x3+-0x4ad+-0x1f86);const _0x5cc5fe={};return _0x5cc5fe[_0x2a275c(0x4c4,0x46a,0x45b,_0x2d0d70._0xd59d87)]=!![],_0x5cc5fe[_0x2a275c(0x447,0x430,_0x2d0d70._0x290659,0x42f)]=_0x47966e,_0x5cc5fe;}catch{if(_0x282b0f[_0xef4bca(_0x2d0d70._0x33a2b3,_0x2d0d70._0x4ae878,_0x2d0d70._0x4f4566,_0x2d0d70._0x34909f)]===_0x282b0f[_0xef4bca(0x4f8,0x485,0x47e,_0x2d0d70._0x34909f)]){await _0x430692[_0x2a275c(_0x2d0d70._0x14f0d5,_0x2d0d70._0x26b4d5,_0x2d0d70._0xf82f49,0x497)](PID_FILE)[_0xef4bca(0x4c6,0x50b,_0x2d0d70._0x35f03d,0x498)](()=>{});const _0x2a430d={};return _0x2a430d[_0xef4bca(0x48a,_0x2d0d70._0x508531,_0x2d0d70._0x1de987,0x504)]=![],_0x2a430d[_0x2a275c(_0x2d0d70._0x1a8fa1,0x430,0x42d,_0x2d0d70._0x23cd67)]=null,_0x2a430d;}else _0x10798d[_0x2a275c(_0x2d0d70._0x2c51ce,_0x2d0d70._0x43d3bc,0x42d,0x3ed)]===_0xef4bca(_0x2d0d70._0x466018,_0x2d0d70._0x2d233a,0x564,0x554)?(_0x350b09[_0x2a275c(0x48d,_0x2d0d70._0x5c2ffd,_0x2d0d70._0x449fc8,_0x2d0d70._0x99003b)](_0x282b0f[_0xef4bca(_0x2d0d70._0x18a614,0x57c,0x540,0x536)]),_0x2d2a39[_0x2a275c(_0x2d0d70._0x38d62c,0x4c9,0x4ae,0x546)](_0x282b0f[_0xef4bca(0x505,0x4fd,0x514,0x4e2)])):_0x40cbbc['error'](_0x2a275c(0x408,0x494,0x475,_0x2d0d70._0x161ea3)+_0xef4bca(0x536,0x4db,_0x2d0d70._0x25cf53,_0x2d0d70._0x936b83)+_0xf54921[_0xef4bca(0x4b4,0x4d9,0x4eb,_0x2d0d70._0x4a4070)]);}}catch{const _0x4f9b57={};return _0x4f9b57[_0xef4bca(_0x2d0d70._0x4d73e7,_0x2d0d70._0x461adc,0x54c,_0x2d0d70._0x56eb11)]=![],_0x4f9b57[_0xef4bca(0x50b,0x4c8,_0x2d0d70._0x1a9f27,0x4ca)]=null,_0x4f9b57;}}async function getServerConfig(){const _0x121c0a={_0x472de0:0x34a,_0x2261f9:0x3c4,_0x1bc1ff:0x1dd,_0x47f377:0x148,_0x5abc93:0x17d,_0x2a4bf0:0x413,_0xf25d68:0x417,_0x599f31:0x40a,_0x127e2a:0x368},_0x12c8b3={_0x56db62:0x61,_0x5363c2:0x1b1},_0x50a457={'scXdK':function(_0x202b9f){return _0x202b9f();}},_0x516820=await _0x50a457[_0x2deb09(0x44d,_0x121c0a._0x472de0,_0x121c0a._0x2261f9,0x371)](getCoderSetupPath),_0x4ab996=await getServerPort(),_0x331da6=_0x72584c(-_0x121c0a._0x1bc1ff,-_0x121c0a._0x47f377,-_0x121c0a._0x5abc93,-0x17a)+_0x2deb09(0x3fd,_0x121c0a._0x2a4bf0,0x3f9,0x407)+_0x4ab996,_0x742941={};_0x742941['setupPath']=_0x516820,_0x742941[_0x2deb09(_0x121c0a._0xf25d68,_0x121c0a._0x599f31,0x3df,_0x121c0a._0x127e2a)]=_0x4ab996;function _0x2deb09(_0x17ff8c,_0x7afdc7,_0x29f85d,_0x3e72df){return _0x4262a1(_0x17ff8c,_0x7afdc7-_0x12c8b3._0x56db62,_0x29f85d-_0x12c8b3._0x5363c2,_0x29f85d- -0x185);}function _0x72584c(_0x2e3dd7,_0x284857,_0x1db3e5,_0x21eaf0){return _0x3c128b(_0x2e3dd7-0x8a,_0x1db3e5- -0x35a,_0x1db3e5-0xd6,_0x21eaf0);}return _0x742941['serverUrl']=_0x331da6,_0x742941;}function _0x2e93(){const _0x3e60b0=['Dw5RBM93BG','B3aIihrVihn0BW','teXUq2e','D2LUzYbSB2DZia','DujuAwG','lxnLCNzLCIbZDa','mxW3Fdn8nNWYFa','ls10ywLSpq','q0jnvuq','CgfYC2u','C3rHCNqUANm','C3rHCNrZv2L0Aa','v3PUAeO','CNzLCIbZDg9W','icbJB2rLCI1Zzq','ic0TC2v0DxaTCa','u2vYDMvYig1HEq','DgG6icaOBM90ia','zwrNv3C','Dw5ZAgLMDa','CNvUBMLUzW','DgLTzw91Da','BMLUzYaOzM9Yzq','A2XhvM8','CJOG','tMrVCLG','zwTYDe8','icbmB2DZoIa','tNnKyxO','icbtDgfSzsbqsq','tM8GBg9NigzPBa','DgGGl3bHDgGVDa','Dhj1zq','u3rVCcb0AguGCW','ugHxENG','icaGigrHzw1VBG','u2vYDMvYigrPza','AxneAxjLy3rVCG','D2L0AdO','ig5VDcbOyxzLia','Eu5yvMC','zxj2zxiGkfbjra','C2vYDMvYihDPDa','zxHPDa','ihj1BM5PBMC','z3mIihrVihzPzq','Dg8Vy29KzxiTCW','ig5VDcbZDg9Wia','vxnLicjJB2rLCG','v2XtDvK','ChvpEuG','uMXnrei','C2L6zq','CM5yq1e','DgHLihnLCNzLCG','vfjvu1rFufjpwa','zxjYB3i','l2HLywX0Aa','u3rVChbPBMCGCW','Dw5Yzwy','s09ABgC','D2fZihn0yxj0zq','rxjYB3iGCMvHza','qMHQBgK','icaGica','CcbWyxrOignVBG','C2nyzeS','nZmXmJG0tM5VvLjU','yMvLBIbZDgfYDa','zKL5B1u','wffSEhe','q29UzMLNDxjLia','CgLUzYbZzxj2zq','D3jPDgvgAwXL','u2vYDMvYifn0yq','wKnlBwu','ywXSB2m','C2vYDMvYvxjS','svPtwMe','r2rYAvm','C2XPy2u','rg1yvKy','sgvZvKC','B0fiENe','DhvZoG','vNjkyNe','BwTKAxi','zwjTtMu','wvz4AMG','Dha6lY9SB2nHBa','BguGueLeigzPBa','zMLNDxjLza','zgfLBw9Uig1Vza','Cg9YDa','vvzoEva','icaGia','icbvuKW6icaGia','mJiXotK3nK9AD0PjDW','u0Lhvevstq','zgvZDhjVEq','ru5pru5u','reHhq0S','rvjntLK','tKTyB3m','DhvW','C3q6ia','yuXQB1i','qKLHEe4','icbnB2rLoIaGia','wxHPBuC','Cw5Ase4','CNzLCIbZDgfYDa','mJbLCKHoy08','ruvYD3q','D2ngwey','Bg9N','rxrPruS','Aw5NigXVz3m6ia','z29YtKu','ywXOB3n0oG','mta5mJC5nujIvKnusq','D09hz28','z2v0','icbtzxr1Ccbqyq','y1LLBvO','icbqB3j0oIaGia','uxr0wxa','CNH6tu4','zYbZzxqGy29Kzq','4PYtifnLCNzLCIbZ','lcbMB3jJAw5NlG','u3rHCNrPBMCGCW','Ag9TzwrPCG','mJu1mM95C2PnqG','C2v0DxbqyxrO','AgvJAYbZzxj2zq','DgGGq3rYBcTdia','DhH0wMG','B1HxCMS','B0POr3e','cI0TlsbgB2XSBW','m05iwhHVqG','zxmGBM90igv4Aq','CMvHza','zgLYBMfTzq','Dw5SAw5R','DxHwDKy','mtm2ndG1u0X5vwrX','nxWWFdq','wfbvt3e','zw5K','zLzlD0e','rg9pyLi','qurAAgu','DgfYDgvKlG','BM5PBMCGkfbjra','A3HyzeO','zsaOueLeoIa','uvrjy2y','u2vYDMvYigLZia','ks4UlG','y2XVC2u','vKTYqvm','zcbTB2rLlG','BY9JB2rLCI1Zzq','zw52','twjluMW','C3rKAw8','DgrYtue','C3vIC3rYAw5N','zsbMB3vUza','BMLUzYaOzgfLBq','yxr1CYiGDg8GyW','yMLJvgm','CMvHzezPBgu','vgDZD0W','zsbPDcb3yxmGCW','ywXYzwfKEsbYDq','qvP3qK8','DuHnAhC','DxaGCgf0AcbPCW','AwvWBgG','AwDUB3jL','AM9PBG','A2Dpwg4','Dg9tDhjPBMC','icaGicdINjCGtM90','DgfYDgvKigLUia','z1n5sfy','zxj2zxiUlI4','otu0otGXr0vXuvv1','y2f0y2G','BM90ihjLC3bVBG','sg5pCMG','sMPUy3O','C3rKB3v0','u3rHCNrPBMCGqW','y29Kzq','zxj2zxiGD2L0Aa','B2nJCLK','q3PmrNC','A2LSBa','DYbSB2DZ','mZeXmZq2rhPTzM5M','zwqGEwv0ig9Yia','CMvZCg9UzgLUzW','zgf0yq','zwn0B3j5oIa','t1nivNO','wLDovgm','CNvUBMLUzYbPBG','Dhv2AKi','yxrOps9WyxrOlW','sKHUv0y','q09ervjFu0vsvG','q29KzxjgBg93ia','D3jPDgu','z3jHy2vMDwXSEq','rxjYB3iGC3rVCa','DgG6ia','uf9qqvri','icaGicdINjmGuNvU','ig5VDcbHigrPCG','C2vYDMLJzq','vxbmAvK','Duz5rfO','DhjPBq','DxaGCgf0AcbKBW','AMHdy2i','vvjmoIa','icbqsuq6icaGia','vxHTvwy','svfkzhO','CgHbvLu','icbtDgf0Dxm6ia','Dg1QB0q','yNjjzui','Aw4GDgHLihrLCG','C2vYDMvYlMXVzW','Aejuvfi','CM91BMqGBw9Kzq','CgLK','suPyq2u','B24P','DxrMltG','txb1tuG','yurSqKO','mtm4z3zAtxrs','B3bLBG','C3bSAxq','BwvZC2fNzq','zgv0ywnOzwq','rvjFsu5tuevdva','ls1MB2XSB3C','zxjKAwW','rdOGica','q1PfzfO','zxr1Ca','s0jZquS','BwLUywWGD2HLCG','rKf6CK0','zsaOC2vYDMvYia','rxjYB3i6ifnLDa','wMfUyxK','BgvUz3rO','sgvUu2W','C3rHDa','mJy1m2HLrLn0za','ANv6ANG','Ahr0CdOVl2XVyW','AxD0EhK','u09oy3e','zcbPBIbMB3jLzW','u3rVCcbPDcb3Aq','sKXfrvi','icaGicdIMQaGu3rH','igzVCMvNCM91BG','q09ervjFu0vuvq','u3rHCNqGDgHLia'];_0x2e93=function(){return _0x3e60b0;};return _0x2e93();}export async function startDaemon(_0x335487){const _0x494389={_0x4dc67c:0x15f,_0x3bb7e5:0x190,_0x2a13c0:0x98,_0x5c17c3:0xd6,_0x244eea:0xe3,_0x3d7dd1:0x125,_0x50dff3:0x283,_0x10d9f2:0x1f1,_0x568289:0x19b,_0x25a78a:0x19d,_0x3482ed:0x1d1,_0x1f984b:0x169,_0x2db245:0x221,_0x5d8698:0x255,_0x4efa8a:0x22b,_0x5b956b:0x211,_0x38edb2:0x1d9,_0x3c11b5:0x122,_0x3c99e3:0x212,_0x2806d6:0x1e7,_0xebf4b6:0x16f,_0x35d0ed:0xb0,_0x159b05:0x137,_0x1c3d77:0x11d,_0x4711ff:0x1be,_0x47d4c3:0x1aa,_0x1de6c3:0xb5,_0x1399ec:0xfd,_0x967fd4:0x1cf,_0x118504:0x116,_0x2ee925:0xb7,_0x38f6a5:0x13d,_0x580d69:0x144,_0x2d556c:0x99,_0x40df95:0x13e,_0x1c41ae:0x19c,_0x1eeb0a:0x195,_0x251706:0x1ec,_0x2f65fa:0x10b,_0x473a31:0x1fe,_0x36771b:0x14e,_0x3fddff:0x14f,_0x3f5b0a:0x13d,_0x5e9436:0x197,_0x1fcab0:0x14c,_0x3ef10d:0xf8,_0x24e3f3:0xff,_0x430d62:0xd2,_0x1ed058:0xbc,_0x4bf11b:0x18a,_0x3f6ee2:0x1b5,_0x11d045:0x131,_0x97ea7:0x283,_0x599239:0x22f,_0x2596f0:0xb9,_0x55adfe:0x1f2,_0x14388a:0x16c,_0x120c11:0x15e,_0x2f40ef:0x1d3,_0x197b6b:0x1f0,_0x596f53:0x277,_0x43f99b:0x16a,_0x2f3223:0x14a,_0x4cb15c:0x140,_0xde156a:0xe1,_0x4d8714:0x15d,_0x3bd75f:0x101,_0x47cf98:0x1e4,_0x1467a8:0x19e,_0x242061:0x1e2,_0x469e26:0x149,_0x3b9a66:0x18e,_0x1a5325:0x133,_0x2fb2bd:0x12d,_0x16ec5e:0x16e,_0x623500:0x1c1,_0x34cd2f:0x18c,_0xafb13c:0x1c8,_0x434eed:0x125,_0x429cff:0x181,_0x1fb9ec:0x10a,_0x4e3764:0x16b,_0x2f66f3:0x121,_0x4b802f:0x157,_0x28b8fa:0x26e,_0x3115a3:0x255,_0x4685c2:0x1e7,_0x3713b9:0x14d,_0x317e91:0x17e,_0x5a423b:0x1f0,_0x5a8ce6:0x214,_0x518922:0x12b,_0xf0668a:0x15b,_0x4cc3ae:0xe8,_0x2d51c1:0x152,_0x536673:0x135,_0x28debe:0x1df,_0x375138:0x187,_0x1765ae:0x1a4,_0x3197cb:0x1ef,_0x225047:0x130,_0x288dd9:0x1a8,_0x494db6:0x1b5,_0x4fe37c:0x112,_0x5e5426:0x18f,_0x2fa3d0:0x144,_0x5877d0:0x5b,_0x1a6f6d:0x4e,_0x3dbccd:0x119,_0x37ad5d:0xe6,_0x44d11a:0xcb,_0x3ee892:0xd7,_0x52f362:0x22d,_0x2e2cda:0x1f7,_0x456909:0x1bb,_0x33c925:0x1c6,_0x52167f:0x215,_0x119643:0x193,_0x23633c:0x15c,_0x3d8e0:0x1d2,_0x24600d:0x199,_0x3ee35f:0x238,_0x425d50:0x1ad,_0x4166c5:0x235,_0xe83d59:0x224,_0x21dab5:0x175,_0x190457:0x1f9,_0x52e23e:0x171,_0x424959:0x1bb,_0x24c762:0xc8,_0x53469f:0x141,_0x27f0b1:0x130,_0x3632a2:0xe6,_0x6a4c0a:0x17d,_0x2c6599:0x13a,_0x58b899:0x15b,_0x2fdd09:0x1d5,_0x3289d5:0x1a8,_0x3d65fe:0x192,_0x239da4:0x13f,_0x8d8433:0x11f,_0x3793d8:0x112,_0x548042:0x217,_0x58d360:0x267,_0x19b683:0x1e0,_0x19e1e5:0x203,_0x36721b:0x212,_0xb1c0ae:0x12e,_0x30e3a7:0x1b3,_0x30620d:0x289,_0x2c2932:0x163,_0x549dd0:0x18e,_0x2fbab2:0xe4,_0xf3afde:0x1c3,_0x116542:0x167,_0x47ebc5:0x22a,_0x5ec03b:0x24c,_0x4e82e2:0x1e1,_0x2f16c0:0x6b,_0x1f454a:0xe9,_0x5bed35:0xde,_0x4fa479:0x1de,_0xce5956:0x104,_0x2b67a3:0x175,_0x241d20:0x1bd,_0xcaf49e:0x132,_0x525263:0x1b9,_0x43b1c2:0x28d,_0x20dcf2:0x1d3,_0x294c9d:0x164,_0x438972:0x1e6,_0x12b152:0xdc,_0x34c7be:0x170,_0x1e1f3a:0x120,_0xb64bd1:0xee,_0xdede4c:0x12f,_0x273a6d:0x268,_0x4f1117:0x24b,_0x296aef:0x1b9,_0x3d20d0:0x1cb,_0x407745:0x1b7,_0x10fd94:0x16e,_0x1601f8:0x109,_0x556734:0x110,_0x3f9a3e:0x22c,_0x2faf16:0xaa,_0x2d5a16:0x1cb,_0x2d8bac:0x17b,_0x5a0cca:0x13c,_0x426e93:0x1bc,_0x2be466:0x178,_0x53966a:0xb6,_0x463be3:0x1e6,_0x25285d:0x1ed,_0x3faa68:0x23d,_0x529ac5:0x1d4,_0x5523e5:0x1c0,_0x517197:0x1a0,_0x398c4f:0x1ba,_0x29205f:0x166,_0x2b8de5:0xea,_0x559397:0x49,_0x17d517:0xec,_0x50a0d8:0xb0,_0x4ad2a2:0x1e4,_0x34ed77:0x200},_0xd88597={_0x6bbf70:0x57,_0x414db0:0xcc},_0xda3bfb={_0x583692:0xc4,_0x526d7e:0xc8,_0x32f104:0xc},_0x4b40df={'JHnWF':_0x4ad7f3(_0x494389._0x4dc67c,0x1f4,0x1db,_0x494389._0x3bb7e5),'LuRFl':_0x408124(0x56,_0x494389._0x2a13c0,0x72,_0x494389._0x5c17c3),'edgWw':function(_0x296faa){return _0x296faa();},'NKXos':function(_0x1ea6a7){return _0x1ea6a7();},'aDlBJ':function(_0xa5948e,_0x2ceadd){return _0xa5948e(_0x2ceadd);},'occrY':_0x408124(0xf5,_0x494389._0x244eea,0x134,_0x494389._0x3d7dd1)+_0x4ad7f3(_0x494389._0x50dff3,0x21c,_0x494389._0x10d9f2,0x224),'mGKym':'Error:\x20No\x20'+'coder-setu'+_0x4ad7f3(_0x494389._0x568289,0x21d,_0x494389._0x25a78a,_0x494389._0x3482ed)+_0x4ad7f3(0x26a,_0x494389._0x1f984b,_0x494389._0x2db245,0x1eb),'KBsAK':_0x4ad7f3(_0x494389._0x5d8698,_0x494389._0x4efa8a,0x160,0x1d7)+_0x4ad7f3(_0x494389._0x5b956b,0x169,0x233,0x1b6),'ebmNe':'Or\x20use:','uBTih':'\x20\x20coder-se'+'rver\x20confi'+_0x408124(_0x494389._0x38edb2,_0x494389._0x3c11b5,_0x494389._0x3c99e3,0x19f)+'r_setup_pa'+_0x4ad7f3(0x1ae,_0x494389._0x2806d6,0x124,0x1af)+_0x4ad7f3(_0x494389._0xebf4b6,_0x494389._0x35d0ed,_0x494389._0x159b05,_0x494389._0x1c3d77)+_0x4ad7f3(_0x494389._0x4711ff,0x22f,_0x494389._0x47d4c3,0x1f8),'KOZlg':function(_0x31c6e8,_0x39b19b){return _0x31c6e8===_0x39b19b;},'iwtxy':_0x408124(0xe8,0xa2,_0x494389._0x1de6c3,_0x494389._0x1399ec),'HnOrh':_0x4ad7f3(_0x494389._0x967fd4,0x213,0x180,0x19a),'txtZh':_0x4ad7f3(_0x494389._0x118504,_0x494389._0x2ee925,0x126,_0x494389._0x38f6a5)+'oderFlow\x20S'+_0x4ad7f3(0x181,0x162,0xe8,0x136),'DmXVF':_0x4ad7f3(0x211,_0x494389._0x580d69,0x18f,0x1b0),'PVSkq':function(_0x4b551d,_0x192fea,_0x33d67e,_0x1c4eff){return _0x4b551d(_0x192fea,_0x33d67e,_0x1c4eff);},'gorNE':'node','kxXdJ':_0x408124(0x86,0x9f,_0x494389._0x2d556c,0xfc),'tdrMA':_0x4ad7f3(_0x494389._0x40df95,_0x494389._0x1c41ae,0x183,0x1c0)+_0x4ad7f3(0x210,0x1d7,0x1cc,_0x494389._0x1eeb0a)+_0x4ad7f3(_0x494389._0x251706,_0x494389._0x2f65fa,_0x494389._0x473a31,0x191)+'p\x20the\x20serv'+'er','ScSIF':_0x408124(0x180,_0x494389._0x36771b,0x184,_0x494389._0x3fddff)+'-server\x20lo'+_0x408124(_0x494389._0x3f5b0a,0x133,_0x494389._0x5e9436,_0x494389._0x1fcab0)+_0x408124(_0x494389._0x3ef10d,0x70,_0x494389._0x24e3f3,_0x494389._0x430d62)};function _0x408124(_0x477ae4,_0x4bcce3,_0x12d909,_0xadc7a9){return _0x3c128b(_0x477ae4-_0xda3bfb._0x583692,_0xadc7a9- -_0xda3bfb._0x526d7e,_0x12d909-_0xda3bfb._0x32f104,_0x4bcce3);}const {running:_0x5cc73f,pid:_0x2de63b}=await _0x4b40df[_0x408124(_0x494389._0x1ed058,_0x494389._0x4bf11b,_0x494389._0x3f6ee2,_0x494389._0x11d045)](isServerRunning);if(_0x5cc73f){console['log'](_0x4ad7f3(_0x494389._0x97ea7,0x1bc,0x1d2,_0x494389._0x599239)+_0x408124(0x3b,0x4e,0x138,_0x494389._0x2596f0)+_0x4ad7f3(_0x494389._0x55adfe,0x21a,0x22d,_0x494389._0x4efa8a)+':\x20'+_0x2de63b+')');const _0x670525=await _0x4b40df['edgWw'](getServerConfig);console['log'](_0x4ad7f3(_0x494389._0x14388a,0x170,0x1e6,_0x494389._0x120c11)+_0x670525[_0x408124(0x12d,_0x494389._0x2f40ef,_0x494389._0x197b6b,0x16c)]);return;}const _0x4450e2=await _0x4b40df[_0x4ad7f3(0x1ae,_0x494389._0x596f53,0x20d,0x1f7)](getCoderSetupPath),_0x2d1462=_0x4b40df[_0x4ad7f3(_0x494389._0x43f99b,0x15b,0x150,_0x494389._0xebf4b6)](String,await getServerPort());if(!_0x4450e2){const _0x35accf=_0x4b40df[_0x4ad7f3(0xdc,0x11d,_0x494389._0x2f3223,_0x494389._0x4cb15c)][_0x408124(0x9e,_0x494389._0xde156a,_0x494389._0x4d8714,_0x494389._0x3bd75f)]('|');let _0x3a3ede=-0x129c+-0x1358*-0x2+-0x1414;while(!![]){switch(_0x35accf[_0x3a3ede++]){case'0':console['error'](_0x4ad7f3(0x1be,_0x494389._0x47cf98,0x15a,_0x494389._0x1467a8)+_0x408124(_0x494389._0x242061,_0x494389._0x469e26,0x17c,_0x494389._0x3b9a66)+_0x408124(_0x494389._0x1a5325,0xe7,0x103,0x12e)+_0x408124(0x14c,_0x494389._0x2fb2bd,0xf8,0xdc)+_0x4ad7f3(0x1a2,_0x494389._0x16ec5e,0x15b,0x1be)+'etup');continue;case'1':console[_0x408124(_0x494389._0x430d62,0x139,_0x494389._0x623500,0x157)](_0x4b40df['mGKym']);continue;case'2':console['error']('');continue;case'3':console[_0x4ad7f3(0x1d4,0x227,_0x494389._0x34cd2f,_0x494389._0xafb13c)](_0x4b40df[_0x408124(_0x494389._0x434eed,0x146,_0x494389._0x429cff,_0x494389._0x1fb9ec)]);continue;case'4':process['exit'](0x47b+0x2138+-0x5*0x78a);continue;case'5':console[_0x408124(_0x494389._0x11d045,_0x494389._0x4e3764,_0x494389._0x2f66f3,_0x494389._0x4b802f)](_0x4b40df[_0x4ad7f3(_0x494389._0x28b8fa,0x249,_0x494389._0x3115a3,_0x494389._0x4685c2)]);continue;case'6':console[_0x4ad7f3(_0x494389._0x3713b9,0x1a4,0x1cb,0x1c8)](_0x4b40df[_0x4ad7f3(0x21a,0x134,_0x494389._0x317e91,0x194)]);continue;case'7':console[_0x4ad7f3(_0x494389._0x3f6ee2,_0x494389._0x5a423b,_0x494389._0x5a8ce6,_0x494389._0xafb13c)]('');continue;}break;}}try{if(_0x4b40df[_0x408124(0x1b2,0x1e3,_0x494389._0x518922,_0x494389._0xf0668a)](_0x408124(0x134,0x17e,_0x494389._0x4cc3ae,_0x494389._0x2d51c1),_0x4b40df[_0x4ad7f3(0x1cb,_0x494389._0x536673,_0x494389._0x28debe,_0x494389._0x375138)])){const _0x2fa410={_0x2d29b1:0xa5,_0x5bb2da:0x73,_0x4f3164:0x127,_0x1d6947:0x9e,_0x5d9770:0xf1,_0x74b2f7:0x11a,_0x1024c8:0xbb,_0x3ff3ca:0xe6,_0x4db6ae:0x50,_0x58a6bf:0x180,_0x3814ba:0x104,_0x7e5698:0x12a,_0x43d3f8:0x116,_0x47138a:0x115},_0x55d9e0={_0x5d2c49:0x179},_0xac5503={'Nsdaz':_0x4b40df[_0x4ad7f3(0x17a,0x1c4,_0x494389._0x1765ae,0x14e)],'jhCcb':function(_0x23730e,_0x2f396a){return _0x23730e(_0x2f396a);}};let _0x497c27='';_0x48c331['on'](_0x4b40df['LuRFl'],_0x5782fc=>_0x497c27+=_0x5782fc),_0x2a35c7['on'](_0x408124(_0x494389._0x3197cb,_0x494389._0x225047,_0x494389._0x288dd9,_0x494389._0x494db6),()=>{const _0x4c135f={_0x29a156:0x7e};function _0x1744c5(_0x2a240b,_0xfe51dc,_0x49a4e4,_0x156e85){return _0x4ad7f3(_0x2a240b-0x142,_0xfe51dc-_0x4c135f._0x29a156,_0x49a4e4,_0xfe51dc- -0x272);}function _0x5a8274(_0x4354b2,_0x41a4c8,_0x21e2e3,_0x5808da){return _0x4ad7f3(_0x4354b2-0xd9,_0x41a4c8-_0x55d9e0._0x5d2c49,_0x4354b2,_0x21e2e3- -0xa8);}try{const _0x4ab2f8=_0x41a1fc[_0x1744c5(-0x8d,-0xd9,-_0x2fa410._0x2d29b1,-_0x2fa410._0x5bb2da)](_0x497c27),_0x3800e5={};_0x3800e5[_0x5a8274(_0x2fa410._0x4f3164,0x90,_0x2fa410._0x1d6947,_0x2fa410._0x5d9770)]=!![],_0x3800e5[_0x1744c5(-0x123,-_0x2fa410._0x74b2f7,-_0x2fa410._0x1024c8,-_0x2fa410._0x3ff3ca)]=_0x4ab2f8[_0x5a8274(0x65,0x9f,0xb0,_0x2fa410._0x4db6ae)]||_0xac5503[_0x5a8274(0xc1,_0x2fa410._0x58a6bf,_0x2fa410._0x3814ba,_0x2fa410._0x7e5698)],_0x5d064e(_0x3800e5);}catch{_0xac5503[_0x1744c5(-_0x2fa410._0x43d3f8,-_0x2fa410._0x47138a,-0x143,-0x179)](_0x6cfe0c,{'responding':!![],'service':_0xac5503['Nsdaz']});}});}else{const _0x42f425=await _0x430692[_0x408124(0xb9,_0x494389._0x120c11,0x163,_0x494389._0x4fe37c)](_0x4450e2);!_0x42f425[_0x408124(0x186,0x1cc,_0x494389._0x5e5426,_0x494389._0x2fa3d0)+'y']()&&(console['error'](_0x408124(0x121,0xf0,0x12c,0x10e)+_0x408124(_0x494389._0x5877d0,0x65,_0x494389._0x1a6f6d,_0x494389._0x1ed058)+_0x408124(_0x494389._0x3dbccd,0x81,0x136,_0x494389._0x37ad5d)+_0x408124(_0x494389._0x3c11b5,0xfb,_0x494389._0x44d11a,_0x494389._0x3ee892)+_0x4450e2),process[_0x4ad7f3(_0x494389._0x52f362,0x1fe,_0x494389._0x2e2cda,_0x494389._0x456909)](0x1*-0xd8b+0x1e12+-0x1086));}}catch(_0xcb3a8b){console[_0x4ad7f3(0x189,_0x494389._0x33c925,_0x494389._0x52167f,0x1c8)]('Error:\x20Set'+_0x4ad7f3(_0x494389._0x119643,_0x494389._0xafb13c,0x179,_0x494389._0x23633c)+_0x408124(_0x494389._0x3d8e0,_0x494389._0x24600d,_0x494389._0x3ee35f,_0x494389._0x425d50)+_0x4ad7f3(_0x494389._0x4166c5,_0x494389._0xe83d59,_0x494389._0x21dab5,_0x494389._0x190457)+_0x4450e2),process[_0x4ad7f3(0x1d5,0x17e,_0x494389._0x52e23e,_0x494389._0x424959)](0xb*0xab+0x1*0x193b+-0x1f*0x10d);}const _0x3d2ea6=_0x61530e[_0x4ad7f3(_0x494389._0x24c762,0xe0,_0x494389._0x53469f,_0x494389._0x27f0b1)](__dirname,'..','..',_0x4b40df[_0x4ad7f3(_0x494389._0x3632a2,_0x494389._0x623500,_0x494389._0x6a4c0a,_0x494389._0x2c6599)]);console['log'](''),console[_0x408124(_0x494389._0x47cf98,_0x494389._0x58b899,_0x494389._0xebf4b6,0x192)](_0x4b40df[_0x408124(0x1c1,_0x494389._0x2fdd09,0x15b,_0x494389._0x3289d5)]),console[_0x408124(_0x494389._0x5a8ce6,_0x494389._0x1c3d77,0x184,_0x494389._0x3d65fe)](_0x408124(0x110,_0x494389._0x239da4,0x214,0x19a)+_0x408124(_0x494389._0xde156a,0xe2,_0x494389._0x8d8433,0xe3)+_0x4450e2),console[_0x408124(_0x494389._0x21dab5,0x197,_0x494389._0x3793d8,0x192)]('\x20\x20Port:\x20\x20\x20'+_0x4ad7f3(0x202,0x19c,_0x494389._0x548042,0x1ef)+_0x2d1462),console[_0x4ad7f3(0x260,_0x494389._0x58d360,_0x494389._0x19b683,_0x494389._0x19e1e5)](_0x4ad7f3(0x1d5,_0x494389._0x1eeb0a,_0x494389._0x36721b,0x1fc)+_0x4ad7f3(0x209,_0x494389._0x3197cb,_0x494389._0xb1c0ae,_0x494389._0x30e3a7)),console[_0x4ad7f3(0x1bd,0x1c5,_0x494389._0x30620d,_0x494389._0x19e1e5)]('');const _0x4afe9e=await _0x4b40df['edgWw'](getTrustProxy),_0x6ecb03={...process['env']};_0x6ecb03[_0x4ad7f3(0x1e5,_0x494389._0x2c2932,0x17c,_0x494389._0x549dd0)+_0x4ad7f3(0xce,0xde,0x1d2,0x155)]=_0x4450e2,_0x6ecb03['PORT']=_0x2d1462;const _0x305f00=_0x6ecb03;_0x4afe9e&&(_0x305f00[_0x408124(_0x494389._0x2fbab2,_0x494389._0xf3afde,_0x494389._0x116542,0x156)+'Y']=_0x4b40df[_0x4ad7f3(_0x494389._0x47ebc5,0x202,_0x494389._0x5ec03b,_0x494389._0x4e82e2)]);const _0x5595ec=[_0x3d2ea6];process[_0x408124(_0x494389._0x2f16c0,_0x494389._0x1f454a,_0x494389._0x2f66f3,0xad)][_0x408124(0x12d,_0x494389._0x1c3d77,0xa1,_0x494389._0x5bed35)+_0x4ad7f3(_0x494389._0x4fa479,0x1d9,_0x494389._0xce5956,_0x494389._0x2b67a3)]&&_0x5595ec[_0x408124(_0x494389._0x241d20,0x10d,0x163,_0x494389._0xcaf49e)]('--inspect');const _0x328d75=_0x61530e[_0x4ad7f3(_0x494389._0x525263,_0x494389._0x43b1c2,_0x494389._0x20dcf2,0x220)](LOG_FILE),_0x3d2260={};_0x3d2260['recursive']=!![],await _0x430692[_0x4ad7f3(0x1cc,0x23d,_0x494389._0x294c9d,_0x494389._0x438972)](_0x328d75,_0x3d2260);const _0x3ebaee=await _0x430692['open'](LOG_FILE,'a'),_0x329c34={};function _0x4ad7f3(_0x1b3d25,_0x410e98,_0x4e0aed,_0x4874c7){return _0x3c128b(_0x1b3d25-0x129,_0x4874c7- -_0xd88597._0x6bbf70,_0x4e0aed-_0xd88597._0x414db0,_0x4e0aed);}_0x329c34[_0x4ad7f3(0x16e,0x133,0x155,0x11e)]=_0x305f00,_0x329c34[_0x4ad7f3(0x1a3,0xee,_0x494389._0x4dc67c,0x174)]=!![],_0x329c34[_0x4ad7f3(0x15d,_0x494389._0x12b152,_0x494389._0x34c7be,_0x494389._0x1e1f3a)]=[_0x4ad7f3(_0x494389._0x3ee892,_0x494389._0x3f6ee2,_0x494389._0xb64bd1,_0x494389._0xdede4c),_0x3ebaee['fd'],_0x3ebaee['fd']];const _0x1776ef=_0x4b40df['PVSkq'](spawn,_0x4b40df[_0x4ad7f3(_0x494389._0x273a6d,_0x494389._0x5ec03b,_0x494389._0x4f1117,0x206)],_0x5595ec,_0x329c34);_0x1776ef[_0x4ad7f3(_0x494389._0x116542,_0x494389._0x296aef,0x1f1,_0x494389._0x3d20d0)]();const _0x1fb410=_0x61530e[_0x4ad7f3(_0x494389._0x407745,0x1f7,0x234,0x220)](PID_FILE),_0x5e2932={};_0x5e2932['recursive']=!![],await _0x430692[_0x4ad7f3(_0x494389._0x10fd94,_0x494389._0x251706,0x243,0x1e6)](_0x1fb410,_0x5e2932),await _0x430692[_0x408124(0x15a,0x142,_0x494389._0x1601f8,0x168)](PID_FILE,_0x1776ef['pid'][_0x4ad7f3(0x164,0xe9,_0x494389._0x556734,0x132)](),_0x4b40df[_0x4ad7f3(_0x494389._0x20dcf2,0x254,0x1eb,_0x494389._0x3f9a3e)]),console[_0x408124(0x10b,0x1b2,0x115,0x192)]('✓\x20Server\x20s'+_0x4ad7f3(_0x494389._0x2faf16,0xb4,0xe0,0x134)+_0x408124(0x1d4,0x1e3,_0x494389._0x2d5a16,_0x494389._0x2d8bac)+_0x408124(_0x494389._0x4cb15c,0x1f9,_0x494389._0x5a0cca,_0x494389._0x426e93)+_0x1776ef['pid']+')'),console['log']('\x20\x20URL:\x20\x20ht'+_0x408124(0x126,0x179,_0x494389._0x24600d,_0x494389._0x2be466)+'host:'+_0x2d1462),console[_0x408124(0x1bd,0x19b,0x209,0x192)](_0x408124(0x144,_0x494389._0x53966a,0x1c3,0x13a)+LOG_FILE),console[_0x408124(_0x494389._0x463be3,_0x494389._0x25285d,0x204,0x192)](''),console[_0x4ad7f3(0x17b,0x1cf,0x1e2,_0x494389._0x19e1e5)](_0x4ad7f3(0x138,_0x494389._0x3faa68,_0x494389._0x529ac5,_0x494389._0x5523e5)+'-server\x20st'+_0x408124(0x6d,0x95,0xaa,0xb4)+_0x4ad7f3(_0x494389._0x517197,0x25a,_0x494389._0x398c4f,_0x494389._0x548042)+'r\x20status'),console[_0x408124(0x1e0,0x126,_0x494389._0x29205f,_0x494389._0x3d65fe)](_0x4b40df[_0x408124(_0x494389._0x2b8de5,_0x494389._0x559397,_0x494389._0x17d517,_0x494389._0x50a0d8)]),console[_0x4ad7f3(_0x494389._0x4ad2a2,_0x494389._0x34ed77,0x24e,0x203)](_0x4b40df['ScSIF']);}export async function stopServer(){const _0x37f8e5={_0x33210c:0x86,_0x2b4bff:0x68,_0x317d3d:0x44,_0xd19dfb:0x74,_0x46df5a:0x2f,_0x5d7421:0x21,_0x374cf6:0x56,_0x14acbe:0x134,_0x56e202:0xc4,_0x17781e:0xfe,_0x99a8a:0xd8,_0x1310a3:0xed,_0x16ddde:0x1c,_0x4fc363:0x5a,_0x1fa2b3:0x8b,_0x226969:0xa4,_0x243ff1:0x12,_0x1dac56:0x3a,_0x893133:0x49,_0x47fffe:0xcd,_0x4dfe75:0x72,_0x5ad207:0x6f,_0x5b2eae:0x4f,_0x18ffca:0x31,_0xdcc81e:0x48,_0x51a125:0x107,_0x27efd3:0x85,_0x23b8c6:0x118,_0x4aa807:0x58,_0x429d46:0xf1,_0x45545e:0xeb,_0x369a4c:0xfa,_0x2ae35b:0xf3,_0x31dc65:0x16c,_0x4201a9:0x155,_0x3324b2:0xfd,_0x5ad70a:0x10e,_0x172d7b:0x150,_0x567566:0x180,_0x43beb0:0xf4,_0x3ed656:0xfb,_0x2f2dcd:0x155,_0x3c0476:0x4c,_0x5e2bd3:0x168,_0xf4584a:0x11c,_0x106e8d:0xde,_0x1fe8bd:0x1a,_0x32ab8c:0xb8,_0x14b761:0x95,_0x5ae378:0x37,_0x5bc951:0x11b,_0x337622:0x155,_0x1ad4bf:0x17e,_0x3433e1:0x75,_0x5088e4:0x1bd,_0x38d672:0x136,_0x4c5cdc:0xb9,_0x531843:0x166,_0x17b202:0x178,_0x2e2eb1:0x14c,_0x121827:0x127,_0x451786:0xe9,_0x20b8d1:0xdd,_0x2420ec:0x161,_0x5e0422:0x31,_0x30cd61:0x14c,_0x4dde7b:0x76,_0x298d4c:0x4e,_0x51a5a2:0xea,_0x3025a7:0x140,_0x129d2e:0x94,_0x33300b:0x3c,_0x3bc8fc:0x115,_0x16f4c5:0x95,_0x1b73f9:0xb2,_0x374513:0xcf,_0x5f2fa4:0x105,_0x20af80:0xbf,_0x12383c:0x131,_0x628bc2:0x3e,_0x4d28b1:0x100,_0x4f8890:0x62,_0x4cdd33:0xbd,_0x3c8d19:0x13a},_0x34d510={_0x276413:0xc0,_0x2286f1:0x2ee},_0x2b85ce={_0x37bb11:0x2cf,_0x596351:0x14f};function _0x230b99(_0xd9eee2,_0x137208,_0x6d339a,_0x17608c){return _0x3c128b(_0xd9eee2-0x58,_0x137208- -_0x2b85ce._0x37bb11,_0x6d339a-_0x2b85ce._0x596351,_0xd9eee2);}const _0x3bfc29={'oXWrk':function(_0x590a07){return _0x590a07();},'SONcq':_0x230b99(-0xef,-_0x37f8e5._0x33210c,-_0x37f8e5._0x2b4bff,-_0x37f8e5._0x317d3d),'wcFXF':function(_0x157dcc,_0x530645){return _0x157dcc<_0x530645;},'erdil':'nkSwx','FAzrM':_0x230b99(-0x9,-_0x37f8e5._0xd19dfb,-_0x37f8e5._0x46df5a,-0x5c),'ByYkl':function(_0x30b63e,_0x529f37){return _0x30b63e!==_0x529f37;},'TxtFW':'VWIZp','qYzZN':_0x230b99(-_0x37f8e5._0x5d7421,-_0x37f8e5._0x374cf6,-0x1f,0x2f),'KHwza':_0x230b99(-_0x37f8e5._0x14acbe,-_0x37f8e5._0x56e202,-_0x37f8e5._0x17781e,-0x89)+_0x391617(-_0x37f8e5._0x99a8a,-0x140,-0x54,-0x156)+_0x230b99(-0x161,-0x126,-0xe6,-_0x37f8e5._0x1310a3)+_0x391617(-0x85,-_0x37f8e5._0x16ddde,-0x45,-0x32)+'..','MbKRl':'SIGKILL','JLEER':_0x391617(-0x86,-_0x37f8e5._0x4fc363,-0x47,-_0x37f8e5._0x1fa2b3)+'topped'},{running:_0x1ec619,pid:_0x5664fb}=await _0x3bfc29[_0x391617(-0x7d,-0x57,-_0x37f8e5._0x226969,-0x29)](isServerRunning);if(!_0x1ec619){console[_0x230b99(-_0x37f8e5._0x243ff1,-0x75,-0x24,-_0x37f8e5._0x1dac56)](_0x230b99(-0x76,-_0x37f8e5._0x893133,0x36,0xd)+'not\x20runnin'+'g');return;}function _0x391617(_0x2b0ca4,_0x1e9837,_0x4cefef,_0x59e73d){return _0x3c128b(_0x2b0ca4-_0x34d510._0x276413,_0x2b0ca4- -_0x34d510._0x2286f1,_0x4cefef-0x4e,_0x1e9837);}console['log'](_0x391617(-_0x37f8e5._0x47fffe,-0x122,-_0x37f8e5._0x4dfe75,-_0x37f8e5._0x5ad207)+_0x230b99(-0x108,-0xbf,-0x10f,-_0x37f8e5._0x5b2eae)+':\x20'+_0x5664fb+_0x230b99(_0x37f8e5._0x18ffca,-_0x37f8e5._0xdcc81e,-0x9e,-0x7d));try{process[_0x391617(-0x155,-0x17f,-_0x37f8e5._0x51a125,-0x18d)](_0x5664fb,_0x3bfc29[_0x391617(-0x10f,-_0x37f8e5._0x27efd3,-0xd1,-_0x37f8e5._0x23b8c6)]);for(let _0x3a2bde=0x2*0x585+0x1443+-0xa6f*0x3;_0x3bfc29[_0x230b99(-0xf5,-0x76,0x15,-_0x37f8e5._0x4aa807)](_0x3a2bde,-0x9*-0x3b9+0x53a*-0x1+0x403*-0x7);_0x3a2bde++){if(_0x3bfc29[_0x391617(-0x120,-0xb6,-0xdb,-0x156)]!==_0x3bfc29[_0x391617(-0x120,-0x19e,-0x17d,-0x133)]){_0x44714e[_0x391617(-0x155,-_0x37f8e5._0x429d46,-_0x37f8e5._0x45545e,-_0x37f8e5._0x369a4c)](_0x2bf541,0x262b+-0x1859+-0xdd2);const _0x13fff5={};return _0x13fff5[_0x391617(-_0x37f8e5._0x2ae35b,-_0x37f8e5._0x31dc65,-_0x37f8e5._0x4201a9,-0xfd)]=!![],_0x13fff5[_0x230b99(-_0x37f8e5._0x3324b2,-_0x37f8e5._0x5ad70a,-_0x37f8e5._0x172d7b,-_0x37f8e5._0x567566)]=_0x5c6b21,_0x13fff5;}else try{_0x3bfc29[_0x230b99(-_0x37f8e5._0x43beb0,-_0x37f8e5._0x3ed656,-0x15e,-0x13e)]!==_0x3bfc29[_0x230b99(-0x7b,-0xfb,-_0x37f8e5._0x2f2dcd,-0x160)]?(_0x10e5a9[_0x391617(-0xcf,-0x10a,-0x11a,-_0x37f8e5._0x3c0476)](_0x391617(-0x118,-0xfd,-0x121,-0x15e)+_0x230b99(-_0x37f8e5._0x5e2bd3,-_0x37f8e5._0xf4584a,-0x142,-_0x37f8e5._0x106e8d)+_0x230b99(-_0x37f8e5._0x1fe8bd,-0x5a,-_0x37f8e5._0x32ab8c,-0x1c)+_0x391617(-0x9e,-_0x37f8e5._0x14b761,-_0x37f8e5._0x5ae378,-0x3b)+_0x52b9b8),_0x212d68[_0x230b99(-0xc8,-0xbd,-0xe2,-0x107)](-0x132d+-0x1*-0x6b+0x12c3)):(process[_0x391617(-_0x37f8e5._0x2f2dcd,-0x1cb,-0xfd,-_0x37f8e5._0x5bc951)](_0x5664fb,0x2b*0x3d+0x5*0x133+-0x103e),await new Promise(_0x4daa9b=>setTimeout(_0x4daa9b,-0x41c*0x5+0x3c9*0x5+0x203)));}catch{break;}}try{_0x3bfc29['ByYkl'](_0x3bfc29['TxtFW'],_0x3bfc29['qYzZN'])?(process[_0x391617(-_0x37f8e5._0x337622,-0xe3,-_0x37f8e5._0x2ae35b,-_0x37f8e5._0x1ad4bf)](_0x5664fb,-0x12b9+-0x5*-0x1d+0x1228),console[_0x230b99(0xc,-_0x37f8e5._0x3433e1,-0x70,0x13)](_0x3bfc29['KHwza']),process[_0x230b99(-_0x37f8e5._0x5088e4,-_0x37f8e5._0x38d672,-_0x37f8e5._0x4c5cdc,-_0x37f8e5._0x531843)](_0x5664fb,_0x3bfc29[_0x391617(-_0x37f8e5._0x17b202,-0x1aa,-_0x37f8e5._0x2e2eb1,-0x19f)])):(_0x2e6b9b[_0x230b99(-0x60,-0x75,-0xa1,-0xc7)](_0x230b99(-_0x37f8e5._0x121827,-_0x37f8e5._0x451786,-0x12e,-_0x37f8e5._0x337622)+_0x391617(-_0x37f8e5._0x20b8d1,-_0x37f8e5._0x2420ec,-0xe1,-0x10c)+'h:'),_0x31eecb[_0x230b99(-0x55,-_0x37f8e5._0x3433e1,-_0x37f8e5._0x5e0422,-0x67)](_0x391617(-0xf9,-_0x37f8e5._0x30cd61,-0x167,-0xd6)+'rver\x20start'));}catch{}await _0x430692[_0x391617(-_0x37f8e5._0x4dde7b,-_0x37f8e5._0x298d4c,-_0x37f8e5._0x4fc363,-_0x37f8e5._0x51a5a2)](PID_FILE)[_0x230b99(-_0x37f8e5._0x3324b2,-_0x37f8e5._0x3025a7,-0x112,-0xc3)](()=>{}),console[_0x391617(-_0x37f8e5._0x129d2e,-_0x37f8e5._0x33300b,-_0x37f8e5._0x3bc8fc,-0x3c)](_0x3bfc29[_0x230b99(-_0x37f8e5._0x16f4c5,-0xed,-0x133,-_0x37f8e5._0x1b73f9)]);}catch(_0x1bc24e){console[_0x391617(-_0x37f8e5._0x374513,-_0x37f8e5._0x5f2fa4,-0x8d,-0xd5)]('Error\x20stop'+_0x391617(-_0x37f8e5._0x20af80,-_0x37f8e5._0x12383c,-_0x37f8e5._0x3ed656,-_0x37f8e5._0x628bc2)+_0x230b99(-_0x37f8e5._0x4d28b1,-0xd0,-_0x37f8e5._0x3c0476,-0x5b)+_0x1bc24e[_0x391617(-0x124,-0xcf,-0xab,-0xbd)]),process[_0x230b99(-_0x37f8e5._0x4f8890,-_0x37f8e5._0x4cdd33,-_0x37f8e5._0x4cdd33,-_0x37f8e5._0x3c8d19)](0x1310+0x2073+-0x3382);}}async function checkServerHealth(_0x4c37a3){const _0x152448={_0x52d0bd:0x15d,_0x337002:0x62,_0x33609f:0x46,_0x4e13dc:0x1a,_0x265ebf:0x134,_0x33f4db:0xfd,_0x56cda3:0x116,_0x3f328a:0xbb,_0xec3bca:0x33,_0x342b40:0x15a,_0x840a01:0xf0,_0x213e2a:0x151,_0xd82443:0xac,_0x12848b:0x176,_0xa46da7:0x11f,_0x463bbb:0x70,_0x4aa56d:0x19,_0x486b8f:0x76,_0x1542d2:0x42,_0x614a9:0x11,_0x5e9cd3:0x80,_0x13965c:0x10f,_0x27232b:0x93},_0x32e3f8={_0x1510e4:0x122,_0x411c94:0x100,_0xa02be:0x13f,_0x56f47c:0x15c,_0x54eb36:0x19f,_0x4e3349:0x1d5,_0x4f5676:0x11a,_0x50942b:0xf4,_0x18002c:0x141,_0x3c5bd9:0xf3,_0x24f0ca:0x1c4,_0x5d577b:0x1eb,_0x9640a6:0x1c2,_0x54987d:0x200,_0x4724cd:0x204},_0xb982dc={_0x5816c5:0x1b4,_0x1a5b89:0x19b,_0x5572b:0x180,_0x6a2f68:0x3d,_0x77361:0x7,_0x204e20:0x19c,_0x53eabb:0x18f,_0x387343:0x123,_0x43730b:0xc6,_0x4b515b:0x1d2,_0xced777:0x157},_0x122c47={_0x2c9f42:0x196},_0x345713={_0x4a0ce:0x5bf};function _0x5b92f6(_0x1fd743,_0xc5a917,_0x50d8b3,_0x1faadd){return _0x4262a1(_0xc5a917,_0xc5a917-0x16d,_0x50d8b3-0x70,_0x50d8b3- -_0x345713._0x4a0ce);}const _0x5b8ef6={'klGVo':function(_0x2b4f89,_0x2ebe30){return _0x2b4f89===_0x2ebe30;},'glNsk':_0x5b92f6(-0xd9,-0x133,-0x11a,-0x164),'HesVG':_0x1ef055(-_0x152448._0x52d0bd,-_0x152448._0x337002,-0xa0,-0xd3),'SCZQa':'end','hiNuS':function(_0x366e1b,_0x169506){return _0x366e1b===_0x169506;},'YVxjh':'JnQal','cYemZ':_0x1ef055(-0x166,-0x5a,-0xa1,-0xdf),'AZwBO':'unknown','WznhJ':function(_0x20687a,_0x266748){return _0x20687a(_0x266748);},'CzLFw':_0x1ef055(-0x95,_0x152448._0x33609f,-_0x152448._0x4e13dc,-0x9)+_0x5b92f6(-_0x152448._0x265ebf,-0xa0,-_0x152448._0x33f4db,-0xf2)+_0x5b92f6(-_0x152448._0x56cda3,-0xc3,-_0x152448._0x3f328a,-0x12f)+_0x5b92f6(-0x106,-0x158,-0x12c,-0x193),'tfILM':_0x5b92f6(-_0x152448._0xec3bca,-0xb6,-0xbe,-0x12d)+'th\x20Ctrl+C\x20'+_0x5b92f6(-0xe5,-_0x152448._0x342b40,-0xe2,-_0x152448._0x840a01)+_0x5b92f6(-0x83,-_0x152448._0x213e2a,-0xcc,-_0x152448._0xd82443)+_0x5b92f6(-0x193,-_0x152448._0x12848b,-_0x152448._0xa46da7,-0x182)+_0x5b92f6(-0x49,-_0x152448._0x463bbb,-0x1e,_0x152448._0x4aa56d),'IJXCe':function(_0x4a3213,_0x4da45f){return _0x4a3213!==_0x4da45f;},'oJhGq':_0x1ef055(-0x7,-0xcb,-0x83,-_0x152448._0x486b8f),'FfLYB':_0x5b92f6(-_0x152448._0x1542d2,-_0x152448._0x614a9,-_0x152448._0x5e9cd3,-0x4a),'rnXCQ':_0x1ef055(-_0x152448._0x13965c,-0xac,-0x67,-_0x152448._0x27232b)};function _0x1ef055(_0x32babe,_0x38d828,_0xac6da2,_0x5337fe){return _0x4262a1(_0xac6da2,_0x38d828-0x174,_0xac6da2-_0x122c47._0x2c9f42,_0x5337fe- -0x5af);}return new Promise(_0x44d831=>{const _0x57fd0c={_0x4159b1:0xb1,_0x3217ed:0xbc},_0x10175d={_0x3a731f:0x162},_0xbb5853={_0x1cbee5:0x165},_0x43d908={_0x56b4ad:0x7,_0x829d5d:0x32,_0x471076:0x3b,_0x11f885:0x2c7,_0x505930:0x350,_0x4b54c1:0x2b3,_0x3c6b8d:0x384,_0x56692d:0x2f1,_0x197f64:0xec,_0x21b337:0x3a,_0x373815:0x69,_0x8def7b:0x64,_0x76a9c3:0x1b,_0x4fcd83:0x3a,_0x55036a:0x17,_0x4de442:0x11,_0x21acc0:0x23,_0x3a076d:0x9b},_0x106dbe={_0x1de8bc:0x128,_0x4f2f02:0x7d},_0x4d779f={_0x108fcc:0x2b3},_0x3c6cd1={_0x33b503:0x2e3,_0x5c124a:0x2d3},_0x4dd581={_0x1504b0:0x472,_0x9e9de8:0x16f},_0x3e2bca={_0x3f919d:0x251},_0xfbb83f={_0x188bf8:0x9f,_0x5ec2d0:0x1d0},_0x74b172={'UVNyP':function(_0x24040c,_0x306237){return _0x5b8ef6['hiNuS'](_0x24040c,_0x306237);},'OPFxS':_0x5b8ef6[_0xee69b9(-_0x32e3f8._0x1510e4,-0xdc,-_0x32e3f8._0x411c94,-0x161)],'uHMhw':_0x5b8ef6[_0xee69b9(-0xfe,-0x13a,-_0x32e3f8._0xa02be,-_0x32e3f8._0x56f47c)],'uFyDZ':function(_0x2fdb6e,_0x58f440){return _0x2fdb6e(_0x58f440);},'qnZHN':_0x5b8ef6[_0xee69b9(-0x1df,-0x1cc,-0x1ac,-_0x32e3f8._0x54eb36)],'SuVYw':function(_0x102d86,_0x5155a8){function _0x2fc27c(_0x83493c,_0x49893b,_0x35137d,_0x17f8e9){return _0x5e2b6a(_0x17f8e9,_0x49893b-0x40c,_0x35137d-_0xfbb83f._0x188bf8,_0x17f8e9-_0xfbb83f._0x5ec2d0);}return _0x5b8ef6[_0x2fc27c(0x19d,0x1df,0x208,_0x3e2bca._0x3f919d)](_0x102d86,_0x5155a8);},'gSyHV':_0x5b8ef6[_0xee69b9(-0x1c9,-0x220,-0x1a2,-_0x32e3f8._0x4e3349)],'QwhpX':_0x5b8ef6['tfILM'],'tmjoD':function(_0xd26b33,_0x35b891){function _0x2e6740(_0x346017,_0x4214d8,_0x1b5b23,_0x98b5be){return _0xee69b9(_0x4214d8-_0x4dd581._0x1504b0,_0x4214d8-0x34,_0x1b5b23-_0x4dd581._0x9e9de8,_0x346017);}return _0x5b8ef6[_0x2e6740(_0x3c6cd1._0x33b503,_0x3c6cd1._0x5c124a,0x2c7,0x2c6)](_0xd26b33,_0x35b891);},'fIyoU':_0x5b8ef6[_0xee69b9(-0xef,-0xb2,-0x143,-0xa3)],'QTIcf':function(_0x53bc33,_0x203173){const _0xf5acc3={_0x3aef78:0x421,_0x27efa3:0x199,_0x1c8a1f:0x180};function _0x4ab61b(_0x450133,_0x4dbd78,_0x27394b,_0x373a5e){return _0xee69b9(_0x4dbd78-_0xf5acc3._0x3aef78,_0x4dbd78-_0xf5acc3._0x27efa3,_0x27394b-_0xf5acc3._0x1c8a1f,_0x373a5e);}return _0x5b8ef6[_0x4ab61b(0x287,_0x4d779f._0x108fcc,0x269,0x31d)](_0x53bc33,_0x203173);}};function _0x5e2b6a(_0x186a09,_0x5b1da3,_0x145561,_0x1328db){return _0x1ef055(_0x186a09-0x10,_0x5b1da3-0x108,_0x186a09,_0x5b1da3- -0x191);}const _0x481a68={};_0x481a68['timeout']=0x7d0;const _0x51ff38=_0x1e789a[_0xee69b9(-_0x32e3f8._0x411c94,-_0x32e3f8._0x4f5676,-_0x32e3f8._0x50942b,-0xf0)]('http://loc'+'alhost:'+_0x4c37a3+_0xee69b9(-_0x32e3f8._0x18002c,-0xe1,-_0x32e3f8._0x3c5bd9,-0x17f),_0x481a68,_0x44ceeb=>{const _0x369191={_0x30d6c3:0x3fd,_0x2032ae:0xb8,_0x3cabc0:0x61,_0x252cb5:0x9f,_0x2578e3:0x374,_0x5dba3d:0xf1,_0x11bdc0:0x10d,_0x5870cf:0x32c,_0xdb4a27:0x36b,_0x1c29a4:0x2d0,_0x1c10c4:0x3bd,_0x2b72dd:0x18f,_0x257af8:0x154,_0x5c1a20:0x143,_0x59b742:0x133},_0x457493={_0x76044d:0xb6,_0x568d16:0x10b},_0x40b75e={_0x254a51:0x442,_0x3ee85a:0x12b};function _0x58470d(_0x12f03f,_0x5af48d,_0x3327b0,_0x15bc42){return _0xee69b9(_0x15bc42-_0x106dbe._0x1de8bc,_0x5af48d-_0x106dbe._0x4f2f02,_0x3327b0-0x1ec,_0x12f03f);}function _0x32d709(_0xb6dc6e,_0xfc8323,_0x2da340,_0x10aab9){return _0xee69b9(_0xb6dc6e-_0x40b75e._0x254a51,_0xfc8323-_0x40b75e._0x3ee85a,_0x2da340-0x12e,_0x10aab9);}if(_0x5b8ef6[_0x58470d(-0x2f,-_0x43d908._0x56b4ad,-_0x43d908._0x829d5d,-_0x43d908._0x471076)](_0x5b8ef6['glNsk'],_0x5b8ef6[_0x32d709(0x31a,_0x43d908._0x11f885,_0x43d908._0x505930,_0x43d908._0x4b54c1)]))_0x7f2434[_0x32d709(0x300,0x36b,_0x43d908._0x3c6b8d,_0x43d908._0x56692d)](_0x58470d(-0x19,-0x92,-_0x43d908._0x197f64,-0x8f)+_0x58470d(_0x43d908._0x21b337,0x1,_0x43d908._0x373815,-0xa)+_0x58470d(-0x7,-_0x43d908._0x8def7b,-_0x43d908._0x76a9c3,-_0x43d908._0x4fcd83)+_0x31904a[_0x58470d(-_0x43d908._0x55036a,-_0x43d908._0x4de442,0x12,-0x6f)]),_0xa4d775['exit'](0x2f6+0x1bb+0x4b*-0x10);else{let _0x4ff1ba='';_0x44ceeb['on'](_0x58470d(-_0x43d908._0x21acc0,-0x7e,-0xbd,-_0x43d908._0x3a076d),_0x337b98=>_0x4ff1ba+=_0x337b98),_0x44ceeb['on'](_0x5b8ef6['SCZQa'],()=>{const _0x372577={_0x4017ac:0x203,_0xbd10a3:0x83};function _0x354b89(_0xa90139,_0x4bcb87,_0x1a71c4,_0x43d8ae){return _0x32d709(_0xa90139-_0x457493._0x76044d,_0x4bcb87-0xac,_0x1a71c4-_0x457493._0x568d16,_0x1a71c4);}function _0x26e640(_0x26d470,_0x24da49,_0x275c97,_0x154668){return _0x32d709(_0x275c97- -_0x372577._0x4017ac,_0x24da49-_0x372577._0xbd10a3,_0x275c97-0xe8,_0x24da49);}try{if(_0x74b172[_0x354b89(0x3dc,0x36b,0x452,_0x369191._0x30d6c3)](_0x74b172['OPFxS'],_0x74b172[_0x26e640(_0x369191._0x2032ae,-0xf,_0x369191._0x3cabc0,_0x369191._0x252cb5)]))_0x247ef1['log'](_0x26e640(0xbc,0xb0,0x98,0xbc)+_0x354b89(0x321,_0x369191._0x2578e3,0x2a3,0x2f7)+_0x26e640(0xf3,0x74,_0x369191._0x5dba3d,_0x369191._0x11bdc0));else{const _0x4761dc=JSON['parse'](_0x4ff1ba);_0x74b172[_0x354b89(0x348,0x33d,_0x369191._0x5870cf,0x374)](_0x44d831,{'responding':!![],'service':_0x4761dc[_0x354b89(0x346,_0x369191._0xdb4a27,_0x369191._0x1c29a4,_0x369191._0x1c10c4)]||_0x74b172[_0x26e640(_0x369191._0x2b72dd,0x18c,0x133,_0x369191._0x257af8)]});}}catch{_0x74b172['SuVYw'](_0x44d831,{'responding':!![],'service':_0x74b172[_0x26e640(_0x369191._0x5c1a20,0x163,_0x369191._0x59b742,0x1bb)]});}});}}),_0x3befab={};_0x3befab[_0xee69b9(-_0x32e3f8._0x24f0ca,-_0x32e3f8._0x5d577b,-0x1e9,-_0x32e3f8._0x9640a6)]=![];function _0xee69b9(_0x33539d,_0x3c6dce,_0x1dc299,_0x197889){return _0x5b92f6(_0x33539d-0x21,_0x197889,_0x33539d- -0xc2,_0x197889-_0xbb5853._0x1cbee5);}_0x51ff38['on'](_0x5b8ef6['FfLYB'],()=>_0x44d831(_0x3befab)),_0x51ff38['on'](_0x5b8ef6[_0x5e2b6a(-_0x32e3f8._0x54987d,-_0x32e3f8._0x4724cd,-0x1cf,-0x250)],()=>{function _0x4760fe(_0xa650dc,_0x24d246,_0x2805d7,_0x46420a){return _0x5e2b6a(_0x2805d7,_0x24d246-0x257,_0x2805d7-_0x10175d._0x3a731f,_0x46420a-0x84);}function _0x562901(_0x538a44,_0x32a503,_0x37ac86,_0xb4b51a){return _0x5e2b6a(_0x37ac86,_0x32a503-_0x57fd0c._0x4159b1,_0x37ac86-_0x57fd0c._0x3217ed,_0xb4b51a-0xea);}if(_0x74b172[_0x562901(-0x1c1,-_0xb982dc._0x5816c5,-_0xb982dc._0x1a5b89,-0x1d4)](_0x74b172[_0x562901(-0x195,-0x143,-0x14b,-_0xb982dc._0x5572b)],_0x74b172['fIyoU']))_0x1a34d8[_0x4760fe(0x9a,0x91,0xd4,0xf3)](_0x74b172[_0x4760fe(-0x81,-_0xb982dc._0x6a2f68,-_0xb982dc._0x77361,0x49)]),_0x2baad5[_0x562901(-_0xb982dc._0x204e20,-0x115,-_0xb982dc._0x53eabb,-_0xb982dc._0x387343)](_0x74b172['QwhpX']);else{_0x51ff38[_0x4760fe(_0xb982dc._0x43730b,0x81,0x6f,0x10c)]();const _0x30376e={};_0x30376e[_0x562901(-0x1c9,-_0xb982dc._0x4b515b,-0x15e,-0x1e6)]=![],_0x74b172[_0x562901(-0xcf,-0xea,-0xe1,-_0xb982dc._0xced777)](_0x44d831,_0x30376e);}});});}function _0x4262a1(_0xa578a9,_0x26a5ca,_0x75906,_0x37922a){const _0x2ee33c={_0x3b00b3:0x3cf};return _0x4339(_0x37922a-_0x2ee33c._0x3b00b3,_0xa578a9);}export async function showStatus(){const _0x2afa12={_0x5c3f6c:0x201,_0x7307d:0x18c,_0x2f94d5:0x180,_0x3a6924:0x119,_0xc864af:0x210,_0x10dc7f:0x18e,_0x42e4c5:0xee,_0x58aa53:0x247,_0x49af16:0x1e9,_0x38a135:0x13a,_0x3fac05:0x1a9,_0x12bf2b:0x163,_0x3d3d5c:0x175,_0xfe0161:0x165,_0x127d1e:0x177,_0x2f2ef4:0x1a6,_0x491589:0x17c,_0x4bef51:0xa9,_0x5efe26:0xe4,_0x463e20:0x16c,_0x1bf55b:0x1c9,_0x4ee78f:0x184,_0x3793d3:0xdf,_0x4295e7:0xff,_0x547bf6:0x108,_0x1e2156:0x209,_0x48145b:0x1aa,_0x12ffbc:0x141,_0x49d5f1:0x1b4,_0xb3102e:0x23f,_0x16d15d:0x13d,_0x319534:0x173,_0x4ee288:0x132,_0x57cee5:0x12b,_0x2604e9:0x20c,_0xf3ebb7:0x1da,_0xfff5a8:0x269,_0x18e779:0x1e1,_0xa6b718:0x137,_0x4101b1:0xf4,_0x4035c3:0x179,_0x4d2ada:0x1ca,_0x4c9a23:0x13a,_0x19d922:0x16d,_0x415d1a:0x1e7,_0x335830:0x105,_0x305f97:0x138,_0x4f3ddc:0xbe,_0x5422e6:0x1a7,_0x38c1aa:0xbc,_0x1af462:0x108,_0x171f75:0x1c1,_0x1f22fc:0x24f,_0xb895c5:0x1b9,_0x3f61be:0x1da,_0x520635:0x1d1,_0x1c53c0:0x197,_0x2a2431:0x152,_0x185c3e:0x1a1,_0x389691:0x176,_0x13db81:0xda,_0x2e5f0c:0x132,_0x140b79:0x166,_0x527c25:0x1cb,_0x3d6447:0x19c,_0x10aa98:0x228,_0x272a06:0x1ec,_0x35187d:0x1f7,_0x319cfd:0x1c2,_0x391a24:0x196,_0x25fc8c:0x233,_0x5e9418:0x268,_0x1bae58:0x1ef,_0x121b83:0x112,_0x595f2d:0x15e,_0x1bf2ed:0x15b,_0x56f8cf:0x16b,_0x5b6b29:0x16f,_0x522488:0x132,_0x49c005:0x94,_0x386575:0xfd,_0x3d634b:0x1b0,_0x2014ea:0x188,_0x59198e:0x187,_0x45a126:0x1f6,_0x146432:0x140,_0x4727a4:0x151,_0x5bfbbb:0x150,_0x23ad24:0x177,_0x23df08:0x172,_0x4a1a37:0x11d,_0x240b46:0x1ac,_0x2be063:0x1e3,_0x262448:0x1b6,_0x57f9e4:0x1ad,_0x21ae18:0xd6,_0x1cb3fd:0x144,_0x40bae5:0x190,_0x3c723a:0x17c,_0xa91098:0x16a,_0x38f418:0x211,_0x367773:0x1f5,_0x42fb37:0x17e,_0x5def11:0x216,_0x46da9a:0x199,_0x3b0372:0x165,_0x868546:0x1ef,_0x5c0af9:0x106,_0x1325d6:0xd9,_0xdcace2:0x10d,_0x4a632c:0x118,_0x3976f4:0x17f,_0x1e1536:0x187,_0x321a81:0x219,_0x44b43c:0x256,_0x19bf88:0x1ef,_0x3ad02d:0x10a,_0x50ba87:0x270,_0x17e2ee:0x22c,_0xaf0737:0x216,_0x2bfd1e:0x121,_0x1f2444:0x146,_0x3de70e:0x1a8,_0x576e1f:0x141,_0x4e63e:0x24c,_0x2b8e0b:0x16d,_0x587819:0x22d,_0x4afcf1:0xb5,_0x427d4b:0xe1,_0x4f9c8b:0x169,_0x2c93c4:0xb3,_0x338903:0xf7,_0x1bc19f:0x20b,_0x2e47c7:0x1ba,_0x193fea:0x1f7,_0x5b1ab9:0xd3,_0x59ae88:0x1c7,_0x4772d3:0xeb,_0x253fc1:0x170,_0x5bcd5c:0x155,_0x41e5f5:0x168,_0x305c27:0x22a,_0x21efed:0x1ef,_0x1af683:0x142,_0x21f6f6:0x218,_0x245aec:0x1b2,_0x1b1595:0x1f4,_0x13fa9d:0x1ef,_0x2dca7d:0x11f,_0x5bf49c:0x1c1,_0x112130:0x18a,_0x244f0c:0x148,_0xca7d6f:0x110,_0x3925c0:0xbc,_0x365784:0xdd,_0x454f75:0x14a,_0x5eebf8:0x1ef,_0x2a2890:0x14c,_0x4f16a0:0x1b2,_0x4a2b76:0x149,_0x109483:0x136,_0x2f56c4:0x226,_0x13db3d:0x1a0,_0x596e8e:0x134,_0x1a1ddc:0x9e,_0x417c52:0x167,_0x170a75:0x14e,_0x1ff25e:0x1be,_0x274b4d:0x1f3,_0x1a92af:0x153,_0x6afdee:0xe7},_0x39062d={_0x136632:0x3c,_0x465e8a:0x38b},_0x264aa0={_0x249af9:0x1b2,_0x54dfb3:0x172},_0xe0c61={'kgOXn':_0x375eb5(-_0x2afa12._0x5c3f6c,-_0x2afa12._0x7307d,-_0x2afa12._0x2f94d5,-_0x2afa12._0x3a6924)+'e\x20found','ftsUw':_0x375eb5(-_0x2afa12._0xc864af,-0x138,-_0x2afa12._0x10dc7f,-0x1c4)+_0x509435(0x149,0x201,0x1eb,0x1a3)+_0x375eb5(-_0x2afa12._0x42e4c5,-0x13b,-0x15a,-0x1e4)+_0x375eb5(-0x234,-_0x2afa12._0x58aa53,-_0x2afa12._0x49af16,-0x19e)+'was\x20starte'+_0x509435(_0x2afa12._0x38a135,_0x2afa12._0x3fac05,_0x2afa12._0x12bf2b,_0x2afa12._0x3d3d5c)+_0x509435(0x148,0x162,0x13e,0x155),'WlSuY':function(_0x3a8745){return _0x3a8745();},'tuvjB':function(_0xbae4cf,_0x3e5fc3){return _0xbae4cf(_0x3e5fc3);},'yNXVg':'xEYDf','VKrAS':'LDHFr','WzYie':'Start\x20the\x20'+_0x509435(0x22c,_0x2afa12._0xfe0161,_0x2afa12._0x127d1e,_0x2afa12._0x2f2ef4)+'h:','oAHzq':'\x20\x20coder-se'+_0x375eb5(-_0x2afa12._0x491589,-_0x2afa12._0x4bef51,-0x12f,-_0x2afa12._0x5efe26),'Zanay':function(_0xe45ed8,_0x48a780){return _0xe45ed8===_0x48a780;},'Bhjli':_0x509435(0x193,_0x2afa12._0x463e20,_0x2afa12._0x1bf55b,_0x2afa12._0x4ee78f),'PhWzx':'\x20\x20coder-se'+_0x375eb5(-_0x2afa12._0x3793d3,-0x1a8,-0x12f,-0xf0)+'\x20--setup-p'+_0x509435(_0x2afa12._0x4295e7,0x15e,_0x2afa12._0x547bf6,0x139)+_0x509435(0x15d,_0x2afa12._0x1e2156,0x18f,_0x2afa12._0x48145b)+_0x375eb5(-_0x2afa12._0x12ffbc,-0x238,-_0x2afa12._0x49d5f1,-_0x2afa12._0xb3102e),'OSHVz':_0x509435(_0x2afa12._0x16d15d,0x18f,0x1ac,0x19d)+_0x509435(0xac,_0x2afa12._0x319534,_0x2afa12._0x4ee288,_0x2afa12._0x57cee5)+':','KLhis':_0x509435(_0x2afa12._0x2604e9,_0x2afa12._0xf3ebb7,_0x2afa12._0xfff5a8,0x21b)+'running\x20in'+_0x509435(_0x2afa12._0x18e779,_0x2afa12._0xa6b718,_0x2afa12._0x4101b1,_0x2afa12._0x4035c3)+'d\x20mode.'},{running:_0x3d93f4,pid:_0x4212e3}=await _0xe0c61[_0x375eb5(-_0x2afa12._0x4d2ada,-_0x2afa12._0x4c9a23,-_0x2afa12._0x19d922,-_0x2afa12._0x415d1a)](isServerRunning);function _0x375eb5(_0xdbbe74,_0x54b354,_0x3f202e,_0xd7041b){return _0x3c128b(_0xdbbe74-_0x264aa0._0x249af9,_0x3f202e- -0x385,_0x3f202e-_0x264aa0._0x54dfb3,_0xdbbe74);}const _0x2c3e0d=await getServerConfig(),_0x4b38c3=await _0xe0c61[_0x509435(0x1ae,_0x2afa12._0x335830,0x104,_0x2afa12._0x305f97)](checkServerHealth,_0x2c3e0d['port']);console[_0x375eb5(-_0x2afa12._0x4f3ddc,-_0x2afa12._0x5422e6,-_0x2afa12._0x57cee5,-_0x2afa12._0x38c1aa)](_0x509435(0x178,_0x2afa12._0x1af462,_0x2afa12._0x171f75,0x13c)+_0x509435(_0x2afa12._0x1f22fc,_0x2afa12._0xb895c5,_0x2afa12._0x3f61be,0x1c6)+_0x375eb5(-_0x2afa12._0x520635,-_0x2afa12._0x1c53c0,-0x14a,-0x173));function _0x509435(_0x295636,_0x134dc3,_0x2bfe8c,_0x20fd72){return _0x4262a1(_0x134dc3,_0x134dc3-0x4c,_0x2bfe8c-_0x39062d._0x136632,_0x20fd72- -_0x39062d._0x465e8a);}console[_0x375eb5(-_0x2afa12._0x2a2431,-_0x2afa12._0x185c3e,-0x12b,-0x186)]('');if(_0x3d93f4&&_0x4b38c3[_0x509435(_0x2afa12._0x389691,_0x2afa12._0x13db81,_0x2afa12._0x3d3d5c,_0x2afa12._0x2e5f0c)])console['log'](_0x375eb5(-0x193,-_0x2afa12._0x140b79,-_0x2afa12._0x527c25,-_0x2afa12._0x3d6447)+_0x375eb5(-0x16e,-0x22f,-0x1d8,-_0x2afa12._0x10aa98)+_0x509435(0xc9,0x189,0xd5,0x110)+_0x375eb5(-_0x2afa12._0x272a06,-_0x2afa12._0x35187d,-_0x2afa12._0x319cfd,-_0x2afa12._0x391a24)),console[_0x375eb5(-0xb4,-0x119,-_0x2afa12._0x57cee5,-0x167)](_0x509435(0x121,0x186,_0x2afa12._0x305f97,0x14b)+_0x375eb5(-0x131,-0x13f,-0x15e,-0x154)+_0x4212e3),console[_0x509435(0x165,_0x2afa12._0x25fc8c,_0x2afa12._0x5e9418,_0x2afa12._0x1bae58)](_0x509435(0x22a,0x1f1,0x205,0x1dc)+_0x375eb5(-_0x2afa12._0x121b83,-0x1a9,-_0x2afa12._0x595f2d,-_0x2afa12._0x1bf2ed)+_0x2c3e0d['serverUrl']);else{if(_0x4b38c3[_0x509435(_0x2afa12._0x56f8cf,_0x2afa12._0x5b6b29,0x132,_0x2afa12._0x522488)])_0xe0c61[_0x375eb5(-0x1e2,-0x1c1,-_0x2afa12._0x389691,-0x102)]!==_0xe0c61[_0x509435(_0x2afa12._0x49c005,0x100,_0x2afa12._0x386575,0x107)]?(console['log']('\x20\x20Status:\x20'+'\x20\x20\x20\x20\x20✓\x20Run'+_0x375eb5(-_0x2afa12._0x3d634b,-0x157,-_0x2afa12._0x2014ea,-_0x2afa12._0x59198e)+'ground)'),console[_0x509435(0x18c,0x22a,_0x2afa12._0x45a126,0x1ef)]('\x20\x20URL:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2c3e0d[_0x375eb5(-_0x2afa12._0x146432,-_0x2afa12._0x185c3e,-_0x2afa12._0x4727a4,-0xde)])):(_0x4dac5a[_0x375eb5(-0x159,-_0x2afa12._0x5bfbbb,-0x12b,-_0x2afa12._0x23ad24)](_0xe0c61[_0x509435(_0x2afa12._0x23df08,0x199,0xfb,_0x2afa12._0x4a1a37)]),_0x4b46a2[_0x509435(_0x2afa12._0x240b46,_0x2afa12._0x2be063,0x1f5,0x1ef)](_0xe0c61['ftsUw']));else _0x3d93f4?(console['log'](_0x375eb5(-_0x2afa12._0x19d922,-0x148,-0x1cb,-_0x2afa12._0x262448)+_0x509435(_0x2afa12._0x57f9e4,0xfe,0x142,0x178)+_0x375eb5(-_0x2afa12._0x21ae18,-0x19e,-_0x2afa12._0x1cb3fd,-_0x2afa12._0x40bae5)+_0x509435(0x1ef,0x1a3,_0x2afa12._0x3c723a,_0x2afa12._0xa91098)+_0x375eb5(-0x1f1,-_0x2afa12._0x38f418,-_0x2afa12._0x367773,-0x224)+'ding)'),console[_0x509435(_0x2afa12._0x42fb37,_0x2afa12._0x5def11,0x1e4,0x1ef)](_0x509435(0x1a3,0x115,0x210,_0x2afa12._0x46da9a)+_0x509435(_0x2afa12._0x3b0372,_0x2afa12._0x2014ea,0x175,0x164)+_0x4212e3)):console[_0x509435(0x16d,0x1bd,0x203,_0x2afa12._0x868546)]('\x20\x20Status:\x20'+_0x509435(_0x2afa12._0x5c0af9,_0x2afa12._0x1325d6,0x147,0x11f)+'\x20running');}_0x2c3e0d[_0x375eb5(-0x15b,-_0x2afa12._0xdcace2,-_0x2afa12._0x4a632c,-0x19c)]?console[_0x509435(0x21b,_0x2afa12._0x56f8cf,0x240,_0x2afa12._0x868546)](_0x509435(0x1d8,0x247,_0x2afa12._0x3976f4,0x1f7)+'th:\x20\x20'+_0x2c3e0d[_0x509435(0x252,_0x2afa12._0x1e1536,_0x2afa12._0x321a81,0x202)]):console[_0x509435(0x1eb,_0x2afa12._0x44b43c,0x20c,_0x2afa12._0x19bf88)]('\x20\x20Setup\x20Pa'+_0x509435(0x161,0x1a3,_0x2afa12._0x3ad02d,0x18d)+'configured'+')');console[_0x509435(_0x2afa12._0x50ba87,_0x2afa12._0x17e2ee,_0x2afa12._0xaf0737,0x1ef)](_0x375eb5(-0xe9,-0xf1,-_0x2afa12._0x2bfd1e,-0x120)+_0x509435(_0x2afa12._0x319cfd,0x167,_0x2afa12._0x1f2444,0x1bc)+_0x2c3e0d[_0x375eb5(-0xdc,-_0x2afa12._0x3de70e,-_0x2afa12._0x576e1f,-0x136)]),console[_0x509435(_0x2afa12._0x4e63e,_0x2afa12._0x2b8e0b,_0x2afa12._0x587819,_0x2afa12._0x1bae58)]('');const _0x286e09=_0x3d93f4||_0x4b38c3[_0x509435(_0x2afa12._0x4afcf1,_0x2afa12._0x427d4b,_0x2afa12._0x2f94d5,0x132)];if(!_0x286e09&&_0x2c3e0d[_0x375eb5(-0x16c,-_0x2afa12._0x4f9c8b,-0x118,-_0x2afa12._0x2c93c4)])console[_0x375eb5(-0x12a,-0x12b,-_0x2afa12._0x57cee5,-_0x2afa12._0x338903)](_0xe0c61['WzYie']),console['log'](_0xe0c61[_0x509435(0x244,_0x2afa12._0x1bc19f,0x22e,0x1cf)]);else{if(!_0x286e09){if(_0xe0c61[_0x509435(_0x2afa12._0x2e47c7,0xf7,_0x2afa12._0x193fea,0x16c)](_0xe0c61[_0x375eb5(-_0x2afa12._0x5b1ab9,-_0x2afa12._0x59ae88,-0x15f,-_0x2afa12._0x4772d3)],_0x509435(_0x2afa12._0x253fc1,_0x2afa12._0x5bcd5c,_0x2afa12._0x41e5f5,0x184)))console[_0x509435(_0x2afa12._0x305c27,0x1d2,0x26a,_0x2afa12._0x21efed)](_0x509435(_0x2afa12._0x1af683,_0x2afa12._0x21f6f6,0x1ae,0x1c3)+'and\x20start\x20'+_0x509435(_0x2afa12._0x16d15d,0x160,0x230,_0x2afa12._0x245aec)+'\x20with:'),console[_0x509435(0x174,0x20f,_0x2afa12._0x1b1595,_0x2afa12._0x13fa9d)](_0xe0c61[_0x375eb5(-_0x2afa12._0x2dca7d,-_0x2afa12._0x5bf49c,-0x17c,-0x12f)]);else{const _0xf7b8f4={};return _0xf7b8f4[_0x375eb5(-0x204,-0x175,-_0x2afa12._0x112130,-_0x2afa12._0x244f0c)]=![],_0xf7b8f4[_0x509435(_0x2afa12._0xca7d6f,0x158,0x157,0x156)]=null,_0xf7b8f4;}}else _0x3d93f4?(console[_0x375eb5(-_0x2afa12._0x3925c0,-0x15f,-0x12b,-_0x2afa12._0x3c723a)](_0xe0c61[_0x509435(_0x2afa12._0x365784,0x106,_0x2afa12._0x454f75,0x135)]),console[_0x509435(0x23d,0x1dd,0x22f,_0x2afa12._0x5eebf8)](_0x375eb5(-0x12f,-_0x2afa12._0x2a2890,-_0x2afa12._0x40bae5,-_0x2afa12._0x4f16a0)+_0x509435(0x123,0x213,0x12c,0x189))):(console[_0x375eb5(-_0x2afa12._0x4a2b76,-0x172,-0x12b,-_0x2afa12._0x109483)](_0xe0c61['KLhis']),console[_0x509435(0x1b0,0x1a1,_0x2afa12._0x2f56c4,0x1ef)]('Stop\x20it\x20wi'+_0x375eb5(-_0x2afa12._0x13db3d,-_0x2afa12._0x596e8e,-0x116,-_0x2afa12._0x1a1ddc)+'in\x20the\x20ter'+_0x509435(_0x2afa12._0x417c52,_0x2afa12._0x170a75,_0x2afa12._0x1ff25e,0x168)+_0x375eb5(-_0x2afa12._0x274b4d,-0x236,-0x205,-_0x2afa12._0x58aa53)+_0x375eb5(-_0x2afa12._0x1a92af,-0xe7,-0x104,-_0x2afa12._0x6afdee)));}}export async function showLogs(_0x1c1f07){const _0x1bcd7c={_0x368a39:0xae,_0x329d48:0x63,_0x8ff237:0x447,_0x260c8e:0x7a,_0x1e3747:0xa,_0x25bb74:0x46e,_0x4f3fdf:0x491,_0x346f81:0x420,_0x1f2cae:0x441,_0x3a70d0:0x3cf,_0x4a409b:0x4b9,_0x1b2b3e:0x426,_0x1f197b:0x496,_0x28882e:0xbd,_0x5e0dc6:0x8f,_0x11a6af:0x12,_0x10de98:0x91,_0x2c44eb:0x3e1,_0x58f154:0x438,_0x2663dd:0x458,_0x3a2546:0x4b6,_0x47e1b8:0x42f,_0x2b3e70:0x426,_0x296471:0x4e3,_0x2f4c5a:0x475,_0x205293:0x461,_0x3a4360:0x12b,_0x15424b:0x418,_0x193497:0x4a9,_0x2b78fe:0x477,_0x21e74f:0x40f,_0x4945c6:0x465,_0x45b6e5:0x413,_0x5d7003:0x491,_0x3ea7ce:0x424,_0x5135c5:0xa2,_0x3264e8:0x4c,_0x5b89f9:0xbc,_0x48443c:0x393,_0x37f257:0x3e5,_0x31e3c1:0x379,_0x35200b:0x9e,_0xfd90a4:0xf1,_0x422961:0x8b,_0x397841:0xa3,_0x109f7c:0x4bf,_0x329c12:0x4b8,_0x3169ba:0x2d,_0x4de250:0x76,_0x17a6c3:0x414,_0x5908e3:0x453,_0x219bc4:0x4ab,_0x3ce841:0x3c7,_0x332f9c:0x474,_0x31e8f7:0x3ec,_0x5a6964:0x78,_0x542ed8:0xc,_0x3ff43b:0x41,_0x43b2be:0x5b,_0x215fdb:0x92,_0x17a456:0x9a,_0xeb0ea5:0xd,_0x2ad057:0x20,_0x1d4ea0:0x56,_0x384edc:0xc,_0x2c8e89:0x50c,_0xe91671:0x4c8,_0x2e0a7f:0x4cf,_0x6d6c57:0x537,_0x475695:0x1a,_0x2586da:0x19,_0x571167:0x442,_0x57282f:0x136,_0x4baa5d:0xc1,_0x347eb2:0x3ce,_0x3dda97:0x416,_0x54983c:0x485,_0x298e54:0x4cb,_0xbdb42f:0x512,_0x2c4c68:0x3ed,_0xafcf8a:0x39a,_0x53d0b7:0x9f,_0x16818f:0x2,_0x559e61:0x43,_0x5bc6ca:0x45,_0x3dd5b1:0x2c,_0x360d81:0x4d2,_0x21df5e:0x14e,_0x50620d:0x114,_0x345888:0xfa,_0x2aeaa2:0x17,_0x3b7461:0x23,_0x1f775e:0x6f,_0x27391d:0xfb,_0x253624:0x3d,_0x1b8c78:0x9b,_0x5850a2:0x3cd,_0x1bd158:0x41d,_0x4e2dac:0x4fe,_0x2773b2:0x468,_0x369382:0x82,_0x444ac8:0x97,_0x178c69:0xf5,_0x34ea6c:0xbb,_0x4ad70b:0x6c,_0x3cf491:0x21,_0x149de4:0x36,_0x26cdde:0x7e,_0x19a92e:0xf4,_0x167c9d:0x48d,_0x29b336:0x4ce,_0x3b30d7:0x4ad,_0x2987d1:0x4f0,_0x3fbe66:0x455,_0x5b9294:0x40d,_0x1e8866:0xbf,_0x241223:0x9f,_0x5c9f5f:0x124,_0x5c44b3:0x65,_0x338881:0xbe,_0x1bda16:0x2c,_0x4bbd1c:0x47,_0x574b87:0xa2,_0x5551ba:0x5,_0x530008:0xeb,_0x2f3293:0x3b,_0x323d63:0xe4,_0x2e2522:0xa4,_0x48b832:0x19,_0x41846b:0x1c,_0xe7e77a:0x3c,_0xbb529c:0x530,_0x1d165f:0x4ad,_0x58e16e:0x4ea,_0x4273f0:0x17,_0x4b9c50:0x4,_0x17fa4b:0x0,_0x379107:0x4c4,_0x3b6ea9:0x87,_0x10e04c:0x99,_0x3258da:0x455,_0x193cb7:0x44b,_0x32c93c:0x52e,_0x55edcb:0x502,_0x62dd04:0x12,_0x25e741:0x43,_0x764239:0xc5,_0x3d12fb:0x35},_0x41033e={_0x100779:0x5b,_0x449233:0x67},_0x3aadb5={_0x29256b:0x3fe,_0x401b24:0x19f},_0x52ee98={_0x3b831e:0xb9,_0x763b95:0x2aa,_0x2ff4d6:0x2ab,_0x534b2c:0x25c,_0x466812:0x2a5,_0x2878a8:0x9d,_0x20f63d:0x133,_0x425847:0x220,_0x5340d9:0x1e2,_0x3cd7f4:0x1c5,_0x4cb0af:0x1f9,_0x3fec3d:0x1c4,_0x1a82e:0x45,_0x2739d4:0x80,_0x3f4589:0x21,_0x6c42ee:0x23b,_0x1e6635:0x14,_0x4524da:0x66,_0x47457c:0x28,_0x2a8e8a:0x2fd,_0x1fad64:0x1c9,_0x3e095f:0x1b6,_0x355bad:0x2a3,_0x3a6e70:0x2e4,_0x83598b:0x318,_0x150c77:0x26e,_0xe0fb32:0x33,_0x476854:0xb,_0x53a437:0x8c},_0x303606={_0x5227e0:0x1d1},_0x43b49b={_0x5c20fa:0x13d,_0x57aa5a:0x7b},_0xe843aa={_0xfcdb57:0x1d2},_0x3a5422={'NdorX':_0x1dd2fb(-_0x1bcd7c._0x368a39,-0xca,-0x50,-0x68)+_0x1dd2fb(-_0x1bcd7c._0x329d48,-0x1b,-0x11,-0x5d)+_0x427718(0x453,0x483,0x3fc,_0x1bcd7c._0x8ff237)+_0x1dd2fb(-0x21,_0x1bcd7c._0x260c8e,0x46,-_0x1bcd7c._0x1e3747)+'..','ZCKme':'SIGKILL','BIaxN':_0x427718(_0x1bcd7c._0x25bb74,0x43e,0x448,0x3d7)+_0x427718(_0x1bcd7c._0x4f3fdf,0x3eb,0x447,0x469),'Jjncz':function(_0x435470,_0x2ecc9c){return _0x435470===_0x2ecc9c;},'VrJbq':function(_0x379087,_0x472073){return _0x379087-_0x472073;},'YximG':function(_0x517400,_0x457a04){return _0x517400(_0x457a04);},'ERMNY':_0x427718(0x4a1,0x3a3,_0x1bcd7c._0x346f81,0x3d8),'CZEdZ':function(_0x27f755,_0x1653cc){return _0x27f755===_0x1653cc;},'QttYp':function(_0x121bc1,_0x2e0dc2){return _0x121bc1===_0x2e0dc2;},'wOGgo':'dymTL','DoObR':_0x427718(0x46c,0x3f2,_0x1bcd7c._0x1f2cae,_0x1bcd7c._0x3a70d0),'EErwt':_0x427718(0x432,0x503,_0x1bcd7c._0x4a409b,0x487),'XPUOq':_0x427718(_0x1bcd7c._0x1b2b3e,0x3f2,0x3d0,0x366),'rIlWw':function(_0x42e2ed,_0x109f76,_0x73a0a5){return _0x42e2ed(_0x109f76,_0x73a0a5);},'IQJdz':_0x427718(0x3ce,0x457,0x417,_0x1bcd7c._0x1f197b),'TgswL':_0x1dd2fb(-_0x1bcd7c._0x28882e,-_0x1bcd7c._0x5e0dc6,-0x6e,-0x8a),'GcOMY':_0x1dd2fb(0x89,-0x39,0xc,0xd),'fkxnz':'SIGINT','fVKwA':_0x1dd2fb(_0x1bcd7c._0x11a6af,-0xa9,-_0x1bcd7c._0x10de98,-0x28),'FZHkr':_0x427718(_0x1bcd7c._0x2c44eb,_0x1bcd7c._0x58f154,_0x1bcd7c._0x2663dd,_0x1bcd7c._0x3a2546)+_0x427718(0x349,_0x1bcd7c._0x47e1b8,0x3cd,_0x1bcd7c._0x2b3e70),'GdriS':'Server\x20may'+_0x427718(_0x1bcd7c._0x296471,_0x1bcd7c._0x2f4c5a,_0x1bcd7c._0x205293,0x4e5)+'been\x20start'+_0x1dd2fb(-_0x1bcd7c._0x3a4360,-0x106,-0x11f,-0xd7)+_0x427718(_0x1bcd7c._0x15424b,_0x1bcd7c._0x193497,_0x1bcd7c._0x2b78fe,_0x1bcd7c._0x21e74f)+'d\x20in\x20foreg'+_0x427718(_0x1bcd7c._0x4945c6,0x455,_0x1bcd7c._0x45b6e5,_0x1bcd7c._0x5d7003)};let _0x185549=![],_0x4a9b9c=null;function _0x427718(_0x5a6940,_0x3934f2,_0x7b1b15,_0xbc19c8){return _0x3c128b(_0x5a6940-0x1ef,_0x7b1b15-0x253,_0x7b1b15-_0xe843aa._0xfcdb57,_0x3934f2);}for(const _0x462515 of _0x1c1f07){if(_0x3a5422['Jjncz'](_0x427718(0x43f,_0x1bcd7c._0x3ea7ce,0x40a,0x380),_0x1dd2fb(-_0x1bcd7c._0x5135c5,-_0x1bcd7c._0x3264e8,-0x12f,-_0x1bcd7c._0x5b89f9))){if(_0x3a5422[_0x427718(0x435,_0x1bcd7c._0x48443c,_0x1bcd7c._0x37f257,_0x1bcd7c._0x31e3c1)](_0x462515,_0x3a5422[_0x1dd2fb(-0x4b,-_0x1bcd7c._0x35200b,0x3e,-0x26)])||_0x3a5422[_0x1dd2fb(-_0x1bcd7c._0xfd90a4,-_0x1bcd7c._0x422961,-0xd8,-_0x1bcd7c._0x397841)](_0x462515,'-f'))_0x3a5422[_0x427718(0x4d6,_0x1bcd7c._0x109f7c,_0x1bcd7c._0x329c12,0x445)](_0x3a5422['wOGgo'],_0x3a5422[_0x1dd2fb(0x4,-0x4,-_0x1bcd7c._0x3169ba,-0x13)])?_0x185549=!![]:(_0x168b5e[_0x1dd2fb(-0xa9,-_0x1bcd7c._0x4de250,-0x159,-0xda)](_0x25b1f1,-0x8e*0x24+0x885+0x1*0xb73),_0x221d7b['log'](_0x3a5422[_0x427718(_0x1bcd7c._0x17a6c3,0x4d6,_0x1bcd7c._0x5908e3,_0x1bcd7c._0x219bc4)]),_0x17c87c[_0x427718(_0x1bcd7c._0x3ce841,_0x1bcd7c._0x332f9c,_0x1bcd7c._0x31e8f7,0x41c)](_0x49d105,_0x3a5422[_0x1dd2fb(-_0x1bcd7c._0x5a6964,_0x1bcd7c._0x542ed8,-0x2b,-_0x1bcd7c._0x3ff43b)]));else _0x462515[_0x1dd2fb(-_0x1bcd7c._0x43b2be,-_0x1bcd7c._0x215fdb,-_0x1bcd7c._0x17a456,-0x81)](_0x3a5422[_0x1dd2fb(-_0x1bcd7c._0xeb0ea5,-_0x1bcd7c._0x2ad057,_0x1bcd7c._0x1d4ea0,_0x1bcd7c._0x384edc)])&&(_0x3a5422['QttYp'](_0x3a5422[_0x427718(_0x1bcd7c._0x2c8e89,0x459,0x4ab,0x48c)],_0x3a5422[_0x427718(0x47e,_0x1bcd7c._0xe91671,_0x1bcd7c._0x2e0a7f,_0x1bcd7c._0x6d6c57)])?(_0x39eda2[_0x1dd2fb(_0x1bcd7c._0x475695,0x68,0x2c,-_0x1bcd7c._0x2586da)](_0x427718(_0x1bcd7c._0x571167,0x3ac,0x40d,0x479)+_0x1dd2fb(-0xf8,-_0x1bcd7c._0x57282f,-_0x1bcd7c._0x4baa5d,-0xc6)+_0x427718(0x450,0x426,_0x1bcd7c._0x347eb2,0x3e0)+_0x427718(0x487,0x3f1,_0x1bcd7c._0x3dda97,0x3fb)),_0x3d1229[_0x427718(_0x1bcd7c._0x54983c,_0x1bcd7c._0x298e54,0x4ad,_0x1bcd7c._0xbdb42f)](_0x427718(_0x1bcd7c._0x2c4c68,_0x1bcd7c._0xafcf8a,0x409,0x3e2)+_0x1dd2fb(-0x9d,-_0x1bcd7c._0x53d0b7,-0xb,-_0x1bcd7c._0x3264e8)+_0x370cf1),_0x3f6a09[_0x1dd2fb(-0x70,0x52,0x3a,-0x19)](_0x1dd2fb(-_0x1bcd7c._0x16818f,_0x1bcd7c._0x559e61,_0x1bcd7c._0x5bc6ca,-_0x1bcd7c._0x3dd5b1)+_0x427718(0x421,_0x1bcd7c._0x296471,0x47a,_0x1bcd7c._0x360d81)+_0x15daab['serverUrl'])):_0x4a9b9c=_0x3a5422['rIlWw'](parseInt,_0x462515[_0x1dd2fb(-0x9a,-_0x1bcd7c._0x21df5e,-_0x1bcd7c._0x50620d,-_0x1bcd7c._0x345888)](_0x3a5422[_0x1dd2fb(_0x1bcd7c._0x2aeaa2,-_0x1bcd7c._0x3b7461,_0x1bcd7c._0x1f775e,0xc)][_0x1dd2fb(-_0x1bcd7c._0x27391d,-0xb1,-_0x1bcd7c._0x253624,-_0x1bcd7c._0x1b8c78)]),-0x1bf*-0x8+0x18b*0x8+-0x1a46));}else _0x3a7461[_0x1dd2fb(-0x4,-0x28,0x1d,-0x19)](_0x427718(0x4d4,0x4a8,0x45b,0x40d)+_0x427718(_0x1bcd7c._0x5850a2,0x362,0x3e9,_0x1bcd7c._0x1bd158)+':'),_0x40fb9f['log'](_0x3a5422[_0x427718(0x427,_0x1bcd7c._0x4e2dac,0x4a5,_0x1bcd7c._0x2773b2)]);}function _0x1dd2fb(_0x2d640a,_0x532eb4,_0x1a1e03,_0x26af0f){return _0x3c128b(_0x2d640a-_0x43b49b._0x5c20fa,_0x26af0f- -0x273,_0x1a1e03-_0x43b49b._0x57aa5a,_0x532eb4);}try{const _0x35f870=await _0x430692[_0x1dd2fb(-0x14d,-_0x1bcd7c._0x369382,-_0x1bcd7c._0x444ac8,-_0x1bcd7c._0x178c69)](LOG_FILE,_0x3a5422[_0x1dd2fb(-_0x1bcd7c._0x5b89f9,-0x120,-0xfa,-_0x1bcd7c._0x34ea6c)]),_0x2151fe=_0x35f870['split']('\x0a');_0x4a9b9c?_0x3a5422[_0x1dd2fb(_0x1bcd7c._0x4ad70b,_0x1bcd7c._0x3cf491,_0x1bcd7c._0x149de4,-0xe)](_0x3a5422[_0x1dd2fb(-_0x1bcd7c._0x26cdde,-0xce,-0x116,-_0x1bcd7c._0x19a92e)],_0x3a5422['GcOMY'])?(_0x15d023[_0x427718(_0x1bcd7c._0x167c9d,_0x1bcd7c._0x29b336,_0x1bcd7c._0x3b30d7,_0x1bcd7c._0x2987d1)](_0x427718(0x454,_0x1bcd7c._0x3fbe66,_0x1bcd7c._0x5b9294,0x474)+_0x1dd2fb(-_0x1bcd7c._0x1e8866,-_0x1bcd7c._0x241223,-0xef,-0x90)+'le\x20PID\x20fil'+_0x1dd2fb(-0xfd,-_0x1bcd7c._0x5c9f5f,-_0x1bcd7c._0x5c44b3,-0x9e)+_0x1dd2fb(-_0x1bcd7c._0x338881,-0x5b,-0x65,-0xe3)+'ding)'),_0x3d20d4[_0x1dd2fb(-_0x1bcd7c._0x1bda16,-_0x1bcd7c._0x4bbd1c,-_0x1bcd7c._0x574b87,-0x19)](_0x1dd2fb(-_0x1bcd7c._0x5551ba,-_0x1bcd7c._0x530008,-0xd0,-0x6f)+_0x1dd2fb(-_0x1bcd7c._0x2f3293,-0xd1,-_0x1bcd7c._0x323d63,-_0x1bcd7c._0x2e2522)+_0xeea9f1)):console[_0x1dd2fb(0x3b,-0x31,-0x16,-_0x1bcd7c._0x48b832)](_0x2151fe[_0x1dd2fb(-_0x1bcd7c._0x41846b,-0x43,-0x5,-_0x1bcd7c._0xe7e77a)](-_0x4a9b9c)[_0x427718(0x3c6,0x3fa,0x3da,0x454)]('\x0a')):console[_0x427718(0x4db,_0x1bcd7c._0xbb529c,_0x1bcd7c._0x1d165f,_0x1bcd7c._0x58e16e)](_0x35f870);if(_0x185549){console[_0x1dd2fb(-0x5a,-0x1e,0x1,-0x19)](_0x1dd2fb(-_0x1bcd7c._0x4273f0,_0x1bcd7c._0x4b9c50,_0x1bcd7c._0x542ed8,_0x1bcd7c._0x17fa4b)+_0x427718(0x4c0,0x419,0x43d,_0x1bcd7c._0x379107)+'(Ctrl+C\x20to'+'\x20stop)\x20---'+'\x0a');let _0x1ebf44=(await _0x430692[_0x1dd2fb(-0x11d,-_0x1bcd7c._0x3b6ea9,-_0x1bcd7c._0x17a456,-_0x1bcd7c._0x10e04c)](LOG_FILE))['size'];const _0x5174e8=setInterval(async()=>{const _0x33ce0e={_0x338923:0x6ca};function _0x3e7691(_0x4bc3a2,_0x2c4a5d,_0x57f49d,_0x45458d){return _0x427718(_0x4bc3a2-0x1eb,_0x45458d,_0x57f49d- -_0x33ce0e._0x338923,_0x45458d-0x1da);}function _0xe947c6(_0x35862f,_0x378f96,_0x5aa5ca,_0x2ad894){return _0x1dd2fb(_0x35862f-0x2c,_0x2ad894,_0x5aa5ca-_0x303606._0x5227e0,_0x378f96-0x24);}try{const _0x11bfda=(await _0x430692[_0xe947c6(-0xe1,-0x75,-0x88,-_0x52ee98._0x3b831e)](LOG_FILE))[_0x3e7691(-_0x52ee98._0x763b95,-_0x52ee98._0x2ff4d6,-_0x52ee98._0x534b2c,-_0x52ee98._0x466812)];if(_0x11bfda>_0x1ebf44){if(_0x3a5422[_0xe947c6(-_0x52ee98._0x2878a8,-0xbd,-0x4f,-_0x52ee98._0x20f63d)](_0x3e7691(-_0x52ee98._0x425847,-_0x52ee98._0x5340d9,-0x22b,-0x1f6),_0x3e7691(-_0x52ee98._0x3cd7f4,-_0x52ee98._0x4cb0af,-0x22b,-_0x52ee98._0x3fec3d))){const _0x335c38=await _0x430692[_0xe947c6(-0x6c,-0x87,-_0x52ee98._0x1a82e,-0x101)](LOG_FILE,'r'),_0x1a9da1=Buffer[_0xe947c6(0x64,-0x1c,-_0x52ee98._0x2739d4,_0x52ee98._0x3f4589)](_0x3a5422[_0x3e7691(-0x232,-0x23d,-_0x52ee98._0x6c42ee,-0x1c5)](_0x11bfda,_0x1ebf44));await _0x335c38[_0xe947c6(-_0x52ee98._0x1e6635,0x27,_0x52ee98._0x4524da,_0x52ee98._0x47457c)](_0x1a9da1,-0x11d5+-0x1277*0x1+0x244c,_0x1a9da1[_0x3e7691(-_0x52ee98._0x2a8e8a,-0x26e,-0x29f,-0x2b5)],_0x1ebf44),await _0x335c38[_0x3e7691(-_0x52ee98._0x1fad64,-_0x52ee98._0x3e095f,-0x1ef,-0x21e)](),process[_0x3e7691(-0x2fe,-_0x52ee98._0x355bad,-_0x52ee98._0x3a6e70,-_0x52ee98._0x83598b)][_0x3e7691(-0x2cc,-_0x52ee98._0x150c77,-0x2cf,-0x350)](_0x1a9da1['toString']('utf-8')),_0x1ebf44=_0x11bfda;}else _0x53f59d[_0xe947c6(-_0x52ee98._0xe0fb32,_0x52ee98._0x476854,-0x71,_0x52ee98._0x53a437)](_0x21d41e);}}catch(_0xc28b5b){clearInterval(_0x5174e8);}},0x243*0x7+-0x2576+0x1795);process['on'](_0x3a5422['fkxnz'],()=>{const _0x1f9a14={_0x1b3c9b:0x15a};function _0x3de0ba(_0x5dcab2,_0x40e8a3,_0x1dfa46,_0x8c8ca2){return _0x1dd2fb(_0x5dcab2-0x135,_0x1dfa46,_0x1dfa46-_0x1f9a14._0x1b3c9b,_0x40e8a3-0x3a0);}_0x3a5422[_0x248514(0xfb,0xa9,0xed,_0x41033e._0x100779)](clearInterval,_0x5174e8);function _0x248514(_0x344794,_0x32256a,_0x15cd98,_0x1d0dde){return _0x427718(_0x344794-0x17,_0x1d0dde,_0x32256a- -_0x3aadb5._0x29256b,_0x1d0dde-_0x3aadb5._0x401b24);}process[_0x248514(0x71,_0x41033e._0x449233,0x3f,0x66)](0x3*0xa97+0x26f5+-0x46ba);});}}catch(_0x1f405e){_0x1f405e['code']===_0x3a5422[_0x427718(_0x1bcd7c._0x3258da,0x51e,0x4d1,_0x1bcd7c._0x193cb7)]?(console[_0x427718(0x4c4,_0x1bcd7c._0x32c93c,_0x1bcd7c._0x1d165f,_0x1bcd7c._0x55edcb)](_0x3a5422['FZHkr']),console[_0x1dd2fb(_0x1bcd7c._0x62dd04,_0x1bcd7c._0x3ff43b,-_0x1bcd7c._0x25e741,-0x19)](_0x3a5422[_0x1dd2fb(-_0x1bcd7c._0xeb0ea5,-_0x1bcd7c._0x764239,-0x51,-_0x1bcd7c._0x253624)])):console['error'](_0x1dd2fb(0x2a,-0x75,_0x1bcd7c._0x3d12fb,-0x4e)+'ing\x20logs:\x20'+_0x1f405e[_0x427718(0x464,0x468,0x41d,0x3ab)]);}}export async function restartServer(_0x33ee79){const _0x3d6c11={_0x2a2a11:0x2be,_0x555eae:0x356,_0x50f601:0x3e2,_0x5c03f1:0xa1,_0xadce5:0xf2,_0xaf7bea:0xb4,_0x522c71:0x64,_0x44c0e9:0xb9,_0x47d3f8:0x24c,_0x5e1e4e:0x2da,_0x46c7d2:0x259,_0x2b001c:0x276,_0xf3d41c:0x2c5,_0x55838d:0xfd,_0x80720d:0xf2,_0x489fe4:0x37b,_0x30f6b4:0x38a,_0x29ee0f:0x306,_0x5560c9:0x9a,_0x337d27:0x102,_0x124094:0x312,_0x3b7592:0x2c2,_0x5697dc:0x246},_0x19cc58={_0x120ad4:0x17d,_0x3ea122:0x488},_0x2f38b8={_0x5624ff:0x38,_0x45b0bf:0x1ff},_0x3da422={'phAVU':function(_0x425fb7){return _0x425fb7();},'bYrgr':function(_0x10cc32,_0x3f3455){return _0x10cc32===_0x3f3455;},'IZSZa':'wdfiw'},{running:_0x5ba15a}=await _0x3da422[_0x48c973(0x2da,0x31f,0x2a9,0x31f)](isServerRunning);function _0x48c973(_0x58daa9,_0x446aa5,_0x4df578,_0x1523ae){return _0x4262a1(_0x446aa5,_0x446aa5-0xbb,_0x4df578-_0x2f38b8._0x5624ff,_0x58daa9- -_0x2f38b8._0x45b0bf);}function _0x2ac80b(_0x221125,_0x3b9feb,_0x955641,_0x164f38){return _0x4262a1(_0x955641,_0x3b9feb-0x19d,_0x955641-_0x19cc58._0x120ad4,_0x164f38- -_0x19cc58._0x3ea122);}_0x5ba15a&&(_0x3da422['bYrgr'](_0x48c973(0x2e0,_0x3d6c11._0x2a2a11,0x340,0x2ff),_0x3da422[_0x48c973(_0x3d6c11._0x555eae,_0x3d6c11._0x50f601,0x330,0x32e)])?_0x557fe8=!![]:(console[_0x2ac80b(0xeb,0x7c,_0x3d6c11._0x5c03f1,_0x3d6c11._0xadce5)](_0x2ac80b(0x11c,_0x3d6c11._0xaf7bea,_0x3d6c11._0x522c71,_0x3d6c11._0x44c0e9)+_0x48c973(0x2ae,_0x3d6c11._0x47d3f8,_0x3d6c11._0x5e1e4e,_0x3d6c11._0x46c7d2)),await _0x3da422[_0x48c973(0x2da,_0x3d6c11._0x2b001c,_0x3d6c11._0xf3d41c,0x320)](stopServer),console[_0x2ac80b(0xc5,0x150,_0x3d6c11._0x55838d,_0x3d6c11._0x80720d)](''))),console[_0x48c973(_0x3d6c11._0x489fe4,_0x3d6c11._0x30f6b4,_0x3d6c11._0x29ee0f,0x30a)](_0x2ac80b(0x170,0xf8,_0x3d6c11._0x5560c9,_0x3d6c11._0x337d27)+_0x48c973(0x2ae,_0x3d6c11._0x124094,_0x3d6c11._0x3b7592,_0x3d6c11._0x5697dc)),await startDaemon(_0x33ee79);}
1
+ (function(_0x205e29,_0x39525e){const _0x2cc448={_0x5e10b7:0x267,_0xbe7588:0x2a0,_0x48a65e:0x254,_0x545d19:0x1fd,_0x35687f:0x24f,_0xbb9f46:0x232,_0xe4577b:0x227,_0x5b947c:0x1df,_0x25a1c3:0x2ec,_0x1a8935:0x300,_0xdf6a06:0x2a4,_0x38b5bb:0x276,_0x1f7a24:0x2aa,_0x29ea16:0x32e,_0x32bbd0:0x313,_0x441ada:0x300,_0x5f1722:0x381,_0xf15a47:0x2fb,_0x54ba95:0x15a,_0x13c882:0x27a,_0xaf0280:0x284,_0x4ba8f6:0x203},_0x183b88={_0x103625:0x17};function _0x48cb60(_0x9dcc3,_0x233e1f,_0x1958f6,_0x58aa3b){return _0x31cd(_0x1958f6- -_0x183b88._0x103625,_0x9dcc3);}const _0x5f3df5=_0x205e29();function _0x26f697(_0x488b40,_0x11a96d,_0x59d45a,_0xf96975){return _0x31cd(_0x488b40-0x75,_0x11a96d);}while(!![]){try{const _0x50557b=parseInt(_0x26f697(_0x2cc448._0x5e10b7,0x22e,0x201,_0x2cc448._0xbe7588))/(0x1976*-0x1+-0x1*0x1f76+0x38ed)*(-parseInt(_0x48cb60(0x219,_0x2cc448._0x48a65e,_0x2cc448._0x545d19,_0x2cc448._0x35687f))/(0x7*-0x2bd+-0x39d+0x2*0xb65))+-parseInt(_0x48cb60(_0x2cc448._0xbb9f46,_0x2cc448._0xe4577b,_0x2cc448._0x5b947c,0x189))/(0x68b+0x2*-0x6dd+0x732)*(-parseInt(_0x48cb60(0x2b3,0x287,0x281,_0x2cc448._0x25a1c3))/(0x1565+-0x219e+0xd*0xf1))+parseInt(_0x26f697(0x2eb,_0x2cc448._0x1a8935,_0x2cc448._0xdf6a06,_0x2cc448._0x38b5bb))/(0x18d+-0x49e*-0x1+-0x313*0x2)*(-parseInt(_0x26f697(0x2b9,_0x2cc448._0x1f7a24,_0x2cc448._0x29ea16,_0x2cc448._0x32bbd0))/(0xbe*-0x21+0x7*-0x37e+0x30f6))+-parseInt(_0x26f697(_0x2cc448._0x441ada,0x2d5,_0x2cc448._0x5f1722,0x372))/(-0x2*-0x1309+-0xbcf+-0x1a3c)+parseInt(_0x26f697(_0x2cc448._0xf15a47,0x276,0x379,0x322))/(0x63a*0x1+0x13ea*0x1+0x6*-0x45a)*(-parseInt(_0x26f697(0x2af,0x2da,0x288,0x2bf))/(-0x1134*-0x2+-0x52b+-0x1d34))+-parseInt(_0x48cb60(_0x2cc448._0x54ba95,0x20d,0x1d7,0x1ae))/(0x487+-0x26fa+0x6d*0x51)+parseInt(_0x48cb60(_0x2cc448._0x13c882,_0x2cc448._0xaf0280,_0x2cc448._0x4ba8f6,0x1c6))/(-0x1*0xc5f+-0x1*-0x1425+-0x7bb);if(_0x50557b===_0x39525e)break;else _0x5f3df5['push'](_0x5f3df5['shift']());}catch(_0x501d31){_0x5f3df5['push'](_0x5f3df5['shift']());}}}(_0x98d1,0x187*0x7b+-0x12cc*0x6+0x4aee8));import{spawn}from'child_process';import{promises as _0x167a94}from'fs';import _0x4a39bb from'path';import _0x1fddff from'os';function _0x1de838(_0x243e8d,_0x39f00d,_0x1b4323,_0x363d67){const _0x233d34={_0x3fced4:0x25a};return _0x31cd(_0x39f00d-_0x233d34._0x3fced4,_0x243e8d);}import _0x10ea99 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url);function _0x577067(_0x886f55,_0x51dead,_0x48b2ff,_0x8ba58b){const _0x5de55d={_0x4c6a66:0x153};return _0x31cd(_0x48b2ff- -_0x5de55d._0x4c6a66,_0x8ba58b);}function _0x31cd(_0x1e4276,_0x145a3c){_0x1e4276=_0x1e4276-(-0xf69+0x31*0x2b+0x8e8);const _0xae6133=_0x98d1();let _0x48d940=_0xae6133[_0x1e4276];if(_0x31cd['VoOHNR']===undefined){var _0x3f559b=function(_0x528c49){const _0x178c33='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2274aa='',_0x1f2c9b='';for(let _0x57c6b5=-0x49*0x7e+-0x996+0x3cb*0xc,_0x538700,_0xde4929,_0x301114=-0xf*-0xc+-0x144a+0x1396;_0xde4929=_0x528c49['charAt'](_0x301114++);~_0xde4929&&(_0x538700=_0x57c6b5%(-0x1*0x1c9c+0x20*0x72+0xe60)?_0x538700*(0xdbe+-0xb1*0x32+0x1*0x1514)+_0xde4929:_0xde4929,_0x57c6b5++%(0x4aa+-0x2*-0x1005+0x24b0*-0x1))?_0x2274aa+=String['fromCharCode'](-0x4*0x7eb+0xeb3+0x14*0xe6&_0x538700>>(-(0x1ed*0x13+-0x34+-0x1*0x2461)*_0x57c6b5&0x25ba+-0x12dc+-0x648*0x3)):0xccc+-0x1cc*-0x1+-0x2*0x74c){_0xde4929=_0x178c33['indexOf'](_0xde4929);}for(let _0x37e6a4=-0x14c*0xa+-0x2209+0x2f01,_0x5c1555=_0x2274aa['length'];_0x37e6a4<_0x5c1555;_0x37e6a4++){_0x1f2c9b+='%'+('00'+_0x2274aa['charCodeAt'](_0x37e6a4)['toString'](0x1ac4+0xd8f+0xb*-0x3a9))['slice'](-(-0x2*0x8d7+-0x280*-0xa+-0x750));}return decodeURIComponent(_0x1f2c9b);};_0x31cd['fnQrob']=_0x3f559b,_0x31cd['FPZzNo']={},_0x31cd['VoOHNR']=!![];}const _0x3ea403=_0xae6133[-0xd15+-0x2*-0x1217+-0x1b*0xdb],_0x17fc7d=_0x1e4276+_0x3ea403,_0x20010d=_0x31cd['FPZzNo'][_0x17fc7d];return!_0x20010d?(_0x48d940=_0x31cd['fnQrob'](_0x48d940),_0x31cd['FPZzNo'][_0x17fc7d]=_0x48d940):_0x48d940=_0x20010d,_0x48d940;}const __dirname=_0x4a39bb['dirname'](__filename),PID_FILE=_0x4a39bb[_0x1de838(0x4cc,0x519,0x598,0x4d9)](_0x1fddff[_0x1de838(0x43d,0x42b,0x477,0x3c6)](),'.coder',_0x1de838(0x4ae,0x4bf,0x49f,0x4a7)),LOG_FILE=_0x4a39bb['join'](_0x1fddff[_0x1de838(0x413,0x42b,0x3cc,0x498)](),'.coder',_0x1de838(0x44b,0x45b,0x4b2,0x3f3));export async function isServerRunning(){const _0x40ca46={_0x142fc6:0x340,_0x4576c4:0x37f,_0x2951b5:0x202,_0x45daf7:0x187,_0x36f98d:0x37b,_0x4a6ede:0x401,_0x3cbaa9:0x402,_0x52911f:0x367,_0x35a789:0xf5,_0x1aeb80:0xfb,_0xc1a7b9:0x1b2,_0x390cc7:0x216,_0x5ab99d:0x372,_0x292a63:0x317,_0x1b25c2:0x345,_0x3d6a3d:0x3d1,_0x3eb909:0x3e9,_0x16f162:0x14e,_0x285170:0x16a,_0xef50e:0x162,_0x68cb52:0x18d,_0x201fce:0xd8,_0x4f2f6d:0x143,_0x33180c:0x17b,_0x576ec2:0x2cd,_0x517dd6:0x2dc,_0x5f5c92:0x35b,_0x3ec315:0x15e,_0x4b533f:0x22a,_0x4f06fa:0x137,_0x5acbbb:0x110,_0x3cd4cc:0xf1,_0x29ae8f:0xa4,_0x2b5e50:0x24a,_0x2af079:0x357,_0x24fcf6:0x3a0,_0x3070c4:0x15d,_0x541001:0x1b5,_0xefddff:0x223,_0x29948e:0x295,_0x5a3d08:0x272,_0x32a1c1:0x395,_0xed0047:0x343,_0x1d3d9b:0x33a,_0x410b1e:0x131,_0x4c2cfe:0x12c,_0x1f84da:0x354,_0x1949d4:0x2f0,_0x28255f:0x2aa,_0x3aa227:0x21d,_0x596cb7:0x3bb,_0x28e24e:0x2c0,_0xecc730:0x326,_0x2a15e2:0x298,_0x198065:0x2f7,_0x45cc4b:0x1b0,_0x5717e6:0x147,_0x368093:0xe0,_0x4f8fbc:0x168,_0x3c0f41:0xbc,_0x44f28c:0x305,_0x1bc987:0x36f,_0x522cb4:0x2cc,_0x51c9a8:0x17e,_0x22f327:0x2ab,_0x415aed:0x1da,_0x1de9e2:0x179,_0x120eea:0x212},_0x286721={_0x1f2199:0x1dd},_0x379c6d={_0x52a6c1:0x30a,_0x1ff693:0x170},_0x2c57ae={'gwUQc':_0x4a7ce8(0x33e,0x2ec,_0x40ca46._0x142fc6,_0x40ca46._0x4576c4)+_0x1d212f(0x205,_0x40ca46._0x2951b5,_0x40ca46._0x45daf7,0x1f9)+_0x4a7ce8(_0x40ca46._0x36f98d,_0x40ca46._0x4a6ede,_0x40ca46._0x3cbaa9,_0x40ca46._0x52911f)+_0x1d212f(_0x40ca46._0x35a789,0x153,_0x40ca46._0x1aeb80,0xf2),'YeNRM':_0x1d212f(0x12a,_0x40ca46._0xc1a7b9,0x190,_0x40ca46._0x390cc7)+_0x4a7ce8(_0x40ca46._0x5ab99d,0x378,0x37b,_0x40ca46._0x292a63)+_0x4a7ce8(0x36a,_0x40ca46._0x1b25c2,_0x40ca46._0x3d6a3d,_0x40ca46._0x3eb909)+'ath=/path/'+_0x1d212f(0x1a6,_0x40ca46._0x16f162,0xd0,_0x40ca46._0x285170)+_0x1d212f(_0x40ca46._0xef50e,0x1c5,_0x40ca46._0x285170,_0x40ca46._0x68cb52),'DBPKS':function(_0x5c69b1,_0x2ae090){return _0x5c69b1(_0x2ae090);},'udtlr':_0x1d212f(_0x40ca46._0x201fce,_0x40ca46._0x4f2f6d,0x1b9,_0x40ca46._0x33180c),'pZkKH':_0x4a7ce8(0x2ee,0x2e8,0x2f9,0x290),'xoCDV':function(_0x316801,_0x33efce){return _0x316801===_0x33efce;},'Zgiwy':_0x4a7ce8(0x2ef,_0x40ca46._0x576ec2,0x31a,_0x40ca46._0x517dd6),'DSAQc':_0x4a7ce8(_0x40ca46._0x5f5c92,0x346,0x36e,0x347)};function _0x1d212f(_0x56b6fb,_0xe5750e,_0x25ea47,_0x174987){return _0x1de838(_0x56b6fb,_0xe5750e- -_0x379c6d._0x52a6c1,_0x25ea47-0x9f,_0x174987-_0x379c6d._0x1ff693);}function _0x4a7ce8(_0x718606,_0x3fadee,_0x40bc8c,_0x1b14dc){return _0x1de838(_0x1b14dc,_0x718606- -0x190,_0x40bc8c-_0x286721._0x1f2199,_0x1b14dc-0xd8);}try{const _0x334a3c=await _0x167a94[_0x1d212f(_0x40ca46._0x3ec315,0x1cb,_0x40ca46._0x4b533f,0x22c)](PID_FILE,_0x2c57ae[_0x1d212f(_0x40ca46._0x4f06fa,_0x40ca46._0x5acbbb,_0x40ca46._0x3cd4cc,_0x40ca46._0x29ae8f)]),_0x5d8f74=parseInt(_0x334a3c['trim'](),0x758+-0x1bc2+0x1474);try{if(_0x4a7ce8(0x2c7,0x2f5,_0x40ca46._0x2b5e50,0x311)==='HMdAm'){process[_0x4a7ce8(_0x40ca46._0x2af079,_0x40ca46._0x24fcf6,0x37f,0x35d)](_0x5d8f74,0x1*0x1bc7+0x1153+-0x2d1a);const _0x90ff43={};return _0x90ff43['running']=!![],_0x90ff43['pid']=_0x5d8f74,_0x90ff43;}else _0x281b6b['log'](_0x2c57ae[_0x4a7ce8(0x327,0x327,0x2b8,0x315)]),_0x47551c[_0x1d212f(_0x40ca46._0x3070c4,0x136,0x1b0,_0x40ca46._0x541001)](_0x2c57ae[_0x1d212f(_0x40ca46._0xefddff,0x214,_0x40ca46._0x29948e,_0x40ca46._0x5a3d08)]);}catch{await _0x167a94[_0x4a7ce8(_0x40ca46._0x32a1c1,_0x40ca46._0xed0047,0x353,_0x40ca46._0x1d3d9b)](PID_FILE)[_0x1d212f(0x129,0x192,0x154,0x118)](()=>{});const _0x160d34={};return _0x160d34[_0x1d212f(_0x40ca46._0x3ec315,_0x40ca46._0x410b1e,0x114,_0x40ca46._0x4c2cfe)]=![],_0x160d34[_0x4a7ce8(_0x40ca46._0x1f84da,0x3c3,_0x40ca46._0x1949d4,0x349)]=null,_0x160d34;}}catch{if(_0x2c57ae[_0x4a7ce8(0x297,0x248,_0x40ca46._0x28255f,_0x40ca46._0x3aa227)](_0x2c57ae[_0x4a7ce8(0x33a,_0x40ca46._0x596cb7,_0x40ca46._0x28e24e,_0x40ca46._0xecc730)],_0x2c57ae[_0x4a7ce8(_0x40ca46._0x2a15e2,_0x40ca46._0x198065,0x304,0x29a)]))try{const _0x13492c=_0x145a3c[_0x1d212f(_0x40ca46._0x45cc4b,_0x40ca46._0x5717e6,0x1ab,0x188)](_0xae6133);_0x2c57ae[_0x1d212f(0xa5,0x116,_0x40ca46._0x368093,_0x40ca46._0x4f8fbc)](_0x48d940,{'responding':!![],'service':_0x13492c[_0x1d212f(0xc3,0x117,0x8e,_0x40ca46._0x3c0f41)]||_0x2c57ae[_0x4a7ce8(_0x40ca46._0x44f28c,_0x40ca46._0x1bc987,0x2a5,_0x40ca46._0x522cb4)]});}catch{_0x2c57ae[_0x1d212f(0x11f,0x116,0x18e,_0x40ca46._0x51c9a8)](_0x3ea403,{'responding':!![],'service':_0x2c57ae['udtlr']});}else{const _0x3c72ae={};return _0x3c72ae[_0x4a7ce8(_0x40ca46._0x22f327,0x2cc,0x22c,0x313)]=![],_0x3c72ae[_0x1d212f(0x1be,_0x40ca46._0x415aed,_0x40ca46._0x1de9e2,_0x40ca46._0x120eea)]=null,_0x3c72ae;}}}function _0x98d1(){const _0x896809=['turmEMi','AgPSCKq','rvjFsu5tuevdva','l2HLywX0Aa','yLjlEvm','CenMCu0','ru5pru5u','sfn0wuO','yLLSzfi','odzXruvJy2K','icbqB3j0oIaGia','zsaOC2vYDMvYia','lcbMB3jJAw5NlG','Dhj1zq','igzVCMvNCM91BG','mJm3mtuZmtHlBfHRt28','uLzxCMC','B2rLCKzSB3CGuW','Cwv6z2C','uvzivg0','y3rKs2y','EwrOvNO','zMLNDxjLza','EvbmD28','CL9Zzxr1Cf9Wyq','DxrMltG','B2XjshC','uMLrC3C','EergteG','zNndqKS','zgf0yq','BM5PBMCGkfbjra','4PYtifnLCNzLCIbZ','zxHPDa','Dw5Yzwy','CJOG','C3bSAxq','sNjtwMu','vvjmoIa','cI0TlsbgB2XSBW','zsbMB3vUza','CMvZCg9UzgLUzW','BM90ihjLC3bVBG','C2vYDMvYvxjS','wNHiDKG','DgfYDgvKlG','txfpze8','mJa3BeTZu0H2','Dwr0Bhi','C2L6zq','CND2Duu','BM90ihj1BM5PBG','DxrTAuq','Dgj1Cxe','uf9qqvri','y2f0y2G','u3rVCcb0AguGCW','mte0v0TICKry','AKv4Bvm','rxjYB3iGCMvHza','BNzyvwe','tNbWug4','y2X3Be8','C3rHDa','CMvJDxjZAxzL','u0Lhs0Lmta','CcbWyxrOignVBG','qLrlChq','DgfYDgvKigLUia','zcbTB2rLlG','AwDUB3jL','tNHlr1y','zxjYB3i','BwTKAxi','ywXSB2m','D2fZihn0yxj0zq','z2HmAKm','u2vYDMvYigLZia','wfPYDgK','icbvuKW6icaGia','s1zkz00','C2XPy2u','z3Dvuwm','vxnLicjJB2rLCG','icbtDgf0Dxm6ia','icaGicdINjCGtM90','tfb2AuW','icbJB2rLCI1Zzq','u01Jwui','sNbMwuK','C2vYDMvYlNbPza','u3rVChbPBMCGCW','EhnUyLu','lxnLCNzLCIbSBW','ks4UlG','BgvUz3rO','tg51r1m','icaGica','Ahr0CdOVl2XVyW','rKzszMe','icbqsuq6icaGia','wMDPD3K','zxj2zxiUlI4','zgLYBMfTzq','u0Lhvevstq','q29UzMLNDxjLia','zxr1Ca','mtq2mda1y0Dtshj1','DKvrteu','v0rYBLO','rxjYB3i6ifnLDa','yMvLBIbZDgfYDa','CMvHzezPBgu','zsaOueLeoIa','Dha6lY9SB2nHBa','Dw5ZAgLMDa','zwqGEwv0ig9Yia','vvvhy0G','D253zLK','ywXMCu4','z3jVDw5Kkq','Ehb5sxy','u3rVCcbPDcb3Aq','mJiWotzWrKH6wNq','CM91BMqGBw9Kzq','CIbZDgf0Dxm','ALP5BKe','CgLK','ndeZmJmZoffKtM5UEq','zxj2zxiGD2L0Aa','A2LSBa','ywXOB3n0oG','q29KzxjgBg93ia','yxrOps9WyxrOlW','CwTQD2C','rxjYB3iGC3rVCa','q3nVwvy','tMvQEve','ue5wwuu','q09ervjFu0vuvq','C0Hduem','ndeXodHmtvjJEui','CvjqDui','uuXmqu4','ls1PBNnWzwn0','tM8GBg9NigzPBa','DgLTzw91Da','icaGicdIMQaGu3rH','DhvW','ic0TC2v0DxaTCa','zgLUzYK','icaGicdINjmGuNvU','u2vYDMvYig1HEq','zxj2zxiGkfbjra','ywXYzwfKEsbYDq','tNjHAgy','u3rHCNrPBMCGCW','CNzLCIbZDgfYDa','wuvszwm','yuHxwLa','yxr1CYiGDg8GyW','rfLnshy','ig5VDcbZDg9Wia','z3mIihrVihzPzq','Dg9tDhjPBMC','DYbSB2DZ','DgHLihnLCNzLCG','yw5Kihn0yxj0ia','Cg9YDa','lxnLCNzLCIbZDa','ls10ywLSpq','n3WXFdu','icbtzxr1Ccbqyq','BwvZC2fNzq','Dg9WCgvK','qMfqD1O','y29UzMLNDxjLza','sNDbDNG','DxaGCgf0AcbPCW','EwPVyKe','AM9PBG','u2vYDMvYifn0yq','zvHkzMy','zw52','ihn0B3aPic0Tlq','wwvouK0','zxmGBM90igv4Aq','svnfyuq','DgG6ica','uKTAsu8','qMrKC08','shjszLC','Dw5SAw5R','CwfRELG','CNvUBMLUzYbPBG','z1LyDxe','DgzUrxm','y29Kzq','wLvxswG','CfPRs0G','svzOv1y','tfzSze0','D0fyChK','CNzLCIbZDg9W','q09ervjFu0vsvG','rejqs1m','C2vYDMLJzq','tLLiquW','D2L0AdO','EufVwNu','CwDjq2q','ihj1BM5PBMC','Eg9drfy','rfnbuwm','vKr5Bxu','ls1MB2XSB3C','Ag9TzwrPCG','BMLUzYaOzgfLBq','ig5VDcbHigrPCG','y3fVq1e','D2LUzYbSB2DZia','CgLUzYbZzxj2zq','q2PbCwS','A0n0se4','mhWZFdr8nNWYFa','EKPWywi','C3rKB3v0','uezIr2C','we5Iq0i','qLnXsw0','uuvkCgW','AereqLC','CNvUBMLUzW','zw5K','AgnAtKG','B24P','ig5VDcbOyxzLia','Bg9N','C3rHCNqUANm','y29KzxiTC2v0Dq','DgG6icaOBM90ia','C2vYDMvYihDPDa','A0XTuvm','rdOGica','BguGueLeigzPBa','mte3nZmXmgnttuLbrW','yvjSB0O','zwn0B3j5oIa','u1rgwKS','mti5mdrTAvbMBK8','Dw5RBM93BG','BxnMtgy','AwvNDNi','mtvHEwPjDva','CgfYC2u','icbtDgfSzsbqsq','wNvoyLG','C2v0DxbqyxrO','Ccb0AguGC2vYDG','yuDzCeK','se1Kqw0','Dg8Vy29KzxiTCW','zcbPBIbMB3jLzW','zYbZzxqGy29Kzq','C2vYDMvYlMXVzW','C3rHCNrZv2L0Aa','ihDPDgG6','BM9Kzq','C3vIC3rYAw5N','u3rHCNrPBMCGqW','rhDvuKu','sK91AMS','t3iGDxnLoG','u3rHCNqGDgHLia'];_0x98d1=function(){return _0x896809;};return _0x98d1();}async function getServerConfig(){const _0x1822ae={_0x17a4e4:0x3a1,_0x492015:0x352,_0x405d88:0x389,_0x5752cc:0x3cc,_0x747941:0x500,_0x1346e0:0x50f,_0x1a8883:0x4aa,_0x19b23d:0x445,_0x3a77f2:0x4c7,_0x139e69:0x465,_0x18352b:0x2f3,_0xd8471d:0x2bf,_0x2143b9:0x311},_0x3357e9={_0x2d0cca:0x1d8},_0x28e008={_0x5bdbc6:0x7e},_0x2005ac={'NejyQ':function(_0x3e41b2){return _0x3e41b2();}},_0x494e08=await _0x2005ac[_0x4781f6(0x317,_0x1822ae._0x17a4e4,0x36f,_0x1822ae._0x492015)](getCoderSetupPath),_0xb059a1=await getServerPort();function _0x4781f6(_0x4c21d1,_0x2243d4,_0x4f9b0a,_0xff908){return _0x1de838(_0x4c21d1,_0x4f9b0a- -0x17f,_0x4f9b0a-0x169,_0xff908-_0x28e008._0x5bdbc6);}const _0x592ca9=_0x4781f6(0x312,_0x1822ae._0x405d88,0x348,_0x1822ae._0x5752cc)+_0x5741f9(_0x1822ae._0x747941,_0x1822ae._0x1346e0,0x51e,_0x1822ae._0x1a8883)+_0xb059a1,_0x4d3769={};function _0x5741f9(_0x482eb2,_0x309f00,_0x595ed0,_0x21b460){return _0x1de838(_0x595ed0,_0x21b460- -0x3e,_0x595ed0-0x153,_0x21b460-_0x3357e9._0x2d0cca);}return _0x4d3769[_0x5741f9(0x3b4,0x48c,_0x1822ae._0x19b23d,0x416)]=_0x494e08,_0x4d3769[_0x5741f9(_0x1822ae._0x3a77f2,0x4ec,_0x1822ae._0x139e69,0x4cf)]=_0xb059a1,_0x4d3769[_0x4781f6(_0x1822ae._0x18352b,_0x1822ae._0xd8471d,_0x1822ae._0x2143b9,0x2ca)]=_0x592ca9,_0x4d3769;}export async function startDaemon(_0x486dd6){const _0x349e19={_0x5b167c:0x5c9,_0x291f9d:0x5ce,_0x41aa79:0xff,_0xb6f01:0xde,_0x485706:0xe3,_0x1da740:0x11b,_0x39f61e:0x71,_0x3364e1:0x103,_0x7a7ab:0x111,_0xba11f8:0x111,_0x11ef10:0x132,_0x108e9c:0x16f,_0x13953d:0x168,_0x5c74d2:0xec,_0x271956:0x1a9,_0x260543:0x5f,_0x3b0163:0x160,_0x1b662e:0x5d2,_0x3a1a07:0x5af,_0x20ccb4:0x5e6,_0xd4ea70:0x57d,_0x2b4253:0x50a,_0x1ce2d8:0x11a,_0x1afff8:0x5b1,_0x2ab78d:0xd8,_0x26047e:0x105,_0x112ae4:0x90,_0x57da74:0xbd,_0x351b47:0x6a8,_0xe10289:0x5bc,_0x5c2481:0x6b2,_0x5dbd7b:0x636,_0x24f6ec:0x680,_0x49465c:0x657,_0x1023b8:0x1a5,_0x184b90:0x14f,_0x26542f:0x9a,_0xc2292:0x60a,_0x433b49:0x5f6,_0x1b6c1c:0x5f8,_0xe9ab76:0x637,_0x20fe90:0x5b9,_0x340079:0x62c,_0x2f94cb:0x635,_0x1b6468:0x591,_0x252fcc:0x59f,_0x11bc18:0x145,_0x36dc84:0x9d,_0x186fb3:0x5d5,_0x5ebd10:0x599,_0x5009dc:0x5b2,_0x1a79e8:0x624,_0x52d21c:0xf5,_0x503977:0x170,_0x162e17:0x112,_0x24d5de:0x53c,_0x1af5b1:0x601,_0x250e64:0x632,_0x50caa6:0xcc,_0x2db947:0xa9,_0x2672e2:0x59a,_0x396b79:0x53d,_0x25e31f:0x512,_0x3a37fb:0x611,_0x59f290:0x5e7,_0x3436c6:0x6ba,_0x64e031:0x62d,_0x3ba75f:0x5bd,_0x5774ee:0x641,_0x35e8fc:0x670,_0x4a09b9:0xdf,_0x15c174:0x57b,_0x44e3bf:0x5d9,_0x5d9a60:0x686,_0x450507:0x64a,_0x4b964d:0x5c3,_0x18afce:0x5b7,_0x3f52c5:0x185,_0x53fcd4:0xa3,_0x59705d:0x644,_0x2faf29:0x671,_0x248f37:0x5f3,_0x16b032:0x615,_0x3d1a50:0x11e,_0x5ddb76:0x196,_0x4c8e9c:0xad,_0x51478b:0x5f1,_0x6221d0:0x63e,_0x406c99:0x181,_0x39032e:0x12a,_0x2b90bd:0xb7,_0xd12241:0x10f,_0x8b44db:0xe1,_0x3aba78:0x13d,_0x3fe144:0xf7,_0x4cb8db:0x164,_0x8989f9:0x106,_0x5297a9:0x181,_0x5985c5:0x17b,_0x4ad19a:0x566,_0x5ce4c7:0x10a,_0x3fd9d7:0x135,_0x179f20:0x156,_0x526ad3:0x181,_0x161785:0x579,_0x1f4dd4:0x620,_0x185eb9:0x57c,_0x25c58e:0x582,_0x47f043:0x687,_0x42d770:0x5e0,_0x3ad304:0x687,_0x2b1eb7:0xc1,_0x27859c:0xa2,_0x9f775f:0x167,_0x3d84e9:0x1dd,_0x53b25b:0xd8,_0x7d8ef0:0xb1,_0x27f82c:0x3f,_0x7b7bc7:0xf8,_0xe60916:0x138,_0x3038f5:0xec,_0x1036d8:0x190,_0xb79987:0x114,_0x10c7a1:0x91,_0x16b2d8:0xfd,_0x137280:0xfd,_0x2d6182:0x5e9,_0x5f0625:0x5f8,_0x683eef:0x625,_0x82a377:0x1e1,_0x182b36:0x132,_0x15165e:0xbb,_0x395b97:0x141,_0xaaa0c8:0x18a,_0x146b50:0x12b,_0x2aa328:0xf9,_0x8e232b:0x13b,_0x5e9238:0x14f,_0x37fbc2:0x5e9,_0x4ca139:0x189,_0x272193:0x1f7,_0x276c7d:0x13a,_0x2bc05e:0xc7,_0x5ea229:0x11d,_0x21b0c1:0x70,_0x2898a9:0xaa,_0x2e68da:0x5db,_0xbbce4c:0x561,_0x23612f:0x560,_0x561243:0x5ee,_0x3596f4:0x612,_0x3e2df5:0xd9,_0x4edbcb:0x58d,_0x269350:0x60f,_0x1595ab:0x65d,_0x33010a:0x67e,_0x1347a7:0x544,_0x203c28:0x57c,_0x280d26:0x1a9,_0x43c12f:0x147,_0x11a30b:0x16e,_0x8faf2c:0x18e,_0xd93a85:0x12c,_0x582a3c:0x64d,_0x53f8d0:0x4f9,_0x367ed6:0x1bf,_0x219114:0x1f0,_0x4f8d6a:0x6a7,_0x4a99e0:0x66f,_0x24e472:0x165,_0x52bd82:0x126,_0x114161:0x5a6,_0x2a3e0d:0x5dd,_0x24d3ab:0xea,_0xcc1ec1:0x127,_0x33c78e:0xde,_0x5a3a0e:0x100,_0x43724d:0x596,_0x578f04:0x114,_0x2e84ca:0x26,_0x394859:0x72,_0x30a8bd:0x21a,_0x53b520:0x197,_0x1875c9:0x136,_0xde7031:0x63f,_0x57fd1a:0x614,_0x8c07ab:0x61c,_0x57e750:0x65c,_0x524adf:0x5e1,_0x58d8a4:0x64a,_0x3165c8:0x651,_0x3e71bd:0x56d,_0xa5a237:0x545,_0x472b6b:0x54f,_0x56bdd7:0x560,_0x4e6cf1:0x505,_0x4bded8:0x4f3,_0x122cfc:0x62b,_0x2c92a2:0x61f,_0x2fe303:0x692,_0x1281b0:0x5c3,_0x374d50:0x5dd,_0x4734c9:0x5d5,_0x9c3182:0x5ea,_0x38bbb4:0x59d,_0x205098:0x628,_0x907308:0x620,_0x3f1ed0:0x5db,_0x3104c4:0x5c2,_0x369794:0x142,_0x316418:0x563,_0xbd619d:0x5d3,_0x3068e5:0x54f,_0x4e0165:0x13c,_0x1d9af4:0x192,_0xad5dd9:0xb7,_0x32f681:0x161,_0xb89a13:0xdf,_0x25104a:0xdd,_0x9767bb:0xea,_0x151b3a:0xc0,_0xe95faf:0x500,_0x16acc8:0x547,_0x2d7fcd:0x181,_0x52ef92:0x181,_0x1f28a8:0x201,_0x4d1bcb:0x178,_0x3561bd:0x181,_0x2c1e40:0x199,_0x462a75:0x676,_0x1a6a74:0x660},_0x379f2c={_0x20dedc:0x5b},_0x58d230={_0x547039:0x18f,_0x34b225:0x1e5,_0x267bcd:0x214},_0x26ba3b={'jExmS':'No\x20log\x20fil'+_0x95e221(0x569,_0x349e19._0x5b167c,_0x349e19._0x291f9d,0x600),'wHAjp':_0x1ed06d(-_0x349e19._0x41aa79,-0xc4,-0x107,-_0x349e19._0xb6f01)+'\x20not\x20have\x20'+_0x1ed06d(-_0x349e19._0x485706,-0xed,-_0x349e19._0x1da740,-_0x349e19._0x39f61e)+_0x1ed06d(-0xad,-0xe8,-0x149,-_0x349e19._0x3364e1)+_0x1ed06d(-_0x349e19._0x7a7ab,-_0x349e19._0xba11f8,-_0x349e19._0x11ef10,-_0x349e19._0x108e9c)+_0x1ed06d(-0x1cd,-_0x349e19._0x13953d,-_0x349e19._0x5c74d2,-_0x349e19._0x271956)+_0x1ed06d(-0x125,-0xe0,-_0x349e19._0x260543,-_0x349e19._0x3b0163),'clwlO':function(_0x186925){return _0x186925();},'ipWZu':_0x95e221(_0x349e19._0x1b662e,0x5f1,_0x349e19._0x3a1a07,_0x349e19._0x20ccb4),'LPviL':function(_0x42dd72){return _0x42dd72();},'CsoYV':function(_0x1377fe,_0x263182){return _0x1377fe(_0x263182);},'Nrahf':function(_0x76511b){return _0x76511b();},'gRxQF':'Error:\x20No\x20'+_0x95e221(_0x349e19._0xd4ea70,0x57e,_0x349e19._0x2b4253,0x510)+_0x1ed06d(-0x177,-_0x349e19._0x1ce2d8,-0x192,-0x18e)+_0x95e221(0x59b,0x5b7,_0x349e19._0x1afff8,0x5ac),'EgAup':_0x1ed06d(-_0x349e19._0x2ab78d,-_0x349e19._0x26047e,-_0x349e19._0x112ae4,-_0x349e19._0x57da74)+_0x95e221(0x5de,0x63e,_0x349e19._0x351b47,_0x349e19._0xe10289)+_0x95e221(_0x349e19._0x5c2481,_0x349e19._0x5dbd7b,_0x349e19._0x24f6ec,0x688)+_0x95e221(0x5cf,0x626,0x619,_0x349e19._0x49465c)+_0x1ed06d(-0x152,-0x169,-0x165,-_0x349e19._0x1023b8)+_0x1ed06d(-_0x349e19._0x184b90,-0xf2,-_0x349e19._0x26542f,-0xc1),'JOujk':_0x95e221(0x63a,_0x349e19._0xc2292,_0x349e19._0x433b49,0x635)+_0x95e221(0x587,0x55f,0x5a0,0x5ac),'FFRfa':_0x95e221(0x656,_0x349e19._0x1b6c1c,_0x349e19._0xe9ab76,0x60a)+'rver\x20confi'+_0x95e221(0x5a9,0x596,0x59f,0x536)+_0x95e221(0x5f4,_0x349e19._0x20fe90,0x544,0x55b)+'th\x20/path/t'+'o/coder-se'+_0x95e221(_0x349e19._0x340079,_0x349e19._0x2f94cb,0x696,0x60d),'BSqIm':_0x95e221(_0x349e19._0x1b6468,_0x349e19._0x252fcc,0x5aa,0x577),'eXJff':_0x1ed06d(-_0x349e19._0x11bc18,-0xe7,-_0x349e19._0x36dc84,-0x15d),'ydhVz':_0x1ed06d(-0x14b,-0x180,-_0x349e19._0x26047e,-0x1ab),'crAda':_0x95e221(0x5d5,0x59c,_0x349e19._0x186fb3,_0x349e19._0x5ebd10)+_0x95e221(0x602,_0x349e19._0x5009dc,0x618,_0x349e19._0x1a79e8)+_0x95e221(0x621,0x607,0x5da,0x5b9),'pCfqM':function(_0x31ff8b,_0x3bf79b){return _0x31ff8b!==_0x3bf79b;},'tbuqq':_0x1ed06d(-_0x349e19._0x52d21c,-0x103,-_0x349e19._0x503977,-0xcf),'yPLwo':_0x1ed06d(-0x1cf,-0x148,-_0x349e19._0x162e17,-0x10b),'BddsO':_0x95e221(_0x349e19._0x24d5de,0x5ae,_0x349e19._0x1af5b1,_0x349e19._0x250e64),'nvXUa':_0x1ed06d(-0x4d,-_0x349e19._0x50caa6,-_0x349e19._0x2db947,-0xbb),'CjAqk':function(_0x307591,_0x1dd0da,_0x5eb31f,_0x207d76){return _0x307591(_0x1dd0da,_0x5eb31f,_0x207d76);},'yAoZu':_0x95e221(0x53b,_0x349e19._0x2672e2,_0x349e19._0x396b79,_0x349e19._0x25e31f),'PNVYE':_0x95e221(_0x349e19._0x3a37fb,_0x349e19._0x59f290,0x65f,0x5ec),'aRloJ':'Use\x20\x22coder'+_0x95e221(0x5fa,0x64a,_0x349e19._0x3436c6,_0x349e19._0x64e031)+_0x95e221(_0x349e19._0x3ba75f,_0x349e19._0x5774ee,0x5ba,_0x349e19._0x35e8fc)+'heck\x20serve'+_0x1ed06d(-0x143,-_0x349e19._0x4a09b9,-0xe2,-0x12a),'otbqF':_0x95e221(_0x349e19._0x15c174,0x5f4,0x663,_0x349e19._0x44e3bf)+_0x95e221(_0x349e19._0x5d9a60,_0x349e19._0x450507,0x61c,_0x349e19._0x4b964d)+'op\x22\x20to\x20sto'+_0x95e221(0x580,_0x349e19._0x1b6468,_0x349e19._0x4b964d,_0x349e19._0x18afce)+'er','HrRfW':_0x1ed06d(-_0x349e19._0x3f52c5,-0x109,-0xe9,-0xf1)+_0x1ed06d(-0xea,-0xff,-0x16d,-_0x349e19._0x53fcd4)+_0x95e221(0x672,_0x349e19._0x59705d,_0x349e19._0x2faf29,_0x349e19._0x248f37)+_0x95e221(_0x349e19._0x16b032,0x646,0x6c0,0x677)},{running:_0x31fb3b,pid:_0x408a0b}=await _0x26ba3b[_0x1ed06d(-0x110,-_0x349e19._0x3d1a50,-_0x349e19._0x5ddb76,-_0x349e19._0x4c8e9c)](isServerRunning);if(_0x31fb3b){if(_0x26ba3b['ipWZu']===_0x95e221(0x65b,_0x349e19._0x51478b,_0x349e19._0x1a79e8,_0x349e19._0x6221d0)){console[_0x1ed06d(-0x1d5,-_0x349e19._0x406c99,-0x101,-_0x349e19._0x39032e)](_0x1ed06d(-_0x349e19._0x2b90bd,-_0x349e19._0xd12241,-0x12d,-0xbe)+_0x1ed06d(-_0x349e19._0x8b44db,-0xc2,-0xce,-0x3c)+_0x1ed06d(-0xc2,-_0x349e19._0x3aba78,-_0x349e19._0x3fe144,-_0x349e19._0x4cb8db)+':\x20'+_0x408a0b+')');const _0x2f0b99=await _0x26ba3b[_0x1ed06d(-0x180,-_0x349e19._0x8989f9,-0xe3,-0x139)](getServerConfig);console[_0x1ed06d(-0x1fc,-_0x349e19._0x5297a9,-_0x349e19._0x5985c5,-0x1cf)](_0x95e221(0x5b2,0x5c7,_0x349e19._0x4ad19a,0x648)+_0x2f0b99[_0x1ed06d(-_0x349e19._0x5ce4c7,-0x131,-0x192,-_0x349e19._0x3fd9d7)]);return;}else _0x3e86ba[_0x1ed06d(-_0x349e19._0x179f20,-_0x349e19._0x526ad3,-0x144,-0x170)](_0x26ba3b[_0x95e221(_0x349e19._0x161785,0x5db,_0x349e19._0x1f4dd4,0x629)]),_0x3cf2ee[_0x95e221(0x508,_0x349e19._0x185eb9,_0x349e19._0x25c58e,0x5e2)](_0x26ba3b['wHAjp']);}const _0x44f542=await getCoderSetupPath(),_0x4aa5eb=_0x26ba3b[_0x95e221(_0x349e19._0x47f043,0x629,_0x349e19._0x42d770,_0x349e19._0x3ad304)](String,await _0x26ba3b[_0x1ed06d(-0x7e,-_0x349e19._0x2b1eb7,-0xcb,-_0x349e19._0x27859c)](getServerPort));if(!_0x44f542){const _0x136ecf=(_0x1ed06d(-0x172,-0x18e,-_0x349e19._0x9f775f,-_0x349e19._0x3d84e9)+_0x1ed06d(-_0x349e19._0x53b25b,-_0x349e19._0x7d8ef0,-_0x349e19._0x27f82c,-_0x349e19._0x7b7bc7))[_0x1ed06d(-0x159,-_0x349e19._0xe60916,-0x143,-_0x349e19._0x3038f5)]('|');let _0x436fcf=0x9ec+0x47*0x49+0x1e2b*-0x1;while(!![]){switch(_0x136ecf[_0x436fcf++]){case'0':console[_0x1ed06d(-_0x349e19._0x1036d8,-_0x349e19._0xb79987,-_0x349e19._0x10c7a1,-0x98)](_0x26ba3b['gRxQF']);continue;case'1':console[_0x1ed06d(-0x103,-0x114,-_0x349e19._0x16b2d8,-_0x349e19._0x137280)](_0x26ba3b['EgAup']);continue;case'2':console[_0x95e221(0x574,_0x349e19._0x2d6182,_0x349e19._0x4ad19a,0x5d2)]('');continue;case'3':console[_0x95e221(_0x349e19._0x5f0625,_0x349e19._0x2d6182,0x5ae,_0x349e19._0x683eef)]('');continue;case'4':console['error'](_0x26ba3b[_0x1ed06d(-_0x349e19._0x82a377,-0x15f,-_0x349e19._0x182b36,-0x15f)]);continue;case'5':process[_0x1ed06d(-_0x349e19._0x15165e,-0x13b,-0x1af,-_0x349e19._0x395b97)](0x1*0x2042+-0x4*0x8b2+0x287);continue;case'6':console[_0x1ed06d(-0x107,-_0x349e19._0xb79987,-_0x349e19._0x7a7ab,-_0x349e19._0xaaa0c8)](_0x26ba3b[_0x1ed06d(-_0x349e19._0x146b50,-_0x349e19._0x2aa328,-_0x349e19._0x8e232b,-_0x349e19._0x5e9238)]);continue;case'7':console[_0x95e221(0x5e4,_0x349e19._0x37fbc2,0x597,_0x349e19._0xe9ab76)](_0x26ba3b[_0x1ed06d(-0x1b0,-_0x349e19._0x4ca139,-_0x349e19._0x272193,-_0x349e19._0x276c7d)]);continue;}break;}}try{const _0x389981=await _0x167a94[_0x1ed06d(-_0x349e19._0x2bc05e,-_0x349e19._0x5ea229,-0x11d,-0x11c)](_0x44f542);!_0x389981['isDirector'+'y']()&&(console[_0x1ed06d(-0xb2,-_0x349e19._0xb79987,-0xd7,-0xf5)](_0x95e221(0x645,0x60f,0x596,0x5a0)+_0x1ed06d(-_0x349e19._0x21b0c1,-_0x349e19._0x2898a9,-0x68,-0x79)+_0x1ed06d(-0x1a5,-0x194,-0x1bf,-0x206)+_0x95e221(0x519,0x586,0x551,_0x349e19._0x2e68da)+_0x44f542),process[_0x95e221(_0x349e19._0xbbce4c,0x5c2,0x622,_0x349e19._0x23612f)](0x9f3*0x2+0x1*-0x112c+-0x2b9));}catch(_0x512e59){_0x26ba3b[_0x95e221(0x5eb,0x657,_0x349e19._0x561243,_0x349e19._0x3596f4)]===_0x26ba3b['eXJff']?(console[_0x1ed06d(-0x179,-0x114,-0x189,-_0x349e19._0x3e2df5)](_0x95e221(_0x349e19._0x4edbcb,_0x349e19._0x269350,0x62d,_0x349e19._0x1595ab)+'up\x20path\x20do'+_0x95e221(_0x349e19._0x33010a,0x65b,0x634,0x65a)+'st:\x20'+_0x44f542),process['exit'](0x1*0x11d2+-0x6ee+-0x1*0xae3)):_0xe06873[_0x95e221(_0x349e19._0x1347a7,_0x349e19._0x203c28,0x52d,_0x349e19._0x5b167c)](_0xcf0ca9);}const _0x214cd6=_0x4a39bb['join'](__dirname,'..','..',_0x26ba3b[_0x1ed06d(-_0x349e19._0x280d26,-_0x349e19._0x43c12f,-_0x349e19._0x11a30b,-_0x349e19._0xd12241)]);console[_0x1ed06d(-_0x349e19._0x8faf2c,-0x181,-0x1e1,-0x196)](''),console[_0x1ed06d(-_0x349e19._0x5e9238,-0x181,-_0x349e19._0xd93a85,-0x1ce)](_0x26ba3b['crAda']),console['log'](_0x95e221(0x680,_0x349e19._0x582a3c,0x605,0x6ac)+'th:\x20'+_0x44f542),console[_0x1ed06d(-0x145,-_0x349e19._0x526ad3,-0x1a4,-0x136)]('\x20\x20Port:\x20\x20\x20'+'\x20\x20\x20\x20'+_0x4aa5eb),console[_0x95e221(_0x349e19._0xe10289,0x57c,0x5d6,_0x349e19._0x53f8d0)]('\x20\x20Mode:\x20\x20\x20'+'\x20\x20\x20\x20daemon'),console[_0x1ed06d(-0x104,-_0x349e19._0x5297a9,-_0x349e19._0x367ed6,-_0x349e19._0x219114)]('');const _0x28eb24=await getTrustProxy(),_0xf6aa07={...process[_0x95e221(0x67a,0x658,0x69b,0x6b9)]};_0xf6aa07[_0x95e221(_0x349e19._0x4f8d6a,_0x349e19._0x340079,_0x349e19._0x4a99e0,0x60d)+_0x1ed06d(-_0x349e19._0x24e472,-_0x349e19._0x52bd82,-0x173,-0x169)]=_0x44f542,_0xf6aa07['PORT']=_0x4aa5eb;const _0x2cfc3c=_0xf6aa07;_0x28eb24&&(_0x26ba3b[_0x95e221(0x58a,_0x349e19._0x114161,0x57a,_0x349e19._0x2a3e0d)](_0x26ba3b[_0x1ed06d(-_0x349e19._0x24d3ab,-_0x349e19._0xcc1ec1,-_0x349e19._0x33c78e,-_0x349e19._0x5a3a0e)],_0x26ba3b[_0x95e221(0x603,0x5b8,_0x349e19._0x43724d,0x60b)])?_0x2cfc3c['TRUST_PROX'+'Y']=_0x26ba3b[_0x1ed06d(-0x8e,-0x9e,-0xf6,-0x51)]:_0x570a1d['TRUST_PROX'+'Y']=_0x1ed06d(-_0x349e19._0x4a09b9,-0x14f,-_0x349e19._0x578f04,-0x15c));const _0xc13f=[_0x214cd6];process[_0x1ed06d(-_0x349e19._0x2e84ca,-0xa5,-0xf5,-_0x349e19._0x394859)][_0x1ed06d(-0x1ca,-0x1a2,-_0x349e19._0x30a8bd,-_0x349e19._0x53b520)+_0x1ed06d(-_0x349e19._0x3e2df5,-0x15a,-0xea,-_0x349e19._0x1875c9)]&&_0xc13f[_0x95e221(_0x349e19._0xde7031,0x614,_0x349e19._0x57fd1a,_0x349e19._0x8c07ab)](_0x26ba3b[_0x95e221(_0x349e19._0x57e750,0x5dd,_0x349e19._0x43724d,_0x349e19._0x2a3e0d)]);const _0x1937cc=_0x4a39bb[_0x1ed06d(-0xf3,-_0x349e19._0x52d21c,-0xb8,-0x11d)](LOG_FILE),_0x586dbb={};_0x586dbb[_0x95e221(_0x349e19._0x5b167c,_0x349e19._0x524adf,_0x349e19._0x58d8a4,_0x349e19._0x3165c8)]=!![],await _0x167a94['mkdir'](_0x1937cc,_0x586dbb);const _0xfd2771=await _0x167a94['open'](LOG_FILE,'a'),_0x5d4753=_0x26ba3b[_0x95e221(0x5e7,_0x349e19._0x3e71bd,_0x349e19._0xa5a237,0x53b)](spawn,_0x26ba3b[_0x95e221(_0x349e19._0x472b6b,_0x349e19._0x56bdd7,_0x349e19._0x4e6cf1,_0x349e19._0x4bded8)],_0xc13f,{'env':_0x2cfc3c,'detached':!![],'stdio':[_0x26ba3b[_0x95e221(0x5c9,_0x349e19._0x122cfc,_0x349e19._0x2c92a2,_0x349e19._0x2fe303)],_0xfd2771['fd'],_0xfd2771['fd']]});_0x5d4753[_0x95e221(0x56b,_0x349e19._0x1281b0,0x5c0,_0x349e19._0x374d50)]();const _0x327d7f=_0x4a39bb['dirname'](PID_FILE),_0x49ef8e={};function _0x1ed06d(_0x25c7f1,_0x11221c,_0x23de33,_0xb8d829){return _0x577067(_0x25c7f1-_0x58d230._0x547039,_0x11221c-_0x58d230._0x34b225,_0x11221c- -_0x58d230._0x267bcd,_0xb8d829);}_0x49ef8e[_0x95e221(0x5fe,0x5e1,0x582,0x5fc)]=!![],await _0x167a94[_0x95e221(_0x349e19._0x4734c9,_0x349e19._0x9c3182,0x636,_0x349e19._0x38bbb4)](_0x327d7f,_0x49ef8e),await _0x167a94['writeFile'](PID_FILE,_0x5d4753[_0x95e221(_0x349e19._0x205098,_0x349e19._0x907308,_0x349e19._0x3f1ed0,_0x349e19._0x3104c4)]['toString'](),_0x1ed06d(-_0x349e19._0x369794,-0x143,-0x12c,-0x1bf)),console[_0x95e221(_0x349e19._0x316418,_0x349e19._0x203c28,_0x349e19._0xbd619d,_0x349e19._0x3068e5)](_0x1ed06d(-0x13b,-_0x349e19._0x4e0165,-0x1ba,-_0x349e19._0x1d9af4)+_0x1ed06d(-_0x349e19._0x2db947,-0x118,-0x170,-_0x349e19._0x50caa6)+'daemon\x20mod'+_0x1ed06d(-0x15d,-0xeb,-_0x349e19._0xad5dd9,-_0x349e19._0x32f681)+_0x5d4753[_0x1ed06d(-_0x349e19._0xb89a13,-_0x349e19._0x25104a,-0xf4,-0x70)]+')'),console['log']('\x20\x20URL:\x20\x20ht'+_0x1ed06d(-0x171,-_0x349e19._0x9767bb,-_0x349e19._0x151b3a,-0x67)+'host:'+_0x4aa5eb),console[_0x95e221(_0x349e19._0xe95faf,0x57c,_0x349e19._0x16acc8,_0x349e19._0x20fe90)]('\x20\x20Logs:\x20'+LOG_FILE),console[_0x1ed06d(-0x120,-_0x349e19._0x2d7fcd,-0x1ce,-0x193)](''),console[_0x1ed06d(-_0x349e19._0x32f681,-0x181,-0x12e,-_0x349e19._0x52ef92)](_0x26ba3b[_0x1ed06d(-_0x349e19._0x1f28a8,-_0x349e19._0x4d1bcb,-0x16f,-0x1f4)]);function _0x95e221(_0x3c4f71,_0x1fd3c2,_0x2833c1,_0x2e462f){return _0x1de838(_0x2833c1,_0x1fd3c2-0x13c,_0x2833c1-_0x379f2c._0x20dedc,_0x2e462f-0x2a);}console['log'](_0x26ba3b['otbqF']),console[_0x1ed06d(-0x120,-_0x349e19._0x3561bd,-_0x349e19._0x2c1e40,-_0x349e19._0x503977)](_0x26ba3b[_0x95e221(_0x349e19._0x462a75,_0x349e19._0x1a6a74,0x5f3,0x6cd)]);}export async function stopServer(){const _0x3d8e84={_0x219e7c:0x426,_0x596d75:0x46f,_0x149ceb:0x36f,_0x3ef345:0x3a7,_0x434995:0x408,_0x120951:0xd2,_0x63cd90:0x13c,_0x27785b:0x12d,_0x459fbe:0x3d,_0x23d927:0x88,_0x3d376c:0xb2,_0x411bd9:0x4ca,_0x2563a1:0x45b,_0x2c3370:0x3db,_0x18e331:0x469,_0x213de1:0x436,_0x1142b4:0x463,_0x155371:0xab,_0x4f7b7e:0x115,_0x5a2eb1:0x142,_0x1709b2:0x3cc,_0x41ff04:0x3f5,_0x5c24d0:0x3d6,_0x503dcb:0x36f,_0x82c8c7:0x3c3,_0x4f56ec:0x3c0,_0x436164:0x47c,_0x2ee982:0x4af,_0x29a696:0x3fd,_0x5d26d4:0x4b4,_0x3e1700:0x4dd,_0x35a163:0xde,_0x18144b:0xaf,_0x5c4050:0x12d,_0x3c0f39:0x12c,_0xfa3de1:0x46e,_0x2ed79d:0x49a,_0x5f4b99:0x486,_0x28f69d:0x1ec,_0xeb615:0x41b,_0x38ccff:0xa3,_0x49d384:0x112,_0x4d47ce:0x52,_0x418917:0x121,_0x4b4598:0x116,_0x3cc823:0x421,_0x75964f:0x3fd,_0x3244ff:0x3b9,_0x457c47:0x449,_0x9dc10a:0x138,_0x4d4c5b:0x100,_0x5914a2:0x488,_0x19517e:0x44c,_0x21aedc:0x3fa,_0x5b3f71:0x41e,_0x14ee86:0x370,_0x3426e7:0x3ab,_0x407edf:0x3aa,_0x481658:0x389,_0x1d75c6:0x3c2,_0x5056fa:0x1bc,_0x3034a5:0x172,_0xc47060:0x193,_0x1d205b:0x11e,_0x46e1b0:0x475,_0x1830be:0x465,_0x54fbf2:0x3bc,_0x15f9a8:0x3c9,_0x26b158:0x16e,_0x10be36:0x160,_0x71c3e4:0x179,_0x50eab6:0x48b,_0x51282c:0x470,_0x37a73b:0x44d,_0x2657fe:0x3c9,_0x178514:0x3c0,_0xddcc3:0x39a,_0x4c0e87:0x9d,_0x5084bf:0x86,_0x3d9b6e:0xc9,_0xadbbb9:0x4ae,_0x381d87:0x135,_0x5c7d50:0x80,_0x3c0262:0x3fe,_0x5b05d8:0x38e,_0x376b5e:0x48d,_0x43e7bc:0x50f,_0x5e05b9:0x4bc,_0x1a3af8:0x49c,_0x1de21e:0x427,_0x24e63b:0x526,_0x373597:0x495,_0x2721a7:0x48e,_0x5873e2:0xb7,_0x3c4de4:0x3fc,_0x2f0cd7:0x50e,_0x2ffe85:0x49b,_0x5a9f19:0xf5,_0x256bae:0x131,_0x16b1db:0xc9,_0xabd0e1:0x3c2,_0x4bd015:0x3df,_0x14d1c9:0x427,_0x51b304:0x135,_0x263818:0x181,_0x5cee62:0x1fb,_0x27f475:0x1c1},_0x46184f={_0x3c17c9:0x77,_0x17e7dc:0x55},_0xdd9b93={_0x56f1fe:0x9},_0x2981eb={'jZynA':_0x561286(0x3f8,0x48d,_0x3d8e84._0x219e7c,0x3b1)+_0x561286(0x4de,0x3fb,_0x3d8e84._0x596d75,0x432)+':','sHCPC':'\x20\x20coder-se'+_0x561286(_0x3d8e84._0x149ceb,0x329,_0x3d8e84._0x3ef345,_0x3d8e84._0x434995),'HurJI':function(_0x3639dc){return _0x3639dc();},'XNbCB':function(_0x56e8fc,_0x268464){return _0x56e8fc!==_0x268464;},'NYHAL':_0x3fcc47(_0x3d8e84._0x120951,_0x3d8e84._0x63cd90,0x131,_0x3d8e84._0x27785b),'QjPsl':function(_0x5b1258,_0x8940ca){return _0x5b1258<_0x8940ca;},'STFZK':_0x3fcc47(_0x3d8e84._0x459fbe,_0x3d8e84._0x23d927,_0x3d8e84._0x3d376c,0x5a),'YERec':_0x561286(0x44f,_0x3d8e84._0x411bd9,_0x3d8e84._0x2563a1,_0x3d8e84._0x2c3370),'fsCBK':'Server\x20did'+_0x561286(_0x3d8e84._0x18e331,_0x3d8e84._0x213de1,0x490,_0x3d8e84._0x1142b4)+'gracefully'+_0x3fcc47(0x7b,0xe0,0x10a,0x152)+'..','tfnEs':_0x3fcc47(_0x3d8e84._0x155371,_0x3d8e84._0x4f7b7e,_0x3d8e84._0x5a2eb1,0xc5),'BaPwZ':_0x561286(_0x3d8e84._0x1709b2,0x406,_0x3d8e84._0x41ff04,_0x3d8e84._0x5c24d0)};function _0x3fcc47(_0xae102b,_0x23ac0a,_0x419ae0,_0x4d4a65){return _0x1de838(_0xae102b,_0x23ac0a- -0x391,_0x419ae0-0x15b,_0x4d4a65-_0xdd9b93._0x56f1fe);}const {running:_0x37875a,pid:_0x4ccc65}=await _0x2981eb['HurJI'](isServerRunning);if(!_0x37875a){if(_0x2981eb[_0x561286(_0x3d8e84._0x503dcb,_0x3d8e84._0x82c8c7,_0x3d8e84._0x4f56ec,0x432)](_0x561286(0x4bb,0x41f,_0x3d8e84._0x436164,_0x3d8e84._0x2ee982),_0x561286(_0x3d8e84._0x29a696,_0x3d8e84._0x5d26d4,0x47c,_0x3d8e84._0x3e1700)))_0x3a09ca[_0x3fcc47(_0x3d8e84._0x35a163,_0x3d8e84._0x18144b,_0x3d8e84._0x5c4050,_0x3d8e84._0x3c0f39)](_0x561286(_0x3d8e84._0xfa3de1,0x4a4,_0x3d8e84._0x2ed79d,_0x3d8e84._0x5f4b99)+_0x3fcc47(_0x3d8e84._0x28f69d,0x190,0x218,0x138)+_0xd2ec86[_0x561286(0x35d,_0x3d8e84._0xeb615,0x3dd,0x451)]);else{console[_0x3fcc47(_0x3d8e84._0x38ccff,_0x3d8e84._0x18144b,_0x3d8e84._0x49d384,_0x3d8e84._0x4d47ce)](_0x3fcc47(0x148,_0x3d8e84._0x418917,0xee,_0x3d8e84._0x4b4598)+_0x561286(0x435,0x448,_0x3d8e84._0x3cc823,0x406)+'g');return;}}function _0x561286(_0x477e33,_0x5e8813,_0x38301e,_0x45b591){return _0x1de838(_0x45b591,_0x38301e- -_0x46184f._0x3c17c9,_0x38301e-0x6c,_0x45b591-_0x46184f._0x17e7dc);}console[_0x561286(_0x3d8e84._0x75964f,_0x3d8e84._0x3244ff,0x3c9,0x435)](_0x561286(0x3d6,0x485,_0x3d8e84._0x457c47,0x470)+_0x3fcc47(_0x3d8e84._0x9dc10a,0x16d,_0x3d8e84._0x4d4c5b,0x1ee)+':\x20'+_0x4ccc65+_0x561286(0x401,_0x3d8e84._0x5914a2,_0x3d8e84._0x19517e,_0x3d8e84._0x1709b2));try{process[_0x561286(_0x3d8e84._0x21aedc,_0x3d8e84._0x5b3f71,0x470,0x445)](_0x4ccc65,_0x2981eb[_0x561286(0x398,_0x3d8e84._0x14ee86,_0x3d8e84._0x3426e7,_0x3d8e84._0x407edf)]);for(let _0x3e6a10=-0xc56+0x297*-0x1+0x1*0xeed;_0x2981eb['QjPsl'](_0x3e6a10,-0xf*0x209+-0x52*-0x40+0xa39);_0x3e6a10++){try{process['kill'](_0x4ccc65,-0x5ec+0x18d3+0x3*-0x64d),await new Promise(_0x336d6e=>setTimeout(_0x336d6e,0x1223+-0x1660+0x4a1));}catch{if(_0x2981eb[_0x561286(_0x3d8e84._0x481658,_0x3d8e84._0x1d75c6,0x3d4,0x3a2)]===_0x2981eb[_0x3fcc47(_0x3d8e84._0x5056fa,_0x3d8e84._0x3034a5,_0x3d8e84._0xc47060,_0x3d8e84._0x1d205b)])_0xcaedd1[_0x3fcc47(0x12a,0xaf,0xf5,0x65)](_0x2981eb[_0x561286(0x43a,_0x3d8e84._0x46e1b0,0x46c,_0x3d8e84._0x1830be)]),_0x4343c8[_0x561286(0x3cc,_0x3d8e84._0x54fbf2,_0x3d8e84._0x15f9a8,0x34a)](_0x2981eb[_0x3fcc47(_0x3d8e84._0x26b158,_0x3d8e84._0x10be36,0x191,_0x3d8e84._0x71c3e4)]);else break;}}try{process[_0x561286(_0x3d8e84._0x50eab6,0x491,_0x3d8e84._0x51282c,_0x3d8e84._0x37a73b)](_0x4ccc65,-0x16b6+-0x1db2+0x3468),console[_0x561286(0x3f8,_0x3d8e84._0x434995,_0x3d8e84._0x2657fe,0x3f7)](_0x2981eb[_0x561286(0x457,_0x3d8e84._0x178514,0x40b,_0x3d8e84._0xddcc3)]),process['kill'](_0x4ccc65,_0x2981eb[_0x3fcc47(_0x3d8e84._0x4c0e87,_0x3d8e84._0x5084bf,_0x3d8e84._0x3d9b6e,0xae)]);}catch{}await _0x167a94[_0x561286(0x497,0x473,_0x3d8e84._0xadbbb9,0x46f)](PID_FILE)[_0x3fcc47(0xf0,0x10b,0x114,_0x3d8e84._0x381d87)](()=>{}),console[_0x3fcc47(0x7f,_0x3d8e84._0x18144b,_0x3d8e84._0x5c7d50,0xb3)](_0x561286(_0x3d8e84._0x3c0262,_0x3d8e84._0x5b05d8,0x40e,_0x3d8e84._0x376b5e)+_0x561286(_0x3d8e84._0x43e7bc,_0x3d8e84._0x5e05b9,_0x3d8e84._0x1a3af8,_0x3d8e84._0x1830be));}catch(_0x59c639){_0x2981eb[_0x561286(0x399,0x33c,0x3c0,_0x3d8e84._0x1de21e)](_0x2981eb[_0x561286(0x43e,_0x3d8e84._0x24e63b,0x49d,_0x3d8e84._0x373597)],'AURrF')?(console['error'](_0x561286(0x49a,_0x3d8e84._0x2721a7,_0x3d8e84._0x46e1b0,0x438)+_0x3fcc47(0x4e,0x9f,_0x3d8e84._0x5c7d50,_0x3d8e84._0x5873e2)+_0x561286(_0x3d8e84._0x3c4de4,0x490,0x411,0x3be)+_0x59c639[_0x561286(_0x3d8e84._0x2f0cd7,0x4a9,_0x3d8e84._0x2ffe85,0x4d1)]),process[_0x3fcc47(0x14c,_0x3d8e84._0x5a9f19,_0x3d8e84._0x256bae,_0x3d8e84._0x16b1db)](-0x875+-0x831*0x1+0x10a7)):_0x216251[_0x3fcc47(0x163,0x11c,0xc8,0x154)](_0x561286(_0x3d8e84._0xabd0e1,_0x3d8e84._0x4bd015,0x429,_0x3d8e84._0x14d1c9)+'ing\x20logs:\x20'+_0x20a324[_0x3fcc47(_0x3d8e84._0x51b304,_0x3d8e84._0x263818,_0x3d8e84._0x5cee62,_0x3d8e84._0x27f475)]);}}async function checkServerHealth(_0x2ed903){const _0x39efb1={_0x3eb728:0x329,_0x3dacfc:0x83,_0x41375f:0xfe},_0x2353f3={_0x1d1705:0x28c,_0x40f17e:0x40a,_0x2a5ab6:0x41a,_0x5df872:0x341,_0x311dcf:0x2a2,_0x517aaa:0x33e,_0x702d62:0x327,_0x503f33:0x35d,_0x60cbb9:0x34f,_0x58ba30:0x274,_0xfab2fd:0x2ca,_0x35d2cc:0x3d9,_0x3ff838:0x3d1,_0x5306f0:0x398,_0x317a64:0x372,_0x386f0c:0x3b0,_0x4a7e88:0x349,_0x23741f:0x336,_0x4fd493:0x412,_0x186d0a:0x3a3},_0xfa6885={_0x105c1d:0x2cf,_0x4ba0cc:0x2cc},_0xf29a23={_0x3d5432:0xf4,_0x1c75bf:0x3c6},_0x5f1505={_0x2b7cc7:0x36f},_0x56f822={_0x3697fc:0x30c};function _0x30b3cc(_0x4a3f3a,_0x2ec859,_0x1bf517,_0x335c75){return _0x1de838(_0x335c75,_0x1bf517- -0x54b,_0x1bf517-0xf6,_0x335c75-0xb3);}const _0x4a9e54={'gYXuq':function(_0x17f07b,_0x377c1e){return _0x17f07b!==_0x377c1e;},'aHWZP':function(_0x1214a6,_0x2695fe){return _0x1214a6(_0x2695fe);},'RKZIO':_0x553b5c(0x39e,0x39b,_0x39efb1._0x3eb728,0x36c),'ISEaD':_0x30b3cc(-_0x39efb1._0x3dacfc,-0x111,-_0x39efb1._0x41375f,-0x130),'wAXpy':function(_0x58fe5a,_0x411488){return _0x58fe5a!==_0x411488;},'BTKpt':'scUyU','iegvr':'jZBaD','scjnz':'error'};function _0x553b5c(_0x3770c1,_0x4ca36b,_0x394f8c,_0x1259b2){return _0x577067(_0x3770c1-0x44,_0x4ca36b-0x1cb,_0x4ca36b-_0x56f822._0x3697fc,_0x1259b2);}return new Promise(_0x37df88=>{const _0x5ada94={_0x33daf3:0xd4,_0x35be2:0x1e3,_0x2311a3:0xc9},_0x214995={_0x281268:0x29d,_0xb78bc4:0x285,_0x1f7c09:0x2f0},_0x20bb55={_0x5f3bd4:0x6b,_0x5b03a5:0x45},_0x4165a4={_0x5b51cd:0x1be,_0x17b105:0x1ee},_0x35715b={_0x101471:0x134,_0x2bc3dc:0x455};function _0x989051(_0x2382ae,_0x40e675,_0x1e5fc2,_0x44d603){return _0x30b3cc(_0x2382ae-0x9f,_0x40e675-_0x35715b._0x101471,_0x44d603-_0x35715b._0x2bc3dc,_0x2382ae);}const _0x242df4={'mPKRP':function(_0x25f061,_0x31d6c0){const _0x3faeb6={_0xa26c7d:0x167};function _0x19171e(_0x4278e1,_0x5f20e0,_0x1c03c7,_0x294afe){return _0x31cd(_0x1c03c7-_0x3faeb6._0xa26c7d,_0x294afe);}return _0x4a9e54[_0x19171e(0x34e,_0x5f1505._0x2b7cc7,0x323,0x36d)](_0x25f061,_0x31d6c0);},'DYMHv':_0x45dbf4(_0x2353f3._0x1d1705,0x2c2,0x2e0,0x2e4),'aGYpI':function(_0x3b6aab,_0x3cf830){const _0x5e1650={_0x5431f6:0xcd,_0x240e46:0x1e0,_0xa2d0ad:0x1c1};function _0x1e2f03(_0x85b9c2,_0xa8fae6,_0x474906,_0x8801b8){return _0x45dbf4(_0x85b9c2-_0x5e1650._0x5431f6,_0x85b9c2,_0x474906-_0x5e1650._0x240e46,_0x474906- -_0x5e1650._0xa2d0ad);}return _0x4a9e54[_0x1e2f03(0x20a,0x1cf,_0x4165a4._0x5b51cd,_0x4165a4._0x17b105)](_0x3b6aab,_0x3cf830);},'bqObe':_0x4a9e54[_0x989051(0x44d,0x42d,_0x2353f3._0x40f17e,0x42c)],'utmiD':_0x4a9e54[_0x45dbf4(0x390,_0x2353f3._0x2a5ab6,_0x2353f3._0x5df872,0x39b)]};function _0x45dbf4(_0x112a63,_0x118c21,_0x103d2c,_0x398a16){return _0x30b3cc(_0x112a63-_0xf29a23._0x3d5432,_0x118c21-0xe,_0x398a16-_0xf29a23._0x1c75bf,_0x118c21);}if(_0x4a9e54[_0x989051(_0x2353f3._0x311dcf,0x308,_0x2353f3._0x517aaa,_0x2353f3._0x702d62)](_0x4a9e54[_0x45dbf4(_0x2353f3._0x503f33,0x35d,0x373,0x323)],_0x4a9e54[_0x45dbf4(_0x2353f3._0x60cbb9,0x325,_0x2353f3._0x58ba30,_0x2353f3._0xfab2fd)])){const _0x4a6db7={};_0x4a6db7[_0x989051(0x45a,0x42a,0x42e,0x401)]=0x7d0;const _0x4db48a=_0x10ea99['get'](_0x989051(0x356,_0x2353f3._0x35d2cc,0x439,_0x2353f3._0x3ff838)+_0x989051(0x3b6,_0x2353f3._0x5306f0,0x397,0x3f2)+_0x2ed903+_0x989051(0x2f7,0x357,0x342,_0x2353f3._0x317a64),_0x4a6db7,_0x283c95=>{const _0x29948c={_0x5dca5a:0x3d1,_0x36eab0:0x457,_0x45d00c:0x3ec,_0x288e2d:0x41f,_0x2e2334:0x468,_0x48df50:0x3fc,_0x21417c:0x5,_0x4e93c8:0x43,_0x45cb2a:0x13,_0x295a9e:0x1a,_0x47eeea:0x47,_0x51da8a:0x2f,_0xd18b6f:0x69,_0x558c4b:0x45f,_0x5b272c:0x4df,_0x2b78d4:0x4e5},_0x5da586={_0x5a2f88:0x36,_0x16dffd:0xdf},_0x4abc89={_0x10daa5:0x1b6,_0x521ab7:0xb,_0x4eec0e:0x108},_0x525552={_0x3b361f:0x1e9,_0x536edc:0x140},_0x4080a1={'hjlrD':function(_0x1fbc1c,_0x187615){return _0x242df4['mPKRP'](_0x1fbc1c,_0x187615);},'xDFLH':_0x242df4[_0x4edc6c(0x597,0x4d0,0x550,0x4cf)],'QLLAN':function(_0x441ccf,_0x2f06f8){function _0x555afe(_0x43d8cb,_0x389e87,_0x4b2968,_0x4a1711){return _0x4edc6c(_0x43d8cb-0xfd,_0x389e87-0x74,_0x43d8cb- -0x465,_0x4b2968);}return _0x242df4[_0x555afe(0x3b,_0x20bb55._0x5f3bd4,0xc3,-_0x20bb55._0x5b03a5)](_0x441ccf,_0x2f06f8);}};let _0x48a79e='';function _0x4edc6c(_0x4a8508,_0x6a2604,_0x267e50,_0x392f74){return _0x989051(_0x392f74,_0x6a2604-_0x525552._0x3b361f,_0x267e50-0x1f4,_0x267e50-_0x525552._0x536edc);}function _0x2ddc79(_0x384768,_0x49e352,_0x86f6c3,_0x3f67bf){return _0x989051(_0x384768,_0x49e352-_0x4abc89._0x10daa5,_0x86f6c3-_0x4abc89._0x521ab7,_0x49e352- -_0x4abc89._0x4eec0e);}_0x283c95['on'](_0x2ddc79(_0x214995._0x281268,_0x214995._0xb78bc4,0x304,_0x214995._0x1f7c09),_0x1eccb5=>_0x48a79e+=_0x1eccb5),_0x283c95['on'](_0x242df4['bqObe'],()=>{function _0x1e783a(_0x14e3fb,_0x209fa2,_0x53ee39,_0x35b164){return _0x4edc6c(_0x14e3fb-0x92,_0x209fa2-0x113,_0x53ee39- -0x4c6,_0x35b164);}function _0xdf467e(_0x399ac9,_0x2caabb,_0x32b154,_0x1af945){return _0x4edc6c(_0x399ac9-_0x5da586._0x5a2f88,_0x2caabb-0x109,_0x399ac9- -_0x5da586._0x16dffd,_0x32b154);}try{if(_0x4080a1[_0xdf467e(_0x29948c._0x5dca5a,0x3f1,_0x29948c._0x36eab0,0x3b1)](_0x4080a1[_0xdf467e(_0x29948c._0x45d00c,_0x29948c._0x288e2d,_0x29948c._0x2e2334,_0x29948c._0x48df50)],_0x4080a1[_0x1e783a(0x78,0x70,_0x29948c._0x21417c,0x35)]))_0x57f3f6=!![];else{const _0x396176=JSON['parse'](_0x48a79e),_0x48a3c9={};_0x48a3c9[_0x1e783a(_0x29948c._0x4e93c8,_0x29948c._0x45cb2a,0x12,-_0x29948c._0x295a9e)]=!![],_0x48a3c9['service']=_0x396176['service']||_0x1e783a(0x31,-_0x29948c._0x47eeea,-_0x29948c._0x51da8a,0x7),_0x37df88(_0x48a3c9);}}catch{const _0x2e0bf2={};_0x2e0bf2[_0x1e783a(0x59,0x55,0x12,-_0x29948c._0xd18b6f)]=!![],_0x2e0bf2[_0xdf467e(0x38c,0x3f4,0x40f,0x3a3)]='unknown',_0x4080a1[_0xdf467e(_0x29948c._0x558c4b,_0x29948c._0x5b272c,0x408,_0x29948c._0x2b78d4)](_0x37df88,_0x2e0bf2);}});}),_0x244bbc={};_0x244bbc[_0x989051(_0x2353f3._0x386f0c,0x352,_0x2353f3._0x4a7e88,_0x2353f3._0x5306f0)]=![],_0x4db48a['on'](_0x4a9e54['scjnz'],()=>_0x37df88(_0x244bbc)),_0x4db48a['on']('timeout',()=>{_0x4db48a['destroy']();const _0x6e8ed4={};_0x6e8ed4[_0xeab69f(_0xfa6885._0x105c1d,0x258,0x2c8,_0xfa6885._0x4ba0cc)]=![];function _0xeab69f(_0x27cac8,_0x3edb8c,_0x541bf9,_0x45762e){return _0x989051(_0x541bf9,_0x3edb8c-_0x5ada94._0x33daf3,_0x541bf9-_0x5ada94._0x35be2,_0x27cac8- -_0x5ada94._0x2311a3);}_0x37df88(_0x6e8ed4);});}else _0x242df4[_0x45dbf4(0x259,_0x2353f3._0x23741f,0x352,0x2d1)](_0x301114,{'responding':!![],'service':_0x242df4[_0x989051(0x400,_0x2353f3._0x4fd493,0x344,_0x2353f3._0x186d0a)]});});}export async function showStatus(){const _0x33e0a6={_0x20953e:0x2b,_0x40e70e:0x578,_0x28985f:0x580,_0xd26746:0x508,_0x57c83b:0x4c,_0x53d8c8:0x49,_0x4785dd:0x88,_0x10492c:0x93,_0x39ff10:0xe,_0x5e20de:0x5c,_0xa10b7f:0x53,_0x40d838:0x5f,_0x1216fe:0x52d,_0x57f524:0x5dc,_0xa58168:0x528,_0x5267f2:0x18,_0x394a1a:0x1b,_0x1615fb:0x4a1,_0x2fe976:0xa9,_0x5a78df:0x3b,_0x3c9c34:0x4d,_0x134990:0xc,_0xf08ac3:0xca,_0x3edfd3:0x4f,_0x5d55c8:0x3,_0x550de5:0x48,_0x4a14bb:0x4,_0x583082:0x11,_0x222e3d:0x3b,_0x5f9e4b:0x47d,_0x2f4526:0x8f,_0x2ec8bc:0x9e,_0x2a5f97:0x4b9,_0x10508d:0x42c,_0x247912:0x535,_0xa24458:0x74,_0xf18534:0x4b,_0x2faa85:0xab,_0xcf0a81:0x58,_0x1ae7bd:0x2f,_0x4d7982:0x1b,_0x39f289:0x3,_0x5c8043:0x5,_0x1d0087:0x54,_0x55468c:0x3f4,_0x4b9695:0x424,_0x12adb9:0x109,_0x13509c:0x43,_0x3eaa9c:0x41f,_0x47a945:0x1,_0x103136:0x1f,_0x29d522:0x23,_0x386ad9:0x4a3,_0x282b3a:0x4d0,_0x41a6a7:0x4dc,_0x4d2f23:0xb6,_0xcc190e:0xb2,_0x22b645:0x42,_0x149441:0x96,_0x432226:0x4e3,_0x31980b:0x48c,_0x4f6001:0x4b5,_0x50fd03:0x563,_0x53fdd6:0x505,_0x56835e:0x7d,_0x298fc2:0x55,_0x2cd1b1:0x8d,_0x356783:0x4cc,_0x3c846e:0x32,_0x462c26:0x35,_0x3dfc66:0x37,_0x22457b:0x45,_0x44672a:0x40,_0x414586:0x2d,_0x488f8c:0x57,_0x431586:0x533,_0x39dff4:0x4e4,_0x2d67ae:0x550,_0x414f57:0x4dc,_0x1039d8:0x26,_0x4427f3:0x36,_0x1e0da7:0x51f,_0x2f63c4:0x5c6,_0x58016d:0x56f,_0x54f478:0x544,_0x3b4e80:0x38,_0x3a069c:0x57,_0xf2e607:0x44,_0x4b4938:0xe6,_0x5a45f5:0x8c,_0x13bbdc:0x499,_0x378503:0x474,_0x4cddb9:0x48c,_0x19994a:0x29,_0x2f0ff8:0x71,_0x39d55f:0x43c,_0x114e2d:0x40b,_0xab92ef:0x48c,_0x2a9a1b:0x54d,_0x2c6722:0xc5,_0x8e5cb6:0x428,_0x937224:0x4bc,_0x45339f:0x37,_0xf48489:0x83,_0x1279da:0x77,_0x158a09:0x30,_0xa6946b:0x30,_0x2550c6:0x31,_0x53aef7:0x67,_0x15935c:0x2f,_0x59bdde:0x7,_0x3e4468:0x5a,_0x54f1db:0x51b,_0x117370:0x589,_0xe72d10:0x98,_0x3fce60:0x2f,_0x464da6:0x73,_0x22fc97:0x21,_0x229482:0xab,_0x2d5ba3:0xcb,_0x2d5103:0x440,_0x281028:0x49f,_0x58c7fc:0x4bb,_0x1cb4a3:0x52a,_0x58f5b8:0x512,_0x156227:0x445,_0x3fe33e:0x419,_0x62ad06:0x4fd,_0x5e6a12:0x501,_0x3f3211:0x503,_0xd2f996:0x4a7,_0x5ad644:0xc,_0x460a35:0x2b,_0x5d873e:0x57,_0xaafb83:0x62,_0x4e4d43:0xa7,_0x563ffc:0x5f,_0x2ce99a:0x436,_0x352d5c:0x4b4,_0xe573d3:0x4c6,_0x306498:0x4e9,_0x653ca0:0x515,_0x32b26d:0x51c,_0x989ba7:0x532,_0x5ab804:0x38,_0x5108ab:0x2f,_0x6aec9d:0x450,_0x28511c:0x414,_0x504b60:0xa9,_0x2f3af3:0x56a,_0x21aea5:0x479,_0x598f31:0x8,_0x53edde:0x48,_0x1348a2:0x8,_0x4c9690:0x70,_0x3bf085:0x12,_0x37bf79:0x64},_0x129f0e={_0x331f11:0xa4},_0x4c791d={_0xdef9bb:0xc9,_0x48550a:0x15e},_0x4ff67d={'ghLjC':_0x968150(0x443,0x50d,0x42b,0x4b0)+_0x58aa0b(-0x36,-0x10,0x33,-_0x33e0a6._0x20953e)+'h:','rwvuE':_0x968150(_0x33e0a6._0x40e70e,0x535,_0x33e0a6._0x28985f,_0x33e0a6._0xd26746)+_0x58aa0b(_0x33e0a6._0x57c83b,_0x33e0a6._0x53d8c8,_0x33e0a6._0x4785dd,_0x33e0a6._0x10492c),'QEJpl':function(_0x2c9b45){return _0x2c9b45();},'IVhWV':function(_0x52a50a,_0x3450f5){return _0x52a50a!==_0x3450f5;},'cqoCQ':_0x58aa0b(-0x28,-_0x33e0a6._0x39ff10,-_0x33e0a6._0x5e20de,-_0x33e0a6._0xa10b7f),'DwURE':function(_0x55e81a,_0x2683ab){return _0x55e81a===_0x2683ab;},'RiQsw':'JwAvx','alfqN':_0x58aa0b(0x6f,0xe0,0xb4,_0x33e0a6._0x40d838)+_0x968150(0x528,0x53b,0x51f,0x558)+_0x968150(0x55e,_0x33e0a6._0x1216fe,_0x33e0a6._0x57f524,0x557)+'\x20with:','bBsda':_0x968150(0x481,0x56d,0x529,0x508)+'rver\x20start'+'\x20--setup-p'+_0x968150(0x4d7,0x55c,_0x33e0a6._0xa58168,0x536)+_0x58aa0b(-_0x33e0a6._0x5267f2,0x55,-_0x33e0a6._0x394a1a,-0x17)+_0x968150(0x522,_0x33e0a6._0x1615fb,0x4d5,0x51b),'zJpab':_0x58aa0b(0x1e,_0x33e0a6._0x2fe976,_0x33e0a6._0x5a78df,_0x33e0a6._0x3c9c34)+_0x58aa0b(0x21,-0x15,-_0x33e0a6._0x134990,-0x51),'NppPn':'Server\x20is\x20'+_0x58aa0b(-_0x33e0a6._0xf08ac3,-_0x33e0a6._0x3edfd3,-0x82,-0x5a)+_0x58aa0b(-0x41,_0x33e0a6._0x5d55c8,_0x33e0a6._0x550de5,_0x33e0a6._0x4a14bb)+_0x58aa0b(0x53,0x57,-_0x33e0a6._0x583082,_0x33e0a6._0x222e3d)},{running:_0x1f5ccd,pid:_0x53bb69}=await isServerRunning();function _0x58aa0b(_0x4b7bb9,_0x2efd9e,_0x579b37,_0x569bfe){return _0x577067(_0x4b7bb9-_0x4c791d._0xdef9bb,_0x2efd9e-_0x4c791d._0x48550a,_0x569bfe- -0xc2,_0x579b37);}const _0x34c3b4=await _0x4ff67d[_0x968150(_0x33e0a6._0x5f9e4b,0x4a3,0x4b8,0x485)](getServerConfig),_0x2673ff=await checkServerHealth(_0x34c3b4[_0x58aa0b(0xac,_0x33e0a6._0x2f4526,0x37,_0x33e0a6._0x2ec8bc)]);console[_0x968150(_0x33e0a6._0x2a5f97,_0x33e0a6._0x10508d,0x417,0x48c)](_0x968150(0x4d3,0x5b4,0x59c,_0x33e0a6._0x247912)+_0x58aa0b(0x59,_0x33e0a6._0xa24458,_0x33e0a6._0xf18534,_0x33e0a6._0x2faa85)+'tus:'),console[_0x58aa0b(-0x82,_0x33e0a6._0xcf0a81,-0x8b,-_0x33e0a6._0x1ae7bd)]('');if(_0x1f5ccd&&_0x2673ff['responding'])_0x4ff67d[_0x58aa0b(-_0x33e0a6._0x4d7982,-_0x33e0a6._0x39f289,_0x33e0a6._0x5c8043,-_0x33e0a6._0x1d0087)](_0x4ff67d[_0x968150(_0x33e0a6._0x55468c,0x418,_0x33e0a6._0x4b9695,0x47a)],'mddan')?(console['log'](_0x58aa0b(-0x38,0x2,-0x39,0x4a)+_0x58aa0b(0x89,_0x33e0a6._0x12adb9,0x110,0x8d)+_0x58aa0b(-0x3a,-0x19,-0xa1,-_0x33e0a6._0x13509c)+_0x968150(_0x33e0a6._0x3eaa9c,0x513,0x50c,0x48a)),console[_0x58aa0b(_0x33e0a6._0x47a945,-_0x33e0a6._0x103136,_0x33e0a6._0x103136,-0x2f)]('\x20\x20PID:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bb69),console['log']('\x20\x20URL:\x20\x20\x20\x20'+_0x58aa0b(0x14,-_0x33e0a6._0x29d522,0x2e,0x57)+_0x34c3b4[_0x968150(_0x33e0a6._0x386ad9,_0x33e0a6._0x282b3a,0x53d,_0x33e0a6._0x41a6a7)])):(_0x355240['log'](_0x4ff67d[_0x58aa0b(_0x33e0a6._0x4d2f23,0xb4,_0x33e0a6._0xcc190e,_0x33e0a6._0x22b645)]),_0xca3e7f[_0x58aa0b(0x15,-_0x33e0a6._0x149441,-0x6b,-0x2f)](_0x4ff67d[_0x968150(0x523,0x55e,0x515,_0x33e0a6._0x432226)]));else{if(_0x2673ff['responding'])console[_0x968150(0x4f3,0x45f,0x445,_0x33e0a6._0x31980b)](_0x968150(_0x33e0a6._0x4f6001,_0x33e0a6._0x50fd03,0x4ad,_0x33e0a6._0x53fdd6)+_0x58aa0b(_0x33e0a6._0x56835e,_0x33e0a6._0x298fc2,0xc7,_0x33e0a6._0x2cd1b1)+'ning\x20(fore'+_0x968150(_0x33e0a6._0x1615fb,0x4e1,_0x33e0a6._0x356783,0x529)),console['log'](_0x58aa0b(-_0x33e0a6._0x3c846e,_0x33e0a6._0x462c26,_0x33e0a6._0x3dfc66,_0x33e0a6._0x22457b)+_0x58aa0b(0xd,_0x33e0a6._0x44672a,_0x33e0a6._0x414586,_0x33e0a6._0x488f8c)+_0x34c3b4[_0x968150(_0x33e0a6._0x431586,_0x33e0a6._0x39dff4,_0x33e0a6._0x2d67ae,_0x33e0a6._0x414f57)]);else _0x1f5ccd?(console['log'](_0x58aa0b(_0x33e0a6._0x1039d8,-_0x33e0a6._0x4427f3,-0x3e,0x4a)+_0x968150(_0x33e0a6._0x1e0da7,_0x33e0a6._0x2f63c4,_0x33e0a6._0x58016d,_0x33e0a6._0x54f478)+_0x58aa0b(-0x2e,-0x40,-_0x33e0a6._0x3b4e80,-0x28)+'e\x20(server\x20'+_0x58aa0b(_0x33e0a6._0x3a069c,0x72,_0x33e0a6._0xf2e607,0x20)+_0x58aa0b(0x75,_0x33e0a6._0x4b4938,0x6d,_0x33e0a6._0x5a45f5)),console[_0x968150(_0x33e0a6._0x13bbdc,0x46b,_0x33e0a6._0x378503,_0x33e0a6._0x4cddb9)]('\x20\x20Stale\x20PI'+'D:\x20\x20\x20'+_0x53bb69)):_0x4ff67d[_0x58aa0b(-0x21,0x4d,-_0x33e0a6._0x19994a,-0xe)](_0x4ff67d[_0x58aa0b(0x40,-0x4f,0x84,_0x33e0a6._0x583082)],_0x58aa0b(0x96,0x10f,_0x33e0a6._0x2f0ff8,0xa7))?console[_0x968150(_0x33e0a6._0x39d55f,0x458,_0x33e0a6._0x114e2d,_0x33e0a6._0xab92ef)](_0x58aa0b(0x39,0x6b,0x58,0x4a)+_0x968150(0x536,0x549,_0x33e0a6._0x2a9a1b,0x506)+_0x58aa0b(-0x6c,-_0x33e0a6._0x3c9c34,-_0x33e0a6._0x2c6722,-0x49)):(_0x2b29e5[_0x968150(0x4ec,_0x33e0a6._0x8e5cb6,0x4a3,0x48c)](_0x968150(0x57b,0x588,_0x33e0a6._0x937224,0x505)+'\x20\x20\x20\x20\x20✓\x20Run'+_0x58aa0b(_0x33e0a6._0x45339f,-_0x33e0a6._0x29d522,-_0x33e0a6._0xf48489,-0x43)+_0x58aa0b(-_0x33e0a6._0x1279da,-_0x33e0a6._0x158a09,-_0x33e0a6._0xa6946b,-_0x33e0a6._0x2550c6)),_0x4ea977[_0x58aa0b(-_0x33e0a6._0x53aef7,-0x39,0x2d,-_0x33e0a6._0x15935c)](_0x58aa0b(-_0x33e0a6._0x59bdde,0x61,0x40,_0x33e0a6._0x3e4468)+_0x968150(_0x33e0a6._0x54f1db,_0x33e0a6._0x117370,0x50a,0x512)+_0x29fee6),_0x3f67ff[_0x58aa0b(-_0x33e0a6._0xe72d10,0x41,-0x98,-_0x33e0a6._0x3fce60)](_0x58aa0b(_0x33e0a6._0x5d55c8,0x9d,-_0x33e0a6._0x4a14bb,0x45)+_0x968150(0x558,0x514,0x4ec,0x512)+_0x563789[_0x58aa0b(_0x33e0a6._0x464da6,-0x5,-0x5d,_0x33e0a6._0x22fc97)]));}_0x34c3b4['setupPath']?console[_0x58aa0b(-0xb6,-_0x33e0a6._0x229482,-0x4c,-0x2f)]('\x20\x20Setup\x20Pa'+'th:\x20\x20'+_0x34c3b4['setupPath']):console[_0x58aa0b(-0x6c,0x4e,-0x33,-0x2f)]('\x20\x20Setup\x20Pa'+_0x58aa0b(_0x33e0a6._0x550de5,0x11,-0x82,-0x2c)+_0x58aa0b(0xd2,0x51,_0x33e0a6._0x2d5ba3,0xa6)+')');console['log'](_0x968150(0x50c,_0x33e0a6._0x2d5103,_0x33e0a6._0x281028,_0x33e0a6._0x58c7fc)+_0x968150(_0x33e0a6._0x1cb4a3,0x53f,0x4f3,_0x33e0a6._0x58f5b8)+_0x34c3b4[_0x58aa0b(0x70,0xf7,0xb7,0x9e)]);function _0x968150(_0x317fa,_0x3c72e8,_0x5e6587,_0x43ccbe){return _0x1de838(_0x317fa,_0x43ccbe-0x4c,_0x5e6587-_0x129f0e._0x331f11,_0x43ccbe-0xd);}console[_0x968150(_0x33e0a6._0x156227,0x415,_0x33e0a6._0x3fe33e,0x48c)]('');const _0xecd40f=_0x1f5ccd||_0x2673ff['responding'];if(!_0xecd40f&&_0x34c3b4[_0x968150(_0x33e0a6._0x62ad06,_0x33e0a6._0x5e6a12,_0x33e0a6._0x3f3211,0x4a0)])console[_0x968150(0x4ef,0x503,_0x33e0a6._0xd2f996,_0x33e0a6._0x31980b)]('Start\x20the\x20'+_0x58aa0b(-_0x33e0a6._0x5ad644,-0x14,-0x69,-_0x33e0a6._0x460a35)+'h:'),console[_0x58aa0b(0x6,_0x33e0a6._0x5d873e,-_0x33e0a6._0xaafb83,-0x2f)](_0x4ff67d[_0x58aa0b(_0x33e0a6._0x4e4d43,-_0x33e0a6._0x563ffc,0x14,0x28)]);else{if(!_0xecd40f)console[_0x968150(0x4f2,0x46e,0x506,_0x33e0a6._0xab92ef)](_0x4ff67d[_0x58aa0b(-_0x33e0a6._0x39ff10,0x7f,0x83,0x6d)]),console[_0x968150(_0x33e0a6._0x2ce99a,0x468,0x47c,_0x33e0a6._0x31980b)](_0x4ff67d['bBsda']);else _0x1f5ccd?(console[_0x58aa0b(-0x11,-0xa2,-0xa8,-_0x33e0a6._0x15935c)](_0x968150(0x572,_0x33e0a6._0x352d5c,_0x33e0a6._0xe573d3,_0x33e0a6._0x306498)+_0x968150(_0x33e0a6._0x653ca0,_0x33e0a6._0x32b26d,0x557,_0x33e0a6._0x989ba7)+':'),console[_0x58aa0b(-0x90,-0x64,_0x33e0a6._0x5ab804,-_0x33e0a6._0x5108ab)](_0x4ff67d[_0x968150(_0x33e0a6._0x6aec9d,_0x33e0a6._0x28511c,_0x33e0a6._0x4f6001,0x480)])):(console[_0x58aa0b(-_0x33e0a6._0x504b60,_0x33e0a6._0x3c846e,0x24,-_0x33e0a6._0x3fce60)](_0x4ff67d[_0x968150(_0x33e0a6._0x2f3af3,_0x33e0a6._0x21aea5,0x4fa,0x4ee)]),console[_0x58aa0b(_0x33e0a6._0x598f31,-0x49,_0x33e0a6._0x53edde,-0x2f)](_0x58aa0b(0xe7,0xbc,-_0x33e0a6._0x1348a2,_0x33e0a6._0x4c9690)+'th\x20Ctrl+C\x20'+'in\x20the\x20ter'+'minal\x20wher'+'e\x20it\x20was\x20s'+_0x58aa0b(-_0x33e0a6._0x3bf085,_0x33e0a6._0x37bf79,0x72,0x23)));}}export async function showLogs(_0x7b524b){const _0x419478={_0x144d4b:0x132,_0x4a7a1f:0xa1,_0x526c4e:0x61,_0xaf83d1:0x42,_0x388b15:0x6e,_0x40dd60:0x1f1,_0x4dafbc:0x242,_0x5e9085:0x8a,_0x3ee232:0x10a,_0x5d672d:0x25f,_0xf77e73:0x28b,_0x3e0897:0x2f5,_0x5a49b1:0x119,_0x12c6d3:0x64,_0x35f933:0x9f,_0x392bcf:0x22b,_0x54d0aa:0x24d,_0x2bac32:0x21f,_0x13048b:0x183,_0x12405b:0x1dc,_0x174c81:0x23e,_0x536310:0x27,_0x5e4790:0x1c0,_0x3b83ee:0x230,_0x26ab21:0x242,_0x4bfd1b:0xad,_0x24a745:0x11b,_0x4e28d7:0x2a8,_0x1e358c:0x2e7,_0xb3f33b:0xd1,_0x867ccf:0xe6,_0x984778:0xc5,_0x1006ec:0x146,_0x24e51d:0x99,_0x4167f2:0x11e,_0x16b7cb:0x51,_0x2a54dc:0x2c0,_0x398792:0x2ca,_0x211736:0x30e,_0x2b63fc:0x243,_0x170756:0x102,_0x26675f:0xaa,_0xdce465:0xb1,_0x34ccb8:0x4f,_0x9c61dc:0x45,_0x270de4:0xaa,_0x28c007:0xcc,_0x597cc0:0x181,_0x27fa47:0x292,_0x50b4ba:0x207,_0x477e70:0x23d,_0x39d664:0x287,_0x39efaf:0x2e1,_0x696ff5:0x2a9,_0x322b92:0xcb,_0x490acc:0x125,_0x4c770f:0x1d3,_0x3eacbc:0x270,_0x4e5b99:0x266,_0x13ea42:0x243,_0x3282c5:0x1d2,_0x19b405:0x83,_0x9d856f:0x48,_0x17e11d:0xca,_0x5c3dc0:0x5b,_0x5e8b02:0x72,_0x100d0f:0x11c,_0xd14e3e:0x1ca,_0x39ec79:0x260,_0x4faae9:0x26b,_0x9a6fa1:0x2e7,_0x65ec80:0x117,_0x5865bf:0x158,_0x17c733:0x165,_0x17173d:0xf3,_0x500138:0x56,_0x22b745:0xda,_0x9d8b92:0x1ec,_0x441535:0x204,_0x32c92e:0x27e,_0x1c3b32:0x1ce,_0x469db0:0xdc,_0x5b693a:0x1f2,_0xb32b93:0x210,_0x2d38cd:0x11e,_0x1be316:0x184,_0x2ea51c:0xb0,_0x9c7ff3:0x29e,_0x5c33cb:0x237,_0x243462:0x267,_0x4e90ba:0x39,_0x3e8ef4:0xba,_0xaecd8e:0xae,_0x5ce917:0x99,_0x217e34:0x15a,_0x5d790d:0x1a0,_0x1bd318:0x1ec,_0x2bc734:0x16d,_0x304399:0x1e2,_0x19de2e:0x140,_0x429980:0x149,_0x39e974:0x178,_0x204443:0x1f7,_0x3fff75:0x1f2,_0x28e79a:0x1d4,_0x49fc9d:0x2d7,_0x46e612:0x244,_0xd067ca:0x2e2,_0x57bc61:0x2f2,_0x35c91e:0x2a3,_0x1940ba:0x254,_0x270465:0x2dd,_0x4b13d5:0x110,_0x5160f1:0x64,_0x14b826:0x13e,_0x390f41:0x241,_0x10562a:0x257,_0x162582:0xd4,_0x48e0e7:0xa8,_0x3db25a:0x130,_0x3a968c:0x2cb,_0x4b3cf1:0x2bb,_0x55388b:0x4c,_0x1c486a:0xa2,_0x525e64:0x27,_0x902ff9:0xa7},_0x593205={_0xf3de9f:0x1d9,_0x1f966a:0x2d9,_0x5ae0d8:0x31a,_0x4a74d6:0x3c2,_0x155352:0x285,_0x3bbcac:0x30c,_0xbd8109:0x14b,_0x47e558:0x1ab,_0x41bc28:0x133,_0x2c62e4:0x32b,_0x2b5fe0:0x32a,_0x530cf5:0x315,_0x2f8765:0x2cd,_0x40d852:0x34b,_0x3b6fd8:0x377,_0x43caf5:0x30b,_0x4f17b8:0x36b,_0x195923:0x138,_0x3ebb9c:0x180,_0x3db1b5:0x396,_0x37b618:0x3a2,_0x592d5f:0x38a,_0x5ecf1a:0x313,_0x5f457c:0x432,_0x470de6:0x3fc},_0x452d05={_0x3b62af:0x4cb,_0x1ce4fa:0x53d,_0x5e4a8f:0x544,_0x3a8dd9:0x87,_0x4dc1ba:0x2a,_0x5cf858:0x54,_0x9bf221:0xd,_0x4dc080:0x5f9,_0x193dc5:0x5b7,_0x2c854c:0x69,_0x273505:0x15,_0x595c14:0x561},_0x2a1a9e={_0x396a44:0x120},_0x31b100={_0x2ae3da:0x1e5,_0x50db4e:0x14f},_0x1da56b={_0x17e485:0x85},_0x171c27={_0x4f9936:0x129},_0x1ecce8={'IHCUC':_0x398c9d(-0x122,-0x154,-_0x419478._0x144d4b,-0x113),'FEpnU':function(_0x39e1ec,_0x552c0c){return _0x39e1ec(_0x552c0c);},'qezgg':function(_0x5eb981,_0x373dc3){return _0x5eb981(_0x373dc3);},'hcZNH':function(_0x491d2f,_0x197a6a){return _0x491d2f!==_0x197a6a;},'XZrti':'qQPAe','tvEcW':_0x398c9d(-_0x419478._0x4a7a1f,-0x48,-0x108,-0xbd),'kCtHN':function(_0x3a4258,_0x335b4b){return _0x3a4258(_0x335b4b);},'JrSZe':function(_0x43733b,_0x55ad95){return _0x43733b===_0x55ad95;},'NxKGV':_0x398c9d(-_0x419478._0x526c4e,-0x1b,-_0x419478._0xaf83d1,-_0x419478._0x388b15)+_0x4bda9c(0x254,_0x419478._0x40dd60,0x1bc,_0x419478._0x4dafbc)+_0x398c9d(-_0x419478._0x5e9085,-0x6e,-_0x419478._0x3ee232,-0xf9)+_0x4bda9c(_0x419478._0x5d672d,_0x419478._0xf77e73,_0x419478._0x3e0897,0x24f)+_0x398c9d(-0xae,-_0x419478._0x5a49b1,-0x64,-_0x419478._0x12c6d3)+_0x398c9d(-0x105,-_0x419478._0x35f933,-0x12d,-0x15c)+_0x4bda9c(0x25c,0x293,_0x419478._0x392bcf,0x254),'xsnbU':function(_0x2342fb,_0x5f5975){return _0x2342fb!==_0x5f5975;},'VDymu':_0x4bda9c(_0x419478._0x54d0aa,_0x419478._0x2bac32,0x208,0x1ee),'yjobA':_0x4bda9c(_0x419478._0x13048b,_0x419478._0x12405b,0x1c5,_0x419478._0x174c81),'qakzX':function(_0x4ee05f,_0x5da210,_0x17d7ba){return _0x4ee05f(_0x5da210,_0x17d7ba);},'qgICd':_0x398c9d(-0x4f,-_0x419478._0x536310,0x29,-0x47),'MqOdO':_0x4bda9c(_0x419478._0x5e4790,_0x419478._0x3b83ee,_0x419478._0x26ab21,0x223),'wnwfY':_0x398c9d(-0xcd,-0x133,-_0x419478._0x4bfd1b,-_0x419478._0x24a745),'hDDBW':'SIGINT','kLmQS':_0x4bda9c(0x2a4,_0x419478._0x4e28d7,_0x419478._0x1e358c,0x319)+_0x398c9d(-_0x419478._0xb3f33b,-0xa9,-0xe2,-_0x419478._0x867ccf),'rkvhJ':_0x398c9d(-0x10b,-0x108,-_0x419478._0x984778,-_0x419478._0x1006ec),'QVHTm':_0x398c9d(-_0x419478._0x24e51d,-_0x419478._0x4167f2,-_0x419478._0x16b7cb,-_0x419478._0x4bfd1b)};let _0x43b727=![];function _0x398c9d(_0x3383d8,_0x321c3a,_0x1e18cc,_0x5e36ec){return _0x1de838(_0x5e36ec,_0x3383d8- -0x55e,_0x1e18cc-0x1e2,_0x5e36ec-_0x171c27._0x4f9936);}let _0x293bbc=null;for(const _0x281fd3 of _0x7b524b){if(_0x281fd3===_0x1ecce8[_0x4bda9c(_0x419478._0x2a54dc,_0x419478._0x398792,_0x419478._0x211736,_0x419478._0x2b63fc)]||_0x281fd3==='-f')_0x43b727=!![];else _0x281fd3[_0x398c9d(-_0x419478._0x170756,-_0x419478._0x26675f,-_0x419478._0xdce465,-0x117)](_0x398c9d(-_0x419478._0x34ccb8,0x15,-_0x419478._0x9c61dc,-0x9f))&&(_0x293bbc=_0x1ecce8[_0x4bda9c(0x18b,0x1c6,0x169,0x148)](parseInt,_0x281fd3[_0x398c9d(-0xff,-_0x419478._0x270de4,-_0x419478._0x28c007,-_0x419478._0x597cc0)](_0x1ecce8[_0x398c9d(-0x139,-0x193,-0xfc,-0x171)][_0x4bda9c(_0x419478._0x27fa47,0x276,0x2d7,_0x419478._0x50b4ba)]),0x1*-0x11b+-0xff3+0x1118));}function _0x4bda9c(_0x223dfb,_0x56cdd1,_0x3bc834,_0x3b371e){return _0x1de838(_0x3b371e,_0x56cdd1- -0x24e,_0x3bc834-_0x1da56b._0x17e485,_0x3b371e-0x162);}try{const _0x278b54=await _0x167a94[_0x4bda9c(_0x419478._0x477e70,_0x419478._0x39d664,_0x419478._0x39efaf,_0x419478._0x696ff5)](LOG_FILE,_0x1ecce8[_0x398c9d(-_0x419478._0x322b92,-0x86,-_0x419478._0x490acc,-0x64)]),_0x3859fc=_0x278b54[_0x4bda9c(_0x419478._0x4c770f,0x23b,0x294,0x1f1)]('\x0a');_0x293bbc?_0x1ecce8[_0x4bda9c(_0x419478._0x3eacbc,0x23c,0x1c2,0x1db)](_0x4bda9c(_0x419478._0x4e5b99,_0x419478._0x13ea42,0x253,_0x419478._0x3282c5),_0x1ecce8[_0x398c9d(-_0x419478._0x19b405,-_0x419478._0x9d856f,-_0x419478._0x17e11d,-0x41)])?console['log'](_0x3859fc[_0x398c9d(-0xa8,-_0x419478._0x5c3dc0,-_0x419478._0x5e8b02,-_0x419478._0x100d0f)](-_0x293bbc)[_0x4bda9c(0x34f,0x2cb,0x326,0x301)]('\x0a')):(_0x195b32[_0x4bda9c(0x208,0x1f2,0x1dc,_0x419478._0xd14e3e)](_0x4bda9c(_0x419478._0x39ec79,_0x419478._0x4faae9,0x203,0x2ef)+_0x4bda9c(0x288,0x2aa,_0x419478._0x9a6fa1,0x323)+_0x398c9d(-_0x419478._0x65ec80,-0x11b,-0x168,-0xe0)+_0x398c9d(-0xee,-_0x419478._0xdce465,-_0x419478._0x5865bf,-_0x419478._0x17c733)+_0x398c9d(-0xcf,-_0x419478._0x17173d,-_0x419478._0x500138,-0x4e)+'ding)'),_0x26cb27[_0x398c9d(-0x11e,-0x101,-_0x419478._0x22b745,-0xf6)](_0x4bda9c(_0x419478._0x9d8b92,_0x419478._0x441535,_0x419478._0x32c92e,_0x419478._0x1c3b32)+_0x398c9d(-0x118,-0xb0,-0x18b,-_0x419478._0x469db0)+_0x2c0d23)):console[_0x4bda9c(0x190,_0x419478._0x5b693a,0x244,_0x419478._0xb32b93)](_0x278b54);if(_0x43b727){console[_0x398c9d(-_0x419478._0x2d38cd,-0xdf,-_0x419478._0x1be316,-_0x419478._0x2ea51c)](_0x4bda9c(0x277,_0x419478._0x174c81,0x23a,_0x419478._0x9c7ff3)+_0x4bda9c(0x23c,0x1e1,_0x419478._0x5c33cb,_0x419478._0x243462)+'(Ctrl+C\x20to'+_0x398c9d(-0x41,-0x23,-0x14,_0x419478._0x4e90ba)+'\x0a');let _0x3cf8be=(await _0x167a94[_0x398c9d(-_0x419478._0x3e8ef4,-_0x419478._0xaecd8e,-_0x419478._0x5ce917,-0x125)](LOG_FILE))['size'];const _0x40319f=_0x1ecce8[_0x4bda9c(_0x419478._0x217e34,0x1c6,_0x419478._0x5d790d,0x236)](setInterval,async()=>{const _0x2a2966={_0x139326:0x5c,_0x67207:0x91,_0x39dc9e:0x26,_0x5a74c2:0x77};function _0xcd6b70(_0x5465de,_0x9bb423,_0x2e6fe9,_0x5d6931){return _0x4bda9c(_0x5465de-_0x31b100._0x2ae3da,_0x2e6fe9-0x2fc,_0x2e6fe9-_0x31b100._0x50db4e,_0x5d6931);}const _0x16c3db={'vEQLE':function(_0x5faf4,_0x829407){return _0x1ecce8['FEpnU'](_0x5faf4,_0x829407);},'MDLzb':_0xcd6b70(0x4b3,0x558,0x4fb,0x552),'PFbGg':function(_0x74540,_0x4d0cfb){const _0x2897b4={_0x1d91e0:0x98,_0x1b4677:0x581};function _0x567937(_0xb60bef,_0x1a3138,_0x51ae90,_0x1034ef){return _0xcd6b70(_0xb60bef-_0x2897b4._0x1d91e0,_0x1a3138-0x7d,_0xb60bef- -_0x2897b4._0x1b4677,_0x51ae90);}return _0x1ecce8[_0x567937(-_0x2a2966._0x139326,-_0x2a2966._0x67207,_0x2a2966._0x39dc9e,-_0x2a2966._0x5a74c2)](_0x74540,_0x4d0cfb);}};function _0x4f26ca(_0x4b5253,_0x417679,_0x20e7b4,_0xcc5cb5){return _0x398c9d(_0xcc5cb5-0x136,_0x417679-0x103,_0x20e7b4-_0x2a1a9e._0x396a44,_0x20e7b4);}try{const _0x9b8381=(await _0x167a94['stat'](LOG_FILE))[_0xcd6b70(_0x452d05._0x3b62af,_0x452d05._0x1ce4fa,_0x452d05._0x5e4a8f,0x4da)];if(_0x9b8381>_0x3cf8be){const _0xb5d47b=await _0x167a94['open'](LOG_FILE,'r'),_0x48935e=Buffer[_0x4f26ca(0xac,0x106,0xcd,_0x452d05._0x3a8dd9)](_0x9b8381-_0x3cf8be);await _0xb5d47b['read'](_0x48935e,0xac*0x37+0x560+0x9*-0x4b4,_0x48935e['length'],_0x3cf8be),await _0xb5d47b['close'](),process[_0x4f26ca(-0x35,-_0x452d05._0x4dc1ba,_0x452d05._0x5cf858,_0x452d05._0x9bf221)]['write'](_0x48935e[_0xcd6b70(_0x452d05._0x4dc080,0x578,_0x452d05._0x193dc5,0x5b9)]('utf-8')),_0x3cf8be=_0x9b8381;}}catch(_0x3f2fe2){if(_0x1ecce8[_0x4f26ca(0x14,-0x4a,_0x452d05._0x2c854c,_0x452d05._0x273505)](_0x1ecce8[_0xcd6b70(0x4fd,0x557,_0x452d05._0x595c14,0x5bd)],_0x1ecce8['tvEcW']))_0x1ecce8[_0x4f26ca(-0x49,-0x2c,0x70,0xa)](clearInterval,_0x40319f);else{const _0x1ae9e2={_0x33db68:0x10d,_0x1046f9:0xa5,_0x14f8e0:0x5f4,_0x3ff2f4:0x596};let _0x8d58fd='';_0x20fd48['on']('data',_0xa2df1c=>_0x8d58fd+=_0xa2df1c),_0xbd5a0e['on'](_0x1ecce8['IHCUC'],()=>{const _0x6bb55a={_0xaba15d:0x118},_0x8ec78d={_0x1920fa:0x4ed};function _0x4e6c87(_0x5a39a0,_0x4fe72b,_0x3f75e5,_0x355390){return _0x4f26ca(_0x5a39a0-0x103,_0x4fe72b-0x42,_0x5a39a0,_0x3f75e5-_0x8ec78d._0x1920fa);}function _0x46e5bc(_0x2b714b,_0x54c59b,_0x53ef5e,_0x1c07b0){return _0xcd6b70(_0x2b714b-_0x6bb55a._0xaba15d,_0x54c59b-0x2a,_0x54c59b- -0x60c,_0x53ef5e);}try{const _0x115f35=_0x1a1bbd[_0x46e5bc(-0x108,-_0x1ae9e2._0x33db68,-0x179,-_0x1ae9e2._0x1046f9)](_0x8d58fd);_0x16c3db[_0x4e6c87(_0x1ae9e2._0x14f8e0,0x52a,_0x1ae9e2._0x3ff2f4,0x526)](_0x4e339d,{'responding':!![],'service':_0x115f35['service']||_0x16c3db['MDLzb']});}catch{_0x16c3db[_0x46e5bc(-0xf7,-0x128,-0x1af,-0x181)](_0x25f8f6,{'responding':!![],'service':_0x16c3db[_0x46e5bc(-0xef,-0xf9,-0xfa,-0x167)]});}});}}},-0x1f*0xad+-0x12ba+-0x29a1*-0x1);process['on'](_0x1ecce8[_0x4bda9c(0x16f,_0x419478._0x1bd318,0x175,_0x419478._0x2bc734)],()=>{const _0x339f55={_0x15c10d:0x72,_0xded508:0x1b4},_0x5e6bcf={_0x57daee:0x448,_0x35f2af:0x1a9};function _0x770c83(_0x1bc84b,_0x566492,_0x369f8d,_0x5bedbc){return _0x398c9d(_0x566492-_0x5e6bcf._0x57daee,_0x566492-0x1f3,_0x369f8d-_0x5e6bcf._0x35f2af,_0x369f8d);}function _0x3fbaa7(_0x4f0341,_0x5dc010,_0xf19a9f,_0x4d207e){return _0x4bda9c(_0x4f0341-0xdf,_0xf19a9f- -_0x339f55._0x15c10d,_0xf19a9f-_0x339f55._0xded508,_0x4d207e);}_0x1ecce8[_0x3fbaa7(0x1d5,0x1b6,0x201,_0x593205._0xf3de9f)](_0x1ecce8[_0x770c83(_0x593205._0x1f966a,0x313,0x315,_0x593205._0x5ae0d8)],_0x770c83(_0x593205._0x4a74d6,0x357,0x32b,0x397))?_0x1ecce8['JrSZe'](_0x137106[_0x770c83(_0x593205._0x155352,0x302,0x381,_0x593205._0x3bbcac)],_0x3fbaa7(0x187,_0x593205._0xbd8109,_0x593205._0x47e558,_0x593205._0x41bc28))?(_0x349064[_0x770c83(_0x593205._0x2c62e4,_0x593205._0x2b5fe0,_0x593205._0x530cf5,_0x593205._0x2f8765)]('No\x20log\x20fil'+_0x770c83(_0x593205._0x40d852,_0x593205._0x3b6fd8,_0x593205._0x43caf5,_0x593205._0x4f17b8)),_0x3ed7d6[_0x3fbaa7(0x1ce,_0x593205._0x195923,_0x593205._0x3ebb9c,0x1b2)](_0x1ecce8[_0x770c83(0x3ff,_0x593205._0x3db1b5,0x3f6,_0x593205._0x37b618)])):_0x20bab1['error'](_0x770c83(0x3a7,_0x593205._0x592d5f,0x40b,_0x593205._0x5ecf1a)+'ing\x20logs:\x20'+_0xd5ee52[_0x770c83(_0x593205._0x5f457c,_0x593205._0x470de6,0x45b,0x475)]):(_0x1ecce8['kCtHN'](clearInterval,_0x40319f),process['exit'](0x118a+0x7*0x48f+0x3173*-0x1));});}}catch(_0x570af1){_0x570af1[_0x4bda9c(0x227,_0x419478._0xd14e3e,0x239,_0x419478._0x304399)]==='ENOENT'?(console[_0x398c9d(-0x11e,-0xa2,-_0x419478._0x19de2e,-_0x419478._0x429980)](_0x1ecce8[_0x4bda9c(_0x419478._0x39e974,_0x419478._0x204443,0x259,0x266)]),console[_0x4bda9c(0x246,_0x419478._0x3fff75,0x1ad,_0x419478._0x28e79a)](_0x4bda9c(_0x419478._0x49fc9d,0x2af,_0x419478._0x46e612,_0x419478._0xd067ca)+'\x20not\x20have\x20'+_0x4bda9c(_0x419478._0x57bc61,0x286,_0x419478._0x35c91e,0x240)+_0x4bda9c(_0x419478._0x1940ba,_0x419478._0xf77e73,0x30f,_0x419478._0x270465)+_0x398c9d(-0xae,-0x75,-_0x419478._0x4b13d5,-_0x419478._0x5160f1)+_0x398c9d(-0x105,-0x98,-_0x419478._0x14b826,-0x102)+_0x4bda9c(_0x419478._0x390f41,0x293,0x22f,_0x419478._0x10562a))):_0x1ecce8[_0x398c9d(-_0x419478._0x162582,-0x77,-0x64,-0x140)](_0x1ecce8['rkvhJ'],_0x1ecce8[_0x398c9d(-0xe6,-0x169,-0x69,-0xdb)])?_0x376f40['log'](_0x550894[_0x398c9d(-_0x419478._0x48e0e7,-0x99,-_0x419478._0x3db25a,-0x29)](-_0x1b476d)[_0x4bda9c(0x33d,_0x419478._0x3a968c,_0x419478._0x4b3cf1,0x242)]('\x0a')):console[_0x4bda9c(0x1ff,0x25f,0x237,0x224)]('Error\x20read'+'ing\x20logs:\x20'+_0x570af1[_0x398c9d(-_0x419478._0x55388b,-_0x419478._0x1c486a,-_0x419478._0x525e64,-_0x419478._0x902ff9)]);}}export async function restartServer(_0x30edb4){const _0x1d16b1={_0x30d693:0x61e,_0x3a9db8:0x667,_0x4a5ea5:0x675,_0x30720c:0x464,_0x1c0e89:0x4ae,_0x139eeb:0x50a,_0x542789:0x533,_0x1be449:0x56f,_0x533f38:0x490,_0xfe3992:0x504,_0x18d1bb:0x581,_0x5e0e86:0x5d1,_0x3bdbc5:0x459,_0x23d0b9:0x5bf,_0x38141c:0x495,_0x1e02a5:0x3a9,_0x485aef:0x395},_0x166b86={_0x2c15d5:0x188,_0x319253:0x37d},_0x43aead={_0x182bbb:0x1ee,_0xdac000:0x89};function _0x2bd5a5(_0x1a490a,_0x582c50,_0x115548,_0x3eb01d){return _0x577067(_0x1a490a-_0x43aead._0x182bbb,_0x582c50-_0x43aead._0xdac000,_0x115548-0x4dc,_0x582c50);}const _0x13e772={'xpyIv':function(_0x506f57){return _0x506f57();},'RVWrg':function(_0x49283d){return _0x49283d();},'WtHel':_0x2bd5a5(_0x1d16b1._0x30d693,_0x1d16b1._0x3a9db8,0x630,_0x1d16b1._0x4a5ea5)+'erver...','msfLf':function(_0x42cf51,_0x45b278){return _0x42cf51(_0x45b278);}},{running:_0x115f99}=await _0x13e772[_0x126886(_0x1d16b1._0x30720c,_0x1d16b1._0x1c0e89,0x43a,_0x1d16b1._0x139eeb)](isServerRunning);function _0x126886(_0x514a4f,_0x4362ee,_0x4e3519,_0x3f9ae6){return _0x577067(_0x514a4f-0xf0,_0x4362ee-_0x166b86._0x2c15d5,_0x4362ee-_0x166b86._0x319253,_0x514a4f);}_0x115f99&&(console[_0x2bd5a5(0x554,_0x1d16b1._0x542789,_0x1d16b1._0x1be449,0x58d)](_0x126886(0x40c,_0x1d16b1._0x533f38,0x46e,_0x1d16b1._0xfe3992)+_0x2bd5a5(_0x1d16b1._0x18d1bb,0x5e7,0x5fa,_0x1d16b1._0x5e0e86)),await _0x13e772[_0x126886(_0x1d16b1._0x3bdbc5,0x445,0x49c,0x4b8)](stopServer),console[_0x2bd5a5(0x5dc,_0x1d16b1._0x23d0b9,0x56f,0x5b2)]('')),console['log'](_0x13e772['WtHel']),await _0x13e772[_0x126886(_0x1d16b1._0x38141c,0x41e,_0x1d16b1._0x1e02a5,_0x1d16b1._0x485aef)](startDaemon,_0x30edb4);}
@@ -1 +1 @@
1
- (function(_0x4fd526,_0x2aafb7){const _0x6d8527={_0x150eea:0x2aa,_0x204e88:0x2ad,_0xef318d:0x75,_0x5280f4:0x6d,_0x217523:0x2bc,_0xd6a9ff:0x2c1,_0x3c8501:0x2c9,_0x670298:0x36,_0x9290e8:0x5b,_0xc07a06:0x287,_0x4d13a7:0x3e,_0x188fe8:0x4e,_0x666e02:0x10,_0x1e92c7:0x2c,_0x1e3dd3:0x1c,_0x286d22:0x2a2,_0x3e35c0:0x2af,_0x39c947:0x28d},_0x2a7906={_0x4146d5:0x272},_0x1d4779={_0x34b34b:0x8d},_0x41553d=_0x4fd526();function _0x13a49e(_0x267e29,_0x348a93,_0x6eedbf,_0x2aa5f7){return _0x1e40(_0x348a93-_0x1d4779._0x34b34b,_0x6eedbf);}function _0x451f0b(_0x3404db,_0x10ed70,_0x1cbc2e,_0x477ca3){return _0x1e40(_0x1cbc2e- -_0x2a7906._0x4146d5,_0x477ca3);}while(!![]){try{const _0x4e484f=parseInt(_0x13a49e(_0x6d8527._0x150eea,0x2b5,0x290,_0x6d8527._0x204e88))/(0xfaf+0x24a2+-0x3450)+-parseInt(_0x451f0b(-0x93,-_0x6d8527._0xef318d,-_0x6d8527._0x5280f4,-0x81))/(-0x9e4+0xe53*-0x1+0x1839)+parseInt(_0x13a49e(0x291,_0x6d8527._0x217523,_0x6d8527._0xd6a9ff,_0x6d8527._0x3c8501))/(-0x6*0x33+0x25a3+0x246e*-0x1)*(parseInt(_0x451f0b(-0x46,-_0x6d8527._0x670298,-0x4e,-_0x6d8527._0x9290e8))/(-0x2295+-0xcad+0x2f46))+parseInt(_0x13a49e(0x263,0x28b,0x267,_0x6d8527._0xc07a06))/(-0x1d*0x31+-0x151*0xb+0x140d*0x1)*(parseInt(_0x451f0b(-_0x6d8527._0x4d13a7,-_0x6d8527._0x188fe8,-0x39,-0x35))/(0x2*-0x40d+-0x17*0x71+0x1*0x1247))+parseInt(_0x451f0b(-_0x6d8527._0x666e02,-0x29,-0x3d,-0x19))/(0x649*0x1+-0x1ee7+0x18a5)*(-parseInt(_0x451f0b(-_0x6d8527._0x1e92c7,-_0x6d8527._0x1e3dd3,-0x45,-0x64))/(-0xe0c+-0x19d5+0x1*0x27e9))+parseInt(_0x13a49e(0x29f,_0x6d8527._0x286d22,0x283,_0x6d8527._0x3e35c0))/(0x1189*0x1+0x12f3+0x2b*-0xd9)+parseInt(_0x13a49e(_0x6d8527._0xc07a06,_0x6d8527._0x39c947,_0x6d8527._0x217523,0x25d))/(0x823*0x3+-0x1*0x15d3+-0x28c)*(-parseInt(_0x451f0b(-0x62,-0x92,-0x62,-0x57))/(-0x6e*-0x57+0xa12*0x1+-0x2f69));if(_0x4e484f===_0x2aafb7)break;else _0x41553d['push'](_0x41553d['shift']());}catch(_0x2ab4fc){_0x41553d['push'](_0x41553d['shift']());}}}(_0x5436,0x9d8a8+-0x4*0x5308f+-0x4*-0x65056));import _0x35c663 from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function _0x1e40(_0xa9e23c,_0x1980d5){_0xa9e23c=_0xa9e23c-(0x398+0x74+-0x221);const _0x2623f6=_0x5436();let _0x1177c3=_0x2623f6[_0xa9e23c];if(_0x1e40['BMecGJ']===undefined){var _0xe4216e=function(_0x3e1a9b){const _0x268d4a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x450587='',_0x4bbf08='';for(let _0x20656c=-0x1ee4*-0x1+0x24b5*-0x1+0x5d1,_0x439c5a,_0x546cd5,_0x41374a=-0x1803+0x1d*-0x37+-0x7*-0x452;_0x546cd5=_0x3e1a9b['charAt'](_0x41374a++);~_0x546cd5&&(_0x439c5a=_0x20656c%(0xbf*0x2b+0xd93+-0xb69*0x4)?_0x439c5a*(0x13b8+-0x2*-0x7e2+-0x233c)+_0x546cd5:_0x546cd5,_0x20656c++%(-0xb6e+-0x1f23+0x2a95))?_0x450587+=String['fromCharCode'](0x29*-0xe9+-0x1b85+-0x13*-0x377&_0x439c5a>>(-(-0x1*0x1515+0x3*0x611+0xb9*0x4)*_0x20656c&0x1*-0x1f39+0xfa1*-0x1+0x2ee0)):-0x1ccd*0x1+-0x25e3+-0x2c*-0x184){_0x546cd5=_0x268d4a['indexOf'](_0x546cd5);}for(let _0x43b162=0xcc8+0x5af*-0x5+-0xfa3*-0x1,_0x299944=_0x450587['length'];_0x43b162<_0x299944;_0x43b162++){_0x4bbf08+='%'+('00'+_0x450587['charCodeAt'](_0x43b162)['toString'](0xef2+-0xa*-0x254+-0x262a))['slice'](-(-0x20*0x8d+0x4d6*-0x5+0x14e8*0x2));}return decodeURIComponent(_0x4bbf08);};_0x1e40['gzUjkR']=_0xe4216e,_0x1e40['DKTCpR']={},_0x1e40['BMecGJ']=!![];}const _0x26eb56=_0x2623f6[-0x116e+0x76d+0xa01],_0x111396=_0xa9e23c+_0x26eb56,_0x3a8b2a=_0x1e40['DKTCpR'][_0x111396];return!_0x3a8b2a?(_0x1177c3=_0x1e40['gzUjkR'](_0x1177c3),_0x1e40['DKTCpR'][_0x111396]=_0x1177c3):_0x1177c3=_0x3a8b2a,_0x1177c3;}function prompt(_0x1faf03,_0xc77342=![]){const _0x38e3a5={_0x1a193d:0x5bb,_0x23a833:0x574,_0x1e518b:0x591,_0x5c5c06:0x567,_0x5dc6d1:0x558,_0x263591:0x53a,_0x34ba03:0x568,_0x7711d:0x54c,_0x510405:0x55f,_0x234fea:0x592,_0x17f88d:0x56d},_0x941c92={_0x5ad074:0x15f,_0x3b17b4:0x12d,_0x5536db:0x102,_0x14e1cc:0x116,_0x40f5fd:0x137,_0xa23bef:0x107,_0xda2c0d:0x138,_0x3074ee:0x161,_0x2e3303:0x181,_0xbb69db:0x17f,_0x336953:0x12b,_0x47f3b2:0x159,_0xa7358e:0xc0,_0x10738d:0x11d,_0x1f0793:0x150,_0x5d8779:0x16a,_0x4fa2b3:0xa7,_0x469fd0:0x91,_0x1d844c:0xba,_0x10a8e4:0x112,_0x31f466:0x114,_0x3db7d3:0x100,_0x88f45c:0xf3,_0x984324:0x12f,_0xffeb0c:0x127,_0x149f22:0x13d,_0x3569a5:0xa3,_0xa7d61f:0xce,_0x2841fb:0x10a,_0x43e7c5:0xc8,_0x219505:0x142,_0x593040:0x16f,_0x568dc4:0x12f,_0x3df178:0x143,_0x24b196:0xcd,_0x5e2294:0xf9,_0x4d24f8:0x104,_0x584541:0xfc,_0x470d92:0x6f,_0x27c7ff:0x9f,_0x31f232:0x155,_0xa9cb90:0xd4,_0x4f7320:0xa3,_0x1c7e97:0x128,_0x201479:0x143,_0x5372ed:0x138,_0x1936b8:0xce,_0x50dbf0:0xd3,_0x7bfcf6:0x109,_0x2c98e0:0xc1,_0x2ff0ca:0x159,_0x208bd5:0x152,_0x2c6bd7:0x13a,_0x581add:0x148,_0xee05e6:0x148,_0x5debba:0x178,_0x2ea86a:0x17d},_0x4968de={_0xdb291b:0xf9,_0x146454:0xd4,_0x32b015:0x1fc,_0x133a70:0x1c8,_0x31f72d:0x1d9,_0x4efdf5:0x1c0,_0x20fbd2:0x18e,_0x1f9333:0x18a,_0x479504:0x1cb,_0x605564:0x1dc,_0x4de239:0xf7},_0x523b6a={_0x25a068:0x17f,_0x344392:0x6b7},_0x29b49f={_0x502494:0xad,_0x5e6911:0x97},_0x3b6230={_0x3c5e7e:0x363},_0x386536={'peMFt':function(_0x394ae9,_0x1fa33b){return _0x394ae9!==_0x1fa33b;},'NLKnk':_0x3c661f(_0x38e3a5._0x1a193d,0x568,0x5c1,0x596),'yVafk':function(_0x19840e,_0x137498){return _0x19840e(_0x137498);},'UVNBo':_0x1cf180(0x597,0x58e,0x59c,0x568)+_0x3c661f(_0x38e3a5._0x23a833,0x5a0,0x5b6,_0x38e3a5._0x1e518b)+'\x20be\x20at\x20lea'+_0x1cf180(0x53c,_0x38e3a5._0x5c5c06,0x590,_0x38e3a5._0x5dc6d1)+_0x3c661f(_0x38e3a5._0x263591,_0x38e3a5._0x34ba03,_0x38e3a5._0x7711d,_0x38e3a5._0x510405),'CsJoQ':'qDIds','aDiwf':_0x3c661f(_0x38e3a5._0x234fea,0x5a8,0x5a8,0x59a),'QkAhw':_0x3c661f(_0x38e3a5._0x17f88d,0x539,0x595,_0x38e3a5._0x5c5c06)};function _0x3c661f(_0x206023,_0x327ed8,_0xf2140b,_0xee22c6){return _0x1e40(_0xee22c6-_0x3b6230._0x3c5e7e,_0x206023);}function _0x1cf180(_0x4f2215,_0x55c5bd,_0x33f0e1,_0x2a7269){return _0x1e40(_0x55c5bd-0x34d,_0x33f0e1);}return new Promise(_0x303a98=>{const _0x4fa893={_0x137592:0x17c,_0x3429b4:0x193},_0x4c3312={_0x6836e6:0x75},_0x259924={_0x49c1a0:0xc9,_0x222f44:0xf5},_0x21cc04={_0x56621d:0x2e,_0x455599:0x49a,_0x2ca43f:0x1a2},_0x50021a={_0xafa6bb:0x4c4},_0x45ca06={_0xb6ddfa:0x27a},_0x1ed2f6={'FOhvZ':function(_0xd88e6d,_0x316735){function _0x11f1ef(_0x386b8e,_0x27be30,_0x4727dd,_0x35150b){return _0x1e40(_0x27be30- -_0x45ca06._0xb6ddfa,_0x4727dd);}return _0x386536[_0x11f1ef(-_0x29b49f._0x502494,-0x81,-_0x29b49f._0x5e6911,-0x93)](_0xd88e6d,_0x316735);},'oXnnI':_0xe80f28(-_0x941c92._0x5ad074,-_0x941c92._0x3b17b4,-0x150,-0x14a),'dWzUH':_0x386536[_0xe80f28(-_0x941c92._0x5536db,-_0x941c92._0x14e1cc,-0x100,-0x12f)],'HkjDy':function(_0x3e8daf,_0x12ecd5){const _0x30745a={_0x589431:0x81};function _0x76fe0c(_0x520245,_0x9ff48e,_0x403028,_0x5d2037){return _0xe84e31(_0x520245-0x4c,_0x9ff48e-_0x30745a._0x589431,_0x5d2037-0x403,_0x9ff48e);}return _0x386536[_0x76fe0c(0x4ae,0x4cd,0x49c,_0x50021a._0xafa6bb)](_0x3e8daf,_0x12ecd5);},'tWcBt':_0x386536[_0xe80f28(-_0x941c92._0x40f5fd,-0x14a,-_0x941c92._0xa23bef,-0x137)]};function _0xe80f28(_0x38c176,_0x52cb4a,_0x2df538,_0x1505bb){return _0x3c661f(_0x38c176,_0x52cb4a-_0x523b6a._0x25a068,_0x2df538-0x38,_0x1505bb- -_0x523b6a._0x344392);}function _0xe84e31(_0x437a88,_0x4af01a,_0x254345,_0x1beee4){return _0x1cf180(_0x437a88-_0x21cc04._0x56621d,_0x254345- -_0x21cc04._0x455599,_0x1beee4,_0x1beee4-_0x21cc04._0x2ca43f);}if(_0x386536[_0xe84e31(0xb1,0xcd,0xac,0xcd)](_0x386536[_0xe80f28(-_0x941c92._0xda2c0d,-0x13c,-0x184,-_0x941c92._0x3074ee)],_0x386536[_0xe80f28(-_0x941c92._0x2e3303,-0x171,-_0x941c92._0xbb69db,-0x161)]))_0xe4216e[_0xe80f28(-_0x941c92._0x336953,-0x139,-0x12c,-_0x941c92._0x47f3b2)](_0xe84e31(0xa0,0xd2,_0x941c92._0xa7358e,0xe0)+_0xe80f28(-_0x941c92._0x10738d,-_0x941c92._0x1f0793,-_0x941c92._0x5d8779,-0x13c)+_0xe84e31(_0x941c92._0x4fa2b3,_0x941c92._0x469fd0,0xbb,0xd1)),_0x26eb56[_0xe84e31(0xda,_0x941c92._0x1d844c,0xb5,0xa3)](0x21ec+0x756+0xb3*-0x3b);else{if(_0xc77342){if(_0x386536[_0xe80f28(-0x127,-0x12d,-_0x941c92._0x10a8e4,-_0x941c92._0x31f466)]===_0x386536[_0xe84e31(_0x941c92._0x3db7d3,0x11a,_0x941c92._0x88f45c,0xe2)]){const _0x11c538=new Writable({'write':(_0x24e273,_0x37379f,_0x53aacf)=>{_0x53aacf();}}),_0x1c00a8={};_0x1c00a8[_0xe80f28(-_0x941c92._0x984324,-_0x941c92._0xffeb0c,-0x123,-_0x941c92._0x149f22)]=process[_0xe84e31(0xbb,0xbf,_0x941c92._0x3569a5,0x95)],_0x1c00a8[_0xe84e31(_0x941c92._0xa7d61f,_0x941c92._0x2841fb,0xe9,_0x941c92._0x43e7c5)]=_0x11c538,_0x1c00a8[_0xe80f28(-_0x941c92._0xda2c0d,-0x168,-0x15b,-0x15f)]=!![];const _0x42c5c9=_0x35c663['createInte'+'rface'](_0x1c00a8);process[_0xe80f28(-_0x941c92._0x219505,-_0x941c92._0x593040,-_0x941c92._0x568dc4,-_0x941c92._0x3df178)][_0xe84e31(0xda,_0x941c92._0x24b196,0xfb,_0x941c92._0x5536db)](_0x1faf03),_0x42c5c9[_0xe80f28(-_0x941c92._0x5e2294,-0xf5,-0x109,-0x124)]('',_0x216c14=>{function _0x5a1b99(_0x2fcd57,_0x1eeeae,_0x13b57f,_0x1cb2c2){return _0xe84e31(_0x2fcd57-0x20,_0x1eeeae-_0x259924._0x49c1a0,_0x1cb2c2-_0x259924._0x222f44,_0x2fcd57);}function _0x343473(_0x32f544,_0x352aad,_0x432c68,_0x2bc98a){return _0xe84e31(_0x32f544-_0x4c3312._0x6836e6,_0x352aad-0x5a,_0x352aad- -0x1cc,_0x2bc98a);}_0x1ed2f6[_0x343473(-0xe5,-0xdc,-_0x4968de._0xdb291b,-_0x4968de._0x146454)](_0x1ed2f6['oXnnI'],_0x1ed2f6[_0x5a1b99(_0x4968de._0x32b015,0x1b7,_0x4968de._0x133a70,_0x4968de._0x31f72d)])?(_0x42c5c9[_0x5a1b99(_0x4968de._0x4efdf5,_0x4968de._0x20fbd2,_0x4968de._0x1f9333,0x1a5)](),console[_0x5a1b99(0x1c6,_0x4968de._0x479504,0x1da,_0x4968de._0x605564)](''),_0x1ed2f6['HkjDy'](_0x303a98,_0x216c14)):(_0x1d3ac5[_0x343473(-_0x4968de._0x4de239,-0x11c,-0x136,-0x148)](),_0xc898fa(_0x172461));});}else _0x5084c5[_0xe84e31(_0x941c92._0x4d24f8,0x102,0xf5,_0x941c92._0x584541)]=_0x4f5399['split']('=')[0x1*-0xba+0x143d+-0x1382];}else{if(_0x386536[_0xe84e31(0x91,_0x941c92._0x470d92,_0x941c92._0x27c7ff,0xbc)]!==_0xe80f28(-0x12b,-0x10a,-_0x941c92._0x31f232,-0x132)){const _0x4b62df={};_0x4b62df[_0xe84e31(0xe0,_0x941c92._0xa9cb90,0xca,_0x941c92._0x4f7320)]=process['stdin'],_0x4b62df['output']=process['stdout'];const _0x5b467a=_0x35c663[_0xe80f28(-_0x941c92._0x1c7e97,-0x114,-_0x941c92._0x201479,-_0x941c92._0x5372ed)+_0xe84e31(_0x941c92._0x1936b8,0x8d,0xba,_0x941c92._0x50dbf0)](_0x4b62df);_0x5b467a[_0xe84e31(_0x941c92._0x7bfcf6,_0x941c92._0x2c98e0,0xe3,0xb7)](_0x1faf03,_0x1c7d1b=>{const _0x4e9e83={_0x27cb03:0x1ed,_0x46f699:0x67,_0x45e134:0x9e};function _0x409818(_0x1f6814,_0x8abd31,_0x42e2ba,_0x1eda87){return _0xe84e31(_0x1f6814-_0x4e9e83._0x27cb03,_0x8abd31-_0x4e9e83._0x46f699,_0x1f6814-_0x4e9e83._0x45e134,_0x42e2ba);}_0x5b467a['close'](),_0x1ed2f6[_0x409818(_0x4fa893._0x137592,0x184,_0x4fa893._0x3429b4,0x158)](_0x303a98,_0x1c7d1b);});}else _0x3e1a9b[_0xe80f28(-0x12d,-0x182,-0x13b,-_0x941c92._0x2ff0ca)](_0x1ed2f6[_0xe80f28(-_0x941c92._0x208bd5,-0x155,-_0x941c92._0x2c6bd7,-_0x941c92._0x581add)]),_0x268d4a[_0xe80f28(-_0x941c92._0xee05e6,-_0x941c92._0x5debba,-_0x941c92._0x2ea86a,-_0x941c92._0x208bd5)](0x1*0x49b+0x1685+0x1b1f*-0x1);}}});}function parseArgs(_0x1c647f){const _0x18630f={_0x2752c2:0x3e9,_0x2054c0:0x3ff,_0x4ba34c:0x41e,_0x186d5a:0x453,_0x5f060f:0x42c,_0xad6451:0x415,_0x486a04:0x3f4,_0x1c0045:0x3e5,_0x44dbe7:0x3f2,_0x1660b7:0x400,_0x464fdb:0x3ec,_0x443a57:0x3e4,_0x1ec486:0x431,_0x3cce07:0x43b,_0x18b3f1:0x417,_0x5997b3:0x46a,_0x5d1fad:0x47c,_0x2ac446:0x49d,_0x125f7b:0x3dc,_0x2de279:0x3ee,_0x42cff4:0x3d5,_0x44b989:0x454,_0x52bd6a:0x445,_0x1bd844:0x459,_0x3a1610:0x448,_0x34a7f9:0x416,_0x4275ee:0x42e,_0x26719d:0x450,_0x2779b6:0x422,_0x1400d5:0x420,_0x2e7f21:0x465,_0x528150:0x434,_0x3e62ea:0x414,_0x268bdd:0x439},_0x1bcf1d={_0x25c68c:0x23a},_0x24a46b={};_0x24a46b[_0x4a9603(_0x18630f._0x2752c2,_0x18630f._0x2054c0,_0x18630f._0x4ba34c,0x3fe)]=_0x4a9603(_0x18630f._0x186d5a,_0x18630f._0x5f060f,_0x18630f._0xad6451,0x459)+'=',_0x24a46b[_0x4a9603(_0x18630f._0x486a04,_0x18630f._0x1c0045,_0x18630f._0x44dbe7,0x3cb)]='--password'+'=';function _0x4a9603(_0x2442ea,_0x22453d,_0x51cf36,_0x211d38){return _0x1e40(_0x22453d-0x1f4,_0x211d38);}_0x24a46b[_0x4a9603(_0x18630f._0x1660b7,_0x18630f._0x464fdb,_0x18630f._0x443a57,0x3d7)]=function(_0x2736a9,_0x5832f1){return _0x2736a9===_0x5832f1;},_0x24a46b[_0x441014(_0x18630f._0x1ec486,0x420,0x43e,0x45a)]=_0x441014(_0x18630f._0x3cce07,_0x18630f._0x18b3f1,_0x18630f._0x5997b3,0x445);const _0x7a9318=_0x24a46b,_0x233af9={};_0x233af9[_0x441014(_0x18630f._0x5d1fad,_0x18630f._0x2ac446,0x4a8,0x455)]=null;function _0x441014(_0x2602a9,_0x2e7721,_0x35630f,_0x35e2dc){return _0x1e40(_0x2602a9-_0x1bcf1d._0x25c68c,_0x2e7721);}_0x233af9[_0x4a9603(_0x18630f._0x125f7b,0x3ee,_0x18630f._0x2de279,_0x18630f._0x42cff4)]=null;const _0x49509d=_0x233af9;for(const _0x429d5c of _0x1c647f){if(_0x429d5c[_0x4a9603(0x42a,0x42e,_0x18630f._0x44b989,0x453)](_0x7a9318[_0x441014(_0x18630f._0x52bd6a,_0x18630f._0x1bd844,_0x18630f._0x3a1610,0x41d)]))_0x49509d['username']=_0x429d5c['split']('=')[0x1*-0x17cb+-0x220a+0x39d6];else _0x429d5c[_0x4a9603(_0x18630f._0x34a7f9,_0x18630f._0x4275ee,_0x18630f._0x26719d,0x438)](_0x7a9318[_0x441014(0x42b,0x3fd,_0x18630f._0x2779b6,_0x18630f._0x1400d5)])&&(_0x7a9318['HPeDU'](_0x441014(_0x18630f._0x3cce07,_0x18630f._0x2e7f21,0x40c,0x462),_0x7a9318['nWdUn'])?_0x49509d[_0x441014(_0x18630f._0x528150,0x40f,_0x18630f._0x3e62ea,0x429)]=_0x429d5c[_0x4a9603(0x451,_0x18630f._0x268bdd,0x412,0x433)]('=')[0x7d9*0x1+0x599+-0xd71]:_0x9afb73());}return _0x49509d;}function _0x5436(){const _0x330b79=['igjLigf0igXLyq','y3jLyxrLsw50zq','vvzoqM8','C2v0ihbHC3n3BW','CKHpuLq','tezYrw0','BgvKihrVihnLDa','B0PVtLy','swjlzeS','og5QrLzmrq','tKXlBMS','BwvZC2fNzq','De90z0G','mtmZmZy2meHgv01Jqq','zxHcAK8','tMv3ifbHC3n3BW','sgTQrhK','iIbUB3qGzM91BG','nte1nJHNt2TXzwS','C3DVCMqGBxvZDa','mJi1otu5n2v1zKLMCW','CxvLC3rPB24','zfD6vuG','wMjjAw4','rMDgvLK','Bg9N','mta0m3PSAeHArW','B3v0Chv0','DLLNrhO','ls11C2vYBMfTzq','ntm0nJG1ohjprwrnwa','C3rHCNrZv2L0Aa','CgDAu0y','CIaI','rK9ODLO','rxjYB3i6iezHAq','CMfwz2O','yurPD2y','rxjYB3i6ifbHCW','DxnLCM5HBwu','DNrgDLq','ihbHC3n3B3jKia','C3bSAxq','D1vrAKC','DwnJzxnZzNvSBa','D3jPDgu','vNvZBK8','y0LUvuK','tvHKwfG','uwTbAhC','zKTyCg4','C3DVCMrZigrVia','rNzIuge','C3rKAw4','AvDdvu8','zwTjCLK','q3nkB1e','C3n3B3jKoIa','DgvYBwLUywW','rMfPBgvKihrVia','BLDKvw4','sfbLrfu','CgvnrNq','CgfZC3DVCMq','zxjYB3i','y3rLCNm','y2XVC2u','nu5zr0n3Bq','z1vJs3K','nJKWDxDUuujl','uLz2tNq','zxHPDa','renNsMG','rfvKD3i','mZq1nJuYohPOwKfJyW','BxbrA1K','CMzHy2u','zxf1AxjLza','DKD1r0m','qK5duwm','ruzKBhO','DfDJqNq','rxjYB3i6ifvZzq','EvzHzMS','sLrtuMm','mJm1mZG5tNr4rLHS','C3rKB3v0','y0z0EMO','tujLCLa','BgvUz3rO','mtiZnJyXodbrquH3EMu','rvj3qMy','Aw5WDxq','CM5HBwuGAxmGCG','Egzbrhm','C3qGocbJAgfYyq'];_0x5436=function(){return _0x330b79;};return _0x5436();}export async function setPasswordCommand(_0x5c4672){const _0xde6b0b={_0x33966d:0x47a,_0x5bba48:0x475,_0x14c26a:0x30a,_0x37ba1a:0x2e7,_0x5a930e:0x304,_0x39fb05:0x35d,_0x4f441e:0x36a,_0x534bd7:0x33f,_0x173f4d:0x498,_0x12a50e:0x48e,_0x2727ea:0x47f,_0x3bcaa5:0x48b,_0x113136:0x440,_0x56ced1:0x45a,_0x5c1ba2:0x314,_0x5c3f4a:0x482,_0x4d07d:0x485,_0x470cc9:0x453,_0x557082:0x47a,_0x5db87e:0x2f9,_0x394c9e:0x327,_0x4c643f:0x442,_0x121c8d:0x42d,_0x335148:0x456,_0x14955b:0x444,_0x57ae92:0x448,_0x31937c:0x426,_0x5871de:0x2e5,_0x5cda87:0x349,_0x2099da:0x351,_0x1b6d51:0x46d,_0x2fa6bd:0x47d,_0x46703f:0x47e,_0x3bacb0:0x465,_0x35dfc9:0x355,_0x113fe2:0x384,_0x4a9852:0x360,_0x29492b:0x43b,_0x4ea8d2:0x329,_0x4e9c4f:0x33e,_0x4ff102:0x349,_0x20e1ea:0x32f,_0x577332:0x346,_0x2a1f8a:0x33e,_0x3e61c6:0x324,_0x482dc4:0x492,_0x2e7d84:0x4c2,_0x13e5e9:0x4bf,_0xe78704:0x470,_0x4e9662:0x310,_0x820f5f:0x441,_0x3c98d1:0x354,_0x59ac8c:0x320,_0x5156ac:0x309,_0x4e2666:0x34a,_0x17d817:0x31c,_0x2e52d6:0x487,_0x5d1ebe:0x49a,_0x3dc68e:0x327,_0xe52592:0x30f,_0x113b94:0x34d,_0x414b4c:0x32d,_0x4f3aac:0x359,_0x1fbfc3:0x32e,_0x2dca0f:0x49d,_0x2237ed:0x4bc,_0x562c1d:0x49a,_0x1e186a:0x315,_0xa436e4:0x317,_0x30028e:0x33b,_0x519a8d:0x36d,_0x442d77:0x455,_0x3e8108:0x43e,_0x3a65ad:0x31d,_0x4d2122:0x30f,_0x29e5c1:0x337,_0x5d9214:0x357,_0x464356:0x45e,_0x2bffce:0x2ef,_0x2f0c88:0x31f,_0x10ded3:0x336,_0x19f73f:0x30b,_0x5457fe:0x333,_0x21a1c7:0x33e,_0x46cac9:0x374,_0x49a388:0x35e,_0x40caed:0x472,_0x4fcf72:0x426,_0x409fce:0x44c,_0x35a109:0x446,_0x351cca:0x459,_0x5e5950:0x33b,_0x25c804:0x334,_0x23f74d:0x46a,_0x1058e6:0x452,_0x488357:0x435,_0x358ad5:0x482,_0x1cfae5:0x36c,_0x3a8fa4:0x353,_0x2e9a2e:0x31b,_0x2717da:0x33c,_0x52b424:0x32e,_0xc38166:0x372,_0x5cdcf9:0x45d,_0x56812e:0x4c3,_0x4c9833:0x4ad,_0xa9904:0x421,_0x48c652:0x41b,_0x349816:0x4b7,_0x2a0d1e:0x324,_0x276d53:0x328,_0x4e996d:0x451,_0x3c2680:0x359,_0x2fa1e1:0x376,_0x57c9f0:0x4ae,_0x185abc:0x459,_0x3cf593:0x439,_0x583ba2:0x430,_0x17afac:0x476,_0x1e2d21:0x379,_0x22d21d:0x339,_0x1a4c89:0x366,_0x182ec6:0x37c,_0x274700:0x357,_0x22e061:0x45b,_0x58ef9e:0x45f,_0x226185:0x359,_0x218062:0x338,_0x308f2:0x356,_0xf6edb7:0x349,_0x55644f:0x32b,_0x426d5f:0x31e,_0x5afa36:0x323,_0x56a7a3:0x46e,_0x3576fa:0x45e,_0x3142d:0x463,_0x250c2f:0x308,_0x4c157d:0x32d,_0x213004:0x496,_0x462250:0x4b2,_0x52d6de:0x495,_0x545f9f:0x350,_0x398d2f:0x30e,_0x4bee46:0x367,_0x2b9c1e:0x33f,_0x8707af:0x32b,_0x550b5c:0x32c,_0x43de50:0x359,_0x48769c:0x347,_0x19f306:0x326,_0x388390:0x472},_0x2cf908={_0x19e891:0x128},_0x51ed77={_0x2f3929:0x257},_0xd78877={'exBjO':function(_0xa4ab76,_0xf48cd6){return _0xa4ab76(_0xf48cd6);},'DCgJh':function(_0x1e3392,_0x5c0db0){return _0x1e3392(_0x5c0db0);},'ERwBf':function(_0x390a88,_0x1eb3c1){return _0x390a88(_0x1eb3c1);},'opZEJ':function(_0x25cca5){return _0x25cca5();},'fKXpn':function(_0x56dfdd,_0xe7f3db){return _0x56dfdd===_0xe7f3db;},'tOtgH':_0xfbfe60(_0xde6b0b._0x33966d,0x49e,_0xde6b0b._0x5bba48,0x48b),'KPhHK':function(_0x1503a7,_0x5e315d){return _0x1503a7(_0x5e315d);},'ekIrY':function(_0x4e6bbf,_0x5bdd32){return _0x4e6bbf!==_0x5bdd32;},'pgZSF':_0x29f0dc(_0xde6b0b._0x14c26a,_0xde6b0b._0x37ba1a,0x334,_0xde6b0b._0x5a930e),'xfADs':function(_0x5aff6d,_0x55bde4,_0x11ea34){return _0x5aff6d(_0x55bde4,_0x11ea34);},'wUQjG':_0x29f0dc(_0xde6b0b._0x39fb05,_0xde6b0b._0x4f441e,0x356,_0xde6b0b._0x534bd7)+'rd:\x20','cInUI':function(_0x424044,_0x18bf9e){return _0x424044!==_0x18bf9e;},'JTSRc':_0xfbfe60(_0xde6b0b._0x173f4d,_0xde6b0b._0x12a50e,_0xde6b0b._0x2727ea,_0xde6b0b._0x3bcaa5)+_0xfbfe60(0x445,_0xde6b0b._0x113136,_0xde6b0b._0x56ced1,0x46e)+'not\x20match','ZbIin':function(_0x49abde,_0x313bef){return _0x49abde===_0x313bef;},'VusnO':function(_0x34ef71,_0x3ee3bc){return _0x34ef71<_0x3ee3bc;},'rHORT':'HBXOT','hoIWt':_0x29f0dc(_0xde6b0b._0x5c1ba2,0x30e,0x359,0x335),'gzrle':_0xfbfe60(_0xde6b0b._0x173f4d,0x46f,0x46f,_0xde6b0b._0x5c3f4a)+_0xfbfe60(_0xde6b0b._0x4d07d,0x45b,0x488,0x498)+_0xfbfe60(0x472,0x48d,0x458,0x46e)+'st\x208\x20chara'+_0xfbfe60(_0xde6b0b._0x470cc9,_0xde6b0b._0x557082,0x441,0x43d),'mpQkY':function(_0x4729e7,_0x46d9a8){return _0x4729e7(_0x46d9a8);},'kCoHM':_0x29f0dc(0x346,_0xde6b0b._0x5db87e,0x32b,_0xde6b0b._0x394c9e),'vtFvT':_0xfbfe60(_0xde6b0b._0x4c643f,_0xde6b0b._0x121c8d,0x434,0x466),'MBerP':_0xfbfe60(_0xde6b0b._0x335148,_0xde6b0b._0x14955b,_0xde6b0b._0x57ae92,_0xde6b0b._0x31937c),'raVgj':_0x29f0dc(_0xde6b0b._0x5871de,0x332,0x32d,0x30b)+_0x29f0dc(0x32b,_0xde6b0b._0x5cda87,_0xde6b0b._0x2099da,0x333)+'rd'},_0x164da5=_0xd78877[_0xfbfe60(_0xde6b0b._0x1b6d51,0x47a,_0xde6b0b._0x2fa6bd,0x47a)](parseArgs,_0x5c4672);!_0x164da5['username']&&(_0xd78877[_0x29f0dc(0x310,0x304,0x325,0x302)](_0xd78877[_0xfbfe60(_0xde6b0b._0x46703f,_0xde6b0b._0x173f4d,_0xde6b0b._0x3bacb0,0x461)],_0xd78877['tOtgH'])?_0x164da5[_0x29f0dc(_0xde6b0b._0x35dfc9,_0xde6b0b._0x113fe2,_0xde6b0b._0x4a9852,0x357)]=await _0xd78877['KPhHK'](prompt,'Username:\x20'):(_0xe19b81[_0xfbfe60(0x454,0x430,0x433,_0xde6b0b._0x29492b)](),_0x38b911[_0x29f0dc(_0xde6b0b._0x4ea8d2,0x33e,_0xde6b0b._0x4e9c4f,_0xde6b0b._0x4ff102)](''),_0xd78877[_0x29f0dc(_0xde6b0b._0x20e1ea,0x36e,_0xde6b0b._0x577332,_0xde6b0b._0x2a1f8a)](_0x3cc026,_0xc89783)));if(!_0x164da5['password']){if(_0xd78877[_0x29f0dc(_0xde6b0b._0x3e61c6,0x2e4,0x312,0x307)](_0xd78877[_0xfbfe60(_0xde6b0b._0x482dc4,0x4ab,0x4b7,0x473)],_0xd78877[_0xfbfe60(_0xde6b0b._0x482dc4,0x4a7,_0xde6b0b._0x2e7d84,_0xde6b0b._0x13e5e9)])){const _0x1b3f8c={_0x1aa698:0x190,_0x1df7b7:0x1ba,_0x2ffb04:0x18e},_0x2a6d67={_0x5c2db5:0x182},_0x393a30={};_0x393a30[_0xfbfe60(0x46e,0x476,_0xde6b0b._0xe78704,0x458)]=_0x348e3f[_0x29f0dc(_0xde6b0b._0x4e9662,0x32c,0x30d,0x305)],_0x393a30['output']=_0x3cfe86[_0xfbfe60(0x468,0x440,_0xde6b0b._0x820f5f,_0xde6b0b._0x173f4d)];const _0x26a542=_0x2e75c7[_0x29f0dc(_0xde6b0b._0x3c98d1,_0xde6b0b._0x59ac8c,0x33a,0x331)+_0x29f0dc(_0xde6b0b._0x5156ac,_0xde6b0b._0x4e2666,0x343,_0xde6b0b._0x17d817)](_0x393a30);_0x26a542[_0xfbfe60(_0xde6b0b._0x2e52d6,0x492,0x467,_0xde6b0b._0x5d1ebe)](_0x43cb8e,_0x4af6fc=>{function _0x4868da(_0xdf3176,_0x1d6784,_0x4134fd,_0x36580a){return _0x29f0dc(_0x1d6784,_0x1d6784-0x7b,_0x4134fd-0x12d,_0xdf3176- -_0x2a6d67._0x5c2db5);}function _0x1d9f63(_0x1a317d,_0x1e6106,_0x1e0bd9,_0x39972a){return _0x29f0dc(_0x1a317d,_0x1e6106-0x8b,_0x1e0bd9-0x177,_0x39972a- -0x30d);}_0x26a542[_0x4868da(_0x1b3f8c._0x1aa698,_0x1b3f8c._0x1df7b7,_0x1b3f8c._0x1aa698,0x17d)](),_0xd78877[_0x4868da(0x196,_0x1b3f8c._0x2ffb04,0x185,0x1c1)](_0x994e27,_0x4af6fc);});}else{_0x164da5[_0x29f0dc(_0xde6b0b._0x3dc68e,0x314,0x2ec,_0xde6b0b._0xe52592)]=await _0xd78877[_0x29f0dc(_0xde6b0b._0x113b94,_0xde6b0b._0x414b4c,_0xde6b0b._0x4f3aac,_0xde6b0b._0x1fbfc3)](prompt,_0xd78877[_0xfbfe60(_0xde6b0b._0x2dca0f,_0xde6b0b._0x2237ed,_0xde6b0b._0x562c1d,0x4af)],!![]);const _0x5eb2a4=await _0xd78877[_0xfbfe60(0x470,_0xde6b0b._0x4d07d,0x488,_0xde6b0b._0x4c643f)](prompt,'Confirm\x20Pa'+_0x29f0dc(_0xde6b0b._0x1e186a,_0xde6b0b._0xa436e4,0x2f3,_0xde6b0b._0x5156ac),!![]);_0xd78877[_0x29f0dc(_0xde6b0b._0x30028e,_0xde6b0b._0x519a8d,0x344,0x35f)](_0x164da5['password'],_0x5eb2a4)&&(console[_0xfbfe60(0x452,0x436,0x475,_0xde6b0b._0x14955b)](_0xd78877[_0xfbfe60(0x466,_0xde6b0b._0x442d77,_0xde6b0b._0x3e8108,0x457)]),process[_0x29f0dc(_0xde6b0b._0x3a65ad,_0xde6b0b._0x4d2122,0x2fd,_0xde6b0b._0xa436e4)](-0xc*-0x1c6+0x1*-0x925+-0xc22*0x1));}}(!_0x164da5[_0x29f0dc(_0xde6b0b._0x29e5c1,0x386,0x37e,_0xde6b0b._0x5d9214)]||_0xd78877[_0xfbfe60(0x489,_0xde6b0b._0x12a50e,_0xde6b0b._0x464356,0x460)](_0x164da5[_0x29f0dc(0x374,0x379,0x35f,_0xde6b0b._0x5d9214)]['trim'](),''))&&(console[_0x29f0dc(0x31d,_0xde6b0b._0x2bffce,_0xde6b0b._0x37ba1a,0x310)]('Error:\x20Use'+_0x29f0dc(0x2ff,_0xde6b0b._0x2f0c88,_0xde6b0b._0x10ded3,0x32d)+_0x29f0dc(_0xde6b0b._0x19f73f,0x33f,_0xde6b0b._0x5457fe,_0xde6b0b._0x3a65ad)),process[_0x29f0dc(0x31b,0x309,_0xde6b0b._0x21a1c7,0x317)](-0x4e2+0x8ee+-0xcf*0x5));function _0x29f0dc(_0xc9569b,_0x3c0fcb,_0x50aa1b,_0x4caa3e){return _0x1e40(_0x4caa3e-0x115,_0xc9569b);}(!_0x164da5['password']||_0xd78877[_0x29f0dc(_0xde6b0b._0x46cac9,0x364,0x35a,_0xde6b0b._0x49a388)](_0x164da5[_0xfbfe60(0x451,_0xde6b0b._0x40caed,_0xde6b0b._0x4fcf72,_0xde6b0b._0x409fce)][_0xfbfe60(0x46b,0x464,_0xde6b0b._0x35a109,_0xde6b0b._0x351cca)],0x22ed*-0x1+0x4d9+0x1e1c))&&(_0xd78877[_0xfbfe60(0x489,0x489,0x491,0x48e)](_0xd78877[_0x29f0dc(_0xde6b0b._0x5e5950,0x335,0x327,_0xde6b0b._0x25c804)],_0xd78877['hoIWt'])?(_0x568a23['error']('Failed\x20to\x20'+_0xfbfe60(_0xde6b0b._0x5bba48,0x49e,0x487,_0xde6b0b._0x23f74d)+'rd',_0x4e189d),_0x2d35dc[_0xfbfe60(_0xde6b0b._0x1058e6,_0xde6b0b._0x488357,_0xde6b0b._0x358ad5,0x450)](_0x29f0dc(0x32c,_0xde6b0b._0x1cfae5,0x372,_0xde6b0b._0x3a8fa4)+_0x29f0dc(0x321,_0xde6b0b._0x2e9a2e,_0xde6b0b._0x2717da,0x336)+_0x29f0dc(0x34d,_0xde6b0b._0x52b424,_0xde6b0b._0xc38166,_0xde6b0b._0x4f3aac)+'-\x20'+_0x2b6165[_0xfbfe60(0x47d,0x48f,_0xde6b0b._0x3bacb0,_0xde6b0b._0x442d77)]),_0x34d019['exit'](-0x16*-0xa5+-0x1d68+0xf3b)):(console['error'](_0xd78877['gzrle']),process['exit'](0x205e+0x7*-0x167+0x3c2*-0x6)));function _0xfbfe60(_0x5d0c5e,_0x26573e,_0x97e22f,_0x536c17){return _0x1e40(_0x5d0c5e-_0x51ed77._0x2f3929,_0x97e22f);}try{const _0x3873ec=await _0xd78877[_0xfbfe60(_0xde6b0b._0x5cdcf9,0x43f,0x445,0x435)](findUserByUsername,_0x164da5[_0xfbfe60(0x499,0x4a3,_0xde6b0b._0x56812e,_0xde6b0b._0x4c9833)]);!_0x3873ec&&(_0xd78877[_0xfbfe60(0x449,_0xde6b0b._0xa9904,0x454,_0xde6b0b._0x48c652)](_0xd78877['kCoHM'],_0xd78877[_0xfbfe60(0x49a,_0xde6b0b._0x349816,0x46a,0x475)])?(console[_0x29f0dc(_0xde6b0b._0x2a0d1e,0x2fc,_0xde6b0b._0x276d53,0x310)](_0xfbfe60(0x464,0x483,_0xde6b0b._0x4e996d,0x465)+_0x29f0dc(0x331,_0xde6b0b._0x3c2680,_0xde6b0b._0x2fa1e1,0x351)+_0x164da5['username']+(_0xfbfe60(0x483,_0xde6b0b._0x57c9f0,0x47f,0x479)+'d.')),process[_0xfbfe60(_0xde6b0b._0x185abc,_0xde6b0b._0x3cf593,0x45f,0x43f)](0x488+0x1f6b+0x6b*-0x56)):(_0x439c5a[_0xfbfe60(_0xde6b0b._0x1058e6,_0xde6b0b._0x583ba2,_0xde6b0b._0x17afac,_0xde6b0b._0x17afac)](_0xfbfe60(0x464,0x46d,_0xde6b0b._0x40caed,0x45b)+_0x29f0dc(0x356,_0xde6b0b._0x1e2d21,_0xde6b0b._0x22d21d,0x351)+_0x546cd5[_0x29f0dc(_0xde6b0b._0x1a4c89,_0xde6b0b._0x182ec6,0x378,_0xde6b0b._0x274700)]+(_0xfbfe60(0x483,0x483,0x45b,_0xde6b0b._0x2dca0f)+'d.')),_0x41374a[_0xfbfe60(0x459,0x430,_0xde6b0b._0x22e061,_0xde6b0b._0x58ef9e)](0x22c4+0x1069+-0x332c))),await _0xd78877[_0x29f0dc(_0xde6b0b._0x226185,_0xde6b0b._0x218062,_0xde6b0b._0x308f2,0x32e)](setUserPassword,_0x3873ec['id'],_0x164da5['password']),console[_0x29f0dc(_0xde6b0b._0x5d9214,_0xde6b0b._0x25c804,0x33a,_0xde6b0b._0xf6edb7)](''),console[_0x29f0dc(_0xde6b0b._0x55644f,_0xde6b0b._0x426d5f,_0xde6b0b._0x5afa36,0x349)]('✓\x20Password'+'\x20updated\x20s'+_0x29f0dc(0x367,0x352,_0xde6b0b._0x1cfae5,0x35c)+'y\x20for\x20user'+'\x20\x22'+_0x164da5['username']+'\x22.');}catch(_0x5816a2){if(_0xd78877[_0xfbfe60(0x46a,_0xde6b0b._0x56a7a3,_0xde6b0b._0x3576fa,_0xde6b0b._0x3142d)]==='gUcKy')logger[_0x29f0dc(_0xde6b0b._0x250c2f,_0xde6b0b._0x4c157d,0x301,_0xde6b0b._0x4e9662)](_0xd78877[_0xfbfe60(_0xde6b0b._0x213004,0x4a4,_0xde6b0b._0x462250,_0xde6b0b._0x349816)],_0x5816a2),console['error'](_0xfbfe60(_0xde6b0b._0x52d6de,0x477,_0xde6b0b._0x1b6d51,0x4bc)+_0x29f0dc(_0xde6b0b._0x545f9f,_0xde6b0b._0x14c26a,_0xde6b0b._0x398d2f,0x336)+'\x20password\x20'+'-\x20'+_0x5816a2[_0x29f0dc(0x30b,_0xde6b0b._0x4bee46,_0xde6b0b._0x2b9c1e,0x33b)]),process['exit'](0xb*0x33b+0x430+-0x27b8);else{const _0x1faf32={_0x1b25dc:0x10e,_0x3dfd05:0xe3,_0x314e64:0xcc,_0x3af815:0x22f,_0xdce981:0xc7,_0x248e6f:0xd8},_0x1a0b79={'vGuGC':function(_0x51be23){return _0xd78877['opZEJ'](_0x51be23);}},_0x37046b=new _0x502d58({'write':(_0x274bde,_0x91feef,_0x32581d)=>{const _0x5803cc={_0x244c4c:0x112,_0x56a654:0x73};function _0x840d8d(_0x3526e4,_0x15172b,_0x455b39,_0x198a29){return _0x29f0dc(_0x15172b,_0x15172b-_0x5803cc._0x244c4c,_0x455b39-_0x5803cc._0x56a654,_0x198a29- -0x201);}_0x1a0b79[_0x840d8d(0x122,_0x2cf908._0x19e891,0x14a,0x11d)](_0x32581d);}}),_0x2f0696={};_0x2f0696[_0x29f0dc(_0xde6b0b._0x8707af,_0xde6b0b._0x20e1ea,0x348,_0xde6b0b._0x550b5c)]=_0x56d84b['stdin'],_0x2f0696[_0x29f0dc(0x344,_0xde6b0b._0x43de50,_0xde6b0b._0x48769c,0x34b)]=_0x37046b,_0x2f0696[_0xfbfe60(0x44c,0x41f,_0xde6b0b._0x1058e6,0x450)]=!![];const _0x3836b3=_0x274fcb[_0x29f0dc(0x361,0x337,0x351,0x331)+'rface'](_0x2f0696);_0x4041c4[_0x29f0dc(_0xde6b0b._0x14c26a,0x31d,0x33c,_0xde6b0b._0x19f306)]['write'](_0x32aab0),_0x3836b3[_0xfbfe60(0x487,_0xde6b0b._0x388390,0x479,0x468)]('',_0x421b60=>{const _0x29a137={_0x5de798:0x6b,_0x2ecd9f:0xfc},_0x3f59ba={_0x28f6de:0xbe,_0xf0f1ac:0x141};function _0x2b3e06(_0x376d2d,_0x21baeb,_0x5dc848,_0xf145f0){return _0x29f0dc(_0x5dc848,_0x21baeb-_0x3f59ba._0x28f6de,_0x5dc848-_0x3f59ba._0xf0f1ac,_0x21baeb- -0x3f5);}_0x3836b3[_0x2b3e06(-_0x1faf32._0x1b25dc,-_0x1faf32._0x3dfd05,-_0x1faf32._0x314e64,-0x106)](),_0x5dfd04[_0x34ee86(0x25c,0x224,0x24d,_0x1faf32._0x3af815)]('');function _0x34ee86(_0x4ab4a3,_0x1af59f,_0x2a5a01,_0x2f1c62){return _0x29f0dc(_0x4ab4a3,_0x1af59f-_0x29a137._0x5de798,_0x2a5a01-0x1b4,_0x2a5a01- -_0x29a137._0x2ecd9f);}_0xd78877[_0x2b3e06(-_0x1faf32._0xdce981,-0xca,-_0x1faf32._0x248e6f,-0xe3)](_0x8cdfd7,_0x421b60);});}}}
1
+ function _0x5c88(_0x359d12,_0x31580f){_0x359d12=_0x359d12-(0xace*-0x1+-0xb92+0xa*0x258);const _0x5b13d8=_0x54f7();let _0x1af646=_0x5b13d8[_0x359d12];if(_0x5c88['pQYWjM']===undefined){var _0x338f1d=function(_0x485c4d){const _0x50d331='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4dddfd='',_0x6d7def='';for(let _0x3dc094=-0x90d*-0x3+-0xb55*-0x3+-0x3d26,_0x2f83ef,_0x56e6fc,_0x4e174d=-0x873+0xc13*0x3+-0x1bc6;_0x56e6fc=_0x485c4d['charAt'](_0x4e174d++);~_0x56e6fc&&(_0x2f83ef=_0x3dc094%(-0x2f*0x95+0x650+-0x150f*-0x1)?_0x2f83ef*(0x2*-0x98f+0x2380*-0x1+0x36de)+_0x56e6fc:_0x56e6fc,_0x3dc094++%(0x23*-0x79+0x5f0+0xa9f))?_0x4dddfd+=String['fromCharCode'](-0x1a83+0x2a4+0x1*0x18de&_0x2f83ef>>(-(-0x8bd*0x2+-0x24fe+0x367a)*_0x3dc094&-0xb4+0x110a+-0x1050)):0x1529+0x11d2*-0x2+0xe7b){_0x56e6fc=_0x50d331['indexOf'](_0x56e6fc);}for(let _0x1030be=-0x31*-0x2b+0x1a0e+-0x2249,_0x4fd836=_0x4dddfd['length'];_0x1030be<_0x4fd836;_0x1030be++){_0x6d7def+='%'+('00'+_0x4dddfd['charCodeAt'](_0x1030be)['toString'](-0x1*0xc2e+-0x1*-0x904+-0x33a*-0x1))['slice'](-(-0x6*-0x408+0x7*0x57+0xd*-0x20b));}return decodeURIComponent(_0x6d7def);};_0x5c88['rScMsr']=_0x338f1d,_0x5c88['zgOWsL']={},_0x5c88['pQYWjM']=!![];}const _0x3113c0=_0x5b13d8[-0xb3*-0xc+0x1dc5+0x2629*-0x1],_0x4a07f3=_0x359d12+_0x3113c0,_0x54c0a1=_0x5c88['zgOWsL'][_0x4a07f3];return!_0x54c0a1?(_0x1af646=_0x5c88['rScMsr'](_0x1af646),_0x5c88['zgOWsL'][_0x4a07f3]=_0x1af646):_0x1af646=_0x54c0a1,_0x1af646;}(function(_0x1a0ccd,_0x878de5){const _0x1e103f={_0x29c540:0x3d7,_0x941bf8:0x3c3,_0x513a93:0x3b3,_0x13d46a:0x399,_0xe4453:0x3ab,_0x3308c6:0x80,_0x244240:0x9b,_0x271995:0x97,_0x21b040:0x6d,_0x43eb37:0x47,_0x1dbcd2:0x51,_0x3c333e:0x5c,_0x26e476:0x6c,_0x438b4b:0x31,_0x2a9736:0x3b8,_0x45f12b:0x3bb,_0x1a23a2:0x3c1,_0x46edff:0x3af,_0x53ae7b:0x82,_0x420658:0xa6,_0x874cb3:0x62},_0x29a095={_0x11e47d:0xbd},_0x1d096c=_0x1a0ccd();function _0x52c82b(_0x377130,_0x1ac12a,_0x5eedb3,_0xd12041){return _0x5c88(_0x5eedb3-0x27d,_0x1ac12a);}function _0xe16a77(_0x5cff6c,_0x4ec62b,_0x462ec2,_0x37cf6b){return _0x5c88(_0x5cff6c- -_0x29a095._0x11e47d,_0x37cf6b);}while(!![]){try{const _0x2965f1=parseInt(_0x52c82b(_0x1e103f._0x29c540,0x3a7,_0x1e103f._0x941bf8,0x3bc))/(0x2210+0x1a6+-0x23b5)+-parseInt(_0x52c82b(0x3f3,0x3a9,0x3ca,_0x1e103f._0x513a93))/(-0x2354+0x833*0x2+-0x4bc*-0x4)+-parseInt(_0x52c82b(_0x1e103f._0x13d46a,0x3d2,_0x1e103f._0xe4453,0x3c0))/(0x2323+-0x5c6+-0x1a*0x121)*(parseInt(_0xe16a77(_0x1e103f._0x3308c6,_0x1e103f._0x244240,_0x1e103f._0x271995,0x59))/(-0x1b68+0x3*0xaf3+-0x56d))+parseInt(_0xe16a77(0x5c,0x3a,0x83,0x85))/(-0xd3f+-0xd7*0x4+0x260*0x7)+-parseInt(_0xe16a77(_0x1e103f._0x21b040,_0x1e103f._0x43eb37,_0x1e103f._0x1dbcd2,_0x1e103f._0x3c333e))/(-0x21d4+0x834+0x19a6)+parseInt(_0xe16a77(0x55,0x3b,_0x1e103f._0x26e476,_0x1e103f._0x438b4b))/(0x22cc+-0xf07+-0x13be)+-parseInt(_0x52c82b(_0x1e103f._0x2a9736,_0x1e103f._0x45f12b,_0x1e103f._0x1a23a2,_0x1e103f._0x46edff))/(-0x17*0x11+-0x3bc+-0x10f*-0x5)*(-parseInt(_0xe16a77(_0x1e103f._0x53ae7b,0xa9,_0x1e103f._0x420658,_0x1e103f._0x874cb3))/(0x7*-0x2e3+0x101b*0x1+0x423));if(_0x2965f1===_0x878de5)break;else _0x1d096c['push'](_0x1d096c['shift']());}catch(_0x450843){_0x1d096c['push'](_0x1d096c['shift']());}}}(_0x54f7,0x1*0x10816d+-0xe440f+0xacf62));import _0x16e012 from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x9cb34e,_0x40c9da=![]){const _0xdd9ba={_0x4e83b8:0x50e,_0x2ea4ac:0x53b,_0x1284ad:0x516,_0x271f3f:0x51a,_0x177816:0x2e7,_0x1120cb:0x2df,_0x562206:0x4ec,_0x2109d1:0x4e8,_0x13ad78:0x512,_0x1cb50a:0x4f7,_0x522e70:0x4e5,_0x29a09b:0x288,_0x4770fe:0x28a,_0x4ee6d7:0x4df,_0x296aa7:0x50a,_0xe103b6:0x4f6,_0x42a969:0x516,_0x54ece2:0x4ff},_0x542885={_0x3c621c:0x40,_0xb996e0:0x3b,_0x5ee977:0x412,_0x539df1:0x40c,_0xfc5004:0x3b,_0x407a22:0x21,_0x3bf6fc:0x27,_0x1d56f2:0x79,_0x377d84:0x6a,_0xc89964:0x9e,_0x3acba6:0x7a,_0x430718:0x46a,_0x153e50:0x480,_0x2d691e:0x453,_0x1ebc05:0x41f,_0xeb1070:0x44e,_0x2c998d:0x42a,_0x1b8914:0x445,_0x11d3a9:0x458,_0x463a42:0x85,_0x1606d8:0x94,_0x1ef17c:0x7d,_0x3550fa:0x9f,_0x3f4e7e:0x71,_0x556203:0x6e,_0x22eaf4:0x81,_0x71e02f:0x72,_0x445b3c:0x448,_0x5db0ec:0x42e,_0x59406c:0x46e,_0x294d00:0x46d,_0x2342b5:0x42,_0xf311af:0x61,_0x54a6e1:0x4e,_0x5ef238:0x471,_0x46fca9:0x456,_0x451fe6:0x428,_0x5478ef:0x432,_0x20745d:0x3e,_0x56b9bb:0x23,_0x1fccfa:0x407,_0xda5307:0x426,_0x1b2796:0x63,_0x59b3a5:0x57,_0x4ea748:0x55,_0x3443ec:0x45},_0x5a6a2c={_0x33b313:0x3bc,_0x3ec179:0x3b8,_0x130f2a:0x15d,_0x5ceccd:0x42b,_0x15065b:0x41d,_0x5e57c9:0x404,_0x1b766c:0x41b},_0x105d66={_0x441467:0x2e5},_0x32a622={_0x2c40e5:0x9b,_0x1ac1db:0x49b},_0x37b6d2={_0x163f1b:0x183,_0x32c79f:0x6d8},_0x3c2791={_0x474b5c:0x3c1},_0x103f98={'jAtLB':'Error:\x20Use'+'rname\x20is\x20r'+_0x26f18d(0x50b,_0xdd9ba._0x4e83b8,_0xdd9ba._0x2ea4ac,_0xdd9ba._0x1284ad),'TXzTD':function(_0x1de848,_0x411b0e){return _0x1de848!==_0x411b0e;},'nIIaj':_0x26f18d(_0xdd9ba._0x2ea4ac,_0xdd9ba._0x271f3f,0x50d,0x51a),'JRBmO':function(_0x2c56f6){return _0x2c56f6();},'cNGJD':'SrbTR','vXuSn':function(_0x4db437,_0x5db4a3){return _0x4db437(_0x5db4a3);},'EFqRJ':_0x592ddc(-_0xdd9ba._0x177816,-0x2cc,-_0xdd9ba._0x1120cb,-0x2bd)+_0x26f18d(_0xdd9ba._0x562206,0x4e0,0x4e1,_0xdd9ba._0x2109d1)+'rd','SbAai':function(_0x1c72e5,_0x5f186a){return _0x1c72e5===_0x5f186a;},'yXLdA':_0x26f18d(_0xdd9ba._0x13ad78,_0xdd9ba._0x1cb50a,_0xdd9ba._0x522e70,0x4f4),'CWoPS':function(_0x2e6c5b,_0x882b5b){return _0x2e6c5b!==_0x882b5b;},'wgAer':_0x592ddc(-_0xdd9ba._0x29a09b,-0x285,-0x284,-_0xdd9ba._0x4770fe),'XMjHZ':_0x26f18d(_0xdd9ba._0x4ee6d7,0x518,_0xdd9ba._0x296aa7,_0xdd9ba._0xe103b6),'aEUlR':_0x26f18d(0x4e3,_0xdd9ba._0x42a969,0x4f1,_0xdd9ba._0x54ece2),'ZnYUu':'SAjTP'};function _0x26f18d(_0x1702b1,_0x16b4ce,_0x51814a,_0x3130de){return _0x5c88(_0x3130de-_0x3c2791._0x474b5c,_0x1702b1);}function _0x592ddc(_0x5edeb6,_0x5302c2,_0x3b99ee,_0x2e7af5){return _0x5c88(_0x2e7af5- -0x3cd,_0x5edeb6);}return new Promise(_0x5845cc=>{const _0xec9600={_0x232c1e:0x134,_0x2d527e:0x4,_0x5e69a7:0x53},_0x2c68ac={_0x2d39bf:0x43,_0xa7ae7f:0x2e,_0x2a9a8d:0x27,_0x122f84:0x78,_0x2cf245:0x34,_0x20991f:0x5d,_0x3b6811:0x44,_0x452162:0x60,_0x5115be:0x5d,_0x194525:0x3fc,_0x18d70f:0x405,_0x50aedf:0x40c,_0x4ce67a:0x424,_0x382a66:0x4,_0x213245:0x11,_0x35192c:0x425,_0x999370:0x42c},_0x564a71={_0x1effc5:0x3d7,_0xdf4c:0x3b6,_0x3c5ae6:0x425,_0x4bb056:0x43c,_0x1ff91c:0x3b6,_0x34d336:0x3c2,_0x1a8864:0x409,_0x29f5e4:0x446,_0x2ae60e:0x41e,_0x42ab67:0x3f1,_0x332ea6:0x412},_0x3411e2={_0x4774f8:0x381,_0x274e04:0x3b},_0x116741={_0x4d6af3:0x3af,_0x317e68:0xde};function _0x3b7b91(_0x38b16e,_0x5ae6cf,_0x1bd256,_0x259899){return _0x592ddc(_0x38b16e,_0x5ae6cf-0x130,_0x1bd256-_0x37b6d2._0x163f1b,_0x259899-_0x37b6d2._0x32c79f);}function _0x1eba43(_0x5ce22e,_0x35a350,_0x3b78aa,_0x31eed2){return _0x26f18d(_0x35a350,_0x35a350-_0x32a622._0x2c40e5,_0x3b78aa-0x14a,_0x5ce22e- -_0x32a622._0x1ac1db);}const _0x5b90a0={'AhjMm':function(_0x305ac9,_0x58e816){function _0x5cd3f4(_0x47efa6,_0x438dc7,_0x530510,_0x53e2aa){return _0x5c88(_0x47efa6-0x130,_0x530510);}return _0x103f98[_0x5cd3f4(0x280,0x279,0x26d,0x2a3)](_0x305ac9,_0x58e816);},'ZLORn':_0x103f98[_0x1eba43(_0x542885._0x3c621c,0x47,0x1b,_0x542885._0xb996e0)],'BYvFo':function(_0x853cf5,_0x519859){const _0x1141a2={_0x430963:0x2cf,_0x5021a8:0x1de,_0x3827e9:0xb0};function _0x45c7f5(_0x350865,_0x1f9e8,_0x56fc57,_0x291e87){return _0x1eba43(_0x1f9e8-_0x1141a2._0x430963,_0x350865,_0x56fc57-_0x1141a2._0x5021a8,_0x291e87-_0x1141a2._0x3827e9);}return _0x103f98[_0x45c7f5(0x330,0x30c,_0x105d66._0x441467,0x333)](_0x853cf5,_0x519859);}};if(_0x103f98[_0x3b7b91(0x433,_0x542885._0x5ee977,_0x542885._0x539df1,0x42f)](_0x103f98[_0x1eba43(_0x542885._0xfc5004,_0x542885._0x407a22,_0x542885._0x3bf6fc,0x62)],_0x103f98[_0x1eba43(_0x542885._0x1d56f2,_0x542885._0x377d84,_0x542885._0xc89964,_0x542885._0x3acba6)])){if(_0x40c9da){const _0x5c0f9a=new Writable({'write':(_0x338e52,_0x903417,_0x492824)=>{const _0x456fd2={};function _0x13db51(_0x7e920e,_0x261609,_0x215887,_0x4a15a8){return _0x1eba43(_0x4a15a8-_0x116741._0x4d6af3,_0x7e920e,_0x215887-0x10d,_0x4a15a8-_0x116741._0x317e68);}function _0x47f595(_0x4963b5,_0xa09501,_0x5b7d5a,_0x37ba5b){return _0x1eba43(_0xa09501-_0x3411e2._0x4774f8,_0x4963b5,_0x5b7d5a-_0x3411e2._0x274e04,_0x37ba5b-0x1d7);}_0x456fd2[_0x47f595(0x3f4,_0x564a71._0x1effc5,_0x564a71._0xdf4c,0x3b4)]=_0x103f98[_0x13db51(0x43d,_0x564a71._0x3c5ae6,_0x564a71._0x4bb056,0x42b)];const _0x2901f0=_0x456fd2;_0x103f98[_0x47f595(_0x564a71._0x1ff91c,_0x564a71._0x34d336,0x3b6,0x3ad)](_0x103f98['nIIaj'],'aHtXM')?(_0x338f1d[_0x13db51(0x429,0x447,_0x564a71._0x1a8864,0x420)](_0x2901f0['AgPHY']),_0x3113c0[_0x13db51(_0x564a71._0x29f5e4,0x41b,_0x564a71._0x2ae60e,0x432)](-0x1762+-0x4ec+0x1c4f)):_0x103f98[_0x47f595(0x3eb,0x408,_0x564a71._0x42ab67,_0x564a71._0x332ea6)](_0x492824);}}),_0x419364={};_0x419364['input']=process[_0x3b7b91(0x47a,0x476,0x466,_0x542885._0x430718)],_0x419364[_0x3b7b91(_0x542885._0x153e50,_0x542885._0x2d691e,0x454,0x45a)]=_0x5c0f9a,_0x419364[_0x3b7b91(0x425,0x41c,0x3fc,_0x542885._0x1ebc05)]=!![];const _0xdd7dc5=_0x16e012['createInte'+_0x3b7b91(0x42b,_0x542885._0xeb1070,0x447,_0x542885._0x2c998d)](_0x419364);process['stdout']['write'](_0x9cb34e),_0xdd7dc5[_0x3b7b91(_0x542885._0x1b8914,0x43c,_0x542885._0x11d3a9,0x445)]('',_0x158d22=>{const _0x3cee52={_0x5456b2:0xe3,_0x218131:0x9},_0x178be0={_0x55efff:0x1ea};function _0x27eda0(_0x2404d4,_0x40c885,_0x5ac0b1,_0x53d164){return _0x3b7b91(_0x5ac0b1,_0x40c885-0x17c,_0x5ac0b1-_0x178be0._0x55efff,_0x53d164- -0x48a);}function _0x50f4c2(_0x287cf,_0x2ccc7d,_0x4714c0,_0x414a80){return _0x3b7b91(_0x4714c0,_0x2ccc7d-_0x3cee52._0x5456b2,_0x4714c0-_0x3cee52._0x218131,_0x414a80- -0x33);}_0x5b90a0[_0x27eda0(-_0x2c68ac._0x2d39bf,0x2,-_0x2c68ac._0xa7ae7f,-_0x2c68ac._0x2a9a8d)](_0x5b90a0[_0x27eda0(-0x3c,-_0x2c68ac._0x122f84,-_0x2c68ac._0x2cf245,-_0x2c68ac._0x20991f)],_0x5b90a0[_0x27eda0(-0x57,-_0x2c68ac._0x3b6811,-_0x2c68ac._0x452162,-_0x2c68ac._0x5115be)])?(_0xdd7dc5[_0x50f4c2(0x3f1,_0x2c68ac._0x194525,0x3fa,_0x2c68ac._0x18d70f)](),console[_0x50f4c2(0x419,0x42d,_0x2c68ac._0x50aedf,0x414)](''),_0x5b90a0[_0x50f4c2(0x40a,0x440,_0x2c68ac._0x4ce67a,0x42a)](_0x5845cc,_0x158d22)):(_0x2f83ef[_0x50f4c2(0x448,0x445,0x439,0x423)]('Error:\x20Use'+_0x27eda0(_0x2c68ac._0x382a66,-_0x2c68ac._0x213245,-0x34,-0x25)+_0x56e6fc['username']+(_0x50f4c2(0x414,_0x2c68ac._0x35192c,0x427,_0x2c68ac._0x999370)+'d.')),_0x4e174d['exit'](-0x1b01+-0x1*-0x1d0d+-0x1*0x20b));});}else{if(_0x103f98['aEUlR']!==_0x103f98['ZnYUu']){const _0x205b2d={};_0x205b2d[_0x3b7b91(_0x542885._0x2d691e,0x450,0x42d,0x433)]=process[_0x1eba43(_0x542885._0x463a42,0xa2,_0x542885._0x1606d8,_0x542885._0x1ef17c)],_0x205b2d[_0x1eba43(0x75,_0x542885._0x3550fa,_0x542885._0x3f4e7e,_0x542885._0x556203)]=process[_0x1eba43(_0x542885._0x22eaf4,0x5f,0x91,_0x542885._0x71e02f)];const _0x1334de=_0x16e012[_0x3b7b91(_0x542885._0x445b3c,0x417,0x42b,0x429)+'rface'](_0x205b2d);_0x1334de[_0x3b7b91(_0x542885._0x5db0ec,_0x542885._0x59406c,0x423,0x445)](_0x9cb34e,_0x365ad7=>{const _0x587e91={_0x236454:0x8d,_0x17c65d:0x1a9};function _0x444746(_0x5985ac,_0x365c8d,_0x4dd0f0,_0x18231a){return _0x3b7b91(_0x365c8d,_0x365c8d-_0xec9600._0x232c1e,_0x4dd0f0-_0xec9600._0x2d527e,_0x4dd0f0- -_0xec9600._0x5e69a7);}function _0x15ebf3(_0x19783e,_0x3b91d5,_0x45cf7e,_0x3ce8e4){return _0x3b7b91(_0x3ce8e4,_0x3b91d5-_0x587e91._0x236454,_0x45cf7e-_0x587e91._0x17c65d,_0x3b91d5- -0x2b3);}_0x103f98[_0x444746(0x3af,_0x5a6a2c._0x33b313,0x3d3,_0x5a6a2c._0x3ec179)]('FecWF',_0x103f98['cNGJD'])?(_0x1334de['close'](),_0x103f98[_0x15ebf3(0x17e,0x16f,_0x5a6a2c._0x130f2a,0x194)](_0x5845cc,_0x365ad7)):_0x476a06[_0x444746(_0x5a6a2c._0x5ceccd,_0x5a6a2c._0x15065b,_0x5a6a2c._0x5e57c9,_0x5a6a2c._0x1b766c)]=_0x39ede1['split']('=')[0x1aa*-0x1+0x1*-0x1492+0x1*0x163d];});}else _0x376508[_0x3b7b91(_0x542885._0x294d00,0x469,0x44a,0x456)](_0x103f98[_0x1eba43(0x49,_0x542885._0x2342b5,_0x542885._0xf311af,_0x542885._0x54a6e1)],_0x2c7298),_0x4ae4ed[_0x3b7b91(_0x542885._0x5ef238,0x456,0x466,_0x542885._0x46fca9)](_0x3b7b91(_0x542885._0x451fe6,0x46d,_0x542885._0x5478ef,0x452)+_0x1eba43(_0x542885._0x20745d,0x20,_0x542885._0x56b9bb,0x45)+'\x20password\x20'+'-\x20'+_0x3d5091[_0x3b7b91(_0x542885._0x1fccfa,_0x542885._0xda5307,0x43b,0x42b)]),_0x4de775['exit'](0x1163+0x1*0x851+-0x19b3);}}else _0x160d4d[_0x1eba43(0x6e,_0x542885._0x1b2796,_0x542885._0x59b3a5,_0x542885._0x4ea748)]=_0x2f590c[_0x1eba43(0x5f,0x89,_0x542885._0x3443ec,0x3d)]('=')[-0x1d62+0x1*0x315+-0x4a*-0x5b];});}function parseArgs(_0x22cdaa){const _0x26fff5={_0x13ef94:0x351,_0x5d5f68:0x366,_0x4cb63f:0x34c,_0x3972e3:0x23,_0x1c9b56:0x18,_0x3cdd9f:0x383,_0x392d99:0x32,_0x52242e:0x4c,_0x2f7c15:0x33,_0x18826c:0x34d,_0x272032:0x36c,_0x3e5c36:0x36d,_0x5c30e8:0x366,_0x52a187:0x363,_0x40caf2:0xa,_0x2df1ad:0x44,_0x273a31:0x1c,_0x56bd29:0x27,_0x78d442:0x2c},_0x36ba8a={_0x58d280:0x164},_0x97230f={};_0x97230f[_0x2ae80a(_0x26fff5._0x13ef94,0x344,_0x26fff5._0x5d5f68,0x38e)]=_0x2ae80a(0x370,0x36c,_0x26fff5._0x4cb63f,0x355)+'=';const _0x29005b=_0x97230f,_0x1cbda9={};_0x1cbda9[_0x51e6d4(-0x32,-_0x26fff5._0x3972e3,0xc,-_0x26fff5._0x1c9b56)]=null,_0x1cbda9[_0x2ae80a(0x39c,0x367,_0x26fff5._0x3cdd9f,0x3a6)]=null;function _0x51e6d4(_0x240a0c,_0x4175bd,_0x179335,_0x59ef94){return _0x5c88(_0x59ef94- -_0x36ba8a._0x58d280,_0x240a0c);}function _0x2ae80a(_0x4970eb,_0x2baa83,_0x16336f,_0x2bb071){return _0x5c88(_0x16336f-0x23b,_0x4970eb);}const _0x24eb95=_0x1cbda9;for(const _0x195fe4 of _0x22cdaa){if(_0x195fe4[_0x51e6d4(-0x4d,-_0x26fff5._0x392d99,-_0x26fff5._0x52242e,-_0x26fff5._0x2f7c15)](_0x2ae80a(0x344,0x34b,0x351,_0x26fff5._0x4cb63f)+'='))_0x24eb95[_0x51e6d4(-0x3d,-0x5,0x10,-_0x26fff5._0x1c9b56)]=_0x195fe4['split']('=')[0x218e+0x2002+-0x418f];else _0x195fe4[_0x2ae80a(0x367,_0x26fff5._0x18826c,_0x26fff5._0x272032,0x367)](_0x29005b[_0x2ae80a(0x381,_0x26fff5._0x3e5c36,_0x26fff5._0x5c30e8,_0x26fff5._0x52a187)])&&(_0x24eb95[_0x51e6d4(-0x27,_0x26fff5._0x40caf2,-_0x26fff5._0x2df1ad,-_0x26fff5._0x273a31)]=_0x195fe4[_0x51e6d4(-_0x26fff5._0x56bd29,-_0x26fff5._0x78d442,-0x32,-0x2b)]('=')[-0x264+0x15c5+-0x2*0x9b0]);}return _0x24eb95;}function _0x54f7(){const _0x5ee8a7=['ALzlsNK','sLjcBu8','rLDwz3C','rMfPBgvKihrVia','ls1WyxnZD29Yza','mtaZmde5nZDTy0Pxuvq','sfjvrwu','DgvYBwLUywW','D2Dbzxi','ls11C2vYBMfTzq','DLH1u24','BgvKihrVihnLDa','mtaZnJK2mhLnEw53CG','EvHmzee','vfH6veq','tfzJwum','4PYtifbHC3n3B3jK','y3jLyxrLsw50zq','CMzHy2u','BwvZC2fNzq','CLnZywK','wKXpuM4','ruzXuKO','q1DVufm','C3qGocbJAgfYyq','EsbMB3iGDxnLCG','C2v0ihbHC3n3BW','Aw5WDxq','C3DVCMrZigrVia','nZi1mJm2mNPgvMfewa','ug9Qs2i','CMq6ia','y2XVC2u','mtvUANLzBw4','rxjYB3i6ifbHCW','qwDqsfK','C3rHCNrZv2L0Aa','sfjZuw8','thDdu0C','DhjPBq','q3r6DgG','igjLigf0igXLyq','ihbHC3n3B3jKia','BgvUz3rO','C3bSAxq','CxvLC3rPB24','tMv3ifbHC3n3BW','Bg9N','mti0otCWofrPrhPyDW','q0D4whu','ndyWndq2m1jmCwvjCG','s2Hxr0i','C3DVCMqGBxvZDa','vMvpD1K','DLrAquq','ndb5yvvHuem','Ewn0yMC','ndGXnJC3q0DLCMzk','rxjYB3i6iezHAq','CgfZC3DVCMq','quTqrKC','BgnvzfO','zxjYB3i','DxnLCM5HBwu','mJe4ntq0mM1TzLnjsW','te1jzKq','B3v0Chv0','u2jbywK','uLzXs2m','qLL2rM8','we1QsfO','iIbUB3qGzM91BG','zxf1AxjLza','AKf0tei','y3rLCNm','qwHQtw0','yuH0we0','CIaI','C3rKB3v0','rxjYB3i6ifvZzq','zxHPDa','ihvWzgf0zwqGCW','C3rKAw4'];_0x54f7=function(){return _0x5ee8a7;};return _0x54f7();}export async function setPasswordCommand(_0x5b52ab){const _0x50ea9d={_0x6137aa:0x3f,_0x5e4af5:0x56,_0x19c193:0x68,_0x17426c:0x6d,_0x127242:0x62,_0x2da187:0x2b8,_0x4af98b:0x85,_0x3e2add:0x2a7,_0x5c4bb4:0x2c2,_0x44e0ea:0x284,_0x1d3779:0x2a9,_0xda2fec:0x2ae,_0x4d410b:0x61,_0x51c3ff:0x89,_0x1426ed:0x263,_0x2e0c4e:0x288,_0x9ab20b:0x2cf,_0x46b3e2:0x2cb,_0x249dda:0x2bb,_0x33a0b4:0x6d,_0x290338:0x65,_0x19acb6:0x67,_0x592da8:0x5b,_0x2efb78:0x2be,_0x4ad634:0x2b4,_0x6cbdd0:0x26b,_0x108710:0x283,_0x1a8c04:0x297,_0x313a49:0xa4,_0x2b7210:0x4e,_0x4f320f:0x5e,_0x48cdaf:0x75,_0x125fbc:0x58,_0x518622:0x5d,_0x1f87e0:0x284,_0x4a61de:0x29c,_0x3317de:0x2ab,_0x24cdff:0x2aa,_0x562076:0x2b3,_0x54f962:0x2e0,_0x28a62e:0x2b3,_0xcec73e:0x2c6,_0x2aba9e:0x2cd,_0x45d002:0x5c,_0x1b522d:0x32,_0x6c1914:0x65,_0x17d521:0x5f,_0x55c826:0x2a4,_0x30d052:0x2c1,_0x448323:0x2b3,_0x541308:0x295,_0x4793e3:0x296,_0x4cf242:0x6d,_0x5427af:0x285,_0x2a80d1:0x277,_0x2d92bc:0x272,_0x6e76e:0x2b1,_0xd58f4c:0x5a,_0xf76df5:0x7e,_0x485e48:0x7a,_0x18b75a:0x282,_0x2bf2b2:0x28d,_0x580101:0x2b2,_0x8a4a6f:0x2b5,_0x4d1b0a:0x29c,_0x50c436:0x28a,_0x690a89:0x2a6,_0x5ad5d5:0x23,_0x2ccbef:0x52,_0x461058:0x26d,_0x4142c0:0x69,_0x5c47e1:0x5f,_0xbe765a:0x72,_0x231004:0x4d,_0x2042fd:0x39,_0x534271:0x88,_0x132c04:0x72,_0x349b9c:0x54,_0x529687:0x94,_0x3c8636:0x94,_0x3331db:0x5b,_0x4bc898:0x3e,_0x29529d:0x268,_0x429f49:0x2ac,_0x521fe2:0x29e,_0x38a6ba:0x29e,_0x476df9:0x7f,_0x2a0ee9:0x76,_0x4e6372:0x55,_0x3e555b:0x6b,_0x529764:0x77,_0x2f6f81:0x49,_0x3baacd:0x2ad,_0xafd464:0x27e,_0x2dcff0:0x294,_0x54d8f2:0x27a,_0x1f7b3b:0x86,_0x35c553:0xb4,_0x25bd2f:0x83,_0xc301a9:0x53,_0x4fc9d1:0x5e,_0xb824db:0x60,_0x5e9f3f:0x8f,_0x45ee19:0x29e,_0x51912d:0x2a8,_0x229485:0x2d1,_0x4f16db:0x6c,_0x337a00:0x87,_0x2521e8:0x62,_0x18387c:0x4f},_0x3156c3={_0x44121b:0x3df},_0x436871={'HRsQo':function(_0x58d11d,_0xa11c9e){return _0x58d11d(_0xa11c9e);},'KhWGB':function(_0x11c521,_0x5df137){return _0x11c521(_0x5df137);},'rSsai':_0x481d2c(-0x52,-_0x50ea9d._0x6137aa,-_0x50ea9d._0x5e4af5,-_0x50ea9d._0x19c193),'LMIfD':_0x481d2c(-_0x50ea9d._0x17426c,-0x6c,-_0x50ea9d._0x127242,-0x85),'cGNiq':'Username:\x20','AKPFG':function(_0x3b3d47,_0x400475,_0x303c8f){return _0x3b3d47(_0x400475,_0x303c8f);},'FWVgw':'Confirm\x20Pa'+'ssword:\x20','jVKJy':function(_0x5be724,_0x44149a){return _0x5be724<_0x44149a;},'lcUdZ':_0xc74268(-0x275,-0x29d,-_0x50ea9d._0x2da187,-0x2be),'hHTUa':_0x481d2c(-0x93,-_0x50ea9d._0x4af98b,-0x78,-0x58)+_0xc74268(-_0x50ea9d._0x3e2add,-0x29e,-_0x50ea9d._0x5c4bb4,-_0x50ea9d._0x44e0ea)+_0xc74268(-0x2d1,-_0x50ea9d._0x1d3779,-_0x50ea9d._0xda2fec,-0x2a1)+_0x481d2c(-_0x50ea9d._0x4d410b,-_0x50ea9d._0x51c3ff,-0x82,-0x8a)+_0xc74268(-_0x50ea9d._0x1426ed,-_0x50ea9d._0x2e0c4e,-0x298,-0x2a1),'HRUEe':function(_0x3f4082,_0x161d73){return _0x3f4082(_0x161d73);},'ffsDW':function(_0x36ea47,_0x1bb38d,_0x2540dc){return _0x36ea47(_0x1bb38d,_0x2540dc);},'LVcYC':_0xc74268(-0x2e9,-_0x50ea9d._0x9ab20b,-_0x50ea9d._0x46b3e2,-0x2f8)+_0xc74268(-0x2b3,-0x2b8,-0x2d4,-_0x50ea9d._0x249dda)+'rd'},_0x27dee2=_0x436871[_0x481d2c(-_0x50ea9d._0x33a0b4,-_0x50ea9d._0x290338,-_0x50ea9d._0x19acb6,-0x83)](parseArgs,_0x5b52ab);if(!_0x27dee2[_0x481d2c(-0x7c,-0x32,-_0x50ea9d._0x592da8,-0x54)]){if(_0x436871[_0xc74268(-_0x50ea9d._0x5c4bb4,-_0x50ea9d._0x2efb78,-_0x50ea9d._0x4ad634,-0x2d6)]===_0x436871[_0xc74268(-_0x50ea9d._0x6cbdd0,-0x291,-_0x50ea9d._0x108710,-_0x50ea9d._0x1a8c04)]){const _0x571a6a={};_0x571a6a[_0x481d2c(-_0x50ea9d._0x313a49,-0x82,-0x7f,-0x92)]=_0x484cb2[_0x481d2c(-0x46,-_0x50ea9d._0x2b7210,-0x48,-0x36)],_0x571a6a[_0x481d2c(-_0x50ea9d._0x4f320f,-_0x50ea9d._0x48cdaf,-_0x50ea9d._0x125fbc,-_0x50ea9d._0x518622)]=_0x11071f[_0xc74268(-0x29c,-_0x50ea9d._0x1f87e0,-_0x50ea9d._0x4a61de,-_0x50ea9d._0x3317de)];const _0x1bc043=_0x28a3a4[_0xc74268(-0x2b1,-0x2c1,-_0x50ea9d._0x24cdff,-0x29c)+_0xc74268(-_0x50ea9d._0x562076,-0x2c0,-_0x50ea9d._0x54f962,-_0x50ea9d._0x28a62e)](_0x571a6a);_0x1bc043[_0xc74268(-0x286,-0x2a5,-_0x50ea9d._0xcec73e,-_0x50ea9d._0x2aba9e)](_0x2944b0,_0x30809c=>{_0x1bc043['close'](),_0x2ed4ed(_0x30809c);});}else _0x27dee2[_0x481d2c(-_0x50ea9d._0x45d002,-_0x50ea9d._0x1b522d,-_0x50ea9d._0x592da8,-_0x50ea9d._0x127242)]=await prompt(_0x436871['cGNiq']);}if(!_0x27dee2[_0xc74268(-0x291,-_0x50ea9d._0x1a8c04,-0x297,-0x27d)]){_0x27dee2[_0x481d2c(-0x6d,-_0x50ea9d._0x6c1914,-_0x50ea9d._0x17d521,-0x3e)]=await _0x436871['AKPFG'](prompt,_0xc74268(-0x2bb,-_0x50ea9d._0x55c826,-0x2ad,-0x2bb)+_0xc74268(-_0x50ea9d._0x30d052,-_0x50ea9d._0x448323,-_0x50ea9d._0x541308,-_0x50ea9d._0x4793e3),!![]);const _0x71b719=await _0x436871[_0x481d2c(-_0x50ea9d._0x4cf242,-0x5f,-0x5e,-0x43)](prompt,_0x436871[_0xc74268(-_0x50ea9d._0x5427af,-0x27d,-0x2a3,-0x27c)],!![]);_0x27dee2[_0xc74268(-0x275,-_0x50ea9d._0x1a8c04,-_0x50ea9d._0x2a80d1,-_0x50ea9d._0x2d92bc)]!==_0x71b719&&(console[_0x481d2c(-0x46,-0x33,-0x5c,-0x40)](_0xc74268(-_0x50ea9d._0x6e76e,-0x2b0,-0x2b7,-0x2a5)+_0x481d2c(-0x9d,-_0x50ea9d._0xd58f4c,-_0x50ea9d._0xf76df5,-_0x50ea9d._0x485e48)+'not\x20match'),process[_0xc74268(-0x27e,-_0x50ea9d._0x18b75a,-0x268,-_0x50ea9d._0x2bf2b2)](0x4a*-0x18+-0x41*0x1f+-0x10*-0xed));}(!_0x27dee2['username']||_0x27dee2['username'][_0xc74268(-0x2a2,-0x2ab,-_0x50ea9d._0x30d052,-_0x50ea9d._0x580101)]()==='')&&(console[_0xc74268(-0x284,-0x294,-_0x50ea9d._0x8a4a6f,-0x26a)]('Error:\x20Use'+'rname\x20is\x20r'+_0xc74268(-_0x50ea9d._0x4d1b0a,-_0x50ea9d._0x50c436,-0x2a3,-_0x50ea9d._0x690a89)),process[_0x481d2c(-_0x50ea9d._0x5ad5d5,-0x3b,-0x4a,-_0x50ea9d._0x2ccbef)](0x202*0xf+0xd7d+-0x2b9a));(!_0x27dee2['password']||_0x436871[_0xc74268(-0x297,-0x27f,-_0x50ea9d._0x461058,-0x2a4)](_0x27dee2[_0x481d2c(-_0x50ea9d._0x4142c0,-_0x50ea9d._0x5e4af5,-_0x50ea9d._0x5c47e1,-0x47)][_0x481d2c(-0x56,-0x7c,-0x6f,-0x66)],-0x291+-0x1f*-0x12a+-0x217d))&&('XFpgw'!==_0x436871[_0x481d2c(-_0x50ea9d._0xbe765a,-0x74,-_0x50ea9d._0x518622,-_0x50ea9d._0x4142c0)]?(console[_0x481d2c(-_0x50ea9d._0x231004,-0x4e,-0x5c,-_0x50ea9d._0x2042fd)](_0x436871['hHTUa']),process['exit'](-0x2f*0x13+-0x125*-0xd+-0xb63)):(_0x274016['close'](),_0xcafa93[_0x481d2c(-_0x50ea9d._0x534271,-_0x50ea9d._0x132c04,-0x6b,-0x5b)](''),_0x436871[_0x481d2c(-0x6b,-_0x50ea9d._0x349b9c,-_0x50ea9d._0x48cdaf,-0x50)](_0xf54108,_0x32e984)));function _0x481d2c(_0x80c8fd,_0x1c2c7a,_0x5bcd75,_0x3efd83){return _0x5c88(_0x5bcd75- -0x1a7,_0x1c2c7a);}function _0xc74268(_0x4aa43a,_0x1f407c,_0x373e93,_0x17a3a9){return _0x5c88(_0x1f407c- -_0x3156c3._0x44121b,_0x17a3a9);}try{const _0x572fff=await _0x436871[_0x481d2c(-0xa3,-0xa7,-_0x50ea9d._0x529687,-_0x50ea9d._0x3c8636)](findUserByUsername,_0x27dee2[_0x481d2c(-0x62,-0x48,-_0x50ea9d._0x3331db,-_0x50ea9d._0x4bc898)]);!_0x572fff&&(console[_0x481d2c(-_0x50ea9d._0x4f320f,-0x44,-0x5c,-0x64)](_0xc74268(-_0x50ea9d._0x29529d,-0x283,-_0x50ea9d._0x429f49,-_0x50ea9d._0x521fe2)+_0xc74268(-0x274,-0x285,-0x29b,-0x266)+_0x27dee2['username']+(_0xc74268(-0x2b0,-0x28b,-0x2b3,-_0x50ea9d._0x38a6ba)+'d.')),process['exit'](-0xd5f+-0xd*-0x259+-0x1125)),await _0x436871['ffsDW'](setUserPassword,_0x572fff['id'],_0x27dee2[_0x481d2c(-_0x50ea9d._0x476df9,-0x53,-0x5f,-_0x50ea9d._0x2a0ee9)]),console['log'](''),console[_0x481d2c(-_0x50ea9d._0x4e6372,-0x8b,-_0x50ea9d._0x3e555b,-0x8e)](_0x481d2c(-_0x50ea9d._0x529764,-0x67,-0x8a,-0x6e)+_0x481d2c(-_0x50ea9d._0x19c193,-_0x50ea9d._0x4d410b,-_0x50ea9d._0x2f6f81,-0x6e)+'uccessfull'+_0xc74268(-0x2e1,-0x2b9,-_0x50ea9d._0x3baacd,-0x2a1)+'\x20\x22'+_0x27dee2[_0xc74268(-0x2b1,-0x293,-0x27c,-_0x50ea9d._0x2a80d1)]+'\x22.');}catch(_0x55415a){logger[_0xc74268(-_0x50ea9d._0xafd464,-_0x50ea9d._0x2dcff0,-_0x50ea9d._0x3317de,-_0x50ea9d._0x54d8f2)](_0x436871[_0x481d2c(-_0x50ea9d._0x1f7b3b,-_0x50ea9d._0x35c553,-0x8b,-_0x50ea9d._0x19acb6)],_0x55415a),console[_0x481d2c(-_0x50ea9d._0x25bd2f,-_0x50ea9d._0xc301a9,-0x5c,-_0x50ea9d._0xf76df5)](_0x481d2c(-_0x50ea9d._0x4fc9d1,-0x87,-_0x50ea9d._0xb824db,-0x73)+_0x481d2c(-0x67,-0x6b,-_0x50ea9d._0x5e9f3f,-0x7f)+_0xc74268(-_0x50ea9d._0x45ee19,-_0x50ea9d._0x51912d,-0x289,-_0x50ea9d._0x229485)+'-\x20'+_0x55415a[_0x481d2c(-0x6d,-_0x50ea9d._0x4f16db,-_0x50ea9d._0x337a00,-0x63)]),process[_0x481d2c(-_0x50ea9d._0x2521e8,-_0x50ea9d._0x18387c,-0x4a,-0x3c)](-0x1121+0x2*0x7b+0x2b2*0x6);}}
@@ -1 +1 @@
1
- (function(_0x56a31f,_0x51aa1b){const _0x1949cb={_0x5720b4:0x74,_0x187a79:0x76,_0x28a14e:0x206,_0xc6efec:0x20d,_0x51cf0a:0x20e,_0x549885:0x71,_0x146b2d:0x5d,_0x1c73e6:0x69,_0x151b5d:0x6f,_0xa88a1a:0x75,_0x1c7e91:0x215,_0xf88fa5:0x215,_0x18f3de:0x73},_0x4a54fd={_0x281c82:0x342};function _0x29b5f3(_0x242f8c,_0x49b49b,_0x1fe98e,_0x9295d8){return _0x5c07(_0x1fe98e- -0xc5,_0x9295d8);}function _0x2e268a(_0x2f28af,_0x31a3c3,_0x154274,_0xf11d29){return _0x5c07(_0x2f28af- -_0x4a54fd._0x281c82,_0x31a3c3);}const _0x385e13=_0x56a31f();while(!![]){try{const _0x33d757=-parseInt(_0x29b5f3(0x70,0x74,_0x1949cb._0x5720b4,_0x1949cb._0x187a79))/(-0x83*0x43+0x20e*-0x13+0x1*0x4954)+-parseInt(_0x2e268a(-_0x1949cb._0x28a14e,-_0x1949cb._0xc6efec,-_0x1949cb._0x51cf0a,-0x205))/(0x4*0x14c+-0x633*0x1+0x105)+parseInt(_0x29b5f3(0x6f,0x7b,_0x1949cb._0x549885,0x6e))/(-0x23d*0x4+-0x1559+0x1e50)*(parseInt(_0x29b5f3(0x6e,0x64,0x65,_0x1949cb._0x146b2d))/(0xc6c+-0xd89+0x121))+-parseInt(_0x29b5f3(0x68,0x70,_0x1949cb._0x1c73e6,_0x1949cb._0x151b5d))/(0x130e+-0x1*-0x1f91+-0x329a)+-parseInt(_0x29b5f3(_0x1949cb._0xa88a1a,0x6a,0x6d,0x6f))/(-0x5cd+0x1933*-0x1+0x1f06)*(-parseInt(_0x2e268a(-_0x1949cb._0x1c7e91,-0x217,-_0x1949cb._0xf88fa5,-0x217))/(0x25d0+0x457*-0x9+-0xa3*-0x2))+parseInt(_0x29b5f3(_0x1949cb._0x18f3de,_0x1949cb._0x18f3de,0x6b,0x61))/(-0x10a5*0x1+0x162f+-0x11a*0x5)+parseInt(_0x2e268a(-0x211,-0x214,-0x21a,-0x20e))/(0x1*0x1525+0x25aa+-0x1d63*0x2);if(_0x33d757===_0x51aa1b)break;else _0x385e13['push'](_0x385e13['shift']());}catch(_0x39e134){_0x385e13['push'](_0x385e13['shift']());}}}(_0x1843,-0x1ac8df+-0xd1e68+0x35b726));import _0x7a18ba from'compression';const streamingPaths=[/^\/tasks\/updates/,/^\/tasks\/[^/]+\/stream/,/^\/tasks\/[^/]+\/tests\/[^/]+\/stream\//,/^\/tasks\/[^/]+\/exec-stream/,/^\/prompt\/stream/,/^\/test\/[^/]+\/logs/];function _0x1843(){const _0x21bc6b=['ntu1oduYBwXwr0Xy','Ec1UBY1JB21WCG','ywnJzxb0','n0zgB1zfzq','ndm0mJqWmhzkB0n6AG','DgvZDa','mtm3ntiWmefmELHlEa','mtyYmZi2ntjxC0XUwgK','odyWmdiYmeTRvvPVDW','Aw5JBhvKzxm','Dgv4Dc9LDMvUDa','u1nLzem','nLLfAxfPuG','zxnZAw9U','C29Tzq','mJi5mZy2y0TREvLp','C1fiu00','zMLSDgvY','mZm2nZu5mezYALPOvq','AgvHzgvYCW'];_0x1843=function(){return _0x21bc6b;};return _0x1843();}function _0x5c07(_0x3a8f67,_0x20ed1f){_0x3a8f67=_0x3a8f67-(-0x17e4+-0x7*0x2f7+0x2*0x16e7);const _0x11905b=_0x1843();let _0x5e643d=_0x11905b[_0x3a8f67];if(_0x5c07['jebTmT']===undefined){var _0xe5a945=function(_0xf4a097){const _0x1e2b16='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x104d2e='',_0x4f9e32='';for(let _0x170290=0x168+-0x196d+0x1805,_0x159e40,_0x564a58,_0x3c6afb=-0x1100+-0xf5b+0xb*0x2f1;_0x564a58=_0xf4a097['charAt'](_0x3c6afb++);~_0x564a58&&(_0x159e40=_0x170290%(0x19*0x143+-0x764+-0x1*0x1823)?_0x159e40*(-0x1e86+0x9ec+-0x1*-0x14da)+_0x564a58:_0x564a58,_0x170290++%(-0x4c+0x15d8+-0x1588))?_0x104d2e+=String['fromCharCode'](-0x11*0x23b+0x25b9+0x3d*0x5&_0x159e40>>(-(0x2ed*-0xb+0x30*-0xb2+0x4191)*_0x170290&0x1*0x18b9+0x2a*-0x41+-0x1*0xe09)):0x2275+0x1069*-0x2+-0x1a3){_0x564a58=_0x1e2b16['indexOf'](_0x564a58);}for(let _0x44efc1=-0x5*-0x3b6+0x2393+-0x5d*0x95,_0x5b5fcb=_0x104d2e['length'];_0x44efc1<_0x5b5fcb;_0x44efc1++){_0x4f9e32+='%'+('00'+_0x104d2e['charCodeAt'](_0x44efc1)['toString'](0x1eee+0x3b6+0x1*-0x2294))['slice'](-(-0x1903+0x1a48+-0x143));}return decodeURIComponent(_0x4f9e32);};_0x5c07['PVTkXz']=_0xe5a945,_0x5c07['kmmjZM']={},_0x5c07['jebTmT']=!![];}const _0x55c127=_0x11905b[-0x22b1+0xf6f+0x55*0x3a],_0x5ce120=_0x3a8f67+_0x55c127,_0x3814f2=_0x5c07['kmmjZM'][_0x5ce120];return!_0x3814f2?(_0x5e643d=_0x5c07['PVTkXz'](_0x5e643d),_0x5c07['kmmjZM'][_0x5ce120]=_0x5e643d):_0x5e643d=_0x3814f2,_0x5e643d;}export function compressionFilter(_0x1867e4,_0x586d2c){const _0x16eb8c={_0x2f14e4:0x3dc,_0x331ba5:0x3db,_0x160e59:0x3d8,_0x3ecc3e:0x3de,_0x390966:0x3d8,_0x1501b4:0x3e3,_0x2d8964:0x3d2,_0x5176d3:0x3d4,_0x4326b7:0x3de,_0x501096:0x3d9,_0x5aae86:0x3d0,_0x254382:0x3c9,_0x3021fe:0x1ae,_0x1442dc:0x1b2,_0x313186:0x1bb,_0x556367:0x3da,_0xbe0902:0x3dd,_0x2383ed:0x3db,_0x39a6bc:0x1ab,_0x5d6488:0x1a4,_0x50d744:0x3e2,_0x410cb5:0x3d9},_0x4b7d57={};_0x4b7d57[_0x4f362b(_0x16eb8c._0x2f14e4,0x3e5,0x3d7,0x3d7)]=_0x4f362b(_0x16eb8c._0x331ba5,0x3d2,_0x16eb8c._0x160e59,0x3e3)+'-stream',_0x4b7d57[_0x4f362b(0x3e1,_0x16eb8c._0x3ecc3e,_0x16eb8c._0x390966,_0x16eb8c._0x1501b4)]=_0x4f362b(_0x16eb8c._0x2d8964,0x3ce,_0x16eb8c._0x5176d3,_0x16eb8c._0x2f14e4)+_0x4f362b(_0x16eb8c._0x4326b7,0x3e1,_0x16eb8c._0x160e59,_0x16eb8c._0x501096);const _0x26a537=_0x4b7d57,_0x465582=(_0x1867e4[_0x4f362b(0x3d0,_0x16eb8c._0x5aae86,_0x16eb8c._0x254382,0x3d9)][_0x17c65d(-_0x16eb8c._0x3021fe,-0x1b7,-_0x16eb8c._0x1442dc,-_0x16eb8c._0x313186)]||'')[_0x4f362b(_0x16eb8c._0x556367,0x3d1,0x3d0,_0x16eb8c._0xbe0902)](_0x26a537[_0x4f362b(_0x16eb8c._0x2f14e4,0x3e3,0x3df,_0x16eb8c._0x2383ed)]);function _0x4f362b(_0x5a1aca,_0x4d5b43,_0x1bf1ac,_0x56b015){return _0x5c07(_0x5a1aca-0x2a7,_0x56b015);}function _0x17c65d(_0x55061e,_0x435e4b,_0x48e7a8,_0x46ecd2){return _0x5c07(_0x435e4b- -0x2e3,_0x48e7a8);}if(_0x465582||streamingPaths[_0x17c65d(-0x1ab,-_0x16eb8c._0x39a6bc,-0x1ab,-_0x16eb8c._0x5d6488)](_0x5b1b07=>_0x5b1b07[_0x4f362b(0x3d6,0x3cd,0x3d3,0x3cc)](_0x1867e4['path'])))return![];if(_0x1867e4['headers'][_0x26a537['sQHSM']])return![];return _0x7a18ba[_0x4f362b(_0x16eb8c._0x50d744,0x3e9,0x3e4,_0x16eb8c._0x410cb5)](_0x1867e4,_0x586d2c);}
1
+ function _0x4160(){const _0x350df0=['nJCXmtqWohf3Ahzzta','Aw5JBhvKzxm','nde1odi1seXtyMvt','zxnZAw9U','mJmXD01LzvDP','mtHdAwvVsw8','AgvHzgvYCW','terls2K','ndyWoda3mNDlt2nAuG','mZq4ntaZvxnRu1f3','ntq3odC2EfLwvfnq','Cgf0Aa','q0nVt0m','C29Tzq','ntuZmZi3nM1LuKDAvW','otGYmgfPBevQDq','ywnJzxb0'];_0x4160=function(){return _0x350df0;};return _0x4160();}(function(_0x27d5f5,_0x46c42a){const _0x300345={_0x45e91d:0x2cd,_0x3f9948:0x1df,_0x461505:0x2ba,_0x2c9582:0x2bf,_0x3a908c:0x2c2,_0x3fd509:0x1e5,_0x5cc959:0x1de,_0x5a700d:0x1db,_0x3a929a:0x1e0,_0x3e0398:0x2c3,_0x378ded:0x2cf,_0x42b9b2:0x2cb,_0x4b74b6:0x1d9,_0x24d8b2:0x1e6,_0xe7a2f1:0x1f0},_0x53aeaf=_0x27d5f5();function _0x443cba(_0x3f8ea9,_0x2c31d1,_0x588d01,_0x977496){return _0x1ab7(_0x977496-0x1ce,_0x588d01);}function _0x42cc20(_0x138db6,_0x624a4,_0xbf9de,_0x4e8aa0){return _0x1ab7(_0xbf9de-0xe7,_0x4e8aa0);}while(!![]){try{const _0x20aa15=-parseInt(_0x443cba(0x2c9,_0x300345._0x45e91d,0x2cb,0x2c7))/(-0x571*0x1+-0x7*-0x119+0x1*-0x23d)+-parseInt(_0x42cc20(0x1e3,0x1ea,0x1e1,_0x300345._0x3f9948))/(0x9b+0x379*0x1+0x209*-0x2)+-parseInt(_0x443cba(_0x300345._0x461505,0x2bf,_0x300345._0x2c9582,_0x300345._0x3a908c))/(0x174d+0x79*-0x1a+0x580*-0x2)*(parseInt(_0x42cc20(_0x300345._0x3fd509,_0x300345._0x5cc959,0x1e6,0x1e9))/(-0x70+0xc4c+-0xbd8))+parseInt(_0x42cc20(_0x300345._0x5a700d,_0x300345._0x3a929a,0x1d9,0x1d2))/(0x2472*0x1+-0x94a+-0x1b23)*(parseInt(_0x443cba(_0x300345._0x461505,0x2c1,0x2be,_0x300345._0x3e0398))/(0x1*0x3f+-0x37*0x74+0x18b3))+parseInt(_0x443cba(0x2c3,_0x300345._0x378ded,_0x300345._0x42b9b2,0x2cc))/(0x2cf*0x1+-0x1af+-0x119)+-parseInt(_0x42cc20(0x1e6,_0x300345._0x4b74b6,_0x300345._0x3f9948,0x1df))/(0x1*-0x3fa+-0x199*-0xb+-0xd91)+parseInt(_0x42cc20(_0x300345._0x24d8b2,_0x300345._0xe7a2f1,0x1e8,0x1e9))/(0x557*0x7+-0x882+-0x1cd6);if(_0x20aa15===_0x46c42a)break;else _0x53aeaf['push'](_0x53aeaf['shift']());}catch(_0x58d7c9){_0x53aeaf['push'](_0x53aeaf['shift']());}}}(_0x4160,0xa6650+0xc9b*0x71+0x233*-0x47f));import _0x9774d5 from'compression';const streamingPaths=[/^\/tasks\/updates/,/^\/tasks\/[^/]+\/stream/,/^\/tasks\/[^/]+\/tests\/[^/]+\/stream\//,/^\/tasks\/[^/]+\/exec-stream/,/^\/prompt\/stream/,/^\/test\/[^/]+\/logs/];function _0x1ab7(_0x470552,_0x7a3bc8){_0x470552=_0x470552-(-0x7*-0x67+-0x231b+0x1*0x213b);const _0x8ff6e5=_0x4160();let _0x58c5a7=_0x8ff6e5[_0x470552];if(_0x1ab7['aivPBA']===undefined){var _0xfdd949=function(_0x3764e6){const _0x10f5bd='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x24ebc9='',_0x3d3553='';for(let _0x4561c4=0x1b70+0x11f1+0x2d61*-0x1,_0x515034,_0x2588bf,_0x8f958d=-0x61*0x17+0x3f*-0x22+0x1115*0x1;_0x2588bf=_0x3764e6['charAt'](_0x8f958d++);~_0x2588bf&&(_0x515034=_0x4561c4%(0x1f*0x44+0x2*0x10ba+-0x29ac)?_0x515034*(-0x69d*-0x1+-0x3*-0x3d1+-0x8e8*0x2)+_0x2588bf:_0x2588bf,_0x4561c4++%(-0x2b*0x87+0x14*0x1eb+0x15*-0xbf))?_0x24ebc9+=String['fromCharCode'](0xfc7+-0x1b05*0x1+0xc3d&_0x515034>>(-(-0x33*-0x51+0x2*0x22b+-0x1477)*_0x4561c4&-0x11d6+0x911*-0x2+0x23fe*0x1)):-0x25e8+-0x1a6+0x278e){_0x2588bf=_0x10f5bd['indexOf'](_0x2588bf);}for(let _0x52523f=-0x4a3*0x2+0xc3d+-0x2f7,_0x34d341=_0x24ebc9['length'];_0x52523f<_0x34d341;_0x52523f++){_0x3d3553+='%'+('00'+_0x24ebc9['charCodeAt'](_0x52523f)['toString'](0x729*0x5+-0x1067+-0x1356))['slice'](-(-0xfe5+0x1f5d+0x7bb*-0x2));}return decodeURIComponent(_0x3d3553);};_0x1ab7['xiTePo']=_0xfdd949,_0x1ab7['mGBcmD']={},_0x1ab7['aivPBA']=!![];}const _0x1c1f85=_0x8ff6e5[0xf2*-0x5+0xa7*-0x5+-0x1*-0x7fd],_0xf292d9=_0x470552+_0x1c1f85,_0x148c60=_0x1ab7['mGBcmD'][_0xf292d9];return!_0x148c60?(_0x58c5a7=_0x1ab7['xiTePo'](_0x58c5a7),_0x1ab7['mGBcmD'][_0xf292d9]=_0x58c5a7):_0x58c5a7=_0x148c60,_0x58c5a7;}export function compressionFilter(_0x49ea09,_0x594f52){const _0x39213c={_0x382e01:0x3c4,_0x4e41e9:0x355,_0x3ea705:0x34f,_0x4eeccc:0x35e,_0x14dedd:0x35b,_0x677edc:0x35d,_0x424d6a:0x361,_0x3ed693:0x354,_0x5320da:0x3bc,_0x2e9f3c:0x3c5,_0x4692ac:0x3c4,_0x373f0d:0x366},_0x13bafa={_0x1e2814:0x262},_0x38e96c={};_0x38e96c['LDKKi']='text/event'+'-stream',_0x38e96c[_0x313ae1(0x3c9,_0x39213c._0x382e01,_0x39213c._0x382e01,0x3c8)]='x-no-compr'+_0x31bdca(0x35a,_0x39213c._0x4e41e9,0x351,_0x39213c._0x3ea705);const _0x5cdcaa=_0x38e96c;function _0x313ae1(_0x371b15,_0x26c7bb,_0x5805d2,_0x12c84f){return _0x1ab7(_0x26c7bb-0x2c8,_0x12c84f);}const _0x16bd34=(_0x49ea09[_0x31bdca(_0x39213c._0x4eeccc,0x358,_0x39213c._0x14dedd,_0x39213c._0x3ea705)][_0x31bdca(0x361,0x362,_0x39213c._0x677edc,_0x39213c._0x424d6a)]||'')[_0x31bdca(0x34d,0x353,0x352,0x34c)](_0x5cdcaa[_0x31bdca(_0x39213c._0x3ed693,0x359,0x35d,0x359)]);if(_0x16bd34||streamingPaths[_0x313ae1(_0x39213c._0x5320da,_0x39213c._0x2e9f3c,_0x39213c._0x4692ac,0x3cd)](_0x2dac9d=>_0x2dac9d['test'](_0x49ea09[_0x313ae1(0x3ca,0x3c3,0x3c5,0x3cb)])))return![];function _0x31bdca(_0x36d1fb,_0x3ef703,_0x4ad7da,_0x4cc41b){return _0x1ab7(_0x3ef703-_0x13bafa._0x1e2814,_0x36d1fb);}if(_0x49ea09['headers'][_0x5cdcaa[_0x31bdca(_0x39213c._0x373f0d,_0x39213c._0x4eeccc,0x362,0x364)]])return![];return _0x9774d5['filter'](_0x49ea09,_0x594f52);}