Hello,
Recently, I've been getting back into Steam games and the link, and my friends wanted to join servers using KAC... Well, I was banned from it, for a reason I am not aware of.
STEAM_0:1:5810783
Edit: My friend sent me the website "SteamCalculator.com" because he was curious about his Steam ID. Naturally, I checked it out and I came up with my Steam ID coming up as "STEAM_0:1:14683496". I checked if that was on the banlist, which it was... I have no idea which Steam ID to use now, so my account was made during April in 2007... Perhaps that would help to determine which Steam ID is actually mine. (I found the original in my steamlogs, hence the confusion as to which is mine.)
Unknown Ban
Unknown Ban
Last edited by kumakarma on Thu Apr 15, 2010 6:51 pm, edited 1 time in total.
- nightrider
- Community Moderator
- Posts: 878
- Joined: Thu Oct 08, 2009 2:38 am
- Location: under a rock
Re: Unknown Ban
Checking 'STEAM_0:1:5810783'...
Steam ID is on the banlist.
Steam ID is on the banlist.
Re: Unknown Ban
Hey Nightrider were i can check the bans/Ids ?nightrider wrote:Checking 'STEAM_0:1:5810783'...
Steam ID is on the banlist.
85.190.19.39:27015
Dust 2 DM+Medipacks
Dust 2 DM+Medipacks
- nightrider
- Community Moderator
- Posts: 878
- Joined: Thu Oct 08, 2009 2:38 am
- Location: under a rock
Re: Unknown Ban
KAC ban ID's
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"
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: Unknown Ban
Please take note of above edit.
-
- Site Admin
- Posts: 1496
- Joined: Sat Jun 07, 2008 11:08 am
- Location: Right behind you....
- Contact:
Re: Unknown Ban
Wrong place. This is someone's protest.
~Locked
p.s., To protester, your protest will be looked into in a few days.
~Locked
p.s., To protester, your protest will be looked into in a few days.
Banned
Hello,
Approximately a month ago, I posted a protest in which I have received no response, nor any action to.
This can be found here
viewtopic.php?f=9&t=609
My steam ID is STEAM_0:1:14683496 (confirmed since last post)
Please address the issue, as I am still banned from KAC servers and am desiring a reason or removal.
Sincerely,
kumakarma
ps: if posting twice is against the rules I apologize, normally I would have put this in the original thread but it is locked.
Approximately a month ago, I posted a protest in which I have received no response, nor any action to.
This can be found here
viewtopic.php?f=9&t=609
My steam ID is STEAM_0:1:14683496 (confirmed since last post)
Please address the issue, as I am still banned from KAC servers and am desiring a reason or removal.
Sincerely,
kumakarma
ps: if posting twice is against the rules I apologize, normally I would have put this in the original thread but it is locked.
- nightrider
- Community Moderator
- Posts: 878
- Joined: Thu Oct 08, 2009 2:38 am
- Location: under a rock
Re: Unknown Ban
Topics merged.
This topic will remain locked.
Please wait for Kigen to reply as I have no other information.
This topic will remain locked.
Please wait for Kigen to reply as I have no other information.