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

#811
Quote from: Buffalowizard on December 09, 2012, 11:31:13 PM
Here's the screenshot Ralph, thanks


BW


It looks like you have a screen which is to narrow.  Can you change the screen resolution? if so the picture will be reduced without alter the pixel positions is disturbed.  try in control panel and set the screen resolution to 1366 768 or as close .
#812
Straight-up / Re: Play just one number
December 10, 2012, 04:53:03 AM
Quote from: subby on December 10, 2012, 12:06:20 AM
Just so I get it right....flat bet, say the green zero, with 1 chip until it hits...wait until it hits...when it does hit after winnings are paid out(36) look and see if you are plus on your BR. If so then stay at 1 unit...if minus from starting BR...increase chip to 2 units and flat bet until it hits and check again...if plus on BR then reduce chip value back to 1 unit...if minus increase it from 2 up to 3 units etc....

Is that right?


Yes, and you can find a script for it for the bot.
#813
Quote from: Buffalowizard on December 09, 2012, 10:26:25 PM
Well I upgraded NET thingy and hey it loaded up!


Buuuut nothing runs smooth now does it and on the screen, the casino section takes up the majority of screen space and the bot just a small section bunched up on the right, so much so that I can't see all the options.


Anyone know how I can stretch it or shrink the whole lot so I can access all the bot options.


Many thanks







What screen size you got.   Pls do a screenshot.  The screen may have to sdjust the settings.
#814
Online Casinos / Re: Are roulette bots illegal?
December 09, 2012, 07:11:28 PM
Quote from: KingsRoulette on December 09, 2012, 07:00:33 PM
betvoyager casino doesn't have any problem with bots. Many casinos, however, expressly clarify in their terms that use of any software or bot may tend to void all winnings.


Yes there are casinos which find all reasons to not pay, that's why I wrote reputable casinos do not mind.
#815
Online Casinos / Re: Are roulette bots illegal?
December 09, 2012, 06:36:16 PM
The casinos which has reputation, will not mind a bot, A bot gives more play, that's what a casino wants.  A bot can never make your odds better, it just make it simplier to play methods which are long. A casino using low stakes as 0.01 and 0.1  more or less invite bots.


A bot act as the player can do manual, my bot at least, and I think all, just read the screen calculate the next bet and place it. The same thing you must do to play manual.


It may be restriction on play in some places, but I think no where in EU.
#816
Ralph's Bot / In Test an EC method
December 09, 2012, 05:49:03 PM
The Test which currently is in the listbox (you may have to restart) is an EC method using negative progression. It is softer than double up, and will not recover a loss in  one spin. It follow the last.  It is for RED and BLACK only.


Start testing using 100 funs in game account and 10 to 20 more as win target.   Type  rr,rr if start with red otherwise bb,bb in the textfield, Click the metod Test in the listbox and check the checbox and start.


Tell me what you think, if it should be any change.


[code javascript]

var count=-1;
var rarr = new Array(1,3,5,7,9,12,14,16,18,19,21,23,25,27,30,32,34,36);
var pek = Array(3,3,5,5,8,8,13,13,21,21,34,34);
  function extfunc(number, betsize,bet){
    if(bet.substr(bet.length-1,1)==",") bet = bet.substr(0,bet.length-1);
win ="";
ret ="";
  if(count> pek.length-1) count= -1;
  bet = bet.split(',');
  if(bet[0]== "rr" && rarr.contains(number)){count=-1; return "rr,rr/" + betsize;} //win
  if(bet[0]== "bb" && !rarr.contains(number)){count=-1; return "bb,bb/" + betsize;} //win
  if(bet[0]== "rr" && !rarr.contains(number)) {count++; for(i=0;i<pek[count];i++){ret = ret + "bb,"} return ret + "/" + betsize;}
  if(bet[0]== "bb" && rarr.contains(number)) {count++; for(i=0;i<pek[count];i++){ret = ret + "rr,"} return ret + "/" + betsize;}
  }


#817
Ralph's Bot / Re: Last X number script.
December 09, 2012, 05:32:58 PM
The GUI will be much different later, All the white space is for that. When the scripts number goes up at 100 and more it must be in different categories.
And I may do so you can move the favorites to the listbox.
#818
Ralph's Bot / Re: Last X number script.
December 09, 2012, 04:25:26 PM
Quote from: KingsRoulette on December 09, 2012, 03:50:25 PM
If speed can be increased while errors in recorded spins be removed, it will be a great tool.


I will do my best to overcome the display error.  The speed may be can be improved, but a general purpose bot is heavier to run than a bot designed
for just one task as RB  or Doz. It must check for any possible bet. The reading of the balance is an intensive task, I may read it to often, will see if it can be cut down.


I planned to wait more until send it out, but it was some pressuer to do it early.
#819
Ralph's Bot / Re: Last X number script.
December 09, 2012, 02:41:35 PM
Quote from: KingsRoulette on December 09, 2012, 02:25:59 PM
It is working great at present with flat bet and all unique bets, please let it be like that. Bet placement is almost accurate now but below recored data has lots of fictitious repeats but that doesn't affect the game outcomes.


I am aware of this problem. I did not see it on my computer, but it is reported on quite a few. I will look at it and see if next upgrade can have it solved.
#820
Ralph's Bot / Re: Last X number script.
December 09, 2012, 01:09:48 PM
I have tested the script running until 100 units plus. took 204 spins.  I saw many repeaters, so using uniqe numbers may not be the optimal.


A slight positive progression on the most hit had gain more. I used 9 numbers.   


I think the script is working as requested. Start with manual track for the numbers to bet first tiime to the script, as a script can not know a human intention.


the bot will replace the numbers hit with the oldest, and keep the same amount of numbers as the starting bet. It can be feed any length ot unique numbers.
#821
Ralph's Bot / Re: Last X number script.
December 09, 2012, 12:38:39 PM
Quote from: KingsRoulette on December 09, 2012, 12:29:18 PM
Thanks for fast updates. There are two empty boxes, if one is for win target, another must be for "stop loss". Am I correct?


Please watch the move it deal with it. The video is for I should not answer the same questions to many. If you watch the video, and still not  understand you are welcome with questions.


The first small textbox is  displying the balance, it should not be empty if your game account has less than 100 Euro.


You put a win balance in the other, and if  you then check the checkbox and press start the bot will run until hitting the win target or the game balance is gone.


Everthing is shown in the video in this section.  http://betselection.cc/ralph's-bot/the-bot-is-out-for-testing-10-testers/
#822
Ralph's Bot / Re: Last X number script.
December 09, 2012, 12:23:26 PM
I have changed the script to use unique numbers only. It is still named Test, which means just test.
#823
Ralph's Bot / Re: Last X number script.
December 09, 2012, 12:21:22 PM
Quote from: KingsRoulette on December 09, 2012, 12:19:23 PM
Ralph,
      I am more than impressed by your efforts and feel it as a very big contribution for forum. It can be compared only to MST of Ophis.
Can you please answer this very briefly?     I am asking this question for third time.


It is for the bot to stop at a win target, the answer how to use it is in Sam s Video, have you watch it?
#824
Ralph's Bot / Re: Last X number script.
December 09, 2012, 12:11:36 PM
Quote from: KingsRoulette on December 09, 2012, 11:53:48 AM
It should take uniques only and not the same number if repeats. The bot is, at times repeating last numbers itself wrongly. I have done nothing to increase the speed of bot and it is already running pretty slow.
      By the way what are the two empty boxes  meant for below "start" and "new session"?


Have you watch the video which explain the use? it is in this section, done by Sam. The boot register a number two times on slow connections, a fix will come.







#825
Ralph's Bot / Re: Last X number script.
December 09, 2012, 11:39:54 AM
The script take the numbers, I have try up to 24 and that works.  The only thing I did not do was to take unique numbers, if a number repeate, it will as the script is now count it two times, and bet two chips.