Jire / Abendigo

A free as in both freedom and free beer game modding platform using Kotlin on the JVM.
GNU General Public License v3.0
57 stars 56 forks source link

What do this mean #50

Closed benjaminseng990 closed 8 years ago

benjaminseng990 commented 8 years ago

FOVAIM private const val UNLOCK_FOV = LOCK_FOV * How to make it better

Jire commented 8 years ago

UNLOCK_FOV is the maximum amount of FOV before the aimbot will stop "locking on" to an enemy. LOCK_FOV is the minimum amount of FOV before the aimbot will start "locking on" to an enemy.

So... if your lock is 35, and your unlock is 70 (lock * 2): Once an enemy is within 35 FOV it will start "locking on" to them, but if you don't guide your crosshair enough, or pull away from them, once the crosshair is out of 70 FOV it will "unlock".. therefore no longer assisting you.