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

[CS:GO] Cow Anti-Cheat (Updated 4/12/2018)


Post New Thread Reply   
 
Thread Tools Display Modes
CowGod
Senior Member
Join Date: Feb 2015
Old 02-01-2018 , 04:38   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #101

Quote:
Originally Posted by ayrton09_arg View Post
helloo, tried with the latest version and i got this
[SM] Plugin CowAntiCheat.smx failed to load: Native "SourceBans_BanPlayer" was not found.
I have just updated it now to support both servers with sourcebans and without, if you have sourcebans install I recommend you update to the newest version of sourcebans++.
CowGod is offline
Send a message via Skype™ to CowGod
headline
SourceMod Moderator
Join Date: Mar 2015
Old 02-01-2018 , 04:45   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #102

Quote:
Originally Posted by Drumanid View Post
Slightly edited the plugin for myself, if you need anyone - take

PHP Code:
/*
1. Change name CowAntiCheat <> AntiCheat
2. Changing the ban method / Removed support for sourcebans
3. Added by newdecls required / Correcting the syntax
*/ 
Author - gj!

UPD!
By the way, passing user input directly into ServerCommand is one of the biggest mistakes you can make. As DarthNinja said in the past:
Quote:
Originally Posted by DarthNinja View Post
Show me a server running this plugin and I'll show you a server I can run arbitrary commands on.
By the way, the user input in this case is the player's name

Last edited by headline; 02-01-2018 at 04:47.
headline is offline
waylander3
Senior Member
Join Date: Sep 2015
Location: Russia, Norilsk
Old 02-01-2018 , 05:05   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #103

is there any logs of detections?
also, i have a dream what anticheat manually uploads a demo with ban on SB with lasts 10 minutes of player's gameplay with detection moments.

Last edited by waylander3; 02-01-2018 at 05:06.
waylander3 is offline
CowGod
Senior Member
Join Date: Feb 2015
Old 02-01-2018 , 05:17   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #104

Quote:
Originally Posted by waylander3 View Post
is there any logs of detections?
also, i have a dream what anticheat manually uploads a demo with ban on SB with lasts 10 minutes of player's gameplay with detection moments.
No there are not currently any logs of detections, however I will add that as it would be very helpful. As for the demos, I will not be adding that soon. Maybe in the future some time.

Last edited by CowGod; 02-01-2018 at 05:17.
CowGod is offline
Send a message via Skype™ to CowGod
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 02-01-2018 , 05:21   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #105

Quote:
Originally Posted by CowGod View Post
I have just updated it now to support both servers with sourcebans and without, if you have sourcebans install I recommend you update to the newest version of sourcebans++.
i dont have sourcebans and when i try to load the plugin got this log "CowAntiCheat.smx (CowAntiCheat): Native "SourceBans_BanPlayer" was not found"
ayrton09_arg is offline
CowGod
Senior Member
Join Date: Feb 2015
Old 02-01-2018 , 05:26   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #106

Quote:
Originally Posted by ayrton09_arg View Post
i dont have sourcebans and when i try to load the plugin got this log "CowAntiCheat.smx (CowAntiCheat): Native "SourceBans_BanPlayer" was not found"
Fixed now, thanks!
CowGod is offline
Send a message via Skype™ to CowGod
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 02-01-2018 , 05:51   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #107

Quote:
Originally Posted by CowGod View Post
Fixed now, thanks!
Working! thanks!
ayrton09_arg is offline
CowGod
Senior Member
Join Date: Feb 2015
Old 02-01-2018 , 05:53   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #108

Quote:
Originally Posted by ayrton09_arg View Post
Working! thanks!
No problem buddy
CowGod is offline
Send a message via Skype™ to CowGod
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 02-01-2018 , 06:06   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #109

Quote:
Originally Posted by CowGod View Post
fixed now
thanks, itīs work fine
freak.exe_uLow is offline
Drumanid
Junior Member
Join Date: Mar 2017
Location: Russia
Old 02-01-2018 , 06:14   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #110

Maybe it's worth doing an anti flood of 'bans'?

Example:
PHP Code:
g_iTime[MAXPLAYERS 1]; // Global

public void CheckSidemoveCount(int client)
{
    if(
g_iPerfSidemove[client] >= g_ConVar_SilentStrafeBanThreshold.IntValue)
    {
        
int iTime GetTime();
        if(
g_iTime[client] > iTime) return;
        
g_iTime[client] = iTime 5;

        
PrintToChatAll(" \x0B[\x02AC\x0B] \x0E%N \x01- найден Silent-Strafe!"client);
        
ServerCommand("sm_ban \"%N\" \"%i\" \"[AntiCheat] Silent-Strafe\""clientg_ConVar_SilentStrafeBanTime.IntValue);
        
        
g_iPerfSidemove[client] = 0;
    }

Attached Thumbnails
Click image for larger version

Name:	Screenshot_1.png
Views:	303
Size:	29.6 KB
ID:	168333  
Drumanid 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 02:50.


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