VLS Roulette Forum

Main => Full Roulette Systems => Topic started by: Poit on June 11, 2010, 12:59:29 AM

Title: Good system? or failed programming?
Post by: Poit on June 11, 2010, 12:59:29 AM
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/ (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
Title: Re: Good system? or failed programming?
Post by: Poit on June 11, 2010, 01:33:18 AM
**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
Title: Re: Good system? or failed programming?
Post by: bombus on June 11, 2010, 03:11:20 AM



             (https://www.vlsroulette.com/proxy.php?request=nolinks%3A%2F%2Fi499.photobucket.com%2Falbums%2Frr351%2Fskakus%2F0_maths_zero_number0.jpg&hash=dbeaab042adc62fcb559869a35e109b8a888f810)
Title: Re: Good system? or failed programming?
Post by: Jean-Claud on June 11, 2010, 05:49:32 AM
 ;D
nice 1 bombus!