AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   CHEATERS (https://forums.alliedmods.net/showthread.php?t=347359)

itsme1 04-20-2024 18:24

CHEATERS
 
Hi

cs1.6 amxmodx 1.10,

Basically i had one today that i couldn't ban only kick, nothing worked apart from kick and that player kept coming back.

So question is how too stop this happening again ?

I do see a plugin

https://forums.alliedmods.net/showthread.php?t=206693

from a banned person GREAT

Thanks

mlibre 04-20-2024 20:05

Re: CHEATERS
 
  1. the player continues entering the server after being banned because it surely has a VPN or proxy...
  2. destroy's are prohibited "slowhacking", although they no longer work due to the steam filter

    Quote:

    Blocking
    A Counter-Strike update on February 21, 2013, provides protection for players - a cvar cl_filterstuffcmd.

fysiks 04-20-2024 21:59

Re: CHEATERS
 
A VPN/Proxy can't bypass a SteamID ban so ban by SteamID.

mlibre 04-20-2024 23:35

Re: CHEATERS
 
that id can be impersonated

fysiks 04-21-2024 05:31

Re: CHEATERS
 
Quote:

Originally Posted by mlibre (Post 2821311)
that id can be impersonated

Not by VPN/Proxy. Also, if you're worried about that then you should just shut down your server.

itsme1 04-21-2024 12:35

Re: CHEATERS
 
ok so ban steam id

amx_banid "steam_2:1:1746483117"

correct ?

mlibre 04-21-2024 13:27

Re: CHEATERS
 
amx_ban <name or #userid> <minutes> [reason]

kick and add player id by server_cmd

fysiks 04-21-2024 16:17

Re: CHEATERS
 
Quote:

Originally Posted by itsme1 (Post 2821349)
ok so ban steam id

amx_banid "steam_2:1:1746483117"

correct ?

It would be:

Code:

amx_ban "STEAM_0:0:1234" 0
You can find the basic commands documented here. Most commands that require a name or userid will accept their SteamID.

If the player is in the server, name, userid, or SteamID will work to ban them (name is usually the easiest). If the player is not in the server, you must use the SteamID with amx_addban.

Jhob94 04-21-2024 16:22

Re: CHEATERS
 
Quote:

Originally Posted by mlibre (Post 2821311)
that id can be impersonated

You can’t change your steam id on steam only servers

mlibre 04-22-2024 10:26

Re: CHEATERS
 
there are always vulnerable holes...


All times are GMT -4. The time now is 23:40.

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