PoEHUD Overlay Updated menu

User Tag List

Page 72 of 461 FirstFirst ... 22686970717273747576122172 ... LastLast
Results 1,066 to 1,080 of 6913
  1. #1066
    Havoc616's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would love for Thornflesh to be added in:

    Thanks Tehcheat and doragon for helping out by posting the new github
    Last edited by Havoc616; 07-15-2015 at 10:16 PM.

    PoEHUD Overlay Updated
  2. #1067
    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)
    Originally Posted by lolp1 View Post
    new C# 6.0
    ahahahaaha, were hard to wait at least July 20?

    Originally Posted by lolp1 View Post
    Code:
    public IntPtr CompEnd  => SRead(Address+0x8)
    it's a bad feature

    Originally Posted by lolp1 View Post
    I'm trying to write tools from scratch to actually learn, and the way this looks up components of entity's is neat.
    you can try to extract abstractions but the code'll be understandable to mere mortals

  3. #1068
    lolp1's Avatar Site Donator CoreCoins Purchaser
    Reputation
    190
    Join Date
    Feb 2013
    Posts
    210
    Thanks G/R
    43/77
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ralyeh View Post
    it's a bad feature
    Why?
    Code:
    public IntPtr Id => SRead(Addr+EntityId)
    Is the exact same as:
    Code:
     public int Id
            {
                get { return M.ReadInt(Address + 24); }
            }
    Both are very clear on what they are doing as well.

  4. #1069
    doragon's Avatar Contributor
    Reputation
    80
    Join Date
    Nov 2014
    Posts
    176
    Thanks G/R
    9/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lolp1 View Post
    Why?
    Code:
    public IntPtr Id => SRead(Addr+EntityId)
    Is the exact same as:
    Code:
     public int Id
            {
                get { return M.ReadInt(Address + 24); }
            }
    Both are very clear on what they are doing as well.
    I think he about how you called ReadInt, it's look like as hungarian notation.
    X DO NOT use Hungarian notation.
    https://msdn.microsoft.com/en-us/lib...vs.110%29.aspx

  5. #1070
    lolp1's Avatar Site Donator CoreCoins Purchaser
    Reputation
    190
    Join Date
    Feb 2013
    Posts
    210
    Thanks G/R
    43/77
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by doragon View Post
    I think he about how you called ReadInt, it's look like as hungarian notation.

    https://msdn.microsoft.com/en-us/lib...vs.110%29.aspx
    it's a bad feature
    Is what I was asking why about. If all he meant was how it was named, could just as easily be:

    Code:
    public int Id => Read<int>(Address + (int)EntityId)//enum and casted int for clarity
    vs:
    Code:
     public int Id
            {
                get { return M.ReadInt(Address + 24); }//so many braces/wasted lines for the same exact thing, as far as I know?
            }

  6. #1071
    dor003's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone update offsets for ru garena server?

  7. #1072
    SpaceGuy119's Avatar Member
    Reputation
    12
    Join Date
    Aug 2014
    Posts
    354
    Thanks G/R
    8/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Is this working with the patch that came out within the past 8 hours? If so, which is the updated link? Page 1, or should I use one of the links a page or two back?

  8. #1073
    doragon's Avatar Contributor
    Reputation
    80
    Join Date
    Nov 2014
    Posts
    176
    Thanks G/R
    9/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Havoc616 View Post
    Would love for Thornflesh to be added in...
    Code:
    MonsterBloodlinesThorns, Thornflesh nearby
    MonsterBloodlinesThornsLargeModel, Thornflesh nearby
    I'm not sure, but seems it's new Elemental Reflect and Physical Reflect
    Code:
    MonsterBloodlinesThorns, Thornflesh(Ph_7%,El_13%) nearby
    MonsterBloodlinesThornsLargeModel, Thornflesh(Ph_7%,El_13%) nearby
    MonsterThornsPhysical1, Physical Reflect(10%) nearby
    MonsterThornsElemental1, Elemental Reflect(20%) nearby
    MonsterThornsPhysical1Large, Physical Reflect(10%)  nearby
    MonsterThornsElemental1Large, Elemental Reflect(20%) nearby
    Last edited by doragon; 07-16-2015 at 01:24 PM.

  9. #1074
    Kabraxiss's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    493
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey a have a little quastion. I downloaded POEHud two days ago and today i noticed something very weird. I renamed the exe file to different name and everything was ok till today.
    Today after game reset i noticed that my shortcut isnt working so i checked PoeHUD directory and the exe filename is changed to 'some random numberand letters.exe'.
    This happened when the game was running and without my knowledge.

    wtf? Is this some hidden feature or i was tagged for using it by anticheat or what? Is this even possible that game somewhat changed exe name that is on different partition and even different HDD physically?

    PS. I had disabled basically all features and i used only preload alerts because i have very low amount of spare time for games and this alerts are godsend for me. I also not abuse it - max that i create two or three instances from time to time when rng was trolling me with empty maps (no ghosts, boxes, masters, etc..).

    Thx for any answers.

  10. #1075
    SpaceGuy119's Avatar Member
    Reputation
    12
    Join Date
    Aug 2014
    Posts
    354
    Thanks G/R
    8/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Kabraxiss View Post
    Hey a have a little quastion. I downloaded POEHud two days ago and today i noticed something very weird. I renamed the exe file to different name and everything was ok till today.
    Today after game reset i noticed that my shortcut isnt working so i checked PoeHUD directory and the exe filename is changed to 'some random numberand letters.exe'.
    This happened when the game was running and without my knowledge.

    wtf? Is this some hidden feature or i was tagged for using it by anticheat or what? Is this even possible that game somewhat changed exe name that is on different partition and even different HDD physically?

    PS. I had disabled basically all features and i used only preload alerts because i have very low amount of spare time for games and this alerts are godsend for me. I also not abuse it - max that i create two or three instances from time to time when rng was trolling me with empty maps (no ghosts, boxes, masters, etc..).

    Thx for any answers.
    I'm not positive, but I do believe that it auto-changes the name to gibberish, in order to increase anti-anticheat measures.

  11. #1076
    HvC's Avatar Contributor
    Reputation
    138
    Join Date
    Jan 2015
    Posts
    324
    Thanks G/R
    0/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kabraxiss View Post
    Hey a have a little quastion. I downloaded POEHud two days ago and today i noticed something very weird. I renamed the exe file to different name and everything was ok till today.
    Today after game reset i noticed that my shortcut isnt working so i checked PoeHUD directory and the exe filename is changed to 'some random numberand letters.exe'.
    This happened when the game was running and without my knowledge.

    wtf? Is this some hidden feature or i was tagged for using it by anticheat or what? Is this even possible that game somewhat changed exe name that is on different partition and even different HDD physically?

    PS. I had disabled basically all features and i used only preload alerts because i have very low amount of spare time for games and this alerts are godsend for me. I also not abuse it - max that i create two or three instances from time to time when rng was trolling me with empty maps (no ghosts, boxes, masters, etc..).

    Thx for any answers.
    I had implemented that in order to escape the hash the first version of the anticheat uses (hence the whole ordeal with the exe name, it scrambles it's name and header),it should scramble once a day (or when it's name is on the blacklist)

    If you are familiar with f#(as it was all ported to f# by i2um1) it's all handled here https://github.com/H4vC/PoeHud/blob/...s/Scrambler.fs

    edit: Twice a day in fact.
    Last edited by HvC; 07-16-2015 at 01:57 PM.

  12. #1077
    Kabraxiss's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    493
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for answers. Everything is clear now.

    PS. How safe is this tool if i only use one feature (preload alerts)? I also dont participate in races and im not top ladder/competitive player, I heard there was a lot of bans when tool had 'real' cheats implemented (i dont really consider preload alerts a massive cheat if i play only solo for my own enjoyment).

  13. #1078
    HvC's Avatar Contributor
    Reputation
    138
    Join Date
    Jan 2015
    Posts
    324
    Thanks G/R
    0/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I haven't heard of any bans from my branch of the tool yet, although I'll be honest and say I haven't a clue what the new AC does except for some of the anti maphack bits so I can't say it's 100% safe like I used to be able to.

  14. #1079
    aded99's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HvC View Post
    I haven't heard of any bans from my branch of the tool yet, although I'll be honest and say I haven't a clue what the new AC does except for some of the anti maphack bits so I can't say it's 100% safe like I used to be able to.
    So, working good on 2.0?

  15. #1080
    SpaceGuy119's Avatar Member
    Reputation
    12
    Join Date
    Aug 2014
    Posts
    354
    Thanks G/R
    8/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by HvC View Post
    I haven't heard of any bans from my branch of the tool yet, although I'll be honest and say I haven't a clue what the new AC does except for some of the anti maphack bits so I can't say it's 100% safe like I used to be able to.
    Where can I DL most updated version? Page 1 link seems to be 3 months old... thx

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 08:29 PM. 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