Earn Tron Faucet [every 55 sec]

Claim free Tron

< Feedback on Earn Tron Faucet [every 55 sec]

Review: Good - script works

§
Posted: 2022.03.13.
Edited: 2022.03.13.

greetings from Colombia, good job, but the page pays little.

you could make one for the next page that you only have to wait 1 minute and pay 65,000 fractions of trx https://www.faucettron.xyz/signup?ref=5726

lotocamionAuthor
§
Posted: 2022.03.13.

// ==UserScript==
// @name 💎€arn Free Tron Faucet [every 60 sec]💎
// @namespace 🎁Claim Free Tron
// @version 1.0
// @description Claim Free Tron
// @author lotocamion
// @match https://www.faucettron.xyz/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=faucettron.xyz
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
// @run-at document-end
// ==/UserScript==

(function() {
'use strict';
//GOTO TO https://www.faucettron.xyz/signup?ref=16508 AND REGISTER WITH YOUR FAUCETPAY ADDRESS//
//NOTE//IF YOU GOT THE MESSAGE "Wallet address already registered" CLICK ON "Here"//

var clicked = false;
var address = false;
setTimeout(function() {
if($("#signup > form > input[type=text]")) {
$("#signup > form > input[type=text]").val("TYyY9hqasmiWHsGcU8fAWH1Yj5kwLsJL3d");////EDIT YOUR ADDRESS HERE/////
address = true;
}}, 1000);
setTimeout(function() {
if($("#claim") && (address == true)) {
$("#claim").click();
}}, 3000);
setTimeout(function() {
if(window.location.href.includes("https://www.faucettron.xyz/dashboard.php")) {
window.location.replace("https://www.faucettron.xyz/faucetclaim");
}},5000);
setInterval(function() {
if (window.grecaptcha.getResponse().length > 0) {
document.querySelector("#jk").click();
clicked = true;
}}, 60000);

})();

Post reply

Sign in to post a reply.