您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Free Tron
// ==UserScript== // @name Earn Tron Instantly // @namespace http://tampermonkey.net/ // @version 1.6 // @description Free Tron // @author lotocamion // @match http://tron-earn.cf/* // @match http://tron-earn.cf/ // @icon https://www.google.com/s2/favicons?domain=tron-earn.cf // @run-at document-start // @grant none // ==/UserScript== (function() { 'use strict'; // EDIT YOUR ADDRESS HERE // var Tron= "D6wzdr8QAwnkwqaae8xRBvkGe3VxPdmnqn"/////Example///// var clicked = false; var Address = false; setInterval(function() { if (document.querySelector("body > div.container-fluid > div:nth-child(2) > div.col-xs-12.col-md-6.col-md-push-3.bg-primary.active > form > div.step2 > div:nth-child(2) > div > input")) { document.querySelector("body > div.container-fluid > div:nth-child(2) > div.col-xs-12.col-md-6.col-md-push-3.bg-primary.active > form > div.step2 > div:nth-child(2) > div > input").value = Tron; Address = true; }}, 1000); setInterval(function() { if (!clicked && document.querySelector(".h-captcha > iframe") && document.querySelector(".h-captcha > iframe").getAttribute("data-hcaptcha-response").length > 0) { document.querySelector("body > div.container-fluid > div:nth-child(2) > div.col-xs-12.col-md-6.col-md-push-3.bg-primary.active > form > div.step2 > div:nth-child(5) > div > input").click(); clicked = true; }}, 500); var site = "http://tron-earn.cf/?r=TYyY9hqasmiWHsGcU8fAWH1Yj5kwLsJL3d" setInterval(function() { if (document.querySelector("body > div.container-fluid > div:nth-child(2) > div.col-xs-12.col-md-6.col-md-push-3.bg-primary.active > div")) { window.location.href = site; }}, 60000); setTimeout(function() { window.location.replace(window.location.pathname + window.location.search + window.location.hash); }, 180000); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址