Will investors get Bitcoin Gold later this month?
Wait for the announcement, please.
Is there any chance that you could also add some auto-play functionality to the roulette on Crypto-Games?
I don't think there's a bot available for this, right? Even if there was, I'm not a big fan of having to install an app on my pc just for this.
You can use the in-browser console to set up a simple auto betting.
Place your chips on the numbers you want to bet, then open the console (via right click on the game table) and enter
var autoBet = setInterval(spin, 1000);
Once you want to stop betting, enter
clearInterval(autoBet);
The 1000 is the delay in this case, which you can increase to slow down your autobet, but shouldn't decrease.
Credits to minifrij for this quick and easy script