GithubHelp home page GithubHelp logo

skidcheck-2.0's Introduction

=== SkidCheck - 2.0 ===
--By HeX

This addon uses the HAC database (The sv_SkidList files, over ~57,680 cheaters)
and, by default, prevents connection to the server for any IDs contained within.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ SkidCheck is the database of players who *I* don't want joining the UHDM server. +
+ If you don't trust the list, don't install it. It was made by me to keep out     +
+ people who ruin the game.  Not to cause drama.                                   +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

It can not *detect* cheaters, nor can it punish anyone it finds. It only does
a warning message or prevents them joining the server.


How to use:
Nothing is needed to configure or set up (Unless you want to).
Default is to prevent connection to the server if the player is on the database,
and to update the database from GitHub on server map change, then every 6 hours.

CVars:
sk_kick  1/0  --Prevent players in the DB from joining. Overrides everything else
ON by default

sk_omit  0/1  --Don't send the SK message to the cheater in question.
OFF by default, useless if sk_kick or sk_admin is 1

sk_admin 0/1  --Only send SK messages to admins.
OFF by default, useless if sk_kick or sk_omit is 1

sk_sync  6/0  --Allow list sync from GitHub? in hours to check for updates.
ON by default


Commands:
sk            --Re-play the sound and message of any cheaters in game.

sk_update     --Sync all lists rignt now, usually runs every sk_sync hours



Logs (in the server's /data folder):
sk_blocked.txt       --Logs blocked cheater connection attempts (if sk_kick is 1)
sk_encounters.txt    --Logs every cheater that spawns (if sk_kick is 0)


Hooks (SERVER side):
This is called when a known cheater is detected. Return true to stop the default
message and handle it yourself, such as for custom chatboxes/punishments.

sk_kick must be 0 for this to work, which will ALLOW them to join the server unless
handled yourself in this hook!

hook.Add("OnSkid", "SK", function(ply, Reason) return true end)

skidcheck-2.0's People

Contributors

mfsinc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.