This repository has been archived on 2023-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
csh/README.md

51 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

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
- 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)
2023-05-25 11:29:54 +02:00
- Money reveal
2023-03-31 04:15:35 +02:00
- 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)!