Hey, I am liking this website - seems pretty stable. When testing it this morning I only came across 2 bugs which need to be fixed:
1. Max bet limit [FIXED BY KALE]
When betting through the website the max accumulated profit is 5 BTC if you put the wager and profit together. For example, if you try betting over 2.5 BTC on the x2 multiplier you get this error:
http://i.imgur.com/SNOR7mr.pngHowever when I dug deeper into the code, I noticed this check was being done client sided in both of the roll button event handlers.
So what I did instead was made a PHP script which contacted the server directly to make the bet, where the wager itself was over 5 BTC. This ended up going through successfully:
http://i.imgur.com/GwBTkIj.png2. Autopilot Bug
When testing out the increment feature on autopilot I noticed another unusual occurrence. I set the start bet to 0.01 BTC and on loss told it to increase by 100%; after a few runs on this setting, I noticed autopilot bet the same amount on win twice after it lost the initial 0.01 bet. (Autopilot also lagged a couple of times, which may of caused this to happen)
http://i.imgur.com/MTSzTxs.pngThat's all from me
clap clap! that php impostor-script exploit is brilliant.
by the by, re issue #2: earlier today another user tried automated betting, and the option to reset to base after a win was defective, betting and losing double once after a win before then resetting to base as the user programmed it to do. i haven't been able to clone that event or any of the other autobet errors, which leads me to believe they're based on latency issues.