TheRedEncryption's

Geometry Dash Save Toolbox

Step 1: Upload CCLocalLevels.dat

Step 2: Select tool to use

Step 3: Use the tool


What is this website?

TheRedEncryption's Geometry Dash Save Toolbox is the GD community's one stop shop for all their saving needs! You can do tons of cool things here, like decrypting your save file or importing images (like vector graphics and pixel art) into your levels! Simply start by uploading CCLocalLevels.dat and then choosing a tool to use. After that, you can download the modified file and place it back into your saves.

Where are my files?

Your saves are located in C:\Users\YourName\AppData\Local\GeometryDash where you can find CCLocalLevels.dat. (make sure you do not confuse this with the other .dat files there!)

How does this website work?

All code is written in Javascript, which is executed by your very own browser. A lot of the code is written by myself, but not all of it.
Did you know? A lot of blood, sweat, and tears went into this. Visit my channel to see what happened.

Where can I view the code?

You can view the code at my GitHub page, where all the files are located. You can even see if there are any secrets within the files in the form of comments! Although, you might not want to if you want to keep your sanity.

I'm just saying...

output = output.replace(/-/g,"+"); // LOOK I USED MY FIRST REGEX!!!!
output = output.replace(/_/g,"/"); // "that's cool now shut up lmao"

...perhaps I went a bit insane doing this O_O
Warning: You might want to backup your CCLocalLevels.dat file before using this website!

Also, this website is 100% offline. No data gets stored anywhere.
Fun fact: Javascript does not like to work with UTF-8 base64 encoded strings for SOME. ODD. REASON.