Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. chances = [27, 49.50, 50, 60, 72, 80,];
  3. multis = [ 1.115, 1.37 ,1.45 ,1.54 ,1.64 ,1.75 ,1.88 ,1.95 ,2.1 ,4 ,4.6 , 5.4211 , 5.4211];
  4. safeperf = 5;
  5. botBaseBet = getStartBet(multis,botCurrBalance,safeperf);
  6. botBaseGame = chances[0];
  7. botBaseMulti = multis[0];
  8. botBaseType=1;
  9. resetToBase();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement