1. Copy everything here even this popcat hack code.
2. go to pop cat.
3. right-click.
4. click inspect.
5. go to the console on the top.
6. paste the code.
7. click enter.
8. enjoy:)
var event = new KeyboardEvent('keydown',{ key: 'g', ctrlKey: true }); setInterval(function(){ for (i = 0; i < 1000; i++) { document.dispatchEvent(event); } }, 0)