CS-NextClient / NextClientServerApi

NextClientServerApi is an amxmodx module that provides an API to interact with Counter-Strike 1.6 NextClient.
MIT License
15 stars 4 forks source link

UNIQUE ID #6

Open NiceFeatures opened 2 months ago

NiceFeatures commented 2 months ago

It's possible to get/generate uniqueID on this client for ban purposes?

Polarhigh commented 2 months ago

It's certainly a good idea. But since the client is open source, anyone can easily modify the code to change the generation of this identifier.

However, there was an idea to sign the libraries and validate the signature with a server module, but in this case you can't disclose private keys to anyone. It turns out that only the version built by Next21 will have at least some reliable protection against spoofing.

In general, the question is not very simple.