WinCraps AutoBets, Data Format 3.9  DBÈD,B ' Double-time: uses the Passline but can be changed to any bet. c' Double-time: uses the Passline but can be changed to any bet. ' This system uses a double-up loss progression similar to the Martingale. c' This system uses a double-up loss progression similar to the Martingale. ' The difference is that doubling does not take place on every loss, but rather c' The difference is that doubling does not take place on every loss, but rather ' on a cumulative loss after a designated number of decisions. c' on a cumulative loss after a designated number of decisions. ' When the current bankroll falls below the high bankroll, a count is started c' When the current bankroll falls below the high bankroll, a count is started ' The count is incremented on each decision win or lose as long as the c' The count is incremented on each decision win or lose as long as the ' current bankroll is less than the high bankroll. c' current bankroll is less than the high bankroll. ' When the count reaches a designated number the Passline bet is doubled c' When the count reaches a designated number the Passline bet is doubled ' and the count is reset to 1. c' and the count is reset to 1. ' When the current bankroll reaches a new high, the count is reset to 0 c' When the current bankroll reaches a new high, the count is reset to 0 ' Requires version 4.4 or later to run on Hyper-Drive c' Requires version 4.4 or later to run on Hyper-Drive When . . .  Initializing Auto-Bet  <F then . . . Name Chip-Stack # 0 as "Base bet" WBase bet Show message: "How large would you like your base wager to be?" OHow large would you like your base wager to be? Get input and bet it on Chip-Stack # 0 S ÈD Name Chip-Stack # 1 as "Current bet" WCurrent bet  Bet 100 % of Chip-Stack # 0 on Chip-Stack # 1  ÈBÈDÈD Name Chip-Stack # 2 as "Highest bankroll" WHighest bankroll  Bet 100 % of Bankroll on Chip-Stack # 2  ÈB¯DÈD Name Chip-Stack # 3 as "The current count" WThe current count  Name Chip-Stack # 4 as "The count limit" WThe count limit  Show message: "How long would you like your count to be?" OHow long would you like your count to be? Get input and bet it on Chip-Stack # 4 S ÈD Count ZCount When . . .  Next roll is a Come-out roll   ¢D On each roll  €¢D then . . . Add $ 1 on Chip-Stack # 3  €?ÈD Record high bankroll, reset count, and start over with base bet ZRecord high bankroll, reset count, and start over with base bet When . . .  Bankroll is greater than Chip-Stack # 2  ¯DÈD then . . . Bet 100 % of Bankroll on Chip-Stack # 2  ÈB¯DÈD Bet $ 0 on Chip-Stack # 3  ÈD Bet 100 % of Chip-Stack # 0 on Chip-Stack # 1  ÈBÈDÈD Double bet if count reaches limit and start count over at 1 ZDouble bet if count reaches limit and start count over at 1 When . . .  Chip-Stack # 3 is equal to Chip-Stack # 4  ÈDÈD then . . . Multiply by 2 on Chip-Stack # 1 ( @ÈD Bet $ 1 on Chip-Stack # 3  €?ÈD Make bets ZMake bets While . . .  Next roll is a Come-out roll   ¢D then . . . Bet 100 % of Chip-Stack # 1 on Pass Line  ÈBÈD,B