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

NWRScripter : Free automated roulette program. Create any system you want

Started by Tiago2, November 28, 2008, 03:07:41 AM

0 Members and 1 Guest are viewing this topic.

shoust

Quote from: Tiago2 on December 15, 2008, 04:53:35 PM
Hi Simon, NWRScriptter only works with Playtech casinos. Unfortunatly, Bet Voyager isn't a playtech casino and so NWRScripter wont work with it.

I have been creating custom automated roulette bots for different people for various casino software. I'd be happy to code you a bot if you'd like for a fee. I can send you an empty shell which would demonstrate how the a bot would interface with Bet Voyager and capture the numbers spun.

The bot would be programmed to work with any betting system you desire, and to suit your needs and wants.

You can check my reputation as a coder here if u want>> nolinkss://nolinks.scriptlance.com/cgi-bin/freelancers/feedback.cgi?p=tiago2

As with NWRScripter I do hope people will find it usefull and a valuable tool that helps them in their online roulette playing. However it doesn't work with Bet Voyager.

-Tiago2

Thanks, I've sent you a pm about more details, also, just a thought, would it be possible to .. lets say employ a LW method after a certain system has reached a certain progression level.

Example: 1,2,4,8<,16

The < indicates the progression last won on, if it hits a certain stage of progression ,like stage 3, or even stage 4 and wins, employ a LW methodology to be more conservative betting style for a while until the streaks die down, or after a certain amount of time(say 5 minutes).

Tiago2

Hi there, yes a LW method would be posible to be implemented. I've sent you a PM.
-Tiago

KevinNash

Quote from: Tiago2 on November 29, 2008, 05:23:40 PM
Not sure where Breeze88 is but I've taken the liberty to code the first system. Not sure why Tate (Member who submitted the system) wanted to place bets in both Red and Black at the same time. I can't see how one couldn't possibly make any profit out of that and is risking a loss if a 0 comes up. I haven't included that bit in the script.



Quote from: Tiago2 on November 29, 2008, 05:23:40 PM
Not sure where Breeze88 is but I've taken the liberty to code the first system. Not sure why Tate (Member who submitted the system) wanted to place bets in both Red and Black at the same time. I can't see how one couldn't possibly make any profit out of that and is risking a loss if a 0 comes up. I haven't included that bit in the script.

Anyway here is a video to make a casino configuration for NWRScripter which you will need before using a casino with NWRScripter.

Link : nolinks://rapidshare.com/files/168636403/Untitled.wmv.html

Once the configuration is made load copy paste this script into NWRScripter. Load the configuration from the "Casino"  menu and click the green circle button to start playing. Enjoy


Uses
  ScriptUtils;
 
begin                               
  FieldCounters := [0,0,0,0,0,0];      //..This will keep track of the consecutive fields that don't show up. (Dozens and Columns)
  ProgrIdx := [0,0,0,0,0,0];           //..Progression Indexes for each category.
  Progr := [8,12,24,36,52,78,117,175]; //..Progressions
 
  TotalBets  := 0;  //..Used to only allow one bet at a time
  for I := 0 to 500 do
  Begin
    Click_Spin;                                        //..Spin the roulette wheel
   
    for Cat := Fst_Dozen to Thrd_Column do             //..Cycle throught the Dozens and Columns
    Begin                                             
      if NumInCat(NumberSpun,Cat) then                 //..If the number spun is in a particular Dozen or Column
      Begin             
        FieldCounters[Cat] := 0;                       //..Reset that Dozen or Column counters to 0
        if ProgrIdx[Cat] > 0 then                      //..Incase that category was betting and won   
        Begin                                                                                     
          ProgrIdx[Cat] := 0;                          //..Reset its progression Idx
          TotalBets := 0;                              //..Reset the total bets count                           
        End;
      End
      else FieldCounters[Cat] := FieldCounters[Cat]+1; //..Else Increase it by 1
         
      if FieldCounters[Cat] > 9 then                   //..If we have reached over 9 copnsecutive misses for that category
      Begin
        if ProgrIdx[Cat] > 0 then                      //..If that category is already betting
        Begin                                                                               
          if ProgrIdx[Cat] > 7 then                    //..If the category has reached the end of it progression without a win                                   
          Begin   
            Print('Progression have finished for '+CatToStr(Cat)+'. Betting system will no stop');  //..Let user knowprogression has ended
            Exit;                                                                                   //..Exit the betting system                                     
          End else                                     //..else if the progression hasn't ended yet
          Begin                                                                                   
            PlaceBet(Cat,Progr[ProgrIdx[Cat]]);        //..Place the a bet according to the progressions                                               
            ProgrIdx[Cat] := ProgrIdx[Cat]+1;          //..Increase the progression Idx ready for next round
          End;             
        End else if TotalBets = 0 then                 //..Else if category isn't already betting and total bets is 0
        Begin
          TotalBets := 1;                            //..Incease the Total bets to 1 as not to allow more then one bet at  a time                         
          PlaceBet(Cat,Progr[ProgrIdx[Cat]]);        //..Place a bet according to the progressions                                               
          ProgrIdx[Cat] := ProgrIdx[Cat]+1;          //..Increase the progression Idx ready for next round
        End;                                                                                       
      End;  //<- End of FieldCounters[Cat] > 9                                                   
    End; //<- End of Cat := Fst_Dozen to Thrd_Column
  End;  //<- End of
End;



Script is 49 lines long. Breeze88 if you can beat that with  RSS I'll be impressed.
-Tiago2

:) Hello,

I test this script since 3 days, sometime win, sometime loose but I have great news !

I try several combinations of progressions and wait for categories misses and I found it !

9 misses are OK, but with a 14 steps progression ( 1, 2, 3, 4, 10, 16, 24, 36, 55, 85, 130, 190, 300, 450 ), it's heavy but if you play with 10 cents unit, you're on.

My results 32Vegas fun mode :

Start 6737 €

+ 5000 spins : 8135 €
+ 5000 spins : 9425 €
+ 5000 spins : 9800 €
+ 5000 spins : 11746 €
+ 5000 spins : 12103 €

never loss more than 1500 € under start point, so with 10 cents units, you can start to play with 150 €

If you want to try, I attach my script.

MXkid77

Hi Tiago2,

"Anyway here is a video to make a casino configuration for NWRScripter which you will need before using a casino with NWRScripter."

Link : nolinks://rapidshare.com/files/168636403/Untitled.wmv.html

This link is no longer valid, could you let me know where else i can download the video, or upload it to rapishare again.

Much appreciated.

FakeNick

Tiago2, Admin is angry because you are giving away for free a software that will kill his business ;D


FakeNick

Listen, playing in fun mode is useless, because the casino will not use any algorithm against you ( the player )
You have always to use real money.
So, this will give you the possibility to play every time with real money :D
Bonuses are like real money on the casino, so you will test your script for real!
I wrote this to explain how to always play with bonuses on Playtech casino.

You will not be able to WIN anyone of these money, but you will be able to test your script as many times you want :)
When you will find a good script, than you will use it your real account .... not before!

QuoteI've a found something interesting about this object!

I think that it's a good idea to test palettes with no deposit bonuses.
I mean, it's good for slow and secure palettes, because the bank will be small.
You have bet 0.1 cents to test your palette, higher is too risky and faster :)


But ... there is a problem! Casino doesn't allow you to make more than one account, or ... they just try ;D

Don't do this with your usual casino ( where you usually play with real money and your real account )
( anyway, you can do it ... but it's very risky ... your REAL account banned, losing REAL money ... &nbsp;do you feel stupid? )

First step
Make your first fake account:
1 ) Download and install the casino software.
2 ) Make a fake account by using fake informations: fake name, fake address, fake number ... but everything has to seem real ( don't write something like -> Name: afjhsduifshfls )
- Search real addresses on Google: nolinks://nolinks.google.com/search?q=address+france ( France is just an example, make new combinations )
- Select also a country that can use the casino! ( some are banned )
- use a temporary emails ( a new one on every registration ), there are many! : nolinks://nolinks.google.com/search?q=temporary+email
( you have to test it before, make sure that the email is working and it receives messages )
3 ) Do the things to take the no deposit bonus ( sometimes you have to ask it to a customer assistant, sometimes it's automatic )
4 ) Test your palettes with "real money" and against the "real casino" ;D

Second step ( expert user ONLY )
Now, how can you make a new fake account?

1 ) Go into the registry of Windows ( regedit.exe )
2 ) Go here: HKEY_CURRENT_USER\SOFTWARE
3 ) Find a folder with the casino's name&nbsp; ( example: Super Money Casino )
4 ) Delete it!
5 ) Go here: HKEY_LOCAL_MACHINE\SOFTWARE
6 ) Find a folder with the casino's name ( example: Super Money Casino )
7 ) Delete it!
8 ) Find a folder with this name: PTECH
9 ) Delete it!
11 ) Go here: HKEY_USERS\S-1-5-21-1275210071-920026266-1708537768-1004\Software
10 ) Find a folder with the casino's name ( example: Super Money Casino )
11 ) Delete it! ( sometimes this one there isn't )

12 ) Some casino saves some other informations around the registry, try to find them always by searching the casino's name. ( and than delete them! )
13 ) Back at the First step at ( 2 )

PS: you can do registry things really fast by creating a TXT file and put these in it:
QuoteWindows Registry Editor Version 5.00
[-HKEY_USERS\S-1-5-21-1275210071-920026266-1708537768-1004\Software\Joyland Casino]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Joyland Casino]
[-HKEY_LOCAL_MACHINE\SOFTWARE\PTECH]
[-HKEY_CURRENT_USER\Software\Joyland Casino]
Than rename its extension from TXT to REG and run it.
This will delete every Joyland Casino data, you have to change the bold text with the name of your casino ( check on the registry )

If you have patience, you will be able to make as many account as you want :D

Some good casinos with bonuses:
- Just now Joyland Casino is giving $/€ 25, it's a good bonus to test all instructions and your palettes :)
- Indio Casino is now giving 250 units of ZAR and you can play with 0.1 ( = 2500 units! ) It's really good to test your palettes!
( you have to set South Africa in country and ZAR in currency during the registration )

Anyway, I think that is obviously that you WON'T be able to withdraw ANYTHING from a fake account. ;)
So everything is ONLY useful for testing your palettes.
English isn't my primary language, but I hope that you will understand :)

Alfolof

Quote from: thomasgrant on February 08, 2009, 06:57:38 AM
Dam staight.

I must correct you guys, the Tiago2 version of RSS is a clone and if this is stealing or not i don´t know but i however i still remember Tiago2 braging on the MMM comunity (which is not a software but a forum) about how close he was to release the clone of RSS and to this he also did it directly to the developer while calling him mate(kind of psycotic in my point of veiw).

What is not mentioned here is that the developer of RSS have put a lot of money and work to get this software to become what it is and that´s not all, not even anything because the mainpart of getting this tool to be useful is the script that you as a user must create and when it comes to this part Admin on MMM forum give all the support needed, that infact is so important that the software either it´s Tiago2´s clone or original of RSS actually become useless if you don´t get the necessary support in how to create scripts.

So when it comes to compare the two softwares (RSS and clone) we must not forget the most important part is actually the support (in case you are not some kind of genius that know how to do everything by nature).

Also as an example, if someone create a clone of Windows Vista i don´t think that microsoft would appreciate this, and if the support for such clone would depend on one man that do all work in his spare time, i know what i would choose.

                                       

                                                                                                             Alfolof

                                               
                                                                                               




       



Lulloz


Alfolof

Quote from: Lulloz on February 08, 2009, 07:28:38 PM
LOL, Vista is a BAD clone of Mac OS you know ? :)

No, i did not know that, actually i use XP but i used Vista as an example because i guess most people use that version.

FakeNick

You can talk about a clone when some has used the source code of someone else, this is NOT the case.

Alfolof

Quote from: FakeNick on February 08, 2009, 07:41:33 PM
You can talk about a clone when some has used the source code of someone else, this is NOT the case.

The word "clone" is actually Tiago2´s own word when he described his software on MMM forum so to not use it would be to offend him actually.

Alfolof

Quote from: Alfolof on February 08, 2009, 07:48:37 PM
The word "clone" is actually Tiago2´s own word when he described his software on MMM forum so to not use it would be to offend him actually.

However it´s well known way of copy someones creation to make small adjustments to it in order to not be accused to been making a copy of it.
The mainpurpose was to make a clone of RSS because it was to expensive for him (his own word to)

I will not argue more around this because i will feel like a old "tittle-tattle lady" if this will go on, i just wanted to put some light to the true facts, nothing else.

FakeNick

You don't know anything about programming.
You can't copy a software simply by coping and pasting it like a file in windows explorer.

Alfolof

Quote from: FakeNick on February 08, 2009, 08:01:27 PM
You don't know anything about programming.
You can't copy a software simply by coping and pasting it like a file in windows explorer.

And what do you know about my knowledge in coding, who ever said i just coping and pasting while create scripts ?, this is not the case, i have limited codingskills but i understand more than just coping and past for sure.

You maybe speak about your own experiences of trying to "crack" some software out there ?

Alfolof

-