0.01BTC to 0.49BTC in 28 seconds. Thank you madroller for the great bot!
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();
}
botBaseBet=0.00001;
botBaseGame=50;
botBaseMulti=1.96;
botBaseType=0;
resetToBase();