Quote:
Originally Posted by Desticx
BUMPED
We again looking for some crazy exploits, should atleast last some time : ))
(Freezing player, kicking him , crashing anything which can make him distable .. )
|
Exploiters are unable to kick other players from a game because they can only access their client! In the same way “in technical terms” the regular player without exploits can only see things they manipulate through their client based on the game’s code which manipulates how the game may function for that specific person’s client, as this is general knowledge I wanted to give that insight.
However, there are exceptions. Exploiters may find a way to crash your game servers by manipulating certain events, bypassing security checks, exploiting different leaks, etc which are handled by the server at an exponential rate. But without using a method like that another exception for an exploiter to kick a player from the server is to directly have access to the server in some way shape or form giving them the permission to kick the player through the server, which would be a major issue and is unlikely to happen unless your game is poorly coded. This ties in with bypassing security checks and manipulating things like RemoteEvents.
In short terms, no, an exploiter is unable to kick people from your game as they do not initially have access to the server, but there are exceptions that can allow exploiters to kick players.