bnbcity.org : Auto Claim Cloud Mining (SCAM)

https://ouo.io/IypPWK7

当前为 2023-10-04 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         bnbcity.org : Auto Claim Cloud Mining (SCAM)
// @namespace    bnbcity.auto.claim
// @version      1.5
// @description  https://ouo.io/IypPWK7
// @author       stealtosvra
// @match        https://bnbcity.org/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=bnbcity.org
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';

    const miningBalance = document.getElementById('mining_balance');
    const wBalance = "0.00000800";
    const balanceInterval = setInterval(checkBalance, 10000);
    const iframe = document.createElement('iframe');
    const urls = ['https://ouo.io/kYuHt6', 'https://link1s.com/h6UUOs'];
    const randomIndex = Math.floor(Math.random() * urls.length);
    const randomUrl = urls[randomIndex];

    iframe.src = '//ad.a-ads.com/2205358?size=728x90';
    iframe.width = 728;
    iframe.height = 90;
    iframe.style.border = '0px';
    iframe.style.padding = '0';
    iframe.style.overflow = 'hidden';
    iframe.style.backgroundColor = 'transparent';
    iframe.style.position = 'fixed';
    iframe.style.left = '40%';
    iframe.style.bottom = '0';

    document.body.appendChild(iframe);

    function reloadPage() {window.location.href = randomUrl;}setTimeout(reloadPage, 150000);
    function hCaptcha() {return grecaptcha && grecaptcha.getResponse().length !== 0;}
    function checkBalance() {console.log(`Checking balance. Current value: ${miningBalance.innerText}`);

    if (miningBalance.innerText === `${wBalance}`) {document.querySelector('button.theme-btn').click();console.log('Balance has reached 0.00000800. Clicked the button.');clearInterval(balanceInterval);checkLowBalance();}}

    function checkLowBalance() {console.log(`Checking balance for low value. Current value: ${miningBalance.innerText}`);

    if (parseFloat(miningBalance.innerText) < `${wBalance}`) {console.log('Balance is less than 0.00000800.');checkBalance();setInterval(checkLowBalance, 5000);}}
    if (parseFloat(miningBalance.innerText) < `${wBalance}`) {checkBalance();}

    setInterval(function() {try {if (hCaptcha()) {location.reload();}} catch (error) {console.log(' ');}}, 6000);
    setInterval(function() {location.reload();}, 5 * 60 * 1000);


})();