Created
February 12, 2023 00:39
-
-
Save kamoshi/4b9a23a497c58e517ebffa04450657a2 to your computer and use it in GitHub Desktop.
JS debugger loop hack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function H(n) { | |
function e(t) { | |
if ("string" == typeof t) return function(t){}.constructor("while (true) {}").apply("counter"); | |
(t % 20 == 0) | |
? function() { return !0 }.constructor("debugger").call("action") | |
: function() { return !1 }.constructor("debugger").apply("stateObject"), | |
e(++t) | |
} | |
e(0) | |
} | |
setInterval(() => H(), 1000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment