Free Script To Play Freebitco.in

14 April 2021

Views: 326

$Learn how I Earn bitcoin Everyday Free$ and how YOU can do the same...
https://www.fiverr.com/share/9dldZE

Instructions to Use the Script:
In Freebitco.in click F12. Insert the code in the console. Click Enter
===========================================================

var minstake = 0.00000001;
var autorounds = 133;
var handbrake = 0.002;
var autoruns = 1;

function playnow() {
if (autoruns > autorounds ) { console.log('Limit reached'); return; }
min = Math.ceil(0); max = Math.floor(1);
roll = Math.floor(Math.random() * (max - min + 1)) + min;
if (autoruns % 4 == 0) { if(roll == 1){ document.getElementById('double_your_btc_bet_lo_button').click(); }
else { document.getElementById('double_your_btc_bet_hi_button').click(); } }
else { document.getElementById('double_your_btc_bet_hi_button').click(); }
setTimeout(checkresults, 123);
return;
}
function checkresults() {
if (document.getElementById('double_your_btc_bet_hi_button').disabled === true) {
setTimeout(checkresults, 246);
return;
}
var stake = document.getElementById('double_your_btc_stake').value * 1;
var won = document.getElementById('double_your_btc_bet_win').innerHTML;
if (won.match(/(d+.d+)/) !== null) { won = won.match(/(d+.d+)/)[0]; }
else { won = false; }
var lost = document.getElementById('double_your_btc_bet_lose').innerHTML;
if (lost.match(/(d+.d+)/) !== null) { lost = lost.match(/(d+.d+)/)[0];
} else { lost = false; }
if (won && !lost) { stake = minstake; console.log('Bet #' + autoruns + '/' + autorounds + ': Won ' + won + ' Stake: ' + stake.toFixed(8)); }
if (lost && !won) { stake = lost * 2.1; console.log('Bet #' + autoruns + '/' + autorounds + ': Lost ' + lost + ' Stake: ' + stake.toFixed(8)); }
if (autoruns % 5 == 0) { if(stake >= 0.00000080) { stake = 0.00000002;} }
if(stake >= 0.00000060) { stake = 0.00000003;}

if (autoruns % 20 == 0) { document.getElementById('double_your_btc_payout_multiplier').value = 1.10; stake = 0.00000100; }
else { document.getElementById('double_your_btc_payout_multiplier').value = 2.05; }

if (!won && !lost) { console.log('Something went wrong'); return; }
document.getElementById('double_your_btc_stake').value = stake.toFixed(8);
autoruns++;
if (stake >= handbrake) {
document.getElementById('handbrakealert').play();
console.log('Handbrake triggered! Execute playnow() to override');
return;
}
setTimeout(playnow, 111);
return;
}
playnow()

pastelink.net/2t57u

Share