Skip to content

DevChrisChan/Popcat.click-Autoclicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


https://popcat.click Autoclicker

Want to get your country to 🥇 number 1 at popcat leaderboard? Get the scripts for your device and help your country!

Desktop/Android

var event = new KeyboardEvent('keydown', {
	key: 'h',
	ctrlKey: true
});

setInterval(function(){
	for (i = 0; i < 100; i++) {
		document.dispatchEvent(event);
	}
}, 0);

iPhones/iPads

FAQs

The script suddenly stopped clicking, what should I do? If this snippet stopped working, please clear your browser cookies.
How can I stop the script from clicking popcat automatically?? Reload the page to stop the entire script.
The script doesn't work! Check if you used the correct script for the correct platform. If it still doesn't work, please let us know at the Issues tab.