Advertisement
Nolifeq

Untitled

Jan 8th, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // ==UserScript==
  2. // @name namiot zywiol na prawy gorny
  3. // @version 1.0
  4. // @author dd
  5. // @match https://*.margonem.pl
  6. // ==/UserScript==
  7. test = function() {
  8. {
  9. if(map.name == 'Opuszczony Namiot') {
  10. hero.searchPath(10,3);
  11.  
  12. }
  13. }
  14. }
  15. setInterval(test, 5000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement