Questo sito fa uso di cookie, i cookie introducono una gamma di servizi che migliorano la tua fruizione del sito. Utilizzando il sito si ritiene accettato l'uso dei cookie secondo le nostre linee guida. Per maggiori informazioni clicca qui.

Home Risorse Roulette Xtreme Sistemi Xtreme Hot Numbers in 37

Hot Numbers in 37

(geoff365 | Spin-dizzy) Giocare i numeri usciti nelle ultime 37 boules ed eliminarli quando non escono.

Xtreme icon Hot Numbers in 37.dgt — Xtreme, 1 KB (1295 bytes)

Contenuto del file

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