Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
ddd
SUBMITTED BY:
Irfananjum
DATE:
Oct. 11, 2016, 3:26 p.m.
FORMAT:
Text only
SIZE:
455 Bytes
Raw
Download
Tweet
HITS:
1375
Go to comments
Report
if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_btc_stake').val()) * 2) ||
parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) {
$('#double_your_btc_min').click();
}
$('#double_your_btc_bet_' + hilo + '_button').click();
setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 100));
};
toggleHiLo = function() {
if (hilo === 'hi') {
hilo = 'hi';
} else {
hilo = 'hi';
}
};
rollDice();
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus