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:Progressive Trik By L3gio
Uploaded by: L3gionario
Discription:
this script changes the percentage of the bet and increases the stake itself.
In addition, the basebet varies according to your bankroll.

I recommend a bankroll of 0.001

when you change the basebet you have to change it in these 3 lines !!!
line: 29 - 63 - 64 (do not forget!!!)
If you want to keep your basebet stable, delete: basebet = balance*betfactor  ( on line 61 )

Donations are welcome, the addresses are in my script

Enjoy and good luck!





CommentsLogin or Register
Gunz2itpro23:04:2020 15:02
Oh Hi! Thanks for sharing this script.
But I dont know why I keep stoping after like 4 wins.
I also change the 'target' but seem still dont work.
Do you have any ideas? 
Thanks a lot.
    Login or Register
L3gionario23:04:2020 15:50
HI, you can't set Stop after * bets but you can set the stop at profit.
The target 
it is intended as profit, not as bankroll + profit, an example, you have a bankroll of 1 and you want to stop the bot when you get to 1.1, you have to set the target to 0.1 and not to 1.1 (Target Profit)
    Login or Register
Gunz2itpro24:04:2020 06:41
Thank you for replying. However, I mean the script just stoping after few bets, and I want to make it keep running. Do you have any ideas?
    Login or Register
L3gionario24:04:2020 15:36
It work for me but thanks bobwood.
Gunz2itpro try to change tha chance to this:
chance1 = 82.54  -->1.2X payout
chance2 = 76.22  -->1.3X payout
chance3 = 70.78  -->1.4X Payout
chance4 = 66.05  -->1.5X Payout
chance5 = 47.10  -->2.1X Payout
chance6 = 30.94  -->3.2X Payout
chance7 = 25.02  -->3.95X Payout
    Login or Register
Gunz2itpro24:04:2020 15:55
I got this and Its working now. Thanks a lot.
Ill give the result later!
    Login or Register
bobwood24:04:2020 13:55
I got this fix from BlueSuede

Its because of those chances there are too many decimals
change to this
chance1 = 82.54  -->1.2X payout
chance2 = 76.22  -->1.3X payout
chance3 = 70.78  -->1.4X Payout
chance4 = 66.05  -->1.5X Payout
chance5 = 47.10  -->2.1X Payout
chance6 = 30.94  -->3.2X Payout
chance7 = 25.02  -->3.95X Payout
    Login or Register
Gunz2itpro24:04:2020 15:56
Thanks a lot for helping me. 
Its working now! Good luck
    Login or Register