Raised This Month: $ Target: $400
 0% 

[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-03-2018 , 15:16   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #151

Quote:
Originally Posted by Pelipoika View Post
If you add a check for sv_autobunnyhopping existing, this plugin will work in TF2 with false detections with Silent-Strafe
I added that check a couple days ago
CowGod is offline
Send a message via Skype™ to CowGod
CowGod
Senior Member
Join Date: Feb 2015
Old 02-03-2018 , 15:17   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #152

Quote:
Originally Posted by vipelite View Post
I don't detect specific cheats, the detection methods are based on cheat behavior.
CowGod is offline
Send a message via Skype™ to CowGod
Pelipoika
Veteran Member
Join Date: May 2012
Location: Inside
Old 02-03-2018 , 18:06   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #153

Quote:
Originally Posted by CowGod View Post
I added that check a couple days ago
Code:
L 02/03/2018 - 17:43:49: [SM] Blaming: cowanticheat.smx
L 02/03/2018 - 17:43:49: [SM] Call stack trace:
L 02/03/2018 - 17:43:49: [SM]   [0] ConVar.BoolValue.get
L 02/03/2018 - 17:43:49: [SM]   [1] Line 333, C:\Users\Pelipoika\CowAntiCheat.sp::OnPlayerRunCmd
L 02/03/2018 - 17:43:49: [SM] Exception reported: Invalid convar handle 0 (error 4)
Server completely freezes because of error spam because that convar doesnt exist in TF2
__________________

Last edited by Pelipoika; 02-03-2018 at 18:07.
Pelipoika is offline
CowGod
Senior Member
Join Date: Feb 2015
Old 02-03-2018 , 18:22   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #154

Quote:
Originally Posted by Pelipoika View Post
Code:
L 02/03/2018 - 17:43:49: [SM] Blaming: cowanticheat.smx
L 02/03/2018 - 17:43:49: [SM] Call stack trace:
L 02/03/2018 - 17:43:49: [SM]   [0] ConVar.BoolValue.get
L 02/03/2018 - 17:43:49: [SM]   [1] Line 333, C:\Users\Pelipoika\CowAntiCheat.sp::OnPlayerRunCmd
L 02/03/2018 - 17:43:49: [SM] Exception reported: Invalid convar handle 0 (error 4)
Server completely freezes because of error spam because that convar doesnt exist in TF2
Oh I though you wanted it added, this anti-cheat is not really setup for tf2 or multi game support in general, it's really just meant for CS:GO. I can add multigame support at some point.
CowGod is offline
Send a message via Skype™ to CowGod
Nachtfrische
Member
Join Date: Aug 2015
Location: Dream Community
Old 02-03-2018 , 19:56   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #155

Hello,

can you explain how to read the logs from the !bhopcheck command?

Code:
-------------------------------------------
	Katana's Detection Logs
--------------------------------------------
Perfect Jumps: 3 2 15 2 1 1 2 1 2 3 3 2 3 3 1 3 2 4 1 3 3 3 5 16 4 2 1 2 2 1
Avg Perfect Jumps: 23.33%
Jump Commands: 4 2 5 3 2 6 3 1 2 3 1 4 2 3 3 1 5 3 2 3 3 2 1 2 3 2 1 3 3 2
Avg Jump Commands: 2.66
What is the average value of perfect jumps for a normal player?
Also, if someone has a strafe script, how does your plugin tell, if it's a AHK strafe or if it's the built in CS:GO strafe bind?

Thanks!
__________________
Visit us at: http://dream-community.de

Our 35HP Knife Server:


Our Jailbreak Server:
Nachtfrische is offline
CowGod
Senior Member
Join Date: Feb 2015
Old 02-03-2018 , 20:04   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #156

Quote:
Originally Posted by Nachtfrische View Post
Hello,

can you explain how to read the logs from the !bhopcheck command?

Code:
-------------------------------------------
	Katana's Detection Logs
--------------------------------------------
Perfect Jumps: 3 2 15 2 1 1 2 1 2 3 3 2 3 3 1 3 2 4 1 3 3 3 5 16 4 2 1 2 2 1
Avg Perfect Jumps: 23.33%
Jump Commands: 4 2 5 3 2 6 3 1 2 3 1 4 2 3 3 1 5 3 2 3 3 2 1 2 3 2 1 3 3 2
Avg Jump Commands: 2.66
What is the average value of perfect jumps for a normal player?
Also, if someone has a strafe script, how does your plugin tell, if it's a AHK strafe or if it's the built in CS:GO strafe bind?

Thanks!
Basically if someones jumpcommands are consistently over 20 they are most likely using a macro or ahk script, if their perfect jumps are 1-2 every single time then they are using a hack/script. Also ahk strafe can false positive, if a user is getting logged multiple times a minute they are most likely using ahk or something else for strafe assistance.
CowGod is offline
Send a message via Skype™ to CowGod
Nachtfrische
Member
Join Date: Aug 2015
Location: Dream Community
Old 02-03-2018 , 20:12   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #157

Quote:
Originally Posted by CowGod View Post
Basically if someones jumpcommands are consistently over 20 they are most likely using a macro or ahk script, if their perfect jumps are 1-2 every single time then they are using a hack/script. Also ahk strafe can false positive, if a user is getting logged multiple times a minute they are most likely using ahk or something else for strafe assistance.
Okay, so to make sure:
Code:
 Perfect Jumps: 1 1 2 2 1 2 1 2
would mean it's a hack / script?

And
Code:
 Jump Commands: 20 21 22 20 5 20 ...
would mean it's a macro?

Also, who can see the [CowAC] message in the chat, which flags? Is it for all admins? Ban Flag?
__________________
Visit us at: http://dream-community.de

Our 35HP Knife Server:


Our Jailbreak Server:
Nachtfrische is offline
CowGod
Senior Member
Join Date: Feb 2015
Old 02-03-2018 , 20:22   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #158

Quote:
Originally Posted by Nachtfrische View Post
Okay, so to make sure:
Code:
 Perfect Jumps: 1 1 2 2 1 2 1 2
would mean it's a hack / script?

And
Code:
 Jump Commands: 20 21 22 20 5 20 ...
would mean it's a macro?

Also, who can see the [CowAC] message in the chat, which flags? Is it for all admins? Ban Flag?
Generic flag, and yes if they had 1-2 consistant for like 20-30 then yes it is a hack/script and if they hit consistant 20+ on jump commands most likely using a macro.
CowGod is offline
Send a message via Skype™ to CowGod
waylander3
Senior Member
Join Date: Sep 2015
Location: Russia, Norilsk
Old 02-04-2018 , 07:08   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #159

what is the current status of wallhack blocker feature?
waylander3 is offline
CowGod
Senior Member
Join Date: Feb 2015
Old 02-04-2018 , 07:09   Re: [CS:GO] Cow Anti-Cheat
Reply With Quote #160

Quote:
Originally Posted by waylander3 View Post
what is the current status of wallhack blocker feature?
I ran into some csgo engine querks, so it probably won't be a thing for a while.
CowGod is offline
Send a message via Skype™ to CowGod
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:15.


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