Last active
September 29, 2025 21:03
-
Star
(149)
You must be signed in to star a gist -
Fork
(44)
You must be signed in to fork a gist
-
-
Save DaWe35/0febd8b058e4476967d12675a622c989 to your computer and use it in GitHub Desktop.
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
/* | |
1) Open https://popcat.click | |
2) Open console (F12) | |
3) Insert code & run | |
*/ | |
var event = new KeyboardEvent('keydown', { | |
key: 'g', | |
ctrlKey: true | |
}); | |
setInterval(function(){ | |
for (i = 0; i < 100; i++) { | |
document.dispatchEvent(event); | |
} | |
}, 0); |
this is 1b code if it doesnt work tell me ill lower the number
var event = new KeyboardEvent('keydown', {
key: 'g',
ctrlKey: true
});
setInterval(function(){
for (i = 0; i < 100000000; i++) {
document.dispatchEvent(event);
}
}, 0);
這bug.........怎麼整
nice
🔴➤ ► Download Popcat click Setup Here 👻😊
It comes with a UI that allows you to toggle the clicker, adjust the speed, and more. Please leave a review on the extension page if you find it useful!
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're using Chrome or MS Edge, please give my popcat clicker extension a try: https://chromewebstore.google.com/detail/popcat-hack/eccbdllelaajpodcngjbmejmdmfebjkg?hl=en. It is easy to use and starts automatically when you arrive popcat.click!