WinCraps AutoBets, Data Format 3.9 Z End ,BÈD,B ' Oscar's grind (this uses Passline but can use any bet) c' Oscar's grind (this uses Passline but can use any bet) ' When even or ahead: make $5 flat bets. c' When even or ahead: make $5 flat bets. ' When behind (from highest bankroll): c' When behind (from highest bankroll): ' For each loss, keep bet the same as the last c' For each loss, keep bet the same as the last ' For each win, make the same bet again + $1 - not to exceed loss +$1 c' For each win, make the same bet again + $1 - not to exceed loss +$1 When . . . 0  B Initializing Auto-Bet  <F then . . . <F Name Chip-Stack # 1 as "Baseline (high bankroll)" WBaseline (high bankroll)  Name Chip-Stack # 2 as "Amount behind (if any)" WAmount behind (if any)  While . . .  ÈD A Point is established on any number  à¢D then . . .  à¢D Go to "End" LEnd ' Keep track of high bankroll c' Keep track of high bankroll When . . .  Bankroll is greater than Chip-Stack # 1  ¯DÈD then . . . Bet 100 % of Bankroll on Chip-Stack # 1  ÈB¯DÈD ' Calculate amount behind from high bankroll c' Calculate amount behind from high bankroll Do this . . . Bet 100 % of Chip-Stack # 1 on Chip-Stack # 2  ÈBÈDÈD Subtract 100 % of Bankroll from Chip-Stack # 2  ÈB¯DÈD Bet 100 % of the last Pass Line on Pass Line  ÈB,B,B When . . .  Pass Line has won each time  ,B Chip-Stack # 2 is greater than $ 0  ÈD Chip-Stack # 2 is less than Pass Line  ÈD,B then . . . Bet 100 % of Chip-Stack # 2 on Pass Line  ÈBÈD,B When . . .  Pass Line has won each time  ,B Chip-Stack # 2 is greater than $ 0  ÈD then . . . Add $ 1 on Pass Line  €?,B ' Make minimum bet c' Make minimum bet When . . . LEnd Pass Line is equal to $ 0  ,B or when . . .  Chip-Stack # 2 is not greater than $ 0  ÈD then . . .  ,B Bet $ 5 on Pass Line   @,B End Z End ÈBÈD,B