Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
finally freebitcoin script that worked!!
SUBMITTED BY:
fwoods75
DATE:
Feb. 23, 2017, 3:48 p.m.
FORMAT:
Text only
SIZE:
652 Bytes
Raw
Download
Tweet
HITS:
751
Go to comments
Report
** Hey this one actually made me btc and its free!!! **
bconfig = {
maxBet: 0.00000256,
wait: 700,
toggleHilo:false
};
hilo = 'lo';
multiplier = 1;
rollDice = function() {
if ($('#double_your_btc_bet_lose').html() !== '') {
$('#double_your_btc_2x').click();
multiplier++;
if(bconfig.toggleHilo)toggleHiLo();
} else {
$('#double_your_btc_min').click();
multiplier = 1;
}
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();
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus