Skip to content
forked from ZTzTopia/GTProxy

⚖️ A proxy for growtopia. NO SHADOW BAN!

License

Notifications You must be signed in to change notification settings

badewen/GTProxyy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

312 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Growtopia Proxy

Just another fork of GTProxy to better fit my use cases. Growtopia Proxy is a free and open-source proxy for Growtopia, which enables the user to debug incoming and outgoing packets and even modify them. It is a useful tool for developers who want to analyze the game's network traffic and develop custom features.

Supported Platforms

  • Windows. Tested with Windows 7, 8, 10 and 11.
  • GNU/Linux. Tested with Ubuntu and Arch Linux. (but who use GNU/Linux to play growtopia?)

Features

  • Open source and free to use.
  • Support for Growtopia 3.92 and newer versions.
  • Includes a built-in http server with metadata from the Growtopia client.
  • Works well with sub-server redirection.
  • Supports packet debugging and modification.
  • Includes a configuration file for customization.

Build

The following dependencies are required to build from source:

To build from source:

  1. Clone the source code of this project: git clone --recurse-submodules https://github.com/Badewen/GTProxyy.git
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Debug
$ cmake --build .

Credits

  • cpp-httplib: A C++ header-only HTTP/HTTPS server and client library
  • ENet: ENet reliable UDP networking library
  • eventpp: Event Dispatcher and callback list for C++
  • fmt: A modern formatting library
  • glm: OpenGL Mathematics (GLM)
  • LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes
  • magic_enum: Static reflection for enums (to string, from string, iteration)
  • nlohmann_json: JSON for Modern C++
  • pcg-cpp: Random number generator
  • randutils.hpp: Random utilities
  • spdlog: Fast C++ logging library

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

⚖️ A proxy for growtopia. NO SHADOW BAN!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 36.6%
  • C 35.2%
  • Roff 10.5%
  • Makefile 7.9%
  • Assembly 6.7%
  • Shell 1.1%
  • Other 2.0%