1.2 KiB
1.2 KiB
Geometry Dash Gamesave Cryptor
Download
- The latest Windows binary (.exe) can be downloaded here
Usage
Double clickto opengd_crypt.exe- It will show a cmd window with multiple options each labeled with a number
- Type in one of the numbers and press
Enterto execute the command
Building from source on Linux
Building for Linux
-
If you are using Proton to play GD, do not use Wine for the Windows version. Use this version instead as it automatically uses the correct path for Proton.
-
Clone the repository and cd into it
$ git clone https://github.com/xypwn/gd-gamesave-cryptor.git$ cd gd-gamesave-cryptor -
Build the binary:
$ make -
The executable is named
gd_cryptand can be run with./gd_crypt
Building for Windows
-
You will need to install your distro's version of
mingw-w64sudo apt install mingw-w64on Ubuntu- Install the AUR package
mingw-w64-gccon Arch Linux
-
Clone the repository and cd into it
$ git clone https://github.com/xypwn/gd-gamesave-cryptor.git$ cd gd-gamesave-cryptor -
Build the Windows binary:
$ make xcomp_linux_win -
The executable is named
gd_crypt.exe