Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coac/foybot
- Owner: Coac
- License: gpl-3.0
- Created: 2016-08-23T21:05:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T14:48:15.000Z (about 8 years ago)
- Last Synced: 2024-11-20T05:31:12.852Z (2 months ago)
- Topics: bot, game-hacking, hooks, memory-hacking, mmorpg, packets, reverse-engineering
- Language: C++
- Homepage:
- Size: 8.83 MB
- Stars: 32
- Watchers: 9
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **12**星
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.