Advertisement
Nolifeq

Untitled

Apr 7th, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. // ==UserScript==
  2. // @name PRZECHODZENIE TYLKO NA PRZEJŚCIU 13 SEKUND
  3. // @version 1.0
  4. // @author NOLIFEQ
  5. // @match https://*.margonem.pl/
  6. // @grant none
  7. // ==/UserScript==
  8.  
  9. setInterval(() => {
  10. if (Object.keys(g.gw).includes(`${hero.rx}.${hero.ry}`)) _g('walk')
  11. }, 13000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement