Posted: Sun May 25, 2025 9:28 am Post subject: CE with GS Pro
Hello Guys,
I have been a programmer for several years and just stumbled upon cheat engine and I find it very intesting. In the past I had made some bots for using python / autoit and OCR detection. I wanted to learn more about game memory reading.
I have a golf sim in my garage and I thought it would be fun to read the memory to pull data to display on my tvs with custom dashboards.
I watched a couple basic tutorials with cheat engine but cant seem to get anything to work within GS Pro. At first I was just trying to see the yardage (which is shown on the screen) I tried searching for float, int, and string. After a couple scans I always end up with no address results. I even tried to search all data types and for "127" i searched between 126 and 128.
I also tried just using all values and just kept scanning increase/decrease accordling to the changes in yards. Everytime I return nothing. Maybe I am doing something wrong or there is something more complicated going on?
GSPro is built on unity game engine. Please let me know what additional information I could share to help.
Joined: 25 Jan 2006 Posts: 8580 Location: 127.0.0.1
Posted: Sun May 25, 2025 11:08 pm Post subject:
I'm not familiar with GSPro personally but a quick glance at their website does show they offer an OpenAPI socket which reports various bits of information that may work for what you're trying to do. Their docs page for it is here:
https://gsprogolf.com/GSProConnectV1.html
Their docs are pretty lacking, so I'd suggest checking for existing projects on GitHub that make use of their API to get better examples:
https://github.com/search?q=gspro&type=repositories _________________
Thank you for the reply. I did read over the API. It's only for posting shot data from launch monitors. It doesn't have any capacity to read out any game data.
After some more research it sounds like maybe the values are not saved into memory or they are encripted? How could I start with working on learning about this?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum