Last active
May 3, 2022 19:22
-
-
Save mkrogh/9034892 to your computer and use it in GitHub Desktop.
dogeminer.se, got bored clicking.
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
//go to Settings -> Toggle click effects | |
var muchClick = function(amount){return function(){var $mine = $("#miner"); for(var i = 0; i < amount; i++){$mine.trigger("mousedown");}}}; | |
var veryTimer = setInterval(muchClick(100),150); | |
//clearInterval(veryTimer); |
aas28
commented
May 3, 2018
sosks
hi
asdfgh
Good
doesnt work lol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment