Kigen-AC-Redux icon indicating copy to clipboard operation
Kigen-AC-Redux copied to clipboard

Renew Blocked Commands and CVar Checklist

Open DJPlaya opened this issue 5 years ago • 5 comments

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

Checked:

  • [x] CS:GO
  • [ ] TF2
  • [ ] CS:S
  • [ ] L4D1
  • [ ] L4D2
  • [ ] Insurgency
  • [ ] DOD:S
  • [ ] HL2:DM

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

DJPlaya avatar Nov 21 '18 08:11 DJPlaya

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

Nerus87 avatar Apr 22 '20 12:04 Nerus87

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

What do you mean, i dont understand?

DJPlaya avatar Apr 22 '20 13:04 DJPlaya

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.

Nerus87 avatar Apr 22 '20 16:04 Nerus87

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

DJPlaya avatar May 18 '20 17:05 DJPlaya

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

DJPlaya avatar May 29 '20 08:05 DJPlaya