Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alsch092/okpoe

Automation & scripting tool for Path of Exile.
https://github.com/alsch092/okpoe

emulation game-hacking pathofexile poe reverse-engineering reversing

Last synced: 3 months ago
JSON representation

Automation & scripting tool for Path of Exile.

Awesome Lists containing this project

README

        

# OKPOE: Automation & scripting tool for Path of Exile

Includes: Monster attacking, movement, looting, inventory management, flasking/healing, element reading, packet sending, and more!

![Alt text](gopoe.PNG?raw=true "Sample")

# Updated: March 2024
- Full and final upload of all files, no further development will be done on this project
- Still requires a server (can be localhost) to feed memory addresses to the client -> This can be found in the `OffsetServer` directory, and is written as a C# project

# How to use:
- Inject into running PoE process. Make sure hardware ID/Offset server is running at the IP and port specified in NetLogger.hpp (static byte serverIP[]).
- Memory addresses/Offsets are fed by a server, which also handles Hardware ID authentication & Heartbeats which are sent when certain features are activated/deactivated.