GameHelper for POE 2 menu

Shout-Out

User Tag List

Page 53 of 61 FirstFirst ... 3495051525354555657 ... LastLast
Results 781 to 795 of 911
  1. #781
    chao9583's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you so much bro i love you

    GameHelper for POE 2
  2. #782
    ciuchass's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any chance for use it with controller? (like auto pot)

  3. #783
    User348383's Avatar Member
    Reputation
    2
    Join Date
    Jan 2025
    Posts
    1
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Posted here for the first time just to tell you that you rock sir!!!

  4. Thanks GameHelper (1 members gave Thanks to User348383 for this useful post)
  5. #784
    mega2k0's Avatar Member
    Reputation
    13
    Join Date
    Jul 2016
    Posts
    125
    Thanks G/R
    15/12
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    @GameHelper can you tell me how to find offset by myself? 2 days without GH was a nightmare

  6. #785
    egizz983's Avatar Member
    Reputation
    1
    Join Date
    Dec 2024
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  7. #786
    marekjemiolak's Avatar Active Member
    Reputation
    23
    Join Date
    Feb 2017
    Posts
    133
    Thanks G/R
    6/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by egizz983 View Post
    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

  8. #787
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by mega2k0 View Post
    @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.

  9. #788
    mega2k0's Avatar Member
    Reputation
    13
    Join Date
    Jul 2016
    Posts
    125
    Thanks G/R
    15/12
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    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.

  10. #789
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by mega2k0 View Post
    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.

  11. Thanks poeking99 (1 members gave Thanks to GameHelper for this useful post)
  12. #790
    mega2k0's Avatar Member
    Reputation
    13
    Join Date
    Jul 2016
    Posts
    125
    Thanks G/R
    15/12
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    how do i get current working offsets?

  13. #791
    ali_ee's Avatar Member
    Reputation
    1
    Join Date
    Dec 2024
    Posts
    12
    Thanks G/R
    27/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  14. #792
    XORReverseEngineering's Avatar Active Member
    Reputation
    54
    Join Date
    Feb 2021
    Posts
    44
    Thanks G/R
    39/51
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    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.

  15. Thanks poeking99 (1 members gave Thanks to XORReverseEngineering for this useful post)
  16. #793
    limpopooo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2025
    Posts
    10
    Thanks G/R
    36/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  17. #794
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by mega2k0 View Post
    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 View Post
    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.

  18. Thanks limpopooo (1 members gave Thanks to GameHelper for this useful post)
  19. #795
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by ali_ee View Post
    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.

  20. Thanks ali_ee (1 members gave Thanks to GameHelper for this useful post)

Similar Threads

  1. [Trading] my CS:GO beta invite for PoE beta key
    By SLOWLLY in forum General Trading Buy Sell Trade
    Replies: 1
    Last Post: 08-20-2012, 09:06 AM
  2. [Trading] trading Molten-wow Premium acc for PoE key
    By blackhorn1233 in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 08-01-2012, 02:37 AM
  3. [Trading] d3 account for poe beta key
    By ffs910 in forum Diablo 3 Buy Sell Trade
    Replies: 1
    Last Post: 07-31-2012, 12:15 AM
  4. [Trading] The Secret World Pre-Order Key for PoE Closed Beta Key
    By Duplicity in forum General MMO Buy Sell Trade
    Replies: 2
    Last Post: 04-05-2012, 08:12 AM
  5. [Trading] Firefall beta invites for PoE keys.
    By forzakenus in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 04-04-2012, 01:12 PM
All times are GMT -5. The time now is 05:52 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search