AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceMod Anti-Cheat (https://forums.alliedmods.net/forumdisplay.php?f=133)
-   -   [CSGO] SMAC Client Protection enhancement (clanid spam) (https://forums.alliedmods.net/showthread.php?t=270684)

razorxrazor 11-13-2015 15:13

Re: clan id spam pleas help
 
Quote:

Originally Posted by Darkness_ (Post 2362749)

that does not help me continue what I have to do

checkster 11-19-2015 14:31

Re: clan id spam pleas help
 
Quote:

Originally Posted by razorxrazor (Post 2362764)
that does not help me continue what I have to do

You are correct, that does not work.

allienaded 11-20-2015 21:58

Re: clan id spam pleas help
 
Quote:

Originally Posted by GoD-Tony (Post 2337679)
Something like this should block it, but it requires a recent snapshot of SourceMod 1.8


checkster 11-21-2015 02:31

Re: clan id spam pleas help
 
Quote:

Originally Posted by allienaded (Post 2364922)
Originally Posted by GoD-Tony View Post
Something like this should block it, but it requires a recent snapshot of SourceMod 1.8

We can all read, but can you? It does not work anymore.

I will have to add that it does, but not on servers running cksuf, well at least not for me.

pubhero 12-02-2015 04:02

Re: [CSGO] SMAC Client Protection enhancement (clanid spam)
 
I think this is not a program, just a .cfg file running. What .cfg file allways contains the wait command. Just kick all players who use the wait command, with the SMAC, in your cfg/sourcemod.cfg
Code:

smac_addcmd wait 2
Normal player never not need this wait command, when he are on a server. In my opinion. Sorry if i thinking wrongly about this spam method.

WildCard65 12-02-2015 07:09

Re: [CSGO] SMAC Client Protection enhancement (clanid spam)
 
Quote:

Originally Posted by pubhero (Post 2368107)
I think this is not a program, just a .cfg file running. What .cfg file allways contains the wait command. Just kick all players who use the wait command, with the SMAC, in your cfg/sourcemod.cfg
Code:

smac_addcmd wait 2
Normal player never not need this wait command, when he are on a server. In my opinion. Sorry if i thinking wrongly about this spam method.

I believe the wait command isn't sent to the server so it never is received by smac.

psychonic 12-02-2015 07:46

Re: [CSGO] SMAC Client Protection enhancement (clanid spam)
 
Quote:

Originally Posted by WildCard65 (Post 2368122)
I believe the wait command isn't sent to the server so it never is received by smac.

Indeed. "wait" isn't even a command. It's a special-casing in tier1's command buffer processing.

checkster 12-02-2015 11:56

Re: [CSGO] SMAC Client Protection enhancement (clanid spam)
 
I'd rather use "sv_allow_wait_command 0" cause it seems to freeze or crash clients using wait.

pubhero 12-02-2015 12:32

Re: [CSGO] SMAC Client Protection enhancement (clanid spam)
 
I don't know what game you using, but in the CS:S (CS:GO i don't know), SMAC can detect when the client running a .cfg file, what contains the wait command, and can kick these losers. I don't know how or why, but it works. I using this method against the different cfg-ers (serverhack, special config, etc.).

sneaK 12-02-2015 13:47

Re: [CSGO] SMAC Client Protection enhancement (clanid spam)
 
Quote:

Originally Posted by checkster (Post 2368185)
I'd rather use "sv_allow_wait_command 0" cause it seems to freeze or crash clients using wait.

Didn't even know this existed, thank you! :bacon!:


All times are GMT -4. The time now is 07:26.

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