-
Active Member
Looks like some requirements are missing from the first page. On the github there are few more. GitHub - TehCheat/PoEHUD I bet it's the .net missing.
-
Post Thanks / Like - 2 Thanks
-
Member
@Jonxx you right... .net is missing. Thanks a lot for your help.
-
★ Elder ★
Originally Posted by
Jonxx
Looks like some requirements are missing from the first page. On the github there are few more.
GitHub - TehCheat/PoEHUD I bet it's the .net missing.
Updated first post with the .NET Framework requirement and link.
-
Post Thanks / Like - 1 Thanks
Jonxx (1 members gave Thanks to TehCheat for this useful post)
-
Member
How can I search for an specific address using Cheat Engine?
I'm making one plugin, but i think that in one feature I want to use the offset address is outdated...
PS: I want to find when the chat UI is open to it do not send any command in this case.
Last edited by Genocyber; 05-06-2019 at 09:58 PM.
-
Member
Originally Posted by
Genocyber
How can I search for an specific address using Cheat Engine?
I'm making one plugin, but i think that in one feature I want to use the offset address is outdated...
PS: I want to find when the chat UI is open to it do not send any command in this case.
Take a look at UIRoot with Qvin's Debug Tree plugin.
At the moment you could do:
Code:
if (UIRoot.GetChildFromIndices(1,111).ChildCount > 0)
{
//ChatBox is open
}
Last edited by NoobToken; 05-07-2019 at 06:36 AM.
-
Post Thanks / Like - 1 Thanks
Genocyber (1 members gave Thanks to NoobToken for this useful post)
-
Member
Originally Posted by
hoilori
Take a look at UIRoot with Qvin's Debug Tree plugin.
At the moment you could do:
Code:
if (UIRoot.GetChildFromIndices(1,111).ChildCount > 0)
{
//ChatBox is open
}
I'm using it, but seens that chatbox.isVisible is outdated.
But Ty, I will try this other method!
-
Member
Hey. Kadiro is no longer displayed in poehud?
-
Member
need help it doesnt work for some reason right now
-
Member
Hey guys,never had problems with hud like this before(using hud more then year), my poehud stopped working for some reason, when i launch hud nothing happens, hud not showing in taskbar but i can see hud is working in task manager
azJQGmF.png
Fresh hud,Windows 10,all updates installed, all requirements are installed, windowed, etc.
Can someone help me out pls? thanks
-
Member
Originally Posted by
whoisgosu
Hey guys,never had problems with hud like this before(using hud more then year), my poehud stopped working for some reason, when i launch hud nothing happens, hud not showing in taskbar but i can see hud is working in task manager
azJQGmF.png
Fresh hud,Windows 10,all updates installed, all requirements are installed, windowed, etc.
Can someone help me out pls? thanks
Same goes for me. Tried to start hud from an admin command line using Start "" "PoeHUD" if that matters.
-
Member
Originally Posted by
kriptamester
Same goes for me. Tried to start hud from an admin command line using Start "" "PoeHUD" if that matters.
Installed fresh windows, .net etc, same - poehud wont open, 2 weaks ago worked like a charm
-
Member
I heard this was instant put on the ban list if you load the newest version is this true? i loaded for 2 minutes without obfuscating wondering if my account is fucked thanks.
-
Active Member
Do not use PoeHud without limited user method. It's relatively safe with it, but then again, it can change at any moment. If you care a lot about your account I'd avoid using Hud.
-
Member
-
Active Member
Install prerequisites listed on first page/github.