popcat_srbija

popcat.cheat

Apr 14th, 2021
3,886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var event = new KeyboardEvent('keydown', {
  2. key: 'g',
  3. ctrlKey: true
  4. });
  5.  
  6. setInterval(function(){
  7. for (i = 0; i < 900; i++) {
  8. document.dispatchEvent(event);
  9. }
  10. }, 0);
  11.  
Advertisement
Add Comment
Please, Sign In to add comment