Post
Topic
Board Gambling
Re: ★INVESTDICE.COM★1% house edge,Provably Fair,Rain bot,Auto-Bet,1 sat minbet
by
investdice
on 27/12/2015, 04:48:53 UTC
0.01BTC to 0.49BTC in 28 seconds. Thank you madroller for the great bot!


Code:
if(botCurrBalance > 0.5) botRunning = false;
if(botCurrLossRun >= 2) pauseBot(250);
tmp = getRandomInt(1,100);
if(botDidWin){
 if(botCurrWinRun == 20) botRunning = false;
 if ((botCurrWinRun > 14) && (tmp >= 50)){
  botRunning = false;
 } else {
  botCurrBet = (botCurrBet * botCurrMulti);
 }
} else {
    resetToBase();
}

Code:
botBaseBet=0.00001;
botBaseGame=50;
botBaseMulti=1.96;
botBaseType=0;
resetToBase();