Skip to content

Instantly share code, notes, and snippets.

@DaWe35
Last active June 14, 2024 12:47
Show Gist options
  • Save DaWe35/0febd8b058e4476967d12675a622c989 to your computer and use it in GitHub Desktop.
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

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

@mrericwong
Copy link

Hmm I will try but I told everyone in school so everyone uses the hack now 20 people spam popcat if it works I will tell them but nice I thought I tried but I will do it again. we all have done 100 million together in school lol

On Mon., Apr. 1, 2024, 1:41 p.m. KianSkibditoliet, @.> wrote: @.* commented on this gist. ------------------------------ /* 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. — Reply to this email directly, view it on GitHub https://gist.github.com/DaWe35/0febd8b058e4476967d12675a622c989#gistcomment-5008055 or unsubscribe https://github.com/notifications/unsubscribe-auth/BEPG5B4JHPLW4GM7BAUNXITY3FBXFBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVEYTAOBZGIYDCNJQU52HE2LHM5SXFJTDOJSWC5DF . You are receiving this email because you commented on the thread. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .

If you're using Chrome or MS Edge, please give my popcat clicker extension a try: https://chromewebstore.google.com/detail/popcat-hack/eccbdllelaajpodcngjbmejmdmfebjkg?hl=en. It is easy to use and starts automatically when you arrive popcat.click!

@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);

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