Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Anty Przebicie Poziomu
- // @version 0.1
- // @author Squanchy
- // @match https://*.margonem.pl/
- // ==/UserScript==
- const Maximum = 83
- const backGame = () => {
- if(hero.lvl>=Maximum){
- location.href = "https://www.margonem.pl/"
- }}
- const _parseInput = parseInput;
- parseInput = (a, b, c) => {
- backGame()
- _parseInput(a,b,c)};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement