//run javascript: var setCloud=(method,variable,value)=>cloudDataConnection.send(`{"method":${JSON.stringify(method)},"name":${JSON.stringify(variable)},"value": ${value},"user":"${Scratch.LoggedInUser.attributes.username}","project_id":"${projectUrl.split("/")[2]}"}\n`); //set cloud0 to 54321: setCloud('set','cloud0','54321'); //create cloud1234 (if you own the project): setCloud('create','cloud1234',0);
https://scratch.mit.edu/projects/213387854/ Its true that it gets hacked with some easy javascript ^^^ .