This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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 ------------------ */ |