jackethdavies

Untitled

Jun 22nd, 2022
961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function clickButton() {
  2.     $('button').click();
  3. }
  4.  
  5. if (window.location.href === 'https://camorra.world/crime/gta.php') {
  6.     setInterval(clickButton, 120000);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment