Update CUnleash.js
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user