There is a bug that, when the lua scripts stops for not having sufficient funds, if you deposit more and start again, it will go ahead with the next betting with a higher value or, when changing coins and pasting a new whole script with the correct basebet, it will use the previous basebet and so, you can be bankrupt because of this.
OP, it would be good if this bug would be solved because it cleared my balance at least 3 times before I learned it and thats the main reason I am not donating.
The bot isn't stopped unless it says "stopping" with a reason in the status bar. If you run out of funds, the bot retries the bet every 30 seconds. If you deposit, it will resume within 30 seconds of the funds being available in your account.
If you do stop it and then type start again to start betting, and it bets from where you left off, it's a problem with your script. Your script is supposed to set the starting bet when it's parsed.
See the tutorials on https://bot.seuntjie.com/programmermode.aspx
I do it, use function stop(), see an example:
nextbet = basebet
ching()
alarm()
stop()
end
My stoplosslimit is working as I tested it many times, but, when the martingale fails, it does not returns to the basebet.
And really, sometimes I stop it manually. The solution is close the bot and open again with a new script setting the basebet.
This sounds like your script doesn't set the same basebet when it's parsed as what you set when it stops.
Is your primedice nick seuntjies ?