Skip to content

ironsoul0/gamee-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Gamee Hack proxy

Simple proxy server for hacking Gamee games

💡 Introduction

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.

🔨 Usage

  1. You first have to install Python on your machine.
  2. After installing Python, you should be able to run the following in the command line:
$ pip install mitmproxy
  1. Now in order to run proxy successfully, you have to configure your browser's proxy settings. You should set both HTTP and HTTPS 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.
  1. 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 in main.py file to the score you want. By default, it is set to 1000.

  2. Now run the following in the command line:

$ mitmdump -s main.py
  1. Play any game and once you finish to play, your score will change to a desired_score.

  2. When you finish playing the game, set your browser Proxy settings to default. Otherwise, you will be not able to access internet.

About

Hacking your score in any game from https://www.gamee.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages