├── READ ME BEFORE USING.txt ├── README.md ├── cs2-dumper.exe ├── cs2-dumper.log └── gitattributes /READ ME BEFORE USING.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | _____________________ _______ ._________________ ___ 4 | \____ /\_ _____/ \ \ | \__ ___/ | \ 5 | / / | __)_ / | \| | | | / ~ \ 6 | / /_ | \/ | \ | | | \ Y / 7 | /_______ \/_______ /\____|__ /___| |____| \___|_ / 8 | \/ \/ \/ \/ 9 | 10 | 11 | 12 | ZENITH | Counter-Strike 2 Legit Cheat 13 | 14 | --- 15 | 16 | Installation Guide 17 | 18 | 1. Navigate to the x64 directory and select Release. 19 | 2. Run Counter Strike Legit Cheat.exe (rename the file as necessary and download glew32.dll make sure both files are in the same directory). 20 | 3. Set the resolution in Counter-Strike 2 to Windowed Full Screen mode. 21 | 4. Press "INSERT" to show or hide the menu. 22 | 5. Done. 23 | 24 | --- 25 | 26 | Updating Offsets: 27 | 28 | If the game updates, you may need new offsets: 29 | 30 | 1. Open `cs2_dumper.exe` (ensure Counter-Strike 2 is running first). 31 | 2. Go to the "Output" section. 32 | 3. Obtain the following files: `animationsystem_dll.hpp`, `offsets.hpp`, `client_dll.hpp`, and `buttons_dll.hpp`. 33 | 4. Place these files into the `GLFWx64` directory. 34 | 5. Open the `.sln` file and build the project. 35 | 36 | --- 37 | 38 | Usage Instructions: 39 | 40 | 1. Set Counter-Strike 2 to Windowed Full Screen mode. 41 | 2. Open the Cheat. 42 | 3. If the screen turns white, please wait for the cheat to fully load. 43 | 44 | --- 45 | 46 | Important Notice: 47 | 48 | This Counter-Strike 2 Legit Cheat is provided free of charge and is intended solely for educational purposes or personal gameplay within Counter-Strike 2. 49 | 50 | Distribution, resale, or commercial use of this cheat is strictly prohibited. You are not authorized to copy, modify, or distribute this cheat for any purpose other than personal use. 51 | 52 | Please adhere to these guidelines and use the cheat responsibly. Thank you for your understanding and cooperation. 53 | 54 | --- 55 | 56 | Contributions and Credits: 57 | 58 | We welcome and appreciate contributions to improve this Counter-Strike 2 Legit Cheat. If you have suggestions for enhancements, bug fixes, or new features, your input is greatly valued. 59 | 60 | Developers: 61 | - Adamok: https://github.com/Adamok1337 62 | - Zeke: https://github.com/Zeke1337 63 | 64 | Credits: 65 | - Guided Hacking: https://guidedhacking.com/ 66 | - CS2 Dumper: https://github.com/a2x/cs2-dumper 67 | - Asver: https://www.youtube.com/watch?v=UCkVfZCFXp8 68 | 69 | Notes: 70 | - There is potential for improvement in this cheat. It is currently released with basic functionality. 71 | - The aimbot and aimlock features may not perform optimally. 72 | 73 | --- 74 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ZENITH | Counter-Strike 2 Legit Cheat 2 | 3 | ## Installation Guide 4 | 5 | 1. Navigate to the `x64` directory and select `Release`. 6 | 2. Run `Counter Strike Legit Cheat.exe` (rename the file as necessary and download `glew32.dll` make sure both files are in the same directory). 7 | 3. Set the resolution in Counter-Strike 2 to **Windowed Full Screen** mode. 8 | 4. Press **"INSERT"** to show or hide the menu. 9 | 5. Done. 10 | 11 | ## Updating Offsets 12 | 13 | If the game updates, you may need new offsets: 14 | 15 | 1. Open `cs2_dumper.exe` (ensure Counter-Strike 2 is running first). 16 | 2. Go to the **"Output"** section. 17 | 3. Obtain the following files: `animationsystem_dll.hpp`, `offsets.hpp`, `client_dll.hpp`, and `buttons_dll.hpp`. 18 | 4. Place these files into the `GLFWx64` directory. 19 | 5. Open the `.sln` file and build the project. 20 | 21 | ## Usage Instructions 22 | 23 | 1. Set Counter-Strike 2 to **Windowed Full Screen** mode. 24 | 2. Open the Cheat. 25 | 3. If the screen turns white, please wait for the cheat to fully load. 26 | 27 | ## Important Notice 28 | 29 | This Counter-Strike 2 Legit Cheat is provided free of charge and is intended solely for educational purposes or personal gameplay within Counter-Strike 2. 30 | 31 | **Distribution, resale, or commercial use** of this cheat is strictly prohibited. You are not authorized to copy, modify, or distribute this cheat for any purpose other than personal use. 32 | 33 | Please adhere to these guidelines and use the cheat responsibly. Thank you for your understanding and cooperation. 34 | 35 | ## Contributions and Credits 36 | 37 | We welcome and appreciate contributions to improve this Counter-Strike 2 Legit Cheat. If you have suggestions for enhancements, bug fixes, or new features, your input is greatly valued. 38 | 39 | **Developers:** 40 | - [Adamok](https://github.com/Adamok1337) 41 | - [Zeke](https://github.com/Zeke1337) 42 | 43 | **Credits:** 44 | - [Guided Hacking](https://guidedhacking.com/) 45 | - [CS2 Dumper](https://github.com/a2x/cs2-dumper) 46 | 47 | **Notes:** 48 | - There is potential for improvement in this cheat. It is currently released with basic functionality. 49 | - The aimbot and aimlock features may not perform optimally. 50 | -------------------------------------------------------------------------------- /cs2-dumper.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iax32/Zenith-CS2-Cheat/987f7e8a2f0bbdf8ce60fd70667bbe8d3330f0e2/cs2-dumper.exe -------------------------------------------------------------------------------- /cs2-dumper.log: -------------------------------------------------------------------------------- 1 | 17:16:42 [INFO] found 16 buttons 2 | 17:16:42 [INFO] found 130 interfaces across 33 modules 3 | 17:16:43 [INFO] found 33 offsets across 5 modules 4 | 17:16:43 [INFO] found 2468 classes and 368 enums across 17 modules 5 | 17:16:43 [INFO] analysis completed in 953.22ms 6 | -------------------------------------------------------------------------------- /gitattributes: -------------------------------------------------------------------------------- 1 | ## Unity ## 2 | 3 | *.cs diff=csharp text 4 | *.cginc text 5 | *.shader text 6 | 7 | *.mat merge=unityyamlmerge eol=lf 8 | *.anim merge=unityyamlmerge eol=lf 9 | *.unity merge=unityyamlmerge eol=lf 10 | *.prefab merge=unityyamlmerge eol=lf 11 | *.physicsMaterial2D merge=unityyamlmerge eol=lf 12 | *.physicMaterial merge=unityyamlmerge eol=lf 13 | *.asset merge=unityyamlmerge eol=lf 14 | *.meta merge=unityyamlmerge eol=lf 15 | *.controller merge=unityyamlmerge eol=lf 16 | 17 | 18 | ## git-lfs ## 19 | 20 | #Image 21 | *.jpg filter=lfs diff=lfs merge=lfs -text 22 | *.jpeg filter=lfs diff=lfs merge=lfs -text 23 | *.png filter=lfs diff=lfs merge=lfs -text 24 | *.gif filter=lfs diff=lfs merge=lfs -text 25 | *.psd filter=lfs diff=lfs merge=lfs -text 26 | *.ai filter=lfs diff=lfs merge=lfs -text 27 | *.tif filter=lfs diff=lfs merge=lfs -text 28 | 29 | #Audio 30 | *.mp3 filter=lfs diff=lfs merge=lfs -text 31 | *.wav filter=lfs diff=lfs merge=lfs -text 32 | *.ogg filter=lfs diff=lfs merge=lfs -text 33 | 34 | #Video 35 | *.mp4 filter=lfs diff=lfs merge=lfs -text 36 | *.mov filter=lfs diff=lfs merge=lfs -text 37 | 38 | #3D Object 39 | *.FBX filter=lfs diff=lfs merge=lfs -text 40 | *.fbx filter=lfs diff=lfs merge=lfs -text 41 | *.blend filter=lfs diff=lfs merge=lfs -text 42 | *.obj filter=lfs diff=lfs merge=lfs -text 43 | 44 | #ETC 45 | *.a filter=lfs diff=lfs merge=lfs -text 46 | *.exr filter=lfs diff=lfs merge=lfs -text 47 | *.tga filter=lfs diff=lfs merge=lfs -text 48 | *.pdf filter=lfs diff=lfs merge=lfs -text 49 | *.zip filter=lfs diff=lfs merge=lfs -text 50 | *.dll filter=lfs diff=lfs merge=lfs -text 51 | *.unitypackage filter=lfs diff=lfs merge=lfs -text 52 | *.aif filter=lfs diff=lfs merge=lfs -text 53 | *.ttf filter=lfs diff=lfs merge=lfs -text 54 | *.rns filter=lfs diff=lfs merge=lfs -text 55 | *.reason filter=lfs diff=lfs merge=lfs -text 56 | *.lxo filter=lfs diff=lfs merge=lfs -text 57 | *.bc filter=lfs diff=lfs merge=lfs -text --------------------------------------------------------------------------------