Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coac/foybot

MMO Packet sniffer experiment
https://github.com/coac/foybot

bot game-hacking hooks memory-hacking mmorpg packets reverse-engineering

Last synced: about 2 months ago
JSON representation

MMO Packet sniffer experiment

Awesome Lists containing this project

README

        

# FoyBot
This program is a packet sniffer and a basic bot for a MMO.

## Usage
- Modify the dll path in FoyBotInjector.cpp
- Build it
- Launch the game
- Run FoyBotInjector.exe

## Debug
To see the error message when a crash occur, you can use the VisualStudio debugger, very **very** useful
In VS, ``Debug`` -> ``Attach To Process`` -> Select the process with the injected dll -> ``Attach``

## Features
- Colorful logging in console
- Send Packet function hooked
- Receive Packet function hooked
- Interact using CLI

## CLI
`send` : allow to send a packet
Example : `send F3001300436F6163203A2048656C6C6F202100`
`walk x y` : move the player to target coordinates
`startAI` : start the simple AI
![DemoSend gif](/assets/demoSend.gif)
![DemoStartAI gif](/assets/demoAI.gif)

## Disclaimer
This code is for educational purposes only, and is not guaranteed in any way. Using automated software may violate terms of service you agreed upon with your game provider.