Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var autoclicker = setInterval(function(){
- try {
- Game.lastClick -= 1000;
- document.getElementById('bigCookie').click();
- } catch (err) {
- console.error('Stopping auto clicker');
- clearInterval(autoclicker);
- }
- }, 1);
Add Comment
Please, Sign In to add comment