3 ms·
A very nice game! Another automatic click script, clicking the buttons only when necessary: var checkAll = setInterval(function() { var bn = ['stoke','gather'
by ruxkor 13y ago
A very nice game!
Another automatic click script, clicking the buttons only when necessary:
var checkAll = setInterval(function() { var bn = ['stoke','gather','traps']; for (var i=0; i<bn.length;i++) $('#'+bn[i]+'Button:not(.disabled)').click(); }, 500);