Advertisement

Cookie Clicker javascript Trick

 (Read 4467 times)

Skyla157

  • Global Moderator
  • Hero Member
  • ****
  • Posts: 23756
Cookie Clicker javascript Trick
« on: Aug 24, 2013, 07:47 AM »
There is this game at orteil.dashnet.org/experiments/cookie/ that lets you click on a cookie so that you can make more cookies and then sell those cookies for some extra help from a grandma. Helps you think about investing and stuff but wastes a lot of time trying to do so. So here is a trick you can use on your web developer console on Firefox or Chrome to get all of the perks in a few sec.

http://orteil.dashnet.org/experiments/cookie/

Open web developer console on firefox (Ctrl+Shift+K) and add this line and press enter. More the 999's more the points also more load on the browser which might cause your browser to stop responding.

Code: [Select]
for (i=0;i<=99999;i++) { ClickCookie();}
Want more fun, add 100 portals so you can show someone else how hard you've worked (on console):

Code: [Select]
Portals:100;
And you're done.

image

Enjoy
Use the time you've saved to do something else
« Last Edit: Sep 09, 2013, 03:03 PM by Skyla157 »