Visual GodMode & Unlimited Ammo
I realize that this is only Visual, therefore useless, but its a cool feature so people might want it.
Watch in 720P & Fullscreen
[YOUTUBE]mKplAcW3uL4[/YOUTUBE]
Pretty obvious code...
Code:
// Visual GodMode
if(pMain->goToInfoClass->iCurrentHealth, pMain->goToInfoClass->iCurrentHealth < 100){
(pMain->goToInfoClass->iCurrentHealth, pMain->goToInfoClass->iCurrentHealth = 100);
}
Same thing with unlimited ammo/Grenades
Code:
if(pMain->goToInfoClass->goToWepInfo->iGrenadesLeft < 2){
if(pMain->goToInfoClass->goToWepInfo->iGrenadesLeft = 30);
}
Can also be done with Unlimited Stamina
Credits:
Crash-- Stats and Address
CodedDemon
Me