Go to file
r4 22439d4cde trigger gh hook 2021-07-26 14:18:17 +02:00
Base64.hpp Initial commit 2020-05-04 17:54:23 +02:00
GDGameSave.hpp Add library functionality for level data 2020-05-05 13:40:52 +02:00
LICENSE Update 'LICENSE' 2021-04-08 13:17:50 +00:00
Main.cpp Add library functionality for level data 2020-05-05 13:40:52 +02:00
Makefile Change to TUI 2020-05-04 22:22:40 +02:00
README.md Update 'README.md' 2021-04-08 13:19:19 +00:00

README.md

Geometry Dash Gamesave Cryptor

Download

  • The latest Windows binary (.exe) can be downloaded here

Usage

  • Double click to open gd_crypt.exe
  • It will show a cmd window with multiple options each labeled with a number
  • Type in one of the numbers and press Enter to execute the command

Building from source on GNU/Linux

Building for GNU/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://git.nobrain.org/r4/gd-gamesave-cryptor.git

    $ cd gd-gamesave-cryptor

  • Build the binary:

    $ make

  • The executable is named gd_crypt and can be run with ./gd_crypt

Building for Windows

  • You will need to install your distro's version of mingw-w64

    • sudo apt install mingw-w64 on Ubuntu
    • Install the AUR package mingw-w64-gcc on Arch GNU/Linux
  • Clone the repository and cd into it

    $ git clone https://git.nobrain.org/r4/gd-gamesave-cryptor.git

    $ cd gd-gamesave-cryptor

  • Build the Windows binary:

    $ make xcomp_linux_win

  • The executable is named gd_crypt.exe