cookie clicker wiki code example

Example 1: cookie clicker

#Hacks:
# Type these in your console which you can open by 
# pressing STRG + SHIFT + J (Chrome) or STRG + SHIFT + K (Firefox)

	# changes the amount of cookies
	Game.cookies = amount in int
    
    # unlimted cookies
    Game.cookies = Infinity
    
    # If you want to get out of Infinity cookies
    Game.cookiesd = 0
    
    # set up the CookiesPerSecond Rate by the number you want
    Game.cookiesPS= amount in int
    
    # clicks on cookie forever without moving your mouse in the highest speed
	var autoclicker = setInterval(function() { Game.ClickCookie(); }, 10);
    
    # stoping autoclicker
    clearInterval(autoClicker)

	# clicks on golden cookie without moving your mouse
    setInterval(Game.goldenCookie.click, 500)
    
    # Get the achievement you want by changing it to the achievement name you want
    # Game.Win(ACHIEVEMENT)

Example 2: cookie clicker

haha dopamine go brrrrrrrr

Example 3: cookie click

Poggers
░░░░░░░░░░░░▄▄▄▄▄▄▄▄▄▄▄▄▄░░░░░░░░░░░░
░░░░░░▄▄████▀▀▀▀▀░░░░░░▀▀█▄▄░░░░░░░░░
░░░▄██▀▀░░░░░░░░░░░░░░░░░░▀██▄░░░░░░░
░░▄█▀░░░░░░░░░░░░░░░░░░░░░░░░▀█▄░░░░░
░██░░░░░░░░░░░░░░░░░░░░░░░░░░░▀█▄░░░░
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▀█▄░░░
██░░░░░░░░░░░░░░░░░░░░░░░░░▄▄▄░░▀█░░░
█░░░░░░░░░░░░░░░░░░░░░░░░░░▀██▄░░██░░
█░░░░░████░░░░░░░░░░░░░░░░░░░░░░░░█▄░
█░░░░░▀▀▀█░░░░░░░░░░░░░░░░░░░░░░░░██░
█░░░░░░░░░░░░░░░░░░░░░░░▄▄▄▄█████▀░█▄
█░░░░░░░░░░▄▄▄▄▄██████▀▀▀▀▀▀░░░░░░░██
█░░░░▄█████▀▀▀▀▀░▄▄▄████░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░▀░░░░░░░░░░░░░░░░██
▀█▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█▀
░▀█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▄█░
░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░
░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░▄█░░
░░░░▀██▄░░░░░░░░░░░░░░░░░░░░░░▄▄█▀░░░
░░░░░░▀██▄░░░░░░░░░░░░░░░░░▄▄█▀░░░░░░
░░░░░░░░░▀██▄░░░░░░░░░░░▄▄█▀░░░░░░░░░
░░░░░░░░░░░░▀██▄▄▄▄▄▄▄▄█▀░

Example 4: cookie clicker

#Hacks:
# Type these in your console which you can open by 
# pressing STRG + SHIFT + J (Chrome) or STRG + SHIFT + K (Firefox)

	# changes the amount of cookies
	Game.cookies = amount in int
    
    # unlimted cookies
    Game.cookies = Infinity
    
    # If you want to get out of Infinity cookies
    Game.cookiesd = 0
    
    # set up the CookiesPerSecond Rate by the number you want
    Game.cookiesPS= amount in int
    
    # clicks on cookie forever without moving your mouse in the highest speed
	var autoclicker = setInterval(function() { Game.ClickCookie(); }, 10);
    
    # stoping autoclicker
    clearInterval(autoClicker)

	# clicks on golden cookie without moving your mouse
    setInterval(Game.goldenCookie.click, 500)
    
    # Get the achievement you want by changing it to the achievement name you want
    # Game.Win(ACHIEVEMENT)

Example 5: cookie clicker

# to get free cookies open up inspect ( ctrl shift j) and in the console type

Game.Earn(9999999999999999999999999999999999999999999999)

 the number in the () is the amount of cookies that you will gain

Example 6: cookie clicker

edit : you have to use Game.cookiesPs not Game.cookiesPS