Last active
October 15, 2024 19:40
-
-
Save PatoFlamejanteTV/a58f39eb6a6ebf2d7021c194a3221589 to your computer and use it in GitHub Desktop.
Kills Cheat Engine from user's computer | Ported from https://github.com/PatoFlamejanteTV/ImaturidadePlusPlus/blob/main/coisaslegal/byebyecheaters.bat
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
@Echo off | |
:: PatoFlamejanteTV's Anti Cheat | |
:: Based on Loader-Souce's Anticheat | |
:: https://github.com/binaryloverr/Loader-Source/blob/caf4e95ab3d535b66cab419db4ea378755428db8/prot/protector.h | |
TITLE cheater??????? | |
echo Did you have cheats? | |
askkill /f /im Cheat Engine.exe | |
taskkill /f /im cheatengine-x86_64.exe | |
taskkill /f /im cheatengine-x86_64-SSE4-AVX2.exe | |
taskkill /f /im MugenJinFuu-x86_64-SSE4-AVX2.exe | |
taskkill /f /im MugenJinFuu-i386.exe | |
taskkill /f /im cheatengine-x86_64.exe | |
taskkill /f /im cheatengine-i386.exe | |
taskkill /FI \"IMAGENAME eq cheatengine*\" /IM * /F /T | |
echo. | |
echo wooow bye! | |
timeout 3 /nobreak |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment