Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from zaphir-code/patch-3
Browse files Browse the repository at this point in the history
Improved readme
  • Loading branch information
maxnut authored Feb 10, 2023
2 parents 79b757c + 293dbf4 commit 3091b01
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,40 @@
<div align="center">

# GD Mega Overlay

[![Discord](https://img.shields.io/badge/Discord-white?style=flat&logo=discord)](https://discord.gg/nbDjEg7SSU)
</div>

## Description

Free, feature-rich, gui-integrated geometry dash mod menu

![alt text](https://media.discordapp.net/attachments/587598582308143125/1064198417804431491/20230115160755_1.jpg)

## Features

- basic hacks
- startpos switcher
- show hitboxes
- internal recorder
- macro bot
- click bot
- and much more!

Any suggestions or bug reports?
Join the discord server [here](https://discord.gg/nbDjEg7SSU)
* Basic hacks
* Startpos switcher
* Show hitboxes
* Internal recorder
* Macro bot
* Click bot
* And much more!

## How to use

Download the latest [release](https://github.com/maxnut/GDMegaOverlay/releases/latest) and extract all files inside the GD folder.

## Any suggestions or bug reports?

## Development

<span style="color:red">THIS PROJECT CAN BE COMPILED ONLY ON WINDOWS</span>

Some dependencies are needed:
* [Git](https://git-scm.com/)
* [Visual Studio](https://visualstudio.microsoft.com/)
* [Cmake](https://cmake.org/)
* [CMake](https://cmake.org/)

Now you can directly clone this repo or you can fork it.

Expand All @@ -41,7 +47,7 @@ cd GDMegaOverlay
```

2. Configure
``` bash
```bash
cmake -B build -A win32
```

Expand Down Expand Up @@ -71,16 +77,14 @@ You should find the result in build/Release

## Credits

https://github.com/altalk23/HitboxVisualizer for the hitbox code (i converted it from geode to gd.h, corrected a bug and implemented them in the editor)
[altalk23/HitboxVisualizer](https://github.com/altalk23/HitboxVisualizer) for the hitbox code (i converted it from geode to gd.h, corrected a bug and implemented them in the editor)

https://github.com/matcool/ReplayBot internal recorder, i integrated my clickbot into it
[matcool/ReplayBot](https://github.com/matcool/ReplayBot) internal recorder, i integrated my clickbot into it

https://github.com/Very-Tall-Midget/OmegaBot2 practice fixes
[Very-Tall-Midget/OmegaBot2](https://github.com/Very-Tall-Midget/OmegaBot2) practice fixes

https://github.com/adafcaefc/ProxyDllLoader/ for the mod loader
[adafcaefc/ProxyDllLoader](https://github.com/adafcaefc/ProxyDllLoader) for the mod loader

https://discord.gg/AXhTdHUd2R for the json files and the endscreen code

Absolute for the json files, the gd::string and the demonlist/challenge list files


0 comments on commit 3091b01

Please sign in to comment.