The entire client source code of the GDPS, including the editor code. Please do not use for malicious purposes 💛
Current state of the project
- unmaintained
- unorganized
- bad code
- bugs
- undefined behaviour
If you are not familiar with C/C++, function hooking, and similar concepts, we recommend that you avoid using this project. Also, please refrain from copying any part of it for your future projects.
Requires NDK r16b and GD Subzero 2.2.12 released on 11 July 2022.
-
on an empty folder (with the desired project name), clone this repository into a folder called exactly
jni
-
use the following command to build (edit the paths)
ndk-build NDK_PROJECT_PATH=C:\example\GD_Editor_2_21 NDK_APPLICATION_MK=C:\example\GD_Editor_2_21\jni\Application.mk MAIN_LOCAL_PATH=C:\example\GD_Editor_2_21\jni
-
edit the smali of the APK to include the shared libraries and add them to lib\armeabi-v7a folder (delete all other architectures)
-
optional: edit apk name/package, change servers url.