Advertisement
KillianMills

autoClicker.js

Apr 28th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. setInterval(window.onload = function()
  2.             {
  3.  
  4.                 document.getElementById("put Id here").click();
  5.                 console.log("I am running");
  6.  
  7.             }, 50000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement