Skip to content

Login/ the Hero selection Windows/frames#109

Open
Divertisment wants to merge 1 commit into
Qvin0000:masterfrom
Visimir:master
Open

Login/ the Hero selection Windows/frames#109
Divertisment wants to merge 1 commit into
Qvin0000:masterfrom
Visimir:master

Conversation

@Divertisment

Copy link
Copy Markdown

hello again
You may think that such things have no place in your PoeHelper, but by in my opinion, it very useful for automatically relogging bots after being kicked out of the server and this thing has its very place in the core.
maybe you will write something back in my thread(link below)
namespace ExileCore.PoEMemory.MemoryObjects {
public class IngameUIElements :Element {
...
public Element login_hero {
get {
var one = M.Read(M.AddressOfProcess + 0x02516DD8);
var two = M.Read(one + 0x118);
var tree = M.Read(two + 0x90);
var res = GetObject(tree );

            if(res.IsValid)
                return res;
            else
                return null;
        }
    }

https://www.ownedcore.com/forums/attachments/mmo/path-of-exile/poe-bots-programs/75825d1610799716-3-13-some-useful-static-offsets-3-13-hero-jpg
https://www.ownedcore.com/forums/attachments/mmo/path-of-exile/poe-bots-programs/75826d1610799736-3-13-some-useful-static-offsets-3-13-login-jpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants