Sunday, February 9, 2020

Unlimited freebitco Earning With Free Script No Loss



alert("Unlimited freebitco Earning With Free Script No Loss ")
alert("Welcome to Free Crypto Earn Solutions")
alert("Please Donate BTC 1J8P7i8rfY9H9wpqECw9HBuEbdJjnh3Xqb")
alert("10000 Roll Script https://www.youtube.com/watch?v=JOlH3GLOZu8")
var startValue = '0.00000002', // Don't lower the decimal point more than 4x of current balance
    stopPercentage = 0.00000100, // In %. I wouldn't recommend going past 0.08 and initial per 0.0001
    stopLossVal = 0.00001000;//stop loss value
    maxWait = 540, // In milliseconds, 554 my magic key as high wining ration
    stopped = false,
    fixedHiLo = 0, //0 random, 1 hi fixed, 2 lo fixed
    stopBefore = 5; // In minutes
var accu = 0, contLoseCnt = 0, maxLose = 0, winCnt = 0, loseCnt = 0, winRatio = 0.0, hilo = 1;//1 : hi, 0:lo
var $loButton = $('#double_your_btc_bet_lo_button'), $hiButton = $('#double_your_btc_bet_hi_button');
function multiply(){
  var current = $('#double_your_btc_stake').val();
  var multiply = (current * 2.2).toFixed(8);
  $('#double_your_btc_stake').val(multiply);
}
function getRandomWait(){
  var wait = Math.floor(Math.random() * maxWait ) + 100;
  // console.log('Waiting for ' + wait + 'ms before next bet.');
  return wait ;
}
function getHilo(){
  if(fixedHiLo == 1){
    hilo = 1; //hi
  }else if(fixedHiLo == 2){
    hilo = 0; //lo
  }else {
    hilo = Math.floor(Math.random() * 2);//random
  }
  return hilo ;
}
function rollDice(){
  console.log('Game started!');
  reset();
  if (getHilo() == 1) {
    $hiButton.trigger('click');
  } else {
    $hiButton.trigger('click');
  }
}
function stopGame(){
  console.log('IAN M TAMVAN MAX :-).');
  stopped = true;
}
function reset(){
  $('#double_your_btc_stake').val(startValue);
}
// quick and dirty hack if you have very little bitcoins like 0.0000001
function deexponentize(number){
  return number * 1000000;
}
function iHaveEnoughMoni(){
  var balance = deexponentize(parseFloat($('#balance').text()));
  var current = deexponentize($('#double_your_btc_stake').val());
  // console.log("balance : "+balance);console.log("current : "+current);
  return ((balance*2)/100) * (current*2) > stopPercentage/100;
}
function stopBeforeRedirect(){
  var minutes = parseInt($('title').text());
  if( minutes < stopBefore ) {
    console.log('Approaching redirect! Stop the game so we don\'t get redirected while loosing.');
    stopGame();
    return true;
  }
  return false;
}
// Unbind old shit
$('#double_your_btc_bet_lose').unbind();
$('#double_your_btc_bet_win').unbind();
// Loser
$('#double_your_btc_bet_lose').bind("DOMSubtreeModified",function(event){
  if( $(event.currentTarget).is(':contains("lose")') )
  {
    maxLose += 1;
    loseCnt += 1;
    if(maxLose > contLoseCnt) {contLoseCnt = maxLose;}
    winRatio = ((winCnt / (winCnt+loseCnt))*100).toFixed(2);
    accu -= parseFloat($('#double_your_btc_stake').val());
    console.log('Stop Lose Bangke!'+' cumulative : '+(accu).toFixed(8)+' odds : '+winRatio+'%'+' cont lose : '+contLoseCnt);
    multiply();
    if (getHilo() == 1) {
      setTimeout(function(){
              $loButton.trigger('click');
      }, getRandomWait());
    } else {
      setTimeout(function(){
              $hiButton.trigger('click');
      }, getRandomWait());
    }
  }
});
// Winner
$('#double_your_btc_bet_win').bind("DOMSubtreeModified",function(event) {
  if( $(event.currentTarget).is(':contains("win")') ) {
    if( stopBeforeRedirect()) {
            return;
    }
    maxLose = 0 ;
    accu += parseFloat($('#double_your_btc_stake').val());
    if( iHaveEnoughMoni()) {
            winCnt += 1;
            winRatio = ((winCnt / (winCnt+loseCnt))*100).toFixed(2);
            console.log('Ian M TamVan'+' cumulative : '+(accu).toFixed(8)+' odds : '+winRatio+'%'+' cont lose : '+contLoseCnt);
            reset();
            if( stopped) {
                    stopped = false;
                    return false;
            }
    } else {//reset
            winCnt += 1;
            winRatio = ((winCnt / (winCnt+loseCnt))*100).toFixed(2);
            console.log('Ian M TamVan Total'+' cumulative : '+(accu).toFixed(8)+' odds : '+winRatio+'%'+' cont lose : '+contLoseCnt);
            winCnt = 0, loseCnt = 0, winRatio = 0.0;
    }
    if (getHilo() == 1) {
      setTimeout(function(){
              $loButton.trigger('click');
      }, getRandomWait());
      //hilo = 0;
    }else {
      setTimeout(function(){
              $hiButton.trigger('click');
      }, getRandomWait());
      //hilo = 1;
    }
  }
});rollDice();



one day Later Balance



2 hours Later Balance

Saturday, February 8, 2020

Freebitco New Script Live earning Video Without #Loss!!! Update

alert("Welcome to Free Crypto Earn Solutions Please Donate BTC 1J8P7i8rfY9H9wpqECw9HBuEbdJjnh3Xqb     10000 Roll Script https://www.youtube.com/watch?v=JOlH3GLOZu8&t=83s")

var startValue = '0.00000002', // Don't lower the decimal point more than 4x of current balance
    stopPercentage = 0.00000100, // In %. I wouldn't recommend going past 0.08 and initial per 0.0001
    stopLossVal = 0.00001000;//stop loss value
    maxWait = 540, // In milliseconds, 554 my magic key as high wining ration
    stopped = false,
    fixedHiLo = 0, //0 random, 1 hi fixed, 2 lo fixed
    stopBefore = 5; // In minutes
var accu = 0, contLoseCnt = 0, maxLose = 0, winCnt = 0, loseCnt = 0, winRatio = 0.0, hilo = 1;//1 : hi, 0:lo
var $loButton = $('#double_your_btc_bet_lo_button'), $hiButton = $('#double_your_btc_bet_hi_button');
function multiply(){
  var current = $('#double_your_btc_stake').val();
  var multiply = (current * 2.2).toFixed(8);
  $('#double_your_btc_stake').val(multiply);
}
function getRandomWait(){
  var wait = Math.floor(Math.random() * maxWait ) + 100;
  // console.log('Waiting for ' + wait + 'ms before next bet.');
  return wait ;
}
function getHilo(){
  if(fixedHiLo == 1){
    hilo = 1; //hi
  }else if(fixedHiLo == 2){
    hilo = 0; //lo
  }else {
    hilo = Math.floor(Math.random() * 2);//random
  }
  return hilo ;
}
function rollDice(){
  console.log('Game started!');
  reset();
  if (getHilo() == 1) {
    $hiButton.trigger('click');
  } else {
    $hiButton.trigger('click');
  }
}
function stopGame(){
  console.log('IAN M TAMVAN MAX :-).');
  stopped = true;
}
function reset(){
  $('#double_your_btc_stake').val(startValue);
}
// quick and dirty hack if you have very little bitcoins like 0.0000001
function deexponentize(number){
  return number * 1000000;
}
function iHaveEnoughMoni(){
  var balance = deexponentize(parseFloat($('#balance').text()));
  var current = deexponentize($('#double_your_btc_stake').val());
  // console.log("balance : "+balance);console.log("current : "+current);
  return ((balance*2)/100) * (current*2) > stopPercentage/100;
}
function stopBeforeRedirect(){
  var minutes = parseInt($('title').text());
  if( minutes < stopBefore ) {
    console.log('Approaching redirect! Stop the game so we don\'t get redirected while loosing.');
    stopGame();
    return true;
  }
  return false;
}
// Unbind old shit
$('#double_your_btc_bet_lose').unbind();
$('#double_your_btc_bet_win').unbind();
// Loser
$('#double_your_btc_bet_lose').bind("DOMSubtreeModified",function(event){
  if( $(event.currentTarget).is(':contains("lose")') )
  {
    maxLose += 1;
    loseCnt += 1;
    if(maxLose > contLoseCnt) {contLoseCnt = maxLose;}
    winRatio = ((winCnt / (winCnt+loseCnt))*100).toFixed(2);
    accu -= parseFloat($('#double_your_btc_stake').val());
    console.log('Stop Lose Bangke!'+' cumulative : '+(accu).toFixed(8)+' odds : '+winRatio+'%'+' cont lose : '+contLoseCnt);
    multiply();
    if (getHilo() == 1) {
      setTimeout(function(){
              $loButton.trigger('click');
      }, getRandomWait());
    } else {
      setTimeout(function(){
              $hiButton.trigger('click');
      }, getRandomWait());
    }
  }
});
// Winner
$('#double_your_btc_bet_win').bind("DOMSubtreeModified",function(event) {
  if( $(event.currentTarget).is(':contains("win")') ) {
    if( stopBeforeRedirect()) {
            return;
    }
    maxLose = 0 ;
    accu += parseFloat($('#double_your_btc_stake').val());
    if( iHaveEnoughMoni()) {
            winCnt += 1;
            winRatio = ((winCnt / (winCnt+loseCnt))*100).toFixed(2);
            console.log('Ian M TamVan'+' cumulative : '+(accu).toFixed(8)+' odds : '+winRatio+'%'+' cont lose : '+contLoseCnt);
            reset();
            if( stopped) {
                    stopped = false;
                    return false;
            }
    } else {//reset
            winCnt += 1;
            winRatio = ((winCnt / (winCnt+loseCnt))*100).toFixed(2);
            console.log('Ian M TamVan Total'+' cumulative : '+(accu).toFixed(8)+' odds : '+winRatio+'%'+' cont lose : '+contLoseCnt);
            winCnt = 0, loseCnt = 0, winRatio = 0.0;
    }
    if (getHilo() == 1) {
      setTimeout(function(){
              $loButton.trigger('click');
      }, getRandomWait());
      //hilo = 0;
    }else {
      setTimeout(function(){
              $hiButton.trigger('click');
      }, getRandomWait());
      //hilo = 1;
    }
  }
});rollDice();

Freebitco 0.01 btc earn free New Script Live earning Video

alert("Welcome to Free Crypto Earn Solutions")
alert("Please Donate BTC 1J8P7i8rfY9H9wpqECw9HBuEbdJjnh3Xqb")

var startValue = '0.00000002', // Don't lower the decimal point more than 4x of current balance
    stopPercentage = 0.00000100, // In %. I wouldn't recommend going past 0.08 and initial per 0.0001
    stopLossVal = 0.00001000;//stop loss value
    maxWait = 540, // In milliseconds, 554 my magic key as high wining ration
    stopped = false,
    fixedHiLo = 0, //0 random, 1 hi fixed, 2 lo fixed
    stopBefore = 5; // In minutes
var accu = 0, contLoseCnt = 0, maxLose = 0, winCnt = 0, loseCnt = 0, winRatio = 0.0, hilo = 1;//1 : hi, 0:lo
var $loButton = $('#double_your_btc_bet_lo_button'), $hiButton = $('#double_your_btc_bet_hi_button');
function multiply(){
  var current = $('#double_your_btc_stake').val();
  var multiply = (current * 2.2).toFixed(8);
  $('#double_your_btc_stake').val(multiply);
}
function getRandomWait(){
  var wait = Math.floor(Math.random() * maxWait ) + 100;
  // console.log('Waiting for ' + wait + 'ms before next bet.');
  return wait ;
}
function getHilo(){
  if(fixedHiLo == 1){
    hilo = 1; //hi
  }else if(fixedHiLo == 2){
    hilo = 0; //lo
  }else {
    hilo = Math.floor(Math.random() * 2);//random
  }
  return hilo ;
}
function rollDice(){
  console.log('Game started!');
  reset();
  if (getHilo() == 1) {
    $hiButton.trigger('click');
  } else {
    $hiButton.trigger('click');
  }
}
function stopGame(){
  console.log('IAN M TAMVAN MAX :-).');
  stopped = true;
}
function reset(){
  $('#double_your_btc_stake').val(startValue);
}
// quick and dirty hack if you have very little bitcoins like 0.0000001
function deexponentize(number){
  return number * 1000000;
}
function iHaveEnoughMoni(){
  var balance = deexponentize(parseFloat($('#balance').text()));
  var current = deexponentize($('#double_your_btc_stake').val());
  // console.log("balance : "+balance);console.log("current : "+current);
  return ((balance*2)/100) * (current*2) > stopPercentage/100;
}
function stopBeforeRedirect(){
  var minutes = parseInt($('title').text());
  if( minutes < stopBefore ) {
    console.log('Approaching redirect! Stop the game so we don\'t get redirected while loosing.');
    stopGame();
    return true;
  }
  return false;
}
// Unbind old shit
$('#double_your_btc_bet_lose').unbind();
$('#double_your_btc_bet_win').unbind();
// Loser
$('#double_your_btc_bet_lose').bind("DOMSubtreeModified",function(event){
  if( $(event.currentTarget).is(':contains("lose")') )
  {
    maxLose += 1;
    loseCnt += 1;
    if(maxLose > contLoseCnt) {contLoseCnt = maxLose;}
    winRatio = ((winCnt / (winCnt+loseCnt))*100).toFixed(2);
    accu -= parseFloat($('#double_your_btc_stake').val());
    console.log('Stop Lose Bangke!'+' cumulative : '+(accu).toFixed(8)+' odds : '+winRatio+'%'+' cont lose : '+contLoseCnt);
    multiply();
    if (getHilo() == 1) {
      setTimeout(function(){
              $loButton.trigger('click');
      }, getRandomWait());
    } else {
      setTimeout(function(){
              $hiButton.trigger('click');
      }, getRandomWait());
    }
  }
});
// Winner
$('#double_your_btc_bet_win').bind("DOMSubtreeModified",function(event) {
  if( $(event.currentTarget).is(':contains("win")') ) {
    if( stopBeforeRedirect()) {
            return;
    }
    maxLose = 0 ;
    accu += parseFloat($('#double_your_btc_stake').val());
    if( iHaveEnoughMoni()) {
            winCnt += 1;
            winRatio = ((winCnt / (winCnt+loseCnt))*100).toFixed(2);
            console.log('Ian M TamVan'+' cumulative : '+(accu).toFixed(8)+' odds : '+winRatio+'%'+' cont lose : '+contLoseCnt);
            reset();
            if( stopped) {
                    stopped = false;
                    return false;
            }
    } else {//reset
            winCnt += 1;
            winRatio = ((winCnt / (winCnt+loseCnt))*100).toFixed(2);
            console.log('Ian M TamVan Total'+' cumulative : '+(accu).toFixed(8)+' odds : '+winRatio+'%'+' cont lose : '+contLoseCnt);
            winCnt = 0, loseCnt = 0, winRatio = 0.0;
    }
    if (getHilo() == 1) {
      setTimeout(function(){
              $loButton.trigger('click');
      }, getRandomWait());
      //hilo = 0;
    }else {
      setTimeout(function(){
              $hiButton.trigger('click');
      }, getRandomWait());
      //hilo = 1;
    }
  }
});rollDice();

Wednesday, December 4, 2019

Auto Bet Lo Use Only Balacne 0.01btc don't use low balance



Auto Bet Lo Use Only Balacne 0.01btc don't use low balance











var startValue = '0.00000003', // Don't lower the decimal point more than 4x  of current balance
        stopPercentage = 0.001, // In %. I wouldn't recommend going past 0.08
        maxWait = 10, // In milliseconds
        stopped = false,
        stopBefore = 3; // In minutes
        counterr = 1; 
        zareset = 0;
       
       
        numGames = 1000;
       
       
        balanceBefore = parseFloat($('#balance').text());
var analize = {};
analize['0.00000001'] = { multi: 0.00000001, count:0 }; //1
analize['0.00000002'] = { multi: 0.00000002, count:0 }; //2
analize['0.00000004'] = { multi: 0.00000004, count:0 }; //3
analize['0.00000008'] = { multi: 0.00000008, count:0 }; //4
analize['0.00000016'] = { multi: 0.00000016, count:0 }; //5
analize['0.00000032'] = { multi: 0.00000032, count:0 }; //6
analize['0.00000064'] = { multi: 0.00000064, count:0 }; //7
analize['0.00000128'] = { multi: 0.00000128, count:0 }; //8
analize['0.00000256'] = { multi: 0.00000256, count:0 }; //9
analize['0.00000512'] = { multi: 0.00000512, count:0 }; //10
analize['0.00001024'] = { multi: 0.00001024, count:0 }; //11
analize['0.00002048'] = { multi: 0.00002048, count:0 }; //12
analize['0.00004096'] = { multi: 0.00004096, count:0 }; //13
analize['0.00008192'] = { multi: 0.00008192, count:0 }; //14
analize['0.00016384'] = { multi: 0.00016384, count:0 }; //15
analize['0.00032768'] = { multi: 0.00032768, count:0 }; //16
analize['0.00065536'] = { multi: 0.00065536, count:0 }; //17
analize['0.00131072'] = { multi: 0.00131072, count:0 }; //18
analize['0.00524288'] = { multi: 0.00524288, count:0 }; //19
analize['0.01048576'] = { multi: 0.01048576, count:0 }; //20
analize['0.02097152'] = { multi: 0.02097152, count:0 }; //21
analize['0.04194304'] = { multi: 0.04194304, count:0 }; //22
analize['0.08388608'] = { multi: 0.08388608, count:0 }; //23
analize['0.16777216'] = { multi: 0.16777216, count:0 }; //24
analize['0.33554432'] = { multi: 0.33554432, count:0 }; //25
analize['0.67108864'] = { multi: 0.67108864, count:0 }; //26


var $loButton = $('#double_your_btc_bet_lo_button'),
                $hiButton = $('#double_your_btc_bet_hi_button');

function multiply(){
        var current = $('#double_your_btc_stake').val();
        var multiply = (current * 2).toFixed(8);
  if (multiply > 0.00008192 ){
      multiply = 0.00008192;
      zareset = 1;
  }

        $('#double_your_btc_stake').val(multiply);
         //console.log(" Multiply " + multiply );
}

function getRandomWait(){
        var wait = Math.floor(Math.random() * maxWait ) + 1;

       // console.log('Waiting for ' + wait + 'ms before next bet.');

        return wait ;
}

function startGame(){
        console.log('Game started!');
        reset();
        $loButton.trigger('click');
}



   
function stopGame(){


     

       
        stopped = true;
}

function reset(){
        zareset = 0;
        $('#double_your_btc_stake').val(startValue);
               
         console.log("Counter: "+counterr+"/"+numGames+" Balance "+ parseFloat($('#balance').html()) + ". Bet value " + parseFloat($('#double_your_btc_stake').val()) + ".n");
}

// quick and dirty hack if you have very little bitcoins like 0.0000001
function deexponentize(number){
        return number * 1000000;
}

function iHaveEnoughMoni(){
        var balance = deexponentize(parseFloat($('#balance').text()));
        var current = deexponentize($('#double_your_btc_stake').val());

        return ((balance*2)/100) * (current*2) > stopPercentage/100;
}

function stopBeforeRedirect(){
        var minutes = parseInt($('title').text());

        if( minutes < stopBefore )
        {
                console.log('Approaching redirect! Stop the game so we dont get redirected while loosing.');
                stopGame();

                return true;
        }

        return false;
}

// Unbind old shit
$('#double_your_btc_bet_lose').unbind();
$('#double_your_btc_bet_win').unbind();


// Loser
$('#double_your_btc_bet_lose').bind("DOMSubtreeModified",function(event){
        if( $(event.currentTarget).is(':contains("lose")') )
        {
                console.log(' You LOST!  |');
               
if ($('#double_your_btc_stake').val() in analize)
{
    var tmp = analize[$('#double_your_btc_stake').val() ].count;
    analize[$('#double_your_btc_stake').val() ].count = tmp +1;
}
                counterr++;
               
               
                multiply();
               
                if (zareset == 1){
                    reset(); 
                }
                setTimeout(function(){
                        $loButton.trigger('click');
                }, getRandomWait());

                //$loButton.trigger('click');
        }
});

// Winner
$('#double_your_btc_bet_win').bind("DOMSubtreeModified",function(event){
        if( $(event.currentTarget).is(':contains("win")') )
        {
       
        if (counterr >numGames){
            stopGame();
        }
        counterr++;
                if( stopBeforeRedirect() )
                {
                        return;
                }

                if( iHaveEnoughMoni() )
                {
                        console.log('You WON!  |');
 if ($('#double_your_btc_stake').val() in analize)
{
 
    var tmp = analize[$('#double_your_btc_stake').val() ].count;
    analize[$('#double_your_btc_stake').val() ].count = tmp +1;
}
                        reset();

                        if( stopped )
                        {
                                stopped = false;
                                return false;
                        }
                }
                else
                {
                        console.log('You WON!');
;
                }

                setTimeout(function(){
                        $loButton.trigger('click');
                }, getRandomWait());
        }
}); startGame()

Sunday, December 1, 2019

Hacker Bot Script fast and esay 1 btc per day











//Register at https://freebitco.in/?r=2893402 and test the bot //
// version 5.0
// If you want to futher support it, feel free to test it on new created accounts via my ref https://freebitco.in/?r=4868253 so i can get couple of satoshi and futher test/edit/update it :)
console.clear();
console.log('%cIn order to start bot please ' +'%c'+'Click START BOT from top menu on the website'+'', 'color: #00000;', 'color: #00000; font-weight: bold;');
//------------------------------------------------------------------------------------------------------------------//
var losscount = 0;
var changelosscount = 5;
var stablemulti = changelosscount + 1;
var multi = 1;
//-----------------------------------------------------------------------------------------------------------------//
var satoshi1 =      0.00000001;
var satoshi2 =      0.00000003;
var satoshi4 =      0.00000007;
var satoshi8 =      0.00000015;
var satoshi16 =     0.00000035;
var satoshi32 =     0.00000050;
var satoshi64 =     0.00000075;
var satoshi128 =    0.00000090;
var satoshi256 =    0.00000120;
var satoshi512 =    0.00000180;
var satoshi1024 =   0.00000240;
var satoshi2048 =   0.00000380;
var satoshi4096 =   0.00000460;
var satoshi8192 =   0.00000620;
var satoshi16384 =  0.00000840;
var satoshi32768 =  0.00000980;
//-------------------------------------------------------------------------------------------------------------------//
var uno;
var dos;
var tres;
var cuatro;
var cinco;
var seis;
var siete;
var ocho;
var nueve;
var dies;
var once;
var doce;
var trece;
var catorce;
var quince;
var dieciseis;
//-------------------------------------------------------------------------------------------------------------------//
var points = [1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768];
//-------------------------------------------------------------------------------------------------------------------//
var handbrake1 = satoshi1;
var handbrake2 = satoshi2;
var handbrake4 = satoshi4;
var handbrake8 = satoshi8;
var handbrake16 = satoshi16;
var handbrake32 = satoshi32;
var handbrake64 = satoshi64;
var handbrake128 = satoshi128;
var handbrake256 = satoshi256;
var handbrake512 = satoshi512;
var handbrake1024 = satoshi1024;
var handbrake2048 = satoshi2048;
var handbrake4096 = satoshi4096;
var handbrake8192 = satoshi8192;
var handbrake16384 = satoshi16384;
var handbrake32768 = satoshi32768;
//-------------------------------------------------------------------------------------------------------------------//
var begingbal = $('#balance').text();
var startbalance = 0;
var autorounds = 0;
var handbrake  = satoshi8;  // pause when stake reaches 1024 Satoshis
//var stopAt= '?';
var round = 0;
var gameLost=0;
var gameWin=0;
var higherbet=0;
startbalance = $('#balance').text();
var startValue = 'satoshi1', // Don't lower the decimal point more than 4x of current balance
        stopPercentage = 0.004, // In %. I wouldn't recommend going past 0.08
        maxWait = Math.floor(Math.random() * 1000) + 50, // In milliseconds
        stopped = false,
        stopBefore = 1; // In minutes default 3
var twofortwo;
var one;
var two;
var oldbet= satoshi1;   
var rewardpoints = document.getElementsByClassName("reward_table_box br_0_0_5_5 user_reward_points font_bold")[0].innerHTML;

s = document.getElementById("user_lottery_tickets").innerHTML;
s = s.replace(/(^\s*)|(\s*$)/gi,"");
s = s.replace(/[ ]{2,}/gi," ");
s = s.replace(/\n /,"\n");

document.getElementsByClassName('counter')[0].innerHTML = '<center><a href="https://www.uploadhouse.com/viewfile.php?id=25283296&showlnk=0" target="_blank"><img alt="Image Hosted by UploadHouse.com" src="https://img6.uploadhouse.com/fileuploads/25283/252832963c0e9987bf651e8228f600748250d088.jpg" border="0"></a></center>';
//$("#bet_history_table_rows").remove();

document.getElementById("user_lottery_tickets").innerHTML = s;

document.getElementById("free_play_link_li").innerHTML = '<a href="#" onclick="startGame()" class="free_play_link">START BOT</a>';

var $loButton = $('#double_your_btc_bet_lo_button'),
                $hiButton = $('#double_your_btc_bet_hi_button');

function higherBet(){
console.log('Highest bet: '+higherbet);
}
function beginingBal(){
console.log('BTC Starting Balance: '+begingbal);
}
function rewardsBal(){
console.log('%cReward Points Balance: ' +'%c'+rewardpoints+' points', 'color: #00000;', 'color: #ff9a36; font-weight: bold;');
}
function lotteryBal(){
console.log('%cLottery Tickets Balance: ' +'%c'+ s+' tickets', 'color: #00000;', 'color: #005bb6; font-weight: bold;');
}
function randomsortlog(){
console.log('%cRandom Sort HI= 2 LO= 1 : '+uno,""+dos,""+tres,""+cuatro,""+cinco,""+seis,""+siete,""+ocho,""+nueve,""+dies,""+once,""+doce,""+trece,""+catorce,""+quince,""+dieciseis);
}
function donationBTC(){
console.log('%cDonate BTC for cookies: ' +'%c'+'3FPJzNFnuJLJHn4hexSv46jfNrp4qsQDMT', 'color: #000000;', 'color: #000000; font-weight: bold;');
}
function numbloss(){
console.log('Number Loss : '+losscount);
}
function changeBet(bet){
startValue=bet;
}

function timeRemaining(){
timeR = $('title').text();
replText = timeR.replace("- FreeBitco.in - Win free bitcoins every hour!", "");
console.log('%cTime until free roll: ' +'%c'+replText, 'color: #00000; font-weight:bold;', 'color: #007a5c;font-weight:bold;');
}

function realtime(time) {
    var sec_num =parseInt(time, 10) ; // don't forget the second param
    var hours   = Math.floor(sec_num / 3600);
    var minutes = Math.floor((sec_num - (hours * 3600)) / 60);
    var seconds = sec_num - (hours * 3600) - (minutes * 60);

    if (hours!==0) {hours   = hours+' Hours ';}      else{hours   = '';}

    if (minutes!==0) {minutes = minutes+' Minutes ';}
    else{minutes   = '';}


    if (seconds < 10) {seconds = seconds;}
    var time    = 'Time played = '+hours+minutes+seconds+' Seconds';
    return time;
}

function roundnumb(){
console.clear();
    if( round == autorounds)
    {
    stopGame();
    }
    else
    {
      round = round + 1;
      timeRemaining();
  donationBTC();
  randomsortlog();
  numbloss();
      beginingBal();
      rewardsBal();
      lotteryBal();
      console.log('Round #' + round );
    }
 
    var newbalance= $('#balance').text();
    var profit = (Number(newbalance) - Number(startbalance)).toFixed(8) ;
    console.log('Profit:' + profit + ' Bitcoin');
}

function randomsort() {
 
    if (points[0] == 1 || points[0] == 4 || points[0] == 16 || points[0] == 64 || points[0] == 256 || points[0] == 1024 || points[0] == 4096 || points[0] == 16384){

        uno = 1;
        }
        else
        {
        uno = 2;
}


    if (points[1] == 2 || points[1] == 8 || points[1] == 32 || points[1] == 128 || points[1] == 512 || points[1] == 2048 || points[1] == 8192 || points[1] == 32768){

        dos = 2;
        }
        else
        {
        dos = 1;
}

    if (points[2] == 1 || points[2] == 4 || points[2] == 16 || points[2] == 64 || points[2] == 256 || points[2] == 1024 || points[2] == 4096 || points[2] == 16384){

        tres =  1;
        }
        else
        {
        tres = 2;
}


    if (points[3] == 2 || points[3] == 8 || points[3] == 32 || points[3] == 128 || points[3] == 512 || points[3] == 2048 || points[3] == 8192 || points[3] == 32768){

        cuatro =  2;
        }
        else
        {
        cuatro = 1;
}

    if (points[4] == 1 || points[4] == 4 || points[4] == 16 || points[4] == 64 || points[4] == 256 || points[4] == 1024 || points[4] == 4096 || points[4] == 16384){

        cinco =  1;
        }
        else
        {
        cinco = 2;
}


    if (points[5] == 2 || points[5] == 8 || points[5] == 32 || points[5] == 128 || points[5] == 512 || points[5] == 2048 || points[5] == 8192 || points[5] == 32768){

        seis =  2;
        }
        else
        {
        seis = 1;
}

    if (points[6] == 1 || points[6] == 4 || points[6] == 16 || points[6] == 64 || points[6] == 256 || points[6] == 1024 || points[6] == 4096 || points[6] == 16384){

        siete =  1;
        }
        else
        {
        siete = 2;
}


    if (points[7] == 2 || points[7] == 8 || points[7] == 32 || points[7] == 128 || points[7] == 512 || points[7] == 2048 || points[7] == 8192 || points[7] == 32768){

        ocho =  2;
        }
        else
        {
        ocho = 1;
}

    if (points[8] == 1 || points[8] == 4 || points[8] == 16 || points[8] == 64 || points[8] == 256 || points[8] == 1024 || points[8] == 4096 || points[8] == 16384){

        nueve =  1;
        }
        else
        {
        nueve = 2;
}


    if (points[9] == 2 || points[9] == 8 || points[9] == 32 || points[9] == 128 || points[9] == 512 || points[9] == 2048 || points[9] == 8192 || points[9] == 32768){

        dies =  2;
        }
        else
        {
        dies = 1;
}

    if (points[10] == 1 || points[10] == 4 || points[10] == 16 || points[10] == 64 || points[10] == 256 || points[10] == 1024 || points[10] == 4096 || points[10] == 16384){

        once =  1;
        }
        else
        {
        once = 2;
}

    if (points[11] == 2 || points[11] == 8 || points[11] == 32 || points[11] == 128 || points[11] == 512 || points[11] == 2048 || points[11] == 8192 || points[11] == 32768){

        doce =  2;
        }
        else
        {
        doce = 1;
}


    if (points[12] == 1 || points[12] == 4 || points[12] == 16 || points[12] == 64 || points[12] == 256 || points[12] == 1024 || points[12] == 4096 || points[12] == 16384){

        trece =  1;
        }
        else
        {
        trece = 2;
}

    if (points[13] == 2 || points[13] == 8 || points[13] == 32 || points[13] == 128 || points[13] == 512 || points[13] == 2048 || points[13] == 8192 || points[13] == 32768){

        catorce =  2;
        }
        else
        catorce = 1;
}


    if (points[14] == 1 || points[14] == 4 || points[14] == 16 || points[14] == 64 || points[14] == 256 || points[14] == 1024 || points[14] == 4096 || points[14] == 16384){

        quince =  1;
        }
        else
        {
        quince = 2;
}

    if (points[15] == 2 || points[15] == 8 || points[15] == 32 || points[15] == 128 || points[15] == 512 || points[15] == 2048 || points[15] == 8192 || points[15] == 32768){

        dieciseis =  2;
        }
        else
        {
        dieciseis = 1;
}

function losscounts(){
if (losscount < changelosscount){
    multi = 1;
}
if (losscount == changelosscount){
    multi = 10;
randomsort();
points.sort(function(a, b){return 0.5 - Math.random()});
maxWait = Math.floor(Math.random() * 1000) + 50;
}
if (losscount == stablemulti){
   multi = 2;
   randomsort();
   points.sort(function(a, b){return 0.5 - Math.random()});
   maxWait = Math.floor(Math.random() * 1000) + 50; 
}
}

function multiply(){
                var current = $('#double_your_btc_stake').val();
                var multiply = (current * multi).toFixed(8);
                $('#double_your_btc_stake').val(multiply);
                console.log('Bet = ' + multiply); 
                    if( higherbet < multiply ){ higherbet=multiply; }
}
function getRandomWait(){
        var wait = Math.floor(Math.random() * maxWait) + 50;
        console.log('Waiting for ' + wait + 'ms before next bet.');
        return wait ;
}

function startGame(limit){
points.sort(function(a, b){return 0.5 - Math.random()});
document.getElementById("free_play_link_li").innerHTML = '<a href="#" onclick="stopGame()" class="free_play_link">STOP BOT</a>';
starttime=(new Date()).getTime();
startValue = prompt("Cuanto satoshi deseas invertir por operación ?", '0.00000001');
MaximumValue = prompt("Cuanto satoshi deseas arriesgar ? (100% Default)", ($('#balance').text()) );
maxWait = Math.floor(Math.random() * 1000) + 50;
oldbet=startValue;
randomsort();
points.sort(function(a, b){return 0.5 - Math.random()});
maxWait = Math.floor(Math.random() * 1000) + 50;
handbrake=MaximumValue;
    round = 0;
    gameLost=0;
    gameWin=0;
        console.log('Game started!');
        reset();
        $hiButton.trigger('click');
        if(limit !== null) {
        autorounds=limit;
        }
        else
        {
        autorounds=-1;
        }
}
function startGame2(limit){
points.sort(function(a, b){return 0.5 - Math.random()});
document.getElementById("free_play_link_li").innerHTML = '<a href="#" onclick="stopGame()" class="free_play_link">STOP BOT</a>';
starttime=(new Date()).getTime();
stopped = false;
oldbet=startValue;
handbrake=MaximumValue;
    round = 0;
    gameLost=0;
    gameWin=0;
        console.log('Game started!');
        reset();
        $loButton.trigger('click');
        if(limit !== null) {
        autorounds=limit;
        }
        else
        {
        autorounds=-1;
        }
}
function stopGame(){
document.getElementById("free_play_link_li").innerHTML = '<a href="#" onclick="startGame()" class="free_play_link">START BOT</a>';
        console.log('Game will stop soon! Let me finish.');
        stopped = true;
startValue=oldbet;
handbrake=MaximumValue;

}
var sound = document.createElement('audio');
sound.id = 'handbrakealert';
sound.src = 'https://www.mediacollege.com/downloads/sound-effects/star-trek/tos/tos-computer-05.wav';
sound.preload = 'auto';
document.getElementsByTagName('body')[0].appendChild(sound);

function reset(){
    if( round % 100 === 0 && round !==0)
    {
    startValue=(startValue * 1.000).toFixed(8); //New bet after 100 round
    console.log('Round ' + round + ': bet change for ' + startValue);
    }
        $('#double_your_btc_stake').val(startValue);
}
// quick and dirty hack if you have very little bitcoins like 0.0000001
function deexponentize(number){
        return number * 1000000;
}
function iHaveEnoughMoni(){
        var balance = deexponentize(parseFloat($('#balance').text()));
        var current = deexponentize($('#double_your_btc_stake').val());
        return ((balance *2)/ 100) * (current*2) > stopPercentage/100;
}
function stopBeforeRedirect(){
        var minutes = parseInt($('titles').text());
        if( minutes < stopBefore )
        {
                console.log('Approaching redirect! Stop the game so we don\'t get redirected while loosing.');
                stopGame();
                return true;
        }
        return false;
}

function stopMaxStake1(){
        var maxstake1 = $('#double_your_btc_stake').val();
        if( maxstake1 == handbrake1 )
        {
            twofortwo = Math.floor(Math.random() * 100) + 1;
        }
        return false;
}

function stopMaxStake2(){
        var maxstake2 = $('#double_your_btc_stake').val();
        if( maxstake2 == handbrake2 )
        {
            twofortwo = dos;
        }
        return false;
}

function stopMaxStake4(){
        var maxstake4 = $('#double_your_btc_stake').val();
        if( maxstake4 == handbrake4 )
        {
            twofortwo = tres;
        }
        return false;
}

function stopMaxStake8(){
        var maxstake8 = $('#double_your_btc_stake').val();
        if( maxstake8 == handbrake8 )
        {
           twofortwo = cuatro;
        }
        return false;
}

function stopMaxStake16(){
        var maxstake16 = $('#double_your_btc_stake').val();
        if( maxstake16 == handbrake16 )
        {
            twofortwo = cinco;
        }
        return false;
}


function stopMaxStake32(){
        var maxstake32 = $('#double_your_btc_stake').val();
        if( maxstake32 == handbrake32 )
        {
            twofortwo = seis;
        }
        return false;
}


function stopMaxStake64(){
        var maxstake64 = $('#double_your_btc_stake').val();
        if( maxstake64 == handbrake64 )
        {
            twofortwo = siete;
        }
        return false;
}


function stopMaxStake128(){
        var maxstake128 = $('#double_your_btc_stake').val();
        if( maxstake128 == handbrake128 )
        {
            twofortwo = ocho;
        }
        return false;
}


function stopMaxStake256(){
        var maxstake256 = $('#double_your_btc_stake').val();
        if( maxstake256 == handbrake256 )
        {
            twofortwo = nueve;
        }
        return false;
}


function stopMaxStake512(){
        var maxstake512 = $('#double_your_btc_stake').val();
        if( maxstake512 == handbrake512 )
        {
            twofortwo = dies;
        }
        return false;
}


function stopMaxStake1024(){
        var maxstake1024 = $('#double_your_btc_stake').val();
        if( maxstake1024 == handbrake1024 )
        {
            twofortwo = once;
        }
        return false;
}


function stopMaxStake2048(){
        var maxstake2048 = $('#double_your_btc_stake').val();
        if( maxstake2048 == handbrake2048 )
        {
           twofortwo = doce;
        }
        return false;
}


function stopMaxStake4096(){
        var maxstake4096 = $('#double_your_btc_stake').val();
        if( maxstake4096 == handbrake4096 )
        {
            twofortwo = trece;
        }
        return false;
}


function stopMaxStake8192(){
        var maxstake8192 = $('#double_your_btc_stake').val();
        if( maxstake8192 == handbrake8192 )
        {
            twofortwo = catorce;
        }
        return false;
}


function stopMaxStake16384(){
        var maxstake16384 = $('#double_your_btc_stake').val();
        if( maxstake16384 == handbrake16384 )
        {
            twofortwo = quince;
        }
        return false;
}


function stopMaxStake32768(){
        var maxstake32768 = $('#double_your_btc_stake').val();
        if( maxstake32768 == handbrake32768 )
        {
twofortwo = dieciseis;
        }
        return false;
}

function stopMaxStake(){
        var maxstake = $('#double_your_btc_stake').val();
var handbrake = MaximumValue;
        if( maxstake > handbrake )
        {
alert("Esta Cuenta Perdio un 10% De Su Capital");
stopped = true;
                document.getElementById('handbrakealert').play();
                  console.log('Handbrake triggered! Please Wait');
           
                  var counter = 60;
                  var resBOTCountdown = setInterval(function(){
                  console.log('Highest Stake at '+ handbrake +' reached');
                  console.log(counter);
                  counter--;
                    if (counter === -1) {
                    clearInterval(resBOTCountdown);
                    console.clear();
                    console.log("Restarting BOT");
                    console.log("Wait 5 more seconds so it wont double start");
                    }
                    }, 1000);     
                 
                setTimeout(startGame2, 61000);
                return true;
        }
        return false;
}

// Unbind old shit
$('#double_your_btc_bet_lose').unbind();
$('#double_your_btc_bet_win').unbind();

// Loser
$('#double_your_btc_bet_lose').bind("DOMSubtreeModified",function(event){

     
        if( $(event.currentTarget).is(':contains("lose")') )
        {
         
                        gameLost = gameLost + 1;
losscounts();
                        roundnumb();
losscount = losscount + 1;
                        console.log('%cWin: ' + gameWin + ' %cLost: ' + gameLost, 'color: #007a5c', 'color: #FF0000');
                                endtime=(new Date()).getTime();
                                var time=Math.floor((endtime-starttime )/1000);
                if( stopBeforeRedirect() )
                {
                        return;
                }
               if(stopMaxStake() || stopMaxStake1() || stopMaxStake2() || stopMaxStake4() || stopMaxStake8() || stopMaxStake16() || stopMaxStake32() || stopMaxStake64() || stopMaxStake128() || stopMaxStake256() || stopMaxStake512() || stopMaxStake1024() || stopMaxStake2048() || stopMaxStake4096() || stopMaxStake8192() || stopMaxStake16384() || stopMaxStake32768())
                {
                        return;
               }
            else
         
                                higherBet();
                                console.log(realtime(time));
                                console.log('You LOST!');
                                multiply();
                                setTimeout(function(){
                                if (twofortwo % 2 == 0){
                                $hiButton.trigger('click');
                                }
                                else{
                                $loButton.trigger('click');
                                }
                                }, getRandomWait());
        }
     
}
);
// Winner
$('#double_your_btc_bet_win').bind("DOMSubtreeModified",function(event){
        if( $(event.currentTarget).is(':contains("win")') )
        {
     
        gameWin = gameWin + 1;
losscounts();
        roundnumb();
losscount = 0;
        console.log('%cWin: ' + gameWin + ' %cLost: ' + gameLost, 'color: #007a5c', 'color: #FF0000');
                endtime=(new Date()).getTime();
                var time=Math.floor((endtime-starttime )/1000);
        console.log(realtime(time));
                higherBet();         
         
            if( iHaveEnoughMoni() )
            {

                        console.log('You WON!');
                        reset();
            if( stopped )
            {
                                stopped = false;
                                return false;
            }
         }
                else
                {
                        console.log('You WON! ');
                }
                setTimeout(function(){
                               if (twofortwo % 2 == 0){
                                $hiButton.trigger('click');
                                }
                                else{
                                $loButton.trigger('click');
                                }
                }, getRandomWait());
        }
}
);// JavaScript Document