Skip to content

Obfuscation of mm2/level_data url? #10

Description

@iceisfun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions