(function($) { $(document).ready(function() { setInterval(function() { $('#AutoBetHighButton').click();///Change High to Low if you want to roll low }, 750) /// Set in milliseconds how fast you want to bet (can't exploit to roll faster on site) }); })(jQuery);