• 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

Roulette Xtreme programing

Started by Toby, Nov 23, 09:56 PM 2010

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

Toby

I need help to program a system to place units on certain 9 numbers when other numbers hit.
Any help welcome.
It is simple but i do not know how to program.
When numbers 26 0 32 15 19 4 21 2 25 20 14 31 9 hit(any of the 13), you play on 26 0 32 15 19 4 21 14 31(all of the 9 numbers), 1 unit each, flatbetting.
Thanks in advance.

Fripper

I can do that, it's like the only thing I can do in RX.

Give me some time, I put the graf here soon.
:thumbsup:
All i'm doing is living my life.

Fripper

Here yo go mate.

100000 RNG spins
All i'm doing is living my life.

Twisteruk

Fripper is the graph upside down  :D ?
Its Set In Stone =)

Toby

Thank you very much Fripper, but I have my own trial to test this system.

IÃ,´d like to get the code to test it on my own.


Fripper

Quote from: Twisteruk on Nov 24, 05:09 AM 2010
Fripper is the graph upside down  :D ?

Unfortunately not :D
Quote from: Toby on Nov 24, 06:01 AM 2010
Thank you very much Fripper, but I have my own trial to test this system.

IÃ,´d like to get the code to test it on my own.



Ok no problems, this is what I used. But I am sure there is a much easier way to code this one, but I don't know how  :lol:
method "main"
begin
    if number 26 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31
       
    end
    if number 0 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31

    end
    if number 32 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31

    end
    if number 15 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31

    end
    if number 19 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31

    end
    if number 4 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31

    end
    if number 21 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31

    end
    if number 2 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31

    end
    if number 25 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31

    end
    if number 20 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31

    end
    if number 14 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31

    end
    if number 31 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31

    end
    if number 9 has hit each time
    begin
        put 1 unit on number 26
        put 1 unit on number 0
        put 1 unit on number 32
        put 1 unit on number 15
        put 1 unit on number 19
        put 1 unit on number 4
        put 1 unit on number 21
        put 1 unit on number 14
        put 1 unit on number 31

    end
   
   
   
   
end


All i'm doing is living my life.

Toby

Thank you, but I found errors in the program.

The following message turns up:

(Error), line -1: SYSTEM expected.  But found "method"

I placed "system" for "method" and the same error happened but expecting "method"

Toby

I copied and pasted the code you gave me.

Fripper

Well, maybe I missed the first line, sorry about that.

I couldn't attach the file, it said that I can't attach such a file. Wrong format..
But this is the entire code.

system "My number system"
method "main"
begin
   if number 26 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31
       
   end
   if number 0 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31

   end
   if number 32 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31

   end
   if number 15 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31

   end
   if number 19 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31

   end
   if number 4 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31

   end
   if number 21 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31

   end
   if number 2 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31

   end
   if number 25 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31

   end
   if number 20 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31

   end
   if number 14 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31

   end
   if number 31 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31

   end
   if number 9 has hit each time
   begin
       put 1 unit on number 26
       put 1 unit on number 0
       put 1 unit on number 32
       put 1 unit on number 15
       put 1 unit on number 19
       put 1 unit on number 4
       put 1 unit on number 21
       put 1 unit on number 14
       put 1 unit on number 31

   end
   
   
   
   
end


Cheers  :embarrassed:
All i'm doing is living my life.

Toby


Fripper

All i'm doing is living my life.

Twisteruk

Its Set In Stone =)

Toby

IÃ,´m testing several items.

Toby

IÃ,´d like to test for instance if i played a 7 number sector such as 26 to 21 and play only on the last hit of the sector changing the number on each hit.
You wait for a number from 26 to 21 to hit and then you place 1 unit on the number hit until a number from 26 to 21 hit again.
If it hits the same number you keep on playing the same number, if not you change it.
Thanks in advance.

Fripper

This is something that I can't do, but there are several people in here that can if they have the time.

Cheers
All i'm doing is living my life.

-