popcat.click Auto Clicker Hack (updated)
发布时间:2026-09-13 | 浏览:1
Instantly share code, notes, and snippets.
Star 3 ( 3 ) You must be signed in to star a gist
Fork 0 ( 0 ) You must be signed in to fork a gist
Embed Select an option Embed Embed this gist in your website. Share Copy sharable link for this gist. Clone via HTTPS Clone using the web URL. No results found Learn more about clone URLs Clone this repository at <script src="https://gist.github.com/PufferFishDev/e37f518fd21d128c5f947162c996c227.js"></script>
Embed Embed this gist in your website.
Share Copy sharable link for this gist.
Clone via HTTPS Clone using the web URL.
No results found
Save PufferFishDev/e37f518fd21d128c5f947162c996c227 to your computer and use it in GitHub Desktop.
Embed Embed this gist in your website.
Share Copy sharable link for this gist.
Clone via HTTPS Clone using the web URL.
No results found
COPY THIS AND PASTE IT IN TO THE CONSOL (to https://www.popcat.click )
PufferFishDev commented Apr 18, 2021 • edited Loading Uh oh! There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
to ----> www.popcat.click
ropson11 commented Apr 21, 2021
i cant copy and paste it
PufferFishDev commented Apr 22, 2021
i cant copy and paste it
Just mark it and ctrl + c
diaa970 commented May 3, 2021
PufferFishDev commented May 6, 2021
PufferFishDev commented Jun 2, 2021 • edited Loading Uh oh! There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
For everyone hwo cant copy for some reson here:
//Copyright PufferFishDEV 2021 eval(function(p, a, c, k, e, d, b, f, r) { while (c--) { if (k[c]) { p = p.replace(new RegExp('\b' + c.toString(a) + '\b', 'g'), k[c]) } } return p }('3 2=4 5('6',{7:'g',8:a});9(b(){c(1=0;1<d;1++){e.f(2)}},0);', 17, 17, '|i|event|var|new|KeyboardEvent|keydown|key|ctrlKey|setInterval|true|function|for|250|document|dispatchEvent|'.split('|')))
bcya2999 commented Aug 15, 2021
Is there anyway to add interval to the action, because I believe pop cat have a detection of spamming clicks
SheUy commented Aug 18, 2021
from where to where
SheUy commented Aug 18, 2021
I mean copy from where to where
voltrare commented Aug 21, 2021
I mean copy from where to where
copy the code then open https://www.popcat.click/ and open console ( ctrl + shift + i ) and paste it there
Vexillographer commented Nov 17, 2021
where do i paste it on popcat
muhavidpulikkal commented Nov 24, 2021
For everyone hwo cant copy for some reson here:
//Copyright PufferFishDEV 2021 eval(function(p, a, c, k, e, d, b, f, r) { while (c--) { if (k[c]) { p = p.replace(new RegExp('\b' + c.toString(a) + '\b', 'g'), k[c]) } } return p }('3 2=4 5('6',{7:'g',8:a});9(b(){c(1=0;1<d;1++){e.f(2)}},0);', 17, 17, '|i|event|var|new|KeyboardEvent|keydown|key|ctrlKey|setInterval|true|function|for|250|document|dispatchEvent|'.split('|')))
this code is not working
Dustinsilleee commented Dec 13, 2021
why it not work
Bin99pro commented Dec 24, 2021
XAlixii commented May 13, 2022
How to stop it?
Studio-Hawaii commented May 26, 2022
vapmawtf commented Aug 15, 2023
POLANDS REVIAL!!!!!
aleksandre2014 commented Oct 20, 2023
aleksandre2014 commented Oct 20, 2023
//Copyright PufferFishDEV 2021 eval(function(p, a, c, k, e, d, b, f, r) { while (c--) { if (k[c]) { p = p.replace(new RegExp('\b' + c.toString(a) + '\b', 'g'), k[c]) } } return p }('3 2=4 5('6',{7:'g',8:a});9(b(){c(1=0;1<d;1++){e.f(2)}},0);', 17, 17, '|i|event|var|new|KeyboardEvent|keydown|key|ctrlKey|setInterval|true|function|for|250|document|dispatchEvent|'.split('|')))
mrfishq commented Jan 31, 2024
bro break my laptop
goodevilgenius commented Feb 3, 2025
Non-obfuscated version, please?
goodevilgenius commented Feb 3, 2025
Here's the actual code that this is trying to be:
This is what you get if you remove the eval, and fix some missing parentheses. I don't know why he chose to obfuscate the code in an eval.
This is basically just constantly clicking 250 times at once. So, make sure you mute the tab before you run this, or the sound of the constant clicking will be just awful.
Personally, I think this is a bit heavy handed. If your computer is a bit older, that might actually freeze up your browser.
Here's the version I use, which clicks once, three times a second:
If you want to adjust this, that 333 is how you adjust the time. That number is a thousandth of a second. So it clicks every 333/1000 of a second, or in other words, almost every 1/3 of a second. If you want 10 times a second, change the 333 to 100.