Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 148f201

Browse files
committed
2 parents 39a4818 + 68e32e9 commit 148f201

File tree

2 files changed

+40
-3
lines changed

2 files changed

+40
-3
lines changed

README.md

+39-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,44 @@
1-
# DeCheaty In development
1+
# DeCheaty APLHA(0.0.1)
2+
![DeCheaty Logo](/src/images/sus.png)
3+
24
An advanced TF2 anti-cheat with high customisability with advanced tooling.
5+
36
# INSTALLING
4-
To install all required files:
7+
To install all required modules:
8+
59
```txt
610
pip install modules.txt
711
```
8-
Or run the installer script for a automated install
12+
Or run the installer script for a automated install, may not be supported on every os
13+
14+
## Windows
15+
Download ``installer.exe``
16+
17+
or Download ``Decheaty-windows.zip``
18+
19+
## Linux, Mac or Other
20+
__Warning! Not all OSes are supported.__
21+
22+
### Setup
23+
24+
(Automatic)
25+
26+
Run ``setup.py`` in /DeCheaty-*/Upgrade/installer/
27+
28+
(Manual)
29+
30+
First, to get the python librarys, run
31+
32+
```txt
33+
sudo apt install modules.txt
34+
```
35+
36+
or
37+
38+
```txt
39+
pip install modules.txt
40+
```
41+
42+
Next run ``DeCheaty.py``
43+
44+
** ``Decheaty.py`` is the main file **

modules.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
requests
2+
tkinter

0 commit comments

Comments
 (0)