Advertisement
Nolifeq

Untitled

Mar 28th, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Anty Przebicie Poziomu
  3. // @version 0.1
  4. // @author Squanchy
  5. // @match https://*.margonem.pl/
  6. // ==/UserScript==
  7.  
  8. const Maximum = 83
  9. const backGame = () => {
  10. if(hero.lvl>=Maximum){
  11. location.href = "https://www.margonem.pl/"
  12. }}
  13. const _parseInput = parseInput;
  14. parseInput = (a, b, c) => {
  15. backGame()
  16. _parseInput(a,b,c)};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement