code new?
I think you can simply change the source code to your own cheat codes.need code
thanks broI think you can simply change the source code to your own cheat codes.
You don't have permission to view the spoiler content. Log in or register now.
i'm not understand how,sry
Good job!new code pls![]()
its easy af js edit the html in notepadthats cos ppl dont wanna mess with the script and just wanna type some fckin code and jerk off.. thats it.. no scripting hacking shit
I think you can simply change the source code to your own cheat codes.
You don't have permission to view the spoiler content. Log in or register now.
Oh that how it work that is easy TQ bro for the shareI think you can simply change the source code to your own cheat codes.
You don't have permission to view the spoiler content. Log in or register now.
Then you did it wrong. Feel free to tell what you did or to ask for details.Don't work
No F12.This doesn't help with cheat code what is whit f12 it does not work at all I also don't understand all that numbers laters what
(async function() {
const cheatHash = await window.hashStr(State.variables.code);
if (cheatHash === "13ae18a57c23a8cf8c847fc830eff7381bda1e1294f22c86470eea29653e10c8"{
State.variables.cheat = 1;
} else if (cheatHash === "e202be3100703044ae3b3c5b115dab7903319ef37d1bdb4aec4c35ed83200c04"{
State.variables.cheat = 2;
} else if (cheatHash === "7310afc58594960160551325849a1e284f46402d800955cbd4af7a5f845b7589"{
State.variables.cheat = 3;
} else {
State.variables.cheat = 0;
}
What the heck is this ?????????
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)State.variables.code) if it's whatever you like. In my case "1", e.g. (=== "1") (kind of hidden between the two ")