Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. // ==UserScript==
  2. // @name eeee
  3. // @version 1.88
  4. // @description eeee
  5. // @author pka
  6. // @match *://*/
  7. // @grant none
  8. // ==/UserScript==
  9. let z = newNpc;
  10. newNpc = a => {
  11. z(a);
  12. for(h in a){
  13. if (a[h].wt>19 && a[h].wt<=29 && !a[h].hasOwnProperty('fake') && hero.clan !== undefined){
  14. chatSend(`/k peka krรณl and stoi ${a[h].nick}`);
  15. }
  16. }
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement