0% encontró este documento útil (0 votos)
131 vistas2 páginas

Freebitcoin Code

Es el codigo para hacer funcionar el bot de freebitcoint
Derechos de autor
© © All Rights Reserved
Nos tomamos en serio los derechos de los contenidos. Si sospechas que se trata de tu contenido, reclámalo aquí.
Formatos disponibles
Descarga como TXT, PDF, TXT o lee en línea desde Scribd
0% encontró este documento útil (0 votos)
131 vistas2 páginas

Freebitcoin Code

Es el codigo para hacer funcionar el bot de freebitcoint
Derechos de autor
© © All Rights Reserved
Nos tomamos en serio los derechos de los contenidos. Si sospechas que se trata de tu contenido, reclámalo aquí.
Formatos disponibles
Descarga como TXT, PDF, TXT o lee en línea desde Scribd

// ==UserScript==

// @name [Link] Roll Player V2


// @namespace [Link]
// @version 1.1
// @description try to take over the world!
// @author IsaacMinds
// @match *[Link]/*
// @grant none
// ==/UserScript==
(function() { 'use strict';
function ghours(){ return new Date().getHours();}function getmins(){ return new
Date().getMinutes();} function dgebi(s){ return [Link](s);}
function dgebc(s){ return [Link](s);} function dgebt(s)
{ return [Link](s);}
var i, SAT=1e-8, balance, profit=0, Maxprofit=0,
url='[Link]
oBaW7L';
var MaxProfit=50*SAT, waitTime=15*60e3;
if(!disable_lottery_checkbox.checked)disable_lottery_checkbox.click(); //turn
lotTickets on RewPoints
if(dgebt('iframe')[0] && !
dgebi('free_play_sound').checked)dgebi('test_sound').click();
auto_bet_on.click(); double_your_btc_main_container_outer.[Link]='none';
//Esconder el apostador manual
setTimeout(checkroll, 7e3); setTimeout(checkroll, 14e3);
/*bet, odd, lossporcent, maxprofit, maxloss, rounds*/
playGame(1,2.5,61.8,10,90,100);//JUGAR..

[Link]("%cHi there :) I'm the "+autor+"'s bot! & I'm playing this website for
you.","color: #2BA6CB; font-size: 17px; font-weight:bold");
[Link]("%cPlease Donate BTC → "+BTC+" \nYouTube Channel → "+url+"","color:
#2BCBA6; font-size: 17px; font-weight:bold");

/*FUNCIONES*/
function checkroll() {
if([Link]!='none') return;
else { //▼ CONDICION ANTES DE PULSAR ROLL ▼
var RP = dgebc("user_reward_points")[0].[Link](',','');

// Roll sin captcha


if(dgebi('play_without_captchas_button') &&
dgebi('play_without_captchas_button').[Link]==='' && RP >
dgebc('play_without_captcha_description')[0].getElementsByTagName('span')
[0].innerText) play_without_captchas_button.click(); // Sin Captcha

//Comprar bonus
if(RP > 603 && !dgebi('bonus_span_fp_bonus')) RedeemRPProduct('fp_bonus_1000');
/* 1000% BONUS/ROLL */
else if(RP > 301 && !dgebi('bonus_span_fp_bonus'))
RedeemRPProduct('fp_bonus_500'); /* 1000% BONUS/ROLL */
else if(RP > 60 && !dgebi('bonus_span_fp_bonus'))
RedeemRPProduct('fp_bonus_100'); /* 1000% BONUS/ROLL */

//Comprar puntos
// if(RP > 1200+12 && !dgebi('bonus_span_free_points'))
RedeemRPProduct('free_points_100'); /* 100 REWARD POINTS/ROLL */
// else if(RP > 600+12 && !dgebi('bonus_span_free_points'))
RedeemRPProduct('free_points_50'); /* 50 REWARD POINTS/ROLL */
// else if(RP > 120+12 && !dgebi('bonus_span_free_points'))
RedeemRPProduct('free_points_10'); /* 10 REWARD POINTS/ROLL */

//Comprar Ticket cada 12 horas


if(ghours()%12==0){lottery_tickets_purchase_count.value=5;
purchase_lottery_tickets_button.click();}

free_play_form_button.click(); // ROLL!
} //▲ CONDICION ANTES DE PULSAR ROLL ▲
setTimeout(checkroll, 3e3);
}

function playGame(bet,odd,porcent,maxprofit,maxloss,rounds) {
if(!autobet_lose_increase_bet.checked)autobet_lose_increase_bet.click(); //change
porcent
autobet_base_bet.value=bet*SAT; autobet_bet_odds.value=odd;
autobet_roll_count.value=rounds;
autobet_lose_increase_bet_percent.value=porcent;
stop_after_profit_value.value=maxprofit*SAT;
stop_after_loss_value.value=maxloss*SAT;
if(!stop_after_profit.checked)stop_after_profit.click(); if(!
stop_after_loss.checked)stop_after_loss.click();
dgebi("autobet_dnr").click();
if(autobet_lose_return_to_base.checked)autobet_lose_return_to_base.click(); //no
to reset bet
if(autobet_dnr.checked)autobet_dnr.click(); //refresh when roll timer runs over
if(ghours()%6==0)setTimeout( function(){start_autobet.click();}, 3e3);
logo_span_container.onclick=function(){start_autobet.click()}
}

//*END*//
})();

También podría gustarte