Created
December 27, 2024 02:11
-
-
Save culy247/9175a3dafabe373ec7808f9743302137 to your computer and use it in GitHub Desktop.
Telegram xedex battle auto click on web
This file contains 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
var clickers = document.getElementsByClassName('Tap_lightsContainer__Ojfvm') | |
clicker = clickers[0] || undefined | |
setInterval( function(){ | |
if(clicker) { clicker.click(); } | |
}, 10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment