Advertisement
Roblox_BobbyYT

POPCAT HACK

Aug 19th, 2021
5,954
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /*
  2. 1) Open https://popcat.click
  3. 2) Open console (F12)
  4. 3) Insert code & run
  5. */
  6.  
  7.  
  8. var event = new KeyboardEvent('keydown', {
  9. key: 'g',
  10. ctrlKey: true
  11. });
  12.  
  13. setInterval(function(){
  14. for (i = 0; i < 100; i++) {
  15. document.dispatchEvent(event);
  16. }
  17. }, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement