Simple proxy server for hacking Gamee games
The idea of creating such Proxy was initially offered by @KtlTheBest. Our first try to change the score was through intercepting requests in BurpSuite. However, this was not enough since server of Gamee was able to see the delay. That is how this proxy was born.
- You first have to install Python on your machine.
- After installing Python, you should be able to run the following in the command line:
$ pip install mitmproxy
- Now in order to run proxy successfully, you have to configure your browser's proxy settings. You should set both
HTTP
andHTTPS
protocols to the following Web Proxy Server:localhost:8000
. Use the following steps to configure Proxy setting for your browser.
- If you use Mac, you should configure Safari. If you successfully configure Safari, all browsers will use the same proxy, so they do not need additional configuration.
- If you do not use Mac and your browser is Chrome or Firefox.
-
Once you have installed all necessary packages and configured your proxy settings, route to the project folder and change the value of
desired_score
variable inmain.py
file to the score you want. By default, it is set to 1000. -
Now run the following in the command line:
$ mitmdump -s main.py
-
Play any game and once you finish to play, your score will change to a
desired_score
. -
When you finish playing the game, set your browser Proxy settings to default. Otherwise, you will be not able to access internet.