Update CUnleash.js

This commit is contained in:
David Duran Rosich
2026-05-28 23:56:16 +02:00
parent 833507eabc
commit 9301e011e9

View File

@@ -57,12 +57,12 @@ setInterval(function () {
}
// Wait for the Game object to be defined, then start the auto-clicker
// const waitIntervalId = setInterval(function () {
// if (typeof Game !== "undefined") {
// clearInterval(waitIntervalId);
// startAutoClicker();
// }
// }, 1000);
const waitIntervalId = setInterval(function () {
if (typeof Game !== "undefined") {
clearInterval(waitIntervalId);
stopAutoClicker();
}
}, 1000);
})();
// setInterval(function() {