i now how to fix knife changer
Here is the fix for the Knife changer
Change line 198 in CFrameStageNotify.h
from:
Code:
<ol> <li> <font style = "vertical-align: inherit;" >> CBaseHandle hViewModel = * reinterpret_cast <CBaseHandle *> (uintptr_t (pLocalPlayer) + 0x32FC); </ font> <font style = "vertical-align: inherit;"> // TODO: Delete offset </ font> </ font> </ li> </ ol>to:
Code:
<ol> <li> <font style = "vertical-align: inherit;" >> CBaseHandle hViewModel = * reinterpret_cast <CBaseHandle *> (uintptr_t (pLocalPlayer) + 0x32DC); </ font> <font style = "vertical-align: inherit;"> // TODO: Delete offset </ font> </ font> </ li> </ ol>ur good to go