KAC I.D.

Post your support questions here. Please search before asking a question.
Post Reply
SinisterSaint
Posts: 3
Joined: Mon Nov 15, 2010 2:38 am

KAC I.D.

Post by SinisterSaint »

Does each ban have it's own KAC ID? I have several bans in my KAC.log that have the same KAC ID.

{STEAM_0:0:XXXXXX} was banned for cheating. KAC ID:6.26

Different steam id's for each one
User avatar
nightrider
Community Moderator
Posts: 878
Joined: Thu Oct 08, 2009 2:38 am
Location: under a rock

Re: KAC I.D.

Post by nightrider »

SinisterSaint wrote:Does each ban have it's own KAC ID?
Each ban has the ID or more correctly the wording of the offense committed in the server.
SinisterSaint wrote:I have several bans in my KAC.log that have the same KAC ID.
{STEAM_0:0:XXXXXX} was banned for cheating. KAC ID:6.26

Different steam id's for each one
Then the Steam ID's were caught for the same offense.

KAC ban ID's

This information was up to date as of KAC version 1.1.9
as shown here:
KACSM/1.1.9/kigen-ac-pub.sp

The first numbers means:
1 - Name copying
2 - Name hack (unconnected fools)
3 - Failure to validate in time.

4.x - Failure to reply correctly to convar query.
is for when cheat-makers attempt to just block convar queries.
This would be done by causing a reply like Convar_Invalid, etc.
This should never happen on a legit client.

5.x - Failure to match server replicated convar.
is when the convar and the value provided by the client does not match the servers.
This will pretty much just be replicated convars that should, on normal clients, always match the server's copy.
Illegitimate clients (cheaters) will generally either reply with the convars default value
or with the values modified beyond what they should be. (sv_cheats 1, sv_consistency 0, etc.)

6.x - Failure to match plugins convar values list.
is for client convars that don't exist on the server and thus can't be compared.
These generally are cheat convars that, on legit clients, cannot be changed from their default values.

The x is the number representing the convar they failed to match.
In the Source code file you'll notice I added comments after the convar names.
The numbers mean their order and what they would be shown on a ban (x).
The last number is what your interested in.

KAC ban ID numbers:


0 "cl_clock_correction"
1 "cl_leveloverview"
2 "cl_overdraw_test"
3 "cl_particles_show_bbox"
4 "cl_phys_timescale"
5 "cl_showevents"
6 "fog_enable"
7 "host_timescale"
8 "mat_fillrate"
9 "mat_proxy"
10 "mat_wireframe"
11 "mem_force_flush"
12 "snd_show"
13 "snd_visualize"
14 "sv_cheats"
15 "sv_consistency"
16 "sv_gravity"
17 "r_aspectratio"
18 "r_colorstaticprops"
19 "r_DispWalkable"
20 "r_DrawBeams"
21 "r_drawbrushmodels"
22 "r_drawclipbrushes"
23 "r_drawdecals"
24 "r_drawentities"
25 "r_drawopaqueworld"
26 "r_drawothermodels"
27 "r_drawparticles"
28 "r_drawrenderboxes"
29 "r_drawtranslucentworld"
30 "r_shadowwireframe"
31 "r_skybox"
32 "r_visocclusion"
33 "vcollide_wireframe"
34 "sourcemod_version"
35 "metamod_version"
36 "bat_version"
37 "est_version"
38 "eventscripts_ver"
39 "mani_admin_plugin_version"
40 "zb_version"
41 "mat_dxlevel"




First example:

Player: Kuniva
Steam ID: STEAM_0:1:9640613
Reason: Cheating. KAC ID:5.14

KAC log file entry:
L 09/05/2009 - 21:58:41: Bad CVar response! Kuniva (STEAM_0:1:9640613)
has sv_cheats (sv_cheats) set to 1
L 09/05/2009 - 21:58:41: Kuniva (STEAM_0:1:9640613)
was banned for cheating. KAC ID:5.14

KAC ID in the 4 threw 6 range is a illegal cvar.
14 "sv_cheats"


Second example:

Player: versatile DieHard
Steam ID: STEAM_0:1:13858444
Reason: Cheating. KAC ID:6.26

KAC log file entry:
L 09/05/2009 - 21:07:09: Bad CVar response! versatile DieHard (STEAM_0:1:13858444)
has r_drawothermodels (r_drawothermodels) set to 2
L 09/05/2009 - 21:07:09: versatile DieHard (STEAM_0:1:13858444)
was banned for cheating. KAC ID:6.26

KAC ID in the 4 threw 6 range is a illegal cvar.
26 "r_drawothermodels"
SinisterSaint
Posts: 3
Joined: Mon Nov 15, 2010 2:38 am

Re: KAC I.D.

Post by SinisterSaint »

ok thanks. Another thing is, when i check the steam id's that have been banned at http://kigenac.com/bancheck.php
i get an error "Warning: socket_connect() [function.socket-connect]: unable to connect [0]: No connection could be made because the target machine actively refused it. in D:\inetpub\vhosts\kigenac.com\httpdocs\bancheck.php on line 23
Unable to contact KAC master server."

I dont know if my server is actually banning globally.
User avatar
nightrider
Community Moderator
Posts: 878
Joined: Thu Oct 08, 2009 2:38 am
Location: under a rock

Re: KAC I.D.

Post by nightrider »

Your server is only banning locally.
Only a select few servers are trusted servers that add bans to the global ban list.
SinisterSaint
Posts: 3
Joined: Mon Nov 15, 2010 2:38 am

Re: KAC I.D.

Post by SinisterSaint »

ok? Is there a way to get my servers in this select few. My clan has multiple servers on multiple games.
User avatar
nightrider
Community Moderator
Posts: 878
Joined: Thu Oct 08, 2009 2:38 am
Location: under a rock

Re: KAC I.D.

Post by nightrider »

Not possible, even my servers are not on the trusted server list that add to the global ban list.
Only possible if your servers are hosted with Kigen.
Post Reply