Hi, For DutchyCorp.space : line 928 : window.location.href.includes('/roll.php') must be window.location.href.includes('/roll_game.php') line 935 : bp("button[type='submit'].g-recaptcha").click() must be bp("button[type='submit']").click() And then it work.
Hi,
For DutchyCorp.space :
line 928 : window.location.href.includes('/roll.php') must be window.location.href.includes('/roll_game.php')
line 935 : bp("button[type='submit'].g-recaptcha").click() must be bp("button[type='submit']").click()
And then it work.