31 lines
337 B
Markdown
31 lines
337 B
Markdown
# CSGOHACKS
|
|
|
|
External cheats
|
|
|
|
Educational content only.
|
|
|
|
## How to use?
|
|
|
|
1. Download the `.zip`
|
|
|
|
2. Install Python
|
|
|
|
```powershell
|
|
winget install python
|
|
```
|
|
|
|
3. Install dependencies
|
|
|
|
```powershell
|
|
pip install -r .\requirements.txt
|
|
```
|
|
|
|
4. Run it :)
|
|
|
|
```powershell
|
|
python .\main.py
|
|
```
|
|
|
|
## How to not use?
|
|
|
|
**CTRL + C** will stop the app.
|