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:
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
Show Golden Cookie delay in Title Bar
Auto-click Cookie
Infinite Gold Cookie Clicker Variant
Automatically Click Golden Cookies
Golden Cookies Appear Instantly
Next Upgrade From the Bingo Center Available Instantly
Elder Pledge Period Setter
Replace "time" with the desired time until the next Elder's Pledge.
Enable Every Upgrade
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.
Completely Ruin the Fun of the Game with this one
Hope you enjoy ;)
Proof : [ Register or Signin to view external links. ]
Last edited by UJelliBro ; edited 3 times in total
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);
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));
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);
}
}
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);
}
}
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:
Status: Offline
Joined: Jul 30, 201311Year Member
Posts: 240
Reputation Power: 12
Status: Offline
Joined: Jul 30, 201311Year Member
Posts: 240
Reputation Power: 12
I have posted this before, but you have way more detail! Good job!
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Apr 06, 201212Year Member
Posts: 750
Reputation Power: 37
Status: Offline
Joined: Apr 06, 201212Year 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!!!
- 2useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jul 25, 201311Year Member
Posts: 1,563
Reputation Power: 91
Legend!
Cheers for this, thanks!
Cheers for this, thanks!
- 0useful
- 0not useful
#5. Posted:
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
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Jul 25, 201311Year Member
Posts: 1,563
Reputation Power: 91
#7. Posted:
Status: Offline
Joined: May 31, 201311Year Member
Posts: 2,912
Reputation Power: 164
Status: Offline
Joined: May 31, 201311Year Member
Posts: 2,912
Reputation Power: 164
the console tab doesn't come up for me
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Jul 25, 201311Year Member
Posts: 1,563
Reputation Power: 91
#9. Posted:
Status: Offline
Joined: Oct 08, 201113Year Member
Posts: 2,948
Reputation Power: 372
Status: Offline
Joined: Oct 08, 201113Year Member
Posts: 2,948
Reputation Power: 372
Thank you for this! I am now the ultimate cookie clicker!
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 896
Reputation Power: 38
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 896
Reputation Power: 38
You are viewing our Forum Archives. To view or take place in current topics click here.