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

[ANY] Little Anti-Cheat


Post New Thread Reply   
 
Thread Tools Display Modes
J_Tanzanite
Senior Member
Join Date: Aug 2018
Location: Norway
Old 04-10-2021 , 08:43   Re: [ANY] Little Anti-Cheat
Reply With Quote #331

I see, I'll look into it and consider it.
Thanks for your time
J_Tanzanite is offline
pedrotski
Member
Join Date: Nov 2020
Old 04-10-2021 , 20:14   Re: [ANY] Little Anti-Cheat
Reply With Quote #332

For us the 1.6.3 version detected false positives with pro bhoppers. Moving to 1.7 fixed the issue. So far it has been working as intended. Thank you!
__________________
pedrotski is offline
BReeZ
AlliedModders Donor
Join Date: Feb 2013
Location: Denmark
Old 04-12-2021 , 13:25   Re: [ANY] Little Anti-Cheat
Reply With Quote #333

Heya!

Request:
Can you somehow add, so that on Sourcebans it says LILAC instead of CONSOLE, that banned the player?
Sometimes servers run more anti cheats, or deletes an admin etc. It would just be more cool and personal if the anticheat had a name attached to it on Sourcebans^^

Is it possible to add?
__________________
BReeZ is offline
Le1T
Member
Join Date: Oct 2018
Old 04-12-2021 , 13:34   Re: [ANY] Little Anti-Cheat
Reply With Quote #334

Quote:
Originally Posted by BReeZ View Post
Heya!

Request:
Can you somehow add, so that on Sourcebans it says LILAC instead of CONSOLE, that banned the player?
Sometimes servers run more anti cheats, or deletes an admin etc. It would just be more cool and personal if the anticheat had a name attached to it on Sourcebans^^

Is it possible to add?
works fine.
SB++ 1.6.3

Spoiler

Last edited by Le1T; 04-12-2021 at 13:36.
Le1T is offline
BReeZ
AlliedModders Donor
Join Date: Feb 2013
Location: Denmark
Old 04-14-2021 , 15:18   Re: [ANY] Little Anti-Cheat
Reply With Quote #335

Quote:
Originally Posted by Le1T View Post
works fine.
SB++ 1.6.3

Spoiler
Heya, i'm refering to the "admin name" and not the reason
__________________
BReeZ is offline
J_Tanzanite
Senior Member
Join Date: Aug 2018
Location: Norway
Old 04-14-2021 , 15:27   Re: [ANY] Little Anti-Cheat
Reply With Quote #336

I'd like to add such a feature, as it sounds like a pretty neat idea.
I just don't know how to do so... I'm not even sure if it's possible? If it is, it's something I haven't seen before.

SourceBans++ comes with 2 functions:
PHP Code:
void SBPP_ReportPlayer(int iReporterint iTarget, const char[] sReason);
void SBPP_BanPlayer(int iAdminint iTargetint iTime, const char[] sReason); 
There isn't anything obvious here that I can see that would allow me to do that.

If I'm wrong and it is possible, let me know and I'll see if I can implement it.
J_Tanzanite is offline
Ryan2
Senior Member
Join Date: Jul 2020
Old 04-16-2021 , 20:58   Re: [ANY] Little Anti-Cheat
Reply With Quote #337

Quote:
Originally Posted by azalty View Post
Perfect! I'll try to work on it soon

And your opinion matters
Any update on this?
Ryan2 is offline
azalty
AlliedModders Donor
Join Date: Feb 2020
Location: France
Old 04-16-2021 , 22:58   Re: [ANY] Little Anti-Cheat
Reply With Quote #338

Quote:
Originally Posted by Ryan2 View Post
Any update on this?
Soon™️

I’ve been busy lately and on top of that, I completely forgot it.

I created an issue to show my progress and remind me that I have to work on that.

Link: https://github.com/J-Tanzanite/Littl...heat/issues/83

When I’ll do it depends of my homework, social relations, motivation, so I can’t say for sure when I’ll do it.
__________________
GitHub | Discord: @azalty | Steam
azalty is offline
Le1T
Member
Join Date: Oct 2018
Old 04-17-2021 , 02:29   Re: [ANY] Little Anti-Cheat
Reply With Quote #339

Quote:
lilac_ban_length
lilac_set_ban_length angles <minutes>
lilac_set_ban_length chatclear <minutes>
lilac_set_ban_length convar <minutes>
lilac_set_ban_length nolerp <minutes>
lilac_set_ban_length bhop <minutes>
lilac_set_ban_length aimbot <minutes>
lilac_set_ban_length aimlock <minutes>
lilac_set_ban_length antiduckdelay <minutes>
lilac_set_ban_length noisemaker <minutes>
Is that full ban list?
Can't find ban length for macro :S
Le1T is offline
AcidCat
New Member
Join Date: Apr 2021
Old 04-18-2021 , 19:04   Re: [ANY] Little Anti-Cheat
Reply With Quote #340

Hi! First, I want to thank J_Tanzanite for this project, it's a really cool and helpful plugin!

I have a problem with 1.7.0 beta version.
I have created my tf2 server a week ago and started to test it. I wanted to test Interp Exploit Kicker.

It's correctly detect interp abuse:
Code:
lilac.log:
...
2021/04/18 22:53:56 [Version 1.7.0-Dev 14] {Name: "Acid Cat [test]" | SteamID: STEAM_0:0:55657362 | IP: 176.193.49.120} was kicked for exploiting interpolation (500.000ms / 105ms max).
But it's not kicking me from a server. I can steel play, disconnect and connect again.
(I should have no immunity because i have configured sourcemod admin with username and password auth method. And i set different steam username before testing)

In sourcemod error log there are errors:
Code:
L 04/18/2021 - 22:28:58: SourceMod error session started
L 04/18/2021 - 22:28:58: Info (map "pl_pier") (file "/home/parsee/hlserver/tf/addons/sourcemod/logs/errors_20210418.log")
L 04/18/2021 - 22:28:58: [SM] Fatal error encountered parsing translation file "lilac.phrases.txt"
L 04/18/2021 - 22:28:58: [SM] Error (line 0, column 0): Stream failed to open
L 04/18/2021 - 22:30:36: [SM] Exception reported: Language phrase "kick_interp_exploit" not found (arg 5)
L 04/18/2021 - 22:30:36: [SM] Blaming: littleanticheat/plugins/lilac.smx
L 04/18/2021 - 22:30:36: [SM] Call stack trace:
L 04/18/2021 - 22:30:36: [SM]   [0] KickClient
L 04/18/2021 - 22:30:36: [SM]   [1] Line 96, lilac/lilac_lerp.sp::detected_lerp_exploit
L 04/18/2021 - 22:30:36: [SM]   [2] Line 63, lilac/lilac_lerp.sp::timer_check_lerp
L 04/18/2021 - 22:30:41: [SM] Exception reported: Language phrase "kick_interp_exploit" not found (arg 5)

Last edited by AcidCat; 04-18-2021 at 19:07.
AcidCat 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 16:45.


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