AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceMod Anti-Cheat (https://forums.alliedmods.net/forumdisplay.php?f=133)
-   -   Old movement command buttons zero (https://forums.alliedmods.net/showthread.php?t=329789)

HSFighter 01-08-2021 10:27

Old movement command buttons zero
 
Hello,

after install SMAC v0.8.7.3, i get strange detections from the "smac_eyetest.smx" on my CS:GO Server.

Code:

...was banned for tampering with an old movement command (buttons). Detection #5 | CmdNum: 15174 | [0:0]
The issue is that "prevbuttons" and "buttons" are "0".

Could it be a false/positive detection or or could it be a cheat that hide buttons?
PHP Code:

Handle info CreateKeyValues("");
KvSetNum(info"cmdnum"cmdnum);
KvSetNum(info"prevbuttons"g_iPrevButtons[client]);
KvSetNum(info"buttons"buttons); 

Do not surprised about the "#5".
I use a modified version that use old names and first ban a after x detections just like "smac_aimbot.sp" does.


All times are GMT -4. The time now is 21:31.

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