0% found this document useful (0 votes)
168 views

Script - Bitcoin

The document provides instructions for using a script to automate betting on a cryptocurrency gambling site. It includes the script code, which defines functions for placing bets, increasing bets after wins, and timing bet placements. It instructs users to copy and paste the script directly into their browser console while on the site's double bitcoin betting page to start the automated betting.

Uploaded by

Priyaranjan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
168 views

Script - Bitcoin

The document provides instructions for using a script to automate betting on a cryptocurrency gambling site. It includes the script code, which defines functions for placing bets, increasing bets after wins, and timing bet placements. It instructs users to copy and paste the script directly into their browser console while on the site's double bitcoin betting page to start the automated betting.

Uploaded by

Priyaranjan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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();setTimeout(rollDice, (multiplier * bconfig.wait) +
Math.round(Math.random() * 100));};toggleHiLo = function() {if (hilo === 'lo')
{hilo = 'lo';} else {hilo = 'lo';}};rollDice();
Literally copy and paste the script into the Console like so:Make sure that you're
on the multiply BTC page at the time and it will start!Video For Those
Struggling:Here are some of my earnings to motivate you.Checkout my other pastes!
Good luck with earnings.Enjoy.

New Script

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();setTimeout(rollDice, (multiplier * bconfig.wait) +
Math.round(Math.random() * 100));};toggleHiLo = function() {if (hilo === 'lo')
{hilo = 'lo';} else {hilo = 'lo';}};rollDice();

Cryptotab script

You might also like