[-]
FORUM NEWS

Check out TOR COIN! First blackhat coin, safe and reliable!




Post Reply 
 
Thread Rating:
  • 8 Vote(s) - 3.25 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Facebook Twitter Reddit StumbleUpon
freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
20-01-2017, 03:54 AM (This post was last modified: 26-06-2017 09:36 AM by tetkapersa.)
Post: #1
freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
Hello people, Here is a nice simple script that i found on the net which i modified a bit so you can gain free BTC's.

Its main cause is after you used collect free bitcoins via main roll, to double them even triple them in the next 1hour untill new roll is up.

The steps are simple:
1. Register on Freebitco.in - You are not allowed to view links. Register or Login to view.

2. Download Google Chrome - You are not allowed to view links. Register or Login to view.

3. Log in on Freebitco.in via Google Chrome and press CTRL + SHIFT + J

4. Copy and paste on the Console tab the below code and press enter.
You are not allowed to view links. Register or Login to view.

Copy Paste This code
Version 1.0
PHP Code:
//COMMAND//
//changeBet() ex: changeBet('0.00000005');

console.clear();
var 
begingbal = $('#balance').text();
var 
startbalance 0;
var 
stopAt'?';
var 
round 0;
var 
gameLost=0;
var 
gameWin=0;
var 
higherbet=0;
startbalance = $('#balance').text();
var 
startValue '0.00000001'// 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 500// In milliseconds
        
stopped false,
        
stopBefore 3// In minutes
var oldbet0.00000001;
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_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('Begining Balance: '+begingbal);


function 
changeBet(bet){
startValue=bet;
}

function 
realtime(time) {
    var 
sec_num =parseInt(time10) ; // 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    'Playing time = '+hours+minutes+seconds+' Secondes';
    return 
time;
}

function 
roundnumb(){
console.clear();
    if( 
round == stopAt)
    {
    
stopGame()
    }
    else
    {
    
round round 1;
      
beginingBal();
        
console.log('Round #' round ' / ' stopAt);
    }
    
    var 
newbalance= $('#balance').text()
    var 
profit = (Number(newbalance) - Number(startbalance)).toFixed(8) ;
    
console.log('Profit:' profit ' Bitcoin')
}
//Number of round. Type stopatRound(NUMBER_OF_ROUND) to change
//function stopatRound(limitRound){
//stopAt=limitRound;
//}
function multiply(){
        var 
current = $('#double_your_btc_stake').val();
        var 
multiply = (current 2).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 ) + 100//(Math.floor(Math.random() * 800) + 300)  ; // avant 100
        
console.log('Waiting for ' wait 'ms before next bet.');
        return 
wait ;
}
function 
startGame(limit){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="stopGame()" class="advertise_link">STOP BOT</a>';
starttime=(new Date()).getTime();
startValue prompt("Number of satoshi you want to bet?"'0.00000001');
oldbet=startValue;

    
round 0;
    
gameLost=0;
    
gameWin=0;
        
console.log('Game started!');
        
reset();
        
$loButton.trigger('click');
        if(
limit !== null) {
        
stopAt=limit;
        }
        else
        {
        
stopAt=-1;
        }

}
function 
stopGame(){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_link">START BOT</a>';
        
console.log('Game will stop soon! Let me finish.');
        
stopped true;
startValue=oldbet;

}

function 
reset(){
    if( 
round 100 === && 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($('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")') )
        {
        
gameLost gameLost 1;
        
roundnumb();
        
console.log('%cWin: ' gameWin ' Lost: ' gameLost'color: #00CC00');
                
endtime=(new Date()).getTime();
                var 
time=Math.floor((endtime-starttime )/1000);
                
higherBet();
        
console.log(realtime(time));
                
console.log('You LOST!');
                
multiply();
                
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")') )
        {

        
gameWin gameWin 1;
        
roundnumb();
        
console.log('%cWin: ' gameWin ' Lost: ' gameLost'color: #FF0000');
                
endtime=(new Date()).getTime();
                var 
time=Math.floor((endtime-starttime )/1000);
        
console.log(realtime(time));
                
higherBet();
            if( 
stopBeforeRedirect() )
                {
                        return;
                }
                if( 
iHaveEnoughMoni() )
                {

                        
console.log('You WON!');
                        
reset();
                        if( 
stopped )
                        {
                                
stopped false;
                                return 
false;
                        }
                }
                else
                {
                        
console.log('You WON! ');
                }
                
setTimeout(function(){
                        
$loButton.trigger('click');
                }, 
getRandomWait());
        }

}
); 

Version 2.0 with max stake set up by popup (still in experimental phase its gamble bot so sometime it maxes after that)
PHP Code:
//COMMAND//
//changeBet() ex: changeBet('0.00000005');

console.clear();
var 
begingbal = $('#balance').text();
var 
startbalance 0;
var 
autorounds 200;         // play 500 rounds only
var handbrake  0.00000008;  // 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 '0.00000001'// 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 500// In milliseconds
        
stopped false,
        
stopBefore 1// In minutes default 3
var oldbet0.00000001;
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_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 
changeBet(bet){
startValue=bet;
}

function 
realtime(time) {
    var 
sec_num =parseInt(time10) ; // 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;
      
beginingBal();
        
console.log('Round #' round ' / ' autorounds);
    }
    
    var 
newbalance= $('#balance').text()
    var 
profit = (Number(newbalance) - Number(startbalance)).toFixed(8) ;
    
console.log('Profit:' profit ' Bitcoin')
}

function 
multiply(){
        var 
current = $('#double_your_btc_stake').val();
        var 
multiply = (current 2).toFixed(8); 
        $(
'#double_your_btc_stake').val(multiply);
        
console.log('Bet = ' multiply);
if (
multiply === handbrake) {
              
stopGame2();
              
stopGame3();
              
stopGame4();
              
stopGame5();
              
stopGame6();
              
document.getElementById('handbrakealert').play();
              
console.log('Handbrake triggered! Please Wait');
              
var 
counter 5;
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 10 more seconds so it wont double start");
  }
}, 
1000);
if( 
stopped )
                        {
                                
stopped true;
                                return 
setTimeout(startGame210000);
                        }



else ( 
stopped )
                        {
                                
stopped false;
                                return 
StopGame;
                        }


}}




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 
getRandomWait(){
        var 
wait Math.floor(Math.random() * maxWait ) + 100//(Math.floor(Math.random() * 800) + 300)  ; // avant 100
        
console.log('Waiting for ' wait 'ms before next bet.');
        return 
wait ;
}
function 
startGame(limit){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="stopGame()" class="advertise_link">STOP BOT</a>';
starttime=(new Date()).getTime();
startValue prompt("Number of satoshi you want to bet?"'0.00000001');
MaximumValue prompt("Auto Stop BOT when bet reaches? "'0.00000008');
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 
startGame2(limit){
    
console.clear();
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="stopGame()" class="advertise_link">STOP BOT</a>';
starttime=(new Date()).getTime();
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("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_link">START BOT</a>';
        
console.log('Game will stop soon! Let me finish.');
        
stopped true;
startValue=oldbet;
handbrake=MaximumValue;

}
function 
stopGame2(){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_link">START BOT</a>';
        
console.log('Game will stop soon! Let me finish.');
        
stopped true;
startValue=oldbet;
handbrake=MaximumValue;

}
function 
stopGame3(){
        
stopped true;
startValue=oldbet;
handbrake=MaximumValue;

}
function 
stopGame4(){
        
stopped true;
startValue=oldbet;
handbrake=MaximumValue;

}
function 
stopGame5(){
        
stopped true;
startValue=oldbet;
handbrake=MaximumValue;

}
function 
stopGame6(){
        
stopped true;
startValue=oldbet;
handbrake=MaximumValue;

}
function 
reset(){
    if( 
round 100 === && 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($('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")') )
        {
        
gameLost gameLost 1;
        
roundnumb();
        
console.log('%cWin: ' gameWin ' Lost: ' gameLost'color: #00CC00');
                
endtime=(new Date()).getTime();
                var 
time=Math.floor((endtime-starttime )/1000);
                
higherBet();
        
console.log(realtime(time));
                
console.log('You LOST!');
                
multiply();
                
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")') )
        {

        
gameWin gameWin 1;
        
roundnumb();
        
console.log('%cWin: ' gameWin ' Lost: ' gameLost'color: #FF0000');
                
endtime=(new Date()).getTime();
                var 
time=Math.floor((endtime-starttime )/1000);
        
console.log(realtime(time));
                
higherBet();
            if( 
stopBeforeRedirect() )
                {
                        return;
                }
                if( 
iHaveEnoughMoni() )
                {

                        
console.log('You WON!');
                        
reset();
                        if( 
stopped )
                        {
                                
stopped false;
                                return 
false;
                        }
                }
                else
                {
                        
console.log('You WON! ');
                }
                
setTimeout(function(){
                        
$loButton.trigger('click');
                }, 
getRandomWait());
        }

}
);
// JavaScript Document 

Version 3.0
Updated changed many things and finaly stop max stake should work now (still experimental but as test it many times the bot should stop and autorestart when your max stake is set up. Still as i prefer earlier test it first on lower or new created accounts, before you go to high satoshi accounts.
Earning is still depandable by freebitco.in chances of reaching high stake value. Sometimes it happens to get in less time, sometime in longer time. Still write your reviews here. Proposals are always welcomed.

PHP Code:
//Register at http://freebitco.in/?r=3714785 and test the bot //
// version 3.0
// If you want to futher support it, feel free to test it on new created accounts via my ref http://freebitco.in/?r=3714785 so i can get couple of satoshi and futher test/edit/update it :)
console.clear();
var 
begingbal = $('#balance').text();
var 
startbalance 0;
var 
autorounds 200;         // play 500 rounds only
var handbrake  0.00000008;  // 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 '0.00000001'// 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 1000// In milliseconds
        
stopped false,
        
stopBefore 1// In minutes default 3
var oldbet0.00000001;    

var 
rewardpoints document.getElementsByClassName("reward_table_box br_0_0_5_5 user_reward_points font_bold")[0].innerHTML;
var 
lotterytickets document.getElementById("user_lottery_tickets").innerHTML;


document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_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('Reward Points Balance: '+rewardpoints);
}
function 
lotteryBal(){
console.log('Lottery Tickets Balance: ' lotterytickets);
}

function 
changeBet(bet){
startValue=bet;
}

function 
realtime(time) {
    var 
sec_num =parseInt(time10) ; // 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;
      
beginingBal();
      
rewardsBal();
      
lotteryBal();
        
console.log('Round #' round ' / ' autorounds);
    }
    
    var 
newbalance= $('#balance').text()
    var 
profit = (Number(newbalance) - Number(startbalance)).toFixed(8) ;
    
console.log('Profit:' profit ' Bitcoin')
}


function 
multiply(){
                var 
current = $('#double_your_btc_stake').val();
                var 
multiply = (current 2).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 ) + 100//(Math.floor(Math.random() * 800) + 300)  ; // avant 100
        
console.log('Waiting for ' wait 'ms before next bet.');
        return 
wait ;
}
function 
startGame(limit){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="stopGame()" class="advertise_link">STOP BOT</a>';
starttime=(new Date()).getTime();
startValue prompt("Number of satoshi you want to bet?"'0.00000001');
MaximumValue prompt("Auto Restart BOT when bet reaches? "'0.00000008');
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 
startGame2(limit){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="stopGame()" class="advertise_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("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_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 === && 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($('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;
}

function 
stopMaxStake(){
        var 
maxstake1 = $('#double_your_btc_stake').val();
        if( 
maxstake1 == handbrake )
        {
                
stopped true;
                
document.getElementById('handbrakealert').play();
                  
console.log('Handbrake triggered! Please Wait');
              
                  var 
counter 5;
                  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(startGame26000);
                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;
                        
roundnumb();
                        
console.log('%cWin: ' gameWin ' Lost: ' gameLost'color: #FF0000');
                                
endtime=(new Date()).getTime();
                                var 
time=Math.floor((endtime-starttime )/1000);
                if( 
stopBeforeRedirect() )
                {
                        return;
                }
            if( 
stopMaxStake() )
                {
                        return;
               }
            else 
            
                                
higherBet();
                                
console.log(realtime(time));
                                
console.log('You LOST!');
                                
multiply();
                                
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")') )
        {
        
        
gameWin gameWin 1;
        
roundnumb();
        
console.log('%cWin: ' gameWin ' Lost: ' gameLost'color: #00CC00');
                
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(){
                        
$loButton.trigger('click');
                }, 
getRandomWait());
        }
}
);
// JavaScript Document 

Version 4.0
Added many new things :
- showing current rewards points before starting bot
- showing current lotery tickets before starting bot
- showing time left until free roll timer
- test/added some colors (more will be added in future versions)
- changed corectly to show green color on wins, and red color on lost rounds.
etc...

PHP Code:
//Register at http://freebitco.in/?r=3714785 and test the bot //
// version 4.0
// If you want to futher support it, feel free to test it on new created accounts via my ref http://freebitco.in/?r=3714785 so i can get couple of satoshi and futher test/edit/update it :)
console.clear();
var 
begingbal = $('#balance').text();
var 
startbalance 0;
var 
autorounds 200;         // play 500 rounds only
var handbrake  0.00000008;  // 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 '0.00000001'// 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 1000// In milliseconds
        
stopped false,
        
stopBefore 1// In minutes default 3
var oldbet0.00000001;    

var 
rewardpoints document.getElementsByClassName("reward_table_box br_0_0_5_5 user_reward_points font_bold")[0].innerHTML;

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




document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_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 
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(time10) ; // 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();
      
beginingBal();
      
rewardsBal();
      
lotteryBal();
        
console.log('Round #' round ' / ' autorounds);
    }
    
    var 
newbalance= $('#balance').text()
    var 
profit = (Number(newbalance) - Number(startbalance)).toFixed(8) ;
    
console.log('Profit:' profit ' Bitcoin')
}


function 
multiply(){
                var 
current = $('#double_your_btc_stake').val();
                var 
multiply = (current 2).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 ) + 100//(Math.floor(Math.random() * 800) + 300)  ; // avant 100
        
console.log('Waiting for ' wait 'ms before next bet.');
        return 
wait ;
}
function 
startGame(limit){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="stopGame()" class="advertise_link">STOP BOT</a>';
starttime=(new Date()).getTime();
startValue prompt("Number of satoshi you want to bet?"'0.00000001');
MaximumValue prompt("Auto Restart BOT when bet reaches? "'0.00000008');
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 
startGame2(limit){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="stopGame()" class="advertise_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("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_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 === && 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($('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;
}

function 
stopMaxStake(){
        var 
maxstake1 = $('#double_your_btc_stake').val();
        if( 
maxstake1 == handbrake )
        {
                
stopped true;
                
document.getElementById('handbrakealert').play();
                  
console.log('Handbrake triggered! Please Wait');
              
                  var 
counter 5;
                  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(startGame26000);
                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;
                        
roundnumb();
                        
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() )
                {
                        return;
               }
            else 
            
                                
higherBet();
                                
console.log(realtime(time));
                                
console.log('You LOST!');
                                
multiply();
                                
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")') )
        {
        
        
gameWin gameWin 1;
        
roundnumb();
        
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(){
                        
$loButton.trigger('click');
                }, 
getRandomWait());
        }
}
);
// JavaScript Document 

Version 4.1 - Due to the fact they remove Advertise link, now you can start bot at the begining of top Menu, it changes FREE BTC menu link with START BOT

PHP Code:
//Register at http://freebitco.in/?r=3714785 and test the bot //
// version 4.1
// If you want to futher support it, feel free to test it on new created accounts via my ref http://freebitco.in/?r=3714785 so i can get couple of satoshi and futher test/edit/update it :)
console.clear();
var 
begingbal = $('#balance').text();
var 
startbalance 0;
var 
autorounds 200;         // play 500 rounds only
var handbrake  0.00000008;  // 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 '0.00000001'// 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 1000// In milliseconds
        
stopped false,
        
stopBefore 1// In minutes default 3
var oldbet0.00000001;    

var 
rewardpoints document.getElementsByClassName("reward_table_box br_0_0_5_5 user_reward_points font_bold")[0].innerHTML;

document.getElementById("user_lottery_tickets").innerHTML;
s.replace(/(^\s*)|(\s*$)/gi,"");
s.replace(/[ ]{2,}/gi," ");
s.replace(/\/,"\n");
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 
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(time10) ; // 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();
      
beginingBal();
      
rewardsBal();
      
lotteryBal();
        
console.log('Round #' round ' / ' autorounds);
    }
    
    var 
newbalance= $('#balance').text()
    var 
profit = (Number(newbalance) - Number(startbalance)).toFixed(8) ;
    
console.log('Profit:' profit ' Bitcoin')
}


function 
multiply(){
                var 
current = $('#double_your_btc_stake').val();
                var 
multiply = (current 2).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 ) + 100//(Math.floor(Math.random() * 800) + 300)  ; // avant 100
        
console.log('Waiting for ' wait 'ms before next bet.');
        return 
wait ;
}
function 
startGame(limit){
document.getElementById("free_play_link_li").innerHTML '<a href="#" onclick="stopGame()" class="free_play_link">STOP BOT</a>';
starttime=(new Date()).getTime();
startValue prompt("Number of satoshi you want to bet?"'0.00000001');
MaximumValue prompt("Auto Restart BOT when bet reaches? "'0.00000008');
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 
startGame2(limit){
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 === && 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($('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;
}

function 
stopMaxStake(){
        var 
maxstake1 = $('#double_your_btc_stake').val();
        if( 
maxstake1 == handbrake )
        {
                
stopped true;
                
document.getElementById('handbrakealert').play();
                  
console.log('Handbrake triggered! Please Wait');
              
                  var 
counter 5;
                  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(startGame26000);
                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;
                        
roundnumb();
                        
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() )
                {
                        return;
               }
            else 
            
                                
higherBet();
                                
console.log(realtime(time));
                                
console.log('You LOST!');
                                
multiply();
                                
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")') )
        {
        
        
gameWin gameWin 1;
        
roundnumb();
        
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(){
                        
$loButton.trigger('click');
                }, 
getRandomWait());
        }
}
);
// JavaScript Document 

5. Click on Multiply BTC tab as shown on the image.
You are not allowed to view links. Register or Login to view.

6. Click on START BOT tab as shown on the image, then on the popup box which says 0.00000001 just press OK.
You are not allowed to view links. Register or Login to view.

And watch how you double/triple your earnings.

Proof Image
You are not allowed to view links. Register or Login to view.
(starting balance is blacked down for my own reasons)

After the free roll timer is near to 3mins the script will auto pause.

After you roll again you can restart the script by fallowing step 4.

Hope you will get many BTC's

Video Tutorial of newest version bot working and how to use it. (this is one of my test accounts) thanks for all who deposited donations in order to more improve it and test it and further more improve it.





If something is needed just reply here.

If you are testing on blank accounts fee free to use my You are not allowed to view links. Register or Login to view. so i can get more satoshi to even better test it in later phases.
More better coders are free to change it and repost it under this post Smile

ENJOY!

You are not allowed to view links. Register or Login to view.
You are not allowed to view links. Register or Login to view.
Find all posts by this user
Like Post Quote this message in a reply
[+] 19 users Like tetkapersa's post
Advertisement
20-01-2017, 04:01 AM
Post: #2
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
No malicious code found, gambling bot, good to go.
Find all posts by this user
Like Post Quote this message in a reply
[+] 1 user Likes ED209's post
20-01-2017, 10:47 PM (This post was last modified: 20-01-2017 11:43 PM by goarinaengoaronny.)
Post: #3
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
First run worked out good :-)
Thanks a lot!

Now the bot is paused. I closed the console but it kept on running. I cleared the console and it started to run again.

Please tell me what to do between the time the bot pauses and the next roll.

(20-01-2017 10:47 PM)goarinaengoaronny Wrote: You are not allowed to view links. Register or Login to view.First run worked out good :-)
Thanks a lot!

Now the bot is paused. I closed the console but it kept on running. I cleared the console and it started to run again.

Please tell me what to do between the time the bot pauses and the next roll.

Never mind. I didn't see the 'stop bot' link Blush

You are not allowed to view links. Register or Login to view.


You are not allowed to view links. Register or Login to view.
Visit this user's website Find all posts by this user
Like Post Quote this message in a reply
[+] 1 user Likes goarinaengoaronny's post
21-01-2017, 12:47 AM
Post: #4
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
what's the difference to use this or auto-bet? sorry for this question, i'm newbie here.
Find all posts by this user
Like Post Quote this message in a reply
Advertisement
21-01-2017, 12:59 AM
Post: #5
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
(21-01-2017 12:47 AM)topeira Wrote: You are not allowed to view links. Register or Login to view.what's the difference to use this or auto-bet? sorry for this question, i'm newbie here.

if you use a bot you are a boteer, all the girls like it Cool
Find all posts by this user
Like Post Quote this message in a reply
[+] 2 users Like ED209's post
21-01-2017, 06:01 AM
Post: #6
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
(20-01-2017 03:54 AM)tetkapersa Wrote: You are not allowed to view links. Register or Login to view.Hello people, Here is a nice simple script that i found on the net which i modified a bit so you can gain free BTC's.

Its main cause is after you used collect free bitcoins via main roll, to double them even triple them in the next 1hour untill new roll is up.

The steps are simple:
1. Register on Freebitco.in - You are not allowed to view links. Register or Login to view.

2. Download Google Chrome - You are not allowed to view links. Register or Login to view.

3. Log in on Freebitco.in via Google Chrome and press CTRL + SHIFT + J

4. Copy and paste on the Console tab the below code and press enter.
You are not allowed to view links. Register or Login to view.

Copy Paste This code
PHP Code:
//COMMAND//
//changeBet() ex: changeBet('0.00000005');

console.clear();
var 
begingbal = $('#balance').text();
var 
startbalance 0;
var 
stopAt'?';
var 
round 0;
var 
gameLost=0;
var 
gameWin=0;
var 
higherbet=0;
startbalance = $('#balance').text();
var 
startValue '0.00000001'// 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 500// In milliseconds
        
stopped false,
        
stopBefore 3// In minutes
var oldbet0.00000001;
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_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('Begining Balance: '+begingbal);


function 
changeBet(bet){
startValue=bet;
}

function 
realtime(time) {
    var 
sec_num =parseInt(time10) ; // 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    'Playing time = '+hours+minutes+seconds+' Secondes';
    return 
time;
}

function 
roundnumb(){
console.clear();
    if( 
round == stopAt)
    {
    
stopGame()
    }
    else
    {
    
round round 1;
      
beginingBal();
        
console.log('Round #' round ' / ' stopAt);
    }
    
    var 
newbalance= $('#balance').text()
    var 
profit = (Number(newbalance) - Number(startbalance)).toFixed(8) ;
    
console.log('Profit:' profit ' Bitcoin')
}
//Number of round. Type stopatRound(NUMBER_OF_ROUND) to change
//function stopatRound(limitRound){
//stopAt=limitRound;
//}
function multiply(){
        var 
current = $('#double_your_btc_stake').val();
        var 
multiply = (current 2).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 ) + 100//(Math.floor(Math.random() * 800) + 300)  ; // avant 100
        
console.log('Waiting for ' wait 'ms before next bet.');
        return 
wait ;
}
function 
startGame(limit){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="stopGame()" class="advertise_link">STOP BOT</a>';
starttime=(new Date()).getTime();
startValue prompt("Number of satoshi you want to bet?"'0.00000001');
oldbet=startValue;

    
round 0;
    
gameLost=0;
    
gameWin=0;
        
console.log('Game started!');
        
reset();
        
$loButton.trigger('click');
        if(
limit !== null) {
        
stopAt=limit;
        }
        else
        {
        
stopAt=-1;
        }

}
function 
stopGame(){
document.getElementById("advertise_link_li").innerHTML '<a href="#" onclick="startGame()" class="advertise_link">START BOT</a>';
        
console.log('Game will stop soon! Let me finish.');
        
stopped true;
startValue=oldbet;

}

function 
reset(){
    if( 
round 100 === && 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($('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")') )
        {
        
gameLost gameLost 1;
        
roundnumb();
        
console.log('%cWin: ' gameWin ' Lost: ' gameLost'color: #00CC00');
                
endtime=(new Date()).getTime();
                var 
time=Math.floor((endtime-starttime )/1000);
                
higherBet();
        
console.log(realtime(time));
                
console.log('You LOST!');
                
multiply();
                
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")') )
        {

        
gameWin gameWin 1;
        
roundnumb();
        
console.log('%cWin: ' gameWin ' Lost: ' gameLost'color: #FF0000');
                
endtime=(new Date()).getTime();
                var 
time=Math.floor((endtime-starttime )/1000);
        
console.log(realtime(time));
                
higherBet();
            if( 
stopBeforeRedirect() )
                {
                        return;
                }
                if( 
iHaveEnoughMoni() )
                {

                        
console.log('You WON!');
                        
reset();
                        if( 
stopped )
                        {
                                
stopped false;
                                return 
false;
                        }
                }
                else
                {
                        
console.log('You WON! ');
                }
                
setTimeout(function(){
                        
$loButton.trigger('click');
                }, 
getRandomWait());
        }

}
); 

5. Click on Multiply BTC tab as shown on the image.
You are not allowed to view links. Register or Login to view.

6. Click on START BOT tab as shown on the image, then on the popup box which says 0.00000001 just press OK.
You are not allowed to view links. Register or Login to view.

And watch how you double/triple your earnings.

Proof Image
You are not allowed to view links. Register or Login to view.
(starting balance is blacked down for my own reasons)

After the free roll timer is near to 3mins the script will auto pause.

After you roll again you can restart the script by fallowing step 4.

Hope you will get many BTC's

If something is needed just reply here.

not working for me ... starts fine then drains my acct! Sad lame . what am i doing wrong?

satoshicracker, Member of Bitcoin Black Hat since Jan 2017.
Find all posts by this user
Like Post Quote this message in a reply
21-01-2017, 09:53 AM
Post: #7
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
You are not doing anything wrong mate, its a gambling bot. Yesterday i doubled my bits. Test each day or Start to use it when you have higher amount of bits, i suggest 5000+ not when you have 1000 or less because the gambling on every lost round it doubles the bits for the next round, until it wins more. I can only say just keep trying.

You are not allowed to view links. Register or Login to view.
You are not allowed to view links. Register or Login to view.
Find all posts by this user
Like Post Quote this message in a reply
Advertisement
22-01-2017, 12:00 AM
Post: #8
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
Works good.. sometime you win, sometimes you lose.. its still gambling.
But the bot, just does what you say it should do, so good job.

[Image: b4a00f5c157ea5452751fe7128593dd0.gif]

cheers and thanks for sharing

seven1964, Member of Bitcoin Black Hat since Apr 2016.
Find all posts by this user
Like Post Quote this message in a reply
22-01-2017, 03:38 AM
Post: #9
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
I cant seem to get this one working as no start bot appears, your doge one is working fine though, thanks

DigDeep, Member of Bitcoin Black Hat since Aug 2016.
Find all posts by this user
Like Post Quote this message in a reply
22-01-2017, 05:26 AM (This post was last modified: 22-01-2017 05:29 AM by tetkapersa.)
Post: #10
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
(22-01-2017 03:38 AM)DigDeep Wrote: You are not allowed to view links. Register or Login to view.I cant seem to get this one working as no start bot appears, your doge one is working fine though, thanks

START BOT tab is just near STATS as shown on the image in the first post under step 6.

You are not allowed to view links. Register or Login to view.
You are not allowed to view links. Register or Login to view.
Find all posts by this user
Like Post Quote this message in a reply
Advertisement
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Lightbulb [BTC] Freebitco.in Faucet Bot - 9kw & 2Captcha **Updated 7-2017** jovis7 2 221 Yesterday 09:21 PM
Last Post: muhtoevill
Star 100% Working [JavaScript] FreeBitCoin Console PC Auto Bot stephen27 8 4,006 15-06-2017 01:39 AM
Last Post: Gigforsure
  freedoge.co.in Multiply DOGE Auto Bot 2017 WORKING 100% tetkapersa 6 8,429 14-06-2017 10:13 AM
Last Post: guilhermejfs
Thumbs Up Freebitco.in FAST SCRIPT ROLLS AUTO CAPTCHA BOT 2017 WORKING 100% angelusce79 7 3,443 03-06-2017 07:30 PM
Last Post: Pandarian
  AUTO CAPTCHA FREEBITCO.IN BOT 2017 carluis 3 5,610 26-03-2017 11:51 AM
Last Post: captchacoin
  Coinbot Auto Betting Freebitco,in JohnGon 3 2,210 19-11-2016 01:16 PM
Last Post: JohnGon
  freebitco.in bot auto solved captcha angrybird 5 4,532 09-07-2016 07:57 AM
Last Post: jovis7

Forum Jump:


User(s) browsing this thread: 3 Guest(s)
Advertisement

Contact Us | Advertise with Us! | Return to Top | Return to Content | Mobile Version | RSS Syndication