Need help with the bot or want someone to talk to?
FORUM.SEUNTJIE.COM

The forum is a good platform for asking or offering help with programmer mode scripts

LUA Scripts

Download a script for your bot, or upload your own to share with other users. Login or Register to upload

How do I use this?


Name:Paroli Betting
Uploaded by: haruglory11
Discription:
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.





CommentsLogin or Register
DestroGames30:05:2018 16:46
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.
    Login or Register