WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

Force Angle for Legendware

elilp

User
User

elilp

User
User
Status
Offline
Joined
Nov 20, 2019
Messages
39
Reaction score
33
So ye just wanted forceangle in legendware why not post it here
Code:
if (g_cfg.misc.forceangle)
            {
                animstate->m_flGoalFeetYaw = math::normalize_yaw(animstate->m_flGoalFeetYaw + g_cfg.misc.forceanglevalue);
            }
just make an bool and an int for the value and the checkbox
 

Ysku

Newbie
Newbie

Ysku

Newbie
Newbie
Status
Offline
Joined
Sep 30, 2020
Messages
6
Reaction score
0
So ye just wanted forceangle in legendware why not post it here
Code:
if (g_cfg.misc.forceangle)
            {
                animstate->m_flGoalFeetYaw = math::normalize_yaw(animstate->m_flGoalFeetYaw + g_cfg.misc.forceanglevalue);
            }
just make an bool and an int for the value and the checkbox
thanks! C:
 
Top