Warning
This implementation is extremely buggy and not recommended for normal use. If you like to contribute to this project, feel free to make a fork (and maybe pull request!)
Basically a Geometry Dash Server Emulator but implemented in Python Flask [WORK IN PROGRESS]
Supported version of Geometry Dash: 1.0 - 2.2 (i guess)
(See the backwards compatibility section of this article for more information)
Required programs to run:
- Python >= 3.6
- Flask >= 3.x
Setup (PythonAnywhere)
tutorial soon
Base for account settings and the private messaging system by someguy28
Using this for XOR encryption - https://github.com/sathoro/php-xor-cipher - (incl/lib/XORCipher.php)
Using this for cloud save encryption - https://github.com/defuse/php-encryption - (incl/lib/defuse-crypto.phar)
Most of the stuff in generateHash.php has been figured out by pavlukivan and Italian APK Downloader, so credits to them
Using this for base repo - https://github.com/MegaSa1nt/GMDprivateServer/tree/new