home *** CD-ROM | disk | FTP | other *** search
/ 100 Smash Win 95 Games / 100SMASH.iso.7z / 100SMASH.iso / wincrp36 / sample4.log < prev    next >
Text File  |  1996-11-09  |  11KB  |  1 lines

  1. WinCraps AutoBets                                                                                                                41                                                                                                                              ' These Auto-Bets perform continous $5 betting on the Come & Don't Come.                                                       99----                                                                                -------------                              ' Odds are then either taken or laid depending on which bets have been losing.                                                 99----                                                                                -------------                              ' Individual odds bets could be logged for each number, but instead a blanket                                                  99----                                                                                -------------                              ' amount of 2000000 is bet on all of them (realizing that only the max allowed                                                 99----                                                                                -------------                              ' will actually be bet).  This allows them to work with any odds factors.                                                      99----                                                                                -------------                              ' However, all Notices except "Auto-bet messages" should be turned off from the                                                99----                                                                                -------------                              ' Configuration screen to avoid nuisance messages.                                                                             99----                                                                                -------------                              '                                                                                                                              99----                                                                                -------------                              ' A flag called "Betting on the Don't side" is set to True or False to                                                         99----                                                                                -------------                              ' direct the flow of betting.                                                                                                  99----                                                                                -------------                              While . . .                                                                                                                    02------------------------------------------------------------------------------------------------------------------------------          A Point is Established on any number                                                                                  201303nn                                                                                00310000000ccccnn----------------------- then . . .                                                                                                                     11------------------------------------------------------------------------------------------------------------------------------          Bet $ 5 on Come                                                                                                       300010                                                                                      5ffffnn0045nn-----------------------          Bet $ 5 on Don't Come                                                                                                 300010                                                                                      5ffffnn0048nn----------------------- When . . .                                                                                                                     01------------------------------------------------------------------------------------------------------------------------------          Total Come Odds bets have lost over 2 times                                                                           201206nn                                                                                0004      2ccccnn----------------------- then . . .                                                                                                                     11------------------------------------------------------------------------------------------------------------------------------          Set flag "Betting on the Don't side" to True                                                                          300077Betting on the Don't side                                                            -1ffffnnttttnn-----------------------          Display message: "Switching odds bets to the Don't side now."                                                         300079Switching odds bets to the Don't side now.                                      0000000ffffnnttttnn-----------------------          Reset wins/losses on All Come Odds bets                                                                               300073                                                                                0000000ffffnn1005nn----------------------- When . . .                                                                                                                     01------------------------------------------------------------------------------------------------------------------------------          Total Don't Come Odds bets have lost over 2 times                                                                     201204nn                                                                                0004      2ccccnn----------------------- then . . .                                                                                                                     11------------------------------------------------------------------------------------------------------------------------------          Set flag "Betting on the Don't side" to False                                                                         300077Betting on the Don't side                                                             0ffffnnttttnn-----------------------          Display message: "Switching odds bets to the Do side now."                                                            300079Switching odds bets to the Do side now.                                         0000000ffffnnttttnn-----------------------          Reset wins/losses on All Don't Come Odds bets                                                                         300073                                                                                0000000ffffnn1003nn----------------------- While . . .                                                                                                                    02------------------------------------------------------------------------------------------------------------------------------          Flag "Betting on the Don't side" is True                                                                              201500nnBetting on the Don't side                                                       wwww     -1ccccnn----------------------- then . . .                                                                                                                     11------------------------------------------------------------------------------------------------------------------------------          Go to "Lay odds"                                                                                                      300076Lay odds                                                                        0000000ffffnnttttnn----------------------- Take odds                                                                                                                      90----Take odds                                                                       -------------                              Do this . . .                                                                                                                  13------------------------------------------------------------------------------------------------------------------------------          Bet $ 0 on All Don't Come Odds bets                                                                                   300010                                                                                      0ffffnn1003nn-----------------------          Bet $ 2000000 on All Come Odds bets                                                                                   300010                                                                                2000000ffffnn1005nn-----------------------          Go to "End"                                                                                                           300076End                                                                             0000000ffffnnttttnn----------------------- Lay odds                                                                                                                       90----Lay odds                                                                        -------------                              Do this . . .                                                                                                                  13------------------------------------------------------------------------------------------------------------------------------          Bet $ 0 on All Come Odds bets                                                                                         300010                                                                                      0ffffnn1005nn-----------------------          Bet $ 2000000 on All Don't Come Odds bets                                                                             300010                                                                                2000000ffffnn1003nn----------------------- End                                                                                                                            90----End                                                                             -------------