You are on page 1of 1

$('<p><strong id="lucro" style="font-size:20px;color:#FFFFFF">BTC and More

CriptoCoins Best Ca$$in: https://goo.gl/4JV5Eb </strong> </p>').insertAfter('#btn-


bet-start-pilot-dice');
//--------------------------------------------------//
var profitPositivo= 0.00000050 ; //Stop Over Profit
//--------------------------------------------------//
$('<p><strong id="lucro" style="font-size:20px;color:#CCFF00"> </strong>
</p>').insertAfter('#btn-bet-start-pilot-dice');
//--------------------------------------------------//
var profitNegativo= - 0.00000500 ; //Stop Under Profit
//-------------------------------------------------//
$('<p><strong id="lucro" style="font-size:20px;color:#0099CC"></strong>
</p>').insertAfter('#btn-bet-start-pilot-dice');
$('#btn-bet-start-pilot-dice').click();
var profitAtual=parseFloat($('#current-profit').html());
setInterval(function(){
if (profitAtual.toFixed(8) >= profitPositivo){
$('#btn-bet-stop-pilot-dice').click();}
if (profitAtual.toFixed(8) <= profitNegativo){$('#btn-bet-stop-pilot-
dice').click();}
profitAtual=parseFloat($('#current-profit').html());
},200);

You might also like