connormce10

Golden cookie + autoclick scripts

Nov 9th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var autoClicker = setInterval(Game.ClickCookie, 33);
  2.  
  3.  
  4. setInterval(function() {
  5.     Game.shimmers.forEach(function(shimmer) {
  6.         if (shimmer.type == "golden") { shimmer.pop() }
  7.     })
  8. }, 500);
Add Comment
Please, Sign In to add comment