Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name automatyczne rozdawanie umek
- // @version 1.0
- // @author baczek
- // @match *://*.margonem.pl/
- // @exclude https://www.margonem.pl/
- // @grant none
- // ==/UserScript==
- /*
- ROZDAJE UMKI:
- trop-zrecznosc
- low-zrecznposc
- pal-sila
- woj-sila
- mag-intel
- tanc-sila
- */
- const um = () => {
- if (window.$("#newlvl").css("display") === "block"){
- if(hero.prof=="b" || hero.prof=="w" || hero.prof=="p"){
- _g("useab&a=str&cnt=1")
- }
- if(hero.prof=="h" || hero.prof == "t"){
- _g("useab&a=agi&cnt=1")
- }
- if(hero.prof=="m"){
- _g("useab&a=int&cnt=1")
- }
- }
- }
- const _try = parseInput;
- parseInput = (a, b, c) => {
- um()
- _try(a,b,c)
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement