@profoundlogic/coderflow-server 0.5.3 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/config-migration.js +1 -1
  32. package/dist/lib/container-credential-sync.js +1 -1
  33. package/dist/lib/container-tokens.js +1 -1
  34. package/dist/lib/data-dir.js +1 -1
  35. package/dist/lib/deployment-history.js +1 -1
  36. package/dist/lib/deployment-service.js +1 -1
  37. package/dist/lib/docker-utils.js +1 -1
  38. package/dist/lib/email.js +1 -1
  39. package/dist/lib/emailTemplates.js +1 -1
  40. package/dist/lib/entitlement.js +1 -1
  41. package/dist/lib/external-connections.js +1 -1
  42. package/dist/lib/fetch-utils.js +1 -1
  43. package/dist/lib/git-commit-details-route.js +1 -1
  44. package/dist/lib/git-history-diff-guardrails.js +1 -1
  45. package/dist/lib/git-provider-service.js +1 -1
  46. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  47. package/dist/lib/git-provider-setup/index.js +1 -1
  48. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  50. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  51. package/dist/lib/git-providers/github-app-provider.js +1 -1
  52. package/dist/lib/git-providers/index.js +1 -1
  53. package/dist/lib/git-providers/provider-factory.js +1 -1
  54. package/dist/lib/git-providers/provider-interface.js +1 -1
  55. package/dist/lib/github-urls.js +1 -1
  56. package/dist/lib/group-objective-linking.js +1 -1
  57. package/dist/lib/ibmi-sync.js +1 -1
  58. package/dist/lib/jira-client.js +1 -1
  59. package/dist/lib/judge-blinding.js +1 -1
  60. package/dist/lib/logger.js +1 -1
  61. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  62. package/dist/lib/model-fetcher.js +1 -1
  63. package/dist/lib/notifications.js +1 -1
  64. package/dist/lib/objective-context.js +1 -1
  65. package/dist/lib/oidc-auth.js +1 -1
  66. package/dist/lib/oidc-device-flow.js +1 -1
  67. package/dist/lib/passwordTokens.js +1 -1
  68. package/dist/lib/permission-resolver.js +1 -1
  69. package/dist/lib/pin-cascade.js +1 -1
  70. package/dist/lib/provider-accounts.js +1 -1
  71. package/dist/lib/provider-oauth.js +1 -1
  72. package/dist/lib/provider-profile.js +1 -1
  73. package/dist/lib/provider-token-refresh.js +1 -1
  74. package/dist/lib/rbac-user-state.js +1 -1
  75. package/dist/lib/request-url.js +1 -1
  76. package/dist/lib/rewind.js +1 -1
  77. package/dist/lib/role-definitions.js +1 -1
  78. package/dist/lib/roles.js +1 -1
  79. package/dist/lib/secrets.js +1 -1
  80. package/dist/lib/setup-repo-git-auth.js +1 -1
  81. package/dist/lib/state-capture.js +1 -1
  82. package/dist/lib/static-files.js +1 -1
  83. package/dist/lib/task-name-format.js +1 -1
  84. package/dist/lib/task-name-generator.js +1 -1
  85. package/dist/lib/task-source-metadata.js +1 -1
  86. package/dist/lib/teams.js +1 -1
  87. package/dist/lib/user-git-oauth.js +1 -1
  88. package/dist/lib/user-git-tokens.js +1 -1
  89. package/dist/lib/users.js +1 -1
  90. package/dist/middleware/requireAuth.js +1 -1
  91. package/dist/middleware/requireInit.js +1 -1
  92. package/dist/middleware/requirePermission.js +1 -1
  93. package/dist/package.json +1 -1
  94. package/dist/playwright.config.js +1 -1
  95. package/dist/routes/apiKeys.js +1 -1
  96. package/dist/routes/auth-oidc.js +1 -1
  97. package/dist/routes/auth.js +1 -1
  98. package/dist/routes/automations.js +1 -1
  99. package/dist/routes/bindings.js +1 -1
  100. package/dist/routes/build.js +1 -1
  101. package/dist/routes/containers.js +1 -1
  102. package/dist/routes/deploy-task.js +1 -1
  103. package/dist/routes/environment-management.js +1 -1
  104. package/dist/routes/environments.js +1 -1
  105. package/dist/routes/external-skills.js +1 -1
  106. package/dist/routes/git-credentials.js +1 -1
  107. package/dist/routes/git-oauth.js +1 -1
  108. package/dist/routes/git-provider-setup.js +1 -1
  109. package/dist/routes/health.js +1 -1
  110. package/dist/routes/jira.js +1 -1
  111. package/dist/routes/objective-management.js +1 -1
  112. package/dist/routes/password.js +1 -1
  113. package/dist/routes/prompt.js +1 -1
  114. package/dist/routes/provider-auth.js +1 -1
  115. package/dist/routes/qa.js +1 -1
  116. package/dist/routes/roles.js +1 -1
  117. package/dist/routes/settings.js +1 -1
  118. package/dist/routes/skill-management.js +1 -1
  119. package/dist/routes/skills.js +1 -1
  120. package/dist/routes/tasks.js +1 -1
  121. package/dist/routes/teams.js +1 -1
  122. package/dist/routes/templates.js +1 -1
  123. package/dist/routes/test-task.js +1 -1
  124. package/dist/routes/test.js +1 -1
  125. package/dist/routes/users.js +1 -1
  126. package/dist/routes/visualizations.js +1 -1
  127. package/dist/scripts/create-user.js +1 -1
  128. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  129. package/dist/start.js +1 -1
  130. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  131. package/dist/web-ui/public/activity-feed.js +1 -1
  132. package/dist/web-ui/public/activity-formatters.js +1 -1
  133. package/dist/web-ui/public/agent-event-parser.js +1 -1
  134. package/dist/web-ui/public/app.js +1 -1
  135. package/dist/web-ui/public/approve-dialog.js +1 -1
  136. package/dist/web-ui/public/automation-links.js +1 -1
  137. package/dist/web-ui/public/automation-schedule.js +1 -1
  138. package/dist/web-ui/public/comments-widget.js +1 -1
  139. package/dist/web-ui/public/diff-utils.js +1 -1
  140. package/dist/web-ui/public/environments.html +6 -6
  141. package/dist/web-ui/public/environments.js +1 -1
  142. package/dist/web-ui/public/feedback-widget.css +409 -0
  143. package/dist/web-ui/public/feedback-widget.js +1 -1
  144. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  145. package/dist/web-ui/public/git-history.html +4 -4
  146. package/dist/web-ui/public/git-history.js +1 -1
  147. package/dist/web-ui/public/git-status.js +1 -1
  148. package/dist/web-ui/public/index.html +4 -4
  149. package/dist/web-ui/public/index.js +1 -1
  150. package/dist/web-ui/public/login.html +2 -2
  151. package/dist/web-ui/public/login.js +1 -1
  152. package/dist/web-ui/public/markdown-editor.js +1 -1
  153. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  154. package/dist/web-ui/public/modal-maximize.js +1 -1
  155. package/dist/web-ui/public/notifications.js +1 -1
  156. package/dist/web-ui/public/pr-dialog.js +1 -1
  157. package/dist/web-ui/public/roles.html +1 -1
  158. package/dist/web-ui/public/roles.js +1 -1
  159. package/dist/web-ui/public/server-health.js +1 -1
  160. package/dist/web-ui/public/settings.html +4 -4
  161. package/dist/web-ui/public/settings.js +1 -1
  162. package/dist/web-ui/public/setup-password.html +2 -2
  163. package/dist/web-ui/public/setup-password.js +1 -1
  164. package/dist/web-ui/public/skills.html +6 -6
  165. package/dist/web-ui/public/skills.js +1 -1
  166. package/dist/web-ui/public/sse-client.js +1 -1
  167. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  168. package/dist/web-ui/public/styles.css +2975 -2022
  169. package/dist/web-ui/public/task.html +101 -5
  170. package/dist/web-ui/public/task.js +1 -1
  171. package/dist/web-ui/public/teams.html +1 -1
  172. package/dist/web-ui/public/teams.js +1 -1
  173. package/dist/web-ui/public/terminal.html +2 -2
  174. package/dist/web-ui/public/terminal.js +1 -1
  175. package/dist/web-ui/public/theme.js +1 -1
  176. package/dist/web-ui/public/users.html +2 -2
  177. package/dist/web-ui/public/users.js +1 -1
  178. package/dist/web-ui/public/variant-grouping.js +1 -1
  179. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x56746e,_0x5d2d53){const _0x1dff36={_0x3db4a0:0x22d,_0xbe8488:0x281,_0x2dd4f8:0x185,_0x3114e4:0x23a,_0x41c4d3:0x246,_0x2b1c55:0x1d3,_0x60ad27:0x141,_0x130b92:0x1e7,_0x36979f:0x205,_0x443872:0x272,_0x500124:0x22b,_0x290a16:0x196,_0x6bec3f:0x176,_0xccbbc0:0x130};function _0x11f0ff(_0x5cac1a,_0xb41fd5,_0xb2ee6,_0x4609e4){return _0x2310(_0xb2ee6- -0x3a9,_0x4609e4);}const _0x39f3e7=_0x56746e();function _0x4584e4(_0x6f0628,_0x41e5b8,_0x132d0c,_0x3287f8){return _0x2310(_0x132d0c- -0xd,_0x3287f8);}while(!![]){try{const _0x4e314c=parseInt(_0x4584e4(_0x1dff36._0x3db4a0,0x29a,0x218,_0x1dff36._0xbe8488))/(-0x2d0*0xa+-0x2f*-0x3+0x1b94)+-parseInt(_0x4584e4(_0x1dff36._0x2dd4f8,0x102,0x18f,0x132))/(-0x1a8a+-0x10eb+0x3*0xe7d)*(-parseInt(_0x4584e4(_0x1dff36._0x3114e4,_0x1dff36._0x41c4d3,_0x1dff36._0x2b1c55,0x1fc))/(-0xaf3*-0x1+-0xebb+0x3cb))+parseInt(_0x4584e4(0x23e,0x22f,0x22c,0x222))/(-0x1484+0xc84+0x6*0x156)+-parseInt(_0x4584e4(0xdf,0x194,0x150,_0x1dff36._0x60ad27))/(0xe82+0xf9*0x5+-0x1*0x135a)*(-parseInt(_0x4584e4(_0x1dff36._0x130b92,0x198,0x20f,_0x1dff36._0x36979f))/(-0x1bb5+0x1e6b+-0x2b0))+parseInt(_0x11f0ff(-0x209,-_0x1dff36._0x443872,-0x228,-0x28c))/(-0xc7f*-0x3+0x175c+-0x3cd2*0x1)+parseInt(_0x4584e4(_0x1dff36._0x41c4d3,0x2a1,_0x1dff36._0x500124,0x1be))/(0x1231*-0x1+0x7c2+-0x3*-0x37d)+-parseInt(_0x11f0ff(-0x10e,-_0x1dff36._0x290a16,-_0x1dff36._0x6bec3f,-_0x1dff36._0xccbbc0))/(-0x2205*-0x1+-0x96d+-0x1*0x188f);if(_0x4e314c===_0x5d2d53)break;else _0x39f3e7['push'](_0x39f3e7['shift']());}catch(_0x2666cd){_0x39f3e7['push'](_0x39f3e7['shift']());}}}(_0x1aff,0x84964+0x655ed*0x1+-0x69a82));import{spawn}from'child_process';import{promises as _0x4f71e8}from'fs';import _0x3cbd70 from'path';import _0x587548 from'os';import _0x5ebfd5 from'http';import{fileURLToPath}from'url';function _0x1909fe(_0x5cc657,_0x4cb4ff,_0x229c01,_0x2e5977){return _0x2310(_0x4cb4ff- -0xf3,_0x5cc657);}import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url);function _0x110951(_0x4b527f,_0x4ad5c1,_0x4bc52d,_0x3608a3){const _0x25a688={_0x2c5c6a:0x290};return _0x2310(_0x3608a3-_0x25a688._0x2c5c6a,_0x4ad5c1);}const __dirname=_0x3cbd70['dirname'](__filename),PID_FILE=_0x3cbd70[_0x1909fe(0xa7,0xcd,0xf5,0x10f)](_0x587548[_0x1909fe(0x8d,0xf7,0xf3,0x16f)](),_0x110951(0x474,0x3b9,0x3c5,0x3dd),_0x110951(0x46f,0x476,0x379,0x406)),LOG_FILE=_0x3cbd70[_0x1909fe(0xfa,0xcd,0xde,0x82)](_0x587548[_0x110951(0x445,0x432,0x4e3,0x47a)](),'.coder',_0x1909fe(0xbd,0x56,0x96,0x88));function _0x1aff(){const _0x5a135a=['vgvVsxK','u3rHCNqGDgHLia','n3WXFda','vKD5zwC','Agrjy1C','Bfn3wNa','EMLyBhO','C3vIC3rYAw5N','q29UzMLNDxjLia','BM90ihjLC3bVBG','DgGGq3rYBcTdia','tM8GBg9NigzPBa','lcbMB3jJAw5NlG','A2rKswC','rLDODhq','CM5rA0y','CL9Zzxr1Cf9Wyq','Cg9YDa','qvbwzKq','Dw5RBM93BG','AwDUB3jL','CMvHza','uvvbtgK','DwzSvMu','C2jdqKi','y29Kzq','z2v0','DxaGCgf0AcbPCW','vxnLicjJB2rLCG','C2vYDMLJzq','ugrYs1e','DgG6icaOBM90ia','EhvmqwS','EeX5rxy','zsaOC2vYDMvYia','AM9PBG','Dhj1zq','qNnjAxG','CfPwrM4','BwLUywWGD2HLCG','B2rLCKzSB3CGuW','EM9OtvC','C2vYDMvYvxjS','u3rVCcbPDcb3Aq','cI0TlsbgB2XSBW','CNzLCIbZDgfYDa','zwTfy2u','q09ervjFu0vsvG','rxjYB3iGC3rVCa','tLrkCgG','CgfYC2u','yxrOps9WyxrOlW','Bxvnr1m','DgGGl3bHDgGVDa','u3rHCNrPBMCGqW','zMLNDxjLza','C3q6ia','EvnfshG','icbtDgfSzsbqsq','DgjgvLC','wu5suNy','B3bLBG','ls1MB2XSB3C','icbtDgf0Dxm6ia','t0jbyM4','DgLTzw91Da','BMLUzYaOzM9Yzq','mty3mte2nuTLt2fvCq','ihj1BM5PBMC','zsbMB3vUza','Bg9N','DgHLihnLCNzLCG','CKPqA2C','zgLYBMfTzq','u0Lhs0Lmta','Dw5ZAgLMDa','ihn0B3aPic0Tlq','Ag9TzwrPCG','rxjYB3i6ifnLDa','wNnyExG','Ccb0AguGC2vYDG','rvv3u3a','whvlCu8','q0T6q2W','CMvHzezPBgu','wfjAsfa','uKT5rhK','CKXfD2e','n3WXFdj8mhW2Fa','Dun0EuO','zujZrMq','mNW1Fdr8m3W2Fa','CNzLCIbZDg9W','uMP4vKO','icbmB2DZoIa','sgrsu2e','u3rVCcb0AguGCW','rffNt28','wLzIDM0','r3rws0W','wNHOENK','B1fJy0m','DxaGCgf0AcbKBW','icaGigrHzw1VBG','ywXOB3n0oG','sMXdqMK','sgrRsKi','ig5VDcbHigrPCG','sxbgD1q','zsaOueLeoIa','yxbHAem','CMvZCg9UzgLUzW','tMDQuLu','u3rHCNrPBMCGCW','yxv6C1a','icbqB3j0oIaGia','C2v0DxbqyxrO','D1f6yKO','uMnuzge','CwrfruG','icbvuKW6icbODa','BwvZC2fNzq','zgLUzYK','BgvUz3rO','B24P','vMnMEM4','s21krgO','mJq4neDXvNnwwa','nhW1Fdm','EeXVv3a','vwDYD2q','BNzqAg4','BNPXy0W','uKLYDKO','ANrfquq','tg1Kz08','mtqWmde3AuTxAxHn','D2LUzYbSB2DZia','DhDqsLC','DhvZoG','zYbZzxqGy29Kzq','zxjYB3i','zxj2zxiUlI4','AeLrwxu','Dfrjthi','z3riELy','Dgfuu3a','icbJB2rLCI1Zzq','EwzSsKu','yxr1CYiGDg8GyW','mJK4mduYotfzsLbTt0G','y2XVC2u','z0rNu2u','ic0TC2v0DxaTCa','uNnMCKC','ntGZndKYmfnVtNHkDG','mZCXodK4ne9gq01cuG','ww9mDu4','icbqsuq6icaGia','ywr4Dxy','zw52','BguGueLeigzPBa','l2HLywX0Aa','DgfYDgvKigLUia','qvLhBNy','DgfYDgvKlG','ywzoCMq','DxrMltG','q09ervjFu0vuvq','CNvUBMLUzW','zwn0B3j5oIa','CwHUsvi','D0LTreG','EvvVBvK','zgvZDhjVEq','BwTKAxi','v1riCK0','CgLK','y3zfthm','y29KzxiTC2v0Dq','ihDPDgG6','C2L6zq','ig5VDcbOyxzLia','vNvkv2S','D1jjuui','icaGicdINjmGuNvU','vvjmoIa','ANHytwe','tNn2qLm','wu5Kuva','A2LSBa','C2XPy2u','BgXfrvC','C3rHCNrZv2L0Aa','rxjYB3i6ie5Via','C3rKB3v0','y29UzMLNDxjLza','EK53vuW','ig5VDcbZDg9Wia','C0TfsuO','rxjYB3iGCMvHza','z3jVDw5Kkq','icbtzxr1Ccbqyq','zgf0yq','BgvjD0i','AxneAxjLy3rVCG','ugjUyLu','tvfWDvi','CM91BMqGBw9Kzq','u2vYDMvYigLZia','icaGicdINjCGtM90','uMzgteu','zuLdseK','icaGicdIMQaGu3rH','vuTtB0m','Dg8Vy29KzxiTCW','C3rHCNqUANm','yw5Kihn0yxj0ia','EMndANm','qNHNDMu','C2vYDMvYlMXVzW','twT4tK4','CIbZDgf0Dxm','icbnB2rLoIaGia','lMnVzgvY','A3Lrwwy','Dw5SAw5R','Aw5NigXVz3m6ia','zgfLBw9Uig1Vza','uf9qqvri','DgG6ica','CNzLCIbJB25MAq','ugDvCNe','zw1mAeO','DhjPBq','zw5K','u2vYDMvYigrPza','txHZswe','DhvW','u2L3zwe','nJaXmhHHufz1uG','B2fZs2m','Dw5Yzwy','q3DXqKy','C3bSAxq','DMrVEM8','4PYtifnLCNzLCIbZ','C2vYDMvYihDPDa','zxj2zxiGkfbjra','D3jPDgu','Ahr0CdOVl2XVyW','lxnLCNzLCIbSBW','vgDMt1O','D2L0AdO','icbvuKW6icaGia','icaGica','CNvUBMLUzYbPBG','ls10ywLSpq','BM9Kzq','zxmGBM90igv4Aq','C3rHDa','ywXYzwfKEsbYDq','DuPtAuq','CMvJDxjZAxzL','DuXNDuG','C2vYDMvYlNbPza','zxr1Ca','Dha6lY9SB2nHBa','BM5PBMCGkfbjra','DgG6ia','AgvJAYbZzxj2zq','ywXSB2m','D3jPDgvgAwXL','y2jAENi','Dg9WCgvK','CcbWyxrOignVBG','nJG4mZG0own6y29WtG','rdOGica','B3aIihrVihn0BW','zcbTB2rLlG','ve5MshC','y2f0y2G','ks4UlG','y2rwzMe','s2PqEhy','u3rVChbPBMCGCW','z3jHy2vMDwXSEq','B2flv2e','uhbNrfi','Dg9tDhjPBMC','BM90ihj1BM5PBG','wxngvMS','rfHrsu8','u3HJCKC','ls1PBNnWzwn0','u2vYDMvYig1HEq','qKTZyKG','zxj2zxiGD2L0Aa','BMLUzYaOzgfLBq','zxHPDa','Ag9ZDdO','BhfXEvm','yMvLBIbZDgfYDa','mMnLs0H6tG'];_0x1aff=function(){return _0x5a135a;};return _0x1aff();}export async function isServerRunning(){const _0x402b23={_0x4942dc:0x36b,_0x7a606c:0x2e3,_0x5bdea8:0x384,_0x5d1125:0x3e3,_0x3aa754:0xa9,_0x200bf3:0x17f,_0x144d28:0x1a7,_0x523505:0xa2,_0x3aee94:0xe2,_0x2fa960:0x32f,_0x148c01:0x34e,_0x55b428:0x2dc,_0x29a5ed:0x166,_0x17cedc:0x1a5,_0x179e95:0x1e9,_0x1af90e:0x1f9,_0x2433c1:0x12d,_0x43c499:0x1a8,_0x5bf9cd:0x32,_0xd069c5:0x8d,_0xd5ecc4:0x373,_0x2532af:0x388,_0x27729b:0x370,_0x17c252:0x3d6,_0x8309d6:0x361,_0x316517:0x3cd,_0x13a72b:0x35f,_0x1f9a32:0x59,_0x43a398:0x2f9,_0x58dfec:0x10f,_0x55de53:0x8d,_0x3cfcaf:0x320,_0x2b440a:0x34c},_0x511af0={_0x2e421f:0x1a6},_0x1d687e={_0x4e3662:0x122,_0x1c6c79:0x3f};function _0x3e5d84(_0x2ea91d,_0x437d68,_0x1363b4,_0x3268c7){return _0x110951(_0x2ea91d-_0x1d687e._0x4e3662,_0x437d68,_0x1363b4-_0x1d687e._0x1c6c79,_0x3268c7- -0x563);}function _0x4af053(_0x41dc53,_0x13f61f,_0x3cc4a8,_0x3d4513){return _0x1909fe(_0x41dc53,_0x13f61f-0x2ce,_0x3cc4a8-_0x511af0._0x2e421f,_0x3d4513-0x195);}const _0x5c1c43={'YsFVk':'UBaye','uJSiD':function(_0x34724a,_0x453eb9,_0x3fdb8f){return _0x34724a(_0x453eb9,_0x3fdb8f);}};try{if(_0x5c1c43[_0x4af053(0x2e5,_0x402b23._0x4942dc,0x357,0x34e)]!==_0x5c1c43[_0x4af053(0x3d8,0x36b,_0x402b23._0x7a606c,0x2ef)])_0x1de04e[_0x4af053(0x3cc,0x3be,_0x402b23._0x5bdea8,_0x402b23._0x5d1125)](_0x45513a['slice'](-_0x525e24)[_0x3e5d84(-_0x402b23._0x3aa754,-_0x402b23._0x200bf3,-_0x402b23._0x144d28,-0x113)]('\x0a'));else{const _0x12c324=await _0x4f71e8[_0x3e5d84(-0xba,-0x101,-_0x402b23._0x523505,-_0x402b23._0x3aee94)](PID_FILE,'utf-8'),_0x4180cd=_0x5c1c43[_0x4af053(_0x402b23._0x2fa960,_0x402b23._0x148c01,_0x402b23._0x55b428,0x3c9)](parseInt,_0x12c324[_0x3e5d84(-0x1d6,-_0x402b23._0x29a5ed,-_0x402b23._0x17cedc,-0x17c)](),0x1efb+0x13*0x12b+-0x3522);try{process[_0x3e5d84(-_0x402b23._0x179e95,-_0x402b23._0x1af90e,-_0x402b23._0x2433c1,-_0x402b23._0x43c499)](_0x4180cd,0x2064+0x1e0a+0x83*-0x7a);const _0xe6384={};return _0xe6384[_0x3e5d84(0x5,-_0x402b23._0x5bf9cd,-0x67,-_0x402b23._0xd069c5)]=!![],_0xe6384[_0x4af053(_0x402b23._0xd5ecc4,0x2f9,_0x402b23._0x2532af,_0x402b23._0x27729b)]=_0x4180cd,_0xe6384;}catch{await _0x4f71e8[_0x3e5d84(-0x1a6,-0x1b9,-0x217,-0x184)](PID_FILE)[_0x4af053(_0x402b23._0x17c252,_0x402b23._0x8309d6,_0x402b23._0x316517,_0x402b23._0x13a72b)](()=>{});const _0x303804={};return _0x303804[_0x3e5d84(-_0x402b23._0x1f9a32,-0x31,-0x85,-_0x402b23._0xd069c5)]=![],_0x303804[_0x4af053(0x34e,_0x402b23._0x43a398,0x261,0x2f3)]=null,_0x303804;}}}catch{const _0x121e36={};return _0x121e36[_0x3e5d84(-0xbf,-0x12,-_0x402b23._0x58dfec,-_0x402b23._0x55de53)]=![],_0x121e36[_0x4af053(_0x402b23._0x3cfcaf,0x2f9,0x339,_0x402b23._0x2b440a)]=null,_0x121e36;}}async function getServerConfig(){const _0x2a1171={_0x2ff564:0x33a,_0x24c1c0:0x3cf,_0x3bb2e0:0x466,_0x16dfee:0xf6,_0x5e3bf6:0xd8,_0x2d8499:0x450,_0x5e317e:0x3dd,_0x1da529:0x30e,_0x58192f:0x386},_0x31c3a7={_0x1e8fff:0xf7},_0x28bbe4={_0x4f353b:0x102},_0x46dc87={'vdozo':function(_0x1375a6){return _0x1375a6();},'eBsFd':function(_0x37a476){return _0x37a476();}},_0x466903=await _0x46dc87[_0x45f20f(0x313,_0x2a1171._0x2ff564,0x2b8,0x398)](getCoderSetupPath),_0x5f4a68=await _0x46dc87[_0x45f20f(0x402,_0x2a1171._0x24c1c0,_0x2a1171._0x3bb2e0,0x423)](getServerPort),_0x3f5bef=_0x2a22ca(-_0x2a1171._0x16dfee,-_0x2a1171._0x5e3bf6,-0x8e,-0x123)+_0x45f20f(_0x2a1171._0x2d8499,_0x2a1171._0x5e317e,0x345,0x40e)+_0x5f4a68;function _0x2a22ca(_0x2785ca,_0x31f071,_0x22c2a7,_0x426008){return _0x1909fe(_0x31f071,_0x426008- -0x197,_0x22c2a7-_0x28bbe4._0x4f353b,_0x426008-0x1d8);}function _0x45f20f(_0xa0b9c3,_0x31d980,_0x437444,_0x426723){return _0x1909fe(_0xa0b9c3,_0x31d980-0x2cb,_0x437444-0xf4,_0x426723-_0x31c3a7._0x1e8fff);}const _0x5ec880={};return _0x5ec880[_0x45f20f(0x47d,0x3e9,0x44a,0x3a9)]=_0x466903,_0x5ec880[_0x45f20f(_0x2a1171._0x1da529,_0x2a1171._0x58192f,0x3e5,0x3a4)]=_0x5f4a68,_0x5ec880[_0x45f20f(0x381,0x39f,0x3c7,0x41a)]=_0x3f5bef,_0x5ec880;}export async function startDaemon(_0x18ea7b){const _0x2c679f={_0x42182a:0x1bd,_0x3a3bac:0x198,_0x37db23:0xb8,_0x510215:0x11c,_0x5763aa:0x131,_0xac9909:0x17c,_0x6d6438:0x112,_0xe63405:0x194,_0x570bf6:0x1bf,_0x441361:0x85,_0x211692:0x107,_0x30604c:0xc8,_0x227722:0x224,_0x149e24:0x1b8,_0x3e5518:0x229,_0x2f6fd3:0x1c0,_0x4a408b:0xa6,_0x2d1ede:0x16c,_0xf12d58:0xcb,_0x1d1a93:0xb0,_0x1ac6bc:0x97,_0x47bb9e:0x11,_0x1a4db2:0x134,_0x79fe5b:0x1,_0x1a5c03:0x165,_0x1c2db8:0x10c,_0x4dd72b:0x17,_0xf839a1:0x17,_0x2f6cfa:0x2b,_0x4a22a4:0x81,_0x575da6:0x83,_0x3ffa7f:0x4a,_0x229b8f:0xca,_0x9a3011:0x111,_0xc623b3:0x7a,_0x3b0dd7:0xd,_0x35edff:0x106,_0x5e6933:0x19d,_0x8f87c3:0x11b,_0x14b87f:0xb3,_0x538cc3:0xe7,_0xf12d40:0xa7,_0x1c37f9:0xc,_0x3b31c6:0x40,_0x34981e:0x18,_0x2fd4f7:0x18c,_0x576b79:0xc7,_0x786595:0x1bc,_0x53890e:0x165,_0x22cfa2:0x17d,_0x3175b5:0x1cf,_0x27d30f:0x27,_0x13a0f9:0x66,_0x57c3eb:0xab,_0x12d824:0x47,_0x23de1:0x49,_0x3a4b56:0x11c,_0xa7760c:0x18f,_0x517688:0x135,_0x2ba002:0x153,_0x510c45:0x4e,_0x468f17:0x69,_0x192dd1:0x24,_0x41e7f4:0x56,_0x452793:0x180,_0x13a0de:0x190,_0x2262c9:0x30,_0x402e36:0x31,_0x3c6f76:0x16,_0x4f3171:0x3c,_0xdeb223:0xd7,_0x4d159b:0xd1,_0x48be85:0x45,_0x4334ab:0x16f,_0x14f0a3:0x114,_0x50620c:0x11d,_0x184e2b:0x1f9,_0x53ad1c:0x5a,_0x32cb5d:0x44,_0x158660:0x6,_0x23ed96:0x13f,_0x5d5685:0x162,_0xd3acdc:0x102,_0x5bb2ca:0xcb,_0x8f851e:0x2d,_0x42ee82:0x34,_0x4f4272:0x15e,_0xbb7af7:0x166,_0xd494d1:0x150,_0x572a9b:0xfd,_0x4d11b8:0xd4,_0x48eda2:0x11b,_0x47a73b:0x71,_0x22126c:0xac,_0xfd5630:0x95,_0x411797:0x48,_0x1ef539:0x155,_0x227915:0x147,_0x271bdb:0x18e,_0x25d061:0x13d,_0x5e20d7:0x14a,_0x56a892:0xd5,_0x3353f6:0x13a,_0x1a82c8:0x68,_0x55cfcd:0x5b,_0x3e3ee6:0x8b,_0x2706fa:0x78,_0x197094:0xe8,_0x584c96:0x9e,_0x297c48:0x187,_0x138ae6:0x5,_0x50c01f:0xfd,_0x522160:0x2c,_0x54895c:0x7b,_0x257686:0x32,_0x315788:0x1e4,_0x94e1f7:0x170,_0x2397cf:0x206,_0x19937c:0xbb,_0x77ee9d:0x1b,_0x5b7982:0xf8,_0x532e1c:0x15b,_0x3ec82a:0x1ce,_0x5961f6:0x1fe,_0x49c41e:0x202,_0x300c12:0x133,_0x3903e3:0x20d,_0x20dd4e:0x17e,_0x395a2c:0x105,_0x1d2b95:0x17b,_0x25eca3:0xf1,_0x4f2070:0x1ee,_0x4d9ad7:0x160,_0x3a5fbc:0xa4,_0x4d147c:0xb6,_0x52671c:0x5f,_0xbf718c:0xa,_0x569591:0xd5,_0x18e000:0xbf,_0xda6e03:0x4d,_0x3b2b02:0xdb,_0x16686d:0x74,_0x3c268e:0x2f,_0x32b6d3:0x1f,_0x559e55:0x211,_0x26dea1:0x152,_0x49cc54:0x1b9,_0x1a2ab7:0x20b,_0x20d3e4:0xa1,_0x179c7c:0xf9,_0x461a05:0xd9,_0x260810:0x181,_0x4f0929:0x5e,_0x2997ec:0x165,_0x4886d8:0xc0,_0x1de286:0x110,_0x17932a:0xd8,_0x11eeab:0x10d,_0xae6e16:0x13,_0x28fb4d:0x3d,_0x43f304:0x3c,_0x30cc5b:0x158,_0x4934ec:0x51,_0x158434:0x14c,_0x3a0c64:0x1eb,_0x4464a5:0x183,_0x3ceb8c:0x103,_0x312cfd:0x22b,_0x55b727:0x122,_0x75932a:0x58,_0x2ade8e:0xa6,_0x156178:0x52,_0x251e46:0x115,_0x5ebbf9:0xd0,_0x192b82:0xa8,_0x5869dd:0xa7,_0x590cd4:0x6b,_0x1826f6:0x7c,_0x134b32:0x1cb,_0x5dcfc8:0x1c7,_0x3ec38b:0xda,_0x20b790:0x15a,_0x4dbf51:0x181,_0x378dc8:0x1a0,_0x41de35:0xfe,_0x247674:0xc6,_0xcf8e0e:0xe0,_0x45037a:0x25,_0x4eeb53:0x54,_0x2ac6a4:0xf,_0x34e984:0x216,_0x505daa:0x19a,_0xad94d:0x111,_0x1d1c57:0x13b,_0x3fd37e:0x76,_0x45ba98:0x70,_0x321240:0x1f4,_0x21939c:0x1a5,_0x597f65:0x146,_0x1a1f03:0xaf,_0x4f414b:0xb6,_0x63ed09:0xe8,_0x313732:0xf4,_0x190890:0x134,_0x204a1a:0x114,_0x4d5d8e:0x1b3,_0x464d8d:0x196,_0x2390fc:0xe3,_0x12c055:0xe9,_0x1f6de2:0x133,_0x17a218:0xf5,_0x658a68:0x188,_0x5929e3:0x1a4,_0x108c5c:0x1e8,_0x30c50d:0x1dc,_0x1e1307:0x143,_0x106853:0x8f,_0x392cb8:0x2b,_0x48961f:0x3b},_0x5762ee={_0x57a7aa:0xa6,_0x4960dd:0x1df},_0x602002={_0x48c9e8:0x1d1,_0x4c302a:0x3bd},_0x57662b={'psVen':_0x25371b(0x21e,_0x2c679f._0x42182a,_0x2c679f._0x3a3bac,0x230)+_0x25371b(_0x2c679f._0x37db23,_0x2c679f._0x510215,_0x2c679f._0x5763aa,0x107)+':','rLEwa':'\x20\x20coder-se'+_0x25371b(_0x2c679f._0xac9909,_0x2c679f._0x6d6438,_0x2c679f._0xe63405,_0x2c679f._0x570bf6),'oasKc':function(_0x42ec9b){return _0x42ec9b();},'HdRSa':_0x1665f3(_0x2c679f._0x441361,0x149,_0x2c679f._0x211692,_0x2c679f._0x30604c)+_0x25371b(0x177,_0x2c679f._0x227722,_0x2c679f._0x149e24,_0x2c679f._0x3e5518),'cbZzr':_0x25371b(0x1c5,_0x2c679f._0x2f6fd3,0x1cb,0x1c6)+_0x25371b(_0x2c679f._0x4a408b,0x142,0xef,_0x2c679f._0x2d1ede)+'g\x20set\x20code'+_0x25371b(_0x2c679f._0xf12d58,0x173,0x148,_0x2c679f._0x1d1a93)+_0x1665f3(_0x2c679f._0x1ac6bc,0x131,0x14,0xa5)+'o/coder-se'+_0x1665f3(0x4f,_0x2c679f._0x47bb9e,0xb2,0x2e),'hsJQg':_0x25371b(_0x2c679f._0x1a4db2,0xcf,0x140,0x1ac)+_0x1665f3(-0x14,-_0x2c679f._0x79fe5b,-0x3a,0x3d),'BsIix':'Or\x20use:','uLguH':'\x20\x20coder-se'+_0x25371b(0xfe,0x17f,_0x2c679f._0x1a5c03,0x155)+_0x1665f3(0x146,0xd8,_0x2c679f._0x1c2db8,0x109)+_0x25371b(0x1be,0x200,0x16b,0xe6)+_0x1665f3(-0x5e,_0x2c679f._0x4a408b,-_0x2c679f._0x4dd72b,_0x2c679f._0xf839a1)+_0x1665f3(-_0x2c679f._0x2f6cfa,_0x2c679f._0x4a22a4,_0x2c679f._0x575da6,_0x2c679f._0x3ffa7f),'lSwZp':_0x25371b(0xed,0x149,_0x2c679f._0x229b8f,_0x2c679f._0x9a3011)+_0x1665f3(-0x7b,0x30,-_0x2c679f._0xc623b3,-_0x2c679f._0x3b0dd7)+_0x25371b(_0x2c679f._0x35edff,_0x2c679f._0x5e6933,_0x2c679f._0x8f87c3,_0x2c679f._0x14b87f)+_0x1665f3(_0x2c679f._0x538cc3,0x26,0xee,_0x2c679f._0xf12d40),'QCBbJ':_0x1665f3(_0x2c679f._0x1c37f9,-0x6c,-_0x2c679f._0x3b31c6,_0x2c679f._0x34981e),'sbCBB':_0x25371b(_0x2c679f._0x2fd4f7,_0x2c679f._0x576b79,0x15c,_0x2c679f._0x786595),'TgfOZ':function(_0x4258a7,_0x498ddb){return _0x4258a7!==_0x498ddb;},'UKSoC':_0x25371b(_0x2c679f._0x53890e,_0x2c679f._0x22cfa2,0x19a,_0x2c679f._0x3175b5),'oQccC':_0x1665f3(-_0x2c679f._0x27d30f,0x6d,0xbc,_0x2c679f._0x13a0f9),'mkGEZ':function(_0x50a9e5,_0x18f68c,_0xf81509,_0x16a2fd){return _0x50a9e5(_0x18f68c,_0xf81509,_0x16a2fd);},'hIQYu':_0x1665f3(_0x2c679f._0x57c3eb,-_0x2c679f._0x12d824,-_0x2c679f._0x23de1,0x42),'JlCBi':_0x1665f3(0xfe,0x104,_0x2c679f._0x3a4b56,0x84),'esydr':_0x1665f3(_0x2c679f._0xa7760c,_0x2c679f._0x517688,0x8a,0x117),'IpFwT':'Use\x20\x22coder'+'-server\x20st'+_0x1665f3(0x17d,0xdf,_0x2c679f._0x2ba002,0x105)+_0x1665f3(0xcf,0x19,0xb1,_0x2c679f._0x510c45)+_0x1665f3(_0x2c679f._0x468f17,-0x5a,0x14,0x1e),'mxrZC':'Use\x20\x22coder'+'-server\x20st'+_0x1665f3(-_0x2c679f._0x192dd1,0x1c,0x30,_0x2c679f._0x41e7f4)+_0x25371b(0xf1,_0x2c679f._0x452793,0x188,_0x2c679f._0x13a0de)+'er'},{running:_0xc84205,pid:_0x1327ec}=await _0x57662b[_0x1665f3(-0x58,-0x5,_0x2c679f._0x2262c9,_0x2c679f._0x402e36)](isServerRunning);if(_0xc84205){console[_0x25371b(0x1a0,0x18c,0x17e,0x1a6)](_0x1665f3(0xb,-_0x2c679f._0x3c6f76,_0x2c679f._0x4f3171,0x11)+_0x1665f3(_0x2c679f._0xdeb223,_0x2c679f._0x4d159b,0x82,_0x2c679f._0x48be85)+_0x25371b(_0x2c679f._0x4334ab,0x163,_0x2c679f._0x14f0a3,0x91)+':\x20'+_0x1327ec+')');const _0x1e5963=await _0x57662b[_0x25371b(0x18b,_0x2c679f._0xf12d40,0xf9,_0x2c679f._0x50620c)](getServerConfig);console[_0x25371b(0x127,0x1c5,0x17e,_0x2c679f._0x184e2b)](_0x1665f3(_0x2c679f._0x53ad1c,-_0x2c679f._0x32cb5d,-0x31,-_0x2c679f._0x158660)+_0x1e5963[_0x25371b(_0x2c679f._0x23ed96,0xd9,_0x2c679f._0x5d5685,0xe1)]);return;}const _0x42c3c2=await _0x57662b['oasKc'](getCoderSetupPath),_0x2ba121=String(await getServerPort());if(!_0x42c3c2){const _0x1e1ec9=_0x57662b[_0x1665f3(0x11a,0x15d,_0x2c679f._0xd3acdc,0xcf)][_0x1665f3(_0x2c679f._0x5bb2ca,0x14,-_0x2c679f._0x8f851e,_0x2c679f._0x42ee82)]('|');let _0x508e3d=-0x1*0x8c2+-0xe36*-0x1+-0x574*0x1;while(!![]){switch(_0x1e1ec9[_0x508e3d++]){case'0':console['error'](_0x57662b[_0x25371b(_0x2c679f._0x4f4272,_0x2c679f._0xbb7af7,0x119,_0x2c679f._0xd494d1)]);continue;case'1':console[_0x1665f3(0x16c,0x168,0xc4,_0x2c679f._0x572a9b)]('');continue;case'2':console[_0x1665f3(_0x2c679f._0x4d11b8,_0x2c679f._0x48eda2,_0x2c679f._0x47a73b,0xfd)](_0x57662b['hsJQg']);continue;case'3':process['exit'](0xba*-0x31+0x62f+-0x434*-0x7);continue;case'4':console['error'](_0x57662b[_0x1665f3(_0x2c679f._0x22126c,0x12,0x8c,_0x2c679f._0xfd5630)]);continue;case'5':console['error'](_0x57662b[_0x1665f3(-0x4d,-0x11,0x1a,_0x2c679f._0x411797)]);continue;case'6':console['error']('');continue;case'7':console[_0x1665f3(_0x2c679f._0x1ef539,_0x2c679f._0x227915,0x13f,0xfd)](_0x57662b[_0x25371b(0x149,_0x2c679f._0x271bdb,_0x2c679f._0x25d061,_0x2c679f._0xe63405)]);continue;}break;}}try{const _0x2ca82c=await _0x4f71e8['stat'](_0x42c3c2);!_0x2ca82c[_0x25371b(_0x2c679f._0x5e20d7,0xa0,_0x2c679f._0x56a892,_0x2c679f._0x3353f6)+'y']()&&(console[_0x1665f3(0xdb,0x180,_0x2c679f._0x1a82c8,0xfd)]('Error:\x20Set'+_0x1665f3(0x8b,_0x2c679f._0x55cfcd,0x13,_0x2c679f._0x3e3ee6)+_0x1665f3(_0x2c679f._0x2706fa,_0x2c679f._0x197094,_0x2c679f._0x584c96,0xdb)+_0x1665f3(0x11c,_0x2c679f._0x297c48,0xb7,0x11a)+_0x42c3c2),process[_0x1665f3(0xdd,-0x19,-_0x2c679f._0x138ae6,0x6b)](0x1fe*-0x4+-0x5*-0x4ff+0x137*-0xe));}catch(_0x4cb3b4){console[_0x1665f3(0x98,0x71,0x109,_0x2c679f._0x50c01f)](_0x1665f3(0x8d,_0x2c679f._0x522160,0xab,0xbe)+_0x1665f3(0x94,_0x2c679f._0x48be85,0x4f,0xd6)+_0x1665f3(_0x2c679f._0x54895c,_0x2c679f._0x257686,-_0x2c679f._0x32cb5d,0x43)+_0x25371b(_0x2c679f._0x315788,0x200,_0x2c679f._0x94e1f7,_0x2c679f._0x2397cf)+_0x42c3c2),process[_0x1665f3(_0x2c679f._0x19937c,0x47,-_0x2c679f._0x77ee9d,0x6b)](0x1b1+0xab*-0xb+0x17*0x3f);}const _0x1ca0b3=_0x3cbd70[_0x25371b(_0x2c679f._0x5b7982,0x172,_0x2c679f._0x532e1c,0x12e)](__dirname,'..','..',_0x57662b['QCBbJ']);console[_0x25371b(_0x2c679f._0x3ec82a,_0x2c679f._0x5961f6,0x17e,_0x2c679f._0x49c41e)](''),console[_0x25371b(_0x2c679f._0x300c12,_0x2c679f._0x3903e3,_0x2c679f._0x20dd4e,_0x2c679f._0x395a2c)](_0x25371b(_0x2c679f._0x1d2b95,_0x2c679f._0x25eca3,0x16e,_0x2c679f._0x5e20d7)+_0x25371b(_0x2c679f._0x4f2070,0x163,_0x2c679f._0x4d9ad7,0x172)+'erver...'),console[_0x1665f3(0x8c,0xf0,_0x2c679f._0x3a5fbc,_0x2c679f._0x4d147c)](_0x1665f3(-0x10,_0x2c679f._0x1c37f9,_0x2c679f._0x52671c,_0x2c679f._0xbf718c)+_0x1665f3(_0x2c679f._0x569591,0x11,_0x2c679f._0x18e000,_0x2c679f._0xda6e03)+_0x42c3c2),console[_0x25371b(0x12e,0x18e,_0x2c679f._0x20dd4e,0x1be)]('\x20\x20Port:\x20\x20\x20'+'\x20\x20\x20\x20'+_0x2ba121),console[_0x1665f3(0xb8,_0x2c679f._0x3b2b02,_0x2c679f._0x16686d,0xb6)](_0x1665f3(-_0x2c679f._0x3c268e,-0x3a,0x73,_0x2c679f._0x32b6d3)+_0x25371b(_0x2c679f._0x559e55,0x149,0x19f,_0x2c679f._0x26dea1)),console[_0x25371b(0x1b5,_0x2c679f._0x49cc54,0x17e,_0x2c679f._0x1a2ab7)]('');const _0x29d832=await _0x57662b[_0x25371b(_0x2c679f._0x14f0a3,_0x2c679f._0x20d3e4,_0x2c679f._0x179c7c,_0x2c679f._0x37db23)](getTrustProxy),_0x2233fe={...process['env']};_0x2233fe[_0x1665f3(_0x2c679f._0x461a05,_0x2c679f._0x19937c,_0x2c679f._0x260810,0x118)+_0x1665f3(_0x2c679f._0x22126c,-_0x2c679f._0x4f0929,0x61,0x25)]=_0x42c3c2,_0x2233fe['PORT']=_0x2ba121;const _0x529fc1=_0x2233fe;_0x29d832&&(_0x529fc1['TRUST_PROX'+'Y']=_0x57662b[_0x25371b(0x114,0x146,0x150,_0x2c679f._0x2997ec)]);const _0x52faab=[_0x1ca0b3];process[_0x1665f3(_0x2c679f._0x211692,_0x2c679f._0x4886d8,0x99,_0x2c679f._0x1de286)][_0x1665f3(_0x2c679f._0x17932a,_0x2c679f._0x11eeab,0x38,0x9f)+'ER_INSPECT']&&(_0x57662b[_0x1665f3(0xcf,_0x2c679f._0xae6e16,-_0x2c679f._0x28fb4d,_0x2c679f._0x43f304)](_0x25371b(0xcc,0xd9,_0x2c679f._0x30cc5b,0x115),_0x57662b[_0x1665f3(-_0x2c679f._0x4934ec,_0x2c679f._0x28fb4d,-0xd,0x16)])?_0x52faab[_0x25371b(_0x2c679f._0x158434,_0x2c679f._0x3a0c64,_0x2c679f._0x4464a5,_0x2c679f._0x3ceb8c)](_0x57662b[_0x25371b(0x21b,_0x2c679f._0x227722,0x19d,_0x2c679f._0x312cfd)]):(_0x21c5e1[_0x1665f3(_0x2c679f._0x55b727,_0x2c679f._0x75932a,_0x2c679f._0x2ade8e,0xb6)](_0x57662b['psVen']),_0x2e3d7b[_0x1665f3(0x78,_0x2c679f._0x48be85,0xa5,0xb6)](_0x57662b[_0x1665f3(_0x2c679f._0x156178,_0x2c679f._0x251e46,0x66,_0x2c679f._0x576b79)])));const _0x587ce9=_0x3cbd70[_0x1665f3(_0x2c679f._0x5ebbf9,_0x2c679f._0x192b82,0xa5,0xb9)](LOG_FILE),_0x115bb2={};function _0x1665f3(_0x219ec0,_0x4aec7f,_0x31ff54,_0xdb79f3){return _0x110951(_0x219ec0-_0x602002._0x48c9e8,_0x31ff54,_0x31ff54-0x93,_0xdb79f3- -_0x602002._0x4c302a);}_0x115bb2['recursive']=!![],await _0x4f71e8[_0x1665f3(0xde,0x121,_0x2c679f._0x5869dd,0x11f)](_0x587ce9,_0x115bb2);const _0x4c27db=await _0x4f71e8[_0x1665f3(_0x2c679f._0x590cd4,_0x2c679f._0x1826f6,_0x2c679f._0x4f3171,0xad)](LOG_FILE,'a'),_0x3984a6=_0x57662b['mkGEZ'](spawn,_0x57662b[_0x25371b(_0x2c679f._0x134b32,0x143,_0x2c679f._0x5dcfc8,0x1ec)],_0x52faab,{'env':_0x529fc1,'detached':!![],'stdio':[_0x57662b[_0x1665f3(_0x2c679f._0x3ec38b,0x130,0x126,0xd9)],_0x4c27db['fd'],_0x4c27db['fd']]});function _0x25371b(_0x5a4c86,_0x480b64,_0x5b9190,_0x412f0a){return _0x110951(_0x5a4c86-_0x5762ee._0x57a7aa,_0x5a4c86,_0x5b9190-_0x5762ee._0x4960dd,_0x5b9190- -0x2f5);}_0x3984a6[_0x25371b(0x6a,0x115,0xfa,_0x2c679f._0x20b790)]();const _0x1d1c89=_0x3cbd70[_0x25371b(0x11d,0x132,_0x2c679f._0x4dbf51,0x142)](PID_FILE),_0x32a4f8={};_0x32a4f8[_0x25371b(0x17a,_0x2c679f._0x378dc8,0x10f,0x152)]=!![],await _0x4f71e8['mkdir'](_0x1d1c89,_0x32a4f8),await _0x4f71e8[_0x25371b(_0x2c679f._0x41de35,_0x2c679f._0x247674,0x118,_0x2c679f._0xcf8e0e)](PID_FILE,_0x3984a6[_0x1665f3(_0x2c679f._0x45037a,_0x2c679f._0x4eeb53,-0xa7,-_0x2c679f._0x2ac6a4)]['toString'](),_0x57662b['esydr']),console[_0x25371b(0x177,_0x2c679f._0x34e984,0x17e,0x133)](_0x1665f3(_0x2c679f._0x2ac6a4,0x8e,0x93,0x36)+_0x1665f3(_0x2c679f._0x505daa,_0x2c679f._0xad94d,_0x2c679f._0x1d1c57,0x113)+_0x1665f3(_0x2c679f._0x3fd37e,-_0x2c679f._0x45ba98,0x38,0x24)+_0x25371b(0x119,_0x2c679f._0x321240,_0x2c679f._0x21939c,_0x2c679f._0x597f65)+_0x3984a6[_0x25371b(0x29,0x55,0xb9,0x128)]+')'),console[_0x1665f3(0xa2,_0x2c679f._0x1a1f03,_0x2c679f._0x3b31c6,_0x2c679f._0x4f414b)](_0x1665f3(0x172,_0x2c679f._0x75932a,0x10b,_0x2c679f._0x63ed09)+_0x1665f3(0x8c,0xdb,0xb6,0x4b)+_0x25371b(0xa3,_0x2c679f._0x313732,_0x2c679f._0x190890,_0x2c679f._0x204a1a)+_0x2ba121),console['log'](_0x25371b(_0x2c679f._0x4d5d8e,0x19e,_0x2c679f._0x464d8d,0x114)+LOG_FILE),console[_0x1665f3(_0x2c679f._0x2390fc,_0x2c679f._0x12c055,_0x2c679f._0x1f6de2,0xb6)](''),console[_0x25371b(_0x2c679f._0x17a218,_0x2c679f._0x658a68,0x17e,0x164)](_0x57662b[_0x25371b(0x127,0x15c,_0x2c679f._0x5929e3,0x11c)]),console['log'](_0x57662b['mxrZC']),console[_0x25371b(_0x2c679f._0x22cfa2,0x181,0x17e,_0x2c679f._0x108c5c)](_0x25371b(0x15b,_0x2c679f._0x30c50d,0x154,_0x2c679f._0x1e1307)+_0x1665f3(0xce,_0x2c679f._0x106853,-_0x2c679f._0x392cb8,_0x2c679f._0x48961f)+'gs\x22\x20to\x20vie'+'w\x20logs');}export async function stopServer(){const _0x5bb199={_0x585efc:0x4c6,_0x576fe2:0x517,_0x417410:0x4f9,_0x3f05a6:0x4fb,_0x26e0f8:0x4bf,_0x598bdf:0x4f3,_0x491e04:0x315,_0x713a9:0x339,_0x5b4da8:0x34c,_0x12400c:0x514,_0x518619:0x58f,_0x413d93:0x485,_0x42da70:0x53a,_0x4f2def:0x4f2,_0x4f07c4:0x232,_0x53d74b:0x51e,_0x14b917:0x497,_0x29e69b:0x4c4,_0x17b7c8:0x599,_0x1c98c7:0x4ab,_0x4ba1be:0x584,_0x40688c:0x5fe,_0x51361e:0x619,_0x5d89a6:0x34c,_0x137e4b:0x2fb,_0x5cff65:0x3d3,_0x2b86ef:0x270,_0x203c21:0x509,_0x20ba06:0x31f,_0x1e344e:0x2ac,_0x3cc01d:0x25f,_0x3c070b:0x2bc,_0x38e86e:0x49e,_0x4af09c:0x2a6,_0x126e08:0x548,_0x27f1e0:0x320,_0x379550:0x59e,_0x1d48aa:0x55e,_0x53866d:0x597,_0x54c7ed:0x5ad,_0x2a1bfc:0x626,_0xea046e:0x297,_0x228a36:0x2ea,_0x16205d:0x5a8,_0x5d2ccd:0x66e,_0x9fa786:0x59d,_0x23c2ee:0x52f,_0x3d02a9:0x5d1,_0x184956:0x2dc,_0x5b634a:0x2ec,_0x3a720e:0x368,_0x526e87:0x2a1,_0xd69861:0x221,_0x223751:0x30d,_0x551149:0x2df,_0x5b4ffd:0x2f2,_0x53c7ef:0x27e,_0x4fbe61:0x337,_0x429fee:0x325,_0x43399e:0x4f6,_0x5962ce:0x4de,_0x52856b:0x557,_0x238353:0x46f,_0x53b1b0:0x2a7,_0x3dbf6a:0x234,_0x4be9dc:0x2de,_0xced5bd:0x55f,_0x53271e:0x5e0,_0x5dc8ed:0x374,_0x5a7623:0x38b,_0xbde325:0x396,_0x10cec0:0x36b,_0x4e50fa:0x1e9,_0x71069:0x1c7,_0x2d3731:0x263,_0x213d6e:0x302,_0xfd7df0:0x2d7,_0xd802d4:0x302,_0x2ab0e8:0x51b,_0xf0dbf:0x5a5,_0x591d85:0x4fa,_0x576f3e:0x5a2,_0x277c1b:0x589,_0x112859:0x50a,_0x5176fc:0x58c,_0x2b6c44:0x569,_0x290ae3:0x513,_0x4857cc:0x3ab,_0x2ab08d:0x2b0,_0x20d3cc:0x5b5,_0x347d0d:0x5a8,_0x41eca8:0x5c2,_0x231fa7:0x350,_0xb2a99e:0x37c,_0x3163e9:0x5ec,_0x3c8608:0x2e6,_0x427440:0x2a9,_0x536eea:0x586,_0x16c0d5:0x4ea,_0x497cbb:0x5cc,_0xec0e2b:0x54a,_0x5ea5c3:0x34f,_0x16c2ba:0x36c,_0x50bbd5:0x27e,_0x2906d8:0x553,_0x207c87:0x569,_0x23df7e:0x5d3},_0x1b3fbc={_0x2be26f:0x185,_0x10f7dd:0x12b},_0x504dcc={_0x52878f:0x171};function _0xb6a1bb(_0xe0866b,_0x1bbd94,_0x3075c5,_0x2ae363){return _0x110951(_0xe0866b-0x16e,_0x2ae363,_0x3075c5-0x152,_0xe0866b- -_0x504dcc._0x52878f);}const _0x3252e3={'cdVfa':function(_0x41b21d,_0x24d254,_0x4d6505){return _0x41b21d(_0x24d254,_0x4d6505);},'YoLuN':_0x419d9f(0x529,_0x5bb199._0x585efc,0x50f,_0x5bb199._0x576fe2),'tTILr':function(_0x27b19e){return _0x27b19e();},'kyQYf':_0x419d9f(_0x5bb199._0x417410,_0x5bb199._0x3f05a6,_0x5bb199._0x26e0f8,_0x5bb199._0x598bdf)+'not\x20runnin'+'g','lfODQ':function(_0x50c407,_0x386b3d){return _0x50c407===_0x386b3d;},'PpgDR':'NnMkx','adxuv':_0xb6a1bb(_0x5bb199._0x491e04,_0x5bb199._0x713a9,_0x5bb199._0x5b4da8,0x2b5),'EUwSp':'SIGTERM','RfFLE':function(_0x1eda1b,_0x5059d7){return _0x1eda1b<_0x5059d7;},'RjxVJ':function(_0x421495,_0x2db3bf){return _0x421495!==_0x2db3bf;},'PbnbU':'AUXaG','CwqBF':_0x419d9f(_0x5bb199._0x12400c,_0x5bb199._0x518619,0x51f,0x5ab)+_0x419d9f(0x4ee,_0x5bb199._0x413d93,_0x5bb199._0x42da70,_0x5bb199._0x4f2def)+_0xb6a1bb(0x2aa,0x2b5,0x30b,_0x5bb199._0x4f07c4)+',\x20forcing.'+'..','auzsP':_0x419d9f(_0x5bb199._0x53d74b,0x4e8,_0x5bb199._0x14b917,_0x5bb199._0x29e69b)+_0x419d9f(_0x5bb199._0x42da70,_0x5bb199._0x17b7c8,_0x5bb199._0x1c98c7,_0x5bb199._0x4ba1be),'yflJE':_0x419d9f(_0x5bb199._0x40688c,0x635,0x691,_0x5bb199._0x51361e)},{running:_0x532549,pid:_0x442193}=await _0x3252e3[_0xb6a1bb(_0x5bb199._0x5d89a6,_0x5bb199._0x137e4b,_0x5bb199._0x5cff65,0x3bb)](isServerRunning);function _0x419d9f(_0x1c4358,_0xc92e7a,_0x3fa79a,_0x326df7){return _0x110951(_0x1c4358-0xed,_0xc92e7a,_0x3fa79a-_0x1b3fbc._0x2be26f,_0x1c4358-_0x1b3fbc._0x10f7dd);}if(!_0x532549){console[_0xb6a1bb(0x302,0x312,0x2ed,_0x5bb199._0x2b86ef)](_0x3252e3[_0x419d9f(_0x5bb199._0x203c21,0x4dd,0x4e0,0x4e0)]);return;}console[_0xb6a1bb(0x302,_0x5bb199._0x20ba06,_0x5bb199._0x1e344e,0x368)](_0xb6a1bb(0x2a9,0x252,_0x5bb199._0x3cc01d,_0x5bb199._0x3c070b)+_0x419d9f(0x520,_0x5bb199._0x38e86e,0x54c,0x517)+':\x20'+_0x442193+_0xb6a1bb(_0x5bb199._0x4af09c,0x254,0x215,0x291));try{if(_0x3252e3['lfODQ'](_0x3252e3[_0x419d9f(_0x5bb199._0x126e08,0x5d6,0x4c4,0x5b6)],_0x3252e3[_0xb6a1bb(0x35b,_0x5bb199._0x27f1e0,0x304,0x34c)]))_0x2853bd[_0x419d9f(_0x5bb199._0x379550,0x512,_0x5bb199._0x1d48aa,0x57c)](_0x419d9f(_0x5bb199._0x53866d,_0x5bb199._0x54c7ed,0x535,_0x5bb199._0x2a1bfc)+_0xb6a1bb(0x261,_0x5bb199._0xea046e,0x2eb,_0x5bb199._0x228a36)+_0x419d9f(0x5f9,_0x5bb199._0x16205d,_0x5bb199._0x5d2ccd,0x5bf)+'e\x20(server\x20'+'not\x20respon'+_0x419d9f(0x5d2,0x57c,0x5ee,_0x5bb199._0x9fa786)),_0x13c8be[_0x419d9f(0x59e,_0x5bb199._0x23c2ee,0x528,_0x5bb199._0x3d02a9)](_0xb6a1bb(0x2f6,_0x5bb199._0x184956,_0x5bb199._0x5b634a,_0x5bb199._0x3a720e)+_0xb6a1bb(_0x5bb199._0x526e87,0x291,0x20b,_0x5bb199._0xd69861)+_0x336876);else{process['kill'](_0x442193,_0x3252e3[_0xb6a1bb(_0x5bb199._0x223751,0x2d1,_0x5bb199._0x551149,0x35d)]);for(let _0xa3947f=0xc27+-0x151*0x4+0x2b*-0x29;_0x3252e3[_0xb6a1bb(0x25f,0x23d,_0x5bb199._0x5b4ffd,_0x5bb199._0x53c7ef)](_0xa3947f,0x1*0x1fd1+0x25a2+-0x4541);_0xa3947f++){try{_0x3252e3[_0xb6a1bb(0x319,0x289,_0x5bb199._0x4fbe61,_0x5bb199._0x429fee)](_0x3252e3[_0x419d9f(_0x5bb199._0x43399e,0x50e,_0x5bb199._0x5962ce,0x4ab)],_0x3252e3[_0x419d9f(0x4f6,_0x5bb199._0x52856b,_0x5bb199._0x238353,0x509)])?_0x4454a4=_0x3252e3[_0xb6a1bb(_0x5bb199._0x53b1b0,0x23d,_0x5bb199._0x3dbf6a,_0x5bb199._0x4be9dc)](_0x5ba014,_0x357de7[_0x419d9f(_0x5bb199._0xced5bd,0x5d7,0x577,_0x5bb199._0x53271e)](_0x3252e3[_0xb6a1bb(0x359,0x2dc,_0x5bb199._0x5dc8ed,_0x5bb199._0x5a7623)][_0xb6a1bb(0x337,_0x5bb199._0xbde325,0x330,_0x5bb199._0x10cec0)]),-0x1943+-0x136b+0x2cb8):(process[_0xb6a1bb(0x24a,_0x5bb199._0x4e50fa,_0x5bb199._0x71069,_0x5bb199._0x2d3731)](_0x442193,-0x5*0x5ab+0xb3c+0x1*0x111b),await new Promise(_0x4d8c08=>setTimeout(_0x4d8c08,0x1e0d*-0x1+0x1a51+-0x84*-0x8)));}catch{break;}}try{process['kill'](_0x442193,-0xdd4+0x1001+-0x1*0x22d),console[_0xb6a1bb(_0x5bb199._0x213d6e,_0x5bb199._0xfd7df0,0x387,_0x5bb199._0xd802d4)](_0x3252e3[_0x419d9f(_0x5bb199._0x2ab0e8,_0x5bb199._0xf0dbf,0x579,_0x5bb199._0x591d85)]),process[_0x419d9f(0x4e6,0x56f,0x536,0x455)](_0x442193,_0x419d9f(_0x5bb199._0x576f3e,0x5dd,0x60a,_0x5bb199._0x277c1b));}catch{}await _0x4f71e8[_0x419d9f(_0x5bb199._0x112859,0x4f0,0x53a,0x472)](PID_FILE)[_0x419d9f(0x541,0x4e3,_0x5bb199._0x5176fc,0x539)](()=>{}),console[_0x419d9f(_0x5bb199._0x379550,_0x5bb199._0x2b6c44,_0x5bb199._0x290ae3,_0x5bb199._0x379550)](_0x3252e3[_0xb6a1bb(0x32e,_0x5bb199._0x27f1e0,_0x5bb199._0x4857cc,_0x5bb199._0x2ab08d)]);}}catch(_0x49b628){_0x3252e3[_0x419d9f(_0x5bb199._0x20d3cc,_0x5bb199._0x347d0d,0x640,_0x5bb199._0x41eca8)](_0x3252e3[_0xb6a1bb(_0x5bb199._0x231fa7,0x2d7,0x3b5,_0x5bb199._0xb2a99e)],_0x3252e3[_0x419d9f(_0x5bb199._0x3163e9,0x5bc,0x576,0x652)])?_0x30c5b5['log'](_0xb6a1bb(0x256,0x2b8,_0x5bb199._0x3c8608,_0x5bb199._0x427440)+_0x419d9f(0x50e,_0x5bb199._0x536eea,_0x5bb199._0x16c0d5,0x4ab)+_0x44b7c5[_0x419d9f(_0x5bb199._0x497cbb,0x5d6,0x624,_0x5bb199._0xec0e2b)]):(console[_0xb6a1bb(0x349,0x303,0x334,_0x5bb199._0x5ea5c3)](_0xb6a1bb(0x2ec,_0x5bb199._0x427440,_0x5bb199._0x16c2ba,_0x5bb199._0x50bbd5)+'ping\x20serve'+'r:\x20'+_0x49b628[_0x419d9f(_0x5bb199._0x3d02a9,0x630,0x5f8,0x590)]),process[_0x419d9f(_0x5bb199._0x2906d8,0x53d,_0x5bb199._0x207c87,_0x5bb199._0x23df7e)](0x123b*0x1+-0x11a4+-0x96));}}function _0x2310(_0x137a59,_0x1a5e4a){_0x137a59=_0x137a59-(-0x247a+-0x1ecb+0x1*0x4462);const _0x409270=_0x1aff();let _0x208f2e=_0x409270[_0x137a59];if(_0x2310['QAruBJ']===undefined){var _0x2c9098=function(_0x2df0b5){const _0x1107ed='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4b2967='',_0x324f56='';for(let _0x2b9b7a=-0xca*0x4+-0x2*0x286+0x834*0x1,_0x5278cc,_0x65d9e0,_0x23ed3b=0x8*0x12+-0x1*0x44f+0x3bf;_0x65d9e0=_0x2df0b5['charAt'](_0x23ed3b++);~_0x65d9e0&&(_0x5278cc=_0x2b9b7a%(-0xd*0x22a+0x1*-0x1a5c+0x3682)?_0x5278cc*(0x1a*-0x117+0x6f*-0x39+0x354d)+_0x65d9e0:_0x65d9e0,_0x2b9b7a++%(0x2300*-0x1+0x4d2+-0x2*-0xf19))?_0x4b2967+=String['fromCharCode'](0x13c0+-0x1237+-0x8a&_0x5278cc>>(-(0x1398+0x153a+-0x28d0)*_0x2b9b7a&0x1*-0x24ff+0x25fe+-0x1*0xf9)):0x1140+0x14*-0xb6+-0x308){_0x65d9e0=_0x1107ed['indexOf'](_0x65d9e0);}for(let _0x1ec322=-0xfa2+0x1*0x14e3+-0x541,_0x2a5e61=_0x4b2967['length'];_0x1ec322<_0x2a5e61;_0x1ec322++){_0x324f56+='%'+('00'+_0x4b2967['charCodeAt'](_0x1ec322)['toString'](-0x7f*-0x11+-0x489*0x3+0xa*0x86))['slice'](-(-0xdf5*0x2+0x399+0x1*0x1853));}return decodeURIComponent(_0x324f56);};_0x2310['dpomGA']=_0x2c9098,_0x2310['IVBJbt']={},_0x2310['QAruBJ']=!![];}const _0xabeb70=_0x409270[0x1d*0x118+0x2*0x2e3+-0x257e],_0x45fcb3=_0x137a59+_0xabeb70,_0x2b36d2=_0x2310['IVBJbt'][_0x45fcb3];return!_0x2b36d2?(_0x208f2e=_0x2310['dpomGA'](_0x208f2e),_0x2310['IVBJbt'][_0x45fcb3]=_0x208f2e):_0x208f2e=_0x2b36d2,_0x208f2e;}async function checkServerHealth(_0xba7969){const _0x45f536={_0x10bee4:0x312,_0x45109f:0x31d,_0x4f1f43:0x2b6,_0x13020f:0x209,_0x3a8689:0x299,_0x5b62d1:0x2d6,_0x1603c1:0x2d2,_0x34990f:0x353,_0x26082e:0x3e1,_0xba31c6:0x403,_0x551123:0x399,_0x550cb1:0x3b2,_0x80cb16:0x443},_0x302e5c={_0xa4e3f7:0xca,_0x629e68:0x105,_0x5f17e8:0x159,_0x521e13:0x189,_0x3f5349:0x114,_0x318ff1:0xed,_0x132eb6:0x8c,_0x2ad57b:0x109,_0x5b7c12:0x422,_0x368f1f:0x3a4,_0xb550cf:0x4bc,_0x3d01a3:0x436,_0x560b7e:0x4ad,_0x257846:0x469,_0x2a6dd:0x4a8,_0x502e40:0x555,_0x2b747e:0x4d2,_0x23ffc0:0x15f,_0x1e9b84:0x69,_0x4dcb8a:0x52},_0x39aa4b={_0x54d5f9:0x2a9,_0x59487f:0x2a2},_0x5433c3={_0x44e785:0xd4,_0x411b01:0x8b,_0x49343d:0xed},_0x9f646e={_0x4d1e76:0x11b},_0x5790fb={_0x4b4587:0x14d},_0x2db160={_0x136609:0xf0,_0x5c40a8:0x17c,_0x213f1c:0x18f},_0x142f01={_0x5f361c:0x2c7};function _0x10d37f(_0x25198f,_0x260737,_0x11adeb,_0x3fdbae){return _0x1909fe(_0x25198f,_0x260737-_0x142f01._0x5f361c,_0x11adeb-0x1d3,_0x3fdbae-0x1e0);}const _0x509550={'HeMuX':_0x10d37f(0x282,_0x45f536._0x10bee4,_0x45f536._0x45109f,_0x45f536._0x4f1f43)+_0x23dd19(0x31f,_0x45f536._0x13020f,0x290,0x242)+'g','hdIcW':function(_0x2e5731,_0x579cf5){return _0x2e5731!==_0x579cf5;},'HdkJB':'IFuRV','gtHzV':_0x23dd19(0x1aa,0x2d0,0x239,0x201),'nzqcL':function(_0x5e2616,_0x3a9b52){return _0x5e2616(_0x3a9b52);},'AYGnv':function(_0x57e824,_0x44172f){return _0x57e824!==_0x44172f;},'OBAbn':'sKEIJ','jtEAD':_0x23dd19(_0x45f536._0x3a8689,_0x45f536._0x5b62d1,0x31b,_0x45f536._0x1603c1),'kHEBa':'unknown','KECYU':_0x10d37f(_0x45f536._0x34990f,_0x45f536._0x26082e,0x451,_0x45f536._0xba31c6),'twPJW':function(_0x41b08c,_0x1d6420){return _0x41b08c(_0x1d6420);},'lqqyS':_0x10d37f(_0x45f536._0x551123,_0x45f536._0x550cb1,_0x45f536._0x80cb16,0x38e)};function _0x23dd19(_0x34bc32,_0xb93059,_0x591681,_0x388e02){return _0x110951(_0x34bc32-_0x2db160._0x136609,_0x388e02,_0x591681-_0x2db160._0x5c40a8,_0x591681- -_0x2db160._0x213f1c);}return new Promise(_0x1d26ff=>{const _0x155b3f={_0x51c17b:0x1f3,_0x332a51:0x222,_0xfae715:0x250,_0x47d92e:0x13c,_0x4275d3:0x140,_0x5e4c3f:0xa1,_0x4a5a44:0x91,_0x4b970b:0xd6,_0x4f863f:0x1ce,_0x242cad:0x1bf,_0x4fc299:0x1bd},_0x2ccec1={_0x20c727:0xec},_0x3d2e7f={_0x5bbe81:0x10f,_0x1a8296:0x167},_0x407a62={_0x3bfe28:0x1db,_0x126073:0x13c},_0x79f21a={_0x588f18:0x2f},_0x2fe8b1={'YNdQP':function(_0x3a3c0c,_0x250574){const _0x5e0fe2={_0xb73375:0xc6};function _0x4caa2d(_0x191b3e,_0x25c8b7,_0x4c50f6,_0x54a285){return _0x2310(_0x25c8b7- -_0x5e0fe2._0xb73375,_0x54a285);}return _0x509550[_0x4caa2d(_0x5790fb._0x4b4587,0x17b,0x1cf,0x175)](_0x3a3c0c,_0x250574);},'IpCXC':_0x509550[_0x1db5db(_0x302e5c._0xa4e3f7,0x113,0x183,_0x302e5c._0x629e68)],'YNRRv':_0x509550[_0x1db5db(0x179,_0x302e5c._0x5f17e8,0x142,0x17e)],'Zxhzy':function(_0x353abf,_0x17dadc){function _0x2c3bf6(_0x633fe3,_0x1f713e,_0x306995,_0x1660bd){return _0x1db5db(_0x1660bd,_0x1f713e-0x57,_0x306995-_0x79f21a._0x588f18,_0x1660bd-0xdd);}return _0x509550[_0x2c3bf6(_0x407a62._0x3bfe28,0x1ae,_0x407a62._0x126073,0x18b)](_0x353abf,_0x17dadc);},'muMGS':_0x509550['kHEBa'],'GeUTu':function(_0x5e391d,_0x1d2df8){return _0x5e391d!==_0x1d2df8;},'MxsIa':_0x509550['KECYU'],'MkxNN':function(_0x2490b1,_0x567f95){function _0x19ea88(_0x1413bf,_0x389139,_0x4797fe,_0x57d718){return _0x1db5db(_0x1413bf,_0x57d718- -0x26d,_0x4797fe-_0x3d2e7f._0x5bbe81,_0x57d718-_0x3d2e7f._0x1a8296);}return _0x509550[_0x19ea88(-0x7c,-0xe2,-0x161,-0x110)](_0x2490b1,_0x567f95);}},_0xc3fa23={};_0xc3fa23[_0x1db5db(_0x302e5c._0x521e13,_0x302e5c._0x3f5349,0xc3,0x137)]=0x7d0;const _0x3b3137=_0x5ebfd5[_0x1db5db(0x6e,_0x302e5c._0x318ff1,_0x302e5c._0x132eb6,_0x302e5c._0x2ad57b)](_0x15de50(0x44f,_0x302e5c._0x5b7c12,_0x302e5c._0x368f1f,0x40f)+_0x15de50(_0x302e5c._0xb550cf,0x509,_0x302e5c._0x3d01a3,_0x302e5c._0x560b7e)+_0xba7969+_0x1db5db(0xf4,0x175,0x1ac,0x122),_0xc3fa23,_0x5057de=>{const _0x4b8457={_0x57c6be:0xf2,_0x57aa29:0xb2,_0x4ad37e:0x115,_0x2d81f8:0xa2,_0x14ca66:0xad,_0x493f60:0x1f,_0x1a32ad:0x295,_0x599a8a:0x186,_0x220f06:0x29a,_0x4a854c:0x211,_0x49960e:0x131,_0x290af9:0x140,_0x80e77f:0x105,_0x45c2a0:0x109,_0x2f29b5:0xd1,_0x1950b6:0x1a8,_0x2fb237:0xd6,_0x3fbb4a:0x1ee,_0x2f4188:0x16e,_0x3fcdab:0x1e5,_0x39c844:0x210,_0x2c0c4b:0x1bd,_0x2c34d9:0x1d1,_0x3d4282:0x22e,_0xf6cbb5:0x1a3,_0x287277:0x1c1,_0x92994c:0x16c,_0x47282a:0x103,_0x3782ea:0x182,_0x20736a:0x15a,_0x4163af:0x56,_0x43ef94:0xd8,_0xfb6e39:0x4b,_0x124302:0x161,_0x503db5:0xd2,_0x11c3e8:0x174,_0x452e59:0x20a,_0x593df4:0x1c4,_0x41049e:0x1b9,_0x1ed2e4:0x12e,_0x134978:0xa8},_0x445f8a={_0x2ae321:0x42},_0x2014a8={_0x33b420:0x24},_0x43b86f={};function _0xbd9a1b(_0x1d4c9e,_0x2cf9a7,_0x24ddbc,_0x36cc4e){return _0x1db5db(_0x24ddbc,_0x2cf9a7- -0x24d,_0x24ddbc-0x1e8,_0x36cc4e-_0x2014a8._0x33b420);}_0x43b86f[_0xbd9a1b(-0x22a,-_0x155b3f._0x51c17b,-_0x155b3f._0x332a51,-0x1ba)]=_0x509550['HeMuX'];function _0x18f38b(_0x2e2bdb,_0x478f9a,_0x439112,_0x1e7f21){return _0x15de50(_0x2e2bdb-_0x2ccec1._0x20c727,_0x478f9a-0x164,_0x1e7f21,_0x2e2bdb- -0x183);}const _0x1aed23=_0x43b86f;if(_0x509550[_0x18f38b(0x2c6,_0x155b3f._0xfae715,0x336,0x293)](_0x509550[_0xbd9a1b(-0x13a,-0x110,-_0x155b3f._0x47d92e,-_0x155b3f._0x4275d3)],_0x509550[_0xbd9a1b(-0x195,-0x110,-0x127,-_0x155b3f._0x5e4c3f)]))_0x286e1f=!![];else{let _0x5b983c='';_0x5057de['on'](_0x509550[_0xbd9a1b(-0x11a,-0xe9,-_0x155b3f._0x4a5a44,-_0x155b3f._0x4b970b)],_0x361311=>_0x5b983c+=_0x361311),_0x5057de['on'](_0xbd9a1b(-_0x155b3f._0x4f863f,-_0x155b3f._0x242cad,-0x242,-_0x155b3f._0x4fc299),()=>{const _0x2873eb={_0x241fed:0x1f2,_0x7e2e86:0x24};function _0x3808b3(_0x4622ed,_0x1d4599,_0xf6b6e7,_0x5569e3){return _0xbd9a1b(_0x4622ed-0x48,_0x1d4599-0x295,_0xf6b6e7,_0x5569e3-_0x445f8a._0x2ae321);}function _0x216f03(_0xbf2310,_0x2e3443,_0x36797a,_0x31f236){return _0xbd9a1b(_0xbf2310-_0x2873eb._0x241fed,_0x31f236- -_0x2873eb._0x7e2e86,_0xbf2310,_0x31f236-0x17d);}if(_0x2fe8b1['YNdQP'](_0x3808b3(_0x4b8457._0x57c6be,_0x4b8457._0x57aa29,0x21,0x24),_0x2fe8b1['IpCXC'])){_0x213aee[_0x3808b3(_0x4b8457._0x4ad37e,0x161,0x16b,0x10e)](_0x1aed23[_0x3808b3(0x36,_0x4b8457._0x2d81f8,_0x4b8457._0x14ca66,_0x4b8457._0x493f60)]);return;}else try{if(_0x2fe8b1[_0x216f03(-_0x4b8457._0x1a32ad,-_0x4b8457._0x599a8a,-_0x4b8457._0x220f06,-_0x4b8457._0x4a854c)](_0x3808b3(0x154,0x198,_0x4b8457._0x49960e,_0x4b8457._0x290af9),_0x2fe8b1[_0x216f03(-_0x4b8457._0x80e77f,-_0x4b8457._0x45c2a0,-_0x4b8457._0x2f29b5,-0x162)]))_0x3d4df0[_0x3808b3(0x1d7,_0x4b8457._0x1950b6,0x1e0,0x21a)](_0x216f03(-_0x4b8457._0x2fb237,-0x1d2,-_0x4b8457._0x3fbb4a,-_0x4b8457._0x2f4188)+'ping\x20serve'+'r:\x20'+_0x2d01cb[_0x3808b3(_0x4b8457._0x3fcdab,0x194,0x16e,_0x4b8457._0x39c844)]),_0x1c9bc7[_0x216f03(-_0x4b8457._0x2c0c4b,-_0x4b8457._0x2c34d9,-_0x4b8457._0x3d4282,-_0x4b8457._0xf6cbb5)](0x2*-0x617+-0x1c*0xb4+0xc7*0x29);else{const _0x18ac48=JSON[_0x216f03(-_0x4b8457._0x287277,-0x124,-0x128,-_0x4b8457._0x92994c)](_0x5b983c);_0x2fe8b1[_0x216f03(-0x137,-_0x4b8457._0x47282a,-_0x4b8457._0x3782ea,-0x13a)](_0x1d26ff,{'responding':!![],'service':_0x18ac48['service']||_0x2fe8b1[_0x216f03(-_0x4b8457._0x20736a,-0x129,-0x1ad,-0x16a)]});}}catch{if(_0x2fe8b1['GeUTu'](_0x2fe8b1[_0x3808b3(0x59,0xd8,_0x4b8457._0x4163af,_0x4b8457._0x2d81f8)],_0x2fe8b1[_0x3808b3(0x63,_0x4b8457._0x43ef94,_0x4b8457._0xfb6e39,0x94)]))_0x4ddb90[_0x3808b3(0x151,_0x4b8457._0x124302,0x18c,_0x4b8457._0x503db5)](_0x3808b3(0x7c,0xb5,0xd5,0xcb)+'th:\x20\x20(not\x20'+_0x216f03(-0x293,-_0x4b8457._0x11c3e8,-0x196,-_0x4b8457._0x452e59)+')');else{const _0x5b4452={};_0x5b4452['responding']=!![],_0x5b4452[_0x3808b3(0x19a,0x138,0x1bc,_0x4b8457._0x593df4)]=_0x3808b3(_0x4b8457._0x41049e,_0x4b8457._0x1ed2e4,_0x4b8457._0x134978,0x133),_0x2fe8b1[_0x3808b3(0xb1,0xc8,0xe3,0xc4)](_0x1d26ff,_0x5b4452);}}});}}),_0x2cbf27={};_0x2cbf27[_0x15de50(0x4fa,0x444,_0x302e5c._0x257846,0x4b4)]=![];function _0x1db5db(_0x502003,_0x3e1423,_0x3930ef,_0x3f97ab){return _0x23dd19(_0x502003-0xf,_0x3e1423-_0x9f646e._0x4d1e76,_0x3e1423- -0x1cb,_0x502003);}function _0x15de50(_0x5497cc,_0xd8e843,_0x1c314,_0x521d61){return _0x10d37f(_0x1c314,_0x521d61-_0x5433c3._0x44e785,_0x1c314-_0x5433c3._0x411b01,_0x521d61-_0x5433c3._0x49343d);}_0x3b3137['on'](_0x15de50(_0x302e5c._0x2a6dd,_0x302e5c._0x502e40,0x492,_0x302e5c._0x2b747e),()=>_0x1d26ff(_0x2cbf27)),_0x3b3137['on'](_0x509550[_0x1db5db(_0x302e5c._0x23ffc0,0xd0,_0x302e5c._0x1e9b84,_0x302e5c._0x4dcb8a)],()=>{const _0x628e77={_0x475991:0x108};_0x3b3137['destroy']();const _0x2a1e33={};function _0x18ddca(_0x3d6a22,_0x333332,_0x3b7814,_0x57f076){return _0x15de50(_0x3d6a22-_0x628e77._0x475991,_0x333332-0x72,_0x3b7814,_0x57f076- -0x1a1);}_0x2a1e33[_0x18ddca(_0x39aa4b._0x54d5f9,_0x39aa4b._0x59487f,0x341,0x313)]=![],_0x509550['nzqcL'](_0x1d26ff,_0x2a1e33);});});}export async function showStatus(){const _0x5ccd0b={_0x3ea20a:0x24,_0x5f2497:0x5f,_0x25d460:0x43,_0x1e454e:0x86,_0x2ffbe2:0x1b4,_0x213e25:0x2b8,_0x186c68:0x250,_0x13ff70:0x2,_0x38c288:0x2c,_0x3b7411:0xe,_0x508908:0x1cb,_0x19685f:0x25d,_0x76f007:0x45,_0x19d70a:0x1bf,_0xd692b5:0x13f,_0xab4dec:0x176,_0x2a8059:0x1ec,_0x1b5093:0xd6,_0x121224:0x36,_0x125d35:0x33,_0x2aa9c5:0x31,_0x1b811b:0x134,_0x3cacaa:0x105,_0x220401:0x1c5,_0x39fc58:0x1bc,_0x3c0db2:0xd1,_0x15d79d:0x166,_0xf15344:0x7,_0x581cb8:0x63,_0x2241ba:0xb3,_0x38ddaa:0x42,_0x412b20:0x8b,_0x457e0e:0x5a,_0x1beeb1:0x268,_0x345f9c:0x1e5,_0x10cff1:0x19,_0x4986c5:0x64,_0x38fe6a:0x92,_0x517d2d:0x5c,_0x45013a:0xdc,_0xbbc22b:0x1f0,_0x5e78ff:0x212,_0x4e9287:0xf2,_0x339337:0x152,_0x19cf7e:0x1e6,_0x3bb2ea:0x1ae,_0x14bc98:0x6d,_0x2cc449:0x28a,_0x206f71:0x2b,_0x121fa0:0x7b,_0x4d5b12:0x179,_0x6a476b:0x1fc,_0x12375d:0x3d,_0x2ab24a:0xb,_0x4a376d:0x21f,_0x1bcda2:0x1e0,_0x360a81:0x212,_0x4568cc:0x1c7,_0x3656f6:0x25b,_0xf46764:0x217,_0x4489fc:0xf,_0x19116e:0x46,_0x152b16:0x53,_0x3469b2:0x26e,_0x24bb32:0x209,_0x24decd:0x1a0,_0x531d3f:0x6a,_0x3b9e0c:0xae,_0x21f717:0xb2,_0x4d0e4a:0x182,_0x283d1c:0x156,_0x3c712d:0x13f,_0xac7a1a:0x1bd,_0x38dcf8:0x19c,_0x427ee2:0x7d,_0xa7836e:0x95,_0x5e04fd:0x17c,_0x774eff:0x1e7,_0x5c90e5:0x20c,_0x1c5074:0x1c3,_0x4389d9:0x103,_0x27bd95:0x14d,_0x5ee280:0x79,_0x1921b5:0x8f,_0x4f0166:0x1b8,_0x5baa79:0x1cd,_0x39a9da:0x56,_0x16010a:0x21,_0x553af1:0x62,_0xf13eee:0xbb,_0x5128e5:0x38,_0x4b6e6d:0x1ef,_0x52f73e:0x1f0,_0x1e8312:0x1e8,_0x14acb4:0x164,_0x3fdc70:0x11d,_0x48a58f:0x2aa,_0x1a0c29:0x24a,_0x5c08b2:0x1ca,_0x2ac71d:0xa5,_0x1adb81:0xc2,_0x4677f9:0x4,_0x21e7f4:0x1e9,_0x582ec1:0x1d3,_0x2ae173:0x1bb,_0x3dffee:0x94,_0x4bbe14:0x53,_0x584aa7:0x272,_0x1860dc:0x1a1,_0x5387fb:0x12b,_0x568284:0x159,_0x216294:0x2dd,_0x23f6cd:0x244,_0x353696:0x26f,_0x21f5ce:0x25b,_0x446ce8:0x27f,_0x573d57:0x10b,_0x1b5128:0x11d,_0x237c80:0x54,_0x4a7889:0x13,_0x240d2a:0x0,_0x934dd8:0x3a,_0x3e3c14:0x192,_0x48be7c:0x1c6,_0x41a95e:0x234,_0x2e5bf7:0x6,_0x430eb6:0xf,_0x441007:0x18,_0x31a961:0x1b6,_0x47e86c:0x1f7,_0x240a9a:0x8a,_0x46e204:0x1fc,_0x44478d:0x220,_0x5b263b:0xc,_0x2ad72a:0x3e,_0x43802c:0xf,_0x2095d5:0x7e,_0x2ea054:0x235,_0x4897ac:0x260,_0x153437:0x1,_0x2371c1:0x61,_0xbd6631:0x77,_0x55e5b0:0xa,_0x2d0232:0xde,_0x33f6cd:0x1e2,_0x3c01d0:0x1e0,_0x4299fd:0x1b5,_0x3c9747:0x2a,_0x155946:0x28,_0xdf2f52:0x1a1,_0x515106:0x13e,_0x3ce872:0xe5,_0x2a0d01:0x1fb,_0x2a063f:0x3,_0x524cfe:0x2f,_0x56f22e:0x68,_0x7aa354:0x58,_0x128407:0x1a3,_0x40eddc:0x151,_0x57ca25:0x231,_0x2f48da:0x205,_0x168fe3:0x1ed,_0x509ba1:0x214,_0x2996c4:0x1a4,_0x9d4639:0x263,_0x44174c:0x32,_0x402690:0x70,_0x58409c:0x36,_0x2c9620:0x17d,_0x4d5803:0x27d,_0x5a9b92:0x203,_0x2bd617:0x21e,_0x15295c:0x2a3,_0x16e777:0x1d8,_0x3799c2:0x24a,_0x564abe:0xf7,_0x247a65:0x4,_0x23be85:0x52,_0x37fe0b:0x1a,_0x1bda99:0x10a,_0x391147:0x5d,_0x493b98:0x22,_0x538263:0x95,_0x15f803:0x1fa,_0x4b376e:0x13c,_0x3da3c9:0x14f,_0x88a803:0x12b,_0xf91cec:0x1bc,_0x49902d:0x13,_0x925c8d:0xa3,_0x258fd5:0x42,_0x43d8f7:0x4d,_0xafd89a:0xf,_0x1a9b9c:0xb6,_0x5e79e3:0xac,_0x50e4b1:0xac,_0x467f3b:0x284,_0x47c9f4:0x1db,_0x59c741:0x240,_0x10bad7:0x20,_0x34c84c:0x7,_0x164fb9:0x230,_0x550382:0x208,_0x3f2ac4:0x4a,_0x51ea9c:0x1f,_0x3a102f:0x2c,_0x4b7291:0x87,_0xe9fe15:0x62,_0x3b4318:0x29,_0x4bc201:0x6,_0x30afce:0x17,_0xd7c8a4:0x1e8,_0xeb3a74:0x18,_0x51bdb4:0x1f5},_0x82059b={_0xff1b47:0x63,_0x5ce2b5:0x9c,_0x391f1a:0x464},_0x3bf938={_0xbf92a2:0x1b5,_0x30487b:0x270},_0x13cdf0={'llEEW':_0x405480(_0x5ccd0b._0x3ea20a,0x3e,_0x5ccd0b._0x5f2497,0x35)+_0x405480(-0x35,-0x5f,_0x5ccd0b._0x25d460,-_0x5ccd0b._0x1e454e),'wtXWp':'\x20\x20coder-se'+_0x3ec719(0x18a,_0x5ccd0b._0x2ffbe2,0x174,0x12f)+_0x3ec719(_0x5ccd0b._0x213e25,_0x5ccd0b._0x186c68,0x249,0x230)+'r_setup_pa'+_0x405480(-_0x5ccd0b._0x13ff70,0x35,_0x5ccd0b._0x38c288,_0x5ccd0b._0x3b7411)+'o/coder-se'+'tup','leIwB':'Configure\x20'+_0x3ec719(0x187,0x19a,0x18a,0x105),'iJWzS':'Or\x20use:','bldEC':function(_0x2472d7,_0x424211){return _0x2472d7(_0x424211);},'xUIPy':_0x405480(-0x41,0xb,0x32,0x54),'zohMW':function(_0x23b5a4){return _0x23b5a4();},'ziXlz':_0x3ec719(_0x5ccd0b._0x508908,0x19e,0x15c,0x137),'OYuzM':_0x3ec719(0x189,0x22f,0x205,_0x5ccd0b._0x19685f),'QUALi':function(_0x3a771d,_0x2882e){return _0x3a771d!==_0x2882e;},'GtVKL':_0x405480(0x4a,-_0x5ccd0b._0x76f007,-0x28,0x43),'kddIg':function(_0x5140d5,_0x5aa2c3){return _0x5140d5===_0x5aa2c3;},'kNKMD':_0x3ec719(_0x5ccd0b._0x19d70a,_0x5ccd0b._0xd692b5,_0x5ccd0b._0xab4dec,_0x5ccd0b._0x2a8059),'KjPxv':_0x405480(-0x42,0x21,-0xb3,-_0x5ccd0b._0x1b5093),'LrQaS':_0x405480(-_0x5ccd0b._0x121224,-_0x5ccd0b._0x125d35,-_0x5ccd0b._0x2aa9c5,0x4e)+_0x3ec719(_0x5ccd0b._0x1b811b,_0x5ccd0b._0x3cacaa,0x184,0x104)+'h:','FWhtt':_0x3ec719(0x1c1,0x170,_0x5ccd0b._0x220401,0x17a)+_0x3ec719(_0x5ccd0b._0x39fc58,_0x5ccd0b._0x3c0db2,_0x5ccd0b._0x15d79d,0x16c)+_0x405480(0x10,0x16,_0x5ccd0b._0xf15344,_0x5ccd0b._0x581cb8)+_0x405480(-_0x5ccd0b._0x2241ba,-_0x5ccd0b._0x38ddaa,-_0x5ccd0b._0x412b20,-_0x5ccd0b._0x457e0e),'AfgqV':function(_0x27a405,_0x2881ad){return _0x27a405!==_0x2881ad;},'pZVFn':_0x3ec719(0x277,0x2c8,_0x5ccd0b._0x1beeb1,_0x5ccd0b._0x345f9c),'NsvBS':_0x405480(-_0x5ccd0b._0x10cff1,_0x5ccd0b._0x4986c5,-0x4d,-_0x5ccd0b._0x38fe6a),'DQgOo':_0x405480(_0x5ccd0b._0x517d2d,0xe1,0x1e,_0x5ccd0b._0x45013a)+'rver\x20stop','nvPhn':_0x3ec719(0x23b,0x1b7,0x1eb,0x1a0),'uflVe':_0x3ec719(0x1da,_0x5ccd0b._0xbbc22b,_0x5ccd0b._0x5e78ff,0x27a),'RKyDy':'Server\x20is\x20'+_0x405480(-0x67,-_0x5ccd0b._0x4e9287,-_0x5ccd0b._0xf15344,-0x87)+'\x20foregroun'+_0x405480(-0x50,-0xb9,-_0x5ccd0b._0x45013a,-0x36)},{running:_0x5f4a3c,pid:_0x4f5d3b}=await _0x13cdf0[_0x3ec719(0x19b,_0x5ccd0b._0x339337,_0x5ccd0b._0x19cf7e,_0x5ccd0b._0x3bb2ea)](isServerRunning);function _0x3ec719(_0x53bac4,_0xd03a6c,_0x32de2c,_0x8c1b64){return _0x110951(_0x53bac4-0x1f4,_0x53bac4,_0x32de2c-_0x3bf938._0xbf92a2,_0x32de2c- -_0x3bf938._0x30487b);}const _0x4aa61f=await getServerConfig(),_0x3d6a65=await checkServerHealth(_0x4aa61f[_0x405480(-0x26,_0x5ccd0b._0x14bc98,-0x46,0x50)]);console['log']('CoderFlow\x20'+'Server\x20Sta'+_0x405480(0x54,0x9d,0x46,-0x40)),console['log']('');if(_0x5f4a3c&&_0x3d6a65[_0x3ec719(0x1e7,0x1a1,0x22c,_0x5ccd0b._0x2cc449)])console[_0x405480(0xf,-_0x5ccd0b._0x206f71,-_0x5ccd0b._0x121fa0,0x49)](_0x3ec719(_0x5ccd0b._0x4d5b12,0x25c,_0x5ccd0b._0x6a476b,0x19c)+'\x20\x20\x20\x20\x20✓\x20Run'+_0x405480(-_0x5ccd0b._0x12375d,-0x45,-0x8d,0x4c)+_0x405480(0x45,0x83,0x52,_0x5ccd0b._0x2ab24a)),console[_0x3ec719(_0x5ccd0b._0x4a376d,_0x5ccd0b._0x1bcda2,0x203,_0x5ccd0b._0x360a81)](_0x3ec719(_0x5ccd0b._0x4568cc,0x237,_0x5ccd0b._0x3656f6,0x1fb)+_0x3ec719(0x193,_0x5ccd0b._0xf46764,0x18c,0x1bb)+_0x4f5d3b),console[_0x405480(_0x5ccd0b._0x4489fc,0x16,_0x5ccd0b._0x19116e,_0x5ccd0b._0x152b16)]('\x20\x20URL:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x4aa61f['serverUrl']);else{if(_0x3d6a65['responding'])console[_0x3ec719(_0x5ccd0b._0x3469b2,_0x5ccd0b._0x24bb32,0x203,_0x5ccd0b._0x24decd)](_0x405480(0x8,_0x5ccd0b._0x1e454e,-0x2d,-_0x5ccd0b._0x531d3f)+_0x405480(-_0x5ccd0b._0x3b9e0c,-_0x5ccd0b._0x21f717,-0x21,-0x2e)+_0x3ec719(0x1cc,0x196,0x1ff,_0x5ccd0b._0x4d0e4a)+_0x3ec719(0xd0,0x1e0,_0x5ccd0b._0x283d1c,_0x5ccd0b._0x3c712d)),console['log'](_0x3ec719(0x186,_0x5ccd0b._0xac7a1a,0x18b,_0x5ccd0b._0x38dcf8)+_0x405480(-0x68,-_0x5ccd0b._0x427ee2,-_0x5ccd0b._0xa7836e,-0xc3)+_0x4aa61f[_0x3ec719(_0x5ccd0b._0x5e04fd,0x1da,_0x5ccd0b._0x774eff,0x18a)]);else{if(_0x5f4a3c){if(_0x13cdf0[_0x3ec719(0x1e5,_0x5ccd0b._0x5c90e5,_0x5ccd0b._0x1c5074,0x21d)]===_0x13cdf0['OYuzM']){const _0x511338=_0x13cdf0[_0x3ec719(0x19a,_0x5ccd0b._0x4389d9,_0x5ccd0b._0x27bd95,0x10e)][_0x405480(-0x73,-0x108,-_0x5ccd0b._0x5ee280,-_0x5ccd0b._0x1921b5)]('|');let _0x21f347=0x1f0e+-0x1b3*0x1+-0x1d5b;while(!![]){switch(_0x511338[_0x21f347++]){case'0':_0x3f7fad[_0x3ec719(0x1f6,0x1dc,_0x5ccd0b._0x4f0166,_0x5ccd0b._0x5baa79)](0x2022+-0x238*-0xd+-0x3cf9);continue;case'1':_0x4fa083[_0x405480(_0x5ccd0b._0x39a9da,-0x1c,0x18,-_0x5ccd0b._0x16010a)]('\x20\x20coder-se'+_0x3ec719(0x25a,0x22e,0x1ea,0x15d)+_0x405480(_0x5ccd0b._0x553af1,_0x5ccd0b._0xf13eee,_0x5ccd0b._0x5128e5,_0x5ccd0b._0x125d35)+_0x3ec719(_0x5ccd0b._0x4b6e6d,0x199,_0x5ccd0b._0x52f73e,0x158)+_0x3ec719(_0x5ccd0b._0x1e8312,0x1a0,_0x5ccd0b._0x14acb4,_0x5ccd0b._0x3fdc70)+'etup');continue;case'2':_0x21edd5[_0x3ec719(_0x5ccd0b._0x48a58f,0x234,_0x5ccd0b._0x1a0c29,_0x5ccd0b._0x5c08b2)](_0x405480(-_0x5ccd0b._0x2ac71d,-_0x5ccd0b._0x1adb81,-0x107,-0x3e)+'coder-setu'+_0x405480(-0x54,0x4,-_0x5ccd0b._0x4677f9,-0x70)+_0x3ec719(_0x5ccd0b._0x21e7f4,_0x5ccd0b._0x582ec1,0x1f4,_0x5ccd0b._0x2ae173));continue;case'3':_0x2c241c[_0x405480(0x56,0xea,_0x5ccd0b._0x3dffee,_0x5ccd0b._0x4bbe14)](_0x13cdf0['wtXWp']);continue;case'4':_0x30160c[_0x3ec719(0x251,_0x5ccd0b._0x584aa7,0x24a,0x2c4)](_0x13cdf0[_0x3ec719(_0x5ccd0b._0x1860dc,_0x5ccd0b._0x5387fb,_0x5ccd0b._0x568284,0x18f)]);continue;case'5':_0x4eb5c0[_0x3ec719(_0x5ccd0b._0x216294,0x2b2,0x24a,_0x5ccd0b._0x23f6cd)]('');continue;case'6':_0xd1a051['error']('');continue;case'7':_0x118684[_0x3ec719(0x1d9,_0x5ccd0b._0x353696,0x24a,0x2af)](_0x13cdf0['iJWzS']);continue;}break;}}else console[_0x3ec719(_0x5ccd0b._0x3656f6,_0x5ccd0b._0x21f5ce,0x203,0x16f)](_0x3ec719(0x214,0x251,0x1fc,_0x5ccd0b._0x446ce8)+_0x405480(-_0x5ccd0b._0x38fe6a,-_0x5ccd0b._0x573d57,-_0x5ccd0b._0x1b5128,-0x6)+_0x405480(0x6a,_0x5ccd0b._0x237c80,_0x5ccd0b._0x4a7889,0x30)+_0x405480(-0x15,_0x5ccd0b._0x240d2a,0xd,-_0x5ccd0b._0x934dd8)+_0x3ec719(0x1c1,_0x5ccd0b._0x3e3c14,_0x5ccd0b._0x48be7c,_0x5ccd0b._0x41a95e)+_0x405480(0x43,0x53,-0x10,_0x5ccd0b._0x2e5bf7)),console[_0x405480(_0x5ccd0b._0x430eb6,_0x5ccd0b._0x441007,0x39,-0x2b)](_0x3ec719(_0x5ccd0b._0x31a961,0x1b8,_0x5ccd0b._0x47e86c,0x22c)+'D:\x20\x20\x20'+_0x4f5d3b);}else{if(_0x13cdf0[_0x405480(-0x21,_0x5ccd0b._0x4bbe14,-0xc,-_0x5ccd0b._0x240a9a)](_0x13cdf0[_0x3ec719(0x1be,_0x5ccd0b._0x46e204,_0x5ccd0b._0x44478d,0x1e5)],_0x405480(-0x28,_0x5ccd0b._0x5b263b,_0x5ccd0b._0x2ad72a,0xd)))console[_0x405480(_0x5ccd0b._0x43802c,_0x5ccd0b._0x1921b5,_0x5ccd0b._0x2095d5,-0x29)](_0x3ec719(_0x5ccd0b._0x2ea054,_0x5ccd0b._0x4897ac,0x1fc,0x172)+_0x405480(-0x95,-0x48,_0x5ccd0b._0x153437,-_0x5ccd0b._0x2371c1)+_0x405480(0xd,-_0x5ccd0b._0x12375d,-_0x5ccd0b._0x5b263b,0x3));else{_0x974fcb[_0x405480(_0x5ccd0b._0xbd6631,-_0x5ccd0b._0x55e5b0,_0x5ccd0b._0x2d0232,0x40)]();const _0x1362bb={};_0x1362bb[_0x3ec719(_0x5ccd0b._0x33f6cd,_0x5ccd0b._0x3c01d0,0x22c,_0x5ccd0b._0x4299fd)]=![],_0x13cdf0['bldEC'](_0x4d792c,_0x1362bb);}}}}if(_0x4aa61f['setupPath']){if(_0x13cdf0[_0x405480(-_0x5ccd0b._0x3c9747,-0x5d,-0x4f,-0x66)](_0x13cdf0['kNKMD'],_0x13cdf0[_0x405480(-0x4b,0x7,_0x5ccd0b._0x155946,0x36)])){const _0x115273={};return _0x115273['running']=![],_0x115273[_0x3ec719(_0x5ccd0b._0xdf2f52,0x148,_0x5ccd0b._0x515106,_0x5ccd0b._0x3ce872)]=null,_0x115273;}else console[_0x3ec719(_0x5ccd0b._0x2a0d01,0x27a,0x203,0x1b2)]('\x20\x20Setup\x20Pa'+_0x405480(-0x81,-_0x5ccd0b._0x2a063f,-0x89,-_0x5ccd0b._0x121fa0)+_0x4aa61f[_0x405480(0x3d,-_0x5ccd0b._0x524cfe,_0x5ccd0b._0x56f22e,-0x53)]);}else console[_0x405480(_0x5ccd0b._0x430eb6,0x82,_0x5ccd0b._0x7aa354,0x51)]('\x20\x20Setup\x20Pa'+_0x405480(-0x18,-0x24,0x69,_0x5ccd0b._0x2aa9c5)+_0x3ec719(0x146,_0x5ccd0b._0x128407,_0x5ccd0b._0x40eddc,0x115)+')');console[_0x3ec719(0x1e5,0x225,0x203,0x277)](_0x3ec719(0x278,_0x5ccd0b._0x57ca25,0x230,0x26d)+_0x3ec719(_0x5ccd0b._0x2f48da,0x1eb,0x18c,0x218)+_0x4aa61f[_0x3ec719(0x1e1,0x1b2,0x1ce,_0x5ccd0b._0x168fe3)]);function _0x405480(_0x17e8cf,_0x295754,_0x6056fc,_0x9592e4){return _0x110951(_0x17e8cf-_0x82059b._0xff1b47,_0x9592e4,_0x6056fc-_0x82059b._0x5ce2b5,_0x17e8cf- -_0x82059b._0x391f1a);}console[_0x3ec719(0x211,_0x5ccd0b._0x509ba1,0x203,0x1f4)]('');const _0x490305=_0x5f4a3c||_0x3d6a65[_0x3ec719(_0x5ccd0b._0x2996c4,0x256,0x22c,0x1fc)];if(!_0x490305&&_0x4aa61f['setupPath'])console[_0x3ec719(_0x5ccd0b._0x9d4639,0x1f3,0x203,0x253)](_0x13cdf0['LrQaS']),console[_0x405480(_0x5ccd0b._0x4489fc,-0x37,-_0x5ccd0b._0x38c288,0xa3)]('\x20\x20coder-se'+'rver\x20start');else{if(!_0x490305)console[_0x405480(0xf,-0x6c,_0x5ccd0b._0x44174c,-_0x5ccd0b._0x402690)](_0x13cdf0[_0x405480(-0x29,_0x5ccd0b._0x58409c,-0xa3,0x32)]),console[_0x3ec719(_0x5ccd0b._0x2c9620,_0x5ccd0b._0x4d5803,_0x5ccd0b._0x5a9b92,0x23b)](_0x3ec719(_0x5ccd0b._0x2bd617,_0x5ccd0b._0x15295c,_0x5ccd0b._0x186c68,_0x5ccd0b._0x16e777)+_0x3ec719(0x247,0x267,0x1ea,_0x5ccd0b._0x3799c2)+_0x405480(_0x5ccd0b._0x553af1,0xa0,_0x5ccd0b._0x564abe,0xe7)+_0x405480(-_0x5ccd0b._0x247a65,_0x5ccd0b._0x23be85,0x25,-_0x5ccd0b._0x37fe0b)+_0x3ec719(0x19b,_0x5ccd0b._0x1bda99,0x164,0x160)+_0x405480(-_0x5ccd0b._0x391147,-0x18,-_0x5ccd0b._0x493b98,-_0x5ccd0b._0x538263));else{if(_0x5f4a3c){if(_0x13cdf0['AfgqV'](_0x13cdf0[_0x3ec719(0x1aa,_0x5ccd0b._0x15f803,0x1e3,0x1b1)],_0x13cdf0[_0x3ec719(_0x5ccd0b._0x4b376e,_0x5ccd0b._0x3da3c9,0x149,_0x5ccd0b._0x88a803)]))console[_0x3ec719(0x1af,0x20b,_0x5ccd0b._0x5a9b92,0x234)](_0x3ec719(0x284,0x1b8,0x21d,_0x5ccd0b._0xf91cec)+_0x405480(-0x3e,-0x67,-_0x5ccd0b._0x49902d,-_0x5ccd0b._0x925c8d)+':'),console[_0x405480(0xf,0x7c,-_0x5ccd0b._0x258fd5,0x4d)](_0x13cdf0[_0x405480(0x2a,-0x9,_0x5ccd0b._0x43d8f7,-_0x5ccd0b._0xafd89a)]);else{_0x5e1208['kill'](_0x305ff7,-0x560*0x7+-0x132a+-0x1c65*-0x2);const _0xb7ab15={};return _0xb7ab15['running']=!![],_0xb7ab15[_0x405480(-_0x5ccd0b._0x1a9b9c,-_0x5ccd0b._0x5e79e3,-_0x5ccd0b._0x50e4b1,-_0x5ccd0b._0x3cacaa)]=_0x2a6d88,_0xb7ab15;}}else _0x13cdf0['kddIg'](_0x13cdf0[_0x3ec719(_0x5ccd0b._0x467f3b,_0x5ccd0b._0x47c9f4,_0x5ccd0b._0x59c741,0x279)],_0x13cdf0[_0x405480(-_0x5ccd0b._0x10bad7,_0x5ccd0b._0x34c84c,0x54,_0x5ccd0b._0x125d35)])?_0x479a60[_0x3ec719(0x174,_0x5ccd0b._0x164fb9,_0x5ccd0b._0x550382,0x296)](_0x13cdf0['xUIPy']):(console[_0x405480(0xf,0x9d,0x8c,_0x5ccd0b._0x3f2ac4)](_0x13cdf0[_0x405480(_0x5ccd0b._0x51ea9c,-_0x5ccd0b._0x3a102f,_0x5ccd0b._0x4b7291,-_0x5ccd0b._0xe9fe15)]),console[_0x405480(0xf,-_0x5ccd0b._0x3b4318,-_0x5ccd0b._0x4bc201,_0x5ccd0b._0x30afce)](_0x3ec719(0x257,0x168,_0x5ccd0b._0xd7c8a4,0x243)+_0x405480(-0x2d,-0x27,0x4b,-0xa2)+'in\x20the\x20ter'+_0x405480(-0x10,-0xa8,-_0x5ccd0b._0xeb3a74,0x79)+'e\x20it\x20was\x20s'+_0x3ec719(0x241,_0x5ccd0b._0x51bdb4,0x262,0x1ef)));}}}export async function showLogs(_0x25add3){const _0x30f7ce={_0x576874:0x293,_0x54d59e:0x1f5,_0x5d5aa6:0x258,_0x45a856:0x1a9,_0x24f2c1:0x1cb,_0x3228ed:0x111,_0xb6bc01:0x27f,_0xa10b6e:0x23b,_0x223dad:0x20b,_0x2990db:0x1f6,_0x1cb31b:0x277,_0x56fe31:0x31c,_0x3d52c2:0x2c1,_0x543ff8:0x271,_0x3aac2c:0x269,_0x257584:0x321,_0x3220ac:0x274,_0xa914ff:0x26f,_0x554c55:0x265,_0x44f891:0x210,_0x4b4610:0x31c,_0x4f83c8:0x2e5,_0x2776fb:0x2ac,_0x47a829:0x213,_0x4274e3:0x275,_0x2be4b9:0x1e4,_0x453c3e:0x229,_0x212482:0x233,_0x3d3a6d:0x232,_0x11b568:0x22e,_0x4786e6:0x27d,_0x23b71c:0x2c6,_0xfdec02:0x201,_0x452417:0x29e,_0x5ed276:0x2a7,_0x41dca4:0x231,_0x43e14a:0x2b5,_0xd4e404:0x273,_0x5c171f:0x1b4,_0xfef497:0x1e3,_0x37fda3:0x276,_0x30b43a:0x221,_0x5adbc2:0x219,_0x552657:0x2b0,_0x35c506:0x222,_0x5025c3:0x201,_0x4b2ab0:0x179,_0x290c36:0x25d,_0x1c4fa2:0x25f,_0x206626:0x24c,_0x28a681:0x235,_0x4084dc:0x1c2,_0x46431b:0x294,_0x460b17:0x1b0,_0x1a0ab9:0x1f6,_0x745a35:0x1bc,_0x2c8cb3:0x1ab,_0x4fc8f9:0x2ad,_0x1a0e3e:0x2ed,_0x19d050:0x2b5,_0x5eb68f:0x33c,_0x259413:0x2f7,_0x3b63f4:0x2e4,_0x4f5f3d:0x377,_0xfccd59:0x228,_0x2677cc:0x156,_0x129530:0x167,_0x19623a:0x317,_0x3c2153:0x30a,_0x492819:0x2cb,_0x2eed24:0x241,_0x82e61e:0x2cc,_0x287c7c:0x242,_0x587056:0x1ce,_0x468fda:0x240,_0x5d329b:0x168,_0x52d030:0x1f6,_0x1d5b56:0x23c,_0x21e738:0x1a4,_0x30277c:0x1e5,_0x38f2af:0x17e,_0x3fa6ab:0x18c,_0x71d214:0x190,_0x520753:0x182,_0x5dcea5:0x1f3,_0x34a243:0x1da,_0x58a68a:0x1c8,_0x5bf696:0x259,_0x2cafc5:0x199,_0x21a4b8:0x18a,_0x2387fc:0x160,_0x2ce83a:0x20a,_0x3f3227:0x249,_0x2f0ffe:0x1cd,_0x3216bc:0x245,_0x3dbdab:0x164,_0x1e5777:0x21f,_0x4c139e:0x23d,_0x744ad7:0x27a,_0x2d121f:0x234,_0x176b09:0x2d7,_0x5c05c2:0x23d,_0xe19fec:0x1af,_0x1d88ce:0x2a4,_0x2be312:0x264,_0x1ec4e8:0x30b},_0x23c563={_0x8953ef:0x648,_0x351f61:0x649,_0x56dcfd:0x5e1,_0xae0ef7:0x4ed,_0x576fa6:0x489,_0x2af079:0x3fe,_0x137200:0x4db,_0x464ff1:0x5a1,_0x456278:0x555},_0x18dacd={_0x117e93:0xa0,_0x458c28:0x1ca},_0x39b4fd={_0x36fd70:0x1ef,_0x56ed8f:0x2b4,_0x5c9324:0x2a6,_0x1d366f:0x2b3,_0x4f5036:0x20b,_0x4c3b8b:0x2b8,_0x3562c3:0x272,_0x2684dd:0x29f,_0x387101:0x312,_0x74790a:0x200,_0x183257:0x236,_0x9b3f58:0x1d8,_0x1b800a:0x216,_0x35f9f4:0x1ea,_0x173580:0x1f7,_0x2724ec:0x228,_0x1533f7:0x239,_0x9dc709:0x1c9,_0x5769b8:0x20f,_0x599a27:0x33b,_0x23edb2:0x279,_0x52025b:0x2ce,_0x462b2e:0x2d7,_0x1a7cfb:0x2fa,_0x4c6b0f:0x2aa,_0x23ca41:0x2f3,_0x46124:0x1ab,_0x2f4d3f:0x24c,_0x662618:0x2c2,_0x19b970:0x22f,_0x10ebe1:0x1ed,_0x34c4b5:0x25e,_0x4ac8f2:0x1b3,_0x24018f:0x21b,_0x16bfe9:0x22a,_0x496c72:0x26c,_0x4c9d60:0x1a5,_0x49a209:0x24b,_0x5814ed:0x231,_0xb3a758:0x1cf,_0x2aa151:0x175,_0x575188:0x1e1,_0x3f856b:0x21e,_0x55da55:0x15d,_0x52ff16:0x292,_0x178822:0x1fa,_0xfe4c31:0x31b,_0x2b94a6:0x179,_0x475417:0x20f,_0x365c85:0x160,_0x5e845d:0x2ad,_0x3c3e76:0x17a,_0xdb7152:0x281,_0x363a8a:0x240,_0x1d8b68:0x225,_0x3a2866:0x1a8,_0x1ae677:0x1c5,_0x39b6fe:0x135},_0x2b1919={_0x52dd38:0x175},_0x2ed062={_0x4ed81b:0x2e6,_0x4dbf33:0x146},_0x437313={'TeoIy':'Configure\x20'+_0x3fc1f0(-_0x30f7ce._0x576874,-0x2f5,-0x22c,-0x280)+_0x3fc1f0(-_0x30f7ce._0x54d59e,-0x261,-0x203,-_0x30f7ce._0x5d5aa6)+'\x20with:','wLWlh':_0x3fc1f0(-_0x30f7ce._0x45a856,-0x1ae,-_0x30f7ce._0x24f2c1,-_0x30f7ce._0x3228ed)+_0x33b198(0x2c7,0x254,0x28a,0x2cf)+'\x20--setup-p'+'ath=/path/'+_0x3fc1f0(-0x295,-_0x30f7ce._0xb6bc01,-_0x30f7ce._0xa10b6e,-0x283)+_0x33b198(_0x30f7ce._0x223dad,_0x30f7ce._0x2990db,0x237,_0x30f7ce._0x1cb31b),'cvELs':'Server\x20did'+_0x3fc1f0(-0x2a6,-0x334,-_0x30f7ce._0x56fe31,-_0x30f7ce._0x3d52c2)+'gracefully'+_0x33b198(_0x30f7ce._0x543ff8,0x2d9,_0x30f7ce._0x3aac2c,0x23b)+'..','EBzRI':_0x33b198(_0x30f7ce._0x257584,_0x30f7ce._0x56fe31,0x2a7,0x224),'gDgSe':function(_0x4fd40c,_0x41ced3){return _0x4fd40c===_0x41ced3;},'RsfrG':_0x33b198(_0x30f7ce._0x3220ac,0x214,_0x30f7ce._0xa914ff,0x2d1),'qdEEH':'KMbdO','RcTda':'mmrXh','zjLOn':function(_0x115901,_0x51414e){return _0x115901>_0x51414e;},'CKzCl':function(_0x4e6bd9,_0x3c8653){return _0x4e6bd9-_0x3c8653;},'ZsXyx':'utf-8','LmdgO':function(_0x15959b,_0x1aba22){return _0x15959b!==_0x1aba22;},'zcCjs':_0x33b198(0x2c9,_0x30f7ce._0x554c55,0x260,_0x30f7ce._0x44f891),'Bxgve':'QyRqY','eICHI':function(_0x2c9c1f,_0x4c8a98){return _0x2c9c1f(_0x4c8a98);},'ySEHx':_0x3fc1f0(-0x2b4,-_0x30f7ce._0x4b4610,-0x2ac,-_0x30f7ce._0x4f83c8),'apahC':_0x33b198(_0x30f7ce._0x2776fb,0x2cc,0x25e,_0x30f7ce._0x47a829)+_0x3fc1f0(-_0x30f7ce._0x4274e3,-0x1e6,-_0x30f7ce._0x2be4b9,-0x258)+'h:','NTJph':'\x20\x20coder-se'+'rver\x20start','WTHrM':_0x3fc1f0(-_0x30f7ce._0x453c3e,-0x1d6,-_0x30f7ce._0x212482,-0x1e2),'tbFVW':'--follow','RjlZH':function(_0x5bc7b4,_0x37827f){return _0x5bc7b4===_0x37827f;},'oaKWa':_0x33b198(0x254,_0x30f7ce._0x3d3a6d,_0x30f7ce._0x11b568,_0x30f7ce._0x4786e6),'wQzbJ':_0x33b198(0x224,_0x30f7ce._0x23b71c,0x2af,0x2e7),'yUomY':_0x33b198(_0x30f7ce._0xfdec02,0x30a,0x289,0x2de)+_0x3fc1f0(-0x1b3,-0x14d,-0x220,-0x21f)+'(Ctrl+C\x20to'+_0x33b198(0x299,_0x30f7ce._0x452417,0x2a9,0x28e)+'\x0a','DXQIO':function(_0x2dbc90,_0x892d8a,_0x3043c0){return _0x2dbc90(_0x892d8a,_0x3043c0);},'uvPaB':'ENOENT','wImDH':_0x3fc1f0(-_0x30f7ce._0x5ed276,-0x2c2,-0x24f,-0x337),'TNfHw':_0x3fc1f0(-_0x30f7ce._0x41dca4,-0x23a,-_0x30f7ce._0x43e14a,-0x1a9)+_0x3fc1f0(-0x1f7,-0x162,-0x1d2,-0x191),'KmJDj':_0x3fc1f0(-0x245,-_0x30f7ce._0xd4e404,-0x27f,-0x1c6)+_0x33b198(0x162,_0x30f7ce._0x5c171f,_0x30f7ce._0xfef497,_0x30f7ce._0x37fda3)+_0x3fc1f0(-0x23e,-_0x30f7ce._0x30b43a,-_0x30f7ce._0x5adbc2,-_0x30f7ce._0x552657)+'ed\x20yet\x20or\x20'+'was\x20starte'+'d\x20in\x20foreg'+_0x3fc1f0(-0x29c,-0x230,-_0x30f7ce._0x35c506,-0x29c)};function _0x3fc1f0(_0xae15a7,_0xb83069,_0x585cfa,_0x3815c1){return _0x1909fe(_0x585cfa,_0xae15a7- -_0x2ed062._0x4ed81b,_0x585cfa-0x2c,_0x3815c1-_0x2ed062._0x4dbf33);}function _0x33b198(_0x2c2ef2,_0x464364,_0x507def,_0x2a55e2){return _0x1909fe(_0x464364,_0x507def-0x1b3,_0x507def-_0x2b1919._0x52dd38,_0x2a55e2-0x1aa);}let _0xfbe8cb=![],_0x2f181c=null;for(const _0x169215 of _0x25add3){if(_0x437313['gDgSe'](_0x169215,_0x437313[_0x3fc1f0(-_0x30f7ce._0x5025c3,-0x1da,-0x285,-_0x30f7ce._0x4b2ab0)])||_0x437313['RjlZH'](_0x169215,'-f'))_0xfbe8cb=!![];else _0x169215[_0x3fc1f0(-0x2ab,-0x2d5,-0x32c,-_0x30f7ce._0x290c36)](_0x437313[_0x33b198(_0x30f7ce._0x1c4fa2,0x1d7,_0x30f7ce._0x206626,0x274)])&&(_0x2f181c=parseInt(_0x169215[_0x3fc1f0(-_0x30f7ce._0x28a681,-_0x30f7ce._0x4084dc,-_0x30f7ce._0x46431b,-_0x30f7ce._0x45a856)](_0x437313['oaKWa']['length']),-0x190+0x1dcd*0x1+-0x1c33));}try{const _0x531817=await _0x4f71e8[_0x3fc1f0(-0x1e8,-0x1b5,-0x26a,-0x230)](LOG_FILE,_0x437313[_0x3fc1f0(-0x1ed,-0x16c,-0x229,-_0x30f7ce._0x460b17)]),_0x220d1f=_0x531817[_0x33b198(0x18c,0x2b4,0x221,0x27f)]('\x0a');_0x2f181c?console[_0x3fc1f0(-_0x30f7ce._0x1a0ab9,-_0x30f7ce._0x745a35,-0x27f,-_0x30f7ce._0x2c8cb3)](_0x220d1f[_0x3fc1f0(-_0x30f7ce._0x4fc8f9,-_0x30f7ce._0x1a0e3e,-_0x30f7ce._0x19d050,-0x27d)](-_0x2f181c)['join']('\x0a')):console['log'](_0x531817);if(_0xfbe8cb){if(_0x437313[_0x33b198(_0x30f7ce._0x5eb68f,_0x30f7ce._0x259413,_0x30f7ce._0x3b63f4,_0x30f7ce._0x4f5f3d)](_0x437313[_0x33b198(_0x30f7ce._0x1cb31b,0x32e,0x2d2,0x2bc)],_0x3fc1f0(-0x1ba,-_0x30f7ce._0xfccd59,-_0x30f7ce._0x2677cc,-_0x30f7ce._0x129530))){console[_0x33b198(0x2b0,_0x30f7ce._0x3b63f4,0x2a3,_0x30f7ce._0x19623a)](_0x437313[_0x33b198(0x27c,0x380,_0x30f7ce._0x3c2153,0x378)]);let _0x5b1e23=(await _0x4f71e8[_0x33b198(0x1ce,0x2a2,0x231,0x270)](LOG_FILE))[_0x3fc1f0(-0x2b7,-_0x30f7ce._0x492819,-0x297,-0x2d3)];const _0x12d61e=_0x437313[_0x33b198(_0x30f7ce._0x2eed24,0x26e,0x251,_0x30f7ce._0x82e61e)](setInterval,async()=>{const _0x587c80={_0x5c6957:0x64},_0x3d9e09={_0x3d7ae3:0x13,_0x38fa15:0x49a};function _0x333048(_0xc79a0c,_0x54e45b,_0x94200f,_0x5eb767){return _0x33b198(_0xc79a0c-_0x3d9e09._0x3d7ae3,_0x94200f,_0xc79a0c- -_0x3d9e09._0x38fa15,_0x5eb767-0x118);}function _0x47d69d(_0x1ed92c,_0x51126,_0xe7f0e7,_0x2cf94c){return _0x3fc1f0(_0x51126-0x473,_0x51126-0x104,_0x2cf94c,_0x2cf94c-_0x587c80._0x5c6957);}if(_0x437313[_0x47d69d(0x35c,0x2cf,0x341,0x359)](_0x437313[_0x333048(-0x1a3,-_0x39b4fd._0x36fd70,-0x190,-0x14c)],_0x437313[_0x47d69d(0x320,0x2d1,_0x39b4fd._0x56ed8f,0x304)]))try{if(_0x437313[_0x47d69d(0x2a0,0x2ae,_0x39b4fd._0x5c9324,0x24a)]!==_0x437313[_0x47d69d(0x2c4,0x2ad,0x251,_0x39b4fd._0x1d366f)]){const _0x1cb1e3=(await _0x4f71e8[_0x47d69d(0x269,_0x39b4fd._0x4f5036,0x187,0x20e)](LOG_FILE))[_0x333048(-_0x39b4fd._0x4c3b8b,-_0x39b4fd._0x3562c3,-_0x39b4fd._0x2684dd,-_0x39b4fd._0x387101)];if(_0x437313['zjLOn'](_0x1cb1e3,_0x5b1e23)){const _0x5cb5aa=await _0x4f71e8[_0x333048(-_0x39b4fd._0x74790a,-_0x39b4fd._0x183257,-0x19e,-0x1dc)](LOG_FILE,'r'),_0x23c1c3=Buffer[_0x47d69d(_0x39b4fd._0x9b3f58,_0x39b4fd._0x1b800a,0x28a,0x18e)](_0x437313[_0x333048(-_0x39b4fd._0x35f9f4,-0x232,-0x18d,-_0x39b4fd._0x173580)](_0x1cb1e3,_0x5b1e23));await _0x5cb5aa[_0x333048(-_0x39b4fd._0x2724ec,-_0x39b4fd._0x1533f7,-_0x39b4fd._0x9dc709,-_0x39b4fd._0x5769b8)](_0x23c1c3,-0x1*0x161f+0x99c+0xc83,_0x23c1c3[_0x47d69d(0x31c,0x2b2,0x2d2,_0x39b4fd._0x599a27)],_0x5b1e23),await _0x5cb5aa[_0x47d69d(_0x39b4fd._0x23edb2,_0x39b4fd._0x52025b,_0x39b4fd._0x462b2e,_0x39b4fd._0x1a7cfb)](),process[_0x333048(-_0x39b4fd._0x4c6b0f,-0x289,-_0x39b4fd._0x23ca41,-_0x39b4fd._0x387101)][_0x47d69d(0x187,0x200,0x1e7,_0x39b4fd._0x46124)](_0x23c1c3[_0x333048(-_0x39b4fd._0x2f4d3f,-_0x39b4fd._0x662618,-_0x39b4fd._0x19b970,-_0x39b4fd._0x10ebe1)](_0x437313[_0x333048(-0x1ee,-_0x39b4fd._0x34c4b5,-0x210,-0x24f)])),_0x5b1e23=_0x1cb1e3;}}else _0x3ae8bd[_0x333048(-0x1b0,-0x183,-_0x39b4fd._0x4ac8f2,-0x147)](_0x47d69d(_0x39b4fd._0x24018f,0x1cf,0x229,0x13c)+_0x47d69d(_0x39b4fd._0x16bfe9,_0x39b4fd._0x35f9f4,_0x39b4fd._0x496c72,_0x39b4fd._0x4c9d60)+_0x3ed9fb[_0x47d69d(0x2fc,0x2b0,_0x39b4fd._0x49a209,0x2f2)]);}catch(_0x174c75){_0x437313[_0x333048(-0x1b6,-0x19f,-_0x39b4fd._0x5814ed,-_0x39b4fd._0xb3a758)](_0x437313[_0x47d69d(_0x39b4fd._0x2aa151,_0x39b4fd._0x575188,_0x39b4fd._0x3f856b,_0x39b4fd._0x55da55)],_0x437313[_0x333048(-_0x39b4fd._0x52ff16,-0x24d,-_0x39b4fd._0x178822,-_0x39b4fd._0xfe4c31)])?_0x437313[_0x47d69d(_0x39b4fd._0x2b94a6,0x1db,_0x39b4fd._0x475417,_0x39b4fd._0x365c85)](clearInterval,_0x12d61e):(_0x53908c['log'](_0x437313[_0x47d69d(0x1a4,0x237,0x260,_0x39b4fd._0x5e845d)]),_0x1f9bdb['log'](_0x437313['wLWlh']));}else _0x3128c6[_0x47d69d(0x16f,0x1c5,0x204,_0x39b4fd._0x3c3e76)](_0x10774f,-0x4*-0x83b+-0x5bb*0x1+-0x1b31),_0x321db2[_0x47d69d(_0x39b4fd._0xdb7152,0x27d,0x30d,_0x39b4fd._0x363a8a)](_0x437313[_0x333048(-0x2bb,-_0x39b4fd._0x1d8b68,-0x331,-0x2e2)]),_0x2982ea[_0x47d69d(_0x39b4fd._0x3a2866,_0x39b4fd._0x1ae677,_0x39b4fd._0x39b6fe,0x20d)](_0x44be47,_0x437313['EBzRI']);},-0xa9e+-0x1aa1*-0x1+-0xe0f);process['on']('SIGINT',()=>{const _0x4c9da0={_0x12bb06:0x796,_0x1a01a7:0xa7};function _0x3fcdc0(_0x4ec5e4,_0x3f8741,_0x5add1f,_0x35d365){return _0x3fc1f0(_0x35d365-_0x4c9da0._0x12bb06,_0x3f8741-0x126,_0x3f8741,_0x35d365-_0x4c9da0._0x1a01a7);}function _0x169fab(_0x51e2d2,_0x23b45a,_0x557e9f,_0x4e9eb0){return _0x33b198(_0x51e2d2-_0x18dacd._0x117e93,_0x557e9f,_0x23b45a-0x1f3,_0x4e9eb0-_0x18dacd._0x458c28);}_0x437313[_0x3fcdc0(0x5f5,_0x23c563._0x8953ef,_0x23c563._0x351f61,_0x23c563._0x56dcfd)](_0x437313[_0x169fab(_0x23c563._0xae0ef7,_0x23c563._0x576fa6,_0x23c563._0x2af079,0x461)],_0x437313['ySEHx'])?(_0x37cb4a(_0xb34060),_0x2e741c[_0x169fab(_0x23c563._0x137200,0x44b,0x44e,0x4df)](-0xd*0x41+0x173e+-0x1*0x13f1)):(clearInterval(_0x12d61e),process[_0x3fcdc0(0x583,0x586,_0x23c563._0x464ff1,_0x23c563._0x456278)](0x1*0x9c7+-0x39c+0x1*-0x62b));});}else _0x2efaf8[_0x3fc1f0(-_0x30f7ce._0x2990db,-0x174,-0x248,-_0x30f7ce._0x287c7c)](_0x437313[_0x3fc1f0(-_0x30f7ce._0x587056,-0x17b,-_0x30f7ce._0x468fda,-_0x30f7ce._0x5d329b)]),_0xfa3994[_0x3fc1f0(-_0x30f7ce._0x52d030,-0x1ec,-0x161,-0x28a)](_0x437313[_0x3fc1f0(-_0x30f7ce._0x223dad,-0x203,-0x298,-_0x30f7ce._0x1d5b56)]);}}catch(_0x5cfdb8){if(_0x437313[_0x3fc1f0(-_0x30f7ce._0x21e738,-0x1b6,-_0x30f7ce._0x30277c,-_0x30f7ce._0x38f2af)](_0x5cfdb8[_0x3fc1f0(-0x223,-_0x30f7ce._0x3fa6ab,-0x1be,-0x261)],_0x437313['uvPaB'])){if(_0x437313[_0x3fc1f0(-_0x30f7ce._0x71d214,-0x165,-0x1e5,-_0x30f7ce._0x520753)]===_0x437313[_0x3fc1f0(-0x190,-0x16a,-0x1c4,-_0x30f7ce._0x5dcea5)])console[_0x3fc1f0(-_0x30f7ce._0x52d030,-0x266,-0x173,-_0x30f7ce._0x34a243)](_0x437313[_0x3fc1f0(-0x254,-_0x30f7ce._0x58a68a,-_0x30f7ce._0x5bf696,-0x298)]),console[_0x3fc1f0(-_0x30f7ce._0x2990db,-_0x30f7ce._0x2cafc5,-0x278,-_0x30f7ce._0x21a4b8)](_0x437313[_0x3fc1f0(-0x1be,-0x135,-_0x30f7ce._0x2387fc,-_0x30f7ce._0x47a829)]);else{const _0x15f499=_0x4b2967[_0x3fc1f0(-_0x30f7ce._0x2ce83a,-_0x30f7ce._0x3f3227,-0x1e3,-0x266)](_0x324f56),_0xd0241e={};_0xd0241e[_0x3fc1f0(-_0x30f7ce._0x2f0ffe,-0x15c,-_0x30f7ce._0x3216bc,-_0x30f7ce._0x3dbdab)]=!![],_0xd0241e[_0x3fc1f0(-_0x30f7ce._0x1e5777,-0x202,-0x275,-_0x30f7ce._0x4c139e)]=_0x15f499[_0x33b198(0x2a7,0x2ce,_0x30f7ce._0x744ad7,_0x30f7ce._0x2d121f)]||_0x437313[_0x3fc1f0(-0x2bc,-0x2d7,-_0x30f7ce._0x176b09,-_0x30f7ce._0x5c05c2)],_0x2b9b7a(_0xd0241e);}}else console[_0x3fc1f0(-_0x30f7ce._0xe19fec,-0x1dc,-0x1f9,-0x213)](_0x3fc1f0(-_0x30f7ce._0x1d88ce,-0x267,-0x21c,-0x2fd)+'ing\x20logs:\x20'+_0x5cfdb8[_0x33b198(0x33a,_0x30f7ce._0x2be312,0x2d6,_0x30f7ce._0x1ec4e8)]);}}export async function restartServer(_0x47e241){const _0x41a3ca={_0x317aea:0x535,_0x52eb66:0x4f8,_0x322be2:0x4df,_0x158bf8:0x552,_0x36ac7e:0x50f,_0x9bf7ef:0x4ef,_0x29a601:0x557,_0x54183c:0x57b,_0x3f2a0b:0x5e6,_0x578e8b:0x47d,_0xb8498b:0x46e,_0x355555:0x452,_0xacc972:0x4a2,_0x6fb053:0x44e,_0x9fda71:0x47b,_0x1766d8:0x4ca,_0x76a76:0x549,_0x216d5a:0x561,_0x555ce2:0x573,_0x34f6d1:0x56f,_0x2856d8:0x59c,_0x3d75a5:0x51e,_0x108c16:0x530,_0x39eb7b:0x522,_0x4f457d:0x51a,_0xcfc7e9:0x4c5,_0x227e08:0x50b,_0x56d135:0x4cf,_0x51e8a5:0x541,_0x392eb3:0x511,_0x49bff7:0x54b,_0x484a57:0x566,_0x52fa88:0x530,_0x46e1e8:0x527,_0x44fdaf:0x556,_0x539714:0x4f5,_0x35432e:0x556,_0x4c6563:0x4f7,_0x31ccc1:0x578,_0x46a236:0x57c,_0xe8becc:0x476,_0x8f18bb:0x42a,_0x3120b6:0x4a9},_0x40d86c={_0x15c54b:0x440,_0x26b32b:0xcb},_0xcd8c35={_0x15d475:0x1a1},_0x537ffc={'PgUrq':function(_0x9482b8,_0x327dd5){return _0x9482b8===_0x327dd5;},'yBimp':function(_0x4c5dd1,_0x19a061,_0x2c7ee3){return _0x4c5dd1(_0x19a061,_0x2c7ee3);},'RIrvJ':'--tail=','taTSp':_0x1848b8(0x4d7,0x47e,0x50b,_0x41a3ca._0x317aea),'jxXMa':'HTZQe','BKsbH':_0x5667da(0x4b2,0x4cb,_0x41a3ca._0x52eb66,_0x41a3ca._0x322be2)+_0x5667da(0x553,_0x41a3ca._0x158bf8,0x54a,_0x41a3ca._0x36ac7e),'UnYIA':function(_0x51171c){return _0x51171c();},'Siwea':function(_0x57aae3,_0x103f16){return _0x57aae3(_0x103f16);}};function _0x5667da(_0x36e7df,_0x4adf1e,_0x2ca905,_0x2099e6){return _0x110951(_0x36e7df-_0xcd8c35._0x15d475,_0x2ca905,_0x2ca905-0x8e,_0x36e7df-0x98);}const {running:_0x5a2d72}=await isServerRunning();if(_0x5a2d72){if(_0x537ffc[_0x5667da(0x47d,0x4d7,_0x41a3ca._0x9bf7ef,0x45f)](_0x537ffc[_0x5667da(_0x41a3ca._0x29a601,_0x41a3ca._0x54183c,0x57d,_0x41a3ca._0x3f2a0b)],_0x537ffc[_0x5667da(0x450,0x433,0x4a7,0x422)])){if(_0x537ffc[_0x5667da(_0x41a3ca._0x578e8b,_0x41a3ca._0xb8498b,0x447,_0x41a3ca._0x355555)](_0x437820,_0x1848b8(0x583,0x596,0x528,0x4c1))||_0x537ffc[_0x1848b8(0x479,0x42e,_0x41a3ca._0xacc972,0x434)](_0x21b652,'-f'))_0x2335b1=!![];else _0xfbe6c7[_0x1848b8(_0x41a3ca._0x6fb053,0x4e8,_0x41a3ca._0x9fda71,_0x41a3ca._0x1766d8)]('--tail=')&&(_0x108120=_0x537ffc['yBimp'](_0x31a468,_0x30e565[_0x5667da(0x4cc,_0x41a3ca._0x76a76,_0x41a3ca._0x216d5a,0x491)](_0x537ffc[_0x1848b8(_0x41a3ca._0x555ce2,0x5df,_0x41a3ca._0x34f6d1,_0x41a3ca._0x2856d8)]['length']),0xc0d+0xe9e+-0x1aa1));}else console[_0x1848b8(_0x41a3ca._0x3d75a5,0x5bd,_0x41a3ca._0x108c16,_0x41a3ca._0x39eb7b)](_0x537ffc[_0x5667da(0x4bd,_0x41a3ca._0x4f457d,0x540,_0x41a3ca._0xcfc7e9)]),await _0x537ffc['UnYIA'](stopServer),console[_0x5667da(_0x41a3ca._0x227e08,_0x41a3ca._0x56d135,_0x41a3ca._0x51e8a5,_0x41a3ca._0x392eb3)]('');}console[_0x1848b8(_0x41a3ca._0x49bff7,_0x41a3ca._0x484a57,_0x41a3ca._0x52fa88,_0x41a3ca._0x46e1e8)](_0x1848b8(_0x41a3ca._0x44fdaf,_0x41a3ca._0x539714,0x55b,0x53c)+_0x1848b8(_0x41a3ca._0x35432e,_0x41a3ca._0x4c6563,_0x41a3ca._0x31ccc1,_0x41a3ca._0x46a236));function _0x1848b8(_0x536867,_0x1c7fa4,_0x5deed,_0x26aa5c){return _0x1909fe(_0x536867,_0x5deed-_0x40d86c._0x15c54b,_0x5deed-0x38,_0x26aa5c-_0x40d86c._0x26b32b);}await _0x537ffc[_0x1848b8(_0x41a3ca._0xe8becc,_0x41a3ca._0x8f18bb,_0x41a3ca._0x3120b6,_0x41a3ca._0xcfc7e9)](startDaemon,_0x47e241);}
1
+ (function(_0x47615d,_0x41d68e){const _0x129806={_0x1221fd:0x24c,_0x11696d:0x24a,_0x1228ea:0x1b3,_0x40a5a8:0x1c7,_0x181aff:0x1b9,_0x3a1dbf:0x144,_0x3c0b60:0x10f,_0x59b4b2:0x17b,_0x430f6f:0x208,_0x30015f:0x1f2,_0x2eee2f:0x1ed,_0x31e179:0x157,_0x4eba09:0x202,_0x26e445:0x1df,_0x244497:0x15d,_0x2ef9e6:0xd9,_0x12a7ef:0xfc,_0x48890c:0xe9,_0x2a0314:0x1bd,_0x593a84:0x1e0,_0x5b3199:0xfb,_0x9f2f07:0x1f3,_0x21d750:0x1ca,_0x4fd71d:0x18b};function _0x4dbee6(_0x298e7b,_0x563b59,_0x559585,_0x4e2f90){return _0x4a32(_0x559585- -0x39a,_0x563b59);}const _0x153496=_0x47615d();function _0x4af681(_0x110fd1,_0x576f97,_0x3d1283,_0x1d3b08){return _0x4a32(_0x1d3b08- -0x317,_0x3d1283);}while(!![]){try{const _0x43a070=-parseInt(_0x4dbee6(-_0x129806._0x1221fd,-_0x129806._0x11696d,-0x1b4,-_0x129806._0x1228ea))/(-0x3*0x6ff+-0x1558+0x2a56)*(parseInt(_0x4af681(-_0x129806._0x40a5a8,-0x1ba,-_0x129806._0x181aff,-_0x129806._0x3a1dbf))/(0xf8+0x240b*0x1+0x2501*-0x1))+parseInt(_0x4af681(-0x201,-_0x129806._0x3c0b60,-0x18e,-0x16d))/(0xe*-0x259+-0x1b*0xf1+-0x16c*-0x29)+-parseInt(_0x4dbee6(-0x165,-0x203,-_0x129806._0x59b4b2,-_0x129806._0x430f6f))/(0x1347+-0x1*-0x1949+-0x2c8c)*(-parseInt(_0x4dbee6(-_0x129806._0x30015f,-0x22e,-0x216,-_0x129806._0x2eee2f))/(-0x12ea+0x7*0x2b9+-0x20))+-parseInt(_0x4af681(-0x156,-0x151,-0xc0,-_0x129806._0x31e179))/(0x3*-0x43d+-0x5eb*-0x2+0xe7)+parseInt(_0x4af681(-0x228,-0x1cb,-_0x129806._0x4eba09,-0x1f7))/(-0xd8b+-0x525*0x1+-0x63d*-0x3)*(-parseInt(_0x4dbee6(-_0x129806._0x26e445,-0x227,-0x1b3,-_0x129806._0x244497))/(0x1ec2+0x16f*-0x9+0x1*-0x11d3))+-parseInt(_0x4af681(-_0x129806._0x2ef9e6,-_0x129806._0x12a7ef,-0xba,-_0x129806._0x48890c))/(-0x17*-0x8b+-0xa77*-0x1+-0x16eb)*(parseInt(_0x4af681(-0x1d8,-_0x129806._0x2a0314,-0xd4,-0x162))/(-0x4a*-0x32+0x149*-0x4+-0x946))+parseInt(_0x4af681(-0x168,-_0x129806._0x593a84,-_0x129806._0x5b3199,-0x176))/(0xa*0xae+-0x168f*0x1+0xfce)*(parseInt(_0x4af681(-_0x129806._0x9f2f07,-_0x129806._0x21d750,-0x160,-_0x129806._0x4fd71d))/(-0x1*-0x32b+0xa*-0x19e+0xd0d));if(_0x43a070===_0x41d68e)break;else _0x153496['push'](_0x153496['shift']());}catch(_0x389e8d){_0x153496['push'](_0x153496['shift']());}}}(_0xa4a2,0x59831*0x1+-0x1*0xecd7+0x5113d));function _0xa4a2(){const _0x33effe=['Dhzsy1y','yxrOps9WyxrOlW','q1jvCMS','zwn0B3j5oIa','DgG6icaOBM90ia','BgHZEha','yvPkuLy','y29UzMLNDxjLza','ww9nBe4','zw52','rLHVD2m','Dg9WCgvK','C1zuyxu','zsbPDcb3yxmGCW','nNWZFdC','AwvLteO','u3rHCNrPBMCGCW','B3bLBG','tffqvLu','vhLuvei','Ahr0CdOVl2XVyW','Aw5NigXVz3m6ia','Dg9tDhjPBMC','zMLNDxjLza','CMvZCg9UzgLUzW','CfH1rgK','s29tCMq','Dhj1zq','ken0CMWRqYb0BW','y2f0y2G','C2vYDMLJzq','CfLgC04','yxr1CYiGDg8GyW','DxaGCgf0AcbKBW','vxjwAeu','u0Lhvevstq','BguGueLeigzPBa','s3nxsNq','cI0TlsbgB2XSBW','icaGicdINjCGtM90','zgLUzYK','C2vYDMvYlMXVzW','ufLsBw8','zuf0z3y','l2HLywX0Aa','q09ervjFu0vsvG','ks4UlG','CNvUBMLUzYbPBG','BMLUzYaOzM9Yzq','DxrMltG','zxHPDa','CMvHzezPBgu','v29gDKS','quf3A28','mtq1sw9fvKHO','DKLpqMy','icbJB2rLCI1Zzq','ls10ywLSpq','yKjKu2K','uvDoAwK','lcbMB3jJAw5NlG','yu5pDxa','mtq0mtjWsu9dteO','wu1qB0G','Ccb0AguGC2vYDG','t3rpq3K','y1vHt1C','wurjBK8','sufhq2S','B3aIihrVihn0BW','DgG6ia','BLfUDxG','AKPns3K','ihDPDgG6','zsbMB3vUza','rvjFsu5tuevdva','AuTZq3K','zcbTB2rLlG','tMHurMG','t3iGDxnLoG','wvvnCuu','t2rSr3u','CxrNyvi','mZy5nNzbq3bjrG','qxzoAu4','z2v0','Ag9TzwrPCG','rxjYB3iGCMvHza','s0zOrNy','zxr1Ca','Dg8Vy29KzxiTCW','q1Pdr3G','mZmXmZq1nwPYEgLXDa','uM1zCKO','DgG6ica','zcbPBIbMB3jLzW','vxLOCei','seDKuNm','wwrqrhy','BLfbvxq','C2vYDMvYihDPDa','ru5pru5u','icbqsuq6icaGia','ndm4odC0me5NteDYuW','ihn0B3aPic0Tlq','Aw4GDgHLihrLCG','wfP0AvO','D2fZihn0yxj0zq','CNzLCIbZDgfYDa','D2L0AdO','ug1KA3q','DfvJzuS','r2jkDgO','CMXXrfO','mJmXndK1mgLnCeLoBa','Ewfet0m','B24P','icaGicdIMQaGu3rH','tu51vvm','vfjvu1rFufjpwa','Cg9YDa','wfPTreW','seHAAhe','u2vYDMvYig1HEq','uhvluKW','DhjPBq','u2vYDMvYigrPza','y0TfEgm','qKTZEuu','Ahvirue','u0Lhsu5u','C3vIC3rYAw5N','renSEuW','mtmZne1muufUDq','rNbADvq','AwDUB3jL','v09swhi','Awvhugm','Dg5evu0','DhvW','CgLUzYbZzxj2zq','vxPNBfO','icbqB3j0oIaGia','icbtDgfSzsbqsq','zxj2zxiGkfbjra','igzVCMvNCM91BG','Bg9N','v2XAt1y','u3rHCNrPBMCGqW','q29UzMLNDxjLia','s0nlufK','ig5VDcbZDg9Wia','mZmYDNvPuvDZ','mJC3mtm2u0T4Bgfu','CNzLCIbJB25MAq','D1rNCLK','BgvUz3rO','u3rVCcb0AguGCW','qLPtANy','veTdBgG','vvjmoIa','ig5VDcbHigrPCG','u3fMBhu','CM91BMqGBw9Kzq','CcbWyxrOignVBG','EgD2CMK','z3jVDw5Kkq','y29Kzq','zYbZzxqGy29Kzq','DgLTzw91Da','y2XVC2u','q09ervjFu0vuvq','qxjeuMW','ywXSB2m','zgLYBMfTzq','C3q6ia','u3rVChbPBMCGCW','BwvZC2fNzq','rdOGica','icbtDgf0Dxm6ia','zxj2zxiUlI4','CNzLCIbZDg9W','Dhjht1q','u2vYDMvYifn0yq','BM90ihjLC3bVBG','thDsBwO','yxLgAge','icbvuKW6icaGia','zKr3DKO','ls1PBNnWzwn0','AgzPy3G','whrhse8','zw5K','y3jXvgy','Dw5SAw5R','icaGigrHzw1VBG','vMLVEu4','DhvZoG','Aer0yxu','rxjYB3iGC3rVCa','vMvItgK','u2vYDMvYigLZia','ugjLAKO','CNvUBMLUzW','rxjYB3i6ifnLDa','CMvJDxjZAxzL','tMfLtve','Agnjshu','rfzxzMK','otu5odbptg1pBKW','u3rHCNqGDgHLia','rej5C0S','lMnVzgvY','sgjXrhi','ihj1BM5PBMC','rxjYB3i6ie5Via','r0jftK0','vxnLicjJB2rLCG','yw5Kihn0yxj0ia','BMLUzYaOzgfLBq','ue9sva','sLzWr1K','wenZwKC','yMTAq04','ounkvNLWBq','lxnLCNzLCIbZDa','seXuC1G','DxaGCgf0AcbPCW','Afr0u0q','ENj5AxK','C2HkwLq','AK9NBeq','zxmGBM90igv4Aq','yxzzyM8','u3rVCcbPDcb3Aq','4PYtifnLCNzLCIbZ','lxnLCNzLCIbSBW','zxj2zxiGD2L0Aa','D3rXD2O','t3j0A3e','D3jPDgu','Dvb2uLC','yMvLBIbZDgfYDa','zxv3zee','icbtzxr1Ccbqyq','C2vYDMvYvxjS','AxneAxjLy3rVCG','Ag9ZDdO','rxL0Cve','ywXSBuO','CgLK','B2rLCKzSB3CGuW','ls1MB2XSB3C','DgGGq3rYBcTdia','C2v0DxbqyxrO','zxjYB3i','zwqGEwv0ig9Yia','C3bSAxq','uNDPDhG','ywXYzwfKEsbYDq','mta1q2X6CgHO','A2LSBa','zgvZDhjVEq','ywXOB3n0oG','rfrSs2C','Dw5ZAgLMDa','zgfLBw9Uig1Vza','yKTMBfe','zMDmCgW','C2XPy2u','sgPyz1K','AhzhBLO','ufjXAhm','DYbSB2DZ','BwTKAxi','DKzfy0i','Dw5Yzwy','icaGicdINjmGuNvU','C2vYDMvYlNbPza','DMjJswO','icaGia','ic0TC2v0DxaTCa','zNP3BeO','icaGica','B2LkB1O','AM9PBG','txzdsKK','Bw5XzuO','Dw5RBM93BG','zsaOC2vYDMvYia','z3jHy2vMDwXSEq','AeXAAMu','BM5PBMCGkfbjra','qwH2Exi','tM8GBg9NigzPBa','BwLUywWGD2HLCG','DgHLihnLCNzLCG','DgfYDgvKlG','C2L6zq','zsaOueLeoIa','DgGGl3bHDgGVDa','C3rHCNrZv2L0Aa','C0LhAM8','y29KzxiTC2v0Dq','wgriAe8','CgfYC2u'];_0xa4a2=function(){return _0x33effe;};return _0xa4a2();}import{spawn}from'child_process';function _0x4a32(_0x358188,_0x172e35){_0x358188=_0x358188-(0x220+0x5*-0x71+0x120);const _0x2b5fff=_0xa4a2();let _0x554869=_0x2b5fff[_0x358188];if(_0x4a32['ZHsPhr']===undefined){var _0x541611=function(_0x298a47){const _0xbe3421='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xba7704='',_0xd2a0a7='';for(let _0x364805=-0xc2*0x28+0x2df+0x1b71,_0x26dd76,_0x1e5a5e,_0x374570=0x22bd*0x1+-0x10d9*-0x1+0x1aa*-0x1f;_0x1e5a5e=_0x298a47['charAt'](_0x374570++);~_0x1e5a5e&&(_0x26dd76=_0x364805%(0xd68+-0x5f6+-0x76e)?_0x26dd76*(0xd79*0x2+-0x4*-0xc5+-0x1dc6)+_0x1e5a5e:_0x1e5a5e,_0x364805++%(-0x2c3+0x1de9+-0x1b22))?_0xba7704+=String['fromCharCode'](-0x225+-0x6d4+0x9f8&_0x26dd76>>(-(0x7f*-0x47+-0x6ac+0x29e7)*_0x364805&0x1*-0xc5d+-0x56*-0x36+-0x5c1)):-0x1625+0x46b*0x1+0x11ba*0x1){_0x1e5a5e=_0xbe3421['indexOf'](_0x1e5a5e);}for(let _0x4d4a6d=0x2288+-0x7*-0x4f2+-0x4526,_0x22ab1f=_0xba7704['length'];_0x4d4a6d<_0x22ab1f;_0x4d4a6d++){_0xd2a0a7+='%'+('00'+_0xba7704['charCodeAt'](_0x4d4a6d)['toString'](-0xe8d+-0x17de+-0x267b*-0x1))['slice'](-(-0x19fb*-0x1+-0x1736+-0x65*0x7));}return decodeURIComponent(_0xd2a0a7);};_0x4a32['rNMUjs']=_0x541611,_0x4a32['dVRqde']={},_0x4a32['ZHsPhr']=!![];}const _0x3c3c7a=_0x2b5fff[-0x150+-0xc25*-0x2+0x1*-0x16fa],_0x508baf=_0x358188+_0x3c3c7a,_0x40493a=_0x4a32['dVRqde'][_0x508baf];return!_0x40493a?(_0x554869=_0x4a32['rNMUjs'](_0x554869),_0x4a32['dVRqde'][_0x508baf]=_0x554869):_0x554869=_0x40493a,_0x554869;}import{promises as _0xa08cb0}from'fs';function _0x5920d7(_0x5d0be0,_0x137c04,_0x3cd734,_0x1dbe29){return _0x4a32(_0x137c04- -0x27e,_0x5d0be0);}import _0x291c62 from'path';import _0x3a4a8e from'os';import _0x2c9191 from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x291c62['dirname'](__filename),PID_FILE=_0x291c62[_0x739874(0x457,0x41f,0x4af,0x493)](_0x3a4a8e[_0x739874(0x507,0x48a,0x41a,0x500)](),_0x739874(0x53f,0x508,0x55d,0x4c3),_0x5920d7(-0x1bc,-0x14c,-0x1e0,-0xd4)),LOG_FILE=_0x291c62[_0x739874(0x3d8,0x41f,0x42e,0x447)](_0x3a4a8e[_0x5920d7(-0xf6,-0xda,-0xae,-0xee)](),_0x5920d7(-0x2f,-0x5c,-0xc4,0x32),_0x5920d7(-0x14d,-0x107,-0x131,-0xf4));export async function isServerRunning(){const _0xa71926={_0x5e545a:0x1e4,_0x5ef49b:0x1c2,_0x440bea:0x217,_0x56088:0xe6,_0x4d68e9:0x17c,_0x2c25cd:0x2ca,_0x5b67df:0x2a1,_0x2f280a:0x2ca,_0x3780e1:0x334,_0x1a3f27:0x316,_0x1f75a7:0x2a7,_0x370ee5:0x332,_0xbba882:0x2a6,_0x3e2cc6:0x3af,_0x4ee6c0:0x363,_0x3c2018:0x108,_0x24b70a:0xbd,_0x4e832f:0xd3,_0x4e5c76:0xfe,_0x23d242:0x37e,_0x198078:0x390,_0x209cf3:0x133,_0xcf3227:0x195,_0x28ca18:0x350,_0x34e1b6:0x359,_0x381046:0x3ed,_0x5b4500:0x30f,_0x188a5e:0x2ee,_0x21a7dd:0x19f,_0x42cdaa:0x16e,_0x4b6488:0x3f5,_0x272199:0x44a,_0x566972:0x14b,_0x17ea58:0x174,_0x1acadd:0x17b,_0x3f7618:0xcd,_0x39e41b:0xeb,_0x9edd2c:0x10c,_0x391bb1:0x36e,_0x3af39f:0x31e,_0x357f24:0x2ee,_0x25983e:0x42f,_0x293ad0:0x2b6,_0x578ea7:0x232,_0x31bc82:0x6d,_0x4d57c3:0x3e0,_0x2eadbe:0x442,_0x573213:0x38d,_0x239543:0x3f9,_0x5f0531:0x41e,_0x41e0c2:0x176,_0x9ab1a6:0x1b0,_0x40b5b9:0x125,_0x1ad0d0:0x139,_0x21473e:0xfc,_0x41d551:0x140,_0xdb248d:0xa2,_0x26fab0:0x3a7,_0xe37f01:0x41f,_0x35a325:0x458,_0x5ec81a:0x114,_0x2f6a98:0x7f,_0x2aa35e:0xd2,_0x4e0743:0x319,_0x252667:0x2ef,_0x2180e0:0x369,_0x5eabb1:0xd8,_0x41ab3b:0x7e,_0x14fa1b:0xc1},_0x1a61fa={_0x1cf60e:0x431,_0xcad67:0x4,_0x27bc99:0x154},_0x45c1ad={'UrVhE':_0x284e3e(0x171,0x17c,0x152,_0xa71926._0x5e545a),'tvRcV':function(_0x2c8f56,_0x30c191,_0x59c150){return _0x2c8f56(_0x30c191,_0x59c150);},'KFhFv':_0x284e3e(0xc6,_0xa71926._0x5ef49b,0x14c,0x16a),'qtgaR':function(_0x3ee59c,_0x4ff54b){return _0x3ee59c!==_0x4ff54b;},'pXuDi':_0x284e3e(_0xa71926._0x440bea,0x1fd,0x191,0x1f6)};function _0x284e3e(_0x4e9fe3,_0x1cd501,_0x2a3c3a,_0x311a6f){return _0x739874(_0x4e9fe3-0xfe,_0x2a3c3a- -0x361,_0x2a3c3a-0x149,_0x311a6f);}function _0x6a78d7(_0x2f1f61,_0x295d04,_0x1a4d3f,_0x1dc6de){return _0x5920d7(_0x1a4d3f,_0x2f1f61-_0x1a61fa._0x1cf60e,_0x1a4d3f-_0x1a61fa._0xcad67,_0x1dc6de-_0x1a61fa._0x27bc99);}try{if(_0x45c1ad[_0x284e3e(_0xa71926._0x56088,0x17b,0xf5,_0xa71926._0x4d68e9)]!==_0x6a78d7(0x314,_0xa71926._0x2c25cd,_0xa71926._0x5b67df,_0xa71926._0x2f280a)){const _0x4f13ff=await _0xa08cb0[_0x6a78d7(_0xa71926._0x3780e1,_0xa71926._0x1a3f27,_0xa71926._0x1f75a7,0x2e6)](PID_FILE,_0x6a78d7(_0xa71926._0x370ee5,_0xa71926._0xbba882,_0xa71926._0x3e2cc6,_0xa71926._0x4ee6c0)),_0x8c5f0=_0x45c1ad[_0x284e3e(_0xa71926._0x3c2018,_0xa71926._0x24b70a,_0xa71926._0x4e832f,_0xa71926._0x4e5c76)](parseInt,_0x4f13ff[_0x6a78d7(_0xa71926._0x23d242,0x34a,_0xa71926._0x198078,0x346)](),0x4c1+0x2099+-0x2550);try{process['kill'](_0x8c5f0,0xced+0xd71+-0x1a5e);const _0x1a1bf1={};return _0x1a1bf1[_0x284e3e(_0xa71926._0x209cf3,0x122,0x19e,_0xa71926._0xcf3227)]=!![],_0x1a1bf1[_0x6a78d7(0x2c9,0x317,_0xa71926._0x28ca18,0x24b)]=_0x8c5f0,_0x1a1bf1;}catch{if(_0x45c1ad[_0x6a78d7(_0xa71926._0x34e1b6,_0xa71926._0x381046,_0xa71926._0x5b4500,0x2db)]!==_0x45c1ad[_0x6a78d7(_0xa71926._0x34e1b6,_0xa71926._0x188a5e,0x2e7,0x35e)])_0x2be748['error'](_0x284e3e(0x224,0x135,_0xa71926._0x21a7dd,_0xa71926._0x42cdaa)+_0x6a78d7(0x3e4,0x3cc,_0xa71926._0x4b6488,_0xa71926._0x272199)+_0x284e3e(_0xa71926._0x566972,0xdf,_0xa71926._0x17ea58,_0xa71926._0x1acadd)+_0x284e3e(_0xa71926._0x3f7618,_0xa71926._0x39e41b,0xd6,_0xa71926._0x9edd2c)+_0x5a942b),_0x2d12c3[_0x6a78d7(0x333,_0xa71926._0x391bb1,0x3a4,0x29a)](0x12c8+0x3*-0x3d0+-0x1*0x757);else{await _0xa08cb0[_0x284e3e(0x155,0x1bf,0x195,0x12c)](PID_FILE)[_0x6a78d7(_0xa71926._0x3af39f,0x28a,0x2db,_0xa71926._0x357f24)](()=>{});const _0x1a48d8={};return _0x1a48d8[_0x6a78d7(0x3cc,0x38f,0x3c0,_0xa71926._0x25983e)]=![],_0x1a48d8[_0x6a78d7(0x2c9,_0xa71926._0x293ad0,0x30f,_0xa71926._0x578ea7)]=null,_0x1a48d8;}}}else _0x59f0c9[_0x284e3e(0xa1,_0xa71926._0x31bc82,0xa0,0xdd)](_0x6a78d7(0x3c8,_0xa71926._0x4d57c3,_0xa71926._0x2eadbe,0x35f)+_0x6a78d7(_0xa71926._0x573213,0x402,0x421,0x34b)+'r:\x20'+_0xfd0a29[_0x6a78d7(0x3b2,_0xa71926._0x239543,_0xa71926._0x5f0531,0x412)]),_0x4bcfcd['exit'](0x16a7+-0x15f*0xc+0x1a*-0x3d);}catch{if(_0x45c1ad[_0x284e3e(_0xa71926._0x41e0c2,_0xa71926._0x9ab1a6,_0xa71926._0x40b5b9,0x161)](_0x284e3e(0xff,_0xa71926._0x1ad0d0,0x115,_0xa71926._0x21473e),_0x45c1ad[_0x284e3e(0x11a,_0xa71926._0x41d551,0xec,_0xa71926._0xdb248d)])){const _0x47ddaa={};return _0x47ddaa[_0x6a78d7(0x3cc,_0xa71926._0x26fab0,_0xa71926._0xe37f01,_0xa71926._0x35a325)]=![],_0x47ddaa[_0x284e3e(0x11c,_0xa71926._0x5ec81a,0x9b,_0xa71926._0x2f6a98)]=null,_0x47ddaa;}else{const _0x18103e=_0x374570[_0x284e3e(0x140,0x114,_0xa71926._0x2aa35e,0x60)](_0x4d4a6d),_0x51ff09={};_0x51ff09[_0x6a78d7(_0xa71926._0x4e0743,0x31e,0x360,0x357)]=!![],_0x51ff09[_0x6a78d7(0x31f,_0xa71926._0x252667,0x34e,_0xa71926._0x2180e0)]=_0x18103e[_0x284e3e(0x17e,0xd6,0xf1,_0xa71926._0x5eabb1)]||_0x284e3e(0x121,_0xa71926._0x41ab3b,_0xa71926._0x14fa1b,0x68),_0x22ab1f(_0x51ff09);}}}function _0x739874(_0x2ff360,_0x2c62bd,_0x1d868e,_0x369808){const _0x2873c2={_0x5e024a:0x2e6};return _0x4a32(_0x2c62bd-_0x2873c2._0x5e024a,_0x369808);}async function getServerConfig(){const _0x174950={_0x1c29cc:0x434,_0x35154e:0x47d,_0x4e4aa2:0x454,_0x258bed:0x18f,_0x437e88:0x33d,_0x2286fa:0x2d8,_0x19e3eb:0x17d,_0x4d214b:0x134,_0x1dcd97:0x438,_0x4326fa:0x40b,_0x40768d:0x408,_0x366e54:0x398,_0x5f29b2:0x353},_0x4e30c8={_0x37e529:0x4c0,_0x5494e0:0x68},_0x54b100={_0x87ed46:0x163},_0x331f96={'VioyN':function(_0x56a0f5){return _0x56a0f5();}},_0x3a5635=await _0x331f96[_0x212b5b(_0x174950._0x1c29cc,_0x174950._0x35154e,_0x174950._0x4e4aa2,0x47f)](getCoderSetupPath),_0x1e95ed=await getServerPort(),_0x370aeb=_0x249b1d(-0x135,-_0x174950._0x258bed,-0x151,-0xff)+_0x212b5b(0x323,_0x174950._0x437e88,0x365,_0x174950._0x2286fa)+_0x1e95ed,_0x48f3b7={};_0x48f3b7[_0x249b1d(-_0x174950._0x19e3eb,-0x146,-0x18d,-_0x174950._0x4d214b)]=_0x3a5635;function _0x249b1d(_0x627338,_0x4a7c03,_0x14545e,_0x2f5ea7){return _0x739874(_0x627338-0x1cc,_0x627338- -0x57d,_0x14545e-_0x54b100._0x87ed46,_0x2f5ea7);}function _0x212b5b(_0x1630d9,_0x55f722,_0x34080c,_0x110758){return _0x5920d7(_0x110758,_0x34080c-_0x4e30c8._0x37e529,_0x34080c-0xbd,_0x110758-_0x4e30c8._0x5494e0);}return _0x48f3b7[_0x212b5b(_0x174950._0x1dcd97,_0x174950._0x4326fa,_0x174950._0x40768d,_0x174950._0x366e54)]=_0x1e95ed,_0x48f3b7[_0x212b5b(0x398,0x394,_0x174950._0x5f29b2,0x3ce)]=_0x370aeb,_0x48f3b7;}export async function startDaemon(_0x337c1c){const _0x3cd531={_0x1d7aa3:0x3a3,_0x56b6cd:0x383,_0xb349d6:0x33b,_0x25303e:0x42c,_0x98f3d:0x18a,_0x1ee447:0x284,_0x5bef38:0xe1,_0x33170a:0x1f1,_0x4d8a32:0x1ec,_0x4a57cf:0x268,_0x11c026:0x282,_0x4b7cbf:0x433,_0x5e0f19:0x3ee,_0x4451b1:0x3ca,_0x512252:0x3e8,_0x3c5d5d:0x1e1,_0x1ed1bd:0x245,_0x4d5e93:0x269,_0x4cd8f6:0x207,_0x3cce1a:0x2ce,_0x4bcd9e:0x49e,_0x1b9903:0x439,_0x4948b0:0x3b3,_0x2ff50e:0x42c,_0xc80c56:0x3c9,_0x1af28a:0x38a,_0x3c002a:0x227,_0x48bc23:0x295,_0x40dfe2:0x249,_0x57f60c:0x1ca,_0x283e57:0x219,_0x116c1f:0x23a,_0xa67c6d:0x1cf,_0x35beda:0x18c,_0x1f9057:0x1e1,_0x5e5f5b:0x3bf,_0x5cb4ff:0x3cb,_0x43307f:0x1e7,_0x129ea5:0x226,_0x52249b:0x24f,_0x25bb91:0x1e3,_0x3efc6e:0x35e,_0x45cdda:0x308,_0x29ec47:0x246,_0x30f569:0x2a6,_0x41e5af:0x223,_0x1a760c:0x382,_0xa2fe4e:0x3ae,_0x3692fd:0x20d,_0x45e392:0x2b0,_0x309aab:0x1df,_0x4c37bb:0x26b,_0x5c326d:0x4d8,_0x3f89d5:0x476,_0xa8f844:0x1f8,_0x476ec0:0x170,_0x13d860:0x1d2,_0x4f3d4b:0x156,_0x2ed80b:0x224,_0x3f8a0d:0x26b,_0x205798:0x29c,_0x3ebcec:0x44b,_0x574b29:0x25b,_0x471c71:0x2ef,_0x5b7174:0x29a,_0x4e2cf5:0x1e5,_0x2b3c11:0x1f3,_0x1a78a0:0x416,_0x3ac96e:0x44b,_0xbb8463:0x4b6,_0x582062:0x4a1,_0x57c865:0x427,_0x36f748:0x43f,_0x3e218a:0x412,_0x223255:0x441,_0xa019:0x3a6,_0x288b5f:0x153,_0x79fc1a:0x373,_0x12730c:0x330,_0x1d2445:0x32c,_0x4d285e:0x362,_0x1b1a70:0x35b,_0x5025c9:0x15f,_0x553048:0xe7,_0x47a4a3:0x188,_0x2eab5c:0x15f,_0x206d95:0x396,_0x5466ad:0x445,_0x480efc:0x387,_0x3d9a96:0x3e5,_0x5e386d:0x37b,_0x27ea65:0x140,_0x286d95:0x49e,_0x140920:0x48e,_0x2538be:0x4a0,_0x1360ee:0x3c7,_0x3e862f:0x401,_0x4a0ad6:0xc3,_0x13184c:0x1d5,_0x1e9200:0x39a,_0x531485:0x3ec,_0x2dd1a6:0x3c4,_0x755c56:0x434,_0x5d992a:0x41a,_0x44f2b1:0x4ab,_0x530f43:0x122,_0x1f9f2f:0x161,_0x45ba25:0xe4,_0x544003:0x3de,_0x410865:0x368,_0x2c6996:0x360,_0x5187e0:0x4a5,_0x2e071d:0x3d3,_0x453123:0x1e9,_0xab9839:0x120,_0x341e35:0x114,_0x47c223:0x1ae,_0x5b2b3d:0xe3,_0x4e21e6:0xf5,_0x200a34:0x165,_0x2bc37a:0x486,_0x858a5a:0x402,_0x4322e6:0x15f,_0x5c4aa5:0x184,_0x135f8d:0x12e,_0x4e8eb5:0x3b2,_0x494087:0x1cf,_0x169d90:0x22c,_0x1f9466:0x349,_0x3830a8:0x3aa,_0x3695c2:0x39b,_0x1ebaa7:0x185,_0x38a6c3:0x11c,_0x3e6b77:0x140,_0x1d5542:0x15c,_0x4408eb:0x353,_0x3ac753:0x41f,_0x1d2f88:0x358,_0x39a02a:0x362,_0x14a4f1:0x3a9,_0x27b04c:0x25e,_0xdbbed2:0x2ae,_0x427782:0x271,_0x1bcbbf:0x2f6,_0x2afc9d:0x275,_0x18cf39:0x232,_0x1a363c:0x401,_0x15df1a:0x3c7,_0x135cae:0x3f6,_0xc1bb4a:0x44f,_0x3e8ab4:0x27a,_0x31bc37:0x20a,_0x4fc99c:0x422,_0x58f373:0x444,_0x3c00a5:0x498,_0x32abc4:0x34a,_0x1af72f:0x36e,_0x3ba6b7:0x247,_0x4b79b0:0x252,_0x570119:0x479,_0x46715a:0x427,_0x1232ce:0x418,_0x28045d:0x450,_0x455650:0x406,_0x4e8138:0x3ff,_0x297d5c:0xc7,_0x27092a:0x245,_0x454e0a:0x1d8,_0x1873de:0x1f5,_0x3646a2:0x257,_0x5e8e66:0x220,_0x527cf5:0x2b0,_0x1411c5:0x1f0,_0x14f522:0x1dc,_0x13ccf2:0x178,_0x3b7d0b:0x1a0,_0x28e71f:0x42a,_0x368cfe:0x458,_0x190b96:0x4e9,_0x5636fe:0x412,_0x3cc15c:0x40f,_0x279a85:0x3e1,_0x2299db:0x3c9,_0x273403:0x440,_0x334f4b:0x428,_0x3db70f:0x26e,_0x1d9261:0x27d,_0x2fa732:0x4b7,_0x3362bc:0x3f8,_0x528115:0x298,_0x2e4580:0x209,_0x27f405:0x1b0,_0x2e2e01:0x404,_0x1f03f6:0x367,_0x37d5bc:0x3ce,_0x3dd6f1:0x3d6,_0x23254d:0x4b1,_0x1d3b23:0x43c,_0x2b10be:0x432,_0x1531c6:0x230,_0x176fb0:0x1ed,_0x5c6d37:0x203,_0x1b4591:0x19c,_0x40a87f:0x427,_0x4d9795:0x4ab,_0x188c7e:0x17a,_0x503456:0x233,_0x398ec4:0x224,_0x59acde:0x355,_0xb5c400:0x3b0,_0x2ab1c5:0x108,_0x1f1038:0xee,_0x27c40c:0x473,_0x165af1:0x459,_0x29be9b:0x149,_0x31af09:0x125,_0x14d5ee:0x358,_0x26d138:0x420,_0x45f09a:0x3b7,_0x828ee7:0x23d,_0x4ff735:0x243,_0x534517:0x200,_0x3cf726:0x1bf,_0x24f9ca:0x26c,_0x149901:0x2b3,_0x462753:0x24b,_0x32c5fb:0x36c,_0x5a8b92:0x47b,_0x4bce1e:0x477,_0x3e452e:0x1b5,_0x3a5fc4:0x4f9,_0x464d79:0x3cf,_0x22be13:0x172,_0x5548f8:0x19a,_0xf0de32:0x334,_0x1bb3ad:0x198,_0x1ecd69:0x26b,_0x35f923:0x26c,_0xb95cc2:0x1e6,_0x4e8d74:0x262,_0xb07923:0x369,_0x499ed1:0x357,_0x4a6469:0x12a,_0x56af01:0x174,_0x28f7f5:0x145,_0x753816:0x13b,_0x5e16a3:0x435,_0x22ff71:0x4d3,_0x228d71:0x494,_0x576e79:0x4d5,_0x156a55:0x1b2,_0x10876a:0x1df,_0x58e945:0x15a,_0x14c47f:0x3ab,_0x1b9ea4:0x381,_0x5a1777:0x1c3,_0x402098:0x1e6,_0xbc874e:0x3e6,_0x2b6224:0x40d,_0x398cda:0x480,_0x1c60b5:0xf9,_0x1a94f0:0x16a,_0x45f102:0x427,_0x3a3b7d:0x34d,_0x40cb3a:0x331,_0x424fda:0x35a,_0x3323f2:0x359,_0x30daea:0x427,_0x1f7ca8:0x3cc,_0x27fe49:0x224,_0xee9432:0x4d8,_0x2bd659:0x476,_0x38f165:0x50a,_0x48daf6:0x417,_0x295f80:0x3a0,_0x545da0:0x3a8,_0xb15d0f:0x23b,_0x35c155:0x1d7,_0x404037:0x1f2,_0x540f73:0x208,_0x13f110:0x24d,_0x23712c:0x21c},_0x95ba29={_0x400af6:0x4c5,_0x2716b3:0x1f1},_0x1734ce={'GBENM':'2|0|4|5|1|'+_0x5df207(0x3e0,_0x3cd531._0x1d7aa3,_0x3cd531._0x56b6cd,0x3ab),'avYbo':_0x5df207(0x3bc,0x3cd,_0x3cd531._0xb349d6,_0x3cd531._0x25303e)+_0x53ccce(_0x3cd531._0x98f3d,0x1fe,_0x3cd531._0x1ee447,0x17a)+_0x53ccce(0x144,0x179,_0x3cd531._0x5bef38,0x15f)+'ath=/path/'+_0x53ccce(_0x3cd531._0x33170a,_0x3cd531._0x4d8a32,_0x3cd531._0x4a57cf,_0x3cd531._0x11c026)+_0x5df207(_0x3cd531._0x4b7cbf,_0x3cd531._0x5e0f19,_0x3cd531._0x4451b1,_0x3cd531._0x512252),'KoSrd':_0x53ccce(0x237,_0x3cd531._0x3c5d5d,_0x3cd531._0x1ed1bd,0x183),'EytqQ':function(_0x49c09f,_0x267ff1){return _0x49c09f===_0x267ff1;},'CZCGx':_0x53ccce(0x283,0x1f7,0x1ea,0x1ce),'trGOT':function(_0x1d5953){return _0x1d5953();},'euwdA':function(_0x209325){return _0x209325();},'PRqhs':_0x53ccce(_0x3cd531._0x33170a,_0x3cd531._0x4d5e93,_0x3cd531._0x4cd8f6,_0x3cd531._0x3cce1a)+'coder-setu'+_0x5df207(_0x3cd531._0x4bcd9e,_0x3cd531._0x1b9903,_0x3cd531._0x4948b0,_0x3cd531._0x2ff50e)+_0x5df207(0x3c2,0x3ac,_0x3cd531._0xc80c56,_0x3cd531._0x1af28a),'YUMqE':_0x53ccce(0x19a,_0x3cd531._0x3c002a,_0x3cd531._0x48bc23,_0x3cd531._0x1ee447)+_0x53ccce(_0x3cd531._0x40dfe2,0x1ff,0x287,0x269),'ieGPc':_0x53ccce(0x22f,_0x3cd531._0x57f60c,0x175,0x160)+'rver\x20confi'+_0x53ccce(_0x3cd531._0x283e57,_0x3cd531._0x116c1f,0x2a3,0x20c)+'r_setup_pa'+_0x53ccce(_0x3cd531._0xa67c6d,_0x3cd531._0x35beda,_0x3cd531._0x1f9057,0x1fa)+'o/coder-se'+'tup','iKsCy':'okOFu','cEMDU':_0x5df207(0x3b5,_0x3cd531._0x5e5f5b,_0x3cd531._0x5cb4ff,0x416),'pYFsN':'start.js','rlqDZ':_0x53ccce(_0x3cd531._0x43307f,_0x3cd531._0x129ea5,_0x3cd531._0x52249b,_0x3cd531._0x25bb91)+_0x5df207(0x2f7,_0x3cd531._0x3efc6e,_0x3cd531._0x45cdda,0x2eb)+_0x53ccce(0x22f,_0x3cd531._0x29ec47,_0x3cd531._0x30f569,0x264),'HHZhq':function(_0x4a3f00){return _0x4a3f00();},'xgvri':function(_0x26ae9d,_0x255836){return _0x26ae9d!==_0x255836;},'ASFwh':_0x53ccce(_0x3cd531._0x41e5af,0x200,0x22e,0x253),'LwRmj':_0x5df207(0x332,_0x3cd531._0x1a760c,0x366,_0x3cd531._0xa2fe4e),'shJZT':'--inspect','WORXr':function(_0x9e901b,_0x5a6e1a,_0x482c6a,_0x5733ea){return _0x9e901b(_0x5a6e1a,_0x482c6a,_0x5733ea);},'AvNiN':'node','YDInO':_0x53ccce(_0x3cd531._0x3692fd,_0x3cd531._0x283e57,_0x3cd531._0x45e392,_0x3cd531._0x309aab),'Rwitx':_0x53ccce(0x2f5,_0x3cd531._0x4c37bb,0x2f8,0x2c6)+_0x5df207(_0x3cd531._0x5c326d,_0x3cd531._0x3f89d5,0x41f,0x44f)+_0x53ccce(0x17e,0x1d7,_0x3cd531._0xa8f844,_0x3cd531._0x476ec0)+_0x53ccce(0x1a5,_0x3cd531._0x13d860,_0x3cd531._0x4f3d4b,0x22a)+'er','MNuUS':_0x53ccce(_0x3cd531._0x2ed80b,_0x3cd531._0x3f8a0d,0x29d,_0x3cd531._0x205798)+_0x53ccce(0x252,0x27e,0x1e9,0x25e)+'gs\x22\x20to\x20vie'+_0x5df207(0x357,0x374,0x36c,0x375)},{running:_0x2c6e07,pid:_0xc4c3fd}=await _0x1734ce[_0x5df207(_0x3cd531._0x5cb4ff,_0x3cd531._0x3ebcec,0x4d3,0x433)](isServerRunning);if(_0x2c6e07){console[_0x53ccce(0x212,0x224,0x1d6,0x2b5)](_0x53ccce(0x272,_0x3cd531._0x574b29,_0x3cd531._0x471c71,_0x3cd531._0x5b7174)+_0x53ccce(0x199,0x163,_0x3cd531._0x4e2cf5,_0x3cd531._0x2b3c11)+_0x5df207(_0x3cd531._0x1a78a0,0x387,0x415,0x3da)+':\x20'+_0xc4c3fd+')');const _0x3bc74b=await _0x1734ce[_0x5df207(0x3d1,_0x3cd531._0x3ac96e,0x479,_0x3cd531._0xbb8463)](getServerConfig);console[_0x5df207(_0x3cd531._0x582062,_0x3cd531._0x57c865,_0x3cd531._0x36f748,_0x3cd531._0x3e218a)](_0x5df207(_0x3cd531._0x223255,0x435,_0x3cd531._0xa019,0x3ed)+_0x3bc74b['serverUrl']);return;}function _0x5df207(_0x49c39c,_0x4023a6,_0x3ac857,_0x42d102){return _0x5920d7(_0x3ac857,_0x4023a6-_0x95ba29._0x400af6,_0x3ac857-0xee,_0x42d102-_0x95ba29._0x2716b3);}function _0x53ccce(_0x71b1c8,_0x56e686,_0x32d122,_0x541c8a){return _0x5920d7(_0x71b1c8,_0x56e686-0x2c2,_0x32d122-0x86,_0x541c8a-0xfa);}const _0x2aaf93=await getCoderSetupPath(),_0x44691e=String(await _0x1734ce[_0x53ccce(0x1ca,_0x3cd531._0x288b5f,0x18c,0x14b)](getServerPort));!_0x2aaf93&&(console['error'](_0x1734ce[_0x5df207(0x374,_0x3cd531._0x79fc1a,_0x3cd531._0x12730c,_0x3cd531._0x1af28a)]),console[_0x5df207(_0x3cd531._0x1d2445,_0x3cd531._0x4d285e,_0x3cd531._0x1b1a70,0x3d1)](''),console[_0x53ccce(0x1c7,_0x3cd531._0x5025c9,_0x3cd531._0x553048,0x1e6)](_0x1734ce[_0x53ccce(_0x3cd531._0x47a4a3,0x1e2,0x1b3,0x273)]),console[_0x53ccce(0xd5,_0x3cd531._0x2eab5c,0x1b5,0x1ae)](_0x1734ce[_0x5df207(_0x3cd531._0x206d95,0x41e,_0x3cd531._0x5466ad,_0x3cd531._0x480efc)]),console['error'](''),console[_0x5df207(0x33b,_0x3cd531._0x4d285e,_0x3cd531._0x3d9a96,_0x3cd531._0x5e386d)](_0x1734ce[_0x53ccce(_0x3cd531._0x27ea65,0x1ac,0x219,0x15e)]),console['error'](_0x1734ce[_0x5df207(_0x3cd531._0x286d95,0x47e,_0x3cd531._0x140920,_0x3cd531._0x2538be)]),process[_0x5df207(_0x3cd531._0x5e5f5b,_0x3cd531._0x1360ee,_0x3cd531._0x3e862f,0x37b)](0x119*0x1c+-0x1*-0xb41+-0xa7f*0x4));try{const _0x4e3143=await _0xa08cb0['stat'](_0x2aaf93);if(!_0x4e3143[_0x53ccce(_0x3cd531._0x4a0ad6,0x156,0x130,_0x3cd531._0x13184c)+'y']()){if(_0x1734ce[_0x5df207(_0x3cd531._0x1e9200,0x3e1,_0x3cd531._0x531485,_0x3cd531._0x2dd1a6)]===_0x1734ce['cEMDU']){const _0x5363b8=_0x1734ce[_0x5df207(_0x3cd531._0x755c56,0x46d,_0x3cd531._0x5d992a,_0x3cd531._0x44f2b1)][_0x53ccce(_0x3cd531._0x530f43,_0x3cd531._0x1f9f2f,_0x3cd531._0x45ba25,0x1ad)]('|');let _0x281927=0x2267*-0x1+0x1935+0x932;while(!![]){switch(_0x5363b8[_0x281927++]){case'0':_0x5093b2[_0x5df207(_0x3cd531._0x544003,_0x3cd531._0x4d285e,0x37d,_0x3cd531._0x410865)]('');continue;case'1':_0x4abe4b[_0x53ccce(0x11a,0x15f,0xe2,0x121)]('');continue;case'2':_0x539a7f[_0x5df207(_0x3cd531._0x2c6996,0x362,0x3c1,0x3df)](_0x5df207(0x40d,0x46c,_0x3cd531._0x5187e0,_0x3cd531._0x2e071d)+_0x53ccce(0x20f,0x18f,0x152,_0x3cd531._0x453123)+'p\x20path\x20con'+_0x53ccce(_0x3cd531._0xab9839,0x1a9,0x162,_0x3cd531._0x341e35));continue;case'3':_0x1f5985[_0x53ccce(_0x3cd531._0x47c223,0x15f,0x10d,0xe7)](_0x1734ce['avYbo']);continue;case'4':_0x3371cd[_0x53ccce(_0x3cd531._0x5b2b3d,0x15f,_0x3cd531._0x4e21e6,_0x3cd531._0x200a34)]('Configure\x20'+_0x5df207(_0x3cd531._0x2bc37a,_0x3cd531._0x858a5a,0x484,0x435));continue;case'5':_0x32c3d9[_0x53ccce(_0x3cd531._0xab9839,_0x3cd531._0x4322e6,_0x3cd531._0x5c4aa5,_0x3cd531._0x135f8d)](_0x5df207(_0x3cd531._0x4e8eb5,0x3cd,0x355,0x371)+_0x53ccce(_0x3cd531._0x494087,_0x3cd531._0x169d90,0x196,0x268)+'g\x20set\x20code'+'r_setup_pa'+_0x5df207(_0x3cd531._0x1f9466,0x38f,_0x3cd531._0x3830a8,0x3a9)+'o/coder-se'+_0x5df207(0x457,0x420,0x445,_0x3cd531._0x3695c2));continue;case'6':_0x524f96[_0x53ccce(_0x3cd531._0x1ebaa7,0x15f,_0x3cd531._0x38a6c3,0x19b)](_0x1734ce[_0x53ccce(_0x3cd531._0x33170a,0x1ac,_0x3cd531._0x3e6b77,_0x3cd531._0x1d5542)]);continue;case'7':_0xf74d5c[_0x5df207(_0x3cd531._0x4408eb,0x3c7,_0x3cd531._0x3ac753,_0x3cd531._0x1d2f88)](-0x1718+-0x53e*-0x5+-0x1*0x31d);continue;}break;}}else console[_0x5df207(0x2d1,_0x3cd531._0x39a02a,_0x3cd531._0x14a4f1,0x2e2)](_0x53ccce(0x2f1,_0x3cd531._0x27b04c,_0x3cd531._0xdbbed2,_0x3cd531._0x427782)+_0x53ccce(_0x3cd531._0x1bcbbf,_0x3cd531._0x2afc9d,_0x3cd531._0x18cf39,0x2f1)+_0x5df207(0x3ce,0x436,0x3e5,_0x3cd531._0x1a363c)+'ectory:\x20'+_0x2aaf93),process[_0x5df207(0x3a0,_0x3cd531._0x15df1a,0x3d1,0x3ae)](0x6bf+-0x140a*-0x1+0x1ac8*-0x1);}}catch(_0x3a57c0){console[_0x5df207(_0x3cd531._0xa2fe4e,_0x3cd531._0x39a02a,_0x3cd531._0x135cae,0x3c2)]('Error:\x20Set'+_0x5df207(0x446,0x3b6,0x365,_0x3cd531._0xc1bb4a)+_0x53ccce(0x310,_0x3cd531._0x3e8ab4,_0x3cd531._0x31bc37,0x248)+_0x5df207(_0x3cd531._0x4fc99c,_0x3cd531._0x58f373,_0x3cd531._0x3c00a5,0x3f4)+_0x2aaf93),process['exit'](0x2*0x26e+0x6fa+0xd*-0xe9);}const _0x54ff66=_0x291c62[_0x5df207(_0x3cd531._0x32abc4,0x380,_0x3cd531._0x1af72f,0x34b)](__dirname,'..','..',_0x1734ce[_0x5df207(0x37b,0x3b4,0x3c0,0x415)]);console[_0x53ccce(_0x3cd531._0x3ba6b7,_0x3cd531._0x2ed80b,0x1d2,_0x3cd531._0x4b79b0)](''),console[_0x5df207(_0x3cd531._0x570119,_0x3cd531._0x46715a,0x40f,_0x3cd531._0x1232ce)](_0x1734ce[_0x5df207(_0x3cd531._0x28045d,_0x3cd531._0x455650,_0x3cd531._0x3f89d5,_0x3cd531._0x4e8138)]),console['log'](_0x53ccce(_0x3cd531._0x297d5c,0x154,0x194,0x14a)+_0x53ccce(_0x3cd531._0x27092a,_0x3cd531._0x454e0a,_0x3cd531._0x1873de,_0x3cd531._0x3646a2)+_0x2aaf93),console['log'](_0x53ccce(0x2a8,_0x3cd531._0x5e8e66,_0x3cd531._0x527cf5,_0x3cd531._0x1411c5)+_0x53ccce(_0x3cd531._0x14f522,_0x3cd531._0x13ccf2,0x104,0x10a)+_0x44691e),console[_0x53ccce(_0x3cd531._0x116c1f,0x224,0x1ac,_0x3cd531._0x3b7d0b)]('\x20\x20Mode:\x20\x20\x20'+_0x5df207(_0x3cd531._0x28e71f,_0x3cd531._0x368cfe,_0x3cd531._0x190b96,0x4be)),console[_0x53ccce(_0x3cd531._0x1f9057,_0x3cd531._0x2ed80b,0x252,0x200)]('');const _0x48edfa=await _0x1734ce[_0x5df207(_0x3cd531._0x5636fe,_0x3cd531._0x3cc15c,_0x3cd531._0x279a85,0x3fd)](getTrustProxy),_0x5d47e8={...process[_0x5df207(0x40d,0x39e,0x31c,0x40d)]};_0x5d47e8[_0x5df207(_0x3cd531._0x2299db,_0x3cd531._0x273403,_0x3cd531._0x334f4b,0x3a8)+'P_PATH']=_0x2aaf93,_0x5d47e8[_0x53ccce(0x2f8,_0x3cd531._0x3db70f,_0x3cd531._0x1d9261,0x24d)]=_0x44691e;const _0x2db09a=_0x5d47e8;_0x48edfa&&(_0x1734ce[_0x5df207(_0x3cd531._0x2fa732,0x43a,_0x3cd531._0x3362bc,0x45c)](_0x1734ce['ASFwh'],'BilSR')?_0x2db09a[_0x53ccce(_0x3cd531._0x528115,_0x3cd531._0x2e4580,0x1c3,_0x3cd531._0x27f405)+'Y']=_0x5df207(_0x3cd531._0x2e2e01,0x3b0,_0x3cd531._0x1f03f6,_0x3cd531._0x37d5bc):_0x1734ce[_0x5df207(_0x3cd531._0x3dd6f1,_0x3cd531._0x1b1a70,0x315,0x3f0)](_0x32ed39[_0x5df207(_0x3cd531._0x23254d,_0x3cd531._0x1d3b23,_0x3cd531._0xa019,_0x3cd531._0x2b10be)],_0x1734ce[_0x53ccce(_0x3cd531._0x1531c6,_0x3cd531._0x176fb0,_0x3cd531._0x5c6d37,_0x3cd531._0x1b4591)])?(_0x51df9f[_0x5df207(0x4c0,_0x3cd531._0x40a87f,_0x3cd531._0x570119,_0x3cd531._0x4d9795)]('No\x20log\x20fil'+_0x53ccce(_0x3cd531._0x188c7e,0x1dc,0x1a8,0x1a4)),_0x47c065[_0x53ccce(_0x3cd531._0x503456,_0x3cd531._0x398ec4,0x191,0x1b0)]('Server\x20may'+'\x20not\x20have\x20'+_0x5df207(_0x3cd531._0x59acde,0x355,0x332,_0x3cd531._0xb5c400)+_0x53ccce(_0x3cd531._0x2ab1c5,0x160,0xe5,_0x3cd531._0x1f1038)+'was\x20starte'+'d\x20in\x20foreg'+_0x5df207(_0x3cd531._0x27c40c,0x438,_0x3cd531._0x165af1,0x3c8))):_0x59d74b[_0x53ccce(_0x3cd531._0x29be9b,0x15f,0x19d,_0x3cd531._0x31af09)](_0x5df207(_0x3cd531._0x3ac96e,_0x3cd531._0x531485,_0x3cd531._0x14d5ee,_0x3cd531._0x26d138)+_0x5df207(0x378,0x3aa,0x3ea,_0x3cd531._0x45f09a)+_0x4d071f[_0x53ccce(_0x3cd531._0x828ee7,_0x3cd531._0x4ff735,_0x3cd531._0x534517,0x287)]));const _0x53e877=[_0x54ff66];process['env'][_0x53ccce(0x24b,_0x3cd531._0x3cf726,_0x3cd531._0x3b7d0b,0x1f9)+_0x53ccce(_0x3cd531._0x24f9ca,0x1dd,0x23c,0x266)]&&(_0x1734ce[_0x53ccce(0x2d5,0x24b,0x1b7,_0x3cd531._0x149901)]===_0x1734ce[_0x53ccce(0x1e6,_0x3cd531._0x462753,0x1db,0x252)]?_0x53e877[_0x5df207(0x3eb,_0x3cd531._0x32c5fb,0x3f9,0x380)](_0x1734ce[_0x5df207(0x48d,_0x3cd531._0x5a8b92,0x451,0x3e5)]):_0xb75e50[_0x5df207(_0x3cd531._0x58f373,0x427,_0x3cd531._0x4bce1e,0x400)](_0x56597f));const _0xfcd385=_0x291c62[_0x53ccce(_0x3cd531._0x3e452e,0x240,0x1d3,0x1d8)](LOG_FILE),_0x231fab={};_0x231fab[_0x5df207(0x44c,0x462,_0x3cd531._0x3a5fc4,_0x3cd531._0x464d79)]=!![],await _0xa08cb0[_0x53ccce(0x199,_0x3cd531._0x22be13,_0x3cd531._0x5548f8,0xef)](_0xfcd385,_0x231fab);const _0x3a6baa=await _0xa08cb0[_0x5df207(0x328,_0x3cd531._0xa019,0x318,_0x3cd531._0xf0de32)](LOG_FILE,'a'),_0x49e662=_0x1734ce[_0x53ccce(_0x3cd531._0x1bb3ad,0x21a,0x1e4,_0x3cd531._0x1ecd69)](spawn,_0x1734ce[_0x53ccce(_0x3cd531._0x35f923,_0x3cd531._0xb95cc2,_0x3cd531._0x4e8d74,0x27b)],_0x53e877,{'env':_0x2db09a,'detached':!![],'stdio':[_0x1734ce[_0x5df207(0x3d2,0x3d8,_0x3cd531._0xb07923,_0x3cd531._0x499ed1)],_0x3a6baa['fd'],_0x3a6baa['fd']]});_0x49e662[_0x53ccce(_0x3cd531._0x4a6469,_0x3cd531._0x56af01,_0x3cd531._0x28f7f5,_0x3cd531._0x753816)]();const _0xe597f0=_0x291c62[_0x5df207(_0x3cd531._0x5e16a3,0x443,_0x3cd531._0x22ff71,_0x3cd531._0x228d71)](PID_FILE),_0x585448={};_0x585448[_0x5df207(_0x3cd531._0x576e79,0x462,0x456,0x4d9)]=!![],await _0xa08cb0[_0x53ccce(0x179,0x172,0x1a2,_0x3cd531._0x156a55)](_0xe597f0,_0x585448),await _0xa08cb0['writeFile'](PID_FILE,_0x49e662[_0x53ccce(_0x3cd531._0x10876a,_0x3cd531._0x58e945,0x180,0x1ba)][_0x5df207(0x3d6,_0x3cd531._0x14c47f,0x319,_0x3cd531._0x1b9ea4)](),_0x53ccce(_0x3cd531._0x156a55,_0x3cd531._0x5a1777,0x135,_0x3cd531._0x402098)),console[_0x5df207(0x46a,0x427,_0x3cd531._0xbc874e,_0x3cd531._0x2b6224)](_0x5df207(0x4d3,_0x3cd531._0x398cda,0x4b4,0x45d)+'tarted\x20in\x20'+_0x53ccce(_0x3cd531._0x1c60b5,_0x3cd531._0x1a94f0,0x193,0x1c8)+_0x5df207(_0x3cd531._0x45f102,0x38e,_0x3cd531._0x3a3b7d,_0x3cd531._0x40cb3a)+_0x49e662['pid']+')'),console['log']('\x20\x20URL:\x20\x20ht'+'tp://local'+_0x5df207(_0x3cd531._0x79fc1a,_0x3cd531._0x424fda,0x3aa,_0x3cd531._0x3323f2)+_0x44691e),console[_0x5df207(0x424,_0x3cd531._0x30daea,_0x3cd531._0x1f7ca8,0x484)]('\x20\x20Logs:\x20'+LOG_FILE),console['log'](''),console[_0x53ccce(0x29c,_0x3cd531._0x27fe49,0x19d,0x193)]('Use\x20\x22coder'+_0x5df207(_0x3cd531._0xee9432,_0x3cd531._0x2bd659,_0x3cd531._0x38f165,_0x3cd531._0x48daf6)+_0x5df207(_0x3cd531._0x295f80,0x3b5,0x44a,_0x3cd531._0x545da0)+'heck\x20serve'+'r\x20status'),console[_0x53ccce(0x215,0x224,_0x3cd531._0xb15d0f,0x21c)](_0x1734ce[_0x53ccce(0x1ea,0x162,0x1ae,0x1cb)]),console[_0x53ccce(_0x3cd531._0x35c155,0x224,_0x3cd531._0x404037,0x281)](_0x1734ce[_0x53ccce(0x1a4,_0x3cd531._0x540f73,_0x3cd531._0x13f110,_0x3cd531._0x23712c)]);}export async function stopServer(){const _0x2f1f0b={_0x2d8e10:0xf,_0x3a946d:0x13,_0x2a6d54:0x23f,_0x12fed0:0xef,_0x5445a7:0xb8,_0x40f41e:0x7b,_0x48a2a4:0x11,_0x3db84d:0xb2,_0xbcebe0:0x117,_0x24fff4:0x2bd,_0x22180c:0x252,_0xd9a0ca:0x317,_0x3c3b6f:0x354,_0x144a73:0x311,_0x5f0e41:0x2dc,_0x9dd129:0x3a7,_0x408154:0x3b7,_0x17a0e8:0x30d,_0x2cbdae:0x385,_0x430afb:0x313,_0x132fbb:0x2bf,_0x43d0e0:0x356,_0x25fe7b:0x31c,_0x5a61e8:0x28,_0x415d38:0x49,_0x11bdb8:0x20,_0x1c3e94:0x5b,_0x43ff80:0x311,_0x14a909:0x3a3,_0x200c27:0x29d,_0x1c9b15:0x302,_0x332780:0x2c9,_0x599223:0x36e,_0x193d87:0x309,_0x38c2b8:0x237,_0xad5eb1:0x2a8,_0x31c911:0x24c,_0x3c2829:0x217,_0x4d61c2:0x284,_0x45b571:0x254,_0x40db6a:0x1fc,_0x19c342:0x305,_0x31cc8a:0x30f,_0x8261b8:0x28b,_0x542ce5:0x320,_0x391916:0x290,_0x14c818:0x299,_0xf704d2:0x21d,_0x26f112:0x147,_0x440ae4:0x126,_0x8dff52:0x19b,_0x3d37cb:0x1d0,_0x30e7d8:0x291,_0x11b433:0x97,_0x140e1c:0xb5,_0x49d6:0xde,_0x4748f4:0x4d,_0x2ca041:0x19,_0x48e795:0x83,_0x58d1b7:0x343,_0x3b1d75:0x375,_0x179a4:0x29e,_0x36c22e:0x2c4,_0x465c60:0x2c3,_0x5c98e3:0x3a5,_0x274112:0x36c,_0x4c73a3:0x33d,_0x3c032f:0x307,_0x5dd492:0x2b9,_0x59ce4a:0x2f1,_0x105a15:0x27f,_0x16ddd6:0x28c,_0x1e55ba:0x21f,_0x5b7b0d:0x27e,_0x58ec12:0x255,_0x238318:0x29,_0x1ddf5c:0x32,_0x5bec1b:0x23,_0x2c8cc0:0x2bd,_0x4b79dc:0x158,_0xbf646e:0x145,_0x4d939b:0x2ac},_0x1b41a9={_0x470237:0x58,_0x54b99b:0x1b3,_0x3428f1:0x120},_0xcf3ef7={_0x273c6c:0x2d},_0x34edb9={'eAtgv':_0x387a2d(-_0x2f1f0b._0x2d8e10,-0x3c,_0x2f1f0b._0x3a946d,-0x17),'DVWfi':function(_0x41ad3b){return _0x41ad3b();},'ddUxh':'Server\x20is\x20'+'not\x20runnin'+'g','huHEA':function(_0x525af3,_0x66f81b){return _0x525af3===_0x66f81b;},'DBysK':'gUwWg','DClyL':_0x5bf17c(0x2a4,0x2f0,0x2d5,_0x2f1f0b._0x2a6d54),'oxyOQ':function(_0x56feb5,_0x4a2979){return _0x56feb5<_0x4a2979;},'ieeLJ':_0x387a2d(-0x160,-_0x2f1f0b._0x12fed0,-0x6c,-_0x2f1f0b._0x5445a7),'AAwko':_0x387a2d(0x17,-_0x2f1f0b._0x40f41e,0x1e,-_0x2f1f0b._0x48a2a4)+'\x20not\x20stop\x20'+_0x387a2d(-_0x2f1f0b._0x3db84d,-0x109,-0xef,-_0x2f1f0b._0xbcebe0)+_0x5bf17c(_0x2f1f0b._0x24fff4,0x2e3,0x2de,_0x2f1f0b._0x22180c)+'..','ArDRl':'SIGKILL','FpZuT':function(_0x1d6d76,_0x4f93e0){return _0x1d6d76!==_0x4f93e0;},'vbcIj':_0x5bf17c(_0x2f1f0b._0xd9a0ca,_0x2f1f0b._0x3c3b6f,_0x2f1f0b._0x144a73,0x37a),'uPvRW':_0x5bf17c(0x35f,_0x2f1f0b._0x5f0e41,_0x2f1f0b._0x9dd129,0x3a5)},{running:_0x582a4d,pid:_0x52be17}=await _0x34edb9[_0x5bf17c(0x351,_0x2f1f0b._0x408154,_0x2f1f0b._0x17a0e8,_0x2f1f0b._0x2cbdae)](isServerRunning);function _0x387a2d(_0x5d582f,_0x41e52d,_0x458618,_0x429de4){return _0x5920d7(_0x458618,_0x41e52d-0x37,_0x458618-0xa3,_0x429de4-_0xcf3ef7._0x273c6c);}if(!_0x582a4d){console[_0x5bf17c(_0x2f1f0b._0x430afb,_0x2f1f0b._0x132fbb,_0x2f1f0b._0x43d0e0,_0x2f1f0b._0x25fe7b)](_0x34edb9['ddUxh']);return;}function _0x5bf17c(_0x11cfab,_0x50b07b,_0x24be16,_0x2bf428){return _0x739874(_0x11cfab-_0x1b41a9._0x470237,_0x11cfab- -_0x1b41a9._0x54b99b,_0x24be16-_0x1b41a9._0x3428f1,_0x50b07b);}console['log'](_0x387a2d(_0x2f1f0b._0x5a61e8,-_0x2f1f0b._0x415d38,_0x2f1f0b._0x11bdb8,-_0x2f1f0b._0x1c3e94)+_0x5bf17c(_0x2f1f0b._0x43ff80,0x37b,_0x2f1f0b._0x5f0e41,_0x2f1f0b._0x14a909)+':\x20'+_0x52be17+_0x5bf17c(0x2af,_0x2f1f0b._0x200c27,0x2cf,0x29f));try{if(_0x34edb9[_0x5bf17c(_0x2f1f0b._0x1c9b15,0x345,_0x2f1f0b._0x332780,0x2ed)](_0x34edb9[_0x5bf17c(0x354,0x3a2,_0x2f1f0b._0x599223,0x318)],_0x5bf17c(0x2b8,_0x2f1f0b._0x193d87,0x25a,_0x2f1f0b._0x38c2b8)))_0x1db73e['log']('\x20\x20Status:\x20'+_0x5bf17c(_0x2f1f0b._0xad5eb1,_0x2f1f0b._0x31c911,_0x2f1f0b._0x3c2829,_0x2f1f0b._0x4d61c2)+'\x20running');else{process[_0x5bf17c(_0x2f1f0b._0x45b571,0x24e,_0x2f1f0b._0x40db6a,0x24c)](_0x52be17,_0x34edb9[_0x5bf17c(_0x2f1f0b._0x19c342,0x330,0x39c,_0x2f1f0b._0x31cc8a)]);for(let _0x92ba63=0x5*-0x3f5+-0x1a43+0x2e0c;_0x34edb9['oxyOQ'](_0x92ba63,-0x13*-0xd5+-0x22b7*0x1+-0x6*-0x32f);_0x92ba63++){if(_0x34edb9['huHEA'](_0x5bf17c(_0x2f1f0b._0x8261b8,0x323,0x296,_0x2f1f0b._0x542ce5),_0x34edb9[_0x5bf17c(_0x2f1f0b._0x391916,0x29a,_0x2f1f0b._0x14c818,_0x2f1f0b._0xf704d2)]))try{process[_0x387a2d(-_0x2f1f0b._0x26f112,-_0x2f1f0b._0x440ae4,-_0x2f1f0b._0x8dff52,-0x1b1)](_0x52be17,0x137d+-0x1cd*-0x6+-0x2c1*0xb),await new Promise(_0x4c90e9=>setTimeout(_0x4c90e9,0x2540+0xfb*0x9+-0x923*0x5));}catch{break;}else _0x297283=!![];}try{process[_0x5bf17c(_0x2f1f0b._0x45b571,_0x2f1f0b._0x3d37cb,0x2a0,_0x2f1f0b._0x30e7d8)](_0x52be17,0xf84+-0x1*-0xa07+-0x198b),console['log'](_0x34edb9[_0x387a2d(-0x50,-0xc4,-0x76,-_0x2f1f0b._0x11b433)]),process[_0x387a2d(-0x140,-0x126,-0x100,-_0x2f1f0b._0x140e1c)](_0x52be17,_0x34edb9[_0x387a2d(-_0x2f1f0b._0x49d6,-_0x2f1f0b._0x4748f4,-_0x2f1f0b._0x2ca041,-_0x2f1f0b._0x48e795)]);}catch{}await _0xa08cb0[_0x5bf17c(_0x2f1f0b._0x58d1b7,_0x2f1f0b._0x3b1d75,0x2ff,0x38d)](PID_FILE)[_0x5bf17c(_0x2f1f0b._0x179a4,0x229,0x2b9,_0x2f1f0b._0x36c22e)](()=>{}),console[_0x5bf17c(0x313,0x290,_0x2f1f0b._0x465c60,_0x2f1f0b._0x5c98e3)](_0x5bf17c(_0x2f1f0b._0x274112,_0x2f1f0b._0x4c73a3,0x394,0x39f)+_0x5bf17c(0x28c,0x1fb,0x27a,0x297));}}catch(_0x46b3ec){_0x34edb9[_0x5bf17c(_0x2f1f0b._0x3c032f,0x2f1,_0x2f1f0b._0x5dd492,0x2bf)](_0x34edb9[_0x5bf17c(0x266,_0x2f1f0b._0x59ce4a,_0x2f1f0b._0x105a15,_0x2f1f0b._0x16ddd6)],_0x34edb9[_0x5bf17c(0x240,_0x2f1f0b._0x1e55ba,0x223,_0x2f1f0b._0x5b7b0d)])?(console[_0x5bf17c(0x24e,_0x2f1f0b._0x58ec12,0x28c,0x22d)](_0x387a2d(-_0x2f1f0b._0x238318,-_0x2f1f0b._0x1ddf5c,_0x2f1f0b._0x5bec1b,-0xa4)+_0x5bf17c(0x30d,0x321,0x350,_0x2f1f0b._0x2c8cc0)+'r:\x20'+_0x46b3ec['message']),process[_0x387a2d(-_0x2f1f0b._0x4b79dc,-0xc7,-0xbf,-_0x2f1f0b._0xbf646e)](0x23dc+0x6b1+-0x30a*0xe)):_0x274f8b[_0x5bf17c(0x258,0x2ba,_0x2f1f0b._0x4d939b,0x24c)](_0x34edb9[_0x5bf17c(_0x2f1f0b._0x4d939b,0x2c1,0x2b2,0x2ff)]);}}async function checkServerHealth(_0xf190f8){const _0x115079={_0xbf61d3:0xab,_0x2e18fa:0x4b,_0x4d62b6:0x29,_0x1d093b:0x175,_0x20ff5e:0xef,_0x3ea5d7:0x13e,_0x4dcd59:0x196,_0x378e64:0x133},_0x1b9b18={_0x3538ef:0x3d2,_0x2bcd7f:0x423,_0x4f4dd2:0x390,_0x15ff58:0x2f7,_0x29387f:0x369,_0x5a8d71:0x2cb,_0x3bad34:0x454,_0x3e34b3:0x459,_0x3b4279:0x3c0,_0xfb1b12:0x43f,_0x1e8f6a:0x2ed,_0x56bd9e:0x32b,_0x29f9f5:0x396,_0x44fd45:0x343,_0x4346dd:0x36e,_0x4d0ce8:0x35f,_0x17f53c:0x3d3,_0x14787e:0x3d5,_0x394b10:0x3ef,_0x39fe19:0x3ff,_0x594799:0x48d,_0x329111:0x49f,_0x41d237:0x3f9,_0x39d6c6:0x33b,_0x33594e:0x343,_0x37a2a5:0x42d,_0x4c4c3e:0x37a,_0x18f84a:0x32e,_0x2e3eca:0x36c,_0x4474b7:0x331,_0x3ee0f8:0x267,_0x40f444:0x2c8,_0x2ef5c7:0x3eb,_0x402ec3:0x418,_0x50e3e0:0x33f,_0x2fea03:0x344,_0x1bf506:0x2da,_0x42c5fe:0x2e9,_0x1d3fa2:0x340},_0x17553e={_0x3325c2:0x3bd,_0xb9552c:0x451,_0x39b323:0x3cf,_0x3cb3f4:0x2f4,_0x1d4e46:0x21b,_0x5a0ed4:0x282},_0x196fdb={_0x58a42d:0x3d7,_0x109340:0x460,_0x7ccf48:0x47e,_0xb7a923:0x454},_0x2c1e42={_0x3b5a5b:0x1d8},_0x447dd4={_0xa0aac9:0x13f,_0x42d68e:0x583,_0x4259a7:0xfe},_0x5237bf={_0x4a64e3:0x53f,_0x274dc0:0x185},_0x351725={'Ortkq':'unknown','JUWhJ':function(_0xf2f529,_0x209df0){return _0xf2f529(_0x209df0);},'wTgrY':'data','DRXFo':_0x3d8588(-_0x115079._0xbf61d3,-_0x115079._0x2e18fa,_0x115079._0x4d62b6,-0xe2),'wtqwj':function(_0x8fd70e,_0x44e354){return _0x8fd70e===_0x44e354;},'bBdSi':_0x47e0ad(-0x139,-_0x115079._0x1d093b,-_0x115079._0x20ff5e,-0x110),'BKsyE':_0x3d8588(-0x1d2,-_0x115079._0x3ea5d7,-_0x115079._0x4dcd59,-_0x115079._0x378e64)};function _0x3d8588(_0x21eecc,_0x764de,_0x32f86e,_0xd01f91){return _0x739874(_0x21eecc-0x3c,_0x764de- -_0x5237bf._0x4a64e3,_0x32f86e-_0x5237bf._0x274dc0,_0x32f86e);}function _0x47e0ad(_0x1683de,_0x33e8f,_0x590073,_0x5e1609){return _0x739874(_0x1683de-_0x447dd4._0xa0aac9,_0x5e1609- -_0x447dd4._0x42d68e,_0x590073-_0x447dd4._0x4259a7,_0x1683de);}return new Promise(_0xda9101=>{const _0x159853={_0x415924:0xe5};function _0x363b43(_0x3cbcf3,_0xef3aa6,_0x22ef58,_0x1ca952){return _0x3d8588(_0x3cbcf3-0x1f,_0x1ca952-0x422,_0x22ef58,_0x1ca952-_0x159853._0x415924);}function _0x3309bf(_0x44c2e8,_0x3c999d,_0x2c9102,_0x237d35){return _0x3d8588(_0x44c2e8-0xfa,_0x3c999d-0x461,_0x44c2e8,_0x237d35-_0x2c1e42._0x3b5a5b);}if(_0x351725[_0x3309bf(0x3ef,0x444,_0x1b9b18._0x3538ef,_0x1b9b18._0x2bcd7f)](_0x351725[_0x3309bf(0x33f,_0x1b9b18._0x4f4dd2,0x34b,_0x1b9b18._0x15ff58)],_0x363b43(_0x1b9b18._0x29387f,0x3a5,_0x1b9b18._0x5a8d71,0x356))){const _0x2ecbe6={};_0x2ecbe6[_0x363b43(_0x1b9b18._0x3bad34,0x3c5,_0x1b9b18._0x3e34b3,_0x1b9b18._0x3b4279)]=0x7d0;const _0x32f36c=_0x2c9191[_0x3309bf(0x3ad,0x3ab,_0x1b9b18._0xfb1b12,0x39c)](_0x363b43(0x2f4,_0x1b9b18._0x1e8f6a,0x2db,_0x1b9b18._0x56bd9e)+'alhost:'+_0xf190f8+_0x363b43(0x2e5,0x30c,_0x1b9b18._0x29f9f5,_0x1b9b18._0x44fd45),_0x2ecbe6,_0x3bb007=>{const _0x304d8e={_0x23ae11:0x450,_0x307699:0x4b0,_0x140731:0x3b6,_0x23dc85:0x425,_0x2dff2f:0x3d4,_0x3f698f:0x496,_0x5ca78f:0x40a,_0xb92748:0x441,_0x126157:0x39c,_0x3df73c:0x3e1,_0xf72995:0x3df,_0x3e7c05:0x41c,_0x449353:0x40f,_0x511b38:0x451,_0x1d2276:0x422,_0x529177:0x499},_0x2edb28={_0x378239:0x19,_0x264406:0x16,_0xcb75cf:0x16};function _0x1a92c7(_0x558959,_0x53036e,_0x27022e,_0x285ea2){return _0x3309bf(_0x27022e,_0x285ea2- -0x127,_0x27022e-0x1c1,_0x285ea2-0xcc);}const _0x2f11a8={'hvGnZ':_0x351725[_0x2b3f9a(0x36f,0x430,_0x196fdb._0x58a42d,_0x196fdb._0x109340)],'gWJXn':function(_0x4fd3f4,_0x4338d4){return _0x351725['JUWhJ'](_0x4fd3f4,_0x4338d4);}};let _0x2de3dd='';_0x3bb007['on'](_0x351725[_0x2b3f9a(0x511,_0x196fdb._0x7ccf48,0x4b5,_0x196fdb._0xb7a923)],_0x1ab5a4=>_0x2de3dd+=_0x1ab5a4);function _0x2b3f9a(_0x4f42fd,_0x1ecc15,_0x140b8b,_0x8f1354){return _0x363b43(_0x4f42fd-0x71,_0x1ecc15-0x97,_0x8f1354,_0x140b8b-0x103);}_0x3bb007['on'](_0x351725['DRXFo'],()=>{function _0x12e24f(_0x44fa47,_0x353816,_0x492e7a,_0x48ee42){return _0x2b3f9a(_0x44fa47-_0x2edb28._0x378239,_0x353816-_0x2edb28._0x264406,_0x492e7a- -_0x2edb28._0xcb75cf,_0x353816);}function _0x2632ed(_0x29cc86,_0x2094bc,_0x1e527a,_0x345a94){return _0x1a92c7(_0x29cc86-0xb3,_0x2094bc-0x2e,_0x1e527a,_0x29cc86-0x212);}try{const _0x2aa4d0=JSON[_0x2632ed(0x440,0x447,_0x304d8e._0x23ae11,_0x304d8e._0x307699)](_0x2de3dd),_0x38ee19={};_0x38ee19[_0x12e24f(_0x304d8e._0x140731,0x389,0x41c,0x386)]=!![],_0x38ee19[_0x2632ed(0x45f,_0x304d8e._0x23dc85,_0x304d8e._0x2dff2f,0x48f)]=_0x2aa4d0[_0x12e24f(_0x304d8e._0x3f698f,_0x304d8e._0x5ca78f,0x422,0x485)]||_0x2f11a8[_0x12e24f(_0x304d8e._0xb92748,_0x304d8e._0x126157,_0x304d8e._0x3df73c,0x41a)],_0xda9101(_0x38ee19);}catch{const _0x40d68b={};_0x40d68b[_0x12e24f(_0x304d8e._0xf72995,0x3f3,_0x304d8e._0x3e7c05,0x3b9)]=!![],_0x40d68b[_0x12e24f(_0x304d8e._0x449353,_0x304d8e._0x511b38,_0x304d8e._0x1d2276,_0x304d8e._0x529177)]=_0x2632ed(0x42f,0x497,0x397,0x488),_0x2f11a8['gWJXn'](_0xda9101,_0x40d68b);}});}),_0x4bcd78={};_0x4bcd78[_0x3309bf(0x380,_0x1b9b18._0x4346dd,0x3cf,0x392)]=![],_0x32f36c['on'](_0x351725[_0x3309bf(_0x1b9b18._0x4d0ce8,0x3d6,_0x1b9b18._0x17f53c,_0x1b9b18._0x14787e)],()=>_0xda9101(_0x4bcd78)),_0x32f36c['on'](_0x3309bf(_0x1b9b18._0x394b10,_0x1b9b18._0x39fe19,_0x1b9b18._0x594799,0x3c9),()=>{const _0x548aae={_0x505d2d:0x56,_0x807046:0x2f},_0x5dc54d={_0x27d519:0x1c8,_0x112455:0xd2};function _0x475e29(_0x51f8a9,_0x959041,_0xfa4b51,_0x4b7dee){return _0x363b43(_0x51f8a9-0x1,_0x959041-_0x5dc54d._0x27d519,_0x959041,_0x51f8a9-_0x5dc54d._0x112455);}_0x32f36c[_0x475e29(_0x17553e._0x3325c2,_0x17553e._0xb9552c,_0x17553e._0x39b323,0x451)]();function _0x318873(_0x1d2fd4,_0x2421d6,_0x3ecc78,_0x367747){return _0x3309bf(_0x2421d6,_0x367747- -0x5f0,_0x3ecc78-_0x548aae._0x505d2d,_0x367747-_0x548aae._0x807046);}const _0x19ee78={};_0x19ee78[_0x318873(-_0x17553e._0x3cb3f4,-0x20d,-_0x17553e._0x1d4e46,-_0x17553e._0x5a0ed4)]=![],_0xda9101(_0x19ee78);});}else _0x3bb19f['log'](_0x3309bf(_0x1b9b18._0x329111,0x409,_0x1b9b18._0x41d237,0x382)+'\x20\x20\x20\x20\x20✓\x20Run'+'ning\x20(daem'+_0x3309bf(_0x1b9b18._0x39d6c6,0x3ca,_0x1b9b18._0x33594e,_0x1b9b18._0x37a2a5)),_0x3b5ca2[_0x3309bf(0x38b,0x3e8,_0x1b9b18._0x4c4c3e,0x3a0)](_0x363b43(_0x1b9b18._0x18f84a,_0x1b9b18._0x2e3eca,0x333,0x37d)+_0x363b43(_0x1b9b18._0x4474b7,_0x1b9b18._0x3ee0f8,_0x1b9b18._0x40f444,0x300)+_0x55b04e),_0x1ae61f[_0x363b43(_0x1b9b18._0x2ef5c7,0x403,_0x1b9b18._0x402ec3,0x3a9)](_0x363b43(0x442,_0x1b9b18._0x50e3e0,0x3f1,0x3d2)+_0x363b43(0x308,_0x1b9b18._0x2fea03,0x324,0x300)+_0x5e25af[_0x3309bf(_0x1b9b18._0x1bf506,0x319,_0x1b9b18._0x42c5fe,_0x1b9b18._0x1d3fa2)]);});}export async function showStatus(){const _0x1a7a34={_0x2fbe41:0x464,_0x5ab1fc:0x269,_0x2327d3:0x1fd,_0x3eb519:0x284,_0x250c1d:0x5bb,_0x2016f0:0x559,_0x1cd7e4:0x5d6,_0x43c023:0x50f,_0x31fe88:0x415,_0x289670:0x4ea,_0x3e5634:0x578,_0x218da2:0x54e,_0x4ffea7:0x54a,_0x5509a5:0x53a,_0x3f2a75:0x49a,_0x157c0b:0x49a,_0x3ac338:0x4a3,_0x32687f:0x21c,_0x4127ce:0x188,_0x16775a:0x218,_0x414eb:0x2b1,_0x194236:0x20f,_0x55421f:0x16b,_0x79b931:0x1aa,_0x3780e6:0x53a,_0x43e86e:0x4cc,_0x2106c9:0x185,_0x129d64:0x4ba,_0x55366b:0x599,_0x515ba6:0x56e,_0x3d45a3:0x52a,_0x27bd9d:0x11a,_0x124609:0x141,_0x451d34:0x185,_0x409bf4:0x94,_0x49d26a:0xf1,_0x5246a7:0x12d,_0x3539d5:0xce,_0x1118d3:0xda,_0x4474ab:0x50d,_0x3f81a3:0x4ee,_0x324046:0x4d5,_0x3072a8:0x45d,_0x28f7bf:0x516,_0x106da5:0x531,_0x32cfc5:0x5ba,_0x275520:0x283,_0x69544e:0x109,_0x46150d:0x17e,_0x29d459:0x46f,_0x3c713a:0x170,_0x54bcbe:0x111,_0x52a97e:0x11c,_0x567719:0x22a,_0x77c80:0x12b,_0x4c610f:0x4a1,_0x32ae82:0x523,_0x1bbce3:0x474,_0x3b3d3e:0x48b,_0x15b7c3:0x3fc,_0xd6c727:0x1aa,_0x585e18:0x20e,_0x4598d4:0x20d,_0x5ed3b2:0x1da,_0x15e171:0x4b4,_0x4ba7b3:0x526,_0x1294ff:0x519,_0x1c7978:0x4dd,_0x4d4d4a:0x202,_0x31c4c8:0x19d,_0x4941cd:0x1d8,_0x48df72:0x1a9,_0x99140e:0x4a0,_0x3c72f2:0xb2,_0x1bcb96:0x120,_0x2604e6:0xbb,_0x405676:0x499,_0x276ea8:0x178,_0x3d82bb:0x160,_0x4a3b58:0x14e,_0x1924f4:0x1cf,_0xbade2:0x17d,_0x3b4826:0x17a,_0x5587cd:0x165,_0x476e5a:0x1d2,_0x163a4f:0x263,_0x31c1ac:0x25e,_0x3a197d:0x23c,_0x3b2f62:0x1ed,_0x19b3f3:0x181,_0x1e8758:0x4f8,_0x89063b:0x1ee,_0x1f84c1:0x1ba,_0x29b0bb:0x4c0,_0x3af9dd:0x4c9,_0x2ccd0d:0x111,_0x3cb14d:0xf7,_0x5d5e52:0x140,_0x3f4cc0:0x1d8,_0x3952dd:0x15f,_0x4a3e72:0xf6,_0x564f47:0xd6,_0x1323fb:0x477,_0x2038bc:0x21a,_0x10226b:0x270,_0x5ee948:0x54f,_0x59edcc:0x50b,_0x28549c:0x4cc,_0x1e6757:0x47d,_0x366b7b:0x3f5,_0xfa0519:0x42c,_0x4b9bbf:0x525,_0x14e4df:0x1d5,_0x3a21c6:0x4c1,_0x5a05f5:0xfa,_0x3ccc0a:0x246,_0xdc3846:0x1ec,_0x53650b:0x167,_0x5c2846:0x461,_0x3d07ec:0x4d3,_0x2f2f7a:0x4e8,_0x167850:0x494,_0x41dda5:0x547,_0x36eb1d:0x12c,_0x9b76b2:0x4b8,_0x2393a5:0x135,_0x198ea5:0x18c,_0x47581b:0x1a7,_0x138dd3:0x5ba,_0x18c3c6:0x163,_0x1a9ed6:0x249,_0x26546b:0x1f8,_0x2303cb:0x4e0,_0x175f2b:0x135,_0x5ec95a:0x1cf,_0x82b58c:0x264,_0x1cad8e:0x52c,_0x22ba65:0x4f0,_0x4d0245:0x52c,_0x20e943:0x1b3,_0x103f2a:0xff,_0xabdc45:0x14c,_0x3f617c:0x96,_0x1af034:0x1a0,_0x4cb0d3:0x8b,_0xe941e3:0x50a,_0x531d65:0x4ac,_0x5a5e31:0x1ae,_0x40d2c4:0x182,_0x5a17f5:0x20c,_0x18b075:0x4de,_0x511d46:0x5ba,_0xe32cfa:0x498,_0x4137d9:0x108,_0x32ed2f:0x110,_0x5b3ec7:0x425,_0x2c928b:0x498,_0x1767a0:0x50b,_0x1c2119:0x133,_0x368fbd:0x14d,_0x3f0785:0x4ba,_0x2ba74e:0x5a3,_0x37b054:0x424,_0x2d1797:0x481,_0x3cd8ff:0x4be,_0x5288c9:0x469,_0x4fc794:0x51c,_0xfcc94d:0x210,_0x4f92a2:0x235,_0x4e2787:0x222,_0x4cd98d:0x251,_0x2754d2:0x4fa,_0x50bc09:0x1f6,_0x587951:0x563,_0x54b7b4:0x59c,_0x57de03:0x460,_0x12ec7d:0x47c,_0x34e9f9:0x402,_0x3a5b3a:0x495,_0x53ee51:0x504,_0x3e691a:0x59a,_0x238906:0x4a3,_0x32d564:0x4e8,_0x48613e:0x580,_0x3cb713:0x467,_0x42a5e4:0x433,_0x2b3fb0:0x1b0,_0x24b7ed:0x234,_0x33061f:0x447,_0xff0446:0x3cf,_0x368301:0x4d1,_0x565aa5:0x3fc,_0xe0f12e:0x475,_0x4a68ce:0x4ec,_0x29c653:0x409,_0x5808b0:0x47e,_0x1870db:0x431,_0x316654:0x40d,_0x5074a4:0x18d,_0x1e21c0:0x1d8,_0x278ee9:0x152,_0x447ae3:0x591,_0x511207:0x53d,_0xee64a1:0x1da,_0x42fcdb:0x1d8,_0x52b789:0x1bd,_0x2f0917:0x162,_0xf09d19:0x161},_0x1c7ddc={_0x152103:0x29},_0x2a5253={'WoFvK':function(_0xee2565,_0x58cee7,_0x76a96){return _0xee2565(_0x58cee7,_0x76a96);},'OBJdN':_0x4462b0(0x4c9,0x4cd,0x438,_0x1a7a34._0x2fbe41),'hDtau':function(_0x2326c4,_0x2bee3a){return _0x2326c4(_0x2bee3a);},'XZtiZ':'Server\x20did'+_0x4462b0(0x54d,0x52b,0x54a,0x532)+'gracefully'+',\x20forcing.'+'..','vFEcB':'SIGKILL','VebLi':function(_0x22d178){return _0x22d178();},'OtOCy':function(_0x12461a,_0x1c8e13){return _0x12461a(_0x1c8e13);},'fDwvJ':'CoderFlow\x20'+_0x4a3d7e(0x1c2,_0x1a7a34._0x5ab1fc,_0x1a7a34._0x2327d3,_0x1a7a34._0x3eb519)+_0x4462b0(_0x1a7a34._0x250c1d,_0x1a7a34._0x2016f0,0x55f,_0x1a7a34._0x1cd7e4),'fgLpl':function(_0x202dc2,_0x57b131){return _0x202dc2===_0x57b131;},'sVTau':_0x4462b0(_0x1a7a34._0x43c023,0x4a6,_0x1a7a34._0x31fe88,_0x1a7a34._0x289670),'YoMlN':_0x4462b0(_0x1a7a34._0x3e5634,_0x1a7a34._0x218da2,0x50e,0x5e1),'sIGjo':function(_0x3e2d23,_0x37c0e2){return _0x3e2d23!==_0x37c0e2;},'nQAUt':_0x4462b0(_0x1a7a34._0x4ffea7,0x536,0x4ec,_0x1a7a34._0x5509a5),'KsWJt':function(_0x3392a4,_0x2c9599){return _0x3392a4!==_0x2c9599;},'RmYrJ':_0x4462b0(0x465,_0x1a7a34._0x3f2a75,_0x1a7a34._0x157c0b,_0x1a7a34._0x3ac338),'PbejJ':_0x4a3d7e(_0x1a7a34._0x32687f,_0x1a7a34._0x4127ce,_0x1a7a34._0x16775a,_0x1a7a34._0x414eb)+_0x4a3d7e(_0x1a7a34._0x194236,_0x1a7a34._0x55421f,_0x1a7a34._0x79b931,0x14e)+'h:','bKflQ':_0x4462b0(_0x1a7a34._0x3780e6,_0x1a7a34._0x43e86e,0x4d5,0x55e)+_0x4a3d7e(_0x1a7a34._0x2106c9,0x1a8,0x1b2,0x209),'yaDOC':_0x4462b0(0x515,0x529,_0x1a7a34._0x129d64,0x52e)+_0x4462b0(_0x1a7a34._0x55366b,_0x1a7a34._0x515ba6,0x534,_0x1a7a34._0x3d45a3)+_0x4a3d7e(0x15e,0x131,0x13c,0xf8)+_0x4a3d7e(0x19c,_0x1a7a34._0x27bd9d,0x18f,0x125),'UGGIU':_0x4a3d7e(0x141,0x1cf,0x17e,0x185)+_0x4a3d7e(_0x1a7a34._0x124609,_0x1a7a34._0x451d34,0x1b2,0x1f4)+_0x4a3d7e(_0x1a7a34._0x409bf4,_0x1a7a34._0x49d26a,_0x1a7a34._0x5246a7,_0x1a7a34._0x3539d5)+_0x4a3d7e(0x19a,0x156,0x147,_0x1a7a34._0x1118d3)+_0x4462b0(_0x1a7a34._0x4474ab,_0x1a7a34._0x3f81a3,_0x1a7a34._0x324046,0x553)+_0x4462b0(0x476,0x4ed,0x4b5,_0x1a7a34._0x3072a8),'Ahvyr':'EJWPz','jJMKy':_0x4462b0(_0x1a7a34._0x28f7bf,_0x1a7a34._0x106da5,0x4f9,_0x1a7a34._0x32cfc5)+_0x4a3d7e(0x1a0,_0x1a7a34._0x275520,0x233,0x19e)+':','zryiy':_0x4a3d7e(_0x1a7a34._0x69544e,0x123,_0x1a7a34._0x46150d,0x18a)+_0x4462b0(0x586,0x549,0x563,0x5c9),'oiJoZ':_0x4462b0(_0x1a7a34._0x29d459,0x485,0x50a,0x4b8),'GbJtj':'Wyhcj','HWMzQ':_0x4a3d7e(0x26b,0x2ae,0x230,0x2ad)+_0x4a3d7e(0x176,_0x1a7a34._0x3c713a,_0x1a7a34._0x54bcbe,0xff)+_0x4a3d7e(0x22c,_0x1a7a34._0x52a97e,0x1af,_0x1a7a34._0x567719)+_0x4a3d7e(0x1c1,_0x1a7a34._0x77c80,0x13b,0x1c4)+_0x4462b0(0x4a7,_0x1a7a34._0x4c610f,_0x1a7a34._0x32ae82,0x4b3)+_0x4462b0(_0x1a7a34._0x1bbce3,_0x1a7a34._0x3b3d3e,_0x1a7a34._0x15b7c3,0x4d8)},{running:_0x222e29,pid:_0xd3ee17}=await isServerRunning(),_0xfeed6e=await _0x2a5253[_0x4a3d7e(_0x1a7a34._0xd6c727,0x204,_0x1a7a34._0x585e18,_0x1a7a34._0x4598d4)](getServerConfig),_0x293e19=await _0x2a5253[_0x4a3d7e(0x1ba,_0x1a7a34._0x5ed3b2,0x187,0x170)](checkServerHealth,_0xfeed6e[_0x4462b0(0x4cd,0x50c,0x4d0,0x4f0)]);console[_0x4462b0(_0x1a7a34._0x15e171,_0x1a7a34._0x4ba7b3,_0x1a7a34._0x1294ff,_0x1a7a34._0x1c7978)](_0x2a5253[_0x4a3d7e(0x211,0x182,_0x1a7a34._0x4d4d4a,_0x1a7a34._0x31c4c8)]),console[_0x4a3d7e(0x1c6,0x25e,_0x1a7a34._0x4941cd,_0x1a7a34._0x48df72)]('');if(_0x222e29&&_0x293e19[_0x4462b0(0x511,0x4ac,0x446,_0x1a7a34._0x99140e)])_0x2a5253[_0x4a3d7e(_0x1a7a34._0x3c72f2,0x12c,_0x1a7a34._0x1bcb96,_0x1a7a34._0x2604e6)](_0x2a5253[_0x4462b0(_0x1a7a34._0x405676,_0x1a7a34._0x99140e,_0x1a7a34._0x43e86e,0x467)],_0x2a5253[_0x4a3d7e(_0x1a7a34._0x276ea8,_0x1a7a34._0x3d82bb,_0x1a7a34._0x4a3b58,_0x1a7a34._0x1924f4)])?_0x2c35c5=_0x2a5253[_0x4a3d7e(_0x1a7a34._0xbade2,0x16c,_0x1a7a34._0x3b4826,0x194)](_0x2e3270,_0x1e79ff[_0x4a3d7e(0x170,_0x1a7a34._0x5587cd,0x1c9,_0x1a7a34._0x476e5a)](_0x2a5253['OBJdN'][_0x4a3d7e(_0x1a7a34._0x163a4f,0x253,0x1e2,_0x1a7a34._0x31c1ac)]),0x10*0xd7+-0x2d4+0x2*-0x549):(console[_0x4a3d7e(_0x1a7a34._0x3a197d,0x1dd,0x1d8,_0x1a7a34._0x3b2f62)]('\x20\x20Status:\x20'+_0x4a3d7e(_0x1a7a34._0x19b3f3,0x10d,0x129,0x13e)+_0x4462b0(0x53a,0x56f,0x584,_0x1a7a34._0x1e8758)+_0x4a3d7e(_0x1a7a34._0x89063b,0x141,_0x1a7a34._0x1f84c1,0x1bb)),console[_0x4462b0(_0x1a7a34._0x29b0bb,0x526,_0x1a7a34._0x3af9dd,0x4de)]('\x20\x20PID:\x20\x20\x20\x20'+_0x4a3d7e(_0x1a7a34._0x2ccd0d,_0x1a7a34._0x3cb14d,0x12f,_0x1a7a34._0x5d5e52)+_0xd3ee17),console[_0x4a3d7e(0x13f,0x13f,_0x1a7a34._0x3f4cc0,0x18e)]('\x20\x20URL:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0xfeed6e[_0x4a3d7e(0xcd,0xbb,_0x1a7a34._0x69544e,_0x1a7a34._0x3952dd)]));else{if(_0x293e19[_0x4a3d7e(_0x1a7a34._0x4a3e72,_0x1a7a34._0x564f47,0x15e,0x186)])console['log']('\x20\x20Status:\x20'+_0x4462b0(0x486,_0x1a7a34._0x1323fb,0x4c2,0x505)+'ning\x20(fore'+_0x4a3d7e(_0x1a7a34._0x2038bc,_0x1a7a34._0x10226b,0x1ec,0x1f0)),console['log'](_0x4462b0(0x4b7,_0x1a7a34._0x5ee948,0x4e4,_0x1a7a34._0x59edcc)+_0x4462b0(_0x1a7a34._0x28549c,_0x1a7a34._0x1e6757,_0x1a7a34._0x366b7b,_0x1a7a34._0xfa0519)+_0xfeed6e['serverUrl']);else _0x222e29?_0x2a5253['sIGjo'](_0x2a5253[_0x4462b0(0x49e,0x4f7,_0x1a7a34._0x4b9bbf,0x4f9)],_0x2a5253[_0x4a3d7e(0x1d0,0x1a5,0x1a9,_0x1a7a34._0x14e4df)])?(_0x287f27['log'](_0x4462b0(0x545,0x547,0x59c,_0x1a7a34._0x3a21c6)+'\x20\x20\x20\x20\x20✓\x20Run'+_0x4a3d7e(_0x1a7a34._0x5a05f5,0x125,0x176,0x118)+_0x4a3d7e(_0x1a7a34._0x3ccc0a,0x240,_0x1a7a34._0xdc3846,0x1f2)),_0x48762c[_0x4a3d7e(0x13f,0x239,0x1d8,_0x1a7a34._0x53650b)]('\x20\x20URL:\x20\x20\x20\x20'+_0x4462b0(_0x1a7a34._0x5c2846,0x47d,0x40a,0x50a)+_0x329d11['serverUrl'])):(console[_0x4462b0(_0x1a7a34._0x3d07ec,_0x1a7a34._0x4ba7b3,_0x1a7a34._0x2f2f7a,_0x1a7a34._0x167850)](_0x4462b0(_0x1a7a34._0x15e171,_0x1a7a34._0x41dda5,0x4b5,0x532)+_0x4a3d7e(0x1d8,_0x1a7a34._0x36eb1d,0x1bb,0x174)+_0x4462b0(0x4ca,_0x1a7a34._0x9b76b2,0x4f2,0x50e)+_0x4a3d7e(0x115,0xd1,_0x1a7a34._0x2393a5,_0x1a7a34._0x198ea5)+_0x4a3d7e(0x1de,_0x1a7a34._0x47581b,0x1fe,0x204)+_0x4462b0(_0x1a7a34._0x4c610f,0x4bc,_0x1a7a34._0x5c2846,0x4c4)),console['log'](_0x4462b0(0x5a2,0x523,0x4c6,_0x1a7a34._0x138dd3)+_0x4a3d7e(_0x1a7a34._0x18c3c6,_0x1a7a34._0x1a9ed6,_0x1a7a34._0x26546b,0x1d4)+_0xd3ee17)):console[_0x4462b0(_0x1a7a34._0x2303cb,0x526,0x4c3,0x5b4)]('\x20\x20Status:\x20'+_0x4a3d7e(0x12f,_0x1a7a34._0x175f2b,0x16d,_0x1a7a34._0x5ec95a)+_0x4a3d7e(0x27d,_0x1a7a34._0x82b58c,0x21c,0x254));}if(_0xfeed6e['setupPath']){if(_0x2a5253[_0x4a3d7e(0x157,0x187,_0x1a7a34._0x55421f,0x122)](_0x2a5253[_0x4462b0(_0x1a7a34._0x1cad8e,0x4f1,_0x1a7a34._0x22ba65,_0x1a7a34._0x4d0245)],_0x4a3d7e(_0x1a7a34._0x20e943,_0x1a7a34._0x103f2a,_0x1a7a34._0xabdc45,0x1ab))){_0x5ec1a5[_0x4a3d7e(_0x1a7a34._0x3f617c,_0x1a7a34._0x1af034,_0x1a7a34._0x27bd9d,_0x1a7a34._0x4cb0d3)]();const _0x3639ff={};_0x3639ff[_0x4462b0(_0x1a7a34._0xe941e3,_0x1a7a34._0x531d65,0x4c1,0x49f)]=![],_0x2a5253[_0x4a3d7e(_0x1a7a34._0x5a5e31,_0x1a7a34._0x40d2c4,_0x1a7a34._0x5a17f5,0x28e)](_0x9be050,_0x3639ff);}else console[_0x4462b0(_0x1a7a34._0x18b075,0x526,0x57e,_0x1a7a34._0x511d46)]('\x20\x20Setup\x20Pa'+_0x4462b0(_0x1a7a34._0xe32cfa,0x4f2,0x46f,0x45b)+_0xfeed6e['setupPath']);}else console['log'](_0x4a3d7e(0x123,0x13a,_0x1a7a34._0x4137d9,_0x1a7a34._0x32ed2f)+_0x4462b0(_0x1a7a34._0x5b3ec7,_0x1a7a34._0x2c928b,_0x1a7a34._0x1767a0,_0x1a7a34._0x324046)+_0x4a3d7e(_0x1a7a34._0x1c2119,0x1d0,_0x1a7a34._0x368fbd,0x1de)+')');console[_0x4a3d7e(0x232,0x23b,_0x1a7a34._0x3f4cc0,_0x1a7a34._0x585e18)](_0x4462b0(_0x1a7a34._0x3f0785,0x522,_0x1a7a34._0x29b0bb,_0x1a7a34._0x2ba74e)+_0x4462b0(_0x1a7a34._0x37b054,0x47d,_0x1a7a34._0x2d1797,_0x1a7a34._0x3cd8ff)+_0xfeed6e[_0x4a3d7e(0x213,0x251,0x1be,0x1bf)]);function _0x4a3d7e(_0x3d618a,_0x1f4e9f,_0x1c98fb,_0x29bba3){return _0x5920d7(_0x1f4e9f,_0x1c98fb-0x276,_0x1c98fb-_0x1c7ddc._0x152103,_0x29bba3-0x24);}console['log']('');function _0x4462b0(_0x145c98,_0x1318fd,_0xddea22,_0x58cc48){return _0x5920d7(_0x145c98,_0x1318fd-0x5c4,_0xddea22-0x42,_0x58cc48-0x10f);}const _0x2dfb15=_0x222e29||_0x293e19[_0x4462b0(0x434,0x4ac,0x44f,_0x1a7a34._0x5288c9)];if(!_0x2dfb15&&_0xfeed6e['setupPath'])console[_0x4462b0(_0x1a7a34._0x4fc794,0x526,_0x1a7a34._0x250c1d,0x532)](_0x2a5253[_0x4a3d7e(_0x1a7a34._0x32687f,0x270,_0x1a7a34._0xfcc94d,_0x1a7a34._0x4f92a2)]),console[_0x4a3d7e(_0x1a7a34._0x4e2787,_0x1a7a34._0x4cd98d,0x1d8,_0x1a7a34._0x124609)](_0x2a5253[_0x4462b0(0x439,0x46d,0x4a0,_0x1a7a34._0x2754d2)]);else{if(!_0x2dfb15)console[_0x4a3d7e(0x1d6,0x23b,0x1d8,_0x1a7a34._0x50bc09)](_0x2a5253[_0x4462b0(_0x1a7a34._0x587951,0x507,0x58a,_0x1a7a34._0x54b7b4)]),console['log'](_0x2a5253['UGGIU']);else _0x222e29?_0x4462b0(_0x1a7a34._0x57de03,_0x1a7a34._0x12ec7d,0x461,_0x1a7a34._0x34e9f9)!==_0x2a5253[_0x4462b0(0x512,0x487,_0x1a7a34._0x3a5b3a,_0x1a7a34._0x53ee51)]?(console[_0x4462b0(_0x1a7a34._0x3e691a,0x526,0x4f3,_0x1a7a34._0x238906)](_0x2a5253[_0x4462b0(0x4c6,0x4dc,0x472,0x49a)]),console[_0x4462b0(0x4e4,0x526,_0x1a7a34._0x29b0bb,0x4c4)](_0x2a5253[_0x4462b0(_0x1a7a34._0x32d564,0x579,_0x1a7a34._0x48613e,0x574)])):(_0x14a94f[_0x4462b0(0x3df,_0x1a7a34._0x3cb713,_0x1a7a34._0x42a5e4,0x4f7)](_0x3514a5,-0x529+-0x17*-0xf5+-0x10da),_0x1fee3f['log'](_0x2a5253[_0x4a3d7e(0x21a,0x243,_0x1a7a34._0x2b3fb0,_0x1a7a34._0x24b7ed)]),_0x3ac336[_0x4462b0(_0x1a7a34._0x33061f,0x467,_0x1a7a34._0xff0446,_0x1a7a34._0x368301)](_0x5f5a67,_0x2a5253[_0x4462b0(_0x1a7a34._0x565aa5,_0x1a7a34._0xe0f12e,0x4d7,_0x1a7a34._0x4a68ce)])):_0x2a5253[_0x4462b0(0x498,0x490,_0x1a7a34._0x29c653,0x432)](_0x2a5253[_0x4462b0(0x455,_0x1a7a34._0x5808b0,_0x1a7a34._0x1870db,_0x1a7a34._0x316654)],_0x2a5253[_0x4a3d7e(_0x1a7a34._0x2038bc,0x216,0x1b6,_0x1a7a34._0x5074a4)])?(console[_0x4a3d7e(0x1fd,0x270,_0x1a7a34._0x1e21c0,0x1b6)]('Server\x20is\x20'+_0x4a3d7e(_0x1a7a34._0x278ee9,0x103,0x175,0x1ff)+_0x4462b0(0x55b,0x525,_0x1a7a34._0x447ae3,0x54d)+_0x4462b0(0x4e6,0x4e1,0x4af,_0x1a7a34._0x511207)),console[_0x4a3d7e(_0x1a7a34._0xee64a1,0x14d,_0x1a7a34._0x42fcdb,0x194)](_0x2a5253['HWMzQ'])):_0x48400f[_0x4a3d7e(0x22c,0x15e,_0x1a7a34._0x52b789,0x183)+'Y']=_0x4a3d7e(0x13e,_0x1a7a34._0x2f0917,_0x1a7a34._0xf09d19,0x105);}}export async function showLogs(_0x4dfefc){const _0x1f55a5={_0x3ab358:0x35b,_0xd61260:0x31a,_0x9dcdcd:0x2cd,_0x1bb314:0x33c,_0x4a45a5:0x129,_0x345113:0xa9,_0x210af3:0x87,_0x36d8d6:0x9f,_0x506ca0:0x2a9,_0x3e0e89:0x24,_0x23bad1:0x5,_0x361dc5:0x358,_0x534bf8:0x2d6,_0x54d293:0x38f,_0x3894e4:0x7d,_0x2c130c:0x54,_0x576f1e:0x25,_0x29498f:0x79,_0x3fc593:0x38e,_0x396eda:0x33a,_0x886d50:0x372,_0x263d83:0x2ad,_0x330bf8:0x34c,_0x2dfe64:0x256,_0x254a88:0x2e0,_0x591bfa:0x174,_0x2d013e:0x133,_0x2678d9:0x2cd,_0x129e27:0x289,_0x4cfa85:0x137,_0x4707b8:0xd1,_0x5aaa01:0xd1,_0x3113cc:0x39,_0x3b2a4f:0xca,_0x45a42b:0xec,_0x3b3131:0xdc,_0x4a73dd:0xd9,_0x3951f5:0x22e,_0xfa51aa:0x29b,_0x4f404f:0x11d,_0x193e2d:0x99,_0x4a6eee:0x13,_0x2338d7:0xd0,_0x5e1151:0xf8,_0x3febb6:0x223,_0x30aabe:0x30a,_0x49eb8e:0x312,_0x6583e7:0x5d,_0x2acd91:0x12d,_0xee884d:0x344,_0x364bec:0x11d,_0x3b3550:0xe4,_0x3a92bc:0x288,_0x2b08be:0x69,_0x560fec:0x25,_0x511da0:0xbb,_0x3b743e:0xb6,_0x598bbf:0x263,_0x5d589f:0x2a7,_0x5aa9bb:0x2e0,_0x22df5f:0x300,_0x1778f4:0x368,_0x280cb6:0x18,_0x55b33b:0xb2,_0x4d6aa6:0x96,_0x201a9e:0x384,_0x5159b5:0x331,_0x2b295a:0x2ef,_0xe83b75:0x2fd,_0x2c6f50:0x2db,_0x59b2f6:0x39d,_0x1fc0db:0x2d7,_0x3dc967:0x32a,_0x331584:0x2c9,_0x47223f:0x28c,_0x18170c:0x2e0,_0x39c991:0x45,_0x212c79:0x1c,_0x327c83:0x58,_0x360b00:0x9f,_0x4ba465:0x131,_0x11afe3:0x2fd,_0x5674ee:0x27c,_0xfecf97:0x2ce,_0x2282d1:0x2da,_0x270d03:0x109,_0x1d47df:0x27e,_0x282364:0x339,_0x332c59:0x2fe,_0x3ef770:0x282,_0x576565:0x2a8,_0x33fff9:0x32e,_0x115fac:0xed,_0x3e41cf:0x6b,_0x4c60df:0xe1,_0x376716:0x3f0,_0x21bfc7:0x389,_0x58a537:0x4,_0x1b63be:0x47,_0x848e60:0x1f,_0x1c3d2d:0x88,_0x2af22e:0x10b,_0x1faab6:0xd7,_0x535de6:0x9d,_0x658d4e:0x5f,_0x3cfbfe:0x10f,_0x2c6917:0xf6,_0x365bc3:0x375,_0x1cf98b:0x279,_0x3b83bd:0x2ed,_0x112d70:0x316,_0x32850a:0x4c,_0x217906:0x33e,_0x2dddd3:0x323,_0x3180d8:0xb4,_0x5c3013:0x10f,_0x563117:0x8a,_0x326c07:0x3a5,_0x321c4e:0x2c2,_0x52d795:0x2b6,_0x283731:0x339,_0x44d8f2:0xe6,_0x53af73:0x375,_0x8bce2e:0x357,_0x54e59a:0x239,_0x3581af:0x87,_0x407f8c:0x1c,_0x2cdbe5:0x64,_0x459399:0xe7},_0xda68f1={_0x862fac:0x3d3,_0x3cbdf7:0x3da,_0x32adbc:0x436,_0x48da01:0x436,_0x46d1c6:0x3a6,_0x2876f0:0x42f},_0x1a3a41={_0x20eda9:0x16,_0x203c3a:0x4f,_0x3e35f7:0x1ac,_0x581494:0x84,_0x23900f:0xc5,_0x121c88:0x298,_0xcfdede:0x23e,_0x57a95e:0x1fd,_0x244dbb:0x16,_0x3999a5:0x16,_0x455f49:0xa4,_0x5d9dd3:0xf,_0x1a404c:0x5e,_0x2547d1:0x6d,_0x432c82:0x46,_0x41fce7:0x2a,_0x598a8f:0x6,_0x4e853a:0x1e3,_0x2f5c2c:0x22c,_0xae8a6e:0x194,_0x4a33b0:0x22f,_0x480139:0x14c,_0xd41a7f:0xfb,_0x6ba7ca:0x8d,_0x5c6aa1:0x2d,_0x1736dc:0x187,_0x36ae3e:0x27e,_0x5e752c:0x1fe,_0x15e355:0x3f,_0x4773f2:0x5c,_0x5dc27e:0x274,_0x3180a2:0x1ef,_0x33ff45:0x111,_0x43e7e8:0x1e7,_0x1a9fcc:0x153,_0x5a0d55:0x1b6,_0x12b10e:0x14c,_0x53c309:0x135,_0x21e9ce:0x164,_0x2abcfb:0x156,_0x360b51:0x1a9,_0x1dd7e3:0x158,_0x103f93:0xb,_0xcb79ea:0xb9,_0xd114b0:0xfd,_0x3e14e2:0x3d,_0x310af2:0x99,_0x447c12:0x101,_0x4fa331:0x4b,_0x3b422e:0xb1,_0x4b4283:0x48,_0x367e5f:0x6d,_0x1f9c15:0x245,_0x52d6e3:0x28,_0x2d71dd:0x6c,_0x5a35d7:0x24,_0x50fa3c:0x11f,_0x20c737:0x1d1},_0x3abef5={_0x22c52d:0x17f,_0x11e168:0x64},_0x277277={_0x4797af:0x18d};function _0x389c9d(_0x476a59,_0x1d5cdc,_0x4e28b0,_0x187def){return _0x739874(_0x476a59-0x92,_0x187def- -_0x277277._0x4797af,_0x4e28b0-0x5f,_0x4e28b0);}function _0x632a92(_0x34cc11,_0x41e74b,_0x1a7298,_0x539f52){return _0x5920d7(_0x34cc11,_0x1a7298-_0x3abef5._0x22c52d,_0x1a7298-0x108,_0x539f52-_0x3abef5._0x11e168);}const _0x2fa077={'OdlGu':function(_0x2224b7,_0x3d5f7e){return _0x2224b7(_0x3d5f7e);},'CRUrk':_0x389c9d(_0x1f55a5._0x3ab358,_0x1f55a5._0xd61260,_0x1f55a5._0x9dcdcd,_0x1f55a5._0x1bb314)+_0x632a92(0xf8,0x187,_0x1f55a5._0x4a45a5,0x1ad)+'the\x20server'+'\x20with:','JVpGY':_0x632a92(0x3c,_0x1f55a5._0x345113,_0x1f55a5._0x210af3,_0x1f55a5._0x36d8d6)+_0x389c9d(0x2f2,0x334,_0x1f55a5._0x506ca0,0x313)+'\x20--setup-p'+_0x632a92(0x72,_0x1f55a5._0x3e0e89,0x50,-_0x1f55a5._0x23bad1)+_0x632a92(0xd4,0x32,0xa9,0x12c)+_0x632a92(0xa1,0xff,0xa8,0x2b),'iQCpf':_0x632a92(0x152,0x100,0x118,0xe7)+_0x389c9d(0x309,0x304,_0x1f55a5._0x361dc5,_0x1f55a5._0x534bf8)+_0x389c9d(0x3a4,0x385,_0x1f55a5._0x54d293,0x338)+'d\x20mode.','UyhpB':_0x632a92(0xca,_0x1f55a5._0x3894e4,_0x1f55a5._0x2c130c,0x3f),'nQnux':function(_0x4e6c4d,_0x5c0003){return _0x4e6c4d!==_0x5c0003;},'hcIHu':'PXZbY','TKClh':function(_0x368d64,_0x314add){return _0x368d64-_0x314add;},'YdPDv':_0x632a92(0xf7,_0x1f55a5._0x576f1e,0x80,_0x1f55a5._0x29498f),'HjXgY':_0x389c9d(0x3a0,0x39b,0x36d,_0x1f55a5._0x3fc593),'BZSjv':_0x389c9d(_0x1f55a5._0x396eda,0x322,_0x1f55a5._0x886d50,0x2eb),'NaeMQ':function(_0x256e4a,_0xa5d464){return _0x256e4a===_0xa5d464;},'nXRLO':function(_0xddb2d6,_0x4fda3f){return _0xddb2d6===_0x4fda3f;},'XdHhO':_0x632a92(0x8c,0x31,0x16,-0x40),'crqTf':_0x389c9d(_0x1f55a5._0x263d83,_0x1f55a5._0x330bf8,_0x1f55a5._0x2dfe64,_0x1f55a5._0x254a88),'FKvAq':_0x632a92(0x183,_0x1f55a5._0x591bfa,_0x1f55a5._0x2d013e,0x123),'MvCJI':function(_0x210169,_0xa36817,_0x8b64f3){return _0x210169(_0xa36817,_0x8b64f3);},'HLTsX':_0x389c9d(0x2a6,0x253,0x2cc,_0x1f55a5._0x2678d9)+'wing\x20logs\x20'+_0x389c9d(0x2cc,_0x1f55a5._0x129e27,_0x1f55a5._0x1bb314,0x2c3)+_0x632a92(0x119,_0x1f55a5._0x4cfa85,0xb7,0x5f)+'\x0a','NhTFh':_0x632a92(0x82,_0x1f55a5._0x4707b8,_0x1f55a5._0x5aaa01,_0x1f55a5._0x3113cc),'tUceK':_0x632a92(_0x1f55a5._0x3b2a4f,_0x1f55a5._0x45a42b,_0x1f55a5._0x3b3131,_0x1f55a5._0x4a73dd),'sUhDp':_0x389c9d(0x2b6,0x2c3,0x396,0x33a),'PuKRL':_0x389c9d(_0x1f55a5._0x3951f5,0x321,0x2e9,_0x1f55a5._0xfa51aa)+_0x632a92(0x99,_0x1f55a5._0x4f404f,_0x1f55a5._0x193e2d,_0x1f55a5._0x4a6eee),'QWNii':_0x632a92(_0x1f55a5._0x2338d7,_0x1f55a5._0x5e1151,0xca,0xd3)+'\x20not\x20have\x20'+_0x389c9d(_0x1f55a5._0x3febb6,0x1f4,0x1f0,0x267)+'ed\x20yet\x20or\x20'+_0x389c9d(_0x1f55a5._0x30aabe,0x335,0x373,_0x1f55a5._0x49eb8e)+_0x632a92(_0x1f55a5._0x6583e7,_0x1f55a5._0x2acd91,0xae,0x3a)+_0x389c9d(0x389,_0x1f55a5._0xee884d,0x337,0x34a)};let _0x53aed2=![],_0x53ebf1=null;for(const _0x4d1ace of _0x4dfefc){if(_0x2fa077[_0x632a92(0xd6,0x8e,_0x1f55a5._0x364bec,_0x1f55a5._0x3b3550)](_0x4d1ace,_0x389c9d(0x2dc,0x293,_0x1f55a5._0x3a92bc,0x271))||_0x2fa077['nXRLO'](_0x4d1ace,'-f'))_0x2fa077['nXRLO'](_0x632a92(-0x6b,-_0x1f55a5._0x2b08be,_0x1f55a5._0x560fec,_0x1f55a5._0x511da0),_0x2fa077[_0x632a92(0xda,0x47,0x4d,_0x1f55a5._0x3b743e)])?_0x2fa077['OdlGu'](_0x48a9f0,_0x13a941):_0x53aed2=!![];else _0x4d1ace[_0x389c9d(_0x1f55a5._0x598bbf,_0x1f55a5._0x5d589f,_0x1f55a5._0x5aa9bb,0x2a2)](_0x2fa077[_0x389c9d(_0x1f55a5._0x22df5f,0x3e2,0x36c,_0x1f55a5._0x1778f4)])&&(_0x2fa077[_0x632a92(_0x1f55a5._0x280cb6,_0x1f55a5._0x55b33b,_0x1f55a5._0x4d6aa6,0x5c)](_0x389c9d(0x29b,_0x1f55a5._0x201a9e,0x300,_0x1f55a5._0x5159b5),_0x2fa077['FKvAq'])?_0x53ebf1=_0x2fa077[_0x389c9d(_0x1f55a5._0x2b295a,_0x1f55a5._0xe83b75,_0x1f55a5._0x2c6f50,0x293)](parseInt,_0x4d1ace[_0x389c9d(_0x1f55a5._0x59b2f6,_0x1f55a5._0x1fc0db,0x3af,_0x1f55a5._0x3dc967)](_0x389c9d(_0x1f55a5._0x331584,0x339,_0x1f55a5._0x47223f,_0x1f55a5._0x18170c)[_0x389c9d(0x2ce,0x322,0x3d3,0x343)]),0x41a+-0x1*0xfdd+-0x35*-0x39):_0x18068a[_0x632a92(_0x1f55a5._0x39c991,-0x11,_0x1f55a5._0x212c79,-_0x1f55a5._0x327c83)]('Error\x20read'+'ing\x20logs:\x20'+_0x4c5cc4[_0x632a92(_0x1f55a5._0x360b00,_0x1f55a5._0x4ba465,0x100,0x13b)]));}try{const _0x2f2992=await _0xa08cb0[_0x389c9d(_0x1f55a5._0x11afe3,_0x1f55a5._0x5674ee,_0x1f55a5._0xfecf97,_0x1f55a5._0x2282d1)](LOG_FILE,_0x2fa077[_0x632a92(0xc6,0xfe,0xb1,_0x1f55a5._0x270d03)]),_0x51ac03=_0x2f2992[_0x389c9d(0x296,0x2f5,_0x1f55a5._0x1d47df,0x276)]('\x0a');_0x53ebf1?console[_0x389c9d(0x2dd,_0x1f55a5._0x886d50,0x2a2,_0x1f55a5._0x282364)](_0x51ac03[_0x389c9d(0x2d2,_0x1f55a5._0x332c59,0x28c,_0x1f55a5._0x3ef770)](-_0x53ebf1)[_0x632a92(0xd0,0xc1,0x3a,0x19)]('\x0a')):console[_0x389c9d(_0x1f55a5._0x576565,_0x1f55a5._0x33fff9,0x3a4,0x339)](_0x2f2992);if(_0x53aed2){console[_0x632a92(_0x1f55a5._0x115fac,_0x1f55a5._0x3e41cf,_0x1f55a5._0x4c60df,0x112)](_0x2fa077[_0x389c9d(_0x1f55a5._0x376716,0x3de,0x361,_0x1f55a5._0x21bfc7)]);let _0x468365=(await _0xa08cb0['stat'](LOG_FILE))[_0x632a92(-_0x1f55a5._0x58a537,-0xa,_0x1f55a5._0x1b63be,0x72)];const _0x6ff90d=_0x2fa077[_0x632a92(-_0x1f55a5._0x848e60,_0x1f55a5._0x1c3d2d,0x3b,0x52)](setInterval,async()=>{const _0x26383a={_0x387e9b:0xa8},_0x2779d2={};_0x2779d2['XtGHO']=_0x2fa077['iQCpf'],_0x2779d2[_0x399eaa(-_0x1a3a41._0x20eda9,0x35,-_0x1a3a41._0x203c3a,-0x4a)]=_0x28c4be(-_0x1a3a41._0x3e35f7,-_0x1a3a41._0x581494,-_0x1a3a41._0x23900f,-0x116)+_0x28c4be(-_0x1a3a41._0x121c88,-_0x1a3a41._0xcfdede,-_0x1a3a41._0x57a95e,-0x235)+_0x399eaa(_0x1a3a41._0x244dbb,-_0x1a3a41._0x3999a5,_0x1a3a41._0x455f49,-_0x1a3a41._0x5d9dd3)+_0x399eaa(-_0x1a3a41._0x1a404c,-_0x1a3a41._0x2547d1,-0x3f,-0x3)+_0x399eaa(-_0x1a3a41._0x432c82,-0x44,-0x6f,-0xa4)+_0x28c4be(-0x25e,-0x19a,-0x26e,-0x209);function _0x28c4be(_0x91d2e,_0x3c3a28,_0x32de67,_0x2f8a06){return _0x632a92(_0x91d2e,_0x3c3a28-0x8f,_0x2f8a06- -0x24f,_0x2f8a06-_0x26383a._0x387e9b);}const _0xcd6d28=_0x2779d2;function _0x399eaa(_0x9474f9,_0x225ce2,_0x3cdbac,_0x2a6ce4){return _0x632a92(_0x2a6ce4,_0x225ce2-0xc1,_0x9474f9- -0xa2,_0x2a6ce4-0x164);}if(_0x2fa077[_0x399eaa(0xd,-_0x1a3a41._0x41fce7,_0x1a3a41._0x598a8f,0x22)]===_0x28c4be(-_0x1a3a41._0x4e853a,-_0x1a3a41._0x2f5c2c,-_0x1a3a41._0xae8a6e,-0x1fb))try{if(_0x2fa077[_0x28c4be(-_0x1a3a41._0x4a33b0,-_0x1a3a41._0x480139,-0x1db,-0x1b9)]('PXZbY',_0x2fa077[_0x28c4be(-_0x1a3a41._0xd41a7f,-0x1c6,-0x108,-0x131)]))_0x4d088d[_0x399eaa(0x3f,0x30,_0x1a3a41._0x6ba7ca,_0x1a3a41._0x5c6aa1)](_0x2fa077[_0x28c4be(-0x16c,-_0x1a3a41._0x1736dc,-_0x1a3a41._0x36ae3e,-_0x1a3a41._0x5e752c)]),_0x5c2f2b[_0x399eaa(_0x1a3a41._0x15e355,_0x1a3a41._0x4773f2,0x5f,-0x4)](_0x2fa077[_0x28c4be(-_0x1a3a41._0x480139,-0x197,-_0x1a3a41._0x23900f,-0x123)]);else{const _0x28eb0f=(await _0xa08cb0['stat'](LOG_FILE))['size'];if(_0x28eb0f>_0x468365){const _0x1f98cb=await _0xa08cb0[_0x28c4be(-_0x1a3a41._0x5dc27e,-0x1c1,-0x234,-_0x1a3a41._0x3180a2)](LOG_FILE,'r'),_0x5662dc=Buffer[_0x28c4be(-0xdf,-_0x1a3a41._0x33ff45,-_0x1a3a41._0x43e7e8,-_0x1a3a41._0x1a9fcc)](_0x2fa077[_0x28c4be(-_0x1a3a41._0x5a0d55,-0x1a1,-_0x1a3a41._0x12b10e,-0x161)](_0x28eb0f,_0x468365));await _0x1f98cb['read'](_0x5662dc,-0x19dc+0x2484+-0xaa8,_0x5662dc[_0x28c4be(-_0x1a3a41._0x53c309,-0xf3,-0xf1,-_0x1a3a41._0x21e9ce)],_0x468365),await _0x1f98cb[_0x28c4be(-_0x1a3a41._0x2abcfb,-_0x1a3a41._0x360b51,-_0x1a3a41._0x1dd7e3,-0x156)](),process['stdout'][_0x399eaa(-0x95,-_0x1a3a41._0x103f93,-_0x1a3a41._0xcb79ea,-_0x1a3a41._0xd114b0)](_0x5662dc[_0x399eaa(-_0x1a3a41._0x3e14e2,-_0x1a3a41._0x310af2,-_0x1a3a41._0x5d9dd3,-0x90)](_0x2fa077['YdPDv'])),_0x468365=_0x28eb0f;}}}catch(_0x196b9f){_0x2fa077[_0x399eaa(-0x77,-0x1c,-_0x1a3a41._0x447c12,-0xce)]!==_0x2fa077[_0x399eaa(_0x1a3a41._0x4fa331,0x81,_0x1a3a41._0x3b422e,_0x1a3a41._0x4b4283)]?_0x2fa077[_0x399eaa(-0x2,-_0x1a3a41._0x367e5f,0x24,0x2d)](clearInterval,_0x6ff90d):(_0x2fa077['OdlGu'](_0x2bd6c3,_0x5883f7),_0x4161c3[_0x28c4be(-0x15a,-0x1eb,-_0x1a3a41._0x1f9c15,-0x1ce)](0x1d83*-0x1+-0xd0e+0x1*0x2a91));}else _0x4b0a17[_0x399eaa(0x3f,_0x1a3a41._0xcb79ea,-_0x1a3a41._0x52d6e3,0xa8)](_0xcd6d28[_0x399eaa(_0x1a3a41._0x2d71dd,_0x1a3a41._0x5a35d7,0xb9,-0x23)]),_0x282947[_0x28c4be(-_0x1a3a41._0x50fa3c,-0x1e4,-_0x1a3a41._0x20c737,-0x16e)](_0xcd6d28['aNOup']);},0x1*-0x1279+-0x20a9+0x5e6*0x9);process['on'](_0x2fa077[_0x632a92(_0x1f55a5._0x2af22e,_0x1f55a5._0x1faab6,_0x1f55a5._0x535de6,_0x1f55a5._0x658d4e)],()=>{const _0xd5a4c8={_0x15b0c1:0x227},_0x2d2bd5={_0x1c88d0:0x9f,_0x32e53d:0x1d6};_0x2fa077[_0x1fcbf9(_0xda68f1._0x862fac,_0xda68f1._0x3cbdf7,_0xda68f1._0x32adbc,0x458)](clearInterval,_0x6ff90d);function _0x1fcbf9(_0x19d640,_0x4a51f3,_0x540cc0,_0x32e551){return _0x389c9d(_0x19d640-_0x2d2bd5._0x1c88d0,_0x4a51f3-_0x2d2bd5._0x32e53d,_0x540cc0,_0x19d640-0xdb);}function _0x300bba(_0x26a137,_0xccb02a,_0x15dedb,_0x1a696a){return _0x389c9d(_0x26a137-0x121,_0xccb02a-0x16d,_0xccb02a,_0x1a696a-_0xd5a4c8._0x15b0c1);}process[_0x1fcbf9(0x3b4,_0xda68f1._0x48da01,_0xda68f1._0x46d1c6,_0xda68f1._0x2876f0)](0x1a1+-0x153*-0x4+0x1*-0x6ed);});}}catch(_0x159bba){_0x2fa077['nXRLO'](_0x159bba[_0x632a92(_0x1f55a5._0x3cfbfe,0x61,_0x1f55a5._0x2c6917,0x6c)],_0x389c9d(0x299,_0x1f55a5._0x365bc3,_0x1f55a5._0x1cf98b,0x30c))?_0x2fa077[_0x389c9d(0x336,0x2f9,_0x1f55a5._0x3b83bd,_0x1f55a5._0x112d70)]!==_0x2fa077['sUhDp']?(console[_0x632a92(_0x1f55a5._0x32850a,0x85,0xe1,0x109)](_0x2fa077[_0x389c9d(_0x1f55a5._0x217906,_0x1f55a5._0x54d293,0x3a1,_0x1f55a5._0x2dddd3)]),console[_0x632a92(_0x1f55a5._0x3180d8,0xac,_0x1f55a5._0x4c60df,0x160)](_0x2fa077[_0x632a92(_0x1f55a5._0x5c3013,0x92,_0x1f55a5._0x563117,0xd8)])):(_0x101be8[_0x389c9d(_0x1f55a5._0x326c07,_0x1f55a5._0x321c4e,_0x1f55a5._0x52d795,_0x1f55a5._0x283731)]('\x20\x20Status:\x20'+'\x20\x20\x20\x20\x20⚠\x20Sta'+_0x632a92(0xb2,_0x1f55a5._0x44d8f2,0x73,0x4a)+'e\x20(server\x20'+_0x389c9d(_0x1f55a5._0x53af73,0x368,0x323,0x35f)+_0x389c9d(_0x1f55a5._0x8bce2e,_0x1f55a5._0x54e59a,_0x1f55a5._0x598bbf,0x2cf)),_0x59f6ea[_0x632a92(0x169,0x60,_0x1f55a5._0x4c60df,0x10f)]('\x20\x20Stale\x20PI'+_0x632a92(_0x1f55a5._0x3581af,0xfb,0x101,0x161)+_0x1822e3)):console[_0x632a92(0x41,_0x1f55a5._0x576f1e,_0x1f55a5._0x407f8c,0x67)]('Error\x20read'+_0x632a92(0xd5,-0x18,_0x1f55a5._0x2cdbe5,_0x1f55a5._0x459399)+_0x159bba[_0x389c9d(0x32b,0x3f0,0x38c,0x358)]);}}export async function restartServer(_0x51a8b0){const _0x1fbd31={_0x484a78:0x14,_0x2a7a01:0x51,_0x2697d4:0x95,_0x5a92c4:0x18,_0x9165d6:0x72,_0x1bc4eb:0x67,_0x3378f9:0xba,_0x3fa60e:0x85,_0x511f6f:0x39,_0x548583:0xd,_0x2d787e:0x1,_0x51b478:0x108,_0x5e6288:0x162,_0x104768:0xab,_0x103e1f:0x173,_0x545796:0x4,_0x21f120:0x38,_0x4fe8ac:0x92,_0x4aa146:0x38,_0x28d9ca:0x55,_0x44e857:0x15},_0x67ca5={_0x9f5653:0x66,_0x53de9e:0x1e7},_0x3a6b31={_0x3a9168:0xf8};function _0x139f33(_0x2c361c,_0xc3ddda,_0x5ccd60,_0x3c6110){return _0x739874(_0x2c361c-0x119,_0x2c361c- -0x4d0,_0x5ccd60-_0x3a6b31._0x3a9168,_0xc3ddda);}const _0x48dceb={'HbqDr':function(_0x1ff549){return _0x1ff549();},'MeNmF':_0x1306f7(-0x15,-0x48,-0x69,-0xf7),'YNwCp':_0x139f33(_0x1fbd31._0x484a78,-0x33,_0x1fbd31._0x2a7a01,_0x1fbd31._0x2697d4)+_0x139f33(_0x1fbd31._0x5a92c4,0x3f,0x1b,-0x7f),'lfaIx':function(_0x583eed){return _0x583eed();},'bkZCN':_0x1306f7(-_0x1fbd31._0x9165d6,-_0x1fbd31._0x1bc4eb,-_0x1fbd31._0x3378f9,-_0x1fbd31._0x3fa60e)+'erver...'},{running:_0x2888fd}=await _0x48dceb[_0x139f33(_0x1fbd31._0x511f6f,0x52,0x57,0x35)](isServerRunning);_0x2888fd&&(_0x48dceb['MeNmF']==='NyScP'?_0x5d19ad[_0x139f33(-0xa,-_0x1fbd31._0x548583,0x3c,_0x1fbd31._0x2d787e)](_0x1306f7(-_0x1fbd31._0x2697d4,-0x16f,-_0x1fbd31._0x51b478,-_0x1fbd31._0x5e6288)+'th:\x20\x20'+_0x2baa6d[_0x1306f7(-_0x1fbd31._0x104768,-_0x1fbd31._0x103e1f,-0xfe,-0x82)]):(console[_0x1306f7(-0x64,_0x1fbd31._0x545796,-_0x1fbd31._0x21f120,-0x61)](_0x48dceb['YNwCp']),await _0x48dceb['lfaIx'](stopServer),console[_0x139f33(-0xa,-0x87,-0x9f,0x50)]('')));function _0x1306f7(_0x34bf53,_0x239fa9,_0x12431f,_0x58f0ba){return _0x5920d7(_0x58f0ba,_0x12431f-_0x67ca5._0x9f5653,_0x12431f-_0x67ca5._0x53de9e,_0x58f0ba-0x135);}console[_0x1306f7(-_0x1fbd31._0x4fe8ac,-0x21,-_0x1fbd31._0x4aa146,-0x61)](_0x48dceb[_0x1306f7(-_0x1fbd31._0x9165d6,-_0x1fbd31._0x28d9ca,_0x1fbd31._0x44e857,0x2a)]),await startDaemon(_0x51a8b0);}
@@ -1 +1 @@
1
- (function(_0x7c9f43,_0x494547){const _0x5bed1e={_0x488cf3:0x2b6,_0x17f6e8:0x28f,_0x46aa55:0x2a5,_0x266da4:0x248,_0xe2023b:0x251,_0x10c7c1:0x21b,_0x5b55d5:0x20a,_0x5b3278:0x231,_0xb3398c:0x296,_0x1e5686:0x282,_0x3b0c02:0x26b,_0x37956f:0x249,_0x3bf42c:0x24b,_0x130fe4:0x25d,_0x10e242:0x224,_0x3cf21c:0x1f0,_0x32a655:0x24c,_0x189af7:0x24a,_0x30fdf:0x268,_0x2d0daf:0x274,_0x461865:0x254,_0x19912f:0x207},_0x6e1cbf={_0x2eff6f:0x14a},_0x3e23a7=_0x7c9f43();function _0x11ee2b(_0xf6c4c3,_0x8d67fd,_0xea531b,_0x50b81e){return _0x1e06(_0x50b81e-0x108,_0xea531b);}function _0x3fcab2(_0x598973,_0x286648,_0x32e158,_0x5244b6){return _0x1e06(_0x286648-_0x6e1cbf._0x2eff6f,_0x5244b6);}while(!![]){try{const _0x8538a5=-parseInt(_0x3fcab2(_0x5bed1e._0x488cf3,_0x5bed1e._0x17f6e8,0x273,_0x5bed1e._0x46aa55))/(-0x15b3+-0x17a2+0x2d56)*(-parseInt(_0x3fcab2(0x254,_0x5bed1e._0x266da4,0x24a,_0x5bed1e._0xe2023b))/(0x1*-0x11a8+-0x9b7+0x1b61))+parseInt(_0x11ee2b(_0x5bed1e._0x10c7c1,_0x5bed1e._0x5b55d5,0x215,_0x5bed1e._0x5b3278))/(0xa2f+-0x1a3c+0x1010)+-parseInt(_0x3fcab2(0x274,_0x5bed1e._0xb3398c,0x286,_0x5bed1e._0x1e5686))/(-0x190b+-0x8e8+-0xeb*-0x25)+parseInt(_0x11ee2b(_0x5bed1e._0x3b0c02,_0x5bed1e._0x37956f,_0x5bed1e._0x3bf42c,_0x5bed1e._0x130fe4))/(-0xe8*-0x23+-0x2*0x12af+0x1*0x5ab)*(-parseInt(_0x11ee2b(0x204,_0x5bed1e._0x10e242,_0x5bed1e._0x3cf21c,0x21e))/(0xfeb+0x1609+-0x1*0x25ee))+parseInt(_0x3fcab2(0x26b,0x26a,_0x5bed1e._0x32a655,0x23f))/(-0x487*-0x8+-0x1*0x1604+0xbf*-0x13)+-parseInt(_0x11ee2b(0x24c,0x24c,0x230,_0x5bed1e._0x189af7))/(-0x1f*-0x7f+0x10f6+0x3*-0xac5)*(-parseInt(_0x3fcab2(0x249,_0x5bed1e._0x30fdf,0x265,_0x5bed1e._0x2d0daf))/(-0x1cee+-0x37d*0x7+0x2*0x1ab1))+parseInt(_0x11ee2b(0x234,_0x5bed1e._0x461865,_0x5bed1e._0x19912f,0x232))/(0x8ae+-0x5*0x49e+0xe72);if(_0x8538a5===_0x494547)break;else _0x3e23a7['push'](_0x3e23a7['shift']());}catch(_0x12bb8a){_0x3e23a7['push'](_0x3e23a7['shift']());}}}(_0x52b1,-0x82f57+0xcd64e+0x3749b));function _0x1e06(_0x35b486,_0x2fbff7){_0x35b486=_0x35b486-(-0x2*0x1127+-0x1*0xa2d+-0x37f*-0xd);const _0x43c05f=_0x52b1();let _0x1b4d3e=_0x43c05f[_0x35b486];if(_0x1e06['lRcSEz']===undefined){var _0x15295b=function(_0x2d7230){const _0x32d07c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2bb811='',_0x40339d='';for(let _0x2e701d=0x2d*-0x5e+-0x2ef*0xc+-0x89f*-0x6,_0x555c98,_0x9a9359,_0x1a10ed=-0x50e*0x4+0x3*0xc41+0x25d*-0x7;_0x9a9359=_0x2d7230['charAt'](_0x1a10ed++);~_0x9a9359&&(_0x555c98=_0x2e701d%(0x39b+0xe*-0x242+0x1c05)?_0x555c98*(0x2f*-0x59+-0x18a4+-0x83f*-0x5)+_0x9a9359:_0x9a9359,_0x2e701d++%(0x23d8+-0x241+-0xbf*0x2d))?_0x2bb811+=String['fromCharCode'](0x1*0x10ff+0x39f+-0x1*0x139f&_0x555c98>>(-(0x2058+0x959+-0x29af*0x1)*_0x2e701d&-0x419*-0x9+-0x129f+0x2*-0x91e)):0x12a5+-0xb50+-0x1*0x755){_0x9a9359=_0x32d07c['indexOf'](_0x9a9359);}for(let _0x5bc286=-0x2bd*0x1+0x37*-0x22+-0x3*-0x359,_0x5b24df=_0x2bb811['length'];_0x5bc286<_0x5b24df;_0x5bc286++){_0x40339d+='%'+('00'+_0x2bb811['charCodeAt'](_0x5bc286)['toString'](0x1229*-0x1+-0x2421+0x365a))['slice'](-(-0x2*0x182+-0x18*0x137+0x202e));}return decodeURIComponent(_0x40339d);};_0x1e06['Qdfqjq']=_0x15295b,_0x1e06['lpyima']={},_0x1e06['lRcSEz']=!![];}const _0x3db497=_0x43c05f[-0x1*0x232a+-0x138+0x2462],_0x1f5446=_0x35b486+_0x3db497,_0x5e3f9d=_0x1e06['lpyima'][_0x1f5446];return!_0x5e3f9d?(_0x1b4d3e=_0x1e06['Qdfqjq'](_0x1b4d3e),_0x1e06['lpyima'][_0x1f5446]=_0x1b4d3e):_0x1b4d3e=_0x5e3f9d,_0x1b4d3e;}import _0x559d3f from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function _0x52b1(){const _0x4ca8d9=['CMHjB2C','t2Hht3a','zfnJq0O','rvHNAuu','yw9UwMy','zxHPDa','DMjJvhm','zLzor2u','CM5HBwuGAxmGCG','D3zxr0S','C3DVCMrZigrVia','y2XVC2u','v0L4wKG','uxvVt24','s3rlsMi','ndy0mhfNyMrWsq','zxjYB3i','4PYtifbHC3n3B3jK','ndGZntrlzwj0q1u','q29UzMLYBsbqyq','CxvLC3rPB24','DgvYBwLUywW','CMzHy2u','B3v0Chv0','zvzlAgC','mZyZmZy0ohP5tLL6zW','BwvZC2fNzq','C3n3B3jKoIa','tLrgDuO','y0zZq1y','y3jLyxrLsw50zq','C3bSAxq','EsbMB3iGDxnLCG','CMq6ia','mtC4mdu1qwz5vfP3','C2v0ihbHC3n3BW','rhr6r1C','swfZrwS','uuvPBwO','BgzKtNi','CgfZC3DVCMq','ls1WyxnZD29Yza','C3qGocbJAgfYyq','DxnLCM5HBwu','neXwBuPqCa','DwDUqwu','ls11C2vYBMfTzq','CIaI','wLb1uwe','Aw5WDxq','igjLigf0igXLyq','C3rKB3v0','rxjYB3i6ifbHCW','v0LhBwK','tMv3ifbHC3n3BW','ww5euey','CfLpAeW','qK9HCvm','zxf1AxjLza','y3rLCNm','EuTfuLa','sgTxz1G','ExzpB0S','sNvtreW','BM90ig1HDgnO','DwnJzxnZzNvSBa','DKLZqMW','EgvQB0y','mte0wLHhzeLq','rxjYB3i6iezHAq','D3jPDgu','AuDhB24','ihbHC3n3B3jKia','C3rHCNrZv2L0Aa','AxPfz3K','C3DVCMqGBxvZDa','odCZA1LKDKLi','BgvKihrVihnLDa','mZe4mdm4menfA3PAuW','zvvVwu4','rxjYB3i6ifvZzq','y0TdCLm','yxDQBgm','yxDmCLm','q0HSzLy','wwXKAMq','rMPAs1K','ntuWntuXs0Lpu2jZ','mtmYntu0mJbRAMLmtxq','iIbUB3qGzM91BG','rMfPBgvKihrVia','AuvoA0W','BgvUz3rO','C3rKAw4','Bg9N','sM5vs3a','vMTpy00'];_0x52b1=function(){return _0x4ca8d9;};return _0x52b1();}function prompt(_0x20584f,_0x270e63=![]){const _0x5871e1={_0xb69023:0x277,_0x40bd1a:0x28a,_0x23e9c1:0x274,_0x79a4b2:0x222,_0x5dbb2e:0x237,_0x4e1e24:0x26b,_0x5e6749:0x2b4,_0x327997:0x226,_0x27059b:0x244,_0x1a3358:0x248,_0x519e77:0x246,_0x818802:0x247},_0xde3e4a={_0xfb890f:0x316,_0x32204f:0x31d,_0x518bd4:0x304,_0x510320:0x2fe,_0x1ee598:0x2d4,_0xa5ebb8:0x2c9,_0x1256db:0x360,_0x644ce5:0x2fc,_0x4b5ea5:0x327,_0x50bb9e:0x2e3,_0x462ad1:0x30f,_0x13e0b1:0x309,_0x9f9000:0x35d,_0x40d64b:0x333,_0x223fbf:0x382,_0x2752b3:0x350,_0x5e3336:0x33e,_0x158b5c:0x345,_0xdb7e9d:0x32f,_0xa7ec5c:0x318,_0x13ba93:0x35e,_0x4da631:0x385,_0x44b8db:0x367,_0x27235a:0x31b,_0x2c0ce3:0x309,_0xaf87a2:0x325,_0x145ce4:0x320,_0x3cf63f:0x314,_0x3427ea:0x2ee,_0x367186:0x308,_0x10ac58:0x2df,_0x54bd10:0x2e8,_0x4e67d2:0x317,_0x7006e2:0x2ff,_0x3ba354:0x31a,_0x112d64:0x34b,_0x494950:0x31c,_0x44bb80:0x2f7,_0x23412a:0x310,_0x486e8e:0x308,_0x4b535c:0x2cb,_0x34e9f4:0x2c4,_0x5c91a8:0x2f1,_0x455cf9:0x32d,_0x85e7b5:0x2dd,_0x7c6194:0x2ee,_0x4fe8bd:0x313,_0x561484:0x320,_0x5f405c:0x32d,_0x399d5d:0x311,_0x4ef0a0:0x315,_0x1df0ee:0x335,_0x578950:0x355,_0x9b5530:0x2f9,_0x3713c9:0x2e0,_0x5c212c:0x2b0,_0x1b4f30:0x2c1,_0x25acc9:0x363,_0x55f625:0x378,_0x201d67:0x34e,_0x5eceef:0x361},_0x5b9c42={_0x59408b:0x3c5,_0xe99b21:0x3cf,_0x331ddf:0x427,_0x202c1d:0x350,_0xf7bc18:0x2f4,_0x2671f5:0x34e,_0x2ac01b:0x3f3,_0x130d7e:0x3ec,_0x19899f:0x3ed,_0x300e0a:0x3cf,_0x1d568b:0x3ff,_0x4ad152:0x423,_0x5a8371:0x3e7,_0x397f4:0x40d,_0x7c568f:0x3f4,_0x7a6b27:0x415,_0x4fbd76:0x3fe},_0x1fb8b7={_0x1cd793:0x579,_0xdc13c7:0x169},_0x3b88dc={'SOIgb':'Error:\x20Pas'+'swords\x20do\x20'+_0x2d180d(-0x2a1,-_0x5871e1._0xb69023,-_0x5871e1._0x40bd1a,-_0x5871e1._0x23e9c1),'pkACT':function(_0x138f03,_0x42b6d1){return _0x138f03!==_0x42b6d1;},'yKERP':function(_0x3669ce){return _0x3669ce();},'eUoYN':'Error:\x20Pas'+_0x4688bc(-0x22b,-0x234,-0x25b,-_0x5871e1._0x79a4b2)+_0x4688bc(-_0x5871e1._0x5dbb2e,-0x24d,-0x228,-_0x5871e1._0x4e1e24)+_0x2d180d(-0x2b7,-0x2a5,-_0x5871e1._0x5e6749,-0x2bb)+_0x4688bc(-_0x5871e1._0x327997,-_0x5871e1._0x27059b,-_0x5871e1._0x1a3358,-0x26e),'ttVRR':'RlPnG','ZgYWN':'ePnPV','eVKhg':'XyoiO','QuoOn':function(_0x5c9ab2,_0x281db4){return _0x5c9ab2!==_0x281db4;},'EXgiE':_0x4688bc(-_0x5871e1._0x519e77,-_0x5871e1._0x818802,-0x237,-0x26b),'vbcTs':'ElVun'};function _0x4688bc(_0x1d1793,_0x4139c4,_0x4fde5d,_0x4c5674){return _0x1e06(_0x4139c4- -0x351,_0x4c5674);}function _0x2d180d(_0x38c270,_0x3c85ce,_0x4ae06d,_0x525c32){return _0x1e06(_0x38c270- -0x3b3,_0x4ae06d);}return new Promise(_0x1895ed=>{const _0x1712a5={_0x5ef138:0x83,_0x389ac7:0xa8,_0x4ae65d:0xb9,_0x36b20f:0x89,_0x2b67a4:0xa2,_0x3fdfd0:0x3ea,_0x1eabf6:0x3c1,_0x5634b9:0x3d2,_0x47397d:0x436,_0x180938:0x407,_0x1149ac:0x402,_0x4517ea:0x42c,_0x5bb161:0x3f4},_0x481184={_0x5ba49c:0x3ef,_0x12b4a1:0x27},_0x444950={_0x5f3528:0x47c,_0x15d08e:0x471,_0x1f56b4:0x493,_0x553eea:0xf9,_0x254e22:0x11d},_0x1fbca2={_0x511956:0x459,_0x210fba:0x9d,_0x41e805:0x11a},_0x5ddcc6={_0x1698c7:0x5c9,_0x48db39:0x6e},_0x1dd920={_0x431024:0xe8},_0x53c767={'BOaqS':_0x3b88dc['SOIgb'],'WIxZH':function(_0x240d38,_0x34f16f){return _0x3b88dc['pkACT'](_0x240d38,_0x34f16f);},'aonZf':_0x1acd6c(_0xde3e4a._0xfb890f,_0xde3e4a._0x32204f,0x343,0x34d),'IasEk':function(_0x1d81a4){function _0x4b6d1d(_0x13f943,_0x16165b,_0x513774,_0x32c8de){return _0x1acd6c(_0x13f943-0x84,_0x16165b- -0x1ec,_0x513774-0x10e,_0x13f943);}return _0x3b88dc[_0x4b6d1d(0x10c,_0x1dd920._0x431024,0xee,0xe9)](_0x1d81a4);},'CHlfV':function(_0x32cd5d,_0x23839a){return _0x32cd5d(_0x23839a);},'iENkL':_0x3b88dc[_0x1acd6c(0x2d9,0x2e7,_0xde3e4a._0x518bd4,0x2d5)],'JnUKp':function(_0xed08a0,_0x328c41){return _0xed08a0!==_0x328c41;},'cFsCV':_0x3b88dc['ttVRR'],'xejoF':_0x3b88dc['ZgYWN']};function _0x1acd6c(_0x5abbe5,_0x421beb,_0x4056a0,_0x3200f0){return _0x2d180d(_0x421beb-_0x1fb8b7._0x1cd793,_0x421beb-_0x1fb8b7._0xdc13c7,_0x3200f0,_0x3200f0-0xc2);}function _0x19f795(_0x365913,_0x38bf6d,_0x1a9fb8,_0x303506){return _0x2d180d(_0x365913-_0x5ddcc6._0x1698c7,_0x38bf6d-0x166,_0x303506,_0x303506-_0x5ddcc6._0x48db39);}if(_0x270e63){if(_0x3b88dc['eVKhg']===_0x3b88dc[_0x1acd6c(0x323,0x311,_0xde3e4a._0x510320,_0xde3e4a._0x518bd4)]){const _0x41b369=new Writable({'write':(_0x4a3d28,_0xfb4b37,_0x3e3154)=>{const _0x4d9c97={_0x30f105:0x5e,_0x2fd3b4:0x26},_0x4d22f7={_0x300d69:0xa6,_0x230b78:0x1de};function _0x43c6cc(_0x207d97,_0x244953,_0x3add76,_0x1a1313){return _0x19f795(_0x207d97-_0x4d22f7._0x300d69,_0x244953-_0x4d22f7._0x230b78,_0x3add76-0x164,_0x1a1313);}function _0x2bb5df(_0x8e53d5,_0x1e1337,_0x2c196e,_0x42510e){return _0x1acd6c(_0x8e53d5-_0x4d9c97._0x30f105,_0x2c196e-_0x4d9c97._0x2fd3b4,_0x2c196e-0x1b6,_0x1e1337);}const _0x55e691={};_0x55e691[_0x43c6cc(_0x5b9c42._0x59408b,0x39f,0x3c9,0x3f2)]=_0x53c767[_0x43c6cc(0x3c7,0x3d8,_0x5b9c42._0xe99b21,0x3aa)];const _0x10cf15=_0x55e691;_0x53c767[_0x43c6cc(0x3fb,_0x5b9c42._0x331ddf,0x422,0x3d4)](_0x53c767[_0x2bb5df(_0x5b9c42._0x202c1d,_0x5b9c42._0xf7bc18,0x323,_0x5b9c42._0x2671f5)],_0x53c767[_0x43c6cc(_0x5b9c42._0x2ac01b,_0x5b9c42._0x130d7e,_0x5b9c42._0x19899f,_0x5b9c42._0x300e0a)])?(_0x5f4696[_0x43c6cc(_0x5b9c42._0x1d568b,_0x5b9c42._0x4ad152,_0x5b9c42._0x5a8371,_0x5b9c42._0x397f4)](_0x10cf15['YnDPF']),_0x2bc199[_0x43c6cc(_0x5b9c42._0x7c568f,0x3ea,_0x5b9c42._0x7a6b27,_0x5b9c42._0x4fbd76)](0x1*-0xbc5+0x4*0x7+0x1*0xbaa)):_0x53c767[_0x2bb5df(0x358,0x328,0x344,0x361)](_0x3e3154);}}),_0x1ec75b={};_0x1ec75b[_0x1acd6c(_0xde3e4a._0x1ee598,_0xde3e4a._0xa5ebb8,0x2af,0x2b5)]=process['stdin'],_0x1ec75b[_0x19f795(_0xde3e4a._0x1256db,0x35c,0x38c,0x35a)]=_0x41b369,_0x1ec75b['terminal']=!![];const _0x400152=_0x559d3f[_0x1acd6c(0x311,0x317,_0xde3e4a._0x644ce5,_0xde3e4a._0x4b5ea5)+_0x1acd6c(_0xde3e4a._0x50bb9e,_0xde3e4a._0x462ad1,0x313,0x326)](_0x1ec75b);process['stdout'][_0x19f795(0x32e,0x304,_0xde3e4a._0x13e0b1,0x32f)](_0x20584f),_0x400152[_0x19f795(_0xde3e4a._0x9f9000,_0xde3e4a._0x40d64b,_0xde3e4a._0x223fbf,_0xde3e4a._0x2752b3)]('',_0x4019cb=>{const _0x2c8a60={_0x17b129:0x12b};function _0x3003db(_0x9943c8,_0x1eb53c,_0x46e9d0,_0x4a9e6a){return _0x19f795(_0x4a9e6a- -_0x1fbca2._0x511956,_0x1eb53c-_0x1fbca2._0x210fba,_0x46e9d0-_0x1fbca2._0x41e805,_0x9943c8);}_0x400152['close'](),console[_0x3fd5c3(_0x444950._0x5f3528,0x487,_0x444950._0x15d08e,_0x444950._0x1f56b4)]('');function _0x3fd5c3(_0xd38ac3,_0x27e3b3,_0x5bf094,_0x3b1fb9){return _0x19f795(_0x5bf094-_0x2c8a60._0x17b129,_0x27e3b3-0x1d1,_0x5bf094-0xfa,_0x27e3b3);}_0x53c767[_0x3003db(-0x125,-_0x444950._0x553eea,-0x132,-_0x444950._0x254e22)](_0x1895ed,_0x4019cb);});}else{const _0x389aa0={_0x5bdaa2:0xef,_0x1b6ae5:0x101},_0x1f7da0={_0x947bd2:0x1df,_0x2b6768:0x1c3},_0x33150c={_0x4a43f5:0x179,_0x3619f2:0xab},_0x3a6e8c={'hlpPz':function(_0x3fac4a,_0xe255f5){function _0x4a4a0c(_0xd544ec,_0x19df1f,_0x1e624a,_0x4ce5bc){return _0x19f795(_0x4ce5bc- -_0x33150c._0x4a43f5,_0x19df1f-_0x33150c._0x3619f2,_0x1e624a-0xd7,_0xd544ec);}return _0x53c767[_0x4a4a0c(_0x1f7da0._0x947bd2,0x1ed,0x1b3,_0x1f7da0._0x2b6768)](_0x3fac4a,_0xe255f5);}},_0x296a7c=new _0x5c8e2e({'write':(_0x350cc4,_0x1434f0,_0x4dc9cc)=>{_0x4dc9cc();}}),_0x23aac5={};_0x23aac5[_0x19f795(0x319,0x332,0x32d,_0xde3e4a._0x5e3336)]=_0xe63fc4[_0x19f795(_0xde3e4a._0x158b5c,_0xde3e4a._0xdb7e9d,_0xde3e4a._0xa7ec5c,_0xde3e4a._0x5e3336)],_0x23aac5['output']=_0x296a7c,_0x23aac5[_0x19f795(_0xde3e4a._0x13ba93,0x360,_0xde3e4a._0x4da631,0x336)]=!![];const _0xe3e6d0=_0x50307c[_0x19f795(_0xde3e4a._0x44b8db,0x346,0x360,0x356)+_0x19f795(0x35f,0x357,0x36b,0x35c)](_0x23aac5);_0x5c36b5[_0x19f795(_0xde3e4a._0x27235a,0x33f,0x33f,_0xde3e4a._0x2c0ce3)][_0x19f795(0x32e,0x35d,_0xde3e4a._0x2c0ce3,0x31d)](_0x3f1861),_0xe3e6d0[_0x1acd6c(0x2f1,0x30d,_0xde3e4a._0xaf87a2,_0xde3e4a._0x145ce4)]('',_0x14d400=>{const _0x42d328={_0x13e4db:0x12b};_0xe3e6d0['close']();function _0x4034c8(_0x5a8d54,_0x3174a0,_0x31e5f0,_0x24c100){return _0x1acd6c(_0x5a8d54-_0x42d328._0x13e4db,_0x3174a0- -0x401,_0x31e5f0-0xce,_0x5a8d54);}_0x34170c[_0x4034c8(-_0x389aa0._0x5bdaa2,-0x10b,-0x135,-_0x389aa0._0x1b6ae5)](''),_0x3a6e8c['hlpPz'](_0x91bb04,_0x14d400);});}}else{if(_0x3b88dc[_0x1acd6c(_0xde3e4a._0x3cf63f,0x306,0x305,_0xde3e4a._0x3427ea)](_0x3b88dc[_0x1acd6c(_0xde3e4a._0x367186,0x2fc,_0xde3e4a._0x10ac58,_0xde3e4a._0x54bd10)],_0x3b88dc[_0x1acd6c(_0xde3e4a._0x4e67d2,_0xde3e4a._0x7006e2,_0xde3e4a._0x10ac58,_0xde3e4a._0x3ba354)])){const _0x194161={};_0x194161['input']=process[_0x19f795(_0xde3e4a._0x158b5c,0x369,_0xde3e4a._0x112d64,_0xde3e4a._0x494950)],_0x194161[_0x1acd6c(_0xde3e4a._0x44bb80,_0xde3e4a._0x23412a,_0xde3e4a._0xaf87a2,_0xde3e4a._0x486e8e)]=process[_0x1acd6c(0x2df,_0xde3e4a._0x4b535c,_0xde3e4a._0x34e9f4,0x2f9)];const _0x2236e0=_0x559d3f[_0x1acd6c(0x2f2,0x317,_0xde3e4a._0x5c91a8,_0xde3e4a._0x455cf9)+'rface'](_0x194161);_0x2236e0['question'](_0x20584f,_0x380a05=>{const _0xd5df35={_0x34e4ca:0xca};function _0x3ddf28(_0x28d6bd,_0x20c311,_0x278b86,_0x434caf){return _0x19f795(_0x278b86- -_0x481184._0x5ba49c,_0x20c311-0x161,_0x278b86-_0x481184._0x12b4a1,_0x28d6bd);}function _0x2f7935(_0x48c873,_0x3ca3cc,_0x214d37,_0x413628){return _0x19f795(_0x3ca3cc-0xbf,_0x3ca3cc-_0xd5df35._0x34e4ca,_0x214d37-0x5b,_0x48c873);}_0x53c767[_0x3ddf28(-_0x1712a5._0x5ef138,-0xc4,-_0x1712a5._0x389ac7,-0x7e)](_0x53c767[_0x3ddf28(-_0x1712a5._0x4ae65d,-0x98,-_0x1712a5._0x36b20f,-_0x1712a5._0x2b67a4)],_0x53c767[_0x2f7935(0x3fd,_0x1712a5._0x3fdfd0,_0x1712a5._0x1eabf6,_0x1712a5._0x5634b9)])?(_0x2236e0[_0x2f7935(_0x1712a5._0x47397d,0x413,_0x1712a5._0x180938,0x41d)](),_0x1895ed(_0x380a05)):(_0x15295b['error'](_0x53c767[_0x2f7935(0x41c,_0x1712a5._0x1149ac,_0x1712a5._0x4517ea,_0x1712a5._0x5bb161)]),_0x3db497['exit'](0x2*0xf43+-0xcd4+-0x11b1));});}else _0x5b24df['error'](_0x1acd6c(_0xde3e4a._0x85e7b5,0x2f2,0x309,_0xde3e4a._0x7c6194)+'set\x20passwo'+'rd',_0x910759),_0x3bcd12[_0x1acd6c(0x313,0x309,_0xde3e4a._0x4fe8bd,_0xde3e4a._0x561484)](_0x19f795(_0xde3e4a._0x5f405c,0x339,_0xde3e4a._0x399d5d,_0xde3e4a._0x4ef0a0)+_0x19f795(_0xde3e4a._0x1df0ee,0x360,_0xde3e4a._0x578950,0x31a)+_0x1acd6c(_0xde3e4a._0x9b5530,_0xde3e4a._0x3713c9,_0xde3e4a._0x5c212c,_0xde3e4a._0x1b4f30)+'-\x20'+_0x4267c1[_0x19f795(_0xde3e4a._0x25acc9,0x34b,0x37b,_0xde3e4a._0x55f625)]),_0x19978c[_0x19f795(_0xde3e4a._0x201d67,_0xde3e4a._0x5eceef,0x32c,_0xde3e4a._0x578950)](0x8b*-0x38+-0xd4c+-0x1*-0x2bb5);}});}function parseArgs(_0x326c3f){const _0x161558={_0x224556:0x2ad,_0x3c1dcc:0x291,_0x546e2e:0x28b,_0x2087f6:0x279,_0x2a400d:0x280,_0x32a1d5:0x276,_0xe3fb1d:0x253,_0x5eac71:0x29d,_0x20563f:0x296,_0x4092c7:0x299,_0x5ef3c5:0x272,_0x1917cd:0x289,_0x500254:0x260,_0xfcd7b2:0x286,_0x1e06d6:0x23f,_0x475264:0x241,_0x25e490:0x233,_0x4f2e5c:0x25f,_0x4a7eef:0x271,_0x4dbd0e:0x279,_0x276a67:0x29f,_0x541719:0x250,_0x2aa4bb:0x28d,_0x572a68:0x298,_0x2a28e5:0x26f,_0x17543c:0x23f,_0x332d1e:0x215,_0x200d39:0x299,_0x268c21:0x279,_0x34ea1d:0x251,_0x5bd2dc:0x255,_0x4f9cbc:0x269,_0x3b52d0:0x23d,_0x118b17:0x256,_0x4cf721:0x210,_0x433d52:0x2cc,_0x36ee2f:0x290,_0x372273:0x294,_0x29fd0d:0x2a7,_0x885918:0x278,_0x1e434d:0x283,_0x33fa49:0x2d6,_0x4408b7:0x2cb,_0x4e5855:0x2a8,_0x151204:0x26e,_0x1aefbc:0x26a,_0x38a07f:0x24b,_0x4f2831:0x23e,_0x21c675:0x228,_0x488355:0x221,_0x54cc01:0x266,_0x1106b3:0x296,_0xc7abd4:0x2c2},_0x32945c={};_0x32945c[_0x3cd928(0x290,_0x161558._0x224556,0x295,_0x161558._0x3c1dcc)]=_0x3cd928(_0x161558._0x546e2e,_0x161558._0x2087f6,0x24c,0x272)+'=';function _0x3cd928(_0x5e8613,_0x20ce8e,_0x1a0e08,_0x5ae5fd){return _0x1e06(_0x20ce8e-0x179,_0x5e8613);}_0x32945c[_0x3cd928(0x2af,_0x161558._0x2a400d,_0x161558._0x32a1d5,_0x161558._0xe3fb1d)]='--password'+'=',_0x32945c[_0x159497(0x292,0x279,_0x161558._0x5eac71,_0x161558._0x20563f)]=function(_0x2c6c54,_0x748194){return _0x2c6c54!==_0x748194;},_0x32945c[_0x3cd928(_0x161558._0x4092c7,_0x161558._0x5ef3c5,_0x161558._0x1917cd,_0x161558._0x4092c7)]='gKXkI',_0x32945c[_0x159497(0x230,_0x161558._0x500254,0x249,0x26e)]=_0x3cd928(_0x161558._0xfcd7b2,0x2a0,0x2b7,0x2b5);const _0x55ae55=_0x32945c,_0x6577a6={};_0x6577a6[_0x159497(_0x161558._0x1e06d6,_0x161558._0x475264,_0x161558._0x25e490,0x216)]=null,_0x6577a6['password']=null;const _0x5c088b=_0x6577a6;for(const _0x5736e8 of _0x326c3f){if(_0x5736e8[_0x159497(0x282,_0x161558._0x4f2e5c,0x27a,_0x161558._0x4a7eef)](_0x3cd928(0x29f,_0x161558._0x4dbd0e,_0x161558._0x276a67,_0x161558._0x541719)+'='))_0x5c088b[_0x3cd928(_0x161558._0x2aa4bb,_0x161558._0x32a1d5,0x29e,0x292)]=_0x5736e8[_0x159497(0x275,0x296,0x27a,_0x161558._0x572a68)]('=')[0x6d2*-0x2+-0x2f*-0x17+0x6*0x192];else{if(_0x5736e8[_0x159497(_0x161558._0x2087f6,_0x161558._0x4f2e5c,_0x161558._0x2a28e5,0x289)](_0x159497(_0x161558._0x541719,_0x161558._0x17543c,_0x161558._0x332d1e,0x240)+'=')){if(_0x55ae55[_0x159497(_0x161558._0x200d39,_0x161558._0x268c21,0x2a0,_0x161558._0x34ea1d)](_0x55ae55[_0x3cd928(0x283,0x272,_0x161558._0x5bd2dc,0x296)],_0x55ae55[_0x159497(0x268,0x260,0x243,_0x161558._0x4f9cbc)]))_0x5c088b[_0x159497(_0x161558._0x3b52d0,0x23e,_0x161558._0x118b17,_0x161558._0x4cf721)]=_0x5736e8[_0x3cd928(0x29b,0x2cb,_0x161558._0x433d52,_0x161558._0x433d52)]('=')[-0x1*0x37d+-0x625+0x9a3];else{if(_0x8b84f6[_0x3cd928(_0x161558._0x36ee2f,_0x161558._0x372273,0x275,0x297)](_0x55ae55[_0x159497(_0x161558._0x29fd0d,_0x161558._0x885918,_0x161558._0x1e434d,0x295)]))_0x3971fe['username']=_0x4dd8b8[_0x3cd928(_0x161558._0x33fa49,_0x161558._0x4408b7,0x2b1,0x2aa)]('=')[-0x223*-0x10+0x1bc+-0x23eb];else _0x4d6501[_0x3cd928(_0x161558._0x4e5855,0x294,0x28c,_0x161558._0x151204)](_0x55ae55[_0x3cd928(0x2a4,_0x161558._0x2a400d,_0x161558._0x2a28e5,_0x161558._0x1aefbc)])&&(_0x4e4a4a[_0x159497(_0x161558._0x38a07f,_0x161558._0x4f2831,_0x161558._0x21c675,_0x161558._0x488355)]=_0xd5337f[_0x159497(_0x161558._0x54cc01,_0x161558._0x1106b3,_0x161558._0xc7abd4,0x276)]('=')[0x1bb3*-0x1+0x955+0x125f]);}}}}function _0x159497(_0xf0f011,_0x3c7fff,_0x26b672,_0xd2aebc){return _0x1e06(_0x3c7fff-0x144,_0xd2aebc);}return _0x5c088b;}export async function setPasswordCommand(_0x159f43){const _0x39b1fc={_0x317db5:0x2f2,_0x38c752:0x2fc,_0x3790a2:0x2c6,_0x658e87:0x33e,_0x4b924b:0x343,_0x3cf7c0:0x334,_0x3fc38c:0x350,_0x39f930:0x335,_0x21b104:0x34c,_0x3aacda:0x2f1,_0xd46108:0x2c9,_0x4ef59b:0x2ed,_0x17f73f:0x523,_0x52e96d:0x520,_0x537682:0x329,_0x1bb27d:0x30d,_0x4d8dd3:0x2f6,_0x32a648:0x4d9,_0xf81799:0x4f2,_0x18d9e0:0x50b,_0x73d478:0x2fe,_0x22179f:0x32b,_0x5d320e:0x351,_0x5e6ad5:0x353,_0x349c32:0x337,_0x3c9cb2:0x30e,_0x261690:0x314,_0x2fdd81:0x322,_0x5468db:0x2f9,_0x322bd8:0x2e4,_0x16ee16:0x305,_0x29d933:0x4b3,_0xbddfc8:0x4c8,_0x4f806e:0x4e3,_0x5861d7:0x2f3,_0x1afaf9:0x53b,_0x59e669:0x530,_0x1a72c2:0x4fc,_0xeeb9d0:0x4eb,_0x7bd4f:0x33b,_0x3175f2:0x306,_0x2acc22:0x313,_0x4c5f71:0x323,_0x36aec5:0x518,_0x2db222:0x50e,_0x1ff541:0x4e0,_0x3d2d54:0x511,_0x99bb9b:0x354,_0x4d48f5:0x2ef,_0x3935f8:0x516,_0x26d48e:0x2e7,_0x3a37bc:0x2d9,_0xc0fe48:0x2cc,_0x23de09:0x2c2,_0xda3925:0x50b,_0x566c2e:0x2e7,_0x3a2de8:0x2f7,_0x5b24da:0x529,_0x5a3e69:0x502,_0x318ad4:0x526,_0x5aee74:0x500,_0x5d817f:0x35e,_0x3c456d:0x304,_0x1e5c2c:0x300,_0x336c3c:0x2fb,_0x4bb45e:0x2d2,_0x2a6604:0x2cf,_0xe26a25:0x303,_0x3f753d:0x501,_0x3be83f:0x4ff,_0x4cc87d:0x514,_0xcd7e26:0x53e,_0x2000c0:0x509,_0xaf3171:0x52c,_0x1afa31:0x519,_0x5296cd:0x4ec,_0x4be4ad:0x323,_0x13044e:0x31a,_0x2c55d0:0x2fe,_0x29cb31:0x2e6,_0x11e8e5:0x2c6,_0x229a78:0x306,_0x24b6a9:0x2f9,_0x32c4ff:0x309,_0x242f31:0x548,_0x23b795:0x51e,_0x234cbf:0x528,_0x43ab10:0x2e9,_0x3a1a42:0x316,_0x4f3c97:0x2c1,_0x3f77cc:0x312,_0x14a653:0x32e,_0x3b11f0:0x30c,_0x3eaf24:0x2eb,_0x376219:0x2fd,_0x30fd1e:0x2de,_0x11d517:0x4e7,_0x3ddf18:0x4fd,_0x12a4d9:0x4f5,_0x305592:0x511,_0x552698:0x322,_0x38425c:0x324,_0x10f3b6:0x310,_0x2be14a:0x2fa,_0x3a5f69:0x328,_0x516a52:0x32c,_0x45b3f4:0x320,_0x4a48d1:0x2fd,_0x309370:0x556,_0x227caa:0x540,_0x4a3e22:0x512,_0x18b9ee:0x4f6,_0x4528fe:0x4f9,_0x4fa428:0x525,_0x4d28a9:0x33d,_0x4e3c4b:0x30c,_0x2f68a3:0x4d5,_0x1d85a6:0x4bb,_0x274008:0x331,_0x426143:0x33a,_0x4f5ffd:0x316,_0xd02e73:0x360},_0x23fdbd={_0x5dab78:0x1ea},_0x8a8937={_0x2c39c0:0x3e6};function _0x1c7785(_0x31682a,_0x28a100,_0x43440b,_0x1fe746){return _0x1e06(_0x43440b-_0x8a8937._0x2c39c0,_0x31682a);}const _0x55a05a={'awjlc':function(_0x311aad,_0x4619ae){return _0x311aad(_0x4619ae);},'yvOoK':function(_0x99845){return _0x99845();},'VkOcM':function(_0x822a78,_0x4b653b){return _0x822a78!==_0x4b653b;},'HkWgX':_0x27f9a0(0x324,0x333,0x336,0x322),'rhIog':function(_0x22f040,_0x324d82){return _0x22f040(_0x324d82);},'JBlZt':'Username:\x20','VngCO':_0x27f9a0(_0x39b1fc._0x317db5,_0x39b1fc._0x38c752,_0x39b1fc._0x3790a2,0x2ec)+_0x27f9a0(_0x39b1fc._0x658e87,_0x39b1fc._0x4b924b,_0x39b1fc._0x3cf7c0,_0x39b1fc._0x3fc38c),'ZPuQa':function(_0x57c60a,_0x1c5b23,_0x44b2a7){return _0x57c60a(_0x1c5b23,_0x44b2a7);},'NTFuJ':_0x27f9a0(0x330,0x343,0x355,_0x39b1fc._0x39f930)+_0x27f9a0(0x338,0x31e,_0x39b1fc._0x21b104,0x367),'cKCrS':_0x27f9a0(0x2f0,_0x39b1fc._0x3aacda,_0x39b1fc._0xd46108,_0x39b1fc._0x4ef59b)+_0x1c7785(0x50f,0x52a,_0x39b1fc._0x17f73f,0x52d)+_0x1c7785(0x4fd,_0x39b1fc._0x52e96d,0x4f8,0x509),'awLrS':function(_0x2274cd,_0x599ce6){return _0x2274cd===_0x599ce6;},'Lfnhd':function(_0x2072e4,_0x44ead4){return _0x2072e4===_0x44ead4;},'wvWGK':'Error:\x20Use'+_0x27f9a0(0x325,_0x39b1fc._0x537682,_0x39b1fc._0x1bb27d,_0x39b1fc._0x4d8dd3)+_0x1c7785(0x519,_0x39b1fc._0x32a648,_0x39b1fc._0xf81799,_0x39b1fc._0x18d9e0),'JuSDL':function(_0x40ca9b,_0x2cb453){return _0x40ca9b<_0x2cb453;},'ugnAe':function(_0x3ce8ce,_0x415ca0){return _0x3ce8ce!==_0x415ca0;},'FjZKY':_0x27f9a0(_0x39b1fc._0x73d478,0x328,0x31c,0x31f),'YBUls':_0x27f9a0(_0x39b1fc._0x22179f,_0x39b1fc._0x5d320e,0x342,_0x39b1fc._0x5e6ad5),'Uotgd':'Failed\x20to\x20'+_0x27f9a0(0x340,0x324,0x353,_0x39b1fc._0x349c32)+'rd'};function _0x27f9a0(_0x4f357f,_0x321660,_0x12b317,_0x244197){return _0x1e06(_0x4f357f-_0x23fdbd._0x5dab78,_0x12b317);}const _0x2a982d=_0x55a05a[_0x27f9a0(_0x39b1fc._0x3c9cb2,_0x39b1fc._0x261690,_0x39b1fc._0x2fdd81,0x2e4)](parseArgs,_0x159f43);if(!_0x2a982d['username']){if(_0x55a05a[_0x1c7785(0x4f9,0x533,0x518,0x4ed)](_0x55a05a[_0x27f9a0(_0x39b1fc._0x5468db,0x305,_0x39b1fc._0x322bd8,_0x39b1fc._0x16ee16)],_0x1c7785(0x4f4,_0x39b1fc._0x29d933,0x4de,0x4f5)))_0x2a982d[_0x1c7785(_0x39b1fc._0xbddfc8,0x4ef,_0x39b1fc._0x4f806e,0x4dd)]=await _0x55a05a['rhIog'](prompt,_0x55a05a['JBlZt']);else{const _0x918ea={_0x5d2de6:0x257,_0x373e32:0x233,_0x2de6db:0x277,_0x33e622:0x25d},_0x4d1858={};_0x4d1858[_0x27f9a0(_0x39b1fc._0x4ef59b,0x319,0x2f7,_0x39b1fc._0x5861d7)]=_0x57221e['stdin'],_0x4d1858[_0x1c7785(_0x39b1fc._0x1afaf9,0x539,_0x39b1fc._0x59e669,0x52a)]=_0x1cfed1[_0x1c7785(_0x39b1fc._0x1a72c2,0x50f,_0x39b1fc._0xeeb9d0,0x515)];const _0x8c1b8=_0x117a4f[_0x27f9a0(_0x39b1fc._0x7bd4f,0x344,0x320,0x368)+_0x27f9a0(0x333,_0x39b1fc._0x3175f2,_0x39b1fc._0x2acc22,_0x39b1fc._0x4c5f71)](_0x4d1858);_0x8c1b8[_0x1c7785(_0x39b1fc._0x36aec5,_0x39b1fc._0x2db222,0x52d,0x526)](_0x5729cf,_0x26533a=>{const _0x489dde={_0x4efb5b:0x781};_0x8c1b8[_0x2d0771(-_0x918ea._0x5d2de6,-0x251,-0x25d,-_0x918ea._0x373e32)]();function _0x2d0771(_0x556822,_0x5c3f08,_0x1a309a,_0x4cdc6d){return _0x1c7785(_0x556822,_0x5c3f08-0x18c,_0x1a309a- -_0x489dde._0x4efb5b,_0x4cdc6d-0x12f);}function _0x3a3be7(_0x1b0f9d,_0x12c470,_0x444853,_0x1f3419){return _0x1c7785(_0x1f3419,_0x12c470-0x1b0,_0x1b0f9d- -0x259,_0x1f3419-0x5c);}_0x55a05a[_0x2d0771(-0x261,-0x285,-_0x918ea._0x2de6db,-_0x918ea._0x33e622)](_0x2ad905,_0x26533a);});}}if(!_0x2a982d[_0x1c7785(0x4ee,0x4bd,_0x39b1fc._0x1ff541,0x4ff)]){_0x2a982d['password']=await prompt(_0x55a05a['VngCO'],!![]);const _0x3842a8=await _0x55a05a[_0x1c7785(_0x39b1fc._0x3d2d54,0x4bb,0x4e8,0x4ed)](prompt,_0x55a05a[_0x27f9a0(0x339,0x34f,_0x39b1fc._0x99bb9b,0x369)],!![]);_0x55a05a['VkOcM'](_0x2a982d[_0x27f9a0(0x2e4,0x30c,_0x39b1fc._0x4d48f5,0x2c7)],_0x3842a8)&&(console['error'](_0x55a05a[_0x1c7785(0x52d,_0x39b1fc._0xf81799,0x509,_0x39b1fc._0x3935f8)]),process[_0x27f9a0(0x322,0x335,0x33f,0x30b)](-0x1*0x1462+0x63a*0x1+0x91*0x19));}(!_0x2a982d[_0x27f9a0(_0x39b1fc._0x26d48e,_0x39b1fc._0x3a37bc,_0x39b1fc._0xc0fe48,_0x39b1fc._0x23de09)]||_0x55a05a[_0x1c7785(0x52c,0x515,_0x39b1fc._0xda3925,0x4eb)](_0x2a982d[_0x27f9a0(_0x39b1fc._0x566c2e,0x2eb,0x2c0,0x318)]['trim'](),''))&&(_0x55a05a['Lfnhd']('iGGon',_0x27f9a0(0x303,_0x39b1fc._0x38c752,0x324,_0x39b1fc._0x3a2de8))?(console[_0x1c7785(0x51e,0x4fc,_0x39b1fc._0x5b24da,_0x39b1fc._0x5a3e69)](_0x55a05a[_0x1c7785(0x525,_0x39b1fc._0x318ad4,0x522,_0x39b1fc._0x5a3e69)]),process[_0x1c7785(_0x39b1fc._0xf81799,_0x39b1fc._0x318ad4,0x51e,_0x39b1fc._0x5aee74)](0xdc4+0x50*0x7a+-0x33e3*0x1)):_0x19061d['password']=_0x713a2a[_0x27f9a0(0x33c,0x328,0x362,_0x39b1fc._0x5d817f)]('=')[0xc00+0x5*-0x69b+0x1508]);(!_0x2a982d[_0x27f9a0(0x2e4,_0x39b1fc._0x3c456d,_0x39b1fc._0x1e5c2c,0x2e5)]||_0x55a05a[_0x27f9a0(_0x39b1fc._0x336c3c,_0x39b1fc._0x4bb45e,_0x39b1fc._0x2a6604,_0x39b1fc._0xe26a25)](_0x2a982d['password'][_0x1c7785(_0x39b1fc._0x3f753d,_0x39b1fc._0x3be83f,_0x39b1fc._0x4cc87d,_0x39b1fc._0xcd7e26)],-0x13b0+0xb*0x3e+-0x110e*-0x1))&&(console[_0x1c7785(0x556,_0x39b1fc._0x2000c0,_0x39b1fc._0x5b24da,_0x39b1fc._0xaf3171)](_0x1c7785(_0x39b1fc._0x1afa31,0x4ff,_0x39b1fc._0x5296cd,_0x39b1fc._0xbddfc8)+_0x27f9a0(0x307,0x30f,_0x39b1fc._0x4be4ad,_0x39b1fc._0x13044e)+_0x27f9a0(0x2ee,_0x39b1fc._0x2c55d0,0x2c2,0x318)+_0x27f9a0(_0x39b1fc._0x29cb31,_0x39b1fc._0x11e8e5,_0x39b1fc._0x229a78,0x316)+_0x27f9a0(_0x39b1fc._0x3a2de8,_0x39b1fc._0x24b6a9,0x2f6,_0x39b1fc._0x32c4ff)),process[_0x1c7785(_0x39b1fc._0x242f31,0x4fa,_0x39b1fc._0x23b795,0x52c)](-0x2363*-0x1+0x23c9*0x1+-0x472b));try{const _0x33995b=await _0x55a05a[_0x1c7785(_0x39b1fc._0x234cbf,0x50c,0x519,0x4fe)](findUserByUsername,_0x2a982d['username']);!_0x33995b&&(_0x55a05a[_0x27f9a0(_0x39b1fc._0x43ab10,_0x39b1fc._0x3a1a42,_0x39b1fc._0x4f3c97,0x2d9)](_0x55a05a[_0x27f9a0(_0x39b1fc._0x3f77cc,0x2e3,_0x39b1fc._0x14a653,0x2e2)],_0x55a05a['YBUls'])?(console['error'](_0x27f9a0(_0x39b1fc._0x3b11f0,_0x39b1fc._0x3eaf24,_0x39b1fc._0x376219,_0x39b1fc._0x30fd1e)+_0x1c7785(0x4be,0x4bc,_0x39b1fc._0x11d517,_0x39b1fc._0x3ddf18)+_0x2a982d['username']+(_0x1c7785(0x507,_0x39b1fc._0x12a4d9,_0x39b1fc._0x305592,0x511)+'d.')),process[_0x27f9a0(_0x39b1fc._0x552698,_0x39b1fc._0x38425c,_0x39b1fc._0x10f3b6,_0x39b1fc._0x349c32)](-0xd*0x199+0x240e+0x18*-0xa3)):_0x55a05a[_0x27f9a0(_0x39b1fc._0x2be14a,_0x39b1fc._0x566c2e,_0x39b1fc._0x22179f,_0x39b1fc._0x3a5f69)](_0x42dbee)),await setUserPassword(_0x33995b['id'],_0x2a982d['password']),console[_0x27f9a0(0x31a,_0x39b1fc._0x516a52,0x33d,_0x39b1fc._0x45b3f4)](''),console[_0x27f9a0(0x31a,0x2ff,_0x39b1fc._0x4a48d1,0x308)](_0x1c7785(_0x39b1fc._0x309370,_0x39b1fc._0x227caa,0x52a,_0x39b1fc._0x4a3e22)+'\x20updated\x20s'+_0x1c7785(_0x39b1fc._0x18b9ee,0x509,_0x39b1fc._0x4528fe,_0x39b1fc._0x4fa428)+_0x27f9a0(_0x39b1fc._0x4d28a9,_0x39b1fc._0x4e3c4b,0x343,0x30d)+'\x20\x22'+_0x2a982d[_0x1c7785(_0x39b1fc._0x2f68a3,0x4c2,_0x39b1fc._0x4f806e,_0x39b1fc._0x1d85a6)]+'\x22.');}catch(_0x53f07d){logger['error'](_0x55a05a['Uotgd'],_0x53f07d),console[_0x27f9a0(0x32d,_0x39b1fc._0x274008,_0x39b1fc._0x426143,_0x39b1fc._0x4f5ffd)](_0x1c7785(0x4ed,0x4e5,0x4fd,_0x39b1fc._0x4cc87d)+'led\x20to\x20set'+_0x27f9a0(0x304,_0x39b1fc._0x2fdd81,0x2e1,_0x39b1fc._0x43ab10)+'-\x20'+_0x53f07d[_0x27f9a0(0x337,0x331,_0x39b1fc._0xd02e73,0x33e)]),process[_0x27f9a0(0x322,_0x39b1fc._0x3aacda,0x2fb,0x31b)](-0x1e01+-0x1*-0x76a+-0x3*-0x788);}}
1
+ function _0x4033(_0x5121ea,_0x1f38a3){_0x5121ea=_0x5121ea-(0x1e39+-0x1*0x17ea+-0x469);const _0x975e2d=_0xad55();let _0x93db0b=_0x975e2d[_0x5121ea];if(_0x4033['QjQZuu']===undefined){var _0x1be621=function(_0x23baac){const _0xfcba4e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2e6641='',_0xd9cf02='';for(let _0x519268=0x9ed*0x1+0x114c+0x17*-0x12f,_0x983349,_0x108855,_0x3e5c7b=0x2b*-0xb1+-0x6f*-0x25+-0x92*-0x18;_0x108855=_0x23baac['charAt'](_0x3e5c7b++);~_0x108855&&(_0x983349=_0x519268%(-0x269b*0x1+-0x4ef+0x2b8e)?_0x983349*(0x2189+-0xafe+-0x164b)+_0x108855:_0x108855,_0x519268++%(-0xec+-0x17*0x18e+0x53e*0x7))?_0x2e6641+=String['fromCharCode'](-0xe72+0x1b9c+0x26f*-0x5&_0x983349>>(-(0x1*-0x4ee+0x2*0xe0a+0x2*-0xb92)*_0x519268&0xf*-0x157+-0x1*0x66b+0x56*0x4f)):-0x441*-0x9+0x8bd+-0x2f06){_0x108855=_0xfcba4e['indexOf'](_0x108855);}for(let _0xa81230=-0x190a+-0xafd*-0x3+0x1*-0x7ed,_0x473863=_0x2e6641['length'];_0xa81230<_0x473863;_0xa81230++){_0xd9cf02+='%'+('00'+_0x2e6641['charCodeAt'](_0xa81230)['toString'](-0x3*-0x2d1+0x3*-0x956+-0x1*-0x139f))['slice'](-(-0x187e+0x21f8+-0x978));}return decodeURIComponent(_0xd9cf02);};_0x4033['PDPqpZ']=_0x1be621,_0x4033['QoSrLR']={},_0x4033['QjQZuu']=!![];}const _0x4ef20a=_0x975e2d[0x2095*0x1+0x361*0x3+0x2*-0x155c],_0x377acf=_0x5121ea+_0x4ef20a,_0x573a82=_0x4033['QoSrLR'][_0x377acf];return!_0x573a82?(_0x93db0b=_0x4033['PDPqpZ'](_0x93db0b),_0x4033['QoSrLR'][_0x377acf]=_0x93db0b):_0x93db0b=_0x573a82,_0x93db0b;}function _0xad55(){const _0x3e1082=['Bg9N','ls1WyxnZD29Yza','igjLigf0igXLyq','vxnLCM5HBwu6ia','CgfZC3DVCMq','B3v0Chv0','BgvUz3rO','y3jLyxrLsw50zq','qwP2C3q','qK9AvKu','BwvZC2fNzq','B2fTuu0','rxjYB3i6ifbHCW','AhHSyxu','zxHPDa','y3HxEMO','q29UzMLYBsbqyq','BM90ig1HDgnO','mtaWmZyXmMX5rhzTwa','zxjYB3i','ndm4ndi3q1vMrenm','sMjXr2m','EsbMB3iGDxnLCG','nZq3nJqWog1LEvD1ra','ntjtwxLlrxa','DwnJzxnZzNvSBa','y2XVC2u','tNHruge','mtjhv09hthG','Ag5eyMq','AuzRyLq','BgvKihrVihnLDa','mtm3mJKWsfrqEMHI','C3qGocbJAgfYyq','C3rHCNrZv2L0Aa','C3rKAw4','vhzZsuW','tMv3ifbHC3n3BW','Aw5WDxq','CMq6ia','r2TyBKW','DgvYBwLUywW','iIbUB3qGzM91BG','BhrVDu8','AuvJuLu','v1PlBgK','EvviDxq','AMneC3e','ls11C2vYBMfTzq','vhriueu','C3rKB3v0','nJa5otq5off0te5QBq','u1HcCwK','CIaI','rxjYB3i6ifvZzq','oefQAhzxBq','ihbHC3n3B3jKia','DxL5vgG','rw92CKy','rxjYB3i6iezHAq','Cwjwtg8','A0ncDNC','s0jlse8','CM5HBwuGAxmGCG','ihvWzgf0zwqGCW','CxvLC3rPB24','mJC5mtaWnw5yyu1AsG','C3n3B3jKoIa','CMzHy2u','thvjDg4','zgfHtha','rMfPBgvKihrVia','ndmXmdyYDujgs29b','mZCWzeThs21m','D3jPDgu','wgTOD2e','vhH6C1e','C2v0ihbHC3n3BW','C3bSAxq','DxnLCM5HBwu','ufnizKu'];_0xad55=function(){return _0x3e1082;};return _0xad55();}(function(_0x3c0fbb,_0x3332e5){const _0x4b0830={_0x1aad46:0x1b0,_0x55bc5a:0x1bf,_0x166643:0x17d,_0x2f8f2d:0x1ba,_0x1b183d:0x199,_0x40b0ac:0x1a7,_0xc68493:0x191,_0x3088ff:0x172,_0x4a70fb:0x195,_0x1992ce:0x1d1,_0x4f7ead:0x1d1,_0x336f1f:0x180,_0x35f7c6:0x1a1,_0xb25f6d:0x18b,_0x5c08ac:0x1dc,_0x18f7ca:0x1b0,_0x424fb5:0x196},_0x34ed67={_0x19b8ba:0x50},_0x261caa={_0x2afe7a:0x39f};function _0x5265ea(_0x3ef0c7,_0x3318b5,_0x38994f,_0x2e8230){return _0x4033(_0x3ef0c7- -_0x261caa._0x2afe7a,_0x2e8230);}function _0x5c2af1(_0x1cd417,_0x385970,_0x51e4b4,_0x3760eb){return _0x4033(_0x385970- -_0x34ed67._0x19b8ba,_0x3760eb);}const _0x4761d0=_0x3c0fbb();while(!![]){try{const _0x437814=-parseInt(_0x5c2af1(0x19e,_0x4b0830._0x1aad46,_0x4b0830._0x55bc5a,0x1b0))/(0x388*-0x6+-0x1ab3+0x2fe4)+parseInt(_0x5265ea(-0x169,-0x185,-0x184,-_0x4b0830._0x166643))/(-0x9ac+-0x264e+0x2ffc)*(parseInt(_0x5c2af1(0x1a8,_0x4b0830._0x2f8f2d,0x1c5,0x1ac))/(-0x1*0x1567+-0xc4*0xb+0x1dd6))+parseInt(_0x5265ea(-_0x4b0830._0x1b183d,-_0x4b0830._0x40b0ac,-0x1b8,-0x1b8))/(0x1*0x22d8+-0x3*-0x355+-0x2cd3)*(-parseInt(_0x5265ea(-_0x4b0830._0xc68493,-0x169,-_0x4b0830._0x3088ff,-0x175))/(-0x2671+0x185a+0x204*0x7))+-parseInt(_0x5c2af1(_0x4b0830._0x4a70fb,0x1b5,_0x4b0830._0x1992ce,0x1c5))/(-0x1d2b+0x1c*0x122+-0x287)+parseInt(_0x5c2af1(0x1be,0x1e0,0x1d1,_0x4b0830._0x4f7ead))/(-0x193f+0x3*-0xc91+-0x157*-0x2f)*(parseInt(_0x5265ea(-0x17a,-_0x4b0830._0x336f1f,-_0x4b0830._0x35f7c6,-_0x4b0830._0xb25f6d))/(-0x151*0x1+-0x2082+0x6b*0x51))+parseInt(_0x5c2af1(0x1f1,0x1d1,_0x4b0830._0x5c08ac,_0x4b0830._0x18f7ca))/(-0x3d*0xd+-0x9*0x1+0x1*0x32b)+-parseInt(_0x5c2af1(_0x4b0830._0x424fb5,0x196,0x19c,0x1b5))/(-0x20b8+0xcf6+0x2*0x9e6)*(-parseInt(_0x5265ea(-0x19d,-0x19f,-0x19d,-0x175))/(-0x425+-0x17c1+0x1bf1*0x1));if(_0x437814===_0x3332e5)break;else _0x4761d0['push'](_0x4761d0['shift']());}catch(_0x5281aa){_0x4761d0['push'](_0x4761d0['shift']());}}}(_0xad55,-0xd660e+-0x22de6+0x1be2e0));import _0x5e95cb from'readline';import{Writable}from'stream';import{findUserByUsername,setUserPassword}from'../users.js';import{logger}from'../logger.js';function prompt(_0x2c1e8d,_0x15ea0c=![]){const _0x22f173={_0x3003a4:0x2f7,_0x26c78a:0x2e2,_0x5c52ec:0x329,_0x13d8e3:0x31b,_0x2af99c:0x2d0,_0x5d80c7:0xef,_0x21e659:0xda,_0x536454:0xd7,_0x4780c5:0x2db,_0x1a4d83:0x2f3},_0x28dee1={_0x3b5acb:0x371,_0x5d4ec3:0x38b,_0x425fdd:0x354,_0x5d2c66:0x361,_0xb6bbb5:0x355,_0x53367c:0x382,_0x498192:0x89,_0x97a906:0xa3,_0x1b97ca:0x389,_0x4595b4:0x366,_0x465d25:0x68,_0x52ea4f:0x82,_0x586371:0x396,_0x3df5d6:0x38d,_0x19d02b:0x370,_0x4d689d:0x99,_0x430be4:0x3a6,_0x1aded6:0x39c,_0x52ccbd:0x67,_0x392fca:0x76,_0x386c4a:0xd5,_0x933e24:0xbd,_0x52661b:0xbe,_0x41b5a8:0x3b9,_0x377eba:0x390,_0x39e5c4:0x39e,_0x6215e6:0x397,_0x18e0e3:0x36a,_0xfa2574:0xa6,_0x3d4ec4:0xd9,_0x2387cb:0xb7,_0x10a11d:0xa2,_0x3e847d:0x8d,_0x45f0a8:0x7a,_0xd4e25d:0xc8,_0x3a9f6d:0xb8,_0x39b75b:0xaf,_0x3c43f4:0x7f,_0x49d96d:0x74,_0x3a48fd:0x7b,_0x514c04:0x363,_0x5dd7f4:0x35a,_0x37c408:0x33c,_0x3f1206:0x350,_0x52ea35:0x9c,_0x2bc247:0xb5,_0x59f176:0x374,_0xfb312:0x35c,_0x2ed38f:0x35a,_0x31ee2b:0x363,_0x31202a:0x389,_0x37bea1:0x341,_0x39814a:0x350,_0x2e4562:0x79,_0x540fae:0x82,_0x55f1a4:0xb8,_0x5e3c37:0xaf,_0x224c9d:0x9d,_0x385a22:0xc1,_0x57a7e9:0x3a7,_0x533ae3:0x3c0,_0x278758:0x395},_0x5f4871={_0x3f1f81:0x48c,_0x2d7817:0x49c,_0x461542:0x40f,_0x37626a:0x3ef,_0x1fa09c:0x48b,_0x4ccace:0x476,_0x4b9e86:0x46c,_0x5bfb14:0x480,_0x2a05c9:0x3ce,_0x5181d7:0x3e9,_0x57ed3a:0x428,_0x16b7e5:0x43f,_0x243101:0x416,_0x571546:0x46b,_0xa36bf4:0x46e,_0x30d904:0x4a6,_0x2fc669:0x3c0,_0x4eca16:0x496,_0x4bb12f:0x436,_0x3d8cb0:0x461},_0x415202={_0x4e1f2e:0x104,_0x435c39:0xfa,_0x549f0b:0xe6},_0x30ca40={_0x5ddf82:0xe5};function _0x3360bf(_0x55902d,_0x224677,_0x280910,_0x41f41e){return _0x4033(_0x41f41e- -0x2fe,_0x55902d);}const _0x3b7854={'iFkbT':function(_0x3abaa1){return _0x3abaa1();},'GkXnL':function(_0x3eea75,_0x96596){return _0x3eea75(_0x96596);},'ltouO':_0x386f4d(_0x22f173._0x3003a4,0x304,_0x22f173._0x26c78a,0x2f5),'TtHPE':_0x386f4d(0x303,_0x22f173._0x5c52ec,0x313,_0x22f173._0x13d8e3)+'=','NxQPa':_0x386f4d(0x2d4,_0x22f173._0x2af99c,0x2cd,0x2d7)+'=','oamQM':_0x3360bf(-0xbf,-_0x22f173._0x5d80c7,-_0x22f173._0x21e659,-_0x22f173._0x536454),'xNmAs':function(_0x5c26e8,_0x20d61f){return _0x5c26e8!==_0x20d61f;},'EovrF':_0x386f4d(_0x22f173._0x4780c5,0x2fb,0x2e2,_0x22f173._0x1a4d83)};function _0x386f4d(_0x1dcd18,_0x52fe70,_0x3e6e2d,_0x1a2d8d){return _0x4033(_0x1dcd18-_0x30ca40._0x5ddf82,_0x52fe70);}return new Promise(_0x26d82a=>{const _0x21d9eb={_0x5285a5:0x2bf,_0x497a35:0x2d6},_0x41edc7={_0x510488:0x35},_0x4bc801={_0x5af4d2:0x2f1,_0x34d771:0x2eb,_0x24084a:0x2e5},_0x2d8d25={_0x415ccf:0xf7,_0x2a3a45:0x164,_0x4e996a:0x15d},_0x252f61={_0x57e2c4:0x118,_0x394c6c:0x1da},_0x312f47={_0x534320:0x121,_0x45c49d:0x177},_0x72fb3a={_0x52cf0b:0x1b7,_0x3a81f3:0xaf,_0x187ff1:0x18d};function _0x4be4b5(_0x4af704,_0x5497ac,_0x3fdb0a,_0x150a3e){return _0x3360bf(_0x3fdb0a,_0x5497ac-_0x72fb3a._0x52cf0b,_0x3fdb0a-_0x72fb3a._0x3a81f3,_0x150a3e-_0x72fb3a._0x187ff1);}function _0x4f9087(_0x275b93,_0x1b49dc,_0x3a72a4,_0x299911){return _0x3360bf(_0x1b49dc,_0x1b49dc-_0x312f47._0x534320,_0x3a72a4-_0x312f47._0x45c49d,_0x275b93-0x476);}if(_0x15ea0c){if(_0x3b7854[_0x4f9087(_0x28dee1._0x3b5acb,_0x28dee1._0x5d4ec3,_0x28dee1._0x425fdd,0x357)]!==_0x4f9087(_0x28dee1._0x5d2c66,_0x28dee1._0xb6bbb5,0x338,_0x28dee1._0x53367c)){const _0x152677=new Writable({'write':(_0x125a8d,_0x2384bd,_0x3d2b88)=>{function _0x74382e(_0x4777b8,_0x413625,_0x4200de,_0x54de06){return _0x4f9087(_0x4200de- -0x28a,_0x413625,_0x4200de-_0x252f61._0x57e2c4,_0x54de06-_0x252f61._0x394c6c);}_0x3b7854[_0x74382e(_0x415202._0x4e1f2e,0xd7,_0x415202._0x435c39,_0x415202._0x549f0b)](_0x3d2b88);}}),_0x5cee75={};_0x5cee75[_0x4be4b5(0x97,_0x28dee1._0x498192,0x82,_0x28dee1._0x97a906)]=process[_0x4f9087(_0x28dee1._0x1b97ca,0x38a,_0x28dee1._0x4595b4,0x39e)],_0x5cee75[_0x4be4b5(_0x28dee1._0x465d25,0x64,0xab,_0x28dee1._0x52ea4f)]=_0x152677,_0x5cee75[_0x4f9087(0x38f,0x376,0x397,_0x28dee1._0x586371)]=!![];const _0x398562=_0x5e95cb[_0x4f9087(0x36d,_0x28dee1._0x1b97ca,_0x28dee1._0x3df5d6,_0x28dee1._0x19d02b)+_0x4be4b5(_0x28dee1._0x4d689d,0xe0,0xb1,0xc1)](_0x5cee75);process[_0x4f9087(0x398,_0x28dee1._0x430be4,_0x28dee1._0x1aded6,0x3be)][_0x4be4b5(0x75,0x71,_0x28dee1._0x52ccbd,_0x28dee1._0x392fca)](_0x2c1e8d),_0x398562[_0x4be4b5(_0x28dee1._0x386c4a,0xe4,_0x28dee1._0x933e24,_0x28dee1._0x52661b)]('',_0x3b5597=>{const _0x4b68f6={_0x2c7598:0x398,_0x91f212:0x394,_0x4e36d7:0x397,_0x51e3e1:0x3b9},_0x818692={_0x45c751:0x42a},_0x4dd384={_0x56ba29:0x19};function _0x4ee457(_0x427f57,_0x32b508,_0xe0e438,_0x32d6bc){return _0x4f9087(_0x32d6bc-_0x2d8d25._0x415ccf,_0x427f57,_0xe0e438-_0x2d8d25._0x2a3a45,_0x32d6bc-_0x2d8d25._0x4e996a);}function _0x42879e(_0x15c606,_0xdb8169,_0x4087b0,_0x1283f3){return _0x4f9087(_0x15c606-0x7e,_0x1283f3,_0x4087b0-0xbf,_0x1283f3-0x160);}const _0x306db7={'jcDsq':function(_0x534a66){const _0x5654d1={_0x40f5ee:0xd9};function _0x560cbb(_0x2c535e,_0x206b2c,_0x3494da,_0x2003c5){return _0x4033(_0x2003c5-_0x5654d1._0x40f5ee,_0x3494da);}return _0x3b7854[_0x560cbb(0x2e6,_0x4bc801._0x5af4d2,_0x4bc801._0x34d771,_0x4bc801._0x24084a)](_0x534a66);},'iEcRU':function(_0xdb9f0e,_0x4ad3a7){const _0x2c000a={_0x3253a4:0x1fd};function _0x409e59(_0x352e30,_0x3707ec,_0x522404,_0x25fac8){return _0x4033(_0x25fac8- -_0x2c000a._0x3253a4,_0x352e30);}return _0x3b7854[_0x409e59(0x2,0x42,0x39,_0x4dd384._0x56ba29)](_0xdb9f0e,_0x4ad3a7);}};if(_0x3b7854[_0x4ee457(_0x5f4871._0x3f1f81,_0x5f4871._0x2d7817,0x47e,0x488)]!==_0x3b7854[_0x42879e(_0x5f4871._0x461542,0x3ff,_0x5f4871._0x37626a,0x414)]){const _0xc85c36={_0x1cc88d:0xa3,_0x1594d4:0xf1},_0x39fe27=new _0x49faac({'write':(_0x53e7c1,_0x24e901,_0x521328)=>{const _0x33b49d={_0x28de4d:0x9};function _0xa69b4(_0x228f2a,_0x64d8d8,_0x13b014,_0x46e154){return _0x4ee457(_0x13b014,_0x64d8d8-_0x33b49d._0x28de4d,_0x13b014-0x109,_0x228f2a- -0x67);}_0x306db7[_0xa69b4(0x425,0x41e,0x43c,_0x818692._0x45c751)](_0x521328);}}),_0x25adef={};_0x25adef[_0x4ee457(0x484,_0x5f4871._0x1fa09c,_0x5f4871._0x4ccace,0x483)]=_0x3cf37a[_0x4ee457(0x47e,0x49b,_0x5f4871._0x4b9e86,_0x5f4871._0x5bfb14)],_0x25adef[_0x42879e(0x3e9,_0x5f4871._0x2a05c9,0x3e2,_0x5f4871._0x5181d7)]=_0x39fe27,_0x25adef[_0x4ee457(0x461,0x47e,0x464,0x486)]=!![];const _0x6e2aae=_0x1019dd[_0x42879e(0x3eb,0x3fb,0x3d9,0x410)+_0x42879e(_0x5f4871._0x57ed3a,_0x5f4871._0x16b7e5,0x425,_0x5f4871._0x243101)](_0x25adef);_0x13bd11[_0x4ee457(_0x5f4871._0x571546,_0x5f4871._0xa36bf4,_0x5f4871._0x30d904,0x48f)][_0x42879e(0x3dd,0x3c0,_0x5f4871._0x2fc669,0x3df)](_0x9232e),_0x6e2aae['question']('',_0x45aa38=>{_0x6e2aae['close']();function _0x1052bb(_0x245e5f,_0x28f7fa,_0x19742e,_0x5ac31d){return _0x4ee457(_0x5ac31d,_0x28f7fa-_0xc85c36._0x1cc88d,_0x19742e-0x8f,_0x245e5f- -_0xc85c36._0x1594d4);}_0xed7374['log'](''),_0x306db7[_0x1052bb(_0x4b68f6._0x2c7598,_0x4b68f6._0x91f212,_0x4b68f6._0x4e36d7,_0x4b68f6._0x51e3e1)](_0x5dc0d1,_0x45aa38);});}else _0x398562[_0x4ee457(0x46b,0x46e,_0x5f4871._0x4eca16,0x477)](),console[_0x4ee457(_0x5f4871._0x4bb12f,_0x5f4871._0x3d8cb0,0x45b,0x45d)](''),_0x26d82a(_0x3b5597);});}else _0x2e6641['error'](_0x4f9087(0x39c,0x398,0x39b,_0x28dee1._0x41b5a8)+'r\x20\x22'+_0xd9cf02['username']+(_0x4f9087(_0x28dee1._0x377eba,_0x28dee1._0x39e5c4,0x391,0x37f)+'d.')),_0x519268[_0x4f9087(0x374,0x36e,_0x28dee1._0x6215e6,0x377)](0x253e+-0x9*-0x235+-0x391a);}else{if(_0x3b7854['xNmAs'](_0x4f9087(0x36e,0x34c,0x368,_0x28dee1._0x18e0e3),_0x3b7854[_0x4be4b5(0xd9,_0x28dee1._0xfa2574,_0x28dee1._0x3d4ec4,_0x28dee1._0x2387cb)])){if(_0x52ad7e[_0x4be4b5(_0x28dee1._0x10a11d,_0x28dee1._0x3e847d,_0x28dee1._0x45f0a8,0x9f)](_0x3b7854[_0x4be4b5(_0x28dee1._0xd4e25d,_0x28dee1._0x3a9f6d,_0x28dee1._0x39b75b,0xae)]))_0x4493d9[_0x4be4b5(0xa0,_0x28dee1._0x3c43f4,_0x28dee1._0x49d96d,_0x28dee1._0x3a48fd)]=_0x35b24e[_0x4f9087(_0x28dee1._0x514c04,_0x28dee1._0x5dd7f4,_0x28dee1._0x37c408,_0x28dee1._0x3f1206)]('=')[-0x173d+-0x185d+-0x1*-0x2f9b];else _0xd81b59['startsWith'](_0x3b7854[_0x4be4b5(_0x28dee1._0x52ea35,0xab,_0x28dee1._0x2bc247,0x98)])&&(_0x5383fd[_0x4f9087(0x36a,_0x28dee1._0x59f176,_0x28dee1._0xfb312,_0x28dee1._0x2ed38f)]=_0x2873e8[_0x4f9087(_0x28dee1._0x31ee2b,_0x28dee1._0x31202a,_0x28dee1._0x37bea1,_0x28dee1._0x39814a)]('=')[-0xc1*0x1+-0x255b+0x261d]);}else{const _0x204a5a={};_0x204a5a['input']=process['stdin'],_0x204a5a[_0x4be4b5(0xa7,_0x28dee1._0x2e4562,_0x28dee1._0x10a11d,_0x28dee1._0x540fae)]=process[_0x4be4b5(_0x28dee1._0x55f1a4,_0x28dee1._0x97a906,0xa2,_0x28dee1._0x5e3c37)];const _0x585246=_0x5e95cb['createInte'+_0x4be4b5(0xe4,_0x28dee1._0x224c9d,0xca,_0x28dee1._0x385a22)](_0x204a5a);_0x585246[_0x4f9087(_0x28dee1._0x57a7e9,_0x28dee1._0x533ae3,0x380,_0x28dee1._0x278758)](_0x2c1e8d,_0x49327f=>{function _0x300d36(_0x4705e8,_0x381da5,_0x341712,_0x179733){return _0x4f9087(_0x341712- -0xcb,_0x381da5,_0x341712-_0x41edc7._0x510488,_0x179733-0x6c);}_0x585246[_0x300d36(_0x21d9eb._0x5285a5,_0x21d9eb._0x497a35,0x2b5,0x2c1)](),_0x26d82a(_0x49327f);});}}});}function parseArgs(_0xed2a4b){const _0x237850={_0x2d4bd3:0x380,_0x20e08d:0x37f,_0x715e20:0x348,_0x5e1e06:0x333,_0x2d5f44:0x331,_0x4ae471:0x34b,_0x57f09f:0x352,_0x2287c5:0x36e,_0x5bb7cc:0x363,_0x15e464:0x47a,_0xf52b5f:0x473,_0xdcb44f:0x453,_0x5e8096:0x465,_0x134777:0x385,_0x58a4d7:0x357,_0x55a2e3:0x42f,_0x47ef34:0x42d,_0x2731fb:0x433,_0x4410f7:0x420,_0x7d963b:0x34e,_0xdc663a:0x33d,_0x3527bb:0x35e,_0x1c83b8:0x33a,_0x518e4d:0x453,_0x402dac:0x42b,_0x39a171:0x34e,_0x28878f:0x342,_0x497a2f:0x33e,_0x5ae706:0x351,_0x525601:0x404},_0x4ddb89={_0x13b28b:0x232};function _0x22db83(_0x1ea72f,_0x794c4a,_0x33c233,_0x51d260){return _0x4033(_0x51d260-_0x4ddb89._0x13b28b,_0x1ea72f);}const _0xdc9097={'BOZVE':function(_0x526680,_0x39bf71){return _0x526680(_0x39bf71);},'KBKHO':function(_0x411988,_0x109fa4){return _0x411988!==_0x109fa4;},'LuItn':'toDkh','cxWzj':_0x2b8136(0x375,_0x237850._0x2d4bd3,0x393,_0x237850._0x20e08d)+'=','hnDbd':_0x2b8136(0x346,0x327,_0x237850._0x715e20,_0x237850._0x5e1e06)+'='};function _0x2b8136(_0x37791d,_0x37cfc8,_0x8c6964,_0x3833d3){return _0x4033(_0x37791d-0x157,_0x37cfc8);}const _0x4a6f41={};_0x4a6f41[_0x2b8136(0x343,_0x237850._0x2d5f44,_0x237850._0x4ae471,_0x237850._0x57f09f)]=null,_0x4a6f41[_0x2b8136(0x349,0x322,_0x237850._0x2287c5,_0x237850._0x5bb7cc)]=null;const _0x22944b=_0x4a6f41;for(const _0x14109a of _0xed2a4b){if(_0xdc9097[_0x22db83(_0x237850._0x15e464,_0x237850._0xf52b5f,0x442,0x45e)](_0xdc9097[_0x22db83(0x444,_0x237850._0xdcb44f,0x482,_0x237850._0x5e8096)],_0xdc9097['LuItn']))_0x57fa80[_0x2b8136(0x35f,0x36b,_0x237850._0x134777,_0x237850._0x58a4d7)](),_0x1e0e8e[_0x22db83(_0x237850._0x55a2e3,_0x237850._0x47ef34,_0x237850._0x2731fb,_0x237850._0x4410f7)](''),_0xdc9097[_0x2b8136(_0x237850._0x7d963b,_0x237850._0xdc663a,_0x237850._0x3527bb,_0x237850._0x1c83b8)](_0x516285,_0xa70cf5);else{if(_0x14109a['startsWith'](_0xdc9097[_0x22db83(0x447,_0x237850._0x518e4d,_0x237850._0x402dac,_0x237850._0x55a2e3)]))_0x22944b[_0x2b8136(0x343,0x356,_0x237850._0x39a171,0x323)]=_0x14109a[_0x2b8136(_0x237850._0x28878f,0x31d,_0x237850._0x497a2f,_0x237850._0x5ae706)]('=')[-0x257*-0xd+-0xb7e+0x2b4*-0x7];else _0x14109a['startsWith'](_0xdc9097[_0x2b8136(0x362,0x35e,0x359,0x341)])&&(_0x22944b[_0x22db83(0x444,0x44a,_0x237850._0x525601,0x424)]=_0x14109a['split']('=')[-0x551+0x1*-0x51a+0xa6c]);}}return _0x22944b;}export async function setPasswordCommand(_0x41ba8c){const _0x25ca6c={_0x2b8e65:0x3bd,_0x500b9:0x398,_0x309c7d:0x3db,_0x1d58b8:0x407,_0x28395d:0x3e1,_0x417c52:0x400,_0x2896e3:0x3e6,_0x4e4ee0:0x3e7,_0x36c43e:0x5a3,_0x4c0e64:0x5c3,_0xfa9600:0x5ab,_0x53561f:0x5cc,_0x42eec5:0x5bf,_0x5b9d78:0x5c9,_0x33695f:0x5a4,_0x8797a0:0x58c,_0x2f3d8f:0x5ae,_0x70deed:0x3e4,_0x149d5d:0x3ab,_0x334308:0x3b6,_0x57df6e:0x5b7,_0x3bcb92:0x5a1,_0x34c289:0x3dd,_0x543784:0x3d2,_0x4a303b:0x3ad,_0x56a796:0x3cf,_0x3ba04f:0x3df,_0x56d9fa:0x3c3,_0x5bd026:0x3b8,_0x28d382:0x399,_0x10dab1:0x3a0,_0x5e4ffc:0x3c5,_0x507b2f:0x3be,_0x916c41:0x3dc,_0x4af611:0x3b6,_0x1bc39a:0x3fd,_0x226a36:0x586,_0x25526c:0x57b,_0xb5fd6:0x417,_0x2bb8c7:0x3f6,_0x23b81e:0x3ce,_0x398c6e:0x5d2,_0x1f15d7:0x5ae,_0x12065e:0x572,_0x23c720:0x584,_0x188647:0x5a5,_0x5dfbad:0x5b7,_0x410558:0x59e,_0x2e6458:0x3d6,_0x30a2fc:0x573,_0x2461ee:0x3f7,_0x2462f8:0x419,_0xbeeadd:0x3bc,_0x3c1343:0x3d3,_0x216b9c:0x402,_0x58b0af:0x3ee,_0x1a5758:0x592,_0x45feef:0x584,_0x3c1179:0x3c7,_0x53cd68:0x3cd,_0x315e38:0x3cb,_0x137578:0x586,_0x5c1630:0x58d,_0x2d7150:0x566,_0x723a2d:0x56d,_0x5e13e4:0x58e,_0x1f7b4c:0x57a,_0x206e74:0x58f,_0x111c19:0x3cd,_0x1c9505:0x591,_0x227880:0x5b6,_0x41b8d5:0x5b5,_0x4aeab5:0x5ac,_0x412385:0x3ef,_0x54bfaa:0x399,_0xed1dea:0x593,_0x43741d:0x5aa,_0x3c1380:0x5be,_0x179deb:0x3be,_0x809c30:0x3ba,_0x54326f:0x5bd,_0x340c83:0x5c0,_0x357e6f:0x3b2,_0x5755b6:0x3de,_0x57af41:0x58f,_0x1c634a:0x5ba,_0x12dfa9:0x58c,_0x3d2a76:0x3f5,_0x1641e5:0x3e9,_0x5a55a1:0x3e2,_0x21d197:0x3b4,_0x48f7d7:0x3d9,_0xfed3aa:0x3b9,_0x587a8d:0x5d5,_0x467c21:0x5b8,_0x5bc03d:0x3a6,_0xa36340:0x58c},_0x8ae70f={_0x42c312:0x392},_0x5695a5={'WZKli':function(_0x291bd3,_0x5acb90){return _0x291bd3!==_0x5acb90;},'PSHfE':function(_0x4a1535,_0x169de7){return _0x4a1535(_0x169de7);},'kQRyM':_0x34b3ee(0x39e,_0x25ca6c._0x2b8e65,_0x25ca6c._0x500b9,0x3d8),'daaLp':function(_0x76aace,_0x37d959,_0x407f8b){return _0x76aace(_0x37d959,_0x407f8b);},'Xkhwa':_0x34b3ee(0x3ef,0x3df,_0x25ca6c._0x309c7d,0x3c1)+_0x34b3ee(_0x25ca6c._0x1d58b8,_0x25ca6c._0x28395d,_0x25ca6c._0x417c52,_0x25ca6c._0x2896e3),'qbVLo':_0x34b3ee(0x3af,0x3ca,_0x25ca6c._0x4e4ee0,_0x25ca6c._0x309c7d)+_0x9aab53(_0x25ca6c._0x36c43e,_0x25ca6c._0x4c0e64,0x5db,_0x25ca6c._0xfa9600),'yUHut':function(_0x53d969,_0x263c5f){return _0x53d969!==_0x263c5f;},'ZMWkY':function(_0x2871cb,_0x268b6f){return _0x2871cb===_0x268b6f;},'kCBvw':'Error:\x20Use'+_0x9aab53(_0x25ca6c._0x53561f,_0x25ca6c._0x42eec5,0x5e3,_0x25ca6c._0x5b9d78)+'equired','SXBqi':function(_0x54c4b9,_0x330307){return _0x54c4b9<_0x330307;},'hxlau':_0x9aab53(_0x25ca6c._0x33695f,_0x25ca6c._0x8797a0,_0x25ca6c._0x2f3d8f,0x5a3)+'sword\x20must'+_0x34b3ee(_0x25ca6c._0x70deed,0x3bc,_0x25ca6c._0x149d5d,_0x25ca6c._0x334308)+_0x9aab53(_0x25ca6c._0x57df6e,_0x25ca6c._0x3bcb92,0x59e,0x59a)+'cters','mplAR':function(_0x577836,_0x287205){return _0x577836(_0x287205);},'czzpC':function(_0x13f757,_0x270db8,_0x5e6220){return _0x13f757(_0x270db8,_0x5e6220);}};function _0x34b3ee(_0x4625f6,_0x1e2a60,_0x5676,_0x1a6ae6){return _0x4033(_0x1e2a60-0x1cc,_0x5676);}const _0x1bdefb=parseArgs(_0x41ba8c);function _0x9aab53(_0x426ded,_0x31f230,_0x22289e,_0x3c3f69){return _0x4033(_0x31f230-_0x8ae70f._0x42c312,_0x3c3f69);}!_0x1bdefb[_0x34b3ee(0x3ab,0x3b8,0x3e1,0x3aa)]&&(_0x5695a5[_0x34b3ee(0x3e4,_0x25ca6c._0x4e4ee0,_0x25ca6c._0x34c289,_0x25ca6c._0x543784)](_0x34b3ee(_0x25ca6c._0x4a303b,_0x25ca6c._0x56a796,_0x25ca6c._0x3ba04f,0x3f4),'ACgJO')?_0x1bdefb[_0x34b3ee(_0x25ca6c._0x56d9fa,_0x25ca6c._0x5bd026,_0x25ca6c._0x28d382,_0x25ca6c._0x10dab1)]=await _0x5695a5[_0x34b3ee(0x3bc,0x3b9,0x396,_0x25ca6c._0x5e4ffc)](prompt,_0x5695a5['kQRyM']):_0x3c0f28['password']=_0x51c42e['split']('=')[-0x1dff+-0x1*-0x20d7+0x1*-0x2d7]);if(!_0x1bdefb[_0x34b3ee(0x3e6,_0x25ca6c._0x507b2f,_0x25ca6c._0x916c41,_0x25ca6c._0x4af611)]){_0x1bdefb['password']=await _0x5695a5[_0x34b3ee(_0x25ca6c._0x1bc39a,_0x25ca6c._0x417c52,0x411,0x3d8)](prompt,_0x5695a5[_0x9aab53(_0x25ca6c._0x226a36,0x57a,0x56e,_0x25ca6c._0x25526c)],!![]);const _0x3f02c0=await prompt(_0x5695a5[_0x34b3ee(_0x25ca6c._0xb5fd6,_0x25ca6c._0x2bb8c7,_0x25ca6c._0x23b81e,0x3e4)],!![]);_0x5695a5[_0x9aab53(_0x25ca6c._0x398c6e,_0x25ca6c._0x1f15d7,0x5c9,0x5cf)](_0x1bdefb[_0x9aab53(_0x25ca6c._0x12065e,_0x25ca6c._0x23c720,_0x25ca6c._0x188647,0x55d)],_0x3f02c0)&&(console[_0x9aab53(0x5ae,0x593,0x5ad,_0x25ca6c._0x5dfbad)]('Error:\x20Pas'+'swords\x20do\x20'+_0x34b3ee(0x3e3,0x3cb,_0x25ca6c._0x149d5d,0x3b9)),process[_0x9aab53(_0x25ca6c._0x410558,0x58e,0x575,0x58d)](0x1def+-0x13*-0x9b+0x296f*-0x1));}(!_0x1bdefb[_0x34b3ee(0x3d7,0x3b8,0x3df,_0x25ca6c._0x2e6458)]||_0x5695a5['ZMWkY'](_0x1bdefb['username']['trim'](),''))&&(console[_0x9aab53(0x59a,0x593,_0x25ca6c._0x30a2fc,0x570)](_0x5695a5[_0x34b3ee(_0x25ca6c._0x2461ee,0x3f7,_0x25ca6c._0x2462f8,0x3e3)]),process[_0x34b3ee(_0x25ca6c._0x4e4ee0,0x3c8,_0x25ca6c._0xbeeadd,_0x25ca6c._0x3c1343)](0x1647+-0x13f*-0xb+-0x23fb));(!_0x1bdefb['password']||_0x5695a5[_0x34b3ee(_0x25ca6c._0x216b9c,_0x25ca6c._0x58b0af,0x3dc,_0x25ca6c._0x28395d)](_0x1bdefb[_0x9aab53(_0x25ca6c._0x1a5758,0x584,0x578,_0x25ca6c._0x45feef)][_0x9aab53(0x588,0x586,_0x25ca6c._0x226a36,0x597)],0x203e+-0x7*0xd7+-0x6b*0x3f))&&(console[_0x34b3ee(_0x25ca6c._0x3c1179,_0x25ca6c._0x53cd68,_0x25ca6c._0x315e38,0x3e8)](_0x5695a5[_0x9aab53(_0x25ca6c._0x137578,_0x25ca6c._0x5c1630,_0x25ca6c._0x2d7150,_0x25ca6c._0x723a2d)]),process[_0x9aab53(_0x25ca6c._0x5c1630,_0x25ca6c._0x5e13e4,_0x25ca6c._0x1f7b4c,_0x25ca6c._0x206e74)](0x20b3+0x23a*0xc+-0x3b6a));try{const _0x3a5118=await _0x5695a5['mplAR'](findUserByUsername,_0x1bdefb['username']);!_0x3a5118&&(console[_0x34b3ee(0x3ef,_0x25ca6c._0x111c19,0x3b9,0x3a8)](_0x9aab53(_0x25ca6c._0x1c9505,_0x25ca6c._0x227880,_0x25ca6c._0x41b8d5,_0x25ca6c._0x4aeab5)+_0x34b3ee(0x3cc,_0x25ca6c._0x412385,0x3d0,0x3fd)+_0x1bdefb[_0x34b3ee(_0x25ca6c._0x54bfaa,0x3b8,0x395,0x3c8)]+(_0x9aab53(_0x25ca6c._0xed1dea,_0x25ca6c._0x43741d,0x58c,_0x25ca6c._0x3c1380)+'d.')),process['exit'](0x3b*0x7+-0xd8f+0x7*0x1b5)),await _0x5695a5['czzpC'](setUserPassword,_0x3a5118['id'],_0x1bdefb[_0x34b3ee(0x3e1,_0x25ca6c._0x179deb,0x3c2,_0x25ca6c._0xbeeadd)]),console[_0x34b3ee(0x3ca,_0x25ca6c._0x809c30,0x399,0x3a6)](''),console[_0x34b3ee(0x398,_0x25ca6c._0x809c30,_0x25ca6c._0xbeeadd,_0x25ca6c._0x10dab1)]('✓\x20Password'+_0x9aab53(_0x25ca6c._0x54326f,_0x25ca6c._0x340c83,0x5db,0x5c0)+_0x34b3ee(0x3e4,0x3d3,_0x25ca6c._0x357e6f,0x3ef)+_0x34b3ee(_0x25ca6c._0x23b81e,0x3d0,_0x25ca6c._0x5755b6,0x3c8)+'\x20\x22'+_0x1bdefb[_0x34b3ee(_0x25ca6c._0x315e38,0x3b8,0x3d8,0x3d9)]+'\x22.');}catch(_0x5af9fb){logger['error'](_0x34b3ee(0x404,0x401,0x42a,0x421)+_0x9aab53(0x581,0x57c,0x5a2,_0x25ca6c._0x57af41)+'rd',_0x5af9fb),console[_0x9aab53(0x5a2,0x593,_0x25ca6c._0x1c634a,_0x25ca6c._0x12dfa9)](_0x34b3ee(_0x25ca6c._0x417c52,_0x25ca6c._0x3d2a76,_0x25ca6c._0x1641e5,_0x25ca6c._0x5a55a1)+_0x34b3ee(_0x25ca6c._0x21d197,_0x25ca6c._0x48f7d7,_0x25ca6c._0xfed3aa,0x3bb)+_0x9aab53(_0x25ca6c._0x587a8d,_0x25ca6c._0x467c21,0x58f,0x59e)+'-\x20'+_0x5af9fb[_0x34b3ee(0x3bd,0x3c4,0x3b3,_0x25ca6c._0x5bc03d)]),process[_0x9aab53(0x5b7,0x58e,0x577,_0x25ca6c._0xa36340)](0x1417*0x1+0x1f6b*-0x1+-0x3*-0x3c7);}}