@profoundlogic/coderflow-server 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. package/dist/.claude/settings.local.json +15 -2
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config.js +1 -1
  4. package/dist/lib/agent-keepalive.js +1 -1
  5. package/dist/lib/agent-models.js +1 -1
  6. package/dist/lib/api-keys.js +1 -1
  7. package/dist/lib/apiKeys.js +1 -1
  8. package/dist/lib/app-server-ports.js +1 -1
  9. package/dist/lib/auto-judge.js +1 -1
  10. package/dist/lib/automation-service.js +1 -1
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/bindings.js +1 -1
  13. package/dist/lib/build-history.js +1 -1
  14. package/dist/lib/build-output-service.js +1 -1
  15. package/dist/lib/build-scheduler.js +1 -1
  16. package/dist/lib/build-service.js +1 -1
  17. package/dist/lib/ca-certificates.js +1 -1
  18. package/dist/lib/claude-oauth-refresh.js +1 -1
  19. package/dist/lib/cli/build.js +1 -1
  20. package/dist/lib/cli/cleanup-users.js +1 -1
  21. package/dist/lib/cli/config-command.js +1 -1
  22. package/dist/lib/cli/config.js +1 -1
  23. package/dist/lib/cli/create-user.js +1 -1
  24. package/dist/lib/cli/grant-admin.js +1 -1
  25. package/dist/lib/cli/init.js +1 -1
  26. package/dist/lib/cli/jira.js +1 -1
  27. package/dist/lib/cli/license.js +1 -1
  28. package/dist/lib/cli/list-roles.js +1 -1
  29. package/dist/lib/cli/list-users.js +1 -1
  30. package/dist/lib/cli/server-manager.js +1 -1
  31. package/dist/lib/cli/set-password.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/migration-to-scoped-rbac.js +1 -1
  63. package/dist/lib/model-fetcher.js +1 -1
  64. package/dist/lib/notifications.js +1 -1
  65. package/dist/lib/objective-context.js +1 -1
  66. package/dist/lib/oidc-auth.js +1 -1
  67. package/dist/lib/oidc-device-flow.js +1 -1
  68. package/dist/lib/passwordTokens.js +1 -1
  69. package/dist/lib/permission-resolver.js +1 -1
  70. package/dist/lib/pin-cascade.js +1 -1
  71. package/dist/lib/provider-accounts.js +1 -1
  72. package/dist/lib/provider-oauth.js +1 -1
  73. package/dist/lib/provider-profile.js +1 -1
  74. package/dist/lib/provider-token-refresh.js +1 -1
  75. package/dist/lib/rbac-user-state.js +1 -1
  76. package/dist/lib/request-url.js +1 -1
  77. package/dist/lib/rewind.js +1 -1
  78. package/dist/lib/role-definitions.js +1 -1
  79. package/dist/lib/roles.js +1 -1
  80. package/dist/lib/secrets.js +1 -1
  81. package/dist/lib/setup-repo-git-auth.js +1 -1
  82. package/dist/lib/state-capture.js +1 -1
  83. package/dist/lib/static-files.js +1 -1
  84. package/dist/lib/task-name-format.js +1 -1
  85. package/dist/lib/task-name-generator.js +1 -1
  86. package/dist/lib/task-source-metadata.js +1 -1
  87. package/dist/lib/teams.js +1 -1
  88. package/dist/lib/user-git-oauth.js +1 -1
  89. package/dist/lib/user-git-tokens.js +1 -1
  90. package/dist/lib/users.js +1 -1
  91. package/dist/middleware/requireAuth.js +1 -1
  92. package/dist/middleware/requireInit.js +1 -1
  93. package/dist/middleware/requirePermission.js +1 -1
  94. package/dist/package.json +1 -1
  95. package/dist/playwright-test-results/.last-run.json +52 -2
  96. package/dist/playwright.config.js +1 -1
  97. package/dist/playwright.task-terminal.config.js +1 -1
  98. package/dist/routes/apiKeys.js +1 -1
  99. package/dist/routes/auth-oidc.js +1 -1
  100. package/dist/routes/auth.js +1 -1
  101. package/dist/routes/automations.js +1 -1
  102. package/dist/routes/bindings.js +1 -1
  103. package/dist/routes/build.js +1 -1
  104. package/dist/routes/containers.js +1 -1
  105. package/dist/routes/deploy-task.js +1 -1
  106. package/dist/routes/environment-management.js +1 -1
  107. package/dist/routes/environments.js +1 -1
  108. package/dist/routes/external-skills.js +1 -1
  109. package/dist/routes/git-credentials.js +1 -1
  110. package/dist/routes/git-oauth.js +1 -1
  111. package/dist/routes/git-provider-setup.js +1 -1
  112. package/dist/routes/health.js +1 -1
  113. package/dist/routes/jira.js +1 -1
  114. package/dist/routes/objective-management.js +1 -1
  115. package/dist/routes/password.js +1 -1
  116. package/dist/routes/prompt.js +1 -1
  117. package/dist/routes/provider-auth.js +1 -1
  118. package/dist/routes/qa.js +1 -1
  119. package/dist/routes/roles.js +1 -1
  120. package/dist/routes/settings.js +1 -1
  121. package/dist/routes/skill-management.js +1 -1
  122. package/dist/routes/skills.js +1 -1
  123. package/dist/routes/tasks.js +1 -1
  124. package/dist/routes/teams.js +1 -1
  125. package/dist/routes/templates.js +1 -1
  126. package/dist/routes/test-task.js +1 -1
  127. package/dist/routes/test.js +1 -1
  128. package/dist/routes/users.js +1 -1
  129. package/dist/routes/visualizations.js +1 -1
  130. package/dist/scripts/create-user.js +1 -1
  131. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  132. package/dist/start.js +1 -1
  133. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  134. package/dist/web-ui/public/activity-feed.js +1 -1
  135. package/dist/web-ui/public/activity-formatters.js +1 -1
  136. package/dist/web-ui/public/agent-event-parser.js +1 -1
  137. package/dist/web-ui/public/app.js +1 -1
  138. package/dist/web-ui/public/approve-dialog.js +1 -1
  139. package/dist/web-ui/public/automation-links.js +1 -1
  140. package/dist/web-ui/public/automation-schedule.js +1 -1
  141. package/dist/web-ui/public/comments-widget.js +1 -1
  142. package/dist/web-ui/public/diff-utils.js +1 -1
  143. package/dist/web-ui/public/environments.html +0 -61
  144. package/dist/web-ui/public/environments.js +1 -1
  145. package/dist/web-ui/public/feedback-widget.js +1 -1
  146. package/dist/web-ui/public/file-selection-tree.js +1 -1
  147. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  148. package/dist/web-ui/public/git-history.js +1 -1
  149. package/dist/web-ui/public/git-status.js +1 -1
  150. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  151. package/dist/web-ui/public/index.js +1 -1
  152. package/dist/web-ui/public/login.js +1 -1
  153. package/dist/web-ui/public/markdown-editor.js +1 -1
  154. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  155. package/dist/web-ui/public/modal-maximize.js +1 -1
  156. package/dist/web-ui/public/notifications.js +1 -1
  157. package/dist/web-ui/public/permissions.js +1 -1
  158. package/dist/web-ui/public/pr-dialog.js +1 -1
  159. package/dist/web-ui/public/roles.js +1 -1
  160. package/dist/web-ui/public/server-health.js +1 -1
  161. package/dist/web-ui/public/settings.js +1 -1
  162. package/dist/web-ui/public/setup-password.js +1 -1
  163. package/dist/web-ui/public/skills.js +1 -1
  164. package/dist/web-ui/public/sse-client.js +1 -1
  165. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  166. package/dist/web-ui/public/styles.css +8 -2
  167. package/dist/web-ui/public/task.js +1 -1
  168. package/dist/web-ui/public/teams.js +1 -1
  169. package/dist/web-ui/public/terminal.js +1 -1
  170. package/dist/web-ui/public/theme.js +1 -1
  171. package/dist/web-ui/public/users.js +1 -1
  172. package/dist/web-ui/public/variant-grouping.js +1 -1
  173. package/package.json +1 -1
  174. package/dist/playwright-test-results/result-screenshot.png +0 -0
@@ -1 +1 @@
1
- (function(_0x244e68,_0x39143f){const _0x18416c={_0x164917:0x1a5,_0x56d64f:0x160,_0x423483:0x11d,_0x33d706:0x282,_0x533758:0x2b5,_0x5a5baf:0x23e,_0x434e9f:0x2bd,_0x24a69a:0x290,_0x4b6a84:0x2b9,_0x4b3690:0xd6,_0x17c75d:0x16a,_0x4026dd:0x112,_0x515476:0x153,_0x43f91a:0x1c0,_0x433958:0x243,_0x37f4f9:0x27f,_0x5e19cc:0x312,_0x31b44b:0x2bb,_0x144ce3:0x2ff,_0x3c53a3:0x25c,_0x2d748b:0x14f,_0x38c4ee:0xaf,_0x30a7b9:0xef,_0x9edc25:0x24c,_0x1edbb9:0x225},_0x2626f4={_0x3832fb:0x4f};function _0x28b2f9(_0x1ed269,_0x384c0c,_0x3d4b24,_0x3b0558){return _0x51ee(_0x384c0c- -0xe4,_0x1ed269);}const _0x13405d=_0x244e68();function _0x52f2ff(_0x350d43,_0xbeef7e,_0x23c887,_0xdf19a2){return _0x51ee(_0xbeef7e-_0x2626f4._0x3832fb,_0x23c887);}while(!![]){try{const _0x2133b2=parseInt(_0x28b2f9(_0x18416c._0x164917,0x139,_0x18416c._0x56d64f,_0x18416c._0x423483))/(-0x1658+0x42e+-0x122b*-0x1)*(-parseInt(_0x52f2ff(0x1d2,0x202,_0x18416c._0x33d706,0x1ce))/(-0xb2c*0x1+0x101f+-0x37*0x17))+-parseInt(_0x52f2ff(0x217,_0x18416c._0x533758,_0x18416c._0x5a5baf,_0x18416c._0x434e9f))/(0x1*-0x16e3+0xe0a+0x8dc)+-parseInt(_0x52f2ff(0x2d0,_0x18416c._0x24a69a,_0x18416c._0x4b6a84,0x309))/(0x1052*0x2+0xd67+0x2e07*-0x1)+-parseInt(_0x28b2f9(_0x18416c._0x4b3690,_0x18416c._0x17c75d,_0x18416c._0x4026dd,_0x18416c._0x515476))/(0xe*0x112+-0x1d69*-0x1+-0x8e*0x50)*(parseInt(_0x52f2ff(_0x18416c._0x43f91a,_0x18416c._0x433958,0x23b,_0x18416c._0x37f4f9))/(-0x1*0x1ae1+-0x3d1+0x1eb8))+-parseInt(_0x52f2ff(_0x18416c._0x5e19cc,_0x18416c._0x31b44b,_0x18416c._0x144ce3,_0x18416c._0x3c53a3))/(0x7e3+-0x1*-0x1b6e+-0x234a*0x1)+-parseInt(_0x28b2f9(0x138,_0x18416c._0x2d748b,0x1e1,_0x18416c._0x38c4ee))/(-0x5*0xb0+-0xb5c+-0x1a*-0x92)+parseInt(_0x28b2f9(0x145,_0x18416c._0x30a7b9,0x175,0x172))/(-0x22a2+-0x25be+-0x4869*-0x1)*(parseInt(_0x52f2ff(0x224,_0x18416c._0x9edc25,0x294,_0x18416c._0x1edbb9))/(0x39*0x31+-0x3b*0x2f+0xa*-0x1));if(_0x2133b2===_0x39143f)break;else _0x13405d['push'](_0x13405d['shift']());}catch(_0x87ffcb){_0x13405d['push'](_0x13405d['shift']());}}}(_0x5189,-0x151f*0x1a+0x205a6*-0x1+0x64bd5));import{spawn}from'child_process';import{promises as _0x38a632}from'fs';import _0x27eab8 from'path';import _0x2ad641 from'os';import _0x958b14 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x27eab8[_0x5a8055(0xfa,0x170,0x197,0x16d)](__filename);function _0x30de06(_0x1f57f4,_0x7ec6f6,_0x545614,_0x27a03d){return _0x51ee(_0x545614-0x354,_0x7ec6f6);}const PID_FILE=_0x27eab8[_0x30de06(0x5c7,0x5aa,0x5a9,0x63f)](_0x2ad641[_0x5a8055(0x1a4,0x1dc,0x189,0x14f)](),_0x5a8055(0x1f1,0x1d5,0x25b,0x1f6),_0x30de06(0x4f3,0x4fd,0x505,0x52b)),LOG_FILE=_0x27eab8[_0x5a8055(0x1c7,0x16c,0x1c4,0x1ce)](_0x2ad641['homedir'](),_0x5a8055(0x22b,0x1e0,0x25b,0x2b4),_0x30de06(0x554,0x4f7,0x577,0x52f));export async function isServerRunning(){const _0x3341d7={_0x426039:0x3f2,_0x5cdab3:0x431,_0x3d417a:0xcb,_0x203c70:0x75,_0x1a1680:0x3f5,_0x412bb5:0x3ef,_0x5f2ce0:0xef,_0x1a52e6:0x42f,_0x55c4a9:0xe7,_0x4d0398:0x9d,_0x111af4:0x9e,_0x39b4dd:0x133,_0x6f581d:0x433,_0x2e3ebc:0x345,_0x2b66a1:0x3ad},_0x2730bd={_0x1215d7:0x5a},_0x2a5f91={_0x15ae11:0x1bc};function _0x18f397(_0x37b3bf,_0x37c255,_0x44098c,_0x509798){return _0x30de06(_0x37b3bf-0x97,_0x37b3bf,_0x509798- -_0x2a5f91._0x15ae11,_0x509798-0x30);}function _0x2ab1bb(_0x513149,_0x24104a,_0x8dbb00,_0x251d78){return _0x5a8055(_0x513149-_0x2730bd._0x1215d7,_0x24104a-0x185,_0x251d78- -0x224,_0x24104a);}const _0x41e829={'hcRsg':_0x18f397(_0x3341d7._0x426039,0x33d,_0x3341d7._0x5cdab3,0x3d2),'Zfnca':function(_0x1bd166,_0x23cccc,_0xf716b1){return _0x1bd166(_0x23cccc,_0xf716b1);}};try{const _0x53f626=await _0x38a632['readFile'](PID_FILE,_0x41e829[_0x2ab1bb(-0x57,-_0x3341d7._0x3d417a,-0x9c,-_0x3341d7._0x203c70)]),_0x17b507=_0x41e829[_0x18f397(0x3d1,_0x3341d7._0x1a1680,_0x3341d7._0x412bb5,0x35b)](parseInt,_0x53f626[_0x2ab1bb(-0xcf,-0xd5,-0x18f,-_0x3341d7._0x5f2ce0)](),0x14f*-0x14+-0x22a3+-0x3cd9*-0x1);try{process['kill'](_0x17b507,-0x25cd+-0x127+0x26f4);const _0x16c980={};return _0x16c980['running']=!![],_0x16c980[_0x2ab1bb(-0x45,-0x153,-0xd9,-0xcd)]=_0x17b507,_0x16c980;}catch{await _0x38a632[_0x18f397(0x3b7,0x4a9,0x399,_0x3341d7._0x1a52e6)](PID_FILE)[_0x2ab1bb(-_0x3341d7._0x55c4a9,-0x38,0x4,-0x45)](()=>{});const _0x380622={};return _0x380622[_0x2ab1bb(-0xb5,-_0x3341d7._0x4d0398,-_0x3341d7._0x203c70,-0xa0)]=![],_0x380622[_0x2ab1bb(-_0x3341d7._0x111af4,-_0x3341d7._0x39b4dd,-0xd8,-0xcd)]=null,_0x380622;}}catch{const _0x25fa60={};return _0x25fa60[_0x18f397(_0x3341d7._0x6f581d,0x3fb,_0x3341d7._0x2e3ebc,_0x3341d7._0x2b66a1)]=![],_0x25fa60['pid']=null,_0x25fa60;}}async function getServerConfig(){const _0x17ca88={_0x735fec:0x54d,_0x15c1a5:0x5b1,_0x148be3:0x59a,_0x2aa5d5:0x53a,_0x2a52f6:0x5a4,_0x23cbb9:0x54d,_0x1573fb:0x55d},_0x33cfb4={_0x5a4b48:0x25,_0x353e9c:0x2c,_0x3723c4:0x3b8},_0xc277a5={_0x1992de:0x4,_0x868e1a:0x3a0},_0x53fb7d={'bDVwY':function(_0x34bab3){return _0x34bab3();},'FKeLh':function(_0x122d77){return _0x122d77();}},_0x1278d5=await _0x53fb7d['bDVwY'](getCoderSetupPath),_0x33536d=await _0x53fb7d[_0x584325(_0x17ca88._0x735fec,0x601,_0x17ca88._0x15c1a5,_0x17ca88._0x148be3)](getServerPort),_0x2dbe6e='http://loc'+'alhost:'+_0x33536d;function _0x34665(_0x328087,_0x23b02f,_0x46095d,_0x9cf3c2){return _0x5a8055(_0x328087-_0xc277a5._0x1992de,_0x23b02f-0xf6,_0x9cf3c2-_0xc277a5._0x868e1a,_0x23b02f);}const _0x7956f6={};_0x7956f6[_0x584325(_0x17ca88._0x2aa5d5,_0x17ca88._0x2a52f6,0x493,0x501)]=_0x1278d5,_0x7956f6[_0x34665(0x59b,0x5d1,0x5a9,_0x17ca88._0x23cbb9)]=_0x33536d,_0x7956f6[_0x34665(_0x17ca88._0x1573fb,0x4ab,0x446,0x4e8)]=_0x2dbe6e;function _0x584325(_0x235ecf,_0x3daf08,_0x11a1d2,_0x16982c){return _0x5a8055(_0x235ecf-_0x33cfb4._0x5a4b48,_0x3daf08-_0x33cfb4._0x353e9c,_0x16982c-_0x33cfb4._0x3723c4,_0x11a1d2);}return _0x7956f6;}function _0x5189(){const _0x6ccc3b=['ywXSB2m','zLvjuNu','CMvHzezPBgu','ywXYzwfKEsbYDq','AwDUB3jL','B3bLBG','sNfVB0C','u2vYDMvYigrPza','ntqXodK1rLPRwuDw','vwjgwg4','zwn0B3j5oIa','zxmGBM90igv4Aq','ihj1BM5PBMC','DvriyK0','ywP2yu8','AM9PBG','CMvJDxjZAxzL','C2vYDMLJzq','rvjFsu5tuevdva','A050t1K','Dw9HvuW','ig5VDcbZDg9Wia','z1Dpq0e','C2L6zq','u2vYDMvYigLZia','B2rlsgW','zsaOueLeoIa','ELnUwgK','B2rLCKzSB3CGuW','4PYtifnLCNzLCIbZ','icbtDgf0Dxm6ia','uvfztNa','mJyZmJu2r2HICeDl','icaGica','CNzLCIbZDgfYDa','icbvuKW6icaGia','DhvW','icaGicdIMQaGu3rH','mtyYotu2nxHWtwzLAa','yNv6t08','u2Hrwuy','DMPPENO','y2f0y2G','rxjYB3i6ifnLDa','A2LSBa','rKTLtgG','zufJr2K','CNzLCIbJB25MAq','BMTrAve','EMPsz2i','DgGGl3bHDgGVDa','u1vlu1i','lxnLCNzLCIbZDa','zYbZzxqGy29Kzq','r09MvwC','CwnuCKi','uxPfyKe','u2vYDMvYifn0yq','icbtzxr1Ccbqyq','qM1ovue','vKLQv2O','tKjcD2u','q29UzMLNDxjLia','BM5PBMCGkfbjra','BM90ihj1BM5PBG','u3rVChbPBMCGCW','tMzet0O','y29UzMLNDxjLza','DxaGCgf0AcbPCW','ic0TC2v0DxaTCa','wgfpzLG','C3bSAxq','vePbC1O','A1bJALq','DhvZoG','rxjYB3iGCMvHza','BwvZC2fNzq','DgGGq3rYBcTdia','zsbPDcb3yxmGCW','BMXHAuy','C3rHDa','Dw5SAw5R','Bg9N','wMrSsLG','ls1PBNnWzwn0','y1DMwwK','wNzgrMW','DgvIwMy','rxjYB3i6ie5Via','sg9IuKe','CMvZCg9UzgLUzW','cI0TlsbgB2XSBW','DwLwAuC','Dha6lY9SB2nHBa','ig5VDcbOyxzLia','yw5Kihn0yxj0ia','CvPLwve','Dhj1zq','vwzxDuu','qM1vugS','C2vYDMvYihDPDa','u3rVCcbPDcb3Aq','vgPWsu4','icbvuKW6icbODa','C3rKB3v0','swzMs1G','Ahr0CdOVl2XVyW','ze5xwKy','v0TiugS','CL9Zzxr1Cf9Wyq','icaGigrHzw1VBG','y29Kzq','zgvZDhjVEq','zw5K','ue9sva','sgPTqLe','wuXAvMq','AK14tuG','r0TXsM0','AvrTvLm','nNWZFdC','DgLTzw91Da','ALHLy0S','B0HOz1e','vejSthG','igzVCMvNCM91BG','z3fsAhK','zgf0yq','vgfnDgO','yKr3uKK','ufvHBue','u2vYDMvYig1HEq','icbtDgfSzsbqsq','BwTKAxi','Eerosg4','z3jHy2vMDwXSEq','CJOG','u2Hjt2y','yMvLBIbZDgfYDa','BMLUzYaOzgfLBq','sKPTEvO','zNjfAKW','D2fZihn0yxj0zq','ENvqs1m','u3PMBMy','CcbWyxrOignVBG','yvPIq1G','ywLXtxG','veTZz3e','DgG6icaOBM90ia','yK5Vu0e','zxj2zxiGkfbjra','u3rHCNrPBMCGqW','ywXOB3n0oG','Ag9ZDdO','u3rHCNrPBMCGCW','q2LSENK','DKH5AM0','BguGueLeigzPBa','Dg9tDhjPBMC','Dw5Yzwy','B24P','C2XPy2u','Ew1qDMm','seXov2e','DwXMvNe','lMnVzgvY','t2njC1C','rdOGica','DgHLihnLCNzLCG','u0Lhsu5u','wNnbANq','tNH2r3e','Ee5dDKi','yw5dq1K','ls10ywLSpq','wg1rDKu','ALjcwwe','DfHqC3O','vwrsug8','rxjhEu0','v013txK','C2vYDMvYlNbPza','D2L0AdO','ndy1mtHMq0jIr2u','BgvUz3rO','z3mIihrVihzPzq','uLL5y3q','yvrWzxa','BwLUywWGD2HLCG','tvblvfK','v1futu0','vMzru2q','y29KzxiTC2v0Dq','zK9jqNi','t3iGDxnLoG','uMHMqMe','ihDPDgG6','Dw5ZAgLMDa','BKrYCxO','wMzUy2e','z2HbvMq','B09dwLq','DhjPBq','u09xAvC','zxHPDa','z0TjrKG','Dej2r2e','ww5ethy','reL6wg0','zcbPBIbMB3jLzW','u0Lhvevstq','t294sLG','v3Hgvu8','quT6rei','DgG6ia','mte3nde1odLVA2P6rNK','icaGicdINjmGuNvU','zgLvyuu','refLBMK','BM90ihjLC3bVBG','Dw5RBM93BG','C2vYDMvYvxjS','C2v0DxbqyxrO','DxaGCgf0AcbKBW','zwqGEwv0ig9Yia','Aw5NigXVz3m6ia','Bw1oBva','v1zhrhq','DgG6ica','icbmB2DZoIa','A09ivKq','yxrOps9WyxrOlW','Dg8Vy29KzxiTCW','t1vvCwO','rwjyq0m','CgfYC2u','CgLK','B0PZsuO','D09NvKG','CNvUBMLUzYbPBG','z3jVDw5Kkq','ken0CMWRqYb0BW','qwnNyKO','zgLUzYK','DNrYqvG','C3rHCNqUANm','rNrrr00','swr1t1m','mtjou3bQs0W','icbJB2rLCI1Zzq','y3zwte4','CKHkA1a','DLndBfC','zxj2zxiUlI4','zgfLBw9Uig1Vza','icaGia','vfjvu1rFufjpwa','mtbAC3fhAfC','sNbUENG','uhLLtLG','uw9ewxG','rLPXtei','AxneAxjLy3rVCG','DgzTzxm','tMLOAxC','twrLtxG','y3v4zuu','Exjovgi','Ccb0AguGC2vYDG','zw52','yxr1CYiGDg8GyW','lcbMB3jJAw5NlG','wvr3ALy','rNHbtNy','icbqsuq6icaGia','Aw4GDgHLihrLCG','DNv4wwC','ruTQr0q','zcbTB2rLlG','DgfYDgvKlG','yKvsuuC','CNvUBMLUzW','sgL0AeS','ig5VDcbHigrPCG','uwjXCuq','zsaOC2vYDMvYia','Ag9TzwrPCG','zwfvze0','zw1erMK','mtfoz2vcDvG','CMvHza','vxnLicjJB2rLCG','uf9qqvri','BMLUzYaOzM9Yzq','zsbMB3vUza','C2vYDMvYlMXVzW','q09ervjFu0vsvG','z3nbteC','CgLUzYbZzxj2zq','CM91BMqGBw9Kzq','zgLYBMfTzq','rLHPrg8','ks4UlG','A3nqy00','CKDjuLO','q293zwy','icbqB3j0oIaGia','rgj1B0G','CNzLCIbZDg9W','C3vIC3rYAw5N','zxj2zxiGD2L0Aa','mtuWotG2nhjsDhL2CW','yMnUwvq','EeD4uMu','zxr1Ca','zxjYB3i','q0DHveK','q09ervjFu0vuvq','DxrMltG','sw1jChC','u0Lhs0Lmta','z2v0','Cg9YDa','ihn0B3aPic0Tlq','AgnsC2C','nZmYodiWt2v0y0XT','u3rHCNqGDgHLia','ls1MB2XSB3C','Dg9WCgvK','sMPVqvy'];_0x5189=function(){return _0x6ccc3b;};return _0x5189();}export async function startDaemon(_0x4c2708){const _0xedf10c={_0x42e144:0x17c,_0x449a40:0x1b3,_0xd3eea1:0x18d,_0xfe8040:0x172,_0x132e6d:0xed,_0x4cb61e:0x14f,_0x5d72ca:0xe5,_0x544185:0x1f7,_0x1b4698:0x459,_0x9700e0:0x429,_0x13f313:0x410,_0x1f853d:0x3c4,_0x33e3c4:0x1b1,_0x971579:0x178,_0x21179f:0x157,_0x391de2:0x1f3,_0x5971f4:0x46e,_0x8ed6a9:0x553,_0x59a3c9:0x5d8,_0x335012:0x4d7,_0x3ce8f5:0x46c,_0x7a8312:0x52e,_0x2b35a7:0x133,_0x418775:0x14a,_0xf40027:0x140,_0x2658bb:0x234,_0xbda05b:0x160,_0x1e87a4:0x190,_0x421723:0x244,_0x8de8f0:0x3f5,_0xfa8367:0x519,_0x97416a:0x4ec,_0x27b1c0:0x4ff,_0x513673:0x523,_0xb9d014:0x4ef,_0x1bcf27:0x54a,_0x2f9f57:0x231,_0x4b3c5b:0x1d2,_0x164995:0x137,_0x534314:0x200,_0x4fc3ba:0x26d,_0x3959c8:0x223,_0x26e2f2:0x174,_0x4fded5:0xf5,_0x37c113:0xdb,_0x1cf192:0x121,_0x45d41b:0x158,_0x120244:0x572,_0xce3b6e:0x4fa,_0x56b8e8:0x4ba,_0x52fc9b:0x3c9,_0x2315ca:0x3df,_0x54192b:0x3d7,_0xba9e7:0x451,_0x517ad3:0x196,_0x3001c0:0x43a,_0x5b6081:0x4f6,_0x50eba1:0x533,_0x2aba58:0x51c,_0x459928:0x503,_0x5d4b44:0x515,_0x2004f8:0x497,_0x26e14e:0xcf,_0xf821c8:0x105,_0x1699ee:0x181,_0xb633f3:0x174,_0x4f02ca:0xe1,_0x1588c1:0x186,_0x9dad50:0x127,_0x55bb2c:0x4ed,_0x53ee4d:0xda,_0x55635c:0x170,_0x4e511a:0x1b7,_0x3dfe68:0x140,_0x59b174:0x1a3,_0x3bab28:0x11d,_0x20bd94:0x19c,_0x59245c:0xfc,_0x300103:0xd0,_0x41abef:0x209,_0x10ab8d:0x23f,_0x39a27b:0x228,_0x494e0b:0x3ad,_0x4b0734:0x38c,_0x51d2b4:0x10e,_0x4ea4d3:0x10f,_0x2c0876:0x1a7,_0x3a0b25:0x1a3,_0x3a2dc2:0x1de,_0xf298e6:0x234,_0x101a5d:0x271,_0x25c773:0x193,_0xe6ff32:0x52b,_0x3347d3:0x58a,_0x3d2fab:0x5a4,_0x991cfa:0xc8,_0x2f3688:0x100,_0x254e6b:0xde,_0x5b1aa7:0x50b,_0x1a66a1:0x1d8,_0x34e434:0x18f,_0x1e9d4f:0x254,_0x4eb8c3:0x14a,_0x50b1cf:0x1e2,_0x5c47cf:0xaf,_0x4bc13c:0x142,_0xab35d2:0x4c7,_0x5f47a3:0x4a3,_0x3b5a09:0x549,_0x155857:0x265,_0x417584:0x1fe,_0x17b376:0x285,_0x28b3d8:0x50d,_0x4669b0:0x13e,_0x127dc2:0x169,_0x4ce50b:0x1f3,_0x20f7ce:0x14c,_0x449abd:0xff,_0x158b7e:0x22d,_0x183f7b:0x4e6,_0x5422c0:0x51a,_0x3356c5:0x261,_0x43b56d:0x248,_0x51ea62:0x17c,_0x5e007f:0x15c,_0x17c746:0x482,_0x392bdd:0x50d,_0x17f735:0x504,_0x306966:0xa1,_0x15a3f6:0xb5,_0x5e8a92:0x558,_0x5ad4da:0x208,_0x2c80c4:0x19d,_0x141e9b:0x1df,_0x29b8fc:0x109,_0x40616f:0x138,_0x4da696:0x1db,_0x19bd5d:0x42c,_0x58aaf7:0x48a,_0x5b429b:0x3e4,_0x5d1442:0x195,_0x35d736:0x15d,_0x1ff203:0x45c,_0x256ac5:0x4ae,_0x53745d:0x418,_0x107a5d:0x161,_0x5de881:0x1ba,_0x3fff4c:0x509,_0x11c02f:0x148,_0x1376fa:0x1be,_0x2ce721:0x232,_0x3f33e0:0x1fc,_0x18eb45:0x235,_0x15cc6f:0x102,_0x186cd1:0x1d4,_0x21ed85:0x4f5,_0x3d96d1:0x4eb,_0x26f212:0x202,_0x1d592c:0x1a2,_0x1d7f1d:0x485,_0xd093b7:0x472,_0x4c1171:0x523,_0x154308:0x47e,_0x1ea474:0x509,_0x22fee4:0x499,_0x33656c:0x500,_0x3c00ce:0x4de,_0x1542d9:0x174,_0x2faeb9:0x4ae,_0x37e700:0x436,_0x369208:0x420,_0x4c7794:0x156,_0x16330a:0x256,_0x2b5c94:0x1c4,_0x519584:0x1a8,_0x123211:0x1b2,_0x2532ce:0x206,_0x109a25:0x123,_0x2a7def:0x113,_0x488d73:0x225,_0x29c83c:0x13d,_0x360b0e:0x104,_0x2d6825:0x7b,_0xf0d600:0xbc,_0x306c35:0x119,_0x1246b9:0x55b,_0x2b8550:0x576,_0xf6f77f:0x4ea,_0x2e354e:0x47b,_0x30d308:0x90,_0x4c6ece:0x10f,_0x17c452:0x12f,_0x591d81:0x1f2,_0x35dc43:0x240,_0x548f21:0x57,_0x4f61cc:0x10d,_0x13850b:0x11c,_0x40b672:0x181,_0x23661c:0x122,_0x59fdee:0x3d5,_0x24e095:0x4d5,_0xc525f3:0x459,_0x2dc869:0x112,_0x8d13b4:0x10c,_0x4c00fd:0x4c9,_0x1f151e:0x522,_0x22975c:0x4b9,_0x58ef23:0x120,_0x5ac368:0x176,_0x1ffda1:0x1f9,_0xdc51ac:0x520,_0x21d2e:0x479,_0x3e5f3f:0x1be,_0x4ddac4:0x2b2,_0x1a134f:0x221,_0xb7d6ad:0x203,_0xf2c813:0xe8,_0x1e7824:0x142,_0x50277d:0x220,_0x31de44:0x14d,_0x43ee8d:0x1c0,_0xec678c:0x42a},_0x26e345={_0x58f658:0x4a,_0x1d8291:0xf3,_0x58bd23:0x349},_0x24c426={_0x29e61d:0x134,_0x1081b5:0x306};function _0xb94ef5(_0xc5482c,_0x49c127,_0x3a60b6,_0x504eae){return _0x5a8055(_0xc5482c-_0x24c426._0x29e61d,_0x49c127-0x117,_0x49c127-_0x24c426._0x1081b5,_0x3a60b6);}const _0x345034={'TKsgq':function(_0x49ac06,_0x336cb4){return _0x49ac06(_0x336cb4);},'aTpep':function(_0x29c552){return _0x29c552();},'oOCZT':'BnmUt','BmNUA':_0xb94ef5(0x477,0x432,0x429,0x487),'kNtOY':_0x451ad9(-_0xedf10c._0x42e144,-0x220,-0x1e5,-_0xedf10c._0x449a40)+_0x451ad9(-0x1fe,-_0xedf10c._0xd3eea1,-_0xedf10c._0xfe8040,-_0xedf10c._0x132e6d)+_0x451ad9(-0x18d,-0x19b,-_0xedf10c._0x4cb61e,-_0xedf10c._0x5d72ca)+_0x451ad9(-0x204,-0x261,-_0xedf10c._0x544185,-0x1f8)+_0xb94ef5(0x4fd,_0xedf10c._0x1b4698,_0xedf10c._0x9700e0,_0xedf10c._0x13f313)+'etup','GOfUg':function(_0x5e9cbe,_0x110977){return _0x5e9cbe===_0x110977;},'AKzDB':_0xb94ef5(_0xedf10c._0x1f853d,0x45e,0x4cf,0x4a4),'vSClW':_0x451ad9(-_0xedf10c._0x33e3c4,-_0xedf10c._0x971579,-_0xedf10c._0x21179f,-_0xedf10c._0x391de2),'oWTnW':_0xb94ef5(0x4ff,0x4ad,_0xedf10c._0x5971f4,0x53c),'WxFUO':_0xb94ef5(0x520,_0xedf10c._0x8ed6a9,_0xedf10c._0x59a3c9,0x587)+_0xb94ef5(0x4e4,_0xedf10c._0x335012,_0xedf10c._0x3ce8f5,_0xedf10c._0x7a8312)+'erver...','ZdlJX':function(_0x5d9ec7,_0x2b56df){return _0x5d9ec7!==_0x2b56df;},'emDFi':'mmNmP','kPcjT':_0x451ad9(-0x137,-0x186,-_0xedf10c._0x2b35a7,-0x185),'HithK':_0x451ad9(-0x1ac,-_0xedf10c._0x418775,-_0xedf10c._0xf40027,-0x13b),'Szfnf':function(_0x50ff13,_0xf1d136,_0x303acd,_0xba5c7b){return _0x50ff13(_0xf1d136,_0x303acd,_0xba5c7b);},'frEjL':'node','UbFXn':_0x451ad9(-_0xedf10c._0x2658bb,-_0xedf10c._0xbda05b,-_0xedf10c._0x1e87a4,-0x234),'ShIOf':_0x451ad9(-0x1a3,-_0xedf10c._0x421723,-0x1a0,-0x182),'nkQiQ':'Use\x20\x22coder'+'-server\x20st'+_0xb94ef5(_0xedf10c._0x8de8f0,0x47f,_0xedf10c._0xfa8367,0x4ea)+'heck\x20serve'+'r\x20status','MPKTY':_0xb94ef5(_0xedf10c._0x97416a,0x494,_0xedf10c._0x27b1c0,_0xedf10c._0x513673)+_0xb94ef5(0x58b,_0xedf10c._0xb9d014,_0xedf10c._0x1bcf27,0x472)+'op\x22\x20to\x20sto'+_0x451ad9(-0x19b,-_0xedf10c._0x2f9f57,-_0xedf10c._0x4b3c5b,-_0xedf10c._0x164995)+'er'},{running:_0x35de69,pid:_0x4afa78}=await _0x345034[_0x451ad9(-_0xedf10c._0x534314,-_0xedf10c._0x4fc3ba,-_0xedf10c._0x3959c8,-0x20d)](isServerRunning);if(_0x35de69){console['log'](_0x451ad9(-_0xedf10c._0x26e2f2,-_0xedf10c._0x4fded5,-_0xedf10c._0x42e144,-_0xedf10c._0x37c113)+_0x451ad9(-_0xedf10c._0x1cf192,-0x220,-0x191,-_0xedf10c._0x45d41b)+_0xb94ef5(_0xedf10c._0x120244,_0xedf10c._0xce3b6e,0x587,0x4b6)+':\x20'+_0x4afa78+')');const _0xae38a3=await getServerConfig();console['log']('URL:\x20'+_0xae38a3[_0xb94ef5(_0xedf10c._0x56b8e8,0x44e,_0xedf10c._0x52fc9b,0x458)]);return;}const _0x3d6b4a=await _0x345034[_0xb94ef5(_0xedf10c._0x2315ca,0x42c,_0xedf10c._0x54192b,_0xedf10c._0xba9e7)](getCoderSetupPath),_0x4b1892=_0x345034[_0x451ad9(-0xbf,-_0xedf10c._0x517ad3,-0x100,-0x144)](String,await getServerPort());if(!_0x3d6b4a){if(_0x345034[_0xb94ef5(0x4bf,_0xedf10c._0x3001c0,0x459,0x4b0)]!==_0x345034[_0xb94ef5(0x52b,_0xedf10c._0x5b6081,_0xedf10c._0x50eba1,_0xedf10c._0x2aba58)]){const _0x29205e=('5|0|4|2|1|'+_0xb94ef5(_0xedf10c._0x459928,0x533,_0xedf10c._0x5d4b44,_0xedf10c._0x2004f8))[_0x451ad9(-0x1d8,-_0xedf10c._0x26e14e,-0x14d,-_0xedf10c._0xf821c8)]('|');let _0x21fe0b=0x1855*-0x1+-0x2518+0x3d6d;while(!![]){switch(_0x29205e[_0x21fe0b++]){case'0':console['error']('');continue;case'1':console[_0x451ad9(-0x1e4,-_0xedf10c._0x1699ee,-0x1a3,-0x200)]('');continue;case'2':console[_0xb94ef5(0x46b,0x4ac,0x4e6,0x452)]('\x20\x20coder-se'+_0xb94ef5(0x565,0x4ea,0x4ee,0x507)+_0x451ad9(-0x1de,-0xe1,-0x15f,-_0xedf10c._0xb633f3)+_0x451ad9(-_0xedf10c._0x4f02ca,-_0xedf10c._0x1588c1,-_0xedf10c._0x9dad50,-0xd3)+_0xb94ef5(0x471,_0xedf10c._0x55bb2c,0x526,0x565)+'o/coder-se'+_0x451ad9(-0x130,-_0xedf10c._0x53ee4d,-_0xedf10c._0x55635c,-_0xedf10c._0x4e511a));continue;case'3':console[_0x451ad9(-_0xedf10c._0x3dfe68,-0x16f,-_0xedf10c._0x59b174,-_0xedf10c._0x3bab28)](_0x345034[_0xb94ef5(0x4c8,0x4ce,0x53f,0x4c0)]);continue;case'4':console[_0xb94ef5(0x44c,0x4ac,0x421,0x544)](_0x451ad9(-_0xedf10c._0x20bd94,-_0xedf10c._0x59245c,-0x156,-_0xedf10c._0x300103)+_0x451ad9(-_0xedf10c._0x41abef,-_0xedf10c._0x10ab8d,-_0xedf10c._0x39a27b,-0x203));continue;case'5':console['error'](_0xb94ef5(0x53f,0x513,0x5a6,0x590)+_0xb94ef5(_0xedf10c._0x494e0b,0x431,_0xedf10c._0x4b0734,0x4a4)+_0x451ad9(-0xa7,-_0xedf10c._0x51d2b4,-0x103,-_0xedf10c._0x4ea4d3)+'figured');continue;case'6':console[_0x451ad9(-_0xedf10c._0x2c0876,-_0xedf10c._0x55635c,-_0xedf10c._0x3a0b25,-_0xedf10c._0x3a2dc2)](_0x451ad9(-_0xedf10c._0xf298e6,-_0xedf10c._0x101a5d,-0x21c,-_0xedf10c._0x25c773));continue;case'7':process['exit'](0x1f4+-0x36*0x17+0x2e7);continue;}break;}}else{_0x382f5f[_0xb94ef5(0x581,_0xedf10c._0xe6ff32,_0xedf10c._0x3347d3,_0xedf10c._0x3d2fab)]();const _0x36b110={};_0x36b110['responding']=![],_0x345034[_0x451ad9(-0x150,-_0xedf10c._0x991cfa,-_0xedf10c._0x2f3688,-_0xedf10c._0x254e6b)](_0x3f5081,_0x36b110);}}try{const _0x2ca0e2=await _0x38a632[_0xb94ef5(0x552,_0xedf10c._0x5b1aa7,0x4be,0x476)](_0x3d6b4a);!_0x2ca0e2[_0x451ad9(-0x217,-0x173,-_0xedf10c._0x1a66a1,-_0xedf10c._0x34e434)+'y']()&&(_0x345034[_0x451ad9(-0x145,-0x18a,-0x15e,-0x1ab)](_0x345034[_0xb94ef5(0x3cb,0x446,0x45d,0x4a7)],_0x345034[_0x451ad9(-_0xedf10c._0x1e9d4f,-_0xedf10c._0x4eb8c3,-_0xedf10c._0x50b1cf,-0x1bc)])?_0x31f95f[_0x451ad9(-_0xedf10c._0x5c47cf,-0x142,-_0xedf10c._0x4bc13c,-0xc0)](_0x451ad9(-_0xedf10c._0x33e3c4,-0x1a7,-0x176,-0x12f)+'\x20\x20\x20\x20\x20✗\x20Not'+_0xb94ef5(0x52c,_0xedf10c._0xab35d2,0x44d,_0xedf10c._0x5f47a3)):(console[_0x451ad9(-_0xedf10c._0x41abef,-0x12e,-0x1a3,-0x1e1)](_0xb94ef5(0x447,0x4e6,0x58c,_0xedf10c._0x3b5a09)+_0xb94ef5(0x4cd,0x4ff,0x58c,0x474)+'\x20not\x20a\x20dir'+'ectory:\x20'+_0x3d6b4a),process[_0x451ad9(-_0xedf10c._0x155857,-_0xedf10c._0x417584,-0x212,-_0xedf10c._0x17b376)](0x5c7*0x3+0x1*-0x187d+0xd*0x8d)));}catch(_0x3faf6f){_0x345034['GOfUg'](_0xb94ef5(0x4b3,0x558,_0xedf10c._0x28b3d8,0x562),_0x345034['oWTnW'])?_0x379400[_0x451ad9(-0xcc,-_0xedf10c._0x4669b0,-0x142,-0xc7)](_0x155112['slice'](-_0x6da370)[_0x451ad9(-_0xedf10c._0x127dc2,-0x215,-0x185,-_0xedf10c._0x4ce50b)]('\x0a')):(console[_0x451ad9(-_0xedf10c._0x20f7ce,-_0xedf10c._0x449abd,-0x1a3,-_0xedf10c._0x158b7e)](_0xb94ef5(0x55d,_0xedf10c._0x183f7b,_0xedf10c._0x5422c0,0x57d)+'up\x20path\x20do'+'es\x20not\x20exi'+'st:\x20'+_0x3d6b4a),process[_0x451ad9(-0x17d,-_0xedf10c._0x3356c5,-0x212,-_0xedf10c._0x43b56d)](-0x2433+-0x373+0x27a7));}const _0x555fff=_0x27eab8['join'](__dirname,'..','..',_0x451ad9(-0x1d8,-_0xedf10c._0x51ea62,-0x1e9,-_0xedf10c._0x5e007f));console[_0xb94ef5(_0xedf10c._0x17c746,_0xedf10c._0x392bdd,0x565,_0xedf10c._0x17f735)](''),console[_0x451ad9(-_0xedf10c._0x306966,-_0xedf10c._0x15a3f6,-0x142,-_0xedf10c._0x4ea4d3)](_0x345034[_0xb94ef5(0x4d8,0x445,0x4e3,0x3b0)]),console[_0xb94ef5(0x4a7,0x50d,_0xedf10c._0x5e8a92,0x4a8)]('\x20\x20Setup\x20Pa'+_0x451ad9(-0x201,-0x2a9,-_0xedf10c._0x5ad4da,-_0xedf10c._0x2c80c4)+_0x3d6b4a),console['log']('\x20\x20Port:\x20\x20\x20'+_0x451ad9(-0x25c,-0x27d,-_0xedf10c._0x141e9b,-0x183)+_0x4b1892);function _0x451ad9(_0x1b1858,_0x2c1a54,_0x1e9413,_0x891237){return _0x5a8055(_0x1b1858-_0x26e345._0x58f658,_0x2c1a54-_0x26e345._0x1d8291,_0x1e9413- -_0x26e345._0x58bd23,_0x2c1a54);}console[_0x451ad9(-0x10f,-0x9f,-_0xedf10c._0x4bc13c,-0xab)]('\x20\x20Mode:\x20\x20\x20'+_0x451ad9(-_0xedf10c._0xbda05b,-0xb8,-0x126,-_0xedf10c._0x29b8fc)),console[_0x451ad9(-_0xedf10c._0x40616f,-0x165,-0x142,-_0xedf10c._0x4da696)]('');const _0x50f7c3=await _0x345034[_0xb94ef5(0x4b6,_0xedf10c._0x19bd5d,_0xedf10c._0x58aaf7,_0xedf10c._0x5b429b)](getTrustProxy),_0x1052bc={...process[_0x451ad9(-_0xedf10c._0x5d1442,-_0xedf10c._0x35d736,-0x1d1,-0x1e1)]};_0x1052bc[_0xb94ef5(_0xedf10c._0x1ff203,_0xedf10c._0x256ac5,0x436,_0xedf10c._0x53745d)+_0x451ad9(-_0xedf10c._0x107a5d,-0x24d,-_0xedf10c._0x5de881,-0x24c)]=_0x3d6b4a,_0x1052bc[_0xb94ef5(0x550,0x52d,_0xedf10c._0x3fff4c,0x489)]=_0x4b1892;const _0x31756b=_0x1052bc;_0x50f7c3&&(_0x345034[_0xb94ef5(0x476,0x50e,0x4e0,0x4d4)](_0x345034[_0x451ad9(-_0xedf10c._0x11c02f,-0x244,-_0xedf10c._0x1376fa,-0x22b)],_0x451ad9(-0x27b,-_0xedf10c._0x2ce721,-_0xedf10c._0x3f33e0,-_0xedf10c._0x18eb45))?_0x4eaf7b[_0x451ad9(-_0xedf10c._0x15cc6f,-0x105,-0x142,-_0xedf10c._0x186cd1)](_0xb94ef5(0x4e4,_0xedf10c._0x21ed85,_0xedf10c._0x3d96d1,_0xedf10c._0x1bcf27)+_0x451ad9(-_0xedf10c._0x26f212,-0x172,-0x1fa,-0x265)+_0x5042cd[_0x451ad9(-0x16a,-_0xedf10c._0x1d592c,-0x200,-0x25a)]):_0x31756b[_0xb94ef5(0x448,0x471,0x48f,_0xedf10c._0x1d7f1d)+'Y']=_0x345034[_0xb94ef5(_0xedf10c._0xd093b7,0x504,_0xedf10c._0x4c1171,0x5a6)]);const _0x5a28b3=[_0x555fff];process[_0xb94ef5(0x4a9,_0xedf10c._0x154308,0x406,0x3da)][_0xb94ef5(_0xedf10c._0x1ea474,_0xedf10c._0x22fee4,_0xedf10c._0x33656c,_0xedf10c._0x3c00ce)+_0x451ad9(-0x14c,-0x1e4,-0x182,-_0xedf10c._0x1542d9)]&&_0x5a28b3[_0xb94ef5(_0xedf10c._0x2faeb9,_0xedf10c._0x37e700,_0xedf10c._0x369208,0x4c3)](_0x345034[_0x451ad9(-_0xedf10c._0x4c7794,-_0xedf10c._0x16330a,-_0xedf10c._0x2b5c94,-_0xedf10c._0x519584)]);const _0xda3bf4=_0x27eab8[_0x451ad9(-0x183,-0x146,-_0xedf10c._0x123211,-0x152)](LOG_FILE),_0xa53f63={};_0xa53f63[_0x451ad9(-_0xedf10c._0x2532ce,-_0xedf10c._0x109a25,-0x184,-_0xedf10c._0x2a7def)]=!![],await _0x38a632['mkdir'](_0xda3bf4,_0xa53f63);const _0x4b913e=await _0x38a632[_0x451ad9(-_0xedf10c._0x488d73,-0x1af,-0x18f,-0x1ce)](LOG_FILE,'a'),_0x25b8be=_0x345034[_0x451ad9(-_0xedf10c._0x29c83c,-0x197,-_0xedf10c._0x360b0e,-0x66)](spawn,_0x345034[_0x451ad9(-_0xedf10c._0x2d6825,-0x6f,-0x107,-_0xedf10c._0xf0d600)],_0x5a28b3,{'env':_0x31756b,'detached':!![],'stdio':[_0x345034[_0x451ad9(-_0xedf10c._0x306c35,-0x1aa,-0x18b,-_0xedf10c._0x2c0876)],_0x4b913e['fd'],_0x4b913e['fd']]});_0x25b8be[_0xb94ef5(0x5c8,_0xedf10c._0x1246b9,_0xedf10c._0x2b8550,_0xedf10c._0xf6f77f)]();const _0x269cef=_0x27eab8['dirname'](PID_FILE),_0x47cb4c={};_0x47cb4c[_0xb94ef5(_0xedf10c._0x2e354e,0x4cb,_0xedf10c._0x2aba58,0x43d)]=!![],await _0x38a632[_0x451ad9(-0x172,-_0xedf10c._0x30d308,-_0xedf10c._0x4c6ece,-_0xedf10c._0x17c452)](_0x269cef,_0x47cb4c),await _0x38a632['writeFile'](PID_FILE,_0x25b8be[_0x451ad9(-0x174,-_0xedf10c._0x5de881,-_0xedf10c._0x591d81,-_0xedf10c._0x35dc43)][_0x451ad9(-0x198,-_0xedf10c._0x548f21,-0xf5,-_0xedf10c._0x4f61cc)](),_0x345034[_0x451ad9(-_0xedf10c._0x13850b,-0xda,-0x10b,-0x74)]),console[_0x451ad9(-_0xedf10c._0x40b672,-0xee,-0x142,-0xca)](_0x451ad9(-0x159,-_0xedf10c._0x1e87a4,-0x177,-_0xedf10c._0x23661c)+'tarted\x20in\x20'+_0xb94ef5(_0xedf10c._0x59fdee,0x46f,0x414,0x4f2)+_0xb94ef5(0x497,_0xedf10c._0x24e095,0x515,_0xedf10c._0xc525f3)+_0x25b8be['pid']+')'),console[_0x451ad9(-_0xedf10c._0x2dc869,-_0xedf10c._0x8d13b4,-_0xedf10c._0x4bc13c,-_0xedf10c._0x5de881)](_0xb94ef5(_0xedf10c._0x4c00fd,_0xedf10c._0x1f151e,_0xedf10c._0x22975c,0x5a4)+_0x451ad9(-0x114,-_0xedf10c._0x58ef23,-_0xedf10c._0x164995,-_0xedf10c._0x34e434)+_0x451ad9(-_0xedf10c._0xd3eea1,-0x103,-0xfa,-0xdc)+_0x4b1892),console['log'](_0x451ad9(-_0xedf10c._0x5ac368,-0x229,-_0xedf10c._0x1ffda1,-_0xedf10c._0x1a66a1)+LOG_FILE),console[_0xb94ef5(0x535,0x50d,_0xedf10c._0xdc51ac,_0xedf10c._0x21d2e)](''),console['log'](_0x345034[_0x451ad9(-0xd2,-_0xedf10c._0x3e5f3f,-0x164,-0x173)]),console[_0xb94ef5(0x550,_0xedf10c._0x28b3d8,0x4d4,_0xedf10c._0xe6ff32)](_0x345034[_0x451ad9(-0x2bf,-_0xedf10c._0x4ddac4,-_0xedf10c._0x1a134f,-_0xedf10c._0xb7d6ad)]),console[_0x451ad9(-_0xedf10c._0xf2c813,-_0xedf10c._0x4bc13c,-_0xedf10c._0x1e7824,-_0xedf10c._0x1d592c)](_0x451ad9(-_0xedf10c._0x50277d,-_0xedf10c._0x31de44,-0x1bb,-_0xedf10c._0x43ee8d)+'-server\x20lo'+_0xb94ef5(0x466,_0xedf10c._0xec678c,0x441,0x43b)+'w\x20logs');}export async function stopServer(){const _0x3b8daf={_0x39dbfb:0x287,_0x19a974:0x2f8,_0x2a8d5f:0x1e2,_0x21102a:0x13d,_0x38cb14:0x16f,_0x502826:0x179,_0x46a215:0x22f,_0xdec936:0x109,_0x1105ca:0x169,_0x566266:0x185,_0x446dfd:0x246,_0x4b82ec:0x1e6,_0x3e5547:0x220,_0x33ed0f:0x277,_0x5255b8:0x29c,_0x1ffe49:0x219,_0xf9211c:0x215,_0x298869:0x1e8,_0x80aee9:0x1df,_0x496f8d:0x28e,_0xba0426:0x12b,_0x13b4bf:0x14e,_0x583666:0x16f,_0x55ade0:0x1a7,_0x1d8d16:0x2a2,_0x4860ef:0x234,_0x152cd1:0x2d3,_0x32c24f:0x2b9,_0x5961a9:0x198,_0x4fb66f:0x241,_0x14feda:0x1e3,_0x21e7ef:0x205,_0x5638c4:0x1d7,_0x3d1948:0x1f5,_0x276b04:0x335,_0x3c5454:0x2b0,_0x31a0b3:0x315,_0x5f4837:0x1f6,_0x1ea960:0x31e,_0x23d15a:0x2e3,_0x11d3bc:0x392,_0x15a337:0x35e,_0x325e31:0x149,_0x4264f7:0x195,_0x46643d:0x242,_0x1c8d99:0x294,_0x58a91d:0x162,_0x466f0e:0x175,_0x275953:0x1b7,_0x16c22d:0x164,_0x27eab1:0x10a,_0x2defd9:0x2bd,_0x22f2af:0x17f,_0x13c42a:0x189,_0x54bb74:0x14b,_0x3995e3:0x2a5,_0x1f7b3a:0x281,_0x412d2d:0x1eb,_0x353157:0x237,_0x2077ae:0x274,_0x124ec5:0x32f,_0x5867aa:0x2bc,_0x28a3c8:0x311,_0x27ab19:0x1d2,_0xb78c23:0x20a,_0x220049:0x21b,_0x619817:0x27d,_0x145a93:0x219,_0x5ace5e:0x2a1,_0x47826c:0x2c7,_0xe5fa99:0x19b,_0x1b7181:0x21f,_0x588599:0x2b3,_0xdeedb:0x304,_0xc1143c:0x19d,_0x588a64:0x97,_0x203f0b:0x115,_0x56f2dd:0xfc,_0x275f6e:0xb5,_0x5404c6:0x14b,_0x557153:0x2b2,_0xbca079:0x1cd,_0x195e4f:0x17d,_0x3b0350:0x17a,_0x336a79:0x16e,_0x2f8fe3:0x17c,_0x2b5ca3:0x26d,_0x1028fc:0x298,_0x2c01f1:0x33a,_0x2ad6ef:0x210,_0x515954:0x159,_0x5b3810:0x209,_0x3a1d9c:0x375,_0x2d4c4c:0x1e3,_0x23f24a:0x256,_0x30c699:0x28a,_0xdf2526:0x292,_0x23c7b4:0x1d2,_0x207c22:0x13f,_0xc2ffa8:0x128,_0x4d802d:0x2c8,_0x147b18:0x2ee,_0x508365:0x2d2,_0x1aa3b1:0x2d0,_0x400cfa:0x309,_0x2c9476:0x2d6,_0xb4c257:0x256,_0x46b1f1:0x25a,_0x1a5953:0x303,_0x2dab86:0x2a7,_0x214f5e:0x1bf,_0xa4ffbf:0xcc,_0x18f441:0x137,_0x278970:0x10a,_0xdb9507:0x11d,_0x1c63e4:0x19f,_0x37e742:0x356,_0x552d8a:0x32c,_0xe3583e:0x2f4,_0x2087a9:0x31e,_0x2d38e4:0x18b,_0x444c5a:0x1ff,_0x4616ee:0x1ac,_0x237c42:0x277,_0x48f52e:0x2bc,_0x3f23f1:0x27f,_0x32d17f:0x36c,_0x150dfa:0x2d5,_0x2ab064:0x232,_0x2d53c6:0x18f,_0x546b0e:0x148,_0x5356dd:0x1cc,_0x784f3b:0x236,_0x2bd260:0x193,_0x2fc52f:0x18a,_0x30a08e:0x2d9,_0xe74aed:0x128,_0x14d64f:0x319,_0x2265cf:0x313,_0x21d331:0x2dd,_0x1d9a36:0x1f9},_0x518c6e={_0x4b4934:0x9b,_0x4a9d7c:0x737},_0x46a9e6={_0x3c7bfe:0x66,_0x53ea25:0x309},_0x31aaf8={};_0x31aaf8[_0x57056b(0x208,0x204,0x25c,0x28e)]=_0x57056b(0x311,0x25e,_0x3b8daf._0x39dbfb,_0x3b8daf._0x19a974),_0x31aaf8['akGTK']=function(_0x2a5e39,_0x58a627){return _0x2a5e39===_0x58a627;},_0x31aaf8[_0xd60469(-0x156,-0x1c7,-0x203,-0x17e)]=_0xd60469(-0x170,-_0x3b8daf._0x2a8d5f,-_0x3b8daf._0x21102a,-0x1b8),_0x31aaf8[_0xd60469(-_0x3b8daf._0x38cb14,-_0x3b8daf._0x502826,-_0x3b8daf._0x46a215,-0x1e4)]=_0xd60469(-0x190,-_0x3b8daf._0xdec936,-_0x3b8daf._0x1105ca,-_0x3b8daf._0x566266)+_0x57056b(_0x3b8daf._0x446dfd,0x30e,0x2d1,0x339)+'g',_0x31aaf8[_0x57056b(0x1de,_0x3b8daf._0x4b82ec,_0x3b8daf._0x3e5547,_0x3b8daf._0x33ed0f)]=_0x57056b(_0x3b8daf._0x5255b8,0x279,_0x3b8daf._0x1ffe49,_0x3b8daf._0xf9211c),_0x31aaf8[_0xd60469(-0x22b,-_0x3b8daf._0x298869,-0x243,-_0x3b8daf._0x80aee9)]=function(_0x4a74c4,_0x258aa4){return _0x4a74c4!==_0x258aa4;},_0x31aaf8['BxzOv']=_0x57056b(0x3c5,_0x3b8daf._0x496f8d,0x320,0x36e),_0x31aaf8[_0x57056b(0x1b4,0x1f4,0x23e,0x1e7)]=function(_0x3665a1,_0x1d8fef){return _0x3665a1!==_0x1d8fef;},_0x31aaf8[_0x57056b(0x360,0x2dc,0x324,0x32a)]='UvSTt',_0x31aaf8[_0xd60469(-_0x3b8daf._0xba0426,-0x1e5,-_0x3b8daf._0x13b4bf,-_0x3b8daf._0x583666)]=function(_0x583220,_0x47b4e7){return _0x583220!==_0x47b4e7;},_0x31aaf8[_0x57056b(_0x3b8daf._0x55ade0,_0x3b8daf._0x1d8d16,0x215,_0x3b8daf._0x4860ef)]=_0x57056b(_0x3b8daf._0x152cd1,0x35c,_0x3b8daf._0x32c24f,0x22e);function _0x57056b(_0x140951,_0x3a8f6d,_0x58a30e,_0x252515){return _0x30de06(_0x140951-_0x46a9e6._0x3c7bfe,_0x3a8f6d,_0x58a30e- -_0x46a9e6._0x53ea25,_0x252515-0x121);}_0x31aaf8[_0xd60469(-_0x3b8daf._0x5961a9,-0x147,-0xa3,-0x13a)]=function(_0x4b758d,_0x210785){return _0x4b758d!==_0x210785;};function _0xd60469(_0x45f1ef,_0x549de8,_0x2d7f89,_0x501ea1){return _0x30de06(_0x45f1ef-_0x518c6e._0x4b4934,_0x2d7f89,_0x501ea1- -_0x518c6e._0x4a9d7c,_0x501ea1-0x10);}_0x31aaf8[_0xd60469(-0x24e,-0x212,-_0x3b8daf._0x4fb66f,-_0x3b8daf._0x14feda)]=_0x57056b(0x273,0x24f,_0x3b8daf._0x21e7ef,0x257);const _0x2c949f=_0x31aaf8,{running:_0x3db5e6,pid:_0x1bdc85}=await isServerRunning();if(!_0x3db5e6){if(_0x2c949f['akGTK'](_0xd60469(-_0x3b8daf._0x5638c4,-0x27a,-0x267,-_0x3b8daf._0x3d1948),_0x2c949f[_0x57056b(0x336,_0x3b8daf._0x276b04,_0x3b8daf._0x3c5454,_0x3b8daf._0x31a0b3)]))_0x31e387[_0x57056b(0x208,0x1d8,0x247,0x28c)+'Y']='true';else{console[_0x57056b(0x352,0x345,0x2e3,0x2d3)](_0x2c949f[_0xd60469(-0x185,-_0x3b8daf._0x5f4837,-0x1cc,-0x1e4)]);return;}}console[_0x57056b(_0x3b8daf._0x1ea960,0x363,_0x3b8daf._0x23d15a,0x352)]('Stopping\x20s'+_0x57056b(0x350,_0x3b8daf._0x11d3bc,0x328,_0x3b8daf._0x15a337)+':\x20'+_0x1bdc85+_0xd60469(-0x1ea,-0x185,-0x184,-0x1b9));try{process[_0xd60469(-0x1a3,-_0x3b8daf._0x325e31,-_0x3b8daf._0x4264f7,-0x171)](_0x1bdc85,_0x2c949f['diUaE']);for(let _0x2a6f80=-0x2604+-0x22e6+-0x3*-0x184e;_0x2a6f80<-0x1a51+0xbd6+-0x11*-0xdd;_0x2a6f80++){if(_0x2c949f['Nihiw'](_0x57056b(0x32d,_0x3b8daf._0x46643d,0x2aa,_0x3b8daf._0x1c8d99),_0x2c949f['BxzOv']))try{_0x2c949f['IduOS'](_0xd60469(-_0x3b8daf._0x58a91d,-0x1ee,-_0x3b8daf._0x466f0e,-_0x3b8daf._0x275953),_0x2c949f[_0xd60469(-0x191,-_0x3b8daf._0x16c22d,-0x199,-_0x3b8daf._0x27eab1)])?(process[_0x57056b(0x22c,0x27e,_0x3b8daf._0x2defd9,0x217)](_0x1bdc85,-0x991+-0x1*0x575+-0x6*-0x281),await new Promise(_0x45288d=>setTimeout(_0x45288d,-0xc1+-0xe06+0xf2b))):(_0x539777[_0xd60469(-_0x3b8daf._0x22f2af,-0x1ee,-_0x3b8daf._0x13c42a,-_0x3b8daf._0x54bb74)]('\x20\x20Status:\x20'+_0x57056b(_0x3b8daf._0x3995e3,_0x3b8daf._0x1ffe49,0x21f,_0x3b8daf._0x1f7b3a)+'ning\x20(fore'+_0x57056b(0x241,_0x3b8daf._0x412d2d,_0x3b8daf._0x353157,_0x3b8daf._0x2077ae)),_0x16b1d3[_0x57056b(0x305,_0x3b8daf._0x124ec5,_0x3b8daf._0x23d15a,0x2bd)](_0x57056b(_0x3b8daf._0x5867aa,0x32e,0x2b4,_0x3b8daf._0x3e5547)+_0x57056b(0x308,0x26c,0x2b2,_0x3b8daf._0x28a3c8)+_0x330a99[_0xd60469(-0x1b1,-0x29e,-_0x3b8daf._0x27ab19,-_0x3b8daf._0xb78c23)]));}catch{if(_0x2c949f[_0xd60469(-0x156,-0x1aa,-0x1b3,-_0x3b8daf._0x583666)](_0x2c949f[_0xd60469(-0x1cf,-_0x3b8daf._0x220049,-_0x3b8daf._0x619817,-_0x3b8daf._0x145a93)],_0x2c949f['tBvGa']))_0x3442c7[_0x57056b(_0x3b8daf._0x5ace5e,_0x3b8daf._0x47826c,0x2e3,0x345)]('\x20\x20Status:\x20'+_0x57056b(_0x3b8daf._0xe5fa99,0x26d,_0x3b8daf._0x1b7181,0x1bf)+_0x57056b(_0x3b8daf._0x588599,0x346,0x31c,_0x3b8daf._0xdeedb)+_0xd60469(-_0x3b8daf._0xc1143c,-_0x3b8daf._0x588a64,-_0x3b8daf._0x203f0b,-_0x3b8daf._0x56f2dd)),_0xeb5568[_0xd60469(-0x129,-_0x3b8daf._0x275f6e,-0x1b6,-_0x3b8daf._0x5404c6)]('\x20\x20PID:\x20\x20\x20\x20'+_0x57056b(0x2da,0x284,_0x3b8daf._0x557153,0x20e)+_0x250f1e),_0x579d3d['log'](_0xd60469(-0x144,-_0x3b8daf._0xbca079,-_0x3b8daf._0x195e4f,-_0x3b8daf._0x3b0350)+_0xd60469(-0x181,-0x1cf,-_0x3b8daf._0x336a79,-_0x3b8daf._0x2f8fe3)+_0x5c2a89['serverUrl']);else break;}else _0x5f4e8a['kill'](_0x1fc759,0xad3*-0x2+-0x22c4+0x386a),_0x34046a['log'](_0x57056b(0x33d,_0x3b8daf._0x2b5ca3,_0x3b8daf._0x1028fc,_0x3b8daf._0x2c01f1)+_0xd60469(-_0x3b8daf._0x2ad6ef,-_0x3b8daf._0x515954,-_0x3b8daf._0x5b3810,-0x188)+_0x57056b(0x2bf,0x2ac,0x318,_0x3b8daf._0x3a1d9c)+_0x57056b(_0x3b8daf._0x2d4c4c,0x1d0,_0x3b8daf._0x23f24a,0x296)+'..'),_0x3d8396[_0x57056b(_0x3b8daf._0x30c699,_0x3b8daf._0xdf2526,_0x3b8daf._0x2defd9,0x2c3)](_0x2a5de1,_0x2c949f[_0xd60469(-_0x3b8daf._0x80aee9,-0x24e,-_0x3b8daf._0x195e4f,-_0x3b8daf._0x23c7b4)]);}try{process['kill'](_0x1bdc85,-0x5*-0x53+0x1*0xcbc+-0xe5b),console[_0xd60469(-0x170,-_0x3b8daf._0x207c22,-_0x3b8daf._0xc2ffa8,-0x14b)](_0x57056b(_0x3b8daf._0x4d802d,_0x3b8daf._0x147b18,_0x3b8daf._0x1028fc,_0x3b8daf._0x508365)+_0x57056b(0x202,_0x3b8daf._0x1aa3b1,0x2a6,_0x3b8daf._0x400cfa)+'gracefully'+_0x57056b(_0x3b8daf._0x2c9476,0x2da,_0x3b8daf._0xb4c257,_0x3b8daf._0x46b1f1)+'..'),process[_0x57056b(_0x3b8daf._0x46b1f1,_0x3b8daf._0x1a5953,0x2bd,0x2c1)](_0x1bdc85,_0x57056b(0x200,0x258,0x287,_0x3b8daf._0x2dab86));}catch{}await _0x38a632[_0xd60469(-0x1c8,-_0x3b8daf._0x214f5e,-_0x3b8daf._0xa4ffbf,-0x14c)](PID_FILE)['catch'](()=>{}),console['log'](_0xd60469(-_0x3b8daf._0x18f441,-0x200,-0x1ba,-0x180)+_0xd60469(-0x232,-_0x3b8daf._0x278970,-_0x3b8daf._0xdb9507,-_0x3b8daf._0x1c63e4));}catch(_0x5ccc9b){_0x2c949f[_0x57056b(_0x3b8daf._0x37e742,_0x3b8daf._0x552d8a,_0x3b8daf._0xe3583e,_0x3b8daf._0x2087a9)](_0x2c949f['QoDYx'],_0x57056b(0x28d,_0x3b8daf._0x2d38e4,0x205,0x1fd))?(_0x341099[_0xd60469(-0x141,-_0x3b8daf._0x16c22d,-_0x3b8daf._0x444c5a,-_0x3b8daf._0x4616ee)](_0x57056b(_0x3b8daf._0x237c42,0x347,_0x3b8daf._0x48f52e,0x269)+_0x57056b(_0x3b8daf._0x3f23f1,_0x3b8daf._0x32d17f,_0x3b8daf._0x150dfa,_0x3b8daf._0x2ab064)+_0xd60469(-_0x3b8daf._0x2d53c6,-0x187,-_0x3b8daf._0x546b0e,-_0x3b8daf._0x5356dd)+_0xd60469(-0x202,-0x119,-_0x3b8daf._0x784f3b,-_0x3b8daf._0x2bd260)+_0x2c12fb),_0x3b3001[_0xd60469(-0x212,-0x2a0,-_0x3b8daf._0x2fc52f,-0x21b)](0x18da*0x1+-0x54e*0x3+-0x8ef*0x1)):(console[_0x57056b(0x2b0,0x220,0x282,_0x3b8daf._0x30a08e)]('Error\x20stop'+_0xd60469(-_0x3b8daf._0xe74aed,-0x219,-_0x3b8daf._0x444c5a,-0x1bd)+_0x57056b(0x2bd,0x3be,_0x3b8daf._0x14d64f,_0x3b8daf._0x1f7b3a)+_0x5ccc9b[_0x57056b(_0x3b8daf._0x2265cf,0x2a7,_0x3b8daf._0x21d331,_0x3b8daf._0x2b5ca3)]),process[_0xd60469(-0x211,-0x293,-_0x3b8daf._0x1d9a36,-0x21b)](0x2695+0x3d9+-0x2a6d));}}async function checkServerHealth(_0x4352ae){const _0x5a0aae={_0x202da6:0x441,_0x3d9187:0x3f1,_0x36ae5d:0x4b3,_0x2ebf43:0x369,_0x59ab19:0x367,_0x3d02a5:0x363,_0x10f73d:0x546,_0x5196af:0x587,_0x369c33:0x4f5,_0x432a92:0x40a,_0x377791:0x43a,_0x3ac451:0x4c7,_0x4fceb2:0x4c1,_0xa4aa86:0x4d9,_0x5c4614:0x54e,_0x1c75a6:0x574},_0x2df885={_0x5aa295:0x50f,_0x4eaa95:0x57a,_0x426be0:0x505,_0x23df66:0x316,_0x216c0e:0x399,_0x47f634:0x354,_0x589c6b:0x5c5,_0x622a85:0x418,_0x465cab:0x5ef,_0xb748b3:0x422,_0x516418:0x44c,_0x462ab4:0x5f5,_0xdc3aa7:0x2b3,_0xb9218e:0x408,_0x4d54ef:0x3a1,_0x5e007a:0x401},_0x49befa={_0x4651a6:0xc6},_0xe2b293={_0xbe1fea:0x11a},_0x39a66b={_0x52468d:0x138,_0x514b99:0xd2},_0x3ea024={_0x30d496:0x133},_0x305cef={_0x3a0ca5:0xc5};function _0x3cf8fe(_0x22dec7,_0x1bd47,_0x584e64,_0x235cb9){return _0x30de06(_0x22dec7-0xdc,_0x584e64,_0x1bd47- -_0x305cef._0x3a0ca5,_0x235cb9-0x145);}function _0x247bcd(_0x45ef69,_0x571f25,_0x1d65cd,_0x4ba86f){return _0x5a8055(_0x45ef69-0x6b,_0x571f25-0x2f,_0x571f25-_0x3ea024._0x30d496,_0x45ef69);}const _0x3cc575={'eaUdM':function(_0x3d7d81,_0x37d1c8){return _0x3d7d81!==_0x37d1c8;},'WMwMy':_0x3cf8fe(_0x5a0aae._0x202da6,0x43c,_0x5a0aae._0x3d9187,_0x5a0aae._0x36ae5d),'MVinj':'unknown','EQtcj':_0x247bcd(_0x5a0aae._0x2ebf43,_0x5a0aae._0x59ab19,0x3b2,_0x5a0aae._0x3d02a5),'nlaiF':_0x3cf8fe(0x583,_0x5a0aae._0x10f73d,_0x5a0aae._0x5196af,_0x5a0aae._0x369c33),'ZvFFl':_0x3cf8fe(_0x5a0aae._0x432a92,_0x5a0aae._0x377791,0x408,_0x5a0aae._0x3ac451),'aZbCX':function(_0x139a4a,_0x20f055){return _0x139a4a(_0x20f055);},'NxvGq':_0x3cf8fe(_0x5a0aae._0x4fceb2,0x4c6,0x46f,_0x5a0aae._0xa4aa86),'tebZf':_0x3cf8fe(0x54c,_0x5a0aae._0x5c4614,0x4c5,_0x5a0aae._0x1c75a6)};return new Promise(_0x2bfd23=>{const _0x5c7aed={_0xba8a61:0x3c8,_0x2488f8:0x153,_0x42df99:0x2fd,_0xf3083c:0x2f9,_0x3578f4:0x236,_0x5a8474:0xf4,_0x2e2490:0x117,_0x1863ff:0x11f,_0x23e64c:0x14f,_0x12f5a1:0x1cb,_0x11bec9:0xb1,_0x207a40:0x2d,_0x95adb6:0xba,_0x1fc27e:0x33d},_0x3dfc1d={_0x1d8679:0xea,_0x9bca47:0xef,_0x4566f7:0x10f},_0x587d96={_0x40329e:0xbc,_0xbe3934:0x13a,_0x29f410:0x9f},_0x1a75a7={_0x2e2fa7:0x71,_0x55b950:0x31},_0x4c3ee6={'WNHQb':function(_0x119cf0,_0x12e912){function _0x1fa6a5(_0x4ff129,_0xfde26b,_0x47fc66,_0x231e60){return _0x51ee(_0xfde26b- -0x364,_0x4ff129);}return _0x3cc575[_0x1fa6a5(-_0x39a66b._0x52468d,-0x149,-_0x39a66b._0x514b99,-0x15d)](_0x119cf0,_0x12e912);},'xDNHn':_0x3cc575[_0x33fc9d(_0x2df885._0x5aa295,_0x2df885._0x4eaa95,_0x2df885._0x426be0,0x476)],'DIzXm':function(_0x531481,_0x108293){return _0x531481(_0x108293);},'uiViG':_0x3cc575['MVinj'],'HjmBQ':_0x3cc575['EQtcj'],'JqooG':_0x3cc575[_0x28d15f(0x41a,_0x2df885._0x23df66,_0x2df885._0x216c0e,_0x2df885._0x47f634)],'Cilzy':function(_0xeb6bee,_0x3c342a){return _0xeb6bee(_0x3c342a);},'NfDOJ':function(_0x14a2ae,_0x5e6f5d){return _0x14a2ae===_0x5e6f5d;},'yrNTb':_0x3cc575[_0x33fc9d(_0x2df885._0x589c6b,0x572,0x5f1,0x638)],'jXecK':function(_0x14b6d3,_0x492dda){function _0x41b8b3(_0xe67c4d,_0x2c3788,_0x3ea89d,_0x767be0){return _0x33fc9d(_0xe67c4d-0x91,_0x2c3788,_0xe67c4d- -0x4ee,_0x767be0-0x192);}return _0x3cc575[_0x41b8b3(0x13f,0x182,_0xe2b293._0xbe1fea,0x1b5)](_0x14b6d3,_0x492dda);}},_0x2a02b3={};function _0x28d15f(_0x4d7af2,_0x57d90f,_0xc09c72,_0x50c339){return _0x3cf8fe(_0x4d7af2-0x119,_0xc09c72- -0x18b,_0x4d7af2,_0x50c339-0xdb);}_0x2a02b3[_0x28d15f(0x407,0x3d5,0x3c3,_0x2df885._0x622a85)]=0x7d0;const _0x457df2=_0x958b14[_0x33fc9d(_0x2df885._0x465cab,0x518,0x592,0x582)](_0x28d15f(0x39e,0x371,0x3b4,0x3fe)+_0x28d15f(_0x2df885._0xb748b3,0x35c,0x3e3,_0x2df885._0x516418)+_0x4352ae+'/health',_0x2a02b3,_0xbdf16=>{const _0x2de379={_0x5a9d40:0xb4,_0x441119:0x144,_0x5bf738:0x76,_0x256d97:0xf8,_0x572e70:0x400,_0x20a0e7:0x3e9,_0x1c2bb3:0x39e,_0x17c266:0x2a1,_0x4297bf:0x37c,_0x5b58eb:0x3bf,_0x553697:0x3fd,_0xaa2c3e:0x41b,_0x5bd5d8:0x370,_0x37598b:0x220,_0x4bfbad:0x1ad,_0x285e2d:0x119,_0x56aaea:0x350};function _0x3c942a(_0x323dd2,_0x13f232,_0x61d491,_0x4e4c76){return _0x33fc9d(_0x323dd2-_0x1a75a7._0x2e2fa7,_0x13f232,_0x323dd2- -0x640,_0x4e4c76-_0x1a75a7._0x55b950);}let _0x4fb89e='';function _0x53e015(_0xd61556,_0x19d6ed,_0x14bd4e,_0x3346f5){return _0x28d15f(_0xd61556,_0x19d6ed-0xc5,_0x19d6ed- -0x319,_0x3346f5-0x79);}_0xbdf16['on'](_0x4c3ee6[_0x53e015(0x1d,0xa4,_0x587d96._0x40329e,_0x587d96._0xbe3934)],_0x1a4654=>_0x4fb89e+=_0x1a4654),_0xbdf16['on'](_0x4c3ee6[_0x3c942a(-_0x587d96._0x29f410,-0x2e,-0x38,-0x42)],()=>{const _0x4f0803={_0x4a3035:0x33a,_0x230c78:0xcb};function _0x3bf3b6(_0xd7bddc,_0x4f0b57,_0xc9e206,_0x393cd9){return _0x3c942a(_0xc9e206- -0x8e,_0x393cd9,_0xc9e206-0x72,_0x393cd9-0x1d7);}function _0x5dc1d3(_0x36bee6,_0x2db37f,_0x3dcb91,_0x3d3854){return _0x53e015(_0x2db37f,_0x36bee6-_0x4f0803._0x4a3035,_0x3dcb91-0x18b,_0x3d3854-_0x4f0803._0x230c78);}if(_0x4c3ee6['WNHQb'](_0x4c3ee6[_0x3bf3b6(-_0x2de379._0x5a9d40,-0xeb,-0xad,-0xb6)],_0x4c3ee6[_0x3bf3b6(-0x14,-_0x2de379._0x441119,-0xad,-0x6b)]))_0x2d417c[_0x3bf3b6(-_0x2de379._0x5bf738,-0x12d,-0xe1,-_0x2de379._0x256d97)]('\x20\x20Setup\x20Pa'+_0x5dc1d3(_0x2de379._0x572e70,0x365,0x388,_0x2de379._0x20a0e7)+_0x3bf3b6(-0x12f,-0x76,-0xf0,-0x125)+')');else try{const _0x451e91=JSON[_0x5dc1d3(0x30c,0x336,_0x2de379._0x1c2bb3,_0x2de379._0x17c266)](_0x4fb89e),_0xacb38={};_0xacb38[_0x5dc1d3(0x3c5,_0x2de379._0x4297bf,_0x2de379._0x5b58eb,_0x2de379._0x553697)]=!![],_0xacb38[_0x5dc1d3(0x37c,_0x2de379._0xaa2c3e,_0x2de379._0x5bd5d8,0x2ed)]=_0x451e91['service']||'unknown',_0x2bfd23(_0xacb38);}catch{_0x4c3ee6[_0x3bf3b6(-_0x2de379._0x37598b,-0x16f,-_0x2de379._0x4bfbad,-_0x2de379._0x285e2d)](_0x2bfd23,{'responding':!![],'service':_0x4c3ee6[_0x5dc1d3(0x3c7,_0x2de379._0x56aaea,0x426,0x42d)]});}});}),_0x431003={};_0x431003[_0x33fc9d(0x66f,0x5c8,_0x2df885._0x462ab4,0x683)]=![];function _0x33fc9d(_0x603df2,_0x2ef303,_0x521b89,_0xb50b2e){return _0x3cf8fe(_0x603df2-0x13e,_0x521b89-_0x49befa._0x4651a6,_0x2ef303,_0xb50b2e-0x1c8);}_0x457df2['on'](_0x3cc575[_0x28d15f(0x329,_0x2df885._0xdc3aa7,0x2ab,0x2cc)],()=>_0x2bfd23(_0x431003)),_0x457df2['on'](_0x3cc575[_0x28d15f(0x419,_0x2df885._0xb9218e,_0x2df885._0x4d54ef,_0x2df885._0x5e007a)],()=>{const _0x452415={_0x4f7634:0xe},_0x69747d={_0x39ef47:0x1ce};function _0x2a1156(_0x2ad662,_0x588c23,_0x48d564,_0x577952){return _0x28d15f(_0x2ad662,_0x588c23-0x4a,_0x577952- -0x239,_0x577952-_0x69747d._0x39ef47);}function _0x5640bd(_0x1a33e1,_0x3e9711,_0x91d265,_0xc7fc71){return _0x28d15f(_0x1a33e1,_0x3e9711-0x19,_0xc7fc71- -_0x452415._0x4f7634,_0xc7fc71-0x179);}const _0x582d59={'vtrAX':function(_0x293cfa,_0x61cb7b){function _0x30f281(_0x194fda,_0x53eb5f,_0x53d3f5,_0x5cd18f){return _0x51ee(_0x53d3f5- -0x22c,_0x194fda);}return _0x4c3ee6[_0x30f281(_0x3dfc1d._0x1d8679,_0x3dfc1d._0x9bca47,0xb6,_0x3dfc1d._0x4566f7)](_0x293cfa,_0x61cb7b);},'jMxMH':_0x4c3ee6[_0x5640bd(0x300,_0x5c7aed._0xba8a61,0x3ab,0x398)]};if(_0x4c3ee6[_0x2a1156(0x1ae,0xd6,0x195,_0x5c7aed._0x2488f8)](_0x4c3ee6[_0x5640bd(0x28e,0x38e,0x398,_0x5c7aed._0x42df99)],_0x5640bd(_0x5c7aed._0xf3083c,0x30b,_0x5c7aed._0x3578f4,0x2a1))){_0x457df2[_0x2a1156(0x1a6,0x1b8,_0x5c7aed._0x5a8474,0x181)]();const _0x1956fa={};_0x1956fa[_0x2a1156(_0x5c7aed._0x2e2490,0x1ac,_0x5c7aed._0x1863ff,0x16b)]=![],_0x4c3ee6[_0x2a1156(_0x5c7aed._0x23e64c,_0x5c7aed._0x12f5a1,0x15d,0x18b)](_0x2bfd23,_0x1956fa);}else _0x582d59[_0x2a1156(_0x5c7aed._0x11bec9,_0x5c7aed._0x207a40,_0x5c7aed._0x95adb6,0xbb)](_0x21afd0,{'responding':!![],'service':_0x582d59[_0x5640bd(0x388,_0x5c7aed._0x1fc27e,0x34b,0x3b1)]});});});}function _0x51ee(_0x4eedcd,_0x105a7e){_0x4eedcd=_0x4eedcd-(0xf9*0x17+-0xd4b+0x1*-0x770);const _0x5e0492=_0x5189();let _0x5e361c=_0x5e0492[_0x4eedcd];if(_0x51ee['pFvdXN']===undefined){var _0x4558f5=function(_0x546bc9){const _0x4230db='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5b942d='',_0x32bc52='';for(let _0x5c4034=-0x14*-0xd+-0x8c5*-0x2+-0x32*0x5f,_0x21afd0,_0x13c0e4,_0x53df28=0x246a*-0x1+0x3*-0xaf7+0x454f;_0x13c0e4=_0x546bc9['charAt'](_0x53df28++);~_0x13c0e4&&(_0x21afd0=_0x5c4034%(-0x7*-0x3b5+-0x28f+-0x1760)?_0x21afd0*(0x1df0+-0x5*-0x331+0xf37*-0x3)+_0x13c0e4:_0x13c0e4,_0x5c4034++%(0x396+-0x2f6+-0x9c))?_0x5b942d+=String['fromCharCode'](-0x108d+-0x1*-0x16c4+0x14e*-0x4&_0x21afd0>>(-(0x1*0x2345+-0x2317+-0x2c)*_0x5c4034&-0xd*0x18d+-0x217f*-0x1+-0xd50)):0x1505+0x198*0x17+-0x39ad*0x1){_0x13c0e4=_0x4230db['indexOf'](_0x13c0e4);}for(let _0x382f5f=-0x209*-0xb+0x1d3f+0x33a2*-0x1,_0x3f5081=_0x5b942d['length'];_0x382f5f<_0x3f5081;_0x382f5f++){_0x32bc52+='%'+('00'+_0x5b942d['charCodeAt'](_0x382f5f)['toString'](-0x135f+0x1f50+-0xbe1*0x1))['slice'](-(-0x59*-0x26+0x9*-0x3ce+0x150a));}return decodeURIComponent(_0x32bc52);};_0x51ee['ZJSIes']=_0x4558f5,_0x51ee['PieKpr']={},_0x51ee['pFvdXN']=!![];}const _0x1913fd=_0x5e0492[-0x11*-0x3d+0x25*0x107+0x4*-0xa84],_0x44644c=_0x4eedcd+_0x1913fd,_0x2321bc=_0x51ee['PieKpr'][_0x44644c];return!_0x2321bc?(_0x5e361c=_0x51ee['ZJSIes'](_0x5e361c),_0x51ee['PieKpr'][_0x44644c]=_0x5e361c):_0x5e361c=_0x2321bc,_0x5e361c;}export async function showStatus(){const _0x151f42={_0x5056e3:0x302,_0x565d05:0x284,_0x2dabaf:0x26e,_0x4fc491:0x1bb,_0x451946:0x1ec,_0x10165d:0x1ce,_0x424afa:0x203,_0x2fb669:0x237,_0xfe1b6b:0x52a,_0x5f4926:0x4cb,_0x4b1a76:0x52c,_0x182be5:0x50a,_0x4b3072:0x51f,_0x442be3:0x4e2,_0x1d91fc:0x540,_0x2e83f3:0x52c,_0x1e74ee:0x4a7,_0x4f0a44:0x44b,_0xb46fe2:0x43f,_0x29270e:0x161,_0x87a878:0x202,_0x2a94d1:0x412,_0x40a731:0x467,_0x3c04ff:0x2be,_0x3d332:0x510,_0x19e0ad:0x3ea,_0x1109cd:0x47e,_0x4bf354:0x491,_0x3ac9e3:0x47f,_0xb9d494:0x525,_0x3f9425:0x491,_0x50bab1:0x4d1,_0x176f4e:0x43e,_0x3db558:0x273,_0x4dadd6:0x338,_0x4375e1:0x2dc,_0x212cae:0x2e4,_0x30cc59:0x26f,_0x39e326:0x2c1,_0x230c22:0x358,_0x589304:0x319,_0x3258ac:0x30a,_0x35fa1e:0x313,_0x2e4bc8:0x35b,_0x55b1c6:0x22c,_0x1bb8e3:0x58d,_0x5d4b20:0x45a,_0x229854:0x4f5,_0x18efb1:0x2c0,_0x59c23f:0x461,_0x13965f:0x290,_0x2a9489:0x2ec,_0x1bc403:0x2dc,_0xd0db90:0x27d,_0x1acf4f:0x237,_0xac0ecb:0x31b,_0x41c905:0x2aa,_0xc768c5:0x432,_0x259afb:0x4cd,_0x55cb9c:0x4f4,_0x5b6266:0x355,_0x4ab4da:0x51e,_0x583684:0x546,_0x215e39:0x53a,_0x4bbd4f:0x4db,_0x50f00c:0x4fe,_0x3417ef:0x4aa,_0x57066b:0x3b9,_0x1807bf:0x453,_0x1a60e2:0x470,_0x3cf104:0x52f,_0x475915:0x503,_0x57b2c2:0x4ed,_0x131d11:0x460,_0x4c518d:0x4ae,_0x5a90ae:0x4bd,_0x1dee94:0x4ee,_0x273571:0x451,_0xb17620:0x54b,_0x4eb5e2:0x280,_0x2c75fb:0x4ee,_0x2b4388:0x4a7,_0x38798f:0x440,_0x598274:0x304,_0x3c47ad:0x310,_0xcfa145:0x2da,_0x383732:0x5c1,_0x15609a:0x57b,_0x4fbecc:0x53b,_0x2b4f40:0x514,_0x4c344e:0x49e,_0x507f28:0x4b6,_0xd25108:0x5ab,_0x481b44:0x595,_0x222ab9:0x4a5,_0x4f291c:0x281,_0x1a179a:0x221,_0x2201f1:0x245,_0x190773:0x1b2,_0x3c63bc:0x186,_0x4c8902:0x201,_0x2d38c2:0x47b,_0x229a6e:0x561,_0x30e8d3:0x5fd,_0x463b22:0x29e,_0x14983e:0x26d,_0x55ec13:0x246,_0x5470f2:0x226,_0x4a0acd:0x1f6,_0x448f3c:0x347,_0x30e63a:0x2a5,_0x12b67a:0x2a6,_0x11d74d:0x366,_0x12ca5d:0x329,_0x3a703c:0x55e,_0xff374b:0x216,_0x3c683a:0x213,_0x424c94:0x250,_0x32793a:0x552,_0x269ef4:0x4e7,_0x5360f1:0x596,_0x7e2b10:0x4f0,_0xe93070:0x504,_0x538add:0x502,_0x3039a1:0x2e2,_0x23e72c:0x2ea,_0x52c2b7:0x440,_0x4451a8:0x46f,_0x1445c6:0x49a,_0x4a5c3f:0x4bc,_0x40e14a:0x52f,_0x1b56fc:0x405,_0x21f365:0x487,_0x12025d:0x41c,_0x427178:0x321,_0x17c44a:0x49e,_0x124339:0x1e6,_0x23ba8d:0x51c,_0x21b0be:0x4dd,_0x52a174:0x4fa,_0x234584:0x545,_0x5458a9:0x2cc,_0x1b2bf0:0x1b9,_0xd15bef:0x243,_0x131b5a:0x533,_0x203794:0x5af,_0xc5b326:0x544,_0x430ac6:0x354,_0x3e0009:0x326,_0x39ce5d:0x265,_0x1f3f0e:0x452,_0x56e8c4:0x48a,_0x463181:0x591,_0x469c08:0x30a,_0x2da794:0x1fb,_0x4030bd:0x2e9,_0x3fe554:0x1c1,_0x4fe908:0x1a3,_0x509bad:0x2a5,_0x135c41:0x248,_0x4f3bbb:0x44d,_0x4834e0:0x1b3,_0xf32799:0x1b4,_0x1ef233:0x22a,_0x2a9b2a:0x507,_0x493a74:0x475,_0x218387:0x261,_0x21d7e5:0x1e4,_0x32e0a9:0x254,_0x2987f1:0x1f0,_0x583ab1:0x28c,_0x4cb08b:0x2b9,_0x4750ca:0x25f,_0x5e0398:0x183,_0x387e79:0x502,_0x2d03a1:0x549,_0x1cf0de:0x282,_0x4f1efc:0x251,_0x135e67:0x1e3,_0x2cb878:0x21c,_0x2774e4:0x52b,_0x5eedff:0x4d3,_0x30caf3:0x4a0,_0x2037a4:0x3fd,_0x55c0bd:0x24f,_0x288720:0x19a,_0x5425c5:0x1eb,_0x21708c:0x481,_0x4a5b38:0x4e3,_0x3c3117:0x3db,_0x69d5df:0x4aa,_0x3c4e68:0x299,_0x16c825:0x238,_0x4427d7:0x51b,_0x598803:0x5c0,_0x37843c:0x570,_0x513c89:0x564,_0x3168da:0x23a,_0x4b308d:0x1fe,_0xad583f:0x25a,_0xddfb4d:0x2e6,_0x2892c1:0x270,_0x421c8b:0x2a9,_0x3aafd6:0x2a8,_0x17cfeb:0x529,_0x2334a2:0x53d,_0x426053:0x51b,_0x594dc4:0x28e,_0x353472:0x434,_0x21fa99:0x150,_0x4fb99c:0x1e1,_0xd2c2b6:0x183,_0x9a7b0d:0x286,_0x111913:0x51b,_0x4e2726:0x495,_0x5de670:0x2f7,_0x8e3dc9:0x244,_0x22c5e4:0x2a0,_0x5ee481:0x433,_0x28be0c:0x536,_0x20a4c3:0x327,_0x1cf36c:0x2ac,_0x1c228c:0x2ca,_0x1533af:0x32b,_0x1b0ece:0x238,_0x50f0fc:0x305,_0x2c3256:0x205,_0x204aa3:0x26b,_0x4fe5b7:0x277,_0x395509:0x311,_0x538015:0x2da,_0x6f0aea:0x247,_0x408fa3:0x5a9,_0x975cd0:0x18a,_0x430ae2:0x240,_0x2f20eb:0x2e5,_0x108031:0x25a,_0x5926d6:0x425,_0xcdf2bf:0x4f7,_0x3b5279:0x414,_0x3e0275:0x380,_0xb3388f:0x268,_0x27b623:0x4cb,_0x146eb3:0x5a4,_0x2849d1:0x58f,_0xfa144f:0x583,_0x1b85a1:0x32e,_0x5ef858:0x28f,_0x32fdf6:0x231,_0x46d44a:0x1c8,_0x11f6cf:0x1da,_0x4fbae0:0x25d,_0x594898:0x19e,_0x247685:0x226,_0x1f4d7c:0x22b,_0x3fdb2b:0x1aa,_0x51bad3:0x3a2,_0x350f49:0x571,_0x2aae5f:0x2f6,_0x247339:0x2c4,_0x4e70b1:0x5ca,_0x122799:0x533,_0x412819:0x215,_0x5bd25d:0x23c,_0x219a31:0x208,_0x809732:0x4fd,_0x526d4f:0x556,_0x5b9d59:0x4ad,_0x3899c2:0x4ab,_0x13b4a7:0x332,_0x48846b:0x2bb,_0x22a91a:0x4ec,_0x399a85:0x4ff},_0xf62ba6={_0x10cf1d:0xcf,_0x591fac:0xd3},_0x38e9b7={_0x27523a:0x13a,_0x5afba6:0xb9,_0x674928:0x32},_0x3c0b95={'tfmes':function(_0x22d317,_0x20301a){return _0x22d317===_0x20301a;},'RhfBa':_0x1d841a(0x280,_0x151f42._0x5056e3,_0x151f42._0x565d05,0x285),'gWOCA':_0x1d841a(_0x151f42._0x2dabaf,_0x151f42._0x4fc491,0x1c5,_0x151f42._0x451946),'TaMtj':function(_0x5f3c45,_0x280460,_0x592a65){return _0x5f3c45(_0x280460,_0x592a65);},'FZqLB':_0x1d841a(_0x151f42._0x10165d,_0x151f42._0x424afa,0x2bd,_0x151f42._0x2fb669)+_0x5863a7(0x4cf,_0x151f42._0xfe1b6b,_0x151f42._0x5f4926,_0x151f42._0x4b1a76),'MdeMx':_0x5863a7(_0x151f42._0x182be5,0x522,_0x151f42._0x4b3072,_0x151f42._0x442be3)+_0x5863a7(0x4d9,0x514,_0x151f42._0x1d91fc,_0x151f42._0x2e83f3)+_0x5863a7(_0x151f42._0x1e74ee,_0x151f42._0x4f0a44,_0x151f42._0xb46fe2,0x3b9)+_0x1d841a(_0x151f42._0x29270e,0x1f5,0x1d9,_0x151f42._0x87a878),'anCCY':_0x5863a7(_0x151f42._0x2a94d1,0x488,0x490,_0x151f42._0x40a731)+'rver\x20start'+_0x1d841a(0x2cf,0x281,_0x151f42._0x3c04ff,0x2cd)+_0x5863a7(_0x151f42._0x3d332,_0x151f42._0x19e0ad,_0x151f42._0x1109cd,0x4ca)+_0x5863a7(_0x151f42._0x4bf354,0x40c,_0x151f42._0x3ac9e3,0x514)+_0x5863a7(_0x151f42._0xb9d494,_0x151f42._0x3f9425,_0x151f42._0x50bab1,_0x151f42._0x176f4e),'ILStJ':_0x1d841a(0x2b4,_0x151f42._0x3db558,_0x151f42._0x4dadd6,_0x151f42._0x4375e1),'gKIFH':function(_0x1ee0e2){return _0x1ee0e2();},'YTwjV':'CoderFlow\x20'+_0x1d841a(0x282,_0x151f42._0x212cae,_0x151f42._0x30cc59,_0x151f42._0x39e326)+_0x1d841a(_0x151f42._0x230c22,0x2e0,_0x151f42._0x589304,0x2d2),'IffKX':_0x1d841a(_0x151f42._0x3258ac,_0x151f42._0x35fa1e,0x2b5,0x314),'Jpnzx':'nLNaa','TJAsZ':_0x1d841a(0x297,0x2f5,_0x151f42._0x2e4bc8,0x32c),'UdRPo':function(_0x3f024f,_0x323fcd){return _0x3f024f!==_0x323fcd;},'gsALG':_0x1d841a(_0x151f42._0x2dabaf,0x293,0x227,_0x151f42._0x55b1c6),'YnDLv':_0x5863a7(_0x151f42._0x1bb8e3,_0x151f42._0x5d4b20,_0x151f42._0x229854,0x48f),'EbXCC':_0x1d841a(0x2b8,_0x151f42._0x18efb1,0x2ee,0x289),'ZsAjt':'rfIdZ','OUUqj':_0x5863a7(0x440,0x470,0x4dd,_0x151f42._0x59c23f)+_0x1d841a(0x24d,0x25b,_0x151f42._0x13965f,_0x151f42._0x2a9489)+'h:','QzEbA':_0x1d841a(_0x151f42._0x1bc403,_0x151f42._0xd0db90,0x2db,_0x151f42._0x1acf4f)+_0x1d841a(0x2b7,_0x151f42._0xac0ecb,0x2a2,_0x151f42._0x41c905),'ymPvc':function(_0x28c60d,_0x185f6a){return _0x28c60d!==_0x185f6a;},'QbqqD':_0x1d841a(_0x151f42._0x3258ac,0x2fc,0x2b1,0x277),'kOHVD':'Stop\x20the\x20s'+_0x5863a7(_0x151f42._0xc768c5,0x542,_0x151f42._0x259afb,_0x151f42._0x55cb9c)+':','KRrDg':_0x1d841a(_0x151f42._0x5b6266,0x2a8,0x25c,0x2f3),'TBlLx':_0x5863a7(0x5d8,_0x151f42._0x4ab4da,_0x151f42._0x583684,_0x151f42._0x215e39)+'th\x20Ctrl+C\x20'+_0x5863a7(_0x151f42._0x4bbd4f,_0x151f42._0x50f00c,_0x151f42._0x3417ef,0x45f)+_0x5863a7(0x3df,_0x151f42._0x57066b,_0x151f42._0x1807bf,_0x151f42._0x1a60e2)+_0x5863a7(0x4e7,0x54d,_0x151f42._0x3cf104,_0x151f42._0x475915)+_0x5863a7(_0x151f42._0x57b2c2,_0x151f42._0x131d11,_0x151f42._0x4c518d,0x41b)},{running:_0x57a178,pid:_0x99b7f6}=await _0x3c0b95[_0x5863a7(_0x151f42._0x5a90ae,_0x151f42._0x1dee94,0x464,_0x151f42._0x273571)](isServerRunning),_0x502b14=await getServerConfig(),_0x10b35d=await checkServerHealth(_0x502b14[_0x5863a7(0x50d,_0x151f42._0xb17620,0x4d9,0x528)]);console[_0x1d841a(_0x151f42._0x4eb5e2,0x2d0,0x240,0x2da)](_0x3c0b95[_0x5863a7(_0x151f42._0x2c75fb,_0x151f42._0x176f4e,_0x151f42._0x2b4388,_0x151f42._0x38798f)]),console[_0x1d841a(_0x151f42._0x598274,_0x151f42._0x3c47ad,0x35a,_0x151f42._0xcfa145)]('');if(_0x57a178&&_0x10b35d[_0x5863a7(_0x151f42._0x383732,_0x151f42._0x15609a,_0x151f42._0x4fbecc,_0x151f42._0x2b4f40)]){if(_0x3c0b95[_0x5863a7(_0x151f42._0x2a94d1,0x43c,_0x151f42._0x4c344e,_0x151f42._0x507f28)](_0x3c0b95[_0x5863a7(_0x151f42._0xd25108,_0x151f42._0x481b44,0x54a,_0x151f42._0x222ab9)],_0x1d841a(_0x151f42._0x4f291c,0x19c,0x23d,_0x151f42._0x1a179a))){if(_0x3c0b95[_0x1d841a(0x236,0x223,0x239,_0x151f42._0x2201f1)](_0xcb925,_0x3c0b95[_0x1d841a(_0x151f42._0x190773,0x291,_0x151f42._0x3c63bc,_0x151f42._0x4c8902)])||_0x3c0b95['tfmes'](_0x2dcbd0,'-f'))_0x35eced=!![];else _0x1a590c['startsWith'](_0x3c0b95[_0x5863a7(0x45c,0x4f3,0x4f7,_0x151f42._0x2d38c2)])&&(_0x473d81=_0x3c0b95[_0x5863a7(_0x151f42._0x4fbecc,0x4fa,_0x151f42._0x229a6e,_0x151f42._0x30e8d3)](_0xb9f94c,_0x5de878[_0x1d841a(0x22c,0x29c,0x2b9,0x273)](_0x3c0b95[_0x1d841a(_0x151f42._0x463b22,_0x151f42._0x14983e,0x280,0x29e)][_0x1d841a(_0x151f42._0x55ec13,_0x151f42._0x5470f2,0x1eb,_0x151f42._0x4a0acd)]),-0x3d2*-0x1+-0x21e0+-0x9*-0x358));}else console['log'](_0x1d841a(_0x151f42._0x448f3c,_0x151f42._0x30e63a,0x287,_0x151f42._0x12b67a)+_0x1d841a(0x1db,0x296,0x210,0x216)+'ning\x20(daem'+_0x1d841a(0x3ae,0x374,_0x151f42._0x11d74d,_0x151f42._0x12ca5d)),console[_0x5863a7(0x50a,_0x151f42._0x3a703c,0x533,_0x151f42._0x182be5)](_0x1d841a(_0x151f42._0xff374b,0x2de,_0x151f42._0x3c683a,_0x151f42._0x424c94)+_0x5863a7(_0x151f42._0x32793a,0x506,0x502,_0x151f42._0x269ef4)+_0x99b7f6),console[_0x5863a7(0x4d4,0x4ce,0x533,0x507)](_0x5863a7(_0x151f42._0x5360f1,_0x151f42._0x7e2b10,_0x151f42._0xe93070,0x593)+_0x5863a7(0x500,0x52a,_0x151f42._0x538add,0x549)+_0x502b14['serverUrl']);}else{if(_0x10b35d[_0x1d841a(0x2ba,0x2c8,0x2d6,_0x151f42._0x3039a1)])console['log'](_0x1d841a(_0x151f42._0x23e72c,0x2aa,0x2fb,_0x151f42._0x12b67a)+_0x5863a7(0x505,_0x151f42._0x52c2b7,_0x151f42._0x4451a8,0x4de)+_0x5863a7(_0x151f42._0x1445c6,0x455,_0x151f42._0x4a5c3f,_0x151f42._0x40e14a)+_0x5863a7(_0x151f42._0x1b56fc,0x51b,_0x151f42._0x21f365,_0x151f42._0x12025d)),console['log']('\x20\x20URL:\x20\x20\x20\x20'+_0x1d841a(_0x151f42._0x427178,0x203,_0x151f42._0x2dabaf,0x2a9)+_0x502b14[_0x1d841a(0x223,0x211,0x235,0x21b)]);else{if(_0x57a178)_0x3c0b95[_0x5863a7(0x498,_0x151f42._0xb46fe2,_0x151f42._0x17c44a,0x4e0)](_0x3c0b95[_0x1d841a(_0x151f42._0x55ec13,_0x151f42._0x124339,0x20a,0x240)],_0x3c0b95[_0x5863a7(_0x151f42._0x23ba8d,_0x151f42._0x21b0be,0x529,0x54b)])?(_0x2cb61d[_0x5863a7(_0x151f42._0x52a174,_0x151f42._0x234584,0x533,0x4a6)]('Stop\x20the\x20s'+'erver\x20with'+':'),_0x26876d[_0x1d841a(0x32a,0x324,_0x151f42._0x5458a9,0x2da)](_0x3c0b95[_0x1d841a(_0x151f42._0x1b2bf0,0x1e9,0x2c5,_0x151f42._0xd15bef)])):(console[_0x5863a7(0x4bb,0x4e0,_0x151f42._0x131b5a,_0x151f42._0x203794)]('\x20\x20Status:\x20'+_0x5863a7(_0x151f42._0x507f28,_0x151f42._0xc5b326,0x506,0x5a8)+_0x1d841a(_0x151f42._0x430ac6,0x359,0x36e,_0x151f42._0x3e0009)+'e\x20(server\x20'+_0x1d841a(_0x151f42._0x39ce5d,0x1d4,0x18c,0x219)+_0x5863a7(_0x151f42._0x1f3f0e,0x4c4,_0x151f42._0x56e8c4,0x509)),console[_0x5863a7(0x570,_0x151f42._0x463181,0x533,0x564)](_0x1d841a(0x27d,_0x151f42._0x469c08,0x2a8,0x30c)+_0x5863a7(0x574,0x5ef,0x589,0x629)+_0x99b7f6));else{if(_0x1d841a(_0x151f42._0x2da794,_0x151f42._0x4030bd,_0x151f42._0x3fe554,0x248)===_0x1d841a(0x1ef,_0x151f42._0x4fe908,_0x151f42._0x509bad,_0x151f42._0x135c41))console['log']('\x20\x20Status:\x20'+'\x20\x20\x20\x20\x20✗\x20Not'+_0x5863a7(0x4bf,_0x151f42._0x4f3bbb,0x4ed,0x4a3));else{_0x4ed346['kill'](_0x1a55ef,0xb*0x230+-0xf*0xb5+-0xd75);const _0x33cdee={};return _0x33cdee['running']=!![],_0x33cdee[_0x1d841a(_0x151f42._0x4834e0,_0x151f42._0xf32799,0x25e,_0x151f42._0x1ef233)]=_0x33e78e,_0x33cdee;}}}}if(_0x502b14[_0x5863a7(_0x151f42._0x2a9b2a,0x4da,_0x151f42._0x493a74,0x4c5)])_0x3c0b95[_0x1d841a(_0x151f42._0x218387,_0x151f42._0x21d7e5,_0x151f42._0x32e0a9,_0x151f42._0x2987f1)](_0x3c0b95[_0x1d841a(_0x151f42._0x583ab1,_0x151f42._0x4cb08b,0x1c4,0x267)],_0x3c0b95[_0x1d841a(_0x151f42._0x4750ca,0x263,_0x151f42._0x5e0398,0x20d)])?console['log'](_0x5863a7(_0x151f42._0x387e79,0x522,0x51b,_0x151f42._0x2d03a1)+'th:\x20\x20'+_0x502b14[_0x1d841a(_0x151f42._0x1cf0de,_0x151f42._0x4f1efc,_0x151f42._0x135e67,_0x151f42._0x2cb878)]):(_0x472a99[_0x5863a7(0x4db,0x584,0x533,_0x151f42._0x2774e4)](_0x3c0b95[_0x5863a7(_0x151f42._0x5eedff,0x430,_0x151f42._0x30caf3,_0x151f42._0x2037a4)]),_0x123b73[_0x1d841a(0x247,0x2a7,_0x151f42._0x55c0bd,0x2da)](_0x3c0b95[_0x1d841a(0x288,_0x151f42._0x288720,0x231,_0x151f42._0x5425c5)]));else{if(_0x3c0b95['tfmes'](_0x3c0b95[_0x5863a7(_0x151f42._0x1445c6,0x51c,_0x151f42._0x21708c,0x3ea)],_0x3c0b95[_0x5863a7(_0x151f42._0x4a5b38,_0x151f42._0x3c3117,0x441,0x4dd)])){const _0x39d1e6={};return _0x39d1e6[_0x5863a7(0x4cd,_0x151f42._0x69d5df,0x4b0,0x40f)]=![],_0x39d1e6['pid']=null,_0x39d1e6;}else console[_0x1d841a(_0x151f42._0x3c4e68,_0x151f42._0x16c825,0x339,_0x151f42._0xcfa145)](_0x5863a7(0x481,0x593,_0x151f42._0x4427d7,0x518)+_0x5863a7(_0x151f42._0x598803,_0x151f42._0x37843c,0x576,_0x151f42._0x513c89)+_0x1d841a(0x2c7,0x314,_0x151f42._0x3168da,0x2cb)+')');}console[_0x1d841a(_0x151f42._0x2dabaf,0x297,0x2a1,0x2da)](_0x1d841a(_0x151f42._0x4b308d,_0x151f42._0xad583f,_0x151f42._0xddfb4d,_0x151f42._0x2892c1)+_0x1d841a(0x2f6,0x30a,0x22b,_0x151f42._0x421c8b)+_0x502b14[_0x1d841a(0x321,_0x151f42._0x3aafd6,0x2df,0x280)]);function _0x5863a7(_0xd9c7d8,_0x5cc85e,_0x4a1c47,_0x43cca3){return _0x30de06(_0xd9c7d8-_0x38e9b7._0x27523a,_0x5cc85e,_0x4a1c47- -_0x38e9b7._0x5afba6,_0x43cca3-_0x38e9b7._0x674928);}console[_0x5863a7(_0x151f42._0x17cfeb,_0x151f42._0x2334a2,0x533,_0x151f42._0x426053)]('');function _0x1d841a(_0x44221e,_0x2c81d2,_0x135f0b,_0x56af6e){return _0x5a8055(_0x44221e-_0xf62ba6._0x10cf1d,_0x2c81d2-0xab,_0x56af6e-_0xf62ba6._0x591fac,_0x135f0b);}const _0x7f54d9=_0x57a178||_0x10b35d[_0x1d841a(_0x151f42._0x594dc4,0x323,0x357,_0x151f42._0x3039a1)];if(!_0x7f54d9&&_0x502b14[_0x5863a7(0x4a4,_0x151f42._0x353472,0x475,0x4d9)]){if(_0x3c0b95[_0x1d841a(_0x151f42._0x21fa99,_0x151f42._0x4fb99c,_0x151f42._0xd2c2b6,0x1f0)](_0x1d841a(0x270,0x2c4,_0x151f42._0x9a7b0d,0x2ce),_0x5863a7(0x549,_0x151f42._0x111913,0x527,_0x151f42._0x4e2726))){_0x54cfb6['log'](_0x1d841a(0x201,_0x151f42._0x5de670,_0x151f42._0x8e3dc9,_0x151f42._0x22c5e4)+'not\x20runnin'+'g');return;}else console[_0x1d841a(0x27a,0x29f,0x2dd,0x2da)](_0x3c0b95[_0x5863a7(0x3f1,0x514,0x480,_0x151f42._0x5ee481)]),console[_0x5863a7(0x54e,_0x151f42._0x30caf3,_0x151f42._0x131b5a,_0x151f42._0x28be0c)](_0x3c0b95[_0x1d841a(_0x151f42._0x20a4c3,0x32d,_0x151f42._0x1cf36c,0x2c0)]);}else{if(!_0x7f54d9)_0x3c0b95[_0x1d841a(0x2aa,0x3bb,_0x151f42._0x1c228c,_0x151f42._0x1533af)](_0x1d841a(_0x151f42._0x1b0ece,_0x151f42._0x50f0fc,_0x151f42._0x2c3256,_0x151f42._0x204aa3),_0x1d841a(_0x151f42._0x4fe5b7,0x298,0x330,0x309))?(console[_0x1d841a(_0x151f42._0x4750ca,0x23c,_0x151f42._0x395509,_0x151f42._0x538015)](_0x3c0b95[_0x1d841a(0x2d1,0x296,0x215,_0x151f42._0x6f0aea)]),console['log'](_0x3c0b95['anCCY'])):_0x592fd7['error'](_0x5863a7(_0x151f42._0x408fa3,0x4df,_0x151f42._0x2e83f3,0x4e9)+_0x1d841a(_0x151f42._0x975cd0,0x271,_0x151f42._0x430ae2,0x21f)+_0x1ad38b[_0x5863a7(0x5ab,0x552,0x52d,0x4bd)]);else _0x57a178?'yKMve'!==_0x3c0b95[_0x1d841a(_0x151f42._0x2f20eb,0x1cc,0x24a,_0x151f42._0x108031)]?(console['log'](_0x3c0b95[_0x5863a7(_0x151f42._0x5926d6,_0x151f42._0xcdf2bf,0x47d,_0x151f42._0x3b5279)]),console[_0x1d841a(0x243,_0x151f42._0x3e0275,_0x151f42._0xb3388f,0x2da)](_0x5863a7(0x502,0x44a,0x490,0x40f)+_0x5863a7(0x564,0x4b4,_0x151f42._0x27b623,0x4cf))):(_0x50a8b4[_0x5863a7(_0x151f42._0x146eb3,_0x151f42._0x2849d1,0x533,_0x151f42._0xfa144f)](_0x1d841a(0x32d,0x26f,_0x151f42._0x1b85a1,0x2a6)+_0x1d841a(_0x151f42._0x5ef858,_0x151f42._0x32fdf6,0x2ae,0x2ad)+'le\x20PID\x20fil'+_0x1d841a(_0x151f42._0x46d44a,0x26a,_0x151f42._0x11f6cf,0x25b)+_0x1d841a(0x247,_0x151f42._0x4fbae0,_0x151f42._0x594898,0x219)+_0x1d841a(_0x151f42._0x247685,_0x151f42._0x1f4d7c,_0x151f42._0x3fdb2b,0x231)),_0x556647[_0x5863a7(0x544,0x491,_0x151f42._0x131b5a,0x4f9)](_0x1d841a(0x2fa,_0x151f42._0xd0db90,_0x151f42._0x51bad3,0x30c)+_0x5863a7(0x54b,0x519,0x589,_0x151f42._0x350f49)+_0x268604)):_0x3c0b95['ymPvc'](_0x3c0b95['KRrDg'],_0x1d841a(_0x151f42._0x2aae5f,0x2a4,0x2df,_0x151f42._0x247339))?(console[_0x5863a7(0x560,_0x151f42._0x4e70b1,_0x151f42._0x122799,0x59d)]('Server\x20is\x20'+_0x1d841a(_0x151f42._0x412819,_0x151f42._0x5bd25d,_0x151f42._0x219a31,0x22d)+_0x5863a7(_0x151f42._0x809732,_0x151f42._0x526d4f,_0x151f42._0x3a703c,0x5f5)+_0x5863a7(0x44a,0x4ac,_0x151f42._0x5b9d59,_0x151f42._0x3899c2)),console[_0x1d841a(_0x151f42._0x13b4a7,_0x151f42._0x48846b,_0x151f42._0x8e3dc9,0x2da)](_0x3c0b95[_0x5863a7(_0x151f42._0x22a91a,0x509,0x55d,_0x151f42._0x399a85)])):_0x5abca1['unshift'](_0x3c0b95['ILStJ']);}}function _0x5a8055(_0xf05102,_0x559f50,_0xa243ca,_0x140d11){const _0x1a2d0d={_0x2f34de:0x91};return _0x51ee(_0xa243ca- -_0x1a2d0d._0x2f34de,_0x140d11);}export async function showLogs(_0x24bd53){const _0x6c599c={_0x8c433b:0x164,_0x57bcf1:0x1fa,_0x32d922:0x45a,_0x3d6c80:0x389,_0x326b81:0x417,_0x1e7ec8:0x287,_0x232223:0x2ce,_0x418cda:0x2d9,_0x37f0a0:0x307,_0x4744ed:0x374,_0x22483a:0x21e,_0x3d1b36:0x1ee,_0x3aab16:0x2e5,_0x6005fd:0x41b,_0x207d8d:0x363,_0x486f40:0x2b1,_0x5274f1:0x254,_0x52d9c5:0x2b5,_0x2ee82f:0x1b1,_0x4249da:0x451,_0xe0afb1:0x3a1,_0x306ce0:0x4b3,_0x39b549:0x453,_0x4b4350:0x41b,_0x4244ca:0x2f4,_0x1dc4b6:0x43f,_0x5a08dd:0x48b,_0x1004e7:0x422,_0x379d78:0x3a4,_0x45ebf4:0x32e,_0x20de2e:0x2d1,_0x5de520:0x2f6,_0x344e61:0x2fc,_0x1c99bd:0x30f,_0x9b5a38:0x379,_0x2f9392:0x229,_0x1cf044:0x231,_0x9d62f8:0x460,_0x2cbce0:0x439,_0xba50d4:0x3c7,_0x3092c1:0x329,_0x52f7ce:0x244,_0x2e90a4:0x2b7,_0xa166:0x22f,_0x7e9e3:0x2c1,_0x17821c:0x3a0,_0xfca5e4:0x413,_0x11f08e:0x380,_0x158413:0x285,_0x3a1602:0x489,_0x5197ed:0x3f3,_0x42096b:0x1a1,_0x24a667:0x25d,_0x462299:0x346,_0x36aa25:0x3fe,_0x3ee023:0x391,_0x33a1e5:0x2de,_0xd02f6b:0x471,_0x2dfabc:0x3eb,_0x397928:0x3ca,_0x515ec6:0x2bb,_0x31e224:0x21c,_0x49d826:0x366,_0x147666:0x33c,_0x41c7d2:0x3bc,_0x341ac0:0x220,_0x16e1c5:0x273,_0x1e1f9b:0x196,_0x1862cf:0x1c1,_0x283516:0x1ea,_0x57a94a:0x230,_0xa3678d:0x1cc,_0x25088c:0x3e5,_0x2d909d:0x1fe,_0x1a3ec4:0x265,_0x501711:0x2dc,_0x2b36ef:0x2a2,_0x25e081:0x2dd,_0x1b546c:0x26a,_0x5ade2c:0x2d8,_0xba68c3:0x31b,_0xf3f99d:0x2c9,_0x1d9b0c:0x39a,_0x4ecf80:0x444,_0x590d2b:0x3b3,_0x5dd6ce:0x233,_0x5a94ac:0x1e4,_0x5c90f5:0x320,_0x547c5d:0x397,_0x58f804:0x355,_0x544b0b:0x32c,_0x39a00a:0x3e7,_0x13b09e:0x414,_0x1584c1:0x2ed,_0x20548e:0x365,_0x32f6d0:0x30a,_0x4064de:0x442,_0x21e9a6:0x324,_0x5450f7:0x35b,_0x19d25a:0x3ea,_0x3449e7:0x235,_0x54e2d5:0x22f,_0x1a41fd:0x315,_0xfcda72:0x1f1,_0xa5011f:0x35a,_0x1a6d94:0x306,_0x17b838:0x37f,_0x1f2c28:0x275,_0x5186fc:0x290,_0x38447e:0x347,_0x29c2cc:0x3a9,_0x1c89e0:0x379,_0x53c400:0x158,_0x262793:0x13c,_0xf463c3:0x12c,_0x256ed5:0x1c7,_0x3dfabc:0x3e5,_0x35fadc:0x29e,_0x44d258:0x328,_0x24afde:0x2cb,_0x41d8b5:0x2d3,_0xf392af:0x37b,_0x15a40e:0x3cd,_0x4d6c6f:0x367,_0x1d639b:0x3ea,_0x2b1404:0x468,_0x5c41e7:0x3c3,_0x22081e:0x3f8,_0x4b795d:0x2ba,_0x376d57:0x2e2,_0x5afbf4:0x4a7,_0x7a844c:0x421,_0x1ff806:0x47f,_0x5c210e:0x314,_0x50163f:0x3d0,_0xe5434:0x452,_0x320074:0x482,_0x52952f:0x2f1,_0x3be3fd:0x319,_0x34d2b5:0x2d7,_0x20e99a:0x314,_0x5dcf1d:0x1ff,_0x148a8f:0x164,_0x37717f:0x1e4,_0x1307cd:0x375,_0x5b0151:0x3e3,_0x3736e1:0x2bd,_0x5cb10b:0x259,_0x6e2e12:0x22e,_0xef18c9:0x267,_0x5af64a:0x35f,_0x3cb0ed:0x322,_0x1d5b2f:0x2e4,_0x2dfe84:0x2ff,_0x12c5dc:0x328,_0x10099b:0x1d5,_0x548a54:0x366,_0x3e9b8e:0x34f,_0x3e26d2:0x366,_0x2b03ec:0x23b,_0x201296:0x16a,_0x51b94a:0x1e4,_0x33a573:0x45d,_0x569f7f:0x3ed,_0x5c677e:0x16f,_0x4f1cf3:0x1d6,_0x3cfe17:0x1d6,_0x4cebd2:0x40f,_0x7f3c1a:0x3a7,_0x1fa986:0x354,_0x1ae2e:0x487,_0x53a153:0x1ae,_0x30f2d4:0x206,_0x3b0172:0x24d,_0x17048e:0x3ae},_0x4bfb45={_0x60fe81:0x239,_0x324dd8:0x221,_0x467519:0x1dc},_0x673978={_0x4d5cd8:0x4da,_0xaeff60:0x53a,_0x52474e:0x517,_0xec0ec0:0x57d,_0xe1b1b3:0x4a7,_0x25d9c1:0x1cc,_0x1de19e:0x169,_0x38b0ec:0x113,_0x6920b9:0x20a,_0x3265db:0x16a,_0x19df57:0x1d4,_0x31bdef:0x1fb,_0x2558a6:0x1f9,_0x380297:0x243,_0x34e9e8:0x1cd,_0x13c5af:0x21e,_0x2ca247:0x157,_0x352e32:0x1fa,_0x11066b:0x4d9,_0x409afc:0xb7,_0x41a5d1:0x164,_0x44110b:0x18b,_0x43e163:0x165,_0x34c578:0x579,_0x5ac4e3:0x569,_0x5da5e2:0x52f,_0x4e0cab:0x569,_0x2d41a2:0x564,_0x594c63:0x505,_0x40818d:0x504,_0x2284bc:0x514,_0x26da0e:0x209,_0x47dc94:0xce,_0x114506:0x145,_0x32e2d8:0x93,_0x5d7168:0x5f2,_0x24f46a:0x1d5,_0x390063:0x16c,_0x281454:0x230,_0x59d6da:0x1b0,_0x6d8d68:0x207,_0x38226a:0x141,_0x2e2e30:0x616,_0x5f36e8:0x524,_0x18def8:0x611,_0x293050:0xe8,_0x954e13:0xf2,_0x456430:0x96,_0x276765:0x25d,_0x371356:0x1ea,_0x349ecf:0x498,_0x4e4f25:0x45d,_0x28a9a8:0x594},_0x48525b={_0x463a43:0x3ea,_0x4ae6aa:0x4ca,_0xc84545:0x450,_0x3563fd:0x41e},_0x48cc42={_0x597fab:0x3e,_0x30a818:0x332},_0x465eb8={_0x5e02b6:0x7e,_0x482900:0x80,_0x1447c4:0x1e3},_0x28e29d={'cWfYi':function(_0x6d0443,_0x24c229){return _0x6d0443(_0x24c229);},'kFTLj':_0x174e6c(0x227,_0x6c599c._0x8c433b,0x1ad,_0x6c599c._0x57bcf1),'buzOO':_0x1e3b74(0x486,_0x6c599c._0x32d922,_0x6c599c._0x3d6c80,_0x6c599c._0x326b81),'Cowef':_0x174e6c(0x374,_0x6c599c._0x1e7ec8,_0x6c599c._0x232223,_0x6c599c._0x418cda),'nDrqz':'No\x20log\x20fil'+_0x1e3b74(_0x6c599c._0x37f0a0,0x3ad,0x3c0,_0x6c599c._0x4744ed),'DbuoH':function(_0x2f2bd,_0x2792b6){return _0x2f2bd===_0x2792b6;},'vjizz':'tUFmz','SUKSR':'YAQyl','PUamA':function(_0x49f6a5,_0xc38153){return _0x49f6a5>_0xc38153;},'uTHbM':function(_0x5c468d,_0x12c26e){return _0x5c468d===_0x12c26e;},'ulfVq':_0x174e6c(_0x6c599c._0x22483a,_0x6c599c._0x3d1b36,0x21b,0x256),'BEkUR':function(_0x4415a3,_0x1a9063){return _0x4415a3-_0x1a9063;},'vuxYg':function(_0x2990de,_0x1584e9){return _0x2990de(_0x1584e9);},'qZeYQ':'Server\x20is\x20'+'running\x20in'+_0x174e6c(0x2d9,0x252,0x282,_0x6c599c._0x3aab16)+_0x174e6c(0x20d,0x29b,0x230,0x234),'cvVLN':_0x1e3b74(_0x6c599c._0x6005fd,0x3b1,_0x6c599c._0x207d8d,0x3fd)+_0x174e6c(0x232,_0x6c599c._0x486f40,_0x6c599c._0x5274f1,_0x6c599c._0x52d9c5)+'in\x20the\x20ter'+_0x174e6c(0x1b3,_0x6c599c._0x2ee82f,0x1a7,0x1da)+_0x1e3b74(_0x6c599c._0x4249da,_0x6c599c._0xe0afb1,0x44b,0x3e6)+_0x1e3b74(0x304,0x308,0x3b3,0x365),'SOWiW':'ENOENT','bNoSA':_0x1e3b74(0x490,_0x6c599c._0x306ce0,_0x6c599c._0x39b549,_0x6c599c._0x4b4350)+_0x174e6c(_0x6c599c._0x4244ca,0x313,0x353,0x2c6)+_0x1e3b74(0x435,_0x6c599c._0x1dc4b6,_0x6c599c._0x5a08dd,_0x6c599c._0x1004e7)+_0x1e3b74(0x329,_0x6c599c._0x379d78,0x2d3,_0x6c599c._0x45ebf4)+_0x174e6c(0x285,_0x6c599c._0x20de2e,0x28e,_0x6c599c._0x5de520)+'d\x20in\x20foreg'+_0x1e3b74(_0x6c599c._0x344e61,0x38f,_0x6c599c._0x1c99bd,_0x6c599c._0x9b5a38),'jRBYa':function(_0x1711e8,_0x1c3736,_0x52f1e5){return _0x1711e8(_0x1c3736,_0x52f1e5);},'zjRgb':_0x174e6c(_0x6c599c._0x2f9392,0x150,_0x6c599c._0x1cf044,0x1cc),'oHhgQ':function(_0xebd912,_0x15b9c7){return _0xebd912===_0x15b9c7;},'LeVHv':'--follow','rHJkP':_0x1e3b74(_0x6c599c._0x9d62f8,_0x6c599c._0x2cbce0,_0x6c599c._0xba50d4,0x404),'TjpIN':function(_0x40e8b7,_0x50a7c0){return _0x40e8b7===_0x50a7c0;},'xNCvB':_0x174e6c(0x2d0,_0x6c599c._0x3092c1,_0x6c599c._0x1cf044,0x2ca),'zSnXi':_0x174e6c(0x23f,_0x6c599c._0x52f7ce,_0x6c599c._0x2e90a4,0x25c),'RYyct':function(_0x513d93,_0x1afb0b){return _0x513d93===_0x1afb0b;},'WwukZ':_0x174e6c(0x2ee,0x2d2,_0x6c599c._0xa166,_0x6c599c._0x7e9e3),'JjoAV':_0x1e3b74(0x36b,_0x6c599c._0x17821c,_0x6c599c._0xfca5e4,0x3cf),'ImIpw':function(_0x8d7eeb,_0x284536){return _0x8d7eeb!==_0x284536;},'FtQGM':_0x1e3b74(_0x6c599c._0x11f08e,_0x6c599c._0x158413,0x262,0x301),'VfQSd':_0x1e3b74(0x3c7,0x369,_0x6c599c._0x3a1602,_0x6c599c._0x5197ed)+'wing\x20logs\x20'+_0x174e6c(_0x6c599c._0x42096b,_0x6c599c._0x24a667,0x2a7,0x20f)+_0x1e3b74(_0x6c599c._0x462299,_0x6c599c._0x5de520,_0x6c599c._0x36aa25,_0x6c599c._0x3ee023)+'\x0a','DAeni':function(_0x5c685a,_0x5e7e93){return _0x5c685a!==_0x5e7e93;},'gqRhy':_0x174e6c(0x2b6,0x297,0x239,_0x6c599c._0x33a1e5),'FxANv':function(_0x344355,_0x577068){return _0x344355===_0x577068;},'OcIsW':'dxCPF','bERQG':'nYHRt'};let _0x3322d5=![],_0x185995=null;function _0x1e3b74(_0x39c00d,_0x3b9ee5,_0x330bf1,_0x263933){return _0x5a8055(_0x39c00d-_0x465eb8._0x5e02b6,_0x3b9ee5-_0x465eb8._0x482900,_0x263933-_0x465eb8._0x1447c4,_0x330bf1);}for(const _0x19f3ce of _0x24bd53){if(_0x28e29d['oHhgQ'](_0x19f3ce,_0x28e29d['LeVHv'])||_0x28e29d['oHhgQ'](_0x19f3ce,'-f'))_0x28e29d[_0x1e3b74(_0x6c599c._0xd02f6b,_0x6c599c._0x2dfabc,_0x6c599c._0x397928,0x413)](_0x28e29d['rHJkP'],_0x28e29d[_0x174e6c(_0x6c599c._0x515ec6,0x200,_0x6c599c._0x31e224,0x219)])?_0x3322d5=!![]:(_0x4b78f8['error'](_0x1e3b74(0x3b3,_0x6c599c._0x49d826,_0x6c599c._0x147666,0x3c3)+_0x1e3b74(0x32c,_0x6c599c._0x41c7d2,0x334,0x32d)+_0x174e6c(0x2f2,_0x6c599c._0x341ac0,0x22c,_0x6c599c._0x16e1c5)+'st:\x20'+_0x1f6893),_0x5e9d1c[_0x174e6c(_0x6c599c._0x1e1f9b,0x24f,_0x6c599c._0x1862cf,_0x6c599c._0x283516)](-0x1981*-0x1+-0x8*-0x28+-0x6b0*0x4));else _0x19f3ce['startsWith'](_0x174e6c(0x159,_0x6c599c._0x57a94a,0x14e,_0x6c599c._0xa3678d))&&(_0x185995=_0x28e29d[_0x1e3b74(0x2be,0x33c,0x39a,0x2fe)](parseInt,_0x19f3ce[_0x1e3b74(_0x6c599c._0x25088c,0x365,0x422,0x383)](_0x28e29d[_0x174e6c(_0x6c599c._0x2d909d,0x27f,_0x6c599c._0x1a3ec4,0x299)][_0x1e3b74(_0x6c599c._0x501711,_0x6c599c._0x2b36ef,_0x6c599c._0x25e081,0x306)]),-0x2c*-0x6f+-0x1*0x1189+-0x181*0x1));}function _0x174e6c(_0x2c6949,_0x263b23,_0x3afb12,_0x388760){return _0x30de06(_0x2c6949-_0x48cc42._0x597fab,_0x2c6949,_0x388760- -_0x48cc42._0x30a818,_0x388760-0xc7);}try{if(_0x28e29d[_0x174e6c(_0x6c599c._0x1b546c,_0x6c599c._0x5ade2c,_0x6c599c._0xba68c3,0x2ce)](_0x28e29d[_0x1e3b74(_0x6c599c._0xf3f99d,0x393,0x27f,0x2fa)],_0x28e29d[_0x174e6c(0x1f2,0x186,0x157,0x1ca)])){const _0x17b6c8=await _0x38a632[_0x1e3b74(0x33d,0x357,0x432,_0x6c599c._0x1d9b0c)](LOG_FILE,_0x28e29d[_0x1e3b74(0x333,0x409,_0x6c599c._0x4ecf80,_0x6c599c._0x590d2b)]),_0x231e3c=_0x17b6c8['split']('\x0a');_0x185995?_0x28e29d[_0x174e6c(_0x6c599c._0x5dd6ce,0x1be,_0x6c599c._0x5a94ac,0x1d8)](_0x28e29d['WwukZ'],_0x28e29d[_0x1e3b74(0x301,0x34e,_0x6c599c._0x5c90f5,_0x6c599c._0x547c5d)])?(_0x2e9f63(_0x8072ca),_0x1fa581[_0x1e3b74(0x2b2,_0x6c599c._0x58f804,_0x6c599c._0x544b0b,0x31a)](0x1f88+0x1aed+-0x3a75*0x1)):console[_0x1e3b74(_0x6c599c._0x39a00a,0x3e7,_0x6c599c._0x13b09e,0x3ea)](_0x231e3c[_0x174e6c(0x387,_0x6c599c._0x1584c1,_0x6c599c._0x20548e,_0x6c599c._0x32f6d0)](-_0x185995)[_0x1e3b74(0x3e2,_0x6c599c._0x4064de,_0x6c599c._0x21e9a6,0x3a7)]('\x0a')):console[_0x1e3b74(0x36b,_0x6c599c._0x5450f7,0x37e,_0x6c599c._0x19d25a)](_0x17b6c8);if(_0x3322d5){if(_0x28e29d[_0x1e3b74(0x31e,0x3fd,0x360,0x38d)](_0x28e29d[_0x174e6c(_0x6c599c._0x3449e7,_0x6c599c._0x54e2d5,0x235,0x214)],_0x1e3b74(0x2b2,0x359,_0x6c599c._0x1a41fd,0x301))){const _0x354551={_0xeea82d:0x3cf,_0x49784b:0x424,_0x45226d:0x4ce,_0x527c2f:0xad,_0x599307:0x100,_0x25e4d9:0xa,_0x566ed0:0x53,_0x4fdab3:0x14,_0xfa30e:0x7d},_0x29faaf={'YLZVd':function(_0x18afc7,_0x3009f2){const _0x548681={_0x1cb79d:0x49,_0x5a8eb4:0x1e2};function _0x57270e(_0x5db945,_0x55e8d7,_0x4e2101,_0x465bcc){return _0x174e6c(_0x5db945,_0x55e8d7-_0x548681._0x1cb79d,_0x4e2101-_0x548681._0x5a8eb4,_0x4e2101-0x193);}return _0x28e29d[_0x57270e(_0x48525b._0x463a43,_0x48525b._0x4ae6aa,_0x48525b._0xc84545,_0x48525b._0x3563fd)](_0x18afc7,_0x3009f2);},'ajvaO':_0x28e29d['kFTLj']};let _0x2bb2ca='';_0xf2b166['on'](_0x28e29d[_0x174e6c(0x2c2,_0x6c599c._0xfcda72,0x24e,0x28f)],_0x548bde=>_0x2bb2ca+=_0x548bde),_0x4af050['on'](_0x28e29d[_0x1e3b74(_0x6c599c._0xa5011f,_0x6c599c._0x1a6d94,0x404,_0x6c599c._0x17b838)],()=>{const _0x478694={_0x508a6b:0x1d7},_0x7e8bb3={_0x14a5fe:0x120,_0x45b322:0x1e5};function _0x23fc06(_0x33fd52,_0x62a161,_0x2cc54a,_0xde3464){return _0x1e3b74(_0x33fd52-_0x7e8bb3._0x14a5fe,_0x62a161-_0x7e8bb3._0x45b322,_0x2cc54a,_0x33fd52- -0x33e);}function _0x2ffda9(_0x39a63b,_0x10fb2b,_0x375bf8,_0x2d4408){return _0x174e6c(_0x39a63b,_0x10fb2b-0x1ee,_0x375bf8-_0x478694._0x508a6b,_0x10fb2b-0x177);}try{const _0x184714=_0xd735be['parse'](_0x2bb2ca);_0x29faaf[_0x2ffda9(_0x354551._0xeea82d,0x453,_0x354551._0x49784b,_0x354551._0x45226d)](_0x3fd060,{'responding':!![],'service':_0x184714[_0x23fc06(0x6b,_0x354551._0x527c2f,0xba,0xe8)]||_0x29faaf[_0x23fc06(0x68,0x0,_0x354551._0x599307,_0x354551._0x25e4d9)]});}catch{const _0x2d7fb9={};_0x2d7fb9['responding']=!![],_0x2d7fb9[_0x23fc06(0x6b,0x36,0x90,_0x354551._0x566ed0)]=_0x23fc06(-_0x354551._0x4fdab3,-0x40,-0x8b,_0x354551._0xfa30e),_0x32b5d7(_0x2d7fb9);}});}else{console[_0x174e6c(0x2ea,_0x6c599c._0x1f2c28,0x2de,0x2ba)](_0x28e29d[_0x1e3b74(_0x6c599c._0x5186fc,0x2fd,0x270,0x30d)]);let _0x2b536b=(await _0x38a632['stat'](LOG_FILE))[_0x1e3b74(_0x6c599c._0x38447e,_0x6c599c._0x29c2cc,_0x6c599c._0x1c89e0,0x3af)];const _0x56846b=_0x28e29d[_0x174e6c(0x211,_0x6c599c._0x53c400,_0x6c599c._0x1b546c,0x1ce)](setInterval,async()=>{const _0x33ab49={_0x24638a:0x179},_0x4d0996={_0x4aa3e0:0x150,_0x2b48a3:0x137};function _0x7dcf20(_0x44efcb,_0x15744e,_0x45fb57,_0x1be519){return _0x1e3b74(_0x44efcb-_0x4d0996._0x4aa3e0,_0x15744e-_0x4d0996._0x2b48a3,_0x1be519,_0x44efcb- -0x246);}function _0x1b5287(_0x54ff41,_0x39fa02,_0x4efc36,_0x6b3783){return _0x1e3b74(_0x54ff41-0xe0,_0x39fa02-0x42,_0x39fa02,_0x54ff41-_0x33ab49._0x24638a);}if(_0x28e29d[_0x1b5287(0x4fa,_0x673978._0x4d5cd8,0x547,0x518)](_0x28e29d[_0x1b5287(_0x673978._0xaeff60,0x5d3,_0x673978._0x52474e,0x5d0)],_0x28e29d[_0x1b5287(0x544,_0x673978._0xec0ec0,0x54c,_0x673978._0xe1b1b3)]))_0x4d6512[_0x7dcf20(0x1a4,0x1aa,0x1ff,_0x673978._0x25d9c1)](_0x35cfa4);else try{const _0x2e0ddb=(await _0x38a632['stat'](LOG_FILE))[_0x7dcf20(_0x673978._0x1de19e,_0x673978._0x38b0ec,_0x673978._0x6920b9,_0x673978._0x3265db)];if(_0x28e29d[_0x7dcf20(_0x673978._0x19df57,_0x673978._0x31bdef,_0x673978._0x2558a6,_0x673978._0x380297)](_0x2e0ddb,_0x2b536b)){if(_0x28e29d[_0x7dcf20(0x15f,0xc1,_0x673978._0x34e9e8,0x19c)](_0x28e29d[_0x7dcf20(0x1f7,0x1cf,0x276,_0x673978._0x13c5af)],'bcnYT')){const _0x14104c=await _0x38a632[_0x7dcf20(_0x673978._0x2ca247,_0x673978._0x352e32,0x1c5,0xdf)](LOG_FILE,'r'),_0x4c5b4e=Buffer[_0x1b5287(0x511,0x5b1,0x47d,_0x673978._0x11066b)](_0x28e29d['BEkUR'](_0x2e0ddb,_0x2b536b));await _0x14104c[_0x7dcf20(0x12a,_0x673978._0x409afc,_0x673978._0x41a5d1,_0x673978._0x44110b)](_0x4c5b4e,0xeb6*-0x2+-0x4a2*-0x5+0x12*0x59,_0x4c5b4e[_0x7dcf20(0xc0,0x4b,_0x673978._0x43e163,0xe7)],_0x2b536b),await _0x14104c['close'](),process[_0x1b5287(_0x673978._0x34c578,_0x673978._0x5ac4e3,0x521,0x583)]['write'](_0x4c5b4e[_0x1b5287(0x5b0,_0x673978._0x5da5e2,_0x673978._0x4e0cab,_0x673978._0x2d41a2)](_0x1b5287(_0x673978._0x594c63,_0x673978._0x40818d,_0x673978._0x2284bc,0x51a))),_0x2b536b=_0x2e0ddb;}else _0x3b50d6[_0x7dcf20(0x1a4,_0x673978._0x26da0e,0x100,0x121)](_0x28e29d[_0x7dcf20(_0x673978._0x47dc94,_0x673978._0x114506,_0x673978._0x32e2d8,0x110)]),_0xc7aa7c[_0x1b5287(0x563,_0x673978._0xec0ec0,_0x673978._0x5d7168,0x567)](_0x7dcf20(_0x673978._0x24f46a,0x242,_0x673978._0x390063,_0x673978._0x281454)+_0x7dcf20(_0x673978._0x59d6da,0x123,_0x673978._0x6d8d68,_0x673978._0x38226a)+_0x1b5287(0x59b,_0x673978._0x2e2e30,_0x673978._0x5f36e8,_0x673978._0x18def8)+_0x7dcf20(_0x673978._0x293050,_0x673978._0x954e13,0x157,_0x673978._0x456430)+_0x7dcf20(0x1e0,_0x673978._0x276765,_0x673978._0x371356,0x1c6)+_0x1b5287(_0x673978._0x349ecf,0x535,_0x673978._0x4e4f25,0x4de)+_0x1b5287(0x4f2,0x452,0x4af,_0x673978._0x28a9a8));}}catch(_0x39464b){clearInterval(_0x56846b);}},0x99*0x41+0x23ef+0x3b*-0x13c);process['on'](_0x174e6c(_0x6c599c._0x262793,_0x6c599c._0xf463c3,0x1cd,_0x6c599c._0x256ed5),()=>{const _0x18c9d1={_0x48457f:0x8a,_0x51c9ad:0x141};function _0x53c55a(_0x21aac1,_0x56cbd9,_0x8b3842,_0x58b9a3){return _0x1e3b74(_0x21aac1-_0x18c9d1._0x48457f,_0x56cbd9-0xb,_0x58b9a3,_0x8b3842- -_0x18c9d1._0x51c9ad);}_0x28e29d[_0x53c55a(_0x4bfb45._0x60fe81,0x287,_0x4bfb45._0x324dd8,_0x4bfb45._0x467519)](clearInterval,_0x56846b),process['exit'](-0x2250+-0x167b+0x38cb);});}}}else _0x28e29d[_0x1e3b74(0x35a,_0x6c599c._0x3dfabc,0x424,0x3ed)](_0x52cb65,_0x3e3ab2);}catch(_0x3fa5a1){_0x28e29d[_0x1e3b74(_0x6c599c._0x32f6d0,0x3bc,_0x6c599c._0x35fadc,_0x6c599c._0x44d258)](_0x28e29d[_0x174e6c(_0x6c599c._0x24afde,0x2c1,_0x6c599c._0x41d8b5,0x2e6)],_0x28e29d['gqRhy'])?(_0x234a08[_0x1e3b74(_0x6c599c._0xf392af,_0x6c599c._0x15a40e,_0x6c599c._0x4d6c6f,_0x6c599c._0x1d639b)](_0x28e29d[_0x1e3b74(_0x6c599c._0x2b1404,0x42f,_0x6c599c._0x5c41e7,_0x6c599c._0x22081e)]),_0x2c907a[_0x174e6c(0x32c,0x27f,0x2ef,_0x6c599c._0x4b795d)](_0x28e29d[_0x174e6c(0x260,0x1b4,0x29c,0x218)])):_0x28e29d[_0x174e6c(_0x6c599c._0x376d57,0x2bb,0x283,0x275)](_0x3fa5a1[_0x1e3b74(_0x6c599c._0x5afbf4,_0x6c599c._0x7a844c,_0x6c599c._0x1ff806,0x407)],_0x28e29d[_0x1e3b74(0x371,_0x6c599c._0x5c210e,0x39b,0x319)])?_0x28e29d[_0x1e3b74(0x397,0x2d5,_0x6c599c._0x50163f,0x35f)](_0x28e29d[_0x1e3b74(_0x6c599c._0xe5434,0x399,0x4a8,_0x6c599c._0x1dc4b6)],'HFEaJ')?_0x28e29d[_0x174e6c(0x22e,0x285,0x2e9,0x251)](_0x4666a6[_0x1e3b74(_0x6c599c._0x320074,0x437,0x48a,0x407)],_0x28e29d[_0x1e3b74(0x27d,_0x6c599c._0x52952f,0x2cc,_0x6c599c._0x3be3fd)])?(_0x480662[_0x174e6c(0x35b,_0x6c599c._0x34d2b5,_0x6c599c._0x20e99a,0x2ba)](_0x28e29d[_0x174e6c(_0x6c599c._0x5dcf1d,0x1c0,_0x6c599c._0x148a8f,_0x6c599c._0x37717f)]),_0x262be9['log'](_0x28e29d['bNoSA'])):_0x2c68d4[_0x174e6c(0x208,0x1d4,0x226,0x259)](_0x1e3b74(_0x6c599c._0x1307cd,0x488,0x3ce,_0x6c599c._0x5b0151)+_0x174e6c(0x1d0,_0x6c599c._0x31e224,0x1d0,0x1ff)+_0x3f6e65[_0x174e6c(_0x6c599c._0x3736e1,_0x6c599c._0x5cb10b,_0x6c599c._0x6e2e12,0x2b4)]):(console[_0x174e6c(_0x6c599c._0xef18c9,_0x6c599c._0x5af64a,0x35a,0x2ba)](_0x28e29d[_0x1e3b74(_0x6c599c._0x3cb0ed,0x329,_0x6c599c._0x1d5b2f,0x314)]),console[_0x174e6c(_0x6c599c._0x2dfe84,0x29e,0x2d2,0x2ba)](_0x28e29d[_0x174e6c(0x32b,0x378,_0x6c599c._0x12c5dc,0x2fe)])):_0x28e29d[_0x174e6c(0x2ff,_0x6c599c._0x10099b,0x2dd,_0x6c599c._0x24a667)](_0x28e29d[_0x1e3b74(0x3ad,0x35d,0x360,_0x6c599c._0x548a54)],_0x28e29d[_0x1e3b74(0x37a,0x3d7,_0x6c599c._0x3e9b8e,_0x6c599c._0x3e26d2)])?_0x355649=_0x28e29d[_0x174e6c(_0x6c599c._0x2b03ec,_0x6c599c._0x201296,0x22c,0x1ce)](_0x59cb69,_0x14fe05[_0x174e6c(_0x6c599c._0x51b94a,0x2e6,0x2d3,0x253)](_0x28e29d[_0x1e3b74(_0x6c599c._0x33a573,_0x6c599c._0x50163f,_0x6c599c._0x569f7f,0x3c9)][_0x174e6c(0x23e,_0x6c599c._0x5c677e,_0x6c599c._0x4f1cf3,_0x6c599c._0x3cfe17)]),0x11*0x83+0x1e3a+-0x26e3):console[_0x1e3b74(_0x6c599c._0x4cebd2,_0x6c599c._0x326b81,_0x6c599c._0x7f3c1a,0x389)](_0x1e3b74(_0x6c599c._0x1fa986,0x395,_0x6c599c._0x1ae2e,_0x6c599c._0x5b0151)+_0x174e6c(_0x6c599c._0x53a153,_0x6c599c._0x30f2d4,_0x6c599c._0x3b0172,0x1ff)+_0x3fa5a1[_0x1e3b74(_0x6c599c._0x17048e,0x391,0x43a,0x3e4)]);}}export async function restartServer(_0x30688b){const _0x3bd3b9={_0x2bf55e:0x26b,_0x38bf7f:0x249,_0x38dc29:0x29e,_0x14f17d:0x387,_0xae1464:0x353,_0x2eb64c:0x340,_0x5e1769:0x245,_0x266824:0x23c,_0x1d7be8:0x1bb,_0x30b00f:0x195,_0x1642d7:0x110,_0x1e7e3f:0x197,_0x52bfc1:0x2f5,_0x4f3634:0x283,_0x373e0b:0x27f,_0x317591:0x28d,_0x3e4684:0x2be,_0x3aeb82:0x236,_0x3d0ede:0x20b,_0x31e859:0x2ce,_0x1d7a53:0x163},_0x3c5cfb={_0x1d7efb:0x53},_0x1a65df={_0x596520:0x103},_0x1258a3={'ghAVd':function(_0x1bf587){return _0x1bf587();},'iTmVS':_0x389d59(_0x3bd3b9._0x2bf55e,0x1eb,_0x3bd3b9._0x38bf7f,_0x3bd3b9._0x38dc29)+'erver...','fShxZ':_0x1d922e(_0x3bd3b9._0x14f17d,0x34b,_0x3bd3b9._0xae1464,_0x3bd3b9._0x2eb64c)+_0x389d59(_0x3bd3b9._0x5e1769,_0x3bd3b9._0x266824,_0x3bd3b9._0x1d7be8,_0x3bd3b9._0x30b00f),'OoxJX':function(_0x370565,_0x32513c){return _0x370565(_0x32513c);}},{running:_0x485e5d}=await _0x1258a3[_0x389d59(_0x3bd3b9._0x1642d7,0x132,0x186,_0x3bd3b9._0x1e7e3f)](isServerRunning);_0x485e5d&&(console[_0x389d59(0x281,0x252,0x25a,_0x3bd3b9._0x52bfc1)](_0x1258a3[_0x389d59(_0x3bd3b9._0x4f3634,0x1da,_0x3bd3b9._0x373e0b,_0x3bd3b9._0x317591)]),await _0x1258a3[_0x1d922e(0x1da,_0x3bd3b9._0x3e4684,_0x3bd3b9._0x3aeb82,0x1df)](stopServer),console[_0x389d59(_0x3bd3b9._0x3d0ede,0x1f1,0x25a,_0x3bd3b9._0x31e859)](''));function _0x1d922e(_0x35f7bc,_0x3848cb,_0x3ee9b6,_0x478a51){return _0x5a8055(_0x35f7bc-0x1a2,_0x3848cb-0x1f0,_0x3ee9b6-_0x1a65df._0x596520,_0x478a51);}console['log'](_0x1258a3['fShxZ']);function _0x389d59(_0x267a9d,_0x38a75e,_0x4d9bbf,_0x3e5b02){return _0x5a8055(_0x267a9d-0x102,_0x38a75e-0x99,_0x4d9bbf-_0x3c5cfb._0x1d7efb,_0x267a9d);}await _0x1258a3[_0x389d59(0x20e,_0x3bd3b9._0x1d7a53,0x191,0x1a6)](startDaemon,_0x30688b);}
1
+ function _0x585c04(_0x3da3c6,_0x4a9b17,_0xcb08a,_0x25692f){const _0x4e567b={_0x53f899:0x2cf};return _0x5d95(_0x25692f-_0x4e567b._0x53f899,_0x3da3c6);}(function(_0x3ac337,_0x26a0b6){const _0x5a1684={_0x11b8ad:0x9b,_0x23376a:0x29,_0x3002c9:0xa0,_0x782d24:0x187,_0x1471d6:0xe1,_0x17ed53:0xd,_0x3fe937:0x175,_0x5dda13:0x137,_0x552812:0x172,_0x3e4ed7:0x1a4,_0x38f8ef:0x1ca,_0x34bb6d:0x77,_0x447b60:0xdd,_0x54d31d:0x111,_0x24bb65:0xce,_0x29bdfd:0x129,_0x48d26b:0x6b},_0x5db252={_0x27f8f4:0x288},_0x5b4155=_0x3ac337();function _0x6b613c(_0x46c3cc,_0x87b47e,_0x433174,_0x3b7ffc){return _0x5d95(_0x3b7ffc- -_0x5db252._0x27f8f4,_0x87b47e);}function _0x22e82d(_0x509af2,_0x239f9c,_0x499577,_0x197f5e){return _0x5d95(_0x197f5e- -0x219,_0x509af2);}while(!![]){try{const _0xc1ffe3=parseInt(_0x22e82d(-_0x5a1684._0x11b8ad,-0x95,-_0x5a1684._0x23376a,-_0x5a1684._0x3002c9))/(-0x1274+-0x3*-0x115+0xf36)*(-parseInt(_0x6b613c(-0x168,-0x173,-0x18f,-_0x5a1684._0x782d24))/(-0x1*-0xa4d+-0x43*-0x22+0x11*-0x121))+parseInt(_0x22e82d(-0x61,-_0x5a1684._0x1471d6,-0x6a,-0xc2))/(0x1*0x853+0xe6e+-0x16be)*(-parseInt(_0x6b613c(-0xfe,-0x142,-0xda,-0x164))/(-0x3*-0x679+0x12*0x68+-0x1ab7*0x1))+parseInt(_0x22e82d(_0x5a1684._0x17ed53,0x33,-0x9c,-0x3c))/(-0xa45+0x2d*0xa9+-0x136b)*(-parseInt(_0x6b613c(-0x188,-0x17a,-_0x5a1684._0x3fe937,-_0x5a1684._0x5dda13))/(-0x1*0x96c+-0x1b4+-0x1*-0xb26))+parseInt(_0x22e82d(-_0x5a1684._0x552812,-_0x5a1684._0x3e4ed7,-_0x5a1684._0x38f8ef,-0x135))/(0xa1*-0x27+0x2135+-0x1*0x8a7)+-parseInt(_0x22e82d(-0x156,-_0x5a1684._0x34bb6d,-_0x5a1684._0x447b60,-_0x5a1684._0x54d31d))/(0x16cb+-0x11b9+-0x50a)+parseInt(_0x6b613c(-_0x5a1684._0x24bb65,-0x92,-0xea,-_0x5a1684._0x29bdfd))/(-0x1006+0x13c7+0x44*-0xe)+parseInt(_0x22e82d(_0x5a1684._0x23376a,-0x7c,-0xf6,-_0x5a1684._0x48d26b))/(-0x2*-0x65b+-0x1fdd+0x1331*0x1);if(_0xc1ffe3===_0x26a0b6)break;else _0x5b4155['push'](_0x5b4155['shift']());}catch(_0x575c0e){_0x5b4155['push'](_0x5b4155['shift']());}}}(_0x4e54,0x17e93+0x4604*-0x1+-0x1*-0x6b5a));import{spawn}from'child_process';import{promises as _0x445287}from'fs';import _0x47d540 from'path';import _0xd5e71e from'os';import _0x45a225 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';function _0x5d95(_0x1f282f,_0x179eb0){_0x1f282f=_0x1f282f-(0x1684*-0x1+0x1*-0x62b+0x1d75);const _0x4b2a7a=_0x4e54();let _0x3accad=_0x4b2a7a[_0x1f282f];if(_0x5d95['NbUVDt']===undefined){var _0x4b9f8a=function(_0x272b74){const _0x5c5e98='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1cad79='',_0x36cfd8='';for(let _0x53cd98=0x1f+-0xa34+0xa15,_0x3e6ec8,_0x486f0a,_0x6f5b04=0x2*-0x10af+0x24a4+-0x346;_0x486f0a=_0x272b74['charAt'](_0x6f5b04++);~_0x486f0a&&(_0x3e6ec8=_0x53cd98%(0x1b31*-0x1+0x1e2c*0x1+-0x2f7)?_0x3e6ec8*(-0x195c+-0x2076+-0x1*-0x3a12)+_0x486f0a:_0x486f0a,_0x53cd98++%(-0x1*0x623+-0xb57+0x117e))?_0x1cad79+=String['fromCharCode'](0x1c1*0x2+0x13f*0xb+-0x3*0x568&_0x3e6ec8>>(-(-0x561*-0x5+0x1*0x2537+-0x446*0xf)*_0x53cd98&-0x1d4a+-0x1e82+0x3bd2)):-0x34a+-0x2507*0x1+-0x2851*-0x1){_0x486f0a=_0x5c5e98['indexOf'](_0x486f0a);}for(let _0x4c0ed1=0x1896+-0x13f2+0x63*-0xc,_0x8f195a=_0x1cad79['length'];_0x4c0ed1<_0x8f195a;_0x4c0ed1++){_0x36cfd8+='%'+('00'+_0x1cad79['charCodeAt'](_0x4c0ed1)['toString'](0x9*-0x151+0x126*-0x15+0x2407))['slice'](-(-0x1a21*-0x1+-0x2445+0xa26));}return decodeURIComponent(_0x36cfd8);};_0x5d95['lbyUmN']=_0x4b9f8a,_0x5d95['TPvPbV']={},_0x5d95['NbUVDt']=!![];}const _0x387f43=_0x4b2a7a[-0xbc5+0x2328+-0x1*0x1763],_0x8bbafe=_0x1f282f+_0x387f43,_0x3f9abd=_0x5d95['TPvPbV'][_0x8bbafe];return!_0x3f9abd?(_0x3accad=_0x5d95['lbyUmN'](_0x3accad),_0x5d95['TPvPbV'][_0x8bbafe]=_0x3accad):_0x3accad=_0x3f9abd,_0x3accad;}const __filename=fileURLToPath(import.meta.url),__dirname=_0x47d540[_0x585c04(0x3ca,0x370,0x3bb,0x3ad)](__filename),PID_FILE=_0x47d540[_0x2910ff(0x388,0x340,0x37e,0x3ac)](_0xd5e71e[_0x2910ff(0x28f,0x384,0x304,0x31c)](),_0x585c04(0x3d4,0x3ce,0x430,0x3bd),_0x2910ff(0x39b,0x2ab,0x348,0x34f)),LOG_FILE=_0x47d540['join'](_0xd5e71e['homedir'](),'.coder',_0x585c04(0x491,0x42f,0x476,0x498));export async function isServerRunning(){const _0x4998ba={_0xf6b57f:0x122,_0x2f329a:0xcc,_0x182897:0x372,_0x135215:0x386,_0x4d8dab:0x330,_0x171392:0x7c,_0x31f546:0xcb,_0x47e5e1:0xbc,_0x2c06c3:0x1b5,_0x31607f:0x18b,_0x34a494:0x1a7,_0x322b03:0x187,_0x5253d0:0xc7,_0x2ba919:0x24a,_0x312449:0x2ea,_0x481575:0x28a,_0x2f6783:0x2eb,_0x3b2558:0x2f2,_0x3443b3:0xe2,_0x2eeed2:0x12a,_0x174930:0x120,_0x20004a:0x107,_0x1e4c3a:0x118,_0x54e72a:0x34c,_0x1334d5:0x2c0,_0x21f734:0xde,_0x4bb223:0xbf,_0x91cb31:0x2e,_0x6545a4:0x150},_0x145daf={_0x57cb3f:0xe3,_0x2fe8e0:0x38},_0xe30e17={_0x33cdfe:0x3ff},_0x48d422={'sKJtz':_0x203519(-0x127,-_0x4998ba._0xf6b57f,-0x128,-_0x4998ba._0x2f329a),'huHaD':function(_0x495598,_0x1e139d,_0x554b0f){return _0x495598(_0x1e139d,_0x554b0f);},'NPUHt':_0x69c3d1(_0x4998ba._0x182897,_0x4998ba._0x135215,0x2e1,_0x4998ba._0x4d8dab)};function _0x203519(_0x553b81,_0x235b38,_0x2ff875,_0x5cf739){return _0x2910ff(_0x5cf739,_0x235b38-0xda,_0x235b38- -_0xe30e17._0x33cdfe,_0x5cf739-0x10a);}function _0x69c3d1(_0x1cbc85,_0x3318c9,_0x3b3bf0,_0x125769){return _0x2910ff(_0x3b3bf0,_0x3318c9-_0x145daf._0x57cb3f,_0x125769- -_0x145daf._0x2fe8e0,_0x125769-0x13d);}try{const _0x1570e6=await _0x445287['readFile'](PID_FILE,_0x48d422[_0x203519(-0x67,-_0x4998ba._0x171392,-0x1d,-_0x4998ba._0x31f546)]),_0x4ace86=_0x48d422[_0x203519(-0x11a,-0x10c,-_0x4998ba._0x47e5e1,-0xeb)](parseInt,_0x1570e6[_0x203519(-_0x4998ba._0x2c06c3,-_0x4998ba._0x31607f,-0x1cc,-0x199)](),0x2*-0x10e7+-0x684+0x285c);try{if(_0x69c3d1(0x199,0x1ee,_0x4998ba._0x34a494,0x21b)!==_0x48d422[_0x203519(-0x200,-_0x4998ba._0x322b03,-0x1eb,-0x221)]){process[_0x203519(-0x7c,-_0x4998ba._0x5253d0,-0xae,-0xf9)](_0x4ace86,0x1f5d+-0x2*0x83+-0x1e57);const _0x17fa8f={};return _0x17fa8f[_0x69c3d1(0x29b,_0x4998ba._0x2ba919,0x273,0x2c0)]=!![],_0x17fa8f[_0x69c3d1(_0x4998ba._0x312449,0x26b,_0x4998ba._0x481575,0x308)]=_0x4ace86,_0x17fa8f;}else{const _0x3ae69a={};return _0x3ae69a[_0x69c3d1(0x31f,0x30b,_0x4998ba._0x2f6783,0x2c0)]=![],_0x3ae69a[_0x69c3d1(_0x4998ba._0x3b2558,0x2c2,0x35b,0x308)]=null,_0x3ae69a;}}catch{await _0x445287[_0x203519(-_0x4998ba._0x3443b3,-0x132,-_0x4998ba._0x2eeed2,-0xab)](PID_FILE)['catch'](()=>{});const _0x3f4cc7={};return _0x3f4cc7[_0x203519(-_0x4998ba._0x174930,-_0x4998ba._0x20004a,-0xae,-_0x4998ba._0x1e4c3a)]=![],_0x3f4cc7[_0x203519(-0xd9,-0xbf,-0xb5,-0x4c)]=null,_0x3f4cc7;}}catch{const _0x577249={};return _0x577249[_0x69c3d1(_0x4998ba._0x4d8dab,_0x4998ba._0x54e72a,0x312,_0x4998ba._0x1334d5)]=![],_0x577249[_0x203519(-_0x4998ba._0x21f734,-_0x4998ba._0x4bb223,-_0x4998ba._0x91cb31,-_0x4998ba._0x6545a4)]=null,_0x577249;}}async function getServerConfig(){const _0x26436b={_0x34fa6d:0x307,_0x176957:0x378,_0x5295f4:0x3ab,_0x36f243:0x329,_0x50e0bc:0x430,_0x1b45d2:0x414,_0x136742:0x3bf,_0x3d07f0:0x38b},_0x337e1e={_0x1ab544:0x94,_0x5a91ed:0xf6},_0x330340={_0x5222d1:0x7c},_0x374e8d={'WgXZH':function(_0x4fe921){return _0x4fe921();},'VLmjX':function(_0x51378c){return _0x51378c();}},_0x2ba603=await _0x374e8d[_0x29e570(_0x26436b._0x34fa6d,_0x26436b._0x176957,_0x26436b._0x5295f4,0x2f9)](getCoderSetupPath);function _0x29e570(_0x592ac0,_0x58d16e,_0x2b27bf,_0x778786){return _0x2910ff(_0x2b27bf,_0x58d16e-0x8f,_0x58d16e-_0x330340._0x5222d1,_0x778786-0x1c9);}function _0x202108(_0x9668ba,_0x3bf535,_0x252fcf,_0x324527){return _0x2910ff(_0x3bf535,_0x3bf535-_0x337e1e._0x1ab544,_0x9668ba-_0x337e1e._0x5a91ed,_0x324527-0x16c);}const _0x3108e4=await _0x374e8d['VLmjX'](getServerPort),_0xa73a14=_0x202108(0x3c1,0x346,_0x26436b._0x36f243,_0x26436b._0x50e0bc)+_0x202108(_0x26436b._0x1b45d2,_0x26436b._0x136742,_0x26436b._0x3d07f0,0x390)+_0x3108e4,_0x81005d={};return _0x81005d[_0x202108(0x345,0x3aa,0x3d4,0x3cd)]=_0x2ba603,_0x81005d['port']=_0x3108e4,_0x81005d['serverUrl']=_0xa73a14,_0x81005d;}export async function startDaemon(_0x57d57d){const _0x57d665={_0xee3f95:0x2e6,_0x224514:0x2c2,_0xd62926:0x30b,_0x5c3ea0:0x26f,_0x168490:0x2d2,_0x391665:0x303,_0x2ff46d:0x2c4,_0x41e4a5:0x2dd,_0x1e3e6f:0x36b,_0x2a0922:0x35d,_0x369151:0x2a0,_0x36b8b0:0x296,_0x36e91a:0x153,_0x53fff2:0x2d4,_0x3ab26e:0x2cd,_0x389d54:0x22b,_0x25b497:0x256,_0x4b7365:0x26c,_0xccfffd:0x267,_0x5e36c5:0x21e,_0x2f4c64:0x236,_0x568916:0x25e,_0xa9ba23:0x2d7,_0x392536:0x310,_0x1fdd76:0x2f8,_0x2fc005:0x1ac,_0x56c782:0x1ed,_0x7fa3e9:0x295,_0x573557:0x356,_0xcb76d2:0x287,_0x19c4b5:0x2e7,_0x112e4d:0x1fb,_0x224333:0x1da,_0x52f5e0:0x377,_0x583b75:0x2f2,_0x4de5ad:0x1dd,_0x105752:0x22d,_0x2244bc:0x22c,_0x5ab5b1:0x1a6,_0x556eea:0x31b,_0x2031eb:0x224,_0x108a67:0x261,_0x5a934c:0x234,_0x5ea0cc:0x308,_0x4171ff:0x254,_0x4566aa:0x2d8,_0x365c95:0x238,_0x2f916d:0x26a,_0x3f0899:0x2cb,_0x3a8a54:0x2e0,_0x37ad54:0x33b,_0x4e2f08:0x1d7,_0x331bca:0x315,_0x30ce03:0x355,_0x18b0c1:0x30f,_0x41fa42:0x2db,_0x7f34c9:0x26e,_0x4226ab:0x2ed,_0x8a875d:0x1b3,_0x2ab82d:0x1db,_0x4f2f92:0x202,_0x2e585:0x220,_0x1360b5:0x1f6,_0x17477f:0x1e7,_0xe9188c:0x15e,_0x30f694:0x1eb,_0x170ab5:0x27d,_0x328dfb:0x28d,_0x4781f6:0x1f9,_0x5d816f:0x215,_0x21ab03:0x227,_0x6b0f7:0x318,_0x322f3b:0x169,_0x24b775:0x1fd,_0x5210c0:0x27a,_0x2f9d96:0x350,_0x40383f:0x1a1,_0x3fd9e9:0x1f8,_0x675e69:0x21c,_0x2fbeb7:0x3d8,_0x26e110:0x2ff,_0x4e50eb:0x21d,_0xaa6051:0x337,_0x526a2b:0x3b1,_0x10189a:0x361,_0x1ddbf3:0x389,_0x5402ce:0x3a2,_0x33b883:0x360,_0x29912c:0x24f,_0x4be10b:0x2ac,_0x221867:0x2c8,_0xdd2427:0x31f,_0xbbddd0:0x212,_0x1ded61:0x2a3,_0x5da65f:0x26e,_0x266d02:0x1cc,_0x198866:0x201,_0x1a17a2:0x2e9,_0x11da71:0x323,_0xf1edeb:0x27f,_0x223a05:0x2ae,_0x4c88cd:0x276,_0x1f6eb:0x203,_0x28b608:0x218,_0x8def16:0x252,_0x5422f5:0x2d6,_0x5d270b:0x2de,_0x27503c:0x28e,_0x816b23:0x2dc,_0x3b6f3c:0x261,_0xdea938:0x299,_0x49069b:0x264,_0x343ff9:0x177,_0x5c171a:0x26d,_0x458187:0x173,_0x45b6a4:0x1e9,_0xc4bc9:0x294,_0x5a9ad1:0x319,_0xe0fd7f:0x2be,_0xee915:0x267,_0x392bb4:0x252,_0x1b430c:0x175,_0x303b2e:0x1a3,_0x31c837:0x1a0,_0x3f75ba:0x12a,_0x547953:0x245,_0x5470ae:0x282,_0x455792:0x1cb,_0x3cfcda:0x3b9,_0x562b2d:0x33d,_0x48a84c:0x3b6,_0x5a78a4:0x304,_0x25157b:0x231,_0x51a1fc:0x25b,_0x1d9c3e:0x2f4,_0x36c639:0x1d2,_0x532800:0x258,_0x568620:0x2a5,_0x48aeda:0x249,_0xa68915:0x260,_0x2ea47a:0x285,_0x47bccb:0x1c7,_0x3a0aa7:0x243,_0x357848:0x292,_0xccc32f:0x305,_0x4e23f6:0x26b,_0x2e5156:0x290,_0x31649f:0x361,_0x15ad42:0x1f5,_0x117707:0x272,_0x2fe887:0x3ee,_0x32ee08:0x39c,_0xb2e260:0x23c,_0x3e5cd8:0x368,_0x13cf5b:0x218,_0x45536a:0x254,_0x529bf0:0x1e9,_0x463658:0x261,_0x37c42f:0x30e,_0xf3456c:0x361,_0x935ab:0x1b0,_0x3523ca:0x14e,_0x401260:0x30d,_0x2745c3:0x396,_0x4b713f:0x113,_0x390c8e:0x1a3,_0x298f5c:0x2f7,_0x27cee7:0x30a,_0x30203f:0x20d,_0x1a5c23:0x244,_0x2d55b5:0x1dd,_0x8c5580:0x2a4,_0xdb7c46:0x261,_0x5a924a:0x22a,_0xc4fc2e:0x1d8,_0x4ba7e2:0x21e,_0x5bae89:0x2c7,_0x555b80:0x257,_0x11a0f4:0x201,_0x4bc093:0x251,_0x3b52fe:0x346,_0x4336ff:0x1c9,_0x42f8ac:0x1a0,_0x29cdf6:0x280,_0x2146cd:0x252,_0x5689ad:0x1ea,_0xf8ce78:0x1de,_0x59b348:0x20b,_0x23ca9f:0x149,_0x3e1c79:0x13b,_0x4af60b:0x2f7,_0x3f6fad:0x15b,_0x22d98b:0x1d4,_0x649c09:0x15c,_0x3e0269:0x13d,_0x358d44:0x1e8,_0x56d9e8:0x176,_0x412b60:0x20d,_0x49e6ee:0x270,_0x33a056:0x23a,_0x55b920:0x309,_0x216314:0x2fa,_0x163acb:0x28a,_0x371c9b:0x37c,_0x3e38e1:0x35d,_0x3f9880:0x1ba,_0x35b843:0x133,_0x2777bf:0x1b8,_0x5da3c4:0x228,_0x2a59d9:0x2aa,_0x389863:0x25c,_0x5807d2:0x312,_0x29df52:0x238,_0x48195c:0x302,_0x2aee6e:0x342,_0x34b0a1:0x373,_0x78374d:0x28b,_0x49d08b:0x326,_0x33f27:0x31c,_0x3c41eb:0x2e1,_0x550bd3:0x1fa,_0x1a059a:0x25c,_0x4cec3b:0x2d3,_0x551beb:0x322,_0x552390:0x307,_0x3cd933:0x37f,_0xf46c61:0x32c,_0x5e57b6:0x1f0,_0x3d072d:0x154,_0x1a1308:0x3b0,_0x3fe295:0x361,_0x46d9b6:0x1c8,_0x172825:0x254,_0x2d87e5:0x3d1,_0x50d988:0x372,_0x3df480:0x166,_0x3b6294:0x2e7,_0x132ec8:0x318,_0x4dc413:0x281,_0xde2d54:0x2f5,_0x5e19b7:0x34f,_0x269c08:0x119,_0x492a9d:0x270,_0x312f20:0x242,_0x582d76:0x277,_0x4465aa:0x300},_0x20af50={_0x167ae8:0x13f,_0x2976b4:0x10f,_0x3c1757:0x15a},_0x57bf88={_0x2efa84:0x518},_0x42e4ca={'Qvnvv':_0x262856(0x286,_0x57d665._0xee3f95,0x2ad,0x28b)+_0x262856(0x36f,_0x57d665._0x224514,0x2b5,_0x57d665._0xd62926)+_0x262856(_0x57d665._0x5c3ea0,_0x57d665._0x168490,_0x57d665._0x391665,0x2aa)+_0x262856(0x34e,_0x57d665._0x2ff46d,0x265,_0x57d665._0x41e4a5)+'was\x20starte'+_0x262856(_0x57d665._0x1e3e6f,0x2ca,0x3d4,_0x57d665._0x2a0922)+'round\x20mode','UuRHK':_0x394db4(-_0x57d665._0x369151,-0x263,-0x1dd,-_0x57d665._0x36b8b0)+_0x394db4(-0x197,-0x1a0,-_0x57d665._0x36e91a,-0x1d4)+_0x394db4(-_0x57d665._0x53fff2,-0x268,-_0x57d665._0x3ab26e,-_0x57d665._0x389d54)+'\x20with:','oZcht':function(_0x209ff6){return _0x209ff6();},'JJnjD':function(_0x68ba97){return _0x68ba97();},'uWAbx':function(_0x4c9cf0,_0x5ebdb4){return _0x4c9cf0(_0x5ebdb4);},'cHMAs':_0x262856(_0x57d665._0x25b497,0x256,0x321,0x2ab),'LpIFv':'VEOOt','HdUmL':_0x262856(0x29c,_0x57d665._0x4b7365,_0x57d665._0xccfffd,0x262)+_0x394db4(-_0x57d665._0x5e36c5,-_0x57d665._0x2f4c64,-_0x57d665._0xccfffd,-_0x57d665._0x568916),'fexvG':_0x262856(_0x57d665._0xa9ba23,_0x57d665._0x392536,_0x57d665._0x1fdd76,0x2e6)+_0x394db4(-_0x57d665._0x2fc005,-_0x57d665._0x56c782,-0x1fb,-0x152)+_0x394db4(-0x1e9,-0x245,-0x248,-_0x57d665._0x7fa3e9)+'r_setup_pa'+_0x262856(_0x57d665._0x573557,_0x57d665._0xcb76d2,0x34a,_0x57d665._0x19c4b5)+_0x394db4(-0x1dd,-_0x57d665._0x112e4d,-_0x57d665._0x224333,-0x243)+_0x262856(0x292,_0x57d665._0x52f5e0,0x34c,_0x57d665._0x583b75),'kKLYX':_0x394db4(-_0x57d665._0x4de5ad,-0x21e,-0x22f,-_0x57d665._0x105752)+'rver\x20start'+_0x394db4(-0x2bd,-_0x57d665._0x2244bc,-0x1e3,-_0x57d665._0x5ab5b1)+'ath=/path/'+_0x262856(0x39d,_0x57d665._0x556eea,0x2dc,0x34a)+_0x394db4(-_0x57d665._0x2031eb,-0x2b2,-_0x57d665._0x108a67,-_0x57d665._0x389d54),'jgoJa':_0x262856(_0x57d665._0x5a934c,_0x57d665._0x5ea0cc,_0x57d665._0x4171ff,0x27a),'rTjie':'Configure\x20'+_0x262856(_0x57d665._0x4566aa,_0x57d665._0x5ea0cc,0x2dd,0x26c),'INVEc':_0x262856(0x274,_0x57d665._0x365c95,0x2a0,_0x57d665._0x2f916d)+'coder-setu'+'p\x20path\x20con'+_0x262856(0x38f,_0x57d665._0x3f0899,_0x57d665._0x3a8a54,_0x57d665._0x37ad54),'Jifut':_0x394db4(-0x195,-0x1ff,-0x272,-0x19e),'YDeal':_0x394db4(-0x173,-0x1b1,-_0x57d665._0x4e2f08,-0x15b)+_0x262856(0x321,0x211,0x265,0x2a2)+_0x262856(0x36e,_0x57d665._0x331bca,_0x57d665._0x30ce03,_0x57d665._0x18b0c1),'XQvUr':function(_0x126670){return _0x126670();},'zshOT':function(_0x350e82,_0x3e1fd0){return _0x350e82===_0x3e1fd0;},'nseKG':_0x394db4(-_0x57d665._0x41fa42,-_0x57d665._0x7f34c9,-0x1fc,-0x2ae),'VysHD':_0x262856(0x36e,0x2cb,0x36e,_0x57d665._0x4226ab),'mORSl':function(_0x4ad48c,_0x4ebc8a){return _0x4ad48c!==_0x4ebc8a;},'xXgNQ':'ambzj','kaUKv':_0x394db4(-_0x57d665._0x8a875d,-_0x57d665._0x2ab82d,-_0x57d665._0x4f2f92,-_0x57d665._0x2e585),'dYcWd':_0x394db4(-0x194,-_0x57d665._0x1360b5,-_0x57d665._0x17477f,-_0x57d665._0xe9188c),'BCtbb':_0x394db4(-0x221,-_0x57d665._0x30f694,-0x266,-0x168),'JyFNr':_0x394db4(-0x215,-0x23b,-_0x57d665._0x170ab5,-_0x57d665._0x328dfb),'uCPqg':_0x394db4(-_0x57d665._0x4781f6,-_0x57d665._0x5d816f,-0x2a2,-0x20a)+_0x394db4(-_0x57d665._0x21ab03,-0x2ba,-_0x57d665._0x6b0f7,-0x301)+'atus\x22\x20to\x20c'+_0x394db4(-_0x57d665._0x322f3b,-0x1c0,-_0x57d665._0x24b775,-0x222)+'r\x20status','eAbEK':'Use\x20\x22coder'+_0x394db4(-0x2ae,-0x2ba,-_0x57d665._0x5210c0,-0x26b)+_0x394db4(-0x21d,-0x191,-0x1c5,-0x213)+_0x262856(_0x57d665._0x2f9d96,_0x57d665._0x392536,0x332,0x345)+'er','YiQXj':_0x394db4(-0x244,-0x215,-0x222,-_0x57d665._0x40383f)+_0x262856(0x2da,_0x57d665._0x3fd9e9,0x222,0x277)+_0x394db4(-_0x57d665._0x4f2f92,-0x1ac,-_0x57d665._0x675e69,-0x1b0)+_0x262856(_0x57d665._0x2fbeb7,_0x57d665._0x26e110,_0x57d665._0x4226ab,0x347)},{running:_0x25371e,pid:_0x8c2270}=await _0x42e4ca[_0x394db4(-0x279,-0x226,-_0x57d665._0x4e50eb,-0x232)](isServerRunning);if(_0x25371e){console[_0x262856(_0x57d665._0xaa6051,0x395,_0x57d665._0x526a2b,_0x57d665._0x10189a)]('Server\x20is\x20'+_0x262856(0x309,_0x57d665._0x1ddbf3,_0x57d665._0x5402ce,_0x57d665._0x33b883)+_0x394db4(-0x2a1,-_0x57d665._0x29912c,-0x267,-0x244)+':\x20'+_0x8c2270+')');const _0x3f97f0=await _0x42e4ca[_0x262856(_0x57d665._0x4be10b,0x213,0x2f9,0x26e)](getServerConfig);console['log'](_0x262856(0x32b,0x22b,0x2e3,_0x57d665._0x221867)+_0x3f97f0[_0x262856(0x321,_0x57d665._0xdd2427,0x362,0x369)]);return;}const _0x54049d=await _0x42e4ca[_0x262856(_0x57d665._0xbbddd0,0x222,_0x57d665._0x1ded61,_0x57d665._0x5da65f)](getCoderSetupPath),_0x5d5bf7=_0x42e4ca['uWAbx'](String,await getServerPort());if(!_0x54049d){if(_0x42e4ca[_0x394db4(-_0x57d665._0x266d02,-0x21b,-0x288,-_0x57d665._0x198866)]!==_0x42e4ca[_0x262856(_0x57d665._0x1a17a2,_0x57d665._0x11da71,_0x57d665._0xf1edeb,_0x57d665._0x223a05)]){const _0x5355a4=_0x42e4ca['HdUmL'][_0x262856(_0x57d665._0x4c88cd,0x211,0x20e,0x258)]('|');let _0x2a44c9=-0x1f73*-0x1+-0x2ed+0x3*-0x982;while(!![]){switch(_0x5355a4[_0x2a44c9++]){case'0':console[_0x394db4(-0x2cb,-0x267,-_0x57d665._0x1f6eb,-0x27b)]('');continue;case'1':console[_0x394db4(-_0x57d665._0x568916,-0x267,-_0x57d665._0x28b608,-_0x57d665._0x8def16)](_0x42e4ca[_0x262856(0x31f,_0x57d665._0x5422f5,_0x57d665._0x5d270b,_0x57d665._0x27503c)]);continue;case'2':console['error'](_0x42e4ca[_0x394db4(-_0x57d665._0x816b23,-0x282,-_0x57d665._0x3b6f3c,-0x2df)]);continue;case'3':console[_0x394db4(-_0x57d665._0xdea938,-0x267,-0x2fa,-_0x57d665._0x49069b)](_0x42e4ca[_0x394db4(-0x1af,-0x194,-_0x57d665._0x343ff9,-0x1fc)]);continue;case'4':console[_0x394db4(-_0x57d665._0x5c171a,-_0x57d665._0xccfffd,-0x1d9,-0x2db)](_0x42e4ca[_0x394db4(-_0x57d665._0x458187,-_0x57d665._0x45b6a4,-0x214,-0x240)]);continue;case'5':process[_0x262856(0x238,0x1d2,_0x57d665._0xc4bc9,0x241)](-0x1117*-0x1+0x1ad3+-0x4e1*0x9);continue;case'6':console[_0x262856(_0x57d665._0x5a9ad1,0x29c,0x31e,0x29d)](_0x42e4ca['INVEc']);continue;case'7':console[_0x394db4(-_0x57d665._0xe0fd7f,-_0x57d665._0xee915,-0x227,-_0x57d665._0x392bb4)]('');continue;}break;}}else _0x12c772[_0x394db4(-_0x57d665._0x1b430c,-_0x57d665._0x303b2e,-_0x57d665._0x31c837,-_0x57d665._0x3f75ba)]('\x20\x20Status:\x20'+'\x20\x20\x20\x20\x20⚠\x20Sta'+_0x394db4(-_0x57d665._0x56c782,-_0x57d665._0x4b7365,-_0x57d665._0x547953,-_0x57d665._0x5470ae)+'e\x20(server\x20'+'not\x20respon'+_0x394db4(-0x1a6,-_0x57d665._0x455792,-0x205,-0x1a3)),_0x274fc0[_0x262856(_0x57d665._0x3cfcda,_0x57d665._0x562b2d,_0x57d665._0x48a84c,0x361)]('\x20\x20Stale\x20PI'+_0x262856(_0x57d665._0x5a78a4,0x247,0x2b8,0x283)+_0x44e841);}try{const _0x35ca00=await _0x445287['stat'](_0x54049d);!_0x35ca00['isDirector'+'y']()&&(console['error'](_0x394db4(-0x19d,-0x22d,-0x1b9,-_0x57d665._0x25157b)+'up\x20path\x20is'+_0x394db4(-0x270,-_0x57d665._0x51a1fc,-_0x57d665._0x1d9c3e,-_0x57d665._0x36c639)+_0x262856(_0x57d665._0x532800,_0x57d665._0x568620,0x2ce,_0x57d665._0x48aeda)+_0x54049d),process['exit'](0x8*-0x23b+-0x5ce*-0x2+0x63d));}catch(_0x43a54c){console['error']('Error:\x20Set'+'up\x20path\x20do'+_0x394db4(-_0x57d665._0xa68915,-_0x57d665._0x2ea47a,-0x2ff,-0x222)+_0x394db4(-_0x57d665._0x47bccb,-_0x57d665._0x3a0aa7,-_0x57d665._0x357848,-0x2dd)+_0x54049d),process['exit'](0x1023+0x3*-0x254+0x493*-0x2);}function _0x394db4(_0x29c5b0,_0x20a3b3,_0x153bff,_0x5f1071){return _0x2910ff(_0x153bff,_0x20a3b3-0x44,_0x20a3b3- -_0x57bf88._0x2efa84,_0x5f1071-0x139);}const _0xcf2d21=_0x47d540[_0x262856(0x30a,_0x57d665._0xccc32f,0x33e,0x36a)](__dirname,'..','..',_0x42e4ca[_0x262856(0x2f0,_0x57d665._0x4e23f6,0x2b5,_0x57d665._0x2e5156)]);console[_0x262856(0x3ba,0x3ab,0x39d,_0x57d665._0x31649f)](''),console['log'](_0x42e4ca[_0x262856(0x22f,_0x57d665._0x15ad42,0x232,_0x57d665._0x117707)]),console[_0x262856(_0x57d665._0x562b2d,_0x57d665._0x2fe887,_0x57d665._0x32ee08,_0x57d665._0x31649f)]('\x20\x20Setup\x20Pa'+_0x262856(_0x57d665._0xb2e260,0x29b,0x261,0x23d)+_0x54049d),console[_0x262856(0x3c4,0x301,_0x57d665._0x3e5cd8,0x361)](_0x262856(_0x57d665._0x13cf5b,_0x57d665._0x45536a,_0x57d665._0x529bf0,_0x57d665._0x463658)+'\x20\x20\x20\x20'+_0x5d5bf7),console[_0x262856(_0x57d665._0x37c42f,0x395,0x350,_0x57d665._0xf3456c)](_0x394db4(-_0x57d665._0x935ab,-0x1ce,-0x235,-_0x57d665._0x3523ca)+_0x262856(_0x57d665._0x401260,0x36e,_0x57d665._0x2745c3,0x332)),console[_0x394db4(-0x10e,-0x1a3,-_0x57d665._0x4b713f,-_0x57d665._0x390c8e)]('');const _0x45b0c0=await _0x42e4ca[_0x394db4(-_0x57d665._0x298f5c,-0x2c4,-0x29b,-_0x57d665._0x27cee7)](getTrustProxy),_0x4266b2={...process['env']};_0x4266b2[_0x394db4(-0x1e7,-_0x57d665._0x30203f,-_0x57d665._0x1a5c23,-0x210)+_0x262856(_0x57d665._0x2d55b5,_0x57d665._0x8c5580,0x1e6,0x248)]=_0x54049d,_0x4266b2[_0x394db4(-_0x57d665._0xdb7c46,-_0x57d665._0x5a924a,-0x2c2,-_0x57d665._0xc4fc2e)]=_0x5d5bf7;const _0x205748=_0x4266b2;_0x45b0c0&&(_0x42e4ca['zshOT'](_0x262856(0x206,_0x57d665._0x4ba7e2,_0x57d665._0x5bae89,0x296),_0x42e4ca[_0x394db4(-0x275,-_0x57d665._0x555b80,-_0x57d665._0x11a0f4,-_0x57d665._0x4bc093)])?_0x205748['TRUST_PROX'+'Y']=_0x42e4ca[_0x262856(0x3d5,0x341,0x2d5,_0x57d665._0x3b52fe)]:(_0x39b21f[_0x394db4(-0x1d4,-_0x57d665._0x390c8e,-_0x57d665._0x4336ff,-_0x57d665._0x42f8ac)](_0x394db4(-0x1e0,-0x1dd,-_0x57d665._0x24b775,-0x172)+_0x262856(_0x57d665._0x11da71,_0x57d665._0x29cdf6,0x2a0,0x2cd)),_0x3ed71c[_0x394db4(-0x13b,-_0x57d665._0x390c8e,-0x164,-0x107)](_0x42e4ca[_0x394db4(-_0x57d665._0x2146cd,-0x232,-_0x57d665._0x5689ad,-_0x57d665._0xb2e260)])));const _0x232f73=[_0xcf2d21];process[_0x394db4(-0x23f,-_0x57d665._0xf8ce78,-0x27b,-_0x57d665._0x59b348)][_0x394db4(-_0x57d665._0x23ca9f,-0x1cd,-_0x57d665._0x3e1c79,-0x1be)+_0x262856(0x270,0x349,_0x57d665._0x4af60b,_0x57d665._0x391665)]&&(_0x42e4ca[_0x394db4(-_0x57d665._0x3f6fad,-_0x57d665._0x22d98b,-0x18d,-0x166)](_0x42e4ca[_0x394db4(-_0x57d665._0x649c09,-0x1af,-_0x57d665._0x3e0269,-0x220)],_0x42e4ca[_0x394db4(-_0x57d665._0x358d44,-0x1f3,-_0x57d665._0x56d9e8,-0x1dc)])?_0x232f73[_0x262856(_0x57d665._0x412b60,_0x57d665._0x547953,0x2c2,0x25d)](_0x394db4(-_0x57d665._0x49e6ee,-_0x57d665._0x33a056,-0x1ea,-0x1bc)):(_0x5109c3[_0x262856(0x395,_0x57d665._0x55b920,_0x57d665._0x216314,0x361)](_0x42e4ca['UuRHK']),_0x507299[_0x262856(0x3ac,_0x57d665._0x1a17a2,0x2d0,0x361)](_0x394db4(-0x1d5,-0x21e,-_0x57d665._0x163acb,-0x25e)+_0x262856(0x3bd,_0x57d665._0x371c9b,_0x57d665._0x3e38e1,0x36c)+_0x262856(0x2a1,0x374,0x280,0x2d8)+_0x394db4(-0x344,-0x2bd,-_0x57d665._0x5c171a,-0x24c)+_0x394db4(-0x1ee,-_0x57d665._0x3f9880,-0x1e8,-_0x57d665._0x35b843)+_0x262856(0x2ed,_0x57d665._0x2777bf,0x212,0x252))));const _0x2e8fcf=_0x47d540[_0x394db4(-0x2da,-0x2b1,-_0x57d665._0x5da3c4,-0x27e)](LOG_FILE),_0xd7a75f={};function _0x262856(_0x7d5bfe,_0x2aa3db,_0x4bbd67,_0x409a9a){return _0x585c04(_0x4bbd67,_0x2aa3db-_0x20af50._0x167ae8,_0x4bbd67-_0x20af50._0x2976b4,_0x409a9a- -_0x20af50._0x3c1757);}_0xd7a75f[_0x262856(_0x57d665._0x357848,_0x57d665._0x4be10b,_0x57d665._0x2a59d9,_0x57d665._0x389863)]=!![],await _0x445287[_0x262856(0x31d,0x2b5,0x2e3,_0x57d665._0x5807d2)](_0x2e8fcf,_0xd7a75f);const _0x32ea6d=await _0x445287[_0x262856(_0x57d665._0x29df52,0x245,_0x57d665._0x48195c,0x2a0)](LOG_FILE,'a'),_0x5aa20a=spawn(_0x42e4ca[_0x262856(0x35d,_0x57d665._0x2aee6e,0x33b,0x362)],_0x232f73,{'env':_0x205748,'detached':!![],'stdio':[_0x42e4ca['BCtbb'],_0x32ea6d['fd'],_0x32ea6d['fd']]});_0x5aa20a[_0x262856(0x340,_0x57d665._0x34b0a1,0x384,0x2f3)]();const _0x118b02=_0x47d540[_0x394db4(-_0x57d665._0x78374d,-0x2b1,-_0x57d665._0x49d08b,-_0x57d665._0x33f27)](PID_FILE),_0x27ad31={};_0x27ad31[_0x262856(_0x57d665._0x3c41eb,0x24d,_0x57d665._0x550bd3,_0x57d665._0x1a059a)]=!![],await _0x445287[_0x262856(0x2bd,_0x57d665._0x4cec3b,0x386,0x312)](_0x118b02,_0x27ad31),await _0x445287[_0x262856(_0x57d665._0x49e6ee,_0x57d665._0x551beb,0x2b4,_0x57d665._0x552390)](PID_FILE,_0x5aa20a[_0x262856(_0x57d665._0x3cd933,0x2f1,0x383,_0x57d665._0xf46c61)][_0x394db4(-0x24e,-_0x57d665._0x5e57b6,-_0x57d665._0x3d072d,-0x180)](),_0x42e4ca['JyFNr']),console[_0x262856(_0x57d665._0x1a1308,0x3e4,0x349,_0x57d665._0x3fe295)](_0x394db4(-0x13b,-0x19e,-0x1f5,-_0x57d665._0x46d9b6)+_0x262856(_0x57d665._0x5bae89,0x20f,0x283,_0x57d665._0x172825)+'daemon\x20mod'+_0x262856(0x352,_0x57d665._0x2d87e5,0x3da,_0x57d665._0x50d988)+_0x5aa20a['pid']+')'),console[_0x394db4(-0x128,-0x1a3,-_0x57d665._0x3df480,-0x152)](_0x262856(_0x57d665._0x2ff46d,0x2a0,_0x57d665._0x3b6294,0x2f8)+_0x262856(0x2c1,_0x57d665._0x132ec8,0x204,_0x57d665._0x4dc413)+_0x262856(0x261,0x2e4,0x311,_0x57d665._0xcb76d2)+_0x5d5bf7),console[_0x262856(_0x57d665._0xde2d54,0x3c4,_0x57d665._0x5e19b7,_0x57d665._0x10189a)](_0x394db4(-0x245,-0x23f,-0x2bf,-0x243)+LOG_FILE),console[_0x394db4(-0x23f,-_0x57d665._0x303b2e,-0x1d5,-_0x57d665._0x269c08)](''),console['log'](_0x42e4ca[_0x394db4(-0x28c,-_0x57d665._0x492a9d,-_0x57d665._0x312f20,-0x282)]),console['log'](_0x42e4ca[_0x262856(_0x57d665._0x582d76,_0x57d665._0x4465aa,_0x57d665._0x223a05,0x2ba)]),console['log'](_0x42e4ca[_0x262856(_0x57d665._0x11da71,0x391,0x3dd,0x36d)]);}function _0x4e54(){const _0x11fc20=['Dhj1zq','mte1nJDjwM5cquS','vxnLicjJB2rLCG','Ag9TzwrPCG','tgjLzeC','DhvW','Dw5Yzwy','ywXSB2m','AuXJqvu','yLvZB28','q09ervjFu0vuvq','icbvuKW6icbODa','ihDPDgG6','u3rVCcbPDcb3Aq','zefTELe','tNfzuva','z3jHy2vMDwXSEq','BKzJt2K','swvqBfK','t1Dmq04','rxLjy1K','tKfXDgy','rvjFsu5tuevdva','CL9Zzxr1Cf9Wyq','C3rHCNqUANm','zNDSufu','D3jPDgvgAwXL','CgfYC2u','BY9JB2rLCI1Zzq','ywXOB3n0oG','ig5VDcbOyxzLia','ELrdBgm','ihj1BM5PBMC','BM9Kzq','zxj2zxiUlI4','CgLUzYbZzxj2zq','A2fvs3y','BwTKAxi','ru5pru5u','Dg9tDhjPBMC','q2X5thq','AfLlCwK','CNzLCIbJB25MAq','u3rHCNqGDgHLia','AwDUB3jL','ls10ywLSpq','CLrQAwu','AxHLs3a','icbqsuq6icaGia','u2vYDMvYigLZia','D1bNwK8','lcbMB3jJAw5NlG','quTNAeO','EhLkq2y','mta5nJiXmgDtzhv6zW','A2LSBa','D2LUzYbSB2DZia','zw52','tM8GBg9NigzPBa','BwHjsuG','ANPVtwS','uvvtvwK','C2XPy2u','CgLK','DgG6ica','Cg9YDa','yLDluuW','Bu9su2W','BwvZC2fNzq','icaGigrHzw1VBG','vvnLque','C2vYDMvYlNbPza','u3rVCcb0AguGCW','icbnB2rLoIaGia','q09ervjFu0vsvG','vvjhBKG','zgLUzYK','D1vUvfC','zMLNDxjLza','D3jPDgu','DurSwhm','C2vYDMvYlMXVzW','BgvUz3rO','CvnxEgW','u3rVChbPBMCGCW','ken0CMWRqYb0BW','wNvUtwK','AgvJAYbZzxj2zq','Ccb0AguGC2vYDG','vNLZseq','DYbSB2DZ','icbtzxr1Ccbqyq','zLjuAwS','Dg8Vy29KzxiTCW','BMLUzYaOzM9Yzq','Dw5RBM93BG','q29KzxjgBg93ia','C3rKB3v0','zsaOC2vYDMvYia','y2f0y2G','CgrUAhm','ntC0nxLVtuLqCq','u3rHCNrPBMCGqW','zgLtEKO','EfHNtLe','CJOG','zgvZDhjVEq','z3mIihrVihzPzq','z254ueG','DxfvD2G','CNPxtKW','u0Lhsu5u','zcbPBIbMB3jLzW','sun5B1m','u0X1Cw0','ywXYzwfKEsbYDq','Bg9N','zfLJv2q','zuHctK0','yw5Kihn0yxj0ia','vur4DM8','4PYtifnLCNzLCIbZ','icaGica','DgG6icaOBM90ia','C2vYDMvYvxjS','AM9PBG','uvvfAxu','CNzLCIbZDgfYDa','wwLrwgO','CMvZCg9UzgLUzW','C0TkDhO','AMDVsMe','rvLPCgK','zsaOueLeoIa','B3aIihrVihn0BW','z2v0','C2v0DxbqyxrO','vNb1rwi','DgG6ia','yxjjwvu','wKLevgS','wff2vxi','zxHPDa','vNLAuxO','Cg9WB3y','BxDdsg4','uxfgwhC','AuHJrvy','yxrOps9WyxrOlW','uf9qqvri','zwn0B3j5oIa','lxnLCNzLCIbZDa','sNbWv0G','D2jbDuG','Aw5NigXVz3m6ia','ww1QuhK','vuTuqMK','u2vYDMvYigrPza','vgL4BeG','zxr1Ca','zgLYBMfTzq','DgfYDgvKigLUia','ihn0B3aPic0Tlq','C3rHDa','BM90ihj1BM5PBG','C3bSAxq','ndK5mJGYyvnmr21X','CuLWuK8','wwLRy0S','CMvJDxjZAxzL','Dw5ZAgLMDa','DfPps3e','u3rHCNrPBMCGCW','DhjPBq','icbqB3j0oIaGia','nNWWFdr8mxW3Fa','lMnVzgvY','tLbvshq','s0jsreW','l2HLywX0Aa','DgLTzw91Da','Cevfu0W','ks4UlG','rxjYB3i6ie5Via','wwXcrve','D2L0AdO','uuPoyxu','sKPUAKq','y29KzxiTC2v0Dq','yLLbq2G','u0TQruq','wurLywW','zKPbEu4','vKXSt1O','y0Dxr2G','mtr3Ce91DeS','lxnLCNzLCIbSBW','vgzlCxe','Dg9WCgvK','t3iGDxnLoG','C2vYDMvYihDPDa','C3vIC3rYAw5N','nJmWntC2EgviBLD5','icbtDgfSzsbqsq','zxmGBM90igv4Aq','t3fkyuq','Dha6lY9SB2nHBa','A0TmwvG','rdOGica','rxjYB3iGC3rVCa','C2vYDMLJzq','swrhtuu','Ag9ZDdO','D01fA0C','wxnTDNq','AeD6wfm','u2vYDMvYig1HEq','u2vYDMvYifn0yq','AeLMCeO','zMv4DKC','C2jyt1i','sMLMDxq','BffqrM8','z3jVDw5Kkq','ig5VDcbZDg9Wia','DunqCwC','icaGicdINjCGtM90','A2D3yvi','rKnsrwe','BguGueLeigzPBa','nJy0zwnvwu5Z','tNfUvNq','cI0TlsbgB2XSBW','DgHLihnLCNzLCG','zxjYB3i','zgf0yq','DeXZsgO','B3bLBG','q29UzMLNDxjLia','B2rLCKzSB3CGuW','CMvHzezPBgu','AerfC0e','t0vlBMG','DhjWwMy','DxvNqw0','q2DIru8','ig5VDcbHigrPCG','yMvLBIbZDgfYDa','r2rUEw0','B24P','BNnLs0C','thbjrNy','DgjXwK0','ruLVu0C','s1rpv00','CMvHza','D2fZihn0yxj0zq','zsbPDcb3yxmGCW','BM5PBMCGkfbjra','C2L6zq','Ahr0CdOVl2XVyW','zxj2zxiGD2L0Aa','Dw5SAw5R','zufIruS','icaGicdINjmGuNvU','tvD5z3y','v1nMrxu','tuH0zLm','zYbZzxqGy29Kzq','CM91BMqGBw9Kzq','C3q6ia','zw5K','rxjYB3iGCMvHza','Aw4GDgHLihrLCG','icbmB2DZoIa','odrNsNPSvxK','sLHgBwi','vvjmoIa','DxrMltG','ls1PBNnWzwn0','zxj2zxiGkfbjra','mZKZD09hq05H','zsbMB3vUza','m3WYFdu','igzVCMvNCM91BG','y29UzMLNDxjLza','BNbHANi','uxzUDNy','v2LUC0W','mteXnZu1n09wuwjpBq','tvzJvhi','C1jdDMe','rxjYB3i6ifnLDa','ic0TC2v0DxaTCa','q1vyENm','ue9sva','BKzlsfu','rNLnz3u','zwqGEwv0ig9Yia','B1PJAhq','Ahviyuq','tgnPsKy','DLD1CMy','icbtDgf0Dxm6ia','wwHWz0y','CNvUBMLUzW','EgDMtNK','icbJB2rLCI1Zzq','DgGGl3bHDgGVDa','v2DywKG','y0Hnqxm','icbvuKW6icaGia','uNbeELq','tNzzCxu'];_0x4e54=function(){return _0x11fc20;};return _0x4e54();}export async function stopServer(){const _0x536ae9={_0x4d26c5:0x10d,_0x34cfa2:0x155,_0x3fc4e7:0x191,_0x4b772c:0x214,_0x33ac49:0x259,_0x371a76:0x22b,_0x284a45:0x22c,_0x507a15:0x38c,_0xb72698:0x389,_0x1ba517:0x3f5,_0x3ff4b5:0x19e,_0x141602:0x1f7,_0x397b38:0x448,_0x4e01fe:0x3e1,_0x1740b0:0x1ad,_0x13e76c:0x1cd,_0x1685de:0x1d9,_0x504155:0x470,_0x1fc1c9:0x503,_0x5ddcb2:0x273,_0x2e5d68:0x3f8,_0xbc767e:0x39e,_0x14b06f:0x4a4,_0xac7c1e:0x169,_0x4db6ab:0x1bf,_0x28f679:0x3b5,_0x369238:0x397,_0x2b04d8:0x400,_0x311da3:0x1e1,_0x57c18e:0x105,_0x5e436d:0x1df,_0x3e13f4:0x1c5,_0x4048a8:0x328,_0x327f5a:0x251,_0x5303e2:0x299,_0x1e3ed4:0x3d9,_0xab6d2e:0x39c,_0x5b1ba9:0x36c,_0x578ecf:0x407,_0x1dbf83:0x474,_0x139d5c:0x4d9,_0x2dc4b7:0x421,_0x44f710:0x206,_0x176f39:0x1b1,_0x20bc2f:0x177,_0x2fccfa:0x1fb,_0x2d7dcc:0x2a5,_0xef375:0x293,_0x259939:0x4ea,_0x2fba6d:0x46b,_0x43b5b2:0x465,_0x4dc2e2:0x221,_0x5b028a:0x1c8,_0x5431e5:0x17c,_0x264118:0x1f2,_0x5c863d:0x296,_0x32a759:0x212,_0x3099ef:0x3de,_0x31d47d:0x425,_0x198ccd:0x455,_0x45e758:0x4c9,_0x596f1f:0x552,_0x304e19:0x4fa,_0x1dcb2e:0x4cf,_0x190d86:0x233,_0x55529b:0x1d5,_0x3611bc:0x3b7,_0x3c2854:0x4a0,_0x32d9a2:0x292,_0x482adf:0x2f2,_0x34e73b:0x128,_0x453c69:0x188,_0x26b8ef:0x261,_0x435dbc:0x258,_0x1092f9:0x4ad,_0x3a0e78:0x24d,_0x51389e:0x1e1,_0x2abf46:0x3fa,_0x33ba96:0x3de,_0x2f10ef:0x3c8,_0x31ea98:0x263,_0x5d9d97:0x265,_0x37bc02:0x42d,_0x4a50c1:0x462,_0x13d805:0x45a,_0x55a262:0x4f7,_0x378079:0x1db,_0x26de01:0x23f,_0x1909f8:0x1c1,_0x2fd0b5:0x4a5,_0x63104d:0x468,_0x40988a:0x296,_0x58b79c:0x253,_0x13e44b:0x285,_0xcd187b:0x239,_0x37d2af:0x1ed,_0x2167cd:0x1d2,_0xbc49f5:0x426,_0x3f6945:0x498,_0x77336:0x190,_0x84573b:0x185,_0x567b55:0x1f7,_0x161892:0x202,_0x2d1333:0x1de,_0xf09046:0x2cb,_0x55cea5:0x217,_0x53b9b2:0x172,_0x1b7bda:0x29f,_0x2519ca:0x21b,_0xa4e029:0x28b,_0x24a47d:0x426,_0x51d9a7:0x3b6,_0x41b9b3:0x4af,_0x2a9698:0x2bf,_0x4aef4f:0x2a9,_0x51ea34:0x376,_0x42e964:0x278,_0x3abf94:0x2cc,_0x1935b8:0x2ec,_0x1e12b5:0x435,_0x2a5a03:0x47d,_0x40bb13:0x189,_0x566ebd:0x1dd,_0x3795c9:0x196,_0x50aa23:0x47e,_0x5c2216:0x488,_0x4ca8e1:0x4a8,_0x4e44c3:0x473,_0x6b5d73:0x4ec,_0x1c86ad:0x49a,_0x532a8d:0x46d,_0x4972ec:0x17c,_0x197aeb:0x260,_0x54ea25:0x28c,_0x2d0041:0x44e,_0x547a7a:0x154,_0x38e48d:0x1db,_0x49a0f8:0x16a,_0x55b945:0x1fd,_0x466908:0x508,_0x3fb37f:0x286,_0x3d1cc8:0x29c},_0xa7f01a={_0x411ff8:0x5f,_0x51e6d8:0x165},_0x3a2701={_0xe54ba7:0x2f},_0x3ddea1={'RujzW':function(_0x2ebd77,_0x3007d5){return _0x2ebd77(_0x3007d5);},'JppWH':_0x2b6a6f(-0x1da,-_0x536ae9._0x4d26c5,-_0x536ae9._0x34cfa2,-_0x536ae9._0x3fc4e7),'fXrBx':_0x2b6a6f(-_0x536ae9._0x4b772c,-0x1ae,-0x1f1,-0x23c)+_0x2b6a6f(-_0x536ae9._0x33ac49,-_0x536ae9._0x371a76,-_0x536ae9._0x284a45,-0x271),'NqnVt':_0x4b9066(0x403,_0x536ae9._0x507a15,_0x536ae9._0xb72698,_0x536ae9._0x1ba517),'hGzXS':_0x2b6a6f(-0x18b,-0x237,-_0x536ae9._0x3ff4b5,-_0x536ae9._0x141602)+_0x2b6a6f(-0x1d3,-0x157,-0x1b5,-0x1c6)+_0x4b9066(_0x536ae9._0x397b38,0x46a,0x42f,_0x536ae9._0x4e01fe)+_0x2b6a6f(-0x174,-_0x536ae9._0x1740b0,-_0x536ae9._0x13e76c,-_0x536ae9._0x1685de)+_0x4b9066(_0x536ae9._0x504155,_0x536ae9._0x1fc1c9,0x3e0,0x3fa)+_0x2b6a6f(-0x14f,-0x1c7,-0x184,-0x1d4)+'tup','EChPx':_0x2b6a6f(-0x2f9,-_0x536ae9._0x5ddcb2,-0x1db,-0x273)+_0x4b9066(_0x536ae9._0x2e5d68,0x396,_0x536ae9._0xbc767e,0x3d1)+'p\x20path\x20con'+_0x4b9066(0x4c4,_0x536ae9._0x14b06f,0x445,0x55c),'VyZQz':_0x2b6a6f(-_0x536ae9._0xac7c1e,-0x1e5,-0x1e8,-_0x536ae9._0x4db6ab)+_0x4b9066(0x3e0,_0x536ae9._0x28f679,_0x536ae9._0x369238,_0x536ae9._0x2b04d8)+'g','qSWxl':function(_0x481426,_0x1219a7){return _0x481426!==_0x1219a7;},'EYipi':_0x2b6a6f(-_0x536ae9._0x311da3,-0xfd,-_0x536ae9._0x57c18e,-0x184),'NqYQP':'SIGTERM','kBfQK':function(_0x3b5df1,_0x201dac){return _0x3b5df1<_0x201dac;},'WSfEu':'pBIqy','EIoSG':'gJldl','TfKqq':function(_0x38fdf8,_0x1b5ec7){return _0x38fdf8!==_0x1b5ec7;},'hDEsA':'smVuj','npajr':'tWYSf','KBRDL':function(_0x4d82da,_0x209fe1){return _0x4d82da===_0x209fe1;},'ixeKp':_0x2b6a6f(-0x12d,-_0x536ae9._0x5e436d,-_0x536ae9._0x3e13f4,-0x1b3),'paAXY':_0x2b6a6f(-_0x536ae9._0x4048a8,-_0x536ae9._0x327f5a,-0x300,-_0x536ae9._0x5303e2),'OWLCN':_0x4b9066(_0x536ae9._0x1e3ed4,_0x536ae9._0xab6d2e,_0x536ae9._0x5b1ba9,_0x536ae9._0x578ecf)+_0x4b9066(0x41c,0x419,0x45c,_0x536ae9._0x1dbf83)+_0x4b9066(0x486,0x452,0x4eb,_0x536ae9._0x139d5c)+_0x4b9066(0x4a9,0x4ab,_0x536ae9._0x2dc4b7,0x516)+'..','iLcAU':'SIGKILL','TixlH':_0x2b6a6f(-0x1e2,-_0x536ae9._0x44f710,-_0x536ae9._0x176f39,-_0x536ae9._0x20bc2f)+_0x2b6a6f(-_0x536ae9._0x2fccfa,-_0x536ae9._0x2d7dcc,-_0x536ae9._0xef375,-0x264)},{running:_0x361cd0,pid:_0x1c3d5c}=await isServerRunning();function _0x4b9066(_0x3ca5b5,_0x2addf9,_0x4a2d85,_0x4abdd7){return _0x585c04(_0x4a2d85,_0x2addf9-0xa2,_0x4a2d85-0x131,_0x3ca5b5-_0x3a2701._0xe54ba7);}if(!_0x361cd0){console[_0x4b9066(_0x536ae9._0x259939,_0x536ae9._0x2fba6d,_0x536ae9._0x259939,_0x536ae9._0x43b5b2)](_0x3ddea1[_0x2b6a6f(-0x270,-0x2c8,-_0x536ae9._0x4dc2e2,-0x29b)]);return;}function _0x2b6a6f(_0x4643d0,_0x5c0f0b,_0x475b4e,_0x2c14ac){return _0x585c04(_0x5c0f0b,_0x5c0f0b-_0xa7f01a._0x411ff8,_0x475b4e-_0xa7f01a._0x51e6d8,_0x2c14ac- -0x637);}console[_0x2b6a6f(-_0x536ae9._0x5b028a,-0x1b4,-0x107,-_0x536ae9._0x5431e5)](_0x4b9066(0x4ca,0x474,0x513,0x558)+_0x2b6a6f(-_0x536ae9._0x264118,-_0x536ae9._0x5c863d,-0x292,-_0x536ae9._0x32a759)+':\x20'+_0x1c3d5c+_0x4b9066(0x3f2,_0x536ae9._0x3099ef,_0x536ae9._0x31d47d,_0x536ae9._0x198ccd));try{if(_0x3ddea1[_0x4b9066(_0x536ae9._0x45e758,_0x536ae9._0x596f1f,0x548,0x4bb)](_0x3ddea1[_0x4b9066(_0x536ae9._0x304e19,0x4a9,0x4ca,_0x536ae9._0x1dcb2e)],_0x3ddea1['EYipi']))try{const _0x3fcdbd=_0x4b9f8a[_0x2b6a6f(-_0x536ae9._0x190d86,-0x17b,-0x18a,-_0x536ae9._0x55529b)](_0x387f43);_0x3ddea1['RujzW'](_0x8bbafe,{'responding':!![],'service':_0x3fcdbd[_0x4b9066(0x40e,_0x536ae9._0x3611bc,0x47d,_0x536ae9._0x3c2854)]||_0x3ddea1[_0x2b6a6f(-_0x536ae9._0x32d9a2,-_0x536ae9._0x482adf,-0x2dc,-0x292)]});}catch{const _0x1e2037={};_0x1e2037[_0x2b6a6f(-_0x536ae9._0x34e73b,-0xe0,-_0x536ae9._0x453c69,-0x16f)]=!![],_0x1e2037[_0x2b6a6f(-0x28d,-_0x536ae9._0x26b8ef,-0x2ef,-_0x536ae9._0x435dbc)]=_0x3ddea1['JppWH'],_0x272b74(_0x1e2037);}else{process[_0x4b9066(_0x536ae9._0x1092f9,0x457,0x51c,0x4ca)](_0x1c3d5c,_0x3ddea1[_0x2b6a6f(-_0x536ae9._0x3a0e78,-0x24f,-0x222,-_0x536ae9._0x51389e)]);for(let _0x4212bd=-0x4*-0x4a6+0x29*0xe5+-0x3745;_0x3ddea1['kBfQK'](_0x4212bd,-0x26*0x59+-0x17*-0x18b+-0x1615);_0x4212bd++){if(_0x3ddea1[_0x4b9066(0x446,_0x536ae9._0x2abf46,0x3ed,_0x536ae9._0x33ba96)]!==_0x3ddea1[_0x4b9066(0x439,0x39f,_0x536ae9._0x1dbf83,_0x536ae9._0x2f10ef)])try{_0x3ddea1[_0x2b6a6f(-0x2f5,-_0x536ae9._0x31ea98,-0x1f5,-_0x536ae9._0x5d9d97)](_0x3ddea1[_0x4b9066(_0x536ae9._0x37bc02,0x432,0x3f5,0x3b5)],_0x3ddea1[_0x4b9066(0x45a,_0x536ae9._0x4a50c1,_0x536ae9._0x13d805,_0x536ae9._0x55a262)])?(process['kill'](_0x1c3d5c,-0x7*-0x512+-0x1*-0x11a5+-0x3523),await new Promise(_0x5a515b=>setTimeout(_0x5a515b,0x15e+-0xa1b+0x39*0x29))):_0x53a647=!![];}catch{if(_0x3ddea1['KBRDL'](_0x3ddea1[_0x2b6a6f(-_0x536ae9._0x378079,-0x21d,-_0x536ae9._0x26de01,-_0x536ae9._0x1909f8)],_0x3ddea1[_0x4b9066(_0x536ae9._0x2fd0b5,_0x536ae9._0x63104d,0x490,0x4f0)]))break;else{const _0x45e632=('6|7|0|5|2|'+'3|4|1')[_0x2b6a6f(-_0x536ae9._0x40988a,-_0x536ae9._0x58b79c,-0x318,-_0x536ae9._0x13e44b)]('|');let _0x28c1a0=-0x2447+0x23e1+0x66;while(!![]){switch(_0x45e632[_0x28c1a0++]){case'0':_0x811bec['error'](_0x3ddea1['fXrBx']);continue;case'1':_0x283243['exit'](0x12f0+0x14b2+-0x7ed*0x5);continue;case'2':_0xfe0963['error']('');continue;case'3':_0x527c96[_0x2b6a6f(-_0x536ae9._0xcd187b,-_0x536ae9._0x37d2af,-0x2dc,-0x240)](_0x3ddea1[_0x2b6a6f(-0x26c,-_0x536ae9._0x2167cd,-0x23f,-0x243)]);continue;case'4':_0x285e08[_0x4b9066(_0x536ae9._0xbc49f5,0x3d5,_0x536ae9._0x3f6945,0x45d)](_0x2b6a6f(-_0x536ae9._0x77336,-0x27d,-_0x536ae9._0x84573b,-_0x536ae9._0x567b55)+'rver\x20start'+_0x2b6a6f(-_0x536ae9._0x161892,-0x217,-_0x536ae9._0x2d1333,-0x205)+_0x2b6a6f(-_0x536ae9._0xf09046,-0x324,-_0x536ae9._0x58b79c,-0x296)+_0x2b6a6f(-_0x536ae9._0x55cea5,-_0x536ae9._0x53b9b2,-0x1a4,-0x193)+_0x2b6a6f(-_0x536ae9._0x1b7bda,-0x2cf,-_0x536ae9._0x2519ca,-_0x536ae9._0xa4e029));continue;case'5':_0x2f2c0a['error'](_0x3ddea1[_0x2b6a6f(-0x23b,-0x2a0,-0x265,-0x253)]);continue;case'6':_0x12d172[_0x4b9066(_0x536ae9._0x24a47d,0x49b,_0x536ae9._0x51d9a7,_0x536ae9._0x41b9b3)](_0x3ddea1['EChPx']);continue;case'7':_0x10bc63[_0x2b6a6f(-0x292,-_0x536ae9._0x2a9698,-_0x536ae9._0x4aef4f,-0x240)]('');continue;}break;}}}else _0x50b4e0(_0x368cb5),_0x80d27[_0x4b9066(0x3ca,_0x536ae9._0x51ea34,0x43d,0x3ff)](-0x13dd+0x5a4*-0x2+0x1f25*0x1);}try{_0x3ddea1[_0x2b6a6f(-0x2ac,-_0x536ae9._0x42e964,-_0x536ae9._0x3abf94,-0x278)](_0x2b6a6f(-0x32b,-0x315,-_0x536ae9._0x1935b8,-0x299),_0x3ddea1['paAXY'])?(process[_0x4b9066(0x4ad,0x4f6,_0x536ae9._0x1e12b5,_0x536ae9._0x304e19)](_0x1c3d5c,0xc9+-0x133*0xf+0x16f*0xc),console[_0x4b9066(0x4ea,_0x536ae9._0x2a5a03,0x4f8,0x531)](_0x3ddea1[_0x2b6a6f(-0x149,-0x140,-_0x536ae9._0x40bb13,-_0x536ae9._0x566ebd)]),process[_0x2b6a6f(-0x13b,-0x1b9,-_0x536ae9._0x3795c9,-0x1b9)](_0x1c3d5c,_0x3ddea1[_0x4b9066(_0x536ae9._0x50aa23,_0x536ae9._0x5c2216,_0x536ae9._0x4ca8e1,_0x536ae9._0x4e44c3)])):_0x48067c['log'](_0x5c4a21);}catch{}await _0x445287['unlink'](PID_FILE)[_0x4b9066(0x4d9,_0x536ae9._0x6b5d73,_0x536ae9._0x1c86ad,_0x536ae9._0x532a8d)](()=>{}),console[_0x2b6a6f(-0xe3,-0x1d4,-0x213,-_0x536ae9._0x4972ec)](_0x3ddea1[_0x2b6a6f(-0x293,-_0x536ae9._0x197aeb,-0x30d,-_0x536ae9._0x54ea25)]);}}catch(_0x3921d1){console[_0x4b9066(0x426,0x3b1,0x438,0x3a9)](_0x4b9066(0x40d,_0x536ae9._0x2d0041,0x401,0x3e9)+_0x2b6a6f(-0x13f,-_0x536ae9._0x547a7a,-_0x536ae9._0x38e48d,-0x1cd)+_0x2b6a6f(-0x13e,-_0x536ae9._0x49a0f8,-_0x536ae9._0x55b945,-0x187)+_0x3921d1[_0x4b9066(0x4ba,0x420,0x45c,_0x536ae9._0x466908)]),process[_0x2b6a6f(-0x2ac,-_0x536ae9._0xf09046,-_0x536ae9._0x3fb37f,-_0x536ae9._0x3d1cc8)](0x833*-0x1+0x21d8+-0x6*0x446);}}function _0x2910ff(_0x5ab19b,_0x18622c,_0x101677,_0x45fc08){return _0x5d95(_0x101677-0x189,_0x5ab19b);}async function checkServerHealth(_0x5b6b00){const _0x3f6faa={_0x531231:0x1e4,_0x155336:0x258,_0xa81324:0x2eb,_0x333c44:0x25f,_0x229643:0x2c8,_0x52eb1f:0x549,_0x4c2f64:0x4ed,_0x3183ea:0x549,_0x41ee92:0x4df,_0x4692d3:0x487,_0x5d0ee3:0x511,_0x4eb9fa:0x27c,_0x16a59b:0x340,_0x809b89:0x315,_0x5dd07a:0x244,_0x48b25b:0x1e9},_0x27a2a7={_0xc1b2dd:0xe7,_0x5d269b:0x112,_0x41f904:0x78,_0x184227:0x1ce,_0x18c926:0x131,_0x4276d2:0x174,_0x209357:0x139,_0x3eb9a9:0x122,_0x11e5a8:0x10c,_0x2c2cd6:0x16a,_0x38ba11:0x18e,_0x36e322:0x14d,_0x2012c2:0x164,_0x39a5fd:0x13e,_0x5293a9:0x24c,_0x4d1509:0x21a,_0x77e4c2:0x1de,_0x404723:0x236,_0x38d36e:0x18c,_0x113709:0x260,_0x210fda:0xab,_0x5f55cc:0x103,_0x1d7521:0x132,_0x444322:0x1b1,_0x1a919f:0x153,_0x2e4c93:0x13e,_0x186413:0x175,_0x5852b8:0x168,_0x100f89:0x107,_0x44e407:0x155,_0x106907:0xff,_0x51d973:0x16f,_0x8551f6:0xc2,_0x312614:0x20e,_0x2561f9:0x247,_0x1049c5:0x208},_0x4c0daf={_0x5b378c:0x1cf,_0x259724:0x1f2,_0x333719:0x11b,_0x43d359:0xfe,_0x1a45fd:0x90},_0x30d8bf={_0x33dfc0:0x4b0,_0x50f11d:0x57e,_0x1f9d2d:0x5d0,_0x12324e:0x4a1,_0x58704b:0x52c,_0x2201c1:0x4a5,_0x1899e8:0x4f6,_0x50b86e:0x516,_0x22b7a3:0x441,_0x338dd1:0x49d,_0x3fe558:0x121,_0x484480:0xa1,_0x3ed95d:0xd1,_0x3d1cdf:0x1a,_0x3a1284:0x534,_0x4c7b6a:0x572},_0xfce9e={_0x9066a4:0x6c4,_0x4da9c8:0x6a},_0x43ef75={_0x222c55:0x9e},_0x11135d={_0x42f894:0x38,_0x28609d:0xf5};function _0xe2c446(_0x42140c,_0x399a9a,_0x7765e6,_0x2f885a){return _0x585c04(_0x2f885a,_0x399a9a-0xe,_0x7765e6-_0x11135d._0x42f894,_0x42140c-_0x11135d._0x28609d);}function _0x530777(_0xc9cd0b,_0x1ecf49,_0x2929c4,_0x4c028c){return _0x585c04(_0x2929c4,_0x1ecf49-_0x43ef75._0x222c55,_0x2929c4-0x190,_0x4c028c- -0x1b1);}const _0x2c806f={'eHBNM':_0xe2c446(0x519,0x4d3,0x5a2,0x5a0),'dAmzQ':function(_0x37498d,_0x4477ec){return _0x37498d===_0x4477ec;},'sbXOR':_0x530777(0x1c7,0x28f,_0x3f6faa._0x531231,_0x3f6faa._0x155336),'iHcEV':function(_0x4ab95d,_0x25ee7b){return _0x4ab95d(_0x25ee7b);},'EYhrx':'BqpwX','EyIcY':_0x530777(_0x3f6faa._0xa81324,0x2a1,_0x3f6faa._0x333c44,_0x3f6faa._0x229643),'vWurf':_0xe2c446(0x545,0x4ce,0x518,_0x3f6faa._0x52eb1f),'pdnhs':_0xe2c446(_0x3f6faa._0x4c2f64,_0x3f6faa._0x3183ea,_0x3f6faa._0x41ee92,_0x3f6faa._0x4692d3),'tDgIi':_0xe2c446(_0x3f6faa._0x5d0ee3,0x559,0x4b6,0x53d),'mhIIH':function(_0xc04ff5,_0x2be7ab){return _0xc04ff5!==_0x2be7ab;},'sbihp':_0x530777(_0x3f6faa._0x4eb9fa,_0x3f6faa._0x16a59b,_0x3f6faa._0x809b89,0x2a8),'ICyoS':_0x530777(0x29d,_0x3f6faa._0x5dd07a,_0x3f6faa._0x48b25b,0x246)};return new Promise(_0x419f79=>{const _0x259146={_0xb65da6:0x205,_0x2d387e:0x167},_0x21d925={_0x4c19af:0xb1,_0x55b9d5:0x9f,_0x127aeb:0x58},_0x40008d={_0x165c5b:0x116,_0x1e0912:0x44},_0x3b3cbd={_0x37e2f6:0x1d2},_0x36b20b={_0x60973e:0x271,_0x5b97a8:0x2d1};function _0x3dd35f(_0x3b650d,_0x1b8471,_0x1ca884,_0x4750e4){return _0xe2c446(_0x1b8471- -_0xfce9e._0x9066a4,_0x1b8471-0x1d8,_0x1ca884-_0xfce9e._0x4da9c8,_0x3b650d);}const _0x4d8b85={'FCREa':_0x2c806f[_0x3dd35f(-_0x27a2a7._0xc1b2dd,-_0x27a2a7._0x5d269b,-_0x27a2a7._0x41f904,-0x143)],'QUEiu':function(_0x10970b,_0x54efa2){const _0x14eb9c={_0x58b769:0x431,_0xcd1c3:0x1f3};function _0x4d2839(_0x4b8756,_0x10b4a2,_0x17ee8d,_0x470161){return _0x3dd35f(_0x470161,_0x10b4a2-_0x14eb9c._0x58b769,_0x17ee8d-_0x14eb9c._0xcd1c3,_0x470161-0x1ac);}return _0x2c806f[_0x4d2839(_0x36b20b._0x60973e,0x2b7,_0x36b20b._0x5b97a8,0x24c)](_0x10970b,_0x54efa2);},'USeAA':_0x2c806f[_0x2e2d83(-_0x27a2a7._0x184227,-0x18e,-0x216,-0x1e3)],'ZunMi':function(_0x460fb2,_0x1ef525){return _0x2c806f['iHcEV'](_0x460fb2,_0x1ef525);},'wMEkG':_0x2c806f['EYhrx'],'QJNau':_0x2c806f[_0x3dd35f(-_0x27a2a7._0x18c926,-_0x27a2a7._0x4276d2,-0x1a8,-_0x27a2a7._0x209357)],'iBbUE':function(_0x37246e,_0x20e9bc){function _0x1dd6d3(_0x2399e9,_0x40105b,_0x70a65b,_0x176a01){return _0x2e2d83(_0x2399e9-0x675,_0x40105b-0x191,_0x70a65b-0x1c1,_0x70a65b);}return _0x2c806f[_0x1dd6d3(0x45e,0x3cb,0x3ea,0x3f4)](_0x37246e,_0x20e9bc);},'fJAyN':_0x2e2d83(-0x111,-_0x27a2a7._0x3eb9a9,-0x158,-0xe2),'LbedG':_0x2c806f[_0x3dd35f(-0x107,-0x194,-0x20f,-0x224)],'tLsHj':_0x2c806f[_0x2e2d83(-_0x27a2a7._0x11e5a8,-_0x27a2a7._0x2c2cd6,-0x157,-_0x27a2a7._0x38ba11)],'nFKHU':_0x2c806f['tDgIi']};function _0x2e2d83(_0x43dab7,_0x4c806a,_0x399f66,_0x26a12){return _0xe2c446(_0x43dab7- -0x6ac,_0x4c806a-0x19d,_0x399f66-_0x3b3cbd._0x37e2f6,_0x26a12);}if(_0x2c806f[_0x3dd35f(-0x130,-_0x27a2a7._0x36e322,-_0x27a2a7._0x2012c2,-_0x27a2a7._0x39a5fd)](_0x2c806f['sbihp'],_0x2c806f['sbihp']))_0x512408[_0x2e2d83(-0x200,-0x169,-_0x27a2a7._0x5293a9,-_0x27a2a7._0x4d1509)](_0x4d8b85[_0x3dd35f(-0x1d5,-_0x27a2a7._0x77e4c2,-_0x27a2a7._0x404723,-0x1ea)]);else{const _0x594474={};_0x594474[_0x3dd35f(-0x1ed,-0x20e,-_0x27a2a7._0x38d36e,-_0x27a2a7._0x113709)]=0x7d0;const _0x42b508=_0x45a225[_0x3dd35f(-_0x27a2a7._0x210fda,-0x101,-0x127,-_0x27a2a7._0x5f55cc)](_0x2e2d83(-0x1a6,-_0x27a2a7._0x1d7521,-_0x27a2a7._0x444322,-0x125)+_0x2e2d83(-_0x27a2a7._0x1a919f,-_0x27a2a7._0x2e4c93,-_0x27a2a7._0x186413,-0x175)+_0x5b6b00+_0x2e2d83(-0x1f7,-0x1e8,-_0x27a2a7._0x5852b8,-0x25d),_0x594474,_0x5244f5=>{const _0x1c4278={_0x91ea80:0x18f,_0x23d17e:0x14d,_0x58c24:0x12b,_0x372573:0x169,_0x5280d0:0x185,_0x163b4b:0x178,_0x44688f:0x1b5,_0x30c7f0:0x76,_0x147b4b:0x117,_0x5b7bc0:0xdc,_0x8ae85f:0x1f4,_0x28d5a7:0x227,_0x128d61:0x18c,_0x57f977:0x227,_0x4143b7:0x1ad,_0x1ccbab:0x132,_0x3d27d8:0x1eb,_0x499487:0x176,_0x1cb144:0x19e,_0x47f293:0x22e,_0x24c670:0x1e2,_0xd37b39:0x269,_0x29fd7f:0x253,_0x4b0b52:0x152,_0x16b2b2:0x183,_0x1b3f66:0x296,_0x39d3f4:0x226,_0x1dc628:0x12a,_0x5ce80e:0x134,_0x343fc2:0x206,_0x3489ef:0x10a,_0x85aa44:0x156,_0x28dfb3:0x1cb,_0x4fc198:0x1a4,_0x9c4b6a:0x117,_0x10d649:0x1fe,_0x22214c:0x27d,_0x2da6d8:0xbf,_0x5d5f0f:0x11f,_0x5004e2:0xae,_0x4e2794:0x114,_0x556b40:0x1dc,_0x17c798:0x14e},_0x23fbe1={_0x80fc2b:0x711,_0x1546b5:0x1ce},_0x48f669={_0x44f766:0x126,_0x3e1bc0:0x184};function _0x5356b7(_0x5b400f,_0x5760f9,_0x2937e4,_0x421e6a){return _0x3dd35f(_0x5b400f,_0x5760f9-0x6ce,_0x2937e4-0x117,_0x421e6a-0x1e);}function _0x33b14f(_0x36eb69,_0x482b35,_0x542619,_0x2815fb){return _0x3dd35f(_0x542619,_0x36eb69-0x265,_0x542619-_0x40008d._0x165c5b,_0x2815fb-_0x40008d._0x1e0912);}if(_0x4d8b85['QUEiu'](_0x4d8b85[_0x5356b7(_0x30d8bf._0x33dfc0,0x54a,_0x30d8bf._0x50f11d,_0x30d8bf._0x1f9d2d)],_0x5356b7(_0x30d8bf._0x12324e,_0x30d8bf._0x58704b,0x5a3,0x4e7)))_0x26d127[_0x5356b7(_0x30d8bf._0x2201c1,_0x30d8bf._0x1899e8,_0x30d8bf._0x50b86e,0x551)]('Error\x20read'+_0x5356b7(0x515,0x4a6,_0x30d8bf._0x22b7a3,_0x30d8bf._0x338dd1)+_0x3693c7[_0x33b14f(_0x30d8bf._0x3fe558,0xf0,0xa9,_0x30d8bf._0x484480)]);else{let _0x20d6de='';_0x5244f5['on'](_0x4d8b85[_0x33b14f(0x8f,0x33,_0x30d8bf._0x3ed95d,_0x30d8bf._0x3d1cdf)],_0x3629ee=>_0x20d6de+=_0x3629ee),_0x5244f5['on'](_0x4d8b85[_0x5356b7(0x564,_0x30d8bf._0x3a1284,_0x30d8bf._0x4c7b6a,0x4b2)],()=>{function _0x365bc9(_0x32b81b,_0x5561d8,_0x1ef566,_0x1f899d){return _0x5356b7(_0x32b81b,_0x5561d8- -0x6d9,_0x1ef566-_0x48f669._0x44f766,_0x1f899d-_0x48f669._0x3e1bc0);}function _0x1fdc19(_0xd1cea4,_0x5ac1bd,_0x557797,_0x4f5435){return _0x5356b7(_0x557797,_0x4f5435- -_0x23fbe1._0x80fc2b,_0x557797-0x12b,_0x4f5435-_0x23fbe1._0x1546b5);}if(_0x4d8b85[_0x1fdc19(-_0x1c4278._0x91ea80,-0x164,-0x18b,-_0x1c4278._0x23d17e)](_0x4d8b85[_0x1fdc19(-0x100,-_0x1c4278._0x58c24,-_0x1c4278._0x372573,-_0x1c4278._0x5280d0)],_0x4d8b85['USeAA']))try{const _0x206d21=JSON[_0x365bc9(-0x1ac,-_0x1c4278._0x163b4b,-_0x1c4278._0x44688f,-0x1bb)](_0x20d6de),_0x5e824c={};_0x5e824c[_0x365bc9(-_0x1c4278._0x30c7f0,-0x112,-_0x1c4278._0x147b4b,-_0x1c4278._0x5b7bc0)]=!![],_0x5e824c[_0x365bc9(-_0x1c4278._0x8ae85f,-0x1fb,-_0x1c4278._0x28d5a7,-_0x1c4278._0x128d61)]=_0x206d21[_0x1fdc19(-0x297,-0x249,-_0x1c4278._0x57f977,-0x233)]||'unknown',_0x4d8b85[_0x1fdc19(-0x128,-0x1ae,-_0x1c4278._0x4143b7,-0x175)](_0x419f79,_0x5e824c);}catch{_0x4d8b85[_0x365bc9(-0xc9,-0x115,-_0x1c4278._0x1ccbab,-0xfd)](_0x4d8b85[_0x1fdc19(-0x236,-0x25b,-_0x1c4278._0x3d27d8,-0x230)],_0x4d8b85[_0x365bc9(-0x2a4,-0x213,-_0x1c4278._0x499487,-0x223)])?(_0x1b0721[_0x365bc9(-0x16b,-0x11f,-0x16a,-0x115)](_0x365bc9(-0x12b,-_0x1c4278._0x1cb144,-_0x1c4278._0x47f293,-_0x1c4278._0x24c670)+_0x1fdc19(-0x252,-_0x1c4278._0xd37b39,-_0x1c4278._0x29fd7f,-0x1fd)+_0x1fdc19(-0x1ef,-_0x1c4278._0x4b0b52,-_0x1c4278._0x16b2b2,-0x16d)+_0x1fdc19(-_0x1c4278._0x1b3f66,-0x222,-0x282,-_0x1c4278._0x39d3f4)),_0x457c19[_0x365bc9(-_0x1c4278._0x1dc628,-0x11f,-0x128,-_0x1c4278._0x5ce80e)](_0x365bc9(-_0x1c4278._0x343fc2,-0x196,-_0x1c4278._0x3489ef,-_0x1c4278._0x85aa44)+_0x1fdc19(-0x187,-0xd8,-_0x1c4278._0x28dfb3,-0x151)+_0x51dfbd[_0x365bc9(-_0x1c4278._0x4fc198,-_0x1c4278._0x9c4b6a,-0x1af,-0xf4)])):_0x4d8b85['iBbUE'](_0x419f79,{'responding':!![],'service':_0x4d8b85[_0x365bc9(-_0x1c4278._0x10d649,-0x20d,-0x1fd,-_0x1c4278._0x22214c)]});}else _0x4536fc[_0x365bc9(-_0x1c4278._0x2da6d8,-_0x1c4278._0x5d5f0f,-0xf5,-_0x1c4278._0x5004e2)](_0x8d3322['slice'](-_0x181e21)[_0x1fdc19(-_0x1c4278._0x4e2794,-_0x1c4278._0x556b40,-0x168,-_0x1c4278._0x17c798)]('\x0a'));});}}),_0x5654e4={};_0x5654e4[_0x3dd35f(-0x171,-_0x27a2a7._0x100f89,-_0x27a2a7._0x44e407,-0x6b)]=![],_0x42b508['on'](_0x2c806f[_0x2e2d83(-_0x27a2a7._0x106907,-_0x27a2a7._0x51d973,-0x8e,-_0x27a2a7._0x8551f6)],()=>_0x419f79(_0x5654e4)),_0x42b508['on'](_0x3dd35f(-0x1d8,-_0x27a2a7._0x312614,-_0x27a2a7._0x2561f9,-_0x27a2a7._0x1049c5),()=>{_0x42b508[_0x56e8a0(-0x183,-_0x4c0daf._0x5b378c,-0x17c,-_0x4c0daf._0x259724)]();const _0x2b7b6b={};function _0x56e8a0(_0x1e4d77,_0x1c142b,_0x2f9e97,_0x43a7e6){return _0x3dd35f(_0x43a7e6,_0x1c142b- -_0x21d925._0x4c19af,_0x2f9e97-_0x21d925._0x55b9d5,_0x43a7e6-_0x21d925._0x127aeb);}function _0x460f1e(_0x4782d2,_0x4e2b1c,_0x328dd2,_0x38c589){return _0x3dd35f(_0x328dd2,_0x4e2b1c-_0x259146._0xb65da6,_0x328dd2-_0x259146._0x2d387e,_0x38c589-0x1a1);}_0x2b7b6b[_0x460f1e(_0x4c0daf._0x333719,_0x4c0daf._0x43d359,0x74,_0x4c0daf._0x1a45fd)]=![],_0x419f79(_0x2b7b6b);});}});}export async function showStatus(){const _0x4f8759={_0x1c5ba5:0x105,_0x5e857c:0x86,_0xe98a96:0x120,_0x2866b9:0xf5,_0x9a8ebb:0xb5,_0x579451:0x11,_0x2f80a0:0x4c,_0x374555:0xfc,_0xdeb00f:0xc4,_0x38fe0f:0xc6,_0x400cb2:0xf6,_0x5a3814:0x6e,_0x434917:0x6,_0x481c88:0x1bb,_0x938816:0x167,_0x13fd21:0x0,_0x405a8e:0x2b,_0x2620de:0x27,_0x563e2a:0x5e,_0x219224:0x9e,_0x5314b8:0xce,_0x3a47f5:0xde,_0x13f6a2:0x11f,_0x54e5c7:0x104,_0x3331a5:0x119,_0x10e32d:0x11a,_0x27337f:0xf6,_0x4863e2:0x79,_0x5dc895:0x33,_0x5504eb:0xe8,_0x3424d2:0xca,_0x286d0b:0x14c,_0x2ef466:0x16e,_0x27a11f:0x139,_0x44023c:0xa3,_0x41ab36:0xf7,_0x5d2f05:0x53,_0x2e5d95:0xa6,_0x1fe453:0x11f,_0x2e3011:0xfb,_0x3063c2:0x56,_0x49f72f:0x133,_0x34ad8d:0xbb,_0x1ebaf7:0xd1,_0x4a0783:0x14c,_0x3432d1:0x117,_0x4da934:0x54,_0x296a4d:0x5c,_0x4a38de:0x10f,_0x2c82cc:0xba,_0x10b684:0x2d,_0xa15262:0x3d,_0x453297:0x17d,_0x1d83ac:0x99,_0x376f88:0xed,_0xe5a0a3:0x164,_0x923396:0x94,_0x5bdd7d:0xee,_0x50335a:0xc6,_0x5678a6:0xfe,_0xaaede9:0x116,_0x1a335a:0x20c,_0x3df83f:0x170,_0x5946f4:0xf9,_0x102ceb:0xb3,_0x2d10b2:0xd8,_0x313c3b:0xe4,_0x3fceaf:0x137,_0x2dfbb7:0xd,_0x2472db:0x90,_0x5554ce:0xae,_0x30d409:0x92,_0x2d59a7:0xd9,_0x2a68e7:0x32,_0x35c873:0xed,_0x6d5fcc:0x186,_0x368ea9:0x12b,_0x27ce52:0x50,_0x49a471:0x11a,_0x5ee421:0x55,_0x4bb2a5:0x3c,_0x91fbd5:0xfc,_0x52aed7:0xb9,_0x25a813:0x10f,_0x48341e:0x19c,_0x2f515e:0x16c,_0x13ca34:0x1a6,_0x258da4:0x2,_0x50343b:0x41,_0x16b56c:0x25,_0x5599af:0xaf,_0x5574c6:0x1df,_0x40f02b:0x13d,_0x36fda8:0x163,_0x421f23:0x1eb,_0x1a2dcb:0xc2,_0xab4fd2:0x15f,_0x68b94f:0xd,_0x427fad:0xf8,_0x56da1f:0xbb,_0x116557:0x9d,_0x33e790:0xa1,_0x4e2938:0x69,_0x1741f1:0x101,_0x51ecd4:0xf0,_0x38af29:0x108,_0x11fa8e:0xec,_0x49654e:0x1b1,_0x212bc4:0x6a,_0x4f49a2:0x2d,_0x46adc2:0x16,_0x1246a7:0xa4,_0x3640f7:0x3b,_0x2ba826:0x8b,_0x4d7c13:0x128,_0x264aba:0x174,_0x209c8c:0x3,_0x2cc7ec:0x114,_0x1fe967:0x7,_0x13e1b9:0x36,_0x169ff9:0x13,_0x4933ab:0x58,_0xa5af51:0x141,_0x4e9bd6:0x126,_0x1cbadd:0xe9,_0x598497:0x88,_0x546c91:0x71,_0x3ec4de:0x1d,_0x2fabb1:0x5f,_0x50f852:0x12,_0x3f10ff:0x10b,_0x385221:0x73,_0x57ba32:0x194,_0x269d5e:0xee,_0x6ffeca:0xb0,_0x2217d8:0x48,_0x29876b:0x1a,_0x1e9c9d:0xa9,_0x3d6fce:0x6d,_0x217640:0x81,_0x2bce0c:0xe5,_0x41f59f:0x7e,_0x3c9d7f:0x9c,_0x23d761:0x1c9,_0x2973b6:0xb9,_0x50c7a0:0x38,_0x15885a:0x3f,_0x4f8070:0x127,_0x375c87:0xbc,_0x3a740c:0x143,_0x3ff829:0x172,_0x5eb192:0x146,_0x486cf9:0xba,_0x15c05a:0x16a,_0x2c0567:0xd2,_0x5107a3:0x135,_0x52eb6f:0x156,_0x498b51:0x163,_0x306482:0x102,_0x3e212e:0x25,_0x477ac9:0x11d,_0x142a00:0x33,_0x3520a9:0x170,_0x272fc3:0x1f6,_0x33fb57:0x34,_0xbd052d:0x168,_0x379a5e:0x167,_0xaf70a6:0x1b5,_0x1d8c4f:0xf6,_0x4337be:0x9e,_0x1595c3:0x32,_0x138a05:0x147,_0x4e1ae5:0x20,_0x2e2e41:0xad,_0x29be95:0x1eb,_0xb5573f:0x163,_0x2b655e:0x14e,_0x48525c:0x7a,_0x2a6b19:0xb3,_0x5091cf:0x4b,_0x30965a:0xa5,_0x21340f:0xb3,_0x5b4b1c:0x43,_0x5cb5f2:0x19,_0x41d114:0xc9,_0x196350:0xf4,_0xb59f17:0x104,_0x2d5cc1:0x4f,_0x307719:0x37,_0x11f323:0x38,_0x70c4da:0x193,_0x8754ea:0xcc,_0x37febc:0xa9,_0x27a77c:0x100,_0x56e30f:0x138},_0x2b8fc5={_0x14d3ad:0x1b2,_0x3e9088:0x408},_0x504ea9={_0x4661fb:0xcf,_0x367618:0xd8},_0x54208c={'xyJCf':function(_0x5ac1d5,_0x29b8fa){return _0x5ac1d5(_0x29b8fa);},'widAV':_0x35d0b9(0x49,_0x4f8759._0x1c5ba5,0xcd,0x9e),'ClyLt':function(_0x5da844,_0x2bc23f){return _0x5da844(_0x2bc23f);},'IdGME':_0x5dc748(0x137,_0x4f8759._0x5e857c,_0x4f8759._0xe98a96,_0x4f8759._0x2866b9)+'running\x20in'+_0x5dc748(0x138,0xdc,0xd1,_0x4f8759._0x9a8ebb)+'d\x20mode.','nFcOi':_0x35d0b9(-_0x4f8759._0x579451,0x30,0xe9,_0x4f8759._0x2f80a0)+'th\x20Ctrl+C\x20'+_0x5dc748(_0x4f8759._0x374555,_0x4f8759._0xdeb00f,_0x4f8759._0x38fe0f,_0x4f8759._0x400cb2)+'minal\x20wher'+_0x35d0b9(-0xb,-_0x4f8759._0x5a3814,-0x49,_0x4f8759._0x434917)+'tarted.','SKjED':function(_0xc557e1){return _0xc557e1();},'RpDzT':function(_0x4b5012){return _0x4b5012();},'pAhns':_0x5dc748(_0x4f8759._0x481c88,_0x4f8759._0x938816,0x14f,0xd6)+_0x5dc748(_0x4f8759._0x2f80a0,_0x4f8759._0x13fd21,0x8e,0x3a)+'tus:','AKghJ':function(_0x5148ed,_0x469f0){return _0x5148ed===_0x469f0;},'UHyPo':_0x5dc748(0xe8,0x106,0xc0,0x73),'Ysmvt':_0x35d0b9(-_0x4f8759._0x405a8e,0x11,-_0x4f8759._0x2620de,_0x4f8759._0x563e2a),'hYKqi':function(_0x50b257,_0x1fb5fc){return _0x50b257!==_0x1fb5fc;},'CUXzs':_0x5dc748(0xf2,-0x9,0x72,0x10),'CgbEO':_0x5dc748(_0x4f8759._0x219224,_0x4f8759._0x5314b8,_0x4f8759._0x3a47f5,0x175),'xgfNy':_0x5dc748(_0x4f8759._0x13f6a2,0x19c,_0x4f8759._0x54e5c7,0x83),'UDxvo':function(_0x31dadb,_0x3e0195){return _0x31dadb===_0x3e0195;},'LciJF':'SLuqm','rzWNL':_0x5dc748(_0x4f8759._0x3331a5,0x9d,_0x4f8759._0x10e32d,_0x4f8759._0x27337f)+_0x35d0b9(-0x6e,-0x72,-_0x4f8759._0x4863e2,-_0x4f8759._0x5dc895)+'h:','UBbWD':_0x5dc748(0x132,0x63,_0x4f8759._0x5504eb,_0x4f8759._0x3424d2)+_0x5dc748(0x102,_0x4f8759._0x286d0b,_0x4f8759._0x2ef466,_0x4f8759._0x27a11f),'arIYU':_0x5dc748(0x32,0xb0,_0x4f8759._0x44023c,_0x4f8759._0x54e5c7)+_0x35d0b9(0xc0,_0x4f8759._0x41ab36,0x72,0xb6)+_0x35d0b9(_0x4f8759._0x5d2f05,-0x34,-_0x4f8759._0x2e5d95,-0x12)+_0x5dc748(_0x4f8759._0x1fe453,0x72,_0x4f8759._0x2e3011,0x132),'iBhsG':_0x5dc748(_0x4f8759._0x3063c2,_0x4f8759._0x49f72f,0xe8,0xe6)+_0x35d0b9(0x28,_0x4f8759._0x34ad8d,0x125,0xbe)+'\x20--setup-p'+_0x35d0b9(-_0x4f8759._0x1ebaf7,-0x17,-0x27,-0x67)+_0x5dc748(0x116,0x180,_0x4f8759._0x4a0783,_0x4f8759._0x3432d1)+_0x35d0b9(-_0x4f8759._0x4da934,-0x6,0x41,-_0x4f8759._0x296a4d),'uDlXs':_0x5dc748(0xcd,0xb0,0x137,_0x4f8759._0x4a38de)+_0x5dc748(0x118,0xfb,_0x4f8759._0x2c82cc,0x120)+':'},{running:_0x3eceac,pid:_0x3a1008}=await _0x54208c[_0x35d0b9(-0xd2,_0x4f8759._0x10b684,-0x28,-_0x4f8759._0xa15262)](isServerRunning);function _0x5dc748(_0xbfe2ef,_0x56f16f,_0x41a00f,_0x3008fd){return _0x585c04(_0x3008fd,_0x56f16f-_0x504ea9._0x4661fb,_0x41a00f-_0x504ea9._0x367618,_0x41a00f- -0x358);}const _0x57f4c6=await _0x54208c[_0x5dc748(_0x4f8759._0x453297,_0x4f8759._0x1d83ac,_0x4f8759._0x376f88,0x11a)](getServerConfig),_0x2a206f=await checkServerHealth(_0x57f4c6[_0x5dc748(0xe6,_0x4f8759._0xe5a0a3,0x130,_0x4f8759._0x923396)]);console[_0x35d0b9(0x145,0x53,_0x4f8759._0x5bdd7d,0xb3)](_0x54208c['pAhns']);function _0x35d0b9(_0x4f7bd0,_0x451101,_0xb145d0,_0x1b6298){return _0x585c04(_0x451101,_0x451101-_0x2b8fc5._0x14d3ad,_0xb145d0-0x179,_0x1b6298- -_0x2b8fc5._0x3e9088);}console[_0x35d0b9(_0x4f8759._0x50335a,_0x4f8759._0x5678a6,_0x4f8759._0xaaede9,0xb3)]('');if(_0x3eceac&&_0x2a206f[_0x5dc748(_0x4f8759._0x1a335a,0x1bc,_0x4f8759._0x3df83f,_0x4f8759._0x5946f4)])console[_0x35d0b9(0x13c,0x14e,0x51,_0x4f8759._0x102ceb)](_0x5dc748(0x175,_0x4f8759._0x2d10b2,_0x4f8759._0x313c3b,_0x4f8759._0x3fceaf)+_0x35d0b9(0x42,_0x4f8759._0x13fd21,0x12,_0x4f8759._0x2dfbb7)+'ning\x20(daem'+_0x5dc748(0x48,_0x4f8759._0x2472db,_0x4f8759._0x5554ce,_0x4f8759._0x30d409)),console[_0x5dc748(_0x4f8759._0x2d59a7,0x166,0x163,0xe5)](_0x35d0b9(-0x11,0x15,_0x4f8759._0x2a68e7,0x6f)+_0x5dc748(0x1c3,_0x4f8759._0x35c873,0x169,_0x4f8759._0x6d5fcc)+_0x3a1008),console[_0x35d0b9(_0x4f8759._0x368ea9,_0x4f8759._0x27ce52,_0x4f8759._0x49a471,_0x4f8759._0x102ceb)](_0x35d0b9(-0x60,0x3c,_0x4f8759._0x5ee421,_0x4f8759._0x4bb2a5)+_0x35d0b9(0x42,0x143,_0x4f8759._0x91fbd5,_0x4f8759._0x52aed7)+_0x57f4c6[_0x5dc748(0x1d7,_0x4f8759._0x25a813,0x16b,_0x4f8759._0x48341e)]);else{if(_0x2a206f[_0x35d0b9(0xa3,0x140,0xe1,0xc0)])_0x54208c[_0x5dc748(0x16e,_0x4f8759._0x2f515e,0x123,_0x4f8759._0x13ca34)](_0x54208c['UHyPo'],_0x54208c[_0x35d0b9(_0x4f8759._0x258da4,-_0x4f8759._0x50343b,-0x1c,-_0x4f8759._0x16b56c)])?_0x54208c[_0x5dc748(_0x4f8759._0x5599af,0x147,0x124,_0x4f8759._0x3432d1)](_0x49df9f,{'responding':!![],'service':_0x54208c['widAV']}):(console[_0x5dc748(_0x4f8759._0x5574c6,_0x4f8759._0x40f02b,_0x4f8759._0x36fda8,_0x4f8759._0x421f23)](_0x5dc748(_0x4f8759._0x1a2dcb,0x172,0xe4,_0x4f8759._0xab4fd2)+_0x35d0b9(-0x45,0x1b,-0x3b,_0x4f8759._0x68b94f)+_0x35d0b9(_0x4f8759._0x427fad,_0x4f8759._0x5504eb,_0x4f8759._0x56da1f,_0x4f8759._0x116557)+_0x5dc748(_0x4f8759._0x33e790,_0x4f8759._0x4e2938,0x94,_0x4f8759._0x1741f1)),console['log'](_0x5dc748(_0x4f8759._0x51ecd4,_0x4f8759._0x38af29,_0x4f8759._0x11fa8e,0xa4)+'\x20\x20\x20\x20\x20'+_0x57f4c6[_0x5dc748(0x1d7,_0x4f8759._0x49654e,0x16b,0x168)]));else{if(_0x3eceac)console['log'](_0x5dc748(_0x4f8759._0x212bc4,0x102,_0x4f8759._0x313c3b,0x143)+'\x20\x20\x20\x20\x20⚠\x20Sta'+_0x35d0b9(_0x4f8759._0x4f49a2,0x79,0x48,-_0x4f8759._0x46adc2)+_0x35d0b9(_0x4f8759._0x1246a7,0x30,_0x4f8759._0x3640f7,_0x4f8759._0x33e790)+'not\x20respon'+_0x35d0b9(0xa7,0x84,0x1,_0x4f8759._0x2ba826)),console[_0x5dc748(_0x4f8759._0x4d7c13,0x143,0x163,_0x4f8759._0x264aba)](_0x5dc748(-_0x4f8759._0x209c8c,_0x4f8759._0x2cc7ec,0x80,0xa5)+_0x5dc748(0xff,0x52,0x85,0x82)+_0x3a1008);else{if(_0x54208c[_0x35d0b9(-_0x4f8759._0x1fe967,_0x4f8759._0x1c5ba5,_0x4f8759._0x5504eb,0x68)](_0x54208c[_0x35d0b9(0x26,_0x4f8759._0x13e1b9,_0x4f8759._0x169ff9,0x2b)],_0x54208c[_0x5dc748(_0x4f8759._0x4933ab,0xe1,0xaa,0xfe)]))console[_0x35d0b9(0x4b,_0x4f8759._0x2d10b2,_0x4f8759._0xa5af51,_0x4f8759._0x102ceb)](_0x5dc748(0x96,_0x4f8759._0x4e9bd6,0xe4,0x150)+_0x5dc748(_0x4f8759._0x1cbadd,_0x4f8759._0x598497,0x97,_0x4f8759._0x1c5ba5)+_0x35d0b9(0xf2,_0x4f8759._0x546c91,-_0x4f8759._0x3ec4de,_0x4f8759._0x2fabb1));else{_0x406920['destroy']();const _0x86beaa={};_0x86beaa[_0x5dc748(0xdd,0x1a1,0x170,0x144)]=![],_0x54208c[_0x35d0b9(0x24,-_0x4f8759._0x13e1b9,0xdb,0x67)](_0x3d9eb6,_0x86beaa);}}}}if(_0x57f4c6[_0x35d0b9(-_0x4f8759._0x50f852,-_0x4f8759._0x3f10ff,-0x9a,-_0x4f8759._0x385221)]){if(_0x54208c[_0x5dc748(_0x4f8759._0x57ba32,_0x4f8759._0x269d5e,0x118,0xc2)](_0x54208c['xgfNy'],_0x54208c[_0x35d0b9(_0x4f8759._0x6ffeca,-_0x4f8759._0x2217d8,-_0x4f8759._0x29876b,0x37)])){_0x5c68b3[_0x5dc748(0x109,_0x4f8759._0x1e9c9d,_0x4f8759._0x4e9bd6,_0x4f8759._0xaaede9)](_0x4e87b2,0xc8b+-0x9e0+-0x2ab);const _0x28483c={};return _0x28483c['running']=!![],_0x28483c[_0x35d0b9(_0x4f8759._0x3d6fce,_0x4f8759._0x217640,_0x4f8759._0x2bce0c,_0x4f8759._0x41f59f)]=_0x3c6f51,_0x28483c;}else console['log']('\x20\x20Setup\x20Pa'+_0x5dc748(_0x4f8759._0x3c9d7f,_0x4f8759._0x23d761,0x12f,_0x4f8759._0x36fda8)+_0x57f4c6[_0x5dc748(_0x4f8759._0x2973b6,-_0x4f8759._0x50c7a0,_0x4f8759._0xa15262,-_0x4f8759._0x15885a)]);}else console[_0x35d0b9(_0x4f8759._0x4f8070,0xd2,_0x4f8759._0x375c87,_0x4f8759._0x102ceb)](_0x5dc748(0x1e2,_0x4f8759._0x3a740c,0x14a,_0x4f8759._0x3ff829)+_0x35d0b9(_0x4f8759._0x49f72f,0x13f,_0x4f8759._0x5eb192,_0x4f8759._0x486cf9)+_0x5dc748(_0x4f8759._0x15c05a,0x138,_0x4f8759._0x2c0567,_0x4f8759._0x5107a3)+')');console[_0x5dc748(_0x4f8759._0x52eb6f,0x1f1,_0x4f8759._0x498b51,_0x4f8759._0x306482)](_0x35d0b9(-0x50,-_0x4f8759._0x2e5d95,_0x4f8759._0x3e212e,-0x4d)+'\x20\x20\x20\x20\x20'+_0x57f4c6[_0x5dc748(0x15b,0x1a2,0x130,_0x4f8759._0x477ac9)]),console[_0x35d0b9(0x82,0x4f,_0x4f8759._0x142a00,_0x4f8759._0x102ceb)]('');const _0x19d7bd=_0x3eceac||_0x2a206f[_0x5dc748(0x178,0x12e,_0x4f8759._0x3520a9,_0x4f8759._0x272fc3)];if(!_0x19d7bd&&_0x57f4c6[_0x5dc748(0x5d,_0x4f8759._0x33fb57,_0x4f8759._0xa15262,0xc8)])_0x54208c[_0x5dc748(0xf1,_0x4f8759._0xbd052d,_0x4f8759._0x379a5e,_0x4f8759._0xaf70a6)](_0x35d0b9(_0x4f8759._0x598497,_0x4f8759._0x1d8c4f,_0x4f8759._0x4337be,0xb1),_0x54208c[_0x35d0b9(0x35,0x96,0x79,_0x4f8759._0x1595c3)])?(console[_0x5dc748(_0x4f8759._0x138a05,0x12b,_0x4f8759._0x498b51,0x13d)](_0x54208c[_0x35d0b9(_0x4f8759._0x4e1ae5,0x4e,0x9c,_0x4f8759._0x2e2e41)]),console[_0x5dc748(0xf0,_0x4f8759._0x29be95,_0x4f8759._0xb5573f,_0x4f8759._0x2b655e)](_0x54208c['UBbWD'])):(_0x47eb66[_0x35d0b9(0xa3,0x11a,_0x4f8759._0x48525c,_0x4f8759._0x2a6b19)](_0x54208c['IdGME']),_0x1bb944[_0x35d0b9(0x7f,_0x4f8759._0x5091cf,_0x4f8759._0x30965a,_0x4f8759._0x21340f)](_0x54208c[_0x35d0b9(0xda,0xaf,-_0x4f8759._0x5b4b1c,_0x4f8759._0x27ce52)]));else{if(!_0x19d7bd)console[_0x5dc748(0x1b4,0x1fe,0x163,0x1d4)](_0x54208c[_0x35d0b9(-_0x4f8759._0x54e5c7,-_0x4f8759._0x1ebaf7,-_0x4f8759._0x5cb5f2,-0x70)]),console[_0x5dc748(_0x4f8759._0x41d114,0xf2,0x163,0xcf)](_0x54208c['iBhsG']);else _0x3eceac?(console[_0x35d0b9(0x45,0x39,_0x4f8759._0x196350,0xb3)](_0x54208c[_0x35d0b9(_0x4f8759._0xb59f17,_0x4f8759._0x1c5ba5,_0x4f8759._0x2d5cc1,0x8f)]),console['log'](_0x35d0b9(-_0x4f8759._0x307719,0x44,-0x14,_0x4f8759._0x11f323)+'rver\x20stop')):(console[_0x5dc748(0x120,_0x4f8759._0x70c4da,0x163,0x1cf)](_0x54208c[_0x5dc748(_0x4f8759._0x8754ea,0x68,_0x4f8759._0x598497,0x5d)]),console['log'](_0x54208c[_0x5dc748(_0x4f8759._0x37febc,0x67,_0x4f8759._0x27a77c,_0x4f8759._0x56e30f)]));}}export async function showLogs(_0x46e21f){const _0x131c90={_0x5b9926:0x2d9,_0x516ca8:0x2df,_0x5927e7:0x299,_0x4c945f:0x204,_0x11e8ae:0x24a,_0x2af55e:0x288,_0x558aa1:0x14d,_0x296ade:0x137,_0x5b91b1:0xc6,_0x32eba4:0x1a1,_0x3fcf5c:0x22b,_0xc6bfae:0x191,_0x308aaf:0x2c4,_0x18427b:0x23c,_0x14039a:0x2c3,_0x151d85:0x18a,_0x121a1f:0x1e8,_0x59587f:0x208,_0x17b0ff:0xc8,_0x7bf2c6:0x8f,_0x30f7b4:0x1f,_0x519f01:0xa9,_0x2a2c68:0xf2,_0x1b92e0:0x2e3,_0x26e5fe:0x298,_0x5214c0:0x242,_0x371459:0x2d,_0x5b4568:0x1,_0x1b9d1b:0x6d,_0x22b887:0xf1,_0x3e348e:0x102,_0x68f264:0x12f,_0x56a040:0x147,_0x5cc5a1:0x1f3,_0x4118ed:0x1e7,_0x379ec8:0x129,_0x290ee2:0x297,_0x5a8b97:0x8d,_0x13ad40:0x276,_0xd10dd2:0x59,_0x5b2be7:0x2d0,_0x5b1767:0x2ce,_0x246f08:0x1fe,_0x50b54c:0x15d,_0x5ac184:0x262,_0x5c508d:0x1b8,_0x20e08a:0x167,_0x564b98:0xbe,_0x327d53:0x20b,_0x253f6a:0x1ef,_0x166e35:0x1ca,_0x5df6b0:0x22d,_0x38ae25:0x2b2,_0x50c77d:0x2ea,_0x16facf:0x51,_0x32e45c:0xed,_0x1d5a71:0xa5,_0x575ca3:0x2b,_0xae71f:0x152,_0x399919:0xd7,_0x3f116e:0x17,_0x17c872:0xa7,_0xf089f0:0x23a,_0xe45320:0x95,_0x170977:0x12,_0x24b9be:0x60,_0x54cfbb:0xb1,_0x124ec9:0x32,_0x326356:0x111,_0x4e0142:0x97,_0x1db07e:0xd7,_0x4d75f4:0x10f,_0x3aa713:0xad,_0x3f4d65:0x27f,_0x41653e:0x317,_0x1fc887:0x29e,_0x53aee9:0x1ec,_0x570cfe:0x154,_0x3e39ef:0x16c,_0x404889:0x2ee,_0x92952a:0x2e2,_0x394b41:0x50,_0x850c8a:0x5,_0x586096:0x163,_0x179f93:0x1b2,_0x3f0d91:0x163,_0x5a885d:0x168,_0x5c6578:0x1ba,_0x155c7f:0x1ae,_0x5b1ea4:0x1a5,_0xf82299:0x1ac,_0x22fc3d:0x114,_0x9c83d9:0x1be,_0x294784:0x1c9,_0x48e767:0x1c6,_0x353002:0xca,_0x3fc623:0x88,_0x50b1f3:0x4e,_0x48ade5:0x15e,_0xbc6aa:0x1af,_0x221b50:0x27b,_0x324f7e:0x2c1,_0x30ed07:0x22c,_0x4c2a60:0x1f8,_0x4306f6:0x195,_0x4e00fc:0x15f,_0x1d89d1:0x25c,_0x36019e:0x27e,_0x463339:0x287,_0x4ce8bc:0x18f,_0x14bedd:0x224,_0x24569d:0x2a2,_0x2e3072:0x251,_0x5af588:0x2bc,_0x581845:0x274,_0x3e7f55:0x244,_0x17aced:0x1f3,_0x50eacd:0xe0,_0x981f53:0x136,_0x2bb05d:0x69,_0x145811:0x1b5,_0x138cce:0xd4,_0x593766:0x1e9,_0x508a89:0x22e,_0x105c1c:0x1e4,_0x57f8df:0x1d2,_0x3925c6:0x210,_0x5bdaf7:0x267,_0x4eda6d:0x1d7,_0x253750:0x87,_0x50b804:0x4f,_0x3c1758:0x94,_0x51c3ec:0x135,_0x5702e0:0x133,_0x4bd7e4:0x19a},_0x14a5b9={_0x5227cf:0x143,_0x954cd6:0x1a0,_0x463631:0x1d3},_0x69ab51={_0x564dc3:0x1e3,_0x261624:0x119},_0x3b3ef3={_0x257564:0x440,_0x2d2108:0x4a3,_0x293645:0x522,_0x40f937:0x4c4,_0x38a5a0:0x509,_0x178244:0x270,_0x253ae:0x217,_0x2e18c7:0x2f0,_0x196223:0x2fa,_0x282d49:0x2ab,_0x512216:0x2e6,_0x39f326:0x28a,_0x5b38ab:0x345,_0x4eff84:0x2d5,_0x1f4e81:0x32e,_0x3cb7de:0x4b3,_0x3ecefe:0x41a,_0x1c0b4e:0x5d9,_0x5dbfd9:0x5b0,_0xea42a6:0x1f5,_0x78bb07:0x2ac,_0x45e718:0x330,_0x26887f:0x2de,_0x3db69b:0x257},_0x335f37={_0x24c104:0x17e,_0x23a950:0x18f},_0x4be2fb={_0x172719:0xed,_0x47a5b0:0x41},_0x506852={_0x24c2e9:0x358},_0x59e05b={_0x2b80de:0x3a},_0x1357b8={'NvYqu':'\x20\x20coder-se'+_0x38b345(_0x131c90._0x5b9926,_0x131c90._0x516ca8,_0x131c90._0x5927e7,0x2a7),'URGnH':function(_0x262587,_0x1d4620){return _0x262587>_0x1d4620;},'XLAsf':_0x38b345(0x297,_0x131c90._0x4c945f,_0x131c90._0x11e8ae,_0x131c90._0x2af55e),'RhwQo':function(_0x3f050e,_0x294163){return _0x3f050e(_0x294163);},'IWawU':function(_0x140896,_0x4cf5f5){return _0x140896(_0x4cf5f5);},'UKTBi':'unknown','XLOJt':_0x3b533b(0x150,_0x131c90._0x558aa1,_0x131c90._0x296ade,_0x131c90._0x5b91b1)+_0x38b345(_0x131c90._0x32eba4,_0x131c90._0x3fcf5c,0x209,_0x131c90._0xc6bfae)+':','pEESL':function(_0x1a5247,_0x201af3){return _0x1a5247===_0x201af3;},'QqFXw':'--follow','JXFmb':function(_0x3493f1,_0x88e1ca){return _0x3493f1===_0x88e1ca;},'MWygv':_0x38b345(0x2c2,0x28d,0x303,_0x131c90._0x308aaf),'CjLBz':function(_0x47ca44,_0x17758d,_0x19cb98){return _0x47ca44(_0x17758d,_0x19cb98);},'MVcTr':_0x38b345(0x1ff,_0x131c90._0x18427b,0x266,_0x131c90._0x14039a),'tZOKq':_0x38b345(_0x131c90._0x151d85,_0x131c90._0x121a1f,_0x131c90._0x4c945f,_0x131c90._0x59587f),'wUnTW':function(_0x1f9a52,_0x2b797b){return _0x1f9a52!==_0x2b797b;},'uqUwh':_0x3b533b(_0x131c90._0x17b0ff,0xee,_0x131c90._0x7bf2c6,0x119),'YmjPy':_0x3b533b(0x13e,_0x131c90._0x30f7b4,_0x131c90._0x519f01,_0x131c90._0x2a2c68),'SRlEg':_0x38b345(0x1bf,0x20e,0x1db,0x196)+_0x38b345(_0x131c90._0x1b92e0,_0x131c90._0x26e5fe,0x207,_0x131c90._0x5214c0)+_0x3b533b(0x150,0x1cf,0x144,0x12a)+_0x38b345(0x1da,0x1c8,0x149,0x24b)+'\x0a','wbAuH':function(_0xeea79d,_0x255e24,_0x1a082f){return _0xeea79d(_0x255e24,_0x1a082f);},'VpuEb':_0x3b533b(_0x131c90._0x371459,-_0x131c90._0x5b4568,_0x131c90._0x1b9d1b,_0x131c90._0x22b887),'KTOWM':_0x3b533b(_0x131c90._0x3e348e,_0x131c90._0x68f264,0x115,_0x131c90._0x56a040),'fRTik':function(_0x4d6114,_0x21271f){return _0x4d6114!==_0x21271f;},'fwlPU':_0x38b345(_0x131c90._0x5cc5a1,_0x131c90._0x4118ed,0x20c,0x20f),'YhpgF':_0x3b533b(0xd2,0xf0,_0x131c90._0x379ec8,0xee)+_0x38b345(_0x131c90._0x290ee2,0x240,0x208,0x250),'bWKQL':_0x3b533b(0x96,0x53,_0x131c90._0x5a8b97,0x2a)+'\x20not\x20have\x20'+_0x38b345(_0x131c90._0x13ad40,0x21d,0x2a8,0x1be)+'ed\x20yet\x20or\x20'+_0x3b533b(_0x131c90._0xd10dd2,0x117,0xb5,0x151)+_0x38b345(0x33b,_0x131c90._0x5b2be7,0x333,0x2d0)+_0x38b345(_0x131c90._0x5b1767,0x233,0x2b9,_0x131c90._0x246f08)};function _0x38b345(_0xee50a5,_0x1166fc,_0x42b155,_0x158dd7){return _0x585c04(_0x42b155,_0x1166fc-0x6e,_0x42b155-_0x59e05b._0x2b80de,_0x1166fc- -0x1e7);}let _0x2ed3b0=![],_0x348736=null;for(const _0x2e46eb of _0x46e21f){if(_0x1357b8[_0x38b345(0x1c8,0x1db,_0x131c90._0x50b54c,_0x131c90._0x5ac184)](_0x2e46eb,_0x1357b8[_0x38b345(0x1a2,_0x131c90._0x5c508d,_0x131c90._0x20e08a,0x21a)])||_0x1357b8['JXFmb'](_0x2e46eb,'-f'))_0x2ed3b0=!![];else _0x2e46eb['startsWith'](_0x1357b8[_0x3b533b(0xac,0x12c,_0x131c90._0x564b98,0xa6)])&&(_0x348736=_0x1357b8['CjLBz'](parseInt,_0x2e46eb[_0x38b345(_0x131c90._0x327d53,_0x131c90._0x253f6a,_0x131c90._0x166e35,_0x131c90._0x5df6b0)]('--tail='[_0x38b345(0x25b,_0x131c90._0x38ae25,0x2a2,_0x131c90._0x50c77d)]),-0x3b3*0x7+-0xbda+0x1*0x25c9));}function _0x3b533b(_0x14c675,_0x33e5c1,_0x12fd13,_0x36f7e6){return _0x585c04(_0x14c675,_0x33e5c1-0x19b,_0x12fd13-0x186,_0x12fd13- -_0x506852._0x24c2e9);}try{const _0xbba624=await _0x445287[_0x3b533b(_0x131c90._0x16facf,_0x131c90._0x32e45c,_0x131c90._0x1d5a71,_0x131c90._0x575ca3)](LOG_FILE,_0x1357b8[_0x3b533b(0xcf,_0x131c90._0xae71f,_0x131c90._0x399919,0xa5)]),_0x12fb87=_0xbba624[_0x3b533b(-_0x131c90._0x3f116e,0x94,0x5a,_0x131c90._0x17c872)]('\x0a');_0x348736?_0x1357b8[_0x38b345(0x2c3,_0x131c90._0xf089f0,0x20e,0x2b1)](_0x1357b8[_0x3b533b(_0x131c90._0xe45320,_0x131c90._0x170977,_0x131c90._0x24b9be,_0x131c90._0x54cfbb)],_0x38b345(0x1b9,0x1cd,0x1ed,0x1ca))?_0x38bf3e['log']('\x20\x20Status:\x20'+_0x3b533b(_0x131c90._0x124ec9,_0x131c90._0x326356,_0x131c90._0x4e0142,_0x131c90._0x1db07e)+_0x3b533b(0x10c,0x12b,_0x131c90._0x4d75f4,_0x131c90._0x3aa713)):console[_0x38b345(0x2a4,0x2d4,_0x131c90._0x3f4d65,_0x131c90._0x41653e)](_0x12fb87[_0x38b345(0x2ed,_0x131c90._0x1fc887,0x2b7,0x2b8)](-_0x348736)[_0x3b533b(_0x131c90._0x53aee9,_0x131c90._0x570cfe,_0x131c90._0x3e39ef,0x205)]('\x0a')):_0x1357b8[_0x38b345(0x2a1,0x2ad,_0x131c90._0x404889,0x2b4)](_0x1357b8[_0x38b345(0x2ea,0x2cd,_0x131c90._0x92952a,0x2db)],_0x1357b8[_0x3b533b(0xda,-0x30,_0x131c90._0x394b41,-_0x131c90._0x850c8a)])?console[_0x3b533b(0x1cf,0x1d6,_0x131c90._0x586096,0xeb)](_0xbba624):_0x2162e1[_0x3b533b(_0x131c90._0x296ade,_0x131c90._0x179f93,_0x131c90._0x3f0d91,0x170)]('\x20\x20Setup\x20Pa'+_0x3b533b(_0x131c90._0x5a885d,0xf7,0x12f,_0x131c90._0x5c6578)+_0x44e629[_0x38b345(0x172,_0x131c90._0x155c7f,0x193,_0x131c90._0x5b1ea4)]);if(_0x2ed3b0){console[_0x3b533b(_0x131c90._0xf82299,_0x131c90._0x22fc3d,_0x131c90._0x586096,0xdd)](_0x1357b8['SRlEg']);let _0x1fe77e=(await _0x445287[_0x38b345(_0x131c90._0x9c83d9,_0x131c90._0x294784,0x1da,_0x131c90._0x48e767)](LOG_FILE))['size'];const _0x216345=_0x1357b8[_0x3b533b(_0x131c90._0x353002,_0x131c90._0x3fc623,_0x131c90._0x50b1f3,-0x26)](setInterval,async()=>{function _0x1863dd(_0x59695a,_0x5b1b11,_0x3a16df,_0x83fde6){return _0x38b345(_0x59695a-_0x4be2fb._0x172719,_0x3a16df-0x7f,_0x5b1b11,_0x83fde6-_0x4be2fb._0x47a5b0);}function _0x4a33f8(_0x3bb893,_0x4cc167,_0x80e4b9,_0x36d6b8){return _0x3b533b(_0x80e4b9,_0x4cc167-_0x335f37._0x24c104,_0x3bb893-0x3e8,_0x36d6b8-_0x335f37._0x23a950);}try{const _0xb50351=(await _0x445287[_0x4a33f8(_0x3b3ef3._0x257564,0x3ee,0x3be,0x43b)](LOG_FILE))[_0x4a33f8(0x4a0,_0x3b3ef3._0x2d2108,0x457,0x513)];if(_0x1357b8[_0x4a33f8(_0x3b3ef3._0x293645,_0x3b3ef3._0x40f937,_0x3b3ef3._0x38a5a0,0x5a1)](_0xb50351,_0x1fe77e)){const _0x2a221d=await _0x445287[_0x1863dd(_0x3b3ef3._0x178244,_0x3b3ef3._0x253ae,0x292,_0x3b3ef3._0x2e18c7)](LOG_FILE,'r'),_0x3ad005=Buffer[_0x1863dd(_0x3b3ef3._0x196223,_0x3b3ef3._0x282d49,_0x3b3ef3._0x512216,_0x3b3ef3._0x39f326)](_0xb50351-_0x1fe77e);await _0x2a221d[_0x1863dd(0x299,0x296,0x2a4,0x294)](_0x3ad005,0x3*0x931+-0xa27*0x3+0x2e2,_0x3ad005[_0x1863dd(0x386,0x36b,0x331,_0x3b3ef3._0x5b38ab)],_0x1fe77e),await _0x2a221d['close'](),process[_0x1863dd(0x2e9,0x31f,0x340,_0x3b3ef3._0x4eff84)][_0x1863dd(0x2df,0x2f8,_0x3b3ef3._0x1f4e81,0x2cb)](_0x3ad005['toString'](_0x4a33f8(_0x3b3ef3._0x3cb7de,0x460,_0x3b3ef3._0x3ecefe,0x545))),_0x1fe77e=_0xb50351;}}catch(_0x194c7c){_0x1357b8['XLAsf']!==_0x1357b8['XLAsf']?(_0x10f6cc[_0x4a33f8(0x54b,_0x3b3ef3._0x1c0b4e,_0x3b3ef3._0x5dbfd9,0x5b1)]('Start\x20the\x20'+_0x1863dd(_0x3b3ef3._0xea42a6,0x2c3,0x26d,_0x3b3ef3._0x78bb07)+'h:'),_0x3febf4['log'](_0x1357b8[_0x1863dd(0x2a2,_0x3b3ef3._0x45e718,_0x3b3ef3._0x26887f,_0x3b3ef3._0x3db69b)])):_0x1357b8['RhwQo'](clearInterval,_0x216345);}},0xff3*-0x1+-0x2074+-0x10c9*-0x3);process['on'](_0x3b533b(_0x131c90._0x151d85,0x151,_0x131c90._0x48ade5,0x17f),()=>{clearInterval(_0x216345);function _0x413421(_0x5a18e4,_0x5affac,_0x3b0d0d,_0x53c4f4){return _0x3b533b(_0x53c4f4,_0x5affac-0x85,_0x5affac- -_0x69ab51._0x564dc3,_0x53c4f4-_0x69ab51._0x261624);}process[_0x413421(-_0x14a5b9._0x5227cf,-_0x14a5b9._0x954cd6,-0x17a,-_0x14a5b9._0x463631)](-0x85*-0x1d+-0x35*0x4f+0x14a);});}}catch(_0x1aa5b6){if(_0x1357b8['wUnTW'](_0x1357b8[_0x38b345(0x241,_0x131c90._0xbc6aa,0x1a0,0x21e)],'YlBEQ')){const _0x3b35ad=_0x3e6ec8[_0x38b345(0x20e,_0x131c90._0x221b50,_0x131c90._0x324f7e,0x2c8)](_0x486f0a);_0x1357b8['IWawU'](_0x6f5b04,{'responding':!![],'service':_0x3b35ad[_0x38b345(_0x131c90._0x30ed07,_0x131c90._0x4c2a60,0x28e,0x186)]||_0x1357b8[_0x38b345(_0x131c90._0x4306f6,0x1c2,_0x131c90._0x4e00fc,_0x131c90._0x1d89d1)]});}else _0x1357b8[_0x38b345(0x1b0,0x23a,_0x131c90._0x36019e,_0x131c90._0x463339)](_0x1aa5b6['code'],_0x1357b8[_0x38b345(_0x131c90._0x4ce8bc,_0x131c90._0x14bedd,_0x131c90._0x24569d,_0x131c90._0x5cc5a1)])?_0x1357b8[_0x38b345(_0x131c90._0x2e3072,_0x131c90._0x5af588,_0x131c90._0x581845,_0x131c90._0x38ae25)](_0x38b345(_0x131c90._0x3e7f55,_0x131c90._0x17aced,0x251,0x20e),_0x1357b8[_0x3b533b(_0x131c90._0x50eacd,_0x131c90._0x981f53,0x108,0xcb)])?(console[_0x3b533b(0x184,0xc7,0x163,0xc9)](_0x1357b8[_0x3b533b(_0x131c90._0x2bb05d,0xb7,0xe5,0x78)]),console[_0x3b533b(0x1de,_0x131c90._0x145811,0x163,_0x131c90._0x138cce)](_0x1357b8[_0x3b533b(0x1a8,0xfc,0x131,0x190)])):(_0x25f585['log'](_0x1357b8['XLOJt']),_0x610f34['log'](_0x38b345(_0x131c90._0x593766,0x259,_0x131c90._0x508a89,_0x131c90._0x105c1c)+'rver\x20stop')):console[_0x38b345(_0x131c90._0x57f8df,_0x131c90._0x3925c6,0x231,_0x131c90._0x5bdaf7)](_0x38b345(0x1c0,0x236,_0x131c90._0x4eda6d,0x265)+_0x3b533b(_0x131c90._0x253750,0xe0,_0x131c90._0x50b804,_0x131c90._0x3c1758)+_0x1aa5b6[_0x3b533b(_0x131c90._0x51c3ec,0x150,_0x131c90._0x5702e0,_0x131c90._0x4bd7e4)]);}}export async function restartServer(_0x46d92d){const _0x25444d={_0x2f8fc6:0x1f0,_0x3f173c:0x107,_0x7e71ac:0x152,_0x7456e5:0x159,_0x166464:0x10f,_0xdd557b:0xa2,_0x5f1704:0x10a,_0x58a9b5:0x1d8,_0x401703:0x1a4,_0x476afe:0x18a,_0x3c24b0:0x141,_0x254e72:0x10e,_0x26ca5a:0x138,_0x1ce749:0x126,_0xd4b37f:0x213,_0x3fc416:0x285,_0x17bd4b:0x19c,_0x1339f9:0x1e3,_0xda095d:0x1cf,_0x46afae:0x16a},_0xe2fea9={_0x591ae2:0xcd,_0x27d9bf:0x15b,_0x87e2b2:0x317},_0x56719a={_0x13977f:0x1af,_0x540cd5:0x21d},_0x1efdc1={'popov':function(_0x14759f){return _0x14759f();},'YikcK':_0x16e9a7(0x184,_0x25444d._0x2f8fc6,_0x25444d._0x3f173c,0x19a)+_0x16e9a7(_0x25444d._0x7e71ac,0x1e9,_0x25444d._0x7456e5,_0x25444d._0x166464),'OEKnh':function(_0x2c9b12){return _0x2c9b12();},'sRCva':_0x16e9a7(_0x25444d._0xdd557b,0xd9,0x24,0x128)+_0x16e9a7(_0x25444d._0x7e71ac,0x17e,0x13b,_0x25444d._0x5f1704),'trpZf':function(_0x3e4637,_0x132283){return _0x3e4637(_0x132283);}},{running:_0x3e81f5}=await _0x1efdc1[_0x4cff5d(0x180,_0x25444d._0x58a9b5,0x1e3,0x11a)](isServerRunning);_0x3e81f5&&(console[_0x16e9a7(_0x25444d._0x401703,0x12b,_0x25444d._0x476afe,_0x25444d._0x3c24b0)](_0x1efdc1[_0x4cff5d(0x198,0x144,_0x25444d._0x254e72,0x167)]),await _0x1efdc1[_0x16e9a7(0xe8,0x11e,_0x25444d._0x26ca5a,_0x25444d._0x1ce749)](stopServer),console['log'](''));console['log'](_0x1efdc1[_0x4cff5d(_0x25444d._0xd4b37f,_0x25444d._0x3fc416,_0x25444d._0x17bd4b,0x17a)]);function _0x4cff5d(_0x41a7ba,_0x539e32,_0x58b667,_0xd44130){return _0x585c04(_0xd44130,_0x539e32-0x9,_0x58b667-_0x56719a._0x13977f,_0x41a7ba- -_0x56719a._0x540cd5);}function _0x16e9a7(_0xf046a8,_0x5139d5,_0x2932ef,_0x1d9ef1){return _0x585c04(_0x5139d5,_0x5139d5-_0xe2fea9._0x591ae2,_0x2932ef-_0xe2fea9._0x27d9bf,_0xf046a8- -_0xe2fea9._0x87e2b2);}await _0x1efdc1[_0x4cff5d(_0x25444d._0x1339f9,_0x25444d._0xda095d,_0x25444d._0x46afae,0x20d)](startDaemon,_0x46d92d);}
@@ -1 +1 @@
1
- (function(_0x4567a5,_0x3763fe){const _0x358620={_0x336711:0xc9,_0x2ef53d:0xa8,_0x4ca730:0xab,_0x341ebe:0x2f4,_0x37af31:0x2f3,_0x1ea212:0x315,_0x44951c:0x2fd,_0x46763f:0x30c,_0x429052:0x2cf,_0x2dfa30:0xf9,_0x599f23:0xb7,_0x445dc8:0xd3,_0x54b4c2:0x2e3,_0x1be7cd:0x2e4,_0x4d7c6f:0x2dd,_0x44e5f3:0x2e1,_0x1c15e8:0xb9,_0x478bce:0xac,_0x466160:0xcd,_0x2e7451:0xb6};function _0x8039a1(_0x4b3115,_0x2874b4,_0x9d5c39,_0x41fb1e){return _0x4b98(_0x41fb1e-0x264,_0x2874b4);}function _0x4df416(_0x54efec,_0x5c8c32,_0xa64598,_0x27091e){return _0x4b98(_0x27091e- -0x147,_0x5c8c32);}const _0x59dbde=_0x4567a5();while(!![]){try{const _0x3f0879=parseInt(_0x4df416(-_0x358620._0x336711,-0x81,-0xbe,-0xa8))/(-0x6d+0x68c*-0x1+0x1*0x6fa)+parseInt(_0x4df416(-0x97,-_0x358620._0x2ef53d,-0xc0,-_0x358620._0x4ca730))/(-0x31*0xb+-0x8f6+0x2d*0x3f)*(-parseInt(_0x8039a1(0x308,_0x358620._0x341ebe,0x2f3,_0x358620._0x37af31))/(-0x11*0x187+-0x7*-0x239+0xa6b))+-parseInt(_0x8039a1(_0x358620._0x1ea212,0x2f6,_0x358620._0x44951c,_0x358620._0x46763f))/(-0x1*0x9eb+0x4*-0x51e+-0x2b*-0xb5)*(-parseInt(_0x8039a1(0x2c7,0x2f9,0x2c7,_0x358620._0x429052))/(0x1c63+-0xa1*-0x19+-0x2c17))+parseInt(_0x4df416(-_0x358620._0x2dfa30,-_0x358620._0x599f23,-0xac,-_0x358620._0x445dc8))/(-0xccb+0x2*-0x1215+0x30fb*0x1)+-parseInt(_0x8039a1(0x2ff,0x2fc,0x2d0,_0x358620._0x54b4c2))/(-0x9bd+0x1de1*0x1+-0x141d)*(-parseInt(_0x8039a1(_0x358620._0x1be7cd,_0x358620._0x4d7c6f,_0x358620._0x44e5f3,0x2e0))/(0x1*0x1a91+0x1772*-0x1+0x7*-0x71))+-parseInt(_0x4df416(-0xef,-_0x358620._0x1c15e8,-_0x358620._0x478bce,-_0x358620._0x466160))/(0x1*0x4ed+-0xfe2+0xafe)+-parseInt(_0x4df416(-_0x358620._0x2e7451,-0x97,-0xb8,-0x99))/(0x1f*-0x127+0x52b+0x1e98)*(parseInt(_0x4df416(-0xc6,-0xbf,-0xda,-0xbc))/(-0x504*-0x3+-0x2234+0x1333));if(_0x3f0879===_0x3763fe)break;else _0x59dbde['push'](_0x59dbde['shift']());}catch(_0x481766){_0x59dbde['push'](_0x59dbde['shift']());}}}(_0x44e0,-0x158aeb+-0x11ec73+-0x5a679*-0x9));function _0x4b98(_0x4a987d,_0x26b172){_0x4a987d=_0x4a987d-(0xbf*-0x1a+0x1*0x1415+-0x48);const _0x34b0e9=_0x44e0();let _0x231e20=_0x34b0e9[_0x4a987d];if(_0x4b98['ojfVAN']===undefined){var _0x331fbe=function(_0x328c4e){const _0x36fa84='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4872a9='',_0x58f24b='';for(let _0x18a048=-0x1*0x29b+0x138e+0x1*-0x10f3,_0x2058c6,_0xc15a3d,_0x5327c9=0x1bb*-0x11+0xec8+0xea3;_0xc15a3d=_0x328c4e['charAt'](_0x5327c9++);~_0xc15a3d&&(_0x2058c6=_0x18a048%(0x1ca+-0x2679+0x24b3)?_0x2058c6*(-0x20e*0x3+0x13fd+-0x5*0x2b7)+_0xc15a3d:_0xc15a3d,_0x18a048++%(0x21d6+-0x13b8*0x1+-0x5f*0x26))?_0x4872a9+=String['fromCharCode'](-0x1*-0xd8e+-0x9bc+-0x2d3&_0x2058c6>>(-(0x1a*-0x37+-0x183a+0x1dd2)*_0x18a048&-0x1eab+-0x21d*-0x2+-0x5*-0x54b)):0xd*0x205+-0xcf0+-0xd51){_0xc15a3d=_0x36fa84['indexOf'](_0xc15a3d);}for(let _0x4cf53e=0x1*-0xef9+0x1*0x1eb6+-0xfbd,_0x1f72ec=_0x4872a9['length'];_0x4cf53e<_0x1f72ec;_0x4cf53e++){_0x58f24b+='%'+('00'+_0x4872a9['charCodeAt'](_0x4cf53e)['toString'](0x1a12+-0x5*-0x565+-0x34fb))['slice'](-(-0x2264+-0x13*-0x8+0x21ce));}return decodeURIComponent(_0x58f24b);};_0x4b98['arLWVU']=_0x331fbe,_0x4b98['cOphMc']={},_0x4b98['ojfVAN']=!![];}const _0x33660f=_0x34b0e9[-0x1bab*-0x1+-0x10a8+-0xb03],_0x49e834=_0x4a987d+_0x33660f,_0x12358c=_0x4b98['cOphMc'][_0x49e834];return!_0x12358c?(_0x231e20=_0x4b98['arLWVU'](_0x231e20),_0x4b98['cOphMc'][_0x49e834]=_0x231e20):_0x231e20=_0x12358c,_0x231e20;}import _0x5df949 from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x83dd15,_0x2f00e5=![]){const _0x3684dc={_0x1ed9a0:0x3d3,_0x343c09:0x3bb,_0x1003ad:0x1d3,_0x225c50:0x1cb,_0x483119:0x196,_0x31d1f7:0x1a2,_0x2178f9:0x3c2,_0x47d74f:0x3ae,_0x55cb23:0x3aa,_0x1795ba:0x1bc,_0x54e85e:0x1b0,_0x4038f4:0x1ba,_0x583de0:0x381,_0x103982:0x3c2,_0x20b1eb:0x195,_0x331759:0x1a0,_0x444f16:0x1c2,_0x34c990:0x1df,_0x4f2d78:0x3ae,_0x53deae:0x1b2,_0x1b3c2a:0x197,_0x2e469a:0x1ab,_0x1e0ecc:0x187,_0x5b3fd2:0x3b0,_0x13c2f5:0x1c0},_0x1c8a13={_0x401b33:0x49d,_0x53dde5:0x48e,_0x4a03e5:0x489,_0x36c13c:0x4a6,_0x3234c3:0x4b5,_0x3c40aa:0x497},_0x366fe0={_0x10d1e7:0x129},_0x208750={'sOWlh':function(_0x5d50ce){return _0x5d50ce();}};return new Promise(_0x20c051=>{function _0x155d9b(_0x496655,_0x1034f3,_0x35eae9,_0x280f2a){return _0x4b98(_0x1034f3-0x31c,_0x496655);}function _0x489dd3(_0x22339d,_0xc2a41e,_0x275d0b,_0x22a319){return _0x4b98(_0x275d0b-_0x366fe0._0x10d1e7,_0xc2a41e);}if(_0x2f00e5){const _0x4b9017=new Writable({'write':(_0x5dd980,_0x189e21,_0x25748d)=>{function _0x381347(_0x3cea97,_0x44b3ef,_0x1e3ed5,_0x35ea94){return _0x4b98(_0x35ea94-0x14f,_0x44b3ef);}_0x208750[_0x381347(0x1ae,0x1c2,0x19f,0x1c1)](_0x25748d);}}),_0x414e4b={};_0x414e4b[_0x155d9b(_0x3684dc._0x1ed9a0,0x3d0,0x3b7,_0x3684dc._0x343c09)]=process[_0x489dd3(_0x3684dc._0x1003ad,_0x3684dc._0x225c50,0x1bb,0x1ad)],_0x414e4b[_0x489dd3(_0x3684dc._0x483119,0x192,0x1b5,_0x3684dc._0x31d1f7)]=_0x4b9017,_0x414e4b[_0x155d9b(_0x3684dc._0x2178f9,0x3b2,_0x3684dc._0x47d74f,_0x3684dc._0x55cb23)]=!![];const _0x1e77ae=_0x5df949[_0x489dd3(_0x3684dc._0x1795ba,_0x3684dc._0x54e85e,_0x3684dc._0x4038f4,_0x3684dc._0x1003ad)+'rface'](_0x414e4b);process[_0x155d9b(_0x3684dc._0x583de0,0x3a0,_0x3684dc._0x103982,0x3ab)][_0x489dd3(0x17f,0x1a5,_0x3684dc._0x20b1eb,_0x3684dc._0x331759)](_0x83dd15),_0x1e77ae[_0x155d9b(0x3ba,0x3be,0x396,0x3dc)]('',_0x8e9927=>{const _0x4f50a0={_0x10c738:0x27b,_0x4d175b:0x6f};_0x1e77ae[_0x290027(0x466,_0x1c8a13._0x401b33,0x49e,_0x1c8a13._0x53dde5)](),console[_0x290027(_0x1c8a13._0x4a03e5,_0x1c8a13._0x36c13c,_0x1c8a13._0x3234c3,_0x1c8a13._0x3c40aa)]('');function _0x1a63dd(_0x499a3b,_0x5a3d74,_0x364898,_0x381d30){return _0x155d9b(_0x5a3d74,_0x381d30- -_0x4f50a0._0x10c738,_0x364898-0x1d8,_0x381d30-_0x4f50a0._0x4d175b);}function _0x290027(_0x4f7922,_0x39b1c9,_0xa8bcfd,_0x174158){return _0x489dd3(_0x4f7922-0xff,_0x39b1c9,_0x174158-0x2bf,_0x174158-0x66);}_0x20c051(_0x8e9927);});}else{const _0x17a3a8={};_0x17a3a8[_0x489dd3(_0x3684dc._0x444f16,0x1e8,0x1dd,_0x3684dc._0x34c990)]=process[_0x155d9b(0x3a3,_0x3684dc._0x4f2d78,0x398,0x3b6)],_0x17a3a8[_0x489dd3(_0x3684dc._0x53deae,_0x3684dc._0x1b3c2a,0x1b5,_0x3684dc._0x2e469a)]=process[_0x489dd3(0x196,_0x3684dc._0x1e0ecc,0x1ad,0x1c7)];const _0xd9d9ab=_0x5df949['createInte'+_0x155d9b(0x3b7,0x391,_0x3684dc._0x5b3fd2,0x392)](_0x17a3a8);_0xd9d9ab[_0x489dd3(_0x3684dc._0x13c2f5,0x1e0,_0x3684dc._0x225c50,0x1c4)](_0x83dd15,_0x1c3558=>{_0xd9d9ab['close'](),_0x20c051(_0x1c3558);});}});}function _0x44e0(){const _0x401e35=['mJeWodbUu2niCNu','C3DVCMrZigrVia','CIaI','CxvLC3rPB24','qNvqAKi','tK9uq3y','EsbMB3iGDxnLCG','y2XVC2u','rxjYB3i6ifbHCW','mtjKs3bwBu8','q29UzMLYBsbqyq','C3n3B3jKoIa','BgfHvMS','BM90ig1HDgnO','ls11C2vYBMfTzq','mJbVCvfQB2m','Bg9N','CM5HBwuGAxmGCG','ufrmtgK','u0jAyxq','CMq6ia','Aw5WDxq','swDhtLa','r0LgC1e','C3qGocbJAgfYyq','BwvZC2fNzq','u3fdDha','zvfdAuO','sLz5uuy','Egn6z2K','BgvUz3rO','mtmXntqXnuTrrg1fsq','D3jPDgu','BgvKihrVihnLDa','vxnLCM5HBwu6ia','t0z0t0O','AvjgrMG','DxnLCM5HBwu','C09xBgG','sNLdzMG','odq1mJK5ohDUELHlvW','CMzHy2u','Ewj0A08','zxjYB3i','sLzfBfu','C3bSAxq','mZK4nZKXog5IvLbZDa','ls1WyxnZD29Yza','mtmWntC2tvzzA1HQ','ihvWzgf0zwqGCW','u0HfELm','mtmZufrdvxfP','zM5pEKO','ANnvyLa','zxHPDa','DhjPBq','C3rKB3v0','D3zXwfa','C3rHCNrZv2L0Aa','sxPIAMy','rxjYB3i6ifvZzq','vKDqBwS','4PYtifbHC3n3B3jK','nJG2odyWovDju2fksW','B3v0Chv0','zvfJsNO','wfPjB1m','mJCZmZG3wMPjvfjr','C2v0ihbHC3n3BW','y3jLyxrLsw50zq','C3rKAw4','rxjYB3i6iezHAq','rMfPBgvKihrVia','wKryA2y','DgvYBwLUywW','ihbHC3n3B3jKia','BuPUAwu','zxf1AxjLza','C3DVCMqGBxvZDa','EhDss0W','mNf3AMnTqq','CgfZC3DVCMq','y3rLCNm'];_0x44e0=function(){return _0x401e35;};return _0x44e0();}function parseArgs(_0x1a6cb6){const _0x265d3c={_0x5dbe68:0x28e,_0x17e978:0xda,_0x395dce:0xd9,_0x3408cb:0x2b6,_0x16c4c0:0x29a,_0x545639:0x28c,_0xb65de4:0x2a5,_0x532977:0x2b8,_0xde9cad:0x2be,_0x9fd455:0xcd,_0x4c811d:0xae,_0x436327:0xe2,_0x54e228:0x2ab,_0xa0b321:0x2d8,_0x368457:0xa8,_0x537bd9:0xca,_0x594f54:0x2c3,_0x32461f:0x2bb,_0x6f6b88:0x2cb,_0x297cc7:0x2c8,_0x227248:0x8c,_0x1524a1:0xb4,_0x3ab8be:0x2d7,_0x5af106:0x2b9,_0x2815ea:0xd5,_0x59366e:0x8b,_0x729f64:0x2df,_0x7a1189:0x2bb,_0x46cd10:0x2b7,_0x4f38ff:0x299,_0x491040:0x26c,_0xb99d96:0x2c1},_0x3626b7={};_0x3626b7[_0x242a1c(0x2a3,_0x265d3c._0x5dbe68,0x2b0,0x28a)]='Error:\x20Use'+_0x4f9f4a(0xff,0xda,0xba,0xe7)+'equired',_0x3626b7[_0x4f9f4a(0xd4,0xdf,_0x265d3c._0x17e978,_0x265d3c._0x395dce)]=_0x242a1c(_0x265d3c._0x3408cb,_0x265d3c._0x16c4c0,0x2b6,_0x265d3c._0x545639),_0x3626b7[_0x242a1c(_0x265d3c._0xb65de4,_0x265d3c._0x532977,0x2c7,_0x265d3c._0xde9cad)]=_0x4f9f4a(0xdd,_0x265d3c._0x9fd455,_0x265d3c._0x4c811d,_0x265d3c._0x436327),_0x3626b7[_0x242a1c(_0x265d3c._0x54e228,_0x265d3c._0x16c4c0,0x2c7,0x2d2)]=function(_0x262970,_0x3613a6){return _0x262970!==_0x3613a6;},_0x3626b7['laaVk']='ZKBdi';const _0x5d1e61=_0x3626b7;function _0x242a1c(_0x2a2231,_0xa36722,_0x4b8fdf,_0x55af4d){return _0x4b98(_0x2a2231-0x21e,_0x55af4d);}const _0x1f5875={};_0x1f5875['username']=null,_0x1f5875['password']=null;const _0x405baf=_0x1f5875;for(const _0x4107c5 of _0x1a6cb6){if(_0x5d1e61[_0x242a1c(0x2d3,_0x265d3c._0xa0b321,0x2ca,0x2ac)]!==_0x5d1e61[_0x4f9f4a(_0x265d3c._0x368457,0xb1,0x9c,_0x265d3c._0x537bd9)]){if(_0x4107c5[_0x242a1c(0x2a4,_0x265d3c._0x594f54,_0x265d3c._0xde9cad,_0x265d3c._0x32461f)](_0x242a1c(_0x265d3c._0x6f6b88,0x2b8,0x2f3,_0x265d3c._0x297cc7)+'='))_0x405baf[_0x242a1c(0x28f,0x26b,0x278,0x27c)]=_0x4107c5[_0x4f9f4a(0x8b,0xa3,0x8b,0xbc)]('=')[-0x1eb8+-0x742*-0x1+0x1777];else _0x4107c5['startsWith'](_0x4f9f4a(0x7e,0xa5,0xa3,_0x265d3c._0x227248)+'=')&&(_0x5d1e61[_0x4f9f4a(0xa4,0xb7,_0x265d3c._0x1524a1,0xde)](_0x242a1c(_0x265d3c._0x3ab8be,0x2c5,0x2c7,_0x265d3c._0x5af106),_0x5d1e61[_0x4f9f4a(0xfd,_0x265d3c._0x2815ea,0xfb,0xb6)])?_0x405baf[_0x242a1c(0x2bb,0x2d1,0x292,0x2d3)]=_0x4107c5[_0x4f9f4a(0xb1,0xa3,0xc1,_0x265d3c._0x59366e)]('=')[0x172c+0x1f10+0x363b*-0x1]:_0x254704[_0x242a1c(_0x265d3c._0x32461f,_0x265d3c._0x729f64,0x296,0x29c)]=_0x4a987d[_0x242a1c(0x297,0x2a1,0x2b2,_0x265d3c._0x7a1189)]('=')[0x1*0xc61+0x5*-0x6f1+0x1655]);}else _0x12358c[_0x242a1c(0x295,_0x265d3c._0x46cd10,_0x265d3c._0x4f38ff,_0x265d3c._0x491040)](_0x5d1e61['wvqXP']),_0x328c4e[_0x242a1c(0x2a0,0x290,0x28f,_0x265d3c._0xb99d96)](0x1*-0x12a4+-0x1b35+-0x2dda*-0x1);}function _0x4f9f4a(_0x1d67ef,_0x14d4ea,_0x2ed00f,_0x773ae0){return _0x4b98(_0x14d4ea-0x2a,_0x773ae0);}return _0x405baf;}export async function setPasswordCommand(_0x1ceb4e){const _0x2a5f7d={_0x35a3e1:0x13f,_0x5b144:0x220,_0xc3b410:0x1fe,_0x41c3e1:0x265,_0x5bd60b:0x245,_0x22e1c3:0x123,_0x565141:0x11f,_0x290664:0x12a,_0x3fe5aa:0x146,_0x268fd4:0x259,_0x33b66f:0x139,_0x5c3a4b:0x140,_0x239e52:0x13f,_0x5b18ac:0x25e,_0x476a7f:0x260,_0x53302a:0x251,_0x512a07:0x230,_0x28bf36:0x22c,_0x1d3da0:0x23a,_0x453a7b:0x225,_0x520da3:0x244,_0x4fbb1c:0x262,_0x21c354:0x26f,_0x2268bb:0x14f,_0x28e68b:0x235,_0x461374:0x136,_0x2f0214:0x25e,_0x365b2b:0x118,_0x382364:0x133,_0x142d3e:0x167,_0x5f0ca4:0x12e,_0x14aae8:0x223,_0x5b0a72:0x228,_0x15ab38:0x241,_0x584703:0x25b,_0x7cf803:0x254,_0x330fab:0x110,_0x582d6b:0x225,_0x282cd7:0x208,_0xf2939:0x209,_0x75663d:0x10f,_0x2e2f3b:0x11c,_0x4fb764:0xfd,_0x211fcf:0x10f,_0xa755a1:0x23b,_0x1cbcc6:0x256,_0x57a654:0x23b,_0x1f526f:0x123,_0x4f703d:0x222,_0x27e348:0x200,_0x9da78f:0x22b,_0x55f53b:0x11e,_0x10b89f:0x135,_0x3ce440:0x245,_0x2f995b:0x202,_0x10b63f:0xf7,_0x4a5bfc:0x108,_0x5a1f6f:0x145,_0xbc1655:0x147,_0x2f7c37:0x11f,_0xc9e218:0x221,_0x15f0e5:0x211,_0x34318f:0x237,_0x272f94:0x1f7,_0x24b7e4:0x130,_0xe23570:0x13a,_0x125b93:0x164,_0x5ad376:0x150,_0x683d34:0x23e,_0x204dad:0x256,_0x12ae36:0x139,_0x59f879:0x116,_0x425ce3:0x243,_0x8bebb9:0x252,_0x57e679:0xfc,_0x2eb921:0x11f,_0x6c0775:0x21e,_0x207a03:0x23c,_0x423a34:0x102,_0x34f8d2:0x130,_0x3e027e:0x124,_0x1e12bf:0x113,_0x59489b:0xf7,_0x22d81d:0x107,_0x2eb104:0x11e,_0x23077a:0x21c,_0x2e9d35:0x22a,_0x2c3fee:0x216,_0x4de5e7:0x233,_0x33486b:0x24d,_0x423442:0x275,_0x318f8d:0x240,_0x5dd601:0x15f,_0x4e21bc:0x172,_0x44f3a5:0x244,_0x2cc82c:0x263,_0x17b5e5:0x105,_0x58f8cc:0x139,_0x5e7357:0x243,_0x369996:0x231,_0x5bf25c:0x24f,_0x5db7ea:0xed,_0x2b3fe1:0x10a,_0x32c885:0x25d,_0x43287c:0x232,_0x4435b0:0x122,_0x2cd0c2:0x10e,_0x114d56:0x250,_0x38ffa4:0x256,_0x22f634:0x237,_0x4f07fd:0x267,_0x55c8fe:0x241,_0x10ebdd:0x239,_0x580058:0x12e,_0x3e23c1:0x106,_0x5f417a:0xf4,_0x14cb54:0x232,_0x40db40:0x253,_0x321bba:0x215,_0x486e74:0x234,_0x3b3662:0x254,_0xce85fb:0x219,_0x4c9f1d:0x164,_0x122668:0x145,_0x48d3b5:0x14b,_0x4fc8c8:0x12c,_0x289209:0x13b,_0xe91739:0x126,_0x271739:0x22f,_0x57d2b6:0x24d,_0x21a779:0x131,_0x187a61:0x12d,_0x18073b:0x141,_0x57121e:0x223,_0x59bcb8:0x248,_0x1cc279:0x210,_0x55b765:0x107,_0x383125:0x141,_0x2bc9b1:0xff,_0x520f5:0x112,_0x5ca2e8:0x128,_0x20ff74:0x10d,_0x2e7841:0x10e,_0x53ab16:0x115,_0x461eb4:0x137,_0x31b73e:0x127,_0x516cde:0x11d,_0x3866e8:0x10a,_0x5d36d5:0x117,_0x20c63:0x138,_0x3a0311:0x10d,_0x16b579:0x144,_0x17aba9:0x122,_0x14e6b6:0xf2,_0x9853d9:0x13e,_0x1d3195:0x130,_0x3b7bc9:0x21f,_0x18785f:0x212,_0x2c6c4d:0x233,_0x5afaf8:0x133,_0x414bf4:0x157,_0x299a56:0x154},_0x145800={_0x2fedc4:0x9c},_0x200bf3={_0xb81453:0x295,_0x30f898:0x279,_0x3c6cfc:0x2cd,_0x23613c:0x2bf},_0x1063fa={_0x31a65a:0x1b2};function _0x394f94(_0x4a0f99,_0x25c9f3,_0x158985,_0x4e37ef){return _0x4b98(_0x4a0f99-_0x1063fa._0x31a65a,_0x25c9f3);}const _0x728097={'xczgi':function(_0x152b9e,_0x56d8bd){return _0x152b9e(_0x56d8bd);},'GIFsQ':function(_0x295e9b){return _0x295e9b();},'ybtkO':_0x4fa30b(_0x2a5f7d._0x35a3e1,0x12c,0x161,0x149)+'=','SBZat':function(_0x114dbe,_0x40f7c9){return _0x114dbe(_0x40f7c9);},'xScjk':_0x394f94(_0x2a5f7d._0x5b144,0x21f,0x210,_0x2a5f7d._0xc3b410),'JyCfh':function(_0x2768c5,_0x30537f,_0x30c7c2){return _0x2768c5(_0x30537f,_0x30c7c2);},'fnOzJ':'New\x20Passwo'+_0x394f94(_0x2a5f7d._0x41c3e1,0x24f,_0x2a5f7d._0x5bd60b,0x251),'VGPmk':_0x4fa30b(_0x2a5f7d._0x22e1c3,_0x2a5f7d._0x565141,0x126,0x145)+_0x4fa30b(0x165,_0x2a5f7d._0x290664,0x15d,_0x2a5f7d._0x3fe5aa),'iRFFh':_0x394f94(_0x2a5f7d._0x268fd4,0x241,0x23f,0x249)+_0x4fa30b(_0x2a5f7d._0x33b66f,_0x2a5f7d._0x5c3a4b,_0x2a5f7d._0x239e52,0x13c)+_0x394f94(_0x2a5f7d._0x5b18ac,0x283,_0x2a5f7d._0x476a7f,_0x2a5f7d._0x53302a),'OFtOJ':_0x394f94(_0x2a5f7d._0x512a07,0x20f,0x22d,_0x2a5f7d._0x28bf36),'jsUbP':_0x394f94(_0x2a5f7d._0x1d3da0,0x247,_0x2a5f7d._0x453a7b,_0x2a5f7d._0x520da3)+_0x394f94(_0x2a5f7d._0x4fbb1c,0x283,_0x2a5f7d._0x21c354,0x24b)+_0x4fa30b(0x146,_0x2a5f7d._0x2268bb,0x135,0x135),'NOTCv':function(_0xb78789,_0x418844){return _0xb78789===_0x418844;},'xPlrc':'VaFFl','xwRKL':_0x394f94(0x240,0x260,0x236,_0x2a5f7d._0x28e68b),'JVElU':'Error:\x20Pas'+_0x4fa30b(0x150,0x137,0x11a,_0x2a5f7d._0x461374)+'\x20be\x20at\x20lea'+_0x394f94(0x269,0x28d,0x292,_0x2a5f7d._0x2f0214)+_0x394f94(0x250,0x22e,0x242,0x278),'JVyQF':_0x4fa30b(_0x2a5f7d._0x365b2b,0x12d,_0x2a5f7d._0x382364,0x131),'eQCiJ':function(_0x3ca426,_0x478199,_0x439897){return _0x3ca426(_0x478199,_0x439897);}},_0x4d03c5=_0x728097[_0x4fa30b(_0x2a5f7d._0x142d3e,_0x2a5f7d._0x5f0ca4,0x133,0x14e)](parseArgs,_0x1ceb4e);!_0x4d03c5[_0x394f94(0x223,0x207,0x226,0x23e)]&&(_0x4d03c5[_0x394f94(_0x2a5f7d._0x14aae8,_0x2a5f7d._0x520da3,_0x2a5f7d._0x5b0a72,0x240)]=await _0x728097[_0x394f94(0x264,0x27f,0x247,_0x2a5f7d._0x15ab38)](prompt,_0x728097['xScjk']));if(!_0x4d03c5[_0x394f94(0x24f,_0x2a5f7d._0x584703,_0x2a5f7d._0x7cf803,0x23d)]){_0x4d03c5[_0x4fa30b(0x12d,0x146,_0x2a5f7d._0x330fab,_0x2a5f7d._0x33b66f)]=await _0x728097[_0x394f94(_0x2a5f7d._0x582d6b,0x20f,_0x2a5f7d._0x282cd7,_0x2a5f7d._0xf2939)](prompt,_0x728097[_0x4fa30b(0x103,0x145,_0x2a5f7d._0x75663d,_0x2a5f7d._0x2e2f3b)],!![]);const _0xc2dac=await _0x728097[_0x4fa30b(_0x2a5f7d._0x4fb764,_0x2a5f7d._0x75663d,0x105,_0x2a5f7d._0x211fcf)](prompt,_0x728097[_0x394f94(_0x2a5f7d._0xa755a1,_0x2a5f7d._0x1cbcc6,_0x2a5f7d._0x57a654,0x226)],!![]);_0x4d03c5['password']!==_0xc2dac&&(console[_0x4fa30b(0xee,_0x2a5f7d._0x1f526f,0xf8,0x113)](_0x728097[_0x394f94(_0x2a5f7d._0x4f703d,_0x2a5f7d._0x27e348,_0x2a5f7d._0x9da78f,0x207)]),process[_0x4fa30b(_0x2a5f7d._0x55f53b,_0x2a5f7d._0x10b89f,_0x2a5f7d._0x2e2f3b,0x11e)](0x156d+0xfb1+-0x251d));}if(!_0x4d03c5[_0x394f94(0x223,_0x2a5f7d._0x3ce440,_0x2a5f7d._0x2f995b,_0x2a5f7d._0x2f995b)]||_0x4d03c5[_0x4fa30b(_0x2a5f7d._0x10b63f,0x133,_0x2a5f7d._0x4a5bfc,0x10d)][_0x4fa30b(_0x2a5f7d._0x5a1f6f,_0x2a5f7d._0xbc1655,0x12e,_0x2a5f7d._0x2f7c37)]()===''){if(_0x728097[_0x394f94(_0x2a5f7d._0xc9e218,_0x2a5f7d._0x15f0e5,_0x2a5f7d._0x34318f,0x219)]!==_0x728097[_0x394f94(0x221,0x21c,0x201,_0x2a5f7d._0x272f94)]){const _0x3325fa={_0x4cee35:0x348,_0xadd0d1:0x48,_0xb70f2f:0x126},_0x1d24f9={_0x3dec94:0xe8,_0x5bae35:0x1e5},_0xdde033={_0x45b0d2:0x103,_0x2f781b:0x135,_0x2a75f2:0x12a},_0x31f9a0={_0xde4bfb:0x270},_0x165793={'PTLLi':function(_0x2e3a77){const _0x2a69ae={_0x55322f:0x3fa};function _0x45b597(_0x4dd4a1,_0x26c726,_0x5c41c0,_0x5ac54b){return _0x394f94(_0x5ac54b- -_0x2a69ae._0x55322f,_0x5c41c0,_0x5c41c0-0x128,_0x5ac54b-0x41);}return _0x728097[_0x45b597(-0x197,-0x17f,-0x199,-0x192)](_0x2e3a77);}},_0x4f8a26=new _0x4b48f9({'write':(_0x3135cb,_0x582a84,_0x185f9a)=>{function _0x321ebc(_0x2e38a4,_0x5e529f,_0x2f40a2,_0x1cb20c){return _0x4fa30b(_0x2e38a4-0x66,_0x2f40a2,_0x2f40a2-0x15,_0x5e529f- -_0x31f9a0._0xde4bfb);}_0x165793[_0x321ebc(-_0xdde033._0x45b0d2,-0x123,-_0xdde033._0x2f781b,-_0xdde033._0x2a75f2)](_0x185f9a);}}),_0x5369c1={};_0x5369c1[_0x4fa30b(_0x2a5f7d._0x24b7e4,_0x2a5f7d._0xe23570,_0x2a5f7d._0x125b93,_0x2a5f7d._0x5ad376)]=_0x99b9c2['stdin'],_0x5369c1[_0x394f94(_0x2a5f7d._0x683d34,_0x2a5f7d._0x204dad,0x224,0x241)]=_0x4f8a26,_0x5369c1[_0x4fa30b(_0x2a5f7d._0x12ae36,_0x2a5f7d._0x59f879,0x155,0x132)]=!![];const _0x493778=_0x17cfc2[_0x394f94(_0x2a5f7d._0x425ce3,_0x2a5f7d._0x8bebb9,_0x2a5f7d._0x8bebb9,0x250)+_0x4fa30b(_0x2a5f7d._0x57e679,0x132,_0x2a5f7d._0x2eb921,0x111)](_0x5369c1);_0x31dfc0['stdout'][_0x394f94(_0x2a5f7d._0x6c0775,0x1f5,_0x2a5f7d._0x207a03,0x244)](_0xbae9a),_0x493778['question']('',_0x5525ed=>{function _0x56a9bf(_0x5f1018,_0x42ff0c,_0x387b45,_0x3f992e){return _0x4fa30b(_0x5f1018-_0x1d24f9._0x3dec94,_0x42ff0c,_0x387b45-_0x1d24f9._0x5bae35,_0x3f992e- -0x3c4);}_0x493778['close']();function _0x469669(_0x5e6bd6,_0x28a16a,_0x4519b2,_0x7d04a1){return _0x394f94(_0x4519b2- -_0x3325fa._0x4cee35,_0x7d04a1,_0x4519b2-_0x3325fa._0xadd0d1,_0x7d04a1-_0x3325fa._0xb70f2f);}_0xa3ba01[_0x56a9bf(-_0x200bf3._0xb81453,-0x25b,-0x256,-_0x200bf3._0x30f898)](''),_0x728097[_0x56a9bf(-0x2bd,-_0x200bf3._0x3c6cfc,-0x2d9,-_0x200bf3._0x23613c)](_0x282a0f,_0x5525ed);});}else console[_0x4fa30b(_0x2a5f7d._0x423a34,_0x2a5f7d._0x34f8d2,_0x2a5f7d._0x3e027e,_0x2a5f7d._0x1e12bf)](_0x728097[_0x4fa30b(0x139,0x128,0xff,0x11d)]),process[_0x4fa30b(_0x2a5f7d._0x59489b,_0x2a5f7d._0x22d81d,_0x2a5f7d._0x22d81d,_0x2a5f7d._0x55f53b)](-0xfd2+-0x26b4+0x3687);}if(!_0x4d03c5['password']||_0x4d03c5[_0x4fa30b(_0x2a5f7d._0x3fe5aa,0x134,_0x2a5f7d._0x2eb104,_0x2a5f7d._0x33b66f)][_0x394f94(_0x2a5f7d._0x23077a,_0x2a5f7d._0x2e9d35,_0x2a5f7d._0x2c3fee,0x1f2)]<0x343*0x9+0x2171+-0x3ec4){if(_0x728097[_0x394f94(0x256,_0x2a5f7d._0x28e68b,0x253,_0x2a5f7d._0x4de5e7)](_0x728097['xPlrc'],_0x728097[_0x394f94(_0x2a5f7d._0x33486b,_0x2a5f7d._0x423442,0x25f,_0x2a5f7d._0x318f8d)])){const _0x400193={};_0x400193[_0x4fa30b(_0x2a5f7d._0x5dd601,_0x2a5f7d._0x4e21bc,0x13f,0x150)]=_0x46a851[_0x394f94(_0x2a5f7d._0x44f3a5,0x23c,_0x2a5f7d._0x2cc82c,0x268)],_0x400193[_0x4fa30b(0x149,_0x2a5f7d._0x17b5e5,_0x2a5f7d._0x3e027e,0x128)]=_0x11e090[_0x4fa30b(0x12d,_0x2a5f7d._0x58f8cc,_0x2a5f7d._0x382364,0x120)];const _0xf7378d=_0x4c4b84[_0x394f94(_0x2a5f7d._0x5e7357,_0x2a5f7d._0x369996,_0x2a5f7d._0x5bf25c,0x230)+_0x4fa30b(_0x2a5f7d._0x5db7ea,_0x2a5f7d._0x2b3fe1,0x10d,0x111)](_0x400193);_0xf7378d[_0x394f94(_0x2a5f7d._0x7cf803,_0x2a5f7d._0x32c885,0x242,_0x2a5f7d._0x43287c)](_0x1472e2,_0x40021a=>{_0xf7378d['close'](),_0x34d889(_0x40021a);});}else console[_0x4fa30b(_0x2a5f7d._0x1f526f,_0x2a5f7d._0x4435b0,_0x2a5f7d._0x2cd0c2,0x113)](_0x728097[_0x4fa30b(0xf7,0x105,0x122,0x114)]),process[_0x394f94(0x234,0x20c,0x24b,_0x2a5f7d._0x114d56)](-0xd49+-0x1424*-0x1+-0x6da);}function _0x4fa30b(_0x56cc66,_0x250309,_0x34b154,_0x59e9e4){return _0x4b98(_0x59e9e4-_0x145800._0x2fedc4,_0x250309);}try{if(_0x728097[_0x394f94(_0x2a5f7d._0x38ffa4,_0x2a5f7d._0x22f634,0x25f,_0x2a5f7d._0x4f07fd)](_0x394f94(0x247,_0x2a5f7d._0x55c8fe,0x25d,_0x2a5f7d._0x10ebdd),_0x728097[_0x4fa30b(_0x2a5f7d._0x580058,0x115,_0x2a5f7d._0x3e23c1,0x104)])){const _0x707632=await findUserByUsername(_0x4d03c5[_0x4fa30b(0x129,_0x2a5f7d._0x5f417a,0xe6,0x10d)]);!_0x707632&&(console['error'](_0x394f94(0x23a,_0x2a5f7d._0x14cb54,0x216,_0x2a5f7d._0x43287c)+_0x394f94(_0x2a5f7d._0x40db40,0x23b,0x25d,0x25f)+_0x4d03c5[_0x394f94(0x223,_0x2a5f7d._0x321bba,_0x2a5f7d._0x28e68b,0x227)]+('\x22\x20not\x20foun'+'d.')),process[_0x394f94(_0x2a5f7d._0x486e74,_0x2a5f7d._0x3b3662,0x238,0x251)](0x107a+-0x89e*-0x2+-0x21b5)),await _0x728097[_0x394f94(_0x2a5f7d._0xce85fb,_0x2a5f7d._0x28e68b,_0x2a5f7d._0x6c0775,0x1fa)](setUserPassword,_0x707632['id'],_0x4d03c5['password']),console[_0x4fa30b(_0x2a5f7d._0x4c9f1d,_0x2a5f7d._0x122668,0x174,_0x2a5f7d._0x48d3b5)](''),console[_0x4fa30b(0x134,_0x2a5f7d._0x4fc8c8,_0x2a5f7d._0x580058,0x14b)](_0x4fa30b(0x11f,_0x2a5f7d._0x289209,0x112,_0x2a5f7d._0xe91739)+_0x394f94(_0x2a5f7d._0x271739,0x217,0x21f,_0x2a5f7d._0x57d2b6)+'uccessfull'+_0x4fa30b(_0x2a5f7d._0x21a779,_0x2a5f7d._0x187a61,0x156,_0x2a5f7d._0x18073b)+'\x20\x22'+_0x4d03c5[_0x394f94(_0x2a5f7d._0x57121e,_0x2a5f7d._0x59bcb8,_0x2a5f7d._0x10ebdd,_0x2a5f7d._0x1cc279)]+'\x22.');}else{const _0x36ecc5={};_0x36ecc5['username']=null,_0x36ecc5['password']=null;const _0xd4fdb1=_0x36ecc5;for(const _0x3c04c0 of _0x65d8ae){if(_0x3c04c0[_0x4fa30b(_0x2a5f7d._0x55b765,_0x2a5f7d._0x383125,0x124,0x122)](_0x728097[_0x4fa30b(0xf6,_0x2a5f7d._0x2bc9b1,0x102,_0x2a5f7d._0x520f5)]))_0xd4fdb1[_0x4fa30b(0x12a,0x124,_0x2a5f7d._0x5ca2e8,_0x2a5f7d._0x20ff74)]=_0x3c04c0[_0x4fa30b(0x136,0x13b,_0x2a5f7d._0x2e7841,_0x2a5f7d._0x53ab16)]('=')[-0x15f3+-0x1*-0x12df+0x315];else _0x3c04c0['startsWith']('--password'+'=')&&(_0xd4fdb1[_0x4fa30b(_0x2a5f7d._0x461eb4,0x13e,_0x2a5f7d._0x31b73e,0x139)]=_0x3c04c0[_0x4fa30b(_0x2a5f7d._0x516cde,_0x2a5f7d._0x3866e8,0x133,0x115)]('=')[-0x147*-0x10+0x81e*0x1+-0x1*0x1c8d]);}return _0xd4fdb1;}}catch(_0x3ef218){logger['error'](_0x4fa30b(_0x2a5f7d._0x5d36d5,_0x2a5f7d._0x20c63,0x131,0x130)+_0x4fa30b(_0x2a5f7d._0x3a0311,_0x2a5f7d._0x16b579,_0x2a5f7d._0x17aba9,0x12c)+'rd',_0x3ef218),console[_0x4fa30b(0xf8,0x118,_0x2a5f7d._0x14e6b6,_0x2a5f7d._0x1e12bf)](_0x4fa30b(_0x2a5f7d._0x9853d9,_0x2a5f7d._0x1d3195,_0x2a5f7d._0x17b5e5,0x12f)+_0x394f94(_0x2a5f7d._0x3b7bc9,_0x2a5f7d._0x18785f,0x202,_0x2a5f7d._0x2c6c4d)+_0x4fa30b(0x144,_0x2a5f7d._0x2e2f3b,0x13d,_0x2a5f7d._0x5afaf8)+'-\x20'+_0x3ef218[_0x4fa30b(0x13d,0x16c,_0x2a5f7d._0x414bf4,_0x2a5f7d._0x299a56)]),process['exit'](0x1*-0xca5+-0x939+0xb*0x1fd);}}
1
+ (function(_0x203cd0,_0x482006){const _0x219919={_0x53d52d:0x4cf,_0x48e269:0x4d5,_0x4650cd:0x500,_0x27e18a:0x1,_0x223748:0x27,_0x477ab5:0x5b,_0xeafecb:0x2a,_0x317ea4:0x4af,_0x10281d:0x8,_0x134a84:0x23,_0x3de457:0x25,_0x1ef87e:0x24,_0x1057da:0x5,_0x221c9f:0x475,_0x5052a6:0x47e,_0x346194:0x3a,_0x1b6176:0x11,_0x24ba76:0x4a7,_0x43a316:0x4c0,_0x4055ac:0x4ac},_0x39d624={_0x3e7a2a:0x2ef};function _0xe8ccf1(_0x1a819b,_0x292a71,_0x3cd426,_0x18910e){return _0x3758(_0x292a71-_0x39d624._0x3e7a2a,_0x18910e);}function _0x4c0fc6(_0x111dff,_0x4e2de8,_0x3a149e,_0x5e13c2){return _0x3758(_0x5e13c2- -0x1c1,_0x3a149e);}const _0x596731=_0x203cd0();while(!![]){try{const _0x538ba4=-parseInt(_0xe8ccf1(_0x219919._0x53d52d,_0x219919._0x48e269,_0x219919._0x4650cd,0x4e4))/(0x241*-0x4+0x35*-0x71+-0x567*-0x6)+-parseInt(_0x4c0fc6(-_0x219919._0x27e18a,0x52,-0x5,_0x219919._0x223748))/(-0x76+0x3*-0x815+0x18b7)*(-parseInt(_0x4c0fc6(-_0x219919._0x477ab5,-0x31,-0x12,-_0x219919._0xeafecb))/(-0xb50+-0x1*0x7ba+0x130d))+-parseInt(_0xe8ccf1(0x48c,0x487,0x4b8,_0x219919._0x317ea4))/(0x1*0x2188+0x1ee6+-0x1*0x406a)*(parseInt(_0x4c0fc6(-0xf,_0x219919._0x10281d,-0x41,-0x25))/(-0x4fc+-0x16ea+0x1beb))+parseInt(_0x4c0fc6(-0x2,-0x28,-0xf,-_0x219919._0x134a84))/(0x2658+-0x2*-0xd91+-0x4174)+parseInt(_0x4c0fc6(_0x219919._0x3de457,_0x219919._0x1ef87e,-0x1f,_0x219919._0x1057da))/(0x1*0xfc3+0x1971+-0x292d)*(parseInt(_0x4c0fc6(-0x1a,-0xb,-0x3a,-0x27))/(-0x7*-0x3b+0x3*0x957+-0x1d9a))+parseInt(_0xe8ccf1(0x4bc,0x496,_0x219919._0x221c9f,_0x219919._0x5052a6))/(-0x1962+0x11bb+-0xc*-0xa4)*(parseInt(_0x4c0fc6(_0x219919._0x3de457,0x2c,_0x219919._0x346194,0x18))/(-0x2*0xb15+-0x1*-0x11b3+0x481))+parseInt(_0x4c0fc6(0x4,_0x219919._0x1b6176,0x59,0x2e))/(0xf03+-0x1e7c+0xf84)*(parseInt(_0xe8ccf1(_0x219919._0x24ba76,_0x219919._0x43a316,_0x219919._0x4055ac,0x4b2))/(-0x597*-0x3+-0x2*-0x107+-0x12c7));if(_0x538ba4===_0x482006)break;else _0x596731['push'](_0x596731['shift']());}catch(_0x35efd3){_0x596731['push'](_0x596731['shift']());}}}(_0x2f3c,0x95a5a+0x1*-0x6b24b+0x1*0x3abda));import _0x3d0099 from'readline';function _0x2f3c(){const _0xbb531f=['CfflCu4','D2nOEhq','rMfPBgvKihrVia','CM5HBwuGAxmGCG','C3rKAw4','vxnLCM5HBwu6ia','C3qGocbJAgfYyq','BM90ig1HDgnO','CwDzqLK','teTcq1e','B3v0Chv0','rxjYB3i6ifvZzq','ww5bBMO','CgfZC3DVCMq','yvzkAuC','wMPYtuW','qxnkuvC','tvftuxC','igjLigf0igXLyq','Cwj5zKG','zu9lzuy','zNLwzwq','sMD4s2C','y2XVC2u','EsbMB3iGDxnLCG','Bg9N','ls1WyxnZD29Yza','q29UzMLYBsbqyq','y3jLyxrLsw50zq','tu9lCxm','mZmYotmZm0XKwe1yzW','Cgz4Chm','rxjYB3i6ifbHCW','ihbHC3n3B3jKia','yxnbvwq','z1Dcve4','vhvsz0S','C2v0ihbHC3n3BW','wKj2D0K','tfDbyKO','ls11C2vYBMfTzq','mtq4odm2wgfRCMv4','ELjArwu','uLfRz1C','zxHPDa','DxnLCM5HBwu','rgTdqNK','s3jzqNm','y09mvMe','nJKWzffet3rT','ru5qsKG','rxjYB3i6iezHAq','iIbUB3qGzM91BG','zu55DeS','wKfYBMm','zwvKCeG','C3rKB3v0','D3jPDgu','u0LKA2i','ANzNCuq','Dwfpwg8','CMzHy2u','ntG3mdaYv2rTDKLl','DeDrBMS','mKrbCuXnqW','DgvYBwLUywW','v0XOAuW','qw10Efm','teLTAMy','tffnvMO','C3rHCNrZv2L0Aa','mJqYu2XKCNfP','C3bSAxq','C3DVCMrZigrVia','B3jeDuO','rhv5wMu','CIaI','AK9kywK','BwvZC2fNzq','C3n3B3jKoIa','mtq0mZi3oxPpEejywG','mtzHA0f5txa','z21XEhC','ogfWq3veEa','BgvKihrVihnLDa','ntCXnJq1rxnYAwjV','CxvLC3rPB24','mtmZodeYmeDiBKvMyq','zxjYB3i','swfRCu0','AfnHs2i','rxrXs2K','u1PMBeG','qNv3DeO','rKX0uMS','z1verLG','odm3t01syLDV'];_0x2f3c=function(){return _0xbb531f;};return _0x2f3c();}import{Writable}from'stream';function _0x3758(_0x46fb60,_0x18e0e7){_0x46fb60=_0x46fb60-(0x1a6b+0x1*0x24f5+-0x3dd1);const _0x5d93cf=_0x2f3c();let _0x57cf58=_0x5d93cf[_0x46fb60];if(_0x3758['hQFJng']===undefined){var _0x53e591=function(_0x3d682d){const _0x483dc5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x57ebd5='',_0x39ffcf='';for(let _0x195f06=-0x1*0x9eb+-0x71f+0x110a,_0x1c68ab,_0x1f1ec0,_0x4eee30=-0x1b17+0x23*-0x7f+0x2c74;_0x1f1ec0=_0x3d682d['charAt'](_0x4eee30++);~_0x1f1ec0&&(_0x1c68ab=_0x195f06%(-0x32d+0x1000+-0xccf)?_0x1c68ab*(-0x5*0x6d1+0x142a+0x75*0x1f)+_0x1f1ec0:_0x1f1ec0,_0x195f06++%(-0x24b4+0xce1+0x17d7))?_0x57ebd5+=String['fromCharCode'](0xcfc+-0x24df+0x18e2&_0x1c68ab>>(-(-0x9bb*0x2+-0x7*0x593+0x3a7d)*_0x195f06&-0xbd9+-0x966+0x1545)):0x1249+-0x6f*-0x35+-0x26*0x116){_0x1f1ec0=_0x483dc5['indexOf'](_0x1f1ec0);}for(let _0x275366=-0x18aa+-0x14c2*0x1+0x2d6c,_0x5b861c=_0x57ebd5['length'];_0x275366<_0x5b861c;_0x275366++){_0x39ffcf+='%'+('00'+_0x57ebd5['charCodeAt'](_0x275366)['toString'](-0x1a1d+-0x3d*0x95+0xc56*0x5))['slice'](-(0x5f6+0x398+-0x98c));}return decodeURIComponent(_0x39ffcf);};_0x3758['Bsayga']=_0x53e591,_0x3758['rOfyRk']={},_0x3758['hQFJng']=!![];}const _0x518c33=_0x5d93cf[-0x1*0x248c+0xc5+0xd5*0x2b],_0x365d36=_0x46fb60+_0x518c33,_0x4653da=_0x3758['rOfyRk'][_0x365d36];return!_0x4653da?(_0x57cf58=_0x3758['Bsayga'](_0x57cf58),_0x3758['rOfyRk'][_0x365d36]=_0x57cf58):_0x57cf58=_0x4653da,_0x57cf58;}import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x2491bd,_0x4960d4=![]){const _0x235234={_0x7de923:0x10d,_0x54d5bf:0x126,_0x52469c:0x2c,_0x2fd847:0x35,_0x100b62:0x14,_0x4aca4e:0x40,_0x273ccb:0x68,_0x265d9f:0x67,_0x408064:0x11,_0x1f78d1:0x14e,_0x5c9513:0x181,_0x32ce86:0x150,_0x27ad75:0x16b,_0x49df35:0x168,_0x2d4b72:0x5d,_0x12930a:0x35,_0x12e730:0x17,_0x4e77e9:0x11},_0x257772={_0x916d1e:0x4d3,_0x441e9a:0x90,_0x2f39d0:0xb3,_0x262752:0x4f7,_0x2aaed7:0x8f,_0x1f4585:0x4ed,_0x18b091:0x4e6,_0xa52dd5:0x65,_0x1cd5f4:0x37,_0x1e28b8:0x4d9,_0x4522f4:0x4e1,_0x48b517:0x4fe,_0x1a8f43:0x50f,_0x24bcfb:0x518,_0x2052ca:0x51c,_0x4d5a99:0x4fc,_0xb8f58a:0x514,_0x3f20bc:0x517,_0xb760e9:0x509,_0x474cad:0x506,_0x399808:0x50f,_0x36eb8f:0x4ff,_0x10e1c5:0x505,_0x2b02f1:0x510,_0x23230f:0x4ab,_0x3b514d:0x4a7,_0x43e49c:0x4ff,_0x3488c7:0x516,_0x16a555:0x4e7,_0x343527:0x4e,_0x41ab1f:0x2b,_0x59b4fe:0x58,_0x5c5ff2:0x30,_0x5a7a20:0x5a,_0x356e28:0x30,_0x3efc55:0x7e,_0x7dca9f:0x4ea,_0x545b83:0x4e9,_0x35260b:0x4c2,_0x6dc960:0x4e4,_0x282f20:0x93,_0x1b2a9b:0x4f,_0x19607b:0x45,_0x4092aa:0x4ef,_0x300b9:0x504,_0x52a452:0x51f,_0x317dab:0x4da,_0x53368e:0x4be,_0x5ecbc3:0x514,_0x3fecb4:0x541,_0x4b56ea:0x524,_0xd33d5f:0xa3,_0x269374:0x4da,_0x1c2db9:0x4c7,_0x34630a:0x4c2,_0x2c0d9e:0x7e,_0x2a341a:0x6c,_0xc06802:0x5d,_0x202b84:0x533,_0x18b102:0x507,_0x2ff8b1:0x514},_0x373b37={_0xe007d7:0xec,_0x4374b3:0x14a,_0x591fe7:0x4bc,_0x2c3485:0x492,_0x1f5f9e:0x147,_0x4fd4dc:0x14c,_0x2960d0:0x13a,_0x54a8ac:0x130,_0x3c71c7:0x14b,_0x57602f:0x4c3,_0x5d6be0:0x4ab,_0x201b82:0x484,_0x2c66aa:0x48a},_0xf5f6d5={_0x3775a1:0x39,_0x4bc40d:0x5,_0x4cfa16:0xc,_0x25b213:0x4d9,_0x4cfeb8:0x4d1,_0x4d0030:0x508,_0x5ed3cf:0x25,_0x339a0c:0x55,_0x398956:0x521,_0x170ad3:0x50c,_0x5b537d:0x515,_0x2261c5:0x50e,_0x39e5c3:0x29,_0x24d2e2:0x17,_0x17289d:0x4bf,_0x29b4a3:0x11,_0x24b62c:0x10,_0x32da2e:0x3e,_0xac41ac:0xb},_0x41e291={_0x59d56a:0xf},_0x5e6cba={_0x4735f7:0xb,_0x3e576b:0x641},_0x301083={_0xb9c21a:0x312},_0x4a7961={_0x3fa60e:0x190};function _0x3c70c5(_0x1f444b,_0x432393,_0xb963e8,_0x1357f7){return _0x3758(_0x1f444b- -_0x4a7961._0x3fa60e,_0xb963e8);}function _0x45e161(_0x246539,_0x40ff67,_0x16fca2,_0x4490c7){return _0x3758(_0x4490c7- -_0x301083._0xb9c21a,_0x16fca2);}const _0x39181a={'KrYBs':function(_0x3238c0,_0x3ea43f){return _0x3238c0!==_0x3ea43f;},'qbyfH':'mfXmP','ENPJH':_0x45e161(-0x11e,-0x11a,-_0x235234._0x7de923,-_0x235234._0x54d5bf),'RxROI':function(_0x454bfc){return _0x454bfc();},'lErjB':function(_0x13642c,_0x5772dd){return _0x13642c===_0x5772dd;},'WLhiL':_0x3c70c5(_0x235234._0x52469c,_0x235234._0x2fd847,_0x235234._0x100b62,0x3e),'ZArnc':function(_0x659793,_0x246416){return _0x659793(_0x246416);},'AsJQW':_0x3c70c5(0x23,-0x8,0x25,0x51)+'rname\x20is\x20r'+'equired','TuRgK':_0x3c70c5(_0x235234._0x4aca4e,_0x235234._0x273ccb,_0x235234._0x265d9f,_0x235234._0x408064)+'=','azXJd':_0x45e161(-_0x235234._0x1f78d1,-_0x235234._0x5c9513,-0x164,-_0x235234._0x32ce86)+'=','BuwtJ':_0x45e161(-_0x235234._0x27ad75,-0x13d,-0x194,-_0x235234._0x49df35)+_0x3c70c5(0x3d,0x10,0x49,_0x235234._0x2d4b72)+'rd','ZjrML':'RNMae','gWBTN':_0x3c70c5(_0x235234._0x12930a,_0x235234._0x12e730,0x3c,_0x235234._0x4e77e9),'NmPFd':function(_0x1b2ce4,_0x5152c3){return _0x1b2ce4!==_0x5152c3;},'cOLVa':_0x3c70c5(0x37,_0x235234._0x4aca4e,0x67,0x17)};return new Promise(_0x4d7d9d=>{const _0x4be5ef={_0x2fd015:0x4a5,_0x182825:0x4aa,_0x1cfdda:0x492,_0x245c83:0x4ea},_0x3554e7={_0x4d4624:0x5f9},_0x1bbff3={_0x57fcb5:0x148,_0x3970f9:0x49},_0x3a7886={_0x5c6672:0x19e},_0x3692e2={_0x267011:0x56a,_0x20c1ab:0x3c},_0x385b67={};_0x385b67['zRZEe']=_0x39181a[_0x3a8960(0x4c2,0x4af,0x4c1,_0x257772._0x916d1e)],_0x385b67[_0x4d69c1(-_0x257772._0x441e9a,-0x8b,-_0x257772._0x2f39d0,-0x69)]=_0x3a8960(0x503,0x4fb,_0x257772._0x262752,0x4ff)+'=',_0x385b67[_0x4d69c1(-_0x257772._0x2aaed7,-0xb3,-0x7e,-0x83)]=_0x39181a['azXJd'];function _0x3a8960(_0x50e267,_0x526b32,_0x39bca9,_0x30ff85){return _0x45e161(_0x50e267-_0x5e6cba._0x4735f7,_0x526b32-0x7d,_0x50e267,_0x30ff85-_0x5e6cba._0x3e576b);}const _0x5bcdde=_0x385b67;function _0x4d69c1(_0x288137,_0x269010,_0x1b5086,_0x4d99e6){return _0x45e161(_0x288137-_0x41e291._0x59d56a,_0x269010-0xd9,_0x4d99e6,_0x288137-0xe2);}if(_0x4960d4){if(_0x39181a['KrYBs'](_0x39181a[_0x3a8960(0x50e,_0x257772._0x1f4585,0x4cb,_0x257772._0x18b091)],_0x39181a[_0x4d69c1(-_0x257772._0xa52dd5,-0x60,-0x50,-_0x257772._0x1cd5f4)])){const _0x546759=new Writable({'write':(_0x2e72f3,_0x1b661f,_0x56c5fa)=>{function _0x16fc88(_0x4389b3,_0x1d72ff,_0x34cfcc,_0x358f8c){return _0x4d69c1(_0x34cfcc-_0x3692e2._0x267011,_0x1d72ff-0x74,_0x34cfcc-_0x3692e2._0x20c1ab,_0x1d72ff);}function _0x31ccb8(_0x4dccdc,_0x5e812b,_0x138b9c,_0x52f4b2){return _0x3a8960(_0x138b9c,_0x5e812b-0x31,_0x138b9c-_0x3a7886._0x5c6672,_0x5e812b- -0x4f3);}_0x39181a[_0x16fc88(0x537,0x4ed,0x511,0x508)](_0x39181a[_0x31ccb8(-0x26,-0x9,-0x27,-_0xf5f6d5._0x3775a1)],_0x39181a[_0x31ccb8(_0xf5f6d5._0x4bc40d,0x16,0x33,_0xf5f6d5._0x4cfa16)])?_0x39181a['RxROI'](_0x56c5fa):(_0x4614d4[_0x16fc88(0x4de,0x4e1,_0xf5f6d5._0x25b213,_0xf5f6d5._0x4cfeb8)](_0x5bcdde[_0x16fc88(_0xf5f6d5._0x4d0030,0x536,0x50c,0x50f)],_0x443cca),_0x3db6bc[_0x31ccb8(-0x47,-_0xf5f6d5._0x5ed3cf,-_0xf5f6d5._0x339a0c,-0x4a)](_0x16fc88(_0xf5f6d5._0x398956,_0xf5f6d5._0x170ad3,_0xf5f6d5._0x5b537d,_0xf5f6d5._0x2261c5)+_0x31ccb8(-0x40,-_0xf5f6d5._0x39e5c3,-0x2,-_0xf5f6d5._0x24d2e2)+'\x20password\x20'+'-\x20'+_0x5d246a[_0x16fc88(0x4f1,_0xf5f6d5._0x17289d,0x4cf,0x4de)]),_0x218975[_0x31ccb8(_0xf5f6d5._0x29b4a3,_0xf5f6d5._0x24b62c,_0xf5f6d5._0x32da2e,_0xf5f6d5._0xac41ac)](0x2653+-0x15c3+0x3*-0x585));}}),_0x9ea14={};_0x9ea14['input']=process['stdin'],_0x9ea14[_0x3a8960(0x4e3,_0x257772._0x1e28b8,0x4e9,_0x257772._0x4522f4)]=_0x546759,_0x9ea14[_0x3a8960(0x537,_0x257772._0x48b517,_0x257772._0x1a8f43,_0x257772._0x24bcfb)]=!![];const _0x46bdb3=_0x3d0099[_0x3a8960(0x50a,0x4c5,0x4c8,0x4f3)+_0x3a8960(_0x257772._0x2052ca,_0x257772._0x4d5a99,0x523,_0x257772._0xb8f58a)](_0x9ea14);process[_0x3a8960(_0x257772._0x3f20bc,_0x257772._0xb760e9,_0x257772._0x474cad,_0x257772._0x399808)][_0x3a8960(0x50a,_0x257772._0x36eb8f,_0x257772._0x10e1c5,_0x257772._0x2b02f1)](_0x2491bd),_0x46bdb3[_0x3a8960(_0x257772._0x23230f,0x4d8,0x4e5,0x4cc)]('',_0x883b3f=>{const _0x5d761b={_0x4c48d6:0x609},_0x1733f6={_0x39ea6f:0x58};function _0x1ee850(_0x5b5df8,_0x3ca7ba,_0x20f9b0,_0x273f28){return _0x4d69c1(_0x3ca7ba-0x505,_0x3ca7ba-0xfa,_0x20f9b0-_0x1733f6._0x39ea6f,_0x5b5df8);}function _0x17ec3b(_0x8ca49,_0x5afe1e,_0x14316e,_0x1a0030){return _0x3a8960(_0x8ca49,_0x5afe1e-0x46,_0x14316e-0x1ab,_0x14316e- -_0x5d761b._0x4c48d6);}if(_0x39181a['lErjB']('eOKeF',_0x39181a[_0x17ec3b(-0xf4,-0xcd,-0xf0,-0xd8)]))_0x46bdb3[_0x17ec3b(-_0x373b37._0xe007d7,-0x111,-0x11b,-_0x373b37._0x4374b3)](),console['log'](''),_0x39181a[_0x1ee850(0x4a7,0x4b3,_0x373b37._0x591fe7,0x495)](_0x4d7d9d,_0x883b3f);else{if(_0x36f6bd[_0x1ee850(0x4a6,0x4c3,_0x373b37._0x2c3485,0x4eb)](_0x5bcdde[_0x17ec3b(-_0x373b37._0x1f5f9e,-_0x373b37._0x4fd4dc,-_0x373b37._0x2960d0,-0x145)]))_0x30a052['username']=_0x3a07fd[_0x17ec3b(-0x13b,-_0x373b37._0x54a8ac,-_0x373b37._0x3c71c7,-0x165)]('=')[0x1736+-0x218a+-0x1*-0xa55];else _0x2ee8ed[_0x1ee850(0x4c5,_0x373b37._0x57602f,_0x373b37._0x5d6be0,0x4cd)](_0x5bcdde['hSaKb'])&&(_0x281771[_0x1ee850(_0x373b37._0x201b82,_0x373b37._0x2c66aa,0x48e,0x486)]=_0x182860['split']('=')[-0x1a8f+0x449+0x76d*0x3]);}});}else _0x195f06[_0x3a8960(_0x257772._0x3b514d,0x4ab,0x4d7,0x4ce)](_0x39181a[_0x3a8960(0x4c9,_0x257772._0x43e49c,_0x257772._0x3488c7,_0x257772._0x16a555)]),_0x1c68ab['exit'](-0x139*-0xb+-0x8f9*-0x1+-0x166b);}else{if(_0x39181a['NmPFd'](_0x39181a[_0x4d69c1(-0x58,-_0x257772._0x343527,-_0x257772._0x41ab1f,-0x34)],_0x39181a[_0x4d69c1(-_0x257772._0x59b4fe,-_0x257772._0x5c5ff2,-_0x257772._0x5a7a20,-0x3f)])){const _0x4c50a8={};_0x4c50a8[_0x4d69c1(-0x5b,-_0x257772._0x356e28,-_0x257772._0x3efc55,-0x56)]=null,_0x4c50a8[_0x3a8960(_0x257772._0x7dca9f,_0x257772._0x545b83,_0x257772._0x35260b,_0x257772._0x6dc960)]=null;const _0x499cfa=_0x4c50a8;for(const _0x54ce20 of _0x18c770){if(_0x54ce20['startsWith'](_0x39181a[_0x4d69c1(-0x64,-_0x257772._0x282f20,-_0x257772._0x1b2a9b,-_0x257772._0x19607b)]))_0x499cfa[_0x3a8960(_0x257772._0x4092aa,_0x257772._0x300b9,_0x257772._0x52a452,0x504)]=_0x54ce20[_0x3a8960(0x4ce,0x4b9,_0x257772._0x317dab,_0x257772._0x53368e)]('=')[0x39*0x17+-0x5b*0x39+0xf25*0x1];else _0x54ce20[_0x3a8960(_0x257772._0x5ecbc3,_0x257772._0x3fecb4,_0x257772._0x4b56ea,0x51d)](_0x39181a['azXJd'])&&(_0x499cfa[_0x3a8960(_0x257772._0x53368e,_0x257772._0x300b9,0x513,_0x257772._0x6dc960)]=_0x54ce20[_0x4d69c1(-0xa1,-_0x257772._0xd33d5f,-0x9a,-0x82)]('=')[0x127a+-0x11cd+0xac*-0x1]);}return _0x499cfa;}else{const _0x43f61c={};_0x43f61c['input']=process[_0x3a8960(_0x257772._0x269374,_0x257772._0x1c2db9,_0x257772._0x34630a,0x4db)],_0x43f61c[_0x4d69c1(-_0x257772._0x2c0d9e,-0xa9,-0x88,-0x72)]=process['stdout'];const _0x45d7ee=_0x3d0099[_0x4d69c1(-_0x257772._0x2a341a,-_0x257772._0xc06802,-0x68,-0x7e)+_0x3a8960(_0x257772._0x202b84,0x51f,_0x257772._0x18b102,_0x257772._0x2ff8b1)](_0x43f61c);_0x45d7ee['question'](_0x2491bd,_0x3f0ae6=>{function _0x491575(_0x367757,_0x5bc411,_0x57d4de,_0x1d2919){return _0x3a8960(_0x57d4de,_0x5bc411-_0x1bbff3._0x57fcb5,_0x57d4de-0x66,_0x367757- -_0x1bbff3._0x3970f9);}function _0x101234(_0x53c1d3,_0x336849,_0x14a4c0,_0x2f0eb8){return _0x3a8960(_0x53c1d3,_0x336849-0x19e,_0x14a4c0-0x1e1,_0x14a4c0- -_0x3554e7._0x4d4624);}_0x45d7ee[_0x491575(_0x4be5ef._0x2fd015,0x4c8,_0x4be5ef._0x182825,_0x4be5ef._0x1cfdda)](),_0x39181a[_0x491575(0x4c4,0x4b5,_0x4be5ef._0x245c83,0x4d4)](_0x4d7d9d,_0x3f0ae6);});}}});}function parseArgs(_0x42734d){const _0x1ae7b3={_0x291d3f:0x186,_0x76bfc8:0x19b,_0x180031:0x476,_0x1fe15d:0x44d,_0x46fa8a:0x469,_0x466733:0x402,_0x1f69fc:0x45a,_0x33654e:0x41f,_0x2a51a4:0x204,_0x301581:0x1d7,_0x2502b7:0x1fe,_0x276f8e:0x43d,_0x216ca8:0x427,_0x713f1f:0x1df,_0x28c732:0x1d8,_0x3f5e06:0x1bf,_0x54e093:0x480,_0x1c3cd:0x46a,_0x15ba7f:0x1e1,_0x3f1f0e:0x1b3,_0x31d57f:0x422,_0x20b1b7:0x436,_0xc114d:0x430,_0x22f35d:0x407,_0x5c8911:0x1ad,_0x4ebe98:0x195,_0x5d9498:0x1fb,_0x531b0c:0x1bc,_0x1f5fcc:0x1c2,_0x184aa7:0x481,_0x5c0335:0x469,_0x5982bc:0x46b,_0x552345:0x1e5,_0x165c3:0x1b7,_0x3df7aa:0x43f,_0x4ce9c5:0x44a,_0x32b954:0x45c,_0x59e3e8:0x191,_0x52a3a9:0x161,_0x1e5f9a:0x192,_0x1108cf:0x1c5,_0x3acc2a:0x1f0,_0x48785c:0x21a,_0x5ee938:0x1eb,_0x318a83:0x1ed,_0x55d567:0x1fe,_0x283703:0x1e9,_0x113fe:0x433,_0x551567:0x449,_0x490274:0x42f,_0x425fa6:0x420,_0x23e359:0x40c,_0x42b670:0x1aa,_0x168c44:0x1ce,_0x4356a2:0x432,_0x5a64de:0x42b,_0x4e65c2:0x3dd,_0xe16e03:0x40c},_0x6dc39f={_0x162f64:0x2},_0x459bc8={_0x4f5a11:0x27d},_0x13eda3={};_0x13eda3['aVJiG']=function(_0xcff98c,_0x19ded9){return _0xcff98c!==_0x19ded9;},_0x13eda3['eedpH']=_0x490f5b(_0x1ae7b3._0x291d3f,_0x1ae7b3._0x76bfc8,0x190,0x17c);function _0x526ef9(_0x4c8eae,_0x52fb2d,_0x116427,_0xfa26cc){return _0x3758(_0x116427-_0x459bc8._0x4f5a11,_0x52fb2d);}_0x13eda3['jvgqD']=_0x526ef9(0x45c,_0x1ae7b3._0x180031,_0x1ae7b3._0x1fe15d,_0x1ae7b3._0x46fa8a)+'=',_0x13eda3['AmtxS']='--password'+'=',_0x13eda3[_0x526ef9(_0x1ae7b3._0x466733,0x41f,0x420,0x3ef)]=_0x526ef9(0x46e,0x47e,_0x1ae7b3._0x1f69fc,0x47a),_0x13eda3[_0x526ef9(0x40f,0x435,0x436,0x41a)]=_0x526ef9(0x43e,_0x1ae7b3._0x1fe15d,_0x1ae7b3._0x33654e,0x41d);const _0x32d5f2=_0x13eda3;function _0x490f5b(_0x4569a2,_0x19cfd6,_0x48624f,_0x12ff9d){return _0x3758(_0x19cfd6-_0x6dc39f._0x162f64,_0x4569a2);}const _0x3bae5e={};_0x3bae5e[_0x490f5b(_0x1ae7b3._0x2a51a4,_0x1ae7b3._0x301581,0x1d3,_0x1ae7b3._0x2502b7)]=null,_0x3bae5e[_0x526ef9(_0x1ae7b3._0x276f8e,0x462,0x432,_0x1ae7b3._0x216ca8)]=null;const _0x33a33f=_0x3bae5e;for(const _0x1fc595 of _0x42734d){if(_0x32d5f2[_0x490f5b(_0x1ae7b3._0x713f1f,0x1b8,_0x1ae7b3._0x28c732,_0x1ae7b3._0x3f5e06)](_0x32d5f2[_0x526ef9(_0x1ae7b3._0x54e093,0x457,0x45c,_0x1ae7b3._0x1c3cd)],_0x32d5f2[_0x490f5b(0x1fc,_0x1ae7b3._0x15ba7f,0x1c6,_0x1ae7b3._0x3f1f0e)]))_0x161077['error'](_0x526ef9(_0x1ae7b3._0x31d57f,_0x1ae7b3._0x20b1b7,_0x1ae7b3._0xc114d,_0x1ae7b3._0x22f35d)+_0x490f5b(_0x1ae7b3._0x5c8911,_0x1ae7b3._0x4ebe98,0x171,0x1a8)+_0x559767['username']+(_0x490f5b(_0x1ae7b3._0x5d9498,0x1de,_0x1ae7b3._0x531b0c,_0x1ae7b3._0x1f5fcc)+'d.')),_0x40b5fe[_0x526ef9(_0x1ae7b3._0x184aa7,_0x1ae7b3._0x276f8e,0x451,_0x1ae7b3._0x5c0335)](-0xa5f+0x998+0xc8);else{if(_0x1fc595[_0x526ef9(_0x1ae7b3._0x1fe15d,0x48b,_0x1ae7b3._0x5982bc,0x49a)](_0x32d5f2[_0x490f5b(0x1d7,_0x1ae7b3._0x552345,_0x1ae7b3._0x165c3,0x1e9)]))_0x33a33f[_0x526ef9(_0x1ae7b3._0x3df7aa,_0x1ae7b3._0x4ce9c5,0x452,_0x1ae7b3._0x32b954)]=_0x1fc595[_0x490f5b(0x16e,_0x1ae7b3._0x59e3e8,_0x1ae7b3._0x52a3a9,_0x1ae7b3._0x1e5f9a)]('=')[0x7de+-0x2126+-0x1949*-0x1];else _0x1fc595[_0x490f5b(_0x1ae7b3._0x1108cf,_0x1ae7b3._0x3acc2a,_0x1ae7b3._0x48785c,_0x1ae7b3._0x5ee938)](_0x32d5f2[_0x490f5b(0x1bc,_0x1ae7b3._0x318a83,_0x1ae7b3._0x55d567,_0x1ae7b3._0x283703)])&&(_0x32d5f2[_0x526ef9(0x433,0x427,_0x1ae7b3._0x113fe,0x408)](_0x32d5f2[_0x526ef9(_0x1ae7b3._0x551567,_0x1ae7b3._0x490274,_0x1ae7b3._0x425fa6,_0x1ae7b3._0x23e359)],_0x32d5f2[_0x490f5b(_0x1ae7b3._0x42b670,0x1bb,_0x1ae7b3._0x168c44,0x197)])?_0x33a33f[_0x526ef9(0x427,0x424,_0x1ae7b3._0x4356a2,_0x1ae7b3._0x5a64de)]=_0x1fc595[_0x526ef9(_0x1ae7b3._0x4e65c2,_0x1ae7b3._0x4e65c2,0x40c,0x418)]('=')[-0x1b51+0x101e+0xb34]:_0x46fb60[_0x490f5b(0x202,0x1d7,0x1df,0x1d6)]=_0x18e0e7[_0x526ef9(0x430,0x3dd,_0x1ae7b3._0xe16e03,0x417)]('=')[-0x1aaf+-0x20f1*-0x1+-0x641*0x1]);}}return _0x33a33f;}export async function setPasswordCommand(_0xc3d8e5){const _0x36e123={_0x1ba0f1:0x2f,_0x3813c4:0x5e,_0x19f430:0x59,_0x2f8fb3:0x69,_0x550f56:0xd4,_0x4e75f8:0x28,_0x3f75b0:0x34,_0x533b88:0x61,_0x296d7f:0x68,_0x51bd08:0x8c,_0x555e9a:0x38,_0x559d17:0xa,_0x336ebf:0x1,_0x5b124f:0x67,_0x599779:0x3e,_0x364949:0xf0,_0x363b45:0xdc,_0x1592fc:0xcb,_0x43e79c:0x4c,_0x3c9982:0x68,_0x4d4d73:0x4,_0x54eb4a:0x14,_0xe41929:0x3,_0x1bcf63:0xe0,_0x59f1bb:0x2a,_0x197ea7:0x22,_0x2b9699:0x1,_0x7b620e:0x1d,_0x1b7bfe:0x8e,_0xa81344:0x29,_0xa11d9:0x4d,_0x5866ad:0x66,_0x55673e:0x40,_0x165d98:0x4f,_0x54abca:0xbf,_0x20c0f4:0xbb,_0x44af4b:0x26,_0x44d7ea:0x9,_0x5dab5b:0x53,_0x460b63:0x21,_0xba9cae:0x23,_0x4233d0:0x19,_0x324417:0xa1,_0x30c3b1:0x45,_0x2fa657:0x12,_0x19b534:0x43,_0x3b5d91:0x15,_0x4af0fe:0x1,_0xc28b7a:0x62,_0x7c5deb:0x6d,_0x3cf3a9:0x58,_0x476db6:0x39,_0x56e38b:0x64,_0x174ca4:0xac,_0x431243:0xa9,_0xc7db74:0xc9,_0xea35c1:0x9c,_0x2a311e:0xc7,_0x5ab727:0xc8,_0x36cb9e:0xcb,_0x1db219:0xa3,_0x78ffe4:0xbb,_0x2e48f9:0x3a,_0x48737d:0xb,_0x1c0661:0x44,_0x48afd0:0x88,_0x1ec08b:0xca,_0x2280b0:0x80,_0x142603:0xa1,_0x57d81a:0x8d,_0x4120da:0x9c,_0x2afbed:0xbc,_0x43fd32:0x66,_0x37ceac:0x39,_0x6c34b1:0x63,_0x30eb05:0x57,_0x461bbe:0x61,_0x1254fa:0x9e,_0xc65caf:0x97,_0x48a23f:0xb3,_0x5aff07:0x4c,_0x3ffc60:0x37,_0x167d3c:0xb5,_0x4537ff:0x3b,_0x7c6df7:0x42,_0x3a3d9a:0x48,_0xb724be:0x47,_0x4fd78b:0x1e,_0x35c73c:0xcb,_0x29a2a4:0xaf,_0x16f83a:0xb0,_0x13234c:0x6b,_0x46c160:0xb8,_0x4807b1:0xce,_0x2d0380:0xe0,_0x28f2aa:0xc4,_0xfaa08e:0xe1,_0x5768fd:0xbe,_0x29e0a6:0xc3,_0x48723a:0x63,_0x214d6b:0x71,_0x53d0a0:0x5c,_0x317f45:0x4a,_0x1faa7d:0x56,_0x475b80:0x9b,_0x2de988:0xa7},_0x295afb={_0x439dfd:0x56c,_0x3d108f:0x54a};function _0x45de5c(_0x2d770e,_0x4757b9,_0x16e8c4,_0x14dd0d){return _0x3758(_0x2d770e- -0x1f7,_0x14dd0d);}const _0x564606={'ZBvwI':function(_0x24c178){return _0x24c178();},'LWAbJ':_0x45de5c(-_0x36e123._0x1ba0f1,-_0x36e123._0x3813c4,-_0x36e123._0x19f430,-0x6)+'sword\x20must'+_0x45de5c(-0x3d,-0x3d,-_0x36e123._0x2f8fb3,-0x12)+_0x480c0e(-0xc1,-_0x36e123._0x550f56,-0xd6,-0xc2)+'cters','FLtRk':function(_0x3bda2d,_0x2f7d78){return _0x3bda2d(_0x2f7d78);},'NLOZY':function(_0x1dcdfc,_0x5e7dfa){return _0x1dcdfc!==_0x5e7dfa;},'SIdkb':'GtGTh','RQkgW':function(_0x4441d4,_0x46b96e,_0x3b8238){return _0x4441d4(_0x46b96e,_0x3b8238);},'pQKqN':_0x45de5c(-0x34,-_0x36e123._0x4e75f8,-0x4f,-_0x36e123._0x3f75b0)+_0x45de5c(-_0x36e123._0x533b88,-0x48,-0x80,-0x44),'LQMVj':function(_0x29076b,_0x3d9ceb){return _0x29076b!==_0x3d9ceb;},'LKBCQ':_0x480c0e(-0xa1,-_0x36e123._0x296d7f,-0xb8,-_0x36e123._0x51bd08),'eQkAi':_0x45de5c(-0x2f,-_0x36e123._0x555e9a,-_0x36e123._0x559d17,-_0x36e123._0x336ebf)+_0x45de5c(-_0x36e123._0x5b124f,-0x3d,-0x54,-0x55)+_0x45de5c(-0x48,-_0x36e123._0x599779,-0x26,-0x56),'CUIzI':function(_0x326a55,_0x5e2d8f){return _0x326a55===_0x5e2d8f;},'DkCBy':function(_0x5a4c83,_0x488b3c){return _0x5a4c83!==_0x488b3c;},'tGQnk':_0x480c0e(-0xee,-_0x36e123._0x364949,-0xd4,-_0x36e123._0x363b45),'SGEZl':_0x480c0e(-0xc1,-0xe3,-_0x36e123._0x1592fc,-0xde),'gUDFX':'Error:\x20Use'+_0x45de5c(-_0x36e123._0x43e79c,-_0x36e123._0x3c9982,-0x60,-0x1d)+'equired','fyVed':function(_0x244b9a,_0xa96df7){return _0x244b9a<_0xa96df7;},'YnAnj':function(_0x117ea5,_0x2c431b){return _0x117ea5!==_0x2c431b;},'orDuJ':_0x45de5c(-0x2d,_0x36e123._0x4d4d73,-_0x36e123._0x54eb4a,_0x36e123._0xe41929),'wchxt':function(_0x4b12b4,_0x4220d6,_0x4be37a){return _0x4b12b4(_0x4220d6,_0x4be37a);},'qgYBY':_0x480c0e(-0xe8,-_0x36e123._0x1bcf63,-0x9e,-0xc6)+_0x45de5c(-_0x36e123._0x59f1bb,-0x2,-0x48,-0x4d)+'rd'},_0x51723b=parseArgs(_0xc3d8e5);!_0x51723b[_0x45de5c(-_0x36e123._0x197ea7,-_0x36e123._0x3f75b0,0xe,-_0x36e123._0x2b9699)]&&(_0x51723b['username']=await prompt(_0x45de5c(-0x4a,-_0x36e123._0x7b620e,-0x51,-0x1b)));if(!_0x51723b[_0x480c0e(-0xe9,-0xd4,-0xb0,-0xbb)]){if(_0x564606['NLOZY'](_0x564606['SIdkb'],_0x564606[_0x480c0e(-0xb7,-0x84,-0xbd,-_0x36e123._0x1b7bfe)]))_0x564606[_0x45de5c(-_0x36e123._0xa81344,-0x30,0x5,-0x21)](_0x30716a);else{_0x51723b[_0x45de5c(-0x42,-0x1f,-_0x36e123._0xa11d9,-_0x36e123._0x5866ad)]=await prompt('New\x20Passwo'+'rd:\x20',!![]);const _0x290dc0=await _0x564606[_0x45de5c(-0x24,-_0x36e123._0x55673e,_0x36e123._0x4d4d73,-0x4d)](prompt,_0x564606[_0x45de5c(-_0x36e123._0x165d98,-0x6d,-0x4a,-0x7f)],!![]);_0x564606[_0x45de5c(-0xa,0x10,_0x36e123._0x559d17,-0x22)](_0x51723b[_0x480c0e(-0xbb,-_0x36e123._0x54abca,-_0x36e123._0x51bd08,-_0x36e123._0x20c0f4)],_0x290dc0)&&(_0x564606[_0x45de5c(-_0x36e123._0x559d17,_0x36e123._0x44af4b,-_0x36e123._0x4d4d73,-_0x36e123._0x44d7ea)](_0x564606[_0x45de5c(-0x46,-_0x36e123._0x5dab5b,-0x3f,-_0x36e123._0x460b63)],'VMUtE')?(console['error'](_0x564606['eQkAi']),process[_0x45de5c(-_0x36e123._0xba9cae,-0x19,-0x39,-_0x36e123._0x4233d0)](0xa*-0x1d3+-0x104e+0x5*0x6e9)):(_0x275366['error'](_0x564606[_0x480c0e(-0xa8,-0x97,-0xb8,-_0x36e123._0x324417)]),_0x5b861c[_0x45de5c(-0x23,-_0x36e123._0x30c3b1,-_0x36e123._0x2fa657,-0x20)](0x17*-0x16d+-0x25d6+0x46a2)));}}function _0x480c0e(_0x18a575,_0x4415b7,_0x1fc1f1,_0x4143d8){return _0x3758(_0x4143d8- -0x270,_0x1fc1f1);}(!_0x51723b['username']||_0x564606['CUIzI'](_0x51723b[_0x45de5c(-_0x36e123._0x197ea7,-_0x36e123._0x19b534,-_0x36e123._0x3b5d91,-_0x36e123._0x4233d0)]['trim'](),''))&&(_0x564606[_0x45de5c(-0x21,-_0x36e123._0x4af0fe,-0x26,-0x31)](_0x564606[_0x480c0e(-_0x36e123._0xc28b7a,-_0x36e123._0x7c5deb,-0xb4,-0x89)],_0x564606['SGEZl'])?(console[_0x45de5c(-_0x36e123._0x3cf3a9,-_0x36e123._0x476db6,-0x4b,-_0x36e123._0x56e38b)](_0x564606[_0x480c0e(-0xcb,-0xab,-_0x36e123._0x174ca4,-0xca)]),process[_0x480c0e(-_0x36e123._0x431243,-_0x36e123._0xc7db74,-0x96,-_0x36e123._0xea35c1)](-0x1154+0x1511+-0x2*0x1de)):(_0x1d854c['close'](),_0x564606[_0x480c0e(-0xf8,-_0x36e123._0x2a311e,-_0x36e123._0x5ab727,-_0x36e123._0x36cb9e)](_0x119647,_0x165a3d)));(!_0x51723b[_0x480c0e(-_0x36e123._0xea35c1,-0xe7,-_0x36e123._0x1db219,-_0x36e123._0x78ffe4)]||_0x564606[_0x45de5c(-_0x36e123._0x2e48f9,-0x64,-0x5a,-_0x36e123._0x48737d)](_0x51723b[_0x45de5c(-0x42,-0x12,-_0x36e123._0x1c0661,-0x5d)]['length'],-0x1841+-0xf*-0x1a5+0x31*-0x2))&&(console[_0x45de5c(-0x58,-0x49,-_0x36e123._0x48afd0,-0x5e)](_0x564606[_0x480c0e(-_0x36e123._0x1ec08b,-0xb5,-_0x36e123._0x2280b0,-_0x36e123._0x142603)]),process[_0x480c0e(-0x7f,-_0x36e123._0xc7db74,-_0x36e123._0x57d81a,-_0x36e123._0x4120da)](-0x11b*0x21+0x1436+0x1046*0x1));try{if(_0x564606[_0x480c0e(-0x9e,-0x90,-0xb3,-_0x36e123._0x2afbed)](_0x564606[_0x45de5c(-_0x36e123._0x43fd32,-_0x36e123._0x37ceac,-0x94,-0x6e)],_0x45de5c(-0x39,-0x50,-0x63,-_0x36e123._0x6c34b1))){const _0x4e3964=await _0x564606[_0x45de5c(-0x52,-_0x36e123._0x30eb05,-_0x36e123._0x461bbe,-0x36)](findUserByUsername,_0x51723b[_0x480c0e(-_0x36e123._0x1254fa,-_0x36e123._0xc65caf,-0xa4,-0x9b)]);!_0x4e3964&&(console['error'](_0x480c0e(-_0x36e123._0x54abca,-0xc8,-_0x36e123._0x48a23f,-0xbd)+'r\x20\x22'+_0x51723b[_0x45de5c(-_0x36e123._0x197ea7,-_0x36e123._0x5aff07,-0x1a,-_0x36e123._0x3ffc60)]+(_0x480c0e(-0x72,-_0x36e123._0x167d3c,-0x77,-0x94)+'d.')),process['exit'](0x1*-0x20c3+-0x12a4+0x3368)),await _0x564606[_0x45de5c(-0x4e,-0x20,-_0x36e123._0x4537ff,-0x39)](setUserPassword,_0x4e3964['id'],_0x51723b[_0x45de5c(-_0x36e123._0x7c6df7,-_0x36e123._0x3a3d9a,-_0x36e123._0xb724be,-0x20)]),console[_0x45de5c(-0x36,-0x33,-_0x36e123._0x4fd78b,-0x53)](''),console[_0x480c0e(-0xd6,-_0x36e123._0x35c73c,-0x81,-_0x36e123._0x29a2a4)]('✓\x20Password'+'\x20updated\x20s'+'uccessfull'+_0x480c0e(-0xa8,-_0x36e123._0xc65caf,-0xd8,-_0x36e123._0x16f83a)+'\x20\x22'+_0x51723b[_0x480c0e(-0x9e,-_0x36e123._0x13234c,-_0x36e123._0x174ca4,-0x9b)]+'\x22.');}else{const _0x53771a={};_0x53771a['input']=_0x243754[_0x480c0e(-_0x36e123._0x46c160,-_0x36e123._0x4807b1,-_0x36e123._0x2d0380,-_0x36e123._0x28f2aa)],_0x53771a[_0x480c0e(-0xdd,-0xc4,-_0x36e123._0xfaa08e,-_0x36e123._0x5768fd)]=_0x13a6ac['stdout'];const _0xed4353=_0x213a22[_0x480c0e(-0xc2,-0xc6,-0xb2,-_0x36e123._0x174ca4)+'rface'](_0x53771a);_0xed4353[_0x480c0e(-0xd3,-_0x36e123._0x29e0a6,-0xf0,-0xd3)](_0x28cc07,_0xfaeeaa=>{const _0x1ada79={_0x5186a4:0xf7};_0xed4353[_0x5c5023(_0x295afb._0x439dfd,0x54b,0x523,_0x295afb._0x3d108f)]();function _0x5c5023(_0x43bd61,_0x256e30,_0x39f5ac,_0x231b09){return _0x480c0e(_0x43bd61-0x1d0,_0x256e30-_0x1ada79._0x5186a4,_0x256e30,_0x231b09-0x5fb);}_0x564606['FLtRk'](_0x4600ec,_0xfaeeaa);});}}catch(_0x4dcddd){logger['error'](_0x564606[_0x45de5c(-0x47,-0x17,-0x28,-_0x36e123._0x48723a)],_0x4dcddd),console['error'](_0x480c0e(-0x72,-_0x36e123._0x214d6b,-0xbd,-0x95)+_0x45de5c(-_0x36e123._0x53d0a0,-_0x36e123._0x317f45,-0x7c,-_0x36e123._0x1faa7d)+_0x480c0e(-0xad,-_0x36e123._0x475b80,-_0x36e123._0x2de988,-0xa7)+'-\x20'+_0x4dcddd['message']),process['exit'](0x592*0x3+-0x2223+-0x61*-0x2e);}}