Because you're not using your previous bet to multiply, you will probably have to use your streak and some exponents to calculate this. Here's a formula to calculate your bet, now you just need to insert it into a script with the correct code.
chance=49.5
basebet=0.0000000100
nextbet=basebet
bethigh=true
enablezz=false
enablesrc=false
function dobet()
if win then
nextbet=basebet
else
nextbet=basebet*math.pow(2,-currentstreak)-(currentstreak*basebet)
end
end
NOTE: this code is untested and has no guarantee of working as you intend. Be careful and test it yourself
Please try to read through the code and learn how it works and what it does
Seuntjies script gives following result ... pls start from bottom to top
(I will Post my script too in the next post ... check that too .. it gives different result you can use what ever u want)
0.00000001 on winning of previous bet
0.00000264 on loss of previous bet
0.00000135 on loss of previous bet
0.00000070 on loss of previous bet
0.00000037 on loss of previous bet
0.00000020 on loss of previous bet
0.00000011 on loss of previous bet
0.00000006 on loss of previous bet
0.00000003 on loss of previous bet
0.00000001 START