Raised This Month: $51 Target: $400
 12% 

Kigen's Anti-Cheat 1.1.9


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Box Cutter
SourceMod Donor
Join Date: Dec 2006
Location: Arizona
Old 06-08-2008 , 20:01   Re: Kigen's Anti-Cheat
#101

So set my gavity to 800.1. with both decimal points? Can you explain what this will do again?

-BC
Box Cutter is offline
Kigen
BANNED
Join Date: Feb 2008
Old 06-08-2008 , 21:10   Re: Kigen's Anti-Cheat
#102

Code:
sv_gravity 800.1
That help?
Kigen is offline
sirmoe
Senior Member
Join Date: Mar 2008
Old 06-08-2008 , 22:25   Re: Kigen's Anti-Cheat
#103

With the autoupdater, can you make it all new features which are added are disabled by defult?

That way we dont get 100's of bans for something we didnt know was a feature

Keep up the great work
sirmoe is offline
XARIUS
SourceMod Donor
Join Date: May 2008
Location: Atlanta, GA
Old 06-08-2008 , 22:26   Re: Kigen's Anti-Cheat
#104

Careful using the individual per-player gravity settings that come with SM-Admin, while some guys were tinkering with it, KAC banned them right good for it ;)
XARIUS is offline
Box Cutter
SourceMod Donor
Join Date: Dec 2006
Location: Arizona
Old 06-08-2008 , 22:43   Re: Kigen's Anti-Cheat
#105

Quote:
Originally Posted by Kigen View Post
Code:
sv_gravity 800.1
That help?
Yes, but can you explain what doing this will exactly do and how it helps?

Thanks
Box Cutter is offline
Kigen
BANNED
Join Date: Feb 2008
Old 06-08-2008 , 22:45   Re: Kigen's Anti-Cheat
#106

Quote:
Originally Posted by XARIUS View Post
Careful using the individual per-player gravity settings that come with SM-Admin, while some guys were tinkering with it, KAC banned them right good for it ;)
Only one I saw that possible caused problems was sm_votegravity. But that was fixed as of 1.1.1.

SM's sm_gravity shouldn't cause such problems.

Code:
PerformGravity(client, target, Float:amount)
{
	new offset = FindDataMapOffs(client, "m_flGravity");
	new Float:temp = GetEntDataFloat(client, offset);
	PrintToChatAll("Gravity check %f", temp);
	
	SetEntityGravity(target, amount);
	LogAction(client, target, "\"%L\" set gravity on \"%L\" to %d.", client, target, amount);
}
KAC is strictly CVAR enforcement at the moment. So setting a entity property shouldn't cause a KAC ban.

Can you provide the KAC ID that it banned the player with?
Kigen is offline
Kigen
BANNED
Join Date: Feb 2008
Old 06-08-2008 , 22:50   Re: Kigen's Anti-Cheat
#107

Quote:
Originally Posted by Box Cutter View Post
Yes, but can you explain what doing this will exactly do and how it helps?

Thanks
Because cheats remove the FCVAR_REPLICATE flag from all CVARs including sv_gravity, sv_gravity will remain at 800 on the cheater's client no matter what the server does. Because once a CVAR doesn't have the FCVAR_REPLICATE flag anymore on the client the client will NOT allow the server to set it. This was originally done to prevent "Admin Slowhacking." So thus people who try to hide their cheating by setting their CVARs to the defaults will still be caught.
Kigen is offline
tcviper
Veteran Member
Join Date: Oct 2005
Location: Netherlands
Old 06-09-2008 , 04:48   Re: Kigen's Anti-Cheat
#108

Might be carefull of just banning 'possible' Steam Cafe Accounts. It could be better to notice an admin of a possible cafe account while ingame then just blocking them. You can never be 100% sure if it's a Cafe Account.
__________________
tcviper is offline
Send a message via MSN to tcviper
PStar
Veteran Member
Join Date: Mar 2008
Old 06-09-2008 , 08:27   Re: Kigen's Anti-Cheat
#109

USing this our WAR server, hopefully this will give more fair play in the war.
On the PUB server some functions are off but i think it still does the job.

p.s: we are changing from DE CS VIP maps to only GG maps which are not so big and doesn't have much files to download (the size of the biggest map is about 7-8Mb-s) Should i turn Kac_validate on?
There are only some sound files to download to which comes whit the sourcemod.
PStar is offline
ottobohn
Senior Member
Join Date: Sep 2007
Old 06-09-2008 , 09:50   Re: Kigen's Anti-Cheat
#110

Quote:
Originally Posted by tcviper View Post
Might be carefull of just banning 'possible' Steam Cafe Accounts. It could be better to notice an admin of a possible cafe account while ingame then just blocking them. You can never be 100% sure if it's a Cafe Account.
Cafe account bans, as watching them join, had a lot of myg o t tags. I think the whitelist does great and those who do play, can ask the admin to be unbanned. Cafe accounts account for most of our aimbot hackers.

Otto
ottobohn is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:11.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode