Popular pages:

Roulette System

The Roulette Systems That Really Work

Roulette Computers

Hidden Electronics That Predict Spins

Roulette Strategy

Why Roulette Betting Strategies Lose

Roulette System

The Honest Live Online Roulette Casinos

Good system? or failed programming?

Started by Poit, June 11, 2010, 12:59:29 AM

0 Members and 1 Guest are viewing this topic.

Poit

Total Placed bets for Table 1 = 65,753 bets Total profit/loss Roll = +$1547
Total Placed bets for Table 2 = 50,612 bets Total profit/loss Roll = +$1133

nolinks://nolinks.autohotkey.com/download/   <-- download this for the script to work

bet = 0
wait = 0
newday = 0
betplaced = 0
tmpbr = 0
Loop
{
   FileReadLine, line, ALLSPINS24042009startTable1-97010spins.txt, %A_Index%
   if ErrorLevel
       break
if bet = 1
    {
    betplaced += 1
    if line >= 25
         {
         tmpbr -= 2
         if tmpbr < -80
              {
              br += %tmpbr%
              tmpbr = 0
              bet = 0
              wait = 0
              continue
              }
         }
         else
         {
         tmpbr += 1
         if tmpbr >= 1
              {
              br += %tmpbr%
              wait = 0
              tmpbr = 0
              bet = 0
              continue
              }
              else
              continue
         }    
    }          
if line >= 25
    {
    wait += 1
    if wait = 2
         {
         bet = 1
         continue
         }
    }
    else
    {
    wait = 0
    continue
    }
}
FileAppend, Total Placed bets for Table 1 = %betplaced%`n Total Bank Roll = %br%`n, totaltotal.txt
br = 0
bet = 0
wait = 0
newday = 0
betplaced = 0
tmpbr = 0
Loop
{
   FileReadLine, line, ALLSPINS24042009startTable2-74804spins.txt, %A_Index%
   if ErrorLevel
       break
if bet = 1
    {
    betplaced += 1
    if line >= 25
         {
         tmpbr -= 2
         if tmpbr < -80
              {
              br += %tmpbr%
              tmpbr = 0
              bet = 0
              wait = 0
              continue
              }
         }
         else
         {
         tmpbr += 1
         if tmpbr >= 1
              {
              br += %tmpbr%
              wait = 0
              tmpbr = 0
              bet = 0
              continue
              }
              else
              continue
         }    
    }          
if line >= 25
    {
    wait += 1
    if wait = 2
         {
         bet = 1
         continue
         }
    }
    else
    {
    wait = 0
    continue
    }
}
FileAppend, Total Placed bets for Table 2 = %betplaced%`n Total Bank Roll = %br%`n, totaltotal.txt










save it as a system.ahk

Poit

**FAILED PROGRAMMING***

meh! I thought I included the zero!!! that was the script i did before!! grr... well it tanks as soon as you incorporate the zero.............





bet = 0
wait = 0
newday = 0
betplaced = 0
tmpbr = 0
Loop
{
    FileReadLine, line, ALLSPINS24042009startTable1-97010spins.txt, %A_Index%
    if ErrorLevel
        break
if bet = 1
     {
     betplaced += 1
     if line = 0
          {
          tmpbr -= 2
          if tmpbr < -80
               {
               br += %tmpbr%
               tmpbr = 0
               bet = 0
               wait = 0
               continue
               }

          }     
     if line >= 25
          {
          tmpbr -= 2
          if tmpbr < -80
               {
               br += %tmpbr%
               tmpbr = 0
               bet = 0
               wait = 0
               continue
               }
          }
          else
          {
          tmpbr += 1
          if tmpbr >= 1
               {
               br += %tmpbr%
               wait = 0
               tmpbr = 0
               bet = 0
               continue
               }
               else
               continue
          }     
     }         
if line >= 25
     {
     wait += 1
     if wait = 2
          {
          bet = 1
          continue
          }
     }
     else
     {
     wait = 0
     continue
     }
}
FileAppend, Total Placed bets for Table 1 = %betplaced%`n Total Bank Roll = %br%`n, totaltotal3m.txt

bombus


Jean-Claud


Jean-Claud

-