Type a random UUID (not a 10digit random number like original Auth project) and hit enter. try converting the value of ☁ uuid variable to hexadecimal. this is just an example convertion code with javascript: /* https://clouddata.scratch.mit.edu/logs?projectid=1290250593&limit=40&offset=0 change uuidString value to the value of ☁ uuid variable */ const uuidString = "237788119573983550500769818766223106029" console.log( BigInt(uuidString).toString(16).padStart(32, '0').replace(/^(.{8})(.{4})(.{4})(.{4})(.{12})$/, '$1-$2-$3-$4-$5') );
New Scratcher detection is broken somehow.