Sparti13

New Member
Feb 13, 2022
4
2
11
No F12.
You have to edit/replace the function in the game's HTML file with an editor. Then run the file as usual. With this by yourself modded HTML file you can enter your own cheat code, "1", "2" or "3", e.g.

What it does:
The original fuction is aasking for an input and encodes it as a hash (await window.hashStr(State.variables.code)) and stores it in a constant (const cheatHash =). Then it checks, whether the hash is "13ae18a57c23a8cf8c847fc830eff7381bda1e1294f22c86470eea29653e10c8" and if so it sets a variable (State.variables.cheat = 1)

The modded function skips the hash check and directly checks the input value (State.variables.code) if it's whatever you like. In my case "1", e.g. (=== "1") (kind of hidden between the two ")
I tried what you said and it is still not working.
Am i doing something wrong?
 
3.00 star(s) 16 Votes