3.14 Maphack menu

User Tag List

Thread: 3.14 Maphack

Page 1 of 4 1234 LastLast
Results 1 to 15 of 59
  1. #1
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2424
    Join Date
    Jun 2015
    Posts
    3,039
    Thanks G/R
    452/2169
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)

    3.14 Maphack

    THIS HACK IS DETECTED, YOU WILL BE BANNED. Ref: Patch Notes - 3.14.2b Hotfix - Forum - Path of Exile

    Hey folks, tomorrow 3.14 will be released so I want to take this opportunity to present to you a map-hack that will work in 3.14. It's not a simple "click" and "done" kind of map hack but at the same time, it is much better than the Cheat-Engine map hack. This map hack requires you to modify the PathOfExile Content.ggpk file. So here are the steps.


    Step -1
    Download the following software and compile it in visual studio 2019.
    GitHub - aianlinb/LibGGPK2: Library for Content.ggpk of PathOfExile (Rewrite of libggpk)



    Step -2
    Step-1 will produce a "Release -> net5.0-windows" folder with executable in it. Download this dll file and put it in that folder (i.e. folder where the executable is).

    Personally I am using the one with hash: 9b7f9e3e4931b80257da5e1b626db43a but do note that the dll file is provided on an as is basis. No guarantees or warranties are given or implied. Downloading this dll file from this site is free of charge and the user assumes all risks of any damages that may occur, including but not limited to loss of data, damages to hardware, or loss of business profits. Please use at your own risk.

    Step -3
    Start the application by clicking VisualGGPK2.exe file and go to the following shader file (Minimap_Visibility_Pixel.hlsl) as shown in the image below.



    Step -4
    Right click that file and click Export and then save it on your desktop as shown in the image below.



    Now, backup this file in case something goes wrong and you want to revert it. The backup file name should be of the same name as the original file name so I suggest you putting the backup file in a backup folder.


    Step-5
    Open the exported file in your favorite editor and replace the RenderVisibility function with the following function. Then, save it.

    Code:
    float4 RenderVisibility( const PS_INPUT input ) : PIXEL_RETURN_SEMANTIC
    {
    	float2 planar_pos = input.pixel_coord.xy / visibility_map_size.xy * tile_map_size.xy;
    	float dist = length(planar_pos - explored_tile.xy);
    	float ratio = saturate((1.0f - dist / visibility_radius) * 2.0f);
    
    	float2 viewport_size = visibility_map_size.xy;
    
    	float2 normalized_pos = input.pixel_coord.xy / viewport_size.xy;
    
    	float prev_ratio = SAMPLE_TEX2D( curr_visibility_sampler, SamplerLinearClamp, normalized_pos ).r;
    
    	float4 res_color = float4(max(ratio, prev_ratio), 0.0f, 0.0f, 1.0f);
    	if(visibility_reset > 0.5f)
    		res_color = float4(0.2f, 0.0f, 0.0f, 1.0f);
    	if(visibility_revealed > 0.5f)
    		res_color = float4(1.0f, 0.0f, 0.0f, 1.0f);
    	return res_color;
    }
    Step-6

    Back into the VisualGGPK2 application, right click that file (Minimap_Visibility_Pixel.hlsl) again and replace as shown in the image below. Now select your modified file.


    Step-7
    Close the VisualGGPK2 application and open the game. You will see your map visible as shown in the image below.

    NOTE: Area you have not visited will have grey color, area you have visited will have non-grey color. ( so better than Cheat Engine map hack )

    Attached Thumbnails Attached Thumbnails 3.14 Maphack-step-3-jpg   3.14 Maphack-step-4-jpg   3.14 Maphack-final-step-jpg   3.14 Maphack-step-7-jpg  
    Last edited by GameHelper; 06-22-2021 at 06:19 PM.

    3.14 Maphack
  2. #2
    datz's Avatar Active Member
    Reputation
    22
    Join Date
    Aug 2013
    Posts
    531
    Thanks G/R
    166/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    aye gg zaafar <3

  3. #3
    vmv's Avatar ★ Elder ★
    Reputation
    1190
    Join Date
    Nov 2013
    Posts
    1,392
    Thanks G/R
    102/1047
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    lolz , so fast
    "Education isn't something you can finish." Isaac Asimov

  4. #4
    pilliwinx's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    24
    Thanks G/R
    6/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    RIP maphack

  5. #5
    mm3141's Avatar Member
    Reputation
    6
    Join Date
    Jun 2020
    Posts
    17
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Isn't that even easier to detect by GGG than in-memory code changes?

  6. #6
    Sdelp's Avatar Member
    Reputation
    1
    Join Date
    Mar 2021
    Posts
    7
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Did they patch the older method ?

  7. #7
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    ...
    Download this dll file and put it in that folder (i.e. folder where the executable is).
    same "oo2core_8_win64.dll" Comes with
    https://www.ownedcore.com/forums/mmo...s-remover.html (PoeSmoother - effects remover)
    and probably everyone already has

  8. Thanks armory236 (1 members gave Thanks to GameAssist for this useful post)
  9. #8
    BiggusFlickus's Avatar Member
    Reputation
    1
    Join Date
    Apr 2020
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    With how good and useful ExileAPI is, the only thing I use the maphack table for is always show enemy health bars... And even that's turning out to be unnecessary thanks to the Healthbars plugin.
    I will miss Zoomhack, though.

  10. #9
    Prooto's Avatar Member
    Reputation
    7
    Join Date
    Dec 2018
    Posts
    25
    Thanks G/R
    20/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this patch proof? as in once the new content file is down I can follow those steps (including the code there) and good to go?

  11. #10
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2424
    Join Date
    Jun 2015
    Posts
    3,039
    Thanks G/R
    452/2169
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Prooto View Post
    Is this patch proof? as in once the new content file is down I can follow those steps (including the code there) and good to go?
    I don't think so.

  12. Thanks Prooto (1 members gave Thanks to GameHelper for this useful post)
  13. #11
    Silencedt's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    81
    Thanks G/R
    8/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is this same thing as poesmoother?

  14. #12
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2424
    Join Date
    Jun 2015
    Posts
    3,039
    Thanks G/R
    452/2169
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Silencedt View Post
    is this same thing as poesmoother?
    Yes, that and poe-null-effect.

  15. #13
    stfufag's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    293
    Thanks G/R
    46/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx!!!!!!!!

  16. #14
    MustardPickles's Avatar Member
    Reputation
    6
    Join Date
    Mar 2020
    Posts
    18
    Thanks G/R
    2/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    https://github.com/aianlinb/LibGGPK2...K2_v0.10.1.zip

    The release section on that github has a precompiled version with oo2core_8_win64.dll

  17. Thanks GameHelper (1 members gave Thanks to MustardPickles for this useful post)
  18. #15
    avs's Avatar Contributor
    Reputation
    157
    Join Date
    Jan 2018
    Posts
    95
    Thanks G/R
    2/142
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Yes, that and poe-null-effect.
    Well, it's not 100% true.

    Yes, poeNullEffects has such feature. But poeNullEffects has one more minimap option ("render fog of war = false" checkbox by default) that makes things a bit more secure.

    I always said I don't recommend to use the method you've posted in this topic. I'm still sure it's a bad idea to render fog of war on opened minimap. Even if GGG do [not](?) use BitBlt()-based methods. Yet?

Page 1 of 4 1234 LastLast

Similar Threads

  1. Replies: 15
    Last Post: 04-28-2007, 01:54 PM
  2. Quick Respawn Level 9-14 Grind Spot
    By Century in forum World of Warcraft Guides
    Replies: 1
    Last Post: 03-18-2007, 03:22 PM
  3. Alli rank14 sword to horde rank 14 sword
    By Redmanx in forum WoW ME Questions and Requests
    Replies: 4
    Last Post: 01-01-2007, 03:05 PM
  4. 50K Posts! 6K Threads! 14.7K Members!
    By Innit in forum Community Chat
    Replies: 3
    Last Post: 12-07-2006, 04:18 PM
All times are GMT -5. The time now is 10:01 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