[Release] Maphack and more menu

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 15 of 57
  1. #1
    XianPoE's Avatar Active Member
    Reputation
    27
    Join Date
    Apr 2019
    Posts
    38
    Thanks G/R
    0/23
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    [Release] Maphack and more

    Hello,

    This uses the Path of Exile standalone client, not steam. Updated as of July 24 2021.

    CONST UINT64 MaphackAddressOffset = 0x1628F92 + 4;

    You can also avoid writing memory by using a pointer.

    CONST UINT64 MaphackPtrBase = 0x23D0A98;
    CONST UINT64 MaphackPtrOfs1 = 0x688;
    CONST UINT64 MaphackPtrOfs2 = 0x58;

    Player State (you can get the Positioned Component using this to find your LocalPlayer/entlist iirc):
    CONST UINT64 PtrState = 0x23D0A98;
    CONST UINT64 OfsCoordX = 0x760;
    CONST UINT64 OfsCoordY = OfsCoordX +4;

    CONST UINT64 AccountNameOffset = 0x2358DA8;
    CONST UINT64 g_Lights = 0x211919C; //float value, not a ptr.

    Enjoy. Please do not PM me to make this for steam version, it will be ignored. Message me if you know current exploits or want to make a bot.

    PathOfExile.rar
    Attached Files Attached Files
    Last edited by XianPoE; 08-14-2021 at 07:10 PM.
    selling private PoE programs
    thank you mister president

    [Release] Maphack and more
  2. Thanks GwDemonz, elvese, hurrhurr1, mylodias, Bearman1, lumian2333, toadskin (7 members gave Thanks to XianPoE for this useful post)
  3. #2
    kastorsigmund's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No download link?

  4. #3
    GwDemonz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    13
    Thanks G/R
    25/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can i make this work im noob

  5. #4
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2418
    Join Date
    Jun 2015
    Posts
    3,036
    Thanks G/R
    451/2163
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by XianPoE View Post

    CONST UINT64 MaphackPtrBase = 0x23C5AB8;
    CONST UINT64 MaphackPtrOfs1 = 0x688;
    Nice find! What structure is this? I have never explored it before. This looks like terrain/large-map data.
    I thought terrain data is at POE + 0x23C5AB8 -> 0x30 -> 0x750


    Originally Posted by XianPoE View Post


    Local Player Ent:
    CONST UINT64 PtrLocalEnt = 0x23C5AB8;

    Was this a copy paste error? This is InGameState data, not PtrLocalEnt.






    Noobs looking for Cheat Engine file, save the follow text file and rename it to "PMH.CT" and then open it in CE.
    PMH.txt
    Last edited by GameHelper; 07-25-2021 at 09:38 AM.

  6. Thanks nexus_ru, GwDemonz, hurrhurr1, toadskin (4 members gave Thanks to GameHelper for this useful post)
  7. #5
    Aoooooooo's Avatar Active Member
    Reputation
    27
    Join Date
    Aug 2020
    Posts
    52
    Thanks G/R
    27/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by XianPoE View Post
    CONST UINT64 MaphackAddressOffset = 0x1622D12 + 4;
    That's correct, changed this value will realize maphack.
    Originally Posted by XianPoE View Post
    CONST UINT64 MaphackPtrBase = 0x23C5AB8;
    MaphackPtrBase This pointer is ingamesate, agree with zaffar. But changed the vaule POE + 0x23C5AB8 ->0x688->0x58 will lead to crash some time.
    Originally Posted by XianPoE View Post
    Local Player Ent:
    CONST UINT64 PtrLocalEnt = 0x23C5AB8;
    not right,don't know what is it.

    Originally Posted by zaafar View Post
    Nice find! What structure is this? I have never explored it before. This looks like terrain/large-map data.
    I thought terrain data is at POE + 0x23C5AB8 -> 0x30 -> 0x750
    Agree it looks like large map data.
    0x688->0x58 maphack flag
    0x688->0x5c localplayerX
    0x688->0x60 localplayerY
    0x688->0x64 localplayerismoving

  8. Thanks GwDemonz (1 members gave Thanks to Aoooooooo for this useful post)
  9. #6
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2418
    Join Date
    Jun 2015
    Posts
    3,036
    Thanks G/R
    451/2163
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    0x688->0x5c localplayerX
    0x688->0x60 localplayerY


    That x,y is not grid/world position, it’s something else.

  10. #7
    XianPoE's Avatar Active Member
    Reputation
    27
    Join Date
    Apr 2019
    Posts
    38
    Thanks G/R
    0/23
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Nice find! What structure is this? I have never explored it before. This looks like terrain/large-map data.
    I thought terrain data is at POE + 0x23C5AB8 -> 0x30 -> 0x750





    Was this a copy paste error? This is InGameState data, not PtrLocalEnt.






    Noobs looking for Cheat Engine file, save the follow text file and rename it to "PMH.CT" and then open it in CE.
    PMH.txt
    It should be related to TerrainData.

    And yeah, mybad about ingamestate, it's been a couple years since last updating and have forgotten alot. will fix in a bit

    Added offsets to world coords.
    Last edited by XianPoE; 07-25-2021 at 01:38 PM.
    selling private PoE programs
    thank you mister president

  11. Thanks xenearz (1 members gave Thanks to XianPoE for this useful post)
  12. #8
    tkots80's Avatar Member
    Reputation
    10
    Join Date
    Jun 2018
    Posts
    20
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    0x688->0x5c localplayerX
    0x688->0x60 localplayerY


    That x,y is not grid/world position, it’s something else.
    Working on POE + 0x23C5AB8 -> 0x30 -> 0x750 .
    confused :/

  13. #9
    QWEIIOO's Avatar Member
    Reputation
    1
    Join Date
    Jul 2021
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Nice find! What structure is this? I have never explored it before. This looks like terrain/large-map data.
    I thought terrain data is at POE + 0x23C5AB8 -> 0x30 -> 0x750





    Was this a copy paste error? This is InGameState data, not PtrLocalEnt.






    Noobs looking for Cheat Engine file, save the follow text file and rename it to "PMH.CT" and then open it in CE.
    PMH.txt
    im noob too.could it works in ahk?

  14. #10
    kastorsigmund's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post

    Noobs looking for Cheat Engine file, save the follow text file and rename it to "PMH.CT" and then open it in CE.
    PMH.txt

    I tried this. I get the 2 checkboxes in CE. Still does not do anything in game. What am I doing wrong?

  15. #11
    xenearz's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Сan someone please complement this ZoomHack?

  16. #12
    tkots80's Avatar Member
    Reputation
    10
    Join Date
    Jun 2018
    Posts
    20
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    map hack works
    if you are looking for zoom hack
    PathOfExile_x64.exe, C7 83 ?? ?? 00 00 00 00 80 3F 48 83 C4 20 5F)
    PathOfExile_x64.exe, 0F 28 ?? F3 0F 10 05 ?? ?? ?? ?? 0F 2F ?? 77 03 0F 28 ?? 4
    PathOfExile_x64.exe, 72 ?? F3 0F 10 15 ?? ?? ?? ?? 0F ?? ?? 0F ?? ?? 77)
    Last edited by tkots80; 07-26-2021 at 03:05 AM.

  17. #13
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2418
    Join Date
    Jun 2015
    Posts
    3,036
    Thanks G/R
    451/2163
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by kastorsigmund View Post
    I tried this. I get the 2 checkboxes in CE. Still does not do anything in game. What am I doing wrong?
    Steam version isn’t supported, PM OP (atleast once a day for the rest of the league) to get the steam version maphack.


    Originally Posted by tkots80 View Post
    map hack works
    if you are looking for zoom hack

    Does it remove black spots when u zoom too far?

    Originally Posted by QWEIIOO View Post
    im noob too.could it works in ahk?
    No. You need cheat engine.
    Last edited by GameHelper; 07-26-2021 at 08:03 AM.

  18. #14
    tkots80's Avatar Member
    Reputation
    10
    Join Date
    Jun 2018
    Posts
    20
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Does it remove black spots when u zoom too far?
    no.if you remove FarPlaneCulling screen is black. if not screen is blinking. your way is good but easy to detect and get banned. I am working on it but still no good. If you find a way to remove it please share thanks.

  19. #15
    Aoooooooo's Avatar Active Member
    Reputation
    27
    Join Date
    Aug 2020
    Posts
    52
    Thanks G/R
    27/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    0x688->0x5c localplayerX
    0x688->0x60 localplayerY
    That x,y is not grid/world position, it’s something else.
    0x688->0x5c LocalPlayer world postionX *0.0040000002
    0x688->0x60 LocalPlayer world postionY *0.0040000002
    haven't found what is use for.....

    EDIT1:
    Maybe found this structure is use for...I found a function
    the 0x688 structure is related to MiniMap Shaders
    there is no terrain data, terrain data is -> 0x750

    EDIT2:
    0x688->0x5c LocalPlayer world postionX *0.0040000002
    0x688->0x60 LocalPlayer world postionY *0.0040000002
    Localplayer on minimap position
    Last edited by Aoooooooo; 07-26-2021 at 09:01 AM. Reason: Some find

Page 1 of 4 1234 LastLast

Similar Threads

  1. [Release] Start with all items in slot id's (Tier 7 and more)
    By cosminelu16 in forum WoW EMU General Releases
    Replies: 17
    Last Post: 07-31-2009, 10:27 PM
  2. [Share/Release] Working VMaps/Map Extractors and More.
    By Ground Zero in forum WoW EMU General Releases
    Replies: 5
    Last Post: 12-06-2008, 03:28 PM
  3. Release: Custom Battle Front Zone! Quests, Items, Epic Warfare, and More!
    By freeride474 in forum WoW EMU General Releases
    Replies: 21
    Last Post: 10-09-2008, 04:35 PM
  4. [Release]Deathshift's Repack, and more
    By zkkaiser in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 08-01-2008, 03:17 AM
  5. [ Release ] Add skills, gold and more on account creation!
    By Stabatha in forum World of Warcraft Emulator Servers
    Replies: 21
    Last Post: 06-10-2008, 08:08 PM
All times are GMT -5. The time now is 06:06 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search