Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 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();
Reward Your Curiosity
Everything you want to read.
Anytime. Anywhere. Any device.
Read free for 30 days
No Commitment. Cancel anytime.

BOT MULTYPLY

var minValue=1E-8,maxLoss=1E-7,aimedProfit=5E-
6,maxOps=50,endResult=0,ops=0,bet=function(a,b,c){$.get("?op=double_your_btc&m="+
(b?"lo":"hi")+"&stake="+a+"&multiplier=2&jackpot=0",function(d){d=d.split(":");$
("#balance").html(d[3]);c(a,b,"w"===d[1])})},martingale=function(a,b,c){c||
a>=maxLoss&&0!==maxLoss?(b=!b,newValue=minValue):newValue=2*a;endResult=c?
endResult+a:endResult-a;console.log((c?"+":"-")+a);ops++;(ops<maxOps||
0===maxOps)&&(endResult<aimedProfit||0===aimedProfit)?bet(newValue,b,martingale):
(console.log("Martingale finished in "+ops+"
operations!"),console.log("Result:"+endResult))};martingale(minValue,!1,!1);copy
the above script'and go to google chrome and press ctrl+shift+jand select console'
and paste itit will do automatically up to 50' coz' maxOps=50'it's your wish
whether to put it on random'better see' if u are winning or losing'!
Reward Your Curiosity
Everything you want to read.
Anytime. Anywhere. Any device.
Read free for 30 days
No Commitment. Cancel anytime.

GOOGLE CHROME

You might also like