gamesneeze icon indicating copy to clipboard operation
gamesneeze copied to clipboard

Add an option to disable netvars

Open Jovvik opened this issue 2 years ago • 3 comments

P vac bypass

Doesn't disable setting netvars entirely because rage sets angles and I cba to think of a way to restrict access to struct fields.

Jovvik avatar Oct 29 '22 18:10 Jovvik

what does this do, not set netvars but directly change memory relating to it?

hellidox avatar Oct 29 '22 19:10 hellidox

directly change memory relating to it?

That's how netvars are changed in general. This PR just disables setting them and breaks any features that require writing to netvars.

Jovvik avatar Oct 29 '22 19:10 Jovvik

@Jovvik use std::call_once pls ty

kehrazy avatar Oct 30 '22 15:10 kehrazy