Git Product home page Git Product logo

gw2's Introduction

Project Not Maintained

This project is no longer in development and was originally a private project. It's been made public for educational purposes, no support will be provided.

GW2 Network Proxy and Fishing Bot

Clone: git clone --recurse https://github.com/0xZ0F/gw2.git

If needed, resolve submodules: git submodule update --init --recursive

Building

GW2FishingBot:

  • Deprecated
  • Python3

CryptIntercept:

  • Build with Visual Studio
  • Depends on:
    • Microsoft Detours (NuGet package)

Proxy:

  • Depends on:
  • Requires Visual Studio QT extension.
  • DO NOT open QT .pro file as it will overwrite the solution.
  • Open the solution file.

References:

MS Detours: https://github.com/microsoft/Detours/wiki/FAQ#where-can-i-find-detourslib-and-detoursh

Usage:

Release builds are recommended for use.

Launch the proxy. Once the game loads, inject the DLL.

Execution Flow

The following is a very brief summary as to how the cheat works.

  1. The GUI will start a named pipe server (\\.\pipe\Z0F_Pipe).
    • Common/PipeManager.hpp.
    • The pipe server is used to transport data, currently only unencrypted network packets, from the hook created by the DLL to the GUI.
  2. Proxy will inject DLL.
  3. DLL will connect to the pipe server.
  4. DLL will create an RPC server. This server is local-only using ALPC with NTLM authentication and encryption.
    • See GW2Hack::StartRPCServer in CryptIntercept/CryptIntercept/GW2Hack.cpp.
    • RPC is the mechanism used to communicate changes to the DLL, such as enabling or disabling a cheat or changing values for cheats.
    • In theory, with RPC almost any degree of control and customization is possible.
  5. The DLL will resolve various offsets, function pointers, etc.
  6. The DLL will hook any initial functions it needs to, such as the packet encryption routine.
  7. At this point the DLL is in it's normal operating state.
    • It will be mirroring unencrypted network traffic to the proxy, with the proxy having the option to intercept and modify packets.
    • RPC calls can now be made to the DLL such as to enable a specific cheat.

gw2's People

Contributors

0xz0f avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

dracula-dong

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.