Created
March 5, 2022 02:28
-
-
Save nathanielbd/52dbe85c590a8b98f48eeffc1f7be50e to your computer and use it in GitHub Desktop.
Script to cheat in Squirdle
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
// input into the console | |
document.getElementById("guess").value = getCookie("secret_poke", document.cookie) | |
document.getElementsByClassName("guess_input")[1].click() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment