-
★ Elder ★
Originally Posted by
toadskin
Hi TehCheat,
Can you tell me that what kind of garena_tw game data is helpful for you to update PoEHUD?
If you need VPN or Teamviewer to login my PC, please feel free to let me know.
For now, I can provide the
GarenaPC download link for you
to install garena_tw PoE and test PoEHUD.
Attached file is PathOfExile_x64.exe (3.1.2)
Attachment 59248
Thank you.
I can install Garena, but when it starts up it kicks me over to the Sea/Singapore version. It won't let me use the TW version from the US and without having Garena set to TW, I can't start the TW poe, and I need to have poe up and running to see what changes need to be made. I can probably do some proxying to get around this, but I don't care enough to do so.
I don't really want to do VPN or Teamviewer, either. I have my setup to find offsets and that's what I'm comfortable using. To do it on someone else's PC would be a pain.
Another option would be to do a memory dump of the poe process and upload it for me somewhere. If I had that, I could find the offsets that are different. But there would potentially be personal information (email address, IP address, possible password or session tokens or the like). So this would be a risk for you, and I would be very cautious where I put a memory dump file.
Last time I had Garena up and running, the only difference was an extra pointer or two in the InGameState and the InGameUIElements which pushed everything else back 8 or 16 bytes or something.
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to TehCheat for this useful post)
-
Member
Sometimes fall off the hack..
-
Originally Posted by
TehCheat
I can install Garena, but when it starts up it kicks me over to the Sea/Singapore version. It won't let me use the TW version from the US and without having Garena set to TW, I can't start the TW poe, and I need to have poe up and running to see what changes need to be made. I can probably do some proxying to get around this, but I don't care enough to do so.
I don't really want to do VPN or Teamviewer, either. I have my setup to find offsets and that's what I'm comfortable using. To do it on someone else's PC would be a pain.
Another option would be to do a memory dump of the poe process and upload it for me somewhere. If I had that, I could find the offsets that are different. But there would potentially be personal information (email address, IP address, possible password or session tokens or the like). So this would be a risk for you, and I would be very cautious where I put a memory dump file.
Last time I had Garena up and running, the only difference was an extra pointer or two in the InGameState and the InGameUIElements which pushed everything else back 8 or 16 bytes or something.
Till then can we remove the garena branches as they are stale and cannot be fixed.
-
★ Elder ★
Hmm, looks like I managed to get Garena running. Just switched it back to TW and it let me run it. I'll try and get it updated shortly.
EDIT:
Nuked the old Garena branches. Added a new Garena_x64 branch. Tested a few things, looks identical to the global HUD with an extra offset somewhere towards the beginning of InGameUIElements. Had to revert the ItemLevel and RequiredLevel offsets since Garena is slightly behind Global, so that will probably need changed back in the coming days. In theory plugins will work. I run 4 custom plugins and they seemed to be working.
@toadskin This is for you.
Last edited by TehCheat; 01-26-2018 at 05:56 PM.
-
Post Thanks / Like - 3 Thanks
-
Member
I got tired of waiting for a feature request and did it my self. Anyone who has PoeHud that stops working and has autohotkey installed. Make a AHK file in the same dir as the poehud exe and paste this in it. Make sure it is the only exe in that folder other wise it might not run correctly. This is only due to having to use * due to poe anti detection.
Code:
F7::
Loop, %A_ScriptDir%\*.exe
{
Start:
Process, Exist, %A_LoopFileName%
{
If ! errorLevel
{
IfExist, %A_Loopfilefullpath%
Run,%A_Loopfilefullpath%
Break
return
}
else
{
Process, Close, %A_LoopFileName%
sleep 2000
Goto, Start
}
}
}
return
Then save it and then right click the script file and hit run as admin. Then when your poehud stops working or crashes just hit F7 and Bingo it closes out the old one and opens a new one.
-
Post Thanks / Like - 2 Thanks
-
If someone can donate me frag stash tab so I can add it in poehud
-
Active Member
Originally Posted by
TehCheat
Hmm, looks like I managed to get Garena running. Just switched it back to TW and it let me run it. I'll try and get it updated shortly.
EDIT:
Nuked the old Garena branches. Added a new
Garena_x64 branch. Tested a few things, looks identical to the global HUD with an extra offset somewhere towards the beginning of InGameUIElements. Had to revert the ItemLevel and RequiredLevel offsets since Garena is slightly behind Global, so that will probably need changed back in the coming days. In theory plugins will work. I run 4 custom plugins and they seemed to be working.
@toadskin This is for you.

Hi TehCheat,
Thank you and appreciate you and your partners' efforts, the PoEHUD-Garena_x64 is working now.
I will find some time to test plugins.
Have a good day!
456.jpg
789.jpg
-
Post Thanks / Like - 3 Thanks
-
Member
Hmh,just like everyone else,after the update (3.1.3_x64) for 24 hours was like life was easy again! Now its crashing even after initial double clickl to run it!! Wish we could help you debug this hang/crash somehow...AHK and batch files are doing the best to give a temp solution to this..
-
★ Elder ★
Originally Posted by
toadskin
Hi TehCheat,
Thank you and appreciate you and your partners' efforts, the PoEHUD-Garena_x64 is working now.
I will find some time to test plugins.
Have a good day!
456.jpg
789.jpg
Thanks! Sorry I hadn't updated it sooner! Garena wouldn't let me update it in the past, no idea why. I ended up running the poe.exe directly which updated poe, but I couldn't run from there because I didn't have the garena token. And then when I switched Garena to TW it let me run poe.
I'm guessing the next update will break the item level on hover, so when that happens, let me know.
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to TehCheat for this useful post)
-
★ Elder ★
Rebuilt exe after DetectiveSquirrel's addition of the fragment stash tab. Also added that to the Garena_x64 branch and rebuilt the exe there, as well.
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to TehCheat for this useful post)
-
Member
Originally Posted by
TehCheat
Rebuilt exe after DetectiveSquirrel's addition of the fragment stash tab. Also added that to the Garena_x64 branch and rebuilt the exe there, as well.
Why PoeHUD PluginsUpdater dont see this changes?
-
Originally Posted by
LongJohnDude
Why PoeHUD PluginsUpdater dont see this changes?

in few days i am going to fully break that fking plugin.
-
Member
Guys, how real to be banned if used only preload area?
-
Originally Posted by
modzilla
Guys, how real to be banned if used only preload area?
As far as I know, there haven't been any reports of bans for using PoeHUD in like... 4 years.
-
Folks, this PR is going to break some plugins
X64 imgui ui by zaafar * Pull Request #235 * TehCheat/PoEHUD * GitHub
I will merge it sometime next week, so there will be 2-4 days gap when some plugins would be broken.
-
Post Thanks / Like - 2 Thanks