Var Gamelost Frs21000
Var Gamelost Frs21000
function multiply() {
repeatCurrent++; //
var n = 1;
function startGame() {
startbalance = $("#balance").text();
console.log("Game started!");
reset();
$hiButton.trigger("click");
}
function stopGame() {
console.log("Game will stop soon! Let me finish.");
stopped = true;
}
function reset(multiplier) {
repeatCurrent = 0;
$multiplier.val( start_multiplier );
$("#double_your_btc_stake").val(startValue);
}
$("#double_your_btc_bet_lose").unbind();
$("#double_your_btc_bet_win").unbind();
$("#double_your_btc_bet_lose").bind("DOMSubtreeModified", function(event) {
if ($(event.currentTarget).is(':contains("lose")')) {
if($("#double_your_btc_stake").val() > maxBet){ maxBet = $
("#double_your_btc_stake").val();}
gameLost = gameLost + 1;
cLost = cLost + 1;
cWin = 0;
console.clear();
console.log('%c???: ' + gameWin + ' ???: ' + gameLost, 'color: #FF0000');
console.log('%c??: ' + cWin + ' ??: ' + cLost, 'color: #FF0000');
console.log('%c??: ' +(Number($("#balance").text()) -
Number(startbalance)).toFixed(8) , 'color: #FF0000');
console.log('%c????: ' + maxBet, 'color: #FF0000');
console.log('?????151??');
console.log('??(?)100????');
console.log('??(?)10????');
var btn = multiply();
// ?
var balance_current = parseFloat( $("#balance").text() );
if( balance_prev ){
// ?????7??,?????
if( balance_prev - balance_current >= 0.01){
setTimeout(function() {
balance_prev = balance_current;
//btn.trigger("click");
startGame();
}, 1000 * 60 * 1440 ); // 1000??1?*60?*1?=????
}else{
setTimeout(function() {
}, getRandomWait());
}
}else{
balance_prev = balance_current;
setTimeout(function() {
btn.trigger("click");
}, getRandomWait());
}
});
startGame();