Closed pplegends closed 1 month ago
This is an example of this implementation, but it’s on R5Reloaded. https://github.com/cryotb/R5R_AimAssist_Forcer
The two implementations you mentioned are not the same. Regarding the first implementation, hooking a function in the game greatly increases the risk of being detected.
Custom aim assist strength
1. Locate apex's clientstate interface and go to it's VMT at clientstate_base+0x10: Code:
2. Place a hook on ProcessPlaylistOverride at index 13. Hook handler: Code: