Skip to content

Instantly share code, notes, and snippets.

@EnesKeremAYDIN
Last active April 11, 2024 18:40
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save EnesKeremAYDIN/a02642bed3c6ae3d87df89f929ce61e6 to your computer and use it in GitHub Desktop.
Save EnesKeremAYDIN/a02642bed3c6ae3d87df89f929ce61e6 to your computer and use it in GitHub Desktop.
XEGGEX Faucet Auto Claim
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 refferal: https://xeggex.com?ref=65611e850db453eef6b039a0
// NonKYC refferal: https://nonkyc.io/?ref=6567d62bf934839161400a23
@EnesKeremAYDIN
Copy link
Author

EnesKeremAYDIN commented Nov 29, 2023

XEGGEX refferal: https://xeggex.com?ref=65611e850db453eef6b039a0

The same faucet logic exists in the NonKYC exchange, the code works there too. NonKYC refferal: https://nonkyc.io/?ref=6567d62bf934839161400a23

@Onderoto2001
Copy link

elinize sağlık teşekkürler.

@EnesKeremAYDIN
Copy link
Author

elinize sağlık teşekkürler.

teşekkür ederim.

@Isa-54
Copy link

Isa-54 commented Dec 2, 2023

Ben çalıştıramadım arkadaşlar
başladığı gibi bir iki musluktan aldı sonra bu uyarıyı erdi :(
Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.
(İşaretlenmemiş runtime.lastError: Bağlantı kurulamadı. Alma sonu mevcut değil.)

@Andrey707
Copy link

Hello. How to use the bot?

@Onderoto2001
Copy link

Onderoto2001 commented Feb 10, 2024 via email

@Onderoto2001
Copy link

Onderoto2001 commented Feb 10, 2024 via email

@Mat166
Copy link

Mat166 commented Feb 19, 2024

Thanks

@Andrey707
Copy link

I can't do this

@Onderoto2001
Copy link

Onderoto2001 commented Feb 20, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment