Advertisement
connormce10

Golden cookie autoclick

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