Our members are dedicated to PASSION and PURPOSE without drama!

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Ralph

#946
Math & Statistics / Re: Analysis of PATTERN BREAKER
November 29, 2012, 05:53:27 PM
Yes if all of the worlds population try, about 4000 will make it, one of them seems to be JL. If we count those not try it is more than 4000 fold less. My be only one. It must be JL. :bored:
#947
Ralph's Bot / Re: A picture of the bot
November 29, 2012, 10:41:10 AM



You can not with any monitor yet, small screens with low resolution, I have not coded for. Monitors are designed for function disabled is not yet done.
It should  be at least 15 inch screen, and 768 in height for a landscape screen. The screen have to be the primary. There are few computers which will have problems in this. I will address this matter later as eReader and similar devices will be more common.


It is not possible in the first release take all into account, already it is 15000 lines of code, and a few megs program.
#948
Ralph's Bot / A picture of the bot
November 29, 2012, 09:11:57 AM
The picture  shows the simple controls. We start with  chosing a system to play by clicking in the listbox. Then we chose the chip unit. We add the maximum we want to risk at the game account, and set a win target in the textfield.  A start bet is typed manually in the textfield.  we press start and the bot is running.
If the checkbox is checked, it runs until the win target is reached or the stop for loss.  You can see the last number, and the spincount .


At the bottom all the sessions numbers are displayed.  Unchecking the checkbox pause the game, and it is possible to run semiautomatic by unchecking it.


This session has just ended, the winnings are above the wint target due to the last winning where more than lacking before the spin.


The speed slider is right at the bottom.
#949
Steff1


I faced this problem as well. I took a picture of the screen and used a label which cover the button of the casino, then I coded an event for the click which handel the thing. Still it can be problem if the user open a new window clicking a link  on a casino pages, and the forcing to stay is on. The script on the casino page can not know what's happen. So I do not let them for example deposit using the bot, it shall be in the ordinary webbrowser. It is a security matter as well.
#950
Maybe, but if the users can use any browser, you may have issues regarding that. I do not know if you just read the screen and click and Excel do all other work, any browser will do.
I use javascript in my bot, and it should be some extra work coding the script for all browsers. Still not impossible but scripts are sometimes not readable in the same matter in all browsers. Margins can differ and can affect coordinates.. As any Windows has IE, you can tell the users it works best in IE.



#951
Fine!  It is usally so you find it examinating the code, as it is very hard to guess whitout reading the code. 
#952
General Discussion / Re: The ideal Dynamics Of The Site
November 28, 2012, 11:47:16 AM
My bot will not run without permission from my server. It is not the same as I will charge for the bot, but I do not want anybody selling it. Users with permissions can use it. In one or the other way we want some control of our property.
#953
Ralph's Bot / Re: Coded Mj 4 single hot numbers.
November 28, 2012, 11:33:23 AM
It is still missing in the code I will try to repost it.


Reposted and it looks nothing is gone.
#954
Sam!


I coded it, but it is not exactly how you explained here. I have run it three times, as it can take very long time.  Bv do not let you play without betting, so I bet the smallest on red until a number would come out.  If all numbers shows within 72 spins the tracking will continue until a 72 spins sleeper is in the history. Not only that, it must hit once.  I had between 98 and 279 spins before the script shifted from flat on red and then I use a slow progression as I do in M7. Add a chip on every hit. I set the win target to 100 units and got it all three times.  I am not sure if 100 is the right win target, but it should be.


As the runs takes time I will not yet know for sure if the script not can behave unexpected. 


What I do is to place all numbers in a stack, then check the 72 last if it is so many or all to see if a 72 sleeper is found. If  not found play a red EC.
If   found I compare the last number to make sure it is not only sleeping it is hitting now. I did first a misstake to compare after adding to the stack, which result in a number will never qualifying, as it has become a recent number. If the compare match I put the number to be bet. The progression  will then automatic add one if hit again.



#955
Sam!


It can be coded as script . I have to understand the rules.  Look for and catch all sleepers at at least 74 spins and then bet.
It may sometimes take time to find any number at all, and what are we playing until finding a number tp bet?
#956
I play often just one number. it is 2/3 to get a hit in 37 spins. I play one number, add on on a hit and run sometimes several hundrad spins a session.
They use to work.  To be back 400 is not any serious problem, a hitting cluster can take it back fast. I have got a sleeper of over 400 spins and still ended plus. Can not remember a have made any bigger loss using just one number.


As in all play you can get very bad luck, and lose large, this goes for any way of play.
#957
It is still suspection of memory leak, as it runs well probably until the memory runs out.  My bot can run for long, but are a bit cpu demanded.
#958
Ralph's Bot / Re: Coded Mj 4 single hot numbers.
November 27, 2012, 08:17:22 PM
Shall I type it, I chose on the menu, but do not get the format.
#959
Ralph's Bot / Re: Coded Mj 4 single hot numbers.
November 27, 2012, 06:37:18 PM

Victor!I try to that,but it use to not work, or be very hard to read.
#960
Ralph's Bot / Coded Mj 4 single hot numbers.
November 27, 2012, 05:27:11 PM
I coded the method by Ken, as it is a 4  single number using  repeaters, it is something I like to use.  I use here 18 numbers tracking, but can easy be changed. The script plays a 0.01 chip on red until 18 numbers are tracked and then bet any betsize we chose on the hottest sector for the last 18 numbers shown. As soon a number is added the oldest is removed. On tie, the oldest  hot group is used.  I have tested it some today, it looks very good.


The script is not displayed correct, I pasted it but some is gone, like the index at betarr the is gone.


The script:

Code (javascript) Select



A = ",5,6,22,32,";
B = ",15,18,24,27,";
C = ",13,16,19,29,";
D = ",4,7,33,36,";
E = ",1,11,21,28,";
H = ",2,12,20,30,";
J = ",8,14,25,35,";
K = ",3,17,23,31,";
L = ",9,10,26,34,";
betarr = new Array();
var sc = new Array("5,6,22,32","15,18,24,27","13,16,19,29","4,7,33,36","1,11,21,28","2,12,20,30","8,14,25,35","3,17,23,31","9,10,26,34");
function extfunc(number,betsize, bet){
  var num = number;
  if(num == 0){ return bet + "/" + betsize;}
   
      if(A.indexOf("," + num + ",")  >-1){ betarr[betarr.length] = "A";}
      else if(B.indexOf("," + num + ",")>-1){ betarr[betarr.length] = "B";}
      else if(C.indexOf("," + num + ",")>-1){ betarr[betarr.length] = "C";}
      else if(D.indexOf("," + num + ",")>-1){ betarr[betarr.length] = "D";}
      else if(E.indexOf("," + num + ",")>-1){ betarr[betarr.length] = "E";}
      else if(H.indexOf("," + num + ",")>-1){ betarr[betarr.length] = "H";}
      else if(J.indexOf("," + num + ",")>-1){ betarr[betarr.length] = "J";}
      else if(K.indexOf("," + num + ",")>-1){ betarr[betarr.length] = "K";}
      else if(L.indexOf("," + num + ",")>-1){ betarr[betarr.length] = "L";}
       var ny = new Array();
      if(betarr.length>18){
     for(i=1;i<betarr.length;i++){
    ny[i-1] = betarr[i];
     }
     
     
     
   } else { return "rr/0";}
   
      betarr = ny;
      var res = betarr.join("");
      temp = new Array();
      var i = 0;
       
      temp[0]  =    res.match(/A/g) ;
          temp[1]  =    res.match(/B/g);
          temp[2]  =    res.match(/C/g);
          temp[3]  =    res.match(/D/g);
          temp[4]  =    res.match(/E/g);
          temp[5]  =    res.match(/H/g);
          temp[6]  =    res.match(/J/g);
          temp[7]  =    res.match(/K/g);
          temp[8]  =    res.match(/L/g);
          tal=0; w=0;
          for(i=0;i<temp.length;i++){
       if(temp[i] == null) temp[i] = "";
          if(tal<temp[i].length){
          tal= temp[i].length;
          w=i;
          }
         
          }
         
         
       
     return sc[w] + "/" + betsize;
}}