Advertisement
Nolifeq

Untitled

Jan 10th, 2022
54
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 wychodzenia z posterunku
  3. // @version 1.0
  4. // @author dd
  5. // @match https://*.margonem.pl
  6. // ==/UserScript==
  7. test = function() {
  8. {
  9. if(map.name == 'Posterunek') {
  10. hero.searchPath(8,11);
  11.  
  12. }
  13. }
  14. }
  15. setInterval(test, 3000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement