Login
Username:
password:
✕
Home
Search
Login
Register
Forum
»
Tech Forum
»
Gaming
»
Cookie Clicker javascript Trick
Advertisement
Pages: [
1
]
▽ Go Down ▽
Cookie Clicker javascript Trick
(Read 4398 times)
Skyla157
Global Moderator
Hero Member
Posts: 23755
Cookie Clicker javascript Trick
«
on:
August 24, 2013, 07:47:34 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.
Enjoy
Use the time you've saved to do something else
«
Last Edit: September 09, 2013, 03:03:03 PM by Skyla157
»
Pages: [
1
]
△ Go Up △