Raised This Month: $12 Target: $400
 3% 

OLD - SEE SMAC SUBFORUM SourceMod Anti Cheat - (Formerly Kigen's Anti Cheat)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Plugin ID:
1952
Plugin Version:
0.0.0.0
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Provides various anti cheat/hack methods that no server should be without.
    Unapprover:
    Reason for Unapproving:
    Author's request.
    Old 09-13-2010 , 10:27   OLD - SEE SMAC SUBFORUM SourceMod Anti Cheat - (Formerly Kigen's Anti Cheat)
    Reply With Quote #1

    SourceMod Anti Cheat, v1.2.1.7 (Formely Kigen's Anti Cheat)

    Information:
    • While Kigen has decided to leave the Allied Modders community and drop support for Source Mod in general, there's little reason for his plugin to disappear with him. Development and maintenance of his plugin will be taken over by anyone who wishes to contribute to the project, and as such, the plugin has been renamed to SourceMod Anti Cheat.
    Installation:
    • The Anti-Wallhack feature requires SDKHooks, which can be found here: http://forums.alliedmods.net/showthread.php?t=106748
    • The Networked version requires Sockets, which can be found here: http://forums.alliedmods.net/showthread.php?t=67640
      ---
    • SourceMod Anti Cheat ~ Network Enabled (kac-1.2.1.7-normal.zip)
      • Install Sockets, SDKHooks (If using Anti-Wallhack), and extract the contents of the provided archive inside of the /sourcemod/ directory.
    • SourceMod Anti Cheat ~ Network Disabled (kac-1.2.1.7-no-network.zip)
      • Install SDKHooks (If Using Anti-Wallhack), and extract the contents of the provided archive inside of the /sourcemod/directory.
    Attached Files
    File Type: zip kac-1.2.1.7-no-network.zip (89.7 KB, 2163 views)
    File Type: zip kac-1.2.1.7-normal.zip (94.5 KB, 3742 views)
    __________________

    Last edited by Peace-Maker; 04-07-2012 at 09:42. Reason: Removed cvar from plugin options
    thetwistedpanda is offline
    thetwistedpanda
    Good Little Panda
    Join Date: Sep 2008
    Old 09-13-2010 , 10:28   Re: Kigen's Anti Cheat, v1.2.1.3
    Reply With Quote #2

    Commands:
    • kac_addcvar - Adds a CVar to be checked by KAC.
      • Usage: kac_addcvar <cvar name> <comparison type> <action> <value> <value2 if bound>
    • kac_removecvar - Removes a CVar from the list that KAC checks.
      • Usage: kac_removecvar <cvar name>
    • kac_cvars_status - Prints checking status of in-game clients for illegal CVars.
    • kac_net_status - Prints checking status of in-game clients for Master Server bans.
    • kac_addcmd - Adds a command to be blocked by KAC.
      • Usage: kac_addcmd <command name> <ban (1 or 0)>
    • kac_addignorecmd - Adds a command to be ignored by KAC, when the command spam feature is enabled.
      • Usage: kac_addignorecmd <command name>
    • kac_removecmd - Removes a command from the list that KAC blocks.
      • Usage: kac_removecmd <command name>
    • kac_removeignorecmd - Removes a command from the list of ignored commands.
      • Usage: kac_removeignorecmd <command name>
    • kac_status - Prints the status of KAC to the client's console.
    ConVars:
    • kac_version - The current version of KAC.
    • kac_client_enable - Enables the Client Protection module.
    • kac_client_antirejoin - Disables the ability for clients to reconnect to respawn.
    • kac_client_nameprotect - Protects the server from name crashes and hacks.
    • kac_client_antispamconnect - Number of seconds to prevent someone from restablishing a connection to the server.
    • kac_cvars_enable - Enables the CVar Detection module.
    • kac_cmds_enable - Enables the Command module.
    • kac_cmds_spam - The number of commands a client may send in one second before kicked. (0 ~ Disables)
    • kac_cmds_log - If enabled, logs all commands issued by clients to /addons/sourcemod/logs/
    • kac_eyes_enable - Enables the Eye Test module.
    • kac_eyes_antiwall - Enables the Anti Wall Hack module.
    • kac_rcon_crashprevent - Enables RCON Crash prevention module.
    Engine Information:
    • Command Engine
      • Monitors command usage on the server to prevent abuse of commands. By default, protects against various exploitable commands that can crash the server, as well as monitor how many commands the player is entering in one second.
    • ConVar Engine
      • Allows the ability to dynamically add and remoev ConVars from the detection list, allowing full control over what cvars your server is protected against. In short, allows you to prevent certain cvar values from being used on your server.
    • Eye Test Engine
      • Checks to see if impossible eye angles are being sent from the client. By default, a client will never send eye angles past 90 and -90 degrees on the X or Z axis. This engine also features the Anti-Wallhack which checks to see if a target is supposed to be visible to a client, and if not, doesn't send information about that player's position, giving wallhacks no information.
    • Network Engine
      • Note: This engine is disabled in the No-Network version. Provides an auto-update feature (currently useless as Kigen does not support this plugin), as well as connects to Kigen's "Master Server" that contains a database of players banned for various reasons. If a player is banned on the "Master Server," they will be banned from your server as well.
    • RCON Engine
      • Useless on most games on the Orange Box engine as the issue was patched by Valve. For any game it does apply to, however, prevents RCON crashes and ensures that a client is out of the server before banning the IP.
    • Translation Engine
      • Kigen's proprietary solution to SourceMod's translation functionality. Basically allows translations to be updated upon update, rather than the default functionality of on Map Changes. Currently useless as Kigen doesn't maintain the plugin, thus no updates will be being pushed out.
    Information:
    • Help! I've been banned from all KAC protected servers!
      • First things first, you should try to file an appeal at Kigen's official site, http://kigenac.com/. When that fails, you have several options available:
        • Get a new steam account.
        • Find servers that have the Network feature disabled or get the server administrators to install it.
        • Don't play on KAC protected servers
    __________________

    Last edited by thetwistedpanda; 05-09-2011 at 09:05.
    thetwistedpanda is offline
    Mosalar
    Senior Member
    Join Date: Jul 2004
    Location: Tampa Fl
    Old 09-13-2010 , 11:12   Re: Kigen's Anti Cheat, v1.2.1.3
    Reply With Quote #3

    /kudos
    Mosalar is offline
    danielmyst777
    AlliedModders Donor
    Join Date: Aug 2010
    Location: Virginia
    Old 09-13-2010 , 12:33   Re: Kigen's Anti Cheat, v1.2.1.3
    Reply With Quote #4

    Only thing I've noticed about this current version of the project is that it makes the survivor team disappear in l4d2 from the TAB list and also the surrounding outlines of the survivors disappear as well. Only for a few seconds though. It doesn't disconnect the client.
    danielmyst777 is offline
    djdani1341
    BANNED
    Join Date: Aug 2010
    Old 09-13-2010 , 13:29   Re: Kigen's Anti Cheat, v1.2.1.3
    Reply With Quote #5

    is the bug fixed in l4d 2 when you ride a survivor as jockey and move very fast the mouse to every position , and later it bans you ?
    djdani1341 is offline
    thetwistedpanda
    Good Little Panda
    Join Date: Sep 2008
    Old 09-13-2010 , 13:31   Re: Kigen's Anti Cheat, v1.2.1.3
    Reply With Quote #6

    Quote:
    For all other Complaints, Bug Reports, General Annoyances
    - Pester Kigen at http://kigenac.com, he no longer supports this plugin within the Allied Modders community, but he will on his personal site
    I'm not familiar with SM on L4D/L4D2 so I couldn't look into this for you two even if I wanted to.
    __________________
    thetwistedpanda is offline
    psychonic

    BAFFLED
    Join Date: May 2008
    Old 09-13-2010 , 14:10   Re: Kigen's Anti Cheat, v1.2.1.3
    Reply With Quote #7

    Quote:
    Originally Posted by thetwistedpanda View Post
    I'm not familiar with SM on L4D/L4D2 so I couldn't look into this for you two even if I wanted to.
    Disable the eye angles check on l4d2.
    psychonic is offline
    KyleS
    SourceMod Plugin Approver
    Join Date: Jul 2009
    Location: Segmentation Fault.
    Old 09-13-2010 , 14:36   Re: Kigen's Anti Cheat, v1.2.1.3
    Reply With Quote #8

    Quote:
    Originally Posted by thetwistedpanda View Post
    • Kigen's Anti Cheat ~ Network Enabled (kigen-ac-pub.smx)
    • Kigen's Anti Cheat ~ Network Disabled (kigen-ac-net.smx)
    You're awesome
    KyleS is offline
    Seta00
    The Seta00 user has crashed.
    Join Date: Jan 2010
    Location: Berlin
    Old 09-15-2010 , 08:48   Re: Kigen's Anti Cheat, v1.2.1.3
    Reply With Quote #9

    Quote:
    Originally Posted by thetwistedpanda View Post
    This feature supposedly renders Wall Hacks from being effective
    Renders wall hacks ineffective..
    Seta00 is offline
    thetwistedpanda
    Good Little Panda
    Join Date: Sep 2008
    Old 09-15-2010 , 09:05   Re: Kigen's Anti Cheat, v1.2.1.3
    Reply With Quote #10

    Typos ftl, although that may be alcohol and attempting to type things. Fixed
    __________________
    thetwistedpanda is offline
    Reply


    Thread Tools
    Display Modes

    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 20:07.


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