Solved How blocked steam players ? (Only Cracked)

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Python:
__title__ = 'CrackedOnly'
__author__ = 'Jakkee'
__version__ = '1.0'

import clr
clr.AddReferenceByName("Fougerite")
import Fougerite


class CrackedOnly:

    def On_SteamDeny(self, SteamDenyEvent):
        if str(SteamDenyEvent.ErrorNumber) == "Facepunch_Connector_Cancelled":
            SteamDenyEvent.ForceAllow = True
        else:
            SteamDenyEvent.NetUser.Kick("Only cracked clients are allowed on this server!", True)
 

፨ẴzɏϻΘķ፨

Member
Member
Apr 9, 2016
123
6
18
28
Canada
Python:
__title__ = 'CrackedOnly'
__author__ = 'Jakkee'
__version__ = '1.0'

import clr
clr.AddReferenceByName("Fougerite")
import Fougerite


class CrackedOnly:

    def On_SteamDeny(self, SteamDenyEvent):
        if str(SteamDenyEvent.ErrorNumber) == "Facepunch_Connector_Cancelled":
            SteamDenyEvent.ForceAllow = True
        else:
            SteamDenyEvent.NetUser.Kick("Only cracked clients are allowed on this server!", True)
Hi - noticed a bug - if the player go out and do will go he wakes up a different SteamID's :) and not Wake access to their buildings
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Hi - noticed a bug - if the player go out and do will go he wakes up a different SteamID's :) and not Wake access to their buildings
That's unrelated to that plugin.
The reason for that is because cracked clients do not have a set SteamID, Entity's are by their owners ID
 

sakmustafa209

Member
Member
Jun 11, 2015
22
4
8
32
Turkey
Why is it bad tho if they join with steam?

Sent From My Samsung Galaxy S4
Because my server to be accessed with just a launcher.(my server cracked)
My launcher would prevent many tricks.
but can not prevent the assembly-csharp.dll file( cracked havent)
Steam players doing tricks with assembly-csharp.dll

My launcher
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
Because my server to be accessed with just a launcher.(my server cracked)
My launcher would prevent many tricks.
but can not prevent the assembly-csharp.dll file( cracked havent)
Steam players doing tricks with assembly-csharp.dll

My launcher
The cracked client files have assembly csharp. Atleast the one I made.