So, i dont know if anyone else noticed, but a lot of infections do not... well... infect anymore.
And this is why.
During the recent playlist update, IW changed a few things in the onConnect.
They started to monitor certain dvars.
Lets use UAV for example
Two of the many dvars for UAV are:
self setClientDvar("compassSize", "1.5" );
self setClientDvar("compassEnemyFootstepEnabled", "1" );
What they did to patch these infections is to monitor them.
This is what monitor means.
OnConnect they are initiating the dvars
self setClientDvar("compassSize", "1" );
self setClientDvar("compassEnemyFootstepEnabled", "0" );
This changes the dvar values, nullifying the effect of uav always on.
What also doesnt work-
-visions
-any perk dvars
-wallhack
-aimbot
Infections still work if they are DIRECTLY infected from a jtag, because the jtag is running its own onConnect.
Example: I can infect myself and host private matches with any infections i want on myself, but anyone else who comes in will not get infected.