Script Best Profit-2020
Script Best Profit-2020
r=33103480
var startValue = '0.00000001', // Don't lower the decimal point more than 4x of
current balance
stopPercentage = 0.1,
maxWait = 777,
stopped = false, // debugging
stopBefore = 1; // In minutes for timer before stopping redirect on webpage
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);
$('#double_your_btc_stake').val(multiply);
}var baseBet = parseFloat(0.00000001);
var maxWin = -1;
var chanceValue = 50;
var betMode = 0;
var mulBet = 2;
var previousBalance = $('#money').text();
var cntLose = 0;
var cntWin = 0;
var newBet = baseBet;