Sufferrrrrr

Auto Clicker

Aug 12th, 2021 (edited)
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var button = document.getElementById('clicker');
  2. setInterval(function(){
  3. button.click()
  4. }, 200)
Add Comment
Please, Sign In to add comment