Advertisement
Abu_Rajih

cc

Jan 17th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Kons=KNS.split(' ');i=0;if($.cookie('Konsantre')!=null){var i=$.cookie("Konsantre")};
  2. if(i>=Kons.length){i=0;UI.InfoMessage('انتهى السكربت من توزيع القرى',2000,'success')};
  3. Koor=Kons[i];Koor=Koor.split('|');i++;document.forms[0].x.value=Koor[0];document.forms[0].y.value=Koor[1];document.forms[0].attack.click();
  4. var date=new Date();date.setTime(date.getTime()+(10*60*1000));$.cookie("Konsantre",i,{expires:date});
  5. var spy=$('#unit_input_spy').next().html();if(spy.match(/\d+/g)>=C){$('#unit_input_spy').val(C);}
  6. var light=$('#unit_input_light').next().html();if(light.match(/\d+/g)>=H){$('#unit_input_light').val(H);}end();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement