XBoom31 / ApocalyseCheatsSC

42 stars 31 forks source link

Hitchance is broken #25

Closed lightstepcpp closed 7 years ago

lightstepcpp commented 7 years ago

Hello, your hitchance is broken, to fix this simply go to Entities.h and replace float GetInaccuracy() { typedef float(__thiscall oInaccuracy)(PVOID); return call_vfunc< oInaccuracy >(this, 484)(this); } with float GetInaccuracy() { typedef float(__thiscall oInaccuracy)(PVOID); return call_vfunc< oInaccuracy >(this, 483)(this); }

XBoom31 commented 7 years ago

Thanks!