HTML Cheat code list for HTML games & short tutorial

Satori6

Game Developer
Aug 29, 2023
440
840
Cheating and/or editing variables may have unintended consequences: skipping scenes, failing to trigger events, or straight up breaking the game. Always create a back-up of your vanilla save before messing with variables.


Lately I've been replying to cheat/code requests on HTML threads, so I figured it'd be easier to start adding them to a list that I can simply link to.

I'll always add the simplest way to do it. When the game has fugly code, sometimes it's simpler to edit the HTML file itself. In those cases I'll add a link.
Make sure to quote or mention me when making requests, as I don't get reply notifications.
When making a request, also make sure to upload the HTML file so that I don't need to download 3GB of random porn just to get a line of code.

First I'll post a simple tutorial to cheat on most SugarCube-based games.
You don't have permission to view the spoiler content. Log in or register now.

And now the cheat list. If it says "Direct SC access", it means that variables can be directly modified using the method on the tutorial above.
I'll be slowly adding to the list whenever I have some minutes to spare. If there are outdated codes or broken cheats, just let me know and I'll fix them.

If you enjoy a game and want its development to continue, please support the dev. These cheats are mostly there to avoid the grind that is common to most HTML games, to help people catch up when they've lost their save files, or to try new things without spending a dozen hours farming some stat.

Aphrodisia Ch3.9.0
Direct SC access
Codes: The following console code is the same as entering all of the supporter codes:
You don't have permission to view the spoiler content. Log in or register now.
Becoming Prom Queen v0.3.1c
Direct SC access
Codes: To enable the character editor, simply enter the following on that screen: document.getElementsByClassName('bg-image-button')[0].disabled=false;
Become Someone 1.42
Direct SC access
Codes: These commands will emulate the different codes being entered:
Code:
SugarCube.Engine.play('Diamond cheat');
SugarCube.Engine.play('Money cheat');
SugarCube.Engine.play('Holidays cheat');
SugarCube.Engine.play('Gallery cheat');
Become Taxi Driver v0.46
Direct SC access
Codes: The uploaded version isn't the patreon one, so there's no way to access its features, but you can access the "Lite Cheats" menu. This code bypasses the need to get the code:SugarCube.Engine.play('cheats_lite');
And this one lets you use each cheat on the menu without limits:
Code:
var timer=setInterval(function(){Object.assign(SugarCube.State.variables.lite_cheats,{lya:0,mia:0,jasmine:0,
brittney:0,caroline:0,skylar:0,blue_ticket:0,intelligence:0,strenght:0,money:0})},200);
Just make sure to remove it after you exit the cheat menu to avoid affecting performance: clearInterval(timer);
Corulla v0.0.3b
Direct SC access
The following timer will help you win all fights (unless you decide to only "wait" instead of attacking). It also makes it so the day doesn't end until you go to sleep.
Code:
var timer=setInterval(function(){SugarCube.State.variables.enemyHealth=1;
SugarCube.State.variables.playerHealth=SugarCube.State.variables.playerMaxHealth;
SugarCube.State.variables.time=1;},500);
As usual, clear it with clearInterval(timer);
Crucial Investigation v1.70n
Direct SC access
Codes (safebox): Enter the following in the console:
Code:
window.hashStr=function(t){return t;}
SugarCube.State.variables.safedone=2;
Then enter -1755052194
This only gives you money, tho. Might as well just cheat it as normal.
Cupid's Way 0.7
Direct SC access
Debasing Grounds v0.36
Ugliest code ever.
You don't have permission to view the spoiler content. Log in or register now.
Degrees of Lewdity v0.4.7.5
Direct SC access
Depravity Dance v0.0.1
Direct SC access
Disruption v0.16
Direct SC access
DryadQuest v0.7.0 public
Codes: Ugly as fuck code. The simplest is to replace the file by the attachment "main.e1d3f6b4566f101dbc7c.js.7z " included here. This will enable debug mode on the menu.
Eromancer: Lust Unleashed v0.2
Direct SC access
Fucksome Road v0.14
Direct SC access
Girl By Accident v0.5.8
Direct SC access
GrowUp v0.09
Direct SC access
Codes: It includes sha264 codes that are simple enough to get through, but the easiest is to use the console for direct access as follows:
You don't have permission to view the spoiler content. Log in or register now.
Imperial Courtesan v0.1
Direct SC access
Jacki's World alpha 12
Direct SC access
Just One More Chance v0.42
Direct SC access
Codes: This will take you to the cheat menu: SugarCube.Engine.play('Debugroom')
Life Choices v0.8.8.65
Direct SC access
Item variable names begin with "Stat". eg; StatBooze
Net System v0.1a
Direct SC access*
The values are encoded in b64. Here's an example of how to cheat them:
Code:
SugarCube.State.variables.mc.money=window.encodeBase64(10000);
SugarCube.State.variables.mc.netpoint=window.encodeBase64(10000);
Codes: sha264 protection. Easy to bypass, but so far the only thing that the codes give you are cheats for money and netpoints, both of which are listed above.
New Life Project v0.6.2
Direct SC access
Routes of Life v1.55b
Direct SC access
One Girl, One Big World
Direct SC access
Project Reeducation v1.21
Direct SC access
Codes: Use hashStr=function(x=0){return -163762350}; in the console and then enter whatever code you want.
The following are the cheat codes:
You don't have permission to view the spoiler content. Log in or register now.
Use SugarCube.State.variables.dlc3Code="9<+>10=>21" before clicking the "LORE" links to access the paywalled "DLC" which doesn't have any content.
The Fate is Yours v0.05
Direct SC access
This game is awful, by the way. If you're browsing this thread to discover games, please avoid this one.
The Flash 0.05
Direct SC access
Codes:
You don't have permission to view the spoiler content. Log in or register now.
To Be Sigma v0.2
Direct SC access
Codes: Cheats 93242521 || Scenes 04413428
What Is Real v0.65
Direct SC access
Welcome To America v0.1.3
Direct SC access
Codes: Gekko
X Change Life 0.19 Mar 21
This game doesn't use SugarCube, but Harlowe (SugarCube's twin brother that was dropped on his head as a baby), so the usual way won't work.
Here's an example of how you'd go about editing the money.
Code:
window.Harlowe.API_ACCESS.STATE.variables.character.set('money',1000)
Other variables can be edited just like that, you just need to find the variable name in window.Harlowe.API_ACCESS.STATE.variables.

I'll keep adding codes until I cover most of the recently updated and popular HTML games. If you have any requests, leave them below.
 
Last edited: