Blaumaus / le_chiffre

Open source, multilingual, external CS:GO toolkit.
https://lechiffre.now.sh
MIT License
238 stars 39 forks source link

Faceit support #71

Open noomoo1 opened 2 years ago

noomoo1 commented 2 years ago

Is there any residual file detected by faceit in this software?

Blaumaus commented 2 years ago

I don't know. Haven't tested it on Faceit.

pachara1337 commented 2 years ago

@noomoo1 it and most of the cheats wont work on faceit client

Blaumaus commented 2 years ago

For it to work on faceit, 2 improvements should be added:

  1. Signature scanner should be implemented https://github.com/Blaumaus/le_chiffre/issues/38.
  2. The cheat should be rewritten to be able to run on the ring-0 layer. The faceit anticheat basically gets installed as a driver (unlike VAC) and easily detects any software interfering with CS:GO. So to bypass this, Le Chiffre should be rewritten as a ring-0 driver. This possible to do, but unfortunately I have no time to work on it in the nearest future.