Hacker News new | ask | show | jobs
by turblety 2656 days ago
Adapted to use Math.random

setInterval(function(){ captureKeyFunc({code : Math.round(Math.random()) === 1 ? 'ArrowLeft':'ArrowRight', preventDefault: function () {}}); }, 10);

1 comments

With Math.random you get ~50% win, with the sequence you get 85% because it's an exploit