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

[ANY] Little Anti-Cheat


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
J_Tanzanite
Senior Member
Join Date: Aug 2018
Location: Norway
Old 07-29-2020 , 11:59   Re: [ANY] Little Anti-Cheat
Reply With Quote #11

Quote:
Originally Posted by BReeZ View Post
I run a plugin that disables the stamina/restriction of ducks, so you can duck spam with mouswheel as example.

Would the plugin go nuts because of this?
Depends, if your plugin does this by inserting IN_BULLRUSH into usercmds, then yes.
But I'm guessing your plugin doesn't go about it this way... Would have to see the source to be sure.

If your plugin doesn't insert that button press, then no, everything should be fine.

Here's the Anti-Duck-Delay/FastDuck detection code of Lilac btw:
Code:
if (ggame == GAME_CSGO && icvar[CVAR_ANTI_DUCK_DELAY] && (buttons & IN_BULLRUSH))
	lilac_detected_anti_duck_delay(client);
If your plugin does actually insert IN_BULLRUSH, then you can disable the Anti-Duck-Delay/FastDuck detection in lilac by this convar: "lilac_anti_duck_delay" "0"
Which you can change in the config file, found at: "cfg/sourcemod/lilac_config.cfg"
J_Tanzanite is offline
 



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


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