Freebitcoin

Estratégia Rewards Point doações 127UMVHURFAzuR8cxTxkMsDusKGboKgfiF

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

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

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

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

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

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

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

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

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

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

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

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

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

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

/* globals jQuery, $, waitForKeyElements */
// ==UserScript==
// @name         Freebitcoin
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  Estratégia Rewards Point doações 127UMVHURFAzuR8cxTxkMsDusKGboKgfiF
// @author       Daniel1MsN
// @match        https://freebitco.in/?op=home
// @grant        none
// ==/UserScript==
function PaginaInicial(){
if(!$("#free_play_payout_table").is(":visible")){$("#free_play_link_li > a").trigger("click");}
}
function Comprar(B1,IID){//IID free_points_rewards or fp_bonus_rewards
    var RP=parseFloat($("#rewards_tab > div:nth-child(2) > div > div.reward_table_box.br_0_0_5_5.user_reward_points.font_bold").text().replace(',',''));
    if(!$("#rewards_tab > div.row.reward_category_container_main_div > div").is(":visible")){
        $("body > div.large-12.fixed > div > nav > section > ul > li.new_dropdown > div > a.rewards_link").trigger("click");
            }
    if(!$("#free_points_rewards > p").is(":visible")){
        $("#rewards_tab > div.row.reward_category_container_main_div > div > div:nth-child("+B1+") > div.reward_category_name").trigger("click");
    }
    if(RP>=1200){$("#"+IID+" > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > button").trigger("click");PaginaInicial();}else
    if(RP>=600){$("#"+IID+" > div:nth-child(3) > div:nth-child(2) > div:nth-child(3) > button").trigger("click");PaginaInicial();}else
    if(RP>=300){$("#"+IID+" > div:nth-child(4) > div:nth-child(2) > div:nth-child(3) > button").trigger("click");PaginaInicial();}else
    if(RP>=120){$("#"+IID+" > div:nth-child(5) > div:nth-child(2) > div:nth-child(3) > button").trigger("click");PaginaInicial();}else
    if(RP>=12){$("#"+IID+" > div:nth-child(6) > div:nth-child(2) > div:nth-child(3) > button").trigger("click");PaginaInicial();}else{PaginaInicial();rodar();}
}
function rodar(){
    if($("#free_play_form_button").is(":visible")){

    $("#free_play_form_button").trigger("click");

    }
}
setInterval(function(){
    if($("#free_play_form_button").is(":visible")){
        if($("#bonus_container_free_points").is(":visible")){rodar();}else{
            Comprar(6,"free_points_rewards");
        }
    }
}, 2800);