Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. // ==UserScript==
  2. // @name a_Dodatek Wróg
  3. // @version 1.0
  4. // @description Dodatek wróg
  5. // @author Tak
  6. // @match http://*.margonem.pl/
  7. // @grant none
  8. // ==/UserScript==
  9.  
  10. (n => {
  11. let audio = new Audio("http://cronus.margonem.com/sounds/new_mail.mp3");
  12. newOther = e => {
  13. n(e);
  14. if(map.pvp == 2){
  15. for(let z in e){
  16. if(e[z].nick !== undefined && e[z].relation !== 'fr' || e[z].relation !== 'cl' && e[z].nick !== undefined && hero.clan.name !== e[z].clan.name) {
  17. message(`${e[z].nick} ${e[z].lvl}${e[z].prof}`);
  18. audio.play();
  19. }
  20. }
  21. }
  22. }
  23. })(newOther)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement