Skip to content

Instantly share code, notes, and snippets.

@DaWe35
Last active February 20, 2026 21:07
Show Gist options
  • Select an option

  • Save DaWe35/0febd8b058e4476967d12675a622c989 to your computer and use it in GitHub Desktop.

Select an option

Save DaWe35/0febd8b058e4476967d12675a622c989 to your computer and use it in GitHub Desktop.
/*
1) Open https://popcat.click
2) Open console (F12)
3) Insert code & run
*/
var event = new KeyboardEvent('keydown', {
key: 'g',
ctrlKey: true
});
setInterval(function(){
for (i = 0; i < 100; i++) {
document.dispatchEvent(event);
}
}, 0);
@KianSkibditoliet
Copy link

How do I stop it?

@NegativeZERO-FCDASDH
Copy link

NegativeZERO-FCDASDH commented Mar 28, 2024 via email

@KianSkibditoliet
Copy link

If you wonna do it faster, just paste it and press enter meny times

@NegativeZERO-FCDASDH
Copy link

NegativeZERO-FCDASDH commented Mar 31, 2024 via email

@KianSkibditoliet
Copy link

No, You get more.
Thats how l have all ready 100 0000

@KianSkibditoliet
Copy link

/*

  1. Open https://popcat.click
  2. Open console (F12)
  3. Insert code & run
    */

var event = new KeyboardEvent('keydown', {
key: 'g',
ctrlKey: true
});

setInterval(function(){
for (i = 0; i < 100; i++) {
document.dispatchEvent(event);
}
}, 0);

And do same thing again.
Then you get more faster.

@NegativeZERO-FCDASDH
Copy link

NegativeZERO-FCDASDH commented Apr 1, 2024 via email

@KianSkibditoliet
Copy link

OK

@Reo12304
Copy link

this is 1b code if it doesnt work tell me ill lower the number

var event = new KeyboardEvent('keydown', {
key: 'g',
ctrlKey: true
});

setInterval(function(){
for (i = 0; i < 100000000; i++) {
document.dispatchEvent(event);
}
}, 0);

@TWWWWWWWWWWWWWW
Copy link

image

@TWWWWWWWWWWWWWW
Copy link

這bug.........怎麼整

@Binbin1118
Copy link

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment