Code Monkey home page Code Monkey logo

le_chiffre's Introduction

Le Chiffre - is a lightweight opensource CS:GO external cheat which supports lots of features.

About

Le Chiffre - is an external feature-rich hack.
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.
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).
It's recommended to use VAC Bypass to bypass anti-cheat scan and drastically reduce the likelihood of a VAC ban.

You have to use at least the C++17 standard (due to bsp_parser library requirements) to compile the cheat.
Le Chiffre official website

Cheat functions

  • F2 - Bunnyhop
  • F3 - No flashbang
  • F4 - Activate Aim bot
  • F6 - Activate trigger bot
  • LAlt - Use trigger bot
  • F8 - Enemy glow ESP
  • F9 - Radar hack
  • END - Panic mode (exits cheat immediately)

Features to be made in future

  • CS:GO Overlay to show info like bomb ticker, spectators, etc.
  • Aim assist.
  • Improve ESP (show the bomb, bomb carrier in a different colour, etc).
  • CS:GO offsets autoparser (or just parse the hazedumper offsets on every launch).

Building the cheat yourself

This project already includes all it's configuration in the .vcxproj file, so if you're using Visual Studio 2019 (or maybe even some earlier versions) it should work and compile fine, just make sure to build it as a x86 Release file.
But for some reason sometimes Visual Studio may ignore the project configurations, so you'll have to set it manually.
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.

Credits

Thanks to hazedumper library for providing memory offsets.
Thanks to bsp_parser library for making the aimbot even better.

Downloads

TOTAL LATEST

le_chiffre's People

Contributors

blaumaus avatar liuhaixv avatar m3351an avatar plaguedoctor24 avatar denyhax avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.