system "Hot Numbers in 37"
{
*************************************
*         System by geoff365        *
*         on the VIP Lounge         *
*************************************
         Rx-ed by Sp1N-D1zZy
-------------------------------------
           00-c0mpatible
-------------------------------------
Wait 37 spins (Euro wheel)
Back all the numbers that have arrived in that 37
Play for 37 spins
Once arrived remove the number
Flat betting
-------------------------------------
}
method "main"
begin
while starting new session
    begin
    exit
    end
if flag "Bet" true
    begin
    call "Bet"
    end else begin
    call "Track"
    end
end

method "Bet"
begin
add 1 record"Count"data
if record"Count"data = 38
    begin
    clear record"Exclusions"layout
    clear record"Count"data
    clear record"Last 37"layout
    reset all flags false
    exit
    end
if net > 0
    begin
    copy last number record"Exclusions"layout
    add 1 record"Exclusions"layout index
    end
put 1 record"Last 37"layout list
put 0 record"Exclusions"layout list
end

method "Track"
begin
track last number for 37 spins record"Last 37"layout
if record"Last 37"layout count = 37
    begin
    set flag "Bet" true
    call "Bet"
    end
end
