Advertisement
bpoole

Cookie Clicker JS Hack

Aug 27th, 2013
8,732
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //js hack for http://orteil.dashnet.org/cookieclicker/
  2. //see it in action: http://www.youtube.com/watch?v=VO3WDA8-DLw
  3. function click_cookie( ){
  4.     document.getElementById("bigCookie").click( );
  5. }
  6. setInterval("click_cookie( )", 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement