The new version is very good...

I have not reset stats

Thanks.
Huh?
Hi some version for Linux?
No linux version untill .NET goes cross platform. Should be sometime this year.
The new build seems to be losing a lot of responses for JD. I hang at least every 30 mins. Sometimes much sooner. B9 ran for over 48 hours without a problem. I can see the results of the roll on JD, but it's not showing in the bot. A few times it was because of tips. but not the majority of the time.
The lost responses might not be a bot problem. I started up the hung bot tonight and within 5 mins it hung again. Restart hung again, 3 bets hung. I switched back to B9 and it hung after 5 mins. It's running now, but for how long I don't know. I was almost tempted to break out wire shark and run a sniffer to see what the network traffic looked like. Almost.....
The new build really moves fast on the bets. Load and open working great.
Problems: Balance is negative when it's really over 21.42 or something close to that.
The program gets screwed up when you switch to advanced mode and back to programmer mode.
It's somehow picking up the bet from the advanced mode. Maybe even the chance. Things were flying so fast I didn't have time to
see what was really going on, I needed to stop it before I was broke.
Annoyances: Screen scroll sometimes flashes back to the first lines in the console. It's almost like your writing to the console so fast when it tries to refresh is moves back to the beginning of it's data for a brief time. It's only less then a second, but if you don't realize what is happening you can think something is very wrong...
Still looking for the result being returned. Haven't looked very hard, but didn't see anything new in the onscreen help stuff.
I'll let you know if I see anything else in the programmer area... And thanks again for a great bot...
If it hung on build9 as well, it probably was due to something else, But I'll take a look never the less. Wireshark isn't going to do much, it's all https so you won't be able to sniff anything useful from the packets.
Is the balance only negative in LUA or in the whole bot?
Yes when you switch from programmer mode to advanced mode while running, the betting will immediately switch to the settings in advanced mode. Will add something to make the bot stop betting, or show a warning when switching between modes.
The console flashes because when it reaches 500 lines, I remove the top 50. When I do this, it flashes a bit. Will see If I can somehow do that a bit smoother.
You'll see a new variable in the box at the top called lastBet, of type Bet. This is an object with all of the latest bets' information. Here's a very very badly drawn UML of the class:

you're probably looking for lastBet.Roll