Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
/ le_chiffre Public archive
  • Sponsor Blaumaus/le_chiffre

  • Notifications You must be signed in to change notification settings
  • Fork 39

Commit b71ebee

Browse files
authoredAug 13, 2024··
Update README.md
1 parent 7e32a3d commit b71ebee

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
 

‎README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
**Le Chiffre - is a lightweight opensource CS:GO external cheat which supports lots of features.**
33

44
## About
5-
Le Chiffre - is an external feature-rich hack.\
6-
Since it is a public cheat, I strongly recommend reimplementing the cheat logic to make it as unique as possible, or at least changing the filename (as well as it's hash) of the executable file after compilation to minimise the VAC ban risks.\
7-
Also it might be useful to add some junk code in some cases (probably you'd have to turn compiler optimisations off before doing it).\
8-
It's recommended to use [VAC Bypass](https://github.com/danielkrupinski/VAC-Bypass-Loader) to bypass anti-cheat scan and drastically reduce the likelihood of a VAC ban.\
9-
\
10-
You have to use at least the C++17 standard (due to bsp_parser library requirements) to compile the cheat.\
5+
Le Chiffre - is an external feature-rich hack.
6+
7+
This project was made purely for educational purposes, as a proof of concept. I wanted to learn about reverse engineering, low level programming and C/C++, so I made this. I discourage cheating in multiplayer games and anyone using this software for such purposes.
8+
9+
It has been fun doing this project, but it is time to let it go. I will not be updating it for CS2. I've tried to make this software as simple and easy to understand as possible, so if you want to learn reverse engineering, this might be a good place to start :)
10+
11+
You must use at least the C++17 standard (due to the bsp_parser library requirements) to compile the cheat.
1112
[Le Chiffre official website](https://lechiffre.now.sh)
1213

1314
![](images/lechiffre_mainmenu.png)

0 commit comments

Comments
 (0)
This repository has been archived.