Add files via upload
[bcp.git] / csptest / src / global / removerandname.blook
blobf38d9671a74b5e10253c3734308a6cdb7603583c
1 console.log(
2     "%cScript: removerandname.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 if(window.location.href.includes("/register")){
8 Object.values(window.document.querySelector('#app>div>div'))[1].children[0]._owner.stateNode.setState({isRandom:0});
9 alert("Random Name Removed!");
10 } else {alert("You must be on the name input screen for this cheat to work!");}