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

[HELP] Bot Detector Problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Kosidone
Member
Join Date: Aug 2014
Old 03-07-2015 , 11:33   [HELP] Bot Detector Problem
Reply With Quote #1

Code:
#include <amxmodx>
 
new const INFO[3][] = { "Against All cheat of zeal & kohtep & ratwayer",
                  "1.0",
                  "sXe-" }
 
 
public plugin_init()
{
        register_plugin(INFO[0x00] , INFO[0x01] , INFO[0x02] )
}
 
public client_connect(id)
{
        query_client_cvar(id,"gl_d3dflip","Client_Cvar_Result")
}
 
public Client_Cvar_Result(iFakeplayer, const szCvar[], const szValue[])
{
        if( szValue[ 0x00 ] == 'B' ) 
                MSG_PRINT( iFakeplayer , "Fake Client Detect Go fuck your mom Anti-Crash By sXe-" )
}
stock MSG_PRINT(index, Message[] ){
        new userid = get_user_userid(index)
        server_cmd("kick #%d %s",userid,Message)
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
*/
Help me to solve this problem
when i connect it kicks me for fake id
Kosidone is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 03-07-2015 , 11:36   Re: [HELP] Bot Detector Problem
Reply With Quote #2

It's not working or what is the problem ?
__________________
HamletEagle is offline
Kosidone
Member
Join Date: Aug 2014
Old 03-07-2015 , 11:40   Re: [HELP] Bot Detector Problem
Reply With Quote #3

it works but i made this for fake players and exploits
and it kicks everyone
soz for my english :S
Kosidone is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 03-07-2015 , 11:44   Re: [HELP] Bot Detector Problem
Reply With Quote #4

What cvar you want to filter ? gl_d3dflip ? What is the value you don't want to allow ?
__________________
HamletEagle is offline
indraraj striker
Veteran Member
Join Date: Mar 2014
Location: Under the water
Old 03-07-2015 , 11:45   Re: [HELP] Bot Detector Problem
Reply With Quote #5

Quote:
Originally Posted by Kosidone View Post
it works but i made this for fake players and exploits
and it kicks everyone
soz for my english :S
Just remove the fking dproto your problem will resolve
__________________
Thanks everyone. #miss_you_all
indraraj striker is offline
Kosidone
Member
Join Date: Aug 2014
Old 03-07-2015 , 11:52   Re: [HELP] Bot Detector Problem
Reply With Quote #6

Quote:
Just remove the fking dproto your problem will resolve
wtf are you serious !

Last edited by Kosidone; 03-07-2015 at 11:53.
Kosidone is offline
Kosidone
Member
Join Date: Aug 2014
Old 03-07-2015 , 11:55   Re: [HELP] Bot Detector Problem
Reply With Quote #7

Hamlet What did you mean ?
Kosidone is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 03-07-2015 , 12:02   Re: [HELP] Bot Detector Problem
Reply With Quote #8

What your code should do ? What value should be checked to decide if player should be kicked or not ? As said, remove dproto, this is the best solution.
__________________
HamletEagle is offline
Kosidone
Member
Join Date: Aug 2014
Old 03-07-2015 , 12:05   Re: [HELP] Bot Detector Problem
Reply With Quote #9

i Can't remove my dproto Fck i just made fail plugin thnx for help
Kosidone is offline
Kellan123
AlliedModders Donor
Join Date: Aug 2012
Old 03-07-2015 , 12:26   Re: [HELP] Bot Detector Problem
Reply With Quote #10

Nonsteam = no support, remove Dproto.

Last edited by Kellan123; 03-07-2015 at 12:26.
Kellan123 is offline
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 10:31.


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