You are viewing our Forum Archives. To view or take place in current topics click here.
Cookie Clicker Cheats (Have Fun)
Posted:

Cookie Clicker Cheats (Have Fun)Posted:

UJelliBro
  • TTG Master
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 896
Reputation Power: 38
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 896
Reputation Power: 38
There is this game called Cookie Clicker I'm almost certain everyone has heard of it.
Well im here to show you how to cheat in Cookie Clicker for Google Chrome

1st: go to [ Register or Signin to view external links. ]
2nd: Press F12 and navigate to the "Console" Tab
3rd: Copy and paste any of the following codes into the Console tab

Auto Buy Stuff in the Shop
setInterval(function() {
for(i=Game.UpgradesInStore.length-1; i >= 0; i--){
Game.UpgradesInStore[i].buy();
}
for(i=Game.ObjectsById.length-1; i >= 0; i--){
Game.ObjectsById[i].buy();
}
}, 100);


Show Golden Cookie delay in Title Bar
setInterval(function() {
document.title='(' + Math.floor(Game.goldenCookie.delay / Game.fps) + ' s) '+Beautify(Game.cookies)+' '+(Game.cookies==1?'cookie':'cookies');
}, Math.floor(500/Game.fps));


Auto-click Cookie
setTimeout(heartbeat,1);
function heartbeat(){
eventFire(document.querySelector('#bigCookie'),'click');
setTimeout(heartbeat,1);
}
function eventFire(el, etype){
if (el.fireEvent) {
(el.fireEvent('on' + etype));
} else {
var evObj = document.createEvent('Events');
evObj.initEvent(etype, true, false);
el.dispatchEvent(evObj);
}
}


Infinite Gold Cookie Clicker Variant
setTimeout(heartbeat,1);
function heartbeat(){
eventFire(document.querySelector('#goldenCookie'),'click');
setTimeout(heartbeat,1);
}
function eventFire(el, etype){
if (el.fireEvent) {
(el.fireEvent('on' + etype));
} else {
var evObj = document.createEvent('Events');
evObj.initEvent(etype, true, false);
el.dispatchEvent(evObj);
}
}


Automatically Click Golden Cookies
setInterval(function() {if(Game.goldenCookie.life > 0)Game.goldenCookie.click();}, 100);


Golden Cookies Appear Instantly
setInterval(function(){Game.goldenCookie.delay=0;}, 0);


Next Upgrade From the Bingo Center Available Instantly
setInterval(function(){Game.researchT=0;}, 0);


Elder Pledge Period Setter
Replace "time" with the desired time until the next Elder's Pledge.
Game.pledgeT=time;


Enable Every Upgrade
Game.UpgradesById.forEach(function(i) {if (i.bought === 0) { Game.cookies +=i.basePrice; i.buy(); }})


Set Cookie Output Rate
This will correct itself if you buy something in the shop.
Replace "DesiredAmountofCookiesPerSecond" with the desired amount of cookies per second.
Game.cookiesPs = DesiredAmountofCookiesPerSecond;


Completely Ruin the Fun of the Game with this one
Game.RuinTheFun ()


Hope you enjoy ;)
Proof : [ Register or Signin to view external links. ]


Last edited by UJelliBro ; edited 3 times in total

The following 2 users thanked UJelliBro for this useful post:

mightycarmods (09-15-2013), JPEG (09-15-2013)
#2. Posted:
Devy
  • Resident Elite
Status: Offline
Joined: Jul 30, 201310Year Member
Posts: 240
Reputation Power: 12
Status: Offline
Joined: Jul 30, 201310Year Member
Posts: 240
Reputation Power: 12
I have posted this before, but you have way more detail! Good job!
#3. Posted:
TurnerTheTiger
  • Rising Star
Status: Offline
Joined: Apr 06, 201211Year Member
Posts: 750
Reputation Power: 37
Status: Offline
Joined: Apr 06, 201211Year Member
Posts: 750
Reputation Power: 37
I'm generating 223,453,234 per second if I was just starting off I might have used these. I think the game is so fun!!!
#4. Posted:
Doh
  • TTG Senior
Status: Offline
Joined: Jul 25, 201310Year Member
Posts: 1,563
Reputation Power: 91
Status: Offline
Joined: Jul 25, 201310Year Member
Posts: 1,563
Reputation Power: 91
Legend!

Cheers for this, thanks!
#5. Posted:
UJelliBro
  • TTG Master
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 896
Reputation Power: 38
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 896
Reputation Power: 38
TurnerTheTiger wrote I'm generating 223,453,234 per second if I was just starting off I might have used these. I think the game is so fun!!!

Cool!, my first time playing I legitly got up to 500billion cookies per second and then I found these
#6. Posted:
Doh
  • TTG Senior
Status: Offline
Joined: Jul 25, 201310Year Member
Posts: 1,563
Reputation Power: 91
Status: Offline
Joined: Jul 25, 201310Year Member
Posts: 1,563
Reputation Power: 91
Legend!

Cheers for this, thanks!

EDIT: Have this for proof

[ Register or Signin to view external links. ]
#7. Posted:
Monokuma
  • Christmas!
Status: Offline
Joined: May 31, 201310Year Member
Posts: 2,912
Reputation Power: 164
Status: Offline
Joined: May 31, 201310Year Member
Posts: 2,912
Reputation Power: 164
the console tab doesn't come up for me
#8. Posted:
Doh
  • TTG Senior
Status: Offline
Joined: Jul 25, 201310Year Member
Posts: 1,563
Reputation Power: 91
Status: Offline
Joined: Jul 25, 201310Year Member
Posts: 1,563
Reputation Power: 91
Actually this one is better:

[ Register or Signin to view external links. ]

@Breading, Try google chrome if you are not using it already. If that doesn't work console is on the tab in the right hand corner.
#9. Posted:
_Mark
  • Supporter
Status: Offline
Joined: Oct 08, 201112Year Member
Posts: 2,948
Reputation Power: 372
Status: Offline
Joined: Oct 08, 201112Year Member
Posts: 2,948
Reputation Power: 372
Thank you for this! I am now the ultimate cookie clicker!
#10. Posted:
UJelliBro
  • TTG Master
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 896
Reputation Power: 38
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 896
Reputation Power: 38
Spooked wrote Actually this one is better:

[ Register or Signin to view external links. ]

@Breading, Try google chrome if you are not using it already. If that doesn't work console is on the tab in the right hand corner.

Thanks for the picture hope you're enjoying
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.