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

Roulette-focused => Main Roulette Board => Topic started by: probasah on May 01, 12:43 PM 2013

Title: BOT Question for programmers
Post by: probasah on May 01, 12:43 PM 2013
Hi all!

Could you please direct me into Bot making software.
I am ok in making trackers in excel, but how about designing bots.
I have a programming background in the past nothing serious c++, etc, so how do you people design bots:
My questions are:

Which programming language do you use? (visual basic, java etc)

How to you Extract data  from the popup window in the online casinos?

and so on.

There are other programming languages that use gui interface like sikuli/python etc:)

Can you help me out in this direction?

Regards,
Alex
Title: Re: BOT Question for programmers
Post by: Ralph on May 01, 02:41 PM 2013
The only way to get information from the casino is to read the screen picture of the figures.  The number area from 0 to 36 has different screen color pixels, and you may have to fetch about 12 positions for each number.

You can use any language you master. I used Visual Basic.
Title: Re: BOT Question for programmers
Post by: Azim on May 01, 04:03 PM 2013
Short of 12 spots. I am using OCR to recognise the numbers.
With Excel Experience Visual Basic might be an easy transition for you. At least that's what I think.


I personally have always used c++.
Title: Re: BOT Question for programmers
Post by: probasah on May 01, 10:41 PM 2013
Thank you guys, you are really helpful. I was thinking it was an image recognition process,
The idea is to combine an excel sheet with input/output from text files.
Image recognition---> spins---> text file output
text file >>> excel sheet -----> text file (action)
text file (action) -----> clicker
and so on..
I will get into visual basic right away.

i was using in the past sikuli language for image actions:) its really simple to use and with great results (automating clicking)

Regards and again a big thanks,
Alex