I'm new and dont know how to create a script.
I would like to create a script :
98% chance to win betbase 1 (dont care for the loss and win)
if 5 number in a row < or > 50 so change the bet base to 100, chance to 50% and multiplie by 2
if 2 number in a row > 80 or < 20 change the bet base to 100, chance to 80% and multiplie by 7
if 4 number in a row > 70 or <30 change the bet base to 100, chance to 70% and multiplie by 3,5
...
It is possible ?
Thanks in advance if someone can help me.
....
Its very easy to create a script. The basic mechanics are the script takes the current second (zero through nine) runs it through an equation to satisfy the parameters and the end result is considered "randomized". This will work but is bad for commercial gambling use as it is easy for players to reverse engineer the script and manipulate results to win. This happens occasionally with Las Vegas slot machines where people will purchase them and reverse engineer the hardware in order to game results to guarantee they win.
If your script is intended for commercial use where money is involved, a better script would need to be created which will need to be decently secure to prevent hackers and crooks from downloading the script and reverse engineering it to guarantee wins.