Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. function x(){
  2. oldFight=fight;
  3. fight=function(h){
  4. if (isset(h.init)) {
  5. var a = []
  6. , p = [];
  7. var wyslac=true;
  8. for (var c in h.w) {
  9. if (h.w[c].gender=="x")
  10. wyslac=false;
  11. if (h.w[c].team != 2) {
  12. a.push(h.w[c].name + "(" + h.w[c].lvl + h.w[c].prof + ")")
  13. } else {
  14. p.push(h.w[c].name + "(" + h.w[c].lvl + h.w[c].prof + ")")
  15. }
  16.  
  17.  
  18. }if (wyslac){
  19. if (hero.hp>1){
  20. _g('chat&c='+esc("zajmuje herosa Obłąkany łowca orków!"));
  21. setTimeout(function(){
  22. _g('chat&c='+esc("ku*** co nas bijesz. haszyt ty kutwo zyebana"));
  23. setTimeout(function(){
  24. _g('chat&c='+esc("niech ci Ari po chyjy poskacze dziw. pier......"));
  25. setTimeout(function(){
  26. _g('chat&c='+esc("sprzedam te yebane konto"));
  27. setTimeout(function(){
  28. _g('chat&c='+esc("spier. stąd elo frajerzy"));
  29. }, 1000)
  30. }, 2000);
  31. } , 2000);
  32. }
  33. }
  34. oldFight(h);
  35. }
  36. }
  37. g.loadQueue.push({fun: x});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement