Last active
February 10, 2025 01:24
-
-
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); | |
}, 1000); // 1s delay | |
} | |
} | |
clickButtonsSequentially(0); | |
// This code runs in the browser console. | |
// XEGGEX referral: https://xeggex.com?ref=65611e850db453eef6b039a0 | |
// NonKYC referral: https://nonkyc.io/?ref=6567d62bf934839161400a23 | |
// Disclaimer: This tool is intended for educational and personal use. You are responsible for your use of the vehicle and anything you may experience as a result. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New version updated Scripts: