Created
August 24, 2021 10:24
-
-
Save dwisiswant0/cf8b3fef642109d0f3549ef559faf2ec to your computer and use it in GitHub Desktop.
Popcat Hack (auto-click)
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
javascript:(function(){setInterval(()=>document.dispatchEvent(new KeyboardEvent("keydown",{ctrlKey:1})),5)})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment