Skip to content

Instantly share code, notes, and snippets.

(async function(){
/* ------------------ PASSWORD CHECK ------------------ */
let pw = prompt("Enter password to use Level Downloader:");
if (pw !== "why are you trying to steal my level downloader?") {
alert("Incorrect password.");
return;
}
/* ------------------ UTILITIES ------------------ */