Geometry Dash (GD) is a game of absolute precision. Because many of the hardest custom levels require inputs timed to the millisecond, players often use automation tools called "bots" to create, test, and showcase perfect gameplay. The files generated by these bots are called macros.
Click the button. Within seconds, the tool will generate a downloadable file in the new format. Step 5: Test in Geometry Dash
/* Button styles */ .btn-primary background: linear-gradient(to bottom right, #fb923c 0%, #ea580c 100%); box-shadow: 0 0 50px -12px #f97316; transition: all 300ms ease;
Lighting programmers use GD as shorthand for GrandMA2 (or GrandMA3 ). A "macro converter" would translate macros between: gd macro converter
/* Selection */ ::selection background: rgba(249,115,22,0.3); color: #fff;
Various developers in the GD Discord community frequently update converters, particularly for converting between different click-bot standards (e.g., .json to .txt or .csv ). How to Convert GD Macros: Step-by-Step
Changing the frame rate or adjusting the start frame of a recording. Top GD Macro Converters (2026) Geometry Dash (GD) is a game of absolute precision
@keyframes border-beam 0% offset-distance: 0%; 100% offset-distance: 100%;
A is a software tool or script designed to convert, reformat, or translate macro files used in Geometry Dash.
Find the macro file you wish to convert on your PC or mobile device. Standard directory paths usually look like this: Click the button
@keyframes spin-slow 0%transform:rotate(0deg) 100%transform:rotate(360deg) .spin-slow animation: spin-slow 20s linear infinite;
The most popular and widely used example of such a tool is the , a free, open-source project by a creator named Matcool. It’s built with JavaScript (85%) and HTML (15%) , and its primary purpose is to bridge the gap between different macro formats. The tool is available both as an online web app and a downloadable offline HTML file.