Disable features
Hello everyone.
This lines are turn on the features:
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 100.0f;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoWeight) = 0.0f;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoChange) = 100.0f;
But how i can turn it off?
I'm try this line:
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 0.0f;
and it's not work.
How i can disable hacks without quit?
Delete this line haha HUAHEUAHE ;d
You have to save the old state for every weapon. To disable a feature, simply restore the old value. If you dont know, how to do that, please quitt hack "coding" and buy some beginner literature.