This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Anti-Cheats/Hax Help?


Post New Thread Reply   
 
Thread Tools Display Modes
HiJacker
Senior Member
Join Date: Jul 2008
Location: Slovakia
Old 03-16-2009 , 16:27   Re: Anti-Cheats/Hax Help?
Reply With Quote #11

How does it all work ? So first :

sv_consistency : It is important to have it 1 , because i seen P90 with laser, and that laser showing exactly where next will bullet will shot, another thing : material noflash, you just put flashbang.vmt , adding into last line nodraw and you have 'legal cheat'.

sv_pure : it just check and find matches in files on server and client files, so if somebody is using custom skins on clanwar, he will get kicked, but make sure you have sv_pure_kick_clients 1 or something like that in server.cfg, otherwise, sv_pure wont work
__________________
Before you talk to me, I should warn you : Im kind of strange.
HiJacker is offline
Send a message via ICQ to HiJacker
Faust_mateo
Senior Member
Join Date: Nov 2007
Old 03-16-2009 , 17:42   Re: Anti-Cheats/Hax Help?
Reply With Quote #12

Quote:
Originally Posted by HiJacker View Post
How does it all work ? So first :

sv_consistency : It is important to have it 1 , because i seen P90 with laser, and that laser showing exactly where next will bullet will shot, another thing : material noflash, you just put flashbang.vmt , adding into last line nodraw and you have 'legal cheat'.

sv_pure : it just check and find matches in files on server and client files, so if somebody is using custom skins on clanwar, he will get kicked, but make sure you have sv_pure_kick_clients 1 or something like that in server.cfg, otherwise, sv_pure wont work

TY, I will do that. I am having trouble with my whitelist right now

Whatever I have on the whitelist is causing massive, massive connection time's. It was 10 minutes into it with no connection bars visible before I just canceled, removed the changes, and restarted the server.


Does anyone know what I put on there that would cause that ?

Have quake sounds and say_sounds i want to use.


Code:
whitelist
{
    //
    // 3 modifiers are allowed on file specifications:
    //
    //    from_steam            - only check the Steam cache for the file (ignore anything on disk)
    //    allow_from_disk        - allow the file to come from disk
    //    check_crc            - used with allow_from_disk - server does CRC checks on the client's file to make sure it matches
    //
    //    The default modifier on all files is allow_from_disk. Thus, all files can come from disk and don't need CRC checks unless 
    //    allow_from_disk can be set at the same time as check_crc. Use the + character in between them to signify this: allow_from_disk+check_crc.


    //
    // Three types of file specifications:
    //
    //    1. directory\*.*            - refers to all files under the directory
    //    2. directory\...            - refers to all files under the directory and all directories under that (recursively)
    //    3. directory\filename        - refers to a single file
    

    //    
    // By default, when in pure server mode, most content file types are only allowed to come from Steam.
    //
    materials\...        from_steam
    models\...        from_steam
    sound\...        from_steam

    //    
    // sounds
    //
    sound\...        allow_from_disk
    sound\gl_endmusic\*.*        allow_from_disk
    sound\admin_plugin\...        allow_from_disk
    sound\quake\...        allow_from_disk

    
    
    //
    // Allow custom player models. Don't do CRC checks on them because the clients may all
    // have different custom models and the server won't have them all.
    //    
    models\player\...        from_steam
    materials\models\player\...        from_steam


    //
    // Allow custom spray decals.
    //
    materials\temp\...        allow_from_disk
    materials\vgui\logos\...        allow_from_disk
    materials\vgui\logos\ui\...        allow_from_disk
    
    
    //
    // (Uncomment and edit these for mods).
    // Allow mod resources to come from disk.
    //
    // materials\mymod\...        allow_from_disk+check_crc
    // models\mymod\...        allow_from_disk+check_crc
    // sound\mymod\...        allow_from_disk+check_crc
}
Faust_mateo is offline
HiJacker
Senior Member
Join Date: Jul 2008
Location: Slovakia
Old 03-17-2009 , 13:46   Re: Anti-Cheats/Hax Help?
Reply With Quote #13

Really strange, copy me from HLSW : meta list and sm plugins list
__________________
Before you talk to me, I should warn you : Im kind of strange.
HiJacker is offline
Send a message via ICQ to HiJacker
Faust_mateo
Senior Member
Join Date: Nov 2007
Old 03-17-2009 , 15:08   Re: Anti-Cheats/Hax Help?
Reply With Quote #14

Need help, I am lost

sv_pure 1
sv_pure_kick_clients 0
sv_cheats 0
sv_aim 0


What works:


Quake Sounds

What doesnt: *how do I make this work & what else can I block when it does work*

Does not block custom weapon skins
Does not block Custom Player models
Does Not Block custom flag models
say_sounds



Code:
whitelist
{

    //Pub whitelist set up for custom maps and custom content. 
    //cvar settings for autoexec and server cfg's
    //sv_pure 1
    //sv_pure_kick_clients 0    //set to 1 ONLY if you have custom materials you run crc checks on
    //sv_pure_trace 0
       
//MATERIALS 
    materials\*.*                        from_steam    
    materials\brick\*.*                    from_steam        
    materials\building_template\*.*                from_steam                                        
    materials\colorcorrection\*.*                from_steam    
    materials\concrete\*.*                    from_steam    
    materials\console\*.*                    from_steam    
    materials\debug\*.*                    from_steam    
    materials\decals\*.*                    from_steam      //custom decals under this directory are allowed, like sourcemm plugin
    materials\detail\*.*                    from_steam    
    materials\dev\*.*                    from_steam    //caches "orange map" materials not found in day of defeat.GCF
    materials\effects\*.*                    from_steam
    materials\engine\*.*                    from_steam    
    materials\ground\*.*                    from_steam
    materials\hlbasics\*.*                    from_steam    
    materials\hlmv\*.*                    from_steam    
    materials\kalt\*.*                    from_steam
    materials\lights\*.*                    from_steam    
    materials\mapdesc\*.*                    allow_from_disk    //map description
    materials\metal\*.*                    from_steam    
    
    materials\models\ammo\*.*                from_steam                
    materials\models\helmets\*.*                from_steam                
    materials\models\mapmodels\barbed_wire\...        from_steam                
    materials\models\mapmodels\by_banister\...        from_steam                
    materials\models\mapmodels\by_boat_metal\...        from_steam        
    materials\models\mapmodels\flags\alliedflag.vmt        from_steam    
    materials\models\mapmodels\flags\axisflag.vmt        from_steam        
    materials\models\mapmodels\flags\britflag.vmt        from_steam    
    materials\models\mapmodels\flags\neutralflag.vmt    from_steam    
    
    materials\models\mapmodels\flags\alliedflag.vtf        from_steam    //comment out to allow custom flag texture        
    materials\models\mapmodels\flags\axisflag.vtf        from_steam    //comment out to allow custom flag texture                
    materials\models\mapmodels\flags\britflag.vtf        from_steam    //comment out to allow custom flag texture            
    materials\models\mapmodels\flags\neutralflag.vtf    from_steam    //comment out to allow custom flag texture    
    
    materials\models\player\american\*.*            from_steam    //comment out to allow custom Steam player skins        
    materials\models\player\german\*.*            from_steam      //comment out to allow custom Steam player skins    
                                        //player model materials MUST be allowed IF custom Valve player 
                                        //models are allowed. Client will crash upon connecting    otherwise
                                                                                                                        
    materials\models\props_c17\*.*            from_steam    
    materials\models\props_crates\*.*        from_steam    
    materials\models\props_debris\*.*        from_steam    
    materials\models\props_doors\*.*        from_steam    
    materials\models\props_exteriors\*.*        from_steam    
    materials\models\props_foliage\*.*        from_steam
    materials\models\props_fortifications\*.*    from_steam        
    materials\models\props_furniture\*.*        from_steam        
    materials\models\props_interiors\*.*        from_steam    
    materials\models\props_italian\*.*        from_steam    
    materials\models\props_junk\*.*            from_steam    
    materials\models\props_misc\*.*            from_steam    
    materials\models\props_normandy\*.*        from_steam    
    materials\models\props_skybox\*.*        from_steam    
    materials\models\props_trainstation\*.*        from_steam    
    materials\models\props_urban\*.*        from_steam    
    materials\models\props_vehicles\*.*        from_steam    
    materials\models\props_windows\*.*        from_steam    
    materials\models\shells\*.*            from_steam            
    materials\models\weapons\v_models\...        from_steam    //comment out to allow custom v_model weapon skins
    materials\models\weapons\w_models\...        from_steam    
    
    materials\nature\*.*                from_steam        
    materials\overlays\*.*                from_steam    
    materials\overviews\*.*                allow_from_disk    //allows custom map overviews    
    materials\particle\*.*                from_steam    
    materials\plaster\*.*                from_steam    
    materials\props\*.*                from_steam    
    materials\rubble\*.*                from_steam    
    materials\skybox\*.*                from_steam    
        
    materials\sprites\*.*                from_steam                            
    materials\sprites\crosshair\*.*            from_steam                    
    materials\sprites\effects\*.*            from_steam                    
    materials\sprites\flashlight\*.*        from_steam                    
    materials\sprites\hud\*.*            from_steam    //comment out to allow custom hud icons                        
    materials\sprites\minimap_icons\*.*        from_steam    // comment out to allow custom minimap icons                    
    materials\sprites\obj_icons\*.*            allow_from_disk //allows custom map objective icons                        
    materials\sprites\player_icons\american.vmt    from_steam                            
    materials\sprites\player_icons\german.vmt    from_steam    
    materials\sprites\player_icons\american.vtf    from_steam    //comment out to allow custom player icon textures    
    materials\sprites\player_icons\german.vtf    from_steam    //comment out to allow custom player icon textures        
    materials\sprites\scopes\*.*            from_steam    //comment out to allow custom sniper scopes                            
    materials\stone\*.*                from_steam    
//materials\temp\*.*                    from_steam    //UNcomment to DISallow spray logos
    materials\tile\*.*                from_steam    
    materials\tools\*.*                from_steam    
    materials\vgui\*.*                from_steam    //comment out to allow custom menu icons    
//materials\vgui\crosshairs\*.*                from_steam    //comment out to allow custom crosshairs    
    materials\vgui\hud\*.*                from_steam    
    materials\vgui\black.vtf            from_steam    
    materials\vgui\white.vtf            from_steam        
    materials\vgui\white_additive.vtf        from_steam    
    materials\vgui\zoom.vtf                from_steam    
    materials\voice\headlabel.vmt            from_steam    
    materials\voice\icntlk_local.vmt        from_steam    
    materials\voice\icntlk_pl.vmt            from_steam    
    materials\voice\icntlk_sv.vmt            from_steam    
    materials\voice\speaker4.vmt            from_steam    
    materials\voice\icntlk_pl.vtf            from_steam    //comment out for custom voice icon        
    materials\voice\icntlk_sv.vtf            from_steam    //comment out for custom voice icon        
    materials\voice\speaker4.vtf            from_steam    //comment out for custom voice icon        
    materials\wood\*.*                from_steam    


//MODELS
    models\...                    from_steam    
//models\player\...                    allow_from_disk    //if allowed, MUST be combined with allowing custom Valve player skins above 
                                    //or client will crash upon connecting

//SCRIPTS
    scripts\...                    from_steam            
                
//SOUNDS                                                                                    
    sound\...                from_steam        //caches steam     sounds    
    sound\admin_plugin\...            allow_from_disk        //UNcomment to allow custom plugin sounds
    sound\quake\...                        allow_from_disk        //quake sounds
    sound\ambient\...            allow_from_disk        //UNcomment to allow ambient sounds including victory sounds
    sound\ambient\german_win.mp3        allow_from_disk        //UNcomment to allow custom victory music 
    sound\ambient\us_win.mp3        allow_from_disk        //UNcomment to allow victory music
    sound\player\american\startround\...     allow_from_disk        //UNcomment to allow startround sounds 
    sound\player\german\startround\...     allow_from_disk        //UNcomment to allow startround sounds
    sound\ui\...                 allow_from_disk        //UNcomment to allow buttonclick sounds for console
    sound\weapons\*.*            allow_from_disk     //UNcomment to allow custom weapon sounds
        

}
Code:
[SM] Listing 45 plugins:
  01 "Fun Commands" (1.1.0) by AlliedModders LLC
  02 "[DoD TMS] Addon - AFK Manager" (0.4) by FeuerSturm
  03 "Quake Sounds" (1.8) by dalto
  04 "[DoD TMS] Addon - ClanTag Protection" (0.2) by FeuerSturm
  05 "[DoD TMS] Addon - High Ping Kicker" (0.4) by FeuerSturm
  06 "[DoD TMS] Addon - AutoTeamBalance" (0.5) by FeuerSturm
  07 "Basic Commands" (1.1.0) by AlliedModders LLC
  08 "Basic Info Triggers" (1.1.0) by AlliedModders LLC
  09 "Fun Votes" (1.1.0) by AlliedModders LLC
  10 "Basic Comm Control" (1.1.0) by AlliedModders LLC
  11 "Reserved Slots" (1.1.0) by AlliedModders LLC
  12 "Plugin Manager" (1.1.0) by R-Hehl
  13 "[DoD TMS] Addon - Player / Team Commands" (0.4) by FeuerSturm
  14 "Medic Mod" (1.0.108) by <eVa>Dog
  15 "VBAC" (3.3) by MoggieX
  16 "Rock The Vote" (1.1.0) by AlliedModders LLC
  17 "[DoD TMS] Addon - Secret Spectate" (0.2) by FeuerSturm
  18 "DoD Restock Source" (1.1) by FeuerSturm
  19 "Client Preferences" (1.1.0) by AlliedModders LLC
  20 "SoDStats" (1.0.11) by ]SoD[ Frostbyte
  21 "Spray Tracer" (5.7) by Nican132, CptMoore, Lebson506th
  22 "Web Shortcuts" (1.0.1) by James "sslice" Gray
  23 "MapChooser" (1.1.0) by AlliedModders LLC
  24 "Admin Menu" (1.1.0) by AlliedModders LLC
  25 "Anti-Flood" (1.1.0) by AlliedModders LLC
  26 "[DoD TMS] Addon - RoundEnd Events" (0.5) by FeuerSturm
  27 "SlapSlay Commands" (1.1.0) by AlliedModders LLC
  28 "SrcTV demorecord" (0.3) by O!KAK
  29 "Map Nominations" (1.1.0) by AlliedModders LLC
  30 "Admin Help" (1.1.0) by AlliedModders LLC
  31 "Basic Chat" (1.1.0) by AlliedModders LLC
  32 "RandomCycle" (1.1.0) by AlliedModders LLC
  33 "Say Sounds (including Hybrid Edition)" (3.1.3) by Hell Phoenix, -=|JFH|=-Naris, W]M[D FernFerret, LAMDACORE, Uberman, gH0sTy, Woody
  34 "Advertisements" (0.5.5) by Tsunami
  35 "RateChecker" (0.2) by pRED*
  36 "Nextmap" (1.1.0) by AlliedModders LLC
  37 "Basic Votes" (1.1.0) by AlliedModders LLC
  38 "Basic Ban Commands" (1.1.0) by AlliedModders LLC
  39 "[DoD TMS] Addon - Anti-VoiceCmdSpam" (0.1) by FeuerSturm
  40 "[DoD TMS] Base  - DoD TeamManager Source" (1.0) by FeuerSturm
  41 "SourceMod Radio" (1.0.0.12) by dubbeh
  42 "DOD:S Fireworks" (1.2) by Silent_Water
  43 "Admin File Reader" (1.1.0) by AlliedModders LLC
  44 "Kigen's Anti-Cheat" (1.1.8) by Kigen
  45 "[DoD TMS] Addon - Class Restrictions" (0.5) by FeuerSturm

Last edited by Faust_mateo; 03-18-2009 at 17:58.
Faust_mateo is offline
HiJacker
Senior Member
Join Date: Jul 2008
Location: Slovakia
Old 03-21-2009 , 15:10   Re: Anti-Cheats/Hax Help?
Reply With Quote #15

This need to be enabled : sv_pure_kick_clients 1 , otherwise it will only tell console has something wrong, but he can connect server
__________________
Before you talk to me, I should warn you : Im kind of strange.
HiJacker is offline
Send a message via ICQ to HiJacker
Faust_mateo
Senior Member
Join Date: Nov 2007
Old 03-21-2009 , 19:36   Re: Anti-Cheats/Hax Help?
Reply With Quote #16

Quote:
Originally Posted by HiJacker View Post
This need to be enabled : sv_pure_kick_clients 1 , otherwise it will only tell console has something wrong, but he can connect server
Right now when people play on the server they are forced to see default skins which is my intention. How would sv_pure_kick_clients 1 effect this? Would it just block ppl from entering the server until they removed their skins?
Faust_mateo is offline
Faust_mateo
Senior Member
Join Date: Nov 2007
Old 03-28-2009 , 09:55   Re: Anti-Cheats/Hax Help?
Reply With Quote #17

Hello again !

We were able to get a team acceptance with steambans & I am now clear to put it on the server.

Anyone have a advise on how to do this right the 1st time ? I am running SM 1.2 on DOD:S .

I see the metamod folder in the addon folder but this will be the 1st time I have any dealings with it at all.

We use gameservers and after a fresh reinstall there are both SM & MM folders in the dod/addons/ folder.

MM folder contents :

metaplugins.bak
metaplugins.ini
README.txt
sourcemod.vdf
bin folder
~server.dll
~metamod.1.ep1.so
~metamod.2.ep2.so
~metamod.2.l4d.so
~server_i486.so
Faust_mateo is offline
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 03-30-2009 , 07:00   Re: Anti-Cheats/Hax Help?
Reply With Quote #18

I personally don't put VAC on my Servers cuz there are many Players who've illegally been banned by VAC. I just put RCON LOCK (EventScripts2) and KAC (SourceMod) and we've got secure Server. Perhaps I would put SteamBans Source if it wouldn't require annoying registration on them.
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
Faust_mateo
Senior Member
Join Date: Nov 2007
Old 03-30-2009 , 14:25   Re: Anti-Cheats/Hax Help?
Reply With Quote #19

After a ton of fussing around I have :

Steambans
VAC Status Checker
Kigen's Anti-Cheat 1.1.8
VBAC - Very Basic Anti-Cheat V3.3 [29 Aug 08]
(sourceTv) for spectating.
VAC
sv_pure 1 & a extensive whitelist


Is there anything else anyone can suggest to increase the security of the DOD:S server?
Faust_mateo is offline
insanity1983
Junior Member
Join Date: Apr 2009
Old 04-03-2009 , 14:43   Re: Anti-Cheats/Hax Help?
Reply With Quote #20

Hi there,

My advise for anti cheat options:

SteamBans (standalone)
zBlock (standalone)
Detox Anti Cheat (requires metamod)
KAC anti cheat software (requires sourcemod)

All together should keep your server pretty clean.
My gameserver is installed on Linux Centos dedicated server. This gives the best stability.
Good luck!
__________________
My best regards,

only.insanity
Team Manager

Email: [email protected]
Www: www.skillersonly.nl
mIRC: #only

Play Fast, Play Skilled
insanity1983 is offline
Reply



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 22:32.


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