2 "%cScript: crashpassword.blook\n\n%cCreated by Ducklife3141!\n%cJoin the discord server: https://discord.gg/Sta64r9hYp",
3 "color:#0bc2cf;font-size:125%;font-weight:bold;",
4 "font-size:150%;color:red;",
5 "font-size:120%;color:#a000ff;"
7 var snode = Object.values(window.document.querySelector('#app>div>div'))[1].children[0]._owner.stateNode;
10 snode.props.liveGameController.setVal({
11 path: "c/" + snode.props.client.name + "/p/toString",
12 val: "epicmines, if you're reading this, then someone tried to use my password crasher"
15 if (snode.props.liveGameController._liveApp) {
18 window.clearInterval(window.cpint);
19 snode.props.liveGameController.setVal({
20 path: "c/" + snode.props.client.name + "/p",
21 val: snode.state.password
23 alert("Crash password disabled!");
26 window.cpint = window.setInterval(crash, 25);
27 alert("Crash password enabled! (run again to toggle)");
31 alert("You must be in a game to use this cheat!");