View difference between Paste ID: bTEQNqwd and rttMXeaf
SHOW: | | - or go back to the newest paste.
1
var stop_profit_positivo=  0.00000050  ; // Profit Positive
2
var stop_profit_negativo= -0.00000100  ; // Profit Negative
3
//===================================================================
4
var profit_atual=parseFloat($('#auto_stats_profit').text());
5
$('<p><strong id="Contato" style="font-size:15px;color:#0000FF">Scripts Bots Running Successfully.</strong></p>').insertAfter('#btn-bet-start-pilot-dice');;$('<p><strong id="Contato" style="font-size:15px;color:#00FF00">Script Applied Successfully.</strong></p>').insertAfter('#btn-bet-start-pilot-dice');;$('#history-my-bets-dice').unbind();$('#history-my-bets-dice').bind("DOMSubtreeModified",function(eventpositivo){if( $(event.currentTarget) ){
6
if(stop_profit_positivo <  profit_atual){$('#btn-bet-stop-pilot-dice').trigger('click');}profit_atual=parseFloat($('#auto_stats_profit').text());
7
}});$('#history-my-bets-dice').bind("DOMSubtreeModified",function(eventnegativo){if( $(event.currentTarget) ){
8
if(stop_profit_negativo >  profit_atual){$('#btn-bet-stop-pilot-dice').trigger('click');}profit_atual=parseFloat($('#auto_stats_profit').text());}});console.clear();console.log('Script active!');