Hello guys
Hello guys
hi everyone .Im new and and been reading alot about kac. This program sounds great .Do you have anything on what it does.In other words I have to get the owner of where I play to read something that say what program does so he will go for it.Thanks snowcat
- nightrider
- Community Moderator
- Posts: 878
- Joined: Thu Oct 08, 2009 2:38 am
- Location: under a rock
Re: Hello guys
yawn ...
This is the KAC Open Beta of version 1.2 thread .. .read on
viewtopic.php?f=4&t=231&start=0
This is the KAC Open Beta of version 1.2 thread .. .read on
viewtopic.php?f=4&t=231&start=0
Re: Hello guys
well I was more so looking for a break down of what program does. as far as blocks this etc etc etc. so I could give him link of this. . He just needs to see EXACTLY what it does. Thanks
p/s especially I see you are doing more work for aimbot program this is huge.
p/s especially I see you are doing more work for aimbot program this is huge.
Last edited by snowcat on Sat Sep 11, 2010 10:04 am, edited 1 time in total.
- nightrider
- Community Moderator
- Posts: 878
- Joined: Thu Oct 08, 2009 2:38 am
- Location: under a rock
Re: Hello guys
Did you follow the link I provided?snowcat wrote:well I was more so looking for a break down of what program does
The first post is very comprehensive in it's explanation of KAC's functionality.
- nightrider
- Community Moderator
- Posts: 878
- Joined: Thu Oct 08, 2009 2:38 am
- Location: under a rock
Re: Hello guys
Also ...
KAC ban ID's
This information was up to date as of KAC version 1.1.9
as shown here:
http://www.kigenac.com/KACSM/1.1.9/kigen-ac-pub.sp
also
Source Code for 1.2
http://www.kigenac.com/KACSM/1.2/KAC_Source.zip
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"
KAC ban ID's
This information was up to date as of KAC version 1.1.9
as shown here:
http://www.kigenac.com/KACSM/1.1.9/kigen-ac-pub.sp
also
Source Code for 1.2
http://www.kigenac.com/KACSM/1.2/KAC_Source.zip
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"
Re: Hello guys
thanks nightrider nice listing.
Re: Hello guys
GREAT listing Night.
Thx
Thx
