POPCAT Google Chrome 無限刷666? - popcat.games

POPCAT Google Chrome 無限刷666?

FF_浪哥
Views: 239
Like: 4
教你們如何無限刷

2 Comments

  1. var mass = 2000; //每輪連點次數

    var max = Math.round(114e4 / mass);
    var clickKey = new KeyboardEvent('keydown', { key: 'y', ctrlKey: true });
    var clicker = setInterval(function() {
    i = 0;
    while (i++ < mass) document.dispatchEvent(clickKey);
    if (max– < 0) {
    clearInterval(clicker);
    alert("停止連點");
    };
    }, 0);

Leave a Reply

Your email address will not be published. Required fields are marked *