Skip to content

An anticheat for cs 1.6, AMX Mod X v1.8.2

License

Notifications You must be signed in to change notification settings

ksm200/rAntiCheat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rAntiCheat v1.7

Advanced anticheat for Hide'n'Seek mod in CS 1.6. https://github.com/Ranarrr/rAntiCheat

Includes:

  • Strafe helper detections ( 8 methods )
  • Simple bhop hack detections
  • Some POC ( Proof Of Concept ) stuff
  • FPS detection
  • Checking standard cvars
  • JumpBug checking (slow + speedhack)
  • Detects simple strafe scripts .. Exclude steamids

NB!! This uses a ban plugin, so to make this work on your server, you need this plugin: mdb Ban System

How to exclude SteamIDs

Use rAntiCheat-exclude-steamid. Create a file named "ex-SteamID.ini" in configs directory. Add 1 SteamID per line, will not work if you add multiple per line. The SteamIDs added will be excluded from all detections.

rRP ( rRecordPlayer ) / rSRP ( rStopRecordPlayer )

This is a function in the anticheat, which makes it possible to record every frame of a player. This will output each frame in the format of, in a file in directory logs with filename of player.log:

( L DD/MM/YYYY - HH:mm:SS: sdmv(Sidemove): ### \t fwmv(Forwardmove): ### \t WASD \t DUCK \t JUMP \t Height_from_ground.00 \t Velocity.00 )

This can detect several things, like a bhop hack/macro, gstrafe hack/macro or an sgs hack/macro and etc.

About

An anticheat for cs 1.6, AMX Mod X v1.8.2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Pawn 49.6%
  • SourcePawn 29.0%
  • C++ 18.9%
  • PHP 2.5%