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

SteamBoost [VALVE-MS RU]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
FonixPro20
Member
Join Date: Mar 2018
Old 12-18-2018 , 20:47   SteamBoost [VALVE-MS RU]
Reply With Quote #1

BOT - SteamBoost [VALVE-MS RU]
How to ban this bot with for life time VALVE ID.
Sometime he using high ping

Last edited by FonixPro20; 12-18-2018 at 20:47.
FonixPro20 is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 12-18-2018 , 20:56   Re: SteamBoost [VALVE-MS RU]
Reply With Quote #2

Quote:
Originally Posted by FonixPro20 View Post
BOT - SteamBoost [VALVE-MS RU]
How to ban this bot with for life time VALVE ID.
Sometime he using high ping
Simple, uninstall Dproto, so no valve id will bother you.

Read the rules, non steam - no support.
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
FonixPro20
Member
Join Date: Mar 2018
Old 12-19-2018 , 23:32   Re: SteamBoost [VALVE-MS RU]
Reply With Quote #3

Quote:
Originally Posted by iceeedr View Post
Simple, uninstall Dproto, so no valve id will bother you.

Read the rules, non-steam - no support.

thanks for help but i have already uninstall Dproto he using steam sometimes

Last edited by FonixPro20; 08-31-2019 at 10:19.
FonixPro20 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 12-20-2018 , 04:15   Re: SteamBoost [VALVE-MS RU]
Reply With Quote #4

Quote:
Originally Posted by FonixPro20 View Post
thanks for help but i have already uninstall Dproto he using steam somtimes, but then my server was empty
Fixed your error.
__________________

Mordekay is offline
FonixPro20
Member
Join Date: Mar 2018
Old 12-20-2018 , 13:49   Re: SteamBoost [VALVE-MS RU]
Reply With Quote #5

Quote:
Originally Posted by Mordekay View Post
Fixed your error.
No ,

i'm using admin to kick him invalid password ( XD ) But 50 % not Fixed ( Admin logs Full )
FonixPro20 is offline
deprale
Senior Member
Join Date: Oct 2018
Location: Leeds
Old 12-23-2018 , 05:33   Re: SteamBoost [VALVE-MS RU]
Reply With Quote #6

Quote:
Originally Posted by iceeedr View Post
Simple, uninstall Dproto, so no valve id will bother you.

Read the rules, non steam - no support.
The problem is that it's not a FAKE player, it's a new type of bot used with steamid ticket dumper, you can ban him but the bot will just join back with another steamid license, since they run these servers all around with fake redirects and they get lots of licenses this way, so they just enter until you ban all the steamid licenses they've stolen, I RUN lots of servers without dproto/reunion and they still join, they just randomly shoot, move, walk, and have a pre-recorded mp3 for voicechat constantly spamming it.

I, myself, use this to get rid of these scum:



EDIT: UPDATED CODE 2019/01/11
PHP Code:
//BEFORE PLUGIN_INIT()
new const bad_names[][] = {
    
"STEAM",
    
"BOOST",
    
"MS.RU",
    
"VALVE",
    
"VALVE-MS.RU",
    
"BO0ST",
    
"B0OST",
    
"SteamBoost",
    
"[VALVE-MS RU]"
}

//AFTER PLUGIN_INIT

public client_connectid )
{
    
set_task(2.0"checkname"id);
}

public 
client_infochanged(id)
{
    
set_task (2.0"checkname"id);
}

public 
checkname(id) {
    if ( ! 
is_user_connected(id) )
        return
    
    static 
name[33];
    
get_user_info(id"name"namesizeof name 1);
    new 
namekicked[33];
    
get_user_name(idnamekicked32);
    new 
userid get_user_useridid );
    
    for ( new 
sizeof(bad_names) ; i++ ) {
        if ( 
containi(namebad_names[i] ) != -) {
            
ColorChat(0RED"%s^x01 ^x03%s^x01 has been kicked, ^x04REASON^x01: (NICKNAME IS PROHIBITED)"TAGnamekicked);
            
server_cmd("kick ^"#%i^"",userid);
            
break;
        }
    }

If you want to you can also hook textmsg and detect when a player is changing his name, don't check if the user is alive, check if the user's new name contains any bad_names then don't print anything and kick the player, else if user doesnt change name in bad_names then wait until x player respawns and change his name. If anyone wants that just tag me and i'll update.

Last edited by deprale; 01-11-2019 at 18:31.
deprale is offline
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 12-18-2018 , 21:30   Re: SteamBoost [VALVE-MS RU]
Reply With Quote #7

Quote:
Originally Posted by FonixPro20 View Post
BOT - SteamBoost [VALVE-MS RU]
How to ban this bot with for life time VALVE ID.
Sometime he using high ping
Exact Solution Told Above By Iceedar
If bot uses only this nick, Restrict Player with this Nick.- Restrict Names Plugin.
Alber9091 is offline
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 12-19-2018 , 12:16   Re: SteamBoost [VALVE-MS RU]
Reply With Quote #8

The problem is, he also uses legit STEAM accounts and quite few of them even tho its just a bot so removing dproto won't help in this case as well as banning by steamid or ip (I also banned the subnet)

The best solution is to install MM called Fake Detector by Asmodai.
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
FonixPro20
Member
Join Date: Mar 2018
Old 12-19-2018 , 23:35   Re: SteamBoost [VALVE-MS RU]
Reply With Quote #9

Quote:
Originally Posted by SomewhereLost View Post
The problem is, he also uses legit STEAM accounts and quite few of them even tho its just a bot so removing dproto won't help in this case as well as banning by steamid or ip (I also banned the subnet)

The best solution is to install MM called Fake Detector by Asmodai.

Thanks , i will try it

[PUBLIC] Check link here : http://new-line.net.ua/2503-metamod-...i-skachat.html
FonixPro20 is offline
Rivotril
Senior Member
Join Date: Feb 2014
Location: Argentina
Old 12-27-2018 , 06:19   Re: SteamBoost [VALVE-MS RU]
Reply With Quote #10

In my case the bot is connecting but getting kicked out of the server, he doesn't get to say anything (as i saw in other servers)
Rivotril 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 11:08.


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