Raised This Month: $32 Target: $400
 8% 

Any good TF2 Anti-Cheat plugin?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jackliu92
Senior Member
Join Date: Aug 2006
Old 07-30-2011 , 19:00   Any good TF2 Anti-Cheat plugin?
Reply With Quote #1

I never thought about updating my server anti-cheat cuz i thought you cannot really cheat in TF2. However, I have seen suspicious of cheaters.

First case: [Map: pl_goldrush, third stage]
I was stabbed by a spy at BLU base. Before I respawn, I saw the same spy stabbed my teammate in the second check point.

Second case: My friend have seen a spy killed 3 ppl with one shot from revolver. [Persoanlly i think thats almost impossible...]

Third case: The spy I killed appears again in like 5 sec. [Is there a weapon or something does that? I dont really play spy].

Server running: VAC, Steambans(submission closed).
Any other good anti-cheats to recommend?
__________________
jackliu92 is offline
Mavrick4283
Veteran Member
Join Date: Apr 2010
Location: 127.0.0.1@root
Old 07-30-2011 , 19:01   Re: Any good TF2 Anti-Cheat plugin?
Reply With Quote #2

https://forums.alliedmods.net/forumdisplay.php?f=133

SMAC ( Sourcemod Anti-Cheat)

It is KAC that has been updated and new modules added
Mavrick4283 is offline
jackliu92
Senior Member
Join Date: Aug 2006
Old 07-30-2011 , 19:02   Re: Any good TF2 Anti-Cheat plugin?
Reply With Quote #3

Quote:
Originally Posted by Mavrick4283 View Post

OH OH, good place, thanks for the fast reply, never thought there is a section with all AC there!!!

One question: SMAC developed by sourcmod people?
and KAC = SMAC?
__________________

Last edited by jackliu92; 07-30-2011 at 19:08.
jackliu92 is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 07-30-2011 , 19:16   Re: Any good TF2 Anti-Cheat plugin?
Reply With Quote #4

KAC was the first version developed by Kigen which then quit and the project was taken over by GoD-Tony and Psychonic. :p They are the same thing except SMAC is the upgraded version and is currently maintained.
Drixevel is offline
jackliu92
Senior Member
Join Date: Aug 2006
Old 07-30-2011 , 19:26   Re: Any good TF2 Anti-Cheat plugin?
Reply With Quote #5

I am a bit confused for download...
I seems like there is a KAC forum, however the post up there is somewhere in 2009 which I guess thats when KAC original developer left the community.

On the SMAC forum, I found Kigen's Anti-Cheat 1.1.9, the date of that post is a bit old, so I guess thats not the right place.

And then I found SMAC Development thread, I follow the link to the site, however I only found .sp files, so do I have to compile them myself?

And again, I found something else from Looking for help - Coding not required , there is main release thread, says SourceMod Anti Cheat, v1.2.1.7 (Formely Kigen's Anti Cheat), is this the correct place? [NVM, i guess it is this one...]
__________________
jackliu92 is offline
Mavrick4283
Veteran Member
Join Date: Apr 2010
Location: 127.0.0.1@root
Old 07-30-2011 , 19:28   Re: Any good TF2 Anti-Cheat plugin?
Reply With Quote #6

This is the most current release

https://forums.alliedmods.net/showpo...7&postcount=10
Mavrick4283 is offline
jackliu92
Senior Member
Join Date: Aug 2006
Old 07-30-2011 , 19:42   Re: Any good TF2 Anti-Cheat plugin?
Reply With Quote #7

Quote:
Originally Posted by Mavrick4283 View Post
Thank you so much! Installing~=D
__________________
jackliu92 is offline
jackliu92
Senior Member
Join Date: Aug 2006
Old 07-30-2011 , 20:16   Re: Any good TF2 Anti-Cheat plugin?
Reply With Quote #8

Few more questions:
Is it SMAC still using the same (KAC in front?)



ConVars:
  • kac_version - The current version of KAC.
  • kac_client_enable - Enables the Client Protection module.
  • kac_client_antirejoin - Disables the ability for clients to reconnect to respawn.
  • kac_client_nameprotect - Protects the server from name crashes and hacks.
  • kac_client_antispamconnect - Number of seconds to prevent someone from restablishing a connection to the server.
  • kac_cvars_enable - Enables the CVar Detection module.
  • kac_cmds_enable - Enables the Command module.
  • kac_cmds_spam - The number of commands a client may send in one second before kicked. (0 ~ Disables)
  • kac_cmds_log - If enabled, logs all commands issued by clients to /addons/sourcemod/logs/
  • kac_eyes_enable - Enables the Eye Test module.
  • kac_eyes_antiwall - Enables the Anti Wall Hack module.
  • kac_rcon_crashprevent - Enables RCON Crash prevention module.
???

and is there a seperated conf file i have to create or just put all var into sourcemod.cfg?

Also, is SMAC stiill have network supported?
If network still in function, do I need to install Sockets?
Is it SDKHooks still required?


It would be good if there is a readme or a installation guide for the current version.
__________________

Last edited by jackliu92; 07-30-2011 at 20:26.
jackliu92 is offline
Mavrick4283
Veteran Member
Join Date: Apr 2010
Location: 127.0.0.1@root
Old 07-30-2011 , 20:29   Re: Any good TF2 Anti-Cheat plugin?
Reply With Quote #9

no it is no longer kac inf front it is smac...

Yes network is still supported and yes you need sockets for it
SDKHooks is requred if you have the eye test module on

And it will generate it's own conf

The docs are being worked on now
Quote:
Originally Posted by jackliu92 View Post
Few more questions:
Is it SMAC still using the same (KAC in front?)


and is there a seperated conf file i have to create or just put all var into sourcemod.cfg?

Also, is SMAC stiill have network supported?
If network still in function, do I need to install Sockets?
Is it SDKHooks still required?


It would be good if there is a readme or a installation guide for the current version.
Mavrick4283 is offline
jackliu92
Senior Member
Join Date: Aug 2006
Old 07-30-2011 , 21:18   Re: Any good TF2 Anti-Cheat plugin?
Reply With Quote #10

Quote:
Originally Posted by Mavrick4283 View Post
no it is no longer kac inf front it is smac...

Yes network is still supported and yes you need sockets for it
SDKHooks is requred if you have the eye test module on

And it will generate it's own conf

The docs are being worked on now

Installed and up, everything looks good!
Thank you for all your help!

Few additional questions,

SMAC uses sm_ban to ban people right? so if i have sourcebans installed, it will also ban ppl on sourcebans right?

Also
// Enable Anti-Wallhack. This may have high CPU usage on large servers.
// -
// Default: "0"
smac_wallhack "0"

How much more CPU does this need? I have 2.2 Duo Core CPU on my server, currently running two TF2 servers, 24 players(1 reserved, 1 replay bot) on each, should I enable this?

Also is there a list of cvar check or I have to add my own list for cvar check? [OR Is there a list of cvar to check for TF2 so I can just put it to SMAC?]

Thx again!
__________________

Last edited by jackliu92; 07-30-2011 at 21:27.
jackliu92 is offline
Reply



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 05:28.


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