Page 1 of 1

Trimps javascript console cheaters' toolkit

Posted: Fri May 03, 2019 1:21 pm
by 3ICE
Give yourself a free respec, mid-run:

Code: Select all

game.global.canRespecPerks=true
Queue up a building (or ten!) even if you can't afford it, will be built:

Code: Select all

game.global.buildingsQueue.push("Forge.10")
Get lots of traps:

Code: Select all

game.buildings.Trap.owned*=1000
Reset your RoboTrimp cooldown so it is usable immediately, in every zone (Two clicks needed sometimes, make sure it ends up being green.):

Code: Select all

game.global.roboTrimpCooldown=0;magnetoShriek();
Get lots of bones:

Code: Select all

game.global.b*=100
Eat something (well fed buff, 50%):

Code: Select all

activateTurkimpPowers()
Get lots of gems and fragments:

Code: Select all

game.resources.gems.owned*=1000;game.resources.fragments.owned*=1000
Instantly trap/breed/max all your minions:

Code: Select all

game.resources.trimps.owned=game.resources.trimps.realMax()
Boost whatever you're doing (Building, mining, researching, etc)

Code: Select all

game.global.playerModifier*=1024000
Skip to the end of maxed maps so you can collect the Prestige upgrades from it near-instantly (Adjust 21 to whatever your map size rolls, -4):

Code: Select all

game.global.lastClearedMapCell=21
Speed up the game 15x, That 150 is changeable but do not approach 2000 as the main game loop uses setTimeout(2000-speed-bonuses) Default is 10:

Code: Select all

game.settings.speed=150
Instantly complete a zone, gathering all rewards and unlocks:

Code: Select all

rewardLiquidZone()
Skip to the boss fight (You may lose out on rewards such as mega-upgrades):

Code: Select all

game.global.lastClearedCell=97
Free easter eggs all year round, spammable on the same line or in a loop, even! (Play around with that -1 for different messages. Try -2 and +1):

Code: Select all

game.global.eggLoc=game.global.lastClearedCell-1;easterEggClicked();
Similar holiday boosts to the above, also work year-round (but without the eggLoc nonsense) halloween and christmas loot:

Code: Select all

givePumpkimpLoot(); givePresimptLoot();

Re: Trimps javascript console cheaters' toolkit

Posted: Fri May 03, 2019 6:21 pm
by 3ICE
Never lose spire:

Code: Select all

game.global.spireDeaths=-9999999999;

Re: Trimps javascript console cheaters' toolkit

Posted: Fri May 03, 2019 6:28 pm
by 3ICE
Unlock more upgrades for your weapons:

Code: Select all

game.upgrades.Axeidic.allowed+=5;game.upgrades.Dagadder.allowed+=5;game.upgrades.Greatersword.allowed+=5;game.upgrades.Megamace.allowed+=5;game.upgrades.Polierarm.allowed+=5;
Harmbalest added in the middle version (use only if unlocked):

Code: Select all

game.upgrades.Axeidic.allowed+=5;game.upgrades.Dagadder.allowed+=5;game.upgrades.Greatersword.allowed+=5;game.upgrades.Harmbalest.allowed+=5;game.upgrades.Megamace.allowed+=5;game.upgrades.Polierarm.allowed+=5;

Re: Trimps javascript console cheaters' toolkit

Posted: Mon May 06, 2019 10:41 am
by 3ICE
Get metal:

Code: Select all

game.resources.metal.owned*=1000;
Stack 10000% extra poison debuff on enemies, repeatable:

Code: Select all

game.empowerments.Poison.currentDebuffPower*=100
Breeze past bionic wonderland maps by jumping to cell 96 (97 also works if you haven't unlocked prestigious):

Code: Select all

game.global.lastClearedMapCell=96
Max (almost) metal, can be used to "repair" infinity metal:

Code: Select all

game.resources.metal.owned=6.9e+306
Repair infinity metal storage:

Code: Select all

game.buildings.Forge.owned-=100
Skip to end of Dimensional Generator cycle, assuming 32 seconds is max for you:

Code: Select all

game.global.timeSinceLastGeneratorTick=31300
Restore 300 of your nurseries after a magma "accident":

Code: Select all

game.buildings.Nursery.owned+=300
Fill dimsum (Change 38 to 380 - you can overfill 100x as much too, especially if it's overclocked):

Code: Select all

game.global.magmaFuel=38
Dark Essence ToDo