Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name PRZECHODZENIE TYLKO NA PRZEJŚCIU 13 SEKUND
- // @version 1.0
- // @author NOLIFEQ
- // @match https://*.margonem.pl/
- // @grant none
- // ==/UserScript==
- setInterval(() => {
- if (Object.keys(g.gw).includes(`${hero.rx}.${hero.ry}`)) _g('walk')
- }, 13000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement