DJPlaya / Kigen-AC-Redux

An renewed and maintained Redux of Kigen Anti-Cheat
49 stars 12 forks source link

Renew Blocked Commands and CVar Checklist #9

Open DJPlaya opened 5 years ago

DJPlaya commented 5 years ago

There are propably more (newer) CMDs and CVars to check. Older Exploits are also probably fixed now.

Checked:

TODO: Crosschecks todo later

|-CS:GO -|CMDs cl_ent_bbox cl_ent_absbox cl_ent_rbox showtriggers_toggle

-|CVars cl_particles_show_controlpoints 1 cl_particles_show_bbox 1 showtriggers 1

|-TF2 -|CMDs

-|CVars

|-CS:S -|CMDs

-|CVars

|-L4D1 -|CMDs

-|CVars

|-L4D2 -|CMDs

-|CVars

|-Insurgency -|CMDs

-|CVars

|-DOD:S -|CMDs

-|CVars

|-HL2:DM -|CMDs

-|CVars

Nerus87 commented 4 years ago

cl_cmdrate values are NOT different than ^\d+$ (CSS)

DJPlaya commented 4 years ago

cl_cmdrate values are NOT different than ^\d+$ (CSS)

What do you mean, i dont understand?

Nerus87 commented 4 years ago

When someone set cl_cmdrate "z" there is an exploit on the server-side, that the client hides his real latency on the scoreboard. Probably conversion string to int problem.

^\d+$ - regex check.

DJPlaya commented 4 years ago

Ahh, i understand. I will add an Check for this.

DJPlaya commented 4 years ago

@Nerus87 Sorry it took so long, will be fixed in the next Update