Forked from namrog84/sandcastle builder kitten cheat script.js
Created
January 11, 2021 09:29
-
-
Save safferli/910de8ce371f116ac395cd6399bafc62 to your computer and use it in GitHub Desktop.
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
setInterval(function() { | |
if (Molpy.Redacted.location != 0) { | |
document.title = "! kitten !"; | |
Molpy.Redacted.location=1; | |
var inputz = document.getElementsByTagName("input"); | |
for(index = 0; index < inputz.length; index++){ | |
if(inputz[index].value == "Show"){ | |
var foundIt = String(inputz[index].onclick).includes("Redacted"); | |
if(foundIt) { | |
inputz[index].click(); | |
} | |
} | |
} | |
} else { | |
document.title = Molpy.Redacted.toggle-Molpy.Redacted.countup; | |
} | |
}, 5000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment