This project aims to provide application creators with a live-data feed from a running Path of Exile 2 client. The code is intended for white/grey zone use only and not for malicious intent. It does not alter game data or create software that gives players a significant advantage beyond the average game experience.
- Research on how to retrieve pointers
- Research on whether pointers of Path of Exile are persistent through different sessions
- Research on whether pointers are persistent on different machines // Needs Other Contributors
- Research on whether pointers are persistent through changing releases // Needs game update
- // CURRENT STAGE // Research on which pointers are persistent to be beneficial
- Retrieve all possible pointers and classify
- Research how to access THREADSTACK0 via Python
- Wrap all pointers with Getters
- Write Documentation
- Write Comments
- Build first Release
This project is intended for educational and informational purposes only. It is not designed to alter game data or provide unfair advantages to players. The goal is to enable developers to create applications that can read live data from a running Path of Exile 2 client without interfering with the game's integrity or providing significant benefits that would not be available in a typical game experience.
Warning: The use of this project might violate the Terms of Service (ToS) of Path of Exile 2 and can result in your account being banned if the use is made public or detected. Use at your own risk.