2023-03-30 13:00:39 +02:00
|
|
|
# CSGOHACKS
|
2023-03-30 14:39:52 +02:00
|
|
|
|
2023-04-05 13:01:06 +02:00
|
|
|
External cheats for Windows, educational content only.
|
2023-03-31 02:39:52 +02:00
|
|
|
|
2023-03-30 14:39:52 +02:00
|
|
|
## How to use?
|
|
|
|
|
2023-04-01 16:33:29 +02:00
|
|
|
1. [Download the `.zip`](https://git.mylloon.fr/Anri/csh/archive/main.zip)
|
2023-03-30 14:39:52 +02:00
|
|
|
|
2023-04-02 21:48:09 +02:00
|
|
|
2. Run it by double-clicking on `run.bat`
|
2023-03-30 14:39:52 +02:00
|
|
|
|
2023-04-01 16:11:56 +02:00
|
|
|
### Extra info
|
|
|
|
|
2023-04-04 11:01:11 +02:00
|
|
|
- You can use a local file for offsets (see [this documentation](./hazedumper)
|
2023-04-01 16:11:56 +02:00
|
|
|
to generate the `.json` file) by passing `--offline` to the app:
|
|
|
|
|
|
|
|
```powershell
|
|
|
|
python .\main.py --offline
|
|
|
|
```
|
|
|
|
|
|
|
|
- You also can bypass the interactive cheat selector by passing a list to the app.
|
|
|
|
|
2023-04-04 11:16:49 +02:00
|
|
|
For instance, using `aimbot`, `bhop` and the `radar hack`
|
2023-04-01 16:11:56 +02:00
|
|
|
|
|
|
|
```powershell
|
2023-04-04 11:16:49 +02:00
|
|
|
python .\main.py --list=aimbot,bhop,radarhack
|
2023-04-01 16:11:56 +02:00
|
|
|
```
|
|
|
|
|
2023-04-04 11:00:04 +02:00
|
|
|
Feel free to modify the [run.bat](./run.bat) as you wish.
|
|
|
|
|
2023-03-30 14:39:52 +02:00
|
|
|
## How to not use?
|
|
|
|
|
2023-04-03 00:51:46 +02:00
|
|
|
**CTRL + C** (twice for the .bat script) will stop the app.
|
2023-03-31 04:15:35 +02:00
|
|
|
|
2023-04-03 04:37:19 +02:00
|
|
|
> Do not close the window, **CTRL + C** will unload some cheats, which will
|
|
|
|
> restore the initial state after closing.
|
|
|
|
|
2023-03-31 04:15:35 +02:00
|
|
|
## About
|
|
|
|
|
|
|
|
- Aim bot
|
|
|
|
- Bhop
|
2023-03-31 20:34:04 +02:00
|
|
|
- Chams (ennemy different color and more visible)
|
2023-04-03 04:37:19 +02:00
|
|
|
- FOV
|
2023-03-31 04:15:35 +02:00
|
|
|
- Glow (wallhack)
|
|
|
|
- No-flash
|
2023-04-03 04:37:19 +02:00
|
|
|
- No-recoil
|
2023-03-31 04:15:35 +02:00
|
|
|
- Radar hack
|
|
|
|
- Trigger hack
|
2023-04-05 13:01:06 +02:00
|
|
|
|
|
|
|
Want to add a cheat? See [the guide](./GUIDE.md)!
|