Page 1 of 2
Help?
Posted: Tue Jan 12, 2010 7:57 pm
by Paladin
I have tried adding this plugin before but I think when I did my server went down until I took it off. Now that hackers are targeting my server like crazy I really need this and help on using it. I added the plugin to the sourcemod/plugins folder. Any configuration needed?
Re: Help?
Posted: Tue Jan 12, 2010 8:01 pm
by Paladin
Also anyone have any suggestion of what to add to keep hackers away from my server?
Re: Help?
Posted: Tue Jan 12, 2010 8:18 pm
by nightrider
The installation process is rather simple.
Please see this thread for details and links.
viewtopic.php?f=4&t=231
Specifically KAC version 1.2.0 and above require Sockets 3.0.0 Alpha or later installed
KAC 1.2.0 will NOT work correctly with earlier versions of Sockets! & will crash your server.
Download the latest debug build from sfPlayer.
Currently listed as socket_3.0.0alpha.zip
http://forums.alliedmods.net/showthread.php?t=67640
Then install
KACSM/BETA/kigen-ac-pub.smx
Installation path listed below is for Counter-Strike Source
KAC 1.2.0 Beta or later Installation path
cstrike/addons/sourcemod/plugins/kigen-ac-pub.smx
Sockets 3.0.0 Alpha or later Installation path
cstrike/addons/sourcemod/extensions/socket.ext.dll
cstrike/addons/sourcemod/extensions/socket.ext.so
cstrike/addons/sourcemod/scripting/include/socket.inc
cstrike/addons/sourcemod/scripting/example
cstrike/addons/sourcemod/scripting/listenexample
cstrike/addons/sourcemod/scripting/selftest
Re: Help?
Posted: Tue Jan 12, 2010 8:36 pm
by Paladin
Thanks so there is no configuration needed?
I installed what you told me. What now?
Re: Help?
Posted: Tue Jan 12, 2010 9:49 pm
by nightrider
Did you check out the CVAR list on this thread?
viewtopic.php?f=4&t=231
Re: Help?
Posted: Wed Jan 13, 2010 2:51 pm
by Paladin
This is what I see.
"Here is the list of commands.
1. kac_addcvar <cvar name> <comparison type> <action> <value> <value2 if bound>
2. kac_removecvar <cvar name>
3. kac_addcmd <command name> <ban (1 or 0)>
4. kac_removecmd <command name>
Here is the list of convar settings.
1. kac_version - Version of KAC (not changable)
2. kac_cvars_enable - If the CVar detection engine is enabled or not.
3. kac_cmds_enable - If the Command protection engine is enabled or not.
4. kac_cmds_spam - Amount of commands in a second before the player gets kicked. (Set to 0 to disable)
5. kac_eyes_enable - If the Eye Test detection routine is enabled or not.
6. kac_eyes_antiwall - Enable/Disable antiwall. By default it is disabled. (Only works for CS:S.)
7. kac_eyes_antiwall_wait - Process only every x tick. Delays Antiwall processing every x tick. Default is 0 (meaning processing every tick)."
Im guess for the first part you add commands that you dont want to be aloud. Am I correct? Sorry I am new to all this.
Also if my HLSW doesnt notice KAC installed as an anit cheat is that ok?
Re: Help?
Posted: Wed Jan 13, 2010 3:30 pm
by nightrider
Yes, the list of commands you can add or remove items.
1. kac_addcvar <cvar name> <comparison type> <action> <value> <value2 if bound>
2. kac_removecvar <cvar name>
3. kac_addcmd <command name> <ban (1 or 0)>
4. kac_removecmd <command name>
I use HLSW and have no issues.
just type in console in HLSW kac_status, the console will confirm if KAC is running.
Re: Help?
Posted: Wed Jan 13, 2010 5:07 pm
by Paladin
Can you give me a list of commands i should block? Also can you give me a link for this SDKHooks.ext needed for antiwall hack. I Googled it but dont want to dl the wrong thing.
Re: Help?
Posted: Wed Jan 13, 2010 6:08 pm
by nightrider
Paladin wrote:Can you give me a list of commands i should block?
KAC blocks a preset group of commands.
I can't really recommend any that you might want to block or unblock,
as I use the default setting.
Paladin wrote:Also can you give me a link for this SDKHooks.ext needed for antiwall hack. I Googled it but dont want to dl the wrong thing.
SDK Hooks 1.2 (Updated 12/13/09)
http://forums.alliedmods.net/showthread.php?t=106748
edit
Re: Help?
Posted: Wed Jan 13, 2010 6:30 pm
by Paladin
I downloaded and installed that the first time you told me.