CursedFlames

Untitled

Apr 24th, 2020
692
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var action = "";
  2. window.setInterval(()=>{
  3.   let b = document.getElementById(action);
  4.   if (b != null) {b.click();}
  5. }, 500);
Add Comment
Please, Sign In to add comment