This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Anti KZHACK


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Admin Commands       
MrMaCEEE
Senior Member
Join Date: Apr 2010
Location: PortugaL
Old 04-15-2010 , 11:04   Anti KZHACK
Reply With Quote #1

Anti KZHACK
By MaCEEE

.: Description :.
When someone join in the server, this plugin detects if are using kzhack or not. If usign KICK OR BAN. I put the plugin for kick other for ban. Rate XD and approved. This is the only plugin that detects 100% well

sory for my english....

Click here to download the include "colorchat.inc"

.: Credits :.
ConnorMcLeod

Attached Files
File Type: sma Get Plugin or Get Source (antikzhack.sma - 801 views - 859 Bytes)
File Type: sma Get Plugin or Get Source (antikzhack_ban.sma - 614 views - 1.0 KB)
__________________

#include ++ by MACE

Last edited by MrMaCEEE; 04-15-2010 at 11:42.
MrMaCEEE is offline
Send a message via MSN to MrMaCEEE
Kryzu
Senior Member
Join Date: Feb 2009
Old 04-15-2010 , 11:13   Re: Anti KZHACK
Reply With Quote #2

1. This kind of plugin is already made.
2. Use CVAR for punishment-type
__________________
Kryzu is offline
MrMaCEEE
Senior Member
Join Date: Apr 2010
Location: PortugaL
Old 04-15-2010 , 11:15   Re: Anti KZHACK
Reply With Quote #3

Quote:
Originally Posted by Kryzu View Post
1. This kind of plugin is already made.
2. Use CVAR for punishment-type
The others plugins made. Didnt work very well. They have very fails. My plugin works fine 100%
Yes i'm working on that cvar "punishment-type"
__________________

#include ++ by MACE
MrMaCEEE is offline
Send a message via MSN to MrMaCEEE
lazarev
Veteran Member
Join Date: Sep 2008
Old 04-15-2010 , 11:19   Re: Anti KZHACK
Reply With Quote #4

http://forums.alliedmods.net/showpost.php?p=995870&postcount=6
MrMaCEEE - the original author is ConnorMcLeod, so gtfo
this shit won't work on me. ^__^

Last edited by lazarev; 04-15-2010 at 11:23.
lazarev is offline
hcxx
Senior Member
Join Date: Jan 2007
Location: 127.0.0.1
Old 04-15-2010 , 11:24   Re: Anti KZHACK
Reply With Quote #5

haha, pwned

hcxx is offline
MrMaCEEE
Senior Member
Join Date: Apr 2010
Location: PortugaL
Old 04-15-2010 , 11:25   Re: Anti KZHACK
Reply With Quote #6

That are trashed. and my plugin has some differences.

Very people request to me this plugin because not found them. I post thist to all people. The others antikzhack posted on the forum dont works.
__________________

#include ++ by MACE

Last edited by MrMaCEEE; 04-15-2010 at 11:28.
MrMaCEEE is offline
Send a message via MSN to MrMaCEEE
papyrus_kn
Senior Member
Join Date: Feb 2009
Location: Bulgaria
Old 04-15-2010 , 11:33   Re: Anti KZHACK
Reply With Quote #7

Quote:
Originally Posted by hcxx View Post
haha, banned

__________________
papyrus_kn is offline
Send a message via Skype™ to papyrus_kn
MrMaCEEE
Senior Member
Join Date: Apr 2010
Location: PortugaL
Old 04-15-2010 , 12:00   Re: Anti KZHACK
Reply With Quote #8

Quote:
Originally Posted by Kryzu View Post
1. This kind of plugin is already made.
2. Use CVAR for punishment-type
Someone can fix that? pls

PHP Code:
#include < amxmodx >
#include < cstrike >
#include < colorchat >
public plugin_init( )
{
    
register_plugin"AntiKZHACK""1.0""MaCEEE" )
    
register_cvar("kzh_punishtype""1"FCVAR_SPONLY|FCVAR_SERVER)
}
 
public 
client_putinserverid )
{
    
remove_task(id)
    if( !
is_user_bot(id) && !is_user_hltv(id) )
    {
        
set_task0.1"kzhack"id)
    }
}
public 
kzhackid )
{    
    if( 
is_user_connectedid ) ) 
    {       
        
query_client_cvarid"kzh_bhop""results" )
    }  
}
 
public 
resultsid, const cvar[ ], const value[ ] )
{        
    new 
punish get_cvar_num("kzh_punishtype")
    if( 
value[0] != 'B' && punish 1
    {
        new 
szName32 ];
        
get_user_nameidszNamecharsmaxszName ) );
        
ColorChat0RED"%s use KZHACK!"szName );
        
ColorChat0RED"%s use KZHACK!"szName );
        
server_cmd"kick #%d ^"KZHACK IS CHEAT NOOB!^""get_user_useridid ) )
 
    elseif( 
value[0] != 'B' && punish 0)
    {
        new 
szName32 ]; 
        new 
authid[32]; 
        
get_user_authid(idauthid31); 
        
get_user_nameidszNamecharsmaxszName ) ); 
        
ColorChat0RED"%s use KZHACK!"szName );
        
ColorChat0RED"%s use KZHACK!"szName );
        
server_cmd"amx_ban %s 262080"authid); 
    }
   }

__________________

#include ++ by MACE

Last edited by MrMaCEEE; 04-15-2010 at 12:12.
MrMaCEEE is offline
Send a message via MSN to MrMaCEEE
lazarev
Veteran Member
Join Date: Sep 2008
Old 04-15-2010 , 12:02   Re: Anti KZHACK
Reply With Quote #9

Quote:
Originally Posted by MrMaCEEE View Post
This is the only plugin that detects 100% well
....................


That are trashed. and my plugin has some differences.

Very people request to me this plugin because not found them. I post thist to all people. The others antikzhack posted on the forum dont works.
  • You have copy-pasted the code, removed one line, changed two lines, and changed the author.
  • The thread was trashed because of my request.
  • I think your friends isn't "Very people".
  • You use the same code, so it doesnt work? -.-
  • Learn about coding.
  • You 100% fail.
lazarev is offline
MrMaCEEE
Senior Member
Join Date: Apr 2010
Location: PortugaL
Old 04-15-2010 , 12:07   Re: Anti KZHACK
Reply With Quote #10

Quote:
Originally Posted by lazarev View Post
  • You have copy-pasted the code, removed one line, changed two lines, and changed the author.
  • The thread was trashed because of my request.
  • I think your friends isn't "Very people".
  • You use the same code, so it doesnt work? -.-
  • Learn about coding.
  • You 100% fail.
Hey my objective is put this plugin with cvar mode, and my original antikzhack is very diferent of that. Developed by me and my friend. Now i want to put this plugin to all people use on their servers (reduced the cheaters). Now can you help me fixed that code?
__________________

#include ++ by MACE
MrMaCEEE is offline
Send a message via MSN to MrMaCEEE
Reply



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 15:29.


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