Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name BlogoKlanAuto
- // @author Suchoklates(Na podstawie Huntera)
- // @match *://*.margonem.pl/
- // @exclude https://www.margonem.pl/
- // ==/UserScript==
- setInterval(function() {
- var bless;
- var blogo = 1 //wartość od 1 do 7(nr błoga)
- if(hero.clan){
- for (let a in g.item) 10 == g.item[a].st && (bless = g.item[a]);
- if ('undefined' == typeof bless)
- _g(`clan&a=skills_use&name=blessing&opt=${blogo}&ans=1`)
- }
- }, 5000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement