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.
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 ratings0% 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.
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.