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

Kigen's Anti-Cheat 1.1.9


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Kigen
BANNED
Join Date: Feb 2008
Old 08-26-2009 , 16:29   Re: Kigen's Anti-Cheat 1.1.9
#1781

Quote:
Originally Posted by ulx View Post
The sourcecode isn't able to get compiled by the web compiler, even if you only comment out "#define SOCKET_ENABLED" - any idea?

Your plugin failed to compile! Read the errors below:

SourcePawn Compiler 1.2.1Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2008 AlliedModders, LLC/home/groups/sourcemod/upload_tmp/phpJwRYk3.sp(1) : error 010: invalid function or declaration1 Error.
Its because it thinks the file is UTF8. Which messes up quite a lot. That is why there is a warning around about making sure the file always gets opened as ANSI and not UTF8.
Kigen is offline
myzombie
BANNED
Join Date: Apr 2009
Old 08-27-2009 , 01:29   Re: Kigen's Anti-Cheat 1.1.9
#1782

Just found this code in KAC.

// Uncomment to just block speed hackers.
// t_ConVar = FindConVar("sv_max_usercmd_future_ticks");
// if ( t_ConVar != INVALID_HANDLE )
// SetConVarInt(t_ConVar, 1);

Any reason why wasn't anti speedhack enabled by default?
myzombie is offline
Kigen
BANNED
Join Date: Feb 2008
Old 08-27-2009 , 04:29   Re: Kigen's Anti-Cheat 1.1.9
#1783

Could cause the server to appear to lag since it won't accept future ticks from the client. The client sends future ticks with it's prediction information to the server for smoother gameplay.

Changing that cvar that VALVe built in will prevent any future ticks beyond the next available tick. Thus it would render speedhacking useless as the speed hacker would be just bouncing on his screen while not gaining the advantage of speed since almost all speed hacks work by trying to confuse the server on which tick it is and where the client should be.
Kigen is offline
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 08-27-2009 , 05:15   Re: Kigen's Anti-Cheat 1.1.9
#1784

Quote:
Originally Posted by Kigen View Post
Could cause the server to appear to lag since it won't accept future ticks from the client. The client sends future ticks with it's prediction information to the server for smoother gameplay.

Changing that cvar that VALVe built in will prevent any future ticks beyond the next available tick. Thus it would render speedhacking useless as the speed hacker would be just bouncing on his screen while not gaining the advantage of speed since almost all speed hacks work by trying to confuse the server on which tick it is and where the client should be.
With next update you should introduce config file which KAC reads to enable/disable its features
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
myzombie
BANNED
Join Date: Apr 2009
Old 08-27-2009 , 08:00   Re: Kigen's Anti-Cheat 1.1.9
#1785

Will enabling that speedhack protect against Project-7's speedhack?

alias "+speedhack" "host_framerate 25"
alias "-speedhack" "host_framerate 0"
bind "v" "+speedhack"
myzombie is offline
Viper_Vicki
AlliedModders Donor
Join Date: Sep 2005
Location: USA
Old 08-27-2009 , 19:39   Re: Kigen's Anti-Cheat 1.1.9
#1786

Could this error, time out my server, because it has begun to time out for some reason. Not a hard crash, no crash dumps are generated, but times out and comes back up by itself on same map with building that were built still on map and players reconnect, Game is empiresmod:

L 08/27/2009 - 16:40:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 08/27/2009 - 16:40:02: [SM] Displaying call stack trace for plugin "kigen-ac-pub-nosockets.smx":
__________________
[VIPER]_Vicki


Last edited by Viper_Vicki; 08-27-2009 at 19:59.
Viper_Vicki is offline
Kigen
BANNED
Join Date: Feb 2008
Old 08-27-2009 , 20:34   Re: Kigen's Anti-Cheat 1.1.9
#1787

Quote:
Originally Posted by myzombie View Post
Will enabling that speedhack protect against Project-7's speedhack?

alias "+speedhack" "host_framerate 25"
alias "-speedhack" "host_framerate 0"
bind "v" "+speedhack"
It protects against all.

Hrm.
Kigen is offline
Kigen
BANNED
Join Date: Feb 2008
Old 08-27-2009 , 20:43   Re: Kigen's Anti-Cheat 1.1.9
#1788

Quote:
Originally Posted by Viper_Vicki View Post
Could this error, time out my server, because it has begun to time out for some reason. Not a hard crash, no crash dumps are generated, but times out and comes back up by itself on same map with building that were built still on map and players reconnect, Game is empiresmod:

L 08/27/2009 - 16:40:02: [SM] Plugin encountered error 15: Array index is out of bounds
L 08/27/2009 - 16:40:02: [SM] Displaying call stack trace for plugin "kigen-ac-pub-nosockets.smx":
You alter KAC or get a version from a unofficial source?
Kigen is offline
Viper_Vicki
AlliedModders Donor
Join Date: Sep 2005
Location: USA
Old 08-28-2009 , 09:39   Re: Kigen's Anti-Cheat 1.1.9
#1789

it was edited by a Source Mod dev
But would that error time out a server?
__________________
[VIPER]_Vicki

Viper_Vicki is offline
Kigen
BANNED
Join Date: Feb 2008
Old 08-28-2009 , 11:44   Re: Kigen's Anti-Cheat 1.1.9
#1790

Shouldn't.

But your SourceMod dev messed up apparently.
Kigen 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 01:23.


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