xxsa

pastes.io

Dec 29th, 2022
72
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. setInterval(function() {
  2.   var event = new KeyboardEvent("keypress", {
  3.     keyCode: 39
  4.   });
  5.   document.dispatchEvent(event);
  6. }, 1000)
  7.  
  8. Pastes.io
  9. Pastes.io
  10. Pastes.io
  11. Pastes.io
  12. Pastes.io
Add Comment
Please, Sign In to add comment