HTML SugarCube Hacker App

May 3, 2017
60
23
Hi everyone,


I'm writing this because I'm really frustrated. Since this morning, the SugarCube Hacker extension on Chrome has completely stopped working for me. It was working just fine yesterday, but now it's like it doesn't respond at all.

I'm wondering if anyone else is experiencing the same issue? And more importantly—does anyone know of a fix or maybe an alternative Chrome extension that does the same thing? I’d be super grateful for any suggestions or help.


Thanks in advance!
 
  • Like
Reactions: BitterDevil

bestvengaever

New Member
Apr 5, 2021
5
0
Here you go, if you wish you can use my script, it's a bit manual, but I made it while ago for myself to bind it on keyboard shortcuts.
 

bestvengaever

New Member
Apr 5, 2021
5
0
I've posted GitHub link here, but moderators are still approving it, you can check repo `chrome-shortcut-binder`, but it's just bind executor for console commands, so u have to manually write commands. Made this extension while ago for myself..
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
3,145
6,050
There's a strong possibility that the new ManifestV3 changes have broken the existing Chrome plugins.

The changes are targeted to remove the ability to use AdBlocker extensions, so I've stopped using chrome for any web browsing except google sites.

You might have to find an equivalent sugarcube hacking tool for firefox, because this is the beginning of the end for chrome and all its Chromium based children (edge, brave, opera)
 
  • Like
Reactions: Nick_1357

Qahlz

Well-Known Member
Jul 25, 2023
1,002
732
any HTML games. it can change your stats, money, even time.
You can also use your browser's console to edit game stats. To do that, press F12 in your browser, then (if it's not already active) click on the "console" tab.
You can see pretty much all important variables by entering "Sugarcube.State.variables". To change anything, look for the specific variable, then enter "Sugarcube.State.variables.variablename = newValue".
E.g. in the game Inseminator, if I want to get more cash, I'd enter "Sugarcube.State.variables.mc.cash = 10000".
Most of the time the changes aren't immediately reflected on the game, you'll have to take some kind of action first (e.g. changing your location).
 
  • Like
Reactions: osanaiko