IPB

Welcome Guest ( Log In | Register )

2 Pages V  < 1 2  
Reply to this topicStart new topic
> silEnT Anti Cheat
StoerFaktoR
post Jan 22 2015, 06:55 AM
Post #16


Group Icon Colonel

Group: Members

Joined: 26-April 10
From: Düsseldorf
Member No.: 91640



QUOTE (N1c01ash @ Jan 21 2015, 09:42 PM) *
Yeah,ty! I but i see Anty cheat shouldn't work... Not telling Punbuster Protected...


Punkbuster is not Silent Anticheat :)


--------------------
Go to the top of the page
 
+Quote Post
CS|kOoL
post Jan 22 2015, 08:06 AM
Post #17


Group Icon Sergeant Major

Group: Members

Joined: 15-February 12
From: FRANCE
Member No.: 131459



QUOTE (StoerFaktoR @ Jan 22 2015, 06:55 AM) *
QUOTE (N1c01ash @ Jan 21 2015, 09:42 PM) *
Yeah,ty! I but i see Anty cheat shouldn't work... Not telling Punbuster Protected...


Punkbuster is not Silent Anticheat :)

Hi,

As said "Stoer" who is right => Punkbuster is not Silent Anticheat :)

And i confirm , if you enable "silEnT Mod Anti Cheat" => Disable "Punkbuster" !!

Know that for configuring properly "silEnT Mod Anti Cheat" you have to set these 3 cvars:

g_silentac

g_clientBinaries

g_identOptions


And all is explained clearly below , good read...

=====================================================================

silEnT Mod Anti Cheat:

g_silentac

Description:

Enables actions based on silEnT AntiCheat. The g_cheatLog will always have one line telling if a player is found with cheats. The cheat detection's are based mostly on heuristically detecting hacking techniques. If you suspect a false positive, please supply the silEnT team a method to reproduce it. Do note that this feature has been in extensive testing well before the 0.8.0 version. When silEnT AC is set to autoban, sv_sac cvar is set to 1. This cvar can be used by external server trackers to enable/disable server anti cheat status on their lists. We recommend setting the value to 2.

Type: [0|1|2]

Parameters:

1 Show player AntiCheat status in the !finger output.
2 Automatically ban players for 365 days with cheats.

Default: 0

Minimum required version: 0.8.0

=====================================================================

g_clientBinaries

Description:

silEnT mod can be configured to not allow players with unknown client binaries to play on the server. This cvar controls the server behaviour when the client binary is not one of the recognized ones.
List of recognized binaries:
Official client binaries
Binary edited executables from etmaster.net
Equivalent to etmaster.net binary edited executables from BigBear
ETPatchSelector binaries
Official ET Legacy b4
Official ET Legacy b5
Many ET Legacy binaries including RC1 versions.

Type: bitmask

Parameters:

1 Don't allow players with unknown client executables.
2 Log unknown executables to the g_cheatLog. Note, if the server does not allow unknown client binaries the log message will be different for message.
4 Report unknown executables to admin chat. Note, if the server does not allow unknown client binaries the players will not be reported to admin chat.

Default: 0

Minimum required version: 0.5.2

Changelog:

0.6.2 - If the flag 4 is set, known cheat binaries are clearly reported to the admin chat.

=====================================================================

g_identOptions

Description:

Starting from version 0.3.0, the silEnT mod can be configured to enforce bans using hardware based identification. This is not any fool proof system but it is made to be an addition to the already existing ban methods. The hardware identification cannot be seen in human readable form by admins while on the server. The data that is sent to the server can be seen in the client by writing /cg_ident to the console. The result is a hexadecimal string that changes its value between maps. The format and data used to create the client identification may change between different versions of the silEnT mod. The server can be configured with the g_identOptions server cvar.

Type: bitmask

Parameters:

1 Kick clients that are spoofing the client identification to enter the server
2 Kick clients that are not sending the identification to the server
4 Enforce bans using the identification
8 Report all actions taken based on client identification to the adminchat
16 If a player is caught of circumventing a ban, a new ban is created with for it. The ban reason will have additional (Automated copy of a ban for xxxxxxxx) where xxxxxxxx is replaced with the 8 character PB GUID of the old ban.

Default: 0

=====================================================================

Now you know all :)

I wish you all the best for this new year !!

This post has been edited by CS|kOoL: Jan 22 2015, 08:29 AM


--------------------

Go to the top of the page
 
+Quote Post
Nico'x
post Jan 22 2015, 07:32 PM
Post #18


Group Icon Second Lieutenant

Group: Members

Joined: 22-November 11
From: Serbia
Member No.: 120893



So,I should delete PB From Sever,and to add g_silenta - g_clientBinaries - g_identOptions


My end is here



// Lua API
set lua_modules "connect.lua"
set lua_allowedModules "connect.lua"

exec maprotation.cfg

g_silentac
g_clientBinaries
g_identOptions

Good?
Go to the top of the page
 
+Quote Post
CS|kOoL
post Jan 22 2015, 07:57 PM
Post #19


Group Icon Sergeant Major

Group: Members

Joined: 15-February 12
From: FRANCE
Member No.: 131459



QUOTE (N1c01ash @ Jan 22 2015, 07:32 PM) *
So,I should delete PB From Sever,and to add g_silenta - g_clientBinaries - g_identOptions


My end is here



// Lua API
set lua_modules "connect.lua"
set lua_allowedModules "connect.lua"

exec maprotation.cfg

g_silentac
g_clientBinaries
g_identOptions

Good?


Delete nothing about "Punkbuster" from your server , the best is to disable "Punkbuster" !!

And as all cvars that you add to your server.cfg , don't forget set before...

set g_silentac
set g_clientBinaries
set g_identOptions


--------------------

Go to the top of the page
 
+Quote Post
Nico'x
post Jan 22 2015, 08:04 PM
Post #20


Group Icon Second Lieutenant

Group: Members

Joined: 22-November 11
From: Serbia
Member No.: 120893



OK,so at the and of all these things,just to add this
set g_silentac
set g_clientBinaries
set g_identOptions

I could try.

TY!!
Go to the top of the page
 
+Quote Post
daredevil
post Jan 23 2015, 03:40 AM
Post #21


Group Icon Second Lieutenant

Group: Members

Joined: 10-November 08
From: US
Member No.: 78526



QUOTE (N1c01ash @ Jan 22 2015, 09:04 PM) *
OK,so at the and of all these things,just to add this
set g_silentac
set g_clientBinaries
set g_identOptions

I could try.

TY!!


FYI: Don't copy paste. You need to enter values for the cvars.

What ko0L give you is the cvars and descriptions of each one so you can pick your own options. Just mentioning in case if you are planning to add cvars in config without any values.


--------------------
Fearless Assassins Multi Gaming Community running servers for W:ET, COD4, BF3, CS:S, TF2, Minecraft and Teamspeak

Go to the top of the page
 
+Quote Post
Nico'x
post Jan 23 2015, 07:25 PM
Post #22


Group Icon Second Lieutenant

Group: Members

Joined: 22-November 11
From: Serbia
Member No.: 120893



Yeah but how do i disable pb,cvar? In silent.cfg...
Go to the top of the page
 
+Quote Post
CS|kOoL
post Jan 23 2015, 09:22 PM
Post #23


Group Icon Sergeant Major

Group: Members

Joined: 15-February 12
From: FRANCE
Member No.: 131459



QUOTE (N1c01ash @ Jan 23 2015, 07:25 PM) *
Yeah but how do i disable pb,cvar? In silent.cfg...





On your server "PUNKBUSTER" is already disabled.


--------------------

Go to the top of the page
 
+Quote Post
Nico'x
post Jan 24 2015, 12:21 PM
Post #24


Group Icon Second Lieutenant

Group: Members

Joined: 22-November 11
From: Serbia
Member No.: 120893



Yeah,but im going to put jay 220. How do i enamble pb?
Go to the top of the page
 
+Quote Post
TomDome
post Jan 24 2015, 01:04 PM
Post #25


Group Icon Tastenklimperer

Group: Management

Joined: 4-August 06
From: "Toscana of Germany" (Dreieck KA-LU-NW)
Member No.: 31172



Use silent, jay is so uptdated that you may have many cheaters on the server. Silent is quite similar to jay on some settings and you can configure a almost as fun server.


--------------------
cheers Tom
...providing service for the sl since 2006.

Dont forget, this site is about games, friends and fun. Keep it all nice and friendly.



Go to the top of the page
 
+Quote Post
Nico'x
post Jan 24 2015, 02:22 PM
Post #26


Group Icon Second Lieutenant

Group: Members

Joined: 22-November 11
From: Serbia
Member No.: 120893



You're right ^_^ I will,i will reply here when make server,to give me permissions.......
Go to the top of the page
 
+Quote Post

2 Pages V  < 1 2
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 28th March 2024 - 08:18 PM