• 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

JavaScript to code a Roulette Bot - 2019

Started by webstars, Apr 15, 02:32 PM 2019

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Steve

Webstars, are you selling anything related to roulette, or will you be selling anything? Selling is ok, but it must be done in the correct section.
"The only way to beat roulette is by increasing the accuracy of predictions"
Roulettephysics.com ← Professional roulette tips
Roulette-computers.com ← Hidden electronics that predicts the winning number
Roulettephysics.com/roulette-strategy ← Why most systems lose

Steve

Quote from: webstars on May 02, 01:39 PM 2019I think no one here can do this. Just blaming and talking bs, also the admin "Steve" cant do it.

Sorry, I'm not clear on this. What cant I do?
"The only way to beat roulette is by increasing the accuracy of predictions"
Roulettephysics.com ← Professional roulette tips
Roulette-computers.com ← Hidden electronics that predicts the winning number
Roulettephysics.com/roulette-strategy ← Why most systems lose

s813n0

If I can share my opinion too...

I think webstar’s idea of having a bot (even playing on multiple tables simultaneously) it’s a pretty good idea.

A natural evolution of this idea could be to develop this script as a chrome plugin. It shouldn’t take much effort, and it’s also Javascript-friendly.

..but I’m afraid that if and when this bot is going to be used witch the current strategy, it could be very harmful.

Herby

Quote from: webstars on May 02, 02:39 PM 20191. Open your WebConsole (F12)
2. Paste following code:

Hi Webstars,
mission completed, show us more from your code. I'm with it.
Could be a better invest of your energies.
Tnx


MrGagarin11

That's very impressive. Are you selling the script? 

pistolnoob


6th-sense

Totally awesome..herby are you close to making something like this ? And Webstar could you actually use a different system to put in if you understood it ?
How complicated can you get to make choices for betting or is it limited to basic methods

pentalima

I try it but can't read anything from local online casino here (Asia). Don't really understand javaScript.
I made one script for personal use though (python) using OCR. Getting old, too many programming language.
Try to sell my program, but offer is too low, custom software always more expensive.

Herby

Quote from: 6th-sense on Jun 07, 08:30 AM 2019herby are you close to making something like this ? And Webstar could you actually use a different system to put in if you understood it ?
How complicated can you get to make choices for betting or is it limited to basic methods
Hi 6th,
after more than 2 months studiing JavaScript almost from the scratch I'm ready to get the data and save them to a database.
There are no limitations for betting choices, except phantasy.
Webstars described a automated clicking problem which he solved with python. Here I have no knowledge until now.
It can all be done like webstars describes.
Cheers

Joe

I don't really see the point of a bot if you don't have a winning system. With a bot you'll just lose faster.  ::)

This is the way that Webstars plays :

QuoteIn fact i use 7 systems.
They are:

1. i wait for 10 times where the color switch like: RBRBRBRBRB Then i bet on the last color. And progress 3 times
2. i wait for 10 times where the Over 18 and Under 19 switching like: OverUnderOverUnderOverUnderOverUnderOverUnder Then i bet on the last that hit. And progress 3 times
3. i wait for 10 times where the number change Odd and Even like:OddEvenOddEvenOddEvenOddEvenOddEven Then i bet on the last that hit. And progress 3 times
4. i wait for 6 dozens in a row and bet on the other 2
5. i wait for 6 columns in a row and bet on the other 2
6. i wait for 2 changing dozens 6 times like: dozen 1, dozen2,dozen 1, dozen2,dozen 1, dozen2, Then i bet on the last dozen and the one that never hit in this example last dozen is 1 i bet dozen 1 + 3. if lose 1 progression only
7. i wait for 2 changing columns 6 times like: columns 1, columns 2,columns 1, columns 2,columns 1, columns 2, Then i bet on the last columns and the one that never hit in this example last columns is 1 i bet columns 1 + 3. if lose 1, progression only.

Surely the priority is to find a winning system and only then implement a bot. Does the above system win? I can't think of any reason why it should.  :-\
Logic. It's always in the way.

6th-sense

i,m not asking for to use his system..but maybe implement my own ..free up my time

Herby

Quote from: Joe on Jun 08, 08:08 AM 2019I don't really see the point of a bot if you don't have a winning system. With a bot you'll just lose faster.
Hi Joe,
you are totally right.
I'm just fascinated about the possibilities of web programming with Java Script.

byzel

i was curious on the last 500 spins in the first post, but webstars never delivered a snippet to make it happen, so here is my version, for anyone actually collecting spins.
it does require the statistics tab to be open already

function last() {
var i;
var s="";
console.clear();
for (i=492;i>0;i--){
try { s+=$("div[data-role='statistics']:nth-child("+i+")").textContent;
s+="\n"; } catch{}
}
for (i=15;i>0;i--){
try{ s+=$("div[data-role='recent-number']:nth-child("+i+")").textContent;
s+="\n"; } catch{}
}
console.log(s);
}
last()

ps: if i add code in brackets, i'm posting external links?

RayManZ

I must say it's pretty awesome. But the longer the bot is active the more memory and cpu it takes. Kinda sucks. Can't run it 24/7. Any solutions?

Herby

Quote from: RayManZ on Jul 10, 01:15 PM 2019the longer the bot is active the more memory and cpu it takes
Hi RayManZ ,
which bot are you talking about ?
Did you program a bot on your own ?
I'm still in learning the depth of several programming languages and how to combine (communication) them effectively.
Greets

-