Advertisement
connormce10

AutoClicker & AutoClick golden cookies

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