AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Universal Anti KzHack v1.8 (https://forums.alliedmods.net/showthread.php?t=134424)

-=hunter=- 08-04-2010 14:12

Universal Anti KzHack v1.8
 
10 Attachment(s)
Universal Anti KzHack v1.8

Description: plugin kicks players which connected on a server with KzHack.

This version of Anti KzHack also works for old clients!

Cvar:
kzh_notify_players - notify players with color message when player will punished (default: 1)

Installation:
1) Compile plugin and move it to "addons\amxmodx\plugins"
2) Add line "anti_kzhack.amxx" in the file "addons\amxmodx\configs\plugins.ini"

Credits: ConnorMcLeod
Idea: wext

Changelog:
v1.8 - removed punish "ban" (see below), instead of this player will kicked with reason (see sma)

[Remark for v1.8]
There are one problem because of which the plugin can to punish any player. It is all that there are servers which independently to you establish aliases. If such server establishes to you alias kzh_exec and after that you will join on the server with this anti_kzhack then you will be punished.
Because of this I removed ban in v1.8 and changed kick reason (you can edit it in sma).

xPaw 08-04-2010 14:31

Re: Universal Anti KzHack
 
alias kzh_exec ""
WIN

wrecked_ 08-04-2010 14:38

Re: Universal Anti KzHack
 
Quote:

Originally Posted by -=hunter=- (Post 1261599)
This version of Anti KzHack also works for old clients!

Sweet! Now I can show grandpa who's boss.

BeasT 08-04-2010 15:09

Re: Universal Anti KzHack
 
You don't need amxmisc include.

-=hunter=- 08-04-2010 21:24

Re: Universal Anti KzHack
 
Quote:

Originally Posted by xPaw (Post 1261612)
alias kzh_exec ""
WIN

KzHack have many commands.


Updated to version 1.1

BeasT 08-05-2010 10:08

Re: Universal Anti KzHack v1.1
 
Also add bot check, so they wont get kicked.

-=hunter=- 08-05-2010 10:48

Re: Universal Anti KzHack v1.2
 
Quote:

Originally Posted by BeasT (Post 1262287)
Also add bot check, so they wont get kicked.

Thanks for remark.

Updated to 1.2

grimvh2 08-05-2010 11:25

Re: Universal Anti KzHack v1.1
 
Quote:

Originally Posted by BeasT (Post 1262287)
Also add bot check, so they wont get kicked.

bots with kzh? cool..

-=hunter=- 08-05-2010 11:32

Re: Universal Anti KzHack v1.2
 
grimvh2 :)
I now tested with bots and v1.1. Server kicked them with reason "Sorry. Ping timeout" so it do not received response command from them.

BeasT 08-05-2010 14:46

Re: Universal Anti KzHack v1.2
 
Why you kick the player?
Maybe it would be better to recheck him?
Code:

    else if(is_user_connected(id))
    {
        set_task(2.0, "send_kzh_exec", id)
        set_task(3.0, "send_kzh_exec", id)
        set_task(4.0, "send_kzh_exec", id)   
   
        set_task(6.0, "check_and_punish", id)
    }



All times are GMT -4. The time now is 01:34.

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