Git Product home page Git Product logo

growtopiaproxy's Introduction

This is a proxy for Growtopia, which makes it possible to debug incoming and outgoing packets and even modify them.

Features

  • Print incoming and outgoing packets (text, variant list, etc).
  • Support for Growtopia 3.92 and up.
  • Built-in http server with metadata from Growtopia server data.
  • Works well with sub-server redirection.
  • Command.
  • Config file.
  • Pathfinding for auto collect, etc.
  • Loading items' database (items.dat) will request one from Growtopia.
  • Local Player & Remote player.
  • Auto puzzle captcha solver.

Supported platform

  • 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?)

Known issue

  • Client disconnected after updating items.dat.
  • Growtopia crash because larger items.dat? (usually private servers that don't use zlib compression)
  • Spoofing login info which causes the server to think that your Growtopia version is old.

Structure

- src
    - client (client to communicate with growtopia server)
    - enetwrapper
    - include
        - pcg (random generator like mt19937)
    - player
    - server (server to communicate with growtopia client)
    - utils
- vendor
    - enet
    - proton

Requirements

Building the source

  1. First you need to clone the source code of this project. git clone https://github.com/ZTzTopia/GTProxy.git
  2. Install Python 3.5+ (Windows only: select 'Add Python to PATH' in installer)
  3. CMake will install needed package with Conan, the C/C++ Package Manager. pip install conan
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Debug
$ cmake --build .

Running the program

  • If you on Windows, you need move needed dynamic binary from /path/to/binary/conan/bin to /path/to/program/.
  • Run the program.
  • Edit the config.json file.
  • Run the program again.
  • Enjoy.

Credits

  • Thanks to my two friends who helped a lot with this project.
  • Conan, the C/C++ Package Manager: The open source, decentralized and multi-platform package manager to create and share all your native binaries
  • 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 logging library

growtopiaproxy's People

Contributors

barkinwants2die avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.