From de23b321cede5243cbdf8e80d545337146822a8e Mon Sep 17 00:00:00 2001 From: xerox Date: Wed, 5 Aug 2020 08:47:48 +0000 Subject: [PATCH] Add new file --- ligma (cheat)/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ligma (cheat)/README.md diff --git a/ligma (cheat)/README.md b/ligma (cheat)/README.md new file mode 100644 index 000000000..d56512215 --- /dev/null +++ b/ligma (cheat)/README.md @@ -0,0 +1,14 @@ +# build scripts + +First things first, to get this compiling/working for you, you are going to need to fix these build scripts: + +``` +adb logcat -c +adb push C:\Users\%USERNAME%\source\repos\ligma\ARM\Release\libligma.so /data/app/com.activision.callofduty.shooter-1/lib/arm/libligma.so +start cmd /k "title 'ligma filter' & adb logcat | findstr ligma" +start cmd /k "title 'codm logs' & adb logcat | findstr com.activision.callofduty.shooter" +start cmd /k "title 'all logs' & adb logcat" +adb shell am start -n com.activision.callofduty.shooter/com.tencent.tmgp.cod.PermissionGrantActivity +``` + +just change `C:\Users\%USERNAME%\source\repos\ligma\ARM\Release\libligma.so` to the path of your repo. Also change `adb` to whatever `adb` your emulator is using. \ No newline at end of file