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

News:

Progression bets are nothing more than different size bets on different spins. You could get lucky and win big, or unlucky and lose even more.

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

Coding requests galore

Started by Sp1N-D1zZy, Aug 11, 04:31 PM 2015

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Turner

Quote from: Normy2000 on Aug 30, 08:36 PM 2016
Thanks, i'll be carefull  :thumbsup:
Cant modify the post, can you remove it please?   :sad2:

I modified it...people will get it...bots wont

Normy2000

Thanks Turner  :thumbsup:

Quote from: BellagioOwner on Aug 31, 06:16 PM 2016
PS: Are all these done and tested in RX?  Damn I must learn to code on that.  Hehe  :)
I think there is a manual, right?
Yes there is a lot of examples, this is how i learned it.  >:D
Easy if you have a base in any other language.  O0

Sample code: This is your RR trigger coded:
(very short code, that's why it's free  ;D)
[reveal]
system "Bellagio RR Trigger"
// Coded by: nOrMy2o0o

method "main"
begin
    while starting a new session
    begin
        clear record "Last 2 red/black" layout
        set flag "BetStarted" to false
    end

    track last Black-Red for 2 spins to record "Last 2 red/black" layout

    if record "count-bets" data = 6
    begin
        clear record "Last 2 red/black" layout
        set flag "BetStarted" to false
        put 0 on record "count-bets" data
    end

    if flag "BetStarted" is false
    begin
        if number 0 hit 1 time
        begin
            clear record "Last 2 red/black" layout
        end

        if List [Red, Red] has a pattern match on record "Last 2 red/black" layout
        begin
            set flag "BetStarted" to true
        end
    end

    if flag "BetStarted" is true
    begin
           Put 1 on black
           add 1 on record "count-bets" data
    end
end
[/reveal]
nOrMy2o0o  ‹(•¿•)›
"Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning."  Albert Einstein

Normy2000

@Turner,
I just notice post #22 have my email too, would you please...  :embarrassed:
nOrMy2o0o  ‹(•¿•)›
"Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning."  Albert Einstein

Normy2000

Quote from: BellagioOwner on Aug 31, 06:13 PM 2016But though in theory that I explained I still can't see its flaw to be honest :/
I agree, it was "theorycly" looking logic...  8)
nOrMy2o0o  ‹(•¿•)›
"Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning."  Albert Einstein

Turner

Quote from: Normy2000 on Aug 31, 07:25 PM 2016
@Turner,
I just notice post #22 have my email too, would you please...  :embarrassed:
Done :thumbsup:

-