Advertisement
Nolifeq

BlogoKlanAuto

Sep 15th, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. // ==UserScript==
  2. // @name BlogoKlanAuto
  3. // @author Suchoklates(Na podstawie Huntera)
  4. // @match *://*.margonem.pl/
  5. // @exclude https://www.margonem.pl/
  6. // ==/UserScript==
  7. setInterval(function() {
  8. var bless;
  9. var blogo = 1 //wartość od 1 do 7(nr błoga)
  10. if(hero.clan){
  11. for (let a in g.item) 10 == g.item[a].st && (bless = g.item[a]);
  12. if ('undefined' == typeof bless)
  13. _g(`clan&a=skills_use&name=blessing&opt=${blogo}&ans=1`)
  14. }
  15. }, 5000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement