https://github.com/rishavnandi/csgo_trigger_bot
https://github.com/rishavnandi/csgo_trigger_bot
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishavnandi/csgo_trigger_bot
- Owner: rishavnandi
- Created: 2023-08-16T12:49:12.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T13:04:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T08:44:04.834Z (over 1 year ago)
- Language: C++
- Size: 30.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSGO Trigger Bot
A simple Trigger Bot for CSGO.
You can modify the trigger bot activation key in this line
```cpp
// skip if trigger key is not down
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
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