Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name wychodzenia z posterunku
- // @version 1.0
- // @author dd
- // @match https://*.margonem.pl
- // ==/UserScript==
- test = function() {
- {
- if(map.name == 'Posterunek') {
- hero.searchPath(8,11);
- }
- }
- }
- setInterval(test, 3000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement