Update CUnleash.js

This commit is contained in:
David Duran Rosich
2026-05-29 00:00:35 +02:00
parent a57f932d64
commit 3e04ff506b

View File

@@ -30,7 +30,7 @@ setInterval(function () {
document.addEventListener("keydown", function (event) {
if (event.code === "KeyX") {
if (state) {
if (!state) {
// code to run when state is ON
console.log("State is ON");
startAutoClicker();