Skip to content

Commit

Permalink
2.207 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Posada committed Jan 8, 2025
1 parent 97c13b7 commit 7c14030
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GD Hax/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int main()
if (input >= 30)
input = stat_edits::StatType(input + 10);

auto stats_instance = game.read<uintptr_t>(game.base + 0x687E20);
auto stats_instance = game.read<uintptr_t>(game.base + 0x6A4E78);

auto stat_info = reinterpret_cast<stat_edits::StatInfo*>(stats_instance + 0x248);
auto stat_info_delta = reinterpret_cast<stat_edits::StatInfo*>(stats_instance + 0x288);
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Stats editor for Geometry Dash. The game blew up in popularity for some reason,
There are many different public mods out there that do many different things, but one thing I noticed is that most of them involve byte patching functions, so I decided to avoid that route and take a more sophisticated approach to things.

# Updates
## 2.207
Minor offset change, tool is up to date.

## 2.206
Game updated to 64-bit architecture. Offsets changed a bit and the method to retreive stats was slightly changed but nothing too major. Tool is up to date again!

Expand Down

0 comments on commit 7c14030

Please sign in to comment.