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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyAdd committed Aug 5, 2023
2 parents efd5d1f + d49c250 commit 7277d04
Showing 1 changed file with 44 additions and 19 deletions.
63 changes: 44 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,46 @@
# Note
## Important Note
ReplayEngine is currently in beta development, and half of the features may not be available compared to DashReplay
To make Internal Recorder work, you need to download and place [ffmpeg.exe](https://github.com/AnimMouse/ffmpeg-autobuild) file into Geometry Dash folder
To make clickbot work, you need to download and place [clicks.exe](https://github.com/TobyAdd/clicks/releases) file into Geometry Dash folder
# About
ReplayEngine is a redesigned and improved project that offers more accurate macro recording and a more flexible interface than DashReplay
# Download
https://github.com/TobyAdd/ReplayEngine/releases
# How to install
You need to inject a DLL into Geometry Dash. You can use [Cheat Engine](https://www.cheatengine.org/index.php) or [another injector](https://www.google.com/search?q=dll+injector). You can use [GDDLLLoader](https://github.com/adafcaefc/GDDllLoader) to install it or Mega Hack extensions
# Screenshot
![image](https://github.com/TobyAdd/ReplayEngine/assets/66429886/041a44ea-6fd9-4b20-90d4-2dd42d85000c)
# Keybinds
K - Toggle UI
C - Enable Frame Advance + Next Frame
V - Disable Frame Advance
P - Toggle Playback
# Features
- Fresh Desing
To make clickbot work, you need to download and place [clicks.exe](https://github.com/TobyAdd/clicks/releases/latest/download/clicks.exe) file into Geometry Dash folder

## About
ReplayEngine is a redesigned and improved project that offers more accurate macro recording and a more flexible interface than DashReplay.

## Installation
Firstly, you need to download DLL [here](https://github.com/TobyAdd/ReplayEngine/releases).

Then, you need to inject a DLL into Geometry Dash.

There are quite a few methods for this:

- MegaHack v6+: place DLL to `extensions` in Geometry Dash folder.
- GDHM: place DLL to `GDHM/dll` in Geometry Dash folder.

- no mod menu:

- ProxyDLLLoader:
- download [XInput9\_1\_0.dll](https://github.com/adafcaefc/ProxyDllLoader/releases/download/v1.0/xinput9_1_0.dll), and put it in GD folder;
- create `adaf-dll` folder in GD folder, and put RE DLL into it;
- done.

- quickloader:
- download [quickldr](https://cdn.discordapp.com/attachments/837026406282035300/859008315413626920/quickldr-v1.1.zip), and extract zip to GD folder, replacing `libcurl.dll`;
- create `quickldr` folder in GD folder;
- create `settings.txt` file in new `quickldr` folder, and add to it RE DLL name (e.g. `ReplayEngine.dll`);
- move RE DLL to `quickldr` folder;
- done.

## Gallery
![screenshot](https://github.com/TobyAdd/ReplayEngine/assets/66429886/041a44ea-6fd9-4b20-90d4-2dd42d85000c)

## Keybinds
`[K]` - Toggle UI
`[C]` - Enable Frame Advance + Next Frame
`[V]` - Disable Frame Advance
`[P]` - Toggle Playback

## Features
- Fresh Design
- Accurate replay recording
- Continue Mode
- Intergrated FPS Bypass and Speedhack
Expand All @@ -34,9 +58,10 @@ P - Toggle Playback
- Converter
- Sequence
- Clickbot (Non live)
# Special Thanks

## Special Thanks
[@FireMario211](https://github.com/FireMario211) - For the development of the GD Mod example.
[@HJfod](https://github.com/HJfod) - Help with some coding stuff
[@matcool](https://github.com/matcool) - Internal Recorder
[@absoIute](https://github.com/absoIute) - Hacks
[@thisisignitedoreo](https://github.com/thisisignitedoreo) - Clickbot
[@thisisignitedoreo](https://github.com/thisisignitedoreo) - Clickbot & README help

0 comments on commit 7277d04

Please sign in to comment.