PoEHUD Overlay Updated menu

Shout-Out

User Tag List

Page 84 of 461 FirstFirst ... 34808182838485868788134184 ... LastLast
Results 1,246 to 1,260 of 6913
  1. #1246
    lm0nstrl's Avatar Member
    Reputation
    1
    Join Date
    Aug 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello. Any chances to get patch(full version) for garena poe?

    PoEHUD Overlay Updated
  2. #1247
    ralyeh's Avatar Member
    Reputation
    1
    Join Date
    Jan 2015
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    review from the outside...

    1.
    PHP Code:
    Memory[Address
    you can encapsulate this expression

    2.
    PHP Code:
    public class Life Component
    Offs
    .Life.MaxHp 
    why do you duplicate names?

    3.
    PHP Code:
    Memory[Address].IsValid Memory[Address].Read<int>(Offs.Life.MaxHp) : 0
    Memory
    [Address].IsValid Memory[Address].Read<int>(Offs.Life.CurHp) : 
    DRY

    4.
    PHP Code:
    Offs.Life.CurRMana 
    [sarcasm]Off, Cur, R - what are these?[/sarcasm] i know the answer.

    5.
    PHP Code:
    for (var 0counti++)
    {
        list.
    Add(base.ReadObject<Buff>(Memory[Address].Read<IntPtr>(0x98) + 4));

    Original:
    PHP Code:
    list.Add(base.ReadObject<Buff>(M.ReadInt(start i*4) + 4)); 
    6.
    PHP Code:
    var start Memory[Address].Read<int>(0x98);
    var 
    end Memory[Address].Read<int>(0x9c); 
    0x98, 0x9c are magic numbers.

    7.
    PHP Code:
    var count = (end start)/4
    PHP Code:
    var count = (end start) << 2
    8.
    PHP Code:
    MaxHealth
    MaxHp
    OR
    MaxResMana
    MaxRMana
    OR
    CurMana / (float)(MaxMana MaxResMana)
    CurEShield/(float) MaxEShield 
    use one code style

    9.
    PHP Code:
    /// <summary>
    /// Mana points information.
    /// </summary>
    public int MaxMana => ...
    public 
    int CurMana => ...
    public 
    int MaxResMana => ...
    public 
    int CurResMana => ... 
    it's incorrect use of xml-documentation and it's very bad description

    10.
    PHP Code:
    internal static readonly int MaxHp 0x30
    use const keyword
    ideally this rubbish store in a file

    11.
    PHP Code:
    ///     [0x9850BC]+[0x4]+[0x7C]+[0x9C]+[0x13C]+[Entity]+[0x4]+[LifeComponentPage] 
    omg

    i don't want to describe all :3

  3. #1248
    Ugro_PNZ's Avatar Member
    Reputation
    4
    Join Date
    Nov 2009
    Posts
    53
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you add function check dps per 10 sec(or any other number you put)
    cos while it counts only 1 sec thats kinda inaccurate

    i guess even if you post everytime screenshots with poe hud on forum and ask moderators or gms if its legal even then you have a chance to not be banned cos they KNOW AHT THEY BANNING and have list of this programs ppl shouldnt use
    Last edited by Ugro_PNZ; 08-03-2015 at 11:51 AM.

  4. #1249
    Mose Ki's Avatar Member
    Reputation
    1
    Join Date
    Aug 2015
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, ive tried using this and getting this error:

    Code:
    Program exited with message:
     System.MissingMethodException: Method not found: 'Int32 System.Environment.get_CurrentManagedThreadId()'.
       at PoeHUD.Poe.FileInMemory.<RecordAddresses>d__0..ctor(Int32 <>1__state)
       at PoeHUD.Poe.FilesInMemory.TagsDat.loadItems()
       at PoeHUD.Poe.FilesInMemory.TagsDat..ctor(Memory m, Int32 address)
       at PoeHUD.Controllers.FsController..ctor(Memory mem)
       at PoeHUD.Controllers.GameController..ctor(Memory memory)
       at PoeHUD.Program.Main(String[] args)

  5. #1250
    ralyeh's Avatar Member
    Reputation
    1
    Join Date
    Jan 2015
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  6. #1251
    c8055's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello everyone,

    Since today (strangely) poehud stopped showing monsters on mini/largemap. Does anyone else experience this? The thing is.. It was working fine after the patch but at some point my inventory bugged and I could not remove items (only add). I relogged 4-5 times until it was fixed and then minions/normal/magic/rare monsters were not showing anymore.

    Hopefully we resolve this mystery...

    P.S. Everything else is working fine. I am not a coder but I've spent a lot of time reading topics about hacks etc.. Could they changed the monsters' offsets?
    Last edited by c8055; 08-04-2015 at 04:22 AM.

  7. #1252
    excort's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    May 2010
    Posts
    12
    Thanks G/R
    3/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey guys, I guess after the patch today, the "Menu" has dissapear, anything I can do to make it appear again?

  8. #1253
    stfufag's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    294
    Thanks G/R
    46/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ^ seems right. hack still works but menu button disappeared.
    Last edited by stfufag; 08-04-2015 at 06:18 AM.

  9. #1254
    c8055's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stfufag View Post
    ^ seems right. hack still works but menu button disappeared.
    I have the menu button...

    OK INTERNET.. WHO IZ DOING DIZ !?

    ..........

    OK NOW IT WORKS WHAT THE ACTUAL ****
    Last edited by c8055; 08-04-2015 at 06:31 AM.

  10. #1255
    Mose Ki's Avatar Member
    Reputation
    1
    Join Date
    Aug 2015
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting error after updating .net framework to 4.5.1

    Code:
    System.DllNotFoundException: Unable to load DLL 'd3dx9_43.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
       at SharpDX.Direct3D9.D3DX9.D3DXCreateSprite_(Void* arg0, Void* arg1)
       at SharpDX.Direct3D9.D3DX9.CreateSprite(Device deviceRef, Sprite spriteOut)
       at PoeHUD.Hud.UI.Renderers.FontRenderer..ctor(Device device)
       at PoeHUD.Hud.UI.Graphics..ctor(RenderForm form, Int32 width, Int32 height)
       at PoeHUD.Hud.ExternalOverlay.<OnLoad>d__c.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)
    I have directx10, Vista home basic

    Trying to install directx runtimes
    Last edited by Mose Ki; 08-04-2015 at 08:45 AM.

  11. #1256
    ralyeh's Avatar Member
    Reputation
    1
    Join Date
    Jan 2015
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  12. #1257
    qNxX's Avatar Member
    Reputation
    3
    Join Date
    Jan 2015
    Posts
    19
    Thanks G/R
    13/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If your menu button disappeared then go into the config folder and open settings.json with a text editor like Notepad and search for "Menu" and then change the false under it ("Enable": false) to true. I don't know why but it changed to false for me before the recent updates as well.

  13. #1258
    andreluizlpg's Avatar Member
    Reputation
    11
    Join Date
    Aug 2012
    Posts
    48
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qNxX View Post
    If your menu button disappeared then go into the config folder and open settings.json with a text editor like Notepad and search for "Menu" and then change the false under it ("Enable": false) to true. I don't know why but it changed to false for me before the recent updates as well.
    jesus.... its if you press F12 the menu appears again..

  14. #1259
    qNxX's Avatar Member
    Reputation
    3
    Join Date
    Jan 2015
    Posts
    19
    Thanks G/R
    13/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by andreluizlpg View Post
    jesus.... its if you press F12 the menu appears again..
    I don't even have F12.

  15. #1260
    ocslappy's Avatar Member
    Reputation
    5
    Join Date
    Jun 2013
    Posts
    94
    Thanks G/R
    6/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any solution to the healthbar issue where it won't show up on resurrected/revived monsters?
    This is annoying if you have the build in healthbars disabled, and dont notice a shaman? that spam revive skeletons, these mobs do not get a health bar.

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 06:10 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