## Preface Full CS:GO project files for deadcell. For the OSHGui project, please see the [OSHGui repository](https://github.com/EternityX/DEADCELL-OSHGUI). This is *not* a ready-to-use cheat, it is missing a lot of core features and has a multitude of issues. As such it is highly recommended that you do not use this if you have no prior programming knowledge or a lack of game hacking knowledge in general. ## Known issues - Crashes. - Some of the code is unoptimized. ## FAQ ### Where's the DLL? Build it yourself. We will not provide a binary. ### How do I add a hitmarker sound? Create a **hitsounds** folder inside the **base** Counter-Strike Global Offensive directory. Place as many **.wav** sound files as you want inside of it. Load the cheat and they will be under the hitsounds combobox. ### Where are config files stored? Profiles are stored inside the **base** Counter-Strike Global Offensive directory under a folder named **profiles**. You can share profiles with friends by navigating to the configuration tab inside the cheat and selecting **Export**. This will copy all profile data to the clipboard which you can then paste to a friend. To import a profile, just copy all of the profile data and press **Import**. Make sure to save your profile by entering a name and pressing **Save**. ### Why does moving the menu crash the game? Disable multi-core rendering in your CS:GO video settings. ### How do I open the menu? Press `INSERT`. ### How do I unload the cheat? Press `END`. ## Credits - dex and maddie for their address, hash, module, netvar, pattern, pe, and vmt classes - [alpine971 for their extensive contributions](https://github.com/auth12) - [KN4CK3R for OSHGui](https://github.com/KN4CK3R/OSHGui) - [nlohmann for a modern C++ implementation of JSON](https://github.com/nlohmann/json) - everyone who contributed to the project! ## License Licensed under the MIT License. See [LICENSE](https://github.com/EternityX/DEADCELL-CSGO/blob/master/LICENSE) for more details. ## Media ![image](https://i.imgur.com/q5M8Qx4.png) ![image](https://i.imgur.com/JcksnA7.png) ![image](https://i.imgur.com/0wAOPPj.png) ![image](https://i.imgur.com/nziS7Ek.png) ![image](https://i.imgur.com/rtWEJiS.png)