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

Server Destroy HELP


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Lawyn
Junior Member
Join Date: Jul 2020
Old 04-06-2021 , 11:58   Server Destroy HELP
Reply With Quote #1

People using destroy cheat, i think, kicking all my players from the server!
I want help with that, because i dont know how to stop this.
__________________
Lawyn is offline
SpirT
Senior Member
Join Date: Sep 2018
Location: Portugal
Old 04-07-2021 , 05:20   Re: Server Destroy HELP
Reply With Quote #2

Quote:
Originally Posted by Lawyn View Post
People using destroy cheat, i think, kicking all my players from the server!
I want help with that, because i dont know how to stop this.
Hey there! Cheats aren't a topic for this section, but, I'll try to help you anyways. As far as I know, cheats can't just kick people from a server for any reason. Those cheats that you talked are client-side and not server-side. Therefore, I'd recommend setting from a start a secure rcon password for your server. Then I'd recommend installing LAC (Little Anti Cheat) and SMAC (SourceMod Anti Cheat). I've been using those for more than a year and more than half of my bans were issued by those anti cheats.

Hope to get some good feedback soon,

SpirT.
__________________

Last edited by SpirT; 04-07-2021 at 05:20.
SpirT is offline
Lawyn
Junior Member
Join Date: Jul 2020
Old 04-07-2021 , 10:02   Re: Server Destroy HELP
Reply With Quote #3

Quote:
Originally Posted by spirt View Post
hey there! Cheats aren't a topic for this section, but, i'll try to help you anyways. As far as i know, cheats can't just kick people from a server for any reason. Those cheats that you talked are client-side and not server-side. Therefore, i'd recommend setting from a start a secure rcon password for your server. Then i'd recommend installing lac (little anti cheat) and smac (sourcemod anti cheat). I've been using those for more than a year and more than half of my bans were issued by those anti cheats.

Hope to get some good feedback soon,

spirt.
it doesnt work! ...
__________________
Lawyn is offline
finishlast
Senior Member
Join Date: Nov 2018
Location: In Reno with the vitamin
Old 04-11-2021 , 06:24   Re: Server Destroy HELP
Reply With Quote #4

Which game is it? If it is L4D1 you are reffering to the forcekick, glitchkick, bugkick or however you name it.
The idiot disconnects and then reconects, with a command bound to a key, he then kicks the person he wants while connecting.

If you see him leave you can block the kick with a vote like "Vote all talk" btw, when he then reconnects his forcekick votes are blocked for a small period of time.

That has never been fixed by valve but can easily be fixed with https://forums.alliedmods.net/showth...ht=votemanager

It adds a vote delay and prevents the forcekick.

If you want a cheap hack then compile this and put it on your server (in this case the !status and !listplayers commands will not work anymore, I forgot why I added !who though.):

Code:
#include <sourcemod>

#define PLUGIN_VERSION "1.0"

public Plugin:myinfo =
{
	name = "",
	author = "",
	description = "",
	version = PLUGIN_VERSION,
	url = ""
};

public OnPluginStart()
{
	RegConsoleCmd("status", status2, "disable status");
	RegConsoleCmd("listplayers", status2, "disable status");
	RegConsoleCmd("who", status2, "disable status");
	RegConsoleCmd("sm_who", status2, "disable status");
}

public Action:status2(client,args)
{
	return Plugin_Stop
}
__________________

Last edited by finishlast; 04-11-2021 at 06:32.
finishlast is offline
Lawyn
Junior Member
Join Date: Jul 2020
Old 04-11-2021 , 07:26   Re: Server Destroy HELP
Reply With Quote #5

Quote:
Originally Posted by finishlast View Post
Which game is it? If it is L4D1 you are reffering to the forcekick, glitchkick, bugkick or however you name it.
The idiot disconnects and then reconects, with a command bound to a key, he then kicks the person he wants while connecting.

If you see him leave you can block the kick with a vote like "Vote all talk" btw, when he then reconnects his forcekick votes are blocked for a small period of time.

That has never been fixed by valve but can easily be fixed with https://forums.alliedmods.net/showth...ht=votemanager

It adds a vote delay and prevents the forcekick.

If you want a cheap hack then compile this and put it on your server (in this case the !status and !listplayers commands will not work anymore, I forgot why I added !who though.):

Code:
#include <sourcemod>

#define PLUGIN_VERSION "1.0"

public Plugin:myinfo =
{
	name = "",
	author = "",
	description = "",
	version = PLUGIN_VERSION,
	url = ""
};

public OnPluginStart()
{
	RegConsoleCmd("status", status2, "disable status");
	RegConsoleCmd("listplayers", status2, "disable status");
	RegConsoleCmd("who", status2, "disable status");
	RegConsoleCmd("sm_who", status2, "disable status");
}

public Action:status2(client,args)
{
	return Plugin_Stop
}
I dont now how is working this kick system.
Game is CSGO

All i know is when a player join the server, spamming with SERVER DESTROY ACTIVATED and all players got disconnected without an error... I dont have any reported plugins or others...

I know my cookies resets after kicks.
__________________
Lawyn is offline
finishlast
Senior Member
Join Date: Nov 2018
Location: In Reno with the vitamin
Old 04-11-2021 , 07:31   Re: Server Destroy HELP
Reply With Quote #6

Sorry I only know the forcekick thing for l4d. That sounds like something completely different then.
I dont play CS:GO.
__________________
finishlast is offline
Reply


Thread Tools
Display Modes

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 09:04.


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