⚠ Disclaimer (as of Dec 14th)
Using 3rd party software is against ToS and can lead to your account being blocked, keep that in mind.
Historically, in PoE 1, GGG have been notoriously gentle with programs that are not full-blown bots. Programs such as PoeHUD and GameHelper (basically substituted PoeHUD) have existed for years.
We do not know about GGG policy in PoE 2 atm, they may have to follow the same practices or them may change them. Time will show.
🤝 Kudos
Requires latest EyeAuras Alpha (v7931+)!
Just download zip archive with the pack, it will include the alpha as well.
🎣 Instructions
- Click on
Download Pack
(top-right corner), unzip and run .exe
- Start PoE2 if it was not already running
- Wait for everything to load, atl-tab to game and press
9
(default button for running the script, bound to PoE2 window and could be changed)
- Give the program a few seconds to compile the script and run it. You'll hear typing sounds (also could be changed) when compilation starts.
- If all went well, you'll see a window with Helper configuration that looks like this
- Tune HP/MP thresholds, set keybinds
- Turn on automatic HP/MP by clicking on small flask buttons.
- You can minimize overlay be pressing on small cog icon in top left corner
📝 Changelog
rev.12
- Changed where config is stored - now it is in shared location rather than pack-local
- Added partial controller support, buttons still need to be pressed via gamepad emulator like Key2Joy, refer to FAQ below
- Fixed a problem with Minimize being visible
rev.10
- Rolled back everything aside for offsets - EA v7906 has a bug in it
rev.9
- Updated offsets for 0.1.0e
- Few minor UI tweaks
rev.7
- Added Steam client support plus minor refactoring which allows to start the bot from EyeAuras UI ("Run")
rev.6
Discord
How it works?
It uses a combination of C# script which reads PoE2 process memory and Behavior Tree (very-very simple one).
📋 FAQ
Is it safe?
Relatively. It reads the memory of the game client, but does not do any injects. In PoE1 GGG did not really care about such scripts, not sure how it will go with PoE2.
How to use with controllers
EA does not support emulating controller inputs directly - never was needed till PoE. Will add, but only in 2025.
For now, you can use gamepad emulator like Key2Joy or something similar to send gamepad presses. In that case EA sends keyboard inputs and Key2Joy does actual button presses
- install [url=https://github.com/luttje/Key2Joy]GitHub - luttje/Key2Joy: Simulate a GameController/Joystick using your keyboard and mouse.[/url] and setup triggers for some keys on the keyboard
- make EA send those keys, which will then be intercepted by Key2Joy and converted to gamepad inputs
How to change 9
to something else ?*
Left-click on the aura called IsEnabled
and change hotkey to any other key or combination of keys
How to lower HP/MP potion cooldowns.
For now, this is hardcoded in behavior tree.
Left-click on Tree
. Then select either HP- or MP- cooldown node and set whatever cooldowns you want.
The program guarantees that it won't try to spam HP/MP more often than you set it here.
New revision N does not work! Older one worked for me!
Packs which you're downloading are portable, you can continue to use older one if some critical problem was found in newer one.
Also you can download older revisions at any moment - scroll to the bottom of this page to see full list
How to update?
- Simples way - just download the new pack by clicking on "Download pack". That way you'll have all revisions available in case you'll need them.
- If you're using the same version that the pack uses (see in pack info), you can just use
Import
, copy and paste URL to that page. That way you'll download only auras/scripts.
There is a mechanism is EA called Subscriptions, which allows to get notifications whenever some pack changes (e.g. author pushed a new update), but for now it is disabled - want to get other things straight first.