Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name zabezpieczenie przed przebiciem lvl
- // @version 1.0
- // @author baczek
- // @match *://*.margonem.pl/
- // @exclude https://www.margonem.pl/
- // ==/UserScript==
- const max = 144 // Poziom maksymalny (Gdy osiągnie ten lvl, lub bedzie wyzszy wyloguję cię)
- const goLogout = () => {
- if(hero.lvl>=max){
- location.href = "https://www.margonem.pl/"
- }}
- const thissame = parseInput;
- parseInput = (a, b, c) => {
- goLogout()
- thissame(a,b,c)
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement