View Single Post
Plugin Info:     Modification:          Category:         
fezh
Veteran Member
Join Date: Dec 2008
Location: BANNED
Old 09-15-2009 , 21:30   Speed Hack Detector v0.1.1a
Reply With Quote #1

.: Description :.
This is a remake of "Anti Speedhack" by DarkSnow. Yeah, I know it's another redundant plugin, but look at the changes.

What's different on this plugin?
  • I'm checking the player's origins in a 0.1 task, to make it more exact.
  • I removed fall and jump support. What does this mean? Simple, when you are falling or jumping the plugin doesn't check your origins as well.
  • You can test the plugin without real bans (make sure you are running an unsecure server):
    PHP Code:
    // Uncomment this line if you are testing the plugin (no real ban purpose).
    //#define PLUGIN_TEST 
  • I know detecting speed hacks is very easy, but I did the plugin thinking on an admin-empty server.
  • Added customizable cvars.
  • And more...

Unsupported stuff:
  • This plugin wil NOT work on KZ and Surf maps. It may work in KZ, since I added more checks, but I'm not sure about that. Anyways, what's the point of using speed hacks on these mods?

    If you own a Zombie Mod server please don't try add this plugin to your server. The reply should be obvious.
    If you don't get it, just think about zombie's speed.

    Also there is no way to check if the user ran the distance or just used a checkpoint, so don't use commands like these.

.: Requirements :.
  • AMX Mod X version 1.8.1 or higher.
  • Engine module.

.: CVARs :.
shd_enabled "1" // Enables/disables the plugin.
shd_max_distance "260" // Distance between the older and newest origins walked by the user. As I said previously, checked in a 0.1 task.
shd_max_warnings "3" // Number of warnings before the plugin will ban the player.
shd_punish_type "1" // SHD punish type. NOTE: All of these bans will be permanent.
  • 1: Normal ban with AMX BANS support.
  • 2: Same as previous, but without extern plugins support.
  • 3: Ban by IP.

.: Download :.
NOTE: Do not use before I get it working properly!
Attached Files
File Type: sma Get Plugin or Get Source (SpeedHackDetector.sma - 2536 views - 5.7 KB)
__________________
"There is no knowledge, that is not power"

Last edited by fezh; 09-22-2009 at 15:25.
fezh is offline