-
Member
Thank you so much bro i love you
-
Member
any chance for use it with controller? (like auto pot)
-
Member
Posted here for the first time just to tell you that you rock sir!!!
-
Post Thanks / Like - 1 Thanks
GameHelper (1 members gave Thanks to User348383 for this useful post)
-
Member
@GameHelper can you tell me how to find offset by myself? 2 days without GH was a nightmare
-
Member
why there is 9-10 sec delay between button press when i have not set any delay cd is at 0
I am using default profile
Last edited by egizz983; 01-19-2025 at 07:30 AM.
-
Active Member
Originally Posted by
egizz983
why there is 9-10 sec delay between button press when i have not set any delay cd is at 0
because u have !Flasks.Flask2.Active there, it wont press flask button as long as ur mana flask in use already
-
Originally Posted by
mega2k0
@
GameHelper can you tell me how to find offset by myself? 2 days without GH was a nightmare
By reading POE functions in ghidra.
It’s a big topic to answer in a post.
Let me know if u have any specific question for specific offset.
If I did not reply to you, it mean the question you are asking is stupid.
-
Member
Originally Posted by
GameHelper
By reading POE functions in ghidra.
It’s a big topic to answer in a post.
Let me know if u have any specific question for specific offset.
i just want to be able to replace offset when poe2 patch, by myself,thats it ,if you dont mind to teach me (if its not degree difficult , which i doubt)
just tell em the steps and i can figure out by myself ... will ask if im lost
Last edited by mega2k0; 01-19-2025 at 11:52 AM.
-
Originally Posted by
mega2k0
i just want to be able to replace offset when poe2 patch, by myself,thats it ,if you dont mind to teach me (if its not degree difficult , which i doubt)
just tell em the steps and i can figure out by myself ... will ask if im lost
Yeah that’s easy. Your original post talks about finding offsets and I thought you want to find brand new offsets that haven’t been found before. So what you are asking for can happen in 4 basic and easy steps.
All you need is time…and a lots of patience….and maybe some automation if you are good in programming.
So step 1 is to get all the currently working offsets and write it down on a notepad or something.
Step 2 is use CE to figure out what access those offset. This is a very basic Cheat Engine feature even a noob teenager can do this.
Step 3 is to use those function memory location and go to them in ghidra and create function patterns of them. So rule of the thumb is basically every offset have around 3-4 different functions that access them and each of those functions can have 2-3 patterns in different instructions of the function..so 1 offset = 6 patterns is a very good number.
Step 4 happens when new patch goes alive. u search for those patterns in new exe….chances of your 6*total-number-of-offsets patterns to get broken is basically very low.
And I got a private app ( I call it static analysis software ) that automate 99% of this work.
I guess now you know why GH has limited number of offsets and I will never change that. It’s to make sure I don’t go insane hunting for those functions and creating patterns for them.
Last edited by GameHelper; 01-19-2025 at 01:27 PM.
If I did not reply to you, it mean the question you are asking is stupid.
-
Post Thanks / Like - 1 Thanks
poeking99 (1 members gave Thanks to GameHelper for this useful post)
-
Member
how do i get current working offsets?
-
Member
Radar stopped working for me with the last update as well. I am playing with a controller and it's selected in the Core Config. I couldn't figure out why. All previous versions worked.
-
Active Member
Originally Posted by
GameHelper
Yeah that’s easy. Your original post talks about finding offsets and I thought you want to find brand new offsets that haven’t been found before. So what you are asking for can happen in 4 basic and easy steps.
All you need is time…and a lots of patience….and maybe some automation if you are good in programming.
So step 1 is to get all the currently working offsets and write it down on a notepad or something.
Step 2 is use CE to figure out what access those offset. This is a very basic Cheat Engine feature even a noob teenager can do this.
Step 3 is to use those function memory location and go to them in ghidra and create function patterns of them. So rule of the thumb is basically every offset have around 3-4 different functions that access them and each of those functions can have 2-3 patterns in different instructions of the function..so 1 offset = 6 patterns is a very good number.
Step 4 happens when new patch goes alive. u search for those patterns in new exe….chances of your 6*total-number-of-offsets patterns to get broken is basically very low.
And I got a private app ( I call it static analysis software ) that automate 99% of this work.
I guess now you know why GH has limited number of offsets and I will never change that. It’s to make sure I don’t go insane hunting for those functions and creating patterns for them.
also you can search for current working pattern in ghidra (write the name of the function, save the work) and then bindeff with the new version, then you can use cheat engine with SigMaker to generate the new pattern on that address (that's for static patterns), or if you find a software that is updated faster then GameHelper, you can IL the dll and translate it into C#
Last edited by XORReverseEngineering; 01-21-2025 at 04:26 AM.
-
Post Thanks / Like - 1 Thanks
poeking99 (1 members gave Thanks to XORReverseEngineering for this useful post)
-
Member
Hello, I have this problem, everything works fine in windowed mode, fullscreen windowed fullscreen have stutter I tried the instructions from the first post, it didn’t help, video amd
-
Originally Posted by
mega2k0
how do i get current working offsets?
Yeah that’s tricky now a days ( it used to be better before ) given every publicly available tool on ownedcore ( including GH ) now hides offsets.
I am fine with doing of 1 time release of offsets ( as u can see in my poe 1 thread )..what’s cringe is that ppl don’t make use of those time and learn…they just keep asking me to release offsets forever….
Originally Posted by
limpopooo
Hello, I have this problem, everything works fine in windowed mode, fullscreen windowed fullscreen have stutter I tried the instructions from the first post, it didn’t help, video amd
I will look into this.
EDIT: As FAQ 1 clearly state … I have no clue…
Last edited by GameHelper; 01-19-2025 at 03:26 PM.
If I did not reply to you, it mean the question you are asking is stupid.
-
Post Thanks / Like - 1 Thanks
limpopooo (1 members gave Thanks to GameHelper for this useful post)
-
Originally Posted by
ali_ee
Radar stopped working for me with the last update as well. I am playing with a controller and it's selected in the Core Config. I couldn't figure out why. All previous versions worked.
Today I will release a new version that will fix this.
If I did not reply to you, it mean the question you are asking is stupid.
-
Post Thanks / Like - 1 Thanks
ali_ee (1 members gave Thanks to GameHelper for this useful post)