The forum is a good platform for asking or offering help with programmer mode scripts
LUA Scripts
I made this script based on this idea https://bitcointalk.org/index.php?topic=1430193.0 so the description regarding it is explained there. Note: If you want to change the base to a higher amount, change the curbet amount outside function dobet and inside function dobet.
Hey! Nice script. If you are looking to follow the exact specifications of the Paroli as listed in that site, then might I suggest two edits so that will fix the issue of betting the base amount twice before increasing, if the first loss happened on the base: After "if currentstreak%3==0 then" put a "resetstats()" function Change the Else line to: "if currentstreak==-1 and wins > 0 then" That will patch it right up! Nice work.