Skip to content

Commit a39ff5c

Browse files
authored
Update README.md
1 parent a2aa9b4 commit a39ff5c

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
1-
# PyIt---external-cheat-cs2-in-python
1+
# PyIt - external cheat cs2 in python
2+
3+
PyIt is a completely free, open-source cheat. It's 100% written in Python, without requiring the installation of third-party libraries outside of the package manager "pip." Without writing to the game's memory, it offers the following features: WH, Aim, Trigger Bot.
4+
5+
![2024-08-13_12-36-03](https://github.com/user-attachments/assets/580fa55b-0c7d-45bb-ba36-c0ae01d0b9b9)
6+
7+
# To install:
8+
9+
Python 3.10+
10+
```sh
11+
pip install PySide6 requests pymem pywin32 pynput
12+
```
13+
or
14+
```sh
15+
pip install -r requirements.txt
16+
```
17+
18+
# Launch
19+
```sh
20+
python PyItV1.0.3.py
21+
```
22+
23+
# Functions
24+
- ESP (Wall Hack)
25+
- AIM Bot
26+
- Trigger Bot
27+
28+
![2024-08-13_12-36-20](https://github.com/user-attachments/assets/af671764-5a8e-4131-973c-4d8d06ba26c7)
29+
30+
# Description
31+
Save the file "config.json" in the path - "AppData\Local\Temp\PyIt". Automatically uploads offsets with a get request to the URL "https://raw.githubusercontent.com/a2x/cs2-dumper/main/output ". To avoid being banned from the public, do not download, but copy the code. You use it directly by interpreting it from python IDLE. At the time of verification, delete the Temp folder from "AppData\Local" and change the file to "print("Hello, world!")" And that's it, congratulations, you didn't get burned.
32+
33+
# I am not responsible for your actions!
34+
35+
# LICENSE
36+
This project is licensed under the terms of the MIT License - see the `LICENSE` file for details.
37+
38+
Go to the Discord channel - https://discord.gg/n89PDURbTg
39+
:D

0 commit comments

Comments
 (0)