• Welcome to #1 Roulette Forum & Message Board | www.RouletteForum.cc.

News:

Test the accuracy of your method to predict the winning number. If it works, then your system works. But tests over a few hundred spins tell you nothing.

Main Menu
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

Can someone transfer this to the new RX?

Started by Rewster88, Aug 09, 07:13 AM 2016

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Rewster88

hello,

when i copy this to my RX its giving me error codes in "end" or something. Can someone tell me what i do wrong?


R








set flag "virtual mode" True
        set flag "last or furthest" False   // last = true / furthest = false
        copy List [split(1-4),split(2-5),split(3-6),split(7-10),split(8-11),split(9-12),split(13-16),split(14-17),split(15-18),split(19-22),split(20-23),split(21-24),split(25-28),split(26-29),split(27-30),split(31-34),split(32-35),split(33-36)] to record "last split" layout
        set list [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40] to Record "unit size" Data
        set list [1,2,3,4,5,6,7,8] to Record "cycle wins" Data
        set list [1,2,3,4,5,6,7,8] to Record "cycle counter" Data
        put 0 to Record "cycle counter" Data index
        put 0 to Record "cycle wins" Data index
    end

    While on Each Spin
    begin
        Call "organize splits"
        if Flag "virtual mode" False
        begin
            Call "check win"
            Call "update cycle"
            Call "place bets"
        end
    end

end

// ORGANIZES SPLITS THAT APPEAR
// "furthest splits" layout index 1 - 9
// "last splits" layout index 1 - 9
// "virtual mode" flag - set to false when bet selection is ready
method "organize splits"
begin
    // check to see which split has been hit
    If Split(1-4) hit 1
    begin
        Put 1 to Record "last split" Layout index
    end
    if Split(2-5) hit 1
    begin
        put 2 to Record "last split" layout index
    end
    If Split(3-6) hit 1
    begin
        put 3 to Record "last split" layout index
    end
    if Split(7-10) hit 1
    begin
        put 4 to Record "last split" layout index
    end
    If Split(8-11) hit 1
    begin
        put 5 to Record "last split" layout index
    end
    if Split(9-12) hit 1
    begin
        put 6 to Record "last split" layout index
    end
    If Split(13-16) hit 1
    begin
        put 7 to Record "last split" layout index
    end
    if Split(14-17) hit 1
    begin
        put 8 to Record "last split" layout index
    end
    If Split(15-18) hit 1
    begin
        put 9 to Record "last split" layout index
    end
    if Split(19-22) hit 1
    begin
        put 10 to Record "last split" layout index
    end
    If Split(20-23) hit 1
    begin
        put 11 to Record "last split" layout index
    end
    if Split(21-24) hit 1
    begin
        put 12 to Record "last split" layout index
    end
    If Split(25-28) hit 1
    begin
        put 13 to Record "last split" layout index
    end
    if Split(26-29) hit 1
    begin
        put 14 to Record "last split" layout index
    end
    If Split(27-30) hit 1
    begin
        put 15 to Record "last split" layout index
    end
    if Split(31-34) hit 1
    begin
        put 16 to Record "last split" layout index
    end
    If Split(32-35) hit 1
    begin
        put 17 to Record "last split" layout index
    end
    if Split(33-36) hit 1
    begin
        put 18 to Record "last split" layout index
    end

    // if the split hasn't been hit already, add it to the end
    if Record "last split" Layout is not found in Record "split list" Layout
    begin
        Set Max Record "split list" Layout index
        Add 1 Record "split list" Layout index
        copy Record "last split" Layout to Record "split list" Layout
    end
    // if already in list find it, remove it and append it to the end
    else
    begin
        put 0 to Record "split list" Layout index
        Loop until Record "split list" Layout = Record "last split" Layout
        begin
            add 1 Record "split list" Layout index
        end
        put 100% Record "split list" Layout index on Record "clear split" Layout index
        set max to Record "split list" Layout index
        put 100% Record "split list" Layout index on Record "last index" Layout index
        clear Record "final splits" Layout
        put 1 to Record "split list" Layout index
        Loop until Record "split list" Layout index > Record "last index" Layout index
        begin
            if Record "split list" Layout index = Record "clear split" Layout index
            begin

            end
            else
            begin
                copy Record "split list" Layout to Record "final splits" Layout
                add 1 to Record "final splits" Layout index
            end
            add 1 to Record "split list" Layout index
        end
        Put 100% Record "clear split" Layout index on Record "split list" Layout index
        Copy Record "split list" Layout to Record "final splits" Layout
       
        put 1 to Record "split list" Layout index
        put 1 to Record "final splits" Layout index
        Loop until Record "split list" Layout index > Record "last index" Layout index
        begin
            Copy Record "final splits" Layout to Record "split list" Layout
            add 1 to Record "split list" Layout index
            add 1 to Record "final splits" Layout index
        end
    end

    // to indicate the bet selection is ready
    if Record "last index" Layout index = 18
    begin
        set flag "virtual mode" False
       
        // make 2 layouts to place bets against
        Put 1 to Record "final splits" Layout index
        put 1 to Record "furthest splits" Layout index
        Loop Until Record "final splits" Layout index > 9
        begin
            Copy Record "final splits" Layout to Record "furthest splits" Layout
            Add 1 to Record "final splits" Layout index
            Add 1 to Record "furthest splits" Layout index
        end
        Put 10 to Record "final splits" Layout index
        Put 1 to Record "last splits" Layout index
        Loop Until Record "final splits" Layout index > 18
        begin
            Copy Record "final splits" Layout to Record "last splits" Layout
            Add 1 to Record "final splits" Layout index
            Add 1 to Record "last splits" Layout index
        end
    end

end

method "check win"
begin
    if Any Split Bet won each
    begin

    end
    else
    begin
        if Flag "last or furthest" True
        begin
            set flag "last or furthest" False
        end
        else
        begin
            set flag "last or furthest" True
        end
    end
end

method "place bets"
begin
    if Flag "last or furthest" False
    begin
        put 1 to Record "furthest splits" Layout index
        loop until Record "furthest splits" Layout index > 9
        begin
            Put 100% Record "unit size" Data to Record "furthest splits" Layout
            Add 1 to Record "furthest splits" Layout index
        end
    end
    else
    begin
        put 1 to Record "last splits" Layout index
        loop until Record "last splits" Layout index > 9
        begin
            Put 100% Record "unit size" Data to Record "last splits" Layout
            Add 1 to Record "last splits" Layout index
        end
    end
end

method "update cycle"
begin
    if Any Split Bet won each
    begin
        Add 1 to Record "cycle wins" Data index
    end
    else
    begin

    end
   
    if Record "cycle counter" Data index >= 8
    begin
        if Record "cycle wins" Data index > 4
        begin
            if Record "unit size" Data index not = 1
            begin
                subtract 1 from Record "unit size" Data index
            end
        end
        if Record "cycle wins" Data index < 4
        begin
            add 1 to Record "unit size" Data index
        end
        put 0 to Record "cycle counter" Data index
        put 0 to Record "cycle wins" Data index
    end
   
    Add 1 to Record "cycle counter" Data index
end

Azim

Quote from: Rewster88 on Aug 09, 07:13 AM 2016set flag "virtual mode" True
        set flag "last or furthest" False   // last = true / furthest = false
        copy List [split(1-4),split(2-5),split(3-6),split(7-10),split(8-11),split(9-12),split(13-16),split(14-17),split(15-18),split(19-22),split(20-23),split(21-24),split(25-28),split(26-29),split(27-30),split(31-34),split(32-35),split(33-36)] to record "last split" layout
        set list [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40] to Record "unit size" Data
        set list [1,2,3,4,5,6,7,8] to Record "cycle wins" Data
        set list [1,2,3,4,5,6,7,8] to Record "cycle counter" Data
        put 0 to Record "cycle counter" Data index
        put 0 to Record "cycle wins" Data index
    end
Try and remove the above end.
With right tools and good money management, any gambling activity can produce a steady income.

XXedos


Turner

Xxedos/Rewster

If you hadnt replied as if you were Rewster, I wouldnt of checked

Your IPs show you are probably the same person

Can you decide which one you want to continue posting as?

not both
i am guessing rewster :thumbsup:

RouletteGhost

Why would someone log out. Then log back in with another name just to respond

That is just plain weird.
the key to winning with systems : play for a statistically irrelevant number of spins

link:[url="s://m.youtube.com/watch?v=nmJKY59NX8o"]s://m.youtube.com/watch?v=nmJKY59NX8o[/url]

Turner

Quote from: RouletteGhost on Aug 09, 11:30 AM 2016
Why would someone log out. Then log back in with another name just to respond

That is just plain weird.

Rewsters cool...I just dont want 2 names

XXedos

Quote from: Turner on Aug 09, 11:57 AM 2016
Rewsters cool...I just dont want 2 names

You're a little paranoid
check the ip addresses
I'm not Rewster
Only I indicated that after Azim improve, "technically" works on the program file,
I'm sorry if I have given rise to misunderstanding

Rewster88

Haha i think something is wrong with you ip checker, why the hell should i respond to my own problems problems on a other name? This i my one and only username on every forum. Anyway thanks for the help.👍


R

-