Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:Blaumaus/le_chiffre
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed May 6, 2022
2 parents 7a278a5 + d02f5f3 commit 06cee23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ But for some reason sometimes Visual Studio may ignore the project configuration
These are the most frequent issues people can meet while building this project:
- in project settings you have to set C++ standard as `C++ 2017` or `C++ latest`, it's a requirement of the `bsp_parser` library, which this cheat relies on.
- in ProjectProperties -> Configuration Properties -> C/C++ -> Preprocessor -> Preprocessor Definitions you have to add the following macros: `_CRT_SECURE_NO_DEPRECATE` and `_CRT_NONSTDC_NO_DEPRECATE`.
- in Linker settings, the `System` settings has to be set as `Windows (/SUBSYSTEM:WINDOWS)`, as this project is not using the regular `main` funciton as an entry point.
- in Linker settings, the `System` settings has to be set as `Windows (/SUBSYSTEM:WINDOWS)`, as this project is not using the regular `main` funciton as an entry point.

## Credits
Thanks to [hazedumper](https://github.com/frk1/hazedumper "hazedumper") library for providing memory offsets.\
Thanks to [bsp_parser](https://github.com/ReactiioN1337/valve-bsp-parser "bsp_parser") library for making the aimbot even better.

### Downloads
![TOTAL](https://img.shields.io/github/downloads/Blaumaus/le_chiffre/total?color=blue&label=Total&style=plastic)
![LATEST](https://img.shields.io/github/downloads/Blaumaus/le_chiffre/latest/total?color=blue&label=Latest%20release&style=plastic)

1 comment on commit 06cee23

@vercel
Copy link

@vercel vercel bot commented on 06cee23 May 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lechiffre – ./

lechiffre-blaumaus.vercel.app
lechiffre-git-main-blaumaus.vercel.app
lechiffre.vercel.app

Please sign in to comment.