Add files via upload
[bcp.git] / csptest / src / crypto / crashpassword.blook
blobab4df05c41beffc35612fd4a4a03540ced7103ec
1 console.log(
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;"
6 );
7 var snode = Object.values(window.document.querySelector('#app>div>div'))[1].children[0]._owner.stateNode;
9 function crash() {
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"
13     });
15 if (snode.props.liveGameController._liveApp) {
17     if (window.cpint) {
18         window.clearInterval(window.cpint);
19         snode.props.liveGameController.setVal({
20             path: "c/" + snode.props.client.name + "/p",
21             val: snode.state.password
22         });
23         alert("Crash password disabled!");
24         window.cpint = !true;
25     } else {
26         window.cpint = window.setInterval(crash, 25);
27         alert("Crash password enabled! (run again to toggle)");
28     }
30 } else {
31     alert("You must be in a game to use this cheat!");