So when i use clownhook after some updating the cheat doesnt like to use untrusted angles even with "Safe mode" off or on
if anyone knows how 2 fix pls help xd
Make sure "Safe Mode" or "Anti Untrusted" is on,
if this does not work then try changing the configuration,
search for:
if (Menu::Window.MiscTab.OtherSafeMode.GetState())
then replace it with:
if (Menu::Window.MiscTab.OtherSafeMode.GetState())
{
GameUtils::NormaliseViewAngle(pCmd->viewangles);
if (pCmd->viewangles.z != 0.0f)
{
pCmd->viewangles.z = 0.00;
}