https://github.com/rishavnandi/csgo_multihack
https://github.com/rishavnandi/csgo_multihack
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishavnandi/csgo_multihack
- Owner: rishavnandi
- Created: 2023-08-17T13:09:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T13:16:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T08:44:04.835Z (over 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSGO MultiHack
A simple multi-hack for CSGO
## Features
- [x] Aimbot
- [x] Triggerbot
- [x] Glow
- [x] Recoil Control System
- [x] Skin Changer
You can modify the trigger bot activation key in this line in main.cpp
```cpp
// aimbot key
if (GetAsyncKeyState(VK_SHIFT))
continue;
```
You can find the virtual key codes here https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
You can find the skin ids here https://totalcsgo.com/codes/skin-ids and the weapon ids here https://pastebin.com/3zNVRK4W
Thanks to Cazz for the memory header https://github.com/cazzwastaken/pro-bhop/blob/master/cheat/memory.h and Hazedumper for the offsets https://github.com/frk1/hazedumper/blob/master/csgo.hpp'
Follow Cazz's tutorial to compile the cheat https://youtu.be/gzKVqeu5H28