Originally Posted by nwouh Sir Doop Please Help Me How to Create a hack damage on cfph http://www.mpgh.net/forum/242-crossf...must-read.html
Originally Posted by DOOP Code: if(hackdamage){ if(dwWeapon){ for(int i=0; i<750; i++){ DWORD pWeapon = *(DWORD*)(dwWeapon +(4*i)); if(pWeapon){ if(!IsFlashGrenade || !IsSmokeGrenade || !IsDamageGrenade) *(float*)(pWeapon + DamageOffset) = Weapon[i].weaponhackdmg + 20; } } } } CREDIT: to all MPGH PRO CODER LOL you are still active ? Ontopic: isntthis just fast kill ? 20% more dmg
Originally Posted by nwouh EroRr error C2059: syntax error : 'if' error C2143: syntax error : missing ';' before '{' error C2447: '{' : missing function header (old-style formal list?) Help Me Plss XD nice joke man... This made my moment...
Originally Posted by DOOP thats is not JOKE ^_^ I know i used sarcasm.... ---------- Post added at 03:44 PM ---------- Previous post was at 03:40 PM ---------- Originally Posted by BACKD00R Check the code in your signature! int shrtmsg = "Your Welcome"; XD Epic Fail...
Originally Posted by DOOP Code: if(hackdamage){ if(dwWeapon){ for(int i=0; i<750; i++){ DWORD pWeapon = *(DWORD*)(dwWeapon +(4*i)); if(pWeapon){ if(!IsFlashGrenade || !IsSmokeGrenade || !IsDamageGrenade) *(float*)(pWeapon + DamageOffset) = Weapon[i].weaponhackdmg + 20; } } } } CREDIT: to all MPGH PRO CODER What happens, when you add damage for Smoke or Flash Grenade ? XD
Originally Posted by rabir007 What happens, when you add damage for Smoke or Flash Grenade ? XD A mess? xDD