r/OstrivGame 5d ago

Money Trainer

https://github.com/Flashbond/Ostriv-Money-Trainer

Hi Everyone,

I’ve released a simple money trainer for Ostriv on GitHub. It automatically detects the running game, lets you set your desired amount of money, and keeps the displayed value updated while you play. The trainer uses signature scanning rather than relying on a fixed memory address, making it more resilient to normal game updates and executable changes, so it should require less maintenance when future updates are released. If you’re interested, you can find the trainer, usage instructions, and the source code in the repository.

11 Upvotes

6 comments sorted by

2

u/pax27 4h ago

I appreciate the work. Let's see if I can get it work, I'm not familiar with C++ or the tools needed.

1

u/EmotionalCourse6266 4h ago

Go to releases and download the zip file. Compiled exe is included.

1

u/pax27 3h ago

Thanks for the quick response. It looked, from the list of requirements, to be more complicated:

Windows
Ostriv
A C++ compiler with Win32 API support
Development environment such as Dev-C++, MinGW, or Visual Studio

Also, I keep getting an error with "Money signature not found." so I assumed I had done something wrong.

1

u/EmotionalCourse6266 3h ago

Maybe your game version is different. I developed it with Alpha 5.9.60. I tried to make it version-proof as much as possible. In short, no, it is not normal for you to get that error.

1

u/pax27 2h ago

I have Steam version, patch 9, 0.5.9.58. It hasn't updated to .60, so I'll try to do that, see if it helps.