ubigab

Untitled

Feb 7th, 2019
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Object.entries(playerDetails) .filter(p => p[1].pid !== Number(window.myPid) && p[1].teamHash === window.md5($("#team_name").val()) && p[1].hat !== "http://alis.io/assets/img/transparentfull.png") .forEach(h => h[1].hat = "http://alis.io/assets/img/transparentfull.png");
Add Comment
Please, Sign In to add comment