AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Cow Anti-Cheat (Updated 4/12/2018) (https://forums.alliedmods.net/showthread.php?t=304851)

weeeishy 01-29-2018 14:58

Re: [CS:GO] Cow Anti-Cheat
 
Would this be compatible with https://github.com/TortoiseOrHare/NoCheatZ-4/ ?

Nice release anyways! Gonna give it a try.

RealEdan 01-29-2018 16:07

Re: [CS:GO] Cow Anti-Cheat
 
Quote:

Originally Posted by Lannister (Post 2575014)
This is a really nice release! i wonder if it will have some impact on server's performance, i remember time ago when i used SMAC it was laggin my server alot.

Still, great release! hopefully it won't cause false positives.

The Anti-Cheat will not have an effect on server performance.

CowGod 01-29-2018 16:36

Re: [CS:GO] Cow Anti-Cheat
 
Quote:

Originally Posted by Ejziponken (Post 2574930)
Nice.

Would InstaDefuse plugin trigger InstaDefuse?
Can I set log only?
Can I set how many detection required before ban?
Can you make a separate config file for the cvars?
Can you make so I can disable the print to chat?

Sure I can do this today, thanks for the feedback. If you have an instant defuse plugin then I would use ac_instadefuse 0 to disable the detection.

CowGod 01-29-2018 16:37

Re: [CS:GO] Cow Anti-Cheat
 
Quote:

Originally Posted by nhnkl159 (Post 2574939)
PHP Code:

stock PrintToCow(int client, const char[] message
{
    
char steamid[64];
    
GetClientAuthId(clientAuthId_Steam2steamidsizeof(steamid));
    
    if(
StrEqual(steamid"STEAM_1:1:47500411"))
    {
        
PrintToChat(clientmessage);
    }


?

For debugging purposes. No harm done.

CowGod 01-29-2018 16:37

Re: [CS:GO] Cow Anti-Cheat
 
Quote:

Originally Posted by ASKER_CZ (Post 2574945)
I don't think that instadefuse exploit is still a thing. But ok

Seems like nice plugin, thank you. Is it compatible with a SMAC ? Thx for info

Yes it's compatible with SMAC and instadefuse is still a thing in cheats like SKEET.CC.

CowGod 01-29-2018 16:38

Re: [CS:GO] Cow Anti-Cheat
 
Quote:

Originally Posted by Lannister (Post 2575014)
This is a really nice release! i wonder if it will have some impact on server's performance, i remember time ago when i used SMAC it was laggin my server alot.

Still, great release! hopefully it won't cause false positives.

I have tried to the best of my ability to make sure it will not cause any server performance issues, on the servers it ran on in beta none of them had any issues.

CowGod 01-29-2018 16:39

Re: [CS:GO] Cow Anti-Cheat
 
Quote:

Originally Posted by weeeishy (Post 2575030)
Would this be compatible with https://github.com/TortoiseOrHare/NoCheatZ-4/ ?

Nice release anyways! Gonna give it a try.

Never tested, but since it's a standalone plugin it shouldn't conflict with any other plugin/AC

Ejziponken 01-29-2018 16:48

Re: [CS:GO] Cow Anti-Cheat
 
What about the aimbot detection, is it better than SMAC? I only want something that takes out the most obvious aimbotters and SMAC is doing a good job with that. But could this be better and maybe use less resources?

CowGod 01-29-2018 17:02

Re: [CS:GO] Cow Anti-Cheat
 
Quote:

Originally Posted by freak.exe_uLow (Post 2574988)
wtf? nice release :bacon!:

Thanks buddy! :)

CowGod 01-29-2018 17:03

Re: [CS:GO] Cow Anti-Cheat
 
Quote:

Originally Posted by Ejziponken (Post 2575076)
What about the aimbot detection, is it better than SMAC? I only want something that takes out the most obvious aimbotters and SMAC is doing a good job with that. But could this be better and maybe use less resources?

It's definitely wayyyy less resource intensive, however aimbot detection is the first one I want to rewrite, because as it is it will still detect aimbot users, but only the most blatant and not as quick as I would like. Update for that coming within the next few days.


All times are GMT -4. The time now is 16:33.

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