Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.17 KB

File metadata and controls

42 lines (34 loc) · 1.17 KB

Do you have a computer? Do you want to contribute to your country?

  1. Go https://popcat.click/
  2. Lower down your volume
  3. Right click
  4. Click Inspect
  5. Click Console
  6. Copy and Paste the following script, no worries, it's not virus
document.cookie="bot= "
const event = new KeyboardEvent('keydown', { key: 'a', ctrlKey: true });
const timegap = 1 / (780 / (30 * 1000));
setInterval(() => {
    document.dispatchEvent(event);
}, timegap);
  1. Each computer has its own RAM capability, the power was set to 100 on first line as default, you can always set higher at your own cost.
  2. Now contribute to your own country!

你有电脑吗?想为国家付出吗?

  1. 进入 https://popcat.click/
  2. 把声音调低
  3. Right click
  4. 按 Inspect
  5. 按 Console
  6. Copy Paste 这个东东, 没有virus的
document.cookie="bot= "
const event = new KeyboardEvent('keydown', { key: 'a', ctrlKey: true });
const timegap = 1 / (780 / (30 * 1000));
setInterval(() => {
    document.dispatchEvent(event);
}, timegap);
  1. 由于每个电脑可以承受的 RAM 不一样, 建议第一行的 power 设置为10, 如果想挑战,可以试试1000或以上
  2. 为国争光!