Post
Topic
Board Gambling
Re: ★ Crypto-Games.net ★ 4 Years Old ★ 58.000$ wagering contest ★
by
s0lidus
on 12/10/2018, 15:12:55 UTC
Is it possible to autobet on Roulette?

I think this should still work:

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
Code:
var autoBet = setInterval(spin, 1000);
Once you want to stop betting, enter
Code:
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 Smiley

Had asked the same question a while ago Wink
Alternatively, if it doesn't work, you can also set up a macro for left mouse click

Roulette does have autobet option Wink



Quote
How does "Auto" work in roulette?
To auto play, press the "Auto" button to turn it on and then spin. To turn it off, press the "Auto" button again.