Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form

Cookie Clicker – How To Summon Wrinklers With Console Commands

Posted on 05/16/2023 By jackyboy_510 No Comments on Cookie Clicker – How To Summon Wrinklers With Console Commands
  • Title: Cookie Clicker
  • Release Date:
  • Developer:
  • Publisher:
Information about Cookie Clicker is still incomplete. Please help us fill the details of the game using this contact form.

This is not a guide to use console commands. Just commands to copy and paste.

Summoning A Wrinkler

Use the command:

var me=Game.wrinklers[0]; me.phase = 1; me.hp = 3;

The ‘wrinkleers[0]’ determines the Wrinklers location around the cookie (from 0-11).
If you want it at a different location just change the number after ‘wrinklers’ in the [] brackets.

For example:

var me=Game.wrinklers[6]; me.phase = 1; me.hp = 3;

Summoning Multiple

It is also possible to stack the command to summon multiple at once.

The number for ‘wrinklers[0]’ will have to be different.

For example:

var me=Game.wrinklers[0]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[1]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[2]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[3]; me.phase = 1; me.hp = 3;
And so on…

Here is the command for all at once:

var me=Game.wrinklers[0]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[1]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[2]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[3]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[4]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[5]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[6]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[7]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[8]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[9]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[10]; me.phase = 1; me.hp = 3;
var me=Game.wrinklers[11]; me.phase = 1; me.hp = 3;

Summoning Shiny Wrinklers

You can summon 12 shiny Wrinklers with this:

for (i = 0; i < Game.wrinklers.length; i++) { Game.wrinklers.phase = Game.wrinklers.type = 1; }

After you use this command, it is possible that when using the commands to summon normal Wrinklers it will summon them as shiny instead. If you want to change it back to normal just use:

for (i = 0; i < Game.wrinklers.length; i++) { Game.wrinklers.phase = Game.wrinklers.type = 2; }

You can also delete all the Wrinklers at once with this:

for (i = 0; i < Game.wrinklers.length; i++) { Game.wrinklers.phase = Game.wrinklers.type = 0; }

Other Info

When using;

var me=Game.wrinklers[0]; me.phase = 1; me.hp = 3;

you can change the ‘phase = 1’ to ‘phase = 2’

for example:

var me=Game.wrinklers[0]; me.phase = 2; me.hp = 3;

This does not do much other than making the Wrinkler start eating as soon as it spawns instead of it having a small delay before it starts to digest cookies.

That's everything we are sharing today for this Cookie Clicker guide. This guide was originally created and written by jackyboy_510. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:Cookie Clicker

Post navigation

Previous Post: How to Fix Ultimate Ragdoll Game FPS Drop, Lag, and Stuttering Issues
Next Post: Prison Architect – Dealing with Legendary Prisoners

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: Cookie Clicker
  • Release Date:
  • Developer:
  • Publisher:
Information about Cookie Clicker is still incomplete. Please help us fill the details of the game using this contact form.

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme