Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Thu Nov 21, 2024 7:39 pm

All times are UTC




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: bwin roulette numbers bot, help is needed
Thanked: 0 time(s)  Unread post Posted: Thu Jan 03, 2013 2:33 pm 
New User
New User



Joined: Fri Dec 21, 2012 1:43 pm
Posts: 5
Been thanked: 0 time(s)
Has thanked: 1 time(s)
Contribution Points: 13
hi every one
i created a bot on blue eye macro for bwin roulette,
the strategy is to bet on the numbers (0-3-4-5-7-8-10-11-12-13-15-16-18-19-21-23-24-26-27-28-29-30-32-33-35-36), if you win you bet the minimum bet (which is {XX} in the code and defined in the predefined numbers area) and if you loose you double
but i have got quite a problem with the function "check if we won"
i have already tried
Code:
if Color.At coordinate is not (RGB)("163", "10", "8", "657", "398")
and
Code:
if Image.Can be located on screen("", "")
" but none of them seems to be working, do you have a better idea. please help me
here is the script i wrote:

Code:
 begin
     Variable.Set("bet", "{XX}")
     Function.Execute("reset window location")
     begin loop("15")
          Function.Execute("place bet")
          Function.Execute("check if we won")
          if  Variable.Is equal to("won", "no")
               begin
                    Variable.Multiply (Math)("bet", "2")
               end
     end
 end

function("reset window location")
     begin
          Window.Set location("Roulette - Version pro - Play for fun - hotman-sama", "yes", "1", "1")
          Window.Bring to front("Roulette - Version pro - Play for fun - hotman-sama", "yes")
          Macro.Pause("1000")
     end
function

function("place bet")
     begin
          Function.Execute("miser")
          Function.Execute("tourner")
     end
function

function("miser")
     begin
          begin loop("{bet}")
               Mouse.Click at coordinate("618", "338", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
          begin loop("{bet}")
               Mouse.Click at coordinate("625", "375", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
          begin loop("{bet}")
               Mouse.Click at coordinate("564", "389", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
          begin loop("{bet}")
               Mouse.Click at coordinate("530", "337", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
          begin loop("{bet}")
               Mouse.Click at coordinate("490", "373", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
          begin loop("{bet}")
               Mouse.Click at coordinate("446", "333", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
          begin loop("{bet}")
               Mouse.Click at coordinate("397", "411", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
          begin loop("{bet}")
               Mouse.Click at coordinate("357", "339", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
          begin loop("{bet}")
               Mouse.Click at coordinate("310", "409", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
          begin loop("{bet}")
               Mouse.Click at coordinate("293", "355", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
          begin loop("{bet}")
               Mouse.Click at coordinate("228", "376", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
          begin loop("{bet}")
               Mouse.Click at coordinate("213", "411", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
          begin loop("{bet}")
               Mouse.Click at coordinate("150", "338", "left")
               Macro.Pause("50")
          end
          Macro.Pause("500")
     end
function

function("tourner")
     begin
          Mouse.Click at coordinate("783", "532", "left")
          Color.Wait for color at coordinate to be within (RGB range)("14", "6", "2", "10", "701", "141")
          Macro.Pause("1000")
     end
function

function("check if we won")
     begin
          Variable.Set("won", "yes")
          if  Color.At coordinate is not (RGB)("202", "10", "9", "144", "395")
               or
               Color.At coordinate is not (RGB)("165", "10", "9", "157", "352")
               or
               Color.At coordinate is not (RGB)("24", "108", "89", "211", "318")
               or
               Color.At coordinate is not (RGB)("27", "106", "91", "251", "318")
               or
               Color.At coordinate is not (RGB)("185", "12", "10", "337", "357")
               or
               Color.At coordinate is not (RGB)("177", "14", "11", "379", "352")
               or
               Color.At coordinate is not (RGB)("172", "11", "9", "425", "352")
               or
               Color.At coordinate is not (RGB)("187", "12", "10", "472", "387")
               or
               Color.At coordinate is not (RGB)("201", "11", "9", "515", "395")
               or
               Color.At coordinate is not (RGB)("172", "10", "8", "611", "388")
               or
               Color.At coordinate is not (RGB)("163", "10", "8", "657", "398")
               begin
                    Variable.Set("won", "no")
               end
     end
function


i would be greatful for any help


Attachments:
File comment: here is what the screen looks like when you spin and loose
Sans titre lost.png
Sans titre lost.png [ 1.14 MiB | Viewed 11194 times ]
File comment: here is what the screen looks like when you spin and win
Sans titre win.png
Sans titre win.png [ 1.07 MiB | Viewed 11194 times ]
File comment: here is what the screen looks like when you place the bet
Sans titre.png
Sans titre.png [ 1.51 MiB | Viewed 11194 times ]
Top
 Profile  
Reply with quote  
 Post subject: Re: bwin roulette numbers bot, help is needed
Thanked: 0 time(s)  Unread post Posted: Wed Jan 16, 2013 10:25 am 
New User
New User



Joined: Fri Dec 21, 2012 1:43 pm
Posts: 5
Been thanked: 0 time(s)
Has thanked: 1 time(s)
Contribution Points: 13
why is nobody answering???
is it that difficult??????


Top
 Profile  
Reply with quote  
 Post subject: Re: bwin roulette numbers bot, help is needed
Thanked: 1 time(s)  Unread post Posted: Wed Jan 16, 2013 11:41 am 
New User
New User



Joined: Thu Nov 15, 2012 3:18 am
Posts: 12
Been thanked: 2 time(s)
Has thanked: 2 time(s)
Contribution Points: 18
I try to answer, I know, the 2 combinations of numbers are played together or one at a time? ....... and another question, when you win there is a particular image that appears in? (example: money won?)
not promise anything, I'm Italian, not easy answers here, I know what I learned in my patients waiting around, bye


Top
 Profile  
Reply with quote  
 Post subject: Re: bwin roulette numbers bot, help is needed
Thanked: 0 time(s)  Unread post Posted: Thu Jan 17, 2013 8:48 am 
New User
New User



Joined: Fri Dec 21, 2012 1:43 pm
Posts: 5
Been thanked: 0 time(s)
Has thanked: 1 time(s)
Contribution Points: 13
thanks for your answer
i sent the pictures to show what the screen looks like when you vet, win or loose


Top
 Profile  
Reply with quote  
 Post subject: Re: bwin roulette numbers bot, help is needed
Thanked: 0 time(s)  Unread post Posted: Thu Jan 17, 2013 10:10 am 
New User
New User



Joined: Thu Nov 15, 2012 3:18 am
Posts: 12
Been thanked: 2 time(s)
Has thanked: 2 time(s)
Contribution Points: 18
Vous pouvez faire ce test avec une seule condition:

function("check if we won")
begin
Variable.Set("won", "yes")

if Color.At coordinate is not (RGB)("", "", "", "", "")......Ici, entrez les coordonnées de la lettre sont les granges mot, qui vient quand il ya une victoire, nous l'espérons, vous savez ce que je veux dire, laissez-moi savoir, ciao
begin
Variable.Set("won", "no")
end
end
function

You can test this with only one condition:

if Color.At coordinate is not (RGB) ("", "", "", "", "") ......
In this case, enter the coordinates of the letter are barns word that comes when there is a win, I hope you know what I mean, let me know, bye


Top
 Profile  
Reply with quote  
 Post subject: Re: bwin roulette numbers bot, help is needed
Thanked: 0 time(s)  Unread post Posted: Thu Jan 17, 2013 11:09 am 
New User
New User



Joined: Fri Dec 21, 2012 1:43 pm
Posts: 5
Been thanked: 0 time(s)
Has thanked: 1 time(s)
Contribution Points: 13
ça marche pas mal si on met la couleur du point d'exclamtion dans "roulette - version pro : bienvenu !" si je perd
mais je voudrais qu'il reconnaisse les numéros pour pouvoir combiner deux méthodes.
par exemple combiner ma méthode avec la martingale rouge/noir et pair/impair, si je gagne il y aura ecrit "vous avez gagné ***,** !", mais on ne saura pas si on a gagné dans une méthode ou bien dans deux ou bien dois les trois. :cry:
donc le bot doit reconnaitre les nombres. je devrai peut etre ouvrir un nouveau topic la dessus

in english

it works ok if you put the color of the exclamation mark ! in "roulette - pro version: bienvenu !" if I lose
but I would like to recognize the numbers in order to combine two methods.
eg combine my method with the martingale of red/black and even/odd, if I win it will be written "vous avez gagné ***,** !", but we will not know if we won in one method or two or the tree of them. : cry:
therefore the bot must recognize the numbers. should i open a new topic about it?


Top
 Profile  
Reply with quote  
 Post subject: Re: bwin roulette numbers bot, help is needed
Thanked: 0 time(s)  Unread post Posted: Thu Jan 17, 2013 12:08 pm 
New User
New User



Joined: Thu Nov 15, 2012 3:18 am
Posts: 12
Been thanked: 2 time(s)
Has thanked: 2 time(s)
Contribution Points: 18
You might want to open another topic, because the recognition of numbers is not easy to do, from memory errors, at least with the tests made ​​by me, and says even if it is for the same program, bye :roll:


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group