(adsbygoogle = window.adsbygoogle || []).push({});
Anyone else notice that Hunter128 and some other people have hacked the leaderboards on WaW PS3? They had done the score and kills ones but not wins. Its a relatively simple bit of C++ and would have only involved adding something along the lines of this to the patch_mp file.
Originally posted by another user
doKd()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("dpad_left", "+actionslot 3");
for(;; )
{
self waittill( "dpad_left" );
self incPersStat( "kills" , 50000 );
self iPrintlnBold("^650,000 Kills Added");
}
}
I just thought i would let you guys know thats all