Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. // ==UserScript==
  2. // @name make CLs
  3. // @include *tribalwars.com.pt*screen=stable*
  4. // @grant none
  5. // ==/UserScript==
  6.  
  7.  
  8. document.getElementById("light_0").value = 1;
  9. setTimeout(function() {
  10.  
  11. $('input.btn.btn-recruit').click();
  12. }, 1000);
  13.  
  14. var delay = 480000;
  15. setTimeout(function() {
  16. window.location.reload();
  17. }, delay);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement