https://github.com/kittyneverdies/bac.public
Public Version of Bucket Anti Cheat, made as my first training project. Please, don't use this solution in serious projects, use better anticheats written C, C++ and on kernel mode;
https://github.com/kittyneverdies/bac.public
ac anti-cheat anticheat bac bucket python
Last synced: 21 days ago
JSON representation
Public Version of Bucket Anti Cheat, made as my first training project. Please, don't use this solution in serious projects, use better anticheats written C, C++ and on kernel mode;
- Host: GitHub
- URL: https://github.com/kittyneverdies/bac.public
- Owner: KittyNeverDies
- Created: 2021-06-30T11:21:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T16:28:22.000Z (over 2 years ago)
- Last Synced: 2025-11-10T23:30:24.738Z (7 months ago)
- Topics: ac, anti-cheat, anticheat, bac, bucket, python
- Language: Python
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [ Bucket Anti-Cheat ]
### [ About project ]
B.A.C (Bucket Anti-Cheat) - is a python solution, that protect your application from DLL injection.
### [ How it works? ]
During DLL injection process, additional annotations are added to the used application DLL's libraries.
My solution does not let this happen and after detection new annotations kills your application and closes. Please, install libraries from `requirements.txt`
### [ Arguments ]
Usage: `[-h] [--protect] apppath logspath`
```
- `-h` Shows help page
- `--protect` Enable protection mode, by default logs generation mode
- `apppath` Path to your application (.exe file), required
- `logspath` Path of logs file, required
```