HP Structure (Reclass) to be used in a hacks.. [0.1.0d] menu

Shout-Out

User Tag List

Page 2 of 8 FirstFirst 123456 ... LastLast
Results 16 to 30 of 114
  1. #16
    Xab3r's Avatar Active Member CoreCoins Purchaser
    Reputation
    46
    Join Date
    Jul 2011
    Posts
    46
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spdkllz View Post
    Could you also provide offsets for ES?

    Edit: Also mana pointers do not work for me, the returned values for CurMana and MaxMana do not match game values
    HP/MP work just fine for me, used for that tool, but they do only for your first character after login, re-log seems to change the offset.

    The proper way would be looking up root Game object and navigating to Player from there, in a way like GameHelper and ExileCore (ExileCore2 (ExileApi successor) - beta access) do it (pattern search)

    HP Structure (Reclass) to be used in a hacks.. [0.1.0d]
  2. #17
    PanCrucian's Avatar Member
    Reputation
    3
    Join Date
    Jan 2017
    Posts
    15
    Thanks G/R
    5/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Offsets changed 1.0.1e , can u please give us new one =) ?

  3. #18
    KronosQC's Avatar Active Member
    Reputation
    33
    Join Date
    Dec 2024
    Posts
    49
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PanCrucian View Post
    Offsets changed 1.0.1e , can u please give us new one =) ?
    Yeah i was working on it atm, but for right now i only have currenthp and maxhp for new update.

  4. #19
    KronosQC's Avatar Active Member
    Reputation
    33
    Join Date
    Dec 2024
    Posts
    49
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PanCrucian View Post
    Offsets changed 1.0.1e , can u please give us new one =) ?

    Offsets 1.0.1e
    Code:
    <pathofexile.exe>+ 3B8DE78 {0x30, 0x60, 0xA0, 0x50, 0x30, 0x378} CurrentHP
    <pathofexile.exe>+ 3B8DE78 {0x30, 0x60, 0xA0, 0x50, 0x30, 0x37C} MaxHP

  5. #20
    KinetsuBR's Avatar Contributor
    Reputation
    99
    Join Date
    May 2018
    Posts
    42
    Thanks G/R
    21/77
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Offset 3891DB0 works on old structure:

    <pathofexile.exe>+ 3891DB0 {0x38, 0x18, 0x40, 0x20, 0x208, 0x30} CurrentHP
    <pathofexile.exe>+ 3891DB0 {0x38, 0x18, 0x40, 0x20, 0x208, 0x2C} MaxHP

  6. #21
    KronosQC's Avatar Active Member
    Reputation
    33
    Join Date
    Dec 2024
    Posts
    49
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KinetsuBR View Post
    Offset 3891DB0 works on old structure:

    <pathofexile.exe>+ 3891DB0 {0x38, 0x18, 0x40, 0x20, 0x208, 0x30} CurrentHP
    <pathofexile.exe>+ 3891DB0 {0x38, 0x18, 0x40, 0x20, 0x208, 0x2C} MaxHP
    Still working right now?

  7. #22
    KinetsuBR's Avatar Contributor
    Reputation
    99
    Join Date
    May 2018
    Posts
    42
    Thanks G/R
    21/77
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KronosQC View Post
    Still working right now?
    Working with this offset (3891DB0)

  8. #23
    KronosQC's Avatar Active Member
    Reputation
    33
    Join Date
    Dec 2024
    Posts
    49
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KinetsuBR View Post
    Working with this offset (3891DB0)
    This is not an offset but a pointer

    But you're right this pointer : 0x3891DB0 is working correctly. and thanks you a lot!
    Last edited by KronosQC; 12-18-2024 at 03:10 AM. Reason: Confirmation

  9. #24
    KronosQC's Avatar Active Member
    Reputation
    33
    Join Date
    Dec 2024
    Posts
    49
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Enuma View Post
    Maybe im asking for a lot here, im a bit noobish to make script correctly.
    Ive found following info on one of the CE/Scripting forums, all thanks go to strixxr, original poster.

    Would anyone be kind enough to look into or make a CE script for zoom hack?

    Code:
    Infinite Zoom
     
    F3 0F 5D 0D ? ? ? 02 F3 0F 11 8F
     
    NOP 8 bytes with: 0x90 0x90 0x90 0x90 0x90 0x90 0x90 0x90
    Sup sorry @Enuma , just read your message havnt seen it .. i just updated the CE table with updated pointers+offsets, and also the zoom hack you provided, and a map hack..

  10. #25
    quackjones's Avatar Member
    Reputation
    1
    Join Date
    Mar 2023
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello Kronos,
    Thanks for the work you guys are putting into this but I would like to point out that the Life and MP hack are not working, probably they are server side parameters since I cannot spam any skills even though visually it looks like I am full mana, also the HP looks full but I keep dying as my HP was not full.
    These are some tests I made, the Zoom and Maphack works flawlessly.

  11. #26
    KinetsuBR's Avatar Contributor
    Reputation
    99
    Join Date
    May 2018
    Posts
    42
    Thanks G/R
    21/77
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KronosQC View Post
    This is not an offset but a pointer

    But you're right this pointer : 0x3891DB0 is working correctly. and thanks you a lot!
    "3891DB0" its an offset, the same way "0x38, 0x18, 0x40, 0x20, 0x208, 0x30" are also offsets.

    "<pathofexile.exe>+ 3891DB0" its a memory address of a pointer.

  12. #27
    Xab3r's Avatar Active Member CoreCoins Purchaser
    Reputation
    46
    Join Date
    Jul 2011
    Posts
    46
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KinetsuBR View Post
    Working with this offset (3891DB0)
    Thank you ! Worked like a charm

  13. #28
    KronosQC's Avatar Active Member
    Reputation
    33
    Join Date
    Dec 2024
    Posts
    49
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by quackjones View Post
    Hello Kronos,
    Thanks for the work you guys are putting into this but I would like to point out that the Life and MP hack are not working, probably they are server side parameters since I cannot spam any skills even though visually it looks like I am full mana, also the HP looks full but I keep dying as my HP was not full.
    These are some tests I made, the Zoom and Maphack works flawlessly.
    I think you're trying to freeze the hp adress, its not gonna work it's server sided.. It's only there to allow us to read that value from our autopotion script ..

  14. #29
    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)
    Hi Kronos, thank you for your time, I found out that when you use a controller the pointer or the offsets are broken, I did not look further than the values from CE

  15. #30
    KronosDesign's Avatar Member
    Reputation
    4
    Join Date
    Nov 2020
    Posts
    6
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by XORReverseEngineering View Post
    Hi Kronos, thank you for your time, I found out that when you use a controller the pointer or the offsets are broken, I did not look further than the values from CE
    I found a different pointer chain that works regardless of input mode and doesn't become invalid when swapping characters.
    (funny coincidence that my name is also kronos )

    Code:
    ptr_chain_local_player = [0x3B8DE78, 0x38, 0x0, 0x80, 0x2A8]
    offset_max_hp = 0x1DC
    offset_curr_hp = 0x1E0
    offset_max_mp = 0x22C
    offset_curr_mp = 0x230
    Does anyone have the offsets to InGameState and the entity array?
    Seems like the old pattern "48 8B F1 33 ED 48 39 2D" goes to the correct GameBase struct, but all the offsets are outdated.

Page 2 of 8 FirstFirst 123456 ... LastLast

Similar Threads

  1. [Buying] I want to buy a software that can be used in the multiplayer robot hall, and I want
    By xiaolang947185 in forum Call of Duty Buy Sell Trade
    Replies: 0
    Last Post: 01-18-2021, 07:05 AM
  2. experience to be used in bgs?
    By omg123 in forum WoW PvP & Battlegrounds
    Replies: 2
    Last Post: 11-12-2008, 02:00 AM
  3. Fun dueling exploit (can only be used in shattrath)
    By gibberish in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 01-16-2008, 10:16 PM
  4. Guide to be cool in WoW
    By Datonking in forum World of Warcraft Guides
    Replies: 4
    Last Post: 10-03-2006, 05:27 PM
All times are GMT -5. The time now is 01:29 AM. 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