Last active
September 3, 2024 16:49
-
-
Save EnesKeremAYDIN/a02642bed3c6ae3d87df89f929ce61e6 to your computer and use it in GitHub Desktop.
XEGGEX Faucet Auto Claim
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 buttons = document.querySelectorAll(".btn.btn-sm.btn-success.makeclaim"); | |
function clickButtonsSequentially(index) { | |
if (index < buttons.length) { | |
buttons[index].click(); | |
setTimeout(function() { | |
clickButtonsSequentially(index + 1); | |
}, 100); // 100ms delay | |
} | |
} | |
clickButtonsSequentially(0); | |
// This code runs in the browser console. | |
// XEGGEX referral: https://xeggex.com?ref=65611e850db453eef6b039a0 | |
// NonKYC referral: https://nonkyc.io/?ref=6567d62bf934839161400a23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New version updated Scripts: