Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name namiot zywiol na prawy gorny
- // @version 1.0
- // @author dd
- // @match https://*.margonem.pl
- // ==/UserScript==
- test = function() {
- {
- if(map.name == 'Opuszczony Namiot') {
- hero.searchPath(10,3);
- }
- }
- }
- setInterval(test, 5000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement