All Projects → Blaumaus → le_chiffre

Blaumaus / le_chiffre

Licence: MIT license
CS:GO external cheat.

Programming Languages

C++
36643 projects - #6 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to le chiffre

RatPoison
Latest Ver: 1.7; Default Menu Key is F1; Charlatano's Successor; dn
Stars: ✭ 302 (+33.04%)
Mutual labels:  csgo, cheating, cheat, csgo-cheat
Osiris
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
Stars: ✭ 1,851 (+715.42%)
Mutual labels:  csgo, cheating, cheat, csgo-cheat
VARGEN
Сheat for CS:GO. Based on Osiris - https://github.com/danielkrupinski/Osiris
Stars: ✭ 12 (-94.71%)
Mutual labels:  csgo, cheat, csgo-cheat, csgo-hack
Aristois Legit
Full project files for aristois, Counter-Strike: Global Offensive cheat.
Stars: ✭ 110 (-51.54%)
Mutual labels:  csgo, cheat, counter-strike-global-offensive
Rainbow-v2
The best python legit cheat for csgo
Stars: ✭ 42 (-81.5%)
Mutual labels:  csgo, csgo-cheat, csgo-hack
Anubis
Free open-source training software / cheat for Counter-Strike: Global Offensive, written in C.
Stars: ✭ 81 (-64.32%)
Mutual labels:  csgo, cheat, counter-strike-global-offensive
Garhal csgo
A project that demonstrates how to screw with CSGO from Kernel Space. (CSGO Kernel Cheat/Hack) All cleaned up, and with updated offsets.
Stars: ✭ 179 (-21.15%)
Mutual labels:  csgo, cheat, counter-strike-global-offensive
toy-arms
⚔️ my simple reusable game hack components in Rust
Stars: ✭ 71 (-68.72%)
Mutual labels:  csgo, cheating, cheat
Csgo Cheat Base
simple csgo internal base.
Stars: ✭ 111 (-51.1%)
Mutual labels:  csgo, cheat, counter-strike-global-offensive
NEPS
Bloat-free CS:GO multihack for Windows, based on Osiris. You should probably give it a go, as it was in development for about 2 years. Formerly a griefing cheat that developed into a semi-rage multihack, with many features added, bugs fixed, things optimized and more!
Stars: ✭ 205 (-9.69%)
Mutual labels:  csgo, cheat, csgo-cheat
HelvetaCS
Modern C++ CS:GO base
Stars: ✭ 41 (-81.94%)
Mutual labels:  csgo, cheat, csgo-cheat
bananabot
A CS:GO Hack for Linux
Stars: ✭ 19 (-91.63%)
Mutual labels:  csgo, cheat, csgo-cheat
Python-CSGO-Cheat
All-in-one, undetected CSGO cheat written in Python.
Stars: ✭ 175 (-22.91%)
Mutual labels:  csgo, csgo-cheat, csgo-hack
pengWin
An external cheat for the Linux version of Counter-Strike Global Offensive
Stars: ✭ 28 (-87.67%)
Mutual labels:  csgo, cheat, counter-strike-global-offensive
ButOSX
CSGO Cheat Base for MacOSX. Written in C++ & Objective C. Menu Powered by ImGui. Includes Apple TouchBar API.
Stars: ✭ 58 (-74.45%)
Mutual labels:  csgo, cheat, csgo-cheat
CSGO
A CSGO "base" with aimbot, BSP parsing, bunnyhop, triggerbot, aimassist, no flash and walkbot, glow esp
Stars: ✭ 80 (-64.76%)
Mutual labels:  csgo, counter-strike-global-offensive, csgo-cheat
Loader
Loader is an open source C++ cheat loader currently built for CS:GO
Stars: ✭ 49 (-78.41%)
Mutual labels:  csgo, csgo-cheat, csgo-hack
Pcsgolh
PCSGOLH - Pointless Counter-Strike: Global Offensive Lua Hooks. A open-source Lua API for CS:GO hacking written in modern C++
Stars: ✭ 56 (-75.33%)
Mutual labels:  csgo, cheat, counter-strike-global-offensive
csgo-hud
Custom CS:GO Spectator HUD
Stars: ✭ 40 (-82.38%)
Mutual labels:  csgo, counter-strike-global-offensive
csgo-vscripts
Various vscripts for CS:GO I have written
Stars: ✭ 25 (-88.99%)
Mutual labels:  csgo, counter-strike-global-offensive

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].