27224Fermer27226
robinHoodLe 10/10/2011 à 10:43
le virus doit rajouter un truc du style
hightPointTarget.add("hadopi",gps.getlocationOf(hadopiX,hadopiY));
...

foreach(hightPointTarget as target)
	if(gps.getDistanceInYard(drone.location,target.location) < 50)
	{	megaBoomOn(target.location);
		drone.radio.sendUnCrypt(target.name." defaced by ".hacker.name);
	}