There's plenty of ways to do this. But still, in general you need to do this:
- Reroute growthrpg.com requests in order to control the response
- Forge the result so the game is happy
The manual way to do this (one simple way):
- Edit the hosts file: %SystemRoot%\System32\drivers\etc\hosts (on most systems %SystemRoot% will be evaluated to C:\Windows) and add the following line:
127.0.0.1 growthrpg.com
Doing this will make the game's patreon checks access your local machine instead of their web server. This requires administrator privileges. Some anti-virus have anti-tampering mechanisms in place and won't let you do this. It's your call whether to disable it temporarily or not.
- Run a web server on your local machine to send a proper response to the request the game sent.
Check the attachment. I've included a manual way to cheat the patreon checks. Extract the files in the zip and run server.bat file. This method requires you to edit the
hosts
file yourself tho.
Cheers,