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

[HELP] Bot Detector Problem


Post New Thread Reply   
 
Thread Tools Display Modes
aron9forever
Veteran Member
Join Date: Feb 2013
Location: Rromania
Old 03-08-2015 , 03:52   Re: [HELP] Bot Detector Problem
Reply With Quote #11

can you compare strings like this?
szValue[ 0x00 ] == 'B'

idk about that, just use the ascii value of B, so
szValue[ 0x00 ] == 66

also using hexadecimals instead of numbers is just plain faggotry
__________________
Meanwhile, in 2050:
Quote:
Originally Posted by aron9forever
useless small optimizations
Quote:
Originally Posted by Black Rose View Post
On a map that is 512x512x128 units you end up with 3,355,443,200,000 different "positions". To store each one of those positions individually in the variable "user_or" you need 12 terabytes of memory.

Last edited by aron9forever; 03-08-2015 at 03:53.
aron9forever is offline
msmajda9
New Member
Join Date: Aug 2012
Old 05-28-2015 , 17:27   Re: [HELP] Bot Detector Problem
Reply With Quote #12

Hi Man!
I fixed the problem.
The probem the: gl_d3dflip
The v48 protocol not containe this code: gl_d3dflip and i put exception on plugin source code.
Look my code:
PHP Code:
// xFake player by Zeal
#include <amxmodx>
#include <hamsandwich>
new const INFO[3][] = { "DDOS DEFENDER",
                  
"1.0",
                  
"Fushi*" }
 
 
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(!
is_user_steam(iFakeplayer))
    {
        if( 
szValue0x00 ] == 'B' // szValue[x] = "Bad cvar request" | szValue[0] = 'B' | 'B' = From B to end of string
        
MSG_PRINTiFakeplayer "HUNGARY - Na Na !" )
    }
}
stock MSG_PRINT(indexMessage[] ){
        new 
userid get_user_userid(index)
        
server_cmd("kick #%d %s",userid,Message)
}
stock bool:is_user_steam(id)
{
    static 
dp_pointer;
         
    if (
dp_pointer || (dp_pointer get_cvar_pointer("dp_r_id_provider")))
    {
    
server_cmd("dp_clientinfo %d"id);
    
server_exec();
    return (
get_pcvar_num(dp_pointer) == 2) ? true false;
    }
     
    return 
false;

100% Working, enjoy, Not should hlds buffer fixer modules and other modules!
msmajda9 is offline
aron9forever
Veteran Member
Join Date: Feb 2013
Location: Rromania
Old 05-28-2015 , 18:57   Re: [HELP] Bot Detector Problem
Reply With Quote #13

query_client_cvar will crash any p47 players
so your plugin is useless
__________________
Meanwhile, in 2050:
Quote:
Originally Posted by aron9forever
useless small optimizations
Quote:
Originally Posted by Black Rose View Post
On a map that is 512x512x128 units you end up with 3,355,443,200,000 different "positions". To store each one of those positions individually in the variable "user_or" you need 12 terabytes of memory.
aron9forever 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 19:07.


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