-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1744666
commit e6ee590
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# BAC Anti Cheat | ||
### Protect From Injection | ||
>BAC - is a python programm that protect from Injection with using Listdlls | ||
### How it Work? | ||
>During injection, additional annotations are added to the used application libraries. Our application does not let this happen. | ||
### About Files | ||
>Temp.py - it is temp file what start if programm is installed. | ||
>BAC.py - main file , what starts with your program. | ||
### Necessarily | ||
>Change File Names , and path to collect file | ||
(Code is worst and project is Forgotten) | ||
|
||
<h1 style="text-align: center;">[ Bucket Anti-Cheat ]</h1> | ||
<h3 style="text-align: center;">[ A B O U T ]</h3> | ||
BAC - is a python script, what protect from Injection with using Listdlls tool. | ||
<h3 style="text-align: center;">[ How it works ]</h3> | ||
During injection, additional annotations are added to the used application libraries. | ||
My script does not let this happen. | ||
<h3 style="text-align: center;">[ About files ]</h3> | ||
Temp.py - it is temp file what start if programm is installed. | ||
BAC.py - main file , what starts with your program. | ||
(Change File Names , and path to collect file (Code is worst and project is Forgotten)) |