Last active
August 15, 2021 06:31
-
-
Save cyysky/c109c61bb200ce675045c59e48f486f7 to your computer and use it in GitHub Desktop.
Popcat
This file contains 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
setInterval(()=>{document.dispatchEvent(new Event("keydown"));document.dispatchEvent(new Event("keyup"))},40) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
setInterval(()=>{document.dispatchEvent(new Event("keydown"));document.dispatchEvent(new Event("keyup"))},40)