Enigma.D3.MapHack menu

User Tag List

View Poll Results: Does it work with latest patch for you?

Voters
261. This poll is closed
  • Yes

    121 46.36%
  • Yes, but need to restart MapHack sometimes

    31 11.88%
  • Yes, but need to restart D3 sometimes

    5 1.92%
  • No, says it's attached but nothing is visible in game

    64 24.52%
  • No, stuck on waiting for process

    40 15.33%
Page 28 of 62 FirstFirst ... 242526272829303132 ... LastLast
Results 406 to 420 of 916
  1. #406
    larcerkev's Avatar Member
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    61
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Giving this a shot at decompiling what you released and having some issues when it's trying to get the movSource for the UpdateSymbolTable. Something within the First() function will cause it to have an empty instruction list on the second loop through. Is there any chance you could tell me if this section looks right?

    Code:
    public static Instruction First(this IEnumerable<Instruction> instructions, params Func<Instruction, bool>[] predicates)
            {
                bool flag = predicates.Length == 0;
                Instruction result;
                if (flag)
                {
                    result = instructions.First<Instruction>();
                }
                else
                {
                    result = instructions.SkipWhile((Instruction x) => !predicates.All((Func<Instruction, bool> p) => p(x))).First(Array.Empty<Func<Instruction, bool>>());
                }
                return result;
            }
    Edit: Digging in deeper, it looks like it's failing in the IsMovFrom with a location that is outside the range. Not really sure what went wrong to cause that.

    Edit2: Said fuck it and re-decompiled it multiple times... Something ended up working.

    Edit3: Damn now I see why the hell you don't use text anywhere. Why the hell would it be made with Windows.Shapes?
    Last edited by larcerkev; 03-07-2018 at 11:59 PM.

    Enigma.D3.MapHack
  2. #407
    UglyPinkMachine's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, I downloaded the latest version and I must be doing somehting worng because the mini map wont show nothing,

    1. Open enigma with admin
    2. Open blizzard.
    3. Open Diablo.
    4. Close blizzard.
    5. enigma says engaged.
    6. Travel to any map, open minimap..... All the same, no mobs, no reveal, no nothing.

    7..... Help?


    Also I would like to know if goblins are showed differently in the minimap, mainly would like to use this to farm rainbow gobs without the need of running the maps, just tp, check if theres one in the mini map, if not move on the next map, etc.

    Thx in advance!

  3. #408
    mois's Avatar Member
    Reputation
    8
    Join Date
    Feb 2018
    Posts
    54
    Thanks G/R
    178/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey

    Start d3 -> start enigma/mh as admin

  4. Thanks UglyPinkMachine (1 members gave Thanks to mois for this useful post)
  5. #409
    UglyPinkMachine's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mois View Post
    Hey

    Start d3 -> start enigma/mh as admin
    Thx! also, do you know if it shows the rainbow ones?

  6. #410
    Hudan's Avatar Member
    Reputation
    1
    Join Date
    Nov 2017
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    useful, thx

  7. #411
    d2k2's Avatar Active Member
    Reputation
    32
    Join Date
    Jul 2015
    Posts
    133
    Thanks G/R
    58/24
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    an option to disable elite minions on the minimap would be useful. or mark the main elite with darker color to see it better. best option would be to draw circle around non-minion elites on the screen (optinal with life percentage label). seeing elites is one of the most important things in most game modes.
    if you need the function (worldToScreenCoordinate), pm me.

  8. #412
    scirocco72's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +1 I agree and pool of reflection would be cool too !

  9. #413
    shadowsmite's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    5
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, does the tool reveal the map? I get it to work to show monsters and objects, but the map is never fully reveal. Many thanks to Enigma for the hard work. D3 without the tool is just so bland!

  10. #414
    HelloMoto123's Avatar Member
    Reputation
    2
    Join Date
    Oct 2016
    Posts
    12
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Guys

    Enigma MH suddenly stopped working on my laptop. 3 hours ago it worked perfectly, now it just won't work anymore. Don't if it's still running on my PC. It still says "Attached to D3" but on the minimap I don't see anything. Haven't made any changes. Anyone else with the same problem? I

  11. #415
    HelloMoto123's Avatar Member
    Reputation
    2
    Join Date
    Oct 2016
    Posts
    12
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sry double post

  12. #416
    jaeheung09's Avatar Active Member
    Reputation
    23
    Join Date
    Nov 2017
    Posts
    109
    Thanks G/R
    8/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had the same problem once not long ago.
    I restarted my PC and ran D3+MH ...found no problem at all.
    Hope this helpful.

  13. #417
    d2k2's Avatar Active Member
    Reputation
    32
    Join Date
    Jul 2015
    Posts
    133
    Thanks G/R
    58/24
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A simple restart of the maphack application can solve the problems.

  14. #418
    SeaDragon's Avatar Contributor
    Reputation
    322
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/300
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HelloMoto123 View Post
    Hey Guys

    Enigma MH suddenly stopped working on my laptop. 3 hours ago it worked perfectly, now it just won't work anymore. Don't if it's still running on my PC. It still says "Attached to D3" but on the minimap I don't see anything. Haven't made any changes. Anyone else with the same problem? I
    Look at the process manager to ensure that there is only one Diablo III64.exe

  15. #419
    HelloMoto123's Avatar Member
    Reputation
    2
    Join Date
    Oct 2016
    Posts
    12
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm... all of your advice didn't help unfortunately, it still didn't show me anything... then I started a log and suddenly everything works fine again :gusta: don't ask me why

  16. #420
    luslash's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone here been banned from using hm? I am using it for the first time and I have seen the warning that I can have my account banned ... Can I use hm without fear?

Page 28 of 62 FirstFirst ... 242526272829303132 ... LastLast

Similar Threads

  1. [Program] AGB Maphack
    By silent_asailant in forum Diablo 2
    Replies: 1
    Last Post: 02-27-2018, 09:37 PM
  2. [Hack] mMap v0.2.1 MAPHACK.
    By Innit in forum Diablo 2
    Replies: 5
    Last Post: 02-27-2018, 09:37 PM
  3. Replies: 3
    Last Post: 02-27-2018, 09:36 PM
  4. [PROGRAM] lolwut maphack 0.3b
    By ka11 in forum Diablo 2
    Replies: 1
    Last Post: 08-08-2008, 12:26 PM
  5. request Blue suede boots -> enigma boots
    By Geico in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 12-27-2007, 05:40 AM
All times are GMT -5. The time now is 05:55 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