Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. // ----------------------------------------------------------
  2. // ==UserScript==
  3. // @name auto ataki
  4. // @version 1.0
  5. // @author ExTaza?!
  6. // @include http*://pl*.plemiona.pl/game.php?village=*&screen=place*
  7. // @include http*://pl*.plemiona.pl/game.php?screen=place*
  8. // ==/UserScript==
  9. // --------------------------------------------------------------//
  10.  
  11.  
  12.  
  13. if(window.location.href.indexOf("confirm") > -1)
  14. {
  15. }
  16. else{
  17. setTimeout('$("#selectAllUnits").click();', 100);
  18. setTimeout('$(".target-quickbutton").click();', 200);
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement