Update CUnleash.js
This commit is contained in:
@@ -30,7 +30,7 @@ setInterval(function () {
|
|||||||
|
|
||||||
document.addEventListener("keydown", function (event) {
|
document.addEventListener("keydown", function (event) {
|
||||||
if (event.code === "KeyX") {
|
if (event.code === "KeyX") {
|
||||||
if (state) {
|
if (!state) {
|
||||||
// code to run when state is ON
|
// code to run when state is ON
|
||||||
console.log("State is ON");
|
console.log("State is ON");
|
||||||
startAutoClicker();
|
startAutoClicker();
|
||||||
|
|||||||
Reference in New Issue
Block a user