Raised This Month: $7 Target: $400
 1% 

[ANY] Little Anti-Cheat


Post New Thread Reply   
 
Thread Tools Display Modes
venter25
Member
Join Date: Jul 2019
Old 04-08-2020 , 00:21   Re: [ANY] Little Anti-Cheat
Reply With Quote #11

Thank you for the update! I loaded it to my server.
venter25 is offline
eliteroyal
AlliedModders Donor
Join Date: Dec 2016
Location: Moldova
Old 04-08-2020 , 17:40   Re: [ANY] Little Anti-Cheat
Reply With Quote #12

will this work on csgo?

also, i have cs:source server with sm 1.9 (because of some old plugins that dont work with sm 1.10), can you make this plugin work on sm 1.9 ?

thank you.
__________________
PEACE FROM MOLDOVA
eliteroyal is offline
J_Tanzanite
Senior Member
Join Date: Aug 2018
Location: Norway
Old 04-09-2020 , 03:17   Re: [ANY] Little Anti-Cheat
Reply With Quote #13

Quote:
Originally Posted by eliteroyal View Post
will this work on csgo?

also, i have cs:source server with sm 1.9 (because of some old plugins that dont work with sm 1.10), can you make this plugin work on sm 1.9 ?

thank you.
CS:GO is only semi supported.
It was build to work on CS:GO, but it hasn't been tested much.
So it should install and run fine, whether or not it's going to work is... Unknown.

The precompiled lilac.smx file will only work on servers with sm 1.10 or higher, at least as far as I've seen and tested.
I think if you compile lilac.sp yourself with sm version 1.9, it should work... I think?

If you don't know how to do this, place the lilac.sp file in your "addons/sourcemod/scripting" folder and compile it.
$ ./compile.sh lilac.sp
If the compilation goes well, lilac.smx will be in your "addons/sourcemod/scripting/compiled" folder.
You can then move that file to "addons/sourcemod/plugins"
Don't forget to put all the translation files in "addons/sourcemod/translations" tho.
J_Tanzanite is offline
CrazyGhostRider
Member
Join Date: Apr 2014
Location: Russia
Old 04-11-2020 , 11:45   Re: [ANY] Little Anti-Cheat
Reply With Quote #14

Hello
For "NoLerp" should a kick happen? Or a ban?

"lilac_max_lerp [105 + / 1000 (Default 105)] - Kick players who attempt to exploit interpolation (cl_interp 0.5)."
Here you write about kick, not a bath.
Because in fact there is a ban of all players (for example, with cl_interp = 0):
"IP: 111.222.111.222} was detected and banned for NoLerp (7.599999ms)."

Or I misunderstood something.

Last edited by CrazyGhostRider; 04-11-2020 at 11:47.
CrazyGhostRider is offline
larrybrains
Senior Member
Join Date: May 2017
Old 04-11-2020 , 14:29   Re: [ANY] Little Anti-Cheat
Reply With Quote #15

Quote:
Originally Posted by J_Tanzanite View Post
I think if you compile lilac.sp yourself with sm version 1.9, it should work... I think?
Tried to compile this for sm version 1.9 and got a bunch of errors and warnings. Would you be able to help me fix these?

PHP Code:
/home/l4d2/l4d2ds/left4dead2/addons/sourcemod/scripting/include/menus.inc(372) : warning 219local variable "i" shadows a variable at a preceding level
/home/l4d2/l4d2ds/left4dead2/addons/sourcemod/scripting/include/sdktools_tempents_stocks.inc(138) : warning 219local variable "angles" shadows a variable at a preceding level
lilac
.sp(100) : error 001expected token"{"but found "struct"
lilac.sp(101) : error 001expected token"public"but found "int"
lilac.sp(102) : error 001expected token"}"but found "int"
lilac.sp(173) : error 054unmatched closing brace ("}")
lilac.sp(308) : warning 219local variable "i" shadows a variable at a preceding level
lilac
.sp(330) : warning 219local variable "i" shadows a variable at a preceding level
lilac
.sp(332) : error 017undefined symbol "player"
lilac.sp(332) : warning 215expression has no effect
lilac
.sp(332) : error 001expected token";"but found "]"
lilac.sp(332) : error 029invalid expressionassumed zero
lilac
.sp(332) : fatal error 190too many error messages on one line

Compilation aborted
.
8 Errors
larrybrains is offline
J_Tanzanite
Senior Member
Join Date: Aug 2018
Location: Norway
Old 04-15-2020 , 12:26   Re: [ANY] Little Anti-Cheat
Reply With Quote #16

Quote:
Originally Posted by larrybrains View Post
Tried to compile this for sm version 1.9 and got a bunch of errors and warnings. Would you be able to help me fix these?

PHP Code:
/home/l4d2/l4d2ds/left4dead2/addons/sourcemod/scripting/include/menus.inc(372) : warning 219local variable "i" shadows a variable at a preceding level
/home/l4d2/l4d2ds/left4dead2/addons/sourcemod/scripting/include/sdktools_tempents_stocks.inc(138) : warning 219local variable "angles" shadows a variable at a preceding level
lilac
.sp(100) : error 001expected token"{"but found "struct"
lilac.sp(101) : error 001expected token"public"but found "int"
lilac.sp(102) : error 001expected token"}"but found "int"
lilac.sp(173) : error 054unmatched closing brace ("}")
lilac.sp(308) : warning 219local variable "i" shadows a variable at a preceding level
lilac
.sp(330) : warning 219local variable "i" shadows a variable at a preceding level
lilac
.sp(332) : error 017undefined symbol "player"
lilac.sp(332) : warning 215expression has no effect
lilac
.sp(332) : error 001expected token";"but found "]"
lilac.sp(332) : error 029invalid expressionassumed zero
lilac
.sp(332) : fatal error 190too many error messages on one line

Compilation aborted
.
8 Errors
Oh right... structs don't work in older versions of SM... I think...
That does make this a little harder.

Tell you what, I am currently working on update 1.1.0, once that's done, I'll make a rewrite of 1.1.0 with an older syntax so that you can use Lilac without having to update SM to version 1.10

It may take a while before I do, but that should resolve cases for people who rely on older versions of SM.
J_Tanzanite is offline
J_Tanzanite
Senior Member
Join Date: Aug 2018
Location: Norway
Old 04-15-2020 , 12:44   Re: [ANY] Little Anti-Cheat
Reply With Quote #17

Quote:
Originally Posted by CrazyGhostRider View Post
Hello
For "NoLerp" should a kick happen? Or a ban?

"lilac_max_lerp [105 + / 1000 (Default 105)] - Kick players who attempt to exploit interpolation (cl_interp 0.5)."
Here you write about kick, not a bath.
Because in fact there is a ban of all players (for example, with cl_interp = 0):
"IP: 111.222.111.222} was detected and banned for NoLerp (7.599999ms)."

Or I misunderstood something.
NoLerp and Max Lerp are two different things.

Max Lerp (lilac_max_lerp) kicks players if their interp is higher than the value set.
This is done to prevent an exploit in TF2 where players increase interp to backstab players where they used to be.


NoLerp (lilac_nolerp) bans players if their interp is lower than the minimum possible.
The lowest possible should be 1 / sv_maxupdaterate... At least, as far as I know that is the lowest it should be able to go.

So either 1 / sv_maxupdaterate isn't the lowest interp can be, or you've found a bug.
setting cl_interp to 0 means that your interp will be "cl_interp_ratio / sv_maxupdaterate", and cl_interp_ratio is minimum 1... As far as I know at least.

It does seem like the NoLerp bans you got are false positives tho...
What's your server settings?
J_Tanzanite is offline
larrybrains
Senior Member
Join Date: May 2017
Old 04-15-2020 , 13:00   Re: [ANY] Little Anti-Cheat
Reply With Quote #18

Quote:
Originally Posted by J_Tanzanite View Post
Oh right... structs don't work in older versions of SM... I think...
That does make this a little harder.

Tell you what, I am currently working on update 1.1.0, once that's done, I'll make a rewrite of 1.1.0 with an older syntax so that you can use Lilac without having to update SM to version 1.10

It may take a while before I do, but that should resolve cases for people who rely on older versions of SM.
That would be awesome! Thanks. Just curious, how much live play-testing have you done with this plugin?
larrybrains is offline
Macro11
New Member
Join Date: Apr 2020
Old 04-15-2020 , 23:11   Re: [ANY] Little Anti-Cheat
Reply With Quote #19

Prohibited on servers that use this plugin.

What exactly are the criteria for catching AIMBOT?

innocent Ban

My classes was a sniper.

Note: Crouching Key is Shift key. Can this be Ban?
Macro11 is offline
J_Tanzanite
Senior Member
Join Date: Aug 2018
Location: Norway
Old 04-17-2020 , 19:11   Re: [ANY] Little Anti-Cheat
Reply With Quote #20

Quote:
Originally Posted by Macro11 View Post
Prohibited on servers that use this plugin.

What exactly are the criteria for catching AIMBOT?

innocent Ban

My classes was a sniper.

Note: Crouching Key is Shift key. Can this be Ban?
Crouching can't cause bans, regardless of what key you use.

When it comes to bans, you can't ask me for help there, you have to talk to the server owners who banned you.
It's up to the server owners who they ban, for what reason and if they wanna uphold it, I can't do anything about it.
J_Tanzanite is offline
Reply


Thread Tools
Display Modes

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:09.


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