fixed the base pointer scan for me, but still working on actually getting the tool to work (i might need to restart pc..tbd).
here is how I found the base pointer and fixed the aobscan for poe steam.
What you'll need: Cheat Engine (any version).
1. Open cheat engine.
2. Open process for poe
3. Click on memory viewer.
4. If will open on the first call for poe steam. scroll up a little.
6. In case of my pc, you want 59 33 C0 C3 E8 7D 07 00 00
7. format it to: [0x59,0x33,0xC0,0xC3,0xE8,0x7D,0x07,0x00,0x00]
8. Grab both ahk files from
https://github.com/Guruds/PoE_MultiScript and place in same folder
9. Open Poe MultiScript.ahk
10. scroll down or use find for basePtrAoBArray:=
11. Change it to [0x59,0x33,0xC0,0xC3,0xE8,0x7D,0x07,0x00,0x00]
12. save the file.
13. Download the autohotkey l compiler from
AutoHotkey Downloads
14. open Ahk2Exe
15. select Poe MultiScript.ahk
16. save it as Poe MultiScript.exe then compile for 32 bit unicode
17. run it
18. open game and run around at hideout for a little bit
19. it will find the new base pointer (for me it was 0xfe530975)
rep welcomed
----
notes:
restart no change. able to aobscan but nothing is detected beyond that...maybe offsets are different?