Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obfuscation of mm2/level_data url? #10

Open
iceisfun opened this issue Dec 19, 2021 · 4 comments
Open

Obfuscation of mm2/level_data url? #10

iceisfun opened this issue Dec 19, 2021 · 4 comments

Comments

@iceisfun
Copy link

Is there a point obfuscating this url when a breakpoint could be set to see it?

UR As String = "198174193181024108188204033027038009110065067055059092053071110013197170026126044073185151163192252147231138210253130239234135026040040007108000240149029107071034164200170245039067011106201189022119240223"
  For I = 1 To UR.Length Step 6
      J = Int(Mid(UR, I, 3))
      K = Int(Mid(UR, I + 3, 3))
      UR2 += Chr(J Xor K)
  Next
@Mathnerd314
Copy link

It mean the URL doesn't show up in Github searches. Although I don't know if that matters.

@FalconFour
Copy link

I was frustrated by the same thing (because the program itself now seems to consistently fail to download data and crashes, but the URL works), and converted it into a VBScript since I don't have any intention of installing a full IDE to decode or debug this. Today, though, it seems to be entirely broken; the whole site is dead. Bit frustrating that it relies on an external service whose code is unknown. :(

@TheGreatRambler
Copy link

It mean the URL doesn't show up in Github searches. Although I don't know if that matters.

Lmao, that's pretty funny. I'm the host and I don't really know why it would be bad for it to show up on searches. I do appreciate Ji not wanting too much traffic to it tho

@chiyuki0325
Copy link

这意味着该 URL 不会出现在 Github 搜索中。虽然我不知道这是否重要。

Lmao,这很有趣。我是主持人,我真的不知道为什么它出现在搜索中会很糟糕。我很感激姬不想给它太多的流量

now the api is 404 not found now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants