When you type start(), the console will print the value returned by the function, but my function doesn't return anything, it just start the bot. After executing start() go to "My Bets" on the site and you will see the bot betting automatically.
Thanks for your reply.
Unfortunately, as I said before, after I typed "start()", the console's response was "undefined", and no action appeared under "My Bets".
The console throw up "connection errors" more or less immediately after I pressed F12. This seems to be the "problem" in the first place.
Any advise on this?
Are you aware that the script in post #152 is outdated? Just-dice uses a CSRF token now. Search dice.js for socket.emit("bet" and perhaps you'll find the answer.