Raised This Month: $ Target: $400
 0% 

Anti KZhack by Niscree v5.3


Post New Thread Reply   
 
Thread Tools Display Modes
joshknifer
Veteran Member
Join Date: Jun 2011
Location: Denver, CO
Old 09-08-2011 , 14:49   Re: Anti KZhack by Niscree v5.3
Reply With Quote #51

Quote:
Originally Posted by xStk View Post
trup1kcan you compile please?
andgive me the amxx
1.) Lazy
2.) He is not allowed to post .amxx
3.) Search
4.) http://www.lmgtfy.com/?q=amx+web+compile
5.) http://www.amxmodx.org/webcompiler.cgi
__________________
joshknifer is offline
Send a message via Skype™ to joshknifer
xStk
Member
Join Date: Jun 2011
Old 09-09-2011 , 05:51   Re: Anti KZhack by Niscree v5.3
Reply With Quote #52

is cant to compile this
becuse the colorchat
xStk is offline
gamer99
Senior Member
Join Date: Jul 2011
Old 09-09-2011 , 08:58   Re: Anti KZhack by Niscree v5.3
Reply With Quote #53

Quote:
gamer99 I fuck people like you.
I'm doing something for free to everyone and some bitch pops up with pretensions of being a signing...
So what do you think other plugin makers are not doing it for free?
There are many plugins in this forum and most of them are much more complex than yours. Show me one plugin where the author is advertising himself in his plugin so much....

And think about your server. If each and every plugin is being advertise by the author then how much hud messages the players will get when then connect to the server.
__________________
Thanks and regards,
Gamer99
gamer99 is offline
xStk
Member
Join Date: Jun 2011
Old 09-10-2011 , 01:14   Re: Anti KZhack by Niscree v5.3
Reply With Quote #54

ok i compile it but i think is dosent work
xStk is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 09-10-2011 , 01:32   Re: Anti KZhack by Niscree v5.3
Reply With Quote #55

Quote:
Originally Posted by xStk View Post
ok i compile it but i think is dosent work
You will need to give more details than that.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
xStk
Member
Join Date: Jun 2011
Old 09-10-2011 , 01:33   Re: Anti KZhack by Niscree v5.3
Reply With Quote #56

[quote=trup1k;1549891]
PHP Code:
#include <amxmodx>
#include <chatcolor>
 
#define PLUGIN     "Anti KzH"
#define VERSION    "5.0"
#define AUTHOR     "unknown"
 
new reason[23][128]
new 
g_szLog[128]
 
public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
 
    
get_localinfo("amxx_datadir"g_szLogcharsmax(g_szLog))
    
add(g_szLogcharsmax(g_szLog), "/KZHackers.txt")
}
 
public 
client_putinserver(id) {
    
remove_task(id)
    
set_task(0.1"kzh_check"id)
}
 
public 
kzh_check(id) {
    if(
is_user_connected(id))
    {
        
query_client_cvar(id"kzh_bhop""kzh")
        
query_client_cvar(id"kyk_bhop""kyk")
        
query_client_cvar(id"m4c_bhop""trk")
        
query_client_cvar(id"zhy_bhop""zhyk")
        
query_client_cvar(id"zhe_hope""zhyk")
        
query_client_cvar(id"zhykz_bhop""zhyk")
        
query_client_cvar(id"^^_^^<bhop""nkz")
        
query_client_cvar(id"n1k<bhop""nkz")
        
query_client_cvar(id"nkz_bhop""nkz")
        
query_client_cvar(id"nik_bhop""nkz")
        
query_client_cvar(id"fpt_bhop""kzc")
        
query_client_cvar(id"str_bhop""kzc")
        
query_client_cvar(id"fuh_hope""kzc")
        
query_client_cvar(id"vip_hope""kzc")
        
query_client_cvar(id"kid_bhop""kzc")
        
query_client_cvar(id"tvx_bhop""kzc")
        
query_client_cvar(id"1337_bhop""kzc")
        
query_client_cvar(id"LoveFpteam_bhop""kzc")
        
query_client_cvar(id"xhack_bhop""xhz")
        
query_client_cvar(id"speed_bhop""xhz")
        
query_client_cvar(id"xn1ko_bhop""xhz")
        
query_client_cvar(id"xPr9n_bhop""xhz")
        
query_client_cvar(id"fptch_bhop""xhz")
        
query_client_cvar(id"xhz_bhop""xhz")
        
query_client_cvar(id"xkz_bhop""xhz")
        
query_client_cvar(id"xcfgbhop""xhz")
    }
}
 
public 
kzh(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "KZHack"
        
punish(id)
    }
    return 
PLUGIN_HANDLED
}
public 
kyk(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "KykHack"
        
punish(id)
    }
    return 
PLUGIN_HANDLED
}
public 
trk(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "TrawkaHack"
        
punish(id)
    }
    return 
PLUGIN_HANDLED
}
public 
zhyk(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "ZhykHack"
        
punish(id)
    }
    return 
PLUGIN_HANDLED
}
public 
nkz(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "N1kZHack"
        
punish(id)
    }
    return 
PLUGIN_HANDLED
}
public 
kzc(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "KZHack."
        
punish(id)
    }
    return 
PLUGIN_HANDLED
}
public 
xhz(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "xHack"
        
punish(id)
    }
    return 
PLUGIN_HANDLED
}
 
public 
punish(id)
{
    if(
is_user_connected(id))
    {
        new 
szDate[20], szName[32], szAuthid[32], szIP[16]
        
get_time("%m/%d/%y %H:%M:%S"szDatecharsmax(szDate))
        
get_user_name(idszNamecharsmax(szName))
        
get_user_authid(idszAuthidcharsmax(szAuthid))
        
get_user_ip(idszIPcharsmax(szIP), 1)
 
        new 
szText[128]
        
formatex(szTextcharsmax(szText), "%s |%-34s|%-24s|%-15s| ^"%s^""szDateszNameszAuthidszIPreason[id])
        
write_file(g_szLogszText, -1)
 
        
client_print_color(0BLUE,"%s is using %s!!!"szNamereason[id])
        
client_print_color(0RED"%s is using %s!!!"szNamereason[id])
 
        
server_cmd("amx_ban 0 %s ^"%s Detected^""szAuthidreason[id])
    }

i just compile this
xStk is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 09-10-2011 , 02:53   Re: Anti KZhack by Niscree v5.3
Reply With Quote #57

Poorly coded, unreliable method, unapproved.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
xStk
Member
Join Date: Jun 2011
Old 09-10-2011 , 02:57   Re: Anti KZhack by Niscree v5.3
Reply With Quote #58

O-o?
xStk is offline
darkheman
Member
Join Date: Feb 2011
Old 09-10-2011 , 05:26   Re: Anti KZhack by Niscree v5.3
Reply With Quote #59

cant compile the SMA... alot of errors
darkheman is offline
niscree
Junior Member
Join Date: Oct 2010
Location: Poland
Old 09-10-2011 , 13:09   Re: Anti KZhack by Niscree v5.3
Reply With Quote #60

PHP Code:
#include <amxmodx>
#include <colorchat>
 
#define PLUGIN     "Anti KzH"
#define VERSION    "5.0"
#define AUTHOR     "unknown"
 
new reason[23][128]
new 
g_szLog[128]
 
public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
 
    
get_localinfo("amxx_datadir"g_szLogcharsmax(g_szLog))
    
add(g_szLogcharsmax(g_szLog), "/KZHackers.txt")
}
 
public 
client_putinserver(id) {
    
remove_task(id)
    
set_task(0.1"kzh_check"id)
}
 
public 
kzh_check(id) {
    if(
is_user_connected(id))
    {
        
query_client_cvar(id"kzh_bhop""kzh")
        
query_client_cvar(id"kyk_bhop""kyk")
        
query_client_cvar(id"m4c_bhop""trk")
        
query_client_cvar(id"zhy_bhop""zhyk")
        
query_client_cvar(id"zhe_hope""zhyk")
        
query_client_cvar(id"zhykz_bhop""zhyk")
        
query_client_cvar(id"^^_^^<bhop""nkz")
        
query_client_cvar(id"n1k<bhop""nkz")
        
query_client_cvar(id"nkz_bhop""nkz")
        
query_client_cvar(id"nik_bhop""nkz")
        
query_client_cvar(id"fpt_bhop""kzc")
        
query_client_cvar(id"str_bhop""kzc")
        
query_client_cvar(id"fuh_hope""kzc")
        
query_client_cvar(id"vip_hope""kzc")
        
query_client_cvar(id"kid_bhop""kzc")
        
query_client_cvar(id"tvx_bhop""kzc")
        
query_client_cvar(id"1337_bhop""kzc")
        
query_client_cvar(id"LoveFpteam_bhop""kzc")
        
query_client_cvar(id"xhack_bhop""xhz")
        
query_client_cvar(id"speed_bhop""xhz")
        
query_client_cvar(id"xn1ko_bhop""xhz")
        
query_client_cvar(id"xPr9n_bhop""xhz")
        
query_client_cvar(id"fptch_bhop""xhz")
        
query_client_cvar(id"xhz_bhop""xhz")
        
query_client_cvar(id"xkz_bhop""xhz")
        
query_client_cvar(id"xcfgbhop""xhz")
    }
}
 
public 
kzh(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "KZHack"
    
punish(id)
    }
    return 
PLUGIN_HANDLED
}
public 
kyk(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "KykHack"
    
punish(id)
    }
    return 
PLUGIN_HANDLED
}
public 
trk(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "TrawkaHack"
    
punish(id)
    }
    return 
PLUGIN_HANDLED
}
public 
zhyk(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "ZhykHack"
    
punish(id)
    }
    return 
PLUGIN_HANDLED
}
public 
nkz(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "N1kZHack"
    
punish(id)
    }
    return 
PLUGIN_HANDLED
}
public 
kzc(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "KZHack."
    
punish(id)
    }
    return 
PLUGIN_HANDLED
}
public 
xhz(id, const cvar[ ], const value[ ] ) {
    if( 
value[0] != 'B' ) {
    
reason[id] = "xHack"
    
punish(id)
    }
    return 
PLUGIN_HANDLED
}
 
public 
punish(id)
{
    if(
is_user_connected(id))
    {
        new 
szDate[20], szName[32], szAuthid[32], szIP[16]
        
get_time("%m/%d/%y %H:%M:%S"szDatecharsmax(szDate))
        
get_user_name(idszNamecharsmax(szName))
        
get_user_authid(idszAuthidcharsmax(szAuthid))
        
get_user_ip(idszIPcharsmax(szIP), 1)
 
        new 
szText[128]
        
formatex(szTextcharsmax(szText), "%s |%-34s|%-24s|%-15s| ^"%s^""szDateszNameszAuthidszIPreason[id])
        
write_file(g_szLogszText, -1)
 
        
ColorChat(0BLUE,"%s is using %s!!!"szNamereason[id])
        
ColorChat(0RED"%s is using %s!!!"szNamereason[id])
 
        
server_cmd("amx_ban 0 %s ^"%s Detected^""szAuthidreason[id])
    }

...
niscree is offline
Send a message via Skype™ to niscree
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 01:45.


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