WinCraps AutoBets, Data Format 3.9 c'*******************************************************************************lB 'This is a variation on a roulette method playing either black or red, c'This is a variation on a roulette method playing either black or red, 'transferred to craps very easily. c'transferred to craps very easily. 'It can be used on either pass or don't pass lines. I lean towards the don't c'It can be used on either pass or don't pass lines. I lean towards the don't 'myself. .......David Jones, Melbourne djones@a2.com.au c'myself. .......David Jones, Melbourne djones@a2.com.au 'p.s With roulette it is advised to wait for three losses before c'p.s With roulette it is advised to wait for three losses before 'first bet is placed. The coverage allows for a possible ten straight losses. c'first bet is placed. The coverage allows for a possible ten straight losses. '******************************************************************************* c'******************************************************************************* ' c' 'Starting bet c'Starting bet When . . .  Initializing Auto-Bet  <F then . . . Bet $ 5 on Don't Pass   @8B '$5 being one unit. It could be more but as with any Martingale-type method c'$5 being one unit. It could be more but as with any Martingale-type method 'one may run into the house-limit. In which case one would need an assistant or c'one may run into the house-limit. In which case one would need an assistant or 'two. Then there is the Don't Come box as an option for dealing with c'two. Then there is the Don't Come box as an option for dealing with 'House-limits. An immediate seven would call for an extra lemon squash! c'House-limits. An immediate seven would call for an extra lemon squash! '******************************************************************************* c'******************************************************************************* ' c' 'Start of hedge (all is well in the garden) c'Start of hedge (all is well in the garden) When . . .  Don't Pass has lost each time  8B then . . . Bet $ 5 on Pass Line   @,B Add 200 % of the last Don't Pass on Don't Pass  HC8B8B 'Doubles up here like the Martingale method (*note that pass line remains same) c'Doubles up here like the Martingale method (*note that pass line remains same) '******************************************************************************* c'******************************************************************************* ' c' 'Caters here for standard win c'Caters here for standard win When . . .  Don't Pass has won each time  8B then . . . Bet $ 5 on Don't Pass   @8B Bet $ 0 on Pass Line  ,B ' Pass line not covered this time c' Pass line not covered this time '******************************************************************************* c'******************************************************************************* ' c' 'This caters for a bar 2 or 12 where the pass line crashes c'This caters for a bar 2 or 12 where the pass line crashes 'leaving the don't pass intact but not profiting. (Thanks Mr. Scarne) c'leaving the don't pass intact but not profiting. (Thanks Mr. Scarne) 'At roulette this would be the equivalent of a zero turning up. c'At roulette this would be the equivalent of a zero turning up. 'The hedge gets doubled to cater for its loss c'The hedge gets doubled to cater for its loss When . . .  Last roll was a Come-out roll  À¢D and when . . .  Pass Line has lost each time  ,B then . . . Bet 200 % of the last Pass Line on Pass Line  HC,B,B Bet 100 % of the last Don't Pass on Don't Pass  ÈB8B8B '******************************************************************************* c'******************************************************************************* ' c' 'This allows for craps where a 2,3 or 12 brings a win for the Don't Pass c'This allows for craps where a 2,3 or 12 brings a win for the Don't Pass 'thereby completing the set and allowing the base bet to normalise. c'thereby completing the set and allowing the base bet to normalise. When . . .  Last roll was a Come-out roll  À¢D and when . . .  Don't Pass has won each time  8B then . . . Bet $ 5 on Don't Pass   @8B '******************************************************************************* c'*******************************************************************************