PoEHUD Overlay Updated menu

User Tag List

Page 198 of 461 FirstFirst ... 98148194195196197198199200201202248298 ... LastLast
Results 2,956 to 2,970 of 6913
  1. #2956
    harrydom's Avatar Member
    Reputation
    3
    Join Date
    Mar 2014
    Posts
    58
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm.. I just updated to the latest version and preloads stopped showing. Is it because of the new patch?

    PoEHUD Overlay Updated
  2. #2957
    pthnmj's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    26
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I feel naked without this LOL

    Edit: New patch just broke the offsets. They'll be fixed soon

  3. #2958
    pthnmj's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    26
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Map Icons work, but Preloads don't? VMV I see you're here, can you explain how a player such as myself can fix Preloads? (I'm semi-decent at coding, and if there's something I don't know.,... Looking it up isn't hard)

  4. #2959
    misterhacker's Avatar Member
    Reputation
    4
    Join Date
    Feb 2015
    Posts
    149
    Thanks G/R
    22/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea,preload alerts not working this morning.GGG again **** something

  5. #2960
    kookiekrak's Avatar Member
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    new steam offset 0x9CB4C8

  6. Thanks TehCheat (1 members gave Thanks to kookiekrak for this useful post)
  7. #2961
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dd4thewin View Post
    ya vmv ive been using v4 of your hud cause It had the unknwn peradnus preload new patch broke it :/
    You don't need to use that version, all new one have that feature but it doesn't show up because the chests are already detected.


    Originally Posted by pthnmj View Post
    Map Icons work, but Preloads don't? VMV I see you're here, can you explain how a player such as myself can fix Preloads? (I'm semi-decent at coding, and if there's something I don't know.,... Looking it up isn't hard)
    If you know how to find new offsets, that's basically all you need.
    With every patch from GGG, there is a possibility that the offsets might change and the hud needs the new one to work.

  8. #2962
    pthnmj's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    26
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I assume that's all that is needed, can you explain? Does this require cheat engine? Because if that's all we need I don't mind posting new offsets when they do happen to come out... I'm sure in rare cases there needs to be more done (probably rebuild the EXE)?

  9. #2963
    kookiekrak's Avatar Member
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tehcheat mentioned how to find offsets earlier on.

    basically analyze memory, switch a zone, then analyze for +1, then switch zone, then analyze for +1 again

    or build the sourcecode and write in something that checks that

  10. #2964
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    This works for regular version: 0x9C04C8

  11. Thanks pthnmj, TehCheat (2 members gave Thanks to vmv for this useful post)
  12. #2965
    pthnmj's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    26
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    This works for regular version: 0x9C04C8
    If this is too much to ask, but can you tell me where you found that answer? I'd hate to rely on somebody to update offsets I'd really love to understand it. I got OLLYDBG as somebody suggested in a post before.

    Unless Regular version doesn't mean "The GGG" version. That offset isn't showing me anything in the zone. Is there somewhere else I have to update that besides Offsets.cs?

  13. #2966
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pthnmj View Post
    If this is too much to ask, but can you tell me where you found that answer? I'd hate to rely on somebody to update offsets I'd really love to understand it. I got OLLYDBG as somebody suggested in a post before.

    Unless Regular version doesn't mean "The GGG" version. That offset isn't showing me anything in the zone. Is there somewhere else I have to update that besides Offsets.cs?
    Just the offsets.
    Code:
    public static Offsets Regular = new Offsets { IgsOffset = 0, IgsDelta = 0, ExeName = "PathOfExile", AreaChangeCount = 0x9C04C8 };
    You can ask TehCheat to help you understand how to find new offsets, but it's not an easy task.
    Later on you can make a tutorial and teach us all...

  14. #2967
    pthnmj's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    26
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    Just the offsets.
    Code:
    public static Offsets Regular = new Offsets { IgsOffset = 0, IgsDelta = 0, ExeName = "PathOfExile", AreaChangeCount = 0x9C04C8 };
    Unless I have shitty RNG. Preloads aren't showing me anything in the zone (Boxes, Perandus, Etc.)

    Edit: Something's not right. It won't show me anything in the zones
    Last edited by pthnmj; 04-07-2016 at 03:05 AM.

  15. #2968
    kookiekrak's Avatar Member
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    do you play from steam or from a stand alone client?
    just drop in my offset for steam and vmv's for regular

    and look at my post for how to find offsets

  16. #2969
    pthnmj's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    26
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kookiekrak View Post
    do you play from steam or from a stand alone client?
    just drop in my offset for steam and vmv's for regular

    and look at my post for how to find offsets
    I changed the old ones with VMV's new one, and it still doesn't shop up... Does your new OFFSET actually work for STEAM (as in it shows whats in the zone)? I use GGG's Client from Site and his offset isn't showing me what's in the zone.. Map stuff works, but the preloads don't.

  17. #2970
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Compiled .exe for TehCheat-Master version (regular+steam):https://www.dropbox.com/s/66scxasup9...oeHUD.exe?dl=0

    Should work fine if i didn't mess anything else

  18. Thanks omgflexspb (1 members gave Thanks to vmv for this useful post)

Similar Threads

  1. [Release] PoeHUD - Overlay for Path of Exile
    By Coyl in forum PoE Bots and Programs
    Replies: 1870
    Last Post: 01-27-2015, 02:28 AM
  2. [Tool] Exp per hour overlay (needs offset update)
    By moustache in forum PoE Bots and Programs
    Replies: 15
    Last Post: 11-08-2013, 09:00 PM
  3. Site updates 6/19/2006
    By Matt in forum OC News
    Replies: 1
    Last Post: 06-19-2006, 08:48 AM
  4. Updated(FuxxoZ|WoWGlider)
    By ih8blizz in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 06-16-2006, 09:24 PM
  5. New Update on the Patch!
    By Dwarpy in forum World of Warcraft General
    Replies: 1
    Last Post: 05-22-2006, 12:50 AM
All times are GMT -5. The time now is 07:13 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