AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Update Anti-Crash : XFAKEPLAYERS (https://forums.alliedmods.net/showthread.php?t=272173)

dr hicham 09-25-2015 11:00

Update Anti-Crash : XFAKEPLAYERS
 
1 Attachment(s)
Description: New Update From Anti Crash And Today I Will Give You The Anti-Crash If you need him:)

PHP Code:

/* Plugin generated by AMXX-Studio */ 
#include < amxmodx > 
#include < amxmisc >

#define MAX_PLAYERS 32
#define MAX_CONNECT 3

new user_Maxconnect[MAX_PLAYERS 1];
new 
ip[0x10];

public 
plugin_init() register_plugin("Duplicate IP(For xFakeplayers)""0.1""Hicham")

public 
CheckIfFlood(iFakeClient)
{
    new 
S_IP[MAX_PLAYERS];
    for(new 
0get_maxplayers(); i++)
    {
        
get_user_ip(iFakeClientS_IPsizeof(S_IP));
        if(!
strcmp(ipS_IPfalse))
            
user_Maxconnect[iFakeClient]++;
    }

    if(
user_Maxconnect[iFakeClient] > MAX_CONNECTserver_cmd("kick #%d ^"You are using fake players^""get_user_userid(iFakeClient))
}

public 
client_connect(iFakeClient)
{
    
get_user_ip(iFakeClientipsizeof(ip));
    
user_Maxconnect[iFakeClient] = 0;

    
set_task((0x64 0x3E8) + 0.0"CheckIfFlood"iFakeClient); 

The Anti Working 100%

Mordekay 09-25-2015 11:08

Re: Update Anti-Crash : XFAKEPLAYERS
 
Useless on a STEAM-only server.
And before you reply:
Quote:

Originally Posted by Rules
Steam Cracks

You do not need to own the game on Steam to participate in these forums. However, publicizing violations of the Digital Millennium Copyright Act (DMCA) will result in a ban. This includes...
  • Linking to sites that are targeted toward cracking Steam or circumventing its copyright protection.
  • Asking for support against cracked or illegitimate versions of Steam, either directly or via evidence in your request.
  • Mentioning that you, or promoting the act of, cracking Steam or circumventing its copyright protection.
  • Promoting the running of "no-steam" servers, or publicizing that you run such servers.


HamletEagle 09-25-2015 11:36

Re: Update Anti-Crash : XFAKEPLAYERS
 
Quote:

Originally Posted by Mordekay (Post 2346837)
Useless on a STEAM-only server.
And before you reply:

Unapproved.

Chihuahuax 09-25-2015 11:37

Re: Update Anti-Crash : XFAKEPLAYERS
 
Im sure Ive seen this 'anti-crash' on a romanian community before and you're not the author of it

dr hicham 09-25-2015 12:05

Re: Update Anti-Crash : XFAKEPLAYERS
 
I'm Just Update And Fix The Plugin

Mordekay 09-25-2015 14:23

Re: Update Anti-Crash : XFAKEPLAYERS
 
There is nothing to fix! If you want to protect your server against fakeplayers jut make it STEAM-ONLY!
This "bug" exists because you use illegal software so no-steam clients can connect. And exactly this is why fakeplayers can connect.
IMO this thread has to be trashed and the "plugin" removed.

tousif 09-27-2015 00:55

Re: Update Anti-Crash : XFAKEPLAYERS
 
The perfect fix = remove dproto and update server


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

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